summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNataniel Borges <natanieljr@google.com>2022-04-21 17:52:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-04-21 17:52:11 +0000
commit62ad5eb549e5b88c62614d4082cbc39db005b18d (patch)
tree87a06802fd3da584b475f79a975f4d8522e17c08
parentc40a27f7b2270f2f9d15b91e5e35e5e5b79b5cf4 (diff)
parent65ccb4dc6782623f6a57d402637493a3cb39a842 (diff)
downloadmisc-62ad5eb549e5b88c62614d4082cbc39db005b18d.tar.gz
[DO NOT MERGE] Fix winscope on R am: 8bcf476e55 am: 65ccb4dc67
Original change: https://android-review.googlesource.com/c/platform/prebuilts/misc/+/2071103 Change-Id: Iba3b510ea49f1f0a735b3331c7061117be759f4b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--common/winscope/winscope.html150085
1 files changed, 10 insertions, 150075 deletions
diff --git a/common/winscope/winscope.html b/common/winscope/winscope.html
index ac0b40b7..f5e447ea 100644
--- a/common/winscope/winscope.html
+++ b/common/winscope/winscope.html
@@ -13,150091 +13,26 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<html lang="en" class="md-scrollbar">
+<html lang="en">
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
- <link rel="icon" type="image/svg" href="static/favicon.svg"/>
<meta charset="utf-8">
<title>winscope</title>
</head>
<body>
<div id="app"></div>
- <script type="text/javascript">/******/ (function(modules) { // webpackBootstrap
-/******/ // install a JSONP callback for chunk loading
-/******/ function webpackJsonpCallback(data) {
-/******/ var chunkIds = data[0];
-/******/ var moreModules = data[1];
-/******/ var executeModules = data[2];
-/******/
-/******/ // add "moreModules" to the modules object,
-/******/ // then flag all "chunkIds" as loaded and fire callback
-/******/ var moduleId, chunkId, i = 0, resolves = [];
-/******/ for(;i < chunkIds.length; i++) {
-/******/ chunkId = chunkIds[i];
-/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
-/******/ resolves.push(installedChunks[chunkId][0]);
-/******/ }
-/******/ installedChunks[chunkId] = 0;
-/******/ }
-/******/ for(moduleId in moreModules) {
-/******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
-/******/ modules[moduleId] = moreModules[moduleId];
-/******/ }
-/******/ }
-/******/ if(parentJsonpFunction) parentJsonpFunction(data);
-/******/
-/******/ while(resolves.length) {
-/******/ resolves.shift()();
-/******/ }
-/******/
-/******/ // add entry modules from loaded chunk to deferred list
-/******/ deferredModules.push.apply(deferredModules, executeModules || []);
-/******/
-/******/ // run deferred modules when all chunks ready
-/******/ return checkDeferredModules();
-/******/ };
-/******/ function checkDeferredModules() {
-/******/ var result;
-/******/ for(var i = 0; i < deferredModules.length; i++) {
-/******/ var deferredModule = deferredModules[i];
-/******/ var fulfilled = true;
-/******/ for(var j = 1; j < deferredModule.length; j++) {
-/******/ var depId = deferredModule[j];
-/******/ if(installedChunks[depId] !== 0) fulfilled = false;
-/******/ }
-/******/ if(fulfilled) {
-/******/ deferredModules.splice(i--, 1);
-/******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
-/******/ }
-/******/ }
-/******/
-/******/ return result;
-/******/ }
-/******/
-/******/ // The module cache
-/******/ var installedModules = {};
-/******/
-/******/ // object to store loaded and loading chunks
-/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
-/******/ // Promise = chunk loading, 0 = chunk loaded
-/******/ var installedChunks = {
-/******/ 0: 0
-/******/ };
-/******/
-/******/ var deferredModules = [];
-/******/
-/******/ // The require function
-/******/ function __webpack_require__(moduleId) {
-/******/
-/******/ // Check if module is in cache
-/******/ if(installedModules[moduleId]) {
-/******/ return installedModules[moduleId].exports;
-/******/ }
-/******/ // Create a new module (and put it into the cache)
-/******/ var module = installedModules[moduleId] = {
-/******/ i: moduleId,
-/******/ l: false,
-/******/ exports: {}
-/******/ };
-/******/
-/******/ // Execute the module function
-/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-/******/
-/******/ // Flag the module as loaded
-/******/ module.l = true;
-/******/
-/******/ // Return the exports of the module
-/******/ return module.exports;
-/******/ }
-/******/
-/******/
-/******/ // expose the modules object (__webpack_modules__)
-/******/ __webpack_require__.m = modules;
-/******/
-/******/ // expose the module cache
-/******/ __webpack_require__.c = installedModules;
-/******/
-/******/ // define getter function for harmony exports
-/******/ __webpack_require__.d = function(exports, name, getter) {
-/******/ if(!__webpack_require__.o(exports, name)) {
-/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
-/******/ }
-/******/ };
-/******/
-/******/ // define __esModule on exports
-/******/ __webpack_require__.r = function(exports) {
-/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
-/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
-/******/ }
-/******/ Object.defineProperty(exports, '__esModule', { value: true });
-/******/ };
-/******/
-/******/ // create a fake namespace object
-/******/ // mode & 1: value is a module id, require it
-/******/ // mode & 2: merge all properties of value into the ns
-/******/ // mode & 4: return value when already ns object
-/******/ // mode & 8|1: behave like require
-/******/ __webpack_require__.t = function(value, mode) {
-/******/ if(mode & 1) value = __webpack_require__(value);
-/******/ if(mode & 8) return value;
-/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
-/******/ var ns = Object.create(null);
-/******/ __webpack_require__.r(ns);
-/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
-/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
-/******/ return ns;
-/******/ };
-/******/
-/******/ // getDefaultExport function for compatibility with non-harmony modules
-/******/ __webpack_require__.n = function(module) {
-/******/ var getter = module && module.__esModule ?
-/******/ function getDefault() { return module['default']; } :
-/******/ function getModuleExports() { return module; };
-/******/ __webpack_require__.d(getter, 'a', getter);
-/******/ return getter;
-/******/ };
-/******/
-/******/ // Object.prototype.hasOwnProperty.call
-/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
-/******/
-/******/ // __webpack_public_path__
-/******/ __webpack_require__.p = "/";
-/******/
-/******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];
-/******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
-/******/ jsonpArray.push = webpackJsonpCallback;
-/******/ jsonpArray = jsonpArray.slice();
-/******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
-/******/ var parentJsonpFunction = oldJsonpFunction;
-/******/
-/******/
-/******/ // run deferred modules from other chunks
-/******/ checkDeferredModules();
-/******/ })
-/************************************************************************/
-/******/ ([]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[5],{
-
-/***/ "+Xmh":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("jm62");
-module.exports = __webpack_require__("g3g5").Object.getOwnPropertyDescriptors;
-
-
-/***/ }),
-
-/***/ "+auO":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.9 Math.cbrt(x)
-var $export = __webpack_require__("XKFU");
-var sign = __webpack_require__("lvtm");
-
-$export($export.S, 'Math', {
- cbrt: function cbrt(x) {
- return sign(x = +x) * Math.pow(Math.abs(x), 1 / 3);
- }
-});
-
-
-/***/ }),
-
-/***/ "+lvF":
-/***/ (function(module, exports, __webpack_require__) {
-
-module.exports = __webpack_require__("VTer")('native-function-to-string', Function.toString);
-
-
-/***/ }),
-
-/***/ "+oPb":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.4 String.prototype.blink()
-__webpack_require__("OGtf")('blink', function (createHTML) {
- return function blink() {
- return createHTML(this, 'blink', '', '');
- };
-});
-
-
-/***/ }),
-
-/***/ "+rLv":
-/***/ (function(module, exports, __webpack_require__) {
-
-var document = __webpack_require__("dyZX").document;
-module.exports = document && document.documentElement;
-
-
-/***/ }),
-
-/***/ "/8Fb":
-/***/ (function(module, exports, __webpack_require__) {
-
-// https://github.com/tc39/proposal-object-values-entries
-var $export = __webpack_require__("XKFU");
-var $entries = __webpack_require__("UExd")(true);
-
-$export($export.S, 'Object', {
- entries: function entries(it) {
- return $entries(it);
- }
-});
-
-
-/***/ }),
-
-/***/ "/KAi":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.1.2.2 Number.isFinite(number)
-var $export = __webpack_require__("XKFU");
-var _isFinite = __webpack_require__("dyZX").isFinite;
-
-$export($export.S, 'Number', {
- isFinite: function isFinite(it) {
- return typeof it == 'number' && _isFinite(it);
- }
-});
-
-
-/***/ }),
-
-/***/ "/SS/":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.3.19 Object.setPrototypeOf(O, proto)
-var $export = __webpack_require__("XKFU");
-$export($export.S, 'Object', { setPrototypeOf: __webpack_require__("i5dc").set });
-
-
-/***/ }),
-
-/***/ "/e88":
-/***/ (function(module, exports) {
-
-module.exports = '\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003' +
- '\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
-
-
-/***/ }),
-
-/***/ "0/R4":
-/***/ (function(module, exports) {
-
-module.exports = function (it) {
- return typeof it === 'object' ? it !== null : typeof it === 'function';
-};
-
-
-/***/ }),
-
-/***/ "0E+W":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("elZq")('Array');
-
-
-/***/ }),
-
-/***/ "0LDn":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.9 String.prototype.italics()
-__webpack_require__("OGtf")('italics', function (createHTML) {
- return function italics() {
- return createHTML(this, 'i', '', '');
- };
-});
-
-
-/***/ }),
-
-/***/ "0YWM":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.6 Reflect.get(target, propertyKey [, receiver])
-var gOPD = __webpack_require__("EemH");
-var getPrototypeOf = __webpack_require__("OP3Y");
-var has = __webpack_require__("aagx");
-var $export = __webpack_require__("XKFU");
-var isObject = __webpack_require__("0/R4");
-var anObject = __webpack_require__("y3w9");
-
-function get(target, propertyKey /* , receiver */) {
- var receiver = arguments.length < 3 ? target : arguments[2];
- var desc, proto;
- if (anObject(target) === receiver) return target[propertyKey];
- if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value')
- ? desc.value
- : desc.get !== undefined
- ? desc.get.call(receiver)
- : undefined;
- if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver);
-}
-
-$export($export.S, 'Reflect', { get: get });
-
-
-/***/ }),
-
-/***/ "0l/t":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var $filter = __webpack_require__("CkkT")(2);
-
-$export($export.P + $export.F * !__webpack_require__("LyE8")([].filter, true), 'Array', {
- // 22.1.3.7 / 15.4.4.20 Array.prototype.filter(callbackfn [, thisArg])
- filter: function filter(callbackfn /* , thisArg */) {
- return $filter(this, callbackfn, arguments[1]);
- }
-});
-
-
-/***/ }),
-
-/***/ "0mN4":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.6 String.prototype.fixed()
-__webpack_require__("OGtf")('fixed', function (createHTML) {
- return function fixed() {
- return createHTML(this, 'tt', '', '');
- };
-});
-
-
-/***/ }),
-
-/***/ "0sh+":
-/***/ (function(module, exports, __webpack_require__) {
-
-// helper for String#{startsWith, endsWith, includes}
-var isRegExp = __webpack_require__("quPj");
-var defined = __webpack_require__("vhPU");
-
-module.exports = function (that, searchString, NAME) {
- if (isRegExp(searchString)) throw TypeError('String#' + NAME + " doesn't accept regex!");
- return String(defined(that));
-};
-
-
-/***/ }),
-
-/***/ "11IZ":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $parseFloat = __webpack_require__("dyZX").parseFloat;
-var $trim = __webpack_require__("qncB").trim;
-
-module.exports = 1 / $parseFloat(__webpack_require__("/e88") + '-0') !== -Infinity ? function parseFloat(str) {
- var string = $trim(String(str), 3);
- var result = $parseFloat(string);
- return result === 0 && string.charAt(0) == '-' ? -0 : result;
-} : $parseFloat;
-
-
-/***/ }),
-
-/***/ "1MBn":
-/***/ (function(module, exports, __webpack_require__) {
-
-// all enumerable object keys, includes symbols
-var getKeys = __webpack_require__("DVgA");
-var gOPS = __webpack_require__("JiEa");
-var pIE = __webpack_require__("UqcF");
-module.exports = function (it) {
- var result = getKeys(it);
- var getSymbols = gOPS.f;
- if (getSymbols) {
- var symbols = getSymbols(it);
- var isEnum = pIE.f;
- var i = 0;
- var key;
- while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);
- } return result;
-};
-
-
-/***/ }),
-
-/***/ "1TsA":
-/***/ (function(module, exports) {
-
-module.exports = function (done, value) {
- return { value: value, done: !!done };
-};
-
-
-/***/ }),
-
-/***/ "1sa7":
-/***/ (function(module, exports) {
-
-// 20.2.2.20 Math.log1p(x)
-module.exports = Math.log1p || function log1p(x) {
- return (x = +x) > -1e-8 && x < 1e-8 ? x - x * x / 2 : Math.log(1 + x);
-};
-
-
-/***/ }),
-
-/***/ "25dN":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.3.10 Object.is(value1, value2)
-var $export = __webpack_require__("XKFU");
-$export($export.S, 'Object', { is: __webpack_require__("g6HL") });
-
-
-/***/ }),
-
-/***/ "2GTP":
-/***/ (function(module, exports, __webpack_require__) {
-
-// optional / simple context binding
-var aFunction = __webpack_require__("eaoh");
-module.exports = function (fn, that, length) {
- aFunction(fn);
- if (that === undefined) return fn;
- switch (length) {
- 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);
- };
-};
-
-
-/***/ }),
-
-/***/ "2OiF":
-/***/ (function(module, exports) {
-
-module.exports = function (it) {
- if (typeof it != 'function') throw TypeError(it + ' is not a function!');
- return it;
-};
-
-
-/***/ }),
-
-/***/ "2Spj":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.2.3.2 / 15.3.4.5 Function.prototype.bind(thisArg, args...)
-var $export = __webpack_require__("XKFU");
-
-$export($export.P, 'Function', { bind: __webpack_require__("8MEG") });
-
-
-/***/ }),
-
-/***/ "2atp":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.7 Math.atanh(x)
-var $export = __webpack_require__("XKFU");
-var $atanh = Math.atanh;
-
-// Tor Browser bug: Math.atanh(-0) -> 0
-$export($export.S + $export.F * !($atanh && 1 / $atanh(-0) < 0), 'Math', {
- atanh: function atanh(x) {
- return (x = +x) == 0 ? x : Math.log((1 + x) / (1 - x)) / 2;
- }
-});
-
-
-/***/ }),
-
-/***/ "2faE":
-/***/ (function(module, exports, __webpack_require__) {
-
-var anObject = __webpack_require__("5K7Z");
-var IE8_DOM_DEFINE = __webpack_require__("eUtF");
-var toPrimitive = __webpack_require__("G8Mo");
-var dP = Object.defineProperty;
-
-exports.f = __webpack_require__("jmDH") ? Object.defineProperty : function defineProperty(O, P, Attributes) {
- anObject(O);
- P = toPrimitive(P, true);
- anObject(Attributes);
- if (IE8_DOM_DEFINE) try {
- return dP(O, P, Attributes);
- } catch (e) { /* empty */ }
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
- if ('value' in Attributes) O[P] = Attributes.value;
- return O;
-};
-
-
-/***/ }),
-
-/***/ "3Lyj":
-/***/ (function(module, exports, __webpack_require__) {
-
-var redefine = __webpack_require__("KroJ");
-module.exports = function (target, src, safe) {
- for (var key in src) redefine(target, key, src[key], safe);
- return target;
-};
-
-
-/***/ }),
-
-/***/ "3xty":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.1 Reflect.apply(target, thisArgument, argumentsList)
-var $export = __webpack_require__("XKFU");
-var aFunction = __webpack_require__("2OiF");
-var anObject = __webpack_require__("y3w9");
-var rApply = (__webpack_require__("dyZX").Reflect || {}).apply;
-var fApply = Function.apply;
-// MS Edge argumentsList argument is optional
-$export($export.S + $export.F * !__webpack_require__("eeVq")(function () {
- rApply(function () { /* empty */ });
-}), 'Reflect', {
- apply: function apply(target, thisArgument, argumentsList) {
- var T = aFunction(target);
- var L = anObject(argumentsList);
- return rApply ? rApply(T, thisArgument, L) : fApply.call(T, thisArgument, L);
- }
-});
-
-
-/***/ }),
-
-/***/ "4LiD":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var global = __webpack_require__("dyZX");
-var $export = __webpack_require__("XKFU");
-var redefine = __webpack_require__("KroJ");
-var redefineAll = __webpack_require__("3Lyj");
-var meta = __webpack_require__("Z6vF");
-var forOf = __webpack_require__("SlkY");
-var anInstance = __webpack_require__("9gX7");
-var isObject = __webpack_require__("0/R4");
-var fails = __webpack_require__("eeVq");
-var $iterDetect = __webpack_require__("XMVh");
-var setToStringTag = __webpack_require__("fyDq");
-var inheritIfRequired = __webpack_require__("Xbzi");
-
-module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) {
- var Base = global[NAME];
- var C = Base;
- var ADDER = IS_MAP ? 'set' : 'add';
- var proto = C && C.prototype;
- var O = {};
- var fixMethod = function (KEY) {
- var fn = proto[KEY];
- redefine(proto, KEY,
- KEY == 'delete' ? function (a) {
- return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);
- } : KEY == 'has' ? function has(a) {
- return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);
- } : KEY == 'get' ? function get(a) {
- return IS_WEAK && !isObject(a) ? undefined : fn.call(this, a === 0 ? 0 : a);
- } : KEY == 'add' ? function add(a) { fn.call(this, a === 0 ? 0 : a); return this; }
- : function set(a, b) { fn.call(this, a === 0 ? 0 : a, b); return this; }
- );
- };
- if (typeof C != 'function' || !(IS_WEAK || proto.forEach && !fails(function () {
- new C().entries().next();
- }))) {
- // create collection constructor
- C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER);
- redefineAll(C.prototype, methods);
- meta.NEED = true;
- } else {
- var instance = new C();
- // early implementations not supports chaining
- var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;
- // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false
- var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); });
- // most early implementations doesn't supports iterables, most modern - not close it correctly
- var ACCEPT_ITERABLES = $iterDetect(function (iter) { new C(iter); }); // eslint-disable-line no-new
- // for early implementations -0 and +0 not the same
- var BUGGY_ZERO = !IS_WEAK && fails(function () {
- // V8 ~ Chromium 42- fails only with 5+ elements
- var $instance = new C();
- var index = 5;
- while (index--) $instance[ADDER](index, index);
- return !$instance.has(-0);
- });
- if (!ACCEPT_ITERABLES) {
- C = wrapper(function (target, iterable) {
- anInstance(target, C, NAME);
- var that = inheritIfRequired(new Base(), target, C);
- if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
- return that;
- });
- C.prototype = proto;
- proto.constructor = C;
- }
- if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) {
- fixMethod('delete');
- fixMethod('has');
- IS_MAP && fixMethod('get');
- }
- if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER);
- // weak collections should not contains .clear method
- if (IS_WEAK && proto.clear) delete proto.clear;
- }
-
- setToStringTag(C, NAME);
-
- O[NAME] = C;
- $export($export.G + $export.W + $export.F * (C != Base), O);
-
- if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
-
- return C;
-};
-
-
-/***/ }),
-
-/***/ "4R4u":
-/***/ (function(module, exports) {
-
-// IE 8- don't enum bug keys
-module.exports = (
- 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'
-).split(',');
-
-
-/***/ }),
-
-/***/ "5K7Z":
-/***/ (function(module, exports, __webpack_require__) {
-
-var isObject = __webpack_require__("93I4");
-module.exports = function (it) {
- if (!isObject(it)) throw TypeError(it + ' is not an object!');
- return it;
-};
-
-
-/***/ }),
-
-/***/ "5Pf0":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.9 Object.getPrototypeOf(O)
-var toObject = __webpack_require__("S/j/");
-var $getPrototypeOf = __webpack_require__("OP3Y");
-
-__webpack_require__("Xtr8")('getPrototypeOf', function () {
- return function getPrototypeOf(it) {
- return $getPrototypeOf(toObject(it));
- };
-});
-
-
-/***/ }),
-
-/***/ "5T2Y":
-/***/ (function(module, exports) {
-
-// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
-var global = module.exports = typeof window != 'undefined' && window.Math == Math
- ? window : typeof self != 'undefined' && self.Math == Math ? self
- // eslint-disable-next-line no-new-func
- : Function('return this')();
-if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
-
-
-/***/ }),
-
-/***/ "694e":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.7 Reflect.getOwnPropertyDescriptor(target, propertyKey)
-var gOPD = __webpack_require__("EemH");
-var $export = __webpack_require__("XKFU");
-var anObject = __webpack_require__("y3w9");
-
-$export($export.S, 'Reflect', {
- getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {
- return gOPD.f(anObject(target), propertyKey);
- }
-});
-
-
-/***/ }),
-
-/***/ "69bn":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 7.3.20 SpeciesConstructor(O, defaultConstructor)
-var anObject = __webpack_require__("y3w9");
-var aFunction = __webpack_require__("2OiF");
-var SPECIES = __webpack_require__("K0xU")('species');
-module.exports = function (O, D) {
- var C = anObject(O).constructor;
- var S;
- return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? D : aFunction(S);
-};
-
-
-/***/ }),
-
-/***/ "6AQ9":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var createProperty = __webpack_require__("8a7r");
-
-// WebKit Array.of isn't generic
-$export($export.S + $export.F * __webpack_require__("eeVq")(function () {
- function F() { /* empty */ }
- return !(Array.of.call(F) instanceof F);
-}), 'Array', {
- // 22.1.2.3 Array.of( ...items)
- of: function of(/* ...args */) {
- var index = 0;
- var aLen = arguments.length;
- var result = new (typeof this == 'function' ? this : Array)(aLen);
- while (aLen > index) createProperty(result, index, arguments[index++]);
- result.length = aLen;
- return result;
- }
-});
-
-
-/***/ }),
-
-/***/ "6FMO":
-/***/ (function(module, exports, __webpack_require__) {
-
-var isObject = __webpack_require__("0/R4");
-var isArray = __webpack_require__("EWmC");
-var SPECIES = __webpack_require__("K0xU")('species');
-
-module.exports = function (original) {
- var C;
- if (isArray(original)) {
- C = original.constructor;
- // cross-realm fallback
- if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
- if (isObject(C)) {
- C = C[SPECIES];
- if (C === null) C = undefined;
- }
- } return C === undefined ? Array : C;
-};
-
-
-/***/ }),
-
-/***/ "6VaU":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// https://tc39.github.io/proposal-flatMap/#sec-Array.prototype.flatMap
-var $export = __webpack_require__("XKFU");
-var flattenIntoArray = __webpack_require__("xF/b");
-var toObject = __webpack_require__("S/j/");
-var toLength = __webpack_require__("ne8i");
-var aFunction = __webpack_require__("2OiF");
-var arraySpeciesCreate = __webpack_require__("zRwo");
-
-$export($export.P, 'Array', {
- flatMap: function flatMap(callbackfn /* , thisArg */) {
- var O = toObject(this);
- var sourceLen, A;
- aFunction(callbackfn);
- sourceLen = toLength(O.length);
- A = arraySpeciesCreate(O, 0);
- flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments[1]);
- return A;
- }
-});
-
-__webpack_require__("nGyu")('flatMap');
-
-
-/***/ }),
-
-/***/ "7DDg":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-if (__webpack_require__("nh4g")) {
- var LIBRARY = __webpack_require__("LQAc");
- var global = __webpack_require__("dyZX");
- var fails = __webpack_require__("eeVq");
- var $export = __webpack_require__("XKFU");
- var $typed = __webpack_require__("D4iV");
- var $buffer = __webpack_require__("7Qtz");
- var ctx = __webpack_require__("m0Pp");
- var anInstance = __webpack_require__("9gX7");
- var propertyDesc = __webpack_require__("RjD/");
- var hide = __webpack_require__("Mukb");
- var redefineAll = __webpack_require__("3Lyj");
- var toInteger = __webpack_require__("RYi7");
- var toLength = __webpack_require__("ne8i");
- var toIndex = __webpack_require__("Cfrj");
- var toAbsoluteIndex = __webpack_require__("d/Gc");
- var toPrimitive = __webpack_require__("apmT");
- var has = __webpack_require__("aagx");
- var classof = __webpack_require__("I8a+");
- var isObject = __webpack_require__("0/R4");
- var toObject = __webpack_require__("S/j/");
- var isArrayIter = __webpack_require__("M6Qj");
- var create = __webpack_require__("Kuth");
- var getPrototypeOf = __webpack_require__("OP3Y");
- var gOPN = __webpack_require__("kJMx").f;
- var getIterFn = __webpack_require__("J+6e");
- var uid = __webpack_require__("ylqs");
- var wks = __webpack_require__("K0xU");
- var createArrayMethod = __webpack_require__("CkkT");
- var createArrayIncludes = __webpack_require__("w2a5");
- var speciesConstructor = __webpack_require__("69bn");
- var ArrayIterators = __webpack_require__("yt8O");
- var Iterators = __webpack_require__("hPIQ");
- var $iterDetect = __webpack_require__("XMVh");
- var setSpecies = __webpack_require__("elZq");
- var arrayFill = __webpack_require__("Nr18");
- var arrayCopyWithin = __webpack_require__("upKx");
- var $DP = __webpack_require__("hswa");
- var $GOPD = __webpack_require__("EemH");
- var dP = $DP.f;
- var gOPD = $GOPD.f;
- var RangeError = global.RangeError;
- var TypeError = global.TypeError;
- var Uint8Array = global.Uint8Array;
- var ARRAY_BUFFER = 'ArrayBuffer';
- var SHARED_BUFFER = 'Shared' + ARRAY_BUFFER;
- var BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT';
- var PROTOTYPE = 'prototype';
- var ArrayProto = Array[PROTOTYPE];
- var $ArrayBuffer = $buffer.ArrayBuffer;
- var $DataView = $buffer.DataView;
- var arrayForEach = createArrayMethod(0);
- var arrayFilter = createArrayMethod(2);
- var arraySome = createArrayMethod(3);
- var arrayEvery = createArrayMethod(4);
- var arrayFind = createArrayMethod(5);
- var arrayFindIndex = createArrayMethod(6);
- var arrayIncludes = createArrayIncludes(true);
- var arrayIndexOf = createArrayIncludes(false);
- var arrayValues = ArrayIterators.values;
- var arrayKeys = ArrayIterators.keys;
- var arrayEntries = ArrayIterators.entries;
- var arrayLastIndexOf = ArrayProto.lastIndexOf;
- var arrayReduce = ArrayProto.reduce;
- var arrayReduceRight = ArrayProto.reduceRight;
- var arrayJoin = ArrayProto.join;
- var arraySort = ArrayProto.sort;
- var arraySlice = ArrayProto.slice;
- var arrayToString = ArrayProto.toString;
- var arrayToLocaleString = ArrayProto.toLocaleString;
- var ITERATOR = wks('iterator');
- var TAG = wks('toStringTag');
- var TYPED_CONSTRUCTOR = uid('typed_constructor');
- var DEF_CONSTRUCTOR = uid('def_constructor');
- var ALL_CONSTRUCTORS = $typed.CONSTR;
- var TYPED_ARRAY = $typed.TYPED;
- var VIEW = $typed.VIEW;
- var WRONG_LENGTH = 'Wrong length!';
-
- var $map = createArrayMethod(1, function (O, length) {
- return allocate(speciesConstructor(O, O[DEF_CONSTRUCTOR]), length);
- });
-
- var LITTLE_ENDIAN = fails(function () {
- // eslint-disable-next-line no-undef
- return new Uint8Array(new Uint16Array([1]).buffer)[0] === 1;
- });
-
- var FORCED_SET = !!Uint8Array && !!Uint8Array[PROTOTYPE].set && fails(function () {
- new Uint8Array(1).set({});
- });
-
- var toOffset = function (it, BYTES) {
- var offset = toInteger(it);
- if (offset < 0 || offset % BYTES) throw RangeError('Wrong offset!');
- return offset;
- };
-
- var validate = function (it) {
- if (isObject(it) && TYPED_ARRAY in it) return it;
- throw TypeError(it + ' is not a typed array!');
- };
-
- var allocate = function (C, length) {
- if (!(isObject(C) && TYPED_CONSTRUCTOR in C)) {
- throw TypeError('It is not a typed array constructor!');
- } return new C(length);
- };
-
- var speciesFromList = function (O, list) {
- return fromList(speciesConstructor(O, O[DEF_CONSTRUCTOR]), list);
- };
-
- var fromList = function (C, list) {
- var index = 0;
- var length = list.length;
- var result = allocate(C, length);
- while (length > index) result[index] = list[index++];
- return result;
- };
-
- var addGetter = function (it, key, internal) {
- dP(it, key, { get: function () { return this._d[internal]; } });
- };
-
- var $from = function from(source /* , mapfn, thisArg */) {
- var O = toObject(source);
- var aLen = arguments.length;
- var mapfn = aLen > 1 ? arguments[1] : undefined;
- var mapping = mapfn !== undefined;
- var iterFn = getIterFn(O);
- var i, length, values, result, step, iterator;
- if (iterFn != undefined && !isArrayIter(iterFn)) {
- for (iterator = iterFn.call(O), values = [], i = 0; !(step = iterator.next()).done; i++) {
- values.push(step.value);
- } O = values;
- }
- if (mapping && aLen > 2) mapfn = ctx(mapfn, arguments[2], 2);
- for (i = 0, length = toLength(O.length), result = allocate(this, length); length > i; i++) {
- result[i] = mapping ? mapfn(O[i], i) : O[i];
- }
- return result;
- };
-
- var $of = function of(/* ...items */) {
- var index = 0;
- var length = arguments.length;
- var result = allocate(this, length);
- while (length > index) result[index] = arguments[index++];
- return result;
- };
-
- // iOS Safari 6.x fails here
- var TO_LOCALE_BUG = !!Uint8Array && fails(function () { arrayToLocaleString.call(new Uint8Array(1)); });
-
- var $toLocaleString = function toLocaleString() {
- return arrayToLocaleString.apply(TO_LOCALE_BUG ? arraySlice.call(validate(this)) : validate(this), arguments);
- };
-
- var proto = {
- copyWithin: function copyWithin(target, start /* , end */) {
- return arrayCopyWithin.call(validate(this), target, start, arguments.length > 2 ? arguments[2] : undefined);
- },
- every: function every(callbackfn /* , thisArg */) {
- return arrayEvery(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- },
- fill: function fill(value /* , start, end */) { // eslint-disable-line no-unused-vars
- return arrayFill.apply(validate(this), arguments);
- },
- filter: function filter(callbackfn /* , thisArg */) {
- return speciesFromList(this, arrayFilter(validate(this), callbackfn,
- arguments.length > 1 ? arguments[1] : undefined));
- },
- find: function find(predicate /* , thisArg */) {
- return arrayFind(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined);
- },
- findIndex: function findIndex(predicate /* , thisArg */) {
- return arrayFindIndex(validate(this), predicate, arguments.length > 1 ? arguments[1] : undefined);
- },
- forEach: function forEach(callbackfn /* , thisArg */) {
- arrayForEach(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- },
- indexOf: function indexOf(searchElement /* , fromIndex */) {
- return arrayIndexOf(validate(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);
- },
- includes: function includes(searchElement /* , fromIndex */) {
- return arrayIncludes(validate(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);
- },
- join: function join(separator) { // eslint-disable-line no-unused-vars
- return arrayJoin.apply(validate(this), arguments);
- },
- lastIndexOf: function lastIndexOf(searchElement /* , fromIndex */) { // eslint-disable-line no-unused-vars
- return arrayLastIndexOf.apply(validate(this), arguments);
- },
- map: function map(mapfn /* , thisArg */) {
- return $map(validate(this), mapfn, arguments.length > 1 ? arguments[1] : undefined);
- },
- reduce: function reduce(callbackfn /* , initialValue */) { // eslint-disable-line no-unused-vars
- return arrayReduce.apply(validate(this), arguments);
- },
- reduceRight: function reduceRight(callbackfn /* , initialValue */) { // eslint-disable-line no-unused-vars
- return arrayReduceRight.apply(validate(this), arguments);
- },
- reverse: function reverse() {
- var that = this;
- var length = validate(that).length;
- var middle = Math.floor(length / 2);
- var index = 0;
- var value;
- while (index < middle) {
- value = that[index];
- that[index++] = that[--length];
- that[length] = value;
- } return that;
- },
- some: function some(callbackfn /* , thisArg */) {
- return arraySome(validate(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- },
- sort: function sort(comparefn) {
- return arraySort.call(validate(this), comparefn);
- },
- subarray: function subarray(begin, end) {
- var O = validate(this);
- var length = O.length;
- var $begin = toAbsoluteIndex(begin, length);
- return new (speciesConstructor(O, O[DEF_CONSTRUCTOR]))(
- O.buffer,
- O.byteOffset + $begin * O.BYTES_PER_ELEMENT,
- toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - $begin)
- );
- }
- };
-
- var $slice = function slice(start, end) {
- return speciesFromList(this, arraySlice.call(validate(this), start, end));
- };
-
- var $set = function set(arrayLike /* , offset */) {
- validate(this);
- var offset = toOffset(arguments[1], 1);
- var length = this.length;
- var src = toObject(arrayLike);
- var len = toLength(src.length);
- var index = 0;
- if (len + offset > length) throw RangeError(WRONG_LENGTH);
- while (index < len) this[offset + index] = src[index++];
- };
-
- var $iterators = {
- entries: function entries() {
- return arrayEntries.call(validate(this));
- },
- keys: function keys() {
- return arrayKeys.call(validate(this));
- },
- values: function values() {
- return arrayValues.call(validate(this));
- }
- };
-
- var isTAIndex = function (target, key) {
- return isObject(target)
- && target[TYPED_ARRAY]
- && typeof key != 'symbol'
- && key in target
- && String(+key) == String(key);
- };
- var $getDesc = function getOwnPropertyDescriptor(target, key) {
- return isTAIndex(target, key = toPrimitive(key, true))
- ? propertyDesc(2, target[key])
- : gOPD(target, key);
- };
- var $setDesc = function defineProperty(target, key, desc) {
- if (isTAIndex(target, key = toPrimitive(key, true))
- && isObject(desc)
- && has(desc, 'value')
- && !has(desc, 'get')
- && !has(desc, 'set')
- // TODO: add validation descriptor w/o calling accessors
- && !desc.configurable
- && (!has(desc, 'writable') || desc.writable)
- && (!has(desc, 'enumerable') || desc.enumerable)
- ) {
- target[key] = desc.value;
- return target;
- } return dP(target, key, desc);
- };
-
- if (!ALL_CONSTRUCTORS) {
- $GOPD.f = $getDesc;
- $DP.f = $setDesc;
- }
-
- $export($export.S + $export.F * !ALL_CONSTRUCTORS, 'Object', {
- getOwnPropertyDescriptor: $getDesc,
- defineProperty: $setDesc
- });
-
- if (fails(function () { arrayToString.call({}); })) {
- arrayToString = arrayToLocaleString = function toString() {
- return arrayJoin.call(this);
- };
- }
-
- var $TypedArrayPrototype$ = redefineAll({}, proto);
- redefineAll($TypedArrayPrototype$, $iterators);
- hide($TypedArrayPrototype$, ITERATOR, $iterators.values);
- redefineAll($TypedArrayPrototype$, {
- slice: $slice,
- set: $set,
- constructor: function () { /* noop */ },
- toString: arrayToString,
- toLocaleString: $toLocaleString
- });
- addGetter($TypedArrayPrototype$, 'buffer', 'b');
- addGetter($TypedArrayPrototype$, 'byteOffset', 'o');
- addGetter($TypedArrayPrototype$, 'byteLength', 'l');
- addGetter($TypedArrayPrototype$, 'length', 'e');
- dP($TypedArrayPrototype$, TAG, {
- get: function () { return this[TYPED_ARRAY]; }
- });
-
- // eslint-disable-next-line max-statements
- module.exports = function (KEY, BYTES, wrapper, CLAMPED) {
- CLAMPED = !!CLAMPED;
- var NAME = KEY + (CLAMPED ? 'Clamped' : '') + 'Array';
- var GETTER = 'get' + KEY;
- var SETTER = 'set' + KEY;
- var TypedArray = global[NAME];
- var Base = TypedArray || {};
- var TAC = TypedArray && getPrototypeOf(TypedArray);
- var FORCED = !TypedArray || !$typed.ABV;
- var O = {};
- var TypedArrayPrototype = TypedArray && TypedArray[PROTOTYPE];
- var getter = function (that, index) {
- var data = that._d;
- return data.v[GETTER](index * BYTES + data.o, LITTLE_ENDIAN);
- };
- var setter = function (that, index, value) {
- var data = that._d;
- if (CLAMPED) value = (value = Math.round(value)) < 0 ? 0 : value > 0xff ? 0xff : value & 0xff;
- data.v[SETTER](index * BYTES + data.o, value, LITTLE_ENDIAN);
- };
- var addElement = function (that, index) {
- dP(that, index, {
- get: function () {
- return getter(this, index);
- },
- set: function (value) {
- return setter(this, index, value);
- },
- enumerable: true
- });
- };
- if (FORCED) {
- TypedArray = wrapper(function (that, data, $offset, $length) {
- anInstance(that, TypedArray, NAME, '_d');
- var index = 0;
- var offset = 0;
- var buffer, byteLength, length, klass;
- if (!isObject(data)) {
- length = toIndex(data);
- byteLength = length * BYTES;
- buffer = new $ArrayBuffer(byteLength);
- } else if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) {
- buffer = data;
- offset = toOffset($offset, BYTES);
- var $len = data.byteLength;
- if ($length === undefined) {
- if ($len % BYTES) throw RangeError(WRONG_LENGTH);
- byteLength = $len - offset;
- if (byteLength < 0) throw RangeError(WRONG_LENGTH);
- } else {
- byteLength = toLength($length) * BYTES;
- if (byteLength + offset > $len) throw RangeError(WRONG_LENGTH);
- }
- length = byteLength / BYTES;
- } else if (TYPED_ARRAY in data) {
- return fromList(TypedArray, data);
- } else {
- return $from.call(TypedArray, data);
- }
- hide(that, '_d', {
- b: buffer,
- o: offset,
- l: byteLength,
- e: length,
- v: new $DataView(buffer)
- });
- while (index < length) addElement(that, index++);
- });
- TypedArrayPrototype = TypedArray[PROTOTYPE] = create($TypedArrayPrototype$);
- hide(TypedArrayPrototype, 'constructor', TypedArray);
- } else if (!fails(function () {
- TypedArray(1);
- }) || !fails(function () {
- new TypedArray(-1); // eslint-disable-line no-new
- }) || !$iterDetect(function (iter) {
- new TypedArray(); // eslint-disable-line no-new
- new TypedArray(null); // eslint-disable-line no-new
- new TypedArray(1.5); // eslint-disable-line no-new
- new TypedArray(iter); // eslint-disable-line no-new
- }, true)) {
- TypedArray = wrapper(function (that, data, $offset, $length) {
- anInstance(that, TypedArray, NAME);
- var klass;
- // `ws` module bug, temporarily remove validation length for Uint8Array
- // https://github.com/websockets/ws/pull/645
- if (!isObject(data)) return new Base(toIndex(data));
- if (data instanceof $ArrayBuffer || (klass = classof(data)) == ARRAY_BUFFER || klass == SHARED_BUFFER) {
- return $length !== undefined
- ? new Base(data, toOffset($offset, BYTES), $length)
- : $offset !== undefined
- ? new Base(data, toOffset($offset, BYTES))
- : new Base(data);
- }
- if (TYPED_ARRAY in data) return fromList(TypedArray, data);
- return $from.call(TypedArray, data);
- });
- arrayForEach(TAC !== Function.prototype ? gOPN(Base).concat(gOPN(TAC)) : gOPN(Base), function (key) {
- if (!(key in TypedArray)) hide(TypedArray, key, Base[key]);
- });
- TypedArray[PROTOTYPE] = TypedArrayPrototype;
- if (!LIBRARY) TypedArrayPrototype.constructor = TypedArray;
- }
- var $nativeIterator = TypedArrayPrototype[ITERATOR];
- var CORRECT_ITER_NAME = !!$nativeIterator
- && ($nativeIterator.name == 'values' || $nativeIterator.name == undefined);
- var $iterator = $iterators.values;
- hide(TypedArray, TYPED_CONSTRUCTOR, true);
- hide(TypedArrayPrototype, TYPED_ARRAY, NAME);
- hide(TypedArrayPrototype, VIEW, true);
- hide(TypedArrayPrototype, DEF_CONSTRUCTOR, TypedArray);
-
- if (CLAMPED ? new TypedArray(1)[TAG] != NAME : !(TAG in TypedArrayPrototype)) {
- dP(TypedArrayPrototype, TAG, {
- get: function () { return NAME; }
- });
- }
-
- O[NAME] = TypedArray;
-
- $export($export.G + $export.W + $export.F * (TypedArray != Base), O);
-
- $export($export.S, NAME, {
- BYTES_PER_ELEMENT: BYTES
- });
-
- $export($export.S + $export.F * fails(function () { Base.of.call(TypedArray, 1); }), NAME, {
- from: $from,
- of: $of
- });
-
- if (!(BYTES_PER_ELEMENT in TypedArrayPrototype)) hide(TypedArrayPrototype, BYTES_PER_ELEMENT, BYTES);
-
- $export($export.P, NAME, proto);
-
- setSpecies(NAME);
-
- $export($export.P + $export.F * FORCED_SET, NAME, { set: $set });
-
- $export($export.P + $export.F * !CORRECT_ITER_NAME, NAME, $iterators);
-
- if (!LIBRARY && TypedArrayPrototype.toString != arrayToString) TypedArrayPrototype.toString = arrayToString;
-
- $export($export.P + $export.F * fails(function () {
- new TypedArray(1).slice();
- }), NAME, { slice: $slice });
-
- $export($export.P + $export.F * (fails(function () {
- return [1, 2].toLocaleString() != new TypedArray([1, 2]).toLocaleString();
- }) || !fails(function () {
- TypedArrayPrototype.toLocaleString.call([1, 2]);
- })), NAME, { toLocaleString: $toLocaleString });
-
- Iterators[NAME] = CORRECT_ITER_NAME ? $nativeIterator : $iterator;
- if (!LIBRARY && !CORRECT_ITER_NAME) hide(TypedArrayPrototype, ITERATOR, $iterator);
- };
-} else module.exports = function () { /* empty */ };
-
-
-/***/ }),
-
-/***/ "7PI8":
-/***/ (function(module, exports, __webpack_require__) {
-
-// https://github.com/tc39/proposal-global
-var $export = __webpack_require__("Y7ZC");
-
-$export($export.G, { global: __webpack_require__("5T2Y") });
-
-
-/***/ }),
-
-/***/ "7Qtz":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var global = __webpack_require__("dyZX");
-var DESCRIPTORS = __webpack_require__("nh4g");
-var LIBRARY = __webpack_require__("LQAc");
-var $typed = __webpack_require__("D4iV");
-var hide = __webpack_require__("Mukb");
-var redefineAll = __webpack_require__("3Lyj");
-var fails = __webpack_require__("eeVq");
-var anInstance = __webpack_require__("9gX7");
-var toInteger = __webpack_require__("RYi7");
-var toLength = __webpack_require__("ne8i");
-var toIndex = __webpack_require__("Cfrj");
-var gOPN = __webpack_require__("kJMx").f;
-var dP = __webpack_require__("hswa").f;
-var arrayFill = __webpack_require__("Nr18");
-var setToStringTag = __webpack_require__("fyDq");
-var ARRAY_BUFFER = 'ArrayBuffer';
-var DATA_VIEW = 'DataView';
-var PROTOTYPE = 'prototype';
-var WRONG_LENGTH = 'Wrong length!';
-var WRONG_INDEX = 'Wrong index!';
-var $ArrayBuffer = global[ARRAY_BUFFER];
-var $DataView = global[DATA_VIEW];
-var Math = global.Math;
-var RangeError = global.RangeError;
-// eslint-disable-next-line no-shadow-restricted-names
-var Infinity = global.Infinity;
-var BaseBuffer = $ArrayBuffer;
-var abs = Math.abs;
-var pow = Math.pow;
-var floor = Math.floor;
-var log = Math.log;
-var LN2 = Math.LN2;
-var BUFFER = 'buffer';
-var BYTE_LENGTH = 'byteLength';
-var BYTE_OFFSET = 'byteOffset';
-var $BUFFER = DESCRIPTORS ? '_b' : BUFFER;
-var $LENGTH = DESCRIPTORS ? '_l' : BYTE_LENGTH;
-var $OFFSET = DESCRIPTORS ? '_o' : BYTE_OFFSET;
-
-// IEEE754 conversions based on https://github.com/feross/ieee754
-function packIEEE754(value, mLen, nBytes) {
- var buffer = new Array(nBytes);
- var eLen = nBytes * 8 - mLen - 1;
- var eMax = (1 << eLen) - 1;
- var eBias = eMax >> 1;
- var rt = mLen === 23 ? pow(2, -24) - pow(2, -77) : 0;
- var i = 0;
- var s = value < 0 || value === 0 && 1 / value < 0 ? 1 : 0;
- var e, m, c;
- value = abs(value);
- // eslint-disable-next-line no-self-compare
- if (value != value || value === Infinity) {
- // eslint-disable-next-line no-self-compare
- m = value != value ? 1 : 0;
- e = eMax;
- } else {
- e = floor(log(value) / LN2);
- if (value * (c = pow(2, -e)) < 1) {
- e--;
- c *= 2;
- }
- if (e + eBias >= 1) {
- value += rt / c;
- } else {
- value += rt * pow(2, 1 - eBias);
- }
- if (value * c >= 2) {
- e++;
- c /= 2;
- }
- if (e + eBias >= eMax) {
- m = 0;
- e = eMax;
- } else if (e + eBias >= 1) {
- m = (value * c - 1) * pow(2, mLen);
- e = e + eBias;
- } else {
- m = value * pow(2, eBias - 1) * pow(2, mLen);
- e = 0;
- }
- }
- for (; mLen >= 8; buffer[i++] = m & 255, m /= 256, mLen -= 8);
- e = e << mLen | m;
- eLen += mLen;
- for (; eLen > 0; buffer[i++] = e & 255, e /= 256, eLen -= 8);
- buffer[--i] |= s * 128;
- return buffer;
-}
-function unpackIEEE754(buffer, mLen, nBytes) {
- var eLen = nBytes * 8 - mLen - 1;
- var eMax = (1 << eLen) - 1;
- var eBias = eMax >> 1;
- var nBits = eLen - 7;
- var i = nBytes - 1;
- var s = buffer[i--];
- var e = s & 127;
- var m;
- s >>= 7;
- for (; nBits > 0; e = e * 256 + buffer[i], i--, nBits -= 8);
- m = e & (1 << -nBits) - 1;
- e >>= -nBits;
- nBits += mLen;
- for (; nBits > 0; m = m * 256 + buffer[i], i--, nBits -= 8);
- if (e === 0) {
- e = 1 - eBias;
- } else if (e === eMax) {
- return m ? NaN : s ? -Infinity : Infinity;
- } else {
- m = m + pow(2, mLen);
- e = e - eBias;
- } return (s ? -1 : 1) * m * pow(2, e - mLen);
-}
-
-function unpackI32(bytes) {
- return bytes[3] << 24 | bytes[2] << 16 | bytes[1] << 8 | bytes[0];
-}
-function packI8(it) {
- return [it & 0xff];
-}
-function packI16(it) {
- return [it & 0xff, it >> 8 & 0xff];
-}
-function packI32(it) {
- return [it & 0xff, it >> 8 & 0xff, it >> 16 & 0xff, it >> 24 & 0xff];
-}
-function packF64(it) {
- return packIEEE754(it, 52, 8);
-}
-function packF32(it) {
- return packIEEE754(it, 23, 4);
-}
-
-function addGetter(C, key, internal) {
- dP(C[PROTOTYPE], key, { get: function () { return this[internal]; } });
-}
-
-function get(view, bytes, index, isLittleEndian) {
- var numIndex = +index;
- var intIndex = toIndex(numIndex);
- if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);
- var store = view[$BUFFER]._b;
- var start = intIndex + view[$OFFSET];
- var pack = store.slice(start, start + bytes);
- return isLittleEndian ? pack : pack.reverse();
-}
-function set(view, bytes, index, conversion, value, isLittleEndian) {
- var numIndex = +index;
- var intIndex = toIndex(numIndex);
- if (intIndex + bytes > view[$LENGTH]) throw RangeError(WRONG_INDEX);
- var store = view[$BUFFER]._b;
- var start = intIndex + view[$OFFSET];
- var pack = conversion(+value);
- for (var i = 0; i < bytes; i++) store[start + i] = pack[isLittleEndian ? i : bytes - i - 1];
-}
-
-if (!$typed.ABV) {
- $ArrayBuffer = function ArrayBuffer(length) {
- anInstance(this, $ArrayBuffer, ARRAY_BUFFER);
- var byteLength = toIndex(length);
- this._b = arrayFill.call(new Array(byteLength), 0);
- this[$LENGTH] = byteLength;
- };
-
- $DataView = function DataView(buffer, byteOffset, byteLength) {
- anInstance(this, $DataView, DATA_VIEW);
- anInstance(buffer, $ArrayBuffer, DATA_VIEW);
- var bufferLength = buffer[$LENGTH];
- var offset = toInteger(byteOffset);
- if (offset < 0 || offset > bufferLength) throw RangeError('Wrong offset!');
- byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength);
- if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH);
- this[$BUFFER] = buffer;
- this[$OFFSET] = offset;
- this[$LENGTH] = byteLength;
- };
-
- if (DESCRIPTORS) {
- addGetter($ArrayBuffer, BYTE_LENGTH, '_l');
- addGetter($DataView, BUFFER, '_b');
- addGetter($DataView, BYTE_LENGTH, '_l');
- addGetter($DataView, BYTE_OFFSET, '_o');
- }
-
- redefineAll($DataView[PROTOTYPE], {
- getInt8: function getInt8(byteOffset) {
- return get(this, 1, byteOffset)[0] << 24 >> 24;
- },
- getUint8: function getUint8(byteOffset) {
- return get(this, 1, byteOffset)[0];
- },
- getInt16: function getInt16(byteOffset /* , littleEndian */) {
- var bytes = get(this, 2, byteOffset, arguments[1]);
- return (bytes[1] << 8 | bytes[0]) << 16 >> 16;
- },
- getUint16: function getUint16(byteOffset /* , littleEndian */) {
- var bytes = get(this, 2, byteOffset, arguments[1]);
- return bytes[1] << 8 | bytes[0];
- },
- getInt32: function getInt32(byteOffset /* , littleEndian */) {
- return unpackI32(get(this, 4, byteOffset, arguments[1]));
- },
- getUint32: function getUint32(byteOffset /* , littleEndian */) {
- return unpackI32(get(this, 4, byteOffset, arguments[1])) >>> 0;
- },
- getFloat32: function getFloat32(byteOffset /* , littleEndian */) {
- return unpackIEEE754(get(this, 4, byteOffset, arguments[1]), 23, 4);
- },
- getFloat64: function getFloat64(byteOffset /* , littleEndian */) {
- return unpackIEEE754(get(this, 8, byteOffset, arguments[1]), 52, 8);
- },
- setInt8: function setInt8(byteOffset, value) {
- set(this, 1, byteOffset, packI8, value);
- },
- setUint8: function setUint8(byteOffset, value) {
- set(this, 1, byteOffset, packI8, value);
- },
- setInt16: function setInt16(byteOffset, value /* , littleEndian */) {
- set(this, 2, byteOffset, packI16, value, arguments[2]);
- },
- setUint16: function setUint16(byteOffset, value /* , littleEndian */) {
- set(this, 2, byteOffset, packI16, value, arguments[2]);
- },
- setInt32: function setInt32(byteOffset, value /* , littleEndian */) {
- set(this, 4, byteOffset, packI32, value, arguments[2]);
- },
- setUint32: function setUint32(byteOffset, value /* , littleEndian */) {
- set(this, 4, byteOffset, packI32, value, arguments[2]);
- },
- setFloat32: function setFloat32(byteOffset, value /* , littleEndian */) {
- set(this, 4, byteOffset, packF32, value, arguments[2]);
- },
- setFloat64: function setFloat64(byteOffset, value /* , littleEndian */) {
- set(this, 8, byteOffset, packF64, value, arguments[2]);
- }
- });
-} else {
- if (!fails(function () {
- $ArrayBuffer(1);
- }) || !fails(function () {
- new $ArrayBuffer(-1); // eslint-disable-line no-new
- }) || fails(function () {
- new $ArrayBuffer(); // eslint-disable-line no-new
- new $ArrayBuffer(1.5); // eslint-disable-line no-new
- new $ArrayBuffer(NaN); // eslint-disable-line no-new
- return $ArrayBuffer.name != ARRAY_BUFFER;
- })) {
- $ArrayBuffer = function ArrayBuffer(length) {
- anInstance(this, $ArrayBuffer);
- return new BaseBuffer(toIndex(length));
- };
- var ArrayBufferProto = $ArrayBuffer[PROTOTYPE] = BaseBuffer[PROTOTYPE];
- for (var keys = gOPN(BaseBuffer), j = 0, key; keys.length > j;) {
- if (!((key = keys[j++]) in $ArrayBuffer)) hide($ArrayBuffer, key, BaseBuffer[key]);
- }
- if (!LIBRARY) ArrayBufferProto.constructor = $ArrayBuffer;
- }
- // iOS Safari 7.x bug
- var view = new $DataView(new $ArrayBuffer(2));
- var $setInt8 = $DataView[PROTOTYPE].setInt8;
- view.setInt8(0, 2147483648);
- view.setInt8(1, 2147483649);
- if (view.getInt8(0) || !view.getInt8(1)) redefineAll($DataView[PROTOTYPE], {
- setInt8: function setInt8(byteOffset, value) {
- $setInt8.call(this, byteOffset, value << 24 >> 24);
- },
- setUint8: function setUint8(byteOffset, value) {
- $setInt8.call(this, byteOffset, value << 24 >> 24);
- }
- }, true);
-}
-setToStringTag($ArrayBuffer, ARRAY_BUFFER);
-setToStringTag($DataView, DATA_VIEW);
-hide($DataView[PROTOTYPE], $typed.VIEW, true);
-exports[ARRAY_BUFFER] = $ArrayBuffer;
-exports[DATA_VIEW] = $DataView;
-
-
-/***/ }),
-
-/***/ "7VC1":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// https://github.com/tc39/proposal-string-pad-start-end
-var $export = __webpack_require__("XKFU");
-var $pad = __webpack_require__("Lgjv");
-var userAgent = __webpack_require__("ol8x");
-
-// https://github.com/zloirock/core-js/issues/280
-var WEBKIT_BUG = /Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(userAgent);
-
-$export($export.P + $export.F * WEBKIT_BUG, 'String', {
- padEnd: function padEnd(maxLength /* , fillString = ' ' */) {
- return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false);
- }
-});
-
-
-/***/ }),
-
-/***/ "7h0T":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.1.2.4 Number.isNaN(number)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Number', {
- isNaN: function isNaN(number) {
- // eslint-disable-next-line no-self-compare
- return number != number;
- }
-});
-
-
-/***/ }),
-
-/***/ "8+KV":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var $forEach = __webpack_require__("CkkT")(0);
-var STRICT = __webpack_require__("LyE8")([].forEach, true);
-
-$export($export.P + $export.F * !STRICT, 'Array', {
- // 22.1.3.10 / 15.4.4.18 Array.prototype.forEach(callbackfn [, thisArg])
- forEach: function forEach(callbackfn /* , thisArg */) {
- return $forEach(this, callbackfn, arguments[1]);
- }
-});
-
-
-/***/ }),
-
-/***/ "84bF":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.11 String.prototype.small()
-__webpack_require__("OGtf")('small', function (createHTML) {
- return function small() {
- return createHTML(this, 'small', '', '');
- };
-});
-
-
-/***/ }),
-
-/***/ "8MEG":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var aFunction = __webpack_require__("2OiF");
-var isObject = __webpack_require__("0/R4");
-var invoke = __webpack_require__("MfQN");
-var arraySlice = [].slice;
-var factories = {};
-
-var construct = function (F, len, args) {
- if (!(len in factories)) {
- for (var n = [], i = 0; i < len; i++) n[i] = 'a[' + i + ']';
- // eslint-disable-next-line no-new-func
- factories[len] = Function('F,a', 'return new F(' + n.join(',') + ')');
- } return factories[len](F, args);
-};
-
-module.exports = Function.bind || function bind(that /* , ...args */) {
- var fn = aFunction(this);
- var partArgs = arraySlice.call(arguments, 1);
- var bound = function (/* args... */) {
- var args = partArgs.concat(arraySlice.call(arguments));
- return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that);
- };
- if (isObject(fn.prototype)) bound.prototype = fn.prototype;
- return bound;
-};
-
-
-/***/ }),
-
-/***/ "8a7r":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $defineProperty = __webpack_require__("hswa");
-var createDesc = __webpack_require__("RjD/");
-
-module.exports = function (object, index, value) {
- if (index in object) $defineProperty.f(object, index, createDesc(0, value));
- else object[index] = value;
-};
-
-
-/***/ }),
-
-/***/ "91GP":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.3.1 Object.assign(target, source)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S + $export.F, 'Object', { assign: __webpack_require__("czNK") });
-
-
-/***/ }),
-
-/***/ "93I4":
-/***/ (function(module, exports) {
-
-module.exports = function (it) {
- return typeof it === 'object' ? it !== null : typeof it === 'function';
-};
-
-
-/***/ }),
-
-/***/ "9AAn":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var strong = __webpack_require__("wmvG");
-var validate = __webpack_require__("s5qY");
-var MAP = 'Map';
-
-// 23.1 Map Objects
-module.exports = __webpack_require__("4LiD")(MAP, function (get) {
- return function Map() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };
-}, {
- // 23.1.3.6 Map.prototype.get(key)
- get: function get(key) {
- var entry = strong.getEntry(validate(this, MAP), key);
- return entry && entry.v;
- },
- // 23.1.3.9 Map.prototype.set(key, value)
- set: function set(key, value) {
- return strong.def(validate(this, MAP), key === 0 ? 0 : key, value);
- }
-}, strong, true);
-
-
-/***/ }),
-
-/***/ "9P93":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.18 Math.imul(x, y)
-var $export = __webpack_require__("XKFU");
-var $imul = Math.imul;
-
-// some WebKit versions fails with big numbers, some has wrong arity
-$export($export.S + $export.F * __webpack_require__("eeVq")(function () {
- return $imul(0xffffffff, 5) != -5 || $imul.length != 2;
-}), 'Math', {
- imul: function imul(x, y) {
- var UINT16 = 0xffff;
- var xn = +x;
- var yn = +y;
- var xl = UINT16 & xn;
- var yl = UINT16 & yn;
- return 0 | xl * yl + ((UINT16 & xn >>> 16) * yl + xl * (UINT16 & yn >>> 16) << 16 >>> 0);
- }
-});
-
-
-/***/ }),
-
-/***/ "9VmF":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-// 21.1.3.18 String.prototype.startsWith(searchString [, position ])
-
-var $export = __webpack_require__("XKFU");
-var toLength = __webpack_require__("ne8i");
-var context = __webpack_require__("0sh+");
-var STARTS_WITH = 'startsWith';
-var $startsWith = ''[STARTS_WITH];
-
-$export($export.P + $export.F * __webpack_require__("UUeW")(STARTS_WITH), 'String', {
- startsWith: function startsWith(searchString /* , position = 0 */) {
- var that = context(this, searchString, STARTS_WITH);
- var index = toLength(Math.min(arguments.length > 1 ? arguments[1] : undefined, that.length));
- var search = String(searchString);
- return $startsWith
- ? $startsWith.call(that, search, index)
- : that.slice(index, index + search.length) === search;
- }
-});
-
-
-/***/ }),
-
-/***/ "9XZr":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// https://github.com/tc39/proposal-string-pad-start-end
-var $export = __webpack_require__("XKFU");
-var $pad = __webpack_require__("Lgjv");
-var userAgent = __webpack_require__("ol8x");
-
-// https://github.com/zloirock/core-js/issues/280
-var WEBKIT_BUG = /Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(userAgent);
-
-$export($export.P + $export.F * WEBKIT_BUG, 'String', {
- padStart: function padStart(maxLength /* , fillString = ' ' */) {
- return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, true);
- }
-});
-
-
-/***/ }),
-
-/***/ "9gX7":
-/***/ (function(module, exports) {
-
-module.exports = function (it, Constructor, name, forbiddenField) {
- if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {
- throw TypeError(name + ': incorrect invocation!');
- } return it;
-};
-
-
-/***/ }),
-
-/***/ "9rMk":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.9 Reflect.has(target, propertyKey)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Reflect', {
- has: function has(target, propertyKey) {
- return propertyKey in target;
- }
-});
-
-
-/***/ }),
-
-/***/ "A2zW":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var toInteger = __webpack_require__("RYi7");
-var aNumberValue = __webpack_require__("vvmO");
-var repeat = __webpack_require__("l0Rn");
-var $toFixed = 1.0.toFixed;
-var floor = Math.floor;
-var data = [0, 0, 0, 0, 0, 0];
-var ERROR = 'Number.toFixed: incorrect invocation!';
-var ZERO = '0';
-
-var multiply = function (n, c) {
- var i = -1;
- var c2 = c;
- while (++i < 6) {
- c2 += n * data[i];
- data[i] = c2 % 1e7;
- c2 = floor(c2 / 1e7);
- }
-};
-var divide = function (n) {
- var i = 6;
- var c = 0;
- while (--i >= 0) {
- c += data[i];
- data[i] = floor(c / n);
- c = (c % n) * 1e7;
- }
-};
-var numToString = function () {
- var i = 6;
- var s = '';
- while (--i >= 0) {
- if (s !== '' || i === 0 || data[i] !== 0) {
- var t = String(data[i]);
- s = s === '' ? t : s + repeat.call(ZERO, 7 - t.length) + t;
- }
- } return s;
-};
-var pow = function (x, n, acc) {
- return n === 0 ? acc : n % 2 === 1 ? pow(x, n - 1, acc * x) : pow(x * x, n / 2, acc);
-};
-var log = function (x) {
- var n = 0;
- var x2 = x;
- while (x2 >= 4096) {
- n += 12;
- x2 /= 4096;
- }
- while (x2 >= 2) {
- n += 1;
- x2 /= 2;
- } return n;
-};
-
-$export($export.P + $export.F * (!!$toFixed && (
- 0.00008.toFixed(3) !== '0.000' ||
- 0.9.toFixed(0) !== '1' ||
- 1.255.toFixed(2) !== '1.25' ||
- 1000000000000000128.0.toFixed(0) !== '1000000000000000128'
-) || !__webpack_require__("eeVq")(function () {
- // V8 ~ Android 4.3-
- $toFixed.call({});
-})), 'Number', {
- toFixed: function toFixed(fractionDigits) {
- var x = aNumberValue(this, ERROR);
- var f = toInteger(fractionDigits);
- var s = '';
- var m = ZERO;
- var e, z, j, k;
- if (f < 0 || f > 20) throw RangeError(ERROR);
- // eslint-disable-next-line no-self-compare
- if (x != x) return 'NaN';
- if (x <= -1e21 || x >= 1e21) return String(x);
- if (x < 0) {
- s = '-';
- x = -x;
- }
- if (x > 1e-21) {
- e = log(x * pow(2, 69, 1)) - 69;
- z = e < 0 ? x * pow(2, -e, 1) : x / pow(2, e, 1);
- z *= 0x10000000000000;
- e = 52 - e;
- if (e > 0) {
- multiply(0, z);
- j = f;
- while (j >= 7) {
- multiply(1e7, 0);
- j -= 7;
- }
- multiply(pow(10, j, 1), 0);
- j = e - 1;
- while (j >= 23) {
- divide(1 << 23);
- j -= 23;
- }
- divide(1 << j);
- multiply(1, 1);
- divide(2);
- m = numToString();
- } else {
- multiply(0, z);
- multiply(1 << -e, 0);
- m = numToString() + repeat.call(ZERO, f);
- }
- }
- if (f > 0) {
- k = m.length;
- m = s + (k <= f ? '0.' + repeat.call(ZERO, f - k) + m : m.slice(0, k - f) + '.' + m.slice(k - f));
- } else {
- m = s + m;
- } return m;
- }
-});
-
-
-/***/ }),
-
-/***/ "A5AN":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var at = __webpack_require__("AvRE")(true);
-
- // `AdvanceStringIndex` abstract operation
-// https://tc39.github.io/ecma262/#sec-advancestringindex
-module.exports = function (S, index, unicode) {
- return index + (unicode ? at(S, index).length : 1);
-};
-
-
-/***/ }),
-
-/***/ "Afnz":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var LIBRARY = __webpack_require__("LQAc");
-var $export = __webpack_require__("XKFU");
-var redefine = __webpack_require__("KroJ");
-var hide = __webpack_require__("Mukb");
-var Iterators = __webpack_require__("hPIQ");
-var $iterCreate = __webpack_require__("QaDb");
-var setToStringTag = __webpack_require__("fyDq");
-var getPrototypeOf = __webpack_require__("OP3Y");
-var ITERATOR = __webpack_require__("K0xU")('iterator');
-var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`
-var FF_ITERATOR = '@@iterator';
-var KEYS = 'keys';
-var VALUES = 'values';
-
-var returnThis = function () { return this; };
-
-module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {
- $iterCreate(Constructor, NAME, next);
- var getMethod = function (kind) {
- if (!BUGGY && kind in proto) return proto[kind];
- switch (kind) {
- case KEYS: return function keys() { return new Constructor(this, kind); };
- case VALUES: return function values() { return new Constructor(this, kind); };
- } return function entries() { return new Constructor(this, kind); };
- };
- var TAG = NAME + ' Iterator';
- var DEF_VALUES = DEFAULT == VALUES;
- var VALUES_BUG = false;
- var proto = Base.prototype;
- var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];
- var $default = $native || getMethod(DEFAULT);
- var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;
- var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
- var methods, key, IteratorPrototype;
- // Fix native
- if ($anyNative) {
- IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));
- if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {
- // Set @@toStringTag to native iterators
- setToStringTag(IteratorPrototype, TAG, true);
- // fix for some old engines
- if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);
- }
- }
- // fix Array#{values, @@iterator}.name in V8 / FF
- if (DEF_VALUES && $native && $native.name !== VALUES) {
- VALUES_BUG = true;
- $default = function values() { return $native.call(this); };
- }
- // Define iterator
- if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {
- hide(proto, ITERATOR, $default);
- }
- // Plug for library
- Iterators[NAME] = $default;
- Iterators[TAG] = returnThis;
- if (DEFAULT) {
- methods = {
- values: DEF_VALUES ? $default : getMethod(VALUES),
- keys: IS_SET ? $default : getMethod(KEYS),
- entries: $entries
- };
- if (FORCED) for (key in methods) {
- if (!(key in proto)) redefine(proto, key, methods[key]);
- } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);
- }
- return methods;
-};
-
-
-/***/ }),
-
-/***/ "AphP":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var toObject = __webpack_require__("S/j/");
-var toPrimitive = __webpack_require__("apmT");
-
-$export($export.P + $export.F * __webpack_require__("eeVq")(function () {
- return new Date(NaN).toJSON() !== null
- || Date.prototype.toJSON.call({ toISOString: function () { return 1; } }) !== 1;
-}), 'Date', {
- // eslint-disable-next-line no-unused-vars
- toJSON: function toJSON(key) {
- var O = toObject(this);
- var pv = toPrimitive(O);
- return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();
- }
-});
-
-
-/***/ }),
-
-/***/ "AvRE":
-/***/ (function(module, exports, __webpack_require__) {
-
-var toInteger = __webpack_require__("RYi7");
-var defined = __webpack_require__("vhPU");
-// true -> String#at
-// false -> String#codePointAt
-module.exports = function (TO_STRING) {
- return function (that, pos) {
- var s = String(defined(that));
- var i = toInteger(pos);
- var l = s.length;
- var a, b;
- if (i < 0 || i >= l) return TO_STRING ? '' : undefined;
- a = s.charCodeAt(i);
- return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff
- ? TO_STRING ? s.charAt(i) : a
- : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;
- };
-};
-
-
-/***/ }),
-
-/***/ "B+OT":
-/***/ (function(module, exports) {
-
-var hasOwnProperty = {}.hasOwnProperty;
-module.exports = function (it, key) {
- return hasOwnProperty.call(it, key);
-};
-
-
-/***/ }),
-
-/***/ "BC7C":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.16 Math.fround(x)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Math', { fround: __webpack_require__("kcoS") });
-
-
-/***/ }),
-
-/***/ "BJ/l":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.20 Math.log1p(x)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Math', { log1p: __webpack_require__("1sa7") });
-
-
-/***/ }),
-
-/***/ "BP8U":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-var $parseInt = __webpack_require__("PKUr");
-// 20.1.2.13 Number.parseInt(string, radix)
-$export($export.S + $export.F * (Number.parseInt != $parseInt), 'Number', { parseInt: $parseInt });
-
-
-/***/ }),
-
-/***/ "Btvt":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// 19.1.3.6 Object.prototype.toString()
-var classof = __webpack_require__("I8a+");
-var test = {};
-test[__webpack_require__("K0xU")('toStringTag')] = 'z';
-if (test + '' != '[object z]') {
- __webpack_require__("KroJ")(Object.prototype, 'toString', function toString() {
- return '[object ' + classof(this) + ']';
- }, true);
-}
-
-
-/***/ }),
-
-/***/ "C/va":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// 21.2.5.3 get RegExp.prototype.flags
-var anObject = __webpack_require__("y3w9");
-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.unicode) result += 'u';
- if (that.sticky) result += 'y';
- return result;
-};
-
-
-/***/ }),
-
-/***/ "CX2u":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-// https://github.com/tc39/proposal-promise-finally
-
-var $export = __webpack_require__("XKFU");
-var core = __webpack_require__("g3g5");
-var global = __webpack_require__("dyZX");
-var speciesConstructor = __webpack_require__("69bn");
-var promiseResolve = __webpack_require__("vKrd");
-
-$export($export.P + $export.R, 'Promise', { 'finally': function (onFinally) {
- var C = speciesConstructor(this, core.Promise || global.Promise);
- var isFunction = typeof onFinally == 'function';
- return this.then(
- isFunction ? function (x) {
- return promiseResolve(C, onFinally()).then(function () { return x; });
- } : onFinally,
- isFunction ? function (e) {
- return promiseResolve(C, onFinally()).then(function () { throw e; });
- } : onFinally
- );
-} });
-
-
-/***/ }),
-
-/***/ "Cfrj":
-/***/ (function(module, exports, __webpack_require__) {
-
-// https://tc39.github.io/ecma262/#sec-toindex
-var toInteger = __webpack_require__("RYi7");
-var toLength = __webpack_require__("ne8i");
-module.exports = function (it) {
- if (it === undefined) return 0;
- var number = toInteger(it);
- var length = toLength(number);
- if (number !== length) throw RangeError('Wrong length!');
- return length;
-};
-
-
-/***/ }),
-
-/***/ "CkkT":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 0 -> Array#forEach
-// 1 -> Array#map
-// 2 -> Array#filter
-// 3 -> Array#some
-// 4 -> Array#every
-// 5 -> Array#find
-// 6 -> Array#findIndex
-var ctx = __webpack_require__("m0Pp");
-var IObject = __webpack_require__("Ymqv");
-var toObject = __webpack_require__("S/j/");
-var toLength = __webpack_require__("ne8i");
-var asc = __webpack_require__("zRwo");
-module.exports = function (TYPE, $create) {
- var IS_MAP = TYPE == 1;
- var IS_FILTER = TYPE == 2;
- var IS_SOME = TYPE == 3;
- var IS_EVERY = TYPE == 4;
- var IS_FIND_INDEX = TYPE == 6;
- var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
- var create = $create || asc;
- return function ($this, callbackfn, that) {
- var O = toObject($this);
- var self = IObject(O);
- var f = ctx(callbackfn, that, 3);
- var length = toLength(self.length);
- var index = 0;
- var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
- var val, res;
- for (;length > index; index++) if (NO_HOLES || index in self) {
- val = self[index];
- res = f(val, index, O);
- if (TYPE) {
- if (IS_MAP) result[index] = res; // map
- else if (res) switch (TYPE) {
- case 3: return true; // some
- case 5: return val; // find
- case 6: return index; // findIndex
- case 2: result.push(val); // filter
- } else if (IS_EVERY) return false; // every
- }
- }
- return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : result;
- };
-};
-
-
-/***/ }),
-
-/***/ "CyHz":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.28 Math.sign(x)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Math', { sign: __webpack_require__("lvtm") });
-
-
-/***/ }),
-
-/***/ "D4iV":
-/***/ (function(module, exports, __webpack_require__) {
-
-var global = __webpack_require__("dyZX");
-var hide = __webpack_require__("Mukb");
-var uid = __webpack_require__("ylqs");
-var TYPED = uid('typed_array');
-var VIEW = uid('view');
-var ABV = !!(global.ArrayBuffer && global.DataView);
-var CONSTR = ABV;
-var i = 0;
-var l = 9;
-var Typed;
-
-var TypedArrayConstructors = (
- 'Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array'
-).split(',');
-
-while (i < l) {
- if (Typed = global[TypedArrayConstructors[i++]]) {
- hide(Typed.prototype, TYPED, true);
- hide(Typed.prototype, VIEW, true);
- } else CONSTR = false;
-}
-
-module.exports = {
- ABV: ABV,
- CONSTR: CONSTR,
- TYPED: TYPED,
- VIEW: VIEW
-};
-
-
-/***/ }),
-
-/***/ "DNiP":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var $reduce = __webpack_require__("eyMr");
-
-$export($export.P + $export.F * !__webpack_require__("LyE8")([].reduce, true), 'Array', {
- // 22.1.3.18 / 15.4.4.21 Array.prototype.reduce(callbackfn [, initialValue])
- reduce: function reduce(callbackfn /* , initialValue */) {
- return $reduce(this, callbackfn, arguments.length, arguments[1], false);
- }
-});
-
-
-/***/ }),
-
-/***/ "DVgA":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.14 / 15.2.3.14 Object.keys(O)
-var $keys = __webpack_require__("zhAb");
-var enumBugKeys = __webpack_require__("4R4u");
-
-module.exports = Object.keys || function keys(O) {
- return $keys(O, enumBugKeys);
-};
-
-
-/***/ }),
-
-/***/ "DW2E":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.5 Object.freeze(O)
-var isObject = __webpack_require__("0/R4");
-var meta = __webpack_require__("Z6vF").onFreeze;
-
-__webpack_require__("Xtr8")('freeze', function ($freeze) {
- return function freeze(it) {
- return $freeze && isObject(it) ? $freeze(meta(it)) : it;
- };
-});
-
-
-/***/ }),
-
-/***/ "EK0E":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var global = __webpack_require__("dyZX");
-var each = __webpack_require__("CkkT")(0);
-var redefine = __webpack_require__("KroJ");
-var meta = __webpack_require__("Z6vF");
-var assign = __webpack_require__("czNK");
-var weak = __webpack_require__("ZD67");
-var isObject = __webpack_require__("0/R4");
-var validate = __webpack_require__("s5qY");
-var NATIVE_WEAK_MAP = __webpack_require__("s5qY");
-var IS_IE11 = !global.ActiveXObject && 'ActiveXObject' in global;
-var WEAK_MAP = 'WeakMap';
-var getWeak = meta.getWeak;
-var isExtensible = Object.isExtensible;
-var uncaughtFrozenStore = weak.ufstore;
-var InternalMap;
-
-var wrapper = function (get) {
- return function WeakMap() {
- return get(this, arguments.length > 0 ? arguments[0] : undefined);
- };
-};
-
-var methods = {
- // 23.3.3.3 WeakMap.prototype.get(key)
- get: function get(key) {
- if (isObject(key)) {
- var data = getWeak(key);
- if (data === true) return uncaughtFrozenStore(validate(this, WEAK_MAP)).get(key);
- return data ? data[this._i] : undefined;
- }
- },
- // 23.3.3.5 WeakMap.prototype.set(key, value)
- set: function set(key, value) {
- return weak.def(validate(this, WEAK_MAP), key, value);
- }
-};
-
-// 23.3 WeakMap Objects
-var $WeakMap = module.exports = __webpack_require__("4LiD")(WEAK_MAP, wrapper, methods, weak, true, true);
-
-// IE11 WeakMap frozen keys fix
-if (NATIVE_WEAK_MAP && IS_IE11) {
- InternalMap = weak.getConstructor(wrapper, WEAK_MAP);
- assign(InternalMap.prototype, methods);
- meta.NEED = true;
- each(['delete', 'has', 'get', 'set'], function (key) {
- var proto = $WeakMap.prototype;
- var method = proto[key];
- redefine(proto, key, function (a, b) {
- // store frozen objects on internal weakmap shim
- if (isObject(a) && !isExtensible(a)) {
- if (!this._f) this._f = new InternalMap();
- var result = this._f[key](a, b);
- return key == 'set' ? this : result;
- // store all the rest on native weakmap
- } return method.call(this, a, b);
- });
- });
-}
-
-
-/***/ }),
-
-/***/ "EWmC":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 7.2.2 IsArray(argument)
-var cof = __webpack_require__("LZWt");
-module.exports = Array.isArray || function isArray(arg) {
- return cof(arg) == 'Array';
-};
-
-
-/***/ }),
-
-/***/ "EemH":
-/***/ (function(module, exports, __webpack_require__) {
-
-var pIE = __webpack_require__("UqcF");
-var createDesc = __webpack_require__("RjD/");
-var toIObject = __webpack_require__("aCFj");
-var toPrimitive = __webpack_require__("apmT");
-var has = __webpack_require__("aagx");
-var IE8_DOM_DEFINE = __webpack_require__("xpql");
-var gOPD = Object.getOwnPropertyDescriptor;
-
-exports.f = __webpack_require__("nh4g") ? gOPD : function getOwnPropertyDescriptor(O, P) {
- O = toIObject(O);
- P = toPrimitive(P, true);
- if (IE8_DOM_DEFINE) try {
- return gOPD(O, P);
- } catch (e) { /* empty */ }
- if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);
-};
-
-
-/***/ }),
-
-/***/ "Ew+T":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-var $task = __webpack_require__("GZEu");
-$export($export.G + $export.B, {
- setImmediate: $task.set,
- clearImmediate: $task.clear
-});
-
-
-/***/ }),
-
-/***/ "FDph":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("Z2Ku");
-module.exports = __webpack_require__("g3g5").Array.includes;
-
-
-/***/ }),
-
-/***/ "FEjr":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.12 String.prototype.strike()
-__webpack_require__("OGtf")('strike', function (createHTML) {
- return function strike() {
- return createHTML(this, 'strike', '', '');
- };
-});
-
-
-/***/ }),
-
-/***/ "FJW5":
-/***/ (function(module, exports, __webpack_require__) {
-
-var dP = __webpack_require__("hswa");
-var anObject = __webpack_require__("y3w9");
-var getKeys = __webpack_require__("DVgA");
-
-module.exports = __webpack_require__("nh4g") ? Object.defineProperties : function defineProperties(O, Properties) {
- anObject(O);
- var keys = getKeys(Properties);
- var length = keys.length;
- var i = 0;
- var P;
- while (length > i) dP.f(O, P = keys[i++], Properties[P]);
- return O;
-};
-
-
-/***/ }),
-
-/***/ "FLlr":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-
-$export($export.P, 'String', {
- // 21.1.3.13 String.prototype.repeat(count)
- repeat: __webpack_require__("l0Rn")
-});
-
-
-/***/ }),
-
-/***/ "Faw5":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("7DDg")('Int16', 2, function (init) {
- return function Int16Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
-
-
-/***/ }),
-
-/***/ "FlsD":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.11 Object.isExtensible(O)
-var isObject = __webpack_require__("0/R4");
-
-__webpack_require__("Xtr8")('isExtensible', function ($isExtensible) {
- return function isExtensible(it) {
- return isObject(it) ? $isExtensible ? $isExtensible(it) : true : false;
- };
-});
-
-
-/***/ }),
-
-/***/ "FxUG":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("R5XZ");
-__webpack_require__("Ew+T");
-__webpack_require__("rGqo");
-module.exports = __webpack_require__("g3g5");
-
-
-/***/ }),
-
-/***/ "G8Mo":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 7.1.1 ToPrimitive(input [, PreferredType])
-var isObject = __webpack_require__("93I4");
-// 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 (it, S) {
- if (!isObject(it)) return it;
- var fn, val;
- if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
- if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;
- if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
- throw TypeError("Can't convert object to primitive value");
-};
-
-
-/***/ }),
-
-/***/ "GNAe":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-var $parseInt = __webpack_require__("PKUr");
-// 18.2.5 parseInt(string, radix)
-$export($export.G + $export.F * (parseInt != $parseInt), { parseInt: $parseInt });
-
-
-/***/ }),
-
-/***/ "GZEu":
-/***/ (function(module, exports, __webpack_require__) {
-
-var ctx = __webpack_require__("m0Pp");
-var invoke = __webpack_require__("MfQN");
-var html = __webpack_require__("+rLv");
-var cel = __webpack_require__("Iw71");
-var global = __webpack_require__("dyZX");
-var process = global.process;
-var setTask = global.setImmediate;
-var clearTask = global.clearImmediate;
-var MessageChannel = global.MessageChannel;
-var Dispatch = global.Dispatch;
-var counter = 0;
-var queue = {};
-var ONREADYSTATECHANGE = 'onreadystatechange';
-var defer, channel, port;
-var run = function () {
- var id = +this;
- // eslint-disable-next-line no-prototype-builtins
- if (queue.hasOwnProperty(id)) {
- var fn = queue[id];
- delete queue[id];
- fn();
- }
-};
-var listener = function (event) {
- run.call(event.data);
-};
-// Node.js 0.9+ & IE10+ has setImmediate, otherwise:
-if (!setTask || !clearTask) {
- setTask = 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
- invoke(typeof fn == 'function' ? fn : Function(fn), args);
- };
- defer(counter);
- return counter;
- };
- clearTask = function clearImmediate(id) {
- delete queue[id];
- };
- // Node.js 0.8-
- if (__webpack_require__("LZWt")(process) == 'process') {
- defer = function (id) {
- process.nextTick(ctx(run, id, 1));
- };
- // Sphere (JS game engine) Dispatch API
- } else if (Dispatch && Dispatch.now) {
- defer = function (id) {
- Dispatch.now(ctx(run, id, 1));
- };
- // Browsers with MessageChannel, includes WebWorkers
- } else if (MessageChannel) {
- channel = new MessageChannel();
- port = channel.port2;
- channel.port1.onmessage = listener;
- defer = ctx(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) {
- defer = function (id) {
- global.postMessage(id + '', '*');
- };
- global.addEventListener('message', listener, false);
- // IE8-
- } else if (ONREADYSTATECHANGE in cel('script')) {
- defer = function (id) {
- html.appendChild(cel('script'))[ONREADYSTATECHANGE] = function () {
- html.removeChild(this);
- run.call(id);
- };
- };
- // Rest old browsers
- } else {
- defer = function (id) {
- setTimeout(ctx(run, id, 1), 0);
- };
- }
-}
-module.exports = {
- set: setTask,
- clear: clearTask
-};
-
-
-/***/ }),
-
-/***/ "H6hf":
-/***/ (function(module, exports, __webpack_require__) {
-
-// call something on iterator step with safe closing on error
-var anObject = __webpack_require__("y3w9");
-module.exports = function (iterator, fn, value, entries) {
- try {
- return entries ? fn(anObject(value)[0], value[1]) : fn(value);
- // 7.4.6 IteratorClose(iterator, completion)
- } catch (e) {
- var ret = iterator['return'];
- if (ret !== undefined) anObject(ret.call(iterator));
- throw e;
- }
-};
-
-
-/***/ }),
-
-/***/ "HAE/":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
-$export($export.S + $export.F * !__webpack_require__("nh4g"), 'Object', { defineProperty: __webpack_require__("hswa").f });
-
-
-/***/ }),
-
-/***/ "HEwt":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var ctx = __webpack_require__("m0Pp");
-var $export = __webpack_require__("XKFU");
-var toObject = __webpack_require__("S/j/");
-var call = __webpack_require__("H6hf");
-var isArrayIter = __webpack_require__("M6Qj");
-var toLength = __webpack_require__("ne8i");
-var createProperty = __webpack_require__("8a7r");
-var getIterFn = __webpack_require__("J+6e");
-
-$export($export.S + $export.F * !__webpack_require__("XMVh")(function (iter) { Array.from(iter); }), 'Array', {
- // 22.1.2.1 Array.from(arrayLike, mapfn = undefined, thisArg = undefined)
- from: function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {
- var O = toObject(arrayLike);
- var C = typeof this == 'function' ? this : Array;
- var aLen = arguments.length;
- var mapfn = aLen > 1 ? arguments[1] : undefined;
- var mapping = mapfn !== undefined;
- var index = 0;
- var iterFn = getIterFn(O);
- var length, result, step, iterator;
- if (mapping) mapfn = ctx(mapfn, aLen > 2 ? arguments[2] : undefined, 2);
- // if object isn't iterable or it's array with default iterator - use simple case
- if (iterFn != undefined && !(C == Array && isArrayIter(iterFn))) {
- for (iterator = iterFn.call(O), result = new C(); !(step = iterator.next()).done; index++) {
- createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.value);
- }
- } else {
- length = toLength(O.length);
- for (result = new C(length); length > index; index++) {
- createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);
- }
- }
- result.length = index;
- return result;
- }
-});
-
-
-/***/ }),
-
-/***/ "Hsns":
-/***/ (function(module, exports, __webpack_require__) {
-
-var isObject = __webpack_require__("93I4");
-var document = __webpack_require__("5T2Y").document;
-// typeof document.createElement is 'object' in old IE
-var is = isObject(document) && isObject(document.createElement);
-module.exports = function (it) {
- return is ? document.createElement(it) : {};
-};
-
-
-/***/ }),
-
-/***/ "I5cv":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.2 Reflect.construct(target, argumentsList [, newTarget])
-var $export = __webpack_require__("XKFU");
-var create = __webpack_require__("Kuth");
-var aFunction = __webpack_require__("2OiF");
-var anObject = __webpack_require__("y3w9");
-var isObject = __webpack_require__("0/R4");
-var fails = __webpack_require__("eeVq");
-var bind = __webpack_require__("8MEG");
-var rConstruct = (__webpack_require__("dyZX").Reflect || {}).construct;
-
-// MS Edge supports only 2 arguments and argumentsList argument is optional
-// FF Nightly sets third argument as `new.target`, but does not create `this` from it
-var NEW_TARGET_BUG = fails(function () {
- function F() { /* empty */ }
- return !(rConstruct(function () { /* empty */ }, [], F) instanceof F);
-});
-var ARGS_BUG = !fails(function () {
- rConstruct(function () { /* empty */ });
-});
-
-$export($export.S + $export.F * (NEW_TARGET_BUG || ARGS_BUG), 'Reflect', {
- construct: function construct(Target, args /* , newTarget */) {
- aFunction(Target);
- anObject(args);
- var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);
- if (ARGS_BUG && !NEW_TARGET_BUG) return rConstruct(Target, args, newTarget);
- if (Target == newTarget) {
- // w/o altered newTarget, optimization for 0-4 arguments
- switch (args.length) {
- case 0: return new Target();
- case 1: return new Target(args[0]);
- case 2: return new Target(args[0], args[1]);
- case 3: return new Target(args[0], args[1], args[2]);
- case 4: return new Target(args[0], args[1], args[2], args[3]);
- }
- // w/o altered newTarget, lot of arguments case
- var $args = [null];
- $args.push.apply($args, args);
- return new (bind.apply(Target, $args))();
- }
- // with altered newTarget, not support built-in constructors
- var proto = newTarget.prototype;
- var instance = create(isObject(proto) ? proto : Object.prototype);
- var result = Function.apply.call(Target, instance, args);
- return isObject(result) ? result : instance;
- }
-});
-
-
-/***/ }),
-
-/***/ "I74W":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// https://github.com/sebmarkbage/ecmascript-string-left-right-trim
-__webpack_require__("qncB")('trimLeft', function ($trim) {
- return function trimLeft() {
- return $trim(this, 1);
- };
-}, 'trimStart');
-
-
-/***/ }),
-
-/***/ "I78e":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var html = __webpack_require__("+rLv");
-var cof = __webpack_require__("LZWt");
-var toAbsoluteIndex = __webpack_require__("d/Gc");
-var toLength = __webpack_require__("ne8i");
-var arraySlice = [].slice;
-
-// fallback for not array-like ES3 strings and DOM objects
-$export($export.P + $export.F * __webpack_require__("eeVq")(function () {
- if (html) arraySlice.call(html);
-}), 'Array', {
- slice: function slice(begin, end) {
- var len = toLength(this.length);
- var klass = cof(this);
- end = end === undefined ? len : end;
- if (klass == 'Array') return arraySlice.call(this, begin, end);
- var start = toAbsoluteIndex(begin, len);
- var upTo = toAbsoluteIndex(end, len);
- var size = toLength(upTo - start);
- var cloned = new Array(size);
- var i = 0;
- for (; i < size; i++) cloned[i] = klass == 'String'
- ? this.charAt(start + i)
- : this[start + i];
- return cloned;
- }
-});
-
-
-/***/ }),
-
-/***/ "I8a+":
-/***/ (function(module, exports, __webpack_require__) {
-
-// getting tag from 19.1.3.6 Object.prototype.toString()
-var cof = __webpack_require__("LZWt");
-var TAG = __webpack_require__("K0xU")('toStringTag');
-// ES3 wrong here
-var ARG = cof(function () { return arguments; }()) == 'Arguments';
-
-// fallback for IE11 Script Access Denied error
-var tryGet = function (it, key) {
- try {
- return it[key];
- } catch (e) { /* empty */ }
-};
-
-module.exports = function (it) {
- var O, T, B;
- return it === undefined ? 'Undefined' : it === null ? 'Null'
- // @@toStringTag case
- : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T
- // builtinTag case
- : ARG ? cof(O)
- // ES3 arguments fallback
- : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
-};
-
-
-/***/ }),
-
-/***/ "INYr":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// 22.1.3.9 Array.prototype.findIndex(predicate, thisArg = undefined)
-var $export = __webpack_require__("XKFU");
-var $find = __webpack_require__("CkkT")(6);
-var KEY = 'findIndex';
-var forced = true;
-// Shouldn't skip holes
-if (KEY in []) Array(1)[KEY](function () { forced = false; });
-$export($export.P + $export.F * forced, 'Array', {
- findIndex: function findIndex(callbackfn /* , that = undefined */) {
- return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
-__webpack_require__("nGyu")(KEY);
-
-
-/***/ }),
-
-/***/ "IU+Z":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-__webpack_require__("sMXx");
-var redefine = __webpack_require__("KroJ");
-var hide = __webpack_require__("Mukb");
-var fails = __webpack_require__("eeVq");
-var defined = __webpack_require__("vhPU");
-var wks = __webpack_require__("K0xU");
-var regexpExec = __webpack_require__("Ugos");
-
-var SPECIES = wks('species');
-
-var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
- // #replace needs built-in support for named groups.
- // #match works fine because it just return the exec results, even if it has
- // a "grops" property.
- var re = /./;
- re.exec = function () {
- var result = [];
- result.groups = { a: '7' };
- return result;
- };
- return ''.replace(re, '$<a>') !== '7';
-});
-
-var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = (function () {
- // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
- var re = /(?:)/;
- var originalExec = re.exec;
- re.exec = function () { return originalExec.apply(this, arguments); };
- var result = 'ab'.split(re);
- return result.length === 2 && result[0] === 'a' && result[1] === 'b';
-})();
-
-module.exports = function (KEY, length, exec) {
- var SYMBOL = wks(KEY);
-
- var DELEGATES_TO_SYMBOL = !fails(function () {
- // String methods call symbol-named RegEp methods
- var O = {};
- O[SYMBOL] = function () { return 7; };
- return ''[KEY](O) != 7;
- });
-
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL ? !fails(function () {
- // Symbol-named RegExp methods call .exec
- var execCalled = false;
- var re = /a/;
- re.exec = function () { execCalled = true; return null; };
- if (KEY === 'split') {
- // RegExp[@@split] doesn't call the regex's exec method, but first creates
- // a new one. We need to return the patched regex when creating the new one.
- re.constructor = {};
- re.constructor[SPECIES] = function () { return re; };
- }
- re[SYMBOL]('');
- return !execCalled;
- }) : undefined;
-
- if (
- !DELEGATES_TO_SYMBOL ||
- !DELEGATES_TO_EXEC ||
- (KEY === 'replace' && !REPLACE_SUPPORTS_NAMED_GROUPS) ||
- (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
- ) {
- var nativeRegExpMethod = /./[SYMBOL];
- var fns = exec(
- defined,
- SYMBOL,
- ''[KEY],
- function maybeCallNative(nativeMethod, regexp, str, arg2, forceStringMethod) {
- if (regexp.exec === regexpExec) {
- if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
- // The native String method already delegates to @@method (this
- // polyfilled function), leasing to infinite recursion.
- // We avoid it by directly calling the native @@method method.
- return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
- }
- return { done: true, value: nativeMethod.call(str, regexp, arg2) };
- }
- return { done: false };
- }
- );
- var strfn = fns[0];
- var rxfn = fns[1];
-
- redefine(String.prototype, KEY, strfn);
- hide(RegExp.prototype, SYMBOL, length == 2
- // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
- // 21.2.5.11 RegExp.prototype[@@split](string, limit)
- ? function (string, arg) { return rxfn.call(string, this, arg); }
- // 21.2.5.6 RegExp.prototype[@@match](string)
- // 21.2.5.9 RegExp.prototype[@@search](string)
- : function (string) { return rxfn.call(string, this); }
- );
- }
-};
-
-
-/***/ }),
-
-/***/ "IXt9":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var isObject = __webpack_require__("0/R4");
-var getPrototypeOf = __webpack_require__("OP3Y");
-var HAS_INSTANCE = __webpack_require__("K0xU")('hasInstance');
-var FunctionProto = Function.prototype;
-// 19.2.3.6 Function.prototype[@@hasInstance](V)
-if (!(HAS_INSTANCE in FunctionProto)) __webpack_require__("hswa").f(FunctionProto, HAS_INSTANCE, { value: function (O) {
- if (typeof this != 'function' || !isObject(O)) return false;
- if (!isObject(this.prototype)) return O instanceof this;
- // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:
- while (O = getPrototypeOf(O)) if (this.prototype === O) return true;
- return false;
-} });
-
-
-/***/ }),
-
-/***/ "IlFx":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.10 Reflect.isExtensible(target)
-var $export = __webpack_require__("XKFU");
-var anObject = __webpack_require__("y3w9");
-var $isExtensible = Object.isExtensible;
-
-$export($export.S, 'Reflect', {
- isExtensible: function isExtensible(target) {
- anObject(target);
- return $isExtensible ? $isExtensible(target) : true;
- }
-});
-
-
-/***/ }),
-
-/***/ "Iw71":
-/***/ (function(module, exports, __webpack_require__) {
-
-var isObject = __webpack_require__("0/R4");
-var document = __webpack_require__("dyZX").document;
-// typeof document.createElement is 'object' in old IE
-var is = isObject(document) && isObject(document.createElement);
-module.exports = function (it) {
- return is ? document.createElement(it) : {};
-};
-
-
-/***/ }),
-
-/***/ "Izvi":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("I74W");
-module.exports = __webpack_require__("g3g5").String.trimLeft;
-
-
-/***/ }),
-
-/***/ "J+6e":
-/***/ (function(module, exports, __webpack_require__) {
-
-var classof = __webpack_require__("I8a+");
-var ITERATOR = __webpack_require__("K0xU")('iterator');
-var Iterators = __webpack_require__("hPIQ");
-module.exports = __webpack_require__("g3g5").getIteratorMethod = function (it) {
- if (it != undefined) return it[ITERATOR]
- || it['@@iterator']
- || Iterators[classof(it)];
-};
-
-
-/***/ }),
-
-/***/ "JCqj":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.14 String.prototype.sup()
-__webpack_require__("OGtf")('sup', function (createHTML) {
- return function sup() {
- return createHTML(this, 'sup', '', '');
- };
-});
-
-
-/***/ }),
-
-/***/ "JbTB":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("/8Fb");
-module.exports = __webpack_require__("g3g5").Object.entries;
-
-
-/***/ }),
-
-/***/ "Jcmo":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.12 Math.cosh(x)
-var $export = __webpack_require__("XKFU");
-var exp = Math.exp;
-
-$export($export.S, 'Math', {
- cosh: function cosh(x) {
- return (exp(x = +x) + exp(-x)) / 2;
- }
-});
-
-
-/***/ }),
-
-/***/ "JduL":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.7 Object.getOwnPropertyNames(O)
-__webpack_require__("Xtr8")('getOwnPropertyNames', function () {
- return __webpack_require__("e7yV").f;
-});
-
-
-/***/ }),
-
-/***/ "Ji/l":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-$export($export.G + $export.W + $export.F * !__webpack_require__("D4iV").ABV, {
- DataView: __webpack_require__("7Qtz").DataView
-});
-
-
-/***/ }),
-
-/***/ "JiEa":
-/***/ (function(module, exports) {
-
-exports.f = Object.getOwnPropertySymbols;
-
-
-/***/ }),
-
-/***/ "K0xU":
-/***/ (function(module, exports, __webpack_require__) {
-
-var store = __webpack_require__("VTer")('wks');
-var uid = __webpack_require__("ylqs");
-var Symbol = __webpack_require__("dyZX").Symbol;
-var USE_SYMBOL = typeof Symbol == 'function';
-
-var $exports = module.exports = function (name) {
- return store[name] || (store[name] =
- USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));
-};
-
-$exports.store = store;
-
-
-/***/ }),
-
-/***/ "KKXr":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-var isRegExp = __webpack_require__("quPj");
-var anObject = __webpack_require__("y3w9");
-var speciesConstructor = __webpack_require__("69bn");
-var advanceStringIndex = __webpack_require__("A5AN");
-var toLength = __webpack_require__("ne8i");
-var callRegExpExec = __webpack_require__("Xxuz");
-var regexpExec = __webpack_require__("Ugos");
-var fails = __webpack_require__("eeVq");
-var $min = Math.min;
-var $push = [].push;
-var $SPLIT = 'split';
-var LENGTH = 'length';
-var LAST_INDEX = 'lastIndex';
-var MAX_UINT32 = 0xffffffff;
-
-// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError
-var SUPPORTS_Y = !fails(function () { RegExp(MAX_UINT32, 'y'); });
-
-// @@split logic
-__webpack_require__("IU+Z")('split', 2, function (defined, SPLIT, $split, maybeCallNative) {
- var internalSplit;
- if (
- 'abbc'[$SPLIT](/(b)*/)[1] == 'c' ||
- 'test'[$SPLIT](/(?:)/, -1)[LENGTH] != 4 ||
- 'ab'[$SPLIT](/(?:ab)*/)[LENGTH] != 2 ||
- '.'[$SPLIT](/(.?)(.?)/)[LENGTH] != 4 ||
- '.'[$SPLIT](/()()/)[LENGTH] > 1 ||
- ''[$SPLIT](/.?/)[LENGTH]
- ) {
- // based on es5-shim implementation, need to rework it
- internalSplit = function (separator, limit) {
- var string = String(this);
- if (separator === undefined && limit === 0) return [];
- // If `separator` is not a regex, use native split
- if (!isRegExp(separator)) return $split.call(string, separator, limit);
- var output = [];
- var flags = (separator.ignoreCase ? 'i' : '') +
- (separator.multiline ? 'm' : '') +
- (separator.unicode ? 'u' : '') +
- (separator.sticky ? 'y' : '');
- var lastLastIndex = 0;
- var splitLimit = limit === undefined ? MAX_UINT32 : limit >>> 0;
- // Make `global` and avoid `lastIndex` issues by working with a copy
- var separatorCopy = new RegExp(separator.source, flags + 'g');
- var match, lastIndex, lastLength;
- while (match = regexpExec.call(separatorCopy, string)) {
- lastIndex = separatorCopy[LAST_INDEX];
- if (lastIndex > lastLastIndex) {
- output.push(string.slice(lastLastIndex, match.index));
- if (match[LENGTH] > 1 && match.index < string[LENGTH]) $push.apply(output, match.slice(1));
- lastLength = match[0][LENGTH];
- lastLastIndex = lastIndex;
- if (output[LENGTH] >= splitLimit) break;
- }
- if (separatorCopy[LAST_INDEX] === match.index) separatorCopy[LAST_INDEX]++; // Avoid an infinite loop
- }
- if (lastLastIndex === string[LENGTH]) {
- if (lastLength || !separatorCopy.test('')) output.push('');
- } else output.push(string.slice(lastLastIndex));
- return output[LENGTH] > splitLimit ? output.slice(0, splitLimit) : output;
- };
- // Chakra, V8
- } else if ('0'[$SPLIT](undefined, 0)[LENGTH]) {
- internalSplit = function (separator, limit) {
- return separator === undefined && limit === 0 ? [] : $split.call(this, separator, limit);
- };
- } else {
- internalSplit = $split;
- }
-
- return [
- // `String.prototype.split` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.split
- function split(separator, limit) {
- var O = defined(this);
- var splitter = separator == undefined ? undefined : separator[SPLIT];
- return splitter !== undefined
- ? splitter.call(separator, O, limit)
- : internalSplit.call(String(O), separator, limit);
- },
- // `RegExp.prototype[@@split]` method
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split
- //
- // NOTE: This cannot be properly polyfilled in engines that don't support
- // the 'y' flag.
- function (regexp, limit) {
- var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== $split);
- if (res.done) return res.value;
-
- var rx = anObject(regexp);
- var S = String(this);
- var C = speciesConstructor(rx, RegExp);
-
- var unicodeMatching = rx.unicode;
- var flags = (rx.ignoreCase ? 'i' : '') +
- (rx.multiline ? 'm' : '') +
- (rx.unicode ? 'u' : '') +
- (SUPPORTS_Y ? 'y' : 'g');
-
- // ^(? + rx + ) is needed, in combination with some S slicing, to
- // simulate the 'y' flag.
- var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);
- var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
- if (lim === 0) return [];
- if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];
- var p = 0;
- var q = 0;
- var A = [];
- while (q < S.length) {
- splitter.lastIndex = SUPPORTS_Y ? q : 0;
- var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));
- var e;
- if (
- z === null ||
- (e = $min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p
- ) {
- q = advanceStringIndex(S, q, unicodeMatching);
- } else {
- A.push(S.slice(p, q));
- if (A.length === lim) return A;
- for (var i = 1; i <= z.length - 1; i++) {
- A.push(z[i]);
- if (A.length === lim) return A;
- }
- q = p = e;
- }
- }
- A.push(S.slice(p));
- return A;
- }
- ];
-});
-
-
-/***/ }),
-
-/***/ "KUxP":
-/***/ (function(module, exports) {
-
-module.exports = function (exec) {
- try {
- return !!exec();
- } catch (e) {
- return true;
- }
-};
-
-
-/***/ }),
-
-/***/ "KroJ":
-/***/ (function(module, exports, __webpack_require__) {
-
-var global = __webpack_require__("dyZX");
-var hide = __webpack_require__("Mukb");
-var has = __webpack_require__("aagx");
-var SRC = __webpack_require__("ylqs")('src');
-var $toString = __webpack_require__("+lvF");
-var TO_STRING = 'toString';
-var TPL = ('' + $toString).split(TO_STRING);
-
-__webpack_require__("g3g5").inspectSource = function (it) {
- return $toString.call(it);
-};
-
-(module.exports = function (O, key, val, safe) {
- var isFunction = typeof val == 'function';
- if (isFunction) has(val, 'name') || hide(val, 'name', key);
- if (O[key] === val) return;
- if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));
- if (O === global) {
- O[key] = val;
- } else if (!safe) {
- delete O[key];
- hide(O, key, val);
- } else if (O[key]) {
- O[key] = val;
- } else {
- hide(O, key, val);
- }
-// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
-})(Function.prototype, TO_STRING, function toString() {
- return typeof this == 'function' && this[SRC] || $toString.call(this);
-});
-
-
-/***/ }),
-
-/***/ "Kuth":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
-var anObject = __webpack_require__("y3w9");
-var dPs = __webpack_require__("FJW5");
-var enumBugKeys = __webpack_require__("4R4u");
-var IE_PROTO = __webpack_require__("YTvA")('IE_PROTO');
-var Empty = function () { /* empty */ };
-var PROTOTYPE = 'prototype';
-
-// Create object with fake `null` prototype: use iframe Object with cleared prototype
-var createDict = function () {
- // Thrash, waste and sodomy: IE GC bug
- var iframe = __webpack_require__("Iw71")('iframe');
- var i = enumBugKeys.length;
- var lt = '<';
- var gt = '>';
- var iframeDocument;
- iframe.style.display = 'none';
- __webpack_require__("+rLv").appendChild(iframe);
- iframe.src = 'javascript:'; // eslint-disable-line no-script-url
- // createDict = iframe.contentWindow.Object;
- // html.removeChild(iframe);
- iframeDocument = iframe.contentWindow.document;
- iframeDocument.open();
- iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
- iframeDocument.close();
- createDict = iframeDocument.F;
- while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
- return createDict();
-};
-
-module.exports = Object.create || function create(O, Properties) {
- var result;
- if (O !== null) {
- Empty[PROTOTYPE] = anObject(O);
- result = new Empty();
- Empty[PROTOTYPE] = null;
- // add "__proto__" for Object.getPrototypeOf polyfill
- result[IE_PROTO] = O;
- } else result = createDict();
- return Properties === undefined ? result : dPs(result, Properties);
-};
-
-
-/***/ }),
-
-/***/ "L9s1":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-// 21.1.3.7 String.prototype.includes(searchString, position = 0)
-
-var $export = __webpack_require__("XKFU");
-var context = __webpack_require__("0sh+");
-var INCLUDES = 'includes';
-
-$export($export.P + $export.F * __webpack_require__("UUeW")(INCLUDES), 'String', {
- includes: function includes(searchString /* , position = 0 */) {
- return !!~context(this, searchString, INCLUDES)
- .indexOf(searchString, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
-
-
-/***/ }),
-
-/***/ "LK8F":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 22.1.2.2 / 15.4.3.2 Array.isArray(arg)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Array', { isArray: __webpack_require__("EWmC") });
-
-
-/***/ }),
-
-/***/ "LQAc":
-/***/ (function(module, exports) {
-
-module.exports = false;
-
-
-/***/ }),
-
-/***/ "LTTk":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.8 Reflect.getPrototypeOf(target)
-var $export = __webpack_require__("XKFU");
-var getProto = __webpack_require__("OP3Y");
-var anObject = __webpack_require__("y3w9");
-
-$export($export.S, 'Reflect', {
- getPrototypeOf: function getPrototypeOf(target) {
- return getProto(anObject(target));
- }
-});
-
-
-/***/ }),
-
-/***/ "LVwc":
-/***/ (function(module, exports) {
-
-// 20.2.2.14 Math.expm1(x)
-var $expm1 = Math.expm1;
-module.exports = (!$expm1
- // Old FF bug
- || $expm1(10) > 22025.465794806719 || $expm1(10) < 22025.4657948067165168
- // Tor Browser bug
- || $expm1(-2e-17) != -2e-17
-) ? function expm1(x) {
- return (x = +x) == 0 ? x : x > -1e-6 && x < 1e-6 ? x + x * x / 2 : Math.exp(x) - 1;
-} : $expm1;
-
-
-/***/ }),
-
-/***/ "LZWt":
-/***/ (function(module, exports) {
-
-var toString = {}.toString;
-
-module.exports = function (it) {
- return toString.call(it).slice(8, -1);
-};
-
-
-/***/ }),
-
-/***/ "Lgjv":
-/***/ (function(module, exports, __webpack_require__) {
-
-// https://github.com/tc39/proposal-string-pad-start-end
-var toLength = __webpack_require__("ne8i");
-var repeat = __webpack_require__("l0Rn");
-var defined = __webpack_require__("vhPU");
-
-module.exports = function (that, maxLength, fillString, left) {
- var S = String(defined(that));
- var stringLength = S.length;
- var fillStr = fillString === undefined ? ' ' : String(fillString);
- var intMaxLength = toLength(maxLength);
- if (intMaxLength <= stringLength || fillStr == '') return S;
- var fillLen = intMaxLength - stringLength;
- var stringFiller = repeat.call(fillStr, Math.ceil(fillLen / fillStr.length));
- if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen);
- return left ? stringFiller + S : S + stringFiller;
-};
-
-
-/***/ }),
-
-/***/ "Ljet":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.1.2.1 Number.EPSILON
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Number', { EPSILON: Math.pow(2, -52) });
-
-
-/***/ }),
-
-/***/ "LyE8":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var fails = __webpack_require__("eeVq");
-
-module.exports = function (method, arg) {
- return !!method && fails(function () {
- // eslint-disable-next-line no-useless-call
- arg ? method.call(null, function () { /* empty */ }, 1) : method.call(null);
- });
-};
-
-
-/***/ }),
-
-/***/ "M6Qj":
-/***/ (function(module, exports, __webpack_require__) {
-
-// check on default Array iterator
-var Iterators = __webpack_require__("hPIQ");
-var ITERATOR = __webpack_require__("K0xU")('iterator');
-var ArrayProto = Array.prototype;
-
-module.exports = function (it) {
- return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
-};
-
-
-/***/ }),
-
-/***/ "MfQN":
-/***/ (function(module, exports) {
-
-// fast apply, http://jsperf.lnkit.com/fast-apply/5
-module.exports = function (fn, args, that) {
- var un = that === undefined;
- switch (args.length) {
- case 0: return un ? fn()
- : fn.call(that);
- case 1: return un ? fn(args[0])
- : fn.call(that, args[0]);
- case 2: return un ? fn(args[0], args[1])
- : fn.call(that, args[0], args[1]);
- case 3: return un ? fn(args[0], args[1], args[2])
- : fn.call(that, args[0], args[1], args[2]);
- case 4: return un ? fn(args[0], args[1], args[2], args[3])
- : fn.call(that, args[0], args[1], args[2], args[3]);
- } return fn.apply(that, args);
-};
-
-
-/***/ }),
-
-/***/ "MtdB":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.11 Math.clz32(x)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Math', {
- clz32: function clz32(x) {
- return (x >>>= 0) ? 31 - Math.floor(Math.log(x + 0.5) * Math.LOG2E) : 32;
- }
-});
-
-
-/***/ }),
-
-/***/ "Mukb":
-/***/ (function(module, exports, __webpack_require__) {
-
-var dP = __webpack_require__("hswa");
-var createDesc = __webpack_require__("RjD/");
-module.exports = __webpack_require__("nh4g") ? function (object, key, value) {
- return dP.f(object, key, createDesc(1, value));
-} : function (object, key, value) {
- object[key] = value;
- return object;
-};
-
-
-/***/ }),
-
-/***/ "N8g3":
-/***/ (function(module, exports, __webpack_require__) {
-
-exports.f = __webpack_require__("K0xU");
-
-
-/***/ }),
-
-/***/ "NO8f":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("7DDg")('Uint8', 1, function (init) {
- return function Uint8Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
-
-
-/***/ }),
-
-/***/ "NegM":
-/***/ (function(module, exports, __webpack_require__) {
-
-var dP = __webpack_require__("2faE");
-var createDesc = __webpack_require__("rr1i");
-module.exports = __webpack_require__("jmDH") ? function (object, key, value) {
- return dP.f(object, key, createDesc(1, value));
-} : function (object, key, value) {
- object[key] = value;
- return object;
-};
-
-
-/***/ }),
-
-/***/ "Nr18":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length)
-
-var toObject = __webpack_require__("S/j/");
-var toAbsoluteIndex = __webpack_require__("d/Gc");
-var toLength = __webpack_require__("ne8i");
-module.exports = function fill(value /* , start = 0, end = @length */) {
- var O = toObject(this);
- var length = toLength(O.length);
- var aLen = arguments.length;
- var index = toAbsoluteIndex(aLen > 1 ? arguments[1] : undefined, length);
- var end = aLen > 2 ? arguments[2] : undefined;
- var endPos = end === undefined ? length : toAbsoluteIndex(end, length);
- while (endPos > index) O[index++] = value;
- return O;
-};
-
-
-/***/ }),
-
-/***/ "Nz9U":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// 22.1.3.13 Array.prototype.join(separator)
-var $export = __webpack_require__("XKFU");
-var toIObject = __webpack_require__("aCFj");
-var arrayJoin = [].join;
-
-// fallback for not array-like strings
-$export($export.P + $export.F * (__webpack_require__("Ymqv") != Object || !__webpack_require__("LyE8")(arrayJoin)), 'Array', {
- join: function join(separator) {
- return arrayJoin.call(toIObject(this), separator === undefined ? ',' : separator);
- }
-});
-
-
-/***/ }),
-
-/***/ "OEbY":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 21.2.5.3 get RegExp.prototype.flags()
-if (__webpack_require__("nh4g") && /./g.flags != 'g') __webpack_require__("hswa").f(RegExp.prototype, 'flags', {
- configurable: true,
- get: __webpack_require__("C/va")
-});
-
-
-/***/ }),
-
-/***/ "OG14":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-var anObject = __webpack_require__("y3w9");
-var sameValue = __webpack_require__("g6HL");
-var regExpExec = __webpack_require__("Xxuz");
-
-// @@search logic
-__webpack_require__("IU+Z")('search', 1, function (defined, SEARCH, $search, maybeCallNative) {
- return [
- // `String.prototype.search` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.search
- function search(regexp) {
- var O = defined(this);
- var fn = regexp == undefined ? undefined : regexp[SEARCH];
- return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));
- },
- // `RegExp.prototype[@@search]` method
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@search
- function (regexp) {
- var res = maybeCallNative($search, regexp, this);
- if (res.done) return res.value;
- var rx = anObject(regexp);
- var S = String(this);
- var previousLastIndex = rx.lastIndex;
- if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0;
- var result = regExpExec(rx, S);
- if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;
- return result === null ? -1 : result.index;
- }
- ];
-});
-
-
-/***/ }),
-
-/***/ "OGtf":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-var fails = __webpack_require__("eeVq");
-var defined = __webpack_require__("vhPU");
-var quot = /"/g;
-// B.2.3.2.1 CreateHTML(string, tag, attribute, value)
-var createHTML = function (string, tag, attribute, value) {
- var S = String(defined(string));
- var p1 = '<' + tag;
- if (attribute !== '') p1 += ' ' + attribute + '="' + String(value).replace(quot, '&quot;') + '"';
- return p1 + '>' + S + '</' + tag + '>';
-};
-module.exports = function (NAME, exec) {
- var O = {};
- O[NAME] = exec(createHTML);
- $export($export.P + $export.F * fails(function () {
- var test = ''[NAME]('"');
- return test !== test.toLowerCase() || test.split('"').length > 3;
- }), 'String', O);
-};
-
-
-/***/ }),
-
-/***/ "OP3Y":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
-var has = __webpack_require__("aagx");
-var toObject = __webpack_require__("S/j/");
-var IE_PROTO = __webpack_require__("YTvA")('IE_PROTO');
-var ObjectProto = Object.prototype;
-
-module.exports = 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 ? ObjectProto : null;
-};
-
-
-/***/ }),
-
-/***/ "OnI7":
-/***/ (function(module, exports, __webpack_require__) {
-
-var global = __webpack_require__("dyZX");
-var core = __webpack_require__("g3g5");
-var LIBRARY = __webpack_require__("LQAc");
-var wksExt = __webpack_require__("N8g3");
-var defineProperty = __webpack_require__("hswa").f;
-module.exports = function (name) {
- var $Symbol = core.Symbol || (core.Symbol = LIBRARY ? {} : global.Symbol || {});
- if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(name) });
-};
-
-
-/***/ }),
-
-/***/ "Oyvg":
-/***/ (function(module, exports, __webpack_require__) {
-
-var global = __webpack_require__("dyZX");
-var inheritIfRequired = __webpack_require__("Xbzi");
-var dP = __webpack_require__("hswa").f;
-var gOPN = __webpack_require__("kJMx").f;
-var isRegExp = __webpack_require__("quPj");
-var $flags = __webpack_require__("C/va");
-var $RegExp = global.RegExp;
-var Base = $RegExp;
-var proto = $RegExp.prototype;
-var re1 = /a/g;
-var re2 = /a/g;
-// "new" creates a new object, old webkit buggy here
-var CORRECT_NEW = new $RegExp(re1) !== re1;
-
-if (__webpack_require__("nh4g") && (!CORRECT_NEW || __webpack_require__("eeVq")(function () {
- re2[__webpack_require__("K0xU")('match')] = false;
- // RegExp constructor can alter flags and IsRegExp works correct with @@match
- return $RegExp(re1) != re1 || $RegExp(re2) == re2 || $RegExp(re1, 'i') != '/a/i';
-}))) {
- $RegExp = function RegExp(p, f) {
- var tiRE = this instanceof $RegExp;
- var piRE = isRegExp(p);
- var fiU = f === undefined;
- return !tiRE && piRE && p.constructor === $RegExp && fiU ? p
- : inheritIfRequired(CORRECT_NEW
- ? new Base(piRE && !fiU ? p.source : p, f)
- : Base((piRE = p instanceof $RegExp) ? p.source : p, piRE && fiU ? $flags.call(p) : f)
- , tiRE ? this : proto, $RegExp);
- };
- var proxy = function (key) {
- key in $RegExp || dP($RegExp, key, {
- configurable: true,
- get: function () { return Base[key]; },
- set: function (it) { Base[key] = it; }
- });
- };
- for (var keys = gOPN(Base), i = 0; keys.length > i;) proxy(keys[i++]);
- proto.constructor = $RegExp;
- $RegExp.prototype = proto;
- __webpack_require__("KroJ")(global, 'RegExp', $RegExp);
-}
-
-__webpack_require__("elZq")('RegExp');
-
-
-/***/ }),
-
-/***/ "PKUr":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $parseInt = __webpack_require__("dyZX").parseInt;
-var $trim = __webpack_require__("qncB").trim;
-var ws = __webpack_require__("/e88");
-var hex = /^[-+]?0[xX]/;
-
-module.exports = $parseInt(ws + '08') !== 8 || $parseInt(ws + '0x16') !== 22 ? function parseInt(str, radix) {
- var string = $trim(String(str), 3);
- return $parseInt(string, (radix >>> 0) || (hex.test(string) ? 16 : 10));
-} : $parseInt;
-
-
-/***/ }),
-
-/***/ "QNwp":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("7VC1");
-module.exports = __webpack_require__("g3g5").String.padEnd;
-
-
-/***/ }),
-
-/***/ "QaDb":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var create = __webpack_require__("Kuth");
-var descriptor = __webpack_require__("RjD/");
-var setToStringTag = __webpack_require__("fyDq");
-var IteratorPrototype = {};
-
-// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
-__webpack_require__("Mukb")(IteratorPrototype, __webpack_require__("K0xU")('iterator'), function () { return this; });
-
-module.exports = function (Constructor, NAME, next) {
- Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
- setToStringTag(Constructor, NAME + ' Iterator');
-};
-
-
-/***/ }),
-
-/***/ "R5XZ":
-/***/ (function(module, exports, __webpack_require__) {
-
-// ie9- setTimeout & setInterval additional parameters fix
-var global = __webpack_require__("dyZX");
-var $export = __webpack_require__("XKFU");
-var userAgent = __webpack_require__("ol8x");
-var slice = [].slice;
-var MSIE = /MSIE .\./.test(userAgent); // <- dirty ie9- check
-var wrap = function (set) {
- return function (fn, time /* , ...args */) {
- var boundArgs = arguments.length > 2;
- var args = boundArgs ? slice.call(arguments, 2) : false;
- return set(boundArgs ? function () {
- // eslint-disable-next-line no-new-func
- (typeof fn == 'function' ? fn : Function(fn)).apply(this, args);
- } : fn, time);
- };
-};
-$export($export.G + $export.B + $export.F * MSIE, {
- setTimeout: wrap(global.setTimeout),
- setInterval: wrap(global.setInterval)
-});
-
-
-/***/ }),
-
-/***/ "RW0V":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.14 Object.keys(O)
-var toObject = __webpack_require__("S/j/");
-var $keys = __webpack_require__("DVgA");
-
-__webpack_require__("Xtr8")('keys', function () {
- return function keys(it) {
- return $keys(toObject(it));
- };
-});
-
-
-/***/ }),
-
-/***/ "RYi7":
-/***/ (function(module, exports) {
-
-// 7.1.4 ToInteger
-var ceil = Math.ceil;
-var floor = Math.floor;
-module.exports = function (it) {
- return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);
-};
-
-
-/***/ }),
-
-/***/ "RjD/":
-/***/ (function(module, exports) {
-
-module.exports = function (bitmap, value) {
- return {
- enumerable: !(bitmap & 1),
- configurable: !(bitmap & 2),
- writable: !(bitmap & 4),
- value: value
- };
-};
-
-
-/***/ }),
-
-/***/ "S/j/":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 7.1.13 ToObject(argument)
-var defined = __webpack_require__("vhPU");
-module.exports = function (it) {
- return Object(defined(it));
-};
-
-
-/***/ }),
-
-/***/ "SMB2":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.5 String.prototype.bold()
-__webpack_require__("OGtf")('bold', function (createHTML) {
- return function bold() {
- return createHTML(this, 'b', '', '');
- };
-});
-
-
-/***/ }),
-
-/***/ "SPin":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var $reduce = __webpack_require__("eyMr");
-
-$export($export.P + $export.F * !__webpack_require__("LyE8")([].reduceRight, true), 'Array', {
- // 22.1.3.19 / 15.4.4.22 Array.prototype.reduceRight(callbackfn [, initialValue])
- reduceRight: function reduceRight(callbackfn /* , initialValue */) {
- return $reduce(this, callbackfn, arguments.length, arguments[1], true);
- }
-});
-
-
-/***/ }),
-
-/***/ "SRfc":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-var anObject = __webpack_require__("y3w9");
-var toLength = __webpack_require__("ne8i");
-var advanceStringIndex = __webpack_require__("A5AN");
-var regExpExec = __webpack_require__("Xxuz");
-
-// @@match logic
-__webpack_require__("IU+Z")('match', 1, function (defined, MATCH, $match, maybeCallNative) {
- return [
- // `String.prototype.match` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.match
- function match(regexp) {
- var O = defined(this);
- var fn = regexp == undefined ? undefined : regexp[MATCH];
- return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
- },
- // `RegExp.prototype[@@match]` method
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match
- function (regexp) {
- var res = maybeCallNative($match, regexp, this);
- if (res.done) return res.value;
- var rx = anObject(regexp);
- var S = String(this);
- if (!rx.global) return regExpExec(rx, S);
- var fullUnicode = rx.unicode;
- rx.lastIndex = 0;
- var A = [];
- var n = 0;
- var result;
- while ((result = regExpExec(rx, S)) !== null) {
- var matchStr = String(result[0]);
- A[n] = matchStr;
- if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
- n++;
- }
- return n === 0 ? null : A;
- }
- ];
-});
-
-
-/***/ }),
-
-/***/ "SlkY":
-/***/ (function(module, exports, __webpack_require__) {
-
-var ctx = __webpack_require__("m0Pp");
-var call = __webpack_require__("H6hf");
-var isArrayIter = __webpack_require__("M6Qj");
-var anObject = __webpack_require__("y3w9");
-var toLength = __webpack_require__("ne8i");
-var getIterFn = __webpack_require__("J+6e");
-var BREAK = {};
-var RETURN = {};
-var exports = module.exports = function (iterable, entries, fn, that, ITERATOR) {
- var iterFn = ITERATOR ? function () { return iterable; } : getIterFn(iterable);
- var f = ctx(fn, that, entries ? 2 : 1);
- var index = 0;
- var length, step, iterator, result;
- if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');
- // fast case for arrays with default iterator
- if (isArrayIter(iterFn)) for (length = toLength(iterable.length); length > index; index++) {
- result = entries ? f(anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);
- if (result === BREAK || result === RETURN) return result;
- } else for (iterator = iterFn.call(iterable); !(step = iterator.next()).done;) {
- result = call(iterator, f, step.value, entries);
- if (result === BREAK || result === RETURN) return result;
- }
-};
-exports.BREAK = BREAK;
-exports.RETURN = RETURN;
-
-
-/***/ }),
-
-/***/ "T39b":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var strong = __webpack_require__("wmvG");
-var validate = __webpack_require__("s5qY");
-var SET = 'Set';
-
-// 23.2 Set Objects
-module.exports = __webpack_require__("4LiD")(SET, function (get) {
- return function Set() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };
-}, {
- // 23.2.3.1 Set.prototype.add(value)
- add: function add(value) {
- return strong.def(validate(this, SET), value = value === 0 ? 0 : value, value);
- }
-}, strong);
-
-
-/***/ }),
-
-/***/ "TIpR":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-__webpack_require__("VRzm");
-__webpack_require__("CX2u");
-module.exports = __webpack_require__("g3g5").Promise['finally'];
-
-
-/***/ }),
-
-/***/ "Tdpu":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("7DDg")('Float64', 8, function (init) {
- return function Float64Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
-
-
-/***/ }),
-
-/***/ "Tze0":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// 21.1.3.25 String.prototype.trim()
-__webpack_require__("qncB")('trim', function ($trim) {
- return function trim() {
- return $trim(this, 3);
- };
-});
-
-
-/***/ }),
-
-/***/ "U2t9":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.5 Math.asinh(x)
-var $export = __webpack_require__("XKFU");
-var $asinh = Math.asinh;
-
-function asinh(x) {
- return !isFinite(x = +x) || x == 0 ? x : x < 0 ? -asinh(-x) : Math.log(x + Math.sqrt(x * x + 1));
-}
-
-// Tor Browser bug: Math.asinh(0) -> -0
-$export($export.S + $export.F * !($asinh && 1 / $asinh(0) > 0), 'Math', { asinh: asinh });
-
-
-/***/ }),
-
-/***/ "UExd":
-/***/ (function(module, exports, __webpack_require__) {
-
-var DESCRIPTORS = __webpack_require__("nh4g");
-var getKeys = __webpack_require__("DVgA");
-var toIObject = __webpack_require__("aCFj");
-var isEnum = __webpack_require__("UqcF").f;
-module.exports = function (isEntries) {
- return function (it) {
- var O = toIObject(it);
- var keys = getKeys(O);
- var length = keys.length;
- var i = 0;
- var result = [];
- var key;
- while (length > i) {
- key = keys[i++];
- if (!DESCRIPTORS || isEnum.call(O, key)) {
- result.push(isEntries ? [key, O[key]] : O[key]);
- }
- }
- return result;
- };
-};
-
-
-/***/ }),
-
-/***/ "UUeW":
-/***/ (function(module, exports, __webpack_require__) {
-
-var MATCH = __webpack_require__("K0xU")('match');
-module.exports = function (KEY) {
- var re = /./;
- try {
- '/./'[KEY](re);
- } catch (e) {
- try {
- re[MATCH] = false;
- return !'/./'[KEY](re);
- } catch (f) { /* empty */ }
- } return true;
-};
-
-
-/***/ }),
-
-/***/ "Ugos":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-var regexpFlags = __webpack_require__("C/va");
-
-var nativeExec = RegExp.prototype.exec;
-// This always refers to the native implementation, because the
-// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
-// which loads this file before patching the method.
-var nativeReplace = String.prototype.replace;
-
-var patchedExec = nativeExec;
-
-var LAST_INDEX = 'lastIndex';
-
-var UPDATES_LAST_INDEX_WRONG = (function () {
- var re1 = /a/,
- re2 = /b*/g;
- nativeExec.call(re1, 'a');
- nativeExec.call(re2, 'a');
- return re1[LAST_INDEX] !== 0 || re2[LAST_INDEX] !== 0;
-})();
-
-// nonparticipating capturing group, copied from es5-shim's String#split patch.
-var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
-
-var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED;
-
-if (PATCH) {
- patchedExec = function exec(str) {
- var re = this;
- var lastIndex, reCopy, match, i;
-
- if (NPCG_INCLUDED) {
- reCopy = new RegExp('^' + re.source + '$(?!\\s)', regexpFlags.call(re));
- }
- if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX];
-
- match = nativeExec.call(re, str);
-
- if (UPDATES_LAST_INDEX_WRONG && match) {
- re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;
- }
- if (NPCG_INCLUDED && match && match.length > 1) {
- // Fix browsers whose `exec` methods don't consistently return `undefined`
- // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
- // eslint-disable-next-line no-loop-func
- nativeReplace.call(match[0], reCopy, function () {
- for (i = 1; i < arguments.length - 2; i++) {
- if (arguments[i] === undefined) match[i] = undefined;
- }
- });
- }
-
- return match;
- };
-}
-
-module.exports = patchedExec;
-
-
-/***/ }),
-
-/***/ "UqcF":
-/***/ (function(module, exports) {
-
-exports.f = {}.propertyIsEnumerable;
-
-
-/***/ }),
-
-/***/ "V+eJ":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var $indexOf = __webpack_require__("w2a5")(false);
-var $native = [].indexOf;
-var NEGATIVE_ZERO = !!$native && 1 / [1].indexOf(1, -0) < 0;
-
-$export($export.P + $export.F * (NEGATIVE_ZERO || !__webpack_require__("LyE8")($native)), 'Array', {
- // 22.1.3.11 / 15.4.4.14 Array.prototype.indexOf(searchElement [, fromIndex])
- indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
- return NEGATIVE_ZERO
- // convert -0 to +0
- ? $native.apply(this, arguments) || 0
- : $indexOf(this, searchElement, arguments[1]);
- }
-});
-
-
-/***/ }),
-
-/***/ "V/DX":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.13 Object.isSealed(O)
-var isObject = __webpack_require__("0/R4");
-
-__webpack_require__("Xtr8")('isSealed', function ($isSealed) {
- return function isSealed(it) {
- return isObject(it) ? $isSealed ? $isSealed(it) : false : true;
- };
-});
-
-
-/***/ }),
-
-/***/ "VKir":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var $fails = __webpack_require__("eeVq");
-var aNumberValue = __webpack_require__("vvmO");
-var $toPrecision = 1.0.toPrecision;
-
-$export($export.P + $export.F * ($fails(function () {
- // IE7-
- return $toPrecision.call(1, undefined) !== '1';
-}) || !$fails(function () {
- // V8 ~ Android 4.3-
- $toPrecision.call({});
-})), 'Number', {
- toPrecision: function toPrecision(precision) {
- var that = aNumberValue(this, 'Number#toPrecision: incorrect invocation!');
- return precision === undefined ? $toPrecision.call(that) : $toPrecision.call(that, precision);
- }
-});
-
-
-/***/ }),
-
-/***/ "VRzm":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var LIBRARY = __webpack_require__("LQAc");
-var global = __webpack_require__("dyZX");
-var ctx = __webpack_require__("m0Pp");
-var classof = __webpack_require__("I8a+");
-var $export = __webpack_require__("XKFU");
-var isObject = __webpack_require__("0/R4");
-var aFunction = __webpack_require__("2OiF");
-var anInstance = __webpack_require__("9gX7");
-var forOf = __webpack_require__("SlkY");
-var speciesConstructor = __webpack_require__("69bn");
-var task = __webpack_require__("GZEu").set;
-var microtask = __webpack_require__("gHnn")();
-var newPromiseCapabilityModule = __webpack_require__("pbhE");
-var perform = __webpack_require__("nICZ");
-var userAgent = __webpack_require__("ol8x");
-var promiseResolve = __webpack_require__("vKrd");
-var PROMISE = 'Promise';
-var TypeError = global.TypeError;
-var process = global.process;
-var versions = process && process.versions;
-var v8 = versions && versions.v8 || '';
-var $Promise = global[PROMISE];
-var isNode = classof(process) == 'process';
-var empty = function () { /* empty */ };
-var Internal, newGenericPromiseCapability, OwnPromiseCapability, Wrapper;
-var newPromiseCapability = newGenericPromiseCapability = newPromiseCapabilityModule.f;
-
-var USE_NATIVE = !!function () {
- try {
- // correct subclassing with @@species support
- var promise = $Promise.resolve(1);
- var FakePromise = (promise.constructor = {})[__webpack_require__("K0xU")('species')] = function (exec) {
- exec(empty, empty);
- };
- // unhandled rejections tracking support, NodeJS Promise without it fails @@species test
- return (isNode || typeof PromiseRejectionEvent == 'function')
- && promise.then(empty) instanceof FakePromise
- // v8 6.6 (Node 10 and Chrome 66) have a bug with resolving custom thenables
- // https://bugs.chromium.org/p/chromium/issues/detail?id=830565
- // we can't detect it synchronously, so just check versions
- && v8.indexOf('6.6') !== 0
- && userAgent.indexOf('Chrome/66') === -1;
- } catch (e) { /* empty */ }
-}();
-
-// helpers
-var isThenable = function (it) {
- var then;
- return isObject(it) && typeof (then = it.then) == 'function' ? then : false;
-};
-var notify = function (promise, isReject) {
- if (promise._n) return;
- promise._n = true;
- var chain = promise._c;
- microtask(function () {
- var value = promise._v;
- var ok = promise._s == 1;
- var i = 0;
- var run = function (reaction) {
- var handler = ok ? reaction.ok : reaction.fail;
- var resolve = reaction.resolve;
- var reject = reaction.reject;
- var domain = reaction.domain;
- var result, then, exited;
- try {
- if (handler) {
- if (!ok) {
- if (promise._h == 2) onHandleUnhandled(promise);
- promise._h = 1;
- }
- if (handler === true) result = value;
- else {
- if (domain) domain.enter();
- result = handler(value); // may throw
- if (domain) {
- domain.exit();
- exited = true;
- }
- }
- if (result === reaction.promise) {
- reject(TypeError('Promise-chain cycle'));
- } else if (then = isThenable(result)) {
- then.call(result, resolve, reject);
- } else resolve(result);
- } else reject(value);
- } catch (e) {
- if (domain && !exited) domain.exit();
- reject(e);
- }
- };
- while (chain.length > i) run(chain[i++]); // variable length - can't use forEach
- promise._c = [];
- promise._n = false;
- if (isReject && !promise._h) onUnhandled(promise);
- });
-};
-var onUnhandled = function (promise) {
- task.call(global, function () {
- var value = promise._v;
- var unhandled = isUnhandled(promise);
- var result, handler, console;
- if (unhandled) {
- result = perform(function () {
- if (isNode) {
- process.emit('unhandledRejection', value, promise);
- } else if (handler = global.onunhandledrejection) {
- handler({ promise: promise, reason: value });
- } else if ((console = global.console) && console.error) {
- console.error('Unhandled promise rejection', value);
- }
- });
- // Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should
- promise._h = isNode || isUnhandled(promise) ? 2 : 1;
- } promise._a = undefined;
- if (unhandled && result.e) throw result.v;
- });
-};
-var isUnhandled = function (promise) {
- return promise._h !== 1 && (promise._a || promise._c).length === 0;
-};
-var onHandleUnhandled = function (promise) {
- task.call(global, function () {
- var handler;
- if (isNode) {
- process.emit('rejectionHandled', promise);
- } else if (handler = global.onrejectionhandled) {
- handler({ promise: promise, reason: promise._v });
- }
- });
-};
-var $reject = function (value) {
- var promise = this;
- if (promise._d) return;
- promise._d = true;
- promise = promise._w || promise; // unwrap
- promise._v = value;
- promise._s = 2;
- if (!promise._a) promise._a = promise._c.slice();
- notify(promise, true);
-};
-var $resolve = function (value) {
- var promise = this;
- var then;
- if (promise._d) return;
- promise._d = true;
- promise = promise._w || promise; // unwrap
- try {
- if (promise === value) throw TypeError("Promise can't be resolved itself");
- if (then = isThenable(value)) {
- microtask(function () {
- var wrapper = { _w: promise, _d: false }; // wrap
- try {
- then.call(value, ctx($resolve, wrapper, 1), ctx($reject, wrapper, 1));
- } catch (e) {
- $reject.call(wrapper, e);
- }
- });
- } else {
- promise._v = value;
- promise._s = 1;
- notify(promise, false);
- }
- } catch (e) {
- $reject.call({ _w: promise, _d: false }, e); // wrap
- }
-};
-
-// constructor polyfill
-if (!USE_NATIVE) {
- // 25.4.3.1 Promise(executor)
- $Promise = function Promise(executor) {
- anInstance(this, $Promise, PROMISE, '_h');
- aFunction(executor);
- Internal.call(this);
- try {
- executor(ctx($resolve, this, 1), ctx($reject, this, 1));
- } catch (err) {
- $reject.call(this, err);
- }
- };
- // eslint-disable-next-line no-unused-vars
- Internal = function Promise(executor) {
- this._c = []; // <- awaiting reactions
- this._a = undefined; // <- checked in isUnhandled reactions
- this._s = 0; // <- state
- this._d = false; // <- done
- this._v = undefined; // <- value
- this._h = 0; // <- rejection state, 0 - default, 1 - handled, 2 - unhandled
- this._n = false; // <- notify
- };
- Internal.prototype = __webpack_require__("3Lyj")($Promise.prototype, {
- // 25.4.5.3 Promise.prototype.then(onFulfilled, onRejected)
- then: function then(onFulfilled, onRejected) {
- var reaction = newPromiseCapability(speciesConstructor(this, $Promise));
- reaction.ok = typeof onFulfilled == 'function' ? onFulfilled : true;
- reaction.fail = typeof onRejected == 'function' && onRejected;
- reaction.domain = isNode ? process.domain : undefined;
- this._c.push(reaction);
- if (this._a) this._a.push(reaction);
- if (this._s) notify(this, false);
- return reaction.promise;
- },
- // 25.4.5.1 Promise.prototype.catch(onRejected)
- 'catch': function (onRejected) {
- return this.then(undefined, onRejected);
- }
- });
- OwnPromiseCapability = function () {
- var promise = new Internal();
- this.promise = promise;
- this.resolve = ctx($resolve, promise, 1);
- this.reject = ctx($reject, promise, 1);
- };
- newPromiseCapabilityModule.f = newPromiseCapability = function (C) {
- return C === $Promise || C === Wrapper
- ? new OwnPromiseCapability(C)
- : newGenericPromiseCapability(C);
- };
-}
-
-$export($export.G + $export.W + $export.F * !USE_NATIVE, { Promise: $Promise });
-__webpack_require__("fyDq")($Promise, PROMISE);
-__webpack_require__("elZq")(PROMISE);
-Wrapper = __webpack_require__("g3g5")[PROMISE];
-
-// statics
-$export($export.S + $export.F * !USE_NATIVE, PROMISE, {
- // 25.4.4.5 Promise.reject(r)
- reject: function reject(r) {
- var capability = newPromiseCapability(this);
- var $$reject = capability.reject;
- $$reject(r);
- return capability.promise;
- }
-});
-$export($export.S + $export.F * (LIBRARY || !USE_NATIVE), PROMISE, {
- // 25.4.4.6 Promise.resolve(x)
- resolve: function resolve(x) {
- return promiseResolve(LIBRARY && this === Wrapper ? $Promise : this, x);
- }
-});
-$export($export.S + $export.F * !(USE_NATIVE && __webpack_require__("XMVh")(function (iter) {
- $Promise.all(iter)['catch'](empty);
-})), PROMISE, {
- // 25.4.4.1 Promise.all(iterable)
- all: function all(iterable) {
- var C = this;
- var capability = newPromiseCapability(C);
- var resolve = capability.resolve;
- var reject = capability.reject;
- var result = perform(function () {
- var values = [];
- var index = 0;
- var remaining = 1;
- forOf(iterable, false, function (promise) {
- var $index = index++;
- var alreadyCalled = false;
- values.push(undefined);
- remaining++;
- C.resolve(promise).then(function (value) {
- if (alreadyCalled) return;
- alreadyCalled = true;
- values[$index] = value;
- --remaining || resolve(values);
- }, reject);
- });
- --remaining || resolve(values);
- });
- if (result.e) reject(result.v);
- return capability.promise;
- },
- // 25.4.4.4 Promise.race(iterable)
- race: function race(iterable) {
- var C = this;
- var capability = newPromiseCapability(C);
- var reject = capability.reject;
- var result = perform(function () {
- forOf(iterable, false, function (promise) {
- C.resolve(promise).then(capability.resolve, reject);
- });
- });
- if (result.e) reject(result.v);
- return capability.promise;
- }
-});
-
-
-/***/ }),
-
-/***/ "VTer":
-/***/ (function(module, exports, __webpack_require__) {
-
-var core = __webpack_require__("g3g5");
-var global = __webpack_require__("dyZX");
-var SHARED = '__core-js_shared__';
-var store = global[SHARED] || (global[SHARED] = {});
-
-(module.exports = function (key, value) {
- return store[key] || (store[key] = value !== undefined ? value : {});
-})('versions', []).push({
- version: core.version,
- mode: __webpack_require__("LQAc") ? 'pure' : 'global',
- copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
-});
-
-
-/***/ }),
-
-/***/ "Vd3H":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var aFunction = __webpack_require__("2OiF");
-var toObject = __webpack_require__("S/j/");
-var fails = __webpack_require__("eeVq");
-var $sort = [].sort;
-var test = [1, 2, 3];
-
-$export($export.P + $export.F * (fails(function () {
- // IE8-
- test.sort(undefined);
-}) || !fails(function () {
- // V8 bug
- test.sort(null);
- // Old WebKit
-}) || !__webpack_require__("LyE8")($sort)), 'Array', {
- // 22.1.3.25 Array.prototype.sort(comparefn)
- sort: function sort(comparefn) {
- return comparefn === undefined
- ? $sort.call(toObject(this))
- : $sort.call(toObject(this), aFunction(comparefn));
- }
-});
-
-
-/***/ }),
-
-/***/ "VpUO":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-var toAbsoluteIndex = __webpack_require__("d/Gc");
-var fromCharCode = String.fromCharCode;
-var $fromCodePoint = String.fromCodePoint;
-
-// length should be 1, old FF problem
-$export($export.S + $export.F * (!!$fromCodePoint && $fromCodePoint.length != 1), 'String', {
- // 21.1.2.2 String.fromCodePoint(...codePoints)
- fromCodePoint: function fromCodePoint(x) { // eslint-disable-line no-unused-vars
- var res = [];
- var aLen = arguments.length;
- var i = 0;
- var code;
- while (aLen > i) {
- code = +arguments[i++];
- if (toAbsoluteIndex(code, 0x10ffff) !== code) throw RangeError(code + ' is not a valid code point');
- res.push(code < 0x10000
- ? fromCharCode(code)
- : fromCharCode(((code -= 0x10000) >> 10) + 0xd800, code % 0x400 + 0xdc00)
- );
- } return res.join('');
- }
-});
-
-
-/***/ }),
-
-/***/ "VsWn":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("7PI8");
-module.exports = __webpack_require__("WEpk").global;
-
-
-/***/ }),
-
-/***/ "W9dy":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("ioFf");
-__webpack_require__("hHhE");
-__webpack_require__("HAE/");
-__webpack_require__("WLL4");
-__webpack_require__("mYba");
-__webpack_require__("5Pf0");
-__webpack_require__("RW0V");
-__webpack_require__("JduL");
-__webpack_require__("DW2E");
-__webpack_require__("z2o2");
-__webpack_require__("mura");
-__webpack_require__("Zshi");
-__webpack_require__("V/DX");
-__webpack_require__("FlsD");
-__webpack_require__("91GP");
-__webpack_require__("25dN");
-__webpack_require__("/SS/");
-__webpack_require__("Btvt");
-__webpack_require__("2Spj");
-__webpack_require__("f3/d");
-__webpack_require__("IXt9");
-__webpack_require__("GNAe");
-__webpack_require__("tyy+");
-__webpack_require__("xfY5");
-__webpack_require__("A2zW");
-__webpack_require__("VKir");
-__webpack_require__("Ljet");
-__webpack_require__("/KAi");
-__webpack_require__("fN96");
-__webpack_require__("7h0T");
-__webpack_require__("sbF8");
-__webpack_require__("h/M4");
-__webpack_require__("knhD");
-__webpack_require__("XfKG");
-__webpack_require__("BP8U");
-__webpack_require__("fyVe");
-__webpack_require__("U2t9");
-__webpack_require__("2atp");
-__webpack_require__("+auO");
-__webpack_require__("MtdB");
-__webpack_require__("Jcmo");
-__webpack_require__("nzyx");
-__webpack_require__("BC7C");
-__webpack_require__("x8ZO");
-__webpack_require__("9P93");
-__webpack_require__("eHKK");
-__webpack_require__("BJ/l");
-__webpack_require__("pp/T");
-__webpack_require__("CyHz");
-__webpack_require__("bBoP");
-__webpack_require__("x8Yj");
-__webpack_require__("hLT2");
-__webpack_require__("VpUO");
-__webpack_require__("eI33");
-__webpack_require__("Tze0");
-__webpack_require__("XfO3");
-__webpack_require__("oDIu");
-__webpack_require__("rvZc");
-__webpack_require__("L9s1");
-__webpack_require__("FLlr");
-__webpack_require__("9VmF");
-__webpack_require__("hEkN");
-__webpack_require__("nIY7");
-__webpack_require__("+oPb");
-__webpack_require__("SMB2");
-__webpack_require__("0mN4");
-__webpack_require__("bDcW");
-__webpack_require__("nsiH");
-__webpack_require__("0LDn");
-__webpack_require__("tUrg");
-__webpack_require__("84bF");
-__webpack_require__("FEjr");
-__webpack_require__("Zz4T");
-__webpack_require__("JCqj");
-__webpack_require__("eM6i");
-__webpack_require__("AphP");
-__webpack_require__("jqX0");
-__webpack_require__("h7Nl");
-__webpack_require__("yM4b");
-__webpack_require__("LK8F");
-__webpack_require__("HEwt");
-__webpack_require__("6AQ9");
-__webpack_require__("Nz9U");
-__webpack_require__("I78e");
-__webpack_require__("Vd3H");
-__webpack_require__("8+KV");
-__webpack_require__("bWfx");
-__webpack_require__("0l/t");
-__webpack_require__("dZ+Y");
-__webpack_require__("YJVH");
-__webpack_require__("DNiP");
-__webpack_require__("SPin");
-__webpack_require__("V+eJ");
-__webpack_require__("mGWK");
-__webpack_require__("dE+T");
-__webpack_require__("bHtr");
-__webpack_require__("dRSK");
-__webpack_require__("INYr");
-__webpack_require__("0E+W");
-__webpack_require__("yt8O");
-__webpack_require__("Oyvg");
-__webpack_require__("sMXx");
-__webpack_require__("a1Th");
-__webpack_require__("OEbY");
-__webpack_require__("SRfc");
-__webpack_require__("pIFo");
-__webpack_require__("OG14");
-__webpack_require__("KKXr");
-__webpack_require__("VRzm");
-__webpack_require__("9AAn");
-__webpack_require__("T39b");
-__webpack_require__("EK0E");
-__webpack_require__("wCsR");
-__webpack_require__("xm80");
-__webpack_require__("Ji/l");
-__webpack_require__("sFw1");
-__webpack_require__("NO8f");
-__webpack_require__("aqI/");
-__webpack_require__("Faw5");
-__webpack_require__("r1bV");
-__webpack_require__("tuSo");
-__webpack_require__("nCnK");
-__webpack_require__("Y9lz");
-__webpack_require__("Tdpu");
-__webpack_require__("3xty");
-__webpack_require__("I5cv");
-__webpack_require__("iMoV");
-__webpack_require__("uhZd");
-__webpack_require__("f/aN");
-__webpack_require__("0YWM");
-__webpack_require__("694e");
-__webpack_require__("LTTk");
-__webpack_require__("9rMk");
-__webpack_require__("IlFx");
-__webpack_require__("xpiv");
-__webpack_require__("oZ/O");
-__webpack_require__("klPD");
-__webpack_require__("knU9");
-module.exports = __webpack_require__("g3g5");
-
-
-/***/ }),
-
-/***/ "WEpk":
-/***/ (function(module, exports) {
-
-var core = module.exports = { version: '2.6.12' };
-if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
-
-
-/***/ }),
-
-/***/ "WLL4":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-// 19.1.2.3 / 15.2.3.7 Object.defineProperties(O, Properties)
-$export($export.S + $export.F * !__webpack_require__("nh4g"), 'Object', { defineProperties: __webpack_require__("FJW5") });
-
-
-/***/ }),
-
-/***/ "XKFU":
-/***/ (function(module, exports, __webpack_require__) {
-
-var global = __webpack_require__("dyZX");
-var core = __webpack_require__("g3g5");
-var hide = __webpack_require__("Mukb");
-var redefine = __webpack_require__("KroJ");
-var ctx = __webpack_require__("m0Pp");
-var PROTOTYPE = 'prototype';
-
-var $export = function (type, name, source) {
- var IS_FORCED = type & $export.F;
- var IS_GLOBAL = type & $export.G;
- var IS_STATIC = type & $export.S;
- var IS_PROTO = type & $export.P;
- var IS_BIND = type & $export.B;
- var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];
- var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});
- var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});
- var key, own, out, exp;
- if (IS_GLOBAL) source = name;
- for (key in source) {
- // contains in native
- own = !IS_FORCED && target && target[key] !== undefined;
- // export native or passed
- out = (own ? target : source)[key];
- // bind timers to global for call from export context
- exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;
- // extend global
- if (target) redefine(target, key, out, type & $export.U);
- // export
- if (exports[key] != out) hide(exports, key, exp);
- if (IS_PROTO && expProto[key] != out) expProto[key] = out;
- }
-};
-global.core = core;
-// type bitmap
-$export.F = 1; // forced
-$export.G = 2; // global
-$export.S = 4; // static
-$export.P = 8; // proto
-$export.B = 16; // bind
-$export.W = 32; // wrap
-$export.U = 64; // safe
-$export.R = 128; // real proto method for `library`
-module.exports = $export;
-
-
-/***/ }),
-
-/***/ "XMVh":
-/***/ (function(module, exports, __webpack_require__) {
-
-var ITERATOR = __webpack_require__("K0xU")('iterator');
-var SAFE_CLOSING = false;
-
-try {
- var riter = [7][ITERATOR]();
- riter['return'] = function () { SAFE_CLOSING = true; };
- // eslint-disable-next-line no-throw-literal
- Array.from(riter, function () { throw 2; });
-} catch (e) { /* empty */ }
-
-module.exports = function (exec, skipClosing) {
- if (!skipClosing && !SAFE_CLOSING) return false;
- var safe = false;
- try {
- var arr = [7];
- var iter = arr[ITERATOR]();
- iter.next = function () { return { done: safe = true }; };
- arr[ITERATOR] = function () { return iter; };
- exec(arr);
- } catch (e) { /* empty */ }
- return safe;
-};
-
-
-/***/ }),
-
-/***/ "Xbzi":
-/***/ (function(module, exports, __webpack_require__) {
-
-var isObject = __webpack_require__("0/R4");
-var setPrototypeOf = __webpack_require__("i5dc").set;
-module.exports = function (that, target, C) {
- var S = target.constructor;
- var P;
- if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPrototypeOf) {
- setPrototypeOf(that, P);
- } return that;
-};
-
-
-/***/ }),
-
-/***/ "XfKG":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-var $parseFloat = __webpack_require__("11IZ");
-// 20.1.2.12 Number.parseFloat(string)
-$export($export.S + $export.F * (Number.parseFloat != $parseFloat), 'Number', { parseFloat: $parseFloat });
-
-
-/***/ }),
-
-/***/ "XfO3":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $at = __webpack_require__("AvRE")(true);
-
-// 21.1.3.27 String.prototype[@@iterator]()
-__webpack_require__("Afnz")(String, 'String', function (iterated) {
- this._t = String(iterated); // target
- this._i = 0; // next index
-// 21.1.5.2.1 %StringIteratorPrototype%.next()
-}, function () {
- var O = this._t;
- var index = this._i;
- var point;
- if (index >= O.length) return { value: undefined, done: true };
- point = $at(O, index);
- this._i += point.length;
- return { value: point, done: false };
-});
-
-
-/***/ }),
-
-/***/ "Xtr8":
-/***/ (function(module, exports, __webpack_require__) {
-
-// most Object methods by ES6 should accept primitives
-var $export = __webpack_require__("XKFU");
-var core = __webpack_require__("g3g5");
-var fails = __webpack_require__("eeVq");
-module.exports = function (KEY, exec) {
- var fn = (core.Object || {})[KEY] || Object[KEY];
- var exp = {};
- exp[KEY] = exec(fn);
- $export($export.S + $export.F * fails(function () { fn(1); }), 'Object', exp);
-};
-
-
-/***/ }),
-
-/***/ "Xxuz":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-var classof = __webpack_require__("I8a+");
-var builtinExec = RegExp.prototype.exec;
-
- // `RegExpExec` abstract operation
-// https://tc39.github.io/ecma262/#sec-regexpexec
-module.exports = function (R, S) {
- var exec = R.exec;
- if (typeof exec === 'function') {
- var result = exec.call(R, S);
- if (typeof result !== 'object') {
- throw new TypeError('RegExp exec method returned something other than an Object or null');
- }
- return result;
- }
- if (classof(R) !== 'RegExp') {
- throw new TypeError('RegExp#exec called on incompatible receiver');
- }
- return builtinExec.call(R, S);
-};
-
-
-/***/ }),
-
-/***/ "Y7ZC":
-/***/ (function(module, exports, __webpack_require__) {
-
-var global = __webpack_require__("5T2Y");
-var core = __webpack_require__("WEpk");
-var ctx = __webpack_require__("2GTP");
-var hide = __webpack_require__("NegM");
-var has = __webpack_require__("B+OT");
-var PROTOTYPE = 'prototype';
-
-var $export = function (type, name, source) {
- var IS_FORCED = type & $export.F;
- var IS_GLOBAL = type & $export.G;
- var IS_STATIC = type & $export.S;
- var IS_PROTO = type & $export.P;
- var IS_BIND = type & $export.B;
- var IS_WRAP = type & $export.W;
- var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});
- var expProto = exports[PROTOTYPE];
- var target = IS_GLOBAL ? global : IS_STATIC ? global[name] : (global[name] || {})[PROTOTYPE];
- var key, own, out;
- if (IS_GLOBAL) source = name;
- for (key in source) {
- // contains in native
- own = !IS_FORCED && target && target[key] !== undefined;
- if (own && has(exports, key)) continue;
- // export native or passed
- out = own ? target[key] : source[key];
- // prevent global pollution for namespaces
- exports[key] = IS_GLOBAL && typeof target[key] != 'function' ? source[key]
- // bind timers to global for call from export context
- : IS_BIND && own ? ctx(out, global)
- // wrap global constructors for prevent change them in library
- : IS_WRAP && target[key] == out ? (function (C) {
- var F = function (a, b, c) {
- if (this instanceof C) {
- switch (arguments.length) {
- case 0: return new C();
- case 1: return new C(a);
- case 2: return new C(a, b);
- } return new C(a, b, c);
- } return C.apply(this, arguments);
- };
- F[PROTOTYPE] = C[PROTOTYPE];
- return F;
- // make static versions for prototype methods
- })(out) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;
- // export proto methods to core.%CONSTRUCTOR%.methods.%NAME%
- if (IS_PROTO) {
- (exports.virtual || (exports.virtual = {}))[key] = out;
- // export proto methods to core.%CONSTRUCTOR%.prototype.%NAME%
- if (type & $export.R && expProto && !expProto[key]) hide(expProto, key, out);
- }
- }
-};
-// type bitmap
-$export.F = 1; // forced
-$export.G = 2; // global
-$export.S = 4; // static
-$export.P = 8; // proto
-$export.B = 16; // bind
-$export.W = 32; // wrap
-$export.U = 64; // safe
-$export.R = 128; // real proto method for `library`
-module.exports = $export;
-
-
-/***/ }),
-
-/***/ "Y9lz":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("7DDg")('Float32', 4, function (init) {
- return function Float32Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
-
-
-/***/ }),
-
-/***/ "YJVH":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var $every = __webpack_require__("CkkT")(4);
-
-$export($export.P + $export.F * !__webpack_require__("LyE8")([].every, true), 'Array', {
- // 22.1.3.5 / 15.4.4.16 Array.prototype.every(callbackfn [, thisArg])
- every: function every(callbackfn /* , thisArg */) {
- return $every(this, callbackfn, arguments[1]);
- }
-});
-
-
-/***/ }),
-
-/***/ "YTvA":
-/***/ (function(module, exports, __webpack_require__) {
-
-var shared = __webpack_require__("VTer")('keys');
-var uid = __webpack_require__("ylqs");
-module.exports = function (key) {
- return shared[key] || (shared[key] = uid(key));
-};
-
-
-/***/ }),
-
-/***/ "Ymqv":
-/***/ (function(module, exports, __webpack_require__) {
-
-// fallback for non-array-like ES3 and non-enumerable old V8 strings
-var cof = __webpack_require__("LZWt");
-// eslint-disable-next-line no-prototype-builtins
-module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
- return cof(it) == 'String' ? it.split('') : Object(it);
-};
-
-
-/***/ }),
-
-/***/ "Yp8f":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("6VaU");
-module.exports = __webpack_require__("g3g5").Array.flatMap;
-
-
-/***/ }),
-
-/***/ "Z2Ku":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// https://github.com/tc39/Array.prototype.includes
-var $export = __webpack_require__("XKFU");
-var $includes = __webpack_require__("w2a5")(true);
-
-$export($export.P, 'Array', {
- includes: function includes(el /* , fromIndex = 0 */) {
- return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
-
-__webpack_require__("nGyu")('includes');
-
-
-/***/ }),
-
-/***/ "Z6vF":
-/***/ (function(module, exports, __webpack_require__) {
-
-var META = __webpack_require__("ylqs")('meta');
-var isObject = __webpack_require__("0/R4");
-var has = __webpack_require__("aagx");
-var setDesc = __webpack_require__("hswa").f;
-var id = 0;
-var isExtensible = Object.isExtensible || function () {
- return true;
-};
-var FREEZE = !__webpack_require__("eeVq")(function () {
- return isExtensible(Object.preventExtensions({}));
-});
-var setMeta = function (it) {
- setDesc(it, META, { value: {
- i: 'O' + ++id, // object ID
- w: {} // weak collections IDs
- } });
-};
-var fastKey = function (it, create) {
- // return primitive with prefix
- if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;
- if (!has(it, META)) {
- // can't set metadata to uncaught frozen object
- if (!isExtensible(it)) return 'F';
- // not necessary to add metadata
- if (!create) return 'E';
- // add missing metadata
- setMeta(it);
- // return object ID
- } return it[META].i;
-};
-var getWeak = function (it, create) {
- if (!has(it, META)) {
- // can't set metadata to uncaught frozen object
- if (!isExtensible(it)) return true;
- // not necessary to add metadata
- if (!create) return false;
- // add missing metadata
- setMeta(it);
- // return hash weak collections IDs
- } return it[META].w;
-};
-// add metadata on freeze-family methods calling
-var onFreeze = function (it) {
- if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);
- return it;
-};
-var meta = module.exports = {
- KEY: META,
- NEED: false,
- fastKey: fastKey,
- getWeak: getWeak,
- onFreeze: onFreeze
-};
-
-
-/***/ }),
-
-/***/ "ZD67":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var redefineAll = __webpack_require__("3Lyj");
-var getWeak = __webpack_require__("Z6vF").getWeak;
-var anObject = __webpack_require__("y3w9");
-var isObject = __webpack_require__("0/R4");
-var anInstance = __webpack_require__("9gX7");
-var forOf = __webpack_require__("SlkY");
-var createArrayMethod = __webpack_require__("CkkT");
-var $has = __webpack_require__("aagx");
-var validate = __webpack_require__("s5qY");
-var arrayFind = createArrayMethod(5);
-var arrayFindIndex = createArrayMethod(6);
-var id = 0;
-
-// fallback for uncaught frozen keys
-var uncaughtFrozenStore = function (that) {
- return that._l || (that._l = new UncaughtFrozenStore());
-};
-var UncaughtFrozenStore = function () {
- this.a = [];
-};
-var findUncaughtFrozen = function (store, key) {
- return arrayFind(store.a, function (it) {
- return it[0] === key;
- });
-};
-UncaughtFrozenStore.prototype = {
- get: function (key) {
- var entry = findUncaughtFrozen(this, key);
- if (entry) return entry[1];
- },
- has: function (key) {
- return !!findUncaughtFrozen(this, key);
- },
- set: function (key, value) {
- var entry = findUncaughtFrozen(this, key);
- if (entry) entry[1] = value;
- else this.a.push([key, value]);
- },
- 'delete': function (key) {
- var index = arrayFindIndex(this.a, function (it) {
- return it[0] === key;
- });
- if (~index) this.a.splice(index, 1);
- return !!~index;
- }
-};
-
-module.exports = {
- getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {
- var C = wrapper(function (that, iterable) {
- anInstance(that, C, NAME, '_i');
- that._t = NAME; // collection type
- that._i = id++; // collection id
- that._l = undefined; // leak store for uncaught frozen objects
- if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
- });
- redefineAll(C.prototype, {
- // 23.3.3.2 WeakMap.prototype.delete(key)
- // 23.4.3.3 WeakSet.prototype.delete(value)
- 'delete': function (key) {
- if (!isObject(key)) return false;
- var data = getWeak(key);
- if (data === true) return uncaughtFrozenStore(validate(this, NAME))['delete'](key);
- return data && $has(data, this._i) && delete data[this._i];
- },
- // 23.3.3.4 WeakMap.prototype.has(key)
- // 23.4.3.4 WeakSet.prototype.has(value)
- has: function has(key) {
- if (!isObject(key)) return false;
- var data = getWeak(key);
- if (data === true) return uncaughtFrozenStore(validate(this, NAME)).has(key);
- return data && $has(data, this._i);
- }
- });
- return C;
- },
- def: function (that, key, value) {
- var data = getWeak(anObject(key), true);
- if (data === true) uncaughtFrozenStore(that).set(key, value);
- else data[that._i] = value;
- return that;
- },
- ufstore: uncaughtFrozenStore
-};
-
-
-/***/ }),
-
-/***/ "Zshi":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.12 Object.isFrozen(O)
-var isObject = __webpack_require__("0/R4");
-
-__webpack_require__("Xtr8")('isFrozen', function ($isFrozen) {
- return function isFrozen(it) {
- return isObject(it) ? $isFrozen ? $isFrozen(it) : false : true;
- };
-});
-
-
-/***/ }),
-
-/***/ "Zz4T":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.13 String.prototype.sub()
-__webpack_require__("OGtf")('sub', function (createHTML) {
- return function sub() {
- return createHTML(this, 'sub', '', '');
- };
-});
-
-
-/***/ }),
-
-/***/ "a1Th":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-__webpack_require__("OEbY");
-var anObject = __webpack_require__("y3w9");
-var $flags = __webpack_require__("C/va");
-var DESCRIPTORS = __webpack_require__("nh4g");
-var TO_STRING = 'toString';
-var $toString = /./[TO_STRING];
-
-var define = function (fn) {
- __webpack_require__("KroJ")(RegExp.prototype, TO_STRING, fn, true);
-};
-
-// 21.2.5.14 RegExp.prototype.toString()
-if (__webpack_require__("eeVq")(function () { return $toString.call({ source: 'a', flags: 'b' }) != '/a/b'; })) {
- define(function toString() {
- var R = anObject(this);
- return '/'.concat(R.source, '/',
- 'flags' in R ? R.flags : !DESCRIPTORS && R instanceof RegExp ? $flags.call(R) : undefined);
- });
-// FF44- RegExp#toString has a wrong name
-} else if ($toString.name != TO_STRING) {
- define(function toString() {
- return $toString.call(this);
- });
-}
-
-
-/***/ }),
-
-/***/ "aCFj":
-/***/ (function(module, exports, __webpack_require__) {
-
-// to indexed object, toObject with fallback for non-array-like ES3 strings
-var IObject = __webpack_require__("Ymqv");
-var defined = __webpack_require__("vhPU");
-module.exports = function (it) {
- return IObject(defined(it));
-};
-
-
-/***/ }),
-
-/***/ "aagx":
-/***/ (function(module, exports) {
-
-var hasOwnProperty = {}.hasOwnProperty;
-module.exports = function (it, key) {
- return hasOwnProperty.call(it, key);
-};
-
-
-/***/ }),
-
-/***/ "apmT":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 7.1.1 ToPrimitive(input [, PreferredType])
-var isObject = __webpack_require__("0/R4");
-// 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 (it, S) {
- if (!isObject(it)) return it;
- var fn, val;
- if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
- if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;
- if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;
- throw TypeError("Can't convert object to primitive value");
-};
-
-
-/***/ }),
-
-/***/ "aqI/":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("7DDg")('Uint8', 1, function (init) {
- return function Uint8ClampedArray(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-}, true);
-
-
-/***/ }),
-
-/***/ "bBoP":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.30 Math.sinh(x)
-var $export = __webpack_require__("XKFU");
-var expm1 = __webpack_require__("LVwc");
-var exp = Math.exp;
-
-// V8 near Chromium 38 has a problem with very small numbers
-$export($export.S + $export.F * __webpack_require__("eeVq")(function () {
- return !Math.sinh(-2e-17) != -2e-17;
-}), 'Math', {
- sinh: function sinh(x) {
- return Math.abs(x = +x) < 1
- ? (expm1(x) - expm1(-x)) / 2
- : (exp(x - 1) - exp(-x - 1)) * (Math.E / 2);
- }
-});
-
-
-/***/ }),
-
-/***/ "bDcW":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.7 String.prototype.fontcolor(color)
-__webpack_require__("OGtf")('fontcolor', function (createHTML) {
- return function fontcolor(color) {
- return createHTML(this, 'font', 'color', color);
- };
-});
-
-
-/***/ }),
-
-/***/ "bHtr":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length)
-var $export = __webpack_require__("XKFU");
-
-$export($export.P, 'Array', { fill: __webpack_require__("Nr18") });
-
-__webpack_require__("nGyu")('fill');
-
-
-/***/ }),
-
-/***/ "bWfx":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var $map = __webpack_require__("CkkT")(1);
-
-$export($export.P + $export.F * !__webpack_require__("LyE8")([].map, true), 'Array', {
- // 22.1.3.15 / 15.4.4.19 Array.prototype.map(callbackfn [, thisArg])
- map: function map(callbackfn /* , thisArg */) {
- return $map(this, callbackfn, arguments[1]);
- }
-});
-
-
-/***/ }),
-
-/***/ "czNK":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// 19.1.2.1 Object.assign(target, source, ...)
-var DESCRIPTORS = __webpack_require__("nh4g");
-var getKeys = __webpack_require__("DVgA");
-var gOPS = __webpack_require__("JiEa");
-var pIE = __webpack_require__("UqcF");
-var toObject = __webpack_require__("S/j/");
-var IObject = __webpack_require__("Ymqv");
-var $assign = Object.assign;
-
-// should work with symbols and should have deterministic property order (V8 bug)
-module.exports = !$assign || __webpack_require__("eeVq")(function () {
- var A = {};
- var B = {};
- // eslint-disable-next-line no-undef
- var S = Symbol();
- var K = 'abcdefghijklmnopqrst';
- A[S] = 7;
- K.split('').forEach(function (k) { B[k] = k; });
- return $assign({}, A)[S] != 7 || Object.keys($assign({}, B)).join('') != K;
-}) ? function assign(target, source) { // eslint-disable-line no-unused-vars
- var T = toObject(target);
- var aLen = arguments.length;
- var index = 1;
- var getSymbols = gOPS.f;
- var isEnum = pIE.f;
- while (aLen > index) {
- var S = IObject(arguments[index++]);
- var keys = getSymbols ? getKeys(S).concat(getSymbols(S)) : getKeys(S);
- var length = keys.length;
- var j = 0;
- var key;
- while (length > j) {
- key = keys[j++];
- if (!DESCRIPTORS || isEnum.call(S, key)) T[key] = S[key];
- }
- } return T;
-} : $assign;
-
-
-/***/ }),
-
-/***/ "d/Gc":
-/***/ (function(module, exports, __webpack_require__) {
-
-var toInteger = __webpack_require__("RYi7");
-var max = Math.max;
-var min = Math.min;
-module.exports = function (index, length) {
- index = toInteger(index);
- return index < 0 ? max(index + length, 0) : min(index, length);
-};
-
-
-/***/ }),
-
-/***/ "dE+T":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)
-var $export = __webpack_require__("XKFU");
-
-$export($export.P, 'Array', { copyWithin: __webpack_require__("upKx") });
-
-__webpack_require__("nGyu")('copyWithin');
-
-
-/***/ }),
-
-/***/ "dRSK":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// 22.1.3.8 Array.prototype.find(predicate, thisArg = undefined)
-var $export = __webpack_require__("XKFU");
-var $find = __webpack_require__("CkkT")(5);
-var KEY = 'find';
-var forced = true;
-// Shouldn't skip holes
-if (KEY in []) Array(1)[KEY](function () { forced = false; });
-$export($export.P + $export.F * forced, 'Array', {
- find: function find(callbackfn /* , that = undefined */) {
- return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
- }
-});
-__webpack_require__("nGyu")(KEY);
-
-
-/***/ }),
-
-/***/ "dZ+Y":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var $some = __webpack_require__("CkkT")(3);
-
-$export($export.P + $export.F * !__webpack_require__("LyE8")([].some, true), 'Array', {
- // 22.1.3.23 / 15.4.4.17 Array.prototype.some(callbackfn [, thisArg])
- some: function some(callbackfn /* , thisArg */) {
- return $some(this, callbackfn, arguments[1]);
- }
-});
-
-
-/***/ }),
-
-/***/ "dyZX":
-/***/ (function(module, exports) {
-
-// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
-var global = module.exports = typeof window != 'undefined' && window.Math == Math
- ? window : typeof self != 'undefined' && self.Math == Math ? self
- // eslint-disable-next-line no-new-func
- : Function('return this')();
-if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
-
-
-/***/ }),
-
-/***/ "e7yV":
-/***/ (function(module, exports, __webpack_require__) {
-
-// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
-var toIObject = __webpack_require__("aCFj");
-var gOPN = __webpack_require__("kJMx").f;
-var toString = {}.toString;
-
-var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
- ? Object.getOwnPropertyNames(window) : [];
-
-var getWindowNames = function (it) {
- try {
- return gOPN(it);
- } catch (e) {
- return windowNames.slice();
- }
-};
-
-module.exports.f = function getOwnPropertyNames(it) {
- return windowNames && toString.call(it) == '[object Window]' ? getWindowNames(it) : gOPN(toIObject(it));
-};
-
-
-/***/ }),
-
-/***/ "eHKK":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.21 Math.log10(x)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Math', {
- log10: function log10(x) {
- return Math.log(x) * Math.LOG10E;
- }
-});
-
-
-/***/ }),
-
-/***/ "eI33":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-var toIObject = __webpack_require__("aCFj");
-var toLength = __webpack_require__("ne8i");
-
-$export($export.S, 'String', {
- // 21.1.2.4 String.raw(callSite, ...substitutions)
- raw: function raw(callSite) {
- var tpl = toIObject(callSite.raw);
- var len = toLength(tpl.length);
- var aLen = arguments.length;
- var res = [];
- var i = 0;
- while (len > i) {
- res.push(String(tpl[i++]));
- if (i < aLen) res.push(String(arguments[i]));
- } return res.join('');
- }
-});
-
-
-/***/ }),
-
-/***/ "eM6i":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.3.3.1 / 15.9.4.4 Date.now()
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Date', { now: function () { return new Date().getTime(); } });
-
-
-/***/ }),
-
-/***/ "eUtF":
-/***/ (function(module, exports, __webpack_require__) {
-
-module.exports = !__webpack_require__("jmDH") && !__webpack_require__("KUxP")(function () {
- return Object.defineProperty(__webpack_require__("Hsns")('div'), 'a', { get: function () { return 7; } }).a != 7;
-});
-
-
-/***/ }),
-
-/***/ "eaoh":
-/***/ (function(module, exports) {
-
-module.exports = function (it) {
- if (typeof it != 'function') throw TypeError(it + ' is not a function!');
- return it;
-};
-
-
-/***/ }),
-
-/***/ "eeVq":
-/***/ (function(module, exports) {
-
-module.exports = function (exec) {
- try {
- return !!exec();
- } catch (e) {
- return true;
- }
-};
-
-
-/***/ }),
-
-/***/ "elZq":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var global = __webpack_require__("dyZX");
-var dP = __webpack_require__("hswa");
-var DESCRIPTORS = __webpack_require__("nh4g");
-var SPECIES = __webpack_require__("K0xU")('species');
-
-module.exports = function (KEY) {
- var C = global[KEY];
- if (DESCRIPTORS && C && !C[SPECIES]) dP.f(C, SPECIES, {
- configurable: true,
- get: function () { return this; }
- });
-};
-
-
-/***/ }),
-
-/***/ "eyMr":
-/***/ (function(module, exports, __webpack_require__) {
-
-var aFunction = __webpack_require__("2OiF");
-var toObject = __webpack_require__("S/j/");
-var IObject = __webpack_require__("Ymqv");
-var toLength = __webpack_require__("ne8i");
-
-module.exports = function (that, callbackfn, aLen, memo, isRight) {
- aFunction(callbackfn);
- var O = toObject(that);
- var self = IObject(O);
- var length = toLength(O.length);
- var index = isRight ? length - 1 : 0;
- var i = isRight ? -1 : 1;
- if (aLen < 2) for (;;) {
- if (index in self) {
- memo = self[index];
- index += i;
- break;
- }
- index += i;
- if (isRight ? index < 0 : length <= index) {
- throw TypeError('Reduce of empty array with no initial value');
- }
- }
- for (;isRight ? index >= 0 : length > index; index += i) if (index in self) {
- memo = callbackfn(memo, self[index], index, O);
- }
- return memo;
-};
-
-
-/***/ }),
-
-/***/ "f/aN":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// 26.1.5 Reflect.enumerate(target)
-var $export = __webpack_require__("XKFU");
-var anObject = __webpack_require__("y3w9");
-var Enumerate = function (iterated) {
- this._t = anObject(iterated); // target
- this._i = 0; // next index
- var keys = this._k = []; // keys
- var key;
- for (key in iterated) keys.push(key);
-};
-__webpack_require__("QaDb")(Enumerate, 'Object', function () {
- var that = this;
- var keys = that._k;
- var key;
- do {
- if (that._i >= keys.length) return { value: undefined, done: true };
- } while (!((key = keys[that._i++]) in that._t));
- return { value: key, done: false };
-});
-
-$export($export.S, 'Reflect', {
- enumerate: function enumerate(target) {
- return new Enumerate(target);
- }
-});
-
-
-/***/ }),
-
-/***/ "f3/d":
-/***/ (function(module, exports, __webpack_require__) {
-
-var dP = __webpack_require__("hswa").f;
-var FProto = Function.prototype;
-var nameRE = /^\s*function ([^ (]*)/;
-var NAME = 'name';
-
-// 19.2.4.2 name
-NAME in FProto || __webpack_require__("nh4g") && dP(FProto, NAME, {
- configurable: true,
- get: function () {
- try {
- return ('' + this).match(nameRE)[1];
- } catch (e) {
- return '';
- }
- }
-});
-
-
-/***/ }),
-
-/***/ "fA63":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// https://github.com/sebmarkbage/ecmascript-string-left-right-trim
-__webpack_require__("qncB")('trimRight', function ($trim) {
- return function trimRight() {
- return $trim(this, 2);
- };
-}, 'trimEnd');
-
-
-/***/ }),
-
-/***/ "fN96":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.1.2.3 Number.isInteger(number)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Number', { isInteger: __webpack_require__("nBIS") });
-
-
-/***/ }),
-
-/***/ "fyDq":
-/***/ (function(module, exports, __webpack_require__) {
-
-var def = __webpack_require__("hswa").f;
-var has = __webpack_require__("aagx");
-var TAG = __webpack_require__("K0xU")('toStringTag');
-
-module.exports = function (it, tag, stat) {
- if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });
-};
-
-
-/***/ }),
-
-/***/ "fyVe":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.3 Math.acosh(x)
-var $export = __webpack_require__("XKFU");
-var log1p = __webpack_require__("1sa7");
-var sqrt = Math.sqrt;
-var $acosh = Math.acosh;
-
-$export($export.S + $export.F * !($acosh
- // V8 bug: https://code.google.com/p/v8/issues/detail?id=3509
- && Math.floor($acosh(Number.MAX_VALUE)) == 710
- // Tor Browser bug: Math.acosh(Infinity) -> NaN
- && $acosh(Infinity) == Infinity
-), 'Math', {
- acosh: function acosh(x) {
- return (x = +x) < 1 ? NaN : x > 94906265.62425156
- ? Math.log(x) + Math.LN2
- : log1p(x - 1 + sqrt(x - 1) * sqrt(x + 1));
- }
-});
-
-
-/***/ }),
-
-/***/ "g3g5":
-/***/ (function(module, exports) {
-
-var core = module.exports = { version: '2.6.12' };
-if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
-
-
-/***/ }),
-
-/***/ "g4EE":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var anObject = __webpack_require__("y3w9");
-var toPrimitive = __webpack_require__("apmT");
-var NUMBER = 'number';
-
-module.exports = function (hint) {
- if (hint !== 'string' && hint !== NUMBER && hint !== 'default') throw TypeError('Incorrect hint');
- return toPrimitive(anObject(this), hint != NUMBER);
-};
-
-
-/***/ }),
-
-/***/ "g6HL":
-/***/ (function(module, exports) {
-
-// 7.2.9 SameValue(x, y)
-module.exports = Object.is || function is(x, y) {
- // eslint-disable-next-line no-self-compare
- return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;
-};
-
-
-/***/ }),
-
-/***/ "gHnn":
-/***/ (function(module, exports, __webpack_require__) {
-
-var global = __webpack_require__("dyZX");
-var macrotask = __webpack_require__("GZEu").set;
-var Observer = global.MutationObserver || global.WebKitMutationObserver;
-var process = global.process;
-var Promise = global.Promise;
-var isNode = __webpack_require__("LZWt")(process) == 'process';
-
-module.exports = function () {
- var head, last, notify;
-
- var flush = function () {
- var parent, fn;
- if (isNode && (parent = process.domain)) parent.exit();
- while (head) {
- fn = head.fn;
- head = head.next;
- try {
- fn();
- } catch (e) {
- if (head) notify();
- else last = undefined;
- throw e;
- }
- } last = undefined;
- if (parent) parent.enter();
- };
-
- // Node.js
- if (isNode) {
- notify = function () {
- process.nextTick(flush);
- };
- // browsers with MutationObserver, except iOS Safari - https://github.com/zloirock/core-js/issues/339
- } else if (Observer && !(global.navigator && global.navigator.standalone)) {
- var toggle = true;
- var node = document.createTextNode('');
- new Observer(flush).observe(node, { characterData: true }); // eslint-disable-line no-new
- notify = function () {
- node.data = toggle = !toggle;
- };
- // environments with maybe non-completely correct, but existent Promise
- } else if (Promise && Promise.resolve) {
- // Promise.resolve without an argument throws an error in LG WebOS 2
- var promise = Promise.resolve(undefined);
- notify = function () {
- promise.then(flush);
- };
- // for other environments - macrotask based on:
- // - setImmediate
- // - MessageChannel
- // - window.postMessag
- // - onreadystatechange
- // - setTimeout
- } else {
- notify = function () {
- // strange IE + webpack dev server bug - use .call(global)
- macrotask.call(global, flush);
- };
- }
-
- return function (fn) {
- var task = { fn: fn, next: undefined };
- if (last) last.next = task;
- if (!head) {
- head = task;
- notify();
- } last = task;
- };
-};
-
-
-/***/ }),
-
-/***/ "h/M4":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.1.2.6 Number.MAX_SAFE_INTEGER
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Number', { MAX_SAFE_INTEGER: 0x1fffffffffffff });
-
-
-/***/ }),
-
-/***/ "h7Nl":
-/***/ (function(module, exports, __webpack_require__) {
-
-var DateProto = Date.prototype;
-var INVALID_DATE = 'Invalid Date';
-var TO_STRING = 'toString';
-var $toString = DateProto[TO_STRING];
-var getTime = DateProto.getTime;
-if (new Date(NaN) + '' != INVALID_DATE) {
- __webpack_require__("KroJ")(DateProto, TO_STRING, function toString() {
- var value = getTime.call(this);
- // eslint-disable-next-line no-self-compare
- return value === value ? $toString.call(this) : INVALID_DATE;
- });
-}
-
-
-/***/ }),
-
-/***/ "hEkN":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.2 String.prototype.anchor(name)
-__webpack_require__("OGtf")('anchor', function (createHTML) {
- return function anchor(name) {
- return createHTML(this, 'a', 'name', name);
- };
-});
-
-
-/***/ }),
-
-/***/ "hHhE":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
-$export($export.S, 'Object', { create: __webpack_require__("Kuth") });
-
-
-/***/ }),
-
-/***/ "hLT2":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.34 Math.trunc(x)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Math', {
- trunc: function trunc(it) {
- return (it > 0 ? Math.floor : Math.ceil)(it);
- }
-});
-
-
-/***/ }),
-
-/***/ "hPIQ":
-/***/ (function(module, exports) {
-
-module.exports = {};
-
-
-/***/ }),
-
-/***/ "hhXQ":
-/***/ (function(module, exports, __webpack_require__) {
-
-// https://github.com/tc39/proposal-object-values-entries
-var $export = __webpack_require__("XKFU");
-var $values = __webpack_require__("UExd")(false);
-
-$export($export.S, 'Object', {
- values: function values(it) {
- return $values(it);
- }
-});
-
-
-/***/ }),
-
-/***/ "hswa":
-/***/ (function(module, exports, __webpack_require__) {
-
-var anObject = __webpack_require__("y3w9");
-var IE8_DOM_DEFINE = __webpack_require__("xpql");
-var toPrimitive = __webpack_require__("apmT");
-var dP = Object.defineProperty;
-
-exports.f = __webpack_require__("nh4g") ? Object.defineProperty : function defineProperty(O, P, Attributes) {
- anObject(O);
- P = toPrimitive(P, true);
- anObject(Attributes);
- if (IE8_DOM_DEFINE) try {
- return dP(O, P, Attributes);
- } catch (e) { /* empty */ }
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
- if ('value' in Attributes) O[P] = Attributes.value;
- return O;
-};
-
-
-/***/ }),
-
-/***/ "i5dc":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Works with __proto__ only. Old v8 can't work with null proto objects.
-/* eslint-disable no-proto */
-var isObject = __webpack_require__("0/R4");
-var anObject = __webpack_require__("y3w9");
-var check = function (O, proto) {
- anObject(O);
- if (!isObject(proto) && proto !== null) throw TypeError(proto + ": can't set as prototype!");
-};
-module.exports = {
- set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
- function (test, buggy, set) {
- try {
- set = __webpack_require__("m0Pp")(Function.call, __webpack_require__("EemH").f(Object.prototype, '__proto__').set, 2);
- set(test, []);
- buggy = !(test instanceof Array);
- } catch (e) { buggy = true; }
- return function setPrototypeOf(O, proto) {
- check(O, proto);
- if (buggy) O.__proto__ = proto;
- else set(O, proto);
- return O;
- };
- }({}, false) : undefined),
- check: check
-};
-
-
-/***/ }),
-
-/***/ "iMoV":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.3 Reflect.defineProperty(target, propertyKey, attributes)
-var dP = __webpack_require__("hswa");
-var $export = __webpack_require__("XKFU");
-var anObject = __webpack_require__("y3w9");
-var toPrimitive = __webpack_require__("apmT");
-
-// MS Edge has broken Reflect.defineProperty - throwing instead of returning false
-$export($export.S + $export.F * __webpack_require__("eeVq")(function () {
- // eslint-disable-next-line no-undef
- Reflect.defineProperty(dP.f({}, 1, { value: 1 }), 1, { value: 2 });
-}), 'Reflect', {
- defineProperty: function defineProperty(target, propertyKey, attributes) {
- anObject(target);
- propertyKey = toPrimitive(propertyKey, true);
- anObject(attributes);
- try {
- dP.f(target, propertyKey, attributes);
- return true;
- } catch (e) {
- return false;
- }
- }
-});
-
-
-/***/ }),
-
-/***/ "ioFf":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// ECMAScript 6 symbols shim
-var global = __webpack_require__("dyZX");
-var has = __webpack_require__("aagx");
-var DESCRIPTORS = __webpack_require__("nh4g");
-var $export = __webpack_require__("XKFU");
-var redefine = __webpack_require__("KroJ");
-var META = __webpack_require__("Z6vF").KEY;
-var $fails = __webpack_require__("eeVq");
-var shared = __webpack_require__("VTer");
-var setToStringTag = __webpack_require__("fyDq");
-var uid = __webpack_require__("ylqs");
-var wks = __webpack_require__("K0xU");
-var wksExt = __webpack_require__("N8g3");
-var wksDefine = __webpack_require__("OnI7");
-var enumKeys = __webpack_require__("1MBn");
-var isArray = __webpack_require__("EWmC");
-var anObject = __webpack_require__("y3w9");
-var isObject = __webpack_require__("0/R4");
-var toObject = __webpack_require__("S/j/");
-var toIObject = __webpack_require__("aCFj");
-var toPrimitive = __webpack_require__("apmT");
-var createDesc = __webpack_require__("RjD/");
-var _create = __webpack_require__("Kuth");
-var gOPNExt = __webpack_require__("e7yV");
-var $GOPD = __webpack_require__("EemH");
-var $GOPS = __webpack_require__("JiEa");
-var $DP = __webpack_require__("hswa");
-var $keys = __webpack_require__("DVgA");
-var gOPD = $GOPD.f;
-var dP = $DP.f;
-var gOPN = gOPNExt.f;
-var $Symbol = global.Symbol;
-var $JSON = global.JSON;
-var _stringify = $JSON && $JSON.stringify;
-var PROTOTYPE = 'prototype';
-var HIDDEN = wks('_hidden');
-var TO_PRIMITIVE = wks('toPrimitive');
-var isEnum = {}.propertyIsEnumerable;
-var SymbolRegistry = shared('symbol-registry');
-var AllSymbols = shared('symbols');
-var OPSymbols = shared('op-symbols');
-var ObjectProto = Object[PROTOTYPE];
-var USE_NATIVE = typeof $Symbol == 'function' && !!$GOPS.f;
-var QObject = global.QObject;
-// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
-var setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
-
-// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687
-var setSymbolDesc = DESCRIPTORS && $fails(function () {
- return _create(dP({}, 'a', {
- get: function () { return dP(this, 'a', { value: 7 }).a; }
- })).a != 7;
-}) ? function (it, key, D) {
- var protoDesc = gOPD(ObjectProto, key);
- if (protoDesc) delete ObjectProto[key];
- dP(it, key, D);
- if (protoDesc && it !== ObjectProto) dP(ObjectProto, key, protoDesc);
-} : dP;
-
-var wrap = function (tag) {
- var sym = AllSymbols[tag] = _create($Symbol[PROTOTYPE]);
- sym._k = tag;
- return sym;
-};
-
-var isSymbol = USE_NATIVE && typeof $Symbol.iterator == 'symbol' ? function (it) {
- return typeof it == 'symbol';
-} : function (it) {
- return it instanceof $Symbol;
-};
-
-var $defineProperty = function defineProperty(it, key, D) {
- if (it === ObjectProto) $defineProperty(OPSymbols, key, D);
- anObject(it);
- key = toPrimitive(key, true);
- anObject(D);
- if (has(AllSymbols, key)) {
- if (!D.enumerable) {
- if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {}));
- it[HIDDEN][key] = true;
- } else {
- if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;
- D = _create(D, { enumerable: createDesc(0, false) });
- } return setSymbolDesc(it, key, D);
- } return dP(it, key, D);
-};
-var $defineProperties = function defineProperties(it, P) {
- anObject(it);
- var keys = enumKeys(P = toIObject(P));
- var i = 0;
- var l = keys.length;
- var key;
- while (l > i) $defineProperty(it, key = keys[i++], P[key]);
- return it;
-};
-var $create = function create(it, P) {
- return P === undefined ? _create(it) : $defineProperties(_create(it), P);
-};
-var $propertyIsEnumerable = function propertyIsEnumerable(key) {
- var E = isEnum.call(this, key = toPrimitive(key, true));
- if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false;
- return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E : true;
-};
-var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) {
- it = toIObject(it);
- key = toPrimitive(key, true);
- if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return;
- var D = gOPD(it, key);
- if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;
- return D;
-};
-var $getOwnPropertyNames = function getOwnPropertyNames(it) {
- var names = gOPN(toIObject(it));
- var result = [];
- var i = 0;
- var key;
- while (names.length > i) {
- if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key);
- } return result;
-};
-var $getOwnPropertySymbols = function getOwnPropertySymbols(it) {
- var IS_OP = it === ObjectProto;
- var names = gOPN(IS_OP ? OPSymbols : toIObject(it));
- var result = [];
- var i = 0;
- var key;
- while (names.length > i) {
- if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSymbols[key]);
- } return result;
-};
-
-// 19.4.1.1 Symbol([description])
-if (!USE_NATIVE) {
- $Symbol = function Symbol() {
- if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor!');
- var tag = uid(arguments.length > 0 ? arguments[0] : undefined);
- var $set = function (value) {
- if (this === ObjectProto) $set.call(OPSymbols, value);
- if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
- setSymbolDesc(this, tag, createDesc(1, value));
- };
- if (DESCRIPTORS && setter) setSymbolDesc(ObjectProto, tag, { configurable: true, set: $set });
- return wrap(tag);
- };
- redefine($Symbol[PROTOTYPE], 'toString', function toString() {
- return this._k;
- });
-
- $GOPD.f = $getOwnPropertyDescriptor;
- $DP.f = $defineProperty;
- __webpack_require__("kJMx").f = gOPNExt.f = $getOwnPropertyNames;
- __webpack_require__("UqcF").f = $propertyIsEnumerable;
- $GOPS.f = $getOwnPropertySymbols;
-
- if (DESCRIPTORS && !__webpack_require__("LQAc")) {
- redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);
- }
-
- wksExt.f = function (name) {
- return wrap(wks(name));
- };
-}
-
-$export($export.G + $export.W + $export.F * !USE_NATIVE, { Symbol: $Symbol });
-
-for (var es6Symbols = (
- // 19.4.2.2, 19.4.2.3, 19.4.2.4, 19.4.2.6, 19.4.2.8, 19.4.2.9, 19.4.2.10, 19.4.2.11, 19.4.2.12, 19.4.2.13, 19.4.2.14
- 'hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables'
-).split(','), j = 0; es6Symbols.length > j;)wks(es6Symbols[j++]);
-
-for (var wellKnownSymbols = $keys(wks.store), k = 0; wellKnownSymbols.length > k;) wksDefine(wellKnownSymbols[k++]);
-
-$export($export.S + $export.F * !USE_NATIVE, 'Symbol', {
- // 19.4.2.1 Symbol.for(key)
- 'for': function (key) {
- return has(SymbolRegistry, key += '')
- ? SymbolRegistry[key]
- : SymbolRegistry[key] = $Symbol(key);
- },
- // 19.4.2.5 Symbol.keyFor(sym)
- keyFor: function keyFor(sym) {
- if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol!');
- for (var key in SymbolRegistry) if (SymbolRegistry[key] === sym) return key;
- },
- useSetter: function () { setter = true; },
- useSimple: function () { setter = false; }
-});
-
-$export($export.S + $export.F * !USE_NATIVE, 'Object', {
- // 19.1.2.2 Object.create(O [, Properties])
- create: $create,
- // 19.1.2.4 Object.defineProperty(O, P, Attributes)
- defineProperty: $defineProperty,
- // 19.1.2.3 Object.defineProperties(O, Properties)
- defineProperties: $defineProperties,
- // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
- getOwnPropertyDescriptor: $getOwnPropertyDescriptor,
- // 19.1.2.7 Object.getOwnPropertyNames(O)
- getOwnPropertyNames: $getOwnPropertyNames,
- // 19.1.2.8 Object.getOwnPropertySymbols(O)
- getOwnPropertySymbols: $getOwnPropertySymbols
-});
-
-// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
-// https://bugs.chromium.org/p/v8/issues/detail?id=3443
-var FAILS_ON_PRIMITIVES = $fails(function () { $GOPS.f(1); });
-
-$export($export.S + $export.F * FAILS_ON_PRIMITIVES, 'Object', {
- getOwnPropertySymbols: function getOwnPropertySymbols(it) {
- return $GOPS.f(toObject(it));
- }
-});
-
-// 24.3.2 JSON.stringify(value [, replacer [, space]])
-$JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () {
- var S = $Symbol();
- // MS Edge converts symbol values to JSON as {}
- // WebKit converts symbol values to JSON as null
- // V8 throws on boxed symbols
- return _stringify([S]) != '[null]' || _stringify({ a: S }) != '{}' || _stringify(Object(S)) != '{}';
-})), 'JSON', {
- stringify: function stringify(it) {
- var args = [it];
- var i = 1;
- var replacer, $replacer;
- while (arguments.length > i) args.push(arguments[i++]);
- $replacer = replacer = args[1];
- if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
- if (!isArray(replacer)) replacer = function (key, value) {
- if (typeof $replacer == 'function') value = $replacer.call(this, key, value);
- if (!isSymbol(value)) return value;
- };
- args[1] = replacer;
- return _stringify.apply($JSON, args);
- }
-});
-
-// 19.4.3.4 Symbol.prototype[@@toPrimitive](hint)
-$Symbol[PROTOTYPE][TO_PRIMITIVE] || __webpack_require__("Mukb")($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);
-// 19.4.3.5 Symbol.prototype[@@toStringTag]
-setToStringTag($Symbol, 'Symbol');
-// 20.2.1.9 Math[@@toStringTag]
-setToStringTag(Math, 'Math', true);
-// 24.3.3 JSON[@@toStringTag]
-setToStringTag(global.JSON, 'JSON', true);
-
-
-/***/ }),
-
-/***/ "jm62":
-/***/ (function(module, exports, __webpack_require__) {
-
-// https://github.com/tc39/proposal-object-getownpropertydescriptors
-var $export = __webpack_require__("XKFU");
-var ownKeys = __webpack_require__("mQtv");
-var toIObject = __webpack_require__("aCFj");
-var gOPD = __webpack_require__("EemH");
-var createProperty = __webpack_require__("8a7r");
-
-$export($export.S, 'Object', {
- getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {
- var O = toIObject(object);
- var getDesc = gOPD.f;
- var keys = ownKeys(O);
- var result = {};
- var i = 0;
- var key, desc;
- while (keys.length > i) {
- desc = getDesc(O, key = keys[i++]);
- if (desc !== undefined) createProperty(result, key, desc);
- }
- return result;
- }
-});
-
-
-/***/ }),
-
-/***/ "jmDH":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Thank's IE8 for his funny defineProperty
-module.exports = !__webpack_require__("KUxP")(function () {
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
-});
-
-
-/***/ }),
-
-/***/ "jqX0":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString()
-var $export = __webpack_require__("XKFU");
-var toISOString = __webpack_require__("jtBr");
-
-// PhantomJS / old WebKit has a broken implementations
-$export($export.P + $export.F * (Date.prototype.toISOString !== toISOString), 'Date', {
- toISOString: toISOString
-});
-
-
-/***/ }),
-
-/***/ "jtBr":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString()
-var fails = __webpack_require__("eeVq");
-var getTime = Date.prototype.getTime;
-var $toISOString = Date.prototype.toISOString;
-
-var lz = function (num) {
- return num > 9 ? num : '0' + num;
-};
-
-// PhantomJS / old WebKit has a broken implementations
-module.exports = (fails(function () {
- return $toISOString.call(new Date(-5e13 - 1)) != '0385-07-25T07:06:39.999Z';
-}) || !fails(function () {
- $toISOString.call(new Date(NaN));
-})) ? function toISOString() {
- if (!isFinite(getTime.call(this))) throw RangeError('Invalid time value');
- var d = this;
- var y = d.getUTCFullYear();
- var m = d.getUTCMilliseconds();
- var s = y < 0 ? '-' : y > 9999 ? '+' : '';
- return s + ('00000' + Math.abs(y)).slice(s ? -6 : -4) +
- '-' + lz(d.getUTCMonth() + 1) + '-' + lz(d.getUTCDate()) +
- 'T' + lz(d.getUTCHours()) + ':' + lz(d.getUTCMinutes()) +
- ':' + lz(d.getUTCSeconds()) + '.' + (m > 99 ? m : '0' + lz(m)) + 'Z';
-} : $toISOString;
-
-
-/***/ }),
-
-/***/ "kJMx":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
-var $keys = __webpack_require__("zhAb");
-var hiddenKeys = __webpack_require__("4R4u").concat('length', 'prototype');
-
-exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
- return $keys(O, hiddenKeys);
-};
-
-
-/***/ }),
-
-/***/ "kcoS":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.16 Math.fround(x)
-var sign = __webpack_require__("lvtm");
-var pow = Math.pow;
-var EPSILON = pow(2, -52);
-var EPSILON32 = pow(2, -23);
-var MAX32 = pow(2, 127) * (2 - EPSILON32);
-var MIN32 = pow(2, -126);
-
-var roundTiesToEven = function (n) {
- return n + 1 / EPSILON - 1 / EPSILON;
-};
-
-module.exports = Math.fround || function fround(x) {
- var $abs = Math.abs(x);
- var $sign = sign(x);
- var a, result;
- if ($abs < MIN32) return $sign * roundTiesToEven($abs / MIN32 / EPSILON32) * MIN32 * EPSILON32;
- a = (1 + EPSILON32 / EPSILON) * $abs;
- result = a - (a - $abs);
- // eslint-disable-next-line no-self-compare
- if (result > MAX32 || result != result) return $sign * Infinity;
- return $sign * result;
-};
-
-
-/***/ }),
-
-/***/ "klPD":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.13 Reflect.set(target, propertyKey, V [, receiver])
-var dP = __webpack_require__("hswa");
-var gOPD = __webpack_require__("EemH");
-var getPrototypeOf = __webpack_require__("OP3Y");
-var has = __webpack_require__("aagx");
-var $export = __webpack_require__("XKFU");
-var createDesc = __webpack_require__("RjD/");
-var anObject = __webpack_require__("y3w9");
-var isObject = __webpack_require__("0/R4");
-
-function set(target, propertyKey, V /* , receiver */) {
- var receiver = arguments.length < 4 ? target : arguments[3];
- var ownDesc = gOPD.f(anObject(target), propertyKey);
- var existingDescriptor, proto;
- if (!ownDesc) {
- if (isObject(proto = getPrototypeOf(target))) {
- return set(proto, propertyKey, V, receiver);
- }
- ownDesc = createDesc(0);
- }
- if (has(ownDesc, 'value')) {
- if (ownDesc.writable === false || !isObject(receiver)) return false;
- if (existingDescriptor = gOPD.f(receiver, propertyKey)) {
- if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) return false;
- existingDescriptor.value = V;
- dP.f(receiver, propertyKey, existingDescriptor);
- } else dP.f(receiver, propertyKey, createDesc(0, V));
- return true;
- }
- return ownDesc.set === undefined ? false : (ownDesc.set.call(receiver, V), true);
-}
-
-$export($export.S, 'Reflect', { set: set });
-
-
-/***/ }),
-
-/***/ "knU9":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.14 Reflect.setPrototypeOf(target, proto)
-var $export = __webpack_require__("XKFU");
-var setProto = __webpack_require__("i5dc");
-
-if (setProto) $export($export.S, 'Reflect', {
- setPrototypeOf: function setPrototypeOf(target, proto) {
- setProto.check(target, proto);
- try {
- setProto.set(target, proto);
- return true;
- } catch (e) {
- return false;
- }
- }
-});
-
-
-/***/ }),
-
-/***/ "knhD":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.1.2.10 Number.MIN_SAFE_INTEGER
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Number', { MIN_SAFE_INTEGER: -0x1fffffffffffff });
-
-
-/***/ }),
-
-/***/ "l0Rn":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var toInteger = __webpack_require__("RYi7");
-var defined = __webpack_require__("vhPU");
-
-module.exports = function repeat(count) {
- var str = String(defined(this));
- var res = '';
- var n = toInteger(count);
- if (n < 0 || n == Infinity) throw RangeError("Count can't be negative");
- for (;n > 0; (n >>>= 1) && (str += str)) if (n & 1) res += str;
- return res;
-};
-
-
-/***/ }),
-
-/***/ "ln0Z":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("fA63");
-module.exports = __webpack_require__("g3g5").String.trimRight;
-
-
-/***/ }),
-
-/***/ "lvtm":
-/***/ (function(module, exports) {
-
-// 20.2.2.28 Math.sign(x)
-module.exports = Math.sign || function sign(x) {
- // eslint-disable-next-line no-self-compare
- return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;
-};
-
-
-/***/ }),
-
-/***/ "m0Pp":
-/***/ (function(module, exports, __webpack_require__) {
-
-// optional / simple context binding
-var aFunction = __webpack_require__("2OiF");
-module.exports = function (fn, that, length) {
- aFunction(fn);
- if (that === undefined) return fn;
- switch (length) {
- 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);
- };
-};
-
-
-/***/ }),
-
-/***/ "mGWK":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var toIObject = __webpack_require__("aCFj");
-var toInteger = __webpack_require__("RYi7");
-var toLength = __webpack_require__("ne8i");
-var $native = [].lastIndexOf;
-var NEGATIVE_ZERO = !!$native && 1 / [1].lastIndexOf(1, -0) < 0;
-
-$export($export.P + $export.F * (NEGATIVE_ZERO || !__webpack_require__("LyE8")($native)), 'Array', {
- // 22.1.3.14 / 15.4.4.15 Array.prototype.lastIndexOf(searchElement [, fromIndex])
- lastIndexOf: function lastIndexOf(searchElement /* , fromIndex = @[*-1] */) {
- // convert -0 to +0
- if (NEGATIVE_ZERO) return $native.apply(this, arguments) || 0;
- var O = toIObject(this);
- var length = toLength(O.length);
- var index = length - 1;
- if (arguments.length > 1) index = Math.min(index, toInteger(arguments[1]));
- if (index < 0) index = length + index;
- for (;index >= 0; index--) if (index in O) if (O[index] === searchElement) return index || 0;
- return -1;
- }
-});
-
-
-/***/ }),
-
-/***/ "mQtv":
-/***/ (function(module, exports, __webpack_require__) {
-
-// all object keys, includes non-enumerable and symbols
-var gOPN = __webpack_require__("kJMx");
-var gOPS = __webpack_require__("JiEa");
-var anObject = __webpack_require__("y3w9");
-var Reflect = __webpack_require__("dyZX").Reflect;
-module.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {
- var keys = gOPN.f(anObject(it));
- var getSymbols = gOPS.f;
- return getSymbols ? keys.concat(getSymbols(it)) : keys;
-};
-
-
-/***/ }),
-
-/***/ "mYba":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
-var toIObject = __webpack_require__("aCFj");
-var $getOwnPropertyDescriptor = __webpack_require__("EemH").f;
-
-__webpack_require__("Xtr8")('getOwnPropertyDescriptor', function () {
- return function getOwnPropertyDescriptor(it, key) {
- return $getOwnPropertyDescriptor(toIObject(it), key);
- };
-});
-
-
-/***/ }),
-
-/***/ "mura":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.15 Object.preventExtensions(O)
-var isObject = __webpack_require__("0/R4");
-var meta = __webpack_require__("Z6vF").onFreeze;
-
-__webpack_require__("Xtr8")('preventExtensions', function ($preventExtensions) {
- return function preventExtensions(it) {
- return $preventExtensions && isObject(it) ? $preventExtensions(meta(it)) : it;
- };
-});
-
-
-/***/ }),
-
-/***/ "nBIS":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.1.2.3 Number.isInteger(number)
-var isObject = __webpack_require__("0/R4");
-var floor = Math.floor;
-module.exports = function isInteger(it) {
- return !isObject(it) && isFinite(it) && floor(it) === it;
-};
-
-
-/***/ }),
-
-/***/ "nCnK":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("7DDg")('Uint32', 4, function (init) {
- return function Uint32Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
-
-
-/***/ }),
-
-/***/ "nGyu":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 22.1.3.31 Array.prototype[@@unscopables]
-var UNSCOPABLES = __webpack_require__("K0xU")('unscopables');
-var ArrayProto = Array.prototype;
-if (ArrayProto[UNSCOPABLES] == undefined) __webpack_require__("Mukb")(ArrayProto, UNSCOPABLES, {});
-module.exports = function (key) {
- ArrayProto[UNSCOPABLES][key] = true;
-};
-
-
-/***/ }),
-
-/***/ "nICZ":
-/***/ (function(module, exports) {
-
-module.exports = function (exec) {
- try {
- return { e: false, v: exec() };
- } catch (e) {
- return { e: true, v: e };
- }
-};
-
-
-/***/ }),
-
-/***/ "nIY7":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.3 String.prototype.big()
-__webpack_require__("OGtf")('big', function (createHTML) {
- return function big() {
- return createHTML(this, 'big', '', '');
- };
-});
-
-
-/***/ }),
-
-/***/ "ne8i":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 7.1.15 ToLength
-var toInteger = __webpack_require__("RYi7");
-var min = Math.min;
-module.exports = function (it) {
- return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991
-};
-
-
-/***/ }),
-
-/***/ "nh4g":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Thank's IE8 for his funny defineProperty
-module.exports = !__webpack_require__("eeVq")(function () {
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
-});
-
-
-/***/ }),
-
-/***/ "nsiH":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.8 String.prototype.fontsize(size)
-__webpack_require__("OGtf")('fontsize', function (createHTML) {
- return function fontsize(size) {
- return createHTML(this, 'font', 'size', size);
- };
-});
-
-
-/***/ }),
-
-/***/ "nzyx":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.14 Math.expm1(x)
-var $export = __webpack_require__("XKFU");
-var $expm1 = __webpack_require__("LVwc");
-
-$export($export.S + $export.F * ($expm1 != Math.expm1), 'Math', { expm1: $expm1 });
-
-
-/***/ }),
-
-/***/ "oDIu":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var $at = __webpack_require__("AvRE")(false);
-$export($export.P, 'String', {
- // 21.1.3.3 String.prototype.codePointAt(pos)
- codePointAt: function codePointAt(pos) {
- return $at(this, pos);
- }
-});
-
-
-/***/ }),
-
-/***/ "oZ/O":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.12 Reflect.preventExtensions(target)
-var $export = __webpack_require__("XKFU");
-var anObject = __webpack_require__("y3w9");
-var $preventExtensions = Object.preventExtensions;
-
-$export($export.S, 'Reflect', {
- preventExtensions: function preventExtensions(target) {
- anObject(target);
- try {
- if ($preventExtensions) $preventExtensions(target);
- return true;
- } catch (e) {
- return false;
- }
- }
-});
-
-
-/***/ }),
-
-/***/ "ol8x":
-/***/ (function(module, exports, __webpack_require__) {
-
-var global = __webpack_require__("dyZX");
-var navigator = global.navigator;
-
-module.exports = navigator && navigator.userAgent || '';
-
-
-/***/ }),
-
-/***/ "pIFo":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-var anObject = __webpack_require__("y3w9");
-var toObject = __webpack_require__("S/j/");
-var toLength = __webpack_require__("ne8i");
-var toInteger = __webpack_require__("RYi7");
-var advanceStringIndex = __webpack_require__("A5AN");
-var regExpExec = __webpack_require__("Xxuz");
-var max = Math.max;
-var min = Math.min;
-var floor = Math.floor;
-var SUBSTITUTION_SYMBOLS = /\$([$&`']|\d\d?|<[^>]*>)/g;
-var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&`']|\d\d?)/g;
-
-var maybeToString = function (it) {
- return it === undefined ? it : String(it);
-};
-
-// @@replace logic
-__webpack_require__("IU+Z")('replace', 2, function (defined, REPLACE, $replace, maybeCallNative) {
- return [
- // `String.prototype.replace` method
- // https://tc39.github.io/ecma262/#sec-string.prototype.replace
- function replace(searchValue, replaceValue) {
- var O = defined(this);
- var fn = searchValue == undefined ? undefined : searchValue[REPLACE];
- return fn !== undefined
- ? fn.call(searchValue, O, replaceValue)
- : $replace.call(String(O), searchValue, replaceValue);
- },
- // `RegExp.prototype[@@replace]` method
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace
- function (regexp, replaceValue) {
- var res = maybeCallNative($replace, regexp, this, replaceValue);
- if (res.done) return res.value;
-
- var rx = anObject(regexp);
- var S = String(this);
- var functionalReplace = typeof replaceValue === 'function';
- if (!functionalReplace) replaceValue = String(replaceValue);
- var global = rx.global;
- if (global) {
- var fullUnicode = rx.unicode;
- rx.lastIndex = 0;
- }
- var results = [];
- while (true) {
- var result = regExpExec(rx, S);
- if (result === null) break;
- results.push(result);
- if (!global) break;
- var matchStr = String(result[0]);
- if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
- }
- var accumulatedResult = '';
- var nextSourcePosition = 0;
- for (var i = 0; i < results.length; i++) {
- result = results[i];
- var matched = String(result[0]);
- var position = max(min(toInteger(result.index), S.length), 0);
- var captures = [];
- // NOTE: This is equivalent to
- // captures = result.slice(1).map(maybeToString)
- // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
- // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
- // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
- for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
- var namedCaptures = result.groups;
- if (functionalReplace) {
- var replacerArgs = [matched].concat(captures, position, S);
- if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
- var replacement = String(replaceValue.apply(undefined, replacerArgs));
- } else {
- replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
- }
- if (position >= nextSourcePosition) {
- accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
- nextSourcePosition = position + matched.length;
- }
- }
- return accumulatedResult + S.slice(nextSourcePosition);
- }
- ];
-
- // https://tc39.github.io/ecma262/#sec-getsubstitution
- function getSubstitution(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;
- }
- capture = captures[n - 1];
- }
- return capture === undefined ? '' : capture;
- });
- }
-});
-
-
-/***/ }),
-
-/***/ "pbhE":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// 25.4.1.5 NewPromiseCapability(C)
-var aFunction = __webpack_require__("2OiF");
-
-function PromiseCapability(C) {
- var resolve, reject;
- this.promise = new C(function ($$resolve, $$reject) {
- if (resolve !== undefined || reject !== undefined) throw TypeError('Bad Promise constructor');
- resolve = $$resolve;
- reject = $$reject;
- });
- this.resolve = aFunction(resolve);
- this.reject = aFunction(reject);
-}
-
-module.exports.f = function (C) {
- return new PromiseCapability(C);
-};
-
-
-/***/ }),
-
-/***/ "pp/T":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.22 Math.log2(x)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Math', {
- log2: function log2(x) {
- return Math.log(x) / Math.LN2;
- }
-});
-
-
-/***/ }),
-
-/***/ "qncB":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-var defined = __webpack_require__("vhPU");
-var fails = __webpack_require__("eeVq");
-var spaces = __webpack_require__("/e88");
-var space = '[' + spaces + ']';
-var non = '\u200b\u0085';
-var ltrim = RegExp('^' + space + space + '*');
-var rtrim = RegExp(space + space + '*$');
-
-var exporter = function (KEY, exec, ALIAS) {
- var exp = {};
- var FORCE = fails(function () {
- return !!spaces[KEY]() || non[KEY]() != non;
- });
- var fn = exp[KEY] = FORCE ? exec(trim) : spaces[KEY];
- if (ALIAS) exp[ALIAS] = fn;
- $export($export.P + $export.F * FORCE, 'String', exp);
-};
-
-// 1 -> String#trimLeft
-// 2 -> String#trimRight
-// 3 -> String#trim
-var trim = exporter.trim = function (string, TYPE) {
- string = String(defined(string));
- if (TYPE & 1) string = string.replace(ltrim, '');
- if (TYPE & 2) string = string.replace(rtrim, '');
- return string;
-};
-
-module.exports = exporter;
-
-
-/***/ }),
-
-/***/ "quPj":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 7.2.8 IsRegExp(argument)
-var isObject = __webpack_require__("0/R4");
-var cof = __webpack_require__("LZWt");
-var MATCH = __webpack_require__("K0xU")('match');
-module.exports = function (it) {
- var isRegExp;
- return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');
-};
-
-
-/***/ }),
-
-/***/ "r1bV":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("7DDg")('Uint16', 2, function (init) {
- return function Uint16Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
-
-
-/***/ }),
-
-/***/ "rE2o":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("OnI7")('asyncIterator');
-
-
-/***/ }),
-
-/***/ "rGqo":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $iterators = __webpack_require__("yt8O");
-var getKeys = __webpack_require__("DVgA");
-var redefine = __webpack_require__("KroJ");
-var global = __webpack_require__("dyZX");
-var hide = __webpack_require__("Mukb");
-var Iterators = __webpack_require__("hPIQ");
-var wks = __webpack_require__("K0xU");
-var ITERATOR = wks('iterator');
-var TO_STRING_TAG = wks('toStringTag');
-var ArrayValues = Iterators.Array;
-
-var DOMIterables = {
- CSSRuleList: true, // TODO: Not spec compliant, should be false.
- CSSStyleDeclaration: false,
- CSSValueList: false,
- ClientRectList: false,
- DOMRectList: false,
- DOMStringList: false,
- DOMTokenList: true,
- DataTransferItemList: false,
- FileList: false,
- HTMLAllCollection: false,
- HTMLCollection: false,
- HTMLFormElement: false,
- HTMLSelectElement: false,
- MediaList: true, // TODO: Not spec compliant, should be false.
- MimeTypeArray: false,
- NamedNodeMap: false,
- NodeList: true,
- PaintRequestList: false,
- Plugin: false,
- PluginArray: false,
- SVGLengthList: false,
- SVGNumberList: false,
- SVGPathSegList: false,
- SVGPointList: false,
- SVGStringList: false,
- SVGTransformList: false,
- SourceBufferList: false,
- StyleSheetList: true, // TODO: Not spec compliant, should be false.
- TextTrackCueList: false,
- TextTrackList: false,
- TouchList: false
-};
-
-for (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) {
- var NAME = collections[i];
- var explicit = DOMIterables[NAME];
- var Collection = global[NAME];
- var proto = Collection && Collection.prototype;
- var key;
- if (proto) {
- if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues);
- if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);
- Iterators[NAME] = ArrayValues;
- if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true);
- }
-}
-
-
-/***/ }),
-
-/***/ "rr1i":
-/***/ (function(module, exports) {
-
-module.exports = function (bitmap, value) {
- return {
- enumerable: !(bitmap & 1),
- configurable: !(bitmap & 2),
- writable: !(bitmap & 4),
- value: value
- };
-};
-
-
-/***/ }),
-
-/***/ "rvZc":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-// 21.1.3.6 String.prototype.endsWith(searchString [, endPosition])
-
-var $export = __webpack_require__("XKFU");
-var toLength = __webpack_require__("ne8i");
-var context = __webpack_require__("0sh+");
-var ENDS_WITH = 'endsWith';
-var $endsWith = ''[ENDS_WITH];
-
-$export($export.P + $export.F * __webpack_require__("UUeW")(ENDS_WITH), 'String', {
- endsWith: function endsWith(searchString /* , endPosition = @length */) {
- var that = context(this, searchString, ENDS_WITH);
- var endPosition = arguments.length > 1 ? arguments[1] : undefined;
- var len = toLength(that.length);
- var end = endPosition === undefined ? len : Math.min(toLength(endPosition), len);
- var search = String(searchString);
- return $endsWith
- ? $endsWith.call(that, search, end)
- : that.slice(end - search.length, end) === search;
- }
-});
-
-
-/***/ }),
-
-/***/ "s5qY":
-/***/ (function(module, exports, __webpack_require__) {
-
-var isObject = __webpack_require__("0/R4");
-module.exports = function (it, TYPE) {
- if (!isObject(it) || it._t !== TYPE) throw TypeError('Incompatible receiver, ' + TYPE + ' required!');
- return it;
-};
-
-
-/***/ }),
-
-/***/ "sFw1":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("7DDg")('Int8', 1, function (init) {
- return function Int8Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
-
-
-/***/ }),
-
-/***/ "sMXx":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var regexpExec = __webpack_require__("Ugos");
-__webpack_require__("XKFU")({
- target: 'RegExp',
- proto: true,
- forced: regexpExec !== /./.exec
-}, {
- exec: regexpExec
-});
-
-
-/***/ }),
-
-/***/ "sbF8":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.1.2.5 Number.isSafeInteger(number)
-var $export = __webpack_require__("XKFU");
-var isInteger = __webpack_require__("nBIS");
-var abs = Math.abs;
-
-$export($export.S, 'Number', {
- isSafeInteger: function isSafeInteger(number) {
- return isInteger(number) && abs(number) <= 0x1fffffffffffff;
- }
-});
-
-
-/***/ }),
-
-/***/ "tUrg":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// B.2.3.10 String.prototype.link(url)
-__webpack_require__("OGtf")('link', function (createHTML) {
- return function link(url) {
- return createHTML(this, 'a', 'href', url);
- };
-});
-
-
-/***/ }),
-
-/***/ "tuSo":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("7DDg")('Int32', 4, function (init) {
- return function Int32Array(data, byteOffset, length) {
- return init(this, data, byteOffset, length);
- };
-});
-
-
-/***/ }),
-
-/***/ "tyy+":
-/***/ (function(module, exports, __webpack_require__) {
-
-var $export = __webpack_require__("XKFU");
-var $parseFloat = __webpack_require__("11IZ");
-// 18.2.4 parseFloat(string)
-$export($export.G + $export.F * (parseFloat != $parseFloat), { parseFloat: $parseFloat });
-
-
-/***/ }),
-
-/***/ "uhZd":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.4 Reflect.deleteProperty(target, propertyKey)
-var $export = __webpack_require__("XKFU");
-var gOPD = __webpack_require__("EemH").f;
-var anObject = __webpack_require__("y3w9");
-
-$export($export.S, 'Reflect', {
- deleteProperty: function deleteProperty(target, propertyKey) {
- var desc = gOPD(anObject(target), propertyKey);
- return desc && !desc.configurable ? false : delete target[propertyKey];
- }
-});
-
-
-/***/ }),
-
-/***/ "upKx":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-// 22.1.3.3 Array.prototype.copyWithin(target, start, end = this.length)
-
-var toObject = __webpack_require__("S/j/");
-var toAbsoluteIndex = __webpack_require__("d/Gc");
-var toLength = __webpack_require__("ne8i");
-
-module.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {
- var O = toObject(this);
- var len = toLength(O.length);
- var to = toAbsoluteIndex(target, len);
- var from = toAbsoluteIndex(start, len);
- var end = arguments.length > 2 ? arguments[2] : undefined;
- var count = Math.min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to);
- var inc = 1;
- if (from < to && to < from + count) {
- inc = -1;
- from += count - 1;
- to += count - 1;
- }
- while (count-- > 0) {
- if (from in O) O[to] = O[from];
- else delete O[to];
- to += inc;
- from += inc;
- } return O;
-};
-
-
-/***/ }),
-
-/***/ "vKrd":
-/***/ (function(module, exports, __webpack_require__) {
-
-var anObject = __webpack_require__("y3w9");
-var isObject = __webpack_require__("0/R4");
-var newPromiseCapability = __webpack_require__("pbhE");
-
-module.exports = function (C, x) {
- anObject(C);
- if (isObject(x) && x.constructor === C) return x;
- var promiseCapability = newPromiseCapability.f(C);
- var resolve = promiseCapability.resolve;
- resolve(x);
- return promiseCapability.promise;
-};
-
-
-/***/ }),
-
-/***/ "vhPU":
-/***/ (function(module, exports) {
-
-// 7.2.1 RequireObjectCoercible(argument)
-module.exports = function (it) {
- if (it == undefined) throw TypeError("Can't call method on " + it);
- return it;
-};
-
-
-/***/ }),
-
-/***/ "vvmO":
-/***/ (function(module, exports, __webpack_require__) {
-
-var cof = __webpack_require__("LZWt");
-module.exports = function (it, msg) {
- if (typeof it != 'number' && cof(it) != 'Number') throw TypeError(msg);
- return +it;
-};
-
-
-/***/ }),
-
-/***/ "w2a5":
-/***/ (function(module, exports, __webpack_require__) {
-
-// false -> Array#indexOf
-// true -> Array#includes
-var toIObject = __webpack_require__("aCFj");
-var toLength = __webpack_require__("ne8i");
-var toAbsoluteIndex = __webpack_require__("d/Gc");
-module.exports = function (IS_INCLUDES) {
- return function ($this, el, fromIndex) {
- var O = toIObject($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
- if (IS_INCLUDES && el != el) while (length > index) {
- value = O[index++];
- // eslint-disable-next-line no-self-compare
- if (value != value) return true;
- // Array#indexOf ignores holes, Array#includes - not
- } else for (;length > index; index++) if (IS_INCLUDES || index in O) {
- if (O[index] === el) return IS_INCLUDES || index || 0;
- } return !IS_INCLUDES && -1;
- };
-};
-
-
-/***/ }),
-
-/***/ "wCsR":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var weak = __webpack_require__("ZD67");
-var validate = __webpack_require__("s5qY");
-var WEAK_SET = 'WeakSet';
-
-// 23.4 WeakSet Objects
-__webpack_require__("4LiD")(WEAK_SET, function (get) {
- return function WeakSet() { return get(this, arguments.length > 0 ? arguments[0] : undefined); };
-}, {
- // 23.4.3.1 WeakSet.prototype.add(value)
- add: function add(value) {
- return weak.def(validate(this, WEAK_SET), value, true);
- }
-}, weak, false, true);
-
-
-/***/ }),
-
-/***/ "wDwx":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("rE2o");
-module.exports = __webpack_require__("N8g3").f('asyncIterator');
-
-
-/***/ }),
-
-/***/ "wYy3":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("9XZr");
-module.exports = __webpack_require__("g3g5").String.padStart;
-
-
-/***/ }),
-
-/***/ "wmvG":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var dP = __webpack_require__("hswa").f;
-var create = __webpack_require__("Kuth");
-var redefineAll = __webpack_require__("3Lyj");
-var ctx = __webpack_require__("m0Pp");
-var anInstance = __webpack_require__("9gX7");
-var forOf = __webpack_require__("SlkY");
-var $iterDefine = __webpack_require__("Afnz");
-var step = __webpack_require__("1TsA");
-var setSpecies = __webpack_require__("elZq");
-var DESCRIPTORS = __webpack_require__("nh4g");
-var fastKey = __webpack_require__("Z6vF").fastKey;
-var validate = __webpack_require__("s5qY");
-var SIZE = DESCRIPTORS ? '_s' : 'size';
-
-var getEntry = function (that, key) {
- // fast case
- var index = fastKey(key);
- var entry;
- if (index !== 'F') return that._i[index];
- // frozen object case
- for (entry = that._f; entry; entry = entry.n) {
- if (entry.k == key) return entry;
- }
-};
-
-module.exports = {
- getConstructor: function (wrapper, NAME, IS_MAP, ADDER) {
- var C = wrapper(function (that, iterable) {
- anInstance(that, C, NAME, '_i');
- that._t = NAME; // collection type
- that._i = create(null); // index
- that._f = undefined; // first entry
- that._l = undefined; // last entry
- that[SIZE] = 0; // size
- if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
- });
- redefineAll(C.prototype, {
- // 23.1.3.1 Map.prototype.clear()
- // 23.2.3.2 Set.prototype.clear()
- clear: function clear() {
- for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {
- entry.r = true;
- if (entry.p) entry.p = entry.p.n = undefined;
- delete data[entry.i];
- }
- that._f = that._l = undefined;
- that[SIZE] = 0;
- },
- // 23.1.3.3 Map.prototype.delete(key)
- // 23.2.3.4 Set.prototype.delete(value)
- 'delete': function (key) {
- var that = validate(this, NAME);
- var entry = getEntry(that, key);
- if (entry) {
- var next = entry.n;
- var prev = entry.p;
- delete that._i[entry.i];
- entry.r = true;
- if (prev) prev.n = next;
- if (next) next.p = prev;
- if (that._f == entry) that._f = next;
- if (that._l == entry) that._l = prev;
- that[SIZE]--;
- } return !!entry;
- },
- // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined)
- // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined)
- forEach: function forEach(callbackfn /* , that = undefined */) {
- validate(this, NAME);
- var f = ctx(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3);
- var entry;
- while (entry = entry ? entry.n : this._f) {
- f(entry.v, entry.k, this);
- // revert to the last existing entry
- while (entry && entry.r) entry = entry.p;
- }
- },
- // 23.1.3.7 Map.prototype.has(key)
- // 23.2.3.7 Set.prototype.has(value)
- has: function has(key) {
- return !!getEntry(validate(this, NAME), key);
- }
- });
- if (DESCRIPTORS) dP(C.prototype, 'size', {
- get: function () {
- return validate(this, NAME)[SIZE];
- }
- });
- return C;
- },
- def: function (that, key, value) {
- var entry = getEntry(that, key);
- var prev, index;
- // change existing entry
- if (entry) {
- entry.v = value;
- // create new entry
- } else {
- that._l = entry = {
- i: index = fastKey(key, true), // <- index
- k: key, // <- key
- v: value, // <- value
- p: prev = that._l, // <- previous entry
- n: undefined, // <- next entry
- r: false // <- removed
- };
- if (!that._f) that._f = entry;
- if (prev) prev.n = entry;
- that[SIZE]++;
- // add to index
- if (index !== 'F') that._i[index] = entry;
- } return that;
- },
- getEntry: getEntry,
- setStrong: function (C, NAME, IS_MAP) {
- // add .keys, .values, .entries, [@@iterator]
- // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11
- $iterDefine(C, NAME, function (iterated, kind) {
- this._t = validate(iterated, NAME); // target
- this._k = kind; // kind
- this._l = undefined; // previous
- }, function () {
- var that = this;
- var kind = that._k;
- var entry = that._l;
- // revert to the last existing entry
- while (entry && entry.r) entry = entry.p;
- // get next entry
- if (!that._t || !(that._l = entry = entry ? entry.n : that._t._f)) {
- // or finish the iteration
- that._t = undefined;
- return step(1);
- }
- // return step by kind
- if (kind == 'keys') return step(0, entry.k);
- if (kind == 'values') return step(0, entry.v);
- return step(0, [entry.k, entry.v]);
- }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
-
- // add [@@species], 23.1.2.2, 23.2.2.2
- setSpecies(NAME);
- }
-};
-
-
-/***/ }),
-
-/***/ "x8Yj":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.33 Math.tanh(x)
-var $export = __webpack_require__("XKFU");
-var expm1 = __webpack_require__("LVwc");
-var exp = Math.exp;
-
-$export($export.S, 'Math', {
- tanh: function tanh(x) {
- var a = expm1(x = +x);
- var b = expm1(-x);
- return a == Infinity ? 1 : b == Infinity ? -1 : (a - b) / (exp(x) + exp(-x));
- }
-});
-
-
-/***/ }),
-
-/***/ "x8ZO":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 20.2.2.17 Math.hypot([value1[, value2[, … ]]])
-var $export = __webpack_require__("XKFU");
-var abs = Math.abs;
-
-$export($export.S, 'Math', {
- hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars
- var sum = 0;
- var i = 0;
- var aLen = arguments.length;
- var larg = 0;
- var arg, div;
- while (i < aLen) {
- arg = abs(arguments[i++]);
- if (larg < arg) {
- div = larg / arg;
- sum = sum * div * div + 1;
- larg = arg;
- } else if (arg > 0) {
- div = arg / larg;
- sum += div * div;
- } else sum += arg;
- }
- return larg === Infinity ? Infinity : larg * Math.sqrt(sum);
- }
-});
-
-
-/***/ }),
-
-/***/ "xF/b":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-// https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray
-var isArray = __webpack_require__("EWmC");
-var isObject = __webpack_require__("0/R4");
-var toLength = __webpack_require__("ne8i");
-var ctx = __webpack_require__("m0Pp");
-var IS_CONCAT_SPREADABLE = __webpack_require__("K0xU")('isConcatSpreadable');
-
-function flattenIntoArray(target, original, source, sourceLen, start, depth, mapper, thisArg) {
- var targetIndex = start;
- var sourceIndex = 0;
- var mapFn = mapper ? ctx(mapper, thisArg, 3) : false;
- var element, spreadable;
-
- while (sourceIndex < sourceLen) {
- if (sourceIndex in source) {
- element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];
-
- spreadable = false;
- if (isObject(element)) {
- spreadable = element[IS_CONCAT_SPREADABLE];
- spreadable = spreadable !== undefined ? !!spreadable : isArray(element);
- }
-
- if (spreadable && depth > 0) {
- targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1;
- } else {
- if (targetIndex >= 0x1fffffffffffff) throw TypeError();
- target[targetIndex] = element;
- }
-
- targetIndex++;
- }
- sourceIndex++;
- }
- return targetIndex;
-}
-
-module.exports = flattenIntoArray;
-
-
-/***/ }),
-
-/***/ "xfY5":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var global = __webpack_require__("dyZX");
-var has = __webpack_require__("aagx");
-var cof = __webpack_require__("LZWt");
-var inheritIfRequired = __webpack_require__("Xbzi");
-var toPrimitive = __webpack_require__("apmT");
-var fails = __webpack_require__("eeVq");
-var gOPN = __webpack_require__("kJMx").f;
-var gOPD = __webpack_require__("EemH").f;
-var dP = __webpack_require__("hswa").f;
-var $trim = __webpack_require__("qncB").trim;
-var NUMBER = 'Number';
-var $Number = global[NUMBER];
-var Base = $Number;
-var proto = $Number.prototype;
-// Opera ~12 has broken Object#toString
-var BROKEN_COF = cof(__webpack_require__("Kuth")(proto)) == NUMBER;
-var TRIM = 'trim' in String.prototype;
-
-// 7.1.3 ToNumber(argument)
-var toNumber = function (argument) {
- var it = toPrimitive(argument, false);
- if (typeof it == 'string' && it.length > 2) {
- it = TRIM ? it.trim() : $trim(it, 3);
- var first = it.charCodeAt(0);
- var third, radix, maxCode;
- if (first === 43 || first === 45) {
- third = it.charCodeAt(2);
- if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix
- } else if (first === 48) {
- switch (it.charCodeAt(1)) {
- case 66: case 98: radix = 2; maxCode = 49; break; // fast equal /^0b[01]+$/i
- case 79: case 111: radix = 8; maxCode = 55; break; // fast equal /^0o[0-7]+$/i
- default: return +it;
- }
- for (var digits = it.slice(2), i = 0, l = digits.length, code; i < l; i++) {
- code = digits.charCodeAt(i);
- // parseInt parses a string to a first unavailable symbol
- // but ToNumber should return NaN if a string contains unavailable symbols
- if (code < 48 || code > maxCode) return NaN;
- } return parseInt(digits, radix);
- }
- } return +it;
-};
-
-if (!$Number(' 0o1') || !$Number('0b1') || $Number('+0x1')) {
- $Number = function Number(value) {
- var it = arguments.length < 1 ? 0 : value;
- var that = this;
- return that instanceof $Number
- // check on 1..constructor(foo) case
- && (BROKEN_COF ? fails(function () { proto.valueOf.call(that); }) : cof(that) != NUMBER)
- ? inheritIfRequired(new Base(toNumber(it)), that, $Number) : toNumber(it);
- };
- for (var keys = __webpack_require__("nh4g") ? gOPN(Base) : (
- // ES3:
- 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +
- // ES6 (in case, if modules with ES6 Number statics required before):
- 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' +
- 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger'
- ).split(','), j = 0, key; keys.length > j; j++) {
- if (has(Base, key = keys[j]) && !has($Number, key)) {
- dP($Number, key, gOPD(Base, key));
- }
- }
- $Number.prototype = proto;
- proto.constructor = $Number;
- __webpack_require__("KroJ")(global, NUMBER, $Number);
-}
-
-
-/***/ }),
-
-/***/ "xm80":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var $export = __webpack_require__("XKFU");
-var $typed = __webpack_require__("D4iV");
-var buffer = __webpack_require__("7Qtz");
-var anObject = __webpack_require__("y3w9");
-var toAbsoluteIndex = __webpack_require__("d/Gc");
-var toLength = __webpack_require__("ne8i");
-var isObject = __webpack_require__("0/R4");
-var ArrayBuffer = __webpack_require__("dyZX").ArrayBuffer;
-var speciesConstructor = __webpack_require__("69bn");
-var $ArrayBuffer = buffer.ArrayBuffer;
-var $DataView = buffer.DataView;
-var $isView = $typed.ABV && ArrayBuffer.isView;
-var $slice = $ArrayBuffer.prototype.slice;
-var VIEW = $typed.VIEW;
-var ARRAY_BUFFER = 'ArrayBuffer';
-
-$export($export.G + $export.W + $export.F * (ArrayBuffer !== $ArrayBuffer), { ArrayBuffer: $ArrayBuffer });
-
-$export($export.S + $export.F * !$typed.CONSTR, ARRAY_BUFFER, {
- // 24.1.3.1 ArrayBuffer.isView(arg)
- isView: function isView(it) {
- return $isView && $isView(it) || isObject(it) && VIEW in it;
- }
-});
-
-$export($export.P + $export.U + $export.F * __webpack_require__("eeVq")(function () {
- return !new $ArrayBuffer(2).slice(1, undefined).byteLength;
-}), ARRAY_BUFFER, {
- // 24.1.4.3 ArrayBuffer.prototype.slice(start, end)
- slice: function slice(start, end) {
- if ($slice !== undefined && end === undefined) return $slice.call(anObject(this), start); // FF fix
- var len = anObject(this).byteLength;
- var first = toAbsoluteIndex(start, len);
- var fin = toAbsoluteIndex(end === undefined ? len : end, len);
- var result = new (speciesConstructor(this, $ArrayBuffer))(toLength(fin - first));
- var viewS = new $DataView(this);
- var viewT = new $DataView(result);
- var index = 0;
- while (first < fin) {
- viewT.setUint8(index++, viewS.getUint8(first++));
- } return result;
- }
-});
-
-__webpack_require__("elZq")(ARRAY_BUFFER);
-
-
-/***/ }),
-
-/***/ "xpiv":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 26.1.11 Reflect.ownKeys(target)
-var $export = __webpack_require__("XKFU");
-
-$export($export.S, 'Reflect', { ownKeys: __webpack_require__("mQtv") });
-
-
-/***/ }),
-
-/***/ "xpql":
-/***/ (function(module, exports, __webpack_require__) {
-
-module.exports = !__webpack_require__("nh4g") && !__webpack_require__("eeVq")(function () {
- return Object.defineProperty(__webpack_require__("Iw71")('div'), 'a', { get: function () { return 7; } }).a != 7;
-});
-
-
-/***/ }),
-
-/***/ "y3w9":
-/***/ (function(module, exports, __webpack_require__) {
-
-var isObject = __webpack_require__("0/R4");
-module.exports = function (it) {
- if (!isObject(it)) throw TypeError(it + ' is not an object!');
- return it;
-};
-
-
-/***/ }),
-
-/***/ "yM4b":
-/***/ (function(module, exports, __webpack_require__) {
-
-var TO_PRIMITIVE = __webpack_require__("K0xU")('toPrimitive');
-var proto = Date.prototype;
-
-if (!(TO_PRIMITIVE in proto)) __webpack_require__("Mukb")(proto, TO_PRIMITIVE, __webpack_require__("g4EE"));
-
-
-/***/ }),
-
-/***/ "ylqs":
-/***/ (function(module, exports) {
-
-var id = 0;
-var px = Math.random();
-module.exports = function (key) {
- return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
-};
-
-
-/***/ }),
-
-/***/ "yt8O":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var addToUnscopables = __webpack_require__("nGyu");
-var step = __webpack_require__("1TsA");
-var Iterators = __webpack_require__("hPIQ");
-var toIObject = __webpack_require__("aCFj");
-
-// 22.1.3.4 Array.prototype.entries()
-// 22.1.3.13 Array.prototype.keys()
-// 22.1.3.29 Array.prototype.values()
-// 22.1.3.30 Array.prototype[@@iterator]()
-module.exports = __webpack_require__("Afnz")(Array, 'Array', function (iterated, kind) {
- this._t = toIObject(iterated); // target
- this._i = 0; // next index
- this._k = kind; // kind
-// 22.1.5.2.1 %ArrayIteratorPrototype%.next()
-}, function () {
- var O = this._t;
- var kind = this._k;
- var index = this._i++;
- if (!O || index >= O.length) {
- this._t = undefined;
- return step(1);
- }
- if (kind == 'keys') return step(0, index);
- if (kind == 'values') return step(0, O[index]);
- return step(0, [index, O[index]]);
-}, 'values');
-
-// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)
-Iterators.Arguments = Iterators.Array;
-
-addToUnscopables('keys');
-addToUnscopables('values');
-addToUnscopables('entries');
-
-
-/***/ }),
-
-/***/ "z2o2":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 19.1.2.17 Object.seal(O)
-var isObject = __webpack_require__("0/R4");
-var meta = __webpack_require__("Z6vF").onFreeze;
-
-__webpack_require__("Xtr8")('seal', function ($seal) {
- return function seal(it) {
- return $seal && isObject(it) ? $seal(meta(it)) : it;
- };
-});
-
-
-/***/ }),
-
-/***/ "zFFn":
-/***/ (function(module, exports, __webpack_require__) {
-
-__webpack_require__("hhXQ");
-module.exports = __webpack_require__("g3g5").Object.values;
-
-
-/***/ }),
-
-/***/ "zRwo":
-/***/ (function(module, exports, __webpack_require__) {
-
-// 9.4.2.3 ArraySpeciesCreate(originalArray, length)
-var speciesConstructor = __webpack_require__("6FMO");
-
-module.exports = function (original, length) {
- return new (speciesConstructor(original))(length);
-};
-
-
-/***/ }),
-
-/***/ "zhAb":
-/***/ (function(module, exports, __webpack_require__) {
-
-var has = __webpack_require__("aagx");
-var toIObject = __webpack_require__("aCFj");
-var arrayIndexOf = __webpack_require__("w2a5")(false);
-var IE_PROTO = __webpack_require__("YTvA")('IE_PROTO');
-
-module.exports = function (object, names) {
- var O = toIObject(object);
- var i = 0;
- var result = [];
- var key;
- for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);
- // Don't enum bug & hidden keys
- while (names.length > i) if (has(O, key = names[i++])) {
- ~arrayIndexOf(result, key) || result.push(key);
- }
- return result;
-};
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[2],{
-
-/***/ "55Il":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-__webpack_require__("g2aq");
-
-var _global = _interopRequireDefault(__webpack_require__("VsWn"));
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
-
-if (_global["default"]._babelPolyfill && typeof console !== "undefined" && console.warn) {
- console.warn("@babel/polyfill is loaded more than once on this page. This is probably not desirable/intended " + "and may have consequences if different versions of the polyfills are applied sequentially. " + "If you do need to load the polyfill more than once, use @babel/polyfill/noConflict " + "instead to bypass the warning.");
-}
-
-_global["default"]._babelPolyfill = true;
-
-/***/ }),
-
-/***/ "g2aq":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-__webpack_require__("W9dy");
-
-__webpack_require__("FDph");
-
-__webpack_require__("Yp8f");
-
-__webpack_require__("wYy3");
-
-__webpack_require__("QNwp");
-
-__webpack_require__("Izvi");
-
-__webpack_require__("ln0Z");
-
-__webpack_require__("wDwx");
-
-__webpack_require__("+Xmh");
-
-__webpack_require__("zFFn");
-
-__webpack_require__("JbTB");
-
-__webpack_require__("TIpR");
-
-__webpack_require__("FxUG");
-
-__webpack_require__("ls82");
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[14],{
-
-/***/ "ls82":
-/***/ (function(module, exports, __webpack_require__) {
-
-/**
- * Copyright (c) 2014-present, Facebook, Inc.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */
-
-var runtime = (function (exports) {
- "use strict";
-
- var Op = Object.prototype;
- var hasOwn = Op.hasOwnProperty;
- var undefined; // More compressible than void 0.
- var $Symbol = typeof Symbol === "function" ? Symbol : {};
- var iteratorSymbol = $Symbol.iterator || "@@iterator";
- var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator";
- var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
-
- function define(obj, key, value) {
- Object.defineProperty(obj, key, {
- value: value,
- enumerable: true,
- configurable: true,
- writable: true
- });
- return obj[key];
- }
- try {
- // IE 8 has a broken Object.defineProperty that only works on DOM objects.
- define({}, "");
- } catch (err) {
- define = function(obj, key, value) {
- return obj[key] = value;
- };
- }
-
- function wrap(innerFn, outerFn, self, tryLocsList) {
- // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;
- var generator = Object.create(protoGenerator.prototype);
- var context = new Context(tryLocsList || []);
-
- // The ._invoke method unifies the implementations of the .next,
- // .throw, and .return methods.
- generator._invoke = makeInvokeMethod(innerFn, self, context);
-
- return generator;
- }
- exports.wrap = wrap;
-
- // Try/catch helper to minimize deoptimizations. Returns a completion
- // record like context.tryEntries[i].completion. This interface could
- // have been (and was previously) designed to take a closure to be
- // invoked without arguments, but in all the cases we care about we
- // already have an existing method we want to call, so there's no need
- // to create a new function object. We can even get away with assuming
- // the method takes exactly one argument, since that happens to be true
- // in every case, so we don't have to touch the arguments object. The
- // only additional allocation required is the completion record, which
- // has a stable shape and so hopefully should be cheap to allocate.
- function tryCatch(fn, obj, arg) {
- try {
- return { type: "normal", arg: fn.call(obj, arg) };
- } catch (err) {
- return { type: "throw", arg: err };
- }
- }
-
- var GenStateSuspendedStart = "suspendedStart";
- var GenStateSuspendedYield = "suspendedYield";
- var GenStateExecuting = "executing";
- var GenStateCompleted = "completed";
-
- // Returning this object from the innerFn has the same effect as
- // breaking out of the dispatch switch statement.
- var ContinueSentinel = {};
-
- // Dummy constructor functions that we use as the .constructor and
- // .constructor.prototype properties for functions that return Generator
- // objects. For full spec compliance, you may wish to configure your
- // minifier not to mangle the names of these two functions.
- function Generator() {}
- function GeneratorFunction() {}
- function GeneratorFunctionPrototype() {}
-
- // This is a polyfill for %IteratorPrototype% for environments that
- // don't natively support it.
- var IteratorPrototype = {};
- IteratorPrototype[iteratorSymbol] = function () {
- return this;
- };
-
- var getProto = Object.getPrototypeOf;
- var NativeIteratorPrototype = getProto && getProto(getProto(values([])));
- if (NativeIteratorPrototype &&
- NativeIteratorPrototype !== Op &&
- hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {
- // This environment has a native %IteratorPrototype%; use it instead
- // of the polyfill.
- IteratorPrototype = NativeIteratorPrototype;
- }
-
- var Gp = GeneratorFunctionPrototype.prototype =
- Generator.prototype = Object.create(IteratorPrototype);
- GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;
- GeneratorFunctionPrototype.constructor = GeneratorFunction;
- GeneratorFunction.displayName = define(
- GeneratorFunctionPrototype,
- toStringTagSymbol,
- "GeneratorFunction"
- );
-
- // Helper for defining the .next, .throw, and .return methods of the
- // Iterator interface in terms of a single ._invoke method.
- function defineIteratorMethods(prototype) {
- ["next", "throw", "return"].forEach(function(method) {
- define(prototype, method, function(arg) {
- return this._invoke(method, arg);
- });
- });
- }
-
- exports.isGeneratorFunction = function(genFun) {
- var ctor = typeof genFun === "function" && genFun.constructor;
- return ctor
- ? ctor === GeneratorFunction ||
- // For the native GeneratorFunction constructor, the best we can
- // do is to check its .name property.
- (ctor.displayName || ctor.name) === "GeneratorFunction"
- : false;
- };
-
- exports.mark = function(genFun) {
- if (Object.setPrototypeOf) {
- Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
- } else {
- genFun.__proto__ = GeneratorFunctionPrototype;
- define(genFun, toStringTagSymbol, "GeneratorFunction");
- }
- genFun.prototype = Object.create(Gp);
- return genFun;
- };
-
- // Within the body of any async function, `await x` is transformed to
- // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test
- // `hasOwn.call(value, "__await")` to determine if the yielded value is
- // meant to be awaited.
- exports.awrap = function(arg) {
- return { __await: arg };
- };
-
- function AsyncIterator(generator, PromiseImpl) {
- function invoke(method, arg, resolve, reject) {
- var record = tryCatch(generator[method], generator, arg);
- if (record.type === "throw") {
- reject(record.arg);
- } else {
- var result = record.arg;
- var value = result.value;
- if (value &&
- typeof value === "object" &&
- hasOwn.call(value, "__await")) {
- return PromiseImpl.resolve(value.__await).then(function(value) {
- invoke("next", value, resolve, reject);
- }, function(err) {
- invoke("throw", err, resolve, reject);
- });
- }
-
- return PromiseImpl.resolve(value).then(function(unwrapped) {
- // When a yielded Promise is resolved, its final value becomes
- // the .value of the Promise<{value,done}> result for the
- // current iteration.
- result.value = unwrapped;
- resolve(result);
- }, function(error) {
- // If a rejected Promise was yielded, throw the rejection back
- // into the async generator function so it can be handled there.
- return invoke("throw", error, resolve, reject);
- });
- }
- }
-
- var previousPromise;
-
- function enqueue(method, arg) {
- function callInvokeWithMethodAndArg() {
- return new PromiseImpl(function(resolve, reject) {
- invoke(method, arg, resolve, reject);
- });
- }
-
- return previousPromise =
- // If enqueue has been called before, then we want to wait until
- // all previous Promises have been resolved before calling invoke,
- // so that results are always delivered in the correct order. If
- // enqueue has not been called before, then it is important to
- // call invoke immediately, without waiting on a callback to fire,
- // so that the async generator function has the opportunity to do
- // any necessary setup in a predictable way. This predictability
- // is why the Promise constructor synchronously invokes its
- // executor callback, and why async functions synchronously
- // execute code before the first await. Since we implement simple
- // async functions in terms of async generators, it is especially
- // important to get this right, even though it requires care.
- previousPromise ? previousPromise.then(
- callInvokeWithMethodAndArg,
- // Avoid propagating failures to Promises returned by later
- // invocations of the iterator.
- callInvokeWithMethodAndArg
- ) : callInvokeWithMethodAndArg();
- }
-
- // Define the unified helper method that is used to implement .next,
- // .throw, and .return (see defineIteratorMethods).
- this._invoke = enqueue;
- }
-
- defineIteratorMethods(AsyncIterator.prototype);
- AsyncIterator.prototype[asyncIteratorSymbol] = function () {
- return this;
- };
- exports.AsyncIterator = AsyncIterator;
-
- // Note that simple async functions are implemented on top of
- // AsyncIterator objects; they just return a Promise for the value of
- // the final result produced by the iterator.
- exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {
- if (PromiseImpl === void 0) PromiseImpl = Promise;
-
- var iter = new AsyncIterator(
- wrap(innerFn, outerFn, self, tryLocsList),
- PromiseImpl
- );
-
- return exports.isGeneratorFunction(outerFn)
- ? iter // If outerFn is a generator, return the full iterator.
- : iter.next().then(function(result) {
- return result.done ? result.value : iter.next();
- });
- };
-
- function makeInvokeMethod(innerFn, self, context) {
- var state = GenStateSuspendedStart;
-
- return function invoke(method, arg) {
- if (state === GenStateExecuting) {
- throw new Error("Generator is already running");
- }
-
- if (state === GenStateCompleted) {
- if (method === "throw") {
- throw arg;
- }
-
- // Be forgiving, per 25.3.3.3.3 of the spec:
- // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume
- return doneResult();
- }
-
- context.method = method;
- context.arg = arg;
-
- while (true) {
- var delegate = context.delegate;
- if (delegate) {
- var delegateResult = maybeInvokeDelegate(delegate, context);
- if (delegateResult) {
- if (delegateResult === ContinueSentinel) continue;
- return delegateResult;
- }
- }
-
- if (context.method === "next") {
- // Setting context._sent for legacy support of Babel's
- // function.sent implementation.
- context.sent = context._sent = context.arg;
-
- } else if (context.method === "throw") {
- if (state === GenStateSuspendedStart) {
- state = GenStateCompleted;
- throw context.arg;
- }
-
- context.dispatchException(context.arg);
-
- } else if (context.method === "return") {
- context.abrupt("return", context.arg);
- }
-
- state = GenStateExecuting;
-
- var record = tryCatch(innerFn, self, context);
- if (record.type === "normal") {
- // If an exception is thrown from innerFn, we leave state ===
- // GenStateExecuting and loop back for another invocation.
- state = context.done
- ? GenStateCompleted
- : GenStateSuspendedYield;
-
- if (record.arg === ContinueSentinel) {
- continue;
- }
-
- return {
- value: record.arg,
- done: context.done
- };
-
- } else if (record.type === "throw") {
- state = GenStateCompleted;
- // Dispatch the exception by looping back around to the
- // context.dispatchException(context.arg) call above.
- context.method = "throw";
- context.arg = record.arg;
- }
- }
- };
- }
-
- // Call delegate.iterator[context.method](context.arg) and handle the
- // result, either by returning a { value, done } result from the
- // delegate iterator, or by modifying context.method and context.arg,
- // setting context.delegate to null, and returning the ContinueSentinel.
- function maybeInvokeDelegate(delegate, context) {
- var method = delegate.iterator[context.method];
- if (method === undefined) {
- // A .throw or .return when the delegate iterator has no .throw
- // method always terminates the yield* loop.
- context.delegate = null;
-
- if (context.method === "throw") {
- // Note: ["return"] must be used for ES3 parsing compatibility.
- if (delegate.iterator["return"]) {
- // If the delegate iterator has a return method, give it a
- // chance to clean up.
- context.method = "return";
- context.arg = undefined;
- maybeInvokeDelegate(delegate, context);
-
- if (context.method === "throw") {
- // If maybeInvokeDelegate(context) changed context.method from
- // "return" to "throw", let that override the TypeError below.
- return ContinueSentinel;
- }
- }
-
- context.method = "throw";
- context.arg = new TypeError(
- "The iterator does not provide a 'throw' method");
- }
-
- return ContinueSentinel;
- }
-
- var record = tryCatch(method, delegate.iterator, context.arg);
-
- if (record.type === "throw") {
- context.method = "throw";
- context.arg = record.arg;
- context.delegate = null;
- return ContinueSentinel;
- }
-
- var info = record.arg;
-
- if (! info) {
- context.method = "throw";
- context.arg = new TypeError("iterator result is not an object");
- context.delegate = null;
- return ContinueSentinel;
- }
-
- if (info.done) {
- // Assign the result of the finished delegate to the temporary
- // variable specified by delegate.resultName (see delegateYield).
- context[delegate.resultName] = info.value;
-
- // Resume execution at the desired location (see delegateYield).
- context.next = delegate.nextLoc;
-
- // If context.method was "throw" but the delegate handled the
- // exception, let the outer generator proceed normally. If
- // context.method was "next", forget context.arg since it has been
- // "consumed" by the delegate iterator. If context.method was
- // "return", allow the original .return call to continue in the
- // outer generator.
- if (context.method !== "return") {
- context.method = "next";
- context.arg = undefined;
- }
-
- } else {
- // Re-yield the result returned by the delegate method.
- return info;
- }
-
- // The delegate iterator is finished, so forget it and continue with
- // the outer generator.
- context.delegate = null;
- return ContinueSentinel;
- }
-
- // Define Generator.prototype.{next,throw,return} in terms of the
- // unified ._invoke helper method.
- defineIteratorMethods(Gp);
-
- define(Gp, toStringTagSymbol, "Generator");
-
- // A Generator should always return itself as the iterator object when the
- // @@iterator function is called on it. Some browsers' implementations of the
- // iterator prototype chain incorrectly implement this, causing the Generator
- // object to not be returned from this call. This ensures that doesn't happen.
- // See https://github.com/facebook/regenerator/issues/274 for more details.
- Gp[iteratorSymbol] = function() {
- return this;
- };
-
- Gp.toString = function() {
- return "[object Generator]";
- };
-
- function pushTryEntry(locs) {
- var entry = { tryLoc: locs[0] };
-
- if (1 in locs) {
- entry.catchLoc = locs[1];
- }
-
- if (2 in locs) {
- entry.finallyLoc = locs[2];
- entry.afterLoc = locs[3];
- }
-
- this.tryEntries.push(entry);
- }
-
- function resetTryEntry(entry) {
- var record = entry.completion || {};
- record.type = "normal";
- delete record.arg;
- entry.completion = record;
- }
-
- function Context(tryLocsList) {
- // The root entry object (effectively a try statement without a catch
- // or a finally block) gives us a place to store values thrown from
- // locations where there is no enclosing try statement.
- this.tryEntries = [{ tryLoc: "root" }];
- tryLocsList.forEach(pushTryEntry, this);
- this.reset(true);
- }
-
- exports.keys = function(object) {
- var keys = [];
- for (var key in object) {
- keys.push(key);
- }
- keys.reverse();
-
- // Rather than returning an object with a next method, we keep
- // things simple and return the next function itself.
- return function next() {
- while (keys.length) {
- var key = keys.pop();
- if (key in object) {
- next.value = key;
- next.done = false;
- return next;
- }
- }
-
- // To avoid creating an additional object, we just hang the .value
- // and .done properties off the next function object itself. This
- // also ensures that the minifier will not anonymize the function.
- next.done = true;
- return next;
- };
- };
-
- function values(iterable) {
- if (iterable) {
- var iteratorMethod = iterable[iteratorSymbol];
- if (iteratorMethod) {
- return iteratorMethod.call(iterable);
- }
-
- if (typeof iterable.next === "function") {
- return iterable;
- }
-
- if (!isNaN(iterable.length)) {
- var i = -1, next = function next() {
- while (++i < iterable.length) {
- if (hasOwn.call(iterable, i)) {
- next.value = iterable[i];
- next.done = false;
- return next;
- }
- }
-
- next.value = undefined;
- next.done = true;
-
- return next;
- };
-
- return next.next = next;
- }
- }
-
- // Return an iterator with no values.
- return { next: doneResult };
- }
- exports.values = values;
-
- function doneResult() {
- return { value: undefined, done: true };
- }
-
- Context.prototype = {
- constructor: Context,
-
- reset: function(skipTempReset) {
- this.prev = 0;
- this.next = 0;
- // Resetting context._sent for legacy support of Babel's
- // function.sent implementation.
- this.sent = this._sent = undefined;
- this.done = false;
- this.delegate = null;
-
- this.method = "next";
- this.arg = undefined;
-
- this.tryEntries.forEach(resetTryEntry);
-
- if (!skipTempReset) {
- for (var name in this) {
- // Not sure about the optimal order of these conditions:
- if (name.charAt(0) === "t" &&
- hasOwn.call(this, name) &&
- !isNaN(+name.slice(1))) {
- this[name] = undefined;
- }
- }
- }
- },
-
- stop: function() {
- this.done = true;
-
- var rootEntry = this.tryEntries[0];
- var rootRecord = rootEntry.completion;
- if (rootRecord.type === "throw") {
- throw rootRecord.arg;
- }
-
- return this.rval;
- },
-
- dispatchException: function(exception) {
- if (this.done) {
- throw exception;
- }
-
- var context = this;
- function handle(loc, caught) {
- record.type = "throw";
- record.arg = exception;
- context.next = loc;
-
- if (caught) {
- // If the dispatched exception was caught by a catch block,
- // then let that catch block handle the exception normally.
- context.method = "next";
- context.arg = undefined;
- }
-
- return !! caught;
- }
-
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i];
- var record = entry.completion;
-
- if (entry.tryLoc === "root") {
- // Exception thrown outside of any try block that could handle
- // it, so set the completion value of the entire function to
- // throw the exception.
- return handle("end");
- }
-
- if (entry.tryLoc <= this.prev) {
- var hasCatch = hasOwn.call(entry, "catchLoc");
- var hasFinally = hasOwn.call(entry, "finallyLoc");
-
- if (hasCatch && hasFinally) {
- if (this.prev < entry.catchLoc) {
- return handle(entry.catchLoc, true);
- } else if (this.prev < entry.finallyLoc) {
- return handle(entry.finallyLoc);
- }
-
- } else if (hasCatch) {
- if (this.prev < entry.catchLoc) {
- return handle(entry.catchLoc, true);
- }
-
- } else if (hasFinally) {
- if (this.prev < entry.finallyLoc) {
- return handle(entry.finallyLoc);
- }
-
- } else {
- throw new Error("try statement without catch or finally");
- }
- }
- }
- },
-
- abrupt: function(type, arg) {
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i];
- if (entry.tryLoc <= this.prev &&
- hasOwn.call(entry, "finallyLoc") &&
- this.prev < entry.finallyLoc) {
- var finallyEntry = entry;
- break;
- }
- }
-
- if (finallyEntry &&
- (type === "break" ||
- type === "continue") &&
- finallyEntry.tryLoc <= arg &&
- arg <= finallyEntry.finallyLoc) {
- // Ignore the finally entry if control is not jumping to a
- // location outside the try/catch block.
- finallyEntry = null;
- }
-
- var record = finallyEntry ? finallyEntry.completion : {};
- record.type = type;
- record.arg = arg;
-
- if (finallyEntry) {
- this.method = "next";
- this.next = finallyEntry.finallyLoc;
- return ContinueSentinel;
- }
-
- return this.complete(record);
- },
-
- complete: function(record, afterLoc) {
- if (record.type === "throw") {
- throw record.arg;
- }
-
- if (record.type === "break" ||
- record.type === "continue") {
- this.next = record.arg;
- } else if (record.type === "return") {
- this.rval = this.arg = record.arg;
- this.method = "return";
- this.next = "end";
- } else if (record.type === "normal" && afterLoc) {
- this.next = afterLoc;
- }
-
- return ContinueSentinel;
- },
-
- finish: function(finallyLoc) {
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i];
- if (entry.finallyLoc === finallyLoc) {
- this.complete(entry.completion, entry.afterLoc);
- resetTryEntry(entry);
- return ContinueSentinel;
- }
- }
- },
-
- "catch": function(tryLoc) {
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
- var entry = this.tryEntries[i];
- if (entry.tryLoc === tryLoc) {
- var record = entry.completion;
- if (record.type === "throw") {
- var thrown = record.arg;
- resetTryEntry(entry);
- }
- return thrown;
- }
- }
-
- // The context.catch method must only be called with a location
- // argument that corresponds to a known catch block.
- throw new Error("illegal catch attempt");
- },
-
- delegateYield: function(iterable, resultName, nextLoc) {
- this.delegate = {
- iterator: values(iterable),
- resultName: resultName,
- nextLoc: nextLoc
- };
-
- if (this.method === "next") {
- // Deliberately forget the last sent value so that we don't
- // accidentally pass it on to the delegate.
- this.arg = undefined;
- }
-
- return ContinueSentinel;
- }
- };
-
- // Regardless of whether this script is executing as a CommonJS module
- // or not, return the runtime object so that we can declare the variable
- // regeneratorRuntime in the outer scope, which allows this module to be
- // injected easily by `bin/regenerator --include-runtime script.js`.
- return exports;
-
-}(
- // If this script is executing as a CommonJS module, use module.exports
- // as the regeneratorRuntime namespace. Otherwise create a new empty
- // object. Either way, the resulting object will be used to initialize
- // the regeneratorRuntime variable at the top of this file.
- true ? module.exports : undefined
-));
-
-try {
- regeneratorRuntime = runtime;
-} catch (accidentalStrictMode) {
- // This module should not be running in strict mode, so the above
- // assignment should always work unless something is misconfigured. Just
- // in case runtime.js accidentally runs in strict mode, we can escape
- // strict mode using a global Function call. This could conceivably fail
- // if a Content Security Policy forbids using Function, but in that case
- // the proper solution is to fix the accidental strict mode problem. If
- // you've misconfigured your bundler to force strict mode and applied a
- // CSP to forbid Function, and you're not willing to fix either of those
- // problems, please detail your unique predicament in a GitHub issue.
- Function("r", "regeneratorRuntime = r")(runtime);
-}
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[26],[],[["55Il",0,5,2,14]]]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[13],{
-
-/***/ "+hx4":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-// full library entry point.
-
-
-module.exports = __webpack_require__("NzeB");
-
-
-/***/ }),
-
-/***/ "1Giq":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = inquire;
-
-/**
- * Requires a module only if available.
- * @memberof util
- * @param {string} moduleName Module to require
- * @returns {?Object} Required module if available and not empty, otherwise `null`
- */
-function inquire(moduleName) {
- try {
- var mod = eval("quire".replace(/^/,"re"))(moduleName); // eslint-disable-line no-eval
- if (mod && (mod.length || Object.keys(mod).length))
- return mod;
- } catch (e) {} // eslint-disable-line no-empty
- return null;
-}
-
-
-/***/ }),
-
-/***/ "3G9Y":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = BufferWriter;
-
-// extends Writer
-var Writer = __webpack_require__("DIMq");
-(BufferWriter.prototype = Object.create(Writer.prototype)).constructor = BufferWriter;
-
-var util = __webpack_require__("6Tgl");
-
-/**
- * Constructs a new buffer writer instance.
- * @classdesc Wire format writer using node buffers.
- * @extends Writer
- * @constructor
- */
-function BufferWriter() {
- Writer.call(this);
-}
-
-BufferWriter._configure = function () {
- /**
- * Allocates a buffer of the specified size.
- * @function
- * @param {number} size Buffer size
- * @returns {Buffer} Buffer
- */
- BufferWriter.alloc = util._Buffer_allocUnsafe;
-
- BufferWriter.writeBytesBuffer = util.Buffer && util.Buffer.prototype instanceof Uint8Array && util.Buffer.prototype.set.name === "set"
- ? function writeBytesBuffer_set(val, buf, pos) {
- buf.set(val, pos); // faster than copy (requires node >= 4 where Buffers extend Uint8Array and set is properly inherited)
- // also works for plain array values
- }
- /* istanbul ignore next */
- : function writeBytesBuffer_copy(val, buf, pos) {
- if (val.copy) // Buffer values
- val.copy(buf, pos, 0, val.length);
- else for (var i = 0; i < val.length;) // plain array values
- buf[pos++] = val[i++];
- };
-};
-
-
-/**
- * @override
- */
-BufferWriter.prototype.bytes = function write_bytes_buffer(value) {
- if (util.isString(value))
- value = util._Buffer_from(value, "base64");
- var len = value.length >>> 0;
- this.uint32(len);
- if (len)
- this._push(BufferWriter.writeBytesBuffer, len, value);
- return this;
-};
-
-function writeStringBuffer(val, buf, pos) {
- if (val.length < 40) // plain js is faster for short strings (probably due to redundant assertions)
- util.utf8.write(val, buf, pos);
- else if (buf.utf8Write)
- buf.utf8Write(val, pos);
- else
- buf.write(val, pos);
-}
-
-/**
- * @override
- */
-BufferWriter.prototype.string = function write_string_buffer(value) {
- var len = util.Buffer.byteLength(value);
- this.uint32(len);
- if (len)
- this._push(writeStringBuffer, len, value);
- return this;
-};
-
-
-/**
- * Finishes the write operation.
- * @name BufferWriter#finish
- * @function
- * @returns {Buffer} Finished buffer
- */
-
-BufferWriter._configure();
-
-
-/***/ }),
-
-/***/ "3Xxg":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = decoder;
-
-var Enum = __webpack_require__("vREW"),
- types = __webpack_require__("hSTS"),
- util = __webpack_require__("y9PA");
-
-function missing(field) {
- return "missing required '" + field.name + "'";
-}
-
-/**
- * Generates a decoder specific to the specified message type.
- * @param {Type} mtype Message type
- * @returns {Codegen} Codegen instance
- */
-function decoder(mtype) {
- /* eslint-disable no-unexpected-multiline */
- var gen = util.codegen(["r", "l"], mtype.name + "$decode")
- ("if(!(r instanceof Reader))")
- ("r=Reader.create(r)")
- ("var c=l===undefined?r.len:r.pos+l,m=new this.ctor" + (mtype.fieldsArray.filter(function(field) { return field.map; }).length ? ",k,value" : ""))
- ("while(r.pos<c){")
- ("var t=r.uint32()");
- if (mtype.group) gen
- ("if((t&7)===4)")
- ("break");
- gen
- ("switch(t>>>3){");
-
- var i = 0;
- for (; i < /* initializes */ mtype.fieldsArray.length; ++i) {
- var field = mtype._fieldsArray[i].resolve(),
- type = field.resolvedType instanceof Enum ? "int32" : field.type,
- ref = "m" + util.safeProp(field.name); gen
- ("case %i:", field.id);
-
- // Map fields
- if (field.map) { gen
- ("if(%s===util.emptyObject)", ref)
- ("%s={}", ref)
- ("var c2 = r.uint32()+r.pos");
-
- if (types.defaults[field.keyType] !== undefined) gen
- ("k=%j", types.defaults[field.keyType]);
- else gen
- ("k=null");
-
- if (types.defaults[type] !== undefined) gen
- ("value=%j", types.defaults[type]);
- else gen
- ("value=null");
-
- gen
- ("while(r.pos<c2){")
- ("var tag2=r.uint32()")
- ("switch(tag2>>>3){")
- ("case 1: k=r.%s(); break", field.keyType)
- ("case 2:");
-
- if (types.basic[type] === undefined) gen
- ("value=types[%i].decode(r,r.uint32())", i); // can't be groups
- else gen
- ("value=r.%s()", type);
-
- gen
- ("break")
- ("default:")
- ("r.skipType(tag2&7)")
- ("break")
- ("}")
- ("}");
-
- if (types.long[field.keyType] !== undefined) gen
- ("%s[typeof k===\"object\"?util.longToHash(k):k]=value", ref);
- else gen
- ("%s[k]=value", ref);
-
- // Repeated fields
- } else if (field.repeated) { gen
-
- ("if(!(%s&&%s.length))", ref, ref)
- ("%s=[]", ref);
-
- // Packable (always check for forward and backward compatiblity)
- if (types.packed[type] !== undefined) gen
- ("if((t&7)===2){")
- ("var c2=r.uint32()+r.pos")
- ("while(r.pos<c2)")
- ("%s.push(r.%s())", ref, type)
- ("}else");
-
- // Non-packed
- if (types.basic[type] === undefined) gen(field.resolvedType.group
- ? "%s.push(types[%i].decode(r))"
- : "%s.push(types[%i].decode(r,r.uint32()))", ref, i);
- else gen
- ("%s.push(r.%s())", ref, type);
-
- // Non-repeated
- } else if (types.basic[type] === undefined) gen(field.resolvedType.group
- ? "%s=types[%i].decode(r)"
- : "%s=types[%i].decode(r,r.uint32())", ref, i);
- else gen
- ("%s=r.%s()", ref, type);
- gen
- ("break");
- // Unknown fields
- } gen
- ("default:")
- ("r.skipType(t&7)")
- ("break")
-
- ("}")
- ("}");
-
- // Field presence
- for (i = 0; i < mtype._fieldsArray.length; ++i) {
- var rfield = mtype._fieldsArray[i];
- if (rfield.required) gen
- ("if(!m.hasOwnProperty(%j))", rfield.name)
- ("throw util.ProtocolError(%j,{instance:m})", missing(rfield));
- }
-
- return gen
- ("return m");
- /* eslint-enable no-unexpected-multiline */
-}
-
-
-/***/ }),
-
-/***/ "6Tgl":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* WEBPACK VAR INJECTION */(function(global) {
-var util = exports;
-
-// used to return a Promise where callback is omitted
-util.asPromise = __webpack_require__("MFts");
-
-// converts to / from base64 encoded strings
-util.base64 = __webpack_require__("bnU+");
-
-// base class of rpc.Service
-util.EventEmitter = __webpack_require__("aJe0");
-
-// float handling accross browsers
-util.float = __webpack_require__("KwGI");
-
-// requires modules optionally and hides the call from bundlers
-util.inquire = __webpack_require__("1Giq");
-
-// converts to / from utf8 encoded strings
-util.utf8 = __webpack_require__("yNTq");
-
-// provides a node-like buffer pool in the browser
-util.pool = __webpack_require__("BEY9");
-
-// utility to work with the low and high bits of a 64 bit value
-util.LongBits = __webpack_require__("o4Qh");
-
-/**
- * Whether running within node or not.
- * @memberof util
- * @type {boolean}
- */
-util.isNode = Boolean(typeof global !== "undefined"
- && global
- && global.process
- && global.process.versions
- && global.process.versions.node);
-
-/**
- * Global object reference.
- * @memberof util
- * @type {Object}
- */
-util.global = util.isNode && global
- || typeof window !== "undefined" && window
- || typeof self !== "undefined" && self
- || this; // eslint-disable-line no-invalid-this
-
-/**
- * An immuable empty array.
- * @memberof util
- * @type {Array.<*>}
- * @const
- */
-util.emptyArray = Object.freeze ? Object.freeze([]) : /* istanbul ignore next */ []; // used on prototypes
-
-/**
- * An immutable empty object.
- * @type {Object}
- * @const
- */
-util.emptyObject = Object.freeze ? Object.freeze({}) : /* istanbul ignore next */ {}; // used on prototypes
-
-/**
- * Tests if the specified value is an integer.
- * @function
- * @param {*} value Value to test
- * @returns {boolean} `true` if the value is an integer
- */
-util.isInteger = Number.isInteger || /* istanbul ignore next */ function isInteger(value) {
- return typeof value === "number" && isFinite(value) && Math.floor(value) === value;
-};
-
-/**
- * Tests if the specified value is a string.
- * @param {*} value Value to test
- * @returns {boolean} `true` if the value is a string
- */
-util.isString = function isString(value) {
- return typeof value === "string" || value instanceof String;
-};
-
-/**
- * Tests if the specified value is a non-null object.
- * @param {*} value Value to test
- * @returns {boolean} `true` if the value is a non-null object
- */
-util.isObject = function isObject(value) {
- return value && typeof value === "object";
-};
-
-/**
- * Checks if a property on a message is considered to be present.
- * This is an alias of {@link util.isSet}.
- * @function
- * @param {Object} obj Plain object or message instance
- * @param {string} prop Property name
- * @returns {boolean} `true` if considered to be present, otherwise `false`
- */
-util.isset =
-
-/**
- * Checks if a property on a message is considered to be present.
- * @param {Object} obj Plain object or message instance
- * @param {string} prop Property name
- * @returns {boolean} `true` if considered to be present, otherwise `false`
- */
-util.isSet = function isSet(obj, prop) {
- var value = obj[prop];
- if (value != null && obj.hasOwnProperty(prop)) // eslint-disable-line eqeqeq, no-prototype-builtins
- return typeof value !== "object" || (Array.isArray(value) ? value.length : Object.keys(value).length) > 0;
- return false;
-};
-
-/**
- * Any compatible Buffer instance.
- * This is a minimal stand-alone definition of a Buffer instance. The actual type is that exported by node's typings.
- * @interface Buffer
- * @extends Uint8Array
- */
-
-/**
- * Node's Buffer class if available.
- * @type {Constructor<Buffer>}
- */
-util.Buffer = (function() {
- try {
- var Buffer = util.inquire("buffer").Buffer;
- // refuse to use non-node buffers if not explicitly assigned (perf reasons):
- return Buffer.prototype.utf8Write ? Buffer : /* istanbul ignore next */ null;
- } catch (e) {
- /* istanbul ignore next */
- return null;
- }
-})();
-
-// Internal alias of or polyfull for Buffer.from.
-util._Buffer_from = null;
-
-// Internal alias of or polyfill for Buffer.allocUnsafe.
-util._Buffer_allocUnsafe = null;
-
-/**
- * Creates a new buffer of whatever type supported by the environment.
- * @param {number|number[]} [sizeOrArray=0] Buffer size or number array
- * @returns {Uint8Array|Buffer} Buffer
- */
-util.newBuffer = function newBuffer(sizeOrArray) {
- /* istanbul ignore next */
- return typeof sizeOrArray === "number"
- ? util.Buffer
- ? util._Buffer_allocUnsafe(sizeOrArray)
- : new util.Array(sizeOrArray)
- : util.Buffer
- ? util._Buffer_from(sizeOrArray)
- : typeof Uint8Array === "undefined"
- ? sizeOrArray
- : new Uint8Array(sizeOrArray);
-};
-
-/**
- * Array implementation used in the browser. `Uint8Array` if supported, otherwise `Array`.
- * @type {Constructor<Uint8Array>}
- */
-util.Array = typeof Uint8Array !== "undefined" ? Uint8Array /* istanbul ignore next */ : Array;
-
-/**
- * Any compatible Long instance.
- * This is a minimal stand-alone definition of a Long instance. The actual type is that exported by long.js.
- * @interface Long
- * @property {number} low Low bits
- * @property {number} high High bits
- * @property {boolean} unsigned Whether unsigned or not
- */
-
-/**
- * Long.js's Long class if available.
- * @type {Constructor<Long>}
- */
-util.Long = /* istanbul ignore next */ util.global.dcodeIO && /* istanbul ignore next */ util.global.dcodeIO.Long
- || /* istanbul ignore next */ util.global.Long
- || util.inquire("long");
-
-/**
- * Regular expression used to verify 2 bit (`bool`) map keys.
- * @type {RegExp}
- * @const
- */
-util.key2Re = /^true|false|0|1$/;
-
-/**
- * Regular expression used to verify 32 bit (`int32` etc.) map keys.
- * @type {RegExp}
- * @const
- */
-util.key32Re = /^-?(?:0|[1-9][0-9]*)$/;
-
-/**
- * Regular expression used to verify 64 bit (`int64` etc.) map keys.
- * @type {RegExp}
- * @const
- */
-util.key64Re = /^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;
-
-/**
- * Converts a number or long to an 8 characters long hash string.
- * @param {Long|number} value Value to convert
- * @returns {string} Hash
- */
-util.longToHash = function longToHash(value) {
- return value
- ? util.LongBits.from(value).toHash()
- : util.LongBits.zeroHash;
-};
-
-/**
- * Converts an 8 characters long hash string to a long or number.
- * @param {string} hash Hash
- * @param {boolean} [unsigned=false] Whether unsigned or not
- * @returns {Long|number} Original value
- */
-util.longFromHash = function longFromHash(hash, unsigned) {
- var bits = util.LongBits.fromHash(hash);
- if (util.Long)
- return util.Long.fromBits(bits.lo, bits.hi, unsigned);
- return bits.toNumber(Boolean(unsigned));
-};
-
-/**
- * Merges the properties of the source object into the destination object.
- * @memberof util
- * @param {Object.<string,*>} dst Destination object
- * @param {Object.<string,*>} src Source object
- * @param {boolean} [ifNotSet=false] Merges only if the key is not already set
- * @returns {Object.<string,*>} Destination object
- */
-function merge(dst, src, ifNotSet) { // used by converters
- for (var keys = Object.keys(src), i = 0; i < keys.length; ++i)
- if (dst[keys[i]] === undefined || !ifNotSet)
- dst[keys[i]] = src[keys[i]];
- return dst;
-}
-
-util.merge = merge;
-
-/**
- * Converts the first character of a string to lower case.
- * @param {string} str String to convert
- * @returns {string} Converted string
- */
-util.lcFirst = function lcFirst(str) {
- return str.charAt(0).toLowerCase() + str.substring(1);
-};
-
-/**
- * Creates a custom error constructor.
- * @memberof util
- * @param {string} name Error name
- * @returns {Constructor<Error>} Custom error constructor
- */
-function newError(name) {
-
- function CustomError(message, properties) {
-
- if (!(this instanceof CustomError))
- return new CustomError(message, properties);
-
- // Error.call(this, message);
- // ^ just returns a new error instance because the ctor can be called as a function
-
- Object.defineProperty(this, "message", { get: function() { return message; } });
-
- /* istanbul ignore next */
- if (Error.captureStackTrace) // node
- Error.captureStackTrace(this, CustomError);
- else
- Object.defineProperty(this, "stack", { value: new Error().stack || "" });
-
- if (properties)
- merge(this, properties);
- }
-
- (CustomError.prototype = Object.create(Error.prototype)).constructor = CustomError;
-
- Object.defineProperty(CustomError.prototype, "name", { get: function() { return name; } });
-
- CustomError.prototype.toString = function toString() {
- return this.name + ": " + this.message;
- };
-
- return CustomError;
-}
-
-util.newError = newError;
-
-/**
- * Constructs a new protocol error.
- * @classdesc Error subclass indicating a protocol specifc error.
- * @memberof util
- * @extends Error
- * @template T extends Message<T>
- * @constructor
- * @param {string} message Error message
- * @param {Object.<string,*>} [properties] Additional properties
- * @example
- * try {
- * MyMessage.decode(someBuffer); // throws if required fields are missing
- * } catch (e) {
- * if (e instanceof ProtocolError && e.instance)
- * console.log("decoded so far: " + JSON.stringify(e.instance));
- * }
- */
-util.ProtocolError = newError("ProtocolError");
-
-/**
- * So far decoded message instance.
- * @name util.ProtocolError#instance
- * @type {Message<T>}
- */
-
-/**
- * A OneOf getter as returned by {@link util.oneOfGetter}.
- * @typedef OneOfGetter
- * @type {function}
- * @returns {string|undefined} Set field name, if any
- */
-
-/**
- * Builds a getter for a oneof's present field name.
- * @param {string[]} fieldNames Field names
- * @returns {OneOfGetter} Unbound getter
- */
-util.oneOfGetter = function getOneOf(fieldNames) {
- var fieldMap = {};
- for (var i = 0; i < fieldNames.length; ++i)
- fieldMap[fieldNames[i]] = 1;
-
- /**
- * @returns {string|undefined} Set field name, if any
- * @this Object
- * @ignore
- */
- return function() { // eslint-disable-line consistent-return
- for (var keys = Object.keys(this), i = keys.length - 1; i > -1; --i)
- if (fieldMap[keys[i]] === 1 && this[keys[i]] !== undefined && this[keys[i]] !== null)
- return keys[i];
- };
-};
-
-/**
- * A OneOf setter as returned by {@link util.oneOfSetter}.
- * @typedef OneOfSetter
- * @type {function}
- * @param {string|undefined} value Field name
- * @returns {undefined}
- */
-
-/**
- * Builds a setter for a oneof's present field name.
- * @param {string[]} fieldNames Field names
- * @returns {OneOfSetter} Unbound setter
- */
-util.oneOfSetter = function setOneOf(fieldNames) {
-
- /**
- * @param {string} name Field name
- * @returns {undefined}
- * @this Object
- * @ignore
- */
- return function(name) {
- for (var i = 0; i < fieldNames.length; ++i)
- if (fieldNames[i] !== name)
- delete this[fieldNames[i]];
- };
-};
-
-/**
- * Default conversion options used for {@link Message#toJSON} implementations.
- *
- * These options are close to proto3's JSON mapping with the exception that internal types like Any are handled just like messages. More precisely:
- *
- * - Longs become strings
- * - Enums become string keys
- * - Bytes become base64 encoded strings
- * - (Sub-)Messages become plain objects
- * - Maps become plain objects with all string keys
- * - Repeated fields become arrays
- * - NaN and Infinity for float and double fields become strings
- *
- * @type {IConversionOptions}
- * @see https://developers.google.com/protocol-buffers/docs/proto3?hl=en#json
- */
-util.toJSONOptions = {
- longs: String,
- enums: String,
- bytes: String,
- json: true
-};
-
-// Sets up buffer utility according to the environment (called in index-minimal)
-util._configure = function() {
- var Buffer = util.Buffer;
- /* istanbul ignore if */
- if (!Buffer) {
- util._Buffer_from = util._Buffer_allocUnsafe = null;
- return;
- }
- // because node 4.x buffers are incompatible & immutable
- // see: https://github.com/dcodeIO/protobuf.js/pull/665
- util._Buffer_from = Buffer.from !== Uint8Array.from && Buffer.from ||
- /* istanbul ignore next */
- function Buffer_from(value, encoding) {
- return new Buffer(value, encoding);
- };
- util._Buffer_allocUnsafe = Buffer.allocUnsafe ||
- /* istanbul ignore next */
- function Buffer_allocUnsafe(size) {
- return new Buffer(size);
- };
-};
-
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("yLpj")))
-
-/***/ }),
-
-/***/ "6wl5":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = codegen;
-
-/**
- * Begins generating a function.
- * @memberof util
- * @param {string[]} functionParams Function parameter names
- * @param {string} [functionName] Function name if not anonymous
- * @returns {Codegen} Appender that appends code to the function's body
- */
-function codegen(functionParams, functionName) {
-
- /* istanbul ignore if */
- if (typeof functionParams === "string") {
- functionName = functionParams;
- functionParams = undefined;
- }
-
- var body = [];
-
- /**
- * Appends code to the function's body or finishes generation.
- * @typedef Codegen
- * @type {function}
- * @param {string|Object.<string,*>} [formatStringOrScope] Format string or, to finish the function, an object of additional scope variables, if any
- * @param {...*} [formatParams] Format parameters
- * @returns {Codegen|Function} Itself or the generated function if finished
- * @throws {Error} If format parameter counts do not match
- */
-
- function Codegen(formatStringOrScope) {
- // note that explicit array handling below makes this ~50% faster
-
- // finish the function
- if (typeof formatStringOrScope !== "string") {
- var source = toString();
- if (codegen.verbose)
- console.log("codegen: " + source); // eslint-disable-line no-console
- source = "return " + source;
- if (formatStringOrScope) {
- var scopeKeys = Object.keys(formatStringOrScope),
- scopeParams = new Array(scopeKeys.length + 1),
- scopeValues = new Array(scopeKeys.length),
- scopeOffset = 0;
- while (scopeOffset < scopeKeys.length) {
- scopeParams[scopeOffset] = scopeKeys[scopeOffset];
- scopeValues[scopeOffset] = formatStringOrScope[scopeKeys[scopeOffset++]];
- }
- scopeParams[scopeOffset] = source;
- return Function.apply(null, scopeParams).apply(null, scopeValues); // eslint-disable-line no-new-func
- }
- return Function(source)(); // eslint-disable-line no-new-func
- }
-
- // otherwise append to body
- var formatParams = new Array(arguments.length - 1),
- formatOffset = 0;
- while (formatOffset < formatParams.length)
- formatParams[formatOffset] = arguments[++formatOffset];
- formatOffset = 0;
- formatStringOrScope = formatStringOrScope.replace(/%([%dfijs])/g, function replace($0, $1) {
- var value = formatParams[formatOffset++];
- switch ($1) {
- case "d": case "f": return String(Number(value));
- case "i": return String(Math.floor(value));
- case "j": return JSON.stringify(value);
- case "s": return String(value);
- }
- return "%";
- });
- if (formatOffset !== formatParams.length)
- throw Error("parameter count mismatch");
- body.push(formatStringOrScope);
- return Codegen;
- }
-
- function toString(functionNameOverride) {
- return "function " + (functionNameOverride || functionName || "") + "(" + (functionParams && functionParams.join(",") || "") + "){\n " + body.join("\n ") + "\n}";
- }
-
- Codegen.toString = toString;
- return Codegen;
-}
-
-/**
- * Begins generating a function.
- * @memberof util
- * @function codegen
- * @param {string} [functionName] Function name if not anonymous
- * @returns {Codegen} Appender that appends code to the function's body
- * @variation 2
- */
-
-/**
- * When set to `true`, codegen will log generated code to console. Useful for debugging.
- * @name util.codegen.verbose
- * @type {boolean}
- */
-codegen.verbose = false;
-
-
-/***/ }),
-
-/***/ "7m6H":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = Root;
-
-// extends Namespace
-var Namespace = __webpack_require__("fgco");
-((Root.prototype = Object.create(Namespace.prototype)).constructor = Root).className = "Root";
-
-var Field = __webpack_require__("pqPr"),
- Enum = __webpack_require__("vREW"),
- OneOf = __webpack_require__("d+r3"),
- util = __webpack_require__("y9PA");
-
-var Type, // cyclic
- parse, // might be excluded
- common; // "
-
-/**
- * Constructs a new root namespace instance.
- * @classdesc Root namespace wrapping all types, enums, services, sub-namespaces etc. that belong together.
- * @extends NamespaceBase
- * @constructor
- * @param {Object.<string,*>} [options] Top level options
- */
-function Root(options) {
- Namespace.call(this, "", options);
-
- /**
- * Deferred extension fields.
- * @type {Field[]}
- */
- this.deferred = [];
-
- /**
- * Resolved file names of loaded files.
- * @type {string[]}
- */
- this.files = [];
-}
-
-/**
- * Loads a namespace descriptor into a root namespace.
- * @param {INamespace} json Nameespace descriptor
- * @param {Root} [root] Root namespace, defaults to create a new one if omitted
- * @returns {Root} Root namespace
- */
-Root.fromJSON = function fromJSON(json, root) {
- if (!root)
- root = new Root();
- if (json.options)
- root.setOptions(json.options);
- return root.addJSON(json.nested);
-};
-
-/**
- * Resolves the path of an imported file, relative to the importing origin.
- * This method exists so you can override it with your own logic in case your imports are scattered over multiple directories.
- * @function
- * @param {string} origin The file name of the importing file
- * @param {string} target The file name being imported
- * @returns {string|null} Resolved path to `target` or `null` to skip the file
- */
-Root.prototype.resolvePath = util.path.resolve;
-
-/**
- * Fetch content from file path or url
- * This method exists so you can override it with your own logic.
- * @function
- * @param {string} path File path or url
- * @param {FetchCallback} callback Callback function
- * @returns {undefined}
- */
-Root.prototype.fetch = util.fetch;
-
-// A symbol-like function to safely signal synchronous loading
-/* istanbul ignore next */
-function SYNC() {} // eslint-disable-line no-empty-function
-
-/**
- * Loads one or multiple .proto or preprocessed .json files into this root namespace and calls the callback.
- * @param {string|string[]} filename Names of one or multiple files to load
- * @param {IParseOptions} options Parse options
- * @param {LoadCallback} callback Callback function
- * @returns {undefined}
- */
-Root.prototype.load = function load(filename, options, callback) {
- if (typeof options === "function") {
- callback = options;
- options = undefined;
- }
- var self = this;
- if (!callback)
- return util.asPromise(load, self, filename, options);
-
- var sync = callback === SYNC; // undocumented
-
- // Finishes loading by calling the callback (exactly once)
- function finish(err, root) {
- /* istanbul ignore if */
- if (!callback)
- return;
- var cb = callback;
- callback = null;
- if (sync)
- throw err;
- cb(err, root);
- }
-
- // Bundled definition existence checking
- function getBundledFileName(filename) {
- var idx = filename.lastIndexOf("google/protobuf/");
- if (idx > -1) {
- var altname = filename.substring(idx);
- if (altname in common) return altname;
- }
- return null;
- }
-
- // Processes a single file
- function process(filename, source) {
- try {
- if (util.isString(source) && source.charAt(0) === "{")
- source = JSON.parse(source);
- if (!util.isString(source))
- self.setOptions(source.options).addJSON(source.nested);
- else {
- parse.filename = filename;
- var parsed = parse(source, self, options),
- resolved,
- i = 0;
- if (parsed.imports)
- for (; i < parsed.imports.length; ++i)
- if (resolved = getBundledFileName(parsed.imports[i]) || self.resolvePath(filename, parsed.imports[i]))
- fetch(resolved);
- if (parsed.weakImports)
- for (i = 0; i < parsed.weakImports.length; ++i)
- if (resolved = getBundledFileName(parsed.weakImports[i]) || self.resolvePath(filename, parsed.weakImports[i]))
- fetch(resolved, true);
- }
- } catch (err) {
- finish(err);
- }
- if (!sync && !queued)
- finish(null, self); // only once anyway
- }
-
- // Fetches a single file
- function fetch(filename, weak) {
-
- // Skip if already loaded / attempted
- if (self.files.indexOf(filename) > -1)
- return;
- self.files.push(filename);
-
- // Shortcut bundled definitions
- if (filename in common) {
- if (sync)
- process(filename, common[filename]);
- else {
- ++queued;
- setTimeout(function() {
- --queued;
- process(filename, common[filename]);
- });
- }
- return;
- }
-
- // Otherwise fetch from disk or network
- if (sync) {
- var source;
- try {
- source = util.fs.readFileSync(filename).toString("utf8");
- } catch (err) {
- if (!weak)
- finish(err);
- return;
- }
- process(filename, source);
- } else {
- ++queued;
- self.fetch(filename, function(err, source) {
- --queued;
- /* istanbul ignore if */
- if (!callback)
- return; // terminated meanwhile
- if (err) {
- /* istanbul ignore else */
- if (!weak)
- finish(err);
- else if (!queued) // can't be covered reliably
- finish(null, self);
- return;
- }
- process(filename, source);
- });
- }
- }
- var queued = 0;
-
- // Assembling the root namespace doesn't require working type
- // references anymore, so we can load everything in parallel
- if (util.isString(filename))
- filename = [ filename ];
- for (var i = 0, resolved; i < filename.length; ++i)
- if (resolved = self.resolvePath("", filename[i]))
- fetch(resolved);
-
- if (sync)
- return self;
- if (!queued)
- finish(null, self);
- return undefined;
-};
-// function load(filename:string, options:IParseOptions, callback:LoadCallback):undefined
-
-/**
- * Loads one or multiple .proto or preprocessed .json files into this root namespace and calls the callback.
- * @function Root#load
- * @param {string|string[]} filename Names of one or multiple files to load
- * @param {LoadCallback} callback Callback function
- * @returns {undefined}
- * @variation 2
- */
-// function load(filename:string, callback:LoadCallback):undefined
-
-/**
- * Loads one or multiple .proto or preprocessed .json files into this root namespace and returns a promise.
- * @function Root#load
- * @param {string|string[]} filename Names of one or multiple files to load
- * @param {IParseOptions} [options] Parse options. Defaults to {@link parse.defaults} when omitted.
- * @returns {Promise<Root>} Promise
- * @variation 3
- */
-// function load(filename:string, [options:IParseOptions]):Promise<Root>
-
-/**
- * Synchronously loads one or multiple .proto or preprocessed .json files into this root namespace (node only).
- * @function Root#loadSync
- * @param {string|string[]} filename Names of one or multiple files to load
- * @param {IParseOptions} [options] Parse options. Defaults to {@link parse.defaults} when omitted.
- * @returns {Root} Root namespace
- * @throws {Error} If synchronous fetching is not supported (i.e. in browsers) or if a file's syntax is invalid
- */
-Root.prototype.loadSync = function loadSync(filename, options) {
- if (!util.isNode)
- throw Error("not supported");
- return this.load(filename, options, SYNC);
-};
-
-/**
- * @override
- */
-Root.prototype.resolveAll = function resolveAll() {
- if (this.deferred.length)
- throw Error("unresolvable extensions: " + this.deferred.map(function(field) {
- return "'extend " + field.extend + "' in " + field.parent.fullName;
- }).join(", "));
- return Namespace.prototype.resolveAll.call(this);
-};
-
-// only uppercased (and thus conflict-free) children are exposed, see below
-var exposeRe = /^[A-Z]/;
-
-/**
- * Handles a deferred declaring extension field by creating a sister field to represent it within its extended type.
- * @param {Root} root Root instance
- * @param {Field} field Declaring extension field witin the declaring type
- * @returns {boolean} `true` if successfully added to the extended type, `false` otherwise
- * @inner
- * @ignore
- */
-function tryHandleExtension(root, field) {
- var extendedType = field.parent.lookup(field.extend);
- if (extendedType) {
- var sisterField = new Field(field.fullName, field.id, field.type, field.rule, undefined, field.options);
- sisterField.declaringField = field;
- field.extensionField = sisterField;
- extendedType.add(sisterField);
- return true;
- }
- return false;
-}
-
-/**
- * Called when any object is added to this root or its sub-namespaces.
- * @param {ReflectionObject} object Object added
- * @returns {undefined}
- * @private
- */
-Root.prototype._handleAdd = function _handleAdd(object) {
- if (object instanceof Field) {
-
- if (/* an extension field (implies not part of a oneof) */ object.extend !== undefined && /* not already handled */ !object.extensionField)
- if (!tryHandleExtension(this, object))
- this.deferred.push(object);
-
- } else if (object instanceof Enum) {
-
- if (exposeRe.test(object.name))
- object.parent[object.name] = object.values; // expose enum values as property of its parent
-
- } else if (!(object instanceof OneOf)) /* everything else is a namespace */ {
-
- if (object instanceof Type) // Try to handle any deferred extensions
- for (var i = 0; i < this.deferred.length;)
- if (tryHandleExtension(this, this.deferred[i]))
- this.deferred.splice(i, 1);
- else
- ++i;
- for (var j = 0; j < /* initializes */ object.nestedArray.length; ++j) // recurse into the namespace
- this._handleAdd(object._nestedArray[j]);
- if (exposeRe.test(object.name))
- object.parent[object.name] = object; // expose namespace as property of its parent
- }
-
- // The above also adds uppercased (and thus conflict-free) nested types, services and enums as
- // properties of namespaces just like static code does. This allows using a .d.ts generated for
- // a static module with reflection-based solutions where the condition is met.
-};
-
-/**
- * Called when any object is removed from this root or its sub-namespaces.
- * @param {ReflectionObject} object Object removed
- * @returns {undefined}
- * @private
- */
-Root.prototype._handleRemove = function _handleRemove(object) {
- if (object instanceof Field) {
-
- if (/* an extension field */ object.extend !== undefined) {
- if (/* already handled */ object.extensionField) { // remove its sister field
- object.extensionField.parent.remove(object.extensionField);
- object.extensionField = null;
- } else { // cancel the extension
- var index = this.deferred.indexOf(object);
- /* istanbul ignore else */
- if (index > -1)
- this.deferred.splice(index, 1);
- }
- }
-
- } else if (object instanceof Enum) {
-
- if (exposeRe.test(object.name))
- delete object.parent[object.name]; // unexpose enum values
-
- } else if (object instanceof Namespace) {
-
- for (var i = 0; i < /* initializes */ object.nestedArray.length; ++i) // recurse into the namespace
- this._handleRemove(object._nestedArray[i]);
-
- if (exposeRe.test(object.name))
- delete object.parent[object.name]; // unexpose namespaces
-
- }
-};
-
-// Sets up cyclic dependencies (called in index-light)
-Root._configure = function(Type_, parse_, common_) {
- Type = Type_;
- parse = parse_;
- common = common_;
-};
-
-
-/***/ }),
-
-/***/ "9BLw":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-/**
- * Wrappers for common types.
- * @type {Object.<string,IWrapper>}
- * @const
- */
-var wrappers = exports;
-
-var Message = __webpack_require__("G8sG");
-
-/**
- * From object converter part of an {@link IWrapper}.
- * @typedef WrapperFromObjectConverter
- * @type {function}
- * @param {Object.<string,*>} object Plain object
- * @returns {Message<{}>} Message instance
- * @this Type
- */
-
-/**
- * To object converter part of an {@link IWrapper}.
- * @typedef WrapperToObjectConverter
- * @type {function}
- * @param {Message<{}>} message Message instance
- * @param {IConversionOptions} [options] Conversion options
- * @returns {Object.<string,*>} Plain object
- * @this Type
- */
-
-/**
- * Common type wrapper part of {@link wrappers}.
- * @interface IWrapper
- * @property {WrapperFromObjectConverter} [fromObject] From object converter
- * @property {WrapperToObjectConverter} [toObject] To object converter
- */
-
-// Custom wrapper for Any
-wrappers[".google.protobuf.Any"] = {
-
- fromObject: function(object) {
-
- // unwrap value type if mapped
- if (object && object["@type"]) {
- // Only use fully qualified type name after the last '/'
- var name = object["@type"].substring(object["@type"].lastIndexOf("/") + 1);
- var type = this.lookup(name);
- /* istanbul ignore else */
- if (type) {
- // type_url does not accept leading "."
- var type_url = object["@type"].charAt(0) === "." ?
- object["@type"].substr(1) : object["@type"];
- // type_url prefix is optional, but path seperator is required
- if (type_url.indexOf("/") === -1) {
- type_url = "/" + type_url;
- }
- return this.create({
- type_url: type_url,
- value: type.encode(type.fromObject(object)).finish()
- });
- }
- }
-
- return this.fromObject(object);
- },
-
- toObject: function(message, options) {
-
- // Default prefix
- var googleApi = "type.googleapis.com/";
- var prefix = "";
- var name = "";
-
- // decode value if requested and unmapped
- if (options && options.json && message.type_url && message.value) {
- // Only use fully qualified type name after the last '/'
- name = message.type_url.substring(message.type_url.lastIndexOf("/") + 1);
- // Separate the prefix used
- prefix = message.type_url.substring(0, message.type_url.lastIndexOf("/") + 1);
- var type = this.lookup(name);
- /* istanbul ignore else */
- if (type)
- message = type.decode(message.value);
- }
-
- // wrap value if unmapped
- if (!(message instanceof this.ctor) && message instanceof Message) {
- var object = message.$type.toObject(message, options);
- var messageName = message.$type.fullName[0] === "." ?
- message.$type.fullName.substr(1) : message.$type.fullName;
- // Default to type.googleapis.com prefix if no prefix is used
- if (prefix === "") {
- prefix = googleApi;
- }
- name = prefix + messageName;
- object["@type"] = name;
- return object;
- }
-
- return this.toObject(message, options);
- }
-};
-
-
-/***/ }),
-
-/***/ "AbGV":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-/**
- * Streaming RPC helpers.
- * @namespace
- */
-var rpc = exports;
-
-/**
- * RPC implementation passed to {@link Service#create} performing a service request on network level, i.e. by utilizing http requests or websockets.
- * @typedef RPCImpl
- * @type {function}
- * @param {Method|rpc.ServiceMethod<Message<{}>,Message<{}>>} method Reflected or static method being called
- * @param {Uint8Array} requestData Request data
- * @param {RPCImplCallback} callback Callback function
- * @returns {undefined}
- * @example
- * function rpcImpl(method, requestData, callback) {
- * if (protobuf.util.lcFirst(method.name) !== "myMethod") // compatible with static code
- * throw Error("no such method");
- * asynchronouslyObtainAResponse(requestData, function(err, responseData) {
- * callback(err, responseData);
- * });
- * }
- */
-
-/**
- * Node-style callback as used by {@link RPCImpl}.
- * @typedef RPCImplCallback
- * @type {function}
- * @param {Error|null} error Error, if any, otherwise `null`
- * @param {Uint8Array|null} [response] Response data or `null` to signal end of stream, if there hasn't been an error
- * @returns {undefined}
- */
-
-rpc.Service = __webpack_require__("gH6v");
-
-
-/***/ }),
-
-/***/ "B4j6":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = Method;
-
-// extends ReflectionObject
-var ReflectionObject = __webpack_require__("iuWj");
-((Method.prototype = Object.create(ReflectionObject.prototype)).constructor = Method).className = "Method";
-
-var util = __webpack_require__("y9PA");
-
-/**
- * Constructs a new service method instance.
- * @classdesc Reflected service method.
- * @extends ReflectionObject
- * @constructor
- * @param {string} name Method name
- * @param {string|undefined} type Method type, usually `"rpc"`
- * @param {string} requestType Request message type
- * @param {string} responseType Response message type
- * @param {boolean|Object.<string,*>} [requestStream] Whether the request is streamed
- * @param {boolean|Object.<string,*>} [responseStream] Whether the response is streamed
- * @param {Object.<string,*>} [options] Declared options
- * @param {string} [comment] The comment for this method
- * @param {Object.<string,*>} [parsedOptions] Declared options, properly parsed into an object
- */
-function Method(name, type, requestType, responseType, requestStream, responseStream, options, comment, parsedOptions) {
-
- /* istanbul ignore next */
- if (util.isObject(requestStream)) {
- options = requestStream;
- requestStream = responseStream = undefined;
- } else if (util.isObject(responseStream)) {
- options = responseStream;
- responseStream = undefined;
- }
-
- /* istanbul ignore if */
- if (!(type === undefined || util.isString(type)))
- throw TypeError("type must be a string");
-
- /* istanbul ignore if */
- if (!util.isString(requestType))
- throw TypeError("requestType must be a string");
-
- /* istanbul ignore if */
- if (!util.isString(responseType))
- throw TypeError("responseType must be a string");
-
- ReflectionObject.call(this, name, options);
-
- /**
- * Method type.
- * @type {string}
- */
- this.type = type || "rpc"; // toJSON
-
- /**
- * Request type.
- * @type {string}
- */
- this.requestType = requestType; // toJSON, marker
-
- /**
- * Whether requests are streamed or not.
- * @type {boolean|undefined}
- */
- this.requestStream = requestStream ? true : undefined; // toJSON
-
- /**
- * Response type.
- * @type {string}
- */
- this.responseType = responseType; // toJSON
-
- /**
- * Whether responses are streamed or not.
- * @type {boolean|undefined}
- */
- this.responseStream = responseStream ? true : undefined; // toJSON
-
- /**
- * Resolved request type.
- * @type {Type|null}
- */
- this.resolvedRequestType = null;
-
- /**
- * Resolved response type.
- * @type {Type|null}
- */
- this.resolvedResponseType = null;
-
- /**
- * Comment for this method
- * @type {string|null}
- */
- this.comment = comment;
-
- /**
- * Options properly parsed into an object
- */
- this.parsedOptions = parsedOptions;
-}
-
-/**
- * Method descriptor.
- * @interface IMethod
- * @property {string} [type="rpc"] Method type
- * @property {string} requestType Request type
- * @property {string} responseType Response type
- * @property {boolean} [requestStream=false] Whether requests are streamed
- * @property {boolean} [responseStream=false] Whether responses are streamed
- * @property {Object.<string,*>} [options] Method options
- * @property {string} comment Method comments
- * @property {Object.<string,*>} [parsedOptions] Method options properly parsed into an object
- */
-
-/**
- * Constructs a method from a method descriptor.
- * @param {string} name Method name
- * @param {IMethod} json Method descriptor
- * @returns {Method} Created method
- * @throws {TypeError} If arguments are invalid
- */
-Method.fromJSON = function fromJSON(name, json) {
- return new Method(name, json.type, json.requestType, json.responseType, json.requestStream, json.responseStream, json.options, json.comment, json.parsedOptions);
-};
-
-/**
- * Converts this method to a method descriptor.
- * @param {IToJSONOptions} [toJSONOptions] JSON conversion options
- * @returns {IMethod} Method descriptor
- */
-Method.prototype.toJSON = function toJSON(toJSONOptions) {
- var keepComments = toJSONOptions ? Boolean(toJSONOptions.keepComments) : false;
- return util.toObject([
- "type" , this.type !== "rpc" && /* istanbul ignore next */ this.type || undefined,
- "requestType" , this.requestType,
- "requestStream" , this.requestStream,
- "responseType" , this.responseType,
- "responseStream" , this.responseStream,
- "options" , this.options,
- "comment" , keepComments ? this.comment : undefined,
- "parsedOptions" , this.parsedOptions,
- ]);
-};
-
-/**
- * @override
- */
-Method.prototype.resolve = function resolve() {
-
- /* istanbul ignore if */
- if (this.resolved)
- return this;
-
- this.resolvedRequestType = this.parent.lookupType(this.requestType);
- this.resolvedResponseType = this.parent.lookupType(this.responseType);
-
- return ReflectionObject.prototype.resolve.call(this);
-};
-
-
-/***/ }),
-
-/***/ "BEY9":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = pool;
-
-/**
- * An allocator as used by {@link util.pool}.
- * @typedef PoolAllocator
- * @type {function}
- * @param {number} size Buffer size
- * @returns {Uint8Array} Buffer
- */
-
-/**
- * A slicer as used by {@link util.pool}.
- * @typedef PoolSlicer
- * @type {function}
- * @param {number} start Start offset
- * @param {number} end End offset
- * @returns {Uint8Array} Buffer slice
- * @this {Uint8Array}
- */
-
-/**
- * A general purpose buffer pool.
- * @memberof util
- * @function
- * @param {PoolAllocator} alloc Allocator
- * @param {PoolSlicer} slice Slicer
- * @param {number} [size=8192] Slab size
- * @returns {PoolAllocator} Pooled allocator
- */
-function pool(alloc, slice, size) {
- var SIZE = size || 8192;
- var MAX = SIZE >>> 1;
- var slab = null;
- var offset = SIZE;
- return function pool_alloc(size) {
- if (size < 1 || size > MAX)
- return alloc(size);
- if (offset + size > SIZE) {
- slab = alloc(SIZE);
- offset = 0;
- }
- var buf = slice.call(slab, offset, offset += size);
- if (offset & 7) // align to 32 bit
- offset = (offset | 7) + 1;
- return buf;
- };
-}
-
-
-/***/ }),
-
-/***/ "BWhg":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-/**
- * Runtime message from/to plain object converters.
- * @namespace
- */
-var converter = exports;
-
-var Enum = __webpack_require__("vREW"),
- util = __webpack_require__("y9PA");
-
-/**
- * Generates a partial value fromObject conveter.
- * @param {Codegen} gen Codegen instance
- * @param {Field} field Reflected field
- * @param {number} fieldIndex Field index
- * @param {string} prop Property reference
- * @returns {Codegen} Codegen instance
- * @ignore
- */
-function genValuePartial_fromObject(gen, field, fieldIndex, prop) {
- /* eslint-disable no-unexpected-multiline, block-scoped-var, no-redeclare */
- if (field.resolvedType) {
- if (field.resolvedType instanceof Enum) { gen
- ("switch(d%s){", prop);
- for (var values = field.resolvedType.values, keys = Object.keys(values), i = 0; i < keys.length; ++i) {
- if (field.repeated && values[keys[i]] === field.typeDefault) gen
- ("default:");
- gen
- ("case%j:", keys[i])
- ("case %i:", values[keys[i]])
- ("m%s=%j", prop, values[keys[i]])
- ("break");
- } gen
- ("}");
- } else gen
- ("if(typeof d%s!==\"object\")", prop)
- ("throw TypeError(%j)", field.fullName + ": object expected")
- ("m%s=types[%i].fromObject(d%s)", prop, fieldIndex, prop);
- } else {
- var isUnsigned = false;
- switch (field.type) {
- case "double":
- case "float": gen
- ("m%s=Number(d%s)", prop, prop); // also catches "NaN", "Infinity"
- break;
- case "uint32":
- case "fixed32": gen
- ("m%s=d%s>>>0", prop, prop);
- break;
- case "int32":
- case "sint32":
- case "sfixed32": gen
- ("m%s=d%s|0", prop, prop);
- break;
- case "uint64":
- isUnsigned = true;
- // eslint-disable-line no-fallthrough
- case "int64":
- case "sint64":
- case "fixed64":
- case "sfixed64": gen
- ("if(util.Long)")
- ("(m%s=util.Long.fromValue(d%s)).unsigned=%j", prop, prop, isUnsigned)
- ("else if(typeof d%s===\"string\")", prop)
- ("m%s=parseInt(d%s,10)", prop, prop)
- ("else if(typeof d%s===\"number\")", prop)
- ("m%s=d%s", prop, prop)
- ("else if(typeof d%s===\"object\")", prop)
- ("m%s=new util.LongBits(d%s.low>>>0,d%s.high>>>0).toNumber(%s)", prop, prop, prop, isUnsigned ? "true" : "");
- break;
- case "bytes": gen
- ("if(typeof d%s===\"string\")", prop)
- ("util.base64.decode(d%s,m%s=util.newBuffer(util.base64.length(d%s)),0)", prop, prop, prop)
- ("else if(d%s.length)", prop)
- ("m%s=d%s", prop, prop);
- break;
- case "string": gen
- ("m%s=String(d%s)", prop, prop);
- break;
- case "bool": gen
- ("m%s=Boolean(d%s)", prop, prop);
- break;
- /* default: gen
- ("m%s=d%s", prop, prop);
- break; */
- }
- }
- return gen;
- /* eslint-enable no-unexpected-multiline, block-scoped-var, no-redeclare */
-}
-
-/**
- * Generates a plain object to runtime message converter specific to the specified message type.
- * @param {Type} mtype Message type
- * @returns {Codegen} Codegen instance
- */
-converter.fromObject = function fromObject(mtype) {
- /* eslint-disable no-unexpected-multiline, block-scoped-var, no-redeclare */
- var fields = mtype.fieldsArray;
- var gen = util.codegen(["d"], mtype.name + "$fromObject")
- ("if(d instanceof this.ctor)")
- ("return d");
- if (!fields.length) return gen
- ("return new this.ctor");
- gen
- ("var m=new this.ctor");
- for (var i = 0; i < fields.length; ++i) {
- var field = fields[i].resolve(),
- prop = util.safeProp(field.name);
-
- // Map fields
- if (field.map) { gen
- ("if(d%s){", prop)
- ("if(typeof d%s!==\"object\")", prop)
- ("throw TypeError(%j)", field.fullName + ": object expected")
- ("m%s={}", prop)
- ("for(var ks=Object.keys(d%s),i=0;i<ks.length;++i){", prop);
- genValuePartial_fromObject(gen, field, /* not sorted */ i, prop + "[ks[i]]")
- ("}")
- ("}");
-
- // Repeated fields
- } else if (field.repeated) { gen
- ("if(d%s){", prop)
- ("if(!Array.isArray(d%s))", prop)
- ("throw TypeError(%j)", field.fullName + ": array expected")
- ("m%s=[]", prop)
- ("for(var i=0;i<d%s.length;++i){", prop);
- genValuePartial_fromObject(gen, field, /* not sorted */ i, prop + "[i]")
- ("}")
- ("}");
-
- // Non-repeated fields
- } else {
- if (!(field.resolvedType instanceof Enum)) gen // no need to test for null/undefined if an enum (uses switch)
- ("if(d%s!=null){", prop); // !== undefined && !== null
- genValuePartial_fromObject(gen, field, /* not sorted */ i, prop);
- if (!(field.resolvedType instanceof Enum)) gen
- ("}");
- }
- } return gen
- ("return m");
- /* eslint-enable no-unexpected-multiline, block-scoped-var, no-redeclare */
-};
-
-/**
- * Generates a partial value toObject converter.
- * @param {Codegen} gen Codegen instance
- * @param {Field} field Reflected field
- * @param {number} fieldIndex Field index
- * @param {string} prop Property reference
- * @returns {Codegen} Codegen instance
- * @ignore
- */
-function genValuePartial_toObject(gen, field, fieldIndex, prop) {
- /* eslint-disable no-unexpected-multiline, block-scoped-var, no-redeclare */
- if (field.resolvedType) {
- if (field.resolvedType instanceof Enum) gen
- ("d%s=o.enums===String?types[%i].values[m%s]:m%s", prop, fieldIndex, prop, prop);
- else gen
- ("d%s=types[%i].toObject(m%s,o)", prop, fieldIndex, prop);
- } else {
- var isUnsigned = false;
- switch (field.type) {
- case "double":
- case "float": gen
- ("d%s=o.json&&!isFinite(m%s)?String(m%s):m%s", prop, prop, prop, prop);
- break;
- case "uint64":
- isUnsigned = true;
- // eslint-disable-line no-fallthrough
- case "int64":
- case "sint64":
- case "fixed64":
- case "sfixed64": gen
- ("if(typeof m%s===\"number\")", prop)
- ("d%s=o.longs===String?String(m%s):m%s", prop, prop, prop)
- ("else") // Long-like
- ("d%s=o.longs===String?util.Long.prototype.toString.call(m%s):o.longs===Number?new util.LongBits(m%s.low>>>0,m%s.high>>>0).toNumber(%s):m%s", prop, prop, prop, prop, isUnsigned ? "true": "", prop);
- break;
- case "bytes": gen
- ("d%s=o.bytes===String?util.base64.encode(m%s,0,m%s.length):o.bytes===Array?Array.prototype.slice.call(m%s):m%s", prop, prop, prop, prop, prop);
- break;
- default: gen
- ("d%s=m%s", prop, prop);
- break;
- }
- }
- return gen;
- /* eslint-enable no-unexpected-multiline, block-scoped-var, no-redeclare */
-}
-
-/**
- * Generates a runtime message to plain object converter specific to the specified message type.
- * @param {Type} mtype Message type
- * @returns {Codegen} Codegen instance
- */
-converter.toObject = function toObject(mtype) {
- /* eslint-disable no-unexpected-multiline, block-scoped-var, no-redeclare */
- var fields = mtype.fieldsArray.slice().sort(util.compareFieldsById);
- if (!fields.length)
- return util.codegen()("return {}");
- var gen = util.codegen(["m", "o"], mtype.name + "$toObject")
- ("if(!o)")
- ("o={}")
- ("var d={}");
-
- var repeatedFields = [],
- mapFields = [],
- normalFields = [],
- i = 0;
- for (; i < fields.length; ++i)
- if (!fields[i].partOf)
- ( fields[i].resolve().repeated ? repeatedFields
- : fields[i].map ? mapFields
- : normalFields).push(fields[i]);
-
- if (repeatedFields.length) { gen
- ("if(o.arrays||o.defaults){");
- for (i = 0; i < repeatedFields.length; ++i) gen
- ("d%s=[]", util.safeProp(repeatedFields[i].name));
- gen
- ("}");
- }
-
- if (mapFields.length) { gen
- ("if(o.objects||o.defaults){");
- for (i = 0; i < mapFields.length; ++i) gen
- ("d%s={}", util.safeProp(mapFields[i].name));
- gen
- ("}");
- }
-
- if (normalFields.length) { gen
- ("if(o.defaults){");
- for (i = 0; i < normalFields.length; ++i) {
- var field = normalFields[i],
- prop = util.safeProp(field.name);
- if (field.resolvedType instanceof Enum) gen
- ("d%s=o.enums===String?%j:%j", prop, field.resolvedType.valuesById[field.typeDefault], field.typeDefault);
- else if (field.long) gen
- ("if(util.Long){")
- ("var n=new util.Long(%i,%i,%j)", field.typeDefault.low, field.typeDefault.high, field.typeDefault.unsigned)
- ("d%s=o.longs===String?n.toString():o.longs===Number?n.toNumber():n", prop)
- ("}else")
- ("d%s=o.longs===String?%j:%i", prop, field.typeDefault.toString(), field.typeDefault.toNumber());
- else if (field.bytes) {
- var arrayDefault = "[" + Array.prototype.slice.call(field.typeDefault).join(",") + "]";
- gen
- ("if(o.bytes===String)d%s=%j", prop, String.fromCharCode.apply(String, field.typeDefault))
- ("else{")
- ("d%s=%s", prop, arrayDefault)
- ("if(o.bytes!==Array)d%s=util.newBuffer(d%s)", prop, prop)
- ("}");
- } else gen
- ("d%s=%j", prop, field.typeDefault); // also messages (=null)
- } gen
- ("}");
- }
- var hasKs2 = false;
- for (i = 0; i < fields.length; ++i) {
- var field = fields[i],
- index = mtype._fieldsArray.indexOf(field),
- prop = util.safeProp(field.name);
- if (field.map) {
- if (!hasKs2) { hasKs2 = true; gen
- ("var ks2");
- } gen
- ("if(m%s&&(ks2=Object.keys(m%s)).length){", prop, prop)
- ("d%s={}", prop)
- ("for(var j=0;j<ks2.length;++j){");
- genValuePartial_toObject(gen, field, /* sorted */ index, prop + "[ks2[j]]")
- ("}");
- } else if (field.repeated) { gen
- ("if(m%s&&m%s.length){", prop, prop)
- ("d%s=[]", prop)
- ("for(var j=0;j<m%s.length;++j){", prop);
- genValuePartial_toObject(gen, field, /* sorted */ index, prop + "[j]")
- ("}");
- } else { gen
- ("if(m%s!=null&&m.hasOwnProperty(%j)){", prop, field.name); // !== undefined && !== null
- genValuePartial_toObject(gen, field, /* sorted */ index, prop);
- if (field.partOf) gen
- ("if(o.oneofs)")
- ("d%s=%j", util.safeProp(field.partOf.name), field.name);
- }
- gen
- ("}");
- }
- return gen
- ("return d");
- /* eslint-enable no-unexpected-multiline, block-scoped-var, no-redeclare */
-};
-
-
-/***/ }),
-
-/***/ "Bko/":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = {};
-
-/**
- * Named roots.
- * This is where pbjs stores generated structures (the option `-r, --root` specifies a name).
- * Can also be used manually to make roots available accross modules.
- * @name roots
- * @type {Object.<string,Root>}
- * @example
- * // pbjs -r myroot -o compiled.js ...
- *
- * // in another module:
- * require("./compiled.js");
- *
- * // in any subsequent module:
- * var root = protobuf.roots["myroot"];
- */
-
-
-/***/ }),
-
-/***/ "Bx+5":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var protobuf = module.exports = __webpack_require__("bDA7");
-
-protobuf.build = "light";
-
-/**
- * A node-style callback as used by {@link load} and {@link Root#load}.
- * @typedef LoadCallback
- * @type {function}
- * @param {Error|null} error Error, if any, otherwise `null`
- * @param {Root} [root] Root, if there hasn't been an error
- * @returns {undefined}
- */
-
-/**
- * Loads one or multiple .proto or preprocessed .json files into a common root namespace and calls the callback.
- * @param {string|string[]} filename One or multiple files to load
- * @param {Root} root Root namespace, defaults to create a new one if omitted.
- * @param {LoadCallback} callback Callback function
- * @returns {undefined}
- * @see {@link Root#load}
- */
-function load(filename, root, callback) {
- if (typeof root === "function") {
- callback = root;
- root = new protobuf.Root();
- } else if (!root)
- root = new protobuf.Root();
- return root.load(filename, callback);
-}
-
-/**
- * Loads one or multiple .proto or preprocessed .json files into a common root namespace and calls the callback.
- * @name load
- * @function
- * @param {string|string[]} filename One or multiple files to load
- * @param {LoadCallback} callback Callback function
- * @returns {undefined}
- * @see {@link Root#load}
- * @variation 2
- */
-// function load(filename:string, callback:LoadCallback):undefined
-
-/**
- * Loads one or multiple .proto or preprocessed .json files into a common root namespace and returns a promise.
- * @name load
- * @function
- * @param {string|string[]} filename One or multiple files to load
- * @param {Root} [root] Root namespace, defaults to create a new one if omitted.
- * @returns {Promise<Root>} Promise
- * @see {@link Root#load}
- * @variation 3
- */
-// function load(filename:string, [root:Root]):Promise<Root>
-
-protobuf.load = load;
-
-/**
- * Synchronously loads one or multiple .proto or preprocessed .json files into a common root namespace (node only).
- * @param {string|string[]} filename One or multiple files to load
- * @param {Root} [root] Root namespace, defaults to create a new one if omitted.
- * @returns {Root} Root namespace
- * @throws {Error} If synchronous fetching is not supported (i.e. in browsers) or if a file's syntax is invalid
- * @see {@link Root#loadSync}
- */
-function loadSync(filename, root) {
- if (!root)
- root = new protobuf.Root();
- return root.loadSync(filename);
-}
-
-protobuf.loadSync = loadSync;
-
-// Serialization
-protobuf.encoder = __webpack_require__("dqsW");
-protobuf.decoder = __webpack_require__("3Xxg");
-protobuf.verifier = __webpack_require__("KlcT");
-protobuf.converter = __webpack_require__("BWhg");
-
-// Reflection
-protobuf.ReflectionObject = __webpack_require__("iuWj");
-protobuf.Namespace = __webpack_require__("fgco");
-protobuf.Root = __webpack_require__("7m6H");
-protobuf.Enum = __webpack_require__("vREW");
-protobuf.Type = __webpack_require__("bs9O");
-protobuf.Field = __webpack_require__("pqPr");
-protobuf.OneOf = __webpack_require__("d+r3");
-protobuf.MapField = __webpack_require__("guhe");
-protobuf.Service = __webpack_require__("dHTU");
-protobuf.Method = __webpack_require__("B4j6");
-
-// Runtime
-protobuf.Message = __webpack_require__("G8sG");
-protobuf.wrappers = __webpack_require__("9BLw");
-
-// Utility
-protobuf.types = __webpack_require__("hSTS");
-protobuf.util = __webpack_require__("y9PA");
-
-// Set up possibly cyclic reflection dependencies
-protobuf.ReflectionObject._configure(protobuf.Root);
-protobuf.Namespace._configure(protobuf.Type, protobuf.Service, protobuf.Enum);
-protobuf.Root._configure(protobuf.Type);
-protobuf.Field._configure(protobuf.Type);
-
-
-/***/ }),
-
-/***/ "DIMq":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = Writer;
-
-var util = __webpack_require__("6Tgl");
-
-var BufferWriter; // cyclic
-
-var LongBits = util.LongBits,
- base64 = util.base64,
- utf8 = util.utf8;
-
-/**
- * Constructs a new writer operation instance.
- * @classdesc Scheduled writer operation.
- * @constructor
- * @param {function(*, Uint8Array, number)} fn Function to call
- * @param {number} len Value byte length
- * @param {*} val Value to write
- * @ignore
- */
-function Op(fn, len, val) {
-
- /**
- * Function to call.
- * @type {function(Uint8Array, number, *)}
- */
- this.fn = fn;
-
- /**
- * Value byte length.
- * @type {number}
- */
- this.len = len;
-
- /**
- * Next operation.
- * @type {Writer.Op|undefined}
- */
- this.next = undefined;
-
- /**
- * Value to write.
- * @type {*}
- */
- this.val = val; // type varies
-}
-
-/* istanbul ignore next */
-function noop() {} // eslint-disable-line no-empty-function
-
-/**
- * Constructs a new writer state instance.
- * @classdesc Copied writer state.
- * @memberof Writer
- * @constructor
- * @param {Writer} writer Writer to copy state from
- * @ignore
- */
-function State(writer) {
-
- /**
- * Current head.
- * @type {Writer.Op}
- */
- this.head = writer.head;
-
- /**
- * Current tail.
- * @type {Writer.Op}
- */
- this.tail = writer.tail;
-
- /**
- * Current buffer length.
- * @type {number}
- */
- this.len = writer.len;
-
- /**
- * Next state.
- * @type {State|null}
- */
- this.next = writer.states;
-}
-
-/**
- * Constructs a new writer instance.
- * @classdesc Wire format writer using `Uint8Array` if available, otherwise `Array`.
- * @constructor
- */
-function Writer() {
-
- /**
- * Current length.
- * @type {number}
- */
- this.len = 0;
-
- /**
- * Operations head.
- * @type {Object}
- */
- this.head = new Op(noop, 0, 0);
-
- /**
- * Operations tail
- * @type {Object}
- */
- this.tail = this.head;
-
- /**
- * Linked forked states.
- * @type {Object|null}
- */
- this.states = null;
-
- // When a value is written, the writer calculates its byte length and puts it into a linked
- // list of operations to perform when finish() is called. This both allows us to allocate
- // buffers of the exact required size and reduces the amount of work we have to do compared
- // to first calculating over objects and then encoding over objects. In our case, the encoding
- // part is just a linked list walk calling operations with already prepared values.
-}
-
-var create = function create() {
- return util.Buffer
- ? function create_buffer_setup() {
- return (Writer.create = function create_buffer() {
- return new BufferWriter();
- })();
- }
- /* istanbul ignore next */
- : function create_array() {
- return new Writer();
- };
-};
-
-/**
- * Creates a new writer.
- * @function
- * @returns {BufferWriter|Writer} A {@link BufferWriter} when Buffers are supported, otherwise a {@link Writer}
- */
-Writer.create = create();
-
-/**
- * Allocates a buffer of the specified size.
- * @param {number} size Buffer size
- * @returns {Uint8Array} Buffer
- */
-Writer.alloc = function alloc(size) {
- return new util.Array(size);
-};
-
-// Use Uint8Array buffer pool in the browser, just like node does with buffers
-/* istanbul ignore else */
-if (util.Array !== Array)
- Writer.alloc = util.pool(Writer.alloc, util.Array.prototype.subarray);
-
-/**
- * Pushes a new operation to the queue.
- * @param {function(Uint8Array, number, *)} fn Function to call
- * @param {number} len Value byte length
- * @param {number} val Value to write
- * @returns {Writer} `this`
- * @private
- */
-Writer.prototype._push = function push(fn, len, val) {
- this.tail = this.tail.next = new Op(fn, len, val);
- this.len += len;
- return this;
-};
-
-function writeByte(val, buf, pos) {
- buf[pos] = val & 255;
-}
-
-function writeVarint32(val, buf, pos) {
- while (val > 127) {
- buf[pos++] = val & 127 | 128;
- val >>>= 7;
- }
- buf[pos] = val;
-}
-
-/**
- * Constructs a new varint writer operation instance.
- * @classdesc Scheduled varint writer operation.
- * @extends Op
- * @constructor
- * @param {number} len Value byte length
- * @param {number} val Value to write
- * @ignore
- */
-function VarintOp(len, val) {
- this.len = len;
- this.next = undefined;
- this.val = val;
-}
-
-VarintOp.prototype = Object.create(Op.prototype);
-VarintOp.prototype.fn = writeVarint32;
-
-/**
- * Writes an unsigned 32 bit value as a varint.
- * @param {number} value Value to write
- * @returns {Writer} `this`
- */
-Writer.prototype.uint32 = function write_uint32(value) {
- // here, the call to this.push has been inlined and a varint specific Op subclass is used.
- // uint32 is by far the most frequently used operation and benefits significantly from this.
- this.len += (this.tail = this.tail.next = new VarintOp(
- (value = value >>> 0)
- < 128 ? 1
- : value < 16384 ? 2
- : value < 2097152 ? 3
- : value < 268435456 ? 4
- : 5,
- value)).len;
- return this;
-};
-
-/**
- * Writes a signed 32 bit value as a varint.
- * @function
- * @param {number} value Value to write
- * @returns {Writer} `this`
- */
-Writer.prototype.int32 = function write_int32(value) {
- return value < 0
- ? this._push(writeVarint64, 10, LongBits.fromNumber(value)) // 10 bytes per spec
- : this.uint32(value);
-};
-
-/**
- * Writes a 32 bit value as a varint, zig-zag encoded.
- * @param {number} value Value to write
- * @returns {Writer} `this`
- */
-Writer.prototype.sint32 = function write_sint32(value) {
- return this.uint32((value << 1 ^ value >> 31) >>> 0);
-};
-
-function writeVarint64(val, buf, pos) {
- while (val.hi) {
- buf[pos++] = val.lo & 127 | 128;
- val.lo = (val.lo >>> 7 | val.hi << 25) >>> 0;
- val.hi >>>= 7;
- }
- while (val.lo > 127) {
- buf[pos++] = val.lo & 127 | 128;
- val.lo = val.lo >>> 7;
- }
- buf[pos++] = val.lo;
-}
-
-/**
- * Writes an unsigned 64 bit value as a varint.
- * @param {Long|number|string} value Value to write
- * @returns {Writer} `this`
- * @throws {TypeError} If `value` is a string and no long library is present.
- */
-Writer.prototype.uint64 = function write_uint64(value) {
- var bits = LongBits.from(value);
- return this._push(writeVarint64, bits.length(), bits);
-};
-
-/**
- * Writes a signed 64 bit value as a varint.
- * @function
- * @param {Long|number|string} value Value to write
- * @returns {Writer} `this`
- * @throws {TypeError} If `value` is a string and no long library is present.
- */
-Writer.prototype.int64 = Writer.prototype.uint64;
-
-/**
- * Writes a signed 64 bit value as a varint, zig-zag encoded.
- * @param {Long|number|string} value Value to write
- * @returns {Writer} `this`
- * @throws {TypeError} If `value` is a string and no long library is present.
- */
-Writer.prototype.sint64 = function write_sint64(value) {
- var bits = LongBits.from(value).zzEncode();
- return this._push(writeVarint64, bits.length(), bits);
-};
-
-/**
- * Writes a boolish value as a varint.
- * @param {boolean} value Value to write
- * @returns {Writer} `this`
- */
-Writer.prototype.bool = function write_bool(value) {
- return this._push(writeByte, 1, value ? 1 : 0);
-};
-
-function writeFixed32(val, buf, pos) {
- buf[pos ] = val & 255;
- buf[pos + 1] = val >>> 8 & 255;
- buf[pos + 2] = val >>> 16 & 255;
- buf[pos + 3] = val >>> 24;
-}
-
-/**
- * Writes an unsigned 32 bit value as fixed 32 bits.
- * @param {number} value Value to write
- * @returns {Writer} `this`
- */
-Writer.prototype.fixed32 = function write_fixed32(value) {
- return this._push(writeFixed32, 4, value >>> 0);
-};
-
-/**
- * Writes a signed 32 bit value as fixed 32 bits.
- * @function
- * @param {number} value Value to write
- * @returns {Writer} `this`
- */
-Writer.prototype.sfixed32 = Writer.prototype.fixed32;
-
-/**
- * Writes an unsigned 64 bit value as fixed 64 bits.
- * @param {Long|number|string} value Value to write
- * @returns {Writer} `this`
- * @throws {TypeError} If `value` is a string and no long library is present.
- */
-Writer.prototype.fixed64 = function write_fixed64(value) {
- var bits = LongBits.from(value);
- return this._push(writeFixed32, 4, bits.lo)._push(writeFixed32, 4, bits.hi);
-};
-
-/**
- * Writes a signed 64 bit value as fixed 64 bits.
- * @function
- * @param {Long|number|string} value Value to write
- * @returns {Writer} `this`
- * @throws {TypeError} If `value` is a string and no long library is present.
- */
-Writer.prototype.sfixed64 = Writer.prototype.fixed64;
-
-/**
- * Writes a float (32 bit).
- * @function
- * @param {number} value Value to write
- * @returns {Writer} `this`
- */
-Writer.prototype.float = function write_float(value) {
- return this._push(util.float.writeFloatLE, 4, value);
-};
-
-/**
- * Writes a double (64 bit float).
- * @function
- * @param {number} value Value to write
- * @returns {Writer} `this`
- */
-Writer.prototype.double = function write_double(value) {
- return this._push(util.float.writeDoubleLE, 8, value);
-};
-
-var writeBytes = util.Array.prototype.set
- ? function writeBytes_set(val, buf, pos) {
- buf.set(val, pos); // also works for plain array values
- }
- /* istanbul ignore next */
- : function writeBytes_for(val, buf, pos) {
- for (var i = 0; i < val.length; ++i)
- buf[pos + i] = val[i];
- };
-
-/**
- * Writes a sequence of bytes.
- * @param {Uint8Array|string} value Buffer or base64 encoded string to write
- * @returns {Writer} `this`
- */
-Writer.prototype.bytes = function write_bytes(value) {
- var len = value.length >>> 0;
- if (!len)
- return this._push(writeByte, 1, 0);
- if (util.isString(value)) {
- var buf = Writer.alloc(len = base64.length(value));
- base64.decode(value, buf, 0);
- value = buf;
- }
- return this.uint32(len)._push(writeBytes, len, value);
-};
-
-/**
- * Writes a string.
- * @param {string} value Value to write
- * @returns {Writer} `this`
- */
-Writer.prototype.string = function write_string(value) {
- var len = utf8.length(value);
- return len
- ? this.uint32(len)._push(utf8.write, len, value)
- : this._push(writeByte, 1, 0);
-};
-
-/**
- * Forks this writer's state by pushing it to a stack.
- * Calling {@link Writer#reset|reset} or {@link Writer#ldelim|ldelim} resets the writer to the previous state.
- * @returns {Writer} `this`
- */
-Writer.prototype.fork = function fork() {
- this.states = new State(this);
- this.head = this.tail = new Op(noop, 0, 0);
- this.len = 0;
- return this;
-};
-
-/**
- * Resets this instance to the last state.
- * @returns {Writer} `this`
- */
-Writer.prototype.reset = function reset() {
- if (this.states) {
- this.head = this.states.head;
- this.tail = this.states.tail;
- this.len = this.states.len;
- this.states = this.states.next;
- } else {
- this.head = this.tail = new Op(noop, 0, 0);
- this.len = 0;
- }
- return this;
-};
-
-/**
- * Resets to the last state and appends the fork state's current write length as a varint followed by its operations.
- * @returns {Writer} `this`
- */
-Writer.prototype.ldelim = function ldelim() {
- var head = this.head,
- tail = this.tail,
- len = this.len;
- this.reset().uint32(len);
- if (len) {
- this.tail.next = head.next; // skip noop
- this.tail = tail;
- this.len += len;
- }
- return this;
-};
-
-/**
- * Finishes the write operation.
- * @returns {Uint8Array} Finished buffer
- */
-Writer.prototype.finish = function finish() {
- var head = this.head.next, // skip noop
- buf = this.constructor.alloc(this.len),
- pos = 0;
- while (head) {
- head.fn(head.val, buf, pos);
- pos += head.len;
- head = head.next;
- }
- // this.head = this.tail = null;
- return buf;
-};
-
-Writer._configure = function(BufferWriter_) {
- BufferWriter = BufferWriter_;
- Writer.create = create();
- BufferWriter._configure();
-};
-
-
-/***/ }),
-
-/***/ "G8sG":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = Message;
-
-var util = __webpack_require__("6Tgl");
-
-/**
- * Constructs a new message instance.
- * @classdesc Abstract runtime message.
- * @constructor
- * @param {Properties<T>} [properties] Properties to set
- * @template T extends object = object
- */
-function Message(properties) {
- // not used internally
- if (properties)
- for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i)
- this[keys[i]] = properties[keys[i]];
-}
-
-/**
- * Reference to the reflected type.
- * @name Message.$type
- * @type {Type}
- * @readonly
- */
-
-/**
- * Reference to the reflected type.
- * @name Message#$type
- * @type {Type}
- * @readonly
- */
-
-/*eslint-disable valid-jsdoc*/
-
-/**
- * Creates a new message of this type using the specified properties.
- * @param {Object.<string,*>} [properties] Properties to set
- * @returns {Message<T>} Message instance
- * @template T extends Message<T>
- * @this Constructor<T>
- */
-Message.create = function create(properties) {
- return this.$type.create(properties);
-};
-
-/**
- * Encodes a message of this type.
- * @param {T|Object.<string,*>} message Message to encode
- * @param {Writer} [writer] Writer to use
- * @returns {Writer} Writer
- * @template T extends Message<T>
- * @this Constructor<T>
- */
-Message.encode = function encode(message, writer) {
- return this.$type.encode(message, writer);
-};
-
-/**
- * Encodes a message of this type preceeded by its length as a varint.
- * @param {T|Object.<string,*>} message Message to encode
- * @param {Writer} [writer] Writer to use
- * @returns {Writer} Writer
- * @template T extends Message<T>
- * @this Constructor<T>
- */
-Message.encodeDelimited = function encodeDelimited(message, writer) {
- return this.$type.encodeDelimited(message, writer);
-};
-
-/**
- * Decodes a message of this type.
- * @name Message.decode
- * @function
- * @param {Reader|Uint8Array} reader Reader or buffer to decode
- * @returns {T} Decoded message
- * @template T extends Message<T>
- * @this Constructor<T>
- */
-Message.decode = function decode(reader) {
- return this.$type.decode(reader);
-};
-
-/**
- * Decodes a message of this type preceeded by its length as a varint.
- * @name Message.decodeDelimited
- * @function
- * @param {Reader|Uint8Array} reader Reader or buffer to decode
- * @returns {T} Decoded message
- * @template T extends Message<T>
- * @this Constructor<T>
- */
-Message.decodeDelimited = function decodeDelimited(reader) {
- return this.$type.decodeDelimited(reader);
-};
-
-/**
- * Verifies a message of this type.
- * @name Message.verify
- * @function
- * @param {Object.<string,*>} message Plain object to verify
- * @returns {string|null} `null` if valid, otherwise the reason why it is not
- */
-Message.verify = function verify(message) {
- return this.$type.verify(message);
-};
-
-/**
- * Creates a new message of this type from a plain object. Also converts values to their respective internal types.
- * @param {Object.<string,*>} object Plain object
- * @returns {T} Message instance
- * @template T extends Message<T>
- * @this Constructor<T>
- */
-Message.fromObject = function fromObject(object) {
- return this.$type.fromObject(object);
-};
-
-/**
- * Creates a plain object from a message of this type. Also converts values to other types if specified.
- * @param {T} message Message instance
- * @param {IConversionOptions} [options] Conversion options
- * @returns {Object.<string,*>} Plain object
- * @template T extends Message<T>
- * @this Constructor<T>
- */
-Message.toObject = function toObject(message, options) {
- return this.$type.toObject(message, options);
-};
-
-/**
- * Converts this message to JSON.
- * @returns {Object.<string,*>} JSON object
- */
-Message.prototype.toJSON = function toJSON() {
- return this.$type.toObject(this, util.toJSONOptions);
-};
-
-/*eslint-enable valid-jsdoc*/
-
-/***/ }),
-
-/***/ "IRA2":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = Reader;
-
-var util = __webpack_require__("6Tgl");
-
-var BufferReader; // cyclic
-
-var LongBits = util.LongBits,
- utf8 = util.utf8;
-
-/* istanbul ignore next */
-function indexOutOfRange(reader, writeLength) {
- return RangeError("index out of range: " + reader.pos + " + " + (writeLength || 1) + " > " + reader.len);
-}
-
-/**
- * Constructs a new reader instance using the specified buffer.
- * @classdesc Wire format reader using `Uint8Array` if available, otherwise `Array`.
- * @constructor
- * @param {Uint8Array} buffer Buffer to read from
- */
-function Reader(buffer) {
-
- /**
- * Read buffer.
- * @type {Uint8Array}
- */
- this.buf = buffer;
-
- /**
- * Read buffer position.
- * @type {number}
- */
- this.pos = 0;
-
- /**
- * Read buffer length.
- * @type {number}
- */
- this.len = buffer.length;
-}
-
-var create_array = typeof Uint8Array !== "undefined"
- ? function create_typed_array(buffer) {
- if (buffer instanceof Uint8Array || Array.isArray(buffer))
- return new Reader(buffer);
- throw Error("illegal buffer");
- }
- /* istanbul ignore next */
- : function create_array(buffer) {
- if (Array.isArray(buffer))
- return new Reader(buffer);
- throw Error("illegal buffer");
- };
-
-var create = function create() {
- return util.Buffer
- ? function create_buffer_setup(buffer) {
- return (Reader.create = function create_buffer(buffer) {
- return util.Buffer.isBuffer(buffer)
- ? new BufferReader(buffer)
- /* istanbul ignore next */
- : create_array(buffer);
- })(buffer);
- }
- /* istanbul ignore next */
- : create_array;
-};
-
-/**
- * Creates a new reader using the specified buffer.
- * @function
- * @param {Uint8Array|Buffer} buffer Buffer to read from
- * @returns {Reader|BufferReader} A {@link BufferReader} if `buffer` is a Buffer, otherwise a {@link Reader}
- * @throws {Error} If `buffer` is not a valid buffer
- */
-Reader.create = create();
-
-Reader.prototype._slice = util.Array.prototype.subarray || /* istanbul ignore next */ util.Array.prototype.slice;
-
-/**
- * Reads a varint as an unsigned 32 bit value.
- * @function
- * @returns {number} Value read
- */
-Reader.prototype.uint32 = (function read_uint32_setup() {
- var value = 4294967295; // optimizer type-hint, tends to deopt otherwise (?!)
- return function read_uint32() {
- value = ( this.buf[this.pos] & 127 ) >>> 0; if (this.buf[this.pos++] < 128) return value;
- value = (value | (this.buf[this.pos] & 127) << 7) >>> 0; if (this.buf[this.pos++] < 128) return value;
- value = (value | (this.buf[this.pos] & 127) << 14) >>> 0; if (this.buf[this.pos++] < 128) return value;
- value = (value | (this.buf[this.pos] & 127) << 21) >>> 0; if (this.buf[this.pos++] < 128) return value;
- value = (value | (this.buf[this.pos] & 15) << 28) >>> 0; if (this.buf[this.pos++] < 128) return value;
-
- /* istanbul ignore if */
- if ((this.pos += 5) > this.len) {
- this.pos = this.len;
- throw indexOutOfRange(this, 10);
- }
- return value;
- };
-})();
-
-/**
- * Reads a varint as a signed 32 bit value.
- * @returns {number} Value read
- */
-Reader.prototype.int32 = function read_int32() {
- return this.uint32() | 0;
-};
-
-/**
- * Reads a zig-zag encoded varint as a signed 32 bit value.
- * @returns {number} Value read
- */
-Reader.prototype.sint32 = function read_sint32() {
- var value = this.uint32();
- return value >>> 1 ^ -(value & 1) | 0;
-};
-
-/* eslint-disable no-invalid-this */
-
-function readLongVarint() {
- // tends to deopt with local vars for octet etc.
- var bits = new LongBits(0, 0);
- var i = 0;
- if (this.len - this.pos > 4) { // fast route (lo)
- for (; i < 4; ++i) {
- // 1st..4th
- bits.lo = (bits.lo | (this.buf[this.pos] & 127) << i * 7) >>> 0;
- if (this.buf[this.pos++] < 128)
- return bits;
- }
- // 5th
- bits.lo = (bits.lo | (this.buf[this.pos] & 127) << 28) >>> 0;
- bits.hi = (bits.hi | (this.buf[this.pos] & 127) >> 4) >>> 0;
- if (this.buf[this.pos++] < 128)
- return bits;
- i = 0;
- } else {
- for (; i < 3; ++i) {
- /* istanbul ignore if */
- if (this.pos >= this.len)
- throw indexOutOfRange(this);
- // 1st..3th
- bits.lo = (bits.lo | (this.buf[this.pos] & 127) << i * 7) >>> 0;
- if (this.buf[this.pos++] < 128)
- return bits;
- }
- // 4th
- bits.lo = (bits.lo | (this.buf[this.pos++] & 127) << i * 7) >>> 0;
- return bits;
- }
- if (this.len - this.pos > 4) { // fast route (hi)
- for (; i < 5; ++i) {
- // 6th..10th
- bits.hi = (bits.hi | (this.buf[this.pos] & 127) << i * 7 + 3) >>> 0;
- if (this.buf[this.pos++] < 128)
- return bits;
- }
- } else {
- for (; i < 5; ++i) {
- /* istanbul ignore if */
- if (this.pos >= this.len)
- throw indexOutOfRange(this);
- // 6th..10th
- bits.hi = (bits.hi | (this.buf[this.pos] & 127) << i * 7 + 3) >>> 0;
- if (this.buf[this.pos++] < 128)
- return bits;
- }
- }
- /* istanbul ignore next */
- throw Error("invalid varint encoding");
-}
-
-/* eslint-enable no-invalid-this */
-
-/**
- * Reads a varint as a signed 64 bit value.
- * @name Reader#int64
- * @function
- * @returns {Long} Value read
- */
-
-/**
- * Reads a varint as an unsigned 64 bit value.
- * @name Reader#uint64
- * @function
- * @returns {Long} Value read
- */
-
-/**
- * Reads a zig-zag encoded varint as a signed 64 bit value.
- * @name Reader#sint64
- * @function
- * @returns {Long} Value read
- */
-
-/**
- * Reads a varint as a boolean.
- * @returns {boolean} Value read
- */
-Reader.prototype.bool = function read_bool() {
- return this.uint32() !== 0;
-};
-
-function readFixed32_end(buf, end) { // note that this uses `end`, not `pos`
- return (buf[end - 4]
- | buf[end - 3] << 8
- | buf[end - 2] << 16
- | buf[end - 1] << 24) >>> 0;
-}
-
-/**
- * Reads fixed 32 bits as an unsigned 32 bit integer.
- * @returns {number} Value read
- */
-Reader.prototype.fixed32 = function read_fixed32() {
-
- /* istanbul ignore if */
- if (this.pos + 4 > this.len)
- throw indexOutOfRange(this, 4);
-
- return readFixed32_end(this.buf, this.pos += 4);
-};
-
-/**
- * Reads fixed 32 bits as a signed 32 bit integer.
- * @returns {number} Value read
- */
-Reader.prototype.sfixed32 = function read_sfixed32() {
-
- /* istanbul ignore if */
- if (this.pos + 4 > this.len)
- throw indexOutOfRange(this, 4);
-
- return readFixed32_end(this.buf, this.pos += 4) | 0;
-};
-
-/* eslint-disable no-invalid-this */
-
-function readFixed64(/* this: Reader */) {
-
- /* istanbul ignore if */
- if (this.pos + 8 > this.len)
- throw indexOutOfRange(this, 8);
-
- return new LongBits(readFixed32_end(this.buf, this.pos += 4), readFixed32_end(this.buf, this.pos += 4));
-}
-
-/* eslint-enable no-invalid-this */
-
-/**
- * Reads fixed 64 bits.
- * @name Reader#fixed64
- * @function
- * @returns {Long} Value read
- */
-
-/**
- * Reads zig-zag encoded fixed 64 bits.
- * @name Reader#sfixed64
- * @function
- * @returns {Long} Value read
- */
-
-/**
- * Reads a float (32 bit) as a number.
- * @function
- * @returns {number} Value read
- */
-Reader.prototype.float = function read_float() {
-
- /* istanbul ignore if */
- if (this.pos + 4 > this.len)
- throw indexOutOfRange(this, 4);
-
- var value = util.float.readFloatLE(this.buf, this.pos);
- this.pos += 4;
- return value;
-};
-
-/**
- * Reads a double (64 bit float) as a number.
- * @function
- * @returns {number} Value read
- */
-Reader.prototype.double = function read_double() {
-
- /* istanbul ignore if */
- if (this.pos + 8 > this.len)
- throw indexOutOfRange(this, 4);
-
- var value = util.float.readDoubleLE(this.buf, this.pos);
- this.pos += 8;
- return value;
-};
-
-/**
- * Reads a sequence of bytes preceeded by its length as a varint.
- * @returns {Uint8Array} Value read
- */
-Reader.prototype.bytes = function read_bytes() {
- var length = this.uint32(),
- start = this.pos,
- end = this.pos + length;
-
- /* istanbul ignore if */
- if (end > this.len)
- throw indexOutOfRange(this, length);
-
- this.pos += length;
- if (Array.isArray(this.buf)) // plain array
- return this.buf.slice(start, end);
- return start === end // fix for IE 10/Win8 and others' subarray returning array of size 1
- ? new this.buf.constructor(0)
- : this._slice.call(this.buf, start, end);
-};
-
-/**
- * Reads a string preceeded by its byte length as a varint.
- * @returns {string} Value read
- */
-Reader.prototype.string = function read_string() {
- var bytes = this.bytes();
- return utf8.read(bytes, 0, bytes.length);
-};
-
-/**
- * Skips the specified number of bytes if specified, otherwise skips a varint.
- * @param {number} [length] Length if known, otherwise a varint is assumed
- * @returns {Reader} `this`
- */
-Reader.prototype.skip = function skip(length) {
- if (typeof length === "number") {
- /* istanbul ignore if */
- if (this.pos + length > this.len)
- throw indexOutOfRange(this, length);
- this.pos += length;
- } else {
- do {
- /* istanbul ignore if */
- if (this.pos >= this.len)
- throw indexOutOfRange(this);
- } while (this.buf[this.pos++] & 128);
- }
- return this;
-};
-
-/**
- * Skips the next element of the specified wire type.
- * @param {number} wireType Wire type received
- * @returns {Reader} `this`
- */
-Reader.prototype.skipType = function(wireType) {
- switch (wireType) {
- case 0:
- this.skip();
- break;
- case 1:
- this.skip(8);
- break;
- case 2:
- this.skip(this.uint32());
- break;
- case 3:
- while ((wireType = this.uint32() & 7) !== 4) {
- this.skipType(wireType);
- }
- break;
- case 5:
- this.skip(4);
- break;
-
- /* istanbul ignore next */
- default:
- throw Error("invalid wire type " + wireType + " at offset " + this.pos);
- }
- return this;
-};
-
-Reader._configure = function(BufferReader_) {
- BufferReader = BufferReader_;
- Reader.create = create();
- BufferReader._configure();
-
- var fn = util.Long ? "toLong" : /* istanbul ignore next */ "toNumber";
- util.merge(Reader.prototype, {
-
- int64: function read_int64() {
- return readLongVarint.call(this)[fn](false);
- },
-
- uint64: function read_uint64() {
- return readLongVarint.call(this)[fn](true);
- },
-
- sint64: function read_sint64() {
- return readLongVarint.call(this).zzDecode()[fn](false);
- },
-
- fixed64: function read_fixed64() {
- return readFixed64.call(this)[fn](true);
- },
-
- sfixed64: function read_sfixed64() {
- return readFixed64.call(this)[fn](false);
- }
-
- });
-};
-
-
-/***/ }),
-
-/***/ "KlcT":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = verifier;
-
-var Enum = __webpack_require__("vREW"),
- util = __webpack_require__("y9PA");
-
-function invalid(field, expected) {
- return field.name + ": " + expected + (field.repeated && expected !== "array" ? "[]" : field.map && expected !== "object" ? "{k:"+field.keyType+"}" : "") + " expected";
-}
-
-/**
- * Generates a partial value verifier.
- * @param {Codegen} gen Codegen instance
- * @param {Field} field Reflected field
- * @param {number} fieldIndex Field index
- * @param {string} ref Variable reference
- * @returns {Codegen} Codegen instance
- * @ignore
- */
-function genVerifyValue(gen, field, fieldIndex, ref) {
- /* eslint-disable no-unexpected-multiline */
- if (field.resolvedType) {
- if (field.resolvedType instanceof Enum) { gen
- ("switch(%s){", ref)
- ("default:")
- ("return%j", invalid(field, "enum value"));
- for (var keys = Object.keys(field.resolvedType.values), j = 0; j < keys.length; ++j) gen
- ("case %i:", field.resolvedType.values[keys[j]]);
- gen
- ("break")
- ("}");
- } else {
- gen
- ("{")
- ("var e=types[%i].verify(%s);", fieldIndex, ref)
- ("if(e)")
- ("return%j+e", field.name + ".")
- ("}");
- }
- } else {
- switch (field.type) {
- case "int32":
- case "uint32":
- case "sint32":
- case "fixed32":
- case "sfixed32": gen
- ("if(!util.isInteger(%s))", ref)
- ("return%j", invalid(field, "integer"));
- break;
- case "int64":
- case "uint64":
- case "sint64":
- case "fixed64":
- case "sfixed64": gen
- ("if(!util.isInteger(%s)&&!(%s&&util.isInteger(%s.low)&&util.isInteger(%s.high)))", ref, ref, ref, ref)
- ("return%j", invalid(field, "integer|Long"));
- break;
- case "float":
- case "double": gen
- ("if(typeof %s!==\"number\")", ref)
- ("return%j", invalid(field, "number"));
- break;
- case "bool": gen
- ("if(typeof %s!==\"boolean\")", ref)
- ("return%j", invalid(field, "boolean"));
- break;
- case "string": gen
- ("if(!util.isString(%s))", ref)
- ("return%j", invalid(field, "string"));
- break;
- case "bytes": gen
- ("if(!(%s&&typeof %s.length===\"number\"||util.isString(%s)))", ref, ref, ref)
- ("return%j", invalid(field, "buffer"));
- break;
- }
- }
- return gen;
- /* eslint-enable no-unexpected-multiline */
-}
-
-/**
- * Generates a partial key verifier.
- * @param {Codegen} gen Codegen instance
- * @param {Field} field Reflected field
- * @param {string} ref Variable reference
- * @returns {Codegen} Codegen instance
- * @ignore
- */
-function genVerifyKey(gen, field, ref) {
- /* eslint-disable no-unexpected-multiline */
- switch (field.keyType) {
- case "int32":
- case "uint32":
- case "sint32":
- case "fixed32":
- case "sfixed32": gen
- ("if(!util.key32Re.test(%s))", ref)
- ("return%j", invalid(field, "integer key"));
- break;
- case "int64":
- case "uint64":
- case "sint64":
- case "fixed64":
- case "sfixed64": gen
- ("if(!util.key64Re.test(%s))", ref) // see comment above: x is ok, d is not
- ("return%j", invalid(field, "integer|Long key"));
- break;
- case "bool": gen
- ("if(!util.key2Re.test(%s))", ref)
- ("return%j", invalid(field, "boolean key"));
- break;
- }
- return gen;
- /* eslint-enable no-unexpected-multiline */
-}
-
-/**
- * Generates a verifier specific to the specified message type.
- * @param {Type} mtype Message type
- * @returns {Codegen} Codegen instance
- */
-function verifier(mtype) {
- /* eslint-disable no-unexpected-multiline */
-
- var gen = util.codegen(["m"], mtype.name + "$verify")
- ("if(typeof m!==\"object\"||m===null)")
- ("return%j", "object expected");
- var oneofs = mtype.oneofsArray,
- seenFirstField = {};
- if (oneofs.length) gen
- ("var p={}");
-
- for (var i = 0; i < /* initializes */ mtype.fieldsArray.length; ++i) {
- var field = mtype._fieldsArray[i].resolve(),
- ref = "m" + util.safeProp(field.name);
-
- if (field.optional) gen
- ("if(%s!=null&&m.hasOwnProperty(%j)){", ref, field.name); // !== undefined && !== null
-
- // map fields
- if (field.map) { gen
- ("if(!util.isObject(%s))", ref)
- ("return%j", invalid(field, "object"))
- ("var k=Object.keys(%s)", ref)
- ("for(var i=0;i<k.length;++i){");
- genVerifyKey(gen, field, "k[i]");
- genVerifyValue(gen, field, i, ref + "[k[i]]")
- ("}");
-
- // repeated fields
- } else if (field.repeated) { gen
- ("if(!Array.isArray(%s))", ref)
- ("return%j", invalid(field, "array"))
- ("for(var i=0;i<%s.length;++i){", ref);
- genVerifyValue(gen, field, i, ref + "[i]")
- ("}");
-
- // required or present fields
- } else {
- if (field.partOf) {
- var oneofProp = util.safeProp(field.partOf.name);
- if (seenFirstField[field.partOf.name] === 1) gen
- ("if(p%s===1)", oneofProp)
- ("return%j", field.partOf.name + ": multiple values");
- seenFirstField[field.partOf.name] = 1;
- gen
- ("p%s=1", oneofProp);
- }
- genVerifyValue(gen, field, i, ref);
- }
- if (field.optional) gen
- ("}");
- }
- return gen
- ("return null");
- /* eslint-enable no-unexpected-multiline */
-}
-
-/***/ }),
-
-/***/ "KwGI":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-module.exports = factory(factory);
-
-/**
- * Reads / writes floats / doubles from / to buffers.
- * @name util.float
- * @namespace
- */
-
-/**
- * Writes a 32 bit float to a buffer using little endian byte order.
- * @name util.float.writeFloatLE
- * @function
- * @param {number} val Value to write
- * @param {Uint8Array} buf Target buffer
- * @param {number} pos Target buffer offset
- * @returns {undefined}
- */
-
-/**
- * Writes a 32 bit float to a buffer using big endian byte order.
- * @name util.float.writeFloatBE
- * @function
- * @param {number} val Value to write
- * @param {Uint8Array} buf Target buffer
- * @param {number} pos Target buffer offset
- * @returns {undefined}
- */
-
-/**
- * Reads a 32 bit float from a buffer using little endian byte order.
- * @name util.float.readFloatLE
- * @function
- * @param {Uint8Array} buf Source buffer
- * @param {number} pos Source buffer offset
- * @returns {number} Value read
- */
-
-/**
- * Reads a 32 bit float from a buffer using big endian byte order.
- * @name util.float.readFloatBE
- * @function
- * @param {Uint8Array} buf Source buffer
- * @param {number} pos Source buffer offset
- * @returns {number} Value read
- */
-
-/**
- * Writes a 64 bit double to a buffer using little endian byte order.
- * @name util.float.writeDoubleLE
- * @function
- * @param {number} val Value to write
- * @param {Uint8Array} buf Target buffer
- * @param {number} pos Target buffer offset
- * @returns {undefined}
- */
-
-/**
- * Writes a 64 bit double to a buffer using big endian byte order.
- * @name util.float.writeDoubleBE
- * @function
- * @param {number} val Value to write
- * @param {Uint8Array} buf Target buffer
- * @param {number} pos Target buffer offset
- * @returns {undefined}
- */
-
-/**
- * Reads a 64 bit double from a buffer using little endian byte order.
- * @name util.float.readDoubleLE
- * @function
- * @param {Uint8Array} buf Source buffer
- * @param {number} pos Source buffer offset
- * @returns {number} Value read
- */
-
-/**
- * Reads a 64 bit double from a buffer using big endian byte order.
- * @name util.float.readDoubleBE
- * @function
- * @param {Uint8Array} buf Source buffer
- * @param {number} pos Source buffer offset
- * @returns {number} Value read
- */
-
-// Factory function for the purpose of node-based testing in modified global environments
-function factory(exports) {
-
- // float: typed array
- if (typeof Float32Array !== "undefined") (function() {
-
- var f32 = new Float32Array([ -0 ]),
- f8b = new Uint8Array(f32.buffer),
- le = f8b[3] === 128;
-
- function writeFloat_f32_cpy(val, buf, pos) {
- f32[0] = val;
- buf[pos ] = f8b[0];
- buf[pos + 1] = f8b[1];
- buf[pos + 2] = f8b[2];
- buf[pos + 3] = f8b[3];
- }
-
- function writeFloat_f32_rev(val, buf, pos) {
- f32[0] = val;
- buf[pos ] = f8b[3];
- buf[pos + 1] = f8b[2];
- buf[pos + 2] = f8b[1];
- buf[pos + 3] = f8b[0];
- }
-
- /* istanbul ignore next */
- exports.writeFloatLE = le ? writeFloat_f32_cpy : writeFloat_f32_rev;
- /* istanbul ignore next */
- exports.writeFloatBE = le ? writeFloat_f32_rev : writeFloat_f32_cpy;
-
- function readFloat_f32_cpy(buf, pos) {
- f8b[0] = buf[pos ];
- f8b[1] = buf[pos + 1];
- f8b[2] = buf[pos + 2];
- f8b[3] = buf[pos + 3];
- return f32[0];
- }
-
- function readFloat_f32_rev(buf, pos) {
- f8b[3] = buf[pos ];
- f8b[2] = buf[pos + 1];
- f8b[1] = buf[pos + 2];
- f8b[0] = buf[pos + 3];
- return f32[0];
- }
-
- /* istanbul ignore next */
- exports.readFloatLE = le ? readFloat_f32_cpy : readFloat_f32_rev;
- /* istanbul ignore next */
- exports.readFloatBE = le ? readFloat_f32_rev : readFloat_f32_cpy;
-
- // float: ieee754
- })(); else (function() {
-
- function writeFloat_ieee754(writeUint, val, buf, pos) {
- var sign = val < 0 ? 1 : 0;
- if (sign)
- val = -val;
- if (val === 0)
- writeUint(1 / val > 0 ? /* positive */ 0 : /* negative 0 */ 2147483648, buf, pos);
- else if (isNaN(val))
- writeUint(2143289344, buf, pos);
- else if (val > 3.4028234663852886e+38) // +-Infinity
- writeUint((sign << 31 | 2139095040) >>> 0, buf, pos);
- else if (val < 1.1754943508222875e-38) // denormal
- writeUint((sign << 31 | Math.round(val / 1.401298464324817e-45)) >>> 0, buf, pos);
- else {
- var exponent = Math.floor(Math.log(val) / Math.LN2),
- mantissa = Math.round(val * Math.pow(2, -exponent) * 8388608) & 8388607;
- writeUint((sign << 31 | exponent + 127 << 23 | mantissa) >>> 0, buf, pos);
- }
- }
-
- exports.writeFloatLE = writeFloat_ieee754.bind(null, writeUintLE);
- exports.writeFloatBE = writeFloat_ieee754.bind(null, writeUintBE);
-
- function readFloat_ieee754(readUint, buf, pos) {
- var uint = readUint(buf, pos),
- sign = (uint >> 31) * 2 + 1,
- exponent = uint >>> 23 & 255,
- mantissa = uint & 8388607;
- return exponent === 255
- ? mantissa
- ? NaN
- : sign * Infinity
- : exponent === 0 // denormal
- ? sign * 1.401298464324817e-45 * mantissa
- : sign * Math.pow(2, exponent - 150) * (mantissa + 8388608);
- }
-
- exports.readFloatLE = readFloat_ieee754.bind(null, readUintLE);
- exports.readFloatBE = readFloat_ieee754.bind(null, readUintBE);
-
- })();
-
- // double: typed array
- if (typeof Float64Array !== "undefined") (function() {
-
- var f64 = new Float64Array([-0]),
- f8b = new Uint8Array(f64.buffer),
- le = f8b[7] === 128;
-
- function writeDouble_f64_cpy(val, buf, pos) {
- f64[0] = val;
- buf[pos ] = f8b[0];
- buf[pos + 1] = f8b[1];
- buf[pos + 2] = f8b[2];
- buf[pos + 3] = f8b[3];
- buf[pos + 4] = f8b[4];
- buf[pos + 5] = f8b[5];
- buf[pos + 6] = f8b[6];
- buf[pos + 7] = f8b[7];
- }
-
- function writeDouble_f64_rev(val, buf, pos) {
- f64[0] = val;
- buf[pos ] = f8b[7];
- buf[pos + 1] = f8b[6];
- buf[pos + 2] = f8b[5];
- buf[pos + 3] = f8b[4];
- buf[pos + 4] = f8b[3];
- buf[pos + 5] = f8b[2];
- buf[pos + 6] = f8b[1];
- buf[pos + 7] = f8b[0];
- }
-
- /* istanbul ignore next */
- exports.writeDoubleLE = le ? writeDouble_f64_cpy : writeDouble_f64_rev;
- /* istanbul ignore next */
- exports.writeDoubleBE = le ? writeDouble_f64_rev : writeDouble_f64_cpy;
-
- function readDouble_f64_cpy(buf, pos) {
- f8b[0] = buf[pos ];
- f8b[1] = buf[pos + 1];
- f8b[2] = buf[pos + 2];
- f8b[3] = buf[pos + 3];
- f8b[4] = buf[pos + 4];
- f8b[5] = buf[pos + 5];
- f8b[6] = buf[pos + 6];
- f8b[7] = buf[pos + 7];
- return f64[0];
- }
-
- function readDouble_f64_rev(buf, pos) {
- f8b[7] = buf[pos ];
- f8b[6] = buf[pos + 1];
- f8b[5] = buf[pos + 2];
- f8b[4] = buf[pos + 3];
- f8b[3] = buf[pos + 4];
- f8b[2] = buf[pos + 5];
- f8b[1] = buf[pos + 6];
- f8b[0] = buf[pos + 7];
- return f64[0];
- }
-
- /* istanbul ignore next */
- exports.readDoubleLE = le ? readDouble_f64_cpy : readDouble_f64_rev;
- /* istanbul ignore next */
- exports.readDoubleBE = le ? readDouble_f64_rev : readDouble_f64_cpy;
-
- // double: ieee754
- })(); else (function() {
-
- function writeDouble_ieee754(writeUint, off0, off1, val, buf, pos) {
- var sign = val < 0 ? 1 : 0;
- if (sign)
- val = -val;
- if (val === 0) {
- writeUint(0, buf, pos + off0);
- writeUint(1 / val > 0 ? /* positive */ 0 : /* negative 0 */ 2147483648, buf, pos + off1);
- } else if (isNaN(val)) {
- writeUint(0, buf, pos + off0);
- writeUint(2146959360, buf, pos + off1);
- } else if (val > 1.7976931348623157e+308) { // +-Infinity
- writeUint(0, buf, pos + off0);
- writeUint((sign << 31 | 2146435072) >>> 0, buf, pos + off1);
- } else {
- var mantissa;
- if (val < 2.2250738585072014e-308) { // denormal
- mantissa = val / 5e-324;
- writeUint(mantissa >>> 0, buf, pos + off0);
- writeUint((sign << 31 | mantissa / 4294967296) >>> 0, buf, pos + off1);
- } else {
- var exponent = Math.floor(Math.log(val) / Math.LN2);
- if (exponent === 1024)
- exponent = 1023;
- mantissa = val * Math.pow(2, -exponent);
- writeUint(mantissa * 4503599627370496 >>> 0, buf, pos + off0);
- writeUint((sign << 31 | exponent + 1023 << 20 | mantissa * 1048576 & 1048575) >>> 0, buf, pos + off1);
- }
- }
- }
-
- exports.writeDoubleLE = writeDouble_ieee754.bind(null, writeUintLE, 0, 4);
- exports.writeDoubleBE = writeDouble_ieee754.bind(null, writeUintBE, 4, 0);
-
- function readDouble_ieee754(readUint, off0, off1, buf, pos) {
- var lo = readUint(buf, pos + off0),
- hi = readUint(buf, pos + off1);
- var sign = (hi >> 31) * 2 + 1,
- exponent = hi >>> 20 & 2047,
- mantissa = 4294967296 * (hi & 1048575) + lo;
- return exponent === 2047
- ? mantissa
- ? NaN
- : sign * Infinity
- : exponent === 0 // denormal
- ? sign * 5e-324 * mantissa
- : sign * Math.pow(2, exponent - 1075) * (mantissa + 4503599627370496);
- }
-
- exports.readDoubleLE = readDouble_ieee754.bind(null, readUintLE, 0, 4);
- exports.readDoubleBE = readDouble_ieee754.bind(null, readUintBE, 4, 0);
-
- })();
-
- return exports;
-}
-
-// uint helpers
-
-function writeUintLE(val, buf, pos) {
- buf[pos ] = val & 255;
- buf[pos + 1] = val >>> 8 & 255;
- buf[pos + 2] = val >>> 16 & 255;
- buf[pos + 3] = val >>> 24;
-}
-
-function writeUintBE(val, buf, pos) {
- buf[pos ] = val >>> 24;
- buf[pos + 1] = val >>> 16 & 255;
- buf[pos + 2] = val >>> 8 & 255;
- buf[pos + 3] = val & 255;
-}
-
-function readUintLE(buf, pos) {
- return (buf[pos ]
- | buf[pos + 1] << 8
- | buf[pos + 2] << 16
- | buf[pos + 3] << 24) >>> 0;
-}
-
-function readUintBE(buf, pos) {
- return (buf[pos ] << 24
- | buf[pos + 1] << 16
- | buf[pos + 2] << 8
- | buf[pos + 3]) >>> 0;
-}
-
-
-/***/ }),
-
-/***/ "LZp6":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-/**
- * A minimal path module to resolve Unix, Windows and URL paths alike.
- * @memberof util
- * @namespace
- */
-var path = exports;
-
-var isAbsolute =
-/**
- * Tests if the specified path is absolute.
- * @param {string} path Path to test
- * @returns {boolean} `true` if path is absolute
- */
-path.isAbsolute = function isAbsolute(path) {
- return /^(?:\/|\w+:)/.test(path);
-};
-
-var normalize =
-/**
- * Normalizes the specified path.
- * @param {string} path Path to normalize
- * @returns {string} Normalized path
- */
-path.normalize = function normalize(path) {
- path = path.replace(/\\/g, "/")
- .replace(/\/{2,}/g, "/");
- var parts = path.split("/"),
- absolute = isAbsolute(path),
- prefix = "";
- if (absolute)
- prefix = parts.shift() + "/";
- for (var i = 0; i < parts.length;) {
- if (parts[i] === "..") {
- if (i > 0 && parts[i - 1] !== "..")
- parts.splice(--i, 2);
- else if (absolute)
- parts.splice(i, 1);
- else
- ++i;
- } else if (parts[i] === ".")
- parts.splice(i, 1);
- else
- ++i;
- }
- return prefix + parts.join("/");
-};
-
-/**
- * Resolves the specified include path against the specified origin path.
- * @param {string} originPath Path to the origin file
- * @param {string} includePath Include path relative to origin path
- * @param {boolean} [alreadyNormalized=false] `true` if both paths are already known to be normalized
- * @returns {string} Path to the include file
- */
-path.resolve = function resolve(originPath, includePath, alreadyNormalized) {
- if (!alreadyNormalized)
- includePath = normalize(includePath);
- if (isAbsolute(includePath))
- return includePath;
- if (!alreadyNormalized)
- originPath = normalize(originPath);
- return (originPath = originPath.replace(/(?:\/|^)[^/]+$/, "")).length ? normalize(originPath + "/" + includePath) : includePath;
-};
-
-
-/***/ }),
-
-/***/ "MFts":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = asPromise;
-
-/**
- * Callback as used by {@link util.asPromise}.
- * @typedef asPromiseCallback
- * @type {function}
- * @param {Error|null} error Error, if any
- * @param {...*} params Additional arguments
- * @returns {undefined}
- */
-
-/**
- * Returns a promise from a node-style callback function.
- * @memberof util
- * @param {asPromiseCallback} fn Function to call
- * @param {*} ctx Function context
- * @param {...*} params Function arguments
- * @returns {Promise<*>} Promisified function
- */
-function asPromise(fn, ctx/*, varargs */) {
- var params = new Array(arguments.length - 1),
- offset = 0,
- index = 2,
- pending = true;
- while (index < arguments.length)
- params[offset++] = arguments[index++];
- return new Promise(function executor(resolve, reject) {
- params[offset] = function callback(err/*, varargs */) {
- if (pending) {
- pending = false;
- if (err)
- reject(err);
- else {
- var params = new Array(arguments.length - 1),
- offset = 0;
- while (offset < params.length)
- params[offset++] = arguments[offset];
- resolve.apply(null, params);
- }
- }
- };
- try {
- fn.apply(ctx || null, params);
- } catch (err) {
- if (pending) {
- pending = false;
- reject(err);
- }
- }
- });
-}
-
-
-/***/ }),
-
-/***/ "NzeB":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var protobuf = module.exports = __webpack_require__("Bx+5");
-
-protobuf.build = "full";
-
-// Parser
-protobuf.tokenize = __webpack_require__("p2ao");
-protobuf.parse = __webpack_require__("Vh32");
-protobuf.common = __webpack_require__("oA4V");
-
-// Configure parser
-protobuf.Root._configure(protobuf.Type, protobuf.parse, protobuf.common);
-
-
-/***/ }),
-
-/***/ "Vh32":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = parse;
-
-parse.filename = null;
-parse.defaults = { keepCase: false };
-
-var tokenize = __webpack_require__("p2ao"),
- Root = __webpack_require__("7m6H"),
- Type = __webpack_require__("bs9O"),
- Field = __webpack_require__("pqPr"),
- MapField = __webpack_require__("guhe"),
- OneOf = __webpack_require__("d+r3"),
- Enum = __webpack_require__("vREW"),
- Service = __webpack_require__("dHTU"),
- Method = __webpack_require__("B4j6"),
- types = __webpack_require__("hSTS"),
- util = __webpack_require__("y9PA");
-
-var base10Re = /^[1-9][0-9]*$/,
- base10NegRe = /^-?[1-9][0-9]*$/,
- base16Re = /^0[x][0-9a-fA-F]+$/,
- base16NegRe = /^-?0[x][0-9a-fA-F]+$/,
- base8Re = /^0[0-7]+$/,
- base8NegRe = /^-?0[0-7]+$/,
- numberRe = /^(?![eE])[0-9]*(?:\.[0-9]*)?(?:[eE][+-]?[0-9]+)?$/,
- nameRe = /^[a-zA-Z_][a-zA-Z_0-9]*$/,
- typeRefRe = /^(?:\.?[a-zA-Z_][a-zA-Z_0-9]*)(?:\.[a-zA-Z_][a-zA-Z_0-9]*)*$/,
- fqTypeRefRe = /^(?:\.[a-zA-Z_][a-zA-Z_0-9]*)+$/;
-
-/**
- * Result object returned from {@link parse}.
- * @interface IParserResult
- * @property {string|undefined} package Package name, if declared
- * @property {string[]|undefined} imports Imports, if any
- * @property {string[]|undefined} weakImports Weak imports, if any
- * @property {string|undefined} syntax Syntax, if specified (either `"proto2"` or `"proto3"`)
- * @property {Root} root Populated root instance
- */
-
-/**
- * Options modifying the behavior of {@link parse}.
- * @interface IParseOptions
- * @property {boolean} [keepCase=false] Keeps field casing instead of converting to camel case
- * @property {boolean} [alternateCommentMode=false] Recognize double-slash comments in addition to doc-block comments.
- * @property {boolean} [preferTrailingComment=false] Use trailing comment when both leading comment and trailing comment exist.
- */
-
-/**
- * Options modifying the behavior of JSON serialization.
- * @interface IToJSONOptions
- * @property {boolean} [keepComments=false] Serializes comments.
- */
-
-/**
- * Parses the given .proto source and returns an object with the parsed contents.
- * @param {string} source Source contents
- * @param {Root} root Root to populate
- * @param {IParseOptions} [options] Parse options. Defaults to {@link parse.defaults} when omitted.
- * @returns {IParserResult} Parser result
- * @property {string} filename=null Currently processing file name for error reporting, if known
- * @property {IParseOptions} defaults Default {@link IParseOptions}
- */
-function parse(source, root, options) {
- /* eslint-disable callback-return */
- if (!(root instanceof Root)) {
- options = root;
- root = new Root();
- }
- if (!options)
- options = parse.defaults;
-
- var preferTrailingComment = options.preferTrailingComment || false;
- var tn = tokenize(source, options.alternateCommentMode || false),
- next = tn.next,
- push = tn.push,
- peek = tn.peek,
- skip = tn.skip,
- cmnt = tn.cmnt;
-
- var head = true,
- pkg,
- imports,
- weakImports,
- syntax,
- isProto3 = false;
-
- var ptr = root;
-
- var applyCase = options.keepCase ? function(name) { return name; } : util.camelCase;
-
- /* istanbul ignore next */
- function illegal(token, name, insideTryCatch) {
- var filename = parse.filename;
- if (!insideTryCatch)
- parse.filename = null;
- return Error("illegal " + (name || "token") + " '" + token + "' (" + (filename ? filename + ", " : "") + "line " + tn.line + ")");
- }
-
- function readString() {
- var values = [],
- token;
- do {
- /* istanbul ignore if */
- if ((token = next()) !== "\"" && token !== "'")
- throw illegal(token);
-
- values.push(next());
- skip(token);
- token = peek();
- } while (token === "\"" || token === "'");
- return values.join("");
- }
-
- function readValue(acceptTypeRef) {
- var token = next();
- switch (token) {
- case "'":
- case "\"":
- push(token);
- return readString();
- case "true": case "TRUE":
- return true;
- case "false": case "FALSE":
- return false;
- }
- try {
- return parseNumber(token, /* insideTryCatch */ true);
- } catch (e) {
-
- /* istanbul ignore else */
- if (acceptTypeRef && typeRefRe.test(token))
- return token;
-
- /* istanbul ignore next */
- throw illegal(token, "value");
- }
- }
-
- function readRanges(target, acceptStrings) {
- var token, start;
- do {
- if (acceptStrings && ((token = peek()) === "\"" || token === "'"))
- target.push(readString());
- else
- target.push([ start = parseId(next()), skip("to", true) ? parseId(next()) : start ]);
- } while (skip(",", true));
- skip(";");
- }
-
- function parseNumber(token, insideTryCatch) {
- var sign = 1;
- if (token.charAt(0) === "-") {
- sign = -1;
- token = token.substring(1);
- }
- switch (token) {
- case "inf": case "INF": case "Inf":
- return sign * Infinity;
- case "nan": case "NAN": case "Nan": case "NaN":
- return NaN;
- case "0":
- return 0;
- }
- if (base10Re.test(token))
- return sign * parseInt(token, 10);
- if (base16Re.test(token))
- return sign * parseInt(token, 16);
- if (base8Re.test(token))
- return sign * parseInt(token, 8);
-
- /* istanbul ignore else */
- if (numberRe.test(token))
- return sign * parseFloat(token);
-
- /* istanbul ignore next */
- throw illegal(token, "number", insideTryCatch);
- }
-
- function parseId(token, acceptNegative) {
- switch (token) {
- case "max": case "MAX": case "Max":
- return 536870911;
- case "0":
- return 0;
- }
-
- /* istanbul ignore if */
- if (!acceptNegative && token.charAt(0) === "-")
- throw illegal(token, "id");
-
- if (base10NegRe.test(token))
- return parseInt(token, 10);
- if (base16NegRe.test(token))
- return parseInt(token, 16);
-
- /* istanbul ignore else */
- if (base8NegRe.test(token))
- return parseInt(token, 8);
-
- /* istanbul ignore next */
- throw illegal(token, "id");
- }
-
- function parsePackage() {
-
- /* istanbul ignore if */
- if (pkg !== undefined)
- throw illegal("package");
-
- pkg = next();
-
- /* istanbul ignore if */
- if (!typeRefRe.test(pkg))
- throw illegal(pkg, "name");
-
- ptr = ptr.define(pkg);
- skip(";");
- }
-
- function parseImport() {
- var token = peek();
- var whichImports;
- switch (token) {
- case "weak":
- whichImports = weakImports || (weakImports = []);
- next();
- break;
- case "public":
- next();
- // eslint-disable-line no-fallthrough
- default:
- whichImports = imports || (imports = []);
- break;
- }
- token = readString();
- skip(";");
- whichImports.push(token);
- }
-
- function parseSyntax() {
- skip("=");
- syntax = readString();
- isProto3 = syntax === "proto3";
-
- /* istanbul ignore if */
- if (!isProto3 && syntax !== "proto2")
- throw illegal(syntax, "syntax");
-
- skip(";");
- }
-
- function parseCommon(parent, token) {
- switch (token) {
-
- case "option":
- parseOption(parent, token);
- skip(";");
- return true;
-
- case "message":
- parseType(parent, token);
- return true;
-
- case "enum":
- parseEnum(parent, token);
- return true;
-
- case "service":
- parseService(parent, token);
- return true;
-
- case "extend":
- parseExtension(parent, token);
- return true;
- }
- return false;
- }
-
- function ifBlock(obj, fnIf, fnElse) {
- var trailingLine = tn.line;
- if (obj) {
- if(typeof obj.comment !== "string") {
- obj.comment = cmnt(); // try block-type comment
- }
- obj.filename = parse.filename;
- }
- if (skip("{", true)) {
- var token;
- while ((token = next()) !== "}")
- fnIf(token);
- skip(";", true);
- } else {
- if (fnElse)
- fnElse();
- skip(";");
- if (obj && (typeof obj.comment !== "string" || preferTrailingComment))
- obj.comment = cmnt(trailingLine) || obj.comment; // try line-type comment
- }
- }
-
- function parseType(parent, token) {
-
- /* istanbul ignore if */
- if (!nameRe.test(token = next()))
- throw illegal(token, "type name");
-
- var type = new Type(token);
- ifBlock(type, function parseType_block(token) {
- if (parseCommon(type, token))
- return;
-
- switch (token) {
-
- case "map":
- parseMapField(type, token);
- break;
-
- case "required":
- case "optional":
- case "repeated":
- parseField(type, token);
- break;
-
- case "oneof":
- parseOneOf(type, token);
- break;
-
- case "extensions":
- readRanges(type.extensions || (type.extensions = []));
- break;
-
- case "reserved":
- readRanges(type.reserved || (type.reserved = []), true);
- break;
-
- default:
- /* istanbul ignore if */
- if (!isProto3 || !typeRefRe.test(token))
- throw illegal(token);
-
- push(token);
- parseField(type, "optional");
- break;
- }
- });
- parent.add(type);
- }
-
- function parseField(parent, rule, extend) {
- var type = next();
- if (type === "group") {
- parseGroup(parent, rule);
- return;
- }
-
- /* istanbul ignore if */
- if (!typeRefRe.test(type))
- throw illegal(type, "type");
-
- var name = next();
-
- /* istanbul ignore if */
- if (!nameRe.test(name))
- throw illegal(name, "name");
-
- name = applyCase(name);
- skip("=");
-
- var field = new Field(name, parseId(next()), type, rule, extend);
- ifBlock(field, function parseField_block(token) {
-
- /* istanbul ignore else */
- if (token === "option") {
- parseOption(field, token);
- skip(";");
- } else
- throw illegal(token);
-
- }, function parseField_line() {
- parseInlineOptions(field);
- });
- parent.add(field);
-
- // JSON defaults to packed=true if not set so we have to set packed=false explicity when
- // parsing proto2 descriptors without the option, where applicable. This must be done for
- // all known packable types and anything that could be an enum (= is not a basic type).
- if (!isProto3 && field.repeated && (types.packed[type] !== undefined || types.basic[type] === undefined))
- field.setOption("packed", false, /* ifNotSet */ true);
- }
-
- function parseGroup(parent, rule) {
- var name = next();
-
- /* istanbul ignore if */
- if (!nameRe.test(name))
- throw illegal(name, "name");
-
- var fieldName = util.lcFirst(name);
- if (name === fieldName)
- name = util.ucFirst(name);
- skip("=");
- var id = parseId(next());
- var type = new Type(name);
- type.group = true;
- var field = new Field(fieldName, id, name, rule);
- field.filename = parse.filename;
- ifBlock(type, function parseGroup_block(token) {
- switch (token) {
-
- case "option":
- parseOption(type, token);
- skip(";");
- break;
-
- case "required":
- case "optional":
- case "repeated":
- parseField(type, token);
- break;
-
- /* istanbul ignore next */
- default:
- throw illegal(token); // there are no groups with proto3 semantics
- }
- });
- parent.add(type)
- .add(field);
- }
-
- function parseMapField(parent) {
- skip("<");
- var keyType = next();
-
- /* istanbul ignore if */
- if (types.mapKey[keyType] === undefined)
- throw illegal(keyType, "type");
-
- skip(",");
- var valueType = next();
-
- /* istanbul ignore if */
- if (!typeRefRe.test(valueType))
- throw illegal(valueType, "type");
-
- skip(">");
- var name = next();
-
- /* istanbul ignore if */
- if (!nameRe.test(name))
- throw illegal(name, "name");
-
- skip("=");
- var field = new MapField(applyCase(name), parseId(next()), keyType, valueType);
- ifBlock(field, function parseMapField_block(token) {
-
- /* istanbul ignore else */
- if (token === "option") {
- parseOption(field, token);
- skip(";");
- } else
- throw illegal(token);
-
- }, function parseMapField_line() {
- parseInlineOptions(field);
- });
- parent.add(field);
- }
-
- function parseOneOf(parent, token) {
-
- /* istanbul ignore if */
- if (!nameRe.test(token = next()))
- throw illegal(token, "name");
-
- var oneof = new OneOf(applyCase(token));
- ifBlock(oneof, function parseOneOf_block(token) {
- if (token === "option") {
- parseOption(oneof, token);
- skip(";");
- } else {
- push(token);
- parseField(oneof, "optional");
- }
- });
- parent.add(oneof);
- }
-
- function parseEnum(parent, token) {
-
- /* istanbul ignore if */
- if (!nameRe.test(token = next()))
- throw illegal(token, "name");
-
- var enm = new Enum(token);
- ifBlock(enm, function parseEnum_block(token) {
- switch(token) {
- case "option":
- parseOption(enm, token);
- skip(";");
- break;
-
- case "reserved":
- readRanges(enm.reserved || (enm.reserved = []), true);
- break;
-
- default:
- parseEnumValue(enm, token);
- }
- });
- parent.add(enm);
- }
-
- function parseEnumValue(parent, token) {
-
- /* istanbul ignore if */
- if (!nameRe.test(token))
- throw illegal(token, "name");
-
- skip("=");
- var value = parseId(next(), true),
- dummy = {};
- ifBlock(dummy, function parseEnumValue_block(token) {
-
- /* istanbul ignore else */
- if (token === "option") {
- parseOption(dummy, token); // skip
- skip(";");
- } else
- throw illegal(token);
-
- }, function parseEnumValue_line() {
- parseInlineOptions(dummy); // skip
- });
- parent.add(token, value, dummy.comment);
- }
-
- function parseOption(parent, token) {
- var isCustom = skip("(", true);
-
- /* istanbul ignore if */
- if (!typeRefRe.test(token = next()))
- throw illegal(token, "name");
-
- var name = token;
- var option = name;
- var propName;
-
- if (isCustom) {
- skip(")");
- name = "(" + name + ")";
- option = name;
- token = peek();
- if (fqTypeRefRe.test(token)) {
- propName = token.substr(1); //remove '.' before property name
- name += token;
- next();
- }
- }
- skip("=");
- var optionValue = parseOptionValue(parent, name);
- setParsedOption(parent, option, optionValue, propName);
- }
-
- function parseOptionValue(parent, name) {
- if (skip("{", true)) { // { a: "foo" b { c: "bar" } }
- var result = {};
- while (!skip("}", true)) {
- /* istanbul ignore if */
- if (!nameRe.test(token = next()))
- throw illegal(token, "name");
-
- var value;
- var propName = token;
- if (peek() === "{")
- value = parseOptionValue(parent, name + "." + token);
- else {
- skip(":");
- if (peek() === "{")
- value = parseOptionValue(parent, name + "." + token);
- else {
- value = readValue(true);
- setOption(parent, name + "." + token, value);
- }
- }
- var prevValue = result[propName];
- if (prevValue)
- value = [].concat(prevValue).concat(value);
- result[propName] = value;
- skip(",", true);
- }
- return result;
- }
-
- var simpleValue = readValue(true);
- setOption(parent, name, simpleValue);
- return simpleValue;
- // Does not enforce a delimiter to be universal
- }
-
- function setOption(parent, name, value) {
- if (parent.setOption)
- parent.setOption(name, value);
- }
-
- function setParsedOption(parent, name, value, propName) {
- if (parent.setParsedOption)
- parent.setParsedOption(name, value, propName);
- }
-
- function parseInlineOptions(parent) {
- if (skip("[", true)) {
- do {
- parseOption(parent, "option");
- } while (skip(",", true));
- skip("]");
- }
- return parent;
- }
-
- function parseService(parent, token) {
-
- /* istanbul ignore if */
- if (!nameRe.test(token = next()))
- throw illegal(token, "service name");
-
- var service = new Service(token);
- ifBlock(service, function parseService_block(token) {
- if (parseCommon(service, token))
- return;
-
- /* istanbul ignore else */
- if (token === "rpc")
- parseMethod(service, token);
- else
- throw illegal(token);
- });
- parent.add(service);
- }
-
- function parseMethod(parent, token) {
- // Get the comment of the preceding line now (if one exists) in case the
- // method is defined across multiple lines.
- var commentText = cmnt();
-
- var type = token;
-
- /* istanbul ignore if */
- if (!nameRe.test(token = next()))
- throw illegal(token, "name");
-
- var name = token,
- requestType, requestStream,
- responseType, responseStream;
-
- skip("(");
- if (skip("stream", true))
- requestStream = true;
-
- /* istanbul ignore if */
- if (!typeRefRe.test(token = next()))
- throw illegal(token);
-
- requestType = token;
- skip(")"); skip("returns"); skip("(");
- if (skip("stream", true))
- responseStream = true;
-
- /* istanbul ignore if */
- if (!typeRefRe.test(token = next()))
- throw illegal(token);
-
- responseType = token;
- skip(")");
-
- var method = new Method(name, type, requestType, responseType, requestStream, responseStream);
- method.comment = commentText;
- ifBlock(method, function parseMethod_block(token) {
-
- /* istanbul ignore else */
- if (token === "option") {
- parseOption(method, token);
- skip(";");
- } else
- throw illegal(token);
-
- });
- parent.add(method);
- }
-
- function parseExtension(parent, token) {
-
- /* istanbul ignore if */
- if (!typeRefRe.test(token = next()))
- throw illegal(token, "reference");
-
- var reference = token;
- ifBlock(null, function parseExtension_block(token) {
- switch (token) {
-
- case "required":
- case "repeated":
- case "optional":
- parseField(parent, token, reference);
- break;
-
- default:
- /* istanbul ignore if */
- if (!isProto3 || !typeRefRe.test(token))
- throw illegal(token);
- push(token);
- parseField(parent, "optional", reference);
- break;
- }
- });
- }
-
- var token;
- while ((token = next()) !== null) {
- switch (token) {
-
- case "package":
-
- /* istanbul ignore if */
- if (!head)
- throw illegal(token);
-
- parsePackage();
- break;
-
- case "import":
-
- /* istanbul ignore if */
- if (!head)
- throw illegal(token);
-
- parseImport();
- break;
-
- case "syntax":
-
- /* istanbul ignore if */
- if (!head)
- throw illegal(token);
-
- parseSyntax();
- break;
-
- case "option":
-
- parseOption(ptr, token);
- skip(";");
- break;
-
- default:
-
- /* istanbul ignore else */
- if (parseCommon(ptr, token)) {
- head = false;
- continue;
- }
-
- /* istanbul ignore next */
- throw illegal(token);
- }
- }
-
- parse.filename = null;
- return {
- "package" : pkg,
- "imports" : imports,
- weakImports : weakImports,
- syntax : syntax,
- root : root
- };
-}
-
-/**
- * Parses the given .proto source and returns an object with the parsed contents.
- * @name parse
- * @function
- * @param {string} source Source contents
- * @param {IParseOptions} [options] Parse options. Defaults to {@link parse.defaults} when omitted.
- * @returns {IParserResult} Parser result
- * @property {string} filename=null Currently processing file name for error reporting, if known
- * @property {IParseOptions} defaults Default {@link IParseOptions}
- * @variation 2
- */
-
-
-/***/ }),
-
-/***/ "aJe0":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = EventEmitter;
-
-/**
- * Constructs a new event emitter instance.
- * @classdesc A minimal event emitter.
- * @memberof util
- * @constructor
- */
-function EventEmitter() {
-
- /**
- * Registered listeners.
- * @type {Object.<string,*>}
- * @private
- */
- this._listeners = {};
-}
-
-/**
- * Registers an event listener.
- * @param {string} evt Event name
- * @param {function} fn Listener
- * @param {*} [ctx] Listener context
- * @returns {util.EventEmitter} `this`
- */
-EventEmitter.prototype.on = function on(evt, fn, ctx) {
- (this._listeners[evt] || (this._listeners[evt] = [])).push({
- fn : fn,
- ctx : ctx || this
- });
- return this;
-};
-
-/**
- * Removes an event listener or any matching listeners if arguments are omitted.
- * @param {string} [evt] Event name. Removes all listeners if omitted.
- * @param {function} [fn] Listener to remove. Removes all listeners of `evt` if omitted.
- * @returns {util.EventEmitter} `this`
- */
-EventEmitter.prototype.off = function off(evt, fn) {
- if (evt === undefined)
- this._listeners = {};
- else {
- if (fn === undefined)
- this._listeners[evt] = [];
- else {
- var listeners = this._listeners[evt];
- for (var i = 0; i < listeners.length;)
- if (listeners[i].fn === fn)
- listeners.splice(i, 1);
- else
- ++i;
- }
- }
- return this;
-};
-
-/**
- * Emits an event by calling its listeners with the specified arguments.
- * @param {string} evt Event name
- * @param {...*} args Arguments
- * @returns {util.EventEmitter} `this`
- */
-EventEmitter.prototype.emit = function emit(evt) {
- var listeners = this._listeners[evt];
- if (listeners) {
- var args = [],
- i = 1;
- for (; i < arguments.length;)
- args.push(arguments[i++]);
- for (i = 0; i < listeners.length;)
- listeners[i].fn.apply(listeners[i++].ctx, args);
- }
- return this;
-};
-
-
-/***/ }),
-
-/***/ "bDA7":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-var protobuf = exports;
-
-/**
- * Build type, one of `"full"`, `"light"` or `"minimal"`.
- * @name build
- * @type {string}
- * @const
- */
-protobuf.build = "minimal";
-
-// Serialization
-protobuf.Writer = __webpack_require__("DIMq");
-protobuf.BufferWriter = __webpack_require__("3G9Y");
-protobuf.Reader = __webpack_require__("IRA2");
-protobuf.BufferReader = __webpack_require__("lWSR");
-
-// Utility
-protobuf.util = __webpack_require__("6Tgl");
-protobuf.rpc = __webpack_require__("AbGV");
-protobuf.roots = __webpack_require__("Bko/");
-protobuf.configure = configure;
-
-/* istanbul ignore next */
-/**
- * Reconfigures the library according to the environment.
- * @returns {undefined}
- */
-function configure() {
- protobuf.util._configure();
- protobuf.Writer._configure(protobuf.BufferWriter);
- protobuf.Reader._configure(protobuf.BufferReader);
-}
-
-// Set up buffer utility according to the environment
-configure();
-
-
-/***/ }),
-
-/***/ "bnU+":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-/**
- * A minimal base64 implementation for number arrays.
- * @memberof util
- * @namespace
- */
-var base64 = exports;
-
-/**
- * Calculates the byte length of a base64 encoded string.
- * @param {string} string Base64 encoded string
- * @returns {number} Byte length
- */
-base64.length = function length(string) {
- var p = string.length;
- if (!p)
- return 0;
- var n = 0;
- while (--p % 4 > 1 && string.charAt(p) === "=")
- ++n;
- return Math.ceil(string.length * 3) / 4 - n;
-};
-
-// Base64 encoding table
-var b64 = new Array(64);
-
-// Base64 decoding table
-var s64 = new Array(123);
-
-// 65..90, 97..122, 48..57, 43, 47
-for (var i = 0; i < 64;)
- s64[b64[i] = i < 26 ? i + 65 : i < 52 ? i + 71 : i < 62 ? i - 4 : i - 59 | 43] = i++;
-
-/**
- * Encodes a buffer to a base64 encoded string.
- * @param {Uint8Array} buffer Source buffer
- * @param {number} start Source start
- * @param {number} end Source end
- * @returns {string} Base64 encoded string
- */
-base64.encode = function encode(buffer, start, end) {
- var parts = null,
- chunk = [];
- var i = 0, // output index
- j = 0, // goto index
- t; // temporary
- while (start < end) {
- var b = buffer[start++];
- switch (j) {
- case 0:
- chunk[i++] = b64[b >> 2];
- t = (b & 3) << 4;
- j = 1;
- break;
- case 1:
- chunk[i++] = b64[t | b >> 4];
- t = (b & 15) << 2;
- j = 2;
- break;
- case 2:
- chunk[i++] = b64[t | b >> 6];
- chunk[i++] = b64[b & 63];
- j = 0;
- break;
- }
- if (i > 8191) {
- (parts || (parts = [])).push(String.fromCharCode.apply(String, chunk));
- i = 0;
- }
- }
- if (j) {
- chunk[i++] = b64[t];
- chunk[i++] = 61;
- if (j === 1)
- chunk[i++] = 61;
- }
- if (parts) {
- if (i)
- parts.push(String.fromCharCode.apply(String, chunk.slice(0, i)));
- return parts.join("");
- }
- return String.fromCharCode.apply(String, chunk.slice(0, i));
-};
-
-var invalidEncoding = "invalid encoding";
-
-/**
- * Decodes a base64 encoded string to a buffer.
- * @param {string} string Source string
- * @param {Uint8Array} buffer Destination buffer
- * @param {number} offset Destination offset
- * @returns {number} Number of bytes written
- * @throws {Error} If encoding is invalid
- */
-base64.decode = function decode(string, buffer, offset) {
- var start = offset;
- var j = 0, // goto index
- t; // temporary
- for (var i = 0; i < string.length;) {
- var c = string.charCodeAt(i++);
- if (c === 61 && j > 1)
- break;
- if ((c = s64[c]) === undefined)
- throw Error(invalidEncoding);
- switch (j) {
- case 0:
- t = c;
- j = 1;
- break;
- case 1:
- buffer[offset++] = t << 2 | (c & 48) >> 4;
- t = c;
- j = 2;
- break;
- case 2:
- buffer[offset++] = (t & 15) << 4 | (c & 60) >> 2;
- t = c;
- j = 3;
- break;
- case 3:
- buffer[offset++] = (t & 3) << 6 | c;
- j = 0;
- break;
- }
- }
- if (j === 1)
- throw Error(invalidEncoding);
- return offset - start;
-};
-
-/**
- * Tests if the specified string appears to be base64 encoded.
- * @param {string} string String to test
- * @returns {boolean} `true` if probably base64 encoded, otherwise false
- */
-base64.test = function test(string) {
- return /^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(string);
-};
-
-
-/***/ }),
-
-/***/ "bs9O":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = Type;
-
-// extends Namespace
-var Namespace = __webpack_require__("fgco");
-((Type.prototype = Object.create(Namespace.prototype)).constructor = Type).className = "Type";
-
-var Enum = __webpack_require__("vREW"),
- OneOf = __webpack_require__("d+r3"),
- Field = __webpack_require__("pqPr"),
- MapField = __webpack_require__("guhe"),
- Service = __webpack_require__("dHTU"),
- Message = __webpack_require__("G8sG"),
- Reader = __webpack_require__("IRA2"),
- Writer = __webpack_require__("DIMq"),
- util = __webpack_require__("y9PA"),
- encoder = __webpack_require__("dqsW"),
- decoder = __webpack_require__("3Xxg"),
- verifier = __webpack_require__("KlcT"),
- converter = __webpack_require__("BWhg"),
- wrappers = __webpack_require__("9BLw");
-
-/**
- * Constructs a new reflected message type instance.
- * @classdesc Reflected message type.
- * @extends NamespaceBase
- * @constructor
- * @param {string} name Message name
- * @param {Object.<string,*>} [options] Declared options
- */
-function Type(name, options) {
- Namespace.call(this, name, options);
-
- /**
- * Message fields.
- * @type {Object.<string,Field>}
- */
- this.fields = {}; // toJSON, marker
-
- /**
- * Oneofs declared within this namespace, if any.
- * @type {Object.<string,OneOf>}
- */
- this.oneofs = undefined; // toJSON
-
- /**
- * Extension ranges, if any.
- * @type {number[][]}
- */
- this.extensions = undefined; // toJSON
-
- /**
- * Reserved ranges, if any.
- * @type {Array.<number[]|string>}
- */
- this.reserved = undefined; // toJSON
-
- /*?
- * Whether this type is a legacy group.
- * @type {boolean|undefined}
- */
- this.group = undefined; // toJSON
-
- /**
- * Cached fields by id.
- * @type {Object.<number,Field>|null}
- * @private
- */
- this._fieldsById = null;
-
- /**
- * Cached fields as an array.
- * @type {Field[]|null}
- * @private
- */
- this._fieldsArray = null;
-
- /**
- * Cached oneofs as an array.
- * @type {OneOf[]|null}
- * @private
- */
- this._oneofsArray = null;
-
- /**
- * Cached constructor.
- * @type {Constructor<{}>}
- * @private
- */
- this._ctor = null;
-}
-
-Object.defineProperties(Type.prototype, {
-
- /**
- * Message fields by id.
- * @name Type#fieldsById
- * @type {Object.<number,Field>}
- * @readonly
- */
- fieldsById: {
- get: function() {
-
- /* istanbul ignore if */
- if (this._fieldsById)
- return this._fieldsById;
-
- this._fieldsById = {};
- for (var names = Object.keys(this.fields), i = 0; i < names.length; ++i) {
- var field = this.fields[names[i]],
- id = field.id;
-
- /* istanbul ignore if */
- if (this._fieldsById[id])
- throw Error("duplicate id " + id + " in " + this);
-
- this._fieldsById[id] = field;
- }
- return this._fieldsById;
- }
- },
-
- /**
- * Fields of this message as an array for iteration.
- * @name Type#fieldsArray
- * @type {Field[]}
- * @readonly
- */
- fieldsArray: {
- get: function() {
- return this._fieldsArray || (this._fieldsArray = util.toArray(this.fields));
- }
- },
-
- /**
- * Oneofs of this message as an array for iteration.
- * @name Type#oneofsArray
- * @type {OneOf[]}
- * @readonly
- */
- oneofsArray: {
- get: function() {
- return this._oneofsArray || (this._oneofsArray = util.toArray(this.oneofs));
- }
- },
-
- /**
- * The registered constructor, if any registered, otherwise a generic constructor.
- * Assigning a function replaces the internal constructor. If the function does not extend {@link Message} yet, its prototype will be setup accordingly and static methods will be populated. If it already extends {@link Message}, it will just replace the internal constructor.
- * @name Type#ctor
- * @type {Constructor<{}>}
- */
- ctor: {
- get: function() {
- return this._ctor || (this.ctor = Type.generateConstructor(this)());
- },
- set: function(ctor) {
-
- // Ensure proper prototype
- var prototype = ctor.prototype;
- if (!(prototype instanceof Message)) {
- (ctor.prototype = new Message()).constructor = ctor;
- util.merge(ctor.prototype, prototype);
- }
-
- // Classes and messages reference their reflected type
- ctor.$type = ctor.prototype.$type = this;
-
- // Mix in static methods
- util.merge(ctor, Message, true);
-
- this._ctor = ctor;
-
- // Messages have non-enumerable default values on their prototype
- var i = 0;
- for (; i < /* initializes */ this.fieldsArray.length; ++i)
- this._fieldsArray[i].resolve(); // ensures a proper value
-
- // Messages have non-enumerable getters and setters for each virtual oneof field
- var ctorProperties = {};
- for (i = 0; i < /* initializes */ this.oneofsArray.length; ++i)
- ctorProperties[this._oneofsArray[i].resolve().name] = {
- get: util.oneOfGetter(this._oneofsArray[i].oneof),
- set: util.oneOfSetter(this._oneofsArray[i].oneof)
- };
- if (i)
- Object.defineProperties(ctor.prototype, ctorProperties);
- }
- }
-});
-
-/**
- * Generates a constructor function for the specified type.
- * @param {Type} mtype Message type
- * @returns {Codegen} Codegen instance
- */
-Type.generateConstructor = function generateConstructor(mtype) {
- /* eslint-disable no-unexpected-multiline */
- var gen = util.codegen(["p"], mtype.name);
- // explicitly initialize mutable object/array fields so that these aren't just inherited from the prototype
- for (var i = 0, field; i < mtype.fieldsArray.length; ++i)
- if ((field = mtype._fieldsArray[i]).map) gen
- ("this%s={}", util.safeProp(field.name));
- else if (field.repeated) gen
- ("this%s=[]", util.safeProp(field.name));
- return gen
- ("if(p)for(var ks=Object.keys(p),i=0;i<ks.length;++i)if(p[ks[i]]!=null)") // omit undefined or null
- ("this[ks[i]]=p[ks[i]]");
- /* eslint-enable no-unexpected-multiline */
-};
-
-function clearCache(type) {
- type._fieldsById = type._fieldsArray = type._oneofsArray = null;
- delete type.encode;
- delete type.decode;
- delete type.verify;
- return type;
-}
-
-/**
- * Message type descriptor.
- * @interface IType
- * @extends INamespace
- * @property {Object.<string,IOneOf>} [oneofs] Oneof descriptors
- * @property {Object.<string,IField>} fields Field descriptors
- * @property {number[][]} [extensions] Extension ranges
- * @property {number[][]} [reserved] Reserved ranges
- * @property {boolean} [group=false] Whether a legacy group or not
- */
-
-/**
- * Creates a message type from a message type descriptor.
- * @param {string} name Message name
- * @param {IType} json Message type descriptor
- * @returns {Type} Created message type
- */
-Type.fromJSON = function fromJSON(name, json) {
- var type = new Type(name, json.options);
- type.extensions = json.extensions;
- type.reserved = json.reserved;
- var names = Object.keys(json.fields),
- i = 0;
- for (; i < names.length; ++i)
- type.add(
- ( typeof json.fields[names[i]].keyType !== "undefined"
- ? MapField.fromJSON
- : Field.fromJSON )(names[i], json.fields[names[i]])
- );
- if (json.oneofs)
- for (names = Object.keys(json.oneofs), i = 0; i < names.length; ++i)
- type.add(OneOf.fromJSON(names[i], json.oneofs[names[i]]));
- if (json.nested)
- for (names = Object.keys(json.nested), i = 0; i < names.length; ++i) {
- var nested = json.nested[names[i]];
- type.add( // most to least likely
- ( nested.id !== undefined
- ? Field.fromJSON
- : nested.fields !== undefined
- ? Type.fromJSON
- : nested.values !== undefined
- ? Enum.fromJSON
- : nested.methods !== undefined
- ? Service.fromJSON
- : Namespace.fromJSON )(names[i], nested)
- );
- }
- if (json.extensions && json.extensions.length)
- type.extensions = json.extensions;
- if (json.reserved && json.reserved.length)
- type.reserved = json.reserved;
- if (json.group)
- type.group = true;
- if (json.comment)
- type.comment = json.comment;
- return type;
-};
-
-/**
- * Converts this message type to a message type descriptor.
- * @param {IToJSONOptions} [toJSONOptions] JSON conversion options
- * @returns {IType} Message type descriptor
- */
-Type.prototype.toJSON = function toJSON(toJSONOptions) {
- var inherited = Namespace.prototype.toJSON.call(this, toJSONOptions);
- var keepComments = toJSONOptions ? Boolean(toJSONOptions.keepComments) : false;
- return util.toObject([
- "options" , inherited && inherited.options || undefined,
- "oneofs" , Namespace.arrayToJSON(this.oneofsArray, toJSONOptions),
- "fields" , Namespace.arrayToJSON(this.fieldsArray.filter(function(obj) { return !obj.declaringField; }), toJSONOptions) || {},
- "extensions" , this.extensions && this.extensions.length ? this.extensions : undefined,
- "reserved" , this.reserved && this.reserved.length ? this.reserved : undefined,
- "group" , this.group || undefined,
- "nested" , inherited && inherited.nested || undefined,
- "comment" , keepComments ? this.comment : undefined
- ]);
-};
-
-/**
- * @override
- */
-Type.prototype.resolveAll = function resolveAll() {
- var fields = this.fieldsArray, i = 0;
- while (i < fields.length)
- fields[i++].resolve();
- var oneofs = this.oneofsArray; i = 0;
- while (i < oneofs.length)
- oneofs[i++].resolve();
- return Namespace.prototype.resolveAll.call(this);
-};
-
-/**
- * @override
- */
-Type.prototype.get = function get(name) {
- return this.fields[name]
- || this.oneofs && this.oneofs[name]
- || this.nested && this.nested[name]
- || null;
-};
-
-/**
- * Adds a nested object to this type.
- * @param {ReflectionObject} object Nested object to add
- * @returns {Type} `this`
- * @throws {TypeError} If arguments are invalid
- * @throws {Error} If there is already a nested object with this name or, if a field, when there is already a field with this id
- */
-Type.prototype.add = function add(object) {
-
- if (this.get(object.name))
- throw Error("duplicate name '" + object.name + "' in " + this);
-
- if (object instanceof Field && object.extend === undefined) {
- // NOTE: Extension fields aren't actual fields on the declaring type, but nested objects.
- // The root object takes care of adding distinct sister-fields to the respective extended
- // type instead.
-
- // avoids calling the getter if not absolutely necessary because it's called quite frequently
- if (this._fieldsById ? /* istanbul ignore next */ this._fieldsById[object.id] : this.fieldsById[object.id])
- throw Error("duplicate id " + object.id + " in " + this);
- if (this.isReservedId(object.id))
- throw Error("id " + object.id + " is reserved in " + this);
- if (this.isReservedName(object.name))
- throw Error("name '" + object.name + "' is reserved in " + this);
-
- if (object.parent)
- object.parent.remove(object);
- this.fields[object.name] = object;
- object.message = this;
- object.onAdd(this);
- return clearCache(this);
- }
- if (object instanceof OneOf) {
- if (!this.oneofs)
- this.oneofs = {};
- this.oneofs[object.name] = object;
- object.onAdd(this);
- return clearCache(this);
- }
- return Namespace.prototype.add.call(this, object);
-};
-
-/**
- * Removes a nested object from this type.
- * @param {ReflectionObject} object Nested object to remove
- * @returns {Type} `this`
- * @throws {TypeError} If arguments are invalid
- * @throws {Error} If `object` is not a member of this type
- */
-Type.prototype.remove = function remove(object) {
- if (object instanceof Field && object.extend === undefined) {
- // See Type#add for the reason why extension fields are excluded here.
-
- /* istanbul ignore if */
- if (!this.fields || this.fields[object.name] !== object)
- throw Error(object + " is not a member of " + this);
-
- delete this.fields[object.name];
- object.parent = null;
- object.onRemove(this);
- return clearCache(this);
- }
- if (object instanceof OneOf) {
-
- /* istanbul ignore if */
- if (!this.oneofs || this.oneofs[object.name] !== object)
- throw Error(object + " is not a member of " + this);
-
- delete this.oneofs[object.name];
- object.parent = null;
- object.onRemove(this);
- return clearCache(this);
- }
- return Namespace.prototype.remove.call(this, object);
-};
-
-/**
- * Tests if the specified id is reserved.
- * @param {number} id Id to test
- * @returns {boolean} `true` if reserved, otherwise `false`
- */
-Type.prototype.isReservedId = function isReservedId(id) {
- return Namespace.isReservedId(this.reserved, id);
-};
-
-/**
- * Tests if the specified name is reserved.
- * @param {string} name Name to test
- * @returns {boolean} `true` if reserved, otherwise `false`
- */
-Type.prototype.isReservedName = function isReservedName(name) {
- return Namespace.isReservedName(this.reserved, name);
-};
-
-/**
- * Creates a new message of this type using the specified properties.
- * @param {Object.<string,*>} [properties] Properties to set
- * @returns {Message<{}>} Message instance
- */
-Type.prototype.create = function create(properties) {
- return new this.ctor(properties);
-};
-
-/**
- * Sets up {@link Type#encode|encode}, {@link Type#decode|decode} and {@link Type#verify|verify}.
- * @returns {Type} `this`
- */
-Type.prototype.setup = function setup() {
- // Sets up everything at once so that the prototype chain does not have to be re-evaluated
- // multiple times (V8, soft-deopt prototype-check).
-
- var fullName = this.fullName,
- types = [];
- for (var i = 0; i < /* initializes */ this.fieldsArray.length; ++i)
- types.push(this._fieldsArray[i].resolve().resolvedType);
-
- // Replace setup methods with type-specific generated functions
- this.encode = encoder(this)({
- Writer : Writer,
- types : types,
- util : util
- });
- this.decode = decoder(this)({
- Reader : Reader,
- types : types,
- util : util
- });
- this.verify = verifier(this)({
- types : types,
- util : util
- });
- this.fromObject = converter.fromObject(this)({
- types : types,
- util : util
- });
- this.toObject = converter.toObject(this)({
- types : types,
- util : util
- });
-
- // Inject custom wrappers for common types
- var wrapper = wrappers[fullName];
- if (wrapper) {
- var originalThis = Object.create(this);
- // if (wrapper.fromObject) {
- originalThis.fromObject = this.fromObject;
- this.fromObject = wrapper.fromObject.bind(originalThis);
- // }
- // if (wrapper.toObject) {
- originalThis.toObject = this.toObject;
- this.toObject = wrapper.toObject.bind(originalThis);
- // }
- }
-
- return this;
-};
-
-/**
- * Encodes a message of this type. Does not implicitly {@link Type#verify|verify} messages.
- * @param {Message<{}>|Object.<string,*>} message Message instance or plain object
- * @param {Writer} [writer] Writer to encode to
- * @returns {Writer} writer
- */
-Type.prototype.encode = function encode_setup(message, writer) {
- return this.setup().encode(message, writer); // overrides this method
-};
-
-/**
- * Encodes a message of this type preceeded by its byte length as a varint. Does not implicitly {@link Type#verify|verify} messages.
- * @param {Message<{}>|Object.<string,*>} message Message instance or plain object
- * @param {Writer} [writer] Writer to encode to
- * @returns {Writer} writer
- */
-Type.prototype.encodeDelimited = function encodeDelimited(message, writer) {
- return this.encode(message, writer && writer.len ? writer.fork() : writer).ldelim();
-};
-
-/**
- * Decodes a message of this type.
- * @param {Reader|Uint8Array} reader Reader or buffer to decode from
- * @param {number} [length] Length of the message, if known beforehand
- * @returns {Message<{}>} Decoded message
- * @throws {Error} If the payload is not a reader or valid buffer
- * @throws {util.ProtocolError<{}>} If required fields are missing
- */
-Type.prototype.decode = function decode_setup(reader, length) {
- return this.setup().decode(reader, length); // overrides this method
-};
-
-/**
- * Decodes a message of this type preceeded by its byte length as a varint.
- * @param {Reader|Uint8Array} reader Reader or buffer to decode from
- * @returns {Message<{}>} Decoded message
- * @throws {Error} If the payload is not a reader or valid buffer
- * @throws {util.ProtocolError} If required fields are missing
- */
-Type.prototype.decodeDelimited = function decodeDelimited(reader) {
- if (!(reader instanceof Reader))
- reader = Reader.create(reader);
- return this.decode(reader, reader.uint32());
-};
-
-/**
- * Verifies that field values are valid and that required fields are present.
- * @param {Object.<string,*>} message Plain object to verify
- * @returns {null|string} `null` if valid, otherwise the reason why it is not
- */
-Type.prototype.verify = function verify_setup(message) {
- return this.setup().verify(message); // overrides this method
-};
-
-/**
- * Creates a new message of this type from a plain object. Also converts values to their respective internal types.
- * @param {Object.<string,*>} object Plain object to convert
- * @returns {Message<{}>} Message instance
- */
-Type.prototype.fromObject = function fromObject(object) {
- return this.setup().fromObject(object);
-};
-
-/**
- * Conversion options as used by {@link Type#toObject} and {@link Message.toObject}.
- * @interface IConversionOptions
- * @property {Function} [longs] Long conversion type.
- * Valid values are `String` and `Number` (the global types).
- * Defaults to copy the present value, which is a possibly unsafe number without and a {@link Long} with a long library.
- * @property {Function} [enums] Enum value conversion type.
- * Only valid value is `String` (the global type).
- * Defaults to copy the present value, which is the numeric id.
- * @property {Function} [bytes] Bytes value conversion type.
- * Valid values are `Array` and (a base64 encoded) `String` (the global types).
- * Defaults to copy the present value, which usually is a Buffer under node and an Uint8Array in the browser.
- * @property {boolean} [defaults=false] Also sets default values on the resulting object
- * @property {boolean} [arrays=false] Sets empty arrays for missing repeated fields even if `defaults=false`
- * @property {boolean} [objects=false] Sets empty objects for missing map fields even if `defaults=false`
- * @property {boolean} [oneofs=false] Includes virtual oneof properties set to the present field's name, if any
- * @property {boolean} [json=false] Performs additional JSON compatibility conversions, i.e. NaN and Infinity to strings
- */
-
-/**
- * Creates a plain object from a message of this type. Also converts values to other types if specified.
- * @param {Message<{}>} message Message instance
- * @param {IConversionOptions} [options] Conversion options
- * @returns {Object.<string,*>} Plain object
- */
-Type.prototype.toObject = function toObject(message, options) {
- return this.setup().toObject(message, options);
-};
-
-/**
- * Decorator function as returned by {@link Type.d} (TypeScript).
- * @typedef TypeDecorator
- * @type {function}
- * @param {Constructor<T>} target Target constructor
- * @returns {undefined}
- * @template T extends Message<T>
- */
-
-/**
- * Type decorator (TypeScript).
- * @param {string} [typeName] Type name, defaults to the constructor's name
- * @returns {TypeDecorator<T>} Decorator function
- * @template T extends Message<T>
- */
-Type.d = function decorateType(typeName) {
- return function typeDecorator(target) {
- util.decorateType(target, typeName);
- };
-};
-
-
-/***/ }),
-
-/***/ "d+r3":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = OneOf;
-
-// extends ReflectionObject
-var ReflectionObject = __webpack_require__("iuWj");
-((OneOf.prototype = Object.create(ReflectionObject.prototype)).constructor = OneOf).className = "OneOf";
-
-var Field = __webpack_require__("pqPr"),
- util = __webpack_require__("y9PA");
-
-/**
- * Constructs a new oneof instance.
- * @classdesc Reflected oneof.
- * @extends ReflectionObject
- * @constructor
- * @param {string} name Oneof name
- * @param {string[]|Object.<string,*>} [fieldNames] Field names
- * @param {Object.<string,*>} [options] Declared options
- * @param {string} [comment] Comment associated with this field
- */
-function OneOf(name, fieldNames, options, comment) {
- if (!Array.isArray(fieldNames)) {
- options = fieldNames;
- fieldNames = undefined;
- }
- ReflectionObject.call(this, name, options);
-
- /* istanbul ignore if */
- if (!(fieldNames === undefined || Array.isArray(fieldNames)))
- throw TypeError("fieldNames must be an Array");
-
- /**
- * Field names that belong to this oneof.
- * @type {string[]}
- */
- this.oneof = fieldNames || []; // toJSON, marker
-
- /**
- * Fields that belong to this oneof as an array for iteration.
- * @type {Field[]}
- * @readonly
- */
- this.fieldsArray = []; // declared readonly for conformance, possibly not yet added to parent
-
- /**
- * Comment for this field.
- * @type {string|null}
- */
- this.comment = comment;
-}
-
-/**
- * Oneof descriptor.
- * @interface IOneOf
- * @property {Array.<string>} oneof Oneof field names
- * @property {Object.<string,*>} [options] Oneof options
- */
-
-/**
- * Constructs a oneof from a oneof descriptor.
- * @param {string} name Oneof name
- * @param {IOneOf} json Oneof descriptor
- * @returns {OneOf} Created oneof
- * @throws {TypeError} If arguments are invalid
- */
-OneOf.fromJSON = function fromJSON(name, json) {
- return new OneOf(name, json.oneof, json.options, json.comment);
-};
-
-/**
- * Converts this oneof to a oneof descriptor.
- * @param {IToJSONOptions} [toJSONOptions] JSON conversion options
- * @returns {IOneOf} Oneof descriptor
- */
-OneOf.prototype.toJSON = function toJSON(toJSONOptions) {
- var keepComments = toJSONOptions ? Boolean(toJSONOptions.keepComments) : false;
- return util.toObject([
- "options" , this.options,
- "oneof" , this.oneof,
- "comment" , keepComments ? this.comment : undefined
- ]);
-};
-
-/**
- * Adds the fields of the specified oneof to the parent if not already done so.
- * @param {OneOf} oneof The oneof
- * @returns {undefined}
- * @inner
- * @ignore
- */
-function addFieldsToParent(oneof) {
- if (oneof.parent)
- for (var i = 0; i < oneof.fieldsArray.length; ++i)
- if (!oneof.fieldsArray[i].parent)
- oneof.parent.add(oneof.fieldsArray[i]);
-}
-
-/**
- * Adds a field to this oneof and removes it from its current parent, if any.
- * @param {Field} field Field to add
- * @returns {OneOf} `this`
- */
-OneOf.prototype.add = function add(field) {
-
- /* istanbul ignore if */
- if (!(field instanceof Field))
- throw TypeError("field must be a Field");
-
- if (field.parent && field.parent !== this.parent)
- field.parent.remove(field);
- this.oneof.push(field.name);
- this.fieldsArray.push(field);
- field.partOf = this; // field.parent remains null
- addFieldsToParent(this);
- return this;
-};
-
-/**
- * Removes a field from this oneof and puts it back to the oneof's parent.
- * @param {Field} field Field to remove
- * @returns {OneOf} `this`
- */
-OneOf.prototype.remove = function remove(field) {
-
- /* istanbul ignore if */
- if (!(field instanceof Field))
- throw TypeError("field must be a Field");
-
- var index = this.fieldsArray.indexOf(field);
-
- /* istanbul ignore if */
- if (index < 0)
- throw Error(field + " is not a member of " + this);
-
- this.fieldsArray.splice(index, 1);
- index = this.oneof.indexOf(field.name);
-
- /* istanbul ignore else */
- if (index > -1) // theoretical
- this.oneof.splice(index, 1);
-
- field.partOf = null;
- return this;
-};
-
-/**
- * @override
- */
-OneOf.prototype.onAdd = function onAdd(parent) {
- ReflectionObject.prototype.onAdd.call(this, parent);
- var self = this;
- // Collect present fields
- for (var i = 0; i < this.oneof.length; ++i) {
- var field = parent.get(this.oneof[i]);
- if (field && !field.partOf) {
- field.partOf = self;
- self.fieldsArray.push(field);
- }
- }
- // Add not yet present fields
- addFieldsToParent(this);
-};
-
-/**
- * @override
- */
-OneOf.prototype.onRemove = function onRemove(parent) {
- for (var i = 0, field; i < this.fieldsArray.length; ++i)
- if ((field = this.fieldsArray[i]).parent)
- field.parent.remove(field);
- ReflectionObject.prototype.onRemove.call(this, parent);
-};
-
-/**
- * Decorator function as returned by {@link OneOf.d} (TypeScript).
- * @typedef OneOfDecorator
- * @type {function}
- * @param {Object} prototype Target prototype
- * @param {string} oneofName OneOf name
- * @returns {undefined}
- */
-
-/**
- * OneOf decorator (TypeScript).
- * @function
- * @param {...string} fieldNames Field names
- * @returns {OneOfDecorator} Decorator function
- * @template T extends string
- */
-OneOf.d = function decorateOneOf() {
- var fieldNames = new Array(arguments.length),
- index = 0;
- while (index < arguments.length)
- fieldNames[index] = arguments[index++];
- return function oneOfDecorator(prototype, oneofName) {
- util.decorateType(prototype.constructor)
- .add(new OneOf(oneofName, fieldNames));
- Object.defineProperty(prototype, oneofName, {
- get: util.oneOfGetter(fieldNames),
- set: util.oneOfSetter(fieldNames)
- });
- };
-};
-
-
-/***/ }),
-
-/***/ "dHTU":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = Service;
-
-// extends Namespace
-var Namespace = __webpack_require__("fgco");
-((Service.prototype = Object.create(Namespace.prototype)).constructor = Service).className = "Service";
-
-var Method = __webpack_require__("B4j6"),
- util = __webpack_require__("y9PA"),
- rpc = __webpack_require__("AbGV");
-
-/**
- * Constructs a new service instance.
- * @classdesc Reflected service.
- * @extends NamespaceBase
- * @constructor
- * @param {string} name Service name
- * @param {Object.<string,*>} [options] Service options
- * @throws {TypeError} If arguments are invalid
- */
-function Service(name, options) {
- Namespace.call(this, name, options);
-
- /**
- * Service methods.
- * @type {Object.<string,Method>}
- */
- this.methods = {}; // toJSON, marker
-
- /**
- * Cached methods as an array.
- * @type {Method[]|null}
- * @private
- */
- this._methodsArray = null;
-}
-
-/**
- * Service descriptor.
- * @interface IService
- * @extends INamespace
- * @property {Object.<string,IMethod>} methods Method descriptors
- */
-
-/**
- * Constructs a service from a service descriptor.
- * @param {string} name Service name
- * @param {IService} json Service descriptor
- * @returns {Service} Created service
- * @throws {TypeError} If arguments are invalid
- */
-Service.fromJSON = function fromJSON(name, json) {
- var service = new Service(name, json.options);
- /* istanbul ignore else */
- if (json.methods)
- for (var names = Object.keys(json.methods), i = 0; i < names.length; ++i)
- service.add(Method.fromJSON(names[i], json.methods[names[i]]));
- if (json.nested)
- service.addJSON(json.nested);
- service.comment = json.comment;
- return service;
-};
-
-/**
- * Converts this service to a service descriptor.
- * @param {IToJSONOptions} [toJSONOptions] JSON conversion options
- * @returns {IService} Service descriptor
- */
-Service.prototype.toJSON = function toJSON(toJSONOptions) {
- var inherited = Namespace.prototype.toJSON.call(this, toJSONOptions);
- var keepComments = toJSONOptions ? Boolean(toJSONOptions.keepComments) : false;
- return util.toObject([
- "options" , inherited && inherited.options || undefined,
- "methods" , Namespace.arrayToJSON(this.methodsArray, toJSONOptions) || /* istanbul ignore next */ {},
- "nested" , inherited && inherited.nested || undefined,
- "comment" , keepComments ? this.comment : undefined
- ]);
-};
-
-/**
- * Methods of this service as an array for iteration.
- * @name Service#methodsArray
- * @type {Method[]}
- * @readonly
- */
-Object.defineProperty(Service.prototype, "methodsArray", {
- get: function() {
- return this._methodsArray || (this._methodsArray = util.toArray(this.methods));
- }
-});
-
-function clearCache(service) {
- service._methodsArray = null;
- return service;
-}
-
-/**
- * @override
- */
-Service.prototype.get = function get(name) {
- return this.methods[name]
- || Namespace.prototype.get.call(this, name);
-};
-
-/**
- * @override
- */
-Service.prototype.resolveAll = function resolveAll() {
- var methods = this.methodsArray;
- for (var i = 0; i < methods.length; ++i)
- methods[i].resolve();
- return Namespace.prototype.resolve.call(this);
-};
-
-/**
- * @override
- */
-Service.prototype.add = function add(object) {
-
- /* istanbul ignore if */
- if (this.get(object.name))
- throw Error("duplicate name '" + object.name + "' in " + this);
-
- if (object instanceof Method) {
- this.methods[object.name] = object;
- object.parent = this;
- return clearCache(this);
- }
- return Namespace.prototype.add.call(this, object);
-};
-
-/**
- * @override
- */
-Service.prototype.remove = function remove(object) {
- if (object instanceof Method) {
-
- /* istanbul ignore if */
- if (this.methods[object.name] !== object)
- throw Error(object + " is not a member of " + this);
-
- delete this.methods[object.name];
- object.parent = null;
- return clearCache(this);
- }
- return Namespace.prototype.remove.call(this, object);
-};
-
-/**
- * Creates a runtime service using the specified rpc implementation.
- * @param {RPCImpl} rpcImpl RPC implementation
- * @param {boolean} [requestDelimited=false] Whether requests are length-delimited
- * @param {boolean} [responseDelimited=false] Whether responses are length-delimited
- * @returns {rpc.Service} RPC service. Useful where requests and/or responses are streamed.
- */
-Service.prototype.create = function create(rpcImpl, requestDelimited, responseDelimited) {
- var rpcService = new rpc.Service(rpcImpl, requestDelimited, responseDelimited);
- for (var i = 0, method; i < /* initializes */ this.methodsArray.length; ++i) {
- var methodName = util.lcFirst((method = this._methodsArray[i]).resolve().name).replace(/[^$\w_]/g, "");
- rpcService[methodName] = util.codegen(["r","c"], util.isReserved(methodName) ? methodName + "_" : methodName)("return this.rpcCall(m,q,s,r,c)")({
- m: method,
- q: method.resolvedRequestType.ctor,
- s: method.resolvedResponseType.ctor
- });
- }
- return rpcService;
-};
-
-
-/***/ }),
-
-/***/ "dqsW":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = encoder;
-
-var Enum = __webpack_require__("vREW"),
- types = __webpack_require__("hSTS"),
- util = __webpack_require__("y9PA");
-
-/**
- * Generates a partial message type encoder.
- * @param {Codegen} gen Codegen instance
- * @param {Field} field Reflected field
- * @param {number} fieldIndex Field index
- * @param {string} ref Variable reference
- * @returns {Codegen} Codegen instance
- * @ignore
- */
-function genTypePartial(gen, field, fieldIndex, ref) {
- return field.resolvedType.group
- ? gen("types[%i].encode(%s,w.uint32(%i)).uint32(%i)", fieldIndex, ref, (field.id << 3 | 3) >>> 0, (field.id << 3 | 4) >>> 0)
- : gen("types[%i].encode(%s,w.uint32(%i).fork()).ldelim()", fieldIndex, ref, (field.id << 3 | 2) >>> 0);
-}
-
-/**
- * Generates an encoder specific to the specified message type.
- * @param {Type} mtype Message type
- * @returns {Codegen} Codegen instance
- */
-function encoder(mtype) {
- /* eslint-disable no-unexpected-multiline, block-scoped-var, no-redeclare */
- var gen = util.codegen(["m", "w"], mtype.name + "$encode")
- ("if(!w)")
- ("w=Writer.create()");
-
- var i, ref;
-
- // "when a message is serialized its known fields should be written sequentially by field number"
- var fields = /* initializes */ mtype.fieldsArray.slice().sort(util.compareFieldsById);
-
- for (var i = 0; i < fields.length; ++i) {
- var field = fields[i].resolve(),
- index = mtype._fieldsArray.indexOf(field),
- type = field.resolvedType instanceof Enum ? "int32" : field.type,
- wireType = types.basic[type];
- ref = "m" + util.safeProp(field.name);
-
- // Map fields
- if (field.map) {
- gen
- ("if(%s!=null&&Object.hasOwnProperty.call(m,%j)){", ref, field.name) // !== undefined && !== null
- ("for(var ks=Object.keys(%s),i=0;i<ks.length;++i){", ref)
- ("w.uint32(%i).fork().uint32(%i).%s(ks[i])", (field.id << 3 | 2) >>> 0, 8 | types.mapKey[field.keyType], field.keyType);
- if (wireType === undefined) gen
- ("types[%i].encode(%s[ks[i]],w.uint32(18).fork()).ldelim().ldelim()", index, ref); // can't be groups
- else gen
- (".uint32(%i).%s(%s[ks[i]]).ldelim()", 16 | wireType, type, ref);
- gen
- ("}")
- ("}");
-
- // Repeated fields
- } else if (field.repeated) { gen
- ("if(%s!=null&&%s.length){", ref, ref); // !== undefined && !== null
-
- // Packed repeated
- if (field.packed && types.packed[type] !== undefined) { gen
-
- ("w.uint32(%i).fork()", (field.id << 3 | 2) >>> 0)
- ("for(var i=0;i<%s.length;++i)", ref)
- ("w.%s(%s[i])", type, ref)
- ("w.ldelim()");
-
- // Non-packed
- } else { gen
-
- ("for(var i=0;i<%s.length;++i)", ref);
- if (wireType === undefined)
- genTypePartial(gen, field, index, ref + "[i]");
- else gen
- ("w.uint32(%i).%s(%s[i])", (field.id << 3 | wireType) >>> 0, type, ref);
-
- } gen
- ("}");
-
- // Non-repeated
- } else {
- if (field.optional) gen
- ("if(%s!=null&&Object.hasOwnProperty.call(m,%j))", ref, field.name); // !== undefined && !== null
-
- if (wireType === undefined)
- genTypePartial(gen, field, index, ref);
- else gen
- ("w.uint32(%i).%s(%s)", (field.id << 3 | wireType) >>> 0, type, ref);
-
- }
- }
-
- return gen
- ("return w");
- /* eslint-enable no-unexpected-multiline, block-scoped-var, no-redeclare */
-}
-
-
-/***/ }),
-
-/***/ "eroE":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = fetch;
-
-var asPromise = __webpack_require__("MFts"),
- inquire = __webpack_require__("1Giq");
-
-var fs = inquire("fs");
-
-/**
- * Node-style callback as used by {@link util.fetch}.
- * @typedef FetchCallback
- * @type {function}
- * @param {?Error} error Error, if any, otherwise `null`
- * @param {string} [contents] File contents, if there hasn't been an error
- * @returns {undefined}
- */
-
-/**
- * Options as used by {@link util.fetch}.
- * @typedef FetchOptions
- * @type {Object}
- * @property {boolean} [binary=false] Whether expecting a binary response
- * @property {boolean} [xhr=false] If `true`, forces the use of XMLHttpRequest
- */
-
-/**
- * Fetches the contents of a file.
- * @memberof util
- * @param {string} filename File path or url
- * @param {FetchOptions} options Fetch options
- * @param {FetchCallback} callback Callback function
- * @returns {undefined}
- */
-function fetch(filename, options, callback) {
- if (typeof options === "function") {
- callback = options;
- options = {};
- } else if (!options)
- options = {};
-
- if (!callback)
- return asPromise(fetch, this, filename, options); // eslint-disable-line no-invalid-this
-
- // if a node-like filesystem is present, try it first but fall back to XHR if nothing is found.
- if (!options.xhr && fs && fs.readFile)
- return fs.readFile(filename, function fetchReadFileCallback(err, contents) {
- return err && typeof XMLHttpRequest !== "undefined"
- ? fetch.xhr(filename, options, callback)
- : err
- ? callback(err)
- : callback(null, options.binary ? contents : contents.toString("utf8"));
- });
-
- // use the XHR version otherwise.
- return fetch.xhr(filename, options, callback);
-}
-
-/**
- * Fetches the contents of a file.
- * @name util.fetch
- * @function
- * @param {string} path File path or url
- * @param {FetchCallback} callback Callback function
- * @returns {undefined}
- * @variation 2
- */
-
-/**
- * Fetches the contents of a file.
- * @name util.fetch
- * @function
- * @param {string} path File path or url
- * @param {FetchOptions} [options] Fetch options
- * @returns {Promise<string|Uint8Array>} Promise
- * @variation 3
- */
-
-/**/
-fetch.xhr = function fetch_xhr(filename, options, callback) {
- var xhr = new XMLHttpRequest();
- xhr.onreadystatechange /* works everywhere */ = function fetchOnReadyStateChange() {
-
- if (xhr.readyState !== 4)
- return undefined;
-
- // local cors security errors return status 0 / empty string, too. afaik this cannot be
- // reliably distinguished from an actually empty file for security reasons. feel free
- // to send a pull request if you are aware of a solution.
- if (xhr.status !== 0 && xhr.status !== 200)
- return callback(Error("status " + xhr.status));
-
- // if binary data is expected, make sure that some sort of array is returned, even if
- // ArrayBuffers are not supported. the binary string fallback, however, is unsafe.
- if (options.binary) {
- var buffer = xhr.response;
- if (!buffer) {
- buffer = [];
- for (var i = 0; i < xhr.responseText.length; ++i)
- buffer.push(xhr.responseText.charCodeAt(i) & 255);
- }
- return callback(null, typeof Uint8Array !== "undefined" ? new Uint8Array(buffer) : buffer);
- }
- return callback(null, xhr.responseText);
- };
-
- if (options.binary) {
- // ref: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Sending_and_Receiving_Binary_Data#Receiving_binary_data_in_older_browsers
- if ("overrideMimeType" in xhr)
- xhr.overrideMimeType("text/plain; charset=x-user-defined");
- xhr.responseType = "arraybuffer";
- }
-
- xhr.open("GET", filename);
- xhr.send();
-};
-
-
-/***/ }),
-
-/***/ "fgco":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = Namespace;
-
-// extends ReflectionObject
-var ReflectionObject = __webpack_require__("iuWj");
-((Namespace.prototype = Object.create(ReflectionObject.prototype)).constructor = Namespace).className = "Namespace";
-
-var Field = __webpack_require__("pqPr"),
- util = __webpack_require__("y9PA");
-
-var Type, // cyclic
- Service,
- Enum;
-
-/**
- * Constructs a new namespace instance.
- * @name Namespace
- * @classdesc Reflected namespace.
- * @extends NamespaceBase
- * @constructor
- * @param {string} name Namespace name
- * @param {Object.<string,*>} [options] Declared options
- */
-
-/**
- * Constructs a namespace from JSON.
- * @memberof Namespace
- * @function
- * @param {string} name Namespace name
- * @param {Object.<string,*>} json JSON object
- * @returns {Namespace} Created namespace
- * @throws {TypeError} If arguments are invalid
- */
-Namespace.fromJSON = function fromJSON(name, json) {
- return new Namespace(name, json.options).addJSON(json.nested);
-};
-
-/**
- * Converts an array of reflection objects to JSON.
- * @memberof Namespace
- * @param {ReflectionObject[]} array Object array
- * @param {IToJSONOptions} [toJSONOptions] JSON conversion options
- * @returns {Object.<string,*>|undefined} JSON object or `undefined` when array is empty
- */
-function arrayToJSON(array, toJSONOptions) {
- if (!(array && array.length))
- return undefined;
- var obj = {};
- for (var i = 0; i < array.length; ++i)
- obj[array[i].name] = array[i].toJSON(toJSONOptions);
- return obj;
-}
-
-Namespace.arrayToJSON = arrayToJSON;
-
-/**
- * Tests if the specified id is reserved.
- * @param {Array.<number[]|string>|undefined} reserved Array of reserved ranges and names
- * @param {number} id Id to test
- * @returns {boolean} `true` if reserved, otherwise `false`
- */
-Namespace.isReservedId = function isReservedId(reserved, id) {
- if (reserved)
- for (var i = 0; i < reserved.length; ++i)
- if (typeof reserved[i] !== "string" && reserved[i][0] <= id && reserved[i][1] > id)
- return true;
- return false;
-};
-
-/**
- * Tests if the specified name is reserved.
- * @param {Array.<number[]|string>|undefined} reserved Array of reserved ranges and names
- * @param {string} name Name to test
- * @returns {boolean} `true` if reserved, otherwise `false`
- */
-Namespace.isReservedName = function isReservedName(reserved, name) {
- if (reserved)
- for (var i = 0; i < reserved.length; ++i)
- if (reserved[i] === name)
- return true;
- return false;
-};
-
-/**
- * Not an actual constructor. Use {@link Namespace} instead.
- * @classdesc Base class of all reflection objects containing nested objects. This is not an actual class but here for the sake of having consistent type definitions.
- * @exports NamespaceBase
- * @extends ReflectionObject
- * @abstract
- * @constructor
- * @param {string} name Namespace name
- * @param {Object.<string,*>} [options] Declared options
- * @see {@link Namespace}
- */
-function Namespace(name, options) {
- ReflectionObject.call(this, name, options);
-
- /**
- * Nested objects by name.
- * @type {Object.<string,ReflectionObject>|undefined}
- */
- this.nested = undefined; // toJSON
-
- /**
- * Cached nested objects as an array.
- * @type {ReflectionObject[]|null}
- * @private
- */
- this._nestedArray = null;
-}
-
-function clearCache(namespace) {
- namespace._nestedArray = null;
- return namespace;
-}
-
-/**
- * Nested objects of this namespace as an array for iteration.
- * @name NamespaceBase#nestedArray
- * @type {ReflectionObject[]}
- * @readonly
- */
-Object.defineProperty(Namespace.prototype, "nestedArray", {
- get: function() {
- return this._nestedArray || (this._nestedArray = util.toArray(this.nested));
- }
-});
-
-/**
- * Namespace descriptor.
- * @interface INamespace
- * @property {Object.<string,*>} [options] Namespace options
- * @property {Object.<string,AnyNestedObject>} [nested] Nested object descriptors
- */
-
-/**
- * Any extension field descriptor.
- * @typedef AnyExtensionField
- * @type {IExtensionField|IExtensionMapField}
- */
-
-/**
- * Any nested object descriptor.
- * @typedef AnyNestedObject
- * @type {IEnum|IType|IService|AnyExtensionField|INamespace}
- */
-// ^ BEWARE: VSCode hangs forever when using more than 5 types (that's why AnyExtensionField exists in the first place)
-
-/**
- * Converts this namespace to a namespace descriptor.
- * @param {IToJSONOptions} [toJSONOptions] JSON conversion options
- * @returns {INamespace} Namespace descriptor
- */
-Namespace.prototype.toJSON = function toJSON(toJSONOptions) {
- return util.toObject([
- "options" , this.options,
- "nested" , arrayToJSON(this.nestedArray, toJSONOptions)
- ]);
-};
-
-/**
- * Adds nested objects to this namespace from nested object descriptors.
- * @param {Object.<string,AnyNestedObject>} nestedJson Any nested object descriptors
- * @returns {Namespace} `this`
- */
-Namespace.prototype.addJSON = function addJSON(nestedJson) {
- var ns = this;
- /* istanbul ignore else */
- if (nestedJson) {
- for (var names = Object.keys(nestedJson), i = 0, nested; i < names.length; ++i) {
- nested = nestedJson[names[i]];
- ns.add( // most to least likely
- ( nested.fields !== undefined
- ? Type.fromJSON
- : nested.values !== undefined
- ? Enum.fromJSON
- : nested.methods !== undefined
- ? Service.fromJSON
- : nested.id !== undefined
- ? Field.fromJSON
- : Namespace.fromJSON )(names[i], nested)
- );
- }
- }
- return this;
-};
-
-/**
- * Gets the nested object of the specified name.
- * @param {string} name Nested object name
- * @returns {ReflectionObject|null} The reflection object or `null` if it doesn't exist
- */
-Namespace.prototype.get = function get(name) {
- return this.nested && this.nested[name]
- || null;
-};
-
-/**
- * Gets the values of the nested {@link Enum|enum} of the specified name.
- * This methods differs from {@link Namespace#get|get} in that it returns an enum's values directly and throws instead of returning `null`.
- * @param {string} name Nested enum name
- * @returns {Object.<string,number>} Enum values
- * @throws {Error} If there is no such enum
- */
-Namespace.prototype.getEnum = function getEnum(name) {
- if (this.nested && this.nested[name] instanceof Enum)
- return this.nested[name].values;
- throw Error("no such enum: " + name);
-};
-
-/**
- * Adds a nested object to this namespace.
- * @param {ReflectionObject} object Nested object to add
- * @returns {Namespace} `this`
- * @throws {TypeError} If arguments are invalid
- * @throws {Error} If there is already a nested object with this name
- */
-Namespace.prototype.add = function add(object) {
-
- if (!(object instanceof Field && object.extend !== undefined || object instanceof Type || object instanceof Enum || object instanceof Service || object instanceof Namespace))
- throw TypeError("object must be a valid nested object");
-
- if (!this.nested)
- this.nested = {};
- else {
- var prev = this.get(object.name);
- if (prev) {
- if (prev instanceof Namespace && object instanceof Namespace && !(prev instanceof Type || prev instanceof Service)) {
- // replace plain namespace but keep existing nested elements and options
- var nested = prev.nestedArray;
- for (var i = 0; i < nested.length; ++i)
- object.add(nested[i]);
- this.remove(prev);
- if (!this.nested)
- this.nested = {};
- object.setOptions(prev.options, true);
-
- } else
- throw Error("duplicate name '" + object.name + "' in " + this);
- }
- }
- this.nested[object.name] = object;
- object.onAdd(this);
- return clearCache(this);
-};
-
-/**
- * Removes a nested object from this namespace.
- * @param {ReflectionObject} object Nested object to remove
- * @returns {Namespace} `this`
- * @throws {TypeError} If arguments are invalid
- * @throws {Error} If `object` is not a member of this namespace
- */
-Namespace.prototype.remove = function remove(object) {
-
- if (!(object instanceof ReflectionObject))
- throw TypeError("object must be a ReflectionObject");
- if (object.parent !== this)
- throw Error(object + " is not a member of " + this);
-
- delete this.nested[object.name];
- if (!Object.keys(this.nested).length)
- this.nested = undefined;
-
- object.onRemove(this);
- return clearCache(this);
-};
-
-/**
- * Defines additial namespaces within this one if not yet existing.
- * @param {string|string[]} path Path to create
- * @param {*} [json] Nested types to create from JSON
- * @returns {Namespace} Pointer to the last namespace created or `this` if path is empty
- */
-Namespace.prototype.define = function define(path, json) {
-
- if (util.isString(path))
- path = path.split(".");
- else if (!Array.isArray(path))
- throw TypeError("illegal path");
- if (path && path.length && path[0] === "")
- throw Error("path must be relative");
-
- var ptr = this;
- while (path.length > 0) {
- var part = path.shift();
- if (ptr.nested && ptr.nested[part]) {
- ptr = ptr.nested[part];
- if (!(ptr instanceof Namespace))
- throw Error("path conflicts with non-namespace objects");
- } else
- ptr.add(ptr = new Namespace(part));
- }
- if (json)
- ptr.addJSON(json);
- return ptr;
-};
-
-/**
- * Resolves this namespace's and all its nested objects' type references. Useful to validate a reflection tree, but comes at a cost.
- * @returns {Namespace} `this`
- */
-Namespace.prototype.resolveAll = function resolveAll() {
- var nested = this.nestedArray, i = 0;
- while (i < nested.length)
- if (nested[i] instanceof Namespace)
- nested[i++].resolveAll();
- else
- nested[i++].resolve();
- return this.resolve();
-};
-
-/**
- * Recursively looks up the reflection object matching the specified path in the scope of this namespace.
- * @param {string|string[]} path Path to look up
- * @param {*|Array.<*>} filterTypes Filter types, any combination of the constructors of `protobuf.Type`, `protobuf.Enum`, `protobuf.Service` etc.
- * @param {boolean} [parentAlreadyChecked=false] If known, whether the parent has already been checked
- * @returns {ReflectionObject|null} Looked up object or `null` if none could be found
- */
-Namespace.prototype.lookup = function lookup(path, filterTypes, parentAlreadyChecked) {
-
- /* istanbul ignore next */
- if (typeof filterTypes === "boolean") {
- parentAlreadyChecked = filterTypes;
- filterTypes = undefined;
- } else if (filterTypes && !Array.isArray(filterTypes))
- filterTypes = [ filterTypes ];
-
- if (util.isString(path) && path.length) {
- if (path === ".")
- return this.root;
- path = path.split(".");
- } else if (!path.length)
- return this;
-
- // Start at root if path is absolute
- if (path[0] === "")
- return this.root.lookup(path.slice(1), filterTypes);
-
- // Test if the first part matches any nested object, and if so, traverse if path contains more
- var found = this.get(path[0]);
- if (found) {
- if (path.length === 1) {
- if (!filterTypes || filterTypes.indexOf(found.constructor) > -1)
- return found;
- } else if (found instanceof Namespace && (found = found.lookup(path.slice(1), filterTypes, true)))
- return found;
-
- // Otherwise try each nested namespace
- } else
- for (var i = 0; i < this.nestedArray.length; ++i)
- if (this._nestedArray[i] instanceof Namespace && (found = this._nestedArray[i].lookup(path, filterTypes, true)))
- return found;
-
- // If there hasn't been a match, try again at the parent
- if (this.parent === null || parentAlreadyChecked)
- return null;
- return this.parent.lookup(path, filterTypes);
-};
-
-/**
- * Looks up the reflection object at the specified path, relative to this namespace.
- * @name NamespaceBase#lookup
- * @function
- * @param {string|string[]} path Path to look up
- * @param {boolean} [parentAlreadyChecked=false] Whether the parent has already been checked
- * @returns {ReflectionObject|null} Looked up object or `null` if none could be found
- * @variation 2
- */
-// lookup(path: string, [parentAlreadyChecked: boolean])
-
-/**
- * Looks up the {@link Type|type} at the specified path, relative to this namespace.
- * Besides its signature, this methods differs from {@link Namespace#lookup|lookup} in that it throws instead of returning `null`.
- * @param {string|string[]} path Path to look up
- * @returns {Type} Looked up type
- * @throws {Error} If `path` does not point to a type
- */
-Namespace.prototype.lookupType = function lookupType(path) {
- var found = this.lookup(path, [ Type ]);
- if (!found)
- throw Error("no such type: " + path);
- return found;
-};
-
-/**
- * Looks up the values of the {@link Enum|enum} at the specified path, relative to this namespace.
- * Besides its signature, this methods differs from {@link Namespace#lookup|lookup} in that it throws instead of returning `null`.
- * @param {string|string[]} path Path to look up
- * @returns {Enum} Looked up enum
- * @throws {Error} If `path` does not point to an enum
- */
-Namespace.prototype.lookupEnum = function lookupEnum(path) {
- var found = this.lookup(path, [ Enum ]);
- if (!found)
- throw Error("no such Enum '" + path + "' in " + this);
- return found;
-};
-
-/**
- * Looks up the {@link Type|type} or {@link Enum|enum} at the specified path, relative to this namespace.
- * Besides its signature, this methods differs from {@link Namespace#lookup|lookup} in that it throws instead of returning `null`.
- * @param {string|string[]} path Path to look up
- * @returns {Type} Looked up type or enum
- * @throws {Error} If `path` does not point to a type or enum
- */
-Namespace.prototype.lookupTypeOrEnum = function lookupTypeOrEnum(path) {
- var found = this.lookup(path, [ Type, Enum ]);
- if (!found)
- throw Error("no such Type or Enum '" + path + "' in " + this);
- return found;
-};
-
-/**
- * Looks up the {@link Service|service} at the specified path, relative to this namespace.
- * Besides its signature, this methods differs from {@link Namespace#lookup|lookup} in that it throws instead of returning `null`.
- * @param {string|string[]} path Path to look up
- * @returns {Service} Looked up service
- * @throws {Error} If `path` does not point to a service
- */
-Namespace.prototype.lookupService = function lookupService(path) {
- var found = this.lookup(path, [ Service ]);
- if (!found)
- throw Error("no such Service '" + path + "' in " + this);
- return found;
-};
-
-// Sets up cyclic dependencies (called in index-light)
-Namespace._configure = function(Type_, Service_, Enum_) {
- Type = Type_;
- Service = Service_;
- Enum = Enum_;
-};
-
-
-/***/ }),
-
-/***/ "gH6v":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = Service;
-
-var util = __webpack_require__("6Tgl");
-
-// Extends EventEmitter
-(Service.prototype = Object.create(util.EventEmitter.prototype)).constructor = Service;
-
-/**
- * A service method callback as used by {@link rpc.ServiceMethod|ServiceMethod}.
- *
- * Differs from {@link RPCImplCallback} in that it is an actual callback of a service method which may not return `response = null`.
- * @typedef rpc.ServiceMethodCallback
- * @template TRes extends Message<TRes>
- * @type {function}
- * @param {Error|null} error Error, if any
- * @param {TRes} [response] Response message
- * @returns {undefined}
- */
-
-/**
- * A service method part of a {@link rpc.Service} as created by {@link Service.create}.
- * @typedef rpc.ServiceMethod
- * @template TReq extends Message<TReq>
- * @template TRes extends Message<TRes>
- * @type {function}
- * @param {TReq|Properties<TReq>} request Request message or plain object
- * @param {rpc.ServiceMethodCallback<TRes>} [callback] Node-style callback called with the error, if any, and the response message
- * @returns {Promise<Message<TRes>>} Promise if `callback` has been omitted, otherwise `undefined`
- */
-
-/**
- * Constructs a new RPC service instance.
- * @classdesc An RPC service as returned by {@link Service#create}.
- * @exports rpc.Service
- * @extends util.EventEmitter
- * @constructor
- * @param {RPCImpl} rpcImpl RPC implementation
- * @param {boolean} [requestDelimited=false] Whether requests are length-delimited
- * @param {boolean} [responseDelimited=false] Whether responses are length-delimited
- */
-function Service(rpcImpl, requestDelimited, responseDelimited) {
-
- if (typeof rpcImpl !== "function")
- throw TypeError("rpcImpl must be a function");
-
- util.EventEmitter.call(this);
-
- /**
- * RPC implementation. Becomes `null` once the service is ended.
- * @type {RPCImpl|null}
- */
- this.rpcImpl = rpcImpl;
-
- /**
- * Whether requests are length-delimited.
- * @type {boolean}
- */
- this.requestDelimited = Boolean(requestDelimited);
-
- /**
- * Whether responses are length-delimited.
- * @type {boolean}
- */
- this.responseDelimited = Boolean(responseDelimited);
-}
-
-/**
- * Calls a service method through {@link rpc.Service#rpcImpl|rpcImpl}.
- * @param {Method|rpc.ServiceMethod<TReq,TRes>} method Reflected or static method
- * @param {Constructor<TReq>} requestCtor Request constructor
- * @param {Constructor<TRes>} responseCtor Response constructor
- * @param {TReq|Properties<TReq>} request Request message or plain object
- * @param {rpc.ServiceMethodCallback<TRes>} callback Service callback
- * @returns {undefined}
- * @template TReq extends Message<TReq>
- * @template TRes extends Message<TRes>
- */
-Service.prototype.rpcCall = function rpcCall(method, requestCtor, responseCtor, request, callback) {
-
- if (!request)
- throw TypeError("request must be specified");
-
- var self = this;
- if (!callback)
- return util.asPromise(rpcCall, self, method, requestCtor, responseCtor, request);
-
- if (!self.rpcImpl) {
- setTimeout(function() { callback(Error("already ended")); }, 0);
- return undefined;
- }
-
- try {
- return self.rpcImpl(
- method,
- requestCtor[self.requestDelimited ? "encodeDelimited" : "encode"](request).finish(),
- function rpcCallback(err, response) {
-
- if (err) {
- self.emit("error", err, method);
- return callback(err);
- }
-
- if (response === null) {
- self.end(/* endedByRPC */ true);
- return undefined;
- }
-
- if (!(response instanceof responseCtor)) {
- try {
- response = responseCtor[self.responseDelimited ? "decodeDelimited" : "decode"](response);
- } catch (err) {
- self.emit("error", err, method);
- return callback(err);
- }
- }
-
- self.emit("data", response, method);
- return callback(null, response);
- }
- );
- } catch (err) {
- self.emit("error", err, method);
- setTimeout(function() { callback(err); }, 0);
- return undefined;
- }
-};
-
-/**
- * Ends this service and emits the `end` event.
- * @param {boolean} [endedByRPC=false] Whether the service has been ended by the RPC implementation.
- * @returns {rpc.Service} `this`
- */
-Service.prototype.end = function end(endedByRPC) {
- if (this.rpcImpl) {
- if (!endedByRPC) // signal end to rpcImpl
- this.rpcImpl(null, null, null);
- this.rpcImpl = null;
- this.emit("end").off();
- }
- return this;
-};
-
-
-/***/ }),
-
-/***/ "guhe":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = MapField;
-
-// extends Field
-var Field = __webpack_require__("pqPr");
-((MapField.prototype = Object.create(Field.prototype)).constructor = MapField).className = "MapField";
-
-var types = __webpack_require__("hSTS"),
- util = __webpack_require__("y9PA");
-
-/**
- * Constructs a new map field instance.
- * @classdesc Reflected map field.
- * @extends FieldBase
- * @constructor
- * @param {string} name Unique name within its namespace
- * @param {number} id Unique id within its namespace
- * @param {string} keyType Key type
- * @param {string} type Value type
- * @param {Object.<string,*>} [options] Declared options
- * @param {string} [comment] Comment associated with this field
- */
-function MapField(name, id, keyType, type, options, comment) {
- Field.call(this, name, id, type, undefined, undefined, options, comment);
-
- /* istanbul ignore if */
- if (!util.isString(keyType))
- throw TypeError("keyType must be a string");
-
- /**
- * Key type.
- * @type {string}
- */
- this.keyType = keyType; // toJSON, marker
-
- /**
- * Resolved key type if not a basic type.
- * @type {ReflectionObject|null}
- */
- this.resolvedKeyType = null;
-
- // Overrides Field#map
- this.map = true;
-}
-
-/**
- * Map field descriptor.
- * @interface IMapField
- * @extends {IField}
- * @property {string} keyType Key type
- */
-
-/**
- * Extension map field descriptor.
- * @interface IExtensionMapField
- * @extends IMapField
- * @property {string} extend Extended type
- */
-
-/**
- * Constructs a map field from a map field descriptor.
- * @param {string} name Field name
- * @param {IMapField} json Map field descriptor
- * @returns {MapField} Created map field
- * @throws {TypeError} If arguments are invalid
- */
-MapField.fromJSON = function fromJSON(name, json) {
- return new MapField(name, json.id, json.keyType, json.type, json.options, json.comment);
-};
-
-/**
- * Converts this map field to a map field descriptor.
- * @param {IToJSONOptions} [toJSONOptions] JSON conversion options
- * @returns {IMapField} Map field descriptor
- */
-MapField.prototype.toJSON = function toJSON(toJSONOptions) {
- var keepComments = toJSONOptions ? Boolean(toJSONOptions.keepComments) : false;
- return util.toObject([
- "keyType" , this.keyType,
- "type" , this.type,
- "id" , this.id,
- "extend" , this.extend,
- "options" , this.options,
- "comment" , keepComments ? this.comment : undefined
- ]);
-};
-
-/**
- * @override
- */
-MapField.prototype.resolve = function resolve() {
- if (this.resolved)
- return this;
-
- // Besides a value type, map fields have a key type that may be "any scalar type except for floating point types and bytes"
- if (types.mapKey[this.keyType] === undefined)
- throw Error("invalid key type: " + this.keyType);
-
- return Field.prototype.resolve.call(this);
-};
-
-/**
- * Map field decorator (TypeScript).
- * @name MapField.d
- * @function
- * @param {number} fieldId Field id
- * @param {"int32"|"uint32"|"sint32"|"fixed32"|"sfixed32"|"int64"|"uint64"|"sint64"|"fixed64"|"sfixed64"|"bool"|"string"} fieldKeyType Field key type
- * @param {"double"|"float"|"int32"|"uint32"|"sint32"|"fixed32"|"sfixed32"|"int64"|"uint64"|"sint64"|"fixed64"|"sfixed64"|"bool"|"string"|"bytes"|Object|Constructor<{}>} fieldValueType Field value type
- * @returns {FieldDecorator} Decorator function
- * @template T extends { [key: string]: number | Long | string | boolean | Uint8Array | Buffer | number[] | Message<{}> }
- */
-MapField.d = function decorateMapField(fieldId, fieldKeyType, fieldValueType) {
-
- // submessage value: decorate the submessage and use its name as the type
- if (typeof fieldValueType === "function")
- fieldValueType = util.decorateType(fieldValueType).name;
-
- // enum reference value: create a reflected copy of the enum and keep reuseing it
- else if (fieldValueType && typeof fieldValueType === "object")
- fieldValueType = util.decorateEnum(fieldValueType).name;
-
- return function mapFieldDecorator(prototype, fieldName) {
- util.decorateType(prototype.constructor)
- .add(new MapField(fieldName, fieldId, fieldKeyType, fieldValueType));
- };
-};
-
-
-/***/ }),
-
-/***/ "hSTS":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-/**
- * Common type constants.
- * @namespace
- */
-var types = exports;
-
-var util = __webpack_require__("y9PA");
-
-var s = [
- "double", // 0
- "float", // 1
- "int32", // 2
- "uint32", // 3
- "sint32", // 4
- "fixed32", // 5
- "sfixed32", // 6
- "int64", // 7
- "uint64", // 8
- "sint64", // 9
- "fixed64", // 10
- "sfixed64", // 11
- "bool", // 12
- "string", // 13
- "bytes" // 14
-];
-
-function bake(values, offset) {
- var i = 0, o = {};
- offset |= 0;
- while (i < values.length) o[s[i + offset]] = values[i++];
- return o;
-}
-
-/**
- * Basic type wire types.
- * @type {Object.<string,number>}
- * @const
- * @property {number} double=1 Fixed64 wire type
- * @property {number} float=5 Fixed32 wire type
- * @property {number} int32=0 Varint wire type
- * @property {number} uint32=0 Varint wire type
- * @property {number} sint32=0 Varint wire type
- * @property {number} fixed32=5 Fixed32 wire type
- * @property {number} sfixed32=5 Fixed32 wire type
- * @property {number} int64=0 Varint wire type
- * @property {number} uint64=0 Varint wire type
- * @property {number} sint64=0 Varint wire type
- * @property {number} fixed64=1 Fixed64 wire type
- * @property {number} sfixed64=1 Fixed64 wire type
- * @property {number} bool=0 Varint wire type
- * @property {number} string=2 Ldelim wire type
- * @property {number} bytes=2 Ldelim wire type
- */
-types.basic = bake([
- /* double */ 1,
- /* float */ 5,
- /* int32 */ 0,
- /* uint32 */ 0,
- /* sint32 */ 0,
- /* fixed32 */ 5,
- /* sfixed32 */ 5,
- /* int64 */ 0,
- /* uint64 */ 0,
- /* sint64 */ 0,
- /* fixed64 */ 1,
- /* sfixed64 */ 1,
- /* bool */ 0,
- /* string */ 2,
- /* bytes */ 2
-]);
-
-/**
- * Basic type defaults.
- * @type {Object.<string,*>}
- * @const
- * @property {number} double=0 Double default
- * @property {number} float=0 Float default
- * @property {number} int32=0 Int32 default
- * @property {number} uint32=0 Uint32 default
- * @property {number} sint32=0 Sint32 default
- * @property {number} fixed32=0 Fixed32 default
- * @property {number} sfixed32=0 Sfixed32 default
- * @property {number} int64=0 Int64 default
- * @property {number} uint64=0 Uint64 default
- * @property {number} sint64=0 Sint32 default
- * @property {number} fixed64=0 Fixed64 default
- * @property {number} sfixed64=0 Sfixed64 default
- * @property {boolean} bool=false Bool default
- * @property {string} string="" String default
- * @property {Array.<number>} bytes=Array(0) Bytes default
- * @property {null} message=null Message default
- */
-types.defaults = bake([
- /* double */ 0,
- /* float */ 0,
- /* int32 */ 0,
- /* uint32 */ 0,
- /* sint32 */ 0,
- /* fixed32 */ 0,
- /* sfixed32 */ 0,
- /* int64 */ 0,
- /* uint64 */ 0,
- /* sint64 */ 0,
- /* fixed64 */ 0,
- /* sfixed64 */ 0,
- /* bool */ false,
- /* string */ "",
- /* bytes */ util.emptyArray,
- /* message */ null
-]);
-
-/**
- * Basic long type wire types.
- * @type {Object.<string,number>}
- * @const
- * @property {number} int64=0 Varint wire type
- * @property {number} uint64=0 Varint wire type
- * @property {number} sint64=0 Varint wire type
- * @property {number} fixed64=1 Fixed64 wire type
- * @property {number} sfixed64=1 Fixed64 wire type
- */
-types.long = bake([
- /* int64 */ 0,
- /* uint64 */ 0,
- /* sint64 */ 0,
- /* fixed64 */ 1,
- /* sfixed64 */ 1
-], 7);
-
-/**
- * Allowed types for map keys with their associated wire type.
- * @type {Object.<string,number>}
- * @const
- * @property {number} int32=0 Varint wire type
- * @property {number} uint32=0 Varint wire type
- * @property {number} sint32=0 Varint wire type
- * @property {number} fixed32=5 Fixed32 wire type
- * @property {number} sfixed32=5 Fixed32 wire type
- * @property {number} int64=0 Varint wire type
- * @property {number} uint64=0 Varint wire type
- * @property {number} sint64=0 Varint wire type
- * @property {number} fixed64=1 Fixed64 wire type
- * @property {number} sfixed64=1 Fixed64 wire type
- * @property {number} bool=0 Varint wire type
- * @property {number} string=2 Ldelim wire type
- */
-types.mapKey = bake([
- /* int32 */ 0,
- /* uint32 */ 0,
- /* sint32 */ 0,
- /* fixed32 */ 5,
- /* sfixed32 */ 5,
- /* int64 */ 0,
- /* uint64 */ 0,
- /* sint64 */ 0,
- /* fixed64 */ 1,
- /* sfixed64 */ 1,
- /* bool */ 0,
- /* string */ 2
-], 2);
-
-/**
- * Allowed types for packed repeated fields with their associated wire type.
- * @type {Object.<string,number>}
- * @const
- * @property {number} double=1 Fixed64 wire type
- * @property {number} float=5 Fixed32 wire type
- * @property {number} int32=0 Varint wire type
- * @property {number} uint32=0 Varint wire type
- * @property {number} sint32=0 Varint wire type
- * @property {number} fixed32=5 Fixed32 wire type
- * @property {number} sfixed32=5 Fixed32 wire type
- * @property {number} int64=0 Varint wire type
- * @property {number} uint64=0 Varint wire type
- * @property {number} sint64=0 Varint wire type
- * @property {number} fixed64=1 Fixed64 wire type
- * @property {number} sfixed64=1 Fixed64 wire type
- * @property {number} bool=0 Varint wire type
- */
-types.packed = bake([
- /* double */ 1,
- /* float */ 5,
- /* int32 */ 0,
- /* uint32 */ 0,
- /* sint32 */ 0,
- /* fixed32 */ 5,
- /* sfixed32 */ 5,
- /* int64 */ 0,
- /* uint64 */ 0,
- /* sint64 */ 0,
- /* fixed64 */ 1,
- /* sfixed64 */ 1,
- /* bool */ 0
-]);
-
-
-/***/ }),
-
-/***/ "iuWj":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = ReflectionObject;
-
-ReflectionObject.className = "ReflectionObject";
-
-var util = __webpack_require__("y9PA");
-
-var Root; // cyclic
-
-/**
- * Constructs a new reflection object instance.
- * @classdesc Base class of all reflection objects.
- * @constructor
- * @param {string} name Object name
- * @param {Object.<string,*>} [options] Declared options
- * @abstract
- */
-function ReflectionObject(name, options) {
-
- if (!util.isString(name))
- throw TypeError("name must be a string");
-
- if (options && !util.isObject(options))
- throw TypeError("options must be an object");
-
- /**
- * Options.
- * @type {Object.<string,*>|undefined}
- */
- this.options = options; // toJSON
-
- /**
- * Parsed Options.
- * @type {Array.<Object.<string,*>>|undefined}
- */
- this.parsedOptions = null;
-
- /**
- * Unique name within its namespace.
- * @type {string}
- */
- this.name = name;
-
- /**
- * Parent namespace.
- * @type {Namespace|null}
- */
- this.parent = null;
-
- /**
- * Whether already resolved or not.
- * @type {boolean}
- */
- this.resolved = false;
-
- /**
- * Comment text, if any.
- * @type {string|null}
- */
- this.comment = null;
-
- /**
- * Defining file name.
- * @type {string|null}
- */
- this.filename = null;
-}
-
-Object.defineProperties(ReflectionObject.prototype, {
-
- /**
- * Reference to the root namespace.
- * @name ReflectionObject#root
- * @type {Root}
- * @readonly
- */
- root: {
- get: function() {
- var ptr = this;
- while (ptr.parent !== null)
- ptr = ptr.parent;
- return ptr;
- }
- },
-
- /**
- * Full name including leading dot.
- * @name ReflectionObject#fullName
- * @type {string}
- * @readonly
- */
- fullName: {
- get: function() {
- var path = [ this.name ],
- ptr = this.parent;
- while (ptr) {
- path.unshift(ptr.name);
- ptr = ptr.parent;
- }
- return path.join(".");
- }
- }
-});
-
-/**
- * Converts this reflection object to its descriptor representation.
- * @returns {Object.<string,*>} Descriptor
- * @abstract
- */
-ReflectionObject.prototype.toJSON = /* istanbul ignore next */ function toJSON() {
- throw Error(); // not implemented, shouldn't happen
-};
-
-/**
- * Called when this object is added to a parent.
- * @param {ReflectionObject} parent Parent added to
- * @returns {undefined}
- */
-ReflectionObject.prototype.onAdd = function onAdd(parent) {
- if (this.parent && this.parent !== parent)
- this.parent.remove(this);
- this.parent = parent;
- this.resolved = false;
- var root = parent.root;
- if (root instanceof Root)
- root._handleAdd(this);
-};
-
-/**
- * Called when this object is removed from a parent.
- * @param {ReflectionObject} parent Parent removed from
- * @returns {undefined}
- */
-ReflectionObject.prototype.onRemove = function onRemove(parent) {
- var root = parent.root;
- if (root instanceof Root)
- root._handleRemove(this);
- this.parent = null;
- this.resolved = false;
-};
-
-/**
- * Resolves this objects type references.
- * @returns {ReflectionObject} `this`
- */
-ReflectionObject.prototype.resolve = function resolve() {
- if (this.resolved)
- return this;
- if (this.root instanceof Root)
- this.resolved = true; // only if part of a root
- return this;
-};
-
-/**
- * Gets an option value.
- * @param {string} name Option name
- * @returns {*} Option value or `undefined` if not set
- */
-ReflectionObject.prototype.getOption = function getOption(name) {
- if (this.options)
- return this.options[name];
- return undefined;
-};
-
-/**
- * Sets an option.
- * @param {string} name Option name
- * @param {*} value Option value
- * @param {boolean} [ifNotSet] Sets the option only if it isn't currently set
- * @returns {ReflectionObject} `this`
- */
-ReflectionObject.prototype.setOption = function setOption(name, value, ifNotSet) {
- if (!ifNotSet || !this.options || this.options[name] === undefined)
- (this.options || (this.options = {}))[name] = value;
- return this;
-};
-
-/**
- * Sets a parsed option.
- * @param {string} name parsed Option name
- * @param {*} value Option value
- * @param {string} propName dot '.' delimited full path of property within the option to set. if undefined\empty, will add a new option with that value
- * @returns {ReflectionObject} `this`
- */
-ReflectionObject.prototype.setParsedOption = function setParsedOption(name, value, propName) {
- if (!this.parsedOptions) {
- this.parsedOptions = [];
- }
- var parsedOptions = this.parsedOptions;
- if (propName) {
- // If setting a sub property of an option then try to merge it
- // with an existing option
- var opt = parsedOptions.find(function (opt) {
- return Object.prototype.hasOwnProperty.call(opt, name);
- });
- if (opt) {
- // If we found an existing option - just merge the property value
- var newValue = opt[name];
- util.setProperty(newValue, propName, value);
- } else {
- // otherwise, create a new option, set it's property and add it to the list
- opt = {};
- opt[name] = util.setProperty({}, propName, value);
- parsedOptions.push(opt);
- }
- } else {
- // Always create a new option when setting the value of the option itself
- var newOpt = {};
- newOpt[name] = value;
- parsedOptions.push(newOpt);
- }
- return this;
-};
-
-/**
- * Sets multiple options.
- * @param {Object.<string,*>} options Options to set
- * @param {boolean} [ifNotSet] Sets an option only if it isn't currently set
- * @returns {ReflectionObject} `this`
- */
-ReflectionObject.prototype.setOptions = function setOptions(options, ifNotSet) {
- if (options)
- for (var keys = Object.keys(options), i = 0; i < keys.length; ++i)
- this.setOption(keys[i], options[keys[i]], ifNotSet);
- return this;
-};
-
-/**
- * Converts this instance to its string representation.
- * @returns {string} Class name[, space, full name]
- */
-ReflectionObject.prototype.toString = function toString() {
- var className = this.constructor.className,
- fullName = this.fullName;
- if (fullName.length)
- return className + " " + fullName;
- return className;
-};
-
-// Sets up cyclic dependencies (called in index-light)
-ReflectionObject._configure = function(Root_) {
- Root = Root_;
-};
-
-
-/***/ }),
-
-/***/ "lWSR":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = BufferReader;
-
-// extends Reader
-var Reader = __webpack_require__("IRA2");
-(BufferReader.prototype = Object.create(Reader.prototype)).constructor = BufferReader;
-
-var util = __webpack_require__("6Tgl");
-
-/**
- * Constructs a new buffer reader instance.
- * @classdesc Wire format reader using node buffers.
- * @extends Reader
- * @constructor
- * @param {Buffer} buffer Buffer to read from
- */
-function BufferReader(buffer) {
- Reader.call(this, buffer);
-
- /**
- * Read buffer.
- * @name BufferReader#buf
- * @type {Buffer}
- */
-}
-
-BufferReader._configure = function () {
- /* istanbul ignore else */
- if (util.Buffer)
- BufferReader.prototype._slice = util.Buffer.prototype.slice;
-};
-
-
-/**
- * @override
- */
-BufferReader.prototype.string = function read_string_buffer() {
- var len = this.uint32(); // modifies pos
- return this.buf.utf8Slice
- ? this.buf.utf8Slice(this.pos, this.pos = Math.min(this.pos + len, this.len))
- : this.buf.toString("utf-8", this.pos, this.pos = Math.min(this.pos + len, this.len));
-};
-
-/**
- * Reads a sequence of bytes preceeded by its length as a varint.
- * @name BufferReader#bytes
- * @function
- * @returns {Buffer} Value read
- */
-
-BufferReader._configure();
-
-
-/***/ }),
-
-/***/ "o4Qh":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = LongBits;
-
-var util = __webpack_require__("6Tgl");
-
-/**
- * Constructs new long bits.
- * @classdesc Helper class for working with the low and high bits of a 64 bit value.
- * @memberof util
- * @constructor
- * @param {number} lo Low 32 bits, unsigned
- * @param {number} hi High 32 bits, unsigned
- */
-function LongBits(lo, hi) {
-
- // note that the casts below are theoretically unnecessary as of today, but older statically
- // generated converter code might still call the ctor with signed 32bits. kept for compat.
-
- /**
- * Low bits.
- * @type {number}
- */
- this.lo = lo >>> 0;
-
- /**
- * High bits.
- * @type {number}
- */
- this.hi = hi >>> 0;
-}
-
-/**
- * Zero bits.
- * @memberof util.LongBits
- * @type {util.LongBits}
- */
-var zero = LongBits.zero = new LongBits(0, 0);
-
-zero.toNumber = function() { return 0; };
-zero.zzEncode = zero.zzDecode = function() { return this; };
-zero.length = function() { return 1; };
-
-/**
- * Zero hash.
- * @memberof util.LongBits
- * @type {string}
- */
-var zeroHash = LongBits.zeroHash = "\0\0\0\0\0\0\0\0";
-
-/**
- * Constructs new long bits from the specified number.
- * @param {number} value Value
- * @returns {util.LongBits} Instance
- */
-LongBits.fromNumber = function fromNumber(value) {
- if (value === 0)
- return zero;
- var sign = value < 0;
- if (sign)
- value = -value;
- var lo = value >>> 0,
- hi = (value - lo) / 4294967296 >>> 0;
- if (sign) {
- hi = ~hi >>> 0;
- lo = ~lo >>> 0;
- if (++lo > 4294967295) {
- lo = 0;
- if (++hi > 4294967295)
- hi = 0;
- }
- }
- return new LongBits(lo, hi);
-};
-
-/**
- * Constructs new long bits from a number, long or string.
- * @param {Long|number|string} value Value
- * @returns {util.LongBits} Instance
- */
-LongBits.from = function from(value) {
- if (typeof value === "number")
- return LongBits.fromNumber(value);
- if (util.isString(value)) {
- /* istanbul ignore else */
- if (util.Long)
- value = util.Long.fromString(value);
- else
- return LongBits.fromNumber(parseInt(value, 10));
- }
- return value.low || value.high ? new LongBits(value.low >>> 0, value.high >>> 0) : zero;
-};
-
-/**
- * Converts this long bits to a possibly unsafe JavaScript number.
- * @param {boolean} [unsigned=false] Whether unsigned or not
- * @returns {number} Possibly unsafe number
- */
-LongBits.prototype.toNumber = function toNumber(unsigned) {
- if (!unsigned && this.hi >>> 31) {
- var lo = ~this.lo + 1 >>> 0,
- hi = ~this.hi >>> 0;
- if (!lo)
- hi = hi + 1 >>> 0;
- return -(lo + hi * 4294967296);
- }
- return this.lo + this.hi * 4294967296;
-};
-
-/**
- * Converts this long bits to a long.
- * @param {boolean} [unsigned=false] Whether unsigned or not
- * @returns {Long} Long
- */
-LongBits.prototype.toLong = function toLong(unsigned) {
- return util.Long
- ? new util.Long(this.lo | 0, this.hi | 0, Boolean(unsigned))
- /* istanbul ignore next */
- : { low: this.lo | 0, high: this.hi | 0, unsigned: Boolean(unsigned) };
-};
-
-var charCodeAt = String.prototype.charCodeAt;
-
-/**
- * Constructs new long bits from the specified 8 characters long hash.
- * @param {string} hash Hash
- * @returns {util.LongBits} Bits
- */
-LongBits.fromHash = function fromHash(hash) {
- if (hash === zeroHash)
- return zero;
- return new LongBits(
- ( charCodeAt.call(hash, 0)
- | charCodeAt.call(hash, 1) << 8
- | charCodeAt.call(hash, 2) << 16
- | charCodeAt.call(hash, 3) << 24) >>> 0
- ,
- ( charCodeAt.call(hash, 4)
- | charCodeAt.call(hash, 5) << 8
- | charCodeAt.call(hash, 6) << 16
- | charCodeAt.call(hash, 7) << 24) >>> 0
- );
-};
-
-/**
- * Converts this long bits to a 8 characters long hash.
- * @returns {string} Hash
- */
-LongBits.prototype.toHash = function toHash() {
- return String.fromCharCode(
- this.lo & 255,
- this.lo >>> 8 & 255,
- this.lo >>> 16 & 255,
- this.lo >>> 24 ,
- this.hi & 255,
- this.hi >>> 8 & 255,
- this.hi >>> 16 & 255,
- this.hi >>> 24
- );
-};
-
-/**
- * Zig-zag encodes this long bits.
- * @returns {util.LongBits} `this`
- */
-LongBits.prototype.zzEncode = function zzEncode() {
- var mask = this.hi >> 31;
- this.hi = ((this.hi << 1 | this.lo >>> 31) ^ mask) >>> 0;
- this.lo = ( this.lo << 1 ^ mask) >>> 0;
- return this;
-};
-
-/**
- * Zig-zag decodes this long bits.
- * @returns {util.LongBits} `this`
- */
-LongBits.prototype.zzDecode = function zzDecode() {
- var mask = -(this.lo & 1);
- this.lo = ((this.lo >>> 1 | this.hi << 31) ^ mask) >>> 0;
- this.hi = ( this.hi >>> 1 ^ mask) >>> 0;
- return this;
-};
-
-/**
- * Calculates the length of this longbits when encoded as a varint.
- * @returns {number} Length
- */
-LongBits.prototype.length = function length() {
- var part0 = this.lo,
- part1 = (this.lo >>> 28 | this.hi << 4) >>> 0,
- part2 = this.hi >>> 24;
- return part2 === 0
- ? part1 === 0
- ? part0 < 16384
- ? part0 < 128 ? 1 : 2
- : part0 < 2097152 ? 3 : 4
- : part1 < 16384
- ? part1 < 128 ? 5 : 6
- : part1 < 2097152 ? 7 : 8
- : part2 < 128 ? 9 : 10;
-};
-
-
-/***/ }),
-
-/***/ "oA4V":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = common;
-
-var commonRe = /\/|\./;
-
-/**
- * Provides common type definitions.
- * Can also be used to provide additional google types or your own custom types.
- * @param {string} name Short name as in `google/protobuf/[name].proto` or full file name
- * @param {Object.<string,*>} json JSON definition within `google.protobuf` if a short name, otherwise the file's root definition
- * @returns {undefined}
- * @property {INamespace} google/protobuf/any.proto Any
- * @property {INamespace} google/protobuf/duration.proto Duration
- * @property {INamespace} google/protobuf/empty.proto Empty
- * @property {INamespace} google/protobuf/field_mask.proto FieldMask
- * @property {INamespace} google/protobuf/struct.proto Struct, Value, NullValue and ListValue
- * @property {INamespace} google/protobuf/timestamp.proto Timestamp
- * @property {INamespace} google/protobuf/wrappers.proto Wrappers
- * @example
- * // manually provides descriptor.proto (assumes google/protobuf/ namespace and .proto extension)
- * protobuf.common("descriptor", descriptorJson);
- *
- * // manually provides a custom definition (uses my.foo namespace)
- * protobuf.common("my/foo/bar.proto", myFooBarJson);
- */
-function common(name, json) {
- if (!commonRe.test(name)) {
- name = "google/protobuf/" + name + ".proto";
- json = { nested: { google: { nested: { protobuf: { nested: json } } } } };
- }
- common[name] = json;
-}
-
-// Not provided because of limited use (feel free to discuss or to provide yourself):
-//
-// google/protobuf/descriptor.proto
-// google/protobuf/source_context.proto
-// google/protobuf/type.proto
-//
-// Stripped and pre-parsed versions of these non-bundled files are instead available as part of
-// the repository or package within the google/protobuf directory.
-
-common("any", {
-
- /**
- * Properties of a google.protobuf.Any message.
- * @interface IAny
- * @type {Object}
- * @property {string} [typeUrl]
- * @property {Uint8Array} [bytes]
- * @memberof common
- */
- Any: {
- fields: {
- type_url: {
- type: "string",
- id: 1
- },
- value: {
- type: "bytes",
- id: 2
- }
- }
- }
-});
-
-var timeType;
-
-common("duration", {
-
- /**
- * Properties of a google.protobuf.Duration message.
- * @interface IDuration
- * @type {Object}
- * @property {number|Long} [seconds]
- * @property {number} [nanos]
- * @memberof common
- */
- Duration: timeType = {
- fields: {
- seconds: {
- type: "int64",
- id: 1
- },
- nanos: {
- type: "int32",
- id: 2
- }
- }
- }
-});
-
-common("timestamp", {
-
- /**
- * Properties of a google.protobuf.Timestamp message.
- * @interface ITimestamp
- * @type {Object}
- * @property {number|Long} [seconds]
- * @property {number} [nanos]
- * @memberof common
- */
- Timestamp: timeType
-});
-
-common("empty", {
-
- /**
- * Properties of a google.protobuf.Empty message.
- * @interface IEmpty
- * @memberof common
- */
- Empty: {
- fields: {}
- }
-});
-
-common("struct", {
-
- /**
- * Properties of a google.protobuf.Struct message.
- * @interface IStruct
- * @type {Object}
- * @property {Object.<string,IValue>} [fields]
- * @memberof common
- */
- Struct: {
- fields: {
- fields: {
- keyType: "string",
- type: "Value",
- id: 1
- }
- }
- },
-
- /**
- * Properties of a google.protobuf.Value message.
- * @interface IValue
- * @type {Object}
- * @property {string} [kind]
- * @property {0} [nullValue]
- * @property {number} [numberValue]
- * @property {string} [stringValue]
- * @property {boolean} [boolValue]
- * @property {IStruct} [structValue]
- * @property {IListValue} [listValue]
- * @memberof common
- */
- Value: {
- oneofs: {
- kind: {
- oneof: [
- "nullValue",
- "numberValue",
- "stringValue",
- "boolValue",
- "structValue",
- "listValue"
- ]
- }
- },
- fields: {
- nullValue: {
- type: "NullValue",
- id: 1
- },
- numberValue: {
- type: "double",
- id: 2
- },
- stringValue: {
- type: "string",
- id: 3
- },
- boolValue: {
- type: "bool",
- id: 4
- },
- structValue: {
- type: "Struct",
- id: 5
- },
- listValue: {
- type: "ListValue",
- id: 6
- }
- }
- },
-
- NullValue: {
- values: {
- NULL_VALUE: 0
- }
- },
-
- /**
- * Properties of a google.protobuf.ListValue message.
- * @interface IListValue
- * @type {Object}
- * @property {Array.<IValue>} [values]
- * @memberof common
- */
- ListValue: {
- fields: {
- values: {
- rule: "repeated",
- type: "Value",
- id: 1
- }
- }
- }
-});
-
-common("wrappers", {
-
- /**
- * Properties of a google.protobuf.DoubleValue message.
- * @interface IDoubleValue
- * @type {Object}
- * @property {number} [value]
- * @memberof common
- */
- DoubleValue: {
- fields: {
- value: {
- type: "double",
- id: 1
- }
- }
- },
-
- /**
- * Properties of a google.protobuf.FloatValue message.
- * @interface IFloatValue
- * @type {Object}
- * @property {number} [value]
- * @memberof common
- */
- FloatValue: {
- fields: {
- value: {
- type: "float",
- id: 1
- }
- }
- },
-
- /**
- * Properties of a google.protobuf.Int64Value message.
- * @interface IInt64Value
- * @type {Object}
- * @property {number|Long} [value]
- * @memberof common
- */
- Int64Value: {
- fields: {
- value: {
- type: "int64",
- id: 1
- }
- }
- },
-
- /**
- * Properties of a google.protobuf.UInt64Value message.
- * @interface IUInt64Value
- * @type {Object}
- * @property {number|Long} [value]
- * @memberof common
- */
- UInt64Value: {
- fields: {
- value: {
- type: "uint64",
- id: 1
- }
- }
- },
-
- /**
- * Properties of a google.protobuf.Int32Value message.
- * @interface IInt32Value
- * @type {Object}
- * @property {number} [value]
- * @memberof common
- */
- Int32Value: {
- fields: {
- value: {
- type: "int32",
- id: 1
- }
- }
- },
-
- /**
- * Properties of a google.protobuf.UInt32Value message.
- * @interface IUInt32Value
- * @type {Object}
- * @property {number} [value]
- * @memberof common
- */
- UInt32Value: {
- fields: {
- value: {
- type: "uint32",
- id: 1
- }
- }
- },
-
- /**
- * Properties of a google.protobuf.BoolValue message.
- * @interface IBoolValue
- * @type {Object}
- * @property {boolean} [value]
- * @memberof common
- */
- BoolValue: {
- fields: {
- value: {
- type: "bool",
- id: 1
- }
- }
- },
-
- /**
- * Properties of a google.protobuf.StringValue message.
- * @interface IStringValue
- * @type {Object}
- * @property {string} [value]
- * @memberof common
- */
- StringValue: {
- fields: {
- value: {
- type: "string",
- id: 1
- }
- }
- },
-
- /**
- * Properties of a google.protobuf.BytesValue message.
- * @interface IBytesValue
- * @type {Object}
- * @property {Uint8Array} [value]
- * @memberof common
- */
- BytesValue: {
- fields: {
- value: {
- type: "bytes",
- id: 1
- }
- }
- }
-});
-
-common("field_mask", {
-
- /**
- * Properties of a google.protobuf.FieldMask message.
- * @interface IDoubleValue
- * @type {Object}
- * @property {number} [value]
- * @memberof common
- */
- FieldMask: {
- fields: {
- paths: {
- rule: "repeated",
- type: "string",
- id: 1
- }
- }
- }
-});
-
-/**
- * Gets the root definition of the specified common proto file.
- *
- * Bundled definitions are:
- * - google/protobuf/any.proto
- * - google/protobuf/duration.proto
- * - google/protobuf/empty.proto
- * - google/protobuf/field_mask.proto
- * - google/protobuf/struct.proto
- * - google/protobuf/timestamp.proto
- * - google/protobuf/wrappers.proto
- *
- * @param {string} file Proto file name
- * @returns {INamespace|null} Root definition or `null` if not defined
- */
-common.get = function get(file) {
- return common[file] || null;
-};
-
-
-/***/ }),
-
-/***/ "p2ao":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = tokenize;
-
-var delimRe = /[\s{}=;:[\],'"()<>]/g,
- stringDoubleRe = /(?:"([^"\\]*(?:\\.[^"\\]*)*)")/g,
- stringSingleRe = /(?:'([^'\\]*(?:\\.[^'\\]*)*)')/g;
-
-var setCommentRe = /^ *[*/]+ */,
- setCommentAltRe = /^\s*\*?\/*/,
- setCommentSplitRe = /\n/g,
- whitespaceRe = /\s/,
- unescapeRe = /\\(.?)/g;
-
-var unescapeMap = {
- "0": "\0",
- "r": "\r",
- "n": "\n",
- "t": "\t"
-};
-
-/**
- * Unescapes a string.
- * @param {string} str String to unescape
- * @returns {string} Unescaped string
- * @property {Object.<string,string>} map Special characters map
- * @memberof tokenize
- */
-function unescape(str) {
- return str.replace(unescapeRe, function($0, $1) {
- switch ($1) {
- case "\\":
- case "":
- return $1;
- default:
- return unescapeMap[$1] || "";
- }
- });
-}
-
-tokenize.unescape = unescape;
-
-/**
- * Gets the next token and advances.
- * @typedef TokenizerHandleNext
- * @type {function}
- * @returns {string|null} Next token or `null` on eof
- */
-
-/**
- * Peeks for the next token.
- * @typedef TokenizerHandlePeek
- * @type {function}
- * @returns {string|null} Next token or `null` on eof
- */
-
-/**
- * Pushes a token back to the stack.
- * @typedef TokenizerHandlePush
- * @type {function}
- * @param {string} token Token
- * @returns {undefined}
- */
-
-/**
- * Skips the next token.
- * @typedef TokenizerHandleSkip
- * @type {function}
- * @param {string} expected Expected token
- * @param {boolean} [optional=false] If optional
- * @returns {boolean} Whether the token matched
- * @throws {Error} If the token didn't match and is not optional
- */
-
-/**
- * Gets the comment on the previous line or, alternatively, the line comment on the specified line.
- * @typedef TokenizerHandleCmnt
- * @type {function}
- * @param {number} [line] Line number
- * @returns {string|null} Comment text or `null` if none
- */
-
-/**
- * Handle object returned from {@link tokenize}.
- * @interface ITokenizerHandle
- * @property {TokenizerHandleNext} next Gets the next token and advances (`null` on eof)
- * @property {TokenizerHandlePeek} peek Peeks for the next token (`null` on eof)
- * @property {TokenizerHandlePush} push Pushes a token back to the stack
- * @property {TokenizerHandleSkip} skip Skips a token, returns its presence and advances or, if non-optional and not present, throws
- * @property {TokenizerHandleCmnt} cmnt Gets the comment on the previous line or the line comment on the specified line, if any
- * @property {number} line Current line number
- */
-
-/**
- * Tokenizes the given .proto source and returns an object with useful utility functions.
- * @param {string} source Source contents
- * @param {boolean} alternateCommentMode Whether we should activate alternate comment parsing mode.
- * @returns {ITokenizerHandle} Tokenizer handle
- */
-function tokenize(source, alternateCommentMode) {
- /* eslint-disable callback-return */
- source = source.toString();
-
- var offset = 0,
- length = source.length,
- line = 1,
- commentType = null,
- commentText = null,
- commentLine = 0,
- commentLineEmpty = false,
- commentIsLeading = false;
-
- var stack = [];
-
- var stringDelim = null;
-
- /* istanbul ignore next */
- /**
- * Creates an error for illegal syntax.
- * @param {string} subject Subject
- * @returns {Error} Error created
- * @inner
- */
- function illegal(subject) {
- return Error("illegal " + subject + " (line " + line + ")");
- }
-
- /**
- * Reads a string till its end.
- * @returns {string} String read
- * @inner
- */
- function readString() {
- var re = stringDelim === "'" ? stringSingleRe : stringDoubleRe;
- re.lastIndex = offset - 1;
- var match = re.exec(source);
- if (!match)
- throw illegal("string");
- offset = re.lastIndex;
- push(stringDelim);
- stringDelim = null;
- return unescape(match[1]);
- }
-
- /**
- * Gets the character at `pos` within the source.
- * @param {number} pos Position
- * @returns {string} Character
- * @inner
- */
- function charAt(pos) {
- return source.charAt(pos);
- }
-
- /**
- * Sets the current comment text.
- * @param {number} start Start offset
- * @param {number} end End offset
- * @param {boolean} isLeading set if a leading comment
- * @returns {undefined}
- * @inner
- */
- function setComment(start, end, isLeading) {
- commentType = source.charAt(start++);
- commentLine = line;
- commentLineEmpty = false;
- commentIsLeading = isLeading;
- var lookback;
- if (alternateCommentMode) {
- lookback = 2; // alternate comment parsing: "//" or "/*"
- } else {
- lookback = 3; // "///" or "/**"
- }
- var commentOffset = start - lookback,
- c;
- do {
- if (--commentOffset < 0 ||
- (c = source.charAt(commentOffset)) === "\n") {
- commentLineEmpty = true;
- break;
- }
- } while (c === " " || c === "\t");
- var lines = source
- .substring(start, end)
- .split(setCommentSplitRe);
- for (var i = 0; i < lines.length; ++i)
- lines[i] = lines[i]
- .replace(alternateCommentMode ? setCommentAltRe : setCommentRe, "")
- .trim();
- commentText = lines
- .join("\n")
- .trim();
- }
-
- function isDoubleSlashCommentLine(startOffset) {
- var endOffset = findEndOfLine(startOffset);
-
- // see if remaining line matches comment pattern
- var lineText = source.substring(startOffset, endOffset);
- // look for 1 or 2 slashes since startOffset would already point past
- // the first slash that started the comment.
- var isComment = /^\s*\/{1,2}/.test(lineText);
- return isComment;
- }
-
- function findEndOfLine(cursor) {
- // find end of cursor's line
- var endOffset = cursor;
- while (endOffset < length && charAt(endOffset) !== "\n") {
- endOffset++;
- }
- return endOffset;
- }
-
- /**
- * Obtains the next token.
- * @returns {string|null} Next token or `null` on eof
- * @inner
- */
- function next() {
- if (stack.length > 0)
- return stack.shift();
- if (stringDelim)
- return readString();
- var repeat,
- prev,
- curr,
- start,
- isDoc,
- isLeadingComment = offset === 0;
- do {
- if (offset === length)
- return null;
- repeat = false;
- while (whitespaceRe.test(curr = charAt(offset))) {
- if (curr === "\n") {
- isLeadingComment = true;
- ++line;
- }
- if (++offset === length)
- return null;
- }
-
- if (charAt(offset) === "/") {
- if (++offset === length) {
- throw illegal("comment");
- }
- if (charAt(offset) === "/") { // Line
- if (!alternateCommentMode) {
- // check for triple-slash comment
- isDoc = charAt(start = offset + 1) === "/";
-
- while (charAt(++offset) !== "\n") {
- if (offset === length) {
- return null;
- }
- }
- ++offset;
- if (isDoc) {
- setComment(start, offset - 1, isLeadingComment);
- }
- ++line;
- repeat = true;
- } else {
- // check for double-slash comments, consolidating consecutive lines
- start = offset;
- isDoc = false;
- if (isDoubleSlashCommentLine(offset)) {
- isDoc = true;
- do {
- offset = findEndOfLine(offset);
- if (offset === length) {
- break;
- }
- offset++;
- } while (isDoubleSlashCommentLine(offset));
- } else {
- offset = Math.min(length, findEndOfLine(offset) + 1);
- }
- if (isDoc) {
- setComment(start, offset, isLeadingComment);
- }
- line++;
- repeat = true;
- }
- } else if ((curr = charAt(offset)) === "*") { /* Block */
- // check for /** (regular comment mode) or /* (alternate comment mode)
- start = offset + 1;
- isDoc = alternateCommentMode || charAt(start) === "*";
- do {
- if (curr === "\n") {
- ++line;
- }
- if (++offset === length) {
- throw illegal("comment");
- }
- prev = curr;
- curr = charAt(offset);
- } while (prev !== "*" || curr !== "/");
- ++offset;
- if (isDoc) {
- setComment(start, offset - 2, isLeadingComment);
- }
- repeat = true;
- } else {
- return "/";
- }
- }
- } while (repeat);
-
- // offset !== length if we got here
-
- var end = offset;
- delimRe.lastIndex = 0;
- var delim = delimRe.test(charAt(end++));
- if (!delim)
- while (end < length && !delimRe.test(charAt(end)))
- ++end;
- var token = source.substring(offset, offset = end);
- if (token === "\"" || token === "'")
- stringDelim = token;
- return token;
- }
-
- /**
- * Pushes a token back to the stack.
- * @param {string} token Token
- * @returns {undefined}
- * @inner
- */
- function push(token) {
- stack.push(token);
- }
-
- /**
- * Peeks for the next token.
- * @returns {string|null} Token or `null` on eof
- * @inner
- */
- function peek() {
- if (!stack.length) {
- var token = next();
- if (token === null)
- return null;
- push(token);
- }
- return stack[0];
- }
-
- /**
- * Skips a token.
- * @param {string} expected Expected token
- * @param {boolean} [optional=false] Whether the token is optional
- * @returns {boolean} `true` when skipped, `false` if not
- * @throws {Error} When a required token is not present
- * @inner
- */
- function skip(expected, optional) {
- var actual = peek(),
- equals = actual === expected;
- if (equals) {
- next();
- return true;
- }
- if (!optional)
- throw illegal("token '" + actual + "', '" + expected + "' expected");
- return false;
- }
-
- /**
- * Gets a comment.
- * @param {number} [trailingLine] Line number if looking for a trailing comment
- * @returns {string|null} Comment text
- * @inner
- */
- function cmnt(trailingLine) {
- var ret = null;
- if (trailingLine === undefined) {
- if (commentLine === line - 1 && (alternateCommentMode || commentType === "*" || commentLineEmpty)) {
- ret = commentIsLeading ? commentText : null;
- }
- } else {
- /* istanbul ignore else */
- if (commentLine < trailingLine) {
- peek();
- }
- if (commentLine === trailingLine && !commentLineEmpty && (alternateCommentMode || commentType === "/")) {
- ret = commentIsLeading ? null : commentText;
- }
- }
- return ret;
- }
-
- return Object.defineProperty({
- next: next,
- peek: peek,
- push: push,
- skip: skip,
- cmnt: cmnt
- }, "line", {
- get: function() { return line; }
- });
- /* eslint-enable callback-return */
-}
-
-
-/***/ }),
-
-/***/ "pqPr":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = Field;
-
-// extends ReflectionObject
-var ReflectionObject = __webpack_require__("iuWj");
-((Field.prototype = Object.create(ReflectionObject.prototype)).constructor = Field).className = "Field";
-
-var Enum = __webpack_require__("vREW"),
- types = __webpack_require__("hSTS"),
- util = __webpack_require__("y9PA");
-
-var Type; // cyclic
-
-var ruleRe = /^required|optional|repeated$/;
-
-/**
- * Constructs a new message field instance. Note that {@link MapField|map fields} have their own class.
- * @name Field
- * @classdesc Reflected message field.
- * @extends FieldBase
- * @constructor
- * @param {string} name Unique name within its namespace
- * @param {number} id Unique id within its namespace
- * @param {string} type Value type
- * @param {string|Object.<string,*>} [rule="optional"] Field rule
- * @param {string|Object.<string,*>} [extend] Extended type if different from parent
- * @param {Object.<string,*>} [options] Declared options
- */
-
-/**
- * Constructs a field from a field descriptor.
- * @param {string} name Field name
- * @param {IField} json Field descriptor
- * @returns {Field} Created field
- * @throws {TypeError} If arguments are invalid
- */
-Field.fromJSON = function fromJSON(name, json) {
- return new Field(name, json.id, json.type, json.rule, json.extend, json.options, json.comment);
-};
-
-/**
- * Not an actual constructor. Use {@link Field} instead.
- * @classdesc Base class of all reflected message fields. This is not an actual class but here for the sake of having consistent type definitions.
- * @exports FieldBase
- * @extends ReflectionObject
- * @constructor
- * @param {string} name Unique name within its namespace
- * @param {number} id Unique id within its namespace
- * @param {string} type Value type
- * @param {string|Object.<string,*>} [rule="optional"] Field rule
- * @param {string|Object.<string,*>} [extend] Extended type if different from parent
- * @param {Object.<string,*>} [options] Declared options
- * @param {string} [comment] Comment associated with this field
- */
-function Field(name, id, type, rule, extend, options, comment) {
-
- if (util.isObject(rule)) {
- comment = extend;
- options = rule;
- rule = extend = undefined;
- } else if (util.isObject(extend)) {
- comment = options;
- options = extend;
- extend = undefined;
- }
-
- ReflectionObject.call(this, name, options);
-
- if (!util.isInteger(id) || id < 0)
- throw TypeError("id must be a non-negative integer");
-
- if (!util.isString(type))
- throw TypeError("type must be a string");
-
- if (rule !== undefined && !ruleRe.test(rule = rule.toString().toLowerCase()))
- throw TypeError("rule must be a string rule");
-
- if (extend !== undefined && !util.isString(extend))
- throw TypeError("extend must be a string");
-
- /**
- * Field rule, if any.
- * @type {string|undefined}
- */
- this.rule = rule && rule !== "optional" ? rule : undefined; // toJSON
-
- /**
- * Field type.
- * @type {string}
- */
- this.type = type; // toJSON
-
- /**
- * Unique field id.
- * @type {number}
- */
- this.id = id; // toJSON, marker
-
- /**
- * Extended type if different from parent.
- * @type {string|undefined}
- */
- this.extend = extend || undefined; // toJSON
-
- /**
- * Whether this field is required.
- * @type {boolean}
- */
- this.required = rule === "required";
-
- /**
- * Whether this field is optional.
- * @type {boolean}
- */
- this.optional = !this.required;
-
- /**
- * Whether this field is repeated.
- * @type {boolean}
- */
- this.repeated = rule === "repeated";
-
- /**
- * Whether this field is a map or not.
- * @type {boolean}
- */
- this.map = false;
-
- /**
- * Message this field belongs to.
- * @type {Type|null}
- */
- this.message = null;
-
- /**
- * OneOf this field belongs to, if any,
- * @type {OneOf|null}
- */
- this.partOf = null;
-
- /**
- * The field type's default value.
- * @type {*}
- */
- this.typeDefault = null;
-
- /**
- * The field's default value on prototypes.
- * @type {*}
- */
- this.defaultValue = null;
-
- /**
- * Whether this field's value should be treated as a long.
- * @type {boolean}
- */
- this.long = util.Long ? types.long[type] !== undefined : /* istanbul ignore next */ false;
-
- /**
- * Whether this field's value is a buffer.
- * @type {boolean}
- */
- this.bytes = type === "bytes";
-
- /**
- * Resolved type if not a basic type.
- * @type {Type|Enum|null}
- */
- this.resolvedType = null;
-
- /**
- * Sister-field within the extended type if a declaring extension field.
- * @type {Field|null}
- */
- this.extensionField = null;
-
- /**
- * Sister-field within the declaring namespace if an extended field.
- * @type {Field|null}
- */
- this.declaringField = null;
-
- /**
- * Internally remembers whether this field is packed.
- * @type {boolean|null}
- * @private
- */
- this._packed = null;
-
- /**
- * Comment for this field.
- * @type {string|null}
- */
- this.comment = comment;
-}
-
-/**
- * Determines whether this field is packed. Only relevant when repeated and working with proto2.
- * @name Field#packed
- * @type {boolean}
- * @readonly
- */
-Object.defineProperty(Field.prototype, "packed", {
- get: function() {
- // defaults to packed=true if not explicity set to false
- if (this._packed === null)
- this._packed = this.getOption("packed") !== false;
- return this._packed;
- }
-});
-
-/**
- * @override
- */
-Field.prototype.setOption = function setOption(name, value, ifNotSet) {
- if (name === "packed") // clear cached before setting
- this._packed = null;
- return ReflectionObject.prototype.setOption.call(this, name, value, ifNotSet);
-};
-
-/**
- * Field descriptor.
- * @interface IField
- * @property {string} [rule="optional"] Field rule
- * @property {string} type Field type
- * @property {number} id Field id
- * @property {Object.<string,*>} [options] Field options
- */
-
-/**
- * Extension field descriptor.
- * @interface IExtensionField
- * @extends IField
- * @property {string} extend Extended type
- */
-
-/**
- * Converts this field to a field descriptor.
- * @param {IToJSONOptions} [toJSONOptions] JSON conversion options
- * @returns {IField} Field descriptor
- */
-Field.prototype.toJSON = function toJSON(toJSONOptions) {
- var keepComments = toJSONOptions ? Boolean(toJSONOptions.keepComments) : false;
- return util.toObject([
- "rule" , this.rule !== "optional" && this.rule || undefined,
- "type" , this.type,
- "id" , this.id,
- "extend" , this.extend,
- "options" , this.options,
- "comment" , keepComments ? this.comment : undefined
- ]);
-};
-
-/**
- * Resolves this field's type references.
- * @returns {Field} `this`
- * @throws {Error} If any reference cannot be resolved
- */
-Field.prototype.resolve = function resolve() {
-
- if (this.resolved)
- return this;
-
- if ((this.typeDefault = types.defaults[this.type]) === undefined) { // if not a basic type, resolve it
- this.resolvedType = (this.declaringField ? this.declaringField.parent : this.parent).lookupTypeOrEnum(this.type);
- if (this.resolvedType instanceof Type)
- this.typeDefault = null;
- else // instanceof Enum
- this.typeDefault = this.resolvedType.values[Object.keys(this.resolvedType.values)[0]]; // first defined
- }
-
- // use explicitly set default value if present
- if (this.options && this.options["default"] != null) {
- this.typeDefault = this.options["default"];
- if (this.resolvedType instanceof Enum && typeof this.typeDefault === "string")
- this.typeDefault = this.resolvedType.values[this.typeDefault];
- }
-
- // remove unnecessary options
- if (this.options) {
- if (this.options.packed === true || this.options.packed !== undefined && this.resolvedType && !(this.resolvedType instanceof Enum))
- delete this.options.packed;
- if (!Object.keys(this.options).length)
- this.options = undefined;
- }
-
- // convert to internal data type if necesssary
- if (this.long) {
- this.typeDefault = util.Long.fromNumber(this.typeDefault, this.type.charAt(0) === "u");
-
- /* istanbul ignore else */
- if (Object.freeze)
- Object.freeze(this.typeDefault); // long instances are meant to be immutable anyway (i.e. use small int cache that even requires it)
-
- } else if (this.bytes && typeof this.typeDefault === "string") {
- var buf;
- if (util.base64.test(this.typeDefault))
- util.base64.decode(this.typeDefault, buf = util.newBuffer(util.base64.length(this.typeDefault)), 0);
- else
- util.utf8.write(this.typeDefault, buf = util.newBuffer(util.utf8.length(this.typeDefault)), 0);
- this.typeDefault = buf;
- }
-
- // take special care of maps and repeated fields
- if (this.map)
- this.defaultValue = util.emptyObject;
- else if (this.repeated)
- this.defaultValue = util.emptyArray;
- else
- this.defaultValue = this.typeDefault;
-
- // ensure proper value on prototype
- if (this.parent instanceof Type)
- this.parent.ctor.prototype[this.name] = this.defaultValue;
-
- return ReflectionObject.prototype.resolve.call(this);
-};
-
-/**
- * Decorator function as returned by {@link Field.d} and {@link MapField.d} (TypeScript).
- * @typedef FieldDecorator
- * @type {function}
- * @param {Object} prototype Target prototype
- * @param {string} fieldName Field name
- * @returns {undefined}
- */
-
-/**
- * Field decorator (TypeScript).
- * @name Field.d
- * @function
- * @param {number} fieldId Field id
- * @param {"double"|"float"|"int32"|"uint32"|"sint32"|"fixed32"|"sfixed32"|"int64"|"uint64"|"sint64"|"fixed64"|"sfixed64"|"string"|"bool"|"bytes"|Object} fieldType Field type
- * @param {"optional"|"required"|"repeated"} [fieldRule="optional"] Field rule
- * @param {T} [defaultValue] Default value
- * @returns {FieldDecorator} Decorator function
- * @template T extends number | number[] | Long | Long[] | string | string[] | boolean | boolean[] | Uint8Array | Uint8Array[] | Buffer | Buffer[]
- */
-Field.d = function decorateField(fieldId, fieldType, fieldRule, defaultValue) {
-
- // submessage: decorate the submessage and use its name as the type
- if (typeof fieldType === "function")
- fieldType = util.decorateType(fieldType).name;
-
- // enum reference: create a reflected copy of the enum and keep reuseing it
- else if (fieldType && typeof fieldType === "object")
- fieldType = util.decorateEnum(fieldType).name;
-
- return function fieldDecorator(prototype, fieldName) {
- util.decorateType(prototype.constructor)
- .add(new Field(fieldName, fieldId, fieldType, fieldRule, { "default": defaultValue }));
- };
-};
-
-/**
- * Field decorator (TypeScript).
- * @name Field.d
- * @function
- * @param {number} fieldId Field id
- * @param {Constructor<T>|string} fieldType Field type
- * @param {"optional"|"required"|"repeated"} [fieldRule="optional"] Field rule
- * @returns {FieldDecorator} Decorator function
- * @template T extends Message<T>
- * @variation 2
- */
-// like Field.d but without a default value
-
-// Sets up cyclic dependencies (called in index-light)
-Field._configure = function configure(Type_) {
- Type = Type_;
-};
-
-
-/***/ }),
-
-/***/ "vREW":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = Enum;
-
-// extends ReflectionObject
-var ReflectionObject = __webpack_require__("iuWj");
-((Enum.prototype = Object.create(ReflectionObject.prototype)).constructor = Enum).className = "Enum";
-
-var Namespace = __webpack_require__("fgco"),
- util = __webpack_require__("y9PA");
-
-/**
- * Constructs a new enum instance.
- * @classdesc Reflected enum.
- * @extends ReflectionObject
- * @constructor
- * @param {string} name Unique name within its namespace
- * @param {Object.<string,number>} [values] Enum values as an object, by name
- * @param {Object.<string,*>} [options] Declared options
- * @param {string} [comment] The comment for this enum
- * @param {Object.<string,string>} [comments] The value comments for this enum
- */
-function Enum(name, values, options, comment, comments) {
- ReflectionObject.call(this, name, options);
-
- if (values && typeof values !== "object")
- throw TypeError("values must be an object");
-
- /**
- * Enum values by id.
- * @type {Object.<number,string>}
- */
- this.valuesById = {};
-
- /**
- * Enum values by name.
- * @type {Object.<string,number>}
- */
- this.values = Object.create(this.valuesById); // toJSON, marker
-
- /**
- * Enum comment text.
- * @type {string|null}
- */
- this.comment = comment;
-
- /**
- * Value comment texts, if any.
- * @type {Object.<string,string>}
- */
- this.comments = comments || {};
-
- /**
- * Reserved ranges, if any.
- * @type {Array.<number[]|string>}
- */
- this.reserved = undefined; // toJSON
-
- // Note that values inherit valuesById on their prototype which makes them a TypeScript-
- // compatible enum. This is used by pbts to write actual enum definitions that work for
- // static and reflection code alike instead of emitting generic object definitions.
-
- if (values)
- for (var keys = Object.keys(values), i = 0; i < keys.length; ++i)
- if (typeof values[keys[i]] === "number") // use forward entries only
- this.valuesById[ this.values[keys[i]] = values[keys[i]] ] = keys[i];
-}
-
-/**
- * Enum descriptor.
- * @interface IEnum
- * @property {Object.<string,number>} values Enum values
- * @property {Object.<string,*>} [options] Enum options
- */
-
-/**
- * Constructs an enum from an enum descriptor.
- * @param {string} name Enum name
- * @param {IEnum} json Enum descriptor
- * @returns {Enum} Created enum
- * @throws {TypeError} If arguments are invalid
- */
-Enum.fromJSON = function fromJSON(name, json) {
- var enm = new Enum(name, json.values, json.options, json.comment, json.comments);
- enm.reserved = json.reserved;
- return enm;
-};
-
-/**
- * Converts this enum to an enum descriptor.
- * @param {IToJSONOptions} [toJSONOptions] JSON conversion options
- * @returns {IEnum} Enum descriptor
- */
-Enum.prototype.toJSON = function toJSON(toJSONOptions) {
- var keepComments = toJSONOptions ? Boolean(toJSONOptions.keepComments) : false;
- return util.toObject([
- "options" , this.options,
- "values" , this.values,
- "reserved" , this.reserved && this.reserved.length ? this.reserved : undefined,
- "comment" , keepComments ? this.comment : undefined,
- "comments" , keepComments ? this.comments : undefined
- ]);
-};
-
-/**
- * Adds a value to this enum.
- * @param {string} name Value name
- * @param {number} id Value id
- * @param {string} [comment] Comment, if any
- * @returns {Enum} `this`
- * @throws {TypeError} If arguments are invalid
- * @throws {Error} If there is already a value with this name or id
- */
-Enum.prototype.add = function add(name, id, comment) {
- // utilized by the parser but not by .fromJSON
-
- if (!util.isString(name))
- throw TypeError("name must be a string");
-
- if (!util.isInteger(id))
- throw TypeError("id must be an integer");
-
- if (this.values[name] !== undefined)
- throw Error("duplicate name '" + name + "' in " + this);
-
- if (this.isReservedId(id))
- throw Error("id " + id + " is reserved in " + this);
-
- if (this.isReservedName(name))
- throw Error("name '" + name + "' is reserved in " + this);
-
- if (this.valuesById[id] !== undefined) {
- if (!(this.options && this.options.allow_alias))
- throw Error("duplicate id " + id + " in " + this);
- this.values[name] = id;
- } else
- this.valuesById[this.values[name] = id] = name;
-
- this.comments[name] = comment || null;
- return this;
-};
-
-/**
- * Removes a value from this enum
- * @param {string} name Value name
- * @returns {Enum} `this`
- * @throws {TypeError} If arguments are invalid
- * @throws {Error} If `name` is not a name of this enum
- */
-Enum.prototype.remove = function remove(name) {
-
- if (!util.isString(name))
- throw TypeError("name must be a string");
-
- var val = this.values[name];
- if (val == null)
- throw Error("name '" + name + "' does not exist in " + this);
-
- delete this.valuesById[val];
- delete this.values[name];
- delete this.comments[name];
-
- return this;
-};
-
-/**
- * Tests if the specified id is reserved.
- * @param {number} id Id to test
- * @returns {boolean} `true` if reserved, otherwise `false`
- */
-Enum.prototype.isReservedId = function isReservedId(id) {
- return Namespace.isReservedId(this.reserved, id);
-};
-
-/**
- * Tests if the specified name is reserved.
- * @param {string} name Name to test
- * @returns {boolean} `true` if reserved, otherwise `false`
- */
-Enum.prototype.isReservedName = function isReservedName(name) {
- return Namespace.isReservedName(this.reserved, name);
-};
-
-
-/***/ }),
-
-/***/ "y9PA":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-/**
- * Various utility functions.
- * @namespace
- */
-var util = module.exports = __webpack_require__("6Tgl");
-
-var roots = __webpack_require__("Bko/");
-
-var Type, // cyclic
- Enum;
-
-util.codegen = __webpack_require__("6wl5");
-util.fetch = __webpack_require__("eroE");
-util.path = __webpack_require__("LZp6");
-
-/**
- * Node's fs module if available.
- * @type {Object.<string,*>}
- */
-util.fs = util.inquire("fs");
-
-/**
- * Converts an object's values to an array.
- * @param {Object.<string,*>} object Object to convert
- * @returns {Array.<*>} Converted array
- */
-util.toArray = function toArray(object) {
- if (object) {
- var keys = Object.keys(object),
- array = new Array(keys.length),
- index = 0;
- while (index < keys.length)
- array[index] = object[keys[index++]];
- return array;
- }
- return [];
-};
-
-/**
- * Converts an array of keys immediately followed by their respective value to an object, omitting undefined values.
- * @param {Array.<*>} array Array to convert
- * @returns {Object.<string,*>} Converted object
- */
-util.toObject = function toObject(array) {
- var object = {},
- index = 0;
- while (index < array.length) {
- var key = array[index++],
- val = array[index++];
- if (val !== undefined)
- object[key] = val;
- }
- return object;
-};
-
-var safePropBackslashRe = /\\/g,
- safePropQuoteRe = /"/g;
-
-/**
- * Tests whether the specified name is a reserved word in JS.
- * @param {string} name Name to test
- * @returns {boolean} `true` if reserved, otherwise `false`
- */
-util.isReserved = function isReserved(name) {
- return /^(?:do|if|in|for|let|new|try|var|case|else|enum|eval|false|null|this|true|void|with|break|catch|class|const|super|throw|while|yield|delete|export|import|public|return|static|switch|typeof|default|extends|finally|package|private|continue|debugger|function|arguments|interface|protected|implements|instanceof)$/.test(name);
-};
-
-/**
- * Returns a safe property accessor for the specified property name.
- * @param {string} prop Property name
- * @returns {string} Safe accessor
- */
-util.safeProp = function safeProp(prop) {
- if (!/^[$\w_]+$/.test(prop) || util.isReserved(prop))
- return "[\"" + prop.replace(safePropBackslashRe, "\\\\").replace(safePropQuoteRe, "\\\"") + "\"]";
- return "." + prop;
-};
-
-/**
- * Converts the first character of a string to upper case.
- * @param {string} str String to convert
- * @returns {string} Converted string
- */
-util.ucFirst = function ucFirst(str) {
- return str.charAt(0).toUpperCase() + str.substring(1);
-};
-
-var camelCaseRe = /_([a-z])/g;
-
-/**
- * Converts a string to camel case.
- * @param {string} str String to convert
- * @returns {string} Converted string
- */
-util.camelCase = function camelCase(str) {
- return str.substring(0, 1)
- + str.substring(1)
- .replace(camelCaseRe, function($0, $1) { return $1.toUpperCase(); });
-};
-
-/**
- * Compares reflected fields by id.
- * @param {Field} a First field
- * @param {Field} b Second field
- * @returns {number} Comparison value
- */
-util.compareFieldsById = function compareFieldsById(a, b) {
- return a.id - b.id;
-};
-
-/**
- * Decorator helper for types (TypeScript).
- * @param {Constructor<T>} ctor Constructor function
- * @param {string} [typeName] Type name, defaults to the constructor's name
- * @returns {Type} Reflected type
- * @template T extends Message<T>
- * @property {Root} root Decorators root
- */
-util.decorateType = function decorateType(ctor, typeName) {
-
- /* istanbul ignore if */
- if (ctor.$type) {
- if (typeName && ctor.$type.name !== typeName) {
- util.decorateRoot.remove(ctor.$type);
- ctor.$type.name = typeName;
- util.decorateRoot.add(ctor.$type);
- }
- return ctor.$type;
- }
-
- /* istanbul ignore next */
- if (!Type)
- Type = __webpack_require__("bs9O");
-
- var type = new Type(typeName || ctor.name);
- util.decorateRoot.add(type);
- type.ctor = ctor; // sets up .encode, .decode etc.
- Object.defineProperty(ctor, "$type", { value: type, enumerable: false });
- Object.defineProperty(ctor.prototype, "$type", { value: type, enumerable: false });
- return type;
-};
-
-var decorateEnumIndex = 0;
-
-/**
- * Decorator helper for enums (TypeScript).
- * @param {Object} object Enum object
- * @returns {Enum} Reflected enum
- */
-util.decorateEnum = function decorateEnum(object) {
-
- /* istanbul ignore if */
- if (object.$type)
- return object.$type;
-
- /* istanbul ignore next */
- if (!Enum)
- Enum = __webpack_require__("vREW");
-
- var enm = new Enum("Enum" + decorateEnumIndex++, object);
- util.decorateRoot.add(enm);
- Object.defineProperty(object, "$type", { value: enm, enumerable: false });
- return enm;
-};
-
-
-/**
- * Sets the value of a property by property path. If a value already exists, it is turned to an array
- * @param {Object.<string,*>} dst Destination object
- * @param {string} path dot '.' delimited path of the property to set
- * @param {Object} value the value to set
- * @returns {Object.<string,*>} Destination object
- */
-util.setProperty = function setProperty(dst, path, value) {
- function setProp(dst, path, value) {
- var part = path.shift();
- if (path.length > 0) {
- dst[part] = setProp(dst[part] || {}, path, value);
- } else {
- var prevValue = dst[part];
- if (prevValue)
- value = [].concat(prevValue).concat(value);
- dst[part] = value;
- }
- return dst;
- }
-
- if (typeof dst !== "object")
- throw TypeError("dst must be an object");
- if (!path)
- throw TypeError("path must be specified");
-
- path = path.split(".");
- return setProp(dst, path, value);
-};
-
-/**
- * Decorator root (TypeScript).
- * @name util.decorateRoot
- * @type {Root}
- * @readonly
- */
-Object.defineProperty(util, "decorateRoot", {
- get: function() {
- return roots["decorated"] || (roots["decorated"] = new (__webpack_require__("7m6H"))());
- }
-});
-
-
-/***/ }),
-
-/***/ "yNTq":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-/**
- * A minimal UTF8 implementation for number arrays.
- * @memberof util
- * @namespace
- */
-var utf8 = exports;
-
-/**
- * Calculates the UTF8 byte length of a string.
- * @param {string} string String
- * @returns {number} Byte length
- */
-utf8.length = function utf8_length(string) {
- var len = 0,
- c = 0;
- for (var i = 0; i < string.length; ++i) {
- c = string.charCodeAt(i);
- if (c < 128)
- len += 1;
- else if (c < 2048)
- len += 2;
- else if ((c & 0xFC00) === 0xD800 && (string.charCodeAt(i + 1) & 0xFC00) === 0xDC00) {
- ++i;
- len += 4;
- } else
- len += 3;
- }
- return len;
-};
-
-/**
- * Reads UTF8 bytes as a string.
- * @param {Uint8Array} buffer Source buffer
- * @param {number} start Source start
- * @param {number} end Source end
- * @returns {string} String read
- */
-utf8.read = function utf8_read(buffer, start, end) {
- var len = end - start;
- if (len < 1)
- return "";
- var parts = null,
- chunk = [],
- i = 0, // char offset
- t; // temporary
- while (start < end) {
- t = buffer[start++];
- if (t < 128)
- chunk[i++] = t;
- else if (t > 191 && t < 224)
- chunk[i++] = (t & 31) << 6 | buffer[start++] & 63;
- else if (t > 239 && t < 365) {
- t = ((t & 7) << 18 | (buffer[start++] & 63) << 12 | (buffer[start++] & 63) << 6 | buffer[start++] & 63) - 0x10000;
- chunk[i++] = 0xD800 + (t >> 10);
- chunk[i++] = 0xDC00 + (t & 1023);
- } else
- chunk[i++] = (t & 15) << 12 | (buffer[start++] & 63) << 6 | buffer[start++] & 63;
- if (i > 8191) {
- (parts || (parts = [])).push(String.fromCharCode.apply(String, chunk));
- i = 0;
- }
- }
- if (parts) {
- if (i)
- parts.push(String.fromCharCode.apply(String, chunk.slice(0, i)));
- return parts.join("");
- }
- return String.fromCharCode.apply(String, chunk.slice(0, i));
-};
-
-/**
- * Writes a string as UTF8 bytes.
- * @param {string} string Source string
- * @param {Uint8Array} buffer Destination buffer
- * @param {number} offset Destination offset
- * @returns {number} Bytes written
- */
-utf8.write = function utf8_write(string, buffer, offset) {
- var start = offset,
- c1, // character 1
- c2; // character 2
- for (var i = 0; i < string.length; ++i) {
- c1 = string.charCodeAt(i);
- if (c1 < 128) {
- buffer[offset++] = c1;
- } else if (c1 < 2048) {
- buffer[offset++] = c1 >> 6 | 192;
- buffer[offset++] = c1 & 63 | 128;
- } else if ((c1 & 0xFC00) === 0xD800 && ((c2 = string.charCodeAt(i + 1)) & 0xFC00) === 0xDC00) {
- c1 = 0x10000 + ((c1 & 0x03FF) << 10) + (c2 & 0x03FF);
- ++i;
- buffer[offset++] = c1 >> 18 | 240;
- buffer[offset++] = c1 >> 12 & 63 | 128;
- buffer[offset++] = c1 >> 6 & 63 | 128;
- buffer[offset++] = c1 & 63 | 128;
- } else {
- buffer[offset++] = c1 >> 12 | 224;
- buffer[offset++] = c1 >> 6 & 63 | 128;
- buffer[offset++] = c1 & 63 | 128;
- }
- }
- return offset - start;
-};
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[22],{
-
-/***/ "6ptK":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, ":root{--md-theme-default-primary: #448aff\n ;--md-theme-default-accent: #ff5252\n ;--md-theme-default-theme: light\n }.md-theme-default :not(input):not(textarea)::selection{background-color:#ff5252;background-color:var(--md-theme-default-accent-on-background, #ff5252);color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-theme-default a:not(.md-button){color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-theme-default a:not(.md-button):hover{color:rgba(68,138,255,0.8);color:var(--md-theme-default-primary-on-background, rgba(68,138,255,0.8))}.md-theme-default a:not(.md-button).md-accent{color:#ff5252;color:var(--md-theme-default-accent-on-background, #ff5252)}.md-theme-default a:not(.md-button).md-accent:hover{color:rgba(255,82,82,0.8);color:var(--md-theme-default-accent-on-background, rgba(255,82,82,0.8))}html.md-theme-default{background-color:#fafafa;background-color:var(--md-theme-default-background-variant, #fafafa);color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background-variant, rgba(0,0,0,0.87))}.md-theme-default .md-caption,.md-theme-default .md-display-1,.md-theme-default .md-display-2,.md-theme-default .md-display-3,.md-theme-default .md-display-4{color:rgba(0,0,0,0.54);color:var(--md-theme-default-text-accent-on-background-variant, rgba(0,0,0,0.54))}.md-scrollbar.md-theme-default::-webkit-scrollbar-corner,.md-scrollbar.md-theme-default::-webkit-scrollbar-track{background:#e1e1e1;background:var(--md-theme-default-scrollbar-background-on-background-variant, #e1e1e1)}.md-scrollbar.md-theme-default::-webkit-scrollbar-thumb{background:#757575;background:var(--md-theme-default-scrollbar-on-background-variant, #757575)}.md-app:not(.md-overlap).md-theme-default{background-color:#fff;background-color:var(--md-theme-default-background, #fff)}.md-list.md-theme-default .md-autocomplete-items .md-highlight-text-match{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-list.md-theme-default .md-autocomplete-loading{background-color:rgba(255,255,255,0.54);background-color:var(--md-theme-default-background, rgba(255,255,255,0.54))}.md-autocomplete.md-theme-default.md-autocomplete-box{background-color:#fff;background-color:var(--md-theme-default-background, #fff)}.md-autocomplete.md-theme-default.md-autocomplete-box.md-focused label{color:rgba(0,0,0,0.38);color:var(--md-theme-default-text-hint-on-background, rgba(0,0,0,0.38))}.md-toolbar .md-autocomplete.md-theme-default.md-autocomplete-box{background-color:rgba(255,255,255,0.12);background-color:var(--md-theme-default-background, rgba(255,255,255,0.12))}.md-toolbar .md-autocomplete.md-theme-default.md-autocomplete-box label,.md-toolbar .md-autocomplete.md-theme-default.md-autocomplete-box input{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff);-webkit-text-fill-color:#fff;-webkit-text-fill-color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-toolbar .md-autocomplete.md-theme-default.md-autocomplete-box svg{fill:#fff;fill:var(--md-theme-default-text-primary-on-primary, #fff)}.md-toolbar .md-autocomplete.md-theme-default.md-autocomplete-box.md-focused{background-color:#fff;background-color:var(--md-theme-default-background, #fff)}.md-toolbar .md-autocomplete.md-theme-default.md-autocomplete-box.md-focused label,.md-toolbar .md-autocomplete.md-theme-default.md-autocomplete-box.md-focused input{color:rgba(0,0,0,0.38);color:var(--md-theme-default-text-hint-on-background, rgba(0,0,0,0.38));-webkit-text-fill-color:rgba(0,0,0,0.38);-webkit-text-fill-color:var(--md-theme-default-text-hint-on-background, rgba(0,0,0,0.38))}.md-toolbar .md-autocomplete.md-theme-default.md-autocomplete-box.md-focused svg{fill:rgba(0,0,0,0.38);fill:var(--md-theme-default-text-hint-on-background, rgba(0,0,0,0.38))}.md-autocomplete-box-content.md-theme-default:after{background-color:#fff;background-color:var(--md-theme-default-background, #fff);border-bottom-color:rgba(0,0,0,0.12);border-bottom-color:var(--md-theme-default-divider, rgba(0,0,0,0.12))}.md-avatar.md-theme-default.md-avatar-icon{background-color:rgba(0,0,0,0.38);background-color:var(--md-theme-default-icon-disabled, rgba(0,0,0,0.38));color:#fff;color:var(--md-theme-default-text-primary-on-icon-disabled, #fff)}.md-avatar.md-theme-default.md-avatar-icon .md-icon{color:#fff;color:var(--md-theme-default-text-primary-on-icon-disabled, #fff);fill:#fff;fill:var(--md-theme-default-text-primary-on-icon-disabled, #fff)}.md-avatar.md-theme-default.md-primary{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff)}.md-avatar.md-theme-default.md-primary.md-avatar-icon{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff);color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-avatar.md-theme-default.md-primary.md-avatar-icon .md-icon{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff);fill:#fff;fill:var(--md-theme-default-text-primary-on-primary, #fff)}.md-avatar.md-theme-default.md-accent{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252)}.md-avatar.md-theme-default.md-accent.md-avatar-icon{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252);color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-avatar.md-theme-default.md-accent.md-avatar-icon .md-icon{color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff);fill:#fff;fill:var(--md-theme-default-text-primary-on-accent, #fff)}.md-bottom-bar.md-theme-default.md-type-fixed{background-color:#fff;background-color:var(--md-theme-default-background, #fff)}.md-bottom-bar.md-theme-default.md-type-fixed .md-bottom-bar-item.md-active{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-bottom-bar.md-theme-default.md-type-fixed .md-bottom-bar-item.md-active .md-icon{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-bottom-bar.md-theme-default.md-type-fixed .md-bottom-bar-item.md-active .md-icon svg{fill:#448aff;fill:var(--md-theme-default-primary-on-background, #448aff)}.md-bottom-bar.md-theme-default.md-type-shift{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff);color:rgba(255,255,255,0.7);color:var(--md-theme-default-text-primary-on-primary, rgba(255,255,255,0.7))}.md-bottom-bar.md-theme-default.md-type-shift>.md-ripple .md-ripple-wave{background-color:#116aff;background-color:var(--md-theme-default-primary-on-primary, #116aff)}.md-bottom-bar.md-theme-default.md-type-shift .md-icon{color:#fff;color:var(--md-theme-default-icon-on-primary, #fff)}.md-bottom-bar.md-theme-default.md-type-shift .md-icon svg{fill:#fff;fill:var(--md-theme-default-icon-on-primary, #fff)}.md-bottom-bar.md-theme-default.md-type-shift .md-bottom-bar-item{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-bottom-bar.md-theme-default.md-type-shift .md-bottom-bar-item .md-active .md-icon{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-bottom-bar.md-theme-default.md-type-shift .md-bottom-bar-item .md-active .md-icon svg{fill:#fff;fill:var(--md-theme-default-text-primary-on-primary, #fff)}.md-bottom-bar.md-theme-default.md-accent.md-type-fixed{background-color:#fff;background-color:var(--md-theme-default-background, #fff)}.md-bottom-bar.md-theme-default.md-accent.md-type-fixed .md-bottom-bar-item.md-active{color:#ff5252;color:var(--md-theme-default-accent-on-background, #ff5252)}.md-bottom-bar.md-theme-default.md-accent.md-type-fixed .md-bottom-bar-item.md-active .md-icon{color:#ff5252;color:var(--md-theme-default-accent-on-background, #ff5252)}.md-bottom-bar.md-theme-default.md-accent.md-type-fixed .md-bottom-bar-item.md-active .md-icon svg{fill:#ff5252;fill:var(--md-theme-default-accent-on-background, #ff5252)}.md-bottom-bar.md-theme-default.md-accent.md-type-shift{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252);color:rgba(255,255,255,0.7);color:var(--md-theme-default-text-primary-on-accent, rgba(255,255,255,0.7))}.md-bottom-bar.md-theme-default.md-accent.md-type-shift>.md-ripple .md-ripple-wave{background-color:#ff1f1f;background-color:var(--md-theme-default-accent-on-accent, #ff1f1f)}.md-bottom-bar.md-theme-default.md-accent.md-type-shift .md-icon{color:#fff;color:var(--md-theme-default-icon-on-accent, #fff)}.md-bottom-bar.md-theme-default.md-accent.md-type-shift .md-icon svg{fill:#fff;fill:var(--md-theme-default-icon-on-accent, #fff)}.md-bottom-bar.md-theme-default.md-accent.md-type-shift .md-bottom-bar-item{color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-bottom-bar.md-theme-default.md-accent.md-type-shift .md-bottom-bar-item .md-active .md-icon{color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-bottom-bar.md-theme-default.md-accent.md-type-shift .md-bottom-bar-item .md-active .md-icon svg{fill:#fff;fill:var(--md-theme-default-text-primary-on-accent, #fff)}.md-button.md-theme-default{color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-button.md-theme-default.md-primary{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-button.md-theme-default.md-primary .md-icon-font{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-button.md-theme-default.md-primary .md-icon-image{fill:#448aff;fill:var(--md-theme-default-primary-on-background, #448aff)}.md-button.md-theme-default.md-accent{color:#ff5252;color:var(--md-theme-default-accent-on-background, #ff5252)}.md-button.md-theme-default.md-accent .md-icon-font{color:#ff5252;color:var(--md-theme-default-accent-on-background, #ff5252)}.md-button.md-theme-default.md-accent .md-icon-image{fill:#ff5252;fill:var(--md-theme-default-accent-on-background, #ff5252)}.md-button.md-theme-default.md-raised[disabled]{background-color:rgba(0,0,0,0.12);background-color:var(--md-theme-default-disabled-background-on-background, rgba(0,0,0,0.12));color:rgba(0,0,0,0.26);color:var(--md-theme-default-disabled, rgba(0,0,0,0.26))}.md-button.md-theme-default.md-raised:not([disabled]){background-color:#fff;background-color:var(--md-theme-default-background, #fff);color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-button.md-theme-default.md-raised:not([disabled]).md-primary{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff);background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff)}.md-button.md-theme-default.md-raised:not([disabled]).md-primary .md-icon-font{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-button.md-theme-default.md-raised:not([disabled]).md-primary .md-icon-image{fill:#fff;fill:var(--md-theme-default-text-primary-on-primary, #fff)}.md-button.md-theme-default.md-raised:not([disabled]).md-accent{color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff);background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252)}.md-button.md-theme-default.md-raised:not([disabled]).md-accent .md-icon-font{color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-button.md-theme-default.md-raised:not([disabled]).md-accent .md-icon-image{fill:#fff;fill:var(--md-theme-default-text-primary-on-accent, #fff)}.md-button.md-theme-default.md-fab[disabled]{background-color:rgba(0,0,0,0.12);background-color:var(--md-theme-default-disabled-background-on-background, rgba(0,0,0,0.12))}.md-button.md-theme-default.md-fab:not([disabled]){background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252)}.md-button.md-theme-default.md-fab:not([disabled]) .md-icon-font{color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-button.md-theme-default.md-fab:not([disabled]) .md-icon-image{fill:#fff;fill:var(--md-theme-default-text-primary-on-accent, #fff)}.md-button.md-theme-default.md-fab:not([disabled]).md-primary{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff)}.md-button.md-theme-default.md-fab:not([disabled]).md-primary .md-icon-font{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-button.md-theme-default.md-fab:not([disabled]).md-primary .md-icon-image{fill:#fff;fill:var(--md-theme-default-text-primary-on-primary, #fff)}.md-button.md-theme-default[disabled]{color:rgba(0,0,0,0.26);color:var(--md-theme-default-disabled-on-background, rgba(0,0,0,0.26))}.md-button.md-theme-default[disabled] .md-icon-font{color:rgba(0,0,0,0.38);color:var(--md-theme-default-icon-disabled-on-background, rgba(0,0,0,0.38))}.md-button.md-theme-default[disabled] .md-icon-image{fill:rgba(0,0,0,0.38);fill:var(--md-theme-default-icon-disabled-on-background, rgba(0,0,0,0.38))}.md-card.md-theme-default{background-color:#fff;background-color:var(--md-theme-default-background, #fff);color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-card.md-theme-default .md-card-expand .md-card-actions{background-color:#fff;background-color:var(--md-theme-default-background, #fff)}.md-card.md-theme-default .md-card-header .md-button:not(.md-primary):not(.md-accent),.md-card.md-theme-default .md-card-actions .md-button:not(.md-primary):not(.md-accent){color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-card.md-theme-default .md-card-header .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon,.md-card.md-theme-default .md-card-actions .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon{color:rgba(0,0,0,0.54);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.54));fill:rgba(0,0,0,0.54);fill:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.54))}.md-card.md-theme-default>.md-card-area:after{background-color:rgba(0,0,0,0.12);background-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-card.md-theme-default.md-primary{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff);color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-card.md-theme-default.md-primary .md-card-expand .md-card-actions{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff)}.md-card.md-theme-default.md-primary .md-card-header .md-button:not(.md-primary):not(.md-accent),.md-card.md-theme-default.md-primary .md-card-actions .md-button:not(.md-primary):not(.md-accent){color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-card.md-theme-default.md-primary .md-card-header .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon,.md-card.md-theme-default.md-primary .md-card-actions .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon{color:rgba(255,255,255,0.54);color:var(--md-theme-default-text-primary-on-primary, rgba(255,255,255,0.54));fill:rgba(255,255,255,0.54);fill:var(--md-theme-default-text-primary-on-primary, rgba(255,255,255,0.54))}.md-card.md-theme-default.md-primary>.md-card-area:after{background-color:rgba(255,255,255,0.12);background-color:var(--md-theme-default-divider-on-primary, rgba(255,255,255,0.12))}.md-card.md-theme-default.md-accent{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252);color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-card.md-theme-default.md-accent .md-card-expand .md-card-actions{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252)}.md-card.md-theme-default.md-accent .md-card-header .md-button:not(.md-primary):not(.md-accent),.md-card.md-theme-default.md-accent .md-card-actions .md-button:not(.md-primary):not(.md-accent){color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-card.md-theme-default.md-accent .md-card-header .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon,.md-card.md-theme-default.md-accent .md-card-actions .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon{color:rgba(255,255,255,0.54);color:var(--md-theme-default-text-primary-on-accent, rgba(255,255,255,0.54));fill:rgba(255,255,255,0.54);fill:var(--md-theme-default-text-primary-on-accent, rgba(255,255,255,0.54))}.md-card.md-theme-default.md-accent>.md-card-area:after{background-color:rgba(255,255,255,0.12);background-color:var(--md-theme-default-divider-on-accent, rgba(255,255,255,0.12))}.md-checkbox.md-theme-default.md-checked .md-checkbox-container{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252);border-color:#ff5252;border-color:var(--md-theme-default-accent, #ff5252)}.md-checkbox.md-theme-default.md-checked .md-checkbox-container:after{border-color:#fff;border-color:var(--md-theme-default-background, #fff)}.md-checkbox.md-theme-default.md-checked .md-ripple{color:#ff5252;color:var(--md-theme-default-accent, #ff5252)}.md-checkbox.md-theme-default.md-indeterminate .md-checkbox-container{border-color:rgba(0,0,0,0.54);background-color:rgba(255,255,255,0.3)}.md-checkbox.md-theme-default.md-indeterminate .md-checkbox-container:after{border-color:rgba(0,0,0,0.54)}.md-checkbox.md-theme-default.md-indeterminate .md-ripple{color:rgba(0,0,0,0.54)}.md-checkbox.md-theme-default.md-checked.md-primary .md-checkbox-container{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff);border-color:#448aff;border-color:var(--md-theme-default-primary, #448aff)}.md-checkbox.md-theme-default.md-checked.md-primary .md-ripple{color:#448aff;color:var(--md-theme-default-primary, #448aff)}.md-checkbox.md-theme-default.md-indeterminate .md-checkbox-container{border-color:rgba(0,0,0,0.54);background-color:transparent}.md-checkbox.md-theme-default.md-indeterminate .md-checkbox-container:after{border-color:rgba(0,0,0,0.54)}.md-checkbox.md-theme-default.md-indeterminate .md-ripple{color:rgba(0,0,0,0.54)}.md-checkbox.md-theme-default .md-checkbox-container{border-color:rgba(0,0,0,0.54)}.md-checkbox.md-theme-default.md-disabled .md-checkbox-container{border-color:rgba(0,0,0,0.26)}.md-checkbox.md-theme-default.md-disabled.md-checked .md-checkbox-container{border-color:rgba(0,0,0,0.26);background-color:rgba(0,0,0,0.26)}.md-chip.md-theme-default{background-color:rgba(0,0,0,0.12);background-color:var(--md-theme-default-highlight, rgba(0,0,0,0.12));color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary, rgba(0,0,0,0.87))}.md-chip.md-theme-default .md-icon.md-icon-image svg{color:#fff;color:var(--md-theme-default-text-primary-on-text-primary, #fff);fill:#fff;fill:var(--md-theme-default-text-primary-on-text-primary, #fff)}.md-chip.md-theme-default.md-deletable:not(.md-disabled):hover,.md-chip.md-theme-default.md-clickable:not(.md-disabled):hover{background-color:rgba(0,0,0,0.54);background-color:var(--md-theme-default-icon, rgba(0,0,0,0.54));color:#fff;color:var(--md-theme-default-text-primary-on-icon, #fff)}.md-chip.md-theme-default.md-deletable:not(.md-disabled):hover .md-icon,.md-chip.md-theme-default.md-clickable:not(.md-disabled):hover .md-icon{fill:#fff;fill:var(--md-theme-default-text-primary-on-icon, #fff)}.md-chip.md-theme-default.md-deletable:not(.md-disabled):hover .md-input-action,.md-chip.md-theme-default.md-clickable:not(.md-disabled):hover .md-input-action{background-color:rgba(255,255,255,0.87);background-color:var(--md-theme-default-background, rgba(255,255,255,0.87));color:rgba(0,0,0,0.54);color:var(--md-theme-default-icon-on-background, rgba(0,0,0,0.54))}.md-chip.md-theme-default.md-deletable:not(.md-disabled):hover .md-input-action .md-icon svg,.md-chip.md-theme-default.md-clickable:not(.md-disabled):hover .md-input-action .md-icon svg{fill:rgba(0,0,0,0.54);fill:var(--md-theme-default-icon-on-background, rgba(0,0,0,0.54));color:rgba(0,0,0,0.54);color:var(--md-theme-default-icon-on-background, rgba(0,0,0,0.54))}.md-chip.md-theme-default.md-primary{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff);color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-chip.md-theme-default.md-primary .md-input-action{color:#fff;color:var(--md-theme-default-icon-on-disabled, #fff);background-color:rgba(0,0,0,0.26);background-color:var(--md-theme-default-disabled, rgba(0,0,0,0.26))}.md-chip.md-theme-default.md-primary.md-deletable:not(.md-disabled):hover,.md-chip.md-theme-default.md-primary.md-clickable:not(.md-disabled):hover{color:#fff;color:var(--md-theme-default-text-primary-on-icon, #fff);background-color:rgba(0,0,0,0.54);background-color:var(--md-theme-default-icon, rgba(0,0,0,0.54))}.md-chip.md-theme-default.md-primary.md-deletable:not(.md-disabled):hover .md-input-action,.md-chip.md-theme-default.md-primary.md-clickable:not(.md-disabled):hover .md-input-action{background-color:rgba(255,255,255,0.87);background-color:var(--md-theme-default-background, rgba(255,255,255,0.87))}.md-chip.md-theme-default.md-accent,.md-chip.md-theme-default.md-duplicated{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252);color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-chip.md-theme-default.md-accent .md-input-action,.md-chip.md-theme-default.md-duplicated .md-input-action{color:#fff;color:var(--md-theme-default-icon-on-disabled, #fff);background-color:rgba(0,0,0,0.26);background-color:var(--md-theme-default-disabled, rgba(0,0,0,0.26))}.md-chip.md-theme-default.md-accent.md-deletable:not(.md-disabled):hover,.md-chip.md-theme-default.md-accent.md-clickable:not(.md-disabled):hover,.md-chip.md-theme-default.md-duplicated.md-deletable:not(.md-disabled):hover,.md-chip.md-theme-default.md-duplicated.md-clickable:not(.md-disabled):hover{background-color:rgba(0,0,0,0.54);background-color:var(--md-theme-default-icon, rgba(0,0,0,0.54));color:#fff;color:var(--md-theme-default-text-primary-on-icon, #fff)}.md-chip.md-theme-default.md-accent.md-deletable:not(.md-disabled):hover .md-input-action,.md-chip.md-theme-default.md-accent.md-clickable:not(.md-disabled):hover .md-input-action,.md-chip.md-theme-default.md-duplicated.md-deletable:not(.md-disabled):hover .md-input-action,.md-chip.md-theme-default.md-duplicated.md-clickable:not(.md-disabled):hover .md-input-action{background-color:rgba(255,255,255,0.87);background-color:var(--md-theme-default-background, rgba(255,255,255,0.87))}.md-chip.md-theme-default.md-disabled{background-color:rgba(0,0,0,0.1);background-color:var(--md-theme-default-highlight, rgba(0,0,0,0.1));color:rgba(0,0,0,0.54);color:var(--md-theme-default-text-accent, rgba(0,0,0,0.54))}.md-chips.md-theme-default .md-clear{background-color:rgba(0,0,0,0.2)}.md-content.md-theme-default{background-color:#fff;background-color:var(--md-theme-default-background, #fff);color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-content.md-theme-default.md-primary{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff);color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-content.md-theme-default.md-accent{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252);color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-app .md-content.md-theme-default{border-left-color:rgba(0,0,0,0.12);border-left-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12));border-right-color:rgba(0,0,0,0.12);border-right-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-datepicker-dialog.md-theme-default{background-color:#fff;background-color:var(--md-theme-default-background, #fff);color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-datepicker-dialog.md-theme-default .md-datepicker-header{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff);color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-datepicker-dialog.md-theme-default .md-datepicker-body-header:after,.md-datepicker-dialog.md-theme-default .md-datepicker-body-header:before{background-color:#fff;background-color:var(--md-theme-default-background, #fff)}.md-datepicker-dialog.md-theme-default .md-datepicker-body-footer{background-color:#fff;background-color:var(--md-theme-default-background, #fff);color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-datepicker-dialog.md-theme-default .md-datepicker-week{color:rgba(0,0,0,0.54);color:var(--md-theme-default-text-accent-on-background, rgba(0,0,0,0.54))}.md-datepicker-dialog.md-theme-default .md-datepicker-disabled{color:rgba(0,0,0,0.26);color:var(--md-theme-default-disabled-on-background, rgba(0,0,0,0.26))}.md-datepicker-dialog.md-theme-default .md-datepicker-today{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-datepicker-dialog.md-theme-default .md-datepicker-day-button:hover,.md-datepicker-dialog.md-theme-default .md-datepicker-month-button:hover,.md-datepicker-dialog.md-theme-default .md-datepicker-year-button:hover{background-color:rgba(0,0,0,0.12);background-color:var(--md-theme-default-divider, rgba(0,0,0,0.12))}.md-datepicker-dialog.md-theme-default .md-datepicker-day-button.md-datepicker-selected{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff);color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-datepicker-dialog.md-theme-default .md-datepicker-month-button.md-datepicker-selected,.md-datepicker-dialog.md-theme-default .md-datepicker-year-button.md-datepicker-selected{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-datepicker-dialog.md-theme-default .md-datepicker-year-selector{border-bottom-color:rgba(0,0,0,0.12);border-bottom-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-dialog-container.md-theme-default{background-color:#fff;background-color:var(--md-theme-default-background, #fff);color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-divider.md-theme-default{background-color:rgba(0,0,0,0.12);background-color:var(--md-theme-default-divider, rgba(0,0,0,0.12))}.md-drawer.md-theme-default{background-color:#fff;background-color:var(--md-theme-default-background, #fff);color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-drawer.md-theme-default.md-persistent-mini.md-left{border-right-color:rgba(0,0,0,0.12);border-right-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-drawer.md-theme-default.md-persistent-mini.md-right{border-left-color:rgba(0,0,0,0.12);border-left-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-empty-state.md-theme-default .md-empty-state-icon.md-icon-image svg{fill:rgba(0,0,0,0.26);fill:var(--md-theme-default-disabled-on-background, rgba(0,0,0,0.26))}.md-empty-state.md-theme-default .md-empty-state-icon.md-icon-font{color:rgba(0,0,0,0.26);color:var(--md-theme-default-disabled-on-background, rgba(0,0,0,0.26))}.md-empty-state.md-theme-default.md-rounded{background-color:rgba(0,0,0,0.06);background-color:var(--md-theme-default-disabled, rgba(0,0,0,0.06))}.md-empty-state.md-theme-default.md-primary .md-empty-state-icon.md-icon-image svg{fill:#448aff;fill:var(--md-theme-default-primary-on-background, #448aff)}.md-empty-state.md-theme-default.md-primary .md-empty-state-icon.md-icon-font{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-empty-state.md-theme-default.md-accent .md-empty-state-icon.md-icon-image svg{fill:#ff5252;fill:var(--md-theme-default-accent-on-background, #ff5252)}.md-empty-state.md-theme-default.md-accent .md-empty-state-icon.md-icon-font{color:#ff5252;color:var(--md-theme-default-accent-on-background, #ff5252)}.md-field.md-theme-default:after{background-color:rgba(0,0,0,0.42)}.md-field.md-theme-default:before{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff)}.md-field.md-theme-default .md-helper-text,.md-field.md-theme-default .md-count,.md-field.md-theme-default label{color:rgba(0,0,0,0.54)}.md-field.md-theme-default .md-suffix,.md-field.md-theme-default .md-prefix{color:rgba(0,0,0,0.54)}.md-field.md-theme-default .md-input::-webkit-input-placeholder,.md-field.md-theme-default .md-textarea::-webkit-input-placeholder{color:rgba(0,0,0,0.54)}.md-field.md-theme-default.md-focused .md-input,.md-field.md-theme-default.md-focused .md-textarea,.md-field.md-theme-default.md-has-value .md-input,.md-field.md-theme-default.md-has-value .md-textarea{-webkit-text-fill-color:rgba(0,0,0,0.87)}.md-field.md-theme-default.md-has-textarea:not(.md-autogrow):after{border-color:rgba(0,0,0,0.42)}.md-field.md-theme-default.md-has-textarea:not(.md-autogrow):before{border-color:#448aff;border-color:var(--md-theme-default-primary, #448aff)}.md-field.md-theme-default.md-disabled:after{background-image:linear-gradient(to right, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.38) 33%, transparent 0%)}.md-field.md-theme-default.md-disabled label,.md-field.md-theme-default.md-disabled .md-input,.md-field.md-theme-default.md-disabled .md-textarea{color:rgba(0,0,0,0.42)}.md-field.md-theme-default>.md-icon:after{background-color:#fafafa;background-color:var(--md-theme-default-background-variant, #fafafa)}.md-field.md-theme-default.md-invalid:after{background-color:#ff1744;background-color:var(--md-theme-default-fieldvariant, #ff1744)}.md-field.md-theme-default.md-invalid.md-has-textarea:not(.md-autogrow):before{border-color:#ff1744;border-color:var(--md-theme-default-fieldvariant, #ff1744)}.md-field.md-theme-default.md-invalid label{color:#ff1744;color:var(--md-theme-default-fieldvariant, #ff1744)}.md-field.md-theme-default.md-invalid .md-error{color:#ff1744;color:var(--md-theme-default-fieldvariant, #ff1744)}.md-field.md-theme-default.md-invalid .md-date-icon,.md-field.md-theme-default.md-invalid .md-date-icon svg{color:#ff1744;color:var(--md-theme-default-fieldvariant, #ff1744);fill:#ff1744;fill:var(--md-theme-default-fieldvariant, #ff1744)}.md-field.md-theme-default.md-focused .md-input,.md-field.md-theme-default.md-focused .md-textarea,.md-field.md-theme-default.md-highlight .md-input,.md-field.md-theme-default.md-highlight .md-textarea{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-field.md-theme-default.md-focused>.md-icon,.md-field.md-theme-default.md-highlight>.md-icon{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff);fill:#448aff;fill:var(--md-theme-default-primary-on-background, #448aff)}.md-field.md-theme-default.md-focused label{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-field.md-theme-default.md-disabled .md-icon svg{fill:rgba(0,0,0,0.26);fill:var(--md-theme-default-disabled-on-background, rgba(0,0,0,0.26))}.md-icon.md-theme-default.md-icon-image svg{fill:rgba(0,0,0,0.54);fill:var(--md-theme-default-icon-on-background, rgba(0,0,0,0.54))}.md-icon.md-theme-default.md-icon-image svg.md-primary{fill:#448aff;fill:var(--md-theme-default-primary-on-background, #448aff)}.md-icon.md-theme-default.md-icon-image svg.md-accent{fill:#ff5252;fill:var(--md-theme-default-accent-on-background, #ff5252)}.md-icon.md-theme-default.md-icon-font{color:rgba(0,0,0,0.54);color:var(--md-theme-default-icon-on-background, rgba(0,0,0,0.54))}.md-icon.md-theme-default.md-icon-font.md-primary{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-icon.md-theme-default.md-icon-font.md-accent{color:#ff5252;color:var(--md-theme-default-accent-on-background, #ff5252)}.md-list.md-theme-default{background-color:#fff;background-color:var(--md-theme-default-background, #fff);color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-list.md-theme-default.md-double-line .md-list-item-text :nth-child(2){color:rgba(0,0,0,0.54);color:var(--md-theme-default-text-accent-on-background, rgba(0,0,0,0.54))}.md-list.md-theme-default.md-triple-line .md-list-item-text :nth-child(3){color:rgba(0,0,0,0.54);color:var(--md-theme-default-text-accent-on-background, rgba(0,0,0,0.54))}.md-list.md-theme-default .md-highlight .md-list-item-container{background-color:rgba(0,0,0,0.12);background-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-list.md-theme-default .md-list-item-container{color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-list.md-theme-default .md-list-item-container:not(.md-list-item-default):not(.md-list-item-expand):not([disabled]):hover{background-color:rgba(0,0,0,0.12);background-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12));color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-list.md-theme-default [disabled]{color:rgba(0,0,0,0.26);color:var(--md-theme-default-disabled-on-background, rgba(0,0,0,0.26))}.md-list.md-theme-default .md-selected .md-list-item-content,.md-list.md-theme-default .router-link-active .md-list-item-content{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-list.md-theme-default .md-list-item-expand.md-active{border-color:rgba(0,0,0,0.12);border-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-list.md-theme-default .md-list-item-expand:not(.md-list-item-default):not([disabled])>.md-list-item-content:hover{background-color:rgba(0,0,0,0.12);background-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12));color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-menu-item.md-theme-default.md-primary .md-list-item-link,.md-menu-item.md-theme-default.md-primary .md-list-item-router,.md-menu-item.md-theme-default.md-primary .md-list-item-button{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-menu-item.md-theme-default.md-accent .md-list-item-link,.md-menu-item.md-theme-default.md-accent .md-list-item-router,.md-menu-item.md-theme-default.md-accent .md-list-item-button{color:#ff5252;color:var(--md-theme-default-accent-on-background, #ff5252)}.md-progress-bar.md-theme-default.md-indeterminate,.md-progress-bar.md-theme-default.md-query{background-color:rgba(68,138,255,0.38);background-color:var(--md-theme-default-primary-on-, rgba(68,138,255,0.38))}.md-progress-bar.md-theme-default.md-indeterminate .md-progress-bar-track:after,.md-progress-bar.md-theme-default.md-indeterminate .md-progress-bar-fill:after,.md-progress-bar.md-theme-default.md-query .md-progress-bar-track:after,.md-progress-bar.md-theme-default.md-query .md-progress-bar-fill:after{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff)}.md-progress-bar.md-theme-default.md-indeterminate.md-accent,.md-progress-bar.md-theme-default.md-query.md-accent{background-color:rgba(255,82,82,0.38);background-color:var(--md-theme-default-accent-on-, rgba(255,82,82,0.38))}.md-progress-bar.md-theme-default.md-indeterminate.md-accent .md-progress-bar-track:after,.md-progress-bar.md-theme-default.md-indeterminate.md-accent .md-progress-bar-fill:after,.md-progress-bar.md-theme-default.md-query.md-accent .md-progress-bar-track:after,.md-progress-bar.md-theme-default.md-query.md-accent .md-progress-bar-fill:after{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252)}.md-progress-bar.md-theme-default.md-determinate{background-color:rgba(68,138,255,0.38);background-color:var(--md-theme-default-primary-on-, rgba(68,138,255,0.38))}.md-progress-bar.md-theme-default.md-determinate .md-progress-bar-fill{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff)}.md-progress-bar.md-theme-default.md-determinate.md-accent{background-color:rgba(255,82,82,0.38);background-color:var(--md-theme-default-accent-on-, rgba(255,82,82,0.38))}.md-progress-bar.md-theme-default.md-determinate.md-accent .md-progress-bar-fill{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252)}.md-progress-bar.md-theme-default.md-buffer .md-progress-bar-fill{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff)}.md-progress-bar.md-theme-default.md-buffer .md-progress-bar-track{background-color:rgba(68,138,255,0.38);background-color:var(--md-theme-default-primary-on-, rgba(68,138,255,0.38))}.md-progress-bar.md-theme-default.md-buffer .md-progress-bar-buffer{border-color:rgba(68,138,255,0.38);border-color:var(--md-theme-default-primary-on-, rgba(68,138,255,0.38))}.md-progress-bar.md-theme-default.md-buffer.md-accent .md-progress-bar-fill{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252)}.md-progress-bar.md-theme-default.md-buffer.md-accent .md-progress-bar-track{background-color:rgba(255,82,82,0.38);background-color:var(--md-theme-default-accent-on-, rgba(255,82,82,0.38))}.md-progress-bar.md-theme-default.md-buffer.md-accent .md-progress-bar-buffer{border-color:rgba(255,82,82,0.38);border-color:var(--md-theme-default-accent-on-, rgba(255,82,82,0.38))}.md-progress-spinner.md-theme-default .md-progress-spinner-circle{stroke:#448aff;stroke:var(--md-theme-default-primary, #448aff)}.md-progress-spinner.md-theme-default.md-accent .md-progress-spinner-circle{stroke:#ff5252;stroke:var(--md-theme-default-accent, #ff5252)}.md-radio.md-theme-default.md-checked .md-radio-container{border-color:#ff5252;border-color:var(--md-theme-default-accent, #ff5252)}.md-radio.md-theme-default.md-checked .md-radio-container:after{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252)}.md-radio.md-theme-default.md-checked .md-ripple{color:#ff5252;color:var(--md-theme-default-accent, #ff5252)}.md-radio.md-theme-default.md-checked.md-primary .md-radio-container{border-color:#448aff;border-color:var(--md-theme-default-primary, #448aff)}.md-radio.md-theme-default.md-checked.md-primary .md-radio-container:after{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff)}.md-radio.md-theme-default.md-checked.md-primary .md-ripple{color:#448aff;color:var(--md-theme-default-primary, #448aff)}.md-radio.md-theme-default .md-radio-container{border-color:rgba(0,0,0,0.54)}.md-radio.md-theme-default.md-disabled .md-radio-container{border-color:rgba(0,0,0,0.26)}.md-radio.md-theme-default.md-disabled.md-checked .md-radio-container{border-color:rgba(0,0,0,0.26)}.md-radio.md-theme-default.md-disabled.md-checked .md-radio-container:after{background-color:rgba(0,0,0,0.26)}.md-snackbar.md-theme-default{color:#fff;color:var(--md-theme-default-text-primary-on-text-primary, #fff);background-color:#323232}.md-steppers.md-theme-default{background-color:#fff;background-color:var(--md-theme-default-background, #fff);color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-steppers.md-theme-default .md-stepper-icon:after,.md-steppers.md-theme-default .md-stepper-icon:before,.md-steppers.md-theme-default .md-stepper-number:after,.md-steppers.md-theme-default .md-stepper-number:before,.md-steppers.md-theme-default .md-stepper:after,.md-steppers.md-theme-default .md-stepper:before{background-color:rgba(0,0,0,0.12);background-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-steppers.md-theme-default .md-stepper-number{background-color:rgba(0,0,0,0.38);background-color:var(--md-theme-default-text-hint-on-background, rgba(0,0,0,0.38));color:#fff;color:var(--md-theme-default-text-primary-on-text-hint, #fff)}.md-steppers.md-theme-default .md-stepper-number svg{color:#fff;color:var(--md-theme-default-text-primary-on-text-hint, #fff);fill:#fff;fill:var(--md-theme-default-text-primary-on-text-hint, #fff)}.md-steppers.md-theme-default .md-stepper-header .md-button-content{color:rgba(0,0,0,0.38);color:var(--md-theme-default-text-hint-on-background, rgba(0,0,0,0.38))}.md-steppers.md-theme-default .md-stepper-header .md-button-content:after,.md-steppers.md-theme-default .md-stepper-header .md-button-content:before{background-color:rgba(0,0,0,0.12);background-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-steppers.md-theme-default .md-stepper-header.md-active .md-button-content,.md-steppers.md-theme-default .md-stepper-header.md-done .md-button-content{color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-steppers.md-theme-default .md-stepper-header.md-active .md-stepper-number,.md-steppers.md-theme-default .md-stepper-header.md-done .md-stepper-number{background-color:#448aff;background-color:var(--md-theme-default-primary-on-background, #448aff);color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-steppers.md-theme-default .md-stepper-header.md-active .md-stepper-number svg,.md-steppers.md-theme-default .md-stepper-header.md-done .md-stepper-number svg{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff);fill:#fff;fill:var(--md-theme-default-text-primary-on-primary, #fff)}.md-steppers.md-theme-default .md-stepper-header.md-error .md-button-content{color:#ff1744;color:var(--md-theme-default-steppervariant, #ff1744)}.md-steppers.md-theme-default .md-stepper-header.md-error .md-icon svg{color:#ff1744;color:var(--md-theme-default-steppervariant, #ff1744);fill:#ff1744;fill:var(--md-theme-default-steppervariant, #ff1744)}.md-subheader.md-theme-default{color:rgba(0,0,0,0.54);color:var(--md-theme-default-text-accent-on-background, rgba(0,0,0,0.54))}.md-subheader.md-theme-default.md-primary{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-switch.md-theme-default.md-checked .md-switch-container{background-color:rgba(255,82,82,0.38);background-color:var(--md-theme-default-accent-on-, rgba(255,82,82,0.38))}.md-switch.md-theme-default.md-checked .md-switch-thumb{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252)}.md-switch.md-theme-default.md-checked .md-ripple{color:#ff5252;color:var(--md-theme-default-accent, #ff5252)}.md-switch.md-theme-default.md-checked.md-primary .md-switch-container{background-color:rgba(68,138,255,0.38);background-color:var(--md-theme-default-primary-on-, rgba(68,138,255,0.38))}.md-switch.md-theme-default.md-checked.md-primary .md-switch-thumb{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff)}.md-switch.md-theme-default.md-checked.md-primary .md-ripple{color:#448aff;color:var(--md-theme-default-primary, #448aff)}.md-switch.md-theme-default .md-switch-container{background-color:rgba(0,0,0,0.38)}.md-switch.md-theme-default .md-switch-thumb{background-color:#f5f5f5;background-color:var(--md-theme-default-switchvariant, #f5f5f5)}.md-switch.md-theme-default.md-disabled .md-switch-container{background-color:rgba(0,0,0,0.12)}.md-switch.md-theme-default.md-disabled .md-switch-thumb{background-color:#bdbdbd;background-color:var(--md-theme-default-switchvariant, #bdbdbd)}.md-table.md-theme-default .md-table-content,.md-table.md-theme-default .md-table-alternate-header{background-color:#fff;background-color:var(--md-theme-default-background, #fff)}.md-table.md-theme-default .md-table-alternate-header .md-table-toolbar{color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87));background-color:rgba(255,82,82,0.2);background-color:var(--md-theme-default-accent-on-, rgba(255,82,82,0.2))}.md-table.md-theme-default .md-table-row:hover:not(.md-header-row) .md-table-cell{background-color:rgba(0,0,0,0.08);background-color:var(--md-theme-default-highlight-on-background, rgba(0,0,0,0.08))}.md-table.md-theme-default .md-table-row.md-selected,.md-table.md-theme-default .md-table-row.md-selected-single{background-color:#f5f5f5;background-color:var(--md-theme-default-rowvariant, #f5f5f5)}.md-table.md-theme-default .md-table-row.md-selected.md-primary,.md-table.md-theme-default .md-table-row.md-selected-single.md-primary{background-color:#448aff;background-color:var(--md-theme-default-primary-on-background, #448aff);color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-table.md-theme-default .md-table-row.md-selected.md-primary .md-ripple,.md-table.md-theme-default .md-table-row.md-selected-single.md-primary .md-ripple{color:#fff}.md-table.md-theme-default .md-table-row.md-selected.md-primary .md-checkbox-container,.md-table.md-theme-default .md-table-row.md-selected-single.md-primary .md-checkbox-container{background-color:#fff;border-color:#fff}.md-table.md-theme-default .md-table-row.md-selected.md-primary .md-checkbox-container:after,.md-table.md-theme-default .md-table-row.md-selected-single.md-primary .md-checkbox-container:after{border-color:#448aff;border-color:var(--md-theme-default-primary, #448aff)}.md-table.md-theme-default .md-table-row.md-selected.md-accent,.md-table.md-theme-default .md-table-row.md-selected-single.md-accent{background-color:#ff5252;background-color:var(--md-theme-default-accent-on-background, #ff5252);color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-table.md-theme-default .md-table-row.md-selected.md-accent .md-ripple,.md-table.md-theme-default .md-table-row.md-selected-single.md-accent .md-ripple{color:#fff}.md-table.md-theme-default .md-table-row.md-selected.md-accent .md-checkbox-container,.md-table.md-theme-default .md-table-row.md-selected-single.md-accent .md-checkbox-container{background-color:#fff;border-color:#fff}.md-table.md-theme-default .md-table-row.md-selected.md-accent .md-checkbox-container:after,.md-table.md-theme-default .md-table-row.md-selected-single.md-accent .md-checkbox-container:after{border-color:#ff5252;border-color:var(--md-theme-default-accent, #ff5252)}.md-table.md-theme-default .md-table-row td{border-top-color:rgba(0,0,0,0.12);border-top-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-table.md-theme-default .md-table-head{color:rgba(0,0,0,0.54);color:var(--md-theme-default-text-accent-on-background, rgba(0,0,0,0.54))}.md-table.md-theme-default .md-table-fixed-header-active{border-bottom-color:rgba(0,0,0,0.12);border-bottom-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-table.md-theme-default .md-sortable:hover,.md-table.md-theme-default .md-sortable.md-sorted{color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-table.md-theme-default .md-sortable:hover svg,.md-table.md-theme-default .md-sortable.md-sorted svg{color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87));fill:rgba(0,0,0,0.87);fill:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-table.md-theme-default .md-table-pagination{border-top-color:rgba(0,0,0,0.12);border-top-color:var(--md-theme-default-divider-on-background, rgba(0,0,0,0.12))}.md-tabs.md-theme-default .md-tabs-navigation{background-color:#fff;background-color:var(--md-theme-default-background-on-background, #fff)}.md-tabs.md-theme-default .md-tabs-navigation .md-button{color:rgba(0,0,0,0.7);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.7))}.md-tabs.md-theme-default .md-tabs-navigation .md-button[disabled]{color:rgba(0,0,0,0.38);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.38))}.md-tabs.md-theme-default .md-tabs-navigation .md-button .md-icon{color:rgba(0,0,0,0.7);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.7))}.md-tabs.md-theme-default .md-tabs-navigation .md-button .md-icon svg{fill:rgba(0,0,0,0.7);fill:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.7))}.md-tabs.md-theme-default .md-tabs-navigation .md-button.md-active{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-tabs.md-theme-default .md-tabs-navigation .md-button.md-active .md-icon{color:#448aff;color:var(--md-theme-default-primary-on-background, #448aff)}.md-tabs.md-theme-default .md-tabs-navigation .md-button.md-active .md-icon svg{fill:#448aff;fill:var(--md-theme-default-primary-on-background, #448aff)}.md-tabs.md-theme-default .md-tabs-indicator{background-color:#448aff;background-color:var(--md-theme-default-primary-on-background, #448aff)}.md-tabs.md-theme-default.md-primary .md-tabs-navigation{background-color:#448aff;background-color:var(--md-theme-default-primary-on-background, #448aff)}.md-tabs.md-theme-default.md-primary .md-tabs-navigation .md-button{color:rgba(255,255,255,0.7);color:var(--md-theme-default-text-primary-on-primary, rgba(255,255,255,0.7))}.md-tabs.md-theme-default.md-primary .md-tabs-navigation .md-button[disabled]{color:rgba(255,255,255,0.38);color:var(--md-theme-default-text-primary-on-primary, rgba(255,255,255,0.38))}.md-tabs.md-theme-default.md-primary .md-tabs-navigation .md-button .md-icon{color:rgba(255,255,255,0.7);color:var(--md-theme-default-text-primary-on-primary, rgba(255,255,255,0.7))}.md-tabs.md-theme-default.md-primary .md-tabs-navigation .md-button .md-icon svg{fill:rgba(255,255,255,0.7);fill:var(--md-theme-default-text-primary-on-primary, rgba(255,255,255,0.7))}.md-tabs.md-theme-default.md-primary .md-tabs-navigation .md-button.md-active{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-tabs.md-theme-default.md-primary .md-tabs-navigation .md-button.md-active .md-icon{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-tabs.md-theme-default.md-primary .md-tabs-navigation .md-button.md-active .md-icon svg{fill:#fff;fill:var(--md-theme-default-text-primary-on-primary, #fff)}.md-tabs.md-theme-default.md-primary .md-tabs-indicator{background-color:#fff;background-color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-tabs.md-theme-default.md-accent .md-tabs-navigation{background-color:#ff5252;background-color:var(--md-theme-default-accent-on-background, #ff5252)}.md-tabs.md-theme-default.md-accent .md-tabs-navigation .md-button{color:rgba(255,255,255,0.7);color:var(--md-theme-default-text-primary-on-accent, rgba(255,255,255,0.7))}.md-tabs.md-theme-default.md-accent .md-tabs-navigation .md-button[disabled]{color:rgba(255,255,255,0.38);color:var(--md-theme-default-text-primary-on-accent, rgba(255,255,255,0.38))}.md-tabs.md-theme-default.md-accent .md-tabs-navigation .md-button .md-icon{color:rgba(255,255,255,0.7);color:var(--md-theme-default-text-primary-on-accent, rgba(255,255,255,0.7))}.md-tabs.md-theme-default.md-accent .md-tabs-navigation .md-button .md-icon svg{fill:rgba(255,255,255,0.7);fill:var(--md-theme-default-text-primary-on-accent, rgba(255,255,255,0.7))}.md-tabs.md-theme-default.md-accent .md-tabs-navigation .md-button.md-active{color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-tabs.md-theme-default.md-accent .md-tabs-navigation .md-button.md-active .md-icon{color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-tabs.md-theme-default.md-accent .md-tabs-navigation .md-button.md-active .md-icon svg{fill:#fff;fill:var(--md-theme-default-text-primary-on-accent, #fff)}.md-tabs.md-theme-default.md-accent .md-tabs-indicator{background-color:#fff;background-color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-toolbar.md-theme-default{color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background-variant, rgba(0,0,0,0.87));background-color:#f5f5f5;background-color:var(--md-theme-default-toolbarvariant, #f5f5f5)}.md-toolbar.md-theme-default .md-icon{color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background-variant, rgba(0,0,0,0.87))}.md-toolbar.md-theme-default .md-icon svg{fill:rgba(0,0,0,0.87);fill:var(--md-theme-default-text-primary-on-background-variant, rgba(0,0,0,0.87))}.md-toolbar.md-theme-default .md-title,.md-toolbar.md-theme-default .md-display-1,.md-toolbar.md-theme-default .md-display-2{color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background-variant, rgba(0,0,0,0.87))}.md-toolbar.md-theme-default.md-primary{background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff);color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-toolbar.md-theme-default.md-primary .md-icon{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-toolbar.md-theme-default.md-primary .md-icon svg{fill:#fff;fill:var(--md-theme-default-text-primary-on-primary, #fff)}.md-toolbar.md-theme-default.md-primary .md-button:not([disabled]):not(.md-raised){color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-toolbar.md-theme-default.md-primary .md-title,.md-toolbar.md-theme-default.md-primary .md-display-1,.md-toolbar.md-theme-default.md-primary .md-display-2{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff)}.md-toolbar.md-theme-default.md-accent{background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252);color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-toolbar.md-theme-default.md-accent .md-icon{color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-toolbar.md-theme-default.md-accent .md-icon svg{fill:#fff;fill:var(--md-theme-default-text-primary-on-accent, #fff)}.md-toolbar.md-theme-default.md-accent .md-button:not([disabled]):not(.md-raised){color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-toolbar.md-theme-default.md-accent .md-title,.md-toolbar.md-theme-default.md-accent .md-display-1,.md-toolbar.md-theme-default.md-accent .md-display-2{color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff)}.md-toolbar.md-theme-default.md-transparent{background-color:transparent;color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-toolbar.md-theme-default.md-transparent .md-icon{color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-toolbar.md-theme-default.md-transparent .md-icon svg{fill:rgba(0,0,0,0.87);fill:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-toolbar.md-theme-default.md-transparent .md-title,.md-toolbar.md-theme-default.md-transparent .md-display-1,.md-toolbar.md-theme-default.md-transparent .md-display-2{color:rgba(0,0,0,0.87);color:var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87))}.md-tooltip.md-theme-default{color:#fff;color:var(--md-theme-default-text-primary-on-tooltip, #fff);background-color:rgba(97,97,97,0.9);background-color:var(--md-theme-default-tooltip-on-background, rgba(97,97,97,0.9))}.md-badge.md-theme-default{color:#fff;color:var(--md-theme-default-text-primary-on-accent, #fff);background-color:#ff5252;background-color:var(--md-theme-default-accent, #ff5252)}.md-badge.md-theme-default.md-primary{color:#fff;color:var(--md-theme-default-text-primary-on-primary, #fff);background-color:#448aff;background-color:var(--md-theme-default-primary, #448aff)}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "9AmP":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "/*!\n * vue-material v1.0.0-beta-15\n * Made with <3 by marcosmoura 2020\n * Released under the MIT License.\n */\n*,:after,:before{box-sizing:inherit}html{height:100%;box-sizing:border-box;transition:background-color .3s cubic-bezier(.25,.8,.25,1)}body{min-height:100%;margin:0;position:relative;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,Noto Sans,-apple-system,BlinkMacSystemFont,sans-serif}a:not(.md-button){transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:color,background-color,opacity}audio,canvas,embed,iframe,img,object,video{max-width:100%;font-style:italic;vertical-align:middle}audio:not(.md-image),canvas:not(.md-image),embed:not(.md-image),iframe:not(.md-image),img:not(.md-image),object:not(.md-image),video:not(.md-image){height:auto}[tabindex=\"-1\"]:focus{outline:none!important}.md-scrollbar::-webkit-scrollbar{width:8px;height:8px;border-radius:8px}.md-scrollbar::-webkit-scrollbar-thumb{border-radius:8px}.md-scrollbar::-webkit-scrollbar-button{display:none}.md-caption{font-size:12px;font-weight:400;letter-spacing:.02em;line-height:17px}.md-body-1,body{font-weight:400;line-height:20px}.md-body-1,.md-body-2,body{font-size:14px;letter-spacing:.01em}.md-body-2{font-weight:500;line-height:24px}.md-subheading{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:24px}.md-title{font-size:20px;font-weight:500;letter-spacing:.005em;line-height:26px}.md-headline{font-size:24px;line-height:32px}.md-display-1,.md-headline{font-weight:400;letter-spacing:0}.md-display-1{font-size:34px;line-height:40px}.md-display-2{font-size:45px;font-weight:400;letter-spacing:0;line-height:48px}.md-display-3{font-size:56px;font-weight:400;letter-spacing:-.005em;line-height:58px}.md-display-4{font-size:112px;font-weight:300;letter-spacing:-.01em;line-height:112px}a:not(.md-button){text-decoration:none}a:not(.md-button):hover{text-decoration:underline}button:focus{outline:none}.md-app{display:flex;overflow:hidden;position:relative}.md-app.md-fixed .md-app-scroller{overflow:auto}.md-app.md-fixed-last,.md-app.md-flexible,.md-app.md-overlap,.md-app.md-reveal{transform:translateZ(0)}.md-app.md-fixed-last .md-app-toolbar,.md-app.md-flexible .md-app-toolbar,.md-app.md-overlap .md-app-toolbar,.md-app.md-reveal .md-app-toolbar{position:absolute;top:0}.md-app.md-flexible .md-app-toolbar,.md-app.md-overlap .md-app-toolbar{min-height:0}.md-app.md-flexible .md-toolbar-row:first-child{z-index:2}.md-app.md-flexible .md-toolbar-row:last-child{position:fixed;bottom:0;z-index:1}.md-app.md-flexible .md-display-1{position:fixed}.md-app.md-overlap .md-app-toolbar{z-index:1}.md-app.md-overlap .md-app-content{margin:-64px 24px 24px;position:relative;z-index:2}.md-app-content{padding:16px}.md-app-content>p:first-child{margin-top:0}.md-app-content>p:last-child{margin-bottom:0}.md-app-container{flex:1;display:flex;overflow:auto;transform:translate3D(0,0,0);transition:padding-left .4s cubic-bezier(.4,0,.2,1),padding-right .4s cubic-bezier(.4,0,.2,1);will-change:padding-left,padding-right}.md-app-scroller{flex:1}@media (max-width:960px){.md-app.md-overlap .md-app-content{margin:-64px 16px 16px}}@media (max-width:600px){.md-app.md-overlap .md-app-content{margin:-64px 8px 8px}}@media (min-width:600px){.md-app-drawer.md-permanent-card+.md-app-scroller .md-content{padding-left:0;padding-right:0;border-left:none;border-right:none}.md-app-content{border-left:1px solid transparent;border-right:1px solid transparent}}.md-app-internal-drawer,.md-app-side-drawer .md-app-container{flex-direction:column}.md-app-internal-drawer .md-app-scroller{overflow:auto}.md-no-elevation{box-shadow:none!important}.md-fixed-last .md-reveal-active,.md-flexible .md-reveal-active,.md-overlap .md-reveal-active,.md-reveal .md-reveal-active{transform:translate3d(0,calc(100% + 10px),0);transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:box-shadow,transform;will-change:height,box-shadow,transform}.md-app-toolbar{min-height:64px}.md-overlap .md-app-toolbar{height:196px}.md-fixed-last-active{transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:box-shadow,transform;will-change:height,box-shadow,transform}.md-overlap-off{z-index:3!important}.md-app-content{min-height:100%}.md-app-content .md-card{margin-right:16px;margin-left:16px;overflow:visible}.md-badge-content{position:relative;display:inline-block}.md-badge-content .md-position-top{top:-4px}.md-badge-content .md-position-bottom{bottom:-4px}.md-badge{position:absolute;transition:.3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;right:-4px;font-size:10px;font-style:normal;width:22px;height:22px;border-radius:50%;color:#fff;pointer-events:none;z-index:6}.md-list-item-content .md-badge{position:relative;top:0;bottom:0;right:0}.md-badge.md-dense{width:18px;height:18px;font-size:8px}.md-badge.md-square{width:auto;border-radius:3px;height:18px;padding:0 4px}.md-autocomplete .md-menu{width:100%;display:flex}.md-autocomplete-loading{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.md-field.md-inline.md-autocomplete-box{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);padding-top:2px;border-radius:2px}.md-field.md-inline.md-autocomplete-box.md-focused{z-index:13}.md-field.md-inline.md-autocomplete-box:after,.md-field.md-inline.md-autocomplete-box:before{display:none}.md-toolbar .md-field.md-inline.md-autocomplete-box{min-height:40px;height:40px;margin:0;box-shadow:none}.md-field.md-inline.md-autocomplete-box .md-menu{align-items:center}.md-field.md-inline.md-autocomplete-box .md-input{padding-left:16px}.md-field.md-inline.md-autocomplete-box.md-focused label,.md-field.md-inline.md-autocomplete-box .md-input-action,.md-field.md-inline.md-autocomplete-box label{top:50%;transform:translateY(-50%)}.md-field.md-inline.md-autocomplete-box .md-input-action{right:8px}.md-field.md-inline.md-autocomplete-box.md-focused label,.md-field.md-inline.md-autocomplete-box label{margin-top:2px;left:16px}.md-autocomplete-box-content:after{height:6px;position:absolute;top:-6px;right:0;left:0;z-index:13;border-bottom:1px solid;content:\"\"}.md-avatar{width:40px;min-width:40px;height:40px;margin:auto;display:inline-flex;justify-content:center;align-items:center;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;border-radius:40px;transition:.4s cubic-bezier(.4,0,.2,1);transition-property:color,background-color;will-change:color,background-color;font-size:24px;letter-spacing:-.05em;vertical-align:middle}.md-avatar.md-large{min-width:64px;min-height:64px;border-radius:64px;font-size:32px}.md-avatar.md-large .md-icon{font-size:40px!important}.md-avatar.md-small{width:24px;min-width:24px;height:24px;border-radius:24px;font-size:14px}.md-avatar.md-small .md-icon{font-size:16px!important}.md-avatar .md-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.md-avatar img{width:100%;height:100%;display:block}.md-avatar .md-ripple{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;border-radius:50%}.md-bottom-bar{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);width:100%;transition:background-color .5s cubic-bezier(.4,0,.2,1)}.md-bottom-bar>.md-ripple{display:flex;flex-wrap:wrap}.md-bottom-bar.md-type-fixed{justify-content:center}.md-bottom-bar.md-type-fixed .md-bottom-bar-item{min-width:80px;max-width:168px;transition:.4s cubic-bezier(.4,0,.2,1);transition-property:color;will-change:color}.md-bottom-bar.md-type-fixed .md-bottom-bar-item .md-bottom-bar-label{transform:scale(.8571) translate3D(0,4px,0)}.md-bottom-bar.md-type-fixed .md-bottom-bar-item.md-active .md-ripple{padding-top:6px}.md-bottom-bar.md-type-fixed .md-bottom-bar-item.md-active .md-bottom-bar-icon{transform:translate3d(0,-2px,0)}.md-bottom-bar.md-type-fixed .md-bottom-bar-item.md-active .md-bottom-bar-label{transform:translate3D(0,3px,0)}.md-bottom-bar.md-type-shift{justify-content:center}.md-bottom-bar.md-type-shift>.md-ripple .md-ripple-enter-active{transition-duration:1.1s!important}.md-bottom-bar.md-type-shift>.md-ripple .md-ripple-enter{opacity:1}.md-bottom-bar.md-type-shift .md-bottom-bar-item{min-width:56px;max-width:96px;flex:1 1 32px;transition:.3s cubic-bezier(.4,0,.2,1);transition-property:padding,min-width,max-width,flex,color;will-change:padding,min-width,max-width,flex,color}.md-bottom-bar.md-type-shift .md-bottom-bar-item .md-ripple{padding:16px}.md-bottom-bar.md-type-shift .md-bottom-bar-item .md-bottom-bar-icon{transform:translate3d(0,8px,0)}.md-bottom-bar.md-type-shift .md-bottom-bar-item .md-bottom-bar-label{opacity:0;transform:scale(.7) translate3d(0,6px,0)}.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active{min-width:96px;max-width:168px;flex:1 1 72px}.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active .md-ripple{padding:6px 0 10px}.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active .md-bottom-bar-icon{transform:translateZ(0)}.md-bottom-bar.md-type-shift .md-bottom-bar-item.md-active .md-bottom-bar-label{opacity:1;transform:translate3d(0,3px,0)}.md-bottom-bar .md-bottom-bar-item{height:56px;margin:0;flex:1;cursor:pointer;border-radius:0;font-size:14px;font-weight:400;line-height:1em;text-transform:none}.md-bottom-bar .md-bottom-bar-item .md-ripple{padding:8px 12px 10px;transition:padding .3s cubic-bezier(.25,.8,.25,1);will-change:padding}.md-bottom-bar .md-bottom-bar-item .md-button-content{position:static;display:flex;flex-direction:column;align-items:center}.md-bottom-bar .md-bottom-bar-item .md-bottom-bar-icon,.md-bottom-bar .md-bottom-bar-item .md-bottom-bar-label{transition:.3s cubic-bezier(.4,0,.2,1);transition-property:transform,opacity;will-change:transform,opacity}.md-ripple{width:100%;height:100%;position:relative;z-index:5;overflow:hidden;-webkit-mask-image:radial-gradient(circle,#fff 100%,#000 0)}.md-ripple-wave{position:absolute;z-index:1;pointer-events:none;background:currentColor;border-radius:50%;opacity:0;transform:scale(2) translateZ(0)}.md-ripple-wave.md-centered{animation-duration:1.2s;top:50%;left:50%}.md-ripple-wave~:not(.md-ripple-wave){position:relative;z-index:2}.md-ripple-enter-active{transition:.8s cubic-bezier(.25,.8,.25,1);transition-property:opacity,transform;will-change:opacity,transform}.md-ripple-enter-active.md-centered{transition-duration:1.2s}.md-ripple-enter{opacity:.26;transform:scale(.26) translateZ(0)}.md-button,.md-button-clean{margin:0;padding:0;display:inline-block;position:relative;overflow:hidden;outline:none;background:transparent;border:0;border-radius:0;transition:.4s cubic-bezier(.4,0,.2,1);font-family:inherit;line-height:normal;text-decoration:none;vertical-align:top;white-space:nowrap}.md-button{min-width:88px;height:36px;margin:6px 8px;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-radius:2px;font-size:14px;font-weight:500;text-transform:uppercase}.md-button:active{outline:none}.md-button[disabled]{pointer-events:none}.md-button:not([disabled]){cursor:pointer}.md-button:not([disabled]).md-focused:before,.md-button:not([disabled]):active:before,.md-button:not([disabled]):hover:before{background-color:currentColor;opacity:.12}.md-button:not([disabled]).md-focused.md-accent:before,.md-button:not([disabled]).md-focused.md-primary:before,.md-button:not([disabled]):active:before{opacity:.2}.md-button:not([disabled]).md-ripple-off:active:before{opacity:.26}.md-button.md-plain.md-button.md-raised:not([disabled]){color:rgba(0,0,0,.87);background-color:#fff}.md-button.md-plain.md-button.md-raised:not([disabled]) .md-icon-font{color:rgba(0,0,0,.87)}.md-button.md-plain.md-button.md-raised:not([disabled]) .md-icon-image{fill:rgba(0,0,0,.87)}.md-button::-moz-focus-inner{padding:0;border:0}.md-button:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;transition:.4s cubic-bezier(.4,0,.2,1);will-change:background-color,opacity;content:\" \"}.md-button.md-dense{height:32px;font-size:13px}.md-button.md-raised:not([disabled]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.md-button.md-raised:not([disabled]):active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-button.md-raised:not([disabled]).md-ripple-off:active:before{opacity:.2}.md-button+.md-button{margin-left:0}.md-button .md-ripple{padding:0 8px;display:flex;justify-content:center;align-items:center}.md-button-spaced .md-ripple{padding:0 16px}.md-fab,.md-icon-button{border-radius:50%;z-index:5}.md-fab .md-ripple,.md-fab:before,.md-icon-button .md-ripple,.md-icon-button:before{border-radius:50%}.md-fab.md-dense .md-ripple-wave,.md-fab.md-mini .md-ripple-wave,.md-icon-button .md-ripple-wave{top:0!important;right:0!important;bottom:0!important;left:0!important}.md-icon-button{width:40px;min-width:40px;height:40px;margin:0 6px}.md-icon-button.md-dense{width:32px;min-width:32px;height:32px}.md-icon-button .md-ripple-enter-active{transition-duration:1.2s}.md-fab{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);width:56px;height:56px;min-width:0;overflow:hidden}.md-fab:active{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.md-fab.md-dense,.md-fab.md-mini{width:40px;height:40px}.md-fab.md-fab-top-left,.md-fab.md-fab-top-right{position:absolute;top:24px}.md-fab.md-fab-bottom-left,.md-fab.md-fab-bottom-right{position:absolute;bottom:24px}.md-fab.md-fab-bottom-center,.md-fab.md-fab-top-center{position:absolute;left:50%;transform:translateX(-50%)}.md-fab.md-fab-top-center{top:24px}.md-fab.md-fab-bottom-center{bottom:24px}.md-fab.md-fab-bottom-right,.md-fab.md-fab-top-right{right:24px}.md-fab.md-fab-bottom-left,.md-fab.md-fab-top-left{left:24px}.md-fab.md-fixed{position:fixed}.md-fab .md-ripple{padding:0}.md-button-content{position:relative;z-index:2}.md-card{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);position:relative;z-index:1;border-radius:2px;transition:.3s cubic-bezier(.4,0,.2,1);transition-property:color,background-color;will-change:color,background-color}.md-card.md-with-hover{cursor:pointer;transition:background-color .3s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.25,.8,.25,1);will-change:background-color,box-shadow}.md-card.md-with-hover:hover{z-index:2;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-card.md-expand-active .md-card-expand-trigger.md-icon-button{transform:rotate(180deg)}.md-card .md-subhead,.md-card .md-subheading,.md-card .md-title{margin:0;font-weight:400}.md-card .md-subhead{opacity:.54;font-size:14px;letter-spacing:.01em;line-height:20px}.md-card .md-subhead+.md-title{margin-top:4px}.md-card .md-title{font-size:24px;letter-spacing:0;line-height:32px}.md-card-area,.md-card>.md-card-area:not(:last-child){position:relative}.md-card>.md-card-area:not(:last-child):after{height:1px;position:absolute;bottom:0;content:\" \"}.md-card>.md-card-area:not(:last-child):not(.md-inset):after{right:0;left:0}.md-card>.md-card-area:not(:last-child).md-inset:after{right:16px;left:16px}.md-card-header{padding:16px}.md-card-header:first-child>.md-card-header-text>.md-title:first-child,.md-card-header:first-child>.md-title:first-child{margin-top:8px}.md-card-header:last-child{margin-bottom:8px}.md-card-header.md-card-header-flex{display:flex;justify-content:space-between}.md-card-header+.md-card-content{padding-top:0}.md-card-header+.md-card-actions:not(:last-child){padding:0 8px}.md-card-header>img{border-radius:50%}.md-card-header .md-avatar,.md-card-header>img{margin-right:16px;float:left}.md-card-header .md-avatar~.md-title,.md-card-header>img~.md-title{font-size:14px}.md-card-header .md-avatar~.md-subhead,.md-card-header .md-avatar~.md-title,.md-card-header>img~.md-subhead,.md-card-header>img~.md-title{font-weight:500;line-height:20px}.md-card-header .md-button{margin:0}.md-card-header .md-button:last-child{margin-right:-4px}.md-card-header .md-button+.md-button{margin-left:8px}.md-card-header .md-card-header-text{flex:1}.md-card-header .md-card-media{width:80px;height:80px;margin-left:16px;flex:0 0 80px}.md-card-header .md-card-media.md-medium{width:120px;height:120px;flex:0 0 120px}.md-card-header .md-card-media.md-big{width:160px;height:160px;flex:0 0 160px}.md-card-media{position:relative}.md-card-media.md-ratio-16-9{overflow:hidden}.md-card-media.md-ratio-16-9:before{width:100%;padding-top:56.25%;display:block;content:\" \"}.md-card-media.md-ratio-16-9 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card-media.md-ratio-4-3{overflow:hidden}.md-card-media.md-ratio-4-3:before{width:100%;padding-top:75%;display:block;content:\" \"}.md-card-media.md-ratio-4-3 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card-media.md-ratio-1-1{overflow:hidden}.md-card-media.md-ratio-1-1:before{width:100%;padding-top:100%;display:block;content:\" \"}.md-card-media.md-ratio-1-1 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card-media+.md-card-header{padding-top:24px}.md-card-media+.md-card-content:last-child{padding-bottom:16px}.md-card-media img{width:100%}.md-card-media-actions{padding:16px;display:flex;justify-content:space-between}.md-card-media-actions .md-card-media{max-width:240px;max-height:240px;flex:1}.md-card-media-actions .md-card-actions{margin-left:16px;flex-direction:column;justify-content:flex-start;align-items:center}.md-card-media-actions .md-card-actions .md-button+.md-button{margin:8px 0 0}.md-card-media-cover{position:relative;color:#fff}.md-card-media-cover.md-solid .md-card-area{background-color:rgba(0,0,0,.54)}.md-card-media-cover.md-text-scrim .md-card-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.md-card-media-cover .md-card-area{display:flex;flex-direction:column;position:absolute;right:0;bottom:0;left:0;z-index:2}.md-card-media-cover .md-card-header{display:flex;flex-direction:column}.md-card-media-cover .md-card-header+.md-card-actions{padding-top:0}.md-card-media-cover .md-subhead{opacity:1}.md-card-media-cover .md-card-actions .md-button:not(.md-primary):not(.md-accent),.md-card-media-cover .md-card-actions .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon,.md-card-media-cover .md-card-header .md-button:not(.md-primary):not(.md-accent),.md-card-media-cover .md-card-header .md-button:not(.md-primary):not(.md-accent).md-icon-button .md-icon{color:#fff!important}.md-card-content{padding:16px;font-size:14px;line-height:22px}.md-card-content:last-of-type{padding-bottom:24px}.md-card-expand{overflow:hidden}.md-card-expand .md-card-actions{position:relative;z-index:2}.md-card-expand .md-card-expand-content{position:relative;z-index:1}.md-card-expand-trigger.md-icon-button{transition:transform .4s cubic-bezier(.25,.8,.25,1);will-change:transform}.md-card-expand-content{overflow:hidden;transform:translate3D(0,0,0);transition:.4s cubic-bezier(.4,0,.2,1);transition-property:opacity,margin-top;will-change:opacity,margin-top}.md-card-actions{padding:8px;display:flex;align-items:center}.md-card-actions.md-alignment-right{justify-content:flex-end}.md-card-actions.md-alignment-left{justify-content:flex-start}.md-card-actions.md-alignment-space-between{justify-content:space-between}.md-card-actions .md-button{margin:0}.md-card-actions .md-button:first-child{margin-left:0}.md-card-actions .md-button:last-child{margin-right:0}.md-card-actions .md-button+.md-button{margin-left:4px}.md-checkbox{width:auto;margin:16px 16px 16px 0;display:inline-flex;position:relative}.md-checkbox:not(.md-disabled),.md-checkbox:not(.md-disabled) .md-checkbox-label{cursor:pointer}.md-checkbox .md-checkbox-container{width:20px;min-width:20px;height:20px;position:relative;border-radius:2px;border:2px solid transparent;transition:.4s cubic-bezier(.25,.8,.25,1)}.md-checkbox .md-checkbox-container:focus{outline:none}.md-checkbox .md-checkbox-container:after,.md-checkbox .md-checkbox-container:before{position:absolute;transition:.4s cubic-bezier(.55,0,.55,.2);content:\" \"}.md-checkbox .md-checkbox-container:before{width:48px;height:48px;top:50%;left:50%;z-index:6;border-radius:50%;transform:translate(-50%,-50%)}.md-checkbox .md-checkbox-container:after{width:6px;height:13px;top:0;left:5px;z-index:7;border:2px solid transparent;border-top:0;border-left:0;opacity:0;transform:rotate(45deg) scale3D(.15,.15,1)}.md-checkbox .md-checkbox-container .md-ripple{width:48px!important;height:48px!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%);border-radius:50%}.md-checkbox .md-checkbox-container input{position:absolute;left:-999em}.md-checkbox .md-checkbox-label{height:20px;padding-left:16px;position:relative;line-height:20px}.md-checkbox.md-indeterminate .md-checkbox-container:after{width:12px;height:2px;top:50%;left:50%;z-index:4;border-style:solid;border-width:0 0 2px;opacity:0;transform:translate(-50%,-50%)!important}.md-checkbox.md-checked .md-checkbox-container:after{opacity:1;transform:rotate(45deg) scale3D(1,1,1);transition:.4s cubic-bezier(.25,.8,.25,1)}.md-checkbox.md-disabled.md-checked .md-checkbox-container{border-color:transparent!important}.md-checkbox.md-required label:after{position:absolute;top:2px;right:0;transform:translateX(calc(100% + 2px));content:\"*\";line-height:1em;vertical-align:top}.md-chips.md-field{padding-top:12px;flex-wrap:wrap}.md-chips.md-field.md-has-value label{top:-6px}.md-chips.md-field .md-chip{margin-bottom:4px}.md-chips.md-field .md-chip:last-of-type{margin-right:8px}.md-chips.md-field .md-input{min-width:128px}.md-field{width:100%;min-height:48px;margin:4px 0 24px;padding-top:16px;display:flex;position:relative;font-family:inherit}.md-field:after,.md-field:before{position:absolute;bottom:0;right:0;left:0;z-index:1;transition:border .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),transform 0s cubic-bezier(.4,0,.2,1) .3s;will-change:border,opacity,transform;content:\" \"}.md-field:after{height:1px}.md-field:before{height:2px;z-index:2;opacity:0;transform:scaleX(.12)}.md-field label{position:absolute;top:23px;left:0;pointer-events:none;transition:.4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s;font-size:16px;line-height:20px}.md-field .md-prefix,.md-field .md-suffix{font-size:16px;line-height:32px;align-self:center;justify-self:center}.md-field .md-prefix{display:none;padding-right:4px}.md-field.md-focused .md-prefix,.md-field.md-has-value .md-prefix{display:block}.md-field .md-input,.md-field .md-textarea{height:32px;padding:0;display:block;flex:1;border:none;background:none;transition:.4s cubic-bezier(.25,.8,.25,1);transition-property:font-size,padding-top,color;font-family:inherit;font-size:16px;line-height:32px}.md-field .md-input[type=date],.md-field .md-textarea[type=date]{font-size:16px}.md-field .md-input[disabled],.md-field .md-textarea[disabled]{cursor:default}.md-field .md-input:focus,.md-field .md-textarea:focus{outline:none}.md-field .md-input::-webkit-input-placeholder,.md-field .md-textarea::-webkit-input-placeholder{font-size:16px;text-shadow:none;-webkit-text-fill-color:initial;transition:.4s cubic-bezier(.25,.8,.25,1);transition-property:font-size,color}.md-field .md-textarea{min-height:32px;max-height:230px;padding:5px 0;resize:none;line-height:1.3em}.md-field .md-count,.md-field .md-error,.md-field .md-helper-text{height:20px;position:absolute;bottom:-22px;font-size:12px;transition:.3s cubic-bezier(.4,0,.2,1)}.md-field .md-error{display:block!important;left:0;opacity:0;transform:translate3d(0,-8px,0)}.md-field .md-count{right:0}.md-field .md-input-action{width:32px;min-width:32px;height:32px;margin:0;position:absolute;top:16px;right:0;transition:.4s cubic-bezier(.4,0,.2,1)}.md-field .md-input-action.md-input-action-enter-active,.md-field .md-input-action.md-input-action-leave-active{opacity:0}.md-field .md-input-action.md-input-action-enter-to{opacity:1}.md-field>.md-icon{margin:4px auto;position:relative;z-index:3;transition:.4s cubic-bezier(.25,.8,.25,1)}.md-field>.md-icon:last-of-type:not(:first-child):after{display:none}.md-field>.md-icon:after{width:37px;height:4px;position:absolute;left:-1px;bottom:-5px;transition:.3s cubic-bezier(.4,0,.2,1);content:\"\"}.md-field>.md-icon~label{left:36px}.md-field>.md-icon~.md-file,.md-field>.md-icon~.md-input,.md-field>.md-icon~.md-textarea{margin-left:12px}.md-field+.md-has-textarea:not(.md-autogrow){margin-top:36px}.md-field.md-has-placeholder label{pointer-events:auto;top:10px;opacity:0;font-size:12px}.md-field.md-has-placeholder .md-input,.md-field.md-has-placeholder .md-textarea{font-size:16px}.md-field.md-has-textarea:not(.md-autogrow):after,.md-field.md-has-textarea:not(.md-autogrow):before{height:auto;pointer-events:none;top:0;bottom:0;transform:none;background:none!important;border:1px solid transparent;border-radius:3px}.md-field.md-has-textarea:not(.md-autogrow):before{border-width:2px}.md-field.md-has-textarea:not(.md-autogrow) label{top:16px;left:16px}.md-field.md-has-textarea:not(.md-autogrow) .md-textarea{min-height:100px;padding:0 16px;resize:vertical}.md-field.md-has-textarea:not(.md-autogrow)>.md-icon{position:absolute;top:6px;right:6px;z-index:3}.md-field.md-has-textarea:not(.md-autogrow) .md-count{right:6px;bottom:2px}.md-field.md-has-textarea:not(.md-autogrow) .md-clear{top:6px;right:6px}.md-field.md-has-textarea:not(.md-autogrow).md-focused label,.md-field.md-has-textarea:not(.md-autogrow).md-has-value label{top:6px}.md-field.md-has-textarea:not(.md-autogrow).md-focused .md-textarea,.md-field.md-has-textarea:not(.md-autogrow).md-has-value .md-textarea{padding-top:10px}.md-field.md-has-file:after,.md-field.md-has-file:before,.md-field.md-has-file label{left:36px}.md-field.md-has-file .md-input{margin-left:12px}.md-field.md-focused:before,.md-field.md-highlight:before{opacity:1;transform:scaleX(1);transition:.3s cubic-bezier(.4,0,.2,1);transition-property:border,opacity,transform}.md-field.md-focused label,.md-field.md-has-value label{pointer-events:auto;top:0;opacity:1;font-size:12px}.md-field.md-focused .md-input,.md-field.md-focused .md-textarea,.md-field.md-has-value .md-input,.md-field.md-has-value .md-textarea{font-size:16px}.md-field.md-inline label{pointer-events:none}.md-field.md-inline.md-focused label{top:23px;font-size:16px}.md-field.md-inline.md-has-value label{opacity:0}.md-field.md-disabled:after{background:0 100% repeat-x;background-size:4px 1px}.md-field.md-has-password .md-toggle-password{margin:0;position:absolute;right:0;bottom:-2px}.md-field.md-has-password .md-toggle-password svg{width:22px;height:22px}.md-field.md-clearable .md-input{padding-right:30px}@keyframes a{10%,90%{transform:translate3d(-1px,0,0)}30%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.md-field.md-invalid.md-has-value label:not(:focus){animation:a .4s cubic-bezier(.4,0,.2,1) both;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.md-field.md-invalid.md-has-textarea:not(.md-autogrow):before{border-width:2px}.md-field.md-invalid .md-error{opacity:1;transform:translateZ(0)}.md-field.md-invalid .md-helper-text{opacity:0;transform:translate3d(0,-8px,0)}.md-field.md-required label:after{position:absolute;top:2px;right:0;transform:translateX(calc(100% + 2px));content:\"*\";line-height:1em;vertical-align:top}.md-icon{width:24px;min-width:24px;height:24px;font-size:24px!important;margin:auto;display:inline-flex;-webkit-user-select:none;-ms-user-select:none;user-select:none;align-items:center;justify-content:center;vertical-align:middle}.md-icon.md-size-2x{width:48px;min-width:48px;height:48px;font-size:48px!important}.md-icon.md-size-3x{width:72px;min-width:72px;height:72px;font-size:72px!important}.md-icon.md-size-4x{width:96px;min-width:96px;height:96px;font-size:96px!important}.md-icon.md-size-5x{width:120px;min-width:120px;height:120px;font-size:120px!important}.md-icon-image svg{height:100%;flex:1;transition:fill .4s cubic-bezier(.4,0,.2,1)}.md-icon{transition:color .4s cubic-bezier(.4,0,.2,1);direction:ltr;font-family:Material Icons;font-feature-settings:\"liga\";font-style:normal;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;word-wrap:normal;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.md-svg-loader{display:block}.md-svg-loader svg{width:100%}.md-chip{height:32px;padding:0 12px;display:inline-block;cursor:default;border-radius:32px;transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:background-color,color,opacity,transform,box-shadow;will-change:background-color,color,opacity,transform,box-shadow;font-size:13px;line-height:32px;vertical-align:middle;white-space:nowrap}.md-chip:focus{outline:none}.md-chip.md-chip-enter-active,.md-chip.md-chip-leave-active{opacity:0;transform:transformZ(0) scale(.8)}.md-chip.md-chip-enter-to{opacity:1;transform:transformZ(0) scale(1)}.md-chip.md-clickable:not(.md-disabled):active,.md-chip.md-deletable:not(.md-disabled):active,.md-chip.md-focused{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.md-chip.md-clickable{padding:0;cursor:pointer}.md-chip.md-clickable>.md-ripple{padding:0 12px}.md-chip.md-deletable{padding-right:32px;position:relative}.md-chip.md-deletable.md-clickable{padding-right:0}.md-chip.md-deletable.md-clickable>.md-ripple{padding-right:32px}.md-chip.md-disabled{cursor:default}.md-chip+.md-chip{margin-left:4px}.md-chip .md-button.md-input-action{width:18px;min-width:18px;height:18px;margin:0;position:absolute;top:50%;right:7px;z-index:6;transform:translate3D(0,-50%,0);transition-duration:.3s;transition-timing-function:cubic-bezier(.25,.8,.25,1);font-size:18px}.md-chip .md-button.md-input-action .md-ripple{padding:0}.md-chip .md-button.md-input-action .md-button-content{height:14px}.md-chip .md-button.md-input-action .md-icon{width:14px;min-width:14px;height:14px;font-size:14px!important;vertical-align:top}.md-chip .md-button.md-input-action .md-icon svg{transition-duration:.3s;transition-timing-function:cubic-bezier(.25,.8,.25,1)}.md-datepicker-overlay{opacity:0}.md-datepicker.md-native label{top:0!important}.md-datepicker .md-date-icon{cursor:pointer}.md-datepicker input[type=date]::-webkit-calendar-picker-indicator,.md-datepicker input[type=date]::-webkit-clear-button,.md-datepicker input[type=date]::-webkit-inner-spin-button{display:none}@media (max-width:600px){.md-datepicker-overlay{opacity:1}}.md-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;overflow:hidden;background:rgba(0,0,0,.6);transition:.35s cubic-bezier(.4,0,.2,1);transition-property:opacity;will-change:opacity}.md-overlay.md-fixed,body>.md-overlay{position:fixed}.md-overlay-enter,.md-overlay-leave-active{opacity:0}.md-datepicker-dialog{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);display:flex;overflow:hidden;z-index:11;border-radius:2px;-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:auto;transform-origin:top left;flex-shrink:0;transition:opacity .2s cubic-bezier(.25,.8,.25,1),transform .35s cubic-bezier(.25,.8,.25,1);will-change:opacity,transform,left,top}.md-datepicker-dialog-leave-active{opacity:0}.md-datepicker-dialog-enter{opacity:0;transform:scale(.9)}.md-datepicker-dialog-enter .md-datepicker-body .md-datepicker-calendar{opacity:0;transform:translate3D(0,10%,0)}.md-datepicker-header{min-width:150px;padding:16px}.md-datepicker-header .md-datepicker-year-select{cursor:pointer;opacity:.54;transition:opacity .3s cubic-bezier(.4,0,.2,1);font-size:16px;font-weight:700;letter-spacing:.01em;line-height:24px}.md-datepicker-header .md-datepicker-date-select{cursor:pointer;opacity:.54;transition:opacity .3s cubic-bezier(.4,0,.2,1);font-size:32px;font-weight:900;letter-spacing:0;line-height:1.2em}.md-datepicker-header .md-datepicker-dayname{display:block}.md-datepicker-header .md-selected{opacity:1}.md-datepicker-body{width:320px;position:relative;overflow:hidden;transition:width .3s cubic-bezier(.25,.8,.25,1);will-change:width}.md-datepicker-body .md-button{margin:0}.md-datepicker-body-header{padding:8px;display:flex;align-items:center;justify-content:space-between;position:absolute;top:0;right:0;left:0;pointer-events:none}.md-datepicker-body-header:after,.md-datepicker-body-header:before{width:48px;height:48px;position:absolute;top:0;z-index:2;pointer-events:none;content:\" \"}.md-datepicker-body-header:after{left:0}.md-datepicker-body-header:before{right:0}.md-datepicker-body-header .md-button{pointer-events:auto;z-index:3}.md-datepicker-body-header-enter .md-button:first-child,.md-datepicker-body-header-leave-active .md-button:first-child{transform:translate3d(-150%,0,0)}.md-datepicker-body-header-enter .md-button:last-child,.md-datepicker-body-header-leave-active .md-button:last-child{transform:translate3d(150%,0,0)}.md-datepicker-body-content{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1);will-change:height}.md-datepicker-panel{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;transition:.35s cubic-bezier(.4,0,.2,1);transition-property:transform,opacity;will-change:transform,opacity}.md-datepicker-calendar.md-datepicker-view-enter,.md-datepicker-calendar.md-datepicker-view-leave-active{transform:translate3d(0,100%,0)}.md-datepicker-calendar.md-previous .md-datepicker-month-enter{transform:translate3D(-100%,0,0)}.md-datepicker-calendar.md-previous .md-datepicker-month-enter .md-datepicker-month-trigger{transform:translate3D(-30%,0,0)}.md-datepicker-calendar.md-next .md-datepicker-month-enter,.md-datepicker-calendar.md-previous .md-datepicker-month-leave-active{transform:translate3D(100%,0,0)}.md-datepicker-calendar.md-next .md-datepicker-month-enter .md-datepicker-month-trigger{transform:translate3D(30%,0,0)}.md-datepicker-calendar.md-next .md-datepicker-month-leave-active{transform:translate3D(-100%,0,0)}.md-datepicker-month{top:8px;bottom:auto;flex-direction:column;transition:.35s cubic-bezier(.4,0,.2,1);transition-property:transform,opacity;will-change:transform,opacity}.md-datepicker-month .md-datepicker-month-trigger{min-height:32px;margin:0 46px 10px;flex:1;border-radius:0;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.md-datepicker-week{display:flex;align-items:center}.md-datepicker-week span{flex:1;font-size:12px;text-align:center}.md-datepicker-days{display:flex;flex-wrap:wrap}.md-datepicker-days .md-datepicker-day,.md-datepicker-days .md-datepicker-empty{margin:1px 0;display:flex;align-items:center;justify-content:center;flex:0 1 14.28571%}.md-datepicker-days .md-datepicker-day-button{width:30px;min-width:30px;height:30px;cursor:pointer;border-radius:30px;transition:.3s cubic-bezier(.4,0,.2,1);line-height:30px;text-align:center}.md-datepicker-days .md-datepicker-selected,.md-datepicker-days .md-datepicker-today{font-weight:700}.md-datepicker-days .md-datepicker-disabled{pointer-events:none}.md-datepicker-month-selector{padding:6px 8px 10px;flex-wrap:wrap;bottom:auto;transition:.35s cubic-bezier(.4,0,.2,1);transition-property:transform,opacity;will-change:transform,opacity}.md-datepicker-month-selector.md-datepicker-view-enter,.md-datepicker-month-selector.md-datepicker-view-leave-active{transform:translate3d(0,-100%,0)}.md-datepicker-month-selector .md-datepicker-year-trigger{width:100%;margin:0 0 8px;flex:1 1 100%}.md-datepicker-month-button,.md-datepicker-year-button{height:36px;margin:3px 0;cursor:pointer;transition:.3s cubic-bezier(.4,0,.2,1);line-height:36px;font-weight:500;text-align:center;text-transform:uppercase}.md-datepicker-month-button{flex:1 1 33.3333%;border-radius:2px;font-size:13px}.md-datepicker-year-selector{flex-direction:column;overflow:auto;bottom:52px;border-bottom:1px solid}.md-datepicker-year-selector.md-datepicker-view-enter,.md-datepicker-year-selector.md-datepicker-view-leave-active{transform:translate3d(0,-100%,0)}.md-datepicker-year-selector .md-button{min-height:36px}.md-datepicker-year-button{font-size:16px}.md-datepicker-year-button.md-datepicker-selected{font-size:24px}@media (max-width:600px){.md-datepicker-dialog{flex-direction:column;top:50%!important;left:50%!important;transform:translate3D(-50%,-50%,0);transform-origin:center center;position:fixed!important}.md-datepicker-dialog-enter{transform:translate3D(-50%,-50%,0) scale(.9)}.md-datepicker-header{min-width:auto;padding:16px 20px}.md-datepicker-header .md-datepicker-dayname{display:inline-block}.md-datepicker-body{width:296px}.md-datepicker-month{padding:0 6px}}.md-popover.md-rendering{opacity:0;transition:none!important}.md-dialog{position:fixed;top:0;left:0;right:0;bottom:0;align-items:center;justify-content:center;pointer-events:none;display:flex;transition-duration:.2s;z-index:11}.md-dialog.md-dialog-enter-to .md-dialog-container,.md-dialog.md-dialog-leave .md-dialog-container{opacity:1;transform:scale(1)}.md-dialog.md-dialog-enter .md-dialog-container,.md-dialog.md-dialog-leave-to .md-dialog-container{opacity:0;transform:scale(.9)}.md-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);min-width:280px;max-width:80%;max-height:80%;margin:auto;display:flex;flex-flow:column;overflow:hidden;border-radius:2px;-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:auto;opacity:1;transform-origin:center center;transition:opacity .15s cubic-bezier(.25,.8,.25,1),transform .2s cubic-bezier(.25,.8,.25,1);will-change:opacity,transform}.md-dialog-container.md-dialog-enter-to,.md-dialog-container.md-dialog-leave{opacity:1;transform:translate(-50%,-50%) scale(1)}.md-dialog-container.md-dialog-enter,.md-dialog-container.md-dialog-leave-to{opacity:0;transform:translate(-50%,-50%) scale(.9)}.md-dialog-container .md-tabs{flex:1;max-width:100%}.md-dialog-container .md-tabs-navigation{padding:0 12px}@media (max-width:600px){.md-dialog.md-dialog-enter-to .md-dialog-fullscreen,.md-dialog.md-dialog-leave .md-dialog-fullscreen{opacity:0;transform:translateY(30%)}.md-dialog.md-dialog-enter .md-dialog-fullscreen,.md-dialog.md-dialog-leave-to .md-dialog-fullscreen{opacity:1;transform:translate(0)}.md-dialog-container .md-tab{padding:12px}.md-dialog-fullscreen{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0;transform:none}.md-dialog-fullscreen.md-dialog-enter,.md-dialog-fullscreen.md-dialog-leave-to{opacity:0;transform:translate3D(0,30%,0)}.md-dialog-fullscreen.md-dialog-enter-to,.md-dialog-fullscreen.md-dialog-leave{opacity:1;transform:translate3D(0,0,0)}}.md-dialog-title{margin-bottom:20px;padding:24px 24px 0}.md-dialog-content{padding:0 24px 24px;flex:1;flex-basis:auto;overflow:auto;position:relative}.md-dialog-content:first-child{padding-top:24px}.md-dialog-content p:first-child:not(:only-child){margin-top:0}.md-dialog-content p:last-child:not(:only-child){margin-bottom:0}.md-dialog-actions{min-height:52px;padding:8px 8px 8px 24px;display:flex;align-items:center;justify-content:flex-end;position:relative}.md-dialog-actions:before{height:1px;position:absolute;top:-1px;right:0;left:0;content:\" \"}.md-dialog-actions .md-button{min-width:64px;margin:0}.md-dialog-actions .md-button+.md-button{margin-left:8px}.md-divider{height:1px;margin:0;padding:0;display:block;border:0;transition:margin-left .3s cubic-bezier(.4,0,.2,1);will-change:margin-left}.md-divider.md-inset{margin-left:72px}.md-drawer{position:absolute;top:0;bottom:0;left:0;z-index:8;transform:translate3D(-100%,0,0);transition:transform .4s cubic-bezier(.25,.8,.25,1);will-change:transform,box-shadow;width:400px;max-width:calc(100vw - 56px);overflow-x:hidden;overflow-y:auto}.md-drawer.md-right{right:0;left:auto;transform:translate3D(100%,0,0)}.md-drawer.md-fixed{position:fixed}.md-drawer.md-active{transform:translate3D(0,0,0);transition-timing-function:cubic-bezier(.4,0,.2,1)}.md-drawer.md-temporary.md-left+.md-app-container .md-content{border-left:none}.md-drawer.md-temporary.md-right-previous+.md-app-container .md-content{border-right:none}.md-drawer.md-temporary.md-active{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.md-drawer.md-persistent:not(.md-active).md-left+.md-app-container .md-content{border-left:none}.md-drawer.md-persistent:not(.md-active).md-right-previous+.md-app-container .md-content{border-right:none}.md-drawer.md-persistent-mini{transform:translate3D(0,64px,0);transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:transform,width;will-change:transform,box-shadow}.md-drawer.md-persistent-mini.md-left{border-right:1px solid}.md-drawer.md-persistent-mini.md-right{border-left:1px solid}.md-drawer.md-persistent-mini.md-active.md-left+.md-app-container .md-content{border-left:none}.md-drawer.md-persistent-mini.md-active.md-right-previous+.md-app-container .md-content{border-right:none}.md-drawer.md-persistent-mini:not(.md-active){width:70px!important;z-index:1;white-space:nowrap}.md-drawer.md-persistent-mini:not(.md-active) .md-toolbar{display:none}.md-drawer.md-persistent-mini:not(.md-active) .md-list-item-content{padding:0 23px}.md-drawer.md-persistent-mini.md-active{position:relative;transform:translate3D(0,0,0);white-space:normal}.md-drawer .md-list-item-container{font-size:14px;text-transform:none}@media (max-width:600px){.md-drawer{width:320px}.md-drawer.md-active{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}}@media (min-width:600px){.md-drawer:not(.md-temporary)~.md-overlay{background:none;pointer-events:none}.md-drawer.md-permanent{position:relative;transform:translate3D(0,0,0)}.md-drawer.md-permanent-full{z-index:3}.md-drawer.md-permanent-full .md-list{padding-top:0}.md-drawer.md-permanent-card,.md-drawer.md-permanent-clipped{z-index:1}.md-drawer.md-permanent-card{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);position:relative;border-radius:2px;transition:.3s cubic-bezier(.4,0,.2,1);transition-property:color,background-color;will-change:color,background-color;margin:8px;z-index:1}}@media (min-width:960px){.md-drawer.md-permanent-card{margin:16px}}@media (min-width:1280px){.md-drawer.md-permanent-card{margin:24px}}.md-elevation-0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.md-elevation-1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.md-elevation-2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.md-elevation-3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.md-elevation-4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.md-elevation-5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.md-elevation-6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.md-elevation-7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.md-elevation-8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-elevation-9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.md-elevation-10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.md-elevation-11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.md-elevation-12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.md-elevation-13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.md-elevation-14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.md-elevation-15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.md-elevation-16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.md-elevation-17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.md-elevation-18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.md-elevation-19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.md-elevation-20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.md-elevation-21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.md-elevation-22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.md-elevation-23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.md-elevation-24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.md-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:420px;padding:36px;margin:0 auto;position:relative;transition:opacity .15s cubic-bezier(0,0,.2,1),transform .3s cubic-bezier(0,0,.2,1);will-change:transform,opacity}.md-empty-state.md-rounded{max-width:auto;border-radius:50%}.md-empty-state.md-rounded .md-empty-state-container{padding:40px;position:absolute;top:0;right:0;bottom:0;left:0}.md-empty-state .md-button{margin:.5em 0 0}.md-empty-state-enter{opacity:0;transform:scale(.87)}.md-empty-state-enter .md-empty-state-container{opacity:0}.md-empty-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:opacity .4s cubic-bezier(.4,0,.2,1);will-change:opacity}.md-empty-state-icon{width:160px;min-width:160px;height:160px;font-size:160px!important;margin:0}.md-empty-state-label{font-size:26px;font-weight:500;line-height:40px}.md-empty-state-description{margin:1em 0;font-size:16px;line-height:24px}.md-menu.md-select{display:flex;flex:1;overflow:auto}.md-menu.md-select:not(.md-disabled) .md-icon,.md-menu.md-select:not(.md-disabled) .md-input{cursor:pointer;outline:none}.md-menu.md-select .md-input{flex:1;min-width:0}.md-menu.md-select .md-input-fake,.md-menu.md-select select{width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute;clip:rect(0 0 0 0);border:0}.md-menu-content.md-select-menu{z-index:12;width:100%}.md-menu-content.md-select-menu.md-menu-content-enter{transform:translate3d(0,-8px,0) scaleY(.3)}.md-menu-content.md-select-menu .md-list{transition:opacity .3s cubic-bezier(.55,0,.55,.2)}.md-menu{display:inline-block}.md-menu>.md-button{margin:0}.md-menu-content{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);min-width:112px;max-width:280px;max-height:35vh;display:flex;flex-direction:row;position:absolute;z-index:9;border-radius:2px;transition:transform .2s cubic-bezier(.25,.8,.25,1),opacity .3s cubic-bezier(.25,.8,.25,1);will-change:opacity,transform,top,left!important}.md-menu-content.md-shallow{position:fixed!important;top:-9999em!important;left:-9999em!important;pointer-events:none}.md-menu-content.md-menu-content-enter-active{opacity:1;transform:translateZ(0)}.md-menu-content.md-menu-content-leave-active{transition:opacity .4s cubic-bezier(.4,0,.2,1);opacity:0}.md-menu-content.md-menu-content-enter.md-menu-content-top-start{transform-origin:bottom left;transform:translate3d(0,8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-top-end{transform-origin:bottom right;transform:translate3d(0,8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-right-start{transform-origin:left top;transform:translate3d(0,-8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-right-end{transform-origin:left bottom;transform:translate3d(0,8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-bottom-start{transform-origin:top left;transform:translate3d(0,-8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-bottom-end{transform-origin:top right;transform:translate3d(0,-8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-left-start{transform-origin:right top;transform:translate3d(0,-8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter.md-menu-content-left-end{transform-origin:right bottom;transform:translate3d(0,8px,0) scaleY(.95)}.md-menu-content.md-menu-content-enter .md-list{opacity:0}.md-menu-content.md-menu-content-medium{min-width:168px}.md-menu-content.md-menu-content-big{min-width:224px}.md-menu-content.md-menu-content-huge{min-width:280px}.md-menu-content-container{flex:1;overflow:auto}.md-menu-content-container .md-list{transition:opacity .3s cubic-bezier(.25,.8,.25,1);will-change:opacity;font-family:Roboto,sans-serif;text-transform:none;white-space:nowrap}.md-menu-content-container .md-list .md-list-item-container{height:100%}@media (max-width:960px){.md-menu-content-container .md-list{font-size:14px}}.md-list{margin:0;padding:8px 0;display:flex;flex-flow:column nowrap;position:relative;list-style:none}.md-list.md-dense{padding:4px 0}.md-list .md-divider{margin-top:-1px}.md-list .md-subheader.md-inset{padding-left:72px}.md-list>.md-subheader:first-of-type{margin-top:-8px}.md-optgroup .md-subheader{text-transform:uppercase}.md-optgroup .md-ripple.md-list-item-content{padding-left:24px}.md-file{display:flex;flex:1}.md-file input[type=file]{width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute;clip:rect(0 0 0 0);border:0}.md-file .md-file-icon:not(.md-disabled){cursor:pointer}.md-file .md-file-icon.md-disabled{pointer-events:none}.md-highlight-text{flex:1}.md-highlight-text-match{font-weight:500}.md-image{display:flex;justify-content:center;align-items:center}.md-layout{display:flex;flex-wrap:wrap}.md-layout .md-layout{flex:1}.md-layout .md-layout-nowrap{flex-wrap:nowrap}.md-layout.md-centered{width:100%;max-width:1200px;margin:0 auto}.md-layout.md-gutter{margin-right:-20px;margin-left:-20px}.md-layout.md-gutter>.md-layout-item{padding-right:20px;padding-left:20px}@media (max-width:1903px){.md-layout.md-gutter{margin-right:-20px;margin-left:-20px}.md-layout.md-gutter>.md-layout-item{padding-right:20px;padding-left:20px}}@media (max-width:1280px){.md-layout.md-gutter{margin-right:-12px;margin-left:-12px}.md-layout.md-gutter>.md-layout-item{padding-right:12px;padding-left:12px}}@media (max-width:960px){.md-layout.md-gutter{margin-right:-8px;margin-left:-8px}.md-layout.md-gutter>.md-layout-item{padding-right:8px;padding-left:8px}}@media (max-width:600px){.md-layout.md-gutter{margin-right:-4px;margin-left:-4px}.md-layout.md-gutter>.md-layout-item{padding-right:4px;padding-left:4px}}.md-layout.md-alignment-top-left{justify-content:flex-start;align-items:flex-start}.md-layout.md-alignment-top-center{justify-content:center;align-items:flex-start}.md-layout.md-alignment-top-right{justify-content:flex-end;align-items:flex-start}.md-layout.md-alignment-top-space-around{justify-content:space-around;align-items:flex-start}.md-layout.md-alignment-top-space-between{justify-content:space-between;align-items:flex-start}.md-layout.md-alignment-center-left{justify-content:flex-start;align-items:center}.md-layout.md-alignment-center,.md-layout.md-alignment-center-center{justify-content:center;align-items:center}.md-layout.md-alignment-center-right{justify-content:flex-end;align-items:center}.md-layout.md-alignment-center-space-around{justify-content:space-around;align-items:center}.md-layout.md-alignment-center-space-between{justify-content:space-between;align-items:center}.md-layout.md-alignment-bottom-left{justify-content:flex-start;align-items:flex-end}.md-layout.md-alignment-bottom-center{justify-content:center;align-items:flex-end}.md-layout.md-alignment-bottom-right{justify-content:flex-end;align-items:flex-end}.md-layout.md-alignment-bottom-space-around{justify-content:space-around;align-items:flex-end}.md-layout.md-alignment-bottom-space-between{justify-content:space-between;align-items:flex-end}.md-layout.md-alignment-space-around-left{justify-content:flex-start;align-items:space-around}.md-layout.md-alignment-space-around-center{justify-content:center;align-items:space-around}.md-layout.md-alignment-space-around-right{justify-content:flex-end;align-items:space-around}.md-layout.md-alignment-space-around-space-around{justify-content:space-around;align-items:space-around}.md-layout.md-alignment-space-around-space-between{justify-content:space-between;align-items:space-around}.md-layout.md-alignment-space-between-left{justify-content:flex-start;align-items:space-between}.md-layout.md-alignment-space-between-center{justify-content:center;align-items:space-between}.md-layout.md-alignment-space-between-right{justify-content:flex-end;align-items:space-between}.md-layout.md-alignment-space-between-space-around{justify-content:space-around;align-items:space-between}.md-layout.md-alignment-space-between-space-between{justify-content:space-between;align-items:space-between}.md-layout-item{flex:1 1}.md-layout-item.md-layout{margin:0}.md-layout-item.md-size{flex:1 1}.md-layout-item.md-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}@media (min-width:1904px){.md-layout-item.md-xlarge-size{flex:1 1}.md-layout-item.md-xlarge-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-xlarge-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-xlarge-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-xlarge-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-xlarge-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-xlarge-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-xlarge-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-xlarge-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-xlarge-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-xlarge-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-xlarge-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-xlarge-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-xlarge-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-xlarge-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-xlarge-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-xlarge-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-xlarge-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-xlarge-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-xlarge-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-xlarge-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-xlarge-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-xlarge-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}}@media (max-width:1903px){.md-layout-item.md-large-size{flex:1 1}.md-layout-item.md-large-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-large-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-large-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-large-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-large-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-large-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-large-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-large-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-large-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-large-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-large-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-large-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-large-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-large-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-large-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-large-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-large-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-large-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-large-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-large-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-large-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-large-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}}@media (max-width:1280px){.md-layout-item.md-medium-size{flex:1 1}.md-layout-item.md-medium-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-medium-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-medium-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-medium-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-medium-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-medium-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-medium-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-medium-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-medium-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-medium-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-medium-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-medium-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-medium-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-medium-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-medium-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-medium-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-medium-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-medium-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-medium-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-medium-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-medium-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-medium-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}}@media (max-width:960px){.md-layout-item.md-small-size{flex:1 1}.md-layout-item.md-small-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-small-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-small-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-small-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-small-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-small-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-small-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-small-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-small-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-small-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-small-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-small-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-small-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-small-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-small-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-small-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-small-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-small-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-small-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-small-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-small-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-small-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}}@media (max-width:600px){.md-layout-item.md-xsmall-size{flex:1 1}.md-layout-item.md-xsmall-size-5{min-width:5%;max-width:5%;flex:0 1 5%}.md-layout-item.md-xsmall-size-10{min-width:10%;max-width:10%;flex:0 1 10%}.md-layout-item.md-xsmall-size-15{min-width:15%;max-width:15%;flex:0 1 15%}.md-layout-item.md-xsmall-size-20{min-width:20%;max-width:20%;flex:0 1 20%}.md-layout-item.md-xsmall-size-25{min-width:25%;max-width:25%;flex:0 1 25%}.md-layout-item.md-xsmall-size-30{min-width:30%;max-width:30%;flex:0 1 30%}.md-layout-item.md-xsmall-size-35{min-width:35%;max-width:35%;flex:0 1 35%}.md-layout-item.md-xsmall-size-40{min-width:40%;max-width:40%;flex:0 1 40%}.md-layout-item.md-xsmall-size-45{min-width:45%;max-width:45%;flex:0 1 45%}.md-layout-item.md-xsmall-size-50{min-width:50%;max-width:50%;flex:0 1 50%}.md-layout-item.md-xsmall-size-55{min-width:55%;max-width:55%;flex:0 1 55%}.md-layout-item.md-xsmall-size-60{min-width:60%;max-width:60%;flex:0 1 60%}.md-layout-item.md-xsmall-size-65{min-width:65%;max-width:65%;flex:0 1 65%}.md-layout-item.md-xsmall-size-70{min-width:70%;max-width:70%;flex:0 1 70%}.md-layout-item.md-xsmall-size-75{min-width:75%;max-width:75%;flex:0 1 75%}.md-layout-item.md-xsmall-size-80{min-width:80%;max-width:80%;flex:0 1 80%}.md-layout-item.md-xsmall-size-85{min-width:85%;max-width:85%;flex:0 1 85%}.md-layout-item.md-xsmall-size-90{min-width:90%;max-width:90%;flex:0 1 90%}.md-layout-item.md-xsmall-size-95{min-width:95%;max-width:95%;flex:0 1 95%}.md-layout-item.md-xsmall-size-33{min-width:33.3333%;max-width:33.3333%;flex:0 1 33.3333%}.md-layout-item.md-xsmall-size-66{min-width:66.6666%;max-width:66.6666%;flex:0 1 66.6666%}.md-layout-item.md-xsmall-size-100{min-width:100%;max-width:100%;margin-left:0!important;flex:1 1 100%}}.md-hide{display:none}@media (min-width:1904px){.md-xlarge-hide{display:none}}@media (max-width:1903px){.md-large-hide{display:none}}@media (max-width:1280px){.md-medium-hide{display:none}}@media (max-width:960px){.md-small-hide{display:none}}@media (max-width:600px){.md-xsmall-hide{display:none}}.md-list-item{height:auto;position:relative;z-index:2}.md-list-item.md-inset .md-list-item-content{padding-left:72px}.md-list-item .md-icon{margin:0;transition-property:color,margin-right}.md-list-item-container{width:100%;font-size:16px;font-weight:400;text-align:left;text-transform:none}.md-list-item-container:not(.md-list-item-default):not([disabled])>.md-list-item-content{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.md-list-item-container.md-button-clean:hover{opacity:1;text-decoration:none}.md-list-item-content{min-height:48px;padding:4px 16px;display:flex;align-items:center;justify-content:space-between;transition:padding .4s cubic-bezier(.25,.8,.25,1);will-change:padding}.md-list.md-dense .md-list-item-content{min-height:40px;font-size:13px}.md-list.md-dense .md-list-item-content>.md-avatar{margin-top:0;margin-bottom:0}.md-list.md-dense .md-list-item-content>.md-avatar:not(.md-small){width:36px;min-width:36px;height:36px}.md-list.md-dense .md-list-item-content>.md-avatar:first-child{margin-right:20px}.md-list.md-double-line .md-list-item-content{min-height:72px}.md-list.md-double-line.md-dense .md-list-item-content{min-height:60px}.md-list.md-triple-line .md-list-item-content{min-height:88px}.md-list.md-triple-line.md-dense .md-list-item-content{min-height:76px}.md-list-item-content .md-list-action{margin:0 -10px 0 0}.md-list-item-content .md-list-action:last-of-type{margin:0 -10px 0 16px}.md-list.md-triple-line .md-list-item-content .md-list-action:last-of-type{align-self:flex-start}.md-list-item-content>.md-icon:first-child{margin-right:32px}.md-list-item-content>.md-icon:last-child{margin-left:16px}.md-list-item-content>.md-checkbox,.md-list-item-content>.md-radio{margin:0}.md-list-item-content>.md-checkbox:first-child,.md-list-item-content>.md-radio:first-child{margin-right:36px}.md-list-item-content>.md-switch{margin:0}.md-list-item-content>.md-switch:first-child{margin-right:22px}.md-list-item-content>.md-avatar{margin:4px 0}.md-list-item-content>.md-avatar:first-child{margin-right:16px}.md-list-item-text{flex:1;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;line-height:1.25em;white-space:nowrap}.md-list.md-dense .md-list-item-text{font-size:13px}.md-list-item-text *{width:100%;margin:0;overflow:hidden;line-height:1.25em;text-overflow:ellipsis}.md-list-item-text :nth-child(2),.md-list-item-text :nth-child(3){font-size:14px}.md-list.md-dense .md-list-item-text *{font-size:13px}.md-list-item-expand{border-top:1px solid transparent;border-bottom:1px solid transparent;transition:border .4s cubic-bezier(.25,.8,.25,1);will-change:border}.md-list-item-expand.md-active>.md-list-item-content>.md-list-expand-icon{perspective:1000px;perspective-origin:50% 50%;transform:rotateX(180deg)}.md-list-item-expand.md-active .md-list-expand{opacity:1;transform:translate3D(0,0,0)}.md-list-item-expand .md-list-expand{height:0;opacity:0;overflow:hidden;transform:translate3D(0,-24px,0);transition:.4s cubic-bezier(.25,.8,.25,1);transition-property:transform,opacity;will-change:transform,opacity}.md-list-item-expand .md-list-expand-icon{transition:transform .4s cubic-bezier(.25,.8,.25,1);will-change:transform}@keyframes b{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(.5,0,.7,.5);transform:translateX(0)}60%{animation-timing-function:cubic-bezier(.3,.38,.55,.96);transform:translateX(83.67%)}to{transform:translateX(200.61%)}}@keyframes c{0%{transform:scaleX(.08)}35%{animation-timing-function:cubic-bezier(.33,.12,.79,1);transform:scaleX(.08)}70%{animation-timing-function:cubic-bezier(.06,.11,.6,1);transform:scaleX(.66)}to{transform:scaleX(.08)}}@keyframes d{0%{animation-timing-function:cubic-bezier(.15,0,.52,.41);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(.31,.28,.8,.73);transform:translateX(37.65%)}50%{animation-timing-function:cubic-bezier(.4,.63,.6,.9);transform:translateX(84.39%)}to{transform:translateX(160.28%)}}@keyframes e{0%{animation-timing-function:cubic-bezier(.15,0,.52,.41);transform:scaleX(.08)}20%{animation-timing-function:cubic-bezier(.31,.28,.8,.73);transform:scaleX(.46)}45%{animation-timing-function:cubic-bezier(.4,.63,.6,.9);transform:scaleX(.73)}to{transform:scaleX(.08)}}@keyframes f{to{transform:translate3D(-8px,0,0)}}.md-progress-bar{height:5px;overflow:hidden;position:relative;transform:translateZ(0) scaleY(1);transform-origin:center center;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.md-progress-bar.md-indeterminate .md-progress-bar-track,.md-progress-bar.md-query .md-progress-bar-track{left:-150%;animation:b 2s infinite linear}.md-progress-bar.md-indeterminate .md-progress-bar-track:after,.md-progress-bar.md-query .md-progress-bar-track:after{animation:c 2s infinite linear}.md-progress-bar.md-indeterminate .md-progress-bar-fill,.md-progress-bar.md-query .md-progress-bar-fill{left:-55%;animation:d 2s infinite linear}.md-progress-bar.md-indeterminate .md-progress-bar-fill:after,.md-progress-bar.md-query .md-progress-bar-fill:after{animation:e 2s infinite linear}.md-progress-bar.md-buffer .md-progress-bar-buffer,.md-progress-bar.md-buffer .md-progress-bar-fill,.md-progress-bar.md-buffer .md-progress-bar-track,.md-progress-bar.md-determinate .md-progress-bar-buffer,.md-progress-bar.md-determinate .md-progress-bar-fill,.md-progress-bar.md-determinate .md-progress-bar-track{transition:.25s cubic-bezier(.25,.8,.25,1)}.md-progress-bar.md-determinate .md-progress-bar-track{display:none}.md-progress-bar.md-buffer .md-progress-bar-buffer{border-top:4px dotted;animation:f .25s infinite linear}.md-progress-bar.md-query{transform:rotate(180deg)}.md-progress-bar-enter,.md-progress-bar-leave-active{opacity:.5;transform:translateZ(0) scaleY(0)}.md-progress-bar-buffer,.md-progress-bar-fill,.md-progress-bar-track{transform-origin:top left}.md-progress-bar-buffer,.md-progress-bar-buffer:after,.md-progress-bar-fill,.md-progress-bar-fill:after,.md-progress-bar-track,.md-progress-bar-track:after{width:100%;height:100%;position:absolute;will-change:transform}.md-progress-bar-buffer:after,.md-progress-bar-fill:after,.md-progress-bar-track:after{display:inline-block;left:0;content:\" \"}@keyframes g{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes h{0%{opacity:0;transform:rotate(-90deg) translateZ(0)}20%{opacity:1}to{transform:rotate(270deg) translateZ(0)}}@keyframes i{0%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(0)}12.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(0)}12.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(72.5deg)}25%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(72.5deg)}25.1%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(270deg)}37.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(270deg)}37.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(161.5deg)}50%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(161.5deg)}50.01%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(180deg)}62.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(180deg)}62.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(251.5deg)}75%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(251.5deg)}75.01%{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotate(90deg)}87.5%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotate(90deg)}87.51%{stroke-dashoffset:var(--md-progress-spinner-end-value);transform:rotateX(180deg) rotate(341.5deg)}to{stroke-dashoffset:var(--md-progress-spinner-start-value);transform:rotateX(180deg) rotate(341.5deg)}}.md-progress-spinner{display:inline-flex;position:relative}.md-progress-spinner.md-indeterminate{animation:g 2s linear infinite}.md-progress-spinner.md-indeterminate.md-progress-spinner-enter .md-progress-spinner-draw,.md-progress-spinner.md-indeterminate.md-progress-spinner-leave-to .md-progress-spinner-draw{opacity:0;transform:scale(.1)}.md-progress-spinner.md-indeterminate.md-progress-spinner-enter-active,.md-progress-spinner.md-indeterminate.md-progress-spinner-leave-active{transition-duration:.4s;animation:none}.md-progress-spinner.md-indeterminate .md-progress-spinner-circle{animation:4s infinite cubic-bezier(.25,.8,.25,1);animation-name:i}.md-progress-spinner.md-determinate.md-progress-spinner-enter-active{transition-duration:2s}.md-progress-spinner.md-determinate.md-progress-spinner-enter-active .md-progress-spinner-draw{animation:h 1.98s cubic-bezier(.25,.8,.25,1) forwards}.md-progress-spinner.md-determinate.md-progress-spinner-leave-active{transition-duration:2s}.md-progress-spinner.md-determinate.md-progress-spinner-leave-active .md-progress-spinner-draw{animation:h reverse 1.98s cubic-bezier(.25,.8,.25,1) forwards}.md-progress-spinner.md-determinate .md-progress-spinner-draw{transition:none}.md-progress-spinner-draw{overflow:visible;transform:scale(1) rotate(-90deg);transform-origin:center;transition:.4s cubic-bezier(.25,.8,.25,1);will-change:opacity,transform}.md-progress-spinner-circle{fill:none;transform-origin:center;transition:stroke-dashoffset .25s cubic-bezier(.25,.8,.25,1);will-change:stroke-dashoffset,stroke-dasharray,stroke-width,animation-name,r}.md-radio{width:auto;margin:16px 16px 16px 0;display:inline-flex;position:relative}.md-radio:not(.md-disabled),.md-radio:not(.md-disabled) .md-radio-label{cursor:pointer}.md-radio .md-radio-container{width:20px;min-width:20px;height:20px;position:relative;border:2px solid transparent;border-radius:50%;transition:.4s cubic-bezier(.25,.8,.25,1)}.md-radio .md-radio-container:focus{outline:none}.md-radio .md-radio-container:after,.md-radio .md-radio-container:before{position:absolute;transition:.4s cubic-bezier(.55,0,.55,.2);content:\" \"}.md-radio .md-radio-container:before{width:48px;height:48px;top:50%;left:50%;z-index:6;border-radius:50%;transform:translate(-50%,-50%)}.md-radio .md-radio-container:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;opacity:0;transform:scale3D(.38,.38,1);content:\" \"}.md-radio .md-radio-container .md-ripple{width:48px!important;height:48px!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%);border-radius:50%}.md-radio .md-radio-container input{position:absolute;left:-999em}.md-radio .md-radio-label{height:20px;padding-left:16px;position:relative;line-height:20px}.md-radio.md-checked .md-radio-container:after{opacity:1;transform:scale3D(1,1,1);transition:.4s cubic-bezier(.25,.8,.25,1)}.md-radio.md-required label:after{position:absolute;top:2px;right:0;transform:translateX(calc(100% + 2px));content:\"*\";line-height:1em;vertical-align:top}.md-snackbar{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);min-width:288px;max-width:568px;min-height:48px;max-height:80px;padding:14px 24px;display:flex;align-items:center;position:fixed;z-index:14;border-radius:2px;transition:.4s cubic-bezier(.4,0,.2,1);will-change:background-color,color,opacity,transform}.md-snackbar.md-position-center{margin:0 auto;right:0;bottom:0;left:0}.md-snackbar.md-position-center.md-snackbar-enter,.md-snackbar.md-position-center.md-snackbar-leave-active{transform:translate3D(0,calc(100% + 8px),0)}.md-snackbar.md-position-left{bottom:24px;left:24px}.md-snackbar.md-position-left.md-snackbar-enter,.md-snackbar.md-position-left.md-snackbar-leave-active{transform:translate3D(0,calc(100% + 32px),0)}.md-snackbar-enter,.md-snackbar-enter .md-snackbar-content,.md-snackbar-leave-active,.md-snackbar-leave-active .md-snackbar-content{opacity:0}.md-snackbar-content{flex:1;display:flex;align-items:center;justify-content:space-between;transition:opacity .38s cubic-bezier(.55,0,.55,.2)}.md-snackbar-content .md-button{min-width:0;margin:-8px -8px -8px 36px}.md-snackbar-content .md-button+.md-button{margin-left:16px}@media (max-width:600px){.md-snackbar{left:0;transform:none;border-radius:0}.md-snackbar-content .md-button{margin-left:12px}}.md-speed-dial{display:inline-flex;flex-direction:column}.md-speed-dial.md-top-left,.md-speed-dial.md-top-right{position:absolute;top:24px}.md-speed-dial.md-bottom-left,.md-speed-dial.md-bottom-right{position:absolute;bottom:24px}.md-speed-dial.md-bottom-center,.md-speed-dial.md-top-center{position:absolute;left:50%;transform:translateX(-50%)}.md-speed-dial.md-top-center{top:24px}.md-speed-dial.md-bottom-center{bottom:24px}.md-speed-dial.md-bottom-right,.md-speed-dial.md-top-right{right:24px}.md-speed-dial.md-bottom-left,.md-speed-dial.md-top-left{left:24px}.md-speed-dial.md-fixed{position:fixed}.md-speed-dial.md-direction-top.md-effect-fling .md-speed-dial-content .md-button{transform:translate3d(0,50%,0) scale(.8)}.md-speed-dial.md-direction-top .md-speed-dial-target{order:2;margin-bottom:0!important}.md-speed-dial.md-direction-top .md-speed-dial-content{order:1}.md-speed-dial.md-direction-top .md-speed-dial-content .md-button:first-child{margin-top:0}.md-speed-dial.md-direction-bottom.md-effect-fling .md-speed-dial-content .md-button{transform:translate3d(0,-50%,0) scale(.8)}.md-speed-dial.md-direction-bottom .md-speed-dial-target{order:1;margin-top:0!important}.md-speed-dial.md-direction-bottom .md-speed-dial-content{order:2}.md-speed-dial.md-direction-bottom .md-speed-dial-content .md-button:last-child{margin-bottom:0}.md-speed-dial.md-effect-scale .md-speed-dial-content .md-button{transform:scale(.3)}.md-speed-dial.md-active .md-morph-initial,.md-speed-dial.md-with-hover:hover .md-morph-initial{opacity:0;transform:translate3D(-50%,-50%,0) rotate(90deg) scale(.7)}.md-speed-dial.md-active .md-morph-final,.md-speed-dial.md-with-hover:hover .md-morph-final{opacity:1;transform:translate3D(-50%,-50%,0) rotate(0deg) scale(1)}.md-speed-dial.md-active .md-speed-dial-content .md-button,.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button{pointer-events:auto;opacity:1;transform:translateZ(0) scale(1)!important;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.25,.8,.25,1)}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index=\"0\"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index=\"0\"]{transition-delay:0s}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index=\"1\"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index=\"1\"]{transition-delay:.1s}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index=\"2\"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index=\"2\"]{transition-delay:.2s}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index=\"3\"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index=\"3\"]{transition-delay:.3s}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index=\"4\"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index=\"4\"]{transition-delay:.4s}.md-speed-dial.md-active .md-speed-dial-content .md-button[md-button-index=\"5\"],.md-speed-dial.md-with-hover:hover .md-speed-dial-content .md-button[md-button-index=\"5\"]{transition-delay:.5s}.md-speed-dial .md-button{margin:6px 0}.md-speed-dial .md-speed-dial-content .md-button{pointer-events:none;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform 0s cubic-bezier(.4,0,.2,1) .3s;will-change:opacity,transform}.md-speed-dial .md-morph-final,.md-speed-dial .md-morph-initial{position:absolute;top:50%;left:50%;transform:translate3D(-50%,-50%,0);transition:.3s cubic-bezier(.25,.8,.25,1);transition-property:opacity,transform;will-change:opacity,transform}.md-speed-dial .md-morph-final{opacity:0;transform:translate3D(-50%,-50%,0) scale(.7) rotate(-90deg)}.md-speed-dial-target{z-index:1}.md-speed-dial-content{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.md-speed-dial-content,.md-steppers{transition:.3s cubic-bezier(.4,0,.2,1)}.md-steppers{transition-property:color,background-color;will-change:color,background-color}.md-steppers.md-no-transition *{transition:none!important}.md-steppers.md-dynamic-height .md-steppers-wrapper{transition:height .3s cubic-bezier(.4,0,.2,1);will-change:height}.md-steppers.md-horizontal.md-alternative .md-stepper-header{height:104px}.md-steppers.md-horizontal.md-alternative .md-stepper-header:first-of-type .md-stepper-icon:before,.md-steppers.md-horizontal.md-alternative .md-stepper-header:first-of-type .md-stepper-number:before,.md-steppers.md-horizontal.md-alternative .md-stepper-header:last-of-type .md-stepper-icon:after,.md-steppers.md-horizontal.md-alternative .md-stepper-header:last-of-type .md-stepper-number:after{content:none}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-ripple{justify-content:center}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content{padding-top:16px;flex-direction:column}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content:after,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content:before{content:none}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-text{height:32px;justify-content:flex-start;text-align:center}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number{margin:0 8px 8px;position:relative}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:after,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:before,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:after,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:before{width:9999%;height:1px;position:absolute;top:50%;z-index:2;transition:background-color .3s cubic-bezier(.4,0,.2,1);will-change:background-color;content:\" \"}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:after,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:after{left:calc(100% + 8px)}.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon:before,.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number:before{right:32px}.md-steppers.md-vertical .md-stepper-header{height:56px}.md-steppers.md-vertical .md-stepper-header .md-ripple{padding:0 24px 0 16px}.md-steppers.md-vertical .md-steppers-container{display:block}.md-steppers.md-vertical .md-button-content:after,.md-steppers.md-vertical .md-button-content:before{content:none}.md-steppers.md-vertical .md-stepper-icon,.md-steppers.md-vertical .md-stepper-number{margin-right:12px}.md-steppers.md-vertical .md-stepper{flex:none;padding:0;position:relative}.md-steppers.md-vertical .md-stepper:last-of-type:after{content:none}.md-steppers.md-vertical .md-stepper:after{width:1px;position:absolute;top:48px;bottom:-8px;left:36px;z-index:2;transition:background-color .3s cubic-bezier(.4,0,.2,1);will-change:background-color;content:\" \"}.md-steppers-navigation{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);display:flex}.md-steppers-navigation .md-stepper-header{width:auto}.md-stepper-header{width:100%;height:72px;margin:0;flex:1;border-radius:0;font-weight:400;text-align:left;text-transform:none}.md-stepper-header:first-of-type .md-button-content:before,.md-stepper-header:last-of-type .md-button-content:after{content:none}.md-stepper-header.md-active,.md-stepper-header.md-error{font-weight:500}.md-stepper-header .md-ripple{padding:0 16px;justify-content:flex-start}.md-stepper-header .md-button-content{padding:0 8px;display:flex;align-items:center;transition:color .3s cubic-bezier(.4,0,.2,1);will-change:color}.md-stepper-header .md-button-content:after,.md-stepper-header .md-button-content:before{height:1px;position:absolute;top:50%;transition:background-color .3s cubic-bezier(.4,0,.2,1);will-change:background-color;content:\" \"}.md-stepper-header .md-button-content:after{width:9999%;left:100%}.md-stepper-header .md-button-content:before{width:16px;left:-16px}.md-stepper-header .md-button-content svg{transition:.3s cubic-bezier(.4,0,.2,1);transition-property:color,fill;will-change:color,fill}.md-stepper-text{display:flex;flex-direction:column;justify-content:center;line-height:16px;white-space:nowrap}.md-stepper-icon,.md-stepper-number{margin-right:8px;transition:color .3s cubic-bezier(.4,0,.2,1);will-change:color}.md-stepper-number{width:24px;height:24px;border-radius:24px;transition:.3s cubic-bezier(.4,0,.2,1);transition-property:color,background-color;will-change:color,background-color;font-size:12px;line-height:24px;text-align:center}.md-stepper-done{width:20px;height:20px;transform:translateY(-1px)}.md-stepper-editable{width:14px;height:14px;transform:translateY(-1px)}.md-stepper-description,.md-stepper-error{font-size:12px;font-weight:400;line-height:16px}.md-stepper-description{opacity:.54}.md-steppers-wrapper{overflow:hidden;transition:none;will-change:height}.md-steppers-container{display:flex;align-items:flex-start;flex-wrap:nowrap;transform:translateZ(0);transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.md-stepper{width:100%;flex:1 0 100%;padding:16px 24px}@media (max-width:960px){.md-stepper{padding:8px 16px}}.md-steppers.md-vertical .md-stepper-content{padding:0 24px 0 60px;height:0;overflow:hidden;opacity:0;transform:translate3D(0,-20px,0);transition:.35s cubic-bezier(.25,.8,.25,1);transition-property:opacity,transform,height,padding-bottom;will-change:opacity,transform,height,padding-bottom}.md-steppers.md-vertical .md-stepper-content.md-active{height:auto;padding-bottom:40px;opacity:1;transform:translate3D(0,0,0)}.md-subheader{min-height:48px;padding:0 16px;display:flex;align-items:center;flex-flow:row wrap;font-size:14px;font-weight:500}.md-switch{width:auto;margin:16px 16px 16px 0;display:inline-flex;position:relative}.md-switch:not(.md-disabled),.md-switch:not(.md-disabled) .md-switch-label{cursor:pointer}.md-switch .md-switch-container{width:34px;min-width:34px;height:14px;margin:3px 0;display:flex;align-items:center;position:relative;border-radius:14px;transition:.4s cubic-bezier(.25,.8,.25,1)}.md-switch .md-switch-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);width:20px;height:20px;position:relative;border-radius:50%;transition:.4s cubic-bezier(.25,.8,.25,1)}.md-switch .md-switch-thumb:before{width:48px;height:48px;position:absolute;top:50%;left:50%;z-index:6;transform:translate(-50%,-50%);content:\" \"}.md-switch .md-switch-thumb .md-ripple{width:48px!important;height:48px!important;top:50%!important;left:50%!important;position:absolute;transform:translate(-50%,-50%);border-radius:50%}.md-switch .md-switch-thumb input{position:absolute;left:-999em}.md-switch .md-switch-label{height:20px;padding-left:16px;position:relative;line-height:20px}.md-switch.md-checked .md-switch-thumb{transform:translate3d(15px,0,0)}.md-switch.md-required label:after{position:absolute;top:2px;right:0;transform:translateX(calc(100% + 2px));content:\"*\";line-height:1em;vertical-align:top}.md-table{display:flex;flex-flow:column wrap;overflow-x:auto}.md-table .md-table-fixed-header{position:relative}.md-table .md-table-fixed-header .md-table-fixed-header-container{flex:1;overflow-x:auto}.md-table .md-table-fixed-header .md-table-fixed-header-container::-webkit-scrollbar,.md-table .md-table-fixed-header .md-table-fixed-header-container::-webkit-scrollbar-button,.md-table .md-table-fixed-header .md-table-fixed-header-container::-webkit-scrollbar-thumb{display:none}.md-table .md-table-fixed-header-active{border-bottom:1px solid}.md-table .md-table-content{flex:1;overflow-x:auto;transition:height .3s cubic-bezier(.4,0,.2,1)}.md-table .md-table-empty{display:flex;align-items:center;justify-content:center}.md-table table{width:100%;border-spacing:0;border-collapse:collapse;overflow:hidden}.md-table-head{padding:0;position:relative;font-size:12px;line-height:16px;text-align:left}.md-table-head:last-child:not(:first-child) .md-table-head-label{padding-right:24px}.md-table-head.md-numeric{text-align:right}.md-table-head.md-sortable:first-of-type .md-table-sortable-icon,.md-table-head.md-table-cell-selection+.md-sortable .md-table-sortable-icon{right:8px;left:auto}.md-table-head .md-icon{width:16px;height:16px;font-size:16px}.md-table-head .md-icon:not(.md-sortable-icon){margin:0 4px}.md-table-head .md-icon:first-child{margin-left:0}.md-table-head .md-icon:last-child{margin-right:0}.md-sortable{cursor:pointer}.md-sortable.md-sorted .md-table-sortable-icon,.md-sortable:hover .md-table-sortable-icon{opacity:1}.md-sortable.md-sorted-desc .md-table-sortable-icon{transform:translateY(-50%) rotate(180deg)}.md-table-head-container{height:56px;padding:14px 0}.md-table-head-container,.md-table-head-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md-table-head-label{height:28px;padding-right:32px;padding-left:24px;display:inline-block;position:relative;line-height:28px}.md-table-sortable-icon{position:absolute;top:50%;left:0;transition:.3s cubic-bezier(.4,0,.2,1);transform:translateY(-50%);opacity:0;color:rgba(0,0,0,.38)}.md-table-alternate-header{position:absolute;top:0;right:0;left:0;z-index:2;will-change:opacity,transform}.md-table-alternate-header-enter,.md-table-alternate-header-leave-active{opacity:0;transform:translate3d(0,-100%,0)}.md-table-alternate-header-enter-active{transition:.3s cubic-bezier(.4,0,.2,1)}.md-table-alternate-header-leave-active{transition:.2s cubic-bezier(.4,0,1,1)}.md-table-row{transition:.3s cubic-bezier(.4,0,.2,1);transition-property:background-color,font-weight;will-change:background-color,font-weight}.md-table-row.md-has-selection{cursor:pointer}.md-table-row.md-selected-single{font-weight:500}tbody .md-table-row td{border-top:1px solid}.md-table-cell-selection{width:66px}.md-table-cell-selection+td .md-table-cell-container,.md-table-cell-selection+th .md-table-head-label{padding-left:0}.md-table-cell-selection .md-table-cell-container,.md-table-cell-selection .md-table-cell-label,.md-table-cell-selection .md-table-head-container,.md-table-cell-selection .md-table-head-label{padding:0;display:flex;align-items:center;justify-content:center;overflow:visible}.md-table-cell-selection .md-checkbox{margin:0}.md-table-cell-selection .md-checkbox .md-checkbox-container{width:18px;min-width:18px;height:18px}.md-table-cell-selection .md-checkbox .md-checkbox-container:after{top:-1px;left:4px}.md-table-toolbar{padding-left:24px}.md-table-toolbar .md-title{flex:1;font-size:20px}.md-toolbar,.md-toolbar-row{width:100%;min-height:64px;display:flex;align-items:center;align-content:center;transition:.3s cubic-bezier(.4,0,.2,1);transition-property:opacity,background-color,box-shadow,transform,color,min-height;will-change:opacity,background-color,box-shadow,transform,color,min-height}.md-toolbar{padding:0 16px;flex-flow:row wrap;position:relative;z-index:2}.md-toolbar.md-dense{min-height:48px}.md-toolbar.md-large .md-toolbar-row,.md-toolbar.md-medium .md-toolbar-row{min-height:64px}.md-toolbar.md-medium{min-height:88px}.md-toolbar.md-large{min-height:128px;align-content:inherit}.md-toolbar.md-large.md-dense{min-height:96px}.md-toolbar.md-large.md-dense .md-toolbar-row+.md-toolbar-row{min-height:32px}.md-toolbar .md-toolbar-offset{margin-left:56px}.md-toolbar .md-button,.md-toolbar .md-icon{z-index:1}.md-toolbar .md-button~.md-title,.md-toolbar .md-icon~.md-title{margin-left:24px}.md-toolbar .md-button:last-child{margin-right:0}.md-toolbar .md-button:first-child{margin-left:0}.md-toolbar .md-display-1,.md-toolbar .md-display-2,.md-toolbar .md-title{margin:0;margin-left:8px;overflow:hidden;font-weight:400;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.md-toolbar .md-display-1{padding:12px 0}.md-toolbar .md-field{margin-top:2px;margin-bottom:14px;padding-top:16px}.md-toolbar-row{align-self:flex-start}.md-toolbar-section-end,.md-toolbar-section-start{display:flex;align-items:center;flex:1}.md-toolbar-section-start{justify-content:flex-start;order:0}.md-toolbar-section-end{justify-content:flex-end;order:10}@media (max-width:960px){.md-toolbar,.md-toolbar-row{min-height:48px}.md-toolbar{padding:0 8px}.md-toolbar .md-toolbar-offset{margin-left:48px}.md-toolbar .md-button~.md-title,.md-toolbar .md-icon~.md-title{margin-left:16px}}@media (max-width:600px){.md-toolbar,.md-toolbar-row{min-height:56px}}.md-table-empty-state{padding-left:24px}.md-table-cell{height:48px;position:relative;transition:.3s cubic-bezier(.4,0,.2,1);font-size:13px;line-height:18px}.md-table-cell.md-numeric{text-align:right}.md-table-cell:last-child .md-table-cell-container{padding-right:24px}.md-table-cell-container{padding:6px 32px 6px 24px}.md-table-pagination{height:56px;display:flex;flex:1;align-items:center;justify-content:flex-end;border-top:1px solid;font-size:12px}.md-table-pagination .md-table-pagination-previous{margin-right:2px;margin-left:18px}.md-table-pagination .md-field{width:48px;min-width:36px;margin:-16px 24px 0 32px}.md-table-pagination .md-field:after,.md-table-pagination .md-field:before{display:none}.md-table-pagination .md-field .md-select-value{font-size:13px}.md-menu-content.md-pagination-select{max-width:82px;min-width:56px;margin-top:5px}.md-tabs{display:flex;flex-direction:column}.md-tabs.md-no-transition *{transition:none!important}.md-tabs.md-dynamic-height .md-tabs-content{transition:height .3s cubic-bezier(.4,0,.2,1);will-change:height}.md-tabs.md-transparent .md-tabs-content,.md-tabs.md-transparent .md-tabs-navigation{background-color:transparent!important}.md-tabs.md-dynamic-height .md-tabs-content{transition:height .35s cubic-bezier(.25,.8,.25,1)}.md-tabs.md-alignment-left .md-tabs-navigation{justify-content:flex-start}.md-tabs.md-alignment-right .md-tabs-navigation{justify-content:flex-end}.md-tabs.md-alignment-centered .md-tabs-navigation,.md-tabs.md-alignment-fixed .md-tabs-navigation{justify-content:center}.md-tabs.md-alignment-fixed .md-tabs-navigation .md-button{max-width:264px;min-width:160px;flex:1}.md-toolbar .md-tabs{padding-left:48px}.md-tabs-navigation{display:flex;position:relative}.md-tabs-navigation .md-button{max-width:264px;min-width:72px;height:48px;margin:0;cursor:pointer;border-radius:0;font-size:13px}.md-tabs-navigation .md-button-content{position:static}.md-tabs-navigation .md-icon-label{height:72px}.md-tabs-navigation .md-icon-label .md-button-content{display:flex;flex-direction:column;justify-content:center}.md-tabs-navigation .md-icon-label .md-tab-icon+.md-tab-label{margin-top:10px}.md-tabs-navigation .md-ripple{padding:0 24px}.md-tabs-indicator{height:2px;position:absolute;bottom:0;left:0;transform:translateZ(0);will-change:left,right}.md-tabs-indicator.md-tabs-indicator-left{transition:left .3s cubic-bezier(.4,0,.2,1),right .35s cubic-bezier(.4,0,.2,1)}.md-tabs-indicator.md-tabs-indicator-right{transition:right .3s cubic-bezier(.4,0,.2,1),left .35s cubic-bezier(.4,0,.2,1)}.md-tabs-content{overflow:hidden;transition:none;will-change:height}.md-tabs-container{display:flex;align-items:flex-start;flex-wrap:nowrap;transform:translateZ(0);transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}.md-tab{width:100%;flex:1 0 100%;padding:16px}@media (max-width:960px){.md-tabs.md-alignment-fixed .md-tabs-navigation .md-button{min-width:72px}.md-toolbar .md-tabs{margin:0 -8px;padding-left:0}.md-tabs-navigation .md-ripple{padding:0 12px}.md-tab{padding:8px}}.md-tooltip{height:22px;padding:0 8px;position:fixed;z-index:12;pointer-events:none;border-radius:2px;transition:.15s cubic-bezier(0,0,.2,1);transition-property:opacity,transform;will-change:opacity,transform,top,left!important;font-size:10px;line-height:22px;text-transform:none;white-space:nowrap}.md-tooltip.md-tooltip-leave-active{transition-timing-function:cubic-bezier(.4,0,1,1)}.md-tooltip.md-tooltip-enter,.md-tooltip.md-tooltip-leave-active{opacity:0}.md-tooltip.md-tooltip-enter.md-tooltip-top,.md-tooltip.md-tooltip-leave-active.md-tooltip-top{transform:translate3d(0,4px,0) scale(.95)}.md-tooltip.md-tooltip-enter.md-tooltip-right,.md-tooltip.md-tooltip-leave-active.md-tooltip-right{transform:translate3d(-4px,0,0) scale(.95)}.md-tooltip.md-tooltip-enter.md-tooltip-bottom,.md-tooltip.md-tooltip-leave-active.md-tooltip-bottom{transform:translate3d(0,-4px,0) scale(.95)}.md-tooltip.md-tooltip-enter.md-tooltip-left,.md-tooltip.md-tooltip-leave-active.md-tooltip-left{transform:translate3d(4px,0,0) scale(.95)}@media (max-width:960px){.md-tooltip{height:32px;font-size:14px;line-height:32px}}", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "Epye":
-/***/ (function(module, exports, __webpack_require__) {
-
-var api = __webpack_require__("LboF");
- var content = __webpack_require__("6ptK");
-
- content = content.__esModule ? content.default : content;
-
- if (typeof content === 'string') {
- content = [[module.i, content, '']];
- }
-
-var options = {};
-
-options.insert = "head";
-options.singleton = false;
-
-var update = api(content, options);
-
-
-
-module.exports = content.locals || {};
-
-/***/ }),
-
-/***/ "Q/mQ":
-/***/ (function(module, exports, __webpack_require__) {
-
-/*!
- * vue-material v1.0.0-beta-15
- * Made with <3 by marcosmoura 2020
+ <script type="text/javascript">!function(e){function t(i){if(n[i])return n[i].exports;var r=n[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var n={};t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,i){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:i})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=69)}([function(e,t,n){"use strict";var i,r,o=e.exports=n(4),a=n(32);o.codegen=n(50),o.fetch=n(52),o.path=n(54),o.fs=o.inquire("fs"),o.toArray=function(e){if(e){for(var t=Object.keys(e),n=new Array(t.length),i=0;i<t.length;)n[i]=e[t[i++]];return n}return[]},o.toObject=function(e){for(var t={},n=0;n<e.length;){var i=e[n++],r=e[n++];void 0!==r&&(t[i]=r)}return t};var s=/\\/g,d=/"/g;o.isReserved=function(e){return/^(?:do|if|in|for|let|new|try|var|case|else|enum|eval|false|null|this|true|void|with|break|catch|class|const|super|throw|while|yield|delete|export|import|public|return|static|switch|typeof|default|extends|finally|package|private|continue|debugger|function|arguments|interface|protected|implements|instanceof)$/.test(e)},o.safeProp=function(e){return!/^[$\w_]+$/.test(e)||o.isReserved(e)?'["'+e.replace(s,"\\\\").replace(d,'\\"')+'"]':"."+e},o.ucFirst=function(e){return e.charAt(0).toUpperCase()+e.substring(1)};var l=/_([a-z])/g;o.camelCase=function(e){return e.substring(0,1)+e.substring(1).replace(l,function(e,t){return t.toUpperCase()})},o.compareFieldsById=function(e,t){return e.id-t.id},o.decorateType=function(e,t){if(e.$type)return t&&e.$type.name!==t&&(o.decorateRoot.remove(e.$type),e.$type.name=t,o.decorateRoot.add(e.$type)),e.$type;i||(i=n(22));var r=new i(t||e.name);return o.decorateRoot.add(r),r.ctor=e,Object.defineProperty(e,"$type",{value:r,enumerable:!1}),Object.defineProperty(e.prototype,"$type",{value:r,enumerable:!1}),r};var c=0;o.decorateEnum=function(e){if(e.$type)return e.$type;r||(r=n(3));var t=new r("Enum"+c++,e);return o.decorateRoot.add(t),Object.defineProperty(e,"$type",{value:t,enumerable:!1}),t},Object.defineProperty(o,"decorateRoot",{get:function(){return a.decorated||(a.decorated=new(n(20)))}})},function(e,t){e.exports=function(e,t,n,i,r){var o,a=e=e||{},s=typeof e.default;"object"!==s&&"function"!==s||(o=e,a=e.default);var d="function"==typeof a?a.options:a;t&&(d.render=t.render,d.staticRenderFns=t.staticRenderFns),i&&(d._scopeId=i);var l;if(r?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),n&&n.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(r)},d._ssrRegister=l):n&&(l=n),l){var c=d.functional,m=c?d.render:d.beforeCreate;c?d.render=function(e,t){return l.call(t),m(e,t)}:d.beforeCreate=m?[].concat(m,l):[l]}return{esModule:o,exports:a,options:d}}},function(e,t){e.exports=function(){var e=[];return e.toString=function(){for(var e=[],t=0;t<this.length;t++){var n=this[t];n[2]?e.push("@media "+n[2]+"{"+n[1]+"}"):e.push(n[1])}return e.join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var i={},r=0;r<this.length;r++){var o=this[r][0];"number"==typeof o&&(i[o]=!0)}for(r=0;r<t.length;r++){var a=t[r];"number"==typeof a[0]&&i[a[0]]||(n&&!a[2]?a[2]=n:n&&(a[2]="("+a[2]+") and ("+n+")"),e.push(a))}},e}},function(e,t,n){"use strict";function i(e,t,n,i,o){if(r.call(this,e,n),t&&"object"!=typeof t)throw TypeError("values must be an object");if(this.valuesById={},this.values=Object.create(this.valuesById),this.comment=i,this.comments=o||{},this.reserved=void 0,t)for(var a=Object.keys(t),s=0;s<a.length;++s)"number"==typeof t[a[s]]&&(this.valuesById[this.values[a[s]]=t[a[s]]]=a[s])}e.exports=i;var r=n(8);((i.prototype=Object.create(r.prototype)).constructor=i).className="Enum";var o=n(11),a=n(0);i.fromJSON=function(e,t){var n=new i(e,t.values,t.options,t.comment,t.comments);return n.reserved=t.reserved,n},i.prototype.toJSON=function(e){var t=!!e&&Boolean(e.keepComments);return a.toObject(["options",this.options,"values",this.values,"reserved",this.reserved&&this.reserved.length?this.reserved:void 0,"comment",t?this.comment:void 0,"comments",t?this.comments:void 0])},i.prototype.add=function(e,t,n){if(!a.isString(e))throw TypeError("name must be a string");if(!a.isInteger(t))throw TypeError("id must be an integer");if(void 0!==this.values[e])throw Error("duplicate name '"+e+"' in "+this);if(this.isReservedId(t))throw Error("id "+t+" is reserved in "+this);if(this.isReservedName(e))throw Error("name '"+e+"' is reserved in "+this);if(void 0!==this.valuesById[t]){if(!this.options||!this.options.allow_alias)throw Error("duplicate id "+t+" in "+this);this.values[e]=t}else this.valuesById[this.values[e]=t]=e;return this.comments[e]=n||null,this},i.prototype.remove=function(e){if(!a.isString(e))throw TypeError("name must be a string");var t=this.values[e];if(null==t)throw Error("name '"+e+"' does not exist in "+this);return delete this.valuesById[t],delete this.values[e],delete this.comments[e],this},i.prototype.isReservedId=function(e){return o.isReservedId(this.reserved,e)},i.prototype.isReservedName=function(e){return o.isReservedName(this.reserved,e)}},function(e,t,n){"use strict";(function(e){function i(e,t,n){for(var i=Object.keys(t),r=0;r<i.length;++r)void 0!==e[i[r]]&&n||(e[i[r]]=t[i[r]]);return e}function r(e){function t(e,n){if(!(this instanceof t))return new t(e,n);Object.defineProperty(this,"message",{get:function(){return e}}),Error.captureStackTrace?Error.captureStackTrace(this,t):Object.defineProperty(this,"stack",{value:(new Error).stack||""}),n&&i(this,n)}return(t.prototype=Object.create(Error.prototype)).constructor=t,Object.defineProperty(t.prototype,"name",{get:function(){return e}}),t.prototype.toString=function(){return this.name+": "+this.message},t}var o=t;o.asPromise=n(25),o.base64=n(49),o.EventEmitter=n(51),o.float=n(53),o.inquire=n(26),o.utf8=n(56),o.pool=n(55),o.LongBits=n(96),o.global="undefined"!=typeof window&&window||void 0!==e&&e||"undefined"!=typeof self&&self||this,o.emptyArray=Object.freeze?Object.freeze([]):[],o.emptyObject=Object.freeze?Object.freeze({}):{},o.isNode=Boolean(o.global.process&&o.global.process.versions&&o.global.process.versions.node),o.isInteger=Number.isInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e},o.isString=function(e){return"string"==typeof e||e instanceof String},o.isObject=function(e){return e&&"object"==typeof e},o.isset=o.isSet=function(e,t){var n=e[t];return!(null==n||!e.hasOwnProperty(t))&&("object"!=typeof n||(Array.isArray(n)?n.length:Object.keys(n).length)>0)},o.Buffer=function(){try{var e=o.inquire("buffer").Buffer;return e.prototype.utf8Write?e:null}catch(e){return null}}(),o._Buffer_from=null,o._Buffer_allocUnsafe=null,o.newBuffer=function(e){return"number"==typeof e?o.Buffer?o._Buffer_allocUnsafe(e):new o.Array(e):o.Buffer?o._Buffer_from(e):"undefined"==typeof Uint8Array?e:new Uint8Array(e)},o.Array="undefined"!=typeof Uint8Array?Uint8Array:Array,o.Long=o.global.dcodeIO&&o.global.dcodeIO.Long||o.global.Long||o.inquire("long"),o.key2Re=/^true|false|0|1$/,o.key32Re=/^-?(?:0|[1-9][0-9]*)$/,o.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/,o.longToHash=function(e){return e?o.LongBits.from(e).toHash():o.LongBits.zeroHash},o.longFromHash=function(e,t){var n=o.LongBits.fromHash(e);return o.Long?o.Long.fromBits(n.lo,n.hi,t):n.toNumber(Boolean(t))},o.merge=i,o.lcFirst=function(e){return e.charAt(0).toLowerCase()+e.substring(1)},o.newError=r,o.ProtocolError=r("ProtocolError"),o.oneOfGetter=function(e){for(var t={},n=0;n<e.length;++n)t[e[n]]=1;return function(){for(var e=Object.keys(this),n=e.length-1;n>-1;--n)if(1===t[e[n]]&&void 0!==this[e[n]]&&null!==this[e[n]])return e[n]}},o.oneOfSetter=function(e){return function(t){for(var n=0;n<e.length;++n)e[n]!==t&&delete this[e[n]]}},o.toJSONOptions={longs:String,enums:String,bytes:String,json:!0},o._configure=function(){var e=o.Buffer;if(!e)return void(o._Buffer_from=o._Buffer_allocUnsafe=null);o._Buffer_from=e.from!==Uint8Array.from&&e.from||function(t,n){return new e(t,n)},o._Buffer_allocUnsafe=e.allocUnsafe||function(t){return new e(t)}}}).call(t,n(14))},function(e,t,n){function i(e){for(var t=0;t<e.length;t++){var n=e[t],i=c[n.id];if(i){i.refs++;for(var r=0;r<i.parts.length;r++)i.parts[r](n.parts[r]);for(;r<n.parts.length;r++)i.parts.push(o(n.parts[r]));i.parts.length>n.parts.length&&(i.parts.length=n.parts.length)}else{for(var a=[],r=0;r<n.parts.length;r++)a.push(o(n.parts[r]));c[n.id]={id:n.id,refs:1,parts:a}}}}function r(){var e=document.createElement("style");return e.type="text/css",m.appendChild(e),e}function o(e){var t,n,i=document.querySelector("style["+v+'~="'+e.id+'"]');if(i){if(f)return h;i.parentNode.removeChild(i)}if(b){var o=p++;i=u||(u=r()),t=a.bind(null,i,o,!1),n=a.bind(null,i,o,!0)}else i=r(),t=s.bind(null,i),n=function(){i.parentNode.removeChild(i)};return t(e),function(i){if(i){if(i.css===e.css&&i.media===e.media&&i.sourceMap===e.sourceMap)return;t(e=i)}else n()}}function a(e,t,n,i){var r=n?"":i.css;if(e.styleSheet)e.styleSheet.cssText=y(t,r);else{var o=document.createTextNode(r),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}function s(e,t){var n=t.css,i=t.media,r=t.sourceMap;if(i&&e.setAttribute("media",i),g.ssrId&&e.setAttribute(v,t.id),r&&(n+="\n/*# sourceURL="+r.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var d="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!d)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var l=n(129),c={},m=d&&(document.head||document.getElementsByTagName("head")[0]),u=null,p=0,f=!1,h=function(){},g=null,v="data-vue-ssr-id",b="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());e.exports=function(e,t,n,r){f=n,g=r||{};var o=l(e,t);return i(o),function(t){for(var n=[],r=0;r<o.length;r++){var a=o[r],s=c[a.id];s.refs--,n.push(s)}t?(o=l(e,t),i(o)):o=[];for(var r=0;r<n.length;r++){var s=n[r];if(0===s.refs){for(var d=0;d<s.parts.length;d++)s.parts[d]();delete c[s.id]}}}};var y=function(){var e=[];return function(t,n){return e[t]=n,e.filter(Boolean).join("\n")}}()},function(e,t,n){"use strict";function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}function r(e){function t(e,t){return"function"==typeof e?e(t):e}function n(e,n){var o;return(o=[]).concat.apply(o,i(e.map(function(e){var i=e[0],o=e[1],a=t(i,r);if(a){if("function"!=typeof a.map)throw"Childs should be an array, but is: "+(void 0===a?"undefined":l(a))+".";return n?a.map(o):a}return[]})))}var r=e.obj,o=e.kind,a=e.name,s=e.children,d=e.timestamp,c=e.rect,m=e.bounds,u=e.highlight,p=e.rects_transform,f=e.chips,h=e.visible,g=e.flattened,v=e.stableId,b=n(s,!0);p=void 0===p?function(e){return e}:p;var y=t(o,r),x=t(a,r),_=t(c,r),E=void 0===v?y+"|-|"+x:t(v,r),w={kind:y,name:x,children:b,obj:r,timestamp:t(d,r),skip:n(s,!1),bounds:t(m,r)||b.map(function(e){return e.bounds}).find(function(e){return!0})||void 0,rect:_,rects:p(function(e,t,n){var r=void 0!==e&&null!==e;if(Array.isArray(t)){if(r){var o;return(o=[e]).concat.apply(o,i(t.map(n)))}var a;return(a=[]).concat.apply(a,i(t.map(n)))}return r?[e]:void 0}(_,b,function(e){return e.rects})),highlight:t(u,r),chips:t(f,r),stableId:E,visible:t(h,r),childrenVisible:b.some(function(e){return e.childrenVisible||e.visible}),flattened:t(g,r)};return _&&(_.ref=w),Object.freeze(w)}function o(e,t,n){var i=n.skip,r=n.formatter,a=[],s=void 0;return i&&i.includes(e)||((s=r(e))?a.push(o(null,s,n)):Array.isArray(e)?e.forEach(function(e,t){a.push(o(e,""+t,n))}):"string"==typeof e?a.push(o(null,e,n)):"number"==typeof e||"boolean"==typeof e?a.push(o(null,""+e,n)):e&&"object"==(void 0===e?"undefined":l(e))&&Object.keys(e).forEach(function(t){a.push(o(e[t],t,n))})),1!=a.length||a[0].combined?Object.freeze({kind:"",name:t,children:a}):Object.freeze({kind:"",name:t+": "+a[0].name,children:a[0].children,combined:!0})}function a(e){var t=[[1e6,"(ns)"],[1e3,"ms"],[60,"s"],[60,"m"],[24,"h"],[1/0,"d"]],n=[];return t.some(function(t,i){var r=d(t,2),o=r[0],a=r[1],s=(e%o).toFixed();return a.startsWith("(")||n.push(s+a),0==(e=Math.floor(e/o))}),n.reverse().join("")}function s(){return{short:"V",long:"visible",class:"default"}}n.d(t,"a",function(){return r}),n.d(t,"d",function(){return o}),n.d(t,"b",function(){return a}),n.d(t,"c",function(){return s});var d=function(){function e(e,t){var n=[],i=!0,r=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(i=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);i=!0);}catch(e){r=!0,o=e}finally{try{!i&&s.return&&s.return()}finally{if(r)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e}},function(e,t,n){"use strict";function i(e,t,n,i,o,a,c){if(d.isObject(i)?(c=o,a=i,i=o=void 0):d.isObject(o)&&(c=a,a=o,o=void 0),r.call(this,e,a),!d.isInteger(t)||t<0)throw TypeError("id must be a non-negative integer");if(!d.isString(n))throw TypeError("type must be a string");if(void 0!==i&&!l.test(i=i.toString().toLowerCase()))throw TypeError("rule must be a string rule");if(void 0!==o&&!d.isString(o))throw TypeError("extend must be a string");this.rule=i&&"optional"!==i?i:void 0,this.type=n,this.id=t,this.extend=o||void 0,this.required="required"===i,this.optional=!this.required,this.repeated="repeated"===i,this.map=!1,this.message=null,this.partOf=null,this.typeDefault=null,this.defaultValue=null,this.long=!!d.Long&&void 0!==s.long[n],this.bytes="bytes"===n,this.resolvedType=null,this.extensionField=null,this.declaringField=null,this._packed=null,this.comment=c}e.exports=i;var r=n(8);((i.prototype=Object.create(r.prototype)).constructor=i).className="Field";var o,a=n(3),s=n(9),d=n(0),l=/^required|optional|repeated$/;i.fromJSON=function(e,t){return new i(e,t.id,t.type,t.rule,t.extend,t.options,t.comment)},Object.defineProperty(i.prototype,"packed",{get:function(){return null===this._packed&&(this._packed=!1!==this.getOption("packed")),this._packed}}),i.prototype.setOption=function(e,t,n){return"packed"===e&&(this._packed=null),r.prototype.setOption.call(this,e,t,n)},i.prototype.toJSON=function(e){var t=!!e&&Boolean(e.keepComments);return d.toObject(["rule","optional"!==this.rule&&this.rule||void 0,"type",this.type,"id",this.id,"extend",this.extend,"options",this.options,"comment",t?this.comment:void 0])},i.prototype.resolve=function(){if(this.resolved)return this;if(void 0===(this.typeDefault=s.defaults[this.type])&&(this.resolvedType=(this.declaringField?this.declaringField.parent:this.parent).lookupTypeOrEnum(this.type),this.resolvedType instanceof o?this.typeDefault=null:this.typeDefault=this.resolvedType.values[Object.keys(this.resolvedType.values)[0]]),this.options&&null!=this.options.default&&(this.typeDefault=this.options.default,this.resolvedType instanceof a&&"string"==typeof this.typeDefault&&(this.typeDefault=this.resolvedType.values[this.typeDefault])),this.options&&(!0!==this.options.packed&&(void 0===this.options.packed||!this.resolvedType||this.resolvedType instanceof a)||delete this.options.packed,Object.keys(this.options).length||(this.options=void 0)),this.long)this.typeDefault=d.Long.fromNumber(this.typeDefault,"u"===this.type.charAt(0)),Object.freeze&&Object.freeze(this.typeDefault);else if(this.bytes&&"string"==typeof this.typeDefault){var e;d.base64.test(this.typeDefault)?d.base64.decode(this.typeDefault,e=d.newBuffer(d.base64.length(this.typeDefault)),0):d.utf8.write(this.typeDefault,e=d.newBuffer(d.utf8.length(this.typeDefault)),0),this.typeDefault=e}return this.map?this.defaultValue=d.emptyObject:this.repeated?this.defaultValue=d.emptyArray:this.defaultValue=this.typeDefault,this.parent instanceof o&&(this.parent.ctor.prototype[this.name]=this.defaultValue),r.prototype.resolve.call(this)},i.d=function(e,t,n,r){return"function"==typeof t?t=d.decorateType(t).name:t&&"object"==typeof t&&(t=d.decorateEnum(t).name),function(o,a){d.decorateType(o.constructor).add(new i(a,e,t,n,{default:r}))}},i._configure=function(e){o=e}},function(e,t,n){"use strict";function i(e,t){if(!o.isString(e))throw TypeError("name must be a string");if(t&&!o.isObject(t))throw TypeError("options must be an object");this.options=t,this.name=e,this.parent=null,this.resolved=!1,this.comment=null,this.filename=null}e.exports=i,i.className="ReflectionObject";var r,o=n(0);Object.defineProperties(i.prototype,{root:{get:function(){for(var e=this;null!==e.parent;)e=e.parent;return e}},fullName:{get:function(){for(var e=[this.name],t=this.parent;t;)e.unshift(t.name),t=t.parent;return e.join(".")}}}),i.prototype.toJSON=function(){throw Error()},i.prototype.onAdd=function(e){this.parent&&this.parent!==e&&this.parent.remove(this),this.parent=e,this.resolved=!1;var t=e.root;t instanceof r&&t._handleAdd(this)},i.prototype.onRemove=function(e){var t=e.root;t instanceof r&&t._handleRemove(this),this.parent=null,this.resolved=!1},i.prototype.resolve=function(){return this.resolved?this:(this.root instanceof r&&(this.resolved=!0),this)},i.prototype.getOption=function(e){if(this.options)return this.options[e]},i.prototype.setOption=function(e,t,n){return n&&this.options&&void 0!==this.options[e]||((this.options||(this.options={}))[e]=t),this},i.prototype.setOptions=function(e,t){if(e)for(var n=Object.keys(e),i=0;i<n.length;++i)this.setOption(n[i],e[n[i]],t);return this},i.prototype.toString=function(){var e=this.constructor.className,t=this.fullName;return t.length?e+" "+t:e},i._configure=function(e){r=e}},function(e,t,n){"use strict";function i(e,t){var n=0,i={};for(t|=0;n<e.length;)i[a[n+t]]=e[n++];return i}var r=t,o=n(0),a=["double","float","int32","uint32","sint32","fixed32","sfixed32","int64","uint64","sint64","fixed64","sfixed64","bool","string","bytes"];r.basic=i([1,5,0,0,0,5,5,0,0,0,1,1,0,2,2]),r.defaults=i([0,0,0,0,0,0,0,0,0,0,0,0,!1,"",o.emptyArray,null]),r.long=i([0,0,0,1,1],7),r.mapKey=i([0,0,0,5,5,0,0,0,1,1,0,2],2),r.packed=i([1,5,0,0,0,5,5,0,0,0,1,1,0])},function(e,t,n){"use strict";function i(e,t){return O.a.Root.fromJSON(e).lookupType(t)}function r(e,t){if(e&&e===Object(e)&&e.$type)for(var i in e.$type.fields){var o=e.$type.fields[i],a=e[i];Array.isArray(a)?a.forEach(function(e,n){r(e,t)}):(t&&!a&&(e[i]=o.defaultValue),"TransformProto"!==o.type?o.resolvedType&&o.resolvedType.valuesById?e[i]=o.resolvedType.valuesById[e[o.name]]:r(e[i],t):n.i(P.a)(e[i]))}}function o(e,t,n,i){var o=t.decoderParams.protoType.decode(e);r(o,i.displayDefaults);var a,d=t.decoderParams.transform(o);a=t.decoderParams.timeline?d.children:[d];var l=URL.createObjectURL(new Blob([e],{type:t.dataType.mime}));return s(n,a.map(function(e){return e.timestamp}),a,l,t.dataType)}function a(e,t,n,i){var r=t.decoderParams.videoDecoder(e),o=W(r,2),a=o[0],d=o[1],l=URL.createObjectURL(new Blob([a],{type:t.dataType.mime}));return s(n,d,l,l,t.dataType)}function s(e,t,n,i,r){return{filename:e,timeline:t,data:n,blobUrl:i,type:r,selectedIndex:0,destroy:function(){URL.revokeObjectURL(this.blobUrl)}}}function d(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!=t[n])return!1;return!0}function l(e,t){return d(e.slice(0,t.length),t)}function c(e,t,n,i){return[e,e.decoder(t,e,n,i)]}function m(e,t,n){if(l(e,Y))return c(ne.layers_trace,e,t,n);if(l(e,K))return c(ne.window_trace,e,t,n);if(l(e,X))return c(ne.screen_recording,e,t,n);if(l(e,J))return c(ne.wl_trace,e,t,n);if(l(e,Z))return c(ne.proto_log,e,t,n);if(l(e,Q))return c(ne.system_ui_trace,e,t,n);if(l(e,ee))return c(ne.launcher_trace,e,t,n);for(var i=["transaction","layers_dump","window_dump","wl_dump"],r=0;r<i.length;r++){var o=i[r];try{return c(ne[o],e,t,n)}catch(e){}}throw new Error("Unable to detect file")}n.d(t,"c",function(){return m}),n.d(t,"a",function(){return te}),n.d(t,"b",function(){return ne});var u=n(24),p=n.n(u),f=n(43),h=n.n(f),g=n(46),v=n.n(g),b=n(45),y=n.n(b),x=n(48),_=n.n(x),E=n(44),w=n.n(E),A=n(47),T=n.n(A),S=n(28),O=n.n(S),C=n(73),R=n(77),M=n(75),N=n(76),I=n(72),k=n(74),D=n(71),P=n(12),B=n(68),W=function(){function e(e,t){var n=[],i=!0,r=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(i=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);i=!0);}catch(e){r=!0,o=e}finally{try{!i&&s.return&&s.return()}finally{if(r)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),j=i(p.a,"com.android.server.wm.WindowManagerTraceFileProto"),L=i(p.a,"com.android.server.wm.WindowManagerServiceDumpProto"),U=i(v.a,"android.surfaceflinger.LayersTraceFileProto"),F=i(v.a,"android.surfaceflinger.LayersProto"),$=i(y.a,"Trace"),H=i(_.a,"org.chromium.arc.wayland_composer.TraceFileProto"),G=i(_.a,"org.chromium.arc.wayland_composer.OutputStateProto"),z=i(h.a,"com.android.server.protolog.ProtoLogFileProto"),V=i(w.a,"com.android.systemui.tracing.SystemUiTraceFileProto"),q=i(T.a,"com.android.launcher3.tracing.LauncherTraceFileProto"),Y=[9,76,89,82,84,82,65,67,69],K=[9,87,73,78,84,82,65,67,69],X=[0,0,0,24,102,116,121,112,109,112,52,50],J=[9,87,89,76,84,82,65,67,69],Z=[9,80,82,79,84,79,76,79,71],Q=[9,83,89,83,85,73,84,82,67],ee=[9,76,78,67,72,82,84,82,67],te={WINDOW_MANAGER:{name:"WindowManager",icon:"view_compact",mime:"application/octet-stream"},SURFACE_FLINGER:{name:"SurfaceFlinger",icon:"filter_none",mime:"application/octet-stream"},SCREEN_RECORDING:{name:"Screen recording",icon:"videocam",mime:"video/mp4"},TRANSACTION:{name:"Transaction",icon:"timeline",mime:"application/octet-stream"},WAYLAND:{name:"Wayland",icon:"filter_none",mime:"application/octet-stream"},PROTO_LOG:{name:"ProtoLog",icon:"notes",mime:"application/octet-stream"},SYSTEM_UI:{name:"SystemUI",icon:"filter_none",mime:"application/octet-stream"},LAUNCHER:{name:"Launcher",icon:"filter_none",mime:"application/octet-stream"}},ne={window_trace:{name:"WindowManager trace",dataType:te.WINDOW_MANAGER,decoder:o,decoderParams:{protoType:j,transform:R.a,timeline:!0}},layers_trace:{name:"SurfaceFlinger trace",dataType:te.SURFACE_FLINGER,decoder:o,decoderParams:{protoType:U,transform:C.a,timeline:!0}},wl_trace:{name:"Wayland trace",dataType:te.WAYLAND,decoder:o,decoderParams:{protoType:H,transform:N.a,timeline:!0}},layers_dump:{name:"SurfaceFlinger dump",dataType:te.SURFACE_FLINGER,decoder:o,decoderParams:{protoType:F,transform:function(e){return n.i(C.b)(!0,e)},timeline:!1}},window_dump:{name:"WindowManager dump",dataType:te.WINDOW_MANAGER,decoder:o,decoderParams:{protoType:L,transform:R.b,timeline:!1}},wl_dump:{name:"Wayland dump",dataType:te.WAYLAND,decoder:o,decoderParams:{protoType:G,transform:N.b,timeline:!1}},screen_recording:{name:"Screen recording",dataType:te.SCREEN_RECORDING,decoder:a,decoderParams:{videoDecoder:B.a}},transaction:{name:"Transaction",dataType:te.TRANSACTION,decoder:o,decoderParams:{protoType:$,transform:M.a,timeline:!0}},proto_log:{name:"ProtoLog",dataType:te.PROTO_LOG,decoder:o,decoderParams:{protoType:z,transform:I.a,timeline:!0}},system_ui_trace:{name:"SystemUI trace",dataType:te.SYSTEM_UI,decoder:o,decoderParams:{protoType:V,transform:k.a,timeline:!0}},launcher_trace:{name:"Launcher trace",dataType:te.LAUNCHER,decoder:o,decoderParams:{protoType:q,transform:D.a,timeline:!0}}}},function(e,t,n){"use strict";function i(e,t){if(e&&e.length){for(var n={},i=0;i<e.length;++i)n[e[i].name]=e[i].toJSON(t);return n}}function r(e,t){a.call(this,e,t),this.nested=void 0,this._nestedArray=null}function o(e){return e._nestedArray=null,e}e.exports=r;var a=n(8);((r.prototype=Object.create(a.prototype)).constructor=r).className="Namespace";var s,d,l,c=n(7),m=n(0);r.fromJSON=function(e,t){return new r(e,t.options).addJSON(t.nested)},r.arrayToJSON=i,r.isReservedId=function(e,t){if(e)for(var n=0;n<e.length;++n)if("string"!=typeof e[n]&&e[n][0]<=t&&e[n][1]>=t)return!0;return!1},r.isReservedName=function(e,t){if(e)for(var n=0;n<e.length;++n)if(e[n]===t)return!0;return!1},Object.defineProperty(r.prototype,"nestedArray",{get:function(){return this._nestedArray||(this._nestedArray=m.toArray(this.nested))}}),r.prototype.toJSON=function(e){return m.toObject(["options",this.options,"nested",i(this.nestedArray,e)])},r.prototype.addJSON=function(e){var t=this;if(e)for(var n,i=Object.keys(e),o=0;o<i.length;++o)n=e[i[o]],t.add((void 0!==n.fields?s.fromJSON:void 0!==n.values?l.fromJSON:void 0!==n.methods?d.fromJSON:void 0!==n.id?c.fromJSON:r.fromJSON)(i[o],n));return this},r.prototype.get=function(e){return this.nested&&this.nested[e]||null},r.prototype.getEnum=function(e){if(this.nested&&this.nested[e]instanceof l)return this.nested[e].values;throw Error("no such enum: "+e)},r.prototype.add=function(e){if(!(e instanceof c&&void 0!==e.extend||e instanceof s||e instanceof l||e instanceof d||e instanceof r))throw TypeError("object must be a valid nested object");if(this.nested){var t=this.get(e.name);if(t){if(!(t instanceof r&&e instanceof r)||t instanceof s||t instanceof d)throw Error("duplicate name '"+e.name+"' in "+this);for(var n=t.nestedArray,i=0;i<n.length;++i)e.add(n[i]);this.remove(t),this.nested||(this.nested={}),e.setOptions(t.options,!0)}}else this.nested={};return this.nested[e.name]=e,e.onAdd(this),o(this)},r.prototype.remove=function(e){if(!(e instanceof a))throw TypeError("object must be a ReflectionObject");if(e.parent!==this)throw Error(e+" is not a member of "+this);return delete this.nested[e.name],Object.keys(this.nested).length||(this.nested=void 0),e.onRemove(this),o(this)},r.prototype.define=function(e,t){if(m.isString(e))e=e.split(".");else if(!Array.isArray(e))throw TypeError("illegal path");if(e&&e.length&&""===e[0])throw Error("path must be relative");for(var n=this;e.length>0;){var i=e.shift();if(n.nested&&n.nested[i]){if(!((n=n.nested[i])instanceof r))throw Error("path conflicts with non-namespace objects")}else n.add(n=new r(i))}return t&&n.addJSON(t),n},r.prototype.resolveAll=function(){for(var e=this.nestedArray,t=0;t<e.length;)e[t]instanceof r?e[t++].resolveAll():e[t++].resolve();return this.resolve()},r.prototype.lookup=function(e,t,n){if("boolean"==typeof t?(n=t,t=void 0):t&&!Array.isArray(t)&&(t=[t]),m.isString(e)&&e.length){if("."===e)return this.root;e=e.split(".")}else if(!e.length)return this;if(""===e[0])return this.root.lookup(e.slice(1),t);var i=this.get(e[0]);if(i){if(1===e.length){if(!t||t.indexOf(i.constructor)>-1)return i}else if(i instanceof r&&(i=i.lookup(e.slice(1),t,!0)))return i}else for(var o=0;o<this.nestedArray.length;++o)if(this._nestedArray[o]instanceof r&&(i=this._nestedArray[o].lookup(e,t,!0)))return i;return null===this.parent||n?null:this.parent.lookup(e,t)},r.prototype.lookupType=function(e){var t=this.lookup(e,[s]);if(!t)throw Error("no such type: "+e);return t},r.prototype.lookupEnum=function(e){var t=this.lookup(e,[l]);if(!t)throw Error("no such Enum '"+e+"' in "+this);return t},r.prototype.lookupTypeOrEnum=function(e){var t=this.lookup(e,[s,l]);if(!t)throw Error("no such Type or Enum '"+e+"' in "+this);return t},r.prototype.lookupService=function(e){var t=this.lookup(e,[d]);if(!t)throw Error("no such Service '"+e+"' in "+this);return t},r._configure=function(e,t,n){s=e,d=t,l=n}},function(e,t,n){"use strict";function i(e){var t=Object.getOwnPropertyNames(e);return!t.includes("type")&&t.includes("dsdx")}function r(e){return e=e||{},!i(e)&&d(e,b|f)}function o(e){if(i(e))return"";if(d(e,f|p|u))return"IDENTITY";var t=[];if(s(e,f)&&t.push("SCALE"),s(e,u)&&t.push("TRANSLATE"),s(e,b)?t.push("ROT_INVALID"):s(e,v|g|h)?t.push("ROT_270"):s(e,g|h)?t.push("ROT_180"):(s(e,v)&&t.push("ROT_90"),s(e,g)&&t.push("FLIP_V"),s(e,h)&&t.push("FLIP_H")),0==t.length)throw"Unknown transform type "+e;return t.join(", ")}function a(e){e&&(i(e)||(r(e)&&function(e){if(s(e,v|g|h))return e.dsdx=0,e.dtdx=-1,e.dsdy=1,void(e.dtdy=0);if(s(e,g|h))return e.dsdx=-1,e.dtdx=0,e.dsdy=0,void(e.dtdy=-1);if(s(e,v))return e.dsdx=0,e.dtdx=1,e.dsdy=-1,void(e.dtdy=0);if(d(e,f|p))return e.dsdx=1,e.dtdx=0,e.dsdy=0,e.dtdy=1,void(e.type=0);throw"Unknown transform type "+e}(e),e.dsdx=e.dsdx||0,e.dtdx=e.dtdx||0,e.dsdy=e.dsdy||0,e.dtdy=e.dtdy||0))}function s(e,t){return e=e||{},((e.type||0)&t)===t}function d(e,t){return e=e||{},0==((e.type||0)&t)}function l(e,t,n){return e?{x:e.dsdx*t+e.dsdy*n+e.tx,y:e.dtdx*t+e.dtdy*n+e.ty}:{x:t,y:n}}function c(e,t){var n=l(e,t.left,t.top),i=l(e,t.right,t.top),r=l(e,t.left,t.bottom),o=l(e,t.right,t.bottom),a={};return a.left=Math.min(n.x,i.x,r.x,o.x),a.top=Math.min(n.y,i.y,r.y,o.y),a.right=Math.max(n.x,i.x,r.x,o.x),a.bottom=Math.max(n.y,i.y,r.y,o.y),a}function m(e){return!s(e,b)}n.d(t,"d",function(){return o}),n.d(t,"a",function(){return a}),n.d(t,"e",function(){return r}),n.d(t,"c",function(){return c}),n.d(t,"b",function(){return m});var u=1,p=2,f=4,h=256,g=512,v=1024,b=32768},function(e,t,n){"use strict";function i(e,t,n,i){if(Array.isArray(t)||(n=t,t=void 0),o.call(this,e,n),void 0!==t&&!Array.isArray(t))throw TypeError("fieldNames must be an Array");this.oneof=t||[],this.fieldsArray=[],this.comment=i}function r(e){if(e.parent)for(var t=0;t<e.fieldsArray.length;++t)e.fieldsArray[t].parent||e.parent.add(e.fieldsArray[t])}e.exports=i;var o=n(8);((i.prototype=Object.create(o.prototype)).constructor=i).className="OneOf";var a=n(7),s=n(0);i.fromJSON=function(e,t){return new i(e,t.oneof,t.options,t.comment)},i.prototype.toJSON=function(e){var t=!!e&&Boolean(e.keepComments);return s.toObject(["options",this.options,"oneof",this.oneof,"comment",t?this.comment:void 0])},i.prototype.add=function(e){if(!(e instanceof a))throw TypeError("field must be a Field");return e.parent&&e.parent!==this.parent&&e.parent.remove(e),this.oneof.push(e.name),this.fieldsArray.push(e),e.partOf=this,r(this),this},i.prototype.remove=function(e){if(!(e instanceof a))throw TypeError("field must be a Field");var t=this.fieldsArray.indexOf(e);if(t<0)throw Error(e+" is not a member of "+this);return this.fieldsArray.splice(t,1),t=this.oneof.indexOf(e.name),t>-1&&this.oneof.splice(t,1),e.partOf=null,this},i.prototype.onAdd=function(e){o.prototype.onAdd.call(this,e);for(var t=this,n=0;n<this.oneof.length;++n){var i=e.get(this.oneof[n]);i&&!i.partOf&&(i.partOf=t,t.fieldsArray.push(i))}r(this)},i.prototype.onRemove=function(e){for(var t,n=0;n<this.fieldsArray.length;++n)(t=this.fieldsArray[n]).parent&&t.parent.remove(t);o.prototype.onRemove.call(this,e)},i.d=function(){for(var e=new Array(arguments.length),t=0;t<arguments.length;)e[t]=arguments[t++];return function(t,n){s.decorateType(t.constructor).add(new i(n,e)),Object.defineProperty(t,n,{get:s.oneOfGetter(e),set:s.oneOfSetter(e)})}}},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,n){function i(e){return void 0===e||null===e}function r(e){return void 0!==e&&null!==e}function o(e){return!0===e}function a(e){return!1===e}function s(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function d(e){return null!==e&&"object"==typeof e}function l(e){return"[object Object]"===Ci.call(e)}function c(e){return"[object RegExp]"===Ci.call(e)}function m(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function u(e){return r(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function p(e){return null==e?"":Array.isArray(e)||l(e)&&e.toString===Ci?JSON.stringify(e,null,2):String(e)}function f(e){var t=parseFloat(e);return isNaN(t)?e:t}function h(e,t){for(var n=Object.create(null),i=e.split(","),r=0;r<i.length;r++)n[i[r]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}function g(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}function v(e,t){return Mi.call(e,t)}function b(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}function y(e,t){function n(n){var i=arguments.length;return i?i>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function x(e,t){return e.bind(t)}function _(e,t){t=t||0;for(var n=e.length-t,i=new Array(n);n--;)i[n]=e[n+t];return i}function E(e,t){for(var n in t)e[n]=t[n];return e}function w(e){for(var t={},n=0;n<e.length;n++)e[n]&&E(t,e[n]);return t}function A(e,t,n){}function T(e,t){if(e===t)return!0;var n=d(e),i=d(t);if(!n||!i)return!n&&!i&&String(e)===String(t);try{var r=Array.isArray(e),o=Array.isArray(t);if(r&&o)return e.length===t.length&&e.every(function(e,n){return T(e,t[n])});if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(r||o)return!1;var a=Object.keys(e),s=Object.keys(t);return a.length===s.length&&a.every(function(n){return T(e[n],t[n])})}catch(e){return!1}}function S(e,t){for(var n=0;n<e.length;n++)if(T(e[n],t))return n;return-1}function O(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function C(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function R(e,t,n,i){Object.defineProperty(e,t,{value:n,enumerable:!!i,writable:!0,configurable:!0})}function M(e){if(!Gi.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}function N(e){return"function"==typeof e&&/native code/.test(e.toString())}function I(e){ur.push(e),mr.target=e}function k(){ur.pop(),mr.target=ur[ur.length-1]}function D(e){return new pr(void 0,void 0,void 0,String(e))}function P(e){var t=new pr(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}function B(e){yr=e}function W(e,t){e.__proto__=t}function j(e,t,n){for(var i=0,r=n.length;i<r;i++){var o=n[i];R(e,o,t[o])}}function L(e,t){if(d(e)&&!(e instanceof pr)){var n;return v(e,"__ob__")&&e.__ob__ instanceof xr?n=e.__ob__:yr&&!ar()&&(Array.isArray(e)||l(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new xr(e)),t&&n&&n.vmCount++,n}}function U(e,t,n,i,r){var o=new mr,a=Object.getOwnPropertyDescriptor(e,t);if(!a||!1!==a.configurable){var s=a&&a.get,d=a&&a.set;s&&!d||2!==arguments.length||(n=e[t]);var l=!r&&L(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):n;return mr.target&&(o.depend(),l&&(l.dep.depend(),Array.isArray(t)&&H(t))),t},set:function(t){var i=s?s.call(e):n;t===i||t!==t&&i!==i||s&&!d||(d?d.call(e,t):n=t,l=!r&&L(t),o.notify())}})}}function F(e,t,n){if(Array.isArray(e)&&m(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var i=e.__ob__;return e._isVue||i&&i.vmCount?n:i?(U(i.value,t,n),i.dep.notify(),n):(e[t]=n,n)}function $(e,t){if(Array.isArray(e)&&m(t))return void e.splice(t,1);var n=e.__ob__;e._isVue||n&&n.vmCount||v(e,t)&&(delete e[t],n&&n.dep.notify())}function H(e){for(var t=void 0,n=0,i=e.length;n<i;n++)t=e[n],t&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&H(t)}function G(e,t){if(!t)return e;for(var n,i,r,o=dr?Reflect.ownKeys(t):Object.keys(t),a=0;a<o.length;a++)"__ob__"!==(n=o[a])&&(i=e[n],r=t[n],v(e,n)?i!==r&&l(i)&&l(r)&&G(i,r):F(e,n,r));return e}function z(e,t,n){return n?function(){var i="function"==typeof t?t.call(n,n):t,r="function"==typeof e?e.call(n,n):e;return i?G(i,r):r}:t?e?function(){return G("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function V(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?q(n):n}function q(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}function Y(e,t,n,i){var r=Object.create(e||null);return t?E(r,t):r}function K(e,t){var n=e.props;if(n){var i,r,o,a={};if(Array.isArray(n))for(i=n.length;i--;)"string"==typeof(r=n[i])&&(o=Ii(r),a[o]={type:null});else if(l(n))for(var s in n)r=n[s],o=Ii(s),a[o]=l(r)?r:{type:r};e.props=a}}function X(e,t){var n=e.inject;if(n){var i=e.inject={};if(Array.isArray(n))for(var r=0;r<n.length;r++)i[n[r]]={from:n[r]};else if(l(n))for(var o in n){var a=n[o];i[o]=l(a)?E({from:o},a):{from:a}}}}function J(e){var t=e.directives;if(t)for(var n in t){var i=t[n];"function"==typeof i&&(t[n]={bind:i,update:i})}}function Z(e,t,n){function i(i){var r=_r[i]||wr;s[i]=r(e[i],t[i],n,i)}if("function"==typeof t&&(t=t.options),K(t,n),X(t,n),J(t),!t._base&&(t.extends&&(e=Z(e,t.extends,n)),t.mixins))for(var r=0,o=t.mixins.length;r<o;r++)e=Z(e,t.mixins[r],n);var a,s={};for(a in e)i(a);for(a in t)v(e,a)||i(a);return s}function Q(e,t,n,i){if("string"==typeof n){var r=e[t];if(v(r,n))return r[n];var o=Ii(n);if(v(r,o))return r[o];var a=ki(o);if(v(r,a))return r[a];return r[n]||r[o]||r[a]}}function ee(e,t,n,i){var r=t[e],o=!v(n,e),a=n[e],s=re(Boolean,r.type);if(s>-1)if(o&&!v(r,"default"))a=!1;else if(""===a||a===Pi(e)){var d=re(String,r.type);(d<0||s<d)&&(a=!0)}if(void 0===a){a=te(i,r,e);var l=yr;B(!0),L(a),B(l)}return a}function te(e,t,n){if(v(t,"default")){var i=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n]?e._props[n]:"function"==typeof i&&"Function"!==ne(t.type)?i.call(e):i}}function ne(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function ie(e,t){return ne(e)===ne(t)}function re(e,t){if(!Array.isArray(t))return ie(t,e)?0:-1;for(var n=0,i=t.length;n<i;n++)if(ie(t[n],e))return n;return-1}function oe(e,t,n){I();try{if(t)for(var i=t;i=i.$parent;){var r=i.$options.errorCaptured;if(r)for(var o=0;o<r.length;o++)try{var a=!1===r[o].call(i,e,t,n);if(a)return}catch(e){se(e,i,"errorCaptured hook")}}se(e,t,n)}finally{k()}}function ae(e,t,n,i,r){var o;try{o=n?e.apply(t,n):e.call(t),o&&!o._isVue&&u(o)&&!o._handled&&(o.catch(function(e){return oe(e,i,r+" (Promise/async)")}),o._handled=!0)}catch(e){oe(e,i,r)}return o}function se(e,t,n){if($i.errorHandler)try{return $i.errorHandler.call(null,e,t,n)}catch(t){t!==e&&de(t,null,"config.errorHandler")}de(e,t,n)}function de(e,t,n){if(!Vi&&!qi||"undefined"==typeof console)throw e;console.error(e)}function le(){Sr=!1;var e=Tr.slice(0);Tr.length=0;for(var t=0;t<e.length;t++)e[t]()}function ce(e,t){var n;if(Tr.push(function(){if(e)try{e.call(t)}catch(e){oe(e,t,"nextTick")}else n&&n(t)}),Sr||(Sr=!0,Er()),!e&&"undefined"!=typeof Promise)return new Promise(function(e){n=e})}function me(e){ue(e,Nr),Nr.clear()}function ue(e,t){var n,i,r=Array.isArray(e);if(!(!r&&!d(e)||Object.isFrozen(e)||e instanceof pr)){if(e.__ob__){var o=e.__ob__.dep.id;if(t.has(o))return;t.add(o)}if(r)for(n=e.length;n--;)ue(e[n],t);else for(i=Object.keys(e),n=i.length;n--;)ue(e[i[n]],t)}}function pe(e,t){function n(){var e=arguments,i=n.fns;if(!Array.isArray(i))return ae(i,null,arguments,t,"v-on handler");for(var r=i.slice(),o=0;o<r.length;o++)ae(r[o],null,e,t,"v-on handler")}return n.fns=e,n}function fe(e,t,n,r,a,s){var d,l,c,m;for(d in e)l=e[d],c=t[d],m=Ir(d),i(l)||(i(c)?(i(l.fns)&&(l=e[d]=pe(l,s)),o(m.once)&&(l=e[d]=a(m.name,l,m.capture)),n(m.name,l,m.capture,m.passive,m.params)):l!==c&&(c.fns=l,e[d]=c));for(d in t)i(e[d])&&(m=Ir(d),r(m.name,t[d],m.capture))}function he(e,t,n){function a(){n.apply(this,arguments),g(s.fns,a)}e instanceof pr&&(e=e.data.hook||(e.data.hook={}));var s,d=e[t];i(d)?s=pe([a]):r(d.fns)&&o(d.merged)?(s=d,s.fns.push(a)):s=pe([d,a]),s.merged=!0,e[t]=s}function ge(e,t,n){var o=t.options.props;if(!i(o)){var a={},s=e.attrs,d=e.props;if(r(s)||r(d))for(var l in o){var c=Pi(l);ve(a,d,l,c,!0)||ve(a,s,l,c,!1)}return a}}function ve(e,t,n,i,o){if(r(t)){if(v(t,n))return e[n]=t[n],o||delete t[n],!0;if(v(t,i))return e[n]=t[i],o||delete t[i],!0}return!1}function be(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}function ye(e){return s(e)?[D(e)]:Array.isArray(e)?_e(e):void 0}function xe(e){return r(e)&&r(e.text)&&a(e.isComment)}function _e(e,t){var n,a,d,l,c=[];for(n=0;n<e.length;n++)a=e[n],i(a)||"boolean"==typeof a||(d=c.length-1,l=c[d],Array.isArray(a)?a.length>0&&(a=_e(a,(t||"")+"_"+n),xe(a[0])&&xe(l)&&(c[d]=D(l.text+a[0].text),a.shift()),c.push.apply(c,a)):s(a)?xe(l)?c[d]=D(l.text+a):""!==a&&c.push(D(a)):xe(a)&&xe(l)?c[d]=D(l.text+a.text):(o(e._isVList)&&r(a.tag)&&i(a.key)&&r(t)&&(a.key="__vlist"+t+"_"+n+"__"),c.push(a)));return c}function Ee(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}function we(e){var t=Ae(e.$options.inject,e);t&&(B(!1),Object.keys(t).forEach(function(n){U(e,n,t[n])}),B(!0))}function Ae(e,t){if(e){for(var n=Object.create(null),i=dr?Reflect.ownKeys(e):Object.keys(e),r=0;r<i.length;r++){var o=i[r];if("__ob__"!==o){for(var a=e[o].from,s=t;s;){if(s._provided&&v(s._provided,a)){n[o]=s._provided[a];break}s=s.$parent}if(!s&&"default"in e[o]){var d=e[o].default;n[o]="function"==typeof d?d.call(t):d}}}return n}}function Te(e,t){if(!e||!e.length)return{};for(var n={},i=0,r=e.length;i<r;i++){var o=e[i],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==t&&o.fnContext!==t||!a||null==a.slot)(n.default||(n.default=[])).push(o);else{var s=a.slot,d=n[s]||(n[s]=[]);"template"===o.tag?d.push.apply(d,o.children||[]):d.push(o)}}for(var l in n)n[l].every(Se)&&delete n[l];return n}function Se(e){return e.isComment&&!e.asyncFactory||" "===e.text}function Oe(e,t,n){var i,r=Object.keys(t).length>0,o=e?!!e.$stable:!r,a=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(o&&n&&n!==Oi&&a===n.$key&&!r&&!n.$hasNormal)return n;i={};for(var s in e)e[s]&&"$"!==s[0]&&(i[s]=Ce(t,s,e[s]))}else i={};for(var d in t)d in i||(i[d]=Re(t,d));return e&&Object.isExtensible(e)&&(e._normalized=i),R(i,"$stable",o),R(i,"$key",a),R(i,"$hasNormal",r),i}function Ce(e,t,n){var i=function(){var e=arguments.length?n.apply(null,arguments):n({});return e=e&&"object"==typeof e&&!Array.isArray(e)?[e]:ye(e),e&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:i,enumerable:!0,configurable:!0}),i}function Re(e,t){return function(){return e[t]}}function Me(e,t){var n,i,o,a,s;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),i=0,o=e.length;i<o;i++)n[i]=t(e[i],i);else if("number"==typeof e)for(n=new Array(e),i=0;i<e;i++)n[i]=t(i+1,i);else if(d(e))if(dr&&e[Symbol.iterator]){n=[];for(var l=e[Symbol.iterator](),c=l.next();!c.done;)n.push(t(c.value,n.length)),c=l.next()}else for(a=Object.keys(e),n=new Array(a.length),i=0,o=a.length;i<o;i++)s=a[i],n[i]=t(e[s],s,i);return r(n)||(n=[]),n._isVList=!0,n}function Ne(e,t,n,i){var r,o=this.$scopedSlots[e];o?(n=n||{},i&&(n=E(E({},i),n)),r=o(n)||t):r=this.$slots[e]||t;var a=n&&n.slot;return a?this.$createElement("template",{slot:a},r):r}function Ie(e){return Q(this.$options,"filters",e,!0)||ji}function ke(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function De(e,t,n,i,r){var o=$i.keyCodes[t]||n;return r&&i&&!$i.keyCodes[t]?ke(r,i):o?ke(o,e):i?Pi(i)!==t:void 0}function Pe(e,t,n,i,r){if(n)if(d(n)){Array.isArray(n)&&(n=w(n));var o;for(var a in n)!function(a){if("class"===a||"style"===a||Ri(a))o=e;else{var s=e.attrs&&e.attrs.type;o=i||$i.mustUseProp(t,s,a)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var d=Ii(a),l=Pi(a);if(!(d in o||l in o)&&(o[a]=n[a],r)){(e.on||(e.on={}))["update:"+a]=function(e){n[a]=e}}}(a)}else;return e}function Be(e,t){var n=this._staticTrees||(this._staticTrees=[]),i=n[e];return i&&!t?i:(i=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),je(i,"__static__"+e,!1),i)}function We(e,t,n){return je(e,"__once__"+t+(n?"_"+n:""),!0),e}function je(e,t,n){if(Array.isArray(e))for(var i=0;i<e.length;i++)e[i]&&"string"!=typeof e[i]&&Le(e[i],t+"_"+i,n);else Le(e,t,n)}function Le(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Ue(e,t){if(t)if(l(t)){var n=e.on=e.on?E({},e.on):{};for(var i in t){var r=n[i],o=t[i];n[i]=r?[].concat(r,o):o}}else;return e}function Fe(e,t,n,i){t=t||{$stable:!n};for(var r=0;r<e.length;r++){var o=e[r];Array.isArray(o)?Fe(o,t,n):o&&(o.proxy&&(o.fn.proxy=!0),t[o.key]=o.fn)}return i&&(t.$key=i),t}function $e(e,t){for(var n=0;n<t.length;n+=2){var i=t[n];"string"==typeof i&&i&&(e[t[n]]=t[n+1])}return e}function He(e,t){return"string"==typeof e?t+e:e}function Ge(e){e._o=We,e._n=f,e._s=p,e._l=Me,e._t=Ne,e._q=T,e._i=S,e._m=Be,e._f=Ie,e._k=De,e._b=Pe,e._v=D,e._e=hr,e._u=Fe,e._g=Ue,e._d=$e,e._p=He}function ze(e,t,n,i,r){var a,s=this,d=r.options;v(i,"_uid")?(a=Object.create(i),a._original=i):(a=i,i=i._original);var l=o(d._compiled),c=!l;this.data=e,this.props=t,this.children=n,this.parent=i,this.listeners=e.on||Oi,this.injections=Ae(d.inject,i),this.slots=function(){return s.$slots||Oe(e.scopedSlots,s.$slots=Te(n,i)),s.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return Oe(e.scopedSlots,this.slots())}}),l&&(this.$options=d,this.$slots=this.slots(),this.$scopedSlots=Oe(e.scopedSlots,this.$slots)),d._scopeId?this._c=function(e,t,n,r){var o=et(a,e,t,n,r,c);return o&&!Array.isArray(o)&&(o.fnScopeId=d._scopeId,o.fnContext=i),o}:this._c=function(e,t,n,i){return et(a,e,t,n,i,c)}}function Ve(e,t,n,i,o){var a=e.options,s={},d=a.props;if(r(d))for(var l in d)s[l]=ee(l,d,t||Oi);else r(n.attrs)&&Ye(s,n.attrs),r(n.props)&&Ye(s,n.props);var c=new ze(n,s,o,i,e),m=a.render.call(null,c._c,c);if(m instanceof pr)return qe(m,n,c.parent,a,c);if(Array.isArray(m)){for(var u=ye(m)||[],p=new Array(u.length),f=0;f<u.length;f++)p[f]=qe(u[f],n,c.parent,a,c);return p}}function qe(e,t,n,i,r){var o=P(e);return o.fnContext=n,o.fnOptions=i,t.slot&&((o.data||(o.data={})).slot=t.slot),o}function Ye(e,t){for(var n in t)e[Ii(n)]=t[n]}function Ke(e,t,n,a,s){if(!i(e)){var l=n.$options._base;if(d(e)&&(e=l.extend(e)),"function"==typeof e){var c;if(i(e.cid)&&(c=e,void 0===(e=st(c,l))))return at(c,t,n,a,s);t=t||{},$t(e),r(t.model)&&Qe(e.options,t);var m=ge(t,e,s);if(o(e.options.functional))return Ve(e,m,t,n,a);var u=t.on;if(t.on=t.nativeOn,o(e.options.abstract)){var p=t.slot;t={},p&&(t.slot=p)}Je(t);var f=e.options.name||s;return new pr("vue-component-"+e.cid+(f?"-"+f:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:m,listeners:u,tag:s,children:a},c)}}}function Xe(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},i=e.data.inlineTemplate;return r(i)&&(n.render=i.render,n.staticRenderFns=i.staticRenderFns),new e.componentOptions.Ctor(n)}function Je(e){for(var t=e.hook||(e.hook={}),n=0;n<Pr.length;n++){var i=Pr[n],r=t[i],o=Dr[i];r===o||r&&r._merged||(t[i]=r?Ze(o,r):o)}}function Ze(e,t){var n=function(n,i){e(n,i),t(n,i)};return n._merged=!0,n}function Qe(e,t){var n=e.model&&e.model.prop||"value",i=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;var o=t.on||(t.on={}),a=o[i],s=t.model.callback;r(a)?(Array.isArray(a)?-1===a.indexOf(s):a!==s)&&(o[i]=[s].concat(a)):o[i]=s}function et(e,t,n,i,r,a){return(Array.isArray(n)||s(n))&&(r=i,i=n,n=void 0),o(a)&&(r=Wr),tt(e,t,n,i,r)}function tt(e,t,n,i,o){if(r(n)&&r(n.__ob__))return hr();if(r(n)&&r(n.is)&&(t=n.is),!t)return hr();Array.isArray(i)&&"function"==typeof i[0]&&(n=n||{},n.scopedSlots={default:i[0]},i.length=0),o===Wr?i=ye(i):o===Br&&(i=be(i));var a,s;if("string"==typeof t){var d;s=e.$vnode&&e.$vnode.ns||$i.getTagNamespace(t),a=$i.isReservedTag(t)?new pr($i.parsePlatformTagName(t),n,i,void 0,void 0,e):n&&n.pre||!r(d=Q(e.$options,"components",t))?new pr(t,n,i,void 0,void 0,e):Ke(d,n,e,i,t)}else a=Ke(t,n,e,i);return Array.isArray(a)?a:r(a)?(r(s)&&nt(a,s),r(n)&&it(n),a):hr()}function nt(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),r(e.children))for(var a=0,s=e.children.length;a<s;a++){var d=e.children[a];r(d.tag)&&(i(d.ns)||o(n)&&"svg"!==d.tag)&&nt(d,t,n)}}function it(e){d(e.style)&&me(e.style),d(e.class)&&me(e.class)}function rt(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,i=n&&n.context;e.$slots=Te(t._renderChildren,i),e.$scopedSlots=Oi,e._c=function(t,n,i,r){return et(e,t,n,i,r,!1)},e.$createElement=function(t,n,i,r){return et(e,t,n,i,r,!0)};var r=n&&n.data;U(e,"$attrs",r&&r.attrs||Oi,null,!0),U(e,"$listeners",t._parentListeners||Oi,null,!0)}function ot(e,t){return(e.__esModule||dr&&"Module"===e[Symbol.toStringTag])&&(e=e.default),d(e)?t.extend(e):e}function at(e,t,n,i,r){var o=hr();return o.asyncFactory=e,o.asyncMeta={data:t,context:n,children:i,tag:r},o}function st(e,t){if(o(e.error)&&r(e.errorComp))return e.errorComp;if(r(e.resolved))return e.resolved;var n=jr;if(n&&r(e.owners)&&-1===e.owners.indexOf(n)&&e.owners.push(n),o(e.loading)&&r(e.loadingComp))return e.loadingComp;if(n&&!r(e.owners)){var a=e.owners=[n],s=!0,l=null,c=null;n.$on("hook:destroyed",function(){return g(a,n)});var m=function(e){for(var t=0,n=a.length;t<n;t++)a[t].$forceUpdate();e&&(a.length=0,null!==l&&(clearTimeout(l),l=null),null!==c&&(clearTimeout(c),c=null))},p=O(function(n){e.resolved=ot(n,t),s?a.length=0:m(!0)}),f=O(function(t){r(e.errorComp)&&(e.error=!0,m(!0))}),h=e(p,f);return d(h)&&(u(h)?i(e.resolved)&&h.then(p,f):u(h.component)&&(h.component.then(p,f),r(h.error)&&(e.errorComp=ot(h.error,t)),r(h.loading)&&(e.loadingComp=ot(h.loading,t),0===h.delay?e.loading=!0:l=setTimeout(function(){l=null,i(e.resolved)&&i(e.error)&&(e.loading=!0,m(!1))},h.delay||200)),r(h.timeout)&&(c=setTimeout(function(){c=null,i(e.resolved)&&f(null)},h.timeout)))),s=!1,e.loading?e.loadingComp:e.resolved}}function dt(e){return e.isComment&&e.asyncFactory}function lt(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(r(n)&&(r(n.componentOptions)||dt(n)))return n}}function ct(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&ft(e,t)}function mt(e,t){kr.$on(e,t)}function ut(e,t){kr.$off(e,t)}function pt(e,t){var n=kr;return function i(){null!==t.apply(null,arguments)&&n.$off(e,i)}}function ft(e,t,n){kr=e,fe(t,n||{},mt,ut,pt,e),kr=void 0}function ht(e){var t=Lr;return Lr=e,function(){Lr=t}}function gt(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}function vt(e,t,n){e.$el=t,e.$options.render||(e.$options.render=hr),Et(e,"beforeMount");var i;return i=function(){e._update(e._render(),n)},new Xr(e,i,A,{before:function(){e._isMounted&&!e._isDestroyed&&Et(e,"beforeUpdate")}},!0),n=!1,null==e.$vnode&&(e._isMounted=!0,Et(e,"mounted")),e}function bt(e,t,n,i,r){var o=i.data.scopedSlots,a=e.$scopedSlots,s=!!(o&&!o.$stable||a!==Oi&&!a.$stable||o&&e.$scopedSlots.$key!==o.$key),d=!!(r||e.$options._renderChildren||s);if(e.$options._parentVnode=i,e.$vnode=i,e._vnode&&(e._vnode.parent=i),e.$options._renderChildren=r,e.$attrs=i.data.attrs||Oi,e.$listeners=n||Oi,t&&e.$options.props){B(!1);for(var l=e._props,c=e.$options._propKeys||[],m=0;m<c.length;m++){var u=c[m],p=e.$options.props;l[u]=ee(u,p,t,e)}B(!0),e.$options.propsData=t}n=n||Oi;var f=e.$options._parentListeners;e.$options._parentListeners=n,ft(e,n,f),d&&(e.$slots=Te(r,i.context),e.$forceUpdate())}function yt(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function xt(e,t){if(t){if(e._directInactive=!1,yt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)xt(e.$children[n]);Et(e,"activated")}}function _t(e,t){if(!(t&&(e._directInactive=!0,yt(e))||e._inactive)){e._inactive=!0;for(var n=0;n<e.$children.length;n++)_t(e.$children[n]);Et(e,"deactivated")}}function Et(e,t){I();var n=e.$options[t],i=t+" hook";if(n)for(var r=0,o=n.length;r<o;r++)ae(n[r],e,null,e,i);e._hasHookEvent&&e.$emit("hook:"+t),k()}function wt(){zr=Ur.length=Fr.length=0,$r={},Hr=Gr=!1}function At(){Vr=qr(),Gr=!0;var e,t;for(Ur.sort(function(e,t){return e.id-t.id}),zr=0;zr<Ur.length;zr++)e=Ur[zr],e.before&&e.before(),t=e.id,$r[t]=null,e.run();var n=Fr.slice(),i=Ur.slice();wt(),Ot(n),Tt(i),sr&&$i.devtools&&sr.emit("flush")}function Tt(e){for(var t=e.length;t--;){var n=e[t],i=n.vm;i._watcher===n&&i._isMounted&&!i._isDestroyed&&Et(i,"updated")}}function St(e){e._inactive=!1,Fr.push(e)}function Ot(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,xt(e[t],!0)}function Ct(e){var t=e.id;if(null==$r[t]){if($r[t]=!0,Gr){for(var n=Ur.length-1;n>zr&&Ur[n].id>e.id;)n--;Ur.splice(n+1,0,e)}else Ur.push(e);Hr||(Hr=!0,ce(At))}}function Rt(e,t,n){Jr.get=function(){return this[t][n]},Jr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,Jr)}function Mt(e){e._watchers=[];var t=e.$options;t.props&&Nt(e,t.props),t.methods&&jt(e,t.methods),t.data?It(e):L(e._data={},!0),t.computed&&Dt(e,t.computed),t.watch&&t.watch!==tr&&Lt(e,t.watch)}function Nt(e,t){var n=e.$options.propsData||{},i=e._props={},r=e.$options._propKeys=[],o=!e.$parent;o||B(!1);for(var a in t)!function(o){r.push(o);var a=ee(o,t,n,e);U(i,o,a),o in e||Rt(e,"_props",o)}(a);B(!0)}function It(e){var t=e.$options.data;t=e._data="function"==typeof t?kt(t,e):t||{},l(t)||(t={});for(var n=Object.keys(t),i=e.$options.props,r=(e.$options.methods,n.length);r--;){var o=n[r];i&&v(i,o)||C(o)||Rt(e,"_data",o)}L(t,!0)}function kt(e,t){I();try{return e.call(t,t)}catch(e){return oe(e,t,"data()"),{}}finally{k()}}function Dt(e,t){var n=e._computedWatchers=Object.create(null),i=ar();for(var r in t){var o=t[r],a="function"==typeof o?o:o.get;i||(n[r]=new Xr(e,a||A,A,Zr)),r in e||Pt(e,r,o)}}function Pt(e,t,n){var i=!ar();"function"==typeof n?(Jr.get=i?Bt(t):Wt(n),Jr.set=A):(Jr.get=n.get?i&&!1!==n.cache?Bt(t):Wt(n.get):A,Jr.set=n.set||A),Object.defineProperty(e,t,Jr)}function Bt(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),mr.target&&t.depend(),t.value}}function Wt(e){return function(){return e.call(this,this)}}function jt(e,t){e.$options.props;for(var n in t)e[n]="function"!=typeof t[n]?A:Bi(t[n],e)}function Lt(e,t){for(var n in t){var i=t[n];if(Array.isArray(i))for(var r=0;r<i.length;r++)Ut(e,n,i[r]);else Ut(e,n,i)}}function Ut(e,t,n,i){return l(n)&&(i=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,i)}function Ft(e,t){var n=e.$options=Object.create(e.constructor.options),i=t._parentVnode;n.parent=t.parent,n._parentVnode=i;var r=i.componentOptions;n.propsData=r.propsData,n._parentListeners=r.listeners,n._renderChildren=r.children,n._componentTag=r.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}function $t(e){var t=e.options;if(e.super){var n=$t(e.super);if(n!==e.superOptions){e.superOptions=n;var i=Ht(e);i&&E(e.extendOptions,i),t=e.options=Z(n,e.extendOptions),t.name&&(t.components[t.name]=e)}}return t}function Ht(e){var t,n=e.options,i=e.sealedOptions;for(var r in n)n[r]!==i[r]&&(t||(t={}),t[r]=n[r]);return t}function Gt(e){this._init(e)}function zt(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=_(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}function Vt(e){e.mixin=function(e){return this.options=Z(this.options,e),this}}function qt(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,i=n.cid,r=e._Ctor||(e._Ctor={});if(r[i])return r[i];var o=e.name||n.options.name,a=function(e){this._init(e)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=t++,a.options=Z(n.options,e),a.super=n,a.options.props&&Yt(a),a.options.computed&&Kt(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,Ui.forEach(function(e){a[e]=n[e]}),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=e,a.sealedOptions=E({},a.options),r[i]=a,a}}function Yt(e){var t=e.options.props;for(var n in t)Rt(e.prototype,"_props",n)}function Kt(e){var t=e.options.computed;for(var n in t)Pt(e.prototype,n,t[n])}function Xt(e){Ui.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&l(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}function Jt(e){return e&&(e.Ctor.options.name||e.tag)}function Zt(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!c(e)&&e.test(t)}function Qt(e,t){var n=e.cache,i=e.keys,r=e._vnode;for(var o in n){var a=n[o];if(a){var s=Jt(a.componentOptions);s&&!t(s)&&en(n,o,i,r)}}}function en(e,t,n,i){var r=e[t];!r||i&&r.tag===i.tag||r.componentInstance.$destroy(),e[t]=null,g(n,t)}function tn(e){for(var t=e.data,n=e,i=e;r(i.componentInstance);)(i=i.componentInstance._vnode)&&i.data&&(t=nn(i.data,t));for(;r(n=n.parent);)n&&n.data&&(t=nn(t,n.data));return rn(t.staticClass,t.class)}function nn(e,t){return{staticClass:on(e.staticClass,t.staticClass),class:r(e.class)?[e.class,t.class]:t.class}}function rn(e,t){return r(e)||r(t)?on(e,an(t)):""}function on(e,t){return e?t?e+" "+t:e:t||""}function an(e){return Array.isArray(e)?sn(e):d(e)?dn(e):"string"==typeof e?e:""}function sn(e){for(var t,n="",i=0,o=e.length;i<o;i++)r(t=an(e[i]))&&""!==t&&(n&&(n+=" "),n+=t);return n}function dn(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}function ln(e){return xo(e)?"svg":"math"===e?"math":void 0}function cn(e){if(!Vi)return!0;if(_o(e))return!1;if(e=e.toLowerCase(),null!=Eo[e])return Eo[e];var t=document.createElement(e);return e.indexOf("-")>-1?Eo[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Eo[e]=/HTMLUnknownElement/.test(t.toString())}function mn(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}function un(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)}function pn(e,t){return document.createElementNS(bo[e],t)}function fn(e){return document.createTextNode(e)}function hn(e){return document.createComment(e)}function gn(e,t,n){e.insertBefore(t,n)}function vn(e,t){e.removeChild(t)}function bn(e,t){e.appendChild(t)}function yn(e){return e.parentNode}function xn(e){return e.nextSibling}function _n(e){return e.tagName}function En(e,t){e.textContent=t}function wn(e,t){e.setAttribute(t,"")}function An(e,t){var n=e.data.ref;if(r(n)){var i=e.context,o=e.componentInstance||e.elm,a=i.$refs;t?Array.isArray(a[n])?g(a[n],o):a[n]===o&&(a[n]=void 0):e.data.refInFor?Array.isArray(a[n])?a[n].indexOf(o)<0&&a[n].push(o):a[n]=[o]:a[n]=o}}function Tn(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&r(e.data)===r(t.data)&&Sn(e,t)||o(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&i(t.asyncFactory.error))}function Sn(e,t){if("input"!==e.tag)return!0;var n,i=r(n=e.data)&&r(n=n.attrs)&&n.type,o=r(n=t.data)&&r(n=n.attrs)&&n.type;return i===o||wo(i)&&wo(o)}function On(e,t,n){var i,o,a={};for(i=t;i<=n;++i)o=e[i].key,r(o)&&(a[o]=i);return a}function Cn(e,t){(e.data.directives||t.data.directives)&&Rn(e,t)}function Rn(e,t){var n,i,r,o=e===So,a=t===So,s=Mn(e.data.directives,e.context),d=Mn(t.data.directives,t.context),l=[],c=[];for(n in d)i=s[n],r=d[n],i?(r.oldValue=i.value,r.oldArg=i.arg,In(r,"update",t,e),r.def&&r.def.componentUpdated&&c.push(r)):(In(r,"bind",t,e),r.def&&r.def.inserted&&l.push(r));if(l.length){var m=function(){for(var n=0;n<l.length;n++)In(l[n],"inserted",t,e)};o?he(t,"insert",m):m()}if(c.length&&he(t,"postpatch",function(){for(var n=0;n<c.length;n++)In(c[n],"componentUpdated",t,e)}),!o)for(n in s)d[n]||In(s[n],"unbind",e,e,a)}function Mn(e,t){var n=Object.create(null);if(!e)return n;var i,r;for(i=0;i<e.length;i++)r=e[i],r.modifiers||(r.modifiers=Ro),n[Nn(r)]=r,r.def=Q(t.$options,"directives",r.name,!0);return n}function Nn(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function In(e,t,n,i,r){var o=e.def&&e.def[t];if(o)try{o(n.elm,e,n,i,r)}catch(i){oe(i,n.context,"directive "+e.name+" "+t+" hook")}}function kn(e,t){var n=t.componentOptions;if(!(r(n)&&!1===n.Ctor.options.inheritAttrs||i(e.data.attrs)&&i(t.data.attrs))){var o,a,s=t.elm,d=e.data.attrs||{},l=t.data.attrs||{};r(l.__ob__)&&(l=t.data.attrs=E({},l));for(o in l)a=l[o],d[o]!==a&&Dn(s,o,a);(Xi||Zi)&&l.value!==d.value&&Dn(s,"value",l.value);for(o in d)i(l[o])&&(ho(o)?s.removeAttributeNS(fo,go(o)):co(o)||s.removeAttribute(o))}}function Dn(e,t,n){e.tagName.indexOf("-")>-1?Pn(e,t,n):po(t)?vo(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):co(t)?e.setAttribute(t,uo(t,n)):ho(t)?vo(n)?e.removeAttributeNS(fo,go(t)):e.setAttributeNS(fo,t,n):Pn(e,t,n)}function Pn(e,t,n){if(vo(n))e.removeAttribute(t);else{if(Xi&&!Ji&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var i=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",i)};e.addEventListener("input",i),e.__ieph=!0}e.setAttribute(t,n)}}function Bn(e,t){var n=t.elm,o=t.data,a=e.data;if(!(i(o.staticClass)&&i(o.class)&&(i(a)||i(a.staticClass)&&i(a.class)))){var s=tn(t),d=n._transitionClasses;r(d)&&(s=on(s,an(d))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}function Wn(e){if(r(e[ko])){var t=Xi?"change":"input";e[t]=[].concat(e[ko],e[t]||[]),delete e[ko]}r(e[Do])&&(e.change=[].concat(e[Do],e.change||[]),delete e[Do])}function jn(e,t,n){var i=io;return function r(){null!==t.apply(null,arguments)&&Un(e,r,n,i)}}function Ln(e,t,n,i){if(Po){var r=Vr,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=r||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}io.addEventListener(e,t,nr?{capture:n,passive:i}:n)}function Un(e,t,n,i){(i||io).removeEventListener(e,t._wrapper||t,n)}function Fn(e,t){if(!i(e.data.on)||!i(t.data.on)){var n=t.data.on||{},r=e.data.on||{};io=t.elm,Wn(n),fe(n,r,Ln,Un,jn,t.context),io=void 0}}function $n(e,t){if(!i(e.data.domProps)||!i(t.data.domProps)){var n,o,a=t.elm,s=e.data.domProps||{},d=t.data.domProps||{};r(d.__ob__)&&(d=t.data.domProps=E({},d));for(n in s)n in d||(a[n]="");for(n in d){if(o=d[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),o===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=o;var l=i(o)?"":String(o);Hn(a,l)&&(a.value=l)}else if("innerHTML"===n&&xo(a.tagName)&&i(a.innerHTML)){ro=ro||document.createElement("div"),ro.innerHTML="<svg>"+o+"</svg>";for(var c=ro.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;c.firstChild;)a.appendChild(c.firstChild)}else if(o!==s[n])try{a[n]=o}catch(e){}}}}function Hn(e,t){return!e.composing&&("OPTION"===e.tagName||Gn(e,t)||zn(e,t))}function Gn(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}function zn(e,t){var n=e.value,i=e._vModifiers;if(r(i)){if(i.number)return f(n)!==f(t);if(i.trim)return n.trim()!==t.trim()}return n!==t}function Vn(e){var t=qn(e.style);return e.staticStyle?E(e.staticStyle,t):t}function qn(e){return Array.isArray(e)?w(e):"string"==typeof e?jo(e):e}function Yn(e,t){var n,i={};if(t)for(var r=e;r.componentInstance;)(r=r.componentInstance._vnode)&&r.data&&(n=Vn(r.data))&&E(i,n);(n=Vn(e.data))&&E(i,n);for(var o=e;o=o.parent;)o.data&&(n=Vn(o.data))&&E(i,n);return i}function Kn(e,t){var n=t.data,o=e.data;if(!(i(n.staticStyle)&&i(n.style)&&i(o.staticStyle)&&i(o.style))){var a,s,d=t.elm,l=o.staticStyle,c=o.normalizedStyle||o.style||{},m=l||c,u=qn(t.data.style)||{};t.data.normalizedStyle=r(u.__ob__)?E({},u):u;var p=Yn(t,!0);for(s in m)i(p[s])&&Fo(d,s,"");for(s in p)(a=p[s])!==m[s]&&Fo(d,s,null==a?"":a)}}function Xn(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(zo).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function Jn(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(zo).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",i=" "+t+" ";n.indexOf(i)>=0;)n=n.replace(i," ");n=n.trim(),n?e.setAttribute("class",n):e.removeAttribute("class")}}function Zn(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&E(t,Vo(e.name||"v")),E(t,e),t}return"string"==typeof e?Vo(e):void 0}}function Qn(e){ea(function(){ea(e)})}function ei(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),Xn(e,t))}function ti(e,t){e._transitionClasses&&g(e._transitionClasses,t),Jn(e,t)}function ni(e,t,n){var i=ii(e,t),r=i.type,o=i.timeout,a=i.propCount;if(!r)return n();var s=r===Yo?Jo:Qo,d=0,l=function(){e.removeEventListener(s,c),n()},c=function(t){t.target===e&&++d>=a&&l()};setTimeout(function(){d<a&&l()},o+1),e.addEventListener(s,c)}function ii(e,t){var n,i=window.getComputedStyle(e),r=(i[Xo+"Delay"]||"").split(", "),o=(i[Xo+"Duration"]||"").split(", "),a=ri(r,o),s=(i[Zo+"Delay"]||"").split(", "),d=(i[Zo+"Duration"]||"").split(", "),l=ri(s,d),c=0,m=0;return t===Yo?a>0&&(n=Yo,c=a,m=o.length):t===Ko?l>0&&(n=Ko,c=l,m=d.length):(c=Math.max(a,l),n=c>0?a>l?Yo:Ko:null,m=n?n===Yo?o.length:d.length:0),{type:n,timeout:c,propCount:m,hasTransform:n===Yo&&ta.test(i[Xo+"Property"])}}function ri(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return oi(t)+oi(e[n])}))}function oi(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function ai(e,t){var n=e.elm;r(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var o=Zn(e.data.transition);if(!i(o)&&!r(n._enterCb)&&1===n.nodeType){for(var a=o.css,s=o.type,l=o.enterClass,c=o.enterToClass,m=o.enterActiveClass,u=o.appearClass,p=o.appearToClass,h=o.appearActiveClass,g=o.beforeEnter,v=o.enter,b=o.afterEnter,y=o.enterCancelled,x=o.beforeAppear,_=o.appear,E=o.afterAppear,w=o.appearCancelled,A=o.duration,T=Lr,S=Lr.$vnode;S&&S.parent;)T=S.context,S=S.parent;var C=!T._isMounted||!e.isRootInsert;if(!C||_||""===_){var R=C&&u?u:l,M=C&&h?h:m,N=C&&p?p:c,I=C?x||g:g,k=C&&"function"==typeof _?_:v,D=C?E||b:b,P=C?w||y:y,B=f(d(A)?A.enter:A),W=!1!==a&&!Ji,j=li(k),L=n._enterCb=O(function(){W&&(ti(n,N),ti(n,M)),L.cancelled?(W&&ti(n,R),P&&P(n)):D&&D(n),n._enterCb=null});e.data.show||he(e,"insert",function(){var t=n.parentNode,i=t&&t._pending&&t._pending[e.key];i&&i.tag===e.tag&&i.elm._leaveCb&&i.elm._leaveCb(),k&&k(n,L)}),I&&I(n),W&&(ei(n,R),ei(n,M),Qn(function(){ti(n,R),L.cancelled||(ei(n,N),j||(di(B)?setTimeout(L,B):ni(n,s,L)))})),e.data.show&&(t&&t(),k&&k(n,L)),W||j||L()}}}function si(e,t){function n(){w.cancelled||(!e.data.show&&o.parentNode&&((o.parentNode._pending||(o.parentNode._pending={}))[e.key]=e),p&&p(o),x&&(ei(o,c),ei(o,u),Qn(function(){ti(o,c),w.cancelled||(ei(o,m),_||(di(E)?setTimeout(w,E):ni(o,l,w)))})),h&&h(o,w),x||_||w())}var o=e.elm;r(o._enterCb)&&(o._enterCb.cancelled=!0,o._enterCb());var a=Zn(e.data.transition);if(i(a)||1!==o.nodeType)return t();if(!r(o._leaveCb)){var s=a.css,l=a.type,c=a.leaveClass,m=a.leaveToClass,u=a.leaveActiveClass,p=a.beforeLeave,h=a.leave,g=a.afterLeave,v=a.leaveCancelled,b=a.delayLeave,y=a.duration,x=!1!==s&&!Ji,_=li(h),E=f(d(y)?y.leave:y),w=o._leaveCb=O(function(){o.parentNode&&o.parentNode._pending&&(o.parentNode._pending[e.key]=null),x&&(ti(o,m),ti(o,u)),w.cancelled?(x&&ti(o,c),v&&v(o)):(t(),g&&g(o)),o._leaveCb=null});b?b(n):n()}}function di(e){return"number"==typeof e&&!isNaN(e)}function li(e){if(i(e))return!1;var t=e.fns;return r(t)?li(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function ci(e,t){!0!==t.data.show&&ai(t)}function mi(e,t,n){ui(e,t,n),(Xi||Zi)&&setTimeout(function(){ui(e,t,n)},0)}function ui(e,t,n){var i=t.value,r=e.multiple;if(!r||Array.isArray(i)){for(var o,a,s=0,d=e.options.length;s<d;s++)if(a=e.options[s],r)o=S(i,fi(a))>-1,a.selected!==o&&(a.selected=o);else if(T(fi(a),i))return void(e.selectedIndex!==s&&(e.selectedIndex=s));r||(e.selectedIndex=-1)}}function pi(e,t){return t.every(function(t){return!T(t,e)})}function fi(e){return"_value"in e?e._value:e.value}function hi(e){e.target.composing=!0}function gi(e){e.target.composing&&(e.target.composing=!1,vi(e.target,"input"))}function vi(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function bi(e){return!e.componentInstance||e.data&&e.data.transition?e:bi(e.componentInstance._vnode)}function yi(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?yi(lt(t.children)):e}function xi(e){var t={},n=e.$options;for(var i in n.propsData)t[i]=e[i];var r=n._parentListeners;for(var o in r)t[Ii(o)]=r[o];return t}function _i(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function Ei(e){for(;e=e.parent;)if(e.data.transition)return!0}function wi(e,t){return t.key===e.key&&t.tag===e.tag}function Ai(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Ti(e){e.data.newPos=e.elm.getBoundingClientRect()}function Si(e){var t=e.data.pos,n=e.data.newPos,i=t.left-n.left,r=t.top-n.top;if(i||r){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate("+i+"px,"+r+"px)",o.transitionDuration="0s"}}/*!
+ * Vue.js v2.6.10
+ * (c) 2014-2019 Evan You
* Released under the MIT License.
*/
-(function webpackUniversalModuleDefinition(root, factory) {
- if(true)
- module.exports = factory(__webpack_require__("XfhM"));
- else {}
-})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_8__) {
-return /******/ (function(modules) { // webpackBootstrap
-/******/ // The module cache
-/******/ var installedModules = {};
-/******/
-/******/ // The require function
-/******/ function __webpack_require__(moduleId) {
-/******/
-/******/ // Check if module is in cache
-/******/ if(installedModules[moduleId]) {
-/******/ return installedModules[moduleId].exports;
-/******/ }
-/******/ // Create a new module (and put it into the cache)
-/******/ var module = installedModules[moduleId] = {
-/******/ i: moduleId,
-/******/ l: false,
-/******/ exports: {}
-/******/ };
-/******/
-/******/ // Execute the module function
-/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-/******/
-/******/ // Flag the module as loaded
-/******/ module.l = true;
-/******/
-/******/ // Return the exports of the module
-/******/ return module.exports;
-/******/ }
-/******/
-/******/
-/******/ // expose the modules object (__webpack_modules__)
-/******/ __webpack_require__.m = modules;
-/******/
-/******/ // expose the module cache
-/******/ __webpack_require__.c = installedModules;
-/******/
-/******/ // define getter function for harmony exports
-/******/ __webpack_require__.d = function(exports, name, getter) {
-/******/ if(!__webpack_require__.o(exports, name)) {
-/******/ Object.defineProperty(exports, name, {
-/******/ configurable: false,
-/******/ enumerable: true,
-/******/ get: getter
-/******/ });
-/******/ }
-/******/ };
-/******/
-/******/ // 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 = 179);
-/******/ })
-/************************************************************************/
-/******/ ([
-/* 0 */
-/***/ (function(module, exports) {
-
-/* globals __VUE_SSR_CONTEXT__ */
-
-// IMPORTANT: Do NOT use ES2015 features in this file.
-// This module is a runtime utility for cleaner component module output and will
-// be included in the final webpack user bundle.
-
-module.exports = function normalizeComponent (
- rawScriptExports,
- compiledTemplate,
- functionalTemplate,
- injectStyles,
- scopeId,
- moduleIdentifier /* server only */
-) {
- var esModule
- var scriptExports = rawScriptExports = rawScriptExports || {}
-
- // ES6 modules interop
- var type = typeof rawScriptExports.default
- if (type === 'object' || type === 'function') {
- esModule = rawScriptExports
- scriptExports = rawScriptExports.default
- }
-
- // Vue.extend constructor export interop
- var options = typeof scriptExports === 'function'
- ? scriptExports.options
- : scriptExports
-
- // render functions
- if (compiledTemplate) {
- options.render = compiledTemplate.render
- options.staticRenderFns = compiledTemplate.staticRenderFns
- options._compiled = true
- }
-
- // functional template
- if (functionalTemplate) {
- options.functional = true
- }
-
- // scopedId
- if (scopeId) {
- options._scopeId = scopeId
- }
-
- var hook
- if (moduleIdentifier) { // server build
- hook = function (context) {
- // 2.3 injection
- context =
- context || // cached call
- (this.$vnode && this.$vnode.ssrContext) || // stateful
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
- // 2.2 with runInNewContext: true
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
- context = __VUE_SSR_CONTEXT__
- }
- // inject component styles
- if (injectStyles) {
- injectStyles.call(this, context)
- }
- // register component module identifier for async chunk inferrence
- if (context && context._registeredComponents) {
- context._registeredComponents.add(moduleIdentifier)
- }
- }
- // used by ssr in case component is cached and beforeCreate
- // never gets called
- options._ssrRegister = hook
- } else if (injectStyles) {
- hook = injectStyles
- }
-
- if (hook) {
- var functional = options.functional
- var existing = functional
- ? options.render
- : options.beforeCreate
-
- if (!functional) {
- // inject component registration as beforeCreate hook
- options.beforeCreate = existing
- ? [].concat(existing, hook)
- : [hook]
- } else {
- // for template-only hot-reload because in that case the render fn doesn't
- // go through the normalizer
- options._injectStyles = hook
- // register for functioal component in vue file
- options.render = function renderWithStyleInjection (h, context) {
- hook.call(context)
- return existing(h, context)
- }
- }
- }
-
- return {
- esModule: esModule,
- exports: scriptExports,
- options: options
- }
-}
-
-
-/***/ }),
-/* 1 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-exports.default = function (newComponent) {
- var defaults = {
- props: {
- mdTheme: null
- },
- computed: {
- $mdActiveTheme: function $mdActiveTheme() {
- var enabled = _MdTheme2.default.enabled,
- getThemeName = _MdTheme2.default.getThemeName,
- getAncestorTheme = _MdTheme2.default.getAncestorTheme;
-
-
- if (enabled && this.mdTheme !== false) {
- return getThemeName(this.mdTheme || getAncestorTheme(this));
- }
-
- return null;
- }
- }
- };
-
- return (0, _deepmerge2.default)(defaults, newComponent);
-};
-
-var _MdTheme = __webpack_require__(32);
-
-var _MdTheme2 = _interopRequireDefault(_MdTheme);
-
-var _deepmerge = __webpack_require__(35);
-
-var _deepmerge2 = _interopRequireDefault(_deepmerge);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-/***/ }),
-/* 2 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-__webpack_require__(180);
-
-var _MdReactive = __webpack_require__(31);
-
-var _MdReactive2 = _interopRequireDefault(_MdReactive);
-
-var _MdTheme = __webpack_require__(32);
-
-var _MdTheme2 = _interopRequireDefault(_MdTheme);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-var init = function init() {
- var material = new _MdReactive2.default({
- ripple: true,
- theming: {},
- locale: {
- startYear: 1900,
- endYear: 2099,
- dateFormat: 'yyyy-MM-dd',
- days: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
- shortDays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
- shorterDays: ['S', 'M', 'T', 'W', 'T', 'F', 'S'],
- months: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
- shortMonths: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'June', 'July', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'],
- shorterMonths: ['J', 'F', 'M', 'A', 'M', 'Ju', 'Ju', 'A', 'Se', 'O', 'N', 'D'],
- firstDayOfAWeek: 0,
- cancel: 'Cancel',
- confirm: 'Ok'
- },
- router: {
- linkActiveClass: 'router-link-active'
- }
- });
-
- Object.defineProperties(material.theming, {
- metaColors: {
- get: function get() {
- return _MdTheme2.default.metaColors;
- },
- set: function set(metaColors) {
- _MdTheme2.default.metaColors = metaColors;
- }
- },
- theme: {
- get: function get() {
- return _MdTheme2.default.theme;
- },
- set: function set(theme) {
- _MdTheme2.default.theme = theme;
- }
- },
- enabled: {
- get: function get() {
- return _MdTheme2.default.enabled;
- },
- set: function set(enabled) {
- _MdTheme2.default.enabled = enabled;
- }
- }
- });
-
- return material;
-};
-
-exports.default = function (Vue) {
- if (!Vue.material) {
- Vue.material = init();
- Vue.prototype.$material = Vue.material;
- }
-};
-
-/***/ }),
-/* 3 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony export (immutable) */ __webpack_exports__["a"] = toDate;
-/**
- * @name toDate
- * @category Common Helpers
- * @summary Convert the given argument to an instance of Date.
- *
- * @description
- * Convert the given argument to an instance of Date.
- *
- * If the argument is an instance of Date, the function returns its clone.
- *
- * If the argument is a number, it is treated as a timestamp.
- *
- * If the argument is none of the above, the function returns Invalid Date.
- *
- * **Note**: *all* Date arguments passed to any *date-fns* function is processed by `toDate`.
- *
- * @param {Date|Number} argument - the value to convert
- * @returns {Date} the parsed date in the local time zone
- * @throws {TypeError} 1 argument required
- *
- * @example
- * // Clone the date:
- * var result = toDate(new Date(2014, 1, 11, 11, 30, 30))
- * //=> Tue Feb 11 2014 11:30:30
- *
- * @example
- * // Convert the timestamp to date:
- * var result = toDate(1392098430000)
- * //=> Tue Feb 11 2014 11:30:30
- */
-function toDate(argument) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var argStr = Object.prototype.toString.call(argument)
-
- // Clone the date
- if (
- argument instanceof Date ||
- (typeof argument === 'object' && argStr === '[object Date]')
- ) {
- // Prevent the date to lose the milliseconds when passed to new Date() in IE10
- return new Date(argument.getTime())
- } else if (typeof argument === 'number' || argStr === '[object Number]') {
- return new Date(argument)
- } else {
- if (
- (typeof argument === 'string' || argStr === '[object String]') &&
- typeof console !== 'undefined'
- ) {
- console.warn(
- "Starting with v2.0.0-beta.1 date-fns doesn't accept strings as arguments. Please use `parseISO` to parse strings. See: https://git.io/fpAk2"
- )
- console.warn(new Error().stack)
- }
- return new Date(NaN)
- }
-}
-
-
-/***/ }),
-/* 4 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _vue = __webpack_require__(8);
-
-var _vue2 = _interopRequireDefault(_vue);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (name, options) {
- return {
- validator: function validator(value) {
- if (options.includes(value)) {
- return true;
- }
-
- _vue2.default.util.warn('The ' + name + ' prop is invalid. Given value: ' + value + '. Available options: ' + options.join(', ') + '.', undefined);
-
- return false;
- }
- };
-};
-
-/***/ }),
-/* 5 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony export (immutable) */ __webpack_exports__["a"] = toInteger;
-function toInteger (dirtyNumber) {
- if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
- return NaN
- }
-
- var number = Number(dirtyNumber)
-
- if (isNaN(number)) {
- return number
- }
-
- return number < 0 ? Math.ceil(number) : Math.floor(number)
-}
-
-
-/***/ }),
-/* 6 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdIcon_vue__ = __webpack_require__(73);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_59c14b8f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdIcon_vue__ = __webpack_require__(282);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(278)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_59c14b8f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdIcon/MdIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 7 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-var MdUuid = function MdUuid() {
- return Math.random().toString(36).slice(4);
-};
-
-exports.default = MdUuid;
-
-/***/ }),
-/* 8 */
-/***/ (function(module, exports) {
-
-module.exports = __WEBPACK_EXTERNAL_MODULE_8__;
-
-/***/ }),
-/* 9 */
-/***/ (function(module, exports, __webpack_require__) {
-
-/* WEBPACK VAR INJECTION */(function(global) {var now = __webpack_require__(187)
- , root = typeof window === 'undefined' ? global : window
- , vendors = ['moz', 'webkit']
- , suffix = 'AnimationFrame'
- , raf = root['request' + suffix]
- , caf = root['cancel' + suffix] || root['cancelRequest' + suffix]
-
-for(var i = 0; !raf && i < vendors.length; i++) {
- raf = root[vendors[i] + 'Request' + suffix]
- caf = root[vendors[i] + 'Cancel' + suffix]
- || root[vendors[i] + 'CancelRequest' + suffix]
-}
-
-// Some versions of FF have rAF but not cAF
-if(!raf || !caf) {
- var last = 0
- , id = 0
- , queue = []
- , frameDuration = 1000 / 60
-
- raf = function(callback) {
- if(queue.length === 0) {
- var _now = now()
- , next = Math.max(0, frameDuration - (_now - last))
- last = next + _now
- setTimeout(function() {
- var cp = queue.slice(0)
- // Clear queue here to prevent
- // callbacks from appending listeners
- // to the current frame's queue
- queue.length = 0
- for(var i = 0; i < cp.length; i++) {
- if(!cp[i].cancelled) {
- try{
- cp[i].callback(last)
- } catch(e) {
- setTimeout(function() { throw e }, 0)
- }
- }
- }
- }, Math.round(next))
- }
- queue.push({
- handle: ++id,
- callback: callback,
- cancelled: false
- })
- return id
- }
-
- caf = function(handle) {
- for(var i = 0; i < queue.length; i++) {
- if(queue[i].handle === handle) {
- queue[i].cancelled = true
- }
- }
- }
-}
-
-module.exports = function(fn) {
- // Wrap in a new function to prevent
- // `cancel` potentially being assigned
- // to the native rAF function
- return raf.call(root, fn)
-}
-module.exports.cancel = function() {
- caf.apply(root, arguments)
-}
-module.exports.polyfill = function(object) {
- if (!object) {
- object = root;
- }
- object.requestAnimationFrame = raf
- object.cancelAnimationFrame = caf
-}
-
-/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(37)))
-
-/***/ }),
-/* 10 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRipple_vue__ = __webpack_require__(48);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRipple_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRipple_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRipple_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRipple_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7692b1af_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdRipple_vue__ = __webpack_require__(226);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(223)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRipple_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7692b1af_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdRipple_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdRipple/MdRipple.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 11 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdRipple = __webpack_require__(23);
-
-var _MdRipple2 = _interopRequireDefault(_MdRipple);
-
-var _MdListItemContent = __webpack_require__(400);
-
-var _MdListItemContent2 = _interopRequireDefault(_MdListItemContent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- mixins: [_MdRipple2.default],
- components: {
- MdListItemContent: _MdListItemContent2.default
- },
- props: {
- disabled: Boolean
- },
- computed: {
- isDisabled: function isDisabled() {
- return !this.mdRipple || this.disabled;
- }
- }
-};
-
-/***/ }),
-/* 12 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialog_vue__ = __webpack_require__(96);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialog_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialog_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialog_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialog_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f080a6a2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialog_vue__ = __webpack_require__(323);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(322)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialog_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f080a6a2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialog_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDialog/MdDialog.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 13 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.default = {
- props: {
- to: [String, Object],
- replace: Boolean,
- append: Boolean,
- activeClass: String,
- exact: Boolean,
- event: [String, Array],
- exactActiveClass: String
- }
-};
-
-/***/ }),
-/* 14 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-exports.default = function (context, props) {
- var RouterLink = context.$options.components['RouterLink'] || context.$options.components['router-link'];
- return _extends({}, props, RouterLink.options.props);
-};
-
-/***/ }),
-/* 15 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButton_vue__ = __webpack_require__(52);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButton_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButton_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButton_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButton_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(231)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-var __vue_template__ = null
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButton_vue___default.a,
- __vue_template__,
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdButton/MdButton.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 16 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-exports.default = function (el, config, cb) {
- if ('MutationObserver' in window) {
- var observer = new window.MutationObserver(cb);
-
- observer.observe(el, config);
-
- return {
- disconnect: function disconnect() {
- observer.disconnect();
- }
- };
- }
-};
-
-/***/ }),
-/* 17 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdInput_vue__ = __webpack_require__(77);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdInput_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdInput_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdInput_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdInput_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_69de42aa_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdInput_vue__ = __webpack_require__(289);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdInput_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_69de42aa_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdInput_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdField/MdInput/MdInput.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 18 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-exports.default = {
- props: {
- value: {},
- placeholder: String,
- name: String,
- maxlength: [String, Number],
- readonly: Boolean,
- required: Boolean,
- disabled: Boolean,
- mdCounter: [String, Number]
- },
- data: function data() {
- return {
- localValue: this.value,
- textareaHeight: false
- };
- },
-
- computed: {
- model: {
- get: function get() {
- return this.localValue;
- },
- set: function set(value) {
- var _this = this;
-
- if (value.constructor.toString().match(/function (\w*)/)[1].toLowerCase() !== 'inputevent') {
- this.$nextTick(function () {
- _this.localValue = value;
- _this.MdField.hasInvalidValue = _this.isInvalidValue();
- });
- }
- }
- },
- clear: function clear() {
- return this.MdField.clear;
- },
- attributes: function attributes() {
- return _extends({}, this.$attrs, {
- type: this.type,
- id: this.id,
- name: this.name,
- disabled: this.disabled,
- required: this.required,
- placeholder: this.placeholder,
- readonly: this.readonly,
- maxlength: this.maxlength
- });
- }
- },
- watch: {
- model: function model() {
- this.setFieldValue();
- },
- clear: function clear(_clear) {
- if (_clear) {
- this.clearField();
- }
- },
- placeholder: function placeholder() {
- this.setPlaceholder();
- },
- disabled: function disabled() {
- this.setDisabled();
- },
- required: function required() {
- this.setRequired();
- },
- maxlength: function maxlength() {
- this.setMaxlength();
- },
- mdCounter: function mdCounter() {
- this.setMaxlength();
- },
- localValue: function localValue(val) {
- this.$emit('input', val);
- },
- value: function value(val) {
- this.localValue = val;
- }
- },
- methods: {
- clearField: function clearField() {
- this.$el.value = '';
- this.model = '';
- this.setFieldValue();
- },
- setLabelFor: function setLabelFor() {
- if (this.$el.parentNode) {
- var label = this.$el.parentNode.querySelector('label');
-
- if (label) {
- var forAttribute = label.getAttribute('for');
-
- if (!forAttribute || forAttribute.indexOf('md-') >= 0) {
- label.setAttribute('for', this.id);
- }
- }
- }
- },
- setFormResetListener: function setFormResetListener() {
- if (!this.$el.form) {
- return;
- }
- var parentForm = this.$el.form;
- parentForm.addEventListener('reset', this.onParentFormReset);
- },
- removeFormResetListener: function removeFormResetListener() {
- if (!this.$el.form) {
- return;
- }
- var parentForm = this.$el.form;
- parentForm.removeEventListener('reset', this.onParentFormReset);
- },
- onParentFormReset: function onParentFormReset() {
- this.clearField();
- },
- isInvalidValue: function isInvalidValue() {
- return this.$el.validity.badInput;
- },
- setFieldValue: function setFieldValue() {
- this.MdField.value = this.model;
- },
- setPlaceholder: function setPlaceholder() {
- this.MdField.placeholder = Boolean(this.placeholder);
- },
- setDisabled: function setDisabled() {
- this.MdField.disabled = Boolean(this.disabled);
- },
- setRequired: function setRequired() {
- this.MdField.required = Boolean(this.required);
- },
- setMaxlength: function setMaxlength() {
- if (this.mdCounter) {
- this.MdField.counter = parseInt(this.mdCounter, 10);
- } else {
- this.MdField.maxlength = parseInt(this.maxlength, 10);
- }
- },
- onFocus: function onFocus() {
- this.MdField.focused = true;
- },
- onBlur: function onBlur() {
- this.MdField.focused = false;
- }
- },
- created: function created() {
- this.setFieldValue();
- this.setPlaceholder();
- this.setDisabled();
- this.setRequired();
- this.setMaxlength();
- },
- mounted: function mounted() {
- this.setLabelFor();
- this.setFormResetListener();
- },
- beforeDestroy: function beforeDestroy() {
- this.removeFormResetListener();
- }
-};
-
-/***/ }),
-/* 19 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony export (immutable) */ __webpack_exports__["a"] = startOfUTCISOWeek;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(3);
-
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function startOfUTCISOWeek(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var weekStartsOn = 1
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_0__toDate_index_js__["a" /* default */])(dirtyDate)
- var day = date.getUTCDay()
- var diff = (day < weekStartsOn ? 7 : 0) + day - weekStartsOn
-
- date.setUTCDate(date.getUTCDate() - diff)
- date.setUTCHours(0, 0, 0, 0)
- return date
-}
-
-
-/***/ }),
-/* 20 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony export (immutable) */ __webpack_exports__["a"] = startOfUTCWeek;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toInteger_index_js__ = __webpack_require__(5);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__toDate_index_js__ = __webpack_require__(3);
-
-
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function startOfUTCWeek(dirtyDate, dirtyOptions) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var options = dirtyOptions || {}
- var locale = options.locale
- var localeWeekStartsOn =
- locale && locale.options && locale.options.weekStartsOn
- var defaultWeekStartsOn =
- localeWeekStartsOn == null ? 0 : Object(__WEBPACK_IMPORTED_MODULE_0__toInteger_index_js__["a" /* default */])(localeWeekStartsOn)
- var weekStartsOn =
- options.weekStartsOn == null
- ? defaultWeekStartsOn
- : Object(__WEBPACK_IMPORTED_MODULE_0__toInteger_index_js__["a" /* default */])(options.weekStartsOn)
-
- // Test if weekStartsOn is between 0 and 6 _and_ is not NaN
- if (!(weekStartsOn >= 0 && weekStartsOn <= 6)) {
- throw new RangeError('weekStartsOn must be between 0 and 6 inclusively')
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_1__toDate_index_js__["a" /* default */])(dirtyDate)
- var day = date.getUTCDay()
- var diff = (day < weekStartsOn ? 7 : 0) + day - weekStartsOn
-
- date.setUTCDate(date.getUTCDate() - diff)
- date.setUTCHours(0, 0, 0, 0)
- return date
-}
-
-
-/***/ }),
-/* 21 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _vue = __webpack_require__(8);
-
-var _vue2 = _interopRequireDefault(_vue);
-
-var _raf = __webpack_require__(9);
-
-var _raf2 = _interopRequireDefault(_raf);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdPortal',
- abstract: true,
- props: {
- mdAttachToParent: Boolean,
- mdTarget: {
- type: null,
- validator: function validator(value) {
- if (HTMLElement && value && value instanceof HTMLElement) {
- return true;
- }
-
- _vue2.default.util.warn('The md-target-el prop is invalid. You should pass a valid HTMLElement.', this);
-
- return false;
- }
- }
- },
- data: function data() {
- return {
- leaveTimeout: null,
- originalParentEl: null
- };
- },
- computed: {
- transitionName: function transitionName() {
- var childrenComponent = this._vnode.componentOptions.children[0];
-
- if (childrenComponent) {
- var transition = childrenComponent.data.transition;
-
- if (transition) {
- return transition.name;
- } else {
- var _transition = childrenComponent.componentOptions.propsData.name;
-
- if (_transition) {
- return _transition;
- }
- }
- }
-
- return 'v';
- },
- leaveClass: function leaveClass() {
- return this.transitionName + '-leave';
- },
- leaveActiveClass: function leaveActiveClass() {
- return this.transitionName + '-leave-active';
- },
- leaveToClass: function leaveToClass() {
- return this.transitionName + '-leave-to';
- }
- },
- watch: {
- mdTarget: function mdTarget(newTarget, oldTarget) {
- this.changeParentEl(newTarget);
-
- if (oldTarget) {
- this.$forceUpdate();
- }
- }
- },
- methods: {
- getTransitionDuration: function getTransitionDuration(el) {
- var duration = window.getComputedStyle(el).transitionDuration;
- var num = parseFloat(duration, 10);
- var unit = duration.match(/m?s/);
-
- if (unit) {
- unit = unit[0];
- }
-
- if (unit === 's') {
- return num * 1000;
- }
-
- if (unit === 'ms') {
- return num;
- }
-
- return 0;
- },
- killGhostElement: function killGhostElement(el) {
- if (el.parentNode) {
- this.changeParentEl(this.originalParentEl);
- this.$options._parentElm = this.originalParentEl;
- el.parentNode.removeChild(el);
- }
- },
- initDestroy: function initDestroy(manualCall) {
- var _this = this;
-
- var el = this.$el;
-
- if (manualCall && this.$el.nodeType === Node.COMMENT_NODE) {
- el = this.$vnode.elm;
- }
-
- el.classList.add(this.leaveClass);
- el.classList.add(this.leaveActiveClass);
-
- this.$nextTick().then(function () {
- el.classList.add(_this.leaveToClass);
-
- clearTimeout(_this.leaveTimeout);
- _this.leaveTimeout = setTimeout(function () {
- _this.destroyElement(el);
- }, _this.getTransitionDuration(el));
- });
- },
- destroyElement: function destroyElement(el) {
- var _this2 = this;
-
- (0, _raf2.default)(function () {
- el.classList.remove(_this2.leaveClass);
- el.classList.remove(_this2.leaveActiveClass);
- el.classList.remove(_this2.leaveToClass);
- _this2.$emit('md-destroy');
- _this2.killGhostElement(el);
- });
- },
- changeParentEl: function changeParentEl(newTarget) {
- newTarget && newTarget.appendChild(this.$el);
- }
- },
- mounted: function mounted() {
- if (!this.originalParentEl) {
- this.originalParentEl = this.$el.parentNode;
- this.$emit('md-initial-parent', this.$el.parentNode);
- }
-
- if (this.mdAttachToParent && this.$el.parentNode.parentNode) {
- this.changeParentEl(this.$el.parentNode.parentNode);
- } else if (document) {
- this.changeParentEl(this.mdTarget || document.body);
- }
- },
- beforeDestroy: function beforeDestroy() {
- if (this.$el.classList) {
- this.initDestroy();
- } else {
- this.killGhostElement(this.$el);
- }
- },
- render: function render(createElement) {
- var defaultSlot = this.$slots.default;
-
- if (defaultSlot && defaultSlot[0]) {
- return defaultSlot[0];
- }
- }
-};
-
-/***/ }),
-/* 22 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.default = {
- methods: {
- isAssetIcon: function isAssetIcon(icon) {
- return (/\w+[/\\.]\w+/.test(icon)
- );
- }
- }
-};
-
-/***/ }),
-/* 23 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdRipple = __webpack_require__(10);
-
-var _MdRipple2 = _interopRequireDefault(_MdRipple);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- components: {
- MdRipple: _MdRipple2.default
- },
- props: {
- mdRipple: {
- type: Boolean,
- default: true
- }
- }
-};
-
-/***/ }),
-/* 24 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdField_vue__ = __webpack_require__(70);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdField_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdField_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdField_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdField_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2ecd7b97_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdField_vue__ = __webpack_require__(288);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(277)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdField_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2ecd7b97_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdField_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdField/MdField.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 25 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony export (immutable) */ __webpack_exports__["a"] = getUTCWeekYear;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toInteger_index_js__ = __webpack_require__(5);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__toDate_index_js__ = __webpack_require__(3);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__startOfUTCWeek_index_js__ = __webpack_require__(20);
-
-
-
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function getUTCWeekYear (dirtyDate, dirtyOptions) {
- if (arguments.length < 1) {
- throw new TypeError('1 argument required, but only ' + arguments.length + ' present')
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_1__toDate_index_js__["a" /* default */])(dirtyDate, dirtyOptions)
- var year = date.getUTCFullYear()
-
- var options = dirtyOptions || {}
- var locale = options.locale
- var localeFirstWeekContainsDate = locale &&
- locale.options &&
- locale.options.firstWeekContainsDate
- var defaultFirstWeekContainsDate =
- localeFirstWeekContainsDate == null
- ? 1
- : Object(__WEBPACK_IMPORTED_MODULE_0__toInteger_index_js__["a" /* default */])(localeFirstWeekContainsDate)
- var firstWeekContainsDate =
- options.firstWeekContainsDate == null
- ? defaultFirstWeekContainsDate
- : Object(__WEBPACK_IMPORTED_MODULE_0__toInteger_index_js__["a" /* default */])(options.firstWeekContainsDate)
-
- // Test if weekStartsOn is between 1 and 7 _and_ is not NaN
- if (!(firstWeekContainsDate >= 1 && firstWeekContainsDate <= 7)) {
- throw new RangeError('firstWeekContainsDate must be between 1 and 7 inclusively')
- }
-
- var firstWeekOfNextYear = new Date(0)
- firstWeekOfNextYear.setUTCFullYear(year + 1, 0, firstWeekContainsDate)
- firstWeekOfNextYear.setUTCHours(0, 0, 0, 0)
- var startOfNextYear = Object(__WEBPACK_IMPORTED_MODULE_2__startOfUTCWeek_index_js__["a" /* default */])(firstWeekOfNextYear, dirtyOptions)
-
- var firstWeekOfThisYear = new Date(0)
- firstWeekOfThisYear.setUTCFullYear(year, 0, firstWeekContainsDate)
- firstWeekOfThisYear.setUTCHours(0, 0, 0, 0)
- var startOfThisYear = Object(__WEBPACK_IMPORTED_MODULE_2__startOfUTCWeek_index_js__["a" /* default */])(firstWeekOfThisYear, dirtyOptions)
-
- if (date.getTime() >= startOfNextYear.getTime()) {
- return year + 1
- } else if (date.getTime() >= startOfThisYear.getTime()) {
- return year
- } else {
- return year - 1
- }
-}
-
-
-/***/ }),
-/* 26 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOverlay_vue__ = __webpack_require__(90);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOverlay_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOverlay_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOverlay_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOverlay_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0e05c97a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdOverlay_vue__ = __webpack_require__(302);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(301)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOverlay_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0e05c97a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdOverlay_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdOverlay/MdOverlay.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 27 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = getDaysInMonth;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(3);
-
-
-/**
- * @name getDaysInMonth
- * @category Month Helpers
- * @summary Get the number of days in a month of the given date.
- *
- * @description
- * Get the number of days in a month of the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the given date
- * @returns {Number} the number of days in a month
- * @throws {TypeError} 1 argument required
- *
- * @example
- * // How many days are in February 2000?
- * var result = getDaysInMonth(new Date(2000, 1))
- * //=> 29
- */
-function getDaysInMonth(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_0__toDate_index_js__["a" /* default */])(dirtyDate)
- var year = date.getFullYear()
- var monthIndex = date.getMonth()
- var lastDayOfMonth = new Date(0)
- lastDayOfMonth.setFullYear(year, monthIndex + 1, 0)
- lastDayOfMonth.setHours(0, 0, 0, 0)
- return lastDayOfMonth.getDate()
-}
-
-
-/***/ }),
-/* 28 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPopover_vue__ = __webpack_require__(93);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPopover_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPopover_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPopover_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPopover_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(316)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-var __vue_template__ = null
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPopover_vue___default.a,
- __vue_template__,
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdPopover/MdPopover.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 29 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _raf = __webpack_require__(9);
-
-var _raf2 = _interopRequireDefault(_raf);
-
-var _MdObserveEvent = __webpack_require__(118);
-
-var _MdObserveEvent2 = _interopRequireDefault(_MdObserveEvent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function () {
- var el = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : window;
- var observerFn = arguments[1];
-
- var observer = (0, _MdObserveEvent2.default)(el, 'resize', function () {
- (0, _raf2.default)(observerFn);
- }, { passive: true });
-
- return {
- destroy: observer.destroy
- };
-};
-
-/***/ }),
-/* 30 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHead_vue__ = __webpack_require__(161);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHead_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHead_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHead_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHead_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_98ddc082_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableHead_vue__ = __webpack_require__(479);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(476)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHead_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_98ddc082_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableHead_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTableHead.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 31 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-exports.default = function (data) {
- var Instance = {};
-
- _vue2.default.util.defineReactive(Instance, 'reactive', data);
-
- return Instance.reactive;
-};
-
-var _vue = __webpack_require__(8);
-
-var _vue2 = _interopRequireDefault(_vue);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-/***/ }),
-/* 32 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _vue = __webpack_require__(8);
-
-var _vue2 = _interopRequireDefault(_vue);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-var msColor = null;
-var themeColor = null;
-var maskIcon = null;
-
-exports.default = new _vue2.default({
- data: function data() {
- return {
- prefix: 'md-theme-',
- theme: 'default',
- enabled: true,
- metaColors: false
- };
- },
- computed: {
- themeTarget: function themeTarget() {
- if (!this.$isServer) {
- return document.documentElement;
- }
-
- return false;
- },
- fullThemeName: function fullThemeName() {
- return this.getThemeName();
- }
- },
- watch: {
- enabled: {
- immediate: true,
- handler: function handler() {
- var fullThemeName = this.fullThemeName,
- themeTarget = this.themeTarget,
- enabled = this.enabled;
-
-
- if (themeTarget) {
- if (enabled) {
- themeTarget.classList.add(fullThemeName);
- this.metaColors && this.setHtmlMetaColors(fullThemeName);
- } else {
- themeTarget.classList.remove(fullThemeName);
- this.metaColors && this.setHtmlMetaColors();
- }
- }
- }
- },
- theme: function theme(newTheme, oldTheme) {
- var getThemeName = this.getThemeName,
- themeTarget = this.themeTarget;
-
-
- newTheme = getThemeName(newTheme);
-
- themeTarget.classList.remove(getThemeName(oldTheme));
- themeTarget.classList.add(newTheme);
-
- if (this.metaColors) {
- this.setHtmlMetaColors(newTheme);
- }
- },
- metaColors: function metaColors(meta) {
- if (meta) {
- this.setHtmlMetaColors(this.fullThemeName);
- } else {
- this.setHtmlMetaColors();
- }
- }
- },
- methods: {
- getAncestorTheme: function getAncestorTheme(component) {
- var _this = this;
-
- if (component) {
- var currentTheme = component.mdTheme;
- var getParentThemeName = function getParentThemeName(parent) {
- if (parent) {
- var mdTheme = parent.mdTheme,
- $parent = parent.$parent;
-
-
- if (mdTheme && mdTheme !== currentTheme) {
- return mdTheme;
- }
-
- return getParentThemeName($parent);
- }
-
- return _this.theme;
- };
-
- return getParentThemeName(component.$parent);
- }
-
- return null;
- },
- getThemeName: function getThemeName(theme) {
- var themeName = theme || this.theme;
-
- return this.prefix + themeName;
- },
- setMicrosoftColors: function setMicrosoftColors(primaryColor) {
- if (msColor) {
- msColor.setAttribute('content', primaryColor);
- }
- },
- setThemeColors: function setThemeColors(primaryColor) {
- if (themeColor) {
- themeColor.setAttribute('content', primaryColor);
- }
- },
- setMaskColors: function setMaskColors(primaryColor) {
- if (maskIcon) {
- maskIcon.setAttribute('color', primaryColor);
- }
- },
- setHtmlMetaColors: function setHtmlMetaColors(themeName) {
- var primaryColor = '#fff';
-
- if (themeName) {
- var computedStyle = window.getComputedStyle(document.documentElement);
-
- primaryColor = computedStyle.getPropertyValue('--' + themeName + '-primary');
- }
-
- if (primaryColor) {
- this.setMicrosoftColors(primaryColor);
- this.setThemeColors(primaryColor);
- this.setMaskColors(primaryColor);
- }
- }
- },
- mounted: function mounted() {
- var _this2 = this;
-
- msColor = document.querySelector('[name="msapplication-TileColor"]');
- themeColor = document.querySelector('[name="theme-color"]');
- maskIcon = document.querySelector('[rel="mask-icon"]');
-
- if (this.enabled && this.metaColors) {
- window.addEventListener('load', function () {
- _this2.setHtmlMetaColors(_this2.fullThemeName);
- });
- }
- }
-});
-
-/***/ }),
-/* 33 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-var _vue = __webpack_require__(8);
-
-var _vue2 = _interopRequireDefault(_vue);
-
-var _MdAppSideDrawer = __webpack_require__(185);
-
-var _MdAppSideDrawer2 = _interopRequireDefault(_MdAppSideDrawer);
-
-var _MdAppInternalDrawer = __webpack_require__(190);
-
-var _MdAppInternalDrawer2 = _interopRequireDefault(_MdAppInternalDrawer);
-
-var _MdDrawerRightPrevious = __webpack_require__(193);
-
-var _MdDrawerRightPrevious2 = _interopRequireDefault(_MdDrawerRightPrevious);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-var componentTypes = ['md-app-toolbar', 'md-app-drawer', 'md-app-content'];
-
-function normilizeTagName(tagName) {
- return tagName.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
-}
-
-function isValidChild(componentOptions) {
- return componentOptions && componentTypes.includes(normilizeTagName(componentOptions.tag));
-}
-
-function isRightDrawer(propsData) {
- if (!propsData) return false;
- return propsData.mdRight === '' || !!propsData.mdRight;
-}
-
-function shouldRenderSlot(data, componentOptions) {
- return data && componentTypes.includes(data.slot) || isValidChild(componentOptions);
-}
-
-function generateAttrKeys(attrs) {
- return JSON.stringify({
- 'persistent': attrs && attrs['md-persistent'],
- 'permanent': attrs && attrs['md-permanent']
- });
-}
-
-/* eslint-disable complexity */
-function buildSlots(children, context, functionalContext, options, createElement) {
- var slots = [];
-
- var hasDrawer = false;
-
- if (children) {
- children.forEach(function (child) {
- var data = child.data;
- var componentOptions = child.componentOptions;
-
- if (shouldRenderSlot(data, componentOptions)) {
- var slotName = data.slot || normilizeTagName(componentOptions.tag);
- child.data.slot = slotName;
-
- if (slotName === 'md-app-drawer') {
- var isRight = isRightDrawer(componentOptions.propsData);
-
- if (hasDrawer) {
- _vue2.default.util.warn('There shouldn\'t be more than one drawer in a MdApp at one time.');
- return;
- }
-
- hasDrawer = true;
- child.data.slot += '-' + (isRight ? 'right' : 'left');
- child.key = generateAttrKeys(data.attrs);
-
- if (isRight) {
- var drawerRightPrevious = createElement(_MdDrawerRightPrevious2.default, { props: _extends({}, child.data.attrs) });
- drawerRightPrevious.data.slot = 'md-app-drawer-right-previous';
- slots.push(drawerRightPrevious);
- }
- }
-
- child.data.provide = options.Ctor.options.provide;
- child.context = context;
- child.functionalContext = functionalContext;
-
- slots.push(child);
- }
- });
- }
-
- return slots;
-}
-/* eslint-enable complexity */
-
-function getDrawers(children) {
- var drawerVnodes = children.filter(function (child) {
- var tag = child.data.slot || normilizeTagName(child.componentOptions.tag);
- return ['md-app-drawer', 'md-app-drawer-right', 'md-app-drawer-left'].indexOf(tag) > -1;
- });
- return drawerVnodes.length ? drawerVnodes : [];
-}
-
-function hasInternalDrawer(attrs) {
- var mdPermanent = attrs && attrs['md-permanent'];
-
- return mdPermanent && (mdPermanent === 'clipped' || mdPermanent === 'card');
-}
-
-exports.default = {
- name: 'MdApp',
- functional: true,
- render: function render(createElement, _ref) {
- var children = _ref.children,
- props = _ref.props,
- data = _ref.data;
-
- var appComponent = _MdAppSideDrawer2.default;
-
- var _createElement = createElement(appComponent),
- context = _createElement.context,
- functionalContext = _createElement.functionalContext,
- componentOptions = _createElement.componentOptions;
-
- var slots = buildSlots(children, context, functionalContext, componentOptions, createElement);
- var drawers = getDrawers(slots);
-
- drawers.forEach(function (drawer) {
- if (drawer && hasInternalDrawer(drawer.data.attrs)) {
- appComponent = _MdAppInternalDrawer2.default;
- }
- });
-
- var staticClass = {};
- if (data.staticClass) {
- data.staticClass.split(/\s+/).forEach(function (name) {
- if (name.length === 0) return;
- staticClass[name] = true;
- });
- }
-
- return createElement(appComponent, {
- attrs: props,
- class: _extends({}, staticClass, data.class),
- style: _extends({}, data.staticStyle, data.style)
- }, slots);
- }
-};
-
-/***/ }),
-/* 34 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdAppMixin = __webpack_require__(36);
-
-var _MdAppMixin2 = _interopRequireDefault(_MdAppMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = new _MdComponent2.default({
- name: 'MdAppSideDrawer',
- mixins: [_MdAppMixin2.default]
-});
-
-/***/ }),
-/* 35 */
-/***/ (function(module, exports, __webpack_require__) {
-
-(function (global, factory) {
- true ? module.exports = factory() :
- undefined;
-}(this, (function () { 'use strict';
-
-var isMergeableObject = function isMergeableObject(value) {
- return isNonNullObject(value)
- && !isSpecial(value)
-};
-
-function isNonNullObject(value) {
- return !!value && typeof value === 'object'
-}
-
-function isSpecial(value) {
- var stringValue = Object.prototype.toString.call(value);
-
- return stringValue === '[object RegExp]'
- || stringValue === '[object Date]'
- || isReactElement(value)
-}
-
-// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
-var canUseSymbol = typeof Symbol === 'function' && Symbol.for;
-var REACT_ELEMENT_TYPE = canUseSymbol ? Symbol.for('react.element') : 0xeac7;
-
-function isReactElement(value) {
- return value.$$typeof === REACT_ELEMENT_TYPE
-}
-
-function emptyTarget(val) {
- return Array.isArray(val) ? [] : {}
-}
-
-function cloneUnlessOtherwiseSpecified(value, options) {
- return (options.clone !== false && options.isMergeableObject(value))
- ? deepmerge(emptyTarget(value), value, options)
- : value
-}
-
-function defaultArrayMerge(target, source, options) {
- return target.concat(source).map(function(element) {
- return cloneUnlessOtherwiseSpecified(element, options)
- })
-}
-
-function getMergeFunction(key, options) {
- if (!options.customMerge) {
- return deepmerge
- }
- var customMerge = options.customMerge(key);
- return typeof customMerge === 'function' ? customMerge : deepmerge
-}
-
-function mergeObject(target, source, options) {
- var destination = {};
- if (options.isMergeableObject(target)) {
- Object.keys(target).forEach(function(key) {
- destination[key] = cloneUnlessOtherwiseSpecified(target[key], options);
- });
- }
- Object.keys(source).forEach(function(key) {
- if (!options.isMergeableObject(source[key]) || !target[key]) {
- destination[key] = cloneUnlessOtherwiseSpecified(source[key], options);
- } else {
- destination[key] = getMergeFunction(key, options)(target[key], source[key], options);
- }
- });
- return destination
-}
-
-function deepmerge(target, source, options) {
- options = options || {};
- options.arrayMerge = options.arrayMerge || defaultArrayMerge;
- options.isMergeableObject = options.isMergeableObject || isMergeableObject;
-
- var sourceIsArray = Array.isArray(source);
- var targetIsArray = Array.isArray(target);
- var sourceAndTargetTypesMatch = sourceIsArray === targetIsArray;
-
- if (!sourceAndTargetTypesMatch) {
- return cloneUnlessOtherwiseSpecified(source, options)
- } else if (sourceIsArray) {
- return options.arrayMerge(target, source, options)
- } else {
- return mergeObject(target, source, options)
- }
-}
-
-deepmerge.all = function deepmergeAll(array, options) {
- if (!Array.isArray(array)) {
- throw new Error('first argument should be an array')
- }
-
- return array.reduce(function(prev, next) {
- return deepmerge(prev, next, options)
- }, {})
-};
-
-var deepmerge_1 = deepmerge;
-
-return deepmerge_1;
-
-})));
-
-
-/***/ }),
-/* 36 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-var _raf = __webpack_require__(9);
-
-var _raf2 = _interopRequireDefault(_raf);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-var mdAppModes = ['fixed', 'fixed-last', 'reveal', 'overlap', 'flexible'];
-
-exports.default = {
- props: {
- mdMode: _extends({
- type: String
- }, (0, _MdPropValidator2.default)('md-mode', mdAppModes)),
- mdWaterfall: Boolean,
- mdScrollbar: {
- type: Boolean,
- default: true
- }
- },
- data: function data() {
- return {
- revealTimer: null,
- revealLastPos: 0,
- manualTick: false,
- MdApp: {
- options: {
- mode: null,
- waterfall: false,
- flexible: false
- },
- toolbar: {
- element: null,
- titleElement: null,
- height: '0px',
- initialHeight: 0,
- top: 0,
- titleSize: 20,
- hasElevation: true,
- revealActive: false,
- fixedLastActive: false,
- fixedLastHeight: false,
- overlapOff: false
- },
- drawer: {
- initialWidth: 0,
- active: false,
- mode: 'temporary',
- submode: null,
- width: 0,
- right: false
- }
- }
- };
- },
- provide: function provide() {
- return {
- MdApp: this.MdApp
- };
- },
-
- computed: {
- isFixed: function isFixed() {
- return this.mdMode && this.mdMode !== 'fixed';
- },
- isDrawerMini: function isDrawerMini() {
- return this.MdApp.drawer.mode === 'persistent' && this.MdApp.drawer.submode === 'mini';
- },
- contentPadding: function contentPadding() {
- var drawer = this.MdApp.drawer;
-
- if (this.MdApp.drawer.active && this.MdApp.drawer.mode === 'persistent' && this.MdApp.drawer.submode === 'full') {
- return this.MdApp.drawer.width;
- }
-
- return 0;
- },
- contentStyles: function contentStyles() {
- return _defineProperty({}, 'padding-' + (this.MdApp.drawer.right ? 'right' : 'left'), this.contentPadding);
- },
- containerStyles: function containerStyles() {
- var styles = {};
-
- if (this.isFixed) {
- styles['margin-top'] = this.MdApp.toolbar.initialHeight + 'px';
- }
-
- if (this.isDrawerMini) {
- styles['padding-' + (this.MdApp.drawer.right ? 'right' : 'left')] = !this.MdApp.drawer.active ? this.MdApp.drawer.initialWidth + 'px' : 0;
- }
-
- return styles;
- },
- scrollerClasses: function scrollerClasses() {
- if (this.mdScrollbar) {
- return 'md-scrollbar';
- }
- },
- appClasses: function appClasses() {
- return {
- 'md-waterfall': this.mdWaterfall,
- 'md-flexible': this.mdMode === 'flexible',
- 'md-fixed': this.mdMode === 'fixed',
- 'md-fixed-last': this.mdMode === 'fixed-last',
- 'md-reveal': this.mdMode === 'reveal',
- 'md-overlap': this.mdMode === 'overlap',
- 'md-drawer-active': this.MdApp.drawer.active
- };
- }
- },
- watch: {
- mdMode: function mdMode(mode) {
- this.MdApp.options.mode = mode;
- },
- mdWaterfall: function mdWaterfall(waterfall) {
- this.MdApp.options.waterfall = waterfall;
- this.setToolbarElevation();
- }
- },
- methods: {
- setToolbarElevation: function setToolbarElevation() {
- this.MdApp.toolbar.hasElevation = !this.mdWaterfall;
- },
- setToolbarTimer: function setToolbarTimer(scrollTop) {
- var _this = this;
-
- window.clearTimeout(this.revealTimer);
-
- this.revealTimer = window.setTimeout(function () {
- _this.revealLastPos = scrollTop;
- }, 100);
- },
- setToolbarMarginAndHeight: function setToolbarMarginAndHeight(margin, height) {
- this.MdApp.toolbar.top = margin;
- this.MdApp.toolbar.height = height;
- },
- getToolbarConstrants: function getToolbarConstrants($event) {
- var toolbarHeight = this.MdApp.toolbar.element.offsetHeight;
- var safeAmount = 10;
- var threshold = toolbarHeight + safeAmount;
- var scrollTop = $event.target.scrollTop;
-
- if (!this.MdApp.toolbar.initialHeight) {
- this.MdApp.toolbar.initialHeight = toolbarHeight;
- }
-
- return {
- toolbarHeight: toolbarHeight,
- safeAmount: safeAmount,
- threshold: threshold,
- scrollTop: scrollTop,
- initialHeight: this.MdApp.toolbar.initialHeight
- };
- },
- handleWaterfallScroll: function handleWaterfallScroll($event) {
- var _getToolbarConstrants = this.getToolbarConstrants($event),
- threshold = _getToolbarConstrants.threshold,
- scrollTop = _getToolbarConstrants.scrollTop;
-
- var elevationMark = 4;
-
- if (this.mdMode === 'reveal') {
- elevationMark = threshold;
- }
-
- this.MdApp.toolbar.hasElevation = scrollTop >= elevationMark;
- },
- handleFlexibleMode: function handleFlexibleMode($event) {
- var _getToolbarConstrants2 = this.getToolbarConstrants($event),
- scrollTop = _getToolbarConstrants2.scrollTop,
- initialHeight = _getToolbarConstrants2.initialHeight;
-
- var toolbar = this.MdApp.toolbar.element;
- var firstRow = toolbar.querySelector('.md-toolbar-row:first-child');
- var firstRowHeight = firstRow.offsetHeight;
- var scrollAmount = initialHeight - scrollTop;
- var shouldKeepFlexible = scrollTop < initialHeight - firstRowHeight;
-
- if (firstRowHeight) {
- if (shouldKeepFlexible) {
- toolbar.style.height = scrollAmount + 'px';
- } else {
- toolbar.style.height = firstRowHeight + 'px';
- }
- }
-
- var titleElement = this.MdApp.toolbar.titleElement;
- if (titleElement) {
- var targetSize = 20;
- var initialSize = this.MdApp.toolbar.titleSize;
-
- if (shouldKeepFlexible) {
- var newSize = Math.max(0, 1 - (scrollTop - initialSize) / (scrollAmount + initialSize + 0.000001)) * (initialSize - targetSize) + targetSize;
-
- titleElement.style.fontSize = newSize + 'px';
- } else {
- titleElement.style.fontSize = '20px';
- }
- }
-
- var _getToolbarConstrants3 = this.getToolbarConstrants($event),
- threshold = _getToolbarConstrants3.threshold,
- toolbarHeight = _getToolbarConstrants3.toolbarHeight;
-
- this.setToolbarMarginAndHeight(scrollTop - threshold, toolbarHeight);
- },
- handleRevealMode: function handleRevealMode($event) {
- var _getToolbarConstrants4 = this.getToolbarConstrants($event),
- toolbarHeight = _getToolbarConstrants4.toolbarHeight,
- safeAmount = _getToolbarConstrants4.safeAmount,
- threshold = _getToolbarConstrants4.threshold,
- scrollTop = _getToolbarConstrants4.scrollTop;
-
- this.setToolbarTimer(scrollTop);
- this.setToolbarMarginAndHeight(scrollTop - threshold, toolbarHeight);
-
- if (scrollTop >= threshold) {
- this.MdApp.toolbar.revealActive = this.revealLastPos > scrollTop + safeAmount;
- } else {
- this.MdApp.toolbar.revealActive = true;
- }
- },
- handleFixedLastMode: function handleFixedLastMode($event) {
- var _getToolbarConstrants5 = this.getToolbarConstrants($event),
- scrollTop = _getToolbarConstrants5.scrollTop,
- toolbarHeight = _getToolbarConstrants5.toolbarHeight,
- safeAmount = _getToolbarConstrants5.safeAmount;
-
- var toolbar = this.MdApp.toolbar.element;
- var firstRow = toolbar.querySelector('.md-toolbar-row:first-child');
- var firstRowHeight = firstRow.offsetHeight;
-
- this.setToolbarTimer(scrollTop);
- this.setToolbarMarginAndHeight(scrollTop - firstRowHeight, toolbarHeight);
- this.MdApp.toolbar.fixedLastHeight = firstRowHeight;
-
- if (scrollTop >= firstRowHeight) {
- this.MdApp.toolbar.fixedLastActive = this.revealLastPos > scrollTop + safeAmount;
- } else {
- this.MdApp.toolbar.fixedLastActive = true;
- }
- },
- handleOverlapMode: function handleOverlapMode($event) {
- var _getToolbarConstrants6 = this.getToolbarConstrants($event),
- toolbarHeight = _getToolbarConstrants6.toolbarHeight,
- scrollTop = _getToolbarConstrants6.scrollTop,
- initialHeight = _getToolbarConstrants6.initialHeight;
-
- var toolbar = this.MdApp.toolbar.element;
- var firstRow = toolbar.querySelector('.md-toolbar-row:first-child');
- var firstRowHeight = firstRow.offsetHeight;
- var newHeight = initialHeight - scrollTop - scrollTop * 100 / (initialHeight - firstRowHeight - firstRowHeight / 1.5);
-
- if (firstRowHeight) {
- if (scrollTop < initialHeight - firstRowHeight && newHeight >= firstRowHeight) {
- this.MdApp.toolbar.overlapOff = false;
- toolbar.style.height = newHeight + 'px';
- } else {
- this.MdApp.toolbar.overlapOff = true;
- toolbar.style.height = firstRowHeight + 'px';
- }
- }
-
- this.setToolbarMarginAndHeight(scrollTop, toolbarHeight);
- },
- handleModeScroll: function handleModeScroll($event) {
- if (this.mdMode === 'reveal') {
- this.handleRevealMode($event);
- } else if (this.mdMode === 'fixed-last') {
- this.handleFixedLastMode($event);
- } else if (this.mdMode === 'overlap') {
- this.handleOverlapMode($event);
- } else if (this.mdMode === 'flexible') {
- this.handleFlexibleMode($event);
- }
- },
- handleScroll: function handleScroll($event) {
- var _this2 = this;
-
- if (this.MdApp.toolbar.element) {
- (0, _raf2.default)(function () {
- if (_this2.mdWaterfall) {
- _this2.handleWaterfallScroll($event);
- }
-
- if (_this2.mdMode) {
- _this2.handleModeScroll($event);
- }
- });
- }
- }
- },
- created: function created() {
- this.MdApp.options.mode = this.mdMode;
- this.MdApp.options.waterfall = this.mdWaterfall;
- this.setToolbarElevation();
- },
- mounted: function mounted() {
- var fakeEvent = {
- target: {
- scrollTop: 0
- }
- };
-
- if (this.mdMode === 'reveal') {
- this.MdApp.toolbar.revealActive = true;
- this.handleRevealMode(fakeEvent);
- }
-
- if (this.mdMode === 'flexible') {
- this.MdApp.toolbar.revealActive = true;
- this.handleFlexibleMode(fakeEvent);
- }
-
- if (this.mdMode === 'fixed-last') {
- this.MdApp.toolbar.fixedLastActive = true;
- this.handleFixedLastMode(fakeEvent);
- }
-
- if (this.mdMode === 'overlap') {
- this.handleOverlapMode(fakeEvent);
- }
- }
-};
-
-/***/ }),
-/* 37 */
-/***/ (function(module, exports) {
-
-var g;
-
-// This works in non-strict mode
-g = (function() {
- return this;
-})();
-
-try {
- // This works if eval is allowed (see CSP)
- g = g || Function("return this")() || (1,eval)("this");
-} catch(e) {
- // This works if the window reference is available
- if(typeof window === "object")
- g = window;
-}
-
-// g can still be undefined, but nothing to do about it...
-// We return undefined, instead of nothing here, so it's
-// easier to handle this case. if(!global) { ...}
-
-module.exports = g;
-
-
-/***/ }),
-/* 38 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdAppMixin = __webpack_require__(36);
-
-var _MdAppMixin2 = _interopRequireDefault(_MdAppMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = new _MdComponent2.default({
- name: 'MdAppInternalDrawer',
- mixins: [_MdAppMixin2.default]
-});
-
-/***/ }),
-/* 39 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdDrawer',
- props: {
- mdPermanent: _extends({
- type: String
- }, (0, _MdPropValidator2.default)('md-permanent', ['full', 'clipped', 'card'])),
- mdPersistent: _extends({
- type: String
- }, (0, _MdPropValidator2.default)('md-persistent', ['mini', 'full'])),
- mdActive: Boolean,
- mdFixed: Boolean
- },
- computed: {
- drawerClasses: function drawerClasses() {
- var classes = {
- 'md-temporary': this.isTemporary,
- 'md-persistent': this.mdPersistent,
- 'md-permanent': this.mdPermanent,
- 'md-active': this.mdActive,
- 'md-fixed': this.mdFixed
- };
-
- if (this.mdPermanent) {
- classes['md-permanent-' + this.mdPermanent] = true;
- }
-
- if (this.mdPersistent) {
- classes['md-persistent-' + this.mdPersistent] = true;
- }
-
- return classes;
- },
- isTemporary: function isTemporary() {
- return !this.mdPermanent && !this.mdPersistent;
- }
- }
-});
-
-/***/ }),
-/* 40 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdAppToolbar',
- inject: ['MdApp'],
- computed: {
- toolbarClasses: function toolbarClasses() {
- return {
- 'md-no-elevation': !this.MdApp.toolbar.hasElevation,
- 'md-reveal-active': this.MdApp.toolbar.revealActive,
- 'md-fixed-last-active': this.MdApp.toolbar.fixedLastActive,
- 'md-overlap-off': this.MdApp.toolbar.overlapOff
- };
- },
- toolbarStyles: function toolbarStyles() {
- var styles = {
- 'top': this.MdApp.toolbar.top + 'px'
- };
-
- if (this.MdApp.toolbar.fixedLastActive) {
- styles['transform'] = 'translate3D(0, ' + this.MdApp.toolbar.fixedLastHeight + 'px, 0)';
- }
-
- return styles;
- }
- },
- mounted: function mounted() {
- var title = this.$el.querySelector('.md-title, .md-display-1, .md-display-2');
-
- this.MdApp.toolbar.element = this.$el;
- this.MdApp.toolbar.titleElement = title;
-
- if (title) {
- this.MdApp.toolbar.titleSize = parseInt(window.getComputedStyle(title).fontSize, 10);
- }
- }
-};
-
-/***/ }),
-/* 41 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdAppContent',
- inject: ['MdApp'],
- computed: {
- showCard: function showCard() {
- return this.MdApp.options && this.MdApp.options.mode === 'overlap';
- }
- }
-};
-
-/***/ }),
-/* 42 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdAppDrawer',
- inject: ['MdApp'],
- data: function data() {
- return {
- drawerElement: {
- mdActive: null,
- mode: null,
- submode: null
- },
- initialized: false
- };
- },
- props: {
- mdRight: {
- type: Boolean,
- default: false
- },
- mdActive: {
- type: Boolean,
- default: false
- }
- },
- computed: {
- visible: function visible() {
- return this.drawerElement.mdActive;
- },
- mode: function mode() {
- return this.drawerElement.mode;
- },
- submode: function submode() {
- return this.drawerElement.submode;
- }
- },
- watch: {
- visible: function visible(_visible) {
- this.MdApp.drawer.width = this.getDrawerWidth();
- this.MdApp.drawer.active = _visible;
- },
- mode: function mode(_mode) {
- this.MdApp.drawer.mode = _mode;
- },
- submode: function submode(_submode) {
- this.MdApp.drawer.submode = _submode;
- },
- mdRight: function mdRight(right) {
- this.MdApp.drawer.right = right;
- }
- },
- methods: {
- getDrawerWidth: function getDrawerWidth() {
- if (this.$el) {
- return window.getComputedStyle(this.$el).width;
- }
-
- return 0;
- },
- updateDrawerData: function updateDrawerData() {
- this.MdApp.drawer.width = this.getDrawerWidth();
- this.MdApp.drawer.active = this.visible;
- this.MdApp.drawer.mode = this.mode;
- this.MdApp.drawer.submode = this.submode;
- this.MdApp.drawer.right = this.mdRight;
- },
- clearDrawerData: function clearDrawerData() {
- this.MdApp.drawer.width = 0;
- this.MdApp.drawer.active = false;
- this.MdApp.drawer.mode = 'temporary';
- this.MdApp.drawer.submode = null;
- this.MdApp.drawer.initialWidth = 0;
- }
- },
- mounted: function mounted() {
- var _this = this;
-
- this.$nextTick().then(function () {
- _this.MdApp.drawer.initialWidth = _this.$el.offsetWidth;
- _this.drawerElement = _this.$refs.drawer;
- _this.updateDrawerData();
- _this.initialized = true;
- });
- },
- updated: function updated() {
- this.drawerElement = this.$refs.drawer;
- },
- beforeDestroy: function beforeDestroy() {
- this.clearDrawerData();
- }
-};
-
-/***/ }),
-/* 43 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-var _MdBadgeStandalone = __webpack_require__(206);
-
-var _MdBadgeStandalone2 = _interopRequireDefault(_MdBadgeStandalone);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdBadge',
- components: {
- MdBadgeStandalone: _MdBadgeStandalone2.default
- },
- props: {
- mdContent: [String, Number],
- mdPosition: _extends({
- type: String,
- default: 'top'
- }, (0, _MdPropValidator2.default)('md-position', ['top', 'bottom'])),
- mdDense: Boolean
- },
- computed: {
- hasDefaultSlot: function hasDefaultSlot() {
- return !!this.$slots.default;
- },
- badgeClasses: function badgeClasses() {
- var _extends2;
-
- var staticClass = this.getStaticClass();
- var dynamicClass = this.$vnode.data.class;
-
- return _extends((_extends2 = {}, _defineProperty(_extends2, 'md-position-' + this.mdPosition, true), _defineProperty(_extends2, 'md-dense', this.mdDense), _extends2), staticClass, dynamicClass);
- },
- styles: function styles() {
- var staticStyle = this.$vnode.data.staticStyle;
- var style = this.$vnode.data.style;
- return _extends({}, staticStyle, style);
- }
- },
- methods: {
- getStaticClass: function getStaticClass() {
- var staticClass = this.$vnode.data.staticClass;
-
- function filterClasses() {
- return staticClass.split(' ').filter(function (val) {
- return val;
- }).reduce(function (result, key) {
- result[key] = true;
- return result;
- }, {});
- }
-
- return staticClass ? filterClasses() : {};
- }
- }
-});
-
-/***/ }),
-/* 44 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdBadgeStandalone'
-}); //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 45 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _fuzzysearch = __webpack_require__(213);
-
-var _fuzzysearch2 = _interopRequireDefault(_fuzzysearch);
-
-var _isPromise2 = __webpack_require__(214);
-
-var _isPromise3 = _interopRequireDefault(_isPromise2);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdAutocomplete',
- props: {
- value: {
- type: null,
- required: true
- },
- mdDense: Boolean,
- mdLayout: _extends({
- type: String,
- default: 'floating'
- }, (0, _MdPropValidator2.default)('md-layout', ['floating', 'box'])),
- mdOpenOnFocus: {
- type: Boolean,
- default: true
- },
- mdFuzzySearch: {
- type: Boolean,
- default: true
- },
- mdOptions: {
- type: [Array, Promise],
- required: true
- },
- mdInputName: String,
- mdInputId: String,
- mdInputMaxlength: [String, Number],
- mdInputPlaceholder: [String, Number]
- },
- data: function data() {
- return {
- searchTerm: this.value,
- showMenu: false,
- triggerPopover: false,
- isPromisePending: false,
- filteredAsyncOptions: []
- };
- },
-
- computed: {
- isBoxLayout: function isBoxLayout() {
- return this.mdLayout === 'box';
- },
- fieldClasses: function fieldClasses() {
- if (this.isBoxLayout) {
- return 'md-autocomplete-box';
- }
- },
- contentClasses: function contentClasses() {
- if (this.isBoxLayout) {
- return 'md-autocomplete-box-content';
- }
- },
- shouldFilter: function shouldFilter() {
- return this.mdOptions[0] && this.searchTerm;
- },
- filteredStaticOptions: function filteredStaticOptions() {
- if (this.isPromise(this.mdOptions)) {
- return false;
- }
-
- var firstItem = this.mdOptions[0];
-
- if (this.shouldFilter) {
- if (typeof firstItem === 'string') {
- return this.filterByString();
- } else if ((typeof firstItem === 'undefined' ? 'undefined' : _typeof(firstItem)) === 'object') {
- return this.filterByObject();
- }
- }
-
- return this.mdOptions;
- },
- hasFilteredItems: function hasFilteredItems() {
- return this.filteredStaticOptions.length > 0 || this.filteredAsyncOptions.length > 0;
- },
- hasScopedEmptySlot: function hasScopedEmptySlot() {
- return this.$scopedSlots['md-autocomplete-empty'];
- }
- },
- watch: {
- mdOptions: {
- deep: true,
- immediate: true,
- handler: function handler() {
- var _this = this;
-
- if (this.isPromise(this.mdOptions)) {
- this.isPromisePending = true;
- this.mdOptions.then(function (options) {
- _this.filteredAsyncOptions = options;
- _this.isPromisePending = false;
- });
- }
- }
- },
-
- value: function value(val) {
- this.searchTerm = val;
- }
- },
- methods: {
- getOptions: function getOptions() {
- if (this.isPromise(this.mdOptions)) {
- return this.filteredAsyncOptions;
- }
-
- return this.filteredStaticOptions;
- },
- isPromise: function isPromise(obj) {
- return (0, _isPromise3.default)(obj);
- },
- matchText: function matchText(item) {
- var target = item.toLowerCase();
- var search = this.searchTerm.toLowerCase();
-
- if (this.mdFuzzySearch) {
- return (0, _fuzzysearch2.default)(search, target);
- }
-
- return target.includes(search);
- },
- filterByString: function filterByString() {
- var _this2 = this;
-
- return this.mdOptions.filter(function (item) {
- return _this2.matchText(item);
- });
- },
- filterByObject: function filterByObject() {
- var _this3 = this;
-
- return this.mdOptions.filter(function (item) {
- var values = Object.values(item);
- var valuesCount = values.length;
-
- for (var i = 0; i <= valuesCount; i++) {
- if (typeof values[i] === 'string' && _this3.matchText(values[i])) {
- return true;
- }
- }
- });
- },
- openOnFocus: function openOnFocus() {
- if (this.mdOpenOnFocus) {
- this.showOptions();
- }
- },
- onInput: function onInput(value) {
- this.$emit('input', value);
-
- if (!this.mdOpenOnFocus) {
- this.showOptions();
- }
-
- if (this.searchTerm.constructor.toString().match(/function (\w*)/)[1].toLowerCase() !== 'inputevent') {
- this.$emit('md-changed', this.searchTerm);
- }
- },
- showOptions: function showOptions() {
- var _this4 = this;
-
- if (this.showMenu) {
- return false;
- }
-
- this.showMenu = true;
- this.$nextTick(function () {
- _this4.triggerPopover = true;
- _this4.$emit('md-opened');
- });
- },
- hideOptions: function hideOptions() {
- var _this5 = this;
-
- this.$nextTick(function () {
- _this5.triggerPopover = false;
- _this5.$emit('md-closed');
- });
- },
- selectItem: function selectItem(item, $event) {
- var content = $event.target.textContent.trim();
-
- this.searchTerm = content;
- this.$emit('input', item);
- this.$emit('md-selected', item);
- this.hideOptions();
- }
- }
-};
-
-/***/ }),
-/* 46 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdAvatar'
-}); //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 47 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-var _MdRipple = __webpack_require__(10);
-
-var _MdRipple2 = _interopRequireDefault(_MdRipple);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdBottomBar',
- components: {
- MdRipple: _MdRipple2.default
- },
- props: {
- mdSyncRoute: Boolean,
- mdActiveItem: [String, Number],
- mdType: _extends({
- type: String,
- default: 'fixed'
- }, (0, _MdPropValidator2.default)('md-type', ['fixed', 'shift']))
- },
- data: function data() {
- return {
- MdBottomBar: {
- mouseEvent: null,
- activeItem: null,
- items: {},
- syncRoute: this.mdSyncRoute
- }
- };
- },
- provide: function provide() {
- return {
- MdBottomBar: this.MdBottomBar
- };
- },
-
- computed: {
- activeItem: function activeItem() {
- return this.MdBottomBar.activeItem;
- },
- barClasses: function barClasses() {
- return _defineProperty({}, 'md-type-' + this.mdType, true);
- }
- },
- watch: {
- activeItem: function activeItem() {
- this.$emit('md-changed', this.activeItem);
- },
- mdSyncRoute: function (_mdSyncRoute) {
- function mdSyncRoute() {
- return _mdSyncRoute.apply(this, arguments);
- }
-
- mdSyncRoute.toString = function () {
- return _mdSyncRoute.toString();
- };
-
- return mdSyncRoute;
- }(function () {
- this.MdBottomBar.syncRoute = mdSyncRoute;
- })
- },
- methods: {
- hasActiveItem: function hasActiveItem() {
- return this.MdBottomBar.activeItem || this.mdActiveItem;
- },
- getItemsAndKeys: function getItemsAndKeys() {
- var items = this.MdBottomBar.items;
-
- return {
- items: items,
- keys: Object.keys(items)
- };
- },
- setActiveItemByIndex: function setActiveItemByIndex(index) {
- var _getItemsAndKeys = this.getItemsAndKeys(),
- keys = _getItemsAndKeys.keys;
-
- if (!this.mdActiveItem) {
- this.MdBottomBar.activeItem = keys[index];
- } else {
- this.MdBottomBar.activeItem = this.mdActiveItem;
- }
- }
- },
- created: function created() {
- this.MdBottomBar.type = this.mdType;
- },
- mounted: function mounted() {
- var _this = this;
-
- this.$nextTick().then(function () {
- if (!_this.mdSyncRoute) {
- _this.setActiveItemByIndex(0);
- }
- });
- }
-});
-
-/***/ }),
-/* 48 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _raf = __webpack_require__(9);
-
-var _raf2 = _interopRequireDefault(_raf);
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-var _MdWave = __webpack_require__(49);
-
-var _MdWave2 = _interopRequireDefault(_MdWave);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdRipple',
- components: {
- MdWave: _MdWave2.default
- },
- props: {
- mdActive: null,
- mdDisabled: Boolean,
- mdCentered: Boolean,
- mdEventTrigger: {
- type: Boolean,
- default: true
- }
- },
- data: function data() {
- return {
- ripples: [],
- touchTimeout: null,
- eventType: null
- };
- },
- computed: {
- isDisabled: function isDisabled() {
- return !this.$material.ripple || this.mdDisabled;
- },
- rippleClasses: function rippleClasses() {
- return {
- 'md-disabled': this.isDisabled
- };
- },
- waveClasses: function waveClasses() {
- return {
- 'md-centered': this.mdCentered
- };
- }
- },
- watch: {
- mdActive: function mdActive(active) {
- var isBoolean = typeof active === 'boolean';
- var isEvent = active instanceof MouseEvent;
-
- if (isBoolean && this.mdCentered && active) {
- this.startRipple({
- type: 'mousedown'
- });
- } else if (isEvent) {
- this.startRipple(active);
- }
-
- this.$emit('update:mdActive', false);
- }
- },
- methods: {
- touchMoveCheck: function touchMoveCheck() {
- window.clearTimeout(this.touchTimeout);
- },
- touchStartCheck: function touchStartCheck($event) {
- var _this = this;
-
- this.touchTimeout = window.setTimeout(function () {
- _this.startRipple($event);
- }, 100);
- },
- startRipple: function startRipple($event) {
- var _this2 = this;
-
- (0, _raf2.default)(function () {
- var eventType = _this2.eventType,
- isDisabled = _this2.isDisabled,
- mdCentered = _this2.mdCentered;
-
-
- if (!isDisabled && (!eventType || eventType === $event.type)) {
- var size = _this2.getSize();
- var position = null;
-
- if (mdCentered) {
- position = _this2.getCenteredPosition(size);
- } else {
- position = _this2.getHitPosition($event, size);
- }
-
- _this2.eventType = $event.type;
- _this2.ripples.push({
- waveStyles: _this2.applyStyles(position, size),
- uuid: (0, _MdUuid2.default)()
- });
- }
- });
- },
- applyStyles: function applyStyles(position, size) {
- size += 'px';
-
- return _extends({}, position, {
- width: size,
- height: size
- });
- },
- clearWave: function clearWave(uuid) {
- uuid ? this.ripples = this.ripples.filter(function (ripple) {
- return ripple.uuid !== uuid;
- }) : this.ripples = [];
- },
- getSize: function getSize() {
- var _$el = this.$el,
- offsetWidth = _$el.offsetWidth,
- offsetHeight = _$el.offsetHeight;
-
-
- return Math.round(Math.max(offsetWidth, offsetHeight));
- },
- getCenteredPosition: function getCenteredPosition(size) {
- var halfSize = -size / 2 + 'px';
-
- return {
- 'margin-top': halfSize,
- 'margin-left': halfSize
- };
- },
- getHitPosition: function getHitPosition($event, elementSize) {
- var rect = this.$el.getBoundingClientRect();
- var top = $event.pageY;
- var left = $event.pageX;
-
- if ($event.type === 'touchstart') {
- top = $event.changedTouches[0].pageY;
- left = $event.changedTouches[0].pageX;
- }
-
- return {
- top: top - rect.top - elementSize / 2 - document.documentElement.scrollTop + 'px',
- left: left - rect.left - elementSize / 2 - document.documentElement.scrollLeft + 'px'
- };
- }
- }
-});
-
-/***/ }),
-/* 49 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWave_vue__ = __webpack_require__(50);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWave_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWave_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWave_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWave_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_58890fb8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdWave_vue__ = __webpack_require__(225);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(224)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWave_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_58890fb8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdWave_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdRipple/MdWave.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 50 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdWave',
- data: function data() {
- return {
- animating: false
- };
- },
-
- props: {
- waveClasses: null,
- waveStyles: null
- },
- mounted: function mounted() {
- this.animating = true;
- },
- methods: {
- end: function end() {
- this.animating = false;
- this.$emit('md-end');
- }
- }
-}); //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 51 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _MdAssetIcon = __webpack_require__(22);
-
-var _MdAssetIcon2 = _interopRequireDefault(_MdAssetIcon);
-
-var _MdRouterLink = __webpack_require__(13);
-
-var _MdRouterLink2 = _interopRequireDefault(_MdRouterLink);
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-var _MdRouterLinkProps = __webpack_require__(14);
-
-var _MdRouterLinkProps2 = _interopRequireDefault(_MdRouterLinkProps);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-var ignoredProps = ['id', 'mdLabel', 'mdIcon', 'mdDisabled'];
-
-exports.default = {
- name: 'MdBottomBarItem',
- mixins: [_MdAssetIcon2.default, _MdRouterLink2.default],
- props: {
- id: {
- type: String,
- default: function _default() {
- return 'md-bottom-bar-item-' + (0, _MdUuid2.default)();
- }
- },
- mdLabel: String,
- mdIcon: String,
- mdDisabled: Boolean
- },
- inject: ['MdBottomBar'],
- watch: {
- $props: {
- deep: true,
- handler: function handler() {
- this.setItemData();
- }
- },
- $attrs: {
- deep: true,
- handler: function handler() {
- this.setItemData();
- }
- }
- },
- computed: {
- itemClasses: function itemClasses() {
- return {
- 'md-active': this.id === this.MdBottomBar.activeItem
- };
- },
- attrs: function attrs() {
- var _this = this;
-
- var attrs = _extends({}, this.$attrs);
-
- var propNames = Object.keys(this.$options.propsData);
- propNames.forEach(function (prop) {
- if (!ignoredProps.includes(prop)) {
- attrs[prop] = _this[prop];
- }
- });
-
- return attrs;
- }
- },
- methods: {
- getPropValues: function getPropValues() {
- var _this2 = this;
-
- var propNames = Object.keys(this.$options.props);
- var values = {};
-
- propNames.forEach(function (prop) {
- if (!ignoredProps.includes(prop)) {
- if (_this2[prop]) {
- values[prop] = _this2[prop];
- } else if (_this2.$attrs && _this2.$attrs.hasOwnProperty(prop)) {
- if (prop) {
- values[prop] = _this2.$attrs[prop];
- } else {
- values[prop] = true;
- }
- }
- }
- });
-
- return values;
- },
- setItemData: function setItemData() {
- this.$set(this.MdBottomBar.items, this.id, {
- disabled: this.mdDisabled,
- options: this.mdTemplateOptions,
- props: this.getPropValues()
- });
- },
- setActiveItem: function setActiveItem($event) {
- if (!this.MdBottomBar.syncRoute) {
- this.MdBottomBar.activeItem = this.id;
- }
-
- if (this.MdBottomBar.type === 'shift') {
- this.MdBottomBar.mouseEvent = $event;
- }
- }
- },
- beforeCreate: function beforeCreate() {
- if (this.$router && this.$options.propsData.to) {
- var componentProps = (0, _MdRouterLinkProps2.default)(this, this.$options.props);
- this.$options.props = componentProps;
- }
- },
- created: function created() {
- this.setItemData();
- },
- beforeDestroy: function beforeDestroy() {
- this.$delete(this.MdBottomBar.items, this.id);
- }
-};
-
-/***/ }),
-/* 52 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdFocused = __webpack_require__(53);
-
-var _MdFocused2 = _interopRequireDefault(_MdFocused);
-
-var _MdRipple = __webpack_require__(23);
-
-var _MdRipple2 = _interopRequireDefault(_MdRipple);
-
-var _MdRouterLink = __webpack_require__(13);
-
-var _MdRouterLink2 = _interopRequireDefault(_MdRouterLink);
-
-var _MdRouterLinkProps = __webpack_require__(14);
-
-var _MdRouterLinkProps2 = _interopRequireDefault(_MdRouterLinkProps);
-
-var _MdButtonContent = __webpack_require__(232);
-
-var _MdButtonContent2 = _interopRequireDefault(_MdButtonContent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdButton',
- data: function data() {
- return {
- rippleActive: false
- };
- },
-
- components: {
- MdButtonContent: _MdButtonContent2.default
- },
- mixins: [_MdRipple2.default, _MdFocused2.default, _MdRouterLink2.default],
- props: {
- href: String,
- type: {
- type: String,
- default: 'button'
- },
- disabled: Boolean
- },
- computed: {
- rippleWorks: function rippleWorks() {
- return this.mdRipple && !this.disabled;
- },
- isRouterLink: function isRouterLink() {
- return this.$router && this.to;
- }
- },
- render: function render(createElement) {
- var _this = this;
-
- var buttonContent = createElement('md-button-content', {
- attrs: {
- mdRipple: this.mdRipple,
- disabled: this.disabled
- },
- props: {
- mdRippleActive: this.rippleActive
- },
- on: {
- 'update:mdRippleActive': function updateMdRippleActive(active) {
- return _this.rippleActive = active;
- }
- }
- }, this.$slots.default);
- var buttonAttrs = {
- staticClass: 'md-button',
- class: [this.$mdActiveTheme, {
- 'md-ripple-off': !this.mdRipple,
- 'md-focused': this.mdHasFocus
- }],
- attrs: _extends({}, this.attrs, {
- href: this.href,
- disabled: this.disabled,
- type: !this.href && (this.type || 'button')
- }),
- on: _extends({}, this.$listeners, {
- touchstart: function touchstart(event) {
- if (_this.rippleWorks) {
- _this.rippleActive = event;
- }
-
- _this.$listeners.touchstart && _this.$listeners.touchstart(event);
- },
- touchmove: function touchmove(event) {
- if (_this.rippleWorks) {
- _this.rippleActive = event;
- }
-
- _this.$listeners.touchmove && _this.$listeners.touchmove(event);
- },
- mousedown: function mousedown(event) {
- if (_this.rippleWorks) {
- _this.rippleActive = event;
- }
-
- _this.$listeners.mousedown && _this.$listeners.mousedown(event);
- }
- })
- };
- var tag = 'button';
-
- if (this.href) {
- tag = 'a';
- } else if (this.isRouterLink) {
- this.$options.props = (0, _MdRouterLinkProps2.default)(this, this.$options.props);
-
- tag = 'router-link';
- var exactActiveClass = this.$props.exactActiveClass;
- var activeClass = (this.$props.activeClass || this.$material.router.linkActiveClass) + ' md-active';
- buttonAttrs.props = _extends({}, this.$props, {
- exactActiveClass: exactActiveClass,
- activeClass: activeClass
- });
- delete buttonAttrs.props.type;
- delete buttonAttrs.attrs.type;
- delete buttonAttrs.props.href;
- delete buttonAttrs.attrs.href;
- }
-
- return createElement(tag, buttonAttrs, [buttonContent]);
- }
-});
-
-/***/ }),
-/* 53 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdReactive = __webpack_require__(31);
-
-var _MdReactive2 = _interopRequireDefault(_MdReactive);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-var hasEvents = false;
-var eventTarget = null;
-var supportsPassiveEvent = false;
-var MdFocused = new _MdReactive2.default({
- currentElement: null
-});
-
-function checkPassiveEventSupport() {
- try {
- var opts = Object.defineProperty({}, 'passive', {
- get: function get() {
- supportsPassiveEvent = { passive: true };
- }
- });
- window.addEventListener('ghost', null, opts);
- } catch (e) {}
-}
-
-function setKeyboardInteraction(_ref) {
- var keyCode = _ref.keyCode,
- target = _ref.target;
-
- MdFocused.currentElement = target;
-}
-
-function setMouseAndTouchInteraction(event) {
- MdFocused.currentElement = null;
-}
-
-function createKeyboardEvents() {
- eventTarget.addEventListener('keyup', setKeyboardInteraction);
-}
-
-function createPointerEvents() {
- eventTarget.addEventListener('pointerup', setMouseAndTouchInteraction);
-}
-
-function createMSPointerEvents() {
- eventTarget.addEventListener('MSPointerUp', setMouseAndTouchInteraction);
-}
-
-function createMouseAndTouchEvents() {
- eventTarget.addEventListener('mouseup', setMouseAndTouchInteraction);
-
- if ('ontouchend' in window) {
- eventTarget.addEventListener('touchend', setMouseAndTouchInteraction, supportsPassiveEvent);
- }
-}
-
-function bindEvents() {
- if (window.PointerEvent) {
- createPointerEvents();
- } else if (window.MSPointerEvent) {
- createMSPointerEvents();
- } else {
- createMouseAndTouchEvents();
- }
-
- createKeyboardEvents();
-}
-
-function createEvents() {
- if (!hasEvents) {
- eventTarget = document.body;
- checkPassiveEventSupport();
- bindEvents();
- hasEvents = true;
- }
-}
-
-exports.default = {
- data: function data() {
- return {
- mdHasFocus: false
- };
- },
- computed: {
- focusedElement: function focusedElement() {
- return MdFocused.currentElement;
- }
- },
- watch: {
- focusedElement: function focusedElement(el) {
- this.mdHasFocus = el === this.$el;
- }
- },
- mounted: function mounted() {
- createEvents();
- }
-};
-
-/***/ }),
-/* 54 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdRipple = __webpack_require__(10);
-
-var _MdRipple2 = _interopRequireDefault(_MdRipple);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdButtonContent',
- components: {
- MdRipple: _MdRipple2.default
- },
- props: {
- mdRipple: Boolean,
- mdRippleActive: null,
- disabled: Boolean
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 55 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdCard',
- props: {
- mdWithHover: Boolean
- },
- data: function data() {
- return {
- MdCard: {
- expand: false
- }
- };
- },
- provide: function provide() {
- return {
- MdCard: this.MdCard
- };
- },
-
- computed: {
- cardClasses: function cardClasses() {
- return {
- 'md-with-hover': this.mdWithHover,
- 'md-expand-active': this.MdCard.expand
- };
- }
- }
-}); //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 56 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdCardArea',
- props: {
- mdInset: Boolean
- },
- computed: {
- areaClasses: function areaClasses() {
- return {
- 'md-inset': this.mdInset
- };
- }
- }
-};
-
-/***/ }),
-/* 57 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdCardHeader'
-};
-
-/***/ }),
-/* 58 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdCardHeaderText',
- data: function data() {
- return {
- parentClasses: null
- };
- },
- mounted: function mounted() {
- this.parentClasses = this.$parent.$el.classList;
-
- if (this.parentClasses.contains('md-card-header')) {
- this.parentClasses.add('md-card-header-flex');
- }
- },
- beforeDestroy: function beforeDestroy() {
- this.parentClasses.remove('md-card-header-flex');
- }
-};
-
-/***/ }),
-/* 59 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"]) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } return function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { return sliceIterator(arr, i); } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; }();
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdCardMedia',
- props: {
- mdRatio: _extends({
- type: String
- }, (0, _MdPropValidator2.default)('md-ratio', ['16-9', '16/9', '16:9', '4-3', '4/3', '4:3', '1-1', '1/1', '1:1'])),
- mdMedium: Boolean,
- mdBig: Boolean
- },
- computed: {
- mediaClasses: function mediaClasses() {
- var classes = {};
-
- if (this.mdRatio) {
- var ratio = this.getAspectRatio();
-
- if (ratio) {
- var _ratio = _slicedToArray(ratio, 2),
- horiz = _ratio[0],
- vert = _ratio[1];
-
- classes['md-ratio-' + horiz + '-' + vert] = true;
- }
- }
-
- if (this.mdMedium || this.mdBig) {
- classes = {
- 'md-medium': this.mdMedium,
- 'md-big': this.mdBig
- };
- }
-
- return classes;
- }
- },
- methods: {
- getAspectRatio: function getAspectRatio() {
- var ratio = [];
-
- if (this.mdRatio.indexOf(':') !== -1) {
- ratio = this.mdRatio.split(':');
- } else if (this.mdRatio.indexOf('/') !== -1) {
- ratio = this.mdRatio.split('/');
- } else if (this.mdRatio.indexOf('-') !== -1) {
- ratio = this.mdRatio.split('-');
- }
-
- return ratio.length === 2 ? ratio : null;
- }
- }
-};
-
-/***/ }),
-/* 60 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdCardMediaActions'
-};
-
-/***/ }),
-/* 61 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdCardMediaCover',
- props: {
- mdTextScrim: Boolean,
- mdSolid: Boolean
- },
- data: function data() {
- return {
- backdropBackground: {}
- };
- },
- computed: {
- coverClasses: function coverClasses() {
- return {
- 'md-text-scrim': this.mdTextScrim,
- 'md-solid': this.mdSolid
- };
- },
- coverStyles: function coverStyles() {
- return {
- background: this.backdropBackground
- };
- }
- },
- methods: {
- applyScrimColor: function applyScrimColor(darkness) {
- if (this.$refs.backdrop) {
- this.backdropBackground = 'linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, ' + darkness / 2 + ') 66%, rgba(0, 0, 0, ' + darkness + ') 100%)';
- }
- },
- applySolidColor: function applySolidColor(darkness) {
- var area = this.$el.querySelector('.md-card-area');
-
- if (area) {
- area.style.background = 'rgba(0, 0, 0, ' + darkness + ')';
- }
- },
- getImageLightness: function getImageLightness(image, onLoad, onError) {
- var canvas = document.createElement('canvas');
-
- image.crossOrigin = 'Anonymous';
-
- image.onload = function () {
- var colorSum = 0;
- var ctx = void 0;
- var imageData = void 0;
- var imageMetadata = void 0;
- var r = void 0;
- var g = void 0;
- var b = void 0;
- var average = void 0;
-
- canvas.width = this.width;
- canvas.height = this.height;
- ctx = canvas.getContext('2d');
-
- ctx.drawImage(this, 0, 0);
-
- imageData = ctx.getImageData(0, 0, canvas.width, canvas.height);
- imageMetadata = imageData.data;
-
- for (var x = 0, len = imageMetadata.length; x < len; x += 4) {
- r = imageMetadata[x];
- g = imageMetadata[x + 1];
- b = imageMetadata[x + 2];
-
- average = Math.floor((r + g + b) / 3);
- colorSum += average;
- }
-
- onLoad(Math.floor(colorSum / (this.width * this.height)));
- };
-
- image.onerror = onError;
- }
- },
- mounted: function mounted() {
- var _this = this;
-
- var applyBackground = function applyBackground() {
- var darkness = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0.6;
-
- if (_this.mdTextScrim) {
- _this.applyScrimColor(darkness);
- } else if (_this.mdSolid) {
- _this.applySolidColor(darkness);
- }
- };
- var image = this.$el.querySelector('img');
-
- if (image && (this.mdTextScrim || this.mdSolid)) {
- this.getImageLightness(image, function (lightness) {
- var limit = 256;
- var darkness = (Math.abs(limit - lightness) * 100 / limit + 15) / 100;
-
- if (darkness >= 0.7) {
- darkness = 0.7;
- }
-
- applyBackground(darkness);
- }, applyBackground);
- }
- }
-};
-
-/***/ }),
-/* 62 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdCardContent'
-};
-
-/***/ }),
-/* 63 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdCardExpand',
- inject: ['MdCard']
-};
-
-/***/ }),
-/* 64 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"]) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } return function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { return sliceIterator(arr, i); } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; }();
-
-exports.default = {
- name: 'MdCardExpandTrigger',
- inject: ['MdCard'],
- render: function render(createElement) {
- var _this = this;
-
- var _$slots$default = _slicedToArray(this.$slots.default, 1),
- trigger = _$slots$default[0];
-
- var staticClass = ' md-card-expand-trigger';
- var listeners = {
- click: function click() {
- _this.MdCard.expand = !_this.MdCard.expand;
- }
- };
-
- if (trigger) {
- trigger.componentOptions.listeners = _extends({}, trigger.componentOptions.listeners, listeners);
- trigger.data.staticClass += staticClass;
-
- return trigger;
- }
-
- return createElement('div', {
- staticClass: staticClass,
- on: listeners
- });
- }
-};
-
-/***/ }),
-/* 65 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdObserveElement = __webpack_require__(16);
-
-var _MdObserveElement2 = _interopRequireDefault(_MdObserveElement);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdCardExpandContent',
- inject: ['MdCard'],
- data: function data() {
- return {
- marginTop: 0,
- resizeObserver: null,
- transitionEnabled: true
- };
- },
- computed: {
- expand: function expand() {
- return this.MdCard.expand;
- },
- contentStyles: function contentStyles() {
- return {
- 'margin-top': '-' + this.marginTop + 'px',
- 'opacity': this.marginTop === 0 ? 1 : 0,
- 'transition-property': this.transitionEnabled ? null : 'none'
- };
- }
- },
- methods: {
- calculateMarginTop: function calculateMarginTop() {
- if (!this.expand) {
- this.marginTop = this.$el.children[0].offsetHeight;
- } else {
- this.marginTop = 0;
- }
- },
- calculateMarginTopImmediately: function calculateMarginTopImmediately() {
- var _this = this;
-
- if (this.expand) {
- return;
- }
-
- this.transitionEnabled = false;
- this.$nextTick(function () {
- _this.calculateMarginTop();
- _this.$nextTick(function () {
- // force reflow
- _this.$el.offsetHeight;
- _this.transitionEnabled = true;
- });
- });
- }
- },
- watch: {
- expand: function expand() {
- this.calculateMarginTop();
- }
- },
- mounted: function mounted() {
- this.calculateMarginTopImmediately();
-
- this.resizeObserver = (0, _MdObserveElement2.default)(this.$el, {
- childList: true,
- characterData: true,
- subtree: true
- }, this.calculateMarginTopImmediately);
- },
- beforeDestroy: function beforeDestroy() {
- this.resizeObserver.disconnect();
- }
-}; //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 66 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-var alignments = ['left', 'right', 'space-between'];
-
-exports.default = {
- name: 'MdCardActions',
- props: {
- mdAlignment: _extends({
- type: String,
- default: 'right'
- }, (0, _MdPropValidator2.default)('md-alignment', alignments))
- }
-};
-
-/***/ }),
-/* 67 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdCheckboxMixin = __webpack_require__(68);
-
-var _MdCheckboxMixin2 = _interopRequireDefault(_MdCheckboxMixin);
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdCheckbox',
- mixins: [_MdCheckboxMixin2.default],
- props: {
- id: {
- type: String,
- default: function _default() {
- return 'md-checkbox-' + (0, _MdUuid2.default)();
- }
- }
- }
-}); //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 68 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
-
-var _MdRipple = __webpack_require__(10);
-
-var _MdRipple2 = _interopRequireDefault(_MdRipple);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- components: {
- MdRipple: _MdRipple2.default
- },
- props: {
- model: [String, Boolean, Object, Number, Array],
- value: {
- type: [String, Boolean, Object, Number]
- },
- name: [String, Number],
- required: Boolean,
- disabled: Boolean,
- indeterminate: Boolean,
- trueValue: {
- default: true
- },
- falseValue: {
- default: false
- }
- },
- model: {
- prop: 'model',
- event: 'change'
- },
- data: function data() {
- return {
- rippleActive: false
- };
- },
- computed: {
- attrs: function attrs() {
- var attrs = {
- id: this.id,
- name: this.name,
- disabled: this.disabled,
- required: this.required,
- 'true-value': this.trueValue,
- 'false-value': this.falseValue
- };
-
- if (this.$options.propsData.hasOwnProperty('value')) {
- if (this.value === null || _typeof(this.value) !== 'object') {
- attrs.value = this.value === null || this.value === undefined ? '' : String(this.value);
- }
- }
-
- return attrs;
- },
- isSelected: function isSelected() {
- if (this.isModelArray) {
- return this.model.includes(this.value);
- }
-
- if (this.hasValue) {
- return this.model === this.value;
- }
-
- return this.model === this.trueValue;
- },
- isModelArray: function isModelArray() {
- return Array.isArray(this.model);
- },
- checkClasses: function checkClasses() {
- return {
- 'md-checked': this.isSelected,
- 'md-disabled': this.disabled,
- 'md-required': this.required,
- 'md-indeterminate': this.indeterminate
- };
- },
- hasValue: function hasValue() {
- return this.$options.propsData.hasOwnProperty('value');
- }
- },
- methods: {
- removeItemFromModel: function removeItemFromModel(newModel) {
- var index = newModel.indexOf(this.value);
-
- if (index !== -1) {
- newModel.splice(index, 1);
- }
- },
- handleArrayCheckbox: function handleArrayCheckbox() {
- var newModel = this.model;
-
- if (!this.isSelected) {
- newModel.push(this.value);
- } else {
- this.removeItemFromModel(newModel);
- }
-
- this.$emit('change', newModel);
- },
- handleSingleSelectCheckbox: function handleSingleSelectCheckbox() {
- this.$emit('change', this.isSelected ? null : this.value);
- },
- handleSimpleCheckbox: function handleSimpleCheckbox() {
- this.$emit('change', this.isSelected ? this.falseValue : this.trueValue);
- },
- toggleCheck: function toggleCheck() {
- if (!this.disabled) {
- this.rippleActive = true;
-
- if (this.isModelArray) {
- this.handleArrayCheckbox();
- } else if (this.hasValue) {
- this.handleSingleSelectCheckbox();
- } else {
- this.handleSimpleCheckbox();
- }
- }
- }
- }
-};
-
-/***/ }),
-/* 69 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdField = __webpack_require__(24);
-
-var _MdField2 = _interopRequireDefault(_MdField);
-
-var _MdInput = __webpack_require__(17);
-
-var _MdInput2 = _interopRequireDefault(_MdInput);
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdChips',
- components: {
- MdField: _MdField2.default,
- MdInput: _MdInput2.default
- },
- props: {
- value: Array,
- id: {
- type: [String, Number],
- default: function _default() {
- return 'md-chips-' + (0, _MdUuid2.default)();
- }
- },
- mdInputType: _extends({
- type: [String, Number]
- }, (0, _MdPropValidator2.default)('md-input-type', ['email', 'number', 'password', 'search', 'tel', 'text', 'url'])),
- mdPlaceholder: [String, Number],
- mdStatic: Boolean,
- mdAutoInsert: {
- type: Boolean,
- default: false
- },
- mdLimit: Number,
- mdCheckDuplicated: {
- type: Boolean,
- default: false
- },
- mdFormat: {
- type: Function
- }
- },
- data: function data() {
- return {
- inputValue: '',
- duplicatedChip: null
- };
- },
- computed: {
- chipsClasses: function chipsClasses() {
- return {
- 'md-has-value': this.value && this.value.length
- };
- },
- modelRespectLimit: function modelRespectLimit() {
- return !this.mdLimit || this.value.length < this.mdLimit;
- },
- formattedInputValue: function formattedInputValue() {
- if (!this.mdFormat) {
- return this.inputValue;
- }
- return this.mdFormat(this.inputValue);
- }
- },
- methods: {
- insertChip: function insertChip(_ref) {
- var _this = this;
-
- var target = _ref.target;
-
- var inputValue = this.formattedInputValue;
-
- if (!inputValue || !this.modelRespectLimit) {
- return;
- }
-
- if (this.value.includes(inputValue)) {
- this.duplicatedChip = null;
- // to trigger animate
- this.$nextTick(function () {
- _this.duplicatedChip = inputValue;
- });
- return;
- }
-
- this.value.push(inputValue);
- this.$emit('input', this.value);
- this.$emit('md-insert', inputValue);
- this.inputValue = '';
- },
- removeChip: function removeChip(chip) {
- var _this2 = this;
-
- var index = this.value.indexOf(chip);
-
- this.value.splice(index, 1);
- this.$emit('input', this.value);
- this.$emit('md-delete', chip, index);
- this.$nextTick(function () {
- return _this2.$refs.input.$el.focus();
- });
- },
- handleBackRemove: function handleBackRemove() {
- if (!this.inputValue) {
- this.removeChip(this.value[this.value.length - 1]);
- }
- },
- handleInput: function handleInput() {
- if (this.mdCheckDuplicated) {
- this.checkDuplicated();
- } else {
- this.duplicatedChip = null;
- }
- },
- handleFocusOut: function handleFocusOut(_ref2) {
- var target = _ref2.target;
-
- if (this.mdAutoInsert) {
- this.insertChip(target);
- }
- },
- checkDuplicated: function checkDuplicated() {
- if (!this.value.includes(this.formattedInputValue)) {
- this.duplicatedChip = null;
- return false;
- }
-
- if (!this.mdCheckDuplicated) {
- return false;
- }
-
- this.duplicatedChip = this.formattedInputValue;
- }
- },
- watch: {
- value: function value() {
- this.checkDuplicated();
- }
- }
-});
-
-/***/ }),
-/* 70 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdClearIcon = __webpack_require__(71);
-
-var _MdClearIcon2 = _interopRequireDefault(_MdClearIcon);
-
-var _MdPasswordOffIcon = __webpack_require__(284);
-
-var _MdPasswordOffIcon2 = _interopRequireDefault(_MdPasswordOffIcon);
-
-var _MdPasswordOnIcon = __webpack_require__(286);
-
-var _MdPasswordOnIcon2 = _interopRequireDefault(_MdPasswordOnIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = new _MdComponent2.default({
- name: 'MdField',
- components: {
- MdClearIcon: _MdClearIcon2.default,
- MdPasswordOffIcon: _MdPasswordOffIcon2.default,
- MdPasswordOnIcon: _MdPasswordOnIcon2.default
- },
- props: {
- mdInline: Boolean,
- mdClearable: Boolean,
- mdCounter: {
- type: Boolean,
- default: true
- },
- mdTogglePassword: {
- type: Boolean,
- default: true
- }
- },
- data: function data() {
- return {
- showPassword: false,
- MdField: {
- value: null,
- focused: false,
- highlighted: false,
- disabled: false,
- required: false,
- placeholder: false,
- textarea: false,
- autogrow: false,
- maxlength: null,
- counter: null,
- password: null,
- togglePassword: false,
- clear: false,
- file: false,
- hasInvalidValue: false
- }
- };
- },
- provide: function provide() {
- return {
- MdField: this.MdField
- };
- },
-
- computed: {
- stringValue: function stringValue() {
- return (this.MdField.value || this.MdField.value === 0) && this.MdField.value.toString();
- },
- hasCounter: function hasCounter() {
- return this.mdCounter && (this.MdField.maxlength || this.MdField.counter);
- },
- hasPasswordToggle: function hasPasswordToggle() {
- return this.mdTogglePassword && this.MdField.password;
- },
- hasValue: function hasValue() {
- return this.stringValue && this.stringValue.length > 0 || this.MdField.hasInvalidValue;
- },
- valueLength: function valueLength() {
- if (this.stringValue) {
- return this.stringValue.length;
- }
-
- return 0;
- },
- fieldClasses: function fieldClasses() {
- return {
- 'md-inline': this.mdInline,
- 'md-clearable': this.mdClearable,
- 'md-focused': this.MdField.focused,
- 'md-highlight': this.MdField.highlighted,
- 'md-disabled': this.MdField.disabled,
- 'md-required': this.MdField.required,
- 'md-has-value': this.hasValue,
- 'md-has-placeholder': this.MdField.placeholder,
- 'md-has-textarea': this.MdField.textarea,
- 'md-has-password': this.MdField.password,
- 'md-has-file': this.MdField.file,
- 'md-has-select': this.MdField.select,
- 'md-autogrow': this.MdField.autogrow
- };
- }
- },
- methods: {
- clearInput: function clearInput() {
- var _this = this;
-
- this.MdField.clear = true;
- this.$emit('md-clear');
- this.$nextTick().then(function () {
- _this.MdField.clear = false;
- });
- },
- togglePassword: function togglePassword() {
- this.MdField.togglePassword = !this.MdField.togglePassword;
- },
- onBlur: function onBlur() {
- this.MdField.highlighted = false;
- }
- }
-});
-
-/***/ }),
-/* 71 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdClearIcon_vue__ = __webpack_require__(72);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdClearIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdClearIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdClearIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdClearIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f53126ba_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdClearIcon_vue__ = __webpack_require__(283);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdClearIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f53126ba_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdClearIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdClearIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 72 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdClearIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 73 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdSvgLoader = __webpack_require__(279);
-
-var _MdSvgLoader2 = _interopRequireDefault(_MdSvgLoader);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = new _MdComponent2.default({
- name: 'MdIcon',
- components: {
- MdSvgLoader: _MdSvgLoader2.default
- },
- props: {
- mdSrc: String
- }
-});
-
-/***/ }),
-/* 74 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-
-var mdSVGStore = {};
-
-exports.default = {
- name: 'MdSVGLoader',
- props: {
- mdSrc: {
- type: String,
- required: true
- }
- },
- data: function data() {
- return {
- html: null,
- error: null
- };
- },
- watch: {
- mdSrc: function mdSrc() {
- this.html = null;
- this.loadSVG();
- }
- },
- methods: {
- isSVG: function isSVG(mimetype) {
- if (typeof mimetype !== 'string') return false;
- return mimetype.indexOf('svg') >= 0;
- },
- setHtml: function setHtml(value) {
- var _this = this;
-
- mdSVGStore[this.mdSrc].then(function (html) {
- _this.html = html;
-
- return _this.$nextTick();
- }).then(function () {
- return _this.$emit('md-loaded');
- });
- },
- unexpectedError: function unexpectedError(reject) {
- this.error = 'Something bad happened trying to fetch ' + this.mdSrc + '.';
- reject(this.error);
- },
- loadSVG: function loadSVG() {
- var _this2 = this;
-
- if (!mdSVGStore.hasOwnProperty(this.mdSrc)) {
- mdSVGStore[this.mdSrc] = new Promise(function (resolve, reject) {
- var request = new window.XMLHttpRequest();
-
- request.open('GET', _this2.mdSrc, true);
-
- request.onload = function () {
- var mimetype = request.getResponseHeader('content-type');
-
- if (request.status === 200) {
- if (_this2.isSVG(mimetype)) {
- resolve(request.response);
- _this2.setHtml();
- } else {
- _this2.error = 'The file ' + _this2.mdSrc + ' is not a valid SVG.';
- reject(_this2.error);
- }
- } else if (request.status >= 400 && request.status < 500) {
- _this2.error = 'The file ' + _this2.mdSrc + ' do not exists.';
- reject(_this2.error);
- } else {
- _this2.unexpectedError(reject);
- }
- };
-
- request.onerror = function () {
- return _this2.unexpectedError(reject);
- };
- request.onabort = function () {
- return _this2.unexpectedError(reject);
- };
- request.send();
- });
- } else {
- this.setHtml();
- }
- }
- },
- mounted: function mounted() {
- this.loadSVG();
- }
-};
-
-/***/ }),
-/* 75 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdPasswordOffIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 76 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdPasswordOnIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 77 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-var _MdFieldMixin = __webpack_require__(18);
-
-var _MdFieldMixin2 = _interopRequireDefault(_MdFieldMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdInput',
- mixins: [_MdFieldMixin2.default],
- inject: ['MdField'],
- props: {
- id: {
- type: String,
- default: function _default() {
- return 'md-input-' + (0, _MdUuid2.default)();
- }
- },
- type: {
- type: String,
- default: 'text'
- }
- },
- computed: {
- toggleType: function toggleType() {
- return this.MdField.togglePassword;
- },
- isPassword: function isPassword() {
- return this.type === 'password';
- },
- listeners: function listeners() {
- var l = _extends({}, this.$listeners);
- delete l.input;
- return l;
- }
- },
- watch: {
- type: function type(_type) {
- this.setPassword(this.isPassword);
- },
- toggleType: function toggleType(toggle) {
- if (toggle) {
- this.setTypeText();
- } else {
- this.setTypePassword();
- }
- }
- },
- methods: {
- setPassword: function setPassword(state) {
- this.MdField.password = state;
- this.MdField.togglePassword = false;
- },
- setTypePassword: function setTypePassword() {
- this.$el.type = 'password';
- },
- setTypeText: function setTypeText() {
- this.$el.type = 'text';
- }
- },
- created: function created() {
- this.setPassword(this.isPassword);
- },
- beforeDestroy: function beforeDestroy() {
- this.setPassword(false);
- }
-});
-
-/***/ }),
-/* 78 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdFocused = __webpack_require__(53);
-
-var _MdFocused2 = _interopRequireDefault(_MdFocused);
-
-var _MdRipple = __webpack_require__(23);
-
-var _MdRipple2 = _interopRequireDefault(_MdRipple);
-
-var _MdClearIcon = __webpack_require__(71);
-
-var _MdClearIcon2 = _interopRequireDefault(_MdClearIcon);
-
-var _MdButton = __webpack_require__(15);
-
-var _MdButton2 = _interopRequireDefault(_MdButton);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdChip',
- components: {
- MdButton: _MdButton2.default,
- MdClearIcon: _MdClearIcon2.default
- },
- mixins: [_MdFocused2.default, _MdRipple2.default],
- props: {
- mdDisabled: Boolean,
- mdDeletable: Boolean,
- mdClickable: Boolean,
- mdDuplicated: {
- type: Boolean,
- default: false
- }
- },
- computed: {
- chipClasses: function chipClasses() {
- return {
- 'md-disabled': this.mdDisabled,
- 'md-deletable': this.mdDeletable,
- 'md-clickable': this.mdClickable,
- 'md-focused': this.mdHasFocus,
- 'md-duplicated': this.mdDuplicated
- };
- }
- }
-}); //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 79 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdContent_vue__ = __webpack_require__(80);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdContent_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdContent_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdContent_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdContent_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-var __vue_template__ = null
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdContent_vue___default.a,
- __vue_template__,
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdContent/MdContent.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 80 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdContent',
- props: {
- mdTag: {
- type: String,
- default: 'div'
- }
- },
- render: function render(createElement) {
- return createElement(this.mdTag, {
- staticClass: 'md-content',
- class: [this.$mdActiveTheme],
- attrs: this.$attrs,
- on: this.$listeners
- }, this.$slots.default);
- }
-});
-
-/***/ }),
-/* 81 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _vue = __webpack_require__(8);
-
-var _vue2 = _interopRequireDefault(_vue);
-
-var _isFirefox = __webpack_require__(298);
-
-var _isFirefox2 = _interopRequireDefault(_isFirefox);
-
-var _format = __webpack_require__(299);
-
-var _format2 = _interopRequireDefault(_format);
-
-var _parse = __webpack_require__(300);
-
-var _parse2 = _interopRequireDefault(_parse);
-
-var _isValid = __webpack_require__(83);
-
-var _isValid2 = _interopRequireDefault(_isValid);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-var _MdOverlay = __webpack_require__(26);
-
-var _MdOverlay2 = _interopRequireDefault(_MdOverlay);
-
-var _MdDatepickerDialog = __webpack_require__(303);
-
-var _MdDatepickerDialog2 = _interopRequireDefault(_MdDatepickerDialog);
-
-var _MdDateIcon = __webpack_require__(325);
-
-var _MdDateIcon2 = _interopRequireDefault(_MdDateIcon);
-
-var _MdDebounce = __webpack_require__(327);
-
-var _MdDebounce2 = _interopRequireDefault(_MdDebounce);
-
-var _MdField = __webpack_require__(24);
-
-var _MdField2 = _interopRequireDefault(_MdField);
-
-var _MdInput = __webpack_require__(17);
-
-var _MdInput2 = _interopRequireDefault(_MdInput);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdDatepicker',
- components: {
- MdOverlay: _MdOverlay2.default,
- MdDateIcon: _MdDateIcon2.default,
- MdField: _MdField2.default,
- MdInput: _MdInput2.default,
- MdDatepickerDialog: _MdDatepickerDialog2.default
- },
- props: {
- value: [String, Number, Date],
- mdDisabledDates: [Array, Function],
- mdOpenOnFocus: {
- type: Boolean,
- default: true
- },
- mdOverrideNative: {
- type: Boolean,
- default: true
- },
- mdImmediately: {
- type: Boolean,
- default: false
- },
- mdModelType: _extends({
- type: Function,
- default: Date
- }, (0, _MdPropValidator2.default)('md-model-type', [Date, String, Number])),
- MdDebounce: {
- type: Number,
- default: 1000
- },
- mdClearable: {
- type: Boolean,
- default: true
- }
- },
- data: function data() {
- return {
- showDialog: false,
- // String for input
- inputDate: '',
- // Date for real value
- localDate: null
- };
- },
- computed: {
- locale: function locale() {
- return this.$material.locale;
- },
- type: function type() {
- return this.mdOverrideNative ? 'text' : 'date';
- },
- dateFormat: function dateFormat() {
- return this.locale.dateFormat || 'yyyy-MM-dd';
- },
- modelType: function modelType() {
- if (this.isModelTypeString) {
- return String;
- } else if (this.isModelTypeNumber) {
- return Number;
- } else if (this.isModelTypeDate) {
- return Date;
- } else {
- return this.mdModelType;
- }
- },
- isModelNull: function isModelNull() {
- return this.value === null || this.value === undefined;
- },
- isModelTypeString: function isModelTypeString() {
- return typeof this.value === 'string';
- },
- isModelTypeNumber: function isModelTypeNumber() {
- return Number.isInteger(this.value) && this.value >= 0;
- },
- isModelTypeDate: function isModelTypeDate() {
- return _typeof(this.value) === 'object' && this.value instanceof Date && (0, _isValid2.default)(this.value);
- },
- localString: function localString() {
- return this.localDate && (0, _format2.default)(this.localDate, this.dateFormat);
- },
- localNumber: function localNumber() {
- return this.localDate && Number(this.localDate);
- },
- parsedInputDate: function parsedInputDate() {
- var parsedDate = (0, _parse2.default)(this.inputDate, this.dateFormat, new Date());
- return parsedDate && (0, _isValid2.default)(parsedDate) ? parsedDate : null;
- },
- pattern: function pattern() {
- return this.dateFormat.replace(/yyyy|MM|dd/g, function (match) {
- switch (match) {
- case 'yyyy':
- return '[0-9]{4}';
- case 'MM':
- case 'dd':
- return '[0-9]{2}';
- }
- });
- }
- },
- watch: {
- inputDate: function inputDate(value) {
- this.inputDateToLocalDate();
- },
- localDate: function localDate() {
- this.inputDate = this.localString;
- if (this.modelType === Date) {
- this.$emit('input', this.localDate);
- }
- },
- localString: function localString() {
- if (this.modelType === String) {
- this.$emit('input', this.localString);
- }
- },
- localNumber: function localNumber() {
- if (this.modelType === Number) {
- this.$emit('input', this.localNumber);
- }
- },
-
- value: {
- immediate: true,
- handler: function handler() {
- this.valueDateToLocalDate();
- }
- },
- mdModelType: function mdModelType(type) {
- switch (type) {
- case Date:
- this.$emit('input', this.localDate);
- break;
- case String:
- this.$emit('input', this.localString);
- break;
- case Number:
- this.$emit('input', this.localNumber);
- break;
- }
- },
- dateFormat: function dateFormat() {
- if (this.localDate) {
- this.inputDate = (0, _format2.default)(this.localDate, this.dateFormat);
- }
- }
- },
- methods: {
- toggleDialog: function toggleDialog() {
- if (!_isFirefox2.default || this.mdOverrideNative) {
- this.showDialog = !this.showDialog;
- if (this.showDialog) {
- this.$emit('md-opened');
- } else {
- this.$emit('md-closed');
- }
- } else {
- this.$refs.input.$el.click();
- }
- },
- onFocus: function onFocus() {
- if (this.mdOpenOnFocus) {
- this.toggleDialog();
- }
- },
- inputDateToLocalDate: function inputDateToLocalDate() {
- if (this.inputDate) {
- if (this.parsedInputDate) {
- this.localDate = this.parsedInputDate;
- }
- } else {
- this.localDate = null;
- }
- },
- valueDateToLocalDate: function valueDateToLocalDate() {
- if (this.isModelNull) {
- this.localDate = null;
- } else if (this.isModelTypeNumber) {
- this.localDate = new Date(this.value);
- } else if (this.isModelTypeDate) {
- this.localDate = this.value;
- } else if (this.isModelTypeString) {
- var parsedDate = (0, _parse2.default)(this.value, this.dateFormat, new Date());
-
- if ((0, _isValid2.default)(parsedDate)) {
- this.localDate = (0, _parse2.default)(this.value, this.dateFormat, new Date());
- } else {
- _vue2.default.util.warn('The datepicker value is not a valid date. Given value: ' + this.value + ', format: ' + this.dateFormat);
- }
- } else {
- _vue2.default.util.warn('The datepicker value is not a valid date. Given value: ' + this.value);
- }
- },
- onClear: function onClear() {
- this.$emit('md-clear');
- }
- },
- created: function created() {
- this.inputDateToLocalDate = (0, _MdDebounce2.default)(this.inputDateToLocalDate, this.MdDebounce);
- }
-};
-
-/***/ }),
-/* 82 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony export (immutable) */ __webpack_exports__["a"] = getTimezoneOffsetInMilliseconds;
-var MILLISECONDS_IN_MINUTE = 60000
-
-/**
- * Google Chrome as of 67.0.3396.87 introduced timezones with offset that includes seconds.
- * They usually appear for dates that denote time before the timezones were introduced
- * (e.g. for 'Europe/Prague' timezone the offset is GMT+00:57:44 before 1 October 1891
- * and GMT+01:00:00 after that date)
- *
- * Date#getTimezoneOffset returns the offset in minutes and would return 57 for the example above,
- * which would lead to incorrect calculations.
- *
- * This function returns the timezone offset in milliseconds that takes seconds in account.
- */
-function getTimezoneOffsetInMilliseconds (dirtyDate) {
- var date = new Date(dirtyDate.getTime())
- var baseTimezoneOffset = date.getTimezoneOffset()
- date.setSeconds(0, 0)
- var millisecondsPartOfTimezoneOffset = date.getTime() % MILLISECONDS_IN_MINUTE
-
- return baseTimezoneOffset * MILLISECONDS_IN_MINUTE + millisecondsPartOfTimezoneOffset
-}
-
-
-/***/ }),
-/* 83 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = isValid;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(3);
-
-
-/**
- * @name isValid
- * @category Common Helpers
- * @summary Is the given date valid?
- *
- * @description
- * Returns false if argument is Invalid Date and true otherwise.
- * Argument is converted to Date using `toDate`. See [toDate]{@link https://date-fns.org/docs/toDate}
- * Invalid Date is a Date, whose time value is NaN.
- *
- * Time value of Date: http://es5.github.io/#x15.9.1.1
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * - Now `isValid` doesn't throw an exception
- * if the first argument is not an instance of Date.
- * Instead, argument is converted beforehand using `toDate`.
- *
- * Examples:
- *
- * | `isValid` argument | Before v2.0.0 | v2.0.0 onward |
- * |---------------------------|---------------|---------------|
- * | `new Date()` | `true` | `true` |
- * | `new Date('2016-01-01')` | `true` | `true` |
- * | `new Date('')` | `false` | `false` |
- * | `new Date(1488370835081)` | `true` | `true` |
- * | `new Date(NaN)` | `false` | `false` |
- * | `'2016-01-01'` | `TypeError` | `true` |
- * | `''` | `TypeError` | `false` |
- * | `1488370835081` | `TypeError` | `true` |
- * | `NaN` | `TypeError` | `false` |
- *
- * We introduce this change to make *date-fns* consistent with ECMAScript behavior
- * that try to coerce arguments to the expected type
- * (which is also the case with other *date-fns* functions).
- *
- * @param {*} date - the date to check
- * @returns {Boolean} the date is valid
- * @throws {TypeError} 1 argument required
- *
- * @example
- * // For the valid date:
- * var result = isValid(new Date(2014, 1, 31))
- * //=> true
- *
- * @example
- * // For the value, convertable into a date:
- * var result = isValid(1393804800000)
- * //=> true
- *
- * @example
- * // For the invalid date:
- * var result = isValid(new Date(''))
- * //=> false
- */
-function isValid(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_0__toDate_index_js__["a" /* default */])(dirtyDate)
- return !isNaN(date)
-}
-
-
-/***/ }),
-/* 84 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/locale/en-US/_lib/formatDistance/index.js
-var formatDistanceLocale = {
- lessThanXSeconds: {
- one: 'less than a second',
- other: 'less than {{count}} seconds'
- },
-
- xSeconds: {
- one: '1 second',
- other: '{{count}} seconds'
- },
-
- halfAMinute: 'half a minute',
-
- lessThanXMinutes: {
- one: 'less than a minute',
- other: 'less than {{count}} minutes'
- },
-
- xMinutes: {
- one: '1 minute',
- other: '{{count}} minutes'
- },
-
- aboutXHours: {
- one: 'about 1 hour',
- other: 'about {{count}} hours'
- },
-
- xHours: {
- one: '1 hour',
- other: '{{count}} hours'
- },
-
- xDays: {
- one: '1 day',
- other: '{{count}} days'
- },
-
- aboutXMonths: {
- one: 'about 1 month',
- other: 'about {{count}} months'
- },
-
- xMonths: {
- one: '1 month',
- other: '{{count}} months'
- },
-
- aboutXYears: {
- one: 'about 1 year',
- other: 'about {{count}} years'
- },
-
- xYears: {
- one: '1 year',
- other: '{{count}} years'
- },
-
- overXYears: {
- one: 'over 1 year',
- other: 'over {{count}} years'
- },
-
- almostXYears: {
- one: 'almost 1 year',
- other: 'almost {{count}} years'
- }
-}
-
-function formatDistance (token, count, options) {
- options = options || {}
-
- var result
- if (typeof formatDistanceLocale[token] === 'string') {
- result = formatDistanceLocale[token]
- } else if (count === 1) {
- result = formatDistanceLocale[token].one
- } else {
- result = formatDistanceLocale[token].other.replace('{{count}}', count)
- }
-
- if (options.addSuffix) {
- if (options.comparison > 0) {
- return 'in ' + result
- } else {
- return result + ' ago'
- }
- }
-
- return result
-}
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.js
-function buildFormatLongFn (args) {
- return function (dirtyOptions) {
- var options = dirtyOptions || {}
- var width = options.width ? String(options.width) : args.defaultWidth
- var format = args.formats[width] || args.formats[args.defaultWidth]
- return format
- }
-}
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/locale/en-US/_lib/formatLong/index.js
-
-
-var dateFormats = {
- full: 'EEEE, MMMM do, y',
- long: 'MMMM do, y',
- medium: 'MMM d, y',
- short: 'MM/dd/yyyy'
-}
-
-var timeFormats = {
- full: 'h:mm:ss a zzzz',
- long: 'h:mm:ss a z',
- medium: 'h:mm:ss a',
- short: 'h:mm a'
-}
-
-var dateTimeFormats = {
- full: "{{date}} 'at' {{time}}",
- long: "{{date}} 'at' {{time}}",
- medium: '{{date}}, {{time}}',
- short: '{{date}}, {{time}}'
-}
-
-var formatLong = {
- date: buildFormatLongFn({
- formats: dateFormats,
- defaultWidth: 'full'
- }),
-
- time: buildFormatLongFn({
- formats: timeFormats,
- defaultWidth: 'full'
- }),
-
- dateTime: buildFormatLongFn({
- formats: dateTimeFormats,
- defaultWidth: 'full'
- })
-}
-
-/* harmony default export */ var _lib_formatLong = (formatLong);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/locale/en-US/_lib/formatRelative/index.js
-var formatRelativeLocale = {
- lastWeek: "'last' eeee 'at' p",
- yesterday: "'yesterday at' p",
- today: "'today at' p",
- tomorrow: "'tomorrow at' p",
- nextWeek: "eeee 'at' p",
- other: 'P'
-}
-
-function formatRelative (token, date, baseDate, options) {
- return formatRelativeLocale[token]
-}
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.js
-function buildLocalizeFn (args) {
- return function (dirtyIndex, dirtyOptions) {
- var options = dirtyOptions || {}
- var width = options.width ? String(options.width) : args.defaultWidth
- var context = options.context ? String(options.context) : 'standalone'
-
- var valuesArray
- if (context === 'formatting' && args.formattingValues) {
- valuesArray = args.formattingValues[width] || args.formattingValues[args.defaultFormattingWidth]
- } else {
- valuesArray = args.values[width] || args.values[args.defaultWidth]
- }
- var index = args.argumentCallback ? args.argumentCallback(dirtyIndex) : dirtyIndex
- return valuesArray[index]
- }
-}
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/locale/en-US/_lib/localize/index.js
-
-
-var eraValues = {
- narrow: ['B', 'A'],
- abbreviated: ['BC', 'AD'],
- wide: ['Before Christ', 'Anno Domini']
-}
-
-var quarterValues = {
- narrow: ['1', '2', '3', '4'],
- abbreviated: ['Q1', 'Q2', 'Q3', 'Q4'],
- wide: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter']
-}
-
-// Note: in English, the names of days of the week and months are capitalized.
-// If you are making a new locale based on this one, check if the same is true for the language you're working on.
-// Generally, formatted dates should look like they are in the middle of a sentence,
-// e.g. in Spanish language the weekdays and months should be in the lowercase.
-var monthValues = {
- narrow: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
- abbreviated: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
- wide: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
-}
-
-var dayValues = {
- narrow: ['S', 'M', 'T', 'W', 'T', 'F', 'S'],
- short: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
- abbreviated: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
- wide: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
-}
-
-var dayPeriodValues = {
- narrow: {
- am: 'a',
- pm: 'p',
- midnight: 'mi',
- noon: 'n',
- morning: 'morning',
- afternoon: 'afternoon',
- evening: 'evening',
- night: 'night'
- },
- abbreviated: {
- am: 'AM',
- pm: 'PM',
- midnight: 'midnight',
- noon: 'noon',
- morning: 'morning',
- afternoon: 'afternoon',
- evening: 'evening',
- night: 'night'
- },
- wide: {
- am: 'a.m.',
- pm: 'p.m.',
- midnight: 'midnight',
- noon: 'noon',
- morning: 'morning',
- afternoon: 'afternoon',
- evening: 'evening',
- night: 'night'
- }
-}
-var formattingDayPeriodValues = {
- narrow: {
- am: 'a',
- pm: 'p',
- midnight: 'mi',
- noon: 'n',
- morning: 'in the morning',
- afternoon: 'in the afternoon',
- evening: 'in the evening',
- night: 'at night'
- },
- abbreviated: {
- am: 'AM',
- pm: 'PM',
- midnight: 'midnight',
- noon: 'noon',
- morning: 'in the morning',
- afternoon: 'in the afternoon',
- evening: 'in the evening',
- night: 'at night'
- },
- wide: {
- am: 'a.m.',
- pm: 'p.m.',
- midnight: 'midnight',
- noon: 'noon',
- morning: 'in the morning',
- afternoon: 'in the afternoon',
- evening: 'in the evening',
- night: 'at night'
- }
-}
-
-function ordinalNumber (dirtyNumber, dirtyOptions) {
- var number = Number(dirtyNumber)
-
- // If ordinal numbers depend on context, for example,
- // if they are different for different grammatical genders,
- // use `options.unit`:
- //
- // var options = dirtyOptions || {}
- // var unit = String(options.unit)
- //
- // where `unit` can be 'year', 'quarter', 'month', 'week', 'date', 'dayOfYear',
- // 'day', 'hour', 'minute', 'second'
-
- var rem100 = number % 100
- if (rem100 > 20 || rem100 < 10) {
- switch (rem100 % 10) {
- case 1:
- return number + 'st'
- case 2:
- return number + 'nd'
- case 3:
- return number + 'rd'
- }
- }
- return number + 'th'
-}
-
-var localize = {
- ordinalNumber: ordinalNumber,
-
- era: buildLocalizeFn({
- values: eraValues,
- defaultWidth: 'wide'
- }),
-
- quarter: buildLocalizeFn({
- values: quarterValues,
- defaultWidth: 'wide',
- argumentCallback: function (quarter) {
- return Number(quarter) - 1
- }
- }),
-
- month: buildLocalizeFn({
- values: monthValues,
- defaultWidth: 'wide'
- }),
-
- day: buildLocalizeFn({
- values: dayValues,
- defaultWidth: 'wide'
- }),
-
- dayPeriod: buildLocalizeFn({
- values: dayPeriodValues,
- defaultWidth: 'wide',
- formattingValues: formattingDayPeriodValues,
- defaultFormattingWidth: 'wide'
- })
-}
-
-/* harmony default export */ var _lib_localize = (localize);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.js
-function buildMatchPatternFn (args) {
- return function (dirtyString, dirtyOptions) {
- var string = String(dirtyString)
- var options = dirtyOptions || {}
-
- var matchResult = string.match(args.matchPattern)
- if (!matchResult) {
- return null
- }
- var matchedString = matchResult[0]
-
- var parseResult = string.match(args.parsePattern)
- if (!parseResult) {
- return null
- }
- var value = args.valueCallback ? args.valueCallback(parseResult[0]) : parseResult[0]
- value = options.valueCallback ? options.valueCallback(value) : value
-
- return {
- value: value,
- rest: string.slice(matchedString.length)
- }
- }
-}
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.js
-function buildMatchFn (args) {
- return function (dirtyString, dirtyOptions) {
- var string = String(dirtyString)
- var options = dirtyOptions || {}
- var width = options.width
-
- var matchPattern = (width && args.matchPatterns[width]) || args.matchPatterns[args.defaultMatchWidth]
- var matchResult = string.match(matchPattern)
-
- if (!matchResult) {
- return null
- }
- var matchedString = matchResult[0]
-
- var parsePatterns = (width && args.parsePatterns[width]) || args.parsePatterns[args.defaultParseWidth]
-
- var value
- if (Object.prototype.toString.call(parsePatterns) === '[object Array]') {
- value = parsePatterns.findIndex(function (pattern) {
- return pattern.test(string)
- })
- } else {
- value = findKey(parsePatterns, function (pattern) {
- return pattern.test(string)
- })
- }
-
- value = args.valueCallback ? args.valueCallback(value) : value
- value = options.valueCallback ? options.valueCallback(value) : value
-
- return {
- value: value,
- rest: string.slice(matchedString.length)
- }
- }
-}
-
-function findKey (object, predicate) {
- for (var key in object) {
- if (object.hasOwnProperty(key) && predicate(object[key])) {
- return key
- }
- }
-}
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/locale/en-US/_lib/match/index.js
-
-
-
-var matchOrdinalNumberPattern = /^(\d+)(th|st|nd|rd)?/i
-var parseOrdinalNumberPattern = /\d+/i
-
-var matchEraPatterns = {
- narrow: /^(b|a)/i,
- abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
- wide: /^(before christ|before common era|anno domini|common era)/i
-}
-var parseEraPatterns = {
- any: [/^b/i, /^(a|c)/i]
-}
-
-var matchQuarterPatterns = {
- narrow: /^[1234]/i,
- abbreviated: /^q[1234]/i,
- wide: /^[1234](th|st|nd|rd)? quarter/i
-}
-var parseQuarterPatterns = {
- any: [/1/i, /2/i, /3/i, /4/i]
-}
-
-var matchMonthPatterns = {
- narrow: /^[jfmasond]/i,
- abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
- wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
-}
-var parseMonthPatterns = {
- narrow: [/^j/i, /^f/i, /^m/i, /^a/i, /^m/i, /^j/i, /^j/i, /^a/i, /^s/i, /^o/i, /^n/i, /^d/i],
- any: [/^ja/i, /^f/i, /^mar/i, /^ap/i, /^may/i, /^jun/i, /^jul/i, /^au/i, /^s/i, /^o/i, /^n/i, /^d/i]
-}
-
-var matchDayPatterns = {
- narrow: /^[smtwf]/i,
- short: /^(su|mo|tu|we|th|fr|sa)/i,
- abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
- wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
-}
-var parseDayPatterns = {
- narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
- any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
-}
-
-var matchDayPeriodPatterns = {
- narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
- any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
-}
-var parseDayPeriodPatterns = {
- any: {
- am: /^a/i,
- pm: /^p/i,
- midnight: /^mi/i,
- noon: /^no/i,
- morning: /morning/i,
- afternoon: /afternoon/i,
- evening: /evening/i,
- night: /night/i
- }
-}
-
-var match = {
- ordinalNumber: buildMatchPatternFn({
- matchPattern: matchOrdinalNumberPattern,
- parsePattern: parseOrdinalNumberPattern,
- valueCallback: function (value) {
- return parseInt(value, 10)
- }
- }),
-
- era: buildMatchFn({
- matchPatterns: matchEraPatterns,
- defaultMatchWidth: 'wide',
- parsePatterns: parseEraPatterns,
- defaultParseWidth: 'any'
- }),
-
- quarter: buildMatchFn({
- matchPatterns: matchQuarterPatterns,
- defaultMatchWidth: 'wide',
- parsePatterns: parseQuarterPatterns,
- defaultParseWidth: 'any',
- valueCallback: function (index) {
- return index + 1
- }
- }),
-
- month: buildMatchFn({
- matchPatterns: matchMonthPatterns,
- defaultMatchWidth: 'wide',
- parsePatterns: parseMonthPatterns,
- defaultParseWidth: 'any'
- }),
-
- day: buildMatchFn({
- matchPatterns: matchDayPatterns,
- defaultMatchWidth: 'wide',
- parsePatterns: parseDayPatterns,
- defaultParseWidth: 'any'
- }),
-
- dayPeriod: buildMatchFn({
- matchPatterns: matchDayPeriodPatterns,
- defaultMatchWidth: 'any',
- parsePatterns: parseDayPeriodPatterns,
- defaultParseWidth: 'any'
- })
-}
-
-/* harmony default export */ var _lib_match = (match);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/locale/en-US/index.js
-
-
-
-
-
-
-/**
- * @type {Locale}
- * @category Locales
- * @summary English locale (United States).
- * @language English
- * @iso-639-2 eng
- * @author Sasha Koss [@kossnocorp]{@link https://github.com/kossnocorp}
- * @author Lesha Koss [@leshakoss]{@link https://github.com/leshakoss}
- */
-var locale = {
- formatDistance: formatDistance,
- formatLong: _lib_formatLong,
- formatRelative: formatRelative,
- localize: _lib_localize,
- match: _lib_match,
- options: {
- weekStartsOn: 0 /* Sunday */,
- firstWeekContainsDate: 1
- }
-}
-
-/* harmony default export */ var en_US = __webpack_exports__["a"] = (locale);
-
-
-/***/ }),
-/* 85 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/toDate/index.js
-var toDate = __webpack_require__(3);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/startOfUTCISOWeek/index.js
-var startOfUTCISOWeek = __webpack_require__(19);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/getUTCISOWeekYear/index.js
-var getUTCISOWeekYear = __webpack_require__(86);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/startOfUTCISOWeekYear/index.js
-
-
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function startOfUTCISOWeekYear(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var year = Object(getUTCISOWeekYear["a" /* default */])(dirtyDate)
- var fourthOfJanuary = new Date(0)
- fourthOfJanuary.setUTCFullYear(year, 0, 4)
- fourthOfJanuary.setUTCHours(0, 0, 0, 0)
- var date = Object(startOfUTCISOWeek["a" /* default */])(fourthOfJanuary)
- return date
-}
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/getUTCISOWeek/index.js
-/* harmony export (immutable) */ __webpack_exports__["a"] = getUTCISOWeek;
-
-
-
-
-var MILLISECONDS_IN_WEEK = 604800000
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function getUTCISOWeek(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(toDate["a" /* default */])(dirtyDate)
- var diff =
- Object(startOfUTCISOWeek["a" /* default */])(date).getTime() - startOfUTCISOWeekYear(date).getTime()
-
- // Round the number of days to the nearest integer
- // because the number of milliseconds in a week is not constant
- // (e.g. it's different in the week of the daylight saving time clock shift)
- return Math.round(diff / MILLISECONDS_IN_WEEK) + 1
-}
-
-
-/***/ }),
-/* 86 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony export (immutable) */ __webpack_exports__["a"] = getUTCISOWeekYear;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(3);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__startOfUTCISOWeek_index_js__ = __webpack_require__(19);
-
-
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function getUTCISOWeekYear(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_0__toDate_index_js__["a" /* default */])(dirtyDate)
- var year = date.getUTCFullYear()
-
- var fourthOfJanuaryOfNextYear = new Date(0)
- fourthOfJanuaryOfNextYear.setUTCFullYear(year + 1, 0, 4)
- fourthOfJanuaryOfNextYear.setUTCHours(0, 0, 0, 0)
- var startOfNextYear = Object(__WEBPACK_IMPORTED_MODULE_1__startOfUTCISOWeek_index_js__["a" /* default */])(fourthOfJanuaryOfNextYear)
-
- var fourthOfJanuaryOfThisYear = new Date(0)
- fourthOfJanuaryOfThisYear.setUTCFullYear(year, 0, 4)
- fourthOfJanuaryOfThisYear.setUTCHours(0, 0, 0, 0)
- var startOfThisYear = Object(__WEBPACK_IMPORTED_MODULE_1__startOfUTCISOWeek_index_js__["a" /* default */])(fourthOfJanuaryOfThisYear)
-
- if (date.getTime() >= startOfNextYear.getTime()) {
- return year + 1
- } else if (date.getTime() >= startOfThisYear.getTime()) {
- return year
- } else {
- return year - 1
- }
-}
-
-
-/***/ }),
-/* 87 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/toDate/index.js
-var toDate = __webpack_require__(3);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/startOfUTCWeek/index.js
-var startOfUTCWeek = __webpack_require__(20);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/toInteger/index.js
-var toInteger = __webpack_require__(5);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/getUTCWeekYear/index.js
-var getUTCWeekYear = __webpack_require__(25);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/startOfUTCWeekYear/index.js
-
-
-
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function startOfUTCWeekYear (dirtyDate, dirtyOptions) {
- if (arguments.length < 1) {
- throw new TypeError('1 argument required, but only ' + arguments.length + ' present')
- }
-
- var options = dirtyOptions || {}
- var locale = options.locale
- var localeFirstWeekContainsDate = locale &&
- locale.options &&
- locale.options.firstWeekContainsDate
- var defaultFirstWeekContainsDate =
- localeFirstWeekContainsDate == null
- ? 1
- : Object(toInteger["a" /* default */])(localeFirstWeekContainsDate)
- var firstWeekContainsDate =
- options.firstWeekContainsDate == null
- ? defaultFirstWeekContainsDate
- : Object(toInteger["a" /* default */])(options.firstWeekContainsDate)
-
- var year = Object(getUTCWeekYear["a" /* default */])(dirtyDate, dirtyOptions)
- var firstWeek = new Date(0)
- firstWeek.setUTCFullYear(year, 0, firstWeekContainsDate)
- firstWeek.setUTCHours(0, 0, 0, 0)
- var date = Object(startOfUTCWeek["a" /* default */])(firstWeek, dirtyOptions)
- return date
-}
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/getUTCWeek/index.js
-/* harmony export (immutable) */ __webpack_exports__["a"] = getUTCWeek;
-
-
-
-
-var MILLISECONDS_IN_WEEK = 604800000
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function getUTCWeek(dirtyDate, options) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(toDate["a" /* default */])(dirtyDate)
- var diff =
- Object(startOfUTCWeek["a" /* default */])(date, options).getTime() -
- startOfUTCWeekYear(date, options).getTime()
-
- // Round the number of days to the nearest integer
- // because the number of milliseconds in a week is not constant
- // (e.g. it's different in the week of the daylight saving time clock shift)
- return Math.round(diff / MILLISECONDS_IN_WEEK) + 1
-}
-
-
-/***/ }),
-/* 88 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/toInteger/index.js
-var toInteger = __webpack_require__(5);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/toDate/index.js
-var toDate = __webpack_require__(3);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/addMilliseconds/index.js
-
-
-
-/**
- * @name addMilliseconds
- * @category Millisecond Helpers
- * @summary Add the specified number of milliseconds to the given date.
- *
- * @description
- * Add the specified number of milliseconds to the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the date to be changed
- * @param {Number} amount - the amount of milliseconds to be added
- * @returns {Date} the new date with the milliseconds added
- * @throws {TypeError} 2 arguments required
- *
- * @example
- * // Add 750 milliseconds to 10 July 2014 12:45:30.000:
- * var result = addMilliseconds(new Date(2014, 6, 10, 12, 45, 30, 0), 750)
- * //=> Thu Jul 10 2014 12:45:30.750
- */
-function addMilliseconds(dirtyDate, dirtyAmount) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var timestamp = Object(toDate["a" /* default */])(dirtyDate).getTime()
- var amount = Object(toInteger["a" /* default */])(dirtyAmount)
- return new Date(timestamp + amount)
-}
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/subMilliseconds/index.js
-/* harmony export (immutable) */ __webpack_exports__["a"] = subMilliseconds;
-
-
-
-/**
- * @name subMilliseconds
- * @category Millisecond Helpers
- * @summary Subtract the specified number of milliseconds from the given date.
- *
- * @description
- * Subtract the specified number of milliseconds from the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the date to be changed
- * @param {Number} amount - the amount of milliseconds to be subtracted
- * @returns {Date} the new date with the milliseconds subtracted
- * @throws {TypeError} 2 arguments required
- *
- * @example
- * // Subtract 750 milliseconds from 10 July 2014 12:45:30.000:
- * var result = subMilliseconds(new Date(2014, 6, 10, 12, 45, 30, 0), 750)
- * //=> Thu Jul 10 2014 12:45:29.250
- */
-function subMilliseconds(dirtyDate, dirtyAmount) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var amount = Object(toInteger["a" /* default */])(dirtyAmount)
- return addMilliseconds(dirtyDate, -amount)
-}
-
-
-/***/ }),
-/* 89 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* unused harmony export protectedTokens */
-/* harmony export (immutable) */ __webpack_exports__["a"] = isProtectedToken;
-/* harmony export (immutable) */ __webpack_exports__["b"] = throwProtectedError;
-var protectedTokens = ['D', 'DD', 'YY', 'YYYY']
-
-function isProtectedToken(token) {
- return protectedTokens.indexOf(token) !== -1
-}
-
-function throwProtectedError(token) {
- throw new RangeError(
- '`options.awareOfUnicodeTokens` must be set to `true` to use `' +
- token +
- '` token; see: https://git.io/fxCyr'
- )
-}
-
-
-/***/ }),
-/* 90 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdPortal = __webpack_require__(21);
-
-var _MdPortal2 = _interopRequireDefault(_MdPortal);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdOverlay',
- components: {
- MdPortal: _MdPortal2.default
- },
- props: {
- mdActive: Boolean,
- mdAttachToParent: Boolean,
- mdFixed: Boolean
- },
- computed: {
- overlayClasses: function overlayClasses() {
- return {
- 'md-fixed': this.mdFixed
- };
- }
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 91 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _addMonths = __webpack_require__(92);
-
-var _addMonths2 = _interopRequireDefault(_addMonths);
-
-var _startOfMonth = __webpack_require__(305);
-
-var _startOfMonth2 = _interopRequireDefault(_startOfMonth);
-
-var _subMonths = __webpack_require__(306);
-
-var _subMonths2 = _interopRequireDefault(_subMonths);
-
-var _getDate = __webpack_require__(307);
-
-var _getDate2 = _interopRequireDefault(_getDate);
-
-var _getDay = __webpack_require__(308);
-
-var _getDay2 = _interopRequireDefault(_getDay);
-
-var _getDaysInMonth = __webpack_require__(27);
-
-var _getDaysInMonth2 = _interopRequireDefault(_getDaysInMonth);
-
-var _getMonth = __webpack_require__(309);
-
-var _getMonth2 = _interopRequireDefault(_getMonth);
-
-var _getYear = __webpack_require__(310);
-
-var _getYear2 = _interopRequireDefault(_getYear);
-
-var _isEqual = __webpack_require__(311);
-
-var _isEqual2 = _interopRequireDefault(_isEqual);
-
-var _isSameDay = __webpack_require__(312);
-
-var _isSameDay2 = _interopRequireDefault(_isSameDay);
-
-var _setDate = __webpack_require__(313);
-
-var _setDate2 = _interopRequireDefault(_setDate);
-
-var _setMonth = __webpack_require__(314);
-
-var _setMonth2 = _interopRequireDefault(_setMonth);
-
-var _setYear = __webpack_require__(315);
-
-var _setYear2 = _interopRequireDefault(_setYear);
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdPopover = __webpack_require__(28);
-
-var _MdPopover2 = _interopRequireDefault(_MdPopover);
-
-var _MdArrowRightIcon = __webpack_require__(318);
-
-var _MdArrowRightIcon2 = _interopRequireDefault(_MdArrowRightIcon);
-
-var _MdArrowLeftIcon = __webpack_require__(320);
-
-var _MdArrowLeftIcon2 = _interopRequireDefault(_MdArrowLeftIcon);
-
-var _MdDialog = __webpack_require__(12);
-
-var _MdDialog2 = _interopRequireDefault(_MdDialog);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var daysInAWeek = 7;
-
-var getElements = function getElements(el, selector) {
- if (el && el.querySelector) {
- return el.querySelectorAll(selector);
- }
-
- return false;
-};
-
-exports.default = new _MdComponent2.default({
- name: 'MdDatepickerDialog',
- components: {
- MdPopover: _MdPopover2.default,
- MdArrowRightIcon: _MdArrowRightIcon2.default,
- MdArrowLeftIcon: _MdArrowLeftIcon2.default,
- MdDialog: _MdDialog2.default
- },
- props: {
- mdDate: Date,
- mdDisabledDates: [Array, Function],
- mdImmediately: {
- type: Boolean,
- default: false
- }
- },
- data: function data() {
- return {
- currentDate: null,
- selectedDate: null,
- showDialog: false,
- monthAction: null,
- currentView: 'day',
- contentStyles: {},
- availableYears: null
- };
- },
- computed: {
- firstDayOfAWeek: function firstDayOfAWeek() {
- // normalize
- var firstDayOfAWeek = Number(this.locale.firstDayOfAWeek);
- if (Number.isNaN(firstDayOfAWeek) || !Number.isFinite(firstDayOfAWeek)) {
- return 0;
- }
- firstDayOfAWeek = Math.floor(firstDayOfAWeek) % daysInAWeek;
- firstDayOfAWeek += firstDayOfAWeek < 0 ? daysInAWeek : 0;
- return firstDayOfAWeek;
- },
- locale: function locale() {
- return this.$material.locale;
- },
- popperSettings: function popperSettings() {
- return {
- placement: 'bottom-start',
- modifiers: {
- keepTogether: {
- enabled: true
- },
- flip: {
- enabled: false
- }
- }
- };
- },
- calendarClasses: function calendarClasses() {
- if (this.monthAction === 'next') {
- return 'md-next';
- }
-
- return 'md-previous';
- },
- firstDayOfMonth: function firstDayOfMonth() {
- return (0, _startOfMonth2.default)(this.currentDate).getDay();
- },
- prefixEmptyDays: function prefixEmptyDays() {
- var prefixEmptyDays = this.firstDayOfMonth - this.firstDayOfAWeek;
- prefixEmptyDays += prefixEmptyDays < 0 ? daysInAWeek : 0;
- return prefixEmptyDays;
- },
- daysInMonth: function daysInMonth() {
- return (0, _getDaysInMonth2.default)(this.currentDate);
- },
- currentDay: function currentDay() {
- if (this.selectedDate) {
- return (0, _getDate2.default)(this.selectedDate);
- }
-
- return (0, _getDate2.default)(this.currentDate);
- },
- currentMonth: function currentMonth() {
- return (0, _getMonth2.default)(this.currentDate);
- },
- currentMonthName: function currentMonthName() {
- return this.locale.months[this.currentMonth];
- },
- currentYear: function currentYear() {
- return (0, _getYear2.default)(this.currentDate);
- },
- selectedYear: function selectedYear() {
- if (this.selectedDate) {
- return (0, _getYear2.default)(this.selectedDate);
- }
-
- return (0, _getYear2.default)(this.currentDate);
- },
- shortDayName: function shortDayName() {
- if (this.selectedDate) {
- return this.locale.shortDays[(0, _getDay2.default)(this.selectedDate)];
- }
-
- return this.locale.shortDays[(0, _getDay2.default)(this.currentDate)];
- },
- shortMonthName: function shortMonthName() {
- if (this.selectedDate) {
- return this.locale.shortMonths[(0, _getMonth2.default)(this.selectedDate)];
- }
-
- return this.locale.shortMonths[(0, _getMonth2.default)(this.currentDate)];
- }
- },
- watch: {
- mdDate: function mdDate() {
- this.currentDate = this.mdDate || new Date();
- this.selectedDate = this.mdDate;
- },
- currentDate: function currentDate(next, previous) {
- var _this = this;
-
- this.$nextTick().then(function () {
- if (previous) {
- _this.setContentStyles();
- }
- });
- },
- currentView: function currentView() {
- var _this2 = this;
-
- this.$nextTick().then(function () {
- if (_this2.currentView === 'year') {
- var activeYear = getElements(_this2.$el, '.md-datepicker-year-button.md-datepicker-selected');
-
- if (activeYear.length) {
- activeYear[0].scrollIntoView({
- behavior: 'instant',
- block: 'center',
- inline: 'center'
- });
- }
- }
- });
- }
- },
- methods: {
- setContentStyles: function setContentStyles() {
- var months = getElements(this.$el, '.md-datepicker-month');
-
- if (months.length) {
- var nextMonth = months[months.length - 1];
-
- this.contentStyles = {
- height: nextMonth.offsetHeight + 10 + 'px'
- };
- }
- },
- setAvailableYears: function setAvailableYears() {
- var _locale = this.locale,
- startYear = _locale.startYear,
- endYear = _locale.endYear;
-
- var counter = startYear;
- var years = [];
-
- while (counter <= endYear) {
- years.push(counter++);
- }
-
- this.availableYears = years;
- },
- handleDisabledDateByArray: function handleDisabledDateByArray(date) {
- return this.mdDisabledDates.some(function (disabledDate) {
- return (0, _isSameDay2.default)(disabledDate, date);
- });
- },
- isDisabled: function isDisabled(day) {
- if (this.mdDisabledDates) {
- var targetDate = (0, _setDate2.default)(this.currentDate, day);
-
- if (Array.isArray(this.mdDisabledDates)) {
- return this.handleDisabledDateByArray(targetDate);
- } else if (typeof this.mdDisabledDates === 'function') {
- return this.mdDisabledDates(targetDate);
- }
- }
- },
- isSelectedDay: function isSelectedDay(day) {
- return (0, _isEqual2.default)(this.selectedDate, (0, _setDate2.default)(this.currentDate, day));
- },
- isToday: function isToday(day) {
- return (0, _isSameDay2.default)(new Date(), (0, _setDate2.default)(this.currentDate, day));
- },
- previousMonth: function previousMonth() {
- this.monthAction = 'previous';
- this.currentDate = (0, _subMonths2.default)(this.currentDate, 1);
- },
- nextMonth: function nextMonth() {
- this.monthAction = 'next';
- this.currentDate = (0, _addMonths2.default)(this.currentDate, 1);
- },
- switchMonth: function switchMonth(index) {
- this.currentDate = (0, _setMonth2.default)(this.currentDate, index);
- this.currentView = 'day';
- },
- switchYear: function switchYear(year) {
- this.currentDate = (0, _setYear2.default)(this.currentDate, year);
- this.currentView = 'month';
- },
- selectDate: function selectDate(day) {
- this.currentDate = (0, _setDate2.default)(this.currentDate, day);
- this.selectedDate = this.currentDate;
-
- if (this.mdImmediately) {
- this.$emit('update:mdDate', this.selectedDate);
- this.closeDialog();
- }
- },
- closeDialog: function closeDialog() {
- this.$emit('md-closed');
- },
- onClose: function onClose() {
- this.closeDialog();
- },
- onCancel: function onCancel() {
- this.closeDialog();
- },
- onConfirm: function onConfirm() {
- this.$emit('update:mdDate', this.selectedDate);
- this.closeDialog();
- },
- resetDate: function resetDate() {
- this.currentDate = this.mdDate || new Date();
- this.selectedDate = this.mdDate;
- this.currentView = 'day';
- }
- },
- created: function created() {
- this.setAvailableYears();
- this.resetDate();
- }
-});
-
-/***/ }),
-/* 92 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = addMonths;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__ = __webpack_require__(5);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__toDate_index_js__ = __webpack_require__(3);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__getDaysInMonth_index_js__ = __webpack_require__(27);
-
-
-
-
-/**
- * @name addMonths
- * @category Month Helpers
- * @summary Add the specified number of months to the given date.
- *
- * @description
- * Add the specified number of months to the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the date to be changed
- * @param {Number} amount - the amount of months to be added
- * @returns {Date} the new date with the months added
- * @throws {TypeError} 2 arguments required
- *
- * @example
- * // Add 5 months to 1 September 2014:
- * var result = addMonths(new Date(2014, 8, 1), 5)
- * //=> Sun Feb 01 2015 00:00:00
- */
-function addMonths(dirtyDate, dirtyAmount) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_1__toDate_index_js__["a" /* default */])(dirtyDate)
- var amount = Object(__WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__["a" /* default */])(dirtyAmount)
- var desiredMonth = date.getMonth() + amount
- var dateWithDesiredMonth = new Date(0)
- dateWithDesiredMonth.setFullYear(date.getFullYear(), desiredMonth, 1)
- dateWithDesiredMonth.setHours(0, 0, 0, 0)
- var daysInMonth = Object(__WEBPACK_IMPORTED_MODULE_2__getDaysInMonth_index_js__["default"])(dateWithDesiredMonth)
- // Set the last day of the new month
- // if the original date was the last day of the longer month
- date.setMonth(desiredMonth, Math.min(daysInMonth, date.getDate()))
- return date
-}
-
-
-/***/ }),
-/* 93 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-var _popper = __webpack_require__(317);
-
-var _popper2 = _interopRequireDefault(_popper);
-
-var _deepmerge = __webpack_require__(35);
-
-var _deepmerge2 = _interopRequireDefault(_deepmerge);
-
-var _MdPortal = __webpack_require__(21);
-
-var _MdPortal2 = _interopRequireDefault(_MdPortal);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdPopover',
- abstract: true,
- components: {
- MdPortal: _MdPortal2.default
- },
- props: {
- mdActive: Boolean,
- mdSettings: {
- type: Object,
- default: function _default() {
- return {};
- }
- }
- },
- data: function data() {
- return {
- popperInstance: null,
- originalParentEl: null,
- shouldRender: false,
- shouldActivate: false
- };
- },
- computed: {
- popoverClasses: function popoverClasses() {
- if (this.shouldActivate) {
- return 'md-active';
- } else if (this.shouldRender) {
- return 'md-rendering';
- }
- }
- },
- watch: {
- mdActive: {
- immediate: true,
- handler: function handler(shouldRender) {
- this.shouldRender = shouldRender;
-
- if (shouldRender) {
- this.bindPopper();
- } else {
- this.shouldActivate = false;
- }
- }
- },
- mdSettings: function mdSettings() {
- if (this.popperInstance) {
- this.createPopper();
- }
- }
- },
- methods: {
- getPopperOptions: function getPopperOptions() {
- var _this = this;
-
- return {
- placement: 'bottom',
- modifiers: {
- preventOverflow: {
- boundariesElement: 'viewport',
- padding: 16
- },
- computeStyle: {
- gpuAcceleration: false
- }
- },
- onCreate: function onCreate() {
- _this.shouldActivate = true;
- _this.$emit('md-active');
- }
- };
- },
- setOriginalParent: function setOriginalParent(el) {
- if (!this.originalParentEl) {
- this.originalParentEl = el;
- }
- },
- killPopper: function killPopper() {
- if (this.popperInstance) {
- this.popperInstance.destroy();
- this.popperInstance = null;
- }
- },
- bindPopper: function bindPopper() {
- var _this2 = this;
-
- this.$nextTick().then(function () {
- if (_this2.originalParentEl) {
- _this2.createPopper();
- }
- });
- },
- createPopper: function createPopper() {
- if (this.mdSettings) {
- var options = (0, _deepmerge2.default)(this.getPopperOptions(), this.mdSettings);
-
- if (this.$el.nodeType !== Node.COMMENT_NODE) {
- this.popperInstance = new _popper2.default(this.originalParentEl, this.$el, options);
- }
- }
- },
- resetPopper: function resetPopper() {
- if (this.popperInstance) {
- this.killPopper();
- this.createPopper();
- }
- }
- },
- beforeDestroy: function beforeDestroy() {
- this.killPopper();
- },
- mounted: function mounted() {
- this.resetPopper();
- },
- render: function render(createElement) {
- return createElement(_MdPortal2.default, {
- props: _extends({}, this.$attrs),
- on: _extends({}, this.$listeners, {
- 'md-initial-parent': this.setOriginalParent,
- 'md-destroy': this.killPopper
- })
- }, this.$slots.default);
- }
-};
-
-/***/ }),
-/* 94 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdArrowRightIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 95 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdArrowLeftIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 96 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdPortal = __webpack_require__(21);
-
-var _MdPortal2 = _interopRequireDefault(_MdPortal);
-
-var _MdOverlay = __webpack_require__(26);
-
-var _MdOverlay2 = _interopRequireDefault(_MdOverlay);
-
-var _MdFocusTrap = __webpack_require__(97);
-
-var _MdFocusTrap2 = _interopRequireDefault(_MdFocusTrap);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = new _MdComponent2.default({
- name: 'MdDialog',
- components: {
- MdPortal: _MdPortal2.default,
- MdOverlay: _MdOverlay2.default,
- MdFocusTrap: _MdFocusTrap2.default
- },
- props: {
- mdActive: Boolean,
- mdBackdrop: {
- type: Boolean,
- default: true
- },
- mdBackdropClass: {
- type: String,
- default: 'md-dialog-overlay'
- },
- mdCloseOnEsc: {
- type: Boolean,
- default: true
- },
- mdClickOutsideToClose: {
- type: Boolean,
- default: true
- },
- mdFullscreen: {
- type: Boolean,
- default: true
- },
- mdAnimateFromSource: Boolean
- },
- computed: {
- dialogClasses: function dialogClasses() {
- return {
- 'md-active': this.mdActive
- };
- },
- dialogContainerClasses: function dialogContainerClasses() {
- return {
- 'md-dialog-fullscreen': this.mdFullscreen
- };
- }
- },
- watch: {
- mdActive: function mdActive(isActive) {
- var _this = this;
-
- this.$nextTick().then(function () {
- if (isActive) {
- _this.$emit('md-opened');
- } else {
- _this.$emit('md-closed');
- }
- });
- }
- },
- methods: {
- closeDialog: function closeDialog() {
- this.$emit('update:mdActive', false);
- },
- onClick: function onClick() {
- if (this.mdClickOutsideToClose) {
- this.closeDialog();
- }
- this.$emit('md-clicked-outside');
- },
- onEsc: function onEsc() {
- if (this.mdCloseOnEsc) {
- this.closeDialog();
- }
- }
- }
-});
-
-/***/ }),
-/* 97 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _vue = __webpack_require__(8);
-
-var _vue2 = _interopRequireDefault(_vue);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdFocusTrap',
- abstract: true,
- methods: {
- setFocus: function setFocus() {
- var _this = this;
-
- window.setTimeout(function () {
- if (_this.$el.tagName) {
- _this.$el.setAttribute('tabindex', '-1');
- _this.$el.focus();
- }
- }, 20);
- }
- },
- mounted: function mounted() {
- this.setFocus();
- },
- render: function render() {
- try {
- var defaultSlot = this.$slots.default;
-
- if (!defaultSlot) {
- return null;
- }
-
- if (defaultSlot.length > 1) {
- throw new Error();
- }
-
- return defaultSlot[0];
- } catch (e) {
- _vue2.default.util.warn('MdFocusTrap can only render one, and exactly one child component.', this);
- }
-
- return null;
- }
-};
-
-/***/ }),
-/* 98 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdDateIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 99 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdDialogTitle'
-};
-
-/***/ }),
-/* 100 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdDialogContent'
-}); //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 101 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdDialogActions'
-};
-
-/***/ }),
-/* 102 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdDialogAlert',
- props: {
- mdTitle: String,
- mdContent: String,
- mdConfirmText: {
- type: String,
- default: 'Ok'
- }
- }
-};
-
-/***/ }),
-/* 103 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdDialogConfirm',
- props: {
- mdTitle: String,
- mdContent: String,
- mdConfirmText: {
- type: String,
- default: 'Ok'
- },
- mdCancelText: {
- type: String,
- default: 'Cancel'
- }
- },
- methods: {
- onCancel: function onCancel() {
- this.$emit('md-cancel');
- this.$emit('update:mdActive', false);
- },
- onConfirm: function onConfirm() {
- this.$emit('md-confirm');
- this.$emit('update:mdActive', false);
- }
- }
-};
-
-/***/ }),
-/* 104 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdDialogPrompt',
- props: {
- value: {},
- mdTitle: String,
- mdInputName: String,
- mdInputId: String,
- mdInputMaxlength: [String, Number],
- mdInputPlaceholder: [String, Number],
- mdContent: String,
- mdConfirmText: {
- type: String,
- default: 'Ok'
- },
- mdCancelText: {
- type: String,
- default: 'Cancel'
- }
- },
- data: function data() {
- return {
- inputValue: null
- };
- },
- watch: {
- value: function value() {
- this.inputValue = this.value;
- }
- },
- methods: {
- onCancel: function onCancel() {
- this.$emit('md-cancel');
- this.$emit('update:mdActive', false);
- },
- onConfirm: function onConfirm() {
- this.$emit('input', this.inputValue);
- this.$emit('md-confirm', this.inputValue);
- this.$emit('update:mdActive', false);
- },
- setInputFocus: function setInputFocus() {
- var _this = this;
-
- window.setTimeout(function () {
- _this.$refs.input.$el.focus();
- }, 50);
- }
- },
- created: function created() {
- this.inputValue = this.value;
- }
-};
-
-/***/ }),
-/* 105 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdDivider',
- computed: {
- insideList: function insideList() {
- return this.$parent.$options._componentTag === 'md-list';
- }
- }
-}); //
-//
-//
-//
-//
-
-/***/ }),
-/* 106 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdOverlay = __webpack_require__(26);
-
-var _MdOverlay2 = _interopRequireDefault(_MdOverlay);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-var _MdSwipeable = __webpack_require__(107);
-
-var _MdSwipeable2 = _interopRequireDefault(_MdSwipeable);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdDrawer',
- mixins: [_MdSwipeable2.default],
- components: {
- MdOverlay: _MdOverlay2.default
- },
- props: {
- mdRight: Boolean,
- mdPermanent: _extends({
- type: String
- }, (0, _MdPropValidator2.default)('md-permanent', ['full', 'clipped', 'card'])),
- mdPersistent: _extends({
- type: String
- }, (0, _MdPropValidator2.default)('md-persistent', ['mini', 'full'])),
- mdActive: Boolean,
- mdFixed: Boolean
- },
- watch: {
- mdActive: function mdActive(visible) {
- if (visible) {
- this.$emit('md-opened');
- } else {
- this.$emit('md-closed');
- }
- },
- swiped: function swiped(value) {
- if (value === 'right' || value === 'left') {
- this.$emit('update:mdActive', value === 'right');
- }
- }
- },
- computed: {
- drawerClasses: function drawerClasses() {
- var classes = {
- 'md-left': !this.mdRight,
- 'md-right': this.mdRight,
- 'md-temporary': this.isTemporary,
- 'md-persistent': this.mdPersistent,
- 'md-permanent': this.mdPermanent,
- 'md-active': this.mdActive,
- 'md-fixed': this.mdFixed
- };
-
- if (this.mdPermanent) {
- classes['md-permanent-' + this.mdPermanent] = true;
- }
-
- if (this.mdPersistent) {
- classes['md-persistent-' + this.mdPersistent] = true;
- }
-
- return classes;
- },
- isTemporary: function isTemporary() {
- return !this.mdPermanent && !this.mdPersistent;
- },
- mode: function mode() {
- if (this.mdPersistent) {
- return 'persistent';
- }
-
- if (this.mdPermanent) {
- return 'permanent';
- }
-
- return 'temporary';
- },
- submode: function submode() {
- if (this.mdPersistent) {
- return this.mdPersistent;
- }
-
- if (this.mdPermanent) {
- return this.mdPermanent;
- }
- },
- mdSwipeElement: function mdSwipeElement() {
- return this.$el.parentNode;
- }
- },
- methods: {
- closeDrawer: function closeDrawer() {
- this.$emit('update:mdActive', false);
- }
- }
-});
-
-/***/ }),
-/* 107 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.default = {
- props: {
- mdSwipeable: Boolean,
- mdSwipeThreshold: {
- type: Number,
- default: 150
- },
- mdSwipeRestraint: {
- type: Number,
- default: 100
- },
- mdSwipeTime: {
- type: Number,
- default: 300
- }
- },
- data: function data() {
- return {
- swipeStart: false,
- swipeStartTime: null,
- swiped: null,
- touchPosition: {
- startX: 0,
- startY: 0
- }
- };
- },
- computed: {
- getSwipeElement: function getSwipeElement() {
- return this.mdSwipeElement || window;
- }
- },
- methods: {
- handleTouchStart: function handleTouchStart(event) {
- this.touchPosition.startX = event.touches[0].screenX;
- this.touchPosition.startY = event.touches[0].screenY;
- this.swipeStartTime = new Date();
-
- this.swipeStart = true;
- },
-
- /* eslint-disable complexity */
- handleTouchMove: function handleTouchMove(event) {
- if (this.swipeStart) {
- var touchmoveX = event.touches[0].screenX;
- var touchmoveY = event.touches[0].screenY;
-
- var actualX = touchmoveX - this.touchPosition.startX;
- var actualY = touchmoveY - this.touchPosition.startY;
-
- var elapsedTime = new Date() - this.swipeStartTime;
-
- if (elapsedTime <= this.mdSwipeTime) {
- if (Math.abs(actualX) >= this.mdSwipeThreshold && Math.abs(actualY) <= this.mdSwipeRestraint) {
- this.swiped = actualX < 0 ? 'left' : 'right';
- } else if (Math.abs(actualY) >= this.mdSwipeThreshold && Math.abs(actualX) <= this.mdSwipeRestraint) {
- this.swiped = actualY < 0 ? 'up' : 'down';
- }
- }
- }
- },
- /* eslint-enable complexity */
- handleTouchEnd: function handleTouchEnd() {
- this.touchPosition = {
- startX: 0,
- startY: 0
- };
- this.swiped = null;
- this.swipeStart = false;
- }
- },
- mounted: function mounted() {
- if (this.mdSwipeable) {
- this.getSwipeElement.addEventListener('touchstart', this.handleTouchStart, false);
- this.getSwipeElement.addEventListener('touchend', this.handleTouchEnd, false);
- this.getSwipeElement.addEventListener('touchmove', this.handleTouchMove, false);
- }
- },
- beforeDestroy: function beforeDestroy() {
- if (this.mdSwipeable) {
- this.getSwipeElement.removeEventListener('touchstart', this.handleTouchStart, false);
- this.getSwipeElement.removeEventListener('touchend', this.handleTouchEnd, false);
- this.getSwipeElement.removeEventListener('touchmove', this.handleTouchMove, false);
- }
- }
-};
-
-/***/ }),
-/* 108 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEmptyState_vue__ = __webpack_require__(109);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEmptyState_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEmptyState_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEmptyState_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEmptyState_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_d8a893a2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdEmptyState_vue__ = __webpack_require__(360);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(359)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEmptyState_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_d8a893a2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdEmptyState_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdEmptyState/MdEmptyState.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 109 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdEmptyStateProps = __webpack_require__(110);
-
-var _MdEmptyStateProps2 = _interopRequireDefault(_MdEmptyStateProps);
-
-var _MdAssetIcon = __webpack_require__(22);
-
-var _MdAssetIcon2 = _interopRequireDefault(_MdAssetIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdEmptyState',
- mixins: [_MdAssetIcon2.default],
- props: _MdEmptyStateProps2.default,
- computed: {
- emptyStateClasses: function emptyStateClasses() {
- return {
- 'md-rounded': this.mdRounded
- };
- },
- emptyStateStyles: function emptyStateStyles() {
- if (this.mdRounded) {
- var size = this.mdSize + 'px';
-
- return {
- width: size,
- height: size
- };
- }
- }
- }
-}); //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 110 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.default = {
- mdRounded: Boolean,
- mdSize: {
- type: Number,
- default: 420
- },
- mdIcon: String,
- mdLabel: String,
- mdDescription: String
-};
-
-/***/ }),
-/* 111 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdIcon2.default.name, _MdIcon2.default);
-};
-
-/***/ }),
-/* 112 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _raf = __webpack_require__(9);
-
-var _raf2 = _interopRequireDefault(_raf);
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdDropDownIcon = __webpack_require__(365);
-
-var _MdDropDownIcon2 = _interopRequireDefault(_MdDropDownIcon);
-
-var _MdMenu = __webpack_require__(114);
-
-var _MdMenu2 = _interopRequireDefault(_MdMenu);
-
-var _MdMenuContent = __webpack_require__(116);
-
-var _MdMenuContent2 = _interopRequireDefault(_MdMenuContent);
-
-var _MdInput = __webpack_require__(17);
-
-var _MdInput2 = _interopRequireDefault(_MdInput);
-
-var _MdFieldMixin = __webpack_require__(18);
-
-var _MdFieldMixin2 = _interopRequireDefault(_MdFieldMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-var defaultOffset = {
- x: -15,
- y: -48
-};
-
-exports.default = {
- name: 'MdSelect',
- components: {
- MdInput: _MdInput2.default,
- MdMenu: _MdMenu2.default,
- MdMenuContent: _MdMenuContent2.default,
- MdDropDownIcon: _MdDropDownIcon2.default
- },
- mixins: [_MdFieldMixin2.default],
- props: {
- mdDense: Boolean,
- mdClass: String,
- multiple: Boolean,
- id: String,
- name: String
- },
- inject: ['MdField'],
- data: function data() {
- return {
- menuStyles: {},
- offset: {
- x: defaultOffset.x,
- y: 0
- },
- showSelect: true,
- didMount: false,
- MdSelect: {
- items: {},
- label: null,
- multiple: false,
- modelValue: this.localValue,
- setValue: this.setValue,
- setContent: this.setContent,
- setMultipleValue: this.setMultipleValue,
- setMultipleContent: this.setMultipleContent
- }
- };
- },
- provide: function provide() {
- var MdSelect = this.MdSelect;
-
- return { MdSelect: MdSelect };
- },
-
- computed: {
- attrs: function attrs() {
- return _extends({}, this.$attrs, {
- name: this.name,
- id: undefined
- });
- },
- inputListeners: function inputListeners() {
- return _extends({}, this.$listeners, {
- input: undefined
- });
- }
- },
- watch: {
- localValue: {
- immediate: true,
- handler: function handler(val) {
- this.setFieldContent();
- this.MdSelect.modelValue = this.localValue;
-
- if (this.didMount) {
- this.emitSelected(val);
- }
- }
- },
- multiple: {
- immediate: true,
- handler: function handler(isMultiple) {
- this.MdSelect.multiple = isMultiple;
- this.$nextTick(this.initialLocalValueByDefault);
- }
- }
- },
- methods: {
- elHasScroll: function elHasScroll(el) {
- return el.scrollHeight > el.offsetHeight;
- },
- scrollToSelectedOption: function scrollToSelectedOption(el, menu) {
- var top = el.offsetTop;
- var elHeight = el.offsetHeight;
- var menuHeight = menu.offsetHeight;
-
- menu.scrollTop = top - (menuHeight - elHeight) / 2;
- },
- setOffsets: function setOffsets(target) {
- if (!this.$isServer) {
- var menu = this.$refs.menu.$refs.container;
-
- if (menu) {
- var selected = target || menu.querySelector('.md-selected');
-
- if (selected) {
- this.scrollToSelectedOption(selected, menu);
- this.offset.y = defaultOffset.y - selected.offsetTop + menu.scrollTop + 8;
- this.menuStyles = {
- 'transform-origin': '0 ' + Math.abs(this.offset.y) + 'px'
- };
- } else {
- this.offset.y = defaultOffset.y + 1;
- this.menuStyles = {};
- }
- }
- }
- },
- onMenuEnter: function onMenuEnter() {
- if (!this.didMount) {
- return;
- }
-
- this.setOffsets();
- this.MdField.focused = true;
- this.$emit('md-opened');
- },
- applyHighlight: function applyHighlight() {
- this.MdField.focused = false;
- this.MdField.highlighted = true;
- this.$refs.input.$el.focus();
- },
- onClose: function onClose() {
- this.$emit('md-closed');
- if (this.didMount) {
- this.applyHighlight();
- }
- },
- onFocus: function onFocus() {
- if (this.didMount) {
- this.applyHighlight();
- }
- },
- removeHighlight: function removeHighlight() {
- this.MdField.highlighted = false;
- },
- openSelect: function openSelect() {
- if (!this.disabled) {
- this.showSelect = true;
- }
- },
- arrayAccessorRemove: function arrayAccessorRemove(arr, index) {
- var before = arr.slice(0, index);
- var after = arr.slice(index + 1, arr.length);
- return before.concat(after);
- },
- toggleArrayValue: function toggleArrayValue(value) {
- var index = this.localValue.indexOf(value);
- var includes = index > -1;
- if (!includes) {
- this.localValue = this.localValue.concat([value]);
- } else {
- this.localValue = this.arrayAccessorRemove(this.localValue, index);
- }
- },
- setValue: function setValue(newValue) {
- this.model = newValue;
- this.setFieldValue();
- this.showSelect = false;
- },
- setContent: function setContent(newLabel) {
- this.MdSelect.label = newLabel;
- },
- setContentByValue: function setContentByValue() {
- var textContent = this.MdSelect.items[this.localValue];
-
- if (textContent) {
- this.setContent(textContent);
- } else {
- this.setContent('');
- }
- },
- setMultipleValue: function setMultipleValue(value) {
- var newValue = value;
- this.toggleArrayValue(newValue);
- this.setFieldValue();
- },
- setMultipleContentByValue: function setMultipleContentByValue() {
- var _this = this;
-
- if (!this.localValue) {
- this.initialLocalValueByDefault();
- }
-
- var content = [];
-
- this.localValue.forEach(function (item) {
- var textContent = _this.MdSelect.items[item];
-
- if (textContent) {
- content.push(textContent);
- }
- });
-
- this.setContent(content.join(', '));
- },
- setFieldContent: function setFieldContent() {
- if (this.multiple) {
- this.setMultipleContentByValue();
- } else {
- this.setContentByValue();
- }
- },
- isLocalValueSet: function isLocalValueSet() {
- return this.localValue !== undefined && this.localValue !== null;
- },
- setLocalValueIfMultiple: function setLocalValueIfMultiple() {
- if (this.isLocalValueSet()) {
- this.localValue = [this.localValue];
- } else {
- this.localValue = [];
- }
- },
- setLocalValueIfNotMultiple: function setLocalValueIfNotMultiple() {
- if (this.localValue.length > 0) {
- this.localValue = this.localValue[0];
- } else {
- this.localValue = null;
- }
- },
- initialLocalValueByDefault: function initialLocalValueByDefault() {
- var isArray = Array.isArray(this.localValue);
-
- if (this.multiple && !isArray) {
- this.setLocalValueIfMultiple();
- } else if (!this.multiple && isArray) {
- this.setLocalValueIfNotMultiple();
- }
- },
- emitSelected: function emitSelected(value) {
- this.$emit('md-selected', value);
- }
- },
- mounted: function mounted() {
- var _this2 = this;
-
- this.showSelect = false;
- this.setFieldContent();
-
- this.$nextTick().then(function () {
- _this2.didMount = true;
- });
- },
- updated: function updated() {
- this.setFieldContent();
- }
-};
-
-/***/ }),
-/* 113 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdDropDownIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 114 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenu_vue__ = __webpack_require__(115);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenu_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenu_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenu_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenu_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_577c0662_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdMenu_vue__ = __webpack_require__(368);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(367)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenu_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_577c0662_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdMenu_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdMenu/MdMenu.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 115 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdMenu',
- props: {
- mdActive: Boolean,
- mdAlignTrigger: Boolean,
- mdOffsetX: Number,
- mdOffsetY: Number,
- mdFullWidth: Boolean,
- mdDense: Boolean,
- mdDirection: _extends({
- type: String,
- default: 'bottom-start'
- }, (0, _MdPropValidator2.default)('md-direction', ['top-end', 'top-start', 'bottom-end', 'bottom-start'])),
- mdCloseOnSelect: {
- type: Boolean,
- default: true
- },
- mdCloseOnClick: {
- type: Boolean,
- default: false
- },
- mdSize: _extends({
- type: String,
- default: 'small'
- }, (0, _MdPropValidator2.default)('md-size', ['auto', 'small', 'medium', 'big', 'huge']))
- },
- data: function data() {
- return {
- triggerEl: null,
- MdMenu: {
- instance: this,
- active: this.mdActive,
- direction: this.mdDirection,
- size: this.mdSize,
- alignTrigger: this.mdAlignTrigger,
- offsetX: this.mdOffsetX,
- offsetY: this.mdOffsetY,
- fullWidth: this.mdFullWidth,
- dense: this.mdDense,
- closeOnSelect: this.mdCloseOnSelect,
- closeOnClick: this.mdCloseOnClick,
- bodyClickObserver: null,
- windowResizeObserver: null,
- $el: this.$el
- }
- };
- },
- provide: function provide() {
- return {
- MdMenu: this.MdMenu
- };
- },
-
- computed: {
- isActive: function isActive() {
- return this.MdMenu.active;
- }
- },
- watch: {
- mdActive: {
- immediate: true,
- handler: function handler(isActive) {
- this.MdMenu.active = isActive;
- }
- },
- mdDirection: function mdDirection(direction) {
- this.MdMenu.direction = direction;
- },
- mdSize: function mdSize(size) {
- this.MdMenu.size = size;
- },
- mdAlignTrigger: function mdAlignTrigger(aligned) {
- this.MdMenu.alignTrigger = aligned;
- },
- mdOffsetX: function mdOffsetX(offset) {
- this.MdMenu.offsetX = offset;
- },
- mdOffsetY: function mdOffsetY(offset) {
- this.MdMenu.offsetY = offset;
- },
- isActive: function isActive(_isActive) {
- this.$emit('update:mdActive', _isActive);
-
- if (!_isActive) {
- this.$emit('md-closed');
- } else {
- this.$emit('md-opened');
- }
- },
- mdCloseOnSelect: function mdCloseOnSelect() {
- this.MdMenu.closeOnSelect = this.mdCloseOnSelect;
- },
- mdCloseOnClick: function mdCloseOnClick() {
- this.MdMenu.closeOnClick = this.mdCloseOnClick;
- }
- },
- methods: {
- toggleContent: function toggleContent($event) {
- this.MdMenu.active = !this.MdMenu.active;
- }
- },
- mounted: function mounted() {
- var _this = this;
-
- this.MdMenu.$el = this.$el;
-
- this.$nextTick().then(function () {
- _this.triggerEl = _this.$el.querySelector('[md-menu-trigger]');
-
- if (_this.triggerEl) {
- _this.triggerEl.addEventListener('click', _this.toggleContent);
- }
- });
- },
- beforeDestroy: function beforeDestroy() {
- if (this.triggerEl) {
- this.triggerEl.removeEventListener('click', this.toggleContent);
- }
- }
-};
-
-/***/ }),
-/* 116 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuContent_vue__ = __webpack_require__(117);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuContent_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuContent_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuContent_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuContent_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2c16774c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdMenuContent_vue__ = __webpack_require__(373);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(369)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuContent_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2c16774c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdMenuContent_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdMenu/MdMenuContent.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 117 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdObserveEvent = __webpack_require__(118);
-
-var _MdObserveEvent2 = _interopRequireDefault(_MdObserveEvent);
-
-var _MdResizeObserver = __webpack_require__(29);
-
-var _MdResizeObserver2 = _interopRequireDefault(_MdResizeObserver);
-
-var _MdPopover = __webpack_require__(28);
-
-var _MdPopover2 = _interopRequireDefault(_MdPopover);
-
-var _MdFocusTrap = __webpack_require__(97);
-
-var _MdFocusTrap2 = _interopRequireDefault(_MdFocusTrap);
-
-var _MdList = __webpack_require__(119);
-
-var _MdList2 = _interopRequireDefault(_MdList);
-
-var _MdContains = __webpack_require__(372);
-
-var _MdContains2 = _interopRequireDefault(_MdContains);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = new _MdComponent2.default({
- name: 'MdMenuContent',
- components: {
- MdPopover: _MdPopover2.default,
- MdFocusTrap: _MdFocusTrap2.default,
- MdList: _MdList2.default
- },
- props: {
- mdListClass: [String, Boolean],
- mdContentClass: [String, Boolean]
- },
- inject: ['MdMenu'],
- data: function data() {
- return {
- highlightIndex: -1,
- didMount: false,
- highlightItems: [],
- popperSettings: null,
- menuStyles: ''
- };
- },
- computed: {
- filteredAttrs: function filteredAttrs() {
- var attrs = this.$attrs;
- delete attrs.id;
- return attrs;
- },
- highlightedItem: function highlightedItem() {
- return this.highlightItems[this.highlightIndex];
- },
- shouldRender: function shouldRender() {
- return this.MdMenu.active;
- },
- menuClasses: function menuClasses() {
- var _ref;
-
- var prefix = 'md-menu-content-';
-
- return _ref = {}, _defineProperty(_ref, prefix + this.MdMenu.direction, true), _defineProperty(_ref, prefix + this.MdMenu.size, true), _defineProperty(_ref, 'md-menu-content', this.didMount), _defineProperty(_ref, 'md-shallow', !this.didMount), _ref;
- },
- listClasses: function listClasses() {
- return _extends({
- 'md-dense': this.MdMenu.dense
- }, this.mdListClass);
- }
- },
- watch: {
- shouldRender: function shouldRender(_shouldRender) {
- var _this = this;
-
- if (_shouldRender) {
- this.setPopperSettings();
- setTimeout(function () {
- _this.setInitialHighlightIndex();
- _this.createClickEventObserver();
- _this.createResizeObserver();
- _this.createKeydownListener();
- }, 0);
- }
- }
- },
- methods: {
- setPopperSettings: function setPopperSettings() {
- var _MdMenu = this.MdMenu,
- direction = _MdMenu.direction,
- alignTrigger = _MdMenu.alignTrigger;
-
- var _getOffsets = this.getOffsets(),
- offsetX = _getOffsets.offsetX,
- offsetY = _getOffsets.offsetY;
-
- if (!this.hasCustomOffsets()) {
- if (this.MdMenu.instance.$el && this.MdMenu.instance.$el.offsetHeight) {
- offsetY = -this.MdMenu.instance.$el.offsetHeight - 11;
- }
-
- if (direction.includes('start')) {
- offsetX = -8;
- } else if (direction.includes('end')) {
- offsetX = 8;
- }
- }
-
- this.popperSettings = {
- placement: direction,
- modifiers: {
- keepTogether: {
- enabled: true
- },
- flip: {
- enabled: false
- },
- offset: {
- offset: offsetX + ', ' + offsetY
- }
- }
- };
- },
- setInitialHighlightIndex: function setInitialHighlightIndex() {
- var _this2 = this;
-
- this.setHighlightItems();
- this.highlightItems.forEach(function (item, index) {
- if (item.classList.contains('md-selected')) {
- _this2.highlightIndex = index - 1;
- }
- });
- },
- setHighlightItems: function setHighlightItems() {
- if (this.$el.querySelectorAll) {
- var items = this.$el.querySelectorAll('.md-list-item-container:not(.md-list-item-default):not([disabled])');
-
- this.highlightItems = Array.from(items);
- }
- },
- setHighlight: function setHighlight(direction) {
- this.setHighlightItems();
-
- if (this.highlightItems.length) {
- if (direction === 'down') {
- if (this.highlightIndex === this.highlightItems.length - 1) {
- this.highlightIndex = 0;
- } else {
- this.highlightIndex++;
- }
- } else {
- if (this.highlightIndex === 0) {
- this.highlightIndex = this.highlightItems.length - 1;
- } else {
- this.highlightIndex--;
- }
- }
-
- this.clearAllHighlights();
- this.setItemHighlight();
- }
- },
- clearAllHighlights: function clearAllHighlights() {
- this.highlightItems.forEach(function (item) {
- item.parentNode.__vue__.highlighted = false;
- });
- },
- setItemHighlight: function setItemHighlight() {
- if (this.highlightedItem) {
- this.highlightedItem.parentNode.__vue__.highlighted = true;
- if (this.$parent.$parent.setOffsets) {
- this.$parent.$parent.setOffsets(this.highlightedItem.parentNode);
- }
- }
- },
- setSelection: function setSelection() {
- if (this.highlightedItem) {
- this.highlightedItem.parentNode.click();
- }
- },
- onEsc: function onEsc() {
- this.MdMenu.active = false;
- this.destroyKeyDownListener();
- },
- getOffsets: function getOffsets() {
- var relativePosition = this.getBodyPosition();
-
- var offsetX = this.MdMenu.offsetX || 0;
- var offsetY = this.MdMenu.offsetY || 0;
-
- return {
- offsetX: offsetX - relativePosition.x,
- offsetY: offsetY - relativePosition.y
- };
- },
- hasCustomOffsets: function hasCustomOffsets() {
- var _MdMenu2 = this.MdMenu,
- offsetX = _MdMenu2.offsetX,
- offsetY = _MdMenu2.offsetY,
- alignTrigger = _MdMenu2.alignTrigger;
-
-
- return Boolean(alignTrigger || offsetY || offsetX);
- },
- isMenu: function isMenu(_ref2) {
- var target = _ref2.target;
-
- return this.MdMenu.$el ? (0, _MdContains2.default)(this.MdMenu.$el, target) : false;
- },
- isMenuContentEl: function isMenuContentEl(_ref3) {
- var target = _ref3.target;
-
- return this.$refs.menu ? (0, _MdContains2.default)(this.$refs.menu, target) : false;
- },
- createClickEventObserver: function createClickEventObserver() {
- var _this3 = this;
-
- if (document) {
- this.MdMenu.bodyClickObserver = new _MdObserveEvent2.default(document.body, 'click', function ($event) {
- $event.stopPropagation();
- if (!_this3.isMenu($event) && (_this3.MdMenu.closeOnClick || !_this3.isMenuContentEl($event))) {
- _this3.MdMenu.active = false;
- _this3.MdMenu.bodyClickObserver.destroy();
- _this3.MdMenu.windowResizeObserver.destroy();
- _this3.destroyKeyDownListener();
- }
- });
- }
- },
- createKeydownListener: function createKeydownListener() {
- window.addEventListener('keydown', this.keyNavigation);
- },
- destroyKeyDownListener: function destroyKeyDownListener() {
- window.removeEventListener('keydown', this.keyNavigation);
- },
- keyNavigation: function keyNavigation(event) {
- switch (event.key) {
- case 'ArrowUp':
- event.preventDefault();
- this.setHighlight('up');
- break;
-
- case 'ArrowDown':
- event.preventDefault();
- this.setHighlight('down');
- break;
-
- case 'Enter':
- this.setSelection();
- break;
-
- case 'Space':
- this.setSelection();
- break;
-
- case 'Escape':
- this.onEsc();
- }
- },
- createResizeObserver: function createResizeObserver() {
- this.MdMenu.windowResizeObserver = new _MdResizeObserver2.default(window, this.setStyles);
- },
- setupWatchers: function setupWatchers() {
- this.$watch('MdMenu.direction', this.setPopperSettings);
- this.$watch('MdMenu.alignTrigger', this.setPopperSettings);
- this.$watch('MdMenu.offsetX', this.setPopperSettings);
- this.$watch('MdMenu.offsetY', this.setPopperSettings);
- },
- setStyles: function setStyles() {
- if (this.MdMenu.fullWidth) {
- this.menuStyles = '\n width: ' + this.MdMenu.instance.$el.offsetWidth + 'px;\n max-width: ' + this.MdMenu.instance.$el.offsetWidth + 'px\n ';
- }
- },
- getBodyPosition: function getBodyPosition() {
- var body = document.body;
-
- var _body$getBoundingClie = body.getBoundingClientRect(),
- top = _body$getBoundingClie.top,
- left = _body$getBoundingClie.left;
-
- var scrollLeft = window.pageXOffset !== undefined ? window.pageXOffset : body.scrollLeft;
- var scrollTop = window.pageYOffset !== undefined ? window.pageYOffset : body.scrollTop;
-
- return { x: left + scrollLeft, y: top + scrollTop };
- }
- },
- mounted: function mounted() {
- var _this4 = this;
-
- this.$nextTick().then(function () {
- _this4.setHighlightItems();
- _this4.setupWatchers();
- _this4.setStyles();
- _this4.didMount = true;
- });
- },
- beforeDestroy: function beforeDestroy() {
- if (this.MdMenu.bodyClickObserver) {
- this.MdMenu.bodyClickObserver.destroy();
- }
-
- if (this.MdMenu.windowResizeObserver) {
- this.MdMenu.windowResizeObserver.destroy();
- }
- this.destroyKeyDownListener();
- }
-});
-
-/***/ }),
-/* 118 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-exports.default = function (el, eventName, observerFn, options) {
- function killObserver() {
- el.removeEventListener(eventName, observerFn);
- }
-
- //fix click event for ios devices: https://stackoverflow.com/questions/3705937/document-click-not-working-correctly-on-iphone-jquery/17490775
- eventName && eventName.indexOf('click') >= 0 && /iP/i.test(navigator.userAgent) && (el.style.cursor = 'pointer');
- //
- el.addEventListener(eventName, observerFn, options || false);
-
- return {
- destroy: killObserver
- };
-};
-
-/***/ }),
-/* 119 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdList_vue__ = __webpack_require__(120);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdList_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdList_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdList_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdList_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_16ed17ef_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdList_vue__ = __webpack_require__(371);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(370)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdList_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_16ed17ef_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdList_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdList/MdList.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 120 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdList',
- data: function data() {
- return {
- MdList: {
- expandable: [],
- expandATab: this.expandATab,
- pushExpandable: this.pushExpandable,
- removeExpandable: this.removeExpandable
- }
- };
- },
- provide: function provide() {
- return {
- MdList: this.MdList
- };
- },
-
- props: {
- mdExpandSingle: {
- default: false
- }
- },
- methods: {
- expandATab: function expandATab(expandedListItem) {
- if (this.mdExpandSingle && expandedListItem) {
- var otherExpandableListItems = this.MdList.expandable.filter(function (target) {
- return target !== expandedListItem;
- });
- otherExpandableListItems.forEach(function (expandableListItem) {
- return expandableListItem.close();
- });
- }
- },
- pushExpandable: function pushExpandable(expandableListItem) {
- var expandableListItems = this.MdList.expandable;
-
- if (!expandableListItems.find(function (target) {
- return target === expandableListItem;
- })) {
- this.MdList.expandable = expandableListItems.concat([expandableListItem]);
- }
- },
- removeExpandable: function removeExpandable(expandableListItem) {
- var expandableListItems = this.MdList.expandable;
-
- if (expandableListItems.find(function (target) {
- return target === expandableListItem;
- })) {
- this.MdList.expandable = expandableListItems.filter(function (target) {
- return target !== expandableListItem;
- });
- }
- }
- }
-}); //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 121 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdOption',
- props: {
- value: [String, Number, Boolean],
- disabled: Boolean
- },
- inject: {
- MdSelect: {},
- MdOptgroup: {
- default: {}
- }
- },
- data: function data() {
- return {
- uniqueId: 'md-option-' + (0, _MdUuid2.default)(),
- isSelected: false,
- isChecked: false
- };
- },
- computed: {
- selectValue: function selectValue() {
- return this.MdSelect.modelValue;
- },
- isMultiple: function isMultiple() {
- return this.MdSelect.multiple;
- },
- isDisabled: function isDisabled() {
- return this.MdOptgroup.disabled || this.disabled;
- },
- key: function key() {
- var isSet = this.value || this.value === 0 || this.value === false || this.value === '';
- return isSet ? this.value : this.uniqueId;
- },
- inputLabel: function inputLabel() {
- return this.MdSelect.label;
- },
- optionClasses: function optionClasses() {
- return {
- 'md-selected': this.isSelected || this.isChecked
- };
- }
- },
- watch: {
- selectValue: function selectValue() {
- this.setIsSelected();
- },
- isChecked: function isChecked(val) {
- if (val === this.isSelected) {
- return;
- }
- this.setSelection();
- },
- isSelected: function isSelected(val) {
- this.isChecked = val;
- }
- },
- methods: {
- getTextContent: function getTextContent() {
- if (this.$el) {
- return this.$el.textContent.trim();
- }
-
- var slot = this.$slots.default;
-
- return slot ? slot[0].text.trim() : '';
- },
- setIsSelected: function setIsSelected() {
- if (!this.isMultiple) {
- this.isSelected = this.selectValue === this.value;
- return;
- }
- if (this.selectValue === undefined) {
- this.isSelected = false;
- return;
- }
- this.isSelected = this.selectValue.includes(this.value);
- },
- setSingleSelection: function setSingleSelection() {
- this.MdSelect.setValue(this.value);
- },
- setMultipleSelection: function setMultipleSelection() {
- this.MdSelect.setMultipleValue(this.value);
- },
- setSelection: function setSelection() {
- if (!this.isDisabled) {
- if (this.isMultiple) {
- this.setMultipleSelection();
- } else {
- this.setSingleSelection();
- }
- }
- },
- setItem: function setItem() {
- this.$set(this.MdSelect.items, this.key, this.getTextContent());
- }
- },
- updated: function updated() {
- this.setItem();
- },
- created: function created() {
- this.setItem();
- this.setIsSelected();
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 122 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdOptgroup',
- props: {
- label: String,
- disabled: Boolean
- },
- provide: function provide() {
- return {
- MdOptgroup: {
- disabled: this.disabled
- }
- };
- }
-};
-
-/***/ }),
-/* 123 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-var _MdFileIcon = __webpack_require__(383);
-
-var _MdFileIcon2 = _interopRequireDefault(_MdFileIcon);
-
-var _MdFieldMixin = __webpack_require__(18);
-
-var _MdFieldMixin2 = _interopRequireDefault(_MdFieldMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } } //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdFile',
- components: {
- MdFileIcon: _MdFileIcon2.default
- },
- props: {
- id: {
- type: String,
- default: function _default() {
- return 'md-file-' + (0, _MdUuid2.default)();
- }
- },
- name: String
- },
- computed: {
- iconClass: function iconClass() {
- return {
- 'md-disabled': this.disabled
- };
- }
- },
- mixins: [_MdFieldMixin2.default],
- inject: ['MdField'],
- methods: {
- getMultipleName: function getMultipleName(files) {
- var names = [];
-
- [].concat(_toConsumableArray(files)).forEach(function (_ref) {
- var name = _ref.name;
- return names.push(name);
- });
-
- return names.join(', ');
- },
- getFileName: function getFileName(files, target) {
- if (!files || files.length === 0) {
- return target.value.split('\\').pop();
- }
-
- if (files.length > 1) {
- return this.getMultipleName(files);
- }
-
- if (files.length === 1) {
- return files[0].name;
- }
-
- return null;
- },
- openPicker: function openPicker() {
- this.onFocus();
- this.$refs.inputFile.click();
- },
- onChange: function onChange($event) {
- this.onFileSelected($event);
- },
- onFileSelected: function onFileSelected(_ref2) {
- var target = _ref2.target,
- dataTransfer = _ref2.dataTransfer;
-
- var files = target.files || dataTransfer.files;
-
- this.model = this.getFileName(files, target);
- this.$emit('md-change', files || target.value);
- }
- },
- created: function created() {
- this.MdField.file = true;
- },
- beforeDestroy: function beforeDestroy() {
- this.MdField.file = false;
- }
-};
-
-/***/ }),
-/* 124 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdFileIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 125 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-var _MdFieldMixin = __webpack_require__(18);
-
-var _MdFieldMixin2 = _interopRequireDefault(_MdFieldMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function calculateContentHeight(el, lineHeight) {
- var origHeight = el.style.height;
- var height = el.offsetHeight;
- var scrollHeight = el.scrollHeight;
-
- el.style.overflow = 'hidden';
-
- if (height >= scrollHeight) {
- el.style.height = height + lineHeight + 'px';
-
- if (scrollHeight < el.scrollHeight) {
- el.style.height = origHeight;
-
- return height;
- }
- }
-
- return scrollHeight;
-}
-
-exports.default = new _MdComponent2.default({
- name: 'MdTextarea',
- mixins: [_MdFieldMixin2.default],
- inject: ['MdField'],
- props: {
- id: {
- type: String,
- default: function _default() {
- return 'md-textarea-' + (0, _MdUuid2.default)();
- }
- },
- mdAutogrow: Boolean
- },
- computed: {
- listeners: function listeners() {
- return _extends({}, this.$listeners, {
- input: this.onInput
- });
- },
- textareaStyles: function textareaStyles() {
- return {
- height: this.textareaHeight
- };
- }
- },
- methods: {
- getTextAreaLineSize: function getTextAreaLineSize() {
- var style = window.getComputedStyle(this.$el);
-
- return parseInt(style.lineHeight, 10);
- },
- setTextAreaSize: function setTextAreaSize(height) {
- var newHeight = height;
-
- if (!height) {
- var size = this.getTextAreaLineSize();
-
- newHeight = calculateContentHeight(this.$el, size);
- }
-
- this.textareaHeight = newHeight + 'px';
- },
- applyStyles: function applyStyles() {
- var _this = this;
-
- if (this.mdAutogrow) {
- this.setTextAreaSize(32);
- this.$nextTick().then(function () {
- _this.setTextAreaSize();
- window.setTimeout(function () {
- _this.$el.style.overflow = 'auto';
- }, 10);
- });
- }
- },
- setTextarea: function setTextarea() {
- this.MdField.textarea = true;
- },
- setAutogrow: function setAutogrow() {
- this.MdField.autogrow = this.mdAutogrow;
- },
- onInput: function onInput() {
- this.setFieldValue();
- }
- },
- watch: {
- localValue: function localValue() {
- this.applyStyles();
- }
- },
- created: function created() {
- this.setTextarea();
- this.setAutogrow();
- },
- mounted: function mounted() {
- this.$nextTick().then(this.applyStyles);
- },
- beforeDestroy: function beforeDestroy() {
- this.setTextarea(false);
- }
-});
-
-/***/ }),
-/* 126 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _vue = __webpack_require__(8);
-
-var _vue2 = _interopRequireDefault(_vue);
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function getHTMLOutput(str) {
- var text = str;
-
- if (!text) {
- text = '$&';
- }
-
- return '<span class="md-highlight-text-match">' + text + '</span>';
-}
-
-function fuzzyHighlight(text, term) {
- if (term.length === 0) {
- return text;
- }
-
- var offset = text.toLowerCase().indexOf(term[0].toLowerCase());
-
- if (offset === -1) {
- return '';
- }
-
- var last = 0;
- for (var i = 1; i < term.length; i++) {
- if (text[offset + i] !== term[i]) {
- break;
- }
-
- last = i;
- }
-
- var before = text.slice(0, offset);
- var match = getHTMLOutput(text.slice(offset, offset + last + 1));
- var after = fuzzyHighlight(text.slice(offset + last + 1), term.slice(last + 1));
-
- return before + match + after;
-}
-
-function normalHighlight(text, term) {
- var matches = new RegExp(term + '(?!([^<]+)?<)', 'gi');
-
- return text.replace(matches, getHTMLOutput());
-}
-
-function generateHighlight(_ref, term, isFuzzy) {
- var text = _ref.text;
-
- if (text && term && term[0]) {
- if (isFuzzy) {
- return fuzzyHighlight(text, term) || text;
- }
-
- return normalHighlight(text, term);
- }
-
- return text;
-}
-
-exports.default = new _MdComponent2.default({
- name: 'MdHighlightText',
- abstract: true,
- props: {
- mdTerm: String,
- mdFuzzySearch: {
- type: Boolean,
- default: true
- }
- },
- render: function render(createElement) {
- try {
- var defaultSlot = this.$slots.default;
-
- if (!defaultSlot) {
- return null;
- }
-
- if (defaultSlot.length > 1 || defaultSlot[0].tag) {
- throw new Error();
- }
-
- var HTMLContent = generateHighlight(defaultSlot[0], this.mdTerm, this.mdFuzzySearch);
-
- return createElement('div', {
- staticClass: 'md-highlight-text',
- class: this.$mdActiveTheme,
- domProps: {
- innerHTML: HTMLContent
- }
- });
- } catch (e) {
- _vue2.default.util.warn('MdHighlightText can only render text nodes.', this);
- }
-
- return null;
- }
-});
-
-/***/ }),
-/* 127 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdImage',
- props: {
- mdSrc: String
- }
-}); //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 128 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItem_vue__ = __webpack_require__(129);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItem_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItem_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItem_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItem_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(398)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-var __vue_template__ = null
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItem_vue___default.a,
- __vue_template__,
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdList/MdListItem/MdListItem.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 129 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-var _MdInteractionEvents = __webpack_require__(130);
-
-var _MdInteractionEvents2 = _interopRequireDefault(_MdInteractionEvents);
-
-var _MdRouterLinkProps = __webpack_require__(14);
-
-var _MdRouterLinkProps2 = _interopRequireDefault(_MdRouterLinkProps);
-
-var _MdListItemDefault = __webpack_require__(399);
-
-var _MdListItemDefault2 = _interopRequireDefault(_MdListItemDefault);
-
-var _MdListItemFakeButton = __webpack_require__(403);
-
-var _MdListItemFakeButton2 = _interopRequireDefault(_MdListItemFakeButton);
-
-var _MdListItemButton = __webpack_require__(405);
-
-var _MdListItemButton2 = _interopRequireDefault(_MdListItemButton);
-
-var _MdListItemLink = __webpack_require__(407);
-
-var _MdListItemLink2 = _interopRequireDefault(_MdListItemLink);
-
-var _MdListItemRouter = __webpack_require__(409);
-
-var _MdListItemRouter2 = _interopRequireDefault(_MdListItemRouter);
-
-var _MdListItemExpand = __webpack_require__(411);
-
-var _MdListItemExpand2 = _interopRequireDefault(_MdListItemExpand);
-
-var _MdButton = __webpack_require__(15);
-
-var _MdButton2 = _interopRequireDefault(_MdButton);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function hasExpansion(props) {
- return props.hasOwnProperty('mdExpand') && props.mdExpand !== false;
-}
-
-function resolveScopedSlot(props, children) {
- if (hasExpansion(props)) {
- return {
- 'md-expand': function mdExpand() {
- return children['md-expand'][0];
- }
- };
- }
-}
-
-function hasChildrenButtons(childrens) {
- return childrens.default.some(function (children) {
- return children.componentOptions && children.componentOptions.tag === 'md-button';
- });
-}
-
-function shouldRenderButtonWithListener(listeners) {
- var listenerNames = Object.keys(listeners);
- var shouldRender = false;
-
- listenerNames.forEach(function (listener) {
- if (_MdInteractionEvents2.default.includes(listener)) {
- shouldRender = true;
- }
- });
-
- return shouldRender;
-}
-
-function isRouterLink(parent, props) {
- return parent && parent.$router && props.to;
-}
-
-function createListComponent(props, parent, listeners, children) {
- if (hasExpansion(props)) {
- return _MdListItemExpand2.default;
- }
-
- if (props.disabled) {
- return _MdListItemButton2.default;
- }
-
- if (isRouterLink(parent, props)) {
- _MdListItemRouter2.default.props = (0, _MdRouterLinkProps2.default)(parent, {
- target: String
- });
- delete _MdListItemRouter2.default.props.href;
-
- return _MdListItemRouter2.default;
- }
-
- if (props.href) {
- return _MdListItemLink2.default;
- }
-
- if (shouldRenderButtonWithListener(listeners)) {
- return renderButtonWithListener(children);
- }
-
- return _MdListItemDefault2.default;
-}
-
-function renderButtonWithListener(children) {
- if (hasChildrenButtons(children)) {
- return _MdListItemFakeButton2.default;
- }
- return _MdListItemButton2.default;
-}
-
-exports.default = {
- name: 'MdListItem',
- functional: true,
- components: {
- MdButton: _MdButton2.default
- },
- render: function render(createElement, _ref) {
- var parent = _ref.parent,
- props = _ref.props,
- listeners = _ref.listeners,
- data = _ref.data,
- slots = _ref.slots;
-
- var children = slots();
- var listComponent = createListComponent(props, parent, listeners, children);
- var staticClass = 'md-list-item';
-
- if (data.staticClass) {
- staticClass += ' ' + data.staticClass;
- }
-
- return createElement('li', _extends({}, data, {
- staticClass: staticClass,
- on: listeners
- }), [createElement(listComponent, {
- props: props,
- scopedSlots: resolveScopedSlot(props, children),
- staticClass: 'md-list-item-container md-button-clean',
- on: listeners
- }, children.default)]);
- }
-};
-
-/***/ }),
-/* 130 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.default = ['click', 'dblclick', 'mousedown', 'mouseup'];
-
-/***/ }),
-/* 131 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdListItemMixin = __webpack_require__(11);
-
-var _MdListItemMixin2 = _interopRequireDefault(_MdListItemMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdListItemDefault',
- mixins: [_MdListItemMixin2.default],
- methods: {
- toggleControl: function toggleControl() {
- var control = this.$el.querySelector('.md-checkbox-container, .md-switch-container, .md-radio-container');
-
- if (control) {
- control.click();
- }
- }
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 132 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdRipple = __webpack_require__(10);
-
-var _MdRipple2 = _interopRequireDefault(_MdRipple);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdListItemContent',
- components: {
- MdRipple: _MdRipple2.default
- },
- props: {
- mdDisabled: Boolean
- }
-}; //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 133 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdListItemMixin = __webpack_require__(11);
-
-var _MdListItemMixin2 = _interopRequireDefault(_MdListItemMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdListItemFakeButton',
- mixins: [_MdListItemMixin2.default]
-}; //
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 134 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdListItemMixin = __webpack_require__(11);
-
-var _MdListItemMixin2 = _interopRequireDefault(_MdListItemMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdListItemButton',
- mixins: [_MdListItemMixin2.default]
-}; //
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 135 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdListItemMixin = __webpack_require__(11);
-
-var _MdListItemMixin2 = _interopRequireDefault(_MdListItemMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdListItemLink',
- mixins: [_MdListItemMixin2.default],
- props: {
- download: String,
- href: String,
- hreflang: String,
- ping: String,
- rel: String,
- target: String,
- type: String
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 136 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdListItemMixin = __webpack_require__(11);
-
-var _MdListItemMixin2 = _interopRequireDefault(_MdListItemMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdListItemRouter',
- mixins: [_MdListItemMixin2.default],
- computed: {
- routerProps: function routerProps() {
- return this.$props;
- }
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 137 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _raf = __webpack_require__(9);
-
-var _raf2 = _interopRequireDefault(_raf);
-
-var _MdArrowDownIcon = __webpack_require__(413);
-
-var _MdArrowDownIcon2 = _interopRequireDefault(_MdArrowDownIcon);
-
-var _MdListItemMixin = __webpack_require__(11);
-
-var _MdListItemMixin2 = _interopRequireDefault(_MdListItemMixin);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdListItemExpand',
- components: {
- MdArrowDownIcon: _MdArrowDownIcon2.default
- },
- mixins: [_MdListItemMixin2.default],
- inject: ['MdList'],
- data: function data() {
- return {
- expandStyles: {},
- showContent: false
- };
- },
- props: {
- mdExpanded: Boolean
- },
- computed: {
- expandClasses: function expandClasses() {
- return {
- 'md-active': this.showContent
- };
- }
- },
- methods: {
- getChildrenSize: function getChildrenSize() {
- var expandEl = this.$refs.listExpand;
- var size = 0;
-
- Array.from(expandEl.children).forEach(function (child) {
- size += child.offsetHeight;
- });
-
- return size;
- },
- fetchStyle: function fetchStyle() {
- var _this = this;
-
- return new Promise(function (resolve) {
- (0, _raf2.default)(function () {
- var fullHeight = 0;
-
- if (!_this.showContent) {
- fullHeight = 'auto'; // this.getChildrenSize() + 'px'
- }
-
- _this.expandStyles = { height: fullHeight };
- resolve();
- });
- });
- },
- toggleExpand: function toggleExpand() {
- var _this2 = this;
-
- this.fetchStyle().then(function () {
- _this2.showContent = !_this2.showContent;
- });
- },
- open: function open() {
- var _this3 = this;
-
- if (this.showContent) {
- return false;
- }
-
- this.fetchStyle().then(function () {
- return [_this3.showContent = true];
- });
- },
- close: function close() {
- var _this4 = this;
-
- if (!this.showContent) {
- return false;
- }
-
- this.fetchStyle().then(function () {
- _this4.showContent = false;
- });
- }
- },
- watch: {
- mdExpanded: function mdExpanded() {
- if (this.mdExpanded) {
- this.open();
- } else {
- this.close();
- }
- },
- showContent: function showContent() {
- var _this5 = this;
-
- var expanded = this.showContent;
- this.$emit('update:mdExpanded', expanded);
- this.$nextTick(function () {
- return _this5.$emit(expanded ? 'md-expanded' : 'md-collapsed');
- });
-
- if (expanded) {
- this.MdList.expandATab(this);
- }
- }
- },
- created: function created() {
- this.MdList.pushExpandable(this);
- },
- mounted: function mounted() {
- if (this.mdExpanded) {
- this.open();
- }
- },
- beforeDestroy: function beforeDestroy() {
- this.MdList.removeExpandable(this);
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 138 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdArrowDownIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 139 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdInteractionEvents = __webpack_require__(130);
-
-var _MdInteractionEvents2 = _interopRequireDefault(_MdInteractionEvents);
-
-var _MdListItem = __webpack_require__(128);
-
-var _MdListItem2 = _interopRequireDefault(_MdListItem);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdMenuItem',
- props: {
- disabled: Boolean
- },
- inject: ['MdMenu'],
- data: function data() {
- return {
- highlighted: false
- };
- },
- computed: {
- itemClasses: function itemClasses() {
- return {
- 'md-highlight': this.highlighted
- };
- },
- listeners: function listeners() {
- var _this = this;
-
- if (this.disabled) {
- return {};
- }
-
- if (!this.MdMenu.closeOnSelect) {
- return this.$listeners;
- }
-
- var listeners = {};
- var listenerNames = Object.keys(this.$listeners);
-
- listenerNames.forEach(function (listener) {
- if (_MdInteractionEvents2.default.includes(listener)) {
- listeners[listener] = function ($event) {
- _this.$listeners[listener]($event);
- _this.closeMenu();
- };
- } else {
- listeners[listener] = _this.$listeners[listener];
- }
- });
-
- return listeners;
- }
- },
- methods: {
- closeMenu: function closeMenu() {
- this.MdMenu.active = false;
-
- if (this.MdMenu.eventObserver) {
- this.MdMenu.eventObserver.destroy();
- }
- },
- triggerCloseMenu: function triggerCloseMenu() {
- if (!this.disabled) {
- this.closeMenu();
- }
- }
- },
- mounted: function mounted() {
- if (this.$el.children && this.$el.children[0]) {
- var listItem = this.$el.children[0];
-
- if (listItem.tagName.toUpperCase() === 'A') {
- this.$el.addEventListener('click', this.triggerCloseMenu);
- }
- }
- },
- beforeDestroy: function beforeDestroy() {
- this.$el.removeEventListener('click', this.triggerCloseMenu);
- }
-}); //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 140 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdProgressBar',
- props: {
- mdValue: {
- type: Number,
- default: 0
- },
- mdBuffer: {
- type: Number,
- default: 0
- },
- mdMode: _extends({
- type: String,
- default: 'determinate'
- }, (0, _MdPropValidator2.default)('md-mode', ['determinate', 'indeterminate', 'query', 'buffer']))
- },
- computed: {
- isDeterminate: function isDeterminate() {
- return this.mdMode === 'determinate';
- },
- isBuffer: function isBuffer() {
- return this.mdMode === 'buffer';
- },
- hasAmountFill: function hasAmountFill() {
- return this.isBuffer || this.isDeterminate;
- },
- progressClasses: function progressClasses() {
- return 'md-' + this.mdMode;
- },
- progressValueStyle: function progressValueStyle() {
- if (this.hasAmountFill) {
- return 'width: ' + this.mdValue + '%';
- }
- },
- progressTrackStyle: function progressTrackStyle() {
- if (this.hasAmountFill) {
- return 'width: ' + this.mdBuffer + '%';
- }
- },
- progressBufferStyle: function progressBufferStyle() {
- if (this.hasAmountFill) {
- return 'left: calc(' + this.mdBuffer + '% + 8px)';
- }
- }
- }
-});
-
-/***/ }),
-/* 141 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-var MdProgressSpinner = {
- styleTag: null,
- diameters: new Set()
-};
-
-exports.default = new _MdComponent2.default({
- name: 'MdProgressSpinner',
- props: {
- mdValue: {
- type: Number,
- default: 0
- },
- mdDiameter: {
- type: Number,
- default: 60
- },
- mdStroke: {
- type: Number,
- default: 6
- },
- mdMode: _extends({
- type: String,
- default: 'determinate'
- }, (0, _MdPropValidator2.default)('md-mode', ['determinate', 'indeterminate']))
- },
- computed: {
- isDeterminate: function isDeterminate() {
- return this.mdMode === 'determinate';
- },
- isIndeterminate: function isIndeterminate() {
- return this.mdMode === 'indeterminate';
- },
- isIE: function isIE() {
- if (!this.$isServer) {
- return navigator.userAgent.toLowerCase().includes('trident');
- }
- return false;
- },
- progressClasses: function progressClasses() {
- var _ref;
-
- var animationClass = 'md-progress-spinner-indeterminate';
-
- if (this.isIE) {
- animationClass += '-fallback';
- }
-
- return _ref = {}, _defineProperty(_ref, animationClass, true), _defineProperty(_ref, 'md-' + this.mdMode, true), _ref;
- },
- circleRadius: function circleRadius() {
- return (this.mdDiameter - this.mdStroke) / 2;
- },
- circleStrokeWidth: function circleStrokeWidth() {
- return this.mdStroke + 'px';
- },
- circleCircumference: function circleCircumference() {
- return 2 * Math.PI * this.circleRadius;
- },
- circleStrokeDashArray: function circleStrokeDashArray() {
- return this.circleCircumference + 'px';
- },
- circleStrokeDashOffset: function circleStrokeDashOffset() {
- if (this.isDeterminate) {
- return this.circleCircumference * (100 - this.mdValue) / 100 + 'px';
- }
-
- if (this.isIndeterminate && this.isIE) {
- return this.circleCircumference * 0.2 + 'px';
- }
-
- return null;
- }
- },
- watch: {
- mdValue: function mdValue() {
- this.attachCircleStyle();
- },
- mdDiameter: function mdDiameter() {
- this.attachSvgStyle();
- this.attachCircleStyle();
- },
- mdStroke: function mdStroke() {
- this.attachCircleStyle();
- }
- },
- methods: {
- attachSvgStyle: function attachSvgStyle() {
- var svg = this.$refs['md-progress-spinner-draw'];
- var size = this.mdDiameter + 'px';
- svg.style.width = size;
- svg.style.height = size;
- },
- attachCircleStyle: function attachCircleStyle() {
- var circle = this.$refs['md-progress-spinner-circle'];
- circle.style.strokeDashoffset = this.circleStrokeDashOffset;
- circle.style.strokeDasharray = this.circleStrokeDashArray;
- circle.style.strokeWidth = this.circleStrokeWidth;
- circle.style.setProperty('--md-progress-spinner-start-value', 0.95 * this.circleCircumference);
- circle.style.setProperty('--md-progress-spinner-end-value', 0.2 * this.circleCircumference);
- }
- },
- mounted: function mounted() {
- this.attachSvgStyle();
- this.attachCircleStyle();
- }
-});
-
-/***/ }),
-/* 142 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-var _MdRipple = __webpack_require__(10);
-
-var _MdRipple2 = _interopRequireDefault(_MdRipple);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdRadio',
- components: {
- MdRipple: _MdRipple2.default
- },
- props: {
- model: [String, Number, Boolean, Object],
- value: {
- type: [String, Number, Boolean, Object],
- default: 'on'
- },
- id: {
- type: String,
- default: function _default() {
- return 'md-radio-' + (0, _MdUuid2.default)();
- }
- },
- name: [String, Number],
- required: Boolean,
- disabled: Boolean
- },
- model: {
- prop: 'model',
- event: 'change'
- },
- data: function data() {
- return {
- rippleActive: false
- };
- },
- computed: {
- isSelected: function isSelected() {
- return this.model === this.value;
- },
- radioClasses: function radioClasses() {
- return {
- 'md-checked': this.isSelected,
- 'md-disabled': this.disabled,
- 'md-required': this.required
- };
- }
- },
- methods: {
- toggleCheck: function toggleCheck() {
- if (!this.disabled) {
- this.rippleActive = true;
- this.$emit('change', this.value);
- }
- }
- }
-}); //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 143 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-var _MdPortal = __webpack_require__(21);
-
-var _MdPortal2 = _interopRequireDefault(_MdPortal);
-
-var _MdSnackbarContent = __webpack_require__(434);
-
-var _MdSnackbarContent2 = _interopRequireDefault(_MdSnackbarContent);
-
-var _MdSnackbarQueue = __webpack_require__(436);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdSnackbar',
- components: {
- MdPortal: _MdPortal2.default,
- MdSnackbarContent: _MdSnackbarContent2.default
- },
- props: {
- mdActive: Boolean,
- mdPersistent: Boolean,
- mdDuration: {
- type: Number,
- default: 4000
- },
- mdPosition: _extends({
- type: String,
- default: 'center'
- }, (0, _MdPropValidator2.default)('md-position', ['center', 'left']))
- },
- computed: {
- snackbarClasses: function snackbarClasses() {
- return _defineProperty({}, 'md-position-' + this.mdPosition, true);
- }
- },
- watch: {
- mdActive: function mdActive(isActive) {
- var _this = this;
-
- if (isActive) {
- (0, _MdSnackbarQueue.createSnackbar)(this.mdDuration, this.mdPersistent, this).then(function () {
- _this.$emit('update:mdActive', false);
- _this.$emit('md-opened');
- });
- } else {
- (0, _MdSnackbarQueue.destroySnackbar)();
- this.$emit('md-closed');
- }
- }
- }
-});
-
-/***/ }),
-/* 144 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdSnackbarContent',
- props: {
- mdClasses: Array
- }
-};
-
-/***/ }),
-/* 145 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdSpeedDial',
- props: {
- mdEvent: _extends({
- type: String,
- default: 'hover'
- }, (0, _MdPropValidator2.default)('md-event', ['click', 'hover'])),
- mdDirection: _extends({
- type: String,
- default: 'top'
- }, (0, _MdPropValidator2.default)('md-direction', ['top', 'bottom'])),
- mdEffect: _extends({
- type: String,
- default: 'fling'
- }, (0, _MdPropValidator2.default)('md-effect', ['fling', 'scale', 'opacity']))
- },
- data: function data() {
- return {
- MdSpeedDial: {
- active: false,
- event: this.mdEvent,
- direction: this.mdDirection
- }
- };
- },
- provide: function provide() {
- return {
- MdSpeedDial: this.MdSpeedDial
- };
- },
-
- computed: {
- speedDialClasses: function speedDialClasses() {
- var _ref;
-
- return _ref = {
- 'md-active': this.MdSpeedDial.active,
- 'md-with-hover': this.mdEvent === 'hover'
- }, _defineProperty(_ref, 'md-direction-' + this.mdDirection, true), _defineProperty(_ref, 'md-effect-' + this.mdEffect, true), _ref;
- }
- }
-});
-
-/***/ }),
-/* 146 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdButton = __webpack_require__(15);
-
-var _MdButton2 = _interopRequireDefault(_MdButton);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdSpeedDialTarget',
- components: {
- MdButton: _MdButton2.default
- },
- inject: ['MdSpeedDial'],
- methods: {
- handleClick: function handleClick() {
- if (this.MdSpeedDial.event === 'click') {
- this.MdSpeedDial.active = !this.MdSpeedDial.active;
- }
- }
- }
-}; //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 147 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-
-function getChildIndex(direction, index, count) {
- if (direction === 'top') {
- return count - index - 1;
- }
-
- return index;
-}
-
-exports.default = {
- name: 'MdSpeedDialContent',
- inject: ['MdSpeedDial'],
- methods: {
- setChildrenIndexes: function setChildrenIndexes() {
- var _this = this;
-
- this.$nextTick().then(function () {
- var countChild = _this.$children.length;
-
- _this.$children.forEach(function (child, index) {
- if (child._vnode.tag === 'button') {
- var childIndex = getChildIndex(_this.MdSpeedDial.direction, index, countChild);
-
- child.$el.setAttribute('md-button-index', childIndex);
- child.$el.classList.add('md-raised');
- }
- });
- });
- }
- },
- mounted: function mounted() {
- this.setChildrenIndexes();
- },
- updated: function updated() {
- this.setChildrenIndexes();
- }
-};
-
-/***/ }),
-/* 148 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdObserveElement = __webpack_require__(16);
-
-var _MdObserveElement2 = _interopRequireDefault(_MdObserveElement);
-
-var _MdThrottling = __webpack_require__(149);
-
-var _MdThrottling2 = _interopRequireDefault(_MdThrottling);
-
-var _MdStepHeader = __webpack_require__(150);
-
-var _MdStepHeader2 = _interopRequireDefault(_MdStepHeader);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = new _MdComponent2.default({
- name: 'MdSteppers',
- components: {
- MdStepHeader: _MdStepHeader2.default
- },
- props: {
- mdSyncRoute: Boolean,
- mdDynamicHeight: Boolean,
- mdVertical: Boolean,
- mdLinear: Boolean,
- mdAlternative: Boolean,
- mdActiveStep: [String, Number]
- },
- data: function data() {
- return {
- activeStepIndex: 0,
- noTransition: true,
- contentStyles: {},
- activeButtonEl: null,
- MdSteppers: {
- activeStep: 0,
- isLinear: false,
- isVertical: false,
- items: {},
- syncRoute: this.mdSyncRoute,
- getStepperNumber: this.getStepperNumber,
- setActiveStep: this.setActiveStep,
- isPreviousStepperDone: this.isPreviousStepperDone
- }
- };
- },
- provide: function provide() {
- return { MdSteppers: this.MdSteppers };
- },
-
- computed: {
- steppersClasses: function steppersClasses() {
- return {
- 'md-no-transition': this.noTransition,
- 'md-alternative': this.mdAlternative,
- 'md-horizontal': !this.mdVertical,
- 'md-vertical': this.mdVertical,
- 'md-dynamic-height': this.mdDynamicHeight
- };
- },
- activeIndex: function activeIndex() {
- return this.MdSteppers.activeStep;
- },
- containerStyles: function containerStyles() {
- return {
- transform: !this.mdVertical && 'translate3D(' + -this.activeStepIndex * 100 + '%, 0, 0)'
- };
- }
- },
- watch: {
- mdActiveStep: function mdActiveStep(stepper) {
- this.MdSteppers.activeStep = stepper;
- this.$emit('md-changed', stepper);
- },
- mdLinear: function mdLinear(isLinear) {
- this.MdSteppers.isLinear = isLinear;
- },
- mdVertical: function mdVertical(isVertical) {
- this.MdSteppers.isVertical = isVertical;
- },
- activeIndex: function activeIndex() {
- this.$nextTick(this.setActiveButtonEl);
- },
- activeStepIndex: function activeStepIndex() {
- this.onActiveStepIndex();
- this.$nextTick(this.calculateStepperPos);
- },
- activeButtonEl: function activeButtonEl(activeButton) {
- this.activeStepIndex = activeButton ? [].indexOf.call(activeButton.parentNode.childNodes, activeButton) : 0;
- },
- '$route': function $route() {
- this.$nextTick(this.setActiveButtonEl);
- }
- },
- methods: {
- hasActiveStep: function hasActiveStep() {
- return this.MdSteppers.activeStep || this.mdActiveStep;
- },
- getItemsAndKeys: function getItemsAndKeys() {
- var items = this.MdSteppers.items;
-
- return {
- items: items,
- keys: Object.keys(items)
- };
- },
- getStepperNumber: function getStepperNumber(id) {
- var stepperNames = Object.keys(this.MdSteppers.items);
-
- return stepperNames.indexOf(id) + 1;
- },
- isStepperDone: function isStepperDone(id) {
- return this.MdSteppers.items[id].done;
- },
- isPreviousStepperDone: function isPreviousStepperDone(id) {
- var items = this.MdSteppers.items;
-
- var stepperNames = Object.keys(items);
- var activeIndex = this.getStepperNumber(id) - 2;
- var previousIndex = stepperNames[activeIndex];
-
- if (!previousIndex) {
- return true;
- }
-
- return items[previousIndex].done;
- },
- isStepperEditable: function isStepperEditable(id) {
- return this.MdSteppers.items[id].editable;
- },
- setStepperAsDone: function setStepperAsDone(id) {
- this.MdSteppers.items[id].done = true;
- },
- setPreviousStepperAsDone: function setPreviousStepperAsDone(newId) {
- var activeIndex = this.getStepperNumber(this.MdSteppers.activeStep);
- var newIndex = this.getStepperNumber(newId);
-
- if (newIndex > activeIndex) {
- this.setStepperAsDone(this.MdSteppers.activeStep);
- }
- },
- setActiveStep: function setActiveStep(id) {
- if (this.mdLinear && !this.isPreviousStepperDone(id)) {
- return false;
- }
-
- if (id !== this.MdSteppers.activeStep && (this.isStepperEditable(id) || !this.isStepperDone(id))) {
- this.setPreviousStepperAsDone(id);
- this.MdSteppers.activeStep = id;
- this.$emit('md-changed', id);
- this.$emit('update:mdActiveStep', id);
- this.MdSteppers.items[id].error = null;
- }
- },
- setActiveButtonEl: function setActiveButtonEl() {
- this.activeButtonEl = this.$el.querySelector('.md-stepper-header.md-button.md-active');
- },
- setActiveStepByIndex: function setActiveStepByIndex(index) {
- var _getItemsAndKeys = this.getItemsAndKeys(),
- keys = _getItemsAndKeys.keys;
-
- if (!this.hasActiveStep()) {
- this.MdSteppers.activeStep = keys[index];
- }
- },
- setupObservers: function setupObservers() {
- var steppersContent = this.$el.querySelector('.md-steppers-wrapper');
-
- if ('ResizeObserver' in window) {
- this.resizeObserver = new window.ResizeObserver(this.calculateStepperPos);
- this.resizeObserver.observe(this.$el);
- } else {
- window.addEventListener('resize', this.calculateStepperPos);
- }
-
- if (steppersContent) {
- this.resizeObserver = (0, _MdObserveElement2.default)(this.$el.querySelector('.md-steppers-wrapper'), {
- childList: true,
- characterData: true,
- subtree: true
- }, this.calculateStepperPos);
- }
- },
- calculateStepperPos: function calculateStepperPos() {
- if (!this.mdVertical) {
- var stepperElement = this.$el.querySelector('.md-stepper:nth-child(' + (this.activeStepIndex + 1) + ')');
-
- this.contentStyles = {
- height: stepperElement.offsetHeight + 'px'
- };
- }
- },
- onActiveStepIndex: function onActiveStepIndex() {
- var _getItemsAndKeys2 = this.getItemsAndKeys(),
- items = _getItemsAndKeys2.items,
- keys = _getItemsAndKeys2.keys;
-
- if (!this.hasActiveStep() && !this.activeStepIndex) {
- this.MdSteppers.activeStep = keys[0];
- } else {
- this.MdSteppers.activeStep = keys[this.activeStepIndex];
-
- for (var i = 0; i < this.activeStepIndex; i++) {
- this.setStepperAsDone(keys[i]);
- }
- }
- }
- },
- created: function created() {
- this.calculateStepperPos = (0, _MdThrottling2.default)(this.calculateStepperPos, 300);
- this.MdSteppers.activeStep = this.mdActiveStep;
- this.MdSteppers.isLinear = this.mdLinear;
- this.MdSteppers.isVertical = this.mdVertical;
- },
- mounted: function mounted() {
- var _this = this;
-
- this.$nextTick().then(function () {
- if (!_this.mdSyncRoute) {
- _this.setActiveStepByIndex(0);
- } else {
- _this.onActiveStepIndex();
- }
-
- return _this.$nextTick();
- }).then(function () {
- _this.setActiveButtonEl();
- _this.calculateStepperPos();
-
- window.setTimeout(function () {
- _this.noTransition = false;
- _this.setupObservers();
- }, 100);
- });
- },
- beforeDestroy: function beforeDestroy() {
- if (!('ResizeObserver' in window)) {
- window.removeEventListener('resize', this.calculateStepperPos);
- }
- }
-});
-
-/***/ }),
-/* 149 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-var getOption = function getOption(options, key) {
- return options ? options[key] === false ? false : true : true;
-};
-
-exports.default = function (fn, time, option) {
- var leading = getOption(option, 'leading');
- var trailing = getOption(option, 'trailing');
- var timeout = null;
- var duplicated = false;
-
- return function () {
- var _this = this,
- _arguments = arguments;
-
- var functionCall = function functionCall() {
- return fn.apply(_this, _arguments);
- };
-
- if (timeout) {
- duplicated = true;
- return false;
- } else if (leading) {
- functionCall();
- }
-
- var setThrottling = function setThrottling() {
-
- timeout = setTimeout(function () {
- timeout = null;
-
- if (duplicated && trailing) {
- duplicated = false;
- functionCall();
- setThrottling();
- }
- }, time);
- };
- };
-};
-
-/***/ }),
-/* 150 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStepHeader_vue__ = __webpack_require__(151);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStepHeader_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStepHeader_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStepHeader_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStepHeader_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_43e95866_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdStepHeader_vue__ = __webpack_require__(457);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStepHeader_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_43e95866_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdStepHeader_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdSteppers/MdStepHeader.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 151 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdWarningIcon = __webpack_require__(451);
-
-var _MdWarningIcon2 = _interopRequireDefault(_MdWarningIcon);
-
-var _MdCheckIcon = __webpack_require__(453);
-
-var _MdCheckIcon2 = _interopRequireDefault(_MdCheckIcon);
-
-var _MdEditIcon = __webpack_require__(455);
-
-var _MdEditIcon2 = _interopRequireDefault(_MdEditIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdStepperHeader',
- components: {
- MdWarningIcon: _MdWarningIcon2.default,
- MdCheckIcon: _MdCheckIcon2.default,
- MdEditIcon: _MdEditIcon2.default
- },
- props: {
- index: {
- type: String,
- required: true
- }
- },
- inject: ['MdSteppers'],
- computed: {
- data: function data() {
- return this.MdSteppers.items[this.index];
- },
- shouldDisable: function shouldDisable() {
- var data = this.data,
- index = this.index,
- MdSteppers = this.MdSteppers;
-
-
- if (data.done && !data.editable) {
- return true;
- }
-
- return MdSteppers.isLinear && !MdSteppers.isPreviousStepperDone(index);
- },
- classes: function classes() {
- return {
- 'md-active': !this.MdSteppers.syncRoute && this.index === this.MdSteppers.activeStep,
- 'md-error': this.data.error,
- 'md-done': this.data.done
- };
- }
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 152 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdWarningIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 153 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdCheckIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 154 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdEditIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 155 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-var _MdRouterLink = __webpack_require__(13);
-
-var _MdRouterLink2 = _interopRequireDefault(_MdRouterLink);
-
-var _MdStepHeader = __webpack_require__(150);
-
-var _MdStepHeader2 = _interopRequireDefault(_MdStepHeader);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdStep',
- components: {
- MdStepHeader: _MdStepHeader2.default
- },
- mixins: [_MdRouterLink2.default],
- props: {
- id: {
- type: String,
- default: function _default() {
- return 'md-stepper-' + (0, _MdUuid2.default)();
- }
- },
- href: [String, Number],
- mdLabel: String,
- mdDescription: String,
- mdError: String,
- mdDone: Boolean,
- mdEditable: {
- type: Boolean,
- default: true
- }
- },
- inject: ['MdSteppers'],
- watch: {
- $props: {
- deep: true,
- handler: function handler() {
- this.setStepperData();
- }
- }
- },
- computed: {
- isActive: function isActive() {
- return this.id === this.MdSteppers.activeStep;
- },
- tabIndex: function tabIndex() {
- return !this.isActive ? -1 : false;
- }
- },
- methods: {
- getPropValues: function getPropValues() {
- var _this = this;
-
- var propNames = Object.keys(this.$options.props);
- var ignoredProps = ['id', 'mdLabel', 'mdDescription', 'mdError', 'mdEditable'];
- var values = {};
-
- propNames.forEach(function (prop) {
- if (!ignoredProps.includes(prop)) {
- if (_this[prop]) {
- values[prop] = _this[prop];
- } else if (_this.$attrs.hasOwnProperty(prop)) {
- if (prop) {
- values[prop] = _this.$attrs[prop];
- } else {
- values[prop] = true;
- }
- }
- }
- });
-
- return values;
- },
- setStepperData: function setStepperData() {
- this.$set(this.MdSteppers.items, this.id, {
- label: this.mdLabel,
- description: this.mdDescription,
- error: this.mdError,
- done: this.mdDone,
- editable: this.mdEditable,
- props: this.getPropValues(),
- events: this.$listeners
- });
- },
- setupWatchers: function setupWatchers() {
- var _this2 = this;
-
- var getProp = function getProp(prop) {
- if (_this2.MdSteppers.items[_this2.id]) {
- return _this2.MdSteppers.items[_this2.id][prop];
- }
- };
-
- this.$watch(function () {
- return getProp('error');
- }, function () {
- return _this2.$emit('update:mdError', getProp('error'));
- });
-
- this.$watch(function () {
- return getProp('done');
- }, function () {
- return _this2.$emit('update:mdDone', getProp('done'));
- });
- }
- },
- created: function created() {
- this.setStepperData();
- this.setupWatchers();
- },
- beforeDestroy: function beforeDestroy() {
- this.$delete(this.MdSteppers.items, this.id);
- },
- render: function render(createElement) {
- var stepperAttrs = {
- staticClass: 'md-stepper',
- attrs: _extends({}, this.$attrs, {
- id: this.id
- }),
- on: this.$listeners
- };
-
- if (this.href) {
- this.buttonProps = this.$options.props;
- } else if (this.$router && this.to) {
- this.$options.props = MdRouterLinkProps(this, this.$options.props);
-
- stepperAttrs.props = this.$props;
- }
-
- return createElement('div', stepperAttrs, this.$slots.default);
- }
-};
-
-/***/ }),
-/* 156 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdSubheader',
- computed: {
- insideList: function insideList() {
- return this.$parent.$options._componentTag === 'md-list';
- }
- }
-}); //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 157 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdCheckboxMixin = __webpack_require__(68);
-
-var _MdCheckboxMixin2 = _interopRequireDefault(_MdCheckboxMixin);
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdSwitch',
- mixins: [_MdCheckboxMixin2.default],
- props: {
- id: {
- type: String,
- default: function _default() {
- return 'md-switch-' + (0, _MdUuid2.default)();
- }
- }
- }
-}); //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 158 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _raf = __webpack_require__(9);
-
-var _raf2 = _interopRequireDefault(_raf);
-
-var _MdTagSwitcher = __webpack_require__(474);
-
-var _MdTagSwitcher2 = _interopRequireDefault(_MdTagSwitcher);
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-var _MdTableThead = __webpack_require__(475);
-
-var _MdTableThead2 = _interopRequireDefault(_MdTableThead);
-
-var _MdTableAlternateHeader = __webpack_require__(483);
-
-var _MdTableAlternateHeader2 = _interopRequireDefault(_MdTableAlternateHeader);
-
-var _MdTableRow = __webpack_require__(165);
-
-var _MdTableRow2 = _interopRequireDefault(_MdTableRow);
-
-var _MdTableRowGhost = __webpack_require__(490);
-
-var _MdTableRowGhost2 = _interopRequireDefault(_MdTableRowGhost);
-
-var _MdTableCellSelection = __webpack_require__(167);
-
-var _MdTableCellSelection2 = _interopRequireDefault(_MdTableCellSelection);
-
-var _MdResizeObserver = __webpack_require__(29);
-
-var _MdResizeObserver2 = _interopRequireDefault(_MdResizeObserver);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-var getObjectAttribute = function getObjectAttribute(object, key) {
- var value = object;
-
- var _iteratorNormalCompletion = true;
- var _didIteratorError = false;
- var _iteratorError = undefined;
-
- try {
- for (var _iterator = key.split('.')[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
- var attribute = _step.value;
-
- value = value[attribute];
- }
- } catch (err) {
- _didIteratorError = true;
- _iteratorError = err;
- } finally {
- try {
- if (!_iteratorNormalCompletion && _iterator.return) {
- _iterator.return();
- }
- } finally {
- if (_didIteratorError) {
- throw _iteratorError;
- }
- }
- }
-
- return value;
-};
-
-exports.default = {
- name: 'MdTable',
- components: {
- MdTagSwitcher: _MdTagSwitcher2.default,
- MdTableAlternateHeader: _MdTableAlternateHeader2.default,
- MdTableThead: _MdTableThead2.default,
- MdTableRow: _MdTableRow2.default,
- MdTableRowGhost: _MdTableRowGhost2.default,
- MdTableCellSelection: _MdTableCellSelection2.default
- },
- props: {
- value: [Array, Object],
- mdModelId: {
- type: String,
- default: 'id'
- },
- mdCard: Boolean,
- mdFixedHeader: Boolean,
- mdHeight: {
- type: [Number, String],
- default: 400
- },
- mdSort: String,
- mdSortOrder: _extends({
- type: String,
- default: 'asc'
- }, (0, _MdPropValidator2.default)('md-sort-order', ['asc', 'desc'])),
- mdSortFn: {
- type: Function,
- default: function _default(value) {
- var _this = this;
-
- return value.sort(function (a, b) {
- var sortBy = _this.MdTable.sort;
- var aAttr = getObjectAttribute(a, sortBy);
- var bAttr = getObjectAttribute(b, sortBy);
- var isAsc = _this.MdTable.sortOrder === 'asc';
- var isNumber = typeof aAttr === 'number';
-
- if (!aAttr) {
- return 1;
- }
-
- if (!bAttr) {
- return -1;
- }
-
- if (isNumber) {
- return isAsc ? aAttr - bAttr : bAttr - aAttr;
- }
-
- return isAsc ? aAttr.localeCompare(bAttr) : bAttr.localeCompare(aAttr);
- });
- }
- },
- mdSelectedValue: {
- type: [Array, Object]
- }
- },
- data: function data() {
- return {
- windowResizeObserver: null,
- fixedHeaderTableWidth: 0,
- fixedHeaderPadding: 0,
- hasContentScroll: false,
- MdTable: {
- items: {},
- sort: null,
- sortOrder: null,
- singleSelection: null,
- selectedItems: [],
- selectable: [],
- fixedHeader: null,
- contentPadding: null,
- contentEl: null,
- // computed
- hasValue: this.hasValue,
- // methods
- emitEvent: this.emitEvent,
- sortTable: this.sortTable,
- manageItemSelection: this.manageItemSelection,
- getModel: this.getModel,
- getModelItem: this.getModelItem,
- selectingMode: null
- },
- itemsUuidMap: new WeakMap()
- };
- },
-
- computed: {
- contentTag: function contentTag() {
- if (this.mdCard) {
- return 'md-card';
- }
-
- return 'md-content';
- },
- headerCount: function headerCount() {
- return Object.keys(this.MdTable.items).length;
- },
- selectedCount: function selectedCount() {
- return this.MdTable.selectedItems.length;
- },
- headerStyles: function headerStyles() {
- if (this.mdFixedHeader) {
- return 'padding-right: ' + this.fixedHeaderPadding + 'px';
- }
- },
- hasValue: function hasValue() {
- return this.value && this.value.length !== 0;
- },
- headerClasses: function headerClasses() {
- if (this.mdFixedHeader && this.hasContentScroll || !this.hasValue) {
- return 'md-table-fixed-header-active';
- }
- },
- contentStyles: function contentStyles() {
- if (this.mdFixedHeader) {
- var height = typeof this.mdHeight === 'number' ? this.mdHeight + 'px' : this.mdHeight;
- return 'height: ' + height + ';max-height: ' + height;
- }
- },
- contentClasses: function contentClasses() {
- if (this.mdFixedHeader && this.value.length === 0) {
- return 'md-table-empty';
- }
- },
- fixedHeaderTableStyles: function fixedHeaderTableStyles() {
- return {
- width: this.fixedHeaderTableWidth + 'px'
- };
- }
- },
- provide: function provide() {
- var MdTable = this.MdTable;
-
- return { MdTable: MdTable };
- },
-
- watch: {
- mdSort: {
- immediate: true,
- handler: function handler() {
- this.MdTable.sort = this.mdSort;
- }
- },
- mdSortOrder: {
- immediate: true,
- handler: function handler() {
- this.MdTable.sortOrder = this.mdSortOrder;
- }
- },
- mdFixedHeader: {
- immediate: true,
- handler: function handler() {
- this.MdTable.fixedHeader = this.mdFixedHeader;
- }
- },
- hasValue: {
- immediate: true,
- handler: function handler() {
- this.MdTable.hasValue = this.hasValue;
- }
- },
- 'MdTable.selectedItems': function MdTableSelectedItems(val, old) {
- var _this2 = this;
-
- var changed = function () {
- var isValEmpty = _this2.isEmpty(val);
- var isOldEmpty = _this2.isEmpty(old);
- var hasValues = isValEmpty && isOldEmpty;
-
- if (hasValues) {
- return false;
- } else if (!hasValues) {
- return val.length !== old.length ? true : !val.every(function (item, index) {
- return item == old[index];
- });
- }
-
- return true;
- }();
-
- if (changed) {
- this.select(val);
- }
- },
- 'MdTable.singleSelection': function MdTableSingleSelection(val, old) {
- if (val != old) {
- this.select(val);
- }
- },
- mdSelectedValue: function mdSelectedValue() {
- this.syncSelectedValue();
- },
- value: function value() {
- this.syncSelectedValue();
- this.setWidth();
- }
- },
- methods: {
- isEmpty: function isEmpty(value) {
- return !value || value.length === 0;
- },
- emitEvent: function emitEvent(eventName, value) {
- this.$emit(eventName, value);
- },
- getRowId: function getRowId(item, propertyName) {
- var id = item[propertyName];
-
- if (id) {
- return id;
- }
-
- id = this.itemsUuidMap.get(item);
-
- if (!id) {
- id = 'md-row-' + (0, _MdUuid2.default)();
- this.itemsUuidMap.set(item, id);
- }
-
- return id;
- },
- setScroll: function setScroll($event) {
- var _this3 = this;
-
- (0, _raf2.default)(function () {
- if (_this3.mdFixedHeader) {
- _this3.$refs.fixedHeaderContainer.scrollLeft = $event.target.scrollLeft;
- }
-
- _this3.hasContentScroll = $event.target.scrollTop > 0;
- });
- },
- setHeaderScroll: function setHeaderScroll($event) {
- var _this4 = this;
-
- (0, _raf2.default)(function () {
- _this4.MdTable.contentEl.scrollLeft = $event.target.scrollLeft;
- });
- },
- getContentEl: function getContentEl() {
- return this.$el.querySelector('.md-table-content');
- },
- setContentEl: function setContentEl() {
- this.MdTable.contentEl = this.getContentEl();
- },
- setHeaderPadding: function setHeaderPadding() {
- this.setContentEl();
-
- var contentEl = this.MdTable.contentEl;
-
- var tableEl = contentEl.childNodes[0];
-
- this.fixedHeaderPadding = contentEl.offsetWidth - tableEl.offsetWidth;
- },
- getModel: function getModel() {
- return this.value;
- },
- getModelItem: function getModelItem(index) {
- return this.value[index];
- },
- manageItemSelection: function manageItemSelection(item) {
- if (this.MdTable.selectedItems.includes(item)) {
- this.MdTable.selectedItems = this.MdTable.selectedItems.filter(function (target) {
- return target !== item;
- });
- } else {
- this.MdTable.selectedItems = this.MdTable.selectedItems.concat([item]);
- }
- },
- sortTable: function sortTable() {
- if (Array.isArray(this.value)) {
- this.$emit('input', this.mdSortFn(this.value));
- }
- },
- select: function select(val) {
- this.$emit('update:mdSelectedValue', val);
- this.$emit('md-selected', val);
- },
- syncSelectedValue: function syncSelectedValue() {
- var _this5 = this;
-
- this.$nextTick().then(function () {
- // render the table first
- if (_this5.MdTable.selectingMode === 'single') {
- _this5.MdTable.singleSelection = _this5.mdSelectedValue;
- } else if (_this5.MdTable.selectingMode === 'multiple') {
- _this5.MdTable.selectedItems = _this5.mdSelectedValue || [];
- }
- });
- },
- setWidth: function setWidth() {
- if (this.mdFixedHeader) {
- this.fixedHeaderTableWidth = this.$refs.contentTable.offsetWidth;
- }
- }
- },
- created: function created() {
- if (this.mdSort) {
- this.sortTable();
- }
-
- this.syncSelectedValue();
- },
- mounted: function mounted() {
- this.setContentEl();
- this.$nextTick().then(this.setWidth);
-
- if (this.mdFixedHeader) {
- this.setHeaderPadding();
- this.windowResizeObserver = new _MdResizeObserver2.default(window, this.setWidth);
- }
- },
- beforeDestroy: function beforeDestroy() {
- if (this.windowResizeObserver) {
- this.windowResizeObserver.destroy();
- }
- }
-};
-
-/***/ }),
-/* 159 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-exports.default = {
- functional: true,
- props: {
- mdTag: {
- type: String,
- default: 'div'
- }
- },
- render: function render(createElement, _ref) {
- var props = _ref.props,
- children = _ref.children,
- data = _ref.data,
- listeners = _ref.listeners;
-
- return createElement(props.mdTag, _extends({}, data, {
- on: listeners
- }), children);
- }
-};
-
-/***/ }),
-/* 160 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdTableHead = __webpack_require__(30);
-
-var _MdTableHead2 = _interopRequireDefault(_MdTableHead);
-
-var _MdTableHeadSelection = __webpack_require__(480);
-
-var _MdTableHeadSelection2 = _interopRequireDefault(_MdTableHeadSelection);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdTableThead',
- inject: ['MdTable'],
- components: {
- MdTableHead: _MdTableHead2.default,
- MdTableHeadSelection: _MdTableHeadSelection2.default
- }
-};
-
-/***/ }),
-/* 161 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdUpwardIcon = __webpack_require__(477);
-
-var _MdUpwardIcon2 = _interopRequireDefault(_MdUpwardIcon);
-
-var _MdResizeObserver = __webpack_require__(29);
-
-var _MdResizeObserver2 = _interopRequireDefault(_MdResizeObserver);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdTableHead',
- components: {
- MdUpwardIcon: _MdUpwardIcon2.default
- },
- props: {
- mdNumeric: Boolean,
- numeric: Boolean,
- id: [String, Number],
- label: String,
- tooltip: String,
- sortBy: String
- },
- inject: ['MdTable'],
- data: function data() {
- return {
- width: null,
- windowResizeObserver: null
- };
- },
- computed: {
- hasSort: function hasSort() {
- return this.MdTable.sort && this.sortBy;
- },
- isSorted: function isSorted() {
- if (this.MdTable.sort) {
- return this.MdTable.sort === this.sortBy;
- }
- },
- isDescSorted: function isDescSorted() {
- return this.isSorted && this.MdTable.sortOrder === 'desc';
- },
- isAscSorted: function isAscSorted() {
- return this.isSorted && this.MdTable.sortOrder === 'asc';
- },
- headStyles: function headStyles() {
- return {
- width: this.width + 'px'
- };
- },
- headClasses: function headClasses() {
- return {
- 'md-numeric': this.numeric || this.mdNumeric,
- 'md-sortable': this.hasSort,
- 'md-sorted': this.isSorted,
- 'md-sorted-desc': this.isDescSorted
- };
- }
- },
- methods: {
- changeSort: function changeSort() {
- if (this.hasSort) {
- if (this.isAscSorted) {
- this.MdTable.sortOrder = 'desc';
- } else {
- this.MdTable.sortOrder = 'asc';
- }
-
- this.MdTable.sort = this.sortBy;
- this.MdTable.emitEvent('md-sorted', this.MdTable.sort);
- this.MdTable.emitEvent('update:mdSort', this.MdTable.sort);
- this.MdTable.emitEvent('update:mdSortOrder', this.MdTable.sortOrder);
- this.MdTable.sortTable();
- }
- },
- getChildNodesBySelector: function getChildNodesBySelector(el, selector) {
- return Array.from(el.childNodes).filter(function (_ref) {
- var classList = _ref.classList;
- return classList && classList.contains(selector);
- });
- },
- getNodeIndex: function getNodeIndex(nodes, el) {
- return [].indexOf.call(nodes, el);
- },
- setWidth: function setWidth() {
- if (this.MdTable.fixedHeader) {
- var cellSelector = 'md-table-cell';
- var thEls = this.getChildNodesBySelector(this.$el.parentNode, 'md-table-head');
- var tdEls = this.MdTable.contentEl.querySelectorAll('tr:first-child .' + cellSelector);
- var nodeIndex = this.getNodeIndex(thEls, this.$el);
-
- this.width = tdEls[nodeIndex].offsetWidth;
- }
- }
- },
- updated: function updated() {
- this.$nextTick().then(this.setWidth);
- },
- mounted: function mounted() {
- this.$nextTick().then(this.setWidth);
-
- if (this.MdTable.fixedHeader) {
- this.windowResizeObserver = new _MdResizeObserver2.default(window, this.setWidth);
- }
- },
- beforeDestroy: function beforeDestroy() {
- if (this.windowResizeObserver) {
- this.windowResizeObserver.destroy();
- }
- }
-};
-
-/***/ }),
-/* 162 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdIcon = __webpack_require__(6);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdUpwardIcon',
- components: {
- MdIcon: _MdIcon2.default
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 163 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdTableHead = __webpack_require__(30);
-
-var _MdTableHead2 = _interopRequireDefault(_MdTableHead);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdTableHeadSelection',
- components: {
- MdTableHead: _MdTableHead2.default
- },
- inject: ['MdTable'],
- computed: {
- selectableCount: function selectableCount() {
- return Object.keys(this.selectable).length;
- },
- isDisabled: function isDisabled() {
- return !this.selectableCount;
- },
- selectable: function selectable() {
- return this.MdTable.selectable;
- },
- selectedItems: function selectedItems() {
- return this.MdTable.selectedItems;
- },
- allSelected: function allSelected() {
- var _this = this;
-
- if (this.selectableCount === 0) {
- return false;
- }
-
- return this.selectable.every(function (item) {
- return _this.selectedItems.includes(item);
- });
- }
- },
- methods: {
- onChange: function onChange(val) {
- var _this2 = this;
-
- if (val) {
- this.MdTable.selectedItems = this.selectedItems.concat(this.selectable.filter(function (item) {
- return !_this2.selectedItems.includes(item);
- }));
- } else {
- this.MdTable.selectedItems = this.selectedItems.filter(function (item) {
- return !_this2.selectable.includes(item);
- });
- }
- }
- }
-}; //
-//
-//
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 164 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdTableAlternateHeader'
-};
-
-/***/ }),
-/* 165 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRow_vue__ = __webpack_require__(166);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRow_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRow_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRow_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRow_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_00a4496a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableRow_vue__ = __webpack_require__(489);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(486)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRow_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_00a4496a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableRow_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTableRow.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 166 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-var _MdTableCellSelection = __webpack_require__(167);
-
-var _MdTableCellSelection2 = _interopRequireDefault(_MdTableCellSelection);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdTableRow',
- components: {
- MdTableCellSelection: _MdTableCellSelection2.default
- },
- props: {
- mdIndex: [Number, String],
- mdId: [Number, String],
- mdSelectable: _extends({
- type: [String]
- }, (0, _MdPropValidator2.default)('md-selectable', ['multiple', 'single'])),
- mdDisabled: Boolean,
- mdAutoSelect: Boolean,
- mdItem: [Array, Object]
- },
- inject: ['MdTable'],
- data: function data() {
- return {
- index: null
- };
- },
- computed: {
- selectableCount: function selectableCount() {
- return this.MdTable.selectable.length;
- },
- isMultipleSelected: function isMultipleSelected() {
- return this.MdTable.selectedItems.includes(this.mdItem);
- },
- isSingleSelected: function isSingleSelected() {
- return this.MdTable.singleSelection === this.mdItem;
- },
- hasMultipleSelection: function hasMultipleSelection() {
- return this.MdTable.hasValue && this.mdSelectable === 'multiple';
- },
- hasSingleSelection: function hasSingleSelection() {
- return this.MdTable.hasValue && this.mdSelectable === 'single';
- },
- rowClasses: function rowClasses() {
- if (this.MdTable.hasValue) {
- return {
- 'md-has-selection': !this.mdDisabled && (this.mdAutoSelect || this.hasSingleSelection),
- 'md-selected': this.isMultipleSelected,
- 'md-selected-single': this.isSingleSelected
- };
- }
- },
- isInSelectedItems: function isInSelectedItems() {
- return this.MdTable.selectedItems.includes(this.mdItem);
- }
- },
- watch: {
- mdDisabled: function mdDisabled() {
- if (this.mdDisabled) {
- this.removeSelectableItem();
- } else {
- this.addSelectableItem();
- }
- },
- mdSelectable: function mdSelectable() {
- this.MdTable.selectingMode = this.mdSelectable;
- },
- mdItem: function mdItem(after, before) {
- this.removeSelectableItem(before);
- this.$nextTick(this.addSelectableItem);
- }
- },
- methods: {
- onClick: function onClick() {
- if (this.MdTable.hasValue && !this.mdDisabled) {
- if (this.hasMultipleSelection) {
- this.selectRowIfMultiple();
- } else if (this.hasSingleSelection) {
- this.selectRowIfSingle();
- }
- }
- },
- toggleSelection: function toggleSelection() {
- this.MdTable.manageItemSelection(this.mdItem);
- },
- addSelection: function addSelection() {
- if (!this.isMultipleSelected) {
- this.MdTable.selectedItems = this.MdTable.selectedItems.concat([this.mdItem]);
- }
- },
- removeSelection: function removeSelection() {
- var _this = this;
-
- if (this.isMultipleSelected) {
- this.MdTable.selectedItems = this.MdTable.selectedItems.filter(function (target) {
- return target !== _this.mdItem;
- });
- }
- },
- selectRowIfSingle: function selectRowIfSingle() {
- if (this.MdTable.singleSelection === this.mdItem) {
- this.MdTable.singleSelection = null;
- } else {
- this.MdTable.singleSelection = this.mdItem;
- }
- },
- selectRowIfMultiple: function selectRowIfMultiple() {
- if (this.mdAutoSelect) {
- this.toggleSelection();
- }
- },
- addSelectableItem: function addSelectableItem() {
- if (!this.hasMultipleSelection || this.mdDisabled) {
- return false;
- }
-
- if (this.MdTable.selectable.includes(this.mdItem)) {
- return false;
- }
-
- this.MdTable.selectable = this.MdTable.selectable.concat([this.mdItem]);
- },
- removeSelectableItem: function removeSelectableItem() {
- var target = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this.mdItem;
-
- if (this.mdSelectable === 'multiple') {
- this.MdTable.selectable = this.MdTable.selectable.filter(function (item) {
- return item !== target;
- });
- }
- }
- },
- created: function created() {
- var _this2 = this;
-
- this.$nextTick(function () {
- _this2.addSelectableItem();
- _this2.MdTable.selectingMode = _this2.mdSelectable;
- });
- },
- beforeDestroy: function beforeDestroy() {
- this.removeSelectableItem();
- }
-};
-
-/***/ }),
-/* 167 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCellSelection_vue__ = __webpack_require__(168);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCellSelection_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCellSelection_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCellSelection_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCellSelection_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_50a4b70a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableCellSelection_vue__ = __webpack_require__(488);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(487)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCellSelection_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_50a4b70a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableCellSelection_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTableCellSelection.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 168 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdTableCellSelection',
- props: {
- value: Boolean,
- mdRowId: [Number, String],
- mdSelectable: Boolean,
- mdDisabled: Boolean
- },
- inject: ['MdTable'],
- data: function data() {
- return {
- isSelected: false
- };
- },
- watch: {
- value: {
- immediate: true,
- handler: function handler(value) {
- this.isSelected = value;
- }
- }
- },
- methods: {
- onChange: function onChange() {
- this.$emit('input', this.isSelected);
- }
- }
-};
-
-/***/ }),
-/* 169 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.default = {
- name: 'MdTableRowGhost',
- props: {
- mdIndex: [String, Number],
- mdId: [String, Number],
- mdItem: [Array, Object]
- },
- render: function render() {
- this.$slots.default[0].componentOptions.propsData.mdIndex = this.mdIndex;
- this.$slots.default[0].componentOptions.propsData.mdId = this.mdId;
- this.$slots.default[0].componentOptions.propsData.mdItem = this.mdItem;
-
- return this.$slots.default[0];
- }
-};
-
-/***/ }),
-/* 170 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdToolbar = __webpack_require__(171);
-
-var _MdToolbar2 = _interopRequireDefault(_MdToolbar);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdTableToolbar',
- components: {
- MdToolbar: _MdToolbar2.default
- },
- inject: ['MdTable']
-}; //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 171 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdToolbar_vue__ = __webpack_require__(172);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdToolbar_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdToolbar_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdToolbar_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdToolbar_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_38a0b4d9_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdToolbar_vue__ = __webpack_require__(495);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(494)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdToolbar_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_38a0b4d9_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdToolbar_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdToolbar/MdToolbar.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 172 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdToolbar',
- props: {
- mdElevation: {
- type: [String, Number],
- default: 4
- }
- }
-}); //
-//
-//
-//
-//
-//
-
-/***/ }),
-/* 173 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _MdEmptyState = __webpack_require__(108);
-
-var _MdEmptyState2 = _interopRequireDefault(_MdEmptyState);
-
-var _MdEmptyStateProps = __webpack_require__(110);
-
-var _MdEmptyStateProps2 = _interopRequireDefault(_MdEmptyStateProps);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdTableEmptyState',
- props: _MdEmptyStateProps2.default,
- inject: ['MdTable']
-};
-
-/***/ }),
-/* 174 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdTableCell',
- props: {
- mdId: [String, Number],
- mdLabel: String,
- mdNumeric: Boolean,
- mdTooltip: String,
- mdSortBy: String
- },
- inject: ['MdTable'],
- data: function data() {
- return {
- index: null,
- parentNode: null
- };
- },
- computed: {
- cellClasses: function cellClasses() {
- return {
- 'md-numeric': this.mdNumeric
- };
- }
- },
- watch: {
- mdSortBy: function mdSortBy() {
- this.setCellData();
- },
- mdNumeric: function mdNumeric() {
- this.setCellData();
- },
- mdLabel: function mdLabel() {
- this.setCellData();
- },
- mdTooltip: function mdTooltip() {
- this.setCellData();
- }
- },
- methods: {
- setCellData: function setCellData() {
- var $vm = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this;
-
- this.$set(this.MdTable.items, $vm.index, {
- id: $vm.mdId,
- label: $vm.mdLabel,
- numeric: $vm.mdNumeric,
- tooltip: $vm.mdTooltip,
- sortBy: $vm.mdSortBy
- });
- },
- updateAllCellData: function updateAllCellData() {
- var _this = this;
-
- this.MdTable.items = {};
-
- var cells = Array.from(this.parentNode.childNodes).filter(function (_ref) {
- var tagName = _ref.tagName,
- classList = _ref.classList;
-
- var isSelection = classList && classList.contains('md-table-cell-selection');
- var isTd = tagName && tagName.toLowerCase() === 'td';
-
- return isTd && !isSelection;
- });
-
- cells.forEach(function (cell, index) {
- var $vm = cell.__vue__;
-
- $vm.index = index;
-
- _this.setCellData($vm);
- });
- }
- },
- mounted: function mounted() {
- this.parentNode = this.$el.parentNode;
- this.updateAllCellData();
- },
- destroyed: function destroyed() {
- var rowRemoved = this.$el.parentNode !== null;
-
- if (rowRemoved) {
- return false;
- }
-
- this.updateAllCellData();
- }
-};
-
-/***/ }),
-/* 175 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-exports.default = {
- name: 'MdTablePagination',
- inject: ['MdTable'],
- props: {
- mdPageSize: {
- type: [String, Number],
- default: 10
- },
- mdPageOptions: {
- type: Array,
- default: function _default() {
- return [10, 25, 50, 100];
- }
- },
- mdPage: {
- type: Number,
- default: 1
- },
- mdTotal: {
- type: [String, Number],
- default: 'Many'
- },
- mdLabel: {
- type: String,
- default: 'Rows per page:'
- },
- mdSeparator: {
- type: String,
- default: 'of'
- }
- },
- data: function data() {
- return {
- currentPageSize: 0
- };
- },
- computed: {
- currentItemCount: function currentItemCount() {
- return (this.mdPage - 1) * this.mdPageSize + 1;
- },
- currentPageCount: function currentPageCount() {
- return this.mdPage * this.mdPageSize;
- }
- },
- watch: {
- mdPageSize: {
- immediate: true,
- handler: function handler(pageSize) {
- this.currentPageSize = this.pageSize;
- }
- }
- },
- methods: {
- setPageSize: function setPageSize() {
- this.$emit('update:mdPageSize', this.currentPageSize);
- },
- goToPrevious: function goToPrevious() {},
- goToNext: function goToNext() {}
- },
- created: function created() {
- this.currentPageSize = this.mdPageSize;
- }
-};
-
-/***/ }),
-/* 176 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _raf = __webpack_require__(9);
-
-var _raf2 = _interopRequireDefault(_raf);
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdAssetIcon = __webpack_require__(22);
-
-var _MdAssetIcon2 = _interopRequireDefault(_MdAssetIcon);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-var _MdObserveElement = __webpack_require__(16);
-
-var _MdObserveElement2 = _interopRequireDefault(_MdObserveElement);
-
-var _MdThrottling = __webpack_require__(149);
-
-var _MdThrottling2 = _interopRequireDefault(_MdThrottling);
-
-var _MdContent = __webpack_require__(79);
-
-var _MdContent2 = _interopRequireDefault(_MdContent);
-
-var _MdSwipeable = __webpack_require__(107);
-
-var _MdSwipeable2 = _interopRequireDefault(_MdSwipeable);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdTabs',
- mixins: [_MdAssetIcon2.default, _MdSwipeable2.default],
- components: {
- MdContent: _MdContent2.default
- },
- props: {
- mdAlignment: _extends({
- type: String,
- default: 'left'
- }, (0, _MdPropValidator2.default)('md-alignment', ['left', 'right', 'centered', 'fixed'])),
- mdElevation: {
- type: [Number, String],
- default: 0
- },
- mdSyncRoute: Boolean,
- mdDynamicHeight: Boolean,
- mdActiveTab: [String, Number],
- mdIsRtl: { type: Boolean, default: false }
- },
- data: function data() {
- return {
- resizeObserver: null,
- activeTab: 0,
- activeTabIndex: 0,
- indicatorStyles: {},
- indicatorClass: null,
- noTransition: true,
- containerStyles: {},
- contentStyles: {
- height: '0px'
- },
- hasContent: false,
- MdTabs: {
- items: {}
- },
- activeButtonEl: null
- };
- },
- provide: function provide() {
- return {
- MdTabs: this.MdTabs
- };
- },
-
- computed: {
- tabsClasses: function tabsClasses() {
- var _ref;
-
- return _ref = {}, _defineProperty(_ref, 'md-alignment-' + this.mdAlignment, true), _defineProperty(_ref, 'md-no-transition', this.noTransition), _defineProperty(_ref, 'md-dynamic-height', this.mdDynamicHeight), _ref;
- },
- navigationClasses: function navigationClasses() {
- return 'md-elevation-' + this.mdElevation;
- },
- mdSwipeElement: function mdSwipeElement() {
- return this.$refs.tabsContent.$el;
- }
- },
- watch: {
- MdTabs: {
- deep: true,
- handler: function handler() {
- this.setHasContent();
- }
- },
- activeTab: function activeTab(index) {
- var _this = this;
-
- this.$emit('md-changed', index);
- this.$nextTick().then(function () {
- _this.setIndicatorStyles();
- _this.setActiveButtonEl();
- });
- },
- mdActiveTab: function mdActiveTab(tab) {
- this.activeTab = tab;
- this.$emit('md-changed', tab);
- },
- activeButtonEl: function activeButtonEl(_activeButtonEl) {
- this.activeTabIndex = _activeButtonEl ? [].indexOf.call(_activeButtonEl.parentNode.childNodes, _activeButtonEl) : -1;
- },
- activeTabIndex: function activeTabIndex(index) {
- this.setIndicatorStyles();
- this.calculateTabPos();
- },
- '$route': function $route() {
- this.$nextTick(this.setActiveButtonEl);
- },
- swiped: function swiped(value) {
- var _getItemsAndKeys = this.getItemsAndKeys(),
- keys = _getItemsAndKeys.keys;
-
- var max = keys.length || 0;
- if (this.activeTabIndex < max && value === 'right') {
- this.setSwipeActiveTabByIndex(this.activeTabIndex + 1);
- } else if (this.activeTabIndex > 0 && value === 'left') {
- this.setSwipeActiveTabByIndex(this.activeTabIndex - 1);
- }
- }
- },
- methods: {
- hasActiveTab: function hasActiveTab() {
- return this.activeTab || this.mdActiveTab;
- },
- getItemsAndKeys: function getItemsAndKeys() {
- var items = this.MdTabs.items;
-
- return {
- items: items,
- keys: Object.keys(items)
- };
- },
- setActiveTab: function setActiveTab(index) {
- if (!this.mdSyncRoute) {
- this.activeTab = index;
- }
- },
- setActiveButtonEl: function setActiveButtonEl() {
- this.activeButtonEl = this.$refs.navigation.querySelector('.md-tab-nav-button.md-active');
- },
- setSwipeActiveTabByIndex: function setSwipeActiveTabByIndex(index) {
- var _getItemsAndKeys2 = this.getItemsAndKeys(),
- keys = _getItemsAndKeys2.keys;
-
- if (keys) {
- this.activeTab = keys[index];
- }
- },
- setActiveTabByIndex: function setActiveTabByIndex(index) {
- var _getItemsAndKeys3 = this.getItemsAndKeys(),
- keys = _getItemsAndKeys3.keys;
-
- if (!this.hasActiveTab()) {
- this.activeTab = keys[index];
- }
- },
- setHasContent: function setHasContent() {
- var _getItemsAndKeys4 = this.getItemsAndKeys(),
- items = _getItemsAndKeys4.items,
- keys = _getItemsAndKeys4.keys;
-
- this.hasContent = keys.some(function (key) {
- return items[key].hasContent;
- });
- },
- setIndicatorStyles: function setIndicatorStyles() {
- var _this2 = this;
-
- (0, _raf2.default)(function () {
- _this2.$nextTick().then(function () {
- // this.setActiveButtonEl()
- if (_this2.activeButtonEl && _this2.$refs.indicator) {
- var buttonWidth = _this2.activeButtonEl.offsetWidth;
- var buttonLeft = _this2.activeButtonEl.offsetLeft;
- var indicatorLeft = _this2.$refs.indicator.offsetLeft;
-
- if (indicatorLeft < buttonLeft) {
- _this2.indicatorClass = 'md-tabs-indicator-right';
- } else {
- _this2.indicatorClass = 'md-tabs-indicator-left';
- }
-
- _this2.indicatorStyles = {
- left: buttonLeft + 'px',
- right: 'calc(100% - ' + (buttonWidth + buttonLeft) + 'px)'
- };
- } else {
- _this2.indicatorStyles = {
- left: '100%',
- right: '100%'
- };
- }
- });
- });
- },
- calculateTabPos: function calculateTabPos() {
- if (this.hasContent) {
- var tabElement = this.$el.querySelector('.md-tab:nth-child(' + (this.activeTabIndex + 1) + ')');
-
- this.contentStyles = {
- height: tabElement ? tabElement.offsetHeight + 'px' : 0
- };
- this.containerStyles = {
- transform: 'translate3D(' + (this.mdIsRtl ? this.activeTabIndex * 100 : -this.activeTabIndex * 100) + '%, 0, 0)'
- };
- }
- },
- callResizeFunctions: function callResizeFunctions() {
- this.setIndicatorStyles();
- this.calculateTabPos();
- },
- setupObservers: function setupObservers() {
- var _this3 = this;
-
- this.resizeObserver = (0, _MdObserveElement2.default)(this.$el.querySelector('.md-tabs-content'), {
- childList: true,
- characterData: true,
- subtree: true
- }, function () {
- _this3.callResizeFunctions();
- });
-
- window.addEventListener('resize', this.callResizeFunctions);
- }
- },
- created: function created() {
- this.setIndicatorStyles = (0, _MdThrottling2.default)(this.setIndicatorStyles, 300);
- this.setHasContent();
- this.activeTab = this.mdActiveTab;
- },
- mounted: function mounted() {
- var _this4 = this;
-
- this.setupObservers();
-
- this.$nextTick().then(function () {
- if (!_this4.mdSyncRoute) {
- _this4.setActiveTabByIndex(0);
- }
-
- return _this4.$nextTick();
- }).then(function () {
- window.setTimeout(function () {
- _this4.setActiveButtonEl();
- _this4.activeTabIndex = [].indexOf.call(_this4.activeButtonEl.parentNode.childNodes, _this4.activeButtonEl);
- _this4.callResizeFunctions();
- _this4.noTransition = false;
- _this4.setupObservers();
- }, 100);
- });
-
- this.$refs.navigation.addEventListener('transitionend', this.setIndicatorStyles);
- },
- beforeDestroy: function beforeDestroy() {
- if (this.resizeObserver) {
- this.resizeObserver.disconnect();
- }
-
- window.removeEventListener('resize', this.callResizeFunctions);
- this.$refs.navigation.removeEventListener('transitionend', this.setIndicatorStyles);
- }
-});
-
-/***/ }),
-/* 177 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-var _MdUuid = __webpack_require__(7);
-
-var _MdUuid2 = _interopRequireDefault(_MdUuid);
-
-var _MdRouterLink = __webpack_require__(13);
-
-var _MdRouterLink2 = _interopRequireDefault(_MdRouterLink);
-
-var _MdObserveElement = __webpack_require__(16);
-
-var _MdObserveElement2 = _interopRequireDefault(_MdObserveElement);
-
-var _MdRouterLinkProps = __webpack_require__(14);
-
-var _MdRouterLinkProps2 = _interopRequireDefault(_MdRouterLinkProps);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = {
- name: 'MdTab',
- mixins: [_MdRouterLink2.default],
- props: {
- id: {
- type: String,
- default: function _default() {
- return 'md-tab-' + (0, _MdUuid2.default)();
- }
- },
- href: [String, Number],
- mdDisabled: Boolean,
- mdLabel: [String, Number],
- mdIcon: String,
- mdTemplateData: {
- type: Object,
- default: function _default() {
- return {};
- }
- }
- },
- inject: ['MdTabs'],
- data: function data() {
- return {
- observer: null
- };
- },
- watch: {
- $props: {
- deep: true,
- handler: function handler() {
- this.setTabData();
- }
- },
- $attrs: {
- deep: true,
- handler: function handler() {
- this.setTabData();
- }
- }
- },
- methods: {
- setTabContent: function setTabContent() {
- this.$set(this.MdTabs.items[this.id], 'hasContent', !!this.$slots.default);
- },
- setupObserver: function setupObserver() {
- this.observer = (0, _MdObserveElement2.default)(this.$el, {
- childList: true
- }, this.setTabContent);
- },
- setTabData: function setTabData() {
- this.$set(this.MdTabs.items, this.id, {
- hasContent: !!this.$slots.default,
- label: this.mdLabel,
- icon: this.mdIcon,
- disabled: this.mdDisabled,
- data: this.mdTemplateData,
- props: this.getPropValues(),
- events: this.$listeners
- });
- },
- getPropValues: function getPropValues() {
- var _this = this;
-
- var propNames = Object.keys(this.$options.props);
- var ignoredProps = ['id', 'mdLabel', 'mdDisabled', 'mdTemplateData'];
- var values = {};
-
- propNames.forEach(function (prop) {
- if (!ignoredProps.includes(prop)) {
- if (_this[prop]) {
- values[prop] = _this[prop];
- } else if (_this.$attrs.hasOwnProperty(prop)) {
- if (prop) {
- values[prop] = _this.$attrs[prop];
- } else {
- values[prop] = true;
- }
- }
- }
- });
-
- return values;
- }
- },
- mounted: function mounted() {
- this.setupObserver();
- this.setTabData();
- },
- beforeDestroy: function beforeDestroy() {
- if (this.observer) {
- this.observer.disconnect();
- }
-
- this.$delete(this.MdTabs.items, this.id);
- },
- render: function render(createElement) {
- var tabAttrs = {
- staticClass: 'md-tab',
- attrs: _extends({}, this.$attrs, {
- id: this.id
- }),
- on: this.$listeners
- };
-
- if (this.href) {
- this.buttonProps = this.$options.props;
- } else if (this.$router && this.to) {
- this.$options.props = (0, _MdRouterLinkProps2.default)(this, this.$options.props);
-
- tabAttrs.props = this.$props;
- }
-
- return createElement('div', tabAttrs, this.$slots.default);
- }
-};
-
-/***/ }),
-/* 178 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; //
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-var _MdComponent = __webpack_require__(1);
-
-var _MdComponent2 = _interopRequireDefault(_MdComponent);
-
-var _MdPropValidator = __webpack_require__(4);
-
-var _MdPropValidator2 = _interopRequireDefault(_MdPropValidator);
-
-var _MdPopover = __webpack_require__(28);
-
-var _MdPopover2 = _interopRequireDefault(_MdPopover);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = new _MdComponent2.default({
- name: 'MdTooltip',
- components: {
- MdPopover: _MdPopover2.default
- },
- props: {
- mdActive: Boolean,
- mdDelay: {
- type: [String, Number],
- default: 0
- },
- mdDirection: _extends({
- type: String,
- default: 'bottom'
- }, (0, _MdPropValidator2.default)('md-direction', ['top', 'right', 'bottom', 'left']))
- },
- data: function data() {
- return {
- shouldRender: false,
- targetEl: null
- };
- },
- computed: {
- tooltipClasses: function tooltipClasses() {
- return 'md-tooltip-' + this.mdDirection;
- },
- tooltipStyles: function tooltipStyles() {
- return 'transition-delay: ' + this.mdDelay + 'ms';
- },
- popperSettings: function popperSettings() {
- return {
- placement: this.mdDirection,
- modifiers: {
- offset: {
- offset: '0, 16'
- }
- }
- };
- }
- },
- watch: {
- mdActive: function mdActive() {
- this.shouldRender = this.mdActive;
- },
- shouldRender: function shouldRender(_shouldRender) {
- this.$emit('update:mdActive', _shouldRender);
- }
- },
- methods: {
- show: function show() {
- this.shouldRender = true;
- },
- hide: function hide() {
- this.shouldRender = false;
- }
- },
- mounted: function mounted() {
- var _this = this;
-
- this.$nextTick().then(function () {
- _this.shouldRender = _this.mdActive;
- _this.targetEl = _this._vnode.componentInstance.originalParentEl;
-
- if (_this.targetEl) {
- _this.targetEl.addEventListener('mouseenter', _this.show, false);
- _this.targetEl.addEventListener('mouseleave', _this.hide, false);
- }
- });
- },
- beforeDestroy: function beforeDestroy() {
- if (this.targetEl) {
- this.targetEl.removeEventListener('mouseenter', this.show);
- this.targetEl.removeEventListener('mouseleave', this.hide);
- }
- }
-});
-
-/***/ }),
-/* 179 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _components = __webpack_require__(181);
-
-var MdComponents = _interopRequireWildcard(_components);
-
-function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-var VueMaterial = function VueMaterial(Vue) {
- (0, _material2.default)(Vue);
-
- Object.values(MdComponents).forEach(function (MdComponent) {
- Vue.use(MdComponent);
- });
-};
-
-VueMaterial.version = '__VERSION__';
-
-exports.default = VueMaterial;
-
-/***/ }),
-/* 180 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 181 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.MdTooltip = exports.MdToolbar = exports.MdTabs = exports.MdTable = exports.MdSwitch = exports.MdSubheader = exports.MdSteppers = exports.MdSpeedDial = exports.MdSnackbar = exports.MdRipple = exports.MdRadio = exports.MdProgress = exports.MdMenu = exports.MdList = exports.MdLayout = exports.MdImage = exports.MdIcon = exports.MdHighlightText = exports.MdField = exports.MdEmptyState = exports.MdElevation = exports.MdDrawer = exports.MdDivider = exports.MdDialogPrompt = exports.MdDialogConfirm = exports.MdDialogAlert = exports.MdDialog = exports.MdDatepicker = exports.MdContent = exports.MdChips = exports.MdCheckbox = exports.MdCard = exports.MdButton = exports.MdBottomBar = exports.MdAvatar = exports.MdAutocomplete = exports.MdApp = exports.MdBadge = undefined;
-
-var _MdApp = __webpack_require__(182);
-
-var _MdApp2 = _interopRequireDefault(_MdApp);
-
-var _MdBadge = __webpack_require__(203);
-
-var _MdBadge2 = _interopRequireDefault(_MdBadge);
-
-var _MdAutocomplete = __webpack_require__(210);
-
-var _MdAutocomplete2 = _interopRequireDefault(_MdAutocomplete);
-
-var _MdAvatar = __webpack_require__(216);
-
-var _MdAvatar2 = _interopRequireDefault(_MdAvatar);
-
-var _MdBottomBar = __webpack_require__(220);
-
-var _MdBottomBar2 = _interopRequireDefault(_MdBottomBar);
-
-var _MdButton = __webpack_require__(230);
-
-var _MdButton2 = _interopRequireDefault(_MdButton);
-
-var _MdCard = __webpack_require__(235);
-
-var _MdCard2 = _interopRequireDefault(_MdCard);
-
-var _MdCheckbox = __webpack_require__(270);
-
-var _MdCheckbox2 = _interopRequireDefault(_MdCheckbox);
-
-var _MdChips = __webpack_require__(274);
-
-var _MdChips2 = _interopRequireDefault(_MdChips);
-
-var _MdContent = __webpack_require__(294);
-
-var _MdContent2 = _interopRequireDefault(_MdContent);
-
-var _MdDatepicker = __webpack_require__(295);
-
-var _MdDatepicker2 = _interopRequireDefault(_MdDatepicker);
-
-var _MdDialog = __webpack_require__(329);
-
-var _MdDialog2 = _interopRequireDefault(_MdDialog);
-
-var _MdDialogAlert = __webpack_require__(339);
-
-var _MdDialogAlert2 = _interopRequireDefault(_MdDialogAlert);
-
-var _MdDialogConfirm = __webpack_require__(342);
-
-var _MdDialogConfirm2 = _interopRequireDefault(_MdDialogConfirm);
-
-var _MdDialogPrompt = __webpack_require__(345);
-
-var _MdDialogPrompt2 = _interopRequireDefault(_MdDialogPrompt);
-
-var _MdDivider = __webpack_require__(348);
-
-var _MdDivider2 = _interopRequireDefault(_MdDivider);
-
-var _MdDrawer = __webpack_require__(352);
-
-var _MdDrawer2 = _interopRequireDefault(_MdDrawer);
-
-var _MdElevation = __webpack_require__(356);
-
-var _MdElevation2 = _interopRequireDefault(_MdElevation);
-
-var _MdEmptyState = __webpack_require__(358);
-
-var _MdEmptyState2 = _interopRequireDefault(_MdEmptyState);
-
-var _MdField = __webpack_require__(361);
-
-var _MdField2 = _interopRequireDefault(_MdField);
-
-var _MdHighlightText = __webpack_require__(388);
-
-var _MdHighlightText2 = _interopRequireDefault(_MdHighlightText);
-
-var _MdIcon = __webpack_require__(111);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-var _MdImage = __webpack_require__(391);
-
-var _MdImage2 = _interopRequireDefault(_MdImage);
-
-var _MdLayout = __webpack_require__(395);
-
-var _MdLayout2 = _interopRequireDefault(_MdLayout);
-
-var _MdList = __webpack_require__(397);
-
-var _MdList2 = _interopRequireDefault(_MdList);
-
-var _MdMenu = __webpack_require__(416);
-
-var _MdMenu2 = _interopRequireDefault(_MdMenu);
-
-var _MdProgress = __webpack_require__(419);
-
-var _MdProgress2 = _interopRequireDefault(_MdProgress);
-
-var _MdRadio = __webpack_require__(426);
-
-var _MdRadio2 = _interopRequireDefault(_MdRadio);
-
-var _MdRipple = __webpack_require__(430);
-
-var _MdRipple2 = _interopRequireDefault(_MdRipple);
-
-var _MdSnackbar = __webpack_require__(431);
-
-var _MdSnackbar2 = _interopRequireDefault(_MdSnackbar);
-
-var _MdSpeedDial = __webpack_require__(438);
-
-var _MdSpeedDial2 = _interopRequireDefault(_MdSpeedDial);
-
-var _MdSteppers = __webpack_require__(448);
-
-var _MdSteppers2 = _interopRequireDefault(_MdSteppers);
-
-var _MdSubheader = __webpack_require__(462);
-
-var _MdSubheader2 = _interopRequireDefault(_MdSubheader);
-
-var _MdSwitch = __webpack_require__(466);
-
-var _MdSwitch2 = _interopRequireDefault(_MdSwitch);
-
-var _MdTable = __webpack_require__(470);
-
-var _MdTable2 = _interopRequireDefault(_MdTable);
-
-var _MdTabs = __webpack_require__(506);
-
-var _MdTabs2 = _interopRequireDefault(_MdTabs);
-
-var _MdToolbar = __webpack_require__(511);
-
-var _MdToolbar2 = _interopRequireDefault(_MdToolbar);
-
-var _MdTooltip = __webpack_require__(512);
-
-var _MdTooltip2 = _interopRequireDefault(_MdTooltip);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.MdBadge = _MdBadge2.default;
-exports.MdApp = _MdApp2.default;
-exports.MdAutocomplete = _MdAutocomplete2.default;
-exports.MdAvatar = _MdAvatar2.default;
-exports.MdBottomBar = _MdBottomBar2.default;
-exports.MdButton = _MdButton2.default;
-exports.MdCard = _MdCard2.default;
-exports.MdCheckbox = _MdCheckbox2.default;
-exports.MdChips = _MdChips2.default;
-exports.MdContent = _MdContent2.default;
-exports.MdDatepicker = _MdDatepicker2.default;
-exports.MdDialog = _MdDialog2.default;
-exports.MdDialogAlert = _MdDialogAlert2.default;
-exports.MdDialogConfirm = _MdDialogConfirm2.default;
-exports.MdDialogPrompt = _MdDialogPrompt2.default;
-exports.MdDivider = _MdDivider2.default;
-exports.MdDrawer = _MdDrawer2.default;
-exports.MdElevation = _MdElevation2.default;
-exports.MdEmptyState = _MdEmptyState2.default;
-exports.MdField = _MdField2.default;
-exports.MdHighlightText = _MdHighlightText2.default;
-exports.MdIcon = _MdIcon2.default;
-exports.MdImage = _MdImage2.default;
-exports.MdLayout = _MdLayout2.default;
-exports.MdList = _MdList2.default;
-exports.MdMenu = _MdMenu2.default;
-exports.MdProgress = _MdProgress2.default;
-exports.MdRadio = _MdRadio2.default;
-exports.MdRipple = _MdRipple2.default;
-exports.MdSnackbar = _MdSnackbar2.default;
-exports.MdSpeedDial = _MdSpeedDial2.default;
-exports.MdSteppers = _MdSteppers2.default;
-exports.MdSubheader = _MdSubheader2.default;
-exports.MdSwitch = _MdSwitch2.default;
-exports.MdTable = _MdTable2.default;
-exports.MdTabs = _MdTabs2.default;
-exports.MdToolbar = _MdToolbar2.default;
-exports.MdTooltip = _MdTooltip2.default;
-
-/***/ }),
-/* 182 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdApp = __webpack_require__(183);
-
-var _MdApp2 = _interopRequireDefault(_MdApp);
-
-var _MdAppToolbar = __webpack_require__(195);
-
-var _MdAppToolbar2 = _interopRequireDefault(_MdAppToolbar);
-
-var _MdAppContent = __webpack_require__(198);
-
-var _MdAppContent2 = _interopRequireDefault(_MdAppContent);
-
-var _MdAppDrawer = __webpack_require__(201);
-
-var _MdAppDrawer2 = _interopRequireDefault(_MdAppDrawer);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdApp2.default.name, _MdApp2.default);
- Vue.component(_MdAppToolbar2.default.name, _MdAppToolbar2.default);
- Vue.component(_MdAppContent2.default.name, _MdAppContent2.default);
- Vue.component(_MdAppDrawer2.default.name, _MdAppDrawer2.default);
-};
-
-/***/ }),
-/* 183 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdApp_vue__ = __webpack_require__(33);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdApp_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdApp_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdApp_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdApp_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(184)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-var __vue_template__ = null
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdApp_vue___default.a,
- __vue_template__,
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdApp/MdApp.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 184 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 185 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppSideDrawer_vue__ = __webpack_require__(34);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppSideDrawer_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppSideDrawer_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppSideDrawer_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppSideDrawer_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2aaa67a6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAppSideDrawer_vue__ = __webpack_require__(189);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(186)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppSideDrawer_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2aaa67a6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAppSideDrawer_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdApp/MdAppSideDrawer.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 186 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 187 */
-/***/ (function(module, exports, __webpack_require__) {
-
-/* WEBPACK VAR INJECTION */(function(process) {// Generated by CoffeeScript 1.12.2
-(function() {
- var getNanoSeconds, hrtime, loadTime, moduleLoadTime, nodeLoadTime, upTime;
-
- if ((typeof performance !== "undefined" && performance !== null) && performance.now) {
- module.exports = function() {
- return performance.now();
- };
- } else if ((typeof process !== "undefined" && process !== null) && process.hrtime) {
- module.exports = function() {
- return (getNanoSeconds() - nodeLoadTime) / 1e6;
- };
- hrtime = process.hrtime;
- getNanoSeconds = function() {
- var hr;
- hr = hrtime();
- return hr[0] * 1e9 + hr[1];
- };
- moduleLoadTime = getNanoSeconds();
- upTime = process.uptime() * 1e9;
- nodeLoadTime = moduleLoadTime - upTime;
- } else if (Date.now) {
- module.exports = function() {
- return Date.now() - loadTime;
- };
- loadTime = Date.now();
- } else {
- module.exports = function() {
- return new Date().getTime() - loadTime;
- };
- loadTime = new Date().getTime();
- }
-
-}).call(this);
-
-//# sourceMappingURL=performance-now.js.map
-
-/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(188)))
-
-/***/ }),
-/* 188 */
-/***/ (function(module, exports) {
-
-// shim for using process in browser
-var process = module.exports = {};
-
-// cached from whatever global is present so that test runners that stub it
-// don't break things. But we need to wrap it in a try catch in case it is
-// wrapped in strict mode code which doesn't define any globals. It's inside a
-// function because try/catches deoptimize in certain engines.
-
-var cachedSetTimeout;
-var cachedClearTimeout;
-
-function defaultSetTimout() {
- throw new Error('setTimeout has not been defined');
-}
-function defaultClearTimeout () {
- throw new Error('clearTimeout has not been defined');
-}
-(function () {
- try {
- if (typeof setTimeout === 'function') {
- cachedSetTimeout = setTimeout;
- } else {
- cachedSetTimeout = defaultSetTimout;
- }
- } catch (e) {
- cachedSetTimeout = defaultSetTimout;
- }
- try {
- if (typeof clearTimeout === 'function') {
- cachedClearTimeout = clearTimeout;
- } else {
- cachedClearTimeout = defaultClearTimeout;
- }
- } catch (e) {
- cachedClearTimeout = defaultClearTimeout;
- }
-} ())
-function runTimeout(fun) {
- if (cachedSetTimeout === setTimeout) {
- //normal enviroments in sane situations
- return setTimeout(fun, 0);
- }
- // if setTimeout wasn't available but was latter defined
- if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
- cachedSetTimeout = setTimeout;
- return setTimeout(fun, 0);
- }
- try {
- // when when somebody has screwed with setTimeout but no I.E. maddness
- return cachedSetTimeout(fun, 0);
- } catch(e){
- try {
- // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
- return cachedSetTimeout.call(null, fun, 0);
- } catch(e){
- // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error
- return cachedSetTimeout.call(this, fun, 0);
- }
- }
-
-
-}
-function runClearTimeout(marker) {
- if (cachedClearTimeout === clearTimeout) {
- //normal enviroments in sane situations
- return clearTimeout(marker);
- }
- // if clearTimeout wasn't available but was latter defined
- if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
- cachedClearTimeout = clearTimeout;
- return clearTimeout(marker);
- }
- try {
- // when when somebody has screwed with setTimeout but no I.E. maddness
- return cachedClearTimeout(marker);
- } catch (e){
- try {
- // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
- return cachedClearTimeout.call(null, marker);
- } catch (e){
- // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.
- // Some versions of I.E. have different rules for clearTimeout vs setTimeout
- return cachedClearTimeout.call(this, marker);
- }
- }
-
-
-
-}
-var queue = [];
-var draining = false;
-var currentQueue;
-var queueIndex = -1;
-
-function cleanUpNextTick() {
- if (!draining || !currentQueue) {
- return;
- }
- draining = false;
- if (currentQueue.length) {
- queue = currentQueue.concat(queue);
- } else {
- queueIndex = -1;
- }
- if (queue.length) {
- drainQueue();
- }
-}
-
-function drainQueue() {
- if (draining) {
- return;
- }
- var timeout = runTimeout(cleanUpNextTick);
- draining = true;
-
- var len = queue.length;
- while(len) {
- currentQueue = queue;
- queue = [];
- while (++queueIndex < len) {
- if (currentQueue) {
- currentQueue[queueIndex].run();
- }
- }
- queueIndex = -1;
- len = queue.length;
- }
- currentQueue = null;
- draining = false;
- runClearTimeout(timeout);
-}
-
-process.nextTick = function (fun) {
- var args = new Array(arguments.length - 1);
- if (arguments.length > 1) {
- for (var i = 1; i < arguments.length; i++) {
- args[i - 1] = arguments[i];
- }
- }
- queue.push(new Item(fun, args));
- if (queue.length === 1 && !draining) {
- runTimeout(drainQueue);
- }
-};
-
-// v8 likes predictible objects
-function Item(fun, array) {
- this.fun = fun;
- this.array = array;
-}
-Item.prototype.run = function () {
- this.fun.apply(null, this.array);
-};
-process.title = 'browser';
-process.browser = true;
-process.env = {};
-process.argv = [];
-process.version = ''; // empty string to avoid regexp issues
-process.versions = {};
-
-function noop() {}
-
-process.on = noop;
-process.addListener = noop;
-process.once = noop;
-process.off = noop;
-process.removeListener = noop;
-process.removeAllListeners = noop;
-process.emit = noop;
-process.prependListener = noop;
-process.prependOnceListener = noop;
-
-process.listeners = function (name) { return [] }
-
-process.binding = function (name) {
- throw new Error('process.binding is not supported');
-};
-
-process.cwd = function () { return '/' };
-process.chdir = function (dir) {
- throw new Error('process.chdir is not supported');
-};
-process.umask = function() { return 0; };
-
-
-/***/ }),
-/* 189 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- staticClass: "md-app md-app-side-drawer md-layout-row",
- class: [_vm.appClasses, _vm.$mdActiveTheme]
- },
- [
- _vm._t("md-app-drawer-left"),
- _vm._v(" "),
- _vm._t("md-app-drawer-right-previous"),
- _vm._v(" "),
- _c(
- "main",
- {
- staticClass: "md-app-container md-flex md-layout-column",
- class: [_vm.$mdActiveTheme, _vm.scrollerClasses],
- style: _vm.contentStyles,
- on: {
- "&scroll": function($event) {
- return _vm.handleScroll($event)
- }
- }
- },
- [
- _vm._t("md-app-toolbar"),
- _vm._v(" "),
- _c(
- "div",
- {
- staticClass: "md-app-scroller md-layout-column md-flex",
- class: [_vm.$mdActiveTheme, _vm.scrollerClasses],
- style: _vm.containerStyles,
- on: {
- "&scroll": function($event) {
- return _vm.handleScroll($event)
- }
- }
- },
- [_vm._t("md-app-content")],
- 2
- )
- ],
- 2
- ),
- _vm._v(" "),
- _vm._t("md-app-drawer-right")
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 190 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppInternalDrawer_vue__ = __webpack_require__(38);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppInternalDrawer_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppInternalDrawer_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppInternalDrawer_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppInternalDrawer_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f33ea0da_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAppInternalDrawer_vue__ = __webpack_require__(192);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(191)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppInternalDrawer_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_f33ea0da_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAppInternalDrawer_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdApp/MdAppInternalDrawer.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 191 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 192 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- staticClass: "md-app md-app-internal-drawer md-layout-column",
- class: [_vm.appClasses, _vm.$mdActiveTheme]
- },
- [
- _vm._t("md-app-toolbar"),
- _vm._v(" "),
- _c(
- "main",
- {
- staticClass: "md-app-container md-flex md-layout-row",
- class: [_vm.$mdActiveTheme, _vm.scrollerClasses],
- style: [_vm.containerStyles, _vm.contentStyles]
- },
- [
- _vm._t("md-app-drawer-left"),
- _vm._v(" "),
- _vm._t("md-app-drawer-right-previous"),
- _vm._v(" "),
- _c(
- "div",
- {
- staticClass: "md-app-scroller md-layout-column md-flex",
- class: [_vm.$mdActiveTheme, _vm.scrollerClasses]
- },
- [_vm._t("md-app-content")],
- 2
- ),
- _vm._v(" "),
- _vm._t("md-app-drawer-right")
- ],
- 2
- )
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 193 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawerRightPrevious_vue__ = __webpack_require__(39);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawerRightPrevious_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawerRightPrevious_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawerRightPrevious_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawerRightPrevious_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_59050158_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDrawerRightPrevious_vue__ = __webpack_require__(194);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawerRightPrevious_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_59050158_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDrawerRightPrevious_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDrawer/MdDrawerRightPrevious.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 194 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("div", {
- directives: [
- { name: "show", rawName: "v-show", value: false, expression: "false" }
- ],
- staticClass: "md-drawer md-right-previous",
- class: _vm.drawerClasses
- })
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 195 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppToolbar_vue__ = __webpack_require__(40);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppToolbar_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppToolbar_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppToolbar_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppToolbar_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2d3e4174_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAppToolbar_vue__ = __webpack_require__(197);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(196)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppToolbar_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2d3e4174_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAppToolbar_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdApp/MdAppToolbar.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 196 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 197 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-toolbar",
- _vm._g(
- _vm._b(
- {
- staticClass: "md-app-toolbar",
- class: _vm.toolbarClasses,
- style: _vm.toolbarStyles
- },
- "md-toolbar",
- _vm.$attrs,
- false
- ),
- _vm.$listeners
- ),
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 198 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppContent_vue__ = __webpack_require__(41);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppContent_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppContent_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppContent_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppContent_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_65f3d944_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAppContent_vue__ = __webpack_require__(200);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(199)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppContent_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_65f3d944_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAppContent_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdApp/MdAppContent.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 199 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 200 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm.showCard
- ? _c(
- "md-card",
- _vm._g(
- _vm._b(
- { staticClass: "md-app-content md-flex" },
- "md-card",
- _vm.$attrs,
- false
- ),
- _vm.$listeners
- ),
- [_vm._t("default")],
- 2
- )
- : _c(
- "md-content",
- _vm._g(
- _vm._b(
- { staticClass: "md-app-content md-flex" },
- "md-content",
- _vm.$attrs,
- false
- ),
- _vm.$listeners
- ),
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 201 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppDrawer_vue__ = __webpack_require__(42);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppDrawer_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppDrawer_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppDrawer_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppDrawer_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1d41d1f6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAppDrawer_vue__ = __webpack_require__(202);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAppDrawer_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1d41d1f6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAppDrawer_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdApp/MdAppDrawer.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 202 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-drawer",
- _vm._g(
- _vm._b(
- {
- ref: "drawer",
- staticClass: "md-app-drawer",
- attrs: {
- "md-active": _vm.mdActive && _vm.initialized,
- "md-right": _vm.mdRight
- }
- },
- "md-drawer",
- _vm.$attrs,
- false
- ),
- _vm.$listeners
- ),
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 203 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdBadge = __webpack_require__(204);
-
-var _MdBadge2 = _interopRequireDefault(_MdBadge);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdBadge2.default.name, _MdBadge2.default);
-};
-
-/***/ }),
-/* 204 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadge_vue__ = __webpack_require__(43);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadge_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadge_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadge_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadge_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3d6e3ee9_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdBadge_vue__ = __webpack_require__(209);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(205)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadge_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3d6e3ee9_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdBadge_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdBadge/MdBadge.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 205 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 206 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadgeStandalone_vue__ = __webpack_require__(44);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadgeStandalone_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadgeStandalone_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadgeStandalone_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadgeStandalone_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3c5ccf8e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdBadgeStandalone_vue__ = __webpack_require__(208);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(207)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBadgeStandalone_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3c5ccf8e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdBadgeStandalone_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdBadge/MdBadgeStandalone.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 207 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 208 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-badge", class: [_vm.$mdActiveTheme] },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 209 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm.hasDefaultSlot
- ? _c(
- "div",
- { staticClass: "md-badge-content" },
- [
- _vm._t("default"),
- _vm._v(" "),
- _c(
- "md-badge-standalone",
- { class: _vm.badgeClasses, style: _vm.styles },
- [_c("div", [_vm._v("\n " + _vm._s(_vm.mdContent) + "\n ")])]
- )
- ],
- 2
- )
- : _c(
- "md-badge-standalone",
- { class: _vm.badgeClasses, style: _vm.styles },
- [_vm._v("\n " + _vm._s(_vm.mdContent) + "\n")]
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 210 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdAutocomplete = __webpack_require__(211);
-
-var _MdAutocomplete2 = _interopRequireDefault(_MdAutocomplete);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdAutocomplete2.default.name, _MdAutocomplete2.default);
-};
-
-/***/ }),
-/* 211 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAutocomplete_vue__ = __webpack_require__(45);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAutocomplete_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAutocomplete_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAutocomplete_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAutocomplete_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_130e5ea2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAutocomplete_vue__ = __webpack_require__(215);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(212)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAutocomplete_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_130e5ea2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAutocomplete_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdAutocomplete/MdAutocomplete.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 212 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 213 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-function fuzzysearch (needle, haystack) {
- var tlen = haystack.length;
- var qlen = needle.length;
- if (qlen > tlen) {
- return false;
- }
- if (qlen === tlen) {
- return needle === haystack;
- }
- outer: for (var i = 0, j = 0; i < qlen; i++) {
- var nch = needle.charCodeAt(i);
- while (j < tlen) {
- if (haystack.charCodeAt(j++) === nch) {
- continue outer;
- }
- }
- return false;
- }
- return true;
-}
-
-module.exports = fuzzysearch;
-
-
-/***/ }),
-/* 214 */
-/***/ (function(module, exports) {
-
-module.exports = isPromise;
-
-function isPromise(obj) {
- return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function';
-}
-
-
-/***/ }),
-/* 215 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-field",
- {
- staticClass: "md-autocomplete",
- class: _vm.fieldClasses,
- attrs: { "md-clearable": "", "md-inline": _vm.isBoxLayout }
- },
- [
- _c(
- "md-menu",
- {
- attrs: {
- "md-direction": "bottom-start",
- "md-dense": _vm.mdDense,
- "md-align-trigger": "",
- "md-full-width": "",
- "md-active": _vm.showMenu
- },
- on: {
- "update:mdActive": function($event) {
- _vm.showMenu = $event
- },
- "update:md-active": function($event) {
- _vm.showMenu = $event
- }
- }
- },
- [
- _c(
- "md-input",
- _vm._b(
- {
- attrs: {
- id: _vm.mdInputId,
- name: _vm.mdInputName,
- maxlength: _vm.mdInputMaxlength,
- placeholder: _vm.mdInputPlaceholder
- },
- on: {
- focus: function($event) {
- $event.stopPropagation()
- return _vm.openOnFocus($event)
- },
- blur: _vm.hideOptions,
- input: _vm.onInput,
- click: function($event) {
- $event.stopPropagation()
- $event.preventDefault()
- return _vm.openOnFocus($event)
- }
- },
- model: {
- value: _vm.searchTerm,
- callback: function($$v) {
- _vm.searchTerm = $$v
- },
- expression: "searchTerm"
- }
- },
- "md-input",
- _vm.$attrs,
- false
- )
- ),
- _vm._v(" "),
- _c(
- "md-menu-content",
- {
- directives: [
- {
- name: "show",
- rawName: "v-show",
- value: _vm.hasScopedEmptySlot || _vm.hasFilteredItems,
- expression: "hasScopedEmptySlot || hasFilteredItems"
- }
- ],
- class: _vm.contentClasses
- },
- [
- _vm.isPromisePending
- ? _c(
- "div",
- { staticClass: "md-autocomplete-loading" },
- [
- _c("md-progress-spinner", {
- attrs: {
- "md-diameter": 40,
- "md-stroke": 4,
- "md-mode": "indeterminate"
- }
- })
- ],
- 1
- )
- : _vm._e(),
- _vm._v(" "),
- _vm.hasFilteredItems
- ? _c(
- "div",
- { staticClass: "md-autocomplete-items" },
- _vm._l(_vm.getOptions(), function(item, index) {
- return _c(
- "md-menu-item",
- {
- key: index,
- on: {
- click: function($event) {
- return _vm.selectItem(item, $event)
- }
- }
- },
- [
- _vm.$scopedSlots["md-autocomplete-item"]
- ? _vm._t("md-autocomplete-item", null, {
- item: item,
- term: _vm.searchTerm
- })
- : [_vm._v(_vm._s(item))]
- ],
- 2
- )
- }),
- 1
- )
- : _vm.hasScopedEmptySlot
- ? _c("md-menu-item", [
- _c(
- "div",
- { staticClass: "md-autocomplete-empty" },
- [
- _vm._t("md-autocomplete-empty", null, {
- term: _vm.searchTerm
- })
- ],
- 2
- )
- ])
- : _vm._e()
- ],
- 1
- )
- ],
- 1
- ),
- _vm._v(" "),
- _vm._t("default")
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 216 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdAvatar = __webpack_require__(217);
-
-var _MdAvatar2 = _interopRequireDefault(_MdAvatar);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdAvatar2.default.name, _MdAvatar2.default);
-};
-
-/***/ }),
-/* 217 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAvatar_vue__ = __webpack_require__(46);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAvatar_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAvatar_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAvatar_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAvatar_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2bc61fcf_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAvatar_vue__ = __webpack_require__(219);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(218)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdAvatar_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2bc61fcf_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdAvatar_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdAvatar/MdAvatar.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 218 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 219 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-avatar", class: [_vm.$mdActiveTheme] },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 220 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdBottomBar = __webpack_require__(221);
-
-var _MdBottomBar2 = _interopRequireDefault(_MdBottomBar);
-
-var _MdBottomBarItem = __webpack_require__(228);
-
-var _MdBottomBarItem2 = _interopRequireDefault(_MdBottomBarItem);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdBottomBar2.default.name, _MdBottomBar2.default);
- Vue.component(_MdBottomBarItem2.default.name, _MdBottomBarItem2.default);
-};
-
-/***/ }),
-/* 221 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBar_vue__ = __webpack_require__(47);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBar_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBar_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBar_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBar_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0fac6773_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdBottomBar_vue__ = __webpack_require__(227);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(222)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBar_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0fac6773_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdBottomBar_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdBottomBar/MdBottomBar.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 222 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 223 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 224 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 225 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "transition",
- {
- attrs: { name: "md-ripple", appear: "" },
- on: { "after-enter": _vm.end }
- },
- [_vm.animating ? _c("span") : _vm._e()]
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 226 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- class: ["md-ripple", _vm.rippleClasses],
- on: {
- "&touchstart": function($event) {
- return (function(event) {
- return _vm.mdEventTrigger && _vm.touchStartCheck(event)
- })($event)
- },
- "&touchmove": function($event) {
- return (function(event) {
- return _vm.mdEventTrigger && _vm.touchMoveCheck(event)
- })($event)
- },
- "&mousedown": function($event) {
- return (function(event) {
- return _vm.mdEventTrigger && _vm.startRipple(event)
- })($event)
- }
- }
- },
- [
- _vm._t("default"),
- _vm._v(" "),
- _vm._l(_vm.ripples, function(ripple) {
- return !_vm.isDisabled
- ? _c("md-wave", {
- key: ripple.uuid,
- class: ["md-ripple-wave", _vm.waveClasses],
- style: ripple.waveStyles,
- on: {
- "md-end": function($event) {
- return _vm.clearWave(ripple.uuid)
- }
- }
- })
- : _vm._e()
- })
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 227 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- staticClass: "md-bottom-bar",
- class: [_vm.$mdActiveTheme, _vm.barClasses]
- },
- [
- _c(
- "md-ripple",
- {
- attrs: {
- "md-disabled": _vm.mdType === "fixed",
- "md-active": _vm.MdBottomBar.mouseEvent
- }
- },
- [_vm._t("default")],
- 2
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 228 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBarItem_vue__ = __webpack_require__(51);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBarItem_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBarItem_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBarItem_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBarItem_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7ba29fa6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdBottomBarItem_vue__ = __webpack_require__(229);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdBottomBarItem_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7ba29fa6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdBottomBarItem_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdBottomBar/MdBottomBarItem.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 229 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-button",
- _vm._g(
- _vm._b(
- {
- staticClass: "md-bottom-bar-item",
- class: _vm.itemClasses,
- attrs: {
- id: _vm.id,
- disabled: _vm.mdDisabled,
- "md-ripple": _vm.MdBottomBar.type === "fixed"
- },
- on: { click: _vm.setActiveItem }
- },
- "md-button",
- _vm.attrs,
- false
- ),
- _vm.$listeners
- ),
- [
- _vm.$slots.default
- ? _vm._t("default")
- : [
- _vm.isAssetIcon(_vm.mdIcon)
- ? _c("md-icon", {
- staticClass: "md-bottom-bar-icon",
- attrs: { "md-src": _vm.mdIcon }
- })
- : _c("md-icon", { staticClass: "md-bottom-bar-icon" }, [
- _vm._v(_vm._s(_vm.mdIcon))
- ]),
- _vm._v(" "),
- _c("span", { staticClass: "md-bottom-bar-label" }, [
- _vm._v(_vm._s(_vm.mdLabel))
- ])
- ]
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 230 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdButton = __webpack_require__(15);
-
-var _MdButton2 = _interopRequireDefault(_MdButton);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdButton2.default.name, _MdButton2.default);
-};
-
-/***/ }),
-/* 231 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 232 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButtonContent_vue__ = __webpack_require__(54);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButtonContent_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButtonContent_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButtonContent_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButtonContent_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_008ae93a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdButtonContent_vue__ = __webpack_require__(234);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(233)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdButtonContent_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_008ae93a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdButtonContent_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdButton/MdButtonContent.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 233 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 234 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-ripple",
- {
- attrs: {
- "md-disabled": !_vm.mdRipple || _vm.disabled,
- "md-event-trigger": false,
- "md-active": _vm.mdRippleActive
- },
- on: {
- "update:mdActive": function(active) {
- return _vm.$emit("update:mdRippleActive", active)
- }
- }
- },
- [_c("div", { staticClass: "md-button-content" }, [_vm._t("default")], 2)]
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 235 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdCard = __webpack_require__(236);
-
-var _MdCard2 = _interopRequireDefault(_MdCard);
-
-var _MdCardArea = __webpack_require__(239);
-
-var _MdCardArea2 = _interopRequireDefault(_MdCardArea);
-
-var _MdCardHeader = __webpack_require__(242);
-
-var _MdCardHeader2 = _interopRequireDefault(_MdCardHeader);
-
-var _MdCardHeaderText = __webpack_require__(245);
-
-var _MdCardHeaderText2 = _interopRequireDefault(_MdCardHeaderText);
-
-var _MdCardMedia = __webpack_require__(247);
-
-var _MdCardMedia2 = _interopRequireDefault(_MdCardMedia);
-
-var _MdCardMediaActions = __webpack_require__(250);
-
-var _MdCardMediaActions2 = _interopRequireDefault(_MdCardMediaActions);
-
-var _MdCardMediaCover = __webpack_require__(253);
-
-var _MdCardMediaCover2 = _interopRequireDefault(_MdCardMediaCover);
-
-var _MdCardContent = __webpack_require__(256);
-
-var _MdCardContent2 = _interopRequireDefault(_MdCardContent);
-
-var _MdCardExpand = __webpack_require__(259);
-
-var _MdCardExpand2 = _interopRequireDefault(_MdCardExpand);
-
-var _MdCardExpandTrigger = __webpack_require__(262);
-
-var _MdCardExpandTrigger2 = _interopRequireDefault(_MdCardExpandTrigger);
-
-var _MdCardExpandContent = __webpack_require__(264);
-
-var _MdCardExpandContent2 = _interopRequireDefault(_MdCardExpandContent);
-
-var _MdCardActions = __webpack_require__(267);
-
-var _MdCardActions2 = _interopRequireDefault(_MdCardActions);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdCard2.default.name, _MdCard2.default);
- Vue.component(_MdCardArea2.default.name, _MdCardArea2.default);
- Vue.component(_MdCardHeader2.default.name, _MdCardHeader2.default);
- Vue.component(_MdCardHeaderText2.default.name, _MdCardHeaderText2.default);
- Vue.component(_MdCardMedia2.default.name, _MdCardMedia2.default);
- Vue.component(_MdCardMediaActions2.default.name, _MdCardMediaActions2.default);
- Vue.component(_MdCardMediaCover2.default.name, _MdCardMediaCover2.default);
- Vue.component(_MdCardContent2.default.name, _MdCardContent2.default);
- Vue.component(_MdCardExpand2.default.name, _MdCardExpand2.default);
- Vue.component(_MdCardExpandTrigger2.default.name, _MdCardExpandTrigger2.default);
- Vue.component(_MdCardExpandContent2.default.name, _MdCardExpandContent2.default);
- Vue.component(_MdCardActions2.default.name, _MdCardActions2.default);
-};
-
-/***/ }),
-/* 236 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCard_vue__ = __webpack_require__(55);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCard_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCard_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCard_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCard_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_24f7f3af_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCard_vue__ = __webpack_require__(238);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(237)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCard_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_24f7f3af_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCard_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCard.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 237 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 238 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-card", class: [_vm.$mdActiveTheme, _vm.cardClasses] },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 239 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardArea_vue__ = __webpack_require__(56);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardArea_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardArea_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardArea_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardArea_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_132f02d7_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardArea_vue__ = __webpack_require__(241);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(240)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardArea_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_132f02d7_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardArea_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCardArea/MdCardArea.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 240 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 241 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-card-area", class: _vm.areaClasses },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 242 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeader_vue__ = __webpack_require__(57);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeader_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeader_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeader_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeader_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4d103817_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardHeader_vue__ = __webpack_require__(244);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(243)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeader_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4d103817_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardHeader_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCardHeader/MdCardHeader.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 243 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 244 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("div", { staticClass: "md-card-header" }, [_vm._t("default")], 2)
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 245 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeaderText_vue__ = __webpack_require__(58);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeaderText_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeaderText_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeaderText_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeaderText_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_49a3ab64_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardHeaderText_vue__ = __webpack_require__(246);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardHeaderText_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_49a3ab64_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardHeaderText_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCardHeader/MdCardHeaderText.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 246 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-card-header-text" },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 247 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMedia_vue__ = __webpack_require__(59);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMedia_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMedia_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMedia_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMedia_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_33e1f253_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardMedia_vue__ = __webpack_require__(249);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(248)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMedia_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_33e1f253_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardMedia_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCardMedia/MdCardMedia.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 248 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 249 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-card-media", class: _vm.mediaClasses },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 250 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaActions_vue__ = __webpack_require__(60);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaActions_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaActions_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaActions_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaActions_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_102584da_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardMediaActions_vue__ = __webpack_require__(252);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(251)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaActions_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_102584da_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardMediaActions_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCardMedia/MdCardMediaActions.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 251 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 252 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-card-media-actions" },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 253 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaCover_vue__ = __webpack_require__(61);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaCover_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaCover_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaCover_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaCover_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_20dfcfd4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardMediaCover_vue__ = __webpack_require__(255);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(254)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardMediaCover_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_20dfcfd4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardMediaCover_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCardMedia/MdCardMediaCover.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 254 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 255 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-card-media-cover", class: _vm.coverClasses },
- [
- _vm._t("default"),
- _vm._v(" "),
- _vm.mdTextScrim
- ? _c("div", {
- ref: "backdrop",
- staticClass: "md-card-backdrop",
- style: _vm.coverStyles
- })
- : _vm._e()
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 256 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardContent_vue__ = __webpack_require__(62);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardContent_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardContent_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardContent_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardContent_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_36a98486_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardContent_vue__ = __webpack_require__(258);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(257)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardContent_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_36a98486_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardContent_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCardContent/MdCardContent.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 257 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 258 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("div", { staticClass: "md-card-content" }, [_vm._t("default")], 2)
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 259 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpand_vue__ = __webpack_require__(63);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpand_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpand_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpand_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpand_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_d46d3592_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardExpand_vue__ = __webpack_require__(261);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(260)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpand_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_d46d3592_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardExpand_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCardExpand/MdCardExpand.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 260 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 261 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("div", { staticClass: "md-card-expand" }, [_vm._t("default")], 2)
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 262 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandTrigger_vue__ = __webpack_require__(64);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandTrigger_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandTrigger_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandTrigger_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandTrigger_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(263)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-var __vue_template__ = null
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandTrigger_vue___default.a,
- __vue_template__,
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCardExpand/MdCardExpandTrigger.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 263 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 264 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandContent_vue__ = __webpack_require__(65);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandContent_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandContent_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandContent_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandContent_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_604296f2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardExpandContent_vue__ = __webpack_require__(266);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(265)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardExpandContent_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_604296f2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardExpandContent_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCardExpand/MdCardExpandContent.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 265 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 266 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-card-expand-content", style: _vm.contentStyles },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 267 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardActions_vue__ = __webpack_require__(66);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardActions_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardActions_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardActions_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardActions_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2894ebc5_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardActions_vue__ = __webpack_require__(269);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(268)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCardActions_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2894ebc5_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCardActions_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCard/MdCardActions/MdCardActions.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 268 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 269 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- staticClass: "md-card-actions",
- class: "md-alignment-" + _vm.mdAlignment
- },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 270 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdCheckbox = __webpack_require__(271);
-
-var _MdCheckbox2 = _interopRequireDefault(_MdCheckbox);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdCheckbox2.default.name, _MdCheckbox2.default);
-};
-
-/***/ }),
-/* 271 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckbox_vue__ = __webpack_require__(67);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckbox_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckbox_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckbox_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckbox_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7c2899cf_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCheckbox_vue__ = __webpack_require__(273);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(272)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckbox_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7c2899cf_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCheckbox_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdCheckbox/MdCheckbox.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 272 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 273 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- staticClass: "md-checkbox",
- class: [_vm.$mdActiveTheme, _vm.checkClasses]
- },
- [
- _c(
- "div",
- {
- staticClass: "md-checkbox-container",
- on: {
- click: function($event) {
- $event.stopPropagation()
- return _vm.toggleCheck($event)
- }
- }
- },
- [
- _c(
- "md-ripple",
- {
- attrs: {
- "md-centered": "",
- "md-active": _vm.rippleActive,
- "md-disabled": _vm.disabled
- },
- on: {
- "update:mdActive": function($event) {
- _vm.rippleActive = $event
- },
- "update:md-active": function($event) {
- _vm.rippleActive = $event
- }
- }
- },
- [
- _c(
- "input",
- _vm._b(
- {
- attrs: { id: _vm.id, type: "checkbox" },
- domProps: { indeterminate: _vm.indeterminate }
- },
- "input",
- _vm.attrs,
- false
- )
- )
- ]
- )
- ],
- 1
- ),
- _vm._v(" "),
- _vm.$slots.default
- ? _c(
- "label",
- {
- staticClass: "md-checkbox-label",
- attrs: { for: _vm.id },
- on: {
- click: function($event) {
- $event.preventDefault()
- return _vm.toggleCheck($event)
- }
- }
- },
- [_vm._t("default")],
- 2
- )
- : _vm._e()
- ]
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 274 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdChips = __webpack_require__(275);
-
-var _MdChips2 = _interopRequireDefault(_MdChips);
-
-var _MdChip = __webpack_require__(291);
-
-var _MdChip2 = _interopRequireDefault(_MdChip);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdChips2.default.name, _MdChips2.default);
- Vue.component(_MdChip2.default.name, _MdChip2.default);
-};
-
-/***/ }),
-/* 275 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChips_vue__ = __webpack_require__(69);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChips_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChips_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChips_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChips_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0b3d2a1e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdChips_vue__ = __webpack_require__(290);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(276)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChips_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0b3d2a1e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdChips_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdChips/MdChips.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 276 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 277 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 278 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 279 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSvgLoader_vue__ = __webpack_require__(74);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSvgLoader_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSvgLoader_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSvgLoader_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSvgLoader_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0db3655e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSvgLoader_vue__ = __webpack_require__(281);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(280)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSvgLoader_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0db3655e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSvgLoader_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdSvgLoader/MdSvgLoader.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 280 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 281 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("i", {
- staticClass: "md-svg-loader",
- domProps: { innerHTML: _vm._s(_vm.html) }
- })
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 282 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm.mdSrc
- ? _c("md-svg-loader", {
- staticClass: "md-icon md-icon-image",
- class: [_vm.$mdActiveTheme],
- attrs: { "md-src": _vm.mdSrc },
- on: {
- "md-loaded": function($event) {
- return _vm.$emit("md-loaded")
- }
- }
- })
- : _c(
- "i",
- { staticClass: "md-icon md-icon-font", class: [_vm.$mdActiveTheme] },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 283 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(1)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", {
- attrs: {
- d:
- "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
- }
- }),
- _vm._v(" "),
- _c("path", { attrs: { d: "M0 0h24v24H0z", fill: "none" } })
- ]
- )
- },
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [_vm._m(0)])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 284 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOffIcon_vue__ = __webpack_require__(75);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOffIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOffIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOffIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOffIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4113206a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdPasswordOffIcon_vue__ = __webpack_require__(285);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOffIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4113206a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdPasswordOffIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdPasswordOffIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 285 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", {
- attrs: {
- d: "M0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0z",
- fill: "none"
- }
- }),
- _vm._v(" "),
- _c("path", {
- attrs: {
- d:
- "M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"
- }
- })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 286 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOnIcon_vue__ = __webpack_require__(76);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOnIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOnIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOnIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOnIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_71ec8df4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdPasswordOnIcon_vue__ = __webpack_require__(287);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdPasswordOnIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_71ec8df4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdPasswordOnIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdPasswordOnIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 287 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", { attrs: { d: "M0 0h24v24H0z", fill: "none" } }),
- _vm._v(" "),
- _c("path", {
- attrs: {
- d:
- "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"
- }
- })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 288 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- staticClass: "md-field",
- class: [_vm.$mdActiveTheme, _vm.fieldClasses],
- on: { blur: _vm.onBlur }
- },
- [
- _vm._t("default"),
- _vm._v(" "),
- _vm.hasCounter
- ? _c("span", { staticClass: "md-count" }, [
- _vm._v(
- _vm._s(_vm.valueLength) +
- " / " +
- _vm._s(_vm.MdField.maxlength || _vm.MdField.counter)
- )
- ])
- : _vm._e(),
- _vm._v(" "),
- _c(
- "transition",
- { attrs: { name: "md-input-action", appear: "" } },
- [
- _vm.hasValue && _vm.mdClearable
- ? _c(
- "md-button",
- {
- staticClass:
- "md-icon-button md-dense md-input-action md-clear",
- attrs: { tabindex: "-1", disabled: _vm.MdField.disabled },
- on: { click: _vm.clearInput }
- },
- [_c("md-clear-icon")],
- 1
- )
- : _vm._e()
- ],
- 1
- ),
- _vm._v(" "),
- _c(
- "transition",
- { attrs: { name: "md-input-action", appear: "" } },
- [
- _vm.hasPasswordToggle
- ? _c(
- "md-button",
- {
- staticClass:
- "md-icon-button md-dense md-input-action md-toggle-password",
- attrs: { tabindex: "-1" },
- on: { click: _vm.togglePassword }
- },
- [
- _vm.MdField.togglePassword
- ? _c("md-password-on-icon")
- : _c("md-password-off-icon")
- ],
- 1
- )
- : _vm._e()
- ],
- 1
- )
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 289 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm.attributes.type === "checkbox"
- ? _c(
- "input",
- _vm._g(
- _vm._b(
- {
- directives: [
- {
- name: "model",
- rawName: "v-model",
- value: _vm.model,
- expression: "model"
- }
- ],
- staticClass: "md-input",
- attrs: { type: "checkbox" },
- domProps: {
- checked: Array.isArray(_vm.model)
- ? _vm._i(_vm.model, null) > -1
- : _vm.model
- },
- on: {
- focus: _vm.onFocus,
- blur: _vm.onBlur,
- change: function($event) {
- var $$a = _vm.model,
- $$el = $event.target,
- $$c = $$el.checked ? true : false
- if (Array.isArray($$a)) {
- var $$v = null,
- $$i = _vm._i($$a, $$v)
- if ($$el.checked) {
- $$i < 0 && (_vm.model = $$a.concat([$$v]))
- } else {
- $$i > -1 &&
- (_vm.model = $$a
- .slice(0, $$i)
- .concat($$a.slice($$i + 1)))
- }
- } else {
- _vm.model = $$c
- }
- }
- }
- },
- "input",
- _vm.attributes,
- false
- ),
- _vm.listeners
- )
- )
- : _vm.attributes.type === "radio"
- ? _c(
- "input",
- _vm._g(
- _vm._b(
- {
- directives: [
- {
- name: "model",
- rawName: "v-model",
- value: _vm.model,
- expression: "model"
- }
- ],
- staticClass: "md-input",
- attrs: { type: "radio" },
- domProps: { checked: _vm._q(_vm.model, null) },
- on: {
- focus: _vm.onFocus,
- blur: _vm.onBlur,
- change: function($event) {
- _vm.model = null
- }
- }
- },
- "input",
- _vm.attributes,
- false
- ),
- _vm.listeners
- )
- )
- : _c(
- "input",
- _vm._g(
- _vm._b(
- {
- directives: [
- {
- name: "model",
- rawName: "v-model",
- value: _vm.model,
- expression: "model"
- }
- ],
- staticClass: "md-input",
- attrs: { type: _vm.attributes.type },
- domProps: { value: _vm.model },
- on: {
- focus: _vm.onFocus,
- blur: _vm.onBlur,
- input: function($event) {
- if ($event.target.composing) {
- return
- }
- _vm.model = $event.target.value
- }
- }
- },
- "input",
- _vm.attributes,
- false
- ),
- _vm.listeners
- )
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 290 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-field",
- { staticClass: "md-chips", class: [_vm.$mdActiveTheme, _vm.chipsClasses] },
- [
- _vm._t("default"),
- _vm._v(" "),
- _vm._l(_vm.value, function(chip, key) {
- return _c(
- "md-chip",
- {
- key: chip,
- attrs: {
- "md-deletable": !_vm.mdStatic,
- "md-clickable": !_vm.mdStatic,
- "md-duplicated": _vm.duplicatedChip === chip
- },
- on: {
- keydown: function($event) {
- if (
- !$event.type.indexOf("key") &&
- _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")
- ) {
- return null
- }
- return _vm.$emit("md-click", chip, key)
- },
- "md-delete": function($event) {
- $event.stopPropagation()
- return _vm.removeChip(chip)
- }
- },
- nativeOn: {
- click: function($event) {
- return _vm.$emit("md-click", chip, key)
- }
- }
- },
- [
- _vm.$scopedSlots["md-chip"]
- ? _vm._t("md-chip", [_vm._v(_vm._s(chip))], { chip: chip })
- : [_vm._v(_vm._s(chip))]
- ],
- 2
- )
- }),
- _vm._v(" "),
- !_vm.mdStatic && _vm.modelRespectLimit
- ? _c("md-input", {
- ref: "input",
- attrs: {
- type: _vm.mdInputType,
- id: _vm.id,
- placeholder: _vm.mdPlaceholder
- },
- on: {
- input: _vm.handleInput,
- keydown: [
- function($event) {
- if (
- !$event.type.indexOf("key") &&
- _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")
- ) {
- return null
- }
- return _vm.insertChip($event)
- },
- function($event) {
- if (!$event.type.indexOf("key") && $event.keyCode !== 8) {
- return null
- }
- return _vm.handleBackRemove($event)
- }
- ],
- focusout: _vm.handleFocusOut
- },
- model: {
- value: _vm.inputValue,
- callback: function($$v) {
- _vm.inputValue = typeof $$v === "string" ? $$v.trim() : $$v
- },
- expression: "inputValue"
- }
- })
- : _vm._e()
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 291 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChip_vue__ = __webpack_require__(78);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChip_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChip_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChip_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChip_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_84ba771c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdChip_vue__ = __webpack_require__(293);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(292)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdChip_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_84ba771c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdChip_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdChips/MdChip.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 292 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 293 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("transition", { attrs: { name: "md-chip", appear: "" } }, [
- _c(
- "div",
- _vm._g(
- {
- staticClass: "md-chip",
- class: [_vm.$mdActiveTheme, _vm.chipClasses],
- attrs: { tabindex: "0" }
- },
- _vm.$listeners
- ),
- [
- _vm.mdClickable || !_vm.mdRipple
- ? _c(
- "md-ripple",
- { attrs: { "md-disabled": _vm.mdDisabled } },
- [_vm._t("default")],
- 2
- )
- : _vm._t("default"),
- _vm._v(" "),
- _c(
- "transition",
- { attrs: { name: "md-input-action", appear: "" } },
- [
- _vm.mdDeletable
- ? _c(
- "md-button",
- {
- staticClass:
- "md-icon-button md-dense md-input-action md-clear",
- attrs: { tabindex: "-1" },
- on: {
- click: function($event) {
- return _vm.$emit("md-delete", $event)
- }
- }
- },
- [_c("md-clear-icon")],
- 1
- )
- : _vm._e()
- ],
- 1
- )
- ],
- 2
- )
- ])
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 294 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdContent = __webpack_require__(79);
-
-var _MdContent2 = _interopRequireDefault(_MdContent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdContent2.default.name, _MdContent2.default);
-};
-
-/***/ }),
-/* 295 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdDatepicker = __webpack_require__(296);
-
-var _MdDatepicker2 = _interopRequireDefault(_MdDatepicker);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdDatepicker2.default.name, _MdDatepicker2.default);
-};
-
-/***/ }),
-/* 296 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepicker_vue__ = __webpack_require__(81);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepicker_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepicker_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepicker_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepicker_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_37fe792f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDatepicker_vue__ = __webpack_require__(328);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(297)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepicker_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_37fe792f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDatepicker_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDatepicker/MdDatepicker.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 297 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 298 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-module.exports = typeof navigator !== 'undefined' && /^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent);
-
-
-/***/ }),
-/* 299 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/toInteger/index.js
-var toInteger = __webpack_require__(5);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.js
-var getTimezoneOffsetInMilliseconds = __webpack_require__(82);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/toDate/index.js
-var toDate = __webpack_require__(3);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/isValid/index.js
-var isValid = __webpack_require__(83);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/locale/en-US/index.js + 9 modules
-var en_US = __webpack_require__(84);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/addLeadingZeros/index.js
-function addLeadingZeros(number, targetLength) {
- var sign = number < 0 ? '-' : ''
- var output = Math.abs(number).toString()
- while (output.length < targetLength) {
- output = '0' + output
- }
- return sign + output
-}
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/format/lightFormatters/index.js
-
-
-/*
- * | | Unit | | Unit |
- * |-----|--------------------------------|-----|--------------------------------|
- * | a | AM, PM | A* | Milliseconds in day |
- * | c | Stand-alone local day of week | C* | Localized hour w/ day period |
- * | d | Day of month | D | Day of year |
- * | e | Local day of week | E | Day of week |
- * | f | | F* | Day of week in month |
- * | g* | Modified Julian day | G | Era |
- * | h | Hour [1-12] | H | Hour [0-23] |
- * | i! | ISO day of week | I! | ISO week of year |
- * | j* | Localized hour w/ day period | J* | Localized hour w/o day period |
- * | k | Hour [1-24] | K | Hour [0-11] |
- * | l* | (deprecated) | L | Stand-alone month |
- * | m | Minute | M | Month |
- * | n | | N | |
- * | o! | Ordinal number modifier | O | Timezone (GMT) |
- * | p! | Long localized time | P! | Long localized date |
- * | q | Stand-alone quarter | Q | Quarter |
- * | r* | Related Gregorian year | R! | ISO week-numbering year |
- * | s | Second | S | Fraction of second |
- * | t! | Seconds timestamp | T! | Milliseconds timestamp |
- * | u | Extended year | U* | Cyclic year |
- * | v* | Timezone (generic non-locat.) | V* | Timezone (location) |
- * | w | Local week of year | W* | Week of month |
- * | x | Timezone (ISO-8601 w/o Z) | X | Timezone (ISO-8601) |
- * | y | Year (abs) | Y | Local week-numbering year |
- * | z | Timezone (specific non-locat.) | Z* | Timezone (aliases) |
- *
- * Letters marked by * are not implemented but reserved by Unicode standard.
- *
- * Letters marked by ! are non-standard, but implemented by date-fns:
- * - `o` modifies the previous token to turn it into an ordinal (see `format` docs)
- * - `i` is ISO day of week. For `i` and `ii` is returns numeric ISO week days,
- * i.e. 7 for Sunday, 1 for Monday, etc.
- * - `I` is ISO week of year, as opposed to `w` which is local week of year.
- * - `R` is ISO week-numbering year, as opposed to `Y` which is local week-numbering year.
- * `R` is supposed to be used in conjunction with `I` and `i`
- * for universal ISO week-numbering date, whereas
- * `Y` is supposed to be used in conjunction with `w` and `e`
- * for week-numbering date specific to the locale.
- * - `P` is long localized date format
- * - `p` is long localized time format
- */
-
-var formatters = {
- // Year
- y: function(date, token) {
- // From http://www.unicode.org/reports/tr35/tr35-31/tr35-dates.html#Date_Format_tokens
- // | Year | y | yy | yyy | yyyy | yyyyy |
- // |----------|-------|----|-------|-------|-------|
- // | AD 1 | 1 | 01 | 001 | 0001 | 00001 |
- // | AD 12 | 12 | 12 | 012 | 0012 | 00012 |
- // | AD 123 | 123 | 23 | 123 | 0123 | 00123 |
- // | AD 1234 | 1234 | 34 | 1234 | 1234 | 01234 |
- // | AD 12345 | 12345 | 45 | 12345 | 12345 | 12345 |
-
- var signedYear = date.getUTCFullYear()
- // Returns 1 for 1 BC (which is year 0 in JavaScript)
- var year = signedYear > 0 ? signedYear : 1 - signedYear
- return addLeadingZeros(token === 'yy' ? year % 100 : year, token.length)
- },
-
- // Month
- M: function(date, token) {
- var month = date.getUTCMonth()
- return token === 'M' ? String(month + 1) : addLeadingZeros(month + 1, 2)
- },
-
- // Day of the month
- d: function(date, token) {
- return addLeadingZeros(date.getUTCDate(), token.length)
- },
-
- // AM or PM
- a: function(date, token) {
- var dayPeriodEnumValue = date.getUTCHours() / 12 >= 1 ? 'pm' : 'am'
-
- switch (token) {
- case 'a':
- case 'aa':
- case 'aaa':
- return dayPeriodEnumValue.toUpperCase()
- case 'aaaaa':
- return dayPeriodEnumValue[0]
- case 'aaaa':
- default:
- return dayPeriodEnumValue === 'am' ? 'a.m.' : 'p.m.'
- }
- },
-
- // Hour [1-12]
- h: function(date, token) {
- return addLeadingZeros(date.getUTCHours() % 12 || 12, token.length)
- },
-
- // Hour [0-23]
- H: function(date, token) {
- return addLeadingZeros(date.getUTCHours(), token.length)
- },
-
- // Minute
- m: function(date, token) {
- return addLeadingZeros(date.getUTCMinutes(), token.length)
- },
-
- // Second
- s: function(date, token) {
- return addLeadingZeros(date.getUTCSeconds(), token.length)
- }
-}
-
-/* harmony default export */ var lightFormatters = (formatters);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/getUTCDayOfYear/index.js
-
-
-var MILLISECONDS_IN_DAY = 86400000
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function getUTCDayOfYear(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(toDate["a" /* default */])(dirtyDate)
- var timestamp = date.getTime()
- date.setUTCMonth(0, 1)
- date.setUTCHours(0, 0, 0, 0)
- var startOfYearTimestamp = date.getTime()
- var difference = timestamp - startOfYearTimestamp
- return Math.floor(difference / MILLISECONDS_IN_DAY) + 1
-}
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/getUTCISOWeek/index.js + 1 modules
-var getUTCISOWeek = __webpack_require__(85);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/getUTCISOWeekYear/index.js
-var getUTCISOWeekYear = __webpack_require__(86);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/getUTCWeek/index.js + 1 modules
-var getUTCWeek = __webpack_require__(87);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/getUTCWeekYear/index.js
-var getUTCWeekYear = __webpack_require__(25);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/format/formatters/index.js
-
-
-
-
-
-
-
-
-var dayPeriodEnum = {
- am: 'am',
- pm: 'pm',
- midnight: 'midnight',
- noon: 'noon',
- morning: 'morning',
- afternoon: 'afternoon',
- evening: 'evening',
- night: 'night'
-}
-
-/*
- * | | Unit | | Unit |
- * |-----|--------------------------------|-----|--------------------------------|
- * | a | AM, PM | A* | Milliseconds in day |
- * | b | AM, PM, noon, midnight | B | Flexible day period |
- * | c | Stand-alone local day of week | C* | Localized hour w/ day period |
- * | d | Day of month | D | Day of year |
- * | e | Local day of week | E | Day of week |
- * | f | | F* | Day of week in month |
- * | g* | Modified Julian day | G | Era |
- * | h | Hour [1-12] | H | Hour [0-23] |
- * | i! | ISO day of week | I! | ISO week of year |
- * | j* | Localized hour w/ day period | J* | Localized hour w/o day period |
- * | k | Hour [1-24] | K | Hour [0-11] |
- * | l* | (deprecated) | L | Stand-alone month |
- * | m | Minute | M | Month |
- * | n | | N | |
- * | o! | Ordinal number modifier | O | Timezone (GMT) |
- * | p! | Long localized time | P! | Long localized date |
- * | q | Stand-alone quarter | Q | Quarter |
- * | r* | Related Gregorian year | R! | ISO week-numbering year |
- * | s | Second | S | Fraction of second |
- * | t! | Seconds timestamp | T! | Milliseconds timestamp |
- * | u | Extended year | U* | Cyclic year |
- * | v* | Timezone (generic non-locat.) | V* | Timezone (location) |
- * | w | Local week of year | W* | Week of month |
- * | x | Timezone (ISO-8601 w/o Z) | X | Timezone (ISO-8601) |
- * | y | Year (abs) | Y | Local week-numbering year |
- * | z | Timezone (specific non-locat.) | Z* | Timezone (aliases) |
- *
- * Letters marked by * are not implemented but reserved by Unicode standard.
- *
- * Letters marked by ! are non-standard, but implemented by date-fns:
- * - `o` modifies the previous token to turn it into an ordinal (see `format` docs)
- * - `i` is ISO day of week. For `i` and `ii` is returns numeric ISO week days,
- * i.e. 7 for Sunday, 1 for Monday, etc.
- * - `I` is ISO week of year, as opposed to `w` which is local week of year.
- * - `R` is ISO week-numbering year, as opposed to `Y` which is local week-numbering year.
- * `R` is supposed to be used in conjunction with `I` and `i`
- * for universal ISO week-numbering date, whereas
- * `Y` is supposed to be used in conjunction with `w` and `e`
- * for week-numbering date specific to the locale.
- * - `P` is long localized date format
- * - `p` is long localized time format
- */
-
-var formatters_formatters = {
- // Era
- G: function(date, token, localize) {
- var era = date.getUTCFullYear() > 0 ? 1 : 0
- switch (token) {
- // AD, BC
- case 'G':
- case 'GG':
- case 'GGG':
- return localize.era(era, { width: 'abbreviated' })
- // A, B
- case 'GGGGG':
- return localize.era(era, { width: 'narrow' })
- // Anno Domini, Before Christ
- case 'GGGG':
- default:
- return localize.era(era, { width: 'wide' })
- }
- },
-
- // Year
- y: function(date, token, localize) {
- // Ordinal number
- if (token === 'yo') {
- var signedYear = date.getUTCFullYear()
- // Returns 1 for 1 BC (which is year 0 in JavaScript)
- var year = signedYear > 0 ? signedYear : 1 - signedYear
- return localize.ordinalNumber(year, { unit: 'year' })
- }
-
- return lightFormatters.y(date, token)
- },
-
- // Local week-numbering year
- Y: function(date, token, localize, options) {
- var signedWeekYear = Object(getUTCWeekYear["a" /* default */])(date, options)
- // Returns 1 for 1 BC (which is year 0 in JavaScript)
- var weekYear = signedWeekYear > 0 ? signedWeekYear : 1 - signedWeekYear
-
- // Two digit year
- if (token === 'YY') {
- var twoDigitYear = weekYear % 100
- return addLeadingZeros(twoDigitYear, 2)
- }
-
- // Ordinal number
- if (token === 'Yo') {
- return localize.ordinalNumber(weekYear, { unit: 'year' })
- }
-
- // Padding
- return addLeadingZeros(weekYear, token.length)
- },
-
- // ISO week-numbering year
- R: function(date, token) {
- var isoWeekYear = Object(getUTCISOWeekYear["a" /* default */])(date)
-
- // Padding
- return addLeadingZeros(isoWeekYear, token.length)
- },
-
- // Extended year. This is a single number designating the year of this calendar system.
- // The main difference between `y` and `u` localizers are B.C. years:
- // | Year | `y` | `u` |
- // |------|-----|-----|
- // | AC 1 | 1 | 1 |
- // | BC 1 | 1 | 0 |
- // | BC 2 | 2 | -1 |
- // Also `yy` always returns the last two digits of a year,
- // while `uu` pads single digit years to 2 characters and returns other years unchanged.
- u: function(date, token) {
- var year = date.getUTCFullYear()
- return addLeadingZeros(year, token.length)
- },
-
- // Quarter
- Q: function(date, token, localize) {
- var quarter = Math.ceil((date.getUTCMonth() + 1) / 3)
- switch (token) {
- // 1, 2, 3, 4
- case 'Q':
- return String(quarter)
- // 01, 02, 03, 04
- case 'QQ':
- return addLeadingZeros(quarter, 2)
- // 1st, 2nd, 3rd, 4th
- case 'Qo':
- return localize.ordinalNumber(quarter, { unit: 'quarter' })
- // Q1, Q2, Q3, Q4
- case 'QQQ':
- return localize.quarter(quarter, {
- width: 'abbreviated',
- context: 'formatting'
- })
- // 1, 2, 3, 4 (narrow quarter; could be not numerical)
- case 'QQQQQ':
- return localize.quarter(quarter, {
- width: 'narrow',
- context: 'formatting'
- })
- // 1st quarter, 2nd quarter, ...
- case 'QQQQ':
- default:
- return localize.quarter(quarter, {
- width: 'wide',
- context: 'formatting'
- })
- }
- },
-
- // Stand-alone quarter
- q: function(date, token, localize) {
- var quarter = Math.ceil((date.getUTCMonth() + 1) / 3)
- switch (token) {
- // 1, 2, 3, 4
- case 'q':
- return String(quarter)
- // 01, 02, 03, 04
- case 'qq':
- return addLeadingZeros(quarter, 2)
- // 1st, 2nd, 3rd, 4th
- case 'qo':
- return localize.ordinalNumber(quarter, { unit: 'quarter' })
- // Q1, Q2, Q3, Q4
- case 'qqq':
- return localize.quarter(quarter, {
- width: 'abbreviated',
- context: 'standalone'
- })
- // 1, 2, 3, 4 (narrow quarter; could be not numerical)
- case 'qqqqq':
- return localize.quarter(quarter, {
- width: 'narrow',
- context: 'standalone'
- })
- // 1st quarter, 2nd quarter, ...
- case 'qqqq':
- default:
- return localize.quarter(quarter, {
- width: 'wide',
- context: 'standalone'
- })
- }
- },
-
- // Month
- M: function(date, token, localize) {
- var month = date.getUTCMonth()
- switch (token) {
- case 'M':
- case 'MM':
- return lightFormatters.M(date, token)
- // 1st, 2nd, ..., 12th
- case 'Mo':
- return localize.ordinalNumber(month + 1, { unit: 'month' })
- // Jan, Feb, ..., Dec
- case 'MMM':
- return localize.month(month, {
- width: 'abbreviated',
- context: 'formatting'
- })
- // J, F, ..., D
- case 'MMMMM':
- return localize.month(month, { width: 'narrow', context: 'formatting' })
- // January, February, ..., December
- case 'MMMM':
- default:
- return localize.month(month, { width: 'wide', context: 'formatting' })
- }
- },
-
- // Stand-alone month
- L: function(date, token, localize) {
- var month = date.getUTCMonth()
- switch (token) {
- // 1, 2, ..., 12
- case 'L':
- return String(month + 1)
- // 01, 02, ..., 12
- case 'LL':
- return addLeadingZeros(month + 1, 2)
- // 1st, 2nd, ..., 12th
- case 'Lo':
- return localize.ordinalNumber(month + 1, { unit: 'month' })
- // Jan, Feb, ..., Dec
- case 'LLL':
- return localize.month(month, {
- width: 'abbreviated',
- context: 'standalone'
- })
- // J, F, ..., D
- case 'LLLLL':
- return localize.month(month, { width: 'narrow', context: 'standalone' })
- // January, February, ..., December
- case 'LLLL':
- default:
- return localize.month(month, { width: 'wide', context: 'standalone' })
- }
- },
-
- // Local week of year
- w: function(date, token, localize, options) {
- var week = Object(getUTCWeek["a" /* default */])(date, options)
-
- if (token === 'wo') {
- return localize.ordinalNumber(week, { unit: 'week' })
- }
-
- return addLeadingZeros(week, token.length)
- },
-
- // ISO week of year
- I: function(date, token, localize) {
- var isoWeek = Object(getUTCISOWeek["a" /* default */])(date)
-
- if (token === 'Io') {
- return localize.ordinalNumber(isoWeek, { unit: 'week' })
- }
-
- return addLeadingZeros(isoWeek, token.length)
- },
-
- // Day of the month
- d: function(date, token, localize) {
- if (token === 'do') {
- return localize.ordinalNumber(date.getUTCDate(), { unit: 'date' })
- }
-
- return lightFormatters.d(date, token)
- },
-
- // Day of year
- D: function(date, token, localize) {
- var dayOfYear = getUTCDayOfYear(date)
-
- if (token === 'Do') {
- return localize.ordinalNumber(dayOfYear, { unit: 'dayOfYear' })
- }
-
- return addLeadingZeros(dayOfYear, token.length)
- },
-
- // Day of week
- E: function(date, token, localize) {
- var dayOfWeek = date.getUTCDay()
- switch (token) {
- // Tue
- case 'E':
- case 'EE':
- case 'EEE':
- return localize.day(dayOfWeek, {
- width: 'abbreviated',
- context: 'formatting'
- })
- // T
- case 'EEEEE':
- return localize.day(dayOfWeek, {
- width: 'narrow',
- context: 'formatting'
- })
- // Tu
- case 'EEEEEE':
- return localize.day(dayOfWeek, {
- width: 'short',
- context: 'formatting'
- })
- // Tuesday
- case 'EEEE':
- default:
- return localize.day(dayOfWeek, { width: 'wide', context: 'formatting' })
- }
- },
-
- // Local day of week
- e: function(date, token, localize, options) {
- var dayOfWeek = date.getUTCDay()
- var localDayOfWeek = (dayOfWeek - options.weekStartsOn + 8) % 7 || 7
- switch (token) {
- // Numerical value (Nth day of week with current locale or weekStartsOn)
- case 'e':
- return String(localDayOfWeek)
- // Padded numerical value
- case 'ee':
- return addLeadingZeros(localDayOfWeek, 2)
- // 1st, 2nd, ..., 7th
- case 'eo':
- return localize.ordinalNumber(localDayOfWeek, { unit: 'day' })
- case 'eee':
- return localize.day(dayOfWeek, {
- width: 'abbreviated',
- context: 'formatting'
- })
- // T
- case 'eeeee':
- return localize.day(dayOfWeek, {
- width: 'narrow',
- context: 'formatting'
- })
- // Tu
- case 'eeeeee':
- return localize.day(dayOfWeek, {
- width: 'short',
- context: 'formatting'
- })
- // Tuesday
- case 'eeee':
- default:
- return localize.day(dayOfWeek, { width: 'wide', context: 'formatting' })
- }
- },
-
- // Stand-alone local day of week
- c: function(date, token, localize, options) {
- var dayOfWeek = date.getUTCDay()
- var localDayOfWeek = (dayOfWeek - options.weekStartsOn + 8) % 7 || 7
- switch (token) {
- // Numerical value (same as in `e`)
- case 'c':
- return String(localDayOfWeek)
- // Padded numerical value
- case 'cc':
- return addLeadingZeros(localDayOfWeek, token.length)
- // 1st, 2nd, ..., 7th
- case 'co':
- return localize.ordinalNumber(localDayOfWeek, { unit: 'day' })
- case 'ccc':
- return localize.day(dayOfWeek, {
- width: 'abbreviated',
- context: 'standalone'
- })
- // T
- case 'ccccc':
- return localize.day(dayOfWeek, {
- width: 'narrow',
- context: 'standalone'
- })
- // Tu
- case 'cccccc':
- return localize.day(dayOfWeek, {
- width: 'short',
- context: 'standalone'
- })
- // Tuesday
- case 'cccc':
- default:
- return localize.day(dayOfWeek, { width: 'wide', context: 'standalone' })
- }
- },
-
- // ISO day of week
- i: function(date, token, localize) {
- var dayOfWeek = date.getUTCDay()
- var isoDayOfWeek = dayOfWeek === 0 ? 7 : dayOfWeek
- switch (token) {
- // 2
- case 'i':
- return String(isoDayOfWeek)
- // 02
- case 'ii':
- return addLeadingZeros(isoDayOfWeek, token.length)
- // 2nd
- case 'io':
- return localize.ordinalNumber(isoDayOfWeek, { unit: 'day' })
- // Tue
- case 'iii':
- return localize.day(dayOfWeek, {
- width: 'abbreviated',
- context: 'formatting'
- })
- // T
- case 'iiiii':
- return localize.day(dayOfWeek, {
- width: 'narrow',
- context: 'formatting'
- })
- // Tu
- case 'iiiiii':
- return localize.day(dayOfWeek, {
- width: 'short',
- context: 'formatting'
- })
- // Tuesday
- case 'iiii':
- default:
- return localize.day(dayOfWeek, { width: 'wide', context: 'formatting' })
- }
- },
-
- // AM or PM
- a: function(date, token, localize) {
- var hours = date.getUTCHours()
- var dayPeriodEnumValue = hours / 12 >= 1 ? 'pm' : 'am'
-
- switch (token) {
- case 'a':
- case 'aa':
- case 'aaa':
- return localize.dayPeriod(dayPeriodEnumValue, {
- width: 'abbreviated',
- context: 'formatting'
- })
- case 'aaaaa':
- return localize.dayPeriod(dayPeriodEnumValue, {
- width: 'narrow',
- context: 'formatting'
- })
- case 'aaaa':
- default:
- return localize.dayPeriod(dayPeriodEnumValue, {
- width: 'wide',
- context: 'formatting'
- })
- }
- },
-
- // AM, PM, midnight, noon
- b: function(date, token, localize) {
- var hours = date.getUTCHours()
- var dayPeriodEnumValue
- if (hours === 12) {
- dayPeriodEnumValue = dayPeriodEnum.noon
- } else if (hours === 0) {
- dayPeriodEnumValue = dayPeriodEnum.midnight
- } else {
- dayPeriodEnumValue = hours / 12 >= 1 ? 'pm' : 'am'
- }
-
- switch (token) {
- case 'b':
- case 'bb':
- case 'bbb':
- return localize.dayPeriod(dayPeriodEnumValue, {
- width: 'abbreviated',
- context: 'formatting'
- })
- case 'bbbbb':
- return localize.dayPeriod(dayPeriodEnumValue, {
- width: 'narrow',
- context: 'formatting'
- })
- case 'bbbb':
- default:
- return localize.dayPeriod(dayPeriodEnumValue, {
- width: 'wide',
- context: 'formatting'
- })
- }
- },
-
- // in the morning, in the afternoon, in the evening, at night
- B: function(date, token, localize) {
- var hours = date.getUTCHours()
- var dayPeriodEnumValue
- if (hours >= 17) {
- dayPeriodEnumValue = dayPeriodEnum.evening
- } else if (hours >= 12) {
- dayPeriodEnumValue = dayPeriodEnum.afternoon
- } else if (hours >= 4) {
- dayPeriodEnumValue = dayPeriodEnum.morning
- } else {
- dayPeriodEnumValue = dayPeriodEnum.night
- }
-
- switch (token) {
- case 'B':
- case 'BB':
- case 'BBB':
- return localize.dayPeriod(dayPeriodEnumValue, {
- width: 'abbreviated',
- context: 'formatting'
- })
- case 'BBBBB':
- return localize.dayPeriod(dayPeriodEnumValue, {
- width: 'narrow',
- context: 'formatting'
- })
- case 'BBBB':
- default:
- return localize.dayPeriod(dayPeriodEnumValue, {
- width: 'wide',
- context: 'formatting'
- })
- }
- },
-
- // Hour [1-12]
- h: function(date, token, localize) {
- if (token === 'ho') {
- var hours = date.getUTCHours() % 12
- if (hours === 0) hours = 12
- return localize.ordinalNumber(hours, { unit: 'hour' })
- }
-
- return lightFormatters.h(date, token)
- },
-
- // Hour [0-23]
- H: function(date, token, localize) {
- if (token === 'Ho') {
- return localize.ordinalNumber(date.getUTCHours(), { unit: 'hour' })
- }
-
- return lightFormatters.H(date, token)
- },
-
- // Hour [0-11]
- K: function(date, token, localize) {
- var hours = date.getUTCHours() % 12
-
- if (token === 'Ko') {
- return localize.ordinalNumber(hours, { unit: 'hour' })
- }
-
- return addLeadingZeros(hours, token.length)
- },
-
- // Hour [1-24]
- k: function(date, token, localize) {
- var hours = date.getUTCHours()
- if (hours === 0) hours = 24
-
- if (token === 'ko') {
- return localize.ordinalNumber(hours, { unit: 'hour' })
- }
-
- return addLeadingZeros(hours, token.length)
- },
-
- // Minute
- m: function(date, token, localize) {
- if (token === 'mo') {
- return localize.ordinalNumber(date.getUTCMinutes(), { unit: 'minute' })
- }
-
- return lightFormatters.m(date, token)
- },
-
- // Second
- s: function(date, token, localize) {
- if (token === 'so') {
- return localize.ordinalNumber(date.getUTCSeconds(), { unit: 'second' })
- }
-
- return lightFormatters.s(date, token)
- },
-
- // Fraction of second
- S: function(date, token) {
- var numberOfDigits = token.length
- var milliseconds = date.getUTCMilliseconds()
- var fractionalSeconds = Math.floor(
- milliseconds * Math.pow(10, numberOfDigits - 3)
- )
- return addLeadingZeros(fractionalSeconds, numberOfDigits)
- },
-
- // Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
- X: function(date, token, _localize, options) {
- var originalDate = options._originalDate || date
- var timezoneOffset = originalDate.getTimezoneOffset()
-
- if (timezoneOffset === 0) {
- return 'Z'
- }
-
- switch (token) {
- // Hours and optional minutes
- case 'X':
- return formatTimezoneWithOptionalMinutes(timezoneOffset)
-
- // Hours, minutes and optional seconds without `:` delimiter
- // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
- // so this token always has the same output as `XX`
- case 'XXXX':
- case 'XX': // Hours and minutes without `:` delimiter
- return formatTimezone(timezoneOffset)
-
- // Hours, minutes and optional seconds with `:` delimiter
- // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
- // so this token always has the same output as `XXX`
- case 'XXXXX':
- case 'XXX': // Hours and minutes with `:` delimiter
- default:
- return formatTimezone(timezoneOffset, ':')
- }
- },
-
- // Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
- x: function(date, token, _localize, options) {
- var originalDate = options._originalDate || date
- var timezoneOffset = originalDate.getTimezoneOffset()
-
- switch (token) {
- // Hours and optional minutes
- case 'x':
- return formatTimezoneWithOptionalMinutes(timezoneOffset)
-
- // Hours, minutes and optional seconds without `:` delimiter
- // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
- // so this token always has the same output as `xx`
- case 'xxxx':
- case 'xx': // Hours and minutes without `:` delimiter
- return formatTimezone(timezoneOffset)
-
- // Hours, minutes and optional seconds with `:` delimiter
- // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
- // so this token always has the same output as `xxx`
- case 'xxxxx':
- case 'xxx': // Hours and minutes with `:` delimiter
- default:
- return formatTimezone(timezoneOffset, ':')
- }
- },
-
- // Timezone (GMT)
- O: function(date, token, _localize, options) {
- var originalDate = options._originalDate || date
- var timezoneOffset = originalDate.getTimezoneOffset()
-
- switch (token) {
- // Short
- case 'O':
- case 'OO':
- case 'OOO':
- return 'GMT' + formatTimezoneShort(timezoneOffset, ':')
- // Long
- case 'OOOO':
- default:
- return 'GMT' + formatTimezone(timezoneOffset, ':')
- }
- },
-
- // Timezone (specific non-location)
- z: function(date, token, _localize, options) {
- var originalDate = options._originalDate || date
- var timezoneOffset = originalDate.getTimezoneOffset()
-
- switch (token) {
- // Short
- case 'z':
- case 'zz':
- case 'zzz':
- return 'GMT' + formatTimezoneShort(timezoneOffset, ':')
- // Long
- case 'zzzz':
- default:
- return 'GMT' + formatTimezone(timezoneOffset, ':')
- }
- },
-
- // Seconds timestamp
- t: function(date, token, _localize, options) {
- var originalDate = options._originalDate || date
- var timestamp = Math.floor(originalDate.getTime() / 1000)
- return addLeadingZeros(timestamp, token.length)
- },
-
- // Milliseconds timestamp
- T: function(date, token, _localize, options) {
- var originalDate = options._originalDate || date
- var timestamp = originalDate.getTime()
- return addLeadingZeros(timestamp, token.length)
- }
-}
-
-function formatTimezoneShort(offset, dirtyDelimiter) {
- var sign = offset > 0 ? '-' : '+'
- var absOffset = Math.abs(offset)
- var hours = Math.floor(absOffset / 60)
- var minutes = absOffset % 60
- if (minutes === 0) {
- return sign + String(hours)
- }
- var delimiter = dirtyDelimiter || ''
- return sign + String(hours) + delimiter + addLeadingZeros(minutes, 2)
-}
-
-function formatTimezoneWithOptionalMinutes(offset, dirtyDelimiter) {
- if (offset % 60 === 0) {
- var sign = offset > 0 ? '-' : '+'
- return sign + addLeadingZeros(Math.abs(offset) / 60, 2)
- }
- return formatTimezone(offset, dirtyDelimiter)
-}
-
-function formatTimezone(offset, dirtyDelimiter) {
- var delimiter = dirtyDelimiter || ''
- var sign = offset > 0 ? '-' : '+'
- var absOffset = Math.abs(offset)
- var hours = addLeadingZeros(Math.floor(absOffset / 60), 2)
- var minutes = addLeadingZeros(absOffset % 60, 2)
- return sign + hours + delimiter + minutes
-}
-
-/* harmony default export */ var format_formatters = (formatters_formatters);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/format/longFormatters/index.js
-function dateLongFormatter(pattern, formatLong) {
- switch (pattern) {
- case 'P':
- return formatLong.date({ width: 'short' })
- case 'PP':
- return formatLong.date({ width: 'medium' })
- case 'PPP':
- return formatLong.date({ width: 'long' })
- case 'PPPP':
- default:
- return formatLong.date({ width: 'full' })
- }
-}
-
-function timeLongFormatter(pattern, formatLong) {
- switch (pattern) {
- case 'p':
- return formatLong.time({ width: 'short' })
- case 'pp':
- return formatLong.time({ width: 'medium' })
- case 'ppp':
- return formatLong.time({ width: 'long' })
- case 'pppp':
- default:
- return formatLong.time({ width: 'full' })
- }
-}
-
-function dateTimeLongFormatter(pattern, formatLong) {
- var matchResult = pattern.match(/(P+)(p+)?/)
- var datePattern = matchResult[1]
- var timePattern = matchResult[2]
-
- if (!timePattern) {
- return dateLongFormatter(pattern, formatLong)
- }
-
- var dateTimeFormat
-
- switch (datePattern) {
- case 'P':
- dateTimeFormat = formatLong.dateTime({ width: 'short' })
- break
- case 'PP':
- dateTimeFormat = formatLong.dateTime({ width: 'medium' })
- break
- case 'PPP':
- dateTimeFormat = formatLong.dateTime({ width: 'long' })
- break
- case 'PPPP':
- default:
- dateTimeFormat = formatLong.dateTime({ width: 'full' })
- break
- }
-
- return dateTimeFormat
- .replace('{{date}}', dateLongFormatter(datePattern, formatLong))
- .replace('{{time}}', timeLongFormatter(timePattern, formatLong))
-}
-
-var longFormatters = {
- p: timeLongFormatter,
- P: dateTimeLongFormatter
-}
-
-/* harmony default export */ var format_longFormatters = (longFormatters);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/subMilliseconds/index.js + 1 modules
-var subMilliseconds = __webpack_require__(88);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/protectedTokens/index.js
-var protectedTokens = __webpack_require__(89);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/format/index.js
-/* harmony export (immutable) */ __webpack_exports__["default"] = format;
-
-
-
-
-
-
-
-
-
-
-// This RegExp consists of three parts separated by `|`:
-// - [yYQqMLwIdDecihHKkms]o matches any available ordinal number token
-// (one of the certain letters followed by `o`)
-// - (\w)\1* matches any sequences of the same letter
-// - '' matches two quote characters in a row
-// - '(''|[^'])+('|$) matches anything surrounded by two quote characters ('),
-// except a single quote symbol, which ends the sequence.
-// Two quote characters do not end the sequence.
-// If there is no matching single quote
-// then the sequence will continue until the end of the string.
-// - . matches any single character unmatched by previous parts of the RegExps
-var formattingTokensRegExp = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g
-
-// This RegExp catches symbols escaped by quotes, and also
-// sequences of symbols P, p, and the combinations like `PPPPPPPppppp`
-var longFormattingTokensRegExp = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g
-
-var escapedStringRegExp = /^'(.*?)'?$/
-var doubleQuoteRegExp = /''/g
-
-/**
- * @name format
- * @category Common Helpers
- * @summary Format the date.
- *
- * @description
- * Return the formatted date string in the given format. The result may vary by locale.
- *
- * > ⚠️ Please note that the `format` tokens differ from Moment.js and other libraries.
- * > See: https://git.io/fxCyr
- *
- * The characters wrapped between two single quotes characters (') are escaped.
- * Two single quotes in a row, whether inside or outside a quoted sequence, represent a 'real' single quote.
- * (see the last example)
- *
- * Format of the string is based on Unicode Technical Standard #35:
- * https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
- * with a few additions (see note 7 below the table).
- *
- * Accepted patterns:
- * | Unit | Pattern | Result examples | Notes |
- * |---------------------------------|---------|-----------------------------------|-------|
- * | Era | G..GGG | AD, BC | |
- * | | GGGG | Anno Domini, Before Christ | 2 |
- * | | GGGGG | A, B | |
- * | Calendar year | y | 44, 1, 1900, 2017 | 5 |
- * | | yo | 44th, 1st, 0th, 17th | 5,7 |
- * | | yy | 44, 01, 00, 17 | 5 |
- * | | yyy | 044, 001, 1900, 2017 | 5 |
- * | | yyyy | 0044, 0001, 1900, 2017 | 5 |
- * | | yyyyy | ... | 3,5 |
- * | Local week-numbering year | Y | 44, 1, 1900, 2017 | 5 |
- * | | Yo | 44th, 1st, 1900th, 2017th | 5,7 |
- * | | YY | 44, 01, 00, 17 | 5,8 |
- * | | YYY | 044, 001, 1900, 2017 | 5 |
- * | | YYYY | 0044, 0001, 1900, 2017 | 5,8 |
- * | | YYYYY | ... | 3,5 |
- * | ISO week-numbering year | R | -43, 0, 1, 1900, 2017 | 5,7 |
- * | | RR | -43, 00, 01, 1900, 2017 | 5,7 |
- * | | RRR | -043, 000, 001, 1900, 2017 | 5,7 |
- * | | RRRR | -0043, 0000, 0001, 1900, 2017 | 5,7 |
- * | | RRRRR | ... | 3,5,7 |
- * | Extended year | u | -43, 0, 1, 1900, 2017 | 5 |
- * | | uu | -43, 01, 1900, 2017 | 5 |
- * | | uuu | -043, 001, 1900, 2017 | 5 |
- * | | uuuu | -0043, 0001, 1900, 2017 | 5 |
- * | | uuuuu | ... | 3,5 |
- * | Quarter (formatting) | Q | 1, 2, 3, 4 | |
- * | | Qo | 1st, 2nd, 3rd, 4th | 7 |
- * | | QQ | 01, 02, 03, 04 | |
- * | | QQQ | Q1, Q2, Q3, Q4 | |
- * | | QQQQ | 1st quarter, 2nd quarter, ... | 2 |
- * | | QQQQQ | 1, 2, 3, 4 | 4 |
- * | Quarter (stand-alone) | q | 1, 2, 3, 4 | |
- * | | qo | 1st, 2nd, 3rd, 4th | 7 |
- * | | qq | 01, 02, 03, 04 | |
- * | | qqq | Q1, Q2, Q3, Q4 | |
- * | | qqqq | 1st quarter, 2nd quarter, ... | 2 |
- * | | qqqqq | 1, 2, 3, 4 | 4 |
- * | Month (formatting) | M | 1, 2, ..., 12 | |
- * | | Mo | 1st, 2nd, ..., 12th | 7 |
- * | | MM | 01, 02, ..., 12 | |
- * | | MMM | Jan, Feb, ..., Dec | |
- * | | MMMM | January, February, ..., December | 2 |
- * | | MMMMM | J, F, ..., D | |
- * | Month (stand-alone) | L | 1, 2, ..., 12 | |
- * | | Lo | 1st, 2nd, ..., 12th | 7 |
- * | | LL | 01, 02, ..., 12 | |
- * | | LLL | Jan, Feb, ..., Dec | |
- * | | LLLL | January, February, ..., December | 2 |
- * | | LLLLL | J, F, ..., D | |
- * | Local week of year | w | 1, 2, ..., 53 | |
- * | | wo | 1st, 2nd, ..., 53th | 7 |
- * | | ww | 01, 02, ..., 53 | |
- * | ISO week of year | I | 1, 2, ..., 53 | 7 |
- * | | Io | 1st, 2nd, ..., 53th | 7 |
- * | | II | 01, 02, ..., 53 | 7 |
- * | Day of month | d | 1, 2, ..., 31 | |
- * | | do | 1st, 2nd, ..., 31st | 7 |
- * | | dd | 01, 02, ..., 31 | |
- * | Day of year | D | 1, 2, ..., 365, 366 | 8 |
- * | | Do | 1st, 2nd, ..., 365th, 366th | 7 |
- * | | DD | 01, 02, ..., 365, 366 | 8 |
- * | | DDD | 001, 002, ..., 365, 366 | |
- * | | DDDD | ... | 3 |
- * | Day of week (formatting) | E..EEE | Mon, Tue, Wed, ..., Su | |
- * | | EEEE | Monday, Tuesday, ..., Sunday | 2 |
- * | | EEEEE | M, T, W, T, F, S, S | |
- * | | EEEEEE | Mo, Tu, We, Th, Fr, Su, Sa | |
- * | ISO day of week (formatting) | i | 1, 2, 3, ..., 7 | 7 |
- * | | io | 1st, 2nd, ..., 7th | 7 |
- * | | ii | 01, 02, ..., 07 | 7 |
- * | | iii | Mon, Tue, Wed, ..., Su | 7 |
- * | | iiii | Monday, Tuesday, ..., Sunday | 2,7 |
- * | | iiiii | M, T, W, T, F, S, S | 7 |
- * | | iiiiii | Mo, Tu, We, Th, Fr, Su, Sa | 7 |
- * | Local day of week (formatting) | e | 2, 3, 4, ..., 1 | |
- * | | eo | 2nd, 3rd, ..., 1st | 7 |
- * | | ee | 02, 03, ..., 01 | |
- * | | eee | Mon, Tue, Wed, ..., Su | |
- * | | eeee | Monday, Tuesday, ..., Sunday | 2 |
- * | | eeeee | M, T, W, T, F, S, S | |
- * | | eeeeee | Mo, Tu, We, Th, Fr, Su, Sa | |
- * | Local day of week (stand-alone) | c | 2, 3, 4, ..., 1 | |
- * | | co | 2nd, 3rd, ..., 1st | 7 |
- * | | cc | 02, 03, ..., 01 | |
- * | | ccc | Mon, Tue, Wed, ..., Su | |
- * | | cccc | Monday, Tuesday, ..., Sunday | 2 |
- * | | ccccc | M, T, W, T, F, S, S | |
- * | | cccccc | Mo, Tu, We, Th, Fr, Su, Sa | |
- * | AM, PM | a..aaa | AM, PM | |
- * | | aaaa | a.m., p.m. | 2 |
- * | | aaaaa | a, p | |
- * | AM, PM, noon, midnight | b..bbb | AM, PM, noon, midnight | |
- * | | bbbb | a.m., p.m., noon, midnight | 2 |
- * | | bbbbb | a, p, n, mi | |
- * | Flexible day period | B..BBB | at night, in the morning, ... | |
- * | | BBBB | at night, in the morning, ... | 2 |
- * | | BBBBB | at night, in the morning, ... | |
- * | Hour [1-12] | h | 1, 2, ..., 11, 12 | |
- * | | ho | 1st, 2nd, ..., 11th, 12th | 7 |
- * | | hh | 01, 02, ..., 11, 12 | |
- * | Hour [0-23] | H | 0, 1, 2, ..., 23 | |
- * | | Ho | 0th, 1st, 2nd, ..., 23rd | 7 |
- * | | HH | 00, 01, 02, ..., 23 | |
- * | Hour [0-11] | K | 1, 2, ..., 11, 0 | |
- * | | Ko | 1st, 2nd, ..., 11th, 0th | 7 |
- * | | KK | 1, 2, ..., 11, 0 | |
- * | Hour [1-24] | k | 24, 1, 2, ..., 23 | |
- * | | ko | 24th, 1st, 2nd, ..., 23rd | 7 |
- * | | kk | 24, 01, 02, ..., 23 | |
- * | Minute | m | 0, 1, ..., 59 | |
- * | | mo | 0th, 1st, ..., 59th | 7 |
- * | | mm | 00, 01, ..., 59 | |
- * | Second | s | 0, 1, ..., 59 | |
- * | | so | 0th, 1st, ..., 59th | 7 |
- * | | ss | 00, 01, ..., 59 | |
- * | Fraction of second | S | 0, 1, ..., 9 | |
- * | | SS | 00, 01, ..., 99 | |
- * | | SSS | 000, 0001, ..., 999 | |
- * | | SSSS | ... | 3 |
- * | Timezone (ISO-8601 w/ Z) | X | -08, +0530, Z | |
- * | | XX | -0800, +0530, Z | |
- * | | XXX | -08:00, +05:30, Z | |
- * | | XXXX | -0800, +0530, Z, +123456 | 2 |
- * | | XXXXX | -08:00, +05:30, Z, +12:34:56 | |
- * | Timezone (ISO-8601 w/o Z) | x | -08, +0530, +00 | |
- * | | xx | -0800, +0530, +0000 | |
- * | | xxx | -08:00, +05:30, +00:00 | 2 |
- * | | xxxx | -0800, +0530, +0000, +123456 | |
- * | | xxxxx | -08:00, +05:30, +00:00, +12:34:56 | |
- * | Timezone (GMT) | O...OOO | GMT-8, GMT+5:30, GMT+0 | |
- * | | OOOO | GMT-08:00, GMT+05:30, GMT+00:00 | 2 |
- * | Timezone (specific non-locat.) | z...zzz | GMT-8, GMT+5:30, GMT+0 | 6 |
- * | | zzzz | GMT-08:00, GMT+05:30, GMT+00:00 | 2,6 |
- * | Seconds timestamp | t | 512969520 | 7 |
- * | | tt | ... | 3,7 |
- * | Milliseconds timestamp | T | 512969520900 | 7 |
- * | | TT | ... | 3,7 |
- * | Long localized date | P | 05/29/1453 | 7 |
- * | | PP | May 29, 1453 | 7 |
- * | | PPP | May 29th, 1453 | 7 |
- * | | PPPP | Sunday, May 29th, 1453 | 2,7 |
- * | Long localized time | p | 12:00 AM | 7 |
- * | | pp | 12:00:00 AM | 7 |
- * | | ppp | 12:00:00 AM GMT+2 | 7 |
- * | | pppp | 12:00:00 AM GMT+02:00 | 2,7 |
- * | Combination of date and time | Pp | 05/29/1453, 12:00 AM | 7 |
- * | | PPpp | May 29, 1453, 12:00:00 AM | 7 |
- * | | PPPppp | May 29th, 1453 at ... | 7 |
- * | | PPPPpppp| Sunday, May 29th, 1453 at ... | 2,7 |
- * Notes:
- * 1. "Formatting" units (e.g. formatting quarter) in the default en-US locale
- * are the same as "stand-alone" units, but are different in some languages.
- * "Formatting" units are declined according to the rules of the language
- * in the context of a date. "Stand-alone" units are always nominative singular:
- *
- * `format(new Date(2017, 10, 6), 'do LLLL', {locale: cs}) //=> '6. listopad'`
- *
- * `format(new Date(2017, 10, 6), 'do MMMM', {locale: cs}) //=> '6. listopadu'`
- *
- * 2. Any sequence of the identical letters is a pattern, unless it is escaped by
- * the single quote characters (see below).
- * If the sequence is longer than listed in table (e.g. `EEEEEEEEEEE`)
- * the output will be the same as default pattern for this unit, usually
- * the longest one (in case of ISO weekdays, `EEEE`). Default patterns for units
- * are marked with "2" in the last column of the table.
- *
- * `format(new Date(2017, 10, 6), 'MMM') //=> 'Nov'`
- *
- * `format(new Date(2017, 10, 6), 'MMMM') //=> 'November'`
- *
- * `format(new Date(2017, 10, 6), 'MMMMM') //=> 'N'`
- *
- * `format(new Date(2017, 10, 6), 'MMMMMM') //=> 'November'`
- *
- * `format(new Date(2017, 10, 6), 'MMMMMMM') //=> 'November'`
- *
- * 3. Some patterns could be unlimited length (such as `yyyyyyyy`).
- * The output will be padded with zeros to match the length of the pattern.
- *
- * `format(new Date(2017, 10, 6), 'yyyyyyyy') //=> '00002017'`
- *
- * 4. `QQQQQ` and `qqqqq` could be not strictly numerical in some locales.
- * These tokens represent the shortest form of the quarter.
- *
- * 5. The main difference between `y` and `u` patterns are B.C. years:
- *
- * | Year | `y` | `u` |
- * |------|-----|-----|
- * | AC 1 | 1 | 1 |
- * | BC 1 | 1 | 0 |
- * | BC 2 | 2 | -1 |
- *
- * Also `yy` always returns the last two digits of a year,
- * while `uu` pads single digit years to 2 characters and returns other years unchanged:
- *
- * | Year | `yy` | `uu` |
- * |------|------|------|
- * | 1 | 01 | 01 |
- * | 14 | 14 | 14 |
- * | 376 | 76 | 376 |
- * | 1453 | 53 | 1453 |
- *
- * The same difference is true for local and ISO week-numbering years (`Y` and `R`),
- * except local week-numbering years are dependent on `options.weekStartsOn`
- * and `options.firstWeekContainsDate` (compare [getISOWeekYear]{@link https://date-fns.org/docs/getISOWeekYear}
- * and [getWeekYear]{@link https://date-fns.org/docs/getWeekYear}).
- *
- * 6. Specific non-location timezones are currently unavailable in `date-fns`,
- * so right now these tokens fall back to GMT timezones.
- *
- * 7. These patterns are not in the Unicode Technical Standard #35:
- * - `i`: ISO day of week
- * - `I`: ISO week of year
- * - `R`: ISO week-numbering year
- * - `t`: seconds timestamp
- * - `T`: milliseconds timestamp
- * - `o`: ordinal number modifier
- * - `P`: long localized date
- * - `p`: long localized time
- *
- * 8. These tokens are often confused with others. See: https://git.io/fxCyr
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * - The second argument is now required for the sake of explicitness.
- *
- * ```javascript
- * // Before v2.0.0
- * format(new Date(2016, 0, 1))
- *
- * // v2.0.0 onward
- * format(new Date(2016, 0, 1), "yyyy-MM-dd'T'HH:mm:ss.SSSxxx")
- * ```
- *
- * - New format string API for `format` function
- * which is based on [Unicode Technical Standard #35](https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).
- * See [this post](https://blog.date-fns.org/post/unicode-tokens-in-date-fns-v2-sreatyki91jg) for more details.
- *
- * - Characters are now escaped using single quote symbols (`'`) instead of square brackets.
- *
- * @param {Date|Number} date - the original date
- * @param {String} format - the string of tokens
- * @param {Object} [options] - an object with options.
- * @param {0|1|2|3|4|5|6} [options.weekStartsOn=0] - the index of the first day of the week (0 - Sunday)
- * @param {Number} [options.firstWeekContainsDate=1] - the day of January, which is
- * @param {Locale} [options.locale=defaultLocale] - the locale object. See [Locale]{@link https://date-fns.org/docs/Locale}
- * @param {Boolean} [options.awareOfUnicodeTokens=false] - if true, allows usage of Unicode tokens causes confusion:
- * - Some of the day of year tokens (`D`, `DD`) that are confused with the day of month tokens (`d`, `dd`).
- * - Some of the local week-numbering year tokens (`YY`, `YYYY`) that are confused with the calendar year tokens (`yy`, `yyyy`).
- * See: https://git.io/fxCyr
- * @returns {String} the formatted date string
- * @throws {TypeError} 2 arguments required
- * @throws {RangeError} `options.locale` must contain `localize` property
- * @throws {RangeError} `options.locale` must contain `formatLong` property
- * @throws {RangeError} `options.weekStartsOn` must be between 0 and 6
- * @throws {RangeError} `options.firstWeekContainsDate` must be between 1 and 7
- * @throws {RangeError} `options.awareOfUnicodeTokens` must be set to `true` to use `XX` token; see: https://git.io/fxCyr
- *
- * @example
- * // Represent 11 February 2014 in middle-endian format:
- * var result = format(new Date(2014, 1, 11), 'MM/dd/yyyy')
- * //=> '02/11/2014'
- *
- * @example
- * // Represent 2 July 2014 in Esperanto:
- * import { eoLocale } from 'date-fns/locale/eo'
- * var result = format(new Date(2014, 6, 2), "do 'de' MMMM yyyy", {
- * locale: eoLocale
- * })
- * //=> '2-a de julio 2014'
- *
- * @example
- * // Escape string by single quote characters:
- * var result = format(new Date(2014, 6, 2, 15), "h 'o''clock'")
- * //=> "3 o'clock"
- */
-function format(dirtyDate, dirtyFormatStr, dirtyOptions) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var formatStr = String(dirtyFormatStr)
- var options = dirtyOptions || {}
-
- var locale = options.locale || en_US["a" /* default */]
-
- var localeFirstWeekContainsDate =
- locale.options && locale.options.firstWeekContainsDate
- var defaultFirstWeekContainsDate =
- localeFirstWeekContainsDate == null
- ? 1
- : Object(toInteger["a" /* default */])(localeFirstWeekContainsDate)
- var firstWeekContainsDate =
- options.firstWeekContainsDate == null
- ? defaultFirstWeekContainsDate
- : Object(toInteger["a" /* default */])(options.firstWeekContainsDate)
-
- // Test if weekStartsOn is between 1 and 7 _and_ is not NaN
- if (!(firstWeekContainsDate >= 1 && firstWeekContainsDate <= 7)) {
- throw new RangeError(
- 'firstWeekContainsDate must be between 1 and 7 inclusively'
- )
- }
-
- var localeWeekStartsOn = locale.options && locale.options.weekStartsOn
- var defaultWeekStartsOn =
- localeWeekStartsOn == null ? 0 : Object(toInteger["a" /* default */])(localeWeekStartsOn)
- var weekStartsOn =
- options.weekStartsOn == null
- ? defaultWeekStartsOn
- : Object(toInteger["a" /* default */])(options.weekStartsOn)
-
- // Test if weekStartsOn is between 0 and 6 _and_ is not NaN
- if (!(weekStartsOn >= 0 && weekStartsOn <= 6)) {
- throw new RangeError('weekStartsOn must be between 0 and 6 inclusively')
- }
-
- if (!locale.localize) {
- throw new RangeError('locale must contain localize property')
- }
-
- if (!locale.formatLong) {
- throw new RangeError('locale must contain formatLong property')
- }
-
- var originalDate = Object(toDate["a" /* default */])(dirtyDate)
-
- if (!Object(isValid["default"])(originalDate)) {
- throw new RangeError('Invalid time value')
- }
-
- // Convert the date in system timezone to the same date in UTC+00:00 timezone.
- // This ensures that when UTC functions will be implemented, locales will be compatible with them.
- // See an issue about UTC functions: https://github.com/date-fns/date-fns/issues/376
- var timezoneOffset = Object(getTimezoneOffsetInMilliseconds["a" /* default */])(originalDate)
- var utcDate = Object(subMilliseconds["a" /* default */])(originalDate, timezoneOffset)
-
- var formatterOptions = {
- firstWeekContainsDate: firstWeekContainsDate,
- weekStartsOn: weekStartsOn,
- locale: locale,
- _originalDate: originalDate
- }
-
- var result = formatStr
- .match(longFormattingTokensRegExp)
- .map(function(substring) {
- var firstCharacter = substring[0]
- if (firstCharacter === 'p' || firstCharacter === 'P') {
- var longFormatter = format_longFormatters[firstCharacter]
- return longFormatter(substring, locale.formatLong, formatterOptions)
- }
- return substring
- })
- .join('')
- .match(formattingTokensRegExp)
- .map(function(substring) {
- // Replace two single quote characters with one single quote character
- if (substring === "''") {
- return "'"
- }
-
- var firstCharacter = substring[0]
- if (firstCharacter === "'") {
- return cleanEscapedString(substring)
- }
-
- var formatter = format_formatters[firstCharacter]
- if (formatter) {
- if (!options.awareOfUnicodeTokens && Object(protectedTokens["a" /* isProtectedToken */])(substring)) {
- Object(protectedTokens["b" /* throwProtectedError */])(substring)
- }
- return formatter(utcDate, substring, locale.localize, formatterOptions)
- }
-
- return substring
- })
- .join('')
-
- return result
-}
-
-function cleanEscapedString(input) {
- return input.match(escapedStringRegExp)[1].replace(doubleQuoteRegExp, "'")
-}
-
-
-/***/ }),
-/* 300 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/toInteger/index.js
-var toInteger = __webpack_require__(5);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/assign/index.js
-function assign_assign(target, dirtyObject) {
- if (target == null) {
- throw new TypeError(
- 'assign requires that input parameter not be null or undefined'
- )
- }
-
- dirtyObject = dirtyObject || {}
-
- for (var property in dirtyObject) {
- if (dirtyObject.hasOwnProperty(property)) {
- target[property] = dirtyObject[property]
- }
- }
-
- return target
-}
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.js
-var getTimezoneOffsetInMilliseconds = __webpack_require__(82);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/toDate/index.js
-var toDate = __webpack_require__(3);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/subMilliseconds/index.js + 1 modules
-var subMilliseconds = __webpack_require__(88);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/locale/en-US/index.js + 9 modules
-var en_US = __webpack_require__(84);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/getUTCWeekYear/index.js
-var getUTCWeekYear = __webpack_require__(25);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/setUTCDay/index.js
-
-
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function setUTCDay(dirtyDate, dirtyDay, dirtyOptions) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var options = dirtyOptions || {}
- var locale = options.locale
- var localeWeekStartsOn =
- locale && locale.options && locale.options.weekStartsOn
- var defaultWeekStartsOn =
- localeWeekStartsOn == null ? 0 : Object(toInteger["a" /* default */])(localeWeekStartsOn)
- var weekStartsOn =
- options.weekStartsOn == null
- ? defaultWeekStartsOn
- : Object(toInteger["a" /* default */])(options.weekStartsOn)
-
- // Test if weekStartsOn is between 0 and 6 _and_ is not NaN
- if (!(weekStartsOn >= 0 && weekStartsOn <= 6)) {
- throw new RangeError('weekStartsOn must be between 0 and 6 inclusively')
- }
-
- var date = Object(toDate["a" /* default */])(dirtyDate)
- var day = Object(toInteger["a" /* default */])(dirtyDay)
-
- var currentDay = date.getUTCDay()
-
- var remainder = day % 7
- var dayIndex = (remainder + 7) % 7
-
- var diff = (dayIndex < weekStartsOn ? 7 : 0) + day - currentDay
-
- date.setUTCDate(date.getUTCDate() + diff)
- return date
-}
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/getUTCWeek/index.js + 1 modules
-var getUTCWeek = __webpack_require__(87);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/setUTCWeek/index.js
-
-
-
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function setUTCWeek(dirtyDate, dirtyWeek, options) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(toDate["a" /* default */])(dirtyDate)
- var week = Object(toInteger["a" /* default */])(dirtyWeek)
- var diff = Object(getUTCWeek["a" /* default */])(date, options) - week
- date.setUTCDate(date.getUTCDate() - diff * 7)
- return date
-}
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/startOfUTCWeek/index.js
-var startOfUTCWeek = __webpack_require__(20);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/setUTCISODay/index.js
-
-
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function setUTCISODay(dirtyDate, dirtyDay) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var day = Object(toInteger["a" /* default */])(dirtyDay)
-
- if (day % 7 === 0) {
- day = day - 7
- }
-
- var weekStartsOn = 1
- var date = Object(toDate["a" /* default */])(dirtyDate)
- var currentDay = date.getUTCDay()
-
- var remainder = day % 7
- var dayIndex = (remainder + 7) % 7
-
- var diff = (dayIndex < weekStartsOn ? 7 : 0) + day - currentDay
-
- date.setUTCDate(date.getUTCDate() + diff)
- return date
-}
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/getUTCISOWeek/index.js + 1 modules
-var getUTCISOWeek = __webpack_require__(85);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/_lib/setUTCISOWeek/index.js
-
-
-
-
-// This function will be a part of public API when UTC function will be implemented.
-// See issue: https://github.com/date-fns/date-fns/issues/376
-function setUTCISOWeek(dirtyDate, dirtyISOWeek) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(toDate["a" /* default */])(dirtyDate)
- var isoWeek = Object(toInteger["a" /* default */])(dirtyISOWeek)
- var diff = Object(getUTCISOWeek["a" /* default */])(date) - isoWeek
- date.setUTCDate(date.getUTCDate() - diff * 7)
- return date
-}
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/startOfUTCISOWeek/index.js
-var startOfUTCISOWeek = __webpack_require__(19);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/parse/_lib/parsers/index.js
-
-
-
-
-
-
-
-
-var MILLISECONDS_IN_HOUR = 3600000
-var MILLISECONDS_IN_MINUTE = 60000
-var MILLISECONDS_IN_SECOND = 1000
-
-var numericPatterns = {
- month: /^(1[0-2]|0?\d)/, // 0 to 12
- date: /^(3[0-1]|[0-2]?\d)/, // 0 to 31
- dayOfYear: /^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/, // 0 to 366
- week: /^(5[0-3]|[0-4]?\d)/, // 0 to 53
- hour23h: /^(2[0-3]|[0-1]?\d)/, // 0 to 23
- hour24h: /^(2[0-4]|[0-1]?\d)/, // 0 to 24
- hour11h: /^(1[0-1]|0?\d)/, // 0 to 11
- hour12h: /^(1[0-2]|0?\d)/, // 0 to 12
- minute: /^[0-5]?\d/, // 0 to 59
- second: /^[0-5]?\d/, // 0 to 59
-
- singleDigit: /^\d/, // 0 to 9
- twoDigits: /^\d{1,2}/, // 0 to 99
- threeDigits: /^\d{1,3}/, // 0 to 999
- fourDigits: /^\d{1,4}/, // 0 to 9999
-
- anyDigitsSigned: /^-?\d+/,
- singleDigitSigned: /^-?\d/, // 0 to 9, -0 to -9
- twoDigitsSigned: /^-?\d{1,2}/, // 0 to 99, -0 to -99
- threeDigitsSigned: /^-?\d{1,3}/, // 0 to 999, -0 to -999
- fourDigitsSigned: /^-?\d{1,4}/ // 0 to 9999, -0 to -9999
-}
-
-var timezonePatterns = {
- basicOptionalMinutes: /^([+-])(\d{2})(\d{2})?|Z/,
- basic: /^([+-])(\d{2})(\d{2})|Z/,
- basicOptionalSeconds: /^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,
- extended: /^([+-])(\d{2}):(\d{2})|Z/,
- extendedOptionalSeconds: /^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/
-}
-
-function parseNumericPattern(pattern, string, valueCallback) {
- var matchResult = string.match(pattern)
-
- if (!matchResult) {
- return null
- }
-
- var value = parseInt(matchResult[0], 10)
-
- return {
- value: valueCallback ? valueCallback(value) : value,
- rest: string.slice(matchResult[0].length)
- }
-}
-
-function parseTimezonePattern(pattern, string) {
- var matchResult = string.match(pattern)
-
- if (!matchResult) {
- return null
- }
-
- // Input is 'Z'
- if (matchResult[0] === 'Z') {
- return {
- value: 0,
- rest: string.slice(1)
- }
- }
-
- var sign = matchResult[1] === '+' ? 1 : -1
- var hours = matchResult[2] ? parseInt(matchResult[2], 10) : 0
- var minutes = matchResult[3] ? parseInt(matchResult[3], 10) : 0
- var seconds = matchResult[5] ? parseInt(matchResult[5], 10) : 0
-
- return {
- value:
- sign *
- (hours * MILLISECONDS_IN_HOUR +
- minutes * MILLISECONDS_IN_MINUTE +
- seconds * MILLISECONDS_IN_SECOND),
- rest: string.slice(matchResult[0].length)
- }
-}
-
-function parseAnyDigitsSigned(string, valueCallback) {
- return parseNumericPattern(
- numericPatterns.anyDigitsSigned,
- string,
- valueCallback
- )
-}
-
-function parseNDigits(n, string, valueCallback) {
- switch (n) {
- case 1:
- return parseNumericPattern(
- numericPatterns.singleDigit,
- string,
- valueCallback
- )
- case 2:
- return parseNumericPattern(
- numericPatterns.twoDigits,
- string,
- valueCallback
- )
- case 3:
- return parseNumericPattern(
- numericPatterns.threeDigits,
- string,
- valueCallback
- )
- case 4:
- return parseNumericPattern(
- numericPatterns.fourDigits,
- string,
- valueCallback
- )
- default:
- return parseNumericPattern(
- new RegExp('^\\d{1,' + n + '}'),
- string,
- valueCallback
- )
- }
-}
-
-function parseNDigitsSigned(n, string, valueCallback) {
- switch (n) {
- case 1:
- return parseNumericPattern(
- numericPatterns.singleDigitSigned,
- string,
- valueCallback
- )
- case 2:
- return parseNumericPattern(
- numericPatterns.twoDigitsSigned,
- string,
- valueCallback
- )
- case 3:
- return parseNumericPattern(
- numericPatterns.threeDigitsSigned,
- string,
- valueCallback
- )
- case 4:
- return parseNumericPattern(
- numericPatterns.fourDigitsSigned,
- string,
- valueCallback
- )
- default:
- return parseNumericPattern(
- new RegExp('^-?\\d{1,' + n + '}'),
- string,
- valueCallback
- )
- }
-}
-
-function dayPeriodEnumToHours(enumValue) {
- switch (enumValue) {
- case 'morning':
- return 4
- case 'evening':
- return 17
- case 'pm':
- case 'noon':
- case 'afternoon':
- return 12
- case 'am':
- case 'midnight':
- case 'night':
- default:
- return 0
- }
-}
-
-function normalizeTwoDigitYear(twoDigitYear, currentYear) {
- var isCommonEra = currentYear > 0
- // Absolute number of the current year:
- // 1 -> 1 AC
- // 0 -> 1 BC
- // -1 -> 2 BC
- var absCurrentYear = isCommonEra ? currentYear : 1 - currentYear
-
- var result
- if (absCurrentYear <= 50) {
- result = twoDigitYear || 100
- } else {
- var rangeEnd = absCurrentYear + 50
- var rangeEndCentury = Math.floor(rangeEnd / 100) * 100
- var isPreviousCentury = twoDigitYear >= rangeEnd % 100
- result = twoDigitYear + rangeEndCentury - (isPreviousCentury ? 100 : 0)
- }
-
- return isCommonEra ? result : 1 - result
-}
-
-var DAYS_IN_MONTH = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]
-var DAYS_IN_MONTH_LEAP_YEAR = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]
-
-// User for validation
-function isLeapYearIndex(year) {
- return year % 400 === 0 || (year % 4 === 0 && year % 100 !== 0)
-}
-
-/*
- * | | Unit | | Unit |
- * |-----|--------------------------------|-----|--------------------------------|
- * | a | AM, PM | A* | Milliseconds in day |
- * | b | AM, PM, noon, midnight | B | Flexible day period |
- * | c | Stand-alone local day of week | C* | Localized hour w/ day period |
- * | d | Day of month | D | Day of year |
- * | e | Local day of week | E | Day of week |
- * | f | | F* | Day of week in month |
- * | g* | Modified Julian day | G | Era |
- * | h | Hour [1-12] | H | Hour [0-23] |
- * | i! | ISO day of week | I! | ISO week of year |
- * | j* | Localized hour w/ day period | J* | Localized hour w/o day period |
- * | k | Hour [1-24] | K | Hour [0-11] |
- * | l* | (deprecated) | L | Stand-alone month |
- * | m | Minute | M | Month |
- * | n | | N | |
- * | o! | Ordinal number modifier | O* | Timezone (GMT) |
- * | p | | P | |
- * | q | Stand-alone quarter | Q | Quarter |
- * | r* | Related Gregorian year | R! | ISO week-numbering year |
- * | s | Second | S | Fraction of second |
- * | t! | Seconds timestamp | T! | Milliseconds timestamp |
- * | u | Extended year | U* | Cyclic year |
- * | v* | Timezone (generic non-locat.) | V* | Timezone (location) |
- * | w | Local week of year | W* | Week of month |
- * | x | Timezone (ISO-8601 w/o Z) | X | Timezone (ISO-8601) |
- * | y | Year (abs) | Y | Local week-numbering year |
- * | z* | Timezone (specific non-locat.) | Z* | Timezone (aliases) |
- *
- * Letters marked by * are not implemented but reserved by Unicode standard.
- *
- * Letters marked by ! are non-standard, but implemented by date-fns:
- * - `o` modifies the previous token to turn it into an ordinal (see `parse` docs)
- * - `i` is ISO day of week. For `i` and `ii` is returns numeric ISO week days,
- * i.e. 7 for Sunday, 1 for Monday, etc.
- * - `I` is ISO week of year, as opposed to `w` which is local week of year.
- * - `R` is ISO week-numbering year, as opposed to `Y` which is local week-numbering year.
- * `R` is supposed to be used in conjunction with `I` and `i`
- * for universal ISO week-numbering date, whereas
- * `Y` is supposed to be used in conjunction with `w` and `e`
- * for week-numbering date specific to the locale.
- */
-var parsers = {
- // Era
- G: {
- priority: 140,
- parse: function(string, token, match, options) {
- switch (token) {
- // AD, BC
- case 'G':
- case 'GG':
- case 'GGG':
- return (
- match.era(string, { width: 'abbreviated' }) ||
- match.era(string, { width: 'narrow' })
- )
- // A, B
- case 'GGGGG':
- return match.era(string, { width: 'narrow' })
- // Anno Domini, Before Christ
- case 'GGGG':
- default:
- return (
- match.era(string, { width: 'wide' }) ||
- match.era(string, { width: 'abbreviated' }) ||
- match.era(string, { width: 'narrow' })
- )
- }
- },
- set: function(date, flags, value, options) {
- // Sets year 10 BC if BC, or 10 AC if AC
- date.setUTCFullYear(value === 1 ? 10 : -9, 0, 1)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // Year
- y: {
- // From http://www.unicode.org/reports/tr35/tr35-31/tr35-dates.html#Date_Format_Patterns
- // | Year | y | yy | yyy | yyyy | yyyyy |
- // |----------|-------|----|-------|-------|-------|
- // | AD 1 | 1 | 01 | 001 | 0001 | 00001 |
- // | AD 12 | 12 | 12 | 012 | 0012 | 00012 |
- // | AD 123 | 123 | 23 | 123 | 0123 | 00123 |
- // | AD 1234 | 1234 | 34 | 1234 | 1234 | 01234 |
- // | AD 12345 | 12345 | 45 | 12345 | 12345 | 12345 |
-
- priority: 130,
- parse: function(string, token, match, options) {
- var valueCallback = function(year) {
- return {
- year: year,
- isTwoDigitYear: token === 'yy'
- }
- }
-
- switch (token) {
- case 'y':
- return parseNDigits(4, string, valueCallback)
- case 'yo':
- return match.ordinalNumber(string, {
- unit: 'year',
- valueCallback: valueCallback
- })
- default:
- return parseNDigits(token.length, string, valueCallback)
- }
- },
- validate: function(date, value, options) {
- return value.isTwoDigitYear || value.year > 0
- },
- set: function(date, flags, value, options) {
- var currentYear = Object(getUTCWeekYear["a" /* default */])(date, options)
-
- if (value.isTwoDigitYear) {
- var normalizedTwoDigitYear = normalizeTwoDigitYear(
- value.year,
- currentYear
- )
- date.setUTCFullYear(normalizedTwoDigitYear, 0, 1)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
-
- var year = currentYear > 0 ? value.year : 1 - value.year
- date.setUTCFullYear(year, 0, 1)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // Local week-numbering year
- Y: {
- priority: 130,
- parse: function(string, token, match, options) {
- var valueCallback = function(year) {
- return {
- year: year,
- isTwoDigitYear: token === 'YY'
- }
- }
-
- switch (token) {
- case 'Y':
- return parseNDigits(4, string, valueCallback)
- case 'Yo':
- return match.ordinalNumber(string, {
- unit: 'year',
- valueCallback: valueCallback
- })
- default:
- return parseNDigits(token.length, string, valueCallback)
- }
- },
- validate: function(date, value, options) {
- return value.isTwoDigitYear || value.year > 0
- },
- set: function(date, flags, value, options) {
- var currentYear = date.getUTCFullYear()
-
- if (value.isTwoDigitYear) {
- var normalizedTwoDigitYear = normalizeTwoDigitYear(
- value.year,
- currentYear
- )
- date.setUTCFullYear(
- normalizedTwoDigitYear,
- 0,
- options.firstWeekContainsDate
- )
- date.setUTCHours(0, 0, 0, 0)
- return Object(startOfUTCWeek["a" /* default */])(date, options)
- }
-
- var year = currentYear > 0 ? value.year : 1 - value.year
- date.setUTCFullYear(year, 0, options.firstWeekContainsDate)
- date.setUTCHours(0, 0, 0, 0)
- return Object(startOfUTCWeek["a" /* default */])(date, options)
- }
- },
-
- // ISO week-numbering year
- R: {
- priority: 130,
- parse: function(string, token, match, options) {
- if (token === 'R') {
- return parseNDigitsSigned(4, string)
- }
-
- return parseNDigitsSigned(token.length, string)
- },
- set: function(date, flags, value, options) {
- var firstWeekOfYear = new Date(0)
- firstWeekOfYear.setUTCFullYear(value, 0, 4)
- firstWeekOfYear.setUTCHours(0, 0, 0, 0)
- return Object(startOfUTCISOWeek["a" /* default */])(firstWeekOfYear)
- }
- },
-
- // Extended year
- u: {
- priority: 130,
- parse: function(string, token, match, options) {
- if (token === 'u') {
- return parseNDigitsSigned(4, string)
- }
-
- return parseNDigitsSigned(token.length, string)
- },
- set: function(date, flags, value, options) {
- date.setUTCFullYear(value, 0, 1)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // Quarter
- Q: {
- priority: 120,
- parse: function(string, token, match, options) {
- switch (token) {
- // 1, 2, 3, 4
- case 'Q':
- case 'QQ': // 01, 02, 03, 04
- return parseNDigits(token.length, string)
- // 1st, 2nd, 3rd, 4th
- case 'Qo':
- return match.ordinalNumber(string, { unit: 'quarter' })
- // Q1, Q2, Q3, Q4
- case 'QQQ':
- return (
- match.quarter(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.quarter(string, { width: 'narrow', context: 'formatting' })
- )
- // 1, 2, 3, 4 (narrow quarter; could be not numerical)
- case 'QQQQQ':
- return match.quarter(string, {
- width: 'narrow',
- context: 'formatting'
- })
- // 1st quarter, 2nd quarter, ...
- case 'QQQQ':
- default:
- return (
- match.quarter(string, { width: 'wide', context: 'formatting' }) ||
- match.quarter(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.quarter(string, { width: 'narrow', context: 'formatting' })
- )
- }
- },
- validate: function(date, value, options) {
- return value >= 1 && value <= 4
- },
- set: function(date, flags, value, options) {
- date.setUTCMonth((value - 1) * 3, 1)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // Stand-alone quarter
- q: {
- priority: 120,
- parse: function(string, token, match, options) {
- switch (token) {
- // 1, 2, 3, 4
- case 'q':
- case 'qq': // 01, 02, 03, 04
- return parseNDigits(token.length, string)
- // 1st, 2nd, 3rd, 4th
- case 'qo':
- return match.ordinalNumber(string, { unit: 'quarter' })
- // Q1, Q2, Q3, Q4
- case 'qqq':
- return (
- match.quarter(string, {
- width: 'abbreviated',
- context: 'standalone'
- }) ||
- match.quarter(string, { width: 'narrow', context: 'standalone' })
- )
- // 1, 2, 3, 4 (narrow quarter; could be not numerical)
- case 'qqqqq':
- return match.quarter(string, {
- width: 'narrow',
- context: 'standalone'
- })
- // 1st quarter, 2nd quarter, ...
- case 'qqqq':
- default:
- return (
- match.quarter(string, { width: 'wide', context: 'standalone' }) ||
- match.quarter(string, {
- width: 'abbreviated',
- context: 'standalone'
- }) ||
- match.quarter(string, { width: 'narrow', context: 'standalone' })
- )
- }
- },
- validate: function(date, value, options) {
- return value >= 1 && value <= 4
- },
- set: function(date, flags, value, options) {
- date.setUTCMonth((value - 1) * 3, 1)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // Month
- M: {
- priority: 110,
- parse: function(string, token, match, options) {
- var valueCallback = function(value) {
- return value - 1
- }
-
- switch (token) {
- // 1, 2, ..., 12
- case 'M':
- return parseNumericPattern(
- numericPatterns.month,
- string,
- valueCallback
- )
- // 01, 02, ..., 12
- case 'MM':
- return parseNDigits(2, string, valueCallback)
- // 1st, 2nd, ..., 12th
- case 'Mo':
- return match.ordinalNumber(string, {
- unit: 'month',
- valueCallback: valueCallback
- })
- // Jan, Feb, ..., Dec
- case 'MMM':
- return (
- match.month(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.month(string, { width: 'narrow', context: 'formatting' })
- )
- // J, F, ..., D
- case 'MMMMM':
- return match.month(string, { width: 'narrow', context: 'formatting' })
- // January, February, ..., December
- case 'MMMM':
- default:
- return (
- match.month(string, { width: 'wide', context: 'formatting' }) ||
- match.month(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.month(string, { width: 'narrow', context: 'formatting' })
- )
- }
- },
- validate: function(date, value, options) {
- return value >= 0 && value <= 11
- },
- set: function(date, flags, value, options) {
- date.setUTCMonth(value, 1)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // Stand-alone month
- L: {
- priority: 110,
- parse: function(string, token, match, options) {
- var valueCallback = function(value) {
- return value - 1
- }
-
- switch (token) {
- // 1, 2, ..., 12
- case 'L':
- return parseNumericPattern(
- numericPatterns.month,
- string,
- valueCallback
- )
- // 01, 02, ..., 12
- case 'LL':
- return parseNDigits(2, string, valueCallback)
- // 1st, 2nd, ..., 12th
- case 'Lo':
- return match.ordinalNumber(string, {
- unit: 'month',
- valueCallback: valueCallback
- })
- // Jan, Feb, ..., Dec
- case 'LLL':
- return (
- match.month(string, {
- width: 'abbreviated',
- context: 'standalone'
- }) ||
- match.month(string, { width: 'narrow', context: 'standalone' })
- )
- // J, F, ..., D
- case 'LLLLL':
- return match.month(string, { width: 'narrow', context: 'standalone' })
- // January, February, ..., December
- case 'LLLL':
- default:
- return (
- match.month(string, { width: 'wide', context: 'standalone' }) ||
- match.month(string, {
- width: 'abbreviated',
- context: 'standalone'
- }) ||
- match.month(string, { width: 'narrow', context: 'standalone' })
- )
- }
- },
- validate: function(date, value, options) {
- return value >= 0 && value <= 11
- },
- set: function(date, flags, value, options) {
- date.setUTCMonth(value, 1)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // Local week of year
- w: {
- priority: 100,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'w':
- return parseNumericPattern(numericPatterns.week, string)
- case 'wo':
- return match.ordinalNumber(string, { unit: 'week' })
- default:
- return parseNDigits(token.length, string)
- }
- },
- validate: function(date, value, options) {
- return value >= 1 && value <= 53
- },
- set: function(date, flags, value, options) {
- return Object(startOfUTCWeek["a" /* default */])(setUTCWeek(date, value, options), options)
- }
- },
-
- // ISO week of year
- I: {
- priority: 100,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'I':
- return parseNumericPattern(numericPatterns.week, string)
- case 'Io':
- return match.ordinalNumber(string, { unit: 'week' })
- default:
- return parseNDigits(token.length, string)
- }
- },
- validate: function(date, value, options) {
- return value >= 1 && value <= 53
- },
- set: function(date, flags, value, options) {
- return Object(startOfUTCISOWeek["a" /* default */])(setUTCISOWeek(date, value, options), options)
- }
- },
-
- // Day of the month
- d: {
- priority: 90,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'd':
- return parseNumericPattern(numericPatterns.date, string)
- case 'do':
- return match.ordinalNumber(string, { unit: 'date' })
- default:
- return parseNDigits(token.length, string)
- }
- },
- validate: function(date, value, options) {
- var year = date.getUTCFullYear()
- var isLeapYear = isLeapYearIndex(year)
- var month = date.getUTCMonth()
- if (isLeapYear) {
- return value >= 1 && value <= DAYS_IN_MONTH_LEAP_YEAR[month]
- } else {
- return value >= 1 && value <= DAYS_IN_MONTH[month]
- }
- },
- set: function(date, flags, value, options) {
- date.setUTCDate(value)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // Day of year
- D: {
- priority: 90,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'D':
- case 'DD':
- return parseNumericPattern(numericPatterns.dayOfYear, string)
- case 'Do':
- return match.ordinalNumber(string, { unit: 'date' })
- default:
- return parseNDigits(token.length, string)
- }
- },
- validate: function(date, value, options) {
- var year = date.getUTCFullYear()
- var isLeapYear = isLeapYearIndex(year)
- if (isLeapYear) {
- return value >= 1 && value <= 366
- } else {
- return value >= 1 && value <= 365
- }
- },
- set: function(date, flags, value, options) {
- date.setUTCMonth(0, value)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // Day of week
- E: {
- priority: 90,
- parse: function(string, token, match, options) {
- switch (token) {
- // Tue
- case 'E':
- case 'EE':
- case 'EEE':
- return (
- match.day(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.day(string, { width: 'short', context: 'formatting' }) ||
- match.day(string, { width: 'narrow', context: 'formatting' })
- )
- // T
- case 'EEEEE':
- return match.day(string, { width: 'narrow', context: 'formatting' })
- // Tu
- case 'EEEEEE':
- return (
- match.day(string, { width: 'short', context: 'formatting' }) ||
- match.day(string, { width: 'narrow', context: 'formatting' })
- )
- // Tuesday
- case 'EEEE':
- default:
- return (
- match.day(string, { width: 'wide', context: 'formatting' }) ||
- match.day(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.day(string, { width: 'short', context: 'formatting' }) ||
- match.day(string, { width: 'narrow', context: 'formatting' })
- )
- }
- },
- validate: function(date, value, options) {
- return value >= 0 && value <= 6
- },
- set: function(date, flags, value, options) {
- date = setUTCDay(date, value, options)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // Local day of week
- e: {
- priority: 90,
- parse: function(string, token, match, options) {
- var valueCallback = function(value) {
- var wholeWeekDays = Math.floor((value - 1) / 7) * 7
- return ((value + options.weekStartsOn + 6) % 7) + wholeWeekDays
- }
-
- switch (token) {
- // 3
- case 'e':
- case 'ee': // 03
- return parseNDigits(token.length, string, valueCallback)
- // 3rd
- case 'eo':
- return match.ordinalNumber(string, {
- unit: 'day',
- valueCallback: valueCallback
- })
- // Tue
- case 'eee':
- return (
- match.day(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.day(string, { width: 'short', context: 'formatting' }) ||
- match.day(string, { width: 'narrow', context: 'formatting' })
- )
- // T
- case 'eeeee':
- return match.day(string, { width: 'narrow', context: 'formatting' })
- // Tu
- case 'eeeeee':
- return (
- match.day(string, { width: 'short', context: 'formatting' }) ||
- match.day(string, { width: 'narrow', context: 'formatting' })
- )
- // Tuesday
- case 'eeee':
- default:
- return (
- match.day(string, { width: 'wide', context: 'formatting' }) ||
- match.day(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.day(string, { width: 'short', context: 'formatting' }) ||
- match.day(string, { width: 'narrow', context: 'formatting' })
- )
- }
- },
- validate: function(date, value, options) {
- return value >= 0 && value <= 6
- },
- set: function(date, flags, value, options) {
- date = setUTCDay(date, value, options)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // Stand-alone local day of week
- c: {
- priority: 90,
- parse: function(string, token, match, options) {
- var valueCallback = function(value) {
- var wholeWeekDays = Math.floor((value - 1) / 7) * 7
- return ((value + options.weekStartsOn + 6) % 7) + wholeWeekDays
- }
-
- switch (token) {
- // 3
- case 'c':
- case 'cc': // 03
- return parseNDigits(token.length, string, valueCallback)
- // 3rd
- case 'co':
- return match.ordinalNumber(string, {
- unit: 'day',
- valueCallback: valueCallback
- })
- // Tue
- case 'ccc':
- return (
- match.day(string, {
- width: 'abbreviated',
- context: 'standalone'
- }) ||
- match.day(string, { width: 'short', context: 'standalone' }) ||
- match.day(string, { width: 'narrow', context: 'standalone' })
- )
- // T
- case 'ccccc':
- return match.day(string, { width: 'narrow', context: 'standalone' })
- // Tu
- case 'cccccc':
- return (
- match.day(string, { width: 'short', context: 'standalone' }) ||
- match.day(string, { width: 'narrow', context: 'standalone' })
- )
- // Tuesday
- case 'cccc':
- default:
- return (
- match.day(string, { width: 'wide', context: 'standalone' }) ||
- match.day(string, {
- width: 'abbreviated',
- context: 'standalone'
- }) ||
- match.day(string, { width: 'short', context: 'standalone' }) ||
- match.day(string, { width: 'narrow', context: 'standalone' })
- )
- }
- },
- validate: function(date, value, options) {
- return value >= 0 && value <= 6
- },
- set: function(date, flags, value, options) {
- date = setUTCDay(date, value, options)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // ISO day of week
- i: {
- priority: 90,
- parse: function(string, token, match, options) {
- var valueCallback = function(value) {
- if (value === 0) {
- return 7
- }
- return value
- }
-
- switch (token) {
- // 2
- case 'i':
- case 'ii': // 02
- return parseNDigits(token.length, string)
- // 2nd
- case 'io':
- return match.ordinalNumber(string, { unit: 'day' })
- // Tue
- case 'iii':
- return (
- match.day(string, {
- width: 'abbreviated',
- context: 'formatting',
- valueCallback: valueCallback
- }) ||
- match.day(string, {
- width: 'short',
- context: 'formatting',
- valueCallback: valueCallback
- }) ||
- match.day(string, {
- width: 'narrow',
- context: 'formatting',
- valueCallback: valueCallback
- })
- )
- // T
- case 'iiiii':
- return match.day(string, {
- width: 'narrow',
- context: 'formatting',
- valueCallback: valueCallback
- })
- // Tu
- case 'iiiiii':
- return (
- match.day(string, {
- width: 'short',
- context: 'formatting',
- valueCallback: valueCallback
- }) ||
- match.day(string, {
- width: 'narrow',
- context: 'formatting',
- valueCallback: valueCallback
- })
- )
- // Tuesday
- case 'iiii':
- default:
- return (
- match.day(string, {
- width: 'wide',
- context: 'formatting',
- valueCallback: valueCallback
- }) ||
- match.day(string, {
- width: 'abbreviated',
- context: 'formatting',
- valueCallback: valueCallback
- }) ||
- match.day(string, {
- width: 'short',
- context: 'formatting',
- valueCallback: valueCallback
- }) ||
- match.day(string, {
- width: 'narrow',
- context: 'formatting',
- valueCallback: valueCallback
- })
- )
- }
- },
- validate: function(date, value, options) {
- return value >= 1 && value <= 7
- },
- set: function(date, flags, value, options) {
- date = setUTCISODay(date, value, options)
- date.setUTCHours(0, 0, 0, 0)
- return date
- }
- },
-
- // AM or PM
- a: {
- priority: 80,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'a':
- case 'aa':
- case 'aaa':
- return (
- match.dayPeriod(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.dayPeriod(string, { width: 'narrow', context: 'formatting' })
- )
- case 'aaaaa':
- return match.dayPeriod(string, {
- width: 'narrow',
- context: 'formatting'
- })
- case 'aaaa':
- default:
- return (
- match.dayPeriod(string, { width: 'wide', context: 'formatting' }) ||
- match.dayPeriod(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.dayPeriod(string, { width: 'narrow', context: 'formatting' })
- )
- }
- },
- set: function(date, flags, value, options) {
- date.setUTCHours(dayPeriodEnumToHours(value), 0, 0, 0)
- return date
- }
- },
-
- // AM, PM, midnight
- b: {
- priority: 80,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'b':
- case 'bb':
- case 'bbb':
- return (
- match.dayPeriod(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.dayPeriod(string, { width: 'narrow', context: 'formatting' })
- )
- case 'bbbbb':
- return match.dayPeriod(string, {
- width: 'narrow',
- context: 'formatting'
- })
- case 'bbbb':
- default:
- return (
- match.dayPeriod(string, { width: 'wide', context: 'formatting' }) ||
- match.dayPeriod(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.dayPeriod(string, { width: 'narrow', context: 'formatting' })
- )
- }
- },
- set: function(date, flags, value, options) {
- date.setUTCHours(dayPeriodEnumToHours(value), 0, 0, 0)
- return date
- }
- },
-
- // in the morning, in the afternoon, in the evening, at night
- B: {
- priority: 80,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'B':
- case 'BB':
- case 'BBB':
- return (
- match.dayPeriod(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.dayPeriod(string, { width: 'narrow', context: 'formatting' })
- )
- case 'BBBBB':
- return match.dayPeriod(string, {
- width: 'narrow',
- context: 'formatting'
- })
- case 'BBBB':
- default:
- return (
- match.dayPeriod(string, { width: 'wide', context: 'formatting' }) ||
- match.dayPeriod(string, {
- width: 'abbreviated',
- context: 'formatting'
- }) ||
- match.dayPeriod(string, { width: 'narrow', context: 'formatting' })
- )
- }
- },
- set: function(date, flags, value, options) {
- date.setUTCHours(dayPeriodEnumToHours(value), 0, 0, 0)
- return date
- }
- },
-
- // Hour [1-12]
- h: {
- priority: 70,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'h':
- return parseNumericPattern(numericPatterns.hour12h, string)
- case 'ho':
- return match.ordinalNumber(string, { unit: 'hour' })
- default:
- return parseNDigits(token.length, string)
- }
- },
- validate: function(date, value, options) {
- return value >= 1 && value <= 12
- },
- set: function(date, flags, value, options) {
- var isPM = date.getUTCHours() >= 12
- if (isPM && value < 12) {
- date.setUTCHours(value + 12, 0, 0, 0)
- } else if (!isPM && value === 12) {
- date.setUTCHours(0, 0, 0, 0)
- } else {
- date.setUTCHours(value, 0, 0, 0)
- }
- return date
- }
- },
-
- // Hour [0-23]
- H: {
- priority: 70,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'H':
- return parseNumericPattern(numericPatterns.hour23h, string)
- case 'Ho':
- return match.ordinalNumber(string, { unit: 'hour' })
- default:
- return parseNDigits(token.length, string)
- }
- },
- validate: function(date, value, options) {
- return value >= 0 && value <= 23
- },
- set: function(date, flags, value, options) {
- date.setUTCHours(value, 0, 0, 0)
- return date
- }
- },
-
- // Hour [0-11]
- K: {
- priority: 70,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'K':
- return parseNumericPattern(numericPatterns.hour11h, string)
- case 'Ko':
- return match.ordinalNumber(string, { unit: 'hour' })
- default:
- return parseNDigits(token.length, string)
- }
- },
- validate: function(date, value, options) {
- return value >= 0 && value <= 11
- },
- set: function(date, flags, value, options) {
- var isPM = date.getUTCHours() >= 12
- if (isPM && value < 12) {
- date.setUTCHours(value + 12, 0, 0, 0)
- } else {
- date.setUTCHours(value, 0, 0, 0)
- }
- return date
- }
- },
-
- // Hour [1-24]
- k: {
- priority: 70,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'k':
- return parseNumericPattern(numericPatterns.hour24h, string)
- case 'ko':
- return match.ordinalNumber(string, { unit: 'hour' })
- default:
- return parseNDigits(token.length, string)
- }
- },
- validate: function(date, value, options) {
- return value >= 1 && value <= 24
- },
- set: function(date, flags, value, options) {
- var hours = value <= 24 ? value % 24 : value
- date.setUTCHours(hours, 0, 0, 0)
- return date
- }
- },
-
- // Minute
- m: {
- priority: 60,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'm':
- return parseNumericPattern(numericPatterns.minute, string)
- case 'mo':
- return match.ordinalNumber(string, { unit: 'minute' })
- default:
- return parseNDigits(token.length, string)
- }
- },
- validate: function(date, value, options) {
- return value >= 0 && value <= 59
- },
- set: function(date, flags, value, options) {
- date.setUTCMinutes(value, 0, 0)
- return date
- }
- },
-
- // Second
- s: {
- priority: 50,
- parse: function(string, token, match, options) {
- switch (token) {
- case 's':
- return parseNumericPattern(numericPatterns.second, string)
- case 'so':
- return match.ordinalNumber(string, { unit: 'second' })
- default:
- return parseNDigits(token.length, string)
- }
- },
- validate: function(date, value, options) {
- return value >= 0 && value <= 59
- },
- set: function(date, flags, value, options) {
- date.setUTCSeconds(value, 0)
- return date
- }
- },
-
- // Fraction of second
- S: {
- priority: 30,
- parse: function(string, token, match, options) {
- var valueCallback = function(value) {
- return Math.floor(value * Math.pow(10, -token.length + 3))
- }
- return parseNDigits(token.length, string, valueCallback)
- },
- set: function(date, flags, value, options) {
- date.setUTCMilliseconds(value)
- return date
- }
- },
-
- // Timezone (ISO-8601. +00:00 is `'Z'`)
- X: {
- priority: 10,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'X':
- return parseTimezonePattern(
- timezonePatterns.basicOptionalMinutes,
- string
- )
- case 'XX':
- return parseTimezonePattern(timezonePatterns.basic, string)
- case 'XXXX':
- return parseTimezonePattern(
- timezonePatterns.basicOptionalSeconds,
- string
- )
- case 'XXXXX':
- return parseTimezonePattern(
- timezonePatterns.extendedOptionalSeconds,
- string
- )
- case 'XXX':
- default:
- return parseTimezonePattern(timezonePatterns.extended, string)
- }
- },
- set: function(date, flags, value, options) {
- if (flags.timestampIsSet) {
- return date
- }
- return new Date(date.getTime() - value)
- }
- },
-
- // Timezone (ISO-8601)
- x: {
- priority: 10,
- parse: function(string, token, match, options) {
- switch (token) {
- case 'x':
- return parseTimezonePattern(
- timezonePatterns.basicOptionalMinutes,
- string
- )
- case 'xx':
- return parseTimezonePattern(timezonePatterns.basic, string)
- case 'xxxx':
- return parseTimezonePattern(
- timezonePatterns.basicOptionalSeconds,
- string
- )
- case 'xxxxx':
- return parseTimezonePattern(
- timezonePatterns.extendedOptionalSeconds,
- string
- )
- case 'xxx':
- default:
- return parseTimezonePattern(timezonePatterns.extended, string)
- }
- },
- set: function(date, flags, value, options) {
- if (flags.timestampIsSet) {
- return date
- }
- return new Date(date.getTime() - value)
- }
- },
-
- // Seconds timestamp
- t: {
- priority: 40,
- parse: function(string, token, match, options) {
- return parseAnyDigitsSigned(string)
- },
- set: function(date, flags, value, options) {
- return [new Date(value * 1000), { timestampIsSet: true }]
- }
- },
-
- // Milliseconds timestamp
- T: {
- priority: 20,
- parse: function(string, token, match, options) {
- return parseAnyDigitsSigned(string)
- },
- set: function(date, flags, value, options) {
- return [new Date(value), { timestampIsSet: true }]
- }
- }
-}
-
-/* harmony default export */ var _lib_parsers = (parsers);
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/_lib/protectedTokens/index.js
-var protectedTokens = __webpack_require__(89);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/parse/index.js
-/* harmony export (immutable) */ __webpack_exports__["default"] = parse;
-
-
-
-
-
-
-
-
-
-var TIMEZONE_UNIT_PRIORITY = 10
-
-// This RegExp consists of three parts separated by `|`:
-// - [yYQqMLwIdDecihHKkms]o matches any available ordinal number token
-// (one of the certain letters followed by `o`)
-// - (\w)\1* matches any sequences of the same letter
-// - '' matches two quote characters in a row
-// - '(''|[^'])+('|$) matches anything surrounded by two quote characters ('),
-// except a single quote symbol, which ends the sequence.
-// Two quote characters do not end the sequence.
-// If there is no matching single quote
-// then the sequence will continue until the end of the string.
-// - . matches any single character unmatched by previous parts of the RegExps
-var formattingTokensRegExp = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g
-
-var escapedStringRegExp = /^'(.*?)'?$/
-var doubleQuoteRegExp = /''/g
-
-var notWhitespaceRegExp = /\S/
-
-/**
- * @name parse
- * @category Common Helpers
- * @summary Parse the date.
- *
- * @description
- * Return the date parsed from string using the given format string.
- *
- * > ⚠️ Please note that the `format` tokens differ from Moment.js and other libraries.
- * > See: https://git.io/fxCyr
- *
- * The characters in the format string wrapped between two single quotes characters (') are escaped.
- * Two single quotes in a row, whether inside or outside a quoted sequence, represent a 'real' single quote.
- *
- * Format of the format string is based on Unicode Technical Standard #35:
- * https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
- * with a few additions (see note 5 below the table).
- *
- * Accepted format string patterns:
- * | Unit |Prior| Pattern | Result examples | Notes |
- * |---------------------------------|-----|---------|-----------------------------------|-------|
- * | Era | 140 | G..GGG | AD, BC | |
- * | | | GGGG | Anno Domini, Before Christ | 2 |
- * | | | GGGGG | A, B | |
- * | Calendar year | 130 | y | 44, 1, 1900, 2017, 9999 | 4 |
- * | | | yo | 44th, 1st, 1900th, 9999999th | 4,5 |
- * | | | yy | 44, 01, 00, 17 | 4 |
- * | | | yyy | 044, 001, 123, 999 | 4 |
- * | | | yyyy | 0044, 0001, 1900, 2017 | 4 |
- * | | | yyyyy | ... | 2,4 |
- * | Local week-numbering year | 130 | Y | 44, 1, 1900, 2017, 9000 | 4 |
- * | | | Yo | 44th, 1st, 1900th, 9999999th | 4,5 |
- * | | | YY | 44, 01, 00, 17 | 4,6 |
- * | | | YYY | 044, 001, 123, 999 | 4 |
- * | | | YYYY | 0044, 0001, 1900, 2017 | 4,6 |
- * | | | YYYYY | ... | 2,4 |
- * | ISO week-numbering year | 130 | R | -43, 1, 1900, 2017, 9999, -9999 | 4,5 |
- * | | | RR | -43, 01, 00, 17 | 4,5 |
- * | | | RRR | -043, 001, 123, 999, -999 | 4,5 |
- * | | | RRRR | -0043, 0001, 2017, 9999, -9999 | 4,5 |
- * | | | RRRRR | ... | 2,4,5 |
- * | Extended year | 130 | u | -43, 1, 1900, 2017, 9999, -999 | 4 |
- * | | | uu | -43, 01, 99, -99 | 4 |
- * | | | uuu | -043, 001, 123, 999, -999 | 4 |
- * | | | uuuu | -0043, 0001, 2017, 9999, -9999 | 4 |
- * | | | uuuuu | ... | 2,4 |
- * | Quarter (formatting) | 120 | Q | 1, 2, 3, 4 | |
- * | | | Qo | 1st, 2nd, 3rd, 4th | 5 |
- * | | | QQ | 01, 02, 03, 04 | |
- * | | | QQQ | Q1, Q2, Q3, Q4 | |
- * | | | QQQQ | 1st quarter, 2nd quarter, ... | 2 |
- * | | | QQQQQ | 1, 2, 3, 4 | 4 |
- * | Quarter (stand-alone) | 120 | q | 1, 2, 3, 4 | |
- * | | | qo | 1st, 2nd, 3rd, 4th | 5 |
- * | | | qq | 01, 02, 03, 04 | |
- * | | | qqq | Q1, Q2, Q3, Q4 | |
- * | | | qqqq | 1st quarter, 2nd quarter, ... | 2 |
- * | | | qqqqq | 1, 2, 3, 4 | 3 |
- * | Month (formatting) | 110 | M | 1, 2, ..., 12 | |
- * | | | Mo | 1st, 2nd, ..., 12th | 5 |
- * | | | MM | 01, 02, ..., 12 | |
- * | | | MMM | Jan, Feb, ..., Dec | |
- * | | | MMMM | January, February, ..., December | 2 |
- * | | | MMMMM | J, F, ..., D | |
- * | Month (stand-alone) | 110 | L | 1, 2, ..., 12 | |
- * | | | Lo | 1st, 2nd, ..., 12th | 5 |
- * | | | LL | 01, 02, ..., 12 | |
- * | | | LLL | Jan, Feb, ..., Dec | |
- * | | | LLLL | January, February, ..., December | 2 |
- * | | | LLLLL | J, F, ..., D | |
- * | Local week of year | 100 | w | 1, 2, ..., 53 | |
- * | | | wo | 1st, 2nd, ..., 53th | 5 |
- * | | | ww | 01, 02, ..., 53 | |
- * | ISO week of year | 100 | I | 1, 2, ..., 53 | 5 |
- * | | | Io | 1st, 2nd, ..., 53th | 5 |
- * | | | II | 01, 02, ..., 53 | 5 |
- * | Day of month | 90 | d | 1, 2, ..., 31 | |
- * | | | do | 1st, 2nd, ..., 31st | 5 |
- * | | | dd | 01, 02, ..., 31 | |
- * | Day of year | 90 | D | 1, 2, ..., 365, 366 | 6 |
- * | | | Do | 1st, 2nd, ..., 365th, 366th | 5 |
- * | | | DD | 01, 02, ..., 365, 366 | 6 |
- * | | | DDD | 001, 002, ..., 365, 366 | |
- * | | | DDDD | ... | 2 |
- * | Day of week (formatting) | 90 | E..EEE | Mon, Tue, Wed, ..., Su | |
- * | | | EEEE | Monday, Tuesday, ..., Sunday | 2 |
- * | | | EEEEE | M, T, W, T, F, S, S | |
- * | | | EEEEEE | Mo, Tu, We, Th, Fr, Su, Sa | |
- * | ISO day of week (formatting) | 90 | i | 1, 2, 3, ..., 7 | 5 |
- * | | | io | 1st, 2nd, ..., 7th | 5 |
- * | | | ii | 01, 02, ..., 07 | 5 |
- * | | | iii | Mon, Tue, Wed, ..., Su | 5 |
- * | | | iiii | Monday, Tuesday, ..., Sunday | 2,5 |
- * | | | iiiii | M, T, W, T, F, S, S | 5 |
- * | | | iiiiii | Mo, Tu, We, Th, Fr, Su, Sa | 5 |
- * | Local day of week (formatting) | 90 | e | 2, 3, 4, ..., 1 | |
- * | | | eo | 2nd, 3rd, ..., 1st | 5 |
- * | | | ee | 02, 03, ..., 01 | |
- * | | | eee | Mon, Tue, Wed, ..., Su | |
- * | | | eeee | Monday, Tuesday, ..., Sunday | 2 |
- * | | | eeeee | M, T, W, T, F, S, S | |
- * | | | eeeeee | Mo, Tu, We, Th, Fr, Su, Sa | |
- * | Local day of week (stand-alone) | 90 | c | 2, 3, 4, ..., 1 | |
- * | | | co | 2nd, 3rd, ..., 1st | 5 |
- * | | | cc | 02, 03, ..., 01 | |
- * | | | ccc | Mon, Tue, Wed, ..., Su | |
- * | | | cccc | Monday, Tuesday, ..., Sunday | 2 |
- * | | | ccccc | M, T, W, T, F, S, S | |
- * | | | cccccc | Mo, Tu, We, Th, Fr, Su, Sa | |
- * | AM, PM | 80 | a..aaa | AM, PM | |
- * | | | aaaa | a.m., p.m. | 2 |
- * | | | aaaaa | a, p | |
- * | AM, PM, noon, midnight | 80 | b..bbb | AM, PM, noon, midnight | |
- * | | | bbbb | a.m., p.m., noon, midnight | 2 |
- * | | | bbbbb | a, p, n, mi | |
- * | Flexible day period | 80 | B..BBB | at night, in the morning, ... | |
- * | | | BBBB | at night, in the morning, ... | 2 |
- * | | | BBBBB | at night, in the morning, ... | |
- * | Hour [1-12] | 70 | h | 1, 2, ..., 11, 12 | |
- * | | | ho | 1st, 2nd, ..., 11th, 12th | 5 |
- * | | | hh | 01, 02, ..., 11, 12 | |
- * | Hour [0-23] | 70 | H | 0, 1, 2, ..., 23 | |
- * | | | Ho | 0th, 1st, 2nd, ..., 23rd | 5 |
- * | | | HH | 00, 01, 02, ..., 23 | |
- * | Hour [0-11] | 70 | K | 1, 2, ..., 11, 0 | |
- * | | | Ko | 1st, 2nd, ..., 11th, 0th | 5 |
- * | | | KK | 1, 2, ..., 11, 0 | |
- * | Hour [1-24] | 70 | k | 24, 1, 2, ..., 23 | |
- * | | | ko | 24th, 1st, 2nd, ..., 23rd | 5 |
- * | | | kk | 24, 01, 02, ..., 23 | |
- * | Minute | 60 | m | 0, 1, ..., 59 | |
- * | | | mo | 0th, 1st, ..., 59th | 5 |
- * | | | mm | 00, 01, ..., 59 | |
- * | Second | 50 | s | 0, 1, ..., 59 | |
- * | | | so | 0th, 1st, ..., 59th | 5 |
- * | | | ss | 00, 01, ..., 59 | |
- * | Seconds timestamp | 40 | t | 512969520 | |
- * | | | tt | ... | 2 |
- * | Fraction of second | 30 | S | 0, 1, ..., 9 | |
- * | | | SS | 00, 01, ..., 99 | |
- * | | | SSS | 000, 0001, ..., 999 | |
- * | | | SSSS | ... | 2 |
- * | Milliseconds timestamp | 20 | T | 512969520900 | |
- * | | | TT | ... | 2 |
- * | Timezone (ISO-8601 w/ Z) | 10 | X | -08, +0530, Z | |
- * | | | XX | -0800, +0530, Z | |
- * | | | XXX | -08:00, +05:30, Z | |
- * | | | XXXX | -0800, +0530, Z, +123456 | 2 |
- * | | | XXXXX | -08:00, +05:30, Z, +12:34:56 | |
- * | Timezone (ISO-8601 w/o Z) | 10 | x | -08, +0530, +00 | |
- * | | | xx | -0800, +0530, +0000 | |
- * | | | xxx | -08:00, +05:30, +00:00 | 2 |
- * | | | xxxx | -0800, +0530, +0000, +123456 | |
- * | | | xxxxx | -08:00, +05:30, +00:00, +12:34:56 | |
- * Notes:
- * 1. "Formatting" units (e.g. formatting quarter) in the default en-US locale
- * are the same as "stand-alone" units, but are different in some languages.
- * "Formatting" units are declined according to the rules of the language
- * in the context of a date. "Stand-alone" units are always nominative singular.
- * In `format` function, they will produce different result:
- *
- * `format(new Date(2017, 10, 6), 'do LLLL', {locale: cs}) //=> '6. listopad'`
- *
- * `format(new Date(2017, 10, 6), 'do MMMM', {locale: cs}) //=> '6. listopadu'`
- *
- * `parse` will try to match both formatting and stand-alone units interchangably.
- *
- * 2. Any sequence of the identical letters is a pattern, unless it is escaped by
- * the single quote characters (see below).
- * If the sequence is longer than listed in table:
- * - for numerical units (`yyyyyyyy`) `parse` will try to match a number
- * as wide as the sequence
- * - for text units (`MMMMMMMM`) `parse` will try to match the widest variation of the unit.
- * These variations are marked with "2" in the last column of the table.
- *
- * 3. `QQQQQ` and `qqqqq` could be not strictly numerical in some locales.
- * These tokens represent the shortest form of the quarter.
- *
- * 4. The main difference between `y` and `u` patterns are B.C. years:
- *
- * | Year | `y` | `u` |
- * |------|-----|-----|
- * | AC 1 | 1 | 1 |
- * | BC 1 | 1 | 0 |
- * | BC 2 | 2 | -1 |
- *
- * Also `yy` will try to guess the century of two digit year by proximity with `baseDate`:
- *
- * `parse('50', 'yy', new Date(2018, 0, 1)) //=> Sat Jan 01 2050 00:00:00`
- *
- * `parse('75', 'yy', new Date(2018, 0, 1)) //=> Wed Jan 01 1975 00:00:00`
- *
- * while `uu` will just assign the year as is:
- *
- * `parse('50', 'uu', new Date(2018, 0, 1)) //=> Sat Jan 01 0050 00:00:00`
- *
- * `parse('75', 'uu', new Date(2018, 0, 1)) //=> Tue Jan 01 0075 00:00:00`
- *
- * The same difference is true for local and ISO week-numbering years (`Y` and `R`),
- * except local week-numbering years are dependent on `options.weekStartsOn`
- * and `options.firstWeekContainsDate` (compare [setISOWeekYear]{@link https://date-fns.org/docs/setISOWeekYear}
- * and [setWeekYear]{@link https://date-fns.org/docs/setWeekYear}).
- *
- * 5. These patterns are not in the Unicode Technical Standard #35:
- * - `i`: ISO day of week
- * - `I`: ISO week of year
- * - `R`: ISO week-numbering year
- * - `o`: ordinal number modifier
- *
- * 6. These tokens are often confused with others. See: https://git.io/fxCyr
- *
- * Values will be assigned to the date in the descending order of its unit's priority.
- * Units of an equal priority overwrite each other in the order of appearance.
- *
- * If no values of higher priority are parsed (e.g. when parsing string 'January 1st' without a year),
- * the values will be taken from 3rd argument `baseDate` which works as a context of parsing.
- *
- * `baseDate` must be passed for correct work of the function.
- * If you're not sure which `baseDate` to supply, create a new instance of Date:
- * `parse('02/11/2014', 'MM/dd/yyyy', new Date())`
- * In this case parsing will be done in the context of the current date.
- * If `baseDate` is `Invalid Date` or a value not convertible to valid `Date`,
- * then `Invalid Date` will be returned.
- *
- * The result may vary by locale.
- *
- * If `formatString` matches with `dateString` but does not provides tokens, `baseDate` will be returned.
- *
- * If parsing failed, `Invalid Date` will be returned.
- * Invalid Date is a Date, whose time value is NaN.
- * Time value of Date: http://es5.github.io/#x15.9.1.1
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * - Old `parse` was renamed to `toDate`.
- * Now `parse` is a new function which parses a string using a provided format.
- *
- * ```javascript
- * // Before v2.0.0
- * parse('2016-01-01')
- *
- * // v2.0.0 onward
- * toDate('2016-01-01')
- * parse('2016-01-01', 'yyyy-MM-dd', new Date())
- * ```
- *
- * @param {String} dateString - the string to parse
- * @param {String} formatString - the string of tokens
- * @param {Date|Number} baseDate - defines values missing from the parsed dateString
- * @param {Object} [options] - an object with options.
- * @param {Locale} [options.locale=defaultLocale] - the locale object. See [Locale]{@link https://date-fns.org/docs/Locale}
- * @param {0|1|2|3|4|5|6} [options.weekStartsOn=0] - the index of the first day of the week (0 - Sunday)
- * @param {1|2|3|4|5|6|7} [options.firstWeekContainsDate=1] - the day of January, which is always in the first week of the year
- * @param {Boolean} [options.awareOfUnicodeTokens=false] - if true, allows usage of Unicode tokens causes confusion:
- * - Some of the day of year tokens (`D`, `DD`) that are confused with the day of month tokens (`d`, `dd`).
- * - Some of the local week-numbering year tokens (`YY`, `YYYY`) that are confused with the calendar year tokens (`yy`, `yyyy`).
- * See: https://git.io/fxCyr
- * @returns {Date} the parsed date
- * @throws {TypeError} 3 arguments required
- * @throws {RangeError} `options.weekStartsOn` must be between 0 and 6
- * @throws {RangeError} `options.firstWeekContainsDate` must be between 1 and 7
- * @throws {RangeError} `options.locale` must contain `match` property
- * @throws {RangeError} `options.awareOfUnicodeTokens` must be set to `true` to use `XX` token; see: https://git.io/fxCyr
- *
- * @example
- * // Parse 11 February 2014 from middle-endian format:
- * var result = parse('02/11/2014', 'MM/dd/yyyy', new Date())
- * //=> Tue Feb 11 2014 00:00:00
- *
- * @example
- * // Parse 28th of February in Esperanto locale in the context of 2010 year:
- * import eo from 'date-fns/locale/eo'
- * var result = parse('28-a de februaro', "do 'de' MMMM", new Date(2010, 0, 1), {
- * locale: eo
- * })
- * //=> Sun Feb 28 2010 00:00:00
- */
-function parse(
- dirtyDateString,
- dirtyFormatString,
- dirtyBaseDate,
- dirtyOptions
-) {
- if (arguments.length < 3) {
- throw new TypeError(
- '3 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var dateString = String(dirtyDateString)
- var formatString = String(dirtyFormatString)
- var options = dirtyOptions || {}
-
- var locale = options.locale || en_US["a" /* default */]
-
- if (!locale.match) {
- throw new RangeError('locale must contain match property')
- }
-
- var localeFirstWeekContainsDate =
- locale.options && locale.options.firstWeekContainsDate
- var defaultFirstWeekContainsDate =
- localeFirstWeekContainsDate == null
- ? 1
- : Object(toInteger["a" /* default */])(localeFirstWeekContainsDate)
- var firstWeekContainsDate =
- options.firstWeekContainsDate == null
- ? defaultFirstWeekContainsDate
- : Object(toInteger["a" /* default */])(options.firstWeekContainsDate)
-
- // Test if weekStartsOn is between 1 and 7 _and_ is not NaN
- if (!(firstWeekContainsDate >= 1 && firstWeekContainsDate <= 7)) {
- throw new RangeError(
- 'firstWeekContainsDate must be between 1 and 7 inclusively'
- )
- }
-
- var localeWeekStartsOn = locale.options && locale.options.weekStartsOn
- var defaultWeekStartsOn =
- localeWeekStartsOn == null ? 0 : Object(toInteger["a" /* default */])(localeWeekStartsOn)
- var weekStartsOn =
- options.weekStartsOn == null
- ? defaultWeekStartsOn
- : Object(toInteger["a" /* default */])(options.weekStartsOn)
-
- // Test if weekStartsOn is between 0 and 6 _and_ is not NaN
- if (!(weekStartsOn >= 0 && weekStartsOn <= 6)) {
- throw new RangeError('weekStartsOn must be between 0 and 6 inclusively')
- }
-
- if (formatString === '') {
- if (dateString === '') {
- return Object(toDate["a" /* default */])(dirtyBaseDate)
- } else {
- return new Date(NaN)
- }
- }
-
- var subFnOptions = {
- firstWeekContainsDate: firstWeekContainsDate,
- weekStartsOn: weekStartsOn,
- locale: locale
- }
-
- // If timezone isn't specified, it will be set to the system timezone
- var setters = [
- {
- priority: TIMEZONE_UNIT_PRIORITY,
- set: dateToSystemTimezone,
- index: 0
- }
- ]
-
- var i
-
- var tokens = formatString.match(formattingTokensRegExp)
-
- for (i = 0; i < tokens.length; i++) {
- var token = tokens[i]
-
- if (!options.awareOfUnicodeTokens && Object(protectedTokens["a" /* isProtectedToken */])(token)) {
- Object(protectedTokens["b" /* throwProtectedError */])(token)
- }
-
- var firstCharacter = token[0]
- var parser = _lib_parsers[firstCharacter]
- if (parser) {
- var parseResult = parser.parse(
- dateString,
- token,
- locale.match,
- subFnOptions
- )
-
- if (!parseResult) {
- return new Date(NaN)
- }
-
- setters.push({
- priority: parser.priority,
- set: parser.set,
- validate: parser.validate,
- value: parseResult.value,
- index: setters.length
- })
-
- dateString = parseResult.rest
- } else {
- // Replace two single quote characters with one single quote character
- if (token === "''") {
- token = "'"
- } else if (firstCharacter === "'") {
- token = cleanEscapedString(token)
- }
-
- // Cut token from string, or, if string doesn't match the token, return Invalid Date
- if (dateString.indexOf(token) === 0) {
- dateString = dateString.slice(token.length)
- } else {
- return new Date(NaN)
- }
- }
- }
-
- // Check if the remaining input contains something other than whitespace
- if (dateString.length > 0 && notWhitespaceRegExp.test(dateString)) {
- return new Date(NaN)
- }
-
- var uniquePrioritySetters = setters
- .map(function(setter) {
- return setter.priority
- })
- .sort(function(a, b) {
- return b - a
- })
- .filter(function(priority, index, array) {
- return array.indexOf(priority) === index
- })
- .map(function(priority) {
- return setters
- .filter(function(setter) {
- return setter.priority === priority
- })
- .reverse()
- })
- .map(function(setterArray) {
- return setterArray[0]
- })
-
- var date = Object(toDate["a" /* default */])(dirtyBaseDate)
-
- if (isNaN(date)) {
- return new Date(NaN)
- }
-
- // Convert the date in system timezone to the same date in UTC+00:00 timezone.
- // This ensures that when UTC functions will be implemented, locales will be compatible with them.
- // See an issue about UTC functions: https://github.com/date-fns/date-fns/issues/37
- var utcDate = Object(subMilliseconds["a" /* default */])(date, Object(getTimezoneOffsetInMilliseconds["a" /* default */])(date))
-
- var flags = {}
- for (i = 0; i < uniquePrioritySetters.length; i++) {
- var setter = uniquePrioritySetters[i]
-
- if (
- setter.validate &&
- !setter.validate(utcDate, setter.value, subFnOptions)
- ) {
- return new Date(NaN)
- }
-
- var result = setter.set(utcDate, flags, setter.value, subFnOptions)
- // Result is tuple (date, flags)
- if (result[0]) {
- utcDate = result[0]
- assign_assign(flags, result[1])
- // Result is date
- } else {
- utcDate = result
- }
- }
-
- return utcDate
-}
-
-function dateToSystemTimezone(date, flags) {
- if (flags.timestampIsSet) {
- return date
- }
-
- var convertedDate = new Date(0)
- convertedDate.setFullYear(
- date.getUTCFullYear(),
- date.getUTCMonth(),
- date.getUTCDate()
- )
- convertedDate.setHours(
- date.getUTCHours(),
- date.getUTCMinutes(),
- date.getUTCSeconds(),
- date.getUTCMilliseconds()
- )
- return convertedDate
-}
-
-function cleanEscapedString(input) {
- return input.match(escapedStringRegExp)[1].replace(doubleQuoteRegExp, "'")
-}
-
-
-/***/ }),
-/* 301 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 302 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-portal",
- { attrs: { "md-attach-to-parent": _vm.mdAttachToParent } },
- [
- _c("transition", { attrs: { name: "md-overlay" } }, [
- _vm.mdActive
- ? _c(
- "div",
- _vm._g(
- { staticClass: "md-overlay", class: _vm.overlayClasses },
- _vm.$listeners
- )
- )
- : _vm._e()
- ])
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 303 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepickerDialog_vue__ = __webpack_require__(91);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepickerDialog_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepickerDialog_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepickerDialog_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepickerDialog_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4f0a3d52_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDatepickerDialog_vue__ = __webpack_require__(324);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(304)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDatepickerDialog_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4f0a3d52_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDatepickerDialog_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDatepicker/MdDatepickerDialog.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 304 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 305 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = startOfMonth;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(3);
-
-
-/**
- * @name startOfMonth
- * @category Month Helpers
- * @summary Return the start of a month for the given date.
- *
- * @description
- * Return the start of a month for the given date.
- * The result will be in the local timezone.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the original date
- * @returns {Date} the start of a month
- * @throws {TypeError} 1 argument required
- *
- * @example
- * // The start of a month for 2 September 2014 11:55:00:
- * var result = startOfMonth(new Date(2014, 8, 2, 11, 55, 0))
- * //=> Mon Sep 01 2014 00:00:00
- */
-function startOfMonth(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_0__toDate_index_js__["a" /* default */])(dirtyDate)
- date.setDate(1)
- date.setHours(0, 0, 0, 0)
- return date
-}
-
-
-/***/ }),
-/* 306 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = subMonths;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__ = __webpack_require__(5);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__addMonths_index_js__ = __webpack_require__(92);
-
-
-
-/**
- * @name subMonths
- * @category Month Helpers
- * @summary Subtract the specified number of months from the given date.
- *
- * @description
- * Subtract the specified number of months from the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the date to be changed
- * @param {Number} amount - the amount of months to be subtracted
- * @returns {Date} the new date with the months subtracted
- * @throws {TypeError} 2 arguments required
- *
- * @example
- * // Subtract 5 months from 1 February 2015:
- * var result = subMonths(new Date(2015, 1, 1), 5)
- * //=> Mon Sep 01 2014 00:00:00
- */
-function subMonths(dirtyDate, dirtyAmount) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var amount = Object(__WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__["a" /* default */])(dirtyAmount)
- return Object(__WEBPACK_IMPORTED_MODULE_1__addMonths_index_js__["default"])(dirtyDate, -amount)
-}
-
-
-/***/ }),
-/* 307 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = getDate;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(3);
-
-
-/**
- * @name getDate
- * @category Day Helpers
- * @summary Get the day of the month of the given date.
- *
- * @description
- * Get the day of the month of the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the given date
- * @returns {Number} the day of month
- * @throws {TypeError} 1 argument required
- *
- * @example
- * // Which day of the month is 29 February 2012?
- * var result = getDate(new Date(2012, 1, 29))
- * //=> 29
- */
-function getDate(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_0__toDate_index_js__["a" /* default */])(dirtyDate)
- var dayOfMonth = date.getDate()
- return dayOfMonth
-}
-
-
-/***/ }),
-/* 308 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = getDay;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(3);
-
-
-/**
- * @name getDay
- * @category Weekday Helpers
- * @summary Get the day of the week of the given date.
- *
- * @description
- * Get the day of the week of the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the given date
- * @returns {Number} the day of week
- * @throws {TypeError} 1 argument required
- *
- * @example
- * // Which day of the week is 29 February 2012?
- * var result = getDay(new Date(2012, 1, 29))
- * //=> 3
- */
-function getDay(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_0__toDate_index_js__["a" /* default */])(dirtyDate)
- var day = date.getDay()
- return day
-}
-
-
-/***/ }),
-/* 309 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = getMonth;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(3);
-
-
-/**
- * @name getMonth
- * @category Month Helpers
- * @summary Get the month of the given date.
- *
- * @description
- * Get the month of the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the given date
- * @returns {Number} the month
- * @throws {TypeError} 1 argument required
- *
- * @example
- * // Which month is 29 February 2012?
- * var result = getMonth(new Date(2012, 1, 29))
- * //=> 1
- */
-function getMonth(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_0__toDate_index_js__["a" /* default */])(dirtyDate)
- var month = date.getMonth()
- return month
-}
-
-
-/***/ }),
-/* 310 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = getYear;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(3);
-
-
-/**
- * @name getYear
- * @category Year Helpers
- * @summary Get the year of the given date.
- *
- * @description
- * Get the year of the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the given date
- * @returns {Number} the year
- * @throws {TypeError} 1 argument required
- *
- * @example
- * // Which year is 2 July 2014?
- * var result = getYear(new Date(2014, 6, 2))
- * //=> 2014
- */
-function getYear(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_0__toDate_index_js__["a" /* default */])(dirtyDate)
- var year = date.getFullYear()
- return year
-}
-
-
-/***/ }),
-/* 311 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = isEqual;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__toDate_index_js__ = __webpack_require__(3);
-
-
-/**
- * @name isEqual
- * @category Common Helpers
- * @summary Are the given dates equal?
- *
- * @description
- * Are the given dates equal?
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} dateLeft - the first date to compare
- * @param {Date|Number} dateRight - the second date to compare
- * @returns {Boolean} the dates are equal
- * @throws {TypeError} 2 arguments required
- *
- * @example
- * // Are 2 July 2014 06:30:45.000 and 2 July 2014 06:30:45.500 equal?
- * var result = isEqual(
- * new Date(2014, 6, 2, 6, 30, 45, 0),
- * new Date(2014, 6, 2, 6, 30, 45, 500)
- * )
- * //=> false
- */
-function isEqual(dirtyLeftDate, dirtyRightDate) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var dateLeft = Object(__WEBPACK_IMPORTED_MODULE_0__toDate_index_js__["a" /* default */])(dirtyLeftDate)
- var dateRight = Object(__WEBPACK_IMPORTED_MODULE_0__toDate_index_js__["a" /* default */])(dirtyRightDate)
- return dateLeft.getTime() === dateRight.getTime()
-}
-
-
-/***/ }),
-/* 312 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-
-// EXTERNAL MODULE: ./node_modules/date-fns/esm/toDate/index.js
-var toDate = __webpack_require__(3);
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/startOfDay/index.js
-
-
-/**
- * @name startOfDay
- * @category Day Helpers
- * @summary Return the start of a day for the given date.
- *
- * @description
- * Return the start of a day for the given date.
- * The result will be in the local timezone.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the original date
- * @returns {Date} the start of a day
- * @throws {TypeError} 1 argument required
- *
- * @example
- * // The start of a day for 2 September 2014 11:55:00:
- * var result = startOfDay(new Date(2014, 8, 2, 11, 55, 0))
- * //=> Tue Sep 02 2014 00:00:00
- */
-function startOfDay(dirtyDate) {
- if (arguments.length < 1) {
- throw new TypeError(
- '1 argument required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(toDate["a" /* default */])(dirtyDate)
- date.setHours(0, 0, 0, 0)
- return date
-}
-
-// CONCATENATED MODULE: ./node_modules/date-fns/esm/isSameDay/index.js
-/* harmony export (immutable) */ __webpack_exports__["default"] = isSameDay;
-
-
-/**
- * @name isSameDay
- * @category Day Helpers
- * @summary Are the given dates in the same day?
- *
- * @description
- * Are the given dates in the same day?
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} dateLeft - the first date to check
- * @param {Date|Number} dateRight - the second date to check
- * @returns {Boolean} the dates are in the same day
- * @throws {TypeError} 2 arguments required
- *
- * @example
- * // Are 4 September 06:00:00 and 4 September 18:00:00 in the same day?
- * var result = isSameDay(new Date(2014, 8, 4, 6, 0), new Date(2014, 8, 4, 18, 0))
- * //=> true
- */
-function isSameDay(dirtyDateLeft, dirtyDateRight) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var dateLeftStartOfDay = startOfDay(dirtyDateLeft)
- var dateRightStartOfDay = startOfDay(dirtyDateRight)
-
- return dateLeftStartOfDay.getTime() === dateRightStartOfDay.getTime()
-}
-
-
-/***/ }),
-/* 313 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = setDate;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__ = __webpack_require__(5);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__toDate_index_js__ = __webpack_require__(3);
-
-
-
-/**
- * @name setDate
- * @category Day Helpers
- * @summary Set the day of the month to the given date.
- *
- * @description
- * Set the day of the month to the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the date to be changed
- * @param {Number} dayOfMonth - the day of the month of the new date
- * @returns {Date} the new date with the day of the month set
- * @throws {TypeError} 2 arguments required
- *
- * @example
- * // Set the 30th day of the month to 1 September 2014:
- * var result = setDate(new Date(2014, 8, 1), 30)
- * //=> Tue Sep 30 2014 00:00:00
- */
-function setDate(dirtyDate, dirtyDayOfMonth) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_1__toDate_index_js__["a" /* default */])(dirtyDate)
- var dayOfMonth = Object(__WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__["a" /* default */])(dirtyDayOfMonth)
- date.setDate(dayOfMonth)
- return date
-}
-
-
-/***/ }),
-/* 314 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = setMonth;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__ = __webpack_require__(5);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__toDate_index_js__ = __webpack_require__(3);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__getDaysInMonth_index_js__ = __webpack_require__(27);
-
-
-
-
-/**
- * @name setMonth
- * @category Month Helpers
- * @summary Set the month to the given date.
- *
- * @description
- * Set the month to the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the date to be changed
- * @param {Number} month - the month of the new date
- * @returns {Date} the new date with the month set
- * @throws {TypeError} 2 arguments required
- *
- * @example
- * // Set February to 1 September 2014:
- * var result = setMonth(new Date(2014, 8, 1), 1)
- * //=> Sat Feb 01 2014 00:00:00
- */
-function setMonth(dirtyDate, dirtyMonth) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_1__toDate_index_js__["a" /* default */])(dirtyDate)
- var month = Object(__WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__["a" /* default */])(dirtyMonth)
- var year = date.getFullYear()
- var day = date.getDate()
-
- var dateWithDesiredMonth = new Date(0)
- dateWithDesiredMonth.setFullYear(year, month, 15)
- dateWithDesiredMonth.setHours(0, 0, 0, 0)
- var daysInMonth = Object(__WEBPACK_IMPORTED_MODULE_2__getDaysInMonth_index_js__["default"])(dateWithDesiredMonth)
- // Set the last day of the new month
- // if the original date was the last day of the longer month
- date.setMonth(month, Math.min(day, daysInMonth))
- return date
-}
-
-
-/***/ }),
-/* 315 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony export (immutable) */ __webpack_exports__["default"] = setYear;
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__ = __webpack_require__(5);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__toDate_index_js__ = __webpack_require__(3);
-
-
-
-/**
- * @name setYear
- * @category Year Helpers
- * @summary Set the year to the given date.
- *
- * @description
- * Set the year to the given date.
- *
- * ### v2.0.0 breaking changes:
- *
- * - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
- *
- * @param {Date|Number} date - the date to be changed
- * @param {Number} year - the year of the new date
- * @returns {Date} the new date with the year set
- * @throws {TypeError} 2 arguments required
- *
- * @example
- * // Set year 2013 to 1 September 2014:
- * var result = setYear(new Date(2014, 8, 1), 2013)
- * //=> Sun Sep 01 2013 00:00:00
- */
-function setYear(dirtyDate, dirtyYear) {
- if (arguments.length < 2) {
- throw new TypeError(
- '2 arguments required, but only ' + arguments.length + ' present'
- )
- }
-
- var date = Object(__WEBPACK_IMPORTED_MODULE_1__toDate_index_js__["a" /* default */])(dirtyDate)
- var year = Object(__WEBPACK_IMPORTED_MODULE_0__lib_toInteger_index_js__["a" /* default */])(dirtyYear)
-
- // Check if date is Invalid Date because Date.prototype.setFullYear ignores the value of Invalid Date
- if (isNaN(date)) {
- return new Date(NaN)
- }
-
- date.setFullYear(year)
- return date
-}
-
-
-/***/ }),
-/* 316 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 317 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* WEBPACK VAR INJECTION */(function(global) {/**!
- * @fileOverview Kickass library to create and place poppers near their reference elements.
- * @version 1.15.0
- * @license
- * Copyright (c) 2016 Federico Zivolo and contributors
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in all
- * copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
- */
-var isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined';
-
-var longerTimeoutBrowsers = ['Edge', 'Trident', 'Firefox'];
-var timeoutDuration = 0;
-for (var i = 0; i < longerTimeoutBrowsers.length; i += 1) {
- if (isBrowser && navigator.userAgent.indexOf(longerTimeoutBrowsers[i]) >= 0) {
- timeoutDuration = 1;
- break;
- }
-}
-
-function microtaskDebounce(fn) {
- var called = false;
- return function () {
- if (called) {
- return;
- }
- called = true;
- window.Promise.resolve().then(function () {
- called = false;
- fn();
- });
- };
-}
-
-function taskDebounce(fn) {
- var scheduled = false;
- return function () {
- if (!scheduled) {
- scheduled = true;
- setTimeout(function () {
- scheduled = false;
- fn();
- }, timeoutDuration);
- }
- };
-}
-
-var supportsMicroTasks = isBrowser && window.Promise;
-
-/**
-* Create a debounced version of a method, that's asynchronously deferred
-* but called in the minimum time possible.
-*
-* @method
-* @memberof Popper.Utils
-* @argument {Function} fn
-* @returns {Function}
+var Oi=Object.freeze({}),Ci=Object.prototype.toString,Ri=(h("slot,component",!0),h("key,ref,slot,slot-scope,is")),Mi=Object.prototype.hasOwnProperty,Ni=/-(\w)/g,Ii=b(function(e){return e.replace(Ni,function(e,t){return t?t.toUpperCase():""})}),ki=b(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),Di=/\B([A-Z])/g,Pi=b(function(e){return e.replace(Di,"-$1").toLowerCase()}),Bi=Function.prototype.bind?x:y,Wi=function(e,t,n){return!1},ji=function(e){return e},Li="data-server-rendered",Ui=["component","directive","filter"],Fi=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],$i={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:Wi,isReservedAttr:Wi,isUnknownElement:Wi,getTagNamespace:A,parsePlatformTagName:ji,mustUseProp:Wi,async:!0,_lifecycleHooks:Fi},Hi=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/,Gi=new RegExp("[^"+Hi.source+".$_\\d]"),zi="__proto__"in{},Vi="undefined"!=typeof window,qi="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,Yi=qi&&WXEnvironment.platform.toLowerCase(),Ki=Vi&&window.navigator.userAgent.toLowerCase(),Xi=Ki&&/msie|trident/.test(Ki),Ji=Ki&&Ki.indexOf("msie 9.0")>0,Zi=Ki&&Ki.indexOf("edge/")>0,Qi=(Ki&&Ki.indexOf("android"),Ki&&/iphone|ipad|ipod|ios/.test(Ki)||"ios"===Yi),er=(Ki&&/chrome\/\d+/.test(Ki),Ki&&/phantomjs/.test(Ki),Ki&&Ki.match(/firefox\/(\d+)/)),tr={}.watch,nr=!1;if(Vi)try{var ir={};Object.defineProperty(ir,"passive",{get:function(){nr=!0}}),window.addEventListener("test-passive",null,ir)}catch(e){}var rr,or,ar=function(){return void 0===rr&&(rr=!Vi&&!qi&&void 0!==e&&(e.process&&"server"===e.process.env.VUE_ENV)),rr},sr=Vi&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,dr="undefined"!=typeof Symbol&&N(Symbol)&&"undefined"!=typeof Reflect&&N(Reflect.ownKeys);or="undefined"!=typeof Set&&N(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var lr=A,cr=0,mr=function(){this.id=cr++,this.subs=[]};mr.prototype.addSub=function(e){this.subs.push(e)},mr.prototype.removeSub=function(e){g(this.subs,e)},mr.prototype.depend=function(){mr.target&&mr.target.addDep(this)},mr.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},mr.target=null;var ur=[],pr=function(e,t,n,i,r,o,a,s){this.tag=e,this.data=t,this.children=n,this.text=i,this.elm=r,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},fr={child:{configurable:!0}};fr.child.get=function(){return this.componentInstance},Object.defineProperties(pr.prototype,fr);var hr=function(e){void 0===e&&(e="");var t=new pr;return t.text=e,t.isComment=!0,t},gr=Array.prototype,vr=Object.create(gr);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=gr[e];R(vr,e,function(){for(var n=[],i=arguments.length;i--;)n[i]=arguments[i];var r,o=t.apply(this,n),a=this.__ob__;switch(e){case"push":case"unshift":r=n;break;case"splice":r=n.slice(2)}return r&&a.observeArray(r),a.dep.notify(),o})});var br=Object.getOwnPropertyNames(vr),yr=!0,xr=function(e){this.value=e,this.dep=new mr,this.vmCount=0,R(e,"__ob__",this),Array.isArray(e)?(zi?W(e,vr):j(e,vr,br),this.observeArray(e)):this.walk(e)};xr.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)U(e,t[n])},xr.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)L(e[t])};var _r=$i.optionMergeStrategies;_r.data=function(e,t,n){return n?z(e,t,n):t&&"function"!=typeof t?e:z(e,t)},Fi.forEach(function(e){_r[e]=V}),Ui.forEach(function(e){_r[e+"s"]=Y}),_r.watch=function(e,t,n,i){if(e===tr&&(e=void 0),t===tr&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var r={};E(r,e);for(var o in t){var a=r[o],s=t[o];a&&!Array.isArray(a)&&(a=[a]),r[o]=a?a.concat(s):Array.isArray(s)?s:[s]}return r},_r.props=_r.methods=_r.inject=_r.computed=function(e,t,n,i){if(!e)return t;var r=Object.create(null);return E(r,e),t&&E(r,t),r},_r.provide=z;var Er,wr=function(e,t){return void 0===t?e:t},Ar=!1,Tr=[],Sr=!1;if("undefined"!=typeof Promise&&N(Promise)){var Or=Promise.resolve();Er=function(){Or.then(le),Qi&&setTimeout(A)},Ar=!0}else if(Xi||"undefined"==typeof MutationObserver||!N(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Er=void 0!==n&&N(n)?function(){n(le)}:function(){setTimeout(le,0)};else{var Cr=1,Rr=new MutationObserver(le),Mr=document.createTextNode(String(Cr));Rr.observe(Mr,{characterData:!0}),Er=function(){Cr=(Cr+1)%2,Mr.data=String(Cr)},Ar=!0}var Nr=new or,Ir=b(function(e){var t="&"===e.charAt(0);e=t?e.slice(1):e;var n="~"===e.charAt(0);e=n?e.slice(1):e;var i="!"===e.charAt(0);return e=i?e.slice(1):e,{name:e,once:n,capture:i,passive:t}});Ge(ze.prototype);var kr,Dr={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;Dr.prepatch(n,n)}else{(e.componentInstance=Xe(e,Lr)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions;bt(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,Et(n,"mounted")),e.data.keepAlive&&(t._isMounted?St(n):xt(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?_t(t,!0):t.$destroy())}},Pr=Object.keys(Dr),Br=1,Wr=2,jr=null,Lr=null,Ur=[],Fr=[],$r={},Hr=!1,Gr=!1,zr=0,Vr=0,qr=Date.now;if(Vi&&!Xi){var Yr=window.performance;Yr&&"function"==typeof Yr.now&&qr()>document.createEvent("Event").timeStamp&&(qr=function(){return Yr.now()})}var Kr=0,Xr=function(e,t,n,i,r){this.vm=e,r&&(e._watcher=this),e._watchers.push(this),i?(this.deep=!!i.deep,this.user=!!i.user,this.lazy=!!i.lazy,this.sync=!!i.sync,this.before=i.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++Kr,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new or,this.newDepIds=new or,this.expression="","function"==typeof t?this.getter=t:(this.getter=M(t),this.getter||(this.getter=A)),this.value=this.lazy?void 0:this.get()};Xr.prototype.get=function(){I(this);var e,t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;oe(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&me(e),k(),this.cleanupDeps()}return e},Xr.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Xr.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},Xr.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():Ct(this)},Xr.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||d(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){oe(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},Xr.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Xr.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},Xr.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||g(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var Jr={enumerable:!0,configurable:!0,get:A,set:A},Zr={lazy:!0},Qr=0;!function(e){e.prototype._init=function(e){var t=this;t._uid=Qr++,t._isVue=!0,e&&e._isComponent?Ft(t,e):t.$options=Z($t(t.constructor),e||{},t),t._renderProxy=t,t._self=t,gt(t),ct(t),rt(t),Et(t,"beforeCreate"),we(t),Mt(t),Ee(t),Et(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(Gt),function(e){var t={};t.get=function(){return this._data};var n={};n.get=function(){return this._props},Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=F,e.prototype.$delete=$,e.prototype.$watch=function(e,t,n){var i=this;if(l(t))return Ut(i,e,t,n);n=n||{},n.user=!0;var r=new Xr(i,e,t,n);if(n.immediate)try{t.call(i,r.value)}catch(e){oe(e,i,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(Gt),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var i=this;if(Array.isArray(e))for(var r=0,o=e.length;r<o;r++)i.$on(e[r],n);else(i._events[e]||(i._events[e]=[])).push(n),t.test(e)&&(i._hasHookEvent=!0);return i},e.prototype.$once=function(e,t){function n(){i.$off(e,n),t.apply(i,arguments)}var i=this;return n.fn=t,i.$on(e,n),i},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var i=0,r=e.length;i<r;i++)n.$off(e[i],t);return n}var o=n._events[e];if(!o)return n;if(!t)return n._events[e]=null,n;for(var a,s=o.length;s--;)if((a=o[s])===t||a.fn===t){o.splice(s,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?_(n):n;for(var i=_(arguments,1),r='event handler for "'+e+'"',o=0,a=n.length;o<a;o++)ae(n[o],t,i,t,r)}return t}}(Gt),function(e){e.prototype._update=function(e,t){var n=this,i=n.$el,r=n._vnode,o=ht(n);n._vnode=e,n.$el=r?n.__patch__(r,e):n.__patch__(n.$el,e,t,!1),o(),i&&(i.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){var e=this;e._watcher&&e._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){Et(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||g(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),Et(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(Gt),function(e){Ge(e.prototype),e.prototype.$nextTick=function(e){return ce(e,this)},e.prototype._render=function(){var e=this,t=e.$options,n=t.render,i=t._parentVnode;i&&(e.$scopedSlots=Oe(i.data.scopedSlots,e.$slots,e.$scopedSlots)),e.$vnode=i;var r;try{jr=e,r=n.call(e._renderProxy,e.$createElement)}catch(t){oe(t,e,"render"),r=e._vnode}finally{jr=null}return Array.isArray(r)&&1===r.length&&(r=r[0]),r instanceof pr||(r=hr()),r.parent=i,r}}(Gt);var eo=[String,RegExp,Array],to={name:"keep-alive",abstract:!0,props:{include:eo,exclude:eo,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)en(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",function(t){Qt(e,function(e){return Zt(t,e)})}),this.$watch("exclude",function(t){Qt(e,function(e){return!Zt(t,e)})})},render:function(){var e=this.$slots.default,t=lt(e),n=t&&t.componentOptions;if(n){var i=Jt(n),r=this,o=r.include,a=r.exclude;if(o&&(!i||!Zt(o,i))||a&&i&&Zt(a,i))return t;var s=this,d=s.cache,l=s.keys,c=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;d[c]?(t.componentInstance=d[c].componentInstance,g(l,c),l.push(c)):(d[c]=t,l.push(c),this.max&&l.length>parseInt(this.max)&&en(d,l[0],l,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},no={KeepAlive:to};!function(e){var t={};t.get=function(){return $i},Object.defineProperty(e,"config",t),e.util={warn:lr,extend:E,mergeOptions:Z,defineReactive:U},e.set=F,e.delete=$,e.nextTick=ce,e.observable=function(e){return L(e),e},e.options=Object.create(null),Ui.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,E(e.options.components,no),zt(e),Vt(e),qt(e),Xt(e)}(Gt),Object.defineProperty(Gt.prototype,"$isServer",{get:ar}),Object.defineProperty(Gt.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Gt,"FunctionalRenderContext",{value:ze}),Gt.version="2.6.10";var io,ro,oo,ao=h("style,class"),so=h("input,textarea,option,select,progress"),lo=function(e,t,n){return"value"===n&&so(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},co=h("contenteditable,draggable,spellcheck"),mo=h("events,caret,typing,plaintext-only"),uo=function(e,t){return vo(t)||"false"===t?"false":"contenteditable"===e&&mo(t)?t:"true"},po=h("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),fo="http://www.w3.org/1999/xlink",ho=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},go=function(e){return ho(e)?e.slice(6,e.length):""},vo=function(e){return null==e||!1===e},bo={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},yo=h("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),xo=h("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),_o=function(e){return yo(e)||xo(e)},Eo=Object.create(null),wo=h("text,number,password,search,email,tel,url"),Ao=Object.freeze({createElement:un,createElementNS:pn,createTextNode:fn,createComment:hn,insertBefore:gn,removeChild:vn,appendChild:bn,parentNode:yn,nextSibling:xn,tagName:_n,setTextContent:En,setStyleScope:wn}),To={create:function(e,t){An(t)},update:function(e,t){e.data.ref!==t.data.ref&&(An(e,!0),An(t))},destroy:function(e){An(e,!0)}},So=new pr("",{},[]),Oo=["create","activate","update","remove","destroy"],Co={create:Cn,update:Cn,destroy:function(e){Cn(e,So)}},Ro=Object.create(null),Mo=[To,Co],No={create:kn,update:kn},Io={create:Bn,update:Bn},ko="__r",Do="__c",Po=Ar&&!(er&&Number(er[1])<=53),Bo={create:Fn,update:Fn},Wo={create:$n,update:$n},jo=b(function(e){var t={},n=/;(?![^(]*\))/g,i=/:(.+)/;return e.split(n).forEach(function(e){if(e){var n=e.split(i);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}),Lo=/^--/,Uo=/\s*!important$/,Fo=function(e,t,n){if(Lo.test(t))e.style.setProperty(t,n);else if(Uo.test(n))e.style.setProperty(Pi(t),n.replace(Uo,""),"important");else{var i=Ho(t);if(Array.isArray(n))for(var r=0,o=n.length;r<o;r++)e.style[i]=n[r];else e.style[i]=n}},$o=["Webkit","Moz","ms"],Ho=b(function(e){if(oo=oo||document.createElement("div").style,"filter"!==(e=Ii(e))&&e in oo)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<$o.length;n++){var i=$o[n]+t;if(i in oo)return i}}),Go={create:Kn,update:Kn},zo=/\s+/,Vo=b(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),qo=Vi&&!Ji,Yo="transition",Ko="animation",Xo="transition",Jo="transitionend",Zo="animation",Qo="animationend";qo&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Xo="WebkitTransition",Jo="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Zo="WebkitAnimation",Qo="webkitAnimationEnd"));var ea=Vi?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()},ta=/\b(transform|all)(,|$)/,na=Vi?{create:ci,activate:ci,remove:function(e,t){!0!==e.data.show?si(e,t):t()}}:{},ia=[No,Io,Bo,Wo,Go,na],ra=ia.concat(Mo),oa=function(e){function t(e){return new pr(N.tagName(e).toLowerCase(),{},[],void 0,e)}function n(e,t){function n(){0==--n.listeners&&a(e)}return n.listeners=t,n}function a(e){var t=N.parentNode(e);r(t)&&N.removeChild(t,e)}function d(e,t,n,i,a,s,d){if(r(e.elm)&&r(s)&&(e=s[d]=P(e)),e.isRootInsert=!a,!l(e,t,n,i)){var c=e.data,m=e.children,f=e.tag;r(f)?(e.elm=e.ns?N.createElementNS(e.ns,f):N.createElement(f,e),v(e),p(e,m,t),r(c)&&g(e,t),u(n,e.elm,i)):o(e.isComment)?(e.elm=N.createComment(e.text),u(n,e.elm,i)):(e.elm=N.createTextNode(e.text),u(n,e.elm,i))}}function l(e,t,n,i){var a=e.data;if(r(a)){var s=r(e.componentInstance)&&a.keepAlive;if(r(a=a.hook)&&r(a=a.init)&&a(e,!1),r(e.componentInstance))return c(e,t),u(n,e.elm,i),o(s)&&m(e,t,n,i),!0}}function c(e,t){r(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,f(e)?(g(e,t),v(e)):(An(e),t.push(e))}function m(e,t,n,i){for(var o,a=e;a.componentInstance;)if(a=a.componentInstance._vnode,r(o=a.data)&&r(o=o.transition)){for(o=0;o<R.activate.length;++o)R.activate[o](So,a);t.push(a);break}u(n,e.elm,i)}function u(e,t,n){r(e)&&(r(n)?N.parentNode(n)===e&&N.insertBefore(e,t,n):N.appendChild(e,t))}function p(e,t,n){if(Array.isArray(t))for(var i=0;i<t.length;++i)d(t[i],n,e.elm,null,!0,t,i);else s(e.text)&&N.appendChild(e.elm,N.createTextNode(String(e.text)))}function f(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return r(e.tag)}function g(e,t){for(var n=0;n<R.create.length;++n)R.create[n](So,e);O=e.data.hook,r(O)&&(r(O.create)&&O.create(So,e),r(O.insert)&&t.push(e))}function v(e){var t;if(r(t=e.fnScopeId))N.setStyleScope(e.elm,t);else for(var n=e;n;)r(t=n.context)&&r(t=t.$options._scopeId)&&N.setStyleScope(e.elm,t),n=n.parent;r(t=Lr)&&t!==e.context&&t!==e.fnContext&&r(t=t.$options._scopeId)&&N.setStyleScope(e.elm,t)}function b(e,t,n,i,r,o){for(;i<=r;++i)d(n[i],o,e,t,!1,n,i)}function y(e){var t,n,i=e.data;if(r(i))for(r(t=i.hook)&&r(t=t.destroy)&&t(e),t=0;t<R.destroy.length;++t)R.destroy[t](e);if(r(t=e.children))for(n=0;n<e.children.length;++n)y(e.children[n])}function x(e,t,n,i){for(;n<=i;++n){var o=t[n];r(o)&&(r(o.tag)?(_(o),y(o)):a(o.elm))}}function _(e,t){if(r(t)||r(e.data)){var i,o=R.remove.length+1;for(r(t)?t.listeners+=o:t=n(e.elm,o),r(i=e.componentInstance)&&r(i=i._vnode)&&r(i.data)&&_(i,t),i=0;i<R.remove.length;++i)R.remove[i](e,t);r(i=e.data.hook)&&r(i=i.remove)?i(e,t):t()}else a(e.elm)}function E(e,t,n,o,a){for(var s,l,c,m,u=0,p=0,f=t.length-1,h=t[0],g=t[f],v=n.length-1,y=n[0],_=n[v],E=!a;u<=f&&p<=v;)i(h)?h=t[++u]:i(g)?g=t[--f]:Tn(h,y)?(A(h,y,o,n,p),h=t[++u],y=n[++p]):Tn(g,_)?(A(g,_,o,n,v),g=t[--f],_=n[--v]):Tn(h,_)?(A(h,_,o,n,v),E&&N.insertBefore(e,h.elm,N.nextSibling(g.elm)),h=t[++u],_=n[--v]):Tn(g,y)?(A(g,y,o,n,p),E&&N.insertBefore(e,g.elm,h.elm),g=t[--f],y=n[++p]):(i(s)&&(s=On(t,u,f)),l=r(y.key)?s[y.key]:w(y,t,u,f),i(l)?d(y,o,e,h.elm,!1,n,p):(c=t[l],Tn(c,y)?(A(c,y,o,n,p),t[l]=void 0,E&&N.insertBefore(e,c.elm,h.elm)):d(y,o,e,h.elm,!1,n,p)),y=n[++p]);u>f?(m=i(n[v+1])?null:n[v+1].elm,b(e,m,n,p,v,o)):p>v&&x(e,t,u,f)}function w(e,t,n,i){for(var o=n;o<i;o++){var a=t[o];if(r(a)&&Tn(e,a))return o}}function A(e,t,n,a,s,d){if(e!==t){r(t.elm)&&r(a)&&(t=a[s]=P(t));var l=t.elm=e.elm;if(o(e.isAsyncPlaceholder))return void(r(t.asyncFactory.resolved)?S(e.elm,t,n):t.isAsyncPlaceholder=!0);if(o(t.isStatic)&&o(e.isStatic)&&t.key===e.key&&(o(t.isCloned)||o(t.isOnce)))return void(t.componentInstance=e.componentInstance);var c,m=t.data;r(m)&&r(c=m.hook)&&r(c=c.prepatch)&&c(e,t);var u=e.children,p=t.children;if(r(m)&&f(t)){for(c=0;c<R.update.length;++c)R.update[c](e,t);r(c=m.hook)&&r(c=c.update)&&c(e,t)}i(t.text)?r(u)&&r(p)?u!==p&&E(l,u,p,n,d):r(p)?(r(e.text)&&N.setTextContent(l,""),b(l,null,p,0,p.length-1,n)):r(u)?x(l,u,0,u.length-1):r(e.text)&&N.setTextContent(l,""):e.text!==t.text&&N.setTextContent(l,t.text),r(m)&&r(c=m.hook)&&r(c=c.postpatch)&&c(e,t)}}function T(e,t,n){if(o(n)&&r(e.parent))e.parent.data.pendingInsert=t;else for(var i=0;i<t.length;++i)t[i].data.hook.insert(t[i])}function S(e,t,n,i){var a,s=t.tag,d=t.data,l=t.children;if(i=i||d&&d.pre,t.elm=e,o(t.isComment)&&r(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(r(d)&&(r(a=d.hook)&&r(a=a.init)&&a(t,!0),r(a=t.componentInstance)))return c(t,n),!0;if(r(s)){if(r(l))if(e.hasChildNodes())if(r(a=d)&&r(a=a.domProps)&&r(a=a.innerHTML)){if(a!==e.innerHTML)return!1}else{for(var m=!0,u=e.firstChild,f=0;f<l.length;f++){if(!u||!S(u,l[f],n,i)){m=!1;break}u=u.nextSibling}if(!m||u)return!1}else p(t,l,n);if(r(d)){var h=!1;for(var v in d)if(!I(v)){h=!0,g(t,n);break}!h&&d.class&&me(d.class)}}else e.data!==t.text&&(e.data=t.text);return!0}var O,C,R={},M=e.modules,N=e.nodeOps;for(O=0;O<Oo.length;++O)for(R[Oo[O]]=[],C=0;C<M.length;++C)r(M[C][Oo[O]])&&R[Oo[O]].push(M[C][Oo[O]]);var I=h("attrs,class,staticClass,staticStyle,key");return function(e,n,a,s){if(i(n))return void(r(e)&&y(e));var l=!1,c=[];if(i(e))l=!0,d(n,c);else{var m=r(e.nodeType);if(!m&&Tn(e,n))A(e,n,c,null,null,s);else{if(m){if(1===e.nodeType&&e.hasAttribute(Li)&&(e.removeAttribute(Li),a=!0),o(a)&&S(e,n,c))return T(n,c,!0),e;e=t(e)}var u=e.elm,p=N.parentNode(u);if(d(n,c,u._leaveCb?null:p,N.nextSibling(u)),r(n.parent))for(var h=n.parent,g=f(n);h;){for(var v=0;v<R.destroy.length;++v)R.destroy[v](h);if(h.elm=n.elm,g){for(var b=0;b<R.create.length;++b)R.create[b](So,h);var _=h.data.hook.insert;if(_.merged)for(var E=1;E<_.fns.length;E++)_.fns[E]()}else An(h);h=h.parent}r(p)?x(p,[e],0,0):r(e.tag)&&y(e)}}return T(n,c,l),n.elm}}({nodeOps:Ao,modules:ra});Ji&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&vi(e,"input")});var aa={inserted:function(e,t,n,i){"select"===n.tag?(i.elm&&!i.elm._vOptions?he(n,"postpatch",function(){aa.componentUpdated(e,t,n)}):mi(e,t,n.context),e._vOptions=[].map.call(e.options,fi)):("textarea"===n.tag||wo(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",hi),e.addEventListener("compositionend",gi),e.addEventListener("change",gi),Ji&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){mi(e,t,n.context);var i=e._vOptions,r=e._vOptions=[].map.call(e.options,fi);if(r.some(function(e,t){return!T(e,i[t])})){(e.multiple?t.value.some(function(e){return pi(e,r)}):t.value!==t.oldValue&&pi(t.value,r))&&vi(e,"change")}}}},sa={bind:function(e,t,n){var i=t.value;n=bi(n);var r=n.data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;i&&r?(n.data.show=!0,ai(n,function(){e.style.display=o})):e.style.display=i?o:"none"},update:function(e,t,n){var i=t.value;!i!=!t.oldValue&&(n=bi(n),n.data&&n.data.transition?(n.data.show=!0,i?ai(n,function(){e.style.display=e.__vOriginalDisplay}):si(n,function(){e.style.display="none"})):e.style.display=i?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,i,r){r||(e.style.display=e.__vOriginalDisplay)}},da={model:aa,show:sa},la={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]},ca=function(e){return e.tag||dt(e)},ma=function(e){return"show"===e.name},ua={name:"transition",props:la,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(ca),n.length)){var i=this.mode,r=n[0];if(Ei(this.$vnode))return r;var o=yi(r);if(!o)return r;if(this._leaving)return _i(e,r);var a="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?a+"comment":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var d=(o.data||(o.data={})).transition=xi(this),l=this._vnode,c=yi(l);if(o.data.directives&&o.data.directives.some(ma)&&(o.data.show=!0),c&&c.data&&!wi(o,c)&&!dt(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var m=c.data.transition=E({},d);if("out-in"===i)return this._leaving=!0,he(m,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),_i(e,r);if("in-out"===i){if(dt(o))return l;var u,p=function(){u()};he(d,"afterEnter",p),he(d,"enterCancelled",p),he(m,"delayLeave",function(e){u=e})}}return r}}},pa=E({tag:String,moveClass:String},la);delete pa.mode;var fa={props:pa,beforeMount:function(){var e=this,t=this._update;this._update=function(n,i){var r=ht(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,r(),t.call(e,n,i)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),i=this.prevChildren=this.children,r=this.$slots.default||[],o=this.children=[],a=xi(this),s=0;s<r.length;s++){var d=r[s];if(d.tag)if(null!=d.key&&0!==String(d.key).indexOf("__vlist"))o.push(d),n[d.key]=d,(d.data||(d.data={})).transition=a;else;}if(i){for(var l=[],c=[],m=0;m<i.length;m++){var u=i[m];u.data.transition=a,u.data.pos=u.elm.getBoundingClientRect(),n[u.key]?l.push(u):c.push(u)}this.kept=e(t,null,l),this.removed=c}return e(t,null,o)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(Ai),e.forEach(Ti),e.forEach(Si),this._reflow=document.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n=e.elm,i=n.style;ei(n,t),i.transform=i.WebkitTransform=i.transitionDuration="",n.addEventListener(Jo,n._moveCb=function e(i){i&&i.target!==n||i&&!/transform$/.test(i.propertyName)||(n.removeEventListener(Jo,e),n._moveCb=null,ti(n,t))})}}))},methods:{hasMove:function(e,t){if(!qo)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){Jn(n,e)}),Xn(n,t),n.style.display="none",this.$el.appendChild(n);var i=ii(n);return this.$el.removeChild(n),this._hasMove=i.hasTransform}}},ha={Transition:ua,TransitionGroup:fa};Gt.config.mustUseProp=lo,Gt.config.isReservedTag=_o,Gt.config.isReservedAttr=ao,Gt.config.getTagNamespace=ln,Gt.config.isUnknownElement=cn,E(Gt.options.directives,da),E(Gt.options.components,ha),Gt.prototype.__patch__=Vi?oa:A,Gt.prototype.$mount=function(e,t){return e=e&&Vi?mn(e):void 0,vt(this,e,t)},Vi&&setTimeout(function(){$i.devtools&&sr&&sr.emit("init",Gt)},0),t.default=Gt}.call(t,n(14),n(101).setImmediate)},function(e,t,n){"use strict";function i(e,t,n,i,o,s){if(r.call(this,e,t,i,void 0,void 0,o,s),!a.isString(n))throw TypeError("keyType must be a string");this.keyType=n,this.resolvedKeyType=null,this.map=!0}e.exports=i;var r=n(7);((i.prototype=Object.create(r.prototype)).constructor=i).className="MapField";var o=n(9),a=n(0);i.fromJSON=function(e,t){return new i(e,t.id,t.keyType,t.type,t.options,t.comment)},i.prototype.toJSON=function(e){var t=!!e&&Boolean(e.keepComments);return a.toObject(["keyType",this.keyType,"type",this.type,"id",this.id,"extend",this.extend,"options",this.options,"comment",t?this.comment:void 0])},i.prototype.resolve=function(){if(this.resolved)return this;if(void 0===o.mapKey[this.keyType])throw Error("invalid key type: "+this.keyType);return r.prototype.resolve.call(this)},i.d=function(e,t,n){return"function"==typeof n?n=a.decorateType(n).name:n&&"object"==typeof n&&(n=a.decorateEnum(n).name),function(r,o){a.decorateType(r.constructor).add(new i(o,e,t,n))}}},function(e,t,n){"use strict";function i(e){if(e)for(var t=Object.keys(e),n=0;n<t.length;++n)this[t[n]]=e[t[n]]}e.exports=i;var r=n(4);i.create=function(e){return this.$type.create(e)},i.encode=function(e,t){return this.$type.encode(e,t)},i.encodeDelimited=function(e,t){return this.$type.encodeDelimited(e,t)},i.decode=function(e){return this.$type.decode(e)},i.decodeDelimited=function(e){return this.$type.decodeDelimited(e)},i.verify=function(e){return this.$type.verify(e)},i.fromObject=function(e){return this.$type.fromObject(e)},i.toObject=function(e,t){return this.$type.toObject(e,t)},i.prototype.toJSON=function(){return this.$type.toObject(this,r.toJSONOptions)}},function(e,t,n){"use strict";function i(e,t,n,i,a,s,d,l){if(o.isObject(a)?(d=a,a=s=void 0):o.isObject(s)&&(d=s,s=void 0),void 0!==t&&!o.isString(t))throw TypeError("type must be a string");if(!o.isString(n))throw TypeError("requestType must be a string");if(!o.isString(i))throw TypeError("responseType must be a string");r.call(this,e,d),this.type=t||"rpc",this.requestType=n,this.requestStream=!!a||void 0,this.responseType=i,this.responseStream=!!s||void 0,this.resolvedRequestType=null,this.resolvedResponseType=null,this.comment=l}e.exports=i;var r=n(8);((i.prototype=Object.create(r.prototype)).constructor=i).className="Method";var o=n(0);i.fromJSON=function(e,t){return new i(e,t.type,t.requestType,t.responseType,t.requestStream,t.responseStream,t.options,t.comment)},i.prototype.toJSON=function(e){var t=!!e&&Boolean(e.keepComments);return o.toObject(["type","rpc"!==this.type&&this.type||void 0,"requestType",this.requestType,"requestStream",this.requestStream,"responseType",this.responseType,"responseStream",this.responseStream,"options",this.options,"comment",t?this.comment:void 0])},i.prototype.resolve=function(){return this.resolved?this:(this.resolvedRequestType=this.parent.lookupType(this.requestType),this.resolvedResponseType=this.parent.lookupType(this.responseType),r.prototype.resolve.call(this))}},function(e,t,n){"use strict";function i(e,t){return RangeError("index out of range: "+e.pos+" + "+(t||1)+" > "+e.len)}function r(e){this.buf=e,this.pos=0,this.len=e.length}function o(){var e=new c(0,0),t=0;if(!(this.len-this.pos>4)){for(;t<3;++t){if(this.pos>=this.len)throw i(this);if(e.lo=(e.lo|(127&this.buf[this.pos])<<7*t)>>>0,this.buf[this.pos++]<128)return e}return e.lo=(e.lo|(127&this.buf[this.pos++])<<7*t)>>>0,e}for(;t<4;++t)if(e.lo=(e.lo|(127&this.buf[this.pos])<<7*t)>>>0,this.buf[this.pos++]<128)return e;if(e.lo=(e.lo|(127&this.buf[this.pos])<<28)>>>0,e.hi=(e.hi|(127&this.buf[this.pos])>>4)>>>0,this.buf[this.pos++]<128)return e;if(t=0,this.len-this.pos>4){for(;t<5;++t)if(e.hi=(e.hi|(127&this.buf[this.pos])<<7*t+3)>>>0,this.buf[this.pos++]<128)return e}else for(;t<5;++t){if(this.pos>=this.len)throw i(this);if(e.hi=(e.hi|(127&this.buf[this.pos])<<7*t+3)>>>0,this.buf[this.pos++]<128)return e}throw Error("invalid varint encoding")}function a(e,t){return(e[t-4]|e[t-3]<<8|e[t-2]<<16|e[t-1]<<24)>>>0}function s(){if(this.pos+8>this.len)throw i(this,8);return new c(a(this.buf,this.pos+=4),a(this.buf,this.pos+=4))}e.exports=r;var d,l=n(4),c=l.LongBits,m=l.utf8,u="undefined"!=typeof Uint8Array?function(e){if(e instanceof Uint8Array||Array.isArray(e))return new r(e);throw Error("illegal buffer")}:function(e){if(Array.isArray(e))return new r(e);throw Error("illegal buffer")};r.create=l.Buffer?function(e){return(r.create=function(e){return l.Buffer.isBuffer(e)?new d(e):u(e)})(e)}:u,r.prototype._slice=l.Array.prototype.subarray||l.Array.prototype.slice,r.prototype.uint32=function(){var e=4294967295;return function(){if(e=(127&this.buf[this.pos])>>>0,this.buf[this.pos++]<128)return e;if(e=(e|(127&this.buf[this.pos])<<7)>>>0,this.buf[this.pos++]<128)return e;if(e=(e|(127&this.buf[this.pos])<<14)>>>0,this.buf[this.pos++]<128)return e;if(e=(e|(127&this.buf[this.pos])<<21)>>>0,this.buf[this.pos++]<128)return e;if(e=(e|(15&this.buf[this.pos])<<28)>>>0,this.buf[this.pos++]<128)return e;if((this.pos+=5)>this.len)throw this.pos=this.len,i(this,10);return e}}(),r.prototype.int32=function(){return 0|this.uint32()},r.prototype.sint32=function(){var e=this.uint32();return e>>>1^-(1&e)|0},r.prototype.bool=function(){return 0!==this.uint32()},r.prototype.fixed32=function(){if(this.pos+4>this.len)throw i(this,4);return a(this.buf,this.pos+=4)},r.prototype.sfixed32=function(){if(this.pos+4>this.len)throw i(this,4);return 0|a(this.buf,this.pos+=4)},r.prototype.float=function(){if(this.pos+4>this.len)throw i(this,4);var e=l.float.readFloatLE(this.buf,this.pos);return this.pos+=4,e},r.prototype.double=function(){if(this.pos+8>this.len)throw i(this,4);var e=l.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,e},r.prototype.bytes=function(){var e=this.uint32(),t=this.pos,n=this.pos+e;if(n>this.len)throw i(this,e);return this.pos+=e,Array.isArray(this.buf)?this.buf.slice(t,n):t===n?new this.buf.constructor(0):this._slice.call(this.buf,t,n)},r.prototype.string=function(){var e=this.bytes();return m.read(e,0,e.length)},r.prototype.skip=function(e){if("number"==typeof e){if(this.pos+e>this.len)throw i(this,e);this.pos+=e}else do{if(this.pos>=this.len)throw i(this)}while(128&this.buf[this.pos++]);return this},r.prototype.skipType=function(e){switch(e){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;4!=(e=7&this.uint32());)this.skipType(e);break;case 5:this.skip(4);break;default:throw Error("invalid wire type "+e+" at offset "+this.pos)}return this},r._configure=function(e){d=e;var t=l.Long?"toLong":"toNumber";l.merge(r.prototype,{int64:function(){return o.call(this)[t](!1)},uint64:function(){return o.call(this)[t](!0)},sint64:function(){return o.call(this).zzDecode()[t](!1)},fixed64:function(){return s.call(this)[t](!0)},sfixed64:function(){return s.call(this)[t](!1)}})}},function(e,t,n){"use strict";function i(e){a.call(this,"",e),this.deferred=[],this.files=[]}function r(){}function o(e,t){var n=t.parent.lookup(t.extend);if(n){var i=new c(t.fullName,t.id,t.type,t.rule,void 0,t.options);return i.declaringField=t,t.extensionField=i,n.add(i),!0}return!1}e.exports=i;var a=n(11);((i.prototype=Object.create(a.prototype)).constructor=i).className="Root";var s,d,l,c=n(7),m=n(3),u=n(13),p=n(0);i.fromJSON=function(e,t){return t||(t=new i),e.options&&t.setOptions(e.options),t.addJSON(e.nested)},i.prototype.resolvePath=p.path.resolve,i.prototype.load=function e(t,n,i){function o(e,t){if(i){var n=i;if(i=null,m)throw e;n(e,t)}}function a(e,t){try{if(p.isString(t)&&"{"===t.charAt(0)&&(t=JSON.parse(t)),p.isString(t)){d.filename=e;var i,r=d(t,c,n),a=0;if(r.imports)for(;a<r.imports.length;++a)(i=c.resolvePath(e,r.imports[a]))&&s(i);if(r.weakImports)for(a=0;a<r.weakImports.length;++a)(i=c.resolvePath(e,r.weakImports[a]))&&s(i,!0)}else c.setOptions(t.options).addJSON(t.nested)}catch(e){o(e)}m||u||o(null,c)}function s(e,t){var n=e.lastIndexOf("google/protobuf/");if(n>-1){var r=e.substring(n);r in l&&(e=r)}if(!(c.files.indexOf(e)>-1)){if(c.files.push(e),e in l)return void(m?a(e,l[e]):(++u,setTimeout(function(){--u,a(e,l[e])})));if(m){var s;try{s=p.fs.readFileSync(e).toString("utf8")}catch(e){return void(t||o(e))}a(e,s)}else++u,p.fetch(e,function(n,r){if(--u,i)return n?void(t?u||o(null,c):o(n)):void a(e,r)})}}"function"==typeof n&&(i=n,n=void 0);var c=this;if(!i)return p.asPromise(e,c,t,n);var m=i===r,u=0;p.isString(t)&&(t=[t]);for(var f,h=0;h<t.length;++h)(f=c.resolvePath("",t[h]))&&s(f);if(m)return c;u||o(null,c)},i.prototype.loadSync=function(e,t){if(!p.isNode)throw Error("not supported");return this.load(e,t,r)},i.prototype.resolveAll=function(){if(this.deferred.length)throw Error("unresolvable extensions: "+this.deferred.map(function(e){return"'extend "+e.extend+"' in "+e.parent.fullName}).join(", "));return a.prototype.resolveAll.call(this)};var f=/^[A-Z]/;i.prototype._handleAdd=function(e){if(e instanceof c)void 0===e.extend||e.extensionField||o(this,e)||this.deferred.push(e);else if(e instanceof m)f.test(e.name)&&(e.parent[e.name]=e.values);else if(!(e instanceof u)){if(e instanceof s)for(var t=0;t<this.deferred.length;)o(this,this.deferred[t])?this.deferred.splice(t,1):++t;for(var n=0;n<e.nestedArray.length;++n)this._handleAdd(e._nestedArray[n]);f.test(e.name)&&(e.parent[e.name]=e)}},i.prototype._handleRemove=function(e){if(e instanceof c){if(void 0!==e.extend)if(e.extensionField)e.extensionField.parent.remove(e.extensionField),e.extensionField=null;else{var t=this.deferred.indexOf(e);t>-1&&this.deferred.splice(t,1)}}else if(e instanceof m)f.test(e.name)&&delete e.parent[e.name];else if(e instanceof a){for(var n=0;n<e.nestedArray.length;++n)this._handleRemove(e._nestedArray[n]);f.test(e.name)&&delete e.parent[e.name]}},i._configure=function(e,t,n){s=e,d=t,l=n}},function(e,t,n){"use strict";function i(e,t){o.call(this,e,t),this.methods={},this._methodsArray=null}function r(e){return e._methodsArray=null,e}e.exports=i;var o=n(11);((i.prototype=Object.create(o.prototype)).constructor=i).className="Service";var a=n(18),s=n(0),d=n(33);i.fromJSON=function(e,t){var n=new i(e,t.options);if(t.methods)for(var r=Object.keys(t.methods),o=0;o<r.length;++o)n.add(a.fromJSON(r[o],t.methods[r[o]]));return t.nested&&n.addJSON(t.nested),n.comment=t.comment,n},i.prototype.toJSON=function(e){var t=o.prototype.toJSON.call(this,e),n=!!e&&Boolean(e.keepComments);return s.toObject(["options",t&&t.options||void 0,"methods",o.arrayToJSON(this.methodsArray,e)||{},"nested",t&&t.nested||void 0,"comment",n?this.comment:void 0])},Object.defineProperty(i.prototype,"methodsArray",{get:function(){return this._methodsArray||(this._methodsArray=s.toArray(this.methods))}}),i.prototype.get=function(e){return this.methods[e]||o.prototype.get.call(this,e)},i.prototype.resolveAll=function(){for(var e=this.methodsArray,t=0;t<e.length;++t)e[t].resolve();return o.prototype.resolve.call(this)},i.prototype.add=function(e){if(this.get(e.name))throw Error("duplicate name '"+e.name+"' in "+this);return e instanceof a?(this.methods[e.name]=e,e.parent=this,r(this)):o.prototype.add.call(this,e)},i.prototype.remove=function(e){if(e instanceof a){if(this.methods[e.name]!==e)throw Error(e+" is not a member of "+this);return delete this.methods[e.name],e.parent=null,r(this)}return o.prototype.remove.call(this,e)},i.prototype.create=function(e,t,n){for(var i,r=new d.Service(e,t,n),o=0;o<this.methodsArray.length;++o){var a=s.lcFirst((i=this._methodsArray[o]).resolve().name).replace(/[^$\w_]/g,"");r[a]=s.codegen(["r","c"],s.isReserved(a)?a+"_":a)("return this.rpcCall(m,q,s,r,c)")({m:i,q:i.resolvedRequestType.ctor,s:i.resolvedResponseType.ctor})}return r}},function(e,t,n){"use strict";function i(e,t){o.call(this,e,t),this.fields={},this.oneofs=void 0,this.extensions=void 0,this.reserved=void 0,this.group=void 0,this._fieldsById=null,this._fieldsArray=null,this._oneofsArray=null,this._ctor=null}function r(e){return e._fieldsById=e._fieldsArray=e._oneofsArray=null,delete e.encode,delete e.decode,delete e.verify,e}e.exports=i;var o=n(11);((i.prototype=Object.create(o.prototype)).constructor=i).className="Type";var a=n(3),s=n(13),d=n(7),l=n(16),c=n(21),m=n(17),u=n(19),p=n(23),f=n(0),h=n(31),g=n(30),v=n(35),b=n(29),y=n(36);Object.defineProperties(i.prototype,{fieldsById:{get:function(){if(this._fieldsById)return this._fieldsById;this._fieldsById={};for(var e=Object.keys(this.fields),t=0;t<e.length;++t){var n=this.fields[e[t]],i=n.id;if(this._fieldsById[i])throw Error("duplicate id "+i+" in "+this);this._fieldsById[i]=n}return this._fieldsById}},fieldsArray:{get:function(){return this._fieldsArray||(this._fieldsArray=f.toArray(this.fields))}},oneofsArray:{get:function(){return this._oneofsArray||(this._oneofsArray=f.toArray(this.oneofs))}},ctor:{get:function(){return this._ctor||(this.ctor=i.generateConstructor(this)())},set:function(e){var t=e.prototype;t instanceof m||((e.prototype=new m).constructor=e,f.merge(e.prototype,t)),e.$type=e.prototype.$type=this,f.merge(e,m,!0),this._ctor=e;for(var n=0;n<this.fieldsArray.length;++n)this._fieldsArray[n].resolve();var i={};for(n=0;n<this.oneofsArray.length;++n)i[this._oneofsArray[n].resolve().name]={get:f.oneOfGetter(this._oneofsArray[n].oneof),set:f.oneOfSetter(this._oneofsArray[n].oneof)};n&&Object.defineProperties(e.prototype,i)}}}),i.generateConstructor=function(e){for(var t,n=f.codegen(["p"],e.name),i=0;i<e.fieldsArray.length;++i)(t=e._fieldsArray[i]).map?n("this%s={}",f.safeProp(t.name)):t.repeated&&n("this%s=[]",f.safeProp(t.name));return n("if(p)for(var ks=Object.keys(p),i=0;i<ks.length;++i)if(p[ks[i]]!=null)")("this[ks[i]]=p[ks[i]]")},i.fromJSON=function(e,t){var n=new i(e,t.options);n.extensions=t.extensions,n.reserved=t.reserved;for(var r=Object.keys(t.fields),m=0;m<r.length;++m)n.add((void 0!==t.fields[r[m]].keyType?l.fromJSON:d.fromJSON)(r[m],t.fields[r[m]]));if(t.oneofs)for(r=Object.keys(t.oneofs),m=0;m<r.length;++m)n.add(s.fromJSON(r[m],t.oneofs[r[m]]));if(t.nested)for(r=Object.keys(t.nested),m=0;m<r.length;++m){var u=t.nested[r[m]];n.add((void 0!==u.id?d.fromJSON:void 0!==u.fields?i.fromJSON:void 0!==u.values?a.fromJSON:void 0!==u.methods?c.fromJSON:o.fromJSON)(r[m],u))}return t.extensions&&t.extensions.length&&(n.extensions=t.extensions),t.reserved&&t.reserved.length&&(n.reserved=t.reserved),t.group&&(n.group=!0),t.comment&&(n.comment=t.comment),n},i.prototype.toJSON=function(e){var t=o.prototype.toJSON.call(this,e),n=!!e&&Boolean(e.keepComments);return f.toObject(["options",t&&t.options||void 0,"oneofs",o.arrayToJSON(this.oneofsArray,e),"fields",o.arrayToJSON(this.fieldsArray.filter(function(e){return!e.declaringField}),e)||{},"extensions",this.extensions&&this.extensions.length?this.extensions:void 0,"reserved",this.reserved&&this.reserved.length?this.reserved:void 0,"group",this.group||void 0,"nested",t&&t.nested||void 0,"comment",n?this.comment:void 0])},i.prototype.resolveAll=function(){for(var e=this.fieldsArray,t=0;t<e.length;)e[t++].resolve();var n=this.oneofsArray;for(t=0;t<n.length;)n[t++].resolve();return o.prototype.resolveAll.call(this)},i.prototype.get=function(e){return this.fields[e]||this.oneofs&&this.oneofs[e]||this.nested&&this.nested[e]||null},i.prototype.add=function(e){if(this.get(e.name))throw Error("duplicate name '"+e.name+"' in "+this);if(e instanceof d&&void 0===e.extend){if(this._fieldsById?this._fieldsById[e.id]:this.fieldsById[e.id])throw Error("duplicate id "+e.id+" in "+this);if(this.isReservedId(e.id))throw Error("id "+e.id+" is reserved in "+this);if(this.isReservedName(e.name))throw Error("name '"+e.name+"' is reserved in "+this);return e.parent&&e.parent.remove(e),this.fields[e.name]=e,e.message=this,e.onAdd(this),r(this)}return e instanceof s?(this.oneofs||(this.oneofs={}),this.oneofs[e.name]=e,e.onAdd(this),r(this)):o.prototype.add.call(this,e)},i.prototype.remove=function(e){if(e instanceof d&&void 0===e.extend){if(!this.fields||this.fields[e.name]!==e)throw Error(e+" is not a member of "+this);return delete this.fields[e.name],e.parent=null,e.onRemove(this),r(this)}if(e instanceof s){if(!this.oneofs||this.oneofs[e.name]!==e)throw Error(e+" is not a member of "+this);return delete this.oneofs[e.name],e.parent=null,e.onRemove(this),r(this)}return o.prototype.remove.call(this,e)},i.prototype.isReservedId=function(e){return o.isReservedId(this.reserved,e)},i.prototype.isReservedName=function(e){return o.isReservedName(this.reserved,e)},i.prototype.create=function(e){return new this.ctor(e)},i.prototype.setup=function(){for(var e=this.fullName,t=[],n=0;n<this.fieldsArray.length;++n)t.push(this._fieldsArray[n].resolve().resolvedType);this.encode=h(this)({Writer:p,types:t,util:f}),this.decode=g(this)({Reader:u,types:t,util:f}),this.verify=v(this)({types:t,util:f}),this.fromObject=b.fromObject(this)({types:t,util:f}),this.toObject=b.toObject(this)({types:t,util:f});var i=y[e];if(i){var r=Object.create(this);r.fromObject=this.fromObject,this.fromObject=i.fromObject.bind(r),r.toObject=this.toObject,this.toObject=i.toObject.bind(r)}return this},i.prototype.encode=function(e,t){return this.setup().encode(e,t)},i.prototype.encodeDelimited=function(e,t){return this.encode(e,t&&t.len?t.fork():t).ldelim()},i.prototype.decode=function(e,t){return this.setup().decode(e,t)},i.prototype.decodeDelimited=function(e){return e instanceof u||(e=u.create(e)),this.decode(e,e.uint32())},i.prototype.verify=function(e){return this.setup().verify(e)},i.prototype.fromObject=function(e){return this.setup().fromObject(e)},i.prototype.toObject=function(e,t){return this.setup().toObject(e,t)},i.d=function(e){return function(t){f.decorateType(t,e)}}},function(e,t,n){"use strict";function i(e,t,n){this.fn=e,this.len=t,this.next=void 0,this.val=n}function r(){}function o(e){this.head=e.head,this.tail=e.tail,this.len=e.len,this.next=e.states}function a(){this.len=0,this.head=new i(r,0,0),this.tail=this.head,this.states=null}function s(e,t,n){t[n]=255&e}function d(e,t,n){for(;e>127;)t[n++]=127&e|128,e>>>=7;t[n]=e}function l(e,t){this.len=e,this.next=void 0,this.val=t}function c(e,t,n){for(;e.hi;)t[n++]=127&e.lo|128,e.lo=(e.lo>>>7|e.hi<<25)>>>0,e.hi>>>=7;for(;e.lo>127;)t[n++]=127&e.lo|128,e.lo=e.lo>>>7;t[n++]=e.lo}function m(e,t,n){t[n]=255&e,t[n+1]=e>>>8&255,t[n+2]=e>>>16&255,t[n+3]=e>>>24}e.exports=a;var u,p=n(4),f=p.LongBits,h=p.base64,g=p.utf8;a.create=p.Buffer?function(){return(a.create=function(){return new u})()}:function(){return new a},a.alloc=function(e){return new p.Array(e)},p.Array!==Array&&(a.alloc=p.pool(a.alloc,p.Array.prototype.subarray)),a.prototype._push=function(e,t,n){return this.tail=this.tail.next=new i(e,t,n),this.len+=t,this},l.prototype=Object.create(i.prototype),l.prototype.fn=d,a.prototype.uint32=function(e){return this.len+=(this.tail=this.tail.next=new l((e>>>=0)<128?1:e<16384?2:e<2097152?3:e<268435456?4:5,e)).len,this},a.prototype.int32=function(e){return e<0?this._push(c,10,f.fromNumber(e)):this.uint32(e)},a.prototype.sint32=function(e){return this.uint32((e<<1^e>>31)>>>0)},a.prototype.uint64=function(e){var t=f.from(e);return this._push(c,t.length(),t)},a.prototype.int64=a.prototype.uint64,a.prototype.sint64=function(e){var t=f.from(e).zzEncode();return this._push(c,t.length(),t)},a.prototype.bool=function(e){return this._push(s,1,e?1:0)},a.prototype.fixed32=function(e){return this._push(m,4,e>>>0)},a.prototype.sfixed32=a.prototype.fixed32,a.prototype.fixed64=function(e){var t=f.from(e);return this._push(m,4,t.lo)._push(m,4,t.hi)},a.prototype.sfixed64=a.prototype.fixed64,a.prototype.float=function(e){return this._push(p.float.writeFloatLE,4,e)},a.prototype.double=function(e){return this._push(p.float.writeDoubleLE,8,e)};var v=p.Array.prototype.set?function(e,t,n){t.set(e,n)}:function(e,t,n){for(var i=0;i<e.length;++i)t[n+i]=e[i]};a.prototype.bytes=function(e){var t=e.length>>>0;if(!t)return this._push(s,1,0);if(p.isString(e)){var n=a.alloc(t=h.length(e));h.decode(e,n,0),e=n}return this.uint32(t)._push(v,t,e)},a.prototype.string=function(e){var t=g.length(e);return t?this.uint32(t)._push(g.write,t,e):this._push(s,1,0)},a.prototype.fork=function(){return this.states=new o(this),this.head=this.tail=new i(r,0,0),this.len=0,this},a.prototype.reset=function(){return this.states?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new i(r,0,0),this.len=0),this},a.prototype.ldelim=function(){var e=this.head,t=this.tail,n=this.len;return this.reset().uint32(n),n&&(this.tail.next=e.next,this.tail=t,this.len+=n),this},a.prototype.finish=function(){for(var e=this.head.next,t=this.constructor.alloc(this.len),n=0;e;)e.fn(e.val,t,n),n+=e.len,e=e.next;return t},a._configure=function(e){u=e}},function(e,t){e.exports={options:{java_multiple_files:!0},nested:{com:{nested:{android:{nested:{server:{nested:{wm:{options:{java_multiple_files:!0},nested:{WindowManagerTraceFileProto:{fields:{magicNumber:{type:"fixed64",id:1},entry:{rule:"repeated",type:"WindowManagerTraceProto",id:2}},nested:{MagicNumber:{values:{INVALID:0,MAGIC_NUMBER_L:1414416727,MAGIC_NUMBER_H:1162035538}}}},WindowManagerTraceProto:{fields:{elapsedRealtimeNanos:{type:"fixed64",id:1},where:{type:"string",id:2},windowManagerService:{type:"WindowManagerServiceDumpProto",id:3}}},WindowManagerServiceDumpProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{policy:{type:"WindowManagerPolicyProto",id:1},rootWindowContainer:{type:"RootWindowContainerProto",id:2},focusedWindow:{type:"IdentifierProto",id:3},focusedApp:{type:"string",id:4},inputMethodWindow:{type:"IdentifierProto",id:5},displayFrozen:{type:"bool",id:6},rotation:{type:"int32",id:7},lastOrientation:{type:"int32",id:8},focusedDisplayId:{type:"int32",id:9}}},RootWindowContainerProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{windowContainer:{type:"WindowContainerProto",id:1},displays:{rule:"repeated",type:"DisplayContentProto",id:2,options:{deprecated:!0}},windows:{rule:"repeated",type:"WindowStateProto",id:4,options:{deprecated:!0}},keyguardController:{type:"KeyguardControllerProto",id:5},isHomeRecentsComponent:{type:"bool",id:6},pendingActivities:{rule:"repeated",type:"IdentifierProto",id:7}},reserved:[[3,3]]},BarControllerProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{state:{type:".android.app.StatusBarManagerProto.WindowState",id:1},transientState:{type:".android.app.StatusBarManagerProto.TransientWindowState",id:2}}},WindowOrientationListenerProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{enabled:{type:"bool",id:1},rotation:{type:".android.view.SurfaceProto.Rotation",id:2}}},KeyguardServiceDelegateProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{showing:{type:"bool",id:1},occluded:{type:"bool",id:2},secure:{type:"bool",id:3},screenState:{type:"ScreenState",id:4},interactiveState:{type:"InteractiveState",id:5}},nested:{ScreenState:{values:{SCREEN_STATE_OFF:0,SCREEN_STATE_TURNING_ON:1,SCREEN_STATE_ON:2,SCREEN_STATE_TURNING_OFF:3}},InteractiveState:{values:{INTERACTIVE_STATE_SLEEP:0,INTERACTIVE_STATE_WAKING:1,INTERACTIVE_STATE_AWAKE:2,INTERACTIVE_STATE_GOING_TO_SLEEP:3}}}},KeyguardControllerProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{keyguardShowing:{type:"bool",id:1},keyguardOccludedStates:{rule:"repeated",type:"KeyguardOccludedProto",id:2},aodShowing:{type:"bool",id:3}}},KeyguardOccludedProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{displayId:{type:"int32",id:1},keyguardOccluded:{type:"bool",id:2}}},WindowManagerPolicyProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{lastSystemUiFlags:{type:"int32",id:1,options:{deprecated:!0}},rotationMode:{type:"UserRotationMode",id:2},rotation:{type:".android.view.SurfaceProto.Rotation",id:3},orientation:{type:".android.content.ActivityInfoProto.ScreenOrientation",id:4},screenOnFully:{type:"bool",id:5},keyguardDrawComplete:{type:"bool",id:6},windowManagerDrawComplete:{type:"bool",id:7},focusedAppToken:{type:"string",id:8,options:{deprecated:!0}},focusedWindow:{type:"IdentifierProto",id:9,options:{deprecated:!0}},topFullscreenOpaqueWindow:{type:"IdentifierProto",id:10,options:{deprecated:!0}},topFullscreenOpaqueOrDimmingWindow:{type:"IdentifierProto",id:11,options:{deprecated:!0}},keyguardOccluded:{type:"bool",id:12},keyguardOccludedChanged:{type:"bool",id:13},keyguardOccludedPending:{type:"bool",id:14},forceStatusBar:{type:"bool",id:15,options:{deprecated:!0}},forceStatusBarFromKeyguard:{type:"bool",id:16,options:{deprecated:!0}},statusBar:{type:"BarControllerProto",id:17,options:{deprecated:!0}},navigationBar:{type:"BarControllerProto",id:18,options:{deprecated:!0}},orientationListener:{type:"WindowOrientationListenerProto",id:19,options:{deprecated:!0}},keyguardDelegate:{type:"KeyguardServiceDelegateProto",id:20}},nested:{UserRotationMode:{values:{USER_ROTATION_FREE:0,USER_ROTATION_LOCKED:1}}}},AppTransitionProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{appTransitionState:{type:"AppState",id:1},lastUsedAppTransition:{type:".android.view.TransitionTypeEnum",id:2}},nested:{AppState:{values:{APP_STATE_IDLE:0,APP_STATE_READY:1,APP_STATE_RUNNING:2,APP_STATE_TIMEOUT:3}}}},DisplayContentProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{windowContainer:{type:"WindowContainerProto",id:1},id:{type:"int32",id:2},dockedStackDividerController:{type:"DockedStackDividerControllerProto",id:4,options:{deprecated:!0}},pinnedStackController:{type:"PinnedStackControllerProto",id:5,options:{deprecated:!0}},aboveAppWindows:{rule:"repeated",type:"WindowTokenProto",id:6,options:{deprecated:!0}},belowAppWindows:{rule:"repeated",type:"WindowTokenProto",id:7,options:{deprecated:!0}},imeWindows:{rule:"repeated",type:"WindowTokenProto",id:8,options:{deprecated:!0}},dpi:{type:"int32",id:9},displayInfo:{type:".android.view.DisplayInfoProto",id:10},rotation:{type:"int32",id:11},screenRotationAnimation:{type:"ScreenRotationAnimationProto",id:12},displayFrames:{type:"DisplayFramesProto",id:13},surfaceSize:{type:"int32",id:14,options:{deprecated:!0}},focusedApp:{type:"string",id:15},appTransition:{type:"AppTransitionProto",id:16},openingApps:{rule:"repeated",type:"IdentifierProto",id:17},closingApps:{rule:"repeated",type:"IdentifierProto",id:18},changingApps:{rule:"repeated",type:"IdentifierProto",id:19},overlayWindows:{rule:"repeated",type:"WindowTokenProto",id:20},rootDisplayArea:{type:"DisplayAreaProto",id:21},singleTaskInstance:{type:"bool",id:22},focusedRootTaskId:{type:"int32",id:23},resumedActivity:{type:".com.android.server.wm.IdentifierProto",id:24},tasks:{rule:"repeated",type:"TaskProto",id:25,options:{deprecated:!0}},displayReady:{type:"bool",id:26}},reserved:[[3,3]]},DisplayAreaProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{windowContainer:{type:"WindowContainerProto",id:1},name:{type:"string",id:2,options:{"(.android.privacy).dest":"DEST_EXPLICIT"}},children:{rule:"repeated",type:"DisplayAreaChildProto",id:3,options:{deprecated:!0}}}},DisplayAreaChildProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{displayArea:{type:"DisplayAreaProto",id:1},window:{type:"WindowTokenProto",id:2},unknown:{rule:"repeated",type:"string",id:3}}},DisplayFramesProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{stableBounds:{type:".android.graphics.RectProto",id:1}}},DockedStackDividerControllerProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{minimizedDock:{type:"bool",id:1,options:{deprecated:!0}}}},PinnedStackControllerProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{defaultBounds:{type:".android.graphics.RectProto",id:1,options:{deprecated:!0}},movementBounds:{type:".android.graphics.RectProto",id:2,options:{deprecated:!0}}}},TaskProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{windowContainer:{type:"WindowContainerProto",id:1},id:{type:"int32",id:2},fillsParent:{type:"bool",id:4},bounds:{type:".android.graphics.RectProto",id:5},displayedBounds:{type:".android.graphics.RectProto",id:6,options:{deprecated:!0}},deferRemoval:{type:"bool",id:7},surfaceWidth:{type:"int32",id:8},surfaceHeight:{type:"int32",id:9},tasks:{rule:"repeated",type:"TaskProto",id:10,options:{deprecated:!0}},activities:{rule:"repeated",type:"ActivityRecordProto",id:11,options:{deprecated:!0}},resumedActivity:{type:".com.android.server.wm.IdentifierProto",id:12},realActivity:{type:"string",id:13},origActivity:{type:"string",id:14},displayId:{type:"int32",id:15},rootTaskId:{type:"int32",id:16},activityType:{type:"int32",id:17},resizeMode:{type:"int32",id:18},minWidth:{type:"int32",id:19},minHeight:{type:"int32",id:20},adjustedBounds:{type:".android.graphics.RectProto",id:21},lastNonFullscreenBounds:{type:".android.graphics.RectProto",id:22},adjustedForIme:{type:"bool",id:23},adjustImeAmount:{type:"float",id:24},adjustDividerAmount:{type:"float",id:25},animatingBounds:{type:"bool",id:26},minimizeAmount:{type:"float",id:27},createdByOrganizer:{type:"bool",id:28}},reserved:[[3,3]]},ActivityRecordProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{name:{type:"string",id:1,options:{"(.android.privacy).dest":"DEST_EXPLICIT"}},windowToken:{type:"WindowTokenProto",id:2},lastSurfaceShowing:{type:"bool",id:3},isWaitingForTransitionStart:{type:"bool",id:4},isAnimating:{type:"bool",id:5},thumbnail:{type:"WindowContainerThumbnailProto",id:6},fillsParent:{type:"bool",id:7},appStopped:{type:"bool",id:8},visibleRequested:{type:"bool",id:9},clientVisible:{type:"bool",id:10},deferHidingClient:{type:"bool",id:11},reportedDrawn:{type:"bool",id:12},reportedVisible:{type:"bool",id:13},numInterestingWindows:{type:"int32",id:14},numDrawnWindows:{type:"int32",id:15},allDrawn:{type:"bool",id:16},lastAllDrawn:{type:"bool",id:17},startingWindow:{type:"IdentifierProto",id:19},startingDisplayed:{type:"bool",id:20},startingMoved:{type:"bool",id:201},visibleSetFromTransferredStartingWindow:{type:"bool",id:22},frozenBounds:{rule:"repeated",type:".android.graphics.RectProto",id:23},visible:{type:"bool",id:24},identifier:{type:"IdentifierProto",id:26},state:{type:"string",id:27,options:{"(.android.privacy).dest":"DEST_EXPLICIT"}},frontOfTask:{type:"bool",id:28},procId:{type:"int32",id:29},translucent:{type:"bool",id:30}},reserved:[[18,18],[25,25]]},WindowTokenProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{windowContainer:{type:"WindowContainerProto",id:1},hashCode:{type:"int32",id:2},windows:{rule:"repeated",type:"WindowStateProto",id:3,options:{deprecated:!0}},waitingToShow:{type:"bool",id:5},paused:{type:"bool",id:6}}},WindowStateProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{windowContainer:{type:"WindowContainerProto",id:1},identifier:{type:"IdentifierProto",id:2},displayId:{type:"int32",id:3},stackId:{type:"int32",id:4},attributes:{type:".android.view.WindowLayoutParamsProto",id:5},givenContentInsets:{type:".android.graphics.RectProto",id:6},frame:{type:".android.graphics.RectProto",id:7,options:{deprecated:!0}},containingFrame:{type:".android.graphics.RectProto",id:8,options:{deprecated:!0}},parentFrame:{type:".android.graphics.RectProto",id:9,options:{deprecated:!0}},contentFrame:{type:".android.graphics.RectProto",id:10,options:{deprecated:!0}},contentInsets:{type:".android.graphics.RectProto",id:11,options:{deprecated:!0}},surfaceInsets:{type:".android.graphics.RectProto",id:12},animator:{type:"WindowStateAnimatorProto",id:13},animatingExit:{type:"bool",id:14},childWindows:{rule:"repeated",type:"WindowStateProto",id:15,options:{deprecated:!0}},surfacePosition:{type:".android.graphics.RectProto",id:16},requestedWidth:{type:"int32",id:18},requestedHeight:{type:"int32",id:19},viewVisibility:{type:"int32",id:20},systemUiVisibility:{type:"int32",id:21},hasSurface:{type:"bool",id:22},isReadyForDisplay:{type:"bool",id:23},displayFrame:{type:".android.graphics.RectProto",id:24,options:{deprecated:!0}},overscanFrame:{type:".android.graphics.RectProto",id:25,options:{deprecated:!0}},visibleFrame:{type:".android.graphics.RectProto",id:26,options:{deprecated:!0}},decorFrame:{type:".android.graphics.RectProto",id:27,options:{deprecated:!0}},outsetFrame:{type:".android.graphics.RectProto",id:28,options:{deprecated:!0}},overscanInsets:{type:".android.graphics.RectProto",id:29,options:{deprecated:!0}},visibleInsets:{type:".android.graphics.RectProto",id:30,options:{deprecated:!0}},stableInsets:{type:".android.graphics.RectProto",id:31,options:{deprecated:!0}},outsets:{type:".android.graphics.RectProto",id:32,options:{deprecated:!0}},cutout:{type:".android.view.DisplayCutoutProto",id:33,options:{deprecated:!0}},removeOnExit:{type:"bool",id:34},destroying:{type:"bool",id:35},removed:{type:"bool",id:36},isOnScreen:{type:"bool",id:37},isVisible:{type:"bool",id:38},pendingSeamlessRotation:{type:"bool",id:39},finishedSeamlessRotationFrame:{type:"int64",id:40},windowFrames:{type:"WindowFramesProto",id:41},forceSeamlessRotation:{type:"bool",id:42}}},IdentifierProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{hashCode:{type:"int32",id:1},userId:{type:"int32",id:2},title:{type:"string",id:3,options:{"(.android.privacy).dest":"DEST_EXPLICIT"}}}},WindowStateAnimatorProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{lastClipRect:{type:".android.graphics.RectProto",id:1},surface:{type:"WindowSurfaceControllerProto",id:2},drawState:{type:"DrawState",id:3},systemDecorRect:{type:".android.graphics.RectProto",id:4}},nested:{DrawState:{values:{NO_SURFACE:0,DRAW_PENDING:1,COMMIT_DRAW_PENDING:2,READY_TO_SHOW:3,HAS_DRAWN:4}}}},WindowSurfaceControllerProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{shown:{type:"bool",id:1},layer:{type:"int32",id:2}}},ScreenRotationAnimationProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{started:{type:"bool",id:1},animationRunning:{type:"bool",id:2}}},WindowContainerProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{configurationContainer:{type:"ConfigurationContainerProto",id:1},orientation:{type:"int32",id:2},visible:{type:"bool",id:3},surfaceAnimator:{type:"SurfaceAnimatorProto",id:4},children:{rule:"repeated",type:"WindowContainerChildProto",id:5}}},WindowContainerChildProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{windowContainer:{type:"WindowContainerProto",id:2},displayContent:{type:"DisplayContentProto",id:3},displayArea:{type:"DisplayAreaProto",id:4},task:{type:"TaskProto",id:5},activity:{type:"ActivityRecordProto",id:6},windowToken:{type:"WindowTokenProto",id:7},window:{type:"WindowStateProto",id:8}}},ConfigurationContainerProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{overrideConfiguration:{type:".android.content.ConfigurationProto",id:1},fullConfiguration:{type:".android.content.ConfigurationProto",id:2},mergedOverrideConfiguration:{type:".android.content.ConfigurationProto",id:3}}},WindowFramesProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{containingFrame:{type:".android.graphics.RectProto",id:1},contentFrame:{type:".android.graphics.RectProto",id:2},decorFrame:{type:".android.graphics.RectProto",id:3},displayFrame:{type:".android.graphics.RectProto",id:4},frame:{type:".android.graphics.RectProto",id:5},outsetFrame:{type:".android.graphics.RectProto",id:6},overscanFrame:{type:".android.graphics.RectProto",id:7,options:{deprecated:!0}},parentFrame:{type:".android.graphics.RectProto",id:8},visibleFrame:{type:".android.graphics.RectProto",id:9},cutout:{type:".android.view.DisplayCutoutProto",id:10},contentInsets:{type:".android.graphics.RectProto",id:11},overscanInsets:{type:".android.graphics.RectProto",id:12,options:{deprecated:!0}},visibleInsets:{type:".android.graphics.RectProto",id:13},stableInsets:{type:".android.graphics.RectProto",id:14},outsets:{type:".android.graphics.RectProto",id:15}}},WindowContainerThumbnailProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{width:{type:"int32",id:1},height:{type:"int32",id:2},surfaceAnimator:{type:"SurfaceAnimatorProto",id:3}}},SurfaceAnimatorProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{leash:{type:".android.view.SurfaceControlProto",id:1},animationStartDelayed:{type:"bool",id:2},animationAdapter:{type:"AnimationAdapterProto",id:3}}},AnimationAdapterProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{local:{type:"LocalAnimationAdapterProto",id:1},remote:{type:"RemoteAnimationAdapterWrapperProto",id:2}}},RemoteAnimationAdapterWrapperProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{target:{type:".android.view.RemoteAnimationTargetProto",id:1}}},LocalAnimationAdapterProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{animationSpec:{type:"AnimationSpecProto",id:1}}},AnimationSpecProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{window:{type:"WindowAnimationSpecProto",id:1},move:{type:"MoveAnimationSpecProto",id:2},alpha:{type:"AlphaAnimationSpecProto",id:3},rotate:{type:"RotationAnimationSpecProto",id:4}}},WindowAnimationSpecProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{animation:{type:"string",id:1}}},MoveAnimationSpecProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{from:{type:".android.graphics.PointProto",id:1},to:{type:".android.graphics.PointProto",id:2},durationMs:{type:"int64",id:3}}},AlphaAnimationSpecProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{from:{type:"float",id:1},to:{type:"float",id:2},durationMs:{type:"int64",id:3}}},RotationAnimationSpecProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{startLuma:{type:"float",id:1},endLuma:{type:"float",id:2},durationMs:{type:"int64",id:3}}}}}}}}}}},android:{options:{java_package:"com.android.incident",java_multiple_files:!0},nested:{app:{options:{java_multiple_files:!0},nested:{StatusBarManagerProto:{fields:{},nested:{WindowState:{values:{WINDOW_STATE_SHOWING:0,WINDOW_STATE_HIDING:1,WINDOW_STATE_HIDDEN:2}},TransientWindowState:{values:{TRANSIENT_BAR_NONE:0,TRANSIENT_BAR_SHOW_REQUESTED:1,TRANSIENT_BAR_SHOWING:2,TRANSIENT_BAR_HIDING:3}}}},WindowConfigurationProto:{options:{"(android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{appBounds:{type:".android.graphics.RectProto",id:1},windowingMode:{type:"int32",id:2},activityType:{type:"int32",id:3},bounds:{type:".android.graphics.RectProto",id:4}}}}},content:{options:{java_multiple_files:!0},nested:{ActivityInfoProto:{fields:{},nested:{ScreenOrientation:{values:{SCREEN_ORIENTATION_UNSET:-2,SCREEN_ORIENTATION_UNSPECIFIED:-1,SCREEN_ORIENTATION_LANDSCAPE:0,SCREEN_ORIENTATION_PORTRAIT:1,SCREEN_ORIENTATION_USER:2,SCREEN_ORIENTATION_BEHIND:3,SCREEN_ORIENTATION_SENSOR:4,SCREEN_ORIENTATION_NOSENSOR:5,SCREEN_ORIENTATION_SENSOR_LANDSCAPE:6,SCREEN_ORIENTATION_SENSOR_PORTRAIT:7,SCREEN_ORIENTATION_REVERSE_LANDSCAPE:8,SCREEN_ORIENTATION_REVERSE_PORTRAIT:9,SCREEN_ORIENTATION_FULL_SENSOR:10,SCREEN_ORIENTATION_USER_LANDSCAPE:11,SCREEN_ORIENTATION_USER_PORTRAIT:12,SCREEN_ORIENTATION_FULL_USER:13,SCREEN_ORIENTATION_LOCKED:14}}}},ConfigurationProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{fontScale:{type:"float",id:1},mcc:{type:"uint32",id:2},mnc:{type:"uint32",id:3,options:{"(.android.privacy).dest":"DEST_EXPLICIT"}},locales:{rule:"repeated",type:"LocaleProto",id:4,options:{deprecated:!0}},screenLayout:{type:"uint32",id:5},colorMode:{type:"uint32",id:6},touchscreen:{type:"uint32",id:7},keyboard:{type:"uint32",id:8},keyboardHidden:{type:"uint32",id:9},hardKeyboardHidden:{type:"uint32",id:10},navigation:{type:"uint32",id:11},navigationHidden:{type:"uint32",id:12},orientation:{type:"uint32",id:13},uiMode:{type:"uint32",id:14},screenWidthDp:{type:"uint32",id:15},screenHeightDp:{type:"uint32",id:16},smallestScreenWidthDp:{type:"uint32",id:17},densityDpi:{type:"uint32",id:18},windowConfiguration:{type:".android.app.WindowConfigurationProto",id:19},localeList:{type:"string",id:20}}},ResourcesConfigurationProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{configuration:{rule:"required",type:"ConfigurationProto",id:1},sdkVersion:{type:"uint32",id:2},screenWidthPx:{type:"uint32",id:3},screenHeightPx:{type:"uint32",id:4}}},DeviceConfigurationProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{stableScreenWidthPx:{type:"uint32",id:1},stableScreenHeightPx:{type:"uint32",id:2},stableDensityDpi:{type:"uint32",id:3},totalRam:{type:"uint64",id:4},lowRam:{type:"bool",id:5},maxCores:{type:"uint32",id:6},hasSecureScreenLock:{type:"bool",id:7},openglVersion:{type:"uint32",id:8},openglExtensions:{rule:"repeated",type:"string",id:9},sharedLibraries:{rule:"repeated",type:"string",id:10},features:{rule:"repeated",type:"string",id:11},cpuArchitectures:{rule:"repeated",type:"string",id:12}}},GlobalConfigurationProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{resources:{type:"ResourcesConfigurationProto",id:1},device:{type:"DeviceConfigurationProto",id:2}}},LocaleProto:{options:{deprecated:!0,"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{language:{type:"string",id:1},country:{type:"string",id:2},variant:{type:"string",id:3},script:{type:"string",id:4}}}}},graphics:{options:{java_multiple_files:!0},nested:{RectProto:{options:{"(android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{left:{type:"int32",id:1},top:{type:"int32",id:2},right:{type:"int32",id:3},bottom:{type:"int32",id:4}}},PointProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{x:{type:"int32",id:1},y:{type:"int32",id:2}}},PixelFormatProto:{fields:{},nested:{Format:{values:{UNKNOWN:0,TRANSLUCENT:-3,TRANSPARENT:-2,OPAQUE:-1,RGBA_8888:1,RGBX_8888:2,RGB_888:3,RGB_565:4,RGBA_F16:22,RGBA_1010102:43}}}}}},Destination:{values:{DEST_LOCAL:0,DEST_EXPLICIT:100,DEST_AUTOMATIC:200,DEST_UNSET:255}},PrivacyFlags:{fields:{dest:{type:"Destination",id:1,options:{default:"DEST_UNSET"}},patterns:{rule:"repeated",type:"string",id:2}}},privacy:{type:"PrivacyFlags",id:102672883,extend:"google.protobuf.FieldOptions"},msgPrivacy:{type:"PrivacyFlags",id:102672883,extend:"google.protobuf.MessageOptions"},view:{options:{java_multiple_files:!0,java_outer_classname:"ViewProtoEnums"},nested:{RemoteAnimationTargetProto:{options:{"(android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{taskId:{type:"int32",id:1},mode:{type:"int32",id:2},leash:{type:".android.view.SurfaceControlProto",id:3},isTranslucent:{type:"bool",id:4},clipRect:{type:".android.graphics.RectProto",id:5},contentInsets:{type:".android.graphics.RectProto",id:6},prefixOrderIndex:{type:"int32",id:7},position:{type:".android.graphics.PointProto",id:8},sourceContainerBounds:{type:".android.graphics.RectProto",id:9},windowConfiguration:{type:".android.app.WindowConfigurationProto",id:10},startLeash:{type:".android.view.SurfaceControlProto",id:11},startBounds:{type:".android.graphics.RectProto",id:12},localBounds:{type:".android.graphics.RectProto",id:13},screenSpaceBounds:{type:".android.graphics.RectProto",id:14}}},SurfaceControlProto:{options:{"(android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{hashCode:{type:"int32",id:1},name:{type:"string",id:2,options:{"(android.privacy).dest":"DEST_EXPLICIT"}}}},DisplayCutoutProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{insets:{type:".android.graphics.RectProto",id:1},boundLeft:{type:".android.graphics.RectProto",id:3},boundTop:{type:".android.graphics.RectProto",id:4},boundRight:{type:".android.graphics.RectProto",id:5},boundBottom:{type:".android.graphics.RectProto",id:6}},reserved:[[2,2]]},DisplayInfoProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{logicalWidth:{type:"int32",id:1},logicalHeight:{type:"int32",id:2},appWidth:{type:"int32",id:3},appHeight:{type:"int32",id:4},name:{type:"string",id:5},flags:{type:"int32",id:6}}},DisplayStateEnum:{values:{DISPLAY_STATE_UNKNOWN:0,DISPLAY_STATE_OFF:1,DISPLAY_STATE_ON:2,DISPLAY_STATE_DOZE:3,DISPLAY_STATE_DOZE_SUSPEND:4,DISPLAY_STATE_VR:5,DISPLAY_STATE_ON_SUSPEND:6}},TransitionTypeEnum:{values:{TRANSIT_NONE:0,TRANSIT_UNSET:-1,TRANSIT_ACTIVITY_OPEN:6,TRANSIT_ACTIVITY_CLOSE:7,TRANSIT_TASK_OPEN:8,TRANSIT_TASK_CLOSE:9,TRANSIT_TASK_TO_FRONT:10,TRANSIT_TASK_TO_BACK:11,TRANSIT_WALLPAPER_CLOSE:12,TRANSIT_WALLPAPER_OPEN:13,TRANSIT_WALLPAPER_INTRA_OPEN:14,TRANSIT_WALLPAPER_INTRA_CLOSE:15,TRANSIT_TASK_OPEN_BEHIND:16,TRANSIT_TASK_IN_PLACE:17,TRANSIT_ACTIVITY_RELAUNCH:18,TRANSIT_DOCK_TASK_FROM_RECENTS:19,TRANSIT_KEYGUARD_GOING_AWAY:20,TRANSIT_KEYGUARD_GOING_AWAY_ON_WALLPAPER:21,TRANSIT_KEYGUARD_OCCLUDE:22,TRANSIT_KEYGUARD_UNOCCLUDE:23,TRANSIT_TRANSLUCENT_ACTIVITY_OPEN:24,TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE:25,TRANSIT_CRASHING_ACTIVITY_CLOSE:26}},SurfaceProto:{fields:{},nested:{Rotation:{values:{ROTATION_0:0,ROTATION_90:1,ROTATION_180:2,ROTATION_270:3}}}},WindowLayoutParamsProto:{options:{"(.android.msg_privacy).dest":"DEST_AUTOMATIC"},fields:{type:{type:"int32",id:1},x:{type:"int32",id:2},y:{type:"int32",id:3},width:{type:"int32",id:4},height:{type:"int32",id:5},horizontalMargin:{type:"float",id:6},verticalMargin:{type:"float",id:7},gravity:{type:"int32",id:8},softInputMode:{type:"int32",id:9},format:{type:".android.graphics.PixelFormatProto.Format",id:10},windowAnimations:{type:"int32",id:11},alpha:{type:"float",id:12},screenBrightness:{type:"float",id:13},buttonBrightness:{type:"float",id:14},rotationAnimation:{type:"RotationAnimation",id:15},preferredRefreshRate:{type:"float",id:16},preferredDisplayModeId:{type:"int32",id:17},hasSystemUiListeners:{type:"bool",id:18},inputFeatureFlags:{type:"uint32",id:19},userActivityTimeout:{type:"int64",id:20},colorMode:{type:"DisplayProto.ColorMode",id:23},flags:{type:"uint32",id:24},privateFlags:{type:"uint32",id:26},systemUiVisibilityFlags:{type:"uint32",id:27},subtreeSystemUiVisibilityFlags:{type:"uint32",id:28},appearance:{type:"uint32",id:29},behavior:{type:"uint32",id:30},fitInsetsTypes:{type:"uint32",id:31},fitInsetsSides:{type:"uint32",id:32},fitIgnoreVisibility:{type:"bool",id:33}},nested:{RotationAnimation:{values:{ROTATION_ANIMATION_UNSPECIFIED:-1,ROTATION_ANIMATION_CROSSFADE:1,ROTATION_ANIMATION_JUMPCUT:2,ROTATION_ANIMATION_SEAMLESS:3}}}},DisplayProto:{fields:{},nested:{ColorMode:{values:{COLOR_MODE_INVALID:-1,COLOR_MODE_DEFAULT:0,COLOR_MODE_BT601_625:1,COLOR_MODE_BT601_625_UNADJUSTED:2,COLOR_MODE_BT601_525:3,COLOR_MODE_BT601_525_UNADJUSTED:4,COLOR_MODE_BT709:5,COLOR_MODE_DCI_P3:6,COLOR_MODE_SRGB:7,COLOR_MODE_ADOBE_RGB:8,COLOR_MODE_DISPLAY_P3:9}}}}}}}},google:{nested:{protobuf:{options:{go_package:"github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor",java_package:"com.google.protobuf",java_outer_classname:"DescriptorProtos",csharp_namespace:"Google.Protobuf.Reflection",objc_class_prefix:"GPB",cc_enable_arenas:!0,optimize_for:"SPEED"},nested:{FileDescriptorSet:{fields:{file:{rule:"repeated",type:"FileDescriptorProto",id:1}}},FileDescriptorProto:{fields:{name:{type:"string",id:1},package:{type:"string",id:2},dependency:{rule:"repeated",type:"string",id:3},publicDependency:{rule:"repeated",type:"int32",id:10,options:{packed:!1}},weakDependency:{rule:"repeated",type:"int32",id:11,options:{packed:!1}},messageType:{rule:"repeated",type:"DescriptorProto",id:4},enumType:{rule:"repeated",type:"EnumDescriptorProto",id:5},service:{rule:"repeated",type:"ServiceDescriptorProto",id:6},extension:{rule:"repeated",type:"FieldDescriptorProto",id:7},options:{type:"FileOptions",id:8},sourceCodeInfo:{type:"SourceCodeInfo",id:9},syntax:{type:"string",id:12}}},DescriptorProto:{fields:{name:{type:"string",id:1},field:{rule:"repeated",type:"FieldDescriptorProto",id:2},extension:{rule:"repeated",type:"FieldDescriptorProto",id:6},nestedType:{rule:"repeated",type:"DescriptorProto",id:3},enumType:{rule:"repeated",type:"EnumDescriptorProto",id:4},extensionRange:{rule:"repeated",type:"ExtensionRange",id:5},oneofDecl:{rule:"repeated",type:"OneofDescriptorProto",id:8},options:{type:"MessageOptions",id:7},reservedRange:{rule:"repeated",type:"ReservedRange",id:9},reservedName:{rule:"repeated",type:"string",id:10}},nested:{ExtensionRange:{fields:{start:{type:"int32",id:1},end:{type:"int32",id:2},options:{type:"ExtensionRangeOptions",id:3}}},ReservedRange:{fields:{start:{type:"int32",id:1},end:{type:"int32",id:2}}}}},ExtensionRangeOptions:{fields:{uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]]},FieldDescriptorProto:{fields:{name:{type:"string",id:1},number:{type:"int32",id:3},label:{type:"Label",id:4},type:{type:"Type",id:5},typeName:{type:"string",id:6},extendee:{type:"string",id:2},defaultValue:{type:"string",id:7},oneofIndex:{type:"int32",id:9},jsonName:{type:"string",id:10},options:{type:"FieldOptions",id:8}},nested:{Type:{values:{TYPE_DOUBLE:1,TYPE_FLOAT:2,TYPE_INT64:3,TYPE_UINT64:4,TYPE_INT32:5,TYPE_FIXED64:6,TYPE_FIXED32:7,TYPE_BOOL:8,TYPE_STRING:9,TYPE_GROUP:10,TYPE_MESSAGE:11,TYPE_BYTES:12,TYPE_UINT32:13,TYPE_ENUM:14,TYPE_SFIXED32:15,TYPE_SFIXED64:16,TYPE_SINT32:17,TYPE_SINT64:18}},Label:{values:{LABEL_OPTIONAL:1,LABEL_REQUIRED:2,LABEL_REPEATED:3}}}},OneofDescriptorProto:{fields:{name:{type:"string",id:1},options:{type:"OneofOptions",id:2}}},EnumDescriptorProto:{fields:{name:{type:"string",id:1},value:{rule:"repeated",type:"EnumValueDescriptorProto",id:2},options:{type:"EnumOptions",id:3},reservedRange:{rule:"repeated",type:"EnumReservedRange",id:4},reservedName:{rule:"repeated",type:"string",id:5}},nested:{EnumReservedRange:{fields:{start:{type:"int32",id:1},end:{type:"int32",id:2}}}}},EnumValueDescriptorProto:{fields:{name:{type:"string",id:1},number:{type:"int32",id:2},options:{type:"EnumValueOptions",id:3}}},ServiceDescriptorProto:{fields:{name:{type:"string",id:1},method:{rule:"repeated",type:"MethodDescriptorProto",id:2},options:{type:"ServiceOptions",id:3}}},MethodDescriptorProto:{fields:{name:{type:"string",id:1},inputType:{type:"string",id:2},outputType:{type:"string",id:3},options:{type:"MethodOptions",id:4},clientStreaming:{type:"bool",id:5,options:{default:!1}},serverStreaming:{type:"bool",id:6,options:{default:!1}}}},FileOptions:{fields:{javaPackage:{type:"string",id:1},javaOuterClassname:{type:"string",id:8},javaMultipleFiles:{type:"bool",id:10,options:{default:!1}},javaGenerateEqualsAndHash:{type:"bool",id:20,options:{deprecated:!0}},javaStringCheckUtf8:{type:"bool",id:27,options:{default:!1}},optimizeFor:{type:"OptimizeMode",id:9,options:{default:"SPEED"}},goPackage:{type:"string",id:11},ccGenericServices:{type:"bool",id:16,options:{default:!1}},javaGenericServices:{type:"bool",id:17,options:{default:!1}},pyGenericServices:{type:"bool",id:18,options:{default:!1}},phpGenericServices:{type:"bool",id:42,options:{default:!1}},deprecated:{type:"bool",id:23,options:{default:!1}},ccEnableArenas:{type:"bool",id:31,options:{default:!1}},objcClassPrefix:{type:"string",id:36},csharpNamespace:{type:"string",id:37},swiftPrefix:{type:"string",id:39},phpClassPrefix:{type:"string",id:40},phpNamespace:{type:"string",id:41},phpMetadataNamespace:{type:"string",id:44},rubyPackage:{type:"string",id:45},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]],reserved:[[38,38]],nested:{OptimizeMode:{values:{SPEED:1,CODE_SIZE:2,LITE_RUNTIME:3}}}},MessageOptions:{fields:{messageSetWireFormat:{type:"bool",id:1,options:{default:!1}},noStandardDescriptorAccessor:{type:"bool",id:2,options:{default:!1}},deprecated:{type:"bool",id:3,options:{default:!1}},mapEntry:{type:"bool",id:7},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]],reserved:[[8,8],[9,9]]},FieldOptions:{fields:{ctype:{type:"CType",id:1,options:{default:"STRING"}},packed:{type:"bool",id:2},jstype:{type:"JSType",id:6,options:{default:"JS_NORMAL"}},lazy:{type:"bool",id:5,options:{default:!1}},deprecated:{type:"bool",id:3,options:{default:!1}},weak:{type:"bool",id:10,options:{default:!1}},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]],reserved:[[4,4]],nested:{CType:{values:{STRING:0,CORD:1,STRING_PIECE:2}},JSType:{values:{JS_NORMAL:0,JS_STRING:1,JS_NUMBER:2}}}},OneofOptions:{fields:{uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]]},EnumOptions:{fields:{allowAlias:{type:"bool",id:2},deprecated:{type:"bool",id:3,options:{default:!1}},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]],reserved:[[5,5]]},EnumValueOptions:{fields:{deprecated:{type:"bool",id:1,options:{default:!1}},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]]},ServiceOptions:{fields:{deprecated:{type:"bool",id:33,options:{default:!1}},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]]},MethodOptions:{fields:{deprecated:{type:"bool",id:33,options:{default:!1}},idempotencyLevel:{type:"IdempotencyLevel",id:34,options:{default:"IDEMPOTENCY_UNKNOWN"}},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]],nested:{IdempotencyLevel:{values:{IDEMPOTENCY_UNKNOWN:0,NO_SIDE_EFFECTS:1,IDEMPOTENT:2}}}},UninterpretedOption:{fields:{name:{rule:"repeated",type:"NamePart",id:2},identifierValue:{type:"string",id:3},positiveIntValue:{type:"uint64",id:4},negativeIntValue:{type:"int64",id:5},doubleValue:{type:"double",id:6},stringValue:{type:"bytes",id:7},aggregateValue:{type:"string",id:8}},nested:{NamePart:{fields:{namePart:{rule:"required",type:"string",id:1},isExtension:{rule:"required",type:"bool",id:2}}}}},SourceCodeInfo:{fields:{location:{rule:"repeated",type:"Location",id:1}},nested:{Location:{fields:{path:{rule:"repeated",type:"int32",id:1},span:{rule:"repeated",type:"int32",id:2},leadingComments:{type:"string",id:3},trailingComments:{type:"string",id:4},leadingDetachedComments:{rule:"repeated",type:"string",id:6}}}}},GeneratedCodeInfo:{fields:{annotation:{rule:"repeated",type:"Annotation",id:1}},nested:{Annotation:{fields:{path:{rule:"repeated",type:"int32",id:1},sourceFile:{type:"string",id:2},begin:{type:"int32",id:3},end:{type:"int32",id:4}}}}}}}}}}}},function(e,t,n){"use strict";function i(e,t){for(var n=new Array(arguments.length-1),i=0,r=2,o=!0;r<arguments.length;)n[i++]=arguments[r++];return new Promise(function(r,a){n[i]=function(e){if(o)if(o=!1,e)a(e);else{for(var t=new Array(arguments.length-1),n=0;n<t.length;)t[n++]=arguments[n];r.apply(null,t)}};try{e.apply(t||null,n)}catch(e){o&&(o=!1,a(e))}})}e.exports=i},function(module,exports,__webpack_require__){"use strict";function inquire(moduleName){try{var mod=eval("quire".replace(/^/,"re"))(moduleName);if(mod&&(mod.length||Object.keys(mod).length))return mod}catch(e){}return null}module.exports=inquire},function(e,t,n){"use strict";function i(e,t){return new r.default({data:t,created:function(){var t=this;Object.keys(this.$data).forEach(function(n){var i=window.localStorage.getItem(e+"."+n);i&&(t.$data[n]=JSON.parse(i)),t.$watch(n,function(){window.localStorage.setItem(e+"."+n,JSON.stringify(t.$data[n]))},{deep:!0})})}})}var r=n(15);t.a=i},function(e,t,n){"use strict";e.exports=n(92)},function(e,t,n){"use strict";function i(e,t,n,i){if(t.resolvedType)if(t.resolvedType instanceof a){e("switch(d%s){",i);for(var r=t.resolvedType.values,o=Object.keys(r),s=0;s<o.length;++s)t.repeated&&r[o[s]]===t.typeDefault&&e("default:"),e("case%j:",o[s])("case %i:",r[o[s]])("m%s=%j",i,r[o[s]])("break");e("}")}else e('if(typeof d%s!=="object")',i)("throw TypeError(%j)",t.fullName+": object expected")("m%s=types[%i].fromObject(d%s)",i,n,i);else{var d=!1;switch(t.type){case"double":case"float":e("m%s=Number(d%s)",i,i);break;case"uint32":case"fixed32":e("m%s=d%s>>>0",i,i);break;case"int32":case"sint32":case"sfixed32":e("m%s=d%s|0",i,i);break;case"uint64":d=!0;case"int64":case"sint64":case"fixed64":case"sfixed64":e("if(util.Long)")("(m%s=util.Long.fromValue(d%s)).unsigned=%j",i,i,d)('else if(typeof d%s==="string")',i)("m%s=parseInt(d%s,10)",i,i)('else if(typeof d%s==="number")',i)("m%s=d%s",i,i)('else if(typeof d%s==="object")',i)("m%s=new util.LongBits(d%s.low>>>0,d%s.high>>>0).toNumber(%s)",i,i,i,d?"true":"");break;case"bytes":e('if(typeof d%s==="string")',i)("util.base64.decode(d%s,m%s=util.newBuffer(util.base64.length(d%s)),0)",i,i,i)("else if(d%s.length)",i)("m%s=d%s",i,i);break;case"string":e("m%s=String(d%s)",i,i);break;case"bool":e("m%s=Boolean(d%s)",i,i)}}return e}function r(e,t,n,i){if(t.resolvedType)t.resolvedType instanceof a?e("d%s=o.enums===String?types[%i].values[m%s]:m%s",i,n,i,i):e("d%s=types[%i].toObject(m%s,o)",i,n,i);else{var r=!1;switch(t.type){case"double":case"float":e("d%s=o.json&&!isFinite(m%s)?String(m%s):m%s",i,i,i,i);break;case"uint64":r=!0;case"int64":case"sint64":case"fixed64":case"sfixed64":e('if(typeof m%s==="number")',i)("d%s=o.longs===String?String(m%s):m%s",i,i,i)("else")("d%s=o.longs===String?util.Long.prototype.toString.call(m%s):o.longs===Number?new util.LongBits(m%s.low>>>0,m%s.high>>>0).toNumber(%s):m%s",i,i,i,i,r?"true":"",i);break;case"bytes":e("d%s=o.bytes===String?util.base64.encode(m%s,0,m%s.length):o.bytes===Array?Array.prototype.slice.call(m%s):m%s",i,i,i,i,i);break;default:e("d%s=m%s",i,i)}}return e}var o=t,a=n(3),s=n(0);o.fromObject=function(e){var t=e.fieldsArray,n=s.codegen(["d"],e.name+"$fromObject")("if(d instanceof this.ctor)")("return d");if(!t.length)return n("return new this.ctor");n("var m=new this.ctor");for(var r=0;r<t.length;++r){var o=t[r].resolve(),d=s.safeProp(o.name);o.map?(n("if(d%s){",d)('if(typeof d%s!=="object")',d)("throw TypeError(%j)",o.fullName+": object expected")("m%s={}",d)("for(var ks=Object.keys(d%s),i=0;i<ks.length;++i){",d),i(n,o,r,d+"[ks[i]]")("}")("}")):o.repeated?(n("if(d%s){",d)("if(!Array.isArray(d%s))",d)("throw TypeError(%j)",o.fullName+": array expected")("m%s=[]",d)("for(var i=0;i<d%s.length;++i){",d),i(n,o,r,d+"[i]")("}")("}")):(o.resolvedType instanceof a||n("if(d%s!=null){",d),i(n,o,r,d),o.resolvedType instanceof a||n("}"))}return n("return m")},o.toObject=function(e){var t=e.fieldsArray.slice().sort(s.compareFieldsById);if(!t.length)return s.codegen()("return {}");for(var n=s.codegen(["m","o"],e.name+"$toObject")("if(!o)")("o={}")("var d={}"),i=[],o=[],d=[],l=0;l<t.length;++l)t[l].partOf||(t[l].resolve().repeated?i:t[l].map?o:d).push(t[l]);if(i.length){for(n("if(o.arrays||o.defaults){"),l=0;l<i.length;++l)n("d%s=[]",s.safeProp(i[l].name));n("}")}if(o.length){for(n("if(o.objects||o.defaults){"),l=0;l<o.length;++l)n("d%s={}",s.safeProp(o[l].name));n("}")}if(d.length){for(n("if(o.defaults){"),l=0;l<d.length;++l){var c=d[l],m=s.safeProp(c.name);if(c.resolvedType instanceof a)n("d%s=o.enums===String?%j:%j",m,c.resolvedType.valuesById[c.typeDefault],c.typeDefault);else if(c.long)n("if(util.Long){")("var n=new util.Long(%i,%i,%j)",c.typeDefault.low,c.typeDefault.high,c.typeDefault.unsigned)("d%s=o.longs===String?n.toString():o.longs===Number?n.toNumber():n",m)("}else")("d%s=o.longs===String?%j:%i",m,c.typeDefault.toString(),c.typeDefault.toNumber());else if(c.bytes){var u="["+Array.prototype.slice.call(c.typeDefault).join(",")+"]";n("if(o.bytes===String)d%s=%j",m,String.fromCharCode.apply(String,c.typeDefault))("else{")("d%s=%s",m,u)("if(o.bytes!==Array)d%s=util.newBuffer(d%s)",m,m)("}")}else n("d%s=%j",m,c.typeDefault)}n("}")}var p=!1;for(l=0;l<t.length;++l){var c=t[l],f=e._fieldsArray.indexOf(c),m=s.safeProp(c.name);c.map?(p||(p=!0,n("var ks2")),n("if(m%s&&(ks2=Object.keys(m%s)).length){",m,m)("d%s={}",m)("for(var j=0;j<ks2.length;++j){"),r(n,c,f,m+"[ks2[j]]")("}")):c.repeated?(n("if(m%s&&m%s.length){",m,m)("d%s=[]",m)("for(var j=0;j<m%s.length;++j){",m),r(n,c,f,m+"[j]")("}")):(n("if(m%s!=null&&m.hasOwnProperty(%j)){",m,c.name),r(n,c,f,m),c.partOf&&n("if(o.oneofs)")("d%s=%j",s.safeProp(c.partOf.name),c.name)),n("}")}return n("return d")}},function(e,t,n){"use strict";function i(e){return"missing required '"+e.name+"'"}function r(e){var t=s.codegen(["r","l"],e.name+"$decode")("if(!(r instanceof Reader))")("r=Reader.create(r)")("var c=l===undefined?r.len:r.pos+l,m=new this.ctor"+(e.fieldsArray.filter(function(e){return e.map}).length?",k":""))("while(r.pos<c){")("var t=r.uint32()");e.group&&t("if((t&7)===4)")("break"),t("switch(t>>>3){");for(var n=0;n<e.fieldsArray.length;++n){var r=e._fieldsArray[n].resolve(),d=r.resolvedType instanceof o?"int32":r.type,l="m"+s.safeProp(r.name);t("case %i:",r.id),r.map?(t("r.skip().pos++")("if(%s===util.emptyObject)",l)("%s={}",l)("k=r.%s()",r.keyType)("r.pos++"),void 0!==a.long[r.keyType]?void 0===a.basic[d]?t('%s[typeof k==="object"?util.longToHash(k):k]=types[%i].decode(r,r.uint32())',l,n):t('%s[typeof k==="object"?util.longToHash(k):k]=r.%s()',l,d):void 0===a.basic[d]?t("%s[k]=types[%i].decode(r,r.uint32())",l,n):t("%s[k]=r.%s()",l,d)):r.repeated?(t("if(!(%s&&%s.length))",l,l)("%s=[]",l),void 0!==a.packed[d]&&t("if((t&7)===2){")("var c2=r.uint32()+r.pos")("while(r.pos<c2)")("%s.push(r.%s())",l,d)("}else"),void 0===a.basic[d]?t(r.resolvedType.group?"%s.push(types[%i].decode(r))":"%s.push(types[%i].decode(r,r.uint32()))",l,n):t("%s.push(r.%s())",l,d)):void 0===a.basic[d]?t(r.resolvedType.group?"%s=types[%i].decode(r)":"%s=types[%i].decode(r,r.uint32())",l,n):t("%s=r.%s()",l,d),t("break")}for(t("default:")("r.skipType(t&7)")("break")("}")("}"),n=0;n<e._fieldsArray.length;++n){var c=e._fieldsArray[n];c.required&&t("if(!m.hasOwnProperty(%j))",c.name)("throw util.ProtocolError(%j,{instance:m})",i(c))}return t("return m")}e.exports=r;var o=n(3),a=n(9),s=n(0)},function(e,t,n){"use strict";function i(e,t,n,i){return t.resolvedType.group?e("types[%i].encode(%s,w.uint32(%i)).uint32(%i)",n,i,(t.id<<3|3)>>>0,(t.id<<3|4)>>>0):e("types[%i].encode(%s,w.uint32(%i).fork()).ldelim()",n,i,(t.id<<3|2)>>>0)}function r(e){for(var t,n,r=s.codegen(["m","w"],e.name+"$encode")("if(!w)")("w=Writer.create()"),d=e.fieldsArray.slice().sort(s.compareFieldsById),t=0;t<d.length;++t){var l=d[t].resolve(),c=e._fieldsArray.indexOf(l),m=l.resolvedType instanceof o?"int32":l.type,u=a.basic[m];n="m"+s.safeProp(l.name),l.map?(r("if(%s!=null&&m.hasOwnProperty(%j)){",n,l.name)("for(var ks=Object.keys(%s),i=0;i<ks.length;++i){",n)("w.uint32(%i).fork().uint32(%i).%s(ks[i])",(l.id<<3|2)>>>0,8|a.mapKey[l.keyType],l.keyType),void 0===u?r("types[%i].encode(%s[ks[i]],w.uint32(18).fork()).ldelim().ldelim()",c,n):r(".uint32(%i).%s(%s[ks[i]]).ldelim()",16|u,m,n),r("}")("}")):l.repeated?(r("if(%s!=null&&%s.length){",n,n),l.packed&&void 0!==a.packed[m]?r("w.uint32(%i).fork()",(l.id<<3|2)>>>0)("for(var i=0;i<%s.length;++i)",n)("w.%s(%s[i])",m,n)("w.ldelim()"):(r("for(var i=0;i<%s.length;++i)",n),void 0===u?i(r,l,c,n+"[i]"):r("w.uint32(%i).%s(%s[i])",(l.id<<3|u)>>>0,m,n)),r("}")):(l.optional&&r("if(%s!=null&&m.hasOwnProperty(%j))",n,l.name),void 0===u?i(r,l,c,n):r("w.uint32(%i).%s(%s)",(l.id<<3|u)>>>0,m,n))}return r("return w")}e.exports=r;var o=n(3),a=n(9),s=n(0)},function(e,t,n){"use strict";e.exports={}},function(e,t,n){"use strict";t.Service=n(95)},function(e,t,n){"use strict";function i(e){return e.replace(u,function(e,t){switch(t){case"\\":case"":return t;default:return p[t]||""}})}function r(e,t){function n(e){return Error("illegal "+e+" (line "+w+")")}function r(){var t="'"===R?s:a;t.lastIndex=_-1;var r=t.exec(e);if(!r)throw n("string");return _=t.lastIndex,v(R),R=null,i(r[1])}function u(t){return e.charAt(t)}function p(n,i){A=e.charAt(n++),S=w,O=!1;var r;r=t?2:3;var o,a=n-r;do{if(--a<0||"\n"===(o=e.charAt(a))){O=!0;break}}while(" "===o||"\t"===o);for(var s=e.substring(n,i).split(c),m=0;m<s.length;++m)s[m]=s[m].replace(t?l:d,"").trim();T=s.join("\n").trim()}function f(t){var n=h(t);return/^\s*\/{1,2}/.test(e.substring(t,n))}function h(e){for(var t=e;t<E&&"\n"!==u(t);)t++;return t}function g(){if(C.length>0)return C.shift();if(R)return r();var i,a,s,d,l;do{if(_===E)return null;for(i=!1;m.test(s=u(_));)if("\n"===s&&++w,++_===E)return null;if("/"===u(_)){if(++_===E)throw n("comment");if("/"===u(_))if(t){if(d=_,l=!1,f(_)){l=!0;do{if((_=h(_))===E)break;_++}while(f(_))}else _=Math.min(E,h(_)+1);l&&p(d,_),w++,i=!0}else{for(l="/"===u(d=_+1);"\n"!==u(++_);)if(_===E)return null;++_,l&&p(d,_-1),++w,i=!0}else{if("*"!==(s=u(_)))return"/";d=_+1,l=t||"*"===u(d);do{if("\n"===s&&++w,++_===E)throw n("comment");a=s,s=u(_)}while("*"!==a||"/"!==s);++_,l&&p(d,_-2),i=!0}}}while(i);var c=_;if(o.lastIndex=0,!o.test(u(c++)))for(;c<E&&!o.test(u(c));)++c;var g=e.substring(_,_=c);return'"'!==g&&"'"!==g||(R=g),g}function v(e){C.push(e)}function b(){if(!C.length){var e=g();if(null===e)return null;v(e)}return C[0]}function y(e,t){var i=b();if(i===e)return g(),!0;if(!t)throw n("token '"+i+"', '"+e+"' expected");return!1}function x(e){var n=null;return void 0===e?S===w-1&&(t||"*"===A||O)&&(n=T):(S<e&&b(),S!==e||O||!t&&"/"!==A||(n=T)),n}e=e.toString();var _=0,E=e.length,w=1,A=null,T=null,S=0,O=!1,C=[],R=null;return Object.defineProperty({next:g,peek:b,push:v,skip:y,cmnt:x},"line",{get:function(){return w}})}e.exports=r;var o=/[\s{}=;:[\],'"()<>]/g,a=/(?:"([^"\\]*(?:\\.[^"\\]*)*)")/g,s=/(?:'([^'\\]*(?:\\.[^'\\]*)*)')/g,d=/^ *[*/]+ */,l=/^\s*\*?\/*/,c=/\n/g,m=/\s/,u=/\\(.?)/g,p={0:"\0",r:"\r",n:"\n",t:"\t"};r.unescape=i},function(e,t,n){"use strict";function i(e,t){return e.name+": "+t+(e.repeated&&"array"!==t?"[]":e.map&&"object"!==t?"{k:"+e.keyType+"}":"")+" expected"}function r(e,t,n,r){if(t.resolvedType)if(t.resolvedType instanceof s){e("switch(%s){",r)("default:")("return%j",i(t,"enum value"));for(var o=Object.keys(t.resolvedType.values),a=0;a<o.length;++a)e("case %i:",t.resolvedType.values[o[a]]);e("break")("}")}else e("{")("var e=types[%i].verify(%s);",n,r)("if(e)")("return%j+e",t.name+".")("}");else switch(t.type){case"int32":case"uint32":case"sint32":case"fixed32":case"sfixed32":e("if(!util.isInteger(%s))",r)("return%j",i(t,"integer"));break;case"int64":case"uint64":case"sint64":case"fixed64":case"sfixed64":e("if(!util.isInteger(%s)&&!(%s&&util.isInteger(%s.low)&&util.isInteger(%s.high)))",r,r,r,r)("return%j",i(t,"integer|Long"));break;case"float":case"double":e('if(typeof %s!=="number")',r)("return%j",i(t,"number"));break;case"bool":e('if(typeof %s!=="boolean")',r)("return%j",i(t,"boolean"));break;case"string":e("if(!util.isString(%s))",r)("return%j",i(t,"string"));break;case"bytes":e('if(!(%s&&typeof %s.length==="number"||util.isString(%s)))',r,r,r)("return%j",i(t,"buffer"))}return e}function o(e,t,n){switch(t.keyType){case"int32":case"uint32":case"sint32":case"fixed32":case"sfixed32":e("if(!util.key32Re.test(%s))",n)("return%j",i(t,"integer key"));break;case"int64":case"uint64":case"sint64":case"fixed64":case"sfixed64":e("if(!util.key64Re.test(%s))",n)("return%j",i(t,"integer|Long key"));break;case"bool":e("if(!util.key2Re.test(%s))",n)("return%j",i(t,"boolean key"))}return e}function a(e){var t=d.codegen(["m"],e.name+"$verify")('if(typeof m!=="object"||m===null)')("return%j","object expected"),n=e.oneofsArray,a={};n.length&&t("var p={}");for(var s=0;s<e.fieldsArray.length;++s){var l=e._fieldsArray[s].resolve(),c="m"+d.safeProp(l.name);if(l.optional&&t("if(%s!=null&&m.hasOwnProperty(%j)){",c,l.name),l.map)t("if(!util.isObject(%s))",c)("return%j",i(l,"object"))("var k=Object.keys(%s)",c)("for(var i=0;i<k.length;++i){"),o(t,l,"k[i]"),r(t,l,s,c+"[k[i]]")("}");else if(l.repeated)t("if(!Array.isArray(%s))",c)("return%j",i(l,"array"))("for(var i=0;i<%s.length;++i){",c),r(t,l,s,c+"[i]")("}");else{if(l.partOf){var m=d.safeProp(l.partOf.name);1===a[l.partOf.name]&&t("if(p%s===1)",m)("return%j",l.partOf.name+": multiple values"),a[l.partOf.name]=1,t("p%s=1",m)}r(t,l,s,c)}l.optional&&t("}")}return t("return null")}e.exports=a;var s=n(3),d=n(0)},function(e,t,n){"use strict";var i=t,r=n(17);i[".google.protobuf.Any"]={fromObject:function(e){if(e&&e["@type"]){var t=this.lookup(e["@type"]);if(t){var n="."===e["@type"].charAt(0)?e["@type"].substr(1):e["@type"];return this.create({type_url:"/"+n,value:t.encode(t.fromObject(e)).finish()})}}return this.fromObject(e)},toObject:function(e,t){if(t&&t.json&&e.type_url&&e.value){var n=e.type_url.substring(e.type_url.lastIndexOf("/")+1),i=this.lookup(n);i&&(e=i.decode(e.value))}if(!(e instanceof this.ctor)&&e instanceof r){var o=e.$type.toObject(e,t);return o["@type"]=e.$type.fullName,o}return this.toObject(e,t)}}},function(e,t,n){function i(e){n(121)}var r=n(1)(n(63),n(110),i,"data-v-0738c93b",null);e.exports=r.exports},function(e,t,n){function i(e){n(123)}var r=n(1)(n(64),n(112),i,"data-v-1b493a76",null);e.exports=r.exports},function(e,t,n){function i(e){n(128)}var r=n(1)(n(66),n(119),i,null,null);e.exports=r.exports},function(e,t,n){var i=n(78);"string"==typeof i&&(i=[[e.i,i,""]]);var r={hmr:!0};r.transform=void 0;n(99)(i,r);i.locals&&(e.exports=i.locals)},function(e,t,n){function i(e){n(124)}var r=n(1)(n(57),n(113),i,null,null);e.exports=r.exports},function(e,t,n){/*!
+* Vue Material v0.8.1
+* Made with love by Marcos Moura
+* Released under the MIT License.
*/
-var debounce = supportsMicroTasks ? microtaskDebounce : taskDebounce;
-
-/**
- * Check if the given variable is a function
- * @method
- * @memberof Popper.Utils
- * @argument {Any} functionToCheck - variable to check
- * @returns {Boolean} answer to: is a function?
- */
-function isFunction(functionToCheck) {
- var getType = {};
- return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';
-}
-
-/**
- * Get CSS computed property of the given element
- * @method
- * @memberof Popper.Utils
- * @argument {Eement} element
- * @argument {String} property
- */
-function getStyleComputedProperty(element, property) {
- if (element.nodeType !== 1) {
- return [];
- }
- // NOTE: 1 DOM access here
- var window = element.ownerDocument.defaultView;
- var css = window.getComputedStyle(element, null);
- return property ? css[property] : css;
-}
-
-/**
- * Returns the parentNode or the host of the element
- * @method
- * @memberof Popper.Utils
- * @argument {Element} element
- * @returns {Element} parent
- */
-function getParentNode(element) {
- if (element.nodeName === 'HTML') {
- return element;
- }
- return element.parentNode || element.host;
-}
-
-/**
- * Returns the scrolling parent of the given element
- * @method
- * @memberof Popper.Utils
- * @argument {Element} element
- * @returns {Element} scroll parent
- */
-function getScrollParent(element) {
- // Return body, `getScroll` will take care to get the correct `scrollTop` from it
- if (!element) {
- return document.body;
- }
-
- switch (element.nodeName) {
- case 'HTML':
- case 'BODY':
- return element.ownerDocument.body;
- case '#document':
- return element.body;
- }
-
- // Firefox want us to check `-x` and `-y` variations as well
-
- var _getStyleComputedProp = getStyleComputedProperty(element),
- overflow = _getStyleComputedProp.overflow,
- overflowX = _getStyleComputedProp.overflowX,
- overflowY = _getStyleComputedProp.overflowY;
-
- if (/(auto|scroll|overlay)/.test(overflow + overflowY + overflowX)) {
- return element;
- }
-
- return getScrollParent(getParentNode(element));
-}
-
-var isIE11 = isBrowser && !!(window.MSInputMethodContext && document.documentMode);
-var isIE10 = isBrowser && /MSIE 10/.test(navigator.userAgent);
-
-/**
- * Determines if the browser is Internet Explorer
- * @method
- * @memberof Popper.Utils
- * @param {Number} version to check
- * @returns {Boolean} isIE
- */
-function isIE(version) {
- if (version === 11) {
- return isIE11;
- }
- if (version === 10) {
- return isIE10;
- }
- return isIE11 || isIE10;
-}
-
-/**
- * Returns the offset parent of the given element
- * @method
- * @memberof Popper.Utils
- * @argument {Element} element
- * @returns {Element} offset parent
- */
-function getOffsetParent(element) {
- if (!element) {
- return document.documentElement;
- }
-
- var noOffsetParent = isIE(10) ? document.body : null;
-
- // NOTE: 1 DOM access here
- var offsetParent = element.offsetParent || null;
- // Skip hidden elements which don't have an offsetParent
- while (offsetParent === noOffsetParent && element.nextElementSibling) {
- offsetParent = (element = element.nextElementSibling).offsetParent;
- }
-
- var nodeName = offsetParent && offsetParent.nodeName;
-
- if (!nodeName || nodeName === 'BODY' || nodeName === 'HTML') {
- return element ? element.ownerDocument.documentElement : document.documentElement;
- }
-
- // .offsetParent will return the closest TH, TD or TABLE in case
- // no offsetParent is present, I hate this job...
- if (['TH', 'TD', 'TABLE'].indexOf(offsetParent.nodeName) !== -1 && getStyleComputedProperty(offsetParent, 'position') === 'static') {
- return getOffsetParent(offsetParent);
- }
-
- return offsetParent;
-}
-
-function isOffsetContainer(element) {
- var nodeName = element.nodeName;
-
- if (nodeName === 'BODY') {
- return false;
- }
- return nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element;
-}
-
-/**
- * Finds the root node (document, shadowDOM root) of the given element
- * @method
- * @memberof Popper.Utils
- * @argument {Element} node
- * @returns {Element} root node
- */
-function getRoot(node) {
- if (node.parentNode !== null) {
- return getRoot(node.parentNode);
- }
-
- return node;
-}
-
-/**
- * Finds the offset parent common to the two provided nodes
- * @method
- * @memberof Popper.Utils
- * @argument {Element} element1
- * @argument {Element} element2
- * @returns {Element} common offset parent
- */
-function findCommonOffsetParent(element1, element2) {
- // This check is needed to avoid errors in case one of the elements isn't defined for any reason
- if (!element1 || !element1.nodeType || !element2 || !element2.nodeType) {
- return document.documentElement;
- }
-
- // Here we make sure to give as "start" the element that comes first in the DOM
- var order = element1.compareDocumentPosition(element2) & Node.DOCUMENT_POSITION_FOLLOWING;
- var start = order ? element1 : element2;
- var end = order ? element2 : element1;
-
- // Get common ancestor container
- var range = document.createRange();
- range.setStart(start, 0);
- range.setEnd(end, 0);
- var commonAncestorContainer = range.commonAncestorContainer;
-
- // Both nodes are inside #document
-
- if (element1 !== commonAncestorContainer && element2 !== commonAncestorContainer || start.contains(end)) {
- if (isOffsetContainer(commonAncestorContainer)) {
- return commonAncestorContainer;
- }
-
- return getOffsetParent(commonAncestorContainer);
- }
-
- // one of the nodes is inside shadowDOM, find which one
- var element1root = getRoot(element1);
- if (element1root.host) {
- return findCommonOffsetParent(element1root.host, element2);
- } else {
- return findCommonOffsetParent(element1, getRoot(element2).host);
- }
-}
-
-/**
- * Gets the scroll value of the given element in the given side (top and left)
- * @method
- * @memberof Popper.Utils
- * @argument {Element} element
- * @argument {String} side `top` or `left`
- * @returns {number} amount of scrolled pixels
- */
-function getScroll(element) {
- var side = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'top';
-
- var upperSide = side === 'top' ? 'scrollTop' : 'scrollLeft';
- var nodeName = element.nodeName;
-
- if (nodeName === 'BODY' || nodeName === 'HTML') {
- var html = element.ownerDocument.documentElement;
- var scrollingElement = element.ownerDocument.scrollingElement || html;
- return scrollingElement[upperSide];
- }
-
- return element[upperSide];
-}
-
-/*
- * Sum or subtract the element scroll values (left and top) from a given rect object
- * @method
- * @memberof Popper.Utils
- * @param {Object} rect - Rect object you want to change
- * @param {HTMLElement} element - The element from the function reads the scroll values
- * @param {Boolean} subtract - set to true if you want to subtract the scroll values
- * @return {Object} rect - The modifier rect object
- */
-function includeScroll(rect, element) {
- var subtract = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
-
- var scrollTop = getScroll(element, 'top');
- var scrollLeft = getScroll(element, 'left');
- var modifier = subtract ? -1 : 1;
- rect.top += scrollTop * modifier;
- rect.bottom += scrollTop * modifier;
- rect.left += scrollLeft * modifier;
- rect.right += scrollLeft * modifier;
- return rect;
-}
-
-/*
- * Helper to detect borders of a given element
- * @method
- * @memberof Popper.Utils
- * @param {CSSStyleDeclaration} styles
- * Result of `getStyleComputedProperty` on the given element
- * @param {String} axis - `x` or `y`
- * @return {number} borders - The borders size of the given axis
- */
-
-function getBordersSize(styles, axis) {
- var sideA = axis === 'x' ? 'Left' : 'Top';
- var sideB = sideA === 'Left' ? 'Right' : 'Bottom';
-
- return parseFloat(styles['border' + sideA + 'Width'], 10) + parseFloat(styles['border' + sideB + 'Width'], 10);
-}
-
-function getSize(axis, body, html, computedStyle) {
- return Math.max(body['offset' + axis], body['scroll' + axis], html['client' + axis], html['offset' + axis], html['scroll' + axis], isIE(10) ? parseInt(html['offset' + axis]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Top' : 'Left')]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Bottom' : 'Right')]) : 0);
-}
-
-function getWindowSizes(document) {
- var body = document.body;
- var html = document.documentElement;
- var computedStyle = isIE(10) && getComputedStyle(html);
-
- return {
- height: getSize('Height', body, html, computedStyle),
- width: getSize('Width', body, html, computedStyle)
- };
-}
-
-var classCallCheck = function (instance, Constructor) {
- if (!(instance instanceof Constructor)) {
- throw new TypeError("Cannot call a class as a function");
- }
-};
-
-var createClass = function () {
- function defineProperties(target, props) {
- for (var i = 0; i < props.length; i++) {
- var descriptor = props[i];
- descriptor.enumerable = descriptor.enumerable || false;
- descriptor.configurable = true;
- if ("value" in descriptor) descriptor.writable = true;
- Object.defineProperty(target, descriptor.key, descriptor);
- }
- }
-
- return function (Constructor, protoProps, staticProps) {
- if (protoProps) defineProperties(Constructor.prototype, protoProps);
- if (staticProps) defineProperties(Constructor, staticProps);
- return Constructor;
- };
-}();
-
-
-
-
-
-var defineProperty = function (obj, key, value) {
- if (key in obj) {
- Object.defineProperty(obj, key, {
- value: value,
- enumerable: true,
- configurable: true,
- writable: true
- });
- } else {
- obj[key] = value;
- }
-
- return obj;
-};
-
-var _extends = Object.assign || function (target) {
- for (var i = 1; i < arguments.length; i++) {
- var source = arguments[i];
-
- for (var key in source) {
- if (Object.prototype.hasOwnProperty.call(source, key)) {
- target[key] = source[key];
- }
- }
- }
-
- return target;
-};
-
-/**
- * Given element offsets, generate an output similar to getBoundingClientRect
- * @method
- * @memberof Popper.Utils
- * @argument {Object} offsets
- * @returns {Object} ClientRect like output
- */
-function getClientRect(offsets) {
- return _extends({}, offsets, {
- right: offsets.left + offsets.width,
- bottom: offsets.top + offsets.height
- });
-}
-
-/**
- * Get bounding client rect of given element
- * @method
- * @memberof Popper.Utils
- * @param {HTMLElement} element
- * @return {Object} client rect
- */
-function getBoundingClientRect(element) {
- var rect = {};
-
- // IE10 10 FIX: Please, don't ask, the element isn't
- // considered in DOM in some circumstances...
- // This isn't reproducible in IE10 compatibility mode of IE11
- try {
- if (isIE(10)) {
- rect = element.getBoundingClientRect();
- var scrollTop = getScroll(element, 'top');
- var scrollLeft = getScroll(element, 'left');
- rect.top += scrollTop;
- rect.left += scrollLeft;
- rect.bottom += scrollTop;
- rect.right += scrollLeft;
- } else {
- rect = element.getBoundingClientRect();
- }
- } catch (e) {}
-
- var result = {
- left: rect.left,
- top: rect.top,
- width: rect.right - rect.left,
- height: rect.bottom - rect.top
- };
-
- // subtract scrollbar size from sizes
- var sizes = element.nodeName === 'HTML' ? getWindowSizes(element.ownerDocument) : {};
- var width = sizes.width || element.clientWidth || result.right - result.left;
- var height = sizes.height || element.clientHeight || result.bottom - result.top;
-
- var horizScrollbar = element.offsetWidth - width;
- var vertScrollbar = element.offsetHeight - height;
-
- // if an hypothetical scrollbar is detected, we must be sure it's not a `border`
- // we make this check conditional for performance reasons
- if (horizScrollbar || vertScrollbar) {
- var styles = getStyleComputedProperty(element);
- horizScrollbar -= getBordersSize(styles, 'x');
- vertScrollbar -= getBordersSize(styles, 'y');
-
- result.width -= horizScrollbar;
- result.height -= vertScrollbar;
- }
-
- return getClientRect(result);
-}
-
-function getOffsetRectRelativeToArbitraryNode(children, parent) {
- var fixedPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
-
- var isIE10 = isIE(10);
- var isHTML = parent.nodeName === 'HTML';
- var childrenRect = getBoundingClientRect(children);
- var parentRect = getBoundingClientRect(parent);
- var scrollParent = getScrollParent(children);
-
- var styles = getStyleComputedProperty(parent);
- var borderTopWidth = parseFloat(styles.borderTopWidth, 10);
- var borderLeftWidth = parseFloat(styles.borderLeftWidth, 10);
-
- // In cases where the parent is fixed, we must ignore negative scroll in offset calc
- if (fixedPosition && isHTML) {
- parentRect.top = Math.max(parentRect.top, 0);
- parentRect.left = Math.max(parentRect.left, 0);
- }
- var offsets = getClientRect({
- top: childrenRect.top - parentRect.top - borderTopWidth,
- left: childrenRect.left - parentRect.left - borderLeftWidth,
- width: childrenRect.width,
- height: childrenRect.height
- });
- offsets.marginTop = 0;
- offsets.marginLeft = 0;
-
- // Subtract margins of documentElement in case it's being used as parent
- // we do this only on HTML because it's the only element that behaves
- // differently when margins are applied to it. The margins are included in
- // the box of the documentElement, in the other cases not.
- if (!isIE10 && isHTML) {
- var marginTop = parseFloat(styles.marginTop, 10);
- var marginLeft = parseFloat(styles.marginLeft, 10);
-
- offsets.top -= borderTopWidth - marginTop;
- offsets.bottom -= borderTopWidth - marginTop;
- offsets.left -= borderLeftWidth - marginLeft;
- offsets.right -= borderLeftWidth - marginLeft;
-
- // Attach marginTop and marginLeft because in some circumstances we may need them
- offsets.marginTop = marginTop;
- offsets.marginLeft = marginLeft;
- }
-
- if (isIE10 && !fixedPosition ? parent.contains(scrollParent) : parent === scrollParent && scrollParent.nodeName !== 'BODY') {
- offsets = includeScroll(offsets, parent);
- }
-
- return offsets;
-}
-
-function getViewportOffsetRectRelativeToArtbitraryNode(element) {
- var excludeScroll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
-
- var html = element.ownerDocument.documentElement;
- var relativeOffset = getOffsetRectRelativeToArbitraryNode(element, html);
- var width = Math.max(html.clientWidth, window.innerWidth || 0);
- var height = Math.max(html.clientHeight, window.innerHeight || 0);
-
- var scrollTop = !excludeScroll ? getScroll(html) : 0;
- var scrollLeft = !excludeScroll ? getScroll(html, 'left') : 0;
-
- var offset = {
- top: scrollTop - relativeOffset.top + relativeOffset.marginTop,
- left: scrollLeft - relativeOffset.left + relativeOffset.marginLeft,
- width: width,
- height: height
- };
-
- return getClientRect(offset);
-}
-
-/**
- * Check if the given element is fixed or is inside a fixed parent
- * @method
- * @memberof Popper.Utils
- * @argument {Element} element
- * @argument {Element} customContainer
- * @returns {Boolean} answer to "isFixed?"
- */
-function isFixed(element) {
- var nodeName = element.nodeName;
- if (nodeName === 'BODY' || nodeName === 'HTML') {
- return false;
- }
- if (getStyleComputedProperty(element, 'position') === 'fixed') {
- return true;
- }
- var parentNode = getParentNode(element);
- if (!parentNode) {
- return false;
- }
- return isFixed(parentNode);
-}
-
-/**
- * Finds the first parent of an element that has a transformed property defined
- * @method
- * @memberof Popper.Utils
- * @argument {Element} element
- * @returns {Element} first transformed parent or documentElement
- */
-
-function getFixedPositionOffsetParent(element) {
- // This check is needed to avoid errors in case one of the elements isn't defined for any reason
- if (!element || !element.parentElement || isIE()) {
- return document.documentElement;
- }
- var el = element.parentElement;
- while (el && getStyleComputedProperty(el, 'transform') === 'none') {
- el = el.parentElement;
- }
- return el || document.documentElement;
-}
-
-/**
- * Computed the boundaries limits and return them
- * @method
- * @memberof Popper.Utils
- * @param {HTMLElement} popper
- * @param {HTMLElement} reference
- * @param {number} padding
- * @param {HTMLElement} boundariesElement - Element used to define the boundaries
- * @param {Boolean} fixedPosition - Is in fixed position mode
- * @returns {Object} Coordinates of the boundaries
- */
-function getBoundaries(popper, reference, padding, boundariesElement) {
- var fixedPosition = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false;
-
- // NOTE: 1 DOM access here
-
- var boundaries = { top: 0, left: 0 };
- var offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, reference);
-
- // Handle viewport case
- if (boundariesElement === 'viewport') {
- boundaries = getViewportOffsetRectRelativeToArtbitraryNode(offsetParent, fixedPosition);
- } else {
- // Handle other cases based on DOM element used as boundaries
- var boundariesNode = void 0;
- if (boundariesElement === 'scrollParent') {
- boundariesNode = getScrollParent(getParentNode(reference));
- if (boundariesNode.nodeName === 'BODY') {
- boundariesNode = popper.ownerDocument.documentElement;
- }
- } else if (boundariesElement === 'window') {
- boundariesNode = popper.ownerDocument.documentElement;
- } else {
- boundariesNode = boundariesElement;
- }
-
- var offsets = getOffsetRectRelativeToArbitraryNode(boundariesNode, offsetParent, fixedPosition);
-
- // In case of HTML, we need a different computation
- if (boundariesNode.nodeName === 'HTML' && !isFixed(offsetParent)) {
- var _getWindowSizes = getWindowSizes(popper.ownerDocument),
- height = _getWindowSizes.height,
- width = _getWindowSizes.width;
-
- boundaries.top += offsets.top - offsets.marginTop;
- boundaries.bottom = height + offsets.top;
- boundaries.left += offsets.left - offsets.marginLeft;
- boundaries.right = width + offsets.left;
- } else {
- // for all the other DOM elements, this one is good
- boundaries = offsets;
- }
- }
-
- // Add paddings
- padding = padding || 0;
- var isPaddingNumber = typeof padding === 'number';
- boundaries.left += isPaddingNumber ? padding : padding.left || 0;
- boundaries.top += isPaddingNumber ? padding : padding.top || 0;
- boundaries.right -= isPaddingNumber ? padding : padding.right || 0;
- boundaries.bottom -= isPaddingNumber ? padding : padding.bottom || 0;
-
- return boundaries;
-}
-
-function getArea(_ref) {
- var width = _ref.width,
- height = _ref.height;
-
- return width * height;
-}
-
-/**
- * Utility used to transform the `auto` placement to the placement with more
- * available space.
- * @method
- * @memberof Popper.Utils
- * @argument {Object} data - The data object generated by update method
- * @argument {Object} options - Modifiers configuration and options
- * @returns {Object} The data object, properly modified
- */
-function computeAutoPlacement(placement, refRect, popper, reference, boundariesElement) {
- var padding = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;
-
- if (placement.indexOf('auto') === -1) {
- return placement;
- }
-
- var boundaries = getBoundaries(popper, reference, padding, boundariesElement);
-
- var rects = {
- top: {
- width: boundaries.width,
- height: refRect.top - boundaries.top
- },
- right: {
- width: boundaries.right - refRect.right,
- height: boundaries.height
- },
- bottom: {
- width: boundaries.width,
- height: boundaries.bottom - refRect.bottom
- },
- left: {
- width: refRect.left - boundaries.left,
- height: boundaries.height
- }
- };
-
- var sortedAreas = Object.keys(rects).map(function (key) {
- return _extends({
- key: key
- }, rects[key], {
- area: getArea(rects[key])
- });
- }).sort(function (a, b) {
- return b.area - a.area;
- });
-
- var filteredAreas = sortedAreas.filter(function (_ref2) {
- var width = _ref2.width,
- height = _ref2.height;
- return width >= popper.clientWidth && height >= popper.clientHeight;
- });
-
- var computedPlacement = filteredAreas.length > 0 ? filteredAreas[0].key : sortedAreas[0].key;
-
- var variation = placement.split('-')[1];
-
- return computedPlacement + (variation ? '-' + variation : '');
-}
-
-/**
- * Get offsets to the reference element
- * @method
- * @memberof Popper.Utils
- * @param {Object} state
- * @param {Element} popper - the popper element
- * @param {Element} reference - the reference element (the popper will be relative to this)
- * @param {Element} fixedPosition - is in fixed position mode
- * @returns {Object} An object containing the offsets which will be applied to the popper
- */
-function getReferenceOffsets(state, popper, reference) {
- var fixedPosition = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;
-
- var commonOffsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, reference);
- return getOffsetRectRelativeToArbitraryNode(reference, commonOffsetParent, fixedPosition);
-}
-
-/**
- * Get the outer sizes of the given element (offset size + margins)
- * @method
- * @memberof Popper.Utils
- * @argument {Element} element
- * @returns {Object} object containing width and height properties
- */
-function getOuterSizes(element) {
- var window = element.ownerDocument.defaultView;
- var styles = window.getComputedStyle(element);
- var x = parseFloat(styles.marginTop || 0) + parseFloat(styles.marginBottom || 0);
- var y = parseFloat(styles.marginLeft || 0) + parseFloat(styles.marginRight || 0);
- var result = {
- width: element.offsetWidth + y,
- height: element.offsetHeight + x
- };
- return result;
-}
-
-/**
- * Get the opposite placement of the given one
- * @method
- * @memberof Popper.Utils
- * @argument {String} placement
- * @returns {String} flipped placement
- */
-function getOppositePlacement(placement) {
- var hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' };
- return placement.replace(/left|right|bottom|top/g, function (matched) {
- return hash[matched];
- });
-}
-
-/**
- * Get offsets to the popper
- * @method
- * @memberof Popper.Utils
- * @param {Object} position - CSS position the Popper will get applied
- * @param {HTMLElement} popper - the popper element
- * @param {Object} referenceOffsets - the reference offsets (the popper will be relative to this)
- * @param {String} placement - one of the valid placement options
- * @returns {Object} popperOffsets - An object containing the offsets which will be applied to the popper
- */
-function getPopperOffsets(popper, referenceOffsets, placement) {
- placement = placement.split('-')[0];
-
- // Get popper node sizes
- var popperRect = getOuterSizes(popper);
-
- // Add position, width and height to our offsets object
- var popperOffsets = {
- width: popperRect.width,
- height: popperRect.height
- };
-
- // depending by the popper placement we have to compute its offsets slightly differently
- var isHoriz = ['right', 'left'].indexOf(placement) !== -1;
- var mainSide = isHoriz ? 'top' : 'left';
- var secondarySide = isHoriz ? 'left' : 'top';
- var measurement = isHoriz ? 'height' : 'width';
- var secondaryMeasurement = !isHoriz ? 'height' : 'width';
-
- popperOffsets[mainSide] = referenceOffsets[mainSide] + referenceOffsets[measurement] / 2 - popperRect[measurement] / 2;
- if (placement === secondarySide) {
- popperOffsets[secondarySide] = referenceOffsets[secondarySide] - popperRect[secondaryMeasurement];
- } else {
- popperOffsets[secondarySide] = referenceOffsets[getOppositePlacement(secondarySide)];
- }
-
- return popperOffsets;
-}
-
-/**
- * Mimics the `find` method of Array
- * @method
- * @memberof Popper.Utils
- * @argument {Array} arr
- * @argument prop
- * @argument value
- * @returns index or -1
- */
-function find(arr, check) {
- // use native find if supported
- if (Array.prototype.find) {
- return arr.find(check);
- }
-
- // use `filter` to obtain the same behavior of `find`
- return arr.filter(check)[0];
-}
-
-/**
- * Return the index of the matching object
- * @method
- * @memberof Popper.Utils
- * @argument {Array} arr
- * @argument prop
- * @argument value
- * @returns index or -1
- */
-function findIndex(arr, prop, value) {
- // use native findIndex if supported
- if (Array.prototype.findIndex) {
- return arr.findIndex(function (cur) {
- return cur[prop] === value;
- });
- }
-
- // use `find` + `indexOf` if `findIndex` isn't supported
- var match = find(arr, function (obj) {
- return obj[prop] === value;
- });
- return arr.indexOf(match);
-}
-
-/**
- * Loop trough the list of modifiers and run them in order,
- * each of them will then edit the data object.
- * @method
- * @memberof Popper.Utils
- * @param {dataObject} data
- * @param {Array} modifiers
- * @param {String} ends - Optional modifier name used as stopper
- * @returns {dataObject}
- */
-function runModifiers(modifiers, data, ends) {
- var modifiersToRun = ends === undefined ? modifiers : modifiers.slice(0, findIndex(modifiers, 'name', ends));
-
- modifiersToRun.forEach(function (modifier) {
- if (modifier['function']) {
- // eslint-disable-line dot-notation
- console.warn('`modifier.function` is deprecated, use `modifier.fn`!');
- }
- var fn = modifier['function'] || modifier.fn; // eslint-disable-line dot-notation
- if (modifier.enabled && isFunction(fn)) {
- // Add properties to offsets to make them a complete clientRect object
- // we do this before each modifier to make sure the previous one doesn't
- // mess with these values
- data.offsets.popper = getClientRect(data.offsets.popper);
- data.offsets.reference = getClientRect(data.offsets.reference);
-
- data = fn(data, modifier);
- }
- });
-
- return data;
-}
-
-/**
- * Updates the position of the popper, computing the new offsets and applying
- * the new style.<br />
- * Prefer `scheduleUpdate` over `update` because of performance reasons.
- * @method
- * @memberof Popper
- */
-function update() {
- // if popper is destroyed, don't perform any further update
- if (this.state.isDestroyed) {
- return;
- }
-
- var data = {
- instance: this,
- styles: {},
- arrowStyles: {},
- attributes: {},
- flipped: false,
- offsets: {}
- };
-
- // compute reference element offsets
- data.offsets.reference = getReferenceOffsets(this.state, this.popper, this.reference, this.options.positionFixed);
-
- // compute auto placement, store placement inside the data object,
- // modifiers will be able to edit `placement` if needed
- // and refer to originalPlacement to know the original value
- data.placement = computeAutoPlacement(this.options.placement, data.offsets.reference, this.popper, this.reference, this.options.modifiers.flip.boundariesElement, this.options.modifiers.flip.padding);
-
- // store the computed placement inside `originalPlacement`
- data.originalPlacement = data.placement;
-
- data.positionFixed = this.options.positionFixed;
-
- // compute the popper offsets
- data.offsets.popper = getPopperOffsets(this.popper, data.offsets.reference, data.placement);
-
- data.offsets.popper.position = this.options.positionFixed ? 'fixed' : 'absolute';
-
- // run the modifiers
- data = runModifiers(this.modifiers, data);
-
- // the first `update` will call `onCreate` callback
- // the other ones will call `onUpdate` callback
- if (!this.state.isCreated) {
- this.state.isCreated = true;
- this.options.onCreate(data);
- } else {
- this.options.onUpdate(data);
- }
-}
-
-/**
- * Helper used to know if the given modifier is enabled.
- * @method
- * @memberof Popper.Utils
- * @returns {Boolean}
- */
-function isModifierEnabled(modifiers, modifierName) {
- return modifiers.some(function (_ref) {
- var name = _ref.name,
- enabled = _ref.enabled;
- return enabled && name === modifierName;
- });
-}
-
-/**
- * Get the prefixed supported property name
- * @method
- * @memberof Popper.Utils
- * @argument {String} property (camelCase)
- * @returns {String} prefixed property (camelCase or PascalCase, depending on the vendor prefix)
- */
-function getSupportedPropertyName(property) {
- var prefixes = [false, 'ms', 'Webkit', 'Moz', 'O'];
- var upperProp = property.charAt(0).toUpperCase() + property.slice(1);
-
- for (var i = 0; i < prefixes.length; i++) {
- var prefix = prefixes[i];
- var toCheck = prefix ? '' + prefix + upperProp : property;
- if (typeof document.body.style[toCheck] !== 'undefined') {
- return toCheck;
- }
- }
- return null;
-}
-
-/**
- * Destroys the popper.
- * @method
- * @memberof Popper
- */
-function destroy() {
- this.state.isDestroyed = true;
-
- // touch DOM only if `applyStyle` modifier is enabled
- if (isModifierEnabled(this.modifiers, 'applyStyle')) {
- this.popper.removeAttribute('x-placement');
- this.popper.style.position = '';
- this.popper.style.top = '';
- this.popper.style.left = '';
- this.popper.style.right = '';
- this.popper.style.bottom = '';
- this.popper.style.willChange = '';
- this.popper.style[getSupportedPropertyName('transform')] = '';
- }
-
- this.disableEventListeners();
-
- // remove the popper if user explicity asked for the deletion on destroy
- // do not use `remove` because IE11 doesn't support it
- if (this.options.removeOnDestroy) {
- this.popper.parentNode.removeChild(this.popper);
- }
- return this;
-}
-
-/**
- * Get the window associated with the element
- * @argument {Element} element
- * @returns {Window}
- */
-function getWindow(element) {
- var ownerDocument = element.ownerDocument;
- return ownerDocument ? ownerDocument.defaultView : window;
-}
-
-function attachToScrollParents(scrollParent, event, callback, scrollParents) {
- var isBody = scrollParent.nodeName === 'BODY';
- var target = isBody ? scrollParent.ownerDocument.defaultView : scrollParent;
- target.addEventListener(event, callback, { passive: true });
-
- if (!isBody) {
- attachToScrollParents(getScrollParent(target.parentNode), event, callback, scrollParents);
- }
- scrollParents.push(target);
-}
-
-/**
- * Setup needed event listeners used to update the popper position
- * @method
- * @memberof Popper.Utils
- * @private
- */
-function setupEventListeners(reference, options, state, updateBound) {
- // Resize event listener on window
- state.updateBound = updateBound;
- getWindow(reference).addEventListener('resize', state.updateBound, { passive: true });
-
- // Scroll event listener on scroll parents
- var scrollElement = getScrollParent(reference);
- attachToScrollParents(scrollElement, 'scroll', state.updateBound, state.scrollParents);
- state.scrollElement = scrollElement;
- state.eventsEnabled = true;
-
- return state;
-}
-
-/**
- * It will add resize/scroll events and start recalculating
- * position of the popper element when they are triggered.
- * @method
- * @memberof Popper
- */
-function enableEventListeners() {
- if (!this.state.eventsEnabled) {
- this.state = setupEventListeners(this.reference, this.options, this.state, this.scheduleUpdate);
- }
-}
-
-/**
- * Remove event listeners used to update the popper position
- * @method
- * @memberof Popper.Utils
- * @private
- */
-function removeEventListeners(reference, state) {
- // Remove resize event listener on window
- getWindow(reference).removeEventListener('resize', state.updateBound);
-
- // Remove scroll event listener on scroll parents
- state.scrollParents.forEach(function (target) {
- target.removeEventListener('scroll', state.updateBound);
- });
-
- // Reset state
- state.updateBound = null;
- state.scrollParents = [];
- state.scrollElement = null;
- state.eventsEnabled = false;
- return state;
-}
-
-/**
- * It will remove resize/scroll events and won't recalculate popper position
- * when they are triggered. It also won't trigger `onUpdate` callback anymore,
- * unless you call `update` method manually.
- * @method
- * @memberof Popper
- */
-function disableEventListeners() {
- if (this.state.eventsEnabled) {
- cancelAnimationFrame(this.scheduleUpdate);
- this.state = removeEventListeners(this.reference, this.state);
- }
-}
-
-/**
- * Tells if a given input is a number
- * @method
- * @memberof Popper.Utils
- * @param {*} input to check
- * @return {Boolean}
- */
-function isNumeric(n) {
- return n !== '' && !isNaN(parseFloat(n)) && isFinite(n);
-}
-
-/**
- * Set the style to the given popper
- * @method
- * @memberof Popper.Utils
- * @argument {Element} element - Element to apply the style to
- * @argument {Object} styles
- * Object with a list of properties and values which will be applied to the element
- */
-function setStyles(element, styles) {
- Object.keys(styles).forEach(function (prop) {
- var unit = '';
- // add unit if the value is numeric and is one of the following
- if (['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !== -1 && isNumeric(styles[prop])) {
- unit = 'px';
- }
- element.style[prop] = styles[prop] + unit;
- });
-}
-
-/**
- * Set the attributes to the given popper
- * @method
- * @memberof Popper.Utils
- * @argument {Element} element - Element to apply the attributes to
- * @argument {Object} styles
- * Object with a list of properties and values which will be applied to the element
- */
-function setAttributes(element, attributes) {
- Object.keys(attributes).forEach(function (prop) {
- var value = attributes[prop];
- if (value !== false) {
- element.setAttribute(prop, attributes[prop]);
- } else {
- element.removeAttribute(prop);
- }
- });
-}
-
-/**
- * @function
- * @memberof Modifiers
- * @argument {Object} data - The data object generated by `update` method
- * @argument {Object} data.styles - List of style properties - values to apply to popper element
- * @argument {Object} data.attributes - List of attribute properties - values to apply to popper element
- * @argument {Object} options - Modifiers configuration and options
- * @returns {Object} The same data object
- */
-function applyStyle(data) {
- // any property present in `data.styles` will be applied to the popper,
- // in this way we can make the 3rd party modifiers add custom styles to it
- // Be aware, modifiers could override the properties defined in the previous
- // lines of this modifier!
- setStyles(data.instance.popper, data.styles);
-
- // any property present in `data.attributes` will be applied to the popper,
- // they will be set as HTML attributes of the element
- setAttributes(data.instance.popper, data.attributes);
-
- // if arrowElement is defined and arrowStyles has some properties
- if (data.arrowElement && Object.keys(data.arrowStyles).length) {
- setStyles(data.arrowElement, data.arrowStyles);
- }
-
- return data;
-}
-
-/**
- * Set the x-placement attribute before everything else because it could be used
- * to add margins to the popper margins needs to be calculated to get the
- * correct popper offsets.
- * @method
- * @memberof Popper.modifiers
- * @param {HTMLElement} reference - The reference element used to position the popper
- * @param {HTMLElement} popper - The HTML element used as popper
- * @param {Object} options - Popper.js options
- */
-function applyStyleOnLoad(reference, popper, options, modifierOptions, state) {
- // compute reference element offsets
- var referenceOffsets = getReferenceOffsets(state, popper, reference, options.positionFixed);
-
- // compute auto placement, store placement inside the data object,
- // modifiers will be able to edit `placement` if needed
- // and refer to originalPlacement to know the original value
- var placement = computeAutoPlacement(options.placement, referenceOffsets, popper, reference, options.modifiers.flip.boundariesElement, options.modifiers.flip.padding);
-
- popper.setAttribute('x-placement', placement);
-
- // Apply `position` to popper before anything else because
- // without the position applied we can't guarantee correct computations
- setStyles(popper, { position: options.positionFixed ? 'fixed' : 'absolute' });
-
- return options;
-}
-
-/**
- * @function
- * @memberof Popper.Utils
- * @argument {Object} data - The data object generated by `update` method
- * @argument {Boolean} shouldRound - If the offsets should be rounded at all
- * @returns {Object} The popper's position offsets rounded
- *
- * The tale of pixel-perfect positioning. It's still not 100% perfect, but as
- * good as it can be within reason.
- * Discussion here: https://github.com/FezVrasta/popper.js/pull/715
- *
- * Low DPI screens cause a popper to be blurry if not using full pixels (Safari
- * as well on High DPI screens).
- *
- * Firefox prefers no rounding for positioning and does not have blurriness on
- * high DPI screens.
- *
- * Only horizontal placement and left/right values need to be considered.
- */
-function getRoundedOffsets(data, shouldRound) {
- var _data$offsets = data.offsets,
- popper = _data$offsets.popper,
- reference = _data$offsets.reference;
- var round = Math.round,
- floor = Math.floor;
-
- var noRound = function noRound(v) {
- return v;
- };
-
- var referenceWidth = round(reference.width);
- var popperWidth = round(popper.width);
-
- var isVertical = ['left', 'right'].indexOf(data.placement) !== -1;
- var isVariation = data.placement.indexOf('-') !== -1;
- var sameWidthParity = referenceWidth % 2 === popperWidth % 2;
- var bothOddWidth = referenceWidth % 2 === 1 && popperWidth % 2 === 1;
-
- var horizontalToInteger = !shouldRound ? noRound : isVertical || isVariation || sameWidthParity ? round : floor;
- var verticalToInteger = !shouldRound ? noRound : round;
-
- return {
- left: horizontalToInteger(bothOddWidth && !isVariation && shouldRound ? popper.left - 1 : popper.left),
- top: verticalToInteger(popper.top),
- bottom: verticalToInteger(popper.bottom),
- right: horizontalToInteger(popper.right)
- };
-}
-
-var isFirefox = isBrowser && /Firefox/i.test(navigator.userAgent);
-
-/**
- * @function
- * @memberof Modifiers
- * @argument {Object} data - The data object generated by `update` method
- * @argument {Object} options - Modifiers configuration and options
- * @returns {Object} The data object, properly modified
- */
-function computeStyle(data, options) {
- var x = options.x,
- y = options.y;
- var popper = data.offsets.popper;
-
- // Remove this legacy support in Popper.js v2
-
- var legacyGpuAccelerationOption = find(data.instance.modifiers, function (modifier) {
- return modifier.name === 'applyStyle';
- }).gpuAcceleration;
- if (legacyGpuAccelerationOption !== undefined) {
- console.warn('WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!');
- }
- var gpuAcceleration = legacyGpuAccelerationOption !== undefined ? legacyGpuAccelerationOption : options.gpuAcceleration;
-
- var offsetParent = getOffsetParent(data.instance.popper);
- var offsetParentRect = getBoundingClientRect(offsetParent);
-
- // Styles
- var styles = {
- position: popper.position
- };
-
- var offsets = getRoundedOffsets(data, window.devicePixelRatio < 2 || !isFirefox);
-
- var sideA = x === 'bottom' ? 'top' : 'bottom';
- var sideB = y === 'right' ? 'left' : 'right';
-
- // if gpuAcceleration is set to `true` and transform is supported,
- // we use `translate3d` to apply the position to the popper we
- // automatically use the supported prefixed version if needed
- var prefixedProperty = getSupportedPropertyName('transform');
-
- // now, let's make a step back and look at this code closely (wtf?)
- // If the content of the popper grows once it's been positioned, it
- // may happen that the popper gets misplaced because of the new content
- // overflowing its reference element
- // To avoid this problem, we provide two options (x and y), which allow
- // the consumer to define the offset origin.
- // If we position a popper on top of a reference element, we can set
- // `x` to `top` to make the popper grow towards its top instead of
- // its bottom.
- var left = void 0,
- top = void 0;
- if (sideA === 'bottom') {
- // when offsetParent is <html> the positioning is relative to the bottom of the screen (excluding the scrollbar)
- // and not the bottom of the html element
- if (offsetParent.nodeName === 'HTML') {
- top = -offsetParent.clientHeight + offsets.bottom;
- } else {
- top = -offsetParentRect.height + offsets.bottom;
- }
- } else {
- top = offsets.top;
- }
- if (sideB === 'right') {
- if (offsetParent.nodeName === 'HTML') {
- left = -offsetParent.clientWidth + offsets.right;
- } else {
- left = -offsetParentRect.width + offsets.right;
- }
- } else {
- left = offsets.left;
- }
- if (gpuAcceleration && prefixedProperty) {
- styles[prefixedProperty] = 'translate3d(' + left + 'px, ' + top + 'px, 0)';
- styles[sideA] = 0;
- styles[sideB] = 0;
- styles.willChange = 'transform';
- } else {
- // othwerise, we use the standard `top`, `left`, `bottom` and `right` properties
- var invertTop = sideA === 'bottom' ? -1 : 1;
- var invertLeft = sideB === 'right' ? -1 : 1;
- styles[sideA] = top * invertTop;
- styles[sideB] = left * invertLeft;
- styles.willChange = sideA + ', ' + sideB;
- }
-
- // Attributes
- var attributes = {
- 'x-placement': data.placement
- };
-
- // Update `data` attributes, styles and arrowStyles
- data.attributes = _extends({}, attributes, data.attributes);
- data.styles = _extends({}, styles, data.styles);
- data.arrowStyles = _extends({}, data.offsets.arrow, data.arrowStyles);
-
- return data;
-}
-
-/**
- * Helper used to know if the given modifier depends from another one.<br />
- * It checks if the needed modifier is listed and enabled.
- * @method
- * @memberof Popper.Utils
- * @param {Array} modifiers - list of modifiers
- * @param {String} requestingName - name of requesting modifier
- * @param {String} requestedName - name of requested modifier
- * @returns {Boolean}
- */
-function isModifierRequired(modifiers, requestingName, requestedName) {
- var requesting = find(modifiers, function (_ref) {
- var name = _ref.name;
- return name === requestingName;
- });
-
- var isRequired = !!requesting && modifiers.some(function (modifier) {
- return modifier.name === requestedName && modifier.enabled && modifier.order < requesting.order;
- });
-
- if (!isRequired) {
- var _requesting = '`' + requestingName + '`';
- var requested = '`' + requestedName + '`';
- console.warn(requested + ' modifier is required by ' + _requesting + ' modifier in order to work, be sure to include it before ' + _requesting + '!');
- }
- return isRequired;
-}
-
-/**
- * @function
- * @memberof Modifiers
- * @argument {Object} data - The data object generated by update method
- * @argument {Object} options - Modifiers configuration and options
- * @returns {Object} The data object, properly modified
- */
-function arrow(data, options) {
- var _data$offsets$arrow;
-
- // arrow depends on keepTogether in order to work
- if (!isModifierRequired(data.instance.modifiers, 'arrow', 'keepTogether')) {
- return data;
- }
-
- var arrowElement = options.element;
-
- // if arrowElement is a string, suppose it's a CSS selector
- if (typeof arrowElement === 'string') {
- arrowElement = data.instance.popper.querySelector(arrowElement);
-
- // if arrowElement is not found, don't run the modifier
- if (!arrowElement) {
- return data;
- }
- } else {
- // if the arrowElement isn't a query selector we must check that the
- // provided DOM node is child of its popper node
- if (!data.instance.popper.contains(arrowElement)) {
- console.warn('WARNING: `arrow.element` must be child of its popper element!');
- return data;
- }
- }
-
- var placement = data.placement.split('-')[0];
- var _data$offsets = data.offsets,
- popper = _data$offsets.popper,
- reference = _data$offsets.reference;
-
- var isVertical = ['left', 'right'].indexOf(placement) !== -1;
-
- var len = isVertical ? 'height' : 'width';
- var sideCapitalized = isVertical ? 'Top' : 'Left';
- var side = sideCapitalized.toLowerCase();
- var altSide = isVertical ? 'left' : 'top';
- var opSide = isVertical ? 'bottom' : 'right';
- var arrowElementSize = getOuterSizes(arrowElement)[len];
-
- //
- // extends keepTogether behavior making sure the popper and its
- // reference have enough pixels in conjunction
- //
-
- // top/left side
- if (reference[opSide] - arrowElementSize < popper[side]) {
- data.offsets.popper[side] -= popper[side] - (reference[opSide] - arrowElementSize);
- }
- // bottom/right side
- if (reference[side] + arrowElementSize > popper[opSide]) {
- data.offsets.popper[side] += reference[side] + arrowElementSize - popper[opSide];
- }
- data.offsets.popper = getClientRect(data.offsets.popper);
-
- // compute center of the popper
- var center = reference[side] + reference[len] / 2 - arrowElementSize / 2;
-
- // Compute the sideValue using the updated popper offsets
- // take popper margin in account because we don't have this info available
- var css = getStyleComputedProperty(data.instance.popper);
- var popperMarginSide = parseFloat(css['margin' + sideCapitalized], 10);
- var popperBorderSide = parseFloat(css['border' + sideCapitalized + 'Width'], 10);
- var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;
-
- // prevent arrowElement from being placed not contiguously to its popper
- sideValue = Math.max(Math.min(popper[len] - arrowElementSize, sideValue), 0);
-
- data.arrowElement = arrowElement;
- data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty(_data$offsets$arrow, altSide, ''), _data$offsets$arrow);
-
- return data;
-}
-
-/**
- * Get the opposite placement variation of the given one
- * @method
- * @memberof Popper.Utils
- * @argument {String} placement variation
- * @returns {String} flipped placement variation
- */
-function getOppositeVariation(variation) {
- if (variation === 'end') {
- return 'start';
- } else if (variation === 'start') {
- return 'end';
- }
- return variation;
-}
-
-/**
- * List of accepted placements to use as values of the `placement` option.<br />
- * Valid placements are:
- * - `auto`
- * - `top`
- * - `right`
- * - `bottom`
- * - `left`
- *
- * Each placement can have a variation from this list:
- * - `-start`
- * - `-end`
- *
- * Variations are interpreted easily if you think of them as the left to right
- * written languages. Horizontally (`top` and `bottom`), `start` is left and `end`
- * is right.<br />
- * Vertically (`left` and `right`), `start` is top and `end` is bottom.
- *
- * Some valid examples are:
- * - `top-end` (on top of reference, right aligned)
- * - `right-start` (on right of reference, top aligned)
- * - `bottom` (on bottom, centered)
- * - `auto-end` (on the side with more space available, alignment depends by placement)
- *
- * @static
- * @type {Array}
- * @enum {String}
- * @readonly
- * @method placements
- * @memberof Popper
- */
-var placements = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start'];
-
-// Get rid of `auto` `auto-start` and `auto-end`
-var validPlacements = placements.slice(3);
-
-/**
- * Given an initial placement, returns all the subsequent placements
- * clockwise (or counter-clockwise).
- *
- * @method
- * @memberof Popper.Utils
- * @argument {String} placement - A valid placement (it accepts variations)
- * @argument {Boolean} counter - Set to true to walk the placements counterclockwise
- * @returns {Array} placements including their variations
- */
-function clockwise(placement) {
- var counter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
-
- var index = validPlacements.indexOf(placement);
- var arr = validPlacements.slice(index + 1).concat(validPlacements.slice(0, index));
- return counter ? arr.reverse() : arr;
-}
-
-var BEHAVIORS = {
- FLIP: 'flip',
- CLOCKWISE: 'clockwise',
- COUNTERCLOCKWISE: 'counterclockwise'
-};
-
-/**
- * @function
- * @memberof Modifiers
- * @argument {Object} data - The data object generated by update method
- * @argument {Object} options - Modifiers configuration and options
- * @returns {Object} The data object, properly modified
- */
-function flip(data, options) {
- // if `inner` modifier is enabled, we can't use the `flip` modifier
- if (isModifierEnabled(data.instance.modifiers, 'inner')) {
- return data;
- }
-
- if (data.flipped && data.placement === data.originalPlacement) {
- // seems like flip is trying to loop, probably there's not enough space on any of the flippable sides
- return data;
- }
-
- var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, options.boundariesElement, data.positionFixed);
-
- var placement = data.placement.split('-')[0];
- var placementOpposite = getOppositePlacement(placement);
- var variation = data.placement.split('-')[1] || '';
-
- var flipOrder = [];
-
- switch (options.behavior) {
- case BEHAVIORS.FLIP:
- flipOrder = [placement, placementOpposite];
- break;
- case BEHAVIORS.CLOCKWISE:
- flipOrder = clockwise(placement);
- break;
- case BEHAVIORS.COUNTERCLOCKWISE:
- flipOrder = clockwise(placement, true);
- break;
- default:
- flipOrder = options.behavior;
- }
-
- flipOrder.forEach(function (step, index) {
- if (placement !== step || flipOrder.length === index + 1) {
- return data;
- }
-
- placement = data.placement.split('-')[0];
- placementOpposite = getOppositePlacement(placement);
-
- var popperOffsets = data.offsets.popper;
- var refOffsets = data.offsets.reference;
-
- // using floor because the reference offsets may contain decimals we are not going to consider here
- var floor = Math.floor;
- var overlapsRef = placement === 'left' && floor(popperOffsets.right) > floor(refOffsets.left) || placement === 'right' && floor(popperOffsets.left) < floor(refOffsets.right) || placement === 'top' && floor(popperOffsets.bottom) > floor(refOffsets.top) || placement === 'bottom' && floor(popperOffsets.top) < floor(refOffsets.bottom);
-
- var overflowsLeft = floor(popperOffsets.left) < floor(boundaries.left);
- var overflowsRight = floor(popperOffsets.right) > floor(boundaries.right);
- var overflowsTop = floor(popperOffsets.top) < floor(boundaries.top);
- var overflowsBottom = floor(popperOffsets.bottom) > floor(boundaries.bottom);
-
- var overflowsBoundaries = placement === 'left' && overflowsLeft || placement === 'right' && overflowsRight || placement === 'top' && overflowsTop || placement === 'bottom' && overflowsBottom;
-
- // flip the variation if required
- var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;
-
- // flips variation if reference element overflows boundaries
- var flippedVariationByRef = !!options.flipVariations && (isVertical && variation === 'start' && overflowsLeft || isVertical && variation === 'end' && overflowsRight || !isVertical && variation === 'start' && overflowsTop || !isVertical && variation === 'end' && overflowsBottom);
-
- // flips variation if popper content overflows boundaries
- var flippedVariationByContent = !!options.flipVariationsByContent && (isVertical && variation === 'start' && overflowsRight || isVertical && variation === 'end' && overflowsLeft || !isVertical && variation === 'start' && overflowsBottom || !isVertical && variation === 'end' && overflowsTop);
-
- var flippedVariation = flippedVariationByRef || flippedVariationByContent;
-
- if (overlapsRef || overflowsBoundaries || flippedVariation) {
- // this boolean to detect any flip loop
- data.flipped = true;
-
- if (overlapsRef || overflowsBoundaries) {
- placement = flipOrder[index + 1];
- }
-
- if (flippedVariation) {
- variation = getOppositeVariation(variation);
- }
-
- data.placement = placement + (variation ? '-' + variation : '');
-
- // this object contains `position`, we want to preserve it along with
- // any additional property we may add in the future
- data.offsets.popper = _extends({}, data.offsets.popper, getPopperOffsets(data.instance.popper, data.offsets.reference, data.placement));
-
- data = runModifiers(data.instance.modifiers, data, 'flip');
- }
- });
- return data;
-}
-
-/**
- * @function
- * @memberof Modifiers
- * @argument {Object} data - The data object generated by update method
- * @argument {Object} options - Modifiers configuration and options
- * @returns {Object} The data object, properly modified
- */
-function keepTogether(data) {
- var _data$offsets = data.offsets,
- popper = _data$offsets.popper,
- reference = _data$offsets.reference;
-
- var placement = data.placement.split('-')[0];
- var floor = Math.floor;
- var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;
- var side = isVertical ? 'right' : 'bottom';
- var opSide = isVertical ? 'left' : 'top';
- var measurement = isVertical ? 'width' : 'height';
-
- if (popper[side] < floor(reference[opSide])) {
- data.offsets.popper[opSide] = floor(reference[opSide]) - popper[measurement];
- }
- if (popper[opSide] > floor(reference[side])) {
- data.offsets.popper[opSide] = floor(reference[side]);
- }
-
- return data;
-}
-
-/**
- * Converts a string containing value + unit into a px value number
- * @function
- * @memberof {modifiers~offset}
- * @private
- * @argument {String} str - Value + unit string
- * @argument {String} measurement - `height` or `width`
- * @argument {Object} popperOffsets
- * @argument {Object} referenceOffsets
- * @returns {Number|String}
- * Value in pixels, or original string if no values were extracted
- */
-function toValue(str, measurement, popperOffsets, referenceOffsets) {
- // separate value from unit
- var split = str.match(/((?:\-|\+)?\d*\.?\d*)(.*)/);
- var value = +split[1];
- var unit = split[2];
-
- // If it's not a number it's an operator, I guess
- if (!value) {
- return str;
- }
-
- if (unit.indexOf('%') === 0) {
- var element = void 0;
- switch (unit) {
- case '%p':
- element = popperOffsets;
- break;
- case '%':
- case '%r':
- default:
- element = referenceOffsets;
- }
-
- var rect = getClientRect(element);
- return rect[measurement] / 100 * value;
- } else if (unit === 'vh' || unit === 'vw') {
- // if is a vh or vw, we calculate the size based on the viewport
- var size = void 0;
- if (unit === 'vh') {
- size = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
- } else {
- size = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
- }
- return size / 100 * value;
- } else {
- // if is an explicit pixel unit, we get rid of the unit and keep the value
- // if is an implicit unit, it's px, and we return just the value
- return value;
- }
-}
-
-/**
- * Parse an `offset` string to extrapolate `x` and `y` numeric offsets.
- * @function
- * @memberof {modifiers~offset}
- * @private
- * @argument {String} offset
- * @argument {Object} popperOffsets
- * @argument {Object} referenceOffsets
- * @argument {String} basePlacement
- * @returns {Array} a two cells array with x and y offsets in numbers
- */
-function parseOffset(offset, popperOffsets, referenceOffsets, basePlacement) {
- var offsets = [0, 0];
-
- // Use height if placement is left or right and index is 0 otherwise use width
- // in this way the first offset will use an axis and the second one
- // will use the other one
- var useHeight = ['right', 'left'].indexOf(basePlacement) !== -1;
-
- // Split the offset string to obtain a list of values and operands
- // The regex addresses values with the plus or minus sign in front (+10, -20, etc)
- var fragments = offset.split(/(\+|\-)/).map(function (frag) {
- return frag.trim();
- });
-
- // Detect if the offset string contains a pair of values or a single one
- // they could be separated by comma or space
- var divider = fragments.indexOf(find(fragments, function (frag) {
- return frag.search(/,|\s/) !== -1;
- }));
-
- if (fragments[divider] && fragments[divider].indexOf(',') === -1) {
- console.warn('Offsets separated by white space(s) are deprecated, use a comma (,) instead.');
- }
-
- // If divider is found, we divide the list of values and operands to divide
- // them by ofset X and Y.
- var splitRegex = /\s*,\s*|\s+/;
- var ops = divider !== -1 ? [fragments.slice(0, divider).concat([fragments[divider].split(splitRegex)[0]]), [fragments[divider].split(splitRegex)[1]].concat(fragments.slice(divider + 1))] : [fragments];
-
- // Convert the values with units to absolute pixels to allow our computations
- ops = ops.map(function (op, index) {
- // Most of the units rely on the orientation of the popper
- var measurement = (index === 1 ? !useHeight : useHeight) ? 'height' : 'width';
- var mergeWithPrevious = false;
- return op
- // This aggregates any `+` or `-` sign that aren't considered operators
- // e.g.: 10 + +5 => [10, +, +5]
- .reduce(function (a, b) {
- if (a[a.length - 1] === '' && ['+', '-'].indexOf(b) !== -1) {
- a[a.length - 1] = b;
- mergeWithPrevious = true;
- return a;
- } else if (mergeWithPrevious) {
- a[a.length - 1] += b;
- mergeWithPrevious = false;
- return a;
- } else {
- return a.concat(b);
- }
- }, [])
- // Here we convert the string values into number values (in px)
- .map(function (str) {
- return toValue(str, measurement, popperOffsets, referenceOffsets);
- });
- });
-
- // Loop trough the offsets arrays and execute the operations
- ops.forEach(function (op, index) {
- op.forEach(function (frag, index2) {
- if (isNumeric(frag)) {
- offsets[index] += frag * (op[index2 - 1] === '-' ? -1 : 1);
- }
- });
- });
- return offsets;
-}
-
-/**
- * @function
- * @memberof Modifiers
- * @argument {Object} data - The data object generated by update method
- * @argument {Object} options - Modifiers configuration and options
- * @argument {Number|String} options.offset=0
- * The offset value as described in the modifier description
- * @returns {Object} The data object, properly modified
- */
-function offset(data, _ref) {
- var offset = _ref.offset;
- var placement = data.placement,
- _data$offsets = data.offsets,
- popper = _data$offsets.popper,
- reference = _data$offsets.reference;
-
- var basePlacement = placement.split('-')[0];
-
- var offsets = void 0;
- if (isNumeric(+offset)) {
- offsets = [+offset, 0];
- } else {
- offsets = parseOffset(offset, popper, reference, basePlacement);
- }
-
- if (basePlacement === 'left') {
- popper.top += offsets[0];
- popper.left -= offsets[1];
- } else if (basePlacement === 'right') {
- popper.top += offsets[0];
- popper.left += offsets[1];
- } else if (basePlacement === 'top') {
- popper.left += offsets[0];
- popper.top -= offsets[1];
- } else if (basePlacement === 'bottom') {
- popper.left += offsets[0];
- popper.top += offsets[1];
- }
-
- data.popper = popper;
- return data;
-}
-
-/**
- * @function
- * @memberof Modifiers
- * @argument {Object} data - The data object generated by `update` method
- * @argument {Object} options - Modifiers configuration and options
- * @returns {Object} The data object, properly modified
- */
-function preventOverflow(data, options) {
- var boundariesElement = options.boundariesElement || getOffsetParent(data.instance.popper);
-
- // If offsetParent is the reference element, we really want to
- // go one step up and use the next offsetParent as reference to
- // avoid to make this modifier completely useless and look like broken
- if (data.instance.reference === boundariesElement) {
- boundariesElement = getOffsetParent(boundariesElement);
- }
-
- // NOTE: DOM access here
- // resets the popper's position so that the document size can be calculated excluding
- // the size of the popper element itself
- var transformProp = getSupportedPropertyName('transform');
- var popperStyles = data.instance.popper.style; // assignment to help minification
- var top = popperStyles.top,
- left = popperStyles.left,
- transform = popperStyles[transformProp];
-
- popperStyles.top = '';
- popperStyles.left = '';
- popperStyles[transformProp] = '';
-
- var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, boundariesElement, data.positionFixed);
-
- // NOTE: DOM access here
- // restores the original style properties after the offsets have been computed
- popperStyles.top = top;
- popperStyles.left = left;
- popperStyles[transformProp] = transform;
-
- options.boundaries = boundaries;
-
- var order = options.priority;
- var popper = data.offsets.popper;
-
- var check = {
- primary: function primary(placement) {
- var value = popper[placement];
- if (popper[placement] < boundaries[placement] && !options.escapeWithReference) {
- value = Math.max(popper[placement], boundaries[placement]);
- }
- return defineProperty({}, placement, value);
- },
- secondary: function secondary(placement) {
- var mainSide = placement === 'right' ? 'left' : 'top';
- var value = popper[mainSide];
- if (popper[placement] > boundaries[placement] && !options.escapeWithReference) {
- value = Math.min(popper[mainSide], boundaries[placement] - (placement === 'right' ? popper.width : popper.height));
- }
- return defineProperty({}, mainSide, value);
- }
- };
-
- order.forEach(function (placement) {
- var side = ['left', 'top'].indexOf(placement) !== -1 ? 'primary' : 'secondary';
- popper = _extends({}, popper, check[side](placement));
- });
-
- data.offsets.popper = popper;
-
- return data;
-}
-
-/**
- * @function
- * @memberof Modifiers
- * @argument {Object} data - The data object generated by `update` method
- * @argument {Object} options - Modifiers configuration and options
- * @returns {Object} The data object, properly modified
- */
-function shift(data) {
- var placement = data.placement;
- var basePlacement = placement.split('-')[0];
- var shiftvariation = placement.split('-')[1];
-
- // if shift shiftvariation is specified, run the modifier
- if (shiftvariation) {
- var _data$offsets = data.offsets,
- reference = _data$offsets.reference,
- popper = _data$offsets.popper;
-
- var isVertical = ['bottom', 'top'].indexOf(basePlacement) !== -1;
- var side = isVertical ? 'left' : 'top';
- var measurement = isVertical ? 'width' : 'height';
-
- var shiftOffsets = {
- start: defineProperty({}, side, reference[side]),
- end: defineProperty({}, side, reference[side] + reference[measurement] - popper[measurement])
- };
-
- data.offsets.popper = _extends({}, popper, shiftOffsets[shiftvariation]);
- }
-
- return data;
-}
-
-/**
- * @function
- * @memberof Modifiers
- * @argument {Object} data - The data object generated by update method
- * @argument {Object} options - Modifiers configuration and options
- * @returns {Object} The data object, properly modified
- */
-function hide(data) {
- if (!isModifierRequired(data.instance.modifiers, 'hide', 'preventOverflow')) {
- return data;
- }
-
- var refRect = data.offsets.reference;
- var bound = find(data.instance.modifiers, function (modifier) {
- return modifier.name === 'preventOverflow';
- }).boundaries;
-
- if (refRect.bottom < bound.top || refRect.left > bound.right || refRect.top > bound.bottom || refRect.right < bound.left) {
- // Avoid unnecessary DOM access if visibility hasn't changed
- if (data.hide === true) {
- return data;
- }
-
- data.hide = true;
- data.attributes['x-out-of-boundaries'] = '';
- } else {
- // Avoid unnecessary DOM access if visibility hasn't changed
- if (data.hide === false) {
- return data;
- }
-
- data.hide = false;
- data.attributes['x-out-of-boundaries'] = false;
- }
-
- return data;
-}
-
-/**
- * @function
- * @memberof Modifiers
- * @argument {Object} data - The data object generated by `update` method
- * @argument {Object} options - Modifiers configuration and options
- * @returns {Object} The data object, properly modified
- */
-function inner(data) {
- var placement = data.placement;
- var basePlacement = placement.split('-')[0];
- var _data$offsets = data.offsets,
- popper = _data$offsets.popper,
- reference = _data$offsets.reference;
-
- var isHoriz = ['left', 'right'].indexOf(basePlacement) !== -1;
-
- var subtractLength = ['top', 'left'].indexOf(basePlacement) === -1;
-
- popper[isHoriz ? 'left' : 'top'] = reference[basePlacement] - (subtractLength ? popper[isHoriz ? 'width' : 'height'] : 0);
-
- data.placement = getOppositePlacement(placement);
- data.offsets.popper = getClientRect(popper);
-
- return data;
-}
-
-/**
- * Modifier function, each modifier can have a function of this type assigned
- * to its `fn` property.<br />
- * These functions will be called on each update, this means that you must
- * make sure they are performant enough to avoid performance bottlenecks.
- *
- * @function ModifierFn
- * @argument {dataObject} data - The data object generated by `update` method
- * @argument {Object} options - Modifiers configuration and options
- * @returns {dataObject} The data object, properly modified
- */
-
-/**
- * Modifiers are plugins used to alter the behavior of your poppers.<br />
- * Popper.js uses a set of 9 modifiers to provide all the basic functionalities
- * needed by the library.
- *
- * Usually you don't want to override the `order`, `fn` and `onLoad` props.
- * All the other properties are configurations that could be tweaked.
- * @namespace modifiers
- */
-var modifiers = {
- /**
- * Modifier used to shift the popper on the start or end of its reference
- * element.<br />
- * It will read the variation of the `placement` property.<br />
- * It can be one either `-end` or `-start`.
- * @memberof modifiers
- * @inner
- */
- shift: {
- /** @prop {number} order=100 - Index used to define the order of execution */
- order: 100,
- /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
- enabled: true,
- /** @prop {ModifierFn} */
- fn: shift
- },
-
- /**
- * The `offset` modifier can shift your popper on both its axis.
- *
- * It accepts the following units:
- * - `px` or unit-less, interpreted as pixels
- * - `%` or `%r`, percentage relative to the length of the reference element
- * - `%p`, percentage relative to the length of the popper element
- * - `vw`, CSS viewport width unit
- * - `vh`, CSS viewport height unit
- *
- * For length is intended the main axis relative to the placement of the popper.<br />
- * This means that if the placement is `top` or `bottom`, the length will be the
- * `width`. In case of `left` or `right`, it will be the `height`.
- *
- * You can provide a single value (as `Number` or `String`), or a pair of values
- * as `String` divided by a comma or one (or more) white spaces.<br />
- * The latter is a deprecated method because it leads to confusion and will be
- * removed in v2.<br />
- * Additionally, it accepts additions and subtractions between different units.
- * Note that multiplications and divisions aren't supported.
- *
- * Valid examples are:
- * ```
- * 10
- * '10%'
- * '10, 10'
- * '10%, 10'
- * '10 + 10%'
- * '10 - 5vh + 3%'
- * '-10px + 5vh, 5px - 6%'
- * ```
- * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap
- * > with their reference element, unfortunately, you will have to disable the `flip` modifier.
- * > You can read more on this at this [issue](https://github.com/FezVrasta/popper.js/issues/373).
- *
- * @memberof modifiers
- * @inner
- */
- offset: {
- /** @prop {number} order=200 - Index used to define the order of execution */
- order: 200,
- /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
- enabled: true,
- /** @prop {ModifierFn} */
- fn: offset,
- /** @prop {Number|String} offset=0
- * The offset value as described in the modifier description
- */
- offset: 0
- },
-
- /**
- * Modifier used to prevent the popper from being positioned outside the boundary.
- *
- * A scenario exists where the reference itself is not within the boundaries.<br />
- * We can say it has "escaped the boundaries" — or just "escaped".<br />
- * In this case we need to decide whether the popper should either:
- *
- * - detach from the reference and remain "trapped" in the boundaries, or
- * - if it should ignore the boundary and "escape with its reference"
- *
- * When `escapeWithReference` is set to`true` and reference is completely
- * outside its boundaries, the popper will overflow (or completely leave)
- * the boundaries in order to remain attached to the edge of the reference.
- *
- * @memberof modifiers
- * @inner
- */
- preventOverflow: {
- /** @prop {number} order=300 - Index used to define the order of execution */
- order: 300,
- /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
- enabled: true,
- /** @prop {ModifierFn} */
- fn: preventOverflow,
- /**
- * @prop {Array} [priority=['left','right','top','bottom']]
- * Popper will try to prevent overflow following these priorities by default,
- * then, it could overflow on the left and on top of the `boundariesElement`
- */
- priority: ['left', 'right', 'top', 'bottom'],
- /**
- * @prop {number} padding=5
- * Amount of pixel used to define a minimum distance between the boundaries
- * and the popper. This makes sure the popper always has a little padding
- * between the edges of its container
- */
- padding: 5,
- /**
- * @prop {String|HTMLElement} boundariesElement='scrollParent'
- * Boundaries used by the modifier. Can be `scrollParent`, `window`,
- * `viewport` or any DOM element.
- */
- boundariesElement: 'scrollParent'
- },
-
- /**
- * Modifier used to make sure the reference and its popper stay near each other
- * without leaving any gap between the two. Especially useful when the arrow is
- * enabled and you want to ensure that it points to its reference element.
- * It cares only about the first axis. You can still have poppers with margin
- * between the popper and its reference element.
- * @memberof modifiers
- * @inner
- */
- keepTogether: {
- /** @prop {number} order=400 - Index used to define the order of execution */
- order: 400,
- /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
- enabled: true,
- /** @prop {ModifierFn} */
- fn: keepTogether
- },
-
- /**
- * This modifier is used to move the `arrowElement` of the popper to make
- * sure it is positioned between the reference element and its popper element.
- * It will read the outer size of the `arrowElement` node to detect how many
- * pixels of conjunction are needed.
- *
- * It has no effect if no `arrowElement` is provided.
- * @memberof modifiers
- * @inner
- */
- arrow: {
- /** @prop {number} order=500 - Index used to define the order of execution */
- order: 500,
- /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
- enabled: true,
- /** @prop {ModifierFn} */
- fn: arrow,
- /** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */
- element: '[x-arrow]'
- },
-
- /**
- * Modifier used to flip the popper's placement when it starts to overlap its
- * reference element.
- *
- * Requires the `preventOverflow` modifier before it in order to work.
- *
- * **NOTE:** this modifier will interrupt the current update cycle and will
- * restart it if it detects the need to flip the placement.
- * @memberof modifiers
- * @inner
- */
- flip: {
- /** @prop {number} order=600 - Index used to define the order of execution */
- order: 600,
- /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
- enabled: true,
- /** @prop {ModifierFn} */
- fn: flip,
- /**
- * @prop {String|Array} behavior='flip'
- * The behavior used to change the popper's placement. It can be one of
- * `flip`, `clockwise`, `counterclockwise` or an array with a list of valid
- * placements (with optional variations)
- */
- behavior: 'flip',
- /**
- * @prop {number} padding=5
- * The popper will flip if it hits the edges of the `boundariesElement`
- */
- padding: 5,
- /**
- * @prop {String|HTMLElement} boundariesElement='viewport'
- * The element which will define the boundaries of the popper position.
- * The popper will never be placed outside of the defined boundaries
- * (except if `keepTogether` is enabled)
- */
- boundariesElement: 'viewport',
- /**
- * @prop {Boolean} flipVariations=false
- * The popper will switch placement variation between `-start` and `-end` when
- * the reference element overlaps its boundaries.
- *
- * The original placement should have a set variation.
- */
- flipVariations: false,
- /**
- * @prop {Boolean} flipVariationsByContent=false
- * The popper will switch placement variation between `-start` and `-end` when
- * the popper element overlaps its reference boundaries.
- *
- * The original placement should have a set variation.
- */
- flipVariationsByContent: false
- },
-
- /**
- * Modifier used to make the popper flow toward the inner of the reference element.
- * By default, when this modifier is disabled, the popper will be placed outside
- * the reference element.
- * @memberof modifiers
- * @inner
- */
- inner: {
- /** @prop {number} order=700 - Index used to define the order of execution */
- order: 700,
- /** @prop {Boolean} enabled=false - Whether the modifier is enabled or not */
- enabled: false,
- /** @prop {ModifierFn} */
- fn: inner
- },
-
- /**
- * Modifier used to hide the popper when its reference element is outside of the
- * popper boundaries. It will set a `x-out-of-boundaries` attribute which can
- * be used to hide with a CSS selector the popper when its reference is
- * out of boundaries.
- *
- * Requires the `preventOverflow` modifier before it in order to work.
- * @memberof modifiers
- * @inner
- */
- hide: {
- /** @prop {number} order=800 - Index used to define the order of execution */
- order: 800,
- /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
- enabled: true,
- /** @prop {ModifierFn} */
- fn: hide
- },
-
- /**
- * Computes the style that will be applied to the popper element to gets
- * properly positioned.
- *
- * Note that this modifier will not touch the DOM, it just prepares the styles
- * so that `applyStyle` modifier can apply it. This separation is useful
- * in case you need to replace `applyStyle` with a custom implementation.
- *
- * This modifier has `850` as `order` value to maintain backward compatibility
- * with previous versions of Popper.js. Expect the modifiers ordering method
- * to change in future major versions of the library.
- *
- * @memberof modifiers
- * @inner
- */
- computeStyle: {
- /** @prop {number} order=850 - Index used to define the order of execution */
- order: 850,
- /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
- enabled: true,
- /** @prop {ModifierFn} */
- fn: computeStyle,
- /**
- * @prop {Boolean} gpuAcceleration=true
- * If true, it uses the CSS 3D transformation to position the popper.
- * Otherwise, it will use the `top` and `left` properties
- */
- gpuAcceleration: true,
- /**
- * @prop {string} [x='bottom']
- * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin.
- * Change this if your popper should grow in a direction different from `bottom`
- */
- x: 'bottom',
- /**
- * @prop {string} [x='left']
- * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin.
- * Change this if your popper should grow in a direction different from `right`
- */
- y: 'right'
- },
-
- /**
- * Applies the computed styles to the popper element.
- *
- * All the DOM manipulations are limited to this modifier. This is useful in case
- * you want to integrate Popper.js inside a framework or view library and you
- * want to delegate all the DOM manipulations to it.
- *
- * Note that if you disable this modifier, you must make sure the popper element
- * has its position set to `absolute` before Popper.js can do its work!
- *
- * Just disable this modifier and define your own to achieve the desired effect.
- *
- * @memberof modifiers
- * @inner
- */
- applyStyle: {
- /** @prop {number} order=900 - Index used to define the order of execution */
- order: 900,
- /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
- enabled: true,
- /** @prop {ModifierFn} */
- fn: applyStyle,
- /** @prop {Function} */
- onLoad: applyStyleOnLoad,
- /**
- * @deprecated since version 1.10.0, the property moved to `computeStyle` modifier
- * @prop {Boolean} gpuAcceleration=true
- * If true, it uses the CSS 3D transformation to position the popper.
- * Otherwise, it will use the `top` and `left` properties
- */
- gpuAcceleration: undefined
- }
-};
-
-/**
- * The `dataObject` is an object containing all the information used by Popper.js.
- * This object is passed to modifiers and to the `onCreate` and `onUpdate` callbacks.
- * @name dataObject
- * @property {Object} data.instance The Popper.js instance
- * @property {String} data.placement Placement applied to popper
- * @property {String} data.originalPlacement Placement originally defined on init
- * @property {Boolean} data.flipped True if popper has been flipped by flip modifier
- * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper
- * @property {HTMLElement} data.arrowElement Node used as arrow by arrow modifier
- * @property {Object} data.styles Any CSS property defined here will be applied to the popper. It expects the JavaScript nomenclature (eg. `marginBottom`)
- * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow. It expects the JavaScript nomenclature (eg. `marginBottom`)
- * @property {Object} data.boundaries Offsets of the popper boundaries
- * @property {Object} data.offsets The measurements of popper, reference and arrow elements
- * @property {Object} data.offsets.popper `top`, `left`, `width`, `height` values
- * @property {Object} data.offsets.reference `top`, `left`, `width`, `height` values
- * @property {Object} data.offsets.arrow] `top` and `left` offsets, only one of them will be different from 0
- */
-
-/**
- * Default options provided to Popper.js constructor.<br />
- * These can be overridden using the `options` argument of Popper.js.<br />
- * To override an option, simply pass an object with the same
- * structure of the `options` object, as the 3rd argument. For example:
- * ```
- * new Popper(ref, pop, {
- * modifiers: {
- * preventOverflow: { enabled: false }
- * }
- * })
- * ```
- * @type {Object}
- * @static
- * @memberof Popper
- */
-var Defaults = {
- /**
- * Popper's placement.
- * @prop {Popper.placements} placement='bottom'
- */
- placement: 'bottom',
-
- /**
- * Set this to true if you want popper to position it self in 'fixed' mode
- * @prop {Boolean} positionFixed=false
- */
- positionFixed: false,
-
- /**
- * Whether events (resize, scroll) are initially enabled.
- * @prop {Boolean} eventsEnabled=true
- */
- eventsEnabled: true,
-
- /**
- * Set to true if you want to automatically remove the popper when
- * you call the `destroy` method.
- * @prop {Boolean} removeOnDestroy=false
- */
- removeOnDestroy: false,
-
- /**
- * Callback called when the popper is created.<br />
- * By default, it is set to no-op.<br />
- * Access Popper.js instance with `data.instance`.
- * @prop {onCreate}
- */
- onCreate: function onCreate() {},
-
- /**
- * Callback called when the popper is updated. This callback is not called
- * on the initialization/creation of the popper, but only on subsequent
- * updates.<br />
- * By default, it is set to no-op.<br />
- * Access Popper.js instance with `data.instance`.
- * @prop {onUpdate}
- */
- onUpdate: function onUpdate() {},
-
- /**
- * List of modifiers used to modify the offsets before they are applied to the popper.
- * They provide most of the functionalities of Popper.js.
- * @prop {modifiers}
- */
- modifiers: modifiers
-};
-
-/**
- * @callback onCreate
- * @param {dataObject} data
- */
-
-/**
- * @callback onUpdate
- * @param {dataObject} data
- */
-
-// Utils
-// Methods
-var Popper = function () {
- /**
- * Creates a new Popper.js instance.
- * @class Popper
- * @param {Element|referenceObject} reference - The reference element used to position the popper
- * @param {Element} popper - The HTML / XML element used as the popper
- * @param {Object} options - Your custom options to override the ones defined in [Defaults](#defaults)
- * @return {Object} instance - The generated Popper.js instance
- */
- function Popper(reference, popper) {
- var _this = this;
-
- var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
- classCallCheck(this, Popper);
-
- this.scheduleUpdate = function () {
- return requestAnimationFrame(_this.update);
- };
-
- // make update() debounced, so that it only runs at most once-per-tick
- this.update = debounce(this.update.bind(this));
-
- // with {} we create a new object with the options inside it
- this.options = _extends({}, Popper.Defaults, options);
-
- // init state
- this.state = {
- isDestroyed: false,
- isCreated: false,
- scrollParents: []
- };
-
- // get reference and popper elements (allow jQuery wrappers)
- this.reference = reference && reference.jquery ? reference[0] : reference;
- this.popper = popper && popper.jquery ? popper[0] : popper;
-
- // Deep merge modifiers options
- this.options.modifiers = {};
- Object.keys(_extends({}, Popper.Defaults.modifiers, options.modifiers)).forEach(function (name) {
- _this.options.modifiers[name] = _extends({}, Popper.Defaults.modifiers[name] || {}, options.modifiers ? options.modifiers[name] : {});
- });
-
- // Refactoring modifiers' list (Object => Array)
- this.modifiers = Object.keys(this.options.modifiers).map(function (name) {
- return _extends({
- name: name
- }, _this.options.modifiers[name]);
- })
- // sort the modifiers by order
- .sort(function (a, b) {
- return a.order - b.order;
- });
-
- // modifiers have the ability to execute arbitrary code when Popper.js get inited
- // such code is executed in the same order of its modifier
- // they could add new properties to their options configuration
- // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`!
- this.modifiers.forEach(function (modifierOptions) {
- if (modifierOptions.enabled && isFunction(modifierOptions.onLoad)) {
- modifierOptions.onLoad(_this.reference, _this.popper, _this.options, modifierOptions, _this.state);
- }
- });
-
- // fire the first update to position the popper in the right place
- this.update();
-
- var eventsEnabled = this.options.eventsEnabled;
- if (eventsEnabled) {
- // setup event listeners, they will take care of update the position in specific situations
- this.enableEventListeners();
- }
-
- this.state.eventsEnabled = eventsEnabled;
- }
-
- // We can't use class properties because they don't get listed in the
- // class prototype and break stuff like Sinon stubs
-
-
- createClass(Popper, [{
- key: 'update',
- value: function update$$1() {
- return update.call(this);
- }
- }, {
- key: 'destroy',
- value: function destroy$$1() {
- return destroy.call(this);
- }
- }, {
- key: 'enableEventListeners',
- value: function enableEventListeners$$1() {
- return enableEventListeners.call(this);
- }
- }, {
- key: 'disableEventListeners',
- value: function disableEventListeners$$1() {
- return disableEventListeners.call(this);
- }
-
- /**
- * Schedules an update. It will run on the next UI update available.
- * @method scheduleUpdate
- * @memberof Popper
- */
-
-
- /**
- * Collection of utilities useful when writing custom modifiers.
- * Starting from version 1.7, this method is available only if you
- * include `popper-utils.js` before `popper.js`.
- *
- * **DEPRECATION**: This way to access PopperUtils is deprecated
- * and will be removed in v2! Use the PopperUtils module directly instead.
- * Due to the high instability of the methods contained in Utils, we can't
- * guarantee them to follow semver. Use them at your own risk!
- * @static
- * @private
- * @type {Object}
- * @deprecated since version 1.8
- * @member Utils
- * @memberof Popper
- */
-
- }]);
- return Popper;
-}();
-
-/**
- * The `referenceObject` is an object that provides an interface compatible with Popper.js
- * and lets you use it as replacement of a real DOM node.<br />
- * You can use this method to position a popper relatively to a set of coordinates
- * in case you don't have a DOM node to use as reference.
- *
- * ```
- * new Popper(referenceObject, popperNode);
- * ```
- *
- * NB: This feature isn't supported in Internet Explorer 10.
- * @name referenceObject
- * @property {Function} data.getBoundingClientRect
- * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method.
- * @property {number} data.clientWidth
- * An ES6 getter that will return the width of the virtual reference element.
- * @property {number} data.clientHeight
- * An ES6 getter that will return the height of the virtual reference element.
- */
-
-
-Popper.Utils = (typeof window !== 'undefined' ? window : global).PopperUtils;
-Popper.placements = placements;
-Popper.Defaults = Defaults;
-
-/* harmony default export */ __webpack_exports__["default"] = (Popper);
-//# sourceMappingURL=popper.js.map
-
-/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(37)))
-
-/***/ }),
-/* 318 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowRightIcon_vue__ = __webpack_require__(94);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowRightIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowRightIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowRightIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowRightIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1e23e1bf_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdArrowRightIcon_vue__ = __webpack_require__(319);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowRightIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1e23e1bf_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdArrowRightIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdArrowRightIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 319 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", {
- attrs: { d: "M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z" }
- }),
- _vm._v(" "),
- _c("path", { attrs: { d: "M0-.25h24v24H0z", fill: "none" } })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 320 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowLeftIcon_vue__ = __webpack_require__(95);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowLeftIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowLeftIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowLeftIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowLeftIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5cc7b6f4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdArrowLeftIcon_vue__ = __webpack_require__(321);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowLeftIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5cc7b6f4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdArrowLeftIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdArrowLeftIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 321 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", {
- attrs: { d: "M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z" }
- }),
- _vm._v(" "),
- _c("path", { attrs: { d: "M0-.5h24v24H0z", fill: "none" } })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 322 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 323 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-portal",
- [
- _c("transition", { attrs: { name: "md-dialog" } }, [
- _vm.mdActive
- ? _c(
- "div",
- { staticClass: "md-dialog" },
- [
- _c("md-focus-trap", [
- _c(
- "div",
- _vm._g(
- {
- staticClass: "md-dialog-container",
- class: [_vm.dialogContainerClasses, _vm.$mdActiveTheme],
- on: {
- keydown: function($event) {
- if (
- !$event.type.indexOf("key") &&
- _vm._k($event.keyCode, "esc", 27, $event.key, [
- "Esc",
- "Escape"
- ])
- ) {
- return null
- }
- return _vm.onEsc($event)
- }
- }
- },
- _vm.$listeners
- ),
- [
- _vm._t("default"),
- _vm._v(" "),
- _c(
- "keep-alive",
- [
- _vm.mdBackdrop
- ? _c("md-overlay", {
- class: _vm.mdBackdropClass,
- attrs: {
- "md-fixed": "",
- "md-active": _vm.mdActive
- },
- on: { click: _vm.onClick }
- })
- : _vm._e()
- ],
- 1
- )
- ],
- 2
- )
- ])
- ],
- 1
- )
- : _vm._e()
- ])
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 324 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-popover",
- { attrs: { "md-settings": _vm.popperSettings, "md-active": "" } },
- [
- _c(
- "transition",
- {
- attrs: { name: "md-datepicker-dialog", appear: "" },
- on: { enter: _vm.setContentStyles, "after-leave": _vm.resetDate }
- },
- [
- _c(
- "div",
- {
- staticClass: "md-datepicker-dialog",
- class: [_vm.$mdActiveTheme]
- },
- [
- _c("div", { staticClass: "md-datepicker-header" }, [
- _c(
- "span",
- {
- staticClass: "md-datepicker-year-select",
- class: { "md-selected": _vm.currentView === "year" },
- on: {
- click: function($event) {
- _vm.currentView = "year"
- }
- }
- },
- [_vm._v(_vm._s(_vm.selectedYear))]
- ),
- _vm._v(" "),
- _c(
- "div",
- {
- staticClass: "md-datepicker-date-select",
- class: { "md-selected": _vm.currentView !== "year" },
- on: {
- click: function($event) {
- _vm.currentView = "day"
- }
- }
- },
- [
- _c("strong", { staticClass: "md-datepicker-dayname" }, [
- _vm._v(_vm._s(_vm.shortDayName) + ", ")
- ]),
- _vm._v(" "),
- _c("strong", { staticClass: "md-datepicker-monthname" }, [
- _vm._v(_vm._s(_vm.shortMonthName))
- ]),
- _vm._v(" "),
- _c("strong", { staticClass: "md-datepicker-day" }, [
- _vm._v(_vm._s(_vm.currentDay))
- ])
- ]
- )
- ]),
- _vm._v(" "),
- _c(
- "div",
- { staticClass: "md-datepicker-body" },
- [
- _c(
- "transition",
- { attrs: { name: "md-datepicker-body-header" } },
- [
- _vm.currentView === "day"
- ? _c(
- "div",
- { staticClass: "md-datepicker-body-header" },
- [
- _c(
- "md-button",
- {
- staticClass: "md-dense md-icon-button",
- on: { click: _vm.previousMonth }
- },
- [_c("md-arrow-left-icon")],
- 1
- ),
- _vm._v(" "),
- _c(
- "md-button",
- {
- staticClass: "md-dense md-icon-button",
- on: { click: _vm.nextMonth }
- },
- [_c("md-arrow-right-icon")],
- 1
- )
- ],
- 1
- )
- : _vm._e()
- ]
- ),
- _vm._v(" "),
- _c(
- "div",
- {
- staticClass: "md-datepicker-body-content",
- style: _vm.contentStyles
- },
- [
- _c(
- "transition",
- { attrs: { name: "md-datepicker-view" } },
- [
- _vm.currentView === "day"
- ? _c(
- "transition-group",
- {
- staticClass:
- "md-datepicker-panel md-datepicker-calendar",
- class: _vm.calendarClasses,
- attrs: {
- tag: "div",
- name: "md-datepicker-month"
- }
- },
- _vm._l([_vm.currentDate], function(month) {
- return _c(
- "div",
- {
- key: month.getMonth(),
- staticClass:
- "md-datepicker-panel md-datepicker-month"
- },
- [
- _c(
- "md-button",
- {
- staticClass:
- "md-dense md-datepicker-month-trigger",
- on: {
- click: function($event) {
- _vm.currentView = "month"
- }
- }
- },
- [
- _vm._v(
- _vm._s(_vm.currentMonthName) +
- " " +
- _vm._s(_vm.currentYear)
- )
- ]
- ),
- _vm._v(" "),
- _c(
- "div",
- { staticClass: "md-datepicker-week" },
- [
- _vm._l(
- _vm.locale.shorterDays,
- function(day, index) {
- return index >=
- _vm.firstDayOfAWeek
- ? _c("span", { key: index }, [
- _vm._v(_vm._s(day))
- ])
- : _vm._e()
- }
- ),
- _vm._v(" "),
- _vm._l(
- _vm.locale.shorterDays,
- function(day, index) {
- return index < _vm.firstDayOfAWeek
- ? _c("span", { key: index }, [
- _vm._v(_vm._s(day))
- ])
- : _vm._e()
- }
- )
- ],
- 2
- ),
- _vm._v(" "),
- _c(
- "div",
- { staticClass: "md-datepicker-days" },
- [
- _vm._l(_vm.prefixEmptyDays, function(
- day
- ) {
- return _c("span", {
- key: "day-empty-" + day,
- staticClass: "md-datepicker-empty"
- })
- }),
- _vm._v(" "),
- _vm._l(_vm.daysInMonth, function(
- day
- ) {
- return _c(
- "div",
- {
- key: "day-" + day,
- staticClass: "md-datepicker-day"
- },
- [
- _c(
- "span",
- {
- staticClass:
- "md-datepicker-day-button",
- class: {
- "md-datepicker-selected": _vm.isSelectedDay(
- day
- ),
- "md-datepicker-today": _vm.isToday(
- day
- ),
- "md-datepicker-disabled": _vm.isDisabled(
- day
- )
- },
- on: {
- click: function($event) {
- return _vm.selectDate(
- day
- )
- }
- }
- },
- [_vm._v(_vm._s(day))]
- )
- ]
- )
- })
- ],
- 2
- )
- ],
- 1
- )
- }),
- 0
- )
- : _vm.currentView === "month"
- ? _c(
- "div",
- {
- staticClass:
- "md-datepicker-panel md-datepicker-month-selector"
- },
- [
- _c(
- "md-button",
- {
- staticClass: "md-datepicker-year-trigger",
- on: {
- click: function($event) {
- _vm.currentView = "year"
- }
- }
- },
- [_vm._v(_vm._s(_vm.currentYear))]
- ),
- _vm._v(" "),
- _vm._l(_vm.locale.months, function(
- month,
- index
- ) {
- return _c(
- "span",
- {
- key: month,
- staticClass:
- "md-datepicker-month-button",
- class: {
- "md-datepicker-selected":
- _vm.currentMonthName === month
- },
- on: {
- click: function($event) {
- return _vm.switchMonth(index)
- }
- }
- },
- [_vm._v(_vm._s(month))]
- )
- })
- ],
- 2
- )
- : _vm.currentView === "year"
- ? _c(
- "keep-alive",
- [
- _c(
- "md-content",
- {
- staticClass:
- "md-datepicker-panel md-datepicker-year-selector md-scrollbar"
- },
- _vm._l(_vm.availableYears, function(year) {
- return _c(
- "span",
- {
- key: year,
- staticClass:
- "md-datepicker-year-button",
- class: {
- "md-datepicker-selected":
- _vm.currentYear === year
- },
- on: {
- click: function($event) {
- return _vm.switchYear(year)
- }
- }
- },
- [_vm._v(_vm._s(year))]
- )
- }),
- 0
- )
- ],
- 1
- )
- : _vm._e()
- ],
- 1
- )
- ],
- 1
- ),
- _vm._v(" "),
- _c(
- "md-dialog-actions",
- { staticClass: "md-datepicker-body-footer" },
- [
- _c(
- "md-button",
- {
- staticClass: "md-primary",
- on: { click: _vm.onCancel }
- },
- [_vm._v(_vm._s(_vm.locale.cancel))]
- ),
- _vm._v(" "),
- !_vm.mdImmediately
- ? _c(
- "md-button",
- {
- staticClass: "md-primary",
- on: { click: _vm.onConfirm }
- },
- [_vm._v(_vm._s(_vm.locale.confirm))]
- )
- : _vm._e()
- ],
- 1
- )
- ],
- 1
- )
- ]
- )
- ]
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 325 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDateIcon_vue__ = __webpack_require__(98);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDateIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDateIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDateIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDateIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_644b79cc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDateIcon_vue__ = __webpack_require__(326);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDateIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_644b79cc_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDateIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdDateIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 326 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", {
- attrs: {
- d:
- "M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"
- }
- }),
- _vm._v(" "),
- _c("path", { attrs: { d: "M0 0h24v24H0z", fill: "none" } })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 327 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-exports.default = function (fn, time) {
- var timeout = void 0;
- return function () {
- var _this = this,
- _arguments = arguments;
-
- var functionCall = function functionCall() {
- return fn.apply(_this, _arguments);
- };
- clearTimeout(timeout);
- timeout = setTimeout(functionCall, time);
- };
-};
-
-/***/ }),
-/* 328 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-field",
- {
- class: ["md-datepicker", { "md-native": !this.mdOverrideNative }],
- attrs: { "md-clearable": _vm.mdClearable },
- on: { "md-clear": _vm.onClear }
- },
- [
- _c("md-date-icon", {
- staticClass: "md-date-icon",
- nativeOn: {
- click: function($event) {
- return _vm.toggleDialog($event)
- }
- }
- }),
- _vm._v(" "),
- _c("md-input", {
- ref: "input",
- attrs: { type: _vm.type, pattern: _vm.pattern },
- nativeOn: {
- focus: function($event) {
- return _vm.onFocus($event)
- }
- },
- model: {
- value: _vm.inputDate,
- callback: function($$v) {
- _vm.inputDate = $$v
- },
- expression: "inputDate"
- }
- }),
- _vm._v(" "),
- _vm._t("default"),
- _vm._v(" "),
- _c(
- "keep-alive",
- [
- _vm.showDialog
- ? _c("md-datepicker-dialog", {
- attrs: {
- "md-date": _vm.localDate,
- "md-disabled-dates": _vm.mdDisabledDates,
- mdImmediately: _vm.mdImmediately
- },
- on: {
- "update:mdDate": function($event) {
- _vm.localDate = $event
- },
- "update:md-date": function($event) {
- _vm.localDate = $event
- },
- "md-closed": _vm.toggleDialog
- }
- })
- : _vm._e()
- ],
- 1
- ),
- _vm._v(" "),
- _c("md-overlay", {
- staticClass: "md-datepicker-overlay",
- attrs: { "md-fixed": "", "md-active": _vm.showDialog },
- on: { click: _vm.toggleDialog }
- })
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 329 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdDialog = __webpack_require__(12);
-
-var _MdDialog2 = _interopRequireDefault(_MdDialog);
-
-var _MdDialogTitle = __webpack_require__(330);
-
-var _MdDialogTitle2 = _interopRequireDefault(_MdDialogTitle);
-
-var _MdDialogContent = __webpack_require__(333);
-
-var _MdDialogContent2 = _interopRequireDefault(_MdDialogContent);
-
-var _MdDialogActions = __webpack_require__(336);
-
-var _MdDialogActions2 = _interopRequireDefault(_MdDialogActions);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdDialog2.default.name, _MdDialog2.default);
- Vue.component(_MdDialogTitle2.default.name, _MdDialogTitle2.default);
- Vue.component(_MdDialogContent2.default.name, _MdDialogContent2.default);
- Vue.component(_MdDialogActions2.default.name, _MdDialogActions2.default);
-};
-
-/***/ }),
-/* 330 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogTitle_vue__ = __webpack_require__(99);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogTitle_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogTitle_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogTitle_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogTitle_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_879275ce_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogTitle_vue__ = __webpack_require__(332);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(331)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogTitle_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_879275ce_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogTitle_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDialog/MdDialogTitle.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 331 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 332 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "span",
- { staticClass: "md-dialog-title md-title" },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 333 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogContent_vue__ = __webpack_require__(100);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogContent_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogContent_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogContent_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogContent_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_dae90f0c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogContent_vue__ = __webpack_require__(335);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(334)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogContent_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_dae90f0c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogContent_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDialog/MdDialogContent.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 334 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 335 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { class: ["md-dialog-content", _vm.$mdActiveTheme] },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 336 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogActions_vue__ = __webpack_require__(101);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogActions_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogActions_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogActions_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogActions_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_092eaafe_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogActions_vue__ = __webpack_require__(338);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(337)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogActions_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_092eaafe_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogActions_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDialog/MdDialogActions.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 337 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 338 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("div", { staticClass: "md-dialog-actions" }, [_vm._t("default")], 2)
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 339 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdDialog = __webpack_require__(12);
-
-var _MdDialog2 = _interopRequireDefault(_MdDialog);
-
-var _MdDialogAlert = __webpack_require__(340);
-
-var _MdDialogAlert2 = _interopRequireDefault(_MdDialogAlert);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdDialog2.default.name, _MdDialog2.default);
- Vue.component(_MdDialogAlert2.default.name, _MdDialogAlert2.default);
-};
-
-/***/ }),
-/* 340 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogAlert_vue__ = __webpack_require__(102);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogAlert_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogAlert_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogAlert_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogAlert_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_197ab94b_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogAlert_vue__ = __webpack_require__(341);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogAlert_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_197ab94b_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogAlert_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDialog/MdDialogAlert/MdDialogAlert.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 341 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-dialog",
- _vm._g(
- _vm._b(
- { attrs: { "md-fullscreen": false } },
- "md-dialog",
- _vm.$attrs,
- false
- ),
- _vm.$listeners
- ),
- [
- _vm.mdTitle
- ? _c("md-dialog-title", [_vm._v(_vm._s(_vm.mdTitle))])
- : _vm._e(),
- _vm._v(" "),
- _vm.mdContent
- ? _c("md-dialog-content", {
- domProps: { innerHTML: _vm._s(_vm.mdContent) }
- })
- : _vm._e(),
- _vm._v(" "),
- _c(
- "md-dialog-actions",
- [
- _c(
- "md-button",
- {
- staticClass: "md-primary",
- on: {
- click: function($event) {
- return _vm.$emit("update:mdActive", false)
- }
- }
- },
- [_vm._v(_vm._s(_vm.mdConfirmText))]
- )
- ],
- 1
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 342 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdDialog = __webpack_require__(12);
-
-var _MdDialog2 = _interopRequireDefault(_MdDialog);
-
-var _MdDialogConfirm = __webpack_require__(343);
-
-var _MdDialogConfirm2 = _interopRequireDefault(_MdDialogConfirm);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdDialog2.default.name, _MdDialog2.default);
- Vue.component(_MdDialogConfirm2.default.name, _MdDialogConfirm2.default);
-};
-
-/***/ }),
-/* 343 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogConfirm_vue__ = __webpack_require__(103);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogConfirm_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogConfirm_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogConfirm_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogConfirm_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_acc7afda_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogConfirm_vue__ = __webpack_require__(344);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogConfirm_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_acc7afda_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogConfirm_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDialog/MdDialogConfirm/MdDialogConfirm.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 344 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-dialog",
- _vm._g(
- _vm._b(
- { attrs: { "md-fullscreen": false } },
- "md-dialog",
- _vm.$attrs,
- false
- ),
- _vm.$listeners
- ),
- [
- _vm.mdTitle
- ? _c("md-dialog-title", [_vm._v(_vm._s(_vm.mdTitle))])
- : _vm._e(),
- _vm._v(" "),
- _vm.mdContent
- ? _c("md-dialog-content", {
- domProps: { innerHTML: _vm._s(_vm.mdContent) }
- })
- : _vm._e(),
- _vm._v(" "),
- _c(
- "md-dialog-actions",
- [
- _c("md-button", { on: { click: _vm.onCancel } }, [
- _vm._v(_vm._s(_vm.mdCancelText))
- ]),
- _vm._v(" "),
- _c(
- "md-button",
- { staticClass: "md-primary", on: { click: _vm.onConfirm } },
- [_vm._v(_vm._s(_vm.mdConfirmText))]
- )
- ],
- 1
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 345 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdDialog = __webpack_require__(12);
-
-var _MdDialog2 = _interopRequireDefault(_MdDialog);
-
-var _MdDialogPrompt = __webpack_require__(346);
-
-var _MdDialogPrompt2 = _interopRequireDefault(_MdDialogPrompt);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdDialog2.default.name, _MdDialog2.default);
- Vue.component(_MdDialogPrompt2.default.name, _MdDialogPrompt2.default);
-};
-
-/***/ }),
-/* 346 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogPrompt_vue__ = __webpack_require__(104);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogPrompt_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogPrompt_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogPrompt_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogPrompt_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7b3c8c22_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogPrompt_vue__ = __webpack_require__(347);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDialogPrompt_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7b3c8c22_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDialogPrompt_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDialog/MdDialogPrompt/MdDialogPrompt.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 347 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-dialog",
- _vm._b(
- {
- attrs: { "md-fullscreen": false },
- on: { "md-opened": _vm.setInputFocus }
- },
- "md-dialog",
- _vm.$attrs,
- false
- ),
- [
- _vm.mdTitle
- ? _c("md-dialog-title", [_vm._v(_vm._s(_vm.mdTitle))])
- : _vm._e(),
- _vm._v(" "),
- _vm.mdContent
- ? _c("md-dialog-content", {
- domProps: { innerHTML: _vm._s(_vm.mdContent) }
- })
- : _vm._e(),
- _vm._v(" "),
- _c(
- "md-dialog-content",
- [
- _c(
- "md-field",
- [
- _c("md-input", {
- ref: "input",
- attrs: {
- id: _vm.mdInputId,
- name: _vm.mdInputName,
- maxlength: _vm.mdInputMaxlength,
- placeholder: _vm.mdInputPlaceholder
- },
- nativeOn: {
- keydown: function($event) {
- if (
- !$event.type.indexOf("key") &&
- _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")
- ) {
- return null
- }
- return _vm.onConfirm($event)
- }
- },
- model: {
- value: _vm.inputValue,
- callback: function($$v) {
- _vm.inputValue = $$v
- },
- expression: "inputValue"
- }
- })
- ],
- 1
- )
- ],
- 1
- ),
- _vm._v(" "),
- _c(
- "md-dialog-actions",
- [
- _c(
- "md-button",
- { staticClass: "md-primary", on: { click: _vm.onCancel } },
- [_vm._v(_vm._s(_vm.mdCancelText))]
- ),
- _vm._v(" "),
- _c(
- "md-button",
- { staticClass: "md-primary", on: { click: _vm.onConfirm } },
- [_vm._v(_vm._s(_vm.mdConfirmText))]
- )
- ],
- 1
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 348 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdDivider = __webpack_require__(349);
-
-var _MdDivider2 = _interopRequireDefault(_MdDivider);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdDivider2.default.name, _MdDivider2.default);
-};
-
-/***/ }),
-/* 349 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDivider_vue__ = __webpack_require__(105);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDivider_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDivider_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDivider_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDivider_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_8ca7ced6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDivider_vue__ = __webpack_require__(351);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(350)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDivider_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_8ca7ced6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDivider_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDivider/MdDivider.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 350 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 351 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm.insideList
- ? _c("li", { staticClass: "md-divider", class: [_vm.$mdActiveTheme] })
- : _c("hr", { staticClass: "md-divider", class: [_vm.$mdActiveTheme] })
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 352 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdDrawer = __webpack_require__(353);
-
-var _MdDrawer2 = _interopRequireDefault(_MdDrawer);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdDrawer2.default.name, _MdDrawer2.default);
-};
-
-/***/ }),
-/* 353 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawer_vue__ = __webpack_require__(106);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawer_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawer_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawer_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawer_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_801caa62_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDrawer_vue__ = __webpack_require__(355);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(354)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDrawer_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_801caa62_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDrawer_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdDrawer/MdDrawer.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 354 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 355 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- staticClass: "md-drawer",
- class: [_vm.$mdActiveTheme, _vm.drawerClasses]
- },
- [
- _vm._t("default"),
- _vm._v(" "),
- _vm.mdFixed
- ? _c("md-overlay", {
- attrs: { "md-active": _vm.mdActive },
- on: { click: _vm.closeDrawer }
- })
- : _c("md-overlay", {
- attrs: { "md-active": _vm.mdActive, "md-attach-to-parent": "" },
- on: { click: _vm.closeDrawer }
- })
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 356 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-__webpack_require__(357);
-
-exports.default = function (Vue) {};
-
-/***/ }),
-/* 357 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 358 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdEmptyState = __webpack_require__(108);
-
-var _MdEmptyState2 = _interopRequireDefault(_MdEmptyState);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdEmptyState2.default.name, _MdEmptyState2.default);
-};
-
-/***/ }),
-/* 359 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 360 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("transition", { attrs: { name: "md-empty-state", appear: "" } }, [
- _c(
- "div",
- {
- staticClass: "md-empty-state",
- class: [_vm.emptyStateClasses, _vm.$mdActiveTheme],
- style: _vm.emptyStateStyles
- },
- [
- _c(
- "div",
- { staticClass: "md-empty-state-container" },
- [
- _vm.mdIcon
- ? [
- _vm.isAssetIcon(_vm.mdIcon)
- ? _c("md-icon", {
- staticClass: "md-empty-state-icon",
- attrs: { "md-src": _vm.mdIcon }
- })
- : _c("md-icon", { staticClass: "md-empty-state-icon" }, [
- _vm._v(_vm._s(_vm.mdIcon))
- ])
- ]
- : _vm._e(),
- _vm._v(" "),
- _vm.mdLabel
- ? _c("strong", { staticClass: "md-empty-state-label" }, [
- _vm._v(_vm._s(_vm.mdLabel))
- ])
- : _vm._e(),
- _vm._v(" "),
- _vm.mdDescription
- ? _c("p", { staticClass: "md-empty-state-description" }, [
- _vm._v(_vm._s(_vm.mdDescription))
- ])
- : _vm._e(),
- _vm._v(" "),
- _vm._t("default")
- ],
- 2
- )
- ]
- )
- ])
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 361 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdIcon = __webpack_require__(111);
-
-var _MdIcon2 = _interopRequireDefault(_MdIcon);
-
-var _MdSelect = __webpack_require__(362);
-
-var _MdSelect2 = _interopRequireDefault(_MdSelect);
-
-var _MdField = __webpack_require__(24);
-
-var _MdField2 = _interopRequireDefault(_MdField);
-
-var _MdFile = __webpack_require__(381);
-
-var _MdFile2 = _interopRequireDefault(_MdFile);
-
-var _MdInput = __webpack_require__(17);
-
-var _MdInput2 = _interopRequireDefault(_MdInput);
-
-var _MdTextarea = __webpack_require__(386);
-
-var _MdTextarea2 = _interopRequireDefault(_MdTextarea);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.use(_MdIcon2.default);
- Vue.use(_MdSelect2.default);
- Vue.component(_MdField2.default.name, _MdField2.default);
- Vue.component(_MdFile2.default.name, _MdFile2.default);
- Vue.component(_MdInput2.default.name, _MdInput2.default);
- Vue.component(_MdTextarea2.default.name, _MdTextarea2.default);
-};
-
-/***/ }),
-/* 362 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdSelect = __webpack_require__(363);
-
-var _MdSelect2 = _interopRequireDefault(_MdSelect);
-
-var _MdOption = __webpack_require__(375);
-
-var _MdOption2 = _interopRequireDefault(_MdOption);
-
-var _MdOptgroup = __webpack_require__(378);
-
-var _MdOptgroup2 = _interopRequireDefault(_MdOptgroup);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdSelect2.default.name, _MdSelect2.default);
- Vue.component(_MdOption2.default.name, _MdOption2.default);
- Vue.component(_MdOptgroup2.default.name, _MdOptgroup2.default);
-};
-
-/***/ }),
-/* 363 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSelect_vue__ = __webpack_require__(112);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSelect_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSelect_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSelect_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSelect_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7e35dfa3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSelect_vue__ = __webpack_require__(374);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(364)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSelect_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7e35dfa3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSelect_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdField/MdSelect/MdSelect.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 364 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 365 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDropDownIcon_vue__ = __webpack_require__(113);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDropDownIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDropDownIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDropDownIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDropDownIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_44db031d_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDropDownIcon_vue__ = __webpack_require__(366);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdDropDownIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_44db031d_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdDropDownIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdDropDownIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 366 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", { attrs: { d: "M7 10l5 5 5-5z" } }),
- _vm._v(" "),
- _c("path", { attrs: { d: "M0 0h24v24H0z", fill: "none" } })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 367 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 368 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- _vm._g({ staticClass: "md-menu" }, _vm.$listeners),
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 369 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 370 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 371 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "ul",
- _vm._g(
- _vm._b(
- { staticClass: "md-list", class: [_vm.$mdActiveTheme] },
- "ul",
- _vm.$attrs,
- false
- ),
- _vm.$listeners
- ),
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 372 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-exports.default = function (parent, child) {
- if (typeof Node.prototype.contains === 'function') {
- return Node.prototype.contains.call(parent, child);
- } else {
- return (Node.prototype.compareDocumentPosition.call(child, parent) & Node.prototype.DOCUMENT_POSITION_CONTAINS) !== 0;
- }
-};
-
-/***/ }),
-/* 373 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-popover",
- {
- attrs: {
- "md-settings": _vm.popperSettings,
- "md-active": _vm.shouldRender
- }
- },
- [
- _vm.shouldRender
- ? _c(
- "transition",
- _vm._g(
- { attrs: { name: "md-menu-content", css: _vm.didMount } },
- _vm.$listeners
- ),
- [
- _c(
- "div",
- {
- ref: "menu",
- class: [
- _vm.menuClasses,
- _vm.mdContentClass,
- _vm.$mdActiveTheme
- ],
- style: _vm.menuStyles
- },
- [
- _c(
- "div",
- {
- ref: "container",
- staticClass: "md-menu-content-container md-scrollbar",
- class: _vm.$mdActiveTheme
- },
- [
- _c(
- "md-list",
- _vm._b(
- { class: _vm.listClasses },
- "md-list",
- _vm.filteredAttrs,
- false
- ),
- [_vm._t("default")],
- 2
- )
- ],
- 1
- )
- ]
- )
- ]
- )
- : _vm._e()
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 374 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-menu",
- {
- staticClass: "md-select",
- class: { "md-disabled": _vm.disabled },
- attrs: {
- "md-close-on-select": false,
- "md-active": _vm.showSelect,
- "md-offset-x": _vm.offset.x,
- "md-offset-y": _vm.offset.y,
- "md-dense": _vm.mdDense
- },
- on: {
- "update:mdActive": function($event) {
- _vm.showSelect = $event
- },
- "update:md-active": function($event) {
- _vm.showSelect = $event
- },
- "md-closed": _vm.onClose
- }
- },
- [
- _c(
- "md-input",
- _vm._g(
- _vm._b(
- {
- ref: "input",
- staticClass: "md-input md-select-value",
- attrs: {
- readonly: "",
- disabled: _vm.disabled,
- required: _vm.required,
- placeholder: _vm.placeholder
- },
- on: {
- focus: function($event) {
- $event.preventDefault()
- return _vm.onFocus($event)
- },
- blur: function($event) {
- $event.preventDefault()
- return _vm.removeHighlight($event)
- },
- click: _vm.openSelect,
- keydown: [
- function($event) {
- if (
- !$event.type.indexOf("key") &&
- _vm._k($event.keyCode, "down", 40, $event.key, [
- "Down",
- "ArrowDown"
- ])
- ) {
- return null
- }
- return _vm.openSelect($event)
- },
- function($event) {
- if (
- !$event.type.indexOf("key") &&
- _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")
- ) {
- return null
- }
- return _vm.openSelect($event)
- },
- function($event) {
- if (
- !$event.type.indexOf("key") &&
- _vm._k($event.keyCode, "space", 32, $event.key, [
- " ",
- "Spacebar"
- ])
- ) {
- return null
- }
- return _vm.openSelect($event)
- }
- ]
- },
- model: {
- value: _vm.MdSelect.label,
- callback: function($$v) {
- _vm.$set(_vm.MdSelect, "label", $$v)
- },
- expression: "MdSelect.label"
- }
- },
- "md-input",
- _vm.attrs,
- false
- ),
- _vm.inputListeners
- )
- ),
- _vm._v(" "),
- _c("md-drop-down-icon", {
- nativeOn: {
- click: function($event) {
- return _vm.openSelect($event)
- }
- }
- }),
- _vm._v(" "),
- _c(
- "keep-alive",
- [
- _c(
- "md-menu-content",
- {
- ref: "menu",
- staticClass: "md-select-menu",
- style: _vm.menuStyles,
- attrs: { "md-content-class": _vm.mdClass },
- on: { enter: _vm.onMenuEnter }
- },
- [_vm.showSelect ? _vm._t("default") : _vm._e()],
- 2
- )
- ],
- 1
- ),
- _vm._v(" "),
- !_vm.showSelect
- ? _c(
- "div",
- {
- directives: [
- {
- name: "show",
- rawName: "v-show",
- value: false,
- expression: "false"
- }
- ]
- },
- [_vm._t("default")],
- 2
- )
- : _vm._e(),
- _vm._v(" "),
- _c("input", {
- directives: [
- {
- name: "model",
- rawName: "v-model",
- value: _vm.model,
- expression: "model"
- }
- ],
- staticClass: "md-input-fake",
- attrs: { disabled: _vm.disabled, readonly: "", tabindex: "-1" },
- domProps: { value: _vm.model },
- on: {
- input: function($event) {
- if ($event.target.composing) {
- return
- }
- _vm.model = $event.target.value
- }
- }
- }),
- _vm._v(" "),
- _c(
- "select",
- _vm._b(
- {
- directives: [
- {
- name: "model",
- rawName: "v-model",
- value: _vm.model,
- expression: "model"
- }
- ],
- attrs: { readonly: "", tabindex: "-1" },
- on: {
- change: function($event) {
- var $$selectedVal = Array.prototype.filter
- .call($event.target.options, function(o) {
- return o.selected
- })
- .map(function(o) {
- var val = "_value" in o ? o._value : o.value
- return val
- })
- _vm.model = $event.target.multiple
- ? $$selectedVal
- : $$selectedVal[0]
- }
- }
- },
- "select",
- _vm.attributes,
- false
- )
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 375 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOption_vue__ = __webpack_require__(121);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOption_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOption_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOption_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOption_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_32c8ce9c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdOption_vue__ = __webpack_require__(377);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(376)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOption_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_32c8ce9c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdOption_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdField/MdSelect/MdOption.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 376 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 377 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-menu-item",
- {
- class: _vm.optionClasses,
- attrs: { disabled: _vm.isDisabled },
- on: { click: _vm.setSelection }
- },
- [
- _vm.MdSelect.multiple
- ? _c("md-checkbox", {
- staticClass: "md-primary",
- attrs: { disabled: _vm.isDisabled },
- model: {
- value: _vm.isChecked,
- callback: function($$v) {
- _vm.isChecked = $$v
- },
- expression: "isChecked"
- }
- })
- : _vm._e(),
- _vm._v(" "),
- _c(
- "span",
- { ref: "text", staticClass: "md-list-item-text" },
- [_vm._t("default")],
- 2
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 378 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOptgroup_vue__ = __webpack_require__(122);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOptgroup_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOptgroup_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOptgroup_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOptgroup_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_60840a93_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdOptgroup_vue__ = __webpack_require__(380);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(379)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdOptgroup_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_60840a93_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdOptgroup_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdField/MdSelect/MdOptgroup.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 379 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 380 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-optgroup" },
- [
- _c("md-subheader", [_vm._v(_vm._s(_vm.label))]),
- _vm._v(" "),
- _vm._t("default")
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 381 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFile_vue__ = __webpack_require__(123);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFile_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFile_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFile_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFile_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_16fac4a3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdFile_vue__ = __webpack_require__(385);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(382)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFile_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_16fac4a3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdFile_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdField/MdFile/MdFile.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 382 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 383 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFileIcon_vue__ = __webpack_require__(124);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFileIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFileIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFileIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFileIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3bd0ca30_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdFileIcon_vue__ = __webpack_require__(384);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdFileIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3bd0ca30_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdFileIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdFileIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 384 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", {
- attrs: {
- d:
- "M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"
- }
- }),
- _vm._v(" "),
- _c("path", { attrs: { d: "M0 0h24v24H0z", fill: "none" } })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 385 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-file" },
- [
- _c("md-file-icon", {
- staticClass: "md-file-icon",
- class: _vm.iconClass,
- nativeOn: {
- click: function($event) {
- return _vm.openPicker($event)
- }
- }
- }),
- _vm._v(" "),
- {
- disabled: _vm.disabled,
- required: _vm.required,
- placeholder: _vm.placeholder
- }.type === "checkbox"
- ? _c(
- "input",
- _vm._b(
- {
- directives: [
- {
- name: "model",
- rawName: "v-model",
- value: _vm.model,
- expression: "model"
- }
- ],
- staticClass: "md-input",
- attrs: { readonly: "", type: "checkbox" },
- domProps: {
- checked: Array.isArray(_vm.model)
- ? _vm._i(_vm.model, null) > -1
- : _vm.model
- },
- on: {
- click: _vm.openPicker,
- blur: _vm.onBlur,
- change: function($event) {
- var $$a = _vm.model,
- $$el = $event.target,
- $$c = $$el.checked ? true : false
- if (Array.isArray($$a)) {
- var $$v = null,
- $$i = _vm._i($$a, $$v)
- if ($$el.checked) {
- $$i < 0 && (_vm.model = $$a.concat([$$v]))
- } else {
- $$i > -1 &&
- (_vm.model = $$a
- .slice(0, $$i)
- .concat($$a.slice($$i + 1)))
- }
- } else {
- _vm.model = $$c
- }
- }
- }
- },
- "input",
- {
- disabled: _vm.disabled,
- required: _vm.required,
- placeholder: _vm.placeholder
- },
- false
- )
- )
- : {
- disabled: _vm.disabled,
- required: _vm.required,
- placeholder: _vm.placeholder
- }.type === "radio"
- ? _c(
- "input",
- _vm._b(
- {
- directives: [
- {
- name: "model",
- rawName: "v-model",
- value: _vm.model,
- expression: "model"
- }
- ],
- staticClass: "md-input",
- attrs: { readonly: "", type: "radio" },
- domProps: { checked: _vm._q(_vm.model, null) },
- on: {
- click: _vm.openPicker,
- blur: _vm.onBlur,
- change: function($event) {
- _vm.model = null
- }
- }
- },
- "input",
- {
- disabled: _vm.disabled,
- required: _vm.required,
- placeholder: _vm.placeholder
- },
- false
- )
- )
- : _c(
- "input",
- _vm._b(
- {
- directives: [
- {
- name: "model",
- rawName: "v-model",
- value: _vm.model,
- expression: "model"
- }
- ],
- staticClass: "md-input",
- attrs: {
- readonly: "",
- type: {
- disabled: _vm.disabled,
- required: _vm.required,
- placeholder: _vm.placeholder
- }.type
- },
- domProps: { value: _vm.model },
- on: {
- click: _vm.openPicker,
- blur: _vm.onBlur,
- input: function($event) {
- if ($event.target.composing) {
- return
- }
- _vm.model = $event.target.value
- }
- }
- },
- "input",
- {
- disabled: _vm.disabled,
- required: _vm.required,
- placeholder: _vm.placeholder
- },
- false
- )
- ),
- _vm._v(" "),
- _c(
- "input",
- _vm._g(
- _vm._b(
- {
- ref: "inputFile",
- attrs: { type: "file" },
- on: { change: _vm.onChange }
- },
- "input",
- _vm.attributes,
- false
- ),
- _vm.$listeners
- )
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 386 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTextarea_vue__ = __webpack_require__(125);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTextarea_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTextarea_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTextarea_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTextarea_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_445d103a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTextarea_vue__ = __webpack_require__(387);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTextarea_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_445d103a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTextarea_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdField/MdTextarea/MdTextarea.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 387 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "textarea",
- _vm._g(
- _vm._b(
- {
- directives: [
- {
- name: "model",
- rawName: "v-model",
- value: _vm.model,
- expression: "model"
- }
- ],
- staticClass: "md-textarea",
- style: _vm.textareaStyles,
- domProps: { value: _vm.model },
- on: {
- focus: _vm.onFocus,
- blur: _vm.onBlur,
- input: function($event) {
- if ($event.target.composing) {
- return
- }
- _vm.model = $event.target.value
- }
- }
- },
- "textarea",
- _vm.attributes,
- false
- ),
- _vm.listeners
- )
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 388 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdHighlightText = __webpack_require__(389);
-
-var _MdHighlightText2 = _interopRequireDefault(_MdHighlightText);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdHighlightText2.default.name, _MdHighlightText2.default);
-};
-
-/***/ }),
-/* 389 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdHighlightText_vue__ = __webpack_require__(126);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdHighlightText_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdHighlightText_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdHighlightText_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdHighlightText_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(390)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-var __vue_template__ = null
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdHighlightText_vue___default.a,
- __vue_template__,
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdHighlightText/MdHighlightText.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 390 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 391 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdImage = __webpack_require__(392);
-
-var _MdImage2 = _interopRequireDefault(_MdImage);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdImage2.default.name, _MdImage2.default);
-};
-
-/***/ }),
-/* 392 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdImage_vue__ = __webpack_require__(127);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdImage_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdImage_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdImage_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdImage_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4511ea59_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdImage_vue__ = __webpack_require__(394);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(393)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdImage_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4511ea59_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdImage_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdImage/MdImage.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 393 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 394 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-image", class: [_vm.$mdActiveTheme] },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 395 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-__webpack_require__(396);
-
-exports.default = function (Vue) {};
-
-/***/ }),
-/* 396 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 397 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdList = __webpack_require__(119);
-
-var _MdList2 = _interopRequireDefault(_MdList);
-
-var _MdListItem = __webpack_require__(128);
-
-var _MdListItem2 = _interopRequireDefault(_MdListItem);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdList2.default.name, _MdList2.default);
- Vue.component(_MdListItem2.default.name, _MdListItem2.default);
-};
-
-/***/ }),
-/* 398 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 399 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemDefault_vue__ = __webpack_require__(131);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemDefault_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemDefault_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemDefault_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemDefault_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b4eac868_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemDefault_vue__ = __webpack_require__(402);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemDefault_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b4eac868_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemDefault_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdList/MdListItem/MdListItemDefault.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 400 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemContent_vue__ = __webpack_require__(132);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemContent_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemContent_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemContent_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemContent_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_af37c3f8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemContent_vue__ = __webpack_require__(401);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemContent_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_af37c3f8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemContent_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdList/MdListItem/MdListItemContent.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 401 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-ripple",
- {
- staticClass: "md-list-item-content",
- attrs: { "md-disabled": _vm.mdDisabled }
- },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 402 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-list-item-default", on: { click: _vm.toggleControl } },
- [
- _c(
- "md-list-item-content",
- { attrs: { "md-disabled": "" } },
- [_vm._t("default")],
- 2
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 403 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemFakeButton_vue__ = __webpack_require__(133);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemFakeButton_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemFakeButton_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemFakeButton_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemFakeButton_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_91dceca8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemFakeButton_vue__ = __webpack_require__(404);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemFakeButton_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_91dceca8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemFakeButton_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdList/MdListItem/MdListItemFakeButton.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 404 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- staticClass: "md-list-item-fake-button",
- attrs: { disabled: _vm.disabled }
- },
- [
- _c(
- "md-list-item-content",
- { attrs: { "md-disabled": _vm.isDisabled } },
- [_vm._t("default")],
- 2
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 405 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemButton_vue__ = __webpack_require__(134);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemButton_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemButton_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemButton_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemButton_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4d27ca12_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemButton_vue__ = __webpack_require__(406);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemButton_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4d27ca12_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemButton_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdList/MdListItem/MdListItemButton.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 406 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "button",
- {
- staticClass: "md-list-item-button",
- attrs: { type: "button", disabled: _vm.disabled }
- },
- [
- _c(
- "md-list-item-content",
- { attrs: { "md-disabled": _vm.isDisabled } },
- [_vm._t("default")],
- 2
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 407 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemLink_vue__ = __webpack_require__(135);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemLink_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemLink_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemLink_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemLink_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_49acb202_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemLink_vue__ = __webpack_require__(408);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemLink_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_49acb202_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemLink_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdList/MdListItem/MdListItemLink.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 408 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "a",
- _vm._b({ staticClass: "md-list-item-link" }, "a", _vm.$props, false),
- [
- _c(
- "md-list-item-content",
- { attrs: { "md-disabled": _vm.isDisabled } },
- [_vm._t("default")],
- 2
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 409 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemRouter_vue__ = __webpack_require__(136);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemRouter_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemRouter_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemRouter_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemRouter_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_091cb0e4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemRouter_vue__ = __webpack_require__(410);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemRouter_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_091cb0e4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemRouter_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdList/MdListItem/MdListItemRouter.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 410 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "router-link",
- _vm._b(
- { staticClass: "md-list-item-router" },
- "router-link",
- _vm.routerProps,
- false
- ),
- [
- _c(
- "md-list-item-content",
- { attrs: { "md-disabled": _vm.isDisabled } },
- [_vm._t("default")],
- 2
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 411 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemExpand_vue__ = __webpack_require__(137);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemExpand_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemExpand_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemExpand_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemExpand_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_378e4342_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemExpand_vue__ = __webpack_require__(415);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(412)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdListItemExpand_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_378e4342_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdListItemExpand_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdList/MdListItem/MdListItemExpand.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 412 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 413 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowDownIcon_vue__ = __webpack_require__(138);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowDownIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowDownIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowDownIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowDownIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2443de21_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdArrowDownIcon_vue__ = __webpack_require__(414);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdArrowDownIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2443de21_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdArrowDownIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdArrowDownIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 414 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", {
- attrs: { d: "M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z" }
- }),
- _vm._v(" "),
- _c("path", { attrs: { d: "M0-.75h24v24H0z", fill: "none" } })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 415 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-list-item-expand", class: _vm.expandClasses },
- [
- _c(
- "md-list-item-content",
- {
- attrs: { "md-disabled": _vm.isDisabled },
- nativeOn: {
- click: function($event) {
- return _vm.toggleExpand($event)
- }
- }
- },
- [
- _vm._t("default"),
- _vm._v(" "),
- _c("md-arrow-down-icon", { staticClass: "md-list-expand-icon" })
- ],
- 2
- ),
- _vm._v(" "),
- _c(
- "div",
- {
- ref: "listExpand",
- staticClass: "md-list-expand",
- style: _vm.expandStyles
- },
- [_vm._t("md-expand")],
- 2
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 416 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdMenu = __webpack_require__(114);
-
-var _MdMenu2 = _interopRequireDefault(_MdMenu);
-
-var _MdMenuContent = __webpack_require__(116);
-
-var _MdMenuContent2 = _interopRequireDefault(_MdMenuContent);
-
-var _MdMenuItem = __webpack_require__(417);
-
-var _MdMenuItem2 = _interopRequireDefault(_MdMenuItem);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdMenu2.default.name, _MdMenu2.default);
- Vue.component(_MdMenuContent2.default.name, _MdMenuContent2.default);
- Vue.component(_MdMenuItem2.default.name, _MdMenuItem2.default);
-};
-
-/***/ }),
-/* 417 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuItem_vue__ = __webpack_require__(139);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuItem_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuItem_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuItem_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuItem_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_26762702_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdMenuItem_vue__ = __webpack_require__(418);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdMenuItem_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_26762702_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdMenuItem_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdMenu/MdMenuItem.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 418 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-list-item",
- _vm._g(
- _vm._b(
- {
- staticClass: "md-menu-item",
- class: [_vm.itemClasses, _vm.$mdActiveTheme],
- attrs: { disabled: _vm.disabled, tabindex: _vm.highlighted && -1 }
- },
- "md-list-item",
- _vm.$attrs,
- false
- ),
- _vm.listeners
- ),
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 419 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdProgressBar = __webpack_require__(420);
-
-var _MdProgressBar2 = _interopRequireDefault(_MdProgressBar);
-
-var _MdProgressSpinner = __webpack_require__(423);
-
-var _MdProgressSpinner2 = _interopRequireDefault(_MdProgressSpinner);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdProgressBar2.default.name, _MdProgressBar2.default);
- Vue.component(_MdProgressSpinner2.default.name, _MdProgressSpinner2.default);
-};
-
-/***/ }),
-/* 420 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressBar_vue__ = __webpack_require__(140);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressBar_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressBar_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressBar_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressBar_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ec82e758_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdProgressBar_vue__ = __webpack_require__(422);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(421)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressBar_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ec82e758_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdProgressBar_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdProgress/MdProgressBar/MdProgressBar.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 421 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 422 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("transition", { attrs: { name: "md-progress-bar", appear: "" } }, [
- _c(
- "div",
- {
- staticClass: "md-progress-bar",
- class: [_vm.progressClasses, _vm.$mdActiveTheme]
- },
- [
- _c("div", {
- staticClass: "md-progress-bar-track",
- style: _vm.progressTrackStyle
- }),
- _vm._v(" "),
- _c("div", {
- staticClass: "md-progress-bar-fill",
- style: _vm.progressValueStyle
- }),
- _vm._v(" "),
- _c("div", {
- staticClass: "md-progress-bar-buffer",
- attrs: { Style: _vm.progressBufferStyle }
- })
- ]
- )
- ])
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 423 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressSpinner_vue__ = __webpack_require__(141);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressSpinner_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressSpinner_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressSpinner_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressSpinner_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0abf13e0_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdProgressSpinner_vue__ = __webpack_require__(425);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(424)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdProgressSpinner_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0abf13e0_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdProgressSpinner_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdProgress/MdProgressSpinner/MdProgressSpinner.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 424 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 425 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "transition",
- { attrs: { name: "md-progress-spinner", appear: "" } },
- [
- _c(
- "div",
- {
- staticClass: "md-progress-spinner",
- class: [_vm.progressClasses, _vm.$mdActiveTheme]
- },
- [
- _c(
- "svg",
- {
- ref: "md-progress-spinner-draw",
- staticClass: "md-progress-spinner-draw",
- attrs: {
- preserveAspectRatio: "xMidYMid meet",
- focusable: "false",
- viewBox: "0 0 " + _vm.mdDiameter + " " + _vm.mdDiameter
- }
- },
- [
- _c("circle", {
- ref: "md-progress-spinner-circle",
- staticClass: "md-progress-spinner-circle",
- attrs: { cx: "50%", cy: "50%", r: _vm.circleRadius }
- })
- ]
- )
- ]
- )
- ]
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 426 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdRadio = __webpack_require__(427);
-
-var _MdRadio2 = _interopRequireDefault(_MdRadio);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdRadio2.default.name, _MdRadio2.default);
-};
-
-/***/ }),
-/* 427 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRadio_vue__ = __webpack_require__(142);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRadio_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRadio_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRadio_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRadio_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b5b900ce_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdRadio_vue__ = __webpack_require__(429);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(428)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdRadio_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b5b900ce_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdRadio_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdRadio/MdRadio.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 428 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 429 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-radio", class: [_vm.$mdActiveTheme, _vm.radioClasses] },
- [
- _c(
- "div",
- {
- staticClass: "md-radio-container",
- on: {
- click: function($event) {
- $event.stopPropagation()
- return _vm.toggleCheck($event)
- }
- }
- },
- [
- _c(
- "md-ripple",
- {
- attrs: {
- "md-centered": "",
- "md-active": _vm.rippleActive,
- "md-disabled": _vm.disabled
- },
- on: {
- "update:mdActive": function($event) {
- _vm.rippleActive = $event
- },
- "update:md-active": function($event) {
- _vm.rippleActive = $event
- }
- }
- },
- [
- _c(
- "input",
- _vm._b(
- { attrs: { type: "radio" } },
- "input",
- {
- id: _vm.id,
- name: _vm.name,
- disabled: _vm.disabled,
- required: _vm.required,
- value: _vm.value,
- checked: _vm.isSelected
- },
- false
- )
- )
- ]
- )
- ],
- 1
- ),
- _vm._v(" "),
- _vm.$slots.default
- ? _c(
- "label",
- {
- staticClass: "md-radio-label",
- attrs: { for: _vm.id },
- on: {
- click: function($event) {
- $event.preventDefault()
- return _vm.toggleCheck($event)
- }
- }
- },
- [_vm._t("default")],
- 2
- )
- : _vm._e()
- ]
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 430 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdRipple = __webpack_require__(10);
-
-var _MdRipple2 = _interopRequireDefault(_MdRipple);
-
-var _MdWave = __webpack_require__(49);
-
-var _MdWave2 = _interopRequireDefault(_MdWave);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdRipple2.default.name, _MdRipple2.default);
- Vue.component(_MdWave2.default.name, _MdWave2.default);
-};
-
-/***/ }),
-/* 431 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdSnackbar = __webpack_require__(432);
-
-var _MdSnackbar2 = _interopRequireDefault(_MdSnackbar);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdSnackbar2.default.name, _MdSnackbar2.default);
-};
-
-/***/ }),
-/* 432 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbar_vue__ = __webpack_require__(143);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbar_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbar_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbar_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbar_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7063bc8f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSnackbar_vue__ = __webpack_require__(437);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(433)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbar_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7063bc8f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSnackbar_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdSnackbar/MdSnackbar.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 433 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 434 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbarContent_vue__ = __webpack_require__(144);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbarContent_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbarContent_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbarContent_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbarContent_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ffe066cc_hasScoped_false_buble_transforms_stripWithFunctional_true_node_modules_vue_loader_lib_selector_type_template_index_0_MdSnackbarContent_vue__ = __webpack_require__(435);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = true
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSnackbarContent_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_ffe066cc_hasScoped_false_buble_transforms_stripWithFunctional_true_node_modules_vue_loader_lib_selector_type_template_index_0_MdSnackbarContent_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdSnackbar/MdSnackbarContent.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 435 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function(_h, _vm) {
- var _c = _vm._c
- return _c("transition", { attrs: { name: "md-snackbar", appear: "" } }, [
- _c("div", { staticClass: "md-snackbar", class: _vm.props.mdClasses }, [
- _c("div", { staticClass: "md-snackbar-content" }, [_vm._t("default")], 2)
- ])
- ])
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 436 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-var currentSnackbar = null;
-var timeout = null;
-
-function createPromise(duration, persistent, context) {
- return new Promise(function (resolve) {
- currentSnackbar = {
- destroy: function destroy() {
- currentSnackbar = null;
- resolve();
- }
- };
-
- if (duration !== Infinity) {
- timeout = window.setTimeout(function () {
- destroySnackbar();
- if (!persistent) {
- context._vnode.componentInstance.initDestroy(true);
- }
- }, duration);
- }
- });
-}
-
-var destroySnackbar = exports.destroySnackbar = function destroySnackbar() {
- return new Promise(function (resolve) {
- if (currentSnackbar) {
- window.clearTimeout(timeout);
- currentSnackbar.destroy();
- window.setTimeout(resolve, 400);
- } else {
- resolve();
- }
- });
-};
-
-var createSnackbar = exports.createSnackbar = function createSnackbar(duration, persistent, context) {
- if (currentSnackbar) {
- return destroySnackbar().then(function () {
- return createPromise(duration, persistent, context);
- });
- }
-
- return createPromise(duration, persistent, context);
-};
-
-/***/ }),
-/* 437 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm.mdPersistent && _vm.mdDuration !== Infinity
- ? _c(
- "md-portal",
- [
- _c(
- "keep-alive",
- [
- _vm.mdActive
- ? _c(
- "md-snackbar-content",
- {
- attrs: {
- "md-classes": [_vm.snackbarClasses, _vm.$mdActiveTheme]
- }
- },
- [_vm._t("default")],
- 2
- )
- : _vm._e()
- ],
- 1
- )
- ],
- 1
- )
- : _c(
- "md-portal",
- [
- _vm.mdActive
- ? _c(
- "md-snackbar-content",
- {
- attrs: {
- "md-classes": [_vm.snackbarClasses, _vm.$mdActiveTheme]
- }
- },
- [_vm._t("default")],
- 2
- )
- : _vm._e()
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 438 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdSpeedDial = __webpack_require__(439);
-
-var _MdSpeedDial2 = _interopRequireDefault(_MdSpeedDial);
-
-var _MdSpeedDialTarget = __webpack_require__(442);
-
-var _MdSpeedDialTarget2 = _interopRequireDefault(_MdSpeedDialTarget);
-
-var _MdSpeedDialContent = __webpack_require__(445);
-
-var _MdSpeedDialContent2 = _interopRequireDefault(_MdSpeedDialContent);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdSpeedDial2.default.name, _MdSpeedDial2.default);
- Vue.component(_MdSpeedDialTarget2.default.name, _MdSpeedDialTarget2.default);
- Vue.component(_MdSpeedDialContent2.default.name, _MdSpeedDialContent2.default);
-};
-
-/***/ }),
-/* 439 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDial_vue__ = __webpack_require__(145);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDial_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDial_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDial_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDial_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_470f76d1_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSpeedDial_vue__ = __webpack_require__(441);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(440)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDial_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_470f76d1_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSpeedDial_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdSpeedDial/MdSpeedDial.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 440 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 441 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- staticClass: "md-speed-dial",
- class: [_vm.$mdActiveTheme, _vm.speedDialClasses]
- },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 442 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialTarget_vue__ = __webpack_require__(146);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialTarget_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialTarget_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialTarget_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialTarget_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_654a757c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSpeedDialTarget_vue__ = __webpack_require__(444);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(443)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialTarget_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_654a757c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSpeedDialTarget_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdSpeedDial/MdSpeedDialTarget.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 443 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 444 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-button",
- _vm._g(
- _vm._b(
- {
- staticClass: "md-speed-dial-target md-fab",
- on: { click: _vm.handleClick }
- },
- "md-button",
- _vm.$attrs,
- false
- ),
- _vm.$listeners
- ),
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 445 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialContent_vue__ = __webpack_require__(147);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialContent_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialContent_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialContent_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialContent_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_45ac6418_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSpeedDialContent_vue__ = __webpack_require__(447);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(446)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSpeedDialContent_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_45ac6418_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSpeedDialContent_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdSpeedDial/MdSpeedDialContent.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 446 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 447 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-speed-dial-content" },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 448 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdSteppers = __webpack_require__(449);
-
-var _MdSteppers2 = _interopRequireDefault(_MdSteppers);
-
-var _MdStep = __webpack_require__(459);
-
-var _MdStep2 = _interopRequireDefault(_MdStep);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdSteppers2.default.name, _MdSteppers2.default);
- Vue.component(_MdStep2.default.name, _MdStep2.default);
-};
-
-/***/ }),
-/* 449 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSteppers_vue__ = __webpack_require__(148);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSteppers_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSteppers_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSteppers_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSteppers_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_95acb722_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSteppers_vue__ = __webpack_require__(458);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(450)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSteppers_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_95acb722_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSteppers_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdSteppers/MdSteppers.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 450 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 451 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWarningIcon_vue__ = __webpack_require__(152);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWarningIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWarningIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWarningIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWarningIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_8993dc9c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdWarningIcon_vue__ = __webpack_require__(452);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdWarningIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_8993dc9c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdWarningIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdWarningIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 452 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", { attrs: { d: "M0 0h24v24H0z", fill: "none" } }),
- _vm._v(" "),
- _c("path", {
- attrs: { d: "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z" }
- })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 453 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckIcon_vue__ = __webpack_require__(153);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4154b05e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCheckIcon_vue__ = __webpack_require__(454);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdCheckIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4154b05e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdCheckIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdCheckIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 454 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", { attrs: { d: "M0 0h24v24H0z", fill: "none" } }),
- _vm._v(" "),
- _c("path", {
- attrs: { d: "M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" }
- })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 455 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEditIcon_vue__ = __webpack_require__(154);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEditIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEditIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEditIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEditIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75d6b514_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdEditIcon_vue__ = __webpack_require__(456);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdEditIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_75d6b514_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdEditIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdEditIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 456 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", {
- attrs: {
- d:
- "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"
- }
- }),
- _vm._v(" "),
- _c("path", { attrs: { d: "M0 0h24v24H0z", fill: "none" } })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 457 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-button",
- _vm._g(
- _vm._b(
- {
- staticClass: "md-stepper-header",
- class: _vm.classes,
- attrs: { disabled: _vm.shouldDisable },
- nativeOn: {
- click: function($event) {
- !_vm.MdSteppers.syncRoute &&
- _vm.MdSteppers.setActiveStep(_vm.index)
- }
- }
- },
- "md-button",
- _vm.data.props,
- false
- ),
- _vm.data.events
- ),
- [
- _vm.data.error
- ? _c("md-warning-icon", { staticClass: "md-stepper-icon" })
- : _c(
- "div",
- { staticClass: "md-stepper-number" },
- [
- _vm.data.done && _vm.data.editable
- ? _c("md-edit-icon", { staticClass: "md-stepper-editable" })
- : _vm.data.done
- ? _c("md-check-icon", { staticClass: "md-stepper-done" })
- : [_vm._v(_vm._s(_vm.MdSteppers.getStepperNumber(_vm.index)))]
- ],
- 2
- ),
- _vm._v(" "),
- _c("div", { staticClass: "md-stepper-text" }, [
- _c("span", { staticClass: "md-stepper-label" }, [
- _vm._v(_vm._s(_vm.data.label))
- ]),
- _vm._v(" "),
- _vm.data.error
- ? _c("span", { staticClass: "md-stepper-error" }, [
- _vm._v(_vm._s(_vm.data.error))
- ])
- : _vm.data.description
- ? _c("span", { staticClass: "md-stepper-description" }, [
- _vm._v(_vm._s(_vm.data.description))
- ])
- : _vm._e()
- ])
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 458 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- staticClass: "md-steppers",
- class: [_vm.steppersClasses, _vm.$mdActiveTheme]
- },
- [
- !_vm.mdVertical
- ? _c(
- "div",
- { staticClass: "md-steppers-navigation" },
- _vm._l(_vm.MdSteppers.items, function(_, index) {
- return _c("md-step-header", {
- key: index,
- attrs: { index: index }
- })
- }),
- 1
- )
- : _vm._e(),
- _vm._v(" "),
- _c(
- "div",
- { staticClass: "md-steppers-wrapper", style: _vm.contentStyles },
- [
- _c(
- "div",
- {
- staticClass: "md-steppers-container",
- style: _vm.containerStyles
- },
- [_vm._t("default")],
- 2
- )
- ]
- )
- ]
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 459 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStep_vue__ = __webpack_require__(155);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStep_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStep_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStep_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStep_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_8624960e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdStep_vue__ = __webpack_require__(461);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(460)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdStep_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_8624960e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdStep_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdSteppers/MdStep.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 460 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 461 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-stepper" },
- [
- _vm.MdSteppers.isVertical
- ? _c("md-step-header", { attrs: { index: _vm.id } })
- : _vm._e(),
- _vm._v(" "),
- _c(
- "div",
- {
- directives: [
- {
- name: "show",
- rawName: "v-show",
- value: _vm.isActive,
- expression: "isActive"
- }
- ],
- class: ["md-stepper-content", { "md-active": _vm.isActive }],
- attrs: { tabindex: _vm.tabIndex }
- },
- [_vm._t("default")],
- 2
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 462 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdSubheader = __webpack_require__(463);
-
-var _MdSubheader2 = _interopRequireDefault(_MdSubheader);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdSubheader2.default.name, _MdSubheader2.default);
-};
-
-/***/ }),
-/* 463 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSubheader_vue__ = __webpack_require__(156);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSubheader_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSubheader_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSubheader_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSubheader_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7ff30e86_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSubheader_vue__ = __webpack_require__(465);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(464)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSubheader_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7ff30e86_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSubheader_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdSubheader/MdSubheader.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 464 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 465 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm.insideList
- ? _c(
- "li",
- { staticClass: "md-subheader", class: [_vm.$mdActiveTheme] },
- [_vm._t("default")],
- 2
- )
- : _c(
- "div",
- { staticClass: "md-subheader", class: [_vm.$mdActiveTheme] },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 466 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdSwitch = __webpack_require__(467);
-
-var _MdSwitch2 = _interopRequireDefault(_MdSwitch);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdSwitch2.default.name, _MdSwitch2.default);
-};
-
-/***/ }),
-/* 467 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSwitch_vue__ = __webpack_require__(157);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSwitch_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSwitch_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSwitch_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSwitch_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5ff953a2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSwitch_vue__ = __webpack_require__(469);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(468)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdSwitch_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5ff953a2_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdSwitch_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdSwitch/MdSwitch.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 468 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 469 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-switch", class: [_vm.$mdActiveTheme, _vm.checkClasses] },
- [
- _c(
- "div",
- {
- staticClass: "md-switch-container",
- on: {
- click: function($event) {
- $event.stopPropagation()
- return _vm.toggleCheck($event)
- }
- }
- },
- [
- _c(
- "div",
- { staticClass: "md-switch-thumb" },
- [
- _c(
- "md-ripple",
- {
- attrs: {
- "md-centered": "",
- "md-active": _vm.rippleActive,
- "md-disabled": _vm.disabled
- },
- on: {
- "update:mdActive": function($event) {
- _vm.rippleActive = $event
- },
- "update:md-active": function($event) {
- _vm.rippleActive = $event
- }
- }
- },
- [
- _c(
- "input",
- _vm._b(
- { attrs: { id: _vm.id, type: "checkbox" } },
- "input",
- {
- id: _vm.id,
- name: _vm.name,
- disabled: _vm.disabled,
- required: _vm.required,
- value: _vm.value
- },
- false
- )
- )
- ]
- )
- ],
- 1
- )
- ]
- ),
- _vm._v(" "),
- _vm.$slots.default
- ? _c(
- "label",
- {
- staticClass: "md-switch-label",
- attrs: { for: _vm.id },
- on: {
- click: function($event) {
- $event.preventDefault()
- return _vm.toggleCheck($event)
- }
- }
- },
- [_vm._t("default")],
- 2
- )
- : _vm._e()
- ]
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 470 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdTableContainer = __webpack_require__(471);
-
-var _MdTableContainer2 = _interopRequireDefault(_MdTableContainer);
-
-var _MdTableToolbar = __webpack_require__(492);
-
-var _MdTableToolbar2 = _interopRequireDefault(_MdTableToolbar);
-
-var _MdTableEmptyState = __webpack_require__(497);
-
-var _MdTableEmptyState2 = _interopRequireDefault(_MdTableEmptyState);
-
-var _MdTableRow = __webpack_require__(165);
-
-var _MdTableRow2 = _interopRequireDefault(_MdTableRow);
-
-var _MdTableHead = __webpack_require__(30);
-
-var _MdTableHead2 = _interopRequireDefault(_MdTableHead);
-
-var _MdTableCell = __webpack_require__(500);
-
-var _MdTableCell2 = _interopRequireDefault(_MdTableCell);
-
-var _MdTablePagination = __webpack_require__(503);
-
-var _MdTablePagination2 = _interopRequireDefault(_MdTablePagination);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component('MdTable', _MdTableContainer2.default);
- Vue.component(_MdTableToolbar2.default.name, _MdTableToolbar2.default);
- Vue.component(_MdTableEmptyState2.default.name, _MdTableEmptyState2.default);
- Vue.component(_MdTableRow2.default.name, _MdTableRow2.default);
- Vue.component(_MdTableHead2.default.name, _MdTableHead2.default);
- Vue.component(_MdTableCell2.default.name, _MdTableCell2.default);
- Vue.component(_MdTablePagination2.default.name, _MdTablePagination2.default);
-};
-
-/***/ }),
-/* 471 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
-
-var _MdTable = __webpack_require__(472);
-
-var _MdTable2 = _interopRequireDefault(_MdTable);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-function processChildren(children, createElement) {
- var slotNames = ['md-table-toolbar', 'md-table-empty-state', 'md-table-pagination'];
- var nodes = Array.from(children);
- var namedSlots = {};
-
- function getTag(_ref) {
- var componentOptions = _ref.componentOptions;
-
- return componentOptions && componentOptions.tag;
- }
-
- nodes.forEach(function (node, index) {
- if (node && node.tag) {
- var tag = getTag(node);
-
- if (tag && slotNames.includes(tag)) {
- node.data.slot = tag;
- node.data.attrs = node.data.attrs || {};
- namedSlots[tag] = function () {
- return node;
- };
- nodes.splice(index, 1);
- }
- }
- });
-
- return {
- childNodes: nodes,
- slots: namedSlots
- };
-}
-
-exports.default = {
- name: 'MdTableContainer',
- functional: true,
- render: function render(createElement, _ref2) {
- var data = _ref2.data,
- props = _ref2.props,
- children = _ref2.children;
-
- var slotChildren = [];
- var scopedSlots = data.scopedSlots;
-
- if (children) {
- var _processChildren = processChildren(children, createElement),
- childNodes = _processChildren.childNodes,
- slots = _processChildren.slots;
-
- slotChildren = childNodes;
- scopedSlots = _extends({}, scopedSlots, slots);
- }
-
- return createElement(_MdTable2.default, _extends({}, data, {
- props: props,
- scopedSlots: scopedSlots
- }), [slotChildren]);
- }
-};
-
-/***/ }),
-/* 472 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTable_vue__ = __webpack_require__(158);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTable_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTable_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTable_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTable_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_aaeced82_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTable_vue__ = __webpack_require__(491);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(473)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTable_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_aaeced82_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTable_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTable.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 473 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 474 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTagSwitcher_vue__ = __webpack_require__(159);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTagSwitcher_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTagSwitcher_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTagSwitcher_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTagSwitcher_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-var __vue_template__ = null
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTagSwitcher_vue___default.a,
- __vue_template__,
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTagSwitcher/MdTagSwitcher.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 475 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableThead_vue__ = __webpack_require__(160);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableThead_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableThead_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableThead_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableThead_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_8a8392f6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableThead_vue__ = __webpack_require__(482);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableThead_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_8a8392f6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableThead_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTableThead.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 476 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 477 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdUpwardIcon_vue__ = __webpack_require__(162);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdUpwardIcon_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdUpwardIcon_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdUpwardIcon_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdUpwardIcon_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_235f197a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdUpwardIcon_vue__ = __webpack_require__(478);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdUpwardIcon_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_235f197a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdUpwardIcon_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/core/icons/MdUpwardIcon.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 478 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm._m(0)
-}
-var staticRenderFns = [
- function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("md-icon", { staticClass: "md-icon-image" }, [
- _c(
- "svg",
- {
- attrs: {
- height: "24",
- viewBox: "0 0 24 24",
- width: "24",
- xmlns: "http://www.w3.org/2000/svg"
- }
- },
- [
- _c("path", { attrs: { d: "M0 0h24v24H0V0z", fill: "none" } }),
- _vm._v(" "),
- _c("path", {
- attrs: {
- d: "M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"
- }
- })
- ]
- )
- ])
- }
-]
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 479 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "th",
- {
- staticClass: "md-table-head",
- class: _vm.headClasses,
- style: _vm.headStyles,
- attrs: { id: _vm.id },
- on: { click: _vm.changeSort }
- },
- [
- _vm.$slots.default
- ? _c("div", { staticClass: "md-table-head-container" }, [
- _c(
- "div",
- { staticClass: "md-table-head-label" },
- [_vm._t("default")],
- 2
- )
- ])
- : _c(
- "md-ripple",
- {
- staticClass: "md-table-head-container",
- attrs: { "md-disabled": !_vm.hasSort }
- },
- [
- _c(
- "div",
- { staticClass: "md-table-head-label" },
- [
- _vm.hasSort
- ? _c(
- "md-upward-icon",
- { staticClass: "md-table-sortable-icon" },
- [_vm._v("arrow_upward")]
- )
- : _vm._e(),
- _vm._v("\n\n " + _vm._s(_vm.label) + "\n\n "),
- _vm.tooltip
- ? _c("md-tooltip", [_vm._v(_vm._s(_vm.tooltip))])
- : _vm._e()
- ],
- 1
- )
- ]
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 480 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHeadSelection_vue__ = __webpack_require__(163);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHeadSelection_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHeadSelection_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHeadSelection_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHeadSelection_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7fa31cbd_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableHeadSelection_vue__ = __webpack_require__(481);
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableHeadSelection_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_7fa31cbd_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableHeadSelection_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTableHeadSelection.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 481 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm.selectableCount
- ? _c("md-table-head", { staticClass: "md-table-cell-selection" }, [
- _c(
- "div",
- { staticClass: "md-table-cell-container" },
- [
- _c("md-checkbox", {
- attrs: { model: _vm.allSelected, disabled: _vm.isDisabled },
- on: { change: _vm.onChange }
- })
- ],
- 1
- )
- ])
- : _vm._e()
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 482 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("thead", [
- _c(
- "tr",
- [
- _c("md-table-head-selection"),
- _vm._v(" "),
- _vm._l(_vm.MdTable.items, function(item, index) {
- return _c(
- "md-table-head",
- _vm._b({ key: index }, "md-table-head", item, false)
- )
- })
- ],
- 2
- )
- ])
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 483 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableAlternateHeader_vue__ = __webpack_require__(164);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableAlternateHeader_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableAlternateHeader_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableAlternateHeader_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableAlternateHeader_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4241c118_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableAlternateHeader_vue__ = __webpack_require__(485);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(484)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableAlternateHeader_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4241c118_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableAlternateHeader_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTableAlternateHeader.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 484 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 485 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("transition", { attrs: { name: "md-table-alternate-header" } }, [
- _c(
- "div",
- { staticClass: "md-table-alternate-header" },
- [_vm._t("default")],
- 2
- )
- ])
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 486 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 487 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 488 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _vm.mdSelectable
- ? _c("td", { staticClass: "md-table-cell md-table-cell-selection" }, [
- _c(
- "div",
- { staticClass: "md-table-cell-container" },
- [
- _c("md-checkbox", {
- attrs: { disabled: !_vm.mdSelectable || _vm.mdDisabled },
- on: { change: _vm.onChange },
- model: {
- value: _vm.isSelected,
- callback: function($$v) {
- _vm.isSelected = $$v
- },
- expression: "isSelected"
- }
- })
- ],
- 1
- )
- ])
- : _vm._e()
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 489 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "tr",
- _vm._g(
- {
- staticClass: "md-table-row",
- class: _vm.rowClasses,
- on: { click: _vm.onClick }
- },
- _vm.$listeners
- ),
- [
- _vm.selectableCount
- ? _c("md-table-cell-selection", {
- attrs: {
- value: _vm.isMultipleSelected,
- "md-disabled": _vm.mdDisabled,
- "md-selectable": _vm.mdSelectable === "multiple",
- "md-row-id": _vm.mdIndex
- },
- on: {
- input: function(selected) {
- return selected ? _vm.addSelection() : _vm.removeSelection()
- }
- }
- })
- : _vm._e(),
- _vm._v(" "),
- _vm._t("default")
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 490 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRowGhost_vue__ = __webpack_require__(169);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRowGhost_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRowGhost_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRowGhost_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRowGhost_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-var __vue_template__ = null
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableRowGhost_vue___default.a,
- __vue_template__,
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTableRowGhost.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 491 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-tag-switcher",
- { staticClass: "md-table", attrs: { "md-tag": _vm.contentTag } },
- [
- _vm._t("md-table-toolbar"),
- _vm._v(" "),
- _c(
- "keep-alive",
- [
- _vm.$scopedSlots["md-table-alternate-header"] && _vm.selectedCount
- ? _c(
- "md-table-alternate-header",
- [
- _vm._t("md-table-alternate-header", null, {
- count: _vm.selectedCount
- })
- ],
- 2
- )
- : _vm._e()
- ],
- 1
- ),
- _vm._v(" "),
- _vm.mdFixedHeader
- ? _c(
- "div",
- {
- staticClass: "md-table-fixed-header",
- class: _vm.headerClasses,
- style: _vm.headerStyles
- },
- [
- _c(
- "div",
- {
- ref: "fixedHeaderContainer",
- staticClass: "md-table-fixed-header-container",
- on: { scroll: _vm.setHeaderScroll }
- },
- [
- _c(
- "table",
- { style: _vm.fixedHeaderTableStyles },
- [_c("md-table-thead")],
- 1
- )
- ]
- )
- ]
- )
- : _vm._e(),
- _vm._v(" "),
- _c(
- "md-content",
- {
- staticClass: "md-table-content md-scrollbar",
- class: _vm.contentClasses,
- style: _vm.contentStyles,
- on: { scroll: _vm.setScroll }
- },
- [
- _c(
- "table",
- { ref: "contentTable" },
- [
- !_vm.mdFixedHeader && _vm.$scopedSlots["md-table-row"]
- ? _c("md-table-thead", { class: _vm.headerClasses })
- : _vm._e(),
- _vm._v(" "),
- !_vm.$scopedSlots["md-table-row"]
- ? _c("tbody", [_vm._t("default")], 2)
- : _vm.value.length
- ? _c(
- "tbody",
- _vm._l(_vm.value, function(item, index) {
- return _c(
- "md-table-row-ghost",
- {
- key: _vm.getRowId(item, _vm.mdModelId),
- attrs: {
- "md-id": _vm.getRowId(item, _vm.mdModelId),
- "md-index": index,
- "md-item": item
- }
- },
- [
- _vm._t("md-table-row", null, {
- item: item,
- index: index
- })
- ],
- 2
- )
- }),
- 1
- )
- : _vm.$scopedSlots["md-table-empty-state"]
- ? _c("tbody", [
- _c("tr", [
- _c(
- "td",
- { attrs: { colspan: _vm.headerCount } },
- [_vm._t("md-table-empty-state")],
- 2
- )
- ])
- ])
- : _vm._e()
- ],
- 1
- ),
- _vm._v(" "),
- _vm._t("md-table-pagination")
- ],
- 2
- ),
- _vm._v(" "),
- !_vm.hasValue && _vm.$scopedSlots["md-table-row"]
- ? _vm._t("default")
- : _vm._e()
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 492 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableToolbar_vue__ = __webpack_require__(170);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableToolbar_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableToolbar_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableToolbar_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableToolbar_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3f6f4028_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableToolbar_vue__ = __webpack_require__(496);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(493)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableToolbar_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3f6f4028_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableToolbar_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTableToolbar.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 493 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 494 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 495 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- {
- staticClass: "md-toolbar",
- class: [_vm.$mdActiveTheme, "md-elevation-" + _vm.mdElevation]
- },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 496 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-toolbar",
- {
- staticClass: "md-table-toolbar md-transparent",
- attrs: { "md-elevation": 0 }
- },
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 497 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableEmptyState_vue__ = __webpack_require__(173);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableEmptyState_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableEmptyState_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableEmptyState_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableEmptyState_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_6f84743a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableEmptyState_vue__ = __webpack_require__(499);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(498)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableEmptyState_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_6f84743a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableEmptyState_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTableEmptyState.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 498 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 499 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-empty-state",
- _vm._b(
- { staticClass: "md-table-empty-state" },
- "md-empty-state",
- _vm.$props,
- false
- ),
- [_vm._t("default")],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 500 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCell_vue__ = __webpack_require__(174);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCell_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCell_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCell_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCell_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_813d6b7e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableCell_vue__ = __webpack_require__(502);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(501)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTableCell_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_813d6b7e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTableCell_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTableCell.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 501 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 502 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c("td", { staticClass: "md-table-cell", class: _vm.cellClasses }, [
- _c(
- "div",
- { staticClass: "md-table-cell-container" },
- [_vm._t("default")],
- 2
- )
- ])
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 503 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTablePagination_vue__ = __webpack_require__(175);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTablePagination_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTablePagination_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTablePagination_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTablePagination_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4165698e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTablePagination_vue__ = __webpack_require__(505);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(504)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTablePagination_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_4165698e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTablePagination_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTable/MdTablePagination.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 504 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 505 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-table-pagination" },
- [
- _vm.mdPageOptions !== false
- ? [
- _c("span", { staticClass: "md-table-pagination-label" }, [
- _vm._v(_vm._s(_vm.mdLabel))
- ]),
- _vm._v(" "),
- _c(
- "md-field",
- [
- _c(
- "md-select",
- {
- attrs: {
- "md-dense": "",
- "md-class": "md-pagination-select"
- },
- on: { changed: _vm.setPageSize },
- model: {
- value: _vm.currentPageSize,
- callback: function($$v) {
- _vm.currentPageSize = $$v
- },
- expression: "currentPageSize"
- }
- },
- _vm._l(_vm.mdPageOptions, function(amount) {
- return _c(
- "md-option",
- { key: amount, attrs: { value: amount } },
- [_vm._v(_vm._s(amount))]
- )
- }),
- 1
- )
- ],
- 1
- )
- ]
- : _vm._e(),
- _vm._v(" "),
- _c("span", [
- _vm._v(
- _vm._s(_vm.currentItemCount) +
- "-" +
- _vm._s(_vm.currentPageCount) +
- " " +
- _vm._s(_vm.mdSeparator) +
- " " +
- _vm._s(_vm.mdTotal)
- )
- ]),
- _vm._v(" "),
- _c(
- "md-button",
- {
- staticClass: "md-icon-button md-table-pagination-previous",
- attrs: { disabled: _vm.mdPage === 1 },
- on: {
- click: function($event) {
- return _vm.goToPrevious()
- }
- }
- },
- [_c("md-icon", [_vm._v("keyboard_arrow_left")])],
- 1
- ),
- _vm._v(" "),
- _c(
- "md-button",
- {
- staticClass: "md-icon-button md-table-pagination-next",
- on: {
- click: function($event) {
- return _vm.goToNext()
- }
- }
- },
- [_c("md-icon", [_vm._v("keyboard_arrow_right")])],
- 1
- )
- ],
- 2
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 506 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdTabs = __webpack_require__(507);
-
-var _MdTabs2 = _interopRequireDefault(_MdTabs);
-
-var _MdTab = __webpack_require__(510);
-
-var _MdTab2 = _interopRequireDefault(_MdTab);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdTabs2.default.name, _MdTabs2.default);
- Vue.component(_MdTab2.default.name, _MdTab2.default);
-};
-
-/***/ }),
-/* 507 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTabs_vue__ = __webpack_require__(176);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTabs_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTabs_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTabs_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTabs_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_733c1bef_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTabs_vue__ = __webpack_require__(509);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(508)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTabs_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_733c1bef_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTabs_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTabs/MdTabs.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 508 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 509 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "div",
- { staticClass: "md-tabs", class: [_vm.tabsClasses, _vm.$mdActiveTheme] },
- [
- _c(
- "div",
- {
- ref: "navigation",
- staticClass: "md-tabs-navigation",
- class: _vm.navigationClasses
- },
- [
- _vm._l(_vm.MdTabs.items, function(ref, index) {
- var label = ref.label
- var props = ref.props
- var icon = ref.icon
- var disabled = ref.disabled
- var data = ref.data
- var events = ref.events
- return _c(
- "md-button",
- _vm._g(
- _vm._b(
- {
- key: index,
- staticClass: "md-tab-nav-button",
- class: {
- "md-active": !_vm.mdSyncRoute && index === _vm.activeTab,
- "md-icon-label": icon && label
- },
- attrs: { disabled: disabled },
- nativeOn: {
- click: function($event) {
- return _vm.setActiveTab(index)
- }
- }
- },
- "md-button",
- props,
- false
- ),
- events
- ),
- [
- _vm.$scopedSlots["md-tab"]
- ? _vm._t("md-tab", null, {
- tab: { label: label, icon: icon, data: data }
- })
- : [
- !icon
- ? [_vm._v(_vm._s(label))]
- : [
- _vm.isAssetIcon(icon)
- ? _c("md-icon", {
- staticClass: "md-tab-icon",
- attrs: { "md-src": icon }
- })
- : _c("md-icon", { staticClass: "md-tab-icon" }, [
- _vm._v(_vm._s(icon))
- ]),
- _vm._v(" "),
- _c("span", { staticClass: "md-tab-label" }, [
- _vm._v(_vm._s(label))
- ])
- ]
- ]
- ],
- 2
- )
- }),
- _vm._v(" "),
- _c("span", {
- ref: "indicator",
- staticClass: "md-tabs-indicator",
- class: _vm.indicatorClass,
- style: _vm.indicatorStyles
- })
- ],
- 2
- ),
- _vm._v(" "),
- _c(
- "md-content",
- {
- directives: [
- {
- name: "show",
- rawName: "v-show",
- value: _vm.hasContent,
- expression: "hasContent"
- }
- ],
- ref: "tabsContent",
- staticClass: "md-tabs-content",
- style: _vm.contentStyles
- },
- [
- _c(
- "div",
- { staticClass: "md-tabs-container", style: _vm.containerStyles },
- [_vm._t("default")],
- 2
- )
- ]
- )
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ }),
-/* 510 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTab_vue__ = __webpack_require__(177);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTab_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTab_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTab_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTab_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-var disposed = false
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-var __vue_template__ = null
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = null
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTab_vue___default.a,
- __vue_template__,
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTabs/MdTab.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 511 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdToolbar = __webpack_require__(171);
-
-var _MdToolbar2 = _interopRequireDefault(_MdToolbar);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdToolbar2.default.name, _MdToolbar2.default);
-};
-
-/***/ }),
-/* 512 */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-
-var _material = __webpack_require__(2);
-
-var _material2 = _interopRequireDefault(_material);
-
-var _MdTooltip = __webpack_require__(513);
-
-var _MdTooltip2 = _interopRequireDefault(_MdTooltip);
-
-function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
-exports.default = function (Vue) {
- (0, _material2.default)(Vue);
- Vue.component(_MdTooltip2.default.name, _MdTooltip2.default);
-};
-
-/***/ }),
-/* 513 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTooltip_vue__ = __webpack_require__(178);
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTooltip_vue___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTooltip_vue__);
-/* harmony namespace reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTooltip_vue__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTooltip_vue__[key]; }) }(__WEBPACK_IMPORT_KEY__));
-/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_03252be9_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTooltip_vue__ = __webpack_require__(515);
-var disposed = false
-function injectStyle (ssrContext) {
- if (disposed) return
- __webpack_require__(514)
-}
-var normalizeComponent = __webpack_require__(0)
-/* script */
-
-
-/* template */
-
-/* template functional */
-var __vue_template_functional__ = false
-/* styles */
-var __vue_styles__ = injectStyle
-/* scopeId */
-var __vue_scopeId__ = null
-/* moduleIdentifier (server only) */
-var __vue_module_identifier__ = null
-var Component = normalizeComponent(
- __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_MdTooltip_vue___default.a,
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_03252be9_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_MdTooltip_vue__["a" /* default */],
- __vue_template_functional__,
- __vue_styles__,
- __vue_scopeId__,
- __vue_module_identifier__
-)
-Component.options.__file = "src/components/MdTooltip/MdTooltip.vue"
-
-/* hot reload */
-if (false) {}
-
-/* harmony default export */ __webpack_exports__["default"] = (Component.exports);
-
-
-/***/ }),
-/* 514 */
-/***/ (function(module, exports) {
-
-// removed by extract-text-webpack-plugin
-
-/***/ }),
-/* 515 */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-var render = function() {
- var _vm = this
- var _h = _vm.$createElement
- var _c = _vm._self._c || _h
- return _c(
- "md-popover",
- {
- attrs: {
- "md-settings": _vm.popperSettings,
- "md-active": _vm.shouldRender
- }
- },
- [
- _vm.shouldRender
- ? _c("transition", { attrs: { name: "md-tooltip" } }, [
- _c(
- "div",
- {
- staticClass: "md-tooltip",
- class: [_vm.tooltipClasses, _vm.$mdActiveTheme],
- style: _vm.tooltipStyles
- },
- [_vm._t("default")],
- 2
- )
- ])
- : _vm._e()
- ],
- 1
- )
-}
-var staticRenderFns = []
-render._withStripped = true
-var esExports = { render: render, staticRenderFns: staticRenderFns }
-/* harmony default export */ __webpack_exports__["a"] = (esExports);
-if (false) {}
-
-/***/ })
-/******/ ]);
-});
-
-/***/ }),
-
-/***/ "UsI3":
-/***/ (function(module, exports, __webpack_require__) {
-
-var api = __webpack_require__("LboF");
- var content = __webpack_require__("9AmP");
-
- content = content.__esModule ? content.default : content;
-
- if (typeof content === 'string') {
- content = [[module.i, content, '']];
- }
-
-var options = {};
-
-options.insert = "head";
-options.singleton = false;
-
-var update = api(content, options);
-
-
-
-module.exports = content.locals || {};
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[20],{
-
-/***/ "iZv/":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-
-// EXPORTS
-__webpack_require__.d(__webpack_exports__, "a", function() { return /* reexport */ vue_context; });
-
-// UNUSED EXPORTS: default
-
-// EXTERNAL MODULE: ./node_modules/vue-clickaway/index.js
-var vue_clickaway = __webpack_require__("uItq");
-
-// CONCATENATED MODULE: ./node_modules/vue-context/src/js/utils.js
-if (! Array.from) {
- Array.from = object => {
- 'use strict';
-
- return [].slice.call(object);
- };
-}
-
-if (! Array.isArray) {
- Array.isArray = arg => Object.prototype.toString.call(arg) === '[object Array]';
-}
-
-// --- Constants ---
-const arrayFrom = Array.from;
-
-const isArray = Array.isArray;
-
-const keyCodes = {
- ESC: 27,
- LEFT: 37,
- UP: 38,
- RIGHT: 39,
- DOWN: 40
-};
-
-// --- Dom Utils ---
-
-// Returns true if the parent element contains the child element
-const contains = (parent, child) => {
- if (! parent || typeof parent.contains !== 'function') {
- return false;
- }
-
- return parent.contains(child);
-};
-
-// Attach an event listener to an element
-const eventOn = (el, eventName, handler) => {
- if (el && el.addEventListener) {
- el.addEventListener(eventName, handler);
- }
-};
-
-// Remove an event listener from an element
-const eventOff = (el, eventName, handler) => {
- if (el && el.removeEventListener) {
- el.removeEventListener(eventName, handler);
- }
-};
-
-// Filter visible elements
-const filterVisible = elements => (elements || []).filter(isVisible);
-
-// Return the Bounding Client Rect of an element
-// Returns `null` if not an element
-const getBCR = el => (isElement(el) ? el.getBoundingClientRect() : null);
-
-// Determine if an element is an HTML element
-const isElement = el => Boolean(el && el.nodeType === Node.ELEMENT_NODE);
-
-// Determine if an HTML element is visible - Faster than CSS check
-const isVisible = el => {
- if (! isElement(el) || ! contains(document.body, el)) {
- return false;
- }
-
- if (el.style.display === 'none') {
- return false;
- }
-
- const bcr = getBCR(el);
-
- return Boolean(bcr && bcr.height > 0 && bcr.width > 0);
-};
-
-// Select all elements matching a selector. Returns `[]` if none found
-const selectAll = (selector, root) =>
- arrayFrom((isElement(root) ? root : document).querySelectorAll(selector));
-
-// Set an attribute on an element
-const setAttr = (el, attr, value) => {
- if (attr && isElement(el)) {
- el.setAttribute(attr, value);
- }
-};
-
-const parentElementByClassName = (element, className) => {
- let parentElement = element.parentElement;
-
- while (parentElement !== null && !parentElement.classList.contains(className)) {
- parentElement = parentElement.parentElement;
- }
-
- return parentElement;
-};
-
-// CONCATENATED MODULE: ./node_modules/vue-context/src/js/normalize-slot.js
-const normalizeSlot = (name, scope = {}, $scopedSlots = {}, $slots = {}) => {
- // Note: in Vue 2.6.x, all named slots are also scoped slots
- const slot = $scopedSlots[name] || $slots[name];
-
- return typeof slot === 'function' ? slot(scope) : slot;
-};
-
-// CONCATENATED MODULE: ./node_modules/vue-context/src/js/vue-context.js
-
-
-
-
-/* harmony default export */ var vue_context = ({
- directives: {
- onClickaway: vue_clickaway["a" /* directive */]
- },
-
- props: {
- closeOnClick: {
- type: Boolean,
- default: true
- },
- closeOnScroll: {
- type: Boolean,
- default: true
- },
- lazy: {
- type: Boolean,
- default: false
- },
- itemSelector: {
- type: [String, Array],
- default: () => ['.v-context-item', '.v-context > li > a']
- },
- role: {
- type: String,
- default: 'menu'
- },
- subMenuOffset: {
- type: Number,
- default: 10
- },
- useScrollHeight: {
- type: Boolean,
- default: false
- },
- useScrollWidth: {
- type: Boolean,
- default: false
- },
- heightOffset: {
- type: Number,
- default: 25
- },
- widthOffset: {
- type: Number,
- default: 25
- },
- tag: {
- type: String,
- default: 'ul'
- }
- },
-
- computed: {
- style() {
- return this.show
- ? { top: `${this.top}px`, left: `${this.left}px` }
- : null;
- }
- },
-
- data() {
- return {
- top: null,
- left: null,
- show: false,
- data: null,
- localItemSelector: '',
- activeSubMenu: null
- };
- },
-
- created() {
- this.localItemSelector = this.mapItemSelector(this.itemSelector);
- },
-
- beforeDestroy() {
- if (this.closeOnScroll) {
- this.removeScrollEventListener();
- }
- },
-
- methods: {
- addScrollEventListener() {
- eventOn(window, 'scroll', this.close);
- },
-
- addHoverEventListener(element) {
- element.querySelectorAll('.v-context__sub').forEach(
- subMenuNode => {
- eventOn(subMenuNode, 'mouseenter', this.openSubMenu);
- eventOn(subMenuNode, 'mouseleave', this.closeSubMenu);
- }
- );
- },
-
- close() {
- if (! this.show) {
- return;
- }
-
- // make sure all sub menus are closed
- while (this.activeSubMenu !== null) {
- parentElementByClassName(this.activeSubMenu, 'v-context__sub').dispatchEvent(new Event('mouseleave'));
- }
-
- this.resetData();
- this.removeHoverEventListener(this.$el);
-
- if (this.closeOnScroll) {
- this.removeScrollEventListener();
- }
-
- this.$emit('close');
- },
-
- focusItem(index, items) {
- const el = items.find((el, idx) => idx === index);
- el && el.focus();
- },
-
- focusNext(event, up) {
- if (! this.show) {
- return;
- }
-
- event.preventDefault();
- event.stopPropagation();
-
- this.$nextTick(() => {
- const items = this.getItems();
- if (items.length < 1) {
- return;
- }
-
- let index = items.indexOf(event.target);
- if (up && index > 0) {
- index--;
- } else if (! up && index < items.length - 1) {
- index++;
- }
-
- if (index < 0) {
- index = 0;
- }
-
- this.focusItem(index, items);
- });
- },
-
- getItems() {
- // if a sub menu is active only return the elements of the sub menu to keep the scope
- return filterVisible(selectAll(this.localItemSelector, this.activeSubMenu || this.$el));
- },
-
- mapItemSelector(itemSelector) {
- if (isArray(itemSelector)) {
- itemSelector = itemSelector
- .map(selector => `${selector}:not(.disabled):not([disabled])`)
- .join(', ');
- }
-
- return itemSelector;
- },
-
- onClick() {
- this.close();
- },
-
- onKeydown(event) {
- const key = event.keyCode;
-
- if (key === keyCodes.ESC) {
- // Close on esc
- this.close();
- } else if (key === keyCodes.DOWN) {
- // Down arrow
- this.focusNext(event, false);
- } else if (key === keyCodes.UP) {
- // Up arrow
- this.focusNext(event, true);
- } else if (key === keyCodes.RIGHT) {
- // check if a parent element which is associated with a sub menu can be found.
- const menuContainer = parentElementByClassName(event.target, 'v-context__sub');
-
- // try to open a sub menu if the sub menu isn't the current sub menu
- if (menuContainer && menuContainer.getElementsByClassName('v-context')[0] !== this.activeSubMenu) {
- menuContainer.dispatchEvent(new Event('mouseenter'));
- this.focusNext(event, false);
- }
- } else if (key === keyCodes.LEFT) {
- if (!this.activeSubMenu) {
- return;
- }
-
- const parentMenu = parentElementByClassName(this.activeSubMenu, 'v-context__sub');
- parentMenu.dispatchEvent(new Event('mouseleave'));
-
- const items = this.getItems(),
- index = items.indexOf(parentMenu.getElementsByTagName('a')[0]);
-
- this.focusItem(index, items);
- }
- },
-
- open(event, data) {
- this.data = data;
- this.show = true;
-
- this.$nextTick(() => {
- [this.top, this.left] = this.positionMenu(event.clientY, event.clientX, this.$el);
-
- this.$el.focus();
- this.setItemRoles();
- this.addHoverEventListener(this.$el);
-
- if (this.closeOnScroll) {
- this.addScrollEventListener();
- }
-
- this.$emit('open', event, this.data, this.top, this.left);
- });
- },
-
- openSubMenu(event) {
- const subMenuElement = this.getSubMenuElementByEvent(event),
- parentMenu = parentElementByClassName(subMenuElement.parentElement, 'v-context'),
- bcr = getBCR(event.target);
-
- // check if another sub menu is open. In this case make sure no other as well as no nested sub menu is open
- if (this.activeSubMenu !== parentMenu) {
- while (this.activeSubMenu !== null
- && this.activeSubMenu !== parentMenu
- && this.activeSubMenu !== subMenuElement
- ) {
- parentElementByClassName(this.activeSubMenu, 'v-context__sub')
- .dispatchEvent(new Event('mouseleave'));
- }
- }
-
- // first set the display and afterwards execute position calculation for correct element offsets
- subMenuElement.style.display = 'block';
-
- let [elementTop, elementLeft] = this.positionMenu(bcr.top, bcr.right - this.subMenuOffset, subMenuElement);
-
- subMenuElement.style.left = `${elementLeft}px`;
- subMenuElement.style.top = `${elementTop}px`;
-
- this.activeSubMenu = subMenuElement;
- },
-
- closeSubMenu(event) {
- const subMenuElement = this.getSubMenuElementByEvent(event),
- parentMenu = parentElementByClassName(subMenuElement, 'v-context');
-
- // if a sub menu is closed and it's not the currently active sub menu (eg. a lowe layered sub menu closed
- // by a mouseleave event) close all nested sub menus
- if (this.activeSubMenu !== subMenuElement) {
- while (this.activeSubMenu !== null && this.activeSubMenu !== subMenuElement) {
- parentElementByClassName(this.activeSubMenu, 'v-context__sub')
- .dispatchEvent(new Event('mouseleave'));
- }
- }
-
- subMenuElement.style.display = 'none';
-
- // check if a parent menu exists and the parent menu is a sub menu to keep track of the correct sub menu
- this.activeSubMenu = parentMenu && parentElementByClassName(parentMenu, 'v-context__sub')
- ? parentMenu
- : null;
- },
-
- getSubMenuElementByEvent (event) {
- return event.target.getElementsByTagName('ul')[0];
- },
-
- positionMenu(top, left, element) {
- const elementHeight = this.useScrollHeight ? element.scrollHeight : element.offsetHeight;
- const largestHeight = window.innerHeight - elementHeight - this.heightOffset;
-
- const elementWidth = this.useScrollWidth ? element.scrollWidth : element.offsetWidth;
- const largestWidth = window.innerWidth - elementWidth - this.widthOffset;
-
- if (top > largestHeight) {
- top = largestHeight;
- }
-
- if (left > largestWidth) {
- left = largestWidth;
- }
-
- return [top, left];
- },
-
- removeScrollEventListener() {
- eventOff(window, 'scroll', this.close);
- },
-
- removeHoverEventListener(element) {
- element.querySelectorAll('.v-context__sub').forEach(
- (subMenuNode) => {
- eventOff(subMenuNode, 'mouseenter', this.openSubMenu);
- eventOff(subMenuNode, 'mouseleave', this.closeSubMenu);
- }
- );
- },
-
- resetData() {
- this.top = null;
- this.left = null;
- this.data = null;
- this.show = false;
- },
-
- setItemRoles() {
- // Add role="menuitem" and tabindex="-1" to all items
- selectAll(this.localItemSelector, this.$el)
- .forEach(el => {
- setAttr(el, 'role', 'menuitem');
- setAttr(el, 'tabindex', '-1');
- });
- }
- },
-
- watch: {
- closeOnScroll(newValue, oldValue) {
- if (newValue === oldValue) {
- return;
- }
-
- if (newValue && this.show) {
- this.addScrollEventListener();
- } else {
- this.removeScrollEventListener();
- }
- },
-
- itemSelector(selector, oldValue) {
- if (selector !== oldValue) {
- this.localItemSelector = this.mapItemSelector(selector);
- }
- }
- },
-
- render(h) {
- if (this.lazy && ! this.show) {
- return h(false);
- }
-
- // Only register the events we need
- const on = {
- // `!` modifier for capture
- '!contextmenu': e => {
- e.preventDefault();
- },
- keydown: this.onKeydown // up, down, esc
- };
-
- if (this.closeOnClick) {
- on.click = this.onClick;
- }
-
- // Only register the directives we need
- const directives = [
- {
- name: 'on-clickaway',
- value: this.close,
- rawName: 'v-on-clickaway'
- }
- ];
-
- if (! this.lazy) {
- directives.push({
- name: 'show',
- value: this.show,
- rawName: 'v-show',
- expression: 'show'
- });
- }
-
- return h(
- this.tag,
- {
- staticClass: 'v-context',
- style: this.style,
- attrs: {
- tabindex: '-1',
- role: this.role,
- 'aria-hidden': this.lazy ? null : String(! this.show)
- },
- on,
- directives
- },
- [normalizeSlot('default', { data: this.data }, this.$scopedSlots, this.$slots)]
- );
- }
-});
-
-// CONCATENATED MODULE: ./node_modules/vue-context/src/js/index.js
-
-
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[23],{
-
-/***/ "SZ7m":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-// ESM COMPAT FLAG
-__webpack_require__.r(__webpack_exports__);
-
-// EXPORTS
-__webpack_require__.d(__webpack_exports__, "default", function() { return /* binding */ addStylesClient; });
-
-// CONCATENATED MODULE: ./node_modules/vue-style-loader/lib/listToStyles.js
-/**
- * Translates the list format produced by css-loader into something
- * easier to manipulate.
- */
-function listToStyles (parentId, list) {
- var styles = []
- var newStyles = {}
- for (var i = 0; i < list.length; i++) {
- var item = list[i]
- var id = item[0]
- var css = item[1]
- var media = item[2]
- var sourceMap = item[3]
- var part = {
- id: parentId + ':' + i,
- css: css,
- media: media,
- sourceMap: sourceMap
- }
- if (!newStyles[id]) {
- styles.push(newStyles[id] = { id: id, parts: [part] })
- } else {
- newStyles[id].parts.push(part)
- }
- }
- return styles
-}
-
-// CONCATENATED MODULE: ./node_modules/vue-style-loader/lib/addStylesClient.js
-/*
- MIT License http://www.opensource.org/licenses/mit-license.php
- Author Tobias Koppers @sokra
- Modified by Evan You @yyx990803
-*/
-
-
-
-var hasDocument = typeof document !== 'undefined'
-
-if (typeof DEBUG !== 'undefined' && DEBUG) {
- if (!hasDocument) {
- throw new Error(
- 'vue-style-loader cannot be used in a non-browser environment. ' +
- "Use { target: 'node' } in your Webpack config to indicate a server-rendering environment."
- ) }
-}
-
-/*
-type StyleObject = {
- id: number;
- parts: Array<StyleObjectPart>
-}
-
-type StyleObjectPart = {
- css: string;
- media: string;
- sourceMap: ?string
-}
-*/
-
-var stylesInDom = {/*
- [id: number]: {
- id: number,
- refs: number,
- parts: Array<(obj?: StyleObjectPart) => void>
- }
-*/}
-
-var head = hasDocument && (document.head || document.getElementsByTagName('head')[0])
-var singletonElement = null
-var singletonCounter = 0
-var isProduction = false
-var noop = function () {}
-var options = null
-var ssrIdKey = 'data-vue-ssr-id'
-
-// Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
-// tags it will allow on a page
-var isOldIE = typeof navigator !== 'undefined' && /msie [6-9]\b/.test(navigator.userAgent.toLowerCase())
-
-function addStylesClient (parentId, list, _isProduction, _options) {
- isProduction = _isProduction
-
- options = _options || {}
-
- var styles = listToStyles(parentId, list)
- addStylesToDom(styles)
-
- return function update (newList) {
- var mayRemove = []
- for (var i = 0; i < styles.length; i++) {
- var item = styles[i]
- var domStyle = stylesInDom[item.id]
- domStyle.refs--
- mayRemove.push(domStyle)
- }
- if (newList) {
- styles = listToStyles(parentId, newList)
- addStylesToDom(styles)
- } else {
- styles = []
- }
- for (var i = 0; i < mayRemove.length; i++) {
- var domStyle = mayRemove[i]
- if (domStyle.refs === 0) {
- for (var j = 0; j < domStyle.parts.length; j++) {
- domStyle.parts[j]()
- }
- delete stylesInDom[domStyle.id]
- }
- }
- }
-}
-
-function addStylesToDom (styles /* Array<StyleObject> */) {
- for (var i = 0; i < styles.length; i++) {
- var item = styles[i]
- var domStyle = stylesInDom[item.id]
- if (domStyle) {
- domStyle.refs++
- for (var j = 0; j < domStyle.parts.length; j++) {
- domStyle.parts[j](item.parts[j])
- }
- for (; j < item.parts.length; j++) {
- domStyle.parts.push(addStyle(item.parts[j]))
- }
- if (domStyle.parts.length > item.parts.length) {
- domStyle.parts.length = item.parts.length
- }
- } else {
- var parts = []
- for (var j = 0; j < item.parts.length; j++) {
- parts.push(addStyle(item.parts[j]))
- }
- stylesInDom[item.id] = { id: item.id, refs: 1, parts: parts }
- }
- }
-}
-
-function createStyleElement () {
- var styleElement = document.createElement('style')
- styleElement.type = 'text/css'
- head.appendChild(styleElement)
- return styleElement
-}
-
-function addStyle (obj /* StyleObjectPart */) {
- var update, remove
- var styleElement = document.querySelector('style[' + ssrIdKey + '~="' + obj.id + '"]')
-
- if (styleElement) {
- if (isProduction) {
- // has SSR styles and in production mode.
- // simply do nothing.
- return noop
- } else {
- // has SSR styles but in dev mode.
- // for some reason Chrome can't handle source map in server-rendered
- // style tags - source maps in <style> only works if the style tag is
- // created and inserted dynamically. So we remove the server rendered
- // styles and inject new ones.
- styleElement.parentNode.removeChild(styleElement)
- }
- }
-
- if (isOldIE) {
- // use singleton mode for IE9.
- var styleIndex = singletonCounter++
- styleElement = singletonElement || (singletonElement = createStyleElement())
- update = applyToSingletonTag.bind(null, styleElement, styleIndex, false)
- remove = applyToSingletonTag.bind(null, styleElement, styleIndex, true)
- } else {
- // use multi-style-tag mode in all other cases
- styleElement = createStyleElement()
- update = applyToTag.bind(null, styleElement)
- remove = function () {
- styleElement.parentNode.removeChild(styleElement)
- }
- }
-
- update(obj)
-
- return function updateStyle (newObj /* StyleObjectPart */) {
- if (newObj) {
- if (newObj.css === obj.css &&
- newObj.media === obj.media &&
- newObj.sourceMap === obj.sourceMap) {
- return
- }
- update(obj = newObj)
- } else {
- remove()
- }
- }
-}
-
-var replaceText = (function () {
- var textStore = []
-
- return function (index, replacement) {
- textStore[index] = replacement
- return textStore.filter(Boolean).join('\n')
- }
-})()
-
-function applyToSingletonTag (styleElement, index, remove, obj) {
- var css = remove ? '' : obj.css
-
- if (styleElement.styleSheet) {
- styleElement.styleSheet.cssText = replaceText(index, css)
- } else {
- var cssNode = document.createTextNode(css)
- var childNodes = styleElement.childNodes
- if (childNodes[index]) styleElement.removeChild(childNodes[index])
- if (childNodes.length) {
- styleElement.insertBefore(cssNode, childNodes[index])
- } else {
- styleElement.appendChild(cssNode)
- }
- }
-}
-
-function applyToTag (styleElement, obj) {
- var css = obj.css
- var media = obj.media
- var sourceMap = obj.sourceMap
-
- if (media) {
- styleElement.setAttribute('media', media)
- }
- if (options.ssrId) {
- styleElement.setAttribute(ssrIdKey, obj.id)
- }
-
- if (sourceMap) {
- // https://developer.chrome.com/devtools/docs/javascript-debugging
- // this makes source maps inside style tags work properly in Chrome
- css += '\n/*# sourceURL=' + sourceMap.sources[0] + ' */'
- // http://stackoverflow.com/a/26603875
- css += '\n/*# sourceMappingURL=data:application/json;base64,' + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + ' */'
- }
-
- if (styleElement.styleSheet) {
- styleElement.styleSheet.cssText = css
- } else {
- while (styleElement.firstChild) {
- styleElement.removeChild(styleElement.firstChild)
- }
- styleElement.appendChild(document.createTextNode(css))
- }
-}
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[25],{
-
-/***/ "YuTi":
-/***/ (function(module, exports) {
-
-module.exports = function(module) {
- if (!module.webpackPolyfill) {
- module.deprecate = function() {};
- module.paths = [];
- // module.parent = undefined by default
- if (!module.children) module.children = [];
- Object.defineProperty(module, "loaded", {
- enumerable: true,
- get: function() {
- return module.l;
- }
- });
- Object.defineProperty(module, "id", {
- enumerable: true,
- get: function() {
- return module.i;
- }
- });
- module.webpackPolyfill = 1;
- }
- return module;
-};
-
-
-/***/ }),
-
-/***/ "yLpj":
-/***/ (function(module, exports) {
-
-var g;
-
-// This works in non-strict mode
-g = (function() {
- return this;
-})();
-
-try {
- // This works if eval is allowed (see CSP)
- g = g || new Function("return this")();
-} catch (e) {
- // This works if the window reference is available
- if (typeof window === "object") g = window;
-}
-
-// g can still be undefined, but nothing to do about it...
-// We return undefined, instead of nothing here, so it's
-// easier to handle this case. if(!global) { ...}
-
-module.exports = g;
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[3],{
-
-/***/ "H7XF":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-exports.byteLength = byteLength
-exports.toByteArray = toByteArray
-exports.fromByteArray = fromByteArray
-
-var lookup = []
-var revLookup = []
-var Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array
-
-var code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'
-for (var i = 0, len = code.length; i < len; ++i) {
- lookup[i] = code[i]
- revLookup[code.charCodeAt(i)] = i
-}
-
-// Support decoding URL-safe base64 strings, as Node.js does.
-// See: https://en.wikipedia.org/wiki/Base64#URL_applications
-revLookup['-'.charCodeAt(0)] = 62
-revLookup['_'.charCodeAt(0)] = 63
-
-function getLens (b64) {
- var len = b64.length
-
- if (len % 4 > 0) {
- throw new Error('Invalid string. Length must be a multiple of 4')
- }
-
- // Trim off extra bytes after placeholder bytes are found
- // See: https://github.com/beatgammit/base64-js/issues/42
- var validLen = b64.indexOf('=')
- if (validLen === -1) validLen = len
-
- var placeHoldersLen = validLen === len
- ? 0
- : 4 - (validLen % 4)
-
- return [validLen, placeHoldersLen]
-}
-
-// base64 is 4/3 + up to two characters of the original data
-function byteLength (b64) {
- var lens = getLens(b64)
- var validLen = lens[0]
- var placeHoldersLen = lens[1]
- return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen
-}
-
-function _byteLength (b64, validLen, placeHoldersLen) {
- return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen
-}
-
-function toByteArray (b64) {
- var tmp
- var lens = getLens(b64)
- var validLen = lens[0]
- var placeHoldersLen = lens[1]
-
- var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))
-
- var curByte = 0
-
- // if there are placeholders, only get up to the last complete 4 chars
- var len = placeHoldersLen > 0
- ? validLen - 4
- : validLen
-
- var i
- for (i = 0; i < len; i += 4) {
- tmp =
- (revLookup[b64.charCodeAt(i)] << 18) |
- (revLookup[b64.charCodeAt(i + 1)] << 12) |
- (revLookup[b64.charCodeAt(i + 2)] << 6) |
- revLookup[b64.charCodeAt(i + 3)]
- arr[curByte++] = (tmp >> 16) & 0xFF
- arr[curByte++] = (tmp >> 8) & 0xFF
- arr[curByte++] = tmp & 0xFF
- }
-
- if (placeHoldersLen === 2) {
- tmp =
- (revLookup[b64.charCodeAt(i)] << 2) |
- (revLookup[b64.charCodeAt(i + 1)] >> 4)
- arr[curByte++] = tmp & 0xFF
- }
-
- if (placeHoldersLen === 1) {
- tmp =
- (revLookup[b64.charCodeAt(i)] << 10) |
- (revLookup[b64.charCodeAt(i + 1)] << 4) |
- (revLookup[b64.charCodeAt(i + 2)] >> 2)
- arr[curByte++] = (tmp >> 8) & 0xFF
- arr[curByte++] = tmp & 0xFF
- }
-
- return arr
-}
-
-function tripletToBase64 (num) {
- return lookup[num >> 18 & 0x3F] +
- lookup[num >> 12 & 0x3F] +
- lookup[num >> 6 & 0x3F] +
- lookup[num & 0x3F]
-}
-
-function encodeChunk (uint8, start, end) {
- var tmp
- var output = []
- for (var i = start; i < end; i += 3) {
- tmp =
- ((uint8[i] << 16) & 0xFF0000) +
- ((uint8[i + 1] << 8) & 0xFF00) +
- (uint8[i + 2] & 0xFF)
- output.push(tripletToBase64(tmp))
- }
- return output.join('')
-}
-
-function fromByteArray (uint8) {
- var tmp
- var len = uint8.length
- var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes
- var parts = []
- var maxChunkLength = 16383 // must be multiple of 3
-
- // go through the array every three bytes, we'll deal with trailing stuff later
- for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {
- parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))
- }
-
- // pad the end with zeros, but make sure to not forget the extra bytes
- if (extraBytes === 1) {
- tmp = uint8[len - 1]
- parts.push(
- lookup[tmp >> 2] +
- lookup[(tmp << 4) & 0x3F] +
- '=='
- )
- } else if (extraBytes === 2) {
- tmp = (uint8[len - 2] << 8) + uint8[len - 1]
- parts.push(
- lookup[tmp >> 10] +
- lookup[(tmp >> 4) & 0x3F] +
- lookup[(tmp << 2) & 0x3F] +
- '='
- )
- }
-
- return parts.join('')
-}
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[4],{
-
-/***/ "tjlA":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* WEBPACK VAR INJECTION */(function(global) {/*!
- * The buffer module from node.js, for the browser.
- *
- * @author Feross Aboukhadijeh <http://feross.org>
- * @license MIT
- */
-/* eslint-disable no-proto */
-
-
-
-var base64 = __webpack_require__("H7XF")
-var ieee754 = __webpack_require__("kVK+")
-var isArray = __webpack_require__("49sm")
-
-exports.Buffer = Buffer
-exports.SlowBuffer = SlowBuffer
-exports.INSPECT_MAX_BYTES = 50
-
-/**
- * If `Buffer.TYPED_ARRAY_SUPPORT`:
- * === true Use Uint8Array implementation (fastest)
- * === false Use Object implementation (most compatible, even IE6)
- *
- * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,
- * Opera 11.6+, iOS 4.2+.
- *
- * Due to various browser bugs, sometimes the Object implementation will be used even
- * when the browser supports typed arrays.
- *
- * Note:
- *
- * - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,
- * See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.
- *
- * - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.
- *
- * - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of
- * incorrect length in some situations.
-
- * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they
- * get the Object implementation, which is slower but behaves correctly.
- */
-Buffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined
- ? global.TYPED_ARRAY_SUPPORT
- : typedArraySupport()
-
-/*
- * Export kMaxLength after typed array support is determined.
- */
-exports.kMaxLength = kMaxLength()
-
-function typedArraySupport () {
- try {
- var arr = new Uint8Array(1)
- arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }}
- return arr.foo() === 42 && // typed array instances can be augmented
- typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`
- arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray`
- } catch (e) {
- return false
- }
-}
-
-function kMaxLength () {
- return Buffer.TYPED_ARRAY_SUPPORT
- ? 0x7fffffff
- : 0x3fffffff
-}
-
-function createBuffer (that, length) {
- if (kMaxLength() < length) {
- throw new RangeError('Invalid typed array length')
- }
- if (Buffer.TYPED_ARRAY_SUPPORT) {
- // Return an augmented `Uint8Array` instance, for best performance
- that = new Uint8Array(length)
- that.__proto__ = Buffer.prototype
- } else {
- // Fallback: Return an object instance of the Buffer class
- if (that === null) {
- that = new Buffer(length)
- }
- that.length = length
- }
-
- return that
-}
-
-/**
- * The Buffer constructor returns instances of `Uint8Array` that have their
- * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of
- * `Uint8Array`, so the returned instances will have all the node `Buffer` methods
- * and the `Uint8Array` methods. Square bracket notation works as expected -- it
- * returns a single octet.
- *
- * The `Uint8Array` prototype remains unmodified.
- */
-
-function Buffer (arg, encodingOrOffset, length) {
- if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) {
- return new Buffer(arg, encodingOrOffset, length)
- }
-
- // Common case.
- if (typeof arg === 'number') {
- if (typeof encodingOrOffset === 'string') {
- throw new Error(
- 'If encoding is specified then the first argument must be a string'
- )
- }
- return allocUnsafe(this, arg)
- }
- return from(this, arg, encodingOrOffset, length)
-}
-
-Buffer.poolSize = 8192 // not used by this implementation
-
-// TODO: Legacy, not needed anymore. Remove in next major version.
-Buffer._augment = function (arr) {
- arr.__proto__ = Buffer.prototype
- return arr
-}
-
-function from (that, value, encodingOrOffset, length) {
- if (typeof value === 'number') {
- throw new TypeError('"value" argument must not be a number')
- }
-
- if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {
- return fromArrayBuffer(that, value, encodingOrOffset, length)
- }
-
- if (typeof value === 'string') {
- return fromString(that, value, encodingOrOffset)
- }
-
- return fromObject(that, value)
-}
-
-/**
- * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError
- * if value is a number.
- * Buffer.from(str[, encoding])
- * Buffer.from(array)
- * Buffer.from(buffer)
- * Buffer.from(arrayBuffer[, byteOffset[, length]])
- **/
-Buffer.from = function (value, encodingOrOffset, length) {
- return from(null, value, encodingOrOffset, length)
-}
-
-if (Buffer.TYPED_ARRAY_SUPPORT) {
- Buffer.prototype.__proto__ = Uint8Array.prototype
- Buffer.__proto__ = Uint8Array
- if (typeof Symbol !== 'undefined' && Symbol.species &&
- Buffer[Symbol.species] === Buffer) {
- // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97
- Object.defineProperty(Buffer, Symbol.species, {
- value: null,
- configurable: true
- })
- }
-}
-
-function assertSize (size) {
- if (typeof size !== 'number') {
- throw new TypeError('"size" argument must be a number')
- } else if (size < 0) {
- throw new RangeError('"size" argument must not be negative')
- }
-}
-
-function alloc (that, size, fill, encoding) {
- assertSize(size)
- if (size <= 0) {
- return createBuffer(that, size)
- }
- if (fill !== undefined) {
- // Only pay attention to encoding if it's a string. This
- // prevents accidentally sending in a number that would
- // be interpretted as a start offset.
- return typeof encoding === 'string'
- ? createBuffer(that, size).fill(fill, encoding)
- : createBuffer(that, size).fill(fill)
- }
- return createBuffer(that, size)
-}
-
-/**
- * Creates a new filled Buffer instance.
- * alloc(size[, fill[, encoding]])
- **/
-Buffer.alloc = function (size, fill, encoding) {
- return alloc(null, size, fill, encoding)
-}
-
-function allocUnsafe (that, size) {
- assertSize(size)
- that = createBuffer(that, size < 0 ? 0 : checked(size) | 0)
- if (!Buffer.TYPED_ARRAY_SUPPORT) {
- for (var i = 0; i < size; ++i) {
- that[i] = 0
- }
- }
- return that
-}
-
-/**
- * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.
- * */
-Buffer.allocUnsafe = function (size) {
- return allocUnsafe(null, size)
-}
-/**
- * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.
- */
-Buffer.allocUnsafeSlow = function (size) {
- return allocUnsafe(null, size)
-}
-
-function fromString (that, string, encoding) {
- if (typeof encoding !== 'string' || encoding === '') {
- encoding = 'utf8'
- }
-
- if (!Buffer.isEncoding(encoding)) {
- throw new TypeError('"encoding" must be a valid string encoding')
- }
-
- var length = byteLength(string, encoding) | 0
- that = createBuffer(that, length)
-
- var actual = that.write(string, encoding)
-
- if (actual !== length) {
- // Writing a hex string, for example, that contains invalid characters will
- // cause everything after the first invalid character to be ignored. (e.g.
- // 'abxxcd' will be treated as 'ab')
- that = that.slice(0, actual)
- }
-
- return that
-}
-
-function fromArrayLike (that, array) {
- var length = array.length < 0 ? 0 : checked(array.length) | 0
- that = createBuffer(that, length)
- for (var i = 0; i < length; i += 1) {
- that[i] = array[i] & 255
- }
- return that
-}
-
-function fromArrayBuffer (that, array, byteOffset, length) {
- array.byteLength // this throws if `array` is not a valid ArrayBuffer
-
- if (byteOffset < 0 || array.byteLength < byteOffset) {
- throw new RangeError('\'offset\' is out of bounds')
- }
-
- if (array.byteLength < byteOffset + (length || 0)) {
- throw new RangeError('\'length\' is out of bounds')
- }
-
- if (byteOffset === undefined && length === undefined) {
- array = new Uint8Array(array)
- } else if (length === undefined) {
- array = new Uint8Array(array, byteOffset)
- } else {
- array = new Uint8Array(array, byteOffset, length)
- }
-
- if (Buffer.TYPED_ARRAY_SUPPORT) {
- // Return an augmented `Uint8Array` instance, for best performance
- that = array
- that.__proto__ = Buffer.prototype
- } else {
- // Fallback: Return an object instance of the Buffer class
- that = fromArrayLike(that, array)
- }
- return that
-}
-
-function fromObject (that, obj) {
- if (Buffer.isBuffer(obj)) {
- var len = checked(obj.length) | 0
- that = createBuffer(that, len)
-
- if (that.length === 0) {
- return that
- }
-
- obj.copy(that, 0, 0, len)
- return that
- }
-
- if (obj) {
- if ((typeof ArrayBuffer !== 'undefined' &&
- obj.buffer instanceof ArrayBuffer) || 'length' in obj) {
- if (typeof obj.length !== 'number' || isnan(obj.length)) {
- return createBuffer(that, 0)
- }
- return fromArrayLike(that, obj)
- }
-
- if (obj.type === 'Buffer' && isArray(obj.data)) {
- return fromArrayLike(that, obj.data)
- }
- }
-
- throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.')
-}
-
-function checked (length) {
- // Note: cannot use `length < kMaxLength()` here because that fails when
- // length is NaN (which is otherwise coerced to zero.)
- if (length >= kMaxLength()) {
- throw new RangeError('Attempt to allocate Buffer larger than maximum ' +
- 'size: 0x' + kMaxLength().toString(16) + ' bytes')
- }
- return length | 0
-}
-
-function SlowBuffer (length) {
- if (+length != length) { // eslint-disable-line eqeqeq
- length = 0
- }
- return Buffer.alloc(+length)
-}
-
-Buffer.isBuffer = function isBuffer (b) {
- return !!(b != null && b._isBuffer)
-}
-
-Buffer.compare = function compare (a, b) {
- if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {
- throw new TypeError('Arguments must be Buffers')
- }
-
- if (a === b) return 0
-
- var x = a.length
- var y = b.length
-
- for (var i = 0, len = Math.min(x, y); i < len; ++i) {
- if (a[i] !== b[i]) {
- x = a[i]
- y = b[i]
- break
- }
- }
-
- if (x < y) return -1
- if (y < x) return 1
- return 0
-}
-
-Buffer.isEncoding = function isEncoding (encoding) {
- switch (String(encoding).toLowerCase()) {
- case 'hex':
- case 'utf8':
- case 'utf-8':
- case 'ascii':
- case 'latin1':
- case 'binary':
- case 'base64':
- case 'ucs2':
- case 'ucs-2':
- case 'utf16le':
- case 'utf-16le':
- return true
- default:
- return false
- }
-}
-
-Buffer.concat = function concat (list, length) {
- if (!isArray(list)) {
- throw new TypeError('"list" argument must be an Array of Buffers')
- }
-
- if (list.length === 0) {
- return Buffer.alloc(0)
- }
-
- var i
- if (length === undefined) {
- length = 0
- for (i = 0; i < list.length; ++i) {
- length += list[i].length
- }
- }
-
- var buffer = Buffer.allocUnsafe(length)
- var pos = 0
- for (i = 0; i < list.length; ++i) {
- var buf = list[i]
- if (!Buffer.isBuffer(buf)) {
- throw new TypeError('"list" argument must be an Array of Buffers')
- }
- buf.copy(buffer, pos)
- pos += buf.length
- }
- return buffer
-}
-
-function byteLength (string, encoding) {
- if (Buffer.isBuffer(string)) {
- return string.length
- }
- if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' &&
- (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) {
- return string.byteLength
- }
- if (typeof string !== 'string') {
- string = '' + string
- }
-
- var len = string.length
- if (len === 0) return 0
-
- // Use a for loop to avoid recursion
- var loweredCase = false
- for (;;) {
- switch (encoding) {
- case 'ascii':
- case 'latin1':
- case 'binary':
- return len
- case 'utf8':
- case 'utf-8':
- case undefined:
- return utf8ToBytes(string).length
- case 'ucs2':
- case 'ucs-2':
- case 'utf16le':
- case 'utf-16le':
- return len * 2
- case 'hex':
- return len >>> 1
- case 'base64':
- return base64ToBytes(string).length
- default:
- if (loweredCase) return utf8ToBytes(string).length // assume utf8
- encoding = ('' + encoding).toLowerCase()
- loweredCase = true
- }
- }
-}
-Buffer.byteLength = byteLength
-
-function slowToString (encoding, start, end) {
- var loweredCase = false
-
- // No need to verify that "this.length <= MAX_UINT32" since it's a read-only
- // property of a typed array.
-
- // This behaves neither like String nor Uint8Array in that we set start/end
- // to their upper/lower bounds if the value passed is out of range.
- // undefined is handled specially as per ECMA-262 6th Edition,
- // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.
- if (start === undefined || start < 0) {
- start = 0
- }
- // Return early if start > this.length. Done here to prevent potential uint32
- // coercion fail below.
- if (start > this.length) {
- return ''
- }
-
- if (end === undefined || end > this.length) {
- end = this.length
- }
-
- if (end <= 0) {
- return ''
- }
-
- // Force coersion to uint32. This will also coerce falsey/NaN values to 0.
- end >>>= 0
- start >>>= 0
-
- if (end <= start) {
- return ''
- }
-
- if (!encoding) encoding = 'utf8'
-
- while (true) {
- switch (encoding) {
- case 'hex':
- return hexSlice(this, start, end)
-
- case 'utf8':
- case 'utf-8':
- return utf8Slice(this, start, end)
-
- case 'ascii':
- return asciiSlice(this, start, end)
-
- case 'latin1':
- case 'binary':
- return latin1Slice(this, start, end)
-
- case 'base64':
- return base64Slice(this, start, end)
-
- case 'ucs2':
- case 'ucs-2':
- case 'utf16le':
- case 'utf-16le':
- return utf16leSlice(this, start, end)
-
- default:
- if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)
- encoding = (encoding + '').toLowerCase()
- loweredCase = true
- }
- }
-}
-
-// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect
-// Buffer instances.
-Buffer.prototype._isBuffer = true
-
-function swap (b, n, m) {
- var i = b[n]
- b[n] = b[m]
- b[m] = i
-}
-
-Buffer.prototype.swap16 = function swap16 () {
- var len = this.length
- if (len % 2 !== 0) {
- throw new RangeError('Buffer size must be a multiple of 16-bits')
- }
- for (var i = 0; i < len; i += 2) {
- swap(this, i, i + 1)
- }
- return this
-}
-
-Buffer.prototype.swap32 = function swap32 () {
- var len = this.length
- if (len % 4 !== 0) {
- throw new RangeError('Buffer size must be a multiple of 32-bits')
- }
- for (var i = 0; i < len; i += 4) {
- swap(this, i, i + 3)
- swap(this, i + 1, i + 2)
- }
- return this
-}
-
-Buffer.prototype.swap64 = function swap64 () {
- var len = this.length
- if (len % 8 !== 0) {
- throw new RangeError('Buffer size must be a multiple of 64-bits')
- }
- for (var i = 0; i < len; i += 8) {
- swap(this, i, i + 7)
- swap(this, i + 1, i + 6)
- swap(this, i + 2, i + 5)
- swap(this, i + 3, i + 4)
- }
- return this
-}
-
-Buffer.prototype.toString = function toString () {
- var length = this.length | 0
- if (length === 0) return ''
- if (arguments.length === 0) return utf8Slice(this, 0, length)
- return slowToString.apply(this, arguments)
-}
-
-Buffer.prototype.equals = function equals (b) {
- if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')
- if (this === b) return true
- return Buffer.compare(this, b) === 0
-}
-
-Buffer.prototype.inspect = function inspect () {
- var str = ''
- var max = exports.INSPECT_MAX_BYTES
- if (this.length > 0) {
- str = this.toString('hex', 0, max).match(/.{2}/g).join(' ')
- if (this.length > max) str += ' ... '
- }
- return '<Buffer ' + str + '>'
-}
-
-Buffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {
- if (!Buffer.isBuffer(target)) {
- throw new TypeError('Argument must be a Buffer')
- }
-
- if (start === undefined) {
- start = 0
- }
- if (end === undefined) {
- end = target ? target.length : 0
- }
- if (thisStart === undefined) {
- thisStart = 0
- }
- if (thisEnd === undefined) {
- thisEnd = this.length
- }
-
- if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {
- throw new RangeError('out of range index')
- }
-
- if (thisStart >= thisEnd && start >= end) {
- return 0
- }
- if (thisStart >= thisEnd) {
- return -1
- }
- if (start >= end) {
- return 1
- }
-
- start >>>= 0
- end >>>= 0
- thisStart >>>= 0
- thisEnd >>>= 0
-
- if (this === target) return 0
-
- var x = thisEnd - thisStart
- var y = end - start
- var len = Math.min(x, y)
-
- var thisCopy = this.slice(thisStart, thisEnd)
- var targetCopy = target.slice(start, end)
-
- for (var i = 0; i < len; ++i) {
- if (thisCopy[i] !== targetCopy[i]) {
- x = thisCopy[i]
- y = targetCopy[i]
- break
- }
- }
-
- if (x < y) return -1
- if (y < x) return 1
- return 0
-}
-
-// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,
-// OR the last index of `val` in `buffer` at offset <= `byteOffset`.
-//
-// Arguments:
-// - buffer - a Buffer to search
-// - val - a string, Buffer, or number
-// - byteOffset - an index into `buffer`; will be clamped to an int32
-// - encoding - an optional encoding, relevant is val is a string
-// - dir - true for indexOf, false for lastIndexOf
-function bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {
- // Empty buffer means no match
- if (buffer.length === 0) return -1
-
- // Normalize byteOffset
- if (typeof byteOffset === 'string') {
- encoding = byteOffset
- byteOffset = 0
- } else if (byteOffset > 0x7fffffff) {
- byteOffset = 0x7fffffff
- } else if (byteOffset < -0x80000000) {
- byteOffset = -0x80000000
- }
- byteOffset = +byteOffset // Coerce to Number.
- if (isNaN(byteOffset)) {
- // byteOffset: it it's undefined, null, NaN, "foo", etc, search whole buffer
- byteOffset = dir ? 0 : (buffer.length - 1)
- }
-
- // Normalize byteOffset: negative offsets start from the end of the buffer
- if (byteOffset < 0) byteOffset = buffer.length + byteOffset
- if (byteOffset >= buffer.length) {
- if (dir) return -1
- else byteOffset = buffer.length - 1
- } else if (byteOffset < 0) {
- if (dir) byteOffset = 0
- else return -1
- }
-
- // Normalize val
- if (typeof val === 'string') {
- val = Buffer.from(val, encoding)
- }
-
- // Finally, search either indexOf (if dir is true) or lastIndexOf
- if (Buffer.isBuffer(val)) {
- // Special case: looking for empty string/buffer always fails
- if (val.length === 0) {
- return -1
- }
- return arrayIndexOf(buffer, val, byteOffset, encoding, dir)
- } else if (typeof val === 'number') {
- val = val & 0xFF // Search for a byte value [0-255]
- if (Buffer.TYPED_ARRAY_SUPPORT &&
- typeof Uint8Array.prototype.indexOf === 'function') {
- if (dir) {
- return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)
- } else {
- return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)
- }
- }
- return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)
- }
-
- throw new TypeError('val must be string, number or Buffer')
-}
-
-function arrayIndexOf (arr, val, byteOffset, encoding, dir) {
- var indexSize = 1
- var arrLength = arr.length
- var valLength = val.length
-
- if (encoding !== undefined) {
- encoding = String(encoding).toLowerCase()
- if (encoding === 'ucs2' || encoding === 'ucs-2' ||
- encoding === 'utf16le' || encoding === 'utf-16le') {
- if (arr.length < 2 || val.length < 2) {
- return -1
- }
- indexSize = 2
- arrLength /= 2
- valLength /= 2
- byteOffset /= 2
- }
- }
-
- function read (buf, i) {
- if (indexSize === 1) {
- return buf[i]
- } else {
- return buf.readUInt16BE(i * indexSize)
- }
- }
-
- var i
- if (dir) {
- var foundIndex = -1
- for (i = byteOffset; i < arrLength; i++) {
- if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {
- if (foundIndex === -1) foundIndex = i
- if (i - foundIndex + 1 === valLength) return foundIndex * indexSize
- } else {
- if (foundIndex !== -1) i -= i - foundIndex
- foundIndex = -1
- }
- }
- } else {
- if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength
- for (i = byteOffset; i >= 0; i--) {
- var found = true
- for (var j = 0; j < valLength; j++) {
- if (read(arr, i + j) !== read(val, j)) {
- found = false
- break
- }
- }
- if (found) return i
- }
- }
-
- return -1
-}
-
-Buffer.prototype.includes = function includes (val, byteOffset, encoding) {
- return this.indexOf(val, byteOffset, encoding) !== -1
-}
-
-Buffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {
- return bidirectionalIndexOf(this, val, byteOffset, encoding, true)
-}
-
-Buffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {
- return bidirectionalIndexOf(this, val, byteOffset, encoding, false)
-}
-
-function hexWrite (buf, string, offset, length) {
- offset = Number(offset) || 0
- var remaining = buf.length - offset
- if (!length) {
- length = remaining
- } else {
- length = Number(length)
- if (length > remaining) {
- length = remaining
- }
- }
-
- // must be an even number of digits
- var strLen = string.length
- if (strLen % 2 !== 0) throw new TypeError('Invalid hex string')
-
- if (length > strLen / 2) {
- length = strLen / 2
- }
- for (var i = 0; i < length; ++i) {
- var parsed = parseInt(string.substr(i * 2, 2), 16)
- if (isNaN(parsed)) return i
- buf[offset + i] = parsed
- }
- return i
-}
-
-function utf8Write (buf, string, offset, length) {
- return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)
-}
-
-function asciiWrite (buf, string, offset, length) {
- return blitBuffer(asciiToBytes(string), buf, offset, length)
-}
-
-function latin1Write (buf, string, offset, length) {
- return asciiWrite(buf, string, offset, length)
-}
-
-function base64Write (buf, string, offset, length) {
- return blitBuffer(base64ToBytes(string), buf, offset, length)
-}
-
-function ucs2Write (buf, string, offset, length) {
- return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)
-}
-
-Buffer.prototype.write = function write (string, offset, length, encoding) {
- // Buffer#write(string)
- if (offset === undefined) {
- encoding = 'utf8'
- length = this.length
- offset = 0
- // Buffer#write(string, encoding)
- } else if (length === undefined && typeof offset === 'string') {
- encoding = offset
- length = this.length
- offset = 0
- // Buffer#write(string, offset[, length][, encoding])
- } else if (isFinite(offset)) {
- offset = offset | 0
- if (isFinite(length)) {
- length = length | 0
- if (encoding === undefined) encoding = 'utf8'
- } else {
- encoding = length
- length = undefined
- }
- // legacy write(string, encoding, offset, length) - remove in v0.13
- } else {
- throw new Error(
- 'Buffer.write(string, encoding, offset[, length]) is no longer supported'
- )
- }
-
- var remaining = this.length - offset
- if (length === undefined || length > remaining) length = remaining
-
- if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {
- throw new RangeError('Attempt to write outside buffer bounds')
- }
-
- if (!encoding) encoding = 'utf8'
-
- var loweredCase = false
- for (;;) {
- switch (encoding) {
- case 'hex':
- return hexWrite(this, string, offset, length)
-
- case 'utf8':
- case 'utf-8':
- return utf8Write(this, string, offset, length)
-
- case 'ascii':
- return asciiWrite(this, string, offset, length)
-
- case 'latin1':
- case 'binary':
- return latin1Write(this, string, offset, length)
-
- case 'base64':
- // Warning: maxLength not taken into account in base64Write
- return base64Write(this, string, offset, length)
-
- case 'ucs2':
- case 'ucs-2':
- case 'utf16le':
- case 'utf-16le':
- return ucs2Write(this, string, offset, length)
-
- default:
- if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)
- encoding = ('' + encoding).toLowerCase()
- loweredCase = true
- }
- }
-}
-
-Buffer.prototype.toJSON = function toJSON () {
- return {
- type: 'Buffer',
- data: Array.prototype.slice.call(this._arr || this, 0)
- }
-}
-
-function base64Slice (buf, start, end) {
- if (start === 0 && end === buf.length) {
- return base64.fromByteArray(buf)
- } else {
- return base64.fromByteArray(buf.slice(start, end))
- }
-}
-
-function utf8Slice (buf, start, end) {
- end = Math.min(buf.length, end)
- var res = []
-
- var i = start
- while (i < end) {
- var firstByte = buf[i]
- var codePoint = null
- var bytesPerSequence = (firstByte > 0xEF) ? 4
- : (firstByte > 0xDF) ? 3
- : (firstByte > 0xBF) ? 2
- : 1
-
- if (i + bytesPerSequence <= end) {
- var secondByte, thirdByte, fourthByte, tempCodePoint
-
- switch (bytesPerSequence) {
- case 1:
- if (firstByte < 0x80) {
- codePoint = firstByte
- }
- break
- case 2:
- secondByte = buf[i + 1]
- if ((secondByte & 0xC0) === 0x80) {
- tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)
- if (tempCodePoint > 0x7F) {
- codePoint = tempCodePoint
- }
- }
- break
- case 3:
- secondByte = buf[i + 1]
- thirdByte = buf[i + 2]
- if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {
- tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)
- if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {
- codePoint = tempCodePoint
- }
- }
- break
- case 4:
- secondByte = buf[i + 1]
- thirdByte = buf[i + 2]
- fourthByte = buf[i + 3]
- if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {
- tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)
- if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {
- codePoint = tempCodePoint
- }
- }
- }
- }
-
- if (codePoint === null) {
- // we did not generate a valid codePoint so insert a
- // replacement char (U+FFFD) and advance only 1 byte
- codePoint = 0xFFFD
- bytesPerSequence = 1
- } else if (codePoint > 0xFFFF) {
- // encode to utf16 (surrogate pair dance)
- codePoint -= 0x10000
- res.push(codePoint >>> 10 & 0x3FF | 0xD800)
- codePoint = 0xDC00 | codePoint & 0x3FF
- }
-
- res.push(codePoint)
- i += bytesPerSequence
- }
-
- return decodeCodePointsArray(res)
-}
-
-// Based on http://stackoverflow.com/a/22747272/680742, the browser with
-// the lowest limit is Chrome, with 0x10000 args.
-// We go 1 magnitude less, for safety
-var MAX_ARGUMENTS_LENGTH = 0x1000
-
-function decodeCodePointsArray (codePoints) {
- var len = codePoints.length
- if (len <= MAX_ARGUMENTS_LENGTH) {
- return String.fromCharCode.apply(String, codePoints) // avoid extra slice()
- }
-
- // Decode in chunks to avoid "call stack size exceeded".
- var res = ''
- var i = 0
- while (i < len) {
- res += String.fromCharCode.apply(
- String,
- codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)
- )
- }
- return res
-}
-
-function asciiSlice (buf, start, end) {
- var ret = ''
- end = Math.min(buf.length, end)
-
- for (var i = start; i < end; ++i) {
- ret += String.fromCharCode(buf[i] & 0x7F)
- }
- return ret
-}
-
-function latin1Slice (buf, start, end) {
- var ret = ''
- end = Math.min(buf.length, end)
-
- for (var i = start; i < end; ++i) {
- ret += String.fromCharCode(buf[i])
- }
- return ret
-}
-
-function hexSlice (buf, start, end) {
- var len = buf.length
-
- if (!start || start < 0) start = 0
- if (!end || end < 0 || end > len) end = len
-
- var out = ''
- for (var i = start; i < end; ++i) {
- out += toHex(buf[i])
- }
- return out
-}
-
-function utf16leSlice (buf, start, end) {
- var bytes = buf.slice(start, end)
- var res = ''
- for (var i = 0; i < bytes.length; i += 2) {
- res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)
- }
- return res
-}
-
-Buffer.prototype.slice = function slice (start, end) {
- var len = this.length
- start = ~~start
- end = end === undefined ? len : ~~end
-
- if (start < 0) {
- start += len
- if (start < 0) start = 0
- } else if (start > len) {
- start = len
- }
-
- if (end < 0) {
- end += len
- if (end < 0) end = 0
- } else if (end > len) {
- end = len
- }
-
- if (end < start) end = start
-
- var newBuf
- if (Buffer.TYPED_ARRAY_SUPPORT) {
- newBuf = this.subarray(start, end)
- newBuf.__proto__ = Buffer.prototype
- } else {
- var sliceLen = end - start
- newBuf = new Buffer(sliceLen, undefined)
- for (var i = 0; i < sliceLen; ++i) {
- newBuf[i] = this[i + start]
- }
- }
-
- return newBuf
-}
-
-/*
- * Need to make sure that buffer isn't trying to write out of bounds.
- */
-function checkOffset (offset, ext, length) {
- if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')
- if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')
-}
-
-Buffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {
- offset = offset | 0
- byteLength = byteLength | 0
- if (!noAssert) checkOffset(offset, byteLength, this.length)
-
- var val = this[offset]
- var mul = 1
- var i = 0
- while (++i < byteLength && (mul *= 0x100)) {
- val += this[offset + i] * mul
- }
-
- return val
-}
-
-Buffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {
- offset = offset | 0
- byteLength = byteLength | 0
- if (!noAssert) {
- checkOffset(offset, byteLength, this.length)
- }
-
- var val = this[offset + --byteLength]
- var mul = 1
- while (byteLength > 0 && (mul *= 0x100)) {
- val += this[offset + --byteLength] * mul
- }
-
- return val
-}
-
-Buffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 1, this.length)
- return this[offset]
-}
-
-Buffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 2, this.length)
- return this[offset] | (this[offset + 1] << 8)
-}
-
-Buffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 2, this.length)
- return (this[offset] << 8) | this[offset + 1]
-}
-
-Buffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 4, this.length)
-
- return ((this[offset]) |
- (this[offset + 1] << 8) |
- (this[offset + 2] << 16)) +
- (this[offset + 3] * 0x1000000)
-}
-
-Buffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 4, this.length)
-
- return (this[offset] * 0x1000000) +
- ((this[offset + 1] << 16) |
- (this[offset + 2] << 8) |
- this[offset + 3])
-}
-
-Buffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {
- offset = offset | 0
- byteLength = byteLength | 0
- if (!noAssert) checkOffset(offset, byteLength, this.length)
-
- var val = this[offset]
- var mul = 1
- var i = 0
- while (++i < byteLength && (mul *= 0x100)) {
- val += this[offset + i] * mul
- }
- mul *= 0x80
-
- if (val >= mul) val -= Math.pow(2, 8 * byteLength)
-
- return val
-}
-
-Buffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {
- offset = offset | 0
- byteLength = byteLength | 0
- if (!noAssert) checkOffset(offset, byteLength, this.length)
-
- var i = byteLength
- var mul = 1
- var val = this[offset + --i]
- while (i > 0 && (mul *= 0x100)) {
- val += this[offset + --i] * mul
- }
- mul *= 0x80
-
- if (val >= mul) val -= Math.pow(2, 8 * byteLength)
-
- return val
-}
-
-Buffer.prototype.readInt8 = function readInt8 (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 1, this.length)
- if (!(this[offset] & 0x80)) return (this[offset])
- return ((0xff - this[offset] + 1) * -1)
-}
-
-Buffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 2, this.length)
- var val = this[offset] | (this[offset + 1] << 8)
- return (val & 0x8000) ? val | 0xFFFF0000 : val
-}
-
-Buffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 2, this.length)
- var val = this[offset + 1] | (this[offset] << 8)
- return (val & 0x8000) ? val | 0xFFFF0000 : val
-}
-
-Buffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 4, this.length)
-
- return (this[offset]) |
- (this[offset + 1] << 8) |
- (this[offset + 2] << 16) |
- (this[offset + 3] << 24)
-}
-
-Buffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 4, this.length)
-
- return (this[offset] << 24) |
- (this[offset + 1] << 16) |
- (this[offset + 2] << 8) |
- (this[offset + 3])
-}
-
-Buffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 4, this.length)
- return ieee754.read(this, offset, true, 23, 4)
-}
-
-Buffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 4, this.length)
- return ieee754.read(this, offset, false, 23, 4)
-}
-
-Buffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 8, this.length)
- return ieee754.read(this, offset, true, 52, 8)
-}
-
-Buffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {
- if (!noAssert) checkOffset(offset, 8, this.length)
- return ieee754.read(this, offset, false, 52, 8)
-}
-
-function checkInt (buf, value, offset, ext, max, min) {
- if (!Buffer.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance')
- if (value > max || value < min) throw new RangeError('"value" argument is out of bounds')
- if (offset + ext > buf.length) throw new RangeError('Index out of range')
-}
-
-Buffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {
- value = +value
- offset = offset | 0
- byteLength = byteLength | 0
- if (!noAssert) {
- var maxBytes = Math.pow(2, 8 * byteLength) - 1
- checkInt(this, value, offset, byteLength, maxBytes, 0)
- }
-
- var mul = 1
- var i = 0
- this[offset] = value & 0xFF
- while (++i < byteLength && (mul *= 0x100)) {
- this[offset + i] = (value / mul) & 0xFF
- }
-
- return offset + byteLength
-}
-
-Buffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {
- value = +value
- offset = offset | 0
- byteLength = byteLength | 0
- if (!noAssert) {
- var maxBytes = Math.pow(2, 8 * byteLength) - 1
- checkInt(this, value, offset, byteLength, maxBytes, 0)
- }
-
- var i = byteLength - 1
- var mul = 1
- this[offset + i] = value & 0xFF
- while (--i >= 0 && (mul *= 0x100)) {
- this[offset + i] = (value / mul) & 0xFF
- }
-
- return offset + byteLength
-}
-
-Buffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)
- if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)
- this[offset] = (value & 0xff)
- return offset + 1
-}
-
-function objectWriteUInt16 (buf, value, offset, littleEndian) {
- if (value < 0) value = 0xffff + value + 1
- for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) {
- buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>>
- (littleEndian ? i : 1 - i) * 8
- }
-}
-
-Buffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)
- if (Buffer.TYPED_ARRAY_SUPPORT) {
- this[offset] = (value & 0xff)
- this[offset + 1] = (value >>> 8)
- } else {
- objectWriteUInt16(this, value, offset, true)
- }
- return offset + 2
-}
-
-Buffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)
- if (Buffer.TYPED_ARRAY_SUPPORT) {
- this[offset] = (value >>> 8)
- this[offset + 1] = (value & 0xff)
- } else {
- objectWriteUInt16(this, value, offset, false)
- }
- return offset + 2
-}
-
-function objectWriteUInt32 (buf, value, offset, littleEndian) {
- if (value < 0) value = 0xffffffff + value + 1
- for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) {
- buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff
- }
-}
-
-Buffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)
- if (Buffer.TYPED_ARRAY_SUPPORT) {
- this[offset + 3] = (value >>> 24)
- this[offset + 2] = (value >>> 16)
- this[offset + 1] = (value >>> 8)
- this[offset] = (value & 0xff)
- } else {
- objectWriteUInt32(this, value, offset, true)
- }
- return offset + 4
-}
-
-Buffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)
- if (Buffer.TYPED_ARRAY_SUPPORT) {
- this[offset] = (value >>> 24)
- this[offset + 1] = (value >>> 16)
- this[offset + 2] = (value >>> 8)
- this[offset + 3] = (value & 0xff)
- } else {
- objectWriteUInt32(this, value, offset, false)
- }
- return offset + 4
-}
-
-Buffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) {
- var limit = Math.pow(2, 8 * byteLength - 1)
-
- checkInt(this, value, offset, byteLength, limit - 1, -limit)
- }
-
- var i = 0
- var mul = 1
- var sub = 0
- this[offset] = value & 0xFF
- while (++i < byteLength && (mul *= 0x100)) {
- if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {
- sub = 1
- }
- this[offset + i] = ((value / mul) >> 0) - sub & 0xFF
- }
-
- return offset + byteLength
-}
-
-Buffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) {
- var limit = Math.pow(2, 8 * byteLength - 1)
-
- checkInt(this, value, offset, byteLength, limit - 1, -limit)
- }
-
- var i = byteLength - 1
- var mul = 1
- var sub = 0
- this[offset + i] = value & 0xFF
- while (--i >= 0 && (mul *= 0x100)) {
- if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {
- sub = 1
- }
- this[offset + i] = ((value / mul) >> 0) - sub & 0xFF
- }
-
- return offset + byteLength
-}
-
-Buffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)
- if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)
- if (value < 0) value = 0xff + value + 1
- this[offset] = (value & 0xff)
- return offset + 1
-}
-
-Buffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)
- if (Buffer.TYPED_ARRAY_SUPPORT) {
- this[offset] = (value & 0xff)
- this[offset + 1] = (value >>> 8)
- } else {
- objectWriteUInt16(this, value, offset, true)
- }
- return offset + 2
-}
-
-Buffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)
- if (Buffer.TYPED_ARRAY_SUPPORT) {
- this[offset] = (value >>> 8)
- this[offset + 1] = (value & 0xff)
- } else {
- objectWriteUInt16(this, value, offset, false)
- }
- return offset + 2
-}
-
-Buffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)
- if (Buffer.TYPED_ARRAY_SUPPORT) {
- this[offset] = (value & 0xff)
- this[offset + 1] = (value >>> 8)
- this[offset + 2] = (value >>> 16)
- this[offset + 3] = (value >>> 24)
- } else {
- objectWriteUInt32(this, value, offset, true)
- }
- return offset + 4
-}
-
-Buffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {
- value = +value
- offset = offset | 0
- if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)
- if (value < 0) value = 0xffffffff + value + 1
- if (Buffer.TYPED_ARRAY_SUPPORT) {
- this[offset] = (value >>> 24)
- this[offset + 1] = (value >>> 16)
- this[offset + 2] = (value >>> 8)
- this[offset + 3] = (value & 0xff)
- } else {
- objectWriteUInt32(this, value, offset, false)
- }
- return offset + 4
-}
-
-function checkIEEE754 (buf, value, offset, ext, max, min) {
- if (offset + ext > buf.length) throw new RangeError('Index out of range')
- if (offset < 0) throw new RangeError('Index out of range')
-}
-
-function writeFloat (buf, value, offset, littleEndian, noAssert) {
- if (!noAssert) {
- checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)
- }
- ieee754.write(buf, value, offset, littleEndian, 23, 4)
- return offset + 4
-}
-
-Buffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {
- return writeFloat(this, value, offset, true, noAssert)
-}
-
-Buffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {
- return writeFloat(this, value, offset, false, noAssert)
-}
-
-function writeDouble (buf, value, offset, littleEndian, noAssert) {
- if (!noAssert) {
- checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)
- }
- ieee754.write(buf, value, offset, littleEndian, 52, 8)
- return offset + 8
-}
-
-Buffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {
- return writeDouble(this, value, offset, true, noAssert)
-}
-
-Buffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {
- return writeDouble(this, value, offset, false, noAssert)
-}
-
-// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)
-Buffer.prototype.copy = function copy (target, targetStart, start, end) {
- if (!start) start = 0
- if (!end && end !== 0) end = this.length
- if (targetStart >= target.length) targetStart = target.length
- if (!targetStart) targetStart = 0
- if (end > 0 && end < start) end = start
-
- // Copy 0 bytes; we're done
- if (end === start) return 0
- if (target.length === 0 || this.length === 0) return 0
-
- // Fatal error conditions
- if (targetStart < 0) {
- throw new RangeError('targetStart out of bounds')
- }
- if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds')
- if (end < 0) throw new RangeError('sourceEnd out of bounds')
-
- // Are we oob?
- if (end > this.length) end = this.length
- if (target.length - targetStart < end - start) {
- end = target.length - targetStart + start
- }
-
- var len = end - start
- var i
-
- if (this === target && start < targetStart && targetStart < end) {
- // descending copy from end
- for (i = len - 1; i >= 0; --i) {
- target[i + targetStart] = this[i + start]
- }
- } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) {
- // ascending copy from start
- for (i = 0; i < len; ++i) {
- target[i + targetStart] = this[i + start]
- }
- } else {
- Uint8Array.prototype.set.call(
- target,
- this.subarray(start, start + len),
- targetStart
- )
- }
-
- return len
-}
-
-// Usage:
-// buffer.fill(number[, offset[, end]])
-// buffer.fill(buffer[, offset[, end]])
-// buffer.fill(string[, offset[, end]][, encoding])
-Buffer.prototype.fill = function fill (val, start, end, encoding) {
- // Handle string cases:
- if (typeof val === 'string') {
- if (typeof start === 'string') {
- encoding = start
- start = 0
- end = this.length
- } else if (typeof end === 'string') {
- encoding = end
- end = this.length
- }
- if (val.length === 1) {
- var code = val.charCodeAt(0)
- if (code < 256) {
- val = code
- }
- }
- if (encoding !== undefined && typeof encoding !== 'string') {
- throw new TypeError('encoding must be a string')
- }
- if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {
- throw new TypeError('Unknown encoding: ' + encoding)
- }
- } else if (typeof val === 'number') {
- val = val & 255
- }
-
- // Invalid ranges are not set to a default, so can range check early.
- if (start < 0 || this.length < start || this.length < end) {
- throw new RangeError('Out of range index')
- }
-
- if (end <= start) {
- return this
- }
-
- start = start >>> 0
- end = end === undefined ? this.length : end >>> 0
-
- if (!val) val = 0
-
- var i
- if (typeof val === 'number') {
- for (i = start; i < end; ++i) {
- this[i] = val
- }
- } else {
- var bytes = Buffer.isBuffer(val)
- ? val
- : utf8ToBytes(new Buffer(val, encoding).toString())
- var len = bytes.length
- for (i = 0; i < end - start; ++i) {
- this[i + start] = bytes[i % len]
- }
- }
-
- return this
-}
-
-// HELPER FUNCTIONS
-// ================
-
-var INVALID_BASE64_RE = /[^+\/0-9A-Za-z-_]/g
-
-function base64clean (str) {
- // Node strips out invalid characters like \n and \t from the string, base64-js does not
- str = stringtrim(str).replace(INVALID_BASE64_RE, '')
- // Node converts strings with length < 2 to ''
- if (str.length < 2) return ''
- // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not
- while (str.length % 4 !== 0) {
- str = str + '='
- }
- return str
-}
-
-function stringtrim (str) {
- if (str.trim) return str.trim()
- return str.replace(/^\s+|\s+$/g, '')
-}
-
-function toHex (n) {
- if (n < 16) return '0' + n.toString(16)
- return n.toString(16)
-}
-
-function utf8ToBytes (string, units) {
- units = units || Infinity
- var codePoint
- var length = string.length
- var leadSurrogate = null
- var bytes = []
-
- for (var i = 0; i < length; ++i) {
- codePoint = string.charCodeAt(i)
-
- // is surrogate component
- if (codePoint > 0xD7FF && codePoint < 0xE000) {
- // last char was a lead
- if (!leadSurrogate) {
- // no lead yet
- if (codePoint > 0xDBFF) {
- // unexpected trail
- if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
- continue
- } else if (i + 1 === length) {
- // unpaired lead
- if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
- continue
- }
-
- // valid lead
- leadSurrogate = codePoint
-
- continue
- }
-
- // 2 leads in a row
- if (codePoint < 0xDC00) {
- if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
- leadSurrogate = codePoint
- continue
- }
-
- // valid surrogate pair
- codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000
- } else if (leadSurrogate) {
- // valid bmp char, but last char was a lead
- if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
- }
-
- leadSurrogate = null
-
- // encode utf8
- if (codePoint < 0x80) {
- if ((units -= 1) < 0) break
- bytes.push(codePoint)
- } else if (codePoint < 0x800) {
- if ((units -= 2) < 0) break
- bytes.push(
- codePoint >> 0x6 | 0xC0,
- codePoint & 0x3F | 0x80
- )
- } else if (codePoint < 0x10000) {
- if ((units -= 3) < 0) break
- bytes.push(
- codePoint >> 0xC | 0xE0,
- codePoint >> 0x6 & 0x3F | 0x80,
- codePoint & 0x3F | 0x80
- )
- } else if (codePoint < 0x110000) {
- if ((units -= 4) < 0) break
- bytes.push(
- codePoint >> 0x12 | 0xF0,
- codePoint >> 0xC & 0x3F | 0x80,
- codePoint >> 0x6 & 0x3F | 0x80,
- codePoint & 0x3F | 0x80
- )
- } else {
- throw new Error('Invalid code point')
- }
- }
-
- return bytes
-}
-
-function asciiToBytes (str) {
- var byteArray = []
- for (var i = 0; i < str.length; ++i) {
- // Node's code seems to be doing this and not & 0x7F..
- byteArray.push(str.charCodeAt(i) & 0xFF)
- }
- return byteArray
-}
-
-function utf16leToBytes (str, units) {
- var c, hi, lo
- var byteArray = []
- for (var i = 0; i < str.length; ++i) {
- if ((units -= 2) < 0) break
-
- c = str.charCodeAt(i)
- hi = c >> 8
- lo = c % 256
- byteArray.push(lo)
- byteArray.push(hi)
- }
-
- return byteArray
-}
-
-function base64ToBytes (str) {
- return base64.toByteArray(base64clean(str))
-}
-
-function blitBuffer (src, dst, offset, length) {
- for (var i = 0; i < length; ++i) {
- if ((i + offset >= dst.length) || (i >= src.length)) break
- dst[i + offset] = src[i]
- }
- return i
-}
-
-function isnan (val) {
- return val !== val // eslint-disable-line no-self-compare
-}
-
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("yLpj")))
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[6],{
-
-/***/ "JPst":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-/*
- MIT License http://www.opensource.org/licenses/mit-license.php
- Author Tobias Koppers @sokra
-*/
-// css base code, injected by the css-loader
-// eslint-disable-next-line func-names
-module.exports = function (useSourceMap) {
- var list = []; // return the list of modules as css string
-
- list.toString = function toString() {
- return this.map(function (item) {
- var content = cssWithMappingToString(item, useSourceMap);
-
- if (item[2]) {
- return "@media ".concat(item[2], " {").concat(content, "}");
- }
-
- return content;
- }).join('');
- }; // import a list of modules into the list
- // eslint-disable-next-line func-names
-
-
- list.i = function (modules, mediaQuery, dedupe) {
- if (typeof modules === 'string') {
- // eslint-disable-next-line no-param-reassign
- modules = [[null, modules, '']];
- }
-
- var alreadyImportedModules = {};
-
- if (dedupe) {
- for (var i = 0; i < this.length; i++) {
- // eslint-disable-next-line prefer-destructuring
- var id = this[i][0];
-
- if (id != null) {
- alreadyImportedModules[id] = true;
- }
- }
- }
-
- for (var _i = 0; _i < modules.length; _i++) {
- var item = [].concat(modules[_i]);
-
- if (dedupe && alreadyImportedModules[item[0]]) {
- // eslint-disable-next-line no-continue
- continue;
- }
-
- if (mediaQuery) {
- if (!item[2]) {
- item[2] = mediaQuery;
- } else {
- item[2] = "".concat(mediaQuery, " and ").concat(item[2]);
- }
- }
-
- list.push(item);
- }
- };
-
- return list;
-};
-
-function cssWithMappingToString(item, useSourceMap) {
- var content = item[1] || ''; // eslint-disable-next-line prefer-destructuring
-
- var cssMapping = item[3];
-
- if (!cssMapping) {
- return content;
- }
-
- if (useSourceMap && typeof btoa === 'function') {
- var sourceMapping = toComment(cssMapping);
- var sourceURLs = cssMapping.sources.map(function (source) {
- return "/*# sourceURL=".concat(cssMapping.sourceRoot || '').concat(source, " */");
- });
- return [content].concat(sourceURLs).concat([sourceMapping]).join('\n');
- }
-
- return [content].join('\n');
-} // Adapted from convert-source-map (MIT)
-
-
-function toComment(sourceMap) {
- // eslint-disable-next-line no-undef
- var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));
- var data = "sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(base64);
- return "/*# ".concat(data, " */");
-}
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[7],{
-
-/***/ "kVK+":
-/***/ (function(module, exports) {
-
-/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
-exports.read = function (buffer, offset, isLE, mLen, nBytes) {
- var e, m
- var eLen = (nBytes * 8) - mLen - 1
- var eMax = (1 << eLen) - 1
- var eBias = eMax >> 1
- var nBits = -7
- var i = isLE ? (nBytes - 1) : 0
- var d = isLE ? -1 : 1
- var s = buffer[offset + i]
-
- i += d
-
- e = s & ((1 << (-nBits)) - 1)
- s >>= (-nBits)
- nBits += eLen
- for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}
-
- m = e & ((1 << (-nBits)) - 1)
- e >>= (-nBits)
- nBits += mLen
- for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}
-
- if (e === 0) {
- e = 1 - eBias
- } else if (e === eMax) {
- return m ? NaN : ((s ? -1 : 1) * Infinity)
- } else {
- m = m + Math.pow(2, mLen)
- e = e - eBias
- }
- return (s ? -1 : 1) * m * Math.pow(2, e - mLen)
-}
-
-exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
- var e, m, c
- var eLen = (nBytes * 8) - mLen - 1
- var eMax = (1 << eLen) - 1
- var eBias = eMax >> 1
- var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)
- var i = isLE ? 0 : (nBytes - 1)
- var d = isLE ? 1 : -1
- var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0
-
- value = Math.abs(value)
-
- if (isNaN(value) || value === Infinity) {
- m = isNaN(value) ? 1 : 0
- e = eMax
- } else {
- e = Math.floor(Math.log(value) / Math.LN2)
- if (value * (c = Math.pow(2, -e)) < 1) {
- e--
- c *= 2
- }
- if (e + eBias >= 1) {
- value += rt / c
- } else {
- value += rt * Math.pow(2, 1 - eBias)
- }
- if (value * c >= 2) {
- e++
- c /= 2
- }
-
- if (e + eBias >= eMax) {
- m = 0
- e = eMax
- } else if (e + eBias >= 1) {
- m = ((value * c) - 1) * Math.pow(2, mLen)
- e = e + eBias
- } else {
- m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)
- e = 0
- }
- }
-
- for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}
-
- e = (e << mLen) | m
- eLen += mLen
- for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}
-
- buffer[offset + i - d] |= s * 128
-}
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[8],{
-
-/***/ "49sm":
-/***/ (function(module, exports) {
-
-var toString = {}.toString;
-
-module.exports = Array.isArray || function (arr) {
- return toString.call(arr) == '[object Array]';
-};
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[9],{
-
-/***/ "xOOu":
-/***/ (function(module, exports, __webpack_require__) {
-
-/* WEBPACK VAR INJECTION */(function(global, Buffer, setImmediate) {var require;var require;/*!
-
-JSZip v3.6.0 - A JavaScript class for generating and reading zip files
-<http://stuartk.com/jszip>
-
-(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
-Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown.
-
-JSZip uses the library pako released under the MIT license :
-https://github.com/nodeca/pako/blob/master/LICENSE
-*/
-
-!function(e){if(true)module.exports=e();else {}}(function(){return function s(a,o,u){function h(r,e){if(!o[r]){if(!a[r]){var t="function"==typeof require&&require;if(!e&&t)return require(r,!0);if(f)return f(r,!0);var n=new Error("Cannot find module '"+r+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[r]={exports:{}};a[r][0].call(i.exports,function(e){var t=a[r][1][e];return h(t||e)},i,i.exports,s,a,o,u)}return o[r].exports}for(var f="function"==typeof require&&require,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(l,t,n){(function(r){!function(e){"object"==typeof n&&void 0!==t?t.exports=e():("undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:this).JSZip=e()}(function(){return function s(a,o,u){function h(t,e){if(!o[t]){if(!a[t]){var r="function"==typeof l&&l;if(!e&&r)return r(t,!0);if(f)return f(t,!0);var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[t]={exports:{}};a[t][0].call(i.exports,function(e){return h(a[t][1][e]||e)},i,i.exports,s,a,o,u)}return o[t].exports}for(var f="function"==typeof l&&l,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(l,t,n){(function(r){!function(e){"object"==typeof n&&void 0!==t?t.exports=e():("undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:this).JSZip=e()}(function(){return function s(a,o,u){function h(t,e){if(!o[t]){if(!a[t]){var r="function"==typeof l&&l;if(!e&&r)return r(t,!0);if(f)return f(t,!0);var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[t]={exports:{}};a[t][0].call(i.exports,function(e){return h(a[t][1][e]||e)},i,i.exports,s,a,o,u)}return o[t].exports}for(var f="function"==typeof l&&l,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(l,t,n){(function(r){!function(e){"object"==typeof n&&void 0!==t?t.exports=e():("undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:this).JSZip=e()}(function(){return function s(a,o,u){function h(t,e){if(!o[t]){if(!a[t]){var r="function"==typeof l&&l;if(!e&&r)return r(t,!0);if(f)return f(t,!0);var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[t]={exports:{}};a[t][0].call(i.exports,function(e){return h(a[t][1][e]||e)},i,i.exports,s,a,o,u)}return o[t].exports}for(var f="function"==typeof l&&l,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(l,t,n){(function(r){!function(e){"object"==typeof n&&void 0!==t?t.exports=e():("undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:this).JSZip=e()}(function(){return function s(a,o,u){function h(t,e){if(!o[t]){if(!a[t]){var r="function"==typeof l&&l;if(!e&&r)return r(t,!0);if(f)return f(t,!0);var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[t]={exports:{}};a[t][0].call(i.exports,function(e){return h(a[t][1][e]||e)},i,i.exports,s,a,o,u)}return o[t].exports}for(var f="function"==typeof l&&l,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(l,t,n){(function(r){!function(e){"object"==typeof n&&void 0!==t?t.exports=e():("undefined"!=typeof window?window:void 0!==r?r:"undefined"!=typeof self?self:this).JSZip=e()}(function(){return function s(a,o,u){function h(t,e){if(!o[t]){if(!a[t]){var r="function"==typeof l&&l;if(!e&&r)return r(t,!0);if(f)return f(t,!0);var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}var i=o[t]={exports:{}};a[t][0].call(i.exports,function(e){return h(a[t][1][e]||e)},i,i.exports,s,a,o,u)}return o[t].exports}for(var f="function"==typeof l&&l,e=0;e<u.length;e++)h(u[e]);return h}({1:[function(e,t,r){"use strict";var c=e("./utils"),l=e("./support"),p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";r.encode=function(e){for(var t,r,n,i,s,a,o,u=[],h=0,f=e.length,l=f,d="string"!==c.getTypeOf(e);h<e.length;)l=f-h,n=d?(t=e[h++],r=h<f?e[h++]:0,h<f?e[h++]:0):(t=e.charCodeAt(h++),r=h<f?e.charCodeAt(h++):0,h<f?e.charCodeAt(h++):0),i=t>>2,s=(3&t)<<4|r>>4,a=1<l?(15&r)<<2|n>>6:64,o=2<l?63&n:64,u.push(p.charAt(i)+p.charAt(s)+p.charAt(a)+p.charAt(o));return u.join("")},r.decode=function(e){var t,r,n,i,s,a,o=0,u=0;if("data:"===e.substr(0,"data:".length))throw new Error("Invalid base64 input, it looks like a data url.");var h,f=3*(e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"")).length/4;if(e.charAt(e.length-1)===p.charAt(64)&&f--,e.charAt(e.length-2)===p.charAt(64)&&f--,f%1!=0)throw new Error("Invalid base64 input, bad content length.");for(h=l.uint8array?new Uint8Array(0|f):new Array(0|f);o<e.length;)t=p.indexOf(e.charAt(o++))<<2|(i=p.indexOf(e.charAt(o++)))>>4,r=(15&i)<<4|(s=p.indexOf(e.charAt(o++)))>>2,n=(3&s)<<6|(a=p.indexOf(e.charAt(o++))),h[u++]=t,64!==s&&(h[u++]=r),64!==a&&(h[u++]=n);return h}},{"./support":30,"./utils":32}],2:[function(e,t,r){"use strict";var n=e("./external"),i=e("./stream/DataWorker"),s=e("./stream/Crc32Probe"),a=e("./stream/DataLengthProbe");function o(e,t,r,n,i){this.compressedSize=e,this.uncompressedSize=t,this.crc32=r,this.compression=n,this.compressedContent=i}o.prototype={getContentWorker:function(){var e=new i(n.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new a("data_length")),t=this;return e.on("end",function(){if(this.streamInfo.data_length!==t.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),e},getCompressedWorker:function(){return new i(n.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},o.createWorkerFrom=function(e,t,r){return e.pipe(new s).pipe(new a("uncompressedSize")).pipe(t.compressWorker(r)).pipe(new a("compressedSize")).withStreamInfo("compression",t)},t.exports=o},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(e,t,r){"use strict";var n=e("./stream/GenericWorker");r.STORE={magic:"\0\0",compressWorker:function(e){return new n("STORE compression")},uncompressWorker:function(){return new n("STORE decompression")}},r.DEFLATE=e("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(e,t,r){"use strict";var n=e("./utils"),a=function(){for(var e,t=[],r=0;r<256;r++){e=r;for(var n=0;n<8;n++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t}();t.exports=function(e,t){return void 0!==e&&e.length?"string"!==n.getTypeOf(e)?function(e,t,r){var n=a,i=0+r;e^=-1;for(var s=0;s<i;s++)e=e>>>8^n[255&(e^t[s])];return-1^e}(0|t,e,e.length):function(e,t,r){var n=a,i=0+r;e^=-1;for(var s=0;s<i;s++)e=e>>>8^n[255&(e^t.charCodeAt(s))];return-1^e}(0|t,e,e.length):0}},{"./utils":32}],5:[function(e,t,r){"use strict";r.base64=!1,r.binary=!1,r.dir=!1,r.createFolders=!0,r.date=null,r.compression=null,r.compressionOptions=null,r.comment=null,r.unixPermissions=null,r.dosPermissions=null},{}],6:[function(e,t,r){"use strict";var n;n="undefined"!=typeof Promise?Promise:e("lie"),t.exports={Promise:n}},{lie:37}],7:[function(e,t,r){"use strict";var n="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Uint32Array,i=e("pako"),s=e("./utils"),a=e("./stream/GenericWorker"),o=n?"uint8array":"array";function u(e,t){a.call(this,"FlateWorker/"+e),this._pako=null,this._pakoAction=e,this._pakoOptions=t,this.meta={}}r.magic="\b\0",s.inherits(u,a),u.prototype.processChunk=function(e){this.meta=e.meta,null===this._pako&&this._createPako(),this._pako.push(s.transformTo(o,e.data),!1)},u.prototype.flush=function(){a.prototype.flush.call(this),null===this._pako&&this._createPako(),this._pako.push([],!0)},u.prototype.cleanUp=function(){a.prototype.cleanUp.call(this),this._pako=null},u.prototype._createPako=function(){this._pako=new i[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var t=this;this._pako.onData=function(e){t.push({data:e,meta:t.meta})}},r.compressWorker=function(e){return new u("Deflate",e)},r.uncompressWorker=function(){return new u("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(e,t,r){"use strict";function I(e,t){var r,n="";for(r=0;r<t;r++)n+=String.fromCharCode(255&e),e>>>=8;return n}function i(e,t,r,n,i,s){var a,o,u=e.file,h=e.compression,f=s!==B.utf8encode,l=O.transformTo("string",s(u.name)),d=O.transformTo("string",B.utf8encode(u.name)),c=u.comment,p=O.transformTo("string",s(c)),m=O.transformTo("string",B.utf8encode(c)),_=d.length!==u.name.length,g=m.length!==c.length,v="",b="",w="",y=u.dir,k=u.date,x={crc32:0,compressedSize:0,uncompressedSize:0};t&&!r||(x.crc32=e.crc32,x.compressedSize=e.compressedSize,x.uncompressedSize=e.uncompressedSize);var S=0;t&&(S|=8),f||!_&&!g||(S|=2048);var z,E=0,C=0;y&&(E|=16),"UNIX"===i?(C=798,E|=((z=u.unixPermissions)||(z=y?16893:33204),(65535&z)<<16)):(C=20,E|=63&(u.dosPermissions||0)),a=k.getUTCHours(),a<<=6,a|=k.getUTCMinutes(),a<<=5,a|=k.getUTCSeconds()/2,o=k.getUTCFullYear()-1980,o<<=4,o|=k.getUTCMonth()+1,o<<=5,o|=k.getUTCDate(),_&&(v+="up"+I((b=I(1,1)+I(T(l),4)+d).length,2)+b),g&&(v+="uc"+I((w=I(1,1)+I(T(p),4)+m).length,2)+w);var A="";return A+="\n\0",A+=I(S,2),A+=h.magic,A+=I(a,2),A+=I(o,2),A+=I(x.crc32,4),A+=I(x.compressedSize,4),A+=I(x.uncompressedSize,4),A+=I(l.length,2),A+=I(v.length,2),{fileRecord:R.LOCAL_FILE_HEADER+A+l+v,dirRecord:R.CENTRAL_FILE_HEADER+I(C,2)+A+I(p.length,2)+"\0\0\0\0"+I(E,4)+I(n,4)+l+v+p}}var O=e("../utils"),s=e("../stream/GenericWorker"),B=e("../utf8"),T=e("../crc32"),R=e("../signature");function n(e,t,r,n){s.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=t,this.zipPlatform=r,this.encodeFileName=n,this.streamFiles=e,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}O.inherits(n,s),n.prototype.push=function(e){var t=e.meta.percent||0,r=this.entriesCount,n=this._sources.length;this.accumulate?this.contentBuffer.push(e):(this.bytesWritten+=e.data.length,s.prototype.push.call(this,{data:e.data,meta:{currentFile:this.currentFile,percent:r?(t+100*(r-n-1))/r:100}}))},n.prototype.openedSource=function(e){this.currentSourceOffset=this.bytesWritten,this.currentFile=e.file.name;var t=this.streamFiles&&!e.file.dir;if(t){var r=i(e,t,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:r.fileRecord,meta:{percent:0}})}else this.accumulate=!0},n.prototype.closedSource=function(e){this.accumulate=!1;var t,r=this.streamFiles&&!e.file.dir,n=i(e,r,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(n.dirRecord),r)this.push({data:(t=e,R.DATA_DESCRIPTOR+I(t.crc32,4)+I(t.compressedSize,4)+I(t.uncompressedSize,4)),meta:{percent:100}});else for(this.push({data:n.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},n.prototype.flush=function(){for(var e=this.bytesWritten,t=0;t<this.dirRecords.length;t++)this.push({data:this.dirRecords[t],meta:{percent:100}});var r,n,i,s,a,o,u=this.bytesWritten-e,h=(r=this.dirRecords.length,n=u,i=e,s=this.zipComment,a=this.encodeFileName,o=O.transformTo("string",a(s)),R.CENTRAL_DIRECTORY_END+"\0\0\0\0"+I(r,2)+I(r,2)+I(n,4)+I(i,4)+I(o.length,2)+o);this.push({data:h,meta:{percent:100}})},n.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},n.prototype.registerPrevious=function(e){this._sources.push(e);var t=this;return e.on("data",function(e){t.processChunk(e)}),e.on("end",function(){t.closedSource(t.previous.streamInfo),t._sources.length?t.prepareNextSource():t.end()}),e.on("error",function(e){t.error(e)}),this},n.prototype.resume=function(){return!!s.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},n.prototype.error=function(e){var t=this._sources;if(!s.prototype.error.call(this,e))return!1;for(var r=0;r<t.length;r++)try{t[r].error(e)}catch(e){}return!0},n.prototype.lock=function(){s.prototype.lock.call(this);for(var e=this._sources,t=0;t<e.length;t++)e[t].lock()},t.exports=n},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(e,t,r){"use strict";var h=e("../compressions"),n=e("./ZipFileWorker");r.generateWorker=function(e,a,t){var o=new n(a.streamFiles,t,a.platform,a.encodeFileName),u=0;try{e.forEach(function(e,t){u++;var r=function(e,t){var r=e||t,n=h[r];if(!n)throw new Error(r+" is not a valid compression method !");return n}(t.options.compression,a.compression),n=t.options.compressionOptions||a.compressionOptions||{},i=t.dir,s=t.date;t._compressWorker(r,n).withStreamInfo("file",{name:e,dir:i,date:s,comment:t.comment||"",unixPermissions:t.unixPermissions,dosPermissions:t.dosPermissions}).pipe(o)}),o.entriesCount=u}catch(e){o.error(e)}return o}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(e,t,r){"use strict";function n(){if(!(this instanceof n))return new n;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files={},this.comment=null,this.root="",this.clone=function(){var e=new n;for(var t in this)"function"!=typeof this[t]&&(e[t]=this[t]);return e}}(n.prototype=e("./object")).loadAsync=e("./load"),n.support=e("./support"),n.defaults=e("./defaults"),n.version="3.5.0",n.loadAsync=function(e,t){return(new n).loadAsync(e,t)},n.external=e("./external"),t.exports=n},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(e,t,r){"use strict";var n=e("./utils"),i=e("./external"),o=e("./utf8"),u=e("./zipEntries"),s=e("./stream/Crc32Probe"),h=e("./nodejsUtils");function f(n){return new i.Promise(function(e,t){var r=n.decompressed.getContentWorker().pipe(new s);r.on("error",function(e){t(e)}).on("end",function(){r.streamInfo.crc32!==n.decompressed.crc32?t(new Error("Corrupted zip : CRC32 mismatch")):e()}).resume()})}t.exports=function(e,s){var a=this;return s=n.extend(s||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:o.utf8decode}),h.isNode&&h.isStream(e)?i.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):n.prepareContent("the loaded zip file",e,!0,s.optimizedBinaryString,s.base64).then(function(e){var t=new u(s);return t.load(e),t}).then(function(e){var t=[i.Promise.resolve(e)],r=e.files;if(s.checkCRC32)for(var n=0;n<r.length;n++)t.push(f(r[n]));return i.Promise.all(t)}).then(function(e){for(var t=e.shift(),r=t.files,n=0;n<r.length;n++){var i=r[n];a.file(i.fileNameStr,i.decompressed,{binary:!0,optimizedBinaryString:!0,date:i.date,dir:i.dir,comment:i.fileCommentStr.length?i.fileCommentStr:null,unixPermissions:i.unixPermissions,dosPermissions:i.dosPermissions,createFolders:s.createFolders})}return t.zipComment.length&&(a.comment=t.zipComment),a})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(e,t,r){"use strict";var n=e("../utils"),i=e("../stream/GenericWorker");function s(e,t){i.call(this,"Nodejs stream input adapter for "+e),this._upstreamEnded=!1,this._bindStream(t)}n.inherits(s,i),s.prototype._bindStream=function(e){var t=this;(this._stream=e).pause(),e.on("data",function(e){t.push({data:e,meta:{percent:0}})}).on("error",function(e){t.isPaused?this.generatedError=e:t.error(e)}).on("end",function(){t.isPaused?t._upstreamEnded=!0:t.end()})},s.prototype.pause=function(){return!!i.prototype.pause.call(this)&&(this._stream.pause(),!0)},s.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},t.exports=s},{"../stream/GenericWorker":28,"../utils":32}],13:[function(e,t,r){"use strict";var i=e("readable-stream").Readable;function n(e,t,r){i.call(this,t),this._helper=e;var n=this;e.on("data",function(e,t){n.push(e)||n._helper.pause(),r&&r(t)}).on("error",function(e){n.emit("error",e)}).on("end",function(){n.push(null)})}e("../utils").inherits(n,i),n.prototype._read=function(){this._helper.resume()},t.exports=n},{"../utils":32,"readable-stream":16}],14:[function(e,t,r){"use strict";t.exports={isNode:"undefined"!=typeof Buffer,newBufferFrom:function(e,t){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(e,t);if("number"==typeof e)throw new Error('The "data" argument must not be a number');return new Buffer(e,t)},allocBuffer:function(e){if(Buffer.alloc)return Buffer.alloc(e);var t=new Buffer(e);return t.fill(0),t},isBuffer:function(e){return Buffer.isBuffer(e)},isStream:function(e){return e&&"function"==typeof e.on&&"function"==typeof e.pause&&"function"==typeof e.resume}}},{}],15:[function(e,t,r){"use strict";function s(e,t,r){var n,i=f.getTypeOf(t),s=f.extend(r||{},d);s.date=s.date||new Date,null!==s.compression&&(s.compression=s.compression.toUpperCase()),"string"==typeof s.unixPermissions&&(s.unixPermissions=parseInt(s.unixPermissions,8)),s.unixPermissions&&16384&s.unixPermissions&&(s.dir=!0),s.dosPermissions&&16&s.dosPermissions&&(s.dir=!0),s.dir&&(e=h(e)),s.createFolders&&(n=function(e){"/"===e.slice(-1)&&(e=e.substring(0,e.length-1));var t=e.lastIndexOf("/");return 0<t?e.substring(0,t):""}(e))&&g.call(this,n,!0);var a,o="string"===i&&!1===s.binary&&!1===s.base64;r&&void 0!==r.binary||(s.binary=!o),(t instanceof c&&0===t.uncompressedSize||s.dir||!t||0===t.length)&&(s.base64=!1,s.binary=!0,t="",s.compression="STORE",i="string"),a=t instanceof c||t instanceof l?t:m.isNode&&m.isStream(t)?new _(e,t):f.prepareContent(e,t,s.binary,s.optimizedBinaryString,s.base64);var u=new p(e,a,s);this.files[e]=u}function h(e){return"/"!==e.slice(-1)&&(e+="/"),e}var i=e("./utf8"),f=e("./utils"),l=e("./stream/GenericWorker"),a=e("./stream/StreamHelper"),d=e("./defaults"),c=e("./compressedObject"),p=e("./zipObject"),o=e("./generate"),m=e("./nodejsUtils"),_=e("./nodejs/NodejsStreamInputAdapter"),g=function(e,t){return t=void 0!==t?t:d.createFolders,e=h(e),this.files[e]||s.call(this,e,null,{dir:!0,createFolders:t}),this.files[e]};function u(e){return"[object RegExp]"===Object.prototype.toString.call(e)}var n={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(e){var t,r,n;for(t in this.files)this.files.hasOwnProperty(t)&&(n=this.files[t],(r=t.slice(this.root.length,t.length))&&t.slice(0,this.root.length)===this.root&&e(r,n))},filter:function(r){var n=[];return this.forEach(function(e,t){r(e,t)&&n.push(t)}),n},file:function(e,t,r){if(1!==arguments.length)return e=this.root+e,s.call(this,e,t,r),this;if(u(e)){var n=e;return this.filter(function(e,t){return!t.dir&&n.test(e)})}var i=this.files[this.root+e];return i&&!i.dir?i:null},folder:function(r){if(!r)return this;if(u(r))return this.filter(function(e,t){return t.dir&&r.test(e)});var e=this.root+r,t=g.call(this,e),n=this.clone();return n.root=t.name,n},remove:function(r){r=this.root+r;var e=this.files[r];if(e||("/"!==r.slice(-1)&&(r+="/"),e=this.files[r]),e&&!e.dir)delete this.files[r];else for(var t=this.filter(function(e,t){return t.name.slice(0,r.length)===r}),n=0;n<t.length;n++)delete this.files[t[n].name];return this},generate:function(e){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(e){var t,r={};try{if((r=f.extend(e||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:i.utf8encode})).type=r.type.toLowerCase(),r.compression=r.compression.toUpperCase(),"binarystring"===r.type&&(r.type="string"),!r.type)throw new Error("No output type specified.");f.checkSupport(r.type),"darwin"!==r.platform&&"freebsd"!==r.platform&&"linux"!==r.platform&&"sunos"!==r.platform||(r.platform="UNIX"),"win32"===r.platform&&(r.platform="DOS");var n=r.comment||this.comment||"";t=o.generateWorker(this,r,n)}catch(e){(t=new l("error")).error(e)}return new a(t,r.type||"string",r.mimeType)},generateAsync:function(e,t){return this.generateInternalStream(e).accumulate(t)},generateNodeStream:function(e,t){return(e=e||{}).type||(e.type="nodebuffer"),this.generateInternalStream(e).toNodejsStream(t)}};t.exports=n},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(e,t,r){t.exports=e("stream")},{stream:void 0}],17:[function(e,t,r){"use strict";var n=e("./DataReader");function i(e){n.call(this,e);for(var t=0;t<this.data.length;t++)e[t]=255&e[t]}e("../utils").inherits(i,n),i.prototype.byteAt=function(e){return this.data[this.zero+e]},i.prototype.lastIndexOfSignature=function(e){for(var t=e.charCodeAt(0),r=e.charCodeAt(1),n=e.charCodeAt(2),i=e.charCodeAt(3),s=this.length-4;0<=s;--s)if(this.data[s]===t&&this.data[s+1]===r&&this.data[s+2]===n&&this.data[s+3]===i)return s-this.zero;return-1},i.prototype.readAndCheckSignature=function(e){var t=e.charCodeAt(0),r=e.charCodeAt(1),n=e.charCodeAt(2),i=e.charCodeAt(3),s=this.readData(4);return t===s[0]&&r===s[1]&&n===s[2]&&i===s[3]},i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return[];var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],18:[function(e,t,r){"use strict";var n=e("../utils");function i(e){this.data=e,this.length=e.length,this.index=0,this.zero=0}i.prototype={checkOffset:function(e){this.checkIndex(this.index+e)},checkIndex:function(e){if(this.length<this.zero+e||e<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+e+"). Corrupted zip ?")},setIndex:function(e){this.checkIndex(e),this.index=e},skip:function(e){this.setIndex(this.index+e)},byteAt:function(e){},readInt:function(e){var t,r=0;for(this.checkOffset(e),t=this.index+e-1;t>=this.index;t--)r=(r<<8)+this.byteAt(t);return this.index+=e,r},readString:function(e){return n.transformTo("string",this.readData(e))},readData:function(e){},lastIndexOfSignature:function(e){},readAndCheckSignature:function(e){},readDate:function(){var e=this.readInt(4);return new Date(Date.UTC(1980+(e>>25&127),(e>>21&15)-1,e>>16&31,e>>11&31,e>>5&63,(31&e)<<1))}},t.exports=i},{"../utils":32}],19:[function(e,t,r){"use strict";var n=e("./Uint8ArrayReader");function i(e){n.call(this,e)}e("../utils").inherits(i,n),i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(e,t,r){"use strict";var n=e("./DataReader");function i(e){n.call(this,e)}e("../utils").inherits(i,n),i.prototype.byteAt=function(e){return this.data.charCodeAt(this.zero+e)},i.prototype.lastIndexOfSignature=function(e){return this.data.lastIndexOf(e)-this.zero},i.prototype.readAndCheckSignature=function(e){return e===this.readData(4)},i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],21:[function(e,t,r){"use strict";var n=e("./ArrayReader");function i(e){n.call(this,e)}e("../utils").inherits(i,n),i.prototype.readData=function(e){if(this.checkOffset(e),0===e)return new Uint8Array(0);var t=this.data.subarray(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./ArrayReader":17}],22:[function(e,t,r){"use strict";var n=e("../utils"),i=e("../support"),s=e("./ArrayReader"),a=e("./StringReader"),o=e("./NodeBufferReader"),u=e("./Uint8ArrayReader");t.exports=function(e){var t=n.getTypeOf(e);return n.checkSupport(t),"string"!==t||i.uint8array?"nodebuffer"===t?new o(e):i.uint8array?new u(n.transformTo("uint8array",e)):new s(n.transformTo("array",e)):new a(e)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(e,t,r){"use strict";r.LOCAL_FILE_HEADER="PK",r.CENTRAL_FILE_HEADER="PK",r.CENTRAL_DIRECTORY_END="PK",r.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK",r.ZIP64_CENTRAL_DIRECTORY_END="PK",r.DATA_DESCRIPTOR="PK\b"},{}],24:[function(e,t,r){"use strict";var n=e("./GenericWorker"),i=e("../utils");function s(e){n.call(this,"ConvertWorker to "+e),this.destType=e}i.inherits(s,n),s.prototype.processChunk=function(e){this.push({data:i.transformTo(this.destType,e.data),meta:e.meta})},t.exports=s},{"../utils":32,"./GenericWorker":28}],25:[function(e,t,r){"use strict";var n=e("./GenericWorker"),i=e("../crc32");function s(){n.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}e("../utils").inherits(s,n),s.prototype.processChunk=function(e){this.streamInfo.crc32=i(e.data,this.streamInfo.crc32||0),this.push(e)},t.exports=s},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(e,t,r){"use strict";var n=e("../utils"),i=e("./GenericWorker");function s(e){i.call(this,"DataLengthProbe for "+e),this.propName=e,this.withStreamInfo(e,0)}n.inherits(s,i),s.prototype.processChunk=function(e){if(e){var t=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=t+e.data.length}i.prototype.processChunk.call(this,e)},t.exports=s},{"../utils":32,"./GenericWorker":28}],27:[function(e,t,r){"use strict";var n=e("../utils"),i=e("./GenericWorker");function s(e){i.call(this,"DataWorker");var t=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,e.then(function(e){t.dataIsReady=!0,t.data=e,t.max=e&&e.length||0,t.type=n.getTypeOf(e),t.isPaused||t._tickAndRepeat()},function(e){t.error(e)})}n.inherits(s,i),s.prototype.cleanUp=function(){i.prototype.cleanUp.call(this),this.data=null},s.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,n.delay(this._tickAndRepeat,[],this)),!0)},s.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(n.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},s.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var e=null,t=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":e=this.data.substring(this.index,t);break;case"uint8array":e=this.data.subarray(this.index,t);break;case"array":case"nodebuffer":e=this.data.slice(this.index,t)}return this.index=t,this.push({data:e,meta:{percent:this.max?this.index/this.max*100:0}})},t.exports=s},{"../utils":32,"./GenericWorker":28}],28:[function(e,t,r){"use strict";function n(e){this.name=e||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}n.prototype={push:function(e){this.emit("data",e)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(e){this.emit("error",e)}return!0},error:function(e){return!this.isFinished&&(this.isPaused?this.generatedError=e:(this.isFinished=!0,this.emit("error",e),this.previous&&this.previous.error(e),this.cleanUp()),!0)},on:function(e,t){return this._listeners[e].push(t),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(e,t){if(this._listeners[e])for(var r=0;r<this._listeners[e].length;r++)this._listeners[e][r].call(this,t)},pipe:function(e){return e.registerPrevious(this)},registerPrevious:function(e){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=e.streamInfo,this.mergeStreamInfo(),this.previous=e;var t=this;return e.on("data",function(e){t.processChunk(e)}),e.on("end",function(){t.end()}),e.on("error",function(e){t.error(e)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var e=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),e=!0),this.previous&&this.previous.resume(),!e},flush:function(){},processChunk:function(e){this.push(e)},withStreamInfo:function(e,t){return this.extraStreamInfo[e]=t,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var e in this.extraStreamInfo)this.extraStreamInfo.hasOwnProperty(e)&&(this.streamInfo[e]=this.extraStreamInfo[e])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var e="Worker "+this.name;return this.previous?this.previous+" -> "+e:e}},t.exports=n},{}],29:[function(e,t,r){"use strict";var h=e("../utils"),i=e("./ConvertWorker"),s=e("./GenericWorker"),f=e("../base64"),n=e("../support"),a=e("../external"),o=null;if(n.nodestream)try{o=e("../nodejs/NodejsStreamOutputAdapter")}catch(e){}function u(e,t,r){var n=t;switch(t){case"blob":case"arraybuffer":n="uint8array";break;case"base64":n="string"}try{this._internalType=n,this._outputType=t,this._mimeType=r,h.checkSupport(n),this._worker=e.pipe(new i(n)),e.lock()}catch(e){this._worker=new s("error"),this._worker.error(e)}}u.prototype={accumulate:function(e){return o=this,u=e,new a.Promise(function(t,r){var n=[],i=o._internalType,s=o._outputType,a=o._mimeType;o.on("data",function(e,t){n.push(e),u&&u(t)}).on("error",function(e){n=[],r(e)}).on("end",function(){try{var e=function(e,t,r){switch(e){case"blob":return h.newBlob(h.transformTo("arraybuffer",t),r);case"base64":return f.encode(t);default:return h.transformTo(e,t)}}(s,function(e,t){var r,n=0,i=null,s=0;for(r=0;r<t.length;r++)s+=t[r].length;switch(e){case"string":return t.join("");case"array":return Array.prototype.concat.apply([],t);case"uint8array":for(i=new Uint8Array(s),r=0;r<t.length;r++)i.set(t[r],n),n+=t[r].length;return i;case"nodebuffer":return Buffer.concat(t);default:throw new Error("concat : unsupported type '"+e+"'")}}(i,n),a);t(e)}catch(e){r(e)}n=[]}).resume()});var o,u},on:function(e,t){var r=this;return"data"===e?this._worker.on(e,function(e){t.call(r,e.data,e.meta)}):this._worker.on(e,function(){h.delay(t,arguments,r)}),this},resume:function(){return h.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(e){if(h.checkSupport("nodestream"),"nodebuffer"!==this._outputType)throw new Error(this._outputType+" is not supported by this method");return new o(this,{objectMode:"nodebuffer"!==this._outputType},e)}},t.exports=u},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(e,t,r){"use strict";if(r.base64=!0,r.array=!0,r.string=!0,r.arraybuffer="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array,r.nodebuffer="undefined"!=typeof Buffer,r.uint8array="undefined"!=typeof Uint8Array,"undefined"==typeof ArrayBuffer)r.blob=!1;else{var n=new ArrayBuffer(0);try{r.blob=0===new Blob([n],{type:"application/zip"}).size}catch(e){try{var i=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);i.append(n),r.blob=0===i.getBlob("application/zip").size}catch(e){r.blob=!1}}}try{r.nodestream=!!e("readable-stream").Readable}catch(e){r.nodestream=!1}},{"readable-stream":16}],31:[function(e,t,s){"use strict";for(var o=e("./utils"),u=e("./support"),r=e("./nodejsUtils"),n=e("./stream/GenericWorker"),h=new Array(256),i=0;i<256;i++)h[i]=252<=i?6:248<=i?5:240<=i?4:224<=i?3:192<=i?2:1;function a(){n.call(this,"utf-8 decode"),this.leftOver=null}function f(){n.call(this,"utf-8 encode")}h[254]=h[254]=1,s.utf8encode=function(e){return u.nodebuffer?r.newBufferFrom(e,"utf-8"):function(e){var t,r,n,i,s,a=e.length,o=0;for(i=0;i<a;i++)55296==(64512&(r=e.charCodeAt(i)))&&i+1<a&&56320==(64512&(n=e.charCodeAt(i+1)))&&(r=65536+(r-55296<<10)+(n-56320),i++),o+=r<128?1:r<2048?2:r<65536?3:4;for(t=u.uint8array?new Uint8Array(o):new Array(o),i=s=0;s<o;i++)55296==(64512&(r=e.charCodeAt(i)))&&i+1<a&&56320==(64512&(n=e.charCodeAt(i+1)))&&(r=65536+(r-55296<<10)+(n-56320),i++),r<128?t[s++]=r:(r<2048?t[s++]=192|r>>>6:(r<65536?t[s++]=224|r>>>12:(t[s++]=240|r>>>18,t[s++]=128|r>>>12&63),t[s++]=128|r>>>6&63),t[s++]=128|63&r);return t}(e)},s.utf8decode=function(e){return u.nodebuffer?o.transformTo("nodebuffer",e).toString("utf-8"):function(e){var t,r,n,i,s=e.length,a=new Array(2*s);for(t=r=0;t<s;)if((n=e[t++])<128)a[r++]=n;else if(4<(i=h[n]))a[r++]=65533,t+=i-1;else{for(n&=2===i?31:3===i?15:7;1<i&&t<s;)n=n<<6|63&e[t++],i--;1<i?a[r++]=65533:n<65536?a[r++]=n:(n-=65536,a[r++]=55296|n>>10&1023,a[r++]=56320|1023&n)}return a.length!==r&&(a.subarray?a=a.subarray(0,r):a.length=r),o.applyFromCharCode(a)}(e=o.transformTo(u.uint8array?"uint8array":"array",e))},o.inherits(a,n),a.prototype.processChunk=function(e){var t=o.transformTo(u.uint8array?"uint8array":"array",e.data);if(this.leftOver&&this.leftOver.length){if(u.uint8array){var r=t;(t=new Uint8Array(r.length+this.leftOver.length)).set(this.leftOver,0),t.set(r,this.leftOver.length)}else t=this.leftOver.concat(t);this.leftOver=null}var n=function(e,t){var r;for((t=t||e.length)>e.length&&(t=e.length),r=t-1;0<=r&&128==(192&e[r]);)r--;return r<0?t:0===r?t:r+h[e[r]]>t?r:t}(t),i=t;n!==t.length&&(u.uint8array?(i=t.subarray(0,n),this.leftOver=t.subarray(n,t.length)):(i=t.slice(0,n),this.leftOver=t.slice(n,t.length))),this.push({data:s.utf8decode(i),meta:e.meta})},a.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:s.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},s.Utf8DecodeWorker=a,o.inherits(f,n),f.prototype.processChunk=function(e){this.push({data:s.utf8encode(e.data),meta:e.meta})},s.Utf8EncodeWorker=f},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(e,t,o){"use strict";var u=e("./support"),h=e("./base64"),r=e("./nodejsUtils"),n=e("set-immediate-shim"),f=e("./external");function i(e){return e}function l(e,t){for(var r=0;r<e.length;++r)t[r]=255&e.charCodeAt(r);return t}o.newBlob=function(t,r){o.checkSupport("blob");try{return new Blob([t],{type:r})}catch(e){try{var n=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return n.append(t),n.getBlob(r)}catch(e){throw new Error("Bug : can't construct the Blob.")}}};var s={stringifyByChunk:function(e,t,r){var n=[],i=0,s=e.length;if(s<=r)return String.fromCharCode.apply(null,e);for(;i<s;)"array"===t||"nodebuffer"===t?n.push(String.fromCharCode.apply(null,e.slice(i,Math.min(i+r,s)))):n.push(String.fromCharCode.apply(null,e.subarray(i,Math.min(i+r,s)))),i+=r;return n.join("")},stringifyByChar:function(e){for(var t="",r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return t},applyCanBeUsed:{uint8array:function(){try{return u.uint8array&&1===String.fromCharCode.apply(null,new Uint8Array(1)).length}catch(e){return!1}}(),nodebuffer:function(){try{return u.nodebuffer&&1===String.fromCharCode.apply(null,r.allocBuffer(1)).length}catch(e){return!1}}()}};function a(e){var t=65536,r=o.getTypeOf(e),n=!0;if("uint8array"===r?n=s.applyCanBeUsed.uint8array:"nodebuffer"===r&&(n=s.applyCanBeUsed.nodebuffer),n)for(;1<t;)try{return s.stringifyByChunk(e,r,t)}catch(e){t=Math.floor(t/2)}return s.stringifyByChar(e)}function d(e,t){for(var r=0;r<e.length;r++)t[r]=e[r];return t}o.applyFromCharCode=a;var c={};c.string={string:i,array:function(e){return l(e,new Array(e.length))},arraybuffer:function(e){return c.string.uint8array(e).buffer},uint8array:function(e){return l(e,new Uint8Array(e.length))},nodebuffer:function(e){return l(e,r.allocBuffer(e.length))}},c.array={string:a,array:i,arraybuffer:function(e){return new Uint8Array(e).buffer},uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return r.newBufferFrom(e)}},c.arraybuffer={string:function(e){return a(new Uint8Array(e))},array:function(e){return d(new Uint8Array(e),new Array(e.byteLength))},arraybuffer:i,uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return r.newBufferFrom(new Uint8Array(e))}},c.uint8array={string:a,array:function(e){return d(e,new Array(e.length))},arraybuffer:function(e){return e.buffer},uint8array:i,nodebuffer:function(e){return r.newBufferFrom(e)}},c.nodebuffer={string:a,array:function(e){return d(e,new Array(e.length))},arraybuffer:function(e){return c.nodebuffer.uint8array(e).buffer},uint8array:function(e){return d(e,new Uint8Array(e.length))},nodebuffer:i},o.transformTo=function(e,t){if(t=t||"",!e)return t;o.checkSupport(e);var r=o.getTypeOf(t);return c[r][e](t)},o.getTypeOf=function(e){return"string"==typeof e?"string":"[object Array]"===Object.prototype.toString.call(e)?"array":u.nodebuffer&&r.isBuffer(e)?"nodebuffer":u.uint8array&&e instanceof Uint8Array?"uint8array":u.arraybuffer&&e instanceof ArrayBuffer?"arraybuffer":void 0},o.checkSupport=function(e){if(!u[e.toLowerCase()])throw new Error(e+" is not supported by this platform")},o.MAX_VALUE_16BITS=65535,o.MAX_VALUE_32BITS=-1,o.pretty=function(e){var t,r,n="";for(r=0;r<(e||"").length;r++)n+="\\x"+((t=e.charCodeAt(r))<16?"0":"")+t.toString(16).toUpperCase();return n},o.delay=function(e,t,r){n(function(){e.apply(r||null,t||[])})},o.inherits=function(e,t){function r(){}r.prototype=t.prototype,e.prototype=new r},o.extend=function(){var e,t,r={};for(e=0;e<arguments.length;e++)for(t in arguments[e])arguments[e].hasOwnProperty(t)&&void 0===r[t]&&(r[t]=arguments[e][t]);return r},o.prepareContent=function(n,e,i,s,a){return f.Promise.resolve(e).then(function(n){return u.blob&&(n instanceof Blob||-1!==["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(n)))&&"undefined"!=typeof FileReader?new f.Promise(function(t,r){var e=new FileReader;e.onload=function(e){t(e.target.result)},e.onerror=function(e){r(e.target.error)},e.readAsArrayBuffer(n)}):n}).then(function(e){var t,r=o.getTypeOf(e);return r?("arraybuffer"===r?e=o.transformTo("uint8array",e):"string"===r&&(a?e=h.decode(e):i&&!0!==s&&(e=l(t=e,u.uint8array?new Uint8Array(t.length):new Array(t.length)))),e):f.Promise.reject(new Error("Can't read the data of '"+n+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,"set-immediate-shim":54}],33:[function(e,t,r){"use strict";var n=e("./reader/readerFor"),i=e("./utils"),s=e("./signature"),a=e("./zipEntry"),o=(e("./utf8"),e("./support"));function u(e){this.files=[],this.loadOptions=e}u.prototype={checkSignature:function(e){if(!this.reader.readAndCheckSignature(e)){this.reader.index-=4;var t=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+i.pretty(t)+", expected "+i.pretty(e)+")")}},isSignature:function(e,t){var r=this.reader.index;this.reader.setIndex(e);var n=this.reader.readString(4)===t;return this.reader.setIndex(r),n},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var e=this.reader.readData(this.zipCommentLength),t=o.uint8array?"uint8array":"array",r=i.transformTo(t,e);this.zipComment=this.loadOptions.decodeFileName(r)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var e,t,r,n=this.zip64EndOfCentralSize-44;0<n;)e=this.reader.readInt(2),t=this.reader.readInt(4),r=this.reader.readData(t),this.zip64ExtensibleData[e]={id:e,length:t,value:r}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var e,t;for(e=0;e<this.files.length;e++)t=this.files[e],this.reader.setIndex(t.localHeaderOffset),this.checkSignature(s.LOCAL_FILE_HEADER),t.readLocalPart(this.reader),t.handleUTF8(),t.processAttributes()},readCentralDir:function(){var e;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(s.CENTRAL_FILE_HEADER);)(e=new a({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(e);if(this.centralDirRecords!==this.files.length&&0!==this.centralDirRecords&&0===this.files.length)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var e=this.reader.lastIndexOfSignature(s.CENTRAL_DIRECTORY_END);if(e<0)throw this.isSignature(0,s.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(e);var t=e;if(this.checkSignature(s.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===i.MAX_VALUE_16BITS||this.diskWithCentralDirStart===i.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===i.MAX_VALUE_16BITS||this.centralDirRecords===i.MAX_VALUE_16BITS||this.centralDirSize===i.MAX_VALUE_32BITS||this.centralDirOffset===i.MAX_VALUE_32BITS){if(this.zip64=!0,(e=this.reader.lastIndexOfSignature(s.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(e),this.checkSignature(s.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,s.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(s.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(s.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var r=this.centralDirOffset+this.centralDirSize;this.zip64&&(r+=20,r+=12+this.zip64EndOfCentralSize);var n=t-r;if(0<n)this.isSignature(t,s.CENTRAL_FILE_HEADER)||(this.reader.zero=n);else if(n<0)throw new Error("Corrupted zip: missing "+Math.abs(n)+" bytes.")},prepareReader:function(e){this.reader=n(e)},load:function(e){this.prepareReader(e),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},t.exports=u},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utf8":31,"./utils":32,"./zipEntry":34}],34:[function(e,t,r){"use strict";var n=e("./reader/readerFor"),s=e("./utils"),i=e("./compressedObject"),a=e("./crc32"),o=e("./utf8"),u=e("./compressions"),h=e("./support");function f(e,t){this.options=e,this.loadOptions=t}f.prototype={isEncrypted:function(){return 1==(1&this.bitFlag)},useUTF8:function(){return 2048==(2048&this.bitFlag)},readLocalPart:function(e){var t,r;if(e.skip(22),this.fileNameLength=e.readInt(2),r=e.readInt(2),this.fileName=e.readData(this.fileNameLength),e.skip(r),-1===this.compressedSize||-1===this.uncompressedSize)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if(null===(t=function(e){for(var t in u)if(u.hasOwnProperty(t)&&u[t].magic===e)return u[t];return null}(this.compressionMethod)))throw new Error("Corrupted zip : compression "+s.pretty(this.compressionMethod)+" unknown (inner file : "+s.transformTo("string",this.fileName)+")");this.decompressed=new i(this.compressedSize,this.uncompressedSize,this.crc32,t,e.readData(this.compressedSize))},readCentralPart:function(e){this.versionMadeBy=e.readInt(2),e.skip(2),this.bitFlag=e.readInt(2),this.compressionMethod=e.readString(2),this.date=e.readDate(),this.crc32=e.readInt(4),this.compressedSize=e.readInt(4),this.uncompressedSize=e.readInt(4);var t=e.readInt(2);if(this.extraFieldsLength=e.readInt(2),this.fileCommentLength=e.readInt(2),this.diskNumberStart=e.readInt(2),this.internalFileAttributes=e.readInt(2),this.externalFileAttributes=e.readInt(4),this.localHeaderOffset=e.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");e.skip(t),this.readExtraFields(e),this.parseZIP64ExtraField(e),this.fileComment=e.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var e=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),0==e&&(this.dosPermissions=63&this.externalFileAttributes),3==e&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||"/"!==this.fileNameStr.slice(-1)||(this.dir=!0)},parseZIP64ExtraField:function(e){if(this.extraFields[1]){var t=n(this.extraFields[1].value);this.uncompressedSize===s.MAX_VALUE_32BITS&&(this.uncompressedSize=t.readInt(8)),this.compressedSize===s.MAX_VALUE_32BITS&&(this.compressedSize=t.readInt(8)),this.localHeaderOffset===s.MAX_VALUE_32BITS&&(this.localHeaderOffset=t.readInt(8)),this.diskNumberStart===s.MAX_VALUE_32BITS&&(this.diskNumberStart=t.readInt(4))}},readExtraFields:function(e){var t,r,n,i=e.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});e.index+4<i;)t=e.readInt(2),r=e.readInt(2),n=e.readData(r),this.extraFields[t]={id:t,length:r,value:n};e.setIndex(i)},handleUTF8:function(){var e=h.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=o.utf8decode(this.fileName),this.fileCommentStr=o.utf8decode(this.fileComment);else{var t=this.findExtraFieldUnicodePath();if(null!==t)this.fileNameStr=t;else{var r=s.transformTo(e,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(r)}var n=this.findExtraFieldUnicodeComment();if(null!==n)this.fileCommentStr=n;else{var i=s.transformTo(e,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(i)}}},findExtraFieldUnicodePath:function(){var e=this.extraFields[28789];if(e){var t=n(e.value);return 1!==t.readInt(1)?null:a(this.fileName)!==t.readInt(4)?null:o.utf8decode(t.readData(e.length-5))}return null},findExtraFieldUnicodeComment:function(){var e=this.extraFields[25461];if(e){var t=n(e.value);return 1!==t.readInt(1)?null:a(this.fileComment)!==t.readInt(4)?null:o.utf8decode(t.readData(e.length-5))}return null}},t.exports=f},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(e,t,r){"use strict";function n(e,t,r){this.name=e,this.dir=r.dir,this.date=r.date,this.comment=r.comment,this.unixPermissions=r.unixPermissions,this.dosPermissions=r.dosPermissions,this._data=t,this._dataBinary=r.binary,this.options={compression:r.compression,compressionOptions:r.compressionOptions}}var s=e("./stream/StreamHelper"),i=e("./stream/DataWorker"),a=e("./utf8"),o=e("./compressedObject"),u=e("./stream/GenericWorker");n.prototype={internalStream:function(e){var t=null,r="string";try{if(!e)throw new Error("No output type specified.");var n="string"===(r=e.toLowerCase())||"text"===r;"binarystring"!==r&&"text"!==r||(r="string"),t=this._decompressWorker();var i=!this._dataBinary;i&&!n&&(t=t.pipe(new a.Utf8EncodeWorker)),!i&&n&&(t=t.pipe(new a.Utf8DecodeWorker))}catch(e){(t=new u("error")).error(e)}return new s(t,r,"")},async:function(e,t){return this.internalStream(e).accumulate(t)},nodeStream:function(e,t){return this.internalStream(e||"nodebuffer").toNodejsStream(t)},_compressWorker:function(e,t){if(this._data instanceof o&&this._data.compression.magic===e.magic)return this._data.getCompressedWorker();var r=this._decompressWorker();return this._dataBinary||(r=r.pipe(new a.Utf8EncodeWorker)),o.createWorkerFrom(r,e,t)},_decompressWorker:function(){return this._data instanceof o?this._data.getContentWorker():this._data instanceof u?this._data:new i(this._data)}};for(var h=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],f=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},l=0;l<h.length;l++)n.prototype[h[l]]=f;t.exports=n},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(e,f,t){(function(t){"use strict";var r,n,e=t.MutationObserver||t.WebKitMutationObserver;if(e){var i=0,s=new e(h),a=t.document.createTextNode("");s.observe(a,{characterData:!0}),r=function(){a.data=i=++i%2}}else if(t.setImmediate||void 0===t.MessageChannel)r="document"in t&&"onreadystatechange"in t.document.createElement("script")?function(){var e=t.document.createElement("script");e.onreadystatechange=function(){h(),e.onreadystatechange=null,e.parentNode.removeChild(e),e=null},t.document.documentElement.appendChild(e)}:function(){setTimeout(h,0)};else{var o=new t.MessageChannel;o.port1.onmessage=h,r=function(){o.port2.postMessage(0)}}var u=[];function h(){var e,t;n=!0;for(var r=u.length;r;){for(t=u,u=[],e=-1;++e<r;)t[e]();r=u.length}n=!1}f.exports=function(e){1!==u.push(e)||n||r()}}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],37:[function(e,t,r){"use strict";var i=e("immediate");function h(){}var f={},s=["REJECTED"],a=["FULFILLED"],n=["PENDING"];function o(e){if("function"!=typeof e)throw new TypeError("resolver must be a function");this.state=n,this.queue=[],this.outcome=void 0,e!==h&&c(this,e)}function u(e,t,r){this.promise=e,"function"==typeof t&&(this.onFulfilled=t,this.callFulfilled=this.otherCallFulfilled),"function"==typeof r&&(this.onRejected=r,this.callRejected=this.otherCallRejected)}function l(t,r,n){i(function(){var e;try{e=r(n)}catch(e){return f.reject(t,e)}e===t?f.reject(t,new TypeError("Cannot resolve promise with itself")):f.resolve(t,e)})}function d(e){var t=e&&e.then;if(e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof t)return function(){t.apply(e,arguments)}}function c(t,e){var r=!1;function n(e){r||(r=!0,f.reject(t,e))}function i(e){r||(r=!0,f.resolve(t,e))}var s=p(function(){e(i,n)});"error"===s.status&&n(s.value)}function p(e,t){var r={};try{r.value=e(t),r.status="success"}catch(e){r.status="error",r.value=e}return r}(t.exports=o).prototype.finally=function(t){if("function"!=typeof t)return this;var r=this.constructor;return this.then(function(e){return r.resolve(t()).then(function(){return e})},function(e){return r.resolve(t()).then(function(){throw e})})},o.prototype.catch=function(e){return this.then(null,e)},o.prototype.then=function(e,t){if("function"!=typeof e&&this.state===a||"function"!=typeof t&&this.state===s)return this;var r=new this.constructor(h);return this.state!==n?l(r,this.state===a?e:t,this.outcome):this.queue.push(new u(r,e,t)),r},u.prototype.callFulfilled=function(e){f.resolve(this.promise,e)},u.prototype.otherCallFulfilled=function(e){l(this.promise,this.onFulfilled,e)},u.prototype.callRejected=function(e){f.reject(this.promise,e)},u.prototype.otherCallRejected=function(e){l(this.promise,this.onRejected,e)},f.resolve=function(e,t){var r=p(d,t);if("error"===r.status)return f.reject(e,r.value);var n=r.value;if(n)c(e,n);else{e.state=a,e.outcome=t;for(var i=-1,s=e.queue.length;++i<s;)e.queue[i].callFulfilled(t)}return e},f.reject=function(e,t){e.state=s,e.outcome=t;for(var r=-1,n=e.queue.length;++r<n;)e.queue[r].callRejected(t);return e},o.resolve=function(e){return e instanceof this?e:f.resolve(new this(h),e)},o.reject=function(e){var t=new this(h);return f.reject(t,e)},o.all=function(e){var r=this;if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var n=e.length,i=!1;if(!n)return this.resolve([]);for(var s=new Array(n),a=0,t=-1,o=new this(h);++t<n;)u(e[t],t);return o;function u(e,t){r.resolve(e).then(function(e){s[t]=e,++a!==n||i||(i=!0,f.resolve(o,s))},function(e){i||(i=!0,f.reject(o,e))})}},o.race=function(e){if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var t=e.length,r=!1;if(!t)return this.resolve([]);for(var n,i=-1,s=new this(h);++i<t;)n=e[i],this.resolve(n).then(function(e){r||(r=!0,f.resolve(s,e))},function(e){r||(r=!0,f.reject(s,e))});return s}},{immediate:36}],38:[function(e,t,r){"use strict";var n={};(0,e("./lib/utils/common").assign)(n,e("./lib/deflate"),e("./lib/inflate"),e("./lib/zlib/constants")),t.exports=n},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(e,t,r){"use strict";var a=e("./zlib/deflate"),o=e("./utils/common"),u=e("./utils/strings"),i=e("./zlib/messages"),s=e("./zlib/zstream"),h=Object.prototype.toString,f=0,l=-1,d=0,c=8;function p(e){if(!(this instanceof p))return new p(e);this.options=o.assign({level:l,method:c,chunkSize:16384,windowBits:15,memLevel:8,strategy:d,to:""},e||{});var t=this.options;t.raw&&0<t.windowBits?t.windowBits=-t.windowBits:t.gzip&&0<t.windowBits&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new s,this.strm.avail_out=0;var r=a.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(r!==f)throw new Error(i[r]);if(t.header&&a.deflateSetHeader(this.strm,t.header),t.dictionary){var n;if(n="string"==typeof t.dictionary?u.string2buf(t.dictionary):"[object ArrayBuffer]"===h.call(t.dictionary)?new Uint8Array(t.dictionary):t.dictionary,(r=a.deflateSetDictionary(this.strm,n))!==f)throw new Error(i[r]);this._dict_set=!0}}function n(e,t){var r=new p(t);if(r.push(e,!0),r.err)throw r.msg||i[r.err];return r.result}p.prototype.push=function(e,t){var r,n,i=this.strm,s=this.options.chunkSize;if(this.ended)return!1;n=t===~~t?t:!0===t?4:0,"string"==typeof e?i.input=u.string2buf(e):"[object ArrayBuffer]"===h.call(e)?i.input=new Uint8Array(e):i.input=e,i.next_in=0,i.avail_in=i.input.length;do{if(0===i.avail_out&&(i.output=new o.Buf8(s),i.next_out=0,i.avail_out=s),1!==(r=a.deflate(i,n))&&r!==f)return this.onEnd(r),!(this.ended=!0);0!==i.avail_out&&(0!==i.avail_in||4!==n&&2!==n)||("string"===this.options.to?this.onData(u.buf2binstring(o.shrinkBuf(i.output,i.next_out))):this.onData(o.shrinkBuf(i.output,i.next_out)))}while((0<i.avail_in||0===i.avail_out)&&1!==r);return 4===n?(r=a.deflateEnd(this.strm),this.onEnd(r),this.ended=!0,r===f):2!==n||(this.onEnd(f),!(i.avail_out=0))},p.prototype.onData=function(e){this.chunks.push(e)},p.prototype.onEnd=function(e){e===f&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=o.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},r.Deflate=p,r.deflate=n,r.deflateRaw=function(e,t){return(t=t||{}).raw=!0,n(e,t)},r.gzip=function(e,t){return(t=t||{}).gzip=!0,n(e,t)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(e,t,r){"use strict";var d=e("./zlib/inflate"),c=e("./utils/common"),p=e("./utils/strings"),m=e("./zlib/constants"),n=e("./zlib/messages"),i=e("./zlib/zstream"),s=e("./zlib/gzheader"),_=Object.prototype.toString;function a(e){if(!(this instanceof a))return new a(e);this.options=c.assign({chunkSize:16384,windowBits:0,to:""},e||{});var t=this.options;t.raw&&0<=t.windowBits&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits&&(t.windowBits=-15)),!(0<=t.windowBits&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),15<t.windowBits&&t.windowBits<48&&0==(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new i,this.strm.avail_out=0;var r=d.inflateInit2(this.strm,t.windowBits);if(r!==m.Z_OK)throw new Error(n[r]);this.header=new s,d.inflateGetHeader(this.strm,this.header)}function o(e,t){var r=new a(t);if(r.push(e,!0),r.err)throw r.msg||n[r.err];return r.result}a.prototype.push=function(e,t){var r,n,i,s,a,o,u=this.strm,h=this.options.chunkSize,f=this.options.dictionary,l=!1;if(this.ended)return!1;n=t===~~t?t:!0===t?m.Z_FINISH:m.Z_NO_FLUSH,"string"==typeof e?u.input=p.binstring2buf(e):"[object ArrayBuffer]"===_.call(e)?u.input=new Uint8Array(e):u.input=e,u.next_in=0,u.avail_in=u.input.length;do{if(0===u.avail_out&&(u.output=new c.Buf8(h),u.next_out=0,u.avail_out=h),(r=d.inflate(u,m.Z_NO_FLUSH))===m.Z_NEED_DICT&&f&&(o="string"==typeof f?p.string2buf(f):"[object ArrayBuffer]"===_.call(f)?new Uint8Array(f):f,r=d.inflateSetDictionary(this.strm,o)),r===m.Z_BUF_ERROR&&!0===l&&(r=m.Z_OK,l=!1),r!==m.Z_STREAM_END&&r!==m.Z_OK)return this.onEnd(r),!(this.ended=!0);u.next_out&&(0!==u.avail_out&&r!==m.Z_STREAM_END&&(0!==u.avail_in||n!==m.Z_FINISH&&n!==m.Z_SYNC_FLUSH)||("string"===this.options.to?(i=p.utf8border(u.output,u.next_out),s=u.next_out-i,a=p.buf2string(u.output,i),u.next_out=s,u.avail_out=h-s,s&&c.arraySet(u.output,u.output,i,s,0),this.onData(a)):this.onData(c.shrinkBuf(u.output,u.next_out)))),0===u.avail_in&&0===u.avail_out&&(l=!0)}while((0<u.avail_in||0===u.avail_out)&&r!==m.Z_STREAM_END);return r===m.Z_STREAM_END&&(n=m.Z_FINISH),n===m.Z_FINISH?(r=d.inflateEnd(this.strm),this.onEnd(r),this.ended=!0,r===m.Z_OK):n!==m.Z_SYNC_FLUSH||(this.onEnd(m.Z_OK),!(u.avail_out=0))},a.prototype.onData=function(e){this.chunks.push(e)},a.prototype.onEnd=function(e){e===m.Z_OK&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=c.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},r.Inflate=a,r.inflate=o,r.inflateRaw=function(e,t){return(t=t||{}).raw=!0,o(e,t)},r.ungzip=o},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(e,t,r){"use strict";var n="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Int32Array;r.assign=function(e){for(var t=Array.prototype.slice.call(arguments,1);t.length;){var r=t.shift();if(r){if("object"!=typeof r)throw new TypeError(r+"must be non-object");for(var n in r)r.hasOwnProperty(n)&&(e[n]=r[n])}}return e},r.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)};var i={arraySet:function(e,t,r,n,i){if(t.subarray&&e.subarray)e.set(t.subarray(r,r+n),i);else for(var s=0;s<n;s++)e[i+s]=t[r+s]},flattenChunks:function(e){var t,r,n,i,s,a;for(t=n=0,r=e.length;t<r;t++)n+=e[t].length;for(a=new Uint8Array(n),t=i=0,r=e.length;t<r;t++)s=e[t],a.set(s,i),i+=s.length;return a}},s={arraySet:function(e,t,r,n,i){for(var s=0;s<n;s++)e[i+s]=t[r+s]},flattenChunks:function(e){return[].concat.apply([],e)}};r.setTyped=function(e){e?(r.Buf8=Uint8Array,r.Buf16=Uint16Array,r.Buf32=Int32Array,r.assign(r,i)):(r.Buf8=Array,r.Buf16=Array,r.Buf32=Array,r.assign(r,s))},r.setTyped(n)},{}],42:[function(e,t,r){"use strict";var u=e("./common"),i=!0,s=!0;try{String.fromCharCode.apply(null,[0])}catch(e){i=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(e){s=!1}for(var h=new u.Buf8(256),n=0;n<256;n++)h[n]=252<=n?6:248<=n?5:240<=n?4:224<=n?3:192<=n?2:1;function f(e,t){if(t<65537&&(e.subarray&&s||!e.subarray&&i))return String.fromCharCode.apply(null,u.shrinkBuf(e,t));for(var r="",n=0;n<t;n++)r+=String.fromCharCode(e[n]);return r}h[254]=h[254]=1,r.string2buf=function(e){var t,r,n,i,s,a=e.length,o=0;for(i=0;i<a;i++)55296==(64512&(r=e.charCodeAt(i)))&&i+1<a&&56320==(64512&(n=e.charCodeAt(i+1)))&&(r=65536+(r-55296<<10)+(n-56320),i++),o+=r<128?1:r<2048?2:r<65536?3:4;for(t=new u.Buf8(o),i=s=0;s<o;i++)55296==(64512&(r=e.charCodeAt(i)))&&i+1<a&&56320==(64512&(n=e.charCodeAt(i+1)))&&(r=65536+(r-55296<<10)+(n-56320),i++),r<128?t[s++]=r:(r<2048?t[s++]=192|r>>>6:(r<65536?t[s++]=224|r>>>12:(t[s++]=240|r>>>18,t[s++]=128|r>>>12&63),t[s++]=128|r>>>6&63),t[s++]=128|63&r);return t},r.buf2binstring=function(e){return f(e,e.length)},r.binstring2buf=function(e){for(var t=new u.Buf8(e.length),r=0,n=t.length;r<n;r++)t[r]=e.charCodeAt(r);return t},r.buf2string=function(e,t){var r,n,i,s,a=t||e.length,o=new Array(2*a);for(r=n=0;r<a;)if((i=e[r++])<128)o[n++]=i;else if(4<(s=h[i]))o[n++]=65533,r+=s-1;else{for(i&=2===s?31:3===s?15:7;1<s&&r<a;)i=i<<6|63&e[r++],s--;1<s?o[n++]=65533:i<65536?o[n++]=i:(i-=65536,o[n++]=55296|i>>10&1023,o[n++]=56320|1023&i)}return f(o,n)},r.utf8border=function(e,t){var r;for((t=t||e.length)>e.length&&(t=e.length),r=t-1;0<=r&&128==(192&e[r]);)r--;return r<0?t:0===r?t:r+h[e[r]]>t?r:t}},{"./common":41}],43:[function(e,t,r){"use strict";t.exports=function(e,t,r,n){for(var i=65535&e|0,s=e>>>16&65535|0,a=0;0!==r;){for(r-=a=2e3<r?2e3:r;s=s+(i=i+t[n++]|0)|0,--a;);i%=65521,s%=65521}return i|s<<16|0}},{}],44:[function(e,t,r){"use strict";t.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(e,t,r){"use strict";var o=function(){for(var e,t=[],r=0;r<256;r++){e=r;for(var n=0;n<8;n++)e=1&e?3988292384^e>>>1:e>>>1;t[r]=e}return t}();t.exports=function(e,t,r,n){var i=o,s=n+r;e^=-1;for(var a=n;a<s;a++)e=e>>>8^i[255&(e^t[a])];return-1^e}},{}],46:[function(e,t,r){"use strict";var u,d=e("../utils/common"),h=e("./trees"),c=e("./adler32"),p=e("./crc32"),n=e("./messages"),f=0,l=0,m=-2,i=2,_=8,s=286,a=30,o=19,g=2*s+1,v=15,b=3,w=258,y=w+b+1,k=42,x=113;function S(e,t){return e.msg=n[t],t}function z(e){return(e<<1)-(4<e?9:0)}function E(e){for(var t=e.length;0<=--t;)e[t]=0}function C(e){var t=e.state,r=t.pending;r>e.avail_out&&(r=e.avail_out),0!==r&&(d.arraySet(e.output,t.pending_buf,t.pending_out,r,e.next_out),e.next_out+=r,t.pending_out+=r,e.total_out+=r,e.avail_out-=r,t.pending-=r,0===t.pending&&(t.pending_out=0))}function A(e,t){h._tr_flush_block(e,0<=e.block_start?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,C(e.strm)}function I(e,t){e.pending_buf[e.pending++]=t}function O(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function B(e,t){var r,n,i=e.max_chain_length,s=e.strstart,a=e.prev_length,o=e.nice_match,u=e.strstart>e.w_size-y?e.strstart-(e.w_size-y):0,h=e.window,f=e.w_mask,l=e.prev,d=e.strstart+w,c=h[s+a-1],p=h[s+a];e.prev_length>=e.good_match&&(i>>=2),o>e.lookahead&&(o=e.lookahead);do{if(h[(r=t)+a]===p&&h[r+a-1]===c&&h[r]===h[s]&&h[++r]===h[s+1]){s+=2,r++;do{}while(h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&h[++s]===h[++r]&&s<d);if(n=w-(d-s),s=d-w,a<n){if(e.match_start=t,o<=(a=n))break;c=h[s+a-1],p=h[s+a]}}}while((t=l[t&f])>u&&0!=--i);return a<=e.lookahead?a:e.lookahead}function T(e){var t,r,n,i,s,a,o,u,h,f,l=e.w_size;do{if(i=e.window_size-e.lookahead-e.strstart,e.strstart>=l+(l-y)){for(d.arraySet(e.window,e.window,l,l,0),e.match_start-=l,e.strstart-=l,e.block_start-=l,t=r=e.hash_size;n=e.head[--t],e.head[t]=l<=n?n-l:0,--r;);for(t=r=l;n=e.prev[--t],e.prev[t]=l<=n?n-l:0,--r;);i+=l}if(0===e.strm.avail_in)break;if(a=e.strm,o=e.window,u=e.strstart+e.lookahead,f=void 0,(h=i)<(f=a.avail_in)&&(f=h),r=0===f?0:(a.avail_in-=f,d.arraySet(o,a.input,a.next_in,f,u),1===a.state.wrap?a.adler=c(a.adler,o,f,u):2===a.state.wrap&&(a.adler=p(a.adler,o,f,u)),a.next_in+=f,a.total_in+=f,f),e.lookahead+=r,e.lookahead+e.insert>=b)for(s=e.strstart-e.insert,e.ins_h=e.window[s],e.ins_h=(e.ins_h<<e.hash_shift^e.window[s+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[s+b-1])&e.hash_mask,e.prev[s&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=s,s++,e.insert--,!(e.lookahead+e.insert<b)););}while(e.lookahead<y&&0!==e.strm.avail_in)}function R(e,t){for(var r,n;;){if(e.lookahead<y){if(T(e),e.lookahead<y&&t===f)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=b&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+b-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==r&&e.strstart-r<=e.w_size-y&&(e.match_length=B(e,r)),e.match_length>=b)if(n=h._tr_tally(e,e.strstart-e.match_start,e.match_length-b),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=b){for(e.match_length--;e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+b-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart,0!=--e.match_length;);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else n=h._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(n&&(A(e,!1),0===e.strm.avail_out))return 1}return e.insert=e.strstart<b-1?e.strstart:b-1,4===t?(A(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(A(e,!1),0===e.strm.avail_out)?1:2}function D(e,t){for(var r,n,i;;){if(e.lookahead<y){if(T(e),e.lookahead<y&&t===f)return 1;if(0===e.lookahead)break}if(r=0,e.lookahead>=b&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+b-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=b-1,0!==r&&e.prev_length<e.max_lazy_match&&e.strstart-r<=e.w_size-y&&(e.match_length=B(e,r),e.match_length<=5&&(1===e.strategy||e.match_length===b&&4096<e.strstart-e.match_start)&&(e.match_length=b-1)),e.prev_length>=b&&e.match_length<=e.prev_length){for(i=e.strstart+e.lookahead-b,n=h._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-b),e.lookahead-=e.prev_length-1,e.prev_length-=2;++e.strstart<=i&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+b-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!=--e.prev_length;);if(e.match_available=0,e.match_length=b-1,e.strstart++,n&&(A(e,!1),0===e.strm.avail_out))return 1}else if(e.match_available){if((n=h._tr_tally(e,0,e.window[e.strstart-1]))&&A(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return 1}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(n=h._tr_tally(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<b-1?e.strstart:b-1,4===t?(A(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(A(e,!1),0===e.strm.avail_out)?1:2}function F(e,t,r,n,i){this.good_length=e,this.max_lazy=t,this.nice_length=r,this.max_chain=n,this.func=i}function N(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=_,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new d.Buf16(2*g),this.dyn_dtree=new d.Buf16(2*(2*a+1)),this.bl_tree=new d.Buf16(2*(2*o+1)),E(this.dyn_ltree),E(this.dyn_dtree),E(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new d.Buf16(v+1),this.heap=new d.Buf16(2*s+1),E(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new d.Buf16(2*s+1),E(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function U(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=i,(t=e.state).pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?k:x,e.adler=2===t.wrap?0:1,t.last_flush=f,h._tr_init(t),l):S(e,m)}function P(e){var t,r=U(e);return r===l&&((t=e.state).window_size=2*t.w_size,E(t.head),t.max_lazy_match=u[t.level].max_lazy,t.good_match=u[t.level].good_length,t.nice_match=u[t.level].nice_length,t.max_chain_length=u[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=b-1,t.match_available=0,t.ins_h=0),r}function L(e,t,r,n,i,s){if(!e)return m;var a=1;if(-1===t&&(t=6),n<0?(a=0,n=-n):15<n&&(a=2,n-=16),i<1||9<i||r!==_||n<8||15<n||t<0||9<t||s<0||4<s)return S(e,m);8===n&&(n=9);var o=new N;return(e.state=o).strm=e,o.wrap=a,o.gzhead=null,o.w_bits=n,o.w_size=1<<o.w_bits,o.w_mask=o.w_size-1,o.hash_bits=i+7,o.hash_size=1<<o.hash_bits,o.hash_mask=o.hash_size-1,o.hash_shift=~~((o.hash_bits+b-1)/b),o.window=new d.Buf8(2*o.w_size),o.head=new d.Buf16(o.hash_size),o.prev=new d.Buf16(o.w_size),o.lit_bufsize=1<<i+6,o.pending_buf_size=4*o.lit_bufsize,o.pending_buf=new d.Buf8(o.pending_buf_size),o.d_buf=1*o.lit_bufsize,o.l_buf=3*o.lit_bufsize,o.level=t,o.strategy=s,o.method=r,P(e)}u=[new F(0,0,0,0,function(e,t){var r=65535;for(r>e.pending_buf_size-5&&(r=e.pending_buf_size-5);;){if(e.lookahead<=1){if(T(e),0===e.lookahead&&t===f)return 1;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;var n=e.block_start+r;if((0===e.strstart||e.strstart>=n)&&(e.lookahead=e.strstart-n,e.strstart=n,A(e,!1),0===e.strm.avail_out))return 1;if(e.strstart-e.block_start>=e.w_size-y&&(A(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,4===t?(A(e,!0),0===e.strm.avail_out?3:4):(e.strstart>e.block_start&&(A(e,!1),e.strm.avail_out),1)}),new F(4,4,8,4,R),new F(4,5,16,8,R),new F(4,6,32,32,R),new F(4,4,16,16,D),new F(8,16,32,32,D),new F(8,16,128,128,D),new F(8,32,128,256,D),new F(32,128,258,1024,D),new F(32,258,258,4096,D)],r.deflateInit=function(e,t){return L(e,t,_,15,8,0)},r.deflateInit2=L,r.deflateReset=P,r.deflateResetKeep=U,r.deflateSetHeader=function(e,t){return e&&e.state?2!==e.state.wrap?m:(e.state.gzhead=t,l):m},r.deflate=function(e,t){var r,n,i,s;if(!e||!e.state||5<t||t<0)return e?S(e,m):m;if(n=e.state,!e.output||!e.input&&0!==e.avail_in||666===n.status&&4!==t)return S(e,0===e.avail_out?-5:m);if(n.strm=e,r=n.last_flush,n.last_flush=t,n.status===k)if(2===n.wrap)e.adler=0,I(n,31),I(n,139),I(n,8),n.gzhead?(I(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),I(n,255&n.gzhead.time),I(n,n.gzhead.time>>8&255),I(n,n.gzhead.time>>16&255),I(n,n.gzhead.time>>24&255),I(n,9===n.level?2:2<=n.strategy||n.level<2?4:0),I(n,255&n.gzhead.os),n.gzhead.extra&&n.gzhead.extra.length&&(I(n,255&n.gzhead.extra.length),I(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(e.adler=p(e.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=69):(I(n,0),I(n,0),I(n,0),I(n,0),I(n,0),I(n,9===n.level?2:2<=n.strategy||n.level<2?4:0),I(n,3),n.status=x);else{var a=_+(n.w_bits-8<<4)<<8;a|=(2<=n.strategy||n.level<2?0:n.level<6?1:6===n.level?2:3)<<6,0!==n.strstart&&(a|=32),a+=31-a%31,n.status=x,O(n,a),0!==n.strstart&&(O(n,e.adler>>>16),O(n,65535&e.adler)),e.adler=1}if(69===n.status)if(n.gzhead.extra){for(i=n.pending;n.gzindex<(65535&n.gzhead.extra.length)&&(n.pending!==n.pending_buf_size||(n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),C(e),i=n.pending,n.pending!==n.pending_buf_size));)I(n,255&n.gzhead.extra[n.gzindex]),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=73)}else n.status=73;if(73===n.status)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),C(e),i=n.pending,n.pending===n.pending_buf_size)){s=1;break}s=n.gzindex<n.gzhead.name.length?255&n.gzhead.name.charCodeAt(n.gzindex++):0,I(n,s)}while(0!==s);n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),0===s&&(n.gzindex=0,n.status=91)}else n.status=91;if(91===n.status)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),C(e),i=n.pending,n.pending===n.pending_buf_size)){s=1;break}s=n.gzindex<n.gzhead.comment.length?255&n.gzhead.comment.charCodeAt(n.gzindex++):0,I(n,s)}while(0!==s);n.gzhead.hcrc&&n.pending>i&&(e.adler=p(e.adler,n.pending_buf,n.pending-i,i)),0===s&&(n.status=103)}else n.status=103;if(103===n.status&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&C(e),n.pending+2<=n.pending_buf_size&&(I(n,255&e.adler),I(n,e.adler>>8&255),e.adler=0,n.status=x)):n.status=x),0!==n.pending){if(C(e),0===e.avail_out)return n.last_flush=-1,l}else if(0===e.avail_in&&z(t)<=z(r)&&4!==t)return S(e,-5);if(666===n.status&&0!==e.avail_in)return S(e,-5);if(0!==e.avail_in||0!==n.lookahead||t!==f&&666!==n.status){var o=2===n.strategy?function(e,t){for(var r;;){if(0===e.lookahead&&(T(e),0===e.lookahead)){if(t===f)return 1;break}if(e.match_length=0,r=h._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,r&&(A(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,4===t?(A(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(A(e,!1),0===e.strm.avail_out)?1:2}(n,t):3===n.strategy?function(e,t){for(var r,n,i,s,a=e.window;;){if(e.lookahead<=w){if(T(e),e.lookahead<=w&&t===f)return 1;if(0===e.lookahead)break}if(e.match_length=0,e.lookahead>=b&&0<e.strstart&&(n=a[i=e.strstart-1])===a[++i]&&n===a[++i]&&n===a[++i]){s=e.strstart+w;do{}while(n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&n===a[++i]&&i<s);e.match_length=w-(s-i),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=b?(r=h._tr_tally(e,1,e.match_length-b),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(r=h._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),r&&(A(e,!1),0===e.strm.avail_out))return 1}return e.insert=0,4===t?(A(e,!0),0===e.strm.avail_out?3:4):e.last_lit&&(A(e,!1),0===e.strm.avail_out)?1:2}(n,t):u[n.level].func(n,t);if(3!==o&&4!==o||(n.status=666),1===o||3===o)return 0===e.avail_out&&(n.last_flush=-1),l;if(2===o&&(1===t?h._tr_align(n):5!==t&&(h._tr_stored_block(n,0,0,!1),3===t&&(E(n.head),0===n.lookahead&&(n.strstart=0,n.block_start=0,n.insert=0))),C(e),0===e.avail_out))return n.last_flush=-1,l}return 4!==t?l:n.wrap<=0?1:(2===n.wrap?(I(n,255&e.adler),I(n,e.adler>>8&255),I(n,e.adler>>16&255),I(n,e.adler>>24&255),I(n,255&e.total_in),I(n,e.total_in>>8&255),I(n,e.total_in>>16&255),I(n,e.total_in>>24&255)):(O(n,e.adler>>>16),O(n,65535&e.adler)),C(e),0<n.wrap&&(n.wrap=-n.wrap),0!==n.pending?l:1)},r.deflateEnd=function(e){var t;return e&&e.state?(t=e.state.status)!==k&&69!==t&&73!==t&&91!==t&&103!==t&&t!==x&&666!==t?S(e,m):(e.state=null,t===x?S(e,-3):l):m},r.deflateSetDictionary=function(e,t){var r,n,i,s,a,o,u,h,f=t.length;if(!e||!e.state)return m;if(2===(s=(r=e.state).wrap)||1===s&&r.status!==k||r.lookahead)return m;for(1===s&&(e.adler=c(e.adler,t,f,0)),r.wrap=0,f>=r.w_size&&(0===s&&(E(r.head),r.strstart=0,r.block_start=0,r.insert=0),h=new d.Buf8(r.w_size),d.arraySet(h,t,f-r.w_size,r.w_size,0),t=h,f=r.w_size),a=e.avail_in,o=e.next_in,u=e.input,e.avail_in=f,e.next_in=0,e.input=t,T(r);r.lookahead>=b;){for(n=r.strstart,i=r.lookahead-(b-1);r.ins_h=(r.ins_h<<r.hash_shift^r.window[n+b-1])&r.hash_mask,r.prev[n&r.w_mask]=r.head[r.ins_h],r.head[r.ins_h]=n,n++,--i;);r.strstart=n,r.lookahead=b-1,T(r)}return r.strstart+=r.lookahead,r.block_start=r.strstart,r.insert=r.lookahead,r.lookahead=0,r.match_length=r.prev_length=b-1,r.match_available=0,e.next_in=o,e.input=u,e.avail_in=a,r.wrap=s,l},r.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(e,t,r){"use strict";t.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(e,t,r){"use strict";t.exports=function(e,t){var r,n,i,s,a,o,u,h,f,l,d,c,p,m,_,g,v,b,w,y,k,x,S,z,E;r=e.state,n=e.next_in,z=e.input,i=n+(e.avail_in-5),s=e.next_out,E=e.output,a=s-(t-e.avail_out),o=s+(e.avail_out-257),u=r.dmax,h=r.wsize,f=r.whave,l=r.wnext,d=r.window,c=r.hold,p=r.bits,m=r.lencode,_=r.distcode,g=(1<<r.lenbits)-1,v=(1<<r.distbits)-1;e:do{p<15&&(c+=z[n++]<<p,p+=8,c+=z[n++]<<p,p+=8),b=m[c&g];t:for(;;){if(c>>>=w=b>>>24,p-=w,0==(w=b>>>16&255))E[s++]=65535&b;else{if(!(16&w)){if(0==(64&w)){b=m[(65535&b)+(c&(1<<w)-1)];continue t}if(32&w){r.mode=12;break e}e.msg="invalid literal/length code",r.mode=30;break e}y=65535&b,(w&=15)&&(p<w&&(c+=z[n++]<<p,p+=8),y+=c&(1<<w)-1,c>>>=w,p-=w),p<15&&(c+=z[n++]<<p,p+=8,c+=z[n++]<<p,p+=8),b=_[c&v];r:for(;;){if(c>>>=w=b>>>24,p-=w,!(16&(w=b>>>16&255))){if(0==(64&w)){b=_[(65535&b)+(c&(1<<w)-1)];continue r}e.msg="invalid distance code",r.mode=30;break e}if(k=65535&b,p<(w&=15)&&(c+=z[n++]<<p,(p+=8)<w&&(c+=z[n++]<<p,p+=8)),u<(k+=c&(1<<w)-1)){e.msg="invalid distance too far back",r.mode=30;break e}if(c>>>=w,p-=w,(w=s-a)<k){if(f<(w=k-w)&&r.sane){e.msg="invalid distance too far back",r.mode=30;break e}if(S=d,(x=0)===l){if(x+=h-w,w<y){for(y-=w;E[s++]=d[x++],--w;);x=s-k,S=E}}else if(l<w){if(x+=h+l-w,(w-=l)<y){for(y-=w;E[s++]=d[x++],--w;);if(x=0,l<y){for(y-=w=l;E[s++]=d[x++],--w;);x=s-k,S=E}}}else if(x+=l-w,w<y){for(y-=w;E[s++]=d[x++],--w;);x=s-k,S=E}for(;2<y;)E[s++]=S[x++],E[s++]=S[x++],E[s++]=S[x++],y-=3;y&&(E[s++]=S[x++],1<y&&(E[s++]=S[x++]))}else{for(x=s-k;E[s++]=E[x++],E[s++]=E[x++],E[s++]=E[x++],2<(y-=3););y&&(E[s++]=E[x++],1<y&&(E[s++]=E[x++]))}break}}break}}while(n<i&&s<o);n-=y=p>>3,c&=(1<<(p-=y<<3))-1,e.next_in=n,e.next_out=s,e.avail_in=n<i?i-n+5:5-(n-i),e.avail_out=s<o?o-s+257:257-(s-o),r.hold=c,r.bits=p}},{}],49:[function(e,t,r){"use strict";var I=e("../utils/common"),O=e("./adler32"),B=e("./crc32"),T=e("./inffast"),R=e("./inftrees"),D=1,F=2,N=0,U=-2,P=1,n=852,i=592;function L(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function s(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new I.Buf16(320),this.work=new I.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function a(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=P,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new I.Buf32(n),t.distcode=t.distdyn=new I.Buf32(i),t.sane=1,t.back=-1,N):U}function o(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,a(e)):U}function u(e,t){var r,n;return e&&e.state?(n=e.state,t<0?(r=0,t=-t):(r=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15<t)?U:(null!==n.window&&n.wbits!==t&&(n.window=null),n.wrap=r,n.wbits=t,o(e))):U}function h(e,t){var r,n;return e?(n=new s,(e.state=n).window=null,(r=u(e,t))!==N&&(e.state=null),r):U}var f,l,d=!0;function j(e){if(d){var t;for(f=new I.Buf32(512),l=new I.Buf32(32),t=0;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(R(D,e.lens,0,288,f,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;R(F,e.lens,0,32,l,0,e.work,{bits:5}),d=!1}e.lencode=f,e.lenbits=9,e.distcode=l,e.distbits=5}function Z(e,t,r,n){var i,s=e.state;return null===s.window&&(s.wsize=1<<s.wbits,s.wnext=0,s.whave=0,s.window=new I.Buf8(s.wsize)),n>=s.wsize?(I.arraySet(s.window,t,r-s.wsize,s.wsize,0),s.wnext=0,s.whave=s.wsize):(n<(i=s.wsize-s.wnext)&&(i=n),I.arraySet(s.window,t,r-n,i,s.wnext),(n-=i)?(I.arraySet(s.window,t,r-n,n,0),s.wnext=n,s.whave=s.wsize):(s.wnext+=i,s.wnext===s.wsize&&(s.wnext=0),s.whave<s.wsize&&(s.whave+=i))),0}r.inflateReset=o,r.inflateReset2=u,r.inflateResetKeep=a,r.inflateInit=function(e){return h(e,15)},r.inflateInit2=h,r.inflate=function(e,t){var r,n,i,s,a,o,u,h,f,l,d,c,p,m,_,g,v,b,w,y,k,x,S,z,E=0,C=new I.Buf8(4),A=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return U;12===(r=e.state).mode&&(r.mode=13),a=e.next_out,i=e.output,u=e.avail_out,s=e.next_in,n=e.input,o=e.avail_in,h=r.hold,f=r.bits,l=o,d=u,x=N;e:for(;;)switch(r.mode){case P:if(0===r.wrap){r.mode=13;break}for(;f<16;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(2&r.wrap&&35615===h){C[r.check=0]=255&h,C[1]=h>>>8&255,r.check=B(r.check,C,2,0),f=h=0,r.mode=2;break}if(r.flags=0,r.head&&(r.head.done=!1),!(1&r.wrap)||(((255&h)<<8)+(h>>8))%31){e.msg="incorrect header check",r.mode=30;break}if(8!=(15&h)){e.msg="unknown compression method",r.mode=30;break}if(f-=4,k=8+(15&(h>>>=4)),0===r.wbits)r.wbits=k;else if(k>r.wbits){e.msg="invalid window size",r.mode=30;break}r.dmax=1<<k,e.adler=r.check=1,r.mode=512&h?10:12,f=h=0;break;case 2:for(;f<16;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(r.flags=h,8!=(255&r.flags)){e.msg="unknown compression method",r.mode=30;break}if(57344&r.flags){e.msg="unknown header flags set",r.mode=30;break}r.head&&(r.head.text=h>>8&1),512&r.flags&&(C[0]=255&h,C[1]=h>>>8&255,r.check=B(r.check,C,2,0)),f=h=0,r.mode=3;case 3:for(;f<32;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.head&&(r.head.time=h),512&r.flags&&(C[0]=255&h,C[1]=h>>>8&255,C[2]=h>>>16&255,C[3]=h>>>24&255,r.check=B(r.check,C,4,0)),f=h=0,r.mode=4;case 4:for(;f<16;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.head&&(r.head.xflags=255&h,r.head.os=h>>8),512&r.flags&&(C[0]=255&h,C[1]=h>>>8&255,r.check=B(r.check,C,2,0)),f=h=0,r.mode=5;case 5:if(1024&r.flags){for(;f<16;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.length=h,r.head&&(r.head.extra_len=h),512&r.flags&&(C[0]=255&h,C[1]=h>>>8&255,r.check=B(r.check,C,2,0)),f=h=0}else r.head&&(r.head.extra=null);r.mode=6;case 6:if(1024&r.flags&&(o<(c=r.length)&&(c=o),c&&(r.head&&(k=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),I.arraySet(r.head.extra,n,s,c,k)),512&r.flags&&(r.check=B(r.check,n,c,s)),o-=c,s+=c,r.length-=c),r.length))break e;r.length=0,r.mode=7;case 7:if(2048&r.flags){if(0===o)break e;for(c=0;k=n[s+c++],r.head&&k&&r.length<65536&&(r.head.name+=String.fromCharCode(k)),k&&c<o;);if(512&r.flags&&(r.check=B(r.check,n,c,s)),o-=c,s+=c,k)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=8;case 8:if(4096&r.flags){if(0===o)break e;for(c=0;k=n[s+c++],r.head&&k&&r.length<65536&&(r.head.comment+=String.fromCharCode(k)),k&&c<o;);if(512&r.flags&&(r.check=B(r.check,n,c,s)),o-=c,s+=c,k)break e}else r.head&&(r.head.comment=null);r.mode=9;case 9:if(512&r.flags){for(;f<16;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(h!==(65535&r.check)){e.msg="header crc mismatch",r.mode=30;break}f=h=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),e.adler=r.check=0,r.mode=12;break;case 10:for(;f<32;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}e.adler=r.check=L(h),f=h=0,r.mode=11;case 11:if(0===r.havedict)return e.next_out=a,e.avail_out=u,e.next_in=s,e.avail_in=o,r.hold=h,r.bits=f,2;e.adler=r.check=1,r.mode=12;case 12:if(5===t||6===t)break e;case 13:if(r.last){h>>>=7&f,f-=7&f,r.mode=27;break}for(;f<3;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}switch(r.last=1&h,f-=1,3&(h>>>=1)){case 0:r.mode=14;break;case 1:if(j(r),r.mode=20,6!==t)break;h>>>=2,f-=2;break e;case 2:r.mode=17;break;case 3:e.msg="invalid block type",r.mode=30}h>>>=2,f-=2;break;case 14:for(h>>>=7&f,f-=7&f;f<32;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if((65535&h)!=(h>>>16^65535)){e.msg="invalid stored block lengths",r.mode=30;break}if(r.length=65535&h,f=h=0,r.mode=15,6===t)break e;case 15:r.mode=16;case 16:if(c=r.length){if(o<c&&(c=o),u<c&&(c=u),0===c)break e;I.arraySet(i,n,s,c,a),o-=c,s+=c,u-=c,a+=c,r.length-=c;break}r.mode=12;break;case 17:for(;f<14;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(r.nlen=257+(31&h),h>>>=5,f-=5,r.ndist=1+(31&h),h>>>=5,f-=5,r.ncode=4+(15&h),h>>>=4,f-=4,286<r.nlen||30<r.ndist){e.msg="too many length or distance symbols",r.mode=30;break}r.have=0,r.mode=18;case 18:for(;r.have<r.ncode;){for(;f<3;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.lens[A[r.have++]]=7&h,h>>>=3,f-=3}for(;r.have<19;)r.lens[A[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,S={bits:r.lenbits},x=R(0,r.lens,0,19,r.lencode,0,r.work,S),r.lenbits=S.bits,x){e.msg="invalid code lengths set",r.mode=30;break}r.have=0,r.mode=19;case 19:for(;r.have<r.nlen+r.ndist;){for(;g=(E=r.lencode[h&(1<<r.lenbits)-1])>>>16&255,v=65535&E,!((_=E>>>24)<=f);){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(v<16)h>>>=_,f-=_,r.lens[r.have++]=v;else{if(16===v){for(z=_+2;f<z;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(h>>>=_,f-=_,0===r.have){e.msg="invalid bit length repeat",r.mode=30;break}k=r.lens[r.have-1],c=3+(3&h),h>>>=2,f-=2}else if(17===v){for(z=_+3;f<z;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}f-=_,k=0,c=3+(7&(h>>>=_)),h>>>=3,f-=3}else{for(z=_+7;f<z;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}f-=_,k=0,c=11+(127&(h>>>=_)),h>>>=7,f-=7}if(r.have+c>r.nlen+r.ndist){e.msg="invalid bit length repeat",r.mode=30;break}for(;c--;)r.lens[r.have++]=k}}if(30===r.mode)break;if(0===r.lens[256]){e.msg="invalid code -- missing end-of-block",r.mode=30;break}if(r.lenbits=9,S={bits:r.lenbits},x=R(D,r.lens,0,r.nlen,r.lencode,0,r.work,S),r.lenbits=S.bits,x){e.msg="invalid literal/lengths set",r.mode=30;break}if(r.distbits=6,r.distcode=r.distdyn,S={bits:r.distbits},x=R(F,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,S),r.distbits=S.bits,x){e.msg="invalid distances set",r.mode=30;break}if(r.mode=20,6===t)break e;case 20:r.mode=21;case 21:if(6<=o&&258<=u){e.next_out=a,e.avail_out=u,e.next_in=s,e.avail_in=o,r.hold=h,r.bits=f,T(e,d),a=e.next_out,i=e.output,u=e.avail_out,s=e.next_in,n=e.input,o=e.avail_in,h=r.hold,f=r.bits,12===r.mode&&(r.back=-1);break}for(r.back=0;g=(E=r.lencode[h&(1<<r.lenbits)-1])>>>16&255,v=65535&E,!((_=E>>>24)<=f);){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(g&&0==(240&g)){for(b=_,w=g,y=v;g=(E=r.lencode[y+((h&(1<<b+w)-1)>>b)])>>>16&255,v=65535&E,!(b+(_=E>>>24)<=f);){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}h>>>=b,f-=b,r.back+=b}if(h>>>=_,f-=_,r.back+=_,r.length=v,0===g){r.mode=26;break}if(32&g){r.back=-1,r.mode=12;break}if(64&g){e.msg="invalid literal/length code",r.mode=30;break}r.extra=15&g,r.mode=22;case 22:if(r.extra){for(z=r.extra;f<z;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.length+=h&(1<<r.extra)-1,h>>>=r.extra,f-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=23;case 23:for(;g=(E=r.distcode[h&(1<<r.distbits)-1])>>>16&255,v=65535&E,!((_=E>>>24)<=f);){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(0==(240&g)){for(b=_,w=g,y=v;g=(E=r.distcode[y+((h&(1<<b+w)-1)>>b)])>>>16&255,v=65535&E,!(b+(_=E>>>24)<=f);){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}h>>>=b,f-=b,r.back+=b}if(h>>>=_,f-=_,r.back+=_,64&g){e.msg="invalid distance code",r.mode=30;break}r.offset=v,r.extra=15&g,r.mode=24;case 24:if(r.extra){for(z=r.extra;f<z;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}r.offset+=h&(1<<r.extra)-1,h>>>=r.extra,f-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){e.msg="invalid distance too far back",r.mode=30;break}r.mode=25;case 25:if(0===u)break e;if(c=d-u,r.offset>c){if((c=r.offset-c)>r.whave&&r.sane){e.msg="invalid distance too far back",r.mode=30;break}p=c>r.wnext?(c-=r.wnext,r.wsize-c):r.wnext-c,c>r.length&&(c=r.length),m=r.window}else m=i,p=a-r.offset,c=r.length;for(u<c&&(c=u),u-=c,r.length-=c;i[a++]=m[p++],--c;);0===r.length&&(r.mode=21);break;case 26:if(0===u)break e;i[a++]=r.length,u--,r.mode=21;break;case 27:if(r.wrap){for(;f<32;){if(0===o)break e;o--,h|=n[s++]<<f,f+=8}if(d-=u,e.total_out+=d,r.total+=d,d&&(e.adler=r.check=r.flags?B(r.check,i,d,a-d):O(r.check,i,d,a-d)),d=u,(r.flags?h:L(h))!==r.check){e.msg="incorrect data check",r.mode=30;break}f=h=0}r.mode=28;case 28:if(r.wrap&&r.flags){for(;f<32;){if(0===o)break e;o--,h+=n[s++]<<f,f+=8}if(h!==(4294967295&r.total)){e.msg="incorrect length check",r.mode=30;break}f=h=0}r.mode=29;case 29:x=1;break e;case 30:x=-3;break e;case 31:return-4;case 32:default:return U}return e.next_out=a,e.avail_out=u,e.next_in=s,e.avail_in=o,r.hold=h,r.bits=f,(r.wsize||d!==e.avail_out&&r.mode<30&&(r.mode<27||4!==t))&&Z(e,e.output,e.next_out,d-e.avail_out)?(r.mode=31,-4):(l-=e.avail_in,d-=e.avail_out,e.total_in+=l,e.total_out+=d,r.total+=d,r.wrap&&d&&(e.adler=r.check=r.flags?B(r.check,i,d,e.next_out-d):O(r.check,i,d,e.next_out-d)),e.data_type=r.bits+(r.last?64:0)+(12===r.mode?128:0)+(20===r.mode||15===r.mode?256:0),(0==l&&0===d||4===t)&&x===N&&(x=-5),x)},r.inflateEnd=function(e){if(!e||!e.state)return U;var t=e.state;return t.window&&(t.window=null),e.state=null,N},r.inflateGetHeader=function(e,t){var r;return e&&e.state?0==(2&(r=e.state).wrap)?U:((r.head=t).done=!1,N):U},r.inflateSetDictionary=function(e,t){var r,n=t.length;return e&&e.state?0!==(r=e.state).wrap&&11!==r.mode?U:11===r.mode&&O(1,t,n,0)!==r.check?-3:Z(e,t,n,n)?(r.mode=31,-4):(r.havedict=1,N):U},r.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(e,t,r){"use strict";var D=e("../utils/common"),F=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],N=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],U=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],P=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];t.exports=function(e,t,r,n,i,s,a,o){var u,h,f,l,d,c,p,m,_,g=o.bits,v=0,b=0,w=0,y=0,k=0,x=0,S=0,z=0,E=0,C=0,A=null,I=0,O=new D.Buf16(16),B=new D.Buf16(16),T=null,R=0;for(v=0;v<=15;v++)O[v]=0;for(b=0;b<n;b++)O[t[r+b]]++;for(k=g,y=15;1<=y&&0===O[y];y--);if(y<k&&(k=y),0===y)return i[s++]=20971520,i[s++]=20971520,o.bits=1,0;for(w=1;w<y&&0===O[w];w++);for(k<w&&(k=w),v=z=1;v<=15;v++)if(z<<=1,(z-=O[v])<0)return-1;if(0<z&&(0===e||1!==y))return-1;for(B[1]=0,v=1;v<15;v++)B[v+1]=B[v]+O[v];for(b=0;b<n;b++)0!==t[r+b]&&(a[B[t[r+b]]++]=b);if(c=0===e?(A=T=a,19):1===e?(A=F,I-=257,T=N,R-=257,256):(A=U,T=P,-1),v=w,d=s,S=b=C=0,f=-1,l=(E=1<<(x=k))-1,1===e&&852<E||2===e&&592<E)return 1;for(;;){for(p=v-S,_=a[b]<c?(m=0,a[b]):a[b]>c?(m=T[R+a[b]],A[I+a[b]]):(m=96,0),u=1<<v-S,w=h=1<<x;i[d+(C>>S)+(h-=u)]=p<<24|m<<16|_|0,0!==h;);for(u=1<<v-1;C&u;)u>>=1;if(0!==u?(C&=u-1,C+=u):C=0,b++,0==--O[v]){if(v===y)break;v=t[r+a[b]]}if(k<v&&(C&l)!==f){for(0===S&&(S=k),d+=w,z=1<<(x=v-S);x+S<y&&!((z-=O[x+S])<=0);)x++,z<<=1;if(E+=1<<x,1===e&&852<E||2===e&&592<E)return 1;i[f=C&l]=k<<24|x<<16|d-s|0}}return 0!==C&&(i[d+C]=v-S<<24|64<<16|0),o.bits=k,0}},{"../utils/common":41}],51:[function(e,t,r){"use strict";t.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(e,t,r){"use strict";var o=e("../utils/common");function n(e){for(var t=e.length;0<=--t;)e[t]=0}var _=15,i=16,u=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],h=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],a=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],f=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],l=new Array(576);n(l);var d=new Array(60);n(d);var c=new Array(512);n(c);var p=new Array(256);n(p);var m=new Array(29);n(m);var g,v,b,w=new Array(30);function y(e,t,r,n,i){this.static_tree=e,this.extra_bits=t,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=e&&e.length}function s(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}function k(e){return e<256?c[e]:c[256+(e>>>7)]}function x(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function S(e,t,r){e.bi_valid>i-r?(e.bi_buf|=t<<e.bi_valid&65535,x(e,e.bi_buf),e.bi_buf=t>>i-e.bi_valid,e.bi_valid+=r-i):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=r)}function z(e,t,r){S(e,r[2*t],r[2*t+1])}function E(e,t){for(var r=0;r|=1&e,e>>>=1,r<<=1,0<--t;);return r>>>1}function C(e,t,r){var n,i,s=new Array(_+1),a=0;for(n=1;n<=_;n++)s[n]=a=a+r[n-1]<<1;for(i=0;i<=t;i++){var o=e[2*i+1];0!==o&&(e[2*i]=E(s[o]++,o))}}function A(e){var t;for(t=0;t<286;t++)e.dyn_ltree[2*t]=0;for(t=0;t<30;t++)e.dyn_dtree[2*t]=0;for(t=0;t<19;t++)e.bl_tree[2*t]=0;e.dyn_ltree[512]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function I(e){8<e.bi_valid?x(e,e.bi_buf):0<e.bi_valid&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function O(e,t,r,n){var i=2*t,s=2*r;return e[i]<e[s]||e[i]===e[s]&&n[t]<=n[r]}function B(e,t,r){for(var n=e.heap[r],i=r<<1;i<=e.heap_len&&(i<e.heap_len&&O(t,e.heap[i+1],e.heap[i],e.depth)&&i++,!O(t,n,e.heap[i],e.depth));)e.heap[r]=e.heap[i],r=i,i<<=1;e.heap[r]=n}function T(e,t,r){var n,i,s,a,o=0;if(0!==e.last_lit)for(;n=e.pending_buf[e.d_buf+2*o]<<8|e.pending_buf[e.d_buf+2*o+1],i=e.pending_buf[e.l_buf+o],o++,0===n?z(e,i,t):(z(e,(s=p[i])+256+1,t),0!==(a=u[s])&&S(e,i-=m[s],a),z(e,s=k(--n),r),0!==(a=h[s])&&S(e,n-=w[s],a)),o<e.last_lit;);z(e,256,t)}function R(e,t){var r,n,i,s=t.dyn_tree,a=t.stat_desc.static_tree,o=t.stat_desc.has_stree,u=t.stat_desc.elems,h=-1;for(e.heap_len=0,e.heap_max=573,r=0;r<u;r++)0!==s[2*r]?(e.heap[++e.heap_len]=h=r,e.depth[r]=0):s[2*r+1]=0;for(;e.heap_len<2;)s[2*(i=e.heap[++e.heap_len]=h<2?++h:0)]=1,e.depth[i]=0,e.opt_len--,o&&(e.static_len-=a[2*i+1]);for(t.max_code=h,r=e.heap_len>>1;1<=r;r--)B(e,s,r);for(i=u;r=e.heap[1],e.heap[1]=e.heap[e.heap_len--],B(e,s,1),n=e.heap[1],e.heap[--e.heap_max]=r,e.heap[--e.heap_max]=n,s[2*i]=s[2*r]+s[2*n],e.depth[i]=(e.depth[r]>=e.depth[n]?e.depth[r]:e.depth[n])+1,s[2*r+1]=s[2*n+1]=i,e.heap[1]=i++,B(e,s,1),2<=e.heap_len;);e.heap[--e.heap_max]=e.heap[1],function(e,t){var r,n,i,s,a,o,u=t.dyn_tree,h=t.max_code,f=t.stat_desc.static_tree,l=t.stat_desc.has_stree,d=t.stat_desc.extra_bits,c=t.stat_desc.extra_base,p=t.stat_desc.max_length,m=0;for(s=0;s<=_;s++)e.bl_count[s]=0;for(u[2*e.heap[e.heap_max]+1]=0,r=e.heap_max+1;r<573;r++)p<(s=u[2*u[2*(n=e.heap[r])+1]+1]+1)&&(s=p,m++),u[2*n+1]=s,h<n||(e.bl_count[s]++,a=0,c<=n&&(a=d[n-c]),o=u[2*n],e.opt_len+=o*(s+a),l&&(e.static_len+=o*(f[2*n+1]+a)));if(0!==m){do{for(s=p-1;0===e.bl_count[s];)s--;e.bl_count[s]--,e.bl_count[s+1]+=2,e.bl_count[p]--,m-=2}while(0<m);for(s=p;0!==s;s--)for(n=e.bl_count[s];0!==n;)h<(i=e.heap[--r])||(u[2*i+1]!==s&&(e.opt_len+=(s-u[2*i+1])*u[2*i],u[2*i+1]=s),n--)}}(e,t),C(s,h,e.bl_count)}function D(e,t,r){var n,i,s=-1,a=t[1],o=0,u=7,h=4;for(0===a&&(u=138,h=3),t[2*(r+1)+1]=65535,n=0;n<=r;n++)i=a,a=t[2*(n+1)+1],++o<u&&i===a||(o<h?e.bl_tree[2*i]+=o:0!==i?(i!==s&&e.bl_tree[2*i]++,e.bl_tree[32]++):o<=10?e.bl_tree[34]++:e.bl_tree[36]++,s=i,h=(o=0)===a?(u=138,3):i===a?(u=6,3):(u=7,4))}function F(e,t,r){var n,i,s=-1,a=t[1],o=0,u=7,h=4;for(0===a&&(u=138,h=3),n=0;n<=r;n++)if(i=a,a=t[2*(n+1)+1],!(++o<u&&i===a)){if(o<h)for(;z(e,i,e.bl_tree),0!=--o;);else 0!==i?(i!==s&&(z(e,i,e.bl_tree),o--),z(e,16,e.bl_tree),S(e,o-3,2)):o<=10?(z(e,17,e.bl_tree),S(e,o-3,3)):(z(e,18,e.bl_tree),S(e,o-11,7));s=i,h=(o=0)===a?(u=138,3):i===a?(u=6,3):(u=7,4)}}n(w);var N=!1;function U(e,t,r,n){var i,s,a;S(e,0+(n?1:0),3),s=t,a=r,I(i=e),x(i,a),x(i,~a),o.arraySet(i.pending_buf,i.window,s,a,i.pending),i.pending+=a}r._tr_init=function(e){N||(function(){var e,t,r,n,i,s=new Array(_+1);for(n=r=0;n<28;n++)for(m[n]=r,e=0;e<1<<u[n];e++)p[r++]=n;for(p[r-1]=n,n=i=0;n<16;n++)for(w[n]=i,e=0;e<1<<h[n];e++)c[i++]=n;for(i>>=7;n<30;n++)for(w[n]=i<<7,e=0;e<1<<h[n]-7;e++)c[256+i++]=n;for(t=0;t<=_;t++)s[t]=0;for(e=0;e<=143;)l[2*e+1]=8,e++,s[8]++;for(;e<=255;)l[2*e+1]=9,e++,s[9]++;for(;e<=279;)l[2*e+1]=7,e++,s[7]++;for(;e<=287;)l[2*e+1]=8,e++,s[8]++;for(C(l,287,s),e=0;e<30;e++)d[2*e+1]=5,d[2*e]=E(e,5);g=new y(l,u,257,286,_),v=new y(d,h,0,30,_),b=new y(new Array(0),a,0,19,7)}(),N=!0),e.l_desc=new s(e.dyn_ltree,g),e.d_desc=new s(e.dyn_dtree,v),e.bl_desc=new s(e.bl_tree,b),e.bi_buf=0,e.bi_valid=0,A(e)},r._tr_stored_block=U,r._tr_flush_block=function(e,t,r,n){var i,s,a=0;0<e.level?(2===e.strm.data_type&&(e.strm.data_type=function(e){var t,r=4093624447;for(t=0;t<=31;t++,r>>>=1)if(1&r&&0!==e.dyn_ltree[2*t])return 0;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return 1;for(t=32;t<256;t++)if(0!==e.dyn_ltree[2*t])return 1;return 0}(e)),R(e,e.l_desc),R(e,e.d_desc),a=function(e){var t;for(D(e,e.dyn_ltree,e.l_desc.max_code),D(e,e.dyn_dtree,e.d_desc.max_code),R(e,e.bl_desc),t=18;3<=t&&0===e.bl_tree[2*f[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t}(e),i=e.opt_len+3+7>>>3,(s=e.static_len+3+7>>>3)<=i&&(i=s)):i=s=r+5,r+4<=i&&-1!==t?U(e,t,r,n):4===e.strategy||s===i?(S(e,2+(n?1:0),3),T(e,l,d)):(S(e,4+(n?1:0),3),function(e,t,r,n){var i;for(S(e,t-257,5),S(e,r-1,5),S(e,n-4,4),i=0;i<n;i++)S(e,e.bl_tree[2*f[i]+1],3);F(e,e.dyn_ltree,t-1),F(e,e.dyn_dtree,r-1)}(e,e.l_desc.max_code+1,e.d_desc.max_code+1,a+1),T(e,e.dyn_ltree,e.dyn_dtree)),A(e),n&&I(e)},r._tr_tally=function(e,t,r){return e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&r,e.last_lit++,0===t?e.dyn_ltree[2*r]++:(e.matches++,t--,e.dyn_ltree[2*(p[r]+256+1)]++,e.dyn_dtree[2*k(t)]++),e.last_lit===e.lit_bufsize-1},r._tr_align=function(e){var t;S(e,2,3),z(e,256,l),16===(t=e).bi_valid?(x(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):8<=t.bi_valid&&(t.pending_buf[t.pending++]=255&t.bi_buf,t.bi_buf>>=8,t.bi_valid-=8)}},{"../utils/common":41}],53:[function(e,t,r){"use strict";t.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(e,t,r){"use strict";t.exports="function"==typeof setImmediate?setImmediate:function(){var e=[].slice.apply(arguments);e.splice(1,0,0),setTimeout.apply(null,e)}},{}]},{},[10])(10)})}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)})}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)})}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)})}).call(this,void 0!==r?r:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)})}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}]},{},[1])(1)});
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("yLpj"), __webpack_require__("tjlA").Buffer, __webpack_require__("URgk").setImmediate))
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[10],{
-
-/***/ "cW0E":
-/***/ (function(module, exports, __webpack_require__) {
-
-/* WEBPACK VAR INJECTION */(function(process) {var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;(function (root, factory) {
- if (true) {
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [exports], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
- __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
- (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
- __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
- } else {}
-}(this, function (Kotlin) {
- var _ = Kotlin;
- Kotlin.isBooleanArray = function (a) {
- return (Array.isArray(a) || a instanceof Int8Array) && a.$type$ === 'BooleanArray';
- };
- Kotlin.isByteArray = function (a) {
- return a instanceof Int8Array && a.$type$ !== 'BooleanArray';
- };
- Kotlin.isShortArray = function (a) {
- return a instanceof Int16Array;
- };
- Kotlin.isCharArray = function (a) {
- return a instanceof Uint16Array && a.$type$ === 'CharArray';
- };
- Kotlin.isIntArray = function (a) {
- return a instanceof Int32Array;
- };
- Kotlin.isFloatArray = function (a) {
- return a instanceof Float32Array;
- };
- Kotlin.isDoubleArray = function (a) {
- return a instanceof Float64Array;
- };
- Kotlin.isLongArray = function (a) {
- return Array.isArray(a) && a.$type$ === 'LongArray';
- };
- Kotlin.isArray = function (a) {
- return Array.isArray(a) && !a.$type$;
- };
- Kotlin.isArrayish = function (a) {
- return Array.isArray(a) || ArrayBuffer.isView(a);
- };
- Kotlin.arrayToString = function (a) {
- if (a === null)
- return 'null';
- var toString = Kotlin.isCharArray(a) ? String.fromCharCode : Kotlin.toString;
- return '[' + Array.prototype.map.call(a, function (e) {
- return toString(e);
- }).join(', ') + ']';
- };
- Kotlin.arrayDeepToString = function (arr) {
- return Kotlin.kotlin.collections.contentDeepToStringImpl(arr);
- };
- Kotlin.arrayEquals = function (a, b) {
- if (a === b) {
- return true;
- }if (a === null || b === null || !Kotlin.isArrayish(b) || a.length !== b.length) {
- return false;
- }for (var i = 0, n = a.length; i < n; i++) {
- if (!Kotlin.equals(a[i], b[i])) {
- return false;
- }}
- return true;
- };
- Kotlin.arrayDeepEquals = function (a, b) {
- return Kotlin.kotlin.collections.contentDeepEqualsImpl(a, b);
- };
- Kotlin.arrayHashCode = function (arr) {
- if (arr === null)
- return 0;
- var result = 1;
- for (var i = 0, n = arr.length; i < n; i++) {
- result = (31 * result | 0) + Kotlin.hashCode(arr[i]) | 0;
- }
- return result;
- };
- Kotlin.arrayDeepHashCode = function (arr) {
- return Kotlin.kotlin.collections.contentDeepHashCodeImpl(arr);
- };
- Kotlin.primitiveArraySort = function (array) {
- array.sort(Kotlin.doubleCompareTo);
- };
- Kotlin.getCallableRef = function (name, f) {
- f.callableName = name;
- return f;
- };
- Kotlin.getPropertyCallableRef = function (name, paramCount, getter, setter) {
- getter.get = getter;
- getter.set = setter;
- getter.callableName = name;
- return getPropertyRefClass(getter, setter, propertyRefClassMetadataCache[paramCount]);
- };
- function getPropertyRefClass(obj, setter, cache) {
- obj.$metadata$ = getPropertyRefMetadata(typeof setter === 'function' ? cache.mutable : cache.immutable);
- obj.constructor = obj;
- return obj;
- }
- var propertyRefClassMetadataCache = [{mutable: {value: null, implementedInterface: function () {
- return Kotlin.kotlin.reflect.KMutableProperty0;
- }}, immutable: {value: null, implementedInterface: function () {
- return Kotlin.kotlin.reflect.KProperty0;
- }}}, {mutable: {value: null, implementedInterface: function () {
- return Kotlin.kotlin.reflect.KMutableProperty1;
- }}, immutable: {value: null, implementedInterface: function () {
- return Kotlin.kotlin.reflect.KProperty1;
- }}}];
- function getPropertyRefMetadata(cache) {
- if (cache.value === null) {
- cache.value = {interfaces: [cache.implementedInterface()], baseClass: null, functions: {}, properties: {}, types: {}, staticMembers: {}};
- }return cache.value;
- }
- Kotlin.toShort = function (a) {
- return (a & 65535) << 16 >> 16;
- };
- Kotlin.toByte = function (a) {
- return (a & 255) << 24 >> 24;
- };
- Kotlin.toChar = function (a) {
- return a & 65535;
- };
- Kotlin.numberToLong = function (a) {
- return a instanceof Kotlin.Long ? a : Kotlin.Long.fromNumber(a);
- };
- Kotlin.numberToInt = function (a) {
- return a instanceof Kotlin.Long ? a.toInt() : Kotlin.doubleToInt(a);
- };
- Kotlin.numberToShort = function (a) {
- return Kotlin.toShort(Kotlin.numberToInt(a));
- };
- Kotlin.numberToByte = function (a) {
- return Kotlin.toByte(Kotlin.numberToInt(a));
- };
- Kotlin.numberToDouble = function (a) {
- return +a;
- };
- Kotlin.numberToChar = function (a) {
- return Kotlin.toChar(Kotlin.numberToInt(a));
- };
- Kotlin.doubleToInt = function (a) {
- if (a > 2147483647)
- return 2147483647;
- if (a < -2147483648)
- return -2147483648;
- return a | 0;
- };
- Kotlin.toBoxedChar = function (a) {
- if (a == null)
- return a;
- if (a instanceof Kotlin.BoxedChar)
- return a;
- return new Kotlin.BoxedChar(a);
- };
- Kotlin.unboxChar = function (a) {
- if (a == null)
- return a;
- return Kotlin.toChar(a);
- };
- Kotlin.equals = function (obj1, obj2) {
- if (obj1 == null) {
- return obj2 == null;
- }if (obj2 == null) {
- return false;
- }if (obj1 !== obj1) {
- return obj2 !== obj2;
- }if (typeof obj1 === 'object' && typeof obj1.equals === 'function') {
- return obj1.equals(obj2);
- }if (typeof obj1 === 'number' && typeof obj2 === 'number') {
- return obj1 === obj2 && (obj1 !== 0 || 1 / obj1 === 1 / obj2);
- }return obj1 === obj2;
- };
- Kotlin.hashCode = function (obj) {
- if (obj == null) {
- return 0;
- }var objType = typeof obj;
- if ('object' === objType) {
- return 'function' === typeof obj.hashCode ? obj.hashCode() : getObjectHashCode(obj);
- }if ('function' === objType) {
- return getObjectHashCode(obj);
- }if ('number' === objType) {
- return Kotlin.numberHashCode(obj);
- }if ('boolean' === objType) {
- return Number(obj);
- }var str = String(obj);
- return getStringHashCode(str);
- };
- Kotlin.toString = function (o) {
- if (o == null) {
- return 'null';
- } else if (Kotlin.isArrayish(o)) {
- return '[...]';
- } else {
- return o.toString();
- }
- };
- var POW_2_32 = 4.294967296E9;
- var OBJECT_HASH_CODE_PROPERTY_NAME = 'kotlinHashCodeValue$';
- function getObjectHashCode(obj) {
- if (!(OBJECT_HASH_CODE_PROPERTY_NAME in obj)) {
- var hash = Math.random() * POW_2_32 | 0;
- Object.defineProperty(obj, OBJECT_HASH_CODE_PROPERTY_NAME, {value: hash, enumerable: false});
- }return obj[OBJECT_HASH_CODE_PROPERTY_NAME];
- }
- function getStringHashCode(str) {
- var hash = 0;
- for (var i = 0; i < str.length; i++) {
- var code = str.charCodeAt(i);
- hash = hash * 31 + code | 0;
- }
- return hash;
- }
- Kotlin.identityHashCode = getObjectHashCode;
- Kotlin.Long = function (low, high) {
- this.low_ = low | 0;
- this.high_ = high | 0;
- };
- Kotlin.Long.$metadata$ = {kind: 'class', simpleName: 'Long', interfaces: []};
- Kotlin.Long.IntCache_ = {};
- Kotlin.Long.fromInt = function (value) {
- if (-128 <= value && value < 128) {
- var cachedObj = Kotlin.Long.IntCache_[value];
- if (cachedObj) {
- return cachedObj;
- }}var obj = new Kotlin.Long(value | 0, value < 0 ? -1 : 0);
- if (-128 <= value && value < 128) {
- Kotlin.Long.IntCache_[value] = obj;
- }return obj;
- };
- Kotlin.Long.fromNumber = function (value) {
- if (isNaN(value)) {
- return Kotlin.Long.ZERO;
- } else if (value <= -Kotlin.Long.TWO_PWR_63_DBL_) {
- return Kotlin.Long.MIN_VALUE;
- } else if (value + 1 >= Kotlin.Long.TWO_PWR_63_DBL_) {
- return Kotlin.Long.MAX_VALUE;
- } else if (value < 0) {
- return Kotlin.Long.fromNumber(-value).negate();
- } else {
- return new Kotlin.Long(value % Kotlin.Long.TWO_PWR_32_DBL_ | 0, value / Kotlin.Long.TWO_PWR_32_DBL_ | 0);
- }
- };
- Kotlin.Long.fromBits = function (lowBits, highBits) {
- return new Kotlin.Long(lowBits, highBits);
- };
- Kotlin.Long.fromString = function (str, opt_radix) {
- if (str.length == 0) {
- throw Error('number format error: empty string');
- }var radix = opt_radix || 10;
- if (radix < 2 || 36 < radix) {
- throw Error('radix out of range: ' + radix);
- }if (str.charAt(0) == '-') {
- return Kotlin.Long.fromString(str.substring(1), radix).negate();
- } else if (str.indexOf('-') >= 0) {
- throw Error('number format error: interior "-" character: ' + str);
- }var radixToPower = Kotlin.Long.fromNumber(Math.pow(radix, 8));
- var result = Kotlin.Long.ZERO;
- for (var i = 0; i < str.length; i += 8) {
- var size = Math.min(8, str.length - i);
- var value = parseInt(str.substring(i, i + size), radix);
- if (size < 8) {
- var power = Kotlin.Long.fromNumber(Math.pow(radix, size));
- result = result.multiply(power).add(Kotlin.Long.fromNumber(value));
- } else {
- result = result.multiply(radixToPower);
- result = result.add(Kotlin.Long.fromNumber(value));
- }
- }
- return result;
- };
- Kotlin.Long.TWO_PWR_16_DBL_ = 1 << 16;
- Kotlin.Long.TWO_PWR_24_DBL_ = 1 << 24;
- Kotlin.Long.TWO_PWR_32_DBL_ = Kotlin.Long.TWO_PWR_16_DBL_ * Kotlin.Long.TWO_PWR_16_DBL_;
- Kotlin.Long.TWO_PWR_31_DBL_ = Kotlin.Long.TWO_PWR_32_DBL_ / 2;
- Kotlin.Long.TWO_PWR_48_DBL_ = Kotlin.Long.TWO_PWR_32_DBL_ * Kotlin.Long.TWO_PWR_16_DBL_;
- Kotlin.Long.TWO_PWR_64_DBL_ = Kotlin.Long.TWO_PWR_32_DBL_ * Kotlin.Long.TWO_PWR_32_DBL_;
- Kotlin.Long.TWO_PWR_63_DBL_ = Kotlin.Long.TWO_PWR_64_DBL_ / 2;
- Kotlin.Long.ZERO = Kotlin.Long.fromInt(0);
- Kotlin.Long.ONE = Kotlin.Long.fromInt(1);
- Kotlin.Long.NEG_ONE = Kotlin.Long.fromInt(-1);
- Kotlin.Long.MAX_VALUE = Kotlin.Long.fromBits(4.294967295E9 | 0, 2147483647 | 0);
- Kotlin.Long.MIN_VALUE = Kotlin.Long.fromBits(0, 2.147483648E9 | 0);
- Kotlin.Long.TWO_PWR_24_ = Kotlin.Long.fromInt(1 << 24);
- Kotlin.Long.prototype.toInt = function () {
- return this.low_;
- };
- Kotlin.Long.prototype.toNumber = function () {
- return this.high_ * Kotlin.Long.TWO_PWR_32_DBL_ + this.getLowBitsUnsigned();
- };
- Kotlin.Long.prototype.hashCode = function () {
- return this.high_ ^ this.low_;
- };
- Kotlin.Long.prototype.toString = function (opt_radix) {
- var radix = opt_radix || 10;
- if (radix < 2 || 36 < radix) {
- throw Error('radix out of range: ' + radix);
- }if (this.isZero()) {
- return '0';
- }if (this.isNegative()) {
- if (this.equalsLong(Kotlin.Long.MIN_VALUE)) {
- var radixLong = Kotlin.Long.fromNumber(radix);
- var div = this.div(radixLong);
- var rem = div.multiply(radixLong).subtract(this);
- return div.toString(radix) + rem.toInt().toString(radix);
- } else {
- return '-' + this.negate().toString(radix);
- }
- }var radixToPower = Kotlin.Long.fromNumber(Math.pow(radix, 6));
- var rem = this;
- var result = '';
- while (true) {
- var remDiv = rem.div(radixToPower);
- var intval = rem.subtract(remDiv.multiply(radixToPower)).toInt();
- var digits = intval.toString(radix);
- rem = remDiv;
- if (rem.isZero()) {
- return digits + result;
- } else {
- while (digits.length < 6) {
- digits = '0' + digits;
- }
- result = '' + digits + result;
- }
- }
- };
- Kotlin.Long.prototype.getHighBits = function () {
- return this.high_;
- };
- Kotlin.Long.prototype.getLowBits = function () {
- return this.low_;
- };
- Kotlin.Long.prototype.getLowBitsUnsigned = function () {
- return this.low_ >= 0 ? this.low_ : Kotlin.Long.TWO_PWR_32_DBL_ + this.low_;
- };
- Kotlin.Long.prototype.getNumBitsAbs = function () {
- if (this.isNegative()) {
- if (this.equalsLong(Kotlin.Long.MIN_VALUE)) {
- return 64;
- } else {
- return this.negate().getNumBitsAbs();
- }
- } else {
- var val = this.high_ != 0 ? this.high_ : this.low_;
- for (var bit = 31; bit > 0; bit--) {
- if ((val & 1 << bit) != 0) {
- break;
- }}
- return this.high_ != 0 ? bit + 33 : bit + 1;
- }
- };
- Kotlin.Long.prototype.isZero = function () {
- return this.high_ == 0 && this.low_ == 0;
- };
- Kotlin.Long.prototype.isNegative = function () {
- return this.high_ < 0;
- };
- Kotlin.Long.prototype.isOdd = function () {
- return (this.low_ & 1) == 1;
- };
- Kotlin.Long.prototype.equalsLong = function (other) {
- return this.high_ == other.high_ && this.low_ == other.low_;
- };
- Kotlin.Long.prototype.notEqualsLong = function (other) {
- return this.high_ != other.high_ || this.low_ != other.low_;
- };
- Kotlin.Long.prototype.lessThan = function (other) {
- return this.compare(other) < 0;
- };
- Kotlin.Long.prototype.lessThanOrEqual = function (other) {
- return this.compare(other) <= 0;
- };
- Kotlin.Long.prototype.greaterThan = function (other) {
- return this.compare(other) > 0;
- };
- Kotlin.Long.prototype.greaterThanOrEqual = function (other) {
- return this.compare(other) >= 0;
- };
- Kotlin.Long.prototype.compare = function (other) {
- if (this.equalsLong(other)) {
- return 0;
- }var thisNeg = this.isNegative();
- var otherNeg = other.isNegative();
- if (thisNeg && !otherNeg) {
- return -1;
- }if (!thisNeg && otherNeg) {
- return 1;
- }if (this.subtract(other).isNegative()) {
- return -1;
- } else {
- return 1;
- }
- };
- Kotlin.Long.prototype.negate = function () {
- if (this.equalsLong(Kotlin.Long.MIN_VALUE)) {
- return Kotlin.Long.MIN_VALUE;
- } else {
- return this.not().add(Kotlin.Long.ONE);
- }
- };
- Kotlin.Long.prototype.add = function (other) {
- var a48 = this.high_ >>> 16;
- var a32 = this.high_ & 65535;
- var a16 = this.low_ >>> 16;
- var a00 = this.low_ & 65535;
- var b48 = other.high_ >>> 16;
- var b32 = other.high_ & 65535;
- var b16 = other.low_ >>> 16;
- var b00 = other.low_ & 65535;
- var c48 = 0, c32 = 0, c16 = 0, c00 = 0;
- c00 += a00 + b00;
- c16 += c00 >>> 16;
- c00 &= 65535;
- c16 += a16 + b16;
- c32 += c16 >>> 16;
- c16 &= 65535;
- c32 += a32 + b32;
- c48 += c32 >>> 16;
- c32 &= 65535;
- c48 += a48 + b48;
- c48 &= 65535;
- return Kotlin.Long.fromBits(c16 << 16 | c00, c48 << 16 | c32);
- };
- Kotlin.Long.prototype.subtract = function (other) {
- return this.add(other.negate());
- };
- Kotlin.Long.prototype.multiply = function (other) {
- if (this.isZero()) {
- return Kotlin.Long.ZERO;
- } else if (other.isZero()) {
- return Kotlin.Long.ZERO;
- }if (this.equalsLong(Kotlin.Long.MIN_VALUE)) {
- return other.isOdd() ? Kotlin.Long.MIN_VALUE : Kotlin.Long.ZERO;
- } else if (other.equalsLong(Kotlin.Long.MIN_VALUE)) {
- return this.isOdd() ? Kotlin.Long.MIN_VALUE : Kotlin.Long.ZERO;
- }if (this.isNegative()) {
- if (other.isNegative()) {
- return this.negate().multiply(other.negate());
- } else {
- return this.negate().multiply(other).negate();
- }
- } else if (other.isNegative()) {
- return this.multiply(other.negate()).negate();
- }if (this.lessThan(Kotlin.Long.TWO_PWR_24_) && other.lessThan(Kotlin.Long.TWO_PWR_24_)) {
- return Kotlin.Long.fromNumber(this.toNumber() * other.toNumber());
- }var a48 = this.high_ >>> 16;
- var a32 = this.high_ & 65535;
- var a16 = this.low_ >>> 16;
- var a00 = this.low_ & 65535;
- var b48 = other.high_ >>> 16;
- var b32 = other.high_ & 65535;
- var b16 = other.low_ >>> 16;
- var b00 = other.low_ & 65535;
- var c48 = 0, c32 = 0, c16 = 0, c00 = 0;
- c00 += a00 * b00;
- c16 += c00 >>> 16;
- c00 &= 65535;
- c16 += a16 * b00;
- c32 += c16 >>> 16;
- c16 &= 65535;
- c16 += a00 * b16;
- c32 += c16 >>> 16;
- c16 &= 65535;
- c32 += a32 * b00;
- c48 += c32 >>> 16;
- c32 &= 65535;
- c32 += a16 * b16;
- c48 += c32 >>> 16;
- c32 &= 65535;
- c32 += a00 * b32;
- c48 += c32 >>> 16;
- c32 &= 65535;
- c48 += a48 * b00 + a32 * b16 + a16 * b32 + a00 * b48;
- c48 &= 65535;
- return Kotlin.Long.fromBits(c16 << 16 | c00, c48 << 16 | c32);
- };
- Kotlin.Long.prototype.div = function (other) {
- if (other.isZero()) {
- throw Error('division by zero');
- } else if (this.isZero()) {
- return Kotlin.Long.ZERO;
- }if (this.equalsLong(Kotlin.Long.MIN_VALUE)) {
- if (other.equalsLong(Kotlin.Long.ONE) || other.equalsLong(Kotlin.Long.NEG_ONE)) {
- return Kotlin.Long.MIN_VALUE;
- } else if (other.equalsLong(Kotlin.Long.MIN_VALUE)) {
- return Kotlin.Long.ONE;
- } else {
- var halfThis = this.shiftRight(1);
- var approx = halfThis.div(other).shiftLeft(1);
- if (approx.equalsLong(Kotlin.Long.ZERO)) {
- return other.isNegative() ? Kotlin.Long.ONE : Kotlin.Long.NEG_ONE;
- } else {
- var rem = this.subtract(other.multiply(approx));
- var result = approx.add(rem.div(other));
- return result;
- }
- }
- } else if (other.equalsLong(Kotlin.Long.MIN_VALUE)) {
- return Kotlin.Long.ZERO;
- }if (this.isNegative()) {
- if (other.isNegative()) {
- return this.negate().div(other.negate());
- } else {
- return this.negate().div(other).negate();
- }
- } else if (other.isNegative()) {
- return this.div(other.negate()).negate();
- }var res = Kotlin.Long.ZERO;
- var rem = this;
- while (rem.greaterThanOrEqual(other)) {
- var approx = Math.max(1, Math.floor(rem.toNumber() / other.toNumber()));
- var log2 = Math.ceil(Math.log(approx) / Math.LN2);
- var delta = log2 <= 48 ? 1 : Math.pow(2, log2 - 48);
- var approxRes = Kotlin.Long.fromNumber(approx);
- var approxRem = approxRes.multiply(other);
- while (approxRem.isNegative() || approxRem.greaterThan(rem)) {
- approx -= delta;
- approxRes = Kotlin.Long.fromNumber(approx);
- approxRem = approxRes.multiply(other);
- }
- if (approxRes.isZero()) {
- approxRes = Kotlin.Long.ONE;
- }res = res.add(approxRes);
- rem = rem.subtract(approxRem);
- }
- return res;
- };
- Kotlin.Long.prototype.modulo = function (other) {
- return this.subtract(this.div(other).multiply(other));
- };
- Kotlin.Long.prototype.not = function () {
- return Kotlin.Long.fromBits(~this.low_, ~this.high_);
- };
- Kotlin.Long.prototype.and = function (other) {
- return Kotlin.Long.fromBits(this.low_ & other.low_, this.high_ & other.high_);
- };
- Kotlin.Long.prototype.or = function (other) {
- return Kotlin.Long.fromBits(this.low_ | other.low_, this.high_ | other.high_);
- };
- Kotlin.Long.prototype.xor = function (other) {
- return Kotlin.Long.fromBits(this.low_ ^ other.low_, this.high_ ^ other.high_);
- };
- Kotlin.Long.prototype.shiftLeft = function (numBits) {
- numBits &= 63;
- if (numBits == 0) {
- return this;
- } else {
- var low = this.low_;
- if (numBits < 32) {
- var high = this.high_;
- return Kotlin.Long.fromBits(low << numBits, high << numBits | low >>> 32 - numBits);
- } else {
- return Kotlin.Long.fromBits(0, low << numBits - 32);
- }
- }
- };
- Kotlin.Long.prototype.shiftRight = function (numBits) {
- numBits &= 63;
- if (numBits == 0) {
- return this;
- } else {
- var high = this.high_;
- if (numBits < 32) {
- var low = this.low_;
- return Kotlin.Long.fromBits(low >>> numBits | high << 32 - numBits, high >> numBits);
- } else {
- return Kotlin.Long.fromBits(high >> numBits - 32, high >= 0 ? 0 : -1);
- }
- }
- };
- Kotlin.Long.prototype.shiftRightUnsigned = function (numBits) {
- numBits &= 63;
- if (numBits == 0) {
- return this;
- } else {
- var high = this.high_;
- if (numBits < 32) {
- var low = this.low_;
- return Kotlin.Long.fromBits(low >>> numBits | high << 32 - numBits, high >>> numBits);
- } else if (numBits == 32) {
- return Kotlin.Long.fromBits(high, 0);
- } else {
- return Kotlin.Long.fromBits(high >>> numBits - 32, 0);
- }
- }
- };
- Kotlin.Long.prototype.equals = function (other) {
- return other instanceof Kotlin.Long && this.equalsLong(other);
- };
- Kotlin.Long.prototype.compareTo_11rb$ = Kotlin.Long.prototype.compare;
- Kotlin.Long.prototype.inc = function () {
- return this.add(Kotlin.Long.ONE);
- };
- Kotlin.Long.prototype.dec = function () {
- return this.add(Kotlin.Long.NEG_ONE);
- };
- Kotlin.Long.prototype.valueOf = function () {
- return this.toNumber();
- };
- Kotlin.Long.prototype.unaryPlus = function () {
- return this;
- };
- Kotlin.Long.prototype.unaryMinus = Kotlin.Long.prototype.negate;
- Kotlin.Long.prototype.inv = Kotlin.Long.prototype.not;
- Kotlin.Long.prototype.rangeTo = function (other) {
- return new Kotlin.kotlin.ranges.LongRange(this, other);
- };
- Kotlin.defineModule = function (id, declaration) {
- };
- Kotlin.defineInlineFunction = function (tag, fun) {
- return fun;
- };
- Kotlin.wrapFunction = function (fun) {
- var f = function () {
- f = fun();
- return f.apply(this, arguments);
- };
- return function () {
- return f.apply(this, arguments);
- };
- };
- Kotlin.isTypeOf = function (type) {
- return function (object) {
- return typeof object === type;
- };
- };
- Kotlin.isInstanceOf = function (klass) {
- return function (object) {
- return Kotlin.isType(object, klass);
- };
- };
- Kotlin.orNull = function (fn) {
- return function (object) {
- return object == null || fn(object);
- };
- };
- Kotlin.andPredicate = function (a, b) {
- return function (object) {
- return a(object) && b(object);
- };
- };
- Kotlin.kotlinModuleMetadata = function (abiVersion, moduleName, data) {
- };
- Kotlin.suspendCall = function (value) {
- return value;
- };
- Kotlin.coroutineResult = function (qualifier) {
- throwMarkerError();
- };
- Kotlin.coroutineController = function (qualifier) {
- throwMarkerError();
- };
- Kotlin.coroutineReceiver = function (qualifier) {
- throwMarkerError();
- };
- Kotlin.setCoroutineResult = function (value, qualifier) {
- throwMarkerError();
- };
- Kotlin.getReifiedTypeParameterKType = function (typeParameter) {
- throwMarkerError();
- };
- function throwMarkerError() {
- throw new Error('This marker function should never been called. ' + 'Looks like compiler did not eliminate it properly. ' + 'Please, report an issue if you caught this exception.');
- }
- Kotlin.getFunctionById = function (id, defaultValue) {
- return function () {
- return defaultValue;
- };
- };
- Kotlin.compareTo = function (a, b) {
- var typeA = typeof a;
- if (typeA === 'number') {
- if (typeof b === 'number') {
- return Kotlin.doubleCompareTo(a, b);
- }return Kotlin.primitiveCompareTo(a, b);
- }if (typeA === 'string' || typeA === 'boolean') {
- return Kotlin.primitiveCompareTo(a, b);
- }return a.compareTo_11rb$(b);
- };
- Kotlin.primitiveCompareTo = function (a, b) {
- return a < b ? -1 : a > b ? 1 : 0;
- };
- Kotlin.doubleCompareTo = function (a, b) {
- if (a < b)
- return -1;
- if (a > b)
- return 1;
- if (a === b) {
- if (a !== 0)
- return 0;
- var ia = 1 / a;
- return ia === 1 / b ? 0 : ia < 0 ? -1 : 1;
- }return a !== a ? b !== b ? 0 : 1 : -1;
- };
- Kotlin.charInc = function (value) {
- return Kotlin.toChar(value + 1);
- };
- Kotlin.charDec = function (value) {
- return Kotlin.toChar(value - 1);
- };
- Kotlin.imul = Math.imul || imul;
- Kotlin.imulEmulated = imul;
- function imul(a, b) {
- return (a & 4.29490176E9) * (b & 65535) + (a & 65535) * (b | 0) | 0;
- }
- (function () {
- var buf = new ArrayBuffer(8);
- var bufFloat64 = new Float64Array(buf);
- var bufFloat32 = new Float32Array(buf);
- var bufInt32 = new Int32Array(buf);
- var lowIndex = 0;
- var highIndex = 1;
- bufFloat64[0] = -1;
- if (bufInt32[lowIndex] !== 0) {
- lowIndex = 1;
- highIndex = 0;
- }Kotlin.doubleToBits = function (value) {
- return Kotlin.doubleToRawBits(isNaN(value) ? NaN : value);
- };
- Kotlin.doubleToRawBits = function (value) {
- bufFloat64[0] = value;
- return Kotlin.Long.fromBits(bufInt32[lowIndex], bufInt32[highIndex]);
- };
- Kotlin.doubleFromBits = function (value) {
- bufInt32[lowIndex] = value.low_;
- bufInt32[highIndex] = value.high_;
- return bufFloat64[0];
- };
- Kotlin.floatToBits = function (value) {
- return Kotlin.floatToRawBits(isNaN(value) ? NaN : value);
- };
- Kotlin.floatToRawBits = function (value) {
- bufFloat32[0] = value;
- return bufInt32[0];
- };
- Kotlin.floatFromBits = function (value) {
- bufInt32[0] = value;
- return bufFloat32[0];
- };
- Kotlin.doubleSignBit = function (value) {
- bufFloat64[0] = value;
- return bufInt32[highIndex] & 2.147483648E9;
- };
- Kotlin.numberHashCode = function (obj) {
- if ((obj | 0) === obj) {
- return obj | 0;
- } else {
- bufFloat64[0] = obj;
- return (bufInt32[highIndex] * 31 | 0) + bufInt32[lowIndex] | 0;
- }
- };
- }());
- Kotlin.ensureNotNull = function (x) {
- return x != null ? x : Kotlin.throwNPE();
- };
- if (typeof String.prototype.startsWith === 'undefined') {
- Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
- position = position || 0;
- return this.lastIndexOf(searchString, position) === position;
- }});
- }if (typeof String.prototype.endsWith === 'undefined') {
- Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
- var subjectString = this.toString();
- if (position === undefined || position > subjectString.length) {
- position = subjectString.length;
- }position -= searchString.length;
- var lastIndex = subjectString.indexOf(searchString, position);
- return lastIndex !== -1 && lastIndex === position;
- }});
- }if (typeof Math.sign === 'undefined') {
- Math.sign = function (x) {
- x = +x;
- if (x === 0 || isNaN(x)) {
- return Number(x);
- }return x > 0 ? 1 : -1;
- };
- }if (typeof Math.trunc === 'undefined') {
- Math.trunc = function (x) {
- if (isNaN(x)) {
- return NaN;
- }if (x > 0) {
- return Math.floor(x);
- }return Math.ceil(x);
- };
- }(function () {
- var epsilon = 2.220446049250313E-16;
- var taylor_2_bound = Math.sqrt(epsilon);
- var taylor_n_bound = Math.sqrt(taylor_2_bound);
- var upper_taylor_2_bound = 1 / taylor_2_bound;
- var upper_taylor_n_bound = 1 / taylor_n_bound;
- if (typeof Math.sinh === 'undefined') {
- Math.sinh = function (x) {
- if (Math.abs(x) < taylor_n_bound) {
- var result = x;
- if (Math.abs(x) > taylor_2_bound) {
- result += x * x * x / 6;
- }return result;
- } else {
- var y = Math.exp(x);
- var y1 = 1 / y;
- if (!isFinite(y))
- return Math.exp(x - Math.LN2);
- if (!isFinite(y1))
- return -Math.exp(-x - Math.LN2);
- return (y - y1) / 2;
- }
- };
- }if (typeof Math.cosh === 'undefined') {
- Math.cosh = function (x) {
- var y = Math.exp(x);
- var y1 = 1 / y;
- if (!isFinite(y) || !isFinite(y1))
- return Math.exp(Math.abs(x) - Math.LN2);
- return (y + y1) / 2;
- };
- }if (typeof Math.tanh === 'undefined') {
- Math.tanh = function (x) {
- if (Math.abs(x) < taylor_n_bound) {
- var result = x;
- if (Math.abs(x) > taylor_2_bound) {
- result -= x * x * x / 3;
- }return result;
- } else {
- var a = Math.exp(+x), b = Math.exp(-x);
- return a === Infinity ? 1 : b === Infinity ? -1 : (a - b) / (a + b);
- }
- };
- }if (typeof Math.asinh === 'undefined') {
- var asinh = function (x) {
- if (x >= +taylor_n_bound) {
- if (x > upper_taylor_n_bound) {
- if (x > upper_taylor_2_bound) {
- return Math.log(x) + Math.LN2;
- } else {
- return Math.log(x * 2 + 1 / (x * 2));
- }
- } else {
- return Math.log(x + Math.sqrt(x * x + 1));
- }
- } else if (x <= -taylor_n_bound) {
- return -asinh(-x);
- } else {
- var result = x;
- if (Math.abs(x) >= taylor_2_bound) {
- var x3 = x * x * x;
- result -= x3 / 6;
- }return result;
- }
- };
- Math.asinh = asinh;
- }if (typeof Math.acosh === 'undefined') {
- Math.acosh = function (x) {
- if (x < 1) {
- return NaN;
- } else if (x - 1 >= taylor_n_bound) {
- if (x > upper_taylor_2_bound) {
- return Math.log(x) + Math.LN2;
- } else {
- return Math.log(x + Math.sqrt(x * x - 1));
- }
- } else {
- var y = Math.sqrt(x - 1);
- var result = y;
- if (y >= taylor_2_bound) {
- var y3 = y * y * y;
- result -= y3 / 12;
- }return Math.sqrt(2) * result;
- }
- };
- }if (typeof Math.atanh === 'undefined') {
- Math.atanh = function (x) {
- if (Math.abs(x) < taylor_n_bound) {
- var result = x;
- if (Math.abs(x) > taylor_2_bound) {
- result += x * x * x / 3;
- }return result;
- }return Math.log((1 + x) / (1 - x)) / 2;
- };
- }if (typeof Math.log1p === 'undefined') {
- Math.log1p = function (x) {
- if (Math.abs(x) < taylor_n_bound) {
- var x2 = x * x;
- var x3 = x2 * x;
- var x4 = x3 * x;
- return -x4 / 4 + x3 / 3 - x2 / 2 + x;
- }return Math.log(x + 1);
- };
- }if (typeof Math.expm1 === 'undefined') {
- Math.expm1 = function (x) {
- if (Math.abs(x) < taylor_n_bound) {
- var x2 = x * x;
- var x3 = x2 * x;
- var x4 = x3 * x;
- return x4 / 24 + x3 / 6 + x2 / 2 + x;
- }return Math.exp(x) - 1;
- };
- }}());
- if (typeof Math.hypot === 'undefined') {
- Math.hypot = function () {
- var y = 0;
- var length = arguments.length;
- for (var i = 0; i < length; i++) {
- if (arguments[i] === Infinity || arguments[i] === -Infinity) {
- return Infinity;
- }y += arguments[i] * arguments[i];
- }
- return Math.sqrt(y);
- };
- }if (typeof Math.log10 === 'undefined') {
- Math.log10 = function (x) {
- return Math.log(x) * Math.LOG10E;
- };
- }if (typeof Math.log2 === 'undefined') {
- Math.log2 = function (x) {
- return Math.log(x) * Math.LOG2E;
- };
- }if (typeof Math.clz32 === 'undefined') {
- Math.clz32 = function (log, LN2) {
- return function (x) {
- var asUint = x >>> 0;
- if (asUint === 0) {
- return 32;
- }return 31 - (log(asUint) / LN2 | 0) | 0;
- };
- }(Math.log, Math.LN2);
- }if (typeof ArrayBuffer.isView === 'undefined') {
- ArrayBuffer.isView = function (a) {
- return a != null && a.__proto__ != null && a.__proto__.__proto__ === Int8Array.prototype.__proto__;
- };
- }if (typeof Array.prototype.fill === 'undefined') {
- Object.defineProperty(Array.prototype, 'fill', {value: function (value) {
- if (this == null) {
- throw new TypeError('this is null or not defined');
- }var O = Object(this);
- var len = O.length >>> 0;
- var start = arguments[1];
- var relativeStart = start >> 0;
- var k = relativeStart < 0 ? Math.max(len + relativeStart, 0) : Math.min(relativeStart, len);
- var end = arguments[2];
- var relativeEnd = end === undefined ? len : end >> 0;
- var finalValue = relativeEnd < 0 ? Math.max(len + relativeEnd, 0) : Math.min(relativeEnd, len);
- while (k < finalValue) {
- O[k] = value;
- k++;
- }
- return O;
- }});
- }(function () {
- function normalizeOffset(offset, length) {
- if (offset < 0)
- return Math.max(0, offset + length);
- return Math.min(offset, length);
- }
- function typedArraySlice(begin, end) {
- if (typeof end === 'undefined') {
- end = this.length;
- }begin = normalizeOffset(begin || 0, this.length);
- end = Math.max(begin, normalizeOffset(end, this.length));
- return new this.constructor(this.subarray(begin, end));
- }
- var arrays = [Int8Array, Int16Array, Uint16Array, Int32Array, Float32Array, Float64Array];
- for (var i = 0; i < arrays.length; ++i) {
- var TypedArray = arrays[i];
- if (typeof TypedArray.prototype.fill === 'undefined') {
- Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
- }if (typeof TypedArray.prototype.slice === 'undefined') {
- Object.defineProperty(TypedArray.prototype, 'slice', {value: typedArraySlice});
- }}
- try {
- (function () {
- }.apply(null, new Int32Array(0)));
- } catch (e) {
- var apply = Function.prototype.apply;
- Object.defineProperty(Function.prototype, 'apply', {value: function (self, array) {
- return apply.call(this, self, [].slice.call(array));
- }});
- }
- for (var i = 0; i < arrays.length; ++i) {
- var TypedArray = arrays[i];
- if (typeof TypedArray.prototype.map === 'undefined') {
- Object.defineProperty(TypedArray.prototype, 'map', {value: function (callback, self) {
- return [].slice.call(this).map(callback, self);
- }});
- }}
- var totalOrderComparator = function (a, b) {
- if (a < b)
- return -1;
- if (a > b)
- return 1;
- if (a === b) {
- if (a !== 0)
- return 0;
- var ia = 1 / a;
- return ia === 1 / b ? 0 : ia < 0 ? -1 : 1;
- }return a !== a ? b !== b ? 0 : 1 : -1;
- };
- for (var i = 0; i < arrays.length; ++i) {
- var TypedArray = arrays[i];
- if (typeof TypedArray.prototype.sort === 'undefined') {
- Object.defineProperty(TypedArray.prototype, 'sort', {value: function (compareFunction) {
- return Array.prototype.sort.call(this, compareFunction || totalOrderComparator);
- }});
- }}
- }());
- Kotlin.Kind = {CLASS: 'class', INTERFACE: 'interface', OBJECT: 'object'};
- Kotlin.callGetter = function (thisObject, klass, propertyName) {
- var propertyDescriptor = Object.getOwnPropertyDescriptor(klass, propertyName);
- if (propertyDescriptor != null && propertyDescriptor.get != null) {
- return propertyDescriptor.get.call(thisObject);
- }propertyDescriptor = Object.getOwnPropertyDescriptor(thisObject, propertyName);
- if (propertyDescriptor != null && 'value' in propertyDescriptor) {
- return thisObject[propertyName];
- }return Kotlin.callGetter(thisObject, Object.getPrototypeOf(klass), propertyName);
- };
- Kotlin.callSetter = function (thisObject, klass, propertyName, value) {
- var propertyDescriptor = Object.getOwnPropertyDescriptor(klass, propertyName);
- if (propertyDescriptor != null && propertyDescriptor.set != null) {
- propertyDescriptor.set.call(thisObject, value);
- return;
- }propertyDescriptor = Object.getOwnPropertyDescriptor(thisObject, propertyName);
- if (propertyDescriptor != null && 'value' in propertyDescriptor) {
- thisObject[propertyName] = value;
- return;
- }Kotlin.callSetter(thisObject, Object.getPrototypeOf(klass), propertyName, value);
- };
- function isInheritanceFromInterface(ctor, iface) {
- if (ctor === iface)
- return true;
- var metadata = ctor.$metadata$;
- if (metadata != null) {
- var interfaces = metadata.interfaces;
- for (var i = 0; i < interfaces.length; i++) {
- if (isInheritanceFromInterface(interfaces[i], iface)) {
- return true;
- }}
- }var superPrototype = ctor.prototype != null ? Object.getPrototypeOf(ctor.prototype) : null;
- var superConstructor = superPrototype != null ? superPrototype.constructor : null;
- return superConstructor != null && isInheritanceFromInterface(superConstructor, iface);
- }
- Kotlin.isType = function (object, klass) {
- if (klass === Object) {
- switch (typeof object) {
- case 'string':
- case 'number':
- case 'boolean':
- case 'function':
- return true;
- default:return object instanceof Object;
- }
- }if (object == null || klass == null || (typeof object !== 'object' && typeof object !== 'function')) {
- return false;
- }if (typeof klass === 'function' && object instanceof klass) {
- return true;
- }var proto = Object.getPrototypeOf(klass);
- var constructor = proto != null ? proto.constructor : null;
- if (constructor != null && '$metadata$' in constructor) {
- var metadata = constructor.$metadata$;
- if (metadata.kind === Kotlin.Kind.OBJECT) {
- return object === klass;
- }}var klassMetadata = klass.$metadata$;
- if (klassMetadata == null) {
- return object instanceof klass;
- }if (klassMetadata.kind === Kotlin.Kind.INTERFACE && object.constructor != null) {
- return isInheritanceFromInterface(object.constructor, klass);
- }return false;
- };
- Kotlin.isNumber = function (a) {
- return typeof a == 'number' || a instanceof Kotlin.Long;
- };
- Kotlin.isChar = function (value) {
- return value instanceof Kotlin.BoxedChar;
- };
- Kotlin.isComparable = function (value) {
- var type = typeof value;
- return type === 'string' || type === 'boolean' || Kotlin.isNumber(value) || Kotlin.isType(value, Kotlin.kotlin.Comparable);
- };
- Kotlin.isCharSequence = function (value) {
- return typeof value === 'string' || Kotlin.isType(value, Kotlin.kotlin.CharSequence);
- };
- (function() {
- 'use strict';
- var Kind_INTERFACE = Kotlin.Kind.INTERFACE;
- var Kind_OBJECT = Kotlin.Kind.OBJECT;
- var Kind_CLASS = Kotlin.Kind.CLASS;
- var defineInlineFunction = Kotlin.defineInlineFunction;
- var wrapFunction = Kotlin.wrapFunction;
- var equals = Kotlin.equals;
- var L0 = Kotlin.Long.ZERO;
- function Comparable() {
- }
- Comparable.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Comparable', interfaces: []};
- function Enum() {
- Enum$Companion_getInstance();
- this.name$ = '';
- this.ordinal$ = 0;
- }
- Object.defineProperty(Enum.prototype, 'name', {configurable: true, get: function () {
- return this.name$;
- }});
- Object.defineProperty(Enum.prototype, 'ordinal', {configurable: true, get: function () {
- return this.ordinal$;
- }});
- Enum.prototype.compareTo_11rb$ = function (other) {
- return Kotlin.primitiveCompareTo(this.ordinal, other.ordinal);
- };
- Enum.prototype.equals = function (other) {
- return this === other;
- };
- Enum.prototype.hashCode = function () {
- return Kotlin.identityHashCode(this);
- };
- Enum.prototype.toString = function () {
- return this.name;
- };
- function Enum$Companion() {
- Enum$Companion_instance = this;
- }
- Enum$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var Enum$Companion_instance = null;
- function Enum$Companion_getInstance() {
- if (Enum$Companion_instance === null) {
- new Enum$Companion();
- }return Enum$Companion_instance;
- }
- Enum.$metadata$ = {kind: Kind_CLASS, simpleName: 'Enum', interfaces: [Comparable]};
- function newArray(size, initValue) {
- return fillArrayVal(Array(size), initValue);
- }
- var arrayWithFun = defineInlineFunction('kotlin.newArrayF', wrapFunction(function () {
- var Array_0 = Array;
- return function (size, init) {
- var array = Array_0(size);
- var tmp$;
- tmp$ = array.length - 1 | 0;
- for (var i = 0; i <= tmp$; i++) {
- array[i] = init(i);
- }
- return array;
- };
- }));
- var fillArrayFun = defineInlineFunction('kotlin.fillArray', function (array, init) {
- var tmp$;
- tmp$ = array.length - 1 | 0;
- for (var i = 0; i <= tmp$; i++) {
- array[i] = init(i);
- }
- return array;
- });
- function booleanArray(size, init) {
- var tmp$;
- var result = Array(size);
- result.$type$ = 'BooleanArray';
- if (init == null || equals(init, true))
- tmp$ = fillArrayVal(result, false);
- else if (equals(init, false))
- tmp$ = result;
- else {
- var tmp$_0;
- tmp$_0 = result.length - 1 | 0;
- for (var i = 0; i <= tmp$_0; i++) {
- result[i] = init(i);
- }
- tmp$ = result;
- }
- return tmp$;
- }
- var booleanArrayWithFun = defineInlineFunction('kotlin.booleanArrayF', wrapFunction(function () {
- var booleanArray = _.booleanArray;
- return function (size, init) {
- var array = booleanArray(size, false);
- var tmp$;
- tmp$ = array.length - 1 | 0;
- for (var i = 0; i <= tmp$; i++) {
- array[i] = init(i);
- }
- return array;
- };
- }));
- function charArray(size, init) {
- var tmp$;
- var result = new Uint16Array(size);
- result.$type$ = 'CharArray';
- if (init == null || equals(init, true) || equals(init, false))
- tmp$ = result;
- else {
- var tmp$_0;
- tmp$_0 = result.length - 1 | 0;
- for (var i = 0; i <= tmp$_0; i++) {
- result[i] = init(i);
- }
- tmp$ = result;
- }
- return tmp$;
- }
- var charArrayWithFun = defineInlineFunction('kotlin.charArrayF', wrapFunction(function () {
- var charArray = _.charArray;
- var unboxChar = Kotlin.unboxChar;
- return function (size, init) {
- var tmp$;
- var array = charArray(size, null);
- tmp$ = array.length - 1 | 0;
- for (var i = 0; i <= tmp$; i++) {
- var value = unboxChar(init(i));
- array[i] = value;
- }
- return array;
- };
- }));
- var untypedCharArrayWithFun = defineInlineFunction('kotlin.untypedCharArrayF', wrapFunction(function () {
- var Array_0 = Array;
- var unboxChar = Kotlin.unboxChar;
- return function (size, init) {
- var tmp$;
- var array = Array_0(size);
- tmp$ = array.length - 1 | 0;
- for (var i = 0; i <= tmp$; i++) {
- var value = unboxChar(init(i));
- array[i] = value;
- }
- return array;
- };
- }));
- function longArray(size, init) {
- var tmp$;
- var result = Array(size);
- result.$type$ = 'LongArray';
- if (init == null || equals(init, true))
- tmp$ = fillArrayVal(result, L0);
- else if (equals(init, false))
- tmp$ = result;
- else {
- var tmp$_0;
- tmp$_0 = result.length - 1 | 0;
- for (var i = 0; i <= tmp$_0; i++) {
- result[i] = init(i);
- }
- tmp$ = result;
- }
- return tmp$;
- }
- var longArrayWithFun = defineInlineFunction('kotlin.longArrayF', wrapFunction(function () {
- var longArray = _.longArray;
- return function (size, init) {
- var array = longArray(size, false);
- var tmp$;
- tmp$ = array.length - 1 | 0;
- for (var i = 0; i <= tmp$; i++) {
- array[i] = init(i);
- }
- return array;
- };
- }));
- function fillArrayVal(array, initValue) {
- var tmp$;
- tmp$ = array.length - 1 | 0;
- for (var i = 0; i <= tmp$; i++) {
- array[i] = initValue;
- }
- return array;
- }
- function DoubleCompanionObject() {
- DoubleCompanionObject_instance = this;
- this.MIN_VALUE = 4.9E-324;
- this.MAX_VALUE = 1.7976931348623157E308;
- this.POSITIVE_INFINITY = 1.0 / 0.0;
- this.NEGATIVE_INFINITY = -1.0 / 0.0;
- this.NaN = -(0.0 / 0.0);
- this.SIZE_BYTES = 8;
- this.SIZE_BITS = 64;
- }
- DoubleCompanionObject.$metadata$ = {kind: Kind_OBJECT, simpleName: 'DoubleCompanionObject', interfaces: []};
- var DoubleCompanionObject_instance = null;
- function DoubleCompanionObject_getInstance() {
- if (DoubleCompanionObject_instance === null) {
- new DoubleCompanionObject();
- }return DoubleCompanionObject_instance;
- }
- function FloatCompanionObject() {
- FloatCompanionObject_instance = this;
- this.MIN_VALUE = 1.4E-45;
- this.MAX_VALUE = 3.4028235E38;
- this.POSITIVE_INFINITY = 1.0 / 0.0;
- this.NEGATIVE_INFINITY = -1.0 / 0.0;
- this.NaN = -(0.0 / 0.0);
- this.SIZE_BYTES = 4;
- this.SIZE_BITS = 32;
- }
- FloatCompanionObject.$metadata$ = {kind: Kind_OBJECT, simpleName: 'FloatCompanionObject', interfaces: []};
- var FloatCompanionObject_instance = null;
- function FloatCompanionObject_getInstance() {
- if (FloatCompanionObject_instance === null) {
- new FloatCompanionObject();
- }return FloatCompanionObject_instance;
- }
- function IntCompanionObject() {
- IntCompanionObject_instance = this;
- this.MIN_VALUE = -2147483648;
- this.MAX_VALUE = 2147483647;
- this.SIZE_BYTES = 4;
- this.SIZE_BITS = 32;
- }
- IntCompanionObject.$metadata$ = {kind: Kind_OBJECT, simpleName: 'IntCompanionObject', interfaces: []};
- var IntCompanionObject_instance = null;
- function IntCompanionObject_getInstance() {
- if (IntCompanionObject_instance === null) {
- new IntCompanionObject();
- }return IntCompanionObject_instance;
- }
- function LongCompanionObject() {
- LongCompanionObject_instance = this;
- this.MIN_VALUE = Kotlin.Long.MIN_VALUE;
- this.MAX_VALUE = Kotlin.Long.MAX_VALUE;
- this.SIZE_BYTES = 8;
- this.SIZE_BITS = 64;
- }
- LongCompanionObject.$metadata$ = {kind: Kind_OBJECT, simpleName: 'LongCompanionObject', interfaces: []};
- var LongCompanionObject_instance = null;
- function LongCompanionObject_getInstance() {
- if (LongCompanionObject_instance === null) {
- new LongCompanionObject();
- }return LongCompanionObject_instance;
- }
- function ShortCompanionObject() {
- ShortCompanionObject_instance = this;
- this.MIN_VALUE = -32768 | 0;
- this.MAX_VALUE = 32767;
- this.SIZE_BYTES = 2;
- this.SIZE_BITS = 16;
- }
- ShortCompanionObject.$metadata$ = {kind: Kind_OBJECT, simpleName: 'ShortCompanionObject', interfaces: []};
- var ShortCompanionObject_instance = null;
- function ShortCompanionObject_getInstance() {
- if (ShortCompanionObject_instance === null) {
- new ShortCompanionObject();
- }return ShortCompanionObject_instance;
- }
- function ByteCompanionObject() {
- ByteCompanionObject_instance = this;
- this.MIN_VALUE = -128 | 0;
- this.MAX_VALUE = 127;
- this.SIZE_BYTES = 1;
- this.SIZE_BITS = 8;
- }
- ByteCompanionObject.$metadata$ = {kind: Kind_OBJECT, simpleName: 'ByteCompanionObject', interfaces: []};
- var ByteCompanionObject_instance = null;
- function ByteCompanionObject_getInstance() {
- if (ByteCompanionObject_instance === null) {
- new ByteCompanionObject();
- }return ByteCompanionObject_instance;
- }
- function CharCompanionObject() {
- CharCompanionObject_instance = this;
- this.MIN_VALUE = 0;
- this.MAX_VALUE = 65535;
- this.MIN_HIGH_SURROGATE = 55296;
- this.MAX_HIGH_SURROGATE = 56319;
- this.MIN_LOW_SURROGATE = 56320;
- this.MAX_LOW_SURROGATE = 57343;
- this.MIN_SURROGATE = this.MIN_HIGH_SURROGATE;
- this.MAX_SURROGATE = this.MAX_LOW_SURROGATE;
- this.SIZE_BYTES = 2;
- this.SIZE_BITS = 16;
- }
- CharCompanionObject.$metadata$ = {kind: Kind_OBJECT, simpleName: 'CharCompanionObject', interfaces: []};
- var CharCompanionObject_instance = null;
- function CharCompanionObject_getInstance() {
- if (CharCompanionObject_instance === null) {
- new CharCompanionObject();
- }return CharCompanionObject_instance;
- }
- function StringCompanionObject() {
- StringCompanionObject_instance = this;
- }
- StringCompanionObject.$metadata$ = {kind: Kind_OBJECT, simpleName: 'StringCompanionObject', interfaces: []};
- var StringCompanionObject_instance = null;
- function StringCompanionObject_getInstance() {
- if (StringCompanionObject_instance === null) {
- new StringCompanionObject();
- }return StringCompanionObject_instance;
- }
- function BooleanCompanionObject() {
- BooleanCompanionObject_instance = this;
- }
- BooleanCompanionObject.$metadata$ = {kind: Kind_OBJECT, simpleName: 'BooleanCompanionObject', interfaces: []};
- var BooleanCompanionObject_instance = null;
- function BooleanCompanionObject_getInstance() {
- if (BooleanCompanionObject_instance === null) {
- new BooleanCompanionObject();
- }return BooleanCompanionObject_instance;
- }
- var package$kotlin = _.kotlin || (_.kotlin = {});
- package$kotlin.Comparable = Comparable;
- Object.defineProperty(Enum, 'Companion', {get: Enum$Companion_getInstance});
- package$kotlin.Enum = Enum;
- _.newArray = newArray;
- _.fillArray = fillArrayFun;
- _.newArrayF = arrayWithFun;
- _.booleanArray = booleanArray;
- _.booleanArrayF = booleanArrayWithFun;
- _.charArray = charArray;
- _.charArrayF = charArrayWithFun;
- _.untypedCharArrayF = untypedCharArrayWithFun;
- _.longArray = longArray;
- _.longArrayF = longArrayWithFun;
- var package$js = package$kotlin.js || (package$kotlin.js = {});
- var package$internal = package$js.internal || (package$js.internal = {});
- Object.defineProperty(package$internal, 'DoubleCompanionObject', {get: DoubleCompanionObject_getInstance});
- Object.defineProperty(package$internal, 'FloatCompanionObject', {get: FloatCompanionObject_getInstance});
- Object.defineProperty(package$internal, 'IntCompanionObject', {get: IntCompanionObject_getInstance});
- Object.defineProperty(package$internal, 'LongCompanionObject', {get: LongCompanionObject_getInstance});
- Object.defineProperty(package$internal, 'ShortCompanionObject', {get: ShortCompanionObject_getInstance});
- Object.defineProperty(package$internal, 'ByteCompanionObject', {get: ByteCompanionObject_getInstance});
- Object.defineProperty(package$internal, 'CharCompanionObject', {get: CharCompanionObject_getInstance});
- Object.defineProperty(package$internal, 'StringCompanionObject', {get: StringCompanionObject_getInstance});
- Object.defineProperty(package$internal, 'BooleanCompanionObject', {get: BooleanCompanionObject_getInstance});
- Kotlin.defineModule('kotlin', _);
-
- }());
- (function() {
- 'use strict';
- var defineInlineFunction = Kotlin.defineInlineFunction;
- var wrapFunction = Kotlin.wrapFunction;
- var equals = Kotlin.equals;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var sort = Kotlin.primitiveArraySort;
- var kotlin_js_internal_DoubleCompanionObject = Kotlin.kotlin.js.internal.DoubleCompanionObject;
- var L0 = Kotlin.Long.ZERO;
- var Math_0 = Math;
- var Kind_CLASS = Kotlin.Kind.CLASS;
- var toChar = Kotlin.toChar;
- var L_1 = Kotlin.Long.NEG_ONE;
- var toByte = Kotlin.toByte;
- var L_128 = Kotlin.Long.fromInt(-128);
- var L127 = Kotlin.Long.fromInt(127);
- var kotlin_js_internal_ByteCompanionObject = Kotlin.kotlin.js.internal.ByteCompanionObject;
- var numberToInt = Kotlin.numberToInt;
- var L_2147483648 = Kotlin.Long.fromInt(-2147483648);
- var L2147483647 = Kotlin.Long.fromInt(2147483647);
- var Long$Companion$MIN_VALUE = Kotlin.Long.MIN_VALUE;
- var Long$Companion$MAX_VALUE = Kotlin.Long.MAX_VALUE;
- var toShort = Kotlin.toShort;
- var L_32768 = Kotlin.Long.fromInt(-32768);
- var L32767 = Kotlin.Long.fromInt(32767);
- var kotlin_js_internal_ShortCompanionObject = Kotlin.kotlin.js.internal.ShortCompanionObject;
- var toString = Kotlin.toString;
- var getCallableRef = Kotlin.getCallableRef;
- var contentEquals = Kotlin.arrayEquals;
- var contentHashCode = Kotlin.arrayHashCode;
- var L255 = Kotlin.Long.fromInt(255);
- var L4294967295 = new Kotlin.Long(-1, 0);
- var L65535 = Kotlin.Long.fromInt(65535);
- var Kind_INTERFACE = Kotlin.Kind.INTERFACE;
- var Kind_OBJECT = Kotlin.Kind.OBJECT;
- var L1 = Kotlin.Long.ONE;
- var Enum = Kotlin.kotlin.Enum;
- var Comparable = Kotlin.kotlin.Comparable;
- var ensureNotNull = Kotlin.ensureNotNull;
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- var Throwable = Error;
- var contentDeepEquals = Kotlin.arrayDeepEquals;
- var contentDeepHashCode = Kotlin.arrayDeepHashCode;
- var contentDeepToString = Kotlin.arrayDeepToString;
- var contentToString = Kotlin.arrayToString;
- var hashCode = Kotlin.hashCode;
- var toRawBits = Kotlin.doubleToRawBits;
- var kotlin_js_internal_FloatCompanionObject = Kotlin.kotlin.js.internal.FloatCompanionObject;
- var kotlin_js_internal_CharCompanionObject = Kotlin.kotlin.js.internal.CharCompanionObject;
- var L_7390468764508069838 = new Kotlin.Long(-1478467534, -1720727600);
- var L8246714829545688274 = new Kotlin.Long(-888910638, 1920087921);
- var L3406603774387020532 = new Kotlin.Long(1993859828, 793161749);
- var DeprecationLevel = Kotlin.kotlin.DeprecationLevel;
- var L_9223372036854775807 = new Kotlin.Long(1, -2147483648);
- var L_256204778801521550 = new Kotlin.Long(1908874354, -59652324);
- var SuspendFunction2 = Function;
- var L2047 = Kotlin.Long.fromInt(2047);
- Exception.prototype = Object.create(Throwable.prototype);
- Exception.prototype.constructor = Exception;
- RuntimeException.prototype = Object.create(Exception.prototype);
- RuntimeException.prototype.constructor = RuntimeException;
- KotlinNothingValueException.prototype = Object.create(RuntimeException.prototype);
- KotlinNothingValueException.prototype.constructor = KotlinNothingValueException;
- CharProgressionIterator.prototype = Object.create(CharIterator.prototype);
- CharProgressionIterator.prototype.constructor = CharProgressionIterator;
- IntProgressionIterator.prototype = Object.create(IntIterator.prototype);
- IntProgressionIterator.prototype.constructor = IntProgressionIterator;
- LongProgressionIterator.prototype = Object.create(LongIterator.prototype);
- LongProgressionIterator.prototype.constructor = LongProgressionIterator;
- CharRange.prototype = Object.create(CharProgression.prototype);
- CharRange.prototype.constructor = CharRange;
- IntRange.prototype = Object.create(IntProgression.prototype);
- IntRange.prototype.constructor = IntRange;
- LongRange.prototype = Object.create(LongProgression.prototype);
- LongRange.prototype.constructor = LongRange;
- AnnotationTarget.prototype = Object.create(Enum.prototype);
- AnnotationTarget.prototype.constructor = AnnotationTarget;
- AnnotationRetention.prototype = Object.create(Enum.prototype);
- AnnotationRetention.prototype.constructor = AnnotationRetention;
- booleanArrayIterator$ObjectLiteral.prototype = Object.create(BooleanIterator.prototype);
- booleanArrayIterator$ObjectLiteral.prototype.constructor = booleanArrayIterator$ObjectLiteral;
- byteArrayIterator$ObjectLiteral.prototype = Object.create(ByteIterator.prototype);
- byteArrayIterator$ObjectLiteral.prototype.constructor = byteArrayIterator$ObjectLiteral;
- shortArrayIterator$ObjectLiteral.prototype = Object.create(ShortIterator.prototype);
- shortArrayIterator$ObjectLiteral.prototype.constructor = shortArrayIterator$ObjectLiteral;
- charArrayIterator$ObjectLiteral.prototype = Object.create(CharIterator.prototype);
- charArrayIterator$ObjectLiteral.prototype.constructor = charArrayIterator$ObjectLiteral;
- intArrayIterator$ObjectLiteral.prototype = Object.create(IntIterator.prototype);
- intArrayIterator$ObjectLiteral.prototype.constructor = intArrayIterator$ObjectLiteral;
- floatArrayIterator$ObjectLiteral.prototype = Object.create(FloatIterator.prototype);
- floatArrayIterator$ObjectLiteral.prototype.constructor = floatArrayIterator$ObjectLiteral;
- doubleArrayIterator$ObjectLiteral.prototype = Object.create(DoubleIterator.prototype);
- doubleArrayIterator$ObjectLiteral.prototype.constructor = doubleArrayIterator$ObjectLiteral;
- longArrayIterator$ObjectLiteral.prototype = Object.create(LongIterator.prototype);
- longArrayIterator$ObjectLiteral.prototype.constructor = longArrayIterator$ObjectLiteral;
- Error_0.prototype = Object.create(Throwable.prototype);
- Error_0.prototype.constructor = Error_0;
- IllegalArgumentException.prototype = Object.create(RuntimeException.prototype);
- IllegalArgumentException.prototype.constructor = IllegalArgumentException;
- IllegalStateException.prototype = Object.create(RuntimeException.prototype);
- IllegalStateException.prototype.constructor = IllegalStateException;
- IndexOutOfBoundsException.prototype = Object.create(RuntimeException.prototype);
- IndexOutOfBoundsException.prototype.constructor = IndexOutOfBoundsException;
- ConcurrentModificationException.prototype = Object.create(RuntimeException.prototype);
- ConcurrentModificationException.prototype.constructor = ConcurrentModificationException;
- UnsupportedOperationException.prototype = Object.create(RuntimeException.prototype);
- UnsupportedOperationException.prototype.constructor = UnsupportedOperationException;
- NumberFormatException.prototype = Object.create(IllegalArgumentException.prototype);
- NumberFormatException.prototype.constructor = NumberFormatException;
- NullPointerException.prototype = Object.create(RuntimeException.prototype);
- NullPointerException.prototype.constructor = NullPointerException;
- ClassCastException.prototype = Object.create(RuntimeException.prototype);
- ClassCastException.prototype.constructor = ClassCastException;
- AssertionError.prototype = Object.create(Error_0.prototype);
- AssertionError.prototype.constructor = AssertionError;
- NoSuchElementException.prototype = Object.create(RuntimeException.prototype);
- NoSuchElementException.prototype.constructor = NoSuchElementException;
- ArithmeticException.prototype = Object.create(RuntimeException.prototype);
- ArithmeticException.prototype.constructor = ArithmeticException;
- NoWhenBranchMatchedException.prototype = Object.create(RuntimeException.prototype);
- NoWhenBranchMatchedException.prototype.constructor = NoWhenBranchMatchedException;
- UninitializedPropertyAccessException.prototype = Object.create(RuntimeException.prototype);
- UninitializedPropertyAccessException.prototype.constructor = UninitializedPropertyAccessException;
- AbstractList.prototype = Object.create(AbstractCollection.prototype);
- AbstractList.prototype.constructor = AbstractList;
- asList$ObjectLiteral.prototype = Object.create(AbstractList.prototype);
- asList$ObjectLiteral.prototype.constructor = asList$ObjectLiteral;
- asList$ObjectLiteral_0.prototype = Object.create(AbstractList.prototype);
- asList$ObjectLiteral_0.prototype.constructor = asList$ObjectLiteral_0;
- asList$ObjectLiteral_1.prototype = Object.create(AbstractList.prototype);
- asList$ObjectLiteral_1.prototype.constructor = asList$ObjectLiteral_1;
- asList$ObjectLiteral_2.prototype = Object.create(AbstractList.prototype);
- asList$ObjectLiteral_2.prototype.constructor = asList$ObjectLiteral_2;
- asList$ObjectLiteral_3.prototype = Object.create(AbstractList.prototype);
- asList$ObjectLiteral_3.prototype.constructor = asList$ObjectLiteral_3;
- AbstractMutableCollection.prototype = Object.create(AbstractCollection.prototype);
- AbstractMutableCollection.prototype.constructor = AbstractMutableCollection;
- AbstractMutableList$ListIteratorImpl.prototype = Object.create(AbstractMutableList$IteratorImpl.prototype);
- AbstractMutableList$ListIteratorImpl.prototype.constructor = AbstractMutableList$ListIteratorImpl;
- AbstractMutableList.prototype = Object.create(AbstractMutableCollection.prototype);
- AbstractMutableList.prototype.constructor = AbstractMutableList;
- AbstractMutableList$SubList.prototype = Object.create(AbstractMutableList.prototype);
- AbstractMutableList$SubList.prototype.constructor = AbstractMutableList$SubList;
- AbstractMutableSet.prototype = Object.create(AbstractMutableCollection.prototype);
- AbstractMutableSet.prototype.constructor = AbstractMutableSet;
- AbstractMutableMap$AbstractEntrySet.prototype = Object.create(AbstractMutableSet.prototype);
- AbstractMutableMap$AbstractEntrySet.prototype.constructor = AbstractMutableMap$AbstractEntrySet;
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral.prototype = Object.create(AbstractMutableSet.prototype);
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral.prototype.constructor = AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral;
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral.prototype = Object.create(AbstractMutableCollection.prototype);
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral.prototype.constructor = AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral;
- AbstractMutableMap.prototype = Object.create(AbstractMap.prototype);
- AbstractMutableMap.prototype.constructor = AbstractMutableMap;
- ArrayList.prototype = Object.create(AbstractMutableList.prototype);
- ArrayList.prototype.constructor = ArrayList;
- HashMap$EntrySet.prototype = Object.create(AbstractMutableMap$AbstractEntrySet.prototype);
- HashMap$EntrySet.prototype.constructor = HashMap$EntrySet;
- HashMap.prototype = Object.create(AbstractMutableMap.prototype);
- HashMap.prototype.constructor = HashMap;
- HashSet.prototype = Object.create(AbstractMutableSet.prototype);
- HashSet.prototype.constructor = HashSet;
- LinkedHashMap$ChainEntry.prototype = Object.create(AbstractMutableMap$SimpleEntry.prototype);
- LinkedHashMap$ChainEntry.prototype.constructor = LinkedHashMap$ChainEntry;
- LinkedHashMap$EntrySet.prototype = Object.create(AbstractMutableMap$AbstractEntrySet.prototype);
- LinkedHashMap$EntrySet.prototype.constructor = LinkedHashMap$EntrySet;
- LinkedHashMap.prototype = Object.create(HashMap.prototype);
- LinkedHashMap.prototype.constructor = LinkedHashMap;
- LinkedHashSet.prototype = Object.create(HashSet.prototype);
- LinkedHashSet.prototype.constructor = LinkedHashSet;
- NodeJsOutput.prototype = Object.create(BaseOutput.prototype);
- NodeJsOutput.prototype.constructor = NodeJsOutput;
- OutputToConsoleLog.prototype = Object.create(BaseOutput.prototype);
- OutputToConsoleLog.prototype.constructor = OutputToConsoleLog;
- BufferedOutput.prototype = Object.create(BaseOutput.prototype);
- BufferedOutput.prototype.constructor = BufferedOutput;
- BufferedOutputToConsoleLog.prototype = Object.create(BufferedOutput.prototype);
- BufferedOutputToConsoleLog.prototype.constructor = BufferedOutputToConsoleLog;
- CancellationException.prototype = Object.create(IllegalStateException.prototype);
- CancellationException.prototype.constructor = CancellationException;
- asList$ObjectLiteral_4.prototype = Object.create(AbstractList.prototype);
- asList$ObjectLiteral_4.prototype.constructor = asList$ObjectLiteral_4;
- SimpleKClassImpl.prototype = Object.create(KClassImpl.prototype);
- SimpleKClassImpl.prototype.constructor = SimpleKClassImpl;
- PrimitiveKClassImpl.prototype = Object.create(KClassImpl.prototype);
- PrimitiveKClassImpl.prototype.constructor = PrimitiveKClassImpl;
- NothingKClassImpl.prototype = Object.create(KClassImpl.prototype);
- NothingKClassImpl.prototype.constructor = NothingKClassImpl;
- CharacterCodingException.prototype = Object.create(Exception.prototype);
- CharacterCodingException.prototype.constructor = CharacterCodingException;
- RegexOption.prototype = Object.create(Enum.prototype);
- RegexOption.prototype.constructor = RegexOption;
- findNext$ObjectLiteral$get_findNext$ObjectLiteral$groupValues$ObjectLiteral.prototype = Object.create(AbstractList.prototype);
- findNext$ObjectLiteral$get_findNext$ObjectLiteral$groupValues$ObjectLiteral.prototype.constructor = findNext$ObjectLiteral$get_findNext$ObjectLiteral$groupValues$ObjectLiteral;
- findNext$ObjectLiteral$groups$ObjectLiteral.prototype = Object.create(AbstractCollection.prototype);
- findNext$ObjectLiteral$groups$ObjectLiteral.prototype.constructor = findNext$ObjectLiteral$groups$ObjectLiteral;
- DurationUnit.prototype = Object.create(Enum.prototype);
- DurationUnit.prototype.constructor = DurationUnit;
- HrTimeSource$markNow$ObjectLiteral.prototype = Object.create(TimeMark.prototype);
- HrTimeSource$markNow$ObjectLiteral.prototype.constructor = HrTimeSource$markNow$ObjectLiteral;
- PerformanceTimeSource.prototype = Object.create(AbstractDoubleTimeSource.prototype);
- PerformanceTimeSource.prototype.constructor = PerformanceTimeSource;
- DateNowTimeSource.prototype = Object.create(AbstractDoubleTimeSource.prototype);
- DateNowTimeSource.prototype.constructor = DateNowTimeSource;
- Experimental$Level.prototype = Object.create(Enum.prototype);
- Experimental$Level.prototype.constructor = Experimental$Level;
- RequiresOptIn$Level.prototype = Object.create(Enum.prototype);
- RequiresOptIn$Level.prototype.constructor = RequiresOptIn$Level;
- State.prototype = Object.create(Enum.prototype);
- State.prototype.constructor = State;
- AbstractList$SubList.prototype = Object.create(AbstractList.prototype);
- AbstractList$SubList.prototype.constructor = AbstractList$SubList;
- AbstractList$ListIteratorImpl.prototype = Object.create(AbstractList$IteratorImpl.prototype);
- AbstractList$ListIteratorImpl.prototype.constructor = AbstractList$ListIteratorImpl;
- AbstractSet.prototype = Object.create(AbstractCollection.prototype);
- AbstractSet.prototype.constructor = AbstractSet;
- AbstractMap$get_AbstractMap$keys$ObjectLiteral.prototype = Object.create(AbstractSet.prototype);
- AbstractMap$get_AbstractMap$keys$ObjectLiteral.prototype.constructor = AbstractMap$get_AbstractMap$keys$ObjectLiteral;
- AbstractMap$get_AbstractMap$values$ObjectLiteral.prototype = Object.create(AbstractCollection.prototype);
- AbstractMap$get_AbstractMap$values$ObjectLiteral.prototype.constructor = AbstractMap$get_AbstractMap$values$ObjectLiteral;
- ArrayDeque.prototype = Object.create(AbstractMutableList.prototype);
- ArrayDeque.prototype.constructor = ArrayDeque;
- ReversedListReadOnly.prototype = Object.create(AbstractList.prototype);
- ReversedListReadOnly.prototype.constructor = ReversedListReadOnly;
- ReversedList.prototype = Object.create(AbstractMutableList.prototype);
- ReversedList.prototype.constructor = ReversedList;
- SequenceBuilderIterator.prototype = Object.create(SequenceScope.prototype);
- SequenceBuilderIterator.prototype.constructor = SequenceBuilderIterator;
- DistinctIterator.prototype = Object.create(AbstractIterator.prototype);
- DistinctIterator.prototype.constructor = DistinctIterator;
- MovingSubList.prototype = Object.create(AbstractList.prototype);
- MovingSubList.prototype.constructor = MovingSubList;
- RingBuffer$iterator$ObjectLiteral.prototype = Object.create(AbstractIterator.prototype);
- RingBuffer$iterator$ObjectLiteral.prototype.constructor = RingBuffer$iterator$ObjectLiteral;
- RingBuffer.prototype = Object.create(AbstractList.prototype);
- RingBuffer.prototype.constructor = RingBuffer;
- InvocationKind.prototype = Object.create(Enum.prototype);
- InvocationKind.prototype.constructor = InvocationKind;
- CoroutineSingletons.prototype = Object.create(Enum.prototype);
- CoroutineSingletons.prototype.constructor = CoroutineSingletons;
- RequireKotlinVersionKind.prototype = Object.create(Enum.prototype);
- RequireKotlinVersionKind.prototype.constructor = RequireKotlinVersionKind;
- Random$Default.prototype = Object.create(Random.prototype);
- Random$Default.prototype.constructor = Random$Default;
- XorWowRandom.prototype = Object.create(Random.prototype);
- XorWowRandom.prototype.constructor = XorWowRandom;
- KVariance.prototype = Object.create(Enum.prototype);
- KVariance.prototype.constructor = KVariance;
- iterator$ObjectLiteral.prototype = Object.create(CharIterator.prototype);
- iterator$ObjectLiteral.prototype.constructor = iterator$ObjectLiteral;
- AdjustedTimeMark.prototype = Object.create(TimeMark.prototype);
- AdjustedTimeMark.prototype.constructor = AdjustedTimeMark;
- AbstractLongTimeSource$LongTimeMark.prototype = Object.create(TimeMark.prototype);
- AbstractLongTimeSource$LongTimeMark.prototype.constructor = AbstractLongTimeSource$LongTimeMark;
- AbstractDoubleTimeSource$DoubleTimeMark.prototype = Object.create(TimeMark.prototype);
- AbstractDoubleTimeSource$DoubleTimeMark.prototype.constructor = AbstractDoubleTimeSource$DoubleTimeMark;
- TestTimeSource.prototype = Object.create(AbstractLongTimeSource.prototype);
- TestTimeSource.prototype.constructor = TestTimeSource;
- DeepRecursiveScopeImpl.prototype = Object.create(DeepRecursiveScope.prototype);
- DeepRecursiveScopeImpl.prototype.constructor = DeepRecursiveScopeImpl;
- LazyThreadSafetyMode.prototype = Object.create(Enum.prototype);
- LazyThreadSafetyMode.prototype.constructor = LazyThreadSafetyMode;
- NotImplementedError.prototype = Object.create(Error_0.prototype);
- NotImplementedError.prototype.constructor = NotImplementedError;
- UByteArray$Iterator.prototype = Object.create(UByteIterator.prototype);
- UByteArray$Iterator.prototype.constructor = UByteArray$Iterator;
- UIntArray$Iterator.prototype = Object.create(UIntIterator.prototype);
- UIntArray$Iterator.prototype.constructor = UIntArray$Iterator;
- UIntRange.prototype = Object.create(UIntProgression.prototype);
- UIntRange.prototype.constructor = UIntRange;
- UIntProgressionIterator.prototype = Object.create(UIntIterator.prototype);
- UIntProgressionIterator.prototype.constructor = UIntProgressionIterator;
- ULongArray$Iterator.prototype = Object.create(ULongIterator.prototype);
- ULongArray$Iterator.prototype.constructor = ULongArray$Iterator;
- ULongRange_0.prototype = Object.create(ULongProgression.prototype);
- ULongRange_0.prototype.constructor = ULongRange_0;
- ULongProgressionIterator.prototype = Object.create(ULongIterator.prototype);
- ULongProgressionIterator.prototype.constructor = ULongProgressionIterator;
- UShortArray$Iterator.prototype = Object.create(UShortIterator.prototype);
- UShortArray$Iterator.prototype.constructor = UShortArray$Iterator;
- function Iterable$ObjectLiteral(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Iterable$ObjectLiteral.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Iterable$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterable]};
- function Sequence$ObjectLiteral(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Sequence$ObjectLiteral.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Sequence$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- var component1 = defineInlineFunction('kotlin.kotlin.collections.component1_us0mfu$', function ($receiver) {
- return $receiver[0];
- });
- var component1_0 = defineInlineFunction('kotlin.kotlin.collections.component1_964n91$', function ($receiver) {
- return $receiver[0];
- });
- var component1_1 = defineInlineFunction('kotlin.kotlin.collections.component1_i2lc79$', function ($receiver) {
- return $receiver[0];
- });
- var component1_2 = defineInlineFunction('kotlin.kotlin.collections.component1_tmsbgo$', function ($receiver) {
- return $receiver[0];
- });
- var component1_3 = defineInlineFunction('kotlin.kotlin.collections.component1_se6h4x$', function ($receiver) {
- return $receiver[0];
- });
- var component1_4 = defineInlineFunction('kotlin.kotlin.collections.component1_rjqryz$', function ($receiver) {
- return $receiver[0];
- });
- var component1_5 = defineInlineFunction('kotlin.kotlin.collections.component1_bvy38s$', function ($receiver) {
- return $receiver[0];
- });
- var component1_6 = defineInlineFunction('kotlin.kotlin.collections.component1_l1lu5t$', function ($receiver) {
- return $receiver[0];
- });
- var component1_7 = defineInlineFunction('kotlin.kotlin.collections.component1_355ntz$', function ($receiver) {
- return $receiver[0];
- });
- var component2 = defineInlineFunction('kotlin.kotlin.collections.component2_us0mfu$', function ($receiver) {
- return $receiver[1];
- });
- var component2_0 = defineInlineFunction('kotlin.kotlin.collections.component2_964n91$', function ($receiver) {
- return $receiver[1];
- });
- var component2_1 = defineInlineFunction('kotlin.kotlin.collections.component2_i2lc79$', function ($receiver) {
- return $receiver[1];
- });
- var component2_2 = defineInlineFunction('kotlin.kotlin.collections.component2_tmsbgo$', function ($receiver) {
- return $receiver[1];
- });
- var component2_3 = defineInlineFunction('kotlin.kotlin.collections.component2_se6h4x$', function ($receiver) {
- return $receiver[1];
- });
- var component2_4 = defineInlineFunction('kotlin.kotlin.collections.component2_rjqryz$', function ($receiver) {
- return $receiver[1];
- });
- var component2_5 = defineInlineFunction('kotlin.kotlin.collections.component2_bvy38s$', function ($receiver) {
- return $receiver[1];
- });
- var component2_6 = defineInlineFunction('kotlin.kotlin.collections.component2_l1lu5t$', function ($receiver) {
- return $receiver[1];
- });
- var component2_7 = defineInlineFunction('kotlin.kotlin.collections.component2_355ntz$', function ($receiver) {
- return $receiver[1];
- });
- var component3 = defineInlineFunction('kotlin.kotlin.collections.component3_us0mfu$', function ($receiver) {
- return $receiver[2];
- });
- var component3_0 = defineInlineFunction('kotlin.kotlin.collections.component3_964n91$', function ($receiver) {
- return $receiver[2];
- });
- var component3_1 = defineInlineFunction('kotlin.kotlin.collections.component3_i2lc79$', function ($receiver) {
- return $receiver[2];
- });
- var component3_2 = defineInlineFunction('kotlin.kotlin.collections.component3_tmsbgo$', function ($receiver) {
- return $receiver[2];
- });
- var component3_3 = defineInlineFunction('kotlin.kotlin.collections.component3_se6h4x$', function ($receiver) {
- return $receiver[2];
- });
- var component3_4 = defineInlineFunction('kotlin.kotlin.collections.component3_rjqryz$', function ($receiver) {
- return $receiver[2];
- });
- var component3_5 = defineInlineFunction('kotlin.kotlin.collections.component3_bvy38s$', function ($receiver) {
- return $receiver[2];
- });
- var component3_6 = defineInlineFunction('kotlin.kotlin.collections.component3_l1lu5t$', function ($receiver) {
- return $receiver[2];
- });
- var component3_7 = defineInlineFunction('kotlin.kotlin.collections.component3_355ntz$', function ($receiver) {
- return $receiver[2];
- });
- var component4 = defineInlineFunction('kotlin.kotlin.collections.component4_us0mfu$', function ($receiver) {
- return $receiver[3];
- });
- var component4_0 = defineInlineFunction('kotlin.kotlin.collections.component4_964n91$', function ($receiver) {
- return $receiver[3];
- });
- var component4_1 = defineInlineFunction('kotlin.kotlin.collections.component4_i2lc79$', function ($receiver) {
- return $receiver[3];
- });
- var component4_2 = defineInlineFunction('kotlin.kotlin.collections.component4_tmsbgo$', function ($receiver) {
- return $receiver[3];
- });
- var component4_3 = defineInlineFunction('kotlin.kotlin.collections.component4_se6h4x$', function ($receiver) {
- return $receiver[3];
- });
- var component4_4 = defineInlineFunction('kotlin.kotlin.collections.component4_rjqryz$', function ($receiver) {
- return $receiver[3];
- });
- var component4_5 = defineInlineFunction('kotlin.kotlin.collections.component4_bvy38s$', function ($receiver) {
- return $receiver[3];
- });
- var component4_6 = defineInlineFunction('kotlin.kotlin.collections.component4_l1lu5t$', function ($receiver) {
- return $receiver[3];
- });
- var component4_7 = defineInlineFunction('kotlin.kotlin.collections.component4_355ntz$', function ($receiver) {
- return $receiver[3];
- });
- var component5 = defineInlineFunction('kotlin.kotlin.collections.component5_us0mfu$', function ($receiver) {
- return $receiver[4];
- });
- var component5_0 = defineInlineFunction('kotlin.kotlin.collections.component5_964n91$', function ($receiver) {
- return $receiver[4];
- });
- var component5_1 = defineInlineFunction('kotlin.kotlin.collections.component5_i2lc79$', function ($receiver) {
- return $receiver[4];
- });
- var component5_2 = defineInlineFunction('kotlin.kotlin.collections.component5_tmsbgo$', function ($receiver) {
- return $receiver[4];
- });
- var component5_3 = defineInlineFunction('kotlin.kotlin.collections.component5_se6h4x$', function ($receiver) {
- return $receiver[4];
- });
- var component5_4 = defineInlineFunction('kotlin.kotlin.collections.component5_rjqryz$', function ($receiver) {
- return $receiver[4];
- });
- var component5_5 = defineInlineFunction('kotlin.kotlin.collections.component5_bvy38s$', function ($receiver) {
- return $receiver[4];
- });
- var component5_6 = defineInlineFunction('kotlin.kotlin.collections.component5_l1lu5t$', function ($receiver) {
- return $receiver[4];
- });
- var component5_7 = defineInlineFunction('kotlin.kotlin.collections.component5_355ntz$', function ($receiver) {
- return $receiver[4];
- });
- function contains($receiver, element) {
- return indexOf($receiver, element) >= 0;
- }
- function contains_0($receiver, element) {
- return indexOf_0($receiver, element) >= 0;
- }
- function contains_1($receiver, element) {
- return indexOf_1($receiver, element) >= 0;
- }
- function contains_2($receiver, element) {
- return indexOf_2($receiver, element) >= 0;
- }
- function contains_3($receiver, element) {
- return indexOf_3($receiver, element) >= 0;
- }
- function contains_4($receiver, element) {
- return indexOf_4($receiver, element) >= 0;
- }
- function contains_5($receiver, element) {
- return indexOf_5($receiver, element) >= 0;
- }
- function contains_6($receiver, element) {
- return indexOf_6($receiver, element) >= 0;
- }
- function contains_7($receiver, element) {
- return indexOf_7($receiver, element) >= 0;
- }
- var elementAtOrElse = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_qyicq6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var elementAtOrElse_0 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_1pvgfa$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var elementAtOrElse_1 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_shq4vo$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var elementAtOrElse_2 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_xumoj0$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var elementAtOrElse_3 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_uafoqm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var elementAtOrElse_4 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_ln6iwk$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var elementAtOrElse_5 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_lnau98$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var elementAtOrElse_6 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_v8pqlw$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var elementAtOrElse_7 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_sjvy5y$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : unboxChar(defaultValue(index));
- };
- }));
- var elementAtOrNull = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_8ujjk8$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_8ujjk8$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var elementAtOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_mrm5p$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_mrm5p$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var elementAtOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_m2jy6x$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_m2jy6x$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var elementAtOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_c03ot6$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_c03ot6$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var elementAtOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_3aefkx$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_3aefkx$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var elementAtOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_rblqex$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_rblqex$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var elementAtOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_xgrzbe$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_xgrzbe$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var elementAtOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_1qu12l$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_1qu12l$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var elementAtOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_gtcw5h$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_gtcw5h$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var find = defineInlineFunction('kotlin.kotlin.collections.find_sfx99b$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var find_0 = defineInlineFunction('kotlin.kotlin.collections.find_c3i447$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var find_1 = defineInlineFunction('kotlin.kotlin.collections.find_247xw3$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var find_2 = defineInlineFunction('kotlin.kotlin.collections.find_il4kyb$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var find_3 = defineInlineFunction('kotlin.kotlin.collections.find_i1oc7r$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var find_4 = defineInlineFunction('kotlin.kotlin.collections.find_u4nq1f$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var find_5 = defineInlineFunction('kotlin.kotlin.collections.find_3vq27r$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var find_6 = defineInlineFunction('kotlin.kotlin.collections.find_xffwn9$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var find_7 = defineInlineFunction('kotlin.kotlin.collections.find_3ji0pj$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (predicate(toBoxedChar(element))) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- }));
- var findLast = defineInlineFunction('kotlin.kotlin.collections.findLast_sfx99b$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_m7z4lg$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var findLast_0 = defineInlineFunction('kotlin.kotlin.collections.findLast_c3i447$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_964n91$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var findLast_1 = defineInlineFunction('kotlin.kotlin.collections.findLast_247xw3$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_i2lc79$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var findLast_2 = defineInlineFunction('kotlin.kotlin.collections.findLast_il4kyb$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_tmsbgo$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var findLast_3 = defineInlineFunction('kotlin.kotlin.collections.findLast_i1oc7r$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_se6h4x$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var findLast_4 = defineInlineFunction('kotlin.kotlin.collections.findLast_u4nq1f$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_rjqryz$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var findLast_5 = defineInlineFunction('kotlin.kotlin.collections.findLast_3vq27r$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_bvy38s$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var findLast_6 = defineInlineFunction('kotlin.kotlin.collections.findLast_xffwn9$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_l1lu5t$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var findLast_7 = defineInlineFunction('kotlin.kotlin.collections.findLast_3ji0pj$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_355ntz$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(toBoxedChar(element))) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- function first($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[0];
- }
- function first_0($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[0];
- }
- function first_1($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[0];
- }
- function first_2($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[0];
- }
- function first_3($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[0];
- }
- function first_4($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[0];
- }
- function first_5($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[0];
- }
- function first_6($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[0];
- }
- function first_7($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[0];
- }
- var first_8 = defineInlineFunction('kotlin.kotlin.collections.first_sfx99b$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var first_9 = defineInlineFunction('kotlin.kotlin.collections.first_c3i447$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var first_10 = defineInlineFunction('kotlin.kotlin.collections.first_247xw3$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var first_11 = defineInlineFunction('kotlin.kotlin.collections.first_il4kyb$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var first_12 = defineInlineFunction('kotlin.kotlin.collections.first_i1oc7r$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var first_13 = defineInlineFunction('kotlin.kotlin.collections.first_u4nq1f$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var first_14 = defineInlineFunction('kotlin.kotlin.collections.first_3vq27r$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var first_15 = defineInlineFunction('kotlin.kotlin.collections.first_xffwn9$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var first_16 = defineInlineFunction('kotlin.kotlin.collections.first_3ji0pj$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (predicate(toBoxedChar(element)))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- function firstOrNull($receiver) {
- return $receiver.length === 0 ? null : $receiver[0];
- }
- function firstOrNull_0($receiver) {
- return $receiver.length === 0 ? null : $receiver[0];
- }
- function firstOrNull_1($receiver) {
- return $receiver.length === 0 ? null : $receiver[0];
- }
- function firstOrNull_2($receiver) {
- return $receiver.length === 0 ? null : $receiver[0];
- }
- function firstOrNull_3($receiver) {
- return $receiver.length === 0 ? null : $receiver[0];
- }
- function firstOrNull_4($receiver) {
- return $receiver.length === 0 ? null : $receiver[0];
- }
- function firstOrNull_5($receiver) {
- return $receiver.length === 0 ? null : $receiver[0];
- }
- function firstOrNull_6($receiver) {
- return $receiver.length === 0 ? null : $receiver[0];
- }
- function firstOrNull_7($receiver) {
- return $receiver.length === 0 ? null : $receiver[0];
- }
- var firstOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_sfx99b$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- return null;
- });
- var firstOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_c3i447$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- return null;
- });
- var firstOrNull_10 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_247xw3$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- return null;
- });
- var firstOrNull_11 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_il4kyb$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- return null;
- });
- var firstOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_i1oc7r$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- return null;
- });
- var firstOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_u4nq1f$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- return null;
- });
- var firstOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_3vq27r$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- return null;
- });
- var firstOrNull_15 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_xffwn9$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return element;
- }
- return null;
- });
- var firstOrNull_16 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_3ji0pj$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (predicate(toBoxedChar(element)))
- return element;
- }
- return null;
- };
- }));
- var getOrElse = defineInlineFunction('kotlin.kotlin.collections.getOrElse_qyicq6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var getOrElse_0 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_1pvgfa$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var getOrElse_1 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_shq4vo$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var getOrElse_2 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_xumoj0$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var getOrElse_3 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_uafoqm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var getOrElse_4 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_ln6iwk$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var getOrElse_5 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_lnau98$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var getOrElse_6 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_v8pqlw$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : defaultValue(index);
- };
- }));
- var getOrElse_7 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_sjvy5y$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : unboxChar(defaultValue(index));
- };
- }));
- function getOrNull($receiver, index) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver[index] : null;
- }
- function getOrNull_0($receiver, index) {
- return index >= 0 && index <= get_lastIndex_0($receiver) ? $receiver[index] : null;
- }
- function getOrNull_1($receiver, index) {
- return index >= 0 && index <= get_lastIndex_1($receiver) ? $receiver[index] : null;
- }
- function getOrNull_2($receiver, index) {
- return index >= 0 && index <= get_lastIndex_2($receiver) ? $receiver[index] : null;
- }
- function getOrNull_3($receiver, index) {
- return index >= 0 && index <= get_lastIndex_3($receiver) ? $receiver[index] : null;
- }
- function getOrNull_4($receiver, index) {
- return index >= 0 && index <= get_lastIndex_4($receiver) ? $receiver[index] : null;
- }
- function getOrNull_5($receiver, index) {
- return index >= 0 && index <= get_lastIndex_5($receiver) ? $receiver[index] : null;
- }
- function getOrNull_6($receiver, index) {
- return index >= 0 && index <= get_lastIndex_6($receiver) ? $receiver[index] : null;
- }
- function getOrNull_7($receiver, index) {
- return index >= 0 && index <= get_lastIndex_7($receiver) ? $receiver[index] : null;
- }
- function indexOf($receiver, element) {
- if (element == null) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if ($receiver[index] == null) {
- return index;
- }}
- } else {
- for (var index_0 = 0; index_0 !== $receiver.length; ++index_0) {
- if (equals(element, $receiver[index_0])) {
- return index_0;
- }}
- }
- return -1;
- }
- function indexOf_0($receiver, element) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function indexOf_1($receiver, element) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function indexOf_2($receiver, element) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function indexOf_3($receiver, element) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (equals(element, $receiver[index])) {
- return index;
- }}
- return -1;
- }
- function indexOf_4($receiver, element) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function indexOf_5($receiver, element) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function indexOf_6($receiver, element) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function indexOf_7($receiver, element) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- var indexOfFirst = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_sfx99b$', function ($receiver, predicate) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- });
- var indexOfFirst_0 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_c3i447$', function ($receiver, predicate) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- });
- var indexOfFirst_1 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_247xw3$', function ($receiver, predicate) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- });
- var indexOfFirst_2 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_il4kyb$', function ($receiver, predicate) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- });
- var indexOfFirst_3 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_i1oc7r$', function ($receiver, predicate) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- });
- var indexOfFirst_4 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_u4nq1f$', function ($receiver, predicate) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- });
- var indexOfFirst_5 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_3vq27r$', function ($receiver, predicate) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- });
- var indexOfFirst_6 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_xffwn9$', function ($receiver, predicate) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- });
- var indexOfFirst_7 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_3ji0pj$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- for (var index = 0; index !== $receiver.length; ++index) {
- if (predicate(toBoxedChar($receiver[index]))) {
- return index;
- }}
- return -1;
- };
- }));
- var indexOfLast = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_sfx99b$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_m7z4lg$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- };
- }));
- var indexOfLast_0 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_c3i447$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_964n91$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- };
- }));
- var indexOfLast_1 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_247xw3$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_i2lc79$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- };
- }));
- var indexOfLast_2 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_il4kyb$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_tmsbgo$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- };
- }));
- var indexOfLast_3 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_i1oc7r$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_se6h4x$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- };
- }));
- var indexOfLast_4 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_u4nq1f$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_rjqryz$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- };
- }));
- var indexOfLast_5 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_3vq27r$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_bvy38s$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- };
- }));
- var indexOfLast_6 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_xffwn9$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_l1lu5t$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate($receiver[index])) {
- return index;
- }}
- return -1;
- };
- }));
- var indexOfLast_7 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_3ji0pj$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_355ntz$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate(toBoxedChar($receiver[index]))) {
- return index;
- }}
- return -1;
- };
- }));
- function last($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[get_lastIndex($receiver)];
- }
- function last_0($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[get_lastIndex_0($receiver)];
- }
- function last_1($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[get_lastIndex_1($receiver)];
- }
- function last_2($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[get_lastIndex_2($receiver)];
- }
- function last_3($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[get_lastIndex_3($receiver)];
- }
- function last_4($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[get_lastIndex_4($receiver)];
- }
- function last_5($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[get_lastIndex_5($receiver)];
- }
- function last_6($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[get_lastIndex_6($receiver)];
- }
- function last_7($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[get_lastIndex_7($receiver)];
- }
- var last_8 = defineInlineFunction('kotlin.kotlin.collections.last_sfx99b$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_m7z4lg$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var last_9 = defineInlineFunction('kotlin.kotlin.collections.last_c3i447$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_964n91$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var last_10 = defineInlineFunction('kotlin.kotlin.collections.last_247xw3$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_i2lc79$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var last_11 = defineInlineFunction('kotlin.kotlin.collections.last_il4kyb$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_tmsbgo$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var last_12 = defineInlineFunction('kotlin.kotlin.collections.last_i1oc7r$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_se6h4x$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var last_13 = defineInlineFunction('kotlin.kotlin.collections.last_u4nq1f$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_rjqryz$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var last_14 = defineInlineFunction('kotlin.kotlin.collections.last_3vq27r$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_bvy38s$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var last_15 = defineInlineFunction('kotlin.kotlin.collections.last_xffwn9$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_l1lu5t$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var last_16 = defineInlineFunction('kotlin.kotlin.collections.last_3ji0pj$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_355ntz$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(toBoxedChar(element)))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- function lastIndexOf($receiver, element) {
- var tmp$, tmp$_0;
- if (element == null) {
- tmp$ = reversed_9(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if ($receiver[index] == null) {
- return index;
- }}
- } else {
- tmp$_0 = reversed_9(get_indices($receiver)).iterator();
- while (tmp$_0.hasNext()) {
- var index_0 = tmp$_0.next();
- if (equals(element, $receiver[index_0])) {
- return index_0;
- }}
- }
- return -1;
- }
- function lastIndexOf_0($receiver, element) {
- var tmp$;
- tmp$ = reversed_9(get_indices_0($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function lastIndexOf_1($receiver, element) {
- var tmp$;
- tmp$ = reversed_9(get_indices_1($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function lastIndexOf_2($receiver, element) {
- var tmp$;
- tmp$ = reversed_9(get_indices_2($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function lastIndexOf_3($receiver, element) {
- var tmp$;
- tmp$ = reversed_9(get_indices_3($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (equals(element, $receiver[index])) {
- return index;
- }}
- return -1;
- }
- function lastIndexOf_4($receiver, element) {
- var tmp$;
- tmp$ = reversed_9(get_indices_4($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function lastIndexOf_5($receiver, element) {
- var tmp$;
- tmp$ = reversed_9(get_indices_5($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function lastIndexOf_6($receiver, element) {
- var tmp$;
- tmp$ = reversed_9(get_indices_6($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function lastIndexOf_7($receiver, element) {
- var tmp$;
- tmp$ = reversed_9(get_indices_7($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (element === $receiver[index]) {
- return index;
- }}
- return -1;
- }
- function lastOrNull($receiver) {
- return $receiver.length === 0 ? null : $receiver[$receiver.length - 1 | 0];
- }
- function lastOrNull_0($receiver) {
- return $receiver.length === 0 ? null : $receiver[$receiver.length - 1 | 0];
- }
- function lastOrNull_1($receiver) {
- return $receiver.length === 0 ? null : $receiver[$receiver.length - 1 | 0];
- }
- function lastOrNull_2($receiver) {
- return $receiver.length === 0 ? null : $receiver[$receiver.length - 1 | 0];
- }
- function lastOrNull_3($receiver) {
- return $receiver.length === 0 ? null : $receiver[$receiver.length - 1 | 0];
- }
- function lastOrNull_4($receiver) {
- return $receiver.length === 0 ? null : $receiver[$receiver.length - 1 | 0];
- }
- function lastOrNull_5($receiver) {
- return $receiver.length === 0 ? null : $receiver[$receiver.length - 1 | 0];
- }
- function lastOrNull_6($receiver) {
- return $receiver.length === 0 ? null : $receiver[$receiver.length - 1 | 0];
- }
- function lastOrNull_7($receiver) {
- return $receiver.length === 0 ? null : $receiver[$receiver.length - 1 | 0];
- }
- var lastOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_sfx99b$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_m7z4lg$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var lastOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_c3i447$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_964n91$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var lastOrNull_10 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_247xw3$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_i2lc79$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var lastOrNull_11 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_il4kyb$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_tmsbgo$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var lastOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_i1oc7r$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_se6h4x$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var lastOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_u4nq1f$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_rjqryz$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var lastOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_3vq27r$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_bvy38s$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var lastOrNull_15 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_xffwn9$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_l1lu5t$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var lastOrNull_16 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_3ji0pj$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_355ntz$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver[index];
- if (predicate(toBoxedChar(element)))
- return element;
- }
- return null;
- };
- }));
- var random = defineInlineFunction('kotlin.kotlin.collections.random_us0mfu$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_lj338n$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_0 = defineInlineFunction('kotlin.kotlin.collections.random_964n91$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_ciead0$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_1 = defineInlineFunction('kotlin.kotlin.collections.random_i2lc79$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_wayomy$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_2 = defineInlineFunction('kotlin.kotlin.collections.random_tmsbgo$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_os0q87$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_3 = defineInlineFunction('kotlin.kotlin.collections.random_se6h4x$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_2uk8lc$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_4 = defineInlineFunction('kotlin.kotlin.collections.random_rjqryz$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_zcvl96$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_5 = defineInlineFunction('kotlin.kotlin.collections.random_bvy38s$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_k31a39$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_6 = defineInlineFunction('kotlin.kotlin.collections.random_l1lu5t$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_mwcbea$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_7 = defineInlineFunction('kotlin.kotlin.collections.random_355ntz$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_8kgqmy$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- function random_8($receiver, random) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function random_9($receiver, random) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function random_10($receiver, random) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function random_11($receiver, random) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function random_12($receiver, random) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function random_13($receiver, random) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function random_14($receiver, random) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function random_15($receiver, random) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function random_16($receiver, random) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Array is empty.');
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- var randomOrNull = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_us0mfu$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_lj338n$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_964n91$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_ciead0$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_i2lc79$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_wayomy$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_tmsbgo$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_os0q87$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_se6h4x$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_2uk8lc$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_rjqryz$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_zcvl96$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_bvy38s$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_k31a39$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_l1lu5t$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_mwcbea$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_355ntz$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_8kgqmy$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- function randomOrNull_8($receiver, random) {
- if ($receiver.length === 0)
- return null;
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function randomOrNull_9($receiver, random) {
- if ($receiver.length === 0)
- return null;
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function randomOrNull_10($receiver, random) {
- if ($receiver.length === 0)
- return null;
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function randomOrNull_11($receiver, random) {
- if ($receiver.length === 0)
- return null;
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function randomOrNull_12($receiver, random) {
- if ($receiver.length === 0)
- return null;
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function randomOrNull_13($receiver, random) {
- if ($receiver.length === 0)
- return null;
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function randomOrNull_14($receiver, random) {
- if ($receiver.length === 0)
- return null;
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function randomOrNull_15($receiver, random) {
- if ($receiver.length === 0)
- return null;
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function randomOrNull_16($receiver, random) {
- if ($receiver.length === 0)
- return null;
- return $receiver[random.nextInt_za3lpa$($receiver.length)];
- }
- function single($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- throw new NoSuchElementException('Array is empty.');
- case 1:
- tmp$ = $receiver[0];
- break;
- default:throw IllegalArgumentException_init_0('Array has more than one element.');
- }
- return tmp$;
- }
- function single_0($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- throw new NoSuchElementException('Array is empty.');
- case 1:
- tmp$ = $receiver[0];
- break;
- default:throw IllegalArgumentException_init_0('Array has more than one element.');
- }
- return tmp$;
- }
- function single_1($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- throw new NoSuchElementException('Array is empty.');
- case 1:
- tmp$ = $receiver[0];
- break;
- default:throw IllegalArgumentException_init_0('Array has more than one element.');
- }
- return tmp$;
- }
- function single_2($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- throw new NoSuchElementException('Array is empty.');
- case 1:
- tmp$ = $receiver[0];
- break;
- default:throw IllegalArgumentException_init_0('Array has more than one element.');
- }
- return tmp$;
- }
- function single_3($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- throw new NoSuchElementException('Array is empty.');
- case 1:
- tmp$ = $receiver[0];
- break;
- default:throw IllegalArgumentException_init_0('Array has more than one element.');
- }
- return tmp$;
- }
- function single_4($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- throw new NoSuchElementException('Array is empty.');
- case 1:
- tmp$ = $receiver[0];
- break;
- default:throw IllegalArgumentException_init_0('Array has more than one element.');
- }
- return tmp$;
- }
- function single_5($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- throw new NoSuchElementException('Array is empty.');
- case 1:
- tmp$ = $receiver[0];
- break;
- default:throw IllegalArgumentException_init_0('Array has more than one element.');
- }
- return tmp$;
- }
- function single_6($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- throw new NoSuchElementException('Array is empty.');
- case 1:
- tmp$ = $receiver[0];
- break;
- default:throw IllegalArgumentException_init_0('Array has more than one element.');
- }
- return tmp$;
- }
- function single_7($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- throw new NoSuchElementException('Array is empty.');
- case 1:
- tmp$ = $receiver[0];
- break;
- default:throw IllegalArgumentException_init_0('Array has more than one element.');
- }
- return tmp$;
- }
- var single_8 = defineInlineFunction('kotlin.kotlin.collections.single_sfx99b$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return (tmp$_0 = single) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE();
- };
- }));
- var single_9 = defineInlineFunction('kotlin.kotlin.collections.single_c3i447$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return typeof (tmp$_0 = single) === 'number' ? tmp$_0 : throwCCE();
- };
- }));
- var single_10 = defineInlineFunction('kotlin.kotlin.collections.single_247xw3$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return typeof (tmp$_0 = single) === 'number' ? tmp$_0 : throwCCE();
- };
- }));
- var single_11 = defineInlineFunction('kotlin.kotlin.collections.single_il4kyb$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return typeof (tmp$_0 = single) === 'number' ? tmp$_0 : throwCCE();
- };
- }));
- var single_12 = defineInlineFunction('kotlin.kotlin.collections.single_i1oc7r$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return Kotlin.isType(tmp$_0 = single, Kotlin.Long) ? tmp$_0 : throwCCE();
- };
- }));
- var single_13 = defineInlineFunction('kotlin.kotlin.collections.single_u4nq1f$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return typeof (tmp$_0 = single) === 'number' ? tmp$_0 : throwCCE();
- };
- }));
- var single_14 = defineInlineFunction('kotlin.kotlin.collections.single_3vq27r$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return typeof (tmp$_0 = single) === 'number' ? tmp$_0 : throwCCE();
- };
- }));
- var single_15 = defineInlineFunction('kotlin.kotlin.collections.single_xffwn9$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return typeof (tmp$_0 = single) === 'boolean' ? tmp$_0 : throwCCE();
- };
- }));
- var single_16 = defineInlineFunction('kotlin.kotlin.collections.single_3ji0pj$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var unboxChar = Kotlin.unboxChar;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (predicate(toBoxedChar(element))) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return unboxChar(Kotlin.isChar(tmp$_0 = toBoxedChar(single)) ? tmp$_0 : throwCCE());
- };
- }));
- function singleOrNull($receiver) {
- return $receiver.length === 1 ? $receiver[0] : null;
- }
- function singleOrNull_0($receiver) {
- return $receiver.length === 1 ? $receiver[0] : null;
- }
- function singleOrNull_1($receiver) {
- return $receiver.length === 1 ? $receiver[0] : null;
- }
- function singleOrNull_2($receiver) {
- return $receiver.length === 1 ? $receiver[0] : null;
- }
- function singleOrNull_3($receiver) {
- return $receiver.length === 1 ? $receiver[0] : null;
- }
- function singleOrNull_4($receiver) {
- return $receiver.length === 1 ? $receiver[0] : null;
- }
- function singleOrNull_5($receiver) {
- return $receiver.length === 1 ? $receiver[0] : null;
- }
- function singleOrNull_6($receiver) {
- return $receiver.length === 1 ? $receiver[0] : null;
- }
- function singleOrNull_7($receiver) {
- return $receiver.length === 1 ? $receiver[0] : null;
- }
- var singleOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_sfx99b$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- var singleOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_c3i447$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- var singleOrNull_10 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_247xw3$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- var singleOrNull_11 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_il4kyb$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- var singleOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_i1oc7r$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- var singleOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_u4nq1f$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- var singleOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_3vq27r$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- var singleOrNull_15 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_xffwn9$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- var singleOrNull_16 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_3ji0pj$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (predicate(toBoxedChar(element))) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- };
- }));
- function drop($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function drop_0($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_0($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function drop_1($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_1($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function drop_2($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_2($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function drop_3($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_3($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function drop_4($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_4($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function drop_5($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_5($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function drop_6($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_6($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function drop_7($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_7($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function dropLast($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function dropLast_0($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_0($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function dropLast_1($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_1($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function dropLast_2($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_2($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function dropLast_3($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_3($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function dropLast_4($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_4($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function dropLast_5($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_5($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function dropLast_6($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_6($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function dropLast_7($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_7($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- var dropLastWhile = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_sfx99b$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var take = _.kotlin.collections.take_8ujjk8$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropLastWhile_0 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_c3i447$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var take = _.kotlin.collections.take_mrm5p$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropLastWhile_1 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_247xw3$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var take = _.kotlin.collections.take_m2jy6x$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropLastWhile_2 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_il4kyb$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var take = _.kotlin.collections.take_c03ot6$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropLastWhile_3 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_i1oc7r$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var take = _.kotlin.collections.take_3aefkx$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropLastWhile_4 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_u4nq1f$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var take = _.kotlin.collections.take_rblqex$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropLastWhile_5 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_3vq27r$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var take = _.kotlin.collections.take_xgrzbe$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropLastWhile_6 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_xffwn9$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var take = _.kotlin.collections.take_1qu12l$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropLastWhile_7 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_3ji0pj$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var take = _.kotlin.collections.take_gtcw5h$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate(toBoxedChar($receiver[index]))) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropWhile = defineInlineFunction('kotlin.kotlin.collections.dropWhile_sfx99b$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var dropWhile_0 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_c3i447$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var dropWhile_1 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_247xw3$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var dropWhile_2 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_il4kyb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var dropWhile_3 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_i1oc7r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var dropWhile_4 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_u4nq1f$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var dropWhile_5 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_3vq27r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var dropWhile_6 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_xffwn9$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var dropWhile_7 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_3ji0pj$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- if (yielding)
- list.add_11rb$(toBoxedChar(item));
- else if (!predicate(toBoxedChar(item))) {
- list.add_11rb$(toBoxedChar(item));
- yielding = true;
- }}
- return list;
- };
- }));
- var filter = defineInlineFunction('kotlin.kotlin.collections.filter_sfx99b$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filter_0 = defineInlineFunction('kotlin.kotlin.collections.filter_c3i447$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filter_1 = defineInlineFunction('kotlin.kotlin.collections.filter_247xw3$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filter_2 = defineInlineFunction('kotlin.kotlin.collections.filter_il4kyb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filter_3 = defineInlineFunction('kotlin.kotlin.collections.filter_i1oc7r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filter_4 = defineInlineFunction('kotlin.kotlin.collections.filter_u4nq1f$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filter_5 = defineInlineFunction('kotlin.kotlin.collections.filter_3vq27r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filter_6 = defineInlineFunction('kotlin.kotlin.collections.filter_xffwn9$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filter_7 = defineInlineFunction('kotlin.kotlin.collections.filter_3ji0pj$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (predicate(toBoxedChar(element)))
- destination.add_11rb$(toBoxedChar(element));
- }
- return destination;
- };
- }));
- var filterIndexed = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_1x1hc5$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_muebcr$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_na3tu9$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_j54otz$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_8y5rp7$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_ngxnyp$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_4abx9h$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_40mjvt$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_es6ekl$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var unboxChar = Kotlin.unboxChar;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- var index_0 = (tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0);
- var element = toBoxedChar(item);
- if (predicate(index_0, element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterIndexedTo = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_yy1162$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterIndexedTo_0 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_9utof$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterIndexedTo_1 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_9c7hyn$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterIndexedTo_2 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_xxq4i$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterIndexedTo_3 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_sp77il$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterIndexedTo_4 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_1eenap$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterIndexedTo_5 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_a0ikl4$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterIndexedTo_6 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_m16605$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterIndexedTo_7 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_evsozx$', wrapFunction(function () {
- var unboxChar = Kotlin.unboxChar;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- var index_0 = (tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0);
- var element = toBoxedChar(item);
- if (predicate(index_0, element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterIsInstance = defineInlineFunction('kotlin.kotlin.collections.filterIsInstance_d9eiz9$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function (R_0, isR, $receiver) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (isR(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterIsInstanceTo = defineInlineFunction('kotlin.kotlin.collections.filterIsInstanceTo_fz41hi$', function (R_0, isR, $receiver, destination) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (isR(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNot = defineInlineFunction('kotlin.kotlin.collections.filterNot_sfx99b$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNot_0 = defineInlineFunction('kotlin.kotlin.collections.filterNot_c3i447$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNot_1 = defineInlineFunction('kotlin.kotlin.collections.filterNot_247xw3$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNot_2 = defineInlineFunction('kotlin.kotlin.collections.filterNot_il4kyb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNot_3 = defineInlineFunction('kotlin.kotlin.collections.filterNot_i1oc7r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNot_4 = defineInlineFunction('kotlin.kotlin.collections.filterNot_u4nq1f$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNot_5 = defineInlineFunction('kotlin.kotlin.collections.filterNot_3vq27r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNot_6 = defineInlineFunction('kotlin.kotlin.collections.filterNot_xffwn9$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNot_7 = defineInlineFunction('kotlin.kotlin.collections.filterNot_3ji0pj$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (!predicate(toBoxedChar(element)))
- destination.add_11rb$(toBoxedChar(element));
- }
- return destination;
- };
- }));
- function filterNotNull($receiver) {
- return filterNotNullTo($receiver, ArrayList_init());
- }
- function filterNotNullTo($receiver, destination) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element != null)
- destination.add_11rb$(element);
- }
- return destination;
- }
- var filterNotTo = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_ywpv22$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNotTo_0 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_oqzfqb$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNotTo_1 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_pth3ij$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNotTo_2 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_fz4mzi$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNotTo_3 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_xddlih$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNotTo_4 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_b4wiqz$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNotTo_5 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_y6u45w$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNotTo_6 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_soq3qv$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNotTo_7 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_7as3in$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (!predicate(toBoxedChar(element)))
- destination.add_11rb$(toBoxedChar(element));
- }
- return destination;
- };
- }));
- var filterTo = defineInlineFunction('kotlin.kotlin.collections.filterTo_ywpv22$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_0 = defineInlineFunction('kotlin.kotlin.collections.filterTo_oqzfqb$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_1 = defineInlineFunction('kotlin.kotlin.collections.filterTo_pth3ij$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_2 = defineInlineFunction('kotlin.kotlin.collections.filterTo_fz4mzi$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_3 = defineInlineFunction('kotlin.kotlin.collections.filterTo_xddlih$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_4 = defineInlineFunction('kotlin.kotlin.collections.filterTo_b4wiqz$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_5 = defineInlineFunction('kotlin.kotlin.collections.filterTo_y6u45w$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_6 = defineInlineFunction('kotlin.kotlin.collections.filterTo_soq3qv$', function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_7 = defineInlineFunction('kotlin.kotlin.collections.filterTo_7as3in$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (predicate(toBoxedChar(element)))
- destination.add_11rb$(toBoxedChar(element));
- }
- return destination;
- };
- }));
- function slice($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList(copyOfRange_3($receiver, indices.start, indices.endInclusive + 1 | 0));
- }
- function slice_0($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList(copyOfRange_4($receiver, indices.start, indices.endInclusive + 1 | 0));
- }
- function slice_1($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList(copyOfRange_5($receiver, indices.start, indices.endInclusive + 1 | 0));
- }
- function slice_2($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList(copyOfRange_6($receiver, indices.start, indices.endInclusive + 1 | 0));
- }
- function slice_3($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList(copyOfRange_7($receiver, indices.start, indices.endInclusive + 1 | 0));
- }
- function slice_4($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList(copyOfRange_8($receiver, indices.start, indices.endInclusive + 1 | 0));
- }
- function slice_5($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList(copyOfRange_9($receiver, indices.start, indices.endInclusive + 1 | 0));
- }
- function slice_6($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList(copyOfRange_10($receiver, indices.start, indices.endInclusive + 1 | 0));
- }
- function slice_7($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList_7(copyOfRange_11($receiver, indices.start, indices.endInclusive + 1 | 0));
- }
- function slice_8($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver[index]);
- }
- return list;
- }
- function slice_9($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver[index]);
- }
- return list;
- }
- function slice_10($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver[index]);
- }
- return list;
- }
- function slice_11($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver[index]);
- }
- return list;
- }
- function slice_12($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver[index]);
- }
- return list;
- }
- function slice_13($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver[index]);
- }
- return list;
- }
- function slice_14($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver[index]);
- }
- return list;
- }
- function slice_15($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver[index]);
- }
- return list;
- }
- function slice_16($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$(toBoxedChar($receiver[index]));
- }
- return list;
- }
- function sliceArray($receiver, indices) {
- var tmp$, tmp$_0;
- var result = arrayOfNulls($receiver, indices.size);
- var targetIndex = 0;
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var sourceIndex = tmp$.next();
- result[tmp$_0 = targetIndex, targetIndex = tmp$_0 + 1 | 0, tmp$_0] = $receiver[sourceIndex];
- }
- return result;
- }
- function sliceArray_0($receiver, indices) {
- var tmp$, tmp$_0;
- var result = new Int8Array(indices.size);
- var targetIndex = 0;
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var sourceIndex = tmp$.next();
- result[tmp$_0 = targetIndex, targetIndex = tmp$_0 + 1 | 0, tmp$_0] = $receiver[sourceIndex];
- }
- return result;
- }
- function sliceArray_1($receiver, indices) {
- var tmp$, tmp$_0;
- var result = new Int16Array(indices.size);
- var targetIndex = 0;
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var sourceIndex = tmp$.next();
- result[tmp$_0 = targetIndex, targetIndex = tmp$_0 + 1 | 0, tmp$_0] = $receiver[sourceIndex];
- }
- return result;
- }
- function sliceArray_2($receiver, indices) {
- var tmp$, tmp$_0;
- var result = new Int32Array(indices.size);
- var targetIndex = 0;
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var sourceIndex = tmp$.next();
- result[tmp$_0 = targetIndex, targetIndex = tmp$_0 + 1 | 0, tmp$_0] = $receiver[sourceIndex];
- }
- return result;
- }
- function sliceArray_3($receiver, indices) {
- var tmp$, tmp$_0;
- var result = Kotlin.longArray(indices.size);
- var targetIndex = 0;
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var sourceIndex = tmp$.next();
- result[tmp$_0 = targetIndex, targetIndex = tmp$_0 + 1 | 0, tmp$_0] = $receiver[sourceIndex];
- }
- return result;
- }
- function sliceArray_4($receiver, indices) {
- var tmp$, tmp$_0;
- var result = new Float32Array(indices.size);
- var targetIndex = 0;
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var sourceIndex = tmp$.next();
- result[tmp$_0 = targetIndex, targetIndex = tmp$_0 + 1 | 0, tmp$_0] = $receiver[sourceIndex];
- }
- return result;
- }
- function sliceArray_5($receiver, indices) {
- var tmp$, tmp$_0;
- var result = new Float64Array(indices.size);
- var targetIndex = 0;
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var sourceIndex = tmp$.next();
- result[tmp$_0 = targetIndex, targetIndex = tmp$_0 + 1 | 0, tmp$_0] = $receiver[sourceIndex];
- }
- return result;
- }
- function sliceArray_6($receiver, indices) {
- var tmp$, tmp$_0;
- var result = Kotlin.booleanArray(indices.size);
- var targetIndex = 0;
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var sourceIndex = tmp$.next();
- result[tmp$_0 = targetIndex, targetIndex = tmp$_0 + 1 | 0, tmp$_0] = $receiver[sourceIndex];
- }
- return result;
- }
- function sliceArray_7($receiver, indices) {
- var tmp$, tmp$_0;
- var result = Kotlin.charArray(indices.size);
- var targetIndex = 0;
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var sourceIndex = tmp$.next();
- result[tmp$_0 = targetIndex, targetIndex = tmp$_0 + 1 | 0, tmp$_0] = $receiver[sourceIndex];
- }
- return result;
- }
- function sliceArray_8($receiver, indices) {
- if (indices.isEmpty())
- return copyOfRange_3($receiver, 0, 0);
- return copyOfRange_3($receiver, indices.start, indices.endInclusive + 1 | 0);
- }
- function sliceArray_9($receiver, indices) {
- if (indices.isEmpty())
- return new Int8Array(0);
- return copyOfRange_4($receiver, indices.start, indices.endInclusive + 1 | 0);
- }
- function sliceArray_10($receiver, indices) {
- if (indices.isEmpty())
- return new Int16Array(0);
- return copyOfRange_5($receiver, indices.start, indices.endInclusive + 1 | 0);
- }
- function sliceArray_11($receiver, indices) {
- if (indices.isEmpty())
- return new Int32Array(0);
- return copyOfRange_6($receiver, indices.start, indices.endInclusive + 1 | 0);
- }
- function sliceArray_12($receiver, indices) {
- if (indices.isEmpty())
- return Kotlin.longArray(0);
- return copyOfRange_7($receiver, indices.start, indices.endInclusive + 1 | 0);
- }
- function sliceArray_13($receiver, indices) {
- if (indices.isEmpty())
- return new Float32Array(0);
- return copyOfRange_8($receiver, indices.start, indices.endInclusive + 1 | 0);
- }
- function sliceArray_14($receiver, indices) {
- if (indices.isEmpty())
- return new Float64Array(0);
- return copyOfRange_9($receiver, indices.start, indices.endInclusive + 1 | 0);
- }
- function sliceArray_15($receiver, indices) {
- if (indices.isEmpty())
- return Kotlin.booleanArray(0);
- return copyOfRange_10($receiver, indices.start, indices.endInclusive + 1 | 0);
- }
- function sliceArray_16($receiver, indices) {
- if (indices.isEmpty())
- return Kotlin.charArray(0);
- return copyOfRange_11($receiver, indices.start, indices.endInclusive + 1 | 0);
- }
- function take($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.length)
- return toList($receiver);
- if (n === 1)
- return listOf($receiver[0]);
- var count = 0;
- var list = ArrayList_init_0(n);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function take_0($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.length)
- return toList_0($receiver);
- if (n === 1)
- return listOf($receiver[0]);
- var count = 0;
- var list = ArrayList_init_0(n);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function take_1($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.length)
- return toList_1($receiver);
- if (n === 1)
- return listOf($receiver[0]);
- var count = 0;
- var list = ArrayList_init_0(n);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function take_2($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.length)
- return toList_2($receiver);
- if (n === 1)
- return listOf($receiver[0]);
- var count = 0;
- var list = ArrayList_init_0(n);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function take_3($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.length)
- return toList_3($receiver);
- if (n === 1)
- return listOf($receiver[0]);
- var count = 0;
- var list = ArrayList_init_0(n);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function take_4($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.length)
- return toList_4($receiver);
- if (n === 1)
- return listOf($receiver[0]);
- var count = 0;
- var list = ArrayList_init_0(n);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function take_5($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.length)
- return toList_5($receiver);
- if (n === 1)
- return listOf($receiver[0]);
- var count = 0;
- var list = ArrayList_init_0(n);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function take_6($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.length)
- return toList_6($receiver);
- if (n === 1)
- return listOf($receiver[0]);
- var count = 0;
- var list = ArrayList_init_0(n);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function take_7($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.length)
- return toList_7($receiver);
- if (n === 1)
- return listOf(toBoxedChar($receiver[0]));
- var count = 0;
- var list = ArrayList_init_0(n);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- list.add_11rb$(toBoxedChar(item));
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function takeLast($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.length;
- if (n >= size)
- return toList($receiver);
- if (n === 1)
- return listOf($receiver[size - 1 | 0]);
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver[index]);
- return list;
- }
- function takeLast_0($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.length;
- if (n >= size)
- return toList_0($receiver);
- if (n === 1)
- return listOf($receiver[size - 1 | 0]);
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver[index]);
- return list;
- }
- function takeLast_1($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.length;
- if (n >= size)
- return toList_1($receiver);
- if (n === 1)
- return listOf($receiver[size - 1 | 0]);
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver[index]);
- return list;
- }
- function takeLast_2($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.length;
- if (n >= size)
- return toList_2($receiver);
- if (n === 1)
- return listOf($receiver[size - 1 | 0]);
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver[index]);
- return list;
- }
- function takeLast_3($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.length;
- if (n >= size)
- return toList_3($receiver);
- if (n === 1)
- return listOf($receiver[size - 1 | 0]);
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver[index]);
- return list;
- }
- function takeLast_4($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.length;
- if (n >= size)
- return toList_4($receiver);
- if (n === 1)
- return listOf($receiver[size - 1 | 0]);
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver[index]);
- return list;
- }
- function takeLast_5($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.length;
- if (n >= size)
- return toList_5($receiver);
- if (n === 1)
- return listOf($receiver[size - 1 | 0]);
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver[index]);
- return list;
- }
- function takeLast_6($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.length;
- if (n >= size)
- return toList_6($receiver);
- if (n === 1)
- return listOf($receiver[size - 1 | 0]);
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver[index]);
- return list;
- }
- function takeLast_7($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.length;
- if (n >= size)
- return toList_7($receiver);
- if (n === 1)
- return listOf(toBoxedChar($receiver[size - 1 | 0]));
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$(toBoxedChar($receiver[index]));
- return list;
- }
- var takeLastWhile = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_sfx99b$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var drop = _.kotlin.collections.drop_8ujjk8$;
- var toList = _.kotlin.collections.toList_us0mfu$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeLastWhile_0 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_c3i447$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var drop = _.kotlin.collections.drop_mrm5p$;
- var toList = _.kotlin.collections.toList_964n91$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeLastWhile_1 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_247xw3$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var drop = _.kotlin.collections.drop_m2jy6x$;
- var toList = _.kotlin.collections.toList_i2lc79$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeLastWhile_2 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_il4kyb$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var drop = _.kotlin.collections.drop_c03ot6$;
- var toList = _.kotlin.collections.toList_tmsbgo$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeLastWhile_3 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_i1oc7r$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var drop = _.kotlin.collections.drop_3aefkx$;
- var toList = _.kotlin.collections.toList_se6h4x$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeLastWhile_4 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_u4nq1f$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var drop = _.kotlin.collections.drop_rblqex$;
- var toList = _.kotlin.collections.toList_rjqryz$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeLastWhile_5 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_3vq27r$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var drop = _.kotlin.collections.drop_xgrzbe$;
- var toList = _.kotlin.collections.toList_bvy38s$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeLastWhile_6 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_xffwn9$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var drop = _.kotlin.collections.drop_1qu12l$;
- var toList = _.kotlin.collections.toList_l1lu5t$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate($receiver[index])) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeLastWhile_7 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_3ji0pj$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var drop = _.kotlin.collections.drop_gtcw5h$;
- var toList = _.kotlin.collections.toList_355ntz$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate(toBoxedChar($receiver[index]))) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeWhile = defineInlineFunction('kotlin.kotlin.collections.takeWhile_sfx99b$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var takeWhile_0 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_c3i447$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var takeWhile_1 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_247xw3$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var takeWhile_2 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_il4kyb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var takeWhile_3 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_i1oc7r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var takeWhile_4 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_u4nq1f$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var takeWhile_5 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_3vq27r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var takeWhile_6 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_xffwn9$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var takeWhile_7 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_3ji0pj$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- if (!predicate(toBoxedChar(item)))
- break;
- list.add_11rb$(toBoxedChar(item));
- }
- return list;
- };
- }));
- function reverse($receiver) {
- var midPoint = ($receiver.length / 2 | 0) - 1 | 0;
- if (midPoint < 0)
- return;
- var reverseIndex = get_lastIndex($receiver);
- for (var index = 0; index <= midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_0($receiver) {
- var midPoint = ($receiver.length / 2 | 0) - 1 | 0;
- if (midPoint < 0)
- return;
- var reverseIndex = get_lastIndex_0($receiver);
- for (var index = 0; index <= midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_1($receiver) {
- var midPoint = ($receiver.length / 2 | 0) - 1 | 0;
- if (midPoint < 0)
- return;
- var reverseIndex = get_lastIndex_1($receiver);
- for (var index = 0; index <= midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_2($receiver) {
- var midPoint = ($receiver.length / 2 | 0) - 1 | 0;
- if (midPoint < 0)
- return;
- var reverseIndex = get_lastIndex_2($receiver);
- for (var index = 0; index <= midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_3($receiver) {
- var midPoint = ($receiver.length / 2 | 0) - 1 | 0;
- if (midPoint < 0)
- return;
- var reverseIndex = get_lastIndex_3($receiver);
- for (var index = 0; index <= midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_4($receiver) {
- var midPoint = ($receiver.length / 2 | 0) - 1 | 0;
- if (midPoint < 0)
- return;
- var reverseIndex = get_lastIndex_4($receiver);
- for (var index = 0; index <= midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_5($receiver) {
- var midPoint = ($receiver.length / 2 | 0) - 1 | 0;
- if (midPoint < 0)
- return;
- var reverseIndex = get_lastIndex_5($receiver);
- for (var index = 0; index <= midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_6($receiver) {
- var midPoint = ($receiver.length / 2 | 0) - 1 | 0;
- if (midPoint < 0)
- return;
- var reverseIndex = get_lastIndex_6($receiver);
- for (var index = 0; index <= midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_7($receiver) {
- var midPoint = ($receiver.length / 2 | 0) - 1 | 0;
- if (midPoint < 0)
- return;
- var reverseIndex = get_lastIndex_7($receiver);
- for (var index = 0; index <= midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_8($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var midPoint = (fromIndex + toIndex | 0) / 2 | 0;
- if (fromIndex === midPoint)
- return;
- var reverseIndex = toIndex - 1 | 0;
- for (var index = fromIndex; index < midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_9($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var midPoint = (fromIndex + toIndex | 0) / 2 | 0;
- if (fromIndex === midPoint)
- return;
- var reverseIndex = toIndex - 1 | 0;
- for (var index = fromIndex; index < midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_10($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var midPoint = (fromIndex + toIndex | 0) / 2 | 0;
- if (fromIndex === midPoint)
- return;
- var reverseIndex = toIndex - 1 | 0;
- for (var index = fromIndex; index < midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_11($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var midPoint = (fromIndex + toIndex | 0) / 2 | 0;
- if (fromIndex === midPoint)
- return;
- var reverseIndex = toIndex - 1 | 0;
- for (var index = fromIndex; index < midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_12($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var midPoint = (fromIndex + toIndex | 0) / 2 | 0;
- if (fromIndex === midPoint)
- return;
- var reverseIndex = toIndex - 1 | 0;
- for (var index = fromIndex; index < midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_13($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var midPoint = (fromIndex + toIndex | 0) / 2 | 0;
- if (fromIndex === midPoint)
- return;
- var reverseIndex = toIndex - 1 | 0;
- for (var index = fromIndex; index < midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_14($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var midPoint = (fromIndex + toIndex | 0) / 2 | 0;
- if (fromIndex === midPoint)
- return;
- var reverseIndex = toIndex - 1 | 0;
- for (var index = fromIndex; index < midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_15($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var midPoint = (fromIndex + toIndex | 0) / 2 | 0;
- if (fromIndex === midPoint)
- return;
- var reverseIndex = toIndex - 1 | 0;
- for (var index = fromIndex; index < midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reverse_16($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var midPoint = (fromIndex + toIndex | 0) / 2 | 0;
- if (fromIndex === midPoint)
- return;
- var reverseIndex = toIndex - 1 | 0;
- for (var index = fromIndex; index < midPoint; index++) {
- var tmp = $receiver[index];
- $receiver[index] = $receiver[reverseIndex];
- $receiver[reverseIndex] = tmp;
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function reversed($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- var list = toMutableList($receiver);
- reverse_25(list);
- return list;
- }
- function reversed_0($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- var list = toMutableList_0($receiver);
- reverse_25(list);
- return list;
- }
- function reversed_1($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- var list = toMutableList_1($receiver);
- reverse_25(list);
- return list;
- }
- function reversed_2($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- var list = toMutableList_2($receiver);
- reverse_25(list);
- return list;
- }
- function reversed_3($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- var list = toMutableList_3($receiver);
- reverse_25(list);
- return list;
- }
- function reversed_4($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- var list = toMutableList_4($receiver);
- reverse_25(list);
- return list;
- }
- function reversed_5($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- var list = toMutableList_5($receiver);
- reverse_25(list);
- return list;
- }
- function reversed_6($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- var list = toMutableList_6($receiver);
- reverse_25(list);
- return list;
- }
- function reversed_7($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- var list = toMutableList_7($receiver);
- reverse_25(list);
- return list;
- }
- function reversedArray($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var result = arrayOfNulls($receiver, $receiver.length);
- var lastIndex = get_lastIndex($receiver);
- for (var i = 0; i <= lastIndex; i++)
- result[lastIndex - i | 0] = $receiver[i];
- return result;
- }
- function reversedArray_0($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var result = new Int8Array($receiver.length);
- var lastIndex = get_lastIndex_0($receiver);
- for (var i = 0; i <= lastIndex; i++)
- result[lastIndex - i | 0] = $receiver[i];
- return result;
- }
- function reversedArray_1($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var result = new Int16Array($receiver.length);
- var lastIndex = get_lastIndex_1($receiver);
- for (var i = 0; i <= lastIndex; i++)
- result[lastIndex - i | 0] = $receiver[i];
- return result;
- }
- function reversedArray_2($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var result = new Int32Array($receiver.length);
- var lastIndex = get_lastIndex_2($receiver);
- for (var i = 0; i <= lastIndex; i++)
- result[lastIndex - i | 0] = $receiver[i];
- return result;
- }
- function reversedArray_3($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var result = Kotlin.longArray($receiver.length);
- var lastIndex = get_lastIndex_3($receiver);
- for (var i = 0; i <= lastIndex; i++)
- result[lastIndex - i | 0] = $receiver[i];
- return result;
- }
- function reversedArray_4($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var result = new Float32Array($receiver.length);
- var lastIndex = get_lastIndex_4($receiver);
- for (var i = 0; i <= lastIndex; i++)
- result[lastIndex - i | 0] = $receiver[i];
- return result;
- }
- function reversedArray_5($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var result = new Float64Array($receiver.length);
- var lastIndex = get_lastIndex_5($receiver);
- for (var i = 0; i <= lastIndex; i++)
- result[lastIndex - i | 0] = $receiver[i];
- return result;
- }
- function reversedArray_6($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var result = Kotlin.booleanArray($receiver.length);
- var lastIndex = get_lastIndex_6($receiver);
- for (var i = 0; i <= lastIndex; i++)
- result[lastIndex - i | 0] = $receiver[i];
- return result;
- }
- function reversedArray_7($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var result = Kotlin.charArray($receiver.length);
- var lastIndex = get_lastIndex_7($receiver);
- for (var i = 0; i <= lastIndex; i++)
- result[lastIndex - i | 0] = $receiver[i];
- return result;
- }
- function shuffle($receiver) {
- shuffle_8($receiver, Random$Default_getInstance());
- }
- function shuffle_0($receiver) {
- shuffle_9($receiver, Random$Default_getInstance());
- }
- function shuffle_1($receiver) {
- shuffle_10($receiver, Random$Default_getInstance());
- }
- function shuffle_2($receiver) {
- shuffle_11($receiver, Random$Default_getInstance());
- }
- function shuffle_3($receiver) {
- shuffle_12($receiver, Random$Default_getInstance());
- }
- function shuffle_4($receiver) {
- shuffle_13($receiver, Random$Default_getInstance());
- }
- function shuffle_5($receiver) {
- shuffle_14($receiver, Random$Default_getInstance());
- }
- function shuffle_6($receiver) {
- shuffle_15($receiver, Random$Default_getInstance());
- }
- function shuffle_7($receiver) {
- shuffle_16($receiver, Random$Default_getInstance());
- }
- function shuffle_8($receiver, random) {
- for (var i = get_lastIndex($receiver); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver[i];
- $receiver[i] = $receiver[j];
- $receiver[j] = copy;
- }
- }
- function shuffle_9($receiver, random) {
- for (var i = get_lastIndex_0($receiver); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver[i];
- $receiver[i] = $receiver[j];
- $receiver[j] = copy;
- }
- }
- function shuffle_10($receiver, random) {
- for (var i = get_lastIndex_1($receiver); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver[i];
- $receiver[i] = $receiver[j];
- $receiver[j] = copy;
- }
- }
- function shuffle_11($receiver, random) {
- for (var i = get_lastIndex_2($receiver); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver[i];
- $receiver[i] = $receiver[j];
- $receiver[j] = copy;
- }
- }
- function shuffle_12($receiver, random) {
- for (var i = get_lastIndex_3($receiver); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver[i];
- $receiver[i] = $receiver[j];
- $receiver[j] = copy;
- }
- }
- function shuffle_13($receiver, random) {
- for (var i = get_lastIndex_4($receiver); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver[i];
- $receiver[i] = $receiver[j];
- $receiver[j] = copy;
- }
- }
- function shuffle_14($receiver, random) {
- for (var i = get_lastIndex_5($receiver); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver[i];
- $receiver[i] = $receiver[j];
- $receiver[j] = copy;
- }
- }
- function shuffle_15($receiver, random) {
- for (var i = get_lastIndex_6($receiver); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver[i];
- $receiver[i] = $receiver[j];
- $receiver[j] = copy;
- }
- }
- function shuffle_16($receiver, random) {
- for (var i = get_lastIndex_7($receiver); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver[i];
- $receiver[i] = $receiver[j];
- $receiver[j] = copy;
- }
- }
- var sortBy = defineInlineFunction('kotlin.kotlin.collections.sortBy_99hh6x$', wrapFunction(function () {
- var sortWith = _.kotlin.collections.sortWith_iwcb0m$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- if ($receiver.length > 1) {
- sortWith($receiver, new Comparator(compareBy$lambda(selector)));
- }};
- }));
- var sortByDescending = defineInlineFunction('kotlin.kotlin.collections.sortByDescending_99hh6x$', wrapFunction(function () {
- var sortWith = _.kotlin.collections.sortWith_iwcb0m$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- if ($receiver.length > 1) {
- sortWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- }};
- }));
- function sortDescending($receiver) {
- sortWith($receiver, reverseOrder());
- }
- function sortDescending_0($receiver) {
- if ($receiver.length > 1) {
- sort($receiver);
- reverse_0($receiver);
- }}
- function sortDescending_1($receiver) {
- if ($receiver.length > 1) {
- sort($receiver);
- reverse_1($receiver);
- }}
- function sortDescending_2($receiver) {
- if ($receiver.length > 1) {
- sort($receiver);
- reverse_2($receiver);
- }}
- function sortDescending_3($receiver) {
- if ($receiver.length > 1) {
- sort_8($receiver);
- reverse_3($receiver);
- }}
- function sortDescending_4($receiver) {
- if ($receiver.length > 1) {
- sort($receiver);
- reverse_4($receiver);
- }}
- function sortDescending_5($receiver) {
- if ($receiver.length > 1) {
- sort($receiver);
- reverse_5($receiver);
- }}
- function sortDescending_6($receiver) {
- if ($receiver.length > 1) {
- sort($receiver);
- reverse_7($receiver);
- }}
- function sorted($receiver) {
- return asList(sortedArray($receiver));
- }
- function sorted_0($receiver) {
- var $receiver_0 = toTypedArray_3($receiver);
- sort_9($receiver_0);
- return asList($receiver_0);
- }
- function sorted_1($receiver) {
- var $receiver_0 = toTypedArray_4($receiver);
- sort_9($receiver_0);
- return asList($receiver_0);
- }
- function sorted_2($receiver) {
- var $receiver_0 = toTypedArray_5($receiver);
- sort_9($receiver_0);
- return asList($receiver_0);
- }
- function sorted_3($receiver) {
- var $receiver_0 = toTypedArray_6($receiver);
- sort_9($receiver_0);
- return asList($receiver_0);
- }
- function sorted_4($receiver) {
- var $receiver_0 = toTypedArray_7($receiver);
- sort_9($receiver_0);
- return asList($receiver_0);
- }
- function sorted_5($receiver) {
- var $receiver_0 = toTypedArray_8($receiver);
- sort_9($receiver_0);
- return asList($receiver_0);
- }
- function sorted_6($receiver) {
- var $receiver_0 = toTypedArray_10($receiver);
- sort_9($receiver_0);
- return asList($receiver_0);
- }
- function sortedArray($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sort_9($receiver_0);
- return $receiver_0;
- }
- function sortedArray_0($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sort($receiver_0);
- return $receiver_0;
- }
- function sortedArray_1($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sort($receiver_0);
- return $receiver_0;
- }
- function sortedArray_2($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sort($receiver_0);
- return $receiver_0;
- }
- function sortedArray_3($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = copyOf_11($receiver);
- sort_8($receiver_0);
- return $receiver_0;
- }
- function sortedArray_4($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sort($receiver_0);
- return $receiver_0;
- }
- function sortedArray_5($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sort($receiver_0);
- return $receiver_0;
- }
- function sortedArray_6($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = copyOf_15($receiver);
- sort($receiver_0);
- return $receiver_0;
- }
- function sortedArrayDescending($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sortWith($receiver_0, reverseOrder());
- return $receiver_0;
- }
- function sortedArrayDescending_0($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sortDescending_0($receiver_0);
- return $receiver_0;
- }
- function sortedArrayDescending_1($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sortDescending_1($receiver_0);
- return $receiver_0;
- }
- function sortedArrayDescending_2($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sortDescending_2($receiver_0);
- return $receiver_0;
- }
- function sortedArrayDescending_3($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = copyOf_11($receiver);
- sortDescending_3($receiver_0);
- return $receiver_0;
- }
- function sortedArrayDescending_4($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sortDescending_4($receiver_0);
- return $receiver_0;
- }
- function sortedArrayDescending_5($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sortDescending_5($receiver_0);
- return $receiver_0;
- }
- function sortedArrayDescending_6($receiver) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = copyOf_15($receiver);
- sortDescending_6($receiver_0);
- return $receiver_0;
- }
- function sortedArrayWith($receiver, comparator) {
- if ($receiver.length === 0)
- return $receiver;
- var $receiver_0 = $receiver.slice();
- sortWith($receiver_0, comparator);
- return $receiver_0;
- }
- var sortedBy = defineInlineFunction('kotlin.kotlin.collections.sortedBy_99hh6x$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_iwcb0m$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareBy$lambda(selector)));
- };
- }));
- var sortedBy_0 = defineInlineFunction('kotlin.kotlin.collections.sortedBy_jirwv8$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_movtv6$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareBy$lambda(selector)));
- };
- }));
- var sortedBy_1 = defineInlineFunction('kotlin.kotlin.collections.sortedBy_p0tdr4$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_u08rls$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareBy$lambda(selector)));
- };
- }));
- var sortedBy_2 = defineInlineFunction('kotlin.kotlin.collections.sortedBy_30vlmi$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_rsw9pc$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareBy$lambda(selector)));
- };
- }));
- var sortedBy_3 = defineInlineFunction('kotlin.kotlin.collections.sortedBy_hom4ws$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_wqwa2y$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareBy$lambda(selector)));
- };
- }));
- var sortedBy_4 = defineInlineFunction('kotlin.kotlin.collections.sortedBy_ksd00w$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_1sg7gg$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareBy$lambda(selector)));
- };
- }));
- var sortedBy_5 = defineInlineFunction('kotlin.kotlin.collections.sortedBy_fvpt30$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_jucva8$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareBy$lambda(selector)));
- };
- }));
- var sortedBy_6 = defineInlineFunction('kotlin.kotlin.collections.sortedBy_xt360o$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_7ffj0g$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareBy$lambda(selector)));
- };
- }));
- var sortedBy_7 = defineInlineFunction('kotlin.kotlin.collections.sortedBy_epurks$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_7ncb86$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareBy$lambda(selector)));
- };
- }));
- var sortedByDescending = defineInlineFunction('kotlin.kotlin.collections.sortedByDescending_99hh6x$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_iwcb0m$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- };
- }));
- var sortedByDescending_0 = defineInlineFunction('kotlin.kotlin.collections.sortedByDescending_jirwv8$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_movtv6$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- };
- }));
- var sortedByDescending_1 = defineInlineFunction('kotlin.kotlin.collections.sortedByDescending_p0tdr4$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_u08rls$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- };
- }));
- var sortedByDescending_2 = defineInlineFunction('kotlin.kotlin.collections.sortedByDescending_30vlmi$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_rsw9pc$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- };
- }));
- var sortedByDescending_3 = defineInlineFunction('kotlin.kotlin.collections.sortedByDescending_hom4ws$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_wqwa2y$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- };
- }));
- var sortedByDescending_4 = defineInlineFunction('kotlin.kotlin.collections.sortedByDescending_ksd00w$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_1sg7gg$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- };
- }));
- var sortedByDescending_5 = defineInlineFunction('kotlin.kotlin.collections.sortedByDescending_fvpt30$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_jucva8$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- };
- }));
- var sortedByDescending_6 = defineInlineFunction('kotlin.kotlin.collections.sortedByDescending_xt360o$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_7ffj0g$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- };
- }));
- var sortedByDescending_7 = defineInlineFunction('kotlin.kotlin.collections.sortedByDescending_epurks$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_7ncb86$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- };
- }));
- function sortedDescending($receiver) {
- return sortedWith($receiver, reverseOrder());
- }
- function sortedDescending_0($receiver) {
- var $receiver_0 = $receiver.slice();
- sort($receiver_0);
- return reversed_0($receiver_0);
- }
- function sortedDescending_1($receiver) {
- var $receiver_0 = $receiver.slice();
- sort($receiver_0);
- return reversed_1($receiver_0);
- }
- function sortedDescending_2($receiver) {
- var $receiver_0 = $receiver.slice();
- sort($receiver_0);
- return reversed_2($receiver_0);
- }
- function sortedDescending_3($receiver) {
- var $receiver_0 = copyOf_11($receiver);
- sort_8($receiver_0);
- return reversed_3($receiver_0);
- }
- function sortedDescending_4($receiver) {
- var $receiver_0 = $receiver.slice();
- sort($receiver_0);
- return reversed_4($receiver_0);
- }
- function sortedDescending_5($receiver) {
- var $receiver_0 = $receiver.slice();
- sort($receiver_0);
- return reversed_5($receiver_0);
- }
- function sortedDescending_6($receiver) {
- var $receiver_0 = copyOf_15($receiver);
- sort($receiver_0);
- return reversed_7($receiver_0);
- }
- function sortedWith($receiver, comparator) {
- return asList(sortedArrayWith($receiver, comparator));
- }
- function sortedWith_0($receiver, comparator) {
- var $receiver_0 = toTypedArray_3($receiver);
- sortWith($receiver_0, comparator);
- return asList($receiver_0);
- }
- function sortedWith_1($receiver, comparator) {
- var $receiver_0 = toTypedArray_4($receiver);
- sortWith($receiver_0, comparator);
- return asList($receiver_0);
- }
- function sortedWith_2($receiver, comparator) {
- var $receiver_0 = toTypedArray_5($receiver);
- sortWith($receiver_0, comparator);
- return asList($receiver_0);
- }
- function sortedWith_3($receiver, comparator) {
- var $receiver_0 = toTypedArray_6($receiver);
- sortWith($receiver_0, comparator);
- return asList($receiver_0);
- }
- function sortedWith_4($receiver, comparator) {
- var $receiver_0 = toTypedArray_7($receiver);
- sortWith($receiver_0, comparator);
- return asList($receiver_0);
- }
- function sortedWith_5($receiver, comparator) {
- var $receiver_0 = toTypedArray_8($receiver);
- sortWith($receiver_0, comparator);
- return asList($receiver_0);
- }
- function sortedWith_6($receiver, comparator) {
- var $receiver_0 = toTypedArray_9($receiver);
- sortWith($receiver_0, comparator);
- return asList($receiver_0);
- }
- function sortedWith_7($receiver, comparator) {
- var $receiver_0 = toTypedArray_10($receiver);
- sortWith($receiver_0, comparator);
- return asList($receiver_0);
- }
- function get_indices($receiver) {
- return new IntRange(0, get_lastIndex($receiver));
- }
- function get_indices_0($receiver) {
- return new IntRange(0, get_lastIndex_0($receiver));
- }
- function get_indices_1($receiver) {
- return new IntRange(0, get_lastIndex_1($receiver));
- }
- function get_indices_2($receiver) {
- return new IntRange(0, get_lastIndex_2($receiver));
- }
- function get_indices_3($receiver) {
- return new IntRange(0, get_lastIndex_3($receiver));
- }
- function get_indices_4($receiver) {
- return new IntRange(0, get_lastIndex_4($receiver));
- }
- function get_indices_5($receiver) {
- return new IntRange(0, get_lastIndex_5($receiver));
- }
- function get_indices_6($receiver) {
- return new IntRange(0, get_lastIndex_6($receiver));
- }
- function get_indices_7($receiver) {
- return new IntRange(0, get_lastIndex_7($receiver));
- }
- var isEmpty = defineInlineFunction('kotlin.kotlin.collections.isEmpty_us0mfu$', function ($receiver) {
- return $receiver.length === 0;
- });
- var isEmpty_0 = defineInlineFunction('kotlin.kotlin.collections.isEmpty_964n91$', function ($receiver) {
- return $receiver.length === 0;
- });
- var isEmpty_1 = defineInlineFunction('kotlin.kotlin.collections.isEmpty_i2lc79$', function ($receiver) {
- return $receiver.length === 0;
- });
- var isEmpty_2 = defineInlineFunction('kotlin.kotlin.collections.isEmpty_tmsbgo$', function ($receiver) {
- return $receiver.length === 0;
- });
- var isEmpty_3 = defineInlineFunction('kotlin.kotlin.collections.isEmpty_se6h4x$', function ($receiver) {
- return $receiver.length === 0;
- });
- var isEmpty_4 = defineInlineFunction('kotlin.kotlin.collections.isEmpty_rjqryz$', function ($receiver) {
- return $receiver.length === 0;
- });
- var isEmpty_5 = defineInlineFunction('kotlin.kotlin.collections.isEmpty_bvy38s$', function ($receiver) {
- return $receiver.length === 0;
- });
- var isEmpty_6 = defineInlineFunction('kotlin.kotlin.collections.isEmpty_l1lu5t$', function ($receiver) {
- return $receiver.length === 0;
- });
- var isEmpty_7 = defineInlineFunction('kotlin.kotlin.collections.isEmpty_355ntz$', function ($receiver) {
- return $receiver.length === 0;
- });
- var isNotEmpty = defineInlineFunction('kotlin.kotlin.collections.isNotEmpty_us0mfu$', function ($receiver) {
- return !($receiver.length === 0);
- });
- var isNotEmpty_0 = defineInlineFunction('kotlin.kotlin.collections.isNotEmpty_964n91$', function ($receiver) {
- return !($receiver.length === 0);
- });
- var isNotEmpty_1 = defineInlineFunction('kotlin.kotlin.collections.isNotEmpty_i2lc79$', function ($receiver) {
- return !($receiver.length === 0);
- });
- var isNotEmpty_2 = defineInlineFunction('kotlin.kotlin.collections.isNotEmpty_tmsbgo$', function ($receiver) {
- return !($receiver.length === 0);
- });
- var isNotEmpty_3 = defineInlineFunction('kotlin.kotlin.collections.isNotEmpty_se6h4x$', function ($receiver) {
- return !($receiver.length === 0);
- });
- var isNotEmpty_4 = defineInlineFunction('kotlin.kotlin.collections.isNotEmpty_rjqryz$', function ($receiver) {
- return !($receiver.length === 0);
- });
- var isNotEmpty_5 = defineInlineFunction('kotlin.kotlin.collections.isNotEmpty_bvy38s$', function ($receiver) {
- return !($receiver.length === 0);
- });
- var isNotEmpty_6 = defineInlineFunction('kotlin.kotlin.collections.isNotEmpty_l1lu5t$', function ($receiver) {
- return !($receiver.length === 0);
- });
- var isNotEmpty_7 = defineInlineFunction('kotlin.kotlin.collections.isNotEmpty_355ntz$', function ($receiver) {
- return !($receiver.length === 0);
- });
- function get_lastIndex($receiver) {
- return $receiver.length - 1 | 0;
- }
- function get_lastIndex_0($receiver) {
- return $receiver.length - 1 | 0;
- }
- function get_lastIndex_1($receiver) {
- return $receiver.length - 1 | 0;
- }
- function get_lastIndex_2($receiver) {
- return $receiver.length - 1 | 0;
- }
- function get_lastIndex_3($receiver) {
- return $receiver.length - 1 | 0;
- }
- function get_lastIndex_4($receiver) {
- return $receiver.length - 1 | 0;
- }
- function get_lastIndex_5($receiver) {
- return $receiver.length - 1 | 0;
- }
- function get_lastIndex_6($receiver) {
- return $receiver.length - 1 | 0;
- }
- function get_lastIndex_7($receiver) {
- return $receiver.length - 1 | 0;
- }
- function sortDescending_7($receiver, fromIndex, toIndex) {
- sortWith_0($receiver, reverseOrder(), fromIndex, toIndex);
- }
- function sortDescending_8($receiver, fromIndex, toIndex) {
- sort_12($receiver, fromIndex, toIndex);
- reverse_9($receiver, fromIndex, toIndex);
- }
- function sortDescending_9($receiver, fromIndex, toIndex) {
- sort_13($receiver, fromIndex, toIndex);
- reverse_10($receiver, fromIndex, toIndex);
- }
- function sortDescending_10($receiver, fromIndex, toIndex) {
- sort_14($receiver, fromIndex, toIndex);
- reverse_11($receiver, fromIndex, toIndex);
- }
- function sortDescending_11($receiver, fromIndex, toIndex) {
- sort_15($receiver, fromIndex, toIndex);
- reverse_12($receiver, fromIndex, toIndex);
- }
- function sortDescending_12($receiver, fromIndex, toIndex) {
- sort_16($receiver, fromIndex, toIndex);
- reverse_13($receiver, fromIndex, toIndex);
- }
- function sortDescending_13($receiver, fromIndex, toIndex) {
- sort_17($receiver, fromIndex, toIndex);
- reverse_14($receiver, fromIndex, toIndex);
- }
- function sortDescending_14($receiver, fromIndex, toIndex) {
- sort_18($receiver, fromIndex, toIndex);
- reverse_16($receiver, fromIndex, toIndex);
- }
- function toBooleanArray$lambda(this$toBooleanArray) {
- return function (index) {
- return this$toBooleanArray[index];
- };
- }
- function toBooleanArray($receiver) {
- return Kotlin.booleanArrayF($receiver.length, toBooleanArray$lambda($receiver));
- }
- function toByteArray$lambda(this$toByteArray) {
- return function (index) {
- return this$toByteArray[index];
- };
- }
- function toByteArray($receiver) {
- return Kotlin.fillArray(new Int8Array($receiver.length), toByteArray$lambda($receiver));
- }
- function toCharArray$lambda(this$toCharArray) {
- return function (index) {
- return this$toCharArray[index];
- };
- }
- function toCharArray($receiver) {
- return Kotlin.charArrayF($receiver.length, toCharArray$lambda($receiver));
- }
- function toDoubleArray$lambda(this$toDoubleArray) {
- return function (index) {
- return this$toDoubleArray[index];
- };
- }
- function toDoubleArray($receiver) {
- return Kotlin.fillArray(new Float64Array($receiver.length), toDoubleArray$lambda($receiver));
- }
- function toFloatArray$lambda(this$toFloatArray) {
- return function (index) {
- return this$toFloatArray[index];
- };
- }
- function toFloatArray($receiver) {
- return Kotlin.fillArray(new Float32Array($receiver.length), toFloatArray$lambda($receiver));
- }
- function toIntArray$lambda(this$toIntArray) {
- return function (index) {
- return this$toIntArray[index];
- };
- }
- function toIntArray($receiver) {
- return Kotlin.fillArray(new Int32Array($receiver.length), toIntArray$lambda($receiver));
- }
- function toLongArray$lambda(this$toLongArray) {
- return function (index) {
- return this$toLongArray[index];
- };
- }
- function toLongArray($receiver) {
- return Kotlin.longArrayF($receiver.length, toLongArray$lambda($receiver));
- }
- function toShortArray$lambda(this$toShortArray) {
- return function (index) {
- return this$toShortArray[index];
- };
- }
- function toShortArray($receiver) {
- return Kotlin.fillArray(new Int16Array($receiver.length), toShortArray$lambda($receiver));
- }
- var associate = defineInlineFunction('kotlin.kotlin.collections.associate_51p84z$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, transform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associate_0 = defineInlineFunction('kotlin.kotlin.collections.associate_hllm27$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, transform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associate_1 = defineInlineFunction('kotlin.kotlin.collections.associate_21tl2r$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, transform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associate_2 = defineInlineFunction('kotlin.kotlin.collections.associate_ff74x3$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, transform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associate_3 = defineInlineFunction('kotlin.kotlin.collections.associate_d7c9rj$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, transform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associate_4 = defineInlineFunction('kotlin.kotlin.collections.associate_ddcx1p$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, transform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associate_5 = defineInlineFunction('kotlin.kotlin.collections.associate_neh4lr$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, transform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associate_6 = defineInlineFunction('kotlin.kotlin.collections.associate_su3lit$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, transform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associate_7 = defineInlineFunction('kotlin.kotlin.collections.associate_2m77bl$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, transform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- var pair = transform(toBoxedChar(element));
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associateBy = defineInlineFunction('kotlin.kotlin.collections.associateBy_73x53s$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- };
- }));
- var associateBy_0 = defineInlineFunction('kotlin.kotlin.collections.associateBy_i1orpu$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- };
- }));
- var associateBy_1 = defineInlineFunction('kotlin.kotlin.collections.associateBy_2yxo7i$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- };
- }));
- var associateBy_2 = defineInlineFunction('kotlin.kotlin.collections.associateBy_vhfi20$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- };
- }));
- var associateBy_3 = defineInlineFunction('kotlin.kotlin.collections.associateBy_oifiz6$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- };
- }));
- var associateBy_4 = defineInlineFunction('kotlin.kotlin.collections.associateBy_5k9h5a$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- };
- }));
- var associateBy_5 = defineInlineFunction('kotlin.kotlin.collections.associateBy_hbdsc2$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- };
- }));
- var associateBy_6 = defineInlineFunction('kotlin.kotlin.collections.associateBy_8oadti$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- };
- }));
- var associateBy_7 = defineInlineFunction('kotlin.kotlin.collections.associateBy_pmkh76$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, keySelector) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- destination.put_xwzc9p$(keySelector(toBoxedChar(element)), toBoxedChar(element));
- }
- return destination;
- };
- }));
- var associateBy_8 = defineInlineFunction('kotlin.kotlin.collections.associateBy_67lihi$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector, valueTransform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- };
- }));
- var associateBy_9 = defineInlineFunction('kotlin.kotlin.collections.associateBy_prlkfp$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector, valueTransform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- };
- }));
- var associateBy_10 = defineInlineFunction('kotlin.kotlin.collections.associateBy_emzy0b$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector, valueTransform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- };
- }));
- var associateBy_11 = defineInlineFunction('kotlin.kotlin.collections.associateBy_5wtufc$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector, valueTransform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- };
- }));
- var associateBy_12 = defineInlineFunction('kotlin.kotlin.collections.associateBy_hq1329$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector, valueTransform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- };
- }));
- var associateBy_13 = defineInlineFunction('kotlin.kotlin.collections.associateBy_jjomwl$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector, valueTransform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- };
- }));
- var associateBy_14 = defineInlineFunction('kotlin.kotlin.collections.associateBy_bvjqb8$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector, valueTransform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- };
- }));
- var associateBy_15 = defineInlineFunction('kotlin.kotlin.collections.associateBy_hxvtq7$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector, valueTransform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- };
- }));
- var associateBy_16 = defineInlineFunction('kotlin.kotlin.collections.associateBy_nlw5ll$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, keySelector, valueTransform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- destination.put_xwzc9p$(keySelector(toBoxedChar(element)), valueTransform(toBoxedChar(element)));
- }
- return destination;
- };
- }));
- var associateByTo = defineInlineFunction('kotlin.kotlin.collections.associateByTo_jnbl5d$', function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- });
- var associateByTo_0 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_6rsi3p$', function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- });
- var associateByTo_1 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_mvhbwl$', function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- });
- var associateByTo_2 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_jk03w$', function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- });
- var associateByTo_3 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_fajp69$', function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- });
- var associateByTo_4 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_z2kljv$', function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- });
- var associateByTo_5 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_s8dkm4$', function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- });
- var associateByTo_6 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_ro4olb$', function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- });
- var associateByTo_7 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_deafr$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- destination.put_xwzc9p$(keySelector(toBoxedChar(element)), toBoxedChar(element));
- }
- return destination;
- };
- }));
- var associateByTo_8 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_8rzqwv$', function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- });
- var associateByTo_9 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_cne8q6$', function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- });
- var associateByTo_10 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_gcgqha$', function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- });
- var associateByTo_11 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_snsha9$', function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- });
- var associateByTo_12 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_ryii4m$', function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- });
- var associateByTo_13 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_6a7lri$', function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- });
- var associateByTo_14 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_lxofut$', function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- });
- var associateByTo_15 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_u9h8ze$', function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- });
- var associateByTo_16 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_u7k4io$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- destination.put_xwzc9p$(keySelector(toBoxedChar(element)), valueTransform(toBoxedChar(element)));
- }
- return destination;
- };
- }));
- var associateTo = defineInlineFunction('kotlin.kotlin.collections.associateTo_t6a58$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- });
- var associateTo_0 = defineInlineFunction('kotlin.kotlin.collections.associateTo_30k0gw$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- });
- var associateTo_1 = defineInlineFunction('kotlin.kotlin.collections.associateTo_pdwiok$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- });
- var associateTo_2 = defineInlineFunction('kotlin.kotlin.collections.associateTo_yjydda$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- });
- var associateTo_3 = defineInlineFunction('kotlin.kotlin.collections.associateTo_o9od0g$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- });
- var associateTo_4 = defineInlineFunction('kotlin.kotlin.collections.associateTo_642zho$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- });
- var associateTo_5 = defineInlineFunction('kotlin.kotlin.collections.associateTo_t00y2o$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- });
- var associateTo_6 = defineInlineFunction('kotlin.kotlin.collections.associateTo_l2eg58$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- });
- var associateTo_7 = defineInlineFunction('kotlin.kotlin.collections.associateTo_7k1sps$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- var pair = transform(toBoxedChar(element));
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associateWith = defineInlineFunction('kotlin.kotlin.collections.associateWith_73x53s$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.length), 16));
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWith_0 = defineInlineFunction('kotlin.kotlin.collections.associateWith_i1orpu$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.length), 16));
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWith_1 = defineInlineFunction('kotlin.kotlin.collections.associateWith_2yxo7i$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.length), 16));
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWith_2 = defineInlineFunction('kotlin.kotlin.collections.associateWith_vhfi20$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.length), 16));
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWith_3 = defineInlineFunction('kotlin.kotlin.collections.associateWith_oifiz6$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.length), 16));
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWith_4 = defineInlineFunction('kotlin.kotlin.collections.associateWith_5k9h5a$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.length), 16));
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWith_5 = defineInlineFunction('kotlin.kotlin.collections.associateWith_hbdsc2$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.length), 16));
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWith_6 = defineInlineFunction('kotlin.kotlin.collections.associateWith_8oadti$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.length), 16));
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWith_7 = defineInlineFunction('kotlin.kotlin.collections.associateWith_pmkh76$', wrapFunction(function () {
- var coerceAtMost = _.kotlin.ranges.coerceAtMost_dqglrj$;
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity(coerceAtMost($receiver.length, 128)), 16));
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- result.put_xwzc9p$(toBoxedChar(element), valueSelector(toBoxedChar(element)));
- }
- return result;
- };
- }));
- var associateWithTo = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_4yxay7$', function ($receiver, destination, valueSelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var associateWithTo_0 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_lza277$', function ($receiver, destination, valueSelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var associateWithTo_1 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_gpk82j$', function ($receiver, destination, valueSelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var associateWithTo_2 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_ycah82$', function ($receiver, destination, valueSelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var associateWithTo_3 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_b4nzpz$', function ($receiver, destination, valueSelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var associateWithTo_4 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_rvo3lx$', function ($receiver, destination, valueSelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var associateWithTo_5 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_ftcygk$', function ($receiver, destination, valueSelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var associateWithTo_6 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_qwj455$', function ($receiver, destination, valueSelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var associateWithTo_7 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_llm9wx$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, valueSelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- destination.put_xwzc9p$(toBoxedChar(element), valueSelector(toBoxedChar(element)));
- }
- return destination;
- };
- }));
- function toCollection($receiver, destination) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(item);
- }
- return destination;
- }
- function toCollection_0($receiver, destination) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(item);
- }
- return destination;
- }
- function toCollection_1($receiver, destination) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(item);
- }
- return destination;
- }
- function toCollection_2($receiver, destination) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(item);
- }
- return destination;
- }
- function toCollection_3($receiver, destination) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(item);
- }
- return destination;
- }
- function toCollection_4($receiver, destination) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(item);
- }
- return destination;
- }
- function toCollection_5($receiver, destination) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(item);
- }
- return destination;
- }
- function toCollection_6($receiver, destination) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(item);
- }
- return destination;
- }
- function toCollection_7($receiver, destination) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- destination.add_11rb$(toBoxedChar(item));
- }
- return destination;
- }
- function toHashSet($receiver) {
- return toCollection($receiver, HashSet_init_2(mapCapacity($receiver.length)));
- }
- function toHashSet_0($receiver) {
- return toCollection_0($receiver, HashSet_init_2(mapCapacity($receiver.length)));
- }
- function toHashSet_1($receiver) {
- return toCollection_1($receiver, HashSet_init_2(mapCapacity($receiver.length)));
- }
- function toHashSet_2($receiver) {
- return toCollection_2($receiver, HashSet_init_2(mapCapacity($receiver.length)));
- }
- function toHashSet_3($receiver) {
- return toCollection_3($receiver, HashSet_init_2(mapCapacity($receiver.length)));
- }
- function toHashSet_4($receiver) {
- return toCollection_4($receiver, HashSet_init_2(mapCapacity($receiver.length)));
- }
- function toHashSet_5($receiver) {
- return toCollection_5($receiver, HashSet_init_2(mapCapacity($receiver.length)));
- }
- function toHashSet_6($receiver) {
- return toCollection_6($receiver, HashSet_init_2(mapCapacity($receiver.length)));
- }
- function toHashSet_7($receiver) {
- return toCollection_7($receiver, HashSet_init_2(mapCapacity(coerceAtMost_2($receiver.length, 128))));
- }
- function toList($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptyList();
- break;
- case 1:
- tmp$ = listOf($receiver[0]);
- break;
- default:tmp$ = toMutableList($receiver);
- break;
- }
- return tmp$;
- }
- function toList_0($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptyList();
- break;
- case 1:
- tmp$ = listOf($receiver[0]);
- break;
- default:tmp$ = toMutableList_0($receiver);
- break;
- }
- return tmp$;
- }
- function toList_1($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptyList();
- break;
- case 1:
- tmp$ = listOf($receiver[0]);
- break;
- default:tmp$ = toMutableList_1($receiver);
- break;
- }
- return tmp$;
- }
- function toList_2($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptyList();
- break;
- case 1:
- tmp$ = listOf($receiver[0]);
- break;
- default:tmp$ = toMutableList_2($receiver);
- break;
- }
- return tmp$;
- }
- function toList_3($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptyList();
- break;
- case 1:
- tmp$ = listOf($receiver[0]);
- break;
- default:tmp$ = toMutableList_3($receiver);
- break;
- }
- return tmp$;
- }
- function toList_4($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptyList();
- break;
- case 1:
- tmp$ = listOf($receiver[0]);
- break;
- default:tmp$ = toMutableList_4($receiver);
- break;
- }
- return tmp$;
- }
- function toList_5($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptyList();
- break;
- case 1:
- tmp$ = listOf($receiver[0]);
- break;
- default:tmp$ = toMutableList_5($receiver);
- break;
- }
- return tmp$;
- }
- function toList_6($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptyList();
- break;
- case 1:
- tmp$ = listOf($receiver[0]);
- break;
- default:tmp$ = toMutableList_6($receiver);
- break;
- }
- return tmp$;
- }
- function toList_7($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptyList();
- break;
- case 1:
- tmp$ = listOf(toBoxedChar($receiver[0]));
- break;
- default:tmp$ = toMutableList_7($receiver);
- break;
- }
- return tmp$;
- }
- function toMutableList($receiver) {
- return ArrayList_init_1(asCollection($receiver));
- }
- function toMutableList_0($receiver) {
- var tmp$;
- var list = ArrayList_init_0($receiver.length);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- }
- return list;
- }
- function toMutableList_1($receiver) {
- var tmp$;
- var list = ArrayList_init_0($receiver.length);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- }
- return list;
- }
- function toMutableList_2($receiver) {
- var tmp$;
- var list = ArrayList_init_0($receiver.length);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- }
- return list;
- }
- function toMutableList_3($receiver) {
- var tmp$;
- var list = ArrayList_init_0($receiver.length);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- }
- return list;
- }
- function toMutableList_4($receiver) {
- var tmp$;
- var list = ArrayList_init_0($receiver.length);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- }
- return list;
- }
- function toMutableList_5($receiver) {
- var tmp$;
- var list = ArrayList_init_0($receiver.length);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- }
- return list;
- }
- function toMutableList_6($receiver) {
- var tmp$;
- var list = ArrayList_init_0($receiver.length);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- list.add_11rb$(item);
- }
- return list;
- }
- function toMutableList_7($receiver) {
- var tmp$;
- var list = ArrayList_init_0($receiver.length);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- list.add_11rb$(toBoxedChar(item));
- }
- return list;
- }
- function toSet($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptySet();
- break;
- case 1:
- tmp$ = setOf($receiver[0]);
- break;
- default:tmp$ = toCollection($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- break;
- }
- return tmp$;
- }
- function toSet_0($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptySet();
- break;
- case 1:
- tmp$ = setOf($receiver[0]);
- break;
- default:tmp$ = toCollection_0($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- break;
- }
- return tmp$;
- }
- function toSet_1($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptySet();
- break;
- case 1:
- tmp$ = setOf($receiver[0]);
- break;
- default:tmp$ = toCollection_1($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- break;
- }
- return tmp$;
- }
- function toSet_2($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptySet();
- break;
- case 1:
- tmp$ = setOf($receiver[0]);
- break;
- default:tmp$ = toCollection_2($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- break;
- }
- return tmp$;
- }
- function toSet_3($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptySet();
- break;
- case 1:
- tmp$ = setOf($receiver[0]);
- break;
- default:tmp$ = toCollection_3($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- break;
- }
- return tmp$;
- }
- function toSet_4($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptySet();
- break;
- case 1:
- tmp$ = setOf($receiver[0]);
- break;
- default:tmp$ = toCollection_4($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- break;
- }
- return tmp$;
- }
- function toSet_5($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptySet();
- break;
- case 1:
- tmp$ = setOf($receiver[0]);
- break;
- default:tmp$ = toCollection_5($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- break;
- }
- return tmp$;
- }
- function toSet_6($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptySet();
- break;
- case 1:
- tmp$ = setOf($receiver[0]);
- break;
- default:tmp$ = toCollection_6($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- break;
- }
- return tmp$;
- }
- function toSet_7($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptySet();
- break;
- case 1:
- tmp$ = setOf(toBoxedChar($receiver[0]));
- break;
- default:tmp$ = toCollection_7($receiver, LinkedHashSet_init_3(mapCapacity(coerceAtMost_2($receiver.length, 128))));
- break;
- }
- return tmp$;
- }
- var flatMap = defineInlineFunction('kotlin.kotlin.collections.flatMap_m96iup$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_0 = defineInlineFunction('kotlin.kotlin.collections.flatMap_7g5j6z$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_1 = defineInlineFunction('kotlin.kotlin.collections.flatMap_2azm6x$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_2 = defineInlineFunction('kotlin.kotlin.collections.flatMap_k7x5xb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_3 = defineInlineFunction('kotlin.kotlin.collections.flatMap_jv6p05$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_4 = defineInlineFunction('kotlin.kotlin.collections.flatMap_a6ay1l$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_5 = defineInlineFunction('kotlin.kotlin.collections.flatMap_kx9v79$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_6 = defineInlineFunction('kotlin.kotlin.collections.flatMap_io4c5r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_7 = defineInlineFunction('kotlin.kotlin.collections.flatMap_m4binf$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- var list = transform(toBoxedChar(element));
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_8 = defineInlineFunction('kotlin.kotlin.collections.flatMap_m8h8ht$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_dgkor1$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_9y1qq7$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_vjulhf$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_60i8gz$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_ls2ho1$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_9flair$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_xyu5qp$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_56jkt1$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_hviij3$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(element));
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_p1x6ud$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_sqknop$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_0 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_q30oc$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_1 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_2yvxlu$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_2 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_xr3lu0$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_3 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_5dzquk$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_4 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_z0of32$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_5 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_kdwlx0$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_6 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_9lo2ka$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_7 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_85ftrg$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(element));
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_8 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_oa38zt$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_qpz03$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_0 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_hrglhs$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_1 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_9q2ddu$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_2 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_ae7k4k$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_3 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_6h8o5s$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_4 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_fngh32$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_5 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_53zyz4$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_6 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_9hj6lm$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_7 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_5s36kw$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- var list = transform(toBoxedChar(element));
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_8 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_kbi8px$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var groupBy = defineInlineFunction('kotlin.kotlin.collections.groupBy_73x53s$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_0 = defineInlineFunction('kotlin.kotlin.collections.groupBy_i1orpu$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_1 = defineInlineFunction('kotlin.kotlin.collections.groupBy_2yxo7i$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_2 = defineInlineFunction('kotlin.kotlin.collections.groupBy_vhfi20$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_3 = defineInlineFunction('kotlin.kotlin.collections.groupBy_oifiz6$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_4 = defineInlineFunction('kotlin.kotlin.collections.groupBy_5k9h5a$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_5 = defineInlineFunction('kotlin.kotlin.collections.groupBy_hbdsc2$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_6 = defineInlineFunction('kotlin.kotlin.collections.groupBy_8oadti$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_7 = defineInlineFunction('kotlin.kotlin.collections.groupBy_pmkh76$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- var key = keySelector(toBoxedChar(element));
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(toBoxedChar(element));
- }
- return destination;
- };
- }));
- var groupBy_8 = defineInlineFunction('kotlin.kotlin.collections.groupBy_67lihi$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupBy_9 = defineInlineFunction('kotlin.kotlin.collections.groupBy_prlkfp$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupBy_10 = defineInlineFunction('kotlin.kotlin.collections.groupBy_emzy0b$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupBy_11 = defineInlineFunction('kotlin.kotlin.collections.groupBy_5wtufc$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupBy_12 = defineInlineFunction('kotlin.kotlin.collections.groupBy_hq1329$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupBy_13 = defineInlineFunction('kotlin.kotlin.collections.groupBy_jjomwl$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupBy_14 = defineInlineFunction('kotlin.kotlin.collections.groupBy_bvjqb8$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupBy_15 = defineInlineFunction('kotlin.kotlin.collections.groupBy_hxvtq7$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupBy_16 = defineInlineFunction('kotlin.kotlin.collections.groupBy_nlw5ll$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- var key = keySelector(toBoxedChar(element));
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(toBoxedChar(element)));
- }
- return destination;
- };
- }));
- var groupByTo = defineInlineFunction('kotlin.kotlin.collections.groupByTo_1qxbxg$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_0 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_6kmz48$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_1 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_bo8r4m$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_2 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_q1iim5$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_3 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_mu2a4k$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_4 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_x0uw5m$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_5 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_xcz1ip$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_6 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_mrd1pq$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_7 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_axxeqe$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- var key = keySelector(toBoxedChar(element));
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(toBoxedChar(element));
- }
- return destination;
- };
- }));
- var groupByTo_8 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_ha2xv2$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_9 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_lnembp$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_10 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_n3jh2d$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_11 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_ted19q$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_12 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_bzm9l3$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_13 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_4auzph$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_14 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_akngni$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_15 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_au1frb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_16 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_cmmt3n$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- var key = keySelector(toBoxedChar(element));
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(toBoxedChar(element)));
- }
- return destination;
- };
- }));
- var groupingBy = defineInlineFunction('kotlin.kotlin.collections.groupingBy_73x53s$', wrapFunction(function () {
- var Kind_CLASS = Kotlin.Kind.CLASS;
- var Grouping = _.kotlin.collections.Grouping;
- function groupingBy$ObjectLiteral(this$groupingBy, closure$keySelector) {
- this.this$groupingBy = this$groupingBy;
- this.closure$keySelector = closure$keySelector;
- }
- groupingBy$ObjectLiteral.prototype.sourceIterator = function () {
- return Kotlin.arrayIterator(this.this$groupingBy);
- };
- groupingBy$ObjectLiteral.prototype.keyOf_11rb$ = function (element) {
- return this.closure$keySelector(element);
- };
- groupingBy$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Grouping]};
- return function ($receiver, keySelector) {
- return new groupingBy$ObjectLiteral($receiver, keySelector);
- };
- }));
- var map = defineInlineFunction('kotlin.kotlin.collections.map_73x53s$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var map_0 = defineInlineFunction('kotlin.kotlin.collections.map_i1orpu$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var map_1 = defineInlineFunction('kotlin.kotlin.collections.map_2yxo7i$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var map_2 = defineInlineFunction('kotlin.kotlin.collections.map_vhfi20$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var map_3 = defineInlineFunction('kotlin.kotlin.collections.map_oifiz6$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var map_4 = defineInlineFunction('kotlin.kotlin.collections.map_5k9h5a$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var map_5 = defineInlineFunction('kotlin.kotlin.collections.map_hbdsc2$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var map_6 = defineInlineFunction('kotlin.kotlin.collections.map_8oadti$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var map_7 = defineInlineFunction('kotlin.kotlin.collections.map_pmkh76$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- destination.add_11rb$(transform(toBoxedChar(item)));
- }
- return destination;
- };
- }));
- var mapIndexed = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_d05wzo$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_b1mzcm$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_17cht6$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_n9l81o$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_6hpo96$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_xqj56$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_623t7u$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_tk88gi$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_8r1kga$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item)));
- }
- return destination;
- };
- }));
- var mapIndexedNotNull = defineInlineFunction('kotlin.kotlin.collections.mapIndexedNotNull_aytly7$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- var tmp$_1;
- if ((tmp$_1 = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item)) != null) {
- destination.add_11rb$(tmp$_1);
- }}
- return destination;
- };
- }));
- var mapIndexedNotNullTo = defineInlineFunction('kotlin.kotlin.collections.mapIndexedNotNullTo_97f7ib$', wrapFunction(function () {
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- var tmp$_1;
- if ((tmp$_1 = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item)) != null) {
- destination.add_11rb$(tmp$_1);
- }}
- return destination;
- };
- }));
- var mapIndexedTo = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_d8bv34$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapIndexedTo_0 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_797pmj$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapIndexedTo_1 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_5akchx$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapIndexedTo_2 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_ey1r33$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapIndexedTo_3 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_yqgxdn$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapIndexedTo_4 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_3uie0r$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapIndexedTo_5 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_3zacuz$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapIndexedTo_6 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_r9wz1$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapIndexedTo_7 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_d11l8l$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item)));
- }
- return destination;
- };
- }));
- var mapNotNull = defineInlineFunction('kotlin.kotlin.collections.mapNotNull_oxs7gb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var tmp$_0;
- if ((tmp$_0 = transform(element)) != null) {
- destination.add_11rb$(tmp$_0);
- }}
- return destination;
- };
- }));
- var mapNotNullTo = defineInlineFunction('kotlin.kotlin.collections.mapNotNullTo_cni40x$', wrapFunction(function () {
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var tmp$_0;
- if ((tmp$_0 = transform(element)) != null) {
- destination.add_11rb$(tmp$_0);
- }}
- return destination;
- };
- }));
- var mapTo = defineInlineFunction('kotlin.kotlin.collections.mapTo_4g4n0c$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var mapTo_0 = defineInlineFunction('kotlin.kotlin.collections.mapTo_lvjep5$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var mapTo_1 = defineInlineFunction('kotlin.kotlin.collections.mapTo_jtf97t$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var mapTo_2 = defineInlineFunction('kotlin.kotlin.collections.mapTo_18cmir$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var mapTo_3 = defineInlineFunction('kotlin.kotlin.collections.mapTo_6e2q1j$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var mapTo_4 = defineInlineFunction('kotlin.kotlin.collections.mapTo_jpuhm1$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var mapTo_5 = defineInlineFunction('kotlin.kotlin.collections.mapTo_u2n9ft$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var mapTo_6 = defineInlineFunction('kotlin.kotlin.collections.mapTo_jrz1ox$', function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var mapTo_7 = defineInlineFunction('kotlin.kotlin.collections.mapTo_bsh7dj$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, transform) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- destination.add_11rb$(transform(toBoxedChar(item)));
- }
- return destination;
- };
- }));
- function withIndex$lambda(this$withIndex) {
- return function () {
- return Kotlin.arrayIterator(this$withIndex);
- };
- }
- function withIndex($receiver) {
- return new IndexingIterable(withIndex$lambda($receiver));
- }
- function withIndex$lambda_0(this$withIndex) {
- return function () {
- return Kotlin.byteArrayIterator(this$withIndex);
- };
- }
- function withIndex_0($receiver) {
- return new IndexingIterable(withIndex$lambda_0($receiver));
- }
- function withIndex$lambda_1(this$withIndex) {
- return function () {
- return Kotlin.shortArrayIterator(this$withIndex);
- };
- }
- function withIndex_1($receiver) {
- return new IndexingIterable(withIndex$lambda_1($receiver));
- }
- function withIndex$lambda_2(this$withIndex) {
- return function () {
- return Kotlin.intArrayIterator(this$withIndex);
- };
- }
- function withIndex_2($receiver) {
- return new IndexingIterable(withIndex$lambda_2($receiver));
- }
- function withIndex$lambda_3(this$withIndex) {
- return function () {
- return Kotlin.longArrayIterator(this$withIndex);
- };
- }
- function withIndex_3($receiver) {
- return new IndexingIterable(withIndex$lambda_3($receiver));
- }
- function withIndex$lambda_4(this$withIndex) {
- return function () {
- return Kotlin.floatArrayIterator(this$withIndex);
- };
- }
- function withIndex_4($receiver) {
- return new IndexingIterable(withIndex$lambda_4($receiver));
- }
- function withIndex$lambda_5(this$withIndex) {
- return function () {
- return Kotlin.doubleArrayIterator(this$withIndex);
- };
- }
- function withIndex_5($receiver) {
- return new IndexingIterable(withIndex$lambda_5($receiver));
- }
- function withIndex$lambda_6(this$withIndex) {
- return function () {
- return Kotlin.booleanArrayIterator(this$withIndex);
- };
- }
- function withIndex_6($receiver) {
- return new IndexingIterable(withIndex$lambda_6($receiver));
- }
- function withIndex$lambda_7(this$withIndex) {
- return function () {
- return Kotlin.charArrayIterator(this$withIndex);
- };
- }
- function withIndex_7($receiver) {
- return new IndexingIterable(withIndex$lambda_7($receiver));
- }
- function distinct($receiver) {
- return toList_8(toMutableSet($receiver));
- }
- function distinct_0($receiver) {
- return toList_8(toMutableSet_0($receiver));
- }
- function distinct_1($receiver) {
- return toList_8(toMutableSet_1($receiver));
- }
- function distinct_2($receiver) {
- return toList_8(toMutableSet_2($receiver));
- }
- function distinct_3($receiver) {
- return toList_8(toMutableSet_3($receiver));
- }
- function distinct_4($receiver) {
- return toList_8(toMutableSet_4($receiver));
- }
- function distinct_5($receiver) {
- return toList_8(toMutableSet_5($receiver));
- }
- function distinct_6($receiver) {
- return toList_8(toMutableSet_6($receiver));
- }
- function distinct_7($receiver) {
- return toList_8(toMutableSet_7($receiver));
- }
- var distinctBy = defineInlineFunction('kotlin.kotlin.collections.distinctBy_73x53s$', wrapFunction(function () {
- var HashSet_init = _.kotlin.collections.HashSet_init_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, selector) {
- var tmp$;
- var set = HashSet_init();
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var e = $receiver[tmp$];
- var key = selector(e);
- if (set.add_11rb$(key))
- list.add_11rb$(e);
- }
- return list;
- };
- }));
- var distinctBy_0 = defineInlineFunction('kotlin.kotlin.collections.distinctBy_i1orpu$', wrapFunction(function () {
- var HashSet_init = _.kotlin.collections.HashSet_init_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, selector) {
- var tmp$;
- var set = HashSet_init();
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var e = $receiver[tmp$];
- var key = selector(e);
- if (set.add_11rb$(key))
- list.add_11rb$(e);
- }
- return list;
- };
- }));
- var distinctBy_1 = defineInlineFunction('kotlin.kotlin.collections.distinctBy_2yxo7i$', wrapFunction(function () {
- var HashSet_init = _.kotlin.collections.HashSet_init_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, selector) {
- var tmp$;
- var set = HashSet_init();
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var e = $receiver[tmp$];
- var key = selector(e);
- if (set.add_11rb$(key))
- list.add_11rb$(e);
- }
- return list;
- };
- }));
- var distinctBy_2 = defineInlineFunction('kotlin.kotlin.collections.distinctBy_vhfi20$', wrapFunction(function () {
- var HashSet_init = _.kotlin.collections.HashSet_init_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, selector) {
- var tmp$;
- var set = HashSet_init();
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var e = $receiver[tmp$];
- var key = selector(e);
- if (set.add_11rb$(key))
- list.add_11rb$(e);
- }
- return list;
- };
- }));
- var distinctBy_3 = defineInlineFunction('kotlin.kotlin.collections.distinctBy_oifiz6$', wrapFunction(function () {
- var HashSet_init = _.kotlin.collections.HashSet_init_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, selector) {
- var tmp$;
- var set = HashSet_init();
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var e = $receiver[tmp$];
- var key = selector(e);
- if (set.add_11rb$(key))
- list.add_11rb$(e);
- }
- return list;
- };
- }));
- var distinctBy_4 = defineInlineFunction('kotlin.kotlin.collections.distinctBy_5k9h5a$', wrapFunction(function () {
- var HashSet_init = _.kotlin.collections.HashSet_init_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, selector) {
- var tmp$;
- var set = HashSet_init();
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var e = $receiver[tmp$];
- var key = selector(e);
- if (set.add_11rb$(key))
- list.add_11rb$(e);
- }
- return list;
- };
- }));
- var distinctBy_5 = defineInlineFunction('kotlin.kotlin.collections.distinctBy_hbdsc2$', wrapFunction(function () {
- var HashSet_init = _.kotlin.collections.HashSet_init_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, selector) {
- var tmp$;
- var set = HashSet_init();
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var e = $receiver[tmp$];
- var key = selector(e);
- if (set.add_11rb$(key))
- list.add_11rb$(e);
- }
- return list;
- };
- }));
- var distinctBy_6 = defineInlineFunction('kotlin.kotlin.collections.distinctBy_8oadti$', wrapFunction(function () {
- var HashSet_init = _.kotlin.collections.HashSet_init_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, selector) {
- var tmp$;
- var set = HashSet_init();
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var e = $receiver[tmp$];
- var key = selector(e);
- if (set.add_11rb$(key))
- list.add_11rb$(e);
- }
- return list;
- };
- }));
- var distinctBy_7 = defineInlineFunction('kotlin.kotlin.collections.distinctBy_pmkh76$', wrapFunction(function () {
- var HashSet_init = _.kotlin.collections.HashSet_init_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, selector) {
- var tmp$;
- var set = HashSet_init();
- var list = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var e = unboxChar($receiver[tmp$]);
- var key = selector(toBoxedChar(e));
- if (set.add_11rb$(key))
- list.add_11rb$(toBoxedChar(e));
- }
- return list;
- };
- }));
- function intersect($receiver, other) {
- var set = toMutableSet($receiver);
- retainAll_0(set, other);
- return set;
- }
- function intersect_0($receiver, other) {
- var set = toMutableSet_0($receiver);
- retainAll_0(set, other);
- return set;
- }
- function intersect_1($receiver, other) {
- var set = toMutableSet_1($receiver);
- retainAll_0(set, other);
- return set;
- }
- function intersect_2($receiver, other) {
- var set = toMutableSet_2($receiver);
- retainAll_0(set, other);
- return set;
- }
- function intersect_3($receiver, other) {
- var set = toMutableSet_3($receiver);
- retainAll_0(set, other);
- return set;
- }
- function intersect_4($receiver, other) {
- var set = toMutableSet_4($receiver);
- retainAll_0(set, other);
- return set;
- }
- function intersect_5($receiver, other) {
- var set = toMutableSet_5($receiver);
- retainAll_0(set, other);
- return set;
- }
- function intersect_6($receiver, other) {
- var set = toMutableSet_6($receiver);
- retainAll_0(set, other);
- return set;
- }
- function intersect_7($receiver, other) {
- var set = toMutableSet_7($receiver);
- retainAll_0(set, other);
- return set;
- }
- function subtract($receiver, other) {
- var set = toMutableSet($receiver);
- removeAll_0(set, other);
- return set;
- }
- function subtract_0($receiver, other) {
- var set = toMutableSet_0($receiver);
- removeAll_0(set, other);
- return set;
- }
- function subtract_1($receiver, other) {
- var set = toMutableSet_1($receiver);
- removeAll_0(set, other);
- return set;
- }
- function subtract_2($receiver, other) {
- var set = toMutableSet_2($receiver);
- removeAll_0(set, other);
- return set;
- }
- function subtract_3($receiver, other) {
- var set = toMutableSet_3($receiver);
- removeAll_0(set, other);
- return set;
- }
- function subtract_4($receiver, other) {
- var set = toMutableSet_4($receiver);
- removeAll_0(set, other);
- return set;
- }
- function subtract_5($receiver, other) {
- var set = toMutableSet_5($receiver);
- removeAll_0(set, other);
- return set;
- }
- function subtract_6($receiver, other) {
- var set = toMutableSet_6($receiver);
- removeAll_0(set, other);
- return set;
- }
- function subtract_7($receiver, other) {
- var set = toMutableSet_7($receiver);
- removeAll_0(set, other);
- return set;
- }
- function toMutableSet($receiver) {
- return toCollection($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- }
- function toMutableSet_0($receiver) {
- return toCollection_0($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- }
- function toMutableSet_1($receiver) {
- return toCollection_1($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- }
- function toMutableSet_2($receiver) {
- return toCollection_2($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- }
- function toMutableSet_3($receiver) {
- return toCollection_3($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- }
- function toMutableSet_4($receiver) {
- return toCollection_4($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- }
- function toMutableSet_5($receiver) {
- return toCollection_5($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- }
- function toMutableSet_6($receiver) {
- return toCollection_6($receiver, LinkedHashSet_init_3(mapCapacity($receiver.length)));
- }
- function toMutableSet_7($receiver) {
- return toCollection_7($receiver, LinkedHashSet_init_3(mapCapacity(coerceAtMost_2($receiver.length, 128))));
- }
- function union($receiver, other) {
- var set = toMutableSet($receiver);
- addAll(set, other);
- return set;
- }
- function union_0($receiver, other) {
- var set = toMutableSet_0($receiver);
- addAll(set, other);
- return set;
- }
- function union_1($receiver, other) {
- var set = toMutableSet_1($receiver);
- addAll(set, other);
- return set;
- }
- function union_2($receiver, other) {
- var set = toMutableSet_2($receiver);
- addAll(set, other);
- return set;
- }
- function union_3($receiver, other) {
- var set = toMutableSet_3($receiver);
- addAll(set, other);
- return set;
- }
- function union_4($receiver, other) {
- var set = toMutableSet_4($receiver);
- addAll(set, other);
- return set;
- }
- function union_5($receiver, other) {
- var set = toMutableSet_5($receiver);
- addAll(set, other);
- return set;
- }
- function union_6($receiver, other) {
- var set = toMutableSet_6($receiver);
- addAll(set, other);
- return set;
- }
- function union_7($receiver, other) {
- var set = toMutableSet_7($receiver);
- addAll(set, other);
- return set;
- }
- var all = defineInlineFunction('kotlin.kotlin.collections.all_sfx99b$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var all_0 = defineInlineFunction('kotlin.kotlin.collections.all_c3i447$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var all_1 = defineInlineFunction('kotlin.kotlin.collections.all_247xw3$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var all_2 = defineInlineFunction('kotlin.kotlin.collections.all_il4kyb$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var all_3 = defineInlineFunction('kotlin.kotlin.collections.all_i1oc7r$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var all_4 = defineInlineFunction('kotlin.kotlin.collections.all_u4nq1f$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var all_5 = defineInlineFunction('kotlin.kotlin.collections.all_3vq27r$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var all_6 = defineInlineFunction('kotlin.kotlin.collections.all_xffwn9$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var all_7 = defineInlineFunction('kotlin.kotlin.collections.all_3ji0pj$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (!predicate(toBoxedChar(element)))
- return false;
- }
- return true;
- };
- }));
- function any($receiver) {
- return !($receiver.length === 0);
- }
- function any_0($receiver) {
- return !($receiver.length === 0);
- }
- function any_1($receiver) {
- return !($receiver.length === 0);
- }
- function any_2($receiver) {
- return !($receiver.length === 0);
- }
- function any_3($receiver) {
- return !($receiver.length === 0);
- }
- function any_4($receiver) {
- return !($receiver.length === 0);
- }
- function any_5($receiver) {
- return !($receiver.length === 0);
- }
- function any_6($receiver) {
- return !($receiver.length === 0);
- }
- function any_7($receiver) {
- return !($receiver.length === 0);
- }
- var any_8 = defineInlineFunction('kotlin.kotlin.collections.any_sfx99b$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return true;
- }
- return false;
- });
- var any_9 = defineInlineFunction('kotlin.kotlin.collections.any_c3i447$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return true;
- }
- return false;
- });
- var any_10 = defineInlineFunction('kotlin.kotlin.collections.any_247xw3$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return true;
- }
- return false;
- });
- var any_11 = defineInlineFunction('kotlin.kotlin.collections.any_il4kyb$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return true;
- }
- return false;
- });
- var any_12 = defineInlineFunction('kotlin.kotlin.collections.any_i1oc7r$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return true;
- }
- return false;
- });
- var any_13 = defineInlineFunction('kotlin.kotlin.collections.any_u4nq1f$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return true;
- }
- return false;
- });
- var any_14 = defineInlineFunction('kotlin.kotlin.collections.any_3vq27r$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return true;
- }
- return false;
- });
- var any_15 = defineInlineFunction('kotlin.kotlin.collections.any_xffwn9$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return true;
- }
- return false;
- });
- var any_16 = defineInlineFunction('kotlin.kotlin.collections.any_3ji0pj$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (predicate(toBoxedChar(element)))
- return true;
- }
- return false;
- };
- }));
- var count = defineInlineFunction('kotlin.kotlin.collections.count_us0mfu$', function ($receiver) {
- return $receiver.length;
- });
- var count_0 = defineInlineFunction('kotlin.kotlin.collections.count_964n91$', function ($receiver) {
- return $receiver.length;
- });
- var count_1 = defineInlineFunction('kotlin.kotlin.collections.count_i2lc79$', function ($receiver) {
- return $receiver.length;
- });
- var count_2 = defineInlineFunction('kotlin.kotlin.collections.count_tmsbgo$', function ($receiver) {
- return $receiver.length;
- });
- var count_3 = defineInlineFunction('kotlin.kotlin.collections.count_se6h4x$', function ($receiver) {
- return $receiver.length;
- });
- var count_4 = defineInlineFunction('kotlin.kotlin.collections.count_rjqryz$', function ($receiver) {
- return $receiver.length;
- });
- var count_5 = defineInlineFunction('kotlin.kotlin.collections.count_bvy38s$', function ($receiver) {
- return $receiver.length;
- });
- var count_6 = defineInlineFunction('kotlin.kotlin.collections.count_l1lu5t$', function ($receiver) {
- return $receiver.length;
- });
- var count_7 = defineInlineFunction('kotlin.kotlin.collections.count_355ntz$', function ($receiver) {
- return $receiver.length;
- });
- var count_8 = defineInlineFunction('kotlin.kotlin.collections.count_sfx99b$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var count_9 = defineInlineFunction('kotlin.kotlin.collections.count_c3i447$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var count_10 = defineInlineFunction('kotlin.kotlin.collections.count_247xw3$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var count_11 = defineInlineFunction('kotlin.kotlin.collections.count_il4kyb$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var count_12 = defineInlineFunction('kotlin.kotlin.collections.count_i1oc7r$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var count_13 = defineInlineFunction('kotlin.kotlin.collections.count_u4nq1f$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var count_14 = defineInlineFunction('kotlin.kotlin.collections.count_3vq27r$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var count_15 = defineInlineFunction('kotlin.kotlin.collections.count_xffwn9$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var count_16 = defineInlineFunction('kotlin.kotlin.collections.count_3ji0pj$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (predicate(toBoxedChar(element)))
- count = count + 1 | 0;
- }
- return count;
- };
- }));
- var fold = defineInlineFunction('kotlin.kotlin.collections.fold_agj4oo$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var fold_0 = defineInlineFunction('kotlin.kotlin.collections.fold_fl151e$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var fold_1 = defineInlineFunction('kotlin.kotlin.collections.fold_9nnzbm$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var fold_2 = defineInlineFunction('kotlin.kotlin.collections.fold_sgag36$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var fold_3 = defineInlineFunction('kotlin.kotlin.collections.fold_sc6mze$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var fold_4 = defineInlineFunction('kotlin.kotlin.collections.fold_fnzdea$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var fold_5 = defineInlineFunction('kotlin.kotlin.collections.fold_mnppu8$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var fold_6 = defineInlineFunction('kotlin.kotlin.collections.fold_43zc0i$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var fold_7 = defineInlineFunction('kotlin.kotlin.collections.fold_8nwlk6$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- accumulator = operation(accumulator, toBoxedChar(element));
- }
- return accumulator;
- };
- }));
- var foldIndexed = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_oj0mn0$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_qzmh7i$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_aijnee$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_28ylm2$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_37s2ie$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_faee2y$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_ufoyfg$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_z82r06$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_sfak8u$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, toBoxedChar(element));
- }
- return accumulator;
- };
- }));
- var foldRight = defineInlineFunction('kotlin.kotlin.collections.foldRight_svmc2u$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$], accumulator);
- }
- return accumulator;
- };
- }));
- var foldRight_0 = defineInlineFunction('kotlin.kotlin.collections.foldRight_wssfls$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$], accumulator);
- }
- return accumulator;
- };
- }));
- var foldRight_1 = defineInlineFunction('kotlin.kotlin.collections.foldRight_9ug2j2$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$], accumulator);
- }
- return accumulator;
- };
- }));
- var foldRight_2 = defineInlineFunction('kotlin.kotlin.collections.foldRight_8vbxp4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$], accumulator);
- }
- return accumulator;
- };
- }));
- var foldRight_3 = defineInlineFunction('kotlin.kotlin.collections.foldRight_1fuzy8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$], accumulator);
- }
- return accumulator;
- };
- }));
- var foldRight_4 = defineInlineFunction('kotlin.kotlin.collections.foldRight_lsgf76$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$], accumulator);
- }
- return accumulator;
- };
- }));
- var foldRight_5 = defineInlineFunction('kotlin.kotlin.collections.foldRight_v5l2cg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$], accumulator);
- }
- return accumulator;
- };
- }));
- var foldRight_6 = defineInlineFunction('kotlin.kotlin.collections.foldRight_ej6ng6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$], accumulator);
- }
- return accumulator;
- };
- }));
- var foldRight_7 = defineInlineFunction('kotlin.kotlin.collections.foldRight_i7w5ds$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(toBoxedChar($receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$]), accumulator);
- }
- return accumulator;
- };
- }));
- var foldRightIndexed = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_et4u4i$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_le73fo$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_8zkega$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_ltx404$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_qk9kf8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_95xca2$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_lxtlx8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_gkwrji$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_ivb0f8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, toBoxedChar($receiver[index]), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var forEach = defineInlineFunction('kotlin.kotlin.collections.forEach_je628z$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- });
- var forEach_0 = defineInlineFunction('kotlin.kotlin.collections.forEach_l09evt$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- });
- var forEach_1 = defineInlineFunction('kotlin.kotlin.collections.forEach_q32uhv$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- });
- var forEach_2 = defineInlineFunction('kotlin.kotlin.collections.forEach_4l7qrh$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- });
- var forEach_3 = defineInlineFunction('kotlin.kotlin.collections.forEach_j4vz15$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- });
- var forEach_4 = defineInlineFunction('kotlin.kotlin.collections.forEach_w9sc9v$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- });
- var forEach_5 = defineInlineFunction('kotlin.kotlin.collections.forEach_txsb7r$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- });
- var forEach_6 = defineInlineFunction('kotlin.kotlin.collections.forEach_g04iob$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- });
- var forEach_7 = defineInlineFunction('kotlin.kotlin.collections.forEach_kxoc7t$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- action(toBoxedChar(element));
- }
- };
- }));
- var forEachIndexed = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_arhcu7$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- var forEachIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_1b870r$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- var forEachIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_2042pt$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- var forEachIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_71hk2v$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- var forEachIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_xp2l85$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- var forEachIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_fd0uwv$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- var forEachIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_fchhez$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- var forEachIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_jzv3dz$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- var forEachIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_u1r9l7$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item));
- }
- };
- }));
- function max($receiver) {
- return maxOrNull($receiver);
- }
- function max_0($receiver) {
- return maxOrNull_0($receiver);
- }
- function max_1($receiver) {
- return maxOrNull_1($receiver);
- }
- function max_2($receiver) {
- return maxOrNull_2($receiver);
- }
- function max_3($receiver) {
- return maxOrNull_3($receiver);
- }
- function max_4($receiver) {
- return maxOrNull_4($receiver);
- }
- function max_5($receiver) {
- return maxOrNull_5($receiver);
- }
- function max_6($receiver) {
- return maxOrNull_6($receiver);
- }
- function max_7($receiver) {
- return maxOrNull_7($receiver);
- }
- function max_8($receiver) {
- return maxOrNull_8($receiver);
- }
- var maxBy = defineInlineFunction('kotlin.kotlin.collections.maxBy_99hh6x$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.length === 0) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxBy_0 = defineInlineFunction('kotlin.kotlin.collections.maxBy_jirwv8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.length === 0) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxBy_1 = defineInlineFunction('kotlin.kotlin.collections.maxBy_p0tdr4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.length === 0) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxBy_2 = defineInlineFunction('kotlin.kotlin.collections.maxBy_30vlmi$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.length === 0) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxBy_3 = defineInlineFunction('kotlin.kotlin.collections.maxBy_hom4ws$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.length === 0) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxBy_4 = defineInlineFunction('kotlin.kotlin.collections.maxBy_ksd00w$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.length === 0) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxBy_5 = defineInlineFunction('kotlin.kotlin.collections.maxBy_fvpt30$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.length === 0) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxBy_6 = defineInlineFunction('kotlin.kotlin.collections.maxBy_xt360o$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.length === 0) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxBy_7 = defineInlineFunction('kotlin.kotlin.collections.maxBy_epurks$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.length === 0) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(toBoxedChar(maxElem));
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(toBoxedChar(e));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxByOrNull = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_99hh6x$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxByOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_jirwv8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxByOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_p0tdr4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxByOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_30vlmi$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxByOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_hom4ws$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxByOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_ksd00w$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxByOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_fvpt30$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxByOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_xt360o$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxByOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_epurks$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var maxElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(toBoxedChar(maxElem));
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(toBoxedChar(e));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxOf = defineInlineFunction('kotlin.kotlin.collections.maxOf_vyz3zq$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_0 = defineInlineFunction('kotlin.kotlin.collections.maxOf_kkr9hw$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_1 = defineInlineFunction('kotlin.kotlin.collections.maxOf_u2ap1s$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_2 = defineInlineFunction('kotlin.kotlin.collections.maxOf_suc1jq$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_3 = defineInlineFunction('kotlin.kotlin.collections.maxOf_rqe08c$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_4 = defineInlineFunction('kotlin.kotlin.collections.maxOf_8jdnkg$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_5 = defineInlineFunction('kotlin.kotlin.collections.maxOf_vuwwjw$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_6 = defineInlineFunction('kotlin.kotlin.collections.maxOf_1f8lq0$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_7 = defineInlineFunction('kotlin.kotlin.collections.maxOf_ik7e6s$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_8 = defineInlineFunction('kotlin.kotlin.collections.maxOf_atow43$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_9 = defineInlineFunction('kotlin.kotlin.collections.maxOf_4tevoj$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_10 = defineInlineFunction('kotlin.kotlin.collections.maxOf_yfw3kx$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_11 = defineInlineFunction('kotlin.kotlin.collections.maxOf_7c4dmv$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_12 = defineInlineFunction('kotlin.kotlin.collections.maxOf_htya8z$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_13 = defineInlineFunction('kotlin.kotlin.collections.maxOf_d4i8rl$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_14 = defineInlineFunction('kotlin.kotlin.collections.maxOf_btldx9$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_15 = defineInlineFunction('kotlin.kotlin.collections.maxOf_60s515$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_16 = defineInlineFunction('kotlin.kotlin.collections.maxOf_2l9l0j$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_17 = defineInlineFunction('kotlin.kotlin.collections.maxOf_99hh6x$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOf_18 = defineInlineFunction('kotlin.kotlin.collections.maxOf_jirwv8$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOf_19 = defineInlineFunction('kotlin.kotlin.collections.maxOf_p0tdr4$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOf_20 = defineInlineFunction('kotlin.kotlin.collections.maxOf_30vlmi$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOf_21 = defineInlineFunction('kotlin.kotlin.collections.maxOf_hom4ws$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOf_22 = defineInlineFunction('kotlin.kotlin.collections.maxOf_ksd00w$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOf_23 = defineInlineFunction('kotlin.kotlin.collections.maxOf_fvpt30$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOf_24 = defineInlineFunction('kotlin.kotlin.collections.maxOf_xt360o$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOf_25 = defineInlineFunction('kotlin.kotlin.collections.maxOf_epurks$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_vyz3zq$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_kkr9hw$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_u2ap1s$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_suc1jq$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_rqe08c$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_8jdnkg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_vuwwjw$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_1f8lq0$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_ik7e6s$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_atow43$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_4tevoj$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_10 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_yfw3kx$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_11 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_7c4dmv$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_htya8z$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_d4i8rl$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_btldx9$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_15 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_60s515$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_16 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_2l9l0j$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_17 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_99hh6x$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_18 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_jirwv8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_19 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_p0tdr4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_20 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_30vlmi$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_21 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_hom4ws$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_22 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_ksd00w$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_23 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_fvpt30$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_24 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_xt360o$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_25 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_epurks$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_41ss0p$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_0 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_p9qjea$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_1 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_hcwoz2$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_2 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_16sldk$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_3 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_4c5cfm$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_4 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_oo8uoi$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_5 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_6yq6em$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_6 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_gl0cfe$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_7 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_bzywz6$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_41ss0p$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_p9qjea$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_hcwoz2$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_16sldk$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_4c5cfm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_oo8uoi$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_6yq6em$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_gl0cfe$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_bzywz6$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- function maxOrNull($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOrNull_0($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOrNull_1($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (Kotlin.compareTo(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxOrNull_2($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_0($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (max < e)
- max = e;
- }
- return max;
- }
- function maxOrNull_3($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_1($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (max < e)
- max = e;
- }
- return max;
- }
- function maxOrNull_4($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_2($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (max < e)
- max = e;
- }
- return max;
- }
- function maxOrNull_5($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_3($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (max.compareTo_11rb$(e) < 0)
- max = e;
- }
- return max;
- }
- function maxOrNull_6($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_4($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOrNull_7($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_5($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOrNull_8($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_7($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (max < e)
- max = e;
- }
- return max;
- }
- function maxWith($receiver, comparator) {
- return maxWithOrNull($receiver, comparator);
- }
- function maxWith_0($receiver, comparator) {
- return maxWithOrNull_0($receiver, comparator);
- }
- function maxWith_1($receiver, comparator) {
- return maxWithOrNull_1($receiver, comparator);
- }
- function maxWith_2($receiver, comparator) {
- return maxWithOrNull_2($receiver, comparator);
- }
- function maxWith_3($receiver, comparator) {
- return maxWithOrNull_3($receiver, comparator);
- }
- function maxWith_4($receiver, comparator) {
- return maxWithOrNull_4($receiver, comparator);
- }
- function maxWith_5($receiver, comparator) {
- return maxWithOrNull_5($receiver, comparator);
- }
- function maxWith_6($receiver, comparator) {
- return maxWithOrNull_6($receiver, comparator);
- }
- function maxWith_7($receiver, comparator) {
- return maxWithOrNull_7($receiver, comparator);
- }
- function maxWithOrNull($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWithOrNull_0($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_0($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWithOrNull_1($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_1($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWithOrNull_2($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_2($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWithOrNull_3($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_3($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWithOrNull_4($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_4($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWithOrNull_5($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_5($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWithOrNull_6($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_6($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWithOrNull_7($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver[0];
- tmp$ = get_lastIndex_7($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(toBoxedChar(max), toBoxedChar(e)) < 0)
- max = e;
- }
- return max;
- }
- function min($receiver) {
- return minOrNull($receiver);
- }
- function min_0($receiver) {
- return minOrNull_0($receiver);
- }
- function min_1($receiver) {
- return minOrNull_1($receiver);
- }
- function min_2($receiver) {
- return minOrNull_2($receiver);
- }
- function min_3($receiver) {
- return minOrNull_3($receiver);
- }
- function min_4($receiver) {
- return minOrNull_4($receiver);
- }
- function min_5($receiver) {
- return minOrNull_5($receiver);
- }
- function min_6($receiver) {
- return minOrNull_6($receiver);
- }
- function min_7($receiver) {
- return minOrNull_7($receiver);
- }
- function min_8($receiver) {
- return minOrNull_8($receiver);
- }
- var minBy = defineInlineFunction('kotlin.kotlin.collections.minBy_99hh6x$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.length === 0) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minBy_0 = defineInlineFunction('kotlin.kotlin.collections.minBy_jirwv8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.length === 0) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minBy_1 = defineInlineFunction('kotlin.kotlin.collections.minBy_p0tdr4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.length === 0) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minBy_2 = defineInlineFunction('kotlin.kotlin.collections.minBy_30vlmi$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.length === 0) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minBy_3 = defineInlineFunction('kotlin.kotlin.collections.minBy_hom4ws$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.length === 0) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minBy_4 = defineInlineFunction('kotlin.kotlin.collections.minBy_ksd00w$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.length === 0) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minBy_5 = defineInlineFunction('kotlin.kotlin.collections.minBy_fvpt30$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.length === 0) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minBy_6 = defineInlineFunction('kotlin.kotlin.collections.minBy_xt360o$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.length === 0) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minBy_7 = defineInlineFunction('kotlin.kotlin.collections.minBy_epurks$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.length === 0) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(toBoxedChar(minElem));
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(toBoxedChar(e));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minByOrNull = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_99hh6x$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minByOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_jirwv8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minByOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_p0tdr4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minByOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_30vlmi$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minByOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_hom4ws$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minByOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_ksd00w$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minByOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_fvpt30$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minByOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_xt360o$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minByOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_epurks$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var minElem = $receiver[0];
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(toBoxedChar(minElem));
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver[i];
- var v = selector(toBoxedChar(e));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minOf = defineInlineFunction('kotlin.kotlin.collections.minOf_vyz3zq$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_0 = defineInlineFunction('kotlin.kotlin.collections.minOf_kkr9hw$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_1 = defineInlineFunction('kotlin.kotlin.collections.minOf_u2ap1s$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_2 = defineInlineFunction('kotlin.kotlin.collections.minOf_suc1jq$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_3 = defineInlineFunction('kotlin.kotlin.collections.minOf_rqe08c$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_4 = defineInlineFunction('kotlin.kotlin.collections.minOf_8jdnkg$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_5 = defineInlineFunction('kotlin.kotlin.collections.minOf_vuwwjw$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_6 = defineInlineFunction('kotlin.kotlin.collections.minOf_1f8lq0$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_7 = defineInlineFunction('kotlin.kotlin.collections.minOf_ik7e6s$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_8 = defineInlineFunction('kotlin.kotlin.collections.minOf_atow43$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_9 = defineInlineFunction('kotlin.kotlin.collections.minOf_4tevoj$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_10 = defineInlineFunction('kotlin.kotlin.collections.minOf_yfw3kx$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_11 = defineInlineFunction('kotlin.kotlin.collections.minOf_7c4dmv$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_12 = defineInlineFunction('kotlin.kotlin.collections.minOf_htya8z$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_13 = defineInlineFunction('kotlin.kotlin.collections.minOf_d4i8rl$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_14 = defineInlineFunction('kotlin.kotlin.collections.minOf_btldx9$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_15 = defineInlineFunction('kotlin.kotlin.collections.minOf_60s515$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_16 = defineInlineFunction('kotlin.kotlin.collections.minOf_2l9l0j$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_17 = defineInlineFunction('kotlin.kotlin.collections.minOf_99hh6x$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOf_18 = defineInlineFunction('kotlin.kotlin.collections.minOf_jirwv8$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOf_19 = defineInlineFunction('kotlin.kotlin.collections.minOf_p0tdr4$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOf_20 = defineInlineFunction('kotlin.kotlin.collections.minOf_30vlmi$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOf_21 = defineInlineFunction('kotlin.kotlin.collections.minOf_hom4ws$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOf_22 = defineInlineFunction('kotlin.kotlin.collections.minOf_ksd00w$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOf_23 = defineInlineFunction('kotlin.kotlin.collections.minOf_fvpt30$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOf_24 = defineInlineFunction('kotlin.kotlin.collections.minOf_xt360o$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOf_25 = defineInlineFunction('kotlin.kotlin.collections.minOf_epurks$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_vyz3zq$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_kkr9hw$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_u2ap1s$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_suc1jq$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_rqe08c$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_8jdnkg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_vuwwjw$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_1f8lq0$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_ik7e6s$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_atow43$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_4tevoj$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_10 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_yfw3kx$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_11 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_7c4dmv$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_htya8z$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_d4i8rl$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_btldx9$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_15 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_60s515$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_16 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_2l9l0j$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_17 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_99hh6x$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_18 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_jirwv8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_19 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_p0tdr4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_20 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_30vlmi$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_21 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_hom4ws$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_22 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_ksd00w$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_23 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_fvpt30$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_24 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_xt360o$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_25 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_epurks$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith = defineInlineFunction('kotlin.kotlin.collections.minOfWith_41ss0p$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_0 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_p9qjea$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_1 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_hcwoz2$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_2 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_16sldk$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_3 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_4c5cfm$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_4 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_oo8uoi$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_5 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_6yq6em$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_6 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_gl0cfe$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_7 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_bzywz6$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_41ss0p$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_p9qjea$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_hcwoz2$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_16sldk$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_4c5cfm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_oo8uoi$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_6yq6em$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_gl0cfe$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector($receiver[0]);
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver[i]);
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_bzywz6$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector(toBoxedChar($receiver[0]));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver[i]));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- function minOrNull($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOrNull_0($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOrNull_1($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (Kotlin.compareTo(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minOrNull_2($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_0($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (min > e)
- min = e;
- }
- return min;
- }
- function minOrNull_3($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_1($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (min > e)
- min = e;
- }
- return min;
- }
- function minOrNull_4($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_2($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (min > e)
- min = e;
- }
- return min;
- }
- function minOrNull_5($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_3($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (min.compareTo_11rb$(e) > 0)
- min = e;
- }
- return min;
- }
- function minOrNull_6($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_4($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOrNull_7($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_5($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOrNull_8($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_7($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (min > e)
- min = e;
- }
- return min;
- }
- function minWith($receiver, comparator) {
- return minWithOrNull($receiver, comparator);
- }
- function minWith_0($receiver, comparator) {
- return minWithOrNull_0($receiver, comparator);
- }
- function minWith_1($receiver, comparator) {
- return minWithOrNull_1($receiver, comparator);
- }
- function minWith_2($receiver, comparator) {
- return minWithOrNull_2($receiver, comparator);
- }
- function minWith_3($receiver, comparator) {
- return minWithOrNull_3($receiver, comparator);
- }
- function minWith_4($receiver, comparator) {
- return minWithOrNull_4($receiver, comparator);
- }
- function minWith_5($receiver, comparator) {
- return minWithOrNull_5($receiver, comparator);
- }
- function minWith_6($receiver, comparator) {
- return minWithOrNull_6($receiver, comparator);
- }
- function minWith_7($receiver, comparator) {
- return minWithOrNull_7($receiver, comparator);
- }
- function minWithOrNull($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWithOrNull_0($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_0($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWithOrNull_1($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_1($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWithOrNull_2($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_2($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWithOrNull_3($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_3($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWithOrNull_4($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_4($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWithOrNull_5($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_5($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWithOrNull_6($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_6($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWithOrNull_7($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver[0];
- tmp$ = get_lastIndex_7($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver[i];
- if (comparator.compare(toBoxedChar(min), toBoxedChar(e)) > 0)
- min = e;
- }
- return min;
- }
- function none($receiver) {
- return $receiver.length === 0;
- }
- function none_0($receiver) {
- return $receiver.length === 0;
- }
- function none_1($receiver) {
- return $receiver.length === 0;
- }
- function none_2($receiver) {
- return $receiver.length === 0;
- }
- function none_3($receiver) {
- return $receiver.length === 0;
- }
- function none_4($receiver) {
- return $receiver.length === 0;
- }
- function none_5($receiver) {
- return $receiver.length === 0;
- }
- function none_6($receiver) {
- return $receiver.length === 0;
- }
- function none_7($receiver) {
- return $receiver.length === 0;
- }
- var none_8 = defineInlineFunction('kotlin.kotlin.collections.none_sfx99b$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return false;
- }
- return true;
- });
- var none_9 = defineInlineFunction('kotlin.kotlin.collections.none_c3i447$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return false;
- }
- return true;
- });
- var none_10 = defineInlineFunction('kotlin.kotlin.collections.none_247xw3$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return false;
- }
- return true;
- });
- var none_11 = defineInlineFunction('kotlin.kotlin.collections.none_il4kyb$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return false;
- }
- return true;
- });
- var none_12 = defineInlineFunction('kotlin.kotlin.collections.none_i1oc7r$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return false;
- }
- return true;
- });
- var none_13 = defineInlineFunction('kotlin.kotlin.collections.none_u4nq1f$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return false;
- }
- return true;
- });
- var none_14 = defineInlineFunction('kotlin.kotlin.collections.none_3vq27r$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return false;
- }
- return true;
- });
- var none_15 = defineInlineFunction('kotlin.kotlin.collections.none_xffwn9$', function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element))
- return false;
- }
- return true;
- });
- var none_16 = defineInlineFunction('kotlin.kotlin.collections.none_3ji0pj$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (predicate(toBoxedChar(element)))
- return false;
- }
- return true;
- };
- }));
- var onEach = defineInlineFunction('kotlin.kotlin.collections.onEach_je628z$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- return $receiver;
- });
- var onEach_0 = defineInlineFunction('kotlin.kotlin.collections.onEach_l09evt$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- return $receiver;
- });
- var onEach_1 = defineInlineFunction('kotlin.kotlin.collections.onEach_q32uhv$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- return $receiver;
- });
- var onEach_2 = defineInlineFunction('kotlin.kotlin.collections.onEach_4l7qrh$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- return $receiver;
- });
- var onEach_3 = defineInlineFunction('kotlin.kotlin.collections.onEach_j4vz15$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- return $receiver;
- });
- var onEach_4 = defineInlineFunction('kotlin.kotlin.collections.onEach_w9sc9v$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- return $receiver;
- });
- var onEach_5 = defineInlineFunction('kotlin.kotlin.collections.onEach_txsb7r$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- return $receiver;
- });
- var onEach_6 = defineInlineFunction('kotlin.kotlin.collections.onEach_g04iob$', function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- action(element);
- }
- return $receiver;
- });
- var onEach_7 = defineInlineFunction('kotlin.kotlin.collections.onEach_kxoc7t$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, action) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- action(toBoxedChar(element));
- }
- return $receiver;
- };
- }));
- var onEachIndexed = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_arhcu7$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var onEachIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_1b870r$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var onEachIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_2042pt$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var onEachIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_71hk2v$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var onEachIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_xp2l85$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var onEachIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_fd0uwv$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var onEachIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_fchhez$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var onEachIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_jzv3dz$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var onEachIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_u1r9l7$', wrapFunction(function () {
- var Unit = Kotlin.kotlin.Unit;
- var wrapFunction = Kotlin.wrapFunction;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var onEachIndexed$lambda = wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function (closure$action) {
- return function ($receiver) {
- var action = closure$action;
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item));
- }
- return Unit;
- };
- };
- });
- return function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = unboxChar($receiver[tmp$]);
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item));
- }
- return $receiver;
- };
- }));
- var reduce = defineInlineFunction('kotlin.kotlin.collections.reduce_5bz9yp$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduce_0 = defineInlineFunction('kotlin.kotlin.collections.reduce_ua0gmo$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduce_1 = defineInlineFunction('kotlin.kotlin.collections.reduce_5x6csy$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduce_2 = defineInlineFunction('kotlin.kotlin.collections.reduce_vuuzha$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduce_3 = defineInlineFunction('kotlin.kotlin.collections.reduce_8z4g8g$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduce_4 = defineInlineFunction('kotlin.kotlin.collections.reduce_m57mj6$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduce_5 = defineInlineFunction('kotlin.kotlin.collections.reduce_5rthjk$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduce_6 = defineInlineFunction('kotlin.kotlin.collections.reduce_if3lfm$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduce_7 = defineInlineFunction('kotlin.kotlin.collections.reduce_724a40$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = unboxChar(operation(toBoxedChar(accumulator), toBoxedChar($receiver[index])));
- }
- return accumulator;
- };
- }));
- var reduceIndexed = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_f61gul$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_y1rlg4$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_ctdw5m$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_y7bnwe$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_54m7jg$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_mzocqy$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_i4uovg$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_fqu0be$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_n25zu4$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = unboxChar(operation(index, toBoxedChar(accumulator), toBoxedChar($receiver[index])));
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_f61gul$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_y1rlg4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_ctdw5m$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_y7bnwe$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_54m7jg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_mzocqy$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_i4uovg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_fqu0be$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_n25zu4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = unboxChar(operation(index, toBoxedChar(accumulator), toBoxedChar($receiver[index])));
- }
- return accumulator;
- };
- }));
- var reduceOrNull = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_5bz9yp$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_ua0gmo$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_5x6csy$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_vuuzha$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_8z4g8g$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_m57mj6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_5rthjk$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_if3lfm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver[index]);
- }
- return accumulator;
- };
- }));
- var reduceOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_724a40$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver[0];
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = unboxChar(operation(toBoxedChar(accumulator), toBoxedChar($receiver[index])));
- }
- return accumulator;
- };
- }));
- var reduceRight = defineInlineFunction('kotlin.kotlin.collections.reduceRight_m9c08d$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRight_0 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_ua0gmo$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRight_1 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_5x6csy$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRight_2 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_vuuzha$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRight_3 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_8z4g8g$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRight_4 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_m57mj6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRight_5 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_5rthjk$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRight_6 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_if3lfm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRight_7 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_724a40$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = unboxChar(operation(toBoxedChar($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0]), toBoxedChar(accumulator)));
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_cf9tch$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_y1rlg4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_ctdw5m$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_y7bnwe$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_54m7jg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_mzocqy$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_i4uovg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_fqu0be$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_n25zu4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = unboxChar(operation(index, toBoxedChar($receiver[index]), toBoxedChar(accumulator)));
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_cf9tch$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_y1rlg4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_ctdw5m$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_y7bnwe$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_54m7jg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_mzocqy$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_i4uovg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_fqu0be$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation(index, $receiver[index], accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_n25zu4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = unboxChar(operation(index, toBoxedChar($receiver[index]), toBoxedChar(accumulator)));
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_m9c08d$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_m7z4lg$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_0 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_ua0gmo$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_1 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_5x6csy$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_2 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_vuuzha$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_3 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_8z4g8g$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_4 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_m57mj6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_rjqryz$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_5 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_5rthjk$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_bvy38s$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_6 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_if3lfm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_l1lu5t$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = operation($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0], accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_7 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_724a40$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_355ntz$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver[tmp$ = index, index = tmp$ - 1 | 0, tmp$];
- while (index >= 0) {
- accumulator = unboxChar(operation(toBoxedChar($receiver[tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0]), toBoxedChar(accumulator)));
- }
- return accumulator;
- };
- }));
- var runningFold = defineInlineFunction('kotlin.kotlin.collections.runningFold_agj4oo$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFold_0 = defineInlineFunction('kotlin.kotlin.collections.runningFold_fl151e$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFold_1 = defineInlineFunction('kotlin.kotlin.collections.runningFold_9nnzbm$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFold_2 = defineInlineFunction('kotlin.kotlin.collections.runningFold_sgag36$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFold_3 = defineInlineFunction('kotlin.kotlin.collections.runningFold_sc6mze$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFold_4 = defineInlineFunction('kotlin.kotlin.collections.runningFold_fnzdea$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFold_5 = defineInlineFunction('kotlin.kotlin.collections.runningFold_mnppu8$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFold_6 = defineInlineFunction('kotlin.kotlin.collections.runningFold_43zc0i$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFold_7 = defineInlineFunction('kotlin.kotlin.collections.runningFold_8nwlk6$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- accumulator = operation(accumulator, toBoxedChar(element));
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_oj0mn0$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_qzmh7i$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_aijnee$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_28ylm2$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_37s2ie$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_faee2y$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_ufoyfg$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_z82r06$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_sfak8u$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, initial, operation) {
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, toBoxedChar($receiver[index]));
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningReduce = defineInlineFunction('kotlin.kotlin.collections.runningReduce_5bz9yp$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduce_0 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_ua0gmo$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduce_1 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_5x6csy$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduce_2 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_vuuzha$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduce_3 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_8z4g8g$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduce_4 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_m57mj6$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduce_5 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_5rthjk$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduce_6 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_if3lfm$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduce_7 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_724a40$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(toBoxedChar(accumulator.v));
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = unboxChar(operation(toBoxedChar(accumulator.v), toBoxedChar($receiver[index])));
- result.add_11rb$(toBoxedChar(accumulator.v));
- }
- return result;
- };
- }));
- var runningReduceIndexed = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_f61gul$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_y1rlg4$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_ctdw5m$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_y7bnwe$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_54m7jg$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_mzocqy$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_i4uovg$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_fqu0be$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_n25zu4$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(toBoxedChar(accumulator.v));
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = unboxChar(operation(index, toBoxedChar(accumulator.v), toBoxedChar($receiver[index])));
- result.add_11rb$(toBoxedChar(accumulator.v));
- }
- return result;
- };
- }));
- var scan = defineInlineFunction('kotlin.kotlin.collections.scan_agj4oo$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scan_0 = defineInlineFunction('kotlin.kotlin.collections.scan_fl151e$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scan_1 = defineInlineFunction('kotlin.kotlin.collections.scan_9nnzbm$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scan_2 = defineInlineFunction('kotlin.kotlin.collections.scan_sgag36$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scan_3 = defineInlineFunction('kotlin.kotlin.collections.scan_sc6mze$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scan_4 = defineInlineFunction('kotlin.kotlin.collections.scan_fnzdea$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scan_5 = defineInlineFunction('kotlin.kotlin.collections.scan_mnppu8$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scan_6 = defineInlineFunction('kotlin.kotlin.collections.scan_43zc0i$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scan_7 = defineInlineFunction('kotlin.kotlin.collections.scan_8nwlk6$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- accumulator = operation(accumulator, toBoxedChar(element));
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scanIndexed = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_oj0mn0$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- if ($receiver.length === 0) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_qzmh7i$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- if ($receiver.length === 0) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_aijnee$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- if ($receiver.length === 0) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_28ylm2$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- if ($receiver.length === 0) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_37s2ie$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- if ($receiver.length === 0) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_faee2y$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- if ($receiver.length === 0) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_ufoyfg$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- if ($receiver.length === 0) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_z82r06$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- if ($receiver.length === 0) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, $receiver[index]);
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_sfak8u$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- if ($receiver.length === 0) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- for (var index = 0; index !== $receiver.length; ++index) {
- accumulator = operation(index, accumulator, toBoxedChar($receiver[index]));
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanReduce = defineInlineFunction('kotlin.kotlin.collections.scanReduce_5bz9yp$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- if ($receiver.length === 0) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduce_0 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_ua0gmo$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- if ($receiver.length === 0) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduce_1 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_5x6csy$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- if ($receiver.length === 0) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduce_2 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_vuuzha$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- if ($receiver.length === 0) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduce_3 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_8z4g8g$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- if ($receiver.length === 0) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduce_4 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_m57mj6$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- if ($receiver.length === 0) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduce_5 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_5rthjk$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- if ($receiver.length === 0) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduce_6 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_if3lfm$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- if ($receiver.length === 0) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduce_7 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_724a40$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- if ($receiver.length === 0) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(toBoxedChar(accumulator.v));
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = unboxChar(operation(toBoxedChar(accumulator.v), toBoxedChar($receiver[index])));
- result.add_11rb$(toBoxedChar(accumulator.v));
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduceIndexed = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_f61gul$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- if ($receiver.length === 0) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var scanReduceIndexed_0 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_y1rlg4$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- if ($receiver.length === 0) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var scanReduceIndexed_1 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_ctdw5m$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- if ($receiver.length === 0) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var scanReduceIndexed_2 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_y7bnwe$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- if ($receiver.length === 0) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var scanReduceIndexed_3 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_54m7jg$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- if ($receiver.length === 0) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var scanReduceIndexed_4 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_mzocqy$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- if ($receiver.length === 0) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var scanReduceIndexed_5 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_i4uovg$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- if ($receiver.length === 0) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var scanReduceIndexed_6 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_fqu0be$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- if ($receiver.length === 0) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver[index]);
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var scanReduceIndexed_7 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_n25zu4$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- if ($receiver.length === 0) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver[0]};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(toBoxedChar(accumulator.v));
- var result = $receiver_0;
- for (var index = 1; index < $receiver.length; index++) {
- accumulator.v = unboxChar(operation(index, toBoxedChar(accumulator.v), toBoxedChar($receiver[index])));
- result.add_11rb$(toBoxedChar(accumulator.v));
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var sumBy = defineInlineFunction('kotlin.kotlin.collections.sumBy_9qh8u2$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumBy_0 = defineInlineFunction('kotlin.kotlin.collections.sumBy_s616nk$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumBy_1 = defineInlineFunction('kotlin.kotlin.collections.sumBy_sccsus$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumBy_2 = defineInlineFunction('kotlin.kotlin.collections.sumBy_n2f0qi$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumBy_3 = defineInlineFunction('kotlin.kotlin.collections.sumBy_8jxuvk$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumBy_4 = defineInlineFunction('kotlin.kotlin.collections.sumBy_lv6o8c$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumBy_5 = defineInlineFunction('kotlin.kotlin.collections.sumBy_a4xh9s$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumBy_6 = defineInlineFunction('kotlin.kotlin.collections.sumBy_d84lg4$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumBy_7 = defineInlineFunction('kotlin.kotlin.collections.sumBy_izzzcg$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- sum = sum + selector(toBoxedChar(element)) | 0;
- }
- return sum;
- };
- }));
- var sumByDouble = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_vyz3zq$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumByDouble_0 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_kkr9hw$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumByDouble_1 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_u2ap1s$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumByDouble_2 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_suc1jq$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumByDouble_3 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_rqe08c$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumByDouble_4 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_8jdnkg$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumByDouble_5 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_vuwwjw$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumByDouble_6 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_1f8lq0$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumByDouble_7 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_ik7e6s$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- sum += selector(toBoxedChar(element));
- }
- return sum;
- };
- }));
- var sumOf = defineInlineFunction('kotlin.kotlin.collections.sumOf_vyz3zq$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_0 = defineInlineFunction('kotlin.kotlin.collections.sumOf_kkr9hw$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_1 = defineInlineFunction('kotlin.kotlin.collections.sumOf_u2ap1s$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_2 = defineInlineFunction('kotlin.kotlin.collections.sumOf_suc1jq$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_3 = defineInlineFunction('kotlin.kotlin.collections.sumOf_rqe08c$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_4 = defineInlineFunction('kotlin.kotlin.collections.sumOf_8jdnkg$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_5 = defineInlineFunction('kotlin.kotlin.collections.sumOf_vuwwjw$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_6 = defineInlineFunction('kotlin.kotlin.collections.sumOf_1f8lq0$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_7 = defineInlineFunction('kotlin.kotlin.collections.sumOf_ik7e6s$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- sum += selector(toBoxedChar(element));
- }
- return sum;
- };
- }));
- var sumOf_8 = defineInlineFunction('kotlin.kotlin.collections.sumOf_9qh8u2$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_9 = defineInlineFunction('kotlin.kotlin.collections.sumOf_s616nk$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_10 = defineInlineFunction('kotlin.kotlin.collections.sumOf_sccsus$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_11 = defineInlineFunction('kotlin.kotlin.collections.sumOf_n2f0qi$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_12 = defineInlineFunction('kotlin.kotlin.collections.sumOf_8jxuvk$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_13 = defineInlineFunction('kotlin.kotlin.collections.sumOf_lv6o8c$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_14 = defineInlineFunction('kotlin.kotlin.collections.sumOf_a4xh9s$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_15 = defineInlineFunction('kotlin.kotlin.collections.sumOf_d84lg4$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_16 = defineInlineFunction('kotlin.kotlin.collections.sumOf_izzzcg$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- sum = sum + selector(toBoxedChar(element)) | 0;
- }
- return sum;
- };
- }));
- var sumOf_17 = defineInlineFunction('kotlin.kotlin.collections.sumOf_tbmsiz$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_18 = defineInlineFunction('kotlin.kotlin.collections.sumOf_kvbzxd$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_19 = defineInlineFunction('kotlin.kotlin.collections.sumOf_q809gb$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_20 = defineInlineFunction('kotlin.kotlin.collections.sumOf_4q55px$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_21 = defineInlineFunction('kotlin.kotlin.collections.sumOf_izyk2p$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_22 = defineInlineFunction('kotlin.kotlin.collections.sumOf_wepr8b$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_23 = defineInlineFunction('kotlin.kotlin.collections.sumOf_u2pq67$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_24 = defineInlineFunction('kotlin.kotlin.collections.sumOf_g51xmr$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_25 = defineInlineFunction('kotlin.kotlin.collections.sumOf_ksqx9d$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- sum = sum.add(selector(toBoxedChar(element)));
- }
- return sum;
- };
- }));
- var sumOf_26 = defineInlineFunction('kotlin.kotlin.collections.sumOf_krmprh$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_27 = defineInlineFunction('kotlin.kotlin.collections.sumOf_kzlw2r$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_28 = defineInlineFunction('kotlin.kotlin.collections.sumOf_q3qdax$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_29 = defineInlineFunction('kotlin.kotlin.collections.sumOf_4lv9kj$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_30 = defineInlineFunction('kotlin.kotlin.collections.sumOf_j48g83$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_31 = defineInlineFunction('kotlin.kotlin.collections.sumOf_wafv2x$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_32 = defineInlineFunction('kotlin.kotlin.collections.sumOf_tyfu0t$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_33 = defineInlineFunction('kotlin.kotlin.collections.sumOf_g0s1hd$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_34 = defineInlineFunction('kotlin.kotlin.collections.sumOf_kx0ter$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- sum = new UInt_init(sum.data + selector(toBoxedChar(element)).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_35 = defineInlineFunction('kotlin.kotlin.collections.sumOf_g5s3fc$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- var sumOf_36 = defineInlineFunction('kotlin.kotlin.collections.sumOf_bfi1xq$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- var sumOf_37 = defineInlineFunction('kotlin.kotlin.collections.sumOf_rtsxbq$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- var sumOf_38 = defineInlineFunction('kotlin.kotlin.collections.sumOf_q17do$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- var sumOf_39 = defineInlineFunction('kotlin.kotlin.collections.sumOf_og1gi6$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- var sumOf_40 = defineInlineFunction('kotlin.kotlin.collections.sumOf_6if2ie$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- var sumOf_41 = defineInlineFunction('kotlin.kotlin.collections.sumOf_57i7o2$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- var sumOf_42 = defineInlineFunction('kotlin.kotlin.collections.sumOf_lb182$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- var sumOf_43 = defineInlineFunction('kotlin.kotlin.collections.sumOf_97cr9q$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- sum = new ULong_init(sum.data.add(selector(toBoxedChar(element)).data));
- }
- return sum;
- };
- }));
- function requireNoNulls($receiver) {
- var tmp$, tmp$_0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element == null) {
- throw IllegalArgumentException_init_0('null element found in ' + $receiver + '.');
- }}
- return Kotlin.isArray(tmp$_0 = $receiver) ? tmp$_0 : throwCCE_0();
- }
- var partition = defineInlineFunction('kotlin.kotlin.collections.partition_sfx99b$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = ArrayList_init();
- var second = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- first.add_11rb$(element);
- } else {
- second.add_11rb$(element);
- }
- }
- return new Pair_init(first, second);
- };
- }));
- var partition_0 = defineInlineFunction('kotlin.kotlin.collections.partition_c3i447$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = ArrayList_init();
- var second = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- first.add_11rb$(element);
- } else {
- second.add_11rb$(element);
- }
- }
- return new Pair_init(first, second);
- };
- }));
- var partition_1 = defineInlineFunction('kotlin.kotlin.collections.partition_247xw3$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = ArrayList_init();
- var second = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- first.add_11rb$(element);
- } else {
- second.add_11rb$(element);
- }
- }
- return new Pair_init(first, second);
- };
- }));
- var partition_2 = defineInlineFunction('kotlin.kotlin.collections.partition_il4kyb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = ArrayList_init();
- var second = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- first.add_11rb$(element);
- } else {
- second.add_11rb$(element);
- }
- }
- return new Pair_init(first, second);
- };
- }));
- var partition_3 = defineInlineFunction('kotlin.kotlin.collections.partition_i1oc7r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = ArrayList_init();
- var second = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- first.add_11rb$(element);
- } else {
- second.add_11rb$(element);
- }
- }
- return new Pair_init(first, second);
- };
- }));
- var partition_4 = defineInlineFunction('kotlin.kotlin.collections.partition_u4nq1f$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = ArrayList_init();
- var second = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- first.add_11rb$(element);
- } else {
- second.add_11rb$(element);
- }
- }
- return new Pair_init(first, second);
- };
- }));
- var partition_5 = defineInlineFunction('kotlin.kotlin.collections.partition_3vq27r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = ArrayList_init();
- var second = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- first.add_11rb$(element);
- } else {
- second.add_11rb$(element);
- }
- }
- return new Pair_init(first, second);
- };
- }));
- var partition_6 = defineInlineFunction('kotlin.kotlin.collections.partition_xffwn9$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = ArrayList_init();
- var second = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (predicate(element)) {
- first.add_11rb$(element);
- } else {
- second.add_11rb$(element);
- }
- }
- return new Pair_init(first, second);
- };
- }));
- var partition_7 = defineInlineFunction('kotlin.kotlin.collections.partition_3ji0pj$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = ArrayList_init();
- var second = ArrayList_init();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if (predicate(toBoxedChar(element))) {
- first.add_11rb$(toBoxedChar(element));
- } else {
- second.add_11rb$(toBoxedChar(element));
- }
- }
- return new Pair_init(first, second);
- };
- }));
- function zip($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_0($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_1($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_2($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_3($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_4($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_5($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_6($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_7($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to(toBoxedChar($receiver[i]), other[i]));
- }
- return list;
- }
- var zip_8 = defineInlineFunction('kotlin.kotlin.collections.zip_t5fk8e$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_9 = defineInlineFunction('kotlin.kotlin.collections.zip_c731w7$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_10 = defineInlineFunction('kotlin.kotlin.collections.zip_ochmv5$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_11 = defineInlineFunction('kotlin.kotlin.collections.zip_fvmov$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_12 = defineInlineFunction('kotlin.kotlin.collections.zip_g0832p$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_13 = defineInlineFunction('kotlin.kotlin.collections.zip_cpiwht$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_14 = defineInlineFunction('kotlin.kotlin.collections.zip_p5twxn$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_15 = defineInlineFunction('kotlin.kotlin.collections.zip_6fiayp$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_16 = defineInlineFunction('kotlin.kotlin.collections.zip_xwrum3$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform(toBoxedChar($receiver[i]), other[i]));
- }
- return list;
- };
- }));
- function zip_17($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- }
- function zip_18($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- }
- function zip_19($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- }
- function zip_20($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- }
- function zip_21($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- }
- function zip_22($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- }
- function zip_23($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- }
- function zip_24($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- }
- function zip_25($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to(toBoxedChar($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0]), element));
- }
- return list;
- }
- var zip_26 = defineInlineFunction('kotlin.kotlin.collections.zip_aoaibi$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- };
- }));
- var zip_27 = defineInlineFunction('kotlin.kotlin.collections.zip_2fxjb5$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- };
- }));
- var zip_28 = defineInlineFunction('kotlin.kotlin.collections.zip_ey57vj$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- };
- }));
- var zip_29 = defineInlineFunction('kotlin.kotlin.collections.zip_582drv$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- };
- }));
- var zip_30 = defineInlineFunction('kotlin.kotlin.collections.zip_5584fz$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- };
- }));
- var zip_31 = defineInlineFunction('kotlin.kotlin.collections.zip_dszx9d$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- };
- }));
- var zip_32 = defineInlineFunction('kotlin.kotlin.collections.zip_p8lavz$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- };
- }));
- var zip_33 = defineInlineFunction('kotlin.kotlin.collections.zip_e6btvt$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0], element));
- }
- return list;
- };
- }));
- var zip_34 = defineInlineFunction('kotlin.kotlin.collections.zip_imz1rz$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.length;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform(toBoxedChar($receiver[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0]), element));
- }
- return list;
- };
- }));
- function zip_35($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_36($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_37($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_38($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_39($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_40($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_41($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver[i], other[i]));
- }
- return list;
- }
- function zip_42($receiver, other) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to(toBoxedChar($receiver[i]), toBoxedChar(other[i])));
- }
- return list;
- }
- var zip_43 = defineInlineFunction('kotlin.kotlin.collections.zip_fvjg0r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_44 = defineInlineFunction('kotlin.kotlin.collections.zip_u8n9wb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_45 = defineInlineFunction('kotlin.kotlin.collections.zip_2l2rw1$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_46 = defineInlineFunction('kotlin.kotlin.collections.zip_3bxm8r$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_47 = defineInlineFunction('kotlin.kotlin.collections.zip_h04u5h$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_48 = defineInlineFunction('kotlin.kotlin.collections.zip_t5hjvf$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_49 = defineInlineFunction('kotlin.kotlin.collections.zip_l9qpsl$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver[i], other[i]));
- }
- return list;
- };
- }));
- var zip_50 = defineInlineFunction('kotlin.kotlin.collections.zip_rvvoh1$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform(toBoxedChar($receiver[i]), toBoxedChar(other[i])));
- }
- return list;
- };
- }));
- function joinTo($receiver, buffer, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- var tmp$;
- buffer.append_gw00v9$(prefix);
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if ((count = count + 1 | 0, count) > 1)
- buffer.append_gw00v9$(separator);
- if (limit < 0 || count <= limit) {
- appendElement_1(buffer, element, transform);
- } else
- break;
- }
- if (limit >= 0 && count > limit)
- buffer.append_gw00v9$(truncated);
- buffer.append_gw00v9$(postfix);
- return buffer;
- }
- function joinTo_0($receiver, buffer, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- var tmp$;
- buffer.append_gw00v9$(prefix);
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if ((count = count + 1 | 0, count) > 1)
- buffer.append_gw00v9$(separator);
- if (limit < 0 || count <= limit) {
- if (transform != null)
- buffer.append_gw00v9$(transform(element));
- else
- buffer.append_gw00v9$(element.toString());
- } else
- break;
- }
- if (limit >= 0 && count > limit)
- buffer.append_gw00v9$(truncated);
- buffer.append_gw00v9$(postfix);
- return buffer;
- }
- function joinTo_1($receiver, buffer, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- var tmp$;
- buffer.append_gw00v9$(prefix);
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if ((count = count + 1 | 0, count) > 1)
- buffer.append_gw00v9$(separator);
- if (limit < 0 || count <= limit) {
- if (transform != null)
- buffer.append_gw00v9$(transform(element));
- else
- buffer.append_gw00v9$(element.toString());
- } else
- break;
- }
- if (limit >= 0 && count > limit)
- buffer.append_gw00v9$(truncated);
- buffer.append_gw00v9$(postfix);
- return buffer;
- }
- function joinTo_2($receiver, buffer, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- var tmp$;
- buffer.append_gw00v9$(prefix);
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if ((count = count + 1 | 0, count) > 1)
- buffer.append_gw00v9$(separator);
- if (limit < 0 || count <= limit) {
- if (transform != null)
- buffer.append_gw00v9$(transform(element));
- else
- buffer.append_gw00v9$(element.toString());
- } else
- break;
- }
- if (limit >= 0 && count > limit)
- buffer.append_gw00v9$(truncated);
- buffer.append_gw00v9$(postfix);
- return buffer;
- }
- function joinTo_3($receiver, buffer, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- var tmp$;
- buffer.append_gw00v9$(prefix);
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if ((count = count + 1 | 0, count) > 1)
- buffer.append_gw00v9$(separator);
- if (limit < 0 || count <= limit) {
- if (transform != null)
- buffer.append_gw00v9$(transform(element));
- else
- buffer.append_gw00v9$(element.toString());
- } else
- break;
- }
- if (limit >= 0 && count > limit)
- buffer.append_gw00v9$(truncated);
- buffer.append_gw00v9$(postfix);
- return buffer;
- }
- function joinTo_4($receiver, buffer, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- var tmp$;
- buffer.append_gw00v9$(prefix);
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if ((count = count + 1 | 0, count) > 1)
- buffer.append_gw00v9$(separator);
- if (limit < 0 || count <= limit) {
- if (transform != null)
- buffer.append_gw00v9$(transform(element));
- else
- buffer.append_gw00v9$(element.toString());
- } else
- break;
- }
- if (limit >= 0 && count > limit)
- buffer.append_gw00v9$(truncated);
- buffer.append_gw00v9$(postfix);
- return buffer;
- }
- function joinTo_5($receiver, buffer, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- var tmp$;
- buffer.append_gw00v9$(prefix);
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if ((count = count + 1 | 0, count) > 1)
- buffer.append_gw00v9$(separator);
- if (limit < 0 || count <= limit) {
- if (transform != null)
- buffer.append_gw00v9$(transform(element));
- else
- buffer.append_gw00v9$(element.toString());
- } else
- break;
- }
- if (limit >= 0 && count > limit)
- buffer.append_gw00v9$(truncated);
- buffer.append_gw00v9$(postfix);
- return buffer;
- }
- function joinTo_6($receiver, buffer, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- var tmp$;
- buffer.append_gw00v9$(prefix);
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if ((count = count + 1 | 0, count) > 1)
- buffer.append_gw00v9$(separator);
- if (limit < 0 || count <= limit) {
- if (transform != null)
- buffer.append_gw00v9$(transform(element));
- else
- buffer.append_gw00v9$(element.toString());
- } else
- break;
- }
- if (limit >= 0 && count > limit)
- buffer.append_gw00v9$(truncated);
- buffer.append_gw00v9$(postfix);
- return buffer;
- }
- function joinTo_7($receiver, buffer, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- var tmp$;
- buffer.append_gw00v9$(prefix);
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = unboxChar($receiver[tmp$]);
- if ((count = count + 1 | 0, count) > 1)
- buffer.append_gw00v9$(separator);
- if (limit < 0 || count <= limit) {
- if (transform != null)
- buffer.append_gw00v9$(transform(toBoxedChar(element)));
- else
- buffer.append_s8itvh$(element);
- } else
- break;
- }
- if (limit >= 0 && count > limit)
- buffer.append_gw00v9$(truncated);
- buffer.append_gw00v9$(postfix);
- return buffer;
- }
- function joinToString($receiver, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- return joinTo($receiver, StringBuilder_init_1(), separator, prefix, postfix, limit, truncated, transform).toString();
- }
- function joinToString_0($receiver, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- return joinTo_0($receiver, StringBuilder_init_1(), separator, prefix, postfix, limit, truncated, transform).toString();
- }
- function joinToString_1($receiver, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- return joinTo_1($receiver, StringBuilder_init_1(), separator, prefix, postfix, limit, truncated, transform).toString();
- }
- function joinToString_2($receiver, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- return joinTo_2($receiver, StringBuilder_init_1(), separator, prefix, postfix, limit, truncated, transform).toString();
- }
- function joinToString_3($receiver, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- return joinTo_3($receiver, StringBuilder_init_1(), separator, prefix, postfix, limit, truncated, transform).toString();
- }
- function joinToString_4($receiver, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- return joinTo_4($receiver, StringBuilder_init_1(), separator, prefix, postfix, limit, truncated, transform).toString();
- }
- function joinToString_5($receiver, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- return joinTo_5($receiver, StringBuilder_init_1(), separator, prefix, postfix, limit, truncated, transform).toString();
- }
- function joinToString_6($receiver, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- return joinTo_6($receiver, StringBuilder_init_1(), separator, prefix, postfix, limit, truncated, transform).toString();
- }
- function joinToString_7($receiver, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- return joinTo_7($receiver, StringBuilder_init_1(), separator, prefix, postfix, limit, truncated, transform).toString();
- }
- function asIterable$lambda(this$asIterable) {
- return function () {
- return Kotlin.arrayIterator(this$asIterable);
- };
- }
- function asIterable($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- return new Iterable$ObjectLiteral(asIterable$lambda($receiver));
- }
- function asIterable$lambda_0(this$asIterable) {
- return function () {
- return Kotlin.byteArrayIterator(this$asIterable);
- };
- }
- function asIterable_0($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- return new Iterable$ObjectLiteral(asIterable$lambda_0($receiver));
- }
- function asIterable$lambda_1(this$asIterable) {
- return function () {
- return Kotlin.shortArrayIterator(this$asIterable);
- };
- }
- function asIterable_1($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- return new Iterable$ObjectLiteral(asIterable$lambda_1($receiver));
- }
- function asIterable$lambda_2(this$asIterable) {
- return function () {
- return Kotlin.intArrayIterator(this$asIterable);
- };
- }
- function asIterable_2($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- return new Iterable$ObjectLiteral(asIterable$lambda_2($receiver));
- }
- function asIterable$lambda_3(this$asIterable) {
- return function () {
- return Kotlin.longArrayIterator(this$asIterable);
- };
- }
- function asIterable_3($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- return new Iterable$ObjectLiteral(asIterable$lambda_3($receiver));
- }
- function asIterable$lambda_4(this$asIterable) {
- return function () {
- return Kotlin.floatArrayIterator(this$asIterable);
- };
- }
- function asIterable_4($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- return new Iterable$ObjectLiteral(asIterable$lambda_4($receiver));
- }
- function asIterable$lambda_5(this$asIterable) {
- return function () {
- return Kotlin.doubleArrayIterator(this$asIterable);
- };
- }
- function asIterable_5($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- return new Iterable$ObjectLiteral(asIterable$lambda_5($receiver));
- }
- function asIterable$lambda_6(this$asIterable) {
- return function () {
- return Kotlin.booleanArrayIterator(this$asIterable);
- };
- }
- function asIterable_6($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- return new Iterable$ObjectLiteral(asIterable$lambda_6($receiver));
- }
- function asIterable$lambda_7(this$asIterable) {
- return function () {
- return Kotlin.charArrayIterator(this$asIterable);
- };
- }
- function asIterable_7($receiver) {
- if ($receiver.length === 0)
- return emptyList();
- return new Iterable$ObjectLiteral(asIterable$lambda_7($receiver));
- }
- function asSequence$lambda(this$asSequence) {
- return function () {
- return Kotlin.arrayIterator(this$asSequence);
- };
- }
- function asSequence($receiver) {
- if ($receiver.length === 0)
- return emptySequence();
- return new Sequence$ObjectLiteral(asSequence$lambda($receiver));
- }
- function asSequence$lambda_0(this$asSequence) {
- return function () {
- return Kotlin.byteArrayIterator(this$asSequence);
- };
- }
- function asSequence_0($receiver) {
- if ($receiver.length === 0)
- return emptySequence();
- return new Sequence$ObjectLiteral(asSequence$lambda_0($receiver));
- }
- function asSequence$lambda_1(this$asSequence) {
- return function () {
- return Kotlin.shortArrayIterator(this$asSequence);
- };
- }
- function asSequence_1($receiver) {
- if ($receiver.length === 0)
- return emptySequence();
- return new Sequence$ObjectLiteral(asSequence$lambda_1($receiver));
- }
- function asSequence$lambda_2(this$asSequence) {
- return function () {
- return Kotlin.intArrayIterator(this$asSequence);
- };
- }
- function asSequence_2($receiver) {
- if ($receiver.length === 0)
- return emptySequence();
- return new Sequence$ObjectLiteral(asSequence$lambda_2($receiver));
- }
- function asSequence$lambda_3(this$asSequence) {
- return function () {
- return Kotlin.longArrayIterator(this$asSequence);
- };
- }
- function asSequence_3($receiver) {
- if ($receiver.length === 0)
- return emptySequence();
- return new Sequence$ObjectLiteral(asSequence$lambda_3($receiver));
- }
- function asSequence$lambda_4(this$asSequence) {
- return function () {
- return Kotlin.floatArrayIterator(this$asSequence);
- };
- }
- function asSequence_4($receiver) {
- if ($receiver.length === 0)
- return emptySequence();
- return new Sequence$ObjectLiteral(asSequence$lambda_4($receiver));
- }
- function asSequence$lambda_5(this$asSequence) {
- return function () {
- return Kotlin.doubleArrayIterator(this$asSequence);
- };
- }
- function asSequence_5($receiver) {
- if ($receiver.length === 0)
- return emptySequence();
- return new Sequence$ObjectLiteral(asSequence$lambda_5($receiver));
- }
- function asSequence$lambda_6(this$asSequence) {
- return function () {
- return Kotlin.booleanArrayIterator(this$asSequence);
- };
- }
- function asSequence_6($receiver) {
- if ($receiver.length === 0)
- return emptySequence();
- return new Sequence$ObjectLiteral(asSequence$lambda_6($receiver));
- }
- function asSequence$lambda_7(this$asSequence) {
- return function () {
- return Kotlin.charArrayIterator(this$asSequence);
- };
- }
- function asSequence_7($receiver) {
- if ($receiver.length === 0)
- return emptySequence();
- return new Sequence$ObjectLiteral(asSequence$lambda_7($receiver));
- }
- function average($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_0($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_1($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_2($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_3($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_4($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_5($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_6($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_7($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_8($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_9($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_10($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- count = count + 1 | 0;
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function sum($receiver) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + element;
- }
- return sum;
- }
- function sum_0($receiver) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + element;
- }
- return sum;
- }
- function sum_1($receiver) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + element | 0;
- }
- return sum;
- }
- function sum_2($receiver) {
- var tmp$;
- var sum = L0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum.add(element);
- }
- return sum;
- }
- function sum_3($receiver) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- }
- return sum;
- }
- function sum_4($receiver) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- }
- return sum;
- }
- function sum_5($receiver) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + element;
- }
- return sum;
- }
- function sum_6($receiver) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + element;
- }
- return sum;
- }
- function sum_7($receiver) {
- var tmp$;
- var sum = 0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum + element | 0;
- }
- return sum;
- }
- function sum_8($receiver) {
- var tmp$;
- var sum = L0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = sum.add(element);
- }
- return sum;
- }
- function sum_9($receiver) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- }
- return sum;
- }
- function sum_10($receiver) {
- var tmp$;
- var sum = 0.0;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum += element;
- }
- return sum;
- }
- function Sequence$ObjectLiteral_0(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Sequence$ObjectLiteral_0.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Sequence$ObjectLiteral_0.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- var component1_8 = defineInlineFunction('kotlin.kotlin.collections.component1_2p1efm$', function ($receiver) {
- return $receiver.get_za3lpa$(0);
- });
- var component2_8 = defineInlineFunction('kotlin.kotlin.collections.component2_2p1efm$', function ($receiver) {
- return $receiver.get_za3lpa$(1);
- });
- var component3_8 = defineInlineFunction('kotlin.kotlin.collections.component3_2p1efm$', function ($receiver) {
- return $receiver.get_za3lpa$(2);
- });
- var component4_8 = defineInlineFunction('kotlin.kotlin.collections.component4_2p1efm$', function ($receiver) {
- return $receiver.get_za3lpa$(3);
- });
- var component5_8 = defineInlineFunction('kotlin.kotlin.collections.component5_2p1efm$', function ($receiver) {
- return $receiver.get_za3lpa$(4);
- });
- function contains_8($receiver, element) {
- if (Kotlin.isType($receiver, Collection))
- return $receiver.contains_11rb$(element);
- return indexOf_8($receiver, element) >= 0;
- }
- function elementAt$lambda(closure$index) {
- return function (it) {
- throw new IndexOutOfBoundsException("Collection doesn't contain element at index " + closure$index + '.');
- };
- }
- function elementAt($receiver, index) {
- if (Kotlin.isType($receiver, List))
- return $receiver.get_za3lpa$(index);
- return elementAtOrElse_8($receiver, index, elementAt$lambda(index));
- }
- var elementAt_0 = defineInlineFunction('kotlin.kotlin.collections.elementAt_yzln2o$', function ($receiver, index) {
- return $receiver.get_za3lpa$(index);
- });
- function elementAtOrElse_8($receiver, index, defaultValue) {
- var tmp$;
- if (Kotlin.isType($receiver, List)) {
- return index >= 0 && index <= get_lastIndex_12($receiver) ? $receiver.get_za3lpa$(index) : defaultValue(index);
- }if (index < 0)
- return defaultValue(index);
- var iterator = $receiver.iterator();
- var count = 0;
- while (iterator.hasNext()) {
- var element = iterator.next();
- if (index === (tmp$ = count, count = tmp$ + 1 | 0, tmp$))
- return element;
- }
- return defaultValue(index);
- }
- var elementAtOrElse_9 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_q7vxk6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_55thoc$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver.get_za3lpa$(index) : defaultValue(index);
- };
- }));
- function elementAtOrNull_8($receiver, index) {
- var tmp$;
- if (Kotlin.isType($receiver, List))
- return getOrNull_8($receiver, index);
- if (index < 0)
- return null;
- var iterator = $receiver.iterator();
- var count = 0;
- while (iterator.hasNext()) {
- var element = iterator.next();
- if (index === (tmp$ = count, count = tmp$ + 1 | 0, tmp$))
- return element;
- }
- return null;
- }
- var elementAtOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_yzln2o$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_yzln2o$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var find_8 = defineInlineFunction('kotlin.kotlin.collections.find_6jwkkr$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var findLast_8 = defineInlineFunction('kotlin.kotlin.collections.findLast_6jwkkr$', function ($receiver, predicate) {
- var tmp$;
- var last = null;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- last = element;
- }}
- return last;
- });
- var findLast_9 = defineInlineFunction('kotlin.kotlin.collections.findLast_dmm9ex$', function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- while (iterator.hasPrevious()) {
- var element = iterator.previous();
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- });
- function first_17($receiver) {
- if (Kotlin.isType($receiver, List))
- return first_18($receiver);
- else {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw new NoSuchElementException('Collection is empty.');
- return iterator.next();
- }
- }
- function first_18($receiver) {
- if ($receiver.isEmpty())
- throw new NoSuchElementException('List is empty.');
- return $receiver.get_za3lpa$(0);
- }
- var first_19 = defineInlineFunction('kotlin.kotlin.collections.first_6jwkkr$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Collection contains no element matching the predicate.');
- };
- }));
- function firstOrNull_17($receiver) {
- if (Kotlin.isType($receiver, List))
- if ($receiver.isEmpty())
- return null;
- else
- return $receiver.get_za3lpa$(0);
- else {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- return iterator.next();
- }
- }
- function firstOrNull_18($receiver) {
- return $receiver.isEmpty() ? null : $receiver.get_za3lpa$(0);
- }
- var firstOrNull_19 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_6jwkkr$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- return null;
- });
- var getOrElse_8 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_q7vxk6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_55thoc$;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver.get_za3lpa$(index) : defaultValue(index);
- };
- }));
- function getOrNull_8($receiver, index) {
- return index >= 0 && index <= get_lastIndex_12($receiver) ? $receiver.get_za3lpa$(index) : null;
- }
- function indexOf_8($receiver, element) {
- var tmp$;
- if (Kotlin.isType($receiver, List))
- return $receiver.indexOf_11rb$(element);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- checkIndexOverflow(index);
- if (equals(element, item))
- return index;
- index = index + 1 | 0;
- }
- return -1;
- }
- function indexOf_9($receiver, element) {
- return $receiver.indexOf_11rb$(element);
- }
- var indexOfFirst_8 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_6jwkkr$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, predicate) {
- var tmp$;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- checkIndexOverflow(index);
- if (predicate(item))
- return index;
- index = index + 1 | 0;
- }
- return -1;
- };
- }));
- var indexOfFirst_9 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_dmm9ex$', function ($receiver, predicate) {
- var tmp$;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate(item))
- return index;
- index = index + 1 | 0;
- }
- return -1;
- });
- var indexOfLast_8 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_6jwkkr$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, predicate) {
- var tmp$;
- var lastIndex = -1;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- checkIndexOverflow(index);
- if (predicate(item))
- lastIndex = index;
- index = index + 1 | 0;
- }
- return lastIndex;
- };
- }));
- var indexOfLast_9 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_dmm9ex$', function ($receiver, predicate) {
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- while (iterator.hasPrevious()) {
- if (predicate(iterator.previous())) {
- return iterator.nextIndex();
- }}
- return -1;
- });
- function last_17($receiver) {
- if (Kotlin.isType($receiver, List))
- return last_18($receiver);
- else {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw new NoSuchElementException('Collection is empty.');
- var last = iterator.next();
- while (iterator.hasNext())
- last = iterator.next();
- return last;
- }
- }
- function last_18($receiver) {
- if ($receiver.isEmpty())
- throw new NoSuchElementException('List is empty.');
- return $receiver.get_za3lpa$(get_lastIndex_12($receiver));
- }
- var last_19 = defineInlineFunction('kotlin.kotlin.collections.last_6jwkkr$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var last = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- last = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Collection contains no element matching the predicate.');
- return (tmp$_0 = last) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE();
- };
- }));
- var last_20 = defineInlineFunction('kotlin.kotlin.collections.last_dmm9ex$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- while (iterator.hasPrevious()) {
- var element = iterator.previous();
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('List contains no element matching the predicate.');
- };
- }));
- function lastIndexOf_8($receiver, element) {
- var tmp$;
- if (Kotlin.isType($receiver, List))
- return $receiver.lastIndexOf_11rb$(element);
- var lastIndex = -1;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- checkIndexOverflow(index);
- if (equals(element, item))
- lastIndex = index;
- index = index + 1 | 0;
- }
- return lastIndex;
- }
- function lastIndexOf_9($receiver, element) {
- return $receiver.lastIndexOf_11rb$(element);
- }
- function lastOrNull_17($receiver) {
- if (Kotlin.isType($receiver, List))
- return $receiver.isEmpty() ? null : $receiver.get_za3lpa$($receiver.size - 1 | 0);
- else {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var last = iterator.next();
- while (iterator.hasNext())
- last = iterator.next();
- return last;
- }
- }
- function lastOrNull_18($receiver) {
- return $receiver.isEmpty() ? null : $receiver.get_za3lpa$($receiver.size - 1 | 0);
- }
- var lastOrNull_19 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_6jwkkr$', function ($receiver, predicate) {
- var tmp$;
- var last = null;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- last = element;
- }}
- return last;
- });
- var lastOrNull_20 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_dmm9ex$', function ($receiver, predicate) {
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- while (iterator.hasPrevious()) {
- var element = iterator.previous();
- if (predicate(element))
- return element;
- }
- return null;
- });
- var random_17 = defineInlineFunction('kotlin.kotlin.collections.random_4c7yge$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_iscd7z$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- function random_18($receiver, random) {
- if ($receiver.isEmpty())
- throw new NoSuchElementException('Collection is empty.');
- return elementAt($receiver, random.nextInt_za3lpa$($receiver.size));
- }
- var randomOrNull_17 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_4c7yge$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_iscd7z$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- function randomOrNull_18($receiver, random) {
- if ($receiver.isEmpty())
- return null;
- return elementAt($receiver, random.nextInt_za3lpa$($receiver.size));
- }
- function single_17($receiver) {
- if (Kotlin.isType($receiver, List))
- return single_18($receiver);
- else {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw new NoSuchElementException('Collection is empty.');
- var single = iterator.next();
- if (iterator.hasNext())
- throw IllegalArgumentException_init_0('Collection has more than one element.');
- return single;
- }
- }
- function single_18($receiver) {
- var tmp$;
- switch ($receiver.size) {
- case 0:
- throw new NoSuchElementException('List is empty.');
- case 1:
- tmp$ = $receiver.get_za3lpa$(0);
- break;
- default:throw IllegalArgumentException_init_0('List has more than one element.');
- }
- return tmp$;
- }
- var single_19 = defineInlineFunction('kotlin.kotlin.collections.single_6jwkkr$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Collection contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Collection contains no element matching the predicate.');
- return (tmp$_0 = single) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE();
- };
- }));
- function singleOrNull_17($receiver) {
- if (Kotlin.isType($receiver, List))
- return $receiver.size === 1 ? $receiver.get_za3lpa$(0) : null;
- else {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var single = iterator.next();
- if (iterator.hasNext())
- return null;
- return single;
- }
- }
- function singleOrNull_18($receiver) {
- return $receiver.size === 1 ? $receiver.get_za3lpa$(0) : null;
- }
- var singleOrNull_19 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_6jwkkr$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- function drop_8($receiver, n) {
- var tmp$, tmp$_0, tmp$_1;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return toList_8($receiver);
- var list;
- if (Kotlin.isType($receiver, Collection)) {
- var resultSize = $receiver.size - n | 0;
- if (resultSize <= 0)
- return emptyList();
- if (resultSize === 1)
- return listOf(last_17($receiver));
- list = ArrayList_init_0(resultSize);
- if (Kotlin.isType($receiver, List)) {
- if (Kotlin.isType($receiver, RandomAccess)) {
- tmp$ = $receiver.size;
- for (var index = n; index < tmp$; index++)
- list.add_11rb$($receiver.get_za3lpa$(index));
- } else {
- tmp$_0 = $receiver.listIterator_za3lpa$(n);
- while (tmp$_0.hasNext()) {
- var item = tmp$_0.next();
- list.add_11rb$(item);
- }
- }
- return list;
- }} else {
- list = ArrayList_init();
- }
- var count = 0;
- tmp$_1 = $receiver.iterator();
- while (tmp$_1.hasNext()) {
- var item_0 = tmp$_1.next();
- if (count >= n)
- list.add_11rb$(item_0);
- else
- count = count + 1 | 0;
- }
- return optimizeReadOnlyList(list);
- }
- function dropLast_8($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_8($receiver, coerceAtLeast_2($receiver.size - n | 0, 0));
- }
- var dropLastWhile_8 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_dmm9ex$', wrapFunction(function () {
- var take = _.kotlin.collections.take_ba2ldo$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver, predicate) {
- if (!$receiver.isEmpty()) {
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- while (iterator.hasPrevious()) {
- if (!predicate(iterator.previous())) {
- return take($receiver, iterator.nextIndex() + 1 | 0);
- }}
- }return emptyList();
- };
- }));
- var dropWhile_8 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_6jwkkr$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var filter_8 = defineInlineFunction('kotlin.kotlin.collections.filter_6jwkkr$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_p81qtj$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexedTo_8 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_i2yxnm$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIsInstance_0 = defineInlineFunction('kotlin.kotlin.collections.filterIsInstance_6nw4pr$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function (R_0, isR, $receiver) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (isR(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterIsInstanceTo_0 = defineInlineFunction('kotlin.kotlin.collections.filterIsInstanceTo_v8wdbu$', function (R_0, isR, $receiver, destination) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (isR(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNot_8 = defineInlineFunction('kotlin.kotlin.collections.filterNot_6jwkkr$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- function filterNotNull_0($receiver) {
- return filterNotNullTo_0($receiver, ArrayList_init());
- }
- function filterNotNullTo_0($receiver, destination) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (element != null)
- destination.add_11rb$(element);
- }
- return destination;
- }
- var filterNotTo_8 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_cslyey$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_8 = defineInlineFunction('kotlin.kotlin.collections.filterTo_cslyey$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- function slice_17($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return toList_8($receiver.subList_vux9f0$(indices.start, indices.endInclusive + 1 | 0));
- }
- function slice_18($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver.get_za3lpa$(index));
- }
- return list;
- }
- function take_8($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (Kotlin.isType($receiver, Collection)) {
- if (n >= $receiver.size)
- return toList_8($receiver);
- if (n === 1)
- return listOf(first_17($receiver));
- }var count = 0;
- var list = ArrayList_init_0(n);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return optimizeReadOnlyList(list);
- }
- function takeLast_8($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.size;
- if (n >= size)
- return toList_8($receiver);
- if (n === 1)
- return listOf(last_18($receiver));
- var list = ArrayList_init_0(n);
- if (Kotlin.isType($receiver, RandomAccess)) {
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver.get_za3lpa$(index));
- } else {
- tmp$ = $receiver.listIterator_za3lpa$(size - n | 0);
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- list.add_11rb$(item);
- }
- }
- return list;
- }
- var takeLastWhile_8 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_dmm9ex$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toList = _.kotlin.collections.toList_7wnvza$;
- return function ($receiver, predicate) {
- if ($receiver.isEmpty())
- return emptyList();
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- while (iterator.hasPrevious()) {
- if (!predicate(iterator.previous())) {
- iterator.next();
- var expectedSize = $receiver.size - iterator.nextIndex() | 0;
- if (expectedSize === 0)
- return emptyList();
- var $receiver_0 = ArrayList_init(expectedSize);
- while (iterator.hasNext())
- $receiver_0.add_11rb$(iterator.next());
- return $receiver_0;
- }}
- return toList($receiver);
- };
- }));
- var takeWhile_8 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_6jwkkr$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- function reversed_8($receiver) {
- if (Kotlin.isType($receiver, Collection) && $receiver.size <= 1)
- return toList_8($receiver);
- var list = toMutableList_8($receiver);
- reverse_25(list);
- return list;
- }
- function shuffle_17($receiver, random) {
- for (var i = get_lastIndex_12($receiver); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- $receiver.set_wxm5ur$(j, $receiver.set_wxm5ur$(i, $receiver.get_za3lpa$(j)));
- }
- }
- var sortBy_0 = defineInlineFunction('kotlin.kotlin.collections.sortBy_yag3x6$', wrapFunction(function () {
- var sortWith = _.kotlin.collections.sortWith_nqfjgj$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- if ($receiver.size > 1) {
- sortWith($receiver, new Comparator(compareBy$lambda(selector)));
- }};
- }));
- var sortByDescending_0 = defineInlineFunction('kotlin.kotlin.collections.sortByDescending_yag3x6$', wrapFunction(function () {
- var sortWith = _.kotlin.collections.sortWith_nqfjgj$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- if ($receiver.size > 1) {
- sortWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- }};
- }));
- function sortDescending_15($receiver) {
- sortWith_1($receiver, reverseOrder());
- }
- function sorted_7($receiver) {
- var tmp$;
- if (Kotlin.isType($receiver, Collection)) {
- if ($receiver.size <= 1)
- return toList_8($receiver);
- var $receiver_0 = Kotlin.isArray(tmp$ = copyToArray($receiver)) ? tmp$ : throwCCE_0();
- sort_9($receiver_0);
- return asList($receiver_0);
- }var $receiver_1 = toMutableList_8($receiver);
- sort_26($receiver_1);
- return $receiver_1;
- }
- var sortedBy_8 = defineInlineFunction('kotlin.kotlin.collections.sortedBy_nd8ern$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_eknfly$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareBy$lambda(selector)));
- };
- }));
- var sortedByDescending_8 = defineInlineFunction('kotlin.kotlin.collections.sortedByDescending_nd8ern$', wrapFunction(function () {
- var sortedWith = _.kotlin.collections.sortedWith_eknfly$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- };
- }));
- function sortedDescending_7($receiver) {
- return sortedWith_8($receiver, reverseOrder());
- }
- function sortedWith_8($receiver, comparator) {
- var tmp$;
- if (Kotlin.isType($receiver, Collection)) {
- if ($receiver.size <= 1)
- return toList_8($receiver);
- var $receiver_0 = Kotlin.isArray(tmp$ = copyToArray($receiver)) ? tmp$ : throwCCE_0();
- sortWith($receiver_0, comparator);
- return asList($receiver_0);
- }var $receiver_1 = toMutableList_8($receiver);
- sortWith_1($receiver_1, comparator);
- return $receiver_1;
- }
- function toBooleanArray_0($receiver) {
- var tmp$, tmp$_0;
- var result = Kotlin.booleanArray($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element;
- }
- return result;
- }
- function toByteArray_0($receiver) {
- var tmp$, tmp$_0;
- var result = new Int8Array($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element;
- }
- return result;
- }
- function toCharArray_0($receiver) {
- var tmp$, tmp$_0;
- var result = Kotlin.charArray($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element;
- }
- return result;
- }
- function toDoubleArray_0($receiver) {
- var tmp$, tmp$_0;
- var result = new Float64Array($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element;
- }
- return result;
- }
- function toFloatArray_0($receiver) {
- var tmp$, tmp$_0;
- var result = new Float32Array($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element;
- }
- return result;
- }
- function toIntArray_0($receiver) {
- var tmp$, tmp$_0;
- var result = new Int32Array($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element;
- }
- return result;
- }
- function toLongArray_0($receiver) {
- var tmp$, tmp$_0;
- var result = Kotlin.longArray($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element;
- }
- return result;
- }
- function toShortArray_0($receiver) {
- var tmp$, tmp$_0;
- var result = new Int16Array($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element;
- }
- return result;
- }
- var associate_8 = defineInlineFunction('kotlin.kotlin.collections.associate_wbhhmp$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, transform) {
- var capacity = coerceAtLeast(mapCapacity(collectionSizeOrDefault($receiver, 10)), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associateBy_17 = defineInlineFunction('kotlin.kotlin.collections.associateBy_dvm6j0$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector) {
- var capacity = coerceAtLeast(mapCapacity(collectionSizeOrDefault($receiver, 10)), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- };
- }));
- var associateBy_18 = defineInlineFunction('kotlin.kotlin.collections.associateBy_6kgnfi$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, keySelector, valueTransform) {
- var capacity = coerceAtLeast(mapCapacity(collectionSizeOrDefault($receiver, 10)), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- };
- }));
- var associateByTo_17 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_q9k9lv$', function ($receiver, destination, keySelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- });
- var associateByTo_18 = defineInlineFunction('kotlin.kotlin.collections.associateByTo_5s21dh$', function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- });
- var associateTo_8 = defineInlineFunction('kotlin.kotlin.collections.associateTo_tp6zhs$', function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- });
- var associateWith_8 = defineInlineFunction('kotlin.kotlin.collections.associateWith_dvm6j0$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity(collectionSizeOrDefault($receiver, 10)), 16));
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWithTo_8 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_u35i63$', function ($receiver, destination, valueSelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- function toCollection_8($receiver, destination) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(item);
- }
- return destination;
- }
- function toHashSet_8($receiver) {
- return toCollection_8($receiver, HashSet_init_2(mapCapacity(collectionSizeOrDefault($receiver, 12))));
- }
- function toList_8($receiver) {
- var tmp$;
- if (Kotlin.isType($receiver, Collection)) {
- switch ($receiver.size) {
- case 0:
- tmp$ = emptyList();
- break;
- case 1:
- tmp$ = listOf(Kotlin.isType($receiver, List) ? $receiver.get_za3lpa$(0) : $receiver.iterator().next());
- break;
- default:tmp$ = toMutableList_9($receiver);
- break;
- }
- return tmp$;
- }return optimizeReadOnlyList(toMutableList_8($receiver));
- }
- function toMutableList_8($receiver) {
- if (Kotlin.isType($receiver, Collection))
- return toMutableList_9($receiver);
- return toCollection_8($receiver, ArrayList_init());
- }
- function toMutableList_9($receiver) {
- return ArrayList_init_1($receiver);
- }
- function toSet_8($receiver) {
- var tmp$;
- if (Kotlin.isType($receiver, Collection)) {
- switch ($receiver.size) {
- case 0:
- tmp$ = emptySet();
- break;
- case 1:
- tmp$ = setOf(Kotlin.isType($receiver, List) ? $receiver.get_za3lpa$(0) : $receiver.iterator().next());
- break;
- default:tmp$ = toCollection_8($receiver, LinkedHashSet_init_3(mapCapacity($receiver.size)));
- break;
- }
- return tmp$;
- }return optimizeReadOnlySet(toCollection_8($receiver, LinkedHashSet_init_0()));
- }
- var flatMap_9 = defineInlineFunction('kotlin.kotlin.collections.flatMap_en2w03$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_10 = defineInlineFunction('kotlin.kotlin.collections.flatMap_5xsz3p$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_9 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_6cr8pl$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_10 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_ih8kn$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_9 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_b7vat1$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_10 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_8bztfh$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_9 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_farraf$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_10 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_kzdtk7$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var groupBy_17 = defineInlineFunction('kotlin.kotlin.collections.groupBy_dvm6j0$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_18 = defineInlineFunction('kotlin.kotlin.collections.groupBy_6kgnfi$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_17 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_2nn80$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_18 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_spnc2q$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupingBy_0 = defineInlineFunction('kotlin.kotlin.collections.groupingBy_dvm6j0$', wrapFunction(function () {
- var Kind_CLASS = Kotlin.Kind.CLASS;
- var Grouping = _.kotlin.collections.Grouping;
- function groupingBy$ObjectLiteral(this$groupingBy, closure$keySelector) {
- this.this$groupingBy = this$groupingBy;
- this.closure$keySelector = closure$keySelector;
- }
- groupingBy$ObjectLiteral.prototype.sourceIterator = function () {
- return this.this$groupingBy.iterator();
- };
- groupingBy$ObjectLiteral.prototype.keyOf_11rb$ = function (element) {
- return this.closure$keySelector(element);
- };
- groupingBy$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Grouping]};
- return function ($receiver, keySelector) {
- return new groupingBy$ObjectLiteral($receiver, keySelector);
- };
- }));
- var map_8 = defineInlineFunction('kotlin.kotlin.collections.map_dvm6j0$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init(collectionSizeOrDefault($receiver, 10));
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var mapIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_yigmvk$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, transform) {
- var destination = ArrayList_init(collectionSizeOrDefault($receiver, 10));
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item));
- }
- return destination;
- };
- }));
- var mapIndexedNotNull_0 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedNotNull_aw5p9p$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- var tmp$_1;
- if ((tmp$_1 = transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item)) != null) {
- destination.add_11rb$(tmp$_1);
- }}
- return destination;
- };
- }));
- var mapIndexedNotNullTo_0 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedNotNullTo_s7kjlj$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- var tmp$_1;
- if ((tmp$_1 = transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item)) != null) {
- destination.add_11rb$(tmp$_1);
- }}
- return destination;
- };
- }));
- var mapIndexedTo_8 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_qixlg$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item));
- }
- return destination;
- };
- }));
- var mapNotNull_0 = defineInlineFunction('kotlin.kotlin.collections.mapNotNull_3fhhkf$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var tmp$_0;
- if ((tmp$_0 = transform(element)) != null) {
- destination.add_11rb$(tmp$_0);
- }}
- return destination;
- };
- }));
- var mapNotNullTo_0 = defineInlineFunction('kotlin.kotlin.collections.mapNotNullTo_p5b1il$', wrapFunction(function () {
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var tmp$_0;
- if ((tmp$_0 = transform(element)) != null) {
- destination.add_11rb$(tmp$_0);
- }}
- return destination;
- };
- }));
- var mapTo_8 = defineInlineFunction('kotlin.kotlin.collections.mapTo_h3il0w$', function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- function withIndex$lambda_8(this$withIndex) {
- return function () {
- return this$withIndex.iterator();
- };
- }
- function withIndex_8($receiver) {
- return new IndexingIterable(withIndex$lambda_8($receiver));
- }
- function distinct_8($receiver) {
- return toList_8(toMutableSet_8($receiver));
- }
- var distinctBy_8 = defineInlineFunction('kotlin.kotlin.collections.distinctBy_dvm6j0$', wrapFunction(function () {
- var HashSet_init = _.kotlin.collections.HashSet_init_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, selector) {
- var tmp$;
- var set = HashSet_init();
- var list = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- var key = selector(e);
- if (set.add_11rb$(key))
- list.add_11rb$(e);
- }
- return list;
- };
- }));
- function intersect_8($receiver, other) {
- var set = toMutableSet_8($receiver);
- retainAll_0(set, other);
- return set;
- }
- function subtract_8($receiver, other) {
- var set = toMutableSet_8($receiver);
- removeAll_0(set, other);
- return set;
- }
- function toMutableSet_8($receiver) {
- var tmp$;
- if (Kotlin.isType($receiver, Collection))
- tmp$ = LinkedHashSet_init_1($receiver);
- else
- tmp$ = toCollection_8($receiver, LinkedHashSet_init_0());
- return tmp$;
- }
- function union_8($receiver, other) {
- var set = toMutableSet_8($receiver);
- addAll(set, other);
- return set;
- }
- var all_8 = defineInlineFunction('kotlin.kotlin.collections.all_6jwkkr$', wrapFunction(function () {
- var Collection = _.kotlin.collections.Collection;
- return function ($receiver, predicate) {
- var tmp$;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty())
- return true;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- return false;
- }
- return true;
- };
- }));
- function any_17($receiver) {
- if (Kotlin.isType($receiver, Collection))
- return !$receiver.isEmpty();
- return $receiver.iterator().hasNext();
- }
- var any_18 = defineInlineFunction('kotlin.kotlin.collections.any_6jwkkr$', wrapFunction(function () {
- var Collection = _.kotlin.collections.Collection;
- return function ($receiver, predicate) {
- var tmp$;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty())
- return false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return true;
- }
- return false;
- };
- }));
- function count_17($receiver) {
- var tmp$;
- if (Kotlin.isType($receiver, Collection))
- return $receiver.size;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count;
- }
- var count_18 = defineInlineFunction('kotlin.kotlin.collections.count_4c7yge$', function ($receiver) {
- return $receiver.size;
- });
- var count_19 = defineInlineFunction('kotlin.kotlin.collections.count_6jwkkr$', wrapFunction(function () {
- var Collection = _.kotlin.collections.Collection;
- var checkCountOverflow = _.kotlin.collections.checkCountOverflow_za3lpa$;
- return function ($receiver, predicate) {
- var tmp$;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty())
- return 0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count;
- };
- }));
- var fold_8 = defineInlineFunction('kotlin.kotlin.collections.fold_l1hrho$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_a080b4$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), accumulator, element);
- }
- return accumulator;
- };
- }));
- var foldRight_8 = defineInlineFunction('kotlin.kotlin.collections.foldRight_flo3fi$', function ($receiver, initial, operation) {
- var accumulator = initial;
- if (!$receiver.isEmpty()) {
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- while (iterator.hasPrevious()) {
- accumulator = operation(iterator.previous(), accumulator);
- }
- }return accumulator;
- });
- var foldRightIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_nj6056$', function ($receiver, initial, operation) {
- var accumulator = initial;
- if (!$receiver.isEmpty()) {
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- while (iterator.hasPrevious()) {
- var index = iterator.previousIndex();
- accumulator = operation(index, iterator.previous(), accumulator);
- }
- }return accumulator;
- });
- var forEach_8 = defineInlineFunction('kotlin.kotlin.collections.forEach_i7id1t$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- });
- var forEachIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_g8ms6t$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item);
- }
- };
- }));
- function max_9($receiver) {
- return maxOrNull_9($receiver);
- }
- function max_10($receiver) {
- return maxOrNull_10($receiver);
- }
- function max_11($receiver) {
- return maxOrNull_11($receiver);
- }
- var maxBy_8 = defineInlineFunction('kotlin.kotlin.collections.maxBy_nd8ern$', function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext()) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = iterator.next();
- if (!iterator.hasNext()) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- while (iterator.hasNext());
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- });
- var maxByOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_nd8ern$', function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var maxElem = iterator.next();
- if (!iterator.hasNext())
- return maxElem;
- var maxValue = selector(maxElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- while (iterator.hasNext());
- return maxElem;
- });
- var maxOf_26 = defineInlineFunction('kotlin.kotlin.collections.maxOf_k0tf9a$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_27 = defineInlineFunction('kotlin.kotlin.collections.maxOf_v16v6p$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_28 = defineInlineFunction('kotlin.kotlin.collections.maxOf_nd8ern$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_26 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_k0tf9a$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_27 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_v16v6p$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_28 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_nd8ern$', function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- });
- var maxOfWith_8 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_ht6j77$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, comparator, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_ht6j77$', function ($receiver, comparator, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- });
- function maxOrNull_9($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var max = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOrNull_10($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var max = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOrNull_11($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var max = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- if (Kotlin.compareTo(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWith_8($receiver, comparator) {
- return maxWithOrNull_8($receiver, comparator);
- }
- function maxWithOrNull_8($receiver, comparator) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var max = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function min_9($receiver) {
- return minOrNull_9($receiver);
- }
- function min_10($receiver) {
- return minOrNull_10($receiver);
- }
- function min_11($receiver) {
- return minOrNull_11($receiver);
- }
- var minBy_8 = defineInlineFunction('kotlin.kotlin.collections.minBy_nd8ern$', function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext()) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = iterator.next();
- if (!iterator.hasNext()) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- while (iterator.hasNext());
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- });
- var minByOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_nd8ern$', function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var minElem = iterator.next();
- if (!iterator.hasNext())
- return minElem;
- var minValue = selector(minElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- while (iterator.hasNext());
- return minElem;
- });
- var minOf_26 = defineInlineFunction('kotlin.kotlin.collections.minOf_k0tf9a$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_27 = defineInlineFunction('kotlin.kotlin.collections.minOf_v16v6p$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_28 = defineInlineFunction('kotlin.kotlin.collections.minOf_nd8ern$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_26 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_k0tf9a$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_27 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_v16v6p$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_28 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_nd8ern$', function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- });
- var minOfWith_8 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_ht6j77$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, comparator, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_ht6j77$', function ($receiver, comparator, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- });
- function minOrNull_9($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var min = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOrNull_10($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var min = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOrNull_11($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var min = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- if (Kotlin.compareTo(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWith_8($receiver, comparator) {
- return minWithOrNull_8($receiver, comparator);
- }
- function minWithOrNull_8($receiver, comparator) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var min = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function none_17($receiver) {
- if (Kotlin.isType($receiver, Collection))
- return $receiver.isEmpty();
- return !$receiver.iterator().hasNext();
- }
- var none_18 = defineInlineFunction('kotlin.kotlin.collections.none_6jwkkr$', wrapFunction(function () {
- var Collection = _.kotlin.collections.Collection;
- return function ($receiver, predicate) {
- var tmp$;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty())
- return true;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return false;
- }
- return true;
- };
- }));
- var onEach_8 = defineInlineFunction('kotlin.kotlin.collections.onEach_w8vc4v$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- return $receiver;
- });
- var onEachIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_jhasvh$', wrapFunction(function () {
- var Unit = Kotlin.kotlin.Unit;
- var wrapFunction = Kotlin.wrapFunction;
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- var onEachIndexed$lambda = wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function (closure$action) {
- return function ($receiver) {
- var action = closure$action;
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item);
- }
- return Unit;
- };
- };
- });
- return function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item);
- }
- return $receiver;
- };
- }));
- var reduce_8 = defineInlineFunction('kotlin.kotlin.collections.reduce_lrrcxv$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw UnsupportedOperationException_init("Empty collection can't be reduced.");
- var accumulator = iterator.next();
- while (iterator.hasNext()) {
- accumulator = operation(accumulator, iterator.next());
- }
- return accumulator;
- };
- }));
- var reduceIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_8txfjb$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, operation) {
- var tmp$;
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw UnsupportedOperationException_init("Empty collection can't be reduced.");
- var index = 1;
- var accumulator = iterator.next();
- while (iterator.hasNext()) {
- accumulator = operation(checkIndexOverflow((tmp$ = index, index = tmp$ + 1 | 0, tmp$)), accumulator, iterator.next());
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_8txfjb$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, operation) {
- var tmp$;
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var index = 1;
- var accumulator = iterator.next();
- while (iterator.hasNext()) {
- accumulator = operation(checkIndexOverflow((tmp$ = index, index = tmp$ + 1 | 0, tmp$)), accumulator, iterator.next());
- }
- return accumulator;
- };
- }));
- var reduceOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_lrrcxv$', function ($receiver, operation) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var accumulator = iterator.next();
- while (iterator.hasNext()) {
- accumulator = operation(accumulator, iterator.next());
- }
- return accumulator;
- });
- var reduceRight_8 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_y5l5zf$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- if (!iterator.hasPrevious())
- throw UnsupportedOperationException_init("Empty list can't be reduced.");
- var accumulator = iterator.previous();
- while (iterator.hasPrevious()) {
- accumulator = operation(iterator.previous(), accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_1a67zb$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- if (!iterator.hasPrevious())
- throw UnsupportedOperationException_init("Empty list can't be reduced.");
- var accumulator = iterator.previous();
- while (iterator.hasPrevious()) {
- var index = iterator.previousIndex();
- accumulator = operation(index, iterator.previous(), accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_1a67zb$', function ($receiver, operation) {
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- if (!iterator.hasPrevious())
- return null;
- var accumulator = iterator.previous();
- while (iterator.hasPrevious()) {
- var index = iterator.previousIndex();
- accumulator = operation(index, iterator.previous(), accumulator);
- }
- return accumulator;
- });
- var reduceRightOrNull_8 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_y5l5zf$', function ($receiver, operation) {
- var iterator = $receiver.listIterator_za3lpa$($receiver.size);
- if (!iterator.hasPrevious())
- return null;
- var accumulator = iterator.previous();
- while (iterator.hasPrevious()) {
- accumulator = operation(iterator.previous(), accumulator);
- }
- return accumulator;
- });
- var runningFold_8 = defineInlineFunction('kotlin.kotlin.collections.runningFold_l1hrho$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var estimatedSize = collectionSizeOrDefault($receiver, 9);
- if (estimatedSize === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init(estimatedSize + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_a080b4$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var estimatedSize = collectionSizeOrDefault($receiver, 9);
- if (estimatedSize === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init(estimatedSize + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var index = 0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningReduce_8 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_lrrcxv$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return emptyList();
- var accumulator = {v: iterator.next()};
- var $receiver_0 = ArrayList_init(collectionSizeOrDefault($receiver, 10));
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- while (iterator.hasNext()) {
- accumulator.v = operation(accumulator.v, iterator.next());
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_8txfjb$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var tmp$;
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return emptyList();
- var accumulator = {v: iterator.next()};
- var $receiver_0 = ArrayList_init(collectionSizeOrDefault($receiver, 10));
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- var index = 1;
- while (iterator.hasNext()) {
- accumulator.v = operation((tmp$ = index, index = tmp$ + 1 | 0, tmp$), accumulator.v, iterator.next());
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var scan_8 = defineInlineFunction('kotlin.kotlin.collections.scan_l1hrho$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- var estimatedSize = collectionSizeOrDefault($receiver, 9);
- if (estimatedSize === 0) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init(estimatedSize + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scanIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_a080b4$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- var tmp$, tmp$_0;
- var estimatedSize = collectionSizeOrDefault($receiver, 9);
- if (estimatedSize === 0) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init(estimatedSize + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var index = 0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanReduce_8 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_lrrcxv$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext()) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: iterator.next()};
- var $receiver_0 = ArrayList_init(collectionSizeOrDefault($receiver, 10));
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- while (iterator.hasNext()) {
- accumulator.v = operation(accumulator.v, iterator.next());
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduceIndexed_8 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_8txfjb$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- var tmp$;
- var iterator = $receiver.iterator();
- if (!iterator.hasNext()) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: iterator.next()};
- var $receiver_0 = ArrayList_init(collectionSizeOrDefault($receiver, 10));
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- var index = 1;
- while (iterator.hasNext()) {
- accumulator.v = operation((tmp$ = index, index = tmp$ + 1 | 0, tmp$), accumulator.v, iterator.next());
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var sumBy_8 = defineInlineFunction('kotlin.kotlin.collections.sumBy_1nckxa$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumByDouble_8 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_k0tf9a$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_44 = defineInlineFunction('kotlin.kotlin.collections.sumOf_k0tf9a$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_45 = defineInlineFunction('kotlin.kotlin.collections.sumOf_1nckxa$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_46 = defineInlineFunction('kotlin.kotlin.collections.sumOf_8a1mrt$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_47 = defineInlineFunction('kotlin.kotlin.collections.sumOf_gu1pjb$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_48 = defineInlineFunction('kotlin.kotlin.collections.sumOf_d0g790$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- function requireNoNulls_0($receiver) {
- var tmp$, tmp$_0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (element == null) {
- throw IllegalArgumentException_init_0('null element found in ' + $receiver + '.');
- }}
- return Kotlin.isType(tmp$_0 = $receiver, Iterable) ? tmp$_0 : throwCCE_0();
- }
- function requireNoNulls_1($receiver) {
- var tmp$, tmp$_0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (element == null) {
- throw IllegalArgumentException_init_0('null element found in ' + $receiver + '.');
- }}
- return Kotlin.isType(tmp$_0 = $receiver, List) ? tmp$_0 : throwCCE_0();
- }
- function chunked($receiver, size) {
- return windowed($receiver, size, size, true);
- }
- function chunked_0($receiver, size, transform) {
- return windowed_0($receiver, size, size, true, transform);
- }
- function minus($receiver, element) {
- var result = ArrayList_init_0(collectionSizeOrDefault($receiver, 10));
- var removed = {v: false};
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element_0 = tmp$.next();
- var predicate$result;
- if (!removed.v && equals(element_0, element)) {
- removed.v = true;
- predicate$result = false;
- } else {
- predicate$result = true;
- }
- if (predicate$result)
- result.add_11rb$(element_0);
- }
- return result;
- }
- function minus_0($receiver, elements) {
- if (elements.length === 0)
- return toList_8($receiver);
- var other = toHashSet(elements);
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!other.contains_11rb$(element))
- destination.add_11rb$(element);
- }
- return destination;
- }
- function minus_1($receiver, elements) {
- var other = convertToSetForSetOperationWith(elements, $receiver);
- if (other.isEmpty())
- return toList_8($receiver);
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!other.contains_11rb$(element))
- destination.add_11rb$(element);
- }
- return destination;
- }
- function minus_2($receiver, elements) {
- var other = toHashSet_9(elements);
- if (other.isEmpty())
- return toList_8($receiver);
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!other.contains_11rb$(element))
- destination.add_11rb$(element);
- }
- return destination;
- }
- var minusElement = defineInlineFunction('kotlin.kotlin.collections.minusElement_2ws7j4$', wrapFunction(function () {
- var minus = _.kotlin.collections.minus_2ws7j4$;
- return function ($receiver, element) {
- return minus($receiver, element);
- };
- }));
- var partition_8 = defineInlineFunction('kotlin.kotlin.collections.partition_6jwkkr$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = ArrayList_init();
- var second = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- first.add_11rb$(element);
- } else {
- second.add_11rb$(element);
- }
- }
- return new Pair_init(first, second);
- };
- }));
- function plus($receiver, element) {
- if (Kotlin.isType($receiver, Collection))
- return plus_0($receiver, element);
- var result = ArrayList_init();
- addAll(result, $receiver);
- result.add_11rb$(element);
- return result;
- }
- function plus_0($receiver, element) {
- var result = ArrayList_init_0($receiver.size + 1 | 0);
- result.addAll_brywnq$($receiver);
- result.add_11rb$(element);
- return result;
- }
- function plus_1($receiver, elements) {
- if (Kotlin.isType($receiver, Collection))
- return plus_2($receiver, elements);
- var result = ArrayList_init();
- addAll(result, $receiver);
- addAll_1(result, elements);
- return result;
- }
- function plus_2($receiver, elements) {
- var result = ArrayList_init_0($receiver.size + elements.length | 0);
- result.addAll_brywnq$($receiver);
- addAll_1(result, elements);
- return result;
- }
- function plus_3($receiver, elements) {
- if (Kotlin.isType($receiver, Collection))
- return plus_4($receiver, elements);
- var result = ArrayList_init();
- addAll(result, $receiver);
- addAll(result, elements);
- return result;
- }
- function plus_4($receiver, elements) {
- if (Kotlin.isType(elements, Collection)) {
- var result = ArrayList_init_0($receiver.size + elements.size | 0);
- result.addAll_brywnq$($receiver);
- result.addAll_brywnq$(elements);
- return result;
- } else {
- var result_0 = ArrayList_init_1($receiver);
- addAll(result_0, elements);
- return result_0;
- }
- }
- function plus_5($receiver, elements) {
- var result = ArrayList_init();
- addAll(result, $receiver);
- addAll_0(result, elements);
- return result;
- }
- function plus_6($receiver, elements) {
- var result = ArrayList_init_0($receiver.size + 10 | 0);
- result.addAll_brywnq$($receiver);
- addAll_0(result, elements);
- return result;
- }
- var plusElement = defineInlineFunction('kotlin.kotlin.collections.plusElement_2ws7j4$', wrapFunction(function () {
- var plus = _.kotlin.collections.plus_2ws7j4$;
- return function ($receiver, element) {
- return plus($receiver, element);
- };
- }));
- var plusElement_0 = defineInlineFunction('kotlin.kotlin.collections.plusElement_qloxvw$', wrapFunction(function () {
- var plus = _.kotlin.collections.plus_qloxvw$;
- return function ($receiver, element) {
- return plus($receiver, element);
- };
- }));
- function windowed($receiver, size, step, partialWindows) {
- if (step === void 0)
- step = 1;
- if (partialWindows === void 0)
- partialWindows = false;
- var tmp$;
- checkWindowSizeStep(size, step);
- if (Kotlin.isType($receiver, RandomAccess) && Kotlin.isType($receiver, List)) {
- var thisSize = $receiver.size;
- var resultCapacity = (thisSize / step | 0) + (thisSize % step === 0 ? 0 : 1) | 0;
- var result = ArrayList_init_0(resultCapacity);
- var index = {v: 0};
- while (true) {
- tmp$ = index.v;
- if (!(0 <= tmp$ && tmp$ < thisSize))
- break;
- var windowSize = coerceAtMost_2(size, thisSize - index.v | 0);
- if (windowSize < size && !partialWindows)
- break;
- var list = ArrayList_init_0(windowSize);
- for (var index_0 = 0; index_0 < windowSize; index_0++) {
- list.add_11rb$($receiver.get_za3lpa$(index_0 + index.v | 0));
- }
- result.add_11rb$(list);
- index.v = index.v + step | 0;
- }
- return result;
- }var result_0 = ArrayList_init();
- var $receiver_0 = windowedIterator($receiver.iterator(), size, step, partialWindows, false);
- while ($receiver_0.hasNext()) {
- var element = $receiver_0.next();
- result_0.add_11rb$(element);
- }
- return result_0;
- }
- function windowed_0($receiver, size, step, partialWindows, transform) {
- if (step === void 0)
- step = 1;
- if (partialWindows === void 0)
- partialWindows = false;
- checkWindowSizeStep(size, step);
- if (Kotlin.isType($receiver, RandomAccess) && Kotlin.isType($receiver, List)) {
- var thisSize = $receiver.size;
- var resultCapacity = (thisSize / step | 0) + (thisSize % step === 0 ? 0 : 1) | 0;
- var result = ArrayList_init_0(resultCapacity);
- var window_0 = new MovingSubList($receiver);
- var index = 0;
- while (0 <= index && index < thisSize) {
- var windowSize = coerceAtMost_2(size, thisSize - index | 0);
- if (!partialWindows && windowSize < size)
- break;
- window_0.move_vux9f0$(index, index + windowSize | 0);
- result.add_11rb$(transform(window_0));
- index = index + step | 0;
- }
- return result;
- }var result_0 = ArrayList_init();
- var $receiver_0 = windowedIterator($receiver.iterator(), size, step, partialWindows, true);
- while ($receiver_0.hasNext()) {
- var element = $receiver_0.next();
- result_0.add_11rb$(transform(element));
- }
- return result_0;
- }
- function zip_51($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = other.length;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault($receiver, 10), arraySize));
- var i = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to(element, other[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0]));
- }
- return list;
- }
- var zip_52 = defineInlineFunction('kotlin.kotlin.collections.zip_curaua$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = other.length;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault($receiver, 10), arraySize));
- var i = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform(element, other[tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0]));
- }
- return list;
- };
- }));
- function zip_53($receiver, other) {
- var first = $receiver.iterator();
- var second = other.iterator();
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault($receiver, 10), collectionSizeOrDefault(other, 10)));
- while (first.hasNext() && second.hasNext()) {
- list.add_11rb$(to(first.next(), second.next()));
- }
- return list;
- }
- var zip_54 = defineInlineFunction('kotlin.kotlin.collections.zip_3h9v02$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var first = $receiver.iterator();
- var second = other.iterator();
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault($receiver, 10), collectionSizeOrDefault(other, 10)));
- while (first.hasNext() && second.hasNext()) {
- list.add_11rb$(transform(first.next(), second.next()));
- }
- return list;
- };
- }));
- function zipWithNext($receiver) {
- var zipWithNext$result;
- zipWithNext$break: do {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext()) {
- zipWithNext$result = emptyList();
- break zipWithNext$break;
- }var result = ArrayList_init();
- var current = iterator.next();
- while (iterator.hasNext()) {
- var next = iterator.next();
- result.add_11rb$(to(current, next));
- current = next;
- }
- zipWithNext$result = result;
- }
- while (false);
- return zipWithNext$result;
- }
- var zipWithNext_0 = defineInlineFunction('kotlin.kotlin.collections.zipWithNext_kvcuaw$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, transform) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return emptyList();
- var result = ArrayList_init();
- var current = iterator.next();
- while (iterator.hasNext()) {
- var next = iterator.next();
- result.add_11rb$(transform(current, next));
- current = next;
- }
- return result;
- };
- }));
- function joinTo_8($receiver, buffer, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- var tmp$;
- buffer.append_gw00v9$(prefix);
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if ((count = count + 1 | 0, count) > 1)
- buffer.append_gw00v9$(separator);
- if (limit < 0 || count <= limit) {
- appendElement_1(buffer, element, transform);
- } else
- break;
- }
- if (limit >= 0 && count > limit)
- buffer.append_gw00v9$(truncated);
- buffer.append_gw00v9$(postfix);
- return buffer;
- }
- function joinToString_8($receiver, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- return joinTo_8($receiver, StringBuilder_init_1(), separator, prefix, postfix, limit, truncated, transform).toString();
- }
- var asIterable_8 = defineInlineFunction('kotlin.kotlin.collections.asIterable_7wnvza$', function ($receiver) {
- return $receiver;
- });
- function asSequence$lambda_8(this$asSequence) {
- return function () {
- return this$asSequence.iterator();
- };
- }
- function asSequence_8($receiver) {
- return new Sequence$ObjectLiteral_0(asSequence$lambda_8($receiver));
- }
- function average_11($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_12($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_13($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_14($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_15($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_16($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function sum_11($receiver) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + element;
- }
- return sum;
- }
- function sum_12($receiver) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + element;
- }
- return sum;
- }
- function sum_13($receiver) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + element | 0;
- }
- return sum;
- }
- function sum_14($receiver) {
- var tmp$;
- var sum = L0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum.add(element);
- }
- return sum;
- }
- function sum_15($receiver) {
- var tmp$;
- var sum = 0.0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- }
- return sum;
- }
- function sum_16($receiver) {
- var tmp$;
- var sum = 0.0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- }
- return sum;
- }
- function maxOf_29(a, b, c, comparator) {
- return maxOf_30(a, maxOf_30(b, c, comparator), comparator);
- }
- function maxOf_30(a, b, comparator) {
- return comparator.compare(a, b) >= 0 ? a : b;
- }
- function maxOf_31(a, other, comparator) {
- var tmp$;
- var max = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function minOf_29(a, b, c, comparator) {
- return minOf_30(a, minOf_30(b, c, comparator), comparator);
- }
- function minOf_30(a, b, comparator) {
- return comparator.compare(a, b) <= 0 ? a : b;
- }
- function minOf_31(a, other, comparator) {
- var tmp$;
- var min = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function toList_9($receiver) {
- if ($receiver.size === 0)
- return emptyList();
- var iterator = $receiver.entries.iterator();
- if (!iterator.hasNext())
- return emptyList();
- var first = iterator.next();
- if (!iterator.hasNext()) {
- return listOf(new Pair(first.key, first.value));
- }var result = ArrayList_init_0($receiver.size);
- result.add_11rb$(new Pair(first.key, first.value));
- do {
- var $receiver_0 = iterator.next();
- result.add_11rb$(new Pair($receiver_0.key, $receiver_0.value));
- }
- while (iterator.hasNext());
- return result;
- }
- var flatMap_11 = defineInlineFunction('kotlin.kotlin.collections.flatMap_2r9935$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_12 = defineInlineFunction('kotlin.kotlin.collections.flatMap_9im7d9$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_11 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_qdz8ho$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_12 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_y6v9je$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var map_9 = defineInlineFunction('kotlin.kotlin.collections.map_8169ik$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.size);
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var mapNotNull_1 = defineInlineFunction('kotlin.kotlin.collections.mapNotNull_9b72hb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var tmp$_0;
- if ((tmp$_0 = transform(element)) != null) {
- destination.add_11rb$(tmp$_0);
- }}
- return destination;
- };
- }));
- var mapNotNullTo_1 = defineInlineFunction('kotlin.kotlin.collections.mapNotNullTo_ir6y9a$', wrapFunction(function () {
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var tmp$_0;
- if ((tmp$_0 = transform(element)) != null) {
- destination.add_11rb$(tmp$_0);
- }}
- return destination;
- };
- }));
- var mapTo_9 = defineInlineFunction('kotlin.kotlin.collections.mapTo_qxe4nl$', function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var all_9 = defineInlineFunction('kotlin.kotlin.collections.all_9peqz9$', function ($receiver, predicate) {
- var tmp$;
- if ($receiver.isEmpty())
- return true;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- return false;
- }
- return true;
- });
- function any_19($receiver) {
- return !$receiver.isEmpty();
- }
- var any_20 = defineInlineFunction('kotlin.kotlin.collections.any_9peqz9$', function ($receiver, predicate) {
- var tmp$;
- if ($receiver.isEmpty())
- return false;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return true;
- }
- return false;
- });
- var count_20 = defineInlineFunction('kotlin.kotlin.collections.count_abgq59$', function ($receiver) {
- return $receiver.size;
- });
- var count_21 = defineInlineFunction('kotlin.kotlin.collections.count_9peqz9$', function ($receiver, predicate) {
- var tmp$;
- if ($receiver.isEmpty())
- return 0;
- var count = 0;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var forEach_9 = defineInlineFunction('kotlin.kotlin.collections.forEach_62casv$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- });
- var maxBy_9 = defineInlineFunction('kotlin.kotlin.collections.maxBy_44nibo$', function ($receiver, selector) {
- var $receiver_0 = $receiver.entries;
- var maxByOrNull$result;
- maxByOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = iterator.next();
- if (!iterator.hasNext()) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- while (iterator.hasNext());
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- });
- var maxByOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_44nibo$', function ($receiver, selector) {
- var $receiver_0 = $receiver.entries;
- var maxByOrNull$result;
- maxByOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = iterator.next();
- if (!iterator.hasNext()) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- while (iterator.hasNext());
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- });
- var maxOf_32 = defineInlineFunction('kotlin.kotlin.collections.maxOf_sf5c76$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.entries.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_33 = defineInlineFunction('kotlin.kotlin.collections.maxOf_9y1h6f$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.entries.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_34 = defineInlineFunction('kotlin.kotlin.collections.maxOf_44nibo$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, selector) {
- var iterator = $receiver.entries.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_29 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_sf5c76$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var $receiver_0 = $receiver.entries;
- var maxOfOrNull$result;
- maxOfOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- maxOfOrNull$result = null;
- break maxOfOrNull$break;
- }var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- maxOfOrNull$result = maxValue;
- }
- while (false);
- return maxOfOrNull$result;
- };
- }));
- var maxOfOrNull_30 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_9y1h6f$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var $receiver_0 = $receiver.entries;
- var maxOfOrNull$result;
- maxOfOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- maxOfOrNull$result = null;
- break maxOfOrNull$break;
- }var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- maxOfOrNull$result = maxValue;
- }
- while (false);
- return maxOfOrNull$result;
- };
- }));
- var maxOfOrNull_31 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_44nibo$', function ($receiver, selector) {
- var $receiver_0 = $receiver.entries;
- var maxOfOrNull$result;
- maxOfOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- maxOfOrNull$result = null;
- break maxOfOrNull$break;
- }var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- maxOfOrNull$result = maxValue;
- }
- while (false);
- return maxOfOrNull$result;
- });
- var maxOfWith_9 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_2ajo3y$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, comparator, selector) {
- var iterator = $receiver.entries.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_2ajo3y$', function ($receiver, comparator, selector) {
- var $receiver_0 = $receiver.entries;
- var maxOfWithOrNull$result;
- maxOfWithOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- maxOfWithOrNull$result = null;
- break maxOfWithOrNull$break;
- }var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- maxOfWithOrNull$result = maxValue;
- }
- while (false);
- return maxOfWithOrNull$result;
- });
- var maxWith_9 = defineInlineFunction('kotlin.kotlin.collections.maxWith_e3q53g$', wrapFunction(function () {
- var maxWithOrNull = _.kotlin.collections.maxWithOrNull_eknfly$;
- return function ($receiver, comparator) {
- return maxWithOrNull($receiver.entries, comparator);
- };
- }));
- var maxWithOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.maxWithOrNull_e3q53g$', wrapFunction(function () {
- var maxWithOrNull = _.kotlin.collections.maxWithOrNull_eknfly$;
- return function ($receiver, comparator) {
- return maxWithOrNull($receiver.entries, comparator);
- };
- }));
- var minBy_9 = defineInlineFunction('kotlin.kotlin.collections.minBy_44nibo$', function ($receiver, selector) {
- var $receiver_0 = $receiver.entries;
- var minByOrNull$result;
- minByOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = iterator.next();
- if (!iterator.hasNext()) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- while (iterator.hasNext());
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- });
- var minByOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_44nibo$', function ($receiver, selector) {
- var $receiver_0 = $receiver.entries;
- var minByOrNull$result;
- minByOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = iterator.next();
- if (!iterator.hasNext()) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- while (iterator.hasNext());
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- });
- var minOf_32 = defineInlineFunction('kotlin.kotlin.collections.minOf_sf5c76$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.entries.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_33 = defineInlineFunction('kotlin.kotlin.collections.minOf_9y1h6f$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.entries.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_34 = defineInlineFunction('kotlin.kotlin.collections.minOf_44nibo$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, selector) {
- var iterator = $receiver.entries.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_29 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_sf5c76$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var $receiver_0 = $receiver.entries;
- var minOfOrNull$result;
- minOfOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- minOfOrNull$result = null;
- break minOfOrNull$break;
- }var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- minOfOrNull$result = minValue;
- }
- while (false);
- return minOfOrNull$result;
- };
- }));
- var minOfOrNull_30 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_9y1h6f$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var $receiver_0 = $receiver.entries;
- var minOfOrNull$result;
- minOfOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- minOfOrNull$result = null;
- break minOfOrNull$break;
- }var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- minOfOrNull$result = minValue;
- }
- while (false);
- return minOfOrNull$result;
- };
- }));
- var minOfOrNull_31 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_44nibo$', function ($receiver, selector) {
- var $receiver_0 = $receiver.entries;
- var minOfOrNull$result;
- minOfOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- minOfOrNull$result = null;
- break minOfOrNull$break;
- }var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- minOfOrNull$result = minValue;
- }
- while (false);
- return minOfOrNull$result;
- });
- var minOfWith_9 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_2ajo3y$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, comparator, selector) {
- var iterator = $receiver.entries.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_2ajo3y$', function ($receiver, comparator, selector) {
- var $receiver_0 = $receiver.entries;
- var minOfWithOrNull$result;
- minOfWithOrNull$break: do {
- var iterator = $receiver_0.iterator();
- if (!iterator.hasNext()) {
- minOfWithOrNull$result = null;
- break minOfWithOrNull$break;
- }var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- minOfWithOrNull$result = minValue;
- }
- while (false);
- return minOfWithOrNull$result;
- });
- function minWith_9($receiver, comparator) {
- return minWithOrNull_8($receiver.entries, comparator);
- }
- var minWithOrNull_9 = defineInlineFunction('kotlin.kotlin.collections.minWithOrNull_e3q53g$', wrapFunction(function () {
- var minWithOrNull = _.kotlin.collections.minWithOrNull_eknfly$;
- return function ($receiver, comparator) {
- return minWithOrNull($receiver.entries, comparator);
- };
- }));
- function none_19($receiver) {
- return $receiver.isEmpty();
- }
- var none_20 = defineInlineFunction('kotlin.kotlin.collections.none_9peqz9$', function ($receiver, predicate) {
- var tmp$;
- if ($receiver.isEmpty())
- return true;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return false;
- }
- return true;
- });
- var onEach_9 = defineInlineFunction('kotlin.kotlin.collections.onEach_bdwhnn$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- return $receiver;
- });
- var onEachIndexed_9 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_3eila9$', wrapFunction(function () {
- var Unit = Kotlin.kotlin.Unit;
- var wrapFunction = Kotlin.wrapFunction;
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- var onEachIndexed$lambda = wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function (closure$action) {
- return function ($receiver) {
- var $receiver_0 = $receiver.entries;
- var action = closure$action;
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver_0.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item);
- }
- return Unit;
- };
- };
- });
- return function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item);
- }
- return $receiver;
- };
- }));
- var asIterable_9 = defineInlineFunction('kotlin.kotlin.collections.asIterable_abgq59$', function ($receiver) {
- return $receiver.entries;
- });
- function asSequence_9($receiver) {
- return asSequence_8($receiver.entries);
- }
- var random_19 = defineInlineFunction('kotlin.kotlin.ranges.random_9tsm8a$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.ranges.random_xmiyix$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_20 = defineInlineFunction('kotlin.kotlin.ranges.random_37ivyf$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.ranges.random_6753zu$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_21 = defineInlineFunction('kotlin.kotlin.ranges.random_m1hxcj$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.ranges.random_bx1m1g$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- function random_22($receiver, random) {
- try {
- return nextInt(random, $receiver);
- } catch (e) {
- if (Kotlin.isType(e, IllegalArgumentException)) {
- throw new NoSuchElementException(e.message);
- } else
- throw e;
- }
- }
- function random_23($receiver, random) {
- try {
- return nextLong(random, $receiver);
- } catch (e) {
- if (Kotlin.isType(e, IllegalArgumentException)) {
- throw new NoSuchElementException(e.message);
- } else
- throw e;
- }
- }
- function random_24($receiver, random) {
- try {
- return toChar(random.nextInt_vux9f0$($receiver.first | 0, ($receiver.last | 0) + 1 | 0));
- } catch (e) {
- if (Kotlin.isType(e, IllegalArgumentException)) {
- throw new NoSuchElementException(e.message);
- } else
- throw e;
- }
- }
- var randomOrNull_19 = defineInlineFunction('kotlin.kotlin.ranges.randomOrNull_9tsm8a$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.ranges.randomOrNull_xmiyix$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_20 = defineInlineFunction('kotlin.kotlin.ranges.randomOrNull_37ivyf$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.ranges.randomOrNull_6753zu$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_21 = defineInlineFunction('kotlin.kotlin.ranges.randomOrNull_m1hxcj$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.ranges.randomOrNull_bx1m1g$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- function randomOrNull_22($receiver, random) {
- if ($receiver.isEmpty())
- return null;
- return nextInt(random, $receiver);
- }
- function randomOrNull_23($receiver, random) {
- if ($receiver.isEmpty())
- return null;
- return nextLong(random, $receiver);
- }
- function randomOrNull_24($receiver, random) {
- if ($receiver.isEmpty())
- return null;
- return toChar(random.nextInt_vux9f0$($receiver.first | 0, ($receiver.last | 0) + 1 | 0));
- }
- var contains_9 = defineInlineFunction('kotlin.kotlin.ranges.contains_j7m49l$', function ($receiver, element) {
- return element != null && $receiver.contains_mef7kx$(element);
- });
- var contains_10 = defineInlineFunction('kotlin.kotlin.ranges.contains_zgs5kf$', function ($receiver, element) {
- return element != null && $receiver.contains_mef7kx$(element);
- });
- var contains_11 = defineInlineFunction('kotlin.kotlin.ranges.contains_zdvzsf$', function ($receiver, element) {
- return element != null && $receiver.contains_mef7kx$(element);
- });
- function contains_12($receiver, value) {
- return $receiver.contains_mef7kx$(value);
- }
- function contains_13($receiver, value) {
- return $receiver.contains_mef7kx$(Kotlin.Long.fromInt(value));
- }
- function contains_14($receiver, value) {
- return $receiver.contains_mef7kx$(value);
- }
- function contains_15($receiver, value) {
- return $receiver.contains_mef7kx$(value);
- }
- function contains_16($receiver, value) {
- return $receiver.contains_mef7kx$(value);
- }
- function contains_17($receiver, value) {
- var it = toIntExactOrNull_0(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_18($receiver, value) {
- var it = toLongExactOrNull(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_19($receiver, value) {
- var it = toByteExactOrNull_2(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_20($receiver, value) {
- var it = toShortExactOrNull_1(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_21($receiver, value) {
- return $receiver.contains_mef7kx$(value);
- }
- function contains_22($receiver, value) {
- var it = toIntExactOrNull_1(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_23($receiver, value) {
- var it = toLongExactOrNull_0(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_24($receiver, value) {
- var it = toByteExactOrNull_3(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_25($receiver, value) {
- var it = toShortExactOrNull_2(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_26($receiver, value) {
- return $receiver.contains_mef7kx$(value);
- }
- function contains_27($receiver, value) {
- return $receiver.contains_mef7kx$(Kotlin.Long.fromInt(value));
- }
- function contains_28($receiver, value) {
- var it = toByteExactOrNull(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_29($receiver, value) {
- var it = toShortExactOrNull(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_30($receiver, value) {
- return $receiver.contains_mef7kx$(value);
- }
- function contains_31($receiver, value) {
- return $receiver.contains_mef7kx$(value);
- }
- function contains_32($receiver, value) {
- var it = toIntExactOrNull(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_33($receiver, value) {
- var it = toByteExactOrNull_0(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_34($receiver, value) {
- var it = toShortExactOrNull_0(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_35($receiver, value) {
- return $receiver.contains_mef7kx$(value.toNumber());
- }
- function contains_36($receiver, value) {
- return $receiver.contains_mef7kx$(value.toNumber());
- }
- function contains_37($receiver, value) {
- return $receiver.contains_mef7kx$(value);
- }
- function contains_38($receiver, value) {
- return $receiver.contains_mef7kx$(Kotlin.Long.fromInt(value));
- }
- function contains_39($receiver, value) {
- var it = toByteExactOrNull_1(value);
- return it != null ? $receiver.contains_mef7kx$(it) : false;
- }
- function contains_40($receiver, value) {
- return $receiver.contains_mef7kx$(value);
- }
- function contains_41($receiver, value) {
- return $receiver.contains_mef7kx$(value);
- }
- function downTo($receiver, to) {
- return IntProgression$Companion_getInstance().fromClosedRange_qt1dr2$($receiver, to, -1);
- }
- function downTo_0($receiver, to) {
- return LongProgression$Companion_getInstance().fromClosedRange_b9bd0d$($receiver, Kotlin.Long.fromInt(to), L_1);
- }
- function downTo_1($receiver, to) {
- return IntProgression$Companion_getInstance().fromClosedRange_qt1dr2$($receiver, to, -1);
- }
- function downTo_2($receiver, to) {
- return IntProgression$Companion_getInstance().fromClosedRange_qt1dr2$($receiver, to, -1);
- }
- function downTo_3($receiver, to) {
- return CharProgression$Companion_getInstance().fromClosedRange_ayra44$($receiver, to, -1);
- }
- function downTo_4($receiver, to) {
- return IntProgression$Companion_getInstance().fromClosedRange_qt1dr2$($receiver, to, -1);
- }
- function downTo_5($receiver, to) {
- return LongProgression$Companion_getInstance().fromClosedRange_b9bd0d$($receiver, Kotlin.Long.fromInt(to), L_1);
- }
- function downTo_6($receiver, to) {
- return IntProgression$Companion_getInstance().fromClosedRange_qt1dr2$($receiver, to, -1);
- }
- function downTo_7($receiver, to) {
- return IntProgression$Companion_getInstance().fromClosedRange_qt1dr2$($receiver, to, -1);
- }
- function downTo_8($receiver, to) {
- return LongProgression$Companion_getInstance().fromClosedRange_b9bd0d$(Kotlin.Long.fromInt($receiver), to, L_1);
- }
- function downTo_9($receiver, to) {
- return LongProgression$Companion_getInstance().fromClosedRange_b9bd0d$($receiver, to, L_1);
- }
- function downTo_10($receiver, to) {
- return LongProgression$Companion_getInstance().fromClosedRange_b9bd0d$(Kotlin.Long.fromInt($receiver), to, L_1);
- }
- function downTo_11($receiver, to) {
- return LongProgression$Companion_getInstance().fromClosedRange_b9bd0d$(Kotlin.Long.fromInt($receiver), to, L_1);
- }
- function downTo_12($receiver, to) {
- return IntProgression$Companion_getInstance().fromClosedRange_qt1dr2$($receiver, to, -1);
- }
- function downTo_13($receiver, to) {
- return LongProgression$Companion_getInstance().fromClosedRange_b9bd0d$($receiver, Kotlin.Long.fromInt(to), L_1);
- }
- function downTo_14($receiver, to) {
- return IntProgression$Companion_getInstance().fromClosedRange_qt1dr2$($receiver, to, -1);
- }
- function downTo_15($receiver, to) {
- return IntProgression$Companion_getInstance().fromClosedRange_qt1dr2$($receiver, to, -1);
- }
- function reversed_9($receiver) {
- return IntProgression$Companion_getInstance().fromClosedRange_qt1dr2$($receiver.last, $receiver.first, -$receiver.step | 0);
- }
- function reversed_10($receiver) {
- return LongProgression$Companion_getInstance().fromClosedRange_b9bd0d$($receiver.last, $receiver.first, $receiver.step.unaryMinus());
- }
- function reversed_11($receiver) {
- return CharProgression$Companion_getInstance().fromClosedRange_ayra44$($receiver.last, $receiver.first, -$receiver.step | 0);
- }
- function step($receiver, step) {
- checkStepIsPositive(step > 0, step);
- return IntProgression$Companion_getInstance().fromClosedRange_qt1dr2$($receiver.first, $receiver.last, $receiver.step > 0 ? step : -step | 0);
- }
- function step_0($receiver, step) {
- checkStepIsPositive(step.toNumber() > 0, step);
- return LongProgression$Companion_getInstance().fromClosedRange_b9bd0d$($receiver.first, $receiver.last, $receiver.step.toNumber() > 0 ? step : step.unaryMinus());
- }
- function step_1($receiver, step) {
- checkStepIsPositive(step > 0, step);
- return CharProgression$Companion_getInstance().fromClosedRange_ayra44$($receiver.first, $receiver.last, $receiver.step > 0 ? step : -step | 0);
- }
- function toByteExactOrNull($receiver) {
- return -128 <= $receiver && $receiver <= 127 ? toByte($receiver) : null;
- }
- function toByteExactOrNull_0($receiver) {
- return L_128.lessThanOrEqual($receiver) && $receiver.lessThanOrEqual(L127) ? toByte($receiver.toInt()) : null;
- }
- function toByteExactOrNull_1($receiver) {
- return contains_37(new IntRange(kotlin_js_internal_ByteCompanionObject.MIN_VALUE, kotlin_js_internal_ByteCompanionObject.MAX_VALUE), $receiver) ? toByte($receiver) : null;
- }
- function toByteExactOrNull_2($receiver) {
- return rangeTo_0(kotlin_js_internal_ByteCompanionObject.MIN_VALUE, kotlin_js_internal_ByteCompanionObject.MAX_VALUE).contains_mef7kx$($receiver) ? toByte(numberToInt($receiver)) : null;
- }
- function toByteExactOrNull_3($receiver) {
- return rangeTo_1(kotlin_js_internal_ByteCompanionObject.MIN_VALUE, kotlin_js_internal_ByteCompanionObject.MAX_VALUE).contains_mef7kx$($receiver) ? toByte(numberToInt($receiver)) : null;
- }
- function toIntExactOrNull($receiver) {
- return L_2147483648.lessThanOrEqual($receiver) && $receiver.lessThanOrEqual(L2147483647) ? $receiver.toInt() : null;
- }
- function toIntExactOrNull_0($receiver) {
- return rangeTo_0(-2147483648, 2147483647).contains_mef7kx$($receiver) ? numberToInt($receiver) : null;
- }
- function toIntExactOrNull_1($receiver) {
- return rangeTo_1(-2147483648, 2147483647).contains_mef7kx$($receiver) ? numberToInt($receiver) : null;
- }
- function toLongExactOrNull($receiver) {
- return rangeTo_0(Long$Companion$MIN_VALUE.toNumber(), Long$Companion$MAX_VALUE.toNumber()).contains_mef7kx$($receiver) ? Kotlin.Long.fromNumber($receiver) : null;
- }
- function toLongExactOrNull_0($receiver) {
- return rangeTo_1(Long$Companion$MIN_VALUE.toNumber(), Long$Companion$MAX_VALUE.toNumber()).contains_mef7kx$($receiver) ? Kotlin.Long.fromNumber($receiver) : null;
- }
- function toShortExactOrNull($receiver) {
- return -32768 <= $receiver && $receiver <= 32767 ? toShort($receiver) : null;
- }
- function toShortExactOrNull_0($receiver) {
- return L_32768.lessThanOrEqual($receiver) && $receiver.lessThanOrEqual(L32767) ? toShort($receiver.toInt()) : null;
- }
- function toShortExactOrNull_1($receiver) {
- return rangeTo_0(kotlin_js_internal_ShortCompanionObject.MIN_VALUE, kotlin_js_internal_ShortCompanionObject.MAX_VALUE).contains_mef7kx$($receiver) ? toShort(numberToInt($receiver)) : null;
- }
- function toShortExactOrNull_2($receiver) {
- return rangeTo_1(kotlin_js_internal_ShortCompanionObject.MIN_VALUE, kotlin_js_internal_ShortCompanionObject.MAX_VALUE).contains_mef7kx$($receiver) ? toShort(numberToInt($receiver)) : null;
- }
- function until($receiver, to) {
- return new IntRange($receiver, to - 1 | 0);
- }
- function until_0($receiver, to) {
- return $receiver.rangeTo(Kotlin.Long.fromInt(to).subtract(Kotlin.Long.fromInt(1)));
- }
- function until_1($receiver, to) {
- return new IntRange($receiver, to - 1 | 0);
- }
- function until_2($receiver, to) {
- return new IntRange($receiver, to - 1 | 0);
- }
- function until_3($receiver, to) {
- if (to <= 0)
- return CharRange$Companion_getInstance().EMPTY;
- return new CharRange($receiver, toChar(to - 1));
- }
- function until_4($receiver, to) {
- if (to <= -2147483648)
- return IntRange$Companion_getInstance().EMPTY;
- return new IntRange($receiver, to - 1 | 0);
- }
- function until_5($receiver, to) {
- return $receiver.rangeTo(Kotlin.Long.fromInt(to).subtract(Kotlin.Long.fromInt(1)));
- }
- function until_6($receiver, to) {
- if (to <= -2147483648)
- return IntRange$Companion_getInstance().EMPTY;
- return new IntRange($receiver, to - 1 | 0);
- }
- function until_7($receiver, to) {
- if (to <= -2147483648)
- return IntRange$Companion_getInstance().EMPTY;
- return new IntRange($receiver, to - 1 | 0);
- }
- function until_8($receiver, to) {
- if (to.compareTo_11rb$(Long$Companion$MIN_VALUE) <= 0)
- return LongRange$Companion_getInstance().EMPTY;
- return Kotlin.Long.fromInt($receiver).rangeTo(to.subtract(Kotlin.Long.fromInt(1)));
- }
- function until_9($receiver, to) {
- if (to.compareTo_11rb$(Long$Companion$MIN_VALUE) <= 0)
- return LongRange$Companion_getInstance().EMPTY;
- return $receiver.rangeTo(to.subtract(Kotlin.Long.fromInt(1)));
- }
- function until_10($receiver, to) {
- if (to.compareTo_11rb$(Long$Companion$MIN_VALUE) <= 0)
- return LongRange$Companion_getInstance().EMPTY;
- return Kotlin.Long.fromInt($receiver).rangeTo(to.subtract(Kotlin.Long.fromInt(1)));
- }
- function until_11($receiver, to) {
- if (to.compareTo_11rb$(Long$Companion$MIN_VALUE) <= 0)
- return LongRange$Companion_getInstance().EMPTY;
- return Kotlin.Long.fromInt($receiver).rangeTo(to.subtract(Kotlin.Long.fromInt(1)));
- }
- function until_12($receiver, to) {
- return new IntRange($receiver, to - 1 | 0);
- }
- function until_13($receiver, to) {
- return $receiver.rangeTo(Kotlin.Long.fromInt(to).subtract(Kotlin.Long.fromInt(1)));
- }
- function until_14($receiver, to) {
- return new IntRange($receiver, to - 1 | 0);
- }
- function until_15($receiver, to) {
- return new IntRange($receiver, to - 1 | 0);
- }
- function coerceAtLeast($receiver, minimumValue) {
- return Kotlin.compareTo($receiver, minimumValue) < 0 ? minimumValue : $receiver;
- }
- function coerceAtLeast_0($receiver, minimumValue) {
- return $receiver < minimumValue ? minimumValue : $receiver;
- }
- function coerceAtLeast_1($receiver, minimumValue) {
- return $receiver < minimumValue ? minimumValue : $receiver;
- }
- function coerceAtLeast_2($receiver, minimumValue) {
- return $receiver < minimumValue ? minimumValue : $receiver;
- }
- function coerceAtLeast_3($receiver, minimumValue) {
- return $receiver.compareTo_11rb$(minimumValue) < 0 ? minimumValue : $receiver;
- }
- function coerceAtLeast_4($receiver, minimumValue) {
- return $receiver < minimumValue ? minimumValue : $receiver;
- }
- function coerceAtLeast_5($receiver, minimumValue) {
- return $receiver < minimumValue ? minimumValue : $receiver;
- }
- function coerceAtMost($receiver, maximumValue) {
- return Kotlin.compareTo($receiver, maximumValue) > 0 ? maximumValue : $receiver;
- }
- function coerceAtMost_0($receiver, maximumValue) {
- return $receiver > maximumValue ? maximumValue : $receiver;
- }
- function coerceAtMost_1($receiver, maximumValue) {
- return $receiver > maximumValue ? maximumValue : $receiver;
- }
- function coerceAtMost_2($receiver, maximumValue) {
- return $receiver > maximumValue ? maximumValue : $receiver;
- }
- function coerceAtMost_3($receiver, maximumValue) {
- return $receiver.compareTo_11rb$(maximumValue) > 0 ? maximumValue : $receiver;
- }
- function coerceAtMost_4($receiver, maximumValue) {
- return $receiver > maximumValue ? maximumValue : $receiver;
- }
- function coerceAtMost_5($receiver, maximumValue) {
- return $receiver > maximumValue ? maximumValue : $receiver;
- }
- function coerceIn($receiver, minimumValue, maximumValue) {
- if (minimumValue !== null && maximumValue !== null) {
- if (Kotlin.compareTo(minimumValue, maximumValue) > 0)
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: maximum ' + toString(maximumValue) + ' is less than minimum ' + toString(minimumValue) + '.');
- if (Kotlin.compareTo($receiver, minimumValue) < 0)
- return minimumValue;
- if (Kotlin.compareTo($receiver, maximumValue) > 0)
- return maximumValue;
- } else {
- if (minimumValue !== null && Kotlin.compareTo($receiver, minimumValue) < 0)
- return minimumValue;
- if (maximumValue !== null && Kotlin.compareTo($receiver, maximumValue) > 0)
- return maximumValue;
- }
- return $receiver;
- }
- function coerceIn_0($receiver, minimumValue, maximumValue) {
- if (minimumValue > maximumValue)
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
- if ($receiver < minimumValue)
- return minimumValue;
- if ($receiver > maximumValue)
- return maximumValue;
- return $receiver;
- }
- function coerceIn_1($receiver, minimumValue, maximumValue) {
- if (minimumValue > maximumValue)
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
- if ($receiver < minimumValue)
- return minimumValue;
- if ($receiver > maximumValue)
- return maximumValue;
- return $receiver;
- }
- function coerceIn_2($receiver, minimumValue, maximumValue) {
- if (minimumValue > maximumValue)
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
- if ($receiver < minimumValue)
- return minimumValue;
- if ($receiver > maximumValue)
- return maximumValue;
- return $receiver;
- }
- function coerceIn_3($receiver, minimumValue, maximumValue) {
- if (minimumValue.compareTo_11rb$(maximumValue) > 0)
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: maximum ' + maximumValue.toString() + ' is less than minimum ' + minimumValue.toString() + '.');
- if ($receiver.compareTo_11rb$(minimumValue) < 0)
- return minimumValue;
- if ($receiver.compareTo_11rb$(maximumValue) > 0)
- return maximumValue;
- return $receiver;
- }
- function coerceIn_4($receiver, minimumValue, maximumValue) {
- if (minimumValue > maximumValue)
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
- if ($receiver < minimumValue)
- return minimumValue;
- if ($receiver > maximumValue)
- return maximumValue;
- return $receiver;
- }
- function coerceIn_5($receiver, minimumValue, maximumValue) {
- if (minimumValue > maximumValue)
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
- if ($receiver < minimumValue)
- return minimumValue;
- if ($receiver > maximumValue)
- return maximumValue;
- return $receiver;
- }
- function coerceIn_6($receiver, range) {
- var tmp$;
- if (range.isEmpty())
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: ' + range + '.');
- if (range.lessThanOrEquals_n65qkk$($receiver, range.start) && !range.lessThanOrEquals_n65qkk$(range.start, $receiver))
- tmp$ = range.start;
- else if (range.lessThanOrEquals_n65qkk$(range.endInclusive, $receiver) && !range.lessThanOrEquals_n65qkk$($receiver, range.endInclusive))
- tmp$ = range.endInclusive;
- else
- tmp$ = $receiver;
- return tmp$;
- }
- function coerceIn_7($receiver, range) {
- var tmp$;
- if (Kotlin.isType(range, ClosedFloatingPointRange)) {
- return coerceIn_6($receiver, range);
- }if (range.isEmpty())
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: ' + range + '.');
- if (Kotlin.compareTo($receiver, range.start) < 0)
- tmp$ = range.start;
- else if (Kotlin.compareTo($receiver, range.endInclusive) > 0)
- tmp$ = range.endInclusive;
- else
- tmp$ = $receiver;
- return tmp$;
- }
- function coerceIn_8($receiver, range) {
- var tmp$;
- if (Kotlin.isType(range, ClosedFloatingPointRange)) {
- return coerceIn_6($receiver, range);
- }if (range.isEmpty())
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: ' + range + '.');
- if ($receiver < range.start)
- tmp$ = range.start;
- else if ($receiver > range.endInclusive)
- tmp$ = range.endInclusive;
- else
- tmp$ = $receiver;
- return tmp$;
- }
- function coerceIn_9($receiver, range) {
- var tmp$;
- if (Kotlin.isType(range, ClosedFloatingPointRange)) {
- return coerceIn_6($receiver, range);
- }if (range.isEmpty())
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: ' + range + '.');
- if ($receiver.compareTo_11rb$(range.start) < 0)
- tmp$ = range.start;
- else if ($receiver.compareTo_11rb$(range.endInclusive) > 0)
- tmp$ = range.endInclusive;
- else
- tmp$ = $receiver;
- return tmp$;
- }
- function Iterable$ObjectLiteral_0(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Iterable$ObjectLiteral_0.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Iterable$ObjectLiteral_0.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterable]};
- function contains_42($receiver, element) {
- return indexOf_10($receiver, element) >= 0;
- }
- function elementAt$lambda_0(closure$index) {
- return function (it) {
- throw new IndexOutOfBoundsException("Sequence doesn't contain element at index " + closure$index + '.');
- };
- }
- function elementAt_1($receiver, index) {
- return elementAtOrElse_10($receiver, index, elementAt$lambda_0(index));
- }
- function elementAtOrElse_10($receiver, index, defaultValue) {
- var tmp$;
- if (index < 0)
- return defaultValue(index);
- var iterator = $receiver.iterator();
- var count = 0;
- while (iterator.hasNext()) {
- var element = iterator.next();
- if (index === (tmp$ = count, count = tmp$ + 1 | 0, tmp$))
- return element;
- }
- return defaultValue(index);
- }
- function elementAtOrNull_10($receiver, index) {
- var tmp$;
- if (index < 0)
- return null;
- var iterator = $receiver.iterator();
- var count = 0;
- while (iterator.hasNext()) {
- var element = iterator.next();
- if (index === (tmp$ = count, count = tmp$ + 1 | 0, tmp$))
- return element;
- }
- return null;
- }
- var find_9 = defineInlineFunction('kotlin.kotlin.sequences.find_euau3h$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var findLast_10 = defineInlineFunction('kotlin.kotlin.sequences.findLast_euau3h$', function ($receiver, predicate) {
- var tmp$;
- var last = null;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- last = element;
- }}
- return last;
- });
- function first_20($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw new NoSuchElementException('Sequence is empty.');
- return iterator.next();
- }
- var first_21 = defineInlineFunction('kotlin.kotlin.sequences.first_euau3h$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Sequence contains no element matching the predicate.');
- };
- }));
- function firstOrNull_20($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- return iterator.next();
- }
- var firstOrNull_21 = defineInlineFunction('kotlin.kotlin.sequences.firstOrNull_euau3h$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- return null;
- });
- function indexOf_10($receiver, element) {
- var tmp$;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- checkIndexOverflow(index);
- if (equals(element, item))
- return index;
- index = index + 1 | 0;
- }
- return -1;
- }
- var indexOfFirst_10 = defineInlineFunction('kotlin.kotlin.sequences.indexOfFirst_euau3h$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, predicate) {
- var tmp$;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- checkIndexOverflow(index);
- if (predicate(item))
- return index;
- index = index + 1 | 0;
- }
- return -1;
- };
- }));
- var indexOfLast_10 = defineInlineFunction('kotlin.kotlin.sequences.indexOfLast_euau3h$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, predicate) {
- var tmp$;
- var lastIndex = -1;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- checkIndexOverflow(index);
- if (predicate(item))
- lastIndex = index;
- index = index + 1 | 0;
- }
- return lastIndex;
- };
- }));
- function last_21($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw new NoSuchElementException('Sequence is empty.');
- var last = iterator.next();
- while (iterator.hasNext())
- last = iterator.next();
- return last;
- }
- var last_22 = defineInlineFunction('kotlin.kotlin.sequences.last_euau3h$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var last = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- last = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Sequence contains no element matching the predicate.');
- return (tmp$_0 = last) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE();
- };
- }));
- function lastIndexOf_10($receiver, element) {
- var tmp$;
- var lastIndex = -1;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- checkIndexOverflow(index);
- if (equals(element, item))
- lastIndex = index;
- index = index + 1 | 0;
- }
- return lastIndex;
- }
- function lastOrNull_21($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var last = iterator.next();
- while (iterator.hasNext())
- last = iterator.next();
- return last;
- }
- var lastOrNull_22 = defineInlineFunction('kotlin.kotlin.sequences.lastOrNull_euau3h$', function ($receiver, predicate) {
- var tmp$;
- var last = null;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- last = element;
- }}
- return last;
- });
- function single_20($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw new NoSuchElementException('Sequence is empty.');
- var single = iterator.next();
- if (iterator.hasNext())
- throw IllegalArgumentException_init_0('Sequence has more than one element.');
- return single;
- }
- var single_21 = defineInlineFunction('kotlin.kotlin.sequences.single_euau3h$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Sequence contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Sequence contains no element matching the predicate.');
- return (tmp$_0 = single) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE();
- };
- }));
- function singleOrNull_20($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var single = iterator.next();
- if (iterator.hasNext())
- return null;
- return single;
- }
- var singleOrNull_21 = defineInlineFunction('kotlin.kotlin.sequences.singleOrNull_euau3h$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- function drop_9($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- tmp$ = $receiver;
- else if (Kotlin.isType($receiver, DropTakeSequence))
- tmp$ = $receiver.drop_za3lpa$(n);
- else
- tmp$ = new DropSequence($receiver, n);
- return tmp$;
- }
- function dropWhile_9($receiver, predicate) {
- return new DropWhileSequence($receiver, predicate);
- }
- function filter_9($receiver, predicate) {
- return new FilteringSequence($receiver, true, predicate);
- }
- function filterIndexed$lambda(closure$predicate) {
- return function (it) {
- return closure$predicate(it.index, it.value);
- };
- }
- function filterIndexed$lambda_0(it) {
- return it.value;
- }
- function filterIndexed_9($receiver, predicate) {
- return new TransformingSequence(new FilteringSequence(new IndexingSequence($receiver), true, filterIndexed$lambda(predicate)), filterIndexed$lambda_0);
- }
- var filterIndexedTo_9 = defineInlineFunction('kotlin.kotlin.sequences.filterIndexedTo_t68vbo$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIsInstance_1 = defineInlineFunction('kotlin.kotlin.sequences.filterIsInstance_1ivc31$', wrapFunction(function () {
- var filter = _.kotlin.sequences.filter_euau3h$;
- var Sequence = _.kotlin.sequences.Sequence;
- var throwCCE = Kotlin.throwCCE;
- function filterIsInstance$lambda(typeClosure$R, isR) {
- return function (it) {
- return isR(it);
- };
- }
- return function (R_0, isR, $receiver) {
- var tmp$;
- return Kotlin.isType(tmp$ = filter($receiver, filterIsInstance$lambda(R_0, isR)), Sequence) ? tmp$ : throwCCE();
- };
- }));
- var filterIsInstanceTo_1 = defineInlineFunction('kotlin.kotlin.sequences.filterIsInstanceTo_e33yd4$', function (R_0, isR, $receiver, destination) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (isR(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- function filterNot_9($receiver, predicate) {
- return new FilteringSequence($receiver, false, predicate);
- }
- function filterNotNull$lambda(it) {
- return it == null;
- }
- function filterNotNull_1($receiver) {
- var tmp$;
- return Kotlin.isType(tmp$ = filterNot_9($receiver, filterNotNull$lambda), Sequence) ? tmp$ : throwCCE_0();
- }
- function filterNotNullTo_1($receiver, destination) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (element != null)
- destination.add_11rb$(element);
- }
- return destination;
- }
- var filterNotTo_9 = defineInlineFunction('kotlin.kotlin.sequences.filterNotTo_zemxx4$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_9 = defineInlineFunction('kotlin.kotlin.sequences.filterTo_zemxx4$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- function take_9($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- tmp$ = emptySequence();
- else if (Kotlin.isType($receiver, DropTakeSequence))
- tmp$ = $receiver.take_za3lpa$(n);
- else
- tmp$ = new TakeSequence($receiver, n);
- return tmp$;
- }
- function takeWhile_9($receiver, predicate) {
- return new TakeWhileSequence($receiver, predicate);
- }
- function sorted$ObjectLiteral(this$sorted) {
- this.this$sorted = this$sorted;
- }
- sorted$ObjectLiteral.prototype.iterator = function () {
- var sortedList = toMutableList_10(this.this$sorted);
- sort_26(sortedList);
- return sortedList.iterator();
- };
- sorted$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- function sorted_8($receiver) {
- return new sorted$ObjectLiteral($receiver);
- }
- var sortedBy_9 = defineInlineFunction('kotlin.kotlin.sequences.sortedBy_aht3pn$', wrapFunction(function () {
- var sortedWith = _.kotlin.sequences.sortedWith_vjgqpk$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareBy$lambda(selector)));
- };
- }));
- var sortedByDescending_9 = defineInlineFunction('kotlin.kotlin.sequences.sortedByDescending_aht3pn$', wrapFunction(function () {
- var sortedWith = _.kotlin.sequences.sortedWith_vjgqpk$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function ($receiver, selector) {
- return sortedWith($receiver, new Comparator(compareByDescending$lambda(selector)));
- };
- }));
- function sortedDescending_8($receiver) {
- return sortedWith_9($receiver, reverseOrder());
- }
- function sortedWith$ObjectLiteral(this$sortedWith, closure$comparator) {
- this.this$sortedWith = this$sortedWith;
- this.closure$comparator = closure$comparator;
- }
- sortedWith$ObjectLiteral.prototype.iterator = function () {
- var sortedList = toMutableList_10(this.this$sortedWith);
- sortWith_1(sortedList, this.closure$comparator);
- return sortedList.iterator();
- };
- sortedWith$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- function sortedWith_9($receiver, comparator) {
- return new sortedWith$ObjectLiteral($receiver, comparator);
- }
- var associate_9 = defineInlineFunction('kotlin.kotlin.sequences.associate_ohgugh$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, transform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associateBy_19 = defineInlineFunction('kotlin.kotlin.sequences.associateBy_z5avom$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- };
- }));
- var associateBy_20 = defineInlineFunction('kotlin.kotlin.sequences.associateBy_rpj48c$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- };
- }));
- var associateByTo_19 = defineInlineFunction('kotlin.kotlin.sequences.associateByTo_pdrkj5$', function ($receiver, destination, keySelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(keySelector(element), element);
- }
- return destination;
- });
- var associateByTo_20 = defineInlineFunction('kotlin.kotlin.sequences.associateByTo_vqogar$', function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(keySelector(element), valueTransform(element));
- }
- return destination;
- });
- var associateTo_9 = defineInlineFunction('kotlin.kotlin.sequences.associateTo_xiiici$', function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var pair = transform(element);
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- });
- var associateWith_9 = defineInlineFunction('kotlin.kotlin.sequences.associateWith_z5avom$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWithTo_9 = defineInlineFunction('kotlin.kotlin.sequences.associateWithTo_uyy78t$', function ($receiver, destination, valueSelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- function toCollection_9($receiver, destination) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(item);
- }
- return destination;
- }
- function toHashSet_9($receiver) {
- return toCollection_9($receiver, HashSet_init());
- }
- function toList_10($receiver) {
- return optimizeReadOnlyList(toMutableList_10($receiver));
- }
- function toMutableList_10($receiver) {
- return toCollection_9($receiver, ArrayList_init());
- }
- function toSet_9($receiver) {
- return optimizeReadOnlySet(toCollection_9($receiver, LinkedHashSet_init_0()));
- }
- function flatMap_13($receiver, transform) {
- return new FlatteningSequence($receiver, transform, getCallableRef('iterator', function ($receiver) {
- return $receiver.iterator();
- }));
- }
- function flatMap_14($receiver, transform) {
- return new FlatteningSequence($receiver, transform, getCallableRef('iterator', function ($receiver) {
- return $receiver.iterator();
- }));
- }
- function flatMapIndexed_11($receiver, transform) {
- return flatMapIndexed_18($receiver, transform, getCallableRef('iterator', function ($receiver) {
- return $receiver.iterator();
- }));
- }
- function flatMapIndexed_12($receiver, transform) {
- return flatMapIndexed_18($receiver, transform, getCallableRef('iterator', function ($receiver) {
- return $receiver.iterator();
- }));
- }
- var flatMapIndexedTo_11 = defineInlineFunction('kotlin.kotlin.sequences.flatMapIndexedTo_l36vt$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_12 = defineInlineFunction('kotlin.kotlin.sequences.flatMapIndexedTo_5zrwdx$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_13 = defineInlineFunction('kotlin.kotlin.sequences.flatMapTo_trpvrf$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_14 = defineInlineFunction('kotlin.kotlin.sequences.flatMapTo_skhdnd$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var groupBy_19 = defineInlineFunction('kotlin.kotlin.sequences.groupBy_z5avom$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_20 = defineInlineFunction('kotlin.kotlin.sequences.groupBy_rpj48c$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_19 = defineInlineFunction('kotlin.kotlin.sequences.groupByTo_m5ds0u$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_20 = defineInlineFunction('kotlin.kotlin.sequences.groupByTo_r8laog$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupingBy_1 = defineInlineFunction('kotlin.kotlin.sequences.groupingBy_z5avom$', wrapFunction(function () {
- var Kind_CLASS = Kotlin.Kind.CLASS;
- var Grouping = _.kotlin.collections.Grouping;
- function groupingBy$ObjectLiteral(this$groupingBy, closure$keySelector) {
- this.this$groupingBy = this$groupingBy;
- this.closure$keySelector = closure$keySelector;
- }
- groupingBy$ObjectLiteral.prototype.sourceIterator = function () {
- return this.this$groupingBy.iterator();
- };
- groupingBy$ObjectLiteral.prototype.keyOf_11rb$ = function (element) {
- return this.closure$keySelector(element);
- };
- groupingBy$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Grouping]};
- return function ($receiver, keySelector) {
- return new groupingBy$ObjectLiteral($receiver, keySelector);
- };
- }));
- function map_10($receiver, transform) {
- return new TransformingSequence($receiver, transform);
- }
- function mapIndexed_9($receiver, transform) {
- return new TransformingIndexedSequence($receiver, transform);
- }
- function mapIndexedNotNull_1($receiver, transform) {
- return filterNotNull_1(new TransformingIndexedSequence($receiver, transform));
- }
- var mapIndexedNotNullTo_1 = defineInlineFunction('kotlin.kotlin.sequences.mapIndexedNotNullTo_eyjglh$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- var tmp$_1;
- if ((tmp$_1 = transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item)) != null) {
- destination.add_11rb$(tmp$_1);
- }}
- return destination;
- };
- }));
- var mapIndexedTo_9 = defineInlineFunction('kotlin.kotlin.sequences.mapIndexedTo_49r4ke$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item));
- }
- return destination;
- };
- }));
- function mapNotNull_2($receiver, transform) {
- return filterNotNull_1(new TransformingSequence($receiver, transform));
- }
- var mapNotNullTo_2 = defineInlineFunction('kotlin.kotlin.sequences.mapNotNullTo_u5l3of$', wrapFunction(function () {
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var tmp$_0;
- if ((tmp$_0 = transform(element)) != null) {
- destination.add_11rb$(tmp$_0);
- }}
- return destination;
- };
- }));
- var mapTo_10 = defineInlineFunction('kotlin.kotlin.sequences.mapTo_kntv26$', function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- function withIndex_9($receiver) {
- return new IndexingSequence($receiver);
- }
- function distinct$lambda(it) {
- return it;
- }
- function distinct_9($receiver) {
- return distinctBy_9($receiver, distinct$lambda);
- }
- function distinctBy_9($receiver, selector) {
- return new DistinctSequence($receiver, selector);
- }
- function toMutableSet_9($receiver) {
- var tmp$;
- var set = LinkedHashSet_init_0();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- set.add_11rb$(item);
- }
- return set;
- }
- var all_10 = defineInlineFunction('kotlin.kotlin.sequences.all_euau3h$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- return false;
- }
- return true;
- });
- function any_21($receiver) {
- return $receiver.iterator().hasNext();
- }
- var any_22 = defineInlineFunction('kotlin.kotlin.sequences.any_euau3h$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return true;
- }
- return false;
- });
- function count_22($receiver) {
- var tmp$;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count;
- }
- var count_23 = defineInlineFunction('kotlin.kotlin.sequences.count_euau3h$', wrapFunction(function () {
- var checkCountOverflow = _.kotlin.collections.checkCountOverflow_za3lpa$;
- return function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count;
- };
- }));
- var fold_9 = defineInlineFunction('kotlin.kotlin.sequences.fold_azbry2$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_9 = defineInlineFunction('kotlin.kotlin.sequences.foldIndexed_wxmp26$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), accumulator, element);
- }
- return accumulator;
- };
- }));
- var forEach_10 = defineInlineFunction('kotlin.kotlin.sequences.forEach_o41pun$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- });
- var forEachIndexed_9 = defineInlineFunction('kotlin.kotlin.sequences.forEachIndexed_iyis71$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action(checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0)), item);
- }
- };
- }));
- function max_12($receiver) {
- return maxOrNull_12($receiver);
- }
- function max_13($receiver) {
- return maxOrNull_13($receiver);
- }
- function max_14($receiver) {
- return maxOrNull_14($receiver);
- }
- var maxBy_10 = defineInlineFunction('kotlin.kotlin.sequences.maxBy_aht3pn$', function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext()) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = iterator.next();
- if (!iterator.hasNext()) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- while (iterator.hasNext());
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- });
- var maxByOrNull_10 = defineInlineFunction('kotlin.kotlin.sequences.maxByOrNull_aht3pn$', function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var maxElem = iterator.next();
- if (!iterator.hasNext())
- return maxElem;
- var maxValue = selector(maxElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- while (iterator.hasNext());
- return maxElem;
- });
- var maxOf_35 = defineInlineFunction('kotlin.kotlin.sequences.maxOf_b4hqx8$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_36 = defineInlineFunction('kotlin.kotlin.sequences.maxOf_9x91ox$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_37 = defineInlineFunction('kotlin.kotlin.sequences.maxOf_aht3pn$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_32 = defineInlineFunction('kotlin.kotlin.sequences.maxOfOrNull_b4hqx8$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_33 = defineInlineFunction('kotlin.kotlin.sequences.maxOfOrNull_9x91ox$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_34 = defineInlineFunction('kotlin.kotlin.sequences.maxOfOrNull_aht3pn$', function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- });
- var maxOfWith_10 = defineInlineFunction('kotlin.kotlin.sequences.maxOfWith_wnfhut$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, comparator, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_10 = defineInlineFunction('kotlin.kotlin.sequences.maxOfWithOrNull_wnfhut$', function ($receiver, comparator, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var maxValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- });
- function maxOrNull_12($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var max = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOrNull_13($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var max = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOrNull_14($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var max = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- if (Kotlin.compareTo(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWith_10($receiver, comparator) {
- return maxWithOrNull_10($receiver, comparator);
- }
- function maxWithOrNull_10($receiver, comparator) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var max = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function min_12($receiver) {
- return minOrNull_12($receiver);
- }
- function min_13($receiver) {
- return minOrNull_13($receiver);
- }
- function min_14($receiver) {
- return minOrNull_14($receiver);
- }
- var minBy_10 = defineInlineFunction('kotlin.kotlin.sequences.minBy_aht3pn$', function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext()) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = iterator.next();
- if (!iterator.hasNext()) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- while (iterator.hasNext());
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- });
- var minByOrNull_10 = defineInlineFunction('kotlin.kotlin.sequences.minByOrNull_aht3pn$', function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var minElem = iterator.next();
- if (!iterator.hasNext())
- return minElem;
- var minValue = selector(minElem);
- do {
- var e = iterator.next();
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- while (iterator.hasNext());
- return minElem;
- });
- var minOf_35 = defineInlineFunction('kotlin.kotlin.sequences.minOf_b4hqx8$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_36 = defineInlineFunction('kotlin.kotlin.sequences.minOf_9x91ox$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_37 = defineInlineFunction('kotlin.kotlin.sequences.minOf_aht3pn$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_32 = defineInlineFunction('kotlin.kotlin.sequences.minOfOrNull_b4hqx8$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_33 = defineInlineFunction('kotlin.kotlin.sequences.minOfOrNull_9x91ox$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_34 = defineInlineFunction('kotlin.kotlin.sequences.minOfOrNull_aht3pn$', function ($receiver, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- });
- var minOfWith_10 = defineInlineFunction('kotlin.kotlin.sequences.minOfWith_wnfhut$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- return function ($receiver, comparator, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw NoSuchElementException_init();
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_10 = defineInlineFunction('kotlin.kotlin.sequences.minOfWithOrNull_wnfhut$', function ($receiver, comparator, selector) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var minValue = selector(iterator.next());
- while (iterator.hasNext()) {
- var v = selector(iterator.next());
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- });
- function minOrNull_12($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var min = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOrNull_13($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var min = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOrNull_14($receiver) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var min = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- if (Kotlin.compareTo(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWith_10($receiver, comparator) {
- return minWithOrNull_10($receiver, comparator);
- }
- function minWithOrNull_10($receiver, comparator) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var min = iterator.next();
- while (iterator.hasNext()) {
- var e = iterator.next();
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function none_21($receiver) {
- return !$receiver.iterator().hasNext();
- }
- var none_22 = defineInlineFunction('kotlin.kotlin.sequences.none_euau3h$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return false;
- }
- return true;
- });
- function onEach$lambda(closure$action) {
- return function (it) {
- closure$action(it);
- return it;
- };
- }
- function onEach_10($receiver, action) {
- return map_10($receiver, onEach$lambda(action));
- }
- function onEachIndexed$lambda(closure$action) {
- return function (index, element) {
- closure$action(index, element);
- return element;
- };
- }
- function onEachIndexed_10($receiver, action) {
- return mapIndexed_9($receiver, onEachIndexed$lambda(action));
- }
- var reduce_9 = defineInlineFunction('kotlin.kotlin.sequences.reduce_linb1r$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function ($receiver, operation) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw UnsupportedOperationException_init("Empty sequence can't be reduced.");
- var accumulator = iterator.next();
- while (iterator.hasNext()) {
- accumulator = operation(accumulator, iterator.next());
- }
- return accumulator;
- };
- }));
- var reduceIndexed_9 = defineInlineFunction('kotlin.kotlin.sequences.reduceIndexed_8denzp$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, operation) {
- var tmp$;
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- throw UnsupportedOperationException_init("Empty sequence can't be reduced.");
- var index = 1;
- var accumulator = iterator.next();
- while (iterator.hasNext()) {
- accumulator = operation(checkIndexOverflow((tmp$ = index, index = tmp$ + 1 | 0, tmp$)), accumulator, iterator.next());
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_9 = defineInlineFunction('kotlin.kotlin.sequences.reduceIndexedOrNull_8denzp$', wrapFunction(function () {
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, operation) {
- var tmp$;
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var index = 1;
- var accumulator = iterator.next();
- while (iterator.hasNext()) {
- accumulator = operation(checkIndexOverflow((tmp$ = index, index = tmp$ + 1 | 0, tmp$)), accumulator, iterator.next());
- }
- return accumulator;
- };
- }));
- var reduceOrNull_9 = defineInlineFunction('kotlin.kotlin.sequences.reduceOrNull_linb1r$', function ($receiver, operation) {
- var iterator = $receiver.iterator();
- if (!iterator.hasNext())
- return null;
- var accumulator = iterator.next();
- while (iterator.hasNext()) {
- accumulator = operation(accumulator, iterator.next());
- }
- return accumulator;
- });
- function Coroutine$runningFold$lambda(closure$initial_0, this$runningFold_0, closure$operation_0, $receiver_0, controller, continuation_0) {
- CoroutineImpl.call(this, continuation_0);
- this.$controller = controller;
- this.exceptionState_0 = 1;
- this.local$closure$initial = closure$initial_0;
- this.local$this$runningFold = this$runningFold_0;
- this.local$closure$operation = closure$operation_0;
- this.local$tmp$ = void 0;
- this.local$accumulator = void 0;
- this.local$$receiver = $receiver_0;
- }
- Coroutine$runningFold$lambda.$metadata$ = {kind: Kotlin.Kind.CLASS, simpleName: null, interfaces: [CoroutineImpl]};
- Coroutine$runningFold$lambda.prototype = Object.create(CoroutineImpl.prototype);
- Coroutine$runningFold$lambda.prototype.constructor = Coroutine$runningFold$lambda;
- Coroutine$runningFold$lambda.prototype.doResume = function () {
- do
- try {
- switch (this.state_0) {
- case 0:
- this.state_0 = 2;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$closure$initial, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- case 1:
- throw this.exception_0;
- case 2:
- this.local$accumulator = this.local$closure$initial;
- this.local$tmp$ = this.local$this$runningFold.iterator();
- this.state_0 = 3;
- continue;
- case 3:
- if (!this.local$tmp$.hasNext()) {
- this.state_0 = 5;
- continue;
- }
- var element = this.local$tmp$.next();
- this.local$accumulator = this.local$closure$operation(this.local$accumulator, element);
- this.state_0 = 4;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$accumulator, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- case 4:
- this.state_0 = 3;
- continue;
- case 5:
- return Unit;
- default:this.state_0 = 1;
- throw new Error('State Machine Unreachable execution');
- }
- } catch (e) {
- if (this.state_0 === 1) {
- this.exceptionState_0 = this.state_0;
- throw e;
- } else {
- this.state_0 = this.exceptionState_0;
- this.exception_0 = e;
- }
- }
- while (true);
- };
- function runningFold$lambda(closure$initial_0, this$runningFold_0, closure$operation_0) {
- return function ($receiver_0, continuation_0, suspended) {
- var instance = new Coroutine$runningFold$lambda(closure$initial_0, this$runningFold_0, closure$operation_0, $receiver_0, this, continuation_0);
- if (suspended)
- return instance;
- else
- return instance.doResume(null);
- };
- }
- function runningFold_9($receiver, initial, operation) {
- return sequence(runningFold$lambda(initial, $receiver, operation));
- }
- function Coroutine$runningFoldIndexed$lambda(closure$initial_0, this$runningFoldIndexed_0, closure$operation_0, $receiver_0, controller, continuation_0) {
- CoroutineImpl.call(this, continuation_0);
- this.$controller = controller;
- this.exceptionState_0 = 1;
- this.local$closure$initial = closure$initial_0;
- this.local$this$runningFoldIndexed = this$runningFoldIndexed_0;
- this.local$closure$operation = closure$operation_0;
- this.local$tmp$ = void 0;
- this.local$index = void 0;
- this.local$accumulator = void 0;
- this.local$$receiver = $receiver_0;
- }
- Coroutine$runningFoldIndexed$lambda.$metadata$ = {kind: Kotlin.Kind.CLASS, simpleName: null, interfaces: [CoroutineImpl]};
- Coroutine$runningFoldIndexed$lambda.prototype = Object.create(CoroutineImpl.prototype);
- Coroutine$runningFoldIndexed$lambda.prototype.constructor = Coroutine$runningFoldIndexed$lambda;
- Coroutine$runningFoldIndexed$lambda.prototype.doResume = function () {
- do
- try {
- switch (this.state_0) {
- case 0:
- var tmp$;
- this.state_0 = 2;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$closure$initial, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- case 1:
- throw this.exception_0;
- case 2:
- this.local$index = 0;
- this.local$accumulator = this.local$closure$initial;
- this.local$tmp$ = this.local$this$runningFoldIndexed.iterator();
- this.state_0 = 3;
- continue;
- case 3:
- if (!this.local$tmp$.hasNext()) {
- this.state_0 = 5;
- continue;
- }
- var element = this.local$tmp$.next();
- this.local$accumulator = this.local$closure$operation(checkIndexOverflow((tmp$ = this.local$index, this.local$index = tmp$ + 1 | 0, tmp$)), this.local$accumulator, element);
- this.state_0 = 4;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$accumulator, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- case 4:
- this.state_0 = 3;
- continue;
- case 5:
- return Unit;
- default:this.state_0 = 1;
- throw new Error('State Machine Unreachable execution');
- }
- } catch (e) {
- if (this.state_0 === 1) {
- this.exceptionState_0 = this.state_0;
- throw e;
- } else {
- this.state_0 = this.exceptionState_0;
- this.exception_0 = e;
- }
- }
- while (true);
- };
- function runningFoldIndexed$lambda(closure$initial_0, this$runningFoldIndexed_0, closure$operation_0) {
- return function ($receiver_0, continuation_0, suspended) {
- var instance = new Coroutine$runningFoldIndexed$lambda(closure$initial_0, this$runningFoldIndexed_0, closure$operation_0, $receiver_0, this, continuation_0);
- if (suspended)
- return instance;
- else
- return instance.doResume(null);
- };
- }
- function runningFoldIndexed_9($receiver, initial, operation) {
- return sequence(runningFoldIndexed$lambda(initial, $receiver, operation));
- }
- function Coroutine$runningReduce$lambda(this$runningReduce_0, closure$operation_0, $receiver_0, controller, continuation_0) {
- CoroutineImpl.call(this, continuation_0);
- this.$controller = controller;
- this.exceptionState_0 = 1;
- this.local$this$runningReduce = this$runningReduce_0;
- this.local$closure$operation = closure$operation_0;
- this.local$iterator = void 0;
- this.local$accumulator = void 0;
- this.local$$receiver = $receiver_0;
- }
- Coroutine$runningReduce$lambda.$metadata$ = {kind: Kotlin.Kind.CLASS, simpleName: null, interfaces: [CoroutineImpl]};
- Coroutine$runningReduce$lambda.prototype = Object.create(CoroutineImpl.prototype);
- Coroutine$runningReduce$lambda.prototype.constructor = Coroutine$runningReduce$lambda;
- Coroutine$runningReduce$lambda.prototype.doResume = function () {
- do
- try {
- switch (this.state_0) {
- case 0:
- this.local$iterator = this.local$this$runningReduce.iterator();
- if (this.local$iterator.hasNext()) {
- this.local$accumulator = this.local$iterator.next();
- this.state_0 = 2;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$accumulator, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- } else {
- this.state_0 = 6;
- continue;
- }
-
- case 1:
- throw this.exception_0;
- case 2:
- this.state_0 = 3;
- continue;
- case 3:
- if (!this.local$iterator.hasNext()) {
- this.state_0 = 5;
- continue;
- }
- this.local$accumulator = this.local$closure$operation(this.local$accumulator, this.local$iterator.next());
- this.state_0 = 4;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$accumulator, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- case 4:
- this.state_0 = 3;
- continue;
- case 5:
- this.state_0 = 6;
- continue;
- case 6:
- return Unit;
- default:this.state_0 = 1;
- throw new Error('State Machine Unreachable execution');
- }
- } catch (e) {
- if (this.state_0 === 1) {
- this.exceptionState_0 = this.state_0;
- throw e;
- } else {
- this.state_0 = this.exceptionState_0;
- this.exception_0 = e;
- }
- }
- while (true);
- };
- function runningReduce$lambda(this$runningReduce_0, closure$operation_0) {
- return function ($receiver_0, continuation_0, suspended) {
- var instance = new Coroutine$runningReduce$lambda(this$runningReduce_0, closure$operation_0, $receiver_0, this, continuation_0);
- if (suspended)
- return instance;
- else
- return instance.doResume(null);
- };
- }
- function runningReduce_9($receiver, operation) {
- return sequence(runningReduce$lambda($receiver, operation));
- }
- function Coroutine$runningReduceIndexed$lambda(this$runningReduceIndexed_0, closure$operation_0, $receiver_0, controller, continuation_0) {
- CoroutineImpl.call(this, continuation_0);
- this.$controller = controller;
- this.exceptionState_0 = 1;
- this.local$this$runningReduceIndexed = this$runningReduceIndexed_0;
- this.local$closure$operation = closure$operation_0;
- this.local$iterator = void 0;
- this.local$accumulator = void 0;
- this.local$index = void 0;
- this.local$$receiver = $receiver_0;
- }
- Coroutine$runningReduceIndexed$lambda.$metadata$ = {kind: Kotlin.Kind.CLASS, simpleName: null, interfaces: [CoroutineImpl]};
- Coroutine$runningReduceIndexed$lambda.prototype = Object.create(CoroutineImpl.prototype);
- Coroutine$runningReduceIndexed$lambda.prototype.constructor = Coroutine$runningReduceIndexed$lambda;
- Coroutine$runningReduceIndexed$lambda.prototype.doResume = function () {
- do
- try {
- switch (this.state_0) {
- case 0:
- var tmp$;
- this.local$iterator = this.local$this$runningReduceIndexed.iterator();
- if (this.local$iterator.hasNext()) {
- this.local$accumulator = this.local$iterator.next();
- this.state_0 = 2;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$accumulator, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- } else {
- this.state_0 = 6;
- continue;
- }
-
- case 1:
- throw this.exception_0;
- case 2:
- this.local$index = 1;
- this.state_0 = 3;
- continue;
- case 3:
- if (!this.local$iterator.hasNext()) {
- this.state_0 = 5;
- continue;
- }
- this.local$accumulator = this.local$closure$operation(checkIndexOverflow((tmp$ = this.local$index, this.local$index = tmp$ + 1 | 0, tmp$)), this.local$accumulator, this.local$iterator.next());
- this.state_0 = 4;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$accumulator, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- case 4:
- this.state_0 = 3;
- continue;
- case 5:
- this.state_0 = 6;
- continue;
- case 6:
- return Unit;
- default:this.state_0 = 1;
- throw new Error('State Machine Unreachable execution');
- }
- } catch (e) {
- if (this.state_0 === 1) {
- this.exceptionState_0 = this.state_0;
- throw e;
- } else {
- this.state_0 = this.exceptionState_0;
- this.exception_0 = e;
- }
- }
- while (true);
- };
- function runningReduceIndexed$lambda(this$runningReduceIndexed_0, closure$operation_0) {
- return function ($receiver_0, continuation_0, suspended) {
- var instance = new Coroutine$runningReduceIndexed$lambda(this$runningReduceIndexed_0, closure$operation_0, $receiver_0, this, continuation_0);
- if (suspended)
- return instance;
- else
- return instance.doResume(null);
- };
- }
- function runningReduceIndexed_9($receiver, operation) {
- return sequence(runningReduceIndexed$lambda($receiver, operation));
- }
- function scan_9($receiver, initial, operation) {
- return runningFold_9($receiver, initial, operation);
- }
- function scanIndexed_9($receiver, initial, operation) {
- return runningFoldIndexed_9($receiver, initial, operation);
- }
- function scanReduce_9($receiver, operation) {
- return runningReduce_9($receiver, operation);
- }
- function scanReduceIndexed_9($receiver, operation) {
- return runningReduceIndexed_9($receiver, operation);
- }
- var sumBy_9 = defineInlineFunction('kotlin.kotlin.sequences.sumBy_gvemys$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumByDouble_9 = defineInlineFunction('kotlin.kotlin.sequences.sumByDouble_b4hqx8$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_49 = defineInlineFunction('kotlin.kotlin.sequences.sumOf_b4hqx8$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_50 = defineInlineFunction('kotlin.kotlin.sequences.sumOf_gvemys$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_51 = defineInlineFunction('kotlin.kotlin.sequences.sumOf_e6kzkn$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_52 = defineInlineFunction('kotlin.kotlin.sequences.sumOf_mql2c5$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_53 = defineInlineFunction('kotlin.kotlin.sequences.sumOf_h27xui$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- function requireNoNulls$lambda(this$requireNoNulls) {
- return function (it) {
- if (it == null) {
- throw IllegalArgumentException_init_0('null element found in ' + this$requireNoNulls + '.');
- }return it;
- };
- }
- function requireNoNulls_2($receiver) {
- return map_10($receiver, requireNoNulls$lambda($receiver));
- }
- function chunked_1($receiver, size) {
- return windowed_1($receiver, size, size, true);
- }
- function chunked_2($receiver, size, transform) {
- return windowed_2($receiver, size, size, true, transform);
- }
- function minus$ObjectLiteral(this$minus, closure$element) {
- this.this$minus = this$minus;
- this.closure$element = closure$element;
- }
- function minus$ObjectLiteral$iterator$lambda(closure$removed, closure$element) {
- return function (it) {
- if (!closure$removed.v && equals(it, closure$element)) {
- closure$removed.v = true;
- return false;
- } else
- return true;
- };
- }
- minus$ObjectLiteral.prototype.iterator = function () {
- var removed = {v: false};
- return filter_9(this.this$minus, minus$ObjectLiteral$iterator$lambda(removed, this.closure$element)).iterator();
- };
- minus$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- function minus_3($receiver, element) {
- return new minus$ObjectLiteral($receiver, element);
- }
- function minus$ObjectLiteral_0(closure$elements, this$minus) {
- this.closure$elements = closure$elements;
- this.this$minus = this$minus;
- }
- function minus$ObjectLiteral$iterator$lambda_0(closure$other) {
- return function (it) {
- return closure$other.contains_11rb$(it);
- };
- }
- minus$ObjectLiteral_0.prototype.iterator = function () {
- var other = toHashSet(this.closure$elements);
- return filterNot_9(this.this$minus, minus$ObjectLiteral$iterator$lambda_0(other)).iterator();
- };
- minus$ObjectLiteral_0.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- function minus_4($receiver, elements) {
- if (elements.length === 0)
- return $receiver;
- return new minus$ObjectLiteral_0(elements, $receiver);
- }
- function minus$ObjectLiteral_1(closure$elements, this$minus) {
- this.closure$elements = closure$elements;
- this.this$minus = this$minus;
- }
- function minus$ObjectLiteral$iterator$lambda_1(closure$other) {
- return function (it) {
- return closure$other.contains_11rb$(it);
- };
- }
- minus$ObjectLiteral_1.prototype.iterator = function () {
- var other = convertToSetForSetOperation(this.closure$elements);
- if (other.isEmpty())
- return this.this$minus.iterator();
- else
- return filterNot_9(this.this$minus, minus$ObjectLiteral$iterator$lambda_1(other)).iterator();
- };
- minus$ObjectLiteral_1.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- function minus_5($receiver, elements) {
- return new minus$ObjectLiteral_1(elements, $receiver);
- }
- function minus$ObjectLiteral_2(closure$elements, this$minus) {
- this.closure$elements = closure$elements;
- this.this$minus = this$minus;
- }
- function minus$ObjectLiteral$iterator$lambda_2(closure$other) {
- return function (it) {
- return closure$other.contains_11rb$(it);
- };
- }
- minus$ObjectLiteral_2.prototype.iterator = function () {
- var other = toHashSet_9(this.closure$elements);
- if (other.isEmpty())
- return this.this$minus.iterator();
- else
- return filterNot_9(this.this$minus, minus$ObjectLiteral$iterator$lambda_2(other)).iterator();
- };
- minus$ObjectLiteral_2.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- function minus_6($receiver, elements) {
- return new minus$ObjectLiteral_2(elements, $receiver);
- }
- var minusElement_0 = defineInlineFunction('kotlin.kotlin.sequences.minusElement_9h40j2$', wrapFunction(function () {
- var minus = _.kotlin.sequences.minus_9h40j2$;
- return function ($receiver, element) {
- return minus($receiver, element);
- };
- }));
- var partition_9 = defineInlineFunction('kotlin.kotlin.sequences.partition_euau3h$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = ArrayList_init();
- var second = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- first.add_11rb$(element);
- } else {
- second.add_11rb$(element);
- }
- }
- return new Pair_init(first, second);
- };
- }));
- function plus_7($receiver, element) {
- return flatten_1(sequenceOf([$receiver, sequenceOf([element])]));
- }
- function plus_8($receiver, elements) {
- return plus_9($receiver, asList(elements));
- }
- function plus_9($receiver, elements) {
- return flatten_1(sequenceOf([$receiver, asSequence_8(elements)]));
- }
- function plus_10($receiver, elements) {
- return flatten_1(sequenceOf([$receiver, elements]));
- }
- var plusElement_1 = defineInlineFunction('kotlin.kotlin.sequences.plusElement_9h40j2$', wrapFunction(function () {
- var plus = _.kotlin.sequences.plus_9h40j2$;
- return function ($receiver, element) {
- return plus($receiver, element);
- };
- }));
- function windowed_1($receiver, size, step, partialWindows) {
- if (step === void 0)
- step = 1;
- if (partialWindows === void 0)
- partialWindows = false;
- return windowedSequence_1($receiver, size, step, partialWindows, false);
- }
- function windowed_2($receiver, size, step, partialWindows, transform) {
- if (step === void 0)
- step = 1;
- if (partialWindows === void 0)
- partialWindows = false;
- return map_10(windowedSequence_1($receiver, size, step, partialWindows, true), transform);
- }
- function zip$lambda(t1, t2) {
- return to(t1, t2);
- }
- function zip_55($receiver, other) {
- return new MergingSequence($receiver, other, zip$lambda);
- }
- function zip_56($receiver, other, transform) {
- return new MergingSequence($receiver, other, transform);
- }
- function zipWithNext$lambda(a, b) {
- return to(a, b);
- }
- function zipWithNext_1($receiver) {
- return zipWithNext_2($receiver, zipWithNext$lambda);
- }
- function Coroutine$zipWithNext$lambda(this$zipWithNext_0, closure$transform_0, $receiver_0, controller, continuation_0) {
- CoroutineImpl.call(this, continuation_0);
- this.$controller = controller;
- this.exceptionState_0 = 1;
- this.local$this$zipWithNext = this$zipWithNext_0;
- this.local$closure$transform = closure$transform_0;
- this.local$iterator = void 0;
- this.local$current = void 0;
- this.local$next = void 0;
- this.local$$receiver = $receiver_0;
- }
- Coroutine$zipWithNext$lambda.$metadata$ = {kind: Kotlin.Kind.CLASS, simpleName: null, interfaces: [CoroutineImpl]};
- Coroutine$zipWithNext$lambda.prototype = Object.create(CoroutineImpl.prototype);
- Coroutine$zipWithNext$lambda.prototype.constructor = Coroutine$zipWithNext$lambda;
- Coroutine$zipWithNext$lambda.prototype.doResume = function () {
- do
- try {
- switch (this.state_0) {
- case 0:
- this.local$iterator = this.local$this$zipWithNext.iterator();
- if (!this.local$iterator.hasNext()) {
- return;
- } else {
- this.state_0 = 2;
- continue;
- }
-
- case 1:
- throw this.exception_0;
- case 2:
- this.local$current = this.local$iterator.next();
- this.state_0 = 3;
- continue;
- case 3:
- if (!this.local$iterator.hasNext()) {
- this.state_0 = 5;
- continue;
- }
- this.local$next = this.local$iterator.next();
- this.state_0 = 4;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$closure$transform(this.local$current, this.local$next), this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- case 4:
- this.local$current = this.local$next;
- this.state_0 = 3;
- continue;
- case 5:
- return Unit;
- default:this.state_0 = 1;
- throw new Error('State Machine Unreachable execution');
- }
- } catch (e) {
- if (this.state_0 === 1) {
- this.exceptionState_0 = this.state_0;
- throw e;
- } else {
- this.state_0 = this.exceptionState_0;
- this.exception_0 = e;
- }
- }
- while (true);
- };
- function zipWithNext$lambda_0(this$zipWithNext_0, closure$transform_0) {
- return function ($receiver_0, continuation_0, suspended) {
- var instance = new Coroutine$zipWithNext$lambda(this$zipWithNext_0, closure$transform_0, $receiver_0, this, continuation_0);
- if (suspended)
- return instance;
- else
- return instance.doResume(null);
- };
- }
- function zipWithNext_2($receiver, transform) {
- return sequence(zipWithNext$lambda_0($receiver, transform));
- }
- function joinTo_9($receiver, buffer, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- var tmp$;
- buffer.append_gw00v9$(prefix);
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if ((count = count + 1 | 0, count) > 1)
- buffer.append_gw00v9$(separator);
- if (limit < 0 || count <= limit) {
- appendElement_1(buffer, element, transform);
- } else
- break;
- }
- if (limit >= 0 && count > limit)
- buffer.append_gw00v9$(truncated);
- buffer.append_gw00v9$(postfix);
- return buffer;
- }
- function joinToString_9($receiver, separator, prefix, postfix, limit, truncated, transform) {
- if (separator === void 0)
- separator = ', ';
- if (prefix === void 0)
- prefix = '';
- if (postfix === void 0)
- postfix = '';
- if (limit === void 0)
- limit = -1;
- if (truncated === void 0)
- truncated = '...';
- if (transform === void 0)
- transform = null;
- return joinTo_9($receiver, StringBuilder_init_1(), separator, prefix, postfix, limit, truncated, transform).toString();
- }
- function asIterable$lambda_8(this$asIterable) {
- return function () {
- return this$asIterable.iterator();
- };
- }
- function asIterable_10($receiver) {
- return new Iterable$ObjectLiteral_0(asIterable$lambda_8($receiver));
- }
- var asSequence_10 = defineInlineFunction('kotlin.kotlin.sequences.asSequence_veqyi0$', function ($receiver) {
- return $receiver;
- });
- function average_17($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_18($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_19($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_20($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_21($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function average_22($receiver) {
- var tmp$;
- var sum = 0.0;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- checkCountOverflow((count = count + 1 | 0, count));
- }
- return count === 0 ? kotlin_js_internal_DoubleCompanionObject.NaN : sum / count;
- }
- function sum_17($receiver) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + element;
- }
- return sum;
- }
- function sum_18($receiver) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + element;
- }
- return sum;
- }
- function sum_19($receiver) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + element | 0;
- }
- return sum;
- }
- function sum_20($receiver) {
- var tmp$;
- var sum = L0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum.add(element);
- }
- return sum;
- }
- function sum_21($receiver) {
- var tmp$;
- var sum = 0.0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- }
- return sum;
- }
- function sum_22($receiver) {
- var tmp$;
- var sum = 0.0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += element;
- }
- return sum;
- }
- function minus_7($receiver, element) {
- var result = LinkedHashSet_init_3(mapCapacity($receiver.size));
- var removed = {v: false};
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element_0 = tmp$.next();
- var predicate$result;
- if (!removed.v && equals(element_0, element)) {
- removed.v = true;
- predicate$result = false;
- } else {
- predicate$result = true;
- }
- if (predicate$result)
- result.add_11rb$(element_0);
- }
- return result;
- }
- function minus_8($receiver, elements) {
- var result = LinkedHashSet_init_1($receiver);
- removeAll_2(result, elements);
- return result;
- }
- function minus_9($receiver, elements) {
- var other = convertToSetForSetOperationWith(elements, $receiver);
- if (other.isEmpty())
- return toSet_8($receiver);
- if (Kotlin.isType(other, Set)) {
- var destination = LinkedHashSet_init_0();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!other.contains_11rb$(element))
- destination.add_11rb$(element);
- }
- return destination;
- }var result = LinkedHashSet_init_1($receiver);
- result.removeAll_brywnq$(other);
- return result;
- }
- function minus_10($receiver, elements) {
- var result = LinkedHashSet_init_1($receiver);
- removeAll_1(result, elements);
- return result;
- }
- var minusElement_1 = defineInlineFunction('kotlin.kotlin.collections.minusElement_xfiyik$', wrapFunction(function () {
- var minus = _.kotlin.collections.minus_xfiyik$;
- return function ($receiver, element) {
- return minus($receiver, element);
- };
- }));
- function plus_11($receiver, element) {
- var result = LinkedHashSet_init_3(mapCapacity($receiver.size + 1 | 0));
- result.addAll_brywnq$($receiver);
- result.add_11rb$(element);
- return result;
- }
- function plus_12($receiver, elements) {
- var result = LinkedHashSet_init_3(mapCapacity($receiver.size + elements.length | 0));
- result.addAll_brywnq$($receiver);
- addAll_1(result, elements);
- return result;
- }
- function plus_13($receiver, elements) {
- var tmp$, tmp$_0;
- var result = LinkedHashSet_init_3(mapCapacity((tmp$_0 = (tmp$ = collectionSizeOrNull(elements)) != null ? $receiver.size + tmp$ | 0 : null) != null ? tmp$_0 : $receiver.size * 2 | 0));
- result.addAll_brywnq$($receiver);
- addAll(result, elements);
- return result;
- }
- function plus_14($receiver, elements) {
- var result = LinkedHashSet_init_3(mapCapacity($receiver.size * 2 | 0));
- result.addAll_brywnq$($receiver);
- addAll_0(result, elements);
- return result;
- }
- var plusElement_2 = defineInlineFunction('kotlin.kotlin.collections.plusElement_xfiyik$', wrapFunction(function () {
- var plus = _.kotlin.collections.plus_xfiyik$;
- return function ($receiver, element) {
- return plus($receiver, element);
- };
- }));
- function Iterable$ObjectLiteral_1(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Iterable$ObjectLiteral_1.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Iterable$ObjectLiteral_1.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterable]};
- function Sequence$ObjectLiteral_1(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Sequence$ObjectLiteral_1.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Sequence$ObjectLiteral_1.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- var elementAtOrElse_11 = defineInlineFunction('kotlin.kotlin.text.elementAtOrElse_qdauc8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver.charCodeAt(index) : unboxChar(defaultValue(index));
- };
- }));
- var elementAtOrNull_11 = defineInlineFunction('kotlin.kotlin.text.elementAtOrNull_94bcnn$', wrapFunction(function () {
- var getOrNull = _.kotlin.text.getOrNull_94bcnn$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var find_10 = defineInlineFunction('kotlin.kotlin.text.find_2pivbd$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (predicate(toBoxedChar(element))) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- }));
- var findLast_11 = defineInlineFunction('kotlin.kotlin.text.findLast_2pivbd$', wrapFunction(function () {
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.charCodeAt(index);
- if (predicate(toBoxedChar(element))) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- function first_22($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Char sequence is empty.');
- return $receiver.charCodeAt(0);
- }
- var first_23 = defineInlineFunction('kotlin.kotlin.text.first_2pivbd$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (predicate(toBoxedChar(element)))
- return element;
- }
- throw new NoSuchElementException_init('Char sequence contains no character matching the predicate.');
- };
- }));
- function firstOrNull_22($receiver) {
- return $receiver.length === 0 ? null : $receiver.charCodeAt(0);
- }
- var firstOrNull_23 = defineInlineFunction('kotlin.kotlin.text.firstOrNull_2pivbd$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (predicate(toBoxedChar(element)))
- return element;
- }
- return null;
- };
- }));
- var getOrElse_9 = defineInlineFunction('kotlin.kotlin.text.getOrElse_qdauc8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, index, defaultValue) {
- return index >= 0 && index <= get_lastIndex($receiver) ? $receiver.charCodeAt(index) : unboxChar(defaultValue(index));
- };
- }));
- function getOrNull_9($receiver, index) {
- return index >= 0 && index <= get_lastIndex_13($receiver) ? $receiver.charCodeAt(index) : null;
- }
- var indexOfFirst_11 = defineInlineFunction('kotlin.kotlin.text.indexOfFirst_2pivbd$', wrapFunction(function () {
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- tmp$ = get_indices($receiver);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- if (predicate(toBoxedChar($receiver.charCodeAt(index)))) {
- return index;
- }}
- return -1;
- };
- }));
- var indexOfLast_11 = defineInlineFunction('kotlin.kotlin.text.indexOfLast_2pivbd$', wrapFunction(function () {
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate(toBoxedChar($receiver.charCodeAt(index)))) {
- return index;
- }}
- return -1;
- };
- }));
- function last_23($receiver) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Char sequence is empty.');
- return $receiver.charCodeAt(get_lastIndex_13($receiver));
- }
- var last_24 = defineInlineFunction('kotlin.kotlin.text.last_2pivbd$', wrapFunction(function () {
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.charCodeAt(index);
- if (predicate(toBoxedChar(element)))
- return element;
- }
- throw new NoSuchElementException_init('Char sequence contains no character matching the predicate.');
- };
- }));
- function lastOrNull_23($receiver) {
- return $receiver.length === 0 ? null : $receiver.charCodeAt($receiver.length - 1 | 0);
- }
- var lastOrNull_24 = defineInlineFunction('kotlin.kotlin.text.lastOrNull_2pivbd$', wrapFunction(function () {
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.charCodeAt(index);
- if (predicate(toBoxedChar(element)))
- return element;
- }
- return null;
- };
- }));
- var random_25 = defineInlineFunction('kotlin.kotlin.text.random_gw00vp$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.text.random_kewcp8$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- function random_26($receiver, random) {
- if ($receiver.length === 0)
- throw new NoSuchElementException('Char sequence is empty.');
- return $receiver.charCodeAt(random.nextInt_za3lpa$($receiver.length));
- }
- var randomOrNull_25 = defineInlineFunction('kotlin.kotlin.text.randomOrNull_gw00vp$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.text.randomOrNull_kewcp8$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- function randomOrNull_26($receiver, random) {
- if ($receiver.length === 0)
- return null;
- return $receiver.charCodeAt(random.nextInt_za3lpa$($receiver.length));
- }
- function single_22($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- throw new NoSuchElementException('Char sequence is empty.');
- case 1:
- tmp$ = $receiver.charCodeAt(0);
- break;
- default:throw IllegalArgumentException_init_0('Char sequence has more than one element.');
- }
- return tmp$;
- }
- var single_23 = defineInlineFunction('kotlin.kotlin.text.single_2pivbd$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var unboxChar = Kotlin.unboxChar;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (predicate(toBoxedChar(element))) {
- if (found)
- throw IllegalArgumentException_init('Char sequence contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Char sequence contains no character matching the predicate.');
- return unboxChar(Kotlin.isChar(tmp$_0 = toBoxedChar(single)) ? tmp$_0 : throwCCE());
- };
- }));
- function singleOrNull_22($receiver) {
- return $receiver.length === 1 ? $receiver.charCodeAt(0) : null;
- }
- var singleOrNull_23 = defineInlineFunction('kotlin.kotlin.text.singleOrNull_2pivbd$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (predicate(toBoxedChar(element))) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- };
- }));
- function drop_10($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested character count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return Kotlin.subSequence($receiver, coerceAtMost_2(n, $receiver.length), $receiver.length);
- }
- function drop_11($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested character count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return $receiver.substring(coerceAtMost_2(n, $receiver.length));
- }
- function dropLast_9($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested character count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_10($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- function dropLast_10($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested character count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_11($receiver, coerceAtLeast_2($receiver.length - n | 0, 0));
- }
- var dropLastWhile_9 = defineInlineFunction('kotlin.kotlin.text.dropLastWhile_2pivbd$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--)
- if (!predicate(toBoxedChar($receiver.charCodeAt(index))))
- return Kotlin.subSequence($receiver, 0, index + 1 | 0);
- return '';
- };
- }));
- var dropLastWhile_10 = defineInlineFunction('kotlin.kotlin.text.dropLastWhile_ouje1d$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--)
- if (!predicate(toBoxedChar($receiver.charCodeAt(index)))) {
- return $receiver.substring(0, index + 1 | 0);
- }return '';
- };
- }));
- var dropWhile_10 = defineInlineFunction('kotlin.kotlin.text.dropWhile_2pivbd$', wrapFunction(function () {
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- tmp$ = get_indices($receiver);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2)
- if (!predicate(toBoxedChar($receiver.charCodeAt(index))))
- return Kotlin.subSequence($receiver, index, $receiver.length);
- return '';
- };
- }));
- var dropWhile_11 = defineInlineFunction('kotlin.kotlin.text.dropWhile_ouje1d$', wrapFunction(function () {
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- tmp$ = get_indices($receiver);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2)
- if (!predicate(toBoxedChar($receiver.charCodeAt(index)))) {
- return $receiver.substring(index);
- }return '';
- };
- }));
- var filter_10 = defineInlineFunction('kotlin.kotlin.text.filter_2pivbd$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var destination = StringBuilder_init();
- var tmp$;
- tmp$ = $receiver.length;
- for (var index = 0; index < tmp$; index++) {
- var element = $receiver.charCodeAt(index);
- if (predicate(toBoxedChar(element)))
- destination.append_s8itvh$(element);
- }
- return destination;
- };
- }));
- var filter_11 = defineInlineFunction('kotlin.kotlin.text.filter_ouje1d$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var destination = StringBuilder_init();
- var tmp$;
- tmp$ = $receiver.length;
- for (var index = 0; index < tmp$; index++) {
- var element = $receiver.charCodeAt(index);
- if (predicate(toBoxedChar(element)))
- destination.append_s8itvh$(element);
- }
- return destination.toString();
- };
- }));
- var filterIndexed_10 = defineInlineFunction('kotlin.kotlin.text.filterIndexed_3xan9v$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init;
- var unboxChar = Kotlin.unboxChar;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var destination = StringBuilder_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- var index_0 = (tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0);
- var element = toBoxedChar(item);
- if (predicate(index_0, element))
- destination.append_s8itvh$(unboxChar(element));
- }
- return destination;
- };
- }));
- var filterIndexed_11 = defineInlineFunction('kotlin.kotlin.text.filterIndexed_4cgdv1$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init;
- var unboxChar = Kotlin.unboxChar;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var destination = StringBuilder_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- var index_0 = (tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0);
- var element = toBoxedChar(item);
- if (predicate(index_0, element))
- destination.append_s8itvh$(unboxChar(element));
- }
- return destination.toString();
- };
- }));
- var filterIndexedTo_10 = defineInlineFunction('kotlin.kotlin.text.filterIndexedTo_2omorh$', wrapFunction(function () {
- var unboxChar = Kotlin.unboxChar;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- var index_0 = (tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0);
- var element = toBoxedChar(item);
- if (predicate(index_0, element))
- destination.append_s8itvh$(unboxChar(element));
- }
- return destination;
- };
- }));
- var filterNot_10 = defineInlineFunction('kotlin.kotlin.text.filterNot_2pivbd$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var destination = StringBuilder_init();
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (!predicate(toBoxedChar(element)))
- destination.append_s8itvh$(element);
- }
- return destination;
- };
- }));
- var filterNot_11 = defineInlineFunction('kotlin.kotlin.text.filterNot_ouje1d$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var destination = StringBuilder_init();
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (!predicate(toBoxedChar(element)))
- destination.append_s8itvh$(element);
- }
- return destination.toString();
- };
- }));
- var filterNotTo_10 = defineInlineFunction('kotlin.kotlin.text.filterNotTo_2vcf41$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (!predicate(toBoxedChar(element)))
- destination.append_s8itvh$(element);
- }
- return destination;
- };
- }));
- var filterTo_10 = defineInlineFunction('kotlin.kotlin.text.filterTo_2vcf41$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.length;
- for (var index = 0; index < tmp$; index++) {
- var element = $receiver.charCodeAt(index);
- if (predicate(toBoxedChar(element)))
- destination.append_s8itvh$(element);
- }
- return destination;
- };
- }));
- function slice_19($receiver, indices) {
- if (indices.isEmpty())
- return '';
- return subSequence_0($receiver, indices);
- }
- function slice_20($receiver, indices) {
- if (indices.isEmpty())
- return '';
- return substring_1($receiver, indices);
- }
- function slice_21($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return '';
- var result = StringBuilder_init(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var i = tmp$.next();
- result.append_s8itvh$($receiver.charCodeAt(i));
- }
- return result;
- }
- var slice_22 = defineInlineFunction('kotlin.kotlin.text.slice_djwhei$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var slice = _.kotlin.text.slice_ymrxhc$;
- return function ($receiver, indices) {
- var tmp$;
- return slice(Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE(), indices).toString();
- };
- }));
- function take_10($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested character count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return Kotlin.subSequence($receiver, 0, coerceAtMost_2(n, $receiver.length));
- }
- function take_11($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested character count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return $receiver.substring(0, coerceAtMost_2(n, $receiver.length));
- }
- function takeLast_9($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested character count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }var length = $receiver.length;
- return Kotlin.subSequence($receiver, length - coerceAtMost_2(n, length) | 0, length);
- }
- function takeLast_10($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested character count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }var length = $receiver.length;
- return $receiver.substring(length - coerceAtMost_2(n, length) | 0);
- }
- var takeLastWhile_9 = defineInlineFunction('kotlin.kotlin.text.takeLastWhile_2pivbd$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate(toBoxedChar($receiver.charCodeAt(index)))) {
- return Kotlin.subSequence($receiver, index + 1 | 0, $receiver.length);
- }}
- return Kotlin.subSequence($receiver, 0, $receiver.length);
- };
- }));
- var takeLastWhile_10 = defineInlineFunction('kotlin.kotlin.text.takeLastWhile_ouje1d$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver); index >= 0; index--) {
- if (!predicate(toBoxedChar($receiver.charCodeAt(index)))) {
- return $receiver.substring(index + 1 | 0);
- }}
- return $receiver;
- };
- }));
- var takeWhile_10 = defineInlineFunction('kotlin.kotlin.text.takeWhile_2pivbd$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.length;
- for (var index = 0; index < tmp$; index++)
- if (!predicate(toBoxedChar($receiver.charCodeAt(index)))) {
- return Kotlin.subSequence($receiver, 0, index);
- }return Kotlin.subSequence($receiver, 0, $receiver.length);
- };
- }));
- var takeWhile_11 = defineInlineFunction('kotlin.kotlin.text.takeWhile_ouje1d$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.length;
- for (var index = 0; index < tmp$; index++)
- if (!predicate(toBoxedChar($receiver.charCodeAt(index)))) {
- return $receiver.substring(0, index);
- }return $receiver;
- };
- }));
- function reversed_12($receiver) {
- return StringBuilder_init_0($receiver).reverse();
- }
- var reversed_13 = defineInlineFunction('kotlin.kotlin.text.reversed_pdl1vz$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var reversed = _.kotlin.text.reversed_gw00vp$;
- return function ($receiver) {
- var tmp$;
- return reversed(Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE()).toString();
- };
- }));
- var associate_10 = defineInlineFunction('kotlin.kotlin.text.associate_b3xl1f$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, transform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var pair = transform(toBoxedChar(element));
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associateBy_21 = defineInlineFunction('kotlin.kotlin.text.associateBy_16h5q4$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, keySelector) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- destination.put_xwzc9p$(keySelector(toBoxedChar(element)), toBoxedChar(element));
- }
- return destination;
- };
- }));
- var associateBy_22 = defineInlineFunction('kotlin.kotlin.text.associateBy_m7aj6v$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, keySelector, valueTransform) {
- var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
- var destination = LinkedHashMap_init(capacity);
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- destination.put_xwzc9p$(keySelector(toBoxedChar(element)), valueTransform(toBoxedChar(element)));
- }
- return destination;
- };
- }));
- var associateByTo_21 = defineInlineFunction('kotlin.kotlin.text.associateByTo_lm6k0r$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- destination.put_xwzc9p$(keySelector(toBoxedChar(element)), toBoxedChar(element));
- }
- return destination;
- };
- }));
- var associateByTo_22 = defineInlineFunction('kotlin.kotlin.text.associateByTo_woixqq$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- destination.put_xwzc9p$(keySelector(toBoxedChar(element)), valueTransform(toBoxedChar(element)));
- }
- return destination;
- };
- }));
- var associateTo_10 = defineInlineFunction('kotlin.kotlin.text.associateTo_1pzh9q$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var pair = transform(toBoxedChar(element));
- destination.put_xwzc9p$(pair.first, pair.second);
- }
- return destination;
- };
- }));
- var associateWith_10 = defineInlineFunction('kotlin.kotlin.text.associateWith_16h5q4$', wrapFunction(function () {
- var coerceAtMost = _.kotlin.ranges.coerceAtMost_dqglrj$;
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity(coerceAtMost($receiver.length, 128)), 16));
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- result.put_xwzc9p$(toBoxedChar(element), valueSelector(toBoxedChar(element)));
- }
- return result;
- };
- }));
- var associateWithTo_10 = defineInlineFunction('kotlin.kotlin.text.associateWithTo_dykjl$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, valueSelector) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- destination.put_xwzc9p$(toBoxedChar(element), valueSelector(toBoxedChar(element)));
- }
- return destination;
- };
- }));
- function toCollection_10($receiver, destination) {
- var tmp$;
- tmp$ = iterator_4($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- destination.add_11rb$(toBoxedChar(item));
- }
- return destination;
- }
- function toHashSet_10($receiver) {
- return toCollection_10($receiver, HashSet_init_2(mapCapacity(coerceAtMost_2($receiver.length, 128))));
- }
- function toList_11($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptyList();
- break;
- case 1:
- tmp$ = listOf(toBoxedChar($receiver.charCodeAt(0)));
- break;
- default:tmp$ = toMutableList_11($receiver);
- break;
- }
- return tmp$;
- }
- function toMutableList_11($receiver) {
- return toCollection_10($receiver, ArrayList_init_0($receiver.length));
- }
- function toSet_10($receiver) {
- var tmp$;
- switch ($receiver.length) {
- case 0:
- tmp$ = emptySet();
- break;
- case 1:
- tmp$ = setOf(toBoxedChar($receiver.charCodeAt(0)));
- break;
- default:tmp$ = toCollection_10($receiver, LinkedHashSet_init_3(mapCapacity(coerceAtMost_2($receiver.length, 128))));
- break;
- }
- return tmp$;
- }
- var flatMap_15 = defineInlineFunction('kotlin.kotlin.text.flatMap_83nucd$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var list = transform(toBoxedChar(element));
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_13 = defineInlineFunction('kotlin.kotlin.text.flatMapIndexed_j1ko01$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(element));
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_13 = defineInlineFunction('kotlin.kotlin.text.flatMapIndexedTo_k3a5a2$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(element));
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_15 = defineInlineFunction('kotlin.kotlin.text.flatMapTo_kg2lzy$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var list = transform(toBoxedChar(element));
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var groupBy_21 = defineInlineFunction('kotlin.kotlin.text.groupBy_16h5q4$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var key = keySelector(toBoxedChar(element));
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(toBoxedChar(element));
- }
- return destination;
- };
- }));
- var groupBy_22 = defineInlineFunction('kotlin.kotlin.text.groupBy_m7aj6v$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var key = keySelector(toBoxedChar(element));
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(toBoxedChar(element)));
- }
- return destination;
- };
- }));
- var groupByTo_21 = defineInlineFunction('kotlin.kotlin.text.groupByTo_mntg7c$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var key = keySelector(toBoxedChar(element));
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(toBoxedChar(element));
- }
- return destination;
- };
- }));
- var groupByTo_22 = defineInlineFunction('kotlin.kotlin.text.groupByTo_dgnza9$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var key = keySelector(toBoxedChar(element));
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(toBoxedChar(element)));
- }
- return destination;
- };
- }));
- var groupingBy_2 = defineInlineFunction('kotlin.kotlin.text.groupingBy_16h5q4$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var Kind_CLASS = Kotlin.Kind.CLASS;
- var Grouping = _.kotlin.collections.Grouping;
- function groupingBy$ObjectLiteral(this$groupingBy, closure$keySelector) {
- this.this$groupingBy = this$groupingBy;
- this.closure$keySelector = closure$keySelector;
- }
- groupingBy$ObjectLiteral.prototype.sourceIterator = function () {
- return iterator(this.this$groupingBy);
- };
- groupingBy$ObjectLiteral.prototype.keyOf_11rb$ = function (element) {
- return this.closure$keySelector(toBoxedChar(element));
- };
- groupingBy$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Grouping]};
- return function ($receiver, keySelector) {
- return new groupingBy$ObjectLiteral($receiver, keySelector);
- };
- }));
- var map_11 = defineInlineFunction('kotlin.kotlin.text.map_16h5q4$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- destination.add_11rb$(transform(toBoxedChar(item)));
- }
- return destination;
- };
- }));
- var mapIndexed_10 = defineInlineFunction('kotlin.kotlin.text.mapIndexed_bnyqco$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.length);
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item)));
- }
- return destination;
- };
- }));
- var mapIndexedNotNull_2 = defineInlineFunction('kotlin.kotlin.text.mapIndexedNotNull_iqd6dn$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var unboxChar = Kotlin.unboxChar;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- var tmp$_1;
- if ((tmp$_1 = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item))) != null) {
- destination.add_11rb$(tmp$_1);
- }}
- return destination;
- };
- }));
- var mapIndexedNotNullTo_2 = defineInlineFunction('kotlin.kotlin.text.mapIndexedNotNullTo_cynlyo$', wrapFunction(function () {
- var unboxChar = Kotlin.unboxChar;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- var tmp$_1;
- if ((tmp$_1 = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item))) != null) {
- destination.add_11rb$(tmp$_1);
- }}
- return destination;
- };
- }));
- var mapIndexedTo_10 = defineInlineFunction('kotlin.kotlin.text.mapIndexedTo_4f8103$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item)));
- }
- return destination;
- };
- }));
- var mapNotNull_3 = defineInlineFunction('kotlin.kotlin.text.mapNotNull_10i1d3$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var unboxChar = Kotlin.unboxChar;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var tmp$_0;
- if ((tmp$_0 = transform(toBoxedChar(element))) != null) {
- destination.add_11rb$(tmp$_0);
- }}
- return destination;
- };
- }));
- var mapNotNullTo_3 = defineInlineFunction('kotlin.kotlin.text.mapNotNullTo_jcwsr8$', wrapFunction(function () {
- var unboxChar = Kotlin.unboxChar;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- var tmp$_0;
- if ((tmp$_0 = transform(toBoxedChar(element))) != null) {
- destination.add_11rb$(tmp$_0);
- }}
- return destination;
- };
- }));
- var mapTo_11 = defineInlineFunction('kotlin.kotlin.text.mapTo_wrnknd$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- destination.add_11rb$(transform(toBoxedChar(item)));
- }
- return destination;
- };
- }));
- function withIndex$lambda_9(this$withIndex) {
- return function () {
- return iterator_4(this$withIndex);
- };
- }
- function withIndex_10($receiver) {
- return new IndexingIterable(withIndex$lambda_9($receiver));
- }
- var all_11 = defineInlineFunction('kotlin.kotlin.text.all_2pivbd$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (!predicate(toBoxedChar(element)))
- return false;
- }
- return true;
- };
- }));
- function any_23($receiver) {
- return !($receiver.length === 0);
- }
- var any_24 = defineInlineFunction('kotlin.kotlin.text.any_2pivbd$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (predicate(toBoxedChar(element)))
- return true;
- }
- return false;
- };
- }));
- var count_24 = defineInlineFunction('kotlin.kotlin.text.count_gw00vp$', function ($receiver) {
- return $receiver.length;
- });
- var count_25 = defineInlineFunction('kotlin.kotlin.text.count_2pivbd$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (predicate(toBoxedChar(element)))
- count = count + 1 | 0;
- }
- return count;
- };
- }));
- var fold_10 = defineInlineFunction('kotlin.kotlin.text.fold_riyz04$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- accumulator = operation(accumulator, toBoxedChar(element));
- }
- return accumulator;
- };
- }));
- var foldIndexed_10 = defineInlineFunction('kotlin.kotlin.text.foldIndexed_l9i73k$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, toBoxedChar(element));
- }
- return accumulator;
- };
- }));
- var foldRight_9 = defineInlineFunction('kotlin.kotlin.text.foldRight_xy5j5e$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(toBoxedChar($receiver.charCodeAt((tmp$ = index, index = tmp$ - 1 | 0, tmp$))), accumulator);
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_9 = defineInlineFunction('kotlin.kotlin.text.foldRightIndexed_bpin9y$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, toBoxedChar($receiver.charCodeAt(index)), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var forEach_11 = defineInlineFunction('kotlin.kotlin.text.forEach_57f55l$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, action) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- action(toBoxedChar(element));
- }
- };
- }));
- var forEachIndexed_10 = defineInlineFunction('kotlin.kotlin.text.forEachIndexed_q254al$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item));
- }
- };
- }));
- function max_15($receiver) {
- return maxOrNull_15($receiver);
- }
- var maxBy_11 = defineInlineFunction('kotlin.kotlin.text.maxBy_lwkw4q$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.length === 0) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver.charCodeAt(0);
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(toBoxedChar(maxElem));
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.charCodeAt(i);
- var v = selector(toBoxedChar(e));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxByOrNull_11 = defineInlineFunction('kotlin.kotlin.text.maxByOrNull_lwkw4q$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var maxElem = $receiver.charCodeAt(0);
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(toBoxedChar(maxElem));
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.charCodeAt(i);
- var v = selector(toBoxedChar(e));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxOf_38 = defineInlineFunction('kotlin.kotlin.text.maxOf_4bpanu$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_39 = defineInlineFunction('kotlin.kotlin.text.maxOf_qghrsb$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_40 = defineInlineFunction('kotlin.kotlin.text.maxOf_lwkw4q$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_35 = defineInlineFunction('kotlin.kotlin.text.maxOfOrNull_4bpanu$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_36 = defineInlineFunction('kotlin.kotlin.text.maxOfOrNull_qghrsb$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_37 = defineInlineFunction('kotlin.kotlin.text.maxOfOrNull_lwkw4q$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_11 = defineInlineFunction('kotlin.kotlin.text.maxOfWith_wupbms$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var maxValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_11 = defineInlineFunction('kotlin.kotlin.text.maxOfWithOrNull_wupbms$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var maxValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- function maxOrNull_15($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver.charCodeAt(0);
- tmp$ = get_lastIndex_13($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.charCodeAt(i);
- if (max < e)
- max = e;
- }
- return max;
- }
- function maxWith_11($receiver, comparator) {
- return maxWithOrNull_11($receiver, comparator);
- }
- function maxWithOrNull_11($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var max = $receiver.charCodeAt(0);
- tmp$ = get_lastIndex_13($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.charCodeAt(i);
- if (comparator.compare(toBoxedChar(max), toBoxedChar(e)) < 0)
- max = e;
- }
- return max;
- }
- function min_15($receiver) {
- return minOrNull_15($receiver);
- }
- var minBy_11 = defineInlineFunction('kotlin.kotlin.text.minBy_lwkw4q$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.length === 0) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver.charCodeAt(0);
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(toBoxedChar(minElem));
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.charCodeAt(i);
- var v = selector(toBoxedChar(e));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minByOrNull_11 = defineInlineFunction('kotlin.kotlin.text.minByOrNull_lwkw4q$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, selector) {
- if ($receiver.length === 0)
- return null;
- var minElem = $receiver.charCodeAt(0);
- var lastIndex = get_lastIndex($receiver);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(toBoxedChar(minElem));
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.charCodeAt(i);
- var v = selector(toBoxedChar(e));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minOf_38 = defineInlineFunction('kotlin.kotlin.text.minOf_4bpanu$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_39 = defineInlineFunction('kotlin.kotlin.text.minOf_qghrsb$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_40 = defineInlineFunction('kotlin.kotlin.text.minOf_lwkw4q$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_35 = defineInlineFunction('kotlin.kotlin.text.minOfOrNull_4bpanu$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_36 = defineInlineFunction('kotlin.kotlin.text.minOfOrNull_qghrsb$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_37 = defineInlineFunction('kotlin.kotlin.text.minOfOrNull_lwkw4q$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_11 = defineInlineFunction('kotlin.kotlin.text.minOfWith_wupbms$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- throw NoSuchElementException_init();
- var minValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_11 = defineInlineFunction('kotlin.kotlin.text.minOfWithOrNull_wupbms$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var minValue = selector(toBoxedChar($receiver.charCodeAt(0)));
- tmp$ = get_lastIndex($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector(toBoxedChar($receiver.charCodeAt(i)));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- function minOrNull_15($receiver) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver.charCodeAt(0);
- tmp$ = get_lastIndex_13($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.charCodeAt(i);
- if (min > e)
- min = e;
- }
- return min;
- }
- function minWith_11($receiver, comparator) {
- return minWithOrNull_11($receiver, comparator);
- }
- function minWithOrNull_11($receiver, comparator) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var min = $receiver.charCodeAt(0);
- tmp$ = get_lastIndex_13($receiver);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.charCodeAt(i);
- if (comparator.compare(toBoxedChar(min), toBoxedChar(e)) > 0)
- min = e;
- }
- return min;
- }
- function none_23($receiver) {
- return $receiver.length === 0;
- }
- var none_24 = defineInlineFunction('kotlin.kotlin.text.none_2pivbd$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (predicate(toBoxedChar(element)))
- return false;
- }
- return true;
- };
- }));
- var onEach_11 = defineInlineFunction('kotlin.kotlin.text.onEach_jdhw1f$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, action) {
- var tmp$;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- action(toBoxedChar(element));
- }
- return $receiver;
- };
- }));
- var onEachIndexed_11 = defineInlineFunction('kotlin.kotlin.text.onEachIndexed_7vj0gn$', wrapFunction(function () {
- var Unit = Kotlin.kotlin.Unit;
- var wrapFunction = Kotlin.wrapFunction;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var onEachIndexed$lambda = wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function (closure$action) {
- return function ($receiver) {
- var action = closure$action;
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item));
- }
- return Unit;
- };
- };
- });
- return function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var item = unboxChar(tmp$.next());
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), toBoxedChar(item));
- }
- return $receiver;
- };
- }));
- var reduce_10 = defineInlineFunction('kotlin.kotlin.text.reduce_bc19pa$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty char sequence can't be reduced.");
- var accumulator = $receiver.charCodeAt(0);
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = unboxChar(operation(toBoxedChar(accumulator), toBoxedChar($receiver.charCodeAt(index))));
- }
- return accumulator;
- };
- }));
- var reduceIndexed_10 = defineInlineFunction('kotlin.kotlin.text.reduceIndexed_8uyn22$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- throw UnsupportedOperationException_init("Empty char sequence can't be reduced.");
- var accumulator = $receiver.charCodeAt(0);
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = unboxChar(operation(index, toBoxedChar(accumulator), toBoxedChar($receiver.charCodeAt(index))));
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_10 = defineInlineFunction('kotlin.kotlin.text.reduceIndexedOrNull_8uyn22$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver.charCodeAt(0);
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = unboxChar(operation(index, toBoxedChar(accumulator), toBoxedChar($receiver.charCodeAt(index))));
- }
- return accumulator;
- };
- }));
- var reduceOrNull_10 = defineInlineFunction('kotlin.kotlin.text.reduceOrNull_bc19pa$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return null;
- var accumulator = $receiver.charCodeAt(0);
- tmp$ = get_lastIndex($receiver);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = unboxChar(operation(toBoxedChar(accumulator), toBoxedChar($receiver.charCodeAt(index))));
- }
- return accumulator;
- };
- }));
- var reduceRight_9 = defineInlineFunction('kotlin.kotlin.text.reduceRight_bc19pa$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty char sequence can't be reduced.");
- var accumulator = $receiver.charCodeAt((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = unboxChar(operation(toBoxedChar($receiver.charCodeAt((tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0))), toBoxedChar(accumulator)));
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_9 = defineInlineFunction('kotlin.kotlin.text.reduceRightIndexed_8uyn22$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty char sequence can't be reduced.");
- var accumulator = $receiver.charCodeAt((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = unboxChar(operation(index, toBoxedChar($receiver.charCodeAt(index)), toBoxedChar(accumulator)));
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_9 = defineInlineFunction('kotlin.kotlin.text.reduceRightIndexedOrNull_8uyn22$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver.charCodeAt((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = unboxChar(operation(index, toBoxedChar($receiver.charCodeAt(index)), toBoxedChar(accumulator)));
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_9 = defineInlineFunction('kotlin.kotlin.text.reduceRightOrNull_bc19pa$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.text.get_lastIndex_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver);
- if (index < 0)
- return null;
- var accumulator = $receiver.charCodeAt((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = unboxChar(operation(toBoxedChar($receiver.charCodeAt((tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0))), toBoxedChar(accumulator)));
- }
- return accumulator;
- };
- }));
- var runningFold_10 = defineInlineFunction('kotlin.kotlin.text.runningFold_riyz04$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- accumulator = operation(accumulator, toBoxedChar(element));
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_10 = defineInlineFunction('kotlin.kotlin.text.runningFoldIndexed_l9i73k$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, initial, operation) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- if ($receiver.length === 0)
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = get_indices($receiver);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- accumulator = operation(index, accumulator, toBoxedChar($receiver.charCodeAt(index)));
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningReduce_10 = defineInlineFunction('kotlin.kotlin.text.runningReduce_bc19pa$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver.charCodeAt(0)};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(toBoxedChar(accumulator.v));
- var result = $receiver_0;
- tmp$ = $receiver.length;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = unboxChar(operation(toBoxedChar(accumulator.v), toBoxedChar($receiver.charCodeAt(index))));
- result.add_11rb$(toBoxedChar(accumulator.v));
- }
- return result;
- };
- }));
- var runningReduceIndexed_10 = defineInlineFunction('kotlin.kotlin.text.runningReduceIndexed_8uyn22$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.length === 0)
- return emptyList();
- var accumulator = {v: $receiver.charCodeAt(0)};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(toBoxedChar(accumulator.v));
- var result = $receiver_0;
- tmp$ = $receiver.length;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = unboxChar(operation(index, toBoxedChar(accumulator.v), toBoxedChar($receiver.charCodeAt(index))));
- result.add_11rb$(toBoxedChar(accumulator.v));
- }
- return result;
- };
- }));
- var scan_10 = defineInlineFunction('kotlin.kotlin.text.scan_riyz04$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- accumulator = operation(accumulator, toBoxedChar(element));
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scanIndexed_10 = defineInlineFunction('kotlin.kotlin.text.scanIndexed_l9i73k$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- if ($receiver.length === 0) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.length + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = get_indices($receiver);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- accumulator = operation(index, accumulator, toBoxedChar($receiver.charCodeAt(index)));
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanReduce_10 = defineInlineFunction('kotlin.kotlin.text.scanReduce_bc19pa$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver.charCodeAt(0)};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(toBoxedChar(accumulator.v));
- var result = $receiver_0;
- tmp$ = $receiver.length;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = unboxChar(operation(toBoxedChar(accumulator.v), toBoxedChar($receiver.charCodeAt(index))));
- result.add_11rb$(toBoxedChar(accumulator.v));
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduceIndexed_10 = defineInlineFunction('kotlin.kotlin.text.scanReduceIndexed_8uyn22$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- var tmp$;
- if ($receiver.length === 0) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver.charCodeAt(0)};
- var $receiver_0 = ArrayList_init($receiver.length);
- $receiver_0.add_11rb$(toBoxedChar(accumulator.v));
- var result = $receiver_0;
- tmp$ = $receiver.length;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = unboxChar(operation(index, toBoxedChar(accumulator.v), toBoxedChar($receiver.charCodeAt(index))));
- result.add_11rb$(toBoxedChar(accumulator.v));
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var sumBy_10 = defineInlineFunction('kotlin.kotlin.text.sumBy_kg4n8i$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- sum = sum + selector(toBoxedChar(element)) | 0;
- }
- return sum;
- };
- }));
- var sumByDouble_10 = defineInlineFunction('kotlin.kotlin.text.sumByDouble_4bpanu$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- sum += selector(toBoxedChar(element));
- }
- return sum;
- };
- }));
- var sumOf_54 = defineInlineFunction('kotlin.kotlin.text.sumOf_4bpanu$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- sum += selector(toBoxedChar(element));
- }
- return sum;
- };
- }));
- var sumOf_55 = defineInlineFunction('kotlin.kotlin.text.sumOf_kg4n8i$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- sum = sum + selector(toBoxedChar(element)) | 0;
- }
- return sum;
- };
- }));
- var sumOf_56 = defineInlineFunction('kotlin.kotlin.text.sumOf_5cck41$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- sum = sum.add(selector(toBoxedChar(element)));
- }
- return sum;
- };
- }));
- var sumOf_57 = defineInlineFunction('kotlin.kotlin.text.sumOf_582nyn$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- sum = new UInt_init(sum.data + selector(toBoxedChar(element)).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_58 = defineInlineFunction('kotlin.kotlin.text.sumOf_juelj4$', wrapFunction(function () {
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- sum = new ULong_init(sum.data.add(selector(toBoxedChar(element)).data));
- }
- return sum;
- };
- }));
- function chunked_3($receiver, size) {
- return windowed_3($receiver, size, size, true);
- }
- function chunked_4($receiver, size, transform) {
- return windowed_4($receiver, size, size, true, transform);
- }
- function chunkedSequence$lambda(it) {
- return it.toString();
- }
- function chunkedSequence($receiver, size) {
- return chunkedSequence_0($receiver, size, chunkedSequence$lambda);
- }
- function chunkedSequence_0($receiver, size, transform) {
- return windowedSequence_0($receiver, size, size, true, transform);
- }
- var partition_10 = defineInlineFunction('kotlin.kotlin.text.partition_2pivbd$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = StringBuilder_init();
- var second = StringBuilder_init();
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (predicate(toBoxedChar(element))) {
- first.append_s8itvh$(element);
- } else {
- second.append_s8itvh$(element);
- }
- }
- return new Pair_init(first, second);
- };
- }));
- var partition_11 = defineInlineFunction('kotlin.kotlin.text.partition_ouje1d$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init;
- var iterator = _.kotlin.text.iterator_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- var Pair_init = _.kotlin.Pair;
- return function ($receiver, predicate) {
- var tmp$;
- var first = StringBuilder_init();
- var second = StringBuilder_init();
- tmp$ = iterator($receiver);
- while (tmp$.hasNext()) {
- var element = unboxChar(tmp$.next());
- if (predicate(toBoxedChar(element))) {
- first.append_s8itvh$(element);
- } else {
- second.append_s8itvh$(element);
- }
- }
- return new Pair_init(first.toString(), second.toString());
- };
- }));
- function windowed$lambda(it) {
- return it.toString();
- }
- function windowed_3($receiver, size, step, partialWindows) {
- if (step === void 0)
- step = 1;
- if (partialWindows === void 0)
- partialWindows = false;
- return windowed_4($receiver, size, step, partialWindows, windowed$lambda);
- }
- function windowed_4($receiver, size, step, partialWindows, transform) {
- if (step === void 0)
- step = 1;
- if (partialWindows === void 0)
- partialWindows = false;
- var tmp$;
- checkWindowSizeStep(size, step);
- var thisSize = $receiver.length;
- var resultCapacity = (thisSize / step | 0) + (thisSize % step === 0 ? 0 : 1) | 0;
- var result = ArrayList_init_0(resultCapacity);
- var index = 0;
- while (0 <= index && index < thisSize) {
- var end = index + size | 0;
- if (end < 0 || end > thisSize) {
- if (partialWindows)
- tmp$ = thisSize;
- else
- break;
- } else
- tmp$ = end;
- var coercedEnd = tmp$;
- result.add_11rb$(transform(Kotlin.subSequence($receiver, index, coercedEnd)));
- index = index + step | 0;
- }
- return result;
- }
- function windowedSequence$lambda(it) {
- return it.toString();
- }
- function windowedSequence($receiver, size, step, partialWindows) {
- if (step === void 0)
- step = 1;
- if (partialWindows === void 0)
- partialWindows = false;
- return windowedSequence_0($receiver, size, step, partialWindows, windowedSequence$lambda);
- }
- function windowedSequence$lambda_0(closure$size, this$windowedSequence, closure$transform) {
- return function (index) {
- var end = index + closure$size | 0;
- var coercedEnd = end < 0 || end > this$windowedSequence.length ? this$windowedSequence.length : end;
- return closure$transform(Kotlin.subSequence(this$windowedSequence, index, coercedEnd));
- };
- }
- function windowedSequence_0($receiver, size, step_0, partialWindows, transform) {
- if (step_0 === void 0)
- step_0 = 1;
- if (partialWindows === void 0)
- partialWindows = false;
- checkWindowSizeStep(size, step_0);
- var windows = step(partialWindows ? get_indices_13($receiver) : until_4(0, $receiver.length - size + 1 | 0), step_0);
- return map_10(asSequence_8(windows), windowedSequence$lambda_0(size, $receiver, transform));
- }
- function zip_57($receiver, other) {
- var length = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init_0(length);
- for (var i = 0; i < length; i++) {
- list.add_11rb$(to(toBoxedChar($receiver.charCodeAt(i)), toBoxedChar(other.charCodeAt(i))));
- }
- return list;
- }
- var zip_58 = defineInlineFunction('kotlin.kotlin.text.zip_tac5w1$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var length = Math_0.min($receiver.length, other.length);
- var list = ArrayList_init(length);
- for (var i = 0; i < length; i++) {
- list.add_11rb$(transform(toBoxedChar($receiver.charCodeAt(i)), toBoxedChar(other.charCodeAt(i))));
- }
- return list;
- };
- }));
- function zipWithNext_3($receiver) {
- var zipWithNext$result;
- zipWithNext$break: do {
- var size = $receiver.length - 1 | 0;
- if (size < 1) {
- zipWithNext$result = emptyList();
- break zipWithNext$break;
- }var result = ArrayList_init_0(size);
- for (var index = 0; index < size; index++) {
- result.add_11rb$(to(toBoxedChar($receiver.charCodeAt(index)), toBoxedChar($receiver.charCodeAt(index + 1 | 0))));
- }
- zipWithNext$result = result;
- }
- while (false);
- return zipWithNext$result;
- }
- var zipWithNext_4 = defineInlineFunction('kotlin.kotlin.text.zipWithNext_hf4kax$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, transform) {
- var size = $receiver.length - 1 | 0;
- if (size < 1)
- return emptyList();
- var result = ArrayList_init(size);
- for (var index = 0; index < size; index++) {
- result.add_11rb$(transform(toBoxedChar($receiver.charCodeAt(index)), toBoxedChar($receiver.charCodeAt(index + 1 | 0))));
- }
- return result;
- };
- }));
- function asIterable$lambda_9(this$asIterable) {
- return function () {
- return iterator_4(this$asIterable);
- };
- }
- function asIterable_11($receiver) {
- var tmp$ = typeof $receiver === 'string';
- if (tmp$) {
- tmp$ = $receiver.length === 0;
- }if (tmp$)
- return emptyList();
- return new Iterable$ObjectLiteral_1(asIterable$lambda_9($receiver));
- }
- function asSequence$lambda_9(this$asSequence) {
- return function () {
- return iterator_4(this$asSequence);
- };
- }
- function asSequence_11($receiver) {
- var tmp$ = typeof $receiver === 'string';
- if (tmp$) {
- tmp$ = $receiver.length === 0;
- }if (tmp$)
- return emptySequence();
- return new Sequence$ObjectLiteral_1(asSequence$lambda_9($receiver));
- }
- function UByteArray$lambda(closure$init) {
- return function (index) {
- return closure$init(index).data;
- };
- }
- function UIntArray$lambda(closure$init) {
- return function (index) {
- return closure$init(index).data;
- };
- }
- function ULongArray$lambda(closure$init) {
- return function (index) {
- return closure$init(index).data;
- };
- }
- function UShortArray$lambda(closure$init) {
- return function (index) {
- return closure$init(index).data;
- };
- }
- var component1_9 = defineInlineFunction('kotlin.kotlin.collections.component1_9hsmwz$', function ($receiver) {
- return $receiver.get_za3lpa$(0);
- });
- var component1_10 = defineInlineFunction('kotlin.kotlin.collections.component1_rnn80q$', function ($receiver) {
- return $receiver.get_za3lpa$(0);
- });
- var component1_11 = defineInlineFunction('kotlin.kotlin.collections.component1_o5f02i$', function ($receiver) {
- return $receiver.get_za3lpa$(0);
- });
- var component1_12 = defineInlineFunction('kotlin.kotlin.collections.component1_k4ndbq$', function ($receiver) {
- return $receiver.get_za3lpa$(0);
- });
- var component2_9 = defineInlineFunction('kotlin.kotlin.collections.component2_9hsmwz$', function ($receiver) {
- return $receiver.get_za3lpa$(1);
- });
- var component2_10 = defineInlineFunction('kotlin.kotlin.collections.component2_rnn80q$', function ($receiver) {
- return $receiver.get_za3lpa$(1);
- });
- var component2_11 = defineInlineFunction('kotlin.kotlin.collections.component2_o5f02i$', function ($receiver) {
- return $receiver.get_za3lpa$(1);
- });
- var component2_12 = defineInlineFunction('kotlin.kotlin.collections.component2_k4ndbq$', function ($receiver) {
- return $receiver.get_za3lpa$(1);
- });
- var component3_9 = defineInlineFunction('kotlin.kotlin.collections.component3_9hsmwz$', function ($receiver) {
- return $receiver.get_za3lpa$(2);
- });
- var component3_10 = defineInlineFunction('kotlin.kotlin.collections.component3_rnn80q$', function ($receiver) {
- return $receiver.get_za3lpa$(2);
- });
- var component3_11 = defineInlineFunction('kotlin.kotlin.collections.component3_o5f02i$', function ($receiver) {
- return $receiver.get_za3lpa$(2);
- });
- var component3_12 = defineInlineFunction('kotlin.kotlin.collections.component3_k4ndbq$', function ($receiver) {
- return $receiver.get_za3lpa$(2);
- });
- var component4_9 = defineInlineFunction('kotlin.kotlin.collections.component4_9hsmwz$', function ($receiver) {
- return $receiver.get_za3lpa$(3);
- });
- var component4_10 = defineInlineFunction('kotlin.kotlin.collections.component4_rnn80q$', function ($receiver) {
- return $receiver.get_za3lpa$(3);
- });
- var component4_11 = defineInlineFunction('kotlin.kotlin.collections.component4_o5f02i$', function ($receiver) {
- return $receiver.get_za3lpa$(3);
- });
- var component4_12 = defineInlineFunction('kotlin.kotlin.collections.component4_k4ndbq$', function ($receiver) {
- return $receiver.get_za3lpa$(3);
- });
- var component5_9 = defineInlineFunction('kotlin.kotlin.collections.component5_9hsmwz$', function ($receiver) {
- return $receiver.get_za3lpa$(4);
- });
- var component5_10 = defineInlineFunction('kotlin.kotlin.collections.component5_rnn80q$', function ($receiver) {
- return $receiver.get_za3lpa$(4);
- });
- var component5_11 = defineInlineFunction('kotlin.kotlin.collections.component5_o5f02i$', function ($receiver) {
- return $receiver.get_za3lpa$(4);
- });
- var component5_12 = defineInlineFunction('kotlin.kotlin.collections.component5_k4ndbq$', function ($receiver) {
- return $receiver.get_za3lpa$(4);
- });
- var elementAtOrElse_12 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_kot4le$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, index, defaultValue) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : defaultValue(index);
- };
- }));
- var elementAtOrElse_13 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_rzo8b8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, index, defaultValue) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : defaultValue(index);
- };
- }));
- var elementAtOrElse_14 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_e4wdik$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, index, defaultValue) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : defaultValue(index);
- };
- }));
- var elementAtOrElse_15 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrElse_9sv3bs$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, index, defaultValue) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : defaultValue(index);
- };
- }));
- var elementAtOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_h8io69$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_h8io69$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var elementAtOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_k9lyrg$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_k9lyrg$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var elementAtOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_hlz5c8$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_hlz5c8$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var elementAtOrNull_15 = defineInlineFunction('kotlin.kotlin.collections.elementAtOrNull_7156lo$', wrapFunction(function () {
- var getOrNull = _.kotlin.collections.getOrNull_7156lo$;
- return function ($receiver, index) {
- return getOrNull($receiver, index);
- };
- }));
- var find_11 = defineInlineFunction('kotlin.kotlin.collections.find_qooazb$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var find_12 = defineInlineFunction('kotlin.kotlin.collections.find_xmet5j$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var find_13 = defineInlineFunction('kotlin.kotlin.collections.find_khxg6n$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var find_14 = defineInlineFunction('kotlin.kotlin.collections.find_zbhqtl$', function ($receiver, predicate) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- });
- var findLast_12 = defineInlineFunction('kotlin.kotlin.collections.findLast_qooazb$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var get_indices = _.kotlin.collections.get_indices_tmsbgo$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var findLast_13 = defineInlineFunction('kotlin.kotlin.collections.findLast_xmet5j$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var get_indices = _.kotlin.collections.get_indices_se6h4x$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var findLast_14 = defineInlineFunction('kotlin.kotlin.collections.findLast_khxg6n$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var get_indices = _.kotlin.collections.get_indices_964n91$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var findLast_15 = defineInlineFunction('kotlin.kotlin.collections.findLast_zbhqtl$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var get_indices = _.kotlin.collections.get_indices_i2lc79$;
- return function ($receiver, predicate) {
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element)) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return lastOrNull$result;
- };
- }));
- var first_24 = defineInlineFunction('kotlin.kotlin.collections.first_9hsmwz$', wrapFunction(function () {
- var first = _.kotlin.collections.first_tmsbgo$;
- var UInt_init = _.kotlin.UInt;
- return function ($receiver) {
- return new UInt_init(first($receiver.storage));
- };
- }));
- var first_25 = defineInlineFunction('kotlin.kotlin.collections.first_rnn80q$', wrapFunction(function () {
- var first = _.kotlin.collections.first_se6h4x$;
- var ULong_init = _.kotlin.ULong;
- return function ($receiver) {
- return new ULong_init(first($receiver.storage));
- };
- }));
- var first_26 = defineInlineFunction('kotlin.kotlin.collections.first_o5f02i$', wrapFunction(function () {
- var first = _.kotlin.collections.first_964n91$;
- var UByte_init = _.kotlin.UByte;
- return function ($receiver) {
- return new UByte_init(first($receiver.storage));
- };
- }));
- var first_27 = defineInlineFunction('kotlin.kotlin.collections.first_k4ndbq$', wrapFunction(function () {
- var first = _.kotlin.collections.first_i2lc79$;
- var UShort_init = _.kotlin.UShort;
- return function ($receiver) {
- return new UShort_init(first($receiver.storage));
- };
- }));
- var first_28 = defineInlineFunction('kotlin.kotlin.collections.first_qooazb$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var first_29 = defineInlineFunction('kotlin.kotlin.collections.first_xmet5j$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var first_30 = defineInlineFunction('kotlin.kotlin.collections.first_khxg6n$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var first_31 = defineInlineFunction('kotlin.kotlin.collections.first_zbhqtl$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- function firstOrNull_24($receiver) {
- return $receiver.isEmpty() ? null : $receiver.get_za3lpa$(0);
- }
- function firstOrNull_25($receiver) {
- return $receiver.isEmpty() ? null : $receiver.get_za3lpa$(0);
- }
- function firstOrNull_26($receiver) {
- return $receiver.isEmpty() ? null : $receiver.get_za3lpa$(0);
- }
- function firstOrNull_27($receiver) {
- return $receiver.isEmpty() ? null : $receiver.get_za3lpa$(0);
- }
- var firstOrNull_28 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_qooazb$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- return null;
- });
- var firstOrNull_29 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_xmet5j$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- return null;
- });
- var firstOrNull_30 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_khxg6n$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- return null;
- });
- var firstOrNull_31 = defineInlineFunction('kotlin.kotlin.collections.firstOrNull_zbhqtl$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return element;
- }
- return null;
- });
- var getOrElse_10 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_kot4le$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, index, defaultValue) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : defaultValue(index);
- };
- }));
- var getOrElse_11 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_rzo8b8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, index, defaultValue) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : defaultValue(index);
- };
- }));
- var getOrElse_12 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_e4wdik$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, index, defaultValue) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : defaultValue(index);
- };
- }));
- var getOrElse_13 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_9sv3bs$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, index, defaultValue) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : defaultValue(index);
- };
- }));
- function getOrNull_10($receiver, index) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex_2($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : null;
- }
- function getOrNull_11($receiver, index) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex_3($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : null;
- }
- function getOrNull_12($receiver, index) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex_0($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : null;
- }
- function getOrNull_13($receiver, index) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex_1($receiver.storage);
- }return tmp$ ? $receiver.get_za3lpa$(index) : null;
- }
- var indexOf_11 = defineInlineFunction('kotlin.kotlin.collections.indexOf_xx0iru$', wrapFunction(function () {
- var indexOf = _.kotlin.collections.indexOf_c03ot6$;
- return function ($receiver, element) {
- return indexOf($receiver.storage, element.data);
- };
- }));
- var indexOf_12 = defineInlineFunction('kotlin.kotlin.collections.indexOf_e8hpy6$', wrapFunction(function () {
- var indexOf = _.kotlin.collections.indexOf_uxdaoa$;
- return function ($receiver, element) {
- return indexOf($receiver.storage, element.data);
- };
- }));
- var indexOf_13 = defineInlineFunction('kotlin.kotlin.collections.indexOf_iga3ee$', wrapFunction(function () {
- var indexOf = _.kotlin.collections.indexOf_jlnu8a$;
- return function ($receiver, element) {
- return indexOf($receiver.storage, element.data);
- };
- }));
- var indexOf_14 = defineInlineFunction('kotlin.kotlin.collections.indexOf_iss4kq$', wrapFunction(function () {
- var indexOf = _.kotlin.collections.indexOf_s7ir3o$;
- return function ($receiver, element) {
- return indexOf($receiver.storage, element.data);
- };
- }));
- var indexOfFirst_12 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_qooazb$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var UInt_init = _.kotlin.UInt;
- var indexOfFirst$lambda = wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (closure$predicate) {
- return function (it) {
- return closure$predicate(new UInt_init(it));
- };
- };
- });
- return function ($receiver, predicate) {
- var $receiver_0 = $receiver.storage;
- var indexOfFirst$result;
- indexOfFirst$break: do {
- for (var index = 0; index !== $receiver_0.length; ++index) {
- if (predicate(new UInt_init($receiver_0[index]))) {
- indexOfFirst$result = index;
- break indexOfFirst$break;
- }}
- indexOfFirst$result = -1;
- }
- while (false);
- return indexOfFirst$result;
- };
- }));
- var indexOfFirst_13 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_xmet5j$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var ULong_init = _.kotlin.ULong;
- var indexOfFirst$lambda = wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function (closure$predicate) {
- return function (it) {
- return closure$predicate(new ULong_init(it));
- };
- };
- });
- return function ($receiver, predicate) {
- var $receiver_0 = $receiver.storage;
- var indexOfFirst$result;
- indexOfFirst$break: do {
- for (var index = 0; index !== $receiver_0.length; ++index) {
- if (predicate(new ULong_init($receiver_0[index]))) {
- indexOfFirst$result = index;
- break indexOfFirst$break;
- }}
- indexOfFirst$result = -1;
- }
- while (false);
- return indexOfFirst$result;
- };
- }));
- var indexOfFirst_14 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_khxg6n$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var UByte_init = _.kotlin.UByte;
- var indexOfFirst$lambda = wrapFunction(function () {
- var UByte_init = _.kotlin.UByte;
- return function (closure$predicate) {
- return function (it) {
- return closure$predicate(new UByte_init(it));
- };
- };
- });
- return function ($receiver, predicate) {
- var $receiver_0 = $receiver.storage;
- var indexOfFirst$result;
- indexOfFirst$break: do {
- for (var index = 0; index !== $receiver_0.length; ++index) {
- if (predicate(new UByte_init($receiver_0[index]))) {
- indexOfFirst$result = index;
- break indexOfFirst$break;
- }}
- indexOfFirst$result = -1;
- }
- while (false);
- return indexOfFirst$result;
- };
- }));
- var indexOfFirst_15 = defineInlineFunction('kotlin.kotlin.collections.indexOfFirst_zbhqtl$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var UShort_init = _.kotlin.UShort;
- var indexOfFirst$lambda = wrapFunction(function () {
- var UShort_init = _.kotlin.UShort;
- return function (closure$predicate) {
- return function (it) {
- return closure$predicate(new UShort_init(it));
- };
- };
- });
- return function ($receiver, predicate) {
- var $receiver_0 = $receiver.storage;
- var indexOfFirst$result;
- indexOfFirst$break: do {
- for (var index = 0; index !== $receiver_0.length; ++index) {
- if (predicate(new UShort_init($receiver_0[index]))) {
- indexOfFirst$result = index;
- break indexOfFirst$break;
- }}
- indexOfFirst$result = -1;
- }
- while (false);
- return indexOfFirst$result;
- };
- }));
- var indexOfLast_12 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_qooazb$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var get_indices = _.kotlin.collections.get_indices_tmsbgo$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var UInt_init = _.kotlin.UInt;
- var indexOfLast$lambda = wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (closure$predicate) {
- return function (it) {
- return closure$predicate(new UInt_init(it));
- };
- };
- });
- return function ($receiver, predicate) {
- var $receiver_0 = $receiver.storage;
- var indexOfLast$result;
- indexOfLast$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver_0)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate(new UInt_init($receiver_0[index]))) {
- indexOfLast$result = index;
- break indexOfLast$break;
- }}
- indexOfLast$result = -1;
- }
- while (false);
- return indexOfLast$result;
- };
- }));
- var indexOfLast_13 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_xmet5j$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var get_indices = _.kotlin.collections.get_indices_se6h4x$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var ULong_init = _.kotlin.ULong;
- var indexOfLast$lambda = wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function (closure$predicate) {
- return function (it) {
- return closure$predicate(new ULong_init(it));
- };
- };
- });
- return function ($receiver, predicate) {
- var $receiver_0 = $receiver.storage;
- var indexOfLast$result;
- indexOfLast$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver_0)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate(new ULong_init($receiver_0[index]))) {
- indexOfLast$result = index;
- break indexOfLast$break;
- }}
- indexOfLast$result = -1;
- }
- while (false);
- return indexOfLast$result;
- };
- }));
- var indexOfLast_14 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_khxg6n$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var get_indices = _.kotlin.collections.get_indices_964n91$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var UByte_init = _.kotlin.UByte;
- var indexOfLast$lambda = wrapFunction(function () {
- var UByte_init = _.kotlin.UByte;
- return function (closure$predicate) {
- return function (it) {
- return closure$predicate(new UByte_init(it));
- };
- };
- });
- return function ($receiver, predicate) {
- var $receiver_0 = $receiver.storage;
- var indexOfLast$result;
- indexOfLast$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver_0)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate(new UByte_init($receiver_0[index]))) {
- indexOfLast$result = index;
- break indexOfLast$break;
- }}
- indexOfLast$result = -1;
- }
- while (false);
- return indexOfLast$result;
- };
- }));
- var indexOfLast_15 = defineInlineFunction('kotlin.kotlin.collections.indexOfLast_zbhqtl$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var get_indices = _.kotlin.collections.get_indices_i2lc79$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var UShort_init = _.kotlin.UShort;
- var indexOfLast$lambda = wrapFunction(function () {
- var UShort_init = _.kotlin.UShort;
- return function (closure$predicate) {
- return function (it) {
- return closure$predicate(new UShort_init(it));
- };
- };
- });
- return function ($receiver, predicate) {
- var $receiver_0 = $receiver.storage;
- var indexOfLast$result;
- indexOfLast$break: do {
- var tmp$;
- tmp$ = reversed(get_indices($receiver_0)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (predicate(new UShort_init($receiver_0[index]))) {
- indexOfLast$result = index;
- break indexOfLast$break;
- }}
- indexOfLast$result = -1;
- }
- while (false);
- return indexOfLast$result;
- };
- }));
- var last_25 = defineInlineFunction('kotlin.kotlin.collections.last_9hsmwz$', wrapFunction(function () {
- var last = _.kotlin.collections.last_tmsbgo$;
- var UInt_init = _.kotlin.UInt;
- return function ($receiver) {
- return new UInt_init(last($receiver.storage));
- };
- }));
- var last_26 = defineInlineFunction('kotlin.kotlin.collections.last_rnn80q$', wrapFunction(function () {
- var last = _.kotlin.collections.last_se6h4x$;
- var ULong_init = _.kotlin.ULong;
- return function ($receiver) {
- return new ULong_init(last($receiver.storage));
- };
- }));
- var last_27 = defineInlineFunction('kotlin.kotlin.collections.last_o5f02i$', wrapFunction(function () {
- var last = _.kotlin.collections.last_964n91$;
- var UByte_init = _.kotlin.UByte;
- return function ($receiver) {
- return new UByte_init(last($receiver.storage));
- };
- }));
- var last_28 = defineInlineFunction('kotlin.kotlin.collections.last_k4ndbq$', wrapFunction(function () {
- var last = _.kotlin.collections.last_i2lc79$;
- var UShort_init = _.kotlin.UShort;
- return function ($receiver) {
- return new UShort_init(last($receiver.storage));
- };
- }));
- var last_29 = defineInlineFunction('kotlin.kotlin.collections.last_qooazb$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var get_indices = _.kotlin.collections.get_indices_tmsbgo$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var last_30 = defineInlineFunction('kotlin.kotlin.collections.last_xmet5j$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var get_indices = _.kotlin.collections.get_indices_se6h4x$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var last_31 = defineInlineFunction('kotlin.kotlin.collections.last_khxg6n$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var get_indices = _.kotlin.collections.get_indices_964n91$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var last_32 = defineInlineFunction('kotlin.kotlin.collections.last_zbhqtl$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var get_indices = _.kotlin.collections.get_indices_i2lc79$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element))
- return element;
- }
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- };
- }));
- var lastIndexOf_11 = defineInlineFunction('kotlin.kotlin.collections.lastIndexOf_xx0iru$', wrapFunction(function () {
- var lastIndexOf = _.kotlin.collections.lastIndexOf_c03ot6$;
- return function ($receiver, element) {
- return lastIndexOf($receiver.storage, element.data);
- };
- }));
- var lastIndexOf_12 = defineInlineFunction('kotlin.kotlin.collections.lastIndexOf_e8hpy6$', wrapFunction(function () {
- var lastIndexOf = _.kotlin.collections.lastIndexOf_uxdaoa$;
- return function ($receiver, element) {
- return lastIndexOf($receiver.storage, element.data);
- };
- }));
- var lastIndexOf_13 = defineInlineFunction('kotlin.kotlin.collections.lastIndexOf_iga3ee$', wrapFunction(function () {
- var lastIndexOf = _.kotlin.collections.lastIndexOf_jlnu8a$;
- return function ($receiver, element) {
- return lastIndexOf($receiver.storage, element.data);
- };
- }));
- var lastIndexOf_14 = defineInlineFunction('kotlin.kotlin.collections.lastIndexOf_iss4kq$', wrapFunction(function () {
- var lastIndexOf = _.kotlin.collections.lastIndexOf_s7ir3o$;
- return function ($receiver, element) {
- return lastIndexOf($receiver.storage, element.data);
- };
- }));
- function lastOrNull_25($receiver) {
- return $receiver.isEmpty() ? null : $receiver.get_za3lpa$($receiver.size - 1 | 0);
- }
- function lastOrNull_26($receiver) {
- return $receiver.isEmpty() ? null : $receiver.get_za3lpa$($receiver.size - 1 | 0);
- }
- function lastOrNull_27($receiver) {
- return $receiver.isEmpty() ? null : $receiver.get_za3lpa$($receiver.size - 1 | 0);
- }
- function lastOrNull_28($receiver) {
- return $receiver.isEmpty() ? null : $receiver.get_za3lpa$($receiver.size - 1 | 0);
- }
- var lastOrNull_29 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_qooazb$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var get_indices = _.kotlin.collections.get_indices_tmsbgo$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var lastOrNull_30 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_xmet5j$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var get_indices = _.kotlin.collections.get_indices_se6h4x$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var lastOrNull_31 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_khxg6n$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var get_indices = _.kotlin.collections.get_indices_964n91$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var lastOrNull_32 = defineInlineFunction('kotlin.kotlin.collections.lastOrNull_zbhqtl$', wrapFunction(function () {
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var get_indices = _.kotlin.collections.get_indices_i2lc79$;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver.storage)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- var element = $receiver.get_za3lpa$(index);
- if (predicate(element))
- return element;
- }
- return null;
- };
- }));
- var random_27 = defineInlineFunction('kotlin.kotlin.collections.random_9hsmwz$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_b7l3ya$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_28 = defineInlineFunction('kotlin.kotlin.collections.random_rnn80q$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_2qnwpx$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_29 = defineInlineFunction('kotlin.kotlin.collections.random_o5f02i$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_i3mfo9$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_30 = defineInlineFunction('kotlin.kotlin.collections.random_k4ndbq$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.collections.random_7icwln$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- function random_31($receiver, random) {
- if ($receiver.isEmpty())
- throw new NoSuchElementException('Array is empty.');
- return $receiver.get_za3lpa$(random.nextInt_za3lpa$($receiver.size));
- }
- function random_32($receiver, random) {
- if ($receiver.isEmpty())
- throw new NoSuchElementException('Array is empty.');
- return $receiver.get_za3lpa$(random.nextInt_za3lpa$($receiver.size));
- }
- function random_33($receiver, random) {
- if ($receiver.isEmpty())
- throw new NoSuchElementException('Array is empty.');
- return $receiver.get_za3lpa$(random.nextInt_za3lpa$($receiver.size));
- }
- function random_34($receiver, random) {
- if ($receiver.isEmpty())
- throw new NoSuchElementException('Array is empty.');
- return $receiver.get_za3lpa$(random.nextInt_za3lpa$($receiver.size));
- }
- var randomOrNull_27 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_9hsmwz$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_b7l3ya$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_28 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_rnn80q$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_2qnwpx$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_29 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_o5f02i$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_i3mfo9$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_30 = defineInlineFunction('kotlin.kotlin.collections.randomOrNull_k4ndbq$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.collections.randomOrNull_7icwln$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- function randomOrNull_31($receiver, random) {
- if ($receiver.isEmpty())
- return null;
- return $receiver.get_za3lpa$(random.nextInt_za3lpa$($receiver.size));
- }
- function randomOrNull_32($receiver, random) {
- if ($receiver.isEmpty())
- return null;
- return $receiver.get_za3lpa$(random.nextInt_za3lpa$($receiver.size));
- }
- function randomOrNull_33($receiver, random) {
- if ($receiver.isEmpty())
- return null;
- return $receiver.get_za3lpa$(random.nextInt_za3lpa$($receiver.size));
- }
- function randomOrNull_34($receiver, random) {
- if ($receiver.isEmpty())
- return null;
- return $receiver.get_za3lpa$(random.nextInt_za3lpa$($receiver.size));
- }
- var single_24 = defineInlineFunction('kotlin.kotlin.collections.single_9hsmwz$', wrapFunction(function () {
- var single = _.kotlin.collections.single_tmsbgo$;
- var UInt_init = _.kotlin.UInt;
- return function ($receiver) {
- return new UInt_init(single($receiver.storage));
- };
- }));
- var single_25 = defineInlineFunction('kotlin.kotlin.collections.single_rnn80q$', wrapFunction(function () {
- var single = _.kotlin.collections.single_se6h4x$;
- var ULong_init = _.kotlin.ULong;
- return function ($receiver) {
- return new ULong_init(single($receiver.storage));
- };
- }));
- var single_26 = defineInlineFunction('kotlin.kotlin.collections.single_o5f02i$', wrapFunction(function () {
- var single = _.kotlin.collections.single_964n91$;
- var UByte_init = _.kotlin.UByte;
- return function ($receiver) {
- return new UByte_init(single($receiver.storage));
- };
- }));
- var single_27 = defineInlineFunction('kotlin.kotlin.collections.single_k4ndbq$', wrapFunction(function () {
- var single = _.kotlin.collections.single_i2lc79$;
- var UShort_init = _.kotlin.UShort;
- return function ($receiver) {
- return new UShort_init(single($receiver.storage));
- };
- }));
- var single_28 = defineInlineFunction('kotlin.kotlin.collections.single_qooazb$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var UInt = _.kotlin.UInt;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return Kotlin.isType(tmp$_0 = single, UInt) ? tmp$_0 : throwCCE();
- };
- }));
- var single_29 = defineInlineFunction('kotlin.kotlin.collections.single_xmet5j$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var ULong = _.kotlin.ULong;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return Kotlin.isType(tmp$_0 = single, ULong) ? tmp$_0 : throwCCE();
- };
- }));
- var single_30 = defineInlineFunction('kotlin.kotlin.collections.single_khxg6n$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var UByte = _.kotlin.UByte;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return Kotlin.isType(tmp$_0 = single, UByte) ? tmp$_0 : throwCCE();
- };
- }));
- var single_31 = defineInlineFunction('kotlin.kotlin.collections.single_zbhqtl$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var NoSuchElementException_init = _.kotlin.NoSuchElementException;
- var UShort = _.kotlin.UShort;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- throw IllegalArgumentException_init('Array contains more than one matching element.');
- single = element;
- found = true;
- }}
- if (!found)
- throw new NoSuchElementException_init('Array contains no element matching the predicate.');
- return Kotlin.isType(tmp$_0 = single, UShort) ? tmp$_0 : throwCCE();
- };
- }));
- function singleOrNull_24($receiver) {
- return $receiver.size === 1 ? $receiver.get_za3lpa$(0) : null;
- }
- function singleOrNull_25($receiver) {
- return $receiver.size === 1 ? $receiver.get_za3lpa$(0) : null;
- }
- function singleOrNull_26($receiver) {
- return $receiver.size === 1 ? $receiver.get_za3lpa$(0) : null;
- }
- function singleOrNull_27($receiver) {
- return $receiver.size === 1 ? $receiver.get_za3lpa$(0) : null;
- }
- var singleOrNull_28 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_qooazb$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- var singleOrNull_29 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_xmet5j$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- var singleOrNull_30 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_khxg6n$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- var singleOrNull_31 = defineInlineFunction('kotlin.kotlin.collections.singleOrNull_zbhqtl$', function ($receiver, predicate) {
- var tmp$;
- var single = null;
- var found = false;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- if (found)
- return null;
- single = element;
- found = true;
- }}
- if (!found)
- return null;
- return single;
- });
- function drop_12($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_11($receiver, coerceAtLeast_2($receiver.size - n | 0, 0));
- }
- function drop_13($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_12($receiver, coerceAtLeast_2($receiver.size - n | 0, 0));
- }
- function drop_14($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_13($receiver, coerceAtLeast_2($receiver.size - n | 0, 0));
- }
- function drop_15($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return takeLast_14($receiver, coerceAtLeast_2($receiver.size - n | 0, 0));
- }
- function dropLast_11($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_12($receiver, coerceAtLeast_2($receiver.size - n | 0, 0));
- }
- function dropLast_12($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_13($receiver, coerceAtLeast_2($receiver.size - n | 0, 0));
- }
- function dropLast_13($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_14($receiver, coerceAtLeast_2($receiver.size - n | 0, 0));
- }
- function dropLast_14($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }return take_15($receiver, coerceAtLeast_2($receiver.size - n | 0, 0));
- }
- var dropLastWhile_11 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_qooazb$', wrapFunction(function () {
- var take = _.kotlin.collections.take_h8io69$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver.storage); index >= 0; index--) {
- if (!predicate($receiver.get_za3lpa$(index))) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropLastWhile_12 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_xmet5j$', wrapFunction(function () {
- var take = _.kotlin.collections.take_k9lyrg$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver.storage); index >= 0; index--) {
- if (!predicate($receiver.get_za3lpa$(index))) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropLastWhile_13 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_khxg6n$', wrapFunction(function () {
- var take = _.kotlin.collections.take_hlz5c8$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver.storage); index >= 0; index--) {
- if (!predicate($receiver.get_za3lpa$(index))) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropLastWhile_14 = defineInlineFunction('kotlin.kotlin.collections.dropLastWhile_zbhqtl$', wrapFunction(function () {
- var take = _.kotlin.collections.take_7156lo$;
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver.storage); index >= 0; index--) {
- if (!predicate($receiver.get_za3lpa$(index))) {
- return take($receiver, index + 1 | 0);
- }}
- return emptyList();
- };
- }));
- var dropWhile_12 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_qooazb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var dropWhile_13 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_xmet5j$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var dropWhile_14 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_khxg6n$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var dropWhile_15 = defineInlineFunction('kotlin.kotlin.collections.dropWhile_zbhqtl$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var yielding = false;
- var list = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (yielding)
- list.add_11rb$(item);
- else if (!predicate(item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- return list;
- };
- }));
- var filter_12 = defineInlineFunction('kotlin.kotlin.collections.filter_qooazb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filter_13 = defineInlineFunction('kotlin.kotlin.collections.filter_xmet5j$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filter_14 = defineInlineFunction('kotlin.kotlin.collections.filter_khxg6n$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filter_15 = defineInlineFunction('kotlin.kotlin.collections.filter_zbhqtl$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_b50w5$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_qk9l51$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexed_14 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_flgcod$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexed_15 = defineInlineFunction('kotlin.kotlin.collections.filterIndexed_nbkmjf$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- };
- }));
- var filterIndexedTo_11 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_ku9oc1$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterIndexedTo_12 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_6qz3q4$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterIndexedTo_13 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_6ojnv4$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterIndexedTo_14 = defineInlineFunction('kotlin.kotlin.collections.filterIndexedTo_v5t4zi$', function ($receiver, destination, predicate) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (predicate((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item))
- destination.add_11rb$(item);
- }
- return destination;
- });
- var filterNot_12 = defineInlineFunction('kotlin.kotlin.collections.filterNot_qooazb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNot_13 = defineInlineFunction('kotlin.kotlin.collections.filterNot_xmet5j$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNot_14 = defineInlineFunction('kotlin.kotlin.collections.filterNot_khxg6n$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNot_15 = defineInlineFunction('kotlin.kotlin.collections.filterNot_zbhqtl$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- };
- }));
- var filterNotTo_11 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_gqevbp$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNotTo_12 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_xxeg5c$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNotTo_13 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_9jj6to$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterNotTo_14 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_z9kluq$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_11 = defineInlineFunction('kotlin.kotlin.collections.filterTo_gqevbp$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_12 = defineInlineFunction('kotlin.kotlin.collections.filterTo_xxeg5c$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_13 = defineInlineFunction('kotlin.kotlin.collections.filterTo_9jj6to$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- var filterTo_14 = defineInlineFunction('kotlin.kotlin.collections.filterTo_z9kluq$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- destination.add_11rb$(element);
- }
- return destination;
- });
- function slice_23($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList_8(new UIntArray(copyOfRange_6($receiver.storage, indices.start, indices.endInclusive + 1 | 0)));
- }
- function slice_24($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList_9(new ULongArray(copyOfRange_7($receiver.storage, indices.start, indices.endInclusive + 1 | 0)));
- }
- function slice_25($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList_10(new UByteArray(copyOfRange_4($receiver.storage, indices.start, indices.endInclusive + 1 | 0)));
- }
- function slice_26($receiver, indices) {
- if (indices.isEmpty()) {
- return emptyList();
- }return asList_11(new UShortArray(copyOfRange_5($receiver.storage, indices.start, indices.endInclusive + 1 | 0)));
- }
- function slice_27($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver.get_za3lpa$(index));
- }
- return list;
- }
- function slice_28($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver.get_za3lpa$(index));
- }
- return list;
- }
- function slice_29($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver.get_za3lpa$(index));
- }
- return list;
- }
- function slice_30($receiver, indices) {
- var tmp$;
- var size = collectionSizeOrDefault(indices, 10);
- if (size === 0)
- return emptyList();
- var list = ArrayList_init_0(size);
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- list.add_11rb$($receiver.get_za3lpa$(index));
- }
- return list;
- }
- function sliceArray_17($receiver, indices) {
- return new UIntArray(sliceArray_2($receiver.storage, indices));
- }
- function sliceArray_18($receiver, indices) {
- return new ULongArray(sliceArray_3($receiver.storage, indices));
- }
- function sliceArray_19($receiver, indices) {
- return new UByteArray(sliceArray_0($receiver.storage, indices));
- }
- function sliceArray_20($receiver, indices) {
- return new UShortArray(sliceArray_1($receiver.storage, indices));
- }
- function sliceArray_21($receiver, indices) {
- return new UIntArray(sliceArray_11($receiver.storage, indices));
- }
- function sliceArray_22($receiver, indices) {
- return new ULongArray(sliceArray_12($receiver.storage, indices));
- }
- function sliceArray_23($receiver, indices) {
- return new UByteArray(sliceArray_9($receiver.storage, indices));
- }
- function sliceArray_24($receiver, indices) {
- return new UShortArray(sliceArray_10($receiver.storage, indices));
- }
- function take_12($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.size)
- return toList_8($receiver);
- if (n === 1)
- return listOf($receiver.get_za3lpa$(0));
- var count = 0;
- var list = ArrayList_init_0(n);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function take_13($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.size)
- return toList_8($receiver);
- if (n === 1)
- return listOf($receiver.get_za3lpa$(0));
- var count = 0;
- var list = ArrayList_init_0(n);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function take_14($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.size)
- return toList_8($receiver);
- if (n === 1)
- return listOf($receiver.get_za3lpa$(0));
- var count = 0;
- var list = ArrayList_init_0(n);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function take_15($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- if (n >= $receiver.size)
- return toList_8($receiver);
- if (n === 1)
- return listOf($receiver.get_za3lpa$(0));
- var count = 0;
- var list = ArrayList_init_0(n);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- list.add_11rb$(item);
- if ((count = count + 1 | 0, count) === n)
- break;
- }
- return list;
- }
- function takeLast_11($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.size;
- if (n >= size)
- return toList_8($receiver);
- if (n === 1)
- return listOf($receiver.get_za3lpa$(size - 1 | 0));
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver.get_za3lpa$(index));
- return list;
- }
- function takeLast_12($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.size;
- if (n >= size)
- return toList_8($receiver);
- if (n === 1)
- return listOf($receiver.get_za3lpa$(size - 1 | 0));
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver.get_za3lpa$(index));
- return list;
- }
- function takeLast_13($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.size;
- if (n >= size)
- return toList_8($receiver);
- if (n === 1)
- return listOf($receiver.get_za3lpa$(size - 1 | 0));
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver.get_za3lpa$(index));
- return list;
- }
- function takeLast_14($receiver, n) {
- if (!(n >= 0)) {
- var message = 'Requested element count ' + n + ' is less than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }if (n === 0)
- return emptyList();
- var size = $receiver.size;
- if (n >= size)
- return toList_8($receiver);
- if (n === 1)
- return listOf($receiver.get_za3lpa$(size - 1 | 0));
- var list = ArrayList_init_0(n);
- for (var index = size - n | 0; index < size; index++)
- list.add_11rb$($receiver.get_za3lpa$(index));
- return list;
- }
- var takeLastWhile_11 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_qooazb$', wrapFunction(function () {
- var drop = _.kotlin.collections.drop_h8io69$;
- var toList = _.kotlin.collections.toList_7wnvza$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver.storage); index >= 0; index--) {
- if (!predicate($receiver.get_za3lpa$(index))) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeLastWhile_12 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_xmet5j$', wrapFunction(function () {
- var drop = _.kotlin.collections.drop_k9lyrg$;
- var toList = _.kotlin.collections.toList_7wnvza$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver.storage); index >= 0; index--) {
- if (!predicate($receiver.get_za3lpa$(index))) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeLastWhile_13 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_khxg6n$', wrapFunction(function () {
- var drop = _.kotlin.collections.drop_hlz5c8$;
- var toList = _.kotlin.collections.toList_7wnvza$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver.storage); index >= 0; index--) {
- if (!predicate($receiver.get_za3lpa$(index))) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeLastWhile_14 = defineInlineFunction('kotlin.kotlin.collections.takeLastWhile_zbhqtl$', wrapFunction(function () {
- var drop = _.kotlin.collections.drop_7156lo$;
- var toList = _.kotlin.collections.toList_7wnvza$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, predicate) {
- for (var index = get_lastIndex($receiver.storage); index >= 0; index--) {
- if (!predicate($receiver.get_za3lpa$(index))) {
- return drop($receiver, index + 1 | 0);
- }}
- return toList($receiver);
- };
- }));
- var takeWhile_12 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_qooazb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var takeWhile_13 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_xmet5j$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var takeWhile_14 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_khxg6n$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var takeWhile_15 = defineInlineFunction('kotlin.kotlin.collections.takeWhile_zbhqtl$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, predicate) {
- var tmp$;
- var list = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (!predicate(item))
- break;
- list.add_11rb$(item);
- }
- return list;
- };
- }));
- var reverse_17 = defineInlineFunction('kotlin.kotlin.collections.reverse_9hsmwz$', wrapFunction(function () {
- var reverse = _.kotlin.collections.reverse_tmsbgo$;
- return function ($receiver) {
- reverse($receiver.storage);
- };
- }));
- var reverse_18 = defineInlineFunction('kotlin.kotlin.collections.reverse_rnn80q$', wrapFunction(function () {
- var reverse = _.kotlin.collections.reverse_se6h4x$;
- return function ($receiver) {
- reverse($receiver.storage);
- };
- }));
- var reverse_19 = defineInlineFunction('kotlin.kotlin.collections.reverse_o5f02i$', wrapFunction(function () {
- var reverse = _.kotlin.collections.reverse_964n91$;
- return function ($receiver) {
- reverse($receiver.storage);
- };
- }));
- var reverse_20 = defineInlineFunction('kotlin.kotlin.collections.reverse_k4ndbq$', wrapFunction(function () {
- var reverse = _.kotlin.collections.reverse_i2lc79$;
- return function ($receiver) {
- reverse($receiver.storage);
- };
- }));
- var reverse_21 = defineInlineFunction('kotlin.kotlin.collections.reverse_cb631t$', wrapFunction(function () {
- var reverse = _.kotlin.collections.reverse_6pxxqk$;
- return function ($receiver, fromIndex, toIndex) {
- reverse($receiver.storage, fromIndex, toIndex);
- };
- }));
- var reverse_22 = defineInlineFunction('kotlin.kotlin.collections.reverse_xv12r2$', wrapFunction(function () {
- var reverse = _.kotlin.collections.reverse_2n8m0j$;
- return function ($receiver, fromIndex, toIndex) {
- reverse($receiver.storage, fromIndex, toIndex);
- };
- }));
- var reverse_23 = defineInlineFunction('kotlin.kotlin.collections.reverse_csz0hm$', wrapFunction(function () {
- var reverse = _.kotlin.collections.reverse_ietg8x$;
- return function ($receiver, fromIndex, toIndex) {
- reverse($receiver.storage, fromIndex, toIndex);
- };
- }));
- var reverse_24 = defineInlineFunction('kotlin.kotlin.collections.reverse_7s1pa$', wrapFunction(function () {
- var reverse = _.kotlin.collections.reverse_qxueih$;
- return function ($receiver, fromIndex, toIndex) {
- reverse($receiver.storage, fromIndex, toIndex);
- };
- }));
- function reversed_14($receiver) {
- if ($receiver.isEmpty())
- return emptyList();
- var list = toMutableList_9($receiver);
- reverse_25(list);
- return list;
- }
- function reversed_15($receiver) {
- if ($receiver.isEmpty())
- return emptyList();
- var list = toMutableList_9($receiver);
- reverse_25(list);
- return list;
- }
- function reversed_16($receiver) {
- if ($receiver.isEmpty())
- return emptyList();
- var list = toMutableList_9($receiver);
- reverse_25(list);
- return list;
- }
- function reversed_17($receiver) {
- if ($receiver.isEmpty())
- return emptyList();
- var list = toMutableList_9($receiver);
- reverse_25(list);
- return list;
- }
- var reversedArray_8 = defineInlineFunction('kotlin.kotlin.collections.reversedArray_9hsmwz$', wrapFunction(function () {
- var reversedArray = _.kotlin.collections.reversedArray_tmsbgo$;
- var UIntArray_init = _.kotlin.UIntArray;
- return function ($receiver) {
- return new UIntArray_init(reversedArray($receiver.storage));
- };
- }));
- var reversedArray_9 = defineInlineFunction('kotlin.kotlin.collections.reversedArray_rnn80q$', wrapFunction(function () {
- var reversedArray = _.kotlin.collections.reversedArray_se6h4x$;
- var ULongArray_init = _.kotlin.ULongArray;
- return function ($receiver) {
- return new ULongArray_init(reversedArray($receiver.storage));
- };
- }));
- var reversedArray_10 = defineInlineFunction('kotlin.kotlin.collections.reversedArray_o5f02i$', wrapFunction(function () {
- var reversedArray = _.kotlin.collections.reversedArray_964n91$;
- var UByteArray_init = _.kotlin.UByteArray;
- return function ($receiver) {
- return new UByteArray_init(reversedArray($receiver.storage));
- };
- }));
- var reversedArray_11 = defineInlineFunction('kotlin.kotlin.collections.reversedArray_k4ndbq$', wrapFunction(function () {
- var reversedArray = _.kotlin.collections.reversedArray_i2lc79$;
- var UShortArray_init = _.kotlin.UShortArray;
- return function ($receiver) {
- return new UShortArray_init(reversedArray($receiver.storage));
- };
- }));
- function shuffle_18($receiver) {
- shuffle_22($receiver, Random$Default_getInstance());
- }
- function shuffle_19($receiver) {
- shuffle_23($receiver, Random$Default_getInstance());
- }
- function shuffle_20($receiver) {
- shuffle_24($receiver, Random$Default_getInstance());
- }
- function shuffle_21($receiver) {
- shuffle_25($receiver, Random$Default_getInstance());
- }
- function shuffle_22($receiver, random) {
- for (var i = get_lastIndex_2($receiver.storage); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver.get_za3lpa$(i);
- $receiver.set_6sqrdv$(i, $receiver.get_za3lpa$(j));
- $receiver.set_6sqrdv$(j, copy);
- }
- }
- function shuffle_23($receiver, random) {
- for (var i = get_lastIndex_3($receiver.storage); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver.get_za3lpa$(i);
- $receiver.set_2ccimm$(i, $receiver.get_za3lpa$(j));
- $receiver.set_2ccimm$(j, copy);
- }
- }
- function shuffle_24($receiver, random) {
- for (var i = get_lastIndex_0($receiver.storage); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver.get_za3lpa$(i);
- $receiver.set_2c6cbe$(i, $receiver.get_za3lpa$(j));
- $receiver.set_2c6cbe$(j, copy);
- }
- }
- function shuffle_25($receiver, random) {
- for (var i = get_lastIndex_1($receiver.storage); i >= 1; i--) {
- var j = random.nextInt_za3lpa$(i + 1 | 0);
- var copy = $receiver.get_za3lpa$(i);
- $receiver.set_1pe3u2$(i, $receiver.get_za3lpa$(j));
- $receiver.set_1pe3u2$(j, copy);
- }
- }
- function sortDescending_16($receiver) {
- if ($receiver.size > 1) {
- sort_0($receiver);
- reverse_2($receiver.storage);
- }}
- function sortDescending_17($receiver) {
- if ($receiver.size > 1) {
- sort_1($receiver);
- reverse_3($receiver.storage);
- }}
- function sortDescending_18($receiver) {
- if ($receiver.size > 1) {
- sort_2($receiver);
- reverse_0($receiver.storage);
- }}
- function sortDescending_19($receiver) {
- if ($receiver.size > 1) {
- sort_3($receiver);
- reverse_1($receiver.storage);
- }}
- function sorted_9($receiver) {
- var $receiver_0 = new UIntArray($receiver.storage.slice());
- sort_0($receiver_0);
- return asList_8($receiver_0);
- }
- function sorted_10($receiver) {
- var $receiver_0 = new ULongArray(copyOf_11($receiver.storage));
- sort_1($receiver_0);
- return asList_9($receiver_0);
- }
- function sorted_11($receiver) {
- var $receiver_0 = new UByteArray($receiver.storage.slice());
- sort_2($receiver_0);
- return asList_10($receiver_0);
- }
- function sorted_12($receiver) {
- var $receiver_0 = new UShortArray($receiver.storage.slice());
- sort_3($receiver_0);
- return asList_11($receiver_0);
- }
- function sortedArray_7($receiver) {
- if ($receiver.isEmpty())
- return $receiver;
- var $receiver_0 = new UIntArray($receiver.storage.slice());
- sort_0($receiver_0);
- return $receiver_0;
- }
- function sortedArray_8($receiver) {
- if ($receiver.isEmpty())
- return $receiver;
- var $receiver_0 = new ULongArray(copyOf_11($receiver.storage));
- sort_1($receiver_0);
- return $receiver_0;
- }
- function sortedArray_9($receiver) {
- if ($receiver.isEmpty())
- return $receiver;
- var $receiver_0 = new UByteArray($receiver.storage.slice());
- sort_2($receiver_0);
- return $receiver_0;
- }
- function sortedArray_10($receiver) {
- if ($receiver.isEmpty())
- return $receiver;
- var $receiver_0 = new UShortArray($receiver.storage.slice());
- sort_3($receiver_0);
- return $receiver_0;
- }
- function sortedArrayDescending_7($receiver) {
- if ($receiver.isEmpty())
- return $receiver;
- var $receiver_0 = new UIntArray($receiver.storage.slice());
- sortDescending_16($receiver_0);
- return $receiver_0;
- }
- function sortedArrayDescending_8($receiver) {
- if ($receiver.isEmpty())
- return $receiver;
- var $receiver_0 = new ULongArray(copyOf_11($receiver.storage));
- sortDescending_17($receiver_0);
- return $receiver_0;
- }
- function sortedArrayDescending_9($receiver) {
- if ($receiver.isEmpty())
- return $receiver;
- var $receiver_0 = new UByteArray($receiver.storage.slice());
- sortDescending_18($receiver_0);
- return $receiver_0;
- }
- function sortedArrayDescending_10($receiver) {
- if ($receiver.isEmpty())
- return $receiver;
- var $receiver_0 = new UShortArray($receiver.storage.slice());
- sortDescending_19($receiver_0);
- return $receiver_0;
- }
- function sortedDescending_9($receiver) {
- var $receiver_0 = new UIntArray($receiver.storage.slice());
- sort_0($receiver_0);
- return reversed_14($receiver_0);
- }
- function sortedDescending_10($receiver) {
- var $receiver_0 = new ULongArray(copyOf_11($receiver.storage));
- sort_1($receiver_0);
- return reversed_15($receiver_0);
- }
- function sortedDescending_11($receiver) {
- var $receiver_0 = new UByteArray($receiver.storage.slice());
- sort_2($receiver_0);
- return reversed_16($receiver_0);
- }
- function sortedDescending_12($receiver) {
- var $receiver_0 = new UShortArray($receiver.storage.slice());
- sort_3($receiver_0);
- return reversed_17($receiver_0);
- }
- var asByteArray = defineInlineFunction('kotlin.kotlin.collections.asByteArray_o5f02i$', function ($receiver) {
- return $receiver.storage;
- });
- var asIntArray = defineInlineFunction('kotlin.kotlin.collections.asIntArray_9hsmwz$', function ($receiver) {
- return $receiver.storage;
- });
- var asLongArray = defineInlineFunction('kotlin.kotlin.collections.asLongArray_rnn80q$', function ($receiver) {
- return $receiver.storage;
- });
- var asShortArray = defineInlineFunction('kotlin.kotlin.collections.asShortArray_k4ndbq$', function ($receiver) {
- return $receiver.storage;
- });
- var asUByteArray = defineInlineFunction('kotlin.kotlin.collections.asUByteArray_964n91$', wrapFunction(function () {
- var UByteArray_init = _.kotlin.UByteArray;
- return function ($receiver) {
- return new UByteArray_init($receiver);
- };
- }));
- var asUIntArray = defineInlineFunction('kotlin.kotlin.collections.asUIntArray_tmsbgo$', wrapFunction(function () {
- var UIntArray_init = _.kotlin.UIntArray;
- return function ($receiver) {
- return new UIntArray_init($receiver);
- };
- }));
- var asULongArray = defineInlineFunction('kotlin.kotlin.collections.asULongArray_se6h4x$', wrapFunction(function () {
- var ULongArray_init = _.kotlin.ULongArray;
- return function ($receiver) {
- return new ULongArray_init($receiver);
- };
- }));
- var asUShortArray = defineInlineFunction('kotlin.kotlin.collections.asUShortArray_i2lc79$', wrapFunction(function () {
- var UShortArray_init = _.kotlin.UShortArray;
- return function ($receiver) {
- return new UShortArray_init($receiver);
- };
- }));
- function contentEquals_0($receiver, other) {
- return contentEquals_4($receiver, other);
- }
- function contentEquals_1($receiver, other) {
- return contentEquals_5($receiver, other);
- }
- function contentEquals_2($receiver, other) {
- return contentEquals_6($receiver, other);
- }
- function contentEquals_3($receiver, other) {
- return contentEquals_7($receiver, other);
- }
- function contentEquals_4($receiver, other) {
- return contentEquals($receiver != null ? $receiver.storage : null, other != null ? other.storage : null);
- }
- function contentEquals_5($receiver, other) {
- return contentEquals($receiver != null ? $receiver.storage : null, other != null ? other.storage : null);
- }
- function contentEquals_6($receiver, other) {
- return contentEquals($receiver != null ? $receiver.storage : null, other != null ? other.storage : null);
- }
- function contentEquals_7($receiver, other) {
- return contentEquals($receiver != null ? $receiver.storage : null, other != null ? other.storage : null);
- }
- function contentHashCode_0($receiver) {
- return contentHashCode_4($receiver);
- }
- function contentHashCode_1($receiver) {
- return contentHashCode_5($receiver);
- }
- function contentHashCode_2($receiver) {
- return contentHashCode_6($receiver);
- }
- function contentHashCode_3($receiver) {
- return contentHashCode_7($receiver);
- }
- function contentHashCode_4($receiver) {
- return contentHashCode($receiver != null ? $receiver.storage : null);
- }
- function contentHashCode_5($receiver) {
- return contentHashCode($receiver != null ? $receiver.storage : null);
- }
- function contentHashCode_6($receiver) {
- return contentHashCode($receiver != null ? $receiver.storage : null);
- }
- function contentHashCode_7($receiver) {
- return contentHashCode($receiver != null ? $receiver.storage : null);
- }
- function contentToString_0($receiver) {
- return contentToString_4($receiver);
- }
- function contentToString_1($receiver) {
- return contentToString_5($receiver);
- }
- function contentToString_2($receiver) {
- return contentToString_6($receiver);
- }
- function contentToString_3($receiver) {
- return contentToString_7($receiver);
- }
- function contentToString_4($receiver) {
- var tmp$;
- return (tmp$ = $receiver != null ? joinToString_8($receiver, ', ', '[', ']') : null) != null ? tmp$ : 'null';
- }
- function contentToString_5($receiver) {
- var tmp$;
- return (tmp$ = $receiver != null ? joinToString_8($receiver, ', ', '[', ']') : null) != null ? tmp$ : 'null';
- }
- function contentToString_6($receiver) {
- var tmp$;
- return (tmp$ = $receiver != null ? joinToString_8($receiver, ', ', '[', ']') : null) != null ? tmp$ : 'null';
- }
- function contentToString_7($receiver) {
- var tmp$;
- return (tmp$ = $receiver != null ? joinToString_8($receiver, ', ', '[', ']') : null) != null ? tmp$ : 'null';
- }
- var copyInto = defineInlineFunction('kotlin.kotlin.collections.copyInto_obrcu7$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.size;
- arrayCopy($receiver.storage, destination.storage, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyInto_0 = defineInlineFunction('kotlin.kotlin.collections.copyInto_jkamab$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.size;
- arrayCopy($receiver.storage, destination.storage, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyInto_1 = defineInlineFunction('kotlin.kotlin.collections.copyInto_qvi9gr$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.size;
- arrayCopy($receiver.storage, destination.storage, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyInto_2 = defineInlineFunction('kotlin.kotlin.collections.copyInto_7fpan5$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.size;
- arrayCopy($receiver.storage, destination.storage, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyOf = defineInlineFunction('kotlin.kotlin.collections.copyOf_9hsmwz$', wrapFunction(function () {
- var UIntArray_init = _.kotlin.UIntArray;
- return function ($receiver) {
- return new UIntArray_init($receiver.storage.slice());
- };
- }));
- var copyOf_0 = defineInlineFunction('kotlin.kotlin.collections.copyOf_rnn80q$', wrapFunction(function () {
- var copyOf = _.kotlin.collections.copyOf_se6h4x$;
- var ULongArray_init = _.kotlin.ULongArray;
- return function ($receiver) {
- return new ULongArray_init(copyOf($receiver.storage));
- };
- }));
- var copyOf_1 = defineInlineFunction('kotlin.kotlin.collections.copyOf_o5f02i$', wrapFunction(function () {
- var UByteArray_init = _.kotlin.UByteArray;
- return function ($receiver) {
- return new UByteArray_init($receiver.storage.slice());
- };
- }));
- var copyOf_2 = defineInlineFunction('kotlin.kotlin.collections.copyOf_k4ndbq$', wrapFunction(function () {
- var UShortArray_init = _.kotlin.UShortArray;
- return function ($receiver) {
- return new UShortArray_init($receiver.storage.slice());
- };
- }));
- var copyOf_3 = defineInlineFunction('kotlin.kotlin.collections.copyOf_h8io69$', wrapFunction(function () {
- var copyOf = _.kotlin.collections.copyOf_c03ot6$;
- var UIntArray_init = _.kotlin.UIntArray;
- return function ($receiver, newSize) {
- return new UIntArray_init(copyOf($receiver.storage, newSize));
- };
- }));
- var copyOf_4 = defineInlineFunction('kotlin.kotlin.collections.copyOf_k9lyrg$', wrapFunction(function () {
- var copyOf = _.kotlin.collections.copyOf_3aefkx$;
- var ULongArray_init = _.kotlin.ULongArray;
- return function ($receiver, newSize) {
- return new ULongArray_init(copyOf($receiver.storage, newSize));
- };
- }));
- var copyOf_5 = defineInlineFunction('kotlin.kotlin.collections.copyOf_hlz5c8$', wrapFunction(function () {
- var copyOf = _.kotlin.collections.copyOf_mrm5p$;
- var UByteArray_init = _.kotlin.UByteArray;
- return function ($receiver, newSize) {
- return new UByteArray_init(copyOf($receiver.storage, newSize));
- };
- }));
- var copyOf_6 = defineInlineFunction('kotlin.kotlin.collections.copyOf_7156lo$', wrapFunction(function () {
- var copyOf = _.kotlin.collections.copyOf_m2jy6x$;
- var UShortArray_init = _.kotlin.UShortArray;
- return function ($receiver, newSize) {
- return new UShortArray_init(copyOf($receiver.storage, newSize));
- };
- }));
- var copyOfRange = defineInlineFunction('kotlin.kotlin.collections.copyOfRange_cb631t$', wrapFunction(function () {
- var copyOfRange = _.kotlin.collections.copyOfRange_6pxxqk$;
- var UIntArray_init = _.kotlin.UIntArray;
- return function ($receiver, fromIndex, toIndex) {
- return new UIntArray_init(copyOfRange($receiver.storage, fromIndex, toIndex));
- };
- }));
- var copyOfRange_0 = defineInlineFunction('kotlin.kotlin.collections.copyOfRange_xv12r2$', wrapFunction(function () {
- var copyOfRange = _.kotlin.collections.copyOfRange_2n8m0j$;
- var ULongArray_init = _.kotlin.ULongArray;
- return function ($receiver, fromIndex, toIndex) {
- return new ULongArray_init(copyOfRange($receiver.storage, fromIndex, toIndex));
- };
- }));
- var copyOfRange_1 = defineInlineFunction('kotlin.kotlin.collections.copyOfRange_csz0hm$', wrapFunction(function () {
- var copyOfRange = _.kotlin.collections.copyOfRange_ietg8x$;
- var UByteArray_init = _.kotlin.UByteArray;
- return function ($receiver, fromIndex, toIndex) {
- return new UByteArray_init(copyOfRange($receiver.storage, fromIndex, toIndex));
- };
- }));
- var copyOfRange_2 = defineInlineFunction('kotlin.kotlin.collections.copyOfRange_7s1pa$', wrapFunction(function () {
- var copyOfRange = _.kotlin.collections.copyOfRange_qxueih$;
- var UShortArray_init = _.kotlin.UShortArray;
- return function ($receiver, fromIndex, toIndex) {
- return new UShortArray_init(copyOfRange($receiver.storage, fromIndex, toIndex));
- };
- }));
- function fill($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- fill_6($receiver.storage, element.data, fromIndex, toIndex);
- }
- function fill_0($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- fill_7($receiver.storage, element.data, fromIndex, toIndex);
- }
- function fill_1($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- fill_4($receiver.storage, element.data, fromIndex, toIndex);
- }
- function fill_2($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- fill_5($receiver.storage, element.data, fromIndex, toIndex);
- }
- var get_indices_8 = defineInlineFunction('kotlin.kotlin.collections.get_indices_9hsmwz$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_tmsbgo$;
- return function ($receiver) {
- return get_indices($receiver.storage);
- };
- }));
- var get_indices_9 = defineInlineFunction('kotlin.kotlin.collections.get_indices_rnn80q$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_se6h4x$;
- return function ($receiver) {
- return get_indices($receiver.storage);
- };
- }));
- var get_indices_10 = defineInlineFunction('kotlin.kotlin.collections.get_indices_o5f02i$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_964n91$;
- return function ($receiver) {
- return get_indices($receiver.storage);
- };
- }));
- var get_indices_11 = defineInlineFunction('kotlin.kotlin.collections.get_indices_k4ndbq$', wrapFunction(function () {
- var get_indices = _.kotlin.collections.get_indices_i2lc79$;
- return function ($receiver) {
- return get_indices($receiver.storage);
- };
- }));
- var get_lastIndex_8 = defineInlineFunction('kotlin.kotlin.collections.get_lastIndex_9hsmwz$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver) {
- return get_lastIndex($receiver.storage);
- };
- }));
- var get_lastIndex_9 = defineInlineFunction('kotlin.kotlin.collections.get_lastIndex_rnn80q$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver) {
- return get_lastIndex($receiver.storage);
- };
- }));
- var get_lastIndex_10 = defineInlineFunction('kotlin.kotlin.collections.get_lastIndex_o5f02i$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver) {
- return get_lastIndex($receiver.storage);
- };
- }));
- var get_lastIndex_11 = defineInlineFunction('kotlin.kotlin.collections.get_lastIndex_k4ndbq$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver) {
- return get_lastIndex($receiver.storage);
- };
- }));
- var plus_15 = defineInlineFunction('kotlin.kotlin.collections.plus_xx0iru$', wrapFunction(function () {
- var UIntArray_init = _.kotlin.UIntArray;
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- var tmp$ = $receiver.storage;
- var element_0 = element.data;
- return new UIntArray_init(primitiveArrayConcat(tmp$, new Int32Array([element_0])));
- };
- }));
- var plus_16 = defineInlineFunction('kotlin.kotlin.collections.plus_e8hpy6$', wrapFunction(function () {
- var ULongArray_init = _.kotlin.ULongArray;
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- return new ULongArray_init(primitiveArrayConcat($receiver.storage, Kotlin.longArrayOf(element.data)));
- };
- }));
- var plus_17 = defineInlineFunction('kotlin.kotlin.collections.plus_iga3ee$', wrapFunction(function () {
- var UByteArray_init = _.kotlin.UByteArray;
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- var tmp$ = $receiver.storage;
- var element_0 = element.data;
- return new UByteArray_init(primitiveArrayConcat(tmp$, new Int8Array([element_0])));
- };
- }));
- var plus_18 = defineInlineFunction('kotlin.kotlin.collections.plus_iss4kq$', wrapFunction(function () {
- var UShortArray_init = _.kotlin.UShortArray;
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- var tmp$ = $receiver.storage;
- var element_0 = element.data;
- return new UShortArray_init(primitiveArrayConcat(tmp$, new Int16Array([element_0])));
- };
- }));
- function plus_19($receiver, elements) {
- var tmp$, tmp$_0;
- var index = $receiver.size;
- var result = copyOf_18($receiver.storage, $receiver.size + elements.size | 0);
- tmp$ = elements.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element.data;
- }
- return new UIntArray(result);
- }
- function plus_20($receiver, elements) {
- var tmp$, tmp$_0;
- var index = $receiver.size;
- var result = copyOf_19($receiver.storage, $receiver.size + elements.size | 0);
- tmp$ = elements.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element.data;
- }
- return new ULongArray(result);
- }
- function plus_21($receiver, elements) {
- var tmp$, tmp$_0;
- var index = $receiver.size;
- var result = copyOf_16($receiver.storage, $receiver.size + elements.size | 0);
- tmp$ = elements.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element.data;
- }
- return new UByteArray(result);
- }
- function plus_22($receiver, elements) {
- var tmp$, tmp$_0;
- var index = $receiver.size;
- var result = copyOf_17($receiver.storage, $receiver.size + elements.size | 0);
- tmp$ = elements.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element.data;
- }
- return new UShortArray(result);
- }
- var plus_23 = defineInlineFunction('kotlin.kotlin.collections.plus_yvstjl$', wrapFunction(function () {
- var UIntArray_init = _.kotlin.UIntArray;
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return new UIntArray_init(primitiveArrayConcat($receiver.storage, elements.storage));
- };
- }));
- var plus_24 = defineInlineFunction('kotlin.kotlin.collections.plus_oi0tr9$', wrapFunction(function () {
- var ULongArray_init = _.kotlin.ULongArray;
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return new ULongArray_init(primitiveArrayConcat($receiver.storage, elements.storage));
- };
- }));
- var plus_25 = defineInlineFunction('kotlin.kotlin.collections.plus_7u5a2r$', wrapFunction(function () {
- var UByteArray_init = _.kotlin.UByteArray;
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return new UByteArray_init(primitiveArrayConcat($receiver.storage, elements.storage));
- };
- }));
- var plus_26 = defineInlineFunction('kotlin.kotlin.collections.plus_7t078x$', wrapFunction(function () {
- var UShortArray_init = _.kotlin.UShortArray;
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return new UShortArray_init(primitiveArrayConcat($receiver.storage, elements.storage));
- };
- }));
- function sort_0($receiver) {
- if ($receiver.size > 1)
- sortArray_2($receiver, 0, $receiver.size);
- }
- function sort_1($receiver) {
- if ($receiver.size > 1)
- sortArray_3($receiver, 0, $receiver.size);
- }
- function sort_2($receiver) {
- if ($receiver.size > 1)
- sortArray_0($receiver, 0, $receiver.size);
- }
- function sort_3($receiver) {
- if ($receiver.size > 1)
- sortArray_1($receiver, 0, $receiver.size);
- }
- function sort_4($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.size);
- sortArray_2($receiver, fromIndex, toIndex);
- }
- function sort_5($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.size);
- sortArray_3($receiver, fromIndex, toIndex);
- }
- function sort_6($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.size);
- sortArray_0($receiver, fromIndex, toIndex);
- }
- function sort_7($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.size);
- sortArray_1($receiver, fromIndex, toIndex);
- }
- function sortDescending_20($receiver, fromIndex, toIndex) {
- sort_4($receiver, fromIndex, toIndex);
- reverse_11($receiver.storage, fromIndex, toIndex);
- }
- function sortDescending_21($receiver, fromIndex, toIndex) {
- sort_5($receiver, fromIndex, toIndex);
- reverse_12($receiver.storage, fromIndex, toIndex);
- }
- function sortDescending_22($receiver, fromIndex, toIndex) {
- sort_6($receiver, fromIndex, toIndex);
- reverse_9($receiver.storage, fromIndex, toIndex);
- }
- function sortDescending_23($receiver, fromIndex, toIndex) {
- sort_7($receiver, fromIndex, toIndex);
- reverse_10($receiver.storage, fromIndex, toIndex);
- }
- var toByteArray_1 = defineInlineFunction('kotlin.kotlin.collections.toByteArray_o5f02i$', function ($receiver) {
- return $receiver.storage.slice();
- });
- var toIntArray_1 = defineInlineFunction('kotlin.kotlin.collections.toIntArray_9hsmwz$', function ($receiver) {
- return $receiver.storage.slice();
- });
- var toLongArray_1 = defineInlineFunction('kotlin.kotlin.collections.toLongArray_rnn80q$', wrapFunction(function () {
- var copyOf = _.kotlin.collections.copyOf_se6h4x$;
- return function ($receiver) {
- return copyOf($receiver.storage);
- };
- }));
- var toShortArray_1 = defineInlineFunction('kotlin.kotlin.collections.toShortArray_k4ndbq$', function ($receiver) {
- return $receiver.storage.slice();
- });
- function toTypedArray$lambda(this$toTypedArray) {
- return function (index) {
- return this$toTypedArray.get_za3lpa$(index);
- };
- }
- function toTypedArray($receiver) {
- return Kotlin.newArrayF($receiver.size, toTypedArray$lambda($receiver));
- }
- function toTypedArray$lambda_0(this$toTypedArray) {
- return function (index) {
- return this$toTypedArray.get_za3lpa$(index);
- };
- }
- function toTypedArray_0($receiver) {
- return Kotlin.newArrayF($receiver.size, toTypedArray$lambda_0($receiver));
- }
- function toTypedArray$lambda_1(this$toTypedArray) {
- return function (index) {
- return this$toTypedArray.get_za3lpa$(index);
- };
- }
- function toTypedArray_1($receiver) {
- return Kotlin.newArrayF($receiver.size, toTypedArray$lambda_1($receiver));
- }
- function toTypedArray$lambda_2(this$toTypedArray) {
- return function (index) {
- return this$toTypedArray.get_za3lpa$(index);
- };
- }
- function toTypedArray_2($receiver) {
- return Kotlin.newArrayF($receiver.size, toTypedArray$lambda_2($receiver));
- }
- function toUByteArray$lambda(this$toUByteArray) {
- return function (index) {
- return this$toUByteArray[index];
- };
- }
- function toUByteArray($receiver) {
- return new UByteArray(Kotlin.fillArray(new Int8Array($receiver.length), UByteArray$lambda(toUByteArray$lambda($receiver))));
- }
- var toUByteArray_0 = defineInlineFunction('kotlin.kotlin.collections.toUByteArray_964n91$', wrapFunction(function () {
- var UByteArray_init = _.kotlin.UByteArray;
- return function ($receiver) {
- return new UByteArray_init($receiver.slice());
- };
- }));
- function toUIntArray$lambda(this$toUIntArray) {
- return function (index) {
- return this$toUIntArray[index];
- };
- }
- function toUIntArray($receiver) {
- return new UIntArray(Kotlin.fillArray(new Int32Array($receiver.length), UIntArray$lambda(toUIntArray$lambda($receiver))));
- }
- var toUIntArray_0 = defineInlineFunction('kotlin.kotlin.collections.toUIntArray_tmsbgo$', wrapFunction(function () {
- var UIntArray_init = _.kotlin.UIntArray;
- return function ($receiver) {
- return new UIntArray_init($receiver.slice());
- };
- }));
- function toULongArray$lambda(this$toULongArray) {
- return function (index) {
- return this$toULongArray[index];
- };
- }
- function toULongArray($receiver) {
- return new ULongArray(Kotlin.longArrayF($receiver.length, ULongArray$lambda(toULongArray$lambda($receiver))));
- }
- var toULongArray_0 = defineInlineFunction('kotlin.kotlin.collections.toULongArray_se6h4x$', wrapFunction(function () {
- var copyOf = _.kotlin.collections.copyOf_se6h4x$;
- var ULongArray_init = _.kotlin.ULongArray;
- return function ($receiver) {
- return new ULongArray_init(copyOf($receiver));
- };
- }));
- function toUShortArray$lambda(this$toUShortArray) {
- return function (index) {
- return this$toUShortArray[index];
- };
- }
- function toUShortArray($receiver) {
- return new UShortArray(Kotlin.fillArray(new Int16Array($receiver.length), UShortArray$lambda(toUShortArray$lambda($receiver))));
- }
- var toUShortArray_0 = defineInlineFunction('kotlin.kotlin.collections.toUShortArray_i2lc79$', wrapFunction(function () {
- var UShortArray_init = _.kotlin.UShortArray;
- return function ($receiver) {
- return new UShortArray_init($receiver.slice());
- };
- }));
- var associateWith_11 = defineInlineFunction('kotlin.kotlin.collections.associateWith_u4a5xu$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.size), 16));
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWith_12 = defineInlineFunction('kotlin.kotlin.collections.associateWith_zdbp9g$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.size), 16));
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWith_13 = defineInlineFunction('kotlin.kotlin.collections.associateWith_kzs0c$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.size), 16));
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWith_14 = defineInlineFunction('kotlin.kotlin.collections.associateWith_2isg0e$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var coerceAtLeast = _.kotlin.ranges.coerceAtLeast_dqglrj$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, valueSelector) {
- var result = LinkedHashMap_init(coerceAtLeast(mapCapacity($receiver.size), 16));
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result.put_xwzc9p$(element, valueSelector(element));
- }
- return result;
- };
- }));
- var associateWithTo_11 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_q04lcl$', function ($receiver, destination, valueSelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var associateWithTo_12 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_w85vo0$', function ($receiver, destination, valueSelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var associateWithTo_13 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_kmhw5g$', function ($receiver, destination, valueSelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var associateWithTo_14 = defineInlineFunction('kotlin.kotlin.collections.associateWithTo_p4hede$', function ($receiver, destination, valueSelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(element, valueSelector(element));
- }
- return destination;
- });
- var flatMap_16 = defineInlineFunction('kotlin.kotlin.collections.flatMap_9x3iol$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_17 = defineInlineFunction('kotlin.kotlin.collections.flatMap_kl1qv1$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_18 = defineInlineFunction('kotlin.kotlin.collections.flatMap_meox5n$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMap_19 = defineInlineFunction('kotlin.kotlin.collections.flatMap_qlvsvp$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_14 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_53tr67$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_15 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_q29yhz$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_16 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_3d0idb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexed_17 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexed_eo0hn5$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, transform) {
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_14 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_5fyplg$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_15 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_3euufg$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_16 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_59uap0$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapIndexedTo_17 = defineInlineFunction('kotlin.kotlin.collections.flatMapIndexedTo_6fj3yk$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_16 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_2mlxn4$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_17 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_lr0q20$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_18 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_ks816o$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var flatMapTo_19 = defineInlineFunction('kotlin.kotlin.collections.flatMapTo_sj6bcg$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = transform(element);
- addAll(destination, list);
- }
- return destination;
- };
- }));
- var groupBy_23 = defineInlineFunction('kotlin.kotlin.collections.groupBy_u4a5xu$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_24 = defineInlineFunction('kotlin.kotlin.collections.groupBy_zdbp9g$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_25 = defineInlineFunction('kotlin.kotlin.collections.groupBy_kzs0c$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_26 = defineInlineFunction('kotlin.kotlin.collections.groupBy_2isg0e$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupBy_27 = defineInlineFunction('kotlin.kotlin.collections.groupBy_gswmyr$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupBy_28 = defineInlineFunction('kotlin.kotlin.collections.groupBy_9qm17u$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupBy_29 = defineInlineFunction('kotlin.kotlin.collections.groupBy_th0ibu$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupBy_30 = defineInlineFunction('kotlin.kotlin.collections.groupBy_4blai2$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, keySelector, valueTransform) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_23 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_fcjoze$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_24 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_vtu9nb$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_25 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_ktjfzn$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_26 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_ce468p$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(element);
- }
- return destination;
- };
- }));
- var groupByTo_27 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_b5z689$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_28 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_rmnvm8$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_29 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_mp9yos$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var groupByTo_30 = defineInlineFunction('kotlin.kotlin.collections.groupByTo_7f472c$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function ($receiver, destination, keySelector, valueTransform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var key = keySelector(element);
- var tmp$_0;
- var value = destination.get_11rb$(key);
- if (value == null) {
- var answer = ArrayList_init();
- destination.put_xwzc9p$(key, answer);
- tmp$_0 = answer;
- } else {
- tmp$_0 = value;
- }
- var list = tmp$_0;
- list.add_11rb$(valueTransform(element));
- }
- return destination;
- };
- }));
- var map_12 = defineInlineFunction('kotlin.kotlin.collections.map_u4a5xu$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.size);
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var map_13 = defineInlineFunction('kotlin.kotlin.collections.map_zdbp9g$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.size);
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var map_14 = defineInlineFunction('kotlin.kotlin.collections.map_kzs0c$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.size);
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var map_15 = defineInlineFunction('kotlin.kotlin.collections.map_2isg0e$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.size);
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- };
- }));
- var mapIndexed_11 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_jouoa$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.size);
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_395egw$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.size);
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_49o2oo$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.size);
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexed_14 = defineInlineFunction('kotlin.kotlin.collections.mapIndexed_ef33e$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, transform) {
- var destination = ArrayList_init($receiver.size);
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- };
- }));
- var mapIndexedTo_11 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_rvnxhh$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapIndexedTo_12 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_9b7vob$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapIndexedTo_13 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_goploj$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapIndexedTo_14 = defineInlineFunction('kotlin.kotlin.collections.mapIndexedTo_58tnad$', function ($receiver, destination, transform) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item));
- }
- return destination;
- });
- var mapTo_12 = defineInlineFunction('kotlin.kotlin.collections.mapTo_a7z7jd$', function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var mapTo_13 = defineInlineFunction('kotlin.kotlin.collections.mapTo_pyoptr$', function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var mapTo_14 = defineInlineFunction('kotlin.kotlin.collections.mapTo_8x217r$', function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- var mapTo_15 = defineInlineFunction('kotlin.kotlin.collections.mapTo_sq9iuv$', function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(transform(item));
- }
- return destination;
- });
- function withIndex$lambda_10(this$withIndex) {
- return function () {
- return this$withIndex.iterator();
- };
- }
- function withIndex_11($receiver) {
- return new IndexingIterable(withIndex$lambda_10($receiver));
- }
- function withIndex$lambda_11(this$withIndex) {
- return function () {
- return this$withIndex.iterator();
- };
- }
- function withIndex_12($receiver) {
- return new IndexingIterable(withIndex$lambda_11($receiver));
- }
- function withIndex$lambda_12(this$withIndex) {
- return function () {
- return this$withIndex.iterator();
- };
- }
- function withIndex_13($receiver) {
- return new IndexingIterable(withIndex$lambda_12($receiver));
- }
- function withIndex$lambda_13(this$withIndex) {
- return function () {
- return this$withIndex.iterator();
- };
- }
- function withIndex_14($receiver) {
- return new IndexingIterable(withIndex$lambda_13($receiver));
- }
- var all_12 = defineInlineFunction('kotlin.kotlin.collections.all_qooazb$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var all_13 = defineInlineFunction('kotlin.kotlin.collections.all_xmet5j$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var all_14 = defineInlineFunction('kotlin.kotlin.collections.all_khxg6n$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var all_15 = defineInlineFunction('kotlin.kotlin.collections.all_zbhqtl$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element))
- return false;
- }
- return true;
- });
- var any_25 = defineInlineFunction('kotlin.kotlin.collections.any_9hsmwz$', wrapFunction(function () {
- var any = _.kotlin.collections.any_tmsbgo$;
- return function ($receiver) {
- return any($receiver.storage);
- };
- }));
- var any_26 = defineInlineFunction('kotlin.kotlin.collections.any_rnn80q$', wrapFunction(function () {
- var any = _.kotlin.collections.any_se6h4x$;
- return function ($receiver) {
- return any($receiver.storage);
- };
- }));
- var any_27 = defineInlineFunction('kotlin.kotlin.collections.any_o5f02i$', wrapFunction(function () {
- var any = _.kotlin.collections.any_964n91$;
- return function ($receiver) {
- return any($receiver.storage);
- };
- }));
- var any_28 = defineInlineFunction('kotlin.kotlin.collections.any_k4ndbq$', wrapFunction(function () {
- var any = _.kotlin.collections.any_i2lc79$;
- return function ($receiver) {
- return any($receiver.storage);
- };
- }));
- var any_29 = defineInlineFunction('kotlin.kotlin.collections.any_qooazb$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return true;
- }
- return false;
- });
- var any_30 = defineInlineFunction('kotlin.kotlin.collections.any_xmet5j$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return true;
- }
- return false;
- });
- var any_31 = defineInlineFunction('kotlin.kotlin.collections.any_khxg6n$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return true;
- }
- return false;
- });
- var any_32 = defineInlineFunction('kotlin.kotlin.collections.any_zbhqtl$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return true;
- }
- return false;
- });
- var count_26 = defineInlineFunction('kotlin.kotlin.collections.count_qooazb$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var count_27 = defineInlineFunction('kotlin.kotlin.collections.count_xmet5j$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var count_28 = defineInlineFunction('kotlin.kotlin.collections.count_khxg6n$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var count_29 = defineInlineFunction('kotlin.kotlin.collections.count_zbhqtl$', function ($receiver, predicate) {
- var tmp$;
- var count = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- count = count + 1 | 0;
- }
- return count;
- });
- var fold_11 = defineInlineFunction('kotlin.kotlin.collections.fold_cc7t7m$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var fold_12 = defineInlineFunction('kotlin.kotlin.collections.fold_hnxoxe$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var fold_13 = defineInlineFunction('kotlin.kotlin.collections.fold_108ycy$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var fold_14 = defineInlineFunction('kotlin.kotlin.collections.fold_yg11c4$', function ($receiver, initial, operation) {
- var tmp$;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_11 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_rqncna$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_qls2om$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_5t7keu$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldIndexed_14 = defineInlineFunction('kotlin.kotlin.collections.foldIndexed_p2uijk$', function ($receiver, initial, operation) {
- var tmp$, tmp$_0;
- var index = 0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), accumulator, element);
- }
- return accumulator;
- });
- var foldRight_10 = defineInlineFunction('kotlin.kotlin.collections.foldRight_5s0g0$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$)), accumulator);
- }
- return accumulator;
- };
- }));
- var foldRight_11 = defineInlineFunction('kotlin.kotlin.collections.foldRight_lyd3s4$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$)), accumulator);
- }
- return accumulator;
- };
- }));
- var foldRight_12 = defineInlineFunction('kotlin.kotlin.collections.foldRight_dta9x0$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$)), accumulator);
- }
- return accumulator;
- };
- }));
- var foldRight_13 = defineInlineFunction('kotlin.kotlin.collections.foldRight_5zirmo$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, initial, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$)), accumulator);
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_10 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_fk7jvo$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver.storage);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_11 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_d0iq0w$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver.storage);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_im8vyw$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver.storage);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var foldRightIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.foldRightIndexed_fcpaf8$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, initial, operation) {
- var index = get_lastIndex($receiver.storage);
- var accumulator = initial;
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var forEach_12 = defineInlineFunction('kotlin.kotlin.collections.forEach_eawsih$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- });
- var forEach_13 = defineInlineFunction('kotlin.kotlin.collections.forEach_1whwah$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- });
- var forEach_14 = defineInlineFunction('kotlin.kotlin.collections.forEach_59pkyn$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- });
- var forEach_15 = defineInlineFunction('kotlin.kotlin.collections.forEach_k1g2rr$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- });
- var forEachIndexed_11 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_xun1h1$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- var forEachIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_domd91$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- var forEachIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_dagzgd$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- var forEachIndexed_14 = defineInlineFunction('kotlin.kotlin.collections.forEachIndexed_kerkq3$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- });
- function max_16($receiver) {
- return maxOrNull_16($receiver);
- }
- function max_17($receiver) {
- return maxOrNull_17($receiver);
- }
- function max_18($receiver) {
- return maxOrNull_18($receiver);
- }
- function max_19($receiver) {
- return maxOrNull_19($receiver);
- }
- var maxBy_12 = defineInlineFunction('kotlin.kotlin.collections.maxBy_ds5w84$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.isEmpty()) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxBy_13 = defineInlineFunction('kotlin.kotlin.collections.maxBy_j7uywm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.isEmpty()) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxBy_14 = defineInlineFunction('kotlin.kotlin.collections.maxBy_uuq3a6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.isEmpty()) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxBy_15 = defineInlineFunction('kotlin.kotlin.collections.maxBy_k4xxks$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var maxByOrNull$result;
- maxByOrNull$break: do {
- if ($receiver.isEmpty()) {
- maxByOrNull$result = null;
- break maxByOrNull$break;
- }var maxElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0) {
- maxByOrNull$result = maxElem;
- break maxByOrNull$break;
- }var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- maxByOrNull$result = maxElem;
- }
- while (false);
- return maxByOrNull$result;
- };
- }));
- var maxByOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_ds5w84$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- if ($receiver.isEmpty())
- return null;
- var maxElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxByOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_j7uywm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- if ($receiver.isEmpty())
- return null;
- var maxElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxByOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_uuq3a6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- if ($receiver.isEmpty())
- return null;
- var maxElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxByOrNull_15 = defineInlineFunction('kotlin.kotlin.collections.maxByOrNull_k4xxks$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- if ($receiver.isEmpty())
- return null;
- var maxElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0)
- return maxElem;
- var maxValue = selector(maxElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxElem = e;
- maxValue = v;
- }}
- return maxElem;
- };
- }));
- var maxOf_41 = defineInlineFunction('kotlin.kotlin.collections.maxOf_ikkbw$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_42 = defineInlineFunction('kotlin.kotlin.collections.maxOf_hgvjqe$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_43 = defineInlineFunction('kotlin.kotlin.collections.maxOf_er5b4e$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_44 = defineInlineFunction('kotlin.kotlin.collections.maxOf_q0eyz0$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_45 = defineInlineFunction('kotlin.kotlin.collections.maxOf_a2vs4j$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_46 = defineInlineFunction('kotlin.kotlin.collections.maxOf_4x0t11$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_47 = defineInlineFunction('kotlin.kotlin.collections.maxOf_e64hy5$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_48 = defineInlineFunction('kotlin.kotlin.collections.maxOf_awhnyb$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOf_49 = defineInlineFunction('kotlin.kotlin.collections.maxOf_ds5w84$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOf_50 = defineInlineFunction('kotlin.kotlin.collections.maxOf_j7uywm$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOf_51 = defineInlineFunction('kotlin.kotlin.collections.maxOf_uuq3a6$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOf_52 = defineInlineFunction('kotlin.kotlin.collections.maxOf_k4xxks$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_38 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_ikkbw$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_39 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_hgvjqe$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_40 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_er5b4e$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_41 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_q0eyz0$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_42 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_a2vs4j$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_43 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_4x0t11$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_44 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_e64hy5$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_45 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_awhnyb$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- maxValue = Math_0.max(maxValue, v);
- }
- return maxValue;
- };
- }));
- var maxOfOrNull_46 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_ds5w84$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_47 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_j7uywm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_48 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_uuq3a6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfOrNull_49 = defineInlineFunction('kotlin.kotlin.collections.maxOfOrNull_k4xxks$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_12 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_to9n1u$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_13 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_v7458$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_14 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_wcitrg$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWith_15 = defineInlineFunction('kotlin.kotlin.collections.maxOfWith_po96xe$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_to9n1u$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_v7458$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_wcitrg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- var maxOfWithOrNull_15 = defineInlineFunction('kotlin.kotlin.collections.maxOfWithOrNull_po96xe$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var maxValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(maxValue, v) < 0) {
- maxValue = v;
- }}
- return maxValue;
- };
- }));
- function maxOrNull_16($receiver) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var max = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_2($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (uintCompare(max.data, e.data) < 0)
- max = e;
- }
- return max;
- }
- function maxOrNull_17($receiver) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var max = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_3($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (ulongCompare(max.data, e.data) < 0)
- max = e;
- }
- return max;
- }
- function maxOrNull_18($receiver) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var max = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_0($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (Kotlin.primitiveCompareTo(max.data & 255, e.data & 255) < 0)
- max = e;
- }
- return max;
- }
- function maxOrNull_19($receiver) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var max = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_1($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (Kotlin.primitiveCompareTo(max.data & 65535, e.data & 65535) < 0)
- max = e;
- }
- return max;
- }
- function maxWith_12($receiver, comparator) {
- return maxWithOrNull_12($receiver, comparator);
- }
- function maxWith_13($receiver, comparator) {
- return maxWithOrNull_13($receiver, comparator);
- }
- function maxWith_14($receiver, comparator) {
- return maxWithOrNull_14($receiver, comparator);
- }
- function maxWith_15($receiver, comparator) {
- return maxWithOrNull_15($receiver, comparator);
- }
- function maxWithOrNull_12($receiver, comparator) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var max = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_2($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWithOrNull_13($receiver, comparator) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var max = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_3($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWithOrNull_14($receiver, comparator) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var max = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_0($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function maxWithOrNull_15($receiver, comparator) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var max = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_1($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (comparator.compare(max, e) < 0)
- max = e;
- }
- return max;
- }
- function min_16($receiver) {
- return minOrNull_16($receiver);
- }
- function min_17($receiver) {
- return minOrNull_17($receiver);
- }
- function min_18($receiver) {
- return minOrNull_18($receiver);
- }
- function min_19($receiver) {
- return minOrNull_19($receiver);
- }
- var minBy_12 = defineInlineFunction('kotlin.kotlin.collections.minBy_ds5w84$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.isEmpty()) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minBy_13 = defineInlineFunction('kotlin.kotlin.collections.minBy_j7uywm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.isEmpty()) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minBy_14 = defineInlineFunction('kotlin.kotlin.collections.minBy_uuq3a6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.isEmpty()) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minBy_15 = defineInlineFunction('kotlin.kotlin.collections.minBy_k4xxks$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var minByOrNull$result;
- minByOrNull$break: do {
- if ($receiver.isEmpty()) {
- minByOrNull$result = null;
- break minByOrNull$break;
- }var minElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0) {
- minByOrNull$result = minElem;
- break minByOrNull$break;
- }var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- minByOrNull$result = minElem;
- }
- while (false);
- return minByOrNull$result;
- };
- }));
- var minByOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_ds5w84$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- if ($receiver.isEmpty())
- return null;
- var minElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minByOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_j7uywm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- if ($receiver.isEmpty())
- return null;
- var minElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minByOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_uuq3a6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- if ($receiver.isEmpty())
- return null;
- var minElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minByOrNull_15 = defineInlineFunction('kotlin.kotlin.collections.minByOrNull_k4xxks$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- if ($receiver.isEmpty())
- return null;
- var minElem = $receiver.get_za3lpa$(0);
- var lastIndex = get_lastIndex($receiver.storage);
- if (lastIndex === 0)
- return minElem;
- var minValue = selector(minElem);
- for (var i = 1; i <= lastIndex; i++) {
- var e = $receiver.get_za3lpa$(i);
- var v = selector(e);
- if (Kotlin.compareTo(minValue, v) > 0) {
- minElem = e;
- minValue = v;
- }}
- return minElem;
- };
- }));
- var minOf_41 = defineInlineFunction('kotlin.kotlin.collections.minOf_ikkbw$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_42 = defineInlineFunction('kotlin.kotlin.collections.minOf_hgvjqe$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_43 = defineInlineFunction('kotlin.kotlin.collections.minOf_er5b4e$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_44 = defineInlineFunction('kotlin.kotlin.collections.minOf_q0eyz0$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_45 = defineInlineFunction('kotlin.kotlin.collections.minOf_a2vs4j$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_46 = defineInlineFunction('kotlin.kotlin.collections.minOf_4x0t11$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_47 = defineInlineFunction('kotlin.kotlin.collections.minOf_e64hy5$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_48 = defineInlineFunction('kotlin.kotlin.collections.minOf_awhnyb$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOf_49 = defineInlineFunction('kotlin.kotlin.collections.minOf_ds5w84$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOf_50 = defineInlineFunction('kotlin.kotlin.collections.minOf_j7uywm$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOf_51 = defineInlineFunction('kotlin.kotlin.collections.minOf_uuq3a6$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOf_52 = defineInlineFunction('kotlin.kotlin.collections.minOf_k4xxks$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_38 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_ikkbw$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_39 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_hgvjqe$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_40 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_er5b4e$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_41 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_q0eyz0$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_42 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_a2vs4j$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_43 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_4x0t11$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_44 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_e64hy5$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_45 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_awhnyb$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- var Math_0 = Math;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- minValue = Math_0.min(minValue, v);
- }
- return minValue;
- };
- }));
- var minOfOrNull_46 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_ds5w84$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_47 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_j7uywm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_48 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_uuq3a6$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfOrNull_49 = defineInlineFunction('kotlin.kotlin.collections.minOfOrNull_k4xxks$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (Kotlin.compareTo(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_12 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_to9n1u$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_13 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_v7458$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_14 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_wcitrg$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWith_15 = defineInlineFunction('kotlin.kotlin.collections.minOfWith_po96xe$', wrapFunction(function () {
- var NoSuchElementException_init = _.kotlin.NoSuchElementException_init;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- throw NoSuchElementException_init();
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_to9n1u$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_v7458$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_wcitrg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- var minOfWithOrNull_15 = defineInlineFunction('kotlin.kotlin.collections.minOfWithOrNull_po96xe$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, comparator, selector) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var minValue = selector($receiver.get_za3lpa$(0));
- tmp$ = get_lastIndex($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var v = selector($receiver.get_za3lpa$(i));
- if (comparator.compare(minValue, v) > 0) {
- minValue = v;
- }}
- return minValue;
- };
- }));
- function minOrNull_16($receiver) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var min = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_2($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (uintCompare(min.data, e.data) > 0)
- min = e;
- }
- return min;
- }
- function minOrNull_17($receiver) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var min = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_3($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (ulongCompare(min.data, e.data) > 0)
- min = e;
- }
- return min;
- }
- function minOrNull_18($receiver) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var min = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_0($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (Kotlin.primitiveCompareTo(min.data & 255, e.data & 255) > 0)
- min = e;
- }
- return min;
- }
- function minOrNull_19($receiver) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var min = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_1($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (Kotlin.primitiveCompareTo(min.data & 65535, e.data & 65535) > 0)
- min = e;
- }
- return min;
- }
- function minWith_12($receiver, comparator) {
- return minWithOrNull_12($receiver, comparator);
- }
- function minWith_13($receiver, comparator) {
- return minWithOrNull_13($receiver, comparator);
- }
- function minWith_14($receiver, comparator) {
- return minWithOrNull_14($receiver, comparator);
- }
- function minWith_15($receiver, comparator) {
- return minWithOrNull_15($receiver, comparator);
- }
- function minWithOrNull_12($receiver, comparator) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var min = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_2($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWithOrNull_13($receiver, comparator) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var min = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_3($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWithOrNull_14($receiver, comparator) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var min = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_0($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- function minWithOrNull_15($receiver, comparator) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var min = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex_1($receiver.storage);
- for (var i = 1; i <= tmp$; i++) {
- var e = $receiver.get_za3lpa$(i);
- if (comparator.compare(min, e) > 0)
- min = e;
- }
- return min;
- }
- var none_25 = defineInlineFunction('kotlin.kotlin.collections.none_9hsmwz$', function ($receiver) {
- return $receiver.isEmpty();
- });
- var none_26 = defineInlineFunction('kotlin.kotlin.collections.none_rnn80q$', function ($receiver) {
- return $receiver.isEmpty();
- });
- var none_27 = defineInlineFunction('kotlin.kotlin.collections.none_o5f02i$', function ($receiver) {
- return $receiver.isEmpty();
- });
- var none_28 = defineInlineFunction('kotlin.kotlin.collections.none_k4ndbq$', function ($receiver) {
- return $receiver.isEmpty();
- });
- var none_29 = defineInlineFunction('kotlin.kotlin.collections.none_qooazb$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return false;
- }
- return true;
- });
- var none_30 = defineInlineFunction('kotlin.kotlin.collections.none_xmet5j$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return false;
- }
- return true;
- });
- var none_31 = defineInlineFunction('kotlin.kotlin.collections.none_khxg6n$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return false;
- }
- return true;
- });
- var none_32 = defineInlineFunction('kotlin.kotlin.collections.none_zbhqtl$', function ($receiver, predicate) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element))
- return false;
- }
- return true;
- });
- var onEach_12 = defineInlineFunction('kotlin.kotlin.collections.onEach_eawsih$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- return $receiver;
- });
- var onEach_13 = defineInlineFunction('kotlin.kotlin.collections.onEach_1whwah$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- return $receiver;
- });
- var onEach_14 = defineInlineFunction('kotlin.kotlin.collections.onEach_59pkyn$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- return $receiver;
- });
- var onEach_15 = defineInlineFunction('kotlin.kotlin.collections.onEach_k1g2rr$', function ($receiver, action) {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- action(element);
- }
- return $receiver;
- });
- var onEachIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_xun1h1$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var onEachIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_domd91$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var onEachIndexed_14 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_dagzgd$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var onEachIndexed_15 = defineInlineFunction('kotlin.kotlin.collections.onEachIndexed_kerkq3$', function ($receiver, action) {
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- action((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), item);
- }
- return $receiver;
- });
- var reduce_11 = defineInlineFunction('kotlin.kotlin.collections.reduce_3r8egg$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduce_12 = defineInlineFunction('kotlin.kotlin.collections.reduce_753k0q$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduce_13 = defineInlineFunction('kotlin.kotlin.collections.reduce_go0zkm$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduce_14 = defineInlineFunction('kotlin.kotlin.collections.reduce_t1b21c$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceIndexed_11 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_mwzc8c$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_ufwt8q$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_7gvi6e$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceIndexed_14 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexed_pd8rcc$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_11 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_mwzc8c$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_ufwt8q$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_7gvi6e$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceIndexedOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.reduceIndexedOrNull_pd8rcc$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceOrNull_11 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_3r8egg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_753k0q$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_go0zkm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceOrNull_14 = defineInlineFunction('kotlin.kotlin.collections.reduceOrNull_t1b21c$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return null;
- var accumulator = $receiver.get_za3lpa$(0);
- tmp$ = get_lastIndex($receiver.storage);
- for (var index = 1; index <= tmp$; index++) {
- accumulator = operation(accumulator, $receiver.get_za3lpa$(index));
- }
- return accumulator;
- };
- }));
- var reduceRight_10 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_3r8egg$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0)), accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRight_11 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_753k0q$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0)), accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRight_12 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_go0zkm$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0)), accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRight_13 = defineInlineFunction('kotlin.kotlin.collections.reduceRight_t1b21c$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0)), accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_10 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_mwzc8c$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_11 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_ufwt8q$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_7gvi6e$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexed_pd8rcc$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- throw UnsupportedOperationException_init("Empty array can't be reduced.");
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_10 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_mwzc8c$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- return null;
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_11 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_ufwt8q$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- return null;
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_7gvi6e$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- return null;
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightIndexedOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.reduceRightIndexedOrNull_pd8rcc$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- return null;
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation(index, $receiver.get_za3lpa$(index), accumulator);
- index = index - 1 | 0;
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_10 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_3r8egg$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_tmsbgo$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- return null;
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0)), accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_11 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_753k0q$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_se6h4x$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- return null;
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0)), accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_12 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_go0zkm$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_964n91$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- return null;
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0)), accumulator);
- }
- return accumulator;
- };
- }));
- var reduceRightOrNull_13 = defineInlineFunction('kotlin.kotlin.collections.reduceRightOrNull_t1b21c$', wrapFunction(function () {
- var get_lastIndex = _.kotlin.collections.get_lastIndex_i2lc79$;
- return function ($receiver, operation) {
- var tmp$, tmp$_0;
- var index = get_lastIndex($receiver.storage);
- if (index < 0)
- return null;
- var accumulator = $receiver.get_za3lpa$((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- while (index >= 0) {
- accumulator = operation($receiver.get_za3lpa$((tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0)), accumulator);
- }
- return accumulator;
- };
- }));
- var runningFold_11 = defineInlineFunction('kotlin.kotlin.collections.runningFold_cc7t7m$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFold_12 = defineInlineFunction('kotlin.kotlin.collections.runningFold_hnxoxe$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFold_13 = defineInlineFunction('kotlin.kotlin.collections.runningFold_108ycy$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFold_14 = defineInlineFunction('kotlin.kotlin.collections.runningFold_yg11c4$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_11 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_rqncna$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var get_indices = _.kotlin.collections.get_indices_tmsbgo$;
- return function ($receiver, initial, operation) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- if ($receiver.isEmpty())
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = get_indices($receiver.storage);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_qls2om$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var get_indices = _.kotlin.collections.get_indices_se6h4x$;
- return function ($receiver, initial, operation) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- if ($receiver.isEmpty())
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = get_indices($receiver.storage);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_5t7keu$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var get_indices = _.kotlin.collections.get_indices_964n91$;
- return function ($receiver, initial, operation) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- if ($receiver.isEmpty())
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = get_indices($receiver.storage);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningFoldIndexed_14 = defineInlineFunction('kotlin.kotlin.collections.runningFoldIndexed_p2uijk$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var get_indices = _.kotlin.collections.get_indices_i2lc79$;
- return function ($receiver, initial, operation) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- if ($receiver.isEmpty())
- return listOf(initial);
- var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = get_indices($receiver.storage);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator);
- }
- return result;
- };
- }));
- var runningReduce_11 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_3r8egg$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return emptyList();
- var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduce_12 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_753k0q$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return emptyList();
- var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduce_13 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_go0zkm$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return emptyList();
- var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduce_14 = defineInlineFunction('kotlin.kotlin.collections.runningReduce_t1b21c$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return emptyList();
- var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_11 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_mwzc8c$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return emptyList();
- var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_ufwt8q$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return emptyList();
- var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_7gvi6e$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return emptyList();
- var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var runningReduceIndexed_14 = defineInlineFunction('kotlin.kotlin.collections.runningReduceIndexed_pd8rcc$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var tmp$;
- if ($receiver.isEmpty())
- return emptyList();
- var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- return result;
- };
- }));
- var scan_11 = defineInlineFunction('kotlin.kotlin.collections.scan_cc7t7m$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scan_12 = defineInlineFunction('kotlin.kotlin.collections.scan_hnxoxe$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scan_13 = defineInlineFunction('kotlin.kotlin.collections.scan_108ycy$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scan_14 = defineInlineFunction('kotlin.kotlin.collections.scan_yg11c4$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, initial, operation) {
- var runningFold$result;
- runningFold$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningFold$result = listOf(initial);
- break runningFold$break;
- }var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- accumulator = operation(accumulator, element);
- result.add_11rb$(accumulator);
- }
- runningFold$result = result;
- }
- while (false);
- return runningFold$result;
- };
- }));
- var scanIndexed_11 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_rqncna$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var get_indices = _.kotlin.collections.get_indices_tmsbgo$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- if ($receiver.isEmpty()) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = get_indices($receiver.storage);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_qls2om$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var get_indices = _.kotlin.collections.get_indices_se6h4x$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- if ($receiver.isEmpty()) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = get_indices($receiver.storage);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_5t7keu$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var get_indices = _.kotlin.collections.get_indices_964n91$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- if ($receiver.isEmpty()) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = get_indices($receiver.storage);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanIndexed_14 = defineInlineFunction('kotlin.kotlin.collections.scanIndexed_p2uijk$', wrapFunction(function () {
- var listOf = _.kotlin.collections.listOf_mh5how$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var get_indices = _.kotlin.collections.get_indices_i2lc79$;
- return function ($receiver, initial, operation) {
- var runningFoldIndexed$result;
- runningFoldIndexed$break: do {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- if ($receiver.isEmpty()) {
- runningFoldIndexed$result = listOf(initial);
- break runningFoldIndexed$break;
- }var $receiver_0 = ArrayList_init($receiver.size + 1 | 0);
- $receiver_0.add_11rb$(initial);
- var result = $receiver_0;
- var accumulator = initial;
- tmp$ = get_indices($receiver.storage);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- accumulator = operation(index, accumulator, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator);
- }
- runningFoldIndexed$result = result;
- }
- while (false);
- return runningFoldIndexed$result;
- };
- }));
- var scanReduce_11 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_3r8egg$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduce_12 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_753k0q$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduce_13 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_go0zkm$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduce_14 = defineInlineFunction('kotlin.kotlin.collections.scanReduce_t1b21c$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduce$result;
- runningReduce$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningReduce$result = emptyList();
- break runningReduce$break;
- }var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- runningReduce$result = result;
- }
- while (false);
- return runningReduce$result;
- };
- }));
- var scanReduceIndexed_11 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_mwzc8c$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var scanReduceIndexed_12 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_ufwt8q$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var scanReduceIndexed_13 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_7gvi6e$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var scanReduceIndexed_14 = defineInlineFunction('kotlin.kotlin.collections.scanReduceIndexed_pd8rcc$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function ($receiver, operation) {
- var runningReduceIndexed$result;
- runningReduceIndexed$break: do {
- var tmp$;
- if ($receiver.isEmpty()) {
- runningReduceIndexed$result = emptyList();
- break runningReduceIndexed$break;
- }var accumulator = {v: $receiver.get_za3lpa$(0)};
- var $receiver_0 = ArrayList_init($receiver.size);
- $receiver_0.add_11rb$(accumulator.v);
- var result = $receiver_0;
- tmp$ = $receiver.size;
- for (var index = 1; index < tmp$; index++) {
- accumulator.v = operation(index, accumulator.v, $receiver.get_za3lpa$(index));
- result.add_11rb$(accumulator.v);
- }
- runningReduceIndexed$result = result;
- }
- while (false);
- return runningReduceIndexed$result;
- };
- }));
- var sumBy_11 = defineInlineFunction('kotlin.kotlin.collections.sumBy_ea99pf$', wrapFunction(function () {
- var UInt = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumBy_12 = defineInlineFunction('kotlin.kotlin.collections.sumBy_1x5f3j$', wrapFunction(function () {
- var UInt = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumBy_13 = defineInlineFunction('kotlin.kotlin.collections.sumBy_59225l$', wrapFunction(function () {
- var UInt = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumBy_14 = defineInlineFunction('kotlin.kotlin.collections.sumBy_k23lkt$', wrapFunction(function () {
- var UInt = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumByDouble_11 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_ikkbw$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumByDouble_12 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_hgvjqe$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumByDouble_13 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_er5b4e$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumByDouble_14 = defineInlineFunction('kotlin.kotlin.collections.sumByDouble_q0eyz0$', function ($receiver, selector) {
- var tmp$;
- var sum = 0.0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_59 = defineInlineFunction('kotlin.kotlin.collections.sumOf_ikkbw$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_60 = defineInlineFunction('kotlin.kotlin.collections.sumOf_hgvjqe$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_61 = defineInlineFunction('kotlin.kotlin.collections.sumOf_er5b4e$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_62 = defineInlineFunction('kotlin.kotlin.collections.sumOf_q0eyz0$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum += selector(element);
- }
- return sum;
- });
- var sumOf_63 = defineInlineFunction('kotlin.kotlin.collections.sumOf_isapf4$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_64 = defineInlineFunction('kotlin.kotlin.collections.sumOf_98degu$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_65 = defineInlineFunction('kotlin.kotlin.collections.sumOf_baj3iu$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_66 = defineInlineFunction('kotlin.kotlin.collections.sumOf_asyaa8$', function ($receiver, selector) {
- var tmp$;
- var sum = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum + selector(element) | 0;
- }
- return sum;
- });
- var sumOf_67 = defineInlineFunction('kotlin.kotlin.collections.sumOf_e5zdk1$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_68 = defineInlineFunction('kotlin.kotlin.collections.sumOf_21fb8x$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_69 = defineInlineFunction('kotlin.kotlin.collections.sumOf_54s607$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_70 = defineInlineFunction('kotlin.kotlin.collections.sumOf_k6dhq7$', wrapFunction(function () {
- var L0 = Kotlin.Long.ZERO;
- return function ($receiver, selector) {
- var tmp$;
- var sum = L0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = sum.add(selector(element));
- }
- return sum;
- };
- }));
- var sumOf_71 = defineInlineFunction('kotlin.kotlin.collections.sumOf_ea99pf$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_72 = defineInlineFunction('kotlin.kotlin.collections.sumOf_1x5f3j$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_73 = defineInlineFunction('kotlin.kotlin.collections.sumOf_59225l$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_74 = defineInlineFunction('kotlin.kotlin.collections.sumOf_k23lkt$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new UInt_init(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt_init(sum.data + selector(element).data | 0);
- }
- return sum;
- };
- }));
- var sumOf_75 = defineInlineFunction('kotlin.kotlin.collections.sumOf_goyydq$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- var sumOf_76 = defineInlineFunction('kotlin.kotlin.collections.sumOf_bj3za8$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- var sumOf_77 = defineInlineFunction('kotlin.kotlin.collections.sumOf_ks7o7c$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- var sumOf_78 = defineInlineFunction('kotlin.kotlin.collections.sumOf_hiku7i$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, selector) {
- var tmp$;
- var sum = new ULong_init(Kotlin.Long.fromInt(0));
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new ULong_init(sum.data.add(selector(element).data));
- }
- return sum;
- };
- }));
- function zip_59($receiver, other) {
- var size = Math_0.min($receiver.size, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver.get_za3lpa$(i), other[i]));
- }
- return list;
- }
- function zip_60($receiver, other) {
- var size = Math_0.min($receiver.size, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver.get_za3lpa$(i), other[i]));
- }
- return list;
- }
- function zip_61($receiver, other) {
- var size = Math_0.min($receiver.size, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver.get_za3lpa$(i), other[i]));
- }
- return list;
- }
- function zip_62($receiver, other) {
- var size = Math_0.min($receiver.size, other.length);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver.get_za3lpa$(i), other[i]));
- }
- return list;
- }
- var zip_63 = defineInlineFunction('kotlin.kotlin.collections.zip_ilfx1p$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.size, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver.get_za3lpa$(i), other[i]));
- }
- return list;
- };
- }));
- var zip_64 = defineInlineFunction('kotlin.kotlin.collections.zip_fbdgv3$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.size, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver.get_za3lpa$(i), other[i]));
- }
- return list;
- };
- }));
- var zip_65 = defineInlineFunction('kotlin.kotlin.collections.zip_ibakv3$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.size, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver.get_za3lpa$(i), other[i]));
- }
- return list;
- };
- }));
- var zip_66 = defineInlineFunction('kotlin.kotlin.collections.zip_fmivq1$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.size, other.length);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver.get_za3lpa$(i), other[i]));
- }
- return list;
- };
- }));
- function zip_67($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.size;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver.get_za3lpa$((tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0)), element));
- }
- return list;
- }
- function zip_68($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.size;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver.get_za3lpa$((tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0)), element));
- }
- return list;
- }
- function zip_69($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.size;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver.get_za3lpa$((tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0)), element));
- }
- return list;
- }
- function zip_70($receiver, other) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.size;
- var list = ArrayList_init_0(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(to($receiver.get_za3lpa$((tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0)), element));
- }
- return list;
- }
- var zip_71 = defineInlineFunction('kotlin.kotlin.collections.zip_jz53jz$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.size;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver.get_za3lpa$((tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0)), element));
- }
- return list;
- };
- }));
- var zip_72 = defineInlineFunction('kotlin.kotlin.collections.zip_hqy71z$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.size;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver.get_za3lpa$((tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0)), element));
- }
- return list;
- };
- }));
- var zip_73 = defineInlineFunction('kotlin.kotlin.collections.zip_ky5z4v$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.size;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver.get_za3lpa$((tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0)), element));
- }
- return list;
- };
- }));
- var zip_74 = defineInlineFunction('kotlin.kotlin.collections.zip_34ejj$', wrapFunction(function () {
- var collectionSizeOrDefault = _.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var tmp$, tmp$_0;
- var arraySize = $receiver.size;
- var list = ArrayList_init(Math_0.min(collectionSizeOrDefault(other, 10), arraySize));
- var i = 0;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (i >= arraySize)
- break;
- list.add_11rb$(transform($receiver.get_za3lpa$((tmp$_0 = i, i = tmp$_0 + 1 | 0, tmp$_0)), element));
- }
- return list;
- };
- }));
- function zip_75($receiver, other) {
- var size = Math_0.min($receiver.size, other.size);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver.get_za3lpa$(i), other.get_za3lpa$(i)));
- }
- return list;
- }
- function zip_76($receiver, other) {
- var size = Math_0.min($receiver.size, other.size);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver.get_za3lpa$(i), other.get_za3lpa$(i)));
- }
- return list;
- }
- function zip_77($receiver, other) {
- var size = Math_0.min($receiver.size, other.size);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver.get_za3lpa$(i), other.get_za3lpa$(i)));
- }
- return list;
- }
- function zip_78($receiver, other) {
- var size = Math_0.min($receiver.size, other.size);
- var list = ArrayList_init_0(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(to($receiver.get_za3lpa$(i), other.get_za3lpa$(i)));
- }
- return list;
- }
- var zip_79 = defineInlineFunction('kotlin.kotlin.collections.zip_2rncf9$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.size, other.size);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver.get_za3lpa$(i), other.get_za3lpa$(i)));
- }
- return list;
- };
- }));
- var zip_80 = defineInlineFunction('kotlin.kotlin.collections.zip_zcfx1j$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.size, other.size);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver.get_za3lpa$(i), other.get_za3lpa$(i)));
- }
- return list;
- };
- }));
- var zip_81 = defineInlineFunction('kotlin.kotlin.collections.zip_wjicwn$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.size, other.size);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver.get_za3lpa$(i), other.get_za3lpa$(i)));
- }
- return list;
- };
- }));
- var zip_82 = defineInlineFunction('kotlin.kotlin.collections.zip_arkjhh$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- var Math_0 = Math;
- return function ($receiver, other, transform) {
- var size = Math_0.min($receiver.size, other.size);
- var list = ArrayList_init(size);
- for (var i = 0; i < size; i++) {
- list.add_11rb$(transform($receiver.get_za3lpa$(i), other.get_za3lpa$(i)));
- }
- return list;
- };
- }));
- function sum_23($receiver) {
- var tmp$;
- var sum = new UInt(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new UInt(sum.data + element.data | 0);
- }
- return sum;
- }
- function sum_24($receiver) {
- var tmp$;
- var sum = new ULong(Kotlin.Long.ZERO);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new ULong(sum.data.add(element.data));
- }
- return sum;
- }
- function sum_25($receiver) {
- var tmp$;
- var sum = new UInt(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new UInt(sum.data + (new UInt(element.data & 255)).data | 0);
- }
- return sum;
- }
- function sum_26($receiver) {
- var tmp$;
- var sum = new UInt(0);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- sum = new UInt(sum.data + (new UInt(element.data & 65535)).data | 0);
- }
- return sum;
- }
- var sum_27 = defineInlineFunction('kotlin.kotlin.collections.sum_9hsmwz$', wrapFunction(function () {
- var sum = _.kotlin.collections.sum_tmsbgo$;
- var UInt_init = _.kotlin.UInt;
- return function ($receiver) {
- return new UInt_init(sum($receiver.storage));
- };
- }));
- var sum_28 = defineInlineFunction('kotlin.kotlin.collections.sum_rnn80q$', wrapFunction(function () {
- var sum = _.kotlin.collections.sum_se6h4x$;
- var ULong_init = _.kotlin.ULong;
- return function ($receiver) {
- return new ULong_init(sum($receiver.storage));
- };
- }));
- var sum_29 = defineInlineFunction('kotlin.kotlin.collections.sum_o5f02i$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var UInt = _.kotlin.UInt;
- var sum$lambda = wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (it) {
- return new UInt_init(it.data & 255);
- };
- });
- return function ($receiver) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + (new UInt(element.data & 255)).data | 0);
- }
- return sum;
- };
- }));
- var sum_30 = defineInlineFunction('kotlin.kotlin.collections.sum_k4ndbq$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var UInt = _.kotlin.UInt;
- var sum$lambda = wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (it) {
- return new UInt_init(it.data & 65535);
- };
- });
- return function ($receiver) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + (new UInt(element.data & 65535)).data | 0);
- }
- return sum;
- };
- }));
- function toUByteArray_1($receiver) {
- var tmp$, tmp$_0;
- var result = UByteArray_init($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result.set_2c6cbe$((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- }
- return result;
- }
- function toUIntArray_1($receiver) {
- var tmp$, tmp$_0;
- var result = UIntArray_init($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result.set_6sqrdv$((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- }
- return result;
- }
- function toULongArray_1($receiver) {
- var tmp$, tmp$_0;
- var result = ULongArray_init($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result.set_2ccimm$((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- }
- return result;
- }
- function toUShortArray_1($receiver) {
- var tmp$, tmp$_0;
- var result = UShortArray_init($receiver.size);
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result.set_1pe3u2$((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0), element);
- }
- return result;
- }
- function sum_31($receiver) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + element.data | 0);
- }
- return sum;
- }
- function sum_32($receiver) {
- var tmp$;
- var sum = new ULong(Kotlin.Long.ZERO);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new ULong(sum.data.add(element.data));
- }
- return sum;
- }
- function sum_33($receiver) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + (new UInt(element.data & 255)).data | 0);
- }
- return sum;
- }
- function sum_34($receiver) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + (new UInt(element.data & 65535)).data | 0);
- }
- return sum;
- }
- function maxOf_53(a, b) {
- return uintCompare(a.data, b.data) >= 0 ? a : b;
- }
- function maxOf_54(a, b) {
- return ulongCompare(a.data, b.data) >= 0 ? a : b;
- }
- function maxOf_55(a, b) {
- return Kotlin.primitiveCompareTo(a.data & 255, b.data & 255) >= 0 ? a : b;
- }
- function maxOf_56(a, b) {
- return Kotlin.primitiveCompareTo(a.data & 65535, b.data & 65535) >= 0 ? a : b;
- }
- var maxOf_57 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_fdjnod$', wrapFunction(function () {
- var maxOf = _.kotlin.comparisons.maxOf_oqfnby$;
- return function (a, b, c) {
- return maxOf(a, maxOf(b, c));
- };
- }));
- var maxOf_58 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_yrdxh8$', wrapFunction(function () {
- var maxOf = _.kotlin.comparisons.maxOf_jpm79w$;
- return function (a, b, c) {
- return maxOf(a, maxOf(b, c));
- };
- }));
- var maxOf_59 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_l1b9e8$', wrapFunction(function () {
- var maxOf = _.kotlin.comparisons.maxOf_jl2jf8$;
- return function (a, b, c) {
- return maxOf(a, maxOf(b, c));
- };
- }));
- var maxOf_60 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_3bef2c$', wrapFunction(function () {
- var maxOf = _.kotlin.comparisons.maxOf_2ahd1g$;
- return function (a, b, c) {
- return maxOf(a, maxOf(b, c));
- };
- }));
- function maxOf_61(a, other) {
- var tmp$;
- var max = a;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- max = maxOf_53(max, e);
- }
- return max;
- }
- function maxOf_62(a, other) {
- var tmp$;
- var max = a;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- max = maxOf_54(max, e);
- }
- return max;
- }
- function maxOf_63(a, other) {
- var tmp$;
- var max = a;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- max = maxOf_55(max, e);
- }
- return max;
- }
- function maxOf_64(a, other) {
- var tmp$;
- var max = a;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- max = maxOf_56(max, e);
- }
- return max;
- }
- function minOf_53(a, b) {
- return uintCompare(a.data, b.data) <= 0 ? a : b;
- }
- function minOf_54(a, b) {
- return ulongCompare(a.data, b.data) <= 0 ? a : b;
- }
- function minOf_55(a, b) {
- return Kotlin.primitiveCompareTo(a.data & 255, b.data & 255) <= 0 ? a : b;
- }
- function minOf_56(a, b) {
- return Kotlin.primitiveCompareTo(a.data & 65535, b.data & 65535) <= 0 ? a : b;
- }
- var minOf_57 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_fdjnod$', wrapFunction(function () {
- var minOf = _.kotlin.comparisons.minOf_oqfnby$;
- return function (a, b, c) {
- return minOf(a, minOf(b, c));
- };
- }));
- var minOf_58 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_yrdxh8$', wrapFunction(function () {
- var minOf = _.kotlin.comparisons.minOf_jpm79w$;
- return function (a, b, c) {
- return minOf(a, minOf(b, c));
- };
- }));
- var minOf_59 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_l1b9e8$', wrapFunction(function () {
- var minOf = _.kotlin.comparisons.minOf_jl2jf8$;
- return function (a, b, c) {
- return minOf(a, minOf(b, c));
- };
- }));
- var minOf_60 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_3bef2c$', wrapFunction(function () {
- var minOf = _.kotlin.comparisons.minOf_2ahd1g$;
- return function (a, b, c) {
- return minOf(a, minOf(b, c));
- };
- }));
- function minOf_61(a, other) {
- var tmp$;
- var min = a;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- min = minOf_53(min, e);
- }
- return min;
- }
- function minOf_62(a, other) {
- var tmp$;
- var min = a;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- min = minOf_54(min, e);
- }
- return min;
- }
- function minOf_63(a, other) {
- var tmp$;
- var min = a;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- min = minOf_55(min, e);
- }
- return min;
- }
- function minOf_64(a, other) {
- var tmp$;
- var min = a;
- tmp$ = other.iterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- min = minOf_56(min, e);
- }
- return min;
- }
- var random_35 = defineInlineFunction('kotlin.kotlin.ranges.random_fouy9j$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.ranges.random_7v08js$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- var random_36 = defineInlineFunction('kotlin.kotlin.ranges.random_6ij5nc$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var random = _.kotlin.ranges.random_nk0vix$;
- return function ($receiver) {
- return random($receiver, Random.Default);
- };
- }));
- function random_37($receiver, random) {
- try {
- return nextUInt_2(random, $receiver);
- } catch (e) {
- if (Kotlin.isType(e, IllegalArgumentException)) {
- throw new NoSuchElementException(e.message);
- } else
- throw e;
- }
- }
- function random_38($receiver, random) {
- try {
- return nextULong_2(random, $receiver);
- } catch (e) {
- if (Kotlin.isType(e, IllegalArgumentException)) {
- throw new NoSuchElementException(e.message);
- } else
- throw e;
- }
- }
- var randomOrNull_35 = defineInlineFunction('kotlin.kotlin.ranges.randomOrNull_fouy9j$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.ranges.randomOrNull_7v08js$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- var randomOrNull_36 = defineInlineFunction('kotlin.kotlin.ranges.randomOrNull_6ij5nc$', wrapFunction(function () {
- var Random = _.kotlin.random.Random;
- var randomOrNull = _.kotlin.ranges.randomOrNull_nk0vix$;
- return function ($receiver) {
- return randomOrNull($receiver, Random.Default);
- };
- }));
- function randomOrNull_37($receiver, random) {
- if ($receiver.isEmpty())
- return null;
- return nextUInt_2(random, $receiver);
- }
- function randomOrNull_38($receiver, random) {
- if ($receiver.isEmpty())
- return null;
- return nextULong_2(random, $receiver);
- }
- var contains_43 = defineInlineFunction('kotlin.kotlin.ranges.contains_dwfzbl$', function ($receiver, element) {
- return element != null && $receiver.contains_mef7kx$(element);
- });
- var contains_44 = defineInlineFunction('kotlin.kotlin.ranges.contains_ky6e3h$', function ($receiver, element) {
- return element != null && $receiver.contains_mef7kx$(element);
- });
- function contains_45($receiver, value) {
- return $receiver.contains_mef7kx$(new UInt(value.data & 255));
- }
- function contains_46($receiver, value) {
- return $receiver.contains_mef7kx$(new ULong(Kotlin.Long.fromInt(value.data).and(L255)));
- }
- function contains_47($receiver, value) {
- return $receiver.contains_mef7kx$(new ULong(Kotlin.Long.fromInt(value.data).and(L4294967295)));
- }
- function contains_48($receiver, value) {
- var tmp$;
- var tmp$_0 = (tmp$ = new ULong(value.data.shiftRightUnsigned(32))) != null ? tmp$.equals(new ULong(Kotlin.Long.ZERO)) : null;
- if (tmp$_0) {
- tmp$_0 = $receiver.contains_mef7kx$(new UInt(value.data.toInt()));
- }return tmp$_0;
- }
- function contains_49($receiver, value) {
- return $receiver.contains_mef7kx$(new UInt(value.data & 65535));
- }
- function contains_50($receiver, value) {
- return $receiver.contains_mef7kx$(new ULong(Kotlin.Long.fromInt(value.data).and(L65535)));
- }
- function downTo_16($receiver, to) {
- return UIntProgression$Companion_getInstance().fromClosedRange_fjk8us$(new UInt($receiver.data & 255), new UInt(to.data & 255), -1);
- }
- function downTo_17($receiver, to) {
- return UIntProgression$Companion_getInstance().fromClosedRange_fjk8us$($receiver, to, -1);
- }
- function downTo_18($receiver, to) {
- return ULongProgression$Companion_getInstance().fromClosedRange_15zasp$($receiver, to, L_1);
- }
- function downTo_19($receiver, to) {
- return UIntProgression$Companion_getInstance().fromClosedRange_fjk8us$(new UInt($receiver.data & 65535), new UInt(to.data & 65535), -1);
- }
- function reversed_18($receiver) {
- return UIntProgression$Companion_getInstance().fromClosedRange_fjk8us$($receiver.last, $receiver.first, -$receiver.step | 0);
- }
- function reversed_19($receiver) {
- return ULongProgression$Companion_getInstance().fromClosedRange_15zasp$($receiver.last, $receiver.first, $receiver.step.unaryMinus());
- }
- function step_2($receiver, step) {
- checkStepIsPositive(step > 0, step);
- return UIntProgression$Companion_getInstance().fromClosedRange_fjk8us$($receiver.first, $receiver.last, $receiver.step > 0 ? step : -step | 0);
- }
- function step_3($receiver, step) {
- checkStepIsPositive(step.toNumber() > 0, step);
- return ULongProgression$Companion_getInstance().fromClosedRange_15zasp$($receiver.first, $receiver.last, $receiver.step.toNumber() > 0 ? step : step.unaryMinus());
- }
- function until_16($receiver, to) {
- if (Kotlin.primitiveCompareTo(to.data & 255, UByte$Companion_getInstance().MIN_VALUE.data & 255) <= 0)
- return UIntRange$Companion_getInstance().EMPTY;
- var tmp$ = new UInt($receiver.data & 255);
- var other = new UInt(1);
- return new UIntRange(tmp$, new UInt((new UInt(to.data & 255)).data - other.data | 0));
- }
- function until_17($receiver, to) {
- if (uintCompare(to.data, UInt$Companion_getInstance().MIN_VALUE.data) <= 0)
- return UIntRange$Companion_getInstance().EMPTY;
- return new UIntRange($receiver, new UInt(to.data - (new UInt(1)).data | 0));
- }
- function until_18($receiver, to) {
- if (ulongCompare(to.data, ULong$Companion_getInstance().MIN_VALUE.data) <= 0)
- return ULongRange$Companion_getInstance().EMPTY;
- return new ULongRange_0($receiver, new ULong(to.data.subtract((new ULong(Kotlin.Long.fromInt((new UInt(1)).data).and(L4294967295))).data)));
- }
- function until_19($receiver, to) {
- if (Kotlin.primitiveCompareTo(to.data & 65535, UShort$Companion_getInstance().MIN_VALUE.data & 65535) <= 0)
- return UIntRange$Companion_getInstance().EMPTY;
- var tmp$ = new UInt($receiver.data & 65535);
- var other = new UInt(1);
- return new UIntRange(tmp$, new UInt((new UInt(to.data & 65535)).data - other.data | 0));
- }
- function coerceAtLeast_6($receiver, minimumValue) {
- return uintCompare($receiver.data, minimumValue.data) < 0 ? minimumValue : $receiver;
- }
- function coerceAtLeast_7($receiver, minimumValue) {
- return ulongCompare($receiver.data, minimumValue.data) < 0 ? minimumValue : $receiver;
- }
- function coerceAtLeast_8($receiver, minimumValue) {
- return Kotlin.primitiveCompareTo($receiver.data & 255, minimumValue.data & 255) < 0 ? minimumValue : $receiver;
- }
- function coerceAtLeast_9($receiver, minimumValue) {
- return Kotlin.primitiveCompareTo($receiver.data & 65535, minimumValue.data & 65535) < 0 ? minimumValue : $receiver;
- }
- function coerceAtMost_6($receiver, maximumValue) {
- return uintCompare($receiver.data, maximumValue.data) > 0 ? maximumValue : $receiver;
- }
- function coerceAtMost_7($receiver, maximumValue) {
- return ulongCompare($receiver.data, maximumValue.data) > 0 ? maximumValue : $receiver;
- }
- function coerceAtMost_8($receiver, maximumValue) {
- return Kotlin.primitiveCompareTo($receiver.data & 255, maximumValue.data & 255) > 0 ? maximumValue : $receiver;
- }
- function coerceAtMost_9($receiver, maximumValue) {
- return Kotlin.primitiveCompareTo($receiver.data & 65535, maximumValue.data & 65535) > 0 ? maximumValue : $receiver;
- }
- function coerceIn_10($receiver, minimumValue, maximumValue) {
- if (uintCompare(minimumValue.data, maximumValue.data) > 0)
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
- if (uintCompare($receiver.data, minimumValue.data) < 0)
- return minimumValue;
- if (uintCompare($receiver.data, maximumValue.data) > 0)
- return maximumValue;
- return $receiver;
- }
- function coerceIn_11($receiver, minimumValue, maximumValue) {
- if (ulongCompare(minimumValue.data, maximumValue.data) > 0)
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
- if (ulongCompare($receiver.data, minimumValue.data) < 0)
- return minimumValue;
- if (ulongCompare($receiver.data, maximumValue.data) > 0)
- return maximumValue;
- return $receiver;
- }
- function coerceIn_12($receiver, minimumValue, maximumValue) {
- if (Kotlin.primitiveCompareTo(minimumValue.data & 255, maximumValue.data & 255) > 0)
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
- if (Kotlin.primitiveCompareTo($receiver.data & 255, minimumValue.data & 255) < 0)
- return minimumValue;
- if (Kotlin.primitiveCompareTo($receiver.data & 255, maximumValue.data & 255) > 0)
- return maximumValue;
- return $receiver;
- }
- function coerceIn_13($receiver, minimumValue, maximumValue) {
- if (Kotlin.primitiveCompareTo(minimumValue.data & 65535, maximumValue.data & 65535) > 0)
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: maximum ' + maximumValue + ' is less than minimum ' + minimumValue + '.');
- if (Kotlin.primitiveCompareTo($receiver.data & 65535, minimumValue.data & 65535) < 0)
- return minimumValue;
- if (Kotlin.primitiveCompareTo($receiver.data & 65535, maximumValue.data & 65535) > 0)
- return maximumValue;
- return $receiver;
- }
- function coerceIn_14($receiver, range) {
- var tmp$;
- if (Kotlin.isType(range, ClosedFloatingPointRange)) {
- return coerceIn_6($receiver, range);
- }if (range.isEmpty())
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: ' + range + '.');
- if (uintCompare($receiver.data, range.start.data) < 0)
- tmp$ = range.start;
- else {
- if (uintCompare($receiver.data, range.endInclusive.data) > 0)
- tmp$ = range.endInclusive;
- else
- tmp$ = $receiver;
- }
- return tmp$;
- }
- function coerceIn_15($receiver, range) {
- var tmp$;
- if (Kotlin.isType(range, ClosedFloatingPointRange)) {
- return coerceIn_6($receiver, range);
- }if (range.isEmpty())
- throw IllegalArgumentException_init_0('Cannot coerce value to an empty range: ' + range + '.');
- if (ulongCompare($receiver.data, range.start.data) < 0)
- tmp$ = range.start;
- else {
- if (ulongCompare($receiver.data, range.endInclusive.data) > 0)
- tmp$ = range.endInclusive;
- else
- tmp$ = $receiver;
- }
- return tmp$;
- }
- function sum_35($receiver) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + element.data | 0);
- }
- return sum;
- }
- function sum_36($receiver) {
- var tmp$;
- var sum = new ULong(Kotlin.Long.ZERO);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new ULong(sum.data.add(element.data));
- }
- return sum;
- }
- function sum_37($receiver) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + (new UInt(element.data & 255)).data | 0);
- }
- return sum;
- }
- function sum_38($receiver) {
- var tmp$;
- var sum = new UInt(0);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- sum = new UInt(sum.data + (new UInt(element.data & 65535)).data | 0);
- }
- return sum;
- }
- function KotlinNothingValueException() {
- this.name = 'KotlinNothingValueException';
- }
- KotlinNothingValueException.$metadata$ = {kind: Kind_CLASS, simpleName: 'KotlinNothingValueException', interfaces: [RuntimeException]};
- function KotlinNothingValueException_init($this) {
- $this = $this || Object.create(KotlinNothingValueException.prototype);
- RuntimeException_init($this);
- KotlinNothingValueException.call($this);
- return $this;
- }
- function KotlinNothingValueException_init_0(message, $this) {
- $this = $this || Object.create(KotlinNothingValueException.prototype);
- RuntimeException_init_0(message, $this);
- KotlinNothingValueException.call($this);
- return $this;
- }
- function KotlinNothingValueException_init_1(message, cause, $this) {
- $this = $this || Object.create(KotlinNothingValueException.prototype);
- RuntimeException.call($this, message, cause);
- KotlinNothingValueException.call($this);
- return $this;
- }
- function KotlinNothingValueException_init_2(cause, $this) {
- $this = $this || Object.create(KotlinNothingValueException.prototype);
- RuntimeException_init_1(cause, $this);
- KotlinNothingValueException.call($this);
- return $this;
- }
- function ExperimentalJsExport() {
- }
- ExperimentalJsExport.$metadata$ = {kind: Kind_CLASS, simpleName: 'ExperimentalJsExport', interfaces: [Annotation]};
- var PI;
- var E;
- function Annotation() {
- }
- Annotation.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Annotation', interfaces: []};
- function CharSequence() {
- }
- CharSequence.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'CharSequence', interfaces: []};
- function Iterable() {
- }
- Iterable.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Iterable', interfaces: []};
- function MutableIterable() {
- }
- MutableIterable.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MutableIterable', interfaces: [Iterable]};
- function Collection() {
- }
- Collection.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Collection', interfaces: [Iterable]};
- function MutableCollection() {
- }
- MutableCollection.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MutableCollection', interfaces: [MutableIterable, Collection]};
- function List() {
- }
- List.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'List', interfaces: [Collection]};
- function MutableList() {
- }
- MutableList.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MutableList', interfaces: [MutableCollection, List]};
- function Set() {
- }
- Set.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Set', interfaces: [Collection]};
- function MutableSet() {
- }
- MutableSet.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MutableSet', interfaces: [MutableCollection, Set]};
- function Map() {
- }
- Map.prototype.getOrDefault_xwzc9p$ = function (key, defaultValue) {
- throw new NotImplementedError();
- };
- function Map$Entry() {
- }
- Map$Entry.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Entry', interfaces: []};
- Map.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Map', interfaces: []};
- function MutableMap() {
- }
- MutableMap.prototype.remove_xwzc9p$ = function (key, value) {
- return true;
- };
- function MutableMap$MutableEntry() {
- }
- MutableMap$MutableEntry.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MutableEntry', interfaces: [Map$Entry]};
- MutableMap.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MutableMap', interfaces: [Map]};
- function Function_0() {
- }
- Function_0.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Function', interfaces: []};
- function Iterator() {
- }
- Iterator.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Iterator', interfaces: []};
- function MutableIterator() {
- }
- MutableIterator.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MutableIterator', interfaces: [Iterator]};
- function ListIterator() {
- }
- ListIterator.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'ListIterator', interfaces: [Iterator]};
- function MutableListIterator() {
- }
- MutableListIterator.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MutableListIterator', interfaces: [MutableIterator, ListIterator]};
- function ByteIterator() {
- }
- ByteIterator.prototype.next = function () {
- return this.nextByte();
- };
- ByteIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'ByteIterator', interfaces: [Iterator]};
- function CharIterator() {
- }
- CharIterator.prototype.next = function () {
- return toBoxedChar(this.nextChar());
- };
- CharIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'CharIterator', interfaces: [Iterator]};
- function ShortIterator() {
- }
- ShortIterator.prototype.next = function () {
- return this.nextShort();
- };
- ShortIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'ShortIterator', interfaces: [Iterator]};
- function IntIterator() {
- }
- IntIterator.prototype.next = function () {
- return this.nextInt();
- };
- IntIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'IntIterator', interfaces: [Iterator]};
- function LongIterator() {
- }
- LongIterator.prototype.next = function () {
- return this.nextLong();
- };
- LongIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'LongIterator', interfaces: [Iterator]};
- function FloatIterator() {
- }
- FloatIterator.prototype.next = function () {
- return this.nextFloat();
- };
- FloatIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'FloatIterator', interfaces: [Iterator]};
- function DoubleIterator() {
- }
- DoubleIterator.prototype.next = function () {
- return this.nextDouble();
- };
- DoubleIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'DoubleIterator', interfaces: [Iterator]};
- function BooleanIterator() {
- }
- BooleanIterator.prototype.next = function () {
- return this.nextBoolean();
- };
- BooleanIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'BooleanIterator', interfaces: [Iterator]};
- function CharProgressionIterator(first, last, step) {
- CharIterator.call(this);
- this.step = step;
- this.finalElement_0 = last | 0;
- this.hasNext_0 = this.step > 0 ? first <= last : first >= last;
- this.next_0 = this.hasNext_0 ? first | 0 : this.finalElement_0;
- }
- CharProgressionIterator.prototype.hasNext = function () {
- return this.hasNext_0;
- };
- CharProgressionIterator.prototype.nextChar = function () {
- var value = this.next_0;
- if (value === this.finalElement_0) {
- if (!this.hasNext_0)
- throw NoSuchElementException_init();
- this.hasNext_0 = false;
- } else {
- this.next_0 = this.next_0 + this.step | 0;
- }
- return toChar(value);
- };
- CharProgressionIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'CharProgressionIterator', interfaces: [CharIterator]};
- function IntProgressionIterator(first, last, step) {
- IntIterator.call(this);
- this.step = step;
- this.finalElement_0 = last;
- this.hasNext_0 = this.step > 0 ? first <= last : first >= last;
- this.next_0 = this.hasNext_0 ? first : this.finalElement_0;
- }
- IntProgressionIterator.prototype.hasNext = function () {
- return this.hasNext_0;
- };
- IntProgressionIterator.prototype.nextInt = function () {
- var value = this.next_0;
- if (value === this.finalElement_0) {
- if (!this.hasNext_0)
- throw NoSuchElementException_init();
- this.hasNext_0 = false;
- } else {
- this.next_0 = this.next_0 + this.step | 0;
- }
- return value;
- };
- IntProgressionIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'IntProgressionIterator', interfaces: [IntIterator]};
- function LongProgressionIterator(first, last, step) {
- LongIterator.call(this);
- this.step = step;
- this.finalElement_0 = last;
- this.hasNext_0 = this.step.toNumber() > 0 ? first.compareTo_11rb$(last) <= 0 : first.compareTo_11rb$(last) >= 0;
- this.next_0 = this.hasNext_0 ? first : this.finalElement_0;
- }
- LongProgressionIterator.prototype.hasNext = function () {
- return this.hasNext_0;
- };
- LongProgressionIterator.prototype.nextLong = function () {
- var value = this.next_0;
- if (equals(value, this.finalElement_0)) {
- if (!this.hasNext_0)
- throw NoSuchElementException_init();
- this.hasNext_0 = false;
- } else {
- this.next_0 = this.next_0.add(this.step);
- }
- return value;
- };
- LongProgressionIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'LongProgressionIterator', interfaces: [LongIterator]};
- function CharProgression(start, endInclusive, step) {
- CharProgression$Companion_getInstance();
- if (step === 0)
- throw IllegalArgumentException_init_0('Step must be non-zero.');
- if (step === -2147483648)
- throw IllegalArgumentException_init_0('Step must be greater than Int.MIN_VALUE to avoid overflow on negation.');
- this.first = start;
- this.last = toChar(getProgressionLastElement(start | 0, endInclusive | 0, step));
- this.step = step;
- }
- CharProgression.prototype.iterator = function () {
- return new CharProgressionIterator(this.first, this.last, this.step);
- };
- CharProgression.prototype.isEmpty = function () {
- return this.step > 0 ? this.first > this.last : this.first < this.last;
- };
- CharProgression.prototype.equals = function (other) {
- return Kotlin.isType(other, CharProgression) && (this.isEmpty() && other.isEmpty() || (this.first === other.first && this.last === other.last && this.step === other.step));
- };
- CharProgression.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : (31 * ((31 * (this.first | 0) | 0) + (this.last | 0) | 0) | 0) + this.step | 0;
- };
- CharProgression.prototype.toString = function () {
- return this.step > 0 ? String.fromCharCode(this.first) + '..' + String.fromCharCode(this.last) + ' step ' + this.step : String.fromCharCode(this.first) + ' downTo ' + String.fromCharCode(this.last) + ' step ' + (-this.step | 0);
- };
- function CharProgression$Companion() {
- CharProgression$Companion_instance = this;
- }
- CharProgression$Companion.prototype.fromClosedRange_ayra44$ = function (rangeStart, rangeEnd, step) {
- return new CharProgression(rangeStart, rangeEnd, step);
- };
- CharProgression$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var CharProgression$Companion_instance = null;
- function CharProgression$Companion_getInstance() {
- if (CharProgression$Companion_instance === null) {
- new CharProgression$Companion();
- }return CharProgression$Companion_instance;
- }
- CharProgression.$metadata$ = {kind: Kind_CLASS, simpleName: 'CharProgression', interfaces: [Iterable]};
- function IntProgression(start, endInclusive, step) {
- IntProgression$Companion_getInstance();
- if (step === 0)
- throw IllegalArgumentException_init_0('Step must be non-zero.');
- if (step === -2147483648)
- throw IllegalArgumentException_init_0('Step must be greater than Int.MIN_VALUE to avoid overflow on negation.');
- this.first = start;
- this.last = getProgressionLastElement(start, endInclusive, step);
- this.step = step;
- }
- IntProgression.prototype.iterator = function () {
- return new IntProgressionIterator(this.first, this.last, this.step);
- };
- IntProgression.prototype.isEmpty = function () {
- return this.step > 0 ? this.first > this.last : this.first < this.last;
- };
- IntProgression.prototype.equals = function (other) {
- return Kotlin.isType(other, IntProgression) && (this.isEmpty() && other.isEmpty() || (this.first === other.first && this.last === other.last && this.step === other.step));
- };
- IntProgression.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : (31 * ((31 * this.first | 0) + this.last | 0) | 0) + this.step | 0;
- };
- IntProgression.prototype.toString = function () {
- return this.step > 0 ? this.first.toString() + '..' + this.last + ' step ' + this.step : this.first.toString() + ' downTo ' + this.last + ' step ' + (-this.step | 0);
- };
- function IntProgression$Companion() {
- IntProgression$Companion_instance = this;
- }
- IntProgression$Companion.prototype.fromClosedRange_qt1dr2$ = function (rangeStart, rangeEnd, step) {
- return new IntProgression(rangeStart, rangeEnd, step);
- };
- IntProgression$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var IntProgression$Companion_instance = null;
- function IntProgression$Companion_getInstance() {
- if (IntProgression$Companion_instance === null) {
- new IntProgression$Companion();
- }return IntProgression$Companion_instance;
- }
- IntProgression.$metadata$ = {kind: Kind_CLASS, simpleName: 'IntProgression', interfaces: [Iterable]};
- function LongProgression(start, endInclusive, step) {
- LongProgression$Companion_getInstance();
- if (equals(step, L0))
- throw IllegalArgumentException_init_0('Step must be non-zero.');
- if (equals(step, Long$Companion$MIN_VALUE))
- throw IllegalArgumentException_init_0('Step must be greater than Long.MIN_VALUE to avoid overflow on negation.');
- this.first = start;
- this.last = getProgressionLastElement_0(start, endInclusive, step);
- this.step = step;
- }
- LongProgression.prototype.iterator = function () {
- return new LongProgressionIterator(this.first, this.last, this.step);
- };
- LongProgression.prototype.isEmpty = function () {
- return this.step.toNumber() > 0 ? this.first.compareTo_11rb$(this.last) > 0 : this.first.compareTo_11rb$(this.last) < 0;
- };
- LongProgression.prototype.equals = function (other) {
- return Kotlin.isType(other, LongProgression) && (this.isEmpty() && other.isEmpty() || (equals(this.first, other.first) && equals(this.last, other.last) && equals(this.step, other.step)));
- };
- LongProgression.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : Kotlin.Long.fromInt(31).multiply(Kotlin.Long.fromInt(31).multiply(this.first.xor(this.first.shiftRightUnsigned(32))).add(this.last.xor(this.last.shiftRightUnsigned(32)))).add(this.step.xor(this.step.shiftRightUnsigned(32))).toInt();
- };
- LongProgression.prototype.toString = function () {
- return this.step.toNumber() > 0 ? this.first.toString() + '..' + this.last.toString() + ' step ' + this.step.toString() : this.first.toString() + ' downTo ' + this.last.toString() + ' step ' + this.step.unaryMinus().toString();
- };
- function LongProgression$Companion() {
- LongProgression$Companion_instance = this;
- }
- LongProgression$Companion.prototype.fromClosedRange_b9bd0d$ = function (rangeStart, rangeEnd, step) {
- return new LongProgression(rangeStart, rangeEnd, step);
- };
- LongProgression$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var LongProgression$Companion_instance = null;
- function LongProgression$Companion_getInstance() {
- if (LongProgression$Companion_instance === null) {
- new LongProgression$Companion();
- }return LongProgression$Companion_instance;
- }
- LongProgression.$metadata$ = {kind: Kind_CLASS, simpleName: 'LongProgression', interfaces: [Iterable]};
- function ClosedRange() {
- }
- ClosedRange.prototype.contains_mef7kx$ = function (value) {
- return Kotlin.compareTo(value, this.start) >= 0 && Kotlin.compareTo(value, this.endInclusive) <= 0;
- };
- ClosedRange.prototype.isEmpty = function () {
- return Kotlin.compareTo(this.start, this.endInclusive) > 0;
- };
- ClosedRange.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'ClosedRange', interfaces: []};
- function CharRange(start, endInclusive) {
- CharRange$Companion_getInstance();
- CharProgression.call(this, start, endInclusive, 1);
- }
- Object.defineProperty(CharRange.prototype, 'start', {configurable: true, get: function () {
- return toBoxedChar(this.first);
- }});
- Object.defineProperty(CharRange.prototype, 'endInclusive', {configurable: true, get: function () {
- return toBoxedChar(this.last);
- }});
- CharRange.prototype.contains_mef7kx$ = function (value) {
- return this.first <= value && value <= this.last;
- };
- CharRange.prototype.isEmpty = function () {
- return this.first > this.last;
- };
- CharRange.prototype.equals = function (other) {
- return Kotlin.isType(other, CharRange) && (this.isEmpty() && other.isEmpty() || (this.first === other.first && this.last === other.last));
- };
- CharRange.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : (31 * (this.first | 0) | 0) + (this.last | 0) | 0;
- };
- CharRange.prototype.toString = function () {
- return String.fromCharCode(this.first) + '..' + String.fromCharCode(this.last);
- };
- function CharRange$Companion() {
- CharRange$Companion_instance = this;
- this.EMPTY = new CharRange(toChar(1), toChar(0));
- }
- CharRange$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var CharRange$Companion_instance = null;
- function CharRange$Companion_getInstance() {
- if (CharRange$Companion_instance === null) {
- new CharRange$Companion();
- }return CharRange$Companion_instance;
- }
- CharRange.$metadata$ = {kind: Kind_CLASS, simpleName: 'CharRange', interfaces: [ClosedRange, CharProgression]};
- function IntRange(start, endInclusive) {
- IntRange$Companion_getInstance();
- IntProgression.call(this, start, endInclusive, 1);
- }
- Object.defineProperty(IntRange.prototype, 'start', {configurable: true, get: function () {
- return this.first;
- }});
- Object.defineProperty(IntRange.prototype, 'endInclusive', {configurable: true, get: function () {
- return this.last;
- }});
- IntRange.prototype.contains_mef7kx$ = function (value) {
- return this.first <= value && value <= this.last;
- };
- IntRange.prototype.isEmpty = function () {
- return this.first > this.last;
- };
- IntRange.prototype.equals = function (other) {
- return Kotlin.isType(other, IntRange) && (this.isEmpty() && other.isEmpty() || (this.first === other.first && this.last === other.last));
- };
- IntRange.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : (31 * this.first | 0) + this.last | 0;
- };
- IntRange.prototype.toString = function () {
- return this.first.toString() + '..' + this.last;
- };
- function IntRange$Companion() {
- IntRange$Companion_instance = this;
- this.EMPTY = new IntRange(1, 0);
- }
- IntRange$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var IntRange$Companion_instance = null;
- function IntRange$Companion_getInstance() {
- if (IntRange$Companion_instance === null) {
- new IntRange$Companion();
- }return IntRange$Companion_instance;
- }
- IntRange.$metadata$ = {kind: Kind_CLASS, simpleName: 'IntRange', interfaces: [ClosedRange, IntProgression]};
- function LongRange(start, endInclusive) {
- LongRange$Companion_getInstance();
- LongProgression.call(this, start, endInclusive, L1);
- }
- Object.defineProperty(LongRange.prototype, 'start', {configurable: true, get: function () {
- return this.first;
- }});
- Object.defineProperty(LongRange.prototype, 'endInclusive', {configurable: true, get: function () {
- return this.last;
- }});
- LongRange.prototype.contains_mef7kx$ = function (value) {
- return this.first.compareTo_11rb$(value) <= 0 && value.compareTo_11rb$(this.last) <= 0;
- };
- LongRange.prototype.isEmpty = function () {
- return this.first.compareTo_11rb$(this.last) > 0;
- };
- LongRange.prototype.equals = function (other) {
- return Kotlin.isType(other, LongRange) && (this.isEmpty() && other.isEmpty() || (equals(this.first, other.first) && equals(this.last, other.last)));
- };
- LongRange.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : Kotlin.Long.fromInt(31).multiply(this.first.xor(this.first.shiftRightUnsigned(32))).add(this.last.xor(this.last.shiftRightUnsigned(32))).toInt();
- };
- LongRange.prototype.toString = function () {
- return this.first.toString() + '..' + this.last.toString();
- };
- function LongRange$Companion() {
- LongRange$Companion_instance = this;
- this.EMPTY = new LongRange(L1, L0);
- }
- LongRange$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var LongRange$Companion_instance = null;
- function LongRange$Companion_getInstance() {
- if (LongRange$Companion_instance === null) {
- new LongRange$Companion();
- }return LongRange$Companion_instance;
- }
- LongRange.$metadata$ = {kind: Kind_CLASS, simpleName: 'LongRange', interfaces: [ClosedRange, LongProgression]};
- function Unit() {
- Unit_instance = this;
- }
- Unit.prototype.toString = function () {
- return 'kotlin.Unit';
- };
- Unit.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Unit', interfaces: []};
- var Unit_instance = null;
- function Unit_getInstance() {
- if (Unit_instance === null) {
- new Unit();
- }return Unit_instance;
- }
- function AnnotationTarget(name, ordinal) {
- Enum.call(this);
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function AnnotationTarget_initFields() {
- AnnotationTarget_initFields = function () {
- };
- AnnotationTarget$CLASS_instance = new AnnotationTarget('CLASS', 0);
- AnnotationTarget$ANNOTATION_CLASS_instance = new AnnotationTarget('ANNOTATION_CLASS', 1);
- AnnotationTarget$TYPE_PARAMETER_instance = new AnnotationTarget('TYPE_PARAMETER', 2);
- AnnotationTarget$PROPERTY_instance = new AnnotationTarget('PROPERTY', 3);
- AnnotationTarget$FIELD_instance = new AnnotationTarget('FIELD', 4);
- AnnotationTarget$LOCAL_VARIABLE_instance = new AnnotationTarget('LOCAL_VARIABLE', 5);
- AnnotationTarget$VALUE_PARAMETER_instance = new AnnotationTarget('VALUE_PARAMETER', 6);
- AnnotationTarget$CONSTRUCTOR_instance = new AnnotationTarget('CONSTRUCTOR', 7);
- AnnotationTarget$FUNCTION_instance = new AnnotationTarget('FUNCTION', 8);
- AnnotationTarget$PROPERTY_GETTER_instance = new AnnotationTarget('PROPERTY_GETTER', 9);
- AnnotationTarget$PROPERTY_SETTER_instance = new AnnotationTarget('PROPERTY_SETTER', 10);
- AnnotationTarget$TYPE_instance = new AnnotationTarget('TYPE', 11);
- AnnotationTarget$EXPRESSION_instance = new AnnotationTarget('EXPRESSION', 12);
- AnnotationTarget$FILE_instance = new AnnotationTarget('FILE', 13);
- AnnotationTarget$TYPEALIAS_instance = new AnnotationTarget('TYPEALIAS', 14);
- }
- var AnnotationTarget$CLASS_instance;
- function AnnotationTarget$CLASS_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$CLASS_instance;
- }
- var AnnotationTarget$ANNOTATION_CLASS_instance;
- function AnnotationTarget$ANNOTATION_CLASS_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$ANNOTATION_CLASS_instance;
- }
- var AnnotationTarget$TYPE_PARAMETER_instance;
- function AnnotationTarget$TYPE_PARAMETER_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$TYPE_PARAMETER_instance;
- }
- var AnnotationTarget$PROPERTY_instance;
- function AnnotationTarget$PROPERTY_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$PROPERTY_instance;
- }
- var AnnotationTarget$FIELD_instance;
- function AnnotationTarget$FIELD_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$FIELD_instance;
- }
- var AnnotationTarget$LOCAL_VARIABLE_instance;
- function AnnotationTarget$LOCAL_VARIABLE_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$LOCAL_VARIABLE_instance;
- }
- var AnnotationTarget$VALUE_PARAMETER_instance;
- function AnnotationTarget$VALUE_PARAMETER_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$VALUE_PARAMETER_instance;
- }
- var AnnotationTarget$CONSTRUCTOR_instance;
- function AnnotationTarget$CONSTRUCTOR_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$CONSTRUCTOR_instance;
- }
- var AnnotationTarget$FUNCTION_instance;
- function AnnotationTarget$FUNCTION_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$FUNCTION_instance;
- }
- var AnnotationTarget$PROPERTY_GETTER_instance;
- function AnnotationTarget$PROPERTY_GETTER_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$PROPERTY_GETTER_instance;
- }
- var AnnotationTarget$PROPERTY_SETTER_instance;
- function AnnotationTarget$PROPERTY_SETTER_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$PROPERTY_SETTER_instance;
- }
- var AnnotationTarget$TYPE_instance;
- function AnnotationTarget$TYPE_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$TYPE_instance;
- }
- var AnnotationTarget$EXPRESSION_instance;
- function AnnotationTarget$EXPRESSION_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$EXPRESSION_instance;
- }
- var AnnotationTarget$FILE_instance;
- function AnnotationTarget$FILE_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$FILE_instance;
- }
- var AnnotationTarget$TYPEALIAS_instance;
- function AnnotationTarget$TYPEALIAS_getInstance() {
- AnnotationTarget_initFields();
- return AnnotationTarget$TYPEALIAS_instance;
- }
- AnnotationTarget.$metadata$ = {kind: Kind_CLASS, simpleName: 'AnnotationTarget', interfaces: [Enum]};
- function AnnotationTarget$values() {
- return [AnnotationTarget$CLASS_getInstance(), AnnotationTarget$ANNOTATION_CLASS_getInstance(), AnnotationTarget$TYPE_PARAMETER_getInstance(), AnnotationTarget$PROPERTY_getInstance(), AnnotationTarget$FIELD_getInstance(), AnnotationTarget$LOCAL_VARIABLE_getInstance(), AnnotationTarget$VALUE_PARAMETER_getInstance(), AnnotationTarget$CONSTRUCTOR_getInstance(), AnnotationTarget$FUNCTION_getInstance(), AnnotationTarget$PROPERTY_GETTER_getInstance(), AnnotationTarget$PROPERTY_SETTER_getInstance(), AnnotationTarget$TYPE_getInstance(), AnnotationTarget$EXPRESSION_getInstance(), AnnotationTarget$FILE_getInstance(), AnnotationTarget$TYPEALIAS_getInstance()];
- }
- AnnotationTarget.values = AnnotationTarget$values;
- function AnnotationTarget$valueOf(name) {
- switch (name) {
- case 'CLASS':
- return AnnotationTarget$CLASS_getInstance();
- case 'ANNOTATION_CLASS':
- return AnnotationTarget$ANNOTATION_CLASS_getInstance();
- case 'TYPE_PARAMETER':
- return AnnotationTarget$TYPE_PARAMETER_getInstance();
- case 'PROPERTY':
- return AnnotationTarget$PROPERTY_getInstance();
- case 'FIELD':
- return AnnotationTarget$FIELD_getInstance();
- case 'LOCAL_VARIABLE':
- return AnnotationTarget$LOCAL_VARIABLE_getInstance();
- case 'VALUE_PARAMETER':
- return AnnotationTarget$VALUE_PARAMETER_getInstance();
- case 'CONSTRUCTOR':
- return AnnotationTarget$CONSTRUCTOR_getInstance();
- case 'FUNCTION':
- return AnnotationTarget$FUNCTION_getInstance();
- case 'PROPERTY_GETTER':
- return AnnotationTarget$PROPERTY_GETTER_getInstance();
- case 'PROPERTY_SETTER':
- return AnnotationTarget$PROPERTY_SETTER_getInstance();
- case 'TYPE':
- return AnnotationTarget$TYPE_getInstance();
- case 'EXPRESSION':
- return AnnotationTarget$EXPRESSION_getInstance();
- case 'FILE':
- return AnnotationTarget$FILE_getInstance();
- case 'TYPEALIAS':
- return AnnotationTarget$TYPEALIAS_getInstance();
- default:throwISE('No enum constant kotlin.annotation.AnnotationTarget.' + name);
- }
- }
- AnnotationTarget.valueOf_61zpoe$ = AnnotationTarget$valueOf;
- function AnnotationRetention(name, ordinal) {
- Enum.call(this);
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function AnnotationRetention_initFields() {
- AnnotationRetention_initFields = function () {
- };
- AnnotationRetention$SOURCE_instance = new AnnotationRetention('SOURCE', 0);
- AnnotationRetention$BINARY_instance = new AnnotationRetention('BINARY', 1);
- AnnotationRetention$RUNTIME_instance = new AnnotationRetention('RUNTIME', 2);
- }
- var AnnotationRetention$SOURCE_instance;
- function AnnotationRetention$SOURCE_getInstance() {
- AnnotationRetention_initFields();
- return AnnotationRetention$SOURCE_instance;
- }
- var AnnotationRetention$BINARY_instance;
- function AnnotationRetention$BINARY_getInstance() {
- AnnotationRetention_initFields();
- return AnnotationRetention$BINARY_instance;
- }
- var AnnotationRetention$RUNTIME_instance;
- function AnnotationRetention$RUNTIME_getInstance() {
- AnnotationRetention_initFields();
- return AnnotationRetention$RUNTIME_instance;
- }
- AnnotationRetention.$metadata$ = {kind: Kind_CLASS, simpleName: 'AnnotationRetention', interfaces: [Enum]};
- function AnnotationRetention$values() {
- return [AnnotationRetention$SOURCE_getInstance(), AnnotationRetention$BINARY_getInstance(), AnnotationRetention$RUNTIME_getInstance()];
- }
- AnnotationRetention.values = AnnotationRetention$values;
- function AnnotationRetention$valueOf(name) {
- switch (name) {
- case 'SOURCE':
- return AnnotationRetention$SOURCE_getInstance();
- case 'BINARY':
- return AnnotationRetention$BINARY_getInstance();
- case 'RUNTIME':
- return AnnotationRetention$RUNTIME_getInstance();
- default:throwISE('No enum constant kotlin.annotation.AnnotationRetention.' + name);
- }
- }
- AnnotationRetention.valueOf_61zpoe$ = AnnotationRetention$valueOf;
- function Target(allowedTargets) {
- this.allowedTargets = allowedTargets;
- }
- Target.$metadata$ = {kind: Kind_CLASS, simpleName: 'Target', interfaces: [Annotation]};
- function Retention(value) {
- if (value === void 0)
- value = AnnotationRetention$RUNTIME_getInstance();
- this.value = value;
- }
- Retention.$metadata$ = {kind: Kind_CLASS, simpleName: 'Retention', interfaces: [Annotation]};
- function Repeatable() {
- }
- Repeatable.$metadata$ = {kind: Kind_CLASS, simpleName: 'Repeatable', interfaces: [Annotation]};
- function MustBeDocumented() {
- }
- MustBeDocumented.$metadata$ = {kind: Kind_CLASS, simpleName: 'MustBeDocumented', interfaces: [Annotation]};
- function PureReifiable() {
- }
- PureReifiable.$metadata$ = {kind: Kind_CLASS, simpleName: 'PureReifiable', interfaces: [Annotation]};
- function PlatformDependent() {
- }
- PlatformDependent.$metadata$ = {kind: Kind_CLASS, simpleName: 'PlatformDependent', interfaces: [Annotation]};
- function mod(a, b) {
- var mod = a % b;
- return mod >= 0 ? mod : mod + b | 0;
- }
- function mod_0(a, b) {
- var mod = a.modulo(b);
- return mod.toNumber() >= 0 ? mod : mod.add(b);
- }
- function differenceModulo(a, b, c) {
- return mod(mod(a, c) - mod(b, c) | 0, c);
- }
- function differenceModulo_0(a, b, c) {
- return mod_0(mod_0(a, c).subtract(mod_0(b, c)), c);
- }
- function getProgressionLastElement(start, end, step) {
- if (step > 0)
- return start >= end ? end : end - differenceModulo(end, start, step) | 0;
- else if (step < 0)
- return start <= end ? end : end + differenceModulo(start, end, -step | 0) | 0;
- else
- throw IllegalArgumentException_init_0('Step is zero.');
- }
- function getProgressionLastElement_0(start, end, step) {
- if (step.toNumber() > 0)
- return start.compareTo_11rb$(end) >= 0 ? end : end.subtract(differenceModulo_0(end, start, step));
- else if (step.toNumber() < 0)
- return start.compareTo_11rb$(end) <= 0 ? end : end.add(differenceModulo_0(start, end, step.unaryMinus()));
- else
- throw IllegalArgumentException_init_0('Step is zero.');
- }
- function arrayIterator$ObjectLiteral(closure$arr) {
- this.closure$arr = closure$arr;
- this.index = 0;
- }
- arrayIterator$ObjectLiteral.prototype.hasNext = function () {
- return this.index < this.closure$arr.length;
- };
- arrayIterator$ObjectLiteral.prototype.next = function () {
- var tmp$;
- if (this.index < this.closure$arr.length) {
- return this.closure$arr[tmp$ = this.index, this.index = tmp$ + 1 | 0, tmp$];
- } else
- throw new NoSuchElementException(this.index.toString());
- };
- arrayIterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- function arrayIterator(array, type) {
- if (type == null) {
- var arr = array;
- return new arrayIterator$ObjectLiteral(arr);
- } else
- switch (type) {
- case 'BooleanArray':
- return booleanArrayIterator(array);
- case 'ByteArray':
- return byteArrayIterator(array);
- case 'ShortArray':
- return shortArrayIterator(array);
- case 'CharArray':
- return charArrayIterator(array);
- case 'IntArray':
- return intArrayIterator(array);
- case 'LongArray':
- return longArrayIterator(array);
- case 'FloatArray':
- return floatArrayIterator(array);
- case 'DoubleArray':
- return doubleArrayIterator(array);
- default:throw IllegalStateException_init_0('Unsupported type argument for arrayIterator: ' + toString(type));
- }
- }
- function booleanArrayIterator$ObjectLiteral(closure$array) {
- this.closure$array = closure$array;
- BooleanIterator.call(this);
- this.index = 0;
- }
- booleanArrayIterator$ObjectLiteral.prototype.hasNext = function () {
- return this.index < this.closure$array.length;
- };
- booleanArrayIterator$ObjectLiteral.prototype.nextBoolean = function () {
- var tmp$;
- if (this.index < this.closure$array.length) {
- return this.closure$array[tmp$ = this.index, this.index = tmp$ + 1 | 0, tmp$];
- } else
- throw new NoSuchElementException(this.index.toString());
- };
- booleanArrayIterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [BooleanIterator]};
- function booleanArrayIterator(array) {
- return new booleanArrayIterator$ObjectLiteral(array);
- }
- function byteArrayIterator$ObjectLiteral(closure$array) {
- this.closure$array = closure$array;
- ByteIterator.call(this);
- this.index = 0;
- }
- byteArrayIterator$ObjectLiteral.prototype.hasNext = function () {
- return this.index < this.closure$array.length;
- };
- byteArrayIterator$ObjectLiteral.prototype.nextByte = function () {
- var tmp$;
- if (this.index < this.closure$array.length) {
- return this.closure$array[tmp$ = this.index, this.index = tmp$ + 1 | 0, tmp$];
- } else
- throw new NoSuchElementException(this.index.toString());
- };
- byteArrayIterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [ByteIterator]};
- function byteArrayIterator(array) {
- return new byteArrayIterator$ObjectLiteral(array);
- }
- function shortArrayIterator$ObjectLiteral(closure$array) {
- this.closure$array = closure$array;
- ShortIterator.call(this);
- this.index = 0;
- }
- shortArrayIterator$ObjectLiteral.prototype.hasNext = function () {
- return this.index < this.closure$array.length;
- };
- shortArrayIterator$ObjectLiteral.prototype.nextShort = function () {
- var tmp$;
- if (this.index < this.closure$array.length) {
- return this.closure$array[tmp$ = this.index, this.index = tmp$ + 1 | 0, tmp$];
- } else
- throw new NoSuchElementException(this.index.toString());
- };
- shortArrayIterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [ShortIterator]};
- function shortArrayIterator(array) {
- return new shortArrayIterator$ObjectLiteral(array);
- }
- function charArrayIterator$ObjectLiteral(closure$array) {
- this.closure$array = closure$array;
- CharIterator.call(this);
- this.index = 0;
- }
- charArrayIterator$ObjectLiteral.prototype.hasNext = function () {
- return this.index < this.closure$array.length;
- };
- charArrayIterator$ObjectLiteral.prototype.nextChar = function () {
- var tmp$;
- if (this.index < this.closure$array.length) {
- return this.closure$array[tmp$ = this.index, this.index = tmp$ + 1 | 0, tmp$];
- } else
- throw new NoSuchElementException(this.index.toString());
- };
- charArrayIterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [CharIterator]};
- function charArrayIterator(array) {
- return new charArrayIterator$ObjectLiteral(array);
- }
- function intArrayIterator$ObjectLiteral(closure$array) {
- this.closure$array = closure$array;
- IntIterator.call(this);
- this.index = 0;
- }
- intArrayIterator$ObjectLiteral.prototype.hasNext = function () {
- return this.index < this.closure$array.length;
- };
- intArrayIterator$ObjectLiteral.prototype.nextInt = function () {
- var tmp$;
- if (this.index < this.closure$array.length) {
- return this.closure$array[tmp$ = this.index, this.index = tmp$ + 1 | 0, tmp$];
- } else
- throw new NoSuchElementException(this.index.toString());
- };
- intArrayIterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [IntIterator]};
- function intArrayIterator(array) {
- return new intArrayIterator$ObjectLiteral(array);
- }
- function floatArrayIterator$ObjectLiteral(closure$array) {
- this.closure$array = closure$array;
- FloatIterator.call(this);
- this.index = 0;
- }
- floatArrayIterator$ObjectLiteral.prototype.hasNext = function () {
- return this.index < this.closure$array.length;
- };
- floatArrayIterator$ObjectLiteral.prototype.nextFloat = function () {
- var tmp$;
- if (this.index < this.closure$array.length) {
- return this.closure$array[tmp$ = this.index, this.index = tmp$ + 1 | 0, tmp$];
- } else
- throw new NoSuchElementException(this.index.toString());
- };
- floatArrayIterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [FloatIterator]};
- function floatArrayIterator(array) {
- return new floatArrayIterator$ObjectLiteral(array);
- }
- function doubleArrayIterator$ObjectLiteral(closure$array) {
- this.closure$array = closure$array;
- DoubleIterator.call(this);
- this.index = 0;
- }
- doubleArrayIterator$ObjectLiteral.prototype.hasNext = function () {
- return this.index < this.closure$array.length;
- };
- doubleArrayIterator$ObjectLiteral.prototype.nextDouble = function () {
- var tmp$;
- if (this.index < this.closure$array.length) {
- return this.closure$array[tmp$ = this.index, this.index = tmp$ + 1 | 0, tmp$];
- } else
- throw new NoSuchElementException(this.index.toString());
- };
- doubleArrayIterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [DoubleIterator]};
- function doubleArrayIterator(array) {
- return new doubleArrayIterator$ObjectLiteral(array);
- }
- function longArrayIterator$ObjectLiteral(closure$array) {
- this.closure$array = closure$array;
- LongIterator.call(this);
- this.index = 0;
- }
- longArrayIterator$ObjectLiteral.prototype.hasNext = function () {
- return this.index < this.closure$array.length;
- };
- longArrayIterator$ObjectLiteral.prototype.nextLong = function () {
- var tmp$;
- if (this.index < this.closure$array.length) {
- return this.closure$array[tmp$ = this.index, this.index = tmp$ + 1 | 0, tmp$];
- } else
- throw new NoSuchElementException(this.index.toString());
- };
- longArrayIterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [LongIterator]};
- function longArrayIterator(array) {
- return new longArrayIterator$ObjectLiteral(array);
- }
- function PropertyMetadata(name) {
- this.callableName = name;
- }
- PropertyMetadata.$metadata$ = {kind: Kind_CLASS, simpleName: 'PropertyMetadata', interfaces: []};
- function noWhenBranchMatched() {
- throw NoWhenBranchMatchedException_init();
- }
- function subSequence(c, startIndex, endIndex) {
- if (typeof c === 'string') {
- return c.substring(startIndex, endIndex);
- } else {
- return c.subSequence_vux9f0$(startIndex, endIndex);
- }
- }
- function captureStack(baseClass, instance) {
- if (Error.captureStackTrace) {
- Error.captureStackTrace(instance);
- } else {
- instance.stack = (new Error()).stack;
- }
- }
- function newThrowable(message, cause) {
- var tmp$;
- var throwable = new Error();
- if (equals(typeof message, 'undefined')) {
- tmp$ = cause != null ? cause.toString() : null;
- } else {
- tmp$ = message;
- }
- throwable.message = tmp$;
- throwable.cause = cause;
- throwable.name = 'Throwable';
- return throwable;
- }
- function BoxedChar(c) {
- this.c = c;
- }
- BoxedChar.prototype.equals = function (other) {
- return Kotlin.isType(other, BoxedChar) && this.c === other.c;
- };
- BoxedChar.prototype.hashCode = function () {
- return this.c;
- };
- BoxedChar.prototype.toString = function () {
- return String.fromCharCode(unboxChar(this.c));
- };
- BoxedChar.prototype.compareTo_11rb$ = function (other) {
- return this.c - other;
- };
- BoxedChar.prototype.valueOf = function () {
- return this.c;
- };
- BoxedChar.$metadata$ = {kind: Kind_CLASS, simpleName: 'BoxedChar', interfaces: [Comparable]};
- var concat = defineInlineFunction('kotlin.concat_2r4q7p$', function (args) {
- var typed = Array(args.length);
- for (var i = 0; i !== args.length; ++i) {
- var arr = args[i];
- if (!Kotlin.isArray(arr)) {
- typed[i] = [].slice.call(arr);
- } else {
- typed[i] = arr;
- }
- }
- return [].concat.apply([], typed);
- });
- function arrayConcat(a, b) {
- var args = arguments;
- var typed = Array(args.length);
- for (var i = 0; i !== args.length; ++i) {
- var arr = args[i];
- if (!Kotlin.isArray(arr)) {
- typed[i] = [].slice.call(arr);
- } else {
- typed[i] = arr;
- }
- }
- return [].concat.apply([], typed);
- }
- function primitiveArrayConcat(a, b) {
- var args = arguments;
- if (Kotlin.isArray(a) && a.$type$ === undefined) {
- var typed = Array(args.length);
- for (var i = 0; i !== args.length; ++i) {
- var arr = args[i];
- if (!Kotlin.isArray(arr)) {
- typed[i] = [].slice.call(arr);
- } else {
- typed[i] = arr;
- }
- }
- return [].concat.apply([], typed);
- } else {
- var size = 0;
- for (var i_0 = 0; i_0 !== args.length; ++i_0) {
- var tmp$;
- size = size + (typeof (tmp$ = args[i_0].length) === 'number' ? tmp$ : throwCCE_0()) | 0;
- }
- var result = new a.constructor(size);
- if (a.$type$ !== undefined) {
- result.$type$ = a.$type$;
- }size = 0;
- for (var i_1 = 0; i_1 !== args.length; ++i_1) {
- var tmp$_0, tmp$_1;
- var arr_0 = args[i_1];
- tmp$_0 = arr_0.length;
- for (var j = 0; j < tmp$_0; j++) {
- result[tmp$_1 = size, size = tmp$_1 + 1 | 0, tmp$_1] = arr_0[j];
- }
- }
- return result;
- }
- }
- function booleanArrayOf() {
- var type = 'BooleanArray';
- var array = [].slice.call(arguments);
- array.$type$ = type;
- return array;
- }
- function charArrayOf() {
- var type = 'CharArray';
- var array = new Uint16Array([].slice.call(arguments));
- array.$type$ = type;
- return array;
- }
- function longArrayOf() {
- var type = 'LongArray';
- var array = [].slice.call(arguments);
- array.$type$ = type;
- return array;
- }
- var withType = defineInlineFunction('kotlin.withType', function (type, array) {
- array.$type$ = type;
- return array;
- });
- var Char = defineInlineFunction('kotlin.kotlin.Char_6hrhkk$', wrapFunction(function () {
- var toChar = Kotlin.toChar;
- return function (code) {
- return toChar(code.data & 65535);
- };
- }));
- function CoroutineImpl(resultContinuation) {
- this.resultContinuation_0 = resultContinuation;
- this.state_0 = 0;
- this.exceptionState_0 = 0;
- this.result_0 = null;
- this.exception_0 = null;
- this.finallyPath_0 = null;
- this.context_hxcuhl$_0 = this.resultContinuation_0.context;
- this.intercepted__0 = null;
- }
- Object.defineProperty(CoroutineImpl.prototype, 'context', {configurable: true, get: function () {
- return this.context_hxcuhl$_0;
- }});
- CoroutineImpl.prototype.intercepted = function () {
- var tmp$, tmp$_0, tmp$_1;
- var tmp$_2;
- if ((tmp$_1 = this.intercepted__0) != null)
- tmp$_2 = tmp$_1;
- else {
- var $receiver = (tmp$_0 = (tmp$ = this.context.get_j3r2sn$(ContinuationInterceptor$Key_getInstance())) != null ? tmp$.interceptContinuation_wj8d80$(this) : null) != null ? tmp$_0 : this;
- this.intercepted__0 = $receiver;
- tmp$_2 = $receiver;
- }
- return tmp$_2;
- };
- CoroutineImpl.prototype.resumeWith_tl1gpc$ = function (result) {
- var current = {v: this};
- var getOrNull$result;
- var tmp$;
- if (result.isFailure) {
- getOrNull$result = null;
- } else {
- getOrNull$result = (tmp$ = result.value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- }
- var currentResult = {v: getOrNull$result};
- var currentException = {v: result.exceptionOrNull()};
- while (true) {
- var $receiver = current.v;
- var tmp$_0;
- var completion = $receiver.resultContinuation_0;
- if (currentException.v == null) {
- $receiver.result_0 = currentResult.v;
- } else {
- $receiver.state_0 = $receiver.exceptionState_0;
- $receiver.exception_0 = currentException.v;
- }
- try {
- var outcome = $receiver.doResume();
- if (outcome === get_COROUTINE_SUSPENDED())
- return;
- currentResult.v = outcome;
- currentException.v = null;
- } catch (exception) {
- currentResult.v = null;
- currentException.v = exception;
- }
- $receiver.releaseIntercepted_0();
- if (Kotlin.isType(completion, CoroutineImpl)) {
- current.v = completion;
- } else {
- var tmp$_1;
- if ((tmp$_0 = currentException.v) != null) {
- completion.resumeWith_tl1gpc$(new Result(createFailure(tmp$_0)));
- tmp$_1 = Unit;
- } else
- tmp$_1 = null;
- if (tmp$_1 == null) {
- completion.resumeWith_tl1gpc$(new Result(currentResult.v));
- }return;
- }
- }
- };
- CoroutineImpl.prototype.releaseIntercepted_0 = function () {
- var intercepted = this.intercepted__0;
- if (intercepted != null && intercepted !== this) {
- ensureNotNull(this.context.get_j3r2sn$(ContinuationInterceptor$Key_getInstance())).releaseInterceptedContinuation_k98bjh$(intercepted);
- }this.intercepted__0 = CompletedContinuation_getInstance();
- };
- CoroutineImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'CoroutineImpl', interfaces: [Continuation]};
- function CompletedContinuation() {
- CompletedContinuation_instance = this;
- }
- Object.defineProperty(CompletedContinuation.prototype, 'context', {configurable: true, get: function () {
- throw IllegalStateException_init_0('This continuation is already complete'.toString());
- }});
- CompletedContinuation.prototype.resumeWith_tl1gpc$ = function (result) {
- throw IllegalStateException_init_0('This continuation is already complete'.toString());
- };
- CompletedContinuation.prototype.toString = function () {
- return 'This continuation is already complete';
- };
- CompletedContinuation.$metadata$ = {kind: Kind_OBJECT, simpleName: 'CompletedContinuation', interfaces: [Continuation]};
- var CompletedContinuation_instance = null;
- function CompletedContinuation_getInstance() {
- if (CompletedContinuation_instance === null) {
- new CompletedContinuation();
- }return CompletedContinuation_instance;
- }
- createCoroutineFromSuspendFunction$ObjectLiteral.prototype = Object.create(CoroutineImpl.prototype);
- createCoroutineFromSuspendFunction$ObjectLiteral.prototype.constructor = createCoroutineFromSuspendFunction$ObjectLiteral;
- function createCoroutineFromSuspendFunction$ObjectLiteral(closure$block, resultContinuation) {
- this.closure$block = closure$block;
- CoroutineImpl.call(this, resultContinuation);
- }
- createCoroutineFromSuspendFunction$ObjectLiteral.prototype.doResume = function () {
- var tmp$;
- if ((tmp$ = this.exception_0) != null) {
- throw tmp$;
- }return this.closure$block();
- };
- createCoroutineFromSuspendFunction$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [CoroutineImpl]};
- var startCoroutineUninterceptedOrReturn = defineInlineFunction('kotlin.kotlin.coroutines.intrinsics.startCoroutineUninterceptedOrReturn_x18nsh$', function ($receiver, completion) {
- return $receiver(completion, false);
- });
- var startCoroutineUninterceptedOrReturn_0 = defineInlineFunction('kotlin.kotlin.coroutines.intrinsics.startCoroutineUninterceptedOrReturn_3a617i$', function ($receiver, receiver, completion) {
- return $receiver(receiver, completion, false);
- });
- var startCoroutineUninterceptedOrReturn_1 = defineInlineFunction('kotlin.kotlin.coroutines.intrinsics.startCoroutineUninterceptedOrReturn_o2ab79$', function ($receiver, receiver, param, completion) {
- return $receiver(receiver, param, completion, false);
- });
- function createCoroutineUnintercepted$lambda(this$createCoroutineUnintercepted, closure$completion) {
- return function () {
- return this$createCoroutineUnintercepted(closure$completion);
- };
- }
- function createCoroutineUnintercepted($receiver, completion) {
- if ($receiver.length == 2) {
- return $receiver(completion, true);
- } else {
- var tmp$;
- return new createCoroutineFromSuspendFunction$ObjectLiteral(createCoroutineUnintercepted$lambda($receiver, completion), Kotlin.isType(tmp$ = completion, Continuation) ? tmp$ : throwCCE_0());
- }
- }
- function createCoroutineUnintercepted$lambda_0(this$createCoroutineUnintercepted, closure$receiver, closure$completion) {
- return function () {
- return this$createCoroutineUnintercepted(closure$receiver, closure$completion);
- };
- }
- function createCoroutineUnintercepted_0($receiver, receiver, completion) {
- if ($receiver.length == 3) {
- return $receiver(receiver, completion, true);
- } else {
- var tmp$;
- return new createCoroutineFromSuspendFunction$ObjectLiteral(createCoroutineUnintercepted$lambda_0($receiver, receiver, completion), Kotlin.isType(tmp$ = completion, Continuation) ? tmp$ : throwCCE_0());
- }
- }
- function intercepted($receiver) {
- var tmp$, tmp$_0, tmp$_1;
- return (tmp$_1 = (tmp$_0 = Kotlin.isType(tmp$ = $receiver, CoroutineImpl) ? tmp$ : null) != null ? tmp$_0.intercepted() : null) != null ? tmp$_1 : $receiver;
- }
- var createCoroutineFromSuspendFunction = wrapFunction(function () {
- createCoroutineFromSuspendFunction$ObjectLiteral.prototype = Object.create(CoroutineImpl.prototype);
- createCoroutineFromSuspendFunction$ObjectLiteral.prototype.constructor = createCoroutineFromSuspendFunction$ObjectLiteral;
- function createCoroutineFromSuspendFunction$ObjectLiteral(closure$block, resultContinuation) {
- this.closure$block = closure$block;
- CoroutineImpl.call(this, resultContinuation);
- }
- createCoroutineFromSuspendFunction$ObjectLiteral.prototype.doResume = function () {
- var tmp$;
- if ((tmp$ = this.exception_0) != null) {
- throw tmp$;
- }return this.closure$block();
- };
- createCoroutineFromSuspendFunction$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [CoroutineImpl]};
- return function (completion, block) {
- var tmp$;
- return new createCoroutineFromSuspendFunction$ObjectLiteral(block, Kotlin.isType(tmp$ = completion, Continuation) ? tmp$ : throwCCE_0());
- };
- });
- var isArrayish = defineInlineFunction('kotlin.kotlin.js.isArrayish_kcmwxo$', function (o) {
- return Kotlin.isArrayish(o);
- });
- function Error_0(message, cause) {
- Throwable.call(this);
- var tmp$;
- tmp$ = cause != null ? cause : null;
- this.message_q7r8iu$_0 = typeof message === 'undefined' && tmp$ != null ? Kotlin.toString(tmp$) : message;
- this.cause_us9j0c$_0 = tmp$;
- Kotlin.captureStack(Throwable, this);
- this.name = 'Error';
- }
- Object.defineProperty(Error_0.prototype, 'message', {get: function () {
- return this.message_q7r8iu$_0;
- }});
- Object.defineProperty(Error_0.prototype, 'cause', {get: function () {
- return this.cause_us9j0c$_0;
- }});
- Error_0.$metadata$ = {kind: Kind_CLASS, simpleName: 'Error', interfaces: [Throwable]};
- function Error_init($this) {
- $this = $this || Object.create(Error_0.prototype);
- Error_0.call($this, null, null);
- return $this;
- }
- function Error_init_0(message, $this) {
- $this = $this || Object.create(Error_0.prototype);
- Error_0.call($this, message, null);
- return $this;
- }
- function Error_init_1(cause, $this) {
- $this = $this || Object.create(Error_0.prototype);
- Error_0.call($this, undefined, cause);
- return $this;
- }
- function Exception(message, cause) {
- Throwable.call(this);
- var tmp$;
- tmp$ = cause != null ? cause : null;
- this.message_8yp7un$_0 = typeof message === 'undefined' && tmp$ != null ? Kotlin.toString(tmp$) : message;
- this.cause_th0jdv$_0 = tmp$;
- Kotlin.captureStack(Throwable, this);
- this.name = 'Exception';
- }
- Object.defineProperty(Exception.prototype, 'message', {get: function () {
- return this.message_8yp7un$_0;
- }});
- Object.defineProperty(Exception.prototype, 'cause', {get: function () {
- return this.cause_th0jdv$_0;
- }});
- Exception.$metadata$ = {kind: Kind_CLASS, simpleName: 'Exception', interfaces: [Throwable]};
- function Exception_init($this) {
- $this = $this || Object.create(Exception.prototype);
- Exception.call($this, null, null);
- return $this;
- }
- function Exception_init_0(message, $this) {
- $this = $this || Object.create(Exception.prototype);
- Exception.call($this, message, null);
- return $this;
- }
- function Exception_init_1(cause, $this) {
- $this = $this || Object.create(Exception.prototype);
- Exception.call($this, undefined, cause);
- return $this;
- }
- function RuntimeException(message, cause) {
- Exception.call(this, message, cause);
- this.name = 'RuntimeException';
- }
- RuntimeException.$metadata$ = {kind: Kind_CLASS, simpleName: 'RuntimeException', interfaces: [Exception]};
- function RuntimeException_init($this) {
- $this = $this || Object.create(RuntimeException.prototype);
- RuntimeException.call($this, null, null);
- return $this;
- }
- function RuntimeException_init_0(message, $this) {
- $this = $this || Object.create(RuntimeException.prototype);
- RuntimeException.call($this, message, null);
- return $this;
- }
- function RuntimeException_init_1(cause, $this) {
- $this = $this || Object.create(RuntimeException.prototype);
- RuntimeException.call($this, undefined, cause);
- return $this;
- }
- function IllegalArgumentException(message, cause) {
- RuntimeException.call(this, message, cause);
- this.name = 'IllegalArgumentException';
- }
- IllegalArgumentException.$metadata$ = {kind: Kind_CLASS, simpleName: 'IllegalArgumentException', interfaces: [RuntimeException]};
- function IllegalArgumentException_init($this) {
- $this = $this || Object.create(IllegalArgumentException.prototype);
- IllegalArgumentException.call($this, null, null);
- return $this;
- }
- function IllegalArgumentException_init_0(message, $this) {
- $this = $this || Object.create(IllegalArgumentException.prototype);
- IllegalArgumentException.call($this, message, null);
- return $this;
- }
- function IllegalArgumentException_init_1(cause, $this) {
- $this = $this || Object.create(IllegalArgumentException.prototype);
- IllegalArgumentException.call($this, undefined, cause);
- return $this;
- }
- function IllegalStateException(message, cause) {
- RuntimeException.call(this, message, cause);
- this.name = 'IllegalStateException';
- }
- IllegalStateException.$metadata$ = {kind: Kind_CLASS, simpleName: 'IllegalStateException', interfaces: [RuntimeException]};
- function IllegalStateException_init($this) {
- $this = $this || Object.create(IllegalStateException.prototype);
- IllegalStateException.call($this, null, null);
- return $this;
- }
- function IllegalStateException_init_0(message, $this) {
- $this = $this || Object.create(IllegalStateException.prototype);
- IllegalStateException.call($this, message, null);
- return $this;
- }
- function IllegalStateException_init_1(cause, $this) {
- $this = $this || Object.create(IllegalStateException.prototype);
- IllegalStateException.call($this, undefined, cause);
- return $this;
- }
- function IndexOutOfBoundsException(message) {
- RuntimeException_init_0(message, this);
- this.name = 'IndexOutOfBoundsException';
- }
- IndexOutOfBoundsException.$metadata$ = {kind: Kind_CLASS, simpleName: 'IndexOutOfBoundsException', interfaces: [RuntimeException]};
- function IndexOutOfBoundsException_init($this) {
- $this = $this || Object.create(IndexOutOfBoundsException.prototype);
- IndexOutOfBoundsException.call($this, null);
- return $this;
- }
- function ConcurrentModificationException(message, cause) {
- RuntimeException.call(this, message, cause);
- this.name = 'ConcurrentModificationException';
- }
- ConcurrentModificationException.$metadata$ = {kind: Kind_CLASS, simpleName: 'ConcurrentModificationException', interfaces: [RuntimeException]};
- function ConcurrentModificationException_init($this) {
- $this = $this || Object.create(ConcurrentModificationException.prototype);
- ConcurrentModificationException.call($this, null, null);
- return $this;
- }
- function ConcurrentModificationException_init_0(message, $this) {
- $this = $this || Object.create(ConcurrentModificationException.prototype);
- ConcurrentModificationException.call($this, message, null);
- return $this;
- }
- function ConcurrentModificationException_init_1(cause, $this) {
- $this = $this || Object.create(ConcurrentModificationException.prototype);
- ConcurrentModificationException.call($this, undefined, cause);
- return $this;
- }
- function UnsupportedOperationException(message, cause) {
- RuntimeException.call(this, message, cause);
- this.name = 'UnsupportedOperationException';
- }
- UnsupportedOperationException.$metadata$ = {kind: Kind_CLASS, simpleName: 'UnsupportedOperationException', interfaces: [RuntimeException]};
- function UnsupportedOperationException_init($this) {
- $this = $this || Object.create(UnsupportedOperationException.prototype);
- UnsupportedOperationException.call($this, null, null);
- return $this;
- }
- function UnsupportedOperationException_init_0(message, $this) {
- $this = $this || Object.create(UnsupportedOperationException.prototype);
- UnsupportedOperationException.call($this, message, null);
- return $this;
- }
- function UnsupportedOperationException_init_1(cause, $this) {
- $this = $this || Object.create(UnsupportedOperationException.prototype);
- UnsupportedOperationException.call($this, undefined, cause);
- return $this;
- }
- function NumberFormatException(message) {
- IllegalArgumentException_init_0(message, this);
- this.name = 'NumberFormatException';
- }
- NumberFormatException.$metadata$ = {kind: Kind_CLASS, simpleName: 'NumberFormatException', interfaces: [IllegalArgumentException]};
- function NumberFormatException_init($this) {
- $this = $this || Object.create(NumberFormatException.prototype);
- NumberFormatException.call($this, null);
- return $this;
- }
- function NullPointerException(message) {
- RuntimeException_init_0(message, this);
- this.name = 'NullPointerException';
- }
- NullPointerException.$metadata$ = {kind: Kind_CLASS, simpleName: 'NullPointerException', interfaces: [RuntimeException]};
- function NullPointerException_init($this) {
- $this = $this || Object.create(NullPointerException.prototype);
- NullPointerException.call($this, null);
- return $this;
- }
- function ClassCastException(message) {
- RuntimeException_init_0(message, this);
- this.name = 'ClassCastException';
- }
- ClassCastException.$metadata$ = {kind: Kind_CLASS, simpleName: 'ClassCastException', interfaces: [RuntimeException]};
- function ClassCastException_init($this) {
- $this = $this || Object.create(ClassCastException.prototype);
- ClassCastException.call($this, null);
- return $this;
- }
- function AssertionError(message, cause) {
- Error_0.call(this, message, cause);
- this.name = 'AssertionError';
- }
- AssertionError.$metadata$ = {kind: Kind_CLASS, simpleName: 'AssertionError', interfaces: [Error_0]};
- function AssertionError_init($this) {
- $this = $this || Object.create(AssertionError.prototype);
- AssertionError_init_0(null, $this);
- return $this;
- }
- function AssertionError_init_0(message, $this) {
- $this = $this || Object.create(AssertionError.prototype);
- AssertionError.call($this, message, null);
- return $this;
- }
- function AssertionError_init_1(message, $this) {
- $this = $this || Object.create(AssertionError.prototype);
- var tmp$;
- AssertionError.call($this, toString(message), Kotlin.isType(tmp$ = message, Throwable) ? tmp$ : null);
- return $this;
- }
- function NoSuchElementException(message) {
- RuntimeException_init_0(message, this);
- this.name = 'NoSuchElementException';
- }
- NoSuchElementException.$metadata$ = {kind: Kind_CLASS, simpleName: 'NoSuchElementException', interfaces: [RuntimeException]};
- function NoSuchElementException_init($this) {
- $this = $this || Object.create(NoSuchElementException.prototype);
- NoSuchElementException.call($this, null);
- return $this;
- }
- function ArithmeticException(message) {
- RuntimeException_init_0(message, this);
- this.name = 'ArithmeticException';
- }
- ArithmeticException.$metadata$ = {kind: Kind_CLASS, simpleName: 'ArithmeticException', interfaces: [RuntimeException]};
- function ArithmeticException_init($this) {
- $this = $this || Object.create(ArithmeticException.prototype);
- ArithmeticException.call($this, null);
- return $this;
- }
- function NoWhenBranchMatchedException(message, cause) {
- RuntimeException.call(this, message, cause);
- this.name = 'NoWhenBranchMatchedException';
- }
- NoWhenBranchMatchedException.$metadata$ = {kind: Kind_CLASS, simpleName: 'NoWhenBranchMatchedException', interfaces: [RuntimeException]};
- function NoWhenBranchMatchedException_init($this) {
- $this = $this || Object.create(NoWhenBranchMatchedException.prototype);
- NoWhenBranchMatchedException.call($this, null, null);
- return $this;
- }
- function NoWhenBranchMatchedException_init_0(message, $this) {
- $this = $this || Object.create(NoWhenBranchMatchedException.prototype);
- NoWhenBranchMatchedException.call($this, message, null);
- return $this;
- }
- function NoWhenBranchMatchedException_init_1(cause, $this) {
- $this = $this || Object.create(NoWhenBranchMatchedException.prototype);
- NoWhenBranchMatchedException.call($this, undefined, cause);
- return $this;
- }
- function UninitializedPropertyAccessException(message, cause) {
- RuntimeException.call(this, message, cause);
- this.name = 'UninitializedPropertyAccessException';
- }
- UninitializedPropertyAccessException.$metadata$ = {kind: Kind_CLASS, simpleName: 'UninitializedPropertyAccessException', interfaces: [RuntimeException]};
- function UninitializedPropertyAccessException_init($this) {
- $this = $this || Object.create(UninitializedPropertyAccessException.prototype);
- UninitializedPropertyAccessException.call($this, null, null);
- return $this;
- }
- function UninitializedPropertyAccessException_init_0(message, $this) {
- $this = $this || Object.create(UninitializedPropertyAccessException.prototype);
- UninitializedPropertyAccessException.call($this, message, null);
- return $this;
- }
- function UninitializedPropertyAccessException_init_1(cause, $this) {
- $this = $this || Object.create(UninitializedPropertyAccessException.prototype);
- UninitializedPropertyAccessException.call($this, undefined, cause);
- return $this;
- }
- var jsDeleteProperty = defineInlineFunction('kotlin.kotlin.js.jsDeleteProperty_dgzutr$', function (obj, property) {
- delete obj[property];
- });
- var jsBitwiseOr = defineInlineFunction('kotlin.kotlin.js.jsBitwiseOr_fkghef$', function (lhs, rhs) {
- return lhs | rhs;
- });
- var jsTypeOf = defineInlineFunction('kotlin.kotlin.js.jsTypeOf_s8jyv4$', function (a) {
- return typeof a;
- });
- var emptyArray = defineInlineFunction('kotlin.kotlin.emptyArray_287e2$', function () {
- return [];
- });
- function lazy(initializer) {
- return new UnsafeLazyImpl(initializer);
- }
- function lazy_0(mode, initializer) {
- return new UnsafeLazyImpl(initializer);
- }
- function lazy_1(lock, initializer) {
- return new UnsafeLazyImpl(initializer);
- }
- function fillFrom(src, dst) {
- var tmp$;
- var srcLen = src.length;
- var dstLen = dst.length;
- var index = 0;
- while (index < srcLen && index < dstLen) {
- dst[index] = src[tmp$ = index, index = tmp$ + 1 | 0, tmp$];
- }
- return dst;
- }
- function arrayCopyResize(source, newSize, defaultValue) {
- var tmp$;
- var result = source.slice(0, newSize);
- if (source.$type$ !== undefined) {
- result.$type$ = source.$type$;
- }var index = source.length;
- if (newSize > index) {
- result.length = newSize;
- while (index < newSize) {
- result[tmp$ = index, index = tmp$ + 1 | 0, tmp$] = defaultValue;
- }
- }return result;
- }
- function arrayPlusCollection(array, collection) {
- var tmp$, tmp$_0;
- var result = array.slice();
- result.length += collection.size;
- if (array.$type$ !== undefined) {
- result.$type$ = array.$type$;
- }var index = array.length;
- tmp$ = collection.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- result[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element;
- }
- return result;
- }
- function fillFromCollection(dst, startIndex, collection) {
- var tmp$, tmp$_0;
- var index = startIndex;
- tmp$ = collection.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- dst[tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0] = element;
- }
- return dst;
- }
- var copyArrayType = defineInlineFunction('kotlin.kotlin.copyArrayType_dgzutr$', function (from, to) {
- if (from.$type$ !== undefined) {
- to.$type$ = from.$type$;
- }});
- var jsIsType = defineInlineFunction('kotlin.kotlin.jsIsType_dgzutr$', function (obj, jsClass) {
- return Kotlin.isType(obj, jsClass);
- });
- function withSign($receiver, sign) {
- var thisSignBit = Kotlin.doubleSignBit($receiver);
- var newSignBit = Kotlin.doubleSignBit(sign);
- return thisSignBit === newSignBit ? $receiver : -$receiver;
- }
- var fromBits = defineInlineFunction('kotlin.kotlin.fromBits_pkt8ie$', function ($receiver, bits) {
- return Kotlin.doubleFromBits(bits);
- });
- var fromBits_0 = defineInlineFunction('kotlin.kotlin.fromBits_4ql4v8$', function ($receiver, bits) {
- return Kotlin.floatFromBits(bits);
- });
- var Long = defineInlineFunction('kotlin.kotlin.Long_6xvm5r$', function (low, high) {
- return Kotlin.Long.fromBits(low, high);
- });
- var get_low = defineInlineFunction('kotlin.kotlin.get_low_nzsbcz$', function ($receiver) {
- return $receiver.getLowBits();
- });
- var get_high = defineInlineFunction('kotlin.kotlin.get_high_nzsbcz$', function ($receiver) {
- return $receiver.getHighBits();
- });
- function findAssociatedObject($receiver, annotationClass) {
- return null;
- }
- function toString_0($receiver, radix) {
- return $receiver.toString(checkRadix(radix));
- }
- function elementAt_2($receiver, index) {
- var tmp$;
- if (index >= 0 && index <= get_lastIndex($receiver))
- tmp$ = $receiver[index];
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.length + '}');
- }
- return tmp$;
- }
- function elementAt_3($receiver, index) {
- var tmp$;
- if (index >= 0 && index <= get_lastIndex_0($receiver))
- tmp$ = $receiver[index];
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.length + '}');
- }
- return tmp$;
- }
- function elementAt_4($receiver, index) {
- var tmp$;
- if (index >= 0 && index <= get_lastIndex_1($receiver))
- tmp$ = $receiver[index];
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.length + '}');
- }
- return tmp$;
- }
- function elementAt_5($receiver, index) {
- var tmp$;
- if (index >= 0 && index <= get_lastIndex_2($receiver))
- tmp$ = $receiver[index];
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.length + '}');
- }
- return tmp$;
- }
- function elementAt_6($receiver, index) {
- var tmp$;
- if (index >= 0 && index <= get_lastIndex_3($receiver))
- tmp$ = $receiver[index];
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.length + '}');
- }
- return tmp$;
- }
- function elementAt_7($receiver, index) {
- var tmp$;
- if (index >= 0 && index <= get_lastIndex_4($receiver))
- tmp$ = $receiver[index];
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.length + '}');
- }
- return tmp$;
- }
- function elementAt_8($receiver, index) {
- var tmp$;
- if (index >= 0 && index <= get_lastIndex_5($receiver))
- tmp$ = $receiver[index];
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.length + '}');
- }
- return tmp$;
- }
- function elementAt_9($receiver, index) {
- var tmp$;
- if (index >= 0 && index <= get_lastIndex_6($receiver))
- tmp$ = $receiver[index];
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.length + '}');
- }
- return tmp$;
- }
- function elementAt_10($receiver, index) {
- var tmp$;
- if (index >= 0 && index <= get_lastIndex_7($receiver))
- tmp$ = $receiver[index];
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.length + '}');
- }
- return tmp$;
- }
- function asList($receiver) {
- return new ArrayList($receiver);
- }
- var asList_0 = defineInlineFunction('kotlin.kotlin.collections.asList_964n91$', wrapFunction(function () {
- var asList = _.kotlin.collections.asList_us0mfu$;
- return function ($receiver) {
- return asList($receiver);
- };
- }));
- var asList_1 = defineInlineFunction('kotlin.kotlin.collections.asList_i2lc79$', wrapFunction(function () {
- var asList = _.kotlin.collections.asList_us0mfu$;
- return function ($receiver) {
- return asList($receiver);
- };
- }));
- var asList_2 = defineInlineFunction('kotlin.kotlin.collections.asList_tmsbgo$', wrapFunction(function () {
- var asList = _.kotlin.collections.asList_us0mfu$;
- return function ($receiver) {
- return asList($receiver);
- };
- }));
- var asList_3 = defineInlineFunction('kotlin.kotlin.collections.asList_se6h4x$', wrapFunction(function () {
- var asList = _.kotlin.collections.asList_us0mfu$;
- return function ($receiver) {
- return asList($receiver);
- };
- }));
- var asList_4 = defineInlineFunction('kotlin.kotlin.collections.asList_rjqryz$', wrapFunction(function () {
- var asList = _.kotlin.collections.asList_us0mfu$;
- return function ($receiver) {
- return asList($receiver);
- };
- }));
- var asList_5 = defineInlineFunction('kotlin.kotlin.collections.asList_bvy38s$', wrapFunction(function () {
- var asList = _.kotlin.collections.asList_us0mfu$;
- return function ($receiver) {
- return asList($receiver);
- };
- }));
- var asList_6 = defineInlineFunction('kotlin.kotlin.collections.asList_l1lu5t$', wrapFunction(function () {
- var asList = _.kotlin.collections.asList_us0mfu$;
- return function ($receiver) {
- return asList($receiver);
- };
- }));
- function asList$ObjectLiteral(this$asList) {
- this.this$asList = this$asList;
- AbstractList.call(this);
- }
- Object.defineProperty(asList$ObjectLiteral.prototype, 'size', {configurable: true, get: function () {
- return this.this$asList.length;
- }});
- asList$ObjectLiteral.prototype.isEmpty = function () {
- return this.this$asList.length === 0;
- };
- asList$ObjectLiteral.prototype.contains_11rb$ = function (element) {
- return contains_7(this.this$asList, element);
- };
- asList$ObjectLiteral.prototype.get_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.size);
- return toBoxedChar(this.this$asList[index]);
- };
- asList$ObjectLiteral.prototype.indexOf_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isChar((tmp$ = toBoxedChar(element)) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0()))
- return -1;
- return indexOf_7(this.this$asList, element);
- };
- asList$ObjectLiteral.prototype.lastIndexOf_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isChar((tmp$ = toBoxedChar(element)) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0()))
- return -1;
- return lastIndexOf_7(this.this$asList, element);
- };
- asList$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [RandomAccess, AbstractList]};
- function asList_7($receiver) {
- return new asList$ObjectLiteral($receiver);
- }
- function contentDeepEquals_0($receiver, other) {
- return contentDeepEquals($receiver, other);
- }
- function contentDeepHashCode_0($receiver) {
- return contentDeepHashCode($receiver);
- }
- function contentDeepToString_0($receiver) {
- return contentDeepToString($receiver);
- }
- function contentEquals_8($receiver, other) {
- return contentEquals($receiver, other);
- }
- function contentEquals_9($receiver, other) {
- return contentEquals($receiver, other);
- }
- function contentEquals_10($receiver, other) {
- return contentEquals($receiver, other);
- }
- function contentEquals_11($receiver, other) {
- return contentEquals($receiver, other);
- }
- function contentEquals_12($receiver, other) {
- return contentEquals($receiver, other);
- }
- function contentEquals_13($receiver, other) {
- return contentEquals($receiver, other);
- }
- function contentEquals_14($receiver, other) {
- return contentEquals($receiver, other);
- }
- function contentEquals_15($receiver, other) {
- return contentEquals($receiver, other);
- }
- function contentEquals_16($receiver, other) {
- return contentEquals($receiver, other);
- }
- function contentHashCode_8($receiver) {
- return contentHashCode($receiver);
- }
- function contentHashCode_9($receiver) {
- return contentHashCode($receiver);
- }
- function contentHashCode_10($receiver) {
- return contentHashCode($receiver);
- }
- function contentHashCode_11($receiver) {
- return contentHashCode($receiver);
- }
- function contentHashCode_12($receiver) {
- return contentHashCode($receiver);
- }
- function contentHashCode_13($receiver) {
- return contentHashCode($receiver);
- }
- function contentHashCode_14($receiver) {
- return contentHashCode($receiver);
- }
- function contentHashCode_15($receiver) {
- return contentHashCode($receiver);
- }
- function contentHashCode_16($receiver) {
- return contentHashCode($receiver);
- }
- function contentToString_8($receiver) {
- return contentToString($receiver);
- }
- function contentToString_9($receiver) {
- return contentToString($receiver);
- }
- function contentToString_10($receiver) {
- return contentToString($receiver);
- }
- function contentToString_11($receiver) {
- return contentToString($receiver);
- }
- function contentToString_12($receiver) {
- return contentToString($receiver);
- }
- function contentToString_13($receiver) {
- return contentToString($receiver);
- }
- function contentToString_14($receiver) {
- return contentToString($receiver);
- }
- function contentToString_15($receiver) {
- return contentToString($receiver);
- }
- function contentToString_16($receiver) {
- return contentToString($receiver);
- }
- var copyInto_3 = defineInlineFunction('kotlin.kotlin.collections.copyInto_bpr3is$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- arrayCopy($receiver, destination, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyInto_4 = defineInlineFunction('kotlin.kotlin.collections.copyInto_tpo7sv$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- arrayCopy($receiver, destination, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyInto_5 = defineInlineFunction('kotlin.kotlin.collections.copyInto_caitwp$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- arrayCopy($receiver, destination, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyInto_6 = defineInlineFunction('kotlin.kotlin.collections.copyInto_1zk1dd$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- arrayCopy($receiver, destination, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyInto_7 = defineInlineFunction('kotlin.kotlin.collections.copyInto_1csvzz$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- arrayCopy($receiver, destination, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyInto_8 = defineInlineFunction('kotlin.kotlin.collections.copyInto_94rtex$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- arrayCopy($receiver, destination, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyInto_9 = defineInlineFunction('kotlin.kotlin.collections.copyInto_bogo1$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- arrayCopy($receiver, destination, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyInto_10 = defineInlineFunction('kotlin.kotlin.collections.copyInto_ufe64f$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- arrayCopy($receiver, destination, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyInto_11 = defineInlineFunction('kotlin.kotlin.collections.copyInto_c3e475$', wrapFunction(function () {
- var arrayCopy = _.kotlin.collections.arrayCopy;
- return function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- arrayCopy($receiver, destination, destinationOffset, startIndex, endIndex);
- return destination;
- };
- }));
- var copyOf_7 = defineInlineFunction('kotlin.kotlin.collections.copyOf_us0mfu$', function ($receiver) {
- return $receiver.slice();
- });
- var copyOf_8 = defineInlineFunction('kotlin.kotlin.collections.copyOf_964n91$', function ($receiver) {
- return $receiver.slice();
- });
- var copyOf_9 = defineInlineFunction('kotlin.kotlin.collections.copyOf_i2lc79$', function ($receiver) {
- return $receiver.slice();
- });
- var copyOf_10 = defineInlineFunction('kotlin.kotlin.collections.copyOf_tmsbgo$', function ($receiver) {
- return $receiver.slice();
- });
- function copyOf_11($receiver) {
- var type = 'LongArray';
- var array = $receiver.slice();
- array.$type$ = type;
- return array;
- }
- var copyOf_12 = defineInlineFunction('kotlin.kotlin.collections.copyOf_rjqryz$', function ($receiver) {
- return $receiver.slice();
- });
- var copyOf_13 = defineInlineFunction('kotlin.kotlin.collections.copyOf_bvy38s$', function ($receiver) {
- return $receiver.slice();
- });
- function copyOf_14($receiver) {
- var type = 'BooleanArray';
- var array = $receiver.slice();
- array.$type$ = type;
- return array;
- }
- function copyOf_15($receiver) {
- var type = 'CharArray';
- var array = $receiver.slice();
- array.$type$ = type;
- return array;
- }
- function copyOf_16($receiver, newSize) {
- if (!(newSize >= 0)) {
- var message = 'Invalid new array size: ' + newSize + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }return fillFrom($receiver, new Int8Array(newSize));
- }
- function copyOf_17($receiver, newSize) {
- if (!(newSize >= 0)) {
- var message = 'Invalid new array size: ' + newSize + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }return fillFrom($receiver, new Int16Array(newSize));
- }
- function copyOf_18($receiver, newSize) {
- if (!(newSize >= 0)) {
- var message = 'Invalid new array size: ' + newSize + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }return fillFrom($receiver, new Int32Array(newSize));
- }
- function copyOf_19($receiver, newSize) {
- if (!(newSize >= 0)) {
- var message = 'Invalid new array size: ' + newSize + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }var type = 'LongArray';
- var array = arrayCopyResize($receiver, newSize, L0);
- array.$type$ = type;
- return array;
- }
- function copyOf_20($receiver, newSize) {
- if (!(newSize >= 0)) {
- var message = 'Invalid new array size: ' + newSize + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }return fillFrom($receiver, new Float32Array(newSize));
- }
- function copyOf_21($receiver, newSize) {
- if (!(newSize >= 0)) {
- var message = 'Invalid new array size: ' + newSize + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }return fillFrom($receiver, new Float64Array(newSize));
- }
- function copyOf_22($receiver, newSize) {
- if (!(newSize >= 0)) {
- var message = 'Invalid new array size: ' + newSize + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }var type = 'BooleanArray';
- var array = arrayCopyResize($receiver, newSize, false);
- array.$type$ = type;
- return array;
- }
- function copyOf_23($receiver, newSize) {
- if (!(newSize >= 0)) {
- var message = 'Invalid new array size: ' + newSize + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }var type = 'CharArray';
- var array = fillFrom($receiver, Kotlin.charArray(newSize));
- array.$type$ = type;
- return array;
- }
- function copyOf_24($receiver, newSize) {
- if (!(newSize >= 0)) {
- var message = 'Invalid new array size: ' + newSize + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }return arrayCopyResize($receiver, newSize, null);
- }
- function copyOfRange_3($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- return $receiver.slice(fromIndex, toIndex);
- }
- function copyOfRange_4($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- return $receiver.slice(fromIndex, toIndex);
- }
- function copyOfRange_5($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- return $receiver.slice(fromIndex, toIndex);
- }
- function copyOfRange_6($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- return $receiver.slice(fromIndex, toIndex);
- }
- function copyOfRange_7($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var type = 'LongArray';
- var array = $receiver.slice(fromIndex, toIndex);
- array.$type$ = type;
- return array;
- }
- function copyOfRange_8($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- return $receiver.slice(fromIndex, toIndex);
- }
- function copyOfRange_9($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- return $receiver.slice(fromIndex, toIndex);
- }
- function copyOfRange_10($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var type = 'BooleanArray';
- var array = $receiver.slice(fromIndex, toIndex);
- array.$type$ = type;
- return array;
- }
- function copyOfRange_11($receiver, fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var type = 'CharArray';
- var array = $receiver.slice(fromIndex, toIndex);
- array.$type$ = type;
- return array;
- }
- function fill_3($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- $receiver.fill(element, fromIndex, toIndex);
- }
- function fill_4($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- $receiver.fill(element, fromIndex, toIndex);
- }
- function fill_5($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- $receiver.fill(element, fromIndex, toIndex);
- }
- function fill_6($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- $receiver.fill(element, fromIndex, toIndex);
- }
- function fill_7($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- $receiver.fill(element, fromIndex, toIndex);
- }
- function fill_8($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- $receiver.fill(element, fromIndex, toIndex);
- }
- function fill_9($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- $receiver.fill(element, fromIndex, toIndex);
- }
- function fill_10($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- $receiver.fill(element, fromIndex, toIndex);
- }
- function fill_11($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- $receiver.fill(element, fromIndex, toIndex);
- }
- var plus_27 = defineInlineFunction('kotlin.kotlin.collections.plus_mjy6jw$', function ($receiver, element) {
- return $receiver.concat([element]);
- });
- var plus_28 = defineInlineFunction('kotlin.kotlin.collections.plus_jlnu8a$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- return primitiveArrayConcat($receiver, new Int8Array([element]));
- };
- }));
- var plus_29 = defineInlineFunction('kotlin.kotlin.collections.plus_s7ir3o$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- return primitiveArrayConcat($receiver, new Int16Array([element]));
- };
- }));
- var plus_30 = defineInlineFunction('kotlin.kotlin.collections.plus_c03ot6$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- return primitiveArrayConcat($receiver, new Int32Array([element]));
- };
- }));
- var plus_31 = defineInlineFunction('kotlin.kotlin.collections.plus_uxdaoa$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- return primitiveArrayConcat($receiver, Kotlin.longArrayOf(element));
- };
- }));
- var plus_32 = defineInlineFunction('kotlin.kotlin.collections.plus_omthmc$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- return primitiveArrayConcat($receiver, new Float32Array([element]));
- };
- }));
- var plus_33 = defineInlineFunction('kotlin.kotlin.collections.plus_taaqy$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- return primitiveArrayConcat($receiver, new Float64Array([element]));
- };
- }));
- var plus_34 = defineInlineFunction('kotlin.kotlin.collections.plus_yax8s4$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- return primitiveArrayConcat($receiver, Kotlin.booleanArrayOf(element));
- };
- }));
- var plus_35 = defineInlineFunction('kotlin.kotlin.collections.plus_o2f9me$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, element) {
- return primitiveArrayConcat($receiver, Kotlin.charArrayOf(element));
- };
- }));
- function plus_36($receiver, elements) {
- return arrayPlusCollection($receiver, elements);
- }
- function plus_37($receiver, elements) {
- return fillFromCollection(copyOf_16($receiver, $receiver.length + elements.size | 0), $receiver.length, elements);
- }
- function plus_38($receiver, elements) {
- return fillFromCollection(copyOf_17($receiver, $receiver.length + elements.size | 0), $receiver.length, elements);
- }
- function plus_39($receiver, elements) {
- return fillFromCollection(copyOf_18($receiver, $receiver.length + elements.size | 0), $receiver.length, elements);
- }
- function plus_40($receiver, elements) {
- return arrayPlusCollection($receiver, elements);
- }
- function plus_41($receiver, elements) {
- return fillFromCollection(copyOf_20($receiver, $receiver.length + elements.size | 0), $receiver.length, elements);
- }
- function plus_42($receiver, elements) {
- return fillFromCollection(copyOf_21($receiver, $receiver.length + elements.size | 0), $receiver.length, elements);
- }
- function plus_43($receiver, elements) {
- return arrayPlusCollection($receiver, elements);
- }
- function plus_44($receiver, elements) {
- return fillFromCollection(copyOf_23($receiver, $receiver.length + elements.size | 0), $receiver.length, elements);
- }
- var plus_45 = defineInlineFunction('kotlin.kotlin.collections.plus_vu4gah$', function ($receiver, elements) {
- return $receiver.concat(elements);
- });
- var plus_46 = defineInlineFunction('kotlin.kotlin.collections.plus_ndt7zj$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return primitiveArrayConcat($receiver, elements);
- };
- }));
- var plus_47 = defineInlineFunction('kotlin.kotlin.collections.plus_907jet$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return primitiveArrayConcat($receiver, elements);
- };
- }));
- var plus_48 = defineInlineFunction('kotlin.kotlin.collections.plus_mgkctd$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return primitiveArrayConcat($receiver, elements);
- };
- }));
- var plus_49 = defineInlineFunction('kotlin.kotlin.collections.plus_tq12cv$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return primitiveArrayConcat($receiver, elements);
- };
- }));
- var plus_50 = defineInlineFunction('kotlin.kotlin.collections.plus_tec1tx$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return primitiveArrayConcat($receiver, elements);
- };
- }));
- var plus_51 = defineInlineFunction('kotlin.kotlin.collections.plus_pmvpm9$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return primitiveArrayConcat($receiver, elements);
- };
- }));
- var plus_52 = defineInlineFunction('kotlin.kotlin.collections.plus_qsfoml$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return primitiveArrayConcat($receiver, elements);
- };
- }));
- var plus_53 = defineInlineFunction('kotlin.kotlin.collections.plus_wxyzfz$', wrapFunction(function () {
- var primitiveArrayConcat = _.primitiveArrayConcat;
- return function ($receiver, elements) {
- return primitiveArrayConcat($receiver, elements);
- };
- }));
- var plusElement_3 = defineInlineFunction('kotlin.kotlin.collections.plusElement_mjy6jw$', function ($receiver, element) {
- return $receiver.concat([element]);
- });
- function sort$lambda(a, b) {
- return a.compareTo_11rb$(b);
- }
- function sort_8($receiver) {
- if ($receiver.length > 1) {
- $receiver.sort(sort$lambda);
- }}
- function sort_9($receiver) {
- if ($receiver.length > 1)
- sortArray($receiver);
- }
- function sort_10($receiver, comparison) {
- if ($receiver.length > 1)
- sortArrayWith($receiver, comparison);
- }
- function sort_11($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- sortArrayWith_1($receiver, fromIndex, toIndex, naturalOrder());
- }
- function sort_12($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var subarray = $receiver.subarray(fromIndex, toIndex);
- sort(subarray);
- }
- function sort_13($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var subarray = $receiver.subarray(fromIndex, toIndex);
- sort(subarray);
- }
- function sort_14($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var subarray = $receiver.subarray(fromIndex, toIndex);
- sort(subarray);
- }
- function sort_15($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- sortArrayWith_1($receiver, fromIndex, toIndex, naturalOrder());
- }
- function sort_16($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var subarray = $receiver.subarray(fromIndex, toIndex);
- sort(subarray);
- }
- function sort_17($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var subarray = $receiver.subarray(fromIndex, toIndex);
- sort(subarray);
- }
- function sort_18($receiver, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- var subarray = $receiver.subarray(fromIndex, toIndex);
- sort(subarray);
- }
- var sort_19 = defineInlineFunction('kotlin.kotlin.collections.sort_hcmc5n$', function ($receiver, comparison) {
- $receiver.sort(comparison);
- });
- var sort_20 = defineInlineFunction('kotlin.kotlin.collections.sort_6749zv$', function ($receiver, comparison) {
- $receiver.sort(comparison);
- });
- var sort_21 = defineInlineFunction('kotlin.kotlin.collections.sort_vuuzha$', function ($receiver, comparison) {
- $receiver.sort(comparison);
- });
- var sort_22 = defineInlineFunction('kotlin.kotlin.collections.sort_y2xy0v$', function ($receiver, comparison) {
- $receiver.sort(comparison);
- });
- var sort_23 = defineInlineFunction('kotlin.kotlin.collections.sort_rx1g57$', function ($receiver, comparison) {
- $receiver.sort(comparison);
- });
- var sort_24 = defineInlineFunction('kotlin.kotlin.collections.sort_qgorx0$', function ($receiver, comparison) {
- $receiver.sort(comparison);
- });
- var sort_25 = defineInlineFunction('kotlin.kotlin.collections.sort_vuimop$', function ($receiver, comparison) {
- $receiver.sort(comparison);
- });
- function sortWith($receiver, comparator) {
- if ($receiver.length > 1)
- sortArrayWith_0($receiver, comparator);
- }
- function sortWith_0($receiver, comparator, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, $receiver.length);
- sortArrayWith_1($receiver, fromIndex, toIndex, comparator);
- }
- function toTypedArray_3($receiver) {
- return [].slice.call($receiver);
- }
- function toTypedArray_4($receiver) {
- return [].slice.call($receiver);
- }
- function toTypedArray_5($receiver) {
- return [].slice.call($receiver);
- }
- function toTypedArray_6($receiver) {
- return [].slice.call($receiver);
- }
- function toTypedArray_7($receiver) {
- return [].slice.call($receiver);
- }
- function toTypedArray_8($receiver) {
- return [].slice.call($receiver);
- }
- function toTypedArray_9($receiver) {
- return [].slice.call($receiver);
- }
- function toTypedArray$lambda_3(this$toTypedArray) {
- return function (index) {
- return toBoxedChar(this$toTypedArray[index]);
- };
- }
- function toTypedArray_10($receiver) {
- return Kotlin.newArrayF($receiver.length, toTypedArray$lambda_3($receiver));
- }
- function reverse_25($receiver) {
- var midPoint = ($receiver.size / 2 | 0) - 1 | 0;
- if (midPoint < 0)
- return;
- var reverseIndex = get_lastIndex_12($receiver);
- for (var index = 0; index <= midPoint; index++) {
- var tmp = $receiver.get_za3lpa$(index);
- $receiver.set_wxm5ur$(index, $receiver.get_za3lpa$(reverseIndex));
- $receiver.set_wxm5ur$(reverseIndex, tmp);
- reverseIndex = reverseIndex - 1 | 0;
- }
- }
- function maxOf_65(a, b) {
- return Kotlin.compareTo(a, b) >= 0 ? a : b;
- }
- var maxOf_66 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_5gdoe6$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.max(a, b);
- };
- }));
- var maxOf_67 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_8bdmd0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.max(a, b);
- };
- }));
- var maxOf_68 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_vux9f0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.max(a, b);
- };
- }));
- var maxOf_69 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_3pjtqy$', function (a, b) {
- return a.compareTo_11rb$(b) >= 0 ? a : b;
- });
- var maxOf_70 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_dleff0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.max(a, b);
- };
- }));
- var maxOf_71 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_lu1900$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.max(a, b);
- };
- }));
- function maxOf_72(a, b, c) {
- return maxOf_65(a, maxOf_65(b, c));
- }
- var maxOf_73 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_d9r5kp$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b, c) {
- return Math_0.max(a, b, c);
- };
- }));
- var maxOf_74 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_i3nxhr$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b, c) {
- return Math_0.max(a, b, c);
- };
- }));
- var maxOf_75 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_qt1dr2$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b, c) {
- return Math_0.max(a, b, c);
- };
- }));
- var maxOf_76 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_b9bd0d$', function (a, b, c) {
- var b_0 = b.compareTo_11rb$(c) >= 0 ? b : c;
- return a.compareTo_11rb$(b_0) >= 0 ? a : b_0;
- });
- var maxOf_77 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_y2kzbl$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b, c) {
- return Math_0.max(a, b, c);
- };
- }));
- var maxOf_78 = defineInlineFunction('kotlin.kotlin.comparisons.maxOf_yvo9jy$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b, c) {
- return Math_0.max(a, b, c);
- };
- }));
- function maxOf_79(a, other) {
- var tmp$;
- var max = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- max = maxOf_65(max, e);
- }
- return max;
- }
- function maxOf_80(a, other) {
- var tmp$;
- var max = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOf_81(a, other) {
- var tmp$;
- var max = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOf_82(a, other) {
- var tmp$;
- var max = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOf_83(a, other) {
- var tmp$;
- var max = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- var a_0 = max;
- max = a_0.compareTo_11rb$(e) >= 0 ? a_0 : e;
- }
- return max;
- }
- function maxOf_84(a, other) {
- var tmp$;
- var max = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- max = Math_0.max(max, e);
- }
- return max;
- }
- function maxOf_85(a, other) {
- var tmp$;
- var max = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- max = Math_0.max(max, e);
- }
- return max;
- }
- function minOf_65(a, b) {
- return Kotlin.compareTo(a, b) <= 0 ? a : b;
- }
- var minOf_66 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_5gdoe6$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.min(a, b);
- };
- }));
- var minOf_67 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_8bdmd0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.min(a, b);
- };
- }));
- var minOf_68 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_vux9f0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.min(a, b);
- };
- }));
- var minOf_69 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_3pjtqy$', function (a, b) {
- return a.compareTo_11rb$(b) <= 0 ? a : b;
- });
- var minOf_70 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_dleff0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.min(a, b);
- };
- }));
- var minOf_71 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_lu1900$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.min(a, b);
- };
- }));
- function minOf_72(a, b, c) {
- return minOf_65(a, minOf_65(b, c));
- }
- var minOf_73 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_d9r5kp$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b, c) {
- return Math_0.min(a, b, c);
- };
- }));
- var minOf_74 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_i3nxhr$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b, c) {
- return Math_0.min(a, b, c);
- };
- }));
- var minOf_75 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_qt1dr2$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b, c) {
- return Math_0.min(a, b, c);
- };
- }));
- var minOf_76 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_b9bd0d$', function (a, b, c) {
- var b_0 = b.compareTo_11rb$(c) <= 0 ? b : c;
- return a.compareTo_11rb$(b_0) <= 0 ? a : b_0;
- });
- var minOf_77 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_y2kzbl$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b, c) {
- return Math_0.min(a, b, c);
- };
- }));
- var minOf_78 = defineInlineFunction('kotlin.kotlin.comparisons.minOf_yvo9jy$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b, c) {
- return Math_0.min(a, b, c);
- };
- }));
- function minOf_79(a, other) {
- var tmp$;
- var min = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- min = minOf_65(min, e);
- }
- return min;
- }
- function minOf_80(a, other) {
- var tmp$;
- var min = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOf_81(a, other) {
- var tmp$;
- var min = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOf_82(a, other) {
- var tmp$;
- var min = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOf_83(a, other) {
- var tmp$;
- var min = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- var a_0 = min;
- min = a_0.compareTo_11rb$(e) <= 0 ? a_0 : e;
- }
- return min;
- }
- function minOf_84(a, other) {
- var tmp$;
- var min = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- min = Math_0.min(min, e);
- }
- return min;
- }
- function minOf_85(a, other) {
- var tmp$;
- var min = a;
- for (tmp$ = 0; tmp$ !== other.length; ++tmp$) {
- var e = other[tmp$];
- min = Math_0.min(min, e);
- }
- return min;
- }
- function elementAt_11($receiver, index) {
- var tmp$;
- if (index >= 0 && index <= get_lastIndex_13($receiver))
- tmp$ = $receiver.charCodeAt(index);
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', length: ' + $receiver.length + '}');
- }
- return tmp$;
- }
- function elementAt_12($receiver, index) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex_2($receiver.storage);
- }var tmp$_0;
- if (tmp$)
- tmp$_0 = $receiver.get_za3lpa$(index);
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.size + '}');
- }
- return tmp$_0;
- }
- function elementAt_13($receiver, index) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex_3($receiver.storage);
- }var tmp$_0;
- if (tmp$)
- tmp$_0 = $receiver.get_za3lpa$(index);
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.size + '}');
- }
- return tmp$_0;
- }
- function elementAt_14($receiver, index) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex_0($receiver.storage);
- }var tmp$_0;
- if (tmp$)
- tmp$_0 = $receiver.get_za3lpa$(index);
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.size + '}');
- }
- return tmp$_0;
- }
- function elementAt_15($receiver, index) {
- var tmp$ = index >= 0;
- if (tmp$) {
- tmp$ = index <= get_lastIndex_1($receiver.storage);
- }var tmp$_0;
- if (tmp$)
- tmp$_0 = $receiver.get_za3lpa$(index);
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + $receiver.size + '}');
- }
- return tmp$_0;
- }
- function asList$ObjectLiteral_0(this$asList) {
- this.this$asList = this$asList;
- AbstractList.call(this);
- }
- Object.defineProperty(asList$ObjectLiteral_0.prototype, 'size', {configurable: true, get: function () {
- return this.this$asList.size;
- }});
- asList$ObjectLiteral_0.prototype.isEmpty = function () {
- return this.this$asList.isEmpty();
- };
- asList$ObjectLiteral_0.prototype.contains_11rb$ = function (element) {
- return this.this$asList.contains_11rb$(element);
- };
- asList$ObjectLiteral_0.prototype.get_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.size);
- return this.this$asList.get_za3lpa$(index);
- };
- asList$ObjectLiteral_0.prototype.indexOf_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), UInt))
- return -1;
- return indexOf_2(this.this$asList.storage, element.data);
- };
- asList$ObjectLiteral_0.prototype.lastIndexOf_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), UInt))
- return -1;
- return lastIndexOf_2(this.this$asList.storage, element.data);
- };
- asList$ObjectLiteral_0.$metadata$ = {kind: Kind_CLASS, interfaces: [RandomAccess, AbstractList]};
- function asList_8($receiver) {
- return new asList$ObjectLiteral_0($receiver);
- }
- function asList$ObjectLiteral_1(this$asList) {
- this.this$asList = this$asList;
- AbstractList.call(this);
- }
- Object.defineProperty(asList$ObjectLiteral_1.prototype, 'size', {configurable: true, get: function () {
- return this.this$asList.size;
- }});
- asList$ObjectLiteral_1.prototype.isEmpty = function () {
- return this.this$asList.isEmpty();
- };
- asList$ObjectLiteral_1.prototype.contains_11rb$ = function (element) {
- return this.this$asList.contains_11rb$(element);
- };
- asList$ObjectLiteral_1.prototype.get_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.size);
- return this.this$asList.get_za3lpa$(index);
- };
- asList$ObjectLiteral_1.prototype.indexOf_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), ULong))
- return -1;
- return indexOf_3(this.this$asList.storage, element.data);
- };
- asList$ObjectLiteral_1.prototype.lastIndexOf_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), ULong))
- return -1;
- return lastIndexOf_3(this.this$asList.storage, element.data);
- };
- asList$ObjectLiteral_1.$metadata$ = {kind: Kind_CLASS, interfaces: [RandomAccess, AbstractList]};
- function asList_9($receiver) {
- return new asList$ObjectLiteral_1($receiver);
- }
- function asList$ObjectLiteral_2(this$asList) {
- this.this$asList = this$asList;
- AbstractList.call(this);
- }
- Object.defineProperty(asList$ObjectLiteral_2.prototype, 'size', {configurable: true, get: function () {
- return this.this$asList.size;
- }});
- asList$ObjectLiteral_2.prototype.isEmpty = function () {
- return this.this$asList.isEmpty();
- };
- asList$ObjectLiteral_2.prototype.contains_11rb$ = function (element) {
- return this.this$asList.contains_11rb$(element);
- };
- asList$ObjectLiteral_2.prototype.get_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.size);
- return this.this$asList.get_za3lpa$(index);
- };
- asList$ObjectLiteral_2.prototype.indexOf_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), UByte))
- return -1;
- return indexOf_0(this.this$asList.storage, element.data);
- };
- asList$ObjectLiteral_2.prototype.lastIndexOf_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), UByte))
- return -1;
- return lastIndexOf_0(this.this$asList.storage, element.data);
- };
- asList$ObjectLiteral_2.$metadata$ = {kind: Kind_CLASS, interfaces: [RandomAccess, AbstractList]};
- function asList_10($receiver) {
- return new asList$ObjectLiteral_2($receiver);
- }
- function asList$ObjectLiteral_3(this$asList) {
- this.this$asList = this$asList;
- AbstractList.call(this);
- }
- Object.defineProperty(asList$ObjectLiteral_3.prototype, 'size', {configurable: true, get: function () {
- return this.this$asList.size;
- }});
- asList$ObjectLiteral_3.prototype.isEmpty = function () {
- return this.this$asList.isEmpty();
- };
- asList$ObjectLiteral_3.prototype.contains_11rb$ = function (element) {
- return this.this$asList.contains_11rb$(element);
- };
- asList$ObjectLiteral_3.prototype.get_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.size);
- return this.this$asList.get_za3lpa$(index);
- };
- asList$ObjectLiteral_3.prototype.indexOf_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), UShort))
- return -1;
- return indexOf_1(this.this$asList.storage, element.data);
- };
- asList$ObjectLiteral_3.prototype.lastIndexOf_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), UShort))
- return -1;
- return lastIndexOf_1(this.this$asList.storage, element.data);
- };
- asList$ObjectLiteral_3.$metadata$ = {kind: Kind_CLASS, interfaces: [RandomAccess, AbstractList]};
- function asList_11($receiver) {
- return new asList$ObjectLiteral_3($receiver);
- }
- var buttonset = defineInlineFunction('kotlin.jquery.ui.buttonset_vwohdt$', function ($receiver) {
- return $receiver.buttonset();
- });
- var dialog = defineInlineFunction('kotlin.jquery.ui.dialog_vwohdt$', function ($receiver) {
- return $receiver.dialog();
- });
- var dialog_0 = defineInlineFunction('kotlin.jquery.ui.dialog_pm4xy9$', function ($receiver, params) {
- return $receiver.dialog(params);
- });
- var dialog_1 = defineInlineFunction('kotlin.jquery.ui.dialog_zc05ld$', function ($receiver, mode, param) {
- return $receiver.dialog(mode, param);
- });
- var dialog_2 = defineInlineFunction('kotlin.jquery.ui.dialog_v89ba5$', function ($receiver, mode) {
- return $receiver.dialog(mode);
- });
- var dialog_3 = defineInlineFunction('kotlin.jquery.ui.dialog_pfp31$', function ($receiver, mode, param, value) {
- return $receiver.dialog(mode, param, value);
- });
- var button = defineInlineFunction('kotlin.jquery.ui.button_vwohdt$', function ($receiver) {
- return $receiver.button();
- });
- var accordion = defineInlineFunction('kotlin.jquery.ui.accordion_vwohdt$', function ($receiver) {
- return $receiver.accordion();
- });
- var draggable = defineInlineFunction('kotlin.jquery.ui.draggable_pm4xy9$', function ($receiver, params) {
- return $receiver.draggable(params);
- });
- var selectable = defineInlineFunction('kotlin.jquery.ui.selectable_vwohdt$', function ($receiver) {
- return $receiver.selectable();
- });
- function Comparator(f) {
- this.function$ = f;
- }
- Comparator.prototype.compare = function (a, b) {
- return this.function$(a, b);
- };
- Comparator.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Comparator', interfaces: []};
- function nativeGetter() {
- }
- nativeGetter.$metadata$ = {kind: Kind_CLASS, simpleName: 'nativeGetter', interfaces: [Annotation]};
- function nativeSetter() {
- }
- nativeSetter.$metadata$ = {kind: Kind_CLASS, simpleName: 'nativeSetter', interfaces: [Annotation]};
- function nativeInvoke() {
- }
- nativeInvoke.$metadata$ = {kind: Kind_CLASS, simpleName: 'nativeInvoke', interfaces: [Annotation]};
- function library(name) {
- if (name === void 0)
- name = '';
- this.name = name;
- }
- library.$metadata$ = {kind: Kind_CLASS, simpleName: 'library', interfaces: [Annotation]};
- function marker() {
- }
- marker.$metadata$ = {kind: Kind_CLASS, simpleName: 'marker', interfaces: [Annotation]};
- function JsName(name) {
- this.name = name;
- }
- JsName.$metadata$ = {kind: Kind_CLASS, simpleName: 'JsName', interfaces: [Annotation]};
- function JsModule(import_0) {
- this.import = import_0;
- }
- JsModule.$metadata$ = {kind: Kind_CLASS, simpleName: 'JsModule', interfaces: [Annotation]};
- function JsNonModule() {
- }
- JsNonModule.$metadata$ = {kind: Kind_CLASS, simpleName: 'JsNonModule', interfaces: [Annotation]};
- function JsQualifier(value) {
- this.value = value;
- }
- JsQualifier.$metadata$ = {kind: Kind_CLASS, simpleName: 'JsQualifier', interfaces: [Annotation]};
- function JsExport() {
- }
- JsExport.$metadata$ = {kind: Kind_CLASS, simpleName: 'JsExport', interfaces: [Annotation]};
- function Volatile() {
- }
- Volatile.$metadata$ = {kind: Kind_CLASS, simpleName: 'Volatile', interfaces: [Annotation]};
- function Synchronized() {
- }
- Synchronized.$metadata$ = {kind: Kind_CLASS, simpleName: 'Synchronized', interfaces: [Annotation]};
- var orEmpty = defineInlineFunction('kotlin.kotlin.collections.orEmpty_oachgz$', function ($receiver) {
- return $receiver != null ? $receiver : [];
- });
- var toTypedArray_11 = defineInlineFunction('kotlin.kotlin.collections.toTypedArray_4c7yge$', wrapFunction(function () {
- var copyToArray = _.kotlin.collections.copyToArray;
- return function ($receiver) {
- return copyToArray($receiver);
- };
- }));
- function copyToArray(collection) {
- return collection.toArray !== undefined ? collection.toArray() : copyToArrayImpl(collection);
- }
- function copyToArrayImpl(collection) {
- var array = [];
- var iterator = collection.iterator();
- while (iterator.hasNext())
- array.push(iterator.next());
- return array;
- }
- function copyToArrayImpl_0(collection, array) {
- var tmp$;
- if (array.length < collection.size) {
- return copyToArrayImpl(collection);
- }var iterator = collection.iterator();
- var index = 0;
- while (iterator.hasNext()) {
- array[tmp$ = index, index = tmp$ + 1 | 0, tmp$] = iterator.next();
- }
- if (index < array.length) {
- array[index] = null;
- }return array;
- }
- function listOf(element) {
- return arrayListOf_0([element]);
- }
- var buildListInternal = defineInlineFunction('kotlin.kotlin.collections.buildListInternal_spr6vj$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function (builderAction) {
- var $receiver = ArrayList_init();
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- var buildListInternal_0 = defineInlineFunction('kotlin.kotlin.collections.buildListInternal_go5l1$', wrapFunction(function () {
- var checkBuilderCapacity = _.kotlin.collections.checkBuilderCapacity_za3lpa$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function (capacity, builderAction) {
- checkBuilderCapacity(capacity);
- var $receiver = ArrayList_init(capacity);
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- function setOf(element) {
- return hashSetOf_0([element]);
- }
- var buildSetInternal = defineInlineFunction('kotlin.kotlin.collections.buildSetInternal_bu7k9x$', wrapFunction(function () {
- var LinkedHashSet_init = _.kotlin.collections.LinkedHashSet_init_287e2$;
- return function (builderAction) {
- var $receiver = LinkedHashSet_init();
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- var buildSetInternal_0 = defineInlineFunction('kotlin.kotlin.collections.buildSetInternal_d7vze7$', wrapFunction(function () {
- var LinkedHashSet_init = _.kotlin.collections.LinkedHashSet_init_ww73n8$;
- return function (capacity, builderAction) {
- var $receiver = LinkedHashSet_init(capacity);
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- function mapOf(pair) {
- return hashMapOf_0([pair]);
- }
- var buildMapInternal = defineInlineFunction('kotlin.kotlin.collections.buildMapInternal_wi666j$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function (builderAction) {
- var $receiver = LinkedHashMap_init();
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- var buildMapInternal_0 = defineInlineFunction('kotlin.kotlin.collections.buildMapInternal_19avp$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function (capacity, builderAction) {
- var $receiver = LinkedHashMap_init(capacity);
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- function fill_12($receiver, value) {
- var tmp$;
- tmp$ = get_lastIndex_12($receiver);
- for (var index = 0; index <= tmp$; index++) {
- $receiver.set_wxm5ur$(index, value);
- }
- }
- function shuffle_26($receiver) {
- shuffle_17($receiver, Random$Default_getInstance());
- }
- function shuffled($receiver) {
- var $receiver_0 = toMutableList_8($receiver);
- shuffle_26($receiver_0);
- return $receiver_0;
- }
- function sort_26($receiver) {
- collectionsSort($receiver, naturalOrder());
- }
- function sortWith_1($receiver, comparator) {
- collectionsSort($receiver, comparator);
- }
- function collectionsSort(list, comparator) {
- if (list.size <= 1)
- return;
- var array = copyToArray(list);
- sortArrayWith_0(array, comparator);
- for (var i = 0; i < array.length; i++) {
- list.set_wxm5ur$(i, array[i]);
- }
- }
- function arrayOfNulls(reference, size) {
- return Kotlin.newArray(size, null);
- }
- function arrayCopy(source, destination, destinationOffset, startIndex, endIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(startIndex, endIndex, source.length);
- var rangeSize = endIndex - startIndex | 0;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(destinationOffset, destinationOffset + rangeSize | 0, destination.length);
- if (ArrayBuffer.isView(destination) && ArrayBuffer.isView(source)) {
- var subrange = source.subarray(startIndex, endIndex);
- destination.set(subrange, destinationOffset);
- } else {
- if (source !== destination || destinationOffset <= startIndex) {
- for (var index = 0; index < rangeSize; index++) {
- destination[destinationOffset + index | 0] = source[startIndex + index | 0];
- }
- } else {
- for (var index_0 = rangeSize - 1 | 0; index_0 >= 0; index_0--) {
- destination[destinationOffset + index_0 | 0] = source[startIndex + index_0 | 0];
- }
- }
- }
- }
- var toSingletonMapOrSelf = defineInlineFunction('kotlin.kotlin.collections.toSingletonMapOrSelf_1vp4qn$', function ($receiver) {
- return $receiver;
- });
- var toSingletonMap = defineInlineFunction('kotlin.kotlin.collections.toSingletonMap_3imywq$', wrapFunction(function () {
- var toMutableMap = _.kotlin.collections.toMutableMap_abgq59$;
- return function ($receiver) {
- return toMutableMap($receiver);
- };
- }));
- var copyToArrayOfAny = defineInlineFunction('kotlin.kotlin.collections.copyToArrayOfAny_e0iprw$', function ($receiver, isVarargs) {
- return isVarargs ? $receiver : $receiver.slice();
- });
- function checkIndexOverflow(index) {
- if (index < 0) {
- throwIndexOverflow();
- }return index;
- }
- function checkCountOverflow(count) {
- if (count < 0) {
- throwCountOverflow();
- }return count;
- }
- function mapCapacity(expectedSize) {
- return expectedSize;
- }
- function checkBuilderCapacity(capacity) {
- if (!(capacity >= 0)) {
- var message = 'capacity must be non-negative.';
- throw IllegalArgumentException_init_0(message.toString());
- }}
- function AbstractMutableCollection() {
- AbstractCollection.call(this);
- }
- AbstractMutableCollection.prototype.remove_11rb$ = function (element) {
- this.checkIsMutable();
- var iterator = this.iterator();
- while (iterator.hasNext()) {
- if (equals(iterator.next(), element)) {
- iterator.remove();
- return true;
- }}
- return false;
- };
- AbstractMutableCollection.prototype.addAll_brywnq$ = function (elements) {
- var tmp$;
- this.checkIsMutable();
- var modified = false;
- tmp$ = elements.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (this.add_11rb$(element))
- modified = true;
- }
- return modified;
- };
- function AbstractMutableCollection$removeAll$lambda(closure$elements) {
- return function (it) {
- return closure$elements.contains_11rb$(it);
- };
- }
- AbstractMutableCollection.prototype.removeAll_brywnq$ = function (elements) {
- var tmp$;
- this.checkIsMutable();
- return removeAll_3(Kotlin.isType(tmp$ = this, MutableIterable) ? tmp$ : throwCCE_0(), AbstractMutableCollection$removeAll$lambda(elements));
- };
- function AbstractMutableCollection$retainAll$lambda(closure$elements) {
- return function (it) {
- return !closure$elements.contains_11rb$(it);
- };
- }
- AbstractMutableCollection.prototype.retainAll_brywnq$ = function (elements) {
- var tmp$;
- this.checkIsMutable();
- return removeAll_3(Kotlin.isType(tmp$ = this, MutableIterable) ? tmp$ : throwCCE_0(), AbstractMutableCollection$retainAll$lambda(elements));
- };
- AbstractMutableCollection.prototype.clear = function () {
- this.checkIsMutable();
- var iterator = this.iterator();
- while (iterator.hasNext()) {
- iterator.next();
- iterator.remove();
- }
- };
- AbstractMutableCollection.prototype.toJSON = function () {
- return this.toArray();
- };
- AbstractMutableCollection.prototype.checkIsMutable = function () {
- };
- AbstractMutableCollection.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractMutableCollection', interfaces: [MutableCollection, AbstractCollection]};
- function AbstractMutableList() {
- AbstractMutableCollection.call(this);
- this.modCount = 0;
- }
- AbstractMutableList.prototype.add_11rb$ = function (element) {
- this.checkIsMutable();
- this.add_wxm5ur$(this.size, element);
- return true;
- };
- AbstractMutableList.prototype.addAll_u57x28$ = function (index, elements) {
- var tmp$, tmp$_0;
- this.checkIsMutable();
- var _index = index;
- var changed = false;
- tmp$ = elements.iterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- this.add_wxm5ur$((tmp$_0 = _index, _index = tmp$_0 + 1 | 0, tmp$_0), e);
- changed = true;
- }
- return changed;
- };
- AbstractMutableList.prototype.clear = function () {
- this.checkIsMutable();
- this.removeRange_vux9f0$(0, this.size);
- };
- function AbstractMutableList$removeAll$lambda(closure$elements) {
- return function (it) {
- return closure$elements.contains_11rb$(it);
- };
- }
- AbstractMutableList.prototype.removeAll_brywnq$ = function (elements) {
- this.checkIsMutable();
- return removeAll_4(this, AbstractMutableList$removeAll$lambda(elements));
- };
- function AbstractMutableList$retainAll$lambda(closure$elements) {
- return function (it) {
- return !closure$elements.contains_11rb$(it);
- };
- }
- AbstractMutableList.prototype.retainAll_brywnq$ = function (elements) {
- this.checkIsMutable();
- return removeAll_4(this, AbstractMutableList$retainAll$lambda(elements));
- };
- AbstractMutableList.prototype.iterator = function () {
- return new AbstractMutableList$IteratorImpl(this);
- };
- AbstractMutableList.prototype.contains_11rb$ = function (element) {
- return this.indexOf_11rb$(element) >= 0;
- };
- AbstractMutableList.prototype.indexOf_11rb$ = function (element) {
- var tmp$;
- tmp$ = get_lastIndex_12(this);
- for (var index = 0; index <= tmp$; index++) {
- if (equals(this.get_za3lpa$(index), element)) {
- return index;
- }}
- return -1;
- };
- AbstractMutableList.prototype.lastIndexOf_11rb$ = function (element) {
- for (var index = get_lastIndex_12(this); index >= 0; index--) {
- if (equals(this.get_za3lpa$(index), element)) {
- return index;
- }}
- return -1;
- };
- AbstractMutableList.prototype.listIterator = function () {
- return this.listIterator_za3lpa$(0);
- };
- AbstractMutableList.prototype.listIterator_za3lpa$ = function (index) {
- return new AbstractMutableList$ListIteratorImpl(this, index);
- };
- AbstractMutableList.prototype.subList_vux9f0$ = function (fromIndex, toIndex) {
- return new AbstractMutableList$SubList(this, fromIndex, toIndex);
- };
- AbstractMutableList.prototype.removeRange_vux9f0$ = function (fromIndex, toIndex) {
- var iterator = this.listIterator_za3lpa$(fromIndex);
- var times = toIndex - fromIndex | 0;
- for (var index = 0; index < times; index++) {
- iterator.next();
- iterator.remove();
- }
- };
- AbstractMutableList.prototype.equals = function (other) {
- if (other === this)
- return true;
- if (!Kotlin.isType(other, List))
- return false;
- return AbstractList$Companion_getInstance().orderedEquals_e92ka7$(this, other);
- };
- AbstractMutableList.prototype.hashCode = function () {
- return AbstractList$Companion_getInstance().orderedHashCode_nykoif$(this);
- };
- function AbstractMutableList$IteratorImpl($outer) {
- this.$outer = $outer;
- this.index_0 = 0;
- this.last_0 = -1;
- }
- AbstractMutableList$IteratorImpl.prototype.hasNext = function () {
- return this.index_0 < this.$outer.size;
- };
- AbstractMutableList$IteratorImpl.prototype.next = function () {
- var tmp$;
- if (!this.hasNext())
- throw NoSuchElementException_init();
- this.last_0 = (tmp$ = this.index_0, this.index_0 = tmp$ + 1 | 0, tmp$);
- return this.$outer.get_za3lpa$(this.last_0);
- };
- AbstractMutableList$IteratorImpl.prototype.remove = function () {
- if (!(this.last_0 !== -1)) {
- var message = 'Call next() or previous() before removing element from the iterator.';
- throw IllegalStateException_init_0(message.toString());
- }this.$outer.removeAt_za3lpa$(this.last_0);
- this.index_0 = this.last_0;
- this.last_0 = -1;
- };
- AbstractMutableList$IteratorImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'IteratorImpl', interfaces: [MutableIterator]};
- function AbstractMutableList$ListIteratorImpl($outer, index) {
- this.$outer = $outer;
- AbstractMutableList$IteratorImpl.call(this, this.$outer);
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.$outer.size);
- this.index_0 = index;
- }
- AbstractMutableList$ListIteratorImpl.prototype.hasPrevious = function () {
- return this.index_0 > 0;
- };
- AbstractMutableList$ListIteratorImpl.prototype.nextIndex = function () {
- return this.index_0;
- };
- AbstractMutableList$ListIteratorImpl.prototype.previous = function () {
- if (!this.hasPrevious())
- throw NoSuchElementException_init();
- this.last_0 = (this.index_0 = this.index_0 - 1 | 0, this.index_0);
- return this.$outer.get_za3lpa$(this.last_0);
- };
- AbstractMutableList$ListIteratorImpl.prototype.previousIndex = function () {
- return this.index_0 - 1 | 0;
- };
- AbstractMutableList$ListIteratorImpl.prototype.add_11rb$ = function (element) {
- this.$outer.add_wxm5ur$(this.index_0, element);
- this.index_0 = this.index_0 + 1 | 0;
- this.last_0 = -1;
- };
- AbstractMutableList$ListIteratorImpl.prototype.set_11rb$ = function (element) {
- if (!(this.last_0 !== -1)) {
- var message = 'Call next() or previous() before updating element value with the iterator.';
- throw IllegalStateException_init_0(message.toString());
- }this.$outer.set_wxm5ur$(this.last_0, element);
- };
- AbstractMutableList$ListIteratorImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'ListIteratorImpl', interfaces: [MutableListIterator, AbstractMutableList$IteratorImpl]};
- function AbstractMutableList$SubList(list, fromIndex, toIndex) {
- AbstractMutableList.call(this);
- this.list_0 = list;
- this.fromIndex_0 = fromIndex;
- this._size_0 = 0;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(this.fromIndex_0, toIndex, this.list_0.size);
- this._size_0 = toIndex - this.fromIndex_0 | 0;
- }
- AbstractMutableList$SubList.prototype.add_wxm5ur$ = function (index, element) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this._size_0);
- this.list_0.add_wxm5ur$(this.fromIndex_0 + index | 0, element);
- this._size_0 = this._size_0 + 1 | 0;
- };
- AbstractMutableList$SubList.prototype.get_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this._size_0);
- return this.list_0.get_za3lpa$(this.fromIndex_0 + index | 0);
- };
- AbstractMutableList$SubList.prototype.removeAt_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this._size_0);
- var result = this.list_0.removeAt_za3lpa$(this.fromIndex_0 + index | 0);
- this._size_0 = this._size_0 - 1 | 0;
- return result;
- };
- AbstractMutableList$SubList.prototype.set_wxm5ur$ = function (index, element) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this._size_0);
- return this.list_0.set_wxm5ur$(this.fromIndex_0 + index | 0, element);
- };
- Object.defineProperty(AbstractMutableList$SubList.prototype, 'size', {configurable: true, get: function () {
- return this._size_0;
- }});
- AbstractMutableList$SubList.prototype.checkIsMutable = function () {
- this.list_0.checkIsMutable();
- };
- AbstractMutableList$SubList.$metadata$ = {kind: Kind_CLASS, simpleName: 'SubList', interfaces: [RandomAccess, AbstractMutableList]};
- AbstractMutableList.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractMutableList', interfaces: [MutableList, AbstractMutableCollection]};
- function AbstractMutableMap() {
- AbstractMap.call(this);
- this._keys_qe2m0n$_0 = null;
- this._values_kxdlqh$_0 = null;
- }
- function AbstractMutableMap$SimpleEntry(key, value) {
- this.key_5xhq3d$_0 = key;
- this._value_0 = value;
- }
- Object.defineProperty(AbstractMutableMap$SimpleEntry.prototype, 'key', {get: function () {
- return this.key_5xhq3d$_0;
- }});
- Object.defineProperty(AbstractMutableMap$SimpleEntry.prototype, 'value', {configurable: true, get: function () {
- return this._value_0;
- }});
- AbstractMutableMap$SimpleEntry.prototype.setValue_11rc$ = function (newValue) {
- var oldValue = this._value_0;
- this._value_0 = newValue;
- return oldValue;
- };
- AbstractMutableMap$SimpleEntry.prototype.hashCode = function () {
- return AbstractMap$Companion_getInstance().entryHashCode_9fthdn$(this);
- };
- AbstractMutableMap$SimpleEntry.prototype.toString = function () {
- return AbstractMap$Companion_getInstance().entryToString_9fthdn$(this);
- };
- AbstractMutableMap$SimpleEntry.prototype.equals = function (other) {
- return AbstractMap$Companion_getInstance().entryEquals_js7fox$(this, other);
- };
- AbstractMutableMap$SimpleEntry.$metadata$ = {kind: Kind_CLASS, simpleName: 'SimpleEntry', interfaces: [MutableMap$MutableEntry]};
- function AbstractMutableMap$AbstractMutableMap$SimpleEntry_init(entry, $this) {
- $this = $this || Object.create(AbstractMutableMap$SimpleEntry.prototype);
- AbstractMutableMap$SimpleEntry.call($this, entry.key, entry.value);
- return $this;
- }
- function AbstractMutableMap$AbstractEntrySet() {
- AbstractMutableSet.call(this);
- }
- AbstractMutableMap$AbstractEntrySet.prototype.contains_11rb$ = function (element) {
- return this.containsEntry_kw6fkd$(element);
- };
- AbstractMutableMap$AbstractEntrySet.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractEntrySet', interfaces: [AbstractMutableSet]};
- AbstractMutableMap.prototype.clear = function () {
- this.entries.clear();
- };
- function AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral(this$AbstractMutableMap) {
- this.this$AbstractMutableMap = this$AbstractMutableMap;
- AbstractMutableSet.call(this);
- }
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral.prototype.add_11rb$ = function (element) {
- throw UnsupportedOperationException_init_0('Add is not supported on keys');
- };
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral.prototype.clear = function () {
- this.this$AbstractMutableMap.clear();
- };
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral.prototype.contains_11rb$ = function (element) {
- return this.this$AbstractMutableMap.containsKey_11rb$(element);
- };
- function AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral$iterator$ObjectLiteral(closure$entryIterator) {
- this.closure$entryIterator = closure$entryIterator;
- }
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral$iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.closure$entryIterator.hasNext();
- };
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral$iterator$ObjectLiteral.prototype.next = function () {
- return this.closure$entryIterator.next().key;
- };
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral$iterator$ObjectLiteral.prototype.remove = function () {
- this.closure$entryIterator.remove();
- };
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [MutableIterator]};
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral.prototype.iterator = function () {
- var entryIterator = this.this$AbstractMutableMap.entries.iterator();
- return new AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral$iterator$ObjectLiteral(entryIterator);
- };
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral.prototype.remove_11rb$ = function (element) {
- this.checkIsMutable();
- if (this.this$AbstractMutableMap.containsKey_11rb$(element)) {
- this.this$AbstractMutableMap.remove_11rb$(element);
- return true;
- }return false;
- };
- Object.defineProperty(AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral.prototype, 'size', {configurable: true, get: function () {
- return this.this$AbstractMutableMap.size;
- }});
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral.prototype.checkIsMutable = function () {
- this.this$AbstractMutableMap.checkIsMutable();
- };
- AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [AbstractMutableSet]};
- Object.defineProperty(AbstractMutableMap.prototype, 'keys', {configurable: true, get: function () {
- if (this._keys_qe2m0n$_0 == null) {
- this._keys_qe2m0n$_0 = new AbstractMutableMap$get_AbstractMutableMap$keys$ObjectLiteral(this);
- }return ensureNotNull(this._keys_qe2m0n$_0);
- }});
- AbstractMutableMap.prototype.putAll_a2k3zr$ = function (from) {
- var tmp$;
- this.checkIsMutable();
- tmp$ = from.entries.iterator();
- while (tmp$.hasNext()) {
- var tmp$_0 = tmp$.next();
- var key = tmp$_0.key;
- var value = tmp$_0.value;
- this.put_xwzc9p$(key, value);
- }
- };
- function AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral(this$AbstractMutableMap) {
- this.this$AbstractMutableMap = this$AbstractMutableMap;
- AbstractMutableCollection.call(this);
- }
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral.prototype.add_11rb$ = function (element) {
- throw UnsupportedOperationException_init_0('Add is not supported on values');
- };
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral.prototype.clear = function () {
- this.this$AbstractMutableMap.clear();
- };
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral.prototype.contains_11rb$ = function (element) {
- return this.this$AbstractMutableMap.containsValue_11rc$(element);
- };
- function AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral$iterator$ObjectLiteral(closure$entryIterator) {
- this.closure$entryIterator = closure$entryIterator;
- }
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral$iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.closure$entryIterator.hasNext();
- };
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral$iterator$ObjectLiteral.prototype.next = function () {
- return this.closure$entryIterator.next().value;
- };
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral$iterator$ObjectLiteral.prototype.remove = function () {
- this.closure$entryIterator.remove();
- };
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [MutableIterator]};
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral.prototype.iterator = function () {
- var entryIterator = this.this$AbstractMutableMap.entries.iterator();
- return new AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral$iterator$ObjectLiteral(entryIterator);
- };
- Object.defineProperty(AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral.prototype, 'size', {configurable: true, get: function () {
- return this.this$AbstractMutableMap.size;
- }});
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral.prototype.equals = function (other) {
- if (this === other)
- return true;
- if (!Kotlin.isType(other, Collection))
- return false;
- return AbstractList$Companion_getInstance().orderedEquals_e92ka7$(this, other);
- };
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral.prototype.hashCode = function () {
- return AbstractList$Companion_getInstance().orderedHashCode_nykoif$(this);
- };
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral.prototype.checkIsMutable = function () {
- this.this$AbstractMutableMap.checkIsMutable();
- };
- AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [AbstractMutableCollection]};
- Object.defineProperty(AbstractMutableMap.prototype, 'values', {configurable: true, get: function () {
- if (this._values_kxdlqh$_0 == null) {
- this._values_kxdlqh$_0 = new AbstractMutableMap$get_AbstractMutableMap$values$ObjectLiteral(this);
- }return ensureNotNull(this._values_kxdlqh$_0);
- }});
- AbstractMutableMap.prototype.remove_11rb$ = function (key) {
- this.checkIsMutable();
- var iter = this.entries.iterator();
- while (iter.hasNext()) {
- var entry = iter.next();
- var k = entry.key;
- if (equals(key, k)) {
- var value = entry.value;
- iter.remove();
- return value;
- }}
- return null;
- };
- AbstractMutableMap.prototype.checkIsMutable = function () {
- };
- AbstractMutableMap.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractMutableMap', interfaces: [MutableMap, AbstractMap]};
- function AbstractMutableSet() {
- AbstractMutableCollection.call(this);
- }
- AbstractMutableSet.prototype.equals = function (other) {
- if (other === this)
- return true;
- if (!Kotlin.isType(other, Set))
- return false;
- return AbstractSet$Companion_getInstance().setEquals_y8f7en$(this, other);
- };
- AbstractMutableSet.prototype.hashCode = function () {
- return AbstractSet$Companion_getInstance().unorderedHashCode_nykoif$(this);
- };
- AbstractMutableSet.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractMutableSet', interfaces: [MutableSet, AbstractMutableCollection]};
- function ArrayList(array) {
- AbstractMutableList.call(this);
- this.array_hd7ov6$_0 = array;
- this.isReadOnly_dbt2oh$_0 = false;
- }
- ArrayList.prototype.build = function () {
- this.checkIsMutable();
- this.isReadOnly_dbt2oh$_0 = true;
- return this;
- };
- ArrayList.prototype.trimToSize = function () {
- };
- ArrayList.prototype.ensureCapacity_za3lpa$ = function (minCapacity) {
- };
- Object.defineProperty(ArrayList.prototype, 'size', {configurable: true, get: function () {
- return this.array_hd7ov6$_0.length;
- }});
- ArrayList.prototype.get_za3lpa$ = function (index) {
- var tmp$;
- return (tmp$ = this.array_hd7ov6$_0[this.rangeCheck_xcmk5o$_0(index)]) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- };
- ArrayList.prototype.set_wxm5ur$ = function (index, element) {
- var tmp$;
- this.checkIsMutable();
- this.rangeCheck_xcmk5o$_0(index);
- var $receiver = this.array_hd7ov6$_0[index];
- this.array_hd7ov6$_0[index] = element;
- return (tmp$ = $receiver) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- };
- ArrayList.prototype.add_11rb$ = function (element) {
- this.checkIsMutable();
- this.array_hd7ov6$_0.push(element);
- this.modCount = this.modCount + 1 | 0;
- return true;
- };
- ArrayList.prototype.add_wxm5ur$ = function (index, element) {
- this.checkIsMutable();
- this.array_hd7ov6$_0.splice(this.insertionRangeCheck_xwivfl$_0(index), 0, element);
- this.modCount = this.modCount + 1 | 0;
- };
- ArrayList.prototype.addAll_brywnq$ = function (elements) {
- this.checkIsMutable();
- if (elements.isEmpty())
- return false;
- this.array_hd7ov6$_0 = this.array_hd7ov6$_0.concat(copyToArray(elements));
- this.modCount = this.modCount + 1 | 0;
- return true;
- };
- ArrayList.prototype.addAll_u57x28$ = function (index, elements) {
- this.checkIsMutable();
- this.insertionRangeCheck_xwivfl$_0(index);
- if (index === this.size)
- return this.addAll_brywnq$(elements);
- if (elements.isEmpty())
- return false;
- if (index === this.size)
- return this.addAll_brywnq$(elements);
- else if (index === 0) {
- this.array_hd7ov6$_0 = copyToArray(elements).concat(this.array_hd7ov6$_0);
- } else {
- this.array_hd7ov6$_0 = copyOfRange_3(this.array_hd7ov6$_0, 0, index).concat(copyToArray(elements), copyOfRange_3(this.array_hd7ov6$_0, index, this.size));
- }
- this.modCount = this.modCount + 1 | 0;
- return true;
- };
- ArrayList.prototype.removeAt_za3lpa$ = function (index) {
- this.checkIsMutable();
- this.rangeCheck_xcmk5o$_0(index);
- this.modCount = this.modCount + 1 | 0;
- return index === get_lastIndex_12(this) ? this.array_hd7ov6$_0.pop() : this.array_hd7ov6$_0.splice(index, 1)[0];
- };
- ArrayList.prototype.remove_11rb$ = function (element) {
- var tmp$;
- this.checkIsMutable();
- tmp$ = this.array_hd7ov6$_0;
- for (var index = 0; index !== tmp$.length; ++index) {
- if (equals(this.array_hd7ov6$_0[index], element)) {
- this.array_hd7ov6$_0.splice(index, 1);
- this.modCount = this.modCount + 1 | 0;
- return true;
- }}
- return false;
- };
- ArrayList.prototype.removeRange_vux9f0$ = function (fromIndex, toIndex) {
- this.checkIsMutable();
- this.modCount = this.modCount + 1 | 0;
- this.array_hd7ov6$_0.splice(fromIndex, toIndex - fromIndex | 0);
- };
- ArrayList.prototype.clear = function () {
- this.checkIsMutable();
- this.array_hd7ov6$_0 = [];
- this.modCount = this.modCount + 1 | 0;
- };
- ArrayList.prototype.indexOf_11rb$ = function (element) {
- return indexOf(this.array_hd7ov6$_0, element);
- };
- ArrayList.prototype.lastIndexOf_11rb$ = function (element) {
- return lastIndexOf(this.array_hd7ov6$_0, element);
- };
- ArrayList.prototype.toString = function () {
- return contentToString(this.array_hd7ov6$_0);
- };
- ArrayList.prototype.toArray = function () {
- return [].slice.call(this.array_hd7ov6$_0);
- };
- ArrayList.prototype.checkIsMutable = function () {
- if (this.isReadOnly_dbt2oh$_0)
- throw UnsupportedOperationException_init();
- };
- ArrayList.prototype.rangeCheck_xcmk5o$_0 = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.size);
- return index;
- };
- ArrayList.prototype.insertionRangeCheck_xwivfl$_0 = function (index) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.size);
- return index;
- };
- ArrayList.$metadata$ = {kind: Kind_CLASS, simpleName: 'ArrayList', interfaces: [RandomAccess, AbstractMutableList, MutableList]};
- function ArrayList_init($this) {
- $this = $this || Object.create(ArrayList.prototype);
- ArrayList.call($this, []);
- return $this;
- }
- function ArrayList_init_0(initialCapacity, $this) {
- if (initialCapacity === void 0)
- initialCapacity = 0;
- $this = $this || Object.create(ArrayList.prototype);
- ArrayList.call($this, []);
- return $this;
- }
- function ArrayList_init_1(elements, $this) {
- $this = $this || Object.create(ArrayList.prototype);
- ArrayList.call($this, copyToArray(elements));
- return $this;
- }
- function sortArrayWith(array, comparison) {
- if (getStableSortingIsSupported()) {
- array.sort(comparison);
- } else {
- mergeSort(array, 0, get_lastIndex(array), new Comparator(comparison));
- }
- }
- function sortArrayWith$lambda(closure$comparator) {
- return function (a, b) {
- return closure$comparator.compare(a, b);
- };
- }
- function sortArrayWith_0(array, comparator) {
- if (getStableSortingIsSupported()) {
- var comparison = sortArrayWith$lambda(comparator);
- array.sort(comparison);
- } else {
- mergeSort(array, 0, get_lastIndex(array), comparator);
- }
- }
- function sortArrayWith_1(array, fromIndex, toIndex, comparator) {
- if (fromIndex < (toIndex - 1 | 0)) {
- mergeSort(array, fromIndex, toIndex - 1 | 0, comparator);
- }}
- function sortArray$lambda(a, b) {
- return Kotlin.compareTo(a, b);
- }
- function sortArray(array) {
- if (getStableSortingIsSupported()) {
- var comparison = sortArray$lambda;
- array.sort(comparison);
- } else {
- mergeSort(array, 0, get_lastIndex(array), naturalOrder());
- }
- }
- var _stableSortingIsSupported;
- function getStableSortingIsSupported$lambda(a, b) {
- return (a & 3) - (b & 3) | 0;
- }
- function getStableSortingIsSupported() {
- if (_stableSortingIsSupported != null) {
- return _stableSortingIsSupported;
- }_stableSortingIsSupported = false;
- var array = [];
- for (var index = 0; index < 600; index++)
- array.push(index);
- var comparison = getStableSortingIsSupported$lambda;
- array.sort(comparison);
- for (var index_0 = 1; index_0 < array.length; index_0++) {
- var a = array[index_0 - 1 | 0];
- var b = array[index_0];
- if ((a & 3) === (b & 3) && a >= b)
- return false;
- }
- _stableSortingIsSupported = true;
- return true;
- }
- function mergeSort(array, start, endInclusive, comparator) {
- var buffer = Kotlin.newArray(array.length, null);
- var result = mergeSort_0(array, buffer, start, endInclusive, comparator);
- if (result !== array) {
- for (var i = start; i <= endInclusive; i++)
- array[i] = result[i];
- }}
- function mergeSort_0(array, buffer, start, end, comparator) {
- if (start === end) {
- return array;
- }var median = (start + end | 0) / 2 | 0;
- var left = mergeSort_0(array, buffer, start, median, comparator);
- var right = mergeSort_0(array, buffer, median + 1 | 0, end, comparator);
- var target = left === buffer ? array : buffer;
- var leftIndex = start;
- var rightIndex = median + 1 | 0;
- for (var i = start; i <= end; i++) {
- if (leftIndex <= median && rightIndex <= end) {
- var leftValue = left[leftIndex];
- var rightValue = right[rightIndex];
- if (comparator.compare(leftValue, rightValue) <= 0) {
- target[i] = leftValue;
- leftIndex = leftIndex + 1 | 0;
- } else {
- target[i] = rightValue;
- rightIndex = rightIndex + 1 | 0;
- }
- } else if (leftIndex <= median) {
- target[i] = left[leftIndex];
- leftIndex = leftIndex + 1 | 0;
- } else {
- target[i] = right[rightIndex];
- rightIndex = rightIndex + 1 | 0;
- }
- }
- return target;
- }
- function contentDeepHashCodeImpl($receiver) {
- var tmp$, tmp$_0;
- if ($receiver == null)
- return 0;
- var result = 1;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element == null)
- tmp$_0 = 0;
- else {
- if (Kotlin.isArrayish(element)) {
- tmp$_0 = contentDeepHashCodeImpl(element);
- } else if (Kotlin.isType(element, UByteArray))
- tmp$_0 = contentHashCode_6(element);
- else if (Kotlin.isType(element, UShortArray))
- tmp$_0 = contentHashCode_7(element);
- else if (Kotlin.isType(element, UIntArray))
- tmp$_0 = contentHashCode_4(element);
- else if (Kotlin.isType(element, ULongArray))
- tmp$_0 = contentHashCode_5(element);
- else
- tmp$_0 = hashCode(element);
- }
- var elementHash = tmp$_0;
- result = (31 * result | 0) + elementHash | 0;
- }
- return result;
- }
- function EqualityComparator() {
- }
- function EqualityComparator$HashCode() {
- EqualityComparator$HashCode_instance = this;
- }
- EqualityComparator$HashCode.prototype.equals_oaftn8$ = function (value1, value2) {
- return equals(value1, value2);
- };
- EqualityComparator$HashCode.prototype.getHashCode_s8jyv4$ = function (value) {
- var tmp$;
- return (tmp$ = value != null ? hashCode(value) : null) != null ? tmp$ : 0;
- };
- EqualityComparator$HashCode.$metadata$ = {kind: Kind_OBJECT, simpleName: 'HashCode', interfaces: [EqualityComparator]};
- var EqualityComparator$HashCode_instance = null;
- function EqualityComparator$HashCode_getInstance() {
- if (EqualityComparator$HashCode_instance === null) {
- new EqualityComparator$HashCode();
- }return EqualityComparator$HashCode_instance;
- }
- EqualityComparator.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'EqualityComparator', interfaces: []};
- function HashMap() {
- this.internalMap_uxhen5$_0 = null;
- this.equality_vgh6cm$_0 = null;
- this._entries_7ih87x$_0 = null;
- }
- function HashMap$EntrySet($outer) {
- this.$outer = $outer;
- AbstractMutableMap$AbstractEntrySet.call(this);
- }
- HashMap$EntrySet.prototype.add_11rb$ = function (element) {
- throw UnsupportedOperationException_init_0('Add is not supported on entries');
- };
- HashMap$EntrySet.prototype.clear = function () {
- this.$outer.clear();
- };
- HashMap$EntrySet.prototype.containsEntry_kw6fkd$ = function (element) {
- return this.$outer.containsEntry_8hxqw4$(element);
- };
- HashMap$EntrySet.prototype.iterator = function () {
- return this.$outer.internalMap_uxhen5$_0.iterator();
- };
- HashMap$EntrySet.prototype.remove_11rb$ = function (element) {
- if (this.contains_11rb$(element)) {
- this.$outer.remove_11rb$(element.key);
- return true;
- }return false;
- };
- Object.defineProperty(HashMap$EntrySet.prototype, 'size', {configurable: true, get: function () {
- return this.$outer.size;
- }});
- HashMap$EntrySet.$metadata$ = {kind: Kind_CLASS, simpleName: 'EntrySet', interfaces: [AbstractMutableMap$AbstractEntrySet]};
- HashMap.prototype.clear = function () {
- this.internalMap_uxhen5$_0.clear();
- };
- HashMap.prototype.containsKey_11rb$ = function (key) {
- return this.internalMap_uxhen5$_0.contains_11rb$(key);
- };
- HashMap.prototype.containsValue_11rc$ = function (value) {
- var $receiver = this.internalMap_uxhen5$_0;
- var any$result;
- any$break: do {
- var tmp$;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty()) {
- any$result = false;
- break any$break;
- }tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (this.equality_vgh6cm$_0.equals_oaftn8$(element.value, value)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- Object.defineProperty(HashMap.prototype, 'entries', {configurable: true, get: function () {
- if (this._entries_7ih87x$_0 == null) {
- this._entries_7ih87x$_0 = this.createEntrySet();
- }return ensureNotNull(this._entries_7ih87x$_0);
- }});
- HashMap.prototype.createEntrySet = function () {
- return new HashMap$EntrySet(this);
- };
- HashMap.prototype.get_11rb$ = function (key) {
- return this.internalMap_uxhen5$_0.get_11rb$(key);
- };
- HashMap.prototype.put_xwzc9p$ = function (key, value) {
- return this.internalMap_uxhen5$_0.put_xwzc9p$(key, value);
- };
- HashMap.prototype.remove_11rb$ = function (key) {
- return this.internalMap_uxhen5$_0.remove_11rb$(key);
- };
- Object.defineProperty(HashMap.prototype, 'size', {configurable: true, get: function () {
- return this.internalMap_uxhen5$_0.size;
- }});
- HashMap.$metadata$ = {kind: Kind_CLASS, simpleName: 'HashMap', interfaces: [AbstractMutableMap, MutableMap]};
- function HashMap_init(internalMap, $this) {
- $this = $this || Object.create(HashMap.prototype);
- AbstractMutableMap.call($this);
- HashMap.call($this);
- $this.internalMap_uxhen5$_0 = internalMap;
- $this.equality_vgh6cm$_0 = internalMap.equality;
- return $this;
- }
- function HashMap_init_0($this) {
- $this = $this || Object.create(HashMap.prototype);
- HashMap_init(new InternalHashCodeMap(EqualityComparator$HashCode_getInstance()), $this);
- return $this;
- }
- function HashMap_init_1(initialCapacity, loadFactor, $this) {
- if (loadFactor === void 0)
- loadFactor = 0.0;
- $this = $this || Object.create(HashMap.prototype);
- HashMap_init_0($this);
- if (!(initialCapacity >= 0)) {
- var message = 'Negative initial capacity: ' + initialCapacity;
- throw IllegalArgumentException_init_0(message.toString());
- }if (!(loadFactor >= 0)) {
- var message_0 = 'Non-positive load factor: ' + loadFactor;
- throw IllegalArgumentException_init_0(message_0.toString());
- }return $this;
- }
- function HashMap_init_2(initialCapacity, $this) {
- $this = $this || Object.create(HashMap.prototype);
- HashMap_init_1(initialCapacity, 0.0, $this);
- return $this;
- }
- function HashMap_init_3(original, $this) {
- $this = $this || Object.create(HashMap.prototype);
- HashMap_init_0($this);
- $this.putAll_a2k3zr$(original);
- return $this;
- }
- function stringMapOf(pairs) {
- var $receiver = HashMap_init(new InternalStringMap(EqualityComparator$HashCode_getInstance()));
- putAll($receiver, pairs);
- return $receiver;
- }
- function HashSet() {
- this.map_8be2vx$ = null;
- }
- HashSet.prototype.add_11rb$ = function (element) {
- var old = this.map_8be2vx$.put_xwzc9p$(element, this);
- return old == null;
- };
- HashSet.prototype.clear = function () {
- this.map_8be2vx$.clear();
- };
- HashSet.prototype.contains_11rb$ = function (element) {
- return this.map_8be2vx$.containsKey_11rb$(element);
- };
- HashSet.prototype.isEmpty = function () {
- return this.map_8be2vx$.isEmpty();
- };
- HashSet.prototype.iterator = function () {
- return this.map_8be2vx$.keys.iterator();
- };
- HashSet.prototype.remove_11rb$ = function (element) {
- return this.map_8be2vx$.remove_11rb$(element) != null;
- };
- Object.defineProperty(HashSet.prototype, 'size', {configurable: true, get: function () {
- return this.map_8be2vx$.size;
- }});
- HashSet.$metadata$ = {kind: Kind_CLASS, simpleName: 'HashSet', interfaces: [AbstractMutableSet, MutableSet]};
- function HashSet_init($this) {
- $this = $this || Object.create(HashSet.prototype);
- AbstractMutableSet.call($this);
- HashSet.call($this);
- $this.map_8be2vx$ = HashMap_init_0();
- return $this;
- }
- function HashSet_init_0(elements, $this) {
- $this = $this || Object.create(HashSet.prototype);
- AbstractMutableSet.call($this);
- HashSet.call($this);
- $this.map_8be2vx$ = HashMap_init_2(elements.size);
- $this.addAll_brywnq$(elements);
- return $this;
- }
- function HashSet_init_1(initialCapacity, loadFactor, $this) {
- if (loadFactor === void 0)
- loadFactor = 0.0;
- $this = $this || Object.create(HashSet.prototype);
- AbstractMutableSet.call($this);
- HashSet.call($this);
- $this.map_8be2vx$ = HashMap_init_1(initialCapacity, loadFactor);
- return $this;
- }
- function HashSet_init_2(initialCapacity, $this) {
- $this = $this || Object.create(HashSet.prototype);
- HashSet_init_1(initialCapacity, 0.0, $this);
- return $this;
- }
- function HashSet_init_3(map, $this) {
- $this = $this || Object.create(HashSet.prototype);
- AbstractMutableSet.call($this);
- HashSet.call($this);
- $this.map_8be2vx$ = map;
- return $this;
- }
- function stringSetOf(elements) {
- var $receiver = HashSet_init_3(stringMapOf([]));
- addAll_1($receiver, elements);
- return $receiver;
- }
- function InternalHashCodeMap(equality) {
- this.equality_mamlu8$_0 = equality;
- this.backingMap_0 = this.createJsMap();
- this.size_x3bm7r$_0 = 0;
- }
- Object.defineProperty(InternalHashCodeMap.prototype, 'equality', {get: function () {
- return this.equality_mamlu8$_0;
- }});
- Object.defineProperty(InternalHashCodeMap.prototype, 'size', {configurable: true, get: function () {
- return this.size_x3bm7r$_0;
- }, set: function (size) {
- this.size_x3bm7r$_0 = size;
- }});
- InternalHashCodeMap.prototype.put_xwzc9p$ = function (key, value) {
- var hashCode = this.equality.getHashCode_s8jyv4$(key);
- var chainOrEntry = this.getChainOrEntryOrNull_0(hashCode);
- if (chainOrEntry == null) {
- this.backingMap_0[hashCode] = new AbstractMutableMap$SimpleEntry(key, value);
- } else {
- if (!Kotlin.isArray(chainOrEntry)) {
- var entry = chainOrEntry;
- if (this.equality.equals_oaftn8$(entry.key, key)) {
- return entry.setValue_11rc$(value);
- } else {
- this.backingMap_0[hashCode] = [entry, new AbstractMutableMap$SimpleEntry(key, value)];
- this.size = this.size + 1 | 0;
- return null;
- }
- } else {
- var chain = chainOrEntry;
- var entry_0 = this.findEntryInChain_0(chain, key);
- if (entry_0 != null) {
- return entry_0.setValue_11rc$(value);
- }chain.push(new AbstractMutableMap$SimpleEntry(key, value));
- }
- }
- this.size = this.size + 1 | 0;
- return null;
- };
- InternalHashCodeMap.prototype.remove_11rb$ = function (key) {
- var tmp$;
- var hashCode = this.equality.getHashCode_s8jyv4$(key);
- tmp$ = this.getChainOrEntryOrNull_0(hashCode);
- if (tmp$ == null) {
- return null;
- }var chainOrEntry = tmp$;
- if (!Kotlin.isArray(chainOrEntry)) {
- var entry = chainOrEntry;
- if (this.equality.equals_oaftn8$(entry.key, key)) {
- delete this.backingMap_0[hashCode];
- this.size = this.size - 1 | 0;
- return entry.value;
- } else {
- return null;
- }
- } else {
- var chain = chainOrEntry;
- for (var index = 0; index !== chain.length; ++index) {
- var entry_0 = chain[index];
- if (this.equality.equals_oaftn8$(key, entry_0.key)) {
- if (chain.length === 1) {
- chain.length = 0;
- delete this.backingMap_0[hashCode];
- } else {
- chain.splice(index, 1);
- }
- this.size = this.size - 1 | 0;
- return entry_0.value;
- }}
- }
- return null;
- };
- InternalHashCodeMap.prototype.clear = function () {
- this.backingMap_0 = this.createJsMap();
- this.size = 0;
- };
- InternalHashCodeMap.prototype.contains_11rb$ = function (key) {
- return this.getEntry_0(key) != null;
- };
- InternalHashCodeMap.prototype.get_11rb$ = function (key) {
- var tmp$;
- return (tmp$ = this.getEntry_0(key)) != null ? tmp$.value : null;
- };
- InternalHashCodeMap.prototype.getEntry_0 = function (key) {
- var tmp$;
- tmp$ = this.getChainOrEntryOrNull_0(this.equality.getHashCode_s8jyv4$(key));
- if (tmp$ == null) {
- return null;
- }var chainOrEntry = tmp$;
- if (!Kotlin.isArray(chainOrEntry)) {
- var entry = chainOrEntry;
- if (this.equality.equals_oaftn8$(entry.key, key)) {
- return entry;
- } else {
- return null;
- }
- } else {
- var chain = chainOrEntry;
- return this.findEntryInChain_0(chain, key);
- }
- };
- InternalHashCodeMap.prototype.findEntryInChain_0 = function ($receiver, key) {
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (this.equality.equals_oaftn8$(element.key, key)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- function InternalHashCodeMap$iterator$ObjectLiteral(this$InternalHashCodeMap) {
- this.this$InternalHashCodeMap = this$InternalHashCodeMap;
- this.state = -1;
- this.keys = Object.keys(this$InternalHashCodeMap.backingMap_0);
- this.keyIndex = -1;
- this.chainOrEntry = null;
- this.isChain = false;
- this.itemIndex = -1;
- this.lastEntry = null;
- }
- InternalHashCodeMap$iterator$ObjectLiteral.prototype.computeNext_0 = function () {
- if (this.chainOrEntry != null && this.isChain) {
- var chainSize = this.chainOrEntry.length;
- if ((this.itemIndex = this.itemIndex + 1 | 0, this.itemIndex) < chainSize)
- return 0;
- }if ((this.keyIndex = this.keyIndex + 1 | 0, this.keyIndex) < this.keys.length) {
- this.chainOrEntry = this.this$InternalHashCodeMap.backingMap_0[this.keys[this.keyIndex]];
- this.isChain = Kotlin.isArray(this.chainOrEntry);
- this.itemIndex = 0;
- return 0;
- } else {
- this.chainOrEntry = null;
- return 1;
- }
- };
- InternalHashCodeMap$iterator$ObjectLiteral.prototype.hasNext = function () {
- if (this.state === -1)
- this.state = this.computeNext_0();
- return this.state === 0;
- };
- InternalHashCodeMap$iterator$ObjectLiteral.prototype.next = function () {
- var tmp$;
- if (!this.hasNext())
- throw NoSuchElementException_init();
- if (this.isChain) {
- tmp$ = this.chainOrEntry[this.itemIndex];
- } else {
- tmp$ = this.chainOrEntry;
- }
- var lastEntry = tmp$;
- this.lastEntry = lastEntry;
- this.state = -1;
- return lastEntry;
- };
- InternalHashCodeMap$iterator$ObjectLiteral.prototype.remove = function () {
- if (this.lastEntry == null) {
- var message = 'Required value was null.';
- throw IllegalStateException_init_0(message.toString());
- }this.this$InternalHashCodeMap.remove_11rb$(ensureNotNull(this.lastEntry).key);
- this.lastEntry = null;
- this.itemIndex = this.itemIndex - 1 | 0;
- };
- InternalHashCodeMap$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [MutableIterator]};
- InternalHashCodeMap.prototype.iterator = function () {
- return new InternalHashCodeMap$iterator$ObjectLiteral(this);
- };
- InternalHashCodeMap.prototype.getChainOrEntryOrNull_0 = function (hashCode) {
- var chainOrEntry = this.backingMap_0[hashCode];
- return chainOrEntry === undefined ? null : chainOrEntry;
- };
- InternalHashCodeMap.$metadata$ = {kind: Kind_CLASS, simpleName: 'InternalHashCodeMap', interfaces: [InternalMap]};
- function InternalMap() {
- }
- InternalMap.prototype.createJsMap = function () {
- var result = Object.create(null);
- result['foo'] = 1;
- delete result['foo'];
- return result;
- };
- InternalMap.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'InternalMap', interfaces: [MutableIterable]};
- function InternalStringMap(equality) {
- this.equality_qma612$_0 = equality;
- this.backingMap_0 = this.createJsMap();
- this.size_6u3ykz$_0 = 0;
- }
- Object.defineProperty(InternalStringMap.prototype, 'equality', {get: function () {
- return this.equality_qma612$_0;
- }});
- Object.defineProperty(InternalStringMap.prototype, 'size', {configurable: true, get: function () {
- return this.size_6u3ykz$_0;
- }, set: function (size) {
- this.size_6u3ykz$_0 = size;
- }});
- InternalStringMap.prototype.contains_11rb$ = function (key) {
- if (!(typeof key === 'string'))
- return false;
- return this.backingMap_0[key] !== undefined;
- };
- InternalStringMap.prototype.get_11rb$ = function (key) {
- if (!(typeof key === 'string'))
- return null;
- var value = this.backingMap_0[key];
- return value !== undefined ? value : null;
- };
- InternalStringMap.prototype.put_xwzc9p$ = function (key, value) {
- if (!(typeof key === 'string')) {
- var message = 'Failed requirement.';
- throw IllegalArgumentException_init_0(message.toString());
- }var oldValue = this.backingMap_0[key];
- this.backingMap_0[key] = value;
- if (oldValue === undefined) {
- this.size = this.size + 1 | 0;
- return null;
- } else {
- return oldValue;
- }
- };
- InternalStringMap.prototype.remove_11rb$ = function (key) {
- if (!(typeof key === 'string'))
- return null;
- var value = this.backingMap_0[key];
- if (value !== undefined) {
- delete this.backingMap_0[key];
- this.size = this.size - 1 | 0;
- return value;
- } else {
- return null;
- }
- };
- InternalStringMap.prototype.clear = function () {
- this.backingMap_0 = this.createJsMap();
- this.size = 0;
- };
- function InternalStringMap$iterator$ObjectLiteral(this$InternalStringMap) {
- this.this$InternalStringMap = this$InternalStringMap;
- this.keys_0 = Object.keys(this$InternalStringMap.backingMap_0);
- this.iterator_0 = Kotlin.arrayIterator(this.keys_0);
- this.lastKey_0 = null;
- }
- InternalStringMap$iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.iterator_0.hasNext();
- };
- InternalStringMap$iterator$ObjectLiteral.prototype.next = function () {
- var tmp$, tmp$_0;
- var key = this.iterator_0.next();
- this.lastKey_0 = key;
- tmp$_0 = (tmp$ = key) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- return this.this$InternalStringMap.newMapEntry_0(tmp$_0);
- };
- InternalStringMap$iterator$ObjectLiteral.prototype.remove = function () {
- var tmp$, tmp$_0;
- tmp$_0 = this.this$InternalStringMap;
- var value = this.lastKey_0;
- var checkNotNull$result;
- if (value == null) {
- var message = 'Required value was null.';
- throw IllegalStateException_init_0(message.toString());
- } else {
- checkNotNull$result = value;
- }
- tmp$_0.remove_11rb$((tmp$ = checkNotNull$result) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0());
- };
- InternalStringMap$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [MutableIterator]};
- InternalStringMap.prototype.iterator = function () {
- return new InternalStringMap$iterator$ObjectLiteral(this);
- };
- function InternalStringMap$newMapEntry$ObjectLiteral(closure$key, this$InternalStringMap) {
- this.closure$key = closure$key;
- this.this$InternalStringMap = this$InternalStringMap;
- }
- Object.defineProperty(InternalStringMap$newMapEntry$ObjectLiteral.prototype, 'key', {configurable: true, get: function () {
- return this.closure$key;
- }});
- Object.defineProperty(InternalStringMap$newMapEntry$ObjectLiteral.prototype, 'value', {configurable: true, get: function () {
- return this.this$InternalStringMap.get_11rb$(this.closure$key);
- }});
- InternalStringMap$newMapEntry$ObjectLiteral.prototype.setValue_11rc$ = function (newValue) {
- return this.this$InternalStringMap.put_xwzc9p$(this.closure$key, newValue);
- };
- InternalStringMap$newMapEntry$ObjectLiteral.prototype.hashCode = function () {
- return AbstractMap$Companion_getInstance().entryHashCode_9fthdn$(this);
- };
- InternalStringMap$newMapEntry$ObjectLiteral.prototype.toString = function () {
- return AbstractMap$Companion_getInstance().entryToString_9fthdn$(this);
- };
- InternalStringMap$newMapEntry$ObjectLiteral.prototype.equals = function (other) {
- return AbstractMap$Companion_getInstance().entryEquals_js7fox$(this, other);
- };
- InternalStringMap$newMapEntry$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [MutableMap$MutableEntry]};
- InternalStringMap.prototype.newMapEntry_0 = function (key) {
- return new InternalStringMap$newMapEntry$ObjectLiteral(key, this);
- };
- InternalStringMap.$metadata$ = {kind: Kind_CLASS, simpleName: 'InternalStringMap', interfaces: [InternalMap]};
- function LinkedHashMap() {
- this.head_1lr44l$_0 = null;
- this.map_97q5dv$_0 = null;
- this.isReadOnly_uhyvn5$_0 = false;
- }
- function LinkedHashMap$ChainEntry($outer, key, value) {
- this.$outer = $outer;
- AbstractMutableMap$SimpleEntry.call(this, key, value);
- this.next_8be2vx$ = null;
- this.prev_8be2vx$ = null;
- }
- LinkedHashMap$ChainEntry.prototype.setValue_11rc$ = function (newValue) {
- this.$outer.checkIsMutable();
- return AbstractMutableMap$SimpleEntry.prototype.setValue_11rc$.call(this, newValue);
- };
- LinkedHashMap$ChainEntry.$metadata$ = {kind: Kind_CLASS, simpleName: 'ChainEntry', interfaces: [AbstractMutableMap$SimpleEntry]};
- function LinkedHashMap$EntrySet($outer) {
- this.$outer = $outer;
- AbstractMutableMap$AbstractEntrySet.call(this);
- }
- function LinkedHashMap$EntrySet$EntryIterator($outer) {
- this.$outer = $outer;
- this.last_0 = null;
- this.next_0 = null;
- this.next_0 = this.$outer.$outer.head_1lr44l$_0;
- }
- LinkedHashMap$EntrySet$EntryIterator.prototype.hasNext = function () {
- return this.next_0 !== null;
- };
- LinkedHashMap$EntrySet$EntryIterator.prototype.next = function () {
- if (!this.hasNext())
- throw NoSuchElementException_init();
- var current = ensureNotNull(this.next_0);
- this.last_0 = current;
- var $receiver = current.next_8be2vx$;
- this.$outer.$outer;
- this.next_0 = $receiver !== this.$outer.$outer.head_1lr44l$_0 ? $receiver : null;
- return current;
- };
- LinkedHashMap$EntrySet$EntryIterator.prototype.remove = function () {
- if (!(this.last_0 != null)) {
- var message = 'Check failed.';
- throw IllegalStateException_init_0(message.toString());
- }this.$outer.checkIsMutable();
- this.$outer.$outer.remove_njjxy0$_0(ensureNotNull(this.last_0));
- this.$outer.$outer.map_97q5dv$_0.remove_11rb$(ensureNotNull(this.last_0).key);
- this.last_0 = null;
- };
- LinkedHashMap$EntrySet$EntryIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'EntryIterator', interfaces: [MutableIterator]};
- LinkedHashMap$EntrySet.prototype.add_11rb$ = function (element) {
- throw UnsupportedOperationException_init_0('Add is not supported on entries');
- };
- LinkedHashMap$EntrySet.prototype.clear = function () {
- this.$outer.clear();
- };
- LinkedHashMap$EntrySet.prototype.containsEntry_kw6fkd$ = function (element) {
- return this.$outer.containsEntry_8hxqw4$(element);
- };
- LinkedHashMap$EntrySet.prototype.iterator = function () {
- return new LinkedHashMap$EntrySet$EntryIterator(this);
- };
- LinkedHashMap$EntrySet.prototype.remove_11rb$ = function (element) {
- this.checkIsMutable();
- if (this.contains_11rb$(element)) {
- this.$outer.remove_11rb$(element.key);
- return true;
- }return false;
- };
- Object.defineProperty(LinkedHashMap$EntrySet.prototype, 'size', {configurable: true, get: function () {
- return this.$outer.size;
- }});
- LinkedHashMap$EntrySet.prototype.checkIsMutable = function () {
- this.$outer.checkIsMutable();
- };
- LinkedHashMap$EntrySet.$metadata$ = {kind: Kind_CLASS, simpleName: 'EntrySet', interfaces: [AbstractMutableMap$AbstractEntrySet]};
- LinkedHashMap.prototype.addToEnd_lfi3hf$_0 = function ($receiver) {
- if (!($receiver.next_8be2vx$ == null && $receiver.prev_8be2vx$ == null)) {
- var message = 'Check failed.';
- throw IllegalStateException_init_0(message.toString());
- }var _head = this.head_1lr44l$_0;
- if (_head == null) {
- this.head_1lr44l$_0 = $receiver;
- $receiver.next_8be2vx$ = $receiver;
- $receiver.prev_8be2vx$ = $receiver;
- } else {
- var value = _head.prev_8be2vx$;
- var checkNotNull$result;
- if (value == null) {
- var message_0 = 'Required value was null.';
- throw IllegalStateException_init_0(message_0.toString());
- } else {
- checkNotNull$result = value;
- }
- var _tail = checkNotNull$result;
- $receiver.prev_8be2vx$ = _tail;
- $receiver.next_8be2vx$ = _head;
- _head.prev_8be2vx$ = $receiver;
- _tail.next_8be2vx$ = $receiver;
- }
- };
- LinkedHashMap.prototype.remove_njjxy0$_0 = function ($receiver) {
- if ($receiver.next_8be2vx$ === $receiver) {
- this.head_1lr44l$_0 = null;
- } else {
- if (this.head_1lr44l$_0 === $receiver) {
- this.head_1lr44l$_0 = $receiver.next_8be2vx$;
- }ensureNotNull($receiver.next_8be2vx$).prev_8be2vx$ = $receiver.prev_8be2vx$;
- ensureNotNull($receiver.prev_8be2vx$).next_8be2vx$ = $receiver.next_8be2vx$;
- }
- $receiver.next_8be2vx$ = null;
- $receiver.prev_8be2vx$ = null;
- };
- LinkedHashMap.prototype.build = function () {
- this.checkIsMutable();
- this.isReadOnly_uhyvn5$_0 = true;
- return this;
- };
- LinkedHashMap.prototype.clear = function () {
- this.checkIsMutable();
- this.map_97q5dv$_0.clear();
- this.head_1lr44l$_0 = null;
- };
- LinkedHashMap.prototype.containsKey_11rb$ = function (key) {
- return this.map_97q5dv$_0.containsKey_11rb$(key);
- };
- LinkedHashMap.prototype.containsValue_11rc$ = function (value) {
- var tmp$;
- tmp$ = this.head_1lr44l$_0;
- if (tmp$ == null) {
- return false;
- }var node = tmp$;
- do {
- if (equals(node.value, value)) {
- return true;
- }node = ensureNotNull(node.next_8be2vx$);
- }
- while (node !== this.head_1lr44l$_0);
- return false;
- };
- LinkedHashMap.prototype.createEntrySet = function () {
- return new LinkedHashMap$EntrySet(this);
- };
- LinkedHashMap.prototype.get_11rb$ = function (key) {
- var tmp$;
- return (tmp$ = this.map_97q5dv$_0.get_11rb$(key)) != null ? tmp$.value : null;
- };
- LinkedHashMap.prototype.put_xwzc9p$ = function (key, value) {
- this.checkIsMutable();
- var old = this.map_97q5dv$_0.get_11rb$(key);
- if (old == null) {
- var newEntry = new LinkedHashMap$ChainEntry(this, key, value);
- this.map_97q5dv$_0.put_xwzc9p$(key, newEntry);
- this.addToEnd_lfi3hf$_0(newEntry);
- return null;
- } else {
- return old.setValue_11rc$(value);
- }
- };
- LinkedHashMap.prototype.remove_11rb$ = function (key) {
- this.checkIsMutable();
- var entry = this.map_97q5dv$_0.remove_11rb$(key);
- if (entry != null) {
- this.remove_njjxy0$_0(entry);
- return entry.value;
- }return null;
- };
- Object.defineProperty(LinkedHashMap.prototype, 'size', {configurable: true, get: function () {
- return this.map_97q5dv$_0.size;
- }});
- LinkedHashMap.prototype.checkIsMutable = function () {
- if (this.isReadOnly_uhyvn5$_0)
- throw UnsupportedOperationException_init();
- };
- LinkedHashMap.$metadata$ = {kind: Kind_CLASS, simpleName: 'LinkedHashMap', interfaces: [HashMap, MutableMap]};
- function LinkedHashMap_init($this) {
- $this = $this || Object.create(LinkedHashMap.prototype);
- HashMap_init_0($this);
- LinkedHashMap.call($this);
- $this.map_97q5dv$_0 = HashMap_init_0();
- return $this;
- }
- function LinkedHashMap_init_0(backingMap, $this) {
- $this = $this || Object.create(LinkedHashMap.prototype);
- HashMap_init_0($this);
- LinkedHashMap.call($this);
- var tmp$;
- $this.map_97q5dv$_0 = Kotlin.isType(tmp$ = backingMap, HashMap) ? tmp$ : throwCCE_0();
- return $this;
- }
- function LinkedHashMap_init_1(initialCapacity, loadFactor, $this) {
- if (loadFactor === void 0)
- loadFactor = 0.0;
- $this = $this || Object.create(LinkedHashMap.prototype);
- HashMap_init_1(initialCapacity, loadFactor, $this);
- LinkedHashMap.call($this);
- $this.map_97q5dv$_0 = HashMap_init_0();
- return $this;
- }
- function LinkedHashMap_init_2(initialCapacity, $this) {
- $this = $this || Object.create(LinkedHashMap.prototype);
- LinkedHashMap_init_1(initialCapacity, 0.0, $this);
- return $this;
- }
- function LinkedHashMap_init_3(original, $this) {
- $this = $this || Object.create(LinkedHashMap.prototype);
- HashMap_init_0($this);
- LinkedHashMap.call($this);
- $this.map_97q5dv$_0 = HashMap_init_0();
- $this.putAll_a2k3zr$(original);
- return $this;
- }
- function linkedStringMapOf(pairs) {
- var $receiver = LinkedHashMap_init_0(stringMapOf([]));
- putAll($receiver, pairs);
- return $receiver;
- }
- function LinkedHashSet() {
- }
- LinkedHashSet.prototype.build = function () {
- var tmp$;
- (Kotlin.isType(tmp$ = this.map_8be2vx$, LinkedHashMap) ? tmp$ : throwCCE_0()).build();
- return this;
- };
- LinkedHashSet.prototype.checkIsMutable = function () {
- this.map_8be2vx$.checkIsMutable();
- };
- LinkedHashSet.$metadata$ = {kind: Kind_CLASS, simpleName: 'LinkedHashSet', interfaces: [HashSet, MutableSet]};
- function LinkedHashSet_init(map, $this) {
- $this = $this || Object.create(LinkedHashSet.prototype);
- HashSet_init_3(map, $this);
- LinkedHashSet.call($this);
- return $this;
- }
- function LinkedHashSet_init_0($this) {
- $this = $this || Object.create(LinkedHashSet.prototype);
- HashSet_init_3(LinkedHashMap_init(), $this);
- LinkedHashSet.call($this);
- return $this;
- }
- function LinkedHashSet_init_1(elements, $this) {
- $this = $this || Object.create(LinkedHashSet.prototype);
- HashSet_init_3(LinkedHashMap_init(), $this);
- LinkedHashSet.call($this);
- $this.addAll_brywnq$(elements);
- return $this;
- }
- function LinkedHashSet_init_2(initialCapacity, loadFactor, $this) {
- if (loadFactor === void 0)
- loadFactor = 0.0;
- $this = $this || Object.create(LinkedHashSet.prototype);
- HashSet_init_3(LinkedHashMap_init_1(initialCapacity, loadFactor), $this);
- LinkedHashSet.call($this);
- return $this;
- }
- function LinkedHashSet_init_3(initialCapacity, $this) {
- $this = $this || Object.create(LinkedHashSet.prototype);
- LinkedHashSet_init_2(initialCapacity, 0.0, $this);
- return $this;
- }
- function linkedStringSetOf(elements) {
- var $receiver = LinkedHashSet_init(linkedStringMapOf([]));
- addAll_1($receiver, elements);
- return $receiver;
- }
- function RandomAccess() {
- }
- RandomAccess.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'RandomAccess', interfaces: []};
- var synchronized = defineInlineFunction('kotlin.kotlin.synchronized_eocq09$', function (lock, block) {
- return block();
- });
- function BaseOutput() {
- }
- BaseOutput.prototype.println = function () {
- this.print_s8jyv4$('\n');
- };
- BaseOutput.prototype.println_s8jyv4$ = function (message) {
- this.print_s8jyv4$(message);
- this.println();
- };
- BaseOutput.prototype.flush = function () {
- };
- BaseOutput.$metadata$ = {kind: Kind_CLASS, simpleName: 'BaseOutput', interfaces: []};
- function NodeJsOutput(outputStream) {
- BaseOutput.call(this);
- this.outputStream = outputStream;
- }
- NodeJsOutput.prototype.print_s8jyv4$ = function (message) {
- var messageString = String(message);
- this.outputStream.write(messageString);
- };
- NodeJsOutput.$metadata$ = {kind: Kind_CLASS, simpleName: 'NodeJsOutput', interfaces: [BaseOutput]};
- function OutputToConsoleLog() {
- BaseOutput.call(this);
- }
- OutputToConsoleLog.prototype.print_s8jyv4$ = function (message) {
- console.log(message);
- };
- OutputToConsoleLog.prototype.println_s8jyv4$ = function (message) {
- console.log(message);
- };
- OutputToConsoleLog.prototype.println = function () {
- console.log('');
- };
- OutputToConsoleLog.$metadata$ = {kind: Kind_CLASS, simpleName: 'OutputToConsoleLog', interfaces: [BaseOutput]};
- function BufferedOutput() {
- BaseOutput.call(this);
- this.buffer = '';
- }
- BufferedOutput.prototype.print_s8jyv4$ = function (message) {
- this.buffer += String(message);
- };
- BufferedOutput.prototype.flush = function () {
- this.buffer = '';
- };
- BufferedOutput.$metadata$ = {kind: Kind_CLASS, simpleName: 'BufferedOutput', interfaces: [BaseOutput]};
- function BufferedOutputToConsoleLog() {
- BufferedOutput.call(this);
- }
- BufferedOutputToConsoleLog.prototype.print_s8jyv4$ = function (message) {
- var s = String(message);
- var i = s.lastIndexOf('\n', 0);
- if (i >= 0) {
- this.buffer = this.buffer + s.substring(0, i);
- this.flush();
- s = s.substring(i + 1 | 0);
- }this.buffer = this.buffer + s;
- };
- BufferedOutputToConsoleLog.prototype.flush = function () {
- console.log(this.buffer);
- this.buffer = '';
- };
- BufferedOutputToConsoleLog.$metadata$ = {kind: Kind_CLASS, simpleName: 'BufferedOutputToConsoleLog', interfaces: [BufferedOutput]};
- var output;
- function String_0(value) {
- return String(value);
- }
- function println() {
- output.println();
- }
- function println_0(message) {
- output.println_s8jyv4$(message);
- }
- function print(message) {
- output.print_s8jyv4$(message);
- }
- function SafeContinuation(delegate, initialResult) {
- this.delegate_0 = delegate;
- this.result_0 = initialResult;
- }
- Object.defineProperty(SafeContinuation.prototype, 'context', {configurable: true, get: function () {
- return this.delegate_0.context;
- }});
- SafeContinuation.prototype.resumeWith_tl1gpc$ = function (result) {
- var cur = this.result_0;
- if (cur === CoroutineSingletons$UNDECIDED_getInstance())
- this.result_0 = result.value;
- else if (cur === get_COROUTINE_SUSPENDED()) {
- this.result_0 = CoroutineSingletons$RESUMED_getInstance();
- this.delegate_0.resumeWith_tl1gpc$(result);
- } else
- throw IllegalStateException_init_0('Already resumed');
- };
- SafeContinuation.prototype.getOrThrow = function () {
- var tmp$;
- if (this.result_0 === CoroutineSingletons$UNDECIDED_getInstance()) {
- this.result_0 = get_COROUTINE_SUSPENDED();
- return get_COROUTINE_SUSPENDED();
- }var result = this.result_0;
- if (result === CoroutineSingletons$RESUMED_getInstance())
- tmp$ = get_COROUTINE_SUSPENDED();
- else if (Kotlin.isType(result, Result$Failure))
- throw result.exception;
- else
- tmp$ = result;
- return tmp$;
- };
- SafeContinuation.$metadata$ = {kind: Kind_CLASS, simpleName: 'SafeContinuation', interfaces: [Continuation]};
- function SafeContinuation_init(delegate, $this) {
- $this = $this || Object.create(SafeContinuation.prototype);
- SafeContinuation.call($this, delegate, CoroutineSingletons$UNDECIDED_getInstance());
- return $this;
- }
- function CancellationException() {
- this.name = 'CancellationException';
- }
- CancellationException.$metadata$ = {kind: Kind_CLASS, simpleName: 'CancellationException', interfaces: [IllegalStateException]};
- function CancellationException_init($this) {
- $this = $this || Object.create(CancellationException.prototype);
- IllegalStateException_init($this);
- CancellationException.call($this);
- return $this;
- }
- function CancellationException_init_0(message, $this) {
- $this = $this || Object.create(CancellationException.prototype);
- IllegalStateException_init_0(message, $this);
- CancellationException.call($this);
- return $this;
- }
- function CancellationException_init_1(message, cause, $this) {
- $this = $this || Object.create(CancellationException.prototype);
- IllegalStateException.call($this, message, cause);
- CancellationException.call($this);
- return $this;
- }
- function CancellationException_init_2(cause, $this) {
- $this = $this || Object.create(CancellationException.prototype);
- IllegalStateException_init_1(cause, $this);
- CancellationException.call($this);
- return $this;
- }
- function Continuation$ObjectLiteral(closure$context, closure$resumeWith) {
- this.closure$context = closure$context;
- this.closure$resumeWith = closure$resumeWith;
- }
- Object.defineProperty(Continuation$ObjectLiteral.prototype, 'context', {configurable: true, get: function () {
- return this.closure$context;
- }});
- Continuation$ObjectLiteral.prototype.resumeWith_tl1gpc$ = function (result) {
- this.closure$resumeWith(result);
- };
- Continuation$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Continuation]};
- function EmptyContinuation$lambda(result) {
- var tmp$;
- throwOnFailure(result);
- (tmp$ = result.value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- return Unit;
- }
- var EmptyContinuation;
- var dateLocaleOptions = defineInlineFunction('kotlin.kotlin.js.dateLocaleOptions_49uy1x$', function (init) {
- var result = new Object();
- init(result);
- return result;
- });
- var createElement = defineInlineFunction('kotlin.kotlin.dom.createElement_7cgwi1$', wrapFunction(function () {
- var createElement = _.kotlinx.dom.createElement_7cgwi1$;
- return function ($receiver, name, init) {
- return createElement($receiver, name, init);
- };
- }));
- var appendElement = defineInlineFunction('kotlin.kotlin.dom.appendElement_ldvnw0$', wrapFunction(function () {
- var appendElement = _.kotlinx.dom.appendElement_ldvnw0$;
- return function ($receiver, name, init) {
- return appendElement($receiver, name, init);
- };
- }));
- var hasClass = defineInlineFunction('kotlin.kotlin.dom.hasClass_46n0ku$', wrapFunction(function () {
- var hasClass = _.kotlinx.dom.hasClass_46n0ku$;
- return function ($receiver, cssClass) {
- return hasClass($receiver, cssClass);
- };
- }));
- var addClass = defineInlineFunction('kotlin.kotlin.dom.addClass_hhb33f$', wrapFunction(function () {
- var addClass = _.kotlinx.dom.addClass_hhb33f$;
- return function ($receiver, cssClasses) {
- return addClass($receiver, cssClasses.slice());
- };
- }));
- var removeClass = defineInlineFunction('kotlin.kotlin.dom.removeClass_hhb33f$', wrapFunction(function () {
- var removeClass = _.kotlinx.dom.removeClass_hhb33f$;
- return function ($receiver, cssClasses) {
- return removeClass($receiver, cssClasses.slice());
- };
- }));
- var get_isText = defineInlineFunction('kotlin.kotlin.dom.get_isText_asww5s$', wrapFunction(function () {
- var get_isText = _.kotlinx.dom.get_isText_asww5s$;
- return function ($receiver) {
- return get_isText($receiver);
- };
- }));
- var get_isElement = defineInlineFunction('kotlin.kotlin.dom.get_isElement_asww5s$', wrapFunction(function () {
- var get_isElement = _.kotlinx.dom.get_isElement_asww5s$;
- return function ($receiver) {
- return get_isElement($receiver);
- };
- }));
- function EventListener(handler) {
- return new EventListenerHandler(handler);
- }
- function EventListenerHandler(handler) {
- this.handler_0 = handler;
- }
- EventListenerHandler.prototype.handleEvent = function (event) {
- this.handler_0(event);
- };
- EventListenerHandler.prototype.toString = function () {
- return 'EventListenerHandler(' + this.handler_0 + ')';
- };
- EventListenerHandler.$metadata$ = {kind: Kind_CLASS, simpleName: 'EventListenerHandler', interfaces: []};
- function asList$ObjectLiteral_4(this$asList) {
- this.this$asList = this$asList;
- AbstractList.call(this);
- }
- Object.defineProperty(asList$ObjectLiteral_4.prototype, 'size', {configurable: true, get: function () {
- return this.this$asList.length;
- }});
- asList$ObjectLiteral_4.prototype.get_za3lpa$ = function (index) {
- if (index >= 0 && index <= get_lastIndex_12(this)) {
- return this.this$asList.item(index);
- } else
- throw new IndexOutOfBoundsException('index ' + index + ' is not in range [0..' + get_lastIndex_12(this) + ']');
- };
- asList$ObjectLiteral_4.$metadata$ = {kind: Kind_CLASS, interfaces: [AbstractList]};
- function asList_12($receiver) {
- return new asList$ObjectLiteral_4($receiver);
- }
- var clear = defineInlineFunction('kotlin.kotlin.dom.clear_asww5s$', wrapFunction(function () {
- var clear = _.kotlinx.dom.clear_asww5s$;
- return function ($receiver) {
- clear($receiver);
- };
- }));
- var appendText = defineInlineFunction('kotlin.kotlin.dom.appendText_46n0ku$', wrapFunction(function () {
- var appendText = _.kotlinx.dom.appendText_46n0ku$;
- return function ($receiver, text) {
- return appendText($receiver, text);
- };
- }));
- var asDynamic = defineInlineFunction('kotlin.kotlin.js.asDynamic_mzud1t$', function ($receiver) {
- return $receiver;
- });
- var unsafeCast = defineInlineFunction('kotlin.kotlin.js.unsafeCast_3752g7$', function ($receiver) {
- return $receiver;
- });
- var unsafeCast_0 = defineInlineFunction('kotlin.kotlin.js.unsafeCastDynamic', function ($receiver) {
- return $receiver;
- });
- function iterator($receiver) {
- var tmp$, tmp$_0;
- var r = $receiver;
- if ($receiver['iterator'] != null)
- tmp$_0 = $receiver['iterator']();
- else {
- if (Kotlin.isArrayish(r)) {
- tmp$_0 = Kotlin.arrayIterator(r);
- } else
- tmp$_0 = (Kotlin.isType(tmp$ = r, Iterable) ? tmp$ : throwCCE_0()).iterator();
- }
- return tmp$_0;
- }
- function throwNPE(message) {
- throw new NullPointerException(message);
- }
- function throwCCE_0() {
- throw new ClassCastException('Illegal cast');
- }
- function throwISE(message) {
- throw IllegalStateException_init_0(message);
- }
- function throwUPAE(propertyName) {
- throw UninitializedPropertyAccessException_init_0('lateinit property ' + propertyName + ' has not been initialized');
- }
- function eachCount($receiver) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.sourceIterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- var key = $receiver.keyOf_11rb$(e);
- var accumulator = destination.get_11rb$(key);
- var tmp$_0;
- destination.put_xwzc9p$(key, (accumulator == null && !destination.containsKey_11rb$(key) ? 0 : (tmp$_0 = accumulator) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE()) + 1 | 0);
- }
- return destination;
- }
- function Serializable() {
- }
- Serializable.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Serializable', interfaces: []};
- function min_20($receiver, a, b) {
- return a.compareTo_11rb$(b) <= 0 ? a : b;
- }
- function max_20($receiver, a, b) {
- return a.compareTo_11rb$(b) >= 0 ? a : b;
- }
- function json(pairs) {
- var tmp$;
- var res = {};
- for (tmp$ = 0; tmp$ !== pairs.length; ++tmp$) {
- var tmp$_0 = pairs[tmp$];
- var name = tmp$_0.component1(), value = tmp$_0.component2();
- res[name] = value;
- }
- return res;
- }
- function add($receiver, other) {
- var tmp$;
- var keys = Object.keys(other);
- for (tmp$ = 0; tmp$ !== keys.length; ++tmp$) {
- var key = keys[tmp$];
- if (other.hasOwnProperty(key)) {
- $receiver[key] = other[key];
- }}
- return $receiver;
- }
- var sin = defineInlineFunction('kotlin.kotlin.math.sin_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.sin(x);
- };
- }));
- var cos = defineInlineFunction('kotlin.kotlin.math.cos_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.cos(x);
- };
- }));
- var tan = defineInlineFunction('kotlin.kotlin.math.tan_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.tan(x);
- };
- }));
- var asin = defineInlineFunction('kotlin.kotlin.math.asin_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.asin(x);
- };
- }));
- var acos = defineInlineFunction('kotlin.kotlin.math.acos_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.acos(x);
- };
- }));
- var atan = defineInlineFunction('kotlin.kotlin.math.atan_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.atan(x);
- };
- }));
- var atan2 = defineInlineFunction('kotlin.kotlin.math.atan2_lu1900$', wrapFunction(function () {
- var Math_0 = Math;
- return function (y, x) {
- return Math_0.atan2(y, x);
- };
- }));
- var sinh = defineInlineFunction('kotlin.kotlin.math.sinh_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.sinh(x);
- };
- }));
- var cosh = defineInlineFunction('kotlin.kotlin.math.cosh_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.cosh(x);
- };
- }));
- var tanh = defineInlineFunction('kotlin.kotlin.math.tanh_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.tanh(x);
- };
- }));
- var asinh = defineInlineFunction('kotlin.kotlin.math.asinh_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.asinh(x);
- };
- }));
- var acosh = defineInlineFunction('kotlin.kotlin.math.acosh_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.acosh(x);
- };
- }));
- var atanh = defineInlineFunction('kotlin.kotlin.math.atanh_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.atanh(x);
- };
- }));
- var hypot = defineInlineFunction('kotlin.kotlin.math.hypot_lu1900$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x, y) {
- return Math_0.hypot(x, y);
- };
- }));
- var sqrt = defineInlineFunction('kotlin.kotlin.math.sqrt_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.sqrt(x);
- };
- }));
- var exp = defineInlineFunction('kotlin.kotlin.math.exp_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.exp(x);
- };
- }));
- var expm1 = defineInlineFunction('kotlin.kotlin.math.expm1_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.expm1(x);
- };
- }));
- function log(x, base) {
- if (base <= 0.0 || base === 1.0)
- return kotlin_js_internal_DoubleCompanionObject.NaN;
- return Math.log(x) / Math.log(base);
- }
- var ln = defineInlineFunction('kotlin.kotlin.math.ln_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.log(x);
- };
- }));
- var log10 = defineInlineFunction('kotlin.kotlin.math.log10_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.log10(x);
- };
- }));
- var log2 = defineInlineFunction('kotlin.kotlin.math.log2_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.log2(x);
- };
- }));
- var ln1p = defineInlineFunction('kotlin.kotlin.math.ln1p_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.log1p(x);
- };
- }));
- var ceil = defineInlineFunction('kotlin.kotlin.math.ceil_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.ceil(x);
- };
- }));
- var floor = defineInlineFunction('kotlin.kotlin.math.floor_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.floor(x);
- };
- }));
- var truncate = defineInlineFunction('kotlin.kotlin.math.truncate_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.trunc(x);
- };
- }));
- function round(x) {
- if (x % 0.5 !== 0.0) {
- return Math.round(x);
- }var floor = Math_0.floor(x);
- return floor % 2 === 0.0 ? floor : Math_0.ceil(x);
- }
- var abs = defineInlineFunction('kotlin.kotlin.math.abs_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.abs(x);
- };
- }));
- var sign = defineInlineFunction('kotlin.kotlin.math.sign_14dthe$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.sign(x);
- };
- }));
- var min_21 = defineInlineFunction('kotlin.kotlin.math.min_lu1900$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.min(a, b);
- };
- }));
- var max_21 = defineInlineFunction('kotlin.kotlin.math.max_lu1900$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.max(a, b);
- };
- }));
- var pow = defineInlineFunction('kotlin.kotlin.math.pow_38ydlf$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, x) {
- return Math_0.pow($receiver, x);
- };
- }));
- var pow_0 = defineInlineFunction('kotlin.kotlin.math.pow_j6vyb1$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, n) {
- return Math_0.pow($receiver, n);
- };
- }));
- var get_absoluteValue = defineInlineFunction('kotlin.kotlin.math.get_absoluteValue_yrwdxr$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver) {
- return Math_0.abs($receiver);
- };
- }));
- var get_sign = defineInlineFunction('kotlin.kotlin.math.get_sign_yrwdxr$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver) {
- return Math_0.sign($receiver);
- };
- }));
- var withSign_0 = defineInlineFunction('kotlin.kotlin.math.withSign_j6vyb1$', wrapFunction(function () {
- var withSign = _.kotlin.math.withSign_38ydlf$;
- return function ($receiver, sign) {
- return withSign($receiver, sign);
- };
- }));
- function get_ulp($receiver) {
- if ($receiver < 0)
- return get_ulp(-$receiver);
- else if (isNaN_0($receiver) || $receiver === kotlin_js_internal_DoubleCompanionObject.POSITIVE_INFINITY)
- return $receiver;
- else if ($receiver === kotlin_js_internal_DoubleCompanionObject.MAX_VALUE)
- return $receiver - nextDown($receiver);
- else
- return nextUp($receiver) - $receiver;
- }
- function nextUp($receiver) {
- if (isNaN_0($receiver) || $receiver === kotlin_js_internal_DoubleCompanionObject.POSITIVE_INFINITY)
- return $receiver;
- else if ($receiver === 0.0)
- return kotlin_js_internal_DoubleCompanionObject.MIN_VALUE;
- else {
- var bits = toRawBits($receiver).add(Kotlin.Long.fromInt($receiver > 0 ? 1 : -1));
- return Kotlin.doubleFromBits(bits);
- }
- }
- function nextDown($receiver) {
- if (isNaN_0($receiver) || $receiver === kotlin_js_internal_DoubleCompanionObject.NEGATIVE_INFINITY)
- return $receiver;
- else if ($receiver === 0.0)
- return -kotlin_js_internal_DoubleCompanionObject.MIN_VALUE;
- else {
- var bits = toRawBits($receiver).add(Kotlin.Long.fromInt($receiver > 0 ? -1 : 1));
- return Kotlin.doubleFromBits(bits);
- }
- }
- function nextTowards($receiver, to) {
- if (isNaN_0($receiver) || isNaN_0(to))
- return kotlin_js_internal_DoubleCompanionObject.NaN;
- else if (to === $receiver)
- return to;
- else if (to > $receiver)
- return nextUp($receiver);
- else
- return nextDown($receiver);
- }
- function roundToInt($receiver) {
- if (isNaN_0($receiver))
- throw IllegalArgumentException_init_0('Cannot round NaN value.');
- else if ($receiver > 2147483647)
- return 2147483647;
- else if ($receiver < -2147483648)
- return -2147483648;
- else {
- return numberToInt(Math.round($receiver));
- }
- }
- function roundToLong($receiver) {
- if (isNaN_0($receiver))
- throw IllegalArgumentException_init_0('Cannot round NaN value.');
- else if ($receiver > Long$Companion$MAX_VALUE.toNumber())
- return Long$Companion$MAX_VALUE;
- else if ($receiver < Long$Companion$MIN_VALUE.toNumber())
- return Long$Companion$MIN_VALUE;
- else {
- return Kotlin.Long.fromNumber(Math.round($receiver));
- }
- }
- var sin_0 = defineInlineFunction('kotlin.kotlin.math.sin_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.sin(x);
- };
- }));
- var cos_0 = defineInlineFunction('kotlin.kotlin.math.cos_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.cos(x);
- };
- }));
- var tan_0 = defineInlineFunction('kotlin.kotlin.math.tan_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.tan(x);
- };
- }));
- var asin_0 = defineInlineFunction('kotlin.kotlin.math.asin_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.asin(x);
- };
- }));
- var acos_0 = defineInlineFunction('kotlin.kotlin.math.acos_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.acos(x);
- };
- }));
- var atan_0 = defineInlineFunction('kotlin.kotlin.math.atan_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.atan(x);
- };
- }));
- var atan2_0 = defineInlineFunction('kotlin.kotlin.math.atan2_dleff0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (y, x) {
- return Math_0.atan2(y, x);
- };
- }));
- var sinh_0 = defineInlineFunction('kotlin.kotlin.math.sinh_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.sinh(x);
- };
- }));
- var cosh_0 = defineInlineFunction('kotlin.kotlin.math.cosh_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.cosh(x);
- };
- }));
- var tanh_0 = defineInlineFunction('kotlin.kotlin.math.tanh_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.tanh(x);
- };
- }));
- var asinh_0 = defineInlineFunction('kotlin.kotlin.math.asinh_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.asinh(x);
- };
- }));
- var acosh_0 = defineInlineFunction('kotlin.kotlin.math.acosh_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.acosh(x);
- };
- }));
- var atanh_0 = defineInlineFunction('kotlin.kotlin.math.atanh_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.atanh(x);
- };
- }));
- var hypot_0 = defineInlineFunction('kotlin.kotlin.math.hypot_dleff0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x, y) {
- return Math_0.hypot(x, y);
- };
- }));
- var sqrt_0 = defineInlineFunction('kotlin.kotlin.math.sqrt_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.sqrt(x);
- };
- }));
- var exp_0 = defineInlineFunction('kotlin.kotlin.math.exp_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.exp(x);
- };
- }));
- var expm1_0 = defineInlineFunction('kotlin.kotlin.math.expm1_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.expm1(x);
- };
- }));
- var log_0 = defineInlineFunction('kotlin.kotlin.math.log_dleff0$', wrapFunction(function () {
- var log = _.kotlin.math.log_lu1900$;
- return function (x, base) {
- return log(x, base);
- };
- }));
- var ln_0 = defineInlineFunction('kotlin.kotlin.math.ln_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.log(x);
- };
- }));
- var log10_0 = defineInlineFunction('kotlin.kotlin.math.log10_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.log10(x);
- };
- }));
- var log2_0 = defineInlineFunction('kotlin.kotlin.math.log2_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.log2(x);
- };
- }));
- var ln1p_0 = defineInlineFunction('kotlin.kotlin.math.ln1p_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.log1p(x);
- };
- }));
- var ceil_0 = defineInlineFunction('kotlin.kotlin.math.ceil_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.ceil(x);
- };
- }));
- var floor_0 = defineInlineFunction('kotlin.kotlin.math.floor_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.floor(x);
- };
- }));
- var truncate_0 = defineInlineFunction('kotlin.kotlin.math.truncate_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.trunc(x);
- };
- }));
- var round_0 = defineInlineFunction('kotlin.kotlin.math.round_mx4ult$', wrapFunction(function () {
- var round = _.kotlin.math.round_14dthe$;
- return function (x) {
- return round(x);
- };
- }));
- var abs_0 = defineInlineFunction('kotlin.kotlin.math.abs_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.abs(x);
- };
- }));
- var sign_0 = defineInlineFunction('kotlin.kotlin.math.sign_mx4ult$', wrapFunction(function () {
- var Math_0 = Math;
- return function (x) {
- return Math_0.sign(x);
- };
- }));
- var min_22 = defineInlineFunction('kotlin.kotlin.math.min_dleff0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.min(a, b);
- };
- }));
- var max_22 = defineInlineFunction('kotlin.kotlin.math.max_dleff0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.max(a, b);
- };
- }));
- var pow_1 = defineInlineFunction('kotlin.kotlin.math.pow_yni7l$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, x) {
- return Math_0.pow($receiver, x);
- };
- }));
- var pow_2 = defineInlineFunction('kotlin.kotlin.math.pow_lcymw2$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver, n) {
- return Math_0.pow($receiver, n);
- };
- }));
- var get_absoluteValue_0 = defineInlineFunction('kotlin.kotlin.math.get_absoluteValue_81szk$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver) {
- return Math_0.abs($receiver);
- };
- }));
- var get_sign_0 = defineInlineFunction('kotlin.kotlin.math.get_sign_81szk$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver) {
- return Math_0.sign($receiver);
- };
- }));
- var withSign_1 = defineInlineFunction('kotlin.kotlin.math.withSign_yni7l$', wrapFunction(function () {
- var withSign = _.kotlin.math.withSign_38ydlf$;
- return function ($receiver, sign) {
- return withSign($receiver, sign);
- };
- }));
- var withSign_2 = defineInlineFunction('kotlin.kotlin.math.withSign_lcymw2$', wrapFunction(function () {
- var withSign = _.kotlin.math.withSign_38ydlf$;
- return function ($receiver, sign) {
- return withSign($receiver, sign);
- };
- }));
- var roundToInt_0 = defineInlineFunction('kotlin.kotlin.math.roundToInt_81szk$', wrapFunction(function () {
- var roundToInt = _.kotlin.math.roundToInt_yrwdxr$;
- return function ($receiver) {
- return roundToInt($receiver);
- };
- }));
- var roundToLong_0 = defineInlineFunction('kotlin.kotlin.math.roundToLong_81szk$', wrapFunction(function () {
- var roundToLong = _.kotlin.math.roundToLong_yrwdxr$;
- return function ($receiver) {
- return roundToLong($receiver);
- };
- }));
- function abs_1(n) {
- return n < 0 ? -n | 0 | 0 : n;
- }
- var min_23 = defineInlineFunction('kotlin.kotlin.math.min_vux9f0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.min(a, b);
- };
- }));
- var max_23 = defineInlineFunction('kotlin.kotlin.math.max_vux9f0$', wrapFunction(function () {
- var Math_0 = Math;
- return function (a, b) {
- return Math_0.max(a, b);
- };
- }));
- var get_absoluteValue_1 = defineInlineFunction('kotlin.kotlin.math.get_absoluteValue_s8ev3n$', wrapFunction(function () {
- var abs = _.kotlin.math.abs_za3lpa$;
- return function ($receiver) {
- return abs($receiver);
- };
- }));
- function get_sign_1($receiver) {
- if ($receiver < 0)
- return -1;
- else if ($receiver > 0)
- return 1;
- else
- return 0;
- }
- function abs_2(n) {
- return n.toNumber() < 0 ? n.unaryMinus() : n;
- }
- var min_24 = defineInlineFunction('kotlin.kotlin.math.min_3pjtqy$', function (a, b) {
- return a.compareTo_11rb$(b) <= 0 ? a : b;
- });
- var max_24 = defineInlineFunction('kotlin.kotlin.math.max_3pjtqy$', function (a, b) {
- return a.compareTo_11rb$(b) >= 0 ? a : b;
- });
- var get_absoluteValue_2 = defineInlineFunction('kotlin.kotlin.math.get_absoluteValue_mts6qi$', wrapFunction(function () {
- var abs = _.kotlin.math.abs_s8cxhz$;
- return function ($receiver) {
- return abs($receiver);
- };
- }));
- function get_sign_2($receiver) {
- if ($receiver.toNumber() < 0)
- return -1;
- else if ($receiver.toNumber() > 0)
- return 1;
- else
- return 0;
- }
- function isNaN_0($receiver) {
- return $receiver !== $receiver;
- }
- function isNaN_1($receiver) {
- return $receiver !== $receiver;
- }
- function isInfinite($receiver) {
- return $receiver === kotlin_js_internal_DoubleCompanionObject.POSITIVE_INFINITY || $receiver === kotlin_js_internal_DoubleCompanionObject.NEGATIVE_INFINITY;
- }
- function isInfinite_0($receiver) {
- return $receiver === kotlin_js_internal_FloatCompanionObject.POSITIVE_INFINITY || $receiver === kotlin_js_internal_FloatCompanionObject.NEGATIVE_INFINITY;
- }
- function isFinite($receiver) {
- return !isInfinite($receiver) && !isNaN_0($receiver);
- }
- function isFinite_0($receiver) {
- return !isInfinite_0($receiver) && !isNaN_1($receiver);
- }
- function countOneBits($receiver) {
- var v = $receiver;
- v = (v & 1431655765) + (v >>> 1 & 1431655765) | 0;
- v = (v & 858993459) + (v >>> 2 & 858993459) | 0;
- v = (v & 252645135) + (v >>> 4 & 252645135) | 0;
- v = (v & 16711935) + (v >>> 8 & 16711935) | 0;
- v = (v & 65535) + (v >>> 16) | 0;
- return v;
- }
- var countLeadingZeroBits = defineInlineFunction('kotlin.kotlin.countLeadingZeroBits_s8ev3n$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver) {
- return Math_0.clz32($receiver);
- };
- }));
- function countTrailingZeroBits($receiver) {
- return 32 - Math_0.clz32(~($receiver | (-$receiver | 0))) | 0;
- }
- function takeHighestOneBit($receiver) {
- return $receiver === 0 ? 0 : 1 << 31 - Math_0.clz32($receiver);
- }
- function takeLowestOneBit($receiver) {
- return $receiver & (-$receiver | 0);
- }
- function rotateLeft($receiver, bitCount) {
- return $receiver << bitCount | $receiver >>> 32 - bitCount;
- }
- function rotateRight($receiver, bitCount) {
- return $receiver << 32 - bitCount | $receiver >>> bitCount;
- }
- function countOneBits_0($receiver) {
- return countOneBits($receiver.getHighBits()) + countOneBits($receiver.getLowBits()) | 0;
- }
- function countLeadingZeroBits_0($receiver) {
- var high = $receiver.getHighBits();
- if (high === 0) {
- return 32 + Math_0.clz32($receiver.getLowBits()) | 0;
- } else {
- return Math_0.clz32(high);
- }
- }
- function countTrailingZeroBits_0($receiver) {
- var low = $receiver.getLowBits();
- if (low === 0) {
- return 32 + countTrailingZeroBits($receiver.getHighBits()) | 0;
- } else
- return countTrailingZeroBits(low);
- }
- function takeHighestOneBit_0($receiver) {
- var high = $receiver.getHighBits();
- if (high === 0) {
- var low = takeHighestOneBit($receiver.getLowBits());
- return Kotlin.Long.fromBits(low, 0);
- } else {
- var high_0 = takeHighestOneBit(high);
- return Kotlin.Long.fromBits(0, high_0);
- }
- }
- function takeLowestOneBit_0($receiver) {
- var low = $receiver.getLowBits();
- if (low === 0) {
- var high = takeLowestOneBit($receiver.getHighBits());
- return Kotlin.Long.fromBits(0, high);
- } else {
- var low_0 = takeLowestOneBit(low);
- return Kotlin.Long.fromBits(low_0, 0);
- }
- }
- function rotateLeft_0($receiver, bitCount) {
- if ((bitCount & 31) !== 0) {
- var low = $receiver.getLowBits();
- var high = $receiver.getHighBits();
- var newLow = low << bitCount | high >>> (-bitCount | 0);
- var newHigh = high << bitCount | low >>> (-bitCount | 0);
- return (bitCount & 32) === 0 ? Kotlin.Long.fromBits(newLow, newHigh) : Kotlin.Long.fromBits(newHigh, newLow);
- } else {
- var tmp$;
- if ((bitCount & 32) === 0)
- tmp$ = $receiver;
- else {
- var tmp$_0 = $receiver.getHighBits();
- var high_0 = $receiver.getLowBits();
- tmp$ = Kotlin.Long.fromBits(tmp$_0, high_0);
- }
- return tmp$;
- }
- }
- var rotateRight_0 = defineInlineFunction('kotlin.kotlin.rotateRight_if0zpk$', wrapFunction(function () {
- var rotateLeft = _.kotlin.rotateLeft_if0zpk$;
- return function ($receiver, bitCount) {
- return rotateLeft($receiver, -bitCount | 0);
- };
- }));
- var then = defineInlineFunction('kotlin.kotlin.js.then_eyvp0y$', function ($receiver, onFulfilled) {
- return $receiver.then(onFulfilled);
- });
- var then_0 = defineInlineFunction('kotlin.kotlin.js.then_a5sxob$', function ($receiver, onFulfilled, onRejected) {
- return $receiver.then(onFulfilled, onRejected);
- });
- function defaultPlatformRandom() {
- return Random_0(Math.random() * Math.pow(2, 32) | 0);
- }
- var INV_2_26;
- var INV_2_53;
- function doubleFromParts(hi26, low27) {
- return hi26 * INV_2_26 + low27 * INV_2_53;
- }
- function ExperimentalAssociatedObjects() {
- }
- ExperimentalAssociatedObjects.$metadata$ = {kind: Kind_CLASS, simpleName: 'ExperimentalAssociatedObjects', interfaces: [Annotation]};
- function AssociatedObjectKey() {
- }
- AssociatedObjectKey.$metadata$ = {kind: Kind_CLASS, simpleName: 'AssociatedObjectKey', interfaces: [Annotation]};
- var findAssociatedObject_0 = defineInlineFunction('kotlin.kotlin.reflect.findAssociatedObject_qj3t4m$', wrapFunction(function () {
- var getKClass = Kotlin.getKClass;
- var findAssociatedObject = _.findAssociatedObject_yjf3nl$;
- return function (T_0, isT, $receiver) {
- return findAssociatedObject($receiver, getKClass(T_0));
- };
- }));
- function get_js($receiver) {
- var tmp$;
- return (Kotlin.isType(tmp$ = $receiver, KClassImpl) ? tmp$ : throwCCE_0()).jClass;
- }
- function get_kotlin($receiver) {
- return getKClass($receiver);
- }
- function KCallable() {
- }
- KCallable.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KCallable', interfaces: []};
- function KClass() {
- }
- KClass.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KClass', interfaces: [KClassifier]};
- function KClassImpl(jClass) {
- this.jClass_1ppatx$_0 = jClass;
- }
- Object.defineProperty(KClassImpl.prototype, 'jClass', {get: function () {
- return this.jClass_1ppatx$_0;
- }});
- Object.defineProperty(KClassImpl.prototype, 'qualifiedName', {configurable: true, get: function () {
- throw new NotImplementedError();
- }});
- KClassImpl.prototype.equals = function (other) {
- return Kotlin.isType(other, KClassImpl) && equals(this.jClass, other.jClass);
- };
- KClassImpl.prototype.hashCode = function () {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.simpleName) != null ? hashCode(tmp$) : null) != null ? tmp$_0 : 0;
- };
- KClassImpl.prototype.toString = function () {
- return 'class ' + toString(this.simpleName);
- };
- KClassImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'KClassImpl', interfaces: [KClass]};
- function SimpleKClassImpl(jClass) {
- KClassImpl.call(this, jClass);
- var tmp$;
- this.simpleName_m7mxi0$_0 = (tmp$ = jClass.$metadata$) != null ? tmp$.simpleName : null;
- }
- Object.defineProperty(SimpleKClassImpl.prototype, 'simpleName', {configurable: true, get: function () {
- return this.simpleName_m7mxi0$_0;
- }});
- SimpleKClassImpl.prototype.isInstance_s8jyv4$ = function (value) {
- var jsClass = this.jClass;
- return Kotlin.isType(value, jsClass);
- };
- SimpleKClassImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'SimpleKClassImpl', interfaces: [KClassImpl]};
- function PrimitiveKClassImpl(jClass, givenSimpleName, isInstanceFunction) {
- KClassImpl.call(this, jClass);
- this.givenSimpleName_0 = givenSimpleName;
- this.isInstanceFunction_0 = isInstanceFunction;
- }
- PrimitiveKClassImpl.prototype.equals = function (other) {
- if (!Kotlin.isType(other, PrimitiveKClassImpl))
- return false;
- return KClassImpl.prototype.equals.call(this, other) && equals(this.givenSimpleName_0, other.givenSimpleName_0);
- };
- Object.defineProperty(PrimitiveKClassImpl.prototype, 'simpleName', {configurable: true, get: function () {
- return this.givenSimpleName_0;
- }});
- PrimitiveKClassImpl.prototype.isInstance_s8jyv4$ = function (value) {
- return this.isInstanceFunction_0(value);
- };
- PrimitiveKClassImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'PrimitiveKClassImpl', interfaces: [KClassImpl]};
- function NothingKClassImpl() {
- NothingKClassImpl_instance = this;
- KClassImpl.call(this, Object);
- this.simpleName_lnzy73$_0 = 'Nothing';
- }
- Object.defineProperty(NothingKClassImpl.prototype, 'simpleName', {configurable: true, get: function () {
- return this.simpleName_lnzy73$_0;
- }});
- NothingKClassImpl.prototype.isInstance_s8jyv4$ = function (value) {
- return false;
- };
- Object.defineProperty(NothingKClassImpl.prototype, 'jClass', {configurable: true, get: function () {
- throw UnsupportedOperationException_init_0("There's no native JS class for Nothing type");
- }});
- NothingKClassImpl.prototype.equals = function (other) {
- return other === this;
- };
- NothingKClassImpl.prototype.hashCode = function () {
- return 0;
- };
- NothingKClassImpl.$metadata$ = {kind: Kind_OBJECT, simpleName: 'NothingKClassImpl', interfaces: [KClassImpl]};
- var NothingKClassImpl_instance = null;
- function NothingKClassImpl_getInstance() {
- if (NothingKClassImpl_instance === null) {
- new NothingKClassImpl();
- }return NothingKClassImpl_instance;
- }
- function ErrorKClass() {
- }
- Object.defineProperty(ErrorKClass.prototype, 'simpleName', {configurable: true, get: function () {
- throw IllegalStateException_init_0('Unknown simpleName for ErrorKClass'.toString());
- }});
- Object.defineProperty(ErrorKClass.prototype, 'qualifiedName', {configurable: true, get: function () {
- throw IllegalStateException_init_0('Unknown qualifiedName for ErrorKClass'.toString());
- }});
- ErrorKClass.prototype.isInstance_s8jyv4$ = function (value) {
- throw IllegalStateException_init_0("Can's check isInstance on ErrorKClass".toString());
- };
- ErrorKClass.prototype.equals = function (other) {
- return other === this;
- };
- ErrorKClass.prototype.hashCode = function () {
- return 0;
- };
- ErrorKClass.$metadata$ = {kind: Kind_CLASS, simpleName: 'ErrorKClass', interfaces: [KClass]};
- var get_qualifiedOrSimpleName = defineInlineFunction('kotlin.kotlin.reflect.get_qualifiedOrSimpleName_lu5d9p$', function ($receiver) {
- return $receiver.simpleName;
- });
- function KFunction() {
- }
- KFunction.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KFunction', interfaces: [Function_0, KCallable]};
- function KProperty() {
- }
- KProperty.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KProperty', interfaces: [KCallable]};
- function KMutableProperty() {
- }
- KMutableProperty.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KMutableProperty', interfaces: [KProperty]};
- function KProperty0() {
- }
- KProperty0.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KProperty0', interfaces: [KProperty]};
- function KMutableProperty0() {
- }
- KMutableProperty0.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KMutableProperty0', interfaces: [KMutableProperty, KProperty0]};
- function KProperty1() {
- }
- KProperty1.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KProperty1', interfaces: [KProperty]};
- function KMutableProperty1() {
- }
- KMutableProperty1.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KMutableProperty1', interfaces: [KMutableProperty, KProperty1]};
- function KProperty2() {
- }
- KProperty2.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KProperty2', interfaces: [KProperty]};
- function KMutableProperty2() {
- }
- KMutableProperty2.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KMutableProperty2', interfaces: [KMutableProperty, KProperty2]};
- function KType() {
- }
- KType.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KType', interfaces: []};
- function createKType(classifier, arguments_0, isMarkedNullable) {
- return new KTypeImpl(classifier, asList(arguments_0), isMarkedNullable);
- }
- function createDynamicKType() {
- return DynamicKType_getInstance();
- }
- function markKTypeNullable(kType) {
- return new KTypeImpl(ensureNotNull(kType.classifier), kType.arguments, true);
- }
- function createKTypeParameter(name, upperBounds, variance) {
- var tmp$;
- switch (variance) {
- case 'in':
- tmp$ = KVariance$IN_getInstance();
- break;
- case 'out':
- tmp$ = KVariance$OUT_getInstance();
- break;
- default:tmp$ = KVariance$INVARIANT_getInstance();
- break;
- }
- var kVariance = tmp$;
- return new KTypeParameterImpl(name, asList(upperBounds), kVariance, false);
- }
- function getStarKTypeProjection() {
- return KTypeProjection$Companion_getInstance().STAR;
- }
- function createCovariantKTypeProjection(type) {
- return KTypeProjection$Companion_getInstance().covariant_saj79j$(type);
- }
- function createInvariantKTypeProjection(type) {
- return KTypeProjection$Companion_getInstance().invariant_saj79j$(type);
- }
- function createContravariantKTypeProjection(type) {
- return KTypeProjection$Companion_getInstance().contravariant_saj79j$(type);
- }
- function KTypeImpl(classifier, arguments_0, isMarkedNullable) {
- this.classifier_50lv52$_0 = classifier;
- this.arguments_lev63t$_0 = arguments_0;
- this.isMarkedNullable_748rxs$_0 = isMarkedNullable;
- }
- Object.defineProperty(KTypeImpl.prototype, 'classifier', {get: function () {
- return this.classifier_50lv52$_0;
- }});
- Object.defineProperty(KTypeImpl.prototype, 'arguments', {get: function () {
- return this.arguments_lev63t$_0;
- }});
- Object.defineProperty(KTypeImpl.prototype, 'isMarkedNullable', {get: function () {
- return this.isMarkedNullable_748rxs$_0;
- }});
- KTypeImpl.prototype.equals = function (other) {
- return Kotlin.isType(other, KTypeImpl) && equals(this.classifier, other.classifier) && equals(this.arguments, other.arguments) && this.isMarkedNullable === other.isMarkedNullable;
- };
- KTypeImpl.prototype.hashCode = function () {
- return (((hashCode(this.classifier) * 31 | 0) + hashCode(this.arguments) | 0) * 31 | 0) + hashCode(this.isMarkedNullable) | 0;
- };
- function KTypeImpl$toString$lambda(this$KTypeImpl) {
- return function (it) {
- return this$KTypeImpl.asString_0(it);
- };
- }
- KTypeImpl.prototype.toString = function () {
- var tmp$, tmp$_0;
- var kClass = Kotlin.isType(tmp$ = this.classifier, KClass) ? tmp$ : null;
- if (kClass == null)
- tmp$_0 = this.classifier.toString();
- else if (kClass.simpleName != null)
- tmp$_0 = kClass.simpleName;
- else
- tmp$_0 = '(non-denotable type)';
- var classifierName = tmp$_0;
- var args = this.arguments.isEmpty() ? '' : joinToString_8(this.arguments, ', ', '<', '>', void 0, void 0, KTypeImpl$toString$lambda(this));
- var nullable = this.isMarkedNullable ? '?' : '';
- return classifierName + args + nullable;
- };
- KTypeImpl.prototype.asString_0 = function ($receiver) {
- if ($receiver.variance == null)
- return '*';
- return prefixString($receiver.variance) + toString($receiver.type);
- };
- KTypeImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'KTypeImpl', interfaces: [KType]};
- function DynamicKType() {
- DynamicKType_instance = this;
- this.classifier_rcrrnf$_0 = null;
- this.arguments_2d0wf2$_0 = emptyList();
- this.isMarkedNullable_vgyq3p$_0 = false;
- }
- Object.defineProperty(DynamicKType.prototype, 'classifier', {configurable: true, get: function () {
- return this.classifier_rcrrnf$_0;
- }});
- Object.defineProperty(DynamicKType.prototype, 'arguments', {configurable: true, get: function () {
- return this.arguments_2d0wf2$_0;
- }});
- Object.defineProperty(DynamicKType.prototype, 'isMarkedNullable', {configurable: true, get: function () {
- return this.isMarkedNullable_vgyq3p$_0;
- }});
- DynamicKType.prototype.toString = function () {
- return 'dynamic';
- };
- DynamicKType.$metadata$ = {kind: Kind_OBJECT, simpleName: 'DynamicKType', interfaces: [KType]};
- var DynamicKType_instance = null;
- function DynamicKType_getInstance() {
- if (DynamicKType_instance === null) {
- new DynamicKType();
- }return DynamicKType_instance;
- }
- function prefixString($receiver) {
- switch ($receiver.name) {
- case 'INVARIANT':
- return '';
- case 'IN':
- return 'in ';
- case 'OUT':
- return 'out ';
- default:return Kotlin.noWhenBranchMatched();
- }
- }
- function KTypeParameterImpl(name, upperBounds, variance, isReified) {
- this.name_81dqmp$_0 = name;
- this.upperBounds_nx4j3x$_0 = upperBounds;
- this.variance_jsggjt$_0 = variance;
- this.isReified_7azqms$_0 = isReified;
- }
- Object.defineProperty(KTypeParameterImpl.prototype, 'name', {get: function () {
- return this.name_81dqmp$_0;
- }});
- Object.defineProperty(KTypeParameterImpl.prototype, 'upperBounds', {get: function () {
- return this.upperBounds_nx4j3x$_0;
- }});
- Object.defineProperty(KTypeParameterImpl.prototype, 'variance', {get: function () {
- return this.variance_jsggjt$_0;
- }});
- Object.defineProperty(KTypeParameterImpl.prototype, 'isReified', {get: function () {
- return this.isReified_7azqms$_0;
- }});
- KTypeParameterImpl.prototype.toString = function () {
- return this.name;
- };
- KTypeParameterImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'KTypeParameterImpl', interfaces: [KTypeParameter]};
- KTypeParameterImpl.prototype.component1 = function () {
- return this.name;
- };
- KTypeParameterImpl.prototype.component2 = function () {
- return this.upperBounds;
- };
- KTypeParameterImpl.prototype.component3 = function () {
- return this.variance;
- };
- KTypeParameterImpl.prototype.component4 = function () {
- return this.isReified;
- };
- KTypeParameterImpl.prototype.copy_picmsx$ = function (name, upperBounds, variance, isReified) {
- return new KTypeParameterImpl(name === void 0 ? this.name : name, upperBounds === void 0 ? this.upperBounds : upperBounds, variance === void 0 ? this.variance : variance, isReified === void 0 ? this.isReified : isReified);
- };
- KTypeParameterImpl.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.name) | 0;
- result = result * 31 + Kotlin.hashCode(this.upperBounds) | 0;
- result = result * 31 + Kotlin.hashCode(this.variance) | 0;
- result = result * 31 + Kotlin.hashCode(this.isReified) | 0;
- return result;
- };
- KTypeParameterImpl.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.name, other.name) && Kotlin.equals(this.upperBounds, other.upperBounds) && Kotlin.equals(this.variance, other.variance) && Kotlin.equals(this.isReified, other.isReified)))));
- };
- function PrimitiveClasses() {
- PrimitiveClasses_instance = this;
- this.anyClass = new PrimitiveKClassImpl(Object, 'Any', PrimitiveClasses$anyClass$lambda);
- this.numberClass = new PrimitiveKClassImpl(Number, 'Number', PrimitiveClasses$numberClass$lambda);
- this.nothingClass = NothingKClassImpl_getInstance();
- this.booleanClass = new PrimitiveKClassImpl(Boolean, 'Boolean', PrimitiveClasses$booleanClass$lambda);
- this.byteClass = new PrimitiveKClassImpl(Number, 'Byte', PrimitiveClasses$byteClass$lambda);
- this.shortClass = new PrimitiveKClassImpl(Number, 'Short', PrimitiveClasses$shortClass$lambda);
- this.intClass = new PrimitiveKClassImpl(Number, 'Int', PrimitiveClasses$intClass$lambda);
- this.floatClass = new PrimitiveKClassImpl(Number, 'Float', PrimitiveClasses$floatClass$lambda);
- this.doubleClass = new PrimitiveKClassImpl(Number, 'Double', PrimitiveClasses$doubleClass$lambda);
- this.arrayClass = new PrimitiveKClassImpl(Array, 'Array', PrimitiveClasses$arrayClass$lambda);
- this.stringClass = new PrimitiveKClassImpl(String, 'String', PrimitiveClasses$stringClass$lambda);
- this.throwableClass = new PrimitiveKClassImpl(Error, 'Throwable', PrimitiveClasses$throwableClass$lambda);
- this.booleanArrayClass = new PrimitiveKClassImpl(Array, 'BooleanArray', PrimitiveClasses$booleanArrayClass$lambda);
- this.charArrayClass = new PrimitiveKClassImpl(Uint16Array, 'CharArray', PrimitiveClasses$charArrayClass$lambda);
- this.byteArrayClass = new PrimitiveKClassImpl(Int8Array, 'ByteArray', PrimitiveClasses$byteArrayClass$lambda);
- this.shortArrayClass = new PrimitiveKClassImpl(Int16Array, 'ShortArray', PrimitiveClasses$shortArrayClass$lambda);
- this.intArrayClass = new PrimitiveKClassImpl(Int32Array, 'IntArray', PrimitiveClasses$intArrayClass$lambda);
- this.longArrayClass = new PrimitiveKClassImpl(Array, 'LongArray', PrimitiveClasses$longArrayClass$lambda);
- this.floatArrayClass = new PrimitiveKClassImpl(Float32Array, 'FloatArray', PrimitiveClasses$floatArrayClass$lambda);
- this.doubleArrayClass = new PrimitiveKClassImpl(Float64Array, 'DoubleArray', PrimitiveClasses$doubleArrayClass$lambda);
- }
- function PrimitiveClasses$functionClass$lambda$lambda(closure$arity) {
- return function (it) {
- return typeof it === 'function' && it.length === closure$arity;
- };
- }
- PrimitiveClasses.prototype.functionClass = function (arity) {
- var tmp$;
- var tmp$_0;
- if ((tmp$ = functionClasses[arity]) != null)
- tmp$_0 = tmp$;
- else {
- var result = new PrimitiveKClassImpl(Function, 'Function' + arity, PrimitiveClasses$functionClass$lambda$lambda(arity));
- functionClasses[arity] = result;
- tmp$_0 = result;
- }
- return tmp$_0;
- };
- function PrimitiveClasses$anyClass$lambda(it) {
- return Kotlin.isType(it, Any);
- }
- function PrimitiveClasses$numberClass$lambda(it) {
- return Kotlin.isNumber(it);
- }
- function PrimitiveClasses$booleanClass$lambda(it) {
- return typeof it === 'boolean';
- }
- function PrimitiveClasses$byteClass$lambda(it) {
- return typeof it === 'number';
- }
- function PrimitiveClasses$shortClass$lambda(it) {
- return typeof it === 'number';
- }
- function PrimitiveClasses$intClass$lambda(it) {
- return typeof it === 'number';
- }
- function PrimitiveClasses$floatClass$lambda(it) {
- return typeof it === 'number';
- }
- function PrimitiveClasses$doubleClass$lambda(it) {
- return typeof it === 'number';
- }
- function PrimitiveClasses$arrayClass$lambda(it) {
- return Kotlin.isArray(it);
- }
- function PrimitiveClasses$stringClass$lambda(it) {
- return typeof it === 'string';
- }
- function PrimitiveClasses$throwableClass$lambda(it) {
- return Kotlin.isType(it, Throwable);
- }
- function PrimitiveClasses$booleanArrayClass$lambda(it) {
- return Kotlin.isBooleanArray(it);
- }
- function PrimitiveClasses$charArrayClass$lambda(it) {
- return Kotlin.isCharArray(it);
- }
- function PrimitiveClasses$byteArrayClass$lambda(it) {
- return Kotlin.isByteArray(it);
- }
- function PrimitiveClasses$shortArrayClass$lambda(it) {
- return Kotlin.isShortArray(it);
- }
- function PrimitiveClasses$intArrayClass$lambda(it) {
- return Kotlin.isIntArray(it);
- }
- function PrimitiveClasses$longArrayClass$lambda(it) {
- return Kotlin.isLongArray(it);
- }
- function PrimitiveClasses$floatArrayClass$lambda(it) {
- return Kotlin.isFloatArray(it);
- }
- function PrimitiveClasses$doubleArrayClass$lambda(it) {
- return Kotlin.isDoubleArray(it);
- }
- PrimitiveClasses.$metadata$ = {kind: Kind_OBJECT, simpleName: 'PrimitiveClasses', interfaces: []};
- var PrimitiveClasses_instance = null;
- function PrimitiveClasses_getInstance() {
- if (PrimitiveClasses_instance === null) {
- new PrimitiveClasses();
- }return PrimitiveClasses_instance;
- }
- var functionClasses;
- function getKClass(jClass) {
- var tmp$;
- if (Array.isArray(jClass)) {
- tmp$ = getKClassM(jClass);
- } else {
- tmp$ = getKClass1(jClass);
- }
- return tmp$;
- }
- function getKClassM(jClasses) {
- switch (jClasses.length) {
- case 1:
- return getKClass1(jClasses[0]);
- case 0:
- return NothingKClassImpl_getInstance();
- default:return new ErrorKClass();
- }
- }
- function getKClassFromExpression(e) {
- var tmp$;
- switch (typeof e) {
- case 'string':
- tmp$ = PrimitiveClasses_getInstance().stringClass;
- break;
- case 'number':
- tmp$ = (e | 0) === e ? PrimitiveClasses_getInstance().intClass : PrimitiveClasses_getInstance().doubleClass;
- break;
- case 'boolean':
- tmp$ = PrimitiveClasses_getInstance().booleanClass;
- break;
- case 'function':
- tmp$ = PrimitiveClasses_getInstance().functionClass(e.length);
- break;
- default:if (Kotlin.isBooleanArray(e))
- tmp$ = PrimitiveClasses_getInstance().booleanArrayClass;
- else if (Kotlin.isCharArray(e))
- tmp$ = PrimitiveClasses_getInstance().charArrayClass;
- else if (Kotlin.isByteArray(e))
- tmp$ = PrimitiveClasses_getInstance().byteArrayClass;
- else if (Kotlin.isShortArray(e))
- tmp$ = PrimitiveClasses_getInstance().shortArrayClass;
- else if (Kotlin.isIntArray(e))
- tmp$ = PrimitiveClasses_getInstance().intArrayClass;
- else if (Kotlin.isLongArray(e))
- tmp$ = PrimitiveClasses_getInstance().longArrayClass;
- else if (Kotlin.isFloatArray(e))
- tmp$ = PrimitiveClasses_getInstance().floatArrayClass;
- else if (Kotlin.isDoubleArray(e))
- tmp$ = PrimitiveClasses_getInstance().doubleArrayClass;
- else if (Kotlin.isType(e, KClass))
- tmp$ = getKClass(KClass);
- else if (Kotlin.isArray(e))
- tmp$ = PrimitiveClasses_getInstance().arrayClass;
- else {
- var constructor = Object.getPrototypeOf(e).constructor;
- if (constructor === Object)
- tmp$ = PrimitiveClasses_getInstance().anyClass;
- else if (constructor === Error)
- tmp$ = PrimitiveClasses_getInstance().throwableClass;
- else {
- var jsClass = constructor;
- tmp$ = getKClass1(jsClass);
- }
- }
-
- break;
- }
- return tmp$;
- }
- function getKClass1(jClass) {
- var tmp$;
- if (jClass === String) {
- return PrimitiveClasses_getInstance().stringClass;
- }var metadata = jClass.$metadata$;
- if (metadata != null) {
- if (metadata.$kClass$ == null) {
- var kClass = new SimpleKClassImpl(jClass);
- metadata.$kClass$ = kClass;
- tmp$ = kClass;
- } else {
- tmp$ = metadata.$kClass$;
- }
- } else {
- tmp$ = new SimpleKClassImpl(jClass);
- }
- return tmp$;
- }
- function reset($receiver) {
- $receiver.lastIndex = 0;
- }
- var get_0 = defineInlineFunction('kotlin.kotlin.js.get_kmxd4d$', function ($receiver, index) {
- return $receiver[index];
- });
- var asArray = defineInlineFunction('kotlin.kotlin.js.asArray_tgewol$', function ($receiver) {
- return $receiver;
- });
- function ConstrainedOnceSequence(sequence) {
- this.sequenceRef_0 = sequence;
- }
- ConstrainedOnceSequence.prototype.iterator = function () {
- var tmp$;
- tmp$ = this.sequenceRef_0;
- if (tmp$ == null) {
- throw IllegalStateException_init_0('This sequence can be consumed only once.');
- }var sequence = tmp$;
- this.sequenceRef_0 = null;
- return sequence.iterator();
- };
- ConstrainedOnceSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'ConstrainedOnceSequence', interfaces: [Sequence]};
- function Appendable() {
- }
- Appendable.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Appendable', interfaces: []};
- function CharacterCodingException(message) {
- Exception_init_0(message, this);
- this.name = 'CharacterCodingException';
- }
- CharacterCodingException.$metadata$ = {kind: Kind_CLASS, simpleName: 'CharacterCodingException', interfaces: [Exception]};
- function CharacterCodingException_init($this) {
- $this = $this || Object.create(CharacterCodingException.prototype);
- CharacterCodingException.call($this, null);
- return $this;
- }
- function StringBuilder(content) {
- this.string_0 = content !== undefined ? content : '';
- }
- Object.defineProperty(StringBuilder.prototype, 'length', {configurable: true, get: function () {
- return this.string_0.length;
- }});
- StringBuilder.prototype.charCodeAt = function (index) {
- var $receiver = this.string_0;
- var tmp$;
- if (index >= 0 && index <= get_lastIndex_13($receiver))
- tmp$ = $receiver.charCodeAt(index);
- else {
- throw new IndexOutOfBoundsException('index: ' + index + ', length: ' + this.length + '}');
- }
- return tmp$;
- };
- StringBuilder.prototype.subSequence_vux9f0$ = function (startIndex, endIndex) {
- return this.string_0.substring(startIndex, endIndex);
- };
- StringBuilder.prototype.append_s8itvh$ = function (value) {
- this.string_0 += String.fromCharCode(value);
- return this;
- };
- StringBuilder.prototype.append_gw00v9$ = function (value) {
- this.string_0 += toString(value);
- return this;
- };
- StringBuilder.prototype.append_ezbsdh$ = function (value, startIndex, endIndex) {
- return this.appendRange_3peag4$(value != null ? value : 'null', startIndex, endIndex);
- };
- StringBuilder.prototype.reverse = function () {
- var tmp$, tmp$_0;
- var reversed = '';
- var index = this.string_0.length - 1 | 0;
- while (index >= 0) {
- var low = this.string_0.charCodeAt((tmp$ = index, index = tmp$ - 1 | 0, tmp$));
- if (isLowSurrogate(low) && index >= 0) {
- var high = this.string_0.charCodeAt((tmp$_0 = index, index = tmp$_0 - 1 | 0, tmp$_0));
- if (isHighSurrogate(high)) {
- reversed = reversed + String.fromCharCode(toBoxedChar(high)) + String.fromCharCode(toBoxedChar(low));
- } else {
- reversed = reversed + String.fromCharCode(toBoxedChar(low)) + String.fromCharCode(toBoxedChar(high));
- }
- } else {
- reversed += String.fromCharCode(low);
- }
- }
- this.string_0 = reversed;
- return this;
- };
- StringBuilder.prototype.append_s8jyv4$ = function (value) {
- this.string_0 += toString(value);
- return this;
- };
- StringBuilder.prototype.append_6taknv$ = function (value) {
- this.string_0 += value;
- return this;
- };
- StringBuilder.prototype.append_4hbowm$ = function (value) {
- this.string_0 += concatToString(value);
- return this;
- };
- StringBuilder.prototype.append_61zpoe$ = function (value) {
- return this.append_pdl1vj$(value);
- };
- StringBuilder.prototype.append_pdl1vj$ = function (value) {
- this.string_0 = this.string_0 + (value != null ? value : 'null');
- return this;
- };
- StringBuilder.prototype.capacity = function () {
- return this.length;
- };
- StringBuilder.prototype.ensureCapacity_za3lpa$ = function (minimumCapacity) {
- };
- StringBuilder.prototype.indexOf_61zpoe$ = function (string) {
- return this.string_0.indexOf(string);
- };
- StringBuilder.prototype.indexOf_bm4lxs$ = function (string, startIndex) {
- return this.string_0.indexOf(string, startIndex);
- };
- StringBuilder.prototype.lastIndexOf_61zpoe$ = function (string) {
- return this.string_0.lastIndexOf(string);
- };
- StringBuilder.prototype.lastIndexOf_bm4lxs$ = function (string, startIndex) {
- if (string.length === 0 && startIndex < 0)
- return -1;
- return this.string_0.lastIndexOf(string, startIndex);
- };
- StringBuilder.prototype.insert_fzusl$ = function (index, value) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.length);
- this.string_0 = this.string_0.substring(0, index) + toString(value) + this.string_0.substring(index);
- return this;
- };
- StringBuilder.prototype.insert_6t1mh3$ = function (index, value) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.length);
- this.string_0 = this.string_0.substring(0, index) + String.fromCharCode(toBoxedChar(value)) + this.string_0.substring(index);
- return this;
- };
- StringBuilder.prototype.insert_7u455s$ = function (index, value) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.length);
- this.string_0 = this.string_0.substring(0, index) + concatToString(value) + this.string_0.substring(index);
- return this;
- };
- StringBuilder.prototype.insert_1u9bqd$ = function (index, value) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.length);
- this.string_0 = this.string_0.substring(0, index) + toString(value) + this.string_0.substring(index);
- return this;
- };
- StringBuilder.prototype.insert_6t2rgq$ = function (index, value) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.length);
- this.string_0 = this.string_0.substring(0, index) + toString(value) + this.string_0.substring(index);
- return this;
- };
- StringBuilder.prototype.insert_19mbxw$ = function (index, value) {
- return this.insert_vqvrqt$(index, value);
- };
- StringBuilder.prototype.insert_vqvrqt$ = function (index, value) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.length);
- var toInsert = value != null ? value : 'null';
- this.string_0 = this.string_0.substring(0, index) + toInsert + this.string_0.substring(index);
- return this;
- };
- StringBuilder.prototype.setLength_za3lpa$ = function (newLength) {
- if (newLength < 0) {
- throw IllegalArgumentException_init_0('Negative new length: ' + newLength + '.');
- }if (newLength <= this.length) {
- this.string_0 = this.string_0.substring(0, newLength);
- } else {
- for (var i = this.length; i < newLength; i++) {
- this.string_0 += String.fromCharCode(0);
- }
- }
- };
- StringBuilder.prototype.substring_za3lpa$ = function (startIndex) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(startIndex, this.length);
- return this.string_0.substring(startIndex);
- };
- StringBuilder.prototype.substring_vux9f0$ = function (startIndex, endIndex) {
- AbstractList$Companion_getInstance().checkBoundsIndexes_cub51b$(startIndex, endIndex, this.length);
- return this.string_0.substring(startIndex, endIndex);
- };
- StringBuilder.prototype.trimToSize = function () {
- };
- StringBuilder.prototype.toString = function () {
- return this.string_0;
- };
- StringBuilder.prototype.clear = function () {
- this.string_0 = '';
- return this;
- };
- StringBuilder.prototype.set_6t1mh3$ = function (index, value) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.length);
- this.string_0 = this.string_0.substring(0, index) + String.fromCharCode(toBoxedChar(value)) + this.string_0.substring(index + 1 | 0);
- };
- StringBuilder.prototype.setRange_98i29q$ = function (startIndex, endIndex, value) {
- this.checkReplaceRange_0(startIndex, endIndex, this.length);
- this.string_0 = this.string_0.substring(0, startIndex) + value + this.string_0.substring(endIndex);
- return this;
- };
- StringBuilder.prototype.checkReplaceRange_0 = function (startIndex, endIndex, length) {
- if (startIndex < 0 || startIndex > length) {
- throw new IndexOutOfBoundsException('startIndex: ' + startIndex + ', length: ' + length);
- }if (startIndex > endIndex) {
- throw IllegalArgumentException_init_0('startIndex(' + startIndex + ') > endIndex(' + endIndex + ')');
- }};
- StringBuilder.prototype.deleteAt_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.length);
- this.string_0 = this.string_0.substring(0, index) + this.string_0.substring(index + 1 | 0);
- return this;
- };
- StringBuilder.prototype.deleteRange_vux9f0$ = function (startIndex, endIndex) {
- this.checkReplaceRange_0(startIndex, endIndex, this.length);
- this.string_0 = this.string_0.substring(0, startIndex) + this.string_0.substring(endIndex);
- return this;
- };
- StringBuilder.prototype.toCharArray_pqkatk$ = function (destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = this.length;
- var tmp$;
- AbstractList$Companion_getInstance().checkBoundsIndexes_cub51b$(startIndex, endIndex, this.length);
- AbstractList$Companion_getInstance().checkBoundsIndexes_cub51b$(destinationOffset, destinationOffset + endIndex - startIndex | 0, destination.length);
- var dstIndex = destinationOffset;
- for (var index = startIndex; index < endIndex; index++) {
- destination[tmp$ = dstIndex, dstIndex = tmp$ + 1 | 0, tmp$] = this.string_0.charCodeAt(index);
- }
- };
- StringBuilder.prototype.appendRange_8chfmy$ = function (value, startIndex, endIndex) {
- this.string_0 += concatToString_0(value, startIndex, endIndex);
- return this;
- };
- StringBuilder.prototype.appendRange_3peag4$ = function (value, startIndex, endIndex) {
- var stringCsq = value.toString();
- AbstractList$Companion_getInstance().checkBoundsIndexes_cub51b$(startIndex, endIndex, stringCsq.length);
- this.string_0 += stringCsq.substring(startIndex, endIndex);
- return this;
- };
- StringBuilder.prototype.insertRange_ar8yzk$ = function (index, value, startIndex, endIndex) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.length);
- this.string_0 = this.string_0.substring(0, index) + concatToString_0(value, startIndex, endIndex) + this.string_0.substring(index);
- return this;
- };
- StringBuilder.prototype.insertRange_mnv9ne$ = function (index, value, startIndex, endIndex) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.length);
- var stringCsq = value.toString();
- AbstractList$Companion_getInstance().checkBoundsIndexes_cub51b$(startIndex, endIndex, stringCsq.length);
- this.string_0 = this.string_0.substring(0, index) + stringCsq.substring(startIndex, endIndex) + this.string_0.substring(index);
- return this;
- };
- StringBuilder.$metadata$ = {kind: Kind_CLASS, simpleName: 'StringBuilder', interfaces: [CharSequence, Appendable]};
- function StringBuilder_init(capacity, $this) {
- $this = $this || Object.create(StringBuilder.prototype);
- StringBuilder_init_1($this);
- return $this;
- }
- function StringBuilder_init_0(content, $this) {
- $this = $this || Object.create(StringBuilder.prototype);
- StringBuilder.call($this, content.toString());
- return $this;
- }
- function StringBuilder_init_1($this) {
- $this = $this || Object.create(StringBuilder.prototype);
- StringBuilder.call($this, '');
- return $this;
- }
- var clear_0 = defineInlineFunction('kotlin.kotlin.text.clear_dn5lc7$', function ($receiver) {
- return $receiver.clear();
- });
- var set_0 = defineInlineFunction('kotlin.kotlin.text.set_fgr66m$', function ($receiver, index, value) {
- $receiver.set_6t1mh3$(index, value);
- });
- var setRange = defineInlineFunction('kotlin.kotlin.text.setRange_o6zo9x$', function ($receiver, startIndex, endIndex, value) {
- return $receiver.setRange_98i29q$(startIndex, endIndex, value);
- });
- var deleteAt = defineInlineFunction('kotlin.kotlin.text.deleteAt_pgf5y3$', function ($receiver, index) {
- return $receiver.deleteAt_za3lpa$(index);
- });
- var deleteRange = defineInlineFunction('kotlin.kotlin.text.deleteRange_52xiy5$', function ($receiver, startIndex, endIndex) {
- return $receiver.deleteRange_vux9f0$(startIndex, endIndex);
- });
- var toCharArray_1 = defineInlineFunction('kotlin.kotlin.text.toCharArray_uxry3l$', function ($receiver, destination, destinationOffset, startIndex, endIndex) {
- if (destinationOffset === void 0)
- destinationOffset = 0;
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- $receiver.toCharArray_pqkatk$(destination, destinationOffset, startIndex, endIndex);
- });
- var appendRange = defineInlineFunction('kotlin.kotlin.text.appendRange_tjrg5r$', function ($receiver, value, startIndex, endIndex) {
- return $receiver.appendRange_8chfmy$(value, startIndex, endIndex);
- });
- var appendRange_0 = defineInlineFunction('kotlin.kotlin.text.appendRange_9founp$', function ($receiver, value, startIndex, endIndex) {
- return $receiver.appendRange_3peag4$(value, startIndex, endIndex);
- });
- var insertRange = defineInlineFunction('kotlin.kotlin.text.insertRange_5k1bpj$', function ($receiver, index, value, startIndex, endIndex) {
- return $receiver.insertRange_ar8yzk$(index, value, startIndex, endIndex);
- });
- var insertRange_0 = defineInlineFunction('kotlin.kotlin.text.insertRange_hlqaj7$', function ($receiver, index, value, startIndex, endIndex) {
- return $receiver.insertRange_mnv9ne$(index, value, startIndex, endIndex);
- });
- function isWhitespace($receiver) {
- return matches(String.fromCharCode($receiver), '[\\s\\xA0]');
- }
- var toLowerCase = defineInlineFunction('kotlin.kotlin.text.toLowerCase_myv2d0$', wrapFunction(function () {
- var toChar = Kotlin.toChar;
- return function ($receiver) {
- return toChar(String.fromCharCode($receiver).toLowerCase().charCodeAt(0));
- };
- }));
- var lowercaseChar = defineInlineFunction('kotlin.kotlin.text.lowercaseChar_myv2d0$', wrapFunction(function () {
- var toChar = Kotlin.toChar;
- return function ($receiver) {
- return toChar(String.fromCharCode($receiver).toLowerCase().charCodeAt(0));
- };
- }));
- var lowercase = defineInlineFunction('kotlin.kotlin.text.lowercase_myv2d0$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver) {
- var tmp$;
- return typeof (tmp$ = String.fromCharCode($receiver).toLowerCase()) === 'string' ? tmp$ : throwCCE();
- };
- }));
- var toUpperCase = defineInlineFunction('kotlin.kotlin.text.toUpperCase_myv2d0$', wrapFunction(function () {
- var uppercaseChar = _.kotlin.text.uppercaseChar_myv2d0$;
- return function ($receiver) {
- return uppercaseChar($receiver);
- };
- }));
- function uppercaseChar($receiver) {
- var tmp$;
- var uppercase = typeof (tmp$ = String.fromCharCode($receiver).toUpperCase()) === 'string' ? tmp$ : throwCCE();
- return uppercase.length > 1 ? $receiver : uppercase.charCodeAt(0);
- }
- var uppercase = defineInlineFunction('kotlin.kotlin.text.uppercase_myv2d0$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver) {
- var tmp$;
- return typeof (tmp$ = String.fromCharCode($receiver).toUpperCase()) === 'string' ? tmp$ : throwCCE();
- };
- }));
- function isHighSurrogate($receiver) {
- return (new CharRange(kotlin_js_internal_CharCompanionObject.MIN_HIGH_SURROGATE, kotlin_js_internal_CharCompanionObject.MAX_HIGH_SURROGATE)).contains_mef7kx$($receiver);
- }
- function isLowSurrogate($receiver) {
- return (new CharRange(kotlin_js_internal_CharCompanionObject.MIN_LOW_SURROGATE, kotlin_js_internal_CharCompanionObject.MAX_LOW_SURROGATE)).contains_mef7kx$($receiver);
- }
- var toBoolean = defineInlineFunction('kotlin.kotlin.text.toBoolean_pdl1vz$', wrapFunction(function () {
- var toBoolean = _.kotlin.text.toBoolean_5cw0du$;
- return function ($receiver) {
- return toBoolean($receiver);
- };
- }));
- function toBoolean_0($receiver) {
- var tmp$ = $receiver != null;
- if (tmp$) {
- tmp$ = equals($receiver.toLowerCase(), 'true');
- }return tmp$;
- }
- function toByte_0($receiver) {
- var tmp$;
- return (tmp$ = toByteOrNull($receiver)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toByte_1($receiver, radix) {
- var tmp$;
- return (tmp$ = toByteOrNull_0($receiver, radix)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toShort_0($receiver) {
- var tmp$;
- return (tmp$ = toShortOrNull($receiver)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toShort_1($receiver, radix) {
- var tmp$;
- return (tmp$ = toShortOrNull_0($receiver, radix)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toInt($receiver) {
- var tmp$;
- return (tmp$ = toIntOrNull($receiver)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toInt_0($receiver, radix) {
- var tmp$;
- return (tmp$ = toIntOrNull_0($receiver, radix)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toLong($receiver) {
- var tmp$;
- return (tmp$ = toLongOrNull($receiver)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toLong_0($receiver, radix) {
- var tmp$;
- return (tmp$ = toLongOrNull_0($receiver, radix)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toDouble($receiver) {
- var $receiver_0 = +$receiver;
- if (isNaN_0($receiver_0) && !isNaN_2($receiver) || ($receiver_0 === 0.0 && isBlank($receiver)))
- numberFormatError($receiver);
- return $receiver_0;
- }
- var toFloat = defineInlineFunction('kotlin.kotlin.text.toFloat_pdl1vz$', wrapFunction(function () {
- var toDouble = _.kotlin.text.toDouble_pdl1vz$;
- return function ($receiver) {
- return toDouble($receiver);
- };
- }));
- function toDoubleOrNull($receiver) {
- var $receiver_0 = +$receiver;
- return !(isNaN_0($receiver_0) && !isNaN_2($receiver) || ($receiver_0 === 0.0 && isBlank($receiver))) ? $receiver_0 : null;
- }
- var toFloatOrNull = defineInlineFunction('kotlin.kotlin.text.toFloatOrNull_pdl1vz$', wrapFunction(function () {
- var toDoubleOrNull = _.kotlin.text.toDoubleOrNull_pdl1vz$;
- return function ($receiver) {
- return toDoubleOrNull($receiver);
- };
- }));
- var toString_1 = defineInlineFunction('kotlin.kotlin.text.toString_798l30$', wrapFunction(function () {
- var toString = _.kotlin.text.toString_dqglrj$;
- return function ($receiver, radix) {
- return toString($receiver, radix);
- };
- }));
- var toString_2 = defineInlineFunction('kotlin.kotlin.text.toString_di2vk2$', wrapFunction(function () {
- var toString = _.kotlin.text.toString_dqglrj$;
- return function ($receiver, radix) {
- return toString($receiver, radix);
- };
- }));
- function toString_3($receiver, radix) {
- return $receiver.toString(checkRadix(radix));
- }
- function isNaN_2($receiver) {
- switch ($receiver.toLowerCase()) {
- case 'nan':
- case '+nan':
- case '-nan':
- return true;
- default:return false;
- }
- }
- function checkRadix(radix) {
- if (!(2 <= radix && radix <= 36)) {
- throw IllegalArgumentException_init_0('radix ' + radix + ' was not in valid range 2..36');
- }return radix;
- }
- function digitOf(char, radix) {
- var tmp$;
- if (char >= 48 && char <= 57)
- tmp$ = char - 48;
- else if (char >= 65 && char <= 90)
- tmp$ = char - 65 + 10 | 0;
- else if (char >= 97 && char <= 122)
- tmp$ = char - 97 + 10 | 0;
- else
- tmp$ = -1;
- var it = tmp$;
- return it >= radix ? -1 : it;
- }
- function RegexOption(name, ordinal, value) {
- Enum.call(this);
- this.value = value;
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function RegexOption_initFields() {
- RegexOption_initFields = function () {
- };
- RegexOption$IGNORE_CASE_instance = new RegexOption('IGNORE_CASE', 0, 'i');
- RegexOption$MULTILINE_instance = new RegexOption('MULTILINE', 1, 'm');
- }
- var RegexOption$IGNORE_CASE_instance;
- function RegexOption$IGNORE_CASE_getInstance() {
- RegexOption_initFields();
- return RegexOption$IGNORE_CASE_instance;
- }
- var RegexOption$MULTILINE_instance;
- function RegexOption$MULTILINE_getInstance() {
- RegexOption_initFields();
- return RegexOption$MULTILINE_instance;
- }
- RegexOption.$metadata$ = {kind: Kind_CLASS, simpleName: 'RegexOption', interfaces: [Enum]};
- function RegexOption$values() {
- return [RegexOption$IGNORE_CASE_getInstance(), RegexOption$MULTILINE_getInstance()];
- }
- RegexOption.values = RegexOption$values;
- function RegexOption$valueOf(name) {
- switch (name) {
- case 'IGNORE_CASE':
- return RegexOption$IGNORE_CASE_getInstance();
- case 'MULTILINE':
- return RegexOption$MULTILINE_getInstance();
- default:throwISE('No enum constant kotlin.text.RegexOption.' + name);
- }
- }
- RegexOption.valueOf_61zpoe$ = RegexOption$valueOf;
- function MatchGroup(value) {
- this.value = value;
- }
- MatchGroup.$metadata$ = {kind: Kind_CLASS, simpleName: 'MatchGroup', interfaces: []};
- MatchGroup.prototype.component1 = function () {
- return this.value;
- };
- MatchGroup.prototype.copy_61zpoe$ = function (value) {
- return new MatchGroup(value === void 0 ? this.value : value);
- };
- MatchGroup.prototype.toString = function () {
- return 'MatchGroup(value=' + Kotlin.toString(this.value) + ')';
- };
- MatchGroup.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.value) | 0;
- return result;
- };
- MatchGroup.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && Kotlin.equals(this.value, other.value))));
- };
- function Regex(pattern, options) {
- Regex$Companion_getInstance();
- this.pattern = pattern;
- this.options = toSet_8(options);
- var destination = ArrayList_init_0(collectionSizeOrDefault(options, 10));
- var tmp$;
- tmp$ = options.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(item.value);
- }
- this.nativePattern_0 = new RegExp(pattern, joinToString_8(destination, '') + 'g');
- }
- Regex.prototype.matches_6bul2c$ = function (input) {
- reset(this.nativePattern_0);
- var match = this.nativePattern_0.exec(input.toString());
- return match != null && match.index === 0 && this.nativePattern_0.lastIndex === input.length;
- };
- Regex.prototype.containsMatchIn_6bul2c$ = function (input) {
- reset(this.nativePattern_0);
- return this.nativePattern_0.test(input.toString());
- };
- Regex.prototype.find_905azu$ = function (input, startIndex) {
- if (startIndex === void 0)
- startIndex = 0;
- if (startIndex < 0 || startIndex > input.length) {
- throw new IndexOutOfBoundsException('Start index out of bounds: ' + startIndex + ', input length: ' + input.length);
- }return findNext(this.nativePattern_0, input.toString(), startIndex);
- };
- function Regex$findAll$lambda(closure$input, closure$startIndex, this$Regex) {
- return function () {
- return this$Regex.find_905azu$(closure$input, closure$startIndex);
- };
- }
- function Regex$findAll$lambda_0(match) {
- return match.next();
- }
- Regex.prototype.findAll_905azu$ = function (input, startIndex) {
- if (startIndex === void 0)
- startIndex = 0;
- if (startIndex < 0 || startIndex > input.length) {
- throw new IndexOutOfBoundsException('Start index out of bounds: ' + startIndex + ', input length: ' + input.length);
- }return generateSequence_1(Regex$findAll$lambda(input, startIndex, this), Regex$findAll$lambda_0);
- };
- Regex.prototype.matchEntire_6bul2c$ = function (input) {
- if (startsWith_1(this.pattern, 94) && endsWith_0(this.pattern, 36))
- return this.find_905azu$(input);
- else
- return (new Regex('^' + trimEnd_2(trimStart_2(this.pattern, Kotlin.charArrayOf(94)), Kotlin.charArrayOf(36)) + '$', this.options)).find_905azu$(input);
- };
- Regex.prototype.replace_x2uqeu$ = function (input, replacement) {
- return input.toString().replace(this.nativePattern_0, replacement);
- };
- Regex.prototype.replace_20wsma$ = defineInlineFunction('kotlin.kotlin.text.Regex.replace_20wsma$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init_za3lpa$;
- var ensureNotNull = Kotlin.ensureNotNull;
- return function (input, transform) {
- var match = this.find_905azu$(input);
- if (match == null)
- return input.toString();
- var lastStart = 0;
- var length = input.length;
- var sb = StringBuilder_init(length);
- do {
- var foundMatch = ensureNotNull(match);
- sb.append_ezbsdh$(input, lastStart, foundMatch.range.start);
- sb.append_gw00v9$(transform(foundMatch));
- lastStart = foundMatch.range.endInclusive + 1 | 0;
- match = foundMatch.next();
- }
- while (lastStart < length && match != null);
- if (lastStart < length) {
- sb.append_ezbsdh$(input, lastStart, length);
- }return sb.toString();
- };
- }));
- Regex.prototype.replaceFirst_x2uqeu$ = function (input, replacement) {
- var $receiver = this.options;
- var destination = ArrayList_init_0(collectionSizeOrDefault($receiver, 10));
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(item.value);
- }
- var nonGlobalOptions = joinToString_8(destination, '');
- return input.toString().replace(new RegExp(this.pattern, nonGlobalOptions), replacement);
- };
- Regex.prototype.split_905azu$ = function (input, limit) {
- if (limit === void 0)
- limit = 0;
- var tmp$;
- if (!(limit >= 0)) {
- var message = 'Limit must be non-negative, but was ' + limit;
- throw IllegalArgumentException_init_0(message.toString());
- }var it = this.findAll_905azu$(input);
- var matches = limit === 0 ? it : take_9(it, limit - 1 | 0);
- var result = ArrayList_init();
- var lastStart = 0;
- tmp$ = matches.iterator();
- while (tmp$.hasNext()) {
- var match = tmp$.next();
- result.add_11rb$(Kotlin.subSequence(input, lastStart, match.range.start).toString());
- lastStart = match.range.endInclusive + 1 | 0;
- }
- result.add_11rb$(Kotlin.subSequence(input, lastStart, input.length).toString());
- return result;
- };
- Regex.prototype.toString = function () {
- return this.nativePattern_0.toString();
- };
- function Regex$Companion() {
- Regex$Companion_instance = this;
- this.patternEscape_0 = new RegExp('[-\\\\^$*+?.()|[\\]{}]', 'g');
- this.replacementEscape_0 = new RegExp('\\$', 'g');
- }
- Regex$Companion.prototype.fromLiteral_61zpoe$ = function (literal) {
- return Regex_init_0(this.escape_61zpoe$(literal));
- };
- Regex$Companion.prototype.escape_61zpoe$ = function (literal) {
- return literal.replace(this.patternEscape_0, '\\$&');
- };
- Regex$Companion.prototype.escapeReplacement_61zpoe$ = function (literal) {
- return literal.replace(this.replacementEscape_0, '$$$$');
- };
- Regex$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var Regex$Companion_instance = null;
- function Regex$Companion_getInstance() {
- if (Regex$Companion_instance === null) {
- new Regex$Companion();
- }return Regex$Companion_instance;
- }
- Regex.$metadata$ = {kind: Kind_CLASS, simpleName: 'Regex', interfaces: []};
- function Regex_init(pattern, option, $this) {
- $this = $this || Object.create(Regex.prototype);
- Regex.call($this, pattern, setOf(option));
- return $this;
- }
- function Regex_init_0(pattern, $this) {
- $this = $this || Object.create(Regex.prototype);
- Regex.call($this, pattern, emptySet());
- return $this;
- }
- function Regex_0(pattern, option) {
- return new Regex(pattern, setOf(option));
- }
- function Regex_1(pattern) {
- return new Regex(pattern, emptySet());
- }
- function findNext$ObjectLiteral(closure$match, this$findNext, closure$input, closure$range) {
- this.closure$match = closure$match;
- this.this$findNext = this$findNext;
- this.closure$input = closure$input;
- this.closure$range = closure$range;
- this.range_co6b9w$_0 = closure$range;
- this.groups_qcaztb$_0 = new findNext$ObjectLiteral$groups$ObjectLiteral(closure$match);
- this.groupValues__0 = null;
- }
- Object.defineProperty(findNext$ObjectLiteral.prototype, 'range', {configurable: true, get: function () {
- return this.range_co6b9w$_0;
- }});
- Object.defineProperty(findNext$ObjectLiteral.prototype, 'value', {configurable: true, get: function () {
- return ensureNotNull(this.closure$match[0]);
- }});
- Object.defineProperty(findNext$ObjectLiteral.prototype, 'groups', {configurable: true, get: function () {
- return this.groups_qcaztb$_0;
- }});
- function findNext$ObjectLiteral$get_findNext$ObjectLiteral$groupValues$ObjectLiteral(closure$match) {
- this.closure$match = closure$match;
- AbstractList.call(this);
- }
- Object.defineProperty(findNext$ObjectLiteral$get_findNext$ObjectLiteral$groupValues$ObjectLiteral.prototype, 'size', {configurable: true, get: function () {
- return this.closure$match.length;
- }});
- findNext$ObjectLiteral$get_findNext$ObjectLiteral$groupValues$ObjectLiteral.prototype.get_za3lpa$ = function (index) {
- var tmp$;
- return (tmp$ = this.closure$match[index]) != null ? tmp$ : '';
- };
- findNext$ObjectLiteral$get_findNext$ObjectLiteral$groupValues$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [AbstractList]};
- Object.defineProperty(findNext$ObjectLiteral.prototype, 'groupValues', {configurable: true, get: function () {
- if (this.groupValues__0 == null) {
- this.groupValues__0 = new findNext$ObjectLiteral$get_findNext$ObjectLiteral$groupValues$ObjectLiteral(this.closure$match);
- }return ensureNotNull(this.groupValues__0);
- }});
- findNext$ObjectLiteral.prototype.next = function () {
- return findNext(this.this$findNext, this.closure$input, this.closure$range.isEmpty() ? this.closure$range.start + 1 | 0 : this.closure$range.endInclusive + 1 | 0);
- };
- function findNext$ObjectLiteral$groups$ObjectLiteral(closure$match) {
- this.closure$match = closure$match;
- AbstractCollection.call(this);
- }
- Object.defineProperty(findNext$ObjectLiteral$groups$ObjectLiteral.prototype, 'size', {configurable: true, get: function () {
- return this.closure$match.length;
- }});
- function findNext$ObjectLiteral$groups$ObjectLiteral$iterator$lambda(this$) {
- return function (it) {
- return this$.get_za3lpa$(it);
- };
- }
- findNext$ObjectLiteral$groups$ObjectLiteral.prototype.iterator = function () {
- return map_10(asSequence_8(get_indices_12(this)), findNext$ObjectLiteral$groups$ObjectLiteral$iterator$lambda(this)).iterator();
- };
- findNext$ObjectLiteral$groups$ObjectLiteral.prototype.get_za3lpa$ = function (index) {
- var tmp$;
- return (tmp$ = this.closure$match[index]) != null ? new MatchGroup(tmp$) : null;
- };
- findNext$ObjectLiteral$groups$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [AbstractCollection, MatchGroupCollection]};
- findNext$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [MatchResult]};
- function findNext($receiver, input, from) {
- $receiver.lastIndex = from;
- var match = $receiver.exec(input);
- if (match == null)
- return null;
- var range = new IntRange(match.index, $receiver.lastIndex - 1 | 0);
- return new findNext$ObjectLiteral(match, $receiver, input, range);
- }
- function String_1(chars) {
- var tmp$;
- var result = '';
- for (tmp$ = 0; tmp$ !== chars.length; ++tmp$) {
- var char = unboxChar(chars[tmp$]);
- result += String.fromCharCode(char);
- }
- return result;
- }
- function String_2(chars, offset, length) {
- var tmp$;
- if (offset < 0 || length < 0 || (chars.length - offset | 0) < length)
- throw new IndexOutOfBoundsException('size: ' + chars.length + '; offset: ' + offset + '; length: ' + length);
- var result = '';
- tmp$ = offset + length | 0;
- for (var index = offset; index < tmp$; index++) {
- result += String.fromCharCode(chars[index]);
- }
- return result;
- }
- function concatToString($receiver) {
- var tmp$;
- var result = '';
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var char = unboxChar($receiver[tmp$]);
- result += String.fromCharCode(char);
- }
- return result;
- }
- function concatToString_0($receiver, startIndex, endIndex) {
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkBoundsIndexes_cub51b$(startIndex, endIndex, $receiver.length);
- var result = '';
- for (var index = startIndex; index < endIndex; index++) {
- result += String.fromCharCode($receiver[index]);
- }
- return result;
- }
- function toCharArray$lambda_0(this$toCharArray) {
- return function (it) {
- return toBoxedChar(this$toCharArray.charCodeAt(it));
- };
- }
- function toCharArray_2($receiver) {
- return Kotlin.charArrayF($receiver.length, toCharArray$lambda_0($receiver));
- }
- function toCharArray$lambda_1(closure$startIndex, this$toCharArray) {
- return function (it) {
- return toBoxedChar(this$toCharArray.charCodeAt(closure$startIndex + it | 0));
- };
- }
- function toCharArray_3($receiver, startIndex, endIndex) {
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- AbstractList$Companion_getInstance().checkBoundsIndexes_cub51b$(startIndex, endIndex, $receiver.length);
- return Kotlin.charArrayF(endIndex - startIndex | 0, toCharArray$lambda_1(startIndex, $receiver));
- }
- function decodeToString($receiver) {
- return decodeUtf8($receiver, 0, $receiver.length, false);
- }
- function decodeToString_0($receiver, startIndex, endIndex, throwOnInvalidSequence) {
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- if (throwOnInvalidSequence === void 0)
- throwOnInvalidSequence = false;
- AbstractList$Companion_getInstance().checkBoundsIndexes_cub51b$(startIndex, endIndex, $receiver.length);
- return decodeUtf8($receiver, startIndex, endIndex, throwOnInvalidSequence);
- }
- function encodeToByteArray($receiver) {
- return encodeUtf8($receiver, 0, $receiver.length, false);
- }
- function encodeToByteArray_0($receiver, startIndex, endIndex, throwOnInvalidSequence) {
- if (startIndex === void 0)
- startIndex = 0;
- if (endIndex === void 0)
- endIndex = $receiver.length;
- if (throwOnInvalidSequence === void 0)
- throwOnInvalidSequence = false;
- AbstractList$Companion_getInstance().checkBoundsIndexes_cub51b$(startIndex, endIndex, $receiver.length);
- return encodeUtf8($receiver, startIndex, endIndex, throwOnInvalidSequence);
- }
- var toUpperCase_0 = defineInlineFunction('kotlin.kotlin.text.toUpperCase_pdl1vz$', function ($receiver) {
- return $receiver.toUpperCase();
- });
- var uppercase_0 = defineInlineFunction('kotlin.kotlin.text.uppercase_pdl1vz$', function ($receiver) {
- return $receiver.toUpperCase();
- });
- var toLowerCase_0 = defineInlineFunction('kotlin.kotlin.text.toLowerCase_pdl1vz$', function ($receiver) {
- return $receiver.toLowerCase();
- });
- var lowercase_0 = defineInlineFunction('kotlin.kotlin.text.lowercase_pdl1vz$', function ($receiver) {
- return $receiver.toLowerCase();
- });
- var nativeIndexOf = defineInlineFunction('kotlin.kotlin.text.nativeIndexOf_qhc31e$', function ($receiver, str, fromIndex) {
- return $receiver.indexOf(str, fromIndex);
- });
- var nativeLastIndexOf = defineInlineFunction('kotlin.kotlin.text.nativeLastIndexOf_qhc31e$', function ($receiver, str, fromIndex) {
- return $receiver.lastIndexOf(str, fromIndex);
- });
- var nativeStartsWith = defineInlineFunction('kotlin.kotlin.text.nativeStartsWith_qhc31e$', function ($receiver, s, position) {
- return $receiver.startsWith(s, position);
- });
- var nativeEndsWith = defineInlineFunction('kotlin.kotlin.text.nativeEndsWith_7azisw$', function ($receiver, s) {
- return $receiver.endsWith(s);
- });
- var substring = defineInlineFunction('kotlin.kotlin.text.substring_6ic1pp$', function ($receiver, startIndex) {
- return $receiver.substring(startIndex);
- });
- var substring_0 = defineInlineFunction('kotlin.kotlin.text.substring_qgyqat$', function ($receiver, startIndex, endIndex) {
- return $receiver.substring(startIndex, endIndex);
- });
- var concat_0 = defineInlineFunction('kotlin.kotlin.text.concat_rjktp$', function ($receiver, str) {
- return $receiver.concat(str);
- });
- var match = defineInlineFunction('kotlin.kotlin.text.match_rjktp$', function ($receiver, regex) {
- return $receiver.match(regex);
- });
- var nativeReplace = defineInlineFunction('kotlin.kotlin.text.nativeReplace_qmc7pb$', function ($receiver, pattern, replacement) {
- return $receiver.replace(pattern, replacement);
- });
- function compareTo($receiver, other, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (ignoreCase) {
- var n1 = $receiver.length;
- var n2 = other.length;
- var min = Math_0.min(n1, n2);
- if (min === 0)
- return n1 - n2 | 0;
- var start = 0;
- while (true) {
- var end = Math_0.min(start + 16 | 0, min);
- var s1 = $receiver.substring(start, end);
- var s2 = other.substring(start, end);
- if (!equals(s1, s2)) {
- s1 = s1.toUpperCase();
- s2 = s2.toUpperCase();
- if (!equals(s1, s2)) {
- s1 = s1.toLowerCase();
- s2 = s2.toLowerCase();
- if (!equals(s1, s2)) {
- return Kotlin.compareTo(s1, s2);
- }}}if (end === min)
- break;
- start = end;
- }
- return n1 - n2 | 0;
- } else {
- return Kotlin.compareTo($receiver, other);
- }
- }
- function STRING_CASE_INSENSITIVE_ORDER$lambda(a, b) {
- return compareTo(a, b, true);
- }
- var STRING_CASE_INSENSITIVE_ORDER;
- function get_CASE_INSENSITIVE_ORDER($receiver) {
- return STRING_CASE_INSENSITIVE_ORDER;
- }
- var nativeIndexOf_0 = defineInlineFunction('kotlin.kotlin.text.nativeIndexOf_p4qy6f$', function ($receiver, ch, fromIndex) {
- return $receiver.indexOf(String.fromCharCode(ch), fromIndex);
- });
- var nativeLastIndexOf_0 = defineInlineFunction('kotlin.kotlin.text.nativeLastIndexOf_p4qy6f$', function ($receiver, ch, fromIndex) {
- return $receiver.lastIndexOf(String.fromCharCode(ch), fromIndex);
- });
- function startsWith($receiver, prefix, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (!ignoreCase) {
- return $receiver.startsWith(prefix, 0);
- } else
- return regionMatches($receiver, 0, prefix, 0, prefix.length, ignoreCase);
- }
- function startsWith_0($receiver, prefix, startIndex, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (!ignoreCase) {
- return $receiver.startsWith(prefix, startIndex);
- } else
- return regionMatches($receiver, startIndex, prefix, 0, prefix.length, ignoreCase);
- }
- function endsWith($receiver, suffix, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (!ignoreCase) {
- return $receiver.endsWith(suffix);
- } else
- return regionMatches($receiver, $receiver.length - suffix.length | 0, suffix, 0, suffix.length, ignoreCase);
- }
- function matches($receiver, regex) {
- var result = $receiver.match(regex);
- return result != null && result.length !== 0;
- }
- function isBlank($receiver) {
- return $receiver.length === 0 || matches(typeof $receiver === 'string' ? $receiver : $receiver.toString(), '^[\\s\\xA0]+$');
- }
- function equals_0($receiver, other, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- var tmp$;
- if ($receiver == null)
- tmp$ = other == null;
- else {
- var tmp$_0;
- if (!ignoreCase)
- tmp$_0 = equals($receiver, other);
- else {
- var tmp$_1 = other != null;
- if (tmp$_1) {
- tmp$_1 = equals($receiver.toLowerCase(), other.toLowerCase());
- }tmp$_0 = tmp$_1;
- }
- tmp$ = tmp$_0;
- }
- return tmp$;
- }
- function regionMatches($receiver, thisOffset, other, otherOffset, length, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- return regionMatchesImpl($receiver, thisOffset, other, otherOffset, length, ignoreCase);
- }
- function capitalize($receiver) {
- return $receiver.length > 0 ? $receiver.substring(0, 1).toUpperCase() + $receiver.substring(1) : $receiver;
- }
- function decapitalize($receiver) {
- return $receiver.length > 0 ? $receiver.substring(0, 1).toLowerCase() + $receiver.substring(1) : $receiver;
- }
- function repeat($receiver, n) {
- var tmp$;
- if (!(n >= 0)) {
- var message = "Count 'n' must be non-negative, but was " + n + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }switch (n) {
- case 0:
- tmp$ = '';
- break;
- case 1:
- tmp$ = $receiver.toString();
- break;
- default:var result = '';
- if (!($receiver.length === 0)) {
- var s = $receiver.toString();
- var count = n;
- while (true) {
- if ((count & 1) === 1) {
- result += s;
- }count = count >>> 1;
- if (count === 0) {
- break;
- }s += s;
- }
- }
- return result;
- }
- return tmp$;
- }
- function replace($receiver, oldValue, newValue, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- return $receiver.replace(new RegExp(Regex$Companion_getInstance().escape_61zpoe$(oldValue), ignoreCase ? 'gi' : 'g'), Regex$Companion_getInstance().escapeReplacement_61zpoe$(newValue));
- }
- function replace_0($receiver, oldChar, newChar, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- return $receiver.replace(new RegExp(Regex$Companion_getInstance().escape_61zpoe$(String.fromCharCode(oldChar)), ignoreCase ? 'gi' : 'g'), String.fromCharCode(newChar));
- }
- function replaceFirst($receiver, oldValue, newValue, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- return $receiver.replace(new RegExp(Regex$Companion_getInstance().escape_61zpoe$(oldValue), ignoreCase ? 'i' : ''), Regex$Companion_getInstance().escapeReplacement_61zpoe$(newValue));
- }
- function replaceFirst_0($receiver, oldChar, newChar, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- return $receiver.replace(new RegExp(Regex$Companion_getInstance().escape_61zpoe$(String.fromCharCode(oldChar)), ignoreCase ? 'i' : ''), String.fromCharCode(newChar));
- }
- function malformed(size, index, throwOnMalformed) {
- if (throwOnMalformed)
- throw new CharacterCodingException('Malformed sequence starting at ' + (index - 1 | 0));
- return -size | 0;
- }
- function codePointFromSurrogate(string, high, index, endIndex, throwOnMalformed) {
- if (!(55296 <= high && high <= 56319) || index >= endIndex) {
- return malformed(0, index, throwOnMalformed);
- }var low = string.charCodeAt(index) | 0;
- if (!(56320 <= low && low <= 57343)) {
- return malformed(0, index, throwOnMalformed);
- }return 65536 + ((high & 1023) << 10) | low & 1023;
- }
- function codePointFrom2(bytes, byte1, index, endIndex, throwOnMalformed) {
- if ((byte1 & 30) === 0 || index >= endIndex) {
- return malformed(0, index, throwOnMalformed);
- }var byte2 = bytes[index];
- if ((byte2 & 192) !== 128) {
- return malformed(0, index, throwOnMalformed);
- }return byte1 << 6 ^ byte2 ^ 3968;
- }
- function codePointFrom3(bytes, byte1, index, endIndex, throwOnMalformed) {
- if (index >= endIndex) {
- return malformed(0, index, throwOnMalformed);
- }var byte2 = bytes[index];
- if ((byte1 & 15) === 0) {
- if ((byte2 & 224) !== 160) {
- return malformed(0, index, throwOnMalformed);
- }} else if ((byte1 & 15) === 13) {
- if ((byte2 & 224) !== 128) {
- return malformed(0, index, throwOnMalformed);
- }} else if ((byte2 & 192) !== 128) {
- return malformed(0, index, throwOnMalformed);
- }if ((index + 1 | 0) === endIndex) {
- return malformed(1, index, throwOnMalformed);
- }var byte3 = bytes[index + 1 | 0];
- if ((byte3 & 192) !== 128) {
- return malformed(1, index, throwOnMalformed);
- }return byte1 << 12 ^ byte2 << 6 ^ byte3 ^ -123008;
- }
- function codePointFrom4(bytes, byte1, index, endIndex, throwOnMalformed) {
- if (index >= endIndex) {
- malformed(0, index, throwOnMalformed);
- }var byte2 = bytes[index];
- if ((byte1 & 15) === 0) {
- if ((byte2 & 240) <= 128) {
- return malformed(0, index, throwOnMalformed);
- }} else if ((byte1 & 15) === 4) {
- if ((byte2 & 240) !== 128) {
- return malformed(0, index, throwOnMalformed);
- }} else if ((byte1 & 15) > 4) {
- return malformed(0, index, throwOnMalformed);
- } else if ((byte2 & 192) !== 128) {
- return malformed(0, index, throwOnMalformed);
- }if ((index + 1 | 0) === endIndex) {
- return malformed(1, index, throwOnMalformed);
- }var byte3 = bytes[index + 1 | 0];
- if ((byte3 & 192) !== 128) {
- return malformed(1, index, throwOnMalformed);
- }if ((index + 2 | 0) === endIndex) {
- return malformed(2, index, throwOnMalformed);
- }var byte4 = bytes[index + 2 | 0];
- if ((byte4 & 192) !== 128) {
- return malformed(2, index, throwOnMalformed);
- }return byte1 << 18 ^ byte2 << 12 ^ byte3 << 6 ^ byte4 ^ 3678080;
- }
- var MAX_BYTES_PER_CHAR;
- var REPLACEMENT_BYTE_SEQUENCE;
- function encodeUtf8(string, startIndex, endIndex, throwOnMalformed) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2, tmp$_3, tmp$_4, tmp$_5, tmp$_6, tmp$_7, tmp$_8, tmp$_9, tmp$_10, tmp$_11, tmp$_12;
- if (!(startIndex >= 0 && endIndex <= string.length && startIndex <= endIndex)) {
- var message = 'Failed requirement.';
- throw IllegalArgumentException_init_0(message.toString());
- }var bytes = new Int8Array((endIndex - startIndex | 0) * 3 | 0);
- var byteIndex = 0;
- var charIndex = startIndex;
- while (charIndex < endIndex) {
- var code = string.charCodeAt((tmp$ = charIndex, charIndex = tmp$ + 1 | 0, tmp$)) | 0;
- if (code < 128) {
- bytes[tmp$_0 = byteIndex, byteIndex = tmp$_0 + 1 | 0, tmp$_0] = toByte(code);
- } else if (code < 2048) {
- bytes[tmp$_1 = byteIndex, byteIndex = tmp$_1 + 1 | 0, tmp$_1] = toByte(code >> 6 | 192);
- bytes[tmp$_2 = byteIndex, byteIndex = tmp$_2 + 1 | 0, tmp$_2] = toByte(code & 63 | 128);
- } else if (code < 55296 || code >= 57344) {
- bytes[tmp$_3 = byteIndex, byteIndex = tmp$_3 + 1 | 0, tmp$_3] = toByte(code >> 12 | 224);
- bytes[tmp$_4 = byteIndex, byteIndex = tmp$_4 + 1 | 0, tmp$_4] = toByte(code >> 6 & 63 | 128);
- bytes[tmp$_5 = byteIndex, byteIndex = tmp$_5 + 1 | 0, tmp$_5] = toByte(code & 63 | 128);
- } else {
- var codePoint = codePointFromSurrogate(string, code, charIndex, endIndex, throwOnMalformed);
- if (codePoint <= 0) {
- bytes[tmp$_6 = byteIndex, byteIndex = tmp$_6 + 1 | 0, tmp$_6] = REPLACEMENT_BYTE_SEQUENCE[0];
- bytes[tmp$_7 = byteIndex, byteIndex = tmp$_7 + 1 | 0, tmp$_7] = REPLACEMENT_BYTE_SEQUENCE[1];
- bytes[tmp$_8 = byteIndex, byteIndex = tmp$_8 + 1 | 0, tmp$_8] = REPLACEMENT_BYTE_SEQUENCE[2];
- } else {
- bytes[tmp$_9 = byteIndex, byteIndex = tmp$_9 + 1 | 0, tmp$_9] = toByte(codePoint >> 18 | 240);
- bytes[tmp$_10 = byteIndex, byteIndex = tmp$_10 + 1 | 0, tmp$_10] = toByte(codePoint >> 12 & 63 | 128);
- bytes[tmp$_11 = byteIndex, byteIndex = tmp$_11 + 1 | 0, tmp$_11] = toByte(codePoint >> 6 & 63 | 128);
- bytes[tmp$_12 = byteIndex, byteIndex = tmp$_12 + 1 | 0, tmp$_12] = toByte(codePoint & 63 | 128);
- charIndex = charIndex + 1 | 0;
- }
- }
- }
- return bytes.length === byteIndex ? bytes : copyOf_16(bytes, byteIndex);
- }
- var REPLACEMENT_CHAR;
- function decodeUtf8(bytes, startIndex, endIndex, throwOnMalformed) {
- var tmp$;
- if (!(startIndex >= 0 && endIndex <= bytes.length && startIndex <= endIndex)) {
- var message = 'Failed requirement.';
- throw IllegalArgumentException_init_0(message.toString());
- }var byteIndex = startIndex;
- var stringBuilder = StringBuilder_init_1();
- while (byteIndex < endIndex) {
- var byte = bytes[tmp$ = byteIndex, byteIndex = tmp$ + 1 | 0, tmp$];
- if (byte >= 0)
- stringBuilder.append_s8itvh$(toChar(byte));
- else if (byte >> 5 === -2) {
- var code = codePointFrom2(bytes, byte, byteIndex, endIndex, throwOnMalformed);
- if (code <= 0) {
- stringBuilder.append_s8itvh$(REPLACEMENT_CHAR);
- byteIndex = byteIndex + (-code | 0) | 0;
- } else {
- stringBuilder.append_s8itvh$(toChar(code));
- byteIndex = byteIndex + 1 | 0;
- }
- } else if (byte >> 4 === -2) {
- var code_0 = codePointFrom3(bytes, byte, byteIndex, endIndex, throwOnMalformed);
- if (code_0 <= 0) {
- stringBuilder.append_s8itvh$(REPLACEMENT_CHAR);
- byteIndex = byteIndex + (-code_0 | 0) | 0;
- } else {
- stringBuilder.append_s8itvh$(toChar(code_0));
- byteIndex = byteIndex + 2 | 0;
- }
- } else if (byte >> 3 === -2) {
- var code_1 = codePointFrom4(bytes, byte, byteIndex, endIndex, throwOnMalformed);
- if (code_1 <= 0) {
- stringBuilder.append_s8itvh$(REPLACEMENT_CHAR);
- byteIndex = byteIndex + (-code_1 | 0) | 0;
- } else {
- var high = code_1 - 65536 >> 10 | 55296;
- var low = code_1 & 1023 | 56320;
- stringBuilder.append_s8itvh$(toChar(high));
- stringBuilder.append_s8itvh$(toChar(low));
- byteIndex = byteIndex + 3 | 0;
- }
- } else {
- malformed(0, byteIndex, throwOnMalformed);
- stringBuilder.append_s8itvh$(REPLACEMENT_CHAR);
- }
- }
- return stringBuilder.toString();
- }
- function stackTraceToString($receiver) {
- return (new ExceptionTraceBuilder()).buildFor_tcv7n7$($receiver);
- }
- function printStackTrace($receiver) {
- console.error(stackTraceToString($receiver));
- }
- function addSuppressed($receiver, exception) {
- if ($receiver !== exception) {
- var suppressed = $receiver._suppressed;
- if (suppressed == null) {
- $receiver._suppressed = mutableListOf_0([exception]);
- } else {
- suppressed.add_11rb$(exception);
- }
- }}
- function get_suppressedExceptions($receiver) {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = $receiver._suppressed) != null ? tmp$ : null) != null ? tmp$_0 : emptyList();
- }
- function ExceptionTraceBuilder() {
- this.target_0 = StringBuilder_init_1();
- this.visited_0 = [];
- this.topStack_0 = '';
- this.topStackStart_0 = 0;
- }
- ExceptionTraceBuilder.prototype.buildFor_tcv7n7$ = function (exception) {
- this.dumpFullTrace_0(exception, '', '');
- return this.target_0.toString();
- };
- ExceptionTraceBuilder.prototype.hasSeen_0 = function (exception) {
- var $receiver = this.visited_0;
- var any$result;
- any$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element === exception) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- ExceptionTraceBuilder.prototype.dumpFullTrace_0 = function ($receiver, indent, qualifier) {
- if (!this.dumpSelfTrace_0($receiver, indent, qualifier))
- return;
- var cause = $receiver.cause;
- while (cause != null) {
- if (!this.dumpSelfTrace_0(cause, indent, 'Caused by: '))
- return;
- cause = cause.cause;
- }
- };
- ExceptionTraceBuilder.prototype.dumpSelfTrace_0 = function ($receiver, indent, qualifier) {
- var tmp$, tmp$_0;
- this.target_0.append_pdl1vj$(indent).append_pdl1vj$(qualifier);
- var shortInfo = $receiver.toString();
- if (this.hasSeen_0($receiver)) {
- this.target_0.append_pdl1vj$('[CIRCULAR REFERENCE, SEE ABOVE: ').append_pdl1vj$(shortInfo).append_pdl1vj$(']\n');
- return false;
- }this.visited_0.push($receiver);
- var stack = (tmp$ = $receiver.stack) == null || typeof tmp$ === 'string' ? tmp$ : throwCCE_0();
- if (stack != null) {
- var it = indexOf_17(stack, shortInfo);
- var stackStart = it < 0 ? 0 : it + shortInfo.length | 0;
- if (stackStart === 0)
- this.target_0.append_pdl1vj$(shortInfo).append_pdl1vj$('\n');
- if (this.topStack_0.length === 0) {
- this.topStack_0 = stack;
- this.topStackStart_0 = stackStart;
- } else {
- stack = this.dropCommonFrames_0(stack, stackStart);
- }
- if (indent.length > 0) {
- var tmp$_1;
- if (stackStart === 0)
- tmp$_1 = 0;
- else {
- var tmp$_2;
- var count = 0;
- tmp$_2 = iterator_4(shortInfo);
- while (tmp$_2.hasNext()) {
- var element = unboxChar(tmp$_2.next());
- if (unboxChar(toBoxedChar(element)) === 10)
- count = count + 1 | 0;
- }
- tmp$_1 = 1 + count | 0;
- }
- var messageLines = tmp$_1;
- var tmp$_3, tmp$_4;
- var index = 0;
- tmp$_3 = lineSequence(stack).iterator();
- while (tmp$_3.hasNext()) {
- var item = tmp$_3.next();
- if (checkIndexOverflow((tmp$_4 = index, index = tmp$_4 + 1 | 0, tmp$_4)) >= messageLines)
- this.target_0.append_pdl1vj$(indent);
- this.target_0.append_pdl1vj$(item).append_pdl1vj$('\n');
- }
- } else {
- this.target_0.append_pdl1vj$(stack).append_pdl1vj$('\n');
- }
- } else {
- this.target_0.append_pdl1vj$(shortInfo).append_pdl1vj$('\n');
- }
- var suppressed = get_suppressedExceptions($receiver);
- if (!suppressed.isEmpty()) {
- var suppressedIndent = indent + ' ';
- tmp$_0 = suppressed.iterator();
- while (tmp$_0.hasNext()) {
- var s = tmp$_0.next();
- this.dumpFullTrace_0(s, suppressedIndent, 'Suppressed: ');
- }
- }return true;
- };
- ExceptionTraceBuilder.prototype.dropCommonFrames_0 = function (stack, stackStart) {
- var tmp$;
- var commonFrames = 0;
- var lastBreak = 0;
- var preLastBreak = 0;
- tmp$ = Math_0.min(this.topStack_0.length - this.topStackStart_0 | 0, stack.length - stackStart | 0);
- for (var pos = 0; pos < tmp$; pos++) {
- var c = stack.charCodeAt(get_lastIndex_13(stack) - pos | 0);
- if (c !== this.topStack_0.charCodeAt(get_lastIndex_13(this.topStack_0) - pos | 0))
- break;
- if (c === 10) {
- commonFrames = commonFrames + 1 | 0;
- preLastBreak = lastBreak;
- lastBreak = pos;
- }}
- if (commonFrames <= 1)
- return stack;
- while (preLastBreak > 0 && stack.charCodeAt(get_lastIndex_13(stack) - (preLastBreak - 1) | 0) === 32)
- preLastBreak = preLastBreak - 1 | 0;
- return dropLast_10(stack, preLastBreak) + ('... and ' + (commonFrames - 1 | 0) + ' more common stack frames skipped');
- };
- ExceptionTraceBuilder.$metadata$ = {kind: Kind_CLASS, simpleName: 'ExceptionTraceBuilder', interfaces: []};
- function DurationUnit(name, ordinal, scale) {
- Enum.call(this);
- this.scale_8be2vx$ = scale;
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function DurationUnit_initFields() {
- DurationUnit_initFields = function () {
- };
- DurationUnit$NANOSECONDS_instance = new DurationUnit('NANOSECONDS', 0, 1.0);
- DurationUnit$MICROSECONDS_instance = new DurationUnit('MICROSECONDS', 1, 1000.0);
- DurationUnit$MILLISECONDS_instance = new DurationUnit('MILLISECONDS', 2, 1000000.0);
- DurationUnit$SECONDS_instance = new DurationUnit('SECONDS', 3, 1.0E9);
- DurationUnit$MINUTES_instance = new DurationUnit('MINUTES', 4, 6.0E10);
- DurationUnit$HOURS_instance = new DurationUnit('HOURS', 5, 3.6E12);
- DurationUnit$DAYS_instance = new DurationUnit('DAYS', 6, 8.64E13);
- }
- var DurationUnit$NANOSECONDS_instance;
- function DurationUnit$NANOSECONDS_getInstance() {
- DurationUnit_initFields();
- return DurationUnit$NANOSECONDS_instance;
- }
- var DurationUnit$MICROSECONDS_instance;
- function DurationUnit$MICROSECONDS_getInstance() {
- DurationUnit_initFields();
- return DurationUnit$MICROSECONDS_instance;
- }
- var DurationUnit$MILLISECONDS_instance;
- function DurationUnit$MILLISECONDS_getInstance() {
- DurationUnit_initFields();
- return DurationUnit$MILLISECONDS_instance;
- }
- var DurationUnit$SECONDS_instance;
- function DurationUnit$SECONDS_getInstance() {
- DurationUnit_initFields();
- return DurationUnit$SECONDS_instance;
- }
- var DurationUnit$MINUTES_instance;
- function DurationUnit$MINUTES_getInstance() {
- DurationUnit_initFields();
- return DurationUnit$MINUTES_instance;
- }
- var DurationUnit$HOURS_instance;
- function DurationUnit$HOURS_getInstance() {
- DurationUnit_initFields();
- return DurationUnit$HOURS_instance;
- }
- var DurationUnit$DAYS_instance;
- function DurationUnit$DAYS_getInstance() {
- DurationUnit_initFields();
- return DurationUnit$DAYS_instance;
- }
- DurationUnit.$metadata$ = {kind: Kind_CLASS, simpleName: 'DurationUnit', interfaces: [Enum]};
- function DurationUnit$values() {
- return [DurationUnit$NANOSECONDS_getInstance(), DurationUnit$MICROSECONDS_getInstance(), DurationUnit$MILLISECONDS_getInstance(), DurationUnit$SECONDS_getInstance(), DurationUnit$MINUTES_getInstance(), DurationUnit$HOURS_getInstance(), DurationUnit$DAYS_getInstance()];
- }
- DurationUnit.values = DurationUnit$values;
- function DurationUnit$valueOf(name) {
- switch (name) {
- case 'NANOSECONDS':
- return DurationUnit$NANOSECONDS_getInstance();
- case 'MICROSECONDS':
- return DurationUnit$MICROSECONDS_getInstance();
- case 'MILLISECONDS':
- return DurationUnit$MILLISECONDS_getInstance();
- case 'SECONDS':
- return DurationUnit$SECONDS_getInstance();
- case 'MINUTES':
- return DurationUnit$MINUTES_getInstance();
- case 'HOURS':
- return DurationUnit$HOURS_getInstance();
- case 'DAYS':
- return DurationUnit$DAYS_getInstance();
- default:throwISE('No enum constant kotlin.time.DurationUnit.' + name);
- }
- }
- DurationUnit.valueOf_61zpoe$ = DurationUnit$valueOf;
- function convertDurationUnit(value, sourceUnit, targetUnit) {
- var tmp$;
- var sourceCompareTarget = Kotlin.compareTo(sourceUnit.scale_8be2vx$, targetUnit.scale_8be2vx$);
- if (sourceCompareTarget > 0)
- tmp$ = value * (sourceUnit.scale_8be2vx$ / targetUnit.scale_8be2vx$);
- else if (sourceCompareTarget < 0)
- tmp$ = value / (targetUnit.scale_8be2vx$ / sourceUnit.scale_8be2vx$);
- else
- tmp$ = value;
- return tmp$;
- }
- function MonotonicTimeSource() {
- MonotonicTimeSource_instance = this;
- var tmp$, tmp$_0, tmp$_1;
- var isNode = typeof process !== 'undefined' && process.versions && !!process.versions.node;
- this.actualSource_0 = isNode ? new HrTimeSource(process) : (tmp$_1 = (tmp$_0 = (tmp$ = self) != null ? tmp$.performance : null) != null ? new PerformanceTimeSource(tmp$_0) : null) != null ? tmp$_1 : DateNowTimeSource_getInstance();
- }
- MonotonicTimeSource.prototype.markNow = function () {
- return this.actualSource_0.markNow();
- };
- MonotonicTimeSource.$metadata$ = {kind: Kind_OBJECT, simpleName: 'MonotonicTimeSource', interfaces: [TimeSource]};
- var MonotonicTimeSource_instance = null;
- function MonotonicTimeSource_getInstance() {
- if (MonotonicTimeSource_instance === null) {
- new MonotonicTimeSource();
- }return MonotonicTimeSource_instance;
- }
- function HrTimeSource(process) {
- this.process = process;
- }
- function HrTimeSource$markNow$ObjectLiteral(this$HrTimeSource) {
- this.this$HrTimeSource = this$HrTimeSource;
- TimeMark.call(this);
- this.startedAt = this$HrTimeSource.process.hrtime();
- }
- HrTimeSource$markNow$ObjectLiteral.prototype.elapsedNow = function () {
- var f = this.this$HrTimeSource.process.hrtime(this.startedAt);
- var seconds = f[0];
- var nanos = f[1];
- return get_seconds_1(seconds).plus_cgako$(get_nanoseconds_1(nanos));
- };
- HrTimeSource$markNow$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [TimeMark]};
- HrTimeSource.prototype.markNow = function () {
- return new HrTimeSource$markNow$ObjectLiteral(this);
- };
- HrTimeSource.prototype.toString = function () {
- return 'TimeSource(process.hrtime())';
- };
- HrTimeSource.$metadata$ = {kind: Kind_CLASS, simpleName: 'HrTimeSource', interfaces: [TimeSource]};
- function PerformanceTimeSource(performance) {
- AbstractDoubleTimeSource.call(this, DurationUnit$MILLISECONDS_getInstance());
- this.performance = performance;
- }
- PerformanceTimeSource.prototype.read = function () {
- return this.performance.now();
- };
- PerformanceTimeSource.prototype.toString = function () {
- return 'TimeSource(self.performance.now())';
- };
- PerformanceTimeSource.$metadata$ = {kind: Kind_CLASS, simpleName: 'PerformanceTimeSource', interfaces: [AbstractDoubleTimeSource]};
- function DateNowTimeSource() {
- DateNowTimeSource_instance = this;
- AbstractDoubleTimeSource.call(this, DurationUnit$MILLISECONDS_getInstance());
- }
- DateNowTimeSource.prototype.read = function () {
- return Date.now();
- };
- DateNowTimeSource.prototype.toString = function () {
- return 'TimeSource(Date.now())';
- };
- DateNowTimeSource.$metadata$ = {kind: Kind_OBJECT, simpleName: 'DateNowTimeSource', interfaces: [AbstractDoubleTimeSource]};
- var DateNowTimeSource_instance = null;
- function DateNowTimeSource_getInstance() {
- if (DateNowTimeSource_instance === null) {
- new DateNowTimeSource();
- }return DateNowTimeSource_instance;
- }
- function formatToExactDecimals(value, decimals) {
- var tmp$;
- if (decimals === 0) {
- tmp$ = value;
- } else {
- var pow = Math_0.pow(10.0, decimals);
- tmp$ = Math.round(Math_0.abs(value) * pow) / pow * Math_0.sign(value);
- }
- var rounded = tmp$;
- return rounded.toFixed(decimals);
- }
- function formatUpToDecimals(value, decimals) {
- return value.toLocaleString('en-us', json([to('maximumFractionDigits', decimals)]));
- }
- function formatScientific(value) {
- return value.toExponential(2);
- }
- function createElement_0($receiver, name, init) {
- var $receiver_0 = $receiver.createElement(name);
- init($receiver_0);
- return $receiver_0;
- }
- function appendElement_0($receiver, name, init) {
- var $receiver_0 = createElement_0(ensureNotNull($receiver.ownerDocument), name, init);
- $receiver.appendChild($receiver_0);
- return $receiver_0;
- }
- function hasClass_0($receiver, cssClass) {
- var tmp$ = $receiver.className;
- return Regex_init_0('(^|.*' + '\\' + 's+)' + cssClass + '(' + '$' + '|' + '\\' + 's+.*)').matches_6bul2c$(tmp$);
- }
- function addClass_0($receiver, cssClasses) {
- var destination = ArrayList_init();
- var tmp$;
- for (tmp$ = 0; tmp$ !== cssClasses.length; ++tmp$) {
- var element = cssClasses[tmp$];
- if (!hasClass_0($receiver, element))
- destination.add_11rb$(element);
- }
- var missingClasses = destination;
- if (!missingClasses.isEmpty()) {
- var tmp$_0;
- var presentClasses = trim_3(Kotlin.isCharSequence(tmp$_0 = $receiver.className) ? tmp$_0 : throwCCE()).toString();
- var $receiver_0 = StringBuilder_init_1();
- $receiver_0.append_pdl1vj$(presentClasses);
- if (!(presentClasses.length === 0)) {
- $receiver_0.append_pdl1vj$(' ');
- }joinTo_8(missingClasses, $receiver_0, ' ');
- $receiver.className = $receiver_0.toString();
- return true;
- }return false;
- }
- function removeClass_0($receiver, cssClasses) {
- var any$result;
- any$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== cssClasses.length; ++tmp$) {
- var element = cssClasses[tmp$];
- if (hasClass_0($receiver, element)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- if (any$result) {
- var toBeRemoved = toSet(cssClasses);
- var tmp$_0;
- var tmp$_1 = trim_3(Kotlin.isCharSequence(tmp$_0 = $receiver.className) ? tmp$_0 : throwCCE()).toString();
- var $receiver_0 = Regex_init_0('\\s+').split_905azu$(tmp$_1, 0);
- var destination = ArrayList_init();
- var tmp$_2;
- tmp$_2 = $receiver_0.iterator();
- while (tmp$_2.hasNext()) {
- var element_0 = tmp$_2.next();
- if (!toBeRemoved.contains_11rb$(element_0))
- destination.add_11rb$(element_0);
- }
- $receiver.className = joinToString_8(destination, ' ');
- return true;
- }return false;
- }
- function get_isText_0($receiver) {
- return $receiver.nodeType === Node.TEXT_NODE || $receiver.nodeType === Node.CDATA_SECTION_NODE;
- }
- function get_isElement_0($receiver) {
- return $receiver.nodeType === Node.ELEMENT_NODE;
- }
- function clear_1($receiver) {
- while ($receiver.hasChildNodes()) {
- $receiver.removeChild(ensureNotNull($receiver.firstChild));
- }
- }
- function appendText_0($receiver, text) {
- $receiver.appendChild(ensureNotNull($receiver.ownerDocument).createTextNode(text));
- return $receiver;
- }
- function get_as_($receiver) {
- return $receiver.as;
- }
- function set_as_($receiver, value) {
- $receiver.as = value;
- }
- function get_is_($receiver) {
- return $receiver.is;
- }
- function set_is_($receiver, value) {
- $receiver.is = value;
- }
- var WebGLContextAttributes = defineInlineFunction('kotlin.org.khronos.webgl.WebGLContextAttributes_2tn698$', function (alpha, depth, stencil, antialias, premultipliedAlpha, preserveDrawingBuffer, preferLowPowerToHighPerformance, failIfMajorPerformanceCaveat) {
- if (alpha === void 0)
- alpha = true;
- if (depth === void 0)
- depth = true;
- if (stencil === void 0)
- stencil = false;
- if (antialias === void 0)
- antialias = true;
- if (premultipliedAlpha === void 0)
- premultipliedAlpha = true;
- if (preserveDrawingBuffer === void 0)
- preserveDrawingBuffer = false;
- if (preferLowPowerToHighPerformance === void 0)
- preferLowPowerToHighPerformance = false;
- if (failIfMajorPerformanceCaveat === void 0)
- failIfMajorPerformanceCaveat = false;
- var o = {};
- o['alpha'] = alpha;
- o['depth'] = depth;
- o['stencil'] = stencil;
- o['antialias'] = antialias;
- o['premultipliedAlpha'] = premultipliedAlpha;
- o['preserveDrawingBuffer'] = preserveDrawingBuffer;
- o['preferLowPowerToHighPerformance'] = preferLowPowerToHighPerformance;
- o['failIfMajorPerformanceCaveat'] = failIfMajorPerformanceCaveat;
- return o;
- });
- var WebGLContextEventInit = defineInlineFunction('kotlin.org.khronos.webgl.WebGLContextEventInit_cndsqx$', function (statusMessage, bubbles, cancelable, composed) {
- if (statusMessage === void 0)
- statusMessage = '';
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['statusMessage'] = statusMessage;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var get_1 = defineInlineFunction('kotlin.org.khronos.webgl.get_xri1zq$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_1 = defineInlineFunction('kotlin.org.khronos.webgl.set_wq71gh$', function ($receiver, index, value) {
- $receiver[index] = value;
- });
- var get_2 = defineInlineFunction('kotlin.org.khronos.webgl.get_9zp3y9$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_2 = defineInlineFunction('kotlin.org.khronos.webgl.set_amemmi$', function ($receiver, index, value) {
- $receiver[index] = value;
- });
- var get_3 = defineInlineFunction('kotlin.org.khronos.webgl.get_2joiyx$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_3 = defineInlineFunction('kotlin.org.khronos.webgl.set_ttcilq$', function ($receiver, index, value) {
- $receiver[index] = value;
- });
- var get_4 = defineInlineFunction('kotlin.org.khronos.webgl.get_cwlqq1$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_4 = defineInlineFunction('kotlin.org.khronos.webgl.set_3szanw$', function ($receiver, index, value) {
- $receiver[index] = value;
- });
- var get_5 = defineInlineFunction('kotlin.org.khronos.webgl.get_vhpjqk$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_5 = defineInlineFunction('kotlin.org.khronos.webgl.set_vhgf5b$', function ($receiver, index, value) {
- $receiver[index] = value;
- });
- var get_6 = defineInlineFunction('kotlin.org.khronos.webgl.get_6ngfjl$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_6 = defineInlineFunction('kotlin.org.khronos.webgl.set_yyuw59$', function ($receiver, index, value) {
- $receiver[index] = value;
- });
- var get_7 = defineInlineFunction('kotlin.org.khronos.webgl.get_jzcbyy$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_7 = defineInlineFunction('kotlin.org.khronos.webgl.set_7aci94$', function ($receiver, index, value) {
- $receiver[index] = value;
- });
- var get_8 = defineInlineFunction('kotlin.org.khronos.webgl.get_vvlk2q$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_8 = defineInlineFunction('kotlin.org.khronos.webgl.set_rpd3xf$', function ($receiver, index, value) {
- $receiver[index] = value;
- });
- var get_9 = defineInlineFunction('kotlin.org.khronos.webgl.get_yg2kxp$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_9 = defineInlineFunction('kotlin.org.khronos.webgl.set_ogqgs1$', function ($receiver, index, value) {
- $receiver[index] = value;
- });
- var ClipboardEventInit = defineInlineFunction('kotlin.org.w3c.dom.clipboard.ClipboardEventInit_s22cuj$', function (clipboardData, bubbles, cancelable, composed) {
- if (clipboardData === void 0)
- clipboardData = null;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['clipboardData'] = clipboardData;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var ClipboardPermissionDescriptor = defineInlineFunction('kotlin.org.w3c.dom.clipboard.ClipboardPermissionDescriptor_1v8dbw$', function (allowWithoutGesture) {
- if (allowWithoutGesture === void 0)
- allowWithoutGesture = false;
- var o = {};
- o['allowWithoutGesture'] = allowWithoutGesture;
- return o;
- });
- var get_10 = defineInlineFunction('kotlin.org.w3c.dom.css.get_vcm0yf$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_11 = defineInlineFunction('kotlin.org.w3c.dom.css.get_yovegz$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_12 = defineInlineFunction('kotlin.org.w3c.dom.css.get_nb2c3o$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_13 = defineInlineFunction('kotlin.org.w3c.dom.css.get_hzg8kz$', function ($receiver, index) {
- return $receiver[index];
- });
- var MediaKeySystemConfiguration = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.MediaKeySystemConfiguration_as2awl$', function (label, initDataTypes, audioCapabilities, videoCapabilities, distinctiveIdentifier, persistentState, sessionTypes) {
- if (label === void 0)
- label = '';
- if (initDataTypes === void 0)
- initDataTypes = [];
- if (audioCapabilities === void 0)
- audioCapabilities = [];
- if (videoCapabilities === void 0)
- videoCapabilities = [];
- if (distinctiveIdentifier === void 0) {
- distinctiveIdentifier = 'optional';
- }if (persistentState === void 0) {
- persistentState = 'optional';
- }if (sessionTypes === void 0)
- sessionTypes = undefined;
- var o = {};
- o['label'] = label;
- o['initDataTypes'] = initDataTypes;
- o['audioCapabilities'] = audioCapabilities;
- o['videoCapabilities'] = videoCapabilities;
- o['distinctiveIdentifier'] = distinctiveIdentifier;
- o['persistentState'] = persistentState;
- o['sessionTypes'] = sessionTypes;
- return o;
- });
- var MediaKeySystemMediaCapability = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.MediaKeySystemMediaCapability_rkkr90$', function (contentType, robustness) {
- if (contentType === void 0)
- contentType = '';
- if (robustness === void 0)
- robustness = '';
- var o = {};
- o['contentType'] = contentType;
- o['robustness'] = robustness;
- return o;
- });
- var MediaKeyMessageEventInit = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.MediaKeyMessageEventInit_f2k4xn$', function (messageType, message, bubbles, cancelable, composed) {
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['messageType'] = messageType;
- o['message'] = message;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var MediaEncryptedEventInit = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.MediaEncryptedEventInit_sqfl5e$', function (initDataType, initData, bubbles, cancelable, composed) {
- if (initDataType === void 0)
- initDataType = '';
- if (initData === void 0)
- initData = null;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['initDataType'] = initDataType;
- o['initData'] = initData;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var get_REQUIRED = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_REQUIRED_ach5e3$', function ($receiver) {
- return 'required';
- });
- var get_OPTIONAL = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_OPTIONAL_ach5e3$', function ($receiver) {
- return 'optional';
- });
- var get_NOT_ALLOWED = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_NOT_ALLOWED_ach5e3$', function ($receiver) {
- return 'not-allowed';
- });
- var get_TEMPORARY = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_TEMPORARY_je5dfx$', function ($receiver) {
- return 'temporary';
- });
- var get_PERSISTENT_LICENSE = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_PERSISTENT_LICENSE_je5dfx$', function ($receiver) {
- return 'persistent-license';
- });
- var get_USABLE = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_USABLE_abuhal$', function ($receiver) {
- return 'usable';
- });
- var get_EXPIRED = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_EXPIRED_abuhal$', function ($receiver) {
- return 'expired';
- });
- var get_RELEASED = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_RELEASED_abuhal$', function ($receiver) {
- return 'released';
- });
- var get_OUTPUT_RESTRICTED = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_OUTPUT_RESTRICTED_abuhal$', function ($receiver) {
- return 'output-restricted';
- });
- var get_OUTPUT_DOWNSCALED = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_OUTPUT_DOWNSCALED_abuhal$', function ($receiver) {
- return 'output-downscaled';
- });
- var get_STATUS_PENDING = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_STATUS_PENDING_abuhal$', function ($receiver) {
- return 'status-pending';
- });
- var get_INTERNAL_ERROR = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_INTERNAL_ERROR_abuhal$', function ($receiver) {
- return 'internal-error';
- });
- var get_LICENSE_REQUEST = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_LICENSE_REQUEST_xmzoec$', function ($receiver) {
- return 'license-request';
- });
- var get_LICENSE_RENEWAL = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_LICENSE_RENEWAL_xmzoec$', function ($receiver) {
- return 'license-renewal';
- });
- var get_LICENSE_RELEASE = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_LICENSE_RELEASE_xmzoec$', function ($receiver) {
- return 'license-release';
- });
- var get_INDIVIDUALIZATION_REQUEST = defineInlineFunction('kotlin.org.w3c.dom.encryptedmedia.get_INDIVIDUALIZATION_REQUEST_xmzoec$', function ($receiver) {
- return 'individualization-request';
- });
- var UIEventInit = defineInlineFunction('kotlin.org.w3c.dom.events.UIEventInit_b3va2d$', function (view, detail, bubbles, cancelable, composed) {
- if (view === void 0)
- view = null;
- if (detail === void 0)
- detail = 0;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['view'] = view;
- o['detail'] = detail;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var FocusEventInit = defineInlineFunction('kotlin.org.w3c.dom.events.FocusEventInit_4fuajv$', function (relatedTarget, view, detail, bubbles, cancelable, composed) {
- if (relatedTarget === void 0)
- relatedTarget = null;
- if (view === void 0)
- view = null;
- if (detail === void 0)
- detail = 0;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['relatedTarget'] = relatedTarget;
- o['view'] = view;
- o['detail'] = detail;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var MouseEventInit = defineInlineFunction('kotlin.org.w3c.dom.events.MouseEventInit_9obtc4$', function (screenX, screenY, clientX, clientY, button, buttons, relatedTarget, region, ctrlKey, shiftKey, altKey, metaKey, modifierAltGraph, modifierCapsLock, modifierFn, modifierFnLock, modifierHyper, modifierNumLock, modifierScrollLock, modifierSuper, modifierSymbol, modifierSymbolLock, view, detail, bubbles, cancelable, composed) {
- if (screenX === void 0)
- screenX = 0;
- if (screenY === void 0)
- screenY = 0;
- if (clientX === void 0)
- clientX = 0;
- if (clientY === void 0)
- clientY = 0;
- if (button === void 0)
- button = 0;
- if (buttons === void 0)
- buttons = 0;
- if (relatedTarget === void 0)
- relatedTarget = null;
- if (region === void 0)
- region = null;
- if (ctrlKey === void 0)
- ctrlKey = false;
- if (shiftKey === void 0)
- shiftKey = false;
- if (altKey === void 0)
- altKey = false;
- if (metaKey === void 0)
- metaKey = false;
- if (modifierAltGraph === void 0)
- modifierAltGraph = false;
- if (modifierCapsLock === void 0)
- modifierCapsLock = false;
- if (modifierFn === void 0)
- modifierFn = false;
- if (modifierFnLock === void 0)
- modifierFnLock = false;
- if (modifierHyper === void 0)
- modifierHyper = false;
- if (modifierNumLock === void 0)
- modifierNumLock = false;
- if (modifierScrollLock === void 0)
- modifierScrollLock = false;
- if (modifierSuper === void 0)
- modifierSuper = false;
- if (modifierSymbol === void 0)
- modifierSymbol = false;
- if (modifierSymbolLock === void 0)
- modifierSymbolLock = false;
- if (view === void 0)
- view = null;
- if (detail === void 0)
- detail = 0;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['screenX'] = screenX;
- o['screenY'] = screenY;
- o['clientX'] = clientX;
- o['clientY'] = clientY;
- o['button'] = button;
- o['buttons'] = buttons;
- o['relatedTarget'] = relatedTarget;
- o['region'] = region;
- o['ctrlKey'] = ctrlKey;
- o['shiftKey'] = shiftKey;
- o['altKey'] = altKey;
- o['metaKey'] = metaKey;
- o['modifierAltGraph'] = modifierAltGraph;
- o['modifierCapsLock'] = modifierCapsLock;
- o['modifierFn'] = modifierFn;
- o['modifierFnLock'] = modifierFnLock;
- o['modifierHyper'] = modifierHyper;
- o['modifierNumLock'] = modifierNumLock;
- o['modifierScrollLock'] = modifierScrollLock;
- o['modifierSuper'] = modifierSuper;
- o['modifierSymbol'] = modifierSymbol;
- o['modifierSymbolLock'] = modifierSymbolLock;
- o['view'] = view;
- o['detail'] = detail;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var EventModifierInit = defineInlineFunction('kotlin.org.w3c.dom.events.EventModifierInit_d8w15x$', function (ctrlKey, shiftKey, altKey, metaKey, modifierAltGraph, modifierCapsLock, modifierFn, modifierFnLock, modifierHyper, modifierNumLock, modifierScrollLock, modifierSuper, modifierSymbol, modifierSymbolLock, view, detail, bubbles, cancelable, composed) {
- if (ctrlKey === void 0)
- ctrlKey = false;
- if (shiftKey === void 0)
- shiftKey = false;
- if (altKey === void 0)
- altKey = false;
- if (metaKey === void 0)
- metaKey = false;
- if (modifierAltGraph === void 0)
- modifierAltGraph = false;
- if (modifierCapsLock === void 0)
- modifierCapsLock = false;
- if (modifierFn === void 0)
- modifierFn = false;
- if (modifierFnLock === void 0)
- modifierFnLock = false;
- if (modifierHyper === void 0)
- modifierHyper = false;
- if (modifierNumLock === void 0)
- modifierNumLock = false;
- if (modifierScrollLock === void 0)
- modifierScrollLock = false;
- if (modifierSuper === void 0)
- modifierSuper = false;
- if (modifierSymbol === void 0)
- modifierSymbol = false;
- if (modifierSymbolLock === void 0)
- modifierSymbolLock = false;
- if (view === void 0)
- view = null;
- if (detail === void 0)
- detail = 0;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['ctrlKey'] = ctrlKey;
- o['shiftKey'] = shiftKey;
- o['altKey'] = altKey;
- o['metaKey'] = metaKey;
- o['modifierAltGraph'] = modifierAltGraph;
- o['modifierCapsLock'] = modifierCapsLock;
- o['modifierFn'] = modifierFn;
- o['modifierFnLock'] = modifierFnLock;
- o['modifierHyper'] = modifierHyper;
- o['modifierNumLock'] = modifierNumLock;
- o['modifierScrollLock'] = modifierScrollLock;
- o['modifierSuper'] = modifierSuper;
- o['modifierSymbol'] = modifierSymbol;
- o['modifierSymbolLock'] = modifierSymbolLock;
- o['view'] = view;
- o['detail'] = detail;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var WheelEventInit = defineInlineFunction('kotlin.org.w3c.dom.events.WheelEventInit_s3o9pa$', function (deltaX, deltaY, deltaZ, deltaMode, screenX, screenY, clientX, clientY, button, buttons, relatedTarget, region, ctrlKey, shiftKey, altKey, metaKey, modifierAltGraph, modifierCapsLock, modifierFn, modifierFnLock, modifierHyper, modifierNumLock, modifierScrollLock, modifierSuper, modifierSymbol, modifierSymbolLock, view, detail, bubbles, cancelable, composed) {
- if (deltaX === void 0)
- deltaX = 0.0;
- if (deltaY === void 0)
- deltaY = 0.0;
- if (deltaZ === void 0)
- deltaZ = 0.0;
- if (deltaMode === void 0)
- deltaMode = 0;
- if (screenX === void 0)
- screenX = 0;
- if (screenY === void 0)
- screenY = 0;
- if (clientX === void 0)
- clientX = 0;
- if (clientY === void 0)
- clientY = 0;
- if (button === void 0)
- button = 0;
- if (buttons === void 0)
- buttons = 0;
- if (relatedTarget === void 0)
- relatedTarget = null;
- if (region === void 0)
- region = null;
- if (ctrlKey === void 0)
- ctrlKey = false;
- if (shiftKey === void 0)
- shiftKey = false;
- if (altKey === void 0)
- altKey = false;
- if (metaKey === void 0)
- metaKey = false;
- if (modifierAltGraph === void 0)
- modifierAltGraph = false;
- if (modifierCapsLock === void 0)
- modifierCapsLock = false;
- if (modifierFn === void 0)
- modifierFn = false;
- if (modifierFnLock === void 0)
- modifierFnLock = false;
- if (modifierHyper === void 0)
- modifierHyper = false;
- if (modifierNumLock === void 0)
- modifierNumLock = false;
- if (modifierScrollLock === void 0)
- modifierScrollLock = false;
- if (modifierSuper === void 0)
- modifierSuper = false;
- if (modifierSymbol === void 0)
- modifierSymbol = false;
- if (modifierSymbolLock === void 0)
- modifierSymbolLock = false;
- if (view === void 0)
- view = null;
- if (detail === void 0)
- detail = 0;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['deltaX'] = deltaX;
- o['deltaY'] = deltaY;
- o['deltaZ'] = deltaZ;
- o['deltaMode'] = deltaMode;
- o['screenX'] = screenX;
- o['screenY'] = screenY;
- o['clientX'] = clientX;
- o['clientY'] = clientY;
- o['button'] = button;
- o['buttons'] = buttons;
- o['relatedTarget'] = relatedTarget;
- o['region'] = region;
- o['ctrlKey'] = ctrlKey;
- o['shiftKey'] = shiftKey;
- o['altKey'] = altKey;
- o['metaKey'] = metaKey;
- o['modifierAltGraph'] = modifierAltGraph;
- o['modifierCapsLock'] = modifierCapsLock;
- o['modifierFn'] = modifierFn;
- o['modifierFnLock'] = modifierFnLock;
- o['modifierHyper'] = modifierHyper;
- o['modifierNumLock'] = modifierNumLock;
- o['modifierScrollLock'] = modifierScrollLock;
- o['modifierSuper'] = modifierSuper;
- o['modifierSymbol'] = modifierSymbol;
- o['modifierSymbolLock'] = modifierSymbolLock;
- o['view'] = view;
- o['detail'] = detail;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var InputEventInit = defineInlineFunction('kotlin.org.w3c.dom.events.InputEventInit_zb3n3s$', function (data, isComposing, view, detail, bubbles, cancelable, composed) {
- if (data === void 0)
- data = '';
- if (isComposing === void 0)
- isComposing = false;
- if (view === void 0)
- view = null;
- if (detail === void 0)
- detail = 0;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['data'] = data;
- o['isComposing'] = isComposing;
- o['view'] = view;
- o['detail'] = detail;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var KeyboardEventInit = defineInlineFunction('kotlin.org.w3c.dom.events.KeyboardEventInit_f1dyzo$', function (key, code, location, repeat, isComposing, ctrlKey, shiftKey, altKey, metaKey, modifierAltGraph, modifierCapsLock, modifierFn, modifierFnLock, modifierHyper, modifierNumLock, modifierScrollLock, modifierSuper, modifierSymbol, modifierSymbolLock, view, detail, bubbles, cancelable, composed) {
- if (key === void 0)
- key = '';
- if (code === void 0)
- code = '';
- if (location === void 0)
- location = 0;
- if (repeat === void 0)
- repeat = false;
- if (isComposing === void 0)
- isComposing = false;
- if (ctrlKey === void 0)
- ctrlKey = false;
- if (shiftKey === void 0)
- shiftKey = false;
- if (altKey === void 0)
- altKey = false;
- if (metaKey === void 0)
- metaKey = false;
- if (modifierAltGraph === void 0)
- modifierAltGraph = false;
- if (modifierCapsLock === void 0)
- modifierCapsLock = false;
- if (modifierFn === void 0)
- modifierFn = false;
- if (modifierFnLock === void 0)
- modifierFnLock = false;
- if (modifierHyper === void 0)
- modifierHyper = false;
- if (modifierNumLock === void 0)
- modifierNumLock = false;
- if (modifierScrollLock === void 0)
- modifierScrollLock = false;
- if (modifierSuper === void 0)
- modifierSuper = false;
- if (modifierSymbol === void 0)
- modifierSymbol = false;
- if (modifierSymbolLock === void 0)
- modifierSymbolLock = false;
- if (view === void 0)
- view = null;
- if (detail === void 0)
- detail = 0;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['key'] = key;
- o['code'] = code;
- o['location'] = location;
- o['repeat'] = repeat;
- o['isComposing'] = isComposing;
- o['ctrlKey'] = ctrlKey;
- o['shiftKey'] = shiftKey;
- o['altKey'] = altKey;
- o['metaKey'] = metaKey;
- o['modifierAltGraph'] = modifierAltGraph;
- o['modifierCapsLock'] = modifierCapsLock;
- o['modifierFn'] = modifierFn;
- o['modifierFnLock'] = modifierFnLock;
- o['modifierHyper'] = modifierHyper;
- o['modifierNumLock'] = modifierNumLock;
- o['modifierScrollLock'] = modifierScrollLock;
- o['modifierSuper'] = modifierSuper;
- o['modifierSymbol'] = modifierSymbol;
- o['modifierSymbolLock'] = modifierSymbolLock;
- o['view'] = view;
- o['detail'] = detail;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var CompositionEventInit = defineInlineFunction('kotlin.org.w3c.dom.events.CompositionEventInit_d8ew9s$', function (data, view, detail, bubbles, cancelable, composed) {
- if (data === void 0)
- data = '';
- if (view === void 0)
- view = null;
- if (detail === void 0)
- detail = 0;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['data'] = data;
- o['view'] = view;
- o['detail'] = detail;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var get_14 = defineInlineFunction('kotlin.org.w3c.dom.get_zbxcyi$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_15 = defineInlineFunction('kotlin.org.w3c.dom.get_ni19om$', function ($receiver, name) {
- return $receiver[name];
- });
- var set_10 = defineInlineFunction('kotlin.org.w3c.dom.set_hw3ic1$', function ($receiver, index, option) {
- $receiver[index] = option;
- });
- var get_16 = defineInlineFunction('kotlin.org.w3c.dom.get_82muyz$', function ($receiver, name) {
- return $receiver[name];
- });
- var set_11 = defineInlineFunction('kotlin.org.w3c.dom.set_itmgw7$', function ($receiver, name, value) {
- $receiver[name] = value;
- });
- var get_17 = defineInlineFunction('kotlin.org.w3c.dom.get_x9t80x$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_18 = defineInlineFunction('kotlin.org.w3c.dom.get_s80h6u$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_19 = defineInlineFunction('kotlin.org.w3c.dom.get_60td5e$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_20 = defineInlineFunction('kotlin.org.w3c.dom.get_5fk35t$', function ($receiver, index) {
- return $receiver[index];
- });
- var TrackEventInit = defineInlineFunction('kotlin.org.w3c.dom.TrackEventInit_mfyf40$', function (track, bubbles, cancelable, composed) {
- if (track === void 0)
- track = null;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['track'] = track;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var get_21 = defineInlineFunction('kotlin.org.w3c.dom.get_o5xz3$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_22 = defineInlineFunction('kotlin.org.w3c.dom.get_ws6i9t$', function ($receiver, name) {
- return $receiver[name];
- });
- var get_23 = defineInlineFunction('kotlin.org.w3c.dom.get_kaa3nr$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_12 = defineInlineFunction('kotlin.org.w3c.dom.set_9jj6cz$', function ($receiver, index, option) {
- $receiver[index] = option;
- });
- var RelatedEventInit = defineInlineFunction('kotlin.org.w3c.dom.RelatedEventInit_j4rtn8$', function (relatedTarget, bubbles, cancelable, composed) {
- if (relatedTarget === void 0)
- relatedTarget = null;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['relatedTarget'] = relatedTarget;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var AssignedNodesOptions = defineInlineFunction('kotlin.org.w3c.dom.AssignedNodesOptions_1v8dbw$', function (flatten) {
- if (flatten === void 0)
- flatten = false;
- var o = {};
- o['flatten'] = flatten;
- return o;
- });
- var CanvasRenderingContext2DSettings = defineInlineFunction('kotlin.org.w3c.dom.CanvasRenderingContext2DSettings_1v8dbw$', function (alpha) {
- if (alpha === void 0)
- alpha = true;
- var o = {};
- o['alpha'] = alpha;
- return o;
- });
- var HitRegionOptions = defineInlineFunction('kotlin.org.w3c.dom.HitRegionOptions_6a0gjt$', function (path, fillRule, id, parentID, cursor, control, label, role) {
- if (path === void 0)
- path = null;
- if (fillRule === void 0) {
- fillRule = 'nonzero';
- }if (id === void 0)
- id = '';
- if (parentID === void 0)
- parentID = null;
- if (cursor === void 0)
- cursor = 'inherit';
- if (control === void 0)
- control = null;
- if (label === void 0)
- label = null;
- if (role === void 0)
- role = null;
- var o = {};
- o['path'] = path;
- o['fillRule'] = fillRule;
- o['id'] = id;
- o['parentID'] = parentID;
- o['cursor'] = cursor;
- o['control'] = control;
- o['label'] = label;
- o['role'] = role;
- return o;
- });
- var ImageBitmapRenderingContextSettings = defineInlineFunction('kotlin.org.w3c.dom.ImageBitmapRenderingContextSettings_1v8dbw$', function (alpha) {
- if (alpha === void 0)
- alpha = true;
- var o = {};
- o['alpha'] = alpha;
- return o;
- });
- var ElementDefinitionOptions = defineInlineFunction('kotlin.org.w3c.dom.ElementDefinitionOptions_pdl1vj$', function (extends_0) {
- if (extends_0 === void 0)
- extends_0 = undefined;
- var o = {};
- o['extends'] = extends_0;
- return o;
- });
- var get_24 = defineInlineFunction('kotlin.org.w3c.dom.get_c2gw6m$', function ($receiver, index) {
- return $receiver[index];
- });
- var DragEventInit = defineInlineFunction('kotlin.org.w3c.dom.DragEventInit_srvs6b$', function (dataTransfer, screenX, screenY, clientX, clientY, button, buttons, relatedTarget, region, ctrlKey, shiftKey, altKey, metaKey, modifierAltGraph, modifierCapsLock, modifierFn, modifierFnLock, modifierHyper, modifierNumLock, modifierScrollLock, modifierSuper, modifierSymbol, modifierSymbolLock, view, detail, bubbles, cancelable, composed) {
- if (dataTransfer === void 0)
- dataTransfer = null;
- if (screenX === void 0)
- screenX = 0;
- if (screenY === void 0)
- screenY = 0;
- if (clientX === void 0)
- clientX = 0;
- if (clientY === void 0)
- clientY = 0;
- if (button === void 0)
- button = 0;
- if (buttons === void 0)
- buttons = 0;
- if (relatedTarget === void 0)
- relatedTarget = null;
- if (region === void 0)
- region = null;
- if (ctrlKey === void 0)
- ctrlKey = false;
- if (shiftKey === void 0)
- shiftKey = false;
- if (altKey === void 0)
- altKey = false;
- if (metaKey === void 0)
- metaKey = false;
- if (modifierAltGraph === void 0)
- modifierAltGraph = false;
- if (modifierCapsLock === void 0)
- modifierCapsLock = false;
- if (modifierFn === void 0)
- modifierFn = false;
- if (modifierFnLock === void 0)
- modifierFnLock = false;
- if (modifierHyper === void 0)
- modifierHyper = false;
- if (modifierNumLock === void 0)
- modifierNumLock = false;
- if (modifierScrollLock === void 0)
- modifierScrollLock = false;
- if (modifierSuper === void 0)
- modifierSuper = false;
- if (modifierSymbol === void 0)
- modifierSymbol = false;
- if (modifierSymbolLock === void 0)
- modifierSymbolLock = false;
- if (view === void 0)
- view = null;
- if (detail === void 0)
- detail = 0;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['dataTransfer'] = dataTransfer;
- o['screenX'] = screenX;
- o['screenY'] = screenY;
- o['clientX'] = clientX;
- o['clientY'] = clientY;
- o['button'] = button;
- o['buttons'] = buttons;
- o['relatedTarget'] = relatedTarget;
- o['region'] = region;
- o['ctrlKey'] = ctrlKey;
- o['shiftKey'] = shiftKey;
- o['altKey'] = altKey;
- o['metaKey'] = metaKey;
- o['modifierAltGraph'] = modifierAltGraph;
- o['modifierCapsLock'] = modifierCapsLock;
- o['modifierFn'] = modifierFn;
- o['modifierFnLock'] = modifierFnLock;
- o['modifierHyper'] = modifierHyper;
- o['modifierNumLock'] = modifierNumLock;
- o['modifierScrollLock'] = modifierScrollLock;
- o['modifierSuper'] = modifierSuper;
- o['modifierSymbol'] = modifierSymbol;
- o['modifierSymbolLock'] = modifierSymbolLock;
- o['view'] = view;
- o['detail'] = detail;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var get_25 = defineInlineFunction('kotlin.org.w3c.dom.get_ewayf0$', function ($receiver, name) {
- return $receiver[name];
- });
- var PopStateEventInit = defineInlineFunction('kotlin.org.w3c.dom.PopStateEventInit_m0in9k$', function (state, bubbles, cancelable, composed) {
- if (state === void 0)
- state = null;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['state'] = state;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var HashChangeEventInit = defineInlineFunction('kotlin.org.w3c.dom.HashChangeEventInit_pex3e4$', function (oldURL, newURL, bubbles, cancelable, composed) {
- if (oldURL === void 0)
- oldURL = '';
- if (newURL === void 0)
- newURL = '';
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['oldURL'] = oldURL;
- o['newURL'] = newURL;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var PageTransitionEventInit = defineInlineFunction('kotlin.org.w3c.dom.PageTransitionEventInit_bx6eq4$', function (persisted, bubbles, cancelable, composed) {
- if (persisted === void 0)
- persisted = false;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['persisted'] = persisted;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var ErrorEventInit = defineInlineFunction('kotlin.org.w3c.dom.ErrorEventInit_k9ji8a$', function (message, filename, lineno, colno, error, bubbles, cancelable, composed) {
- if (message === void 0)
- message = '';
- if (filename === void 0)
- filename = '';
- if (lineno === void 0)
- lineno = 0;
- if (colno === void 0)
- colno = 0;
- if (error === void 0)
- error = null;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['message'] = message;
- o['filename'] = filename;
- o['lineno'] = lineno;
- o['colno'] = colno;
- o['error'] = error;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var PromiseRejectionEventInit = defineInlineFunction('kotlin.org.w3c.dom.PromiseRejectionEventInit_jhmgqd$', function (promise, reason, bubbles, cancelable, composed) {
- if (reason === void 0)
- reason = undefined;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['promise'] = promise;
- o['reason'] = reason;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var get_26 = defineInlineFunction('kotlin.org.w3c.dom.get_l671a0$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_27 = defineInlineFunction('kotlin.org.w3c.dom.get_ldwsk8$', function ($receiver, name) {
- return $receiver[name];
- });
- var get_28 = defineInlineFunction('kotlin.org.w3c.dom.get_iatcyr$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_29 = defineInlineFunction('kotlin.org.w3c.dom.get_usmy71$', function ($receiver, name) {
- return $receiver[name];
- });
- var get_30 = defineInlineFunction('kotlin.org.w3c.dom.get_t3yadb$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_31 = defineInlineFunction('kotlin.org.w3c.dom.get_bempxb$', function ($receiver, name) {
- return $receiver[name];
- });
- var ImageBitmapOptions = defineInlineFunction('kotlin.org.w3c.dom.ImageBitmapOptions_qp88pe$', function (imageOrientation, premultiplyAlpha, colorSpaceConversion, resizeWidth, resizeHeight, resizeQuality) {
- if (imageOrientation === void 0) {
- imageOrientation = 'none';
- }if (premultiplyAlpha === void 0) {
- premultiplyAlpha = 'default';
- }if (colorSpaceConversion === void 0) {
- colorSpaceConversion = 'default';
- }if (resizeWidth === void 0)
- resizeWidth = undefined;
- if (resizeHeight === void 0)
- resizeHeight = undefined;
- if (resizeQuality === void 0) {
- resizeQuality = 'low';
- }var o = {};
- o['imageOrientation'] = imageOrientation;
- o['premultiplyAlpha'] = premultiplyAlpha;
- o['colorSpaceConversion'] = colorSpaceConversion;
- o['resizeWidth'] = resizeWidth;
- o['resizeHeight'] = resizeHeight;
- o['resizeQuality'] = resizeQuality;
- return o;
- });
- var MessageEventInit = defineInlineFunction('kotlin.org.w3c.dom.MessageEventInit_2mzoiy$', function (data, origin, lastEventId, source, ports, bubbles, cancelable, composed) {
- if (data === void 0)
- data = null;
- if (origin === void 0)
- origin = '';
- if (lastEventId === void 0)
- lastEventId = '';
- if (source === void 0)
- source = null;
- if (ports === void 0)
- ports = [];
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['data'] = data;
- o['origin'] = origin;
- o['lastEventId'] = lastEventId;
- o['source'] = source;
- o['ports'] = ports;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var EventSourceInit = defineInlineFunction('kotlin.org.w3c.dom.EventSourceInit_1v8dbw$', function (withCredentials) {
- if (withCredentials === void 0)
- withCredentials = false;
- var o = {};
- o['withCredentials'] = withCredentials;
- return o;
- });
- var CloseEventInit = defineInlineFunction('kotlin.org.w3c.dom.CloseEventInit_wdtuj7$', function (wasClean, code, reason, bubbles, cancelable, composed) {
- if (wasClean === void 0)
- wasClean = false;
- if (code === void 0)
- code = 0;
- if (reason === void 0)
- reason = '';
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['wasClean'] = wasClean;
- o['code'] = code;
- o['reason'] = reason;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var WorkerOptions = defineInlineFunction('kotlin.org.w3c.dom.WorkerOptions_sllxcl$', function (type, credentials) {
- if (type === void 0) {
- type = 'classic';
- }if (credentials === void 0) {
- credentials = 'omit';
- }var o = {};
- o['type'] = type;
- o['credentials'] = credentials;
- return o;
- });
- var get_32 = defineInlineFunction('kotlin.org.w3c.dom.get_bsm031$', function ($receiver, key) {
- return $receiver[key];
- });
- var set_13 = defineInlineFunction('kotlin.org.w3c.dom.set_9wlwlb$', function ($receiver, key, value) {
- $receiver[key] = value;
- });
- var StorageEventInit = defineInlineFunction('kotlin.org.w3c.dom.StorageEventInit_asvzxz$', function (key, oldValue, newValue, url, storageArea, bubbles, cancelable, composed) {
- if (key === void 0)
- key = null;
- if (oldValue === void 0)
- oldValue = null;
- if (newValue === void 0)
- newValue = null;
- if (url === void 0)
- url = '';
- if (storageArea === void 0)
- storageArea = null;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['key'] = key;
- o['oldValue'] = oldValue;
- o['newValue'] = newValue;
- o['url'] = url;
- o['storageArea'] = storageArea;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var EventInit = defineInlineFunction('kotlin.org.w3c.dom.EventInit_uic7jo$', function (bubbles, cancelable, composed) {
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var CustomEventInit = defineInlineFunction('kotlin.org.w3c.dom.CustomEventInit_m0in9k$', function (detail, bubbles, cancelable, composed) {
- if (detail === void 0)
- detail = null;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['detail'] = detail;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var EventListenerOptions = defineInlineFunction('kotlin.org.w3c.dom.EventListenerOptions_1v8dbw$', function (capture) {
- if (capture === void 0)
- capture = false;
- var o = {};
- o['capture'] = capture;
- return o;
- });
- var AddEventListenerOptions = defineInlineFunction('kotlin.org.w3c.dom.AddEventListenerOptions_uic7jo$', function (passive, once, capture) {
- if (passive === void 0)
- passive = false;
- if (once === void 0)
- once = false;
- if (capture === void 0)
- capture = false;
- var o = {};
- o['passive'] = passive;
- o['once'] = once;
- o['capture'] = capture;
- return o;
- });
- var get_33 = defineInlineFunction('kotlin.org.w3c.dom.get_axj990$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_34 = defineInlineFunction('kotlin.org.w3c.dom.get_l6emzv$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_35 = defineInlineFunction('kotlin.org.w3c.dom.get_kzcjh1$', function ($receiver, name) {
- return $receiver[name];
- });
- var MutationObserverInit = defineInlineFunction('kotlin.org.w3c.dom.MutationObserverInit_c5um2n$', function (childList, attributes, characterData, subtree, attributeOldValue, characterDataOldValue, attributeFilter) {
- if (childList === void 0)
- childList = false;
- if (attributes === void 0)
- attributes = undefined;
- if (characterData === void 0)
- characterData = undefined;
- if (subtree === void 0)
- subtree = false;
- if (attributeOldValue === void 0)
- attributeOldValue = undefined;
- if (characterDataOldValue === void 0)
- characterDataOldValue = undefined;
- if (attributeFilter === void 0)
- attributeFilter = undefined;
- var o = {};
- o['childList'] = childList;
- o['attributes'] = attributes;
- o['characterData'] = characterData;
- o['subtree'] = subtree;
- o['attributeOldValue'] = attributeOldValue;
- o['characterDataOldValue'] = characterDataOldValue;
- o['attributeFilter'] = attributeFilter;
- return o;
- });
- var GetRootNodeOptions = defineInlineFunction('kotlin.org.w3c.dom.GetRootNodeOptions_1v8dbw$', function (composed) {
- if (composed === void 0)
- composed = false;
- var o = {};
- o['composed'] = composed;
- return o;
- });
- var get_36 = defineInlineFunction('kotlin.org.w3c.dom.get_faw09z$', function ($receiver, name) {
- return $receiver[name];
- });
- var ElementCreationOptions = defineInlineFunction('kotlin.org.w3c.dom.ElementCreationOptions_pdl1vj$', function (is) {
- if (is === void 0)
- is = undefined;
- var o = {};
- o['is'] = is;
- return o;
- });
- var ShadowRootInit = defineInlineFunction('kotlin.org.w3c.dom.ShadowRootInit_16lofx$', function (mode) {
- var o = {};
- o['mode'] = mode;
- return o;
- });
- var get_37 = defineInlineFunction('kotlin.org.w3c.dom.get_rjm7cj$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_38 = defineInlineFunction('kotlin.org.w3c.dom.get_oszak3$', function ($receiver, qualifiedName) {
- return $receiver[qualifiedName];
- });
- var get_39 = defineInlineFunction('kotlin.org.w3c.dom.get_o72cm9$', function ($receiver, index) {
- return $receiver[index];
- });
- var DOMPointInit = defineInlineFunction('kotlin.org.w3c.dom.DOMPointInit_rd1tgs$', function (x, y, z, w) {
- if (x === void 0)
- x = 0.0;
- if (y === void 0)
- y = 0.0;
- if (z === void 0)
- z = 0.0;
- if (w === void 0)
- w = 1.0;
- var o = {};
- o['x'] = x;
- o['y'] = y;
- o['z'] = z;
- o['w'] = w;
- return o;
- });
- var DOMRectInit = defineInlineFunction('kotlin.org.w3c.dom.DOMRectInit_rd1tgs$', function (x, y, width, height) {
- if (x === void 0)
- x = 0.0;
- if (y === void 0)
- y = 0.0;
- if (width === void 0)
- width = 0.0;
- if (height === void 0)
- height = 0.0;
- var o = {};
- o['x'] = x;
- o['y'] = y;
- o['width'] = width;
- o['height'] = height;
- return o;
- });
- var get_40 = defineInlineFunction('kotlin.org.w3c.dom.get_p225ue$', function ($receiver, index) {
- return $receiver[index];
- });
- var ScrollOptions = defineInlineFunction('kotlin.org.w3c.dom.ScrollOptions_pa3cpp$', function (behavior) {
- if (behavior === void 0) {
- behavior = 'auto';
- }var o = {};
- o['behavior'] = behavior;
- return o;
- });
- var ScrollToOptions = defineInlineFunction('kotlin.org.w3c.dom.ScrollToOptions_5ufhvn$', function (left, top, behavior) {
- if (left === void 0)
- left = undefined;
- if (top === void 0)
- top = undefined;
- if (behavior === void 0) {
- behavior = 'auto';
- }var o = {};
- o['left'] = left;
- o['top'] = top;
- o['behavior'] = behavior;
- return o;
- });
- var MediaQueryListEventInit = defineInlineFunction('kotlin.org.w3c.dom.MediaQueryListEventInit_vkedzz$', function (media, matches, bubbles, cancelable, composed) {
- if (media === void 0)
- media = '';
- if (matches === void 0)
- matches = false;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['media'] = media;
- o['matches'] = matches;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var ScrollIntoViewOptions = defineInlineFunction('kotlin.org.w3c.dom.ScrollIntoViewOptions_2qltkz$', function (block, inline, behavior) {
- if (block === void 0) {
- block = 'center';
- }if (inline === void 0) {
- inline = 'center';
- }if (behavior === void 0) {
- behavior = 'auto';
- }var o = {};
- o['block'] = block;
- o['inline'] = inline;
- o['behavior'] = behavior;
- return o;
- });
- var BoxQuadOptions = defineInlineFunction('kotlin.org.w3c.dom.BoxQuadOptions_tnnyad$', function (box, relativeTo) {
- if (box === void 0) {
- box = 'border';
- }if (relativeTo === void 0)
- relativeTo = undefined;
- var o = {};
- o['box'] = box;
- o['relativeTo'] = relativeTo;
- return o;
- });
- var ConvertCoordinateOptions = defineInlineFunction('kotlin.org.w3c.dom.ConvertCoordinateOptions_8oj3e4$', function (fromBox, toBox) {
- if (fromBox === void 0) {
- fromBox = 'border';
- }if (toBox === void 0) {
- toBox = 'border';
- }var o = {};
- o['fromBox'] = fromBox;
- o['toBox'] = toBox;
- return o;
- });
- var get_41 = defineInlineFunction('kotlin.org.w3c.dom.get_nc7obz$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_LOADING = defineInlineFunction('kotlin.org.w3c.dom.get_LOADING_cuyr1n$', function ($receiver) {
- return 'loading';
- });
- var get_INTERACTIVE = defineInlineFunction('kotlin.org.w3c.dom.get_INTERACTIVE_cuyr1n$', function ($receiver) {
- return 'interactive';
- });
- var get_COMPLETE = defineInlineFunction('kotlin.org.w3c.dom.get_COMPLETE_cuyr1n$', function ($receiver) {
- return 'complete';
- });
- var get_EMPTY = defineInlineFunction('kotlin.org.w3c.dom.get_EMPTY_k3kzzn$', function ($receiver) {
- return '';
- });
- var get_MAYBE = defineInlineFunction('kotlin.org.w3c.dom.get_MAYBE_k3kzzn$', function ($receiver) {
- return 'maybe';
- });
- var get_PROBABLY = defineInlineFunction('kotlin.org.w3c.dom.get_PROBABLY_k3kzzn$', function ($receiver) {
- return 'probably';
- });
- var get_DISABLED = defineInlineFunction('kotlin.org.w3c.dom.get_DISABLED_ygmcel$', function ($receiver) {
- return 'disabled';
- });
- var get_HIDDEN = defineInlineFunction('kotlin.org.w3c.dom.get_HIDDEN_ygmcel$', function ($receiver) {
- return 'hidden';
- });
- var get_SHOWING = defineInlineFunction('kotlin.org.w3c.dom.get_SHOWING_ygmcel$', function ($receiver) {
- return 'showing';
- });
- var get_SUBTITLES = defineInlineFunction('kotlin.org.w3c.dom.get_SUBTITLES_fw7o78$', function ($receiver) {
- return 'subtitles';
- });
- var get_CAPTIONS = defineInlineFunction('kotlin.org.w3c.dom.get_CAPTIONS_fw7o78$', function ($receiver) {
- return 'captions';
- });
- var get_DESCRIPTIONS = defineInlineFunction('kotlin.org.w3c.dom.get_DESCRIPTIONS_fw7o78$', function ($receiver) {
- return 'descriptions';
- });
- var get_CHAPTERS = defineInlineFunction('kotlin.org.w3c.dom.get_CHAPTERS_fw7o78$', function ($receiver) {
- return 'chapters';
- });
- var get_METADATA = defineInlineFunction('kotlin.org.w3c.dom.get_METADATA_fw7o78$', function ($receiver) {
- return 'metadata';
- });
- var get_SELECT = defineInlineFunction('kotlin.org.w3c.dom.get_SELECT_efic67$', function ($receiver) {
- return 'select';
- });
- var get_START = defineInlineFunction('kotlin.org.w3c.dom.get_START_efic67$', function ($receiver) {
- return 'start';
- });
- var get_END = defineInlineFunction('kotlin.org.w3c.dom.get_END_efic67$', function ($receiver) {
- return 'end';
- });
- var get_PRESERVE = defineInlineFunction('kotlin.org.w3c.dom.get_PRESERVE_efic67$', function ($receiver) {
- return 'preserve';
- });
- var get_NONZERO = defineInlineFunction('kotlin.org.w3c.dom.get_NONZERO_mhbikd$', function ($receiver) {
- return 'nonzero';
- });
- var get_EVENODD = defineInlineFunction('kotlin.org.w3c.dom.get_EVENODD_mhbikd$', function ($receiver) {
- return 'evenodd';
- });
- var get_LOW = defineInlineFunction('kotlin.org.w3c.dom.get_LOW_lt2gtk$', function ($receiver) {
- return 'low';
- });
- var get_MEDIUM = defineInlineFunction('kotlin.org.w3c.dom.get_MEDIUM_lt2gtk$', function ($receiver) {
- return 'medium';
- });
- var get_HIGH = defineInlineFunction('kotlin.org.w3c.dom.get_HIGH_lt2gtk$', function ($receiver) {
- return 'high';
- });
- var get_BUTT = defineInlineFunction('kotlin.org.w3c.dom.get_BUTT_w26v20$', function ($receiver) {
- return 'butt';
- });
- var get_ROUND = defineInlineFunction('kotlin.org.w3c.dom.get_ROUND_w26v20$', function ($receiver) {
- return 'round';
- });
- var get_SQUARE = defineInlineFunction('kotlin.org.w3c.dom.get_SQUARE_w26v20$', function ($receiver) {
- return 'square';
- });
- var get_ROUND_0 = defineInlineFunction('kotlin.org.w3c.dom.get_ROUND_1xtghu$', function ($receiver) {
- return 'round';
- });
- var get_BEVEL = defineInlineFunction('kotlin.org.w3c.dom.get_BEVEL_1xtghu$', function ($receiver) {
- return 'bevel';
- });
- var get_MITER = defineInlineFunction('kotlin.org.w3c.dom.get_MITER_1xtghu$', function ($receiver) {
- return 'miter';
- });
- var get_START_0 = defineInlineFunction('kotlin.org.w3c.dom.get_START_hbi5si$', function ($receiver) {
- return 'start';
- });
- var get_END_0 = defineInlineFunction('kotlin.org.w3c.dom.get_END_hbi5si$', function ($receiver) {
- return 'end';
- });
- var get_LEFT = defineInlineFunction('kotlin.org.w3c.dom.get_LEFT_hbi5si$', function ($receiver) {
- return 'left';
- });
- var get_RIGHT = defineInlineFunction('kotlin.org.w3c.dom.get_RIGHT_hbi5si$', function ($receiver) {
- return 'right';
- });
- var get_CENTER = defineInlineFunction('kotlin.org.w3c.dom.get_CENTER_hbi5si$', function ($receiver) {
- return 'center';
- });
- var get_TOP = defineInlineFunction('kotlin.org.w3c.dom.get_TOP_oz2y96$', function ($receiver) {
- return 'top';
- });
- var get_HANGING = defineInlineFunction('kotlin.org.w3c.dom.get_HANGING_oz2y96$', function ($receiver) {
- return 'hanging';
- });
- var get_MIDDLE = defineInlineFunction('kotlin.org.w3c.dom.get_MIDDLE_oz2y96$', function ($receiver) {
- return 'middle';
- });
- var get_ALPHABETIC = defineInlineFunction('kotlin.org.w3c.dom.get_ALPHABETIC_oz2y96$', function ($receiver) {
- return 'alphabetic';
- });
- var get_IDEOGRAPHIC = defineInlineFunction('kotlin.org.w3c.dom.get_IDEOGRAPHIC_oz2y96$', function ($receiver) {
- return 'ideographic';
- });
- var get_BOTTOM = defineInlineFunction('kotlin.org.w3c.dom.get_BOTTOM_oz2y96$', function ($receiver) {
- return 'bottom';
- });
- var get_LTR = defineInlineFunction('kotlin.org.w3c.dom.get_LTR_qxot9j$', function ($receiver) {
- return 'ltr';
- });
- var get_RTL = defineInlineFunction('kotlin.org.w3c.dom.get_RTL_qxot9j$', function ($receiver) {
- return 'rtl';
- });
- var get_INHERIT = defineInlineFunction('kotlin.org.w3c.dom.get_INHERIT_qxot9j$', function ($receiver) {
- return 'inherit';
- });
- var get_AUTO = defineInlineFunction('kotlin.org.w3c.dom.get_AUTO_huqvoj$', function ($receiver) {
- return 'auto';
- });
- var get_MANUAL = defineInlineFunction('kotlin.org.w3c.dom.get_MANUAL_huqvoj$', function ($receiver) {
- return 'manual';
- });
- var get_NONE = defineInlineFunction('kotlin.org.w3c.dom.get_NONE_xgljrz$', function ($receiver) {
- return 'none';
- });
- var get_FLIPY = defineInlineFunction('kotlin.org.w3c.dom.get_FLIPY_xgljrz$', function ($receiver) {
- return 'flipY';
- });
- var get_NONE_0 = defineInlineFunction('kotlin.org.w3c.dom.get_NONE_b5608t$', function ($receiver) {
- return 'none';
- });
- var get_PREMULTIPLY = defineInlineFunction('kotlin.org.w3c.dom.get_PREMULTIPLY_b5608t$', function ($receiver) {
- return 'premultiply';
- });
- var get_DEFAULT = defineInlineFunction('kotlin.org.w3c.dom.get_DEFAULT_b5608t$', function ($receiver) {
- return 'default';
- });
- var get_NONE_1 = defineInlineFunction('kotlin.org.w3c.dom.get_NONE_xqeuit$', function ($receiver) {
- return 'none';
- });
- var get_DEFAULT_0 = defineInlineFunction('kotlin.org.w3c.dom.get_DEFAULT_xqeuit$', function ($receiver) {
- return 'default';
- });
- var get_PIXELATED = defineInlineFunction('kotlin.org.w3c.dom.get_PIXELATED_32fsn1$', function ($receiver) {
- return 'pixelated';
- });
- var get_LOW_0 = defineInlineFunction('kotlin.org.w3c.dom.get_LOW_32fsn1$', function ($receiver) {
- return 'low';
- });
- var get_MEDIUM_0 = defineInlineFunction('kotlin.org.w3c.dom.get_MEDIUM_32fsn1$', function ($receiver) {
- return 'medium';
- });
- var get_HIGH_0 = defineInlineFunction('kotlin.org.w3c.dom.get_HIGH_32fsn1$', function ($receiver) {
- return 'high';
- });
- var get_BLOB = defineInlineFunction('kotlin.org.w3c.dom.get_BLOB_qxle9l$', function ($receiver) {
- return 'blob';
- });
- var get_ARRAYBUFFER = defineInlineFunction('kotlin.org.w3c.dom.get_ARRAYBUFFER_qxle9l$', function ($receiver) {
- return 'arraybuffer';
- });
- var get_CLASSIC = defineInlineFunction('kotlin.org.w3c.dom.get_CLASSIC_xc77to$', function ($receiver) {
- return 'classic';
- });
- var get_MODULE = defineInlineFunction('kotlin.org.w3c.dom.get_MODULE_xc77to$', function ($receiver) {
- return 'module';
- });
- var get_OPEN = defineInlineFunction('kotlin.org.w3c.dom.get_OPEN_knhupb$', function ($receiver) {
- return 'open';
- });
- var get_CLOSED = defineInlineFunction('kotlin.org.w3c.dom.get_CLOSED_knhupb$', function ($receiver) {
- return 'closed';
- });
- var get_AUTO_0 = defineInlineFunction('kotlin.org.w3c.dom.get_AUTO_gi1pud$', function ($receiver) {
- return 'auto';
- });
- var get_INSTANT = defineInlineFunction('kotlin.org.w3c.dom.get_INSTANT_gi1pud$', function ($receiver) {
- return 'instant';
- });
- var get_SMOOTH = defineInlineFunction('kotlin.org.w3c.dom.get_SMOOTH_gi1pud$', function ($receiver) {
- return 'smooth';
- });
- var get_START_1 = defineInlineFunction('kotlin.org.w3c.dom.get_START_ltkif$', function ($receiver) {
- return 'start';
- });
- var get_CENTER_0 = defineInlineFunction('kotlin.org.w3c.dom.get_CENTER_ltkif$', function ($receiver) {
- return 'center';
- });
- var get_END_1 = defineInlineFunction('kotlin.org.w3c.dom.get_END_ltkif$', function ($receiver) {
- return 'end';
- });
- var get_NEAREST = defineInlineFunction('kotlin.org.w3c.dom.get_NEAREST_ltkif$', function ($receiver) {
- return 'nearest';
- });
- var get_MARGIN = defineInlineFunction('kotlin.org.w3c.dom.get_MARGIN_eb1l8y$', function ($receiver) {
- return 'margin';
- });
- var get_BORDER = defineInlineFunction('kotlin.org.w3c.dom.get_BORDER_eb1l8y$', function ($receiver) {
- return 'border';
- });
- var get_PADDING = defineInlineFunction('kotlin.org.w3c.dom.get_PADDING_eb1l8y$', function ($receiver) {
- return 'padding';
- });
- var get_CONTENT = defineInlineFunction('kotlin.org.w3c.dom.get_CONTENT_eb1l8y$', function ($receiver) {
- return 'content';
- });
- var MediaTrackSupportedConstraints = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.MediaTrackSupportedConstraints_ntfy24$', function (width, height, aspectRatio, frameRate, facingMode, resizeMode, volume, sampleRate, sampleSize, echoCancellation, autoGainControl, noiseSuppression, latency, channelCount, deviceId, groupId) {
- if (width === void 0)
- width = true;
- if (height === void 0)
- height = true;
- if (aspectRatio === void 0)
- aspectRatio = true;
- if (frameRate === void 0)
- frameRate = true;
- if (facingMode === void 0)
- facingMode = true;
- if (resizeMode === void 0)
- resizeMode = true;
- if (volume === void 0)
- volume = true;
- if (sampleRate === void 0)
- sampleRate = true;
- if (sampleSize === void 0)
- sampleSize = true;
- if (echoCancellation === void 0)
- echoCancellation = true;
- if (autoGainControl === void 0)
- autoGainControl = true;
- if (noiseSuppression === void 0)
- noiseSuppression = true;
- if (latency === void 0)
- latency = true;
- if (channelCount === void 0)
- channelCount = true;
- if (deviceId === void 0)
- deviceId = true;
- if (groupId === void 0)
- groupId = true;
- var o = {};
- o['width'] = width;
- o['height'] = height;
- o['aspectRatio'] = aspectRatio;
- o['frameRate'] = frameRate;
- o['facingMode'] = facingMode;
- o['resizeMode'] = resizeMode;
- o['volume'] = volume;
- o['sampleRate'] = sampleRate;
- o['sampleSize'] = sampleSize;
- o['echoCancellation'] = echoCancellation;
- o['autoGainControl'] = autoGainControl;
- o['noiseSuppression'] = noiseSuppression;
- o['latency'] = latency;
- o['channelCount'] = channelCount;
- o['deviceId'] = deviceId;
- o['groupId'] = groupId;
- return o;
- });
- var MediaTrackCapabilities = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.MediaTrackCapabilities_61f3zg$', function (width, height, aspectRatio, frameRate, facingMode, resizeMode, volume, sampleRate, sampleSize, echoCancellation, autoGainControl, noiseSuppression, latency, channelCount, deviceId, groupId) {
- if (width === void 0)
- width = undefined;
- if (height === void 0)
- height = undefined;
- if (aspectRatio === void 0)
- aspectRatio = undefined;
- if (frameRate === void 0)
- frameRate = undefined;
- if (facingMode === void 0)
- facingMode = undefined;
- if (resizeMode === void 0)
- resizeMode = undefined;
- if (volume === void 0)
- volume = undefined;
- if (sampleRate === void 0)
- sampleRate = undefined;
- if (sampleSize === void 0)
- sampleSize = undefined;
- if (echoCancellation === void 0)
- echoCancellation = undefined;
- if (autoGainControl === void 0)
- autoGainControl = undefined;
- if (noiseSuppression === void 0)
- noiseSuppression = undefined;
- if (latency === void 0)
- latency = undefined;
- if (channelCount === void 0)
- channelCount = undefined;
- if (deviceId === void 0)
- deviceId = undefined;
- if (groupId === void 0)
- groupId = undefined;
- var o = {};
- o['width'] = width;
- o['height'] = height;
- o['aspectRatio'] = aspectRatio;
- o['frameRate'] = frameRate;
- o['facingMode'] = facingMode;
- o['resizeMode'] = resizeMode;
- o['volume'] = volume;
- o['sampleRate'] = sampleRate;
- o['sampleSize'] = sampleSize;
- o['echoCancellation'] = echoCancellation;
- o['autoGainControl'] = autoGainControl;
- o['noiseSuppression'] = noiseSuppression;
- o['latency'] = latency;
- o['channelCount'] = channelCount;
- o['deviceId'] = deviceId;
- o['groupId'] = groupId;
- return o;
- });
- var MediaTrackConstraints = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.MediaTrackConstraints_hfkjcw$', function (advanced, width, height, aspectRatio, frameRate, facingMode, resizeMode, volume, sampleRate, sampleSize, echoCancellation, autoGainControl, noiseSuppression, latency, channelCount, deviceId, groupId) {
- if (advanced === void 0)
- advanced = undefined;
- if (width === void 0)
- width = undefined;
- if (height === void 0)
- height = undefined;
- if (aspectRatio === void 0)
- aspectRatio = undefined;
- if (frameRate === void 0)
- frameRate = undefined;
- if (facingMode === void 0)
- facingMode = undefined;
- if (resizeMode === void 0)
- resizeMode = undefined;
- if (volume === void 0)
- volume = undefined;
- if (sampleRate === void 0)
- sampleRate = undefined;
- if (sampleSize === void 0)
- sampleSize = undefined;
- if (echoCancellation === void 0)
- echoCancellation = undefined;
- if (autoGainControl === void 0)
- autoGainControl = undefined;
- if (noiseSuppression === void 0)
- noiseSuppression = undefined;
- if (latency === void 0)
- latency = undefined;
- if (channelCount === void 0)
- channelCount = undefined;
- if (deviceId === void 0)
- deviceId = undefined;
- if (groupId === void 0)
- groupId = undefined;
- var o = {};
- o['advanced'] = advanced;
- o['width'] = width;
- o['height'] = height;
- o['aspectRatio'] = aspectRatio;
- o['frameRate'] = frameRate;
- o['facingMode'] = facingMode;
- o['resizeMode'] = resizeMode;
- o['volume'] = volume;
- o['sampleRate'] = sampleRate;
- o['sampleSize'] = sampleSize;
- o['echoCancellation'] = echoCancellation;
- o['autoGainControl'] = autoGainControl;
- o['noiseSuppression'] = noiseSuppression;
- o['latency'] = latency;
- o['channelCount'] = channelCount;
- o['deviceId'] = deviceId;
- o['groupId'] = groupId;
- return o;
- });
- var MediaTrackConstraintSet = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.MediaTrackConstraintSet_cbtu8k$', function (width, height, aspectRatio, frameRate, facingMode, resizeMode, volume, sampleRate, sampleSize, echoCancellation, autoGainControl, noiseSuppression, latency, channelCount, deviceId, groupId) {
- if (width === void 0)
- width = undefined;
- if (height === void 0)
- height = undefined;
- if (aspectRatio === void 0)
- aspectRatio = undefined;
- if (frameRate === void 0)
- frameRate = undefined;
- if (facingMode === void 0)
- facingMode = undefined;
- if (resizeMode === void 0)
- resizeMode = undefined;
- if (volume === void 0)
- volume = undefined;
- if (sampleRate === void 0)
- sampleRate = undefined;
- if (sampleSize === void 0)
- sampleSize = undefined;
- if (echoCancellation === void 0)
- echoCancellation = undefined;
- if (autoGainControl === void 0)
- autoGainControl = undefined;
- if (noiseSuppression === void 0)
- noiseSuppression = undefined;
- if (latency === void 0)
- latency = undefined;
- if (channelCount === void 0)
- channelCount = undefined;
- if (deviceId === void 0)
- deviceId = undefined;
- if (groupId === void 0)
- groupId = undefined;
- var o = {};
- o['width'] = width;
- o['height'] = height;
- o['aspectRatio'] = aspectRatio;
- o['frameRate'] = frameRate;
- o['facingMode'] = facingMode;
- o['resizeMode'] = resizeMode;
- o['volume'] = volume;
- o['sampleRate'] = sampleRate;
- o['sampleSize'] = sampleSize;
- o['echoCancellation'] = echoCancellation;
- o['autoGainControl'] = autoGainControl;
- o['noiseSuppression'] = noiseSuppression;
- o['latency'] = latency;
- o['channelCount'] = channelCount;
- o['deviceId'] = deviceId;
- o['groupId'] = groupId;
- return o;
- });
- var MediaTrackSettings = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.MediaTrackSettings_uaqjjf$', function (width, height, aspectRatio, frameRate, facingMode, resizeMode, volume, sampleRate, sampleSize, echoCancellation, autoGainControl, noiseSuppression, latency, channelCount, deviceId, groupId) {
- if (width === void 0)
- width = undefined;
- if (height === void 0)
- height = undefined;
- if (aspectRatio === void 0)
- aspectRatio = undefined;
- if (frameRate === void 0)
- frameRate = undefined;
- if (facingMode === void 0)
- facingMode = undefined;
- if (resizeMode === void 0)
- resizeMode = undefined;
- if (volume === void 0)
- volume = undefined;
- if (sampleRate === void 0)
- sampleRate = undefined;
- if (sampleSize === void 0)
- sampleSize = undefined;
- if (echoCancellation === void 0)
- echoCancellation = undefined;
- if (autoGainControl === void 0)
- autoGainControl = undefined;
- if (noiseSuppression === void 0)
- noiseSuppression = undefined;
- if (latency === void 0)
- latency = undefined;
- if (channelCount === void 0)
- channelCount = undefined;
- if (deviceId === void 0)
- deviceId = undefined;
- if (groupId === void 0)
- groupId = undefined;
- var o = {};
- o['width'] = width;
- o['height'] = height;
- o['aspectRatio'] = aspectRatio;
- o['frameRate'] = frameRate;
- o['facingMode'] = facingMode;
- o['resizeMode'] = resizeMode;
- o['volume'] = volume;
- o['sampleRate'] = sampleRate;
- o['sampleSize'] = sampleSize;
- o['echoCancellation'] = echoCancellation;
- o['autoGainControl'] = autoGainControl;
- o['noiseSuppression'] = noiseSuppression;
- o['latency'] = latency;
- o['channelCount'] = channelCount;
- o['deviceId'] = deviceId;
- o['groupId'] = groupId;
- return o;
- });
- var MediaStreamTrackEventInit = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.MediaStreamTrackEventInit_echihd$', function (track, bubbles, cancelable, composed) {
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['track'] = track;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var OverconstrainedErrorEventInit = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.OverconstrainedErrorEventInit_3wh255$', function (error, bubbles, cancelable, composed) {
- if (error === void 0)
- error = null;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['error'] = error;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var MediaStreamConstraints = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.MediaStreamConstraints_wn2jw4$', function (video, audio) {
- if (video === void 0)
- video = false;
- if (audio === void 0)
- audio = false;
- var o = {};
- o['video'] = video;
- o['audio'] = audio;
- return o;
- });
- var DoubleRange = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.DoubleRange_jma9l8$', function (max, min) {
- if (max === void 0)
- max = undefined;
- if (min === void 0)
- min = undefined;
- var o = {};
- o['max'] = max;
- o['min'] = min;
- return o;
- });
- var ConstrainDoubleRange = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.ConstrainDoubleRange_rd1tgs$', function (exact, ideal, max, min) {
- if (exact === void 0)
- exact = undefined;
- if (ideal === void 0)
- ideal = undefined;
- if (max === void 0)
- max = undefined;
- if (min === void 0)
- min = undefined;
- var o = {};
- o['exact'] = exact;
- o['ideal'] = ideal;
- o['max'] = max;
- o['min'] = min;
- return o;
- });
- var ULongRange = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.ULongRange_1g3ugi$', function (max, min) {
- if (max === void 0)
- max = undefined;
- if (min === void 0)
- min = undefined;
- var o = {};
- o['max'] = max;
- o['min'] = min;
- return o;
- });
- var ConstrainULongRange = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.ConstrainULongRange_po2tg0$', function (exact, ideal, max, min) {
- if (exact === void 0)
- exact = undefined;
- if (ideal === void 0)
- ideal = undefined;
- if (max === void 0)
- max = undefined;
- if (min === void 0)
- min = undefined;
- var o = {};
- o['exact'] = exact;
- o['ideal'] = ideal;
- o['max'] = max;
- o['min'] = min;
- return o;
- });
- var ConstrainBooleanParameters = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.ConstrainBooleanParameters_vhjpus$', function (exact, ideal) {
- if (exact === void 0)
- exact = undefined;
- if (ideal === void 0)
- ideal = undefined;
- var o = {};
- o['exact'] = exact;
- o['ideal'] = ideal;
- return o;
- });
- var ConstrainDOMStringParameters = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.ConstrainDOMStringParameters_wn2jw4$', function (exact, ideal) {
- if (exact === void 0)
- exact = undefined;
- if (ideal === void 0)
- ideal = undefined;
- var o = {};
- o['exact'] = exact;
- o['ideal'] = ideal;
- return o;
- });
- var Capabilities = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.Capabilities', function () {
- var o = {};
- return o;
- });
- var Settings = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.Settings', function () {
- var o = {};
- return o;
- });
- var ConstraintSet = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.ConstraintSet', function () {
- var o = {};
- return o;
- });
- var Constraints = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.Constraints_v92fax$', function (advanced) {
- if (advanced === void 0)
- advanced = undefined;
- var o = {};
- o['advanced'] = advanced;
- return o;
- });
- var get_LIVE = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.get_LIVE_tsyfvu$', function ($receiver) {
- return 'live';
- });
- var get_ENDED = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.get_ENDED_tsyfvu$', function ($receiver) {
- return 'ended';
- });
- var get_USER = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.get_USER_ctcynt$', function ($receiver) {
- return 'user';
- });
- var get_ENVIRONMENT = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.get_ENVIRONMENT_ctcynt$', function ($receiver) {
- return 'environment';
- });
- var get_LEFT_0 = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.get_LEFT_ctcynt$', function ($receiver) {
- return 'left';
- });
- var get_RIGHT_0 = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.get_RIGHT_ctcynt$', function ($receiver) {
- return 'right';
- });
- var get_NONE_2 = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.get_NONE_qdzhpp$', function ($receiver) {
- return 'none';
- });
- var get_CROP_AND_SCALE = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.get_CROP_AND_SCALE_qdzhpp$', function ($receiver) {
- return 'crop-and-scale';
- });
- var get_AUDIOINPUT = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.get_AUDIOINPUT_bcgeby$', function ($receiver) {
- return 'audioinput';
- });
- var get_AUDIOOUTPUT = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.get_AUDIOOUTPUT_bcgeby$', function ($receiver) {
- return 'audiooutput';
- });
- var get_VIDEOINPUT = defineInlineFunction('kotlin.org.w3c.dom.mediacapture.get_VIDEOINPUT_bcgeby$', function ($receiver) {
- return 'videoinput';
- });
- var get_42 = defineInlineFunction('kotlin.org.w3c.dom.mediasource.get_kv2oqc$', function ($receiver, index) {
- return $receiver[index];
- });
- var get_CLOSED_0 = defineInlineFunction('kotlin.org.w3c.dom.mediasource.get_CLOSED_6h57yv$', function ($receiver) {
- return 'closed';
- });
- var get_OPEN_0 = defineInlineFunction('kotlin.org.w3c.dom.mediasource.get_OPEN_6h57yv$', function ($receiver) {
- return 'open';
- });
- var get_ENDED_0 = defineInlineFunction('kotlin.org.w3c.dom.mediasource.get_ENDED_6h57yv$', function ($receiver) {
- return 'ended';
- });
- var get_NETWORK = defineInlineFunction('kotlin.org.w3c.dom.mediasource.get_NETWORK_rplsun$', function ($receiver) {
- return 'network';
- });
- var get_DECODE = defineInlineFunction('kotlin.org.w3c.dom.mediasource.get_DECODE_rplsun$', function ($receiver) {
- return 'decode';
- });
- var get_SEGMENTS = defineInlineFunction('kotlin.org.w3c.dom.mediasource.get_SEGMENTS_kz27m0$', function ($receiver) {
- return 'segments';
- });
- var get_SEQUENCE = defineInlineFunction('kotlin.org.w3c.dom.mediasource.get_SEQUENCE_kz27m0$', function ($receiver) {
- return 'sequence';
- });
- var PointerEventInit = defineInlineFunction('kotlin.org.w3c.dom.pointerevents.PointerEventInit_as1dp9$', function (pointerId, width, height, pressure, tangentialPressure, tiltX, tiltY, twist, pointerType, isPrimary, screenX, screenY, clientX, clientY, button, buttons, relatedTarget, region, ctrlKey, shiftKey, altKey, metaKey, modifierAltGraph, modifierCapsLock, modifierFn, modifierFnLock, modifierHyper, modifierNumLock, modifierScrollLock, modifierSuper, modifierSymbol, modifierSymbolLock, view, detail, bubbles, cancelable, composed) {
- if (pointerId === void 0)
- pointerId = 0;
- if (width === void 0)
- width = 1.0;
- if (height === void 0)
- height = 1.0;
- if (pressure === void 0)
- pressure = 0.0;
- if (tangentialPressure === void 0)
- tangentialPressure = 0.0;
- if (tiltX === void 0)
- tiltX = 0;
- if (tiltY === void 0)
- tiltY = 0;
- if (twist === void 0)
- twist = 0;
- if (pointerType === void 0)
- pointerType = '';
- if (isPrimary === void 0)
- isPrimary = false;
- if (screenX === void 0)
- screenX = 0;
- if (screenY === void 0)
- screenY = 0;
- if (clientX === void 0)
- clientX = 0;
- if (clientY === void 0)
- clientY = 0;
- if (button === void 0)
- button = 0;
- if (buttons === void 0)
- buttons = 0;
- if (relatedTarget === void 0)
- relatedTarget = null;
- if (region === void 0)
- region = null;
- if (ctrlKey === void 0)
- ctrlKey = false;
- if (shiftKey === void 0)
- shiftKey = false;
- if (altKey === void 0)
- altKey = false;
- if (metaKey === void 0)
- metaKey = false;
- if (modifierAltGraph === void 0)
- modifierAltGraph = false;
- if (modifierCapsLock === void 0)
- modifierCapsLock = false;
- if (modifierFn === void 0)
- modifierFn = false;
- if (modifierFnLock === void 0)
- modifierFnLock = false;
- if (modifierHyper === void 0)
- modifierHyper = false;
- if (modifierNumLock === void 0)
- modifierNumLock = false;
- if (modifierScrollLock === void 0)
- modifierScrollLock = false;
- if (modifierSuper === void 0)
- modifierSuper = false;
- if (modifierSymbol === void 0)
- modifierSymbol = false;
- if (modifierSymbolLock === void 0)
- modifierSymbolLock = false;
- if (view === void 0)
- view = null;
- if (detail === void 0)
- detail = 0;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['pointerId'] = pointerId;
- o['width'] = width;
- o['height'] = height;
- o['pressure'] = pressure;
- o['tangentialPressure'] = tangentialPressure;
- o['tiltX'] = tiltX;
- o['tiltY'] = tiltY;
- o['twist'] = twist;
- o['pointerType'] = pointerType;
- o['isPrimary'] = isPrimary;
- o['screenX'] = screenX;
- o['screenY'] = screenY;
- o['clientX'] = clientX;
- o['clientY'] = clientY;
- o['button'] = button;
- o['buttons'] = buttons;
- o['relatedTarget'] = relatedTarget;
- o['region'] = region;
- o['ctrlKey'] = ctrlKey;
- o['shiftKey'] = shiftKey;
- o['altKey'] = altKey;
- o['metaKey'] = metaKey;
- o['modifierAltGraph'] = modifierAltGraph;
- o['modifierCapsLock'] = modifierCapsLock;
- o['modifierFn'] = modifierFn;
- o['modifierFnLock'] = modifierFnLock;
- o['modifierHyper'] = modifierHyper;
- o['modifierNumLock'] = modifierNumLock;
- o['modifierScrollLock'] = modifierScrollLock;
- o['modifierSuper'] = modifierSuper;
- o['modifierSymbol'] = modifierSymbol;
- o['modifierSymbolLock'] = modifierSymbolLock;
- o['view'] = view;
- o['detail'] = detail;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var SVGBoundingBoxOptions = defineInlineFunction('kotlin.org.w3c.dom.svg.SVGBoundingBoxOptions_bx6eq4$', function (fill, stroke, markers, clipped) {
- if (fill === void 0)
- fill = true;
- if (stroke === void 0)
- stroke = false;
- if (markers === void 0)
- markers = false;
- if (clipped === void 0)
- clipped = false;
- var o = {};
- o['fill'] = fill;
- o['stroke'] = stroke;
- o['markers'] = markers;
- o['clipped'] = clipped;
- return o;
- });
- var get_43 = defineInlineFunction('kotlin.org.w3c.dom.svg.get_2fgwj9$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_14 = defineInlineFunction('kotlin.org.w3c.dom.svg.set_xg4o68$', function ($receiver, index, newItem) {
- $receiver[index] = newItem;
- });
- var get_44 = defineInlineFunction('kotlin.org.w3c.dom.svg.get_nujcb1$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_15 = defineInlineFunction('kotlin.org.w3c.dom.svg.set_vul1sp$', function ($receiver, index, newItem) {
- $receiver[index] = newItem;
- });
- var get_45 = defineInlineFunction('kotlin.org.w3c.dom.svg.get_ml6vgw$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_16 = defineInlineFunction('kotlin.org.w3c.dom.svg.set_tsl60p$', function ($receiver, index, newItem) {
- $receiver[index] = newItem;
- });
- var get_46 = defineInlineFunction('kotlin.org.w3c.dom.svg.get_f2nmth$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_17 = defineInlineFunction('kotlin.org.w3c.dom.svg.set_nr97t$', function ($receiver, index, newItem) {
- $receiver[index] = newItem;
- });
- var get_47 = defineInlineFunction('kotlin.org.w3c.dom.svg.get_xcci3g$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_18 = defineInlineFunction('kotlin.org.w3c.dom.svg.set_7s907r$', function ($receiver, index, newItem) {
- $receiver[index] = newItem;
- });
- var get_48 = defineInlineFunction('kotlin.org.w3c.dom.svg.get_r7cbpc$', function ($receiver, index) {
- return $receiver[index];
- });
- var set_19 = defineInlineFunction('kotlin.org.w3c.dom.svg.set_8k1hvb$', function ($receiver, index, newItem) {
- $receiver[index] = newItem;
- });
- var RequestInit = defineInlineFunction('kotlin.org.w3c.fetch.RequestInit_302zsh$', function (method, headers, body, referrer, referrerPolicy, mode, credentials, cache, redirect, integrity, keepalive, window_0) {
- if (method === void 0)
- method = undefined;
- if (headers === void 0)
- headers = undefined;
- if (body === void 0)
- body = undefined;
- if (referrer === void 0)
- referrer = undefined;
- if (referrerPolicy === void 0)
- referrerPolicy = undefined;
- if (mode === void 0)
- mode = undefined;
- if (credentials === void 0)
- credentials = undefined;
- if (cache === void 0)
- cache = undefined;
- if (redirect === void 0)
- redirect = undefined;
- if (integrity === void 0)
- integrity = undefined;
- if (keepalive === void 0)
- keepalive = undefined;
- if (window_0 === void 0)
- window_0 = undefined;
- var o = {};
- o['method'] = method;
- o['headers'] = headers;
- o['body'] = body;
- o['referrer'] = referrer;
- o['referrerPolicy'] = referrerPolicy;
- o['mode'] = mode;
- o['credentials'] = credentials;
- o['cache'] = cache;
- o['redirect'] = redirect;
- o['integrity'] = integrity;
- o['keepalive'] = keepalive;
- o['window'] = window_0;
- return o;
- });
- var ResponseInit = defineInlineFunction('kotlin.org.w3c.fetch.ResponseInit_gk6zn2$', function (status, statusText, headers) {
- if (status === void 0)
- status = 200;
- if (statusText === void 0)
- statusText = 'OK';
- if (headers === void 0)
- headers = undefined;
- var o = {};
- o['status'] = status;
- o['statusText'] = statusText;
- o['headers'] = headers;
- return o;
- });
- var get_EMPTY_0 = defineInlineFunction('kotlin.org.w3c.fetch.get_EMPTY_ih0r03$', function ($receiver) {
- return '';
- });
- var get_AUDIO = defineInlineFunction('kotlin.org.w3c.fetch.get_AUDIO_ih0r03$', function ($receiver) {
- return 'audio';
- });
- var get_FONT = defineInlineFunction('kotlin.org.w3c.fetch.get_FONT_ih0r03$', function ($receiver) {
- return 'font';
- });
- var get_IMAGE = defineInlineFunction('kotlin.org.w3c.fetch.get_IMAGE_ih0r03$', function ($receiver) {
- return 'image';
- });
- var get_SCRIPT = defineInlineFunction('kotlin.org.w3c.fetch.get_SCRIPT_ih0r03$', function ($receiver) {
- return 'script';
- });
- var get_STYLE = defineInlineFunction('kotlin.org.w3c.fetch.get_STYLE_ih0r03$', function ($receiver) {
- return 'style';
- });
- var get_TRACK = defineInlineFunction('kotlin.org.w3c.fetch.get_TRACK_ih0r03$', function ($receiver) {
- return 'track';
- });
- var get_VIDEO = defineInlineFunction('kotlin.org.w3c.fetch.get_VIDEO_ih0r03$', function ($receiver) {
- return 'video';
- });
- var get_EMPTY_1 = defineInlineFunction('kotlin.org.w3c.fetch.get_EMPTY_dgizjn$', function ($receiver) {
- return '';
- });
- var get_DOCUMENT = defineInlineFunction('kotlin.org.w3c.fetch.get_DOCUMENT_dgizjn$', function ($receiver) {
- return 'document';
- });
- var get_EMBED = defineInlineFunction('kotlin.org.w3c.fetch.get_EMBED_dgizjn$', function ($receiver) {
- return 'embed';
- });
- var get_FONT_0 = defineInlineFunction('kotlin.org.w3c.fetch.get_FONT_dgizjn$', function ($receiver) {
- return 'font';
- });
- var get_IMAGE_0 = defineInlineFunction('kotlin.org.w3c.fetch.get_IMAGE_dgizjn$', function ($receiver) {
- return 'image';
- });
- var get_MANIFEST = defineInlineFunction('kotlin.org.w3c.fetch.get_MANIFEST_dgizjn$', function ($receiver) {
- return 'manifest';
- });
- var get_MEDIA = defineInlineFunction('kotlin.org.w3c.fetch.get_MEDIA_dgizjn$', function ($receiver) {
- return 'media';
- });
- var get_OBJECT = defineInlineFunction('kotlin.org.w3c.fetch.get_OBJECT_dgizjn$', function ($receiver) {
- return 'object';
- });
- var get_REPORT = defineInlineFunction('kotlin.org.w3c.fetch.get_REPORT_dgizjn$', function ($receiver) {
- return 'report';
- });
- var get_SCRIPT_0 = defineInlineFunction('kotlin.org.w3c.fetch.get_SCRIPT_dgizjn$', function ($receiver) {
- return 'script';
- });
- var get_SERVICEWORKER = defineInlineFunction('kotlin.org.w3c.fetch.get_SERVICEWORKER_dgizjn$', function ($receiver) {
- return 'serviceworker';
- });
- var get_SHAREDWORKER = defineInlineFunction('kotlin.org.w3c.fetch.get_SHAREDWORKER_dgizjn$', function ($receiver) {
- return 'sharedworker';
- });
- var get_STYLE_0 = defineInlineFunction('kotlin.org.w3c.fetch.get_STYLE_dgizjn$', function ($receiver) {
- return 'style';
- });
- var get_WORKER = defineInlineFunction('kotlin.org.w3c.fetch.get_WORKER_dgizjn$', function ($receiver) {
- return 'worker';
- });
- var get_XSLT = defineInlineFunction('kotlin.org.w3c.fetch.get_XSLT_dgizjn$', function ($receiver) {
- return 'xslt';
- });
- var get_NAVIGATE = defineInlineFunction('kotlin.org.w3c.fetch.get_NAVIGATE_jvdbus$', function ($receiver) {
- return 'navigate';
- });
- var get_SAME_ORIGIN = defineInlineFunction('kotlin.org.w3c.fetch.get_SAME_ORIGIN_jvdbus$', function ($receiver) {
- return 'same-origin';
- });
- var get_NO_CORS = defineInlineFunction('kotlin.org.w3c.fetch.get_NO_CORS_jvdbus$', function ($receiver) {
- return 'no-cors';
- });
- var get_CORS = defineInlineFunction('kotlin.org.w3c.fetch.get_CORS_jvdbus$', function ($receiver) {
- return 'cors';
- });
- var get_OMIT = defineInlineFunction('kotlin.org.w3c.fetch.get_OMIT_yuzaxt$', function ($receiver) {
- return 'omit';
- });
- var get_SAME_ORIGIN_0 = defineInlineFunction('kotlin.org.w3c.fetch.get_SAME_ORIGIN_yuzaxt$', function ($receiver) {
- return 'same-origin';
- });
- var get_INCLUDE = defineInlineFunction('kotlin.org.w3c.fetch.get_INCLUDE_yuzaxt$', function ($receiver) {
- return 'include';
- });
- var get_DEFAULT_1 = defineInlineFunction('kotlin.org.w3c.fetch.get_DEFAULT_iyytcp$', function ($receiver) {
- return 'default';
- });
- var get_NO_STORE = defineInlineFunction('kotlin.org.w3c.fetch.get_NO_STORE_iyytcp$', function ($receiver) {
- return 'no-store';
- });
- var get_RELOAD = defineInlineFunction('kotlin.org.w3c.fetch.get_RELOAD_iyytcp$', function ($receiver) {
- return 'reload';
- });
- var get_NO_CACHE = defineInlineFunction('kotlin.org.w3c.fetch.get_NO_CACHE_iyytcp$', function ($receiver) {
- return 'no-cache';
- });
- var get_FORCE_CACHE = defineInlineFunction('kotlin.org.w3c.fetch.get_FORCE_CACHE_iyytcp$', function ($receiver) {
- return 'force-cache';
- });
- var get_ONLY_IF_CACHED = defineInlineFunction('kotlin.org.w3c.fetch.get_ONLY_IF_CACHED_iyytcp$', function ($receiver) {
- return 'only-if-cached';
- });
- var get_FOLLOW = defineInlineFunction('kotlin.org.w3c.fetch.get_FOLLOW_tow8et$', function ($receiver) {
- return 'follow';
- });
- var get_ERROR = defineInlineFunction('kotlin.org.w3c.fetch.get_ERROR_tow8et$', function ($receiver) {
- return 'error';
- });
- var get_MANUAL_0 = defineInlineFunction('kotlin.org.w3c.fetch.get_MANUAL_tow8et$', function ($receiver) {
- return 'manual';
- });
- var get_BASIC = defineInlineFunction('kotlin.org.w3c.fetch.get_BASIC_1el1vz$', function ($receiver) {
- return 'basic';
- });
- var get_CORS_0 = defineInlineFunction('kotlin.org.w3c.fetch.get_CORS_1el1vz$', function ($receiver) {
- return 'cors';
- });
- var get_DEFAULT_2 = defineInlineFunction('kotlin.org.w3c.fetch.get_DEFAULT_1el1vz$', function ($receiver) {
- return 'default';
- });
- var get_ERROR_0 = defineInlineFunction('kotlin.org.w3c.fetch.get_ERROR_1el1vz$', function ($receiver) {
- return 'error';
- });
- var get_OPAQUE = defineInlineFunction('kotlin.org.w3c.fetch.get_OPAQUE_1el1vz$', function ($receiver) {
- return 'opaque';
- });
- var get_OPAQUEREDIRECT = defineInlineFunction('kotlin.org.w3c.fetch.get_OPAQUEREDIRECT_1el1vz$', function ($receiver) {
- return 'opaqueredirect';
- });
- var BlobPropertyBag = defineInlineFunction('kotlin.org.w3c.files.BlobPropertyBag_pdl1vj$', function (type) {
- if (type === void 0)
- type = '';
- var o = {};
- o['type'] = type;
- return o;
- });
- var FilePropertyBag = defineInlineFunction('kotlin.org.w3c.files.FilePropertyBag_3gd7sg$', function (lastModified, type) {
- if (lastModified === void 0)
- lastModified = undefined;
- if (type === void 0)
- type = '';
- var o = {};
- o['lastModified'] = lastModified;
- o['type'] = type;
- return o;
- });
- var get_49 = defineInlineFunction('kotlin.org.w3c.files.get_frimup$', function ($receiver, index) {
- return $receiver[index];
- });
- var NotificationOptions = defineInlineFunction('kotlin.org.w3c.notifications.NotificationOptions_kxkl36$', function (dir, lang, body, tag, image, icon, badge, sound, vibrate, timestamp, renotify, silent, noscreen, requireInteraction, sticky, data, actions) {
- if (dir === void 0) {
- dir = 'auto';
- }if (lang === void 0)
- lang = '';
- if (body === void 0)
- body = '';
- if (tag === void 0)
- tag = '';
- if (image === void 0)
- image = undefined;
- if (icon === void 0)
- icon = undefined;
- if (badge === void 0)
- badge = undefined;
- if (sound === void 0)
- sound = undefined;
- if (vibrate === void 0)
- vibrate = undefined;
- if (timestamp === void 0)
- timestamp = undefined;
- if (renotify === void 0)
- renotify = false;
- if (silent === void 0)
- silent = false;
- if (noscreen === void 0)
- noscreen = false;
- if (requireInteraction === void 0)
- requireInteraction = false;
- if (sticky === void 0)
- sticky = false;
- if (data === void 0)
- data = null;
- if (actions === void 0)
- actions = [];
- var o = {};
- o['dir'] = dir;
- o['lang'] = lang;
- o['body'] = body;
- o['tag'] = tag;
- o['image'] = image;
- o['icon'] = icon;
- o['badge'] = badge;
- o['sound'] = sound;
- o['vibrate'] = vibrate;
- o['timestamp'] = timestamp;
- o['renotify'] = renotify;
- o['silent'] = silent;
- o['noscreen'] = noscreen;
- o['requireInteraction'] = requireInteraction;
- o['sticky'] = sticky;
- o['data'] = data;
- o['actions'] = actions;
- return o;
- });
- var NotificationAction = defineInlineFunction('kotlin.org.w3c.notifications.NotificationAction_eaqb6n$', function (action, title, icon) {
- if (icon === void 0)
- icon = undefined;
- var o = {};
- o['action'] = action;
- o['title'] = title;
- o['icon'] = icon;
- return o;
- });
- var GetNotificationOptions = defineInlineFunction('kotlin.org.w3c.notifications.GetNotificationOptions_pdl1vj$', function (tag) {
- if (tag === void 0)
- tag = '';
- var o = {};
- o['tag'] = tag;
- return o;
- });
- var NotificationEventInit = defineInlineFunction('kotlin.org.w3c.notifications.NotificationEventInit_wmlth4$', function (notification, action, bubbles, cancelable, composed) {
- if (action === void 0)
- action = '';
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['notification'] = notification;
- o['action'] = action;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var get_DEFAULT_3 = defineInlineFunction('kotlin.org.w3c.notifications.get_DEFAULT_4wcaio$', function ($receiver) {
- return 'default';
- });
- var get_DENIED = defineInlineFunction('kotlin.org.w3c.notifications.get_DENIED_4wcaio$', function ($receiver) {
- return 'denied';
- });
- var get_GRANTED = defineInlineFunction('kotlin.org.w3c.notifications.get_GRANTED_4wcaio$', function ($receiver) {
- return 'granted';
- });
- var get_AUTO_1 = defineInlineFunction('kotlin.org.w3c.notifications.get_AUTO_6wyje4$', function ($receiver) {
- return 'auto';
- });
- var get_LTR_0 = defineInlineFunction('kotlin.org.w3c.notifications.get_LTR_6wyje4$', function ($receiver) {
- return 'ltr';
- });
- var get_RTL_0 = defineInlineFunction('kotlin.org.w3c.notifications.get_RTL_6wyje4$', function ($receiver) {
- return 'rtl';
- });
- var RegistrationOptions = defineInlineFunction('kotlin.org.w3c.workers.RegistrationOptions_dbr88v$', function (scope, type) {
- if (scope === void 0)
- scope = undefined;
- if (type === void 0) {
- type = 'classic';
- }var o = {};
- o['scope'] = scope;
- o['type'] = type;
- return o;
- });
- var ServiceWorkerMessageEventInit = defineInlineFunction('kotlin.org.w3c.workers.ServiceWorkerMessageEventInit_m1i4wi$', function (data, origin, lastEventId, source, ports, bubbles, cancelable, composed) {
- if (data === void 0)
- data = undefined;
- if (origin === void 0)
- origin = undefined;
- if (lastEventId === void 0)
- lastEventId = undefined;
- if (source === void 0)
- source = undefined;
- if (ports === void 0)
- ports = undefined;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['data'] = data;
- o['origin'] = origin;
- o['lastEventId'] = lastEventId;
- o['source'] = source;
- o['ports'] = ports;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var ClientQueryOptions = defineInlineFunction('kotlin.org.w3c.workers.ClientQueryOptions_d3lhiw$', function (includeUncontrolled, type) {
- if (includeUncontrolled === void 0)
- includeUncontrolled = false;
- if (type === void 0) {
- type = 'window';
- }var o = {};
- o['includeUncontrolled'] = includeUncontrolled;
- o['type'] = type;
- return o;
- });
- var ExtendableEventInit = defineInlineFunction('kotlin.org.w3c.workers.ExtendableEventInit_uic7jo$', function (bubbles, cancelable, composed) {
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var ForeignFetchOptions = defineInlineFunction('kotlin.org.w3c.workers.ForeignFetchOptions_aye5cc$', function (scopes, origins) {
- var o = {};
- o['scopes'] = scopes;
- o['origins'] = origins;
- return o;
- });
- var FetchEventInit = defineInlineFunction('kotlin.org.w3c.workers.FetchEventInit_bfhkw8$', function (request, clientId, isReload, bubbles, cancelable, composed) {
- if (clientId === void 0)
- clientId = null;
- if (isReload === void 0)
- isReload = false;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['request'] = request;
- o['clientId'] = clientId;
- o['isReload'] = isReload;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var ForeignFetchEventInit = defineInlineFunction('kotlin.org.w3c.workers.ForeignFetchEventInit_kdt7mo$', function (request, origin, bubbles, cancelable, composed) {
- if (origin === void 0)
- origin = 'null';
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['request'] = request;
- o['origin'] = origin;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var ForeignFetchResponse = defineInlineFunction('kotlin.org.w3c.workers.ForeignFetchResponse_ikkqih$', function (response, origin, headers) {
- if (origin === void 0)
- origin = undefined;
- if (headers === void 0)
- headers = undefined;
- var o = {};
- o['response'] = response;
- o['origin'] = origin;
- o['headers'] = headers;
- return o;
- });
- var ExtendableMessageEventInit = defineInlineFunction('kotlin.org.w3c.workers.ExtendableMessageEventInit_ud4veo$', function (data, origin, lastEventId, source, ports, bubbles, cancelable, composed) {
- if (data === void 0)
- data = undefined;
- if (origin === void 0)
- origin = undefined;
- if (lastEventId === void 0)
- lastEventId = undefined;
- if (source === void 0)
- source = undefined;
- if (ports === void 0)
- ports = undefined;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['data'] = data;
- o['origin'] = origin;
- o['lastEventId'] = lastEventId;
- o['source'] = source;
- o['ports'] = ports;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var CacheQueryOptions = defineInlineFunction('kotlin.org.w3c.workers.CacheQueryOptions_dh4ton$', function (ignoreSearch, ignoreMethod, ignoreVary, cacheName) {
- if (ignoreSearch === void 0)
- ignoreSearch = false;
- if (ignoreMethod === void 0)
- ignoreMethod = false;
- if (ignoreVary === void 0)
- ignoreVary = false;
- if (cacheName === void 0)
- cacheName = undefined;
- var o = {};
- o['ignoreSearch'] = ignoreSearch;
- o['ignoreMethod'] = ignoreMethod;
- o['ignoreVary'] = ignoreVary;
- o['cacheName'] = cacheName;
- return o;
- });
- var CacheBatchOperation = defineInlineFunction('kotlin.org.w3c.workers.CacheBatchOperation_e4hn3k$', function (type, request, response, options) {
- if (type === void 0)
- type = undefined;
- if (request === void 0)
- request = undefined;
- if (response === void 0)
- response = undefined;
- if (options === void 0)
- options = undefined;
- var o = {};
- o['type'] = type;
- o['request'] = request;
- o['response'] = response;
- o['options'] = options;
- return o;
- });
- var get_INSTALLING = defineInlineFunction('kotlin.org.w3c.workers.get_INSTALLING_7rndk9$', function ($receiver) {
- return 'installing';
- });
- var get_INSTALLED = defineInlineFunction('kotlin.org.w3c.workers.get_INSTALLED_7rndk9$', function ($receiver) {
- return 'installed';
- });
- var get_ACTIVATING = defineInlineFunction('kotlin.org.w3c.workers.get_ACTIVATING_7rndk9$', function ($receiver) {
- return 'activating';
- });
- var get_ACTIVATED = defineInlineFunction('kotlin.org.w3c.workers.get_ACTIVATED_7rndk9$', function ($receiver) {
- return 'activated';
- });
- var get_REDUNDANT = defineInlineFunction('kotlin.org.w3c.workers.get_REDUNDANT_7rndk9$', function ($receiver) {
- return 'redundant';
- });
- var get_AUXILIARY = defineInlineFunction('kotlin.org.w3c.workers.get_AUXILIARY_1foc4s$', function ($receiver) {
- return 'auxiliary';
- });
- var get_TOP_LEVEL = defineInlineFunction('kotlin.org.w3c.workers.get_TOP_LEVEL_1foc4s$', function ($receiver) {
- return 'top-level';
- });
- var get_NESTED = defineInlineFunction('kotlin.org.w3c.workers.get_NESTED_1foc4s$', function ($receiver) {
- return 'nested';
- });
- var get_NONE_3 = defineInlineFunction('kotlin.org.w3c.workers.get_NONE_1foc4s$', function ($receiver) {
- return 'none';
- });
- var get_WINDOW = defineInlineFunction('kotlin.org.w3c.workers.get_WINDOW_jpgnoe$', function ($receiver) {
- return 'window';
- });
- var get_WORKER_0 = defineInlineFunction('kotlin.org.w3c.workers.get_WORKER_jpgnoe$', function ($receiver) {
- return 'worker';
- });
- var get_SHAREDWORKER_0 = defineInlineFunction('kotlin.org.w3c.workers.get_SHAREDWORKER_jpgnoe$', function ($receiver) {
- return 'sharedworker';
- });
- var get_ALL = defineInlineFunction('kotlin.org.w3c.workers.get_ALL_jpgnoe$', function ($receiver) {
- return 'all';
- });
- var ProgressEventInit = defineInlineFunction('kotlin.org.w3c.xhr.ProgressEventInit_yosdck$', function (lengthComputable, loaded, total, bubbles, cancelable, composed) {
- if (lengthComputable === void 0)
- lengthComputable = false;
- if (loaded === void 0)
- loaded = 0;
- if (total === void 0)
- total = 0;
- if (bubbles === void 0)
- bubbles = false;
- if (cancelable === void 0)
- cancelable = false;
- if (composed === void 0)
- composed = false;
- var o = {};
- o['lengthComputable'] = lengthComputable;
- o['loaded'] = loaded;
- o['total'] = total;
- o['bubbles'] = bubbles;
- o['cancelable'] = cancelable;
- o['composed'] = composed;
- return o;
- });
- var get_EMPTY_2 = defineInlineFunction('kotlin.org.w3c.xhr.get_EMPTY_8edqmh$', function ($receiver) {
- return '';
- });
- var get_ARRAYBUFFER_0 = defineInlineFunction('kotlin.org.w3c.xhr.get_ARRAYBUFFER_8edqmh$', function ($receiver) {
- return 'arraybuffer';
- });
- var get_BLOB_0 = defineInlineFunction('kotlin.org.w3c.xhr.get_BLOB_8edqmh$', function ($receiver) {
- return 'blob';
- });
- var get_DOCUMENT_0 = defineInlineFunction('kotlin.org.w3c.xhr.get_DOCUMENT_8edqmh$', function ($receiver) {
- return 'document';
- });
- var get_JSON = defineInlineFunction('kotlin.org.w3c.xhr.get_JSON_8edqmh$', function ($receiver) {
- return 'json';
- });
- var get_TEXT = defineInlineFunction('kotlin.org.w3c.xhr.get_TEXT_8edqmh$', function ($receiver) {
- return 'text';
- });
- var Char_0 = defineInlineFunction('kotlin.kotlin.Char_za3lpa$', wrapFunction(function () {
- var kotlin_js_internal_CharCompanionObject = Kotlin.kotlin.js.internal.CharCompanionObject;
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- var toShort = Kotlin.toShort;
- var UShort_init = _.kotlin.UShort;
- var toChar = Kotlin.toChar;
- return function (code) {
- var tmp$ = code < (kotlin_js_internal_CharCompanionObject.MIN_VALUE | 0);
- if (!tmp$) {
- tmp$ = code > (kotlin_js_internal_CharCompanionObject.MAX_VALUE | 0);
- }if (tmp$) {
- throw IllegalArgumentException_init('Invalid Char code: ' + code);
- }return toChar((new UShort_init(toShort(code))).data & 65535);
- };
- }));
- var get_code = defineInlineFunction('kotlin.kotlin.get_code_myv2d0$', function ($receiver) {
- return $receiver | 0;
- });
- function Experimental(level) {
- if (level === void 0)
- level = Experimental$Level$ERROR_getInstance();
- this.level = level;
- }
- function Experimental$Level(name, ordinal) {
- Enum.call(this);
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function Experimental$Level_initFields() {
- Experimental$Level_initFields = function () {
- };
- Experimental$Level$WARNING_instance = new Experimental$Level('WARNING', 0);
- Experimental$Level$ERROR_instance = new Experimental$Level('ERROR', 1);
- }
- var Experimental$Level$WARNING_instance;
- function Experimental$Level$WARNING_getInstance() {
- Experimental$Level_initFields();
- return Experimental$Level$WARNING_instance;
- }
- var Experimental$Level$ERROR_instance;
- function Experimental$Level$ERROR_getInstance() {
- Experimental$Level_initFields();
- return Experimental$Level$ERROR_instance;
- }
- Experimental$Level.$metadata$ = {kind: Kind_CLASS, simpleName: 'Level', interfaces: [Enum]};
- function Experimental$Level$values() {
- return [Experimental$Level$WARNING_getInstance(), Experimental$Level$ERROR_getInstance()];
- }
- Experimental$Level.values = Experimental$Level$values;
- function Experimental$Level$valueOf(name) {
- switch (name) {
- case 'WARNING':
- return Experimental$Level$WARNING_getInstance();
- case 'ERROR':
- return Experimental$Level$ERROR_getInstance();
- default:throwISE('No enum constant kotlin.Experimental.Level.' + name);
- }
- }
- Experimental$Level.valueOf_61zpoe$ = Experimental$Level$valueOf;
- Experimental.$metadata$ = {kind: Kind_CLASS, simpleName: 'Experimental', interfaces: [Annotation]};
- function UseExperimental(markerClass) {
- this.markerClass = markerClass;
- }
- UseExperimental.$metadata$ = {kind: Kind_CLASS, simpleName: 'UseExperimental', interfaces: [Annotation]};
- function WasExperimental(markerClass) {
- this.markerClass = markerClass;
- }
- WasExperimental.$metadata$ = {kind: Kind_CLASS, simpleName: 'WasExperimental', interfaces: [Annotation]};
- function ExperimentalStdlibApi() {
- }
- ExperimentalStdlibApi.$metadata$ = {kind: Kind_CLASS, simpleName: 'ExperimentalStdlibApi', interfaces: [Annotation]};
- function BuilderInference() {
- }
- BuilderInference.$metadata$ = {kind: Kind_CLASS, simpleName: 'BuilderInference', interfaces: [Annotation]};
- function OverloadResolutionByLambdaReturnType() {
- }
- OverloadResolutionByLambdaReturnType.$metadata$ = {kind: Kind_CLASS, simpleName: 'OverloadResolutionByLambdaReturnType', interfaces: [Annotation]};
- function ExperimentalMultiplatform() {
- }
- ExperimentalMultiplatform.$metadata$ = {kind: Kind_CLASS, simpleName: 'ExperimentalMultiplatform', interfaces: [Annotation]};
- function OptionalExpectation() {
- }
- OptionalExpectation.$metadata$ = {kind: Kind_CLASS, simpleName: 'OptionalExpectation', interfaces: [Annotation]};
- function RequiresOptIn(message, level) {
- if (message === void 0)
- message = '';
- if (level === void 0)
- level = RequiresOptIn$Level$ERROR_getInstance();
- this.message = message;
- this.level = level;
- }
- function RequiresOptIn$Level(name, ordinal) {
- Enum.call(this);
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function RequiresOptIn$Level_initFields() {
- RequiresOptIn$Level_initFields = function () {
- };
- RequiresOptIn$Level$WARNING_instance = new RequiresOptIn$Level('WARNING', 0);
- RequiresOptIn$Level$ERROR_instance = new RequiresOptIn$Level('ERROR', 1);
- }
- var RequiresOptIn$Level$WARNING_instance;
- function RequiresOptIn$Level$WARNING_getInstance() {
- RequiresOptIn$Level_initFields();
- return RequiresOptIn$Level$WARNING_instance;
- }
- var RequiresOptIn$Level$ERROR_instance;
- function RequiresOptIn$Level$ERROR_getInstance() {
- RequiresOptIn$Level_initFields();
- return RequiresOptIn$Level$ERROR_instance;
- }
- RequiresOptIn$Level.$metadata$ = {kind: Kind_CLASS, simpleName: 'Level', interfaces: [Enum]};
- function RequiresOptIn$Level$values() {
- return [RequiresOptIn$Level$WARNING_getInstance(), RequiresOptIn$Level$ERROR_getInstance()];
- }
- RequiresOptIn$Level.values = RequiresOptIn$Level$values;
- function RequiresOptIn$Level$valueOf(name) {
- switch (name) {
- case 'WARNING':
- return RequiresOptIn$Level$WARNING_getInstance();
- case 'ERROR':
- return RequiresOptIn$Level$ERROR_getInstance();
- default:throwISE('No enum constant kotlin.RequiresOptIn.Level.' + name);
- }
- }
- RequiresOptIn$Level.valueOf_61zpoe$ = RequiresOptIn$Level$valueOf;
- RequiresOptIn.$metadata$ = {kind: Kind_CLASS, simpleName: 'RequiresOptIn', interfaces: [Annotation]};
- function OptIn(markerClass) {
- this.markerClass = markerClass;
- }
- OptIn.$metadata$ = {kind: Kind_CLASS, simpleName: 'OptIn', interfaces: [Annotation]};
- function AbstractCollection() {
- }
- AbstractCollection.prototype.contains_11rb$ = function (element) {
- var any$result;
- any$break: do {
- var tmp$;
- if (Kotlin.isType(this, Collection) && this.isEmpty()) {
- any$result = false;
- break any$break;
- }tmp$ = this.iterator();
- while (tmp$.hasNext()) {
- var element_0 = tmp$.next();
- if (equals(element_0, element)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- AbstractCollection.prototype.containsAll_brywnq$ = function (elements) {
- var all$result;
- all$break: do {
- var tmp$;
- if (Kotlin.isType(elements, Collection) && elements.isEmpty()) {
- all$result = true;
- break all$break;
- }tmp$ = elements.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!this.contains_11rb$(element)) {
- all$result = false;
- break all$break;
- }}
- all$result = true;
- }
- while (false);
- return all$result;
- };
- AbstractCollection.prototype.isEmpty = function () {
- return this.size === 0;
- };
- function AbstractCollection$toString$lambda(this$AbstractCollection) {
- return function (it) {
- return it === this$AbstractCollection ? '(this Collection)' : toString(it);
- };
- }
- AbstractCollection.prototype.toString = function () {
- return joinToString_8(this, ', ', '[', ']', void 0, void 0, AbstractCollection$toString$lambda(this));
- };
- AbstractCollection.prototype.toArray = function () {
- return copyToArrayImpl(this);
- };
- AbstractCollection.prototype.toArray_ro6dgy$ = function (array) {
- return copyToArrayImpl_0(this, array);
- };
- AbstractCollection.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractCollection', interfaces: [Collection]};
- function State(name, ordinal) {
- Enum.call(this);
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function State_initFields() {
- State_initFields = function () {
- };
- State$Ready_instance = new State('Ready', 0);
- State$NotReady_instance = new State('NotReady', 1);
- State$Done_instance = new State('Done', 2);
- State$Failed_instance = new State('Failed', 3);
- }
- var State$Ready_instance;
- function State$Ready_getInstance() {
- State_initFields();
- return State$Ready_instance;
- }
- var State$NotReady_instance;
- function State$NotReady_getInstance() {
- State_initFields();
- return State$NotReady_instance;
- }
- var State$Done_instance;
- function State$Done_getInstance() {
- State_initFields();
- return State$Done_instance;
- }
- var State$Failed_instance;
- function State$Failed_getInstance() {
- State_initFields();
- return State$Failed_instance;
- }
- State.$metadata$ = {kind: Kind_CLASS, simpleName: 'State', interfaces: [Enum]};
- function State$values() {
- return [State$Ready_getInstance(), State$NotReady_getInstance(), State$Done_getInstance(), State$Failed_getInstance()];
- }
- State.values = State$values;
- function State$valueOf(name) {
- switch (name) {
- case 'Ready':
- return State$Ready_getInstance();
- case 'NotReady':
- return State$NotReady_getInstance();
- case 'Done':
- return State$Done_getInstance();
- case 'Failed':
- return State$Failed_getInstance();
- default:throwISE('No enum constant kotlin.collections.State.' + name);
- }
- }
- State.valueOf_61zpoe$ = State$valueOf;
- function AbstractIterator() {
- this.state_smy23j$_0 = State$NotReady_getInstance();
- this.nextValue_phdh64$_0 = null;
- }
- AbstractIterator.prototype.hasNext = function () {
- var tmp$;
- if (!(this.state_smy23j$_0 !== State$Failed_getInstance())) {
- var message = 'Failed requirement.';
- throw IllegalArgumentException_init_0(message.toString());
- }switch (this.state_smy23j$_0.name) {
- case 'Done':
- tmp$ = false;
- break;
- case 'Ready':
- tmp$ = true;
- break;
- default:tmp$ = this.tryToComputeNext_ser32m$_0();
- break;
- }
- return tmp$;
- };
- AbstractIterator.prototype.next = function () {
- var tmp$;
- if (!this.hasNext())
- throw NoSuchElementException_init();
- this.state_smy23j$_0 = State$NotReady_getInstance();
- return (tmp$ = this.nextValue_phdh64$_0) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- };
- AbstractIterator.prototype.tryToComputeNext_ser32m$_0 = function () {
- this.state_smy23j$_0 = State$Failed_getInstance();
- this.computeNext();
- return this.state_smy23j$_0 === State$Ready_getInstance();
- };
- AbstractIterator.prototype.setNext_11rb$ = function (value) {
- this.nextValue_phdh64$_0 = value;
- this.state_smy23j$_0 = State$Ready_getInstance();
- };
- AbstractIterator.prototype.done = function () {
- this.state_smy23j$_0 = State$Done_getInstance();
- };
- AbstractIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractIterator', interfaces: [Iterator]};
- function AbstractList() {
- AbstractList$Companion_getInstance();
- AbstractCollection.call(this);
- }
- AbstractList.prototype.iterator = function () {
- return new AbstractList$IteratorImpl(this);
- };
- AbstractList.prototype.indexOf_11rb$ = function (element) {
- var indexOfFirst$result;
- indexOfFirst$break: do {
- var tmp$;
- var index = 0;
- tmp$ = this.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if (equals(item, element)) {
- indexOfFirst$result = index;
- break indexOfFirst$break;
- }index = index + 1 | 0;
- }
- indexOfFirst$result = -1;
- }
- while (false);
- return indexOfFirst$result;
- };
- AbstractList.prototype.lastIndexOf_11rb$ = function (element) {
- var indexOfLast$result;
- indexOfLast$break: do {
- var iterator = this.listIterator_za3lpa$(this.size);
- while (iterator.hasPrevious()) {
- if (equals(iterator.previous(), element)) {
- indexOfLast$result = iterator.nextIndex();
- break indexOfLast$break;
- }}
- indexOfLast$result = -1;
- }
- while (false);
- return indexOfLast$result;
- };
- AbstractList.prototype.listIterator = function () {
- return new AbstractList$ListIteratorImpl(this, 0);
- };
- AbstractList.prototype.listIterator_za3lpa$ = function (index) {
- return new AbstractList$ListIteratorImpl(this, index);
- };
- AbstractList.prototype.subList_vux9f0$ = function (fromIndex, toIndex) {
- return new AbstractList$SubList(this, fromIndex, toIndex);
- };
- function AbstractList$SubList(list, fromIndex, toIndex) {
- AbstractList.call(this);
- this.list_0 = list;
- this.fromIndex_0 = fromIndex;
- this._size_0 = 0;
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(this.fromIndex_0, toIndex, this.list_0.size);
- this._size_0 = toIndex - this.fromIndex_0 | 0;
- }
- AbstractList$SubList.prototype.get_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this._size_0);
- return this.list_0.get_za3lpa$(this.fromIndex_0 + index | 0);
- };
- Object.defineProperty(AbstractList$SubList.prototype, 'size', {configurable: true, get: function () {
- return this._size_0;
- }});
- AbstractList$SubList.$metadata$ = {kind: Kind_CLASS, simpleName: 'SubList', interfaces: [RandomAccess, AbstractList]};
- AbstractList.prototype.equals = function (other) {
- if (other === this)
- return true;
- if (!Kotlin.isType(other, List))
- return false;
- return AbstractList$Companion_getInstance().orderedEquals_e92ka7$(this, other);
- };
- AbstractList.prototype.hashCode = function () {
- return AbstractList$Companion_getInstance().orderedHashCode_nykoif$(this);
- };
- function AbstractList$IteratorImpl($outer) {
- this.$outer = $outer;
- this.index_0 = 0;
- }
- AbstractList$IteratorImpl.prototype.hasNext = function () {
- return this.index_0 < this.$outer.size;
- };
- AbstractList$IteratorImpl.prototype.next = function () {
- var tmp$, tmp$_0;
- if (!this.hasNext())
- throw NoSuchElementException_init();
- tmp$_0 = (tmp$ = this.index_0, this.index_0 = tmp$ + 1 | 0, tmp$);
- return this.$outer.get_za3lpa$(tmp$_0);
- };
- AbstractList$IteratorImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'IteratorImpl', interfaces: [Iterator]};
- function AbstractList$ListIteratorImpl($outer, index) {
- this.$outer = $outer;
- AbstractList$IteratorImpl.call(this, this.$outer);
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.$outer.size);
- this.index_0 = index;
- }
- AbstractList$ListIteratorImpl.prototype.hasPrevious = function () {
- return this.index_0 > 0;
- };
- AbstractList$ListIteratorImpl.prototype.nextIndex = function () {
- return this.index_0;
- };
- AbstractList$ListIteratorImpl.prototype.previous = function () {
- if (!this.hasPrevious())
- throw NoSuchElementException_init();
- return this.$outer.get_za3lpa$((this.index_0 = this.index_0 - 1 | 0, this.index_0));
- };
- AbstractList$ListIteratorImpl.prototype.previousIndex = function () {
- return this.index_0 - 1 | 0;
- };
- AbstractList$ListIteratorImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'ListIteratorImpl', interfaces: [ListIterator, AbstractList$IteratorImpl]};
- function AbstractList$Companion() {
- AbstractList$Companion_instance = this;
- }
- AbstractList$Companion.prototype.checkElementIndex_6xvm5r$ = function (index, size) {
- if (index < 0 || index >= size) {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + size);
- }};
- AbstractList$Companion.prototype.checkPositionIndex_6xvm5r$ = function (index, size) {
- if (index < 0 || index > size) {
- throw new IndexOutOfBoundsException('index: ' + index + ', size: ' + size);
- }};
- AbstractList$Companion.prototype.checkRangeIndexes_cub51b$ = function (fromIndex, toIndex, size) {
- if (fromIndex < 0 || toIndex > size) {
- throw new IndexOutOfBoundsException('fromIndex: ' + fromIndex + ', toIndex: ' + toIndex + ', size: ' + size);
- }if (fromIndex > toIndex) {
- throw IllegalArgumentException_init_0('fromIndex: ' + fromIndex + ' > toIndex: ' + toIndex);
- }};
- AbstractList$Companion.prototype.checkBoundsIndexes_cub51b$ = function (startIndex, endIndex, size) {
- if (startIndex < 0 || endIndex > size) {
- throw new IndexOutOfBoundsException('startIndex: ' + startIndex + ', endIndex: ' + endIndex + ', size: ' + size);
- }if (startIndex > endIndex) {
- throw IllegalArgumentException_init_0('startIndex: ' + startIndex + ' > endIndex: ' + endIndex);
- }};
- AbstractList$Companion.prototype.orderedHashCode_nykoif$ = function (c) {
- var tmp$, tmp$_0;
- var hashCode_0 = 1;
- tmp$ = c.iterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- hashCode_0 = (31 * hashCode_0 | 0) + ((tmp$_0 = e != null ? hashCode(e) : null) != null ? tmp$_0 : 0) | 0;
- }
- return hashCode_0;
- };
- AbstractList$Companion.prototype.orderedEquals_e92ka7$ = function (c, other) {
- var tmp$;
- if (c.size !== other.size)
- return false;
- var otherIterator = other.iterator();
- tmp$ = c.iterator();
- while (tmp$.hasNext()) {
- var elem = tmp$.next();
- var elemOther = otherIterator.next();
- if (!equals(elem, elemOther)) {
- return false;
- }}
- return true;
- };
- AbstractList$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var AbstractList$Companion_instance = null;
- function AbstractList$Companion_getInstance() {
- if (AbstractList$Companion_instance === null) {
- new AbstractList$Companion();
- }return AbstractList$Companion_instance;
- }
- AbstractList.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractList', interfaces: [List, AbstractCollection]};
- function AbstractMap() {
- AbstractMap$Companion_getInstance();
- this._keys_up5z3z$_0 = null;
- this._values_6nw1f1$_0 = null;
- }
- AbstractMap.prototype.containsKey_11rb$ = function (key) {
- return this.implFindEntry_8k1i24$_0(key) != null;
- };
- AbstractMap.prototype.containsValue_11rc$ = function (value) {
- var $receiver = this.entries;
- var any$result;
- any$break: do {
- var tmp$;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty()) {
- any$result = false;
- break any$break;
- }tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (equals(element.value, value)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- AbstractMap.prototype.containsEntry_8hxqw4$ = function (entry) {
- if (!Kotlin.isType(entry, Map$Entry))
- return false;
- var key = entry.key;
- var value = entry.value;
- var tmp$;
- var ourValue = (Kotlin.isType(tmp$ = this, Map) ? tmp$ : throwCCE()).get_11rb$(key);
- if (!equals(value, ourValue)) {
- return false;
- }var tmp$_0 = ourValue == null;
- if (tmp$_0) {
- var tmp$_1;
- tmp$_0 = !(Kotlin.isType(tmp$_1 = this, Map) ? tmp$_1 : throwCCE()).containsKey_11rb$(key);
- }if (tmp$_0) {
- return false;
- }return true;
- };
- AbstractMap.prototype.equals = function (other) {
- if (other === this)
- return true;
- if (!Kotlin.isType(other, Map))
- return false;
- if (this.size !== other.size)
- return false;
- var $receiver = other.entries;
- var all$result;
- all$break: do {
- var tmp$;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty()) {
- all$result = true;
- break all$break;
- }tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!this.containsEntry_8hxqw4$(element)) {
- all$result = false;
- break all$break;
- }}
- all$result = true;
- }
- while (false);
- return all$result;
- };
- AbstractMap.prototype.get_11rb$ = function (key) {
- var tmp$;
- return (tmp$ = this.implFindEntry_8k1i24$_0(key)) != null ? tmp$.value : null;
- };
- AbstractMap.prototype.hashCode = function () {
- return hashCode(this.entries);
- };
- AbstractMap.prototype.isEmpty = function () {
- return this.size === 0;
- };
- Object.defineProperty(AbstractMap.prototype, 'size', {configurable: true, get: function () {
- return this.entries.size;
- }});
- function AbstractMap$get_AbstractMap$keys$ObjectLiteral(this$AbstractMap) {
- this.this$AbstractMap = this$AbstractMap;
- AbstractSet.call(this);
- }
- AbstractMap$get_AbstractMap$keys$ObjectLiteral.prototype.contains_11rb$ = function (element) {
- return this.this$AbstractMap.containsKey_11rb$(element);
- };
- function AbstractMap$get_AbstractMap$keys$ObjectLiteral$iterator$ObjectLiteral(closure$entryIterator) {
- this.closure$entryIterator = closure$entryIterator;
- }
- AbstractMap$get_AbstractMap$keys$ObjectLiteral$iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.closure$entryIterator.hasNext();
- };
- AbstractMap$get_AbstractMap$keys$ObjectLiteral$iterator$ObjectLiteral.prototype.next = function () {
- return this.closure$entryIterator.next().key;
- };
- AbstractMap$get_AbstractMap$keys$ObjectLiteral$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- AbstractMap$get_AbstractMap$keys$ObjectLiteral.prototype.iterator = function () {
- var entryIterator = this.this$AbstractMap.entries.iterator();
- return new AbstractMap$get_AbstractMap$keys$ObjectLiteral$iterator$ObjectLiteral(entryIterator);
- };
- Object.defineProperty(AbstractMap$get_AbstractMap$keys$ObjectLiteral.prototype, 'size', {configurable: true, get: function () {
- return this.this$AbstractMap.size;
- }});
- AbstractMap$get_AbstractMap$keys$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [AbstractSet]};
- Object.defineProperty(AbstractMap.prototype, 'keys', {configurable: true, get: function () {
- if (this._keys_up5z3z$_0 == null) {
- this._keys_up5z3z$_0 = new AbstractMap$get_AbstractMap$keys$ObjectLiteral(this);
- }return ensureNotNull(this._keys_up5z3z$_0);
- }});
- function AbstractMap$toString$lambda(this$AbstractMap) {
- return function (it) {
- return this$AbstractMap.toString_55he67$_0(it);
- };
- }
- AbstractMap.prototype.toString = function () {
- return joinToString_8(this.entries, ', ', '{', '}', void 0, void 0, AbstractMap$toString$lambda(this));
- };
- AbstractMap.prototype.toString_55he67$_0 = function (entry) {
- return this.toString_kthv8s$_0(entry.key) + '=' + this.toString_kthv8s$_0(entry.value);
- };
- AbstractMap.prototype.toString_kthv8s$_0 = function (o) {
- return o === this ? '(this Map)' : toString(o);
- };
- function AbstractMap$get_AbstractMap$values$ObjectLiteral(this$AbstractMap) {
- this.this$AbstractMap = this$AbstractMap;
- AbstractCollection.call(this);
- }
- AbstractMap$get_AbstractMap$values$ObjectLiteral.prototype.contains_11rb$ = function (element) {
- return this.this$AbstractMap.containsValue_11rc$(element);
- };
- function AbstractMap$get_AbstractMap$values$ObjectLiteral$iterator$ObjectLiteral(closure$entryIterator) {
- this.closure$entryIterator = closure$entryIterator;
- }
- AbstractMap$get_AbstractMap$values$ObjectLiteral$iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.closure$entryIterator.hasNext();
- };
- AbstractMap$get_AbstractMap$values$ObjectLiteral$iterator$ObjectLiteral.prototype.next = function () {
- return this.closure$entryIterator.next().value;
- };
- AbstractMap$get_AbstractMap$values$ObjectLiteral$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- AbstractMap$get_AbstractMap$values$ObjectLiteral.prototype.iterator = function () {
- var entryIterator = this.this$AbstractMap.entries.iterator();
- return new AbstractMap$get_AbstractMap$values$ObjectLiteral$iterator$ObjectLiteral(entryIterator);
- };
- Object.defineProperty(AbstractMap$get_AbstractMap$values$ObjectLiteral.prototype, 'size', {configurable: true, get: function () {
- return this.this$AbstractMap.size;
- }});
- AbstractMap$get_AbstractMap$values$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [AbstractCollection]};
- Object.defineProperty(AbstractMap.prototype, 'values', {configurable: true, get: function () {
- if (this._values_6nw1f1$_0 == null) {
- this._values_6nw1f1$_0 = new AbstractMap$get_AbstractMap$values$ObjectLiteral(this);
- }return ensureNotNull(this._values_6nw1f1$_0);
- }});
- AbstractMap.prototype.implFindEntry_8k1i24$_0 = function (key) {
- var $receiver = this.entries;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (equals(element.key, key)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- function AbstractMap$Companion() {
- AbstractMap$Companion_instance = this;
- }
- AbstractMap$Companion.prototype.entryHashCode_9fthdn$ = function (e) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- return ((tmp$_0 = (tmp$ = e.key) != null ? hashCode(tmp$) : null) != null ? tmp$_0 : 0) ^ ((tmp$_2 = (tmp$_1 = e.value) != null ? hashCode(tmp$_1) : null) != null ? tmp$_2 : 0);
- };
- AbstractMap$Companion.prototype.entryToString_9fthdn$ = function (e) {
- return toString(e.key) + '=' + toString(e.value);
- };
- AbstractMap$Companion.prototype.entryEquals_js7fox$ = function (e, other) {
- if (!Kotlin.isType(other, Map$Entry))
- return false;
- return equals(e.key, other.key) && equals(e.value, other.value);
- };
- AbstractMap$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var AbstractMap$Companion_instance = null;
- function AbstractMap$Companion_getInstance() {
- if (AbstractMap$Companion_instance === null) {
- new AbstractMap$Companion();
- }return AbstractMap$Companion_instance;
- }
- AbstractMap.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractMap', interfaces: [Map]};
- function AbstractSet() {
- AbstractSet$Companion_getInstance();
- AbstractCollection.call(this);
- }
- AbstractSet.prototype.equals = function (other) {
- if (other === this)
- return true;
- if (!Kotlin.isType(other, Set))
- return false;
- return AbstractSet$Companion_getInstance().setEquals_y8f7en$(this, other);
- };
- AbstractSet.prototype.hashCode = function () {
- return AbstractSet$Companion_getInstance().unorderedHashCode_nykoif$(this);
- };
- function AbstractSet$Companion() {
- AbstractSet$Companion_instance = this;
- }
- AbstractSet$Companion.prototype.unorderedHashCode_nykoif$ = function (c) {
- var tmp$;
- var hashCode_0 = 0;
- tmp$ = c.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var tmp$_0;
- hashCode_0 = hashCode_0 + ((tmp$_0 = element != null ? hashCode(element) : null) != null ? tmp$_0 : 0) | 0;
- }
- return hashCode_0;
- };
- AbstractSet$Companion.prototype.setEquals_y8f7en$ = function (c, other) {
- if (c.size !== other.size)
- return false;
- return c.containsAll_brywnq$(other);
- };
- AbstractSet$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var AbstractSet$Companion_instance = null;
- function AbstractSet$Companion_getInstance() {
- if (AbstractSet$Companion_instance === null) {
- new AbstractSet$Companion();
- }return AbstractSet$Companion_instance;
- }
- AbstractSet.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractSet', interfaces: [Set, AbstractCollection]};
- function ArrayDeque() {
- ArrayDeque$Companion_getInstance();
- this.head_0 = 0;
- this.elementData_0 = null;
- this.size_vddieg$_0 = 0;
- }
- Object.defineProperty(ArrayDeque.prototype, 'size', {configurable: true, get: function () {
- return this.size_vddieg$_0;
- }, set: function (size) {
- this.size_vddieg$_0 = size;
- }});
- ArrayDeque.prototype.ensureCapacity_0 = function (minCapacity) {
- if (minCapacity < 0)
- throw IllegalStateException_init_0('Deque is too big.');
- if (minCapacity <= this.elementData_0.length)
- return;
- if (this.elementData_0 === ArrayDeque$Companion_getInstance().emptyElementData_0) {
- this.elementData_0 = Kotlin.newArray(coerceAtLeast_2(minCapacity, 10), null);
- return;
- }var newCapacity = ArrayDeque$Companion_getInstance().newCapacity_6xvm5r$(this.elementData_0.length, minCapacity);
- this.copyElements_0(newCapacity);
- };
- ArrayDeque.prototype.copyElements_0 = function (newCapacity) {
- var newElements = Kotlin.newArray(newCapacity, null);
- arrayCopy(this.elementData_0, newElements, 0, this.head_0, this.elementData_0.length);
- arrayCopy(this.elementData_0, newElements, this.elementData_0.length - this.head_0 | 0, 0, this.head_0);
- this.head_0 = 0;
- this.elementData_0 = newElements;
- };
- ArrayDeque.prototype.internalGet_0 = function (internalIndex) {
- var tmp$;
- return (tmp$ = this.elementData_0[internalIndex]) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- };
- ArrayDeque.prototype.positiveMod_0 = function (index) {
- return index >= this.elementData_0.length ? index - this.elementData_0.length | 0 : index;
- };
- ArrayDeque.prototype.negativeMod_0 = function (index) {
- return index < 0 ? index + this.elementData_0.length | 0 : index;
- };
- ArrayDeque.prototype.internalIndex_0 = function (index) {
- return this.positiveMod_0(this.head_0 + index | 0);
- };
- ArrayDeque.prototype.incremented_0 = function (index) {
- return index === get_lastIndex(this.elementData_0) ? 0 : index + 1 | 0;
- };
- ArrayDeque.prototype.decremented_0 = function (index) {
- return index === 0 ? get_lastIndex(this.elementData_0) : index - 1 | 0;
- };
- ArrayDeque.prototype.isEmpty = function () {
- return this.size === 0;
- };
- ArrayDeque.prototype.first = function () {
- if (this.isEmpty())
- throw new NoSuchElementException('ArrayDeque is empty.');
- else {
- var tmp$;
- return (tmp$ = this.elementData_0[this.head_0]) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- }
- };
- ArrayDeque.prototype.firstOrNull = function () {
- var tmp$;
- if (this.isEmpty())
- tmp$ = null;
- else {
- var tmp$_0;
- tmp$ = (tmp$_0 = this.elementData_0[this.head_0]) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE_0();
- }
- return tmp$;
- };
- ArrayDeque.prototype.last = function () {
- if (this.isEmpty())
- throw new NoSuchElementException('ArrayDeque is empty.');
- else {
- var tmp$;
- return (tmp$ = this.elementData_0[this.positiveMod_0(this.head_0 + get_lastIndex_12(this) | 0)]) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- }
- };
- ArrayDeque.prototype.lastOrNull = function () {
- var tmp$;
- if (this.isEmpty())
- tmp$ = null;
- else {
- var tmp$_0;
- tmp$ = (tmp$_0 = this.elementData_0[this.positiveMod_0(this.head_0 + get_lastIndex_12(this) | 0)]) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE_0();
- }
- return tmp$;
- };
- ArrayDeque.prototype.addFirst_11rb$ = function (element) {
- this.ensureCapacity_0(this.size + 1 | 0);
- this.head_0 = this.decremented_0(this.head_0);
- this.elementData_0[this.head_0] = element;
- this.size = this.size + 1 | 0;
- };
- ArrayDeque.prototype.addLast_11rb$ = function (element) {
- this.ensureCapacity_0(this.size + 1 | 0);
- this.elementData_0[this.positiveMod_0(this.head_0 + this.size | 0)] = element;
- this.size = this.size + 1 | 0;
- };
- ArrayDeque.prototype.removeFirst = function () {
- if (this.isEmpty())
- throw new NoSuchElementException('ArrayDeque is empty.');
- var tmp$;
- var element = (tmp$ = this.elementData_0[this.head_0]) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- this.elementData_0[this.head_0] = null;
- this.head_0 = this.incremented_0(this.head_0);
- this.size = this.size - 1 | 0;
- return element;
- };
- ArrayDeque.prototype.removeFirstOrNull = function () {
- return this.isEmpty() ? null : this.removeFirst();
- };
- ArrayDeque.prototype.removeLast = function () {
- if (this.isEmpty())
- throw new NoSuchElementException('ArrayDeque is empty.');
- var internalLastIndex = this.positiveMod_0(this.head_0 + get_lastIndex_12(this) | 0);
- var tmp$;
- var element = (tmp$ = this.elementData_0[internalLastIndex]) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- this.elementData_0[internalLastIndex] = null;
- this.size = this.size - 1 | 0;
- return element;
- };
- ArrayDeque.prototype.removeLastOrNull = function () {
- return this.isEmpty() ? null : this.removeLast();
- };
- ArrayDeque.prototype.add_11rb$ = function (element) {
- this.addLast_11rb$(element);
- return true;
- };
- ArrayDeque.prototype.add_wxm5ur$ = function (index, element) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.size);
- if (index === this.size) {
- this.addLast_11rb$(element);
- return;
- } else if (index === 0) {
- this.addFirst_11rb$(element);
- return;
- }this.ensureCapacity_0(this.size + 1 | 0);
- var internalIndex = this.positiveMod_0(this.head_0 + index | 0);
- if (index < this.size + 1 >> 1) {
- var decrementedInternalIndex = this.decremented_0(internalIndex);
- var decrementedHead = this.decremented_0(this.head_0);
- if (decrementedInternalIndex >= this.head_0) {
- this.elementData_0[decrementedHead] = this.elementData_0[this.head_0];
- arrayCopy(this.elementData_0, this.elementData_0, this.head_0, this.head_0 + 1 | 0, decrementedInternalIndex + 1 | 0);
- } else {
- arrayCopy(this.elementData_0, this.elementData_0, this.head_0 - 1 | 0, this.head_0, this.elementData_0.length);
- this.elementData_0[this.elementData_0.length - 1 | 0] = this.elementData_0[0];
- arrayCopy(this.elementData_0, this.elementData_0, 0, 1, decrementedInternalIndex + 1 | 0);
- }
- this.elementData_0[decrementedInternalIndex] = element;
- this.head_0 = decrementedHead;
- } else {
- var tail = this.positiveMod_0(this.head_0 + this.size | 0);
- if (internalIndex < tail) {
- arrayCopy(this.elementData_0, this.elementData_0, internalIndex + 1 | 0, internalIndex, tail);
- } else {
- arrayCopy(this.elementData_0, this.elementData_0, 1, 0, tail);
- this.elementData_0[0] = this.elementData_0[this.elementData_0.length - 1 | 0];
- arrayCopy(this.elementData_0, this.elementData_0, internalIndex + 1 | 0, internalIndex, this.elementData_0.length - 1 | 0);
- }
- this.elementData_0[internalIndex] = element;
- }
- this.size = this.size + 1 | 0;
- };
- ArrayDeque.prototype.copyCollectionElements_0 = function (internalIndex, elements) {
- var tmp$, tmp$_0;
- var iterator = elements.iterator();
- tmp$ = this.elementData_0.length;
- for (var index = internalIndex; index < tmp$; index++) {
- if (!iterator.hasNext())
- break;
- this.elementData_0[index] = iterator.next();
- }
- tmp$_0 = this.head_0;
- for (var index_0 = 0; index_0 < tmp$_0; index_0++) {
- if (!iterator.hasNext())
- break;
- this.elementData_0[index_0] = iterator.next();
- }
- this.size = this.size + elements.size | 0;
- };
- ArrayDeque.prototype.addAll_brywnq$ = function (elements) {
- if (elements.isEmpty())
- return false;
- this.ensureCapacity_0(this.size + elements.size | 0);
- this.copyCollectionElements_0(this.positiveMod_0(this.head_0 + this.size | 0), elements);
- return true;
- };
- ArrayDeque.prototype.addAll_u57x28$ = function (index, elements) {
- AbstractList$Companion_getInstance().checkPositionIndex_6xvm5r$(index, this.size);
- if (elements.isEmpty()) {
- return false;
- } else if (index === this.size) {
- return this.addAll_brywnq$(elements);
- }this.ensureCapacity_0(this.size + elements.size | 0);
- var tail = this.positiveMod_0(this.head_0 + this.size | 0);
- var internalIndex = this.positiveMod_0(this.head_0 + index | 0);
- var elementsSize = elements.size;
- if (index < this.size + 1 >> 1) {
- var shiftedHead = this.head_0 - elementsSize | 0;
- if (internalIndex >= this.head_0) {
- if (shiftedHead >= 0) {
- arrayCopy(this.elementData_0, this.elementData_0, shiftedHead, this.head_0, internalIndex);
- } else {
- shiftedHead = shiftedHead + this.elementData_0.length | 0;
- var elementsToShift = internalIndex - this.head_0 | 0;
- var shiftToBack = this.elementData_0.length - shiftedHead | 0;
- if (shiftToBack >= elementsToShift) {
- arrayCopy(this.elementData_0, this.elementData_0, shiftedHead, this.head_0, internalIndex);
- } else {
- arrayCopy(this.elementData_0, this.elementData_0, shiftedHead, this.head_0, this.head_0 + shiftToBack | 0);
- arrayCopy(this.elementData_0, this.elementData_0, 0, this.head_0 + shiftToBack | 0, internalIndex);
- }
- }
- } else {
- arrayCopy(this.elementData_0, this.elementData_0, shiftedHead, this.head_0, this.elementData_0.length);
- if (elementsSize >= internalIndex) {
- arrayCopy(this.elementData_0, this.elementData_0, this.elementData_0.length - elementsSize | 0, 0, internalIndex);
- } else {
- arrayCopy(this.elementData_0, this.elementData_0, this.elementData_0.length - elementsSize | 0, 0, elementsSize);
- arrayCopy(this.elementData_0, this.elementData_0, 0, elementsSize, internalIndex);
- }
- }
- this.head_0 = shiftedHead;
- this.copyCollectionElements_0(this.negativeMod_0(internalIndex - elementsSize | 0), elements);
- } else {
- var shiftedInternalIndex = internalIndex + elementsSize | 0;
- if (internalIndex < tail) {
- if ((tail + elementsSize | 0) <= this.elementData_0.length) {
- arrayCopy(this.elementData_0, this.elementData_0, shiftedInternalIndex, internalIndex, tail);
- } else {
- if (shiftedInternalIndex >= this.elementData_0.length) {
- arrayCopy(this.elementData_0, this.elementData_0, shiftedInternalIndex - this.elementData_0.length | 0, internalIndex, tail);
- } else {
- var shiftToFront = tail + elementsSize - this.elementData_0.length | 0;
- arrayCopy(this.elementData_0, this.elementData_0, 0, tail - shiftToFront | 0, tail);
- arrayCopy(this.elementData_0, this.elementData_0, shiftedInternalIndex, internalIndex, tail - shiftToFront | 0);
- }
- }
- } else {
- arrayCopy(this.elementData_0, this.elementData_0, elementsSize, 0, tail);
- if (shiftedInternalIndex >= this.elementData_0.length) {
- arrayCopy(this.elementData_0, this.elementData_0, shiftedInternalIndex - this.elementData_0.length | 0, internalIndex, this.elementData_0.length);
- } else {
- arrayCopy(this.elementData_0, this.elementData_0, 0, this.elementData_0.length - elementsSize | 0, this.elementData_0.length);
- arrayCopy(this.elementData_0, this.elementData_0, shiftedInternalIndex, internalIndex, this.elementData_0.length - elementsSize | 0);
- }
- }
- this.copyCollectionElements_0(internalIndex, elements);
- }
- return true;
- };
- ArrayDeque.prototype.get_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.size);
- var tmp$;
- return (tmp$ = this.elementData_0[this.positiveMod_0(this.head_0 + index | 0)]) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- };
- ArrayDeque.prototype.set_wxm5ur$ = function (index, element) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.size);
- var internalIndex = this.positiveMod_0(this.head_0 + index | 0);
- var tmp$;
- var oldElement = (tmp$ = this.elementData_0[internalIndex]) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- this.elementData_0[internalIndex] = element;
- return oldElement;
- };
- ArrayDeque.prototype.contains_11rb$ = function (element) {
- return this.indexOf_11rb$(element) !== -1;
- };
- ArrayDeque.prototype.indexOf_11rb$ = function (element) {
- var tmp$, tmp$_0;
- var tail = this.positiveMod_0(this.head_0 + this.size | 0);
- if (this.head_0 < tail) {
- for (var index = this.head_0; index < tail; index++) {
- if (equals(element, this.elementData_0[index]))
- return index - this.head_0 | 0;
- }
- } else if (this.head_0 >= tail) {
- tmp$ = this.head_0;
- tmp$_0 = this.elementData_0.length;
- for (var index_0 = tmp$; index_0 < tmp$_0; index_0++) {
- if (equals(element, this.elementData_0[index_0]))
- return index_0 - this.head_0 | 0;
- }
- for (var index_1 = 0; index_1 < tail; index_1++) {
- if (equals(element, this.elementData_0[index_1]))
- return index_1 + this.elementData_0.length - this.head_0 | 0;
- }
- }return -1;
- };
- ArrayDeque.prototype.lastIndexOf_11rb$ = function (element) {
- var tmp$, tmp$_0, tmp$_1;
- var tail = this.positiveMod_0(this.head_0 + this.size | 0);
- if (this.head_0 < tail) {
- tmp$ = this.head_0;
- for (var index = tail - 1 | 0; index >= tmp$; index--) {
- if (equals(element, this.elementData_0[index]))
- return index - this.head_0 | 0;
- }
- } else if (this.head_0 > tail) {
- for (var index_0 = tail - 1 | 0; index_0 >= 0; index_0--) {
- if (equals(element, this.elementData_0[index_0]))
- return index_0 + this.elementData_0.length - this.head_0 | 0;
- }
- tmp$_0 = get_lastIndex(this.elementData_0);
- tmp$_1 = this.head_0;
- for (var index_1 = tmp$_0; index_1 >= tmp$_1; index_1--) {
- if (equals(element, this.elementData_0[index_1]))
- return index_1 - this.head_0 | 0;
- }
- }return -1;
- };
- ArrayDeque.prototype.remove_11rb$ = function (element) {
- var index = this.indexOf_11rb$(element);
- if (index === -1)
- return false;
- this.removeAt_za3lpa$(index);
- return true;
- };
- ArrayDeque.prototype.removeAt_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.size);
- if (index === get_lastIndex_12(this)) {
- return this.removeLast();
- } else if (index === 0) {
- return this.removeFirst();
- }var internalIndex = this.positiveMod_0(this.head_0 + index | 0);
- var tmp$;
- var element = (tmp$ = this.elementData_0[internalIndex]) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- if (index < this.size >> 1) {
- if (internalIndex >= this.head_0) {
- arrayCopy(this.elementData_0, this.elementData_0, this.head_0 + 1 | 0, this.head_0, internalIndex);
- } else {
- arrayCopy(this.elementData_0, this.elementData_0, 1, 0, internalIndex);
- this.elementData_0[0] = this.elementData_0[this.elementData_0.length - 1 | 0];
- arrayCopy(this.elementData_0, this.elementData_0, this.head_0 + 1 | 0, this.head_0, this.elementData_0.length - 1 | 0);
- }
- this.elementData_0[this.head_0] = null;
- this.head_0 = this.incremented_0(this.head_0);
- } else {
- var internalLastIndex = this.positiveMod_0(this.head_0 + get_lastIndex_12(this) | 0);
- if (internalIndex <= internalLastIndex) {
- arrayCopy(this.elementData_0, this.elementData_0, internalIndex, internalIndex + 1 | 0, internalLastIndex + 1 | 0);
- } else {
- arrayCopy(this.elementData_0, this.elementData_0, internalIndex, internalIndex + 1 | 0, this.elementData_0.length);
- this.elementData_0[this.elementData_0.length - 1 | 0] = this.elementData_0[0];
- arrayCopy(this.elementData_0, this.elementData_0, 0, 1, internalLastIndex + 1 | 0);
- }
- this.elementData_0[internalLastIndex] = null;
- }
- this.size = this.size - 1 | 0;
- return element;
- };
- ArrayDeque.prototype.removeAll_brywnq$ = function (elements) {
- var filterInPlace_0$result;
- filterInPlace_0$break: do {
- var tmp$, tmp$_0, tmp$_1, tmp$_2, tmp$_3, tmp$_4, tmp$_5;
- var tmp$_6 = this.isEmpty();
- if (!tmp$_6) {
- tmp$_6 = this.elementData_0.length === 0;
- }if (tmp$_6) {
- filterInPlace_0$result = false;
- break filterInPlace_0$break;
- }var tail = this.positiveMod_0(this.head_0 + this.size | 0);
- var newTail = this.head_0;
- var modified = false;
- if (this.head_0 < tail) {
- for (var index = this.head_0; index < tail; index++) {
- var element = this.elementData_0[index];
- if (!elements.contains_11rb$((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0())) {
- this.elementData_0[tmp$_0 = newTail, newTail = tmp$_0 + 1 | 0, tmp$_0] = element;
- } else
- modified = true;
- }
- fill_3(this.elementData_0, null, newTail, tail);
- } else {
- tmp$_1 = this.head_0;
- tmp$_2 = this.elementData_0.length;
- for (var index_0 = tmp$_1; index_0 < tmp$_2; index_0++) {
- var element_0 = this.elementData_0[index_0];
- this.elementData_0[index_0] = null;
- if (!elements.contains_11rb$((tmp$_3 = element_0) == null || Kotlin.isType(tmp$_3, Any) ? tmp$_3 : throwCCE_0())) {
- this.elementData_0[tmp$_4 = newTail, newTail = tmp$_4 + 1 | 0, tmp$_4] = element_0;
- } else
- modified = true;
- }
- newTail = this.positiveMod_0(newTail);
- for (var index_1 = 0; index_1 < tail; index_1++) {
- var element_1 = this.elementData_0[index_1];
- this.elementData_0[index_1] = null;
- if (!elements.contains_11rb$((tmp$_5 = element_1) == null || Kotlin.isType(tmp$_5, Any) ? tmp$_5 : throwCCE_0())) {
- this.elementData_0[newTail] = element_1;
- newTail = this.incremented_0(newTail);
- } else {
- modified = true;
- }
- }
- }
- if (modified)
- this.size = this.negativeMod_0(newTail - this.head_0 | 0);
- filterInPlace_0$result = modified;
- }
- while (false);
- return filterInPlace_0$result;
- };
- ArrayDeque.prototype.retainAll_brywnq$ = function (elements) {
- var filterInPlace_0$result;
- filterInPlace_0$break: do {
- var tmp$, tmp$_0, tmp$_1, tmp$_2, tmp$_3, tmp$_4, tmp$_5;
- var tmp$_6 = this.isEmpty();
- if (!tmp$_6) {
- tmp$_6 = this.elementData_0.length === 0;
- }if (tmp$_6) {
- filterInPlace_0$result = false;
- break filterInPlace_0$break;
- }var tail = this.positiveMod_0(this.head_0 + this.size | 0);
- var newTail = this.head_0;
- var modified = false;
- if (this.head_0 < tail) {
- for (var index = this.head_0; index < tail; index++) {
- var element = this.elementData_0[index];
- if (elements.contains_11rb$((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0())) {
- this.elementData_0[tmp$_0 = newTail, newTail = tmp$_0 + 1 | 0, tmp$_0] = element;
- } else
- modified = true;
- }
- fill_3(this.elementData_0, null, newTail, tail);
- } else {
- tmp$_1 = this.head_0;
- tmp$_2 = this.elementData_0.length;
- for (var index_0 = tmp$_1; index_0 < tmp$_2; index_0++) {
- var element_0 = this.elementData_0[index_0];
- this.elementData_0[index_0] = null;
- if (elements.contains_11rb$((tmp$_3 = element_0) == null || Kotlin.isType(tmp$_3, Any) ? tmp$_3 : throwCCE_0())) {
- this.elementData_0[tmp$_4 = newTail, newTail = tmp$_4 + 1 | 0, tmp$_4] = element_0;
- } else
- modified = true;
- }
- newTail = this.positiveMod_0(newTail);
- for (var index_1 = 0; index_1 < tail; index_1++) {
- var element_1 = this.elementData_0[index_1];
- this.elementData_0[index_1] = null;
- if (elements.contains_11rb$((tmp$_5 = element_1) == null || Kotlin.isType(tmp$_5, Any) ? tmp$_5 : throwCCE_0())) {
- this.elementData_0[newTail] = element_1;
- newTail = this.incremented_0(newTail);
- } else {
- modified = true;
- }
- }
- }
- if (modified)
- this.size = this.negativeMod_0(newTail - this.head_0 | 0);
- filterInPlace_0$result = modified;
- }
- while (false);
- return filterInPlace_0$result;
- };
- ArrayDeque.prototype.filterInPlace_0 = function (predicate) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2, tmp$_3, tmp$_4, tmp$_5;
- var tmp$_6 = this.isEmpty();
- if (!tmp$_6) {
- tmp$_6 = this.elementData_0.length === 0;
- }if (tmp$_6)
- return false;
- var tail = this.positiveMod_0(this.head_0 + this.size | 0);
- var newTail = this.head_0;
- var modified = false;
- if (this.head_0 < tail) {
- for (var index = this.head_0; index < tail; index++) {
- var element = this.elementData_0[index];
- if (predicate((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0())) {
- this.elementData_0[tmp$_0 = newTail, newTail = tmp$_0 + 1 | 0, tmp$_0] = element;
- } else
- modified = true;
- }
- fill_3(this.elementData_0, null, newTail, tail);
- } else {
- tmp$_1 = this.head_0;
- tmp$_2 = this.elementData_0.length;
- for (var index_0 = tmp$_1; index_0 < tmp$_2; index_0++) {
- var element_0 = this.elementData_0[index_0];
- this.elementData_0[index_0] = null;
- if (predicate((tmp$_3 = element_0) == null || Kotlin.isType(tmp$_3, Any) ? tmp$_3 : throwCCE_0())) {
- this.elementData_0[tmp$_4 = newTail, newTail = tmp$_4 + 1 | 0, tmp$_4] = element_0;
- } else
- modified = true;
- }
- newTail = this.positiveMod_0(newTail);
- for (var index_1 = 0; index_1 < tail; index_1++) {
- var element_1 = this.elementData_0[index_1];
- this.elementData_0[index_1] = null;
- if (predicate((tmp$_5 = element_1) == null || Kotlin.isType(tmp$_5, Any) ? tmp$_5 : throwCCE_0())) {
- this.elementData_0[newTail] = element_1;
- newTail = this.incremented_0(newTail);
- } else {
- modified = true;
- }
- }
- }
- if (modified)
- this.size = this.negativeMod_0(newTail - this.head_0 | 0);
- return modified;
- };
- ArrayDeque.prototype.clear = function () {
- var tail = this.positiveMod_0(this.head_0 + this.size | 0);
- if (this.head_0 < tail) {
- fill_3(this.elementData_0, null, this.head_0, tail);
- } else {
- if (!this.isEmpty()) {
- fill_3(this.elementData_0, null, this.head_0, this.elementData_0.length);
- fill_3(this.elementData_0, null, 0, tail);
- }}
- this.head_0 = 0;
- this.size = 0;
- };
- function ArrayDeque$Companion() {
- ArrayDeque$Companion_instance = this;
- this.emptyElementData_0 = [];
- this.maxArraySize_0 = 2147483639;
- this.defaultMinCapacity_0 = 10;
- }
- ArrayDeque$Companion.prototype.newCapacity_6xvm5r$ = function (oldCapacity, minCapacity) {
- var newCapacity = oldCapacity + (oldCapacity >> 1) | 0;
- if ((newCapacity - minCapacity | 0) < 0)
- newCapacity = minCapacity;
- if ((newCapacity - 2147483639 | 0) > 0)
- newCapacity = minCapacity > 2147483639 ? 2147483647 : 2147483639;
- return newCapacity;
- };
- ArrayDeque$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var ArrayDeque$Companion_instance = null;
- function ArrayDeque$Companion_getInstance() {
- if (ArrayDeque$Companion_instance === null) {
- new ArrayDeque$Companion();
- }return ArrayDeque$Companion_instance;
- }
- ArrayDeque.prototype.internalStructure_zgjqsc$ = function (structure) {
- var tail = this.positiveMod_0(this.head_0 + this.size | 0);
- if (this.isEmpty()) {
- structure(this.head_0, []);
- return;
- }var elements = Kotlin.newArray(this.size, null);
- if (this.head_0 < tail) {
- arrayCopy(this.elementData_0, elements, 0, this.head_0, tail);
- structure(this.head_0, elements);
- } else {
- var $receiver = this.elementData_0;
- arrayCopy($receiver, elements, 0, this.head_0, $receiver.length);
- arrayCopy(this.elementData_0, elements, this.elementData_0.length - this.head_0 | 0, 0, tail);
- structure(this.head_0 - this.elementData_0.length | 0, elements);
- }
- };
- ArrayDeque.$metadata$ = {kind: Kind_CLASS, simpleName: 'ArrayDeque', interfaces: [AbstractMutableList]};
- function ArrayDeque_init(initialCapacity, $this) {
- $this = $this || Object.create(ArrayDeque.prototype);
- AbstractMutableList.call($this);
- ArrayDeque.call($this);
- var tmp$;
- if (initialCapacity === 0)
- tmp$ = ArrayDeque$Companion_getInstance().emptyElementData_0;
- else if (initialCapacity > 0)
- tmp$ = Kotlin.newArray(initialCapacity, null);
- else
- throw IllegalArgumentException_init_0('Illegal Capacity: ' + initialCapacity);
- $this.elementData_0 = tmp$;
- return $this;
- }
- function ArrayDeque_init_0($this) {
- $this = $this || Object.create(ArrayDeque.prototype);
- AbstractMutableList.call($this);
- ArrayDeque.call($this);
- $this.elementData_0 = ArrayDeque$Companion_getInstance().emptyElementData_0;
- return $this;
- }
- function ArrayDeque_init_1(elements, $this) {
- $this = $this || Object.create(ArrayDeque.prototype);
- AbstractMutableList.call($this);
- ArrayDeque.call($this);
- $this.elementData_0 = copyToArray(elements);
- $this.size = $this.elementData_0.length;
- if ($this.elementData_0.length === 0)
- $this.elementData_0 = ArrayDeque$Companion_getInstance().emptyElementData_0;
- return $this;
- }
- function flatten($receiver) {
- var tmp$;
- var tmp$_0;
- var sum = 0;
- for (tmp$_0 = 0; tmp$_0 !== $receiver.length; ++tmp$_0) {
- var element = $receiver[tmp$_0];
- sum = sum + element.length | 0;
- }
- var result = ArrayList_init_0(sum);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element_0 = $receiver[tmp$];
- addAll_1(result, element_0);
- }
- return result;
- }
- function unzip($receiver) {
- var tmp$;
- var listT = ArrayList_init_0($receiver.length);
- var listR = ArrayList_init_0($receiver.length);
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var pair = $receiver[tmp$];
- listT.add_11rb$(pair.first);
- listR.add_11rb$(pair.second);
- }
- return to(listT, listR);
- }
- var isNullOrEmpty = defineInlineFunction('kotlin.kotlin.collections.isNullOrEmpty_tfvi98$', function ($receiver) {
- var tmp$ = $receiver == null;
- if (!tmp$) {
- tmp$ = $receiver.length === 0;
- }return tmp$;
- });
- var ifEmpty = defineInlineFunction('kotlin.kotlin.collections.ifEmpty_wfsi02$', function ($receiver, defaultValue) {
- return $receiver.length === 0 ? defaultValue() : $receiver;
- });
- function contentDeepEqualsImpl($receiver, other) {
- if ($receiver === other)
- return true;
- if ($receiver == null || other == null || $receiver.length !== other.length)
- return false;
- for (var i = 0; i !== $receiver.length; ++i) {
- var v1 = $receiver[i];
- var v2 = other[i];
- if (v1 === v2) {
- continue;
- } else if (v1 == null || v2 == null) {
- return false;
- }if (Kotlin.isArray(v1) && Kotlin.isArray(v2)) {
- if (!contentDeepEquals(v1, v2))
- return false;
- } else if (Kotlin.isByteArray(v1) && Kotlin.isByteArray(v2)) {
- if (!contentEquals(v1, v2))
- return false;
- } else if (Kotlin.isShortArray(v1) && Kotlin.isShortArray(v2)) {
- if (!contentEquals(v1, v2))
- return false;
- } else if (Kotlin.isIntArray(v1) && Kotlin.isIntArray(v2)) {
- if (!contentEquals(v1, v2))
- return false;
- } else if (Kotlin.isLongArray(v1) && Kotlin.isLongArray(v2)) {
- if (!contentEquals(v1, v2))
- return false;
- } else if (Kotlin.isFloatArray(v1) && Kotlin.isFloatArray(v2)) {
- if (!contentEquals(v1, v2))
- return false;
- } else if (Kotlin.isDoubleArray(v1) && Kotlin.isDoubleArray(v2)) {
- if (!contentEquals(v1, v2))
- return false;
- } else if (Kotlin.isCharArray(v1) && Kotlin.isCharArray(v2)) {
- if (!contentEquals(v1, v2))
- return false;
- } else if (Kotlin.isBooleanArray(v1) && Kotlin.isBooleanArray(v2)) {
- if (!contentEquals(v1, v2))
- return false;
- } else if (Kotlin.isType(v1, UByteArray) && Kotlin.isType(v2, UByteArray)) {
- if (!contentEquals_6(v1, v2))
- return false;
- } else if (Kotlin.isType(v1, UShortArray) && Kotlin.isType(v2, UShortArray)) {
- if (!contentEquals_7(v1, v2))
- return false;
- } else if (Kotlin.isType(v1, UIntArray) && Kotlin.isType(v2, UIntArray)) {
- if (!contentEquals_4(v1, v2))
- return false;
- } else if (Kotlin.isType(v1, ULongArray) && Kotlin.isType(v2, ULongArray)) {
- if (!contentEquals_5(v1, v2))
- return false;
- } else if (!equals(v1, v2))
- return false;
- }
- return true;
- }
- function contentDeepToStringImpl($receiver) {
- if ($receiver == null)
- return 'null';
- var length = (coerceAtMost_2($receiver.length, 429496729) * 5 | 0) + 2 | 0;
- var $receiver_0 = StringBuilder_init(length);
- contentDeepToStringInternal($receiver, $receiver_0, ArrayList_init());
- return $receiver_0.toString();
- }
- function contentDeepToStringInternal($receiver, result, processed) {
- if (processed.contains_11rb$($receiver)) {
- result.append_pdl1vj$('[...]');
- return;
- }processed.add_11rb$($receiver);
- result.append_s8itvh$(91);
- for (var i = 0; i !== $receiver.length; ++i) {
- if (i !== 0) {
- result.append_pdl1vj$(', ');
- }var element = $receiver[i];
- if (element == null)
- result.append_pdl1vj$('null');
- else if (Kotlin.isArray(element))
- contentDeepToStringInternal(element, result, processed);
- else if (Kotlin.isByteArray(element))
- result.append_pdl1vj$(contentToString(element));
- else if (Kotlin.isShortArray(element))
- result.append_pdl1vj$(contentToString(element));
- else if (Kotlin.isIntArray(element))
- result.append_pdl1vj$(contentToString(element));
- else if (Kotlin.isLongArray(element))
- result.append_pdl1vj$(contentToString(element));
- else if (Kotlin.isFloatArray(element))
- result.append_pdl1vj$(contentToString(element));
- else if (Kotlin.isDoubleArray(element))
- result.append_pdl1vj$(contentToString(element));
- else if (Kotlin.isCharArray(element))
- result.append_pdl1vj$(contentToString(element));
- else if (Kotlin.isBooleanArray(element))
- result.append_pdl1vj$(contentToString(element));
- else if (Kotlin.isType(element, UByteArray))
- result.append_pdl1vj$(contentToString_6(element));
- else if (Kotlin.isType(element, UShortArray))
- result.append_pdl1vj$(contentToString_7(element));
- else if (Kotlin.isType(element, UIntArray))
- result.append_pdl1vj$(contentToString_4(element));
- else if (Kotlin.isType(element, ULongArray))
- result.append_pdl1vj$(contentToString_5(element));
- else
- result.append_pdl1vj$(element.toString());
- }
- result.append_s8itvh$(93);
- processed.removeAt_za3lpa$(get_lastIndex_12(processed));
- }
- function EmptyIterator() {
- EmptyIterator_instance = this;
- }
- EmptyIterator.prototype.hasNext = function () {
- return false;
- };
- EmptyIterator.prototype.hasPrevious = function () {
- return false;
- };
- EmptyIterator.prototype.nextIndex = function () {
- return 0;
- };
- EmptyIterator.prototype.previousIndex = function () {
- return -1;
- };
- EmptyIterator.prototype.next = function () {
- throw NoSuchElementException_init();
- };
- EmptyIterator.prototype.previous = function () {
- throw NoSuchElementException_init();
- };
- EmptyIterator.$metadata$ = {kind: Kind_OBJECT, simpleName: 'EmptyIterator', interfaces: [ListIterator]};
- var EmptyIterator_instance = null;
- function EmptyIterator_getInstance() {
- if (EmptyIterator_instance === null) {
- new EmptyIterator();
- }return EmptyIterator_instance;
- }
- function EmptyList() {
- EmptyList_instance = this;
- this.serialVersionUID_0 = L_7390468764508069838;
- }
- EmptyList.prototype.equals = function (other) {
- return Kotlin.isType(other, List) && other.isEmpty();
- };
- EmptyList.prototype.hashCode = function () {
- return 1;
- };
- EmptyList.prototype.toString = function () {
- return '[]';
- };
- Object.defineProperty(EmptyList.prototype, 'size', {configurable: true, get: function () {
- return 0;
- }});
- EmptyList.prototype.isEmpty = function () {
- return true;
- };
- EmptyList.prototype.contains_11rb$ = function (element) {
- return false;
- };
- EmptyList.prototype.containsAll_brywnq$ = function (elements) {
- return elements.isEmpty();
- };
- EmptyList.prototype.get_za3lpa$ = function (index) {
- throw new IndexOutOfBoundsException("Empty list doesn't contain element at index " + index + '.');
- };
- EmptyList.prototype.indexOf_11rb$ = function (element) {
- return -1;
- };
- EmptyList.prototype.lastIndexOf_11rb$ = function (element) {
- return -1;
- };
- EmptyList.prototype.iterator = function () {
- return EmptyIterator_getInstance();
- };
- EmptyList.prototype.listIterator = function () {
- return EmptyIterator_getInstance();
- };
- EmptyList.prototype.listIterator_za3lpa$ = function (index) {
- if (index !== 0)
- throw new IndexOutOfBoundsException('Index: ' + index);
- return EmptyIterator_getInstance();
- };
- EmptyList.prototype.subList_vux9f0$ = function (fromIndex, toIndex) {
- if (fromIndex === 0 && toIndex === 0)
- return this;
- throw new IndexOutOfBoundsException('fromIndex: ' + fromIndex + ', toIndex: ' + toIndex);
- };
- EmptyList.prototype.readResolve_0 = function () {
- return EmptyList_getInstance();
- };
- EmptyList.$metadata$ = {kind: Kind_OBJECT, simpleName: 'EmptyList', interfaces: [RandomAccess, Serializable, List]};
- var EmptyList_instance = null;
- function EmptyList_getInstance() {
- if (EmptyList_instance === null) {
- new EmptyList();
- }return EmptyList_instance;
- }
- function asCollection($receiver) {
- return new ArrayAsCollection($receiver, false);
- }
- function ArrayAsCollection(values, isVarargs) {
- this.values = values;
- this.isVarargs = isVarargs;
- }
- Object.defineProperty(ArrayAsCollection.prototype, 'size', {configurable: true, get: function () {
- return this.values.length;
- }});
- ArrayAsCollection.prototype.isEmpty = function () {
- return this.values.length === 0;
- };
- ArrayAsCollection.prototype.contains_11rb$ = function (element) {
- return contains(this.values, element);
- };
- ArrayAsCollection.prototype.containsAll_brywnq$ = function (elements) {
- var all$result;
- all$break: do {
- var tmp$;
- if (Kotlin.isType(elements, Collection) && elements.isEmpty()) {
- all$result = true;
- break all$break;
- }tmp$ = elements.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!this.contains_11rb$(element)) {
- all$result = false;
- break all$break;
- }}
- all$result = true;
- }
- while (false);
- return all$result;
- };
- ArrayAsCollection.prototype.iterator = function () {
- return Kotlin.arrayIterator(this.values);
- };
- ArrayAsCollection.prototype.toArray = function () {
- var $receiver = this.values;
- return this.isVarargs ? $receiver : $receiver.slice();
- };
- ArrayAsCollection.$metadata$ = {kind: Kind_CLASS, simpleName: 'ArrayAsCollection', interfaces: [Collection]};
- function emptyList() {
- return EmptyList_getInstance();
- }
- function listOf_0(elements) {
- return elements.length > 0 ? asList(elements) : emptyList();
- }
- var listOf_1 = defineInlineFunction('kotlin.kotlin.collections.listOf_287e2$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function () {
- return emptyList();
- };
- }));
- var mutableListOf = defineInlineFunction('kotlin.kotlin.collections.mutableListOf_287e2$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function () {
- return ArrayList_init();
- };
- }));
- var arrayListOf = defineInlineFunction('kotlin.kotlin.collections.arrayListOf_287e2$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function () {
- return ArrayList_init();
- };
- }));
- function mutableListOf_0(elements) {
- return elements.length === 0 ? ArrayList_init() : ArrayList_init_1(new ArrayAsCollection(elements, true));
- }
- function arrayListOf_0(elements) {
- return elements.length === 0 ? ArrayList_init() : ArrayList_init_1(new ArrayAsCollection(elements, true));
- }
- function listOfNotNull(element) {
- return element != null ? listOf(element) : emptyList();
- }
- function listOfNotNull_0(elements) {
- return filterNotNull(elements);
- }
- var List_0 = defineInlineFunction('kotlin.kotlin.collections.List_rz0iom$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function (size, init) {
- var list = ArrayList_init(size);
- for (var index = 0; index < size; index++) {
- list.add_11rb$(init(index));
- }
- return list;
- };
- }));
- var MutableList_0 = defineInlineFunction('kotlin.kotlin.collections.MutableList_rz0iom$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function (size, init) {
- var list = ArrayList_init(size);
- for (var index = 0; index < size; index++) {
- list.add_11rb$(init(index));
- }
- return list;
- };
- }));
- var buildList = defineInlineFunction('kotlin.kotlin.collections.buildList_spr6vj$', wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- return function (builderAction) {
- var $receiver = ArrayList_init();
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- var buildList_0 = defineInlineFunction('kotlin.kotlin.collections.buildList_go5l1$', wrapFunction(function () {
- var checkBuilderCapacity = _.kotlin.collections.checkBuilderCapacity_za3lpa$;
- var ArrayList_init = _.kotlin.collections.ArrayList_init_ww73n8$;
- return function (capacity, builderAction) {
- checkBuilderCapacity(capacity);
- var $receiver = ArrayList_init(capacity);
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- function get_indices_12($receiver) {
- return new IntRange(0, $receiver.size - 1 | 0);
- }
- function get_lastIndex_12($receiver) {
- return $receiver.size - 1 | 0;
- }
- var isNotEmpty_8 = defineInlineFunction('kotlin.kotlin.collections.isNotEmpty_4c7yge$', function ($receiver) {
- return !$receiver.isEmpty();
- });
- var isNullOrEmpty_0 = defineInlineFunction('kotlin.kotlin.collections.isNullOrEmpty_13nbcr$', function ($receiver) {
- return $receiver == null || $receiver.isEmpty();
- });
- var orEmpty_0 = defineInlineFunction('kotlin.kotlin.collections.orEmpty_13nbcr$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver) {
- return $receiver != null ? $receiver : emptyList();
- };
- }));
- var orEmpty_1 = defineInlineFunction('kotlin.kotlin.collections.orEmpty_63d8zf$', wrapFunction(function () {
- var emptyList = _.kotlin.collections.emptyList_287e2$;
- return function ($receiver) {
- return $receiver != null ? $receiver : emptyList();
- };
- }));
- var ifEmpty_0 = defineInlineFunction('kotlin.kotlin.collections.ifEmpty_tc13va$', function ($receiver, defaultValue) {
- return $receiver.isEmpty() ? defaultValue() : $receiver;
- });
- var containsAll = defineInlineFunction('kotlin.kotlin.collections.containsAll_4mi8vl$', function ($receiver, elements) {
- return $receiver.containsAll_brywnq$(elements);
- });
- function shuffled_0($receiver, random) {
- var $receiver_0 = toMutableList_8($receiver);
- shuffle_17($receiver_0, random);
- return $receiver_0;
- }
- function optimizeReadOnlyList($receiver) {
- switch ($receiver.size) {
- case 0:
- return emptyList();
- case 1:
- return listOf($receiver.get_za3lpa$(0));
- default:return $receiver;
- }
- }
- function binarySearch($receiver, element, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- rangeCheck($receiver.size, fromIndex, toIndex);
- var low = fromIndex;
- var high = toIndex - 1 | 0;
- while (low <= high) {
- var mid = low + high >>> 1;
- var midVal = $receiver.get_za3lpa$(mid);
- var cmp = compareValues(midVal, element);
- if (cmp < 0)
- low = mid + 1 | 0;
- else if (cmp > 0)
- high = mid - 1 | 0;
- else
- return mid;
- }
- return -(low + 1 | 0) | 0;
- }
- function binarySearch_0($receiver, element, comparator, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- rangeCheck($receiver.size, fromIndex, toIndex);
- var low = fromIndex;
- var high = toIndex - 1 | 0;
- while (low <= high) {
- var mid = low + high >>> 1;
- var midVal = $receiver.get_za3lpa$(mid);
- var cmp = comparator.compare(midVal, element);
- if (cmp < 0)
- low = mid + 1 | 0;
- else if (cmp > 0)
- high = mid - 1 | 0;
- else
- return mid;
- }
- return -(low + 1 | 0) | 0;
- }
- var binarySearchBy = defineInlineFunction('kotlin.kotlin.collections.binarySearchBy_7gj2ve$', wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- var binarySearch = _.kotlin.collections.binarySearch_sr7qim$;
- function binarySearchBy$lambda(closure$selector, closure$key) {
- return function (it) {
- return compareValues(closure$selector(it), closure$key);
- };
- }
- return function ($receiver, key, fromIndex, toIndex, selector) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- return binarySearch($receiver, fromIndex, toIndex, binarySearchBy$lambda(selector, key));
- };
- }));
- function binarySearch_1($receiver, fromIndex, toIndex, comparison) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = $receiver.size;
- rangeCheck($receiver.size, fromIndex, toIndex);
- var low = fromIndex;
- var high = toIndex - 1 | 0;
- while (low <= high) {
- var mid = low + high >>> 1;
- var midVal = $receiver.get_za3lpa$(mid);
- var cmp = comparison(midVal);
- if (cmp < 0)
- low = mid + 1 | 0;
- else if (cmp > 0)
- high = mid - 1 | 0;
- else
- return mid;
- }
- return -(low + 1 | 0) | 0;
- }
- function rangeCheck(size, fromIndex, toIndex) {
- if (fromIndex > toIndex)
- throw IllegalArgumentException_init_0('fromIndex (' + fromIndex + ') is greater than toIndex (' + toIndex + ').');
- else if (fromIndex < 0)
- throw new IndexOutOfBoundsException('fromIndex (' + fromIndex + ') is less than zero.');
- else if (toIndex > size)
- throw new IndexOutOfBoundsException('toIndex (' + toIndex + ') is greater than size (' + size + ').');
- }
- function throwIndexOverflow() {
- throw new ArithmeticException('Index overflow has happened.');
- }
- function throwCountOverflow() {
- throw new ArithmeticException('Count overflow has happened.');
- }
- function Grouping() {
- }
- Grouping.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Grouping', interfaces: []};
- var aggregate = defineInlineFunction('kotlin.kotlin.collections.aggregate_kz95qp$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, operation) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.sourceIterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- var key = $receiver.keyOf_11rb$(e);
- var accumulator = destination.get_11rb$(key);
- destination.put_xwzc9p$(key, operation(key, accumulator, e, accumulator == null && !destination.containsKey_11rb$(key)));
- }
- return destination;
- };
- }));
- var aggregateTo = defineInlineFunction('kotlin.kotlin.collections.aggregateTo_qtifb3$', function ($receiver, destination, operation) {
- var tmp$;
- tmp$ = $receiver.sourceIterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- var key = $receiver.keyOf_11rb$(e);
- var accumulator = destination.get_11rb$(key);
- destination.put_xwzc9p$(key, operation(key, accumulator, e, accumulator == null && !destination.containsKey_11rb$(key)));
- }
- return destination;
- });
- var fold_15 = defineInlineFunction('kotlin.kotlin.collections.fold_2g9ybd$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, initialValueSelector, operation) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.sourceIterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- var key = $receiver.keyOf_11rb$(e);
- var accumulator = destination.get_11rb$(key);
- var tmp$_0;
- destination.put_xwzc9p$(key, operation(key, accumulator == null && !destination.containsKey_11rb$(key) ? initialValueSelector(key, e) : (tmp$_0 = accumulator) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE(), e));
- }
- return destination;
- };
- }));
- var foldTo = defineInlineFunction('kotlin.kotlin.collections.foldTo_ldb57n$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, destination, initialValueSelector, operation) {
- var tmp$;
- tmp$ = $receiver.sourceIterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- var key = $receiver.keyOf_11rb$(e);
- var accumulator = destination.get_11rb$(key);
- var tmp$_0;
- destination.put_xwzc9p$(key, operation(key, accumulator == null && !destination.containsKey_11rb$(key) ? initialValueSelector(key, e) : (tmp$_0 = accumulator) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE(), e));
- }
- return destination;
- };
- }));
- var fold_16 = defineInlineFunction('kotlin.kotlin.collections.fold_id3q3f$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, initialValue, operation) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.sourceIterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- var key = $receiver.keyOf_11rb$(e);
- var accumulator = destination.get_11rb$(key);
- var tmp$_0;
- destination.put_xwzc9p$(key, operation(accumulator == null && !destination.containsKey_11rb$(key) ? initialValue : (tmp$_0 = accumulator) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE(), e));
- }
- return destination;
- };
- }));
- var foldTo_0 = defineInlineFunction('kotlin.kotlin.collections.foldTo_1dwgsv$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, destination, initialValue, operation) {
- var tmp$;
- tmp$ = $receiver.sourceIterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- var key = $receiver.keyOf_11rb$(e);
- var accumulator = destination.get_11rb$(key);
- var tmp$_0;
- destination.put_xwzc9p$(key, operation(accumulator == null && !destination.containsKey_11rb$(key) ? initialValue : (tmp$_0 = accumulator) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE(), e));
- }
- return destination;
- };
- }));
- var reduce_15 = defineInlineFunction('kotlin.kotlin.collections.reduce_hy0spo$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, operation) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.sourceIterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- var key = $receiver.keyOf_11rb$(e);
- var accumulator = destination.get_11rb$(key);
- var operation$result;
- var tmp$_0;
- if (accumulator == null && !destination.containsKey_11rb$(key)) {
- operation$result = e;
- } else {
- operation$result = operation(key, (tmp$_0 = accumulator) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE(), e);
- }
- destination.put_xwzc9p$(key, operation$result);
- }
- return destination;
- };
- }));
- var reduceTo = defineInlineFunction('kotlin.kotlin.collections.reduceTo_vpctix$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, destination, operation) {
- var tmp$;
- tmp$ = $receiver.sourceIterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- var key = $receiver.keyOf_11rb$(e);
- var accumulator = destination.get_11rb$(key);
- var operation$result;
- var tmp$_0;
- if (accumulator == null && !destination.containsKey_11rb$(key)) {
- operation$result = e;
- } else {
- operation$result = operation(key, (tmp$_0 = accumulator) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE(), e);
- }
- destination.put_xwzc9p$(key, operation$result);
- }
- return destination;
- };
- }));
- function eachCountTo($receiver, destination) {
- var tmp$;
- tmp$ = $receiver.sourceIterator();
- while (tmp$.hasNext()) {
- var e = tmp$.next();
- var key = $receiver.keyOf_11rb$(e);
- var accumulator = destination.get_11rb$(key);
- var tmp$_0;
- destination.put_xwzc9p$(key, (accumulator == null && !destination.containsKey_11rb$(key) ? 0 : (tmp$_0 = accumulator) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE()) + 1 | 0);
- }
- return destination;
- }
- function IndexedValue(index, value) {
- this.index = index;
- this.value = value;
- }
- IndexedValue.$metadata$ = {kind: Kind_CLASS, simpleName: 'IndexedValue', interfaces: []};
- IndexedValue.prototype.component1 = function () {
- return this.index;
- };
- IndexedValue.prototype.component2 = function () {
- return this.value;
- };
- IndexedValue.prototype.copy_wxm5ur$ = function (index, value) {
- return new IndexedValue(index === void 0 ? this.index : index, value === void 0 ? this.value : value);
- };
- IndexedValue.prototype.toString = function () {
- return 'IndexedValue(index=' + Kotlin.toString(this.index) + (', value=' + Kotlin.toString(this.value)) + ')';
- };
- IndexedValue.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.index) | 0;
- result = result * 31 + Kotlin.hashCode(this.value) | 0;
- return result;
- };
- IndexedValue.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.index, other.index) && Kotlin.equals(this.value, other.value)))));
- };
- var Iterable_0 = defineInlineFunction('kotlin.kotlin.collections.Iterable_ms0qmx$', wrapFunction(function () {
- var Kind_CLASS = Kotlin.Kind.CLASS;
- var Iterable = _.kotlin.collections.Iterable;
- function Iterable$ObjectLiteral(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Iterable$ObjectLiteral.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Iterable$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterable]};
- return function (iterator) {
- return new Iterable$ObjectLiteral(iterator);
- };
- }));
- function IndexingIterable(iteratorFactory) {
- this.iteratorFactory_0 = iteratorFactory;
- }
- IndexingIterable.prototype.iterator = function () {
- return new IndexingIterator(this.iteratorFactory_0());
- };
- IndexingIterable.$metadata$ = {kind: Kind_CLASS, simpleName: 'IndexingIterable', interfaces: [Iterable]};
- function collectionSizeOrNull($receiver) {
- return Kotlin.isType($receiver, Collection) ? $receiver.size : null;
- }
- function collectionSizeOrDefault($receiver, default_0) {
- return Kotlin.isType($receiver, Collection) ? $receiver.size : default_0;
- }
- function safeToConvertToSet($receiver) {
- return $receiver.size > 2 && Kotlin.isType($receiver, ArrayList);
- }
- function convertToSetForSetOperationWith($receiver, source) {
- if (Kotlin.isType($receiver, Set))
- return $receiver;
- else if (Kotlin.isType($receiver, Collection))
- if (Kotlin.isType(source, Collection) && source.size < 2)
- return $receiver;
- else
- return safeToConvertToSet($receiver) ? toHashSet_8($receiver) : $receiver;
- else
- return toHashSet_8($receiver);
- }
- function convertToSetForSetOperation($receiver) {
- if (Kotlin.isType($receiver, Set))
- return $receiver;
- else if (Kotlin.isType($receiver, Collection))
- return safeToConvertToSet($receiver) ? toHashSet_8($receiver) : $receiver;
- else
- return toHashSet_8($receiver);
- }
- function flatten_0($receiver) {
- var tmp$;
- var result = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- addAll(result, element);
- }
- return result;
- }
- function unzip_0($receiver) {
- var tmp$;
- var expectedSize = collectionSizeOrDefault($receiver, 10);
- var listT = ArrayList_init_0(expectedSize);
- var listR = ArrayList_init_0(expectedSize);
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var pair = tmp$.next();
- listT.add_11rb$(pair.first);
- listR.add_11rb$(pair.second);
- }
- return to(listT, listR);
- }
- var iterator_0 = defineInlineFunction('kotlin.kotlin.collections.iterator_35ci02$', function ($receiver) {
- return $receiver;
- });
- function withIndex_15($receiver) {
- return new IndexingIterator($receiver);
- }
- var forEach_16 = defineInlineFunction('kotlin.kotlin.collections.forEach_p594rv$', function ($receiver, operation) {
- while ($receiver.hasNext()) {
- var element = $receiver.next();
- operation(element);
- }
- });
- function IndexingIterator(iterator) {
- this.iterator_0 = iterator;
- this.index_0 = 0;
- }
- IndexingIterator.prototype.hasNext = function () {
- return this.iterator_0.hasNext();
- };
- IndexingIterator.prototype.next = function () {
- var tmp$;
- return new IndexedValue(checkIndexOverflow((tmp$ = this.index_0, this.index_0 = tmp$ + 1 | 0, tmp$)), this.iterator_0.next());
- };
- IndexingIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'IndexingIterator', interfaces: [Iterator]};
- var getValue = defineInlineFunction('kotlin.kotlin.collections.getValue_u8h43m$', wrapFunction(function () {
- var getOrImplicitDefault = _.kotlin.collections.getOrImplicitDefault_t9ocha$;
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, thisRef, property) {
- var tmp$;
- return (tmp$ = getOrImplicitDefault($receiver, property.callableName)) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- };
- }));
- var getValue_0 = defineInlineFunction('kotlin.kotlin.collections.getValue_th1e6g$', wrapFunction(function () {
- var getOrImplicitDefault = _.kotlin.collections.getOrImplicitDefault_t9ocha$;
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, thisRef, property) {
- var tmp$;
- return (tmp$ = getOrImplicitDefault($receiver, property.callableName)) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- };
- }));
- var setValue = defineInlineFunction('kotlin.kotlin.collections.setValue_p0hbkv$', function ($receiver, thisRef, property, value) {
- $receiver.put_xwzc9p$(property.callableName, value);
- });
- function getOrImplicitDefault($receiver, key) {
- if (Kotlin.isType($receiver, MapWithDefault))
- return $receiver.getOrImplicitDefault_11rb$(key);
- var getOrElseNullable$result;
- var tmp$;
- var value = $receiver.get_11rb$(key);
- if (value == null && !$receiver.containsKey_11rb$(key)) {
- throw new NoSuchElementException('Key ' + key + ' is missing in the map.');
- } else {
- getOrElseNullable$result = (tmp$ = value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- }
- return getOrElseNullable$result;
- }
- function withDefault($receiver, defaultValue) {
- if (Kotlin.isType($receiver, MapWithDefault))
- return withDefault($receiver.map, defaultValue);
- else
- return new MapWithDefaultImpl($receiver, defaultValue);
- }
- function withDefault_0($receiver, defaultValue) {
- if (Kotlin.isType($receiver, MutableMapWithDefault))
- return withDefault_0($receiver.map, defaultValue);
- else
- return new MutableMapWithDefaultImpl($receiver, defaultValue);
- }
- function MapWithDefault() {
- }
- MapWithDefault.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MapWithDefault', interfaces: [Map]};
- function MutableMapWithDefault() {
- }
- MutableMapWithDefault.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MutableMapWithDefault', interfaces: [MapWithDefault, MutableMap]};
- function MapWithDefaultImpl(map, default_0) {
- this.map_tyjeqh$_0 = map;
- this.default_0 = default_0;
- }
- Object.defineProperty(MapWithDefaultImpl.prototype, 'map', {get: function () {
- return this.map_tyjeqh$_0;
- }});
- MapWithDefaultImpl.prototype.equals = function (other) {
- return equals(this.map, other);
- };
- MapWithDefaultImpl.prototype.hashCode = function () {
- return hashCode(this.map);
- };
- MapWithDefaultImpl.prototype.toString = function () {
- return this.map.toString();
- };
- Object.defineProperty(MapWithDefaultImpl.prototype, 'size', {configurable: true, get: function () {
- return this.map.size;
- }});
- MapWithDefaultImpl.prototype.isEmpty = function () {
- return this.map.isEmpty();
- };
- MapWithDefaultImpl.prototype.containsKey_11rb$ = function (key) {
- return this.map.containsKey_11rb$(key);
- };
- MapWithDefaultImpl.prototype.containsValue_11rc$ = function (value) {
- return this.map.containsValue_11rc$(value);
- };
- MapWithDefaultImpl.prototype.get_11rb$ = function (key) {
- return this.map.get_11rb$(key);
- };
- Object.defineProperty(MapWithDefaultImpl.prototype, 'keys', {configurable: true, get: function () {
- return this.map.keys;
- }});
- Object.defineProperty(MapWithDefaultImpl.prototype, 'values', {configurable: true, get: function () {
- return this.map.values;
- }});
- Object.defineProperty(MapWithDefaultImpl.prototype, 'entries', {configurable: true, get: function () {
- return this.map.entries;
- }});
- MapWithDefaultImpl.prototype.getOrImplicitDefault_11rb$ = function (key) {
- var $receiver = this.map;
- var getOrElseNullable$result;
- var tmp$;
- var value = $receiver.get_11rb$(key);
- if (value == null && !$receiver.containsKey_11rb$(key)) {
- getOrElseNullable$result = this.default_0(key);
- } else {
- getOrElseNullable$result = (tmp$ = value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- }
- return getOrElseNullable$result;
- };
- MapWithDefaultImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'MapWithDefaultImpl', interfaces: [MapWithDefault]};
- function MutableMapWithDefaultImpl(map, default_0) {
- this.map_a09uzx$_0 = map;
- this.default_0 = default_0;
- }
- Object.defineProperty(MutableMapWithDefaultImpl.prototype, 'map', {get: function () {
- return this.map_a09uzx$_0;
- }});
- MutableMapWithDefaultImpl.prototype.equals = function (other) {
- return equals(this.map, other);
- };
- MutableMapWithDefaultImpl.prototype.hashCode = function () {
- return hashCode(this.map);
- };
- MutableMapWithDefaultImpl.prototype.toString = function () {
- return this.map.toString();
- };
- Object.defineProperty(MutableMapWithDefaultImpl.prototype, 'size', {configurable: true, get: function () {
- return this.map.size;
- }});
- MutableMapWithDefaultImpl.prototype.isEmpty = function () {
- return this.map.isEmpty();
- };
- MutableMapWithDefaultImpl.prototype.containsKey_11rb$ = function (key) {
- return this.map.containsKey_11rb$(key);
- };
- MutableMapWithDefaultImpl.prototype.containsValue_11rc$ = function (value) {
- return this.map.containsValue_11rc$(value);
- };
- MutableMapWithDefaultImpl.prototype.get_11rb$ = function (key) {
- return this.map.get_11rb$(key);
- };
- Object.defineProperty(MutableMapWithDefaultImpl.prototype, 'keys', {configurable: true, get: function () {
- return this.map.keys;
- }});
- Object.defineProperty(MutableMapWithDefaultImpl.prototype, 'values', {configurable: true, get: function () {
- return this.map.values;
- }});
- Object.defineProperty(MutableMapWithDefaultImpl.prototype, 'entries', {configurable: true, get: function () {
- return this.map.entries;
- }});
- MutableMapWithDefaultImpl.prototype.put_xwzc9p$ = function (key, value) {
- return this.map.put_xwzc9p$(key, value);
- };
- MutableMapWithDefaultImpl.prototype.remove_11rb$ = function (key) {
- return this.map.remove_11rb$(key);
- };
- MutableMapWithDefaultImpl.prototype.putAll_a2k3zr$ = function (from) {
- this.map.putAll_a2k3zr$(from);
- };
- MutableMapWithDefaultImpl.prototype.clear = function () {
- this.map.clear();
- };
- MutableMapWithDefaultImpl.prototype.getOrImplicitDefault_11rb$ = function (key) {
- var $receiver = this.map;
- var getOrElseNullable$result;
- var tmp$;
- var value = $receiver.get_11rb$(key);
- if (value == null && !$receiver.containsKey_11rb$(key)) {
- getOrElseNullable$result = this.default_0(key);
- } else {
- getOrElseNullable$result = (tmp$ = value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- }
- return getOrElseNullable$result;
- };
- MutableMapWithDefaultImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'MutableMapWithDefaultImpl', interfaces: [MutableMapWithDefault]};
- function EmptyMap() {
- EmptyMap_instance = this;
- this.serialVersionUID_0 = L8246714829545688274;
- }
- EmptyMap.prototype.equals = function (other) {
- return Kotlin.isType(other, Map) && other.isEmpty();
- };
- EmptyMap.prototype.hashCode = function () {
- return 0;
- };
- EmptyMap.prototype.toString = function () {
- return '{}';
- };
- Object.defineProperty(EmptyMap.prototype, 'size', {configurable: true, get: function () {
- return 0;
- }});
- EmptyMap.prototype.isEmpty = function () {
- return true;
- };
- EmptyMap.prototype.containsKey_11rb$ = function (key) {
- return false;
- };
- EmptyMap.prototype.containsValue_11rc$ = function (value) {
- return false;
- };
- EmptyMap.prototype.get_11rb$ = function (key) {
- return null;
- };
- Object.defineProperty(EmptyMap.prototype, 'entries', {configurable: true, get: function () {
- return EmptySet_getInstance();
- }});
- Object.defineProperty(EmptyMap.prototype, 'keys', {configurable: true, get: function () {
- return EmptySet_getInstance();
- }});
- Object.defineProperty(EmptyMap.prototype, 'values', {configurable: true, get: function () {
- return EmptyList_getInstance();
- }});
- EmptyMap.prototype.readResolve_0 = function () {
- return EmptyMap_getInstance();
- };
- EmptyMap.$metadata$ = {kind: Kind_OBJECT, simpleName: 'EmptyMap', interfaces: [Serializable, Map]};
- var EmptyMap_instance = null;
- function EmptyMap_getInstance() {
- if (EmptyMap_instance === null) {
- new EmptyMap();
- }return EmptyMap_instance;
- }
- function emptyMap() {
- var tmp$;
- return Kotlin.isType(tmp$ = EmptyMap_getInstance(), Map) ? tmp$ : throwCCE_0();
- }
- function mapOf_0(pairs) {
- return pairs.length > 0 ? toMap_2(pairs, LinkedHashMap_init_2(mapCapacity(pairs.length))) : emptyMap();
- }
- var mapOf_1 = defineInlineFunction('kotlin.kotlin.collections.mapOf_q3lmfv$', wrapFunction(function () {
- var emptyMap = _.kotlin.collections.emptyMap_q3lmfv$;
- return function () {
- return emptyMap();
- };
- }));
- var mutableMapOf = defineInlineFunction('kotlin.kotlin.collections.mutableMapOf_q3lmfv$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function () {
- return LinkedHashMap_init();
- };
- }));
- function mutableMapOf_0(pairs) {
- var $receiver = LinkedHashMap_init_2(mapCapacity(pairs.length));
- putAll($receiver, pairs);
- return $receiver;
- }
- var hashMapOf = defineInlineFunction('kotlin.kotlin.collections.hashMapOf_q3lmfv$', wrapFunction(function () {
- var HashMap_init = _.kotlin.collections.HashMap_init_q3lmfv$;
- return function () {
- return HashMap_init();
- };
- }));
- function hashMapOf_0(pairs) {
- var $receiver = HashMap_init_2(mapCapacity(pairs.length));
- putAll($receiver, pairs);
- return $receiver;
- }
- var linkedMapOf = defineInlineFunction('kotlin.kotlin.collections.linkedMapOf_q3lmfv$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function () {
- return LinkedHashMap_init();
- };
- }));
- function linkedMapOf_0(pairs) {
- return toMap_2(pairs, LinkedHashMap_init_2(mapCapacity(pairs.length)));
- }
- var buildMap = defineInlineFunction('kotlin.kotlin.collections.buildMap_wi666j$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function (builderAction) {
- var $receiver = LinkedHashMap_init();
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- var buildMap_0 = defineInlineFunction('kotlin.kotlin.collections.buildMap_19avp$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function (capacity, builderAction) {
- var $receiver = LinkedHashMap_init(capacity);
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- var isNotEmpty_9 = defineInlineFunction('kotlin.kotlin.collections.isNotEmpty_abgq59$', function ($receiver) {
- return !$receiver.isEmpty();
- });
- var isNullOrEmpty_1 = defineInlineFunction('kotlin.kotlin.collections.isNullOrEmpty_13qzv0$', function ($receiver) {
- return $receiver == null || $receiver.isEmpty();
- });
- var orEmpty_2 = defineInlineFunction('kotlin.kotlin.collections.orEmpty_f3wkhh$', wrapFunction(function () {
- var emptyMap = _.kotlin.collections.emptyMap_q3lmfv$;
- return function ($receiver) {
- return $receiver != null ? $receiver : emptyMap();
- };
- }));
- var ifEmpty_1 = defineInlineFunction('kotlin.kotlin.collections.ifEmpty_geskui$', function ($receiver, defaultValue) {
- return $receiver.isEmpty() ? defaultValue() : $receiver;
- });
- var contains_51 = defineInlineFunction('kotlin.kotlin.collections.contains_4pa84t$', wrapFunction(function () {
- var Map = _.kotlin.collections.Map;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, key) {
- var tmp$;
- return (Kotlin.isType(tmp$ = $receiver, Map) ? tmp$ : throwCCE()).containsKey_11rb$(key);
- };
- }));
- var get_50 = defineInlineFunction('kotlin.kotlin.collections.get_4pa84t$', wrapFunction(function () {
- var Map = _.kotlin.collections.Map;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, key) {
- var tmp$;
- return (Kotlin.isType(tmp$ = $receiver, Map) ? tmp$ : throwCCE()).get_11rb$(key);
- };
- }));
- var set_20 = defineInlineFunction('kotlin.kotlin.collections.set_6y9eq4$', function ($receiver, key, value) {
- $receiver.put_xwzc9p$(key, value);
- });
- var containsKey = defineInlineFunction('kotlin.kotlin.collections.containsKey_ysgkzk$', wrapFunction(function () {
- var Map = _.kotlin.collections.Map;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, key) {
- var tmp$;
- return (Kotlin.isType(tmp$ = $receiver, Map) ? tmp$ : throwCCE()).containsKey_11rb$(key);
- };
- }));
- var containsValue = defineInlineFunction('kotlin.kotlin.collections.containsValue_bvbopf$', function ($receiver, value) {
- return $receiver.containsValue_11rc$(value);
- });
- var remove = defineInlineFunction('kotlin.kotlin.collections.remove_vbdv38$', wrapFunction(function () {
- var MutableMap = _.kotlin.collections.MutableMap;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, key) {
- var tmp$;
- return (Kotlin.isType(tmp$ = $receiver, MutableMap) ? tmp$ : throwCCE()).remove_11rb$(key);
- };
- }));
- var component1_13 = defineInlineFunction('kotlin.kotlin.collections.component1_gzf0zl$', function ($receiver) {
- return $receiver.key;
- });
- var component2_13 = defineInlineFunction('kotlin.kotlin.collections.component2_gzf0zl$', function ($receiver) {
- return $receiver.value;
- });
- var toPair = defineInlineFunction('kotlin.kotlin.collections.toPair_gzf0zl$', wrapFunction(function () {
- var Pair_init = _.kotlin.Pair;
- return function ($receiver) {
- return new Pair_init($receiver.key, $receiver.value);
- };
- }));
- var getOrElse_14 = defineInlineFunction('kotlin.kotlin.collections.getOrElse_illxjf$', function ($receiver, key, defaultValue) {
- var tmp$;
- return (tmp$ = $receiver.get_11rb$(key)) != null ? tmp$ : defaultValue();
- });
- var getOrElseNullable = defineInlineFunction('kotlin.kotlin.collections.getOrElseNullable_e54js$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, key, defaultValue) {
- var tmp$;
- var value = $receiver.get_11rb$(key);
- if (value == null && !$receiver.containsKey_11rb$(key)) {
- return defaultValue();
- } else {
- return (tmp$ = value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- }
- };
- }));
- function getValue_1($receiver, key) {
- return getOrImplicitDefault($receiver, key);
- }
- var getOrPut = defineInlineFunction('kotlin.kotlin.collections.getOrPut_9wl75a$', function ($receiver, key, defaultValue) {
- var tmp$;
- var value = $receiver.get_11rb$(key);
- if (value == null) {
- var answer = defaultValue();
- $receiver.put_xwzc9p$(key, answer);
- tmp$ = answer;
- } else {
- tmp$ = value;
- }
- return tmp$;
- });
- var iterator_1 = defineInlineFunction('kotlin.kotlin.collections.iterator_abgq59$', function ($receiver) {
- return $receiver.entries.iterator();
- });
- var iterator_2 = defineInlineFunction('kotlin.kotlin.collections.iterator_5rvit3$', function ($receiver) {
- return $receiver.entries.iterator();
- });
- var mapValuesTo = defineInlineFunction('kotlin.kotlin.collections.mapValuesTo_8auxj8$', function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(element.key, transform(element));
- }
- return destination;
- });
- var mapKeysTo = defineInlineFunction('kotlin.kotlin.collections.mapKeysTo_l1xmvz$', function ($receiver, destination, transform) {
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(transform(element), element.value);
- }
- return destination;
- });
- function putAll($receiver, pairs) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== pairs.length; ++tmp$) {
- var tmp$_0 = pairs[tmp$];
- var key = tmp$_0.component1(), value = tmp$_0.component2();
- $receiver.put_xwzc9p$(key, value);
- }
- }
- function putAll_0($receiver, pairs) {
- var tmp$;
- tmp$ = pairs.iterator();
- while (tmp$.hasNext()) {
- var tmp$_0 = tmp$.next();
- var key = tmp$_0.component1(), value = tmp$_0.component2();
- $receiver.put_xwzc9p$(key, value);
- }
- }
- function putAll_1($receiver, pairs) {
- var tmp$;
- tmp$ = pairs.iterator();
- while (tmp$.hasNext()) {
- var tmp$_0 = tmp$.next();
- var key = tmp$_0.component1(), value = tmp$_0.component2();
- $receiver.put_xwzc9p$(key, value);
- }
- }
- var mapValues = defineInlineFunction('kotlin.kotlin.collections.mapValues_8169ik$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, transform) {
- var destination = LinkedHashMap_init(mapCapacity($receiver.size));
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(element.key, transform(element));
- }
- return destination;
- };
- }));
- var mapKeys = defineInlineFunction('kotlin.kotlin.collections.mapKeys_8169ik$', wrapFunction(function () {
- var mapCapacity = _.kotlin.collections.mapCapacity_za3lpa$;
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_bwtc7$;
- return function ($receiver, transform) {
- var destination = LinkedHashMap_init(mapCapacity($receiver.size));
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- destination.put_xwzc9p$(transform(element), element.value);
- }
- return destination;
- };
- }));
- var filterKeys = defineInlineFunction('kotlin.kotlin.collections.filterKeys_bbcyu0$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, predicate) {
- var tmp$;
- var result = LinkedHashMap_init();
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var entry = tmp$.next();
- if (predicate(entry.key)) {
- result.put_xwzc9p$(entry.key, entry.value);
- }}
- return result;
- };
- }));
- var filterValues = defineInlineFunction('kotlin.kotlin.collections.filterValues_btttvb$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, predicate) {
- var tmp$;
- var result = LinkedHashMap_init();
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var entry = tmp$.next();
- if (predicate(entry.value)) {
- result.put_xwzc9p$(entry.key, entry.value);
- }}
- return result;
- };
- }));
- var filterTo_15 = defineInlineFunction('kotlin.kotlin.collections.filterTo_6i6lq2$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- destination.put_xwzc9p$(element.key, element.value);
- }}
- return destination;
- });
- var filter_16 = defineInlineFunction('kotlin.kotlin.collections.filter_9peqz9$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, predicate) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (predicate(element)) {
- destination.put_xwzc9p$(element.key, element.value);
- }}
- return destination;
- };
- }));
- var filterNotTo_15 = defineInlineFunction('kotlin.kotlin.collections.filterNotTo_6i6lq2$', function ($receiver, destination, predicate) {
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element)) {
- destination.put_xwzc9p$(element.key, element.value);
- }}
- return destination;
- });
- var filterNot_16 = defineInlineFunction('kotlin.kotlin.collections.filterNot_9peqz9$', wrapFunction(function () {
- var LinkedHashMap_init = _.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- return function ($receiver, predicate) {
- var destination = LinkedHashMap_init();
- var tmp$;
- tmp$ = $receiver.entries.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (!predicate(element)) {
- destination.put_xwzc9p$(element.key, element.value);
- }}
- return destination;
- };
- }));
- function toMap($receiver) {
- var tmp$;
- if (Kotlin.isType($receiver, Collection)) {
- switch ($receiver.size) {
- case 0:
- tmp$ = emptyMap();
- break;
- case 1:
- tmp$ = mapOf(Kotlin.isType($receiver, List) ? $receiver.get_za3lpa$(0) : $receiver.iterator().next());
- break;
- default:tmp$ = toMap_0($receiver, LinkedHashMap_init_2(mapCapacity($receiver.size)));
- break;
- }
- return tmp$;
- }return optimizeReadOnlyMap(toMap_0($receiver, LinkedHashMap_init()));
- }
- function toMap_0($receiver, destination) {
- putAll_0(destination, $receiver);
- return destination;
- }
- function toMap_1($receiver) {
- switch ($receiver.length) {
- case 0:
- return emptyMap();
- case 1:
- return mapOf($receiver[0]);
- default:return toMap_2($receiver, LinkedHashMap_init_2(mapCapacity($receiver.length)));
- }
- }
- function toMap_2($receiver, destination) {
- putAll(destination, $receiver);
- return destination;
- }
- function toMap_3($receiver) {
- return optimizeReadOnlyMap(toMap_4($receiver, LinkedHashMap_init()));
- }
- function toMap_4($receiver, destination) {
- putAll_1(destination, $receiver);
- return destination;
- }
- function toMap_5($receiver) {
- switch ($receiver.size) {
- case 0:
- return emptyMap();
- case 1:
- return toMutableMap($receiver);
- default:return toMutableMap($receiver);
- }
- }
- function toMutableMap($receiver) {
- return LinkedHashMap_init_3($receiver);
- }
- function toMap_6($receiver, destination) {
- destination.putAll_a2k3zr$($receiver);
- return destination;
- }
- function plus_54($receiver, pair) {
- var tmp$;
- if ($receiver.isEmpty())
- tmp$ = mapOf(pair);
- else {
- var $receiver_0 = LinkedHashMap_init_3($receiver);
- $receiver_0.put_xwzc9p$(pair.first, pair.second);
- tmp$ = $receiver_0;
- }
- return tmp$;
- }
- function plus_55($receiver, pairs) {
- var tmp$;
- if ($receiver.isEmpty())
- tmp$ = toMap(pairs);
- else {
- var $receiver_0 = LinkedHashMap_init_3($receiver);
- putAll_0($receiver_0, pairs);
- tmp$ = $receiver_0;
- }
- return tmp$;
- }
- function plus_56($receiver, pairs) {
- var tmp$;
- if ($receiver.isEmpty())
- tmp$ = toMap_1(pairs);
- else {
- var $receiver_0 = LinkedHashMap_init_3($receiver);
- putAll($receiver_0, pairs);
- tmp$ = $receiver_0;
- }
- return tmp$;
- }
- function plus_57($receiver, pairs) {
- var $receiver_0 = LinkedHashMap_init_3($receiver);
- putAll_1($receiver_0, pairs);
- return optimizeReadOnlyMap($receiver_0);
- }
- function plus_58($receiver, map) {
- var $receiver_0 = LinkedHashMap_init_3($receiver);
- $receiver_0.putAll_a2k3zr$(map);
- return $receiver_0;
- }
- var plusAssign = defineInlineFunction('kotlin.kotlin.collections.plusAssign_iu53pl$', function ($receiver, pair) {
- $receiver.put_xwzc9p$(pair.first, pair.second);
- });
- var plusAssign_0 = defineInlineFunction('kotlin.kotlin.collections.plusAssign_cweazw$', wrapFunction(function () {
- var putAll = _.kotlin.collections.putAll_cweazw$;
- return function ($receiver, pairs) {
- putAll($receiver, pairs);
- };
- }));
- var plusAssign_1 = defineInlineFunction('kotlin.kotlin.collections.plusAssign_5gv49o$', wrapFunction(function () {
- var putAll = _.kotlin.collections.putAll_5gv49o$;
- return function ($receiver, pairs) {
- putAll($receiver, pairs);
- };
- }));
- var plusAssign_2 = defineInlineFunction('kotlin.kotlin.collections.plusAssign_2ud8ki$', wrapFunction(function () {
- var putAll = _.kotlin.collections.putAll_2ud8ki$;
- return function ($receiver, pairs) {
- putAll($receiver, pairs);
- };
- }));
- var plusAssign_3 = defineInlineFunction('kotlin.kotlin.collections.plusAssign_i7ax6h$', function ($receiver, map) {
- $receiver.putAll_a2k3zr$(map);
- });
- function minus_11($receiver, key) {
- var $receiver_0 = toMutableMap($receiver);
- $receiver_0.remove_11rb$(key);
- return optimizeReadOnlyMap($receiver_0);
- }
- function minus_12($receiver, keys) {
- var $receiver_0 = toMutableMap($receiver);
- removeAll_0($receiver_0.keys, keys);
- return optimizeReadOnlyMap($receiver_0);
- }
- function minus_13($receiver, keys) {
- var $receiver_0 = toMutableMap($receiver);
- removeAll_2($receiver_0.keys, keys);
- return optimizeReadOnlyMap($receiver_0);
- }
- function minus_14($receiver, keys) {
- var $receiver_0 = toMutableMap($receiver);
- removeAll_1($receiver_0.keys, keys);
- return optimizeReadOnlyMap($receiver_0);
- }
- var minusAssign = defineInlineFunction('kotlin.kotlin.collections.minusAssign_5rmzjt$', function ($receiver, key) {
- $receiver.remove_11rb$(key);
- });
- var minusAssign_0 = defineInlineFunction('kotlin.kotlin.collections.minusAssign_zgveeq$', wrapFunction(function () {
- var removeAll = _.kotlin.collections.removeAll_ipc267$;
- return function ($receiver, keys) {
- removeAll($receiver.keys, keys);
- };
- }));
- var minusAssign_1 = defineInlineFunction('kotlin.kotlin.collections.minusAssign_kom96y$', wrapFunction(function () {
- var removeAll = _.kotlin.collections.removeAll_ye1y7v$;
- return function ($receiver, keys) {
- removeAll($receiver.keys, keys);
- };
- }));
- var minusAssign_2 = defineInlineFunction('kotlin.kotlin.collections.minusAssign_1zq34s$', wrapFunction(function () {
- var removeAll = _.kotlin.collections.removeAll_tj7pfx$;
- return function ($receiver, keys) {
- removeAll($receiver.keys, keys);
- };
- }));
- function optimizeReadOnlyMap($receiver) {
- switch ($receiver.size) {
- case 0:
- return emptyMap();
- case 1:
- return $receiver;
- default:return $receiver;
- }
- }
- var remove_0 = defineInlineFunction('kotlin.kotlin.collections.remove_cz4ny2$', wrapFunction(function () {
- var MutableCollection = _.kotlin.collections.MutableCollection;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, element) {
- var tmp$;
- return (Kotlin.isType(tmp$ = $receiver, MutableCollection) ? tmp$ : throwCCE()).remove_11rb$(element);
- };
- }));
- var removeAll = defineInlineFunction('kotlin.kotlin.collections.removeAll_qrknmz$', wrapFunction(function () {
- var MutableCollection = _.kotlin.collections.MutableCollection;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, elements) {
- var tmp$;
- return (Kotlin.isType(tmp$ = $receiver, MutableCollection) ? tmp$ : throwCCE()).removeAll_brywnq$(elements);
- };
- }));
- var retainAll = defineInlineFunction('kotlin.kotlin.collections.retainAll_qrknmz$', wrapFunction(function () {
- var MutableCollection = _.kotlin.collections.MutableCollection;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, elements) {
- var tmp$;
- return (Kotlin.isType(tmp$ = $receiver, MutableCollection) ? tmp$ : throwCCE()).retainAll_brywnq$(elements);
- };
- }));
- var plusAssign_4 = defineInlineFunction('kotlin.kotlin.collections.plusAssign_mohyd4$', function ($receiver, element) {
- $receiver.add_11rb$(element);
- });
- var plusAssign_5 = defineInlineFunction('kotlin.kotlin.collections.plusAssign_ipc267$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ipc267$;
- return function ($receiver, elements) {
- addAll($receiver, elements);
- };
- }));
- var plusAssign_6 = defineInlineFunction('kotlin.kotlin.collections.plusAssign_x8tvoq$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_ye1y7v$;
- return function ($receiver, elements) {
- addAll($receiver, elements);
- };
- }));
- var plusAssign_7 = defineInlineFunction('kotlin.kotlin.collections.plusAssign_tj7pfx$', wrapFunction(function () {
- var addAll = _.kotlin.collections.addAll_tj7pfx$;
- return function ($receiver, elements) {
- addAll($receiver, elements);
- };
- }));
- var minusAssign_3 = defineInlineFunction('kotlin.kotlin.collections.minusAssign_mohyd4$', function ($receiver, element) {
- $receiver.remove_11rb$(element);
- });
- var minusAssign_4 = defineInlineFunction('kotlin.kotlin.collections.minusAssign_ipc267$', wrapFunction(function () {
- var removeAll = _.kotlin.collections.removeAll_ipc267$;
- return function ($receiver, elements) {
- removeAll($receiver, elements);
- };
- }));
- var minusAssign_5 = defineInlineFunction('kotlin.kotlin.collections.minusAssign_x8tvoq$', wrapFunction(function () {
- var removeAll = _.kotlin.collections.removeAll_ye1y7v$;
- return function ($receiver, elements) {
- removeAll($receiver, elements);
- };
- }));
- var minusAssign_6 = defineInlineFunction('kotlin.kotlin.collections.minusAssign_tj7pfx$', wrapFunction(function () {
- var removeAll = _.kotlin.collections.removeAll_tj7pfx$;
- return function ($receiver, elements) {
- removeAll($receiver, elements);
- };
- }));
- function addAll($receiver, elements) {
- var tmp$;
- if (Kotlin.isType(elements, Collection))
- return $receiver.addAll_brywnq$(elements);
- else {
- var result = false;
- tmp$ = elements.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if ($receiver.add_11rb$(item))
- result = true;
- }
- return result;
- }
- }
- function addAll_0($receiver, elements) {
- var tmp$;
- var result = false;
- tmp$ = elements.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- if ($receiver.add_11rb$(item))
- result = true;
- }
- return result;
- }
- function addAll_1($receiver, elements) {
- return $receiver.addAll_brywnq$(asList(elements));
- }
- function removeAll_0($receiver, elements) {
- var elements_0 = convertToSetForSetOperationWith(elements, $receiver);
- var tmp$;
- return (Kotlin.isType(tmp$ = $receiver, MutableCollection) ? tmp$ : throwCCE()).removeAll_brywnq$(elements_0);
- }
- function removeAll_1($receiver, elements) {
- var set = toHashSet_9(elements);
- return !set.isEmpty() && $receiver.removeAll_brywnq$(set);
- }
- function removeAll_2($receiver, elements) {
- return !(elements.length === 0) && $receiver.removeAll_brywnq$(toHashSet(elements));
- }
- function retainAll_0($receiver, elements) {
- var elements_0 = convertToSetForSetOperationWith(elements, $receiver);
- var tmp$;
- return (Kotlin.isType(tmp$ = $receiver, MutableCollection) ? tmp$ : throwCCE()).retainAll_brywnq$(elements_0);
- }
- function retainAll_1($receiver, elements) {
- if (!(elements.length === 0))
- return $receiver.retainAll_brywnq$(toHashSet(elements));
- else
- return retainNothing($receiver);
- }
- function retainAll_2($receiver, elements) {
- var set = toHashSet_9(elements);
- if (!set.isEmpty())
- return $receiver.retainAll_brywnq$(set);
- else
- return retainNothing($receiver);
- }
- function retainNothing($receiver) {
- var result = !$receiver.isEmpty();
- $receiver.clear();
- return result;
- }
- function removeAll_3($receiver, predicate) {
- return filterInPlace($receiver, predicate, true);
- }
- function retainAll_3($receiver, predicate) {
- return filterInPlace($receiver, predicate, false);
- }
- function filterInPlace($receiver, predicate, predicateResultToRemove) {
- var result = {v: false};
- var $receiver_0 = $receiver.iterator();
- while ($receiver_0.hasNext())
- if (predicate($receiver_0.next()) === predicateResultToRemove) {
- $receiver_0.remove();
- result.v = true;
- }return result.v;
- }
- var remove_1 = defineInlineFunction('kotlin.kotlin.collections.remove_tkbrz9$', function ($receiver, index) {
- return $receiver.removeAt_za3lpa$(index);
- });
- function removeFirst($receiver) {
- if ($receiver.isEmpty())
- throw new NoSuchElementException('List is empty.');
- else
- return $receiver.removeAt_za3lpa$(0);
- }
- function removeFirstOrNull($receiver) {
- return $receiver.isEmpty() ? null : $receiver.removeAt_za3lpa$(0);
- }
- function removeLast($receiver) {
- if ($receiver.isEmpty())
- throw new NoSuchElementException('List is empty.');
- else
- return $receiver.removeAt_za3lpa$(get_lastIndex_12($receiver));
- }
- function removeLastOrNull($receiver) {
- return $receiver.isEmpty() ? null : $receiver.removeAt_za3lpa$(get_lastIndex_12($receiver));
- }
- function removeAll_4($receiver, predicate) {
- return filterInPlace_0($receiver, predicate, true);
- }
- function retainAll_4($receiver, predicate) {
- return filterInPlace_0($receiver, predicate, false);
- }
- function filterInPlace_0($receiver, predicate, predicateResultToRemove) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- if (!Kotlin.isType($receiver, RandomAccess))
- return filterInPlace(Kotlin.isType(tmp$ = $receiver, MutableIterable) ? tmp$ : throwCCE_0(), predicate, predicateResultToRemove);
- var writeIndex = 0;
- tmp$_0 = get_lastIndex_12($receiver);
- for (var readIndex = 0; readIndex <= tmp$_0; readIndex++) {
- var element = $receiver.get_za3lpa$(readIndex);
- if (predicate(element) === predicateResultToRemove)
- continue;
- if (writeIndex !== readIndex)
- $receiver.set_wxm5ur$(writeIndex, element);
- writeIndex = writeIndex + 1 | 0;
- }
- if (writeIndex < $receiver.size) {
- tmp$_1 = get_lastIndex_12($receiver);
- tmp$_2 = writeIndex;
- for (var removeIndex = tmp$_1; removeIndex >= tmp$_2; removeIndex--)
- $receiver.removeAt_za3lpa$(removeIndex);
- return true;
- } else {
- return false;
- }
- }
- function ReversedListReadOnly(delegate) {
- AbstractList.call(this);
- this.delegate_0 = delegate;
- }
- Object.defineProperty(ReversedListReadOnly.prototype, 'size', {configurable: true, get: function () {
- return this.delegate_0.size;
- }});
- ReversedListReadOnly.prototype.get_za3lpa$ = function (index) {
- return this.delegate_0.get_za3lpa$(reverseElementIndex(this, index));
- };
- ReversedListReadOnly.$metadata$ = {kind: Kind_CLASS, simpleName: 'ReversedListReadOnly', interfaces: [AbstractList]};
- function ReversedList(delegate) {
- AbstractMutableList.call(this);
- this.delegate_0 = delegate;
- }
- Object.defineProperty(ReversedList.prototype, 'size', {configurable: true, get: function () {
- return this.delegate_0.size;
- }});
- ReversedList.prototype.get_za3lpa$ = function (index) {
- return this.delegate_0.get_za3lpa$(reverseElementIndex(this, index));
- };
- ReversedList.prototype.clear = function () {
- this.delegate_0.clear();
- };
- ReversedList.prototype.removeAt_za3lpa$ = function (index) {
- return this.delegate_0.removeAt_za3lpa$(reverseElementIndex(this, index));
- };
- ReversedList.prototype.set_wxm5ur$ = function (index, element) {
- return this.delegate_0.set_wxm5ur$(reverseElementIndex(this, index), element);
- };
- ReversedList.prototype.add_wxm5ur$ = function (index, element) {
- this.delegate_0.add_wxm5ur$(reversePositionIndex(this, index), element);
- };
- ReversedList.$metadata$ = {kind: Kind_CLASS, simpleName: 'ReversedList', interfaces: [AbstractMutableList]};
- function reverseElementIndex($receiver, index) {
- var tmp$;
- tmp$ = get_lastIndex_12($receiver);
- if (0 <= index && index <= tmp$)
- return get_lastIndex_12($receiver) - index | 0;
- else
- throw new IndexOutOfBoundsException('Element index ' + index + ' must be in range [' + new IntRange(0, get_lastIndex_12($receiver)) + '].');
- }
- function reversePositionIndex($receiver, index) {
- var tmp$;
- tmp$ = $receiver.size;
- if (0 <= index && index <= tmp$)
- return $receiver.size - index | 0;
- else
- throw new IndexOutOfBoundsException('Position index ' + index + ' must be in range [' + new IntRange(0, $receiver.size) + '].');
- }
- function asReversed($receiver) {
- return new ReversedListReadOnly($receiver);
- }
- function asReversed_0($receiver) {
- return new ReversedList($receiver);
- }
- function Sequence() {
- }
- Sequence.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Sequence', interfaces: []};
- function Sequence$ObjectLiteral_2(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Sequence$ObjectLiteral_2.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Sequence$ObjectLiteral_2.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- function sequence$lambda(closure$block) {
- return function () {
- return iterator_3(closure$block);
- };
- }
- function sequence(block) {
- return new Sequence$ObjectLiteral_2(sequence$lambda(block));
- }
- var buildSequence = defineInlineFunction('kotlin.kotlin.sequences.buildSequence_o0x0bg$', wrapFunction(function () {
- var iterator = _.kotlin.sequences.iterator_o0x0bg$;
- var Kind_CLASS = Kotlin.Kind.CLASS;
- var Sequence = _.kotlin.sequences.Sequence;
- function Sequence$ObjectLiteral(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Sequence$ObjectLiteral.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Sequence$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- function buildSequence$lambda(closure$builderAction) {
- return function () {
- return iterator(closure$builderAction);
- };
- }
- return function (builderAction) {
- return new Sequence$ObjectLiteral(buildSequence$lambda(builderAction));
- };
- }));
- function iterator_3(block) {
- var iterator = new SequenceBuilderIterator();
- iterator.nextStep = createCoroutineUnintercepted_0(block, iterator, iterator);
- return iterator;
- }
- var buildIterator = defineInlineFunction('kotlin.kotlin.sequences.buildIterator_o0x0bg$', wrapFunction(function () {
- var iterator = _.kotlin.sequences.iterator_o0x0bg$;
- return function (builderAction) {
- return iterator(builderAction);
- };
- }));
- function SequenceScope() {
- }
- SequenceScope.prototype.yieldAll_p1ys8y$ = function (elements, continuation) {
- if (Kotlin.isType(elements, Collection) && elements.isEmpty())
- return;
- return this.yieldAll_1phuh2$(elements.iterator(), continuation);
- };
- SequenceScope.prototype.yieldAll_swo9gw$ = function (sequence, continuation) {
- return this.yieldAll_1phuh2$(sequence.iterator(), continuation);
- };
- SequenceScope.$metadata$ = {kind: Kind_CLASS, simpleName: 'SequenceScope', interfaces: []};
- var State_NotReady;
- var State_ManyNotReady;
- var State_ManyReady;
- var State_Ready;
- var State_Done;
- var State_Failed;
- function SequenceBuilderIterator() {
- SequenceScope.call(this);
- this.state_0 = 0;
- this.nextValue_0 = null;
- this.nextIterator_0 = null;
- this.nextStep = null;
- }
- SequenceBuilderIterator.prototype.hasNext = function () {
- while (true) {
- switch (this.state_0) {
- case 0:
- break;
- case 1:
- if (ensureNotNull(this.nextIterator_0).hasNext()) {
- this.state_0 = 2;
- return true;
- } else {
- this.nextIterator_0 = null;
- }
-
- break;
- case 4:
- return false;
- case 3:
- case 2:
- return true;
- default:throw this.exceptionalState_0();
- }
- this.state_0 = 5;
- var step = ensureNotNull(this.nextStep);
- this.nextStep = null;
- step.resumeWith_tl1gpc$(new Result(Unit_getInstance()));
- }
- };
- SequenceBuilderIterator.prototype.next = function () {
- var tmp$;
- switch (this.state_0) {
- case 0:
- case 1:
- return this.nextNotReady_0();
- case 2:
- this.state_0 = 1;
- return ensureNotNull(this.nextIterator_0).next();
- case 3:
- this.state_0 = 0;
- var result = (tmp$ = this.nextValue_0) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- this.nextValue_0 = null;
- return result;
- default:throw this.exceptionalState_0();
- }
- };
- SequenceBuilderIterator.prototype.nextNotReady_0 = function () {
- if (!this.hasNext())
- throw NoSuchElementException_init();
- else
- return this.next();
- };
- SequenceBuilderIterator.prototype.exceptionalState_0 = function () {
- switch (this.state_0) {
- case 4:
- return NoSuchElementException_init();
- case 5:
- return IllegalStateException_init_0('Iterator has failed.');
- default:return IllegalStateException_init_0('Unexpected state of the iterator: ' + this.state_0);
- }
- };
- function SequenceBuilderIterator$yield$lambda(this$SequenceBuilderIterator) {
- return function (c) {
- this$SequenceBuilderIterator.nextStep = c;
- return get_COROUTINE_SUSPENDED();
- };
- }
- SequenceBuilderIterator.prototype.yield_11rb$ = function (value, continuation) {
- this.nextValue_0 = value;
- this.state_0 = 3;
- return SequenceBuilderIterator$yield$lambda(this)(continuation);
- };
- function SequenceBuilderIterator$yieldAll$lambda(this$SequenceBuilderIterator) {
- return function (c) {
- this$SequenceBuilderIterator.nextStep = c;
- return get_COROUTINE_SUSPENDED();
- };
- }
- SequenceBuilderIterator.prototype.yieldAll_1phuh2$ = function (iterator, continuation) {
- if (!iterator.hasNext())
- return;
- this.nextIterator_0 = iterator;
- this.state_0 = 2;
- return SequenceBuilderIterator$yieldAll$lambda(this)(continuation);
- };
- SequenceBuilderIterator.prototype.resumeWith_tl1gpc$ = function (result) {
- var tmp$;
- throwOnFailure(result);
- (tmp$ = result.value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- this.state_0 = 4;
- };
- Object.defineProperty(SequenceBuilderIterator.prototype, 'context', {configurable: true, get: function () {
- return EmptyCoroutineContext_getInstance();
- }});
- SequenceBuilderIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'SequenceBuilderIterator', interfaces: [Continuation, Iterator, SequenceScope]};
- function Sequence$ObjectLiteral_3(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Sequence$ObjectLiteral_3.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Sequence$ObjectLiteral_3.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- var Sequence_0 = defineInlineFunction('kotlin.kotlin.sequences.Sequence_ms0qmx$', wrapFunction(function () {
- var Kind_CLASS = Kotlin.Kind.CLASS;
- var Sequence = _.kotlin.sequences.Sequence;
- function Sequence$ObjectLiteral(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Sequence$ObjectLiteral.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Sequence$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- return function (iterator) {
- return new Sequence$ObjectLiteral(iterator);
- };
- }));
- function asSequence$lambda_10(this$asSequence) {
- return function () {
- return this$asSequence;
- };
- }
- function asSequence_12($receiver) {
- return constrainOnce(new Sequence$ObjectLiteral_3(asSequence$lambda_10($receiver)));
- }
- function sequenceOf(elements) {
- return elements.length === 0 ? emptySequence() : asSequence(elements);
- }
- function emptySequence() {
- return EmptySequence_getInstance();
- }
- function EmptySequence() {
- EmptySequence_instance = this;
- }
- EmptySequence.prototype.iterator = function () {
- return EmptyIterator_getInstance();
- };
- EmptySequence.prototype.drop_za3lpa$ = function (n) {
- return EmptySequence_getInstance();
- };
- EmptySequence.prototype.take_za3lpa$ = function (n) {
- return EmptySequence_getInstance();
- };
- EmptySequence.$metadata$ = {kind: Kind_OBJECT, simpleName: 'EmptySequence', interfaces: [DropTakeSequence, Sequence]};
- var EmptySequence_instance = null;
- function EmptySequence_getInstance() {
- if (EmptySequence_instance === null) {
- new EmptySequence();
- }return EmptySequence_instance;
- }
- var orEmpty_3 = defineInlineFunction('kotlin.kotlin.sequences.orEmpty_eamxo5$', wrapFunction(function () {
- var emptySequence = _.kotlin.sequences.emptySequence_287e2$;
- return function ($receiver) {
- return $receiver != null ? $receiver : emptySequence();
- };
- }));
- function Coroutine$ifEmpty$lambda(this$ifEmpty_0, closure$defaultValue_0, $receiver_0, controller, continuation_0) {
- CoroutineImpl.call(this, continuation_0);
- this.$controller = controller;
- this.exceptionState_0 = 1;
- this.local$this$ifEmpty = this$ifEmpty_0;
- this.local$closure$defaultValue = closure$defaultValue_0;
- this.local$$receiver = $receiver_0;
- }
- Coroutine$ifEmpty$lambda.$metadata$ = {kind: Kotlin.Kind.CLASS, simpleName: null, interfaces: [CoroutineImpl]};
- Coroutine$ifEmpty$lambda.prototype = Object.create(CoroutineImpl.prototype);
- Coroutine$ifEmpty$lambda.prototype.constructor = Coroutine$ifEmpty$lambda;
- Coroutine$ifEmpty$lambda.prototype.doResume = function () {
- do
- try {
- switch (this.state_0) {
- case 0:
- var iterator = this.local$this$ifEmpty.iterator();
- if (iterator.hasNext()) {
- this.state_0 = 3;
- this.result_0 = this.local$$receiver.yieldAll_1phuh2$(iterator, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- } else {
- this.state_0 = 2;
- this.result_0 = this.local$$receiver.yieldAll_swo9gw$(this.local$closure$defaultValue(), this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- }
-
- case 1:
- throw this.exception_0;
- case 2:
- return Unit;
- case 3:
- return Unit;
- case 4:
- return;
- default:this.state_0 = 1;
- throw new Error('State Machine Unreachable execution');
- }
- } catch (e) {
- if (this.state_0 === 1) {
- this.exceptionState_0 = this.state_0;
- throw e;
- } else {
- this.state_0 = this.exceptionState_0;
- this.exception_0 = e;
- }
- }
- while (true);
- };
- function ifEmpty$lambda(this$ifEmpty_0, closure$defaultValue_0) {
- return function ($receiver_0, continuation_0, suspended) {
- var instance = new Coroutine$ifEmpty$lambda(this$ifEmpty_0, closure$defaultValue_0, $receiver_0, this, continuation_0);
- if (suspended)
- return instance;
- else
- return instance.doResume(null);
- };
- }
- function ifEmpty_2($receiver, defaultValue) {
- return sequence(ifEmpty$lambda($receiver, defaultValue));
- }
- function flatten$lambda(it) {
- return it.iterator();
- }
- function flatten_1($receiver) {
- return flatten_3($receiver, flatten$lambda);
- }
- function flatten$lambda_0(it) {
- return it.iterator();
- }
- function flatten_2($receiver) {
- return flatten_3($receiver, flatten$lambda_0);
- }
- function flatten$lambda_1(it) {
- return it;
- }
- function flatten_3($receiver, iterator) {
- var tmp$;
- if (Kotlin.isType($receiver, TransformingSequence)) {
- return (Kotlin.isType(tmp$ = $receiver, TransformingSequence) ? tmp$ : throwCCE_0()).flatten_1tglza$(iterator);
- }return new FlatteningSequence($receiver, flatten$lambda_1, iterator);
- }
- function unzip_1($receiver) {
- var tmp$;
- var listT = ArrayList_init();
- var listR = ArrayList_init();
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var pair = tmp$.next();
- listT.add_11rb$(pair.first);
- listR.add_11rb$(pair.second);
- }
- return to(listT, listR);
- }
- function shuffled_1($receiver) {
- return shuffled_2($receiver, Random$Default_getInstance());
- }
- function Coroutine$shuffled$lambda(this$shuffled_0, closure$random_0, $receiver_0, controller, continuation_0) {
- CoroutineImpl.call(this, continuation_0);
- this.$controller = controller;
- this.exceptionState_0 = 1;
- this.local$this$shuffled = this$shuffled_0;
- this.local$closure$random = closure$random_0;
- this.local$buffer = void 0;
- this.local$$receiver = $receiver_0;
- }
- Coroutine$shuffled$lambda.$metadata$ = {kind: Kotlin.Kind.CLASS, simpleName: null, interfaces: [CoroutineImpl]};
- Coroutine$shuffled$lambda.prototype = Object.create(CoroutineImpl.prototype);
- Coroutine$shuffled$lambda.prototype.constructor = Coroutine$shuffled$lambda;
- Coroutine$shuffled$lambda.prototype.doResume = function () {
- do
- try {
- switch (this.state_0) {
- case 0:
- this.local$buffer = toMutableList_10(this.local$this$shuffled);
- this.state_0 = 2;
- continue;
- case 1:
- throw this.exception_0;
- case 2:
- if (this.local$buffer.isEmpty()) {
- this.state_0 = 4;
- continue;
- }
- var j = this.local$closure$random.nextInt_za3lpa$(this.local$buffer.size);
- var last = removeLast(this.local$buffer);
- var value = j < this.local$buffer.size ? this.local$buffer.set_wxm5ur$(j, last) : last;
- this.state_0 = 3;
- this.result_0 = this.local$$receiver.yield_11rb$(value, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- case 3:
- this.state_0 = 2;
- continue;
- case 4:
- return Unit;
- default:this.state_0 = 1;
- throw new Error('State Machine Unreachable execution');
- }
- } catch (e) {
- if (this.state_0 === 1) {
- this.exceptionState_0 = this.state_0;
- throw e;
- } else {
- this.state_0 = this.exceptionState_0;
- this.exception_0 = e;
- }
- }
- while (true);
- };
- function shuffled$lambda(this$shuffled_0, closure$random_0) {
- return function ($receiver_0, continuation_0, suspended) {
- var instance = new Coroutine$shuffled$lambda(this$shuffled_0, closure$random_0, $receiver_0, this, continuation_0);
- if (suspended)
- return instance;
- else
- return instance.doResume(null);
- };
- }
- function shuffled_2($receiver, random) {
- return sequence(shuffled$lambda($receiver, random));
- }
- function FilteringSequence(sequence, sendWhen, predicate) {
- if (sendWhen === void 0)
- sendWhen = true;
- this.sequence_0 = sequence;
- this.sendWhen_0 = sendWhen;
- this.predicate_0 = predicate;
- }
- function FilteringSequence$iterator$ObjectLiteral(this$FilteringSequence) {
- this.this$FilteringSequence = this$FilteringSequence;
- this.iterator = this$FilteringSequence.sequence_0.iterator();
- this.nextState = -1;
- this.nextItem = null;
- }
- FilteringSequence$iterator$ObjectLiteral.prototype.calcNext_0 = function () {
- while (this.iterator.hasNext()) {
- var item = this.iterator.next();
- if (this.this$FilteringSequence.predicate_0(item) === this.this$FilteringSequence.sendWhen_0) {
- this.nextItem = item;
- this.nextState = 1;
- return;
- }}
- this.nextState = 0;
- };
- FilteringSequence$iterator$ObjectLiteral.prototype.next = function () {
- var tmp$;
- if (this.nextState === -1)
- this.calcNext_0();
- if (this.nextState === 0)
- throw NoSuchElementException_init();
- var result = this.nextItem;
- this.nextItem = null;
- this.nextState = -1;
- return (tmp$ = result) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- };
- FilteringSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- if (this.nextState === -1)
- this.calcNext_0();
- return this.nextState === 1;
- };
- FilteringSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- FilteringSequence.prototype.iterator = function () {
- return new FilteringSequence$iterator$ObjectLiteral(this);
- };
- FilteringSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'FilteringSequence', interfaces: [Sequence]};
- function TransformingSequence(sequence, transformer) {
- this.sequence_0 = sequence;
- this.transformer_0 = transformer;
- }
- function TransformingSequence$iterator$ObjectLiteral(this$TransformingSequence) {
- this.this$TransformingSequence = this$TransformingSequence;
- this.iterator = this$TransformingSequence.sequence_0.iterator();
- }
- TransformingSequence$iterator$ObjectLiteral.prototype.next = function () {
- return this.this$TransformingSequence.transformer_0(this.iterator.next());
- };
- TransformingSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.iterator.hasNext();
- };
- TransformingSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- TransformingSequence.prototype.iterator = function () {
- return new TransformingSequence$iterator$ObjectLiteral(this);
- };
- TransformingSequence.prototype.flatten_1tglza$ = function (iterator) {
- return new FlatteningSequence(this.sequence_0, this.transformer_0, iterator);
- };
- TransformingSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'TransformingSequence', interfaces: [Sequence]};
- function TransformingIndexedSequence(sequence, transformer) {
- this.sequence_0 = sequence;
- this.transformer_0 = transformer;
- }
- function TransformingIndexedSequence$iterator$ObjectLiteral(this$TransformingIndexedSequence) {
- this.this$TransformingIndexedSequence = this$TransformingIndexedSequence;
- this.iterator = this$TransformingIndexedSequence.sequence_0.iterator();
- this.index = 0;
- }
- TransformingIndexedSequence$iterator$ObjectLiteral.prototype.next = function () {
- var tmp$;
- return this.this$TransformingIndexedSequence.transformer_0(checkIndexOverflow((tmp$ = this.index, this.index = tmp$ + 1 | 0, tmp$)), this.iterator.next());
- };
- TransformingIndexedSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.iterator.hasNext();
- };
- TransformingIndexedSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- TransformingIndexedSequence.prototype.iterator = function () {
- return new TransformingIndexedSequence$iterator$ObjectLiteral(this);
- };
- TransformingIndexedSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'TransformingIndexedSequence', interfaces: [Sequence]};
- function IndexingSequence(sequence) {
- this.sequence_0 = sequence;
- }
- function IndexingSequence$iterator$ObjectLiteral(this$IndexingSequence) {
- this.iterator = this$IndexingSequence.sequence_0.iterator();
- this.index = 0;
- }
- IndexingSequence$iterator$ObjectLiteral.prototype.next = function () {
- var tmp$;
- return new IndexedValue(checkIndexOverflow((tmp$ = this.index, this.index = tmp$ + 1 | 0, tmp$)), this.iterator.next());
- };
- IndexingSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.iterator.hasNext();
- };
- IndexingSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- IndexingSequence.prototype.iterator = function () {
- return new IndexingSequence$iterator$ObjectLiteral(this);
- };
- IndexingSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'IndexingSequence', interfaces: [Sequence]};
- function MergingSequence(sequence1, sequence2, transform) {
- this.sequence1_0 = sequence1;
- this.sequence2_0 = sequence2;
- this.transform_0 = transform;
- }
- function MergingSequence$iterator$ObjectLiteral(this$MergingSequence) {
- this.this$MergingSequence = this$MergingSequence;
- this.iterator1 = this$MergingSequence.sequence1_0.iterator();
- this.iterator2 = this$MergingSequence.sequence2_0.iterator();
- }
- MergingSequence$iterator$ObjectLiteral.prototype.next = function () {
- return this.this$MergingSequence.transform_0(this.iterator1.next(), this.iterator2.next());
- };
- MergingSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.iterator1.hasNext() && this.iterator2.hasNext();
- };
- MergingSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- MergingSequence.prototype.iterator = function () {
- return new MergingSequence$iterator$ObjectLiteral(this);
- };
- MergingSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'MergingSequence', interfaces: [Sequence]};
- function FlatteningSequence(sequence, transformer, iterator) {
- this.sequence_0 = sequence;
- this.transformer_0 = transformer;
- this.iterator_0 = iterator;
- }
- function FlatteningSequence$iterator$ObjectLiteral(this$FlatteningSequence) {
- this.this$FlatteningSequence = this$FlatteningSequence;
- this.iterator = this$FlatteningSequence.sequence_0.iterator();
- this.itemIterator = null;
- }
- FlatteningSequence$iterator$ObjectLiteral.prototype.next = function () {
- if (!this.ensureItemIterator_0())
- throw NoSuchElementException_init();
- return ensureNotNull(this.itemIterator).next();
- };
- FlatteningSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.ensureItemIterator_0();
- };
- FlatteningSequence$iterator$ObjectLiteral.prototype.ensureItemIterator_0 = function () {
- var tmp$;
- if (((tmp$ = this.itemIterator) != null ? tmp$.hasNext() : null) === false)
- this.itemIterator = null;
- while (this.itemIterator == null) {
- if (!this.iterator.hasNext()) {
- return false;
- } else {
- var element = this.iterator.next();
- var nextItemIterator = this.this$FlatteningSequence.iterator_0(this.this$FlatteningSequence.transformer_0(element));
- if (nextItemIterator.hasNext()) {
- this.itemIterator = nextItemIterator;
- return true;
- }}
- }
- return true;
- };
- FlatteningSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- FlatteningSequence.prototype.iterator = function () {
- return new FlatteningSequence$iterator$ObjectLiteral(this);
- };
- FlatteningSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'FlatteningSequence', interfaces: [Sequence]};
- function Coroutine$flatMapIndexed$lambda(closure$source_0, closure$transform_0, closure$iterator_0, $receiver_0, controller, continuation_0) {
- CoroutineImpl.call(this, continuation_0);
- this.$controller = controller;
- this.exceptionState_0 = 1;
- this.local$closure$source = closure$source_0;
- this.local$closure$transform = closure$transform_0;
- this.local$closure$iterator = closure$iterator_0;
- this.local$tmp$ = void 0;
- this.local$index = void 0;
- this.local$$receiver = $receiver_0;
- }
- Coroutine$flatMapIndexed$lambda.$metadata$ = {kind: Kotlin.Kind.CLASS, simpleName: null, interfaces: [CoroutineImpl]};
- Coroutine$flatMapIndexed$lambda.prototype = Object.create(CoroutineImpl.prototype);
- Coroutine$flatMapIndexed$lambda.prototype.constructor = Coroutine$flatMapIndexed$lambda;
- Coroutine$flatMapIndexed$lambda.prototype.doResume = function () {
- do
- try {
- switch (this.state_0) {
- case 0:
- var tmp$;
- this.local$index = 0;
- this.local$tmp$ = this.local$closure$source.iterator();
- this.state_0 = 2;
- continue;
- case 1:
- throw this.exception_0;
- case 2:
- if (!this.local$tmp$.hasNext()) {
- this.state_0 = 4;
- continue;
- }
- var element = this.local$tmp$.next();
- var result = this.local$closure$transform(checkIndexOverflow((tmp$ = this.local$index, this.local$index = tmp$ + 1 | 0, tmp$)), element);
- this.state_0 = 3;
- this.result_0 = this.local$$receiver.yieldAll_1phuh2$(this.local$closure$iterator(result), this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- case 3:
- this.state_0 = 2;
- continue;
- case 4:
- return Unit;
- default:this.state_0 = 1;
- throw new Error('State Machine Unreachable execution');
- }
- } catch (e) {
- if (this.state_0 === 1) {
- this.exceptionState_0 = this.state_0;
- throw e;
- } else {
- this.state_0 = this.exceptionState_0;
- this.exception_0 = e;
- }
- }
- while (true);
- };
- function flatMapIndexed$lambda(closure$source_0, closure$transform_0, closure$iterator_0) {
- return function ($receiver_0, continuation_0, suspended) {
- var instance = new Coroutine$flatMapIndexed$lambda(closure$source_0, closure$transform_0, closure$iterator_0, $receiver_0, this, continuation_0);
- if (suspended)
- return instance;
- else
- return instance.doResume(null);
- };
- }
- function flatMapIndexed_18(source, transform, iterator) {
- return sequence(flatMapIndexed$lambda(source, transform, iterator));
- }
- function DropTakeSequence() {
- }
- DropTakeSequence.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'DropTakeSequence', interfaces: [Sequence]};
- function SubSequence(sequence, startIndex, endIndex) {
- this.sequence_0 = sequence;
- this.startIndex_0 = startIndex;
- this.endIndex_0 = endIndex;
- if (!(this.startIndex_0 >= 0)) {
- var message = 'startIndex should be non-negative, but is ' + this.startIndex_0;
- throw IllegalArgumentException_init_0(message.toString());
- }if (!(this.endIndex_0 >= 0)) {
- var message_0 = 'endIndex should be non-negative, but is ' + this.endIndex_0;
- throw IllegalArgumentException_init_0(message_0.toString());
- }if (!(this.endIndex_0 >= this.startIndex_0)) {
- var message_1 = 'endIndex should be not less than startIndex, but was ' + this.endIndex_0 + ' < ' + this.startIndex_0;
- throw IllegalArgumentException_init_0(message_1.toString());
- }}
- Object.defineProperty(SubSequence.prototype, 'count_0', {configurable: true, get: function () {
- return this.endIndex_0 - this.startIndex_0 | 0;
- }});
- SubSequence.prototype.drop_za3lpa$ = function (n) {
- return n >= this.count_0 ? emptySequence() : new SubSequence(this.sequence_0, this.startIndex_0 + n | 0, this.endIndex_0);
- };
- SubSequence.prototype.take_za3lpa$ = function (n) {
- return n >= this.count_0 ? this : new SubSequence(this.sequence_0, this.startIndex_0, this.startIndex_0 + n | 0);
- };
- function SubSequence$iterator$ObjectLiteral(this$SubSequence) {
- this.this$SubSequence = this$SubSequence;
- this.iterator = this$SubSequence.sequence_0.iterator();
- this.position = 0;
- }
- SubSequence$iterator$ObjectLiteral.prototype.drop_0 = function () {
- while (this.position < this.this$SubSequence.startIndex_0 && this.iterator.hasNext()) {
- this.iterator.next();
- this.position = this.position + 1 | 0;
- }
- };
- SubSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- this.drop_0();
- return this.position < this.this$SubSequence.endIndex_0 && this.iterator.hasNext();
- };
- SubSequence$iterator$ObjectLiteral.prototype.next = function () {
- this.drop_0();
- if (this.position >= this.this$SubSequence.endIndex_0)
- throw NoSuchElementException_init();
- this.position = this.position + 1 | 0;
- return this.iterator.next();
- };
- SubSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- SubSequence.prototype.iterator = function () {
- return new SubSequence$iterator$ObjectLiteral(this);
- };
- SubSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'SubSequence', interfaces: [DropTakeSequence, Sequence]};
- function TakeSequence(sequence, count) {
- this.sequence_0 = sequence;
- this.count_0 = count;
- if (!(this.count_0 >= 0)) {
- var message = 'count must be non-negative, but was ' + this.count_0 + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }}
- TakeSequence.prototype.drop_za3lpa$ = function (n) {
- return n >= this.count_0 ? emptySequence() : new SubSequence(this.sequence_0, n, this.count_0);
- };
- TakeSequence.prototype.take_za3lpa$ = function (n) {
- return n >= this.count_0 ? this : new TakeSequence(this.sequence_0, n);
- };
- function TakeSequence$iterator$ObjectLiteral(this$TakeSequence) {
- this.left = this$TakeSequence.count_0;
- this.iterator = this$TakeSequence.sequence_0.iterator();
- }
- TakeSequence$iterator$ObjectLiteral.prototype.next = function () {
- if (this.left === 0)
- throw NoSuchElementException_init();
- this.left = this.left - 1 | 0;
- return this.iterator.next();
- };
- TakeSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.left > 0 && this.iterator.hasNext();
- };
- TakeSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- TakeSequence.prototype.iterator = function () {
- return new TakeSequence$iterator$ObjectLiteral(this);
- };
- TakeSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'TakeSequence', interfaces: [DropTakeSequence, Sequence]};
- function TakeWhileSequence(sequence, predicate) {
- this.sequence_0 = sequence;
- this.predicate_0 = predicate;
- }
- function TakeWhileSequence$iterator$ObjectLiteral(this$TakeWhileSequence) {
- this.this$TakeWhileSequence = this$TakeWhileSequence;
- this.iterator = this$TakeWhileSequence.sequence_0.iterator();
- this.nextState = -1;
- this.nextItem = null;
- }
- TakeWhileSequence$iterator$ObjectLiteral.prototype.calcNext_0 = function () {
- if (this.iterator.hasNext()) {
- var item = this.iterator.next();
- if (this.this$TakeWhileSequence.predicate_0(item)) {
- this.nextState = 1;
- this.nextItem = item;
- return;
- }}this.nextState = 0;
- };
- TakeWhileSequence$iterator$ObjectLiteral.prototype.next = function () {
- var tmp$;
- if (this.nextState === -1)
- this.calcNext_0();
- if (this.nextState === 0)
- throw NoSuchElementException_init();
- var result = (tmp$ = this.nextItem) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- this.nextItem = null;
- this.nextState = -1;
- return result;
- };
- TakeWhileSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- if (this.nextState === -1)
- this.calcNext_0();
- return this.nextState === 1;
- };
- TakeWhileSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- TakeWhileSequence.prototype.iterator = function () {
- return new TakeWhileSequence$iterator$ObjectLiteral(this);
- };
- TakeWhileSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'TakeWhileSequence', interfaces: [Sequence]};
- function DropSequence(sequence, count) {
- this.sequence_0 = sequence;
- this.count_0 = count;
- if (!(this.count_0 >= 0)) {
- var message = 'count must be non-negative, but was ' + this.count_0 + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }}
- DropSequence.prototype.drop_za3lpa$ = function (n) {
- var n1 = this.count_0 + n | 0;
- return n1 < 0 ? new DropSequence(this, n) : new DropSequence(this.sequence_0, n1);
- };
- DropSequence.prototype.take_za3lpa$ = function (n) {
- var n1 = this.count_0 + n | 0;
- return n1 < 0 ? new TakeSequence(this, n) : new SubSequence(this.sequence_0, this.count_0, n1);
- };
- function DropSequence$iterator$ObjectLiteral(this$DropSequence) {
- this.iterator = this$DropSequence.sequence_0.iterator();
- this.left = this$DropSequence.count_0;
- }
- DropSequence$iterator$ObjectLiteral.prototype.drop_0 = function () {
- while (this.left > 0 && this.iterator.hasNext()) {
- this.iterator.next();
- this.left = this.left - 1 | 0;
- }
- };
- DropSequence$iterator$ObjectLiteral.prototype.next = function () {
- this.drop_0();
- return this.iterator.next();
- };
- DropSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- this.drop_0();
- return this.iterator.hasNext();
- };
- DropSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- DropSequence.prototype.iterator = function () {
- return new DropSequence$iterator$ObjectLiteral(this);
- };
- DropSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'DropSequence', interfaces: [DropTakeSequence, Sequence]};
- function DropWhileSequence(sequence, predicate) {
- this.sequence_0 = sequence;
- this.predicate_0 = predicate;
- }
- function DropWhileSequence$iterator$ObjectLiteral(this$DropWhileSequence) {
- this.this$DropWhileSequence = this$DropWhileSequence;
- this.iterator = this$DropWhileSequence.sequence_0.iterator();
- this.dropState = -1;
- this.nextItem = null;
- }
- DropWhileSequence$iterator$ObjectLiteral.prototype.drop_0 = function () {
- while (this.iterator.hasNext()) {
- var item = this.iterator.next();
- if (!this.this$DropWhileSequence.predicate_0(item)) {
- this.nextItem = item;
- this.dropState = 1;
- return;
- }}
- this.dropState = 0;
- };
- DropWhileSequence$iterator$ObjectLiteral.prototype.next = function () {
- var tmp$;
- if (this.dropState === -1)
- this.drop_0();
- if (this.dropState === 1) {
- var result = (tmp$ = this.nextItem) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- this.nextItem = null;
- this.dropState = 0;
- return result;
- }return this.iterator.next();
- };
- DropWhileSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- if (this.dropState === -1)
- this.drop_0();
- return this.dropState === 1 || this.iterator.hasNext();
- };
- DropWhileSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- DropWhileSequence.prototype.iterator = function () {
- return new DropWhileSequence$iterator$ObjectLiteral(this);
- };
- DropWhileSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'DropWhileSequence', interfaces: [Sequence]};
- function DistinctSequence(source, keySelector) {
- this.source_0 = source;
- this.keySelector_0 = keySelector;
- }
- DistinctSequence.prototype.iterator = function () {
- return new DistinctIterator(this.source_0.iterator(), this.keySelector_0);
- };
- DistinctSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'DistinctSequence', interfaces: [Sequence]};
- function DistinctIterator(source, keySelector) {
- AbstractIterator.call(this);
- this.source_0 = source;
- this.keySelector_0 = keySelector;
- this.observed_0 = HashSet_init();
- }
- DistinctIterator.prototype.computeNext = function () {
- while (this.source_0.hasNext()) {
- var next = this.source_0.next();
- var key = this.keySelector_0(next);
- if (this.observed_0.add_11rb$(key)) {
- this.setNext_11rb$(next);
- return;
- }}
- this.done();
- };
- DistinctIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'DistinctIterator', interfaces: [AbstractIterator]};
- function GeneratorSequence(getInitialValue, getNextValue) {
- this.getInitialValue_0 = getInitialValue;
- this.getNextValue_0 = getNextValue;
- }
- function GeneratorSequence$iterator$ObjectLiteral(this$GeneratorSequence) {
- this.this$GeneratorSequence = this$GeneratorSequence;
- this.nextItem = null;
- this.nextState = -2;
- }
- GeneratorSequence$iterator$ObjectLiteral.prototype.calcNext_0 = function () {
- this.nextItem = this.nextState === -2 ? this.this$GeneratorSequence.getInitialValue_0() : this.this$GeneratorSequence.getNextValue_0(ensureNotNull(this.nextItem));
- this.nextState = this.nextItem == null ? 0 : 1;
- };
- GeneratorSequence$iterator$ObjectLiteral.prototype.next = function () {
- var tmp$;
- if (this.nextState < 0)
- this.calcNext_0();
- if (this.nextState === 0)
- throw NoSuchElementException_init();
- var result = Kotlin.isType(tmp$ = this.nextItem, Any) ? tmp$ : throwCCE_0();
- this.nextState = -1;
- return result;
- };
- GeneratorSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- if (this.nextState < 0)
- this.calcNext_0();
- return this.nextState === 1;
- };
- GeneratorSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- GeneratorSequence.prototype.iterator = function () {
- return new GeneratorSequence$iterator$ObjectLiteral(this);
- };
- GeneratorSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'GeneratorSequence', interfaces: [Sequence]};
- function constrainOnce($receiver) {
- return Kotlin.isType($receiver, ConstrainedOnceSequence) ? $receiver : new ConstrainedOnceSequence($receiver);
- }
- function generateSequence$lambda(closure$nextFunction) {
- return function (it) {
- return closure$nextFunction();
- };
- }
- function generateSequence(nextFunction) {
- return constrainOnce(new GeneratorSequence(nextFunction, generateSequence$lambda(nextFunction)));
- }
- function generateSequence$lambda_0(closure$seed) {
- return function () {
- return closure$seed;
- };
- }
- function generateSequence_0(seed, nextFunction) {
- return seed == null ? EmptySequence_getInstance() : new GeneratorSequence(generateSequence$lambda_0(seed), nextFunction);
- }
- function generateSequence_1(seedFunction, nextFunction) {
- return new GeneratorSequence(seedFunction, nextFunction);
- }
- function EmptySet() {
- EmptySet_instance = this;
- this.serialVersionUID_0 = L3406603774387020532;
- }
- EmptySet.prototype.equals = function (other) {
- return Kotlin.isType(other, Set) && other.isEmpty();
- };
- EmptySet.prototype.hashCode = function () {
- return 0;
- };
- EmptySet.prototype.toString = function () {
- return '[]';
- };
- Object.defineProperty(EmptySet.prototype, 'size', {configurable: true, get: function () {
- return 0;
- }});
- EmptySet.prototype.isEmpty = function () {
- return true;
- };
- EmptySet.prototype.contains_11rb$ = function (element) {
- return false;
- };
- EmptySet.prototype.containsAll_brywnq$ = function (elements) {
- return elements.isEmpty();
- };
- EmptySet.prototype.iterator = function () {
- return EmptyIterator_getInstance();
- };
- EmptySet.prototype.readResolve_0 = function () {
- return EmptySet_getInstance();
- };
- EmptySet.$metadata$ = {kind: Kind_OBJECT, simpleName: 'EmptySet', interfaces: [Serializable, Set]};
- var EmptySet_instance = null;
- function EmptySet_getInstance() {
- if (EmptySet_instance === null) {
- new EmptySet();
- }return EmptySet_instance;
- }
- function emptySet() {
- return EmptySet_getInstance();
- }
- function setOf_0(elements) {
- return elements.length > 0 ? toSet(elements) : emptySet();
- }
- var setOf_1 = defineInlineFunction('kotlin.kotlin.collections.setOf_287e2$', wrapFunction(function () {
- var emptySet = _.kotlin.collections.emptySet_287e2$;
- return function () {
- return emptySet();
- };
- }));
- var mutableSetOf = defineInlineFunction('kotlin.kotlin.collections.mutableSetOf_287e2$', wrapFunction(function () {
- var LinkedHashSet_init = _.kotlin.collections.LinkedHashSet_init_287e2$;
- return function () {
- return LinkedHashSet_init();
- };
- }));
- function mutableSetOf_0(elements) {
- return toCollection(elements, LinkedHashSet_init_3(mapCapacity(elements.length)));
- }
- var hashSetOf = defineInlineFunction('kotlin.kotlin.collections.hashSetOf_287e2$', wrapFunction(function () {
- var HashSet_init = _.kotlin.collections.HashSet_init_287e2$;
- return function () {
- return HashSet_init();
- };
- }));
- function hashSetOf_0(elements) {
- return toCollection(elements, HashSet_init_2(mapCapacity(elements.length)));
- }
- var linkedSetOf = defineInlineFunction('kotlin.kotlin.collections.linkedSetOf_287e2$', wrapFunction(function () {
- var LinkedHashSet_init = _.kotlin.collections.LinkedHashSet_init_287e2$;
- return function () {
- return LinkedHashSet_init();
- };
- }));
- function linkedSetOf_0(elements) {
- return toCollection(elements, LinkedHashSet_init_3(mapCapacity(elements.length)));
- }
- function setOfNotNull(element) {
- return element != null ? setOf(element) : emptySet();
- }
- function setOfNotNull_0(elements) {
- return filterNotNullTo(elements, LinkedHashSet_init_0());
- }
- var buildSet = defineInlineFunction('kotlin.kotlin.collections.buildSet_bu7k9x$', wrapFunction(function () {
- var LinkedHashSet_init = _.kotlin.collections.LinkedHashSet_init_287e2$;
- return function (builderAction) {
- var $receiver = LinkedHashSet_init();
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- var buildSet_0 = defineInlineFunction('kotlin.kotlin.collections.buildSet_d7vze7$', wrapFunction(function () {
- var LinkedHashSet_init = _.kotlin.collections.LinkedHashSet_init_ww73n8$;
- return function (capacity, builderAction) {
- var $receiver = LinkedHashSet_init(capacity);
- builderAction($receiver);
- return $receiver.build();
- };
- }));
- var orEmpty_4 = defineInlineFunction('kotlin.kotlin.collections.orEmpty_og2qkj$', wrapFunction(function () {
- var emptySet = _.kotlin.collections.emptySet_287e2$;
- return function ($receiver) {
- return $receiver != null ? $receiver : emptySet();
- };
- }));
- function optimizeReadOnlySet($receiver) {
- switch ($receiver.size) {
- case 0:
- return emptySet();
- case 1:
- return setOf($receiver.iterator().next());
- default:return $receiver;
- }
- }
- function Sequence$ObjectLiteral_4(closure$iterator) {
- this.closure$iterator = closure$iterator;
- }
- Sequence$ObjectLiteral_4.prototype.iterator = function () {
- return this.closure$iterator();
- };
- Sequence$ObjectLiteral_4.$metadata$ = {kind: Kind_CLASS, interfaces: [Sequence]};
- function checkWindowSizeStep(size, step) {
- if (!(size > 0 && step > 0)) {
- var message = size !== step ? 'Both size ' + size + ' and step ' + step + ' must be greater than zero.' : 'size ' + size + ' must be greater than zero.';
- throw IllegalArgumentException_init_0(message.toString());
- }}
- function windowedSequence$lambda_1(this$windowedSequence, closure$size, closure$step, closure$partialWindows, closure$reuseBuffer) {
- return function () {
- return windowedIterator(this$windowedSequence.iterator(), closure$size, closure$step, closure$partialWindows, closure$reuseBuffer);
- };
- }
- function windowedSequence_1($receiver, size, step, partialWindows, reuseBuffer) {
- checkWindowSizeStep(size, step);
- return new Sequence$ObjectLiteral_4(windowedSequence$lambda_1($receiver, size, step, partialWindows, reuseBuffer));
- }
- function Coroutine$windowedIterator$lambda(closure$size_0, closure$step_0, closure$iterator_0, closure$reuseBuffer_0, closure$partialWindows_0, $receiver_0, controller, continuation_0) {
- CoroutineImpl.call(this, continuation_0);
- this.$controller = controller;
- this.exceptionState_0 = 1;
- this.local$closure$size = closure$size_0;
- this.local$closure$step = closure$step_0;
- this.local$closure$iterator = closure$iterator_0;
- this.local$closure$reuseBuffer = closure$reuseBuffer_0;
- this.local$closure$partialWindows = closure$partialWindows_0;
- this.local$tmp$ = void 0;
- this.local$tmp$_0 = void 0;
- this.local$gap = void 0;
- this.local$buffer = void 0;
- this.local$skip = void 0;
- this.local$e = void 0;
- this.local$buffer_0 = void 0;
- this.local$$receiver = $receiver_0;
- }
- Coroutine$windowedIterator$lambda.$metadata$ = {kind: Kotlin.Kind.CLASS, simpleName: null, interfaces: [CoroutineImpl]};
- Coroutine$windowedIterator$lambda.prototype = Object.create(CoroutineImpl.prototype);
- Coroutine$windowedIterator$lambda.prototype.constructor = Coroutine$windowedIterator$lambda;
- Coroutine$windowedIterator$lambda.prototype.doResume = function () {
- do
- try {
- switch (this.state_0) {
- case 0:
- var bufferInitialCapacity = coerceAtMost_2(this.local$closure$size, 1024);
- this.local$gap = this.local$closure$step - this.local$closure$size | 0;
- if (this.local$gap >= 0) {
- this.local$buffer = ArrayList_init_0(bufferInitialCapacity);
- this.local$skip = 0;
- this.local$tmp$ = this.local$closure$iterator;
- this.state_0 = 13;
- continue;
- } else {
- this.local$buffer_0 = RingBuffer_init(bufferInitialCapacity);
- this.local$tmp$_0 = this.local$closure$iterator;
- this.state_0 = 2;
- continue;
- }
-
- case 1:
- throw this.exception_0;
- case 2:
- if (!this.local$tmp$_0.hasNext()) {
- this.state_0 = 6;
- continue;
- }
- var e_0 = this.local$tmp$_0.next();
- this.local$buffer_0.add_11rb$(e_0);
- if (this.local$buffer_0.isFull()) {
- if (this.local$buffer_0.size < this.local$closure$size) {
- this.local$buffer_0 = this.local$buffer_0.expanded_za3lpa$(this.local$closure$size);
- this.state_0 = 2;
- continue;
- } else {
- this.state_0 = 3;
- continue;
- }
- } else {
- this.state_0 = 5;
- continue;
- }
-
- case 3:
- this.state_0 = 4;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$closure$reuseBuffer ? this.local$buffer_0 : ArrayList_init_1(this.local$buffer_0), this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- case 4:
- this.local$buffer_0.removeFirst_za3lpa$(this.local$closure$step);
- this.state_0 = 5;
- continue;
- case 5:
- this.state_0 = 2;
- continue;
- case 6:
- if (this.local$closure$partialWindows) {
- this.state_0 = 7;
- continue;
- } else {
- this.state_0 = 12;
- continue;
- }
-
- case 7:
- if (this.local$buffer_0.size <= this.local$closure$step) {
- this.state_0 = 9;
- continue;
- }
- this.state_0 = 8;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$closure$reuseBuffer ? this.local$buffer_0 : ArrayList_init_1(this.local$buffer_0), this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- case 8:
- this.local$buffer_0.removeFirst_za3lpa$(this.local$closure$step);
- this.state_0 = 7;
- continue;
- case 9:
- if (!this.local$buffer_0.isEmpty()) {
- this.state_0 = 10;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$buffer_0, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- } else {
- this.state_0 = 11;
- continue;
- }
-
- case 10:
- return Unit;
- case 11:
- this.state_0 = 12;
- continue;
- case 12:
- this.state_0 = 21;
- continue;
- case 13:
- if (!this.local$tmp$.hasNext()) {
- this.state_0 = 17;
- continue;
- }
- this.local$e = this.local$tmp$.next();
- if (this.local$skip > 0) {
- this.local$skip = this.local$skip - 1 | 0;
- this.state_0 = 13;
- continue;
- } else {
- this.state_0 = 14;
- continue;
- }
-
- case 14:
- this.local$buffer.add_11rb$(this.local$e);
- if (this.local$buffer.size === this.local$closure$size) {
- this.state_0 = 15;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$buffer, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- } else {
- this.state_0 = 16;
- continue;
- }
-
- case 15:
- if (this.local$closure$reuseBuffer)
- this.local$buffer.clear();
- else
- this.local$buffer = ArrayList_init_0(this.local$closure$size);
- this.local$skip = this.local$gap;
- this.state_0 = 16;
- continue;
- case 16:
- this.state_0 = 13;
- continue;
- case 17:
- if (!this.local$buffer.isEmpty()) {
- if (this.local$closure$partialWindows || this.local$buffer.size === this.local$closure$size) {
- this.state_0 = 18;
- this.result_0 = this.local$$receiver.yield_11rb$(this.local$buffer, this);
- if (this.result_0 === get_COROUTINE_SUSPENDED())
- return get_COROUTINE_SUSPENDED();
- continue;
- } else {
- this.state_0 = 19;
- continue;
- }
- } else {
- this.state_0 = 20;
- continue;
- }
-
- case 18:
- return Unit;
- case 19:
- this.state_0 = 20;
- continue;
- case 20:
- this.state_0 = 21;
- continue;
- case 21:
- return Unit;
- default:this.state_0 = 1;
- throw new Error('State Machine Unreachable execution');
- }
- } catch (e) {
- if (this.state_0 === 1) {
- this.exceptionState_0 = this.state_0;
- throw e;
- } else {
- this.state_0 = this.exceptionState_0;
- this.exception_0 = e;
- }
- }
- while (true);
- };
- function windowedIterator$lambda(closure$size_0, closure$step_0, closure$iterator_0, closure$reuseBuffer_0, closure$partialWindows_0) {
- return function ($receiver_0, continuation_0, suspended) {
- var instance = new Coroutine$windowedIterator$lambda(closure$size_0, closure$step_0, closure$iterator_0, closure$reuseBuffer_0, closure$partialWindows_0, $receiver_0, this, continuation_0);
- if (suspended)
- return instance;
- else
- return instance.doResume(null);
- };
- }
- function windowedIterator(iterator, size, step, partialWindows, reuseBuffer) {
- if (!iterator.hasNext())
- return EmptyIterator_getInstance();
- return iterator_3(windowedIterator$lambda(size, step, iterator, reuseBuffer, partialWindows));
- }
- function MovingSubList(list) {
- AbstractList.call(this);
- this.list_0 = list;
- this.fromIndex_0 = 0;
- this._size_0 = 0;
- }
- MovingSubList.prototype.move_vux9f0$ = function (fromIndex, toIndex) {
- AbstractList$Companion_getInstance().checkRangeIndexes_cub51b$(fromIndex, toIndex, this.list_0.size);
- this.fromIndex_0 = fromIndex;
- this._size_0 = toIndex - fromIndex | 0;
- };
- MovingSubList.prototype.get_za3lpa$ = function (index) {
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this._size_0);
- return this.list_0.get_za3lpa$(this.fromIndex_0 + index | 0);
- };
- Object.defineProperty(MovingSubList.prototype, 'size', {configurable: true, get: function () {
- return this._size_0;
- }});
- MovingSubList.$metadata$ = {kind: Kind_CLASS, simpleName: 'MovingSubList', interfaces: [RandomAccess, AbstractList]};
- function RingBuffer(buffer, filledSize) {
- AbstractList.call(this);
- this.buffer_0 = buffer;
- if (!(filledSize >= 0)) {
- var message = 'ring buffer filled size should not be negative but it is ' + filledSize;
- throw IllegalArgumentException_init_0(message.toString());
- }if (!(filledSize <= this.buffer_0.length)) {
- var message_0 = 'ring buffer filled size: ' + filledSize + ' cannot be larger than the buffer size: ' + this.buffer_0.length;
- throw IllegalArgumentException_init_0(message_0.toString());
- }this.capacity_0 = this.buffer_0.length;
- this.startIndex_0 = 0;
- this.size_4goa01$_0 = filledSize;
- }
- Object.defineProperty(RingBuffer.prototype, 'size', {configurable: true, get: function () {
- return this.size_4goa01$_0;
- }, set: function (size) {
- this.size_4goa01$_0 = size;
- }});
- RingBuffer.prototype.get_za3lpa$ = function (index) {
- var tmp$;
- AbstractList$Companion_getInstance().checkElementIndex_6xvm5r$(index, this.size);
- return (tmp$ = this.buffer_0[(this.startIndex_0 + index | 0) % this.capacity_0]) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- };
- RingBuffer.prototype.isFull = function () {
- return this.size === this.capacity_0;
- };
- function RingBuffer$iterator$ObjectLiteral(this$RingBuffer) {
- this.this$RingBuffer = this$RingBuffer;
- AbstractIterator.call(this);
- this.count_0 = this$RingBuffer.size;
- this.index_0 = this$RingBuffer.startIndex_0;
- }
- RingBuffer$iterator$ObjectLiteral.prototype.computeNext = function () {
- var tmp$;
- if (this.count_0 === 0) {
- this.done();
- } else {
- this.setNext_11rb$((tmp$ = this.this$RingBuffer.buffer_0[this.index_0]) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0());
- this.index_0 = (this.index_0 + 1 | 0) % this.this$RingBuffer.capacity_0;
- this.count_0 = this.count_0 - 1 | 0;
- }
- };
- RingBuffer$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [AbstractIterator]};
- RingBuffer.prototype.iterator = function () {
- return new RingBuffer$iterator$ObjectLiteral(this);
- };
- RingBuffer.prototype.toArray_ro6dgy$ = function (array) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- var result = array.length < this.size ? copyOf_24(array, this.size) : Kotlin.isArray(tmp$ = array) ? tmp$ : throwCCE_0();
- var size = this.size;
- var widx = 0;
- var idx = this.startIndex_0;
- while (widx < size && idx < this.capacity_0) {
- result[widx] = (tmp$_0 = this.buffer_0[idx]) == null || Kotlin.isType(tmp$_0, Any) ? tmp$_0 : throwCCE_0();
- widx = widx + 1 | 0;
- idx = idx + 1 | 0;
- }
- idx = 0;
- while (widx < size) {
- result[widx] = (tmp$_1 = this.buffer_0[idx]) == null || Kotlin.isType(tmp$_1, Any) ? tmp$_1 : throwCCE_0();
- widx = widx + 1 | 0;
- idx = idx + 1 | 0;
- }
- if (result.length > this.size)
- result[this.size] = null;
- return Kotlin.isArray(tmp$_2 = result) ? tmp$_2 : throwCCE_0();
- };
- RingBuffer.prototype.toArray = function () {
- return this.toArray_ro6dgy$(Kotlin.newArray(this.size, null));
- };
- RingBuffer.prototype.expanded_za3lpa$ = function (maxCapacity) {
- var newCapacity = coerceAtMost_2(this.capacity_0 + (this.capacity_0 >> 1) + 1 | 0, maxCapacity);
- var newBuffer = this.startIndex_0 === 0 ? copyOf_24(this.buffer_0, newCapacity) : this.toArray_ro6dgy$(Kotlin.newArray(newCapacity, null));
- return new RingBuffer(newBuffer, this.size);
- };
- RingBuffer.prototype.add_11rb$ = function (element) {
- if (this.isFull()) {
- throw IllegalStateException_init_0('ring buffer is full');
- }this.buffer_0[(this.startIndex_0 + this.size | 0) % this.capacity_0] = element;
- this.size = this.size + 1 | 0;
- };
- RingBuffer.prototype.removeFirst_za3lpa$ = function (n) {
- if (!(n >= 0)) {
- var message = "n shouldn't be negative but it is " + n;
- throw IllegalArgumentException_init_0(message.toString());
- }if (!(n <= this.size)) {
- var message_0 = "n shouldn't be greater than the buffer size: n = " + n + ', size = ' + this.size;
- throw IllegalArgumentException_init_0(message_0.toString());
- }if (n > 0) {
- var start = this.startIndex_0;
- var end = (start + n | 0) % this.capacity_0;
- if (start > end) {
- fill_3(this.buffer_0, null, start, this.capacity_0);
- fill_3(this.buffer_0, null, 0, end);
- } else {
- fill_3(this.buffer_0, null, start, end);
- }
- this.startIndex_0 = end;
- this.size = this.size - n | 0;
- }};
- RingBuffer.prototype.forward_0 = function ($receiver, n) {
- return ($receiver + n | 0) % this.capacity_0;
- };
- RingBuffer.$metadata$ = {kind: Kind_CLASS, simpleName: 'RingBuffer', interfaces: [RandomAccess, AbstractList]};
- function RingBuffer_init(capacity, $this) {
- $this = $this || Object.create(RingBuffer.prototype);
- RingBuffer.call($this, Kotlin.newArray(capacity, null), 0);
- return $this;
- }
- function partition_12(array, left, right) {
- var i = left;
- var j = right;
- var pivot = array.get_za3lpa$((left + right | 0) / 2 | 0);
- while (i <= j) {
- while (Kotlin.primitiveCompareTo(array.get_za3lpa$(i).data & 255, pivot.data & 255) < 0) {
- i = i + 1 | 0;
- }
- while (Kotlin.primitiveCompareTo(array.get_za3lpa$(j).data & 255, pivot.data & 255) > 0) {
- j = j - 1 | 0;
- }
- if (i <= j) {
- var tmp = array.get_za3lpa$(i);
- array.set_2c6cbe$(i, array.get_za3lpa$(j));
- array.set_2c6cbe$(j, tmp);
- i = i + 1 | 0;
- j = j - 1 | 0;
- }}
- return i;
- }
- function quickSort(array, left, right) {
- var index = partition_12(array, left, right);
- if (left < (index - 1 | 0))
- quickSort(array, left, index - 1 | 0);
- if (index < right)
- quickSort(array, index, right);
- }
- function partition_13(array, left, right) {
- var i = left;
- var j = right;
- var pivot = array.get_za3lpa$((left + right | 0) / 2 | 0);
- while (i <= j) {
- while (Kotlin.primitiveCompareTo(array.get_za3lpa$(i).data & 65535, pivot.data & 65535) < 0) {
- i = i + 1 | 0;
- }
- while (Kotlin.primitiveCompareTo(array.get_za3lpa$(j).data & 65535, pivot.data & 65535) > 0) {
- j = j - 1 | 0;
- }
- if (i <= j) {
- var tmp = array.get_za3lpa$(i);
- array.set_1pe3u2$(i, array.get_za3lpa$(j));
- array.set_1pe3u2$(j, tmp);
- i = i + 1 | 0;
- j = j - 1 | 0;
- }}
- return i;
- }
- function quickSort_0(array, left, right) {
- var index = partition_13(array, left, right);
- if (left < (index - 1 | 0))
- quickSort_0(array, left, index - 1 | 0);
- if (index < right)
- quickSort_0(array, index, right);
- }
- function partition_14(array, left, right) {
- var i = left;
- var j = right;
- var pivot = array.get_za3lpa$((left + right | 0) / 2 | 0);
- while (i <= j) {
- while (uintCompare(array.get_za3lpa$(i).data, pivot.data) < 0) {
- i = i + 1 | 0;
- }
- while (uintCompare(array.get_za3lpa$(j).data, pivot.data) > 0) {
- j = j - 1 | 0;
- }
- if (i <= j) {
- var tmp = array.get_za3lpa$(i);
- array.set_6sqrdv$(i, array.get_za3lpa$(j));
- array.set_6sqrdv$(j, tmp);
- i = i + 1 | 0;
- j = j - 1 | 0;
- }}
- return i;
- }
- function quickSort_1(array, left, right) {
- var index = partition_14(array, left, right);
- if (left < (index - 1 | 0))
- quickSort_1(array, left, index - 1 | 0);
- if (index < right)
- quickSort_1(array, index, right);
- }
- function partition_15(array, left, right) {
- var i = left;
- var j = right;
- var pivot = array.get_za3lpa$((left + right | 0) / 2 | 0);
- while (i <= j) {
- while (ulongCompare(array.get_za3lpa$(i).data, pivot.data) < 0) {
- i = i + 1 | 0;
- }
- while (ulongCompare(array.get_za3lpa$(j).data, pivot.data) > 0) {
- j = j - 1 | 0;
- }
- if (i <= j) {
- var tmp = array.get_za3lpa$(i);
- array.set_2ccimm$(i, array.get_za3lpa$(j));
- array.set_2ccimm$(j, tmp);
- i = i + 1 | 0;
- j = j - 1 | 0;
- }}
- return i;
- }
- function quickSort_2(array, left, right) {
- var index = partition_15(array, left, right);
- if (left < (index - 1 | 0))
- quickSort_2(array, left, index - 1 | 0);
- if (index < right)
- quickSort_2(array, index, right);
- }
- function sortArray_0(array, fromIndex, toIndex) {
- quickSort(array, fromIndex, toIndex - 1 | 0);
- }
- function sortArray_1(array, fromIndex, toIndex) {
- quickSort_0(array, fromIndex, toIndex - 1 | 0);
- }
- function sortArray_2(array, fromIndex, toIndex) {
- quickSort_1(array, fromIndex, toIndex - 1 | 0);
- }
- function sortArray_3(array, fromIndex, toIndex) {
- quickSort_2(array, fromIndex, toIndex - 1 | 0);
- }
- function compareValuesBy(a, b, selectors) {
- if (!(selectors.length > 0)) {
- var message = 'Failed requirement.';
- throw IllegalArgumentException_init_0(message.toString());
- }return compareValuesByImpl(a, b, selectors);
- }
- function compareValuesByImpl(a, b, selectors) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== selectors.length; ++tmp$) {
- var fn = selectors[tmp$];
- var v1 = fn(a);
- var v2 = fn(b);
- var diff = compareValues(v1, v2);
- if (diff !== 0)
- return diff;
- }
- return 0;
- }
- var compareValuesBy_0 = defineInlineFunction('kotlin.kotlin.comparisons.compareValuesBy_tsaocy$', wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (a, b, selector) {
- return compareValues(selector(a), selector(b));
- };
- }));
- var compareValuesBy_1 = defineInlineFunction('kotlin.kotlin.comparisons.compareValuesBy_5evai1$', function (a, b, comparator, selector) {
- return comparator.compare(selector(a), selector(b));
- });
- function compareValues(a, b) {
- var tmp$;
- if (a === b)
- return 0;
- if (a == null)
- return -1;
- if (b == null)
- return 1;
- return Kotlin.compareTo(Kotlin.isComparable(tmp$ = a) ? tmp$ : throwCCE_0(), b);
- }
- function compareBy$lambda(closure$selectors) {
- return function (a, b) {
- return compareValuesByImpl(a, b, closure$selectors);
- };
- }
- function compareBy(selectors) {
- if (!(selectors.length > 0)) {
- var message = 'Failed requirement.';
- throw IllegalArgumentException_init_0(message.toString());
- }return new Comparator(compareBy$lambda(selectors));
- }
- var compareBy_0 = defineInlineFunction('kotlin.kotlin.comparisons.compareBy_34mekm$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- return function (selector) {
- return new Comparator(compareBy$lambda(selector));
- };
- }));
- var compareBy_1 = defineInlineFunction('kotlin.kotlin.comparisons.compareBy_82qo4j$', wrapFunction(function () {
- var Comparator = _.kotlin.Comparator;
- function compareBy$lambda(closure$comparator, closure$selector) {
- return function (a, b) {
- var comparator = closure$comparator;
- var selector = closure$selector;
- return comparator.compare(selector(a), selector(b));
- };
- }
- return function (comparator, selector) {
- return new Comparator(compareBy$lambda(comparator, selector));
- };
- }));
- var compareByDescending = defineInlineFunction('kotlin.kotlin.comparisons.compareByDescending_34mekm$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var compareByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(b), selector(a));
- };
- };
- });
- return function (selector) {
- return new Comparator(compareByDescending$lambda(selector));
- };
- }));
- var compareByDescending_0 = defineInlineFunction('kotlin.kotlin.comparisons.compareByDescending_82qo4j$', wrapFunction(function () {
- var Comparator = _.kotlin.Comparator;
- function compareByDescending$lambda(closure$comparator, closure$selector) {
- return function (a, b) {
- var comparator = closure$comparator;
- var selector = closure$selector;
- return comparator.compare(selector(b), selector(a));
- };
- }
- return function (comparator, selector) {
- return new Comparator(compareByDescending$lambda(comparator, selector));
- };
- }));
- var thenBy = defineInlineFunction('kotlin.kotlin.comparisons.thenBy_8bk9gc$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var thenBy$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (this$thenBy, closure$selector) {
- return function (a, b) {
- var previousCompare = this$thenBy.compare(a, b);
- var tmp$;
- if (previousCompare !== 0)
- tmp$ = previousCompare;
- else {
- var selector = closure$selector;
- tmp$ = compareValues(selector(a), selector(b));
- }
- return tmp$;
- };
- };
- });
- return function ($receiver, selector) {
- return new Comparator(thenBy$lambda($receiver, selector));
- };
- }));
- var thenBy_0 = defineInlineFunction('kotlin.kotlin.comparisons.thenBy_g2gg1x$', wrapFunction(function () {
- var Comparator = _.kotlin.Comparator;
- function thenBy$lambda(this$thenBy, closure$comparator, closure$selector) {
- return function (a, b) {
- var previousCompare = this$thenBy.compare(a, b);
- var tmp$;
- if (previousCompare !== 0)
- tmp$ = previousCompare;
- else {
- var comparator = closure$comparator;
- var selector = closure$selector;
- tmp$ = comparator.compare(selector(a), selector(b));
- }
- return tmp$;
- };
- }
- return function ($receiver, comparator, selector) {
- return new Comparator(thenBy$lambda($receiver, comparator, selector));
- };
- }));
- var thenByDescending = defineInlineFunction('kotlin.kotlin.comparisons.thenByDescending_8bk9gc$', wrapFunction(function () {
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = _.kotlin.Comparator;
- var thenByDescending$lambda = wrapFunction(function () {
- var compareValues = _.kotlin.comparisons.compareValues_s00gnj$;
- return function (this$thenByDescending, closure$selector) {
- return function (a, b) {
- var previousCompare = this$thenByDescending.compare(a, b);
- var tmp$;
- if (previousCompare !== 0)
- tmp$ = previousCompare;
- else {
- var selector = closure$selector;
- tmp$ = compareValues(selector(b), selector(a));
- }
- return tmp$;
- };
- };
- });
- return function ($receiver, selector) {
- return new Comparator(thenByDescending$lambda($receiver, selector));
- };
- }));
- var thenByDescending_0 = defineInlineFunction('kotlin.kotlin.comparisons.thenByDescending_g2gg1x$', wrapFunction(function () {
- var Comparator = _.kotlin.Comparator;
- function thenByDescending$lambda(this$thenByDescending, closure$comparator, closure$selector) {
- return function (a, b) {
- var previousCompare = this$thenByDescending.compare(a, b);
- var tmp$;
- if (previousCompare !== 0)
- tmp$ = previousCompare;
- else {
- var comparator = closure$comparator;
- var selector = closure$selector;
- tmp$ = comparator.compare(selector(b), selector(a));
- }
- return tmp$;
- };
- }
- return function ($receiver, comparator, selector) {
- return new Comparator(thenByDescending$lambda($receiver, comparator, selector));
- };
- }));
- var thenComparator = defineInlineFunction('kotlin.kotlin.comparisons.thenComparator_yg42ks$', wrapFunction(function () {
- var Comparator = _.kotlin.Comparator;
- function thenComparator$lambda(this$thenComparator, closure$comparison) {
- return function (a, b) {
- var previousCompare = this$thenComparator.compare(a, b);
- return previousCompare !== 0 ? previousCompare : closure$comparison(a, b);
- };
- }
- return function ($receiver, comparison) {
- return new Comparator(thenComparator$lambda($receiver, comparison));
- };
- }));
- function then$lambda(this$then, closure$comparator) {
- return function (a, b) {
- var previousCompare = this$then.compare(a, b);
- return previousCompare !== 0 ? previousCompare : closure$comparator.compare(a, b);
- };
- }
- function then_1($receiver, comparator) {
- return new Comparator(then$lambda($receiver, comparator));
- }
- function thenDescending$lambda(this$thenDescending, closure$comparator) {
- return function (a, b) {
- var previousCompare = this$thenDescending.compare(a, b);
- return previousCompare !== 0 ? previousCompare : closure$comparator.compare(b, a);
- };
- }
- function thenDescending($receiver, comparator) {
- return new Comparator(thenDescending$lambda($receiver, comparator));
- }
- function nullsFirst$lambda(closure$comparator) {
- return function (a, b) {
- if (a === b)
- return 0;
- else if (a == null)
- return -1;
- else if (b == null)
- return 1;
- else
- return closure$comparator.compare(a, b);
- };
- }
- function nullsFirst(comparator) {
- return new Comparator(nullsFirst$lambda(comparator));
- }
- var nullsFirst_0 = defineInlineFunction('kotlin.kotlin.comparisons.nullsFirst_dahdeg$', wrapFunction(function () {
- var naturalOrder = _.kotlin.comparisons.naturalOrder_dahdeg$;
- var nullsFirst = _.kotlin.comparisons.nullsFirst_c94i6r$;
- return function () {
- return nullsFirst(naturalOrder());
- };
- }));
- function nullsLast$lambda(closure$comparator) {
- return function (a, b) {
- if (a === b)
- return 0;
- else if (a == null)
- return 1;
- else if (b == null)
- return -1;
- else
- return closure$comparator.compare(a, b);
- };
- }
- function nullsLast(comparator) {
- return new Comparator(nullsLast$lambda(comparator));
- }
- var nullsLast_0 = defineInlineFunction('kotlin.kotlin.comparisons.nullsLast_dahdeg$', wrapFunction(function () {
- var naturalOrder = _.kotlin.comparisons.naturalOrder_dahdeg$;
- var nullsLast = _.kotlin.comparisons.nullsLast_c94i6r$;
- return function () {
- return nullsLast(naturalOrder());
- };
- }));
- function naturalOrder() {
- var tmp$;
- return Kotlin.isType(tmp$ = NaturalOrderComparator_getInstance(), Comparator) ? tmp$ : throwCCE_0();
- }
- function reverseOrder() {
- var tmp$;
- return Kotlin.isType(tmp$ = ReverseOrderComparator_getInstance(), Comparator) ? tmp$ : throwCCE_0();
- }
- function reversed_20($receiver) {
- var tmp$, tmp$_0;
- if (Kotlin.isType($receiver, ReversedComparator))
- return $receiver.comparator;
- else if (equals($receiver, NaturalOrderComparator_getInstance()))
- return Kotlin.isType(tmp$ = ReverseOrderComparator_getInstance(), Comparator) ? tmp$ : throwCCE_0();
- else if (equals($receiver, ReverseOrderComparator_getInstance()))
- return Kotlin.isType(tmp$_0 = NaturalOrderComparator_getInstance(), Comparator) ? tmp$_0 : throwCCE_0();
- else
- return new ReversedComparator($receiver);
- }
- function ReversedComparator(comparator) {
- this.comparator = comparator;
- }
- ReversedComparator.prototype.compare = function (a, b) {
- return this.comparator.compare(b, a);
- };
- ReversedComparator.prototype.reversed = function () {
- return this.comparator;
- };
- ReversedComparator.$metadata$ = {kind: Kind_CLASS, simpleName: 'ReversedComparator', interfaces: [Comparator]};
- function NaturalOrderComparator() {
- NaturalOrderComparator_instance = this;
- }
- NaturalOrderComparator.prototype.compare = function (a, b) {
- return Kotlin.compareTo(a, b);
- };
- NaturalOrderComparator.prototype.reversed = function () {
- return ReverseOrderComparator_getInstance();
- };
- NaturalOrderComparator.$metadata$ = {kind: Kind_OBJECT, simpleName: 'NaturalOrderComparator', interfaces: [Comparator]};
- var NaturalOrderComparator_instance = null;
- function NaturalOrderComparator_getInstance() {
- if (NaturalOrderComparator_instance === null) {
- new NaturalOrderComparator();
- }return NaturalOrderComparator_instance;
- }
- function ReverseOrderComparator() {
- ReverseOrderComparator_instance = this;
- }
- ReverseOrderComparator.prototype.compare = function (a, b) {
- return Kotlin.compareTo(b, a);
- };
- ReverseOrderComparator.prototype.reversed = function () {
- return NaturalOrderComparator_getInstance();
- };
- ReverseOrderComparator.$metadata$ = {kind: Kind_OBJECT, simpleName: 'ReverseOrderComparator', interfaces: [Comparator]};
- var ReverseOrderComparator_instance = null;
- function ReverseOrderComparator_getInstance() {
- if (ReverseOrderComparator_instance === null) {
- new ReverseOrderComparator();
- }return ReverseOrderComparator_instance;
- }
- function ExperimentalContracts() {
- }
- ExperimentalContracts.$metadata$ = {kind: Kind_CLASS, simpleName: 'ExperimentalContracts', interfaces: [Annotation]};
- function ContractBuilder() {
- }
- ContractBuilder.prototype.callsInPlace_yys88$ = function (lambda, kind, callback$default) {
- if (kind === void 0)
- kind = InvocationKind$UNKNOWN_getInstance();
- return callback$default ? callback$default(lambda, kind) : this.callsInPlace_yys88$$default(lambda, kind);
- };
- ContractBuilder.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'ContractBuilder', interfaces: []};
- function InvocationKind(name, ordinal) {
- Enum.call(this);
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function InvocationKind_initFields() {
- InvocationKind_initFields = function () {
- };
- InvocationKind$AT_MOST_ONCE_instance = new InvocationKind('AT_MOST_ONCE', 0);
- InvocationKind$AT_LEAST_ONCE_instance = new InvocationKind('AT_LEAST_ONCE', 1);
- InvocationKind$EXACTLY_ONCE_instance = new InvocationKind('EXACTLY_ONCE', 2);
- InvocationKind$UNKNOWN_instance = new InvocationKind('UNKNOWN', 3);
- }
- var InvocationKind$AT_MOST_ONCE_instance;
- function InvocationKind$AT_MOST_ONCE_getInstance() {
- InvocationKind_initFields();
- return InvocationKind$AT_MOST_ONCE_instance;
- }
- var InvocationKind$AT_LEAST_ONCE_instance;
- function InvocationKind$AT_LEAST_ONCE_getInstance() {
- InvocationKind_initFields();
- return InvocationKind$AT_LEAST_ONCE_instance;
- }
- var InvocationKind$EXACTLY_ONCE_instance;
- function InvocationKind$EXACTLY_ONCE_getInstance() {
- InvocationKind_initFields();
- return InvocationKind$EXACTLY_ONCE_instance;
- }
- var InvocationKind$UNKNOWN_instance;
- function InvocationKind$UNKNOWN_getInstance() {
- InvocationKind_initFields();
- return InvocationKind$UNKNOWN_instance;
- }
- InvocationKind.$metadata$ = {kind: Kind_CLASS, simpleName: 'InvocationKind', interfaces: [Enum]};
- function InvocationKind$values() {
- return [InvocationKind$AT_MOST_ONCE_getInstance(), InvocationKind$AT_LEAST_ONCE_getInstance(), InvocationKind$EXACTLY_ONCE_getInstance(), InvocationKind$UNKNOWN_getInstance()];
- }
- InvocationKind.values = InvocationKind$values;
- function InvocationKind$valueOf(name) {
- switch (name) {
- case 'AT_MOST_ONCE':
- return InvocationKind$AT_MOST_ONCE_getInstance();
- case 'AT_LEAST_ONCE':
- return InvocationKind$AT_LEAST_ONCE_getInstance();
- case 'EXACTLY_ONCE':
- return InvocationKind$EXACTLY_ONCE_getInstance();
- case 'UNKNOWN':
- return InvocationKind$UNKNOWN_getInstance();
- default:throwISE('No enum constant kotlin.contracts.InvocationKind.' + name);
- }
- }
- InvocationKind.valueOf_61zpoe$ = InvocationKind$valueOf;
- var contract = defineInlineFunction('kotlin.kotlin.contracts.contract_ijyxoo$', function (builder) {
- });
- function Effect() {
- }
- Effect.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Effect', interfaces: []};
- function ConditionalEffect() {
- }
- ConditionalEffect.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'ConditionalEffect', interfaces: [Effect]};
- function SimpleEffect() {
- }
- SimpleEffect.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'SimpleEffect', interfaces: [Effect]};
- function Returns() {
- }
- Returns.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Returns', interfaces: [SimpleEffect]};
- function ReturnsNotNull() {
- }
- ReturnsNotNull.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'ReturnsNotNull', interfaces: [SimpleEffect]};
- function CallsInPlace() {
- }
- CallsInPlace.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'CallsInPlace', interfaces: [Effect]};
- function suspendCoroutine$lambda(closure$block) {
- return function (c) {
- var safe = SafeContinuation_init(intercepted(c));
- closure$block(safe);
- return safe.getOrThrow();
- };
- }
- function Continuation() {
- }
- Continuation.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Continuation', interfaces: []};
- function RestrictsSuspension() {
- }
- RestrictsSuspension.$metadata$ = {kind: Kind_CLASS, simpleName: 'RestrictsSuspension', interfaces: [Annotation]};
- var resume = defineInlineFunction('kotlin.kotlin.coroutines.resume_7seulj$', wrapFunction(function () {
- var Result = _.kotlin.Result;
- return function ($receiver, value) {
- $receiver.resumeWith_tl1gpc$(new Result(value));
- };
- }));
- var resumeWithException = defineInlineFunction('kotlin.kotlin.coroutines.resumeWithException_wltuli$', wrapFunction(function () {
- var Result = _.kotlin.Result;
- var createFailure = _.kotlin.createFailure_tcv7n7$;
- return function ($receiver, exception) {
- $receiver.resumeWith_tl1gpc$(new Result(createFailure(exception)));
- };
- }));
- var Continuation_0 = defineInlineFunction('kotlin.kotlin.coroutines.Continuation_tj26d7$', wrapFunction(function () {
- var Kind_CLASS = Kotlin.Kind.CLASS;
- var Continuation = _.kotlin.coroutines.Continuation;
- function Continuation$ObjectLiteral(closure$context, closure$resumeWith) {
- this.closure$context = closure$context;
- this.closure$resumeWith = closure$resumeWith;
- }
- Object.defineProperty(Continuation$ObjectLiteral.prototype, 'context', {configurable: true, get: function () {
- return this.closure$context;
- }});
- Continuation$ObjectLiteral.prototype.resumeWith_tl1gpc$ = function (result) {
- this.closure$resumeWith(result);
- };
- Continuation$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Continuation]};
- return function (context, resumeWith) {
- return new Continuation$ObjectLiteral(context, resumeWith);
- };
- }));
- function createCoroutine($receiver, completion) {
- return new SafeContinuation(intercepted(createCoroutineUnintercepted($receiver, completion)), get_COROUTINE_SUSPENDED());
- }
- function createCoroutine_0($receiver, receiver, completion) {
- return new SafeContinuation(intercepted(createCoroutineUnintercepted_0($receiver, receiver, completion)), get_COROUTINE_SUSPENDED());
- }
- function startCoroutine($receiver, completion) {
- intercepted(createCoroutineUnintercepted($receiver, completion)).resumeWith_tl1gpc$(new Result(Unit_getInstance()));
- }
- function startCoroutine_0($receiver, receiver, completion) {
- intercepted(createCoroutineUnintercepted_0($receiver, receiver, completion)).resumeWith_tl1gpc$(new Result(Unit_getInstance()));
- }
- function suspendCoroutine(block, continuation) {
- return suspendCoroutine$lambda(block)(continuation);
- }
- defineInlineFunction('kotlin.kotlin.coroutines.suspendCoroutine_922awp$', wrapFunction(function () {
- var intercepted = _.kotlin.coroutines.intrinsics.intercepted_f9mg25$;
- var SafeContinuation_init = _.kotlin.coroutines.SafeContinuation_init_wj8d80$;
- function suspendCoroutine$lambda(closure$block) {
- return function (c) {
- var safe = SafeContinuation_init(intercepted(c));
- closure$block(safe);
- return safe.getOrThrow();
- };
- }
- return function (block, continuation) {
- Kotlin.suspendCall(suspendCoroutine$lambda(block)(Kotlin.coroutineReceiver()));
- return Kotlin.coroutineResult(Kotlin.coroutineReceiver());
- };
- }));
- var get_coroutineContext = defineInlineFunction('kotlin.kotlin.coroutines.get_coroutineContext', wrapFunction(function () {
- var NotImplementedError_init = _.kotlin.NotImplementedError;
- return function () {
- throw new NotImplementedError_init('Implemented as intrinsic');
- };
- }));
- function ContinuationInterceptor() {
- ContinuationInterceptor$Key_getInstance();
- }
- function ContinuationInterceptor$Key() {
- ContinuationInterceptor$Key_instance = this;
- }
- ContinuationInterceptor$Key.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Key', interfaces: [CoroutineContext$Key]};
- var ContinuationInterceptor$Key_instance = null;
- function ContinuationInterceptor$Key_getInstance() {
- if (ContinuationInterceptor$Key_instance === null) {
- new ContinuationInterceptor$Key();
- }return ContinuationInterceptor$Key_instance;
- }
- ContinuationInterceptor.prototype.releaseInterceptedContinuation_k98bjh$ = function (continuation) {
- };
- ContinuationInterceptor.prototype.get_j3r2sn$ = function (key) {
- var tmp$, tmp$_0;
- if (Kotlin.isType(key, AbstractCoroutineContextKey)) {
- return key.isSubKey_i2ksv9$(this.key) ? Kotlin.isType(tmp$ = key.tryCast_m1180o$(this), CoroutineContext$Element) ? tmp$ : null : null;
- }return ContinuationInterceptor$Key_getInstance() === key ? Kotlin.isType(tmp$_0 = this, CoroutineContext$Element) ? tmp$_0 : throwCCE_0() : null;
- };
- ContinuationInterceptor.prototype.minusKey_yeqjby$ = function (key) {
- if (Kotlin.isType(key, AbstractCoroutineContextKey)) {
- return key.isSubKey_i2ksv9$(this.key) && key.tryCast_m1180o$(this) != null ? EmptyCoroutineContext_getInstance() : this;
- }return ContinuationInterceptor$Key_getInstance() === key ? EmptyCoroutineContext_getInstance() : this;
- };
- ContinuationInterceptor.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'ContinuationInterceptor', interfaces: [CoroutineContext$Element]};
- function CoroutineContext() {
- }
- function CoroutineContext$plus$lambda(acc, element) {
- var removed = acc.minusKey_yeqjby$(element.key);
- if (removed === EmptyCoroutineContext_getInstance())
- return element;
- else {
- var interceptor = removed.get_j3r2sn$(ContinuationInterceptor$Key_getInstance());
- if (interceptor == null)
- return new CombinedContext(removed, element);
- else {
- var left = removed.minusKey_yeqjby$(ContinuationInterceptor$Key_getInstance());
- return left === EmptyCoroutineContext_getInstance() ? new CombinedContext(element, interceptor) : new CombinedContext(new CombinedContext(left, element), interceptor);
- }
- }
- }
- CoroutineContext.prototype.plus_1fupul$ = function (context) {
- return context === EmptyCoroutineContext_getInstance() ? this : context.fold_3cc69b$(this, CoroutineContext$plus$lambda);
- };
- function CoroutineContext$Key() {
- }
- CoroutineContext$Key.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Key', interfaces: []};
- function CoroutineContext$Element() {
- }
- CoroutineContext$Element.prototype.get_j3r2sn$ = function (key) {
- var tmp$;
- return equals(this.key, key) ? Kotlin.isType(tmp$ = this, CoroutineContext$Element) ? tmp$ : throwCCE_0() : null;
- };
- CoroutineContext$Element.prototype.fold_3cc69b$ = function (initial, operation) {
- return operation(initial, this);
- };
- CoroutineContext$Element.prototype.minusKey_yeqjby$ = function (key) {
- return equals(this.key, key) ? EmptyCoroutineContext_getInstance() : this;
- };
- CoroutineContext$Element.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Element', interfaces: [CoroutineContext]};
- CoroutineContext.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'CoroutineContext', interfaces: []};
- function AbstractCoroutineContextElement(key) {
- this.key_no4tas$_0 = key;
- }
- Object.defineProperty(AbstractCoroutineContextElement.prototype, 'key', {get: function () {
- return this.key_no4tas$_0;
- }});
- AbstractCoroutineContextElement.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractCoroutineContextElement', interfaces: [CoroutineContext$Element]};
- function AbstractCoroutineContextKey(baseKey, safeCast) {
- this.safeCast_9rw4bk$_0 = safeCast;
- this.topmostKey_3x72pn$_0 = Kotlin.isType(baseKey, AbstractCoroutineContextKey) ? baseKey.topmostKey_3x72pn$_0 : baseKey;
- }
- AbstractCoroutineContextKey.prototype.tryCast_m1180o$ = function (element) {
- return this.safeCast_9rw4bk$_0(element);
- };
- AbstractCoroutineContextKey.prototype.isSubKey_i2ksv9$ = function (key) {
- return key === this || this.topmostKey_3x72pn$_0 === key;
- };
- AbstractCoroutineContextKey.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractCoroutineContextKey', interfaces: [CoroutineContext$Key]};
- function getPolymorphicElement($receiver, key) {
- var tmp$, tmp$_0;
- if (Kotlin.isType(key, AbstractCoroutineContextKey)) {
- return key.isSubKey_i2ksv9$($receiver.key) ? Kotlin.isType(tmp$ = key.tryCast_m1180o$($receiver), CoroutineContext$Element) ? tmp$ : null : null;
- }return $receiver.key === key ? Kotlin.isType(tmp$_0 = $receiver, CoroutineContext$Element) ? tmp$_0 : throwCCE_0() : null;
- }
- function minusPolymorphicKey($receiver, key) {
- if (Kotlin.isType(key, AbstractCoroutineContextKey)) {
- return key.isSubKey_i2ksv9$($receiver.key) && key.tryCast_m1180o$($receiver) != null ? EmptyCoroutineContext_getInstance() : $receiver;
- }return $receiver.key === key ? EmptyCoroutineContext_getInstance() : $receiver;
- }
- function EmptyCoroutineContext() {
- EmptyCoroutineContext_instance = this;
- this.serialVersionUID_0 = L0;
- }
- EmptyCoroutineContext.prototype.readResolve_0 = function () {
- return EmptyCoroutineContext_getInstance();
- };
- EmptyCoroutineContext.prototype.get_j3r2sn$ = function (key) {
- return null;
- };
- EmptyCoroutineContext.prototype.fold_3cc69b$ = function (initial, operation) {
- return initial;
- };
- EmptyCoroutineContext.prototype.plus_1fupul$ = function (context) {
- return context;
- };
- EmptyCoroutineContext.prototype.minusKey_yeqjby$ = function (key) {
- return this;
- };
- EmptyCoroutineContext.prototype.hashCode = function () {
- return 0;
- };
- EmptyCoroutineContext.prototype.toString = function () {
- return 'EmptyCoroutineContext';
- };
- EmptyCoroutineContext.$metadata$ = {kind: Kind_OBJECT, simpleName: 'EmptyCoroutineContext', interfaces: [Serializable, CoroutineContext]};
- var EmptyCoroutineContext_instance = null;
- function EmptyCoroutineContext_getInstance() {
- if (EmptyCoroutineContext_instance === null) {
- new EmptyCoroutineContext();
- }return EmptyCoroutineContext_instance;
- }
- function CombinedContext(left, element) {
- this.left_0 = left;
- this.element_0 = element;
- }
- CombinedContext.prototype.get_j3r2sn$ = function (key) {
- var tmp$;
- var cur = this;
- while (true) {
- if ((tmp$ = cur.element_0.get_j3r2sn$(key)) != null) {
- return tmp$;
- }var next = cur.left_0;
- if (Kotlin.isType(next, CombinedContext)) {
- cur = next;
- } else {
- return next.get_j3r2sn$(key);
- }
- }
- };
- CombinedContext.prototype.fold_3cc69b$ = function (initial, operation) {
- return operation(this.left_0.fold_3cc69b$(initial, operation), this.element_0);
- };
- CombinedContext.prototype.minusKey_yeqjby$ = function (key) {
- var tmp$;
- if (this.element_0.get_j3r2sn$(key) != null) {
- return this.left_0;
- }var newLeft = this.left_0.minusKey_yeqjby$(key);
- if (newLeft === this.left_0)
- tmp$ = this;
- else if (newLeft === EmptyCoroutineContext_getInstance())
- tmp$ = this.element_0;
- else
- tmp$ = new CombinedContext(newLeft, this.element_0);
- return tmp$;
- };
- CombinedContext.prototype.size_0 = function () {
- var tmp$, tmp$_0;
- var cur = this;
- var size = 2;
- while (true) {
- tmp$_0 = Kotlin.isType(tmp$ = cur.left_0, CombinedContext) ? tmp$ : null;
- if (tmp$_0 == null) {
- return size;
- }cur = tmp$_0;
- size = size + 1 | 0;
- }
- };
- CombinedContext.prototype.contains_0 = function (element) {
- return equals(this.get_j3r2sn$(element.key), element);
- };
- CombinedContext.prototype.containsAll_0 = function (context) {
- var tmp$;
- var cur = context;
- while (true) {
- if (!this.contains_0(cur.element_0))
- return false;
- var next = cur.left_0;
- if (Kotlin.isType(next, CombinedContext)) {
- cur = next;
- } else {
- return this.contains_0(Kotlin.isType(tmp$ = next, CoroutineContext$Element) ? tmp$ : throwCCE_0());
- }
- }
- };
- CombinedContext.prototype.equals = function (other) {
- return this === other || (Kotlin.isType(other, CombinedContext) && other.size_0() === this.size_0() && other.containsAll_0(this));
- };
- CombinedContext.prototype.hashCode = function () {
- return hashCode(this.left_0) + hashCode(this.element_0) | 0;
- };
- function CombinedContext$toString$lambda(acc, element) {
- return acc.length === 0 ? element.toString() : acc + ', ' + element;
- }
- CombinedContext.prototype.toString = function () {
- return '[' + this.fold_3cc69b$('', CombinedContext$toString$lambda) + ']';
- };
- function CombinedContext$writeReplace$lambda(closure$elements, closure$index) {
- return function (f, element) {
- var tmp$;
- closure$elements[tmp$ = closure$index.v, closure$index.v = tmp$ + 1 | 0, tmp$] = element;
- return Unit;
- };
- }
- CombinedContext.prototype.writeReplace_0 = function () {
- var tmp$;
- var n = this.size_0();
- var elements = Kotlin.newArray(n, null);
- var index = {v: 0};
- this.fold_3cc69b$(Unit_getInstance(), CombinedContext$writeReplace$lambda(elements, index));
- if (!(index.v === n)) {
- var message = 'Check failed.';
- throw IllegalStateException_init_0(message.toString());
- }return new CombinedContext$Serialized(Kotlin.isArray(tmp$ = elements) ? tmp$ : throwCCE_0());
- };
- function CombinedContext$Serialized(elements) {
- CombinedContext$Serialized$Companion_getInstance();
- this.elements = elements;
- }
- function CombinedContext$Serialized$Companion() {
- CombinedContext$Serialized$Companion_instance = this;
- this.serialVersionUID_0 = L0;
- }
- CombinedContext$Serialized$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var CombinedContext$Serialized$Companion_instance = null;
- function CombinedContext$Serialized$Companion_getInstance() {
- if (CombinedContext$Serialized$Companion_instance === null) {
- new CombinedContext$Serialized$Companion();
- }return CombinedContext$Serialized$Companion_instance;
- }
- CombinedContext$Serialized.prototype.readResolve_0 = function () {
- var $receiver = this.elements;
- var tmp$;
- var accumulator = EmptyCoroutineContext_getInstance();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- accumulator = accumulator.plus_1fupul$(element);
- }
- return accumulator;
- };
- CombinedContext$Serialized.$metadata$ = {kind: Kind_CLASS, simpleName: 'Serialized', interfaces: [Serializable]};
- CombinedContext.$metadata$ = {kind: Kind_CLASS, simpleName: 'CombinedContext', interfaces: [Serializable, CoroutineContext]};
- function suspendCoroutineUninterceptedOrReturn(block, continuation) {
- throw new NotImplementedError('Implementation of suspendCoroutineUninterceptedOrReturn is intrinsic');
- }
- defineInlineFunction('kotlin.kotlin.coroutines.intrinsics.suspendCoroutineUninterceptedOrReturn_zb0pmy$', wrapFunction(function () {
- var NotImplementedError_init = _.kotlin.NotImplementedError;
- return function (block, continuation) {
- throw new NotImplementedError_init('Implementation of suspendCoroutineUninterceptedOrReturn is intrinsic');
- };
- }));
- function get_COROUTINE_SUSPENDED() {
- return CoroutineSingletons$COROUTINE_SUSPENDED_getInstance();
- }
- function CoroutineSingletons(name, ordinal) {
- Enum.call(this);
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function CoroutineSingletons_initFields() {
- CoroutineSingletons_initFields = function () {
- };
- CoroutineSingletons$COROUTINE_SUSPENDED_instance = new CoroutineSingletons('COROUTINE_SUSPENDED', 0);
- CoroutineSingletons$UNDECIDED_instance = new CoroutineSingletons('UNDECIDED', 1);
- CoroutineSingletons$RESUMED_instance = new CoroutineSingletons('RESUMED', 2);
- }
- var CoroutineSingletons$COROUTINE_SUSPENDED_instance;
- function CoroutineSingletons$COROUTINE_SUSPENDED_getInstance() {
- CoroutineSingletons_initFields();
- return CoroutineSingletons$COROUTINE_SUSPENDED_instance;
- }
- var CoroutineSingletons$UNDECIDED_instance;
- function CoroutineSingletons$UNDECIDED_getInstance() {
- CoroutineSingletons_initFields();
- return CoroutineSingletons$UNDECIDED_instance;
- }
- var CoroutineSingletons$RESUMED_instance;
- function CoroutineSingletons$RESUMED_getInstance() {
- CoroutineSingletons_initFields();
- return CoroutineSingletons$RESUMED_instance;
- }
- CoroutineSingletons.$metadata$ = {kind: Kind_CLASS, simpleName: 'CoroutineSingletons', interfaces: [Enum]};
- function CoroutineSingletons$values() {
- return [CoroutineSingletons$COROUTINE_SUSPENDED_getInstance(), CoroutineSingletons$UNDECIDED_getInstance(), CoroutineSingletons$RESUMED_getInstance()];
- }
- CoroutineSingletons.values = CoroutineSingletons$values;
- function CoroutineSingletons$valueOf(name) {
- switch (name) {
- case 'COROUTINE_SUSPENDED':
- return CoroutineSingletons$COROUTINE_SUSPENDED_getInstance();
- case 'UNDECIDED':
- return CoroutineSingletons$UNDECIDED_getInstance();
- case 'RESUMED':
- return CoroutineSingletons$RESUMED_getInstance();
- default:throwISE('No enum constant kotlin.coroutines.intrinsics.CoroutineSingletons.' + name);
- }
- }
- CoroutineSingletons.valueOf_61zpoe$ = CoroutineSingletons$valueOf;
- var and = defineInlineFunction('kotlin.kotlin.experimental.and_buxqzf$', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- return function ($receiver, other) {
- return toByte($receiver & other);
- };
- }));
- var or = defineInlineFunction('kotlin.kotlin.experimental.or_buxqzf$', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- return function ($receiver, other) {
- return toByte($receiver | other);
- };
- }));
- var xor = defineInlineFunction('kotlin.kotlin.experimental.xor_buxqzf$', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- return function ($receiver, other) {
- return toByte($receiver ^ other);
- };
- }));
- var inv = defineInlineFunction('kotlin.kotlin.experimental.inv_mz3mee$', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- return function ($receiver) {
- return toByte(~$receiver);
- };
- }));
- var and_0 = defineInlineFunction('kotlin.kotlin.experimental.and_mvfjzl$', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- return function ($receiver, other) {
- return toShort($receiver & other);
- };
- }));
- var or_0 = defineInlineFunction('kotlin.kotlin.experimental.or_mvfjzl$', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- return function ($receiver, other) {
- return toShort($receiver | other);
- };
- }));
- var xor_0 = defineInlineFunction('kotlin.kotlin.experimental.xor_mvfjzl$', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- return function ($receiver, other) {
- return toShort($receiver ^ other);
- };
- }));
- var inv_0 = defineInlineFunction('kotlin.kotlin.experimental.inv_5vcgdc$', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- return function ($receiver) {
- return toShort(~$receiver);
- };
- }));
- function ExperimentalTypeInference() {
- }
- ExperimentalTypeInference.$metadata$ = {kind: Kind_CLASS, simpleName: 'ExperimentalTypeInference', interfaces: [Annotation]};
- function NoInfer() {
- }
- NoInfer.$metadata$ = {kind: Kind_CLASS, simpleName: 'NoInfer', interfaces: [Annotation]};
- function Exact() {
- }
- Exact.$metadata$ = {kind: Kind_CLASS, simpleName: 'Exact', interfaces: [Annotation]};
- function LowPriorityInOverloadResolution() {
- }
- LowPriorityInOverloadResolution.$metadata$ = {kind: Kind_CLASS, simpleName: 'LowPriorityInOverloadResolution', interfaces: [Annotation]};
- function HidesMembers() {
- }
- HidesMembers.$metadata$ = {kind: Kind_CLASS, simpleName: 'HidesMembers', interfaces: [Annotation]};
- function OnlyInputTypes() {
- }
- OnlyInputTypes.$metadata$ = {kind: Kind_CLASS, simpleName: 'OnlyInputTypes', interfaces: [Annotation]};
- function InlineOnly() {
- }
- InlineOnly.$metadata$ = {kind: Kind_CLASS, simpleName: 'InlineOnly', interfaces: [Annotation]};
- function DynamicExtension() {
- }
- DynamicExtension.$metadata$ = {kind: Kind_CLASS, simpleName: 'DynamicExtension', interfaces: [Annotation]};
- function AccessibleLateinitPropertyLiteral() {
- }
- AccessibleLateinitPropertyLiteral.$metadata$ = {kind: Kind_CLASS, simpleName: 'AccessibleLateinitPropertyLiteral', interfaces: [Annotation]};
- function RequireKotlin(version, message, level, versionKind, errorCode) {
- if (message === void 0)
- message = '';
- if (level === void 0)
- level = DeprecationLevel.ERROR;
- if (versionKind === void 0)
- versionKind = RequireKotlinVersionKind$LANGUAGE_VERSION_getInstance();
- if (errorCode === void 0)
- errorCode = -1;
- this.version = version;
- this.message = message;
- this.level = level;
- this.versionKind = versionKind;
- this.errorCode = errorCode;
- }
- RequireKotlin.$metadata$ = {kind: Kind_CLASS, simpleName: 'RequireKotlin', interfaces: [Annotation]};
- function RequireKotlinVersionKind(name, ordinal) {
- Enum.call(this);
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function RequireKotlinVersionKind_initFields() {
- RequireKotlinVersionKind_initFields = function () {
- };
- RequireKotlinVersionKind$LANGUAGE_VERSION_instance = new RequireKotlinVersionKind('LANGUAGE_VERSION', 0);
- RequireKotlinVersionKind$COMPILER_VERSION_instance = new RequireKotlinVersionKind('COMPILER_VERSION', 1);
- RequireKotlinVersionKind$API_VERSION_instance = new RequireKotlinVersionKind('API_VERSION', 2);
- }
- var RequireKotlinVersionKind$LANGUAGE_VERSION_instance;
- function RequireKotlinVersionKind$LANGUAGE_VERSION_getInstance() {
- RequireKotlinVersionKind_initFields();
- return RequireKotlinVersionKind$LANGUAGE_VERSION_instance;
- }
- var RequireKotlinVersionKind$COMPILER_VERSION_instance;
- function RequireKotlinVersionKind$COMPILER_VERSION_getInstance() {
- RequireKotlinVersionKind_initFields();
- return RequireKotlinVersionKind$COMPILER_VERSION_instance;
- }
- var RequireKotlinVersionKind$API_VERSION_instance;
- function RequireKotlinVersionKind$API_VERSION_getInstance() {
- RequireKotlinVersionKind_initFields();
- return RequireKotlinVersionKind$API_VERSION_instance;
- }
- RequireKotlinVersionKind.$metadata$ = {kind: Kind_CLASS, simpleName: 'RequireKotlinVersionKind', interfaces: [Enum]};
- function RequireKotlinVersionKind$values() {
- return [RequireKotlinVersionKind$LANGUAGE_VERSION_getInstance(), RequireKotlinVersionKind$COMPILER_VERSION_getInstance(), RequireKotlinVersionKind$API_VERSION_getInstance()];
- }
- RequireKotlinVersionKind.values = RequireKotlinVersionKind$values;
- function RequireKotlinVersionKind$valueOf(name) {
- switch (name) {
- case 'LANGUAGE_VERSION':
- return RequireKotlinVersionKind$LANGUAGE_VERSION_getInstance();
- case 'COMPILER_VERSION':
- return RequireKotlinVersionKind$COMPILER_VERSION_getInstance();
- case 'API_VERSION':
- return RequireKotlinVersionKind$API_VERSION_getInstance();
- default:throwISE('No enum constant kotlin.internal.RequireKotlinVersionKind.' + name);
- }
- }
- RequireKotlinVersionKind.valueOf_61zpoe$ = RequireKotlinVersionKind$valueOf;
- function ContractsDsl() {
- }
- ContractsDsl.$metadata$ = {kind: Kind_CLASS, simpleName: 'ContractsDsl', interfaces: [Annotation]};
- function Delegates() {
- Delegates_instance = this;
- }
- Delegates.prototype.notNull_30y1fr$ = function () {
- return new NotNullVar();
- };
- Delegates.prototype.observable_2ulm9r$ = defineInlineFunction('kotlin.kotlin.properties.Delegates.observable_2ulm9r$', wrapFunction(function () {
- var ObservableProperty = _.kotlin.properties.ObservableProperty;
- var Kind_CLASS = Kotlin.Kind.CLASS;
- Delegates$observable$ObjectLiteral.prototype = Object.create(ObservableProperty.prototype);
- Delegates$observable$ObjectLiteral.prototype.constructor = Delegates$observable$ObjectLiteral;
- function Delegates$observable$ObjectLiteral(closure$onChange, initialValue) {
- this.closure$onChange = closure$onChange;
- ObservableProperty.call(this, initialValue);
- }
- Delegates$observable$ObjectLiteral.prototype.afterChange_jxtfl0$ = function (property, oldValue, newValue) {
- this.closure$onChange(property, oldValue, newValue);
- };
- Delegates$observable$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [ObservableProperty]};
- return function (initialValue, onChange) {
- return new Delegates$observable$ObjectLiteral(onChange, initialValue);
- };
- }));
- Delegates.prototype.vetoable_61sx1h$ = defineInlineFunction('kotlin.kotlin.properties.Delegates.vetoable_61sx1h$', wrapFunction(function () {
- var ObservableProperty = _.kotlin.properties.ObservableProperty;
- var Kind_CLASS = Kotlin.Kind.CLASS;
- Delegates$vetoable$ObjectLiteral.prototype = Object.create(ObservableProperty.prototype);
- Delegates$vetoable$ObjectLiteral.prototype.constructor = Delegates$vetoable$ObjectLiteral;
- function Delegates$vetoable$ObjectLiteral(closure$onChange, initialValue) {
- this.closure$onChange = closure$onChange;
- ObservableProperty.call(this, initialValue);
- }
- Delegates$vetoable$ObjectLiteral.prototype.beforeChange_jxtfl0$ = function (property, oldValue, newValue) {
- return this.closure$onChange(property, oldValue, newValue);
- };
- Delegates$vetoable$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [ObservableProperty]};
- return function (initialValue, onChange) {
- return new Delegates$vetoable$ObjectLiteral(onChange, initialValue);
- };
- }));
- Delegates.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Delegates', interfaces: []};
- var Delegates_instance = null;
- function Delegates_getInstance() {
- if (Delegates_instance === null) {
- new Delegates();
- }return Delegates_instance;
- }
- function NotNullVar() {
- this.value_0 = null;
- }
- NotNullVar.prototype.getValue_lrcp0p$ = function (thisRef, property) {
- var tmp$;
- tmp$ = this.value_0;
- if (tmp$ == null) {
- throw IllegalStateException_init_0('Property ' + property.callableName + ' should be initialized before get.');
- }return tmp$;
- };
- NotNullVar.prototype.setValue_9rddgb$ = function (thisRef, property, value) {
- this.value_0 = value;
- };
- NotNullVar.$metadata$ = {kind: Kind_CLASS, simpleName: 'NotNullVar', interfaces: [ReadWriteProperty]};
- function ReadOnlyProperty(f) {
- this.function$ = f;
- }
- ReadOnlyProperty.prototype.getValue_lrcp0p$ = function (thisRef, property) {
- return this.function$(thisRef, property);
- };
- ReadOnlyProperty.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'ReadOnlyProperty', interfaces: []};
- function ReadWriteProperty() {
- }
- ReadWriteProperty.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'ReadWriteProperty', interfaces: [ReadOnlyProperty]};
- function PropertyDelegateProvider(f) {
- this.function$ = f;
- }
- PropertyDelegateProvider.prototype.provideDelegate_lrcp0p$ = function (thisRef, property) {
- return this.function$(thisRef, property);
- };
- PropertyDelegateProvider.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'PropertyDelegateProvider', interfaces: []};
- function ObservableProperty(initialValue) {
- this.value_kuqkmn$_0 = initialValue;
- }
- ObservableProperty.prototype.beforeChange_jxtfl0$ = function (property, oldValue, newValue) {
- return true;
- };
- ObservableProperty.prototype.afterChange_jxtfl0$ = function (property, oldValue, newValue) {
- };
- ObservableProperty.prototype.getValue_lrcp0p$ = function (thisRef, property) {
- return this.value_kuqkmn$_0;
- };
- ObservableProperty.prototype.setValue_9rddgb$ = function (thisRef, property, value) {
- var oldValue = this.value_kuqkmn$_0;
- if (!this.beforeChange_jxtfl0$(property, oldValue, value)) {
- return;
- }this.value_kuqkmn$_0 = value;
- this.afterChange_jxtfl0$(property, oldValue, value);
- };
- ObservableProperty.$metadata$ = {kind: Kind_CLASS, simpleName: 'ObservableProperty', interfaces: [ReadWriteProperty]};
- var getValue_2 = defineInlineFunction('kotlin.kotlin.getValue_b50u8e$', function ($receiver, thisRef, property) {
- return $receiver.get();
- });
- var setValue_0 = defineInlineFunction('kotlin.kotlin.setValue_482ug9$', function ($receiver, thisRef, property, value) {
- $receiver.set(value);
- });
- var getValue_3 = defineInlineFunction('kotlin.kotlin.getValue_6pvafn$', function ($receiver, thisRef, property) {
- return $receiver.get(thisRef);
- });
- var setValue_1 = defineInlineFunction('kotlin.kotlin.setValue_jwwzap$', function ($receiver, thisRef, property, value) {
- $receiver.set(thisRef, value);
- });
- function Random() {
- Random$Default_getInstance();
- }
- Random.prototype.nextInt = function () {
- return this.nextBits_za3lpa$(32);
- };
- Random.prototype.nextInt_za3lpa$ = function (until) {
- return this.nextInt_vux9f0$(0, until);
- };
- Random.prototype.nextInt_vux9f0$ = function (from, until) {
- var tmp$;
- checkRangeBounds(from, until);
- var n = until - from | 0;
- if (n > 0 || n === -2147483648) {
- if ((n & (-n | 0)) === n) {
- var bitCount = fastLog2(n);
- tmp$ = this.nextBits_za3lpa$(bitCount);
- } else {
- var v;
- do {
- var bits = this.nextInt() >>> 1;
- v = bits % n;
- }
- while ((bits - v + (n - 1) | 0) < 0);
- tmp$ = v;
- }
- var rnd = tmp$;
- return from + rnd | 0;
- } else {
- while (true) {
- var rnd_0 = this.nextInt();
- if (from <= rnd_0 && rnd_0 < until)
- return rnd_0;
- }
- }
- };
- Random.prototype.nextLong = function () {
- return Kotlin.Long.fromInt(this.nextInt()).shiftLeft(32).add(Kotlin.Long.fromInt(this.nextInt()));
- };
- Random.prototype.nextLong_s8cxhz$ = function (until) {
- return this.nextLong_3pjtqy$(L0, until);
- };
- Random.prototype.nextLong_3pjtqy$ = function (from, until) {
- var tmp$;
- checkRangeBounds_0(from, until);
- var n = until.subtract(from);
- if (n.toNumber() > 0) {
- var rnd;
- if (equals(n.and(n.unaryMinus()), n)) {
- var nLow = n.toInt();
- var nHigh = n.shiftRightUnsigned(32).toInt();
- if (nLow !== 0) {
- var bitCount = fastLog2(nLow);
- tmp$ = Kotlin.Long.fromInt(this.nextBits_za3lpa$(bitCount)).and(L4294967295);
- } else if (nHigh === 1)
- tmp$ = Kotlin.Long.fromInt(this.nextInt()).and(L4294967295);
- else {
- var bitCount_0 = fastLog2(nHigh);
- tmp$ = Kotlin.Long.fromInt(this.nextBits_za3lpa$(bitCount_0)).shiftLeft(32).add(Kotlin.Long.fromInt(this.nextInt()));
- }
- rnd = tmp$;
- } else {
- var v;
- do {
- var bits = this.nextLong().shiftRightUnsigned(1);
- v = bits.modulo(n);
- }
- while (bits.subtract(v).add(n.subtract(Kotlin.Long.fromInt(1))).toNumber() < 0);
- rnd = v;
- }
- return from.add(rnd);
- } else {
- while (true) {
- var rnd_0 = this.nextLong();
- if (from.lessThanOrEqual(rnd_0) && rnd_0.lessThan(until))
- return rnd_0;
- }
- }
- };
- Random.prototype.nextBoolean = function () {
- return this.nextBits_za3lpa$(1) !== 0;
- };
- Random.prototype.nextDouble = function () {
- return doubleFromParts(this.nextBits_za3lpa$(26), this.nextBits_za3lpa$(27));
- };
- Random.prototype.nextDouble_14dthe$ = function (until) {
- return this.nextDouble_lu1900$(0.0, until);
- };
- Random.prototype.nextDouble_lu1900$ = function (from, until) {
- var tmp$;
- checkRangeBounds_1(from, until);
- var size = until - from;
- if (isInfinite(size) && isFinite(from) && isFinite(until)) {
- var r1 = this.nextDouble() * (until / 2 - from / 2);
- tmp$ = from + r1 + r1;
- } else {
- tmp$ = from + this.nextDouble() * size;
- }
- var r = tmp$;
- return r >= until ? nextDown(until) : r;
- };
- Random.prototype.nextFloat = function () {
- return this.nextBits_za3lpa$(24) / 16777216;
- };
- function Random$nextBytes$lambda(closure$fromIndex, closure$toIndex, closure$array) {
- return function () {
- return 'fromIndex (' + closure$fromIndex + ') or toIndex (' + closure$toIndex + ') are out of range: 0..' + closure$array.length + '.';
- };
- }
- Random.prototype.nextBytes_mj6st8$$default = function (array, fromIndex, toIndex) {
- if (!(0 <= fromIndex && fromIndex <= array.length ? 0 <= toIndex && toIndex <= array.length : false)) {
- var message = Random$nextBytes$lambda(fromIndex, toIndex, array)();
- throw IllegalArgumentException_init_0(message.toString());
- }if (!(fromIndex <= toIndex)) {
- var message_0 = 'fromIndex (' + fromIndex + ') must be not greater than toIndex (' + toIndex + ').';
- throw IllegalArgumentException_init_0(message_0.toString());
- }var steps = (toIndex - fromIndex | 0) / 4 | 0;
- var position = {v: fromIndex};
- for (var index = 0; index < steps; index++) {
- var v = this.nextInt();
- array[position.v] = toByte(v);
- array[position.v + 1 | 0] = toByte(v >>> 8);
- array[position.v + 2 | 0] = toByte(v >>> 16);
- array[position.v + 3 | 0] = toByte(v >>> 24);
- position.v = position.v + 4 | 0;
- }
- var remainder = toIndex - position.v | 0;
- var vr = this.nextBits_za3lpa$(remainder * 8 | 0);
- for (var i = 0; i < remainder; i++) {
- array[position.v + i | 0] = toByte(vr >>> (i * 8 | 0));
- }
- return array;
- };
- Random.prototype.nextBytes_mj6st8$ = function (array, fromIndex, toIndex, callback$default) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = array.length;
- return callback$default ? callback$default(array, fromIndex, toIndex) : this.nextBytes_mj6st8$$default(array, fromIndex, toIndex);
- };
- Random.prototype.nextBytes_fqrh44$ = function (array) {
- return this.nextBytes_mj6st8$(array, 0, array.length);
- };
- Random.prototype.nextBytes_za3lpa$ = function (size) {
- return this.nextBytes_fqrh44$(new Int8Array(size));
- };
- function Random$Default() {
- Random$Default_instance = this;
- Random.call(this);
- this.defaultRandom_0 = defaultPlatformRandom();
- }
- Random$Default.prototype.nextBits_za3lpa$ = function (bitCount) {
- return this.defaultRandom_0.nextBits_za3lpa$(bitCount);
- };
- Random$Default.prototype.nextInt = function () {
- return this.defaultRandom_0.nextInt();
- };
- Random$Default.prototype.nextInt_za3lpa$ = function (until) {
- return this.defaultRandom_0.nextInt_za3lpa$(until);
- };
- Random$Default.prototype.nextInt_vux9f0$ = function (from, until) {
- return this.defaultRandom_0.nextInt_vux9f0$(from, until);
- };
- Random$Default.prototype.nextLong = function () {
- return this.defaultRandom_0.nextLong();
- };
- Random$Default.prototype.nextLong_s8cxhz$ = function (until) {
- return this.defaultRandom_0.nextLong_s8cxhz$(until);
- };
- Random$Default.prototype.nextLong_3pjtqy$ = function (from, until) {
- return this.defaultRandom_0.nextLong_3pjtqy$(from, until);
- };
- Random$Default.prototype.nextBoolean = function () {
- return this.defaultRandom_0.nextBoolean();
- };
- Random$Default.prototype.nextDouble = function () {
- return this.defaultRandom_0.nextDouble();
- };
- Random$Default.prototype.nextDouble_14dthe$ = function (until) {
- return this.defaultRandom_0.nextDouble_14dthe$(until);
- };
- Random$Default.prototype.nextDouble_lu1900$ = function (from, until) {
- return this.defaultRandom_0.nextDouble_lu1900$(from, until);
- };
- Random$Default.prototype.nextFloat = function () {
- return this.defaultRandom_0.nextFloat();
- };
- Random$Default.prototype.nextBytes_fqrh44$ = function (array) {
- return this.defaultRandom_0.nextBytes_fqrh44$(array);
- };
- Random$Default.prototype.nextBytes_za3lpa$ = function (size) {
- return this.defaultRandom_0.nextBytes_za3lpa$(size);
- };
- Random$Default.prototype.nextBytes_mj6st8$$default = function (array, fromIndex, toIndex) {
- return this.defaultRandom_0.nextBytes_mj6st8$(array, fromIndex, toIndex);
- };
- Random$Default.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Default', interfaces: [Random]};
- var Random$Default_instance = null;
- function Random$Default_getInstance() {
- if (Random$Default_instance === null) {
- new Random$Default();
- }return Random$Default_instance;
- }
- Random.$metadata$ = {kind: Kind_CLASS, simpleName: 'Random', interfaces: []};
- function Random_0(seed) {
- return XorWowRandom_init(seed, seed >> 31);
- }
- function Random_1(seed) {
- return XorWowRandom_init(seed.toInt(), seed.shiftRight(32).toInt());
- }
- function nextInt($receiver, range) {
- if (range.isEmpty())
- throw IllegalArgumentException_init_0('Cannot get random in empty range: ' + range);
- else if (range.last < 2147483647)
- return $receiver.nextInt_vux9f0$(range.first, range.last + 1 | 0);
- else if (range.first > -2147483648)
- return $receiver.nextInt_vux9f0$(range.first - 1 | 0, range.last) + 1 | 0;
- else
- return $receiver.nextInt();
- }
- function nextLong($receiver, range) {
- if (range.isEmpty())
- throw IllegalArgumentException_init_0('Cannot get random in empty range: ' + range);
- else if (range.last.compareTo_11rb$(Long$Companion$MAX_VALUE) < 0)
- return $receiver.nextLong_3pjtqy$(range.first, range.last.add(Kotlin.Long.fromInt(1)));
- else if (range.first.compareTo_11rb$(Long$Companion$MIN_VALUE) > 0)
- return $receiver.nextLong_3pjtqy$(range.first.subtract(Kotlin.Long.fromInt(1)), range.last).add(Kotlin.Long.fromInt(1));
- else
- return $receiver.nextLong();
- }
- function fastLog2(value) {
- return 31 - Math_0.clz32(value) | 0;
- }
- function takeUpperBits($receiver, bitCount) {
- return $receiver >>> 32 - bitCount & (-bitCount | 0) >> 31;
- }
- function checkRangeBounds(from, until) {
- if (!(until > from)) {
- var message = boundsErrorMessage(from, until);
- throw IllegalArgumentException_init_0(message.toString());
- }}
- function checkRangeBounds_0(from, until) {
- if (!(until.compareTo_11rb$(from) > 0)) {
- var message = boundsErrorMessage(from, until);
- throw IllegalArgumentException_init_0(message.toString());
- }}
- function checkRangeBounds_1(from, until) {
- if (!(until > from)) {
- var message = boundsErrorMessage(from, until);
- throw IllegalArgumentException_init_0(message.toString());
- }}
- function boundsErrorMessage(from, until) {
- return 'Random range is empty: [' + from.toString() + ', ' + until.toString() + ').';
- }
- function nextUInt($receiver) {
- return new UInt($receiver.nextInt());
- }
- function nextUInt_0($receiver, until) {
- return nextUInt_1($receiver, new UInt(0), until);
- }
- function nextUInt_1($receiver, from, until) {
- checkUIntRangeBounds(from, until);
- var signedFrom = from.data ^ -2147483648;
- var signedUntil = until.data ^ -2147483648;
- var signedResult = $receiver.nextInt_vux9f0$(signedFrom, signedUntil) ^ -2147483648;
- return new UInt(signedResult);
- }
- function nextUInt_2($receiver, range) {
- if (range.isEmpty())
- throw IllegalArgumentException_init_0('Cannot get random in empty range: ' + range);
- else {
- if (uintCompare(range.last.data, UInt$Companion_getInstance().MAX_VALUE.data) < 0) {
- return nextUInt_1($receiver, range.first, new UInt(range.last.data + (new UInt(1)).data | 0));
- } else {
- if (uintCompare(range.first.data, UInt$Companion_getInstance().MIN_VALUE.data) > 0) {
- return new UInt(nextUInt_1($receiver, new UInt(range.first.data - (new UInt(1)).data | 0), range.last).data + (new UInt(1)).data | 0);
- } else
- return nextUInt($receiver);
- }
- }
- }
- function nextULong($receiver) {
- return new ULong($receiver.nextLong());
- }
- function nextULong_0($receiver, until) {
- return nextULong_1($receiver, new ULong(Kotlin.Long.ZERO), until);
- }
- function nextULong_1($receiver, from, until) {
- checkULongRangeBounds(from, until);
- var signedFrom = from.data.xor(Long$Companion$MIN_VALUE);
- var signedUntil = until.data.xor(Long$Companion$MIN_VALUE);
- var signedResult = $receiver.nextLong_3pjtqy$(signedFrom, signedUntil).xor(Long$Companion$MIN_VALUE);
- return new ULong(signedResult);
- }
- function nextULong_2($receiver, range) {
- if (range.isEmpty())
- throw IllegalArgumentException_init_0('Cannot get random in empty range: ' + range);
- else {
- if (ulongCompare(range.last.data, ULong$Companion_getInstance().MAX_VALUE.data) < 0) {
- return nextULong_1($receiver, range.first, new ULong(range.last.data.add((new ULong(Kotlin.Long.fromInt((new UInt(1)).data).and(L4294967295))).data)));
- } else {
- if (ulongCompare(range.first.data, ULong$Companion_getInstance().MIN_VALUE.data) > 0) {
- return new ULong(nextULong_1($receiver, new ULong(range.first.data.subtract((new ULong(Kotlin.Long.fromInt((new UInt(1)).data).and(L4294967295))).data)), range.last).data.add((new ULong(Kotlin.Long.fromInt((new UInt(1)).data).and(L4294967295))).data));
- } else
- return nextULong($receiver);
- }
- }
- }
- function nextUBytes($receiver, array) {
- $receiver.nextBytes_fqrh44$(array.storage);
- return array;
- }
- function nextUBytes_0($receiver, size) {
- return new UByteArray($receiver.nextBytes_za3lpa$(size));
- }
- function nextUBytes_1($receiver, array, fromIndex, toIndex) {
- if (fromIndex === void 0)
- fromIndex = 0;
- if (toIndex === void 0)
- toIndex = array.size;
- $receiver.nextBytes_mj6st8$(array.storage, fromIndex, toIndex);
- return array;
- }
- function checkUIntRangeBounds(from, until) {
- if (!(uintCompare(until.data, from.data) > 0)) {
- var message = boundsErrorMessage(from, until);
- throw IllegalArgumentException_init_0(message.toString());
- }}
- function checkULongRangeBounds(from, until) {
- if (!(ulongCompare(until.data, from.data) > 0)) {
- var message = boundsErrorMessage(from, until);
- throw IllegalArgumentException_init_0(message.toString());
- }}
- function XorWowRandom(x, y, z, w, v, addend) {
- Random.call(this);
- this.x_0 = x;
- this.y_0 = y;
- this.z_0 = z;
- this.w_0 = w;
- this.v_0 = v;
- this.addend_0 = addend;
- if (!((this.x_0 | this.y_0 | this.z_0 | this.w_0 | this.v_0) !== 0)) {
- var message = 'Initial state must have at least one non-zero element.';
- throw IllegalArgumentException_init_0(message.toString());
- }for (var index = 0; index < 64; index++) {
- this.nextInt();
- }
- }
- XorWowRandom.prototype.nextInt = function () {
- var t = this.x_0;
- t = t ^ t >>> 2;
- this.x_0 = this.y_0;
- this.y_0 = this.z_0;
- this.z_0 = this.w_0;
- var v0 = this.v_0;
- this.w_0 = v0;
- t = t ^ t << 1 ^ v0 ^ v0 << 4;
- this.v_0 = t;
- this.addend_0 = this.addend_0 + 362437 | 0;
- return t + this.addend_0 | 0;
- };
- XorWowRandom.prototype.nextBits_za3lpa$ = function (bitCount) {
- return takeUpperBits(this.nextInt(), bitCount);
- };
- XorWowRandom.$metadata$ = {kind: Kind_CLASS, simpleName: 'XorWowRandom', interfaces: [Random]};
- function XorWowRandom_init(seed1, seed2, $this) {
- $this = $this || Object.create(XorWowRandom.prototype);
- XorWowRandom.call($this, seed1, seed2, 0, 0, ~seed1, seed1 << 10 ^ seed2 >>> 4);
- return $this;
- }
- function ComparableRange(start, endInclusive) {
- this.start_p1gsmm$_0 = start;
- this.endInclusive_jj4lf7$_0 = endInclusive;
- }
- Object.defineProperty(ComparableRange.prototype, 'start', {get: function () {
- return this.start_p1gsmm$_0;
- }});
- Object.defineProperty(ComparableRange.prototype, 'endInclusive', {get: function () {
- return this.endInclusive_jj4lf7$_0;
- }});
- ComparableRange.prototype.equals = function (other) {
- return Kotlin.isType(other, ComparableRange) && (this.isEmpty() && other.isEmpty() || (equals(this.start, other.start) && equals(this.endInclusive, other.endInclusive)));
- };
- ComparableRange.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : (31 * hashCode(this.start) | 0) + hashCode(this.endInclusive) | 0;
- };
- ComparableRange.prototype.toString = function () {
- return this.start.toString() + '..' + this.endInclusive;
- };
- ComparableRange.$metadata$ = {kind: Kind_CLASS, simpleName: 'ComparableRange', interfaces: [ClosedRange]};
- function rangeTo($receiver, that) {
- return new ComparableRange($receiver, that);
- }
- function ClosedFloatingPointRange() {
- }
- ClosedFloatingPointRange.prototype.contains_mef7kx$ = function (value) {
- return this.lessThanOrEquals_n65qkk$(this.start, value) && this.lessThanOrEquals_n65qkk$(value, this.endInclusive);
- };
- ClosedFloatingPointRange.prototype.isEmpty = function () {
- return !this.lessThanOrEquals_n65qkk$(this.start, this.endInclusive);
- };
- ClosedFloatingPointRange.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'ClosedFloatingPointRange', interfaces: [ClosedRange]};
- function ClosedDoubleRange(start, endInclusive) {
- this._start_0 = start;
- this._endInclusive_0 = endInclusive;
- }
- Object.defineProperty(ClosedDoubleRange.prototype, 'start', {configurable: true, get: function () {
- return this._start_0;
- }});
- Object.defineProperty(ClosedDoubleRange.prototype, 'endInclusive', {configurable: true, get: function () {
- return this._endInclusive_0;
- }});
- ClosedDoubleRange.prototype.lessThanOrEquals_n65qkk$ = function (a, b) {
- return a <= b;
- };
- ClosedDoubleRange.prototype.contains_mef7kx$ = function (value) {
- return value >= this._start_0 && value <= this._endInclusive_0;
- };
- ClosedDoubleRange.prototype.isEmpty = function () {
- return !(this._start_0 <= this._endInclusive_0);
- };
- ClosedDoubleRange.prototype.equals = function (other) {
- return Kotlin.isType(other, ClosedDoubleRange) && (this.isEmpty() && other.isEmpty() || (this._start_0 === other._start_0 && this._endInclusive_0 === other._endInclusive_0));
- };
- ClosedDoubleRange.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : (31 * hashCode(this._start_0) | 0) + hashCode(this._endInclusive_0) | 0;
- };
- ClosedDoubleRange.prototype.toString = function () {
- return this._start_0.toString() + '..' + this._endInclusive_0;
- };
- ClosedDoubleRange.$metadata$ = {kind: Kind_CLASS, simpleName: 'ClosedDoubleRange', interfaces: [ClosedFloatingPointRange]};
- function rangeTo_0($receiver, that) {
- return new ClosedDoubleRange($receiver, that);
- }
- function ClosedFloatRange(start, endInclusive) {
- this._start_0 = start;
- this._endInclusive_0 = endInclusive;
- }
- Object.defineProperty(ClosedFloatRange.prototype, 'start', {configurable: true, get: function () {
- return this._start_0;
- }});
- Object.defineProperty(ClosedFloatRange.prototype, 'endInclusive', {configurable: true, get: function () {
- return this._endInclusive_0;
- }});
- ClosedFloatRange.prototype.lessThanOrEquals_n65qkk$ = function (a, b) {
- return a <= b;
- };
- ClosedFloatRange.prototype.contains_mef7kx$ = function (value) {
- return value >= this._start_0 && value <= this._endInclusive_0;
- };
- ClosedFloatRange.prototype.isEmpty = function () {
- return !(this._start_0 <= this._endInclusive_0);
- };
- ClosedFloatRange.prototype.equals = function (other) {
- return Kotlin.isType(other, ClosedFloatRange) && (this.isEmpty() && other.isEmpty() || (this._start_0 === other._start_0 && this._endInclusive_0 === other._endInclusive_0));
- };
- ClosedFloatRange.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : (31 * hashCode(this._start_0) | 0) + hashCode(this._endInclusive_0) | 0;
- };
- ClosedFloatRange.prototype.toString = function () {
- return this._start_0.toString() + '..' + this._endInclusive_0;
- };
- ClosedFloatRange.$metadata$ = {kind: Kind_CLASS, simpleName: 'ClosedFloatRange', interfaces: [ClosedFloatingPointRange]};
- function rangeTo_1($receiver, that) {
- return new ClosedFloatRange($receiver, that);
- }
- var contains_52 = defineInlineFunction('kotlin.kotlin.ranges.contains_gpq3rh$', function ($receiver, element) {
- return element != null && $receiver.contains_mef7kx$(element);
- });
- function checkStepIsPositive(isPositive, step) {
- if (!isPositive)
- throw IllegalArgumentException_init_0('Step must be positive, was: ' + step.toString() + '.');
- }
- function cast($receiver, value) {
- var tmp$;
- if (!$receiver.isInstance_s8jyv4$(value)) {
- throw new ClassCastException('Value cannot be cast to ' + toString($receiver.simpleName));
- }return Kotlin.isType(tmp$ = value, Any) ? tmp$ : throwCCE_0();
- }
- function safeCast($receiver, value) {
- var tmp$;
- return $receiver.isInstance_s8jyv4$(value) ? Kotlin.isType(tmp$ = value, Any) ? tmp$ : throwCCE_0() : null;
- }
- function KClassifier() {
- }
- KClassifier.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KClassifier', interfaces: []};
- function KTypeParameter() {
- }
- KTypeParameter.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'KTypeParameter', interfaces: [KClassifier]};
- function KTypeProjection(variance, type) {
- KTypeProjection$Companion_getInstance();
- this.variance = variance;
- this.type = type;
- if (!(this.variance == null === (this.type == null))) {
- var message = this.variance == null ? 'Star projection must have no type specified.' : 'The projection variance ' + toString(this.variance) + ' requires type to be specified.';
- throw IllegalArgumentException_init_0(message.toString());
- }}
- KTypeProjection.prototype.toString = function () {
- var tmp$;
- tmp$ = this.variance;
- if (tmp$ == null)
- return '*';
- else if (equals(tmp$, KVariance$INVARIANT_getInstance()))
- return toString(this.type);
- else if (equals(tmp$, KVariance$IN_getInstance()))
- return 'in ' + toString(this.type);
- else if (equals(tmp$, KVariance$OUT_getInstance()))
- return 'out ' + toString(this.type);
- else
- return Kotlin.noWhenBranchMatched();
- };
- function KTypeProjection$Companion() {
- KTypeProjection$Companion_instance = this;
- this.star = new KTypeProjection(null, null);
- }
- Object.defineProperty(KTypeProjection$Companion.prototype, 'STAR', {configurable: true, get: function () {
- return this.star;
- }});
- KTypeProjection$Companion.prototype.invariant_saj79j$ = function (type) {
- return new KTypeProjection(KVariance$INVARIANT_getInstance(), type);
- };
- KTypeProjection$Companion.prototype.contravariant_saj79j$ = function (type) {
- return new KTypeProjection(KVariance$IN_getInstance(), type);
- };
- KTypeProjection$Companion.prototype.covariant_saj79j$ = function (type) {
- return new KTypeProjection(KVariance$OUT_getInstance(), type);
- };
- KTypeProjection$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var KTypeProjection$Companion_instance = null;
- function KTypeProjection$Companion_getInstance() {
- if (KTypeProjection$Companion_instance === null) {
- new KTypeProjection$Companion();
- }return KTypeProjection$Companion_instance;
- }
- KTypeProjection.$metadata$ = {kind: Kind_CLASS, simpleName: 'KTypeProjection', interfaces: []};
- KTypeProjection.prototype.component1 = function () {
- return this.variance;
- };
- KTypeProjection.prototype.component2 = function () {
- return this.type;
- };
- KTypeProjection.prototype.copy_wulwk3$ = function (variance, type) {
- return new KTypeProjection(variance === void 0 ? this.variance : variance, type === void 0 ? this.type : type);
- };
- KTypeProjection.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.variance) | 0;
- result = result * 31 + Kotlin.hashCode(this.type) | 0;
- return result;
- };
- KTypeProjection.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.variance, other.variance) && Kotlin.equals(this.type, other.type)))));
- };
- function KVariance(name, ordinal) {
- Enum.call(this);
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function KVariance_initFields() {
- KVariance_initFields = function () {
- };
- KVariance$INVARIANT_instance = new KVariance('INVARIANT', 0);
- KVariance$IN_instance = new KVariance('IN', 1);
- KVariance$OUT_instance = new KVariance('OUT', 2);
- }
- var KVariance$INVARIANT_instance;
- function KVariance$INVARIANT_getInstance() {
- KVariance_initFields();
- return KVariance$INVARIANT_instance;
- }
- var KVariance$IN_instance;
- function KVariance$IN_getInstance() {
- KVariance_initFields();
- return KVariance$IN_instance;
- }
- var KVariance$OUT_instance;
- function KVariance$OUT_getInstance() {
- KVariance_initFields();
- return KVariance$OUT_instance;
- }
- KVariance.$metadata$ = {kind: Kind_CLASS, simpleName: 'KVariance', interfaces: [Enum]};
- function KVariance$values() {
- return [KVariance$INVARIANT_getInstance(), KVariance$IN_getInstance(), KVariance$OUT_getInstance()];
- }
- KVariance.values = KVariance$values;
- function KVariance$valueOf(name) {
- switch (name) {
- case 'INVARIANT':
- return KVariance$INVARIANT_getInstance();
- case 'IN':
- return KVariance$IN_getInstance();
- case 'OUT':
- return KVariance$OUT_getInstance();
- default:throwISE('No enum constant kotlin.reflect.KVariance.' + name);
- }
- }
- KVariance.valueOf_61zpoe$ = KVariance$valueOf;
- var typeOf = defineInlineFunction('kotlin.kotlin.reflect.typeOf_287e2$', wrapFunction(function () {
- var UnsupportedOperationException_init = _.kotlin.UnsupportedOperationException_init_pdl1vj$;
- return function (T_0, isT) {
- throw UnsupportedOperationException_init('This function is implemented as an intrinsic on all supported platforms.');
- };
- }));
- function appendRange_1($receiver, value, startIndex, endIndex) {
- var tmp$;
- return Kotlin.isType(tmp$ = $receiver.append_ezbsdh$(value, startIndex, endIndex), Appendable) ? tmp$ : throwCCE_0();
- }
- function append($receiver, value) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== value.length; ++tmp$) {
- var item = value[tmp$];
- $receiver.append_gw00v9$(item);
- }
- return $receiver;
- }
- var appendLine = defineInlineFunction('kotlin.kotlin.text.appendLine_1ro1lz$', function ($receiver) {
- return $receiver.append_s8itvh$(10);
- });
- var appendLine_0 = defineInlineFunction('kotlin.kotlin.text.appendLine_ipokvy$', function ($receiver, value) {
- return $receiver.append_gw00v9$(value).append_s8itvh$(10);
- });
- var appendLine_1 = defineInlineFunction('kotlin.kotlin.text.appendLine_xy7r5w$', function ($receiver, value) {
- return $receiver.append_s8itvh$(value).append_s8itvh$(10);
- });
- function appendElement_1($receiver, element, transform) {
- if (transform != null)
- $receiver.append_gw00v9$(transform(element));
- else if (element == null || Kotlin.isCharSequence(element))
- $receiver.append_gw00v9$(element);
- else if (Kotlin.isChar(element))
- $receiver.append_s8itvh$(unboxChar(element));
- else
- $receiver.append_gw00v9$(toString(element));
- }
- function digitToInt($receiver) {
- if ((new CharRange(48, 57)).contains_mef7kx$($receiver)) {
- return $receiver - 48;
- }throw IllegalArgumentException_init_0('Char ' + String.fromCharCode($receiver) + ' is not a decimal digit');
- }
- function digitToInt_0($receiver, radix) {
- var tmp$;
- tmp$ = digitToIntOrNull_0($receiver, radix);
- if (tmp$ == null) {
- throw IllegalArgumentException_init_0('Char ' + String.fromCharCode($receiver) + ' is not a digit in the given radix=' + radix);
- }return tmp$;
- }
- function digitToIntOrNull($receiver) {
- if ((new CharRange(48, 57)).contains_mef7kx$($receiver)) {
- return $receiver - 48;
- }return null;
- }
- function digitToIntOrNull_0($receiver, radix) {
- if (!(2 <= radix && radix <= 36)) {
- throw IllegalArgumentException_init_0('Invalid radix: ' + radix + '. Valid radix values are in range 2..36');
- }if ((new CharRange(48, 57)).contains_mef7kx$($receiver)) {
- var digit = $receiver - 48;
- return digit < radix ? digit : null;
- }var a = $receiver <= 90 ? 65 : 97;
- var digit_0 = 10 + ($receiver - a) | 0;
- return 10 <= digit_0 && digit_0 < radix ? digit_0 : null;
- }
- function digitToChar($receiver) {
- if (0 <= $receiver && $receiver <= 9) {
- return toChar(48 + $receiver);
- }throw IllegalArgumentException_init_0('Int ' + $receiver + ' is not a decimal digit');
- }
- function digitToChar_0($receiver, radix) {
- var tmp$;
- if (!(2 <= radix && radix <= 36)) {
- throw IllegalArgumentException_init_0('Invalid radix: ' + radix + '. Valid radix values are in range 2..36');
- }if ($receiver < 0 || $receiver >= radix) {
- throw IllegalArgumentException_init_0('Digit ' + $receiver + ' does not represent a valid digit in radix ' + radix);
- }if ($receiver < 10) {
- tmp$ = toChar(48 + $receiver);
- } else {
- tmp$ = toChar(toChar(65 + $receiver) - 10);
- }
- return tmp$;
- }
- var plus_59 = defineInlineFunction('kotlin.kotlin.text.plus_elu61a$', function ($receiver, other) {
- return String.fromCharCode($receiver) + other;
- });
- function equals_1($receiver, other, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if ($receiver === other)
- return true;
- if (!ignoreCase)
- return false;
- if (uppercaseChar($receiver) === uppercaseChar(other))
- return true;
- if (toChar(String.fromCharCode($receiver).toLowerCase().charCodeAt(0)) === toChar(String.fromCharCode(other).toLowerCase().charCodeAt(0)))
- return true;
- return false;
- }
- function isSurrogate($receiver) {
- return (new CharRange(kotlin_js_internal_CharCompanionObject.MIN_SURROGATE, kotlin_js_internal_CharCompanionObject.MAX_SURROGATE)).contains_mef7kx$($receiver);
- }
- function trimMargin($receiver, marginPrefix) {
- if (marginPrefix === void 0)
- marginPrefix = '|';
- return replaceIndentByMargin($receiver, '', marginPrefix);
- }
- function replaceIndentByMargin($receiver, newIndent, marginPrefix) {
- if (newIndent === void 0)
- newIndent = '';
- if (marginPrefix === void 0)
- marginPrefix = '|';
- if (!!isBlank(marginPrefix)) {
- var message = 'marginPrefix must be non-blank string.';
- throw IllegalArgumentException_init_0(message.toString());
- }var lines_0 = lines($receiver);
- var resultSizeEstimate = $receiver.length + Kotlin.imul(newIndent.length, lines_0.size) | 0;
- var indentAddFunction = getIndentFunction(newIndent);
- var lastIndex = get_lastIndex_12(lines_0);
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = lines_0.iterator();
- loop_label: while (tmp$.hasNext()) {
- var item = tmp$.next();
- var tmp$_1;
- var index_0 = checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0));
- var tmp$_2, tmp$_3;
- var tmp$_4;
- if ((index_0 === 0 || index_0 === lastIndex) && isBlank(item))
- tmp$_4 = null;
- else {
- var indentCutFunction$result;
- var indexOfFirst$result;
- indexOfFirst$break: do {
- var tmp$_5, tmp$_6, tmp$_7, tmp$_8;
- tmp$_5 = get_indices_13(item);
- tmp$_6 = tmp$_5.first;
- tmp$_7 = tmp$_5.last;
- tmp$_8 = tmp$_5.step;
- for (var index_1 = tmp$_6; index_1 <= tmp$_7; index_1 += tmp$_8) {
- if (!isWhitespace(unboxChar(toBoxedChar(item.charCodeAt(index_1))))) {
- indexOfFirst$result = index_1;
- break indexOfFirst$break;
- }}
- indexOfFirst$result = -1;
- }
- while (false);
- var firstNonWhitespaceIndex = indexOfFirst$result;
- if (firstNonWhitespaceIndex === -1) {
- indentCutFunction$result = null;
- } else if (startsWith_0(item, marginPrefix, firstNonWhitespaceIndex)) {
- indentCutFunction$result = item.substring(firstNonWhitespaceIndex + marginPrefix.length | 0);
- } else {
- indentCutFunction$result = null;
- }
- tmp$_4 = (tmp$_3 = (tmp$_2 = indentCutFunction$result) != null ? indentAddFunction(tmp$_2) : null) != null ? tmp$_3 : item;
- }
- if ((tmp$_1 = tmp$_4) != null) {
- destination.add_11rb$(tmp$_1);
- }}
- return joinTo_8(destination, StringBuilder_init(resultSizeEstimate), '\n').toString();
- }
- function trimIndent($receiver) {
- return replaceIndent($receiver, '');
- }
- function replaceIndent($receiver, newIndent) {
- if (newIndent === void 0)
- newIndent = '';
- var tmp$;
- var lines_0 = lines($receiver);
- var destination = ArrayList_init();
- var tmp$_0;
- tmp$_0 = lines_0.iterator();
- while (tmp$_0.hasNext()) {
- var element = tmp$_0.next();
- if (!isBlank(element))
- destination.add_11rb$(element);
- }
- var $receiver_0 = destination;
- var destination_0 = ArrayList_init_0(collectionSizeOrDefault($receiver_0, 10));
- var tmp$_1;
- tmp$_1 = $receiver_0.iterator();
- while (tmp$_1.hasNext()) {
- var item = tmp$_1.next();
- destination_0.add_11rb$(indentWidth(item));
- }
- var minCommonIndent = (tmp$ = minOrNull_11(destination_0)) != null ? tmp$ : 0;
- var resultSizeEstimate = $receiver.length + Kotlin.imul(newIndent.length, lines_0.size) | 0;
- var indentAddFunction = getIndentFunction(newIndent);
- var lastIndex = get_lastIndex_12(lines_0);
- var destination_1 = ArrayList_init();
- var tmp$_2, tmp$_3;
- var index = 0;
- tmp$_2 = lines_0.iterator();
- while (tmp$_2.hasNext()) {
- var item_0 = tmp$_2.next();
- var tmp$_4;
- var index_0 = checkIndexOverflow((tmp$_3 = index, index = tmp$_3 + 1 | 0, tmp$_3));
- var tmp$_5, tmp$_6;
- if ((tmp$_4 = (index_0 === 0 || index_0 === lastIndex) && isBlank(item_0) ? null : (tmp$_6 = (tmp$_5 = drop_11(item_0, minCommonIndent)) != null ? indentAddFunction(tmp$_5) : null) != null ? tmp$_6 : item_0) != null) {
- destination_1.add_11rb$(tmp$_4);
- }}
- return joinTo_8(destination_1, StringBuilder_init(resultSizeEstimate), '\n').toString();
- }
- function prependIndent$lambda(closure$indent) {
- return function (it) {
- if (isBlank(it))
- if (it.length < closure$indent.length)
- return closure$indent;
- else
- return it;
- else
- return closure$indent + it;
- };
- }
- function prependIndent($receiver, indent) {
- if (indent === void 0)
- indent = ' ';
- return joinToString_9(map_10(lineSequence($receiver), prependIndent$lambda(indent)), '\n');
- }
- function indentWidth($receiver) {
- var indexOfFirst$result;
- indexOfFirst$break: do {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- tmp$ = get_indices_13($receiver);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- if (!isWhitespace(unboxChar(toBoxedChar($receiver.charCodeAt(index))))) {
- indexOfFirst$result = index;
- break indexOfFirst$break;
- }}
- indexOfFirst$result = -1;
- }
- while (false);
- var it = indexOfFirst$result;
- return it === -1 ? $receiver.length : it;
- }
- function getIndentFunction$lambda(line) {
- return line;
- }
- function getIndentFunction$lambda_0(closure$indent) {
- return function (line) {
- return closure$indent + line;
- };
- }
- function getIndentFunction(indent) {
- if (indent.length === 0)
- return getIndentFunction$lambda;
- else
- return getIndentFunction$lambda_0(indent);
- }
- var reindent = wrapFunction(function () {
- var ArrayList_init = _.kotlin.collections.ArrayList_init_287e2$;
- var checkIndexOverflow = _.kotlin.collections.checkIndexOverflow_za3lpa$;
- return function ($receiver, resultSizeEstimate, indentAddFunction, indentCutFunction) {
- var lastIndex = get_lastIndex_12($receiver);
- var destination = ArrayList_init();
- var tmp$, tmp$_0;
- var index = 0;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- var tmp$_1;
- var index_0 = checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0));
- var tmp$_2, tmp$_3;
- if ((tmp$_1 = (index_0 === 0 || index_0 === lastIndex) && isBlank(item) ? null : (tmp$_3 = (tmp$_2 = indentCutFunction(item)) != null ? indentAddFunction(tmp$_2) : null) != null ? tmp$_3 : item) != null) {
- destination.add_11rb$(tmp$_1);
- }}
- return joinTo_8(destination, StringBuilder_init(resultSizeEstimate), '\n').toString();
- };
- });
- var append_0 = defineInlineFunction('kotlin.kotlin.text.append_7soew7$', function ($receiver, obj) {
- return $receiver.append_s8jyv4$(obj);
- });
- var buildString = defineInlineFunction('kotlin.kotlin.text.buildString_obkquz$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init;
- return function (builderAction) {
- var $receiver = StringBuilder_init();
- builderAction($receiver);
- return $receiver.toString();
- };
- }));
- var buildString_0 = defineInlineFunction('kotlin.kotlin.text.buildString_5yrlj9$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init_za3lpa$;
- return function (capacity, builderAction) {
- var $receiver = StringBuilder_init(capacity);
- builderAction($receiver);
- return $receiver.toString();
- };
- }));
- function append_1($receiver, value) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== value.length; ++tmp$) {
- var item = value[tmp$];
- $receiver.append_pdl1vj$(item);
- }
- return $receiver;
- }
- function append_2($receiver, value) {
- var tmp$;
- for (tmp$ = 0; tmp$ !== value.length; ++tmp$) {
- var item = value[tmp$];
- $receiver.append_s8jyv4$(item);
- }
- return $receiver;
- }
- var appendLine_2 = defineInlineFunction('kotlin.kotlin.text.appendLine_dn5lc7$', function ($receiver) {
- return $receiver.append_s8itvh$(10);
- });
- var appendLine_3 = defineInlineFunction('kotlin.kotlin.text.appendLine_2jhkus$', function ($receiver, value) {
- return $receiver.append_gw00v9$(value).append_s8itvh$(10);
- });
- var appendLine_4 = defineInlineFunction('kotlin.kotlin.text.appendLine_j9crly$', function ($receiver, value) {
- return $receiver.append_pdl1vj$(value).append_s8itvh$(10);
- });
- var appendLine_5 = defineInlineFunction('kotlin.kotlin.text.appendLine_7soew7$', function ($receiver, value) {
- return $receiver.append_s8jyv4$(value).append_s8itvh$(10);
- });
- var appendLine_6 = defineInlineFunction('kotlin.kotlin.text.appendLine_c5ut81$', function ($receiver, value) {
- return $receiver.append_4hbowm$(value).append_s8itvh$(10);
- });
- var appendLine_7 = defineInlineFunction('kotlin.kotlin.text.appendLine_7spjvu$', function ($receiver, value) {
- return $receiver.append_s8itvh$(value).append_s8itvh$(10);
- });
- var appendLine_8 = defineInlineFunction('kotlin.kotlin.text.appendLine_cxiuxg$', function ($receiver, value) {
- return $receiver.append_6taknv$(value).append_s8itvh$(10);
- });
- function toByteOrNull($receiver) {
- return toByteOrNull_0($receiver, 10);
- }
- function toByteOrNull_0($receiver, radix) {
- var tmp$;
- tmp$ = toIntOrNull_0($receiver, radix);
- if (tmp$ == null) {
- return null;
- }var int = tmp$;
- if (int < kotlin_js_internal_ByteCompanionObject.MIN_VALUE || int > kotlin_js_internal_ByteCompanionObject.MAX_VALUE)
- return null;
- return toByte(int);
- }
- function toShortOrNull($receiver) {
- return toShortOrNull_0($receiver, 10);
- }
- function toShortOrNull_0($receiver, radix) {
- var tmp$;
- tmp$ = toIntOrNull_0($receiver, radix);
- if (tmp$ == null) {
- return null;
- }var int = tmp$;
- if (int < kotlin_js_internal_ShortCompanionObject.MIN_VALUE || int > kotlin_js_internal_ShortCompanionObject.MAX_VALUE)
- return null;
- return toShort(int);
- }
- function toIntOrNull($receiver) {
- return toIntOrNull_0($receiver, 10);
- }
- function toIntOrNull_0($receiver, radix) {
- checkRadix(radix);
- var length = $receiver.length;
- if (length === 0)
- return null;
- var start;
- var isNegative;
- var limit;
- var firstChar = $receiver.charCodeAt(0);
- if (firstChar < 48) {
- if (length === 1)
- return null;
- start = 1;
- if (firstChar === 45) {
- isNegative = true;
- limit = -2147483648;
- } else if (firstChar === 43) {
- isNegative = false;
- limit = -2147483647;
- } else
- return null;
- } else {
- start = 0;
- isNegative = false;
- limit = -2147483647;
- }
- var limitForMaxRadix = -59652323;
- var limitBeforeMul = limitForMaxRadix;
- var result = 0;
- for (var i = start; i < length; i++) {
- var digit = digitOf($receiver.charCodeAt(i), radix);
- if (digit < 0)
- return null;
- if (result < limitBeforeMul) {
- if (limitBeforeMul === limitForMaxRadix) {
- limitBeforeMul = limit / radix | 0;
- if (result < limitBeforeMul) {
- return null;
- }} else {
- return null;
- }
- }result = Kotlin.imul(result, radix);
- if (result < (limit + digit | 0))
- return null;
- result = result - digit | 0;
- }
- return isNegative ? result : -result | 0;
- }
- function toLongOrNull($receiver) {
- return toLongOrNull_0($receiver, 10);
- }
- function toLongOrNull_0($receiver, radix) {
- checkRadix(radix);
- var length = $receiver.length;
- if (length === 0)
- return null;
- var start;
- var isNegative;
- var limit;
- var firstChar = $receiver.charCodeAt(0);
- if (firstChar < 48) {
- if (length === 1)
- return null;
- start = 1;
- if (firstChar === 45) {
- isNegative = true;
- limit = Long$Companion$MIN_VALUE;
- } else if (firstChar === 43) {
- isNegative = false;
- limit = L_9223372036854775807;
- } else
- return null;
- } else {
- start = 0;
- isNegative = false;
- limit = L_9223372036854775807;
- }
- var limitForMaxRadix = L_256204778801521550;
- var limitBeforeMul = limitForMaxRadix;
- var result = L0;
- for (var i = start; i < length; i++) {
- var digit = digitOf($receiver.charCodeAt(i), radix);
- if (digit < 0)
- return null;
- if (result.compareTo_11rb$(limitBeforeMul) < 0) {
- if (equals(limitBeforeMul, limitForMaxRadix)) {
- limitBeforeMul = limit.div(Kotlin.Long.fromInt(radix));
- if (result.compareTo_11rb$(limitBeforeMul) < 0) {
- return null;
- }} else {
- return null;
- }
- }result = result.multiply(Kotlin.Long.fromInt(radix));
- if (result.compareTo_11rb$(limit.add(Kotlin.Long.fromInt(digit))) < 0)
- return null;
- result = result.subtract(Kotlin.Long.fromInt(digit));
- }
- return isNegative ? result : result.unaryMinus();
- }
- function numberFormatError(input) {
- throw new NumberFormatException("Invalid number format: '" + input + "'");
- }
- var trim = defineInlineFunction('kotlin.kotlin.text.trim_2pivbd$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var startIndex = 0;
- var endIndex = $receiver.length - 1 | 0;
- var startFound = false;
- while (startIndex <= endIndex) {
- var index = !startFound ? startIndex : endIndex;
- var match = predicate(toBoxedChar($receiver.charCodeAt(index)));
- if (!startFound) {
- if (!match)
- startFound = true;
- else
- startIndex = startIndex + 1 | 0;
- } else {
- if (!match)
- break;
- else
- endIndex = endIndex - 1 | 0;
- }
- }
- return Kotlin.subSequence($receiver, startIndex, endIndex + 1 | 0);
- };
- }));
- var trim_0 = defineInlineFunction('kotlin.kotlin.text.trim_ouje1d$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$;
- var $receiver_0 = Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE();
- var startIndex = 0;
- var endIndex = $receiver_0.length - 1 | 0;
- var startFound = false;
- while (startIndex <= endIndex) {
- var index = !startFound ? startIndex : endIndex;
- var match = predicate(toBoxedChar($receiver_0.charCodeAt(index)));
- if (!startFound) {
- if (!match)
- startFound = true;
- else
- startIndex = startIndex + 1 | 0;
- } else {
- if (!match)
- break;
- else
- endIndex = endIndex - 1 | 0;
- }
- }
- return Kotlin.subSequence($receiver_0, startIndex, endIndex + 1 | 0).toString();
- };
- }));
- var trimStart = defineInlineFunction('kotlin.kotlin.text.trimStart_2pivbd$', wrapFunction(function () {
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- tmp$ = get_indices($receiver);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2)
- if (!predicate(toBoxedChar($receiver.charCodeAt(index))))
- return Kotlin.subSequence($receiver, index, $receiver.length);
- return '';
- };
- }));
- var trimStart_0 = defineInlineFunction('kotlin.kotlin.text.trimStart_ouje1d$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$;
- var $receiver_0 = Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE();
- var trimStart$result;
- trimStart$break: do {
- var tmp$_0, tmp$_1, tmp$_2, tmp$_3;
- tmp$_0 = get_indices($receiver_0);
- tmp$_1 = tmp$_0.first;
- tmp$_2 = tmp$_0.last;
- tmp$_3 = tmp$_0.step;
- for (var index = tmp$_1; index <= tmp$_2; index += tmp$_3)
- if (!predicate(toBoxedChar($receiver_0.charCodeAt(index)))) {
- trimStart$result = Kotlin.subSequence($receiver_0, index, $receiver_0.length);
- break trimStart$break;
- }trimStart$result = '';
- }
- while (false);
- return trimStart$result.toString();
- };
- }));
- var trimEnd = defineInlineFunction('kotlin.kotlin.text.trimEnd_2pivbd$', wrapFunction(function () {
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$;
- tmp$ = reversed(get_indices($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (!predicate(toBoxedChar($receiver.charCodeAt(index))))
- return Kotlin.subSequence($receiver, 0, index + 1 | 0);
- }
- return '';
- };
- }));
- var trimEnd_0 = defineInlineFunction('kotlin.kotlin.text.trimEnd_ouje1d$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var get_indices = _.kotlin.text.get_indices_gw00vp$;
- var reversed = _.kotlin.ranges.reversed_zf1xzc$;
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, predicate) {
- var tmp$;
- var $receiver_0 = Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE();
- var trimEnd$result;
- trimEnd$break: do {
- var tmp$_0;
- tmp$_0 = reversed(get_indices($receiver_0)).iterator();
- while (tmp$_0.hasNext()) {
- var index = tmp$_0.next();
- if (!predicate(toBoxedChar($receiver_0.charCodeAt(index)))) {
- trimEnd$result = Kotlin.subSequence($receiver_0, 0, index + 1 | 0);
- break trimEnd$break;
- }}
- trimEnd$result = '';
- }
- while (false);
- return trimEnd$result.toString();
- };
- }));
- function trim_1($receiver, chars) {
- var startIndex = 0;
- var endIndex = $receiver.length - 1 | 0;
- var startFound = false;
- while (startIndex <= endIndex) {
- var index = !startFound ? startIndex : endIndex;
- var match = contains_7(chars, unboxChar(toBoxedChar($receiver.charCodeAt(index))));
- if (!startFound) {
- if (!match)
- startFound = true;
- else
- startIndex = startIndex + 1 | 0;
- } else {
- if (!match)
- break;
- else
- endIndex = endIndex - 1 | 0;
- }
- }
- return Kotlin.subSequence($receiver, startIndex, endIndex + 1 | 0);
- }
- function trim_2($receiver, chars) {
- var tmp$;
- var $receiver_0 = Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE();
- var startIndex = 0;
- var endIndex = $receiver_0.length - 1 | 0;
- var startFound = false;
- while (startIndex <= endIndex) {
- var index = !startFound ? startIndex : endIndex;
- var match = contains_7(chars, unboxChar(toBoxedChar($receiver_0.charCodeAt(index))));
- if (!startFound) {
- if (!match)
- startFound = true;
- else
- startIndex = startIndex + 1 | 0;
- } else {
- if (!match)
- break;
- else
- endIndex = endIndex - 1 | 0;
- }
- }
- return Kotlin.subSequence($receiver_0, startIndex, endIndex + 1 | 0).toString();
- }
- function trimStart_1($receiver, chars) {
- var trimStart$result;
- trimStart$break: do {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- tmp$ = get_indices_13($receiver);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- if (!contains_7(chars, unboxChar(toBoxedChar($receiver.charCodeAt(index))))) {
- trimStart$result = Kotlin.subSequence($receiver, index, $receiver.length);
- break trimStart$break;
- }}
- trimStart$result = '';
- }
- while (false);
- return trimStart$result;
- }
- function trimStart_2($receiver, chars) {
- var tmp$;
- var $receiver_0 = Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE();
- var trimStart$result;
- trimStart$break: do {
- var tmp$_0, tmp$_1, tmp$_2, tmp$_3;
- tmp$_0 = get_indices_13($receiver_0);
- tmp$_1 = tmp$_0.first;
- tmp$_2 = tmp$_0.last;
- tmp$_3 = tmp$_0.step;
- for (var index = tmp$_1; index <= tmp$_2; index += tmp$_3) {
- if (!contains_7(chars, unboxChar(toBoxedChar($receiver_0.charCodeAt(index))))) {
- trimStart$result = Kotlin.subSequence($receiver_0, index, $receiver_0.length);
- break trimStart$break;
- }}
- trimStart$result = '';
- }
- while (false);
- return trimStart$result.toString();
- }
- function trimEnd_1($receiver, chars) {
- var trimEnd$result;
- trimEnd$break: do {
- var tmp$;
- tmp$ = reversed_9(get_indices_13($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (!contains_7(chars, unboxChar(toBoxedChar($receiver.charCodeAt(index))))) {
- trimEnd$result = Kotlin.subSequence($receiver, 0, index + 1 | 0);
- break trimEnd$break;
- }}
- trimEnd$result = '';
- }
- while (false);
- return trimEnd$result;
- }
- function trimEnd_2($receiver, chars) {
- var tmp$;
- var $receiver_0 = Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE();
- var trimEnd$result;
- trimEnd$break: do {
- var tmp$_0;
- tmp$_0 = reversed_9(get_indices_13($receiver_0)).iterator();
- while (tmp$_0.hasNext()) {
- var index = tmp$_0.next();
- if (!contains_7(chars, unboxChar(toBoxedChar($receiver_0.charCodeAt(index))))) {
- trimEnd$result = Kotlin.subSequence($receiver_0, 0, index + 1 | 0);
- break trimEnd$break;
- }}
- trimEnd$result = '';
- }
- while (false);
- return trimEnd$result.toString();
- }
- function trim_3($receiver) {
- var startIndex = 0;
- var endIndex = $receiver.length - 1 | 0;
- var startFound = false;
- while (startIndex <= endIndex) {
- var index = !startFound ? startIndex : endIndex;
- var match = isWhitespace(unboxChar(toBoxedChar($receiver.charCodeAt(index))));
- if (!startFound) {
- if (!match)
- startFound = true;
- else
- startIndex = startIndex + 1 | 0;
- } else {
- if (!match)
- break;
- else
- endIndex = endIndex - 1 | 0;
- }
- }
- return Kotlin.subSequence($receiver, startIndex, endIndex + 1 | 0);
- }
- var trim_4 = defineInlineFunction('kotlin.kotlin.text.trim_pdl1vz$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var trim = _.kotlin.text.trim_gw00vp$;
- return function ($receiver) {
- var tmp$;
- return trim(Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE()).toString();
- };
- }));
- function trimStart_3($receiver) {
- var trimStart$result;
- trimStart$break: do {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- tmp$ = get_indices_13($receiver);
- tmp$_0 = tmp$.first;
- tmp$_1 = tmp$.last;
- tmp$_2 = tmp$.step;
- for (var index = tmp$_0; index <= tmp$_1; index += tmp$_2) {
- if (!isWhitespace(unboxChar(toBoxedChar($receiver.charCodeAt(index))))) {
- trimStart$result = Kotlin.subSequence($receiver, index, $receiver.length);
- break trimStart$break;
- }}
- trimStart$result = '';
- }
- while (false);
- return trimStart$result;
- }
- var trimStart_4 = defineInlineFunction('kotlin.kotlin.text.trimStart_pdl1vz$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var trimStart = _.kotlin.text.trimStart_gw00vp$;
- return function ($receiver) {
- var tmp$;
- return trimStart(Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE()).toString();
- };
- }));
- function trimEnd_3($receiver) {
- var trimEnd$result;
- trimEnd$break: do {
- var tmp$;
- tmp$ = reversed_9(get_indices_13($receiver)).iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (!isWhitespace(unboxChar(toBoxedChar($receiver.charCodeAt(index))))) {
- trimEnd$result = Kotlin.subSequence($receiver, 0, index + 1 | 0);
- break trimEnd$break;
- }}
- trimEnd$result = '';
- }
- while (false);
- return trimEnd$result;
- }
- var trimEnd_4 = defineInlineFunction('kotlin.kotlin.text.trimEnd_pdl1vz$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var trimEnd = _.kotlin.text.trimEnd_gw00vp$;
- return function ($receiver) {
- var tmp$;
- return trimEnd(Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE()).toString();
- };
- }));
- function padStart($receiver, length, padChar) {
- if (padChar === void 0)
- padChar = 32;
- var tmp$;
- if (length < 0)
- throw IllegalArgumentException_init_0('Desired length ' + length + ' is less than zero.');
- if (length <= $receiver.length)
- return Kotlin.subSequence($receiver, 0, $receiver.length);
- var sb = StringBuilder_init(length);
- tmp$ = length - $receiver.length | 0;
- for (var i = 1; i <= tmp$; i++)
- sb.append_s8itvh$(padChar);
- sb.append_gw00v9$($receiver);
- return sb;
- }
- function padStart_0($receiver, length, padChar) {
- if (padChar === void 0)
- padChar = 32;
- var tmp$;
- return padStart(Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE_0(), length, padChar).toString();
- }
- function padEnd($receiver, length, padChar) {
- if (padChar === void 0)
- padChar = 32;
- var tmp$;
- if (length < 0)
- throw IllegalArgumentException_init_0('Desired length ' + length + ' is less than zero.');
- if (length <= $receiver.length)
- return Kotlin.subSequence($receiver, 0, $receiver.length);
- var sb = StringBuilder_init(length);
- sb.append_gw00v9$($receiver);
- tmp$ = length - $receiver.length | 0;
- for (var i = 1; i <= tmp$; i++)
- sb.append_s8itvh$(padChar);
- return sb;
- }
- function padEnd_0($receiver, length, padChar) {
- if (padChar === void 0)
- padChar = 32;
- var tmp$;
- return padEnd(Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE_0(), length, padChar).toString();
- }
- var isNullOrEmpty_2 = defineInlineFunction('kotlin.kotlin.text.isNullOrEmpty_qc8d1o$', function ($receiver) {
- return $receiver == null || $receiver.length === 0;
- });
- var isEmpty_8 = defineInlineFunction('kotlin.kotlin.text.isEmpty_gw00vp$', function ($receiver) {
- return $receiver.length === 0;
- });
- var isNotEmpty_10 = defineInlineFunction('kotlin.kotlin.text.isNotEmpty_gw00vp$', function ($receiver) {
- return $receiver.length > 0;
- });
- var isNotBlank = defineInlineFunction('kotlin.kotlin.text.isNotBlank_gw00vp$', wrapFunction(function () {
- var isBlank = _.kotlin.text.isBlank_gw00vp$;
- return function ($receiver) {
- return !isBlank($receiver);
- };
- }));
- var isNullOrBlank = defineInlineFunction('kotlin.kotlin.text.isNullOrBlank_qc8d1o$', wrapFunction(function () {
- var isBlank = _.kotlin.text.isBlank_gw00vp$;
- return function ($receiver) {
- return $receiver == null || isBlank($receiver);
- };
- }));
- function iterator$ObjectLiteral(this$iterator) {
- this.this$iterator = this$iterator;
- CharIterator.call(this);
- this.index_0 = 0;
- }
- iterator$ObjectLiteral.prototype.nextChar = function () {
- var tmp$, tmp$_0;
- tmp$_0 = (tmp$ = this.index_0, this.index_0 = tmp$ + 1 | 0, tmp$);
- return this.this$iterator.charCodeAt(tmp$_0);
- };
- iterator$ObjectLiteral.prototype.hasNext = function () {
- return this.index_0 < this.this$iterator.length;
- };
- iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [CharIterator]};
- function iterator_4($receiver) {
- return new iterator$ObjectLiteral($receiver);
- }
- var orEmpty_5 = defineInlineFunction('kotlin.kotlin.text.orEmpty_5cw0du$', function ($receiver) {
- return $receiver != null ? $receiver : '';
- });
- var ifEmpty_3 = defineInlineFunction('kotlin.kotlin.text.ifEmpty_pevw8y$', function ($receiver, defaultValue) {
- return $receiver.length === 0 ? defaultValue() : $receiver;
- });
- var ifBlank = defineInlineFunction('kotlin.kotlin.text.ifBlank_pevw8y$', wrapFunction(function () {
- var isBlank = _.kotlin.text.isBlank_gw00vp$;
- return function ($receiver, defaultValue) {
- return isBlank($receiver) ? defaultValue() : $receiver;
- };
- }));
- function get_indices_13($receiver) {
- return new IntRange(0, $receiver.length - 1 | 0);
- }
- function get_lastIndex_13($receiver) {
- return $receiver.length - 1 | 0;
- }
- function hasSurrogatePairAt($receiver, index) {
- var tmp$;
- tmp$ = $receiver.length - 2 | 0;
- return 0 <= index && index <= tmp$ && isHighSurrogate($receiver.charCodeAt(index)) && isLowSurrogate($receiver.charCodeAt(index + 1 | 0));
- }
- function substring_1($receiver, range) {
- return $receiver.substring(range.start, range.endInclusive + 1 | 0);
- }
- function subSequence_0($receiver, range) {
- return Kotlin.subSequence($receiver, range.start, range.endInclusive + 1 | 0);
- }
- var subSequence_1 = defineInlineFunction('kotlin.kotlin.text.subSequence_qgyqat$', function ($receiver, start, end) {
- return $receiver.substring(start, end);
- });
- var substring_2 = defineInlineFunction('kotlin.kotlin.text.substring_qdpigv$', function ($receiver, startIndex, endIndex) {
- if (endIndex === void 0)
- endIndex = $receiver.length;
- return Kotlin.subSequence($receiver, startIndex, endIndex).toString();
- });
- function substring_3($receiver, range) {
- return Kotlin.subSequence($receiver, range.start, range.endInclusive + 1 | 0).toString();
- }
- function substringBefore($receiver, delimiter, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = indexOf_16($receiver, delimiter);
- return index === -1 ? missingDelimiterValue : $receiver.substring(0, index);
- }
- function substringBefore_0($receiver, delimiter, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = indexOf_17($receiver, delimiter);
- return index === -1 ? missingDelimiterValue : $receiver.substring(0, index);
- }
- function substringAfter($receiver, delimiter, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = indexOf_16($receiver, delimiter);
- return index === -1 ? missingDelimiterValue : $receiver.substring(index + 1 | 0, $receiver.length);
- }
- function substringAfter_0($receiver, delimiter, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = indexOf_17($receiver, delimiter);
- return index === -1 ? missingDelimiterValue : $receiver.substring(index + delimiter.length | 0, $receiver.length);
- }
- function substringBeforeLast($receiver, delimiter, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = lastIndexOf_15($receiver, delimiter);
- return index === -1 ? missingDelimiterValue : $receiver.substring(0, index);
- }
- function substringBeforeLast_0($receiver, delimiter, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = lastIndexOf_16($receiver, delimiter);
- return index === -1 ? missingDelimiterValue : $receiver.substring(0, index);
- }
- function substringAfterLast($receiver, delimiter, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = lastIndexOf_15($receiver, delimiter);
- return index === -1 ? missingDelimiterValue : $receiver.substring(index + 1 | 0, $receiver.length);
- }
- function substringAfterLast_0($receiver, delimiter, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = lastIndexOf_16($receiver, delimiter);
- return index === -1 ? missingDelimiterValue : $receiver.substring(index + delimiter.length | 0, $receiver.length);
- }
- function replaceRange($receiver, startIndex, endIndex, replacement) {
- if (endIndex < startIndex)
- throw new IndexOutOfBoundsException('End index (' + endIndex + ') is less than start index (' + startIndex + ').');
- var sb = StringBuilder_init_1();
- sb.appendRange_3peag4$($receiver, 0, startIndex);
- sb.append_gw00v9$(replacement);
- sb.appendRange_3peag4$($receiver, endIndex, $receiver.length);
- return sb;
- }
- var replaceRange_0 = defineInlineFunction('kotlin.kotlin.text.replaceRange_r96sod$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var replaceRange = _.kotlin.text.replaceRange_p5j4qv$;
- return function ($receiver, startIndex, endIndex, replacement) {
- var tmp$;
- return replaceRange(Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE(), startIndex, endIndex, replacement).toString();
- };
- }));
- function replaceRange_1($receiver, range, replacement) {
- return replaceRange($receiver, range.start, range.endInclusive + 1 | 0, replacement);
- }
- var replaceRange_2 = defineInlineFunction('kotlin.kotlin.text.replaceRange_laqjpa$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var replaceRange = _.kotlin.text.replaceRange_r6gztw$;
- return function ($receiver, range, replacement) {
- var tmp$;
- return replaceRange(Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE(), range, replacement).toString();
- };
- }));
- function removeRange($receiver, startIndex, endIndex) {
- if (endIndex < startIndex)
- throw new IndexOutOfBoundsException('End index (' + endIndex + ') is less than start index (' + startIndex + ').');
- if (endIndex === startIndex)
- return Kotlin.subSequence($receiver, 0, $receiver.length);
- var sb = StringBuilder_init($receiver.length - (endIndex - startIndex) | 0);
- sb.appendRange_3peag4$($receiver, 0, startIndex);
- sb.appendRange_3peag4$($receiver, endIndex, $receiver.length);
- return sb;
- }
- var removeRange_0 = defineInlineFunction('kotlin.kotlin.text.removeRange_qgyqat$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var removeRange = _.kotlin.text.removeRange_qdpigv$;
- return function ($receiver, startIndex, endIndex) {
- var tmp$;
- return removeRange(Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE(), startIndex, endIndex).toString();
- };
- }));
- function removeRange_1($receiver, range) {
- return removeRange($receiver, range.start, range.endInclusive + 1 | 0);
- }
- var removeRange_2 = defineInlineFunction('kotlin.kotlin.text.removeRange_fc3b62$', wrapFunction(function () {
- var throwCCE = Kotlin.throwCCE;
- var removeRange = _.kotlin.text.removeRange_i511yc$;
- return function ($receiver, range) {
- var tmp$;
- return removeRange(Kotlin.isCharSequence(tmp$ = $receiver) ? tmp$ : throwCCE(), range).toString();
- };
- }));
- function removePrefix($receiver, prefix) {
- if (startsWith_2($receiver, prefix)) {
- return Kotlin.subSequence($receiver, prefix.length, $receiver.length);
- }return Kotlin.subSequence($receiver, 0, $receiver.length);
- }
- function removePrefix_0($receiver, prefix) {
- if (startsWith_2($receiver, prefix)) {
- return $receiver.substring(prefix.length);
- }return $receiver;
- }
- function removeSuffix($receiver, suffix) {
- if (endsWith_1($receiver, suffix)) {
- return Kotlin.subSequence($receiver, 0, $receiver.length - suffix.length | 0);
- }return Kotlin.subSequence($receiver, 0, $receiver.length);
- }
- function removeSuffix_0($receiver, suffix) {
- if (endsWith_1($receiver, suffix)) {
- return $receiver.substring(0, $receiver.length - suffix.length | 0);
- }return $receiver;
- }
- function removeSurrounding($receiver, prefix, suffix) {
- if ($receiver.length >= (prefix.length + suffix.length | 0) && startsWith_2($receiver, prefix) && endsWith_1($receiver, suffix)) {
- return Kotlin.subSequence($receiver, prefix.length, $receiver.length - suffix.length | 0);
- }return Kotlin.subSequence($receiver, 0, $receiver.length);
- }
- function removeSurrounding_0($receiver, prefix, suffix) {
- if ($receiver.length >= (prefix.length + suffix.length | 0) && startsWith_2($receiver, prefix) && endsWith_1($receiver, suffix)) {
- return $receiver.substring(prefix.length, $receiver.length - suffix.length | 0);
- }return $receiver;
- }
- function removeSurrounding_1($receiver, delimiter) {
- return removeSurrounding($receiver, delimiter, delimiter);
- }
- function removeSurrounding_2($receiver, delimiter) {
- return removeSurrounding_0($receiver, delimiter, delimiter);
- }
- function replaceBefore($receiver, delimiter, replacement, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = indexOf_16($receiver, delimiter);
- var tmp$;
- if (index === -1)
- tmp$ = missingDelimiterValue;
- else {
- var tmp$_0;
- tmp$ = replaceRange(Kotlin.isCharSequence(tmp$_0 = $receiver) ? tmp$_0 : throwCCE(), 0, index, replacement).toString();
- }
- return tmp$;
- }
- function replaceBefore_0($receiver, delimiter, replacement, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = indexOf_17($receiver, delimiter);
- var tmp$;
- if (index === -1)
- tmp$ = missingDelimiterValue;
- else {
- var tmp$_0;
- tmp$ = replaceRange(Kotlin.isCharSequence(tmp$_0 = $receiver) ? tmp$_0 : throwCCE(), 0, index, replacement).toString();
- }
- return tmp$;
- }
- function replaceAfter($receiver, delimiter, replacement, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = indexOf_16($receiver, delimiter);
- var tmp$;
- if (index === -1)
- tmp$ = missingDelimiterValue;
- else {
- var startIndex = index + 1 | 0;
- var endIndex = $receiver.length;
- var tmp$_0;
- tmp$ = replaceRange(Kotlin.isCharSequence(tmp$_0 = $receiver) ? tmp$_0 : throwCCE(), startIndex, endIndex, replacement).toString();
- }
- return tmp$;
- }
- function replaceAfter_0($receiver, delimiter, replacement, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = indexOf_17($receiver, delimiter);
- var tmp$;
- if (index === -1)
- tmp$ = missingDelimiterValue;
- else {
- var startIndex = index + delimiter.length | 0;
- var endIndex = $receiver.length;
- var tmp$_0;
- tmp$ = replaceRange(Kotlin.isCharSequence(tmp$_0 = $receiver) ? tmp$_0 : throwCCE(), startIndex, endIndex, replacement).toString();
- }
- return tmp$;
- }
- function replaceAfterLast($receiver, delimiter, replacement, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = lastIndexOf_16($receiver, delimiter);
- var tmp$;
- if (index === -1)
- tmp$ = missingDelimiterValue;
- else {
- var startIndex = index + delimiter.length | 0;
- var endIndex = $receiver.length;
- var tmp$_0;
- tmp$ = replaceRange(Kotlin.isCharSequence(tmp$_0 = $receiver) ? tmp$_0 : throwCCE(), startIndex, endIndex, replacement).toString();
- }
- return tmp$;
- }
- function replaceAfterLast_0($receiver, delimiter, replacement, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = lastIndexOf_15($receiver, delimiter);
- var tmp$;
- if (index === -1)
- tmp$ = missingDelimiterValue;
- else {
- var startIndex = index + 1 | 0;
- var endIndex = $receiver.length;
- var tmp$_0;
- tmp$ = replaceRange(Kotlin.isCharSequence(tmp$_0 = $receiver) ? tmp$_0 : throwCCE(), startIndex, endIndex, replacement).toString();
- }
- return tmp$;
- }
- function replaceBeforeLast($receiver, delimiter, replacement, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = lastIndexOf_15($receiver, delimiter);
- var tmp$;
- if (index === -1)
- tmp$ = missingDelimiterValue;
- else {
- var tmp$_0;
- tmp$ = replaceRange(Kotlin.isCharSequence(tmp$_0 = $receiver) ? tmp$_0 : throwCCE(), 0, index, replacement).toString();
- }
- return tmp$;
- }
- function replaceBeforeLast_0($receiver, delimiter, replacement, missingDelimiterValue) {
- if (missingDelimiterValue === void 0)
- missingDelimiterValue = $receiver;
- var index = lastIndexOf_16($receiver, delimiter);
- var tmp$;
- if (index === -1)
- tmp$ = missingDelimiterValue;
- else {
- var tmp$_0;
- tmp$ = replaceRange(Kotlin.isCharSequence(tmp$_0 = $receiver) ? tmp$_0 : throwCCE(), 0, index, replacement).toString();
- }
- return tmp$;
- }
- var replace_1 = defineInlineFunction('kotlin.kotlin.text.replace_tb98gq$', function ($receiver, regex, replacement) {
- return regex.replace_x2uqeu$($receiver, replacement);
- });
- var replace_2 = defineInlineFunction('kotlin.kotlin.text.replace_3avfay$', wrapFunction(function () {
- var StringBuilder_init = _.kotlin.text.StringBuilder_init_za3lpa$;
- var ensureNotNull = Kotlin.ensureNotNull;
- return function ($receiver, regex, transform) {
- var replace_20wsma$result;
- replace_20wsma$break: do {
- var match = regex.find_905azu$($receiver);
- if (match == null) {
- replace_20wsma$result = $receiver.toString();
- break replace_20wsma$break;
- }var lastStart = 0;
- var length = $receiver.length;
- var sb = StringBuilder_init(length);
- do {
- var foundMatch = ensureNotNull(match);
- sb.append_ezbsdh$($receiver, lastStart, foundMatch.range.start);
- sb.append_gw00v9$(transform(foundMatch));
- lastStart = foundMatch.range.endInclusive + 1 | 0;
- match = foundMatch.next();
- }
- while (lastStart < length && match != null);
- if (lastStart < length) {
- sb.append_ezbsdh$($receiver, lastStart, length);
- }replace_20wsma$result = sb.toString();
- }
- while (false);
- return replace_20wsma$result;
- };
- }));
- var replaceFirst_1 = defineInlineFunction('kotlin.kotlin.text.replaceFirst_tb98gq$', function ($receiver, regex, replacement) {
- return regex.replaceFirst_x2uqeu$($receiver, replacement);
- });
- var replaceFirstChar = defineInlineFunction('kotlin.kotlin.text.replaceFirstChar_ys4ca7$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- var unboxChar = Kotlin.unboxChar;
- return function ($receiver, transform) {
- var tmp$;
- if ($receiver.length > 0) {
- var tmp$_0 = unboxChar(transform(toBoxedChar($receiver.charCodeAt(0))));
- var other = $receiver.substring(1);
- tmp$ = String.fromCharCode(tmp$_0) + other;
- } else
- tmp$ = $receiver;
- return tmp$;
- };
- }));
- var replaceFirstChar_0 = defineInlineFunction('kotlin.kotlin.text.replaceFirstChar_66cbyq$', wrapFunction(function () {
- var toBoxedChar = Kotlin.toBoxedChar;
- return function ($receiver, transform) {
- return $receiver.length > 0 ? transform(toBoxedChar($receiver.charCodeAt(0))).toString() + $receiver.substring(1) : $receiver;
- };
- }));
- var matches_0 = defineInlineFunction('kotlin.kotlin.text.matches_t3gu14$', function ($receiver, regex) {
- return regex.matches_6bul2c$($receiver);
- });
- function regionMatchesImpl($receiver, thisOffset, other, otherOffset, length, ignoreCase) {
- if (otherOffset < 0 || thisOffset < 0 || thisOffset > ($receiver.length - length | 0) || otherOffset > (other.length - length | 0)) {
- return false;
- }for (var index = 0; index < length; index++) {
- if (!equals_1($receiver.charCodeAt(thisOffset + index | 0), other.charCodeAt(otherOffset + index | 0), ignoreCase))
- return false;
- }
- return true;
- }
- function startsWith_1($receiver, char, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- return $receiver.length > 0 && equals_1($receiver.charCodeAt(0), char, ignoreCase);
- }
- function endsWith_0($receiver, char, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- return $receiver.length > 0 && equals_1($receiver.charCodeAt(get_lastIndex_13($receiver)), char, ignoreCase);
- }
- function startsWith_2($receiver, prefix, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (!ignoreCase && typeof $receiver === 'string' && typeof prefix === 'string')
- return startsWith($receiver, prefix);
- else
- return regionMatchesImpl($receiver, 0, prefix, 0, prefix.length, ignoreCase);
- }
- function startsWith_3($receiver, prefix, startIndex, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (!ignoreCase && typeof $receiver === 'string' && typeof prefix === 'string')
- return startsWith_0($receiver, prefix, startIndex);
- else
- return regionMatchesImpl($receiver, startIndex, prefix, 0, prefix.length, ignoreCase);
- }
- function endsWith_1($receiver, suffix, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (!ignoreCase && typeof $receiver === 'string' && typeof suffix === 'string')
- return endsWith($receiver, suffix);
- else
- return regionMatchesImpl($receiver, $receiver.length - suffix.length | 0, suffix, 0, suffix.length, ignoreCase);
- }
- function commonPrefixWith($receiver, other, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- var shortestLength = Math_0.min($receiver.length, other.length);
- var i = 0;
- while (i < shortestLength && equals_1($receiver.charCodeAt(i), other.charCodeAt(i), ignoreCase)) {
- i = i + 1 | 0;
- }
- if (hasSurrogatePairAt($receiver, i - 1 | 0) || hasSurrogatePairAt(other, i - 1 | 0)) {
- i = i - 1 | 0;
- }return Kotlin.subSequence($receiver, 0, i).toString();
- }
- function commonSuffixWith($receiver, other, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- var thisLength = $receiver.length;
- var otherLength = other.length;
- var shortestLength = Math_0.min(thisLength, otherLength);
- var i = 0;
- while (i < shortestLength && equals_1($receiver.charCodeAt(thisLength - i - 1 | 0), other.charCodeAt(otherLength - i - 1 | 0), ignoreCase)) {
- i = i + 1 | 0;
- }
- if (hasSurrogatePairAt($receiver, thisLength - i - 1 | 0) || hasSurrogatePairAt(other, otherLength - i - 1 | 0)) {
- i = i - 1 | 0;
- }return Kotlin.subSequence($receiver, thisLength - i | 0, thisLength).toString();
- }
- function indexOfAny($receiver, chars, startIndex, ignoreCase) {
- if (startIndex === void 0)
- startIndex = 0;
- if (ignoreCase === void 0)
- ignoreCase = false;
- var tmp$, tmp$_0;
- if (!ignoreCase && chars.length === 1 && typeof $receiver === 'string') {
- var char = single_7(chars);
- return $receiver.indexOf(String.fromCharCode(char), startIndex);
- }tmp$ = coerceAtLeast_2(startIndex, 0);
- tmp$_0 = get_lastIndex_13($receiver);
- loop_label: for (var index = tmp$; index <= tmp$_0; index++) {
- var charAtIndex = $receiver.charCodeAt(index);
- var any$result;
- any$break: do {
- var tmp$_1;
- for (tmp$_1 = 0; tmp$_1 !== chars.length; ++tmp$_1) {
- var element = unboxChar(chars[tmp$_1]);
- if (equals_1(unboxChar(toBoxedChar(element)), charAtIndex, ignoreCase)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- if (any$result)
- return index;
- }
- return -1;
- }
- function lastIndexOfAny($receiver, chars, startIndex, ignoreCase) {
- if (startIndex === void 0)
- startIndex = get_lastIndex_13($receiver);
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (!ignoreCase && chars.length === 1 && typeof $receiver === 'string') {
- var char = single_7(chars);
- return $receiver.lastIndexOf(String.fromCharCode(char), startIndex);
- }loop_label: for (var index = coerceAtMost_2(startIndex, get_lastIndex_13($receiver)); index >= 0; index--) {
- var charAtIndex = $receiver.charCodeAt(index);
- var any$result;
- any$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== chars.length; ++tmp$) {
- var element = unboxChar(chars[tmp$]);
- if (equals_1(unboxChar(toBoxedChar(element)), charAtIndex, ignoreCase)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- if (any$result)
- return index;
- }
- return -1;
- }
- function indexOf_15($receiver, other, startIndex, endIndex, ignoreCase, last) {
- if (last === void 0)
- last = false;
- var tmp$, tmp$_0;
- var indices = !last ? new IntRange(coerceAtLeast_2(startIndex, 0), coerceAtMost_2(endIndex, $receiver.length)) : downTo_4(coerceAtMost_2(startIndex, get_lastIndex_13($receiver)), coerceAtLeast_2(endIndex, 0));
- if (typeof $receiver === 'string' && typeof other === 'string') {
- tmp$ = indices.iterator();
- while (tmp$.hasNext()) {
- var index = tmp$.next();
- if (regionMatches(other, 0, $receiver, index, other.length, ignoreCase))
- return index;
- }
- } else {
- tmp$_0 = indices.iterator();
- while (tmp$_0.hasNext()) {
- var index_0 = tmp$_0.next();
- if (regionMatchesImpl(other, 0, $receiver, index_0, other.length, ignoreCase))
- return index_0;
- }
- }
- return -1;
- }
- function findAnyOf($receiver, strings, startIndex, ignoreCase, last) {
- var tmp$, tmp$_0;
- if (!ignoreCase && strings.size === 1) {
- var string = single_17(strings);
- var index = !last ? indexOf_17($receiver, string, startIndex) : lastIndexOf_16($receiver, string, startIndex);
- return index < 0 ? null : to(index, string);
- }var indices = !last ? new IntRange(coerceAtLeast_2(startIndex, 0), $receiver.length) : downTo_4(coerceAtMost_2(startIndex, get_lastIndex_13($receiver)), 0);
- if (typeof $receiver === 'string') {
- tmp$ = indices.iterator();
- loop_label: while (tmp$.hasNext()) {
- var index_0 = tmp$.next();
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$_1;
- tmp$_1 = strings.iterator();
- while (tmp$_1.hasNext()) {
- var element = tmp$_1.next();
- if (regionMatches(element, 0, $receiver, index_0, element.length, ignoreCase)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- var matchingString = firstOrNull$result;
- if (matchingString != null)
- return to(index_0, matchingString);
- }
- } else {
- tmp$_0 = indices.iterator();
- loop_label: while (tmp$_0.hasNext()) {
- var index_1 = tmp$_0.next();
- var firstOrNull$result_0;
- firstOrNull$break: do {
- var tmp$_2;
- tmp$_2 = strings.iterator();
- while (tmp$_2.hasNext()) {
- var element_0 = tmp$_2.next();
- if (regionMatchesImpl(element_0, 0, $receiver, index_1, element_0.length, ignoreCase)) {
- firstOrNull$result_0 = element_0;
- break firstOrNull$break;
- }}
- firstOrNull$result_0 = null;
- }
- while (false);
- var matchingString_0 = firstOrNull$result_0;
- if (matchingString_0 != null)
- return to(index_1, matchingString_0);
- }
- }
- return null;
- }
- function findAnyOf_0($receiver, strings, startIndex, ignoreCase) {
- if (startIndex === void 0)
- startIndex = 0;
- if (ignoreCase === void 0)
- ignoreCase = false;
- return findAnyOf($receiver, strings, startIndex, ignoreCase, false);
- }
- function findLastAnyOf($receiver, strings, startIndex, ignoreCase) {
- if (startIndex === void 0)
- startIndex = get_lastIndex_13($receiver);
- if (ignoreCase === void 0)
- ignoreCase = false;
- return findAnyOf($receiver, strings, startIndex, ignoreCase, true);
- }
- function indexOfAny_0($receiver, strings, startIndex, ignoreCase) {
- if (startIndex === void 0)
- startIndex = 0;
- if (ignoreCase === void 0)
- ignoreCase = false;
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = findAnyOf($receiver, strings, startIndex, ignoreCase, false)) != null ? tmp$.first : null) != null ? tmp$_0 : -1;
- }
- function lastIndexOfAny_0($receiver, strings, startIndex, ignoreCase) {
- if (startIndex === void 0)
- startIndex = get_lastIndex_13($receiver);
- if (ignoreCase === void 0)
- ignoreCase = false;
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = findAnyOf($receiver, strings, startIndex, ignoreCase, true)) != null ? tmp$.first : null) != null ? tmp$_0 : -1;
- }
- function indexOf_16($receiver, char, startIndex, ignoreCase) {
- if (startIndex === void 0)
- startIndex = 0;
- if (ignoreCase === void 0)
- ignoreCase = false;
- return ignoreCase || !(typeof $receiver === 'string') ? indexOfAny($receiver, Kotlin.charArrayOf(char), startIndex, ignoreCase) : $receiver.indexOf(String.fromCharCode(char), startIndex);
- }
- function indexOf_17($receiver, string, startIndex, ignoreCase) {
- if (startIndex === void 0)
- startIndex = 0;
- if (ignoreCase === void 0)
- ignoreCase = false;
- return ignoreCase || !(typeof $receiver === 'string') ? indexOf_15($receiver, string, startIndex, $receiver.length, ignoreCase) : $receiver.indexOf(string, startIndex);
- }
- function lastIndexOf_15($receiver, char, startIndex, ignoreCase) {
- if (startIndex === void 0)
- startIndex = get_lastIndex_13($receiver);
- if (ignoreCase === void 0)
- ignoreCase = false;
- return ignoreCase || !(typeof $receiver === 'string') ? lastIndexOfAny($receiver, Kotlin.charArrayOf(char), startIndex, ignoreCase) : $receiver.lastIndexOf(String.fromCharCode(char), startIndex);
- }
- function lastIndexOf_16($receiver, string, startIndex, ignoreCase) {
- if (startIndex === void 0)
- startIndex = get_lastIndex_13($receiver);
- if (ignoreCase === void 0)
- ignoreCase = false;
- return ignoreCase || !(typeof $receiver === 'string') ? indexOf_15($receiver, string, startIndex, 0, ignoreCase, true) : $receiver.lastIndexOf(string, startIndex);
- }
- function contains_53($receiver, other, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- return typeof other === 'string' ? indexOf_17($receiver, other, void 0, ignoreCase) >= 0 : indexOf_15($receiver, other, 0, $receiver.length, ignoreCase) >= 0;
- }
- function contains_54($receiver, char, ignoreCase) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- return indexOf_16($receiver, char, void 0, ignoreCase) >= 0;
- }
- var contains_55 = defineInlineFunction('kotlin.kotlin.text.contains_t3gu14$', function ($receiver, regex) {
- return regex.containsMatchIn_6bul2c$($receiver);
- });
- function DelimitedRangesSequence(input, startIndex, limit, getNextMatch) {
- this.input_0 = input;
- this.startIndex_0 = startIndex;
- this.limit_0 = limit;
- this.getNextMatch_0 = getNextMatch;
- }
- function DelimitedRangesSequence$iterator$ObjectLiteral(this$DelimitedRangesSequence) {
- this.this$DelimitedRangesSequence = this$DelimitedRangesSequence;
- this.nextState = -1;
- this.currentStartIndex = coerceIn_2(this$DelimitedRangesSequence.startIndex_0, 0, this$DelimitedRangesSequence.input_0.length);
- this.nextSearchIndex = this.currentStartIndex;
- this.nextItem = null;
- this.counter = 0;
- }
- DelimitedRangesSequence$iterator$ObjectLiteral.prototype.calcNext_0 = function () {
- if (this.nextSearchIndex < 0) {
- this.nextState = 0;
- this.nextItem = null;
- } else {
- if (this.this$DelimitedRangesSequence.limit_0 > 0 && (this.counter = this.counter + 1 | 0, this.counter) >= this.this$DelimitedRangesSequence.limit_0 || this.nextSearchIndex > this.this$DelimitedRangesSequence.input_0.length) {
- this.nextItem = new IntRange(this.currentStartIndex, get_lastIndex_13(this.this$DelimitedRangesSequence.input_0));
- this.nextSearchIndex = -1;
- } else {
- var match = this.this$DelimitedRangesSequence.getNextMatch_0(this.this$DelimitedRangesSequence.input_0, this.nextSearchIndex);
- if (match == null) {
- this.nextItem = new IntRange(this.currentStartIndex, get_lastIndex_13(this.this$DelimitedRangesSequence.input_0));
- this.nextSearchIndex = -1;
- } else {
- var index = match.component1(), length = match.component2();
- this.nextItem = until_4(this.currentStartIndex, index);
- this.currentStartIndex = index + length | 0;
- this.nextSearchIndex = this.currentStartIndex + (length === 0 ? 1 : 0) | 0;
- }
- }
- this.nextState = 1;
- }
- };
- DelimitedRangesSequence$iterator$ObjectLiteral.prototype.next = function () {
- var tmp$;
- if (this.nextState === -1)
- this.calcNext_0();
- if (this.nextState === 0)
- throw NoSuchElementException_init();
- var result = Kotlin.isType(tmp$ = this.nextItem, IntRange) ? tmp$ : throwCCE_0();
- this.nextItem = null;
- this.nextState = -1;
- return result;
- };
- DelimitedRangesSequence$iterator$ObjectLiteral.prototype.hasNext = function () {
- if (this.nextState === -1)
- this.calcNext_0();
- return this.nextState === 1;
- };
- DelimitedRangesSequence$iterator$ObjectLiteral.$metadata$ = {kind: Kind_CLASS, interfaces: [Iterator]};
- DelimitedRangesSequence.prototype.iterator = function () {
- return new DelimitedRangesSequence$iterator$ObjectLiteral(this);
- };
- DelimitedRangesSequence.$metadata$ = {kind: Kind_CLASS, simpleName: 'DelimitedRangesSequence', interfaces: [Sequence]};
- function rangesDelimitedBy$lambda(closure$delimiters, closure$ignoreCase) {
- return function ($receiver, currentIndex) {
- var it = indexOfAny($receiver, closure$delimiters, currentIndex, closure$ignoreCase);
- return it < 0 ? null : to(it, 1);
- };
- }
- function rangesDelimitedBy($receiver, delimiters, startIndex, ignoreCase, limit) {
- if (startIndex === void 0)
- startIndex = 0;
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (limit === void 0)
- limit = 0;
- if (!(limit >= 0)) {
- var message = 'Limit must be non-negative, but was ' + limit + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }return new DelimitedRangesSequence($receiver, startIndex, limit, rangesDelimitedBy$lambda(delimiters, ignoreCase));
- }
- function rangesDelimitedBy$lambda_0(closure$delimitersList, closure$ignoreCase) {
- return function ($receiver, currentIndex) {
- var tmp$;
- return (tmp$ = findAnyOf($receiver, closure$delimitersList, currentIndex, closure$ignoreCase, false)) != null ? to(tmp$.first, tmp$.second.length) : null;
- };
- }
- function rangesDelimitedBy_0($receiver, delimiters, startIndex, ignoreCase, limit) {
- if (startIndex === void 0)
- startIndex = 0;
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (limit === void 0)
- limit = 0;
- if (!(limit >= 0)) {
- var message = 'Limit must be non-negative, but was ' + limit + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }var delimitersList = asList(delimiters);
- return new DelimitedRangesSequence($receiver, startIndex, limit, rangesDelimitedBy$lambda_0(delimitersList, ignoreCase));
- }
- function splitToSequence$lambda(this$splitToSequence) {
- return function (it) {
- return substring_3(this$splitToSequence, it);
- };
- }
- function splitToSequence($receiver, delimiters, ignoreCase, limit) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (limit === void 0)
- limit = 0;
- return map_10(rangesDelimitedBy_0($receiver, delimiters, void 0, ignoreCase, limit), splitToSequence$lambda($receiver));
- }
- function split($receiver, delimiters, ignoreCase, limit) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (limit === void 0)
- limit = 0;
- if (delimiters.length === 1) {
- var delimiter = delimiters[0];
- if (!(delimiter.length === 0)) {
- return split_1($receiver, delimiter, ignoreCase, limit);
- }}var $receiver_0 = asIterable_10(rangesDelimitedBy_0($receiver, delimiters, void 0, ignoreCase, limit));
- var destination = ArrayList_init_0(collectionSizeOrDefault($receiver_0, 10));
- var tmp$;
- tmp$ = $receiver_0.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(substring_3($receiver, item));
- }
- return destination;
- }
- function splitToSequence$lambda_0(this$splitToSequence) {
- return function (it) {
- return substring_3(this$splitToSequence, it);
- };
- }
- function splitToSequence_0($receiver, delimiters, ignoreCase, limit) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (limit === void 0)
- limit = 0;
- return map_10(rangesDelimitedBy($receiver, delimiters, void 0, ignoreCase, limit), splitToSequence$lambda_0($receiver));
- }
- function split_0($receiver, delimiters, ignoreCase, limit) {
- if (ignoreCase === void 0)
- ignoreCase = false;
- if (limit === void 0)
- limit = 0;
- if (delimiters.length === 1) {
- return split_1($receiver, String.fromCharCode(delimiters[0]), ignoreCase, limit);
- }var $receiver_0 = asIterable_10(rangesDelimitedBy($receiver, delimiters, void 0, ignoreCase, limit));
- var destination = ArrayList_init_0(collectionSizeOrDefault($receiver_0, 10));
- var tmp$;
- tmp$ = $receiver_0.iterator();
- while (tmp$.hasNext()) {
- var item = tmp$.next();
- destination.add_11rb$(substring_3($receiver, item));
- }
- return destination;
- }
- function split_1($receiver, delimiter, ignoreCase, limit) {
- if (!(limit >= 0)) {
- var message = 'Limit must be non-negative, but was ' + limit + '.';
- throw IllegalArgumentException_init_0(message.toString());
- }var currentOffset = 0;
- var nextIndex = indexOf_17($receiver, delimiter, currentOffset, ignoreCase);
- if (nextIndex === -1 || limit === 1) {
- return listOf($receiver.toString());
- }var isLimited = limit > 0;
- var result = ArrayList_init_0(isLimited ? coerceAtMost_2(limit, 10) : 10);
- do {
- result.add_11rb$(Kotlin.subSequence($receiver, currentOffset, nextIndex).toString());
- currentOffset = nextIndex + delimiter.length | 0;
- if (isLimited && result.size === (limit - 1 | 0))
- break;
- nextIndex = indexOf_17($receiver, delimiter, currentOffset, ignoreCase);
- }
- while (nextIndex !== -1);
- result.add_11rb$(Kotlin.subSequence($receiver, currentOffset, $receiver.length).toString());
- return result;
- }
- var split_2 = defineInlineFunction('kotlin.kotlin.text.split_yymnie$', function ($receiver, regex, limit) {
- if (limit === void 0)
- limit = 0;
- return regex.split_905azu$($receiver, limit);
- });
- function lineSequence($receiver) {
- return splitToSequence($receiver, ['\r\n', '\n', '\r']);
- }
- function lines($receiver) {
- return toList_10(lineSequence($receiver));
- }
- function Typography() {
- Typography_instance = this;
- this.quote = toBoxedChar(34);
- this.dollar = toBoxedChar(36);
- this.amp = toBoxedChar(38);
- this.less = toBoxedChar(60);
- this.greater = toBoxedChar(62);
- this.nbsp = toBoxedChar(160);
- this.times = toBoxedChar(215);
- this.cent = toBoxedChar(162);
- this.pound = toBoxedChar(163);
- this.section = toBoxedChar(167);
- this.copyright = toBoxedChar(169);
- this.leftGuillemete = toBoxedChar(171);
- this.rightGuillemete = toBoxedChar(187);
- this.registered = toBoxedChar(174);
- this.degree = toBoxedChar(176);
- this.plusMinus = toBoxedChar(177);
- this.paragraph = toBoxedChar(182);
- this.middleDot = toBoxedChar(183);
- this.half = toBoxedChar(189);
- this.ndash = toBoxedChar(8211);
- this.mdash = toBoxedChar(8212);
- this.leftSingleQuote = toBoxedChar(8216);
- this.rightSingleQuote = toBoxedChar(8217);
- this.lowSingleQuote = toBoxedChar(8218);
- this.leftDoubleQuote = toBoxedChar(8220);
- this.rightDoubleQuote = toBoxedChar(8221);
- this.lowDoubleQuote = toBoxedChar(8222);
- this.dagger = toBoxedChar(8224);
- this.doubleDagger = toBoxedChar(8225);
- this.bullet = toBoxedChar(8226);
- this.ellipsis = toBoxedChar(8230);
- this.prime = toBoxedChar(8242);
- this.doublePrime = toBoxedChar(8243);
- this.euro = toBoxedChar(8364);
- this.tm = toBoxedChar(8482);
- this.almostEqual = toBoxedChar(8776);
- this.notEqual = toBoxedChar(8800);
- this.lessOrEqual = toBoxedChar(8804);
- this.greaterOrEqual = toBoxedChar(8805);
- }
- Typography.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Typography', interfaces: []};
- var Typography_instance = null;
- function Typography_getInstance() {
- if (Typography_instance === null) {
- new Typography();
- }return Typography_instance;
- }
- function MatchGroupCollection() {
- }
- MatchGroupCollection.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MatchGroupCollection', interfaces: [Collection]};
- function MatchNamedGroupCollection() {
- }
- MatchNamedGroupCollection.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MatchNamedGroupCollection', interfaces: [MatchGroupCollection]};
- function MatchResult() {
- }
- Object.defineProperty(MatchResult.prototype, 'destructured', {configurable: true, get: function () {
- return new MatchResult$Destructured(this);
- }});
- function MatchResult$Destructured(match) {
- this.match = match;
- }
- MatchResult$Destructured.prototype.component1 = defineInlineFunction('kotlin.kotlin.text.MatchResult.Destructured.component1', function () {
- return this.match.groupValues.get_za3lpa$(1);
- });
- MatchResult$Destructured.prototype.component2 = defineInlineFunction('kotlin.kotlin.text.MatchResult.Destructured.component2', function () {
- return this.match.groupValues.get_za3lpa$(2);
- });
- MatchResult$Destructured.prototype.component3 = defineInlineFunction('kotlin.kotlin.text.MatchResult.Destructured.component3', function () {
- return this.match.groupValues.get_za3lpa$(3);
- });
- MatchResult$Destructured.prototype.component4 = defineInlineFunction('kotlin.kotlin.text.MatchResult.Destructured.component4', function () {
- return this.match.groupValues.get_za3lpa$(4);
- });
- MatchResult$Destructured.prototype.component5 = defineInlineFunction('kotlin.kotlin.text.MatchResult.Destructured.component5', function () {
- return this.match.groupValues.get_za3lpa$(5);
- });
- MatchResult$Destructured.prototype.component6 = defineInlineFunction('kotlin.kotlin.text.MatchResult.Destructured.component6', function () {
- return this.match.groupValues.get_za3lpa$(6);
- });
- MatchResult$Destructured.prototype.component7 = defineInlineFunction('kotlin.kotlin.text.MatchResult.Destructured.component7', function () {
- return this.match.groupValues.get_za3lpa$(7);
- });
- MatchResult$Destructured.prototype.component8 = defineInlineFunction('kotlin.kotlin.text.MatchResult.Destructured.component8', function () {
- return this.match.groupValues.get_za3lpa$(8);
- });
- MatchResult$Destructured.prototype.component9 = defineInlineFunction('kotlin.kotlin.text.MatchResult.Destructured.component9', function () {
- return this.match.groupValues.get_za3lpa$(9);
- });
- MatchResult$Destructured.prototype.component10 = defineInlineFunction('kotlin.kotlin.text.MatchResult.Destructured.component10', function () {
- return this.match.groupValues.get_za3lpa$(10);
- });
- MatchResult$Destructured.prototype.toList = function () {
- return this.match.groupValues.subList_vux9f0$(1, this.match.groupValues.size);
- };
- MatchResult$Destructured.$metadata$ = {kind: Kind_CLASS, simpleName: 'Destructured', interfaces: []};
- MatchResult.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'MatchResult', interfaces: []};
- var toRegex = defineInlineFunction('kotlin.kotlin.text.toRegex_pdl1vz$', wrapFunction(function () {
- var Regex_init = _.kotlin.text.Regex_init_61zpoe$;
- return function ($receiver) {
- return Regex_init($receiver);
- };
- }));
- var toRegex_0 = defineInlineFunction('kotlin.kotlin.text.toRegex_2jdgi1$', wrapFunction(function () {
- var Regex_init = _.kotlin.text.Regex_init_sb3q2$;
- return function ($receiver, option) {
- return Regex_init($receiver, option);
- };
- }));
- var toRegex_1 = defineInlineFunction('kotlin.kotlin.text.toRegex_8ioxci$', wrapFunction(function () {
- var Regex_init = _.kotlin.text.Regex;
- return function ($receiver, options) {
- return new Regex_init($receiver, options);
- };
- }));
- function get_storageUnit() {
- return DurationUnit$NANOSECONDS_getInstance();
- }
- function Duration(value) {
- Duration$Companion_getInstance();
- this.value_8be2vx$ = value;
- }
- function Duration$Companion() {
- Duration$Companion_instance = this;
- this.ZERO = new Duration(0.0);
- this.INFINITE = new Duration(kotlin_js_internal_DoubleCompanionObject.POSITIVE_INFINITY);
- }
- Duration$Companion.prototype.convert_d8pp1e$ = function (value, sourceUnit, targetUnit) {
- return convertDurationUnit(value, sourceUnit, targetUnit);
- };
- Duration$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var Duration$Companion_instance = null;
- function Duration$Companion_getInstance() {
- if (Duration$Companion_instance === null) {
- new Duration$Companion();
- }return Duration$Companion_instance;
- }
- Duration.prototype.unaryMinus = function () {
- return new Duration(-this.value_8be2vx$);
- };
- Duration.prototype.plus_cgako$ = function (other) {
- return new Duration(this.value_8be2vx$ + other.value_8be2vx$);
- };
- Duration.prototype.minus_cgako$ = function (other) {
- return new Duration(this.value_8be2vx$ - other.value_8be2vx$);
- };
- Duration.prototype.times_za3lpa$ = function (scale) {
- return new Duration(this.value_8be2vx$ * scale);
- };
- Duration.prototype.times_14dthe$ = function (scale) {
- return new Duration(this.value_8be2vx$ * scale);
- };
- Duration.prototype.div_za3lpa$ = function (scale) {
- return new Duration(this.value_8be2vx$ / scale);
- };
- Duration.prototype.div_14dthe$ = function (scale) {
- return new Duration(this.value_8be2vx$ / scale);
- };
- Duration.prototype.div_cgako$ = function (other) {
- return this.value_8be2vx$ / other.value_8be2vx$;
- };
- Duration.prototype.isNegative = function () {
- return this.value_8be2vx$ < 0;
- };
- Duration.prototype.isPositive = function () {
- return this.value_8be2vx$ > 0;
- };
- Duration.prototype.isInfinite = function () {
- return isInfinite(this.value_8be2vx$);
- };
- Duration.prototype.isFinite = function () {
- return isFinite(this.value_8be2vx$);
- };
- Object.defineProperty(Duration.prototype, 'absoluteValue', {configurable: true, get: function () {
- return this.isNegative() ? this.unaryMinus() : this;
- }});
- Duration.prototype.compareTo_11rb$ = function (other) {
- return Kotlin.compareTo(this.value_8be2vx$, other.value_8be2vx$);
- };
- Duration.prototype.toComponents_fnu26o$ = defineInlineFunction('kotlin.kotlin.time.Duration.toComponents_fnu26o$', wrapFunction(function () {
- var numberToInt = Kotlin.numberToInt;
- return function (action) {
- return action(numberToInt(this.inDays), this.hoursComponent, this.minutesComponent, this.secondsComponent, this.nanosecondsComponent);
- };
- }));
- Duration.prototype.toComponents_v6nad0$ = defineInlineFunction('kotlin.kotlin.time.Duration.toComponents_v6nad0$', wrapFunction(function () {
- var numberToInt = Kotlin.numberToInt;
- return function (action) {
- return action(numberToInt(this.inHours), this.minutesComponent, this.secondsComponent, this.nanosecondsComponent);
- };
- }));
- Duration.prototype.toComponents_sg9n6w$ = defineInlineFunction('kotlin.kotlin.time.Duration.toComponents_sg9n6w$', wrapFunction(function () {
- var numberToInt = Kotlin.numberToInt;
- return function (action) {
- return action(numberToInt(this.inMinutes), this.secondsComponent, this.nanosecondsComponent);
- };
- }));
- Duration.prototype.toComponents_obfv9r$ = defineInlineFunction('kotlin.kotlin.time.Duration.toComponents_obfv9r$', function (action) {
- return action(Kotlin.Long.fromNumber(this.inSeconds), this.nanosecondsComponent);
- });
- Object.defineProperty(Duration.prototype, 'hoursComponent', {configurable: true, get: function () {
- return numberToInt(this.inHours % 24);
- }});
- Object.defineProperty(Duration.prototype, 'minutesComponent', {configurable: true, get: function () {
- return numberToInt(this.inMinutes % 60);
- }});
- Object.defineProperty(Duration.prototype, 'secondsComponent', {configurable: true, get: function () {
- return numberToInt(this.inSeconds % 60);
- }});
- Object.defineProperty(Duration.prototype, 'nanosecondsComponent', {configurable: true, get: function () {
- return numberToInt(this.inNanoseconds % 1.0E9);
- }});
- Duration.prototype.toDouble_p6uejw$ = function (unit) {
- return convertDurationUnit(this.value_8be2vx$, DurationUnit$NANOSECONDS_getInstance(), unit);
- };
- Duration.prototype.toLong_p6uejw$ = function (unit) {
- return Kotlin.Long.fromNumber(this.toDouble_p6uejw$(unit));
- };
- Duration.prototype.toInt_p6uejw$ = function (unit) {
- return numberToInt(this.toDouble_p6uejw$(unit));
- };
- Object.defineProperty(Duration.prototype, 'inDays', {configurable: true, get: function () {
- return this.toDouble_p6uejw$(DurationUnit$DAYS_getInstance());
- }});
- Object.defineProperty(Duration.prototype, 'inHours', {configurable: true, get: function () {
- return this.toDouble_p6uejw$(DurationUnit$HOURS_getInstance());
- }});
- Object.defineProperty(Duration.prototype, 'inMinutes', {configurable: true, get: function () {
- return this.toDouble_p6uejw$(DurationUnit$MINUTES_getInstance());
- }});
- Object.defineProperty(Duration.prototype, 'inSeconds', {configurable: true, get: function () {
- return this.toDouble_p6uejw$(DurationUnit$SECONDS_getInstance());
- }});
- Object.defineProperty(Duration.prototype, 'inMilliseconds', {configurable: true, get: function () {
- return this.toDouble_p6uejw$(DurationUnit$MILLISECONDS_getInstance());
- }});
- Object.defineProperty(Duration.prototype, 'inMicroseconds', {configurable: true, get: function () {
- return this.toDouble_p6uejw$(DurationUnit$MICROSECONDS_getInstance());
- }});
- Object.defineProperty(Duration.prototype, 'inNanoseconds', {configurable: true, get: function () {
- return this.toDouble_p6uejw$(DurationUnit$NANOSECONDS_getInstance());
- }});
- Duration.prototype.toLongNanoseconds = function () {
- return this.toLong_p6uejw$(DurationUnit$NANOSECONDS_getInstance());
- };
- Duration.prototype.toLongMilliseconds = function () {
- return this.toLong_p6uejw$(DurationUnit$MILLISECONDS_getInstance());
- };
- Duration.prototype.toString = function () {
- var tmp$, tmp$_0;
- if (this.isInfinite())
- return this.value_8be2vx$.toString();
- else if (this.value_8be2vx$ === 0.0)
- return '0s';
- else {
- var absNs = this.absoluteValue.inNanoseconds;
- var scientific = {v: false};
- var maxDecimals = {v: 0};
- if (absNs < 1.0E-6) {
- var $receiver = DurationUnit$SECONDS_getInstance();
- scientific.v = true;
- tmp$ = $receiver;
- } else if (absNs < 1) {
- var $receiver_0 = DurationUnit$NANOSECONDS_getInstance();
- maxDecimals.v = 7;
- tmp$ = $receiver_0;
- } else if (absNs < 1000.0)
- tmp$ = DurationUnit$NANOSECONDS_getInstance();
- else if (absNs < 1000000.0)
- tmp$ = DurationUnit$MICROSECONDS_getInstance();
- else if (absNs < 1.0E9)
- tmp$ = DurationUnit$MILLISECONDS_getInstance();
- else if (absNs < 1.0E12)
- tmp$ = DurationUnit$SECONDS_getInstance();
- else if (absNs < 6.0E13)
- tmp$ = DurationUnit$MINUTES_getInstance();
- else if (absNs < 3.6E15)
- tmp$ = DurationUnit$HOURS_getInstance();
- else if (absNs < 8.64E13 * 1.0E7)
- tmp$ = DurationUnit$DAYS_getInstance();
- else {
- var $receiver_1 = DurationUnit$DAYS_getInstance();
- scientific.v = true;
- tmp$ = $receiver_1;
- }
- var unit = tmp$;
- var value = this.toDouble_p6uejw$(unit);
- if (scientific.v)
- tmp$_0 = formatScientific(value);
- else if (maxDecimals.v > 0)
- tmp$_0 = formatUpToDecimals(value, maxDecimals.v);
- else {
- tmp$_0 = formatToExactDecimals(value, this.precision_0(Math_0.abs(value)));
- }
- return tmp$_0 + shortName(unit);
- }
- };
- Duration.prototype.precision_0 = function (value) {
- if (value < 1)
- return 3;
- else if (value < 10)
- return 2;
- else if (value < 100)
- return 1;
- else
- return 0;
- };
- Duration.prototype.toString_mha1pa$ = function (unit, decimals) {
- if (decimals === void 0)
- decimals = 0;
- var tmp$;
- if (!(decimals >= 0)) {
- var message = 'decimals must be not negative, but was ' + decimals;
- throw IllegalArgumentException_init_0(message.toString());
- }if (this.isInfinite())
- return this.value_8be2vx$.toString();
- var number = this.toDouble_p6uejw$(unit);
- if (Math_0.abs(number) < 1.0E14)
- tmp$ = formatToExactDecimals(number, coerceAtMost_2(decimals, 12));
- else
- tmp$ = formatScientific(number);
- return tmp$ + shortName(unit);
- };
- Duration.prototype.toIsoString = function () {
- var $receiver = StringBuilder_init_1();
- if (this.isNegative())
- $receiver.append_s8itvh$(45);
- $receiver.append_pdl1vj$('PT');
- var $this = this.absoluteValue;
- var hours = numberToInt($this.inHours);
- var minutes = $this.minutesComponent;
- var seconds = $this.secondsComponent;
- var nanoseconds = $this.nanosecondsComponent;
- var hasHours = hours !== 0;
- var hasSeconds = seconds !== 0 || nanoseconds !== 0;
- var hasMinutes = minutes !== 0 || (hasSeconds && hasHours);
- if (hasHours) {
- $receiver.append_s8jyv4$(hours).append_s8itvh$(72);
- }if (hasMinutes) {
- $receiver.append_s8jyv4$(minutes).append_s8itvh$(77);
- }if (hasSeconds || (!hasHours && !hasMinutes)) {
- $receiver.append_s8jyv4$(seconds);
- if (nanoseconds !== 0) {
- $receiver.append_s8itvh$(46);
- var nss = padStart_0(nanoseconds.toString(), 9, 48);
- if (nanoseconds % 1000000 === 0)
- $receiver.appendRange_3peag4$(nss, 0, 3);
- else if (nanoseconds % 1000 === 0)
- $receiver.appendRange_3peag4$(nss, 0, 6);
- else
- $receiver.append_pdl1vj$(nss);
- }$receiver.append_s8itvh$(83);
- }return $receiver.toString();
- };
- Duration.$metadata$ = {kind: Kind_CLASS, simpleName: 'Duration', interfaces: [Comparable]};
- Duration.prototype.unbox = function () {
- return this.value_8be2vx$;
- };
- Duration.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.value_8be2vx$) | 0;
- return result;
- };
- Duration.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && Kotlin.equals(this.value_8be2vx$, other.value_8be2vx$))));
- };
- function toDuration($receiver, unit) {
- return toDuration_1($receiver, unit);
- }
- function toDuration_0($receiver, unit) {
- return toDuration_1($receiver.toNumber(), unit);
- }
- function toDuration_1($receiver, unit) {
- return new Duration(convertDurationUnit($receiver, unit, DurationUnit$NANOSECONDS_getInstance()));
- }
- function get_nanoseconds($receiver) {
- return toDuration($receiver, DurationUnit$NANOSECONDS_getInstance());
- }
- function get_nanoseconds_0($receiver) {
- return toDuration_0($receiver, DurationUnit$NANOSECONDS_getInstance());
- }
- function get_nanoseconds_1($receiver) {
- return toDuration_1($receiver, DurationUnit$NANOSECONDS_getInstance());
- }
- function get_microseconds($receiver) {
- return toDuration($receiver, DurationUnit$MICROSECONDS_getInstance());
- }
- function get_microseconds_0($receiver) {
- return toDuration_0($receiver, DurationUnit$MICROSECONDS_getInstance());
- }
- function get_microseconds_1($receiver) {
- return toDuration_1($receiver, DurationUnit$MICROSECONDS_getInstance());
- }
- function get_milliseconds($receiver) {
- return toDuration($receiver, DurationUnit$MILLISECONDS_getInstance());
- }
- function get_milliseconds_0($receiver) {
- return toDuration_0($receiver, DurationUnit$MILLISECONDS_getInstance());
- }
- function get_milliseconds_1($receiver) {
- return toDuration_1($receiver, DurationUnit$MILLISECONDS_getInstance());
- }
- function get_seconds($receiver) {
- return toDuration($receiver, DurationUnit$SECONDS_getInstance());
- }
- function get_seconds_0($receiver) {
- return toDuration_0($receiver, DurationUnit$SECONDS_getInstance());
- }
- function get_seconds_1($receiver) {
- return toDuration_1($receiver, DurationUnit$SECONDS_getInstance());
- }
- function get_minutes($receiver) {
- return toDuration($receiver, DurationUnit$MINUTES_getInstance());
- }
- function get_minutes_0($receiver) {
- return toDuration_0($receiver, DurationUnit$MINUTES_getInstance());
- }
- function get_minutes_1($receiver) {
- return toDuration_1($receiver, DurationUnit$MINUTES_getInstance());
- }
- function get_hours($receiver) {
- return toDuration($receiver, DurationUnit$HOURS_getInstance());
- }
- function get_hours_0($receiver) {
- return toDuration_0($receiver, DurationUnit$HOURS_getInstance());
- }
- function get_hours_1($receiver) {
- return toDuration_1($receiver, DurationUnit$HOURS_getInstance());
- }
- function get_days($receiver) {
- return toDuration($receiver, DurationUnit$DAYS_getInstance());
- }
- function get_days_0($receiver) {
- return toDuration_0($receiver, DurationUnit$DAYS_getInstance());
- }
- function get_days_1($receiver) {
- return toDuration_1($receiver, DurationUnit$DAYS_getInstance());
- }
- var times = defineInlineFunction('kotlin.kotlin.time.times_tk7led$', function ($receiver, duration) {
- return duration.times_za3lpa$($receiver);
- });
- var times_0 = defineInlineFunction('kotlin.kotlin.time.times_w68h3b$', function ($receiver, duration) {
- return duration.times_14dthe$($receiver);
- });
- function shortName($receiver) {
- switch ($receiver.name) {
- case 'NANOSECONDS':
- return 'ns';
- case 'MICROSECONDS':
- return 'us';
- case 'MILLISECONDS':
- return 'ms';
- case 'SECONDS':
- return 's';
- case 'MINUTES':
- return 'm';
- case 'HOURS':
- return 'h';
- case 'DAYS':
- return 'd';
- default:return Kotlin.noWhenBranchMatched();
- }
- }
- function ExperimentalTime() {
- }
- ExperimentalTime.$metadata$ = {kind: Kind_CLASS, simpleName: 'ExperimentalTime', interfaces: [Annotation]};
- function TimeSource() {
- TimeSource$Companion_getInstance();
- }
- function TimeSource$Monotonic() {
- TimeSource$Monotonic_instance = this;
- this.$delegate_dulig8$_0 = MonotonicTimeSource_getInstance();
- }
- TimeSource$Monotonic.prototype.toString = function () {
- return MonotonicTimeSource_getInstance().toString();
- };
- TimeSource$Monotonic.prototype.markNow = function () {
- return this.$delegate_dulig8$_0.markNow();
- };
- TimeSource$Monotonic.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Monotonic', interfaces: [TimeSource]};
- var TimeSource$Monotonic_instance = null;
- function TimeSource$Monotonic_getInstance() {
- if (TimeSource$Monotonic_instance === null) {
- new TimeSource$Monotonic();
- }return TimeSource$Monotonic_instance;
- }
- function TimeSource$Companion() {
- TimeSource$Companion_instance = this;
- }
- TimeSource$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var TimeSource$Companion_instance = null;
- function TimeSource$Companion_getInstance() {
- if (TimeSource$Companion_instance === null) {
- new TimeSource$Companion();
- }return TimeSource$Companion_instance;
- }
- TimeSource.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'TimeSource', interfaces: []};
- function TimeMark() {
- }
- TimeMark.prototype.plus_cgako$ = function (duration) {
- return new AdjustedTimeMark(this, duration);
- };
- TimeMark.prototype.minus_cgako$ = function (duration) {
- return this.plus_cgako$(duration.unaryMinus());
- };
- TimeMark.prototype.hasPassedNow = function () {
- return !this.elapsedNow().isNegative();
- };
- TimeMark.prototype.hasNotPassedNow = function () {
- return this.elapsedNow().isNegative();
- };
- TimeMark.$metadata$ = {kind: Kind_CLASS, simpleName: 'TimeMark', interfaces: []};
- var minus_15 = defineInlineFunction('kotlin.kotlin.time.minus_8lj69b$', wrapFunction(function () {
- var Error_init = _.kotlin.Error_init_pdl1vj$;
- return function ($receiver, other) {
- throw Error_init('Operation is disallowed.');
- };
- }));
- var compareTo_0 = defineInlineFunction('kotlin.kotlin.time.compareTo_8lj69b$', wrapFunction(function () {
- var Error_init = _.kotlin.Error_init_pdl1vj$;
- return function ($receiver, other) {
- throw Error_init('Operation is disallowed.');
- };
- }));
- function AdjustedTimeMark(mark, adjustment) {
- TimeMark.call(this);
- this.mark = mark;
- this.adjustment = adjustment;
- }
- AdjustedTimeMark.prototype.elapsedNow = function () {
- return this.mark.elapsedNow().minus_cgako$(this.adjustment);
- };
- AdjustedTimeMark.prototype.plus_cgako$ = function (duration) {
- return new AdjustedTimeMark(this.mark, this.adjustment.plus_cgako$(duration));
- };
- AdjustedTimeMark.$metadata$ = {kind: Kind_CLASS, simpleName: 'AdjustedTimeMark', interfaces: [TimeMark]};
- function AbstractLongTimeSource(unit) {
- this.unit = unit;
- }
- function AbstractLongTimeSource$LongTimeMark(startedAt, timeSource, offset) {
- TimeMark.call(this);
- this.startedAt_0 = startedAt;
- this.timeSource_0 = timeSource;
- this.offset_0 = offset;
- }
- AbstractLongTimeSource$LongTimeMark.prototype.elapsedNow = function () {
- return toDuration_0(this.timeSource_0.read().subtract(this.startedAt_0), this.timeSource_0.unit).minus_cgako$(this.offset_0);
- };
- AbstractLongTimeSource$LongTimeMark.prototype.plus_cgako$ = function (duration) {
- return new AbstractLongTimeSource$LongTimeMark(this.startedAt_0, this.timeSource_0, this.offset_0.plus_cgako$(duration));
- };
- AbstractLongTimeSource$LongTimeMark.$metadata$ = {kind: Kind_CLASS, simpleName: 'LongTimeMark', interfaces: [TimeMark]};
- AbstractLongTimeSource.prototype.markNow = function () {
- return new AbstractLongTimeSource$LongTimeMark(this.read(), this, Duration$Companion_getInstance().ZERO);
- };
- AbstractLongTimeSource.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractLongTimeSource', interfaces: [TimeSource]};
- function AbstractDoubleTimeSource(unit) {
- this.unit = unit;
- }
- function AbstractDoubleTimeSource$DoubleTimeMark(startedAt, timeSource, offset) {
- TimeMark.call(this);
- this.startedAt_0 = startedAt;
- this.timeSource_0 = timeSource;
- this.offset_0 = offset;
- }
- AbstractDoubleTimeSource$DoubleTimeMark.prototype.elapsedNow = function () {
- return toDuration_1(this.timeSource_0.read() - this.startedAt_0, this.timeSource_0.unit).minus_cgako$(this.offset_0);
- };
- AbstractDoubleTimeSource$DoubleTimeMark.prototype.plus_cgako$ = function (duration) {
- return new AbstractDoubleTimeSource$DoubleTimeMark(this.startedAt_0, this.timeSource_0, this.offset_0.plus_cgako$(duration));
- };
- AbstractDoubleTimeSource$DoubleTimeMark.$metadata$ = {kind: Kind_CLASS, simpleName: 'DoubleTimeMark', interfaces: [TimeMark]};
- AbstractDoubleTimeSource.prototype.markNow = function () {
- return new AbstractDoubleTimeSource$DoubleTimeMark(this.read(), this, Duration$Companion_getInstance().ZERO);
- };
- AbstractDoubleTimeSource.$metadata$ = {kind: Kind_CLASS, simpleName: 'AbstractDoubleTimeSource', interfaces: [TimeSource]};
- function TestTimeSource() {
- AbstractLongTimeSource.call(this, DurationUnit$NANOSECONDS_getInstance());
- this.reading_0 = L0;
- }
- TestTimeSource.prototype.read = function () {
- return this.reading_0;
- };
- TestTimeSource.prototype.plusAssign_cgako$ = function (duration) {
- var tmp$;
- var delta = duration.toDouble_p6uejw$(this.unit);
- var longDelta = Kotlin.Long.fromNumber(delta);
- if (!equals(longDelta, Long$Companion$MIN_VALUE) && !equals(longDelta, Long$Companion$MAX_VALUE)) {
- var newReading = this.reading_0.add(longDelta);
- if (this.reading_0.xor(longDelta).toNumber() >= 0 && this.reading_0.xor(newReading).toNumber() < 0)
- this.overflow_0(duration);
- tmp$ = newReading;
- } else {
- var newReading_0 = this.reading_0.toNumber() + delta;
- if (newReading_0 > Long$Companion$MAX_VALUE.toNumber() || newReading_0 < Long$Companion$MIN_VALUE.toNumber())
- this.overflow_0(duration);
- tmp$ = Kotlin.Long.fromNumber(newReading_0);
- }
- this.reading_0 = tmp$;
- };
- TestTimeSource.prototype.overflow_0 = function (duration) {
- throw IllegalStateException_init_0('TestTimeSource will overflow if its reading ' + this.reading_0.toString() + 'ns is advanced by ' + duration + '.');
- };
- TestTimeSource.$metadata$ = {kind: Kind_CLASS, simpleName: 'TestTimeSource', interfaces: [AbstractLongTimeSource]};
- var measureTime = defineInlineFunction('kotlin.kotlin.time.measureTime_o14v8n$', wrapFunction(function () {
- var TimeSource = _.kotlin.time.TimeSource;
- return function (block) {
- var mark = TimeSource.Monotonic.markNow();
- block();
- return mark.elapsedNow();
- };
- }));
- var measureTime_0 = defineInlineFunction('kotlin.kotlin.time.measureTime_8lzfs6$', function ($receiver, block) {
- var mark = $receiver.markNow();
- block();
- return mark.elapsedNow();
- });
- function TimedValue(value, duration) {
- this.value = value;
- this.duration = duration;
- }
- TimedValue.$metadata$ = {kind: Kind_CLASS, simpleName: 'TimedValue', interfaces: []};
- TimedValue.prototype.component1 = function () {
- return this.value;
- };
- TimedValue.prototype.component2 = function () {
- return this.duration;
- };
- TimedValue.prototype.copy_v4727h$ = function (value, duration) {
- return new TimedValue(value === void 0 ? this.value : value, duration === void 0 ? this.duration : duration);
- };
- TimedValue.prototype.toString = function () {
- return 'TimedValue(value=' + Kotlin.toString(this.value) + (', duration=' + Kotlin.toString(this.duration)) + ')';
- };
- TimedValue.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.value) | 0;
- result = result * 31 + Kotlin.hashCode(this.duration) | 0;
- return result;
- };
- TimedValue.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.value, other.value) && Kotlin.equals(this.duration, other.duration)))));
- };
- var measureTimedValue = defineInlineFunction('kotlin.kotlin.time.measureTimedValue_klfg04$', wrapFunction(function () {
- var TimeSource = _.kotlin.time.TimeSource;
- var TimedValue_init = _.kotlin.time.TimedValue;
- return function (block) {
- var mark = TimeSource.Monotonic.markNow();
- var result = block();
- return new TimedValue_init(result, mark.elapsedNow());
- };
- }));
- var measureTimedValue_0 = defineInlineFunction('kotlin.kotlin.time.measureTimedValue_tfb6s1$', wrapFunction(function () {
- var TimedValue_init = _.kotlin.time.TimedValue;
- return function ($receiver, block) {
- var mark = $receiver.markNow();
- var result = block();
- return new TimedValue_init(result, mark.elapsedNow());
- };
- }));
- function Continuation$ObjectLiteral_0(closure$context, closure$resumeWith) {
- this.closure$context = closure$context;
- this.closure$resumeWith = closure$resumeWith;
- }
- Object.defineProperty(Continuation$ObjectLiteral_0.prototype, 'context', {configurable: true, get: function () {
- return this.closure$context;
- }});
- Continuation$ObjectLiteral_0.prototype.resumeWith_tl1gpc$ = function (result) {
- this.closure$resumeWith(result);
- };
- Continuation$ObjectLiteral_0.$metadata$ = {kind: Kind_CLASS, interfaces: [Continuation]};
- function DeepRecursiveFunction(block) {
- this.block_8be2vx$ = block;
- }
- DeepRecursiveFunction.$metadata$ = {kind: Kind_CLASS, simpleName: 'DeepRecursiveFunction', interfaces: []};
- function invoke($receiver, value) {
- return (new DeepRecursiveScopeImpl($receiver.block_8be2vx$, value)).runCallLoop();
- }
- function DeepRecursiveScope() {
- }
- DeepRecursiveScope.prototype.invoke_baqje6$ = function ($receiver, value) {
- throw UnsupportedOperationException_init_0('Should not be called from DeepRecursiveScope');
- };
- DeepRecursiveScope.$metadata$ = {kind: Kind_CLASS, simpleName: 'DeepRecursiveScope', interfaces: []};
- var UNDEFINED_RESULT;
- function DeepRecursiveScopeImpl(block, value) {
- DeepRecursiveScope.call(this);
- var tmp$, tmp$_0;
- this.function_0 = Kotlin.isType(tmp$ = block, SuspendFunction2) ? tmp$ : throwCCE_0();
- this.value_0 = value;
- this.cont_0 = Kotlin.isType(tmp$_0 = this, Continuation) ? tmp$_0 : throwCCE_0();
- this.result_0 = UNDEFINED_RESULT;
- }
- Object.defineProperty(DeepRecursiveScopeImpl.prototype, 'context', {configurable: true, get: function () {
- return EmptyCoroutineContext_getInstance();
- }});
- DeepRecursiveScopeImpl.prototype.resumeWith_tl1gpc$ = function (result) {
- this.cont_0 = null;
- this.result_0 = result;
- };
- function DeepRecursiveScopeImpl$callRecursive$lambda(this$DeepRecursiveScopeImpl, closure$value) {
- return function (cont) {
- var tmp$;
- this$DeepRecursiveScopeImpl.cont_0 = Kotlin.isType(tmp$ = cont, Continuation) ? tmp$ : throwCCE_0();
- this$DeepRecursiveScopeImpl.value_0 = closure$value;
- return get_COROUTINE_SUSPENDED();
- };
- }
- DeepRecursiveScopeImpl.prototype.callRecursive_11rb$ = function (value, continuation) {
- return DeepRecursiveScopeImpl$callRecursive$lambda(this, value)(continuation);
- };
- function DeepRecursiveScopeImpl$callRecursive$lambda_0(this$callRecursive, this$DeepRecursiveScopeImpl, closure$value) {
- return function (cont) {
- var tmp$;
- var function_0 = Kotlin.isType(tmp$ = this$callRecursive.block_8be2vx$, SuspendFunction2) ? tmp$ : throwCCE_0();
- var receiver = this$DeepRecursiveScopeImpl;
- var closure$value_0 = closure$value;
- var $receiver = receiver;
- var tmp$_0, tmp$_1;
- var currentFunction = $receiver.function_0;
- if (function_0 !== currentFunction) {
- $receiver.function_0 = function_0;
- $receiver.cont_0 = $receiver.crossFunctionCompletion_0(currentFunction, Kotlin.isType(tmp$_0 = cont, Continuation) ? tmp$_0 : throwCCE_0());
- } else {
- $receiver.cont_0 = Kotlin.isType(tmp$_1 = cont, Continuation) ? tmp$_1 : throwCCE_0();
- }
- $receiver.value_0 = closure$value_0;
- return get_COROUTINE_SUSPENDED();
- };
- }
- DeepRecursiveScopeImpl.prototype.callRecursive_ifme6c$ = function ($receiver, value, continuation) {
- return DeepRecursiveScopeImpl$callRecursive$lambda_0($receiver, this, value)(continuation);
- };
- function DeepRecursiveScopeImpl$crossFunctionCompletion$lambda(closure$currentFunction, this$DeepRecursiveScopeImpl, closure$cont) {
- return function (it) {
- this$DeepRecursiveScopeImpl.function_0 = closure$currentFunction;
- this$DeepRecursiveScopeImpl.cont_0 = closure$cont;
- this$DeepRecursiveScopeImpl.result_0 = it;
- return Unit;
- };
- }
- DeepRecursiveScopeImpl.prototype.crossFunctionCompletion_0 = function (currentFunction, cont) {
- return new Continuation$ObjectLiteral_0(EmptyCoroutineContext_getInstance(), DeepRecursiveScopeImpl$crossFunctionCompletion$lambda(currentFunction, this, cont));
- };
- DeepRecursiveScopeImpl.prototype.runCallLoop = function () {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- while (true) {
- var result = this.result_0;
- tmp$_0 = this.cont_0;
- if (tmp$_0 == null) {
- var $receiver = Kotlin.isType(tmp$ = result, Result) ? tmp$ : throwCCE_0();
- var tmp$_3;
- throwOnFailure($receiver);
- return (tmp$_3 = $receiver.value) == null || Kotlin.isType(tmp$_3, Any) ? tmp$_3 : throwCCE();
- }var cont = tmp$_0;
- if (UNDEFINED_RESULT != null ? UNDEFINED_RESULT.equals(result) : null) {
- try {
- tmp$_1 = this.function_0(this, this.value_0, cont, false);
- } catch (e) {
- if (Kotlin.isType(e, Throwable)) {
- cont.resumeWith_tl1gpc$(new Result(createFailure(e)));
- continue;
- } else
- throw e;
- }
- var r = tmp$_1;
- if (r !== get_COROUTINE_SUSPENDED()) {
- cont.resumeWith_tl1gpc$(new Result((tmp$_2 = r) == null || Kotlin.isType(tmp$_2, Any) ? tmp$_2 : throwCCE_0()));
- }} else {
- this.result_0 = UNDEFINED_RESULT;
- cont.resumeWith_tl1gpc$(result);
- }
- }
- };
- DeepRecursiveScopeImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'DeepRecursiveScopeImpl', interfaces: [Continuation, DeepRecursiveScope]};
- var hashCode_0 = defineInlineFunction('kotlin.kotlin.hashCode_mzud1t$', wrapFunction(function () {
- var hashCode = Kotlin.hashCode;
- return function ($receiver) {
- var tmp$;
- return (tmp$ = $receiver != null ? hashCode($receiver) : null) != null ? tmp$ : 0;
- };
- }));
- function KotlinVersion(major, minor, patch) {
- KotlinVersion$Companion_getInstance();
- this.major = major;
- this.minor = minor;
- this.patch = patch;
- this.version_0 = this.versionOf_0(this.major, this.minor, this.patch);
- }
- KotlinVersion.prototype.versionOf_0 = function (major, minor, patch) {
- if (!(0 <= major && major <= 255 && (0 <= minor && minor <= 255) && (0 <= patch && patch <= 255))) {
- var message = 'Version components are out of range: ' + major + '.' + minor + '.' + patch;
- throw IllegalArgumentException_init_0(message.toString());
- }return (major << 16) + (minor << 8) + patch | 0;
- };
- KotlinVersion.prototype.toString = function () {
- return this.major.toString() + '.' + this.minor + '.' + this.patch;
- };
- KotlinVersion.prototype.equals = function (other) {
- var tmp$, tmp$_0;
- if (this === other)
- return true;
- tmp$_0 = Kotlin.isType(tmp$ = other, KotlinVersion) ? tmp$ : null;
- if (tmp$_0 == null) {
- return false;
- }var otherVersion = tmp$_0;
- return this.version_0 === otherVersion.version_0;
- };
- KotlinVersion.prototype.hashCode = function () {
- return this.version_0;
- };
- KotlinVersion.prototype.compareTo_11rb$ = function (other) {
- return this.version_0 - other.version_0 | 0;
- };
- KotlinVersion.prototype.isAtLeast_vux9f0$ = function (major, minor) {
- return this.major > major || (this.major === major && this.minor >= minor);
- };
- KotlinVersion.prototype.isAtLeast_qt1dr2$ = function (major, minor, patch) {
- return this.major > major || (this.major === major && (this.minor > minor || (this.minor === minor && this.patch >= patch)));
- };
- function KotlinVersion$Companion() {
- KotlinVersion$Companion_instance = this;
- this.MAX_COMPONENT_VALUE = 255;
- this.CURRENT = KotlinVersionCurrentValue_getInstance().get();
- }
- KotlinVersion$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var KotlinVersion$Companion_instance = null;
- function KotlinVersion$Companion_getInstance() {
- if (KotlinVersion$Companion_instance === null) {
- new KotlinVersion$Companion();
- }return KotlinVersion$Companion_instance;
- }
- KotlinVersion.$metadata$ = {kind: Kind_CLASS, simpleName: 'KotlinVersion', interfaces: [Comparable]};
- function KotlinVersion_init(major, minor, $this) {
- $this = $this || Object.create(KotlinVersion.prototype);
- KotlinVersion.call($this, major, minor, 0);
- return $this;
- }
- function KotlinVersionCurrentValue() {
- KotlinVersionCurrentValue_instance = this;
- }
- KotlinVersionCurrentValue.prototype.get = function () {
- return new KotlinVersion(1, 4, 32);
- };
- KotlinVersionCurrentValue.$metadata$ = {kind: Kind_OBJECT, simpleName: 'KotlinVersionCurrentValue', interfaces: []};
- var KotlinVersionCurrentValue_instance = null;
- function KotlinVersionCurrentValue_getInstance() {
- if (KotlinVersionCurrentValue_instance === null) {
- new KotlinVersionCurrentValue();
- }return KotlinVersionCurrentValue_instance;
- }
- var get_isInitialized = defineInlineFunction('kotlin.kotlin.get_isInitialized_texjl9$', wrapFunction(function () {
- var NotImplementedError_init = _.kotlin.NotImplementedError;
- return function ($receiver) {
- throw new NotImplementedError_init('Implementation is intrinsic');
- };
- }));
- function Lazy() {
- }
- Lazy.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'Lazy', interfaces: []};
- function lazyOf(value) {
- return new InitializedLazyImpl(value);
- }
- var getValue_4 = defineInlineFunction('kotlin.kotlin.getValue_thokl7$', function ($receiver, thisRef, property) {
- return $receiver.value;
- });
- function LazyThreadSafetyMode(name, ordinal) {
- Enum.call(this);
- this.name$ = name;
- this.ordinal$ = ordinal;
- }
- function LazyThreadSafetyMode_initFields() {
- LazyThreadSafetyMode_initFields = function () {
- };
- LazyThreadSafetyMode$SYNCHRONIZED_instance = new LazyThreadSafetyMode('SYNCHRONIZED', 0);
- LazyThreadSafetyMode$PUBLICATION_instance = new LazyThreadSafetyMode('PUBLICATION', 1);
- LazyThreadSafetyMode$NONE_instance = new LazyThreadSafetyMode('NONE', 2);
- }
- var LazyThreadSafetyMode$SYNCHRONIZED_instance;
- function LazyThreadSafetyMode$SYNCHRONIZED_getInstance() {
- LazyThreadSafetyMode_initFields();
- return LazyThreadSafetyMode$SYNCHRONIZED_instance;
- }
- var LazyThreadSafetyMode$PUBLICATION_instance;
- function LazyThreadSafetyMode$PUBLICATION_getInstance() {
- LazyThreadSafetyMode_initFields();
- return LazyThreadSafetyMode$PUBLICATION_instance;
- }
- var LazyThreadSafetyMode$NONE_instance;
- function LazyThreadSafetyMode$NONE_getInstance() {
- LazyThreadSafetyMode_initFields();
- return LazyThreadSafetyMode$NONE_instance;
- }
- LazyThreadSafetyMode.$metadata$ = {kind: Kind_CLASS, simpleName: 'LazyThreadSafetyMode', interfaces: [Enum]};
- function LazyThreadSafetyMode$values() {
- return [LazyThreadSafetyMode$SYNCHRONIZED_getInstance(), LazyThreadSafetyMode$PUBLICATION_getInstance(), LazyThreadSafetyMode$NONE_getInstance()];
- }
- LazyThreadSafetyMode.values = LazyThreadSafetyMode$values;
- function LazyThreadSafetyMode$valueOf(name) {
- switch (name) {
- case 'SYNCHRONIZED':
- return LazyThreadSafetyMode$SYNCHRONIZED_getInstance();
- case 'PUBLICATION':
- return LazyThreadSafetyMode$PUBLICATION_getInstance();
- case 'NONE':
- return LazyThreadSafetyMode$NONE_getInstance();
- default:throwISE('No enum constant kotlin.LazyThreadSafetyMode.' + name);
- }
- }
- LazyThreadSafetyMode.valueOf_61zpoe$ = LazyThreadSafetyMode$valueOf;
- function UNINITIALIZED_VALUE() {
- UNINITIALIZED_VALUE_instance = this;
- }
- UNINITIALIZED_VALUE.$metadata$ = {kind: Kind_OBJECT, simpleName: 'UNINITIALIZED_VALUE', interfaces: []};
- var UNINITIALIZED_VALUE_instance = null;
- function UNINITIALIZED_VALUE_getInstance() {
- if (UNINITIALIZED_VALUE_instance === null) {
- new UNINITIALIZED_VALUE();
- }return UNINITIALIZED_VALUE_instance;
- }
- function UnsafeLazyImpl(initializer) {
- this.initializer_0 = initializer;
- this._value_0 = UNINITIALIZED_VALUE_getInstance();
- }
- Object.defineProperty(UnsafeLazyImpl.prototype, 'value', {configurable: true, get: function () {
- var tmp$;
- if (this._value_0 === UNINITIALIZED_VALUE_getInstance()) {
- this._value_0 = ensureNotNull(this.initializer_0)();
- this.initializer_0 = null;
- }return (tmp$ = this._value_0) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0();
- }});
- UnsafeLazyImpl.prototype.isInitialized = function () {
- return this._value_0 !== UNINITIALIZED_VALUE_getInstance();
- };
- UnsafeLazyImpl.prototype.toString = function () {
- return this.isInitialized() ? toString(this.value) : 'Lazy value not initialized yet.';
- };
- UnsafeLazyImpl.prototype.writeReplace_0 = function () {
- return new InitializedLazyImpl(this.value);
- };
- UnsafeLazyImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'UnsafeLazyImpl', interfaces: [Serializable, Lazy]};
- function InitializedLazyImpl(value) {
- this.value_7taq70$_0 = value;
- }
- Object.defineProperty(InitializedLazyImpl.prototype, 'value', {get: function () {
- return this.value_7taq70$_0;
- }});
- InitializedLazyImpl.prototype.isInitialized = function () {
- return true;
- };
- InitializedLazyImpl.prototype.toString = function () {
- return toString(this.value);
- };
- InitializedLazyImpl.$metadata$ = {kind: Kind_CLASS, simpleName: 'InitializedLazyImpl', interfaces: [Serializable, Lazy]};
- var countOneBits_1 = defineInlineFunction('kotlin.kotlin.countOneBits_mz3mee$', wrapFunction(function () {
- var countOneBits = _.kotlin.countOneBits_s8ev3n$;
- return function ($receiver) {
- return countOneBits($receiver & 255);
- };
- }));
- var countLeadingZeroBits_1 = defineInlineFunction('kotlin.kotlin.countLeadingZeroBits_mz3mee$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver) {
- return Math_0.clz32($receiver & 255) - 24 | 0;
- };
- }));
- var countTrailingZeroBits_1 = defineInlineFunction('kotlin.kotlin.countTrailingZeroBits_mz3mee$', wrapFunction(function () {
- var countTrailingZeroBits = _.kotlin.countTrailingZeroBits_s8ev3n$;
- return function ($receiver) {
- return countTrailingZeroBits($receiver | 256);
- };
- }));
- var takeHighestOneBit_1 = defineInlineFunction('kotlin.kotlin.takeHighestOneBit_mz3mee$', wrapFunction(function () {
- var takeHighestOneBit = _.kotlin.takeHighestOneBit_s8ev3n$;
- var toByte = Kotlin.toByte;
- return function ($receiver) {
- return toByte(takeHighestOneBit($receiver & 255));
- };
- }));
- var takeLowestOneBit_1 = defineInlineFunction('kotlin.kotlin.takeLowestOneBit_mz3mee$', wrapFunction(function () {
- var takeLowestOneBit = _.kotlin.takeLowestOneBit_s8ev3n$;
- var toByte = Kotlin.toByte;
- return function ($receiver) {
- return toByte(takeLowestOneBit($receiver));
- };
- }));
- function rotateLeft_1($receiver, bitCount) {
- return toByte($receiver << (bitCount & 7) | ($receiver & 255) >>> 8 - (bitCount & 7));
- }
- function rotateRight_1($receiver, bitCount) {
- return toByte($receiver << 8 - (bitCount & 7) | ($receiver & 255) >>> (bitCount & 7));
- }
- var countOneBits_2 = defineInlineFunction('kotlin.kotlin.countOneBits_5vcgdc$', wrapFunction(function () {
- var countOneBits = _.kotlin.countOneBits_s8ev3n$;
- return function ($receiver) {
- return countOneBits($receiver & 65535);
- };
- }));
- var countLeadingZeroBits_2 = defineInlineFunction('kotlin.kotlin.countLeadingZeroBits_5vcgdc$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver) {
- return Math_0.clz32($receiver & 65535) - 16 | 0;
- };
- }));
- var countTrailingZeroBits_2 = defineInlineFunction('kotlin.kotlin.countTrailingZeroBits_5vcgdc$', wrapFunction(function () {
- var countTrailingZeroBits = _.kotlin.countTrailingZeroBits_s8ev3n$;
- return function ($receiver) {
- return countTrailingZeroBits($receiver | 65536);
- };
- }));
- var takeHighestOneBit_2 = defineInlineFunction('kotlin.kotlin.takeHighestOneBit_5vcgdc$', wrapFunction(function () {
- var takeHighestOneBit = _.kotlin.takeHighestOneBit_s8ev3n$;
- var toShort = Kotlin.toShort;
- return function ($receiver) {
- return toShort(takeHighestOneBit($receiver & 65535));
- };
- }));
- var takeLowestOneBit_2 = defineInlineFunction('kotlin.kotlin.takeLowestOneBit_5vcgdc$', wrapFunction(function () {
- var takeLowestOneBit = _.kotlin.takeLowestOneBit_s8ev3n$;
- var toShort = Kotlin.toShort;
- return function ($receiver) {
- return toShort(takeLowestOneBit($receiver));
- };
- }));
- function rotateLeft_2($receiver, bitCount) {
- return toShort($receiver << (bitCount & 15) | ($receiver & 65535) >>> 16 - (bitCount & 15));
- }
- function rotateRight_2($receiver, bitCount) {
- return toShort($receiver << 16 - (bitCount & 15) | ($receiver & 65535) >>> (bitCount & 15));
- }
- var require_0 = defineInlineFunction('kotlin.kotlin.require_6taknv$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- return function (value) {
- if (!value) {
- var message = 'Failed requirement.';
- throw IllegalArgumentException_init(message.toString());
- }};
- }));
- var require_1 = defineInlineFunction('kotlin.kotlin.require_4ina18$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- return function (value, lazyMessage) {
- if (!value) {
- var message = lazyMessage();
- throw IllegalArgumentException_init(message.toString());
- }};
- }));
- var requireNotNull = defineInlineFunction('kotlin.kotlin.requireNotNull_issdgt$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- return function (value) {
- var requireNotNull$result;
- if (value == null) {
- var message = 'Required value was null.';
- throw IllegalArgumentException_init(message.toString());
- } else {
- requireNotNull$result = value;
- }
- return requireNotNull$result;
- };
- }));
- var requireNotNull_0 = defineInlineFunction('kotlin.kotlin.requireNotNull_p3yddy$', wrapFunction(function () {
- var IllegalArgumentException_init = _.kotlin.IllegalArgumentException_init_pdl1vj$;
- return function (value, lazyMessage) {
- if (value == null) {
- var message = lazyMessage();
- throw IllegalArgumentException_init(message.toString());
- } else {
- return value;
- }
- };
- }));
- var check = defineInlineFunction('kotlin.kotlin.check_6taknv$', wrapFunction(function () {
- var IllegalStateException_init = _.kotlin.IllegalStateException_init_pdl1vj$;
- return function (value) {
- if (!value) {
- var message = 'Check failed.';
- throw IllegalStateException_init(message.toString());
- }};
- }));
- var check_0 = defineInlineFunction('kotlin.kotlin.check_4ina18$', wrapFunction(function () {
- var IllegalStateException_init = _.kotlin.IllegalStateException_init_pdl1vj$;
- return function (value, lazyMessage) {
- if (!value) {
- var message = lazyMessage();
- throw IllegalStateException_init(message.toString());
- }};
- }));
- var checkNotNull = defineInlineFunction('kotlin.kotlin.checkNotNull_issdgt$', wrapFunction(function () {
- var IllegalStateException_init = _.kotlin.IllegalStateException_init_pdl1vj$;
- return function (value) {
- var checkNotNull$result;
- if (value == null) {
- var message = 'Required value was null.';
- throw IllegalStateException_init(message.toString());
- } else {
- checkNotNull$result = value;
- }
- return checkNotNull$result;
- };
- }));
- var checkNotNull_0 = defineInlineFunction('kotlin.kotlin.checkNotNull_p3yddy$', wrapFunction(function () {
- var IllegalStateException_init = _.kotlin.IllegalStateException_init_pdl1vj$;
- return function (value, lazyMessage) {
- if (value == null) {
- var message = lazyMessage();
- throw IllegalStateException_init(message.toString());
- } else {
- return value;
- }
- };
- }));
- var error = defineInlineFunction('kotlin.kotlin.error_za3rmp$', wrapFunction(function () {
- var IllegalStateException_init = _.kotlin.IllegalStateException_init_pdl1vj$;
- return function (message) {
- throw IllegalStateException_init(message.toString());
- };
- }));
- function Result(value) {
- Result$Companion_getInstance();
- this.value = value;
- }
- Object.defineProperty(Result.prototype, 'isSuccess', {configurable: true, get: function () {
- return !Kotlin.isType(this.value, Result$Failure);
- }});
- Object.defineProperty(Result.prototype, 'isFailure', {configurable: true, get: function () {
- return Kotlin.isType(this.value, Result$Failure);
- }});
- Result.prototype.getOrNull = defineInlineFunction('kotlin.kotlin.Result.getOrNull', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function () {
- var tmp$;
- if (this.isFailure)
- return null;
- else
- return (tmp$ = this.value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- };
- }));
- Result.prototype.exceptionOrNull = function () {
- if (Kotlin.isType(this.value, Result$Failure))
- return this.value.exception;
- else
- return null;
- };
- Result.prototype.toString = function () {
- if (Kotlin.isType(this.value, Result$Failure))
- return this.value.toString();
- else
- return 'Success(' + toString(this.value) + ')';
- };
- function Result$Companion() {
- Result$Companion_instance = this;
- }
- Result$Companion.prototype.success_mh5how$ = defineInlineFunction('kotlin.kotlin.Result.Companion.success_mh5how$', wrapFunction(function () {
- var Result_init = _.kotlin.Result;
- return function (value) {
- return new Result_init(value);
- };
- }));
- Result$Companion.prototype.failure_lsqlk3$ = defineInlineFunction('kotlin.kotlin.Result.Companion.failure_lsqlk3$', wrapFunction(function () {
- var createFailure = _.kotlin.createFailure_tcv7n7$;
- var Result_init = _.kotlin.Result;
- return function (exception) {
- return new Result_init(createFailure(exception));
- };
- }));
- Result$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var Result$Companion_instance = null;
- function Result$Companion_getInstance() {
- if (Result$Companion_instance === null) {
- new Result$Companion();
- }return Result$Companion_instance;
- }
- function Result$Failure(exception) {
- this.exception = exception;
- }
- Result$Failure.prototype.equals = function (other) {
- return Kotlin.isType(other, Result$Failure) && equals(this.exception, other.exception);
- };
- Result$Failure.prototype.hashCode = function () {
- return hashCode(this.exception);
- };
- Result$Failure.prototype.toString = function () {
- return 'Failure(' + this.exception + ')';
- };
- Result$Failure.$metadata$ = {kind: Kind_CLASS, simpleName: 'Failure', interfaces: [Serializable]};
- Result.$metadata$ = {kind: Kind_CLASS, simpleName: 'Result', interfaces: [Serializable]};
- Result.prototype.unbox = function () {
- return this.value;
- };
- Result.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.value) | 0;
- return result;
- };
- Result.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && Kotlin.equals(this.value, other.value))));
- };
- function createFailure(exception) {
- return new Result$Failure(exception);
- }
- function throwOnFailure($receiver) {
- if (Kotlin.isType($receiver.value, Result$Failure))
- throw $receiver.value.exception;
- }
- var runCatching = defineInlineFunction('kotlin.kotlin.runCatching_klfg04$', wrapFunction(function () {
- var Result = _.kotlin.Result;
- var Throwable = Error;
- var createFailure = _.kotlin.createFailure_tcv7n7$;
- return function (block) {
- var tmp$;
- try {
- tmp$ = new Result(block());
- } catch (e) {
- if (Kotlin.isType(e, Throwable)) {
- tmp$ = new Result(createFailure(e));
- } else
- throw e;
- }
- return tmp$;
- };
- }));
- var runCatching_0 = defineInlineFunction('kotlin.kotlin.runCatching_96jf0l$', wrapFunction(function () {
- var Result = _.kotlin.Result;
- var Throwable = Error;
- var createFailure = _.kotlin.createFailure_tcv7n7$;
- return function ($receiver, block) {
- var tmp$;
- try {
- tmp$ = new Result(block($receiver));
- } catch (e) {
- if (Kotlin.isType(e, Throwable)) {
- tmp$ = new Result(createFailure(e));
- } else
- throw e;
- }
- return tmp$;
- };
- }));
- var getOrThrow = defineInlineFunction('kotlin.kotlin.getOrThrow_rnsj6g$', wrapFunction(function () {
- var throwOnFailure = _.kotlin.throwOnFailure_iacion$;
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver) {
- var tmp$;
- throwOnFailure($receiver);
- return (tmp$ = $receiver.value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- };
- }));
- var getOrElse_15 = defineInlineFunction('kotlin.kotlin.getOrElse_h5t2n1$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, onFailure) {
- var tmp$, tmp$_0;
- var exception = $receiver.exceptionOrNull();
- if (exception == null)
- tmp$_0 = (tmp$ = $receiver.value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- else
- tmp$_0 = onFailure(exception);
- return tmp$_0;
- };
- }));
- var getOrDefault = defineInlineFunction('kotlin.kotlin.getOrDefault_98but8$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, defaultValue) {
- var tmp$;
- if ($receiver.isFailure)
- return defaultValue;
- return (tmp$ = $receiver.value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE();
- };
- }));
- var fold_17 = defineInlineFunction('kotlin.kotlin.fold_whgilm$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, onSuccess, onFailure) {
- var tmp$, tmp$_0;
- var exception = $receiver.exceptionOrNull();
- if (exception == null) {
- tmp$_0 = onSuccess((tmp$ = $receiver.value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE());
- } else
- tmp$_0 = onFailure(exception);
- return tmp$_0;
- };
- }));
- var map_16 = defineInlineFunction('kotlin.kotlin.map_dgb8k9$', wrapFunction(function () {
- var Result = _.kotlin.Result;
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, transform) {
- var tmp$;
- var tmp$_0;
- if ($receiver.isSuccess) {
- Result.Companion;
- tmp$_0 = new Result(transform((tmp$ = $receiver.value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE()));
- } else
- tmp$_0 = new Result($receiver.value);
- return tmp$_0;
- };
- }));
- var mapCatching = defineInlineFunction('kotlin.kotlin.mapCatching_dgb8k9$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- var Result_init = _.kotlin.Result;
- var Throwable = Error;
- var createFailure = _.kotlin.createFailure_tcv7n7$;
- return function ($receiver, transform) {
- var tmp$;
- if ($receiver.isSuccess) {
- var tmp$_0;
- try {
- var tmp$_1;
- tmp$_0 = new Result_init(transform((tmp$_1 = $receiver.value) == null || Kotlin.isType(tmp$_1, Any) ? tmp$_1 : throwCCE()));
- } catch (e) {
- if (Kotlin.isType(e, Throwable)) {
- tmp$_0 = new Result_init(createFailure(e));
- } else
- throw e;
- }
- tmp$ = tmp$_0;
- } else
- tmp$ = new Result_init($receiver.value);
- return tmp$;
- };
- }));
- var recover = defineInlineFunction('kotlin.kotlin.recover_h5t2n1$', wrapFunction(function () {
- var Result = _.kotlin.Result;
- return function ($receiver, transform) {
- var tmp$;
- var exception = $receiver.exceptionOrNull();
- if (exception == null)
- tmp$ = $receiver;
- else {
- tmp$ = new Result(transform(exception));
- }
- return tmp$;
- };
- }));
- var recoverCatching = defineInlineFunction('kotlin.kotlin.recoverCatching_h5t2n1$', wrapFunction(function () {
- var Result = _.kotlin.Result;
- var Throwable = Error;
- var createFailure = _.kotlin.createFailure_tcv7n7$;
- return function ($receiver, transform) {
- var tmp$;
- var exception = $receiver.exceptionOrNull();
- if (exception == null)
- tmp$ = $receiver;
- else {
- var tmp$_0;
- try {
- tmp$_0 = new Result(transform(exception));
- } catch (e) {
- if (Kotlin.isType(e, Throwable)) {
- tmp$_0 = new Result(createFailure(e));
- } else
- throw e;
- }
- tmp$ = tmp$_0;
- }
- return tmp$;
- };
- }));
- var onFailure = defineInlineFunction('kotlin.kotlin.onFailure_peshbw$', function ($receiver, action) {
- var tmp$;
- if ((tmp$ = $receiver.exceptionOrNull()) != null) {
- action(tmp$);
- }return $receiver;
- });
- var onSuccess = defineInlineFunction('kotlin.kotlin.onSuccess_3t3bof$', wrapFunction(function () {
- var Any = Object;
- var throwCCE = Kotlin.throwCCE;
- return function ($receiver, action) {
- var tmp$;
- if ($receiver.isSuccess) {
- action((tmp$ = $receiver.value) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE());
- }return $receiver;
- };
- }));
- function NotImplementedError(message) {
- if (message === void 0)
- message = 'An operation is not implemented.';
- Error_init_0(message, this);
- this.name = 'NotImplementedError';
- }
- NotImplementedError.$metadata$ = {kind: Kind_CLASS, simpleName: 'NotImplementedError', interfaces: [Error_0]};
- var TODO = defineInlineFunction('kotlin.kotlin.TODO', wrapFunction(function () {
- var NotImplementedError_init = _.kotlin.NotImplementedError;
- return function () {
- throw new NotImplementedError_init();
- };
- }));
- var TODO_0 = defineInlineFunction('kotlin.kotlin.TODO_61zpoe$', wrapFunction(function () {
- var NotImplementedError_init = _.kotlin.NotImplementedError;
- return function (reason) {
- throw new NotImplementedError_init('An operation is not implemented: ' + reason);
- };
- }));
- var run = defineInlineFunction('kotlin.kotlin.run_klfg04$', function (block) {
- return block();
- });
- var run_0 = defineInlineFunction('kotlin.kotlin.run_96jf0l$', function ($receiver, block) {
- return block($receiver);
- });
- var with_0 = defineInlineFunction('kotlin.kotlin.with_ywwgyq$', function (receiver, block) {
- return block(receiver);
- });
- var apply = defineInlineFunction('kotlin.kotlin.apply_9bxh2u$', function ($receiver, block) {
- block($receiver);
- return $receiver;
- });
- var also = defineInlineFunction('kotlin.kotlin.also_9bxh2u$', function ($receiver, block) {
- block($receiver);
- return $receiver;
- });
- var let_0 = defineInlineFunction('kotlin.kotlin.let_96jf0l$', function ($receiver, block) {
- return block($receiver);
- });
- var takeIf = defineInlineFunction('kotlin.kotlin.takeIf_ujn5f2$', function ($receiver, predicate) {
- return predicate($receiver) ? $receiver : null;
- });
- var takeUnless = defineInlineFunction('kotlin.kotlin.takeUnless_ujn5f2$', function ($receiver, predicate) {
- return !predicate($receiver) ? $receiver : null;
- });
- var repeat_0 = defineInlineFunction('kotlin.kotlin.repeat_8b5ljp$', function (times, action) {
- for (var index = 0; index < times; index++) {
- action(index);
- }
- });
- var suspend = defineInlineFunction('kotlin.kotlin.suspend_lnyleu$', function (block) {
- return block;
- });
- function Pair(first, second) {
- this.first = first;
- this.second = second;
- }
- Pair.prototype.toString = function () {
- return '(' + this.first + ', ' + this.second + ')';
- };
- Pair.$metadata$ = {kind: Kind_CLASS, simpleName: 'Pair', interfaces: [Serializable]};
- Pair.prototype.component1 = function () {
- return this.first;
- };
- Pair.prototype.component2 = function () {
- return this.second;
- };
- Pair.prototype.copy_xwzc9p$ = function (first, second) {
- return new Pair(first === void 0 ? this.first : first, second === void 0 ? this.second : second);
- };
- Pair.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.first) | 0;
- result = result * 31 + Kotlin.hashCode(this.second) | 0;
- return result;
- };
- Pair.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.first, other.first) && Kotlin.equals(this.second, other.second)))));
- };
- function to($receiver, that) {
- return new Pair($receiver, that);
- }
- function toList_12($receiver) {
- return listOf_0([$receiver.first, $receiver.second]);
- }
- function Triple(first, second, third) {
- this.first = first;
- this.second = second;
- this.third = third;
- }
- Triple.prototype.toString = function () {
- return '(' + this.first + ', ' + this.second + ', ' + this.third + ')';
- };
- Triple.$metadata$ = {kind: Kind_CLASS, simpleName: 'Triple', interfaces: [Serializable]};
- Triple.prototype.component1 = function () {
- return this.first;
- };
- Triple.prototype.component2 = function () {
- return this.second;
- };
- Triple.prototype.component3 = function () {
- return this.third;
- };
- Triple.prototype.copy_1llc0w$ = function (first, second, third) {
- return new Triple(first === void 0 ? this.first : first, second === void 0 ? this.second : second, third === void 0 ? this.third : third);
- };
- Triple.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.first) | 0;
- result = result * 31 + Kotlin.hashCode(this.second) | 0;
- result = result * 31 + Kotlin.hashCode(this.third) | 0;
- return result;
- };
- Triple.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.first, other.first) && Kotlin.equals(this.second, other.second) && Kotlin.equals(this.third, other.third)))));
- };
- function toList_13($receiver) {
- return listOf_0([$receiver.first, $receiver.second, $receiver.third]);
- }
- function UByte(data) {
- UByte$Companion_getInstance();
- this.data = data;
- }
- function UByte$Companion() {
- UByte$Companion_instance = this;
- this.MIN_VALUE = new UByte(0);
- this.MAX_VALUE = new UByte(-1 | 0);
- this.SIZE_BYTES = 1;
- this.SIZE_BITS = 8;
- }
- UByte$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var UByte$Companion_instance = null;
- function UByte$Companion_getInstance() {
- if (UByte$Companion_instance === null) {
- new UByte$Companion();
- }return UByte$Companion_instance;
- }
- UByte.prototype.compareTo_11rb$ = defineInlineFunction('kotlin.kotlin.UByte.compareTo_11rb$', function (other) {
- return Kotlin.primitiveCompareTo(this.data & 255, other.data & 255);
- });
- UByte.prototype.compareTo_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UByte.compareTo_6hrhkk$', function (other) {
- return Kotlin.primitiveCompareTo(this.data & 255, other.data & 65535);
- });
- UByte.prototype.compareTo_s87ys9$ = defineInlineFunction('kotlin.kotlin.UByte.compareTo_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintCompare = _.kotlin.uintCompare_vux9f0$;
- return function (other) {
- return uintCompare((new UInt_init(this.data & 255)).data, other.data);
- };
- }));
- UByte.prototype.compareTo_mpgczg$ = defineInlineFunction('kotlin.kotlin.UByte.compareTo_mpgczg$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- var ulongCompare = _.kotlin.ulongCompare_3pjtqy$;
- return function (other) {
- return ulongCompare((new ULong_init(Kotlin.Long.fromInt(this.data).and(L255))).data, other.data);
- };
- }));
- UByte.prototype.plus_mpmjao$ = defineInlineFunction('kotlin.kotlin.UByte.plus_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 255)).data + (new UInt_init(other.data & 255)).data | 0);
- };
- }));
- UByte.prototype.plus_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UByte.plus_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 255)).data + (new UInt_init(other.data & 65535)).data | 0);
- };
- }));
- UByte.prototype.plus_s87ys9$ = defineInlineFunction('kotlin.kotlin.UByte.plus_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 255)).data + other.data | 0);
- };
- }));
- UByte.prototype.plus_mpgczg$ = defineInlineFunction('kotlin.kotlin.UByte.plus_mpgczg$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init((new ULong_init(Kotlin.Long.fromInt(this.data).and(L255))).data.add(other.data));
- };
- }));
- UByte.prototype.minus_mpmjao$ = defineInlineFunction('kotlin.kotlin.UByte.minus_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 255)).data - (new UInt_init(other.data & 255)).data | 0);
- };
- }));
- UByte.prototype.minus_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UByte.minus_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 255)).data - (new UInt_init(other.data & 65535)).data | 0);
- };
- }));
- UByte.prototype.minus_s87ys9$ = defineInlineFunction('kotlin.kotlin.UByte.minus_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 255)).data - other.data | 0);
- };
- }));
- UByte.prototype.minus_mpgczg$ = defineInlineFunction('kotlin.kotlin.UByte.minus_mpgczg$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init((new ULong_init(Kotlin.Long.fromInt(this.data).and(L255))).data.subtract(other.data));
- };
- }));
- UByte.prototype.times_mpmjao$ = defineInlineFunction('kotlin.kotlin.UByte.times_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(Kotlin.imul((new UInt_init(this.data & 255)).data, (new UInt_init(other.data & 255)).data));
- };
- }));
- UByte.prototype.times_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UByte.times_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(Kotlin.imul((new UInt_init(this.data & 255)).data, (new UInt_init(other.data & 65535)).data));
- };
- }));
- UByte.prototype.times_s87ys9$ = defineInlineFunction('kotlin.kotlin.UByte.times_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(Kotlin.imul((new UInt_init(this.data & 255)).data, other.data));
- };
- }));
- UByte.prototype.times_mpgczg$ = defineInlineFunction('kotlin.kotlin.UByte.times_mpgczg$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init((new ULong_init(Kotlin.Long.fromInt(this.data).and(L255))).data.multiply(other.data));
- };
- }));
- UByte.prototype.div_mpmjao$ = defineInlineFunction('kotlin.kotlin.UByte.div_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintDivide = _.kotlin.uintDivide_oqfnby$;
- return function (other) {
- return uintDivide(new UInt_init(this.data & 255), new UInt_init(other.data & 255));
- };
- }));
- UByte.prototype.div_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UByte.div_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintDivide = _.kotlin.uintDivide_oqfnby$;
- return function (other) {
- return uintDivide(new UInt_init(this.data & 255), new UInt_init(other.data & 65535));
- };
- }));
- UByte.prototype.div_s87ys9$ = defineInlineFunction('kotlin.kotlin.UByte.div_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintDivide = _.kotlin.uintDivide_oqfnby$;
- return function (other) {
- return uintDivide(new UInt_init(this.data & 255), other);
- };
- }));
- UByte.prototype.div_mpgczg$ = defineInlineFunction('kotlin.kotlin.UByte.div_mpgczg$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- var ulongDivide = _.kotlin.ulongDivide_jpm79w$;
- return function (other) {
- return ulongDivide(new ULong_init(Kotlin.Long.fromInt(this.data).and(L255)), other);
- };
- }));
- UByte.prototype.rem_mpmjao$ = defineInlineFunction('kotlin.kotlin.UByte.rem_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintRemainder = _.kotlin.uintRemainder_oqfnby$;
- return function (other) {
- return uintRemainder(new UInt_init(this.data & 255), new UInt_init(other.data & 255));
- };
- }));
- UByte.prototype.rem_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UByte.rem_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintRemainder = _.kotlin.uintRemainder_oqfnby$;
- return function (other) {
- return uintRemainder(new UInt_init(this.data & 255), new UInt_init(other.data & 65535));
- };
- }));
- UByte.prototype.rem_s87ys9$ = defineInlineFunction('kotlin.kotlin.UByte.rem_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintRemainder = _.kotlin.uintRemainder_oqfnby$;
- return function (other) {
- return uintRemainder(new UInt_init(this.data & 255), other);
- };
- }));
- UByte.prototype.rem_mpgczg$ = defineInlineFunction('kotlin.kotlin.UByte.rem_mpgczg$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- var ulongRemainder = _.kotlin.ulongRemainder_jpm79w$;
- return function (other) {
- return ulongRemainder(new ULong_init(Kotlin.Long.fromInt(this.data).and(L255)), other);
- };
- }));
- UByte.prototype.inc = defineInlineFunction('kotlin.kotlin.UByte.inc', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- var UByte_init = _.kotlin.UByte;
- return function () {
- return new UByte_init(toByte(this.data + 1));
- };
- }));
- UByte.prototype.dec = defineInlineFunction('kotlin.kotlin.UByte.dec', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- var UByte_init = _.kotlin.UByte;
- return function () {
- return new UByte_init(toByte(this.data - 1));
- };
- }));
- UByte.prototype.rangeTo_mpmjao$ = defineInlineFunction('kotlin.kotlin.UByte.rangeTo_mpmjao$', wrapFunction(function () {
- var UIntRange_init = _.kotlin.ranges.UIntRange;
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UIntRange_init(new UInt_init(this.data & 255), new UInt_init(other.data & 255));
- };
- }));
- UByte.prototype.and_mpmjao$ = defineInlineFunction('kotlin.kotlin.UByte.and_mpmjao$', wrapFunction(function () {
- var UByte_init = _.kotlin.UByte;
- var toByte = Kotlin.toByte;
- return function (other) {
- return new UByte_init(toByte(this.data & other.data));
- };
- }));
- UByte.prototype.or_mpmjao$ = defineInlineFunction('kotlin.kotlin.UByte.or_mpmjao$', wrapFunction(function () {
- var UByte_init = _.kotlin.UByte;
- var toByte = Kotlin.toByte;
- return function (other) {
- return new UByte_init(toByte(this.data | other.data));
- };
- }));
- UByte.prototype.xor_mpmjao$ = defineInlineFunction('kotlin.kotlin.UByte.xor_mpmjao$', wrapFunction(function () {
- var UByte_init = _.kotlin.UByte;
- var toByte = Kotlin.toByte;
- return function (other) {
- return new UByte_init(toByte(this.data ^ other.data));
- };
- }));
- UByte.prototype.inv = defineInlineFunction('kotlin.kotlin.UByte.inv', wrapFunction(function () {
- var UByte_init = _.kotlin.UByte;
- var toByte = Kotlin.toByte;
- return function () {
- return new UByte_init(toByte(~this.data));
- };
- }));
- UByte.prototype.toByte = defineInlineFunction('kotlin.kotlin.UByte.toByte', function () {
- return this.data;
- });
- UByte.prototype.toShort = defineInlineFunction('kotlin.kotlin.UByte.toShort', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- return function () {
- return toShort(this.data & 255);
- };
- }));
- UByte.prototype.toInt = defineInlineFunction('kotlin.kotlin.UByte.toInt', function () {
- return this.data & 255;
- });
- UByte.prototype.toLong = defineInlineFunction('kotlin.kotlin.UByte.toLong', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- return function () {
- return Kotlin.Long.fromInt(this.data).and(L255);
- };
- }));
- UByte.prototype.toUByte = defineInlineFunction('kotlin.kotlin.UByte.toUByte', function () {
- return this;
- });
- UByte.prototype.toUShort = defineInlineFunction('kotlin.kotlin.UByte.toUShort', wrapFunction(function () {
- var UShort_init = _.kotlin.UShort;
- var toShort = Kotlin.toShort;
- return function () {
- return new UShort_init(toShort(this.data & 255));
- };
- }));
- UByte.prototype.toUInt = defineInlineFunction('kotlin.kotlin.UByte.toUInt', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function () {
- return new UInt_init(this.data & 255);
- };
- }));
- UByte.prototype.toULong = defineInlineFunction('kotlin.kotlin.UByte.toULong', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- return function () {
- return new ULong_init(Kotlin.Long.fromInt(this.data).and(L255));
- };
- }));
- UByte.prototype.toFloat = defineInlineFunction('kotlin.kotlin.UByte.toFloat', function () {
- return this.data & 255;
- });
- UByte.prototype.toDouble = defineInlineFunction('kotlin.kotlin.UByte.toDouble', function () {
- return this.data & 255;
- });
- UByte.prototype.toString = function () {
- return (this.data & 255).toString();
- };
- UByte.$metadata$ = {kind: Kind_CLASS, simpleName: 'UByte', interfaces: [Comparable]};
- UByte.prototype.unbox = function () {
- return this.data;
- };
- UByte.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.data) | 0;
- return result;
- };
- UByte.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && Kotlin.equals(this.data, other.data))));
- };
- var toUByte = defineInlineFunction('kotlin.kotlin.toUByte_mz3mee$', wrapFunction(function () {
- var UByte_init = _.kotlin.UByte;
- return function ($receiver) {
- return new UByte_init($receiver);
- };
- }));
- var toUByte_0 = defineInlineFunction('kotlin.kotlin.toUByte_5vcgdc$', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- var UByte_init = _.kotlin.UByte;
- return function ($receiver) {
- return new UByte_init(toByte($receiver));
- };
- }));
- var toUByte_1 = defineInlineFunction('kotlin.kotlin.toUByte_s8ev3n$', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- var UByte_init = _.kotlin.UByte;
- return function ($receiver) {
- return new UByte_init(toByte($receiver));
- };
- }));
- var toUByte_2 = defineInlineFunction('kotlin.kotlin.toUByte_mts6qi$', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- var UByte_init = _.kotlin.UByte;
- return function ($receiver) {
- return new UByte_init(toByte($receiver.toInt()));
- };
- }));
- function UByteArray(storage) {
- this.storage = storage;
- }
- UByteArray.prototype.get_za3lpa$ = function (index) {
- return new UByte(this.storage[index]);
- };
- UByteArray.prototype.set_2c6cbe$ = function (index, value) {
- this.storage[index] = value.data;
- };
- Object.defineProperty(UByteArray.prototype, 'size', {configurable: true, get: function () {
- return this.storage.length;
- }});
- UByteArray.prototype.iterator = function () {
- return new UByteArray$Iterator(this.storage);
- };
- function UByteArray$Iterator(array) {
- UByteIterator.call(this);
- this.array_0 = array;
- this.index_0 = 0;
- }
- UByteArray$Iterator.prototype.hasNext = function () {
- return this.index_0 < this.array_0.length;
- };
- UByteArray$Iterator.prototype.nextUByte = function () {
- var tmp$;
- if (this.index_0 < this.array_0.length) {
- return new UByte(this.array_0[tmp$ = this.index_0, this.index_0 = tmp$ + 1 | 0, tmp$]);
- } else
- throw new NoSuchElementException(this.index_0.toString());
- };
- UByteArray$Iterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'Iterator', interfaces: [UByteIterator]};
- UByteArray.prototype.contains_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), UByte))
- return false;
- return contains_0(this.storage, element.data);
- };
- UByteArray.prototype.containsAll_brywnq$ = function (elements) {
- var tmp$;
- var $receiver = Kotlin.isType(tmp$ = elements, Collection) ? tmp$ : throwCCE_0();
- var all$result;
- all$break: do {
- var tmp$_0;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty()) {
- all$result = true;
- break all$break;
- }tmp$_0 = $receiver.iterator();
- while (tmp$_0.hasNext()) {
- var element = tmp$_0.next();
- var tmp$_1 = Kotlin.isType(element, UByte);
- if (tmp$_1) {
- tmp$_1 = contains_0(this.storage, element.data);
- }if (!tmp$_1) {
- all$result = false;
- break all$break;
- }}
- all$result = true;
- }
- while (false);
- return all$result;
- };
- UByteArray.prototype.isEmpty = function () {
- return this.storage.length === 0;
- };
- UByteArray.$metadata$ = {kind: Kind_CLASS, simpleName: 'UByteArray', interfaces: [Collection]};
- function UByteArray_init(size, $this) {
- $this = $this || Object.create(UByteArray.prototype);
- UByteArray.call($this, new Int8Array(size));
- return $this;
- }
- UByteArray.prototype.unbox = function () {
- return this.storage;
- };
- UByteArray.prototype.toString = function () {
- return 'UByteArray(storage=' + Kotlin.toString(this.storage) + ')';
- };
- UByteArray.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.storage) | 0;
- return result;
- };
- UByteArray.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && Kotlin.equals(this.storage, other.storage))));
- };
- var UByteArray_0 = defineInlineFunction('kotlin.kotlin.UByteArray_r6jda2$', wrapFunction(function () {
- var UByteArray_init = _.kotlin.UByteArray;
- function UByteArray$lambda(closure$init) {
- return function (index) {
- return closure$init(index).data;
- };
- }
- return function (size, init) {
- return new UByteArray_init(Kotlin.fillArray(new Int8Array(size), UByteArray$lambda(init)));
- };
- }));
- var ubyteArrayOf = defineInlineFunction('kotlin.kotlin.ubyteArrayOf_heqmip$', function (elements) {
- return elements;
- });
- function UInt(data) {
- UInt$Companion_getInstance();
- this.data = data;
- }
- function UInt$Companion() {
- UInt$Companion_instance = this;
- this.MIN_VALUE = new UInt(0);
- this.MAX_VALUE = new UInt(-1);
- this.SIZE_BYTES = 4;
- this.SIZE_BITS = 32;
- }
- UInt$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var UInt$Companion_instance = null;
- function UInt$Companion_getInstance() {
- if (UInt$Companion_instance === null) {
- new UInt$Companion();
- }return UInt$Companion_instance;
- }
- UInt.prototype.compareTo_mpmjao$ = defineInlineFunction('kotlin.kotlin.UInt.compareTo_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintCompare = _.kotlin.uintCompare_vux9f0$;
- return function (other) {
- return uintCompare(this.data, (new UInt_init(other.data & 255)).data);
- };
- }));
- UInt.prototype.compareTo_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UInt.compareTo_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintCompare = _.kotlin.uintCompare_vux9f0$;
- return function (other) {
- return uintCompare(this.data, (new UInt_init(other.data & 65535)).data);
- };
- }));
- UInt.prototype.compareTo_11rb$ = defineInlineFunction('kotlin.kotlin.UInt.compareTo_11rb$', wrapFunction(function () {
- var uintCompare = _.kotlin.uintCompare_vux9f0$;
- return function (other) {
- return uintCompare(this.data, other.data);
- };
- }));
- UInt.prototype.compareTo_mpgczg$ = defineInlineFunction('kotlin.kotlin.UInt.compareTo_mpgczg$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- var ulongCompare = _.kotlin.ulongCompare_3pjtqy$;
- return function (other) {
- return ulongCompare((new ULong_init(Kotlin.Long.fromInt(this.data).and(L4294967295))).data, other.data);
- };
- }));
- UInt.prototype.plus_mpmjao$ = defineInlineFunction('kotlin.kotlin.UInt.plus_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(this.data + (new UInt_init(other.data & 255)).data | 0);
- };
- }));
- UInt.prototype.plus_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UInt.plus_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(this.data + (new UInt_init(other.data & 65535)).data | 0);
- };
- }));
- UInt.prototype.plus_s87ys9$ = defineInlineFunction('kotlin.kotlin.UInt.plus_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(this.data + other.data | 0);
- };
- }));
- UInt.prototype.plus_mpgczg$ = defineInlineFunction('kotlin.kotlin.UInt.plus_mpgczg$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init((new ULong_init(Kotlin.Long.fromInt(this.data).and(L4294967295))).data.add(other.data));
- };
- }));
- UInt.prototype.minus_mpmjao$ = defineInlineFunction('kotlin.kotlin.UInt.minus_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(this.data - (new UInt_init(other.data & 255)).data | 0);
- };
- }));
- UInt.prototype.minus_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UInt.minus_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(this.data - (new UInt_init(other.data & 65535)).data | 0);
- };
- }));
- UInt.prototype.minus_s87ys9$ = defineInlineFunction('kotlin.kotlin.UInt.minus_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(this.data - other.data | 0);
- };
- }));
- UInt.prototype.minus_mpgczg$ = defineInlineFunction('kotlin.kotlin.UInt.minus_mpgczg$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init((new ULong_init(Kotlin.Long.fromInt(this.data).and(L4294967295))).data.subtract(other.data));
- };
- }));
- UInt.prototype.times_mpmjao$ = defineInlineFunction('kotlin.kotlin.UInt.times_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(Kotlin.imul(this.data, (new UInt_init(other.data & 255)).data));
- };
- }));
- UInt.prototype.times_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UInt.times_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(Kotlin.imul(this.data, (new UInt_init(other.data & 65535)).data));
- };
- }));
- UInt.prototype.times_s87ys9$ = defineInlineFunction('kotlin.kotlin.UInt.times_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(Kotlin.imul(this.data, other.data));
- };
- }));
- UInt.prototype.times_mpgczg$ = defineInlineFunction('kotlin.kotlin.UInt.times_mpgczg$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init((new ULong_init(Kotlin.Long.fromInt(this.data).and(L4294967295))).data.multiply(other.data));
- };
- }));
- UInt.prototype.div_mpmjao$ = defineInlineFunction('kotlin.kotlin.UInt.div_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintDivide = _.kotlin.uintDivide_oqfnby$;
- return function (other) {
- return uintDivide(this, new UInt_init(other.data & 255));
- };
- }));
- UInt.prototype.div_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UInt.div_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintDivide = _.kotlin.uintDivide_oqfnby$;
- return function (other) {
- return uintDivide(this, new UInt_init(other.data & 65535));
- };
- }));
- UInt.prototype.div_s87ys9$ = defineInlineFunction('kotlin.kotlin.UInt.div_s87ys9$', wrapFunction(function () {
- var uintDivide = _.kotlin.uintDivide_oqfnby$;
- return function (other) {
- return uintDivide(this, other);
- };
- }));
- UInt.prototype.div_mpgczg$ = defineInlineFunction('kotlin.kotlin.UInt.div_mpgczg$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- var ulongDivide = _.kotlin.ulongDivide_jpm79w$;
- return function (other) {
- return ulongDivide(new ULong_init(Kotlin.Long.fromInt(this.data).and(L4294967295)), other);
- };
- }));
- UInt.prototype.rem_mpmjao$ = defineInlineFunction('kotlin.kotlin.UInt.rem_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintRemainder = _.kotlin.uintRemainder_oqfnby$;
- return function (other) {
- return uintRemainder(this, new UInt_init(other.data & 255));
- };
- }));
- UInt.prototype.rem_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UInt.rem_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintRemainder = _.kotlin.uintRemainder_oqfnby$;
- return function (other) {
- return uintRemainder(this, new UInt_init(other.data & 65535));
- };
- }));
- UInt.prototype.rem_s87ys9$ = defineInlineFunction('kotlin.kotlin.UInt.rem_s87ys9$', wrapFunction(function () {
- var uintRemainder = _.kotlin.uintRemainder_oqfnby$;
- return function (other) {
- return uintRemainder(this, other);
- };
- }));
- UInt.prototype.rem_mpgczg$ = defineInlineFunction('kotlin.kotlin.UInt.rem_mpgczg$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- var ulongRemainder = _.kotlin.ulongRemainder_jpm79w$;
- return function (other) {
- return ulongRemainder(new ULong_init(Kotlin.Long.fromInt(this.data).and(L4294967295)), other);
- };
- }));
- UInt.prototype.inc = defineInlineFunction('kotlin.kotlin.UInt.inc', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function () {
- return new UInt_init(this.data + 1 | 0);
- };
- }));
- UInt.prototype.dec = defineInlineFunction('kotlin.kotlin.UInt.dec', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function () {
- return new UInt_init(this.data - 1 | 0);
- };
- }));
- UInt.prototype.rangeTo_s87ys9$ = defineInlineFunction('kotlin.kotlin.UInt.rangeTo_s87ys9$', wrapFunction(function () {
- var UIntRange_init = _.kotlin.ranges.UIntRange;
- return function (other) {
- return new UIntRange_init(this, other);
- };
- }));
- UInt.prototype.shl_za3lpa$ = defineInlineFunction('kotlin.kotlin.UInt.shl_za3lpa$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (bitCount) {
- return new UInt_init(this.data << bitCount);
- };
- }));
- UInt.prototype.shr_za3lpa$ = defineInlineFunction('kotlin.kotlin.UInt.shr_za3lpa$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (bitCount) {
- return new UInt_init(this.data >>> bitCount);
- };
- }));
- UInt.prototype.and_s87ys9$ = defineInlineFunction('kotlin.kotlin.UInt.and_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(this.data & other.data);
- };
- }));
- UInt.prototype.or_s87ys9$ = defineInlineFunction('kotlin.kotlin.UInt.or_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(this.data | other.data);
- };
- }));
- UInt.prototype.xor_s87ys9$ = defineInlineFunction('kotlin.kotlin.UInt.xor_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(this.data ^ other.data);
- };
- }));
- UInt.prototype.inv = defineInlineFunction('kotlin.kotlin.UInt.inv', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function () {
- return new UInt_init(~this.data);
- };
- }));
- UInt.prototype.toByte = defineInlineFunction('kotlin.kotlin.UInt.toByte', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- return function () {
- return toByte(this.data);
- };
- }));
- UInt.prototype.toShort = defineInlineFunction('kotlin.kotlin.UInt.toShort', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- return function () {
- return toShort(this.data);
- };
- }));
- UInt.prototype.toInt = defineInlineFunction('kotlin.kotlin.UInt.toInt', function () {
- return this.data;
- });
- UInt.prototype.toLong = defineInlineFunction('kotlin.kotlin.UInt.toLong', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- return function () {
- return Kotlin.Long.fromInt(this.data).and(L4294967295);
- };
- }));
- UInt.prototype.toUByte = defineInlineFunction('kotlin.kotlin.UInt.toUByte', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- var UByte_init = _.kotlin.UByte;
- return function () {
- return new UByte_init(toByte(this.data));
- };
- }));
- UInt.prototype.toUShort = defineInlineFunction('kotlin.kotlin.UInt.toUShort', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- var UShort_init = _.kotlin.UShort;
- return function () {
- return new UShort_init(toShort(this.data));
- };
- }));
- UInt.prototype.toUInt = defineInlineFunction('kotlin.kotlin.UInt.toUInt', function () {
- return this;
- });
- UInt.prototype.toULong = defineInlineFunction('kotlin.kotlin.UInt.toULong', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- return function () {
- return new ULong_init(Kotlin.Long.fromInt(this.data).and(L4294967295));
- };
- }));
- UInt.prototype.toFloat = defineInlineFunction('kotlin.kotlin.UInt.toFloat', wrapFunction(function () {
- var uintToDouble = _.kotlin.uintToDouble_za3lpa$;
- return function () {
- return uintToDouble(this.data);
- };
- }));
- UInt.prototype.toDouble = defineInlineFunction('kotlin.kotlin.UInt.toDouble', wrapFunction(function () {
- var uintToDouble = _.kotlin.uintToDouble_za3lpa$;
- return function () {
- return uintToDouble(this.data);
- };
- }));
- UInt.prototype.toString = function () {
- return Kotlin.Long.fromInt(this.data).and(L4294967295).toString();
- };
- UInt.$metadata$ = {kind: Kind_CLASS, simpleName: 'UInt', interfaces: [Comparable]};
- UInt.prototype.unbox = function () {
- return this.data;
- };
- UInt.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.data) | 0;
- return result;
- };
- UInt.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && Kotlin.equals(this.data, other.data))));
- };
- var toUInt = defineInlineFunction('kotlin.kotlin.toUInt_mz3mee$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver) {
- return new UInt_init($receiver);
- };
- }));
- var toUInt_0 = defineInlineFunction('kotlin.kotlin.toUInt_5vcgdc$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver) {
- return new UInt_init($receiver);
- };
- }));
- var toUInt_1 = defineInlineFunction('kotlin.kotlin.toUInt_s8ev3n$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver) {
- return new UInt_init($receiver);
- };
- }));
- var toUInt_2 = defineInlineFunction('kotlin.kotlin.toUInt_mts6qi$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function ($receiver) {
- return new UInt_init($receiver.toInt());
- };
- }));
- var toUInt_3 = defineInlineFunction('kotlin.kotlin.toUInt_81szk$', wrapFunction(function () {
- var doubleToUInt = _.kotlin.doubleToUInt_14dthe$;
- return function ($receiver) {
- return doubleToUInt($receiver);
- };
- }));
- var toUInt_4 = defineInlineFunction('kotlin.kotlin.toUInt_yrwdxr$', wrapFunction(function () {
- var doubleToUInt = _.kotlin.doubleToUInt_14dthe$;
- return function ($receiver) {
- return doubleToUInt($receiver);
- };
- }));
- function UIntArray(storage) {
- this.storage = storage;
- }
- UIntArray.prototype.get_za3lpa$ = function (index) {
- return new UInt(this.storage[index]);
- };
- UIntArray.prototype.set_6sqrdv$ = function (index, value) {
- this.storage[index] = value.data;
- };
- Object.defineProperty(UIntArray.prototype, 'size', {configurable: true, get: function () {
- return this.storage.length;
- }});
- UIntArray.prototype.iterator = function () {
- return new UIntArray$Iterator(this.storage);
- };
- function UIntArray$Iterator(array) {
- UIntIterator.call(this);
- this.array_0 = array;
- this.index_0 = 0;
- }
- UIntArray$Iterator.prototype.hasNext = function () {
- return this.index_0 < this.array_0.length;
- };
- UIntArray$Iterator.prototype.nextUInt = function () {
- var tmp$;
- if (this.index_0 < this.array_0.length) {
- return new UInt(this.array_0[tmp$ = this.index_0, this.index_0 = tmp$ + 1 | 0, tmp$]);
- } else
- throw new NoSuchElementException(this.index_0.toString());
- };
- UIntArray$Iterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'Iterator', interfaces: [UIntIterator]};
- UIntArray.prototype.contains_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), UInt))
- return false;
- return contains_2(this.storage, element.data);
- };
- UIntArray.prototype.containsAll_brywnq$ = function (elements) {
- var tmp$;
- var $receiver = Kotlin.isType(tmp$ = elements, Collection) ? tmp$ : throwCCE_0();
- var all$result;
- all$break: do {
- var tmp$_0;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty()) {
- all$result = true;
- break all$break;
- }tmp$_0 = $receiver.iterator();
- while (tmp$_0.hasNext()) {
- var element = tmp$_0.next();
- var tmp$_1 = Kotlin.isType(element, UInt);
- if (tmp$_1) {
- tmp$_1 = contains_2(this.storage, element.data);
- }if (!tmp$_1) {
- all$result = false;
- break all$break;
- }}
- all$result = true;
- }
- while (false);
- return all$result;
- };
- UIntArray.prototype.isEmpty = function () {
- return this.storage.length === 0;
- };
- UIntArray.$metadata$ = {kind: Kind_CLASS, simpleName: 'UIntArray', interfaces: [Collection]};
- function UIntArray_init(size, $this) {
- $this = $this || Object.create(UIntArray.prototype);
- UIntArray.call($this, new Int32Array(size));
- return $this;
- }
- UIntArray.prototype.unbox = function () {
- return this.storage;
- };
- UIntArray.prototype.toString = function () {
- return 'UIntArray(storage=' + Kotlin.toString(this.storage) + ')';
- };
- UIntArray.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.storage) | 0;
- return result;
- };
- UIntArray.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && Kotlin.equals(this.storage, other.storage))));
- };
- var UIntArray_0 = defineInlineFunction('kotlin.kotlin.UIntArray_8ai2qn$', wrapFunction(function () {
- var UIntArray_init = _.kotlin.UIntArray;
- function UIntArray$lambda(closure$init) {
- return function (index) {
- return closure$init(index).data;
- };
- }
- return function (size, init) {
- return new UIntArray_init(Kotlin.fillArray(new Int32Array(size), UIntArray$lambda(init)));
- };
- }));
- var uintArrayOf = defineInlineFunction('kotlin.kotlin.uintArrayOf_b6v1wk$', function (elements) {
- return elements;
- });
- function UIntRange(start, endInclusive) {
- UIntRange$Companion_getInstance();
- UIntProgression.call(this, start, endInclusive, 1);
- }
- Object.defineProperty(UIntRange.prototype, 'start', {configurable: true, get: function () {
- return this.first;
- }});
- Object.defineProperty(UIntRange.prototype, 'endInclusive', {configurable: true, get: function () {
- return this.last;
- }});
- UIntRange.prototype.contains_mef7kx$ = function (value) {
- var tmp$ = uintCompare(this.first.data, value.data) <= 0;
- if (tmp$) {
- tmp$ = uintCompare(value.data, this.last.data) <= 0;
- }return tmp$;
- };
- UIntRange.prototype.isEmpty = function () {
- return uintCompare(this.first.data, this.last.data) > 0;
- };
- UIntRange.prototype.equals = function (other) {
- var tmp$, tmp$_0;
- return Kotlin.isType(other, UIntRange) && (this.isEmpty() && other.isEmpty() || (((tmp$ = this.first) != null ? tmp$.equals(other.first) : null) && ((tmp$_0 = this.last) != null ? tmp$_0.equals(other.last) : null)));
- };
- UIntRange.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : (31 * this.first.data | 0) + this.last.data | 0;
- };
- UIntRange.prototype.toString = function () {
- return this.first.toString() + '..' + this.last;
- };
- function UIntRange$Companion() {
- UIntRange$Companion_instance = this;
- this.EMPTY = new UIntRange(UInt$Companion_getInstance().MAX_VALUE, UInt$Companion_getInstance().MIN_VALUE);
- }
- UIntRange$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var UIntRange$Companion_instance = null;
- function UIntRange$Companion_getInstance() {
- if (UIntRange$Companion_instance === null) {
- new UIntRange$Companion();
- }return UIntRange$Companion_instance;
- }
- UIntRange.$metadata$ = {kind: Kind_CLASS, simpleName: 'UIntRange', interfaces: [ClosedRange, UIntProgression]};
- function UIntProgression(start, endInclusive, step) {
- UIntProgression$Companion_getInstance();
- if (step === 0)
- throw IllegalArgumentException_init_0('Step must be non-zero.');
- if (step === -2147483648)
- throw IllegalArgumentException_init_0('Step must be greater than Int.MIN_VALUE to avoid overflow on negation.');
- this.first = start;
- this.last = getProgressionLastElement_1(start, endInclusive, step);
- this.step = step;
- }
- UIntProgression.prototype.iterator = function () {
- return new UIntProgressionIterator(this.first, this.last, this.step);
- };
- UIntProgression.prototype.isEmpty = function () {
- return this.step > 0 ? uintCompare(this.first.data, this.last.data) > 0 : uintCompare(this.first.data, this.last.data) < 0;
- };
- UIntProgression.prototype.equals = function (other) {
- var tmp$, tmp$_0;
- return Kotlin.isType(other, UIntProgression) && (this.isEmpty() && other.isEmpty() || (((tmp$ = this.first) != null ? tmp$.equals(other.first) : null) && ((tmp$_0 = this.last) != null ? tmp$_0.equals(other.last) : null) && this.step === other.step));
- };
- UIntProgression.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : (31 * ((31 * this.first.data | 0) + this.last.data | 0) | 0) + this.step | 0;
- };
- UIntProgression.prototype.toString = function () {
- return this.step > 0 ? this.first.toString() + '..' + this.last + ' step ' + this.step : this.first.toString() + ' downTo ' + this.last + ' step ' + (-this.step | 0);
- };
- function UIntProgression$Companion() {
- UIntProgression$Companion_instance = this;
- }
- UIntProgression$Companion.prototype.fromClosedRange_fjk8us$ = function (rangeStart, rangeEnd, step) {
- return new UIntProgression(rangeStart, rangeEnd, step);
- };
- UIntProgression$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var UIntProgression$Companion_instance = null;
- function UIntProgression$Companion_getInstance() {
- if (UIntProgression$Companion_instance === null) {
- new UIntProgression$Companion();
- }return UIntProgression$Companion_instance;
- }
- UIntProgression.$metadata$ = {kind: Kind_CLASS, simpleName: 'UIntProgression', interfaces: [Iterable]};
- function UIntProgressionIterator(first, last, step) {
- UIntIterator.call(this);
- this.finalElement_0 = last;
- this.hasNext_0 = step > 0 ? uintCompare(first.data, last.data) <= 0 : uintCompare(first.data, last.data) >= 0;
- this.step_0 = new UInt(step);
- this.next_0 = this.hasNext_0 ? first : this.finalElement_0;
- }
- UIntProgressionIterator.prototype.hasNext = function () {
- return this.hasNext_0;
- };
- UIntProgressionIterator.prototype.nextUInt = function () {
- var value = this.next_0;
- if (value != null ? value.equals(this.finalElement_0) : null) {
- if (!this.hasNext_0)
- throw NoSuchElementException_init();
- this.hasNext_0 = false;
- } else {
- this.next_0 = new UInt(this.next_0.data + this.step_0.data | 0);
- }
- return value;
- };
- UIntProgressionIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'UIntProgressionIterator', interfaces: [UIntIterator]};
- function UByteIterator() {
- }
- UByteIterator.prototype.next = function () {
- return this.nextUByte();
- };
- UByteIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'UByteIterator', interfaces: [Iterator]};
- function UShortIterator() {
- }
- UShortIterator.prototype.next = function () {
- return this.nextUShort();
- };
- UShortIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'UShortIterator', interfaces: [Iterator]};
- function UIntIterator() {
- }
- UIntIterator.prototype.next = function () {
- return this.nextUInt();
- };
- UIntIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'UIntIterator', interfaces: [Iterator]};
- function ULongIterator() {
- }
- ULongIterator.prototype.next = function () {
- return this.nextULong();
- };
- ULongIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'ULongIterator', interfaces: [Iterator]};
- function ULong(data) {
- ULong$Companion_getInstance();
- this.data = data;
- }
- function ULong$Companion() {
- ULong$Companion_instance = this;
- this.MIN_VALUE = new ULong(L0);
- this.MAX_VALUE = new ULong(L_1);
- this.SIZE_BYTES = 8;
- this.SIZE_BITS = 64;
- }
- ULong$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var ULong$Companion_instance = null;
- function ULong$Companion_getInstance() {
- if (ULong$Companion_instance === null) {
- new ULong$Companion();
- }return ULong$Companion_instance;
- }
- ULong.prototype.compareTo_mpmjao$ = defineInlineFunction('kotlin.kotlin.ULong.compareTo_mpmjao$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- var ulongCompare = _.kotlin.ulongCompare_3pjtqy$;
- return function (other) {
- return ulongCompare(this.data, (new ULong_init(Kotlin.Long.fromInt(other.data).and(L255))).data);
- };
- }));
- ULong.prototype.compareTo_6hrhkk$ = defineInlineFunction('kotlin.kotlin.ULong.compareTo_6hrhkk$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- var ulongCompare = _.kotlin.ulongCompare_3pjtqy$;
- return function (other) {
- return ulongCompare(this.data, (new ULong_init(Kotlin.Long.fromInt(other.data).and(L65535))).data);
- };
- }));
- ULong.prototype.compareTo_s87ys9$ = defineInlineFunction('kotlin.kotlin.ULong.compareTo_s87ys9$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- var ulongCompare = _.kotlin.ulongCompare_3pjtqy$;
- return function (other) {
- return ulongCompare(this.data, (new ULong_init(Kotlin.Long.fromInt(other.data).and(L4294967295))).data);
- };
- }));
- ULong.prototype.compareTo_11rb$ = defineInlineFunction('kotlin.kotlin.ULong.compareTo_11rb$', wrapFunction(function () {
- var ulongCompare = _.kotlin.ulongCompare_3pjtqy$;
- return function (other) {
- return ulongCompare(this.data, other.data);
- };
- }));
- ULong.prototype.plus_mpmjao$ = defineInlineFunction('kotlin.kotlin.ULong.plus_mpmjao$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.add((new ULong_init(Kotlin.Long.fromInt(other.data).and(L255))).data));
- };
- }));
- ULong.prototype.plus_6hrhkk$ = defineInlineFunction('kotlin.kotlin.ULong.plus_6hrhkk$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.add((new ULong_init(Kotlin.Long.fromInt(other.data).and(L65535))).data));
- };
- }));
- ULong.prototype.plus_s87ys9$ = defineInlineFunction('kotlin.kotlin.ULong.plus_s87ys9$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.add((new ULong_init(Kotlin.Long.fromInt(other.data).and(L4294967295))).data));
- };
- }));
- ULong.prototype.plus_mpgczg$ = defineInlineFunction('kotlin.kotlin.ULong.plus_mpgczg$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.add(other.data));
- };
- }));
- ULong.prototype.minus_mpmjao$ = defineInlineFunction('kotlin.kotlin.ULong.minus_mpmjao$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.subtract((new ULong_init(Kotlin.Long.fromInt(other.data).and(L255))).data));
- };
- }));
- ULong.prototype.minus_6hrhkk$ = defineInlineFunction('kotlin.kotlin.ULong.minus_6hrhkk$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.subtract((new ULong_init(Kotlin.Long.fromInt(other.data).and(L65535))).data));
- };
- }));
- ULong.prototype.minus_s87ys9$ = defineInlineFunction('kotlin.kotlin.ULong.minus_s87ys9$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.subtract((new ULong_init(Kotlin.Long.fromInt(other.data).and(L4294967295))).data));
- };
- }));
- ULong.prototype.minus_mpgczg$ = defineInlineFunction('kotlin.kotlin.ULong.minus_mpgczg$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.subtract(other.data));
- };
- }));
- ULong.prototype.times_mpmjao$ = defineInlineFunction('kotlin.kotlin.ULong.times_mpmjao$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.multiply((new ULong_init(Kotlin.Long.fromInt(other.data).and(L255))).data));
- };
- }));
- ULong.prototype.times_6hrhkk$ = defineInlineFunction('kotlin.kotlin.ULong.times_6hrhkk$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.multiply((new ULong_init(Kotlin.Long.fromInt(other.data).and(L65535))).data));
- };
- }));
- ULong.prototype.times_s87ys9$ = defineInlineFunction('kotlin.kotlin.ULong.times_s87ys9$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.multiply((new ULong_init(Kotlin.Long.fromInt(other.data).and(L4294967295))).data));
- };
- }));
- ULong.prototype.times_mpgczg$ = defineInlineFunction('kotlin.kotlin.ULong.times_mpgczg$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.multiply(other.data));
- };
- }));
- ULong.prototype.div_mpmjao$ = defineInlineFunction('kotlin.kotlin.ULong.div_mpmjao$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- var ulongDivide = _.kotlin.ulongDivide_jpm79w$;
- return function (other) {
- return ulongDivide(this, new ULong_init(Kotlin.Long.fromInt(other.data).and(L255)));
- };
- }));
- ULong.prototype.div_6hrhkk$ = defineInlineFunction('kotlin.kotlin.ULong.div_6hrhkk$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- var ulongDivide = _.kotlin.ulongDivide_jpm79w$;
- return function (other) {
- return ulongDivide(this, new ULong_init(Kotlin.Long.fromInt(other.data).and(L65535)));
- };
- }));
- ULong.prototype.div_s87ys9$ = defineInlineFunction('kotlin.kotlin.ULong.div_s87ys9$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- var ulongDivide = _.kotlin.ulongDivide_jpm79w$;
- return function (other) {
- return ulongDivide(this, new ULong_init(Kotlin.Long.fromInt(other.data).and(L4294967295)));
- };
- }));
- ULong.prototype.div_mpgczg$ = defineInlineFunction('kotlin.kotlin.ULong.div_mpgczg$', wrapFunction(function () {
- var ulongDivide = _.kotlin.ulongDivide_jpm79w$;
- return function (other) {
- return ulongDivide(this, other);
- };
- }));
- ULong.prototype.rem_mpmjao$ = defineInlineFunction('kotlin.kotlin.ULong.rem_mpmjao$', wrapFunction(function () {
- var L255 = Kotlin.Long.fromInt(255);
- var ULong_init = _.kotlin.ULong;
- var ulongRemainder = _.kotlin.ulongRemainder_jpm79w$;
- return function (other) {
- return ulongRemainder(this, new ULong_init(Kotlin.Long.fromInt(other.data).and(L255)));
- };
- }));
- ULong.prototype.rem_6hrhkk$ = defineInlineFunction('kotlin.kotlin.ULong.rem_6hrhkk$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- var ulongRemainder = _.kotlin.ulongRemainder_jpm79w$;
- return function (other) {
- return ulongRemainder(this, new ULong_init(Kotlin.Long.fromInt(other.data).and(L65535)));
- };
- }));
- ULong.prototype.rem_s87ys9$ = defineInlineFunction('kotlin.kotlin.ULong.rem_s87ys9$', wrapFunction(function () {
- var L4294967295 = new Kotlin.Long(-1, 0);
- var ULong_init = _.kotlin.ULong;
- var ulongRemainder = _.kotlin.ulongRemainder_jpm79w$;
- return function (other) {
- return ulongRemainder(this, new ULong_init(Kotlin.Long.fromInt(other.data).and(L4294967295)));
- };
- }));
- ULong.prototype.rem_mpgczg$ = defineInlineFunction('kotlin.kotlin.ULong.rem_mpgczg$', wrapFunction(function () {
- var ulongRemainder = _.kotlin.ulongRemainder_jpm79w$;
- return function (other) {
- return ulongRemainder(this, other);
- };
- }));
- ULong.prototype.inc = defineInlineFunction('kotlin.kotlin.ULong.inc', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function () {
- return new ULong_init(this.data.inc());
- };
- }));
- ULong.prototype.dec = defineInlineFunction('kotlin.kotlin.ULong.dec', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function () {
- return new ULong_init(this.data.dec());
- };
- }));
- ULong.prototype.rangeTo_mpgczg$ = defineInlineFunction('kotlin.kotlin.ULong.rangeTo_mpgczg$', wrapFunction(function () {
- var ULongRange_init = _.kotlin.ranges.ULongRange;
- return function (other) {
- return new ULongRange_init(this, other);
- };
- }));
- ULong.prototype.shl_za3lpa$ = defineInlineFunction('kotlin.kotlin.ULong.shl_za3lpa$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function (bitCount) {
- return new ULong_init(this.data.shiftLeft(bitCount));
- };
- }));
- ULong.prototype.shr_za3lpa$ = defineInlineFunction('kotlin.kotlin.ULong.shr_za3lpa$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function (bitCount) {
- return new ULong_init(this.data.shiftRightUnsigned(bitCount));
- };
- }));
- ULong.prototype.and_mpgczg$ = defineInlineFunction('kotlin.kotlin.ULong.and_mpgczg$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.and(other.data));
- };
- }));
- ULong.prototype.or_mpgczg$ = defineInlineFunction('kotlin.kotlin.ULong.or_mpgczg$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.or(other.data));
- };
- }));
- ULong.prototype.xor_mpgczg$ = defineInlineFunction('kotlin.kotlin.ULong.xor_mpgczg$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init(this.data.xor(other.data));
- };
- }));
- ULong.prototype.inv = defineInlineFunction('kotlin.kotlin.ULong.inv', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function () {
- return new ULong_init(this.data.inv());
- };
- }));
- ULong.prototype.toByte = defineInlineFunction('kotlin.kotlin.ULong.toByte', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- return function () {
- return toByte(this.data.toInt());
- };
- }));
- ULong.prototype.toShort = defineInlineFunction('kotlin.kotlin.ULong.toShort', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- return function () {
- return toShort(this.data.toInt());
- };
- }));
- ULong.prototype.toInt = defineInlineFunction('kotlin.kotlin.ULong.toInt', function () {
- return this.data.toInt();
- });
- ULong.prototype.toLong = defineInlineFunction('kotlin.kotlin.ULong.toLong', function () {
- return this.data;
- });
- ULong.prototype.toUByte = defineInlineFunction('kotlin.kotlin.ULong.toUByte', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- var UByte_init = _.kotlin.UByte;
- return function () {
- return new UByte_init(toByte(this.data.toInt()));
- };
- }));
- ULong.prototype.toUShort = defineInlineFunction('kotlin.kotlin.ULong.toUShort', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- var UShort_init = _.kotlin.UShort;
- return function () {
- return new UShort_init(toShort(this.data.toInt()));
- };
- }));
- ULong.prototype.toUInt = defineInlineFunction('kotlin.kotlin.ULong.toUInt', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function () {
- return new UInt_init(this.data.toInt());
- };
- }));
- ULong.prototype.toULong = defineInlineFunction('kotlin.kotlin.ULong.toULong', function () {
- return this;
- });
- ULong.prototype.toFloat = defineInlineFunction('kotlin.kotlin.ULong.toFloat', wrapFunction(function () {
- var ulongToDouble = _.kotlin.ulongToDouble_s8cxhz$;
- return function () {
- return ulongToDouble(this.data);
- };
- }));
- ULong.prototype.toDouble = defineInlineFunction('kotlin.kotlin.ULong.toDouble', wrapFunction(function () {
- var ulongToDouble = _.kotlin.ulongToDouble_s8cxhz$;
- return function () {
- return ulongToDouble(this.data);
- };
- }));
- ULong.prototype.toString = function () {
- return ulongToString(this.data);
- };
- ULong.$metadata$ = {kind: Kind_CLASS, simpleName: 'ULong', interfaces: [Comparable]};
- ULong.prototype.unbox = function () {
- return this.data;
- };
- ULong.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.data) | 0;
- return result;
- };
- ULong.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && Kotlin.equals(this.data, other.data))));
- };
- var toULong = defineInlineFunction('kotlin.kotlin.toULong_mz3mee$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver) {
- return new ULong_init(Kotlin.Long.fromInt($receiver));
- };
- }));
- var toULong_0 = defineInlineFunction('kotlin.kotlin.toULong_5vcgdc$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver) {
- return new ULong_init(Kotlin.Long.fromInt($receiver));
- };
- }));
- var toULong_1 = defineInlineFunction('kotlin.kotlin.toULong_s8ev3n$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver) {
- return new ULong_init(Kotlin.Long.fromInt($receiver));
- };
- }));
- var toULong_2 = defineInlineFunction('kotlin.kotlin.toULong_mts6qi$', wrapFunction(function () {
- var ULong_init = _.kotlin.ULong;
- return function ($receiver) {
- return new ULong_init($receiver);
- };
- }));
- var toULong_3 = defineInlineFunction('kotlin.kotlin.toULong_81szk$', wrapFunction(function () {
- var doubleToULong = _.kotlin.doubleToULong_14dthe$;
- return function ($receiver) {
- return doubleToULong($receiver);
- };
- }));
- var toULong_4 = defineInlineFunction('kotlin.kotlin.toULong_yrwdxr$', wrapFunction(function () {
- var doubleToULong = _.kotlin.doubleToULong_14dthe$;
- return function ($receiver) {
- return doubleToULong($receiver);
- };
- }));
- function ULongArray(storage) {
- this.storage = storage;
- }
- ULongArray.prototype.get_za3lpa$ = function (index) {
- return new ULong(this.storage[index]);
- };
- ULongArray.prototype.set_2ccimm$ = function (index, value) {
- this.storage[index] = value.data;
- };
- Object.defineProperty(ULongArray.prototype, 'size', {configurable: true, get: function () {
- return this.storage.length;
- }});
- ULongArray.prototype.iterator = function () {
- return new ULongArray$Iterator(this.storage);
- };
- function ULongArray$Iterator(array) {
- ULongIterator.call(this);
- this.array_0 = array;
- this.index_0 = 0;
- }
- ULongArray$Iterator.prototype.hasNext = function () {
- return this.index_0 < this.array_0.length;
- };
- ULongArray$Iterator.prototype.nextULong = function () {
- var tmp$;
- if (this.index_0 < this.array_0.length) {
- return new ULong(this.array_0[tmp$ = this.index_0, this.index_0 = tmp$ + 1 | 0, tmp$]);
- } else
- throw new NoSuchElementException(this.index_0.toString());
- };
- ULongArray$Iterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'Iterator', interfaces: [ULongIterator]};
- ULongArray.prototype.contains_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), ULong))
- return false;
- return contains_3(this.storage, element.data);
- };
- ULongArray.prototype.containsAll_brywnq$ = function (elements) {
- var tmp$;
- var $receiver = Kotlin.isType(tmp$ = elements, Collection) ? tmp$ : throwCCE_0();
- var all$result;
- all$break: do {
- var tmp$_0;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty()) {
- all$result = true;
- break all$break;
- }tmp$_0 = $receiver.iterator();
- while (tmp$_0.hasNext()) {
- var element = tmp$_0.next();
- var tmp$_1 = Kotlin.isType(element, ULong);
- if (tmp$_1) {
- tmp$_1 = contains_3(this.storage, element.data);
- }if (!tmp$_1) {
- all$result = false;
- break all$break;
- }}
- all$result = true;
- }
- while (false);
- return all$result;
- };
- ULongArray.prototype.isEmpty = function () {
- return this.storage.length === 0;
- };
- ULongArray.$metadata$ = {kind: Kind_CLASS, simpleName: 'ULongArray', interfaces: [Collection]};
- function ULongArray_init(size, $this) {
- $this = $this || Object.create(ULongArray.prototype);
- ULongArray.call($this, Kotlin.longArray(size));
- return $this;
- }
- ULongArray.prototype.unbox = function () {
- return this.storage;
- };
- ULongArray.prototype.toString = function () {
- return 'ULongArray(storage=' + Kotlin.toString(this.storage) + ')';
- };
- ULongArray.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.storage) | 0;
- return result;
- };
- ULongArray.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && Kotlin.equals(this.storage, other.storage))));
- };
- var ULongArray_0 = defineInlineFunction('kotlin.kotlin.ULongArray_r17xm6$', wrapFunction(function () {
- var ULongArray_init = _.kotlin.ULongArray;
- function ULongArray$lambda(closure$init) {
- return function (index) {
- return closure$init(index).data;
- };
- }
- return function (size, init) {
- return new ULongArray_init(Kotlin.longArrayF(size, ULongArray$lambda(init)));
- };
- }));
- var ulongArrayOf = defineInlineFunction('kotlin.kotlin.ulongArrayOf_imqi6j$', function (elements) {
- return elements;
- });
- function ULongRange_0(start, endInclusive) {
- ULongRange$Companion_getInstance();
- ULongProgression.call(this, start, endInclusive, L1);
- }
- Object.defineProperty(ULongRange_0.prototype, 'start', {configurable: true, get: function () {
- return this.first;
- }});
- Object.defineProperty(ULongRange_0.prototype, 'endInclusive', {configurable: true, get: function () {
- return this.last;
- }});
- ULongRange_0.prototype.contains_mef7kx$ = function (value) {
- var tmp$ = ulongCompare(this.first.data, value.data) <= 0;
- if (tmp$) {
- tmp$ = ulongCompare(value.data, this.last.data) <= 0;
- }return tmp$;
- };
- ULongRange_0.prototype.isEmpty = function () {
- return ulongCompare(this.first.data, this.last.data) > 0;
- };
- ULongRange_0.prototype.equals = function (other) {
- var tmp$, tmp$_0;
- return Kotlin.isType(other, ULongRange_0) && (this.isEmpty() && other.isEmpty() || (((tmp$ = this.first) != null ? tmp$.equals(other.first) : null) && ((tmp$_0 = this.last) != null ? tmp$_0.equals(other.last) : null)));
- };
- ULongRange_0.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : (31 * (new ULong(this.first.data.xor((new ULong(this.first.data.shiftRightUnsigned(32))).data))).data.toInt() | 0) + (new ULong(this.last.data.xor((new ULong(this.last.data.shiftRightUnsigned(32))).data))).data.toInt() | 0;
- };
- ULongRange_0.prototype.toString = function () {
- return this.first.toString() + '..' + this.last;
- };
- function ULongRange$Companion() {
- ULongRange$Companion_instance = this;
- this.EMPTY = new ULongRange_0(ULong$Companion_getInstance().MAX_VALUE, ULong$Companion_getInstance().MIN_VALUE);
- }
- ULongRange$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var ULongRange$Companion_instance = null;
- function ULongRange$Companion_getInstance() {
- if (ULongRange$Companion_instance === null) {
- new ULongRange$Companion();
- }return ULongRange$Companion_instance;
- }
- ULongRange_0.$metadata$ = {kind: Kind_CLASS, simpleName: 'ULongRange', interfaces: [ClosedRange, ULongProgression]};
- function ULongProgression(start, endInclusive, step) {
- ULongProgression$Companion_getInstance();
- if (equals(step, L0))
- throw IllegalArgumentException_init_0('Step must be non-zero.');
- if (equals(step, Long$Companion$MIN_VALUE))
- throw IllegalArgumentException_init_0('Step must be greater than Long.MIN_VALUE to avoid overflow on negation.');
- this.first = start;
- this.last = getProgressionLastElement_2(start, endInclusive, step);
- this.step = step;
- }
- ULongProgression.prototype.iterator = function () {
- return new ULongProgressionIterator(this.first, this.last, this.step);
- };
- ULongProgression.prototype.isEmpty = function () {
- return this.step.toNumber() > 0 ? ulongCompare(this.first.data, this.last.data) > 0 : ulongCompare(this.first.data, this.last.data) < 0;
- };
- ULongProgression.prototype.equals = function (other) {
- var tmp$, tmp$_0;
- return Kotlin.isType(other, ULongProgression) && (this.isEmpty() && other.isEmpty() || (((tmp$ = this.first) != null ? tmp$.equals(other.first) : null) && ((tmp$_0 = this.last) != null ? tmp$_0.equals(other.last) : null) && equals(this.step, other.step)));
- };
- ULongProgression.prototype.hashCode = function () {
- return this.isEmpty() ? -1 : (31 * ((31 * (new ULong(this.first.data.xor((new ULong(this.first.data.shiftRightUnsigned(32))).data))).data.toInt() | 0) + (new ULong(this.last.data.xor((new ULong(this.last.data.shiftRightUnsigned(32))).data))).data.toInt() | 0) | 0) + this.step.xor(this.step.shiftRightUnsigned(32)).toInt() | 0;
- };
- ULongProgression.prototype.toString = function () {
- return this.step.toNumber() > 0 ? this.first.toString() + '..' + this.last + ' step ' + this.step.toString() : this.first.toString() + ' downTo ' + this.last + ' step ' + this.step.unaryMinus().toString();
- };
- function ULongProgression$Companion() {
- ULongProgression$Companion_instance = this;
- }
- ULongProgression$Companion.prototype.fromClosedRange_15zasp$ = function (rangeStart, rangeEnd, step) {
- return new ULongProgression(rangeStart, rangeEnd, step);
- };
- ULongProgression$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var ULongProgression$Companion_instance = null;
- function ULongProgression$Companion_getInstance() {
- if (ULongProgression$Companion_instance === null) {
- new ULongProgression$Companion();
- }return ULongProgression$Companion_instance;
- }
- ULongProgression.$metadata$ = {kind: Kind_CLASS, simpleName: 'ULongProgression', interfaces: [Iterable]};
- function ULongProgressionIterator(first, last, step) {
- ULongIterator.call(this);
- this.finalElement_0 = last;
- this.hasNext_0 = step.toNumber() > 0 ? ulongCompare(first.data, last.data) <= 0 : ulongCompare(first.data, last.data) >= 0;
- this.step_0 = new ULong(step);
- this.next_0 = this.hasNext_0 ? first : this.finalElement_0;
- }
- ULongProgressionIterator.prototype.hasNext = function () {
- return this.hasNext_0;
- };
- ULongProgressionIterator.prototype.nextULong = function () {
- var value = this.next_0;
- if (value != null ? value.equals(this.finalElement_0) : null) {
- if (!this.hasNext_0)
- throw NoSuchElementException_init();
- this.hasNext_0 = false;
- } else {
- this.next_0 = new ULong(this.next_0.data.add(this.step_0.data));
- }
- return value;
- };
- ULongProgressionIterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'ULongProgressionIterator', interfaces: [ULongIterator]};
- var min_25 = defineInlineFunction('kotlin.kotlin.math.min_oqfnby$', wrapFunction(function () {
- var minOf = _.kotlin.comparisons.minOf_oqfnby$;
- return function (a, b) {
- return minOf(a, b);
- };
- }));
- var min_26 = defineInlineFunction('kotlin.kotlin.math.min_jpm79w$', wrapFunction(function () {
- var minOf = _.kotlin.comparisons.minOf_jpm79w$;
- return function (a, b) {
- return minOf(a, b);
- };
- }));
- var max_25 = defineInlineFunction('kotlin.kotlin.math.max_oqfnby$', wrapFunction(function () {
- var maxOf = _.kotlin.comparisons.maxOf_oqfnby$;
- return function (a, b) {
- return maxOf(a, b);
- };
- }));
- var max_26 = defineInlineFunction('kotlin.kotlin.math.max_jpm79w$', wrapFunction(function () {
- var maxOf = _.kotlin.comparisons.maxOf_jpm79w$;
- return function (a, b) {
- return maxOf(a, b);
- };
- }));
- var countOneBits_3 = defineInlineFunction('kotlin.kotlin.countOneBits_mpial4$', wrapFunction(function () {
- var countOneBits = _.kotlin.countOneBits_s8ev3n$;
- return function ($receiver) {
- return countOneBits($receiver.data);
- };
- }));
- var countLeadingZeroBits_3 = defineInlineFunction('kotlin.kotlin.countLeadingZeroBits_mpial4$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver) {
- return Math_0.clz32($receiver.data);
- };
- }));
- var countTrailingZeroBits_3 = defineInlineFunction('kotlin.kotlin.countTrailingZeroBits_mpial4$', wrapFunction(function () {
- var countTrailingZeroBits = _.kotlin.countTrailingZeroBits_s8ev3n$;
- return function ($receiver) {
- return countTrailingZeroBits($receiver.data);
- };
- }));
- var takeHighestOneBit_3 = defineInlineFunction('kotlin.kotlin.takeHighestOneBit_mpial4$', wrapFunction(function () {
- var takeHighestOneBit = _.kotlin.takeHighestOneBit_s8ev3n$;
- var UInt_init = _.kotlin.UInt;
- return function ($receiver) {
- return new UInt_init(takeHighestOneBit($receiver.data));
- };
- }));
- var takeLowestOneBit_3 = defineInlineFunction('kotlin.kotlin.takeLowestOneBit_mpial4$', wrapFunction(function () {
- var takeLowestOneBit = _.kotlin.takeLowestOneBit_s8ev3n$;
- var UInt_init = _.kotlin.UInt;
- return function ($receiver) {
- return new UInt_init(takeLowestOneBit($receiver.data));
- };
- }));
- var rotateLeft_3 = defineInlineFunction('kotlin.kotlin.rotateLeft_k13f4a$', wrapFunction(function () {
- var rotateLeft = _.kotlin.rotateLeft_dqglrj$;
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, bitCount) {
- return new UInt_init(rotateLeft($receiver.data, bitCount));
- };
- }));
- var rotateRight_3 = defineInlineFunction('kotlin.kotlin.rotateRight_k13f4a$', wrapFunction(function () {
- var rotateRight = _.kotlin.rotateRight_dqglrj$;
- var UInt_init = _.kotlin.UInt;
- return function ($receiver, bitCount) {
- return new UInt_init(rotateRight($receiver.data, bitCount));
- };
- }));
- var countOneBits_4 = defineInlineFunction('kotlin.kotlin.countOneBits_6e1d9n$', wrapFunction(function () {
- var countOneBits = _.kotlin.countOneBits_mts6qi$;
- return function ($receiver) {
- return countOneBits($receiver.data);
- };
- }));
- var countLeadingZeroBits_4 = defineInlineFunction('kotlin.kotlin.countLeadingZeroBits_6e1d9n$', wrapFunction(function () {
- var countLeadingZeroBits = _.kotlin.countLeadingZeroBits_mts6qi$;
- return function ($receiver) {
- return countLeadingZeroBits($receiver.data);
- };
- }));
- var countTrailingZeroBits_4 = defineInlineFunction('kotlin.kotlin.countTrailingZeroBits_6e1d9n$', wrapFunction(function () {
- var countTrailingZeroBits = _.kotlin.countTrailingZeroBits_mts6qi$;
- return function ($receiver) {
- return countTrailingZeroBits($receiver.data);
- };
- }));
- var takeHighestOneBit_4 = defineInlineFunction('kotlin.kotlin.takeHighestOneBit_6e1d9n$', wrapFunction(function () {
- var takeHighestOneBit = _.kotlin.takeHighestOneBit_mts6qi$;
- var ULong_init = _.kotlin.ULong;
- return function ($receiver) {
- return new ULong_init(takeHighestOneBit($receiver.data));
- };
- }));
- var takeLowestOneBit_4 = defineInlineFunction('kotlin.kotlin.takeLowestOneBit_6e1d9n$', wrapFunction(function () {
- var takeLowestOneBit = _.kotlin.takeLowestOneBit_mts6qi$;
- var ULong_init = _.kotlin.ULong;
- return function ($receiver) {
- return new ULong_init(takeLowestOneBit($receiver.data));
- };
- }));
- var rotateLeft_4 = defineInlineFunction('kotlin.kotlin.rotateLeft_hc3rh$', wrapFunction(function () {
- var rotateLeft = _.kotlin.rotateLeft_if0zpk$;
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, bitCount) {
- return new ULong_init(rotateLeft($receiver.data, bitCount));
- };
- }));
- var rotateRight_4 = defineInlineFunction('kotlin.kotlin.rotateRight_hc3rh$', wrapFunction(function () {
- var rotateLeft = _.kotlin.rotateLeft_if0zpk$;
- var ULong_init = _.kotlin.ULong;
- return function ($receiver, bitCount) {
- return new ULong_init(rotateLeft($receiver.data, -bitCount | 0));
- };
- }));
- var countOneBits_5 = defineInlineFunction('kotlin.kotlin.countOneBits_68pxlr$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var countOneBits = _.kotlin.countOneBits_s8ev3n$;
- return function ($receiver) {
- return countOneBits((new UInt_init($receiver.data & 255)).data);
- };
- }));
- var countLeadingZeroBits_5 = defineInlineFunction('kotlin.kotlin.countLeadingZeroBits_68pxlr$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver) {
- return Math_0.clz32($receiver.data & 255) - 24 | 0;
- };
- }));
- var countTrailingZeroBits_5 = defineInlineFunction('kotlin.kotlin.countTrailingZeroBits_68pxlr$', wrapFunction(function () {
- var countTrailingZeroBits = _.kotlin.countTrailingZeroBits_s8ev3n$;
- return function ($receiver) {
- return countTrailingZeroBits($receiver.data | 256);
- };
- }));
- var takeHighestOneBit_5 = defineInlineFunction('kotlin.kotlin.takeHighestOneBit_68pxlr$', wrapFunction(function () {
- var takeHighestOneBit = _.kotlin.takeHighestOneBit_s8ev3n$;
- var toByte = Kotlin.toByte;
- var UByte_init = _.kotlin.UByte;
- return function ($receiver) {
- return new UByte_init(toByte(takeHighestOneBit($receiver.data & 255)));
- };
- }));
- var takeLowestOneBit_5 = defineInlineFunction('kotlin.kotlin.takeLowestOneBit_68pxlr$', wrapFunction(function () {
- var takeLowestOneBit = _.kotlin.takeLowestOneBit_s8ev3n$;
- var toByte = Kotlin.toByte;
- var UByte_init = _.kotlin.UByte;
- return function ($receiver) {
- return new UByte_init(toByte(takeLowestOneBit($receiver.data & 255)));
- };
- }));
- var rotateLeft_5 = defineInlineFunction('kotlin.kotlin.rotateLeft_aogav3$', wrapFunction(function () {
- var rotateLeft = _.kotlin.rotateLeft_798l30$;
- var UByte_init = _.kotlin.UByte;
- return function ($receiver, bitCount) {
- return new UByte_init(rotateLeft($receiver.data, bitCount));
- };
- }));
- var rotateRight_5 = defineInlineFunction('kotlin.kotlin.rotateRight_aogav3$', wrapFunction(function () {
- var rotateRight = _.kotlin.rotateRight_798l30$;
- var UByte_init = _.kotlin.UByte;
- return function ($receiver, bitCount) {
- return new UByte_init(rotateRight($receiver.data, bitCount));
- };
- }));
- var countOneBits_6 = defineInlineFunction('kotlin.kotlin.countOneBits_bso16t$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var countOneBits = _.kotlin.countOneBits_s8ev3n$;
- return function ($receiver) {
- return countOneBits((new UInt_init($receiver.data & 65535)).data);
- };
- }));
- var countLeadingZeroBits_6 = defineInlineFunction('kotlin.kotlin.countLeadingZeroBits_bso16t$', wrapFunction(function () {
- var Math_0 = Math;
- return function ($receiver) {
- return Math_0.clz32($receiver.data & 65535) - 16 | 0;
- };
- }));
- var countTrailingZeroBits_6 = defineInlineFunction('kotlin.kotlin.countTrailingZeroBits_bso16t$', wrapFunction(function () {
- var countTrailingZeroBits = _.kotlin.countTrailingZeroBits_s8ev3n$;
- return function ($receiver) {
- return countTrailingZeroBits($receiver.data | 65536);
- };
- }));
- var takeHighestOneBit_6 = defineInlineFunction('kotlin.kotlin.takeHighestOneBit_bso16t$', wrapFunction(function () {
- var takeHighestOneBit = _.kotlin.takeHighestOneBit_s8ev3n$;
- var toShort = Kotlin.toShort;
- var UShort_init = _.kotlin.UShort;
- return function ($receiver) {
- return new UShort_init(toShort(takeHighestOneBit($receiver.data & 65535)));
- };
- }));
- var takeLowestOneBit_6 = defineInlineFunction('kotlin.kotlin.takeLowestOneBit_bso16t$', wrapFunction(function () {
- var takeLowestOneBit = _.kotlin.takeLowestOneBit_s8ev3n$;
- var toShort = Kotlin.toShort;
- var UShort_init = _.kotlin.UShort;
- return function ($receiver) {
- return new UShort_init(toShort(takeLowestOneBit($receiver.data & 65535)));
- };
- }));
- var rotateLeft_6 = defineInlineFunction('kotlin.kotlin.rotateLeft_pqjt0d$', wrapFunction(function () {
- var rotateLeft = _.kotlin.rotateLeft_di2vk2$;
- var UShort_init = _.kotlin.UShort;
- return function ($receiver, bitCount) {
- return new UShort_init(rotateLeft($receiver.data, bitCount));
- };
- }));
- var rotateRight_6 = defineInlineFunction('kotlin.kotlin.rotateRight_pqjt0d$', wrapFunction(function () {
- var rotateRight = _.kotlin.rotateRight_di2vk2$;
- var UShort_init = _.kotlin.UShort;
- return function ($receiver, bitCount) {
- return new UShort_init(rotateRight($receiver.data, bitCount));
- };
- }));
- function differenceModulo_1(a, b, c) {
- var ac = uintRemainder(a, c);
- var bc = uintRemainder(b, c);
- return uintCompare(ac.data, bc.data) >= 0 ? new UInt(ac.data - bc.data | 0) : new UInt((new UInt(ac.data - bc.data | 0)).data + c.data | 0);
- }
- function differenceModulo_2(a, b, c) {
- var ac = ulongRemainder(a, c);
- var bc = ulongRemainder(b, c);
- return ulongCompare(ac.data, bc.data) >= 0 ? new ULong(ac.data.subtract(bc.data)) : new ULong((new ULong(ac.data.subtract(bc.data))).data.add(c.data));
- }
- function getProgressionLastElement_1(start, end, step) {
- if (step > 0) {
- return uintCompare(start.data, end.data) >= 0 ? end : new UInt(end.data - differenceModulo_1(end, start, new UInt(step)).data | 0);
- } else if (step < 0) {
- return uintCompare(start.data, end.data) <= 0 ? end : new UInt(end.data + differenceModulo_1(start, end, new UInt(-step | 0)).data | 0);
- } else
- throw IllegalArgumentException_init_0('Step is zero.');
- }
- function getProgressionLastElement_2(start, end, step) {
- if (step.toNumber() > 0) {
- return ulongCompare(start.data, end.data) >= 0 ? end : new ULong(end.data.subtract(differenceModulo_2(end, start, new ULong(step)).data));
- } else if (step.toNumber() < 0) {
- return ulongCompare(start.data, end.data) <= 0 ? end : new ULong(end.data.add(differenceModulo_2(start, end, new ULong(step.unaryMinus())).data));
- } else
- throw IllegalArgumentException_init_0('Step is zero.');
- }
- function UShort(data) {
- UShort$Companion_getInstance();
- this.data = data;
- }
- function UShort$Companion() {
- UShort$Companion_instance = this;
- this.MIN_VALUE = new UShort(0);
- this.MAX_VALUE = new UShort(-1 | 0);
- this.SIZE_BYTES = 2;
- this.SIZE_BITS = 16;
- }
- UShort$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var UShort$Companion_instance = null;
- function UShort$Companion_getInstance() {
- if (UShort$Companion_instance === null) {
- new UShort$Companion();
- }return UShort$Companion_instance;
- }
- UShort.prototype.compareTo_mpmjao$ = defineInlineFunction('kotlin.kotlin.UShort.compareTo_mpmjao$', function (other) {
- return Kotlin.primitiveCompareTo(this.data & 65535, other.data & 255);
- });
- UShort.prototype.compareTo_11rb$ = defineInlineFunction('kotlin.kotlin.UShort.compareTo_11rb$', function (other) {
- return Kotlin.primitiveCompareTo(this.data & 65535, other.data & 65535);
- });
- UShort.prototype.compareTo_s87ys9$ = defineInlineFunction('kotlin.kotlin.UShort.compareTo_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintCompare = _.kotlin.uintCompare_vux9f0$;
- return function (other) {
- return uintCompare((new UInt_init(this.data & 65535)).data, other.data);
- };
- }));
- UShort.prototype.compareTo_mpgczg$ = defineInlineFunction('kotlin.kotlin.UShort.compareTo_mpgczg$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- var ulongCompare = _.kotlin.ulongCompare_3pjtqy$;
- return function (other) {
- return ulongCompare((new ULong_init(Kotlin.Long.fromInt(this.data).and(L65535))).data, other.data);
- };
- }));
- UShort.prototype.plus_mpmjao$ = defineInlineFunction('kotlin.kotlin.UShort.plus_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 65535)).data + (new UInt_init(other.data & 255)).data | 0);
- };
- }));
- UShort.prototype.plus_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UShort.plus_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 65535)).data + (new UInt_init(other.data & 65535)).data | 0);
- };
- }));
- UShort.prototype.plus_s87ys9$ = defineInlineFunction('kotlin.kotlin.UShort.plus_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 65535)).data + other.data | 0);
- };
- }));
- UShort.prototype.plus_mpgczg$ = defineInlineFunction('kotlin.kotlin.UShort.plus_mpgczg$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init((new ULong_init(Kotlin.Long.fromInt(this.data).and(L65535))).data.add(other.data));
- };
- }));
- UShort.prototype.minus_mpmjao$ = defineInlineFunction('kotlin.kotlin.UShort.minus_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 65535)).data - (new UInt_init(other.data & 255)).data | 0);
- };
- }));
- UShort.prototype.minus_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UShort.minus_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 65535)).data - (new UInt_init(other.data & 65535)).data | 0);
- };
- }));
- UShort.prototype.minus_s87ys9$ = defineInlineFunction('kotlin.kotlin.UShort.minus_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init((new UInt_init(this.data & 65535)).data - other.data | 0);
- };
- }));
- UShort.prototype.minus_mpgczg$ = defineInlineFunction('kotlin.kotlin.UShort.minus_mpgczg$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init((new ULong_init(Kotlin.Long.fromInt(this.data).and(L65535))).data.subtract(other.data));
- };
- }));
- UShort.prototype.times_mpmjao$ = defineInlineFunction('kotlin.kotlin.UShort.times_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(Kotlin.imul((new UInt_init(this.data & 65535)).data, (new UInt_init(other.data & 255)).data));
- };
- }));
- UShort.prototype.times_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UShort.times_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(Kotlin.imul((new UInt_init(this.data & 65535)).data, (new UInt_init(other.data & 65535)).data));
- };
- }));
- UShort.prototype.times_s87ys9$ = defineInlineFunction('kotlin.kotlin.UShort.times_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UInt_init(Kotlin.imul((new UInt_init(this.data & 65535)).data, other.data));
- };
- }));
- UShort.prototype.times_mpgczg$ = defineInlineFunction('kotlin.kotlin.UShort.times_mpgczg$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- return function (other) {
- return new ULong_init((new ULong_init(Kotlin.Long.fromInt(this.data).and(L65535))).data.multiply(other.data));
- };
- }));
- UShort.prototype.div_mpmjao$ = defineInlineFunction('kotlin.kotlin.UShort.div_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintDivide = _.kotlin.uintDivide_oqfnby$;
- return function (other) {
- return uintDivide(new UInt_init(this.data & 65535), new UInt_init(other.data & 255));
- };
- }));
- UShort.prototype.div_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UShort.div_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintDivide = _.kotlin.uintDivide_oqfnby$;
- return function (other) {
- return uintDivide(new UInt_init(this.data & 65535), new UInt_init(other.data & 65535));
- };
- }));
- UShort.prototype.div_s87ys9$ = defineInlineFunction('kotlin.kotlin.UShort.div_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintDivide = _.kotlin.uintDivide_oqfnby$;
- return function (other) {
- return uintDivide(new UInt_init(this.data & 65535), other);
- };
- }));
- UShort.prototype.div_mpgczg$ = defineInlineFunction('kotlin.kotlin.UShort.div_mpgczg$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- var ulongDivide = _.kotlin.ulongDivide_jpm79w$;
- return function (other) {
- return ulongDivide(new ULong_init(Kotlin.Long.fromInt(this.data).and(L65535)), other);
- };
- }));
- UShort.prototype.rem_mpmjao$ = defineInlineFunction('kotlin.kotlin.UShort.rem_mpmjao$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintRemainder = _.kotlin.uintRemainder_oqfnby$;
- return function (other) {
- return uintRemainder(new UInt_init(this.data & 65535), new UInt_init(other.data & 255));
- };
- }));
- UShort.prototype.rem_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UShort.rem_6hrhkk$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintRemainder = _.kotlin.uintRemainder_oqfnby$;
- return function (other) {
- return uintRemainder(new UInt_init(this.data & 65535), new UInt_init(other.data & 65535));
- };
- }));
- UShort.prototype.rem_s87ys9$ = defineInlineFunction('kotlin.kotlin.UShort.rem_s87ys9$', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- var uintRemainder = _.kotlin.uintRemainder_oqfnby$;
- return function (other) {
- return uintRemainder(new UInt_init(this.data & 65535), other);
- };
- }));
- UShort.prototype.rem_mpgczg$ = defineInlineFunction('kotlin.kotlin.UShort.rem_mpgczg$', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- var ulongRemainder = _.kotlin.ulongRemainder_jpm79w$;
- return function (other) {
- return ulongRemainder(new ULong_init(Kotlin.Long.fromInt(this.data).and(L65535)), other);
- };
- }));
- UShort.prototype.inc = defineInlineFunction('kotlin.kotlin.UShort.inc', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- var UShort_init = _.kotlin.UShort;
- return function () {
- return new UShort_init(toShort(this.data + 1));
- };
- }));
- UShort.prototype.dec = defineInlineFunction('kotlin.kotlin.UShort.dec', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- var UShort_init = _.kotlin.UShort;
- return function () {
- return new UShort_init(toShort(this.data - 1));
- };
- }));
- UShort.prototype.rangeTo_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UShort.rangeTo_6hrhkk$', wrapFunction(function () {
- var UIntRange_init = _.kotlin.ranges.UIntRange;
- var UInt_init = _.kotlin.UInt;
- return function (other) {
- return new UIntRange_init(new UInt_init(this.data & 65535), new UInt_init(other.data & 65535));
- };
- }));
- UShort.prototype.and_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UShort.and_6hrhkk$', wrapFunction(function () {
- var UShort_init = _.kotlin.UShort;
- var toShort = Kotlin.toShort;
- return function (other) {
- return new UShort_init(toShort(this.data & other.data));
- };
- }));
- UShort.prototype.or_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UShort.or_6hrhkk$', wrapFunction(function () {
- var UShort_init = _.kotlin.UShort;
- var toShort = Kotlin.toShort;
- return function (other) {
- return new UShort_init(toShort(this.data | other.data));
- };
- }));
- UShort.prototype.xor_6hrhkk$ = defineInlineFunction('kotlin.kotlin.UShort.xor_6hrhkk$', wrapFunction(function () {
- var UShort_init = _.kotlin.UShort;
- var toShort = Kotlin.toShort;
- return function (other) {
- return new UShort_init(toShort(this.data ^ other.data));
- };
- }));
- UShort.prototype.inv = defineInlineFunction('kotlin.kotlin.UShort.inv', wrapFunction(function () {
- var UShort_init = _.kotlin.UShort;
- var toShort = Kotlin.toShort;
- return function () {
- return new UShort_init(toShort(~this.data));
- };
- }));
- UShort.prototype.toByte = defineInlineFunction('kotlin.kotlin.UShort.toByte', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- return function () {
- return toByte(this.data);
- };
- }));
- UShort.prototype.toShort = defineInlineFunction('kotlin.kotlin.UShort.toShort', function () {
- return this.data;
- });
- UShort.prototype.toInt = defineInlineFunction('kotlin.kotlin.UShort.toInt', function () {
- return this.data & 65535;
- });
- UShort.prototype.toLong = defineInlineFunction('kotlin.kotlin.UShort.toLong', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- return function () {
- return Kotlin.Long.fromInt(this.data).and(L65535);
- };
- }));
- UShort.prototype.toUByte = defineInlineFunction('kotlin.kotlin.UShort.toUByte', wrapFunction(function () {
- var toByte = Kotlin.toByte;
- var UByte_init = _.kotlin.UByte;
- return function () {
- return new UByte_init(toByte(this.data));
- };
- }));
- UShort.prototype.toUShort = defineInlineFunction('kotlin.kotlin.UShort.toUShort', function () {
- return this;
- });
- UShort.prototype.toUInt = defineInlineFunction('kotlin.kotlin.UShort.toUInt', wrapFunction(function () {
- var UInt_init = _.kotlin.UInt;
- return function () {
- return new UInt_init(this.data & 65535);
- };
- }));
- UShort.prototype.toULong = defineInlineFunction('kotlin.kotlin.UShort.toULong', wrapFunction(function () {
- var L65535 = Kotlin.Long.fromInt(65535);
- var ULong_init = _.kotlin.ULong;
- return function () {
- return new ULong_init(Kotlin.Long.fromInt(this.data).and(L65535));
- };
- }));
- UShort.prototype.toFloat = defineInlineFunction('kotlin.kotlin.UShort.toFloat', function () {
- return this.data & 65535;
- });
- UShort.prototype.toDouble = defineInlineFunction('kotlin.kotlin.UShort.toDouble', function () {
- return this.data & 65535;
- });
- UShort.prototype.toString = function () {
- return (this.data & 65535).toString();
- };
- UShort.$metadata$ = {kind: Kind_CLASS, simpleName: 'UShort', interfaces: [Comparable]};
- UShort.prototype.unbox = function () {
- return this.data;
- };
- UShort.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.data) | 0;
- return result;
- };
- UShort.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && Kotlin.equals(this.data, other.data))));
- };
- var toUShort = defineInlineFunction('kotlin.kotlin.toUShort_mz3mee$', wrapFunction(function () {
- var UShort_init = _.kotlin.UShort;
- return function ($receiver) {
- return new UShort_init($receiver);
- };
- }));
- var toUShort_0 = defineInlineFunction('kotlin.kotlin.toUShort_5vcgdc$', wrapFunction(function () {
- var UShort_init = _.kotlin.UShort;
- return function ($receiver) {
- return new UShort_init($receiver);
- };
- }));
- var toUShort_1 = defineInlineFunction('kotlin.kotlin.toUShort_s8ev3n$', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- var UShort_init = _.kotlin.UShort;
- return function ($receiver) {
- return new UShort_init(toShort($receiver));
- };
- }));
- var toUShort_2 = defineInlineFunction('kotlin.kotlin.toUShort_mts6qi$', wrapFunction(function () {
- var toShort = Kotlin.toShort;
- var UShort_init = _.kotlin.UShort;
- return function ($receiver) {
- return new UShort_init(toShort($receiver.toInt()));
- };
- }));
- function UShortArray(storage) {
- this.storage = storage;
- }
- UShortArray.prototype.get_za3lpa$ = function (index) {
- return new UShort(this.storage[index]);
- };
- UShortArray.prototype.set_1pe3u2$ = function (index, value) {
- this.storage[index] = value.data;
- };
- Object.defineProperty(UShortArray.prototype, 'size', {configurable: true, get: function () {
- return this.storage.length;
- }});
- UShortArray.prototype.iterator = function () {
- return new UShortArray$Iterator(this.storage);
- };
- function UShortArray$Iterator(array) {
- UShortIterator.call(this);
- this.array_0 = array;
- this.index_0 = 0;
- }
- UShortArray$Iterator.prototype.hasNext = function () {
- return this.index_0 < this.array_0.length;
- };
- UShortArray$Iterator.prototype.nextUShort = function () {
- var tmp$;
- if (this.index_0 < this.array_0.length) {
- return new UShort(this.array_0[tmp$ = this.index_0, this.index_0 = tmp$ + 1 | 0, tmp$]);
- } else
- throw new NoSuchElementException(this.index_0.toString());
- };
- UShortArray$Iterator.$metadata$ = {kind: Kind_CLASS, simpleName: 'Iterator', interfaces: [UShortIterator]};
- UShortArray.prototype.contains_11rb$ = function (element) {
- var tmp$;
- if (!Kotlin.isType((tmp$ = element) == null || Kotlin.isType(tmp$, Any) ? tmp$ : throwCCE_0(), UShort))
- return false;
- return contains_1(this.storage, element.data);
- };
- UShortArray.prototype.containsAll_brywnq$ = function (elements) {
- var tmp$;
- var $receiver = Kotlin.isType(tmp$ = elements, Collection) ? tmp$ : throwCCE_0();
- var all$result;
- all$break: do {
- var tmp$_0;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty()) {
- all$result = true;
- break all$break;
- }tmp$_0 = $receiver.iterator();
- while (tmp$_0.hasNext()) {
- var element = tmp$_0.next();
- var tmp$_1 = Kotlin.isType(element, UShort);
- if (tmp$_1) {
- tmp$_1 = contains_1(this.storage, element.data);
- }if (!tmp$_1) {
- all$result = false;
- break all$break;
- }}
- all$result = true;
- }
- while (false);
- return all$result;
- };
- UShortArray.prototype.isEmpty = function () {
- return this.storage.length === 0;
- };
- UShortArray.$metadata$ = {kind: Kind_CLASS, simpleName: 'UShortArray', interfaces: [Collection]};
- function UShortArray_init(size, $this) {
- $this = $this || Object.create(UShortArray.prototype);
- UShortArray.call($this, new Int16Array(size));
- return $this;
- }
- UShortArray.prototype.unbox = function () {
- return this.storage;
- };
- UShortArray.prototype.toString = function () {
- return 'UShortArray(storage=' + Kotlin.toString(this.storage) + ')';
- };
- UShortArray.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.storage) | 0;
- return result;
- };
- UShortArray.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && Kotlin.equals(this.storage, other.storage))));
- };
- var UShortArray_0 = defineInlineFunction('kotlin.kotlin.UShortArray_hj0epe$', wrapFunction(function () {
- var UShortArray_init = _.kotlin.UShortArray;
- function UShortArray$lambda(closure$init) {
- return function (index) {
- return closure$init(index).data;
- };
- }
- return function (size, init) {
- return new UShortArray_init(Kotlin.fillArray(new Int16Array(size), UShortArray$lambda(init)));
- };
- }));
- var ushortArrayOf = defineInlineFunction('kotlin.kotlin.ushortArrayOf_golzdd$', function (elements) {
- return elements;
- });
- function toString_4($receiver, radix) {
- return toString_3($receiver.data & 255, radix);
- }
- function toString_5($receiver, radix) {
- return toString_3($receiver.data & 65535, radix);
- }
- function toString_6($receiver, radix) {
- return toString_0(Kotlin.Long.fromInt($receiver.data).and(L4294967295), radix);
- }
- function toString_7($receiver, radix) {
- return ulongToString_0($receiver.data, checkRadix(radix));
- }
- function toUByte_3($receiver) {
- var tmp$;
- return (tmp$ = toUByteOrNull($receiver)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toUByte_4($receiver, radix) {
- var tmp$;
- return (tmp$ = toUByteOrNull_0($receiver, radix)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toUShort_3($receiver) {
- var tmp$;
- return (tmp$ = toUShortOrNull($receiver)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toUShort_4($receiver, radix) {
- var tmp$;
- return (tmp$ = toUShortOrNull_0($receiver, radix)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toUInt_5($receiver) {
- var tmp$;
- return (tmp$ = toUIntOrNull($receiver)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toUInt_6($receiver, radix) {
- var tmp$;
- return (tmp$ = toUIntOrNull_0($receiver, radix)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toULong_5($receiver) {
- var tmp$;
- return (tmp$ = toULongOrNull($receiver)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toULong_6($receiver, radix) {
- var tmp$;
- return (tmp$ = toULongOrNull_0($receiver, radix)) != null ? tmp$ : numberFormatError($receiver);
- }
- function toUByteOrNull($receiver) {
- return toUByteOrNull_0($receiver, 10);
- }
- function toUByteOrNull_0($receiver, radix) {
- var tmp$;
- tmp$ = toUIntOrNull_0($receiver, radix);
- if (tmp$ == null) {
- return null;
- }var int = tmp$;
- if (uintCompare(int.data, (new UInt(UByte$Companion_getInstance().MAX_VALUE.data & 255)).data) > 0)
- return null;
- return new UByte(toByte(int.data));
- }
- function toUShortOrNull($receiver) {
- return toUShortOrNull_0($receiver, 10);
- }
- function toUShortOrNull_0($receiver, radix) {
- var tmp$;
- tmp$ = toUIntOrNull_0($receiver, radix);
- if (tmp$ == null) {
- return null;
- }var int = tmp$;
- if (uintCompare(int.data, (new UInt(UShort$Companion_getInstance().MAX_VALUE.data & 65535)).data) > 0)
- return null;
- return new UShort(toShort(int.data));
- }
- function toUIntOrNull($receiver) {
- return toUIntOrNull_0($receiver, 10);
- }
- function toUIntOrNull_0($receiver, radix) {
- checkRadix(radix);
- var length = $receiver.length;
- if (length === 0)
- return null;
- var limit = UInt$Companion_getInstance().MAX_VALUE;
- var start;
- var firstChar = $receiver.charCodeAt(0);
- if (firstChar < 48) {
- if (length === 1 || firstChar !== 43)
- return null;
- start = 1;
- } else {
- start = 0;
- }
- var limitForMaxRadix = new UInt(119304647);
- var limitBeforeMul = limitForMaxRadix;
- var uradix = new UInt(radix);
- var result = new UInt(0);
- for (var i = start; i < length; i++) {
- var digit = digitOf($receiver.charCodeAt(i), radix);
- if (digit < 0)
- return null;
- if (uintCompare(result.data, limitBeforeMul.data) > 0) {
- if (limitBeforeMul != null ? limitBeforeMul.equals(limitForMaxRadix) : null) {
- limitBeforeMul = uintDivide(limit, uradix);
- if (uintCompare(result.data, limitBeforeMul.data) > 0) {
- return null;
- }} else {
- return null;
- }
- }result = new UInt(Kotlin.imul(result.data, uradix.data));
- var beforeAdding = result;
- result = new UInt(result.data + (new UInt(digit)).data | 0);
- if (uintCompare(result.data, beforeAdding.data) < 0)
- return null;
- }
- return result;
- }
- function toULongOrNull($receiver) {
- return toULongOrNull_0($receiver, 10);
- }
- function toULongOrNull_0($receiver, radix) {
- checkRadix(radix);
- var length = $receiver.length;
- if (length === 0)
- return null;
- var limit = ULong$Companion_getInstance().MAX_VALUE;
- var start;
- var firstChar = $receiver.charCodeAt(0);
- if (firstChar < 48) {
- if (length === 1 || firstChar !== 43)
- return null;
- start = 1;
- } else {
- start = 0;
- }
- var limitForMaxRadix = new ULong(new Kotlin.Long(477218588, 119304647));
- var limitBeforeMul = limitForMaxRadix;
- var uradix = new ULong(Kotlin.Long.fromInt(radix));
- var result = new ULong(Kotlin.Long.ZERO);
- for (var i = start; i < length; i++) {
- var digit = digitOf($receiver.charCodeAt(i), radix);
- if (digit < 0)
- return null;
- if (ulongCompare(result.data, limitBeforeMul.data) > 0) {
- if (limitBeforeMul != null ? limitBeforeMul.equals(limitForMaxRadix) : null) {
- limitBeforeMul = ulongDivide(limit, uradix);
- if (ulongCompare(result.data, limitBeforeMul.data) > 0) {
- return null;
- }} else {
- return null;
- }
- }result = new ULong(result.data.multiply(uradix.data));
- var beforeAdding = result;
- result = new ULong(result.data.add((new ULong(Kotlin.Long.fromInt((new UInt(digit)).data).and(L4294967295))).data));
- if (ulongCompare(result.data, beforeAdding.data) < 0)
- return null;
- }
- return result;
- }
- function uintCompare(v1, v2) {
- return Kotlin.primitiveCompareTo(v1 ^ -2147483648, v2 ^ -2147483648);
- }
- function ulongCompare(v1, v2) {
- return v1.xor(Long$Companion$MIN_VALUE).compareTo_11rb$(v2.xor(Long$Companion$MIN_VALUE));
- }
- function uintDivide(v1, v2) {
- return new UInt(Kotlin.Long.fromInt(v1.data).and(L4294967295).div(Kotlin.Long.fromInt(v2.data).and(L4294967295)).toInt());
- }
- function uintRemainder(v1, v2) {
- return new UInt(Kotlin.Long.fromInt(v1.data).and(L4294967295).modulo(Kotlin.Long.fromInt(v2.data).and(L4294967295)).toInt());
- }
- function ulongDivide(v1, v2) {
- var dividend = v1.data;
- var divisor = v2.data;
- if (divisor.toNumber() < 0) {
- return ulongCompare(v1.data, v2.data) < 0 ? new ULong(L0) : new ULong(L1);
- }if (dividend.toNumber() >= 0) {
- return new ULong(dividend.div(divisor));
- }var quotient = dividend.shiftRightUnsigned(1).div(divisor).shiftLeft(1);
- var rem = dividend.subtract(quotient.multiply(divisor));
- return new ULong(quotient.add(Kotlin.Long.fromInt(ulongCompare((new ULong(rem)).data, (new ULong(divisor)).data) >= 0 ? 1 : 0)));
- }
- function ulongRemainder(v1, v2) {
- var tmp$;
- var dividend = v1.data;
- var divisor = v2.data;
- if (divisor.toNumber() < 0) {
- if (ulongCompare(v1.data, v2.data) < 0) {
- tmp$ = v1;
- } else {
- tmp$ = new ULong(v1.data.subtract(v2.data));
- }
- return tmp$;
- }if (dividend.toNumber() >= 0) {
- return new ULong(dividend.modulo(divisor));
- }var quotient = dividend.shiftRightUnsigned(1).div(divisor).shiftLeft(1);
- var rem = dividend.subtract(quotient.multiply(divisor));
- return new ULong(rem.subtract(ulongCompare((new ULong(rem)).data, (new ULong(divisor)).data) >= 0 ? divisor : L0));
- }
- function doubleToUInt(v) {
- if (isNaN_0(v))
- return new UInt(0);
- else {
- if (v <= uintToDouble(UInt$Companion_getInstance().MIN_VALUE.data))
- return UInt$Companion_getInstance().MIN_VALUE;
- else {
- if (v >= uintToDouble(UInt$Companion_getInstance().MAX_VALUE.data))
- return UInt$Companion_getInstance().MAX_VALUE;
- else if (v <= 2147483647) {
- return new UInt(numberToInt(v));
- } else {
- return new UInt((new UInt(numberToInt(v - 2147483647))).data + (new UInt(2147483647)).data | 0);
- }
- }
- }
- }
- function doubleToULong(v) {
- if (isNaN_0(v))
- return new ULong(Kotlin.Long.ZERO);
- else {
- if (v <= ulongToDouble(ULong$Companion_getInstance().MIN_VALUE.data))
- return ULong$Companion_getInstance().MIN_VALUE;
- else {
- if (v >= ulongToDouble(ULong$Companion_getInstance().MAX_VALUE.data))
- return ULong$Companion_getInstance().MAX_VALUE;
- else if (v < Long$Companion$MAX_VALUE.toNumber()) {
- return new ULong(Kotlin.Long.fromNumber(v));
- } else {
- return new ULong((new ULong(Kotlin.Long.fromNumber(v - 9.223372036854776E18))).data.add((new ULong(Kotlin.Long.MIN_VALUE)).data));
- }
- }
- }
- }
- function uintToDouble(v) {
- return (v & 2147483647) + (v >>> 31 << 30) * 2;
- }
- function ulongToDouble(v) {
- return v.shiftRightUnsigned(11).toNumber() * 2048 + v.and(L2047).toNumber();
- }
- function ulongToString(v) {
- return ulongToString_0(v, 10);
- }
- function ulongToString_0(v, base) {
- if (v.toNumber() >= 0)
- return toString_0(v, base);
- var quotient = v.shiftRightUnsigned(1).div(Kotlin.Long.fromInt(base)).shiftLeft(1);
- var rem = v.subtract(quotient.multiply(Kotlin.Long.fromInt(base)));
- if (rem.toNumber() >= base) {
- rem = rem.subtract(Kotlin.Long.fromInt(base));
- quotient = quotient.add(Kotlin.Long.fromInt(1));
- }return toString_0(quotient, base) + toString_0(rem, base);
- }
- function ExperimentalUnsignedTypes() {
- }
- ExperimentalUnsignedTypes.$metadata$ = {kind: Kind_CLASS, simpleName: 'ExperimentalUnsignedTypes', interfaces: [Annotation]};
- var package$kotlin = _.kotlin || (_.kotlin = {});
- var package$collections = package$kotlin.collections || (package$kotlin.collections = {});
- package$collections.contains_mjy6jw$ = contains;
- package$collections.contains_jlnu8a$ = contains_0;
- package$collections.contains_s7ir3o$ = contains_1;
- package$collections.contains_c03ot6$ = contains_2;
- package$collections.contains_uxdaoa$ = contains_3;
- package$collections.contains_omthmc$ = contains_4;
- package$collections.contains_taaqy$ = contains_5;
- package$collections.contains_yax8s4$ = contains_6;
- package$collections.contains_o2f9me$ = contains_7;
- package$collections.get_lastIndex_m7z4lg$ = get_lastIndex;
- package$collections.get_lastIndex_964n91$ = get_lastIndex_0;
- package$collections.get_lastIndex_i2lc79$ = get_lastIndex_1;
- package$collections.get_lastIndex_tmsbgo$ = get_lastIndex_2;
- package$collections.get_lastIndex_se6h4x$ = get_lastIndex_3;
- package$collections.get_lastIndex_rjqryz$ = get_lastIndex_4;
- package$collections.get_lastIndex_bvy38s$ = get_lastIndex_5;
- package$collections.get_lastIndex_l1lu5t$ = get_lastIndex_6;
- package$collections.get_lastIndex_355ntz$ = get_lastIndex_7;
- package$collections.getOrNull_8ujjk8$ = getOrNull;
- package$collections.getOrNull_mrm5p$ = getOrNull_0;
- package$collections.getOrNull_m2jy6x$ = getOrNull_1;
- package$collections.getOrNull_c03ot6$ = getOrNull_2;
- package$collections.getOrNull_3aefkx$ = getOrNull_3;
- package$collections.getOrNull_rblqex$ = getOrNull_4;
- package$collections.getOrNull_xgrzbe$ = getOrNull_5;
- package$collections.getOrNull_1qu12l$ = getOrNull_6;
- package$collections.getOrNull_gtcw5h$ = getOrNull_7;
- package$collections.firstOrNull_sfx99b$ = firstOrNull_8;
- package$collections.firstOrNull_c3i447$ = firstOrNull_9;
- package$collections.firstOrNull_247xw3$ = firstOrNull_10;
- package$collections.firstOrNull_il4kyb$ = firstOrNull_11;
- package$collections.firstOrNull_i1oc7r$ = firstOrNull_12;
- package$collections.firstOrNull_u4nq1f$ = firstOrNull_13;
- package$collections.firstOrNull_3vq27r$ = firstOrNull_14;
- package$collections.firstOrNull_xffwn9$ = firstOrNull_15;
- package$collections.firstOrNull_3ji0pj$ = firstOrNull_16;
- package$collections.lastOrNull_sfx99b$ = lastOrNull_8;
- package$collections.lastOrNull_c3i447$ = lastOrNull_9;
- package$collections.lastOrNull_247xw3$ = lastOrNull_10;
- package$collections.lastOrNull_il4kyb$ = lastOrNull_11;
- package$collections.lastOrNull_i1oc7r$ = lastOrNull_12;
- package$collections.lastOrNull_u4nq1f$ = lastOrNull_13;
- package$collections.lastOrNull_3vq27r$ = lastOrNull_14;
- package$collections.lastOrNull_xffwn9$ = lastOrNull_15;
- package$collections.lastOrNull_3ji0pj$ = lastOrNull_16;
- package$collections.first_us0mfu$ = first;
- package$collections.first_964n91$ = first_0;
- package$collections.first_i2lc79$ = first_1;
- package$collections.first_tmsbgo$ = first_2;
- package$collections.first_se6h4x$ = first_3;
- package$collections.first_rjqryz$ = first_4;
- package$collections.first_bvy38s$ = first_5;
- package$collections.first_l1lu5t$ = first_6;
- package$collections.first_355ntz$ = first_7;
- package$collections.first_sfx99b$ = first_8;
- package$collections.first_c3i447$ = first_9;
- package$collections.first_247xw3$ = first_10;
- package$collections.first_il4kyb$ = first_11;
- package$collections.first_i1oc7r$ = first_12;
- package$collections.first_u4nq1f$ = first_13;
- package$collections.first_3vq27r$ = first_14;
- package$collections.first_xffwn9$ = first_15;
- package$collections.first_3ji0pj$ = first_16;
- package$collections.firstOrNull_us0mfu$ = firstOrNull;
- package$collections.firstOrNull_964n91$ = firstOrNull_0;
- package$collections.firstOrNull_i2lc79$ = firstOrNull_1;
- package$collections.firstOrNull_tmsbgo$ = firstOrNull_2;
- package$collections.firstOrNull_se6h4x$ = firstOrNull_3;
- package$collections.firstOrNull_rjqryz$ = firstOrNull_4;
- package$collections.firstOrNull_bvy38s$ = firstOrNull_5;
- package$collections.firstOrNull_l1lu5t$ = firstOrNull_6;
- package$collections.firstOrNull_355ntz$ = firstOrNull_7;
- package$collections.indexOf_mjy6jw$ = indexOf;
- package$collections.indexOf_jlnu8a$ = indexOf_0;
- package$collections.indexOf_s7ir3o$ = indexOf_1;
- package$collections.indexOf_c03ot6$ = indexOf_2;
- package$collections.indexOf_uxdaoa$ = indexOf_3;
- package$collections.indexOf_omthmc$ = indexOf_4;
- package$collections.indexOf_taaqy$ = indexOf_5;
- package$collections.indexOf_yax8s4$ = indexOf_6;
- package$collections.indexOf_o2f9me$ = indexOf_7;
- package$collections.indexOfFirst_sfx99b$ = indexOfFirst;
- package$collections.indexOfFirst_c3i447$ = indexOfFirst_0;
- package$collections.indexOfFirst_247xw3$ = indexOfFirst_1;
- package$collections.indexOfFirst_il4kyb$ = indexOfFirst_2;
- package$collections.indexOfFirst_i1oc7r$ = indexOfFirst_3;
- package$collections.indexOfFirst_u4nq1f$ = indexOfFirst_4;
- package$collections.indexOfFirst_3vq27r$ = indexOfFirst_5;
- package$collections.indexOfFirst_xffwn9$ = indexOfFirst_6;
- package$collections.indexOfFirst_3ji0pj$ = indexOfFirst_7;
- package$collections.get_indices_m7z4lg$ = get_indices;
- var package$ranges = package$kotlin.ranges || (package$kotlin.ranges = {});
- package$ranges.reversed_zf1xzc$ = reversed_9;
- package$collections.indexOfLast_sfx99b$ = indexOfLast;
- package$collections.get_indices_964n91$ = get_indices_0;
- package$collections.indexOfLast_c3i447$ = indexOfLast_0;
- package$collections.get_indices_i2lc79$ = get_indices_1;
- package$collections.indexOfLast_247xw3$ = indexOfLast_1;
- package$collections.get_indices_tmsbgo$ = get_indices_2;
- package$collections.indexOfLast_il4kyb$ = indexOfLast_2;
- package$collections.get_indices_se6h4x$ = get_indices_3;
- package$collections.indexOfLast_i1oc7r$ = indexOfLast_3;
- package$collections.get_indices_rjqryz$ = get_indices_4;
- package$collections.indexOfLast_u4nq1f$ = indexOfLast_4;
- package$collections.get_indices_bvy38s$ = get_indices_5;
- package$collections.indexOfLast_3vq27r$ = indexOfLast_5;
- package$collections.get_indices_l1lu5t$ = get_indices_6;
- package$collections.indexOfLast_xffwn9$ = indexOfLast_6;
- package$collections.get_indices_355ntz$ = get_indices_7;
- package$collections.indexOfLast_3ji0pj$ = indexOfLast_7;
- package$collections.last_us0mfu$ = last;
- package$collections.last_964n91$ = last_0;
- package$collections.last_i2lc79$ = last_1;
- package$collections.last_tmsbgo$ = last_2;
- package$collections.last_se6h4x$ = last_3;
- package$collections.last_rjqryz$ = last_4;
- package$collections.last_bvy38s$ = last_5;
- package$collections.last_l1lu5t$ = last_6;
- package$collections.last_355ntz$ = last_7;
- package$collections.last_sfx99b$ = last_8;
- package$collections.last_c3i447$ = last_9;
- package$collections.last_247xw3$ = last_10;
- package$collections.last_il4kyb$ = last_11;
- package$collections.last_i1oc7r$ = last_12;
- package$collections.last_u4nq1f$ = last_13;
- package$collections.last_3vq27r$ = last_14;
- package$collections.last_xffwn9$ = last_15;
- package$collections.last_3ji0pj$ = last_16;
- package$collections.lastIndexOf_mjy6jw$ = lastIndexOf;
- package$collections.lastIndexOf_jlnu8a$ = lastIndexOf_0;
- package$collections.lastIndexOf_s7ir3o$ = lastIndexOf_1;
- package$collections.lastIndexOf_c03ot6$ = lastIndexOf_2;
- package$collections.lastIndexOf_uxdaoa$ = lastIndexOf_3;
- package$collections.lastIndexOf_omthmc$ = lastIndexOf_4;
- package$collections.lastIndexOf_taaqy$ = lastIndexOf_5;
- package$collections.lastIndexOf_yax8s4$ = lastIndexOf_6;
- package$collections.lastIndexOf_o2f9me$ = lastIndexOf_7;
- package$collections.lastOrNull_us0mfu$ = lastOrNull;
- package$collections.lastOrNull_964n91$ = lastOrNull_0;
- package$collections.lastOrNull_i2lc79$ = lastOrNull_1;
- package$collections.lastOrNull_tmsbgo$ = lastOrNull_2;
- package$collections.lastOrNull_se6h4x$ = lastOrNull_3;
- package$collections.lastOrNull_rjqryz$ = lastOrNull_4;
- package$collections.lastOrNull_bvy38s$ = lastOrNull_5;
- package$collections.lastOrNull_l1lu5t$ = lastOrNull_6;
- package$collections.lastOrNull_355ntz$ = lastOrNull_7;
- var package$random = package$kotlin.random || (package$kotlin.random = {});
- package$random.Random = Random;
- package$collections.random_lj338n$ = random_8;
- package$collections.random_ciead0$ = random_9;
- package$collections.random_wayomy$ = random_10;
- package$collections.random_os0q87$ = random_11;
- package$collections.random_2uk8lc$ = random_12;
- package$collections.random_zcvl96$ = random_13;
- package$collections.random_k31a39$ = random_14;
- package$collections.random_mwcbea$ = random_15;
- package$collections.random_8kgqmy$ = random_16;
- package$collections.randomOrNull_lj338n$ = randomOrNull_8;
- package$collections.randomOrNull_ciead0$ = randomOrNull_9;
- package$collections.randomOrNull_wayomy$ = randomOrNull_10;
- package$collections.randomOrNull_os0q87$ = randomOrNull_11;
- package$collections.randomOrNull_2uk8lc$ = randomOrNull_12;
- package$collections.randomOrNull_zcvl96$ = randomOrNull_13;
- package$collections.randomOrNull_k31a39$ = randomOrNull_14;
- package$collections.randomOrNull_mwcbea$ = randomOrNull_15;
- package$collections.randomOrNull_8kgqmy$ = randomOrNull_16;
- package$collections.single_us0mfu$ = single;
- package$collections.single_964n91$ = single_0;
- package$collections.single_i2lc79$ = single_1;
- package$collections.single_tmsbgo$ = single_2;
- package$collections.single_se6h4x$ = single_3;
- package$collections.single_rjqryz$ = single_4;
- package$collections.single_bvy38s$ = single_5;
- package$collections.single_l1lu5t$ = single_6;
- package$collections.single_355ntz$ = single_7;
- package$kotlin.IllegalArgumentException_init_pdl1vj$ = IllegalArgumentException_init_0;
- package$collections.single_sfx99b$ = single_8;
- package$collections.single_c3i447$ = single_9;
- package$collections.single_247xw3$ = single_10;
- package$collections.single_il4kyb$ = single_11;
- package$collections.single_i1oc7r$ = single_12;
- package$collections.single_u4nq1f$ = single_13;
- package$collections.single_3vq27r$ = single_14;
- package$collections.single_xffwn9$ = single_15;
- package$collections.single_3ji0pj$ = single_16;
- package$collections.singleOrNull_us0mfu$ = singleOrNull;
- package$collections.singleOrNull_964n91$ = singleOrNull_0;
- package$collections.singleOrNull_i2lc79$ = singleOrNull_1;
- package$collections.singleOrNull_tmsbgo$ = singleOrNull_2;
- package$collections.singleOrNull_se6h4x$ = singleOrNull_3;
- package$collections.singleOrNull_rjqryz$ = singleOrNull_4;
- package$collections.singleOrNull_bvy38s$ = singleOrNull_5;
- package$collections.singleOrNull_l1lu5t$ = singleOrNull_6;
- package$collections.singleOrNull_355ntz$ = singleOrNull_7;
- package$collections.singleOrNull_sfx99b$ = singleOrNull_8;
- package$collections.singleOrNull_c3i447$ = singleOrNull_9;
- package$collections.singleOrNull_247xw3$ = singleOrNull_10;
- package$collections.singleOrNull_il4kyb$ = singleOrNull_11;
- package$collections.singleOrNull_i1oc7r$ = singleOrNull_12;
- package$collections.singleOrNull_u4nq1f$ = singleOrNull_13;
- package$collections.singleOrNull_3vq27r$ = singleOrNull_14;
- package$collections.singleOrNull_xffwn9$ = singleOrNull_15;
- package$collections.singleOrNull_3ji0pj$ = singleOrNull_16;
- package$collections.drop_8ujjk8$ = drop;
- package$collections.drop_mrm5p$ = drop_0;
- package$collections.drop_m2jy6x$ = drop_1;
- package$collections.drop_c03ot6$ = drop_2;
- package$collections.drop_3aefkx$ = drop_3;
- package$collections.drop_rblqex$ = drop_4;
- package$collections.drop_xgrzbe$ = drop_5;
- package$collections.drop_1qu12l$ = drop_6;
- package$collections.drop_gtcw5h$ = drop_7;
- package$collections.dropLast_8ujjk8$ = dropLast;
- package$collections.dropLast_mrm5p$ = dropLast_0;
- package$collections.dropLast_m2jy6x$ = dropLast_1;
- package$collections.dropLast_c03ot6$ = dropLast_2;
- package$collections.dropLast_3aefkx$ = dropLast_3;
- package$collections.dropLast_rblqex$ = dropLast_4;
- package$collections.dropLast_xgrzbe$ = dropLast_5;
- package$collections.dropLast_1qu12l$ = dropLast_6;
- package$collections.dropLast_gtcw5h$ = dropLast_7;
- package$collections.take_8ujjk8$ = take;
- package$collections.emptyList_287e2$ = emptyList;
- package$collections.dropLastWhile_sfx99b$ = dropLastWhile;
- package$collections.take_mrm5p$ = take_0;
- package$collections.dropLastWhile_c3i447$ = dropLastWhile_0;
- package$collections.take_m2jy6x$ = take_1;
- package$collections.dropLastWhile_247xw3$ = dropLastWhile_1;
- package$collections.take_c03ot6$ = take_2;
- package$collections.dropLastWhile_il4kyb$ = dropLastWhile_2;
- package$collections.take_3aefkx$ = take_3;
- package$collections.dropLastWhile_i1oc7r$ = dropLastWhile_3;
- package$collections.take_rblqex$ = take_4;
- package$collections.dropLastWhile_u4nq1f$ = dropLastWhile_4;
- package$collections.take_xgrzbe$ = take_5;
- package$collections.dropLastWhile_3vq27r$ = dropLastWhile_5;
- package$collections.take_1qu12l$ = take_6;
- package$collections.dropLastWhile_xffwn9$ = dropLastWhile_6;
- package$collections.take_gtcw5h$ = take_7;
- package$collections.dropLastWhile_3ji0pj$ = dropLastWhile_7;
- package$collections.ArrayList_init_287e2$ = ArrayList_init;
- package$collections.dropWhile_sfx99b$ = dropWhile;
- package$collections.dropWhile_c3i447$ = dropWhile_0;
- package$collections.dropWhile_247xw3$ = dropWhile_1;
- package$collections.dropWhile_il4kyb$ = dropWhile_2;
- package$collections.dropWhile_i1oc7r$ = dropWhile_3;
- package$collections.dropWhile_u4nq1f$ = dropWhile_4;
- package$collections.dropWhile_3vq27r$ = dropWhile_5;
- package$collections.dropWhile_xffwn9$ = dropWhile_6;
- package$collections.dropWhile_3ji0pj$ = dropWhile_7;
- package$collections.filterTo_ywpv22$ = filterTo;
- package$collections.filter_sfx99b$ = filter;
- package$collections.filterTo_oqzfqb$ = filterTo_0;
- package$collections.filter_c3i447$ = filter_0;
- package$collections.filterTo_pth3ij$ = filterTo_1;
- package$collections.filter_247xw3$ = filter_1;
- package$collections.filterTo_fz4mzi$ = filterTo_2;
- package$collections.filter_il4kyb$ = filter_2;
- package$collections.filterTo_xddlih$ = filterTo_3;
- package$collections.filter_i1oc7r$ = filter_3;
- package$collections.filterTo_b4wiqz$ = filterTo_4;
- package$collections.filter_u4nq1f$ = filter_4;
- package$collections.filterTo_y6u45w$ = filterTo_5;
- package$collections.filter_3vq27r$ = filter_5;
- package$collections.filterTo_soq3qv$ = filterTo_6;
- package$collections.filter_xffwn9$ = filter_6;
- package$collections.filterTo_7as3in$ = filterTo_7;
- package$collections.filter_3ji0pj$ = filter_7;
- package$collections.filterIndexedTo_yy1162$ = filterIndexedTo;
- package$collections.filterIndexed_1x1hc5$ = filterIndexed;
- package$collections.filterIndexedTo_9utof$ = filterIndexedTo_0;
- package$collections.filterIndexed_muebcr$ = filterIndexed_0;
- package$collections.filterIndexedTo_9c7hyn$ = filterIndexedTo_1;
- package$collections.filterIndexed_na3tu9$ = filterIndexed_1;
- package$collections.filterIndexedTo_xxq4i$ = filterIndexedTo_2;
- package$collections.filterIndexed_j54otz$ = filterIndexed_2;
- package$collections.filterIndexedTo_sp77il$ = filterIndexedTo_3;
- package$collections.filterIndexed_8y5rp7$ = filterIndexed_3;
- package$collections.filterIndexedTo_1eenap$ = filterIndexedTo_4;
- package$collections.filterIndexed_ngxnyp$ = filterIndexed_4;
- package$collections.filterIndexedTo_a0ikl4$ = filterIndexedTo_5;
- package$collections.filterIndexed_4abx9h$ = filterIndexed_5;
- package$collections.filterIndexedTo_m16605$ = filterIndexedTo_6;
- package$collections.filterIndexed_40mjvt$ = filterIndexed_6;
- package$collections.filterIndexedTo_evsozx$ = filterIndexedTo_7;
- package$collections.filterIndexed_es6ekl$ = filterIndexed_7;
- package$collections.forEachIndexed_arhcu7$ = forEachIndexed;
- package$collections.forEachIndexed_1b870r$ = forEachIndexed_0;
- package$collections.forEachIndexed_2042pt$ = forEachIndexed_1;
- package$collections.forEachIndexed_71hk2v$ = forEachIndexed_2;
- package$collections.forEachIndexed_xp2l85$ = forEachIndexed_3;
- package$collections.forEachIndexed_fd0uwv$ = forEachIndexed_4;
- package$collections.forEachIndexed_fchhez$ = forEachIndexed_5;
- package$collections.forEachIndexed_jzv3dz$ = forEachIndexed_6;
- package$collections.forEachIndexed_u1r9l7$ = forEachIndexed_7;
- package$collections.filterNotTo_ywpv22$ = filterNotTo;
- package$collections.filterNot_sfx99b$ = filterNot;
- package$collections.filterNotTo_oqzfqb$ = filterNotTo_0;
- package$collections.filterNot_c3i447$ = filterNot_0;
- package$collections.filterNotTo_pth3ij$ = filterNotTo_1;
- package$collections.filterNot_247xw3$ = filterNot_1;
- package$collections.filterNotTo_fz4mzi$ = filterNotTo_2;
- package$collections.filterNot_il4kyb$ = filterNot_2;
- package$collections.filterNotTo_xddlih$ = filterNotTo_3;
- package$collections.filterNot_i1oc7r$ = filterNot_3;
- package$collections.filterNotTo_b4wiqz$ = filterNotTo_4;
- package$collections.filterNot_u4nq1f$ = filterNot_4;
- package$collections.filterNotTo_y6u45w$ = filterNotTo_5;
- package$collections.filterNot_3vq27r$ = filterNot_5;
- package$collections.filterNotTo_soq3qv$ = filterNotTo_6;
- package$collections.filterNot_xffwn9$ = filterNot_6;
- package$collections.filterNotTo_7as3in$ = filterNotTo_7;
- package$collections.filterNot_3ji0pj$ = filterNot_7;
- package$collections.filterNotNull_emfgvx$ = filterNotNull;
- package$collections.filterNotNullTo_hhiqfl$ = filterNotNullTo;
- package$collections.slice_l0m14x$ = slice;
- package$collections.slice_dww5cs$ = slice_0;
- package$collections.slice_stgke$ = slice_1;
- package$collections.slice_bo8l67$ = slice_2;
- package$collections.slice_renlpk$ = slice_3;
- package$collections.slice_l0yznm$ = slice_4;
- package$collections.slice_eezeoj$ = slice_5;
- package$collections.slice_99nmd2$ = slice_6;
- package$collections.slice_bq4su$ = slice_7;
- package$collections.slice_ojs19h$ = slice_8;
- package$collections.slice_9qpjb4$ = slice_9;
- package$collections.slice_uttdbu$ = slice_10;
- package$collections.slice_e3izir$ = slice_11;
- package$collections.slice_b97tkk$ = slice_12;
- package$collections.slice_43gn6u$ = slice_13;
- package$collections.slice_tsyzex$ = slice_14;
- package$collections.slice_5rv4nu$ = slice_15;
- package$collections.slice_f1e7g2$ = slice_16;
- package$collections.sliceArray_fzrmze$ = sliceArray;
- package$collections.sliceArray_c5a9lg$ = sliceArray_0;
- package$collections.sliceArray_w9izwu$ = sliceArray_1;
- package$collections.sliceArray_q1yphb$ = sliceArray_2;
- package$collections.sliceArray_ofyxrs$ = sliceArray_3;
- package$collections.sliceArray_3hmy1e$ = sliceArray_4;
- package$collections.sliceArray_rv5q3n$ = sliceArray_5;
- package$collections.sliceArray_ht9wl6$ = sliceArray_6;
- package$collections.sliceArray_6pwjvi$ = sliceArray_7;
- package$collections.sliceArray_8r7b3e$ = sliceArray_8;
- package$collections.sliceArray_dww5cs$ = sliceArray_9;
- package$collections.sliceArray_stgke$ = sliceArray_10;
- package$collections.sliceArray_bo8l67$ = sliceArray_11;
- package$collections.sliceArray_renlpk$ = sliceArray_12;
- package$collections.sliceArray_l0yznm$ = sliceArray_13;
- package$collections.sliceArray_eezeoj$ = sliceArray_14;
- package$collections.sliceArray_99nmd2$ = sliceArray_15;
- package$collections.sliceArray_bq4su$ = sliceArray_16;
- package$collections.takeLast_8ujjk8$ = takeLast;
- package$collections.takeLast_mrm5p$ = takeLast_0;
- package$collections.takeLast_m2jy6x$ = takeLast_1;
- package$collections.takeLast_c03ot6$ = takeLast_2;
- package$collections.takeLast_3aefkx$ = takeLast_3;
- package$collections.takeLast_rblqex$ = takeLast_4;
- package$collections.takeLast_xgrzbe$ = takeLast_5;
- package$collections.takeLast_1qu12l$ = takeLast_6;
- package$collections.takeLast_gtcw5h$ = takeLast_7;
- package$collections.toList_us0mfu$ = toList;
- package$collections.takeLastWhile_sfx99b$ = takeLastWhile;
- package$collections.toList_964n91$ = toList_0;
- package$collections.takeLastWhile_c3i447$ = takeLastWhile_0;
- package$collections.toList_i2lc79$ = toList_1;
- package$collections.takeLastWhile_247xw3$ = takeLastWhile_1;
- package$collections.toList_tmsbgo$ = toList_2;
- package$collections.takeLastWhile_il4kyb$ = takeLastWhile_2;
- package$collections.toList_se6h4x$ = toList_3;
- package$collections.takeLastWhile_i1oc7r$ = takeLastWhile_3;
- package$collections.toList_rjqryz$ = toList_4;
- package$collections.takeLastWhile_u4nq1f$ = takeLastWhile_4;
- package$collections.toList_bvy38s$ = toList_5;
- package$collections.takeLastWhile_3vq27r$ = takeLastWhile_5;
- package$collections.toList_l1lu5t$ = toList_6;
- package$collections.takeLastWhile_xffwn9$ = takeLastWhile_6;
- package$collections.toList_355ntz$ = toList_7;
- package$collections.takeLastWhile_3ji0pj$ = takeLastWhile_7;
- package$collections.takeWhile_sfx99b$ = takeWhile;
- package$collections.takeWhile_c3i447$ = takeWhile_0;
- package$collections.takeWhile_247xw3$ = takeWhile_1;
- package$collections.takeWhile_il4kyb$ = takeWhile_2;
- package$collections.takeWhile_i1oc7r$ = takeWhile_3;
- package$collections.takeWhile_u4nq1f$ = takeWhile_4;
- package$collections.takeWhile_3vq27r$ = takeWhile_5;
- package$collections.takeWhile_xffwn9$ = takeWhile_6;
- package$collections.takeWhile_3ji0pj$ = takeWhile_7;
- package$collections.reverse_4b5429$ = reverse;
- package$collections.reverse_964n91$ = reverse_0;
- package$collections.reverse_i2lc79$ = reverse_1;
- package$collections.reverse_tmsbgo$ = reverse_2;
- package$collections.reverse_se6h4x$ = reverse_3;
- package$collections.reverse_rjqryz$ = reverse_4;
- package$collections.reverse_bvy38s$ = reverse_5;
- package$collections.reverse_l1lu5t$ = reverse_6;
- package$collections.reverse_355ntz$ = reverse_7;
- package$collections.reverse_6dt9vz$ = reverse_8;
- package$collections.reverse_ietg8x$ = reverse_9;
- package$collections.reverse_qxueih$ = reverse_10;
- package$collections.reverse_6pxxqk$ = reverse_11;
- package$collections.reverse_2n8m0j$ = reverse_12;
- package$collections.reverse_kh1mav$ = reverse_13;
- package$collections.reverse_yfnal4$ = reverse_14;
- package$collections.reverse_ke2ov9$ = reverse_15;
- package$collections.reverse_wlitf7$ = reverse_16;
- package$collections.reversed_us0mfu$ = reversed;
- package$collections.reversed_964n91$ = reversed_0;
- package$collections.reversed_i2lc79$ = reversed_1;
- package$collections.reversed_tmsbgo$ = reversed_2;
- package$collections.reversed_se6h4x$ = reversed_3;
- package$collections.reversed_rjqryz$ = reversed_4;
- package$collections.reversed_bvy38s$ = reversed_5;
- package$collections.reversed_l1lu5t$ = reversed_6;
- package$collections.reversed_355ntz$ = reversed_7;
- package$collections.reversedArray_4b5429$ = reversedArray;
- package$collections.reversedArray_964n91$ = reversedArray_0;
- package$collections.reversedArray_i2lc79$ = reversedArray_1;
- package$collections.reversedArray_tmsbgo$ = reversedArray_2;
- package$collections.reversedArray_se6h4x$ = reversedArray_3;
- package$collections.reversedArray_rjqryz$ = reversedArray_4;
- package$collections.reversedArray_bvy38s$ = reversedArray_5;
- package$collections.reversedArray_l1lu5t$ = reversedArray_6;
- package$collections.reversedArray_355ntz$ = reversedArray_7;
- package$collections.shuffle_4b5429$ = shuffle;
- package$collections.shuffle_964n91$ = shuffle_0;
- package$collections.shuffle_i2lc79$ = shuffle_1;
- package$collections.shuffle_tmsbgo$ = shuffle_2;
- package$collections.shuffle_se6h4x$ = shuffle_3;
- package$collections.shuffle_rjqryz$ = shuffle_4;
- package$collections.shuffle_bvy38s$ = shuffle_5;
- package$collections.shuffle_l1lu5t$ = shuffle_6;
- package$collections.shuffle_355ntz$ = shuffle_7;
- package$collections.shuffle_xtafm$ = shuffle_8;
- package$collections.shuffle_ciead0$ = shuffle_9;
- package$collections.shuffle_wayomy$ = shuffle_10;
- package$collections.shuffle_os0q87$ = shuffle_11;
- package$collections.shuffle_2uk8lc$ = shuffle_12;
- package$collections.shuffle_zcvl96$ = shuffle_13;
- package$collections.shuffle_k31a39$ = shuffle_14;
- package$collections.shuffle_mwcbea$ = shuffle_15;
- package$collections.shuffle_8kgqmy$ = shuffle_16;
- package$collections.sortWith_iwcb0m$ = sortWith;
- package$collections.sortBy_99hh6x$ = sortBy;
- package$collections.sortByDescending_99hh6x$ = sortByDescending;
- package$collections.sortDescending_pbinho$ = sortDescending;
- package$collections.sortDescending_964n91$ = sortDescending_0;
- package$collections.sortDescending_i2lc79$ = sortDescending_1;
- package$collections.sortDescending_tmsbgo$ = sortDescending_2;
- package$collections.sortDescending_se6h4x$ = sortDescending_3;
- package$collections.sortDescending_rjqryz$ = sortDescending_4;
- package$collections.sortDescending_bvy38s$ = sortDescending_5;
- package$collections.sortDescending_355ntz$ = sortDescending_6;
- package$collections.sorted_pbinho$ = sorted;
- package$collections.sorted_964n91$ = sorted_0;
- package$collections.sorted_i2lc79$ = sorted_1;
- package$collections.sorted_tmsbgo$ = sorted_2;
- package$collections.sorted_se6h4x$ = sorted_3;
- package$collections.sorted_rjqryz$ = sorted_4;
- package$collections.sorted_bvy38s$ = sorted_5;
- package$collections.sorted_355ntz$ = sorted_6;
- package$collections.sortedArray_j2hqw1$ = sortedArray;
- package$collections.sortedArray_964n91$ = sortedArray_0;
- package$collections.sortedArray_i2lc79$ = sortedArray_1;
- package$collections.sortedArray_tmsbgo$ = sortedArray_2;
- package$collections.sortedArray_se6h4x$ = sortedArray_3;
- package$collections.sortedArray_rjqryz$ = sortedArray_4;
- package$collections.sortedArray_bvy38s$ = sortedArray_5;
- package$collections.sortedArray_355ntz$ = sortedArray_6;
- package$collections.sortedArrayDescending_j2hqw1$ = sortedArrayDescending;
- package$collections.sortedArrayDescending_964n91$ = sortedArrayDescending_0;
- package$collections.sortedArrayDescending_i2lc79$ = sortedArrayDescending_1;
- package$collections.sortedArrayDescending_tmsbgo$ = sortedArrayDescending_2;
- package$collections.sortedArrayDescending_se6h4x$ = sortedArrayDescending_3;
- package$collections.sortedArrayDescending_rjqryz$ = sortedArrayDescending_4;
- package$collections.sortedArrayDescending_bvy38s$ = sortedArrayDescending_5;
- package$collections.sortedArrayDescending_355ntz$ = sortedArrayDescending_6;
- package$collections.sortedArrayWith_iwcb0m$ = sortedArrayWith;
- package$collections.sortedWith_iwcb0m$ = sortedWith;
- package$collections.sortedBy_99hh6x$ = sortedBy;
- package$collections.sortedWith_movtv6$ = sortedWith_0;
- package$collections.sortedBy_jirwv8$ = sortedBy_0;
- package$collections.sortedWith_u08rls$ = sortedWith_1;
- package$collections.sortedBy_p0tdr4$ = sortedBy_1;
- package$collections.sortedWith_rsw9pc$ = sortedWith_2;
- package$collections.sortedBy_30vlmi$ = sortedBy_2;
- package$collections.sortedWith_wqwa2y$ = sortedWith_3;
- package$collections.sortedBy_hom4ws$ = sortedBy_3;
- package$collections.sortedWith_1sg7gg$ = sortedWith_4;
- package$collections.sortedBy_ksd00w$ = sortedBy_4;
- package$collections.sortedWith_jucva8$ = sortedWith_5;
- package$collections.sortedBy_fvpt30$ = sortedBy_5;
- package$collections.sortedWith_7ffj0g$ = sortedWith_6;
- package$collections.sortedBy_xt360o$ = sortedBy_6;
- package$collections.sortedWith_7ncb86$ = sortedWith_7;
- package$collections.sortedBy_epurks$ = sortedBy_7;
- package$collections.sortedByDescending_99hh6x$ = sortedByDescending;
- package$collections.sortedByDescending_jirwv8$ = sortedByDescending_0;
- package$collections.sortedByDescending_p0tdr4$ = sortedByDescending_1;
- package$collections.sortedByDescending_30vlmi$ = sortedByDescending_2;
- package$collections.sortedByDescending_hom4ws$ = sortedByDescending_3;
- package$collections.sortedByDescending_ksd00w$ = sortedByDescending_4;
- package$collections.sortedByDescending_fvpt30$ = sortedByDescending_5;
- package$collections.sortedByDescending_xt360o$ = sortedByDescending_6;
- package$collections.sortedByDescending_epurks$ = sortedByDescending_7;
- package$collections.sortedDescending_pbinho$ = sortedDescending;
- package$collections.sortedDescending_964n91$ = sortedDescending_0;
- package$collections.sortedDescending_i2lc79$ = sortedDescending_1;
- package$collections.sortedDescending_tmsbgo$ = sortedDescending_2;
- package$collections.sortedDescending_se6h4x$ = sortedDescending_3;
- package$collections.sortedDescending_rjqryz$ = sortedDescending_4;
- package$collections.sortedDescending_bvy38s$ = sortedDescending_5;
- package$collections.sortedDescending_355ntz$ = sortedDescending_6;
- package$collections.sortDescending_xapcvs$ = sortDescending_7;
- package$collections.sortDescending_ietg8x$ = sortDescending_8;
- package$collections.sortDescending_qxueih$ = sortDescending_9;
- package$collections.sortDescending_6pxxqk$ = sortDescending_10;
- package$collections.sortDescending_2n8m0j$ = sortDescending_11;
- package$collections.sortDescending_kh1mav$ = sortDescending_12;
- package$collections.sortDescending_yfnal4$ = sortDescending_13;
- package$collections.sortDescending_wlitf7$ = sortDescending_14;
- package$collections.toBooleanArray_xbflon$ = toBooleanArray;
- package$collections.toByteArray_vn5r1x$ = toByteArray;
- package$collections.toCharArray_vfshuv$ = toCharArray;
- package$collections.toDoubleArray_pnorak$ = toDoubleArray;
- package$collections.toFloatArray_529xol$ = toFloatArray;
- package$collections.toIntArray_5yd9ji$ = toIntArray;
- package$collections.toLongArray_r2b9hd$ = toLongArray;
- package$collections.toShortArray_t8c1id$ = toShortArray;
- package$collections.mapCapacity_za3lpa$ = mapCapacity;
- package$ranges.coerceAtLeast_dqglrj$ = coerceAtLeast_2;
- package$collections.LinkedHashMap_init_bwtc7$ = LinkedHashMap_init_2;
- package$collections.associateTo_t6a58$ = associateTo;
- package$collections.associate_51p84z$ = associate;
- package$collections.associateTo_30k0gw$ = associateTo_0;
- package$collections.associate_hllm27$ = associate_0;
- package$collections.associateTo_pdwiok$ = associateTo_1;
- package$collections.associate_21tl2r$ = associate_1;
- package$collections.associateTo_yjydda$ = associateTo_2;
- package$collections.associate_ff74x3$ = associate_2;
- package$collections.associateTo_o9od0g$ = associateTo_3;
- package$collections.associate_d7c9rj$ = associate_3;
- package$collections.associateTo_642zho$ = associateTo_4;
- package$collections.associate_ddcx1p$ = associate_4;
- package$collections.associateTo_t00y2o$ = associateTo_5;
- package$collections.associate_neh4lr$ = associate_5;
- package$collections.associateTo_l2eg58$ = associateTo_6;
- package$collections.associate_su3lit$ = associate_6;
- package$collections.associateTo_7k1sps$ = associateTo_7;
- package$collections.associate_2m77bl$ = associate_7;
- package$collections.associateByTo_jnbl5d$ = associateByTo;
- package$collections.associateBy_73x53s$ = associateBy;
- package$collections.associateByTo_6rsi3p$ = associateByTo_0;
- package$collections.associateBy_i1orpu$ = associateBy_0;
- package$collections.associateByTo_mvhbwl$ = associateByTo_1;
- package$collections.associateBy_2yxo7i$ = associateBy_1;
- package$collections.associateByTo_jk03w$ = associateByTo_2;
- package$collections.associateBy_vhfi20$ = associateBy_2;
- package$collections.associateByTo_fajp69$ = associateByTo_3;
- package$collections.associateBy_oifiz6$ = associateBy_3;
- package$collections.associateByTo_z2kljv$ = associateByTo_4;
- package$collections.associateBy_5k9h5a$ = associateBy_4;
- package$collections.associateByTo_s8dkm4$ = associateByTo_5;
- package$collections.associateBy_hbdsc2$ = associateBy_5;
- package$collections.associateByTo_ro4olb$ = associateByTo_6;
- package$collections.associateBy_8oadti$ = associateBy_6;
- package$collections.associateByTo_deafr$ = associateByTo_7;
- package$collections.associateBy_pmkh76$ = associateBy_7;
- package$collections.associateByTo_8rzqwv$ = associateByTo_8;
- package$collections.associateBy_67lihi$ = associateBy_8;
- package$collections.associateByTo_cne8q6$ = associateByTo_9;
- package$collections.associateBy_prlkfp$ = associateBy_9;
- package$collections.associateByTo_gcgqha$ = associateByTo_10;
- package$collections.associateBy_emzy0b$ = associateBy_10;
- package$collections.associateByTo_snsha9$ = associateByTo_11;
- package$collections.associateBy_5wtufc$ = associateBy_11;
- package$collections.associateByTo_ryii4m$ = associateByTo_12;
- package$collections.associateBy_hq1329$ = associateBy_12;
- package$collections.associateByTo_6a7lri$ = associateByTo_13;
- package$collections.associateBy_jjomwl$ = associateBy_13;
- package$collections.associateByTo_lxofut$ = associateByTo_14;
- package$collections.associateBy_bvjqb8$ = associateBy_14;
- package$collections.associateByTo_u9h8ze$ = associateByTo_15;
- package$collections.associateBy_hxvtq7$ = associateBy_15;
- package$collections.associateByTo_u7k4io$ = associateByTo_16;
- package$collections.associateBy_nlw5ll$ = associateBy_16;
- package$collections.associateWithTo_4yxay7$ = associateWithTo;
- package$collections.associateWith_73x53s$ = associateWith;
- package$ranges.coerceAtMost_dqglrj$ = coerceAtMost_2;
- package$collections.toCollection_5n4o2z$ = toCollection;
- package$collections.toCollection_iu3dad$ = toCollection_0;
- package$collections.toCollection_wvb8kp$ = toCollection_1;
- package$collections.toCollection_u9aek7$ = toCollection_2;
- package$collections.toCollection_j1hzal$ = toCollection_3;
- package$collections.toCollection_tkc3iv$ = toCollection_4;
- package$collections.toCollection_hivqqf$ = toCollection_5;
- package$collections.toCollection_v35pav$ = toCollection_6;
- package$collections.toCollection_qezmjj$ = toCollection_7;
- package$collections.toHashSet_us0mfu$ = toHashSet;
- package$collections.toHashSet_964n91$ = toHashSet_0;
- package$collections.toHashSet_i2lc79$ = toHashSet_1;
- package$collections.toHashSet_tmsbgo$ = toHashSet_2;
- package$collections.toHashSet_se6h4x$ = toHashSet_3;
- package$collections.toHashSet_rjqryz$ = toHashSet_4;
- package$collections.toHashSet_bvy38s$ = toHashSet_5;
- package$collections.toHashSet_l1lu5t$ = toHashSet_6;
- package$collections.toHashSet_355ntz$ = toHashSet_7;
- package$collections.toMutableList_us0mfu$ = toMutableList;
- package$collections.toMutableList_964n91$ = toMutableList_0;
- package$collections.toMutableList_i2lc79$ = toMutableList_1;
- package$collections.toMutableList_tmsbgo$ = toMutableList_2;
- package$collections.toMutableList_se6h4x$ = toMutableList_3;
- package$collections.toMutableList_rjqryz$ = toMutableList_4;
- package$collections.toMutableList_bvy38s$ = toMutableList_5;
- package$collections.toMutableList_l1lu5t$ = toMutableList_6;
- package$collections.toMutableList_355ntz$ = toMutableList_7;
- package$collections.toSet_us0mfu$ = toSet;
- package$collections.toSet_964n91$ = toSet_0;
- package$collections.toSet_i2lc79$ = toSet_1;
- package$collections.toSet_tmsbgo$ = toSet_2;
- package$collections.toSet_se6h4x$ = toSet_3;
- package$collections.toSet_rjqryz$ = toSet_4;
- package$collections.toSet_bvy38s$ = toSet_5;
- package$collections.toSet_l1lu5t$ = toSet_6;
- package$collections.toSet_355ntz$ = toSet_7;
- package$collections.flatMapTo_qpz03$ = flatMapTo;
- package$collections.flatMap_m96iup$ = flatMap;
- package$collections.flatMapTo_hrglhs$ = flatMapTo_0;
- package$collections.flatMap_7g5j6z$ = flatMap_0;
- package$collections.flatMapTo_9q2ddu$ = flatMapTo_1;
- package$collections.flatMap_2azm6x$ = flatMap_1;
- package$collections.flatMapTo_ae7k4k$ = flatMapTo_2;
- package$collections.flatMap_k7x5xb$ = flatMap_2;
- package$collections.flatMapTo_6h8o5s$ = flatMapTo_3;
- package$collections.flatMap_jv6p05$ = flatMap_3;
- package$collections.flatMapTo_fngh32$ = flatMapTo_4;
- package$collections.flatMap_a6ay1l$ = flatMap_4;
- package$collections.flatMapTo_53zyz4$ = flatMapTo_5;
- package$collections.flatMap_kx9v79$ = flatMap_5;
- package$collections.flatMapTo_9hj6lm$ = flatMapTo_6;
- package$collections.flatMap_io4c5r$ = flatMap_6;
- package$collections.flatMapTo_5s36kw$ = flatMapTo_7;
- package$collections.flatMap_m4binf$ = flatMap_7;
- package$collections.flatMapTo_kbi8px$ = flatMapTo_8;
- package$collections.flatMap_m8h8ht$ = flatMap_8;
- package$collections.addAll_ipc267$ = addAll;
- package$collections.addAll_tj7pfx$ = addAll_0;
- package$collections.LinkedHashMap_init_q3lmfv$ = LinkedHashMap_init;
- package$collections.groupByTo_1qxbxg$ = groupByTo;
- package$collections.groupBy_73x53s$ = groupBy;
- package$collections.groupByTo_6kmz48$ = groupByTo_0;
- package$collections.groupBy_i1orpu$ = groupBy_0;
- package$collections.groupByTo_bo8r4m$ = groupByTo_1;
- package$collections.groupBy_2yxo7i$ = groupBy_1;
- package$collections.groupByTo_q1iim5$ = groupByTo_2;
- package$collections.groupBy_vhfi20$ = groupBy_2;
- package$collections.groupByTo_mu2a4k$ = groupByTo_3;
- package$collections.groupBy_oifiz6$ = groupBy_3;
- package$collections.groupByTo_x0uw5m$ = groupByTo_4;
- package$collections.groupBy_5k9h5a$ = groupBy_4;
- package$collections.groupByTo_xcz1ip$ = groupByTo_5;
- package$collections.groupBy_hbdsc2$ = groupBy_5;
- package$collections.groupByTo_mrd1pq$ = groupByTo_6;
- package$collections.groupBy_8oadti$ = groupBy_6;
- package$collections.groupByTo_axxeqe$ = groupByTo_7;
- package$collections.groupBy_pmkh76$ = groupBy_7;
- package$collections.groupByTo_ha2xv2$ = groupByTo_8;
- package$collections.groupBy_67lihi$ = groupBy_8;
- package$collections.groupByTo_lnembp$ = groupByTo_9;
- package$collections.groupBy_prlkfp$ = groupBy_9;
- package$collections.groupByTo_n3jh2d$ = groupByTo_10;
- package$collections.groupBy_emzy0b$ = groupBy_10;
- package$collections.groupByTo_ted19q$ = groupByTo_11;
- package$collections.groupBy_5wtufc$ = groupBy_11;
- package$collections.groupByTo_bzm9l3$ = groupByTo_12;
- package$collections.groupBy_hq1329$ = groupBy_12;
- package$collections.groupByTo_4auzph$ = groupByTo_13;
- package$collections.groupBy_jjomwl$ = groupBy_13;
- package$collections.groupByTo_akngni$ = groupByTo_14;
- package$collections.groupBy_bvjqb8$ = groupBy_14;
- package$collections.groupByTo_au1frb$ = groupByTo_15;
- package$collections.groupBy_hxvtq7$ = groupBy_15;
- package$collections.groupByTo_cmmt3n$ = groupByTo_16;
- package$collections.groupBy_nlw5ll$ = groupBy_16;
- package$collections.getOrPut_9wl75a$ = getOrPut;
- package$collections.Grouping = Grouping;
- package$collections.groupingBy_73x53s$ = groupingBy;
- package$collections.ArrayList_init_ww73n8$ = ArrayList_init_0;
- package$collections.mapTo_4g4n0c$ = mapTo;
- package$collections.map_73x53s$ = map;
- package$collections.mapTo_lvjep5$ = mapTo_0;
- package$collections.map_i1orpu$ = map_0;
- package$collections.mapTo_jtf97t$ = mapTo_1;
- package$collections.map_2yxo7i$ = map_1;
- package$collections.mapTo_18cmir$ = mapTo_2;
- package$collections.map_vhfi20$ = map_2;
- package$collections.mapTo_6e2q1j$ = mapTo_3;
- package$collections.map_oifiz6$ = map_3;
- package$collections.mapTo_jpuhm1$ = mapTo_4;
- package$collections.map_5k9h5a$ = map_4;
- package$collections.mapTo_u2n9ft$ = mapTo_5;
- package$collections.map_hbdsc2$ = map_5;
- package$collections.mapTo_jrz1ox$ = mapTo_6;
- package$collections.map_8oadti$ = map_6;
- package$collections.mapTo_bsh7dj$ = mapTo_7;
- package$collections.map_pmkh76$ = map_7;
- package$collections.mapIndexedTo_d8bv34$ = mapIndexedTo;
- package$collections.mapIndexed_d05wzo$ = mapIndexed;
- package$collections.mapIndexedTo_797pmj$ = mapIndexedTo_0;
- package$collections.mapIndexed_b1mzcm$ = mapIndexed_0;
- package$collections.mapIndexedTo_5akchx$ = mapIndexedTo_1;
- package$collections.mapIndexed_17cht6$ = mapIndexed_1;
- package$collections.mapIndexedTo_ey1r33$ = mapIndexedTo_2;
- package$collections.mapIndexed_n9l81o$ = mapIndexed_2;
- package$collections.mapIndexedTo_yqgxdn$ = mapIndexedTo_3;
- package$collections.mapIndexed_6hpo96$ = mapIndexed_3;
- package$collections.mapIndexedTo_3uie0r$ = mapIndexedTo_4;
- package$collections.mapIndexed_xqj56$ = mapIndexed_4;
- package$collections.mapIndexedTo_3zacuz$ = mapIndexedTo_5;
- package$collections.mapIndexed_623t7u$ = mapIndexed_5;
- package$collections.mapIndexedTo_r9wz1$ = mapIndexedTo_6;
- package$collections.mapIndexed_tk88gi$ = mapIndexed_6;
- package$collections.mapIndexedTo_d11l8l$ = mapIndexedTo_7;
- package$collections.mapIndexed_8r1kga$ = mapIndexed_7;
- package$collections.mapIndexedNotNullTo_97f7ib$ = mapIndexedNotNullTo;
- package$collections.mapIndexedNotNull_aytly7$ = mapIndexedNotNull;
- package$collections.mapNotNullTo_cni40x$ = mapNotNullTo;
- package$collections.mapNotNull_oxs7gb$ = mapNotNull;
- package$collections.forEach_je628z$ = forEach;
- package$collections.withIndex_us0mfu$ = withIndex;
- package$collections.withIndex_964n91$ = withIndex_0;
- package$collections.withIndex_i2lc79$ = withIndex_1;
- package$collections.withIndex_tmsbgo$ = withIndex_2;
- package$collections.withIndex_se6h4x$ = withIndex_3;
- package$collections.withIndex_rjqryz$ = withIndex_4;
- package$collections.withIndex_bvy38s$ = withIndex_5;
- package$collections.withIndex_l1lu5t$ = withIndex_6;
- package$collections.withIndex_355ntz$ = withIndex_7;
- package$collections.distinct_us0mfu$ = distinct;
- package$collections.distinct_964n91$ = distinct_0;
- package$collections.distinct_i2lc79$ = distinct_1;
- package$collections.distinct_tmsbgo$ = distinct_2;
- package$collections.distinct_se6h4x$ = distinct_3;
- package$collections.distinct_rjqryz$ = distinct_4;
- package$collections.distinct_bvy38s$ = distinct_5;
- package$collections.distinct_l1lu5t$ = distinct_6;
- package$collections.distinct_355ntz$ = distinct_7;
- package$collections.HashSet_init_287e2$ = HashSet_init;
- package$collections.distinctBy_73x53s$ = distinctBy;
- package$collections.distinctBy_i1orpu$ = distinctBy_0;
- package$collections.distinctBy_2yxo7i$ = distinctBy_1;
- package$collections.distinctBy_vhfi20$ = distinctBy_2;
- package$collections.distinctBy_oifiz6$ = distinctBy_3;
- package$collections.distinctBy_5k9h5a$ = distinctBy_4;
- package$collections.distinctBy_hbdsc2$ = distinctBy_5;
- package$collections.distinctBy_8oadti$ = distinctBy_6;
- package$collections.distinctBy_pmkh76$ = distinctBy_7;
- package$collections.intersect_fe0ubx$ = intersect;
- package$collections.intersect_hrvwcl$ = intersect_0;
- package$collections.intersect_ao5c0d$ = intersect_1;
- package$collections.intersect_e3izir$ = intersect_2;
- package$collections.intersect_665vtv$ = intersect_3;
- package$collections.intersect_v6evar$ = intersect_4;
- package$collections.intersect_prhtir$ = intersect_5;
- package$collections.intersect_s6pdl9$ = intersect_6;
- package$collections.intersect_ux50q1$ = intersect_7;
- package$collections.subtract_fe0ubx$ = subtract;
- package$collections.subtract_hrvwcl$ = subtract_0;
- package$collections.subtract_ao5c0d$ = subtract_1;
- package$collections.subtract_e3izir$ = subtract_2;
- package$collections.subtract_665vtv$ = subtract_3;
- package$collections.subtract_v6evar$ = subtract_4;
- package$collections.subtract_prhtir$ = subtract_5;
- package$collections.subtract_s6pdl9$ = subtract_6;
- package$collections.subtract_ux50q1$ = subtract_7;
- package$collections.toMutableSet_us0mfu$ = toMutableSet;
- package$collections.toMutableSet_964n91$ = toMutableSet_0;
- package$collections.toMutableSet_i2lc79$ = toMutableSet_1;
- package$collections.toMutableSet_tmsbgo$ = toMutableSet_2;
- package$collections.toMutableSet_se6h4x$ = toMutableSet_3;
- package$collections.toMutableSet_rjqryz$ = toMutableSet_4;
- package$collections.toMutableSet_bvy38s$ = toMutableSet_5;
- package$collections.toMutableSet_l1lu5t$ = toMutableSet_6;
- package$collections.toMutableSet_355ntz$ = toMutableSet_7;
- package$collections.union_fe0ubx$ = union;
- package$collections.union_hrvwcl$ = union_0;
- package$collections.union_ao5c0d$ = union_1;
- package$collections.union_e3izir$ = union_2;
- package$collections.union_665vtv$ = union_3;
- package$collections.union_v6evar$ = union_4;
- package$collections.union_prhtir$ = union_5;
- package$collections.union_s6pdl9$ = union_6;
- package$collections.union_ux50q1$ = union_7;
- package$collections.all_sfx99b$ = all;
- package$collections.all_c3i447$ = all_0;
- package$collections.all_247xw3$ = all_1;
- package$collections.all_il4kyb$ = all_2;
- package$collections.all_i1oc7r$ = all_3;
- package$collections.all_u4nq1f$ = all_4;
- package$collections.all_3vq27r$ = all_5;
- package$collections.all_xffwn9$ = all_6;
- package$collections.all_3ji0pj$ = all_7;
- package$collections.any_us0mfu$ = any;
- package$collections.any_964n91$ = any_0;
- package$collections.any_i2lc79$ = any_1;
- package$collections.any_tmsbgo$ = any_2;
- package$collections.any_se6h4x$ = any_3;
- package$collections.any_rjqryz$ = any_4;
- package$collections.any_bvy38s$ = any_5;
- package$collections.any_l1lu5t$ = any_6;
- package$collections.any_355ntz$ = any_7;
- package$collections.any_sfx99b$ = any_8;
- package$collections.any_c3i447$ = any_9;
- package$collections.any_247xw3$ = any_10;
- package$collections.any_il4kyb$ = any_11;
- package$collections.any_i1oc7r$ = any_12;
- package$collections.any_u4nq1f$ = any_13;
- package$collections.any_3vq27r$ = any_14;
- package$collections.any_xffwn9$ = any_15;
- package$collections.any_3ji0pj$ = any_16;
- package$collections.count_sfx99b$ = count_8;
- package$collections.count_c3i447$ = count_9;
- package$collections.count_247xw3$ = count_10;
- package$collections.count_il4kyb$ = count_11;
- package$collections.count_i1oc7r$ = count_12;
- package$collections.count_u4nq1f$ = count_13;
- package$collections.count_3vq27r$ = count_14;
- package$collections.count_xffwn9$ = count_15;
- package$collections.count_3ji0pj$ = count_16;
- package$collections.fold_agj4oo$ = fold;
- package$collections.fold_fl151e$ = fold_0;
- package$collections.fold_9nnzbm$ = fold_1;
- package$collections.fold_sgag36$ = fold_2;
- package$collections.fold_sc6mze$ = fold_3;
- package$collections.fold_fnzdea$ = fold_4;
- package$collections.fold_mnppu8$ = fold_5;
- package$collections.fold_43zc0i$ = fold_6;
- package$collections.fold_8nwlk6$ = fold_7;
- package$collections.foldIndexed_oj0mn0$ = foldIndexed;
- package$collections.foldIndexed_qzmh7i$ = foldIndexed_0;
- package$collections.foldIndexed_aijnee$ = foldIndexed_1;
- package$collections.foldIndexed_28ylm2$ = foldIndexed_2;
- package$collections.foldIndexed_37s2ie$ = foldIndexed_3;
- package$collections.foldIndexed_faee2y$ = foldIndexed_4;
- package$collections.foldIndexed_ufoyfg$ = foldIndexed_5;
- package$collections.foldIndexed_z82r06$ = foldIndexed_6;
- package$collections.foldIndexed_sfak8u$ = foldIndexed_7;
- package$collections.foldRight_svmc2u$ = foldRight;
- package$collections.foldRight_wssfls$ = foldRight_0;
- package$collections.foldRight_9ug2j2$ = foldRight_1;
- package$collections.foldRight_8vbxp4$ = foldRight_2;
- package$collections.foldRight_1fuzy8$ = foldRight_3;
- package$collections.foldRight_lsgf76$ = foldRight_4;
- package$collections.foldRight_v5l2cg$ = foldRight_5;
- package$collections.foldRight_ej6ng6$ = foldRight_6;
- package$collections.foldRight_i7w5ds$ = foldRight_7;
- package$collections.foldRightIndexed_et4u4i$ = foldRightIndexed;
- package$collections.foldRightIndexed_le73fo$ = foldRightIndexed_0;
- package$collections.foldRightIndexed_8zkega$ = foldRightIndexed_1;
- package$collections.foldRightIndexed_ltx404$ = foldRightIndexed_2;
- package$collections.foldRightIndexed_qk9kf8$ = foldRightIndexed_3;
- package$collections.foldRightIndexed_95xca2$ = foldRightIndexed_4;
- package$collections.foldRightIndexed_lxtlx8$ = foldRightIndexed_5;
- package$collections.foldRightIndexed_gkwrji$ = foldRightIndexed_6;
- package$collections.foldRightIndexed_ivb0f8$ = foldRightIndexed_7;
- package$collections.forEach_l09evt$ = forEach_0;
- package$collections.forEach_q32uhv$ = forEach_1;
- package$collections.forEach_4l7qrh$ = forEach_2;
- package$collections.forEach_j4vz15$ = forEach_3;
- package$collections.forEach_w9sc9v$ = forEach_4;
- package$collections.forEach_txsb7r$ = forEach_5;
- package$collections.forEach_g04iob$ = forEach_6;
- package$collections.forEach_kxoc7t$ = forEach_7;
- package$collections.max_pnorak$ = max;
- package$collections.max_529xol$ = max_0;
- package$collections.max_pbinho$ = max_1;
- package$collections.max_964n91$ = max_2;
- package$collections.max_i2lc79$ = max_3;
- package$collections.max_tmsbgo$ = max_4;
- package$collections.max_se6h4x$ = max_5;
- package$collections.max_rjqryz$ = max_6;
- package$collections.max_bvy38s$ = max_7;
- package$collections.max_355ntz$ = max_8;
- package$collections.maxByOrNull_99hh6x$ = maxByOrNull;
- package$collections.maxBy_99hh6x$ = maxBy;
- package$collections.maxByOrNull_jirwv8$ = maxByOrNull_0;
- package$collections.maxBy_jirwv8$ = maxBy_0;
- package$collections.maxByOrNull_p0tdr4$ = maxByOrNull_1;
- package$collections.maxBy_p0tdr4$ = maxBy_1;
- package$collections.maxByOrNull_30vlmi$ = maxByOrNull_2;
- package$collections.maxBy_30vlmi$ = maxBy_2;
- package$collections.maxByOrNull_hom4ws$ = maxByOrNull_3;
- package$collections.maxBy_hom4ws$ = maxBy_3;
- package$collections.maxByOrNull_ksd00w$ = maxByOrNull_4;
- package$collections.maxBy_ksd00w$ = maxBy_4;
- package$collections.maxByOrNull_fvpt30$ = maxByOrNull_5;
- package$collections.maxBy_fvpt30$ = maxBy_5;
- package$collections.maxByOrNull_xt360o$ = maxByOrNull_6;
- package$collections.maxBy_xt360o$ = maxBy_6;
- package$collections.maxByOrNull_epurks$ = maxByOrNull_7;
- package$collections.maxBy_epurks$ = maxBy_7;
- package$kotlin.NoSuchElementException_init = NoSuchElementException_init;
- package$collections.maxOrNull_pnorak$ = maxOrNull;
- package$collections.maxOrNull_529xol$ = maxOrNull_0;
- package$collections.maxOrNull_pbinho$ = maxOrNull_1;
- package$collections.maxOrNull_964n91$ = maxOrNull_2;
- package$collections.maxOrNull_i2lc79$ = maxOrNull_3;
- package$collections.maxOrNull_tmsbgo$ = maxOrNull_4;
- package$collections.maxOrNull_se6h4x$ = maxOrNull_5;
- package$collections.maxOrNull_rjqryz$ = maxOrNull_6;
- package$collections.maxOrNull_bvy38s$ = maxOrNull_7;
- package$collections.maxOrNull_355ntz$ = maxOrNull_8;
- package$collections.maxWith_iwcb0m$ = maxWith;
- package$collections.maxWith_movtv6$ = maxWith_0;
- package$collections.maxWith_u08rls$ = maxWith_1;
- package$collections.maxWith_rsw9pc$ = maxWith_2;
- package$collections.maxWith_wqwa2y$ = maxWith_3;
- package$collections.maxWith_1sg7gg$ = maxWith_4;
- package$collections.maxWith_jucva8$ = maxWith_5;
- package$collections.maxWith_7ffj0g$ = maxWith_6;
- package$collections.maxWith_7ncb86$ = maxWith_7;
- package$collections.maxWithOrNull_iwcb0m$ = maxWithOrNull;
- package$collections.maxWithOrNull_movtv6$ = maxWithOrNull_0;
- package$collections.maxWithOrNull_u08rls$ = maxWithOrNull_1;
- package$collections.maxWithOrNull_rsw9pc$ = maxWithOrNull_2;
- package$collections.maxWithOrNull_wqwa2y$ = maxWithOrNull_3;
- package$collections.maxWithOrNull_1sg7gg$ = maxWithOrNull_4;
- package$collections.maxWithOrNull_jucva8$ = maxWithOrNull_5;
- package$collections.maxWithOrNull_7ffj0g$ = maxWithOrNull_6;
- package$collections.maxWithOrNull_7ncb86$ = maxWithOrNull_7;
- package$collections.min_pnorak$ = min;
- package$collections.min_529xol$ = min_0;
- package$collections.min_pbinho$ = min_1;
- package$collections.min_964n91$ = min_2;
- package$collections.min_i2lc79$ = min_3;
- package$collections.min_tmsbgo$ = min_4;
- package$collections.min_se6h4x$ = min_5;
- package$collections.min_rjqryz$ = min_6;
- package$collections.min_bvy38s$ = min_7;
- package$collections.min_355ntz$ = min_8;
- package$collections.minByOrNull_99hh6x$ = minByOrNull;
- package$collections.minBy_99hh6x$ = minBy;
- package$collections.minByOrNull_jirwv8$ = minByOrNull_0;
- package$collections.minBy_jirwv8$ = minBy_0;
- package$collections.minByOrNull_p0tdr4$ = minByOrNull_1;
- package$collections.minBy_p0tdr4$ = minBy_1;
- package$collections.minByOrNull_30vlmi$ = minByOrNull_2;
- package$collections.minBy_30vlmi$ = minBy_2;
- package$collections.minByOrNull_hom4ws$ = minByOrNull_3;
- package$collections.minBy_hom4ws$ = minBy_3;
- package$collections.minByOrNull_ksd00w$ = minByOrNull_4;
- package$collections.minBy_ksd00w$ = minBy_4;
- package$collections.minByOrNull_fvpt30$ = minByOrNull_5;
- package$collections.minBy_fvpt30$ = minBy_5;
- package$collections.minByOrNull_xt360o$ = minByOrNull_6;
- package$collections.minBy_xt360o$ = minBy_6;
- package$collections.minByOrNull_epurks$ = minByOrNull_7;
- package$collections.minBy_epurks$ = minBy_7;
- package$collections.minOrNull_pnorak$ = minOrNull;
- package$collections.minOrNull_529xol$ = minOrNull_0;
- package$collections.minOrNull_pbinho$ = minOrNull_1;
- package$collections.minOrNull_964n91$ = minOrNull_2;
- package$collections.minOrNull_i2lc79$ = minOrNull_3;
- package$collections.minOrNull_tmsbgo$ = minOrNull_4;
- package$collections.minOrNull_se6h4x$ = minOrNull_5;
- package$collections.minOrNull_rjqryz$ = minOrNull_6;
- package$collections.minOrNull_bvy38s$ = minOrNull_7;
- package$collections.minOrNull_355ntz$ = minOrNull_8;
- package$collections.minWith_iwcb0m$ = minWith;
- package$collections.minWith_movtv6$ = minWith_0;
- package$collections.minWith_u08rls$ = minWith_1;
- package$collections.minWith_rsw9pc$ = minWith_2;
- package$collections.minWith_wqwa2y$ = minWith_3;
- package$collections.minWith_1sg7gg$ = minWith_4;
- package$collections.minWith_jucva8$ = minWith_5;
- package$collections.minWith_7ffj0g$ = minWith_6;
- package$collections.minWith_7ncb86$ = minWith_7;
- package$collections.minWithOrNull_iwcb0m$ = minWithOrNull;
- package$collections.minWithOrNull_movtv6$ = minWithOrNull_0;
- package$collections.minWithOrNull_u08rls$ = minWithOrNull_1;
- package$collections.minWithOrNull_rsw9pc$ = minWithOrNull_2;
- package$collections.minWithOrNull_wqwa2y$ = minWithOrNull_3;
- package$collections.minWithOrNull_1sg7gg$ = minWithOrNull_4;
- package$collections.minWithOrNull_jucva8$ = minWithOrNull_5;
- package$collections.minWithOrNull_7ffj0g$ = minWithOrNull_6;
- package$collections.minWithOrNull_7ncb86$ = minWithOrNull_7;
- package$collections.none_us0mfu$ = none;
- package$collections.none_964n91$ = none_0;
- package$collections.none_i2lc79$ = none_1;
- package$collections.none_tmsbgo$ = none_2;
- package$collections.none_se6h4x$ = none_3;
- package$collections.none_rjqryz$ = none_4;
- package$collections.none_bvy38s$ = none_5;
- package$collections.none_l1lu5t$ = none_6;
- package$collections.none_355ntz$ = none_7;
- package$collections.none_sfx99b$ = none_8;
- package$collections.none_c3i447$ = none_9;
- package$collections.none_247xw3$ = none_10;
- package$collections.none_il4kyb$ = none_11;
- package$collections.none_i1oc7r$ = none_12;
- package$collections.none_u4nq1f$ = none_13;
- package$collections.none_3vq27r$ = none_14;
- package$collections.none_xffwn9$ = none_15;
- package$collections.none_3ji0pj$ = none_16;
- package$kotlin.UnsupportedOperationException_init_pdl1vj$ = UnsupportedOperationException_init_0;
- package$collections.reduce_5bz9yp$ = reduce;
- package$collections.reduce_ua0gmo$ = reduce_0;
- package$collections.reduce_5x6csy$ = reduce_1;
- package$collections.reduce_vuuzha$ = reduce_2;
- package$collections.reduce_8z4g8g$ = reduce_3;
- package$collections.reduce_m57mj6$ = reduce_4;
- package$collections.reduce_5rthjk$ = reduce_5;
- package$collections.reduce_if3lfm$ = reduce_6;
- package$collections.reduce_724a40$ = reduce_7;
- package$collections.reduceIndexed_f61gul$ = reduceIndexed;
- package$collections.reduceIndexed_y1rlg4$ = reduceIndexed_0;
- package$collections.reduceIndexed_ctdw5m$ = reduceIndexed_1;
- package$collections.reduceIndexed_y7bnwe$ = reduceIndexed_2;
- package$collections.reduceIndexed_54m7jg$ = reduceIndexed_3;
- package$collections.reduceIndexed_mzocqy$ = reduceIndexed_4;
- package$collections.reduceIndexed_i4uovg$ = reduceIndexed_5;
- package$collections.reduceIndexed_fqu0be$ = reduceIndexed_6;
- package$collections.reduceIndexed_n25zu4$ = reduceIndexed_7;
- package$collections.reduceIndexedOrNull_f61gul$ = reduceIndexedOrNull;
- package$collections.reduceIndexedOrNull_y1rlg4$ = reduceIndexedOrNull_0;
- package$collections.reduceIndexedOrNull_ctdw5m$ = reduceIndexedOrNull_1;
- package$collections.reduceIndexedOrNull_y7bnwe$ = reduceIndexedOrNull_2;
- package$collections.reduceIndexedOrNull_54m7jg$ = reduceIndexedOrNull_3;
- package$collections.reduceIndexedOrNull_mzocqy$ = reduceIndexedOrNull_4;
- package$collections.reduceIndexedOrNull_i4uovg$ = reduceIndexedOrNull_5;
- package$collections.reduceIndexedOrNull_fqu0be$ = reduceIndexedOrNull_6;
- package$collections.reduceIndexedOrNull_n25zu4$ = reduceIndexedOrNull_7;
- package$collections.reduceOrNull_5bz9yp$ = reduceOrNull;
- package$collections.reduceOrNull_ua0gmo$ = reduceOrNull_0;
- package$collections.reduceOrNull_5x6csy$ = reduceOrNull_1;
- package$collections.reduceOrNull_vuuzha$ = reduceOrNull_2;
- package$collections.reduceOrNull_8z4g8g$ = reduceOrNull_3;
- package$collections.reduceOrNull_m57mj6$ = reduceOrNull_4;
- package$collections.reduceOrNull_5rthjk$ = reduceOrNull_5;
- package$collections.reduceOrNull_if3lfm$ = reduceOrNull_6;
- package$collections.reduceOrNull_724a40$ = reduceOrNull_7;
- package$collections.reduceRight_m9c08d$ = reduceRight;
- package$collections.reduceRight_ua0gmo$ = reduceRight_0;
- package$collections.reduceRight_5x6csy$ = reduceRight_1;
- package$collections.reduceRight_vuuzha$ = reduceRight_2;
- package$collections.reduceRight_8z4g8g$ = reduceRight_3;
- package$collections.reduceRight_m57mj6$ = reduceRight_4;
- package$collections.reduceRight_5rthjk$ = reduceRight_5;
- package$collections.reduceRight_if3lfm$ = reduceRight_6;
- package$collections.reduceRight_724a40$ = reduceRight_7;
- package$collections.reduceRightIndexed_cf9tch$ = reduceRightIndexed;
- package$collections.reduceRightIndexed_y1rlg4$ = reduceRightIndexed_0;
- package$collections.reduceRightIndexed_ctdw5m$ = reduceRightIndexed_1;
- package$collections.reduceRightIndexed_y7bnwe$ = reduceRightIndexed_2;
- package$collections.reduceRightIndexed_54m7jg$ = reduceRightIndexed_3;
- package$collections.reduceRightIndexed_mzocqy$ = reduceRightIndexed_4;
- package$collections.reduceRightIndexed_i4uovg$ = reduceRightIndexed_5;
- package$collections.reduceRightIndexed_fqu0be$ = reduceRightIndexed_6;
- package$collections.reduceRightIndexed_n25zu4$ = reduceRightIndexed_7;
- package$collections.reduceRightIndexedOrNull_cf9tch$ = reduceRightIndexedOrNull;
- package$collections.reduceRightIndexedOrNull_y1rlg4$ = reduceRightIndexedOrNull_0;
- package$collections.reduceRightIndexedOrNull_ctdw5m$ = reduceRightIndexedOrNull_1;
- package$collections.reduceRightIndexedOrNull_y7bnwe$ = reduceRightIndexedOrNull_2;
- package$collections.reduceRightIndexedOrNull_54m7jg$ = reduceRightIndexedOrNull_3;
- package$collections.reduceRightIndexedOrNull_mzocqy$ = reduceRightIndexedOrNull_4;
- package$collections.reduceRightIndexedOrNull_i4uovg$ = reduceRightIndexedOrNull_5;
- package$collections.reduceRightIndexedOrNull_fqu0be$ = reduceRightIndexedOrNull_6;
- package$collections.reduceRightIndexedOrNull_n25zu4$ = reduceRightIndexedOrNull_7;
- package$collections.reduceRightOrNull_m9c08d$ = reduceRightOrNull;
- package$collections.reduceRightOrNull_ua0gmo$ = reduceRightOrNull_0;
- package$collections.reduceRightOrNull_5x6csy$ = reduceRightOrNull_1;
- package$collections.reduceRightOrNull_vuuzha$ = reduceRightOrNull_2;
- package$collections.reduceRightOrNull_8z4g8g$ = reduceRightOrNull_3;
- package$collections.reduceRightOrNull_m57mj6$ = reduceRightOrNull_4;
- package$collections.reduceRightOrNull_5rthjk$ = reduceRightOrNull_5;
- package$collections.reduceRightOrNull_if3lfm$ = reduceRightOrNull_6;
- package$collections.reduceRightOrNull_724a40$ = reduceRightOrNull_7;
- package$collections.listOf_mh5how$ = listOf;
- package$collections.runningFold_agj4oo$ = runningFold;
- package$collections.runningFoldIndexed_oj0mn0$ = runningFoldIndexed;
- package$collections.runningReduce_5bz9yp$ = runningReduce;
- package$collections.runningReduceIndexed_f61gul$ = runningReduceIndexed;
- package$collections.scan_agj4oo$ = scan;
- package$collections.scanIndexed_oj0mn0$ = scanIndexed;
- package$collections.scanReduce_5bz9yp$ = scanReduce;
- package$collections.scanReduceIndexed_f61gul$ = scanReduceIndexed;
- package$collections.sumBy_9qh8u2$ = sumBy;
- package$collections.sumBy_s616nk$ = sumBy_0;
- package$collections.sumBy_sccsus$ = sumBy_1;
- package$collections.sumBy_n2f0qi$ = sumBy_2;
- package$collections.sumBy_8jxuvk$ = sumBy_3;
- package$collections.sumBy_lv6o8c$ = sumBy_4;
- package$collections.sumBy_a4xh9s$ = sumBy_5;
- package$collections.sumBy_d84lg4$ = sumBy_6;
- package$collections.sumBy_izzzcg$ = sumBy_7;
- package$collections.sumByDouble_vyz3zq$ = sumByDouble;
- package$collections.sumByDouble_kkr9hw$ = sumByDouble_0;
- package$collections.sumByDouble_u2ap1s$ = sumByDouble_1;
- package$collections.sumByDouble_suc1jq$ = sumByDouble_2;
- package$collections.sumByDouble_rqe08c$ = sumByDouble_3;
- package$collections.sumByDouble_8jdnkg$ = sumByDouble_4;
- package$collections.sumByDouble_vuwwjw$ = sumByDouble_5;
- package$collections.sumByDouble_1f8lq0$ = sumByDouble_6;
- package$collections.sumByDouble_ik7e6s$ = sumByDouble_7;
- package$collections.requireNoNulls_9b7vla$ = requireNoNulls;
- package$collections.partition_sfx99b$ = partition;
- package$collections.partition_c3i447$ = partition_0;
- package$collections.partition_247xw3$ = partition_1;
- package$collections.partition_il4kyb$ = partition_2;
- package$collections.partition_i1oc7r$ = partition_3;
- package$collections.partition_u4nq1f$ = partition_4;
- package$collections.partition_3vq27r$ = partition_5;
- package$collections.partition_xffwn9$ = partition_6;
- package$collections.partition_3ji0pj$ = partition_7;
- package$collections.zip_r9t3v7$ = zip;
- package$collections.zip_f8fqmg$ = zip_0;
- package$collections.zip_ty5cjm$ = zip_1;
- package$collections.zip_hh3at1$ = zip_2;
- package$collections.zip_1qoa9o$ = zip_3;
- package$collections.zip_84cwbm$ = zip_4;
- package$collections.zip_eqchap$ = zip_5;
- package$collections.zip_jvo9m6$ = zip_6;
- package$collections.zip_stlr6e$ = zip_7;
- package$collections.zip_t5fk8e$ = zip_8;
- package$collections.zip_c731w7$ = zip_9;
- package$collections.zip_ochmv5$ = zip_10;
- package$collections.zip_fvmov$ = zip_11;
- package$collections.zip_g0832p$ = zip_12;
- package$collections.zip_cpiwht$ = zip_13;
- package$collections.zip_p5twxn$ = zip_14;
- package$collections.zip_6fiayp$ = zip_15;
- package$collections.zip_xwrum3$ = zip_16;
- package$collections.zip_evp5ax$ = zip_17;
- package$collections.zip_bguba6$ = zip_18;
- package$collections.zip_1xs6vw$ = zip_19;
- package$collections.zip_rs3hg1$ = zip_20;
- package$collections.zip_spy2lm$ = zip_21;
- package$collections.zip_s1ag1o$ = zip_22;
- package$collections.zip_qczpth$ = zip_23;
- package$collections.zip_za56m0$ = zip_24;
- package$collections.zip_jfs5m8$ = zip_25;
- package$collections.collectionSizeOrDefault_ba2ldo$ = collectionSizeOrDefault;
- package$collections.zip_aoaibi$ = zip_26;
- package$collections.zip_2fxjb5$ = zip_27;
- package$collections.zip_ey57vj$ = zip_28;
- package$collections.zip_582drv$ = zip_29;
- package$collections.zip_5584fz$ = zip_30;
- package$collections.zip_dszx9d$ = zip_31;
- package$collections.zip_p8lavz$ = zip_32;
- package$collections.zip_e6btvt$ = zip_33;
- package$collections.zip_imz1rz$ = zip_34;
- package$collections.zip_ndt7zj$ = zip_35;
- package$collections.zip_907jet$ = zip_36;
- package$collections.zip_mgkctd$ = zip_37;
- package$collections.zip_tq12cv$ = zip_38;
- package$collections.zip_tec1tx$ = zip_39;
- package$collections.zip_pmvpm9$ = zip_40;
- package$collections.zip_qsfoml$ = zip_41;
- package$collections.zip_wxyzfz$ = zip_42;
- package$collections.zip_fvjg0r$ = zip_43;
- package$collections.zip_u8n9wb$ = zip_44;
- package$collections.zip_2l2rw1$ = zip_45;
- package$collections.zip_3bxm8r$ = zip_46;
- package$collections.zip_h04u5h$ = zip_47;
- package$collections.zip_t5hjvf$ = zip_48;
- package$collections.zip_l9qpsl$ = zip_49;
- package$collections.zip_rvvoh1$ = zip_50;
- package$collections.joinTo_aust33$ = joinTo;
- package$collections.joinTo_5gzrdz$ = joinTo_0;
- package$collections.joinTo_9p6wnv$ = joinTo_1;
- package$collections.joinTo_sylrwb$ = joinTo_2;
- package$collections.joinTo_d79htt$ = joinTo_3;
- package$collections.joinTo_ohfn4r$ = joinTo_4;
- package$collections.joinTo_ghgesr$ = joinTo_5;
- package$collections.joinTo_7e5iud$ = joinTo_6;
- package$collections.joinTo_gm3uff$ = joinTo_7;
- package$collections.joinToString_cgipc5$ = joinToString;
- package$collections.joinToString_s78119$ = joinToString_0;
- package$collections.joinToString_khecbp$ = joinToString_1;
- package$collections.joinToString_vk9fgb$ = joinToString_2;
- package$collections.joinToString_q4l9w5$ = joinToString_3;
- package$collections.joinToString_cph1y3$ = joinToString_4;
- package$collections.joinToString_raq4np$ = joinToString_5;
- package$collections.joinToString_fgvu1x$ = joinToString_6;
- package$collections.joinToString_xqrb1d$ = joinToString_7;
- package$collections.asIterable_us0mfu$ = asIterable;
- package$collections.asIterable_964n91$ = asIterable_0;
- package$collections.asIterable_i2lc79$ = asIterable_1;
- package$collections.asIterable_tmsbgo$ = asIterable_2;
- package$collections.asIterable_se6h4x$ = asIterable_3;
- package$collections.asIterable_rjqryz$ = asIterable_4;
- package$collections.asIterable_bvy38s$ = asIterable_5;
- package$collections.asIterable_l1lu5t$ = asIterable_6;
- package$collections.asIterable_355ntz$ = asIterable_7;
- package$collections.asSequence_us0mfu$ = asSequence;
- package$collections.asSequence_964n91$ = asSequence_0;
- package$collections.asSequence_i2lc79$ = asSequence_1;
- package$collections.asSequence_tmsbgo$ = asSequence_2;
- package$collections.asSequence_se6h4x$ = asSequence_3;
- package$collections.asSequence_rjqryz$ = asSequence_4;
- package$collections.asSequence_bvy38s$ = asSequence_5;
- package$collections.asSequence_l1lu5t$ = asSequence_6;
- package$collections.asSequence_355ntz$ = asSequence_7;
- package$collections.average_vn5r1x$ = average;
- package$collections.average_t8c1id$ = average_0;
- package$collections.average_5yd9ji$ = average_1;
- package$collections.average_r2b9hd$ = average_2;
- package$collections.average_529xol$ = average_3;
- package$collections.average_pnorak$ = average_4;
- package$collections.average_964n91$ = average_5;
- package$collections.average_i2lc79$ = average_6;
- package$collections.average_tmsbgo$ = average_7;
- package$collections.average_se6h4x$ = average_8;
- package$collections.average_rjqryz$ = average_9;
- package$collections.average_bvy38s$ = average_10;
- package$collections.sum_vn5r1x$ = sum;
- package$collections.sum_t8c1id$ = sum_0;
- package$collections.sum_5yd9ji$ = sum_1;
- package$collections.sum_r2b9hd$ = sum_2;
- package$collections.sum_529xol$ = sum_3;
- package$collections.sum_pnorak$ = sum_4;
- package$collections.sum_964n91$ = sum_5;
- package$collections.sum_i2lc79$ = sum_6;
- package$collections.sum_tmsbgo$ = sum_7;
- package$collections.sum_se6h4x$ = sum_8;
- package$collections.sum_rjqryz$ = sum_9;
- package$collections.sum_bvy38s$ = sum_10;
- package$collections.contains_2ws7j4$ = contains_8;
- package$collections.elementAt_ba2ldo$ = elementAt;
- package$collections.elementAtOrElse_qeve62$ = elementAtOrElse_8;
- package$collections.get_lastIndex_55thoc$ = get_lastIndex_12;
- package$collections.elementAtOrNull_ba2ldo$ = elementAtOrNull_8;
- package$collections.getOrNull_yzln2o$ = getOrNull_8;
- package$collections.firstOrNull_6jwkkr$ = firstOrNull_19;
- package$collections.lastOrNull_6jwkkr$ = lastOrNull_19;
- package$collections.lastOrNull_dmm9ex$ = lastOrNull_20;
- package$collections.first_7wnvza$ = first_17;
- package$collections.first_2p1efm$ = first_18;
- package$collections.first_6jwkkr$ = first_19;
- package$collections.firstOrNull_7wnvza$ = firstOrNull_17;
- package$collections.firstOrNull_2p1efm$ = firstOrNull_18;
- package$collections.indexOf_2ws7j4$ = indexOf_8;
- package$collections.indexOf_bv23uc$ = indexOf_9;
- package$collections.checkIndexOverflow_za3lpa$ = checkIndexOverflow;
- package$collections.indexOfFirst_6jwkkr$ = indexOfFirst_8;
- package$collections.indexOfFirst_dmm9ex$ = indexOfFirst_9;
- package$collections.indexOfLast_6jwkkr$ = indexOfLast_8;
- package$collections.indexOfLast_dmm9ex$ = indexOfLast_9;
- package$collections.last_7wnvza$ = last_17;
- package$collections.last_2p1efm$ = last_18;
- package$collections.last_6jwkkr$ = last_19;
- package$collections.last_dmm9ex$ = last_20;
- package$collections.lastIndexOf_2ws7j4$ = lastIndexOf_8;
- package$collections.lastIndexOf_bv23uc$ = lastIndexOf_9;
- package$collections.lastOrNull_7wnvza$ = lastOrNull_17;
- package$collections.lastOrNull_2p1efm$ = lastOrNull_18;
- package$collections.random_iscd7z$ = random_18;
- package$collections.randomOrNull_iscd7z$ = randomOrNull_18;
- package$collections.single_7wnvza$ = single_17;
- package$collections.single_2p1efm$ = single_18;
- package$collections.single_6jwkkr$ = single_19;
- package$collections.singleOrNull_7wnvza$ = singleOrNull_17;
- package$collections.singleOrNull_2p1efm$ = singleOrNull_18;
- package$collections.singleOrNull_6jwkkr$ = singleOrNull_19;
- package$collections.drop_ba2ldo$ = drop_8;
- package$collections.dropLast_yzln2o$ = dropLast_8;
- package$collections.take_ba2ldo$ = take_8;
- package$collections.dropLastWhile_dmm9ex$ = dropLastWhile_8;
- package$collections.dropWhile_6jwkkr$ = dropWhile_8;
- package$collections.filterTo_cslyey$ = filterTo_8;
- package$collections.filter_6jwkkr$ = filter_8;
- package$collections.filterIndexedTo_i2yxnm$ = filterIndexedTo_8;
- package$collections.filterIndexed_p81qtj$ = filterIndexed_8;
- package$collections.forEachIndexed_g8ms6t$ = forEachIndexed_8;
- package$collections.filterNotTo_cslyey$ = filterNotTo_8;
- package$collections.filterNot_6jwkkr$ = filterNot_8;
- package$collections.filterNotNull_m3lr2h$ = filterNotNull_0;
- package$collections.filterNotNullTo_u9kwcl$ = filterNotNullTo_0;
- package$collections.slice_6bjbi1$ = slice_17;
- package$collections.slice_b9tsm5$ = slice_18;
- package$collections.takeLast_yzln2o$ = takeLast_8;
- package$collections.toList_7wnvza$ = toList_8;
- package$collections.takeLastWhile_dmm9ex$ = takeLastWhile_8;
- package$collections.takeWhile_6jwkkr$ = takeWhile_8;
- package$collections.reversed_7wnvza$ = reversed_8;
- package$collections.shuffle_9jeydg$ = shuffle_17;
- package$collections.sortWith_nqfjgj$ = sortWith_1;
- package$collections.sortBy_yag3x6$ = sortBy_0;
- package$collections.sortByDescending_yag3x6$ = sortByDescending_0;
- package$collections.sortDescending_4wi501$ = sortDescending_15;
- package$collections.sorted_exjks8$ = sorted_7;
- package$collections.sortedWith_eknfly$ = sortedWith_8;
- package$collections.sortedBy_nd8ern$ = sortedBy_8;
- package$collections.sortedByDescending_nd8ern$ = sortedByDescending_8;
- package$collections.sortedDescending_exjks8$ = sortedDescending_7;
- package$collections.toBooleanArray_xmyvgf$ = toBooleanArray_0;
- package$collections.toByteArray_kdx1v$ = toByteArray_0;
- package$collections.toCharArray_rr68x$ = toCharArray_0;
- package$collections.toDoubleArray_tcduak$ = toDoubleArray_0;
- package$collections.toFloatArray_zwy31$ = toFloatArray_0;
- package$collections.toIntArray_fx3nzu$ = toIntArray_0;
- package$collections.toLongArray_558emf$ = toLongArray_0;
- package$collections.toShortArray_p5z1wt$ = toShortArray_0;
- package$collections.associateTo_tp6zhs$ = associateTo_8;
- package$collections.associate_wbhhmp$ = associate_8;
- package$collections.associateByTo_q9k9lv$ = associateByTo_17;
- package$collections.associateBy_dvm6j0$ = associateBy_17;
- package$collections.associateByTo_5s21dh$ = associateByTo_18;
- package$collections.associateBy_6kgnfi$ = associateBy_18;
- package$collections.associateWithTo_u35i63$ = associateWithTo_8;
- package$collections.associateWith_dvm6j0$ = associateWith_8;
- package$collections.toCollection_5cfyqp$ = toCollection_8;
- package$collections.toHashSet_7wnvza$ = toHashSet_8;
- package$collections.toMutableList_7wnvza$ = toMutableList_8;
- package$collections.toMutableList_4c7yge$ = toMutableList_9;
- package$collections.toSet_7wnvza$ = toSet_8;
- package$collections.flatMapTo_farraf$ = flatMapTo_9;
- package$collections.flatMap_en2w03$ = flatMap_9;
- package$collections.flatMapTo_kzdtk7$ = flatMapTo_10;
- package$collections.flatMap_5xsz3p$ = flatMap_10;
- package$collections.groupByTo_2nn80$ = groupByTo_17;
- package$collections.groupBy_dvm6j0$ = groupBy_17;
- package$collections.groupByTo_spnc2q$ = groupByTo_18;
- package$collections.groupBy_6kgnfi$ = groupBy_18;
- package$collections.groupingBy_dvm6j0$ = groupingBy_0;
- package$collections.mapTo_h3il0w$ = mapTo_8;
- package$collections.map_dvm6j0$ = map_8;
- package$collections.mapIndexedTo_qixlg$ = mapIndexedTo_8;
- package$collections.mapIndexed_yigmvk$ = mapIndexed_8;
- package$collections.mapIndexedNotNullTo_s7kjlj$ = mapIndexedNotNullTo_0;
- package$collections.mapIndexedNotNull_aw5p9p$ = mapIndexedNotNull_0;
- package$collections.mapNotNullTo_p5b1il$ = mapNotNullTo_0;
- package$collections.mapNotNull_3fhhkf$ = mapNotNull_0;
- package$collections.forEach_i7id1t$ = forEach_8;
- package$collections.withIndex_7wnvza$ = withIndex_8;
- package$collections.distinct_7wnvza$ = distinct_8;
- package$collections.distinctBy_dvm6j0$ = distinctBy_8;
- package$collections.intersect_q4559j$ = intersect_8;
- package$collections.subtract_q4559j$ = subtract_8;
- package$collections.toMutableSet_7wnvza$ = toMutableSet_8;
- package$collections.union_q4559j$ = union_8;
- package$collections.Collection = Collection;
- package$collections.all_6jwkkr$ = all_8;
- package$collections.any_7wnvza$ = any_17;
- package$collections.any_6jwkkr$ = any_18;
- package$collections.count_7wnvza$ = count_17;
- package$collections.checkCountOverflow_za3lpa$ = checkCountOverflow;
- package$collections.count_6jwkkr$ = count_19;
- package$collections.fold_l1hrho$ = fold_8;
- package$collections.foldIndexed_a080b4$ = foldIndexed_8;
- package$collections.foldRight_flo3fi$ = foldRight_8;
- package$collections.foldRightIndexed_nj6056$ = foldRightIndexed_8;
- package$collections.max_l63kqw$ = max_9;
- package$collections.max_lvsncp$ = max_10;
- package$collections.max_exjks8$ = max_11;
- package$collections.maxByOrNull_nd8ern$ = maxByOrNull_8;
- package$collections.maxBy_nd8ern$ = maxBy_8;
- package$collections.maxOrNull_l63kqw$ = maxOrNull_9;
- package$collections.maxOrNull_lvsncp$ = maxOrNull_10;
- package$collections.maxOrNull_exjks8$ = maxOrNull_11;
- package$collections.maxWith_eknfly$ = maxWith_8;
- package$collections.maxWithOrNull_eknfly$ = maxWithOrNull_8;
- package$collections.min_l63kqw$ = min_9;
- package$collections.min_lvsncp$ = min_10;
- package$collections.min_exjks8$ = min_11;
- package$collections.minByOrNull_nd8ern$ = minByOrNull_8;
- package$collections.minBy_nd8ern$ = minBy_8;
- package$collections.minOrNull_l63kqw$ = minOrNull_9;
- package$collections.minOrNull_lvsncp$ = minOrNull_10;
- package$collections.minOrNull_exjks8$ = minOrNull_11;
- package$collections.minWith_eknfly$ = minWith_8;
- package$collections.minWithOrNull_eknfly$ = minWithOrNull_8;
- package$collections.none_7wnvza$ = none_17;
- package$collections.none_6jwkkr$ = none_18;
- package$collections.onEach_w8vc4v$ = onEach_8;
- package$collections.onEachIndexed_jhasvh$ = onEachIndexed_8;
- package$collections.reduce_lrrcxv$ = reduce_8;
- package$collections.reduceIndexed_8txfjb$ = reduceIndexed_8;
- package$collections.reduceIndexedOrNull_8txfjb$ = reduceIndexedOrNull_8;
- package$collections.reduceOrNull_lrrcxv$ = reduceOrNull_8;
- package$collections.reduceRight_y5l5zf$ = reduceRight_8;
- package$collections.reduceRightIndexed_1a67zb$ = reduceRightIndexed_8;
- package$collections.reduceRightIndexedOrNull_1a67zb$ = reduceRightIndexedOrNull_8;
- package$collections.reduceRightOrNull_y5l5zf$ = reduceRightOrNull_8;
- package$collections.runningFold_l1hrho$ = runningFold_8;
- package$collections.runningFoldIndexed_a080b4$ = runningFoldIndexed_8;
- package$collections.runningReduce_lrrcxv$ = runningReduce_8;
- package$collections.runningReduceIndexed_8txfjb$ = runningReduceIndexed_8;
- package$collections.scan_l1hrho$ = scan_8;
- package$collections.scanIndexed_a080b4$ = scanIndexed_8;
- package$collections.scanReduce_lrrcxv$ = scanReduce_8;
- package$collections.scanReduceIndexed_8txfjb$ = scanReduceIndexed_8;
- package$collections.sumBy_1nckxa$ = sumBy_8;
- package$collections.sumByDouble_k0tf9a$ = sumByDouble_8;
- package$collections.requireNoNulls_m3lr2h$ = requireNoNulls_0;
- package$collections.requireNoNulls_whsx6z$ = requireNoNulls_1;
- package$collections.chunked_ba2ldo$ = chunked;
- package$collections.chunked_oqjilr$ = chunked_0;
- package$collections.minus_2ws7j4$ = minus;
- package$collections.minus_4gmyjx$ = minus_0;
- package$collections.minus_q4559j$ = minus_1;
- package$collections.minus_i0e5px$ = minus_2;
- package$collections.partition_6jwkkr$ = partition_8;
- package$collections.plus_2ws7j4$ = plus;
- package$collections.plus_qloxvw$ = plus_0;
- package$collections.plus_4gmyjx$ = plus_1;
- package$collections.plus_drqvgf$ = plus_2;
- package$collections.plus_q4559j$ = plus_3;
- package$collections.plus_mydzjv$ = plus_4;
- package$collections.plus_i0e5px$ = plus_5;
- package$collections.plus_hjm0xj$ = plus_6;
- package$collections.windowed_vo9c23$ = windowed;
- package$collections.windowed_au5p4$ = windowed_0;
- package$collections.zip_xiheex$ = zip_51;
- package$collections.zip_curaua$ = zip_52;
- package$collections.zip_45mdf7$ = zip_53;
- package$collections.zip_3h9v02$ = zip_54;
- package$collections.zipWithNext_7wnvza$ = zipWithNext;
- package$collections.zipWithNext_kvcuaw$ = zipWithNext_0;
- package$collections.joinTo_gcc71v$ = joinTo_8;
- package$collections.joinToString_fmv235$ = joinToString_8;
- package$collections.asSequence_7wnvza$ = asSequence_8;
- package$collections.average_922ytb$ = average_11;
- package$collections.average_oz9asn$ = average_12;
- package$collections.average_plj8ka$ = average_13;
- package$collections.average_dmxgdv$ = average_14;
- package$collections.average_lvsncp$ = average_15;
- package$collections.average_l63kqw$ = average_16;
- package$collections.sum_922ytb$ = sum_11;
- package$collections.sum_oz9asn$ = sum_12;
- package$collections.sum_plj8ka$ = sum_13;
- package$collections.sum_dmxgdv$ = sum_14;
- package$collections.sum_lvsncp$ = sum_15;
- package$collections.sum_l63kqw$ = sum_16;
- var package$comparisons = package$kotlin.comparisons || (package$kotlin.comparisons = {});
- package$comparisons.maxOf_7cibz0$ = maxOf_29;
- package$comparisons.maxOf_z1gega$ = maxOf_30;
- package$comparisons.maxOf_vszf5t$ = maxOf_31;
- package$comparisons.minOf_7cibz0$ = minOf_29;
- package$comparisons.minOf_z1gega$ = minOf_30;
- package$comparisons.minOf_vszf5t$ = minOf_31;
- package$collections.toList_abgq59$ = toList_9;
- package$collections.flatMapTo_qdz8ho$ = flatMapTo_11;
- package$collections.flatMap_2r9935$ = flatMap_11;
- package$collections.flatMapTo_y6v9je$ = flatMapTo_12;
- package$collections.flatMap_9im7d9$ = flatMap_12;
- package$collections.mapTo_qxe4nl$ = mapTo_9;
- package$collections.map_8169ik$ = map_9;
- package$collections.mapNotNullTo_ir6y9a$ = mapNotNullTo_1;
- package$collections.mapNotNull_9b72hb$ = mapNotNull_1;
- package$collections.forEach_62casv$ = forEach_9;
- package$collections.all_9peqz9$ = all_9;
- package$collections.any_abgq59$ = any_19;
- package$collections.any_9peqz9$ = any_20;
- package$collections.count_9peqz9$ = count_21;
- package$collections.minBy_44nibo$ = minBy_9;
- package$collections.minWith_e3q53g$ = minWith_9;
- package$collections.none_abgq59$ = none_19;
- package$collections.none_9peqz9$ = none_20;
- package$collections.onEach_bdwhnn$ = onEach_9;
- package$collections.onEachIndexed_3eila9$ = onEachIndexed_9;
- package$collections.asSequence_abgq59$ = asSequence_9;
- package$ranges.random_xmiyix$ = random_22;
- package$ranges.random_6753zu$ = random_23;
- package$ranges.random_bx1m1g$ = random_24;
- package$ranges.randomOrNull_xmiyix$ = randomOrNull_22;
- package$ranges.randomOrNull_6753zu$ = randomOrNull_23;
- package$ranges.randomOrNull_bx1m1g$ = randomOrNull_24;
- package$ranges.contains_8t4apg$ = contains_12;
- package$ranges.contains_ptt68h$ = contains_13;
- package$ranges.contains_a0sexr$ = contains_14;
- package$ranges.contains_st7t5o$ = contains_15;
- package$ranges.contains_w4n8vz$ = contains_16;
- package$ranges.contains_bupbvv$ = contains_17;
- package$ranges.contains_vs2922$ = contains_18;
- package$ranges.contains_fnkcb2$ = contains_19;
- package$ranges.contains_sc6rfc$ = contains_20;
- package$ranges.contains_lmtni0$ = contains_21;
- package$ranges.contains_b3prtk$ = contains_22;
- package$ranges.contains_jdujeb$ = contains_23;
- package$ranges.contains_ng3igv$ = contains_24;
- package$ranges.contains_qlzezp$ = contains_25;
- package$ranges.contains_u6rtyw$ = contains_26;
- package$ranges.contains_wwtm9y$ = contains_27;
- package$ranges.contains_sy6r8u$ = contains_28;
- package$ranges.contains_wegtiw$ = contains_29;
- package$ranges.contains_x0ackb$ = contains_30;
- package$ranges.contains_84mv1k$ = contains_31;
- package$ranges.contains_8sy4e8$ = contains_32;
- package$ranges.contains_pyp6pl$ = contains_33;
- package$ranges.contains_a0yl8z$ = contains_34;
- package$ranges.contains_stdzgw$ = contains_35;
- package$ranges.contains_w4tf77$ = contains_36;
- package$ranges.contains_basjzs$ = contains_37;
- package$ranges.contains_jkxbkj$ = contains_38;
- package$ranges.contains_nn6an3$ = contains_39;
- package$ranges.contains_tzp1so$ = contains_40;
- package$ranges.contains_1thfvp$ = contains_41;
- package$ranges.downTo_ehttk$ = downTo;
- package$ranges.downTo_2ou2j3$ = downTo_0;
- package$ranges.downTo_buxqzf$ = downTo_1;
- package$ranges.downTo_7mbe97$ = downTo_2;
- package$ranges.downTo_ui3wc7$ = downTo_3;
- package$ranges.downTo_dqglrj$ = downTo_4;
- package$ranges.downTo_if0zpk$ = downTo_5;
- package$ranges.downTo_798l30$ = downTo_6;
- package$ranges.downTo_di2vk2$ = downTo_7;
- package$ranges.downTo_ebnic$ = downTo_8;
- package$ranges.downTo_2p08ub$ = downTo_9;
- package$ranges.downTo_bv3xan$ = downTo_10;
- package$ranges.downTo_7m57xz$ = downTo_11;
- package$ranges.downTo_c8b4g4$ = downTo_12;
- package$ranges.downTo_cltogl$ = downTo_13;
- package$ranges.downTo_cqjimh$ = downTo_14;
- package$ranges.downTo_mvfjzl$ = downTo_15;
- package$ranges.reversed_3080cb$ = reversed_10;
- package$ranges.reversed_uthk7p$ = reversed_11;
- package$ranges.step_xsgg7u$ = step;
- package$ranges.step_9rx6pe$ = step_0;
- package$ranges.step_kf5xo7$ = step_1;
- package$ranges.toByteExactOrNull_8e50z4$ = toByteExactOrNull;
- package$ranges.toByteExactOrNull_nzsbcz$ = toByteExactOrNull_0;
- package$ranges.toByteExactOrNull_ybd44d$ = toByteExactOrNull_1;
- package$ranges.toByteExactOrNull_1zw1ma$ = toByteExactOrNull_2;
- package$ranges.toByteExactOrNull_umcohv$ = toByteExactOrNull_3;
- package$ranges.toIntExactOrNull_nzsbcz$ = toIntExactOrNull;
- package$ranges.toIntExactOrNull_1zw1ma$ = toIntExactOrNull_0;
- package$ranges.toIntExactOrNull_umcohv$ = toIntExactOrNull_1;
- package$ranges.toLongExactOrNull_1zw1ma$ = toLongExactOrNull;
- package$ranges.toLongExactOrNull_umcohv$ = toLongExactOrNull_0;
- package$ranges.toShortExactOrNull_8e50z4$ = toShortExactOrNull;
- package$ranges.toShortExactOrNull_nzsbcz$ = toShortExactOrNull_0;
- package$ranges.toShortExactOrNull_1zw1ma$ = toShortExactOrNull_1;
- package$ranges.toShortExactOrNull_umcohv$ = toShortExactOrNull_2;
- package$ranges.until_ehttk$ = until;
- package$ranges.until_2ou2j3$ = until_0;
- package$ranges.until_buxqzf$ = until_1;
- package$ranges.until_7mbe97$ = until_2;
- package$ranges.until_ui3wc7$ = until_3;
- package$ranges.until_dqglrj$ = until_4;
- package$ranges.until_if0zpk$ = until_5;
- package$ranges.until_798l30$ = until_6;
- package$ranges.until_di2vk2$ = until_7;
- package$ranges.until_ebnic$ = until_8;
- package$ranges.until_2p08ub$ = until_9;
- package$ranges.until_bv3xan$ = until_10;
- package$ranges.until_7m57xz$ = until_11;
- package$ranges.until_c8b4g4$ = until_12;
- package$ranges.until_cltogl$ = until_13;
- package$ranges.until_cqjimh$ = until_14;
- package$ranges.until_mvfjzl$ = until_15;
- package$ranges.coerceAtLeast_8xshf9$ = coerceAtLeast;
- package$ranges.coerceAtLeast_buxqzf$ = coerceAtLeast_0;
- package$ranges.coerceAtLeast_mvfjzl$ = coerceAtLeast_1;
- package$ranges.coerceAtLeast_2p08ub$ = coerceAtLeast_3;
- package$ranges.coerceAtLeast_yni7l$ = coerceAtLeast_4;
- package$ranges.coerceAtLeast_38ydlf$ = coerceAtLeast_5;
- package$ranges.coerceAtMost_8xshf9$ = coerceAtMost;
- package$ranges.coerceAtMost_buxqzf$ = coerceAtMost_0;
- package$ranges.coerceAtMost_mvfjzl$ = coerceAtMost_1;
- package$ranges.coerceAtMost_2p08ub$ = coerceAtMost_3;
- package$ranges.coerceAtMost_yni7l$ = coerceAtMost_4;
- package$ranges.coerceAtMost_38ydlf$ = coerceAtMost_5;
- package$ranges.coerceIn_99j3dd$ = coerceIn;
- package$ranges.coerceIn_glfpss$ = coerceIn_0;
- package$ranges.coerceIn_jn2ilo$ = coerceIn_1;
- package$ranges.coerceIn_e4yvb3$ = coerceIn_2;
- package$ranges.coerceIn_ekzx8g$ = coerceIn_3;
- package$ranges.coerceIn_wj6e7o$ = coerceIn_4;
- package$ranges.coerceIn_nig4hr$ = coerceIn_5;
- package$ranges.coerceIn_52zmhz$ = coerceIn_6;
- package$ranges.coerceIn_jqk3rj$ = coerceIn_7;
- package$ranges.coerceIn_nayhkp$ = coerceIn_8;
- package$ranges.coerceIn_k7ygy9$ = coerceIn_9;
- var package$sequences = package$kotlin.sequences || (package$kotlin.sequences = {});
- package$sequences.contains_9h40j2$ = contains_42;
- package$sequences.elementAt_wuwhe2$ = elementAt_1;
- package$sequences.elementAtOrElse_i0ukx8$ = elementAtOrElse_10;
- package$sequences.elementAtOrNull_wuwhe2$ = elementAtOrNull_10;
- package$sequences.firstOrNull_euau3h$ = firstOrNull_21;
- package$sequences.lastOrNull_euau3h$ = lastOrNull_22;
- package$sequences.first_veqyi0$ = first_20;
- package$sequences.first_euau3h$ = first_21;
- package$sequences.firstOrNull_veqyi0$ = firstOrNull_20;
- package$sequences.indexOf_9h40j2$ = indexOf_10;
- package$sequences.indexOfFirst_euau3h$ = indexOfFirst_10;
- package$sequences.indexOfLast_euau3h$ = indexOfLast_10;
- package$sequences.last_veqyi0$ = last_21;
- package$sequences.last_euau3h$ = last_22;
- package$sequences.lastIndexOf_9h40j2$ = lastIndexOf_10;
- package$sequences.lastOrNull_veqyi0$ = lastOrNull_21;
- package$sequences.single_veqyi0$ = single_20;
- package$sequences.single_euau3h$ = single_21;
- package$sequences.singleOrNull_veqyi0$ = singleOrNull_20;
- package$sequences.singleOrNull_euau3h$ = singleOrNull_21;
- package$sequences.drop_wuwhe2$ = drop_9;
- package$sequences.dropWhile_euau3h$ = dropWhile_9;
- package$sequences.filter_euau3h$ = filter_9;
- package$sequences.filterIndexed_m6ft53$ = filterIndexed_9;
- package$sequences.forEachIndexed_iyis71$ = forEachIndexed_9;
- package$sequences.filterIndexedTo_t68vbo$ = filterIndexedTo_9;
- package$sequences.Sequence = Sequence;
- package$sequences.filterNot_euau3h$ = filterNot_9;
- package$sequences.filterNotNull_q2m9h7$ = filterNotNull_1;
- package$sequences.filterNotNullTo_jmgotp$ = filterNotNullTo_1;
- package$sequences.filterNotTo_zemxx4$ = filterNotTo_9;
- package$sequences.filterTo_zemxx4$ = filterTo_9;
- package$sequences.take_wuwhe2$ = take_9;
- package$sequences.takeWhile_euau3h$ = takeWhile_9;
- package$sequences.sorted_gtzq52$ = sorted_8;
- package$sequences.sortedWith_vjgqpk$ = sortedWith_9;
- package$sequences.sortedBy_aht3pn$ = sortedBy_9;
- package$sequences.sortedByDescending_aht3pn$ = sortedByDescending_9;
- package$sequences.sortedDescending_gtzq52$ = sortedDescending_8;
- package$sequences.associateTo_xiiici$ = associateTo_9;
- package$sequences.associate_ohgugh$ = associate_9;
- package$sequences.associateByTo_pdrkj5$ = associateByTo_19;
- package$sequences.associateBy_z5avom$ = associateBy_19;
- package$sequences.associateByTo_vqogar$ = associateByTo_20;
- package$sequences.associateBy_rpj48c$ = associateBy_20;
- package$sequences.associateWithTo_uyy78t$ = associateWithTo_9;
- package$sequences.associateWith_z5avom$ = associateWith_9;
- package$sequences.toCollection_gtszxp$ = toCollection_9;
- package$sequences.toHashSet_veqyi0$ = toHashSet_9;
- package$sequences.toList_veqyi0$ = toList_10;
- package$sequences.toMutableList_veqyi0$ = toMutableList_10;
- package$sequences.toSet_veqyi0$ = toSet_9;
- package$sequences.flatMap_1y76oh$ = flatMap_13;
- package$sequences.flatMap_49vfel$ = flatMap_14;
- package$sequences.flatMapIndexed_tc75md$ = flatMapIndexed_11;
- package$sequences.flatMapIndexed_bk9w61$ = flatMapIndexed_12;
- package$sequences.flatMapTo_trpvrf$ = flatMapTo_13;
- package$sequences.flatMapTo_skhdnd$ = flatMapTo_14;
- package$sequences.groupByTo_m5ds0u$ = groupByTo_19;
- package$sequences.groupBy_z5avom$ = groupBy_19;
- package$sequences.groupByTo_r8laog$ = groupByTo_20;
- package$sequences.groupBy_rpj48c$ = groupBy_20;
- package$sequences.groupingBy_z5avom$ = groupingBy_1;
- package$sequences.map_z5avom$ = map_10;
- package$sequences.mapIndexed_b7yuyq$ = mapIndexed_9;
- package$sequences.mapIndexedNotNull_pqenxb$ = mapIndexedNotNull_1;
- package$sequences.mapIndexedNotNullTo_eyjglh$ = mapIndexedNotNullTo_1;
- package$sequences.mapIndexedTo_49r4ke$ = mapIndexedTo_9;
- package$sequences.mapNotNull_qpz9h9$ = mapNotNull_2;
- package$sequences.forEach_o41pun$ = forEach_10;
- package$sequences.mapNotNullTo_u5l3of$ = mapNotNullTo_2;
- package$sequences.mapTo_kntv26$ = mapTo_10;
- package$sequences.withIndex_veqyi0$ = withIndex_9;
- package$sequences.distinct_veqyi0$ = distinct_9;
- package$sequences.distinctBy_z5avom$ = distinctBy_9;
- package$sequences.toMutableSet_veqyi0$ = toMutableSet_9;
- package$sequences.all_euau3h$ = all_10;
- package$sequences.any_veqyi0$ = any_21;
- package$sequences.any_euau3h$ = any_22;
- package$sequences.count_veqyi0$ = count_22;
- package$sequences.count_euau3h$ = count_23;
- package$sequences.fold_azbry2$ = fold_9;
- package$sequences.foldIndexed_wxmp26$ = foldIndexed_9;
- package$sequences.max_1bslqu$ = max_12;
- package$sequences.max_8rwv2f$ = max_13;
- package$sequences.max_gtzq52$ = max_14;
- package$sequences.maxByOrNull_aht3pn$ = maxByOrNull_10;
- package$sequences.maxBy_aht3pn$ = maxBy_10;
- package$sequences.maxOrNull_1bslqu$ = maxOrNull_12;
- package$sequences.maxOrNull_8rwv2f$ = maxOrNull_13;
- package$sequences.maxOrNull_gtzq52$ = maxOrNull_14;
- package$sequences.maxWith_vjgqpk$ = maxWith_10;
- package$sequences.maxWithOrNull_vjgqpk$ = maxWithOrNull_10;
- package$sequences.min_1bslqu$ = min_12;
- package$sequences.min_8rwv2f$ = min_13;
- package$sequences.min_gtzq52$ = min_14;
- package$sequences.minByOrNull_aht3pn$ = minByOrNull_10;
- package$sequences.minBy_aht3pn$ = minBy_10;
- package$sequences.minOrNull_1bslqu$ = minOrNull_12;
- package$sequences.minOrNull_8rwv2f$ = minOrNull_13;
- package$sequences.minOrNull_gtzq52$ = minOrNull_14;
- package$sequences.minWith_vjgqpk$ = minWith_10;
- package$sequences.minWithOrNull_vjgqpk$ = minWithOrNull_10;
- package$sequences.none_veqyi0$ = none_21;
- package$sequences.none_euau3h$ = none_22;
- package$sequences.onEach_o41pun$ = onEach_10;
- package$sequences.onEachIndexed_iyis71$ = onEachIndexed_10;
- package$sequences.reduce_linb1r$ = reduce_9;
- package$sequences.reduceIndexed_8denzp$ = reduceIndexed_9;
- package$sequences.reduceIndexedOrNull_8denzp$ = reduceIndexedOrNull_9;
- package$sequences.reduceOrNull_linb1r$ = reduceOrNull_9;
- package$sequences.runningFold_azbry2$ = runningFold_9;
- package$sequences.runningFoldIndexed_wxmp26$ = runningFoldIndexed_9;
- package$sequences.runningReduce_linb1r$ = runningReduce_9;
- package$sequences.runningReduceIndexed_8denzp$ = runningReduceIndexed_9;
- package$sequences.scan_azbry2$ = scan_9;
- package$sequences.scanIndexed_wxmp26$ = scanIndexed_9;
- package$sequences.scanReduce_linb1r$ = scanReduce_9;
- package$sequences.scanReduceIndexed_8denzp$ = scanReduceIndexed_9;
- package$sequences.sumBy_gvemys$ = sumBy_9;
- package$sequences.sumByDouble_b4hqx8$ = sumByDouble_9;
- package$sequences.requireNoNulls_q2m9h7$ = requireNoNulls_2;
- package$sequences.chunked_wuwhe2$ = chunked_1;
- package$sequences.chunked_b62g8t$ = chunked_2;
- package$sequences.minus_9h40j2$ = minus_3;
- package$sequences.minus_5jckhn$ = minus_4;
- package$sequences.minus_639hpx$ = minus_5;
- package$sequences.minus_v0iwhp$ = minus_6;
- package$sequences.partition_euau3h$ = partition_9;
- package$sequences.plus_9h40j2$ = plus_7;
- package$sequences.plus_5jckhn$ = plus_8;
- package$sequences.plus_639hpx$ = plus_9;
- package$sequences.plus_v0iwhp$ = plus_10;
- package$sequences.windowed_1ll6yl$ = windowed_1;
- package$sequences.windowed_4fyara$ = windowed_2;
- package$sequences.zip_r7q3s9$ = zip_55;
- package$sequences.zip_etk53i$ = zip_56;
- package$sequences.zipWithNext_veqyi0$ = zipWithNext_1;
- package$sequences.zipWithNext_k332kq$ = zipWithNext_2;
- package$sequences.joinTo_q99qgx$ = joinTo_9;
- package$sequences.joinToString_853xkz$ = joinToString_9;
- package$sequences.asIterable_veqyi0$ = asIterable_10;
- package$sequences.average_in95sd$ = average_17;
- package$sequences.average_wxyyw7$ = average_18;
- package$sequences.average_j17fkc$ = average_19;
- package$sequences.average_n83ncx$ = average_20;
- package$sequences.average_8rwv2f$ = average_21;
- package$sequences.average_1bslqu$ = average_22;
- package$sequences.sum_in95sd$ = sum_17;
- package$sequences.sum_wxyyw7$ = sum_18;
- package$sequences.sum_j17fkc$ = sum_19;
- package$sequences.sum_n83ncx$ = sum_20;
- package$sequences.sum_8rwv2f$ = sum_21;
- package$sequences.sum_1bslqu$ = sum_22;
- package$collections.minus_xfiyik$ = minus_7;
- package$collections.minus_ws1dkn$ = minus_8;
- package$collections.minus_khz7k3$ = minus_9;
- package$collections.minus_dk0kmn$ = minus_10;
- package$collections.plus_xfiyik$ = plus_11;
- package$collections.plus_ws1dkn$ = plus_12;
- package$collections.plus_khz7k3$ = plus_13;
- package$collections.plus_dk0kmn$ = plus_14;
- var package$text = package$kotlin.text || (package$kotlin.text = {});
- package$text.get_lastIndex_gw00vp$ = get_lastIndex_13;
- package$text.getOrNull_94bcnn$ = getOrNull_9;
- package$text.firstOrNull_2pivbd$ = firstOrNull_23;
- package$text.lastOrNull_2pivbd$ = lastOrNull_24;
- package$text.first_gw00vp$ = first_22;
- package$text.iterator_gw00vp$ = iterator_4;
- package$text.first_2pivbd$ = first_23;
- package$text.firstOrNull_gw00vp$ = firstOrNull_22;
- package$text.get_indices_gw00vp$ = get_indices_13;
- package$text.indexOfFirst_2pivbd$ = indexOfFirst_11;
- package$text.indexOfLast_2pivbd$ = indexOfLast_11;
- package$text.last_gw00vp$ = last_23;
- package$text.last_2pivbd$ = last_24;
- package$text.lastOrNull_gw00vp$ = lastOrNull_23;
- package$text.random_kewcp8$ = random_26;
- package$text.randomOrNull_kewcp8$ = randomOrNull_26;
- package$text.single_gw00vp$ = single_22;
- package$text.single_2pivbd$ = single_23;
- package$text.singleOrNull_gw00vp$ = singleOrNull_22;
- package$text.singleOrNull_2pivbd$ = singleOrNull_23;
- package$text.drop_94bcnn$ = drop_10;
- package$text.drop_6ic1pp$ = drop_11;
- package$text.dropLast_94bcnn$ = dropLast_9;
- package$text.dropLast_6ic1pp$ = dropLast_10;
- package$text.dropLastWhile_2pivbd$ = dropLastWhile_9;
- package$text.dropLastWhile_ouje1d$ = dropLastWhile_10;
- package$text.dropWhile_2pivbd$ = dropWhile_10;
- package$text.dropWhile_ouje1d$ = dropWhile_11;
- package$text.StringBuilder_init = StringBuilder_init_1;
- package$text.filterTo_2vcf41$ = filterTo_10;
- package$text.filter_2pivbd$ = filter_10;
- package$text.filter_ouje1d$ = filter_11;
- package$text.filterIndexedTo_2omorh$ = filterIndexedTo_10;
- package$text.filterIndexed_3xan9v$ = filterIndexed_10;
- package$text.filterIndexed_4cgdv1$ = filterIndexed_11;
- package$text.forEachIndexed_q254al$ = forEachIndexed_10;
- package$text.filterNotTo_2vcf41$ = filterNotTo_10;
- package$text.filterNot_2pivbd$ = filterNot_10;
- package$text.filterNot_ouje1d$ = filterNot_11;
- package$text.slice_i511yc$ = slice_19;
- package$text.slice_fc3b62$ = slice_20;
- package$text.slice_ymrxhc$ = slice_21;
- package$text.take_94bcnn$ = take_10;
- package$text.take_6ic1pp$ = take_11;
- package$text.takeLast_94bcnn$ = takeLast_9;
- package$text.takeLast_6ic1pp$ = takeLast_10;
- package$text.takeLastWhile_2pivbd$ = takeLastWhile_9;
- package$text.takeLastWhile_ouje1d$ = takeLastWhile_10;
- package$text.takeWhile_2pivbd$ = takeWhile_10;
- package$text.takeWhile_ouje1d$ = takeWhile_11;
- package$text.reversed_gw00vp$ = reversed_12;
- package$text.associateTo_1pzh9q$ = associateTo_10;
- package$text.associate_b3xl1f$ = associate_10;
- package$text.associateByTo_lm6k0r$ = associateByTo_21;
- package$text.associateBy_16h5q4$ = associateBy_21;
- package$text.associateByTo_woixqq$ = associateByTo_22;
- package$text.associateBy_m7aj6v$ = associateBy_22;
- package$text.associateWithTo_dykjl$ = associateWithTo_10;
- package$text.associateWith_16h5q4$ = associateWith_10;
- package$text.toCollection_7uruwd$ = toCollection_10;
- package$text.toHashSet_gw00vp$ = toHashSet_10;
- package$text.toList_gw00vp$ = toList_11;
- package$text.toMutableList_gw00vp$ = toMutableList_11;
- package$text.toSet_gw00vp$ = toSet_10;
- package$text.flatMapTo_kg2lzy$ = flatMapTo_15;
- package$text.flatMap_83nucd$ = flatMap_15;
- package$text.groupByTo_mntg7c$ = groupByTo_21;
- package$text.groupBy_16h5q4$ = groupBy_21;
- package$text.groupByTo_dgnza9$ = groupByTo_22;
- package$text.groupBy_m7aj6v$ = groupBy_22;
- package$text.groupingBy_16h5q4$ = groupingBy_2;
- package$text.mapTo_wrnknd$ = mapTo_11;
- package$text.map_16h5q4$ = map_11;
- package$text.mapIndexedTo_4f8103$ = mapIndexedTo_10;
- package$text.mapIndexed_bnyqco$ = mapIndexed_10;
- package$text.mapIndexedNotNullTo_cynlyo$ = mapIndexedNotNullTo_2;
- package$text.mapIndexedNotNull_iqd6dn$ = mapIndexedNotNull_2;
- package$text.mapNotNullTo_jcwsr8$ = mapNotNullTo_3;
- package$text.mapNotNull_10i1d3$ = mapNotNull_3;
- package$text.forEach_57f55l$ = forEach_11;
- package$text.withIndex_gw00vp$ = withIndex_10;
- package$text.all_2pivbd$ = all_11;
- package$text.any_gw00vp$ = any_23;
- package$text.any_2pivbd$ = any_24;
- package$text.count_2pivbd$ = count_25;
- package$text.fold_riyz04$ = fold_10;
- package$text.foldIndexed_l9i73k$ = foldIndexed_10;
- package$text.foldRight_xy5j5e$ = foldRight_9;
- package$text.foldRightIndexed_bpin9y$ = foldRightIndexed_9;
- package$text.max_gw00vp$ = max_15;
- package$text.maxByOrNull_lwkw4q$ = maxByOrNull_11;
- package$text.maxBy_lwkw4q$ = maxBy_11;
- package$text.maxOrNull_gw00vp$ = maxOrNull_15;
- package$text.maxWith_mfvi1w$ = maxWith_11;
- package$text.maxWithOrNull_mfvi1w$ = maxWithOrNull_11;
- package$text.min_gw00vp$ = min_15;
- package$text.minByOrNull_lwkw4q$ = minByOrNull_11;
- package$text.minBy_lwkw4q$ = minBy_11;
- package$text.minOrNull_gw00vp$ = minOrNull_15;
- package$text.minWith_mfvi1w$ = minWith_11;
- package$text.minWithOrNull_mfvi1w$ = minWithOrNull_11;
- package$text.none_gw00vp$ = none_23;
- package$text.none_2pivbd$ = none_24;
- package$text.onEach_jdhw1f$ = onEach_11;
- package$text.onEachIndexed_7vj0gn$ = onEachIndexed_11;
- package$text.reduce_bc19pa$ = reduce_10;
- package$text.reduceIndexed_8uyn22$ = reduceIndexed_10;
- package$text.reduceIndexedOrNull_8uyn22$ = reduceIndexedOrNull_10;
- package$text.reduceOrNull_bc19pa$ = reduceOrNull_10;
- package$text.reduceRight_bc19pa$ = reduceRight_9;
- package$text.reduceRightIndexed_8uyn22$ = reduceRightIndexed_9;
- package$text.reduceRightIndexedOrNull_8uyn22$ = reduceRightIndexedOrNull_9;
- package$text.reduceRightOrNull_bc19pa$ = reduceRightOrNull_9;
- package$text.runningFold_riyz04$ = runningFold_10;
- package$text.runningFoldIndexed_l9i73k$ = runningFoldIndexed_10;
- package$text.runningReduce_bc19pa$ = runningReduce_10;
- package$text.runningReduceIndexed_8uyn22$ = runningReduceIndexed_10;
- package$text.scan_riyz04$ = scan_10;
- package$text.scanIndexed_l9i73k$ = scanIndexed_10;
- package$text.scanReduce_bc19pa$ = scanReduce_10;
- package$text.scanReduceIndexed_8uyn22$ = scanReduceIndexed_10;
- package$text.sumBy_kg4n8i$ = sumBy_10;
- package$text.sumByDouble_4bpanu$ = sumByDouble_10;
- package$text.chunked_94bcnn$ = chunked_3;
- package$text.chunked_hq8uo9$ = chunked_4;
- package$text.chunkedSequence_94bcnn$ = chunkedSequence;
- package$text.chunkedSequence_hq8uo9$ = chunkedSequence_0;
- package$text.partition_2pivbd$ = partition_10;
- package$text.partition_ouje1d$ = partition_11;
- package$text.windowed_l0nco6$ = windowed_3;
- package$text.windowed_tbil1a$ = windowed_4;
- package$text.windowedSequence_l0nco6$ = windowedSequence;
- package$text.windowedSequence_tbil1a$ = windowedSequence_0;
- package$text.zip_b6aurr$ = zip_57;
- package$text.zip_tac5w1$ = zip_58;
- package$text.zipWithNext_gw00vp$ = zipWithNext_3;
- package$text.zipWithNext_hf4kax$ = zipWithNext_4;
- package$text.asIterable_gw00vp$ = asIterable_11;
- package$text.asSequence_gw00vp$ = asSequence_11;
- package$collections.get_lastIndex_9hsmwz$ = get_lastIndex_8;
- package$collections.get_lastIndex_rnn80q$ = get_lastIndex_9;
- package$collections.get_lastIndex_o5f02i$ = get_lastIndex_10;
- package$collections.get_lastIndex_k4ndbq$ = get_lastIndex_11;
- package$collections.getOrNull_h8io69$ = getOrNull_10;
- package$collections.getOrNull_k9lyrg$ = getOrNull_11;
- package$collections.getOrNull_hlz5c8$ = getOrNull_12;
- package$collections.getOrNull_7156lo$ = getOrNull_13;
- package$collections.firstOrNull_9hsmwz$ = firstOrNull_24;
- package$collections.firstOrNull_rnn80q$ = firstOrNull_25;
- package$collections.firstOrNull_o5f02i$ = firstOrNull_26;
- package$collections.firstOrNull_k4ndbq$ = firstOrNull_27;
- package$collections.get_indices_9hsmwz$ = get_indices_8;
- package$collections.get_indices_rnn80q$ = get_indices_9;
- package$collections.get_indices_o5f02i$ = get_indices_10;
- package$collections.get_indices_k4ndbq$ = get_indices_11;
- package$collections.lastOrNull_9hsmwz$ = lastOrNull_25;
- package$collections.lastOrNull_rnn80q$ = lastOrNull_26;
- package$collections.lastOrNull_o5f02i$ = lastOrNull_27;
- package$collections.lastOrNull_k4ndbq$ = lastOrNull_28;
- package$collections.random_b7l3ya$ = random_31;
- package$collections.random_2qnwpx$ = random_32;
- package$collections.random_i3mfo9$ = random_33;
- package$collections.random_7icwln$ = random_34;
- package$collections.randomOrNull_b7l3ya$ = randomOrNull_31;
- package$collections.randomOrNull_2qnwpx$ = randomOrNull_32;
- package$collections.randomOrNull_i3mfo9$ = randomOrNull_33;
- package$collections.randomOrNull_7icwln$ = randomOrNull_34;
- package$kotlin.UInt = UInt;
- package$kotlin.ULong = ULong;
- package$kotlin.UByte = UByte;
- package$kotlin.UShort = UShort;
- package$collections.singleOrNull_9hsmwz$ = singleOrNull_24;
- package$collections.singleOrNull_rnn80q$ = singleOrNull_25;
- package$collections.singleOrNull_o5f02i$ = singleOrNull_26;
- package$collections.singleOrNull_k4ndbq$ = singleOrNull_27;
- package$collections.drop_h8io69$ = drop_12;
- package$collections.drop_k9lyrg$ = drop_13;
- package$collections.drop_hlz5c8$ = drop_14;
- package$collections.drop_7156lo$ = drop_15;
- package$collections.dropLast_h8io69$ = dropLast_11;
- package$collections.dropLast_k9lyrg$ = dropLast_12;
- package$collections.dropLast_hlz5c8$ = dropLast_13;
- package$collections.dropLast_7156lo$ = dropLast_14;
- package$collections.take_h8io69$ = take_12;
- package$collections.take_k9lyrg$ = take_13;
- package$collections.take_hlz5c8$ = take_14;
- package$collections.take_7156lo$ = take_15;
- package$collections.slice_s5302e$ = slice_23;
- package$collections.slice_ol8wd$ = slice_24;
- package$collections.slice_ct67gf$ = slice_25;
- package$collections.slice_n4i5zx$ = slice_26;
- package$collections.slice_m409qm$ = slice_27;
- package$collections.slice_o2bt9t$ = slice_28;
- package$collections.slice_pku3j9$ = slice_29;
- package$collections.slice_1clitb$ = slice_30;
- package$collections.sliceArray_fhxhza$ = sliceArray_17;
- package$collections.sliceArray_ev9i1p$ = sliceArray_18;
- package$collections.sliceArray_lpzpbj$ = sliceArray_19;
- package$collections.sliceArray_q24qi5$ = sliceArray_20;
- package$collections.sliceArray_s5302e$ = sliceArray_21;
- package$collections.sliceArray_ol8wd$ = sliceArray_22;
- package$collections.sliceArray_ct67gf$ = sliceArray_23;
- package$collections.sliceArray_n4i5zx$ = sliceArray_24;
- package$collections.takeLast_h8io69$ = takeLast_11;
- package$collections.takeLast_k9lyrg$ = takeLast_12;
- package$collections.takeLast_hlz5c8$ = takeLast_13;
- package$collections.takeLast_7156lo$ = takeLast_14;
- package$collections.reversed_9hsmwz$ = reversed_14;
- package$collections.reversed_rnn80q$ = reversed_15;
- package$collections.reversed_o5f02i$ = reversed_16;
- package$collections.reversed_k4ndbq$ = reversed_17;
- package$collections.shuffle_9hsmwz$ = shuffle_18;
- package$collections.shuffle_rnn80q$ = shuffle_19;
- package$collections.shuffle_o5f02i$ = shuffle_20;
- package$collections.shuffle_k4ndbq$ = shuffle_21;
- package$collections.shuffle_b7l3ya$ = shuffle_22;
- package$collections.shuffle_2qnwpx$ = shuffle_23;
- package$collections.shuffle_i3mfo9$ = shuffle_24;
- package$collections.shuffle_7icwln$ = shuffle_25;
- package$collections.sortDescending_9hsmwz$ = sortDescending_16;
- package$collections.sortDescending_rnn80q$ = sortDescending_17;
- package$collections.sortDescending_o5f02i$ = sortDescending_18;
- package$collections.sortDescending_k4ndbq$ = sortDescending_19;
- package$collections.sorted_9hsmwz$ = sorted_9;
- package$collections.sorted_rnn80q$ = sorted_10;
- package$collections.sorted_o5f02i$ = sorted_11;
- package$collections.sorted_k4ndbq$ = sorted_12;
- package$collections.sortedArray_9hsmwz$ = sortedArray_7;
- package$collections.sortedArray_rnn80q$ = sortedArray_8;
- package$collections.sortedArray_o5f02i$ = sortedArray_9;
- package$collections.sortedArray_k4ndbq$ = sortedArray_10;
- package$collections.sortedArrayDescending_9hsmwz$ = sortedArrayDescending_7;
- package$collections.sortedArrayDescending_rnn80q$ = sortedArrayDescending_8;
- package$collections.sortedArrayDescending_o5f02i$ = sortedArrayDescending_9;
- package$collections.sortedArrayDescending_k4ndbq$ = sortedArrayDescending_10;
- package$collections.sortedDescending_9hsmwz$ = sortedDescending_9;
- package$collections.sortedDescending_rnn80q$ = sortedDescending_10;
- package$collections.sortedDescending_o5f02i$ = sortedDescending_11;
- package$collections.sortedDescending_k4ndbq$ = sortedDescending_12;
- package$collections.contentEquals_yvstjl$ = contentEquals_0;
- package$collections.contentEquals_oi0tr9$ = contentEquals_1;
- package$collections.contentEquals_7u5a2r$ = contentEquals_2;
- package$collections.contentEquals_7t078x$ = contentEquals_3;
- package$collections.contentEquals_cpmkr$ = contentEquals_4;
- package$collections.contentEquals_5jhtf3$ = contentEquals_5;
- package$collections.contentEquals_xfnp9r$ = contentEquals_6;
- package$collections.contentEquals_euueqt$ = contentEquals_7;
- package$collections.contentHashCode_9hsmwz$ = contentHashCode_0;
- package$collections.contentHashCode_rnn80q$ = contentHashCode_1;
- package$collections.contentHashCode_o5f02i$ = contentHashCode_2;
- package$collections.contentHashCode_k4ndbq$ = contentHashCode_3;
- package$collections.contentHashCode_a77i2m$ = contentHashCode_4;
- package$collections.contentHashCode_4zn9c5$ = contentHashCode_5;
- package$collections.contentHashCode_wobjzt$ = contentHashCode_6;
- package$collections.contentHashCode_f9w13p$ = contentHashCode_7;
- package$collections.contentToString_9hsmwz$ = contentToString_0;
- package$collections.contentToString_rnn80q$ = contentToString_1;
- package$collections.contentToString_o5f02i$ = contentToString_2;
- package$collections.contentToString_k4ndbq$ = contentToString_3;
- package$collections.contentToString_a77i2m$ = contentToString_4;
- package$collections.contentToString_4zn9c5$ = contentToString_5;
- package$collections.contentToString_wobjzt$ = contentToString_6;
- package$collections.contentToString_f9w13p$ = contentToString_7;
- package$collections.copyOf_tmsbgo$ = copyOf_10;
- package$collections.copyOf_se6h4x$ = copyOf_11;
- package$collections.copyOf_964n91$ = copyOf_8;
- package$collections.copyOf_i2lc79$ = copyOf_9;
- package$collections.copyOf_c03ot6$ = copyOf_18;
- package$collections.copyOf_3aefkx$ = copyOf_19;
- package$collections.copyOf_mrm5p$ = copyOf_16;
- package$collections.copyOf_m2jy6x$ = copyOf_17;
- package$collections.copyOfRange_6pxxqk$ = copyOfRange_6;
- package$collections.copyOfRange_2n8m0j$ = copyOfRange_7;
- package$collections.copyOfRange_ietg8x$ = copyOfRange_4;
- package$collections.copyOfRange_qxueih$ = copyOfRange_5;
- package$collections.fill_9p0cei$ = fill;
- package$collections.fill_u0vwim$ = fill_0;
- package$collections.fill_i88zna$ = fill_1;
- package$collections.fill_ujo1re$ = fill_2;
- package$collections.plus_c03ot6$ = plus_30;
- package$collections.plus_uxdaoa$ = plus_31;
- package$collections.plus_jlnu8a$ = plus_28;
- package$collections.plus_s7ir3o$ = plus_29;
- package$collections.plus_gm02yb$ = plus_19;
- package$collections.plus_677egv$ = plus_20;
- package$collections.plus_38kby7$ = plus_21;
- package$collections.plus_c0pbm5$ = plus_22;
- package$collections.plus_mgkctd$ = plus_48;
- package$collections.plus_tq12cv$ = plus_49;
- package$collections.plus_ndt7zj$ = plus_46;
- package$collections.plus_907jet$ = plus_47;
- package$collections.sort_9hsmwz$ = sort_0;
- package$collections.sort_rnn80q$ = sort_1;
- package$collections.sort_o5f02i$ = sort_2;
- package$collections.sort_k4ndbq$ = sort_3;
- package$collections.sort_cb631t$ = sort_4;
- package$collections.sort_xv12r2$ = sort_5;
- package$collections.sort_csz0hm$ = sort_6;
- package$collections.sort_7s1pa$ = sort_7;
- package$collections.sortDescending_cb631t$ = sortDescending_20;
- package$collections.sortDescending_xv12r2$ = sortDescending_21;
- package$collections.sortDescending_csz0hm$ = sortDescending_22;
- package$collections.sortDescending_7s1pa$ = sortDescending_23;
- package$collections.toTypedArray_9hsmwz$ = toTypedArray;
- package$collections.toTypedArray_rnn80q$ = toTypedArray_0;
- package$collections.toTypedArray_o5f02i$ = toTypedArray_1;
- package$collections.toTypedArray_k4ndbq$ = toTypedArray_2;
- package$collections.toUByteArray_hpq79g$ = toUByteArray;
- package$collections.toUIntArray_ndskub$ = toUIntArray;
- package$collections.toULongArray_d4vpow$ = toULongArray;
- package$collections.toUShortArray_nmmbue$ = toUShortArray;
- package$collections.withIndex_9hsmwz$ = withIndex_11;
- package$collections.withIndex_rnn80q$ = withIndex_12;
- package$collections.withIndex_o5f02i$ = withIndex_13;
- package$collections.withIndex_k4ndbq$ = withIndex_14;
- package$collections.max_9hsmwz$ = max_16;
- package$collections.max_rnn80q$ = max_17;
- package$collections.max_o5f02i$ = max_18;
- package$collections.max_k4ndbq$ = max_19;
- package$collections.maxOrNull_9hsmwz$ = maxOrNull_16;
- package$collections.maxOrNull_rnn80q$ = maxOrNull_17;
- package$collections.maxOrNull_o5f02i$ = maxOrNull_18;
- package$collections.maxOrNull_k4ndbq$ = maxOrNull_19;
- package$collections.maxWith_tn4aoe$ = maxWith_12;
- package$collections.maxWith_b44h28$ = maxWith_13;
- package$collections.maxWith_yaj5y8$ = maxWith_14;
- package$collections.maxWith_902cl0$ = maxWith_15;
- package$collections.maxWithOrNull_tn4aoe$ = maxWithOrNull_12;
- package$collections.maxWithOrNull_b44h28$ = maxWithOrNull_13;
- package$collections.maxWithOrNull_yaj5y8$ = maxWithOrNull_14;
- package$collections.maxWithOrNull_902cl0$ = maxWithOrNull_15;
- package$collections.min_9hsmwz$ = min_16;
- package$collections.min_rnn80q$ = min_17;
- package$collections.min_o5f02i$ = min_18;
- package$collections.min_k4ndbq$ = min_19;
- package$collections.minOrNull_9hsmwz$ = minOrNull_16;
- package$collections.minOrNull_rnn80q$ = minOrNull_17;
- package$collections.minOrNull_o5f02i$ = minOrNull_18;
- package$collections.minOrNull_k4ndbq$ = minOrNull_19;
- package$collections.minWith_tn4aoe$ = minWith_12;
- package$collections.minWith_b44h28$ = minWith_13;
- package$collections.minWith_yaj5y8$ = minWith_14;
- package$collections.minWith_902cl0$ = minWith_15;
- package$collections.minWithOrNull_tn4aoe$ = minWithOrNull_12;
- package$collections.minWithOrNull_b44h28$ = minWithOrNull_13;
- package$collections.minWithOrNull_yaj5y8$ = minWithOrNull_14;
- package$collections.minWithOrNull_902cl0$ = minWithOrNull_15;
- package$collections.zip_dqp5xi$ = zip_59;
- package$collections.zip_sgqn2v$ = zip_60;
- package$collections.zip_t2lyjh$ = zip_61;
- package$collections.zip_60tpzb$ = zip_62;
- package$collections.zip_6x2jmc$ = zip_67;
- package$collections.zip_iifz73$ = zip_68;
- package$collections.zip_19c7vn$ = zip_69;
- package$collections.zip_y9wwht$ = zip_70;
- package$collections.zip_yvstjl$ = zip_75;
- package$collections.zip_oi0tr9$ = zip_76;
- package$collections.zip_7u5a2r$ = zip_77;
- package$collections.zip_7t078x$ = zip_78;
- package$collections.sum_ndskub$ = sum_23;
- package$collections.sum_d4vpow$ = sum_24;
- package$collections.sum_hpq79g$ = sum_25;
- package$collections.sum_nmmbue$ = sum_26;
- package$collections.toUByteArray_dnd7nw$ = toUByteArray_1;
- package$collections.toUIntArray_8tr39h$ = toUIntArray_1;
- package$collections.toULongArray_92iq3c$ = toULongArray_1;
- package$collections.toUShortArray_vdg9qq$ = toUShortArray_1;
- package$collections.sum_hbg50x$ = sum_31;
- package$collections.sum_tyefd0$ = sum_32;
- package$collections.sum_yj8wxk$ = sum_33;
- package$collections.sum_n76072$ = sum_34;
- package$comparisons.maxOf_oqfnby$ = maxOf_53;
- package$comparisons.maxOf_jpm79w$ = maxOf_54;
- package$comparisons.maxOf_jl2jf8$ = maxOf_55;
- package$comparisons.maxOf_2ahd1g$ = maxOf_56;
- package$comparisons.maxOf_8s8jah$ = maxOf_61;
- package$comparisons.maxOf_ovehal$ = maxOf_62;
- package$comparisons.maxOf_138nc5$ = maxOf_63;
- package$comparisons.maxOf_nvr647$ = maxOf_64;
- package$comparisons.minOf_oqfnby$ = minOf_53;
- package$comparisons.minOf_jpm79w$ = minOf_54;
- package$comparisons.minOf_jl2jf8$ = minOf_55;
- package$comparisons.minOf_2ahd1g$ = minOf_56;
- package$comparisons.minOf_8s8jah$ = minOf_61;
- package$comparisons.minOf_ovehal$ = minOf_62;
- package$comparisons.minOf_138nc5$ = minOf_63;
- package$comparisons.minOf_nvr647$ = minOf_64;
- package$ranges.random_7v08js$ = random_37;
- package$ranges.random_nk0vix$ = random_38;
- package$ranges.randomOrNull_7v08js$ = randomOrNull_37;
- package$ranges.randomOrNull_nk0vix$ = randomOrNull_38;
- package$ranges.contains_dwk81l$ = contains_45;
- package$ranges.contains_jxvyg8$ = contains_46;
- package$ranges.contains_at9xrl$ = contains_47;
- package$ranges.contains_dwe1qd$ = contains_48;
- package$ranges.contains_4lp1ib$ = contains_49;
- package$ranges.contains_kug9t0$ = contains_50;
- package$ranges.downTo_y54h1t$ = downTo_16;
- package$ranges.downTo_ibvkqp$ = downTo_17;
- package$ranges.downTo_y9o4wh$ = downTo_18;
- package$ranges.downTo_rdgzmv$ = downTo_19;
- package$ranges.reversed_i0sryf$ = reversed_18;
- package$ranges.reversed_pys8o6$ = reversed_19;
- package$ranges.step_f4enhh$ = step_2;
- package$ranges.step_7edafj$ = step_3;
- package$ranges.until_y54h1t$ = until_16;
- package$ranges.until_ibvkqp$ = until_17;
- package$ranges.until_y9o4wh$ = until_18;
- package$ranges.until_rdgzmv$ = until_19;
- package$ranges.coerceAtLeast_ibvkqp$ = coerceAtLeast_6;
- package$ranges.coerceAtLeast_y9o4wh$ = coerceAtLeast_7;
- package$ranges.coerceAtLeast_y54h1t$ = coerceAtLeast_8;
- package$ranges.coerceAtLeast_rdgzmv$ = coerceAtLeast_9;
- package$ranges.coerceAtMost_ibvkqp$ = coerceAtMost_6;
- package$ranges.coerceAtMost_y9o4wh$ = coerceAtMost_7;
- package$ranges.coerceAtMost_y54h1t$ = coerceAtMost_8;
- package$ranges.coerceAtMost_rdgzmv$ = coerceAtMost_9;
- package$ranges.coerceIn_c1v3ga$ = coerceIn_10;
- package$ranges.coerceIn_x7zcdb$ = coerceIn_11;
- package$ranges.coerceIn_mkpui5$ = coerceIn_12;
- package$ranges.coerceIn_9bl8v3$ = coerceIn_13;
- package$ranges.coerceIn_na0ld7$ = coerceIn_14;
- package$ranges.coerceIn_pt40p3$ = coerceIn_15;
- package$sequences.sum_qwmbzz$ = sum_35;
- package$sequences.sum_guin2q$ = sum_36;
- package$sequences.sum_lfd4na$ = sum_37;
- package$sequences.sum_3cv170$ = sum_38;
- package$kotlin.KotlinNothingValueException_init = KotlinNothingValueException_init;
- package$kotlin.KotlinNothingValueException_init_pdl1vj$ = KotlinNothingValueException_init_0;
- package$kotlin.KotlinNothingValueException_init_wspj0f$ = KotlinNothingValueException_init_1;
- package$kotlin.KotlinNothingValueException_init_dbl4no$ = KotlinNothingValueException_init_2;
- package$kotlin.KotlinNothingValueException = KotlinNothingValueException;
- var package$js = package$kotlin.js || (package$kotlin.js = {});
- package$js.ExperimentalJsExport = ExperimentalJsExport;
- var package$math = package$kotlin.math || (package$kotlin.math = {});
- Object.defineProperty(package$math, 'PI', {get: function () {
- return PI;
- }});
- Object.defineProperty(package$math, 'E', {get: function () {
- return E;
- }});
- package$kotlin.Annotation = Annotation;
- package$kotlin.CharSequence = CharSequence;
- package$collections.Iterable = Iterable;
- package$collections.MutableIterable = MutableIterable;
- package$collections.MutableCollection = MutableCollection;
- package$collections.List = List;
- package$collections.MutableList = MutableList;
- package$collections.Set = Set;
- package$collections.MutableSet = MutableSet;
- Map.Entry = Map$Entry;
- package$collections.Map = Map;
- MutableMap.MutableEntry = MutableMap$MutableEntry;
- package$collections.MutableMap = MutableMap;
- package$kotlin.Function = Function_0;
- package$collections.Iterator = Iterator;
- package$collections.MutableIterator = MutableIterator;
- package$collections.ListIterator = ListIterator;
- package$collections.MutableListIterator = MutableListIterator;
- package$collections.ByteIterator = ByteIterator;
- package$collections.CharIterator = CharIterator;
- package$collections.ShortIterator = ShortIterator;
- package$collections.IntIterator = IntIterator;
- package$collections.LongIterator = LongIterator;
- package$collections.FloatIterator = FloatIterator;
- package$collections.DoubleIterator = DoubleIterator;
- package$collections.BooleanIterator = BooleanIterator;
- package$ranges.CharProgressionIterator = CharProgressionIterator;
- package$ranges.IntProgressionIterator = IntProgressionIterator;
- package$ranges.LongProgressionIterator = LongProgressionIterator;
- Object.defineProperty(CharProgression, 'Companion', {get: CharProgression$Companion_getInstance});
- package$ranges.CharProgression = CharProgression;
- Object.defineProperty(IntProgression, 'Companion', {get: IntProgression$Companion_getInstance});
- package$ranges.IntProgression = IntProgression;
- Object.defineProperty(LongProgression, 'Companion', {get: LongProgression$Companion_getInstance});
- package$ranges.LongProgression = LongProgression;
- package$ranges.ClosedRange = ClosedRange;
- Object.defineProperty(CharRange, 'Companion', {get: CharRange$Companion_getInstance});
- package$ranges.CharRange = CharRange;
- Object.defineProperty(IntRange, 'Companion', {get: IntRange$Companion_getInstance});
- package$ranges.IntRange = IntRange;
- Object.defineProperty(LongRange, 'Companion', {get: LongRange$Companion_getInstance});
- package$ranges.LongRange = LongRange;
- Object.defineProperty(package$kotlin, 'Unit', {get: Unit_getInstance});
- Object.defineProperty(AnnotationTarget, 'CLASS', {get: AnnotationTarget$CLASS_getInstance});
- Object.defineProperty(AnnotationTarget, 'ANNOTATION_CLASS', {get: AnnotationTarget$ANNOTATION_CLASS_getInstance});
- Object.defineProperty(AnnotationTarget, 'TYPE_PARAMETER', {get: AnnotationTarget$TYPE_PARAMETER_getInstance});
- Object.defineProperty(AnnotationTarget, 'PROPERTY', {get: AnnotationTarget$PROPERTY_getInstance});
- Object.defineProperty(AnnotationTarget, 'FIELD', {get: AnnotationTarget$FIELD_getInstance});
- Object.defineProperty(AnnotationTarget, 'LOCAL_VARIABLE', {get: AnnotationTarget$LOCAL_VARIABLE_getInstance});
- Object.defineProperty(AnnotationTarget, 'VALUE_PARAMETER', {get: AnnotationTarget$VALUE_PARAMETER_getInstance});
- Object.defineProperty(AnnotationTarget, 'CONSTRUCTOR', {get: AnnotationTarget$CONSTRUCTOR_getInstance});
- Object.defineProperty(AnnotationTarget, 'FUNCTION', {get: AnnotationTarget$FUNCTION_getInstance});
- Object.defineProperty(AnnotationTarget, 'PROPERTY_GETTER', {get: AnnotationTarget$PROPERTY_GETTER_getInstance});
- Object.defineProperty(AnnotationTarget, 'PROPERTY_SETTER', {get: AnnotationTarget$PROPERTY_SETTER_getInstance});
- Object.defineProperty(AnnotationTarget, 'TYPE', {get: AnnotationTarget$TYPE_getInstance});
- Object.defineProperty(AnnotationTarget, 'EXPRESSION', {get: AnnotationTarget$EXPRESSION_getInstance});
- Object.defineProperty(AnnotationTarget, 'FILE', {get: AnnotationTarget$FILE_getInstance});
- Object.defineProperty(AnnotationTarget, 'TYPEALIAS', {get: AnnotationTarget$TYPEALIAS_getInstance});
- var package$annotation = package$kotlin.annotation || (package$kotlin.annotation = {});
- package$annotation.AnnotationTarget = AnnotationTarget;
- Object.defineProperty(AnnotationRetention, 'SOURCE', {get: AnnotationRetention$SOURCE_getInstance});
- Object.defineProperty(AnnotationRetention, 'BINARY', {get: AnnotationRetention$BINARY_getInstance});
- Object.defineProperty(AnnotationRetention, 'RUNTIME', {get: AnnotationRetention$RUNTIME_getInstance});
- package$annotation.AnnotationRetention = AnnotationRetention;
- package$annotation.Target = Target;
- package$annotation.Retention = Retention;
- package$annotation.Repeatable = Repeatable;
- package$annotation.MustBeDocumented = MustBeDocumented;
- var package$internal = package$kotlin.internal || (package$kotlin.internal = {});
- package$internal.PureReifiable = PureReifiable;
- package$internal.PlatformDependent = PlatformDependent;
- package$internal.getProgressionLastElement_qt1dr2$ = getProgressionLastElement;
- package$internal.getProgressionLastElement_b9bd0d$ = getProgressionLastElement_0;
- _.arrayIterator = arrayIterator;
- _.booleanArrayIterator = booleanArrayIterator;
- _.byteArrayIterator = byteArrayIterator;
- _.shortArrayIterator = shortArrayIterator;
- _.charArrayIterator = charArrayIterator;
- _.intArrayIterator = intArrayIterator;
- _.floatArrayIterator = floatArrayIterator;
- _.doubleArrayIterator = doubleArrayIterator;
- _.longArrayIterator = longArrayIterator;
- _.PropertyMetadata = PropertyMetadata;
- _.noWhenBranchMatched = noWhenBranchMatched;
- _.subSequence = subSequence;
- _.captureStack = captureStack;
- _.newThrowable = newThrowable;
- _.BoxedChar = BoxedChar;
- _.arrayConcat = arrayConcat;
- _.primitiveArrayConcat = primitiveArrayConcat;
- _.booleanArrayOf = booleanArrayOf;
- _.charArrayOf = charArrayOf;
- _.longArrayOf = longArrayOf;
- var package$coroutines = package$kotlin.coroutines || (package$kotlin.coroutines = {});
- package$coroutines.CoroutineImpl = CoroutineImpl;
- Object.defineProperty(package$coroutines, 'CompletedContinuation', {get: CompletedContinuation_getInstance});
- var package$intrinsics = package$coroutines.intrinsics || (package$coroutines.intrinsics = {});
- package$intrinsics.createCoroutineUnintercepted_x18nsh$ = createCoroutineUnintercepted;
- package$intrinsics.createCoroutineUnintercepted_3a617i$ = createCoroutineUnintercepted_0;
- package$intrinsics.intercepted_f9mg25$ = intercepted;
- package$js.isArrayish_kcmwxo$ = isArrayish;
- package$kotlin.Error_init = Error_init;
- package$kotlin.Error_init_pdl1vj$ = Error_init_0;
- package$kotlin.Error_init_dbl4no$ = Error_init_1;
- package$kotlin.Error = Error_0;
- package$kotlin.Exception_init = Exception_init;
- package$kotlin.Exception_init_pdl1vj$ = Exception_init_0;
- package$kotlin.Exception_init_dbl4no$ = Exception_init_1;
- package$kotlin.Exception = Exception;
- package$kotlin.RuntimeException_init = RuntimeException_init;
- package$kotlin.RuntimeException_init_pdl1vj$ = RuntimeException_init_0;
- package$kotlin.RuntimeException_init_dbl4no$ = RuntimeException_init_1;
- package$kotlin.RuntimeException = RuntimeException;
- package$kotlin.IllegalArgumentException_init = IllegalArgumentException_init;
- package$kotlin.IllegalArgumentException_init_dbl4no$ = IllegalArgumentException_init_1;
- package$kotlin.IllegalArgumentException = IllegalArgumentException;
- package$kotlin.IllegalStateException_init = IllegalStateException_init;
- package$kotlin.IllegalStateException_init_pdl1vj$ = IllegalStateException_init_0;
- package$kotlin.IllegalStateException_init_dbl4no$ = IllegalStateException_init_1;
- package$kotlin.IllegalStateException = IllegalStateException;
- package$kotlin.IndexOutOfBoundsException_init = IndexOutOfBoundsException_init;
- package$kotlin.IndexOutOfBoundsException = IndexOutOfBoundsException;
- package$kotlin.ConcurrentModificationException_init = ConcurrentModificationException_init;
- package$kotlin.ConcurrentModificationException_init_pdl1vj$ = ConcurrentModificationException_init_0;
- package$kotlin.ConcurrentModificationException_init_dbl4no$ = ConcurrentModificationException_init_1;
- package$kotlin.ConcurrentModificationException = ConcurrentModificationException;
- package$kotlin.UnsupportedOperationException_init = UnsupportedOperationException_init;
- package$kotlin.UnsupportedOperationException_init_dbl4no$ = UnsupportedOperationException_init_1;
- package$kotlin.UnsupportedOperationException = UnsupportedOperationException;
- package$kotlin.NumberFormatException_init = NumberFormatException_init;
- package$kotlin.NumberFormatException = NumberFormatException;
- package$kotlin.NullPointerException_init = NullPointerException_init;
- package$kotlin.NullPointerException = NullPointerException;
- package$kotlin.ClassCastException_init = ClassCastException_init;
- package$kotlin.ClassCastException = ClassCastException;
- package$kotlin.AssertionError_init = AssertionError_init;
- package$kotlin.AssertionError_init_pdl1vj$ = AssertionError_init_0;
- package$kotlin.AssertionError_init_s8jyv4$ = AssertionError_init_1;
- package$kotlin.AssertionError = AssertionError;
- package$kotlin.NoSuchElementException = NoSuchElementException;
- package$kotlin.ArithmeticException_init = ArithmeticException_init;
- package$kotlin.ArithmeticException = ArithmeticException;
- package$kotlin.NoWhenBranchMatchedException_init = NoWhenBranchMatchedException_init;
- package$kotlin.NoWhenBranchMatchedException_init_pdl1vj$ = NoWhenBranchMatchedException_init_0;
- package$kotlin.NoWhenBranchMatchedException_init_dbl4no$ = NoWhenBranchMatchedException_init_1;
- package$kotlin.NoWhenBranchMatchedException = NoWhenBranchMatchedException;
- package$kotlin.UninitializedPropertyAccessException_init = UninitializedPropertyAccessException_init;
- package$kotlin.UninitializedPropertyAccessException_init_pdl1vj$ = UninitializedPropertyAccessException_init_0;
- package$kotlin.UninitializedPropertyAccessException_init_dbl4no$ = UninitializedPropertyAccessException_init_1;
- package$kotlin.UninitializedPropertyAccessException = UninitializedPropertyAccessException;
- package$kotlin.emptyArray_287e2$ = emptyArray;
- package$kotlin.lazy_klfg04$ = lazy;
- package$kotlin.lazy_kls4a0$ = lazy_0;
- package$kotlin.lazy_c7lj6g$ = lazy_1;
- package$kotlin.fillFrom_dgzutr$ = fillFrom;
- package$kotlin.arrayCopyResize_xao4iu$ = arrayCopyResize;
- package$kotlin.arrayPlusCollection_ksxw79$ = arrayPlusCollection;
- package$kotlin.fillFromCollection_40q1uj$ = fillFromCollection;
- package$kotlin.copyArrayType_dgzutr$ = copyArrayType;
- package$kotlin.jsIsType_dgzutr$ = jsIsType;
- package$math.withSign_38ydlf$ = withSign;
- package$kotlin.Long_6xvm5r$ = Long;
- package$kotlin.get_low_nzsbcz$ = get_low;
- package$kotlin.get_high_nzsbcz$ = get_high;
- _.findAssociatedObject_yjf3nl$ = findAssociatedObject;
- package$text.toString_if0zpk$ = toString_0;
- package$collections.elementAt_8ujjk8$ = elementAt_2;
- package$collections.elementAt_mrm5p$ = elementAt_3;
- package$collections.elementAt_m2jy6x$ = elementAt_4;
- package$collections.elementAt_c03ot6$ = elementAt_5;
- package$collections.elementAt_3aefkx$ = elementAt_6;
- package$collections.elementAt_rblqex$ = elementAt_7;
- package$collections.elementAt_xgrzbe$ = elementAt_8;
- package$collections.elementAt_1qu12l$ = elementAt_9;
- package$collections.elementAt_gtcw5h$ = elementAt_10;
- package$collections.asList_us0mfu$ = asList;
- package$collections.asList_355ntz$ = asList_7;
- package$collections.contentDeepEquals_vu4gah$ = contentDeepEquals_0;
- package$collections.contentDeepHashCode_us0mfu$ = contentDeepHashCode_0;
- package$collections.contentDeepToString_us0mfu$ = contentDeepToString_0;
- package$collections.contentEquals_vu4gah$ = contentEquals_8;
- package$collections.contentEquals_ndt7zj$ = contentEquals_9;
- package$collections.contentEquals_907jet$ = contentEquals_10;
- package$collections.contentEquals_mgkctd$ = contentEquals_11;
- package$collections.contentEquals_tq12cv$ = contentEquals_12;
- package$collections.contentEquals_tec1tx$ = contentEquals_13;
- package$collections.contentEquals_pmvpm9$ = contentEquals_14;
- package$collections.contentEquals_qsfoml$ = contentEquals_15;
- package$collections.contentEquals_wxyzfz$ = contentEquals_16;
- package$collections.contentHashCode_us0mfu$ = contentHashCode_8;
- package$collections.contentHashCode_964n91$ = contentHashCode_9;
- package$collections.contentHashCode_i2lc79$ = contentHashCode_10;
- package$collections.contentHashCode_tmsbgo$ = contentHashCode_11;
- package$collections.contentHashCode_se6h4x$ = contentHashCode_12;
- package$collections.contentHashCode_rjqryz$ = contentHashCode_13;
- package$collections.contentHashCode_bvy38s$ = contentHashCode_14;
- package$collections.contentHashCode_l1lu5t$ = contentHashCode_15;
- package$collections.contentHashCode_355ntz$ = contentHashCode_16;
- package$collections.contentToString_us0mfu$ = contentToString_8;
- package$collections.contentToString_964n91$ = contentToString_9;
- package$collections.contentToString_i2lc79$ = contentToString_10;
- package$collections.contentToString_tmsbgo$ = contentToString_11;
- package$collections.contentToString_se6h4x$ = contentToString_12;
- package$collections.contentToString_rjqryz$ = contentToString_13;
- package$collections.contentToString_bvy38s$ = contentToString_14;
- package$collections.contentToString_l1lu5t$ = contentToString_15;
- package$collections.contentToString_355ntz$ = contentToString_16;
- package$collections.arrayCopy = arrayCopy;
- package$collections.copyOf_us0mfu$ = copyOf_7;
- package$collections.copyOf_rjqryz$ = copyOf_12;
- package$collections.copyOf_bvy38s$ = copyOf_13;
- package$collections.copyOf_l1lu5t$ = copyOf_14;
- package$collections.copyOf_355ntz$ = copyOf_15;
- package$collections.copyOf_rblqex$ = copyOf_20;
- package$collections.copyOf_xgrzbe$ = copyOf_21;
- package$collections.copyOf_1qu12l$ = copyOf_22;
- package$collections.copyOf_gtcw5h$ = copyOf_23;
- package$collections.copyOf_8ujjk8$ = copyOf_24;
- package$collections.copyOfRange_5f8l3u$ = copyOfRange_3;
- package$collections.copyOfRange_kh1mav$ = copyOfRange_8;
- package$collections.copyOfRange_yfnal4$ = copyOfRange_9;
- package$collections.copyOfRange_ke2ov9$ = copyOfRange_10;
- package$collections.copyOfRange_wlitf7$ = copyOfRange_11;
- package$collections.fill_jfbbbd$ = fill_3;
- package$collections.fill_6mk3ue$ = fill_4;
- package$collections.fill_htcctw$ = fill_5;
- package$collections.fill_tpuxuu$ = fill_6;
- package$collections.fill_wp4zxy$ = fill_7;
- package$collections.fill_nwy378$ = fill_8;
- package$collections.fill_x4f2cq$ = fill_9;
- package$collections.fill_py0txo$ = fill_10;
- package$collections.fill_t1iw8m$ = fill_11;
- package$collections.plus_mjy6jw$ = plus_27;
- package$collections.plus_tec1tx$ = plus_50;
- package$collections.plus_omthmc$ = plus_32;
- package$collections.plus_pmvpm9$ = plus_51;
- package$collections.plus_taaqy$ = plus_33;
- package$collections.plus_qsfoml$ = plus_52;
- package$collections.plus_yax8s4$ = plus_34;
- package$collections.plus_wxyzfz$ = plus_53;
- package$collections.plus_o2f9me$ = plus_35;
- package$collections.plus_b32j0n$ = plus_36;
- package$collections.plus_lamh9t$ = plus_37;
- package$collections.plus_tizwwv$ = plus_38;
- package$collections.plus_q1yphb$ = plus_39;
- package$collections.plus_nmtg5l$ = plus_40;
- package$collections.plus_gtiwrj$ = plus_41;
- package$collections.plus_5ltrxd$ = plus_42;
- package$collections.plus_cr20yn$ = plus_43;
- package$collections.plus_4ow3it$ = plus_44;
- package$collections.plus_vu4gah$ = plus_45;
- package$collections.plusElement_mjy6jw$ = plusElement_3;
- package$collections.sort_se6h4x$ = sort_8;
- package$collections.sort_pbinho$ = sort_9;
- package$collections.sort_ra7spe$ = sort_10;
- package$collections.sort_xapcvs$ = sort_11;
- package$collections.sort_ietg8x$ = sort_12;
- package$collections.sort_qxueih$ = sort_13;
- package$collections.sort_6pxxqk$ = sort_14;
- package$collections.sort_2n8m0j$ = sort_15;
- package$collections.sort_kh1mav$ = sort_16;
- package$collections.sort_yfnal4$ = sort_17;
- package$collections.sort_wlitf7$ = sort_18;
- package$collections.sortWith_95146y$ = sortWith_0;
- package$collections.toTypedArray_964n91$ = toTypedArray_3;
- package$collections.toTypedArray_i2lc79$ = toTypedArray_4;
- package$collections.toTypedArray_tmsbgo$ = toTypedArray_5;
- package$collections.toTypedArray_se6h4x$ = toTypedArray_6;
- package$collections.toTypedArray_rjqryz$ = toTypedArray_7;
- package$collections.toTypedArray_bvy38s$ = toTypedArray_8;
- package$collections.toTypedArray_l1lu5t$ = toTypedArray_9;
- package$collections.toTypedArray_355ntz$ = toTypedArray_10;
- package$collections.reverse_vvxzk3$ = reverse_25;
- package$comparisons.maxOf_sdesaw$ = maxOf_65;
- package$comparisons.maxOf_3pjtqy$ = maxOf_69;
- package$comparisons.maxOf_73gzaq$ = maxOf_72;
- package$comparisons.maxOf_w3jqn$ = maxOf_79;
- package$comparisons.maxOf_hfqzkn$ = maxOf_80;
- package$comparisons.maxOf_1n7rab$ = maxOf_81;
- package$comparisons.maxOf_x36saf$ = maxOf_82;
- package$comparisons.maxOf_lruhgp$ = maxOf_83;
- package$comparisons.maxOf_713oo3$ = maxOf_84;
- package$comparisons.maxOf_vjwmbt$ = maxOf_85;
- package$comparisons.minOf_sdesaw$ = minOf_65;
- package$comparisons.minOf_3pjtqy$ = minOf_69;
- package$comparisons.minOf_73gzaq$ = minOf_72;
- package$comparisons.minOf_w3jqn$ = minOf_79;
- package$comparisons.minOf_hfqzkn$ = minOf_80;
- package$comparisons.minOf_1n7rab$ = minOf_81;
- package$comparisons.minOf_x36saf$ = minOf_82;
- package$comparisons.minOf_lruhgp$ = minOf_83;
- package$comparisons.minOf_713oo3$ = minOf_84;
- package$comparisons.minOf_vjwmbt$ = minOf_85;
- package$text.elementAt_94bcnn$ = elementAt_11;
- package$collections.elementAt_h8io69$ = elementAt_12;
- package$collections.elementAt_k9lyrg$ = elementAt_13;
- package$collections.elementAt_hlz5c8$ = elementAt_14;
- package$collections.elementAt_7156lo$ = elementAt_15;
- package$collections.asList_9hsmwz$ = asList_8;
- package$collections.asList_rnn80q$ = asList_9;
- package$collections.asList_o5f02i$ = asList_10;
- package$collections.asList_k4ndbq$ = asList_11;
- var package$jquery = _.jquery || (_.jquery = {});
- var package$ui = package$jquery.ui || (package$jquery.ui = {});
- package$ui.buttonset_vwohdt$ = buttonset;
- package$ui.dialog_vwohdt$ = dialog;
- package$ui.dialog_pm4xy9$ = dialog_0;
- package$ui.dialog_zc05ld$ = dialog_1;
- package$ui.dialog_v89ba5$ = dialog_2;
- package$ui.dialog_pfp31$ = dialog_3;
- package$ui.button_vwohdt$ = button;
- package$ui.accordion_vwohdt$ = accordion;
- package$ui.draggable_pm4xy9$ = draggable;
- package$ui.selectable_vwohdt$ = selectable;
- package$kotlin.Comparator = Comparator;
- package$js.nativeGetter = nativeGetter;
- package$js.nativeSetter = nativeSetter;
- package$js.nativeInvoke = nativeInvoke;
- package$js.library = library;
- package$js.marker = marker;
- package$js.JsName = JsName;
- package$js.JsModule = JsModule;
- package$js.JsNonModule = JsNonModule;
- package$js.JsQualifier = JsQualifier;
- package$js.JsExport = JsExport;
- var package$jvm = package$kotlin.jvm || (package$kotlin.jvm = {});
- package$jvm.Volatile = Volatile;
- package$jvm.Synchronized = Synchronized;
- package$collections.copyToArray = copyToArray;
- package$collections.copyToArrayImpl = copyToArrayImpl;
- package$collections.copyToExistingArrayImpl = copyToArrayImpl_0;
- package$collections.checkBuilderCapacity_za3lpa$ = checkBuilderCapacity;
- package$collections.setOf_mh5how$ = setOf;
- package$collections.LinkedHashSet_init_287e2$ = LinkedHashSet_init_0;
- package$collections.LinkedHashSet_init_ww73n8$ = LinkedHashSet_init_3;
- package$collections.mapOf_x2b85n$ = mapOf;
- package$collections.fill_dwdffb$ = fill_12;
- package$collections.shuffle_vvxzk3$ = shuffle_26;
- package$collections.shuffled_7wnvza$ = shuffled;
- package$collections.sort_4wi501$ = sort_26;
- package$collections.arrayOfNulls_83b1gz$ = arrayOfNulls;
- package$collections.toSingletonMapOrSelf_1vp4qn$ = toSingletonMapOrSelf;
- package$collections.toMutableMap_abgq59$ = toMutableMap;
- package$collections.toSingletonMap_3imywq$ = toSingletonMap;
- package$collections.copyToArrayOfAny_e0iprw$ = copyToArrayOfAny;
- package$collections.AbstractMutableCollection = AbstractMutableCollection;
- package$collections.AbstractMutableList = AbstractMutableList;
- AbstractMutableMap.SimpleEntry_init_trwmqg$ = AbstractMutableMap$AbstractMutableMap$SimpleEntry_init;
- AbstractMutableMap.SimpleEntry = AbstractMutableMap$SimpleEntry;
- AbstractMutableMap.AbstractEntrySet = AbstractMutableMap$AbstractEntrySet;
- package$collections.AbstractMutableMap = AbstractMutableMap;
- package$collections.AbstractMutableSet = AbstractMutableSet;
- package$collections.ArrayList_init_mqih57$ = ArrayList_init_1;
- package$collections.ArrayList = ArrayList;
- package$collections.sortArrayWith_w8adym$ = sortArrayWith;
- package$collections.sortArrayWith_6xblhi$ = sortArrayWith_0;
- package$collections.sortArrayWith_wapidi$ = sortArrayWith_1;
- package$collections.sortArray_5zbtrs$ = sortArray;
- package$collections.contentDeepHashCodeImpl = contentDeepHashCodeImpl;
- Object.defineProperty(EqualityComparator, 'HashCode', {get: EqualityComparator$HashCode_getInstance});
- package$collections.EqualityComparator = EqualityComparator;
- package$collections.HashMap_init_va96d4$ = HashMap_init;
- package$collections.HashMap_init_q3lmfv$ = HashMap_init_0;
- package$collections.HashMap_init_xf5xz2$ = HashMap_init_1;
- package$collections.HashMap_init_bwtc7$ = HashMap_init_2;
- package$collections.HashMap_init_73mtqc$ = HashMap_init_3;
- package$collections.HashMap = HashMap;
- package$collections.stringMapOf_gkrhic$ = stringMapOf;
- package$collections.HashSet_init_mqih57$ = HashSet_init_0;
- package$collections.HashSet_init_2wofer$ = HashSet_init_1;
- package$collections.HashSet_init_ww73n8$ = HashSet_init_2;
- package$collections.HashSet_init_nn01ho$ = HashSet_init_3;
- package$collections.HashSet = HashSet;
- package$collections.stringSetOf_vqirvp$ = stringSetOf;
- package$collections.InternalHashCodeMap = InternalHashCodeMap;
- package$collections.InternalMap = InternalMap;
- package$collections.InternalStringMap = InternalStringMap;
- package$collections.LinkedHashMap_init_p5wce1$ = LinkedHashMap_init_0;
- package$collections.LinkedHashMap_init_xf5xz2$ = LinkedHashMap_init_1;
- package$collections.LinkedHashMap_init_73mtqc$ = LinkedHashMap_init_3;
- package$collections.LinkedHashMap = LinkedHashMap;
- package$collections.linkedStringMapOf_gkrhic$ = linkedStringMapOf;
- package$collections.LinkedHashSet_init_nkfcz7$ = LinkedHashSet_init;
- package$collections.LinkedHashSet_init_mqih57$ = LinkedHashSet_init_1;
- package$collections.LinkedHashSet_init_2wofer$ = LinkedHashSet_init_2;
- package$collections.LinkedHashSet = LinkedHashSet;
- package$collections.linkedStringSetOf_vqirvp$ = linkedStringSetOf;
- package$collections.RandomAccess = RandomAccess;
- var package$contracts = package$kotlin.contracts || (package$kotlin.contracts = {});
- package$contracts.InvocationKind = InvocationKind;
- var package$io = package$kotlin.io || (package$kotlin.io = {});
- package$io.BaseOutput = BaseOutput;
- package$io.NodeJsOutput = NodeJsOutput;
- package$io.OutputToConsoleLog = OutputToConsoleLog;
- package$io.BufferedOutput = BufferedOutput;
- package$io.BufferedOutputToConsoleLog = BufferedOutputToConsoleLog;
- Object.defineProperty(package$io, 'output', {get: function () {
- return output;
- }, set: function (value) {
- output = value;
- }});
- package$io.println = println;
- package$io.println_s8jyv4$ = println_0;
- package$io.print_s8jyv4$ = print;
- package$coroutines.SafeContinuation_init_wj8d80$ = SafeContinuation_init;
- package$coroutines.SafeContinuation = SafeContinuation;
- var package$cancellation = package$coroutines.cancellation || (package$coroutines.cancellation = {});
- package$cancellation.CancellationException_init = CancellationException_init;
- package$cancellation.CancellationException_init_pdl1vj$ = CancellationException_init_0;
- package$cancellation.CancellationException_init_wspj0f$ = CancellationException_init_1;
- package$cancellation.CancellationException_init_dbl4no$ = CancellationException_init_2;
- package$cancellation.CancellationException = CancellationException;
- var package$js_0 = package$coroutines.js || (package$coroutines.js = {});
- var package$internal_0 = package$js_0.internal || (package$js_0.internal = {});
- Object.defineProperty(package$internal_0, 'EmptyContinuation', {get: function () {
- return EmptyContinuation;
- }});
- package$js.dateLocaleOptions_49uy1x$ = dateLocaleOptions;
- var package$kotlinx = _.kotlinx || (_.kotlinx = {});
- var package$dom = package$kotlinx.dom || (package$kotlinx.dom = {});
- package$dom.createElement_7cgwi1$ = createElement_0;
- var package$dom_0 = package$kotlin.dom || (package$kotlin.dom = {});
- package$dom_0.createElement_7cgwi1$ = createElement;
- package$dom.appendElement_ldvnw0$ = appendElement_0;
- package$dom_0.appendElement_ldvnw0$ = appendElement;
- package$dom.hasClass_46n0ku$ = hasClass_0;
- package$dom_0.hasClass_46n0ku$ = hasClass;
- package$dom.addClass_hhb33f$ = addClass_0;
- package$dom_0.addClass_hhb33f$ = addClass;
- package$dom.removeClass_hhb33f$ = removeClass_0;
- package$dom_0.removeClass_hhb33f$ = removeClass;
- package$dom.get_isText_asww5s$ = get_isText_0;
- package$dom_0.get_isText_asww5s$ = get_isText;
- package$dom.get_isElement_asww5s$ = get_isElement_0;
- package$dom_0.get_isElement_asww5s$ = get_isElement;
- var package$org = _.org || (_.org = {});
- var package$w3c = package$org.w3c || (package$org.w3c = {});
- var package$dom_1 = package$w3c.dom || (package$w3c.dom = {});
- var package$events = package$dom_1.events || (package$dom_1.events = {});
- package$events.EventListener_gbr1zf$ = EventListener;
- package$dom_1.asList_kt9thq$ = asList_12;
- package$dom.clear_asww5s$ = clear_1;
- package$dom_0.clear_asww5s$ = clear;
- package$dom.appendText_46n0ku$ = appendText_0;
- package$dom_0.appendText_46n0ku$ = appendText;
- package$js.iterator_s8jyvk$ = iterator;
- _.throwNPE = throwNPE;
- _.throwCCE = throwCCE_0;
- _.throwISE = throwISE;
- _.throwUPAE = throwUPAE;
- package$collections.eachCount_kji7v9$ = eachCount;
- package$io.Serializable = Serializable;
- package$js.min_bug313$ = min_20;
- package$js.max_bug313$ = max_20;
- package$js.json_pyyo18$ = json;
- package$js.add_g26eq9$ = add;
- package$math.log_lu1900$ = log;
- package$math.round_14dthe$ = round;
- package$math.get_ulp_yrwdxr$ = get_ulp;
- package$math.nextUp_yrwdxr$ = nextUp;
- package$math.nextDown_yrwdxr$ = nextDown;
- package$math.nextTowards_38ydlf$ = nextTowards;
- package$math.roundToInt_yrwdxr$ = roundToInt;
- package$math.roundToLong_yrwdxr$ = roundToLong;
- package$math.abs_za3lpa$ = abs_1;
- package$math.get_sign_s8ev3n$ = get_sign_1;
- package$math.abs_s8cxhz$ = abs_2;
- package$math.min_3pjtqy$ = min_24;
- package$math.max_3pjtqy$ = max_24;
- package$math.get_sign_mts6qi$ = get_sign_2;
- package$kotlin.isNaN_yrwdxr$ = isNaN_0;
- package$kotlin.isNaN_81szk$ = isNaN_1;
- package$kotlin.isInfinite_yrwdxr$ = isInfinite;
- package$kotlin.isInfinite_81szk$ = isInfinite_0;
- package$kotlin.isFinite_yrwdxr$ = isFinite;
- package$kotlin.isFinite_81szk$ = isFinite_0;
- package$kotlin.countOneBits_s8ev3n$ = countOneBits;
- package$kotlin.countTrailingZeroBits_s8ev3n$ = countTrailingZeroBits;
- package$kotlin.takeHighestOneBit_s8ev3n$ = takeHighestOneBit;
- package$kotlin.takeLowestOneBit_s8ev3n$ = takeLowestOneBit;
- package$kotlin.rotateLeft_dqglrj$ = rotateLeft;
- package$kotlin.rotateRight_dqglrj$ = rotateRight;
- package$kotlin.countOneBits_mts6qi$ = countOneBits_0;
- package$kotlin.countLeadingZeroBits_mts6qi$ = countLeadingZeroBits_0;
- package$kotlin.countTrailingZeroBits_mts6qi$ = countTrailingZeroBits_0;
- package$kotlin.takeHighestOneBit_mts6qi$ = takeHighestOneBit_0;
- package$kotlin.takeLowestOneBit_mts6qi$ = takeLowestOneBit_0;
- package$kotlin.rotateLeft_if0zpk$ = rotateLeft_0;
- package$js.then_eyvp0y$ = then;
- package$js.then_a5sxob$ = then_0;
- package$random.defaultPlatformRandom_8be2vx$ = defaultPlatformRandom;
- package$random.doubleFromParts_6xvm5r$ = doubleFromParts;
- var package$reflect = package$kotlin.reflect || (package$kotlin.reflect = {});
- package$reflect.ExperimentalAssociatedObjects = ExperimentalAssociatedObjects;
- package$reflect.AssociatedObjectKey = AssociatedObjectKey;
- package$js.get_js_1yb8b7$ = get_js;
- package$js.get_kotlin_2sk2mx$ = get_kotlin;
- package$reflect.KCallable = KCallable;
- package$reflect.KClass = KClass;
- var package$js_1 = package$reflect.js || (package$reflect.js = {});
- var package$internal_1 = package$js_1.internal || (package$js_1.internal = {});
- package$internal_1.KClassImpl = KClassImpl;
- package$internal_1.SimpleKClassImpl = SimpleKClassImpl;
- package$internal_1.PrimitiveKClassImpl = PrimitiveKClassImpl;
- Object.defineProperty(package$internal_1, 'NothingKClassImpl', {get: NothingKClassImpl_getInstance});
- package$internal_1.ErrorKClass = ErrorKClass;
- package$reflect.get_qualifiedOrSimpleName_lu5d9p$ = get_qualifiedOrSimpleName;
- package$reflect.KFunction = KFunction;
- package$reflect.KProperty = KProperty;
- package$reflect.KMutableProperty = KMutableProperty;
- package$reflect.KProperty0 = KProperty0;
- package$reflect.KMutableProperty0 = KMutableProperty0;
- package$reflect.KProperty1 = KProperty1;
- package$reflect.KMutableProperty1 = KMutableProperty1;
- package$reflect.KProperty2 = KProperty2;
- package$reflect.KMutableProperty2 = KMutableProperty2;
- package$reflect.KType = KType;
- _.createKType = createKType;
- _.createDynamicKType = createDynamicKType;
- _.markKTypeNullable = markKTypeNullable;
- _.createKTypeParameter = createKTypeParameter;
- _.getStarKTypeProjection = getStarKTypeProjection;
- _.createCovariantKTypeProjection = createCovariantKTypeProjection;
- _.createInvariantKTypeProjection = createInvariantKTypeProjection;
- _.createContravariantKTypeProjection = createContravariantKTypeProjection;
- package$internal_1.KTypeImpl = KTypeImpl;
- Object.defineProperty(package$internal_1, 'DynamicKType', {get: DynamicKType_getInstance});
- package$internal_1.prefixString_knho38$ = prefixString;
- package$internal_1.KTypeParameterImpl = KTypeParameterImpl;
- Object.defineProperty(package$internal_1, 'PrimitiveClasses', {get: PrimitiveClasses_getInstance});
- _.getKClass = getKClass;
- _.getKClassM = getKClassM;
- _.getKClassFromExpression = getKClassFromExpression;
- _.getKClass1 = getKClass1;
- package$js.reset_xjqeni$ = reset;
- package$js.get_kmxd4d$ = get_0;
- package$js.asArray_tgewol$ = asArray;
- package$sequences.ConstrainedOnceSequence = ConstrainedOnceSequence;
- package$text.Appendable = Appendable;
- package$text.CharacterCodingException_init = CharacterCodingException_init;
- package$text.CharacterCodingException = CharacterCodingException;
- package$text.StringBuilder_init_za3lpa$ = StringBuilder_init;
- package$text.StringBuilder_init_6bul2c$ = StringBuilder_init_0;
- package$text.StringBuilder = StringBuilder;
- package$text.clear_dn5lc7$ = clear_0;
- package$text.set_fgr66m$ = set_0;
- package$text.setRange_o6zo9x$ = setRange;
- package$text.deleteAt_pgf5y3$ = deleteAt;
- package$text.deleteRange_52xiy5$ = deleteRange;
- package$text.toCharArray_uxry3l$ = toCharArray_1;
- package$text.appendRange_tjrg5r$ = appendRange;
- package$text.appendRange_9founp$ = appendRange_0;
- package$text.insertRange_5k1bpj$ = insertRange;
- package$text.insertRange_hlqaj7$ = insertRange_0;
- package$text.isWhitespace_myv2d0$ = isWhitespace;
- package$text.uppercaseChar_myv2d0$ = uppercaseChar;
- package$text.isHighSurrogate_myv2d0$ = isHighSurrogate;
- package$text.isLowSurrogate_myv2d0$ = isLowSurrogate;
- package$text.toBoolean_5cw0du$ = toBoolean_0;
- package$text.toByte_pdl1vz$ = toByte_0;
- package$text.toByte_6ic1pp$ = toByte_1;
- package$text.toShort_pdl1vz$ = toShort_0;
- package$text.toShort_6ic1pp$ = toShort_1;
- package$text.toInt_pdl1vz$ = toInt;
- package$text.toInt_6ic1pp$ = toInt_0;
- package$text.toLong_pdl1vz$ = toLong;
- package$text.toLong_6ic1pp$ = toLong_0;
- package$text.toDouble_pdl1vz$ = toDouble;
- package$text.toDoubleOrNull_pdl1vz$ = toDoubleOrNull;
- package$text.toString_dqglrj$ = toString_3;
- package$text.checkRadix_za3lpa$ = checkRadix;
- package$text.digitOf_xvg9q0$ = digitOf;
- Object.defineProperty(RegexOption, 'IGNORE_CASE', {get: RegexOption$IGNORE_CASE_getInstance});
- Object.defineProperty(RegexOption, 'MULTILINE', {get: RegexOption$MULTILINE_getInstance});
- package$text.RegexOption = RegexOption;
- package$text.MatchGroup = MatchGroup;
- Object.defineProperty(Regex, 'Companion', {get: Regex$Companion_getInstance});
- package$text.Regex_init_sb3q2$ = Regex_init;
- package$text.Regex_init_61zpoe$ = Regex_init_0;
- package$text.Regex = Regex;
- package$text.Regex_sb3q2$ = Regex_0;
- package$text.Regex_61zpoe$ = Regex_1;
- package$text.String_4hbowm$ = String_1;
- package$text.String_8chfmy$ = String_2;
- package$text.concatToString_355ntz$ = concatToString;
- package$text.concatToString_wlitf7$ = concatToString_0;
- package$text.toCharArray_pdl1vz$ = toCharArray_2;
- package$text.toCharArray_qgyqat$ = toCharArray_3;
- package$text.decodeToString_964n91$ = decodeToString;
- package$text.decodeToString_vahp5y$ = decodeToString_0;
- package$text.encodeToByteArray_pdl1vz$ = encodeToByteArray;
- package$text.encodeToByteArray_i5b2wk$ = encodeToByteArray_0;
- package$text.compareTo_7epoxm$ = compareTo;
- package$text.get_CASE_INSENSITIVE_ORDER_6eet4j$ = get_CASE_INSENSITIVE_ORDER;
- package$text.startsWith_7epoxm$ = startsWith;
- package$text.startsWith_3azpy2$ = startsWith_0;
- package$text.endsWith_7epoxm$ = endsWith;
- package$text.matches_rjktp$ = matches;
- package$text.isBlank_gw00vp$ = isBlank;
- package$text.equals_igcy3c$ = equals_0;
- package$text.regionMatches_h3ii2q$ = regionMatches;
- package$text.capitalize_pdl1vz$ = capitalize;
- package$text.decapitalize_pdl1vz$ = decapitalize;
- package$text.repeat_94bcnn$ = repeat;
- package$text.replace_680rmw$ = replace;
- package$text.replace_r2fvfm$ = replace_0;
- package$text.replaceFirst_680rmw$ = replaceFirst;
- package$text.replaceFirst_r2fvfm$ = replaceFirst_0;
- package$text.encodeUtf8_eq9l2e$ = encodeUtf8;
- package$text.decodeUtf8_bndkiu$ = decodeUtf8;
- package$kotlin.stackTraceToString_dbl4o4$ = stackTraceToString;
- package$kotlin.printStackTrace_dbl4o4$ = printStackTrace;
- package$kotlin.addSuppressed_oh0dqn$ = addSuppressed;
- package$kotlin.get_suppressedExceptions_dbl4o4$ = get_suppressedExceptions;
- Object.defineProperty(DurationUnit, 'NANOSECONDS', {get: DurationUnit$NANOSECONDS_getInstance});
- Object.defineProperty(DurationUnit, 'MICROSECONDS', {get: DurationUnit$MICROSECONDS_getInstance});
- Object.defineProperty(DurationUnit, 'MILLISECONDS', {get: DurationUnit$MILLISECONDS_getInstance});
- Object.defineProperty(DurationUnit, 'SECONDS', {get: DurationUnit$SECONDS_getInstance});
- Object.defineProperty(DurationUnit, 'MINUTES', {get: DurationUnit$MINUTES_getInstance});
- Object.defineProperty(DurationUnit, 'HOURS', {get: DurationUnit$HOURS_getInstance});
- Object.defineProperty(DurationUnit, 'DAYS', {get: DurationUnit$DAYS_getInstance});
- var package$time = package$kotlin.time || (package$kotlin.time = {});
- package$time.DurationUnit = DurationUnit;
- package$time.convertDurationUnit_sgln0f$ = convertDurationUnit;
- Object.defineProperty(package$time, 'MonotonicTimeSource', {get: MonotonicTimeSource_getInstance});
- package$time.HrTimeSource = HrTimeSource;
- package$time.PerformanceTimeSource = PerformanceTimeSource;
- Object.defineProperty(package$time, 'DateNowTimeSource', {get: DateNowTimeSource_getInstance});
- package$time.formatToExactDecimals_coldnx$ = formatToExactDecimals;
- package$time.formatUpToDecimals_coldnx$ = formatUpToDecimals;
- package$time.formatScientific_tq0o01$ = formatScientific;
- package$dom_1.get_as__xbdrh1$ = get_as_;
- package$dom_1.set_as__lprayv$ = set_as_;
- package$dom_1.get_is__jkvip$ = get_is_;
- package$dom_1.set_is__ri92sw$ = set_is_;
- var package$encryptedmedia = package$dom_1.encryptedmedia || (package$dom_1.encryptedmedia = {});
- package$encryptedmedia.get_OPTIONAL_ach5e3$ = get_OPTIONAL;
- package$encryptedmedia.get_REQUIRED_ach5e3$ = get_REQUIRED;
- package$encryptedmedia.get_NOT_ALLOWED_ach5e3$ = get_NOT_ALLOWED;
- package$encryptedmedia.get_TEMPORARY_je5dfx$ = get_TEMPORARY;
- package$encryptedmedia.get_PERSISTENT_LICENSE_je5dfx$ = get_PERSISTENT_LICENSE;
- package$encryptedmedia.get_USABLE_abuhal$ = get_USABLE;
- package$encryptedmedia.get_EXPIRED_abuhal$ = get_EXPIRED;
- package$encryptedmedia.get_RELEASED_abuhal$ = get_RELEASED;
- package$encryptedmedia.get_OUTPUT_RESTRICTED_abuhal$ = get_OUTPUT_RESTRICTED;
- package$encryptedmedia.get_OUTPUT_DOWNSCALED_abuhal$ = get_OUTPUT_DOWNSCALED;
- package$encryptedmedia.get_STATUS_PENDING_abuhal$ = get_STATUS_PENDING;
- package$encryptedmedia.get_INTERNAL_ERROR_abuhal$ = get_INTERNAL_ERROR;
- package$encryptedmedia.get_LICENSE_REQUEST_xmzoec$ = get_LICENSE_REQUEST;
- package$encryptedmedia.get_LICENSE_RENEWAL_xmzoec$ = get_LICENSE_RENEWAL;
- package$encryptedmedia.get_LICENSE_RELEASE_xmzoec$ = get_LICENSE_RELEASE;
- package$encryptedmedia.get_INDIVIDUALIZATION_REQUEST_xmzoec$ = get_INDIVIDUALIZATION_REQUEST;
- package$dom_1.get_NONZERO_mhbikd$ = get_NONZERO;
- package$dom_1.get_NONE_xgljrz$ = get_NONE;
- package$dom_1.get_DEFAULT_b5608t$ = get_DEFAULT;
- package$dom_1.get_DEFAULT_xqeuit$ = get_DEFAULT_0;
- package$dom_1.get_LOW_32fsn1$ = get_LOW_0;
- package$dom_1.get_CLASSIC_xc77to$ = get_CLASSIC;
- var package$fetch = package$w3c.fetch || (package$w3c.fetch = {});
- package$fetch.get_OMIT_yuzaxt$ = get_OMIT;
- package$dom_1.get_AUTO_gi1pud$ = get_AUTO_0;
- package$dom_1.get_CENTER_ltkif$ = get_CENTER_0;
- package$dom_1.get_BORDER_eb1l8y$ = get_BORDER;
- package$dom_1.get_LOADING_cuyr1n$ = get_LOADING;
- package$dom_1.get_INTERACTIVE_cuyr1n$ = get_INTERACTIVE;
- package$dom_1.get_COMPLETE_cuyr1n$ = get_COMPLETE;
- package$dom_1.get_EMPTY_k3kzzn$ = get_EMPTY;
- package$dom_1.get_MAYBE_k3kzzn$ = get_MAYBE;
- package$dom_1.get_PROBABLY_k3kzzn$ = get_PROBABLY;
- package$dom_1.get_DISABLED_ygmcel$ = get_DISABLED;
- package$dom_1.get_HIDDEN_ygmcel$ = get_HIDDEN;
- package$dom_1.get_SHOWING_ygmcel$ = get_SHOWING;
- package$dom_1.get_SUBTITLES_fw7o78$ = get_SUBTITLES;
- package$dom_1.get_CAPTIONS_fw7o78$ = get_CAPTIONS;
- package$dom_1.get_DESCRIPTIONS_fw7o78$ = get_DESCRIPTIONS;
- package$dom_1.get_CHAPTERS_fw7o78$ = get_CHAPTERS;
- package$dom_1.get_METADATA_fw7o78$ = get_METADATA;
- package$dom_1.get_SELECT_efic67$ = get_SELECT;
- package$dom_1.get_START_efic67$ = get_START;
- package$dom_1.get_END_efic67$ = get_END;
- package$dom_1.get_PRESERVE_efic67$ = get_PRESERVE;
- package$dom_1.get_EVENODD_mhbikd$ = get_EVENODD;
- package$dom_1.get_LOW_lt2gtk$ = get_LOW;
- package$dom_1.get_MEDIUM_lt2gtk$ = get_MEDIUM;
- package$dom_1.get_HIGH_lt2gtk$ = get_HIGH;
- package$dom_1.get_BUTT_w26v20$ = get_BUTT;
- package$dom_1.get_ROUND_w26v20$ = get_ROUND;
- package$dom_1.get_SQUARE_w26v20$ = get_SQUARE;
- package$dom_1.get_ROUND_1xtghu$ = get_ROUND_0;
- package$dom_1.get_BEVEL_1xtghu$ = get_BEVEL;
- package$dom_1.get_MITER_1xtghu$ = get_MITER;
- package$dom_1.get_START_hbi5si$ = get_START_0;
- package$dom_1.get_END_hbi5si$ = get_END_0;
- package$dom_1.get_LEFT_hbi5si$ = get_LEFT;
- package$dom_1.get_RIGHT_hbi5si$ = get_RIGHT;
- package$dom_1.get_CENTER_hbi5si$ = get_CENTER;
- package$dom_1.get_TOP_oz2y96$ = get_TOP;
- package$dom_1.get_HANGING_oz2y96$ = get_HANGING;
- package$dom_1.get_MIDDLE_oz2y96$ = get_MIDDLE;
- package$dom_1.get_ALPHABETIC_oz2y96$ = get_ALPHABETIC;
- package$dom_1.get_IDEOGRAPHIC_oz2y96$ = get_IDEOGRAPHIC;
- package$dom_1.get_BOTTOM_oz2y96$ = get_BOTTOM;
- package$dom_1.get_LTR_qxot9j$ = get_LTR;
- package$dom_1.get_RTL_qxot9j$ = get_RTL;
- package$dom_1.get_INHERIT_qxot9j$ = get_INHERIT;
- package$dom_1.get_AUTO_huqvoj$ = get_AUTO;
- package$dom_1.get_MANUAL_huqvoj$ = get_MANUAL;
- package$dom_1.get_FLIPY_xgljrz$ = get_FLIPY;
- package$dom_1.get_NONE_b5608t$ = get_NONE_0;
- package$dom_1.get_PREMULTIPLY_b5608t$ = get_PREMULTIPLY;
- package$dom_1.get_NONE_xqeuit$ = get_NONE_1;
- package$dom_1.get_PIXELATED_32fsn1$ = get_PIXELATED;
- package$dom_1.get_MEDIUM_32fsn1$ = get_MEDIUM_0;
- package$dom_1.get_HIGH_32fsn1$ = get_HIGH_0;
- package$dom_1.get_BLOB_qxle9l$ = get_BLOB;
- package$dom_1.get_ARRAYBUFFER_qxle9l$ = get_ARRAYBUFFER;
- package$dom_1.get_MODULE_xc77to$ = get_MODULE;
- package$dom_1.get_OPEN_knhupb$ = get_OPEN;
- package$dom_1.get_CLOSED_knhupb$ = get_CLOSED;
- package$dom_1.get_INSTANT_gi1pud$ = get_INSTANT;
- package$dom_1.get_SMOOTH_gi1pud$ = get_SMOOTH;
- package$dom_1.get_START_ltkif$ = get_START_1;
- package$dom_1.get_END_ltkif$ = get_END_1;
- package$dom_1.get_NEAREST_ltkif$ = get_NEAREST;
- package$dom_1.get_MARGIN_eb1l8y$ = get_MARGIN;
- package$dom_1.get_PADDING_eb1l8y$ = get_PADDING;
- package$dom_1.get_CONTENT_eb1l8y$ = get_CONTENT;
- var package$mediacapture = package$dom_1.mediacapture || (package$dom_1.mediacapture = {});
- package$mediacapture.get_LIVE_tsyfvu$ = get_LIVE;
- package$mediacapture.get_ENDED_tsyfvu$ = get_ENDED;
- package$mediacapture.get_USER_ctcynt$ = get_USER;
- package$mediacapture.get_ENVIRONMENT_ctcynt$ = get_ENVIRONMENT;
- package$mediacapture.get_LEFT_ctcynt$ = get_LEFT_0;
- package$mediacapture.get_RIGHT_ctcynt$ = get_RIGHT_0;
- package$mediacapture.get_NONE_qdzhpp$ = get_NONE_2;
- package$mediacapture.get_CROP_AND_SCALE_qdzhpp$ = get_CROP_AND_SCALE;
- package$mediacapture.get_AUDIOINPUT_bcgeby$ = get_AUDIOINPUT;
- package$mediacapture.get_AUDIOOUTPUT_bcgeby$ = get_AUDIOOUTPUT;
- package$mediacapture.get_VIDEOINPUT_bcgeby$ = get_VIDEOINPUT;
- var package$mediasource = package$dom_1.mediasource || (package$dom_1.mediasource = {});
- package$mediasource.get_CLOSED_6h57yv$ = get_CLOSED_0;
- package$mediasource.get_OPEN_6h57yv$ = get_OPEN_0;
- package$mediasource.get_ENDED_6h57yv$ = get_ENDED_0;
- package$mediasource.get_NETWORK_rplsun$ = get_NETWORK;
- package$mediasource.get_DECODE_rplsun$ = get_DECODE;
- package$mediasource.get_SEGMENTS_kz27m0$ = get_SEGMENTS;
- package$mediasource.get_SEQUENCE_kz27m0$ = get_SEQUENCE;
- package$fetch.get_EMPTY_ih0r03$ = get_EMPTY_0;
- package$fetch.get_AUDIO_ih0r03$ = get_AUDIO;
- package$fetch.get_FONT_ih0r03$ = get_FONT;
- package$fetch.get_IMAGE_ih0r03$ = get_IMAGE;
- package$fetch.get_SCRIPT_ih0r03$ = get_SCRIPT;
- package$fetch.get_STYLE_ih0r03$ = get_STYLE;
- package$fetch.get_TRACK_ih0r03$ = get_TRACK;
- package$fetch.get_VIDEO_ih0r03$ = get_VIDEO;
- package$fetch.get_EMPTY_dgizjn$ = get_EMPTY_1;
- package$fetch.get_DOCUMENT_dgizjn$ = get_DOCUMENT;
- package$fetch.get_EMBED_dgizjn$ = get_EMBED;
- package$fetch.get_FONT_dgizjn$ = get_FONT_0;
- package$fetch.get_IMAGE_dgizjn$ = get_IMAGE_0;
- package$fetch.get_MANIFEST_dgizjn$ = get_MANIFEST;
- package$fetch.get_MEDIA_dgizjn$ = get_MEDIA;
- package$fetch.get_OBJECT_dgizjn$ = get_OBJECT;
- package$fetch.get_REPORT_dgizjn$ = get_REPORT;
- package$fetch.get_SCRIPT_dgizjn$ = get_SCRIPT_0;
- package$fetch.get_SERVICEWORKER_dgizjn$ = get_SERVICEWORKER;
- package$fetch.get_SHAREDWORKER_dgizjn$ = get_SHAREDWORKER;
- package$fetch.get_STYLE_dgizjn$ = get_STYLE_0;
- package$fetch.get_WORKER_dgizjn$ = get_WORKER;
- package$fetch.get_XSLT_dgizjn$ = get_XSLT;
- package$fetch.get_NAVIGATE_jvdbus$ = get_NAVIGATE;
- package$fetch.get_SAME_ORIGIN_jvdbus$ = get_SAME_ORIGIN;
- package$fetch.get_NO_CORS_jvdbus$ = get_NO_CORS;
- package$fetch.get_CORS_jvdbus$ = get_CORS;
- package$fetch.get_SAME_ORIGIN_yuzaxt$ = get_SAME_ORIGIN_0;
- package$fetch.get_INCLUDE_yuzaxt$ = get_INCLUDE;
- package$fetch.get_DEFAULT_iyytcp$ = get_DEFAULT_1;
- package$fetch.get_NO_STORE_iyytcp$ = get_NO_STORE;
- package$fetch.get_RELOAD_iyytcp$ = get_RELOAD;
- package$fetch.get_NO_CACHE_iyytcp$ = get_NO_CACHE;
- package$fetch.get_FORCE_CACHE_iyytcp$ = get_FORCE_CACHE;
- package$fetch.get_ONLY_IF_CACHED_iyytcp$ = get_ONLY_IF_CACHED;
- package$fetch.get_FOLLOW_tow8et$ = get_FOLLOW;
- package$fetch.get_ERROR_tow8et$ = get_ERROR;
- package$fetch.get_MANUAL_tow8et$ = get_MANUAL_0;
- package$fetch.get_BASIC_1el1vz$ = get_BASIC;
- package$fetch.get_CORS_1el1vz$ = get_CORS_0;
- package$fetch.get_DEFAULT_1el1vz$ = get_DEFAULT_2;
- package$fetch.get_ERROR_1el1vz$ = get_ERROR_0;
- package$fetch.get_OPAQUE_1el1vz$ = get_OPAQUE;
- package$fetch.get_OPAQUEREDIRECT_1el1vz$ = get_OPAQUEREDIRECT;
- var package$notifications = package$w3c.notifications || (package$w3c.notifications = {});
- package$notifications.get_AUTO_6wyje4$ = get_AUTO_1;
- package$notifications.get_DEFAULT_4wcaio$ = get_DEFAULT_3;
- package$notifications.get_DENIED_4wcaio$ = get_DENIED;
- package$notifications.get_GRANTED_4wcaio$ = get_GRANTED;
- package$notifications.get_LTR_6wyje4$ = get_LTR_0;
- package$notifications.get_RTL_6wyje4$ = get_RTL_0;
- var package$workers = package$w3c.workers || (package$w3c.workers = {});
- package$workers.get_WINDOW_jpgnoe$ = get_WINDOW;
- package$workers.get_INSTALLING_7rndk9$ = get_INSTALLING;
- package$workers.get_INSTALLED_7rndk9$ = get_INSTALLED;
- package$workers.get_ACTIVATING_7rndk9$ = get_ACTIVATING;
- package$workers.get_ACTIVATED_7rndk9$ = get_ACTIVATED;
- package$workers.get_REDUNDANT_7rndk9$ = get_REDUNDANT;
- package$workers.get_AUXILIARY_1foc4s$ = get_AUXILIARY;
- package$workers.get_TOP_LEVEL_1foc4s$ = get_TOP_LEVEL;
- package$workers.get_NESTED_1foc4s$ = get_NESTED;
- package$workers.get_NONE_1foc4s$ = get_NONE_3;
- package$workers.get_WORKER_jpgnoe$ = get_WORKER_0;
- package$workers.get_SHAREDWORKER_jpgnoe$ = get_SHAREDWORKER_0;
- package$workers.get_ALL_jpgnoe$ = get_ALL;
- var package$xhr = package$w3c.xhr || (package$w3c.xhr = {});
- package$xhr.get_EMPTY_8edqmh$ = get_EMPTY_2;
- package$xhr.get_ARRAYBUFFER_8edqmh$ = get_ARRAYBUFFER_0;
- package$xhr.get_BLOB_8edqmh$ = get_BLOB_0;
- package$xhr.get_DOCUMENT_8edqmh$ = get_DOCUMENT_0;
- package$xhr.get_JSON_8edqmh$ = get_JSON;
- package$xhr.get_TEXT_8edqmh$ = get_TEXT;
- Object.defineProperty(Experimental$Level, 'WARNING', {get: Experimental$Level$WARNING_getInstance});
- Object.defineProperty(Experimental$Level, 'ERROR', {get: Experimental$Level$ERROR_getInstance});
- Experimental.Level = Experimental$Level;
- package$kotlin.Experimental = Experimental;
- package$kotlin.UseExperimental = UseExperimental;
- package$kotlin.WasExperimental = WasExperimental;
- package$kotlin.ExperimentalStdlibApi = ExperimentalStdlibApi;
- package$kotlin.BuilderInference = BuilderInference;
- package$kotlin.OverloadResolutionByLambdaReturnType = OverloadResolutionByLambdaReturnType;
- package$kotlin.ExperimentalMultiplatform = ExperimentalMultiplatform;
- package$kotlin.OptionalExpectation = OptionalExpectation;
- Object.defineProperty(RequiresOptIn$Level, 'WARNING', {get: RequiresOptIn$Level$WARNING_getInstance});
- Object.defineProperty(RequiresOptIn$Level, 'ERROR', {get: RequiresOptIn$Level$ERROR_getInstance});
- RequiresOptIn.Level = RequiresOptIn$Level;
- package$kotlin.RequiresOptIn = RequiresOptIn;
- package$kotlin.OptIn = OptIn;
- package$collections.AbstractCollection = AbstractCollection;
- package$collections.AbstractIterator = AbstractIterator;
- Object.defineProperty(AbstractList, 'Companion', {get: AbstractList$Companion_getInstance});
- package$collections.AbstractList = AbstractList;
- Object.defineProperty(AbstractMap, 'Companion', {get: AbstractMap$Companion_getInstance});
- package$collections.AbstractMap = AbstractMap;
- Object.defineProperty(AbstractSet, 'Companion', {get: AbstractSet$Companion_getInstance});
- package$collections.AbstractSet = AbstractSet;
- Object.defineProperty(ArrayDeque, 'Companion', {get: ArrayDeque$Companion_getInstance});
- package$collections.ArrayDeque_init_ww73n8$ = ArrayDeque_init;
- package$collections.ArrayDeque_init_287e2$ = ArrayDeque_init_0;
- package$collections.ArrayDeque_init_mqih57$ = ArrayDeque_init_1;
- package$collections.ArrayDeque = ArrayDeque;
- package$collections.flatten_yrqxlj$ = flatten;
- package$collections.unzip_v2dak7$ = unzip;
- package$collections.contentDeepEqualsImpl = contentDeepEqualsImpl;
- package$collections.contentDeepToStringImpl = contentDeepToStringImpl;
- Object.defineProperty(package$collections, 'EmptyIterator', {get: EmptyIterator_getInstance});
- Object.defineProperty(package$collections, 'EmptyList', {get: EmptyList_getInstance});
- package$collections.asCollection_vj43ah$ = asCollection;
- package$collections.listOf_i5x0yv$ = listOf_0;
- package$collections.mutableListOf_i5x0yv$ = mutableListOf_0;
- package$collections.arrayListOf_i5x0yv$ = arrayListOf_0;
- package$collections.listOfNotNull_issdgt$ = listOfNotNull;
- package$collections.listOfNotNull_jurz7g$ = listOfNotNull_0;
- package$collections.get_indices_gzk92b$ = get_indices_12;
- package$collections.shuffled_4173s5$ = shuffled_0;
- package$collections.optimizeReadOnlyList_qzupvv$ = optimizeReadOnlyList;
- package$collections.binarySearch_jhx6be$ = binarySearch;
- package$collections.binarySearch_vikexg$ = binarySearch_0;
- package$comparisons.compareValues_s00gnj$ = compareValues;
- package$collections.binarySearch_sr7qim$ = binarySearch_1;
- package$collections.binarySearchBy_7gj2ve$ = binarySearchBy;
- package$collections.throwIndexOverflow = throwIndexOverflow;
- package$collections.throwCountOverflow = throwCountOverflow;
- package$collections.aggregateTo_qtifb3$ = aggregateTo;
- package$collections.aggregate_kz95qp$ = aggregate;
- package$collections.fold_2g9ybd$ = fold_15;
- package$collections.foldTo_ldb57n$ = foldTo;
- package$collections.fold_id3q3f$ = fold_16;
- package$collections.foldTo_1dwgsv$ = foldTo_0;
- package$collections.reduce_hy0spo$ = reduce_15;
- package$collections.reduceTo_vpctix$ = reduceTo;
- package$collections.eachCountTo_i5vr9n$ = eachCountTo;
- package$collections.IndexedValue = IndexedValue;
- package$collections.IndexingIterable = IndexingIterable;
- package$collections.collectionSizeOrNull_7wnvza$ = collectionSizeOrNull;
- package$collections.convertToSetForSetOperationWith_wo44v8$ = convertToSetForSetOperationWith;
- package$collections.convertToSetForSetOperation_tw993d$ = convertToSetForSetOperation;
- package$collections.flatten_u0ad8z$ = flatten_0;
- package$collections.unzip_6hr0sd$ = unzip_0;
- package$collections.withIndex_35ci02$ = withIndex_15;
- package$collections.forEach_p594rv$ = forEach_16;
- package$collections.IndexingIterator = IndexingIterator;
- package$collections.getOrImplicitDefault_t9ocha$ = getOrImplicitDefault;
- package$collections.withDefault_jgsead$ = withDefault;
- package$collections.withDefault_btzz9u$ = withDefault_0;
- package$collections.emptyMap_q3lmfv$ = emptyMap;
- package$collections.mapOf_qfcya0$ = mapOf_0;
- package$collections.mutableMapOf_qfcya0$ = mutableMapOf_0;
- package$collections.hashMapOf_qfcya0$ = hashMapOf_0;
- package$collections.linkedMapOf_qfcya0$ = linkedMapOf_0;
- package$collections.getOrElseNullable_e54js$ = getOrElseNullable;
- package$collections.getValue_t9ocha$ = getValue_1;
- package$collections.mapValuesTo_8auxj8$ = mapValuesTo;
- package$collections.mapKeysTo_l1xmvz$ = mapKeysTo;
- package$collections.putAll_5gv49o$ = putAll;
- package$collections.putAll_cweazw$ = putAll_0;
- package$collections.putAll_2ud8ki$ = putAll_1;
- package$collections.mapValues_8169ik$ = mapValues;
- package$collections.mapKeys_8169ik$ = mapKeys;
- package$collections.filterKeys_bbcyu0$ = filterKeys;
- package$collections.filterValues_btttvb$ = filterValues;
- package$collections.filterTo_6i6lq2$ = filterTo_15;
- package$collections.filter_9peqz9$ = filter_16;
- package$collections.filterNotTo_6i6lq2$ = filterNotTo_15;
- package$collections.filterNot_9peqz9$ = filterNot_16;
- package$collections.toMap_6hr0sd$ = toMap;
- package$collections.toMap_jbpz7q$ = toMap_0;
- package$collections.toMap_v2dak7$ = toMap_1;
- package$collections.toMap_ujwnei$ = toMap_2;
- package$collections.toMap_ah2ab9$ = toMap_3;
- package$collections.toMap_vxlxo8$ = toMap_4;
- package$collections.toMap_abgq59$ = toMap_5;
- package$collections.toMap_d6li1s$ = toMap_6;
- package$collections.plus_e8164j$ = plus_54;
- package$collections.plus_cm8adq$ = plus_55;
- package$collections.plus_z7hp2i$ = plus_56;
- package$collections.plus_kc70o4$ = plus_57;
- package$collections.plus_iwxh38$ = plus_58;
- package$collections.minus_4pa84t$ = minus_11;
- package$collections.minus_uk696c$ = minus_12;
- package$collections.minus_8blsds$ = minus_13;
- package$collections.minus_nyfmny$ = minus_14;
- package$collections.removeAll_ipc267$ = removeAll_0;
- package$collections.removeAll_ye1y7v$ = removeAll_2;
- package$collections.removeAll_tj7pfx$ = removeAll_1;
- package$collections.optimizeReadOnlyMap_1vp4qn$ = optimizeReadOnlyMap;
- package$collections.addAll_ye1y7v$ = addAll_1;
- package$collections.retainAll_ipc267$ = retainAll_0;
- package$collections.retainAll_ye1y7v$ = retainAll_1;
- package$collections.retainAll_tj7pfx$ = retainAll_2;
- package$collections.removeAll_uhyeqt$ = removeAll_3;
- package$collections.retainAll_uhyeqt$ = retainAll_3;
- package$collections.removeFirst_vvxzk3$ = removeFirst;
- package$collections.removeFirstOrNull_vvxzk3$ = removeFirstOrNull;
- package$collections.removeLast_vvxzk3$ = removeLast;
- package$collections.removeLastOrNull_vvxzk3$ = removeLastOrNull;
- package$collections.removeAll_qafx1e$ = removeAll_4;
- package$collections.retainAll_qafx1e$ = retainAll_4;
- package$collections.asReversed_2p1efm$ = asReversed;
- package$collections.asReversed_vvxzk3$ = asReversed_0;
- package$sequences.sequence_o0x0bg$ = sequence;
- package$sequences.iterator_o0x0bg$ = iterator_3;
- package$sequences.SequenceScope = SequenceScope;
- package$sequences.asSequence_35ci02$ = asSequence_12;
- package$sequences.sequenceOf_i5x0yv$ = sequenceOf;
- package$sequences.emptySequence_287e2$ = emptySequence;
- package$sequences.ifEmpty_za92oh$ = ifEmpty_2;
- package$sequences.flatten_41nmvn$ = flatten_1;
- package$sequences.flatten_d9bjs1$ = flatten_2;
- package$sequences.unzip_ah2ab9$ = unzip_1;
- package$sequences.shuffled_veqyi0$ = shuffled_1;
- package$sequences.shuffled_ywuprd$ = shuffled_2;
- package$sequences.FilteringSequence = FilteringSequence;
- package$sequences.TransformingSequence = TransformingSequence;
- package$sequences.TransformingIndexedSequence = TransformingIndexedSequence;
- package$sequences.IndexingSequence = IndexingSequence;
- package$sequences.MergingSequence = MergingSequence;
- package$sequences.FlatteningSequence = FlatteningSequence;
- package$sequences.flatMapIndexed_394r0a$ = flatMapIndexed_18;
- package$sequences.DropTakeSequence = DropTakeSequence;
- package$sequences.SubSequence = SubSequence;
- package$sequences.TakeSequence = TakeSequence;
- package$sequences.TakeWhileSequence = TakeWhileSequence;
- package$sequences.DropSequence = DropSequence;
- package$sequences.DropWhileSequence = DropWhileSequence;
- package$sequences.DistinctSequence = DistinctSequence;
- package$sequences.constrainOnce_veqyi0$ = constrainOnce;
- package$sequences.generateSequence_9ce4rd$ = generateSequence;
- package$sequences.generateSequence_gexuht$ = generateSequence_0;
- package$sequences.generateSequence_c6s9hp$ = generateSequence_1;
- Object.defineProperty(package$collections, 'EmptySet', {get: EmptySet_getInstance});
- package$collections.emptySet_287e2$ = emptySet;
- package$collections.setOf_i5x0yv$ = setOf_0;
- package$collections.mutableSetOf_i5x0yv$ = mutableSetOf_0;
- package$collections.hashSetOf_i5x0yv$ = hashSetOf_0;
- package$collections.linkedSetOf_i5x0yv$ = linkedSetOf_0;
- package$collections.setOfNotNull_issdgt$ = setOfNotNull;
- package$collections.setOfNotNull_jurz7g$ = setOfNotNull_0;
- package$collections.optimizeReadOnlySet_94kdbt$ = optimizeReadOnlySet;
- package$collections.checkWindowSizeStep_6xvm5r$ = checkWindowSizeStep;
- package$collections.windowedSequence_38k18b$ = windowedSequence_1;
- package$collections.windowedIterator_4ozct4$ = windowedIterator;
- package$collections.MovingSubList = MovingSubList;
- package$collections.sortArray_p390b8$ = sortArray_0;
- package$collections.sortArray_53j04e$ = sortArray_1;
- package$collections.sortArray_47nn8x$ = sortArray_2;
- package$collections.sortArray_ovszeg$ = sortArray_3;
- package$comparisons.compareValuesBy_d999kh$ = compareValuesBy;
- package$comparisons.compareBy_bvgy4j$ = compareBy;
- package$comparisons.then_15rrmw$ = then_1;
- package$comparisons.thenDescending_15rrmw$ = thenDescending;
- package$comparisons.nullsFirst_c94i6r$ = nullsFirst;
- package$comparisons.naturalOrder_dahdeg$ = naturalOrder;
- package$comparisons.nullsLast_c94i6r$ = nullsLast;
- package$comparisons.reverseOrder_dahdeg$ = reverseOrder;
- package$comparisons.reversed_2avth4$ = reversed_20;
- package$contracts.ExperimentalContracts = ExperimentalContracts;
- package$contracts.ContractBuilder = ContractBuilder;
- Object.defineProperty(InvocationKind, 'AT_MOST_ONCE', {get: InvocationKind$AT_MOST_ONCE_getInstance});
- Object.defineProperty(InvocationKind, 'AT_LEAST_ONCE', {get: InvocationKind$AT_LEAST_ONCE_getInstance});
- Object.defineProperty(InvocationKind, 'EXACTLY_ONCE', {get: InvocationKind$EXACTLY_ONCE_getInstance});
- Object.defineProperty(InvocationKind, 'UNKNOWN', {get: InvocationKind$UNKNOWN_getInstance});
- package$contracts.Effect = Effect;
- package$contracts.ConditionalEffect = ConditionalEffect;
- package$contracts.SimpleEffect = SimpleEffect;
- package$contracts.Returns = Returns;
- package$contracts.ReturnsNotNull = ReturnsNotNull;
- package$contracts.CallsInPlace = CallsInPlace;
- package$coroutines.Continuation = Continuation;
- package$coroutines.RestrictsSuspension = RestrictsSuspension;
- package$kotlin.Result = Result;
- package$coroutines.createCoroutine_x18nsh$ = createCoroutine;
- package$coroutines.createCoroutine_3a617i$ = createCoroutine_0;
- package$coroutines.startCoroutine_x18nsh$ = startCoroutine;
- package$coroutines.startCoroutine_3a617i$ = startCoroutine_0;
- package$intrinsics.get_COROUTINE_SUSPENDED = get_COROUTINE_SUSPENDED;
- Object.defineProperty(package$coroutines, 'coroutineContext', {get: get_coroutineContext});
- Object.defineProperty(ContinuationInterceptor, 'Key', {get: ContinuationInterceptor$Key_getInstance});
- package$coroutines.ContinuationInterceptor = ContinuationInterceptor;
- CoroutineContext.Key = CoroutineContext$Key;
- CoroutineContext.Element = CoroutineContext$Element;
- package$coroutines.CoroutineContext = CoroutineContext;
- package$coroutines.AbstractCoroutineContextElement = AbstractCoroutineContextElement;
- package$coroutines.AbstractCoroutineContextKey = AbstractCoroutineContextKey;
- package$coroutines.getPolymorphicElement_ou7kgl$ = getPolymorphicElement;
- package$coroutines.minusPolymorphicKey_pu2ztq$ = minusPolymorphicKey;
- Object.defineProperty(package$coroutines, 'EmptyCoroutineContext', {get: EmptyCoroutineContext_getInstance});
- package$coroutines.CombinedContext = CombinedContext;
- Object.defineProperty(package$intrinsics, 'COROUTINE_SUSPENDED', {get: get_COROUTINE_SUSPENDED});
- Object.defineProperty(CoroutineSingletons, 'COROUTINE_SUSPENDED', {get: CoroutineSingletons$COROUTINE_SUSPENDED_getInstance});
- Object.defineProperty(CoroutineSingletons, 'UNDECIDED', {get: CoroutineSingletons$UNDECIDED_getInstance});
- Object.defineProperty(CoroutineSingletons, 'RESUMED', {get: CoroutineSingletons$RESUMED_getInstance});
- package$intrinsics.CoroutineSingletons = CoroutineSingletons;
- var package$experimental = package$kotlin.experimental || (package$kotlin.experimental = {});
- package$experimental.ExperimentalTypeInference = ExperimentalTypeInference;
- package$internal.NoInfer = NoInfer;
- package$internal.Exact = Exact;
- package$internal.LowPriorityInOverloadResolution = LowPriorityInOverloadResolution;
- package$internal.HidesMembers = HidesMembers;
- package$internal.OnlyInputTypes = OnlyInputTypes;
- package$internal.InlineOnly = InlineOnly;
- package$internal.DynamicExtension = DynamicExtension;
- package$internal.AccessibleLateinitPropertyLiteral = AccessibleLateinitPropertyLiteral;
- package$internal.RequireKotlin = RequireKotlin;
- Object.defineProperty(RequireKotlinVersionKind, 'LANGUAGE_VERSION', {get: RequireKotlinVersionKind$LANGUAGE_VERSION_getInstance});
- Object.defineProperty(RequireKotlinVersionKind, 'COMPILER_VERSION', {get: RequireKotlinVersionKind$COMPILER_VERSION_getInstance});
- Object.defineProperty(RequireKotlinVersionKind, 'API_VERSION', {get: RequireKotlinVersionKind$API_VERSION_getInstance});
- package$internal.RequireKotlinVersionKind = RequireKotlinVersionKind;
- package$internal.ContractsDsl = ContractsDsl;
- var package$properties = package$kotlin.properties || (package$kotlin.properties = {});
- package$properties.ObservableProperty = ObservableProperty;
- Object.defineProperty(package$properties, 'Delegates', {get: Delegates_getInstance});
- package$properties.ReadOnlyProperty = ReadOnlyProperty;
- package$properties.ReadWriteProperty = ReadWriteProperty;
- package$properties.PropertyDelegateProvider = PropertyDelegateProvider;
- Object.defineProperty(Random, 'Default', {get: Random$Default_getInstance});
- package$random.Random_za3lpa$ = Random_0;
- package$random.Random_s8cxhz$ = Random_1;
- package$random.nextInt_ixthlz$ = nextInt;
- package$random.nextLong_lq3jag$ = nextLong;
- package$random.fastLog2_kcn2v3$ = fastLog2;
- package$random.takeUpperBits_b6l1hq$ = takeUpperBits;
- package$random.checkRangeBounds_6xvm5r$ = checkRangeBounds;
- package$random.checkRangeBounds_cfj5zr$ = checkRangeBounds_0;
- package$random.checkRangeBounds_sdh6z7$ = checkRangeBounds_1;
- package$random.boundsErrorMessage_dgzutr$ = boundsErrorMessage;
- package$random.nextUInt_j8mu42$ = nextUInt;
- package$random.nextUInt_nppi6x$ = nextUInt_0;
- package$random.nextUInt_3yup1w$ = nextUInt_1;
- package$random.nextUInt_d63giy$ = nextUInt_2;
- package$random.nextULong_j8mu42$ = nextULong;
- package$random.nextULong_otw1ua$ = nextULong_0;
- package$random.nextULong_3bt3ku$ = nextULong_1;
- package$random.nextULong_f33ad7$ = nextULong_2;
- package$random.nextUBytes_dg37c5$ = nextUBytes;
- package$random.nextUBytes_wucvsg$ = nextUBytes_0;
- package$random.nextUBytes_h8e49n$ = nextUBytes_1;
- package$random.checkUIntRangeBounds_xgezkr$ = checkUIntRangeBounds;
- package$random.checkULongRangeBounds_jmpl8x$ = checkULongRangeBounds;
- package$random.XorWowRandom_init_6xvm5r$ = XorWowRandom_init;
- package$random.XorWowRandom = XorWowRandom;
- package$ranges.rangeTo_8xshf9$ = rangeTo;
- package$ranges.ClosedFloatingPointRange = ClosedFloatingPointRange;
- package$ranges.rangeTo_38ydlf$ = rangeTo_0;
- package$ranges.rangeTo_yni7l$ = rangeTo_1;
- package$ranges.checkStepIsPositive_44uddq$ = checkStepIsPositive;
- package$reflect.cast_o6trj3$ = cast;
- package$reflect.safeCast_o6trj3$ = safeCast;
- package$reflect.KClassifier = KClassifier;
- package$reflect.KTypeParameter = KTypeParameter;
- Object.defineProperty(KTypeProjection, 'Companion', {get: KTypeProjection$Companion_getInstance});
- package$reflect.KTypeProjection = KTypeProjection;
- Object.defineProperty(KVariance, 'INVARIANT', {get: KVariance$INVARIANT_getInstance});
- Object.defineProperty(KVariance, 'IN', {get: KVariance$IN_getInstance});
- Object.defineProperty(KVariance, 'OUT', {get: KVariance$OUT_getInstance});
- package$reflect.KVariance = KVariance;
- package$text.appendRange_o7s5xx$ = appendRange_1;
- package$text.append_1mr2mh$ = append;
- package$text.appendElement_k2zgzt$ = appendElement_1;
- package$text.digitToInt_myv2d0$ = digitToInt;
- package$text.digitToInt_a5dju6$ = digitToInt_0;
- package$text.digitToIntOrNull_myv2d0$ = digitToIntOrNull;
- package$text.digitToIntOrNull_a5dju6$ = digitToIntOrNull_0;
- package$text.digitToChar_s8ev3n$ = digitToChar;
- package$text.digitToChar_dqglrj$ = digitToChar_0;
- package$text.equals_4lte5s$ = equals_1;
- package$text.isSurrogate_myv2d0$ = isSurrogate;
- package$text.trimMargin_rjktp$ = trimMargin;
- package$text.replaceIndentByMargin_j4ogox$ = replaceIndentByMargin;
- package$text.trimIndent_pdl1vz$ = trimIndent;
- package$text.replaceIndent_rjktp$ = replaceIndent;
- package$text.prependIndent_rjktp$ = prependIndent;
- package$text.append_4v9nlb$ = append_1;
- package$text.append_s3yiwm$ = append_2;
- package$text.toByteOrNull_pdl1vz$ = toByteOrNull;
- package$text.toByteOrNull_6ic1pp$ = toByteOrNull_0;
- package$text.toShortOrNull_pdl1vz$ = toShortOrNull;
- package$text.toShortOrNull_6ic1pp$ = toShortOrNull_0;
- package$text.toIntOrNull_pdl1vz$ = toIntOrNull;
- package$text.toIntOrNull_6ic1pp$ = toIntOrNull_0;
- package$text.toLongOrNull_pdl1vz$ = toLongOrNull;
- package$text.toLongOrNull_6ic1pp$ = toLongOrNull_0;
- package$text.numberFormatError_y4putb$ = numberFormatError;
- package$text.trim_2pivbd$ = trim;
- package$text.trim_ouje1d$ = trim_0;
- package$text.trimStart_2pivbd$ = trimStart;
- package$text.trimStart_ouje1d$ = trimStart_0;
- package$text.trimEnd_2pivbd$ = trimEnd;
- package$text.trimEnd_ouje1d$ = trimEnd_0;
- package$text.trim_8d0cet$ = trim_1;
- package$text.trim_wqw3xr$ = trim_2;
- package$text.trimStart_8d0cet$ = trimStart_1;
- package$text.trimStart_wqw3xr$ = trimStart_2;
- package$text.trimEnd_8d0cet$ = trimEnd_1;
- package$text.trimEnd_wqw3xr$ = trimEnd_2;
- package$text.trim_gw00vp$ = trim_3;
- package$text.trimStart_gw00vp$ = trimStart_3;
- package$text.trimEnd_gw00vp$ = trimEnd_3;
- package$text.padStart_yk9sg4$ = padStart;
- package$text.padStart_vrc1nu$ = padStart_0;
- package$text.padEnd_yk9sg4$ = padEnd;
- package$text.padEnd_vrc1nu$ = padEnd_0;
- package$text.hasSurrogatePairAt_94bcnn$ = hasSurrogatePairAt;
- package$text.substring_fc3b62$ = substring_1;
- package$text.subSequence_i511yc$ = subSequence_0;
- package$text.substring_i511yc$ = substring_3;
- package$text.substringBefore_8cymmc$ = substringBefore;
- package$text.substringBefore_j4ogox$ = substringBefore_0;
- package$text.substringAfter_8cymmc$ = substringAfter;
- package$text.substringAfter_j4ogox$ = substringAfter_0;
- package$text.substringBeforeLast_8cymmc$ = substringBeforeLast;
- package$text.substringBeforeLast_j4ogox$ = substringBeforeLast_0;
- package$text.substringAfterLast_8cymmc$ = substringAfterLast;
- package$text.substringAfterLast_j4ogox$ = substringAfterLast_0;
- package$text.replaceRange_p5j4qv$ = replaceRange;
- package$text.replaceRange_r6gztw$ = replaceRange_1;
- package$text.removeRange_qdpigv$ = removeRange;
- package$text.removeRange_i511yc$ = removeRange_1;
- package$text.removePrefix_b6aurr$ = removePrefix;
- package$text.removePrefix_gsj5wt$ = removePrefix_0;
- package$text.removeSuffix_b6aurr$ = removeSuffix;
- package$text.removeSuffix_gsj5wt$ = removeSuffix_0;
- package$text.removeSurrounding_xhcipd$ = removeSurrounding;
- package$text.removeSurrounding_90ijwr$ = removeSurrounding_0;
- package$text.removeSurrounding_b6aurr$ = removeSurrounding_1;
- package$text.removeSurrounding_gsj5wt$ = removeSurrounding_2;
- package$text.replaceBefore_gvb6y2$ = replaceBefore;
- package$text.replaceBefore_q1ioxb$ = replaceBefore_0;
- package$text.replaceAfter_gvb6y2$ = replaceAfter;
- package$text.replaceAfter_q1ioxb$ = replaceAfter_0;
- package$text.replaceAfterLast_q1ioxb$ = replaceAfterLast;
- package$text.replaceAfterLast_gvb6y2$ = replaceAfterLast_0;
- package$text.replaceBeforeLast_gvb6y2$ = replaceBeforeLast;
- package$text.replaceBeforeLast_q1ioxb$ = replaceBeforeLast_0;
- package$text.regionMatchesImpl_4c7s8r$ = regionMatchesImpl;
- package$text.startsWith_sgbm27$ = startsWith_1;
- package$text.endsWith_sgbm27$ = endsWith_0;
- package$text.startsWith_li3zpu$ = startsWith_2;
- package$text.startsWith_pebkaa$ = startsWith_3;
- package$text.endsWith_li3zpu$ = endsWith_1;
- package$text.commonPrefixWith_li3zpu$ = commonPrefixWith;
- package$text.commonSuffixWith_li3zpu$ = commonSuffixWith;
- package$text.indexOfAny_junqau$ = indexOfAny;
- package$text.lastIndexOfAny_junqau$ = lastIndexOfAny;
- package$text.findAnyOf_7utkvz$ = findAnyOf_0;
- package$text.findLastAnyOf_7utkvz$ = findLastAnyOf;
- package$text.indexOfAny_7utkvz$ = indexOfAny_0;
- package$text.lastIndexOfAny_7utkvz$ = lastIndexOfAny_0;
- package$text.indexOf_8eortd$ = indexOf_16;
- package$text.indexOf_l5u8uk$ = indexOf_17;
- package$text.lastIndexOf_8eortd$ = lastIndexOf_15;
- package$text.lastIndexOf_l5u8uk$ = lastIndexOf_16;
- package$text.contains_li3zpu$ = contains_53;
- package$text.contains_sgbm27$ = contains_54;
- package$text.splitToSequence_ip8yn$ = splitToSequence;
- package$text.split_ip8yn$ = split;
- package$text.splitToSequence_o64adg$ = splitToSequence_0;
- package$text.split_o64adg$ = split_0;
- package$text.lineSequence_gw00vp$ = lineSequence;
- package$text.lines_gw00vp$ = lines;
- Object.defineProperty(package$text, 'Typography', {get: Typography_getInstance});
- package$text.MatchGroupCollection = MatchGroupCollection;
- package$text.MatchNamedGroupCollection = MatchNamedGroupCollection;
- MatchResult.Destructured = MatchResult$Destructured;
- package$text.MatchResult = MatchResult;
- Object.defineProperty(Duration, 'Companion', {get: Duration$Companion_getInstance});
- package$time.Duration = Duration;
- package$time.toDuration_14orw9$ = toDuration;
- package$time.toDuration_rrkdm6$ = toDuration_0;
- package$time.toDuration_n769wd$ = toDuration_1;
- package$time.get_nanoseconds_s8ev3n$ = get_nanoseconds;
- package$time.get_nanoseconds_mts6qi$ = get_nanoseconds_0;
- package$time.get_nanoseconds_yrwdxr$ = get_nanoseconds_1;
- package$time.get_microseconds_s8ev3n$ = get_microseconds;
- package$time.get_microseconds_mts6qi$ = get_microseconds_0;
- package$time.get_microseconds_yrwdxr$ = get_microseconds_1;
- package$time.get_milliseconds_s8ev3n$ = get_milliseconds;
- package$time.get_milliseconds_mts6qi$ = get_milliseconds_0;
- package$time.get_milliseconds_yrwdxr$ = get_milliseconds_1;
- package$time.get_seconds_s8ev3n$ = get_seconds;
- package$time.get_seconds_mts6qi$ = get_seconds_0;
- package$time.get_seconds_yrwdxr$ = get_seconds_1;
- package$time.get_minutes_s8ev3n$ = get_minutes;
- package$time.get_minutes_mts6qi$ = get_minutes_0;
- package$time.get_minutes_yrwdxr$ = get_minutes_1;
- package$time.get_hours_s8ev3n$ = get_hours;
- package$time.get_hours_mts6qi$ = get_hours_0;
- package$time.get_hours_yrwdxr$ = get_hours_1;
- package$time.get_days_s8ev3n$ = get_days;
- package$time.get_days_mts6qi$ = get_days_0;
- package$time.get_days_yrwdxr$ = get_days_1;
- package$time.shortName_d5gje$ = shortName;
- package$time.ExperimentalTime = ExperimentalTime;
- Object.defineProperty(TimeSource, 'Monotonic', {get: TimeSource$Monotonic_getInstance});
- Object.defineProperty(TimeSource, 'Companion', {get: TimeSource$Companion_getInstance});
- package$time.TimeSource = TimeSource;
- package$time.TimeMark = TimeMark;
- package$time.AbstractLongTimeSource = AbstractLongTimeSource;
- package$time.AbstractDoubleTimeSource = AbstractDoubleTimeSource;
- package$time.TestTimeSource = TestTimeSource;
- package$time.measureTime_8lzfs6$ = measureTime_0;
- package$time.measureTime_o14v8n$ = measureTime;
- package$time.TimedValue = TimedValue;
- package$time.measureTimedValue_tfb6s1$ = measureTimedValue_0;
- package$time.measureTimedValue_klfg04$ = measureTimedValue;
- package$kotlin.DeepRecursiveFunction = DeepRecursiveFunction;
- package$kotlin.invoke_ifme6c$ = invoke;
- package$kotlin.DeepRecursiveScope = DeepRecursiveScope;
- Object.defineProperty(KotlinVersion, 'Companion', {get: KotlinVersion$Companion_getInstance});
- package$kotlin.KotlinVersion_init_vux9f0$ = KotlinVersion_init;
- package$kotlin.KotlinVersion = KotlinVersion;
- package$kotlin.Lazy = Lazy;
- package$kotlin.lazyOf_mh5how$ = lazyOf;
- Object.defineProperty(LazyThreadSafetyMode, 'SYNCHRONIZED', {get: LazyThreadSafetyMode$SYNCHRONIZED_getInstance});
- Object.defineProperty(LazyThreadSafetyMode, 'PUBLICATION', {get: LazyThreadSafetyMode$PUBLICATION_getInstance});
- Object.defineProperty(LazyThreadSafetyMode, 'NONE', {get: LazyThreadSafetyMode$NONE_getInstance});
- package$kotlin.LazyThreadSafetyMode = LazyThreadSafetyMode;
- Object.defineProperty(package$kotlin, 'UNINITIALIZED_VALUE', {get: UNINITIALIZED_VALUE_getInstance});
- package$kotlin.UnsafeLazyImpl = UnsafeLazyImpl;
- package$kotlin.InitializedLazyImpl = InitializedLazyImpl;
- package$kotlin.rotateLeft_798l30$ = rotateLeft_1;
- package$kotlin.rotateRight_798l30$ = rotateRight_1;
- package$kotlin.rotateLeft_di2vk2$ = rotateLeft_2;
- package$kotlin.rotateRight_di2vk2$ = rotateRight_2;
- package$kotlin.createFailure_tcv7n7$ = createFailure;
- Object.defineProperty(Result, 'Companion', {get: Result$Companion_getInstance});
- Result.Failure = Result$Failure;
- package$kotlin.throwOnFailure_iacion$ = throwOnFailure;
- package$kotlin.NotImplementedError = NotImplementedError;
- package$kotlin.Pair = Pair;
- package$kotlin.to_ujzrz7$ = to;
- package$kotlin.toList_tt9upe$ = toList_12;
- package$kotlin.Triple = Triple;
- package$kotlin.toList_z6mquf$ = toList_13;
- Object.defineProperty(UByte, 'Companion', {get: UByte$Companion_getInstance});
- package$kotlin.UByteArray_init_za3lpa$ = UByteArray_init;
- package$kotlin.UByteArray = UByteArray;
- Object.defineProperty(UInt, 'Companion', {get: UInt$Companion_getInstance});
- package$kotlin.uintCompare_vux9f0$ = uintCompare;
- package$kotlin.uintDivide_oqfnby$ = uintDivide;
- package$kotlin.uintRemainder_oqfnby$ = uintRemainder;
- package$kotlin.uintToDouble_za3lpa$ = uintToDouble;
- package$kotlin.doubleToUInt_14dthe$ = doubleToUInt;
- package$kotlin.UIntArray_init_za3lpa$ = UIntArray_init;
- package$kotlin.UIntArray = UIntArray;
- Object.defineProperty(UIntRange, 'Companion', {get: UIntRange$Companion_getInstance});
- package$ranges.UIntRange = UIntRange;
- Object.defineProperty(UIntProgression, 'Companion', {get: UIntProgression$Companion_getInstance});
- package$ranges.UIntProgression = UIntProgression;
- package$collections.UByteIterator = UByteIterator;
- package$collections.UShortIterator = UShortIterator;
- package$collections.UIntIterator = UIntIterator;
- package$collections.ULongIterator = ULongIterator;
- Object.defineProperty(ULong, 'Companion', {get: ULong$Companion_getInstance});
- package$kotlin.ulongCompare_3pjtqy$ = ulongCompare;
- package$kotlin.ulongDivide_jpm79w$ = ulongDivide;
- package$kotlin.ulongRemainder_jpm79w$ = ulongRemainder;
- package$kotlin.ulongToDouble_s8cxhz$ = ulongToDouble;
- package$kotlin.doubleToULong_14dthe$ = doubleToULong;
- package$kotlin.ULongArray_init_za3lpa$ = ULongArray_init;
- package$kotlin.ULongArray = ULongArray;
- Object.defineProperty(ULongRange_0, 'Companion', {get: ULongRange$Companion_getInstance});
- package$ranges.ULongRange = ULongRange_0;
- Object.defineProperty(ULongProgression, 'Companion', {get: ULongProgression$Companion_getInstance});
- package$ranges.ULongProgression = ULongProgression;
- package$internal.getProgressionLastElement_fjk8us$ = getProgressionLastElement_1;
- package$internal.getProgressionLastElement_15zasp$ = getProgressionLastElement_2;
- Object.defineProperty(UShort, 'Companion', {get: UShort$Companion_getInstance});
- package$kotlin.UShortArray_init_za3lpa$ = UShortArray_init;
- package$kotlin.UShortArray = UShortArray;
- package$text.toString_aogav3$ = toString_4;
- package$text.toString_pqjt0d$ = toString_5;
- package$text.toString_k13f4a$ = toString_6;
- package$text.toString_hc3rh$ = toString_7;
- package$text.toUByte_pdl1vz$ = toUByte_3;
- package$text.toUByte_6ic1pp$ = toUByte_4;
- package$text.toUShort_pdl1vz$ = toUShort_3;
- package$text.toUShort_6ic1pp$ = toUShort_4;
- package$text.toUInt_pdl1vz$ = toUInt_5;
- package$text.toUInt_6ic1pp$ = toUInt_6;
- package$text.toULong_pdl1vz$ = toULong_5;
- package$text.toULong_6ic1pp$ = toULong_6;
- package$text.toUByteOrNull_pdl1vz$ = toUByteOrNull;
- package$text.toUByteOrNull_6ic1pp$ = toUByteOrNull_0;
- package$text.toUShortOrNull_pdl1vz$ = toUShortOrNull;
- package$text.toUShortOrNull_6ic1pp$ = toUShortOrNull_0;
- package$text.toUIntOrNull_pdl1vz$ = toUIntOrNull;
- package$text.toUIntOrNull_6ic1pp$ = toUIntOrNull_0;
- package$text.toULongOrNull_pdl1vz$ = toULongOrNull;
- package$text.toULongOrNull_6ic1pp$ = toULongOrNull_0;
- package$kotlin.ulongToString_8e33dg$ = ulongToString;
- package$kotlin.ulongToString_plstum$ = ulongToString_0;
- package$kotlin.ExperimentalUnsignedTypes = ExperimentalUnsignedTypes;
- MutableMap.prototype.getOrDefault_xwzc9p$ = Map.prototype.getOrDefault_xwzc9p$;
- AbstractMap.prototype.getOrDefault_xwzc9p$ = Map.prototype.getOrDefault_xwzc9p$;
- AbstractMutableMap.prototype.remove_xwzc9p$ = MutableMap.prototype.remove_xwzc9p$;
- InternalHashCodeMap.prototype.createJsMap = InternalMap.prototype.createJsMap;
- InternalStringMap.prototype.createJsMap = InternalMap.prototype.createJsMap;
- Object.defineProperty(findNext$ObjectLiteral.prototype, 'destructured', Object.getOwnPropertyDescriptor(MatchResult.prototype, 'destructured'));
- MapWithDefault.prototype.getOrDefault_xwzc9p$ = Map.prototype.getOrDefault_xwzc9p$;
- MutableMapWithDefault.prototype.remove_xwzc9p$ = MutableMap.prototype.remove_xwzc9p$;
- MutableMapWithDefault.prototype.getOrDefault_xwzc9p$ = MutableMap.prototype.getOrDefault_xwzc9p$;
- MapWithDefaultImpl.prototype.getOrDefault_xwzc9p$ = MapWithDefault.prototype.getOrDefault_xwzc9p$;
- MutableMapWithDefaultImpl.prototype.remove_xwzc9p$ = MutableMapWithDefault.prototype.remove_xwzc9p$;
- MutableMapWithDefaultImpl.prototype.getOrDefault_xwzc9p$ = MutableMapWithDefault.prototype.getOrDefault_xwzc9p$;
- EmptyMap.prototype.getOrDefault_xwzc9p$ = Map.prototype.getOrDefault_xwzc9p$;
- CoroutineContext$Element.prototype.plus_1fupul$ = CoroutineContext.prototype.plus_1fupul$;
- ContinuationInterceptor.prototype.fold_3cc69b$ = CoroutineContext$Element.prototype.fold_3cc69b$;
- ContinuationInterceptor.prototype.plus_1fupul$ = CoroutineContext$Element.prototype.plus_1fupul$;
- AbstractCoroutineContextElement.prototype.get_j3r2sn$ = CoroutineContext$Element.prototype.get_j3r2sn$;
- AbstractCoroutineContextElement.prototype.fold_3cc69b$ = CoroutineContext$Element.prototype.fold_3cc69b$;
- AbstractCoroutineContextElement.prototype.minusKey_yeqjby$ = CoroutineContext$Element.prototype.minusKey_yeqjby$;
- AbstractCoroutineContextElement.prototype.plus_1fupul$ = CoroutineContext$Element.prototype.plus_1fupul$;
- CombinedContext.prototype.plus_1fupul$ = CoroutineContext.prototype.plus_1fupul$;
- ComparableRange.prototype.contains_mef7kx$ = ClosedRange.prototype.contains_mef7kx$;
- ComparableRange.prototype.isEmpty = ClosedRange.prototype.isEmpty;
- PI = 3.141592653589793;
- E = 2.718281828459045;
- _stableSortingIsSupported = null;
- var isNode = typeof process !== 'undefined' && process.versions && !!process.versions.node;
- output = isNode ? new NodeJsOutput(process.stdout) : new BufferedOutputToConsoleLog();
- EmptyContinuation = new Continuation$ObjectLiteral(EmptyCoroutineContext_getInstance(), EmptyContinuation$lambda);
- INV_2_26 = Math_0.pow(2.0, -26);
- INV_2_53 = Math_0.pow(2.0, -53);
- functionClasses = Kotlin.newArray(0, null);
- STRING_CASE_INSENSITIVE_ORDER = new Comparator(STRING_CASE_INSENSITIVE_ORDER$lambda);
- MAX_BYTES_PER_CHAR = 3;
- REPLACEMENT_BYTE_SEQUENCE = new Int8Array([toByte(239), toByte(191), toByte(189)]);
- REPLACEMENT_CHAR = 65533;
- State_NotReady = 0;
- State_ManyNotReady = 1;
- State_ManyReady = 2;
- State_Ready = 3;
- State_Done = 4;
- State_Failed = 5;
- UNDEFINED_RESULT = new Result(get_COROUTINE_SUSPENDED());
- Kotlin.defineModule('kotlin', _);
-
- }());
-}));
-
-//# sourceMappingURL=kotlin.js.map
-
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("8oxB")))
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[11],{
-
-/***/ "zT9C":
-/***/ (function(module, exports, __webpack_require__) {
-
-/* WEBPACK VAR INJECTION */(function(global, module) {/**
- * lodash (Custom Build) <https://lodash.com/>
- * Build: `lodash modularize exports="npm" -o ./`
- * Copyright jQuery Foundation and other contributors <https://jquery.org/>
- * Released under MIT license <https://lodash.com/license>
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
- */
-
-/** Used as the size to enable large array optimizations. */
-var LARGE_ARRAY_SIZE = 200;
-
-/** Used to stand-in for `undefined` hash values. */
-var HASH_UNDEFINED = '__lodash_hash_undefined__';
-
-/** Used as references for various `Number` constants. */
-var MAX_SAFE_INTEGER = 9007199254740991;
-
-/** `Object#toString` result references. */
-var argsTag = '[object Arguments]',
- arrayTag = '[object Array]',
- boolTag = '[object Boolean]',
- dateTag = '[object Date]',
- errorTag = '[object Error]',
- funcTag = '[object Function]',
- genTag = '[object GeneratorFunction]',
- mapTag = '[object Map]',
- numberTag = '[object Number]',
- objectTag = '[object Object]',
- promiseTag = '[object Promise]',
- regexpTag = '[object RegExp]',
- setTag = '[object Set]',
- stringTag = '[object String]',
- symbolTag = '[object Symbol]',
- weakMapTag = '[object WeakMap]';
-
-var arrayBufferTag = '[object ArrayBuffer]',
- dataViewTag = '[object DataView]',
- float32Tag = '[object Float32Array]',
- float64Tag = '[object Float64Array]',
- int8Tag = '[object Int8Array]',
- int16Tag = '[object Int16Array]',
- int32Tag = '[object Int32Array]',
- uint8Tag = '[object Uint8Array]',
- uint8ClampedTag = '[object Uint8ClampedArray]',
- uint16Tag = '[object Uint16Array]',
- uint32Tag = '[object Uint32Array]';
-
-/**
- * Used to match `RegExp`
- * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
- */
-var reRegExpChar = /[\\^$.*+?()[\]{}|]/g;
-
-/** Used to match `RegExp` flags from their coerced string values. */
-var reFlags = /\w*$/;
-
-/** Used to detect host constructors (Safari). */
-var reIsHostCtor = /^\[object .+?Constructor\]$/;
-
-/** Used to detect unsigned integer values. */
-var reIsUint = /^(?:0|[1-9]\d*)$/;
-
-/** Used to identify `toStringTag` values supported by `_.clone`. */
-var cloneableTags = {};
-cloneableTags[argsTag] = cloneableTags[arrayTag] =
-cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =
-cloneableTags[boolTag] = cloneableTags[dateTag] =
-cloneableTags[float32Tag] = cloneableTags[float64Tag] =
-cloneableTags[int8Tag] = cloneableTags[int16Tag] =
-cloneableTags[int32Tag] = cloneableTags[mapTag] =
-cloneableTags[numberTag] = cloneableTags[objectTag] =
-cloneableTags[regexpTag] = cloneableTags[setTag] =
-cloneableTags[stringTag] = cloneableTags[symbolTag] =
-cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =
-cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;
-cloneableTags[errorTag] = cloneableTags[funcTag] =
-cloneableTags[weakMapTag] = false;
-
-/** Detect free variable `global` from Node.js. */
-var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
-
-/** Detect free variable `self`. */
-var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
-
-/** Used as a reference to the global object. */
-var root = freeGlobal || freeSelf || Function('return this')();
-
-/** Detect free variable `exports`. */
-var freeExports = true && exports && !exports.nodeType && exports;
-
-/** Detect free variable `module`. */
-var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;
-
-/** Detect the popular CommonJS extension `module.exports`. */
-var moduleExports = freeModule && freeModule.exports === freeExports;
-
-/**
- * Adds the key-value `pair` to `map`.
- *
- * @private
- * @param {Object} map The map to modify.
- * @param {Array} pair The key-value pair to add.
- * @returns {Object} Returns `map`.
- */
-function addMapEntry(map, pair) {
- // Don't return `map.set` because it's not chainable in IE 11.
- map.set(pair[0], pair[1]);
- return map;
-}
-
-/**
- * Adds `value` to `set`.
- *
- * @private
- * @param {Object} set The set to modify.
- * @param {*} value The value to add.
- * @returns {Object} Returns `set`.
- */
-function addSetEntry(set, value) {
- // Don't return `set.add` because it's not chainable in IE 11.
- set.add(value);
- return set;
-}
-
-/**
- * A specialized version of `_.forEach` for arrays without support for
- * iteratee shorthands.
- *
- * @private
- * @param {Array} [array] The array to iterate over.
- * @param {Function} iteratee The function invoked per iteration.
- * @returns {Array} Returns `array`.
- */
-function arrayEach(array, iteratee) {
- var index = -1,
- length = array ? array.length : 0;
-
- while (++index < length) {
- if (iteratee(array[index], index, array) === false) {
- break;
- }
- }
- return array;
-}
-
-/**
- * Appends the elements of `values` to `array`.
- *
- * @private
- * @param {Array} array The array to modify.
- * @param {Array} values The values to append.
- * @returns {Array} Returns `array`.
- */
-function arrayPush(array, values) {
- var index = -1,
- length = values.length,
- offset = array.length;
-
- while (++index < length) {
- array[offset + index] = values[index];
- }
- return array;
-}
-
-/**
- * A specialized version of `_.reduce` for arrays without support for
- * iteratee shorthands.
- *
- * @private
- * @param {Array} [array] The array to iterate over.
- * @param {Function} iteratee The function invoked per iteration.
- * @param {*} [accumulator] The initial value.
- * @param {boolean} [initAccum] Specify using the first element of `array` as
- * the initial value.
- * @returns {*} Returns the accumulated value.
- */
-function arrayReduce(array, iteratee, accumulator, initAccum) {
- var index = -1,
- length = array ? array.length : 0;
-
- if (initAccum && length) {
- accumulator = array[++index];
- }
- while (++index < length) {
- accumulator = iteratee(accumulator, array[index], index, array);
- }
- return accumulator;
-}
-
-/**
- * The base implementation of `_.times` without support for iteratee shorthands
- * or max array length checks.
- *
- * @private
- * @param {number} n The number of times to invoke `iteratee`.
- * @param {Function} iteratee The function invoked per iteration.
- * @returns {Array} Returns the array of results.
- */
-function baseTimes(n, iteratee) {
- var index = -1,
- result = Array(n);
-
- while (++index < n) {
- result[index] = iteratee(index);
- }
- return result;
-}
-
-/**
- * Gets the value at `key` of `object`.
- *
- * @private
- * @param {Object} [object] The object to query.
- * @param {string} key The key of the property to get.
- * @returns {*} Returns the property value.
- */
-function getValue(object, key) {
- return object == null ? undefined : object[key];
-}
-
-/**
- * Checks if `value` is a host object in IE < 9.
- *
- * @private
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is a host object, else `false`.
- */
-function isHostObject(value) {
- // Many host objects are `Object` objects that can coerce to strings
- // despite having improperly defined `toString` methods.
- var result = false;
- if (value != null && typeof value.toString != 'function') {
- try {
- result = !!(value + '');
- } catch (e) {}
- }
- return result;
-}
-
-/**
- * Converts `map` to its key-value pairs.
- *
- * @private
- * @param {Object} map The map to convert.
- * @returns {Array} Returns the key-value pairs.
- */
-function mapToArray(map) {
- var index = -1,
- result = Array(map.size);
-
- map.forEach(function(value, key) {
- result[++index] = [key, value];
- });
- return result;
-}
-
-/**
- * Creates a unary function that invokes `func` with its argument transformed.
- *
- * @private
- * @param {Function} func The function to wrap.
- * @param {Function} transform The argument transform.
- * @returns {Function} Returns the new function.
- */
-function overArg(func, transform) {
- return function(arg) {
- return func(transform(arg));
- };
-}
-
-/**
- * Converts `set` to an array of its values.
- *
- * @private
- * @param {Object} set The set to convert.
- * @returns {Array} Returns the values.
- */
-function setToArray(set) {
- var index = -1,
- result = Array(set.size);
-
- set.forEach(function(value) {
- result[++index] = value;
- });
- return result;
-}
-
-/** Used for built-in method references. */
-var arrayProto = Array.prototype,
- funcProto = Function.prototype,
- objectProto = Object.prototype;
-
-/** Used to detect overreaching core-js shims. */
-var coreJsData = root['__core-js_shared__'];
-
-/** Used to detect methods masquerading as native. */
-var maskSrcKey = (function() {
- var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');
- return uid ? ('Symbol(src)_1.' + uid) : '';
-}());
-
-/** Used to resolve the decompiled source of functions. */
-var funcToString = funcProto.toString;
-
-/** Used to check objects for own properties. */
-var hasOwnProperty = objectProto.hasOwnProperty;
-
-/**
- * Used to resolve the
- * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
- * of values.
- */
-var objectToString = objectProto.toString;
-
-/** Used to detect if a method is native. */
-var reIsNative = RegExp('^' +
- funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&')
- .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
-);
-
-/** Built-in value references. */
-var Buffer = moduleExports ? root.Buffer : undefined,
- Symbol = root.Symbol,
- Uint8Array = root.Uint8Array,
- getPrototype = overArg(Object.getPrototypeOf, Object),
- objectCreate = Object.create,
- propertyIsEnumerable = objectProto.propertyIsEnumerable,
- splice = arrayProto.splice;
-
-/* Built-in method references for those with the same name as other `lodash` methods. */
-var nativeGetSymbols = Object.getOwnPropertySymbols,
- nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined,
- nativeKeys = overArg(Object.keys, Object);
-
-/* Built-in method references that are verified to be native. */
-var DataView = getNative(root, 'DataView'),
- Map = getNative(root, 'Map'),
- Promise = getNative(root, 'Promise'),
- Set = getNative(root, 'Set'),
- WeakMap = getNative(root, 'WeakMap'),
- nativeCreate = getNative(Object, 'create');
-
-/** Used to detect maps, sets, and weakmaps. */
-var dataViewCtorString = toSource(DataView),
- mapCtorString = toSource(Map),
- promiseCtorString = toSource(Promise),
- setCtorString = toSource(Set),
- weakMapCtorString = toSource(WeakMap);
-
-/** Used to convert symbols to primitives and strings. */
-var symbolProto = Symbol ? Symbol.prototype : undefined,
- symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;
-
-/**
- * Creates a hash object.
- *
- * @private
- * @constructor
- * @param {Array} [entries] The key-value pairs to cache.
- */
-function Hash(entries) {
- var index = -1,
- length = entries ? entries.length : 0;
-
- this.clear();
- while (++index < length) {
- var entry = entries[index];
- this.set(entry[0], entry[1]);
- }
-}
-
-/**
- * Removes all key-value entries from the hash.
- *
- * @private
- * @name clear
- * @memberOf Hash
- */
-function hashClear() {
- this.__data__ = nativeCreate ? nativeCreate(null) : {};
-}
-
-/**
- * Removes `key` and its value from the hash.
- *
- * @private
- * @name delete
- * @memberOf Hash
- * @param {Object} hash The hash to modify.
- * @param {string} key The key of the value to remove.
- * @returns {boolean} Returns `true` if the entry was removed, else `false`.
- */
-function hashDelete(key) {
- return this.has(key) && delete this.__data__[key];
-}
-
-/**
- * Gets the hash value for `key`.
- *
- * @private
- * @name get
- * @memberOf Hash
- * @param {string} key The key of the value to get.
- * @returns {*} Returns the entry value.
- */
-function hashGet(key) {
- var data = this.__data__;
- if (nativeCreate) {
- var result = data[key];
- return result === HASH_UNDEFINED ? undefined : result;
- }
- return hasOwnProperty.call(data, key) ? data[key] : undefined;
-}
-
-/**
- * Checks if a hash value for `key` exists.
- *
- * @private
- * @name has
- * @memberOf Hash
- * @param {string} key The key of the entry to check.
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
- */
-function hashHas(key) {
- var data = this.__data__;
- return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);
-}
-
-/**
- * Sets the hash `key` to `value`.
- *
- * @private
- * @name set
- * @memberOf Hash
- * @param {string} key The key of the value to set.
- * @param {*} value The value to set.
- * @returns {Object} Returns the hash instance.
- */
-function hashSet(key, value) {
- var data = this.__data__;
- data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;
- return this;
-}
-
-// Add methods to `Hash`.
-Hash.prototype.clear = hashClear;
-Hash.prototype['delete'] = hashDelete;
-Hash.prototype.get = hashGet;
-Hash.prototype.has = hashHas;
-Hash.prototype.set = hashSet;
-
-/**
- * Creates an list cache object.
- *
- * @private
- * @constructor
- * @param {Array} [entries] The key-value pairs to cache.
- */
-function ListCache(entries) {
- var index = -1,
- length = entries ? entries.length : 0;
-
- this.clear();
- while (++index < length) {
- var entry = entries[index];
- this.set(entry[0], entry[1]);
- }
-}
-
-/**
- * Removes all key-value entries from the list cache.
- *
- * @private
- * @name clear
- * @memberOf ListCache
- */
-function listCacheClear() {
- this.__data__ = [];
-}
-
-/**
- * Removes `key` and its value from the list cache.
- *
- * @private
- * @name delete
- * @memberOf ListCache
- * @param {string} key The key of the value to remove.
- * @returns {boolean} Returns `true` if the entry was removed, else `false`.
- */
-function listCacheDelete(key) {
- var data = this.__data__,
- index = assocIndexOf(data, key);
-
- if (index < 0) {
- return false;
- }
- var lastIndex = data.length - 1;
- if (index == lastIndex) {
- data.pop();
- } else {
- splice.call(data, index, 1);
- }
- return true;
-}
-
-/**
- * Gets the list cache value for `key`.
- *
- * @private
- * @name get
- * @memberOf ListCache
- * @param {string} key The key of the value to get.
- * @returns {*} Returns the entry value.
- */
-function listCacheGet(key) {
- var data = this.__data__,
- index = assocIndexOf(data, key);
-
- return index < 0 ? undefined : data[index][1];
-}
-
-/**
- * Checks if a list cache value for `key` exists.
- *
- * @private
- * @name has
- * @memberOf ListCache
- * @param {string} key The key of the entry to check.
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
- */
-function listCacheHas(key) {
- return assocIndexOf(this.__data__, key) > -1;
-}
-
-/**
- * Sets the list cache `key` to `value`.
- *
- * @private
- * @name set
- * @memberOf ListCache
- * @param {string} key The key of the value to set.
- * @param {*} value The value to set.
- * @returns {Object} Returns the list cache instance.
- */
-function listCacheSet(key, value) {
- var data = this.__data__,
- index = assocIndexOf(data, key);
-
- if (index < 0) {
- data.push([key, value]);
- } else {
- data[index][1] = value;
- }
- return this;
-}
-
-// Add methods to `ListCache`.
-ListCache.prototype.clear = listCacheClear;
-ListCache.prototype['delete'] = listCacheDelete;
-ListCache.prototype.get = listCacheGet;
-ListCache.prototype.has = listCacheHas;
-ListCache.prototype.set = listCacheSet;
-
-/**
- * Creates a map cache object to store key-value pairs.
- *
- * @private
- * @constructor
- * @param {Array} [entries] The key-value pairs to cache.
- */
-function MapCache(entries) {
- var index = -1,
- length = entries ? entries.length : 0;
-
- this.clear();
- while (++index < length) {
- var entry = entries[index];
- this.set(entry[0], entry[1]);
- }
-}
-
-/**
- * Removes all key-value entries from the map.
- *
- * @private
- * @name clear
- * @memberOf MapCache
- */
-function mapCacheClear() {
- this.__data__ = {
- 'hash': new Hash,
- 'map': new (Map || ListCache),
- 'string': new Hash
- };
-}
-
-/**
- * Removes `key` and its value from the map.
- *
- * @private
- * @name delete
- * @memberOf MapCache
- * @param {string} key The key of the value to remove.
- * @returns {boolean} Returns `true` if the entry was removed, else `false`.
- */
-function mapCacheDelete(key) {
- return getMapData(this, key)['delete'](key);
-}
-
-/**
- * Gets the map value for `key`.
- *
- * @private
- * @name get
- * @memberOf MapCache
- * @param {string} key The key of the value to get.
- * @returns {*} Returns the entry value.
- */
-function mapCacheGet(key) {
- return getMapData(this, key).get(key);
-}
-
-/**
- * Checks if a map value for `key` exists.
- *
- * @private
- * @name has
- * @memberOf MapCache
- * @param {string} key The key of the entry to check.
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
- */
-function mapCacheHas(key) {
- return getMapData(this, key).has(key);
-}
-
-/**
- * Sets the map `key` to `value`.
- *
- * @private
- * @name set
- * @memberOf MapCache
- * @param {string} key The key of the value to set.
- * @param {*} value The value to set.
- * @returns {Object} Returns the map cache instance.
- */
-function mapCacheSet(key, value) {
- getMapData(this, key).set(key, value);
- return this;
-}
-
-// Add methods to `MapCache`.
-MapCache.prototype.clear = mapCacheClear;
-MapCache.prototype['delete'] = mapCacheDelete;
-MapCache.prototype.get = mapCacheGet;
-MapCache.prototype.has = mapCacheHas;
-MapCache.prototype.set = mapCacheSet;
-
-/**
- * Creates a stack cache object to store key-value pairs.
- *
- * @private
- * @constructor
- * @param {Array} [entries] The key-value pairs to cache.
- */
-function Stack(entries) {
- this.__data__ = new ListCache(entries);
-}
-
-/**
- * Removes all key-value entries from the stack.
- *
- * @private
- * @name clear
- * @memberOf Stack
- */
-function stackClear() {
- this.__data__ = new ListCache;
-}
-
-/**
- * Removes `key` and its value from the stack.
- *
- * @private
- * @name delete
- * @memberOf Stack
- * @param {string} key The key of the value to remove.
- * @returns {boolean} Returns `true` if the entry was removed, else `false`.
- */
-function stackDelete(key) {
- return this.__data__['delete'](key);
-}
-
-/**
- * Gets the stack value for `key`.
- *
- * @private
- * @name get
- * @memberOf Stack
- * @param {string} key The key of the value to get.
- * @returns {*} Returns the entry value.
- */
-function stackGet(key) {
- return this.__data__.get(key);
-}
-
-/**
- * Checks if a stack value for `key` exists.
- *
- * @private
- * @name has
- * @memberOf Stack
- * @param {string} key The key of the entry to check.
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
- */
-function stackHas(key) {
- return this.__data__.has(key);
-}
-
-/**
- * Sets the stack `key` to `value`.
- *
- * @private
- * @name set
- * @memberOf Stack
- * @param {string} key The key of the value to set.
- * @param {*} value The value to set.
- * @returns {Object} Returns the stack cache instance.
- */
-function stackSet(key, value) {
- var cache = this.__data__;
- if (cache instanceof ListCache) {
- var pairs = cache.__data__;
- if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {
- pairs.push([key, value]);
- return this;
- }
- cache = this.__data__ = new MapCache(pairs);
- }
- cache.set(key, value);
- return this;
-}
-
-// Add methods to `Stack`.
-Stack.prototype.clear = stackClear;
-Stack.prototype['delete'] = stackDelete;
-Stack.prototype.get = stackGet;
-Stack.prototype.has = stackHas;
-Stack.prototype.set = stackSet;
-
-/**
- * Creates an array of the enumerable property names of the array-like `value`.
- *
- * @private
- * @param {*} value The value to query.
- * @param {boolean} inherited Specify returning inherited property names.
- * @returns {Array} Returns the array of property names.
- */
-function arrayLikeKeys(value, inherited) {
- // Safari 8.1 makes `arguments.callee` enumerable in strict mode.
- // Safari 9 makes `arguments.length` enumerable in strict mode.
- var result = (isArray(value) || isArguments(value))
- ? baseTimes(value.length, String)
- : [];
-
- var length = result.length,
- skipIndexes = !!length;
-
- for (var key in value) {
- if ((inherited || hasOwnProperty.call(value, key)) &&
- !(skipIndexes && (key == 'length' || isIndex(key, length)))) {
- result.push(key);
- }
- }
- return result;
-}
-
-/**
- * Assigns `value` to `key` of `object` if the existing value is not equivalent
- * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
- * for equality comparisons.
- *
- * @private
- * @param {Object} object The object to modify.
- * @param {string} key The key of the property to assign.
- * @param {*} value The value to assign.
- */
-function assignValue(object, key, value) {
- var objValue = object[key];
- if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||
- (value === undefined && !(key in object))) {
- object[key] = value;
- }
-}
-
-/**
- * Gets the index at which the `key` is found in `array` of key-value pairs.
- *
- * @private
- * @param {Array} array The array to inspect.
- * @param {*} key The key to search for.
- * @returns {number} Returns the index of the matched value, else `-1`.
- */
-function assocIndexOf(array, key) {
- var length = array.length;
- while (length--) {
- if (eq(array[length][0], key)) {
- return length;
- }
- }
- return -1;
-}
-
-/**
- * The base implementation of `_.assign` without support for multiple sources
- * or `customizer` functions.
- *
- * @private
- * @param {Object} object The destination object.
- * @param {Object} source The source object.
- * @returns {Object} Returns `object`.
- */
-function baseAssign(object, source) {
- return object && copyObject(source, keys(source), object);
-}
-
-/**
- * The base implementation of `_.clone` and `_.cloneDeep` which tracks
- * traversed objects.
- *
- * @private
- * @param {*} value The value to clone.
- * @param {boolean} [isDeep] Specify a deep clone.
- * @param {boolean} [isFull] Specify a clone including symbols.
- * @param {Function} [customizer] The function to customize cloning.
- * @param {string} [key] The key of `value`.
- * @param {Object} [object] The parent object of `value`.
- * @param {Object} [stack] Tracks traversed objects and their clone counterparts.
- * @returns {*} Returns the cloned value.
- */
-function baseClone(value, isDeep, isFull, customizer, key, object, stack) {
- var result;
- if (customizer) {
- result = object ? customizer(value, key, object, stack) : customizer(value);
- }
- if (result !== undefined) {
- return result;
- }
- if (!isObject(value)) {
- return value;
- }
- var isArr = isArray(value);
- if (isArr) {
- result = initCloneArray(value);
- if (!isDeep) {
- return copyArray(value, result);
- }
- } else {
- var tag = getTag(value),
- isFunc = tag == funcTag || tag == genTag;
-
- if (isBuffer(value)) {
- return cloneBuffer(value, isDeep);
- }
- if (tag == objectTag || tag == argsTag || (isFunc && !object)) {
- if (isHostObject(value)) {
- return object ? value : {};
- }
- result = initCloneObject(isFunc ? {} : value);
- if (!isDeep) {
- return copySymbols(value, baseAssign(result, value));
- }
- } else {
- if (!cloneableTags[tag]) {
- return object ? value : {};
- }
- result = initCloneByTag(value, tag, baseClone, isDeep);
- }
- }
- // Check for circular references and return its corresponding clone.
- stack || (stack = new Stack);
- var stacked = stack.get(value);
- if (stacked) {
- return stacked;
- }
- stack.set(value, result);
-
- if (!isArr) {
- var props = isFull ? getAllKeys(value) : keys(value);
- }
- arrayEach(props || value, function(subValue, key) {
- if (props) {
- key = subValue;
- subValue = value[key];
- }
- // Recursively populate clone (susceptible to call stack limits).
- assignValue(result, key, baseClone(subValue, isDeep, isFull, customizer, key, value, stack));
- });
- return result;
-}
-
-/**
- * The base implementation of `_.create` without support for assigning
- * properties to the created object.
- *
- * @private
- * @param {Object} prototype The object to inherit from.
- * @returns {Object} Returns the new object.
- */
-function baseCreate(proto) {
- return isObject(proto) ? objectCreate(proto) : {};
-}
-
-/**
- * The base implementation of `getAllKeys` and `getAllKeysIn` which uses
- * `keysFunc` and `symbolsFunc` to get the enumerable property names and
- * symbols of `object`.
- *
- * @private
- * @param {Object} object The object to query.
- * @param {Function} keysFunc The function to get the keys of `object`.
- * @param {Function} symbolsFunc The function to get the symbols of `object`.
- * @returns {Array} Returns the array of property names and symbols.
- */
-function baseGetAllKeys(object, keysFunc, symbolsFunc) {
- var result = keysFunc(object);
- return isArray(object) ? result : arrayPush(result, symbolsFunc(object));
-}
-
-/**
- * The base implementation of `getTag`.
- *
- * @private
- * @param {*} value The value to query.
- * @returns {string} Returns the `toStringTag`.
- */
-function baseGetTag(value) {
- return objectToString.call(value);
-}
-
-/**
- * The base implementation of `_.isNative` without bad shim checks.
- *
- * @private
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is a native function,
- * else `false`.
- */
-function baseIsNative(value) {
- if (!isObject(value) || isMasked(value)) {
- return false;
- }
- var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;
- return pattern.test(toSource(value));
-}
-
-/**
- * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.
- *
- * @private
- * @param {Object} object The object to query.
- * @returns {Array} Returns the array of property names.
- */
-function baseKeys(object) {
- if (!isPrototype(object)) {
- return nativeKeys(object);
- }
- var result = [];
- for (var key in Object(object)) {
- if (hasOwnProperty.call(object, key) && key != 'constructor') {
- result.push(key);
- }
- }
- return result;
-}
-
-/**
- * Creates a clone of `buffer`.
- *
- * @private
- * @param {Buffer} buffer The buffer to clone.
- * @param {boolean} [isDeep] Specify a deep clone.
- * @returns {Buffer} Returns the cloned buffer.
- */
-function cloneBuffer(buffer, isDeep) {
- if (isDeep) {
- return buffer.slice();
- }
- var result = new buffer.constructor(buffer.length);
- buffer.copy(result);
- return result;
-}
-
-/**
- * Creates a clone of `arrayBuffer`.
- *
- * @private
- * @param {ArrayBuffer} arrayBuffer The array buffer to clone.
- * @returns {ArrayBuffer} Returns the cloned array buffer.
- */
-function cloneArrayBuffer(arrayBuffer) {
- var result = new arrayBuffer.constructor(arrayBuffer.byteLength);
- new Uint8Array(result).set(new Uint8Array(arrayBuffer));
- return result;
-}
-
-/**
- * Creates a clone of `dataView`.
- *
- * @private
- * @param {Object} dataView The data view to clone.
- * @param {boolean} [isDeep] Specify a deep clone.
- * @returns {Object} Returns the cloned data view.
- */
-function cloneDataView(dataView, isDeep) {
- var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;
- return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);
-}
-
-/**
- * Creates a clone of `map`.
- *
- * @private
- * @param {Object} map The map to clone.
- * @param {Function} cloneFunc The function to clone values.
- * @param {boolean} [isDeep] Specify a deep clone.
- * @returns {Object} Returns the cloned map.
- */
-function cloneMap(map, isDeep, cloneFunc) {
- var array = isDeep ? cloneFunc(mapToArray(map), true) : mapToArray(map);
- return arrayReduce(array, addMapEntry, new map.constructor);
-}
-
-/**
- * Creates a clone of `regexp`.
- *
- * @private
- * @param {Object} regexp The regexp to clone.
- * @returns {Object} Returns the cloned regexp.
- */
-function cloneRegExp(regexp) {
- var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));
- result.lastIndex = regexp.lastIndex;
- return result;
-}
-
-/**
- * Creates a clone of `set`.
- *
- * @private
- * @param {Object} set The set to clone.
- * @param {Function} cloneFunc The function to clone values.
- * @param {boolean} [isDeep] Specify a deep clone.
- * @returns {Object} Returns the cloned set.
- */
-function cloneSet(set, isDeep, cloneFunc) {
- var array = isDeep ? cloneFunc(setToArray(set), true) : setToArray(set);
- return arrayReduce(array, addSetEntry, new set.constructor);
-}
-
-/**
- * Creates a clone of the `symbol` object.
- *
- * @private
- * @param {Object} symbol The symbol object to clone.
- * @returns {Object} Returns the cloned symbol object.
- */
-function cloneSymbol(symbol) {
- return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};
-}
-
-/**
- * Creates a clone of `typedArray`.
- *
- * @private
- * @param {Object} typedArray The typed array to clone.
- * @param {boolean} [isDeep] Specify a deep clone.
- * @returns {Object} Returns the cloned typed array.
- */
-function cloneTypedArray(typedArray, isDeep) {
- var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;
- return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);
-}
-
-/**
- * Copies the values of `source` to `array`.
- *
- * @private
- * @param {Array} source The array to copy values from.
- * @param {Array} [array=[]] The array to copy values to.
- * @returns {Array} Returns `array`.
- */
-function copyArray(source, array) {
- var index = -1,
- length = source.length;
-
- array || (array = Array(length));
- while (++index < length) {
- array[index] = source[index];
- }
- return array;
-}
-
-/**
- * Copies properties of `source` to `object`.
- *
- * @private
- * @param {Object} source The object to copy properties from.
- * @param {Array} props The property identifiers to copy.
- * @param {Object} [object={}] The object to copy properties to.
- * @param {Function} [customizer] The function to customize copied values.
- * @returns {Object} Returns `object`.
- */
-function copyObject(source, props, object, customizer) {
- object || (object = {});
-
- var index = -1,
- length = props.length;
-
- while (++index < length) {
- var key = props[index];
-
- var newValue = customizer
- ? customizer(object[key], source[key], key, object, source)
- : undefined;
-
- assignValue(object, key, newValue === undefined ? source[key] : newValue);
- }
- return object;
-}
-
-/**
- * Copies own symbol properties of `source` to `object`.
- *
- * @private
- * @param {Object} source The object to copy symbols from.
- * @param {Object} [object={}] The object to copy symbols to.
- * @returns {Object} Returns `object`.
- */
-function copySymbols(source, object) {
- return copyObject(source, getSymbols(source), object);
-}
-
-/**
- * Creates an array of own enumerable property names and symbols of `object`.
- *
- * @private
- * @param {Object} object The object to query.
- * @returns {Array} Returns the array of property names and symbols.
- */
-function getAllKeys(object) {
- return baseGetAllKeys(object, keys, getSymbols);
-}
-
-/**
- * Gets the data for `map`.
- *
- * @private
- * @param {Object} map The map to query.
- * @param {string} key The reference key.
- * @returns {*} Returns the map data.
- */
-function getMapData(map, key) {
- var data = map.__data__;
- return isKeyable(key)
- ? data[typeof key == 'string' ? 'string' : 'hash']
- : data.map;
-}
-
-/**
- * Gets the native function at `key` of `object`.
- *
- * @private
- * @param {Object} object The object to query.
- * @param {string} key The key of the method to get.
- * @returns {*} Returns the function if it's native, else `undefined`.
- */
-function getNative(object, key) {
- var value = getValue(object, key);
- return baseIsNative(value) ? value : undefined;
-}
-
-/**
- * Creates an array of the own enumerable symbol properties of `object`.
- *
- * @private
- * @param {Object} object The object to query.
- * @returns {Array} Returns the array of symbols.
- */
-var getSymbols = nativeGetSymbols ? overArg(nativeGetSymbols, Object) : stubArray;
-
-/**
- * Gets the `toStringTag` of `value`.
- *
- * @private
- * @param {*} value The value to query.
- * @returns {string} Returns the `toStringTag`.
- */
-var getTag = baseGetTag;
-
-// Fallback for data views, maps, sets, and weak maps in IE 11,
-// for data views in Edge < 14, and promises in Node.js.
-if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||
- (Map && getTag(new Map) != mapTag) ||
- (Promise && getTag(Promise.resolve()) != promiseTag) ||
- (Set && getTag(new Set) != setTag) ||
- (WeakMap && getTag(new WeakMap) != weakMapTag)) {
- getTag = function(value) {
- var result = objectToString.call(value),
- Ctor = result == objectTag ? value.constructor : undefined,
- ctorString = Ctor ? toSource(Ctor) : undefined;
-
- if (ctorString) {
- switch (ctorString) {
- case dataViewCtorString: return dataViewTag;
- case mapCtorString: return mapTag;
- case promiseCtorString: return promiseTag;
- case setCtorString: return setTag;
- case weakMapCtorString: return weakMapTag;
- }
- }
- return result;
- };
-}
-
-/**
- * Initializes an array clone.
- *
- * @private
- * @param {Array} array The array to clone.
- * @returns {Array} Returns the initialized clone.
- */
-function initCloneArray(array) {
- var length = array.length,
- result = array.constructor(length);
-
- // Add properties assigned by `RegExp#exec`.
- if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {
- result.index = array.index;
- result.input = array.input;
- }
- return result;
-}
-
-/**
- * Initializes an object clone.
- *
- * @private
- * @param {Object} object The object to clone.
- * @returns {Object} Returns the initialized clone.
- */
-function initCloneObject(object) {
- return (typeof object.constructor == 'function' && !isPrototype(object))
- ? baseCreate(getPrototype(object))
- : {};
-}
-
-/**
- * Initializes an object clone based on its `toStringTag`.
- *
- * **Note:** This function only supports cloning values with tags of
- * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
- *
- * @private
- * @param {Object} object The object to clone.
- * @param {string} tag The `toStringTag` of the object to clone.
- * @param {Function} cloneFunc The function to clone values.
- * @param {boolean} [isDeep] Specify a deep clone.
- * @returns {Object} Returns the initialized clone.
- */
-function initCloneByTag(object, tag, cloneFunc, isDeep) {
- var Ctor = object.constructor;
- switch (tag) {
- case arrayBufferTag:
- return cloneArrayBuffer(object);
-
- case boolTag:
- case dateTag:
- return new Ctor(+object);
-
- case dataViewTag:
- return cloneDataView(object, isDeep);
-
- case float32Tag: case float64Tag:
- case int8Tag: case int16Tag: case int32Tag:
- case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:
- return cloneTypedArray(object, isDeep);
-
- case mapTag:
- return cloneMap(object, isDeep, cloneFunc);
-
- case numberTag:
- case stringTag:
- return new Ctor(object);
-
- case regexpTag:
- return cloneRegExp(object);
-
- case setTag:
- return cloneSet(object, isDeep, cloneFunc);
-
- case symbolTag:
- return cloneSymbol(object);
- }
-}
-
-/**
- * Checks if `value` is a valid array-like index.
- *
- * @private
- * @param {*} value The value to check.
- * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
- * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
- */
-function isIndex(value, length) {
- length = length == null ? MAX_SAFE_INTEGER : length;
- return !!length &&
- (typeof value == 'number' || reIsUint.test(value)) &&
- (value > -1 && value % 1 == 0 && value < length);
-}
-
-/**
- * Checks if `value` is suitable for use as unique object key.
- *
- * @private
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is suitable, else `false`.
- */
-function isKeyable(value) {
- var type = typeof value;
- return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')
- ? (value !== '__proto__')
- : (value === null);
-}
-
-/**
- * Checks if `func` has its source masked.
- *
- * @private
- * @param {Function} func The function to check.
- * @returns {boolean} Returns `true` if `func` is masked, else `false`.
- */
-function isMasked(func) {
- return !!maskSrcKey && (maskSrcKey in func);
-}
-
-/**
- * Checks if `value` is likely a prototype object.
- *
- * @private
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
- */
-function isPrototype(value) {
- var Ctor = value && value.constructor,
- proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;
-
- return value === proto;
-}
-
-/**
- * Converts `func` to its source code.
- *
- * @private
- * @param {Function} func The function to process.
- * @returns {string} Returns the source code.
- */
-function toSource(func) {
- if (func != null) {
- try {
- return funcToString.call(func);
- } catch (e) {}
- try {
- return (func + '');
- } catch (e) {}
- }
- return '';
-}
-
-/**
- * This method is like `_.clone` except that it recursively clones `value`.
- *
- * @static
- * @memberOf _
- * @since 1.0.0
- * @category Lang
- * @param {*} value The value to recursively clone.
- * @returns {*} Returns the deep cloned value.
- * @see _.clone
- * @example
- *
- * var objects = [{ 'a': 1 }, { 'b': 2 }];
- *
- * var deep = _.cloneDeep(objects);
- * console.log(deep[0] === objects[0]);
- * // => false
- */
-function cloneDeep(value) {
- return baseClone(value, true, true);
-}
-
-/**
- * Performs a
- * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
- * comparison between two values to determine if they are equivalent.
- *
- * @static
- * @memberOf _
- * @since 4.0.0
- * @category Lang
- * @param {*} value The value to compare.
- * @param {*} other The other value to compare.
- * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
- * @example
- *
- * var object = { 'a': 1 };
- * var other = { 'a': 1 };
- *
- * _.eq(object, object);
- * // => true
- *
- * _.eq(object, other);
- * // => false
- *
- * _.eq('a', 'a');
- * // => true
- *
- * _.eq('a', Object('a'));
- * // => false
- *
- * _.eq(NaN, NaN);
- * // => true
- */
-function eq(value, other) {
- return value === other || (value !== value && other !== other);
-}
-
-/**
- * Checks if `value` is likely an `arguments` object.
- *
- * @static
- * @memberOf _
- * @since 0.1.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is an `arguments` object,
- * else `false`.
- * @example
- *
- * _.isArguments(function() { return arguments; }());
- * // => true
- *
- * _.isArguments([1, 2, 3]);
- * // => false
- */
-function isArguments(value) {
- // Safari 8.1 makes `arguments.callee` enumerable in strict mode.
- return isArrayLikeObject(value) && hasOwnProperty.call(value, 'callee') &&
- (!propertyIsEnumerable.call(value, 'callee') || objectToString.call(value) == argsTag);
-}
-
-/**
- * Checks if `value` is classified as an `Array` object.
- *
- * @static
- * @memberOf _
- * @since 0.1.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is an array, else `false`.
- * @example
- *
- * _.isArray([1, 2, 3]);
- * // => true
- *
- * _.isArray(document.body.children);
- * // => false
- *
- * _.isArray('abc');
- * // => false
- *
- * _.isArray(_.noop);
- * // => false
- */
-var isArray = Array.isArray;
-
-/**
- * Checks if `value` is array-like. A value is considered array-like if it's
- * not a function and has a `value.length` that's an integer greater than or
- * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
- *
- * @static
- * @memberOf _
- * @since 4.0.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
- * @example
- *
- * _.isArrayLike([1, 2, 3]);
- * // => true
- *
- * _.isArrayLike(document.body.children);
- * // => true
- *
- * _.isArrayLike('abc');
- * // => true
- *
- * _.isArrayLike(_.noop);
- * // => false
- */
-function isArrayLike(value) {
- return value != null && isLength(value.length) && !isFunction(value);
-}
-
-/**
- * This method is like `_.isArrayLike` except that it also checks if `value`
- * is an object.
- *
- * @static
- * @memberOf _
- * @since 4.0.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is an array-like object,
- * else `false`.
- * @example
- *
- * _.isArrayLikeObject([1, 2, 3]);
- * // => true
- *
- * _.isArrayLikeObject(document.body.children);
- * // => true
- *
- * _.isArrayLikeObject('abc');
- * // => false
- *
- * _.isArrayLikeObject(_.noop);
- * // => false
- */
-function isArrayLikeObject(value) {
- return isObjectLike(value) && isArrayLike(value);
-}
-
-/**
- * Checks if `value` is a buffer.
- *
- * @static
- * @memberOf _
- * @since 4.3.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
- * @example
- *
- * _.isBuffer(new Buffer(2));
- * // => true
- *
- * _.isBuffer(new Uint8Array(2));
- * // => false
- */
-var isBuffer = nativeIsBuffer || stubFalse;
-
-/**
- * Checks if `value` is classified as a `Function` object.
- *
- * @static
- * @memberOf _
- * @since 0.1.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is a function, else `false`.
- * @example
- *
- * _.isFunction(_);
- * // => true
- *
- * _.isFunction(/abc/);
- * // => false
- */
-function isFunction(value) {
- // The use of `Object#toString` avoids issues with the `typeof` operator
- // in Safari 8-9 which returns 'object' for typed array and other constructors.
- var tag = isObject(value) ? objectToString.call(value) : '';
- return tag == funcTag || tag == genTag;
-}
-
-/**
- * Checks if `value` is a valid array-like length.
- *
- * **Note:** This method is loosely based on
- * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
- *
- * @static
- * @memberOf _
- * @since 4.0.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
- * @example
- *
- * _.isLength(3);
- * // => true
- *
- * _.isLength(Number.MIN_VALUE);
- * // => false
- *
- * _.isLength(Infinity);
- * // => false
- *
- * _.isLength('3');
- * // => false
- */
-function isLength(value) {
- return typeof value == 'number' &&
- value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
-}
-
-/**
- * Checks if `value` is the
- * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
- * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
- *
- * @static
- * @memberOf _
- * @since 0.1.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is an object, else `false`.
- * @example
- *
- * _.isObject({});
- * // => true
- *
- * _.isObject([1, 2, 3]);
- * // => true
- *
- * _.isObject(_.noop);
- * // => true
- *
- * _.isObject(null);
- * // => false
- */
-function isObject(value) {
- var type = typeof value;
- return !!value && (type == 'object' || type == 'function');
-}
-
-/**
- * Checks if `value` is object-like. A value is object-like if it's not `null`
- * and has a `typeof` result of "object".
- *
- * @static
- * @memberOf _
- * @since 4.0.0
- * @category Lang
- * @param {*} value The value to check.
- * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
- * @example
- *
- * _.isObjectLike({});
- * // => true
- *
- * _.isObjectLike([1, 2, 3]);
- * // => true
- *
- * _.isObjectLike(_.noop);
- * // => false
- *
- * _.isObjectLike(null);
- * // => false
- */
-function isObjectLike(value) {
- return !!value && typeof value == 'object';
-}
-
-/**
- * Creates an array of the own enumerable property names of `object`.
- *
- * **Note:** Non-object values are coerced to objects. See the
- * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
- * for more details.
- *
- * @static
- * @since 0.1.0
- * @memberOf _
- * @category Object
- * @param {Object} object The object to query.
- * @returns {Array} Returns the array of property names.
- * @example
- *
- * function Foo() {
- * this.a = 1;
- * this.b = 2;
- * }
- *
- * Foo.prototype.c = 3;
- *
- * _.keys(new Foo);
- * // => ['a', 'b'] (iteration order is not guaranteed)
- *
- * _.keys('hi');
- * // => ['0', '1']
- */
-function keys(object) {
- return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);
-}
-
-/**
- * This method returns a new empty array.
- *
- * @static
- * @memberOf _
- * @since 4.13.0
- * @category Util
- * @returns {Array} Returns the new empty array.
- * @example
- *
- * var arrays = _.times(2, _.stubArray);
- *
- * console.log(arrays);
- * // => [[], []]
- *
- * console.log(arrays[0] === arrays[1]);
- * // => false
- */
-function stubArray() {
- return [];
-}
-
-/**
- * This method returns `false`.
- *
- * @static
- * @memberOf _
- * @since 4.13.0
- * @category Util
- * @returns {boolean} Returns `false`.
- * @example
- *
- * _.times(2, _.stubFalse);
- * // => [false, false]
- */
-function stubFalse() {
- return false;
-}
-
-module.exports = cloneDeep;
-
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("yLpj"), __webpack_require__("YuTi")(module)))
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[12],{
-
-/***/ "8oxB":
-/***/ (function(module, exports) {
-
-// shim for using process in browser
-var process = module.exports = {};
-
-// cached from whatever global is present so that test runners that stub it
-// don't break things. But we need to wrap it in a try catch in case it is
-// wrapped in strict mode code which doesn't define any globals. It's inside a
-// function because try/catches deoptimize in certain engines.
-
-var cachedSetTimeout;
-var cachedClearTimeout;
-
-function defaultSetTimout() {
- throw new Error('setTimeout has not been defined');
-}
-function defaultClearTimeout () {
- throw new Error('clearTimeout has not been defined');
-}
-(function () {
- try {
- if (typeof setTimeout === 'function') {
- cachedSetTimeout = setTimeout;
- } else {
- cachedSetTimeout = defaultSetTimout;
- }
- } catch (e) {
- cachedSetTimeout = defaultSetTimout;
- }
- try {
- if (typeof clearTimeout === 'function') {
- cachedClearTimeout = clearTimeout;
- } else {
- cachedClearTimeout = defaultClearTimeout;
- }
- } catch (e) {
- cachedClearTimeout = defaultClearTimeout;
- }
-} ())
-function runTimeout(fun) {
- if (cachedSetTimeout === setTimeout) {
- //normal enviroments in sane situations
- return setTimeout(fun, 0);
- }
- // if setTimeout wasn't available but was latter defined
- if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
- cachedSetTimeout = setTimeout;
- return setTimeout(fun, 0);
- }
- try {
- // when when somebody has screwed with setTimeout but no I.E. maddness
- return cachedSetTimeout(fun, 0);
- } catch(e){
- try {
- // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
- return cachedSetTimeout.call(null, fun, 0);
- } catch(e){
- // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error
- return cachedSetTimeout.call(this, fun, 0);
- }
- }
-
-
-}
-function runClearTimeout(marker) {
- if (cachedClearTimeout === clearTimeout) {
- //normal enviroments in sane situations
- return clearTimeout(marker);
- }
- // if clearTimeout wasn't available but was latter defined
- if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
- cachedClearTimeout = clearTimeout;
- return clearTimeout(marker);
- }
- try {
- // when when somebody has screwed with setTimeout but no I.E. maddness
- return cachedClearTimeout(marker);
- } catch (e){
- try {
- // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
- return cachedClearTimeout.call(null, marker);
- } catch (e){
- // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.
- // Some versions of I.E. have different rules for clearTimeout vs setTimeout
- return cachedClearTimeout.call(this, marker);
- }
- }
-
-
-
-}
-var queue = [];
-var draining = false;
-var currentQueue;
-var queueIndex = -1;
-
-function cleanUpNextTick() {
- if (!draining || !currentQueue) {
- return;
- }
- draining = false;
- if (currentQueue.length) {
- queue = currentQueue.concat(queue);
- } else {
- queueIndex = -1;
- }
- if (queue.length) {
- drainQueue();
- }
-}
-
-function drainQueue() {
- if (draining) {
- return;
- }
- var timeout = runTimeout(cleanUpNextTick);
- draining = true;
-
- var len = queue.length;
- while(len) {
- currentQueue = queue;
- queue = [];
- while (++queueIndex < len) {
- if (currentQueue) {
- currentQueue[queueIndex].run();
- }
- }
- queueIndex = -1;
- len = queue.length;
- }
- currentQueue = null;
- draining = false;
- runClearTimeout(timeout);
-}
-
-process.nextTick = function (fun) {
- var args = new Array(arguments.length - 1);
- if (arguments.length > 1) {
- for (var i = 1; i < arguments.length; i++) {
- args[i - 1] = arguments[i];
- }
- }
- queue.push(new Item(fun, args));
- if (queue.length === 1 && !draining) {
- runTimeout(drainQueue);
- }
-};
-
-// v8 likes predictible objects
-function Item(fun, array) {
- this.fun = fun;
- this.array = array;
-}
-Item.prototype.run = function () {
- this.fun.apply(null, this.array);
-};
-process.title = 'browser';
-process.browser = true;
-process.env = {};
-process.argv = [];
-process.version = ''; // empty string to avoid regexp issues
-process.versions = {};
-
-function noop() {}
-
-process.on = noop;
-process.addListener = noop;
-process.once = noop;
-process.off = noop;
-process.removeListener = noop;
-process.removeAllListeners = noop;
-process.emit = noop;
-process.prependListener = noop;
-process.prependOnceListener = noop;
-
-process.listeners = function (name) { return [] }
-
-process.binding = function (name) {
- throw new Error('process.binding is not supported');
-};
-
-process.cwd = function () { return '/' };
-process.chdir = function (dir) {
- throw new Error('process.chdir is not supported');
-};
-process.umask = function() { return 0; };
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[15],{
-
-/***/ "YBdB":
-/***/ (function(module, exports, __webpack_require__) {
-
-/* WEBPACK VAR INJECTION */(function(global, process) {(function (global, undefined) {
- "use strict";
-
- if (global.setImmediate) {
- return;
- }
-
- var nextHandle = 1; // Spec says greater than zero
- var tasksByHandle = {};
- var currentlyRunningATask = false;
- var doc = global.document;
- var registerImmediate;
-
- function setImmediate(callback) {
- // Callback can either be a function or a string
- if (typeof callback !== "function") {
- callback = new Function("" + callback);
- }
- // Copy function arguments
- var args = new Array(arguments.length - 1);
- for (var i = 0; i < args.length; i++) {
- args[i] = arguments[i + 1];
- }
- // Store and register the task
- var task = { callback: callback, args: args };
- tasksByHandle[nextHandle] = task;
- registerImmediate(nextHandle);
- return nextHandle++;
- }
-
- function clearImmediate(handle) {
- delete tasksByHandle[handle];
- }
-
- function run(task) {
- var callback = task.callback;
- var args = task.args;
- switch (args.length) {
- case 0:
- callback();
- break;
- case 1:
- callback(args[0]);
- break;
- case 2:
- callback(args[0], args[1]);
- break;
- case 3:
- callback(args[0], args[1], args[2]);
- break;
- default:
- callback.apply(undefined, args);
- break;
- }
- }
-
- function runIfPresent(handle) {
- // From the spec: "Wait until any invocations of this algorithm started before this one have completed."
- // So if we're currently running a task, we'll need to delay this invocation.
- if (currentlyRunningATask) {
- // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a
- // "too much recursion" error.
- setTimeout(runIfPresent, 0, handle);
- } else {
- var task = tasksByHandle[handle];
- if (task) {
- currentlyRunningATask = true;
- try {
- run(task);
- } finally {
- clearImmediate(handle);
- currentlyRunningATask = false;
- }
- }
- }
- }
-
- function installNextTickImplementation() {
- registerImmediate = function(handle) {
- process.nextTick(function () { runIfPresent(handle); });
- };
- }
-
- function canUsePostMessage() {
- // The test against `importScripts` prevents this implementation from being installed inside a web worker,
- // where `global.postMessage` means something completely different and can't be used for this purpose.
- if (global.postMessage && !global.importScripts) {
- var postMessageIsAsynchronous = true;
- var oldOnMessage = global.onmessage;
- global.onmessage = function() {
- postMessageIsAsynchronous = false;
- };
- global.postMessage("", "*");
- global.onmessage = oldOnMessage;
- return postMessageIsAsynchronous;
- }
- }
-
- function installPostMessageImplementation() {
- // Installs an event handler on `global` for the `message` event: see
- // * https://developer.mozilla.org/en/DOM/window.postMessage
- // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages
-
- var messagePrefix = "setImmediate$" + Math.random() + "$";
- var onGlobalMessage = function(event) {
- if (event.source === global &&
- typeof event.data === "string" &&
- event.data.indexOf(messagePrefix) === 0) {
- runIfPresent(+event.data.slice(messagePrefix.length));
- }
- };
-
- if (global.addEventListener) {
- global.addEventListener("message", onGlobalMessage, false);
- } else {
- global.attachEvent("onmessage", onGlobalMessage);
- }
-
- registerImmediate = function(handle) {
- global.postMessage(messagePrefix + handle, "*");
- };
- }
-
- function installMessageChannelImplementation() {
- var channel = new MessageChannel();
- channel.port1.onmessage = function(event) {
- var handle = event.data;
- runIfPresent(handle);
- };
-
- registerImmediate = function(handle) {
- channel.port2.postMessage(handle);
- };
- }
-
- function installReadyStateChangeImplementation() {
- var html = doc.documentElement;
- registerImmediate = function(handle) {
- // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted
- // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.
- var script = doc.createElement("script");
- script.onreadystatechange = function () {
- runIfPresent(handle);
- script.onreadystatechange = null;
- html.removeChild(script);
- script = null;
- };
- html.appendChild(script);
- };
- }
-
- function installSetTimeoutImplementation() {
- registerImmediate = function(handle) {
- setTimeout(runIfPresent, 0, handle);
- };
- }
-
- // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.
- var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);
- attachTo = attachTo && attachTo.setTimeout ? attachTo : global;
-
- // Don't get fooled by e.g. browserify environments.
- if ({}.toString.call(global.process) === "[object process]") {
- // For Node.js before 0.9
- installNextTickImplementation();
-
- } else if (canUsePostMessage()) {
- // For non-IE10 modern browsers
- installPostMessageImplementation();
-
- } else if (global.MessageChannel) {
- // For web workers, where supported
- installMessageChannelImplementation();
-
- } else if (doc && "onreadystatechange" in doc.createElement("script")) {
- // For IE 6–8
- installReadyStateChangeImplementation();
-
- } else {
- // For older browsers
- installSetTimeoutImplementation();
- }
-
- attachTo.setImmediate = setImmediate;
- attachTo.clearImmediate = clearImmediate;
-}(typeof self === "undefined" ? typeof global === "undefined" ? this : global : self));
-
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("yLpj"), __webpack_require__("8oxB")))
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[16],{
-
-/***/ "LboF":
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-var isOldIE = function isOldIE() {
- var memo;
- return function memorize() {
- if (typeof memo === 'undefined') {
- // Test for IE <= 9 as proposed by Browserhacks
- // @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
- // Tests for existence of standard globals is to allow style-loader
- // to operate correctly into non-standard environments
- // @see https://github.com/webpack-contrib/style-loader/issues/177
- memo = Boolean(window && document && document.all && !window.atob);
- }
-
- return memo;
- };
-}();
-
-var getTarget = function getTarget() {
- var memo = {};
- return function memorize(target) {
- if (typeof memo[target] === 'undefined') {
- var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself
-
- if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {
- try {
- // This will throw an exception if access to iframe is blocked
- // due to cross-origin restrictions
- styleTarget = styleTarget.contentDocument.head;
- } catch (e) {
- // istanbul ignore next
- styleTarget = null;
- }
- }
-
- memo[target] = styleTarget;
- }
-
- return memo[target];
- };
-}();
-
-var stylesInDom = [];
-
-function getIndexByIdentifier(identifier) {
- var result = -1;
-
- for (var i = 0; i < stylesInDom.length; i++) {
- if (stylesInDom[i].identifier === identifier) {
- result = i;
- break;
- }
- }
-
- return result;
-}
-
-function modulesToDom(list, options) {
- var idCountMap = {};
- var identifiers = [];
-
- for (var i = 0; i < list.length; i++) {
- var item = list[i];
- var id = options.base ? item[0] + options.base : item[0];
- var count = idCountMap[id] || 0;
- var identifier = "".concat(id, " ").concat(count);
- idCountMap[id] = count + 1;
- var index = getIndexByIdentifier(identifier);
- var obj = {
- css: item[1],
- media: item[2],
- sourceMap: item[3]
- };
-
- if (index !== -1) {
- stylesInDom[index].references++;
- stylesInDom[index].updater(obj);
- } else {
- stylesInDom.push({
- identifier: identifier,
- updater: addStyle(obj, options),
- references: 1
- });
- }
-
- identifiers.push(identifier);
- }
-
- return identifiers;
-}
-
-function insertStyleElement(options) {
- var style = document.createElement('style');
- var attributes = options.attributes || {};
-
- if (typeof attributes.nonce === 'undefined') {
- var nonce = true ? __webpack_require__.nc : undefined;
-
- if (nonce) {
- attributes.nonce = nonce;
- }
- }
-
- Object.keys(attributes).forEach(function (key) {
- style.setAttribute(key, attributes[key]);
- });
-
- if (typeof options.insert === 'function') {
- options.insert(style);
- } else {
- var target = getTarget(options.insert || 'head');
-
- if (!target) {
- throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");
- }
-
- target.appendChild(style);
- }
-
- return style;
-}
-
-function removeStyleElement(style) {
- // istanbul ignore if
- if (style.parentNode === null) {
- return false;
- }
-
- style.parentNode.removeChild(style);
-}
-/* istanbul ignore next */
-
-
-var replaceText = function replaceText() {
- var textStore = [];
- return function replace(index, replacement) {
- textStore[index] = replacement;
- return textStore.filter(Boolean).join('\n');
- };
-}();
-
-function applyToSingletonTag(style, index, remove, obj) {
- var css = remove ? '' : obj.media ? "@media ".concat(obj.media, " {").concat(obj.css, "}") : obj.css; // For old IE
-
- /* istanbul ignore if */
-
- if (style.styleSheet) {
- style.styleSheet.cssText = replaceText(index, css);
- } else {
- var cssNode = document.createTextNode(css);
- var childNodes = style.childNodes;
-
- if (childNodes[index]) {
- style.removeChild(childNodes[index]);
- }
-
- if (childNodes.length) {
- style.insertBefore(cssNode, childNodes[index]);
- } else {
- style.appendChild(cssNode);
- }
- }
-}
-
-function applyToTag(style, options, obj) {
- var css = obj.css;
- var media = obj.media;
- var sourceMap = obj.sourceMap;
-
- if (media) {
- style.setAttribute('media', media);
- } else {
- style.removeAttribute('media');
- }
-
- if (sourceMap && typeof btoa !== 'undefined') {
- css += "\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), " */");
- } // For old IE
-
- /* istanbul ignore if */
-
-
- if (style.styleSheet) {
- style.styleSheet.cssText = css;
- } else {
- while (style.firstChild) {
- style.removeChild(style.firstChild);
- }
-
- style.appendChild(document.createTextNode(css));
- }
-}
-
-var singleton = null;
-var singletonCounter = 0;
-
-function addStyle(obj, options) {
- var style;
- var update;
- var remove;
-
- if (options.singleton) {
- var styleIndex = singletonCounter++;
- style = singleton || (singleton = insertStyleElement(options));
- update = applyToSingletonTag.bind(null, style, styleIndex, false);
- remove = applyToSingletonTag.bind(null, style, styleIndex, true);
- } else {
- style = insertStyleElement(options);
- update = applyToTag.bind(null, style, options);
-
- remove = function remove() {
- removeStyleElement(style);
- };
- }
-
- update(obj);
- return function updateStyle(newObj) {
- if (newObj) {
- if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) {
- return;
- }
-
- update(obj = newObj);
- } else {
- remove();
- }
- };
-}
-
-module.exports = function (list, options) {
- options = options || {}; // Force single-tag solution on IE6-9, which has a hard limit on the # of <style>
- // tags it will allow on a page
-
- if (!options.singleton && typeof options.singleton !== 'boolean') {
- options.singleton = isOldIE();
- }
-
- list = list || [];
- var lastIdentifiers = modulesToDom(list, options);
- return function update(newList) {
- newList = newList || [];
-
- if (Object.prototype.toString.call(newList) !== '[object Array]') {
- return;
- }
-
- for (var i = 0; i < lastIdentifiers.length; i++) {
- var identifier = lastIdentifiers[i];
- var index = getIndexByIdentifier(identifier);
- stylesInDom[index].references--;
- }
-
- var newLastIdentifiers = modulesToDom(newList, options);
-
- for (var _i = 0; _i < lastIdentifiers.length; _i++) {
- var _identifier = lastIdentifiers[_i];
-
- var _index = getIndexByIdentifier(_identifier);
-
- if (stylesInDom[_index].references === 0) {
- stylesInDom[_index].updater();
-
- stylesInDom.splice(_index, 1);
- }
- }
-
- lastIdentifiers = newLastIdentifiers;
- };
-};
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[17],{
-
-/***/ "URgk":
-/***/ (function(module, exports, __webpack_require__) {
-
-/* WEBPACK VAR INJECTION */(function(global) {var scope = (typeof global !== "undefined" && global) ||
- (typeof self !== "undefined" && self) ||
- window;
-var apply = Function.prototype.apply;
-
-// DOM APIs, for completeness
-
-exports.setTimeout = function() {
- return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout);
-};
-exports.setInterval = function() {
- return new Timeout(apply.call(setInterval, scope, arguments), clearInterval);
-};
-exports.clearTimeout =
-exports.clearInterval = function(timeout) {
- if (timeout) {
- timeout.close();
- }
-};
-
-function Timeout(id, clearFn) {
- this._id = id;
- this._clearFn = clearFn;
-}
-Timeout.prototype.unref = Timeout.prototype.ref = function() {};
-Timeout.prototype.close = function() {
- this._clearFn.call(scope, this._id);
-};
-
-// Does not start the time, just sets up the members needed.
-exports.enroll = function(item, msecs) {
- clearTimeout(item._idleTimeoutId);
- item._idleTimeout = msecs;
-};
-
-exports.unenroll = function(item) {
- clearTimeout(item._idleTimeoutId);
- item._idleTimeout = -1;
-};
-
-exports._unrefActive = exports.active = function(item) {
- clearTimeout(item._idleTimeoutId);
-
- var msecs = item._idleTimeout;
- if (msecs >= 0) {
- item._idleTimeoutId = setTimeout(function onTimeout() {
- if (item._onTimeout)
- item._onTimeout();
- }, msecs);
- }
-};
-
-// setimmediate attaches itself to the global object
-__webpack_require__("YBdB");
-// On some exotic environments, it's not clear which object `setimmediate` was
-// able to install onto. Search each possibility in the same order as the
-// `setimmediate` library.
-exports.setImmediate = (typeof self !== "undefined" && self.setImmediate) ||
- (typeof global !== "undefined" && global.setImmediate) ||
- (this && this.setImmediate);
-exports.clearImmediate = (typeof self !== "undefined" && self.clearImmediate) ||
- (typeof global !== "undefined" && global.clearImmediate) ||
- (this && this.clearImmediate);
-
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("yLpj")))
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[19],{
-
-/***/ "uItq":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* unused harmony export version */
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return directive; });
-/* unused harmony export mixin */
-/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("XfhM");
-/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__);
-
-
-var version = '2.2.2';
-
-var compatible = (/^2\./).test(vue__WEBPACK_IMPORTED_MODULE_0___default.a.version);
-if (!compatible) {
- vue__WEBPACK_IMPORTED_MODULE_0___default.a.util.warn('VueClickaway ' + version + ' only supports Vue 2.x, and does not support Vue ' + vue__WEBPACK_IMPORTED_MODULE_0___default.a.version);
-}
-
-
-
-// @SECTION: implementation
-
-var HANDLER = '_vue_clickaway_handler';
-
-function bind(el, binding, vnode) {
- unbind(el);
-
- var vm = vnode.context;
-
- var callback = binding.value;
- if (typeof callback !== 'function') {
- if (false) {}
- return;
- }
-
- // @NOTE: Vue binds directives in microtasks, while UI events are dispatched
- // in macrotasks. This causes the listener to be set up before
- // the "origin" click event (the event that lead to the binding of
- // the directive) arrives at the document root. To work around that,
- // we ignore events until the end of the "initial" macrotask.
- // @REFERENCE: https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules/
- // @REFERENCE: https://github.com/simplesmiler/vue-clickaway/issues/8
- var initialMacrotaskEnded = false;
- setTimeout(function() {
- initialMacrotaskEnded = true;
- }, 0);
-
- el[HANDLER] = function(ev) {
- // @NOTE: this test used to be just `el.containts`, but working with path is better,
- // because it tests whether the element was there at the time of
- // the click, not whether it is there now, that the event has arrived
- // to the top.
- // @NOTE: `.path` is non-standard, the standard way is `.composedPath()`
- var path = ev.path || (ev.composedPath ? ev.composedPath() : undefined);
- if (initialMacrotaskEnded && (path ? path.indexOf(el) < 0 : !el.contains(ev.target))) {
- return callback.call(vm, ev);
- }
- };
-
- document.documentElement.addEventListener('click', el[HANDLER], false);
-}
-
-function unbind(el) {
- document.documentElement.removeEventListener('click', el[HANDLER], false);
- delete el[HANDLER];
-}
-
-var directive = {
- bind: bind,
- update: function(el, binding) {
- if (binding.value === binding.oldValue) return;
- bind(el, binding);
- },
- unbind: unbind,
-};
-
-var mixin = {
- directives: { onClickaway: directive },
-};
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[21],{
-
-/***/ "KHd+":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
-/* globals __VUE_SSR_CONTEXT__ */
-
-// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
-// This module is a runtime utility for cleaner component module output and will
-// be included in the final webpack user bundle.
-
-function normalizeComponent (
- scriptExports,
- render,
- staticRenderFns,
- functionalTemplate,
- injectStyles,
- scopeId,
- moduleIdentifier, /* server only */
- shadowMode /* vue-cli only */
-) {
- // Vue.extend constructor export interop
- var options = typeof scriptExports === 'function'
- ? scriptExports.options
- : scriptExports
-
- // render functions
- if (render) {
- options.render = render
- options.staticRenderFns = staticRenderFns
- options._compiled = true
- }
-
- // functional template
- if (functionalTemplate) {
- options.functional = true
- }
-
- // scopedId
- if (scopeId) {
- options._scopeId = 'data-v-' + scopeId
- }
-
- var hook
- if (moduleIdentifier) { // server build
- hook = function (context) {
- // 2.3 injection
- context =
- context || // cached call
- (this.$vnode && this.$vnode.ssrContext) || // stateful
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
- // 2.2 with runInNewContext: true
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
- context = __VUE_SSR_CONTEXT__
- }
- // inject component styles
- if (injectStyles) {
- injectStyles.call(this, context)
- }
- // register component module identifier for async chunk inferrence
- if (context && context._registeredComponents) {
- context._registeredComponents.add(moduleIdentifier)
- }
- }
- // used by ssr in case component is cached and beforeCreate
- // never gets called
- options._ssrRegister = hook
- } else if (injectStyles) {
- hook = shadowMode
- ? function () {
- injectStyles.call(
- this,
- (options.functional ? this.parent : this).$root.$options.shadowRoot
- )
- }
- : injectStyles
- }
-
- if (hook) {
- if (options.functional) {
- // for template-only hot-reload because in that case the render fn doesn't
- // go through the normalizer
- options._injectStyles = hook
- // register for functional component in vue file
- var originalRender = options.render
- options.render = function renderWithStyleInjection (h, context) {
- hook.call(context)
- return originalRender(h, context)
- }
- } else {
- // inject component registration as beforeCreate hook
- var existing = options.beforeCreate
- options.beforeCreate = existing
- ? [].concat(existing, hook)
- : [hook]
- }
- }
-
- return {
- exports: scriptExports,
- options: options
- }
-}
-
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[18],{
-
-/***/ "XfhM":
-/***/ (function(module, exports, __webpack_require__) {
-
-/* WEBPACK VAR INJECTION */(function(global, setImmediate) {/*!
- * Vue.js v2.6.12
- * (c) 2014-2020 Evan You
- * Released under the MIT License.
- */
-!function(t,e){ true?module.exports=e():undefined}(this,function(){"use strict";var t=Object.freeze({});function e(t){return null==t}function n(t){return null!=t}function r(t){return!0===t}function o(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function i(t){return null!==t&&"object"==typeof t}var a=Object.prototype.toString;function s(t){return"[object Object]"===a.call(t)}function c(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function u(t){return n(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function l(t){return null==t?"":Array.isArray(t)||s(t)&&t.toString===a?JSON.stringify(t,null,2):String(t)}function f(t){var e=parseFloat(t);return isNaN(e)?t:e}function d(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o<r.length;o++)n[r[o]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}var p=d("key,ref,slot,slot-scope,is");function v(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}var h=Object.prototype.hasOwnProperty;function m(t,e){return h.call(t,e)}function y(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var g=/-(\w)/g,_=y(function(t){return t.replace(g,function(t,e){return e?e.toUpperCase():""})}),b=y(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),C=/\B([A-Z])/g,$=y(function(t){return t.replace(C,"-$1").toLowerCase()});var w=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function A(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function x(t,e){for(var n in e)t[n]=e[n];return t}function O(t){for(var e={},n=0;n<t.length;n++)t[n]&&x(e,t[n]);return e}function k(t,e,n){}var S=function(t,e,n){return!1},E=function(t){return t};function j(t,e){if(t===e)return!0;var n=i(t),r=i(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var o=Array.isArray(t),a=Array.isArray(e);if(o&&a)return t.length===e.length&&t.every(function(t,n){return j(t,e[n])});if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(o||a)return!1;var s=Object.keys(t),c=Object.keys(e);return s.length===c.length&&s.every(function(n){return j(t[n],e[n])})}catch(t){return!1}}function T(t,e){for(var n=0;n<t.length;n++)if(j(t[n],e))return n;return-1}function I(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}var D="data-server-rendered",N=["component","directive","filter"],P=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],L={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:S,isReservedAttr:S,isUnknownElement:S,getTagNamespace:k,parsePlatformTagName:E,mustUseProp:S,async:!0,_lifecycleHooks:P};function M(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var F=new RegExp("[^"+/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/.source+".$_\\d]");var R,U="__proto__"in{},H="undefined"!=typeof window,V="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,B=V&&WXEnvironment.platform.toLowerCase(),z=H&&window.navigator.userAgent.toLowerCase(),W=z&&/msie|trident/.test(z),q=z&&z.indexOf("msie 9.0")>0,K=z&&z.indexOf("edge/")>0,X=(z&&z.indexOf("android"),z&&/iphone|ipad|ipod|ios/.test(z)||"ios"===B),G=(z&&/chrome\/\d+/.test(z),z&&/phantomjs/.test(z),z&&z.match(/firefox\/(\d+)/)),Z={}.watch,J=!1;if(H)try{var Q={};Object.defineProperty(Q,"passive",{get:function(){J=!0}}),window.addEventListener("test-passive",null,Q)}catch(t){}var Y=function(){return void 0===R&&(R=!H&&!V&&"undefined"!=typeof global&&(global.process&&"server"===global.process.env.VUE_ENV)),R},tt=H&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function et(t){return"function"==typeof t&&/native code/.test(t.toString())}var nt,rt="undefined"!=typeof Symbol&&et(Symbol)&&"undefined"!=typeof Reflect&&et(Reflect.ownKeys);nt="undefined"!=typeof Set&&et(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ot=k,it=0,at=function(){this.id=it++,this.subs=[]};at.prototype.addSub=function(t){this.subs.push(t)},at.prototype.removeSub=function(t){v(this.subs,t)},at.prototype.depend=function(){at.target&&at.target.addDep(this)},at.prototype.notify=function(){for(var t=this.subs.slice(),e=0,n=t.length;e<n;e++)t[e].update()},at.target=null;var st=[];function ct(t){st.push(t),at.target=t}function ut(){st.pop(),at.target=st[st.length-1]}var lt=function(t,e,n,r,o,i,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},ft={child:{configurable:!0}};ft.child.get=function(){return this.componentInstance},Object.defineProperties(lt.prototype,ft);var dt=function(t){void 0===t&&(t="");var e=new lt;return e.text=t,e.isComment=!0,e};function pt(t){return new lt(void 0,void 0,void 0,String(t))}function vt(t){var e=new lt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var ht=Array.prototype,mt=Object.create(ht);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(t){var e=ht[t];M(mt,t,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var o,i=e.apply(this,n),a=this.__ob__;switch(t){case"push":case"unshift":o=n;break;case"splice":o=n.slice(2)}return o&&a.observeArray(o),a.dep.notify(),i})});var yt=Object.getOwnPropertyNames(mt),gt=!0;function _t(t){gt=t}var bt=function(t){var e;this.value=t,this.dep=new at,this.vmCount=0,M(t,"__ob__",this),Array.isArray(t)?(U?(e=mt,t.__proto__=e):function(t,e,n){for(var r=0,o=n.length;r<o;r++){var i=n[r];M(t,i,e[i])}}(t,mt,yt),this.observeArray(t)):this.walk(t)};function Ct(t,e){var n;if(i(t)&&!(t instanceof lt))return m(t,"__ob__")&&t.__ob__ instanceof bt?n=t.__ob__:gt&&!Y()&&(Array.isArray(t)||s(t))&&Object.isExtensible(t)&&!t._isVue&&(n=new bt(t)),e&&n&&n.vmCount++,n}function $t(t,e,n,r,o){var i=new at,a=Object.getOwnPropertyDescriptor(t,e);if(!a||!1!==a.configurable){var s=a&&a.get,c=a&&a.set;s&&!c||2!==arguments.length||(n=t[e]);var u=!o&&Ct(n);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=s?s.call(t):n;return at.target&&(i.depend(),u&&(u.dep.depend(),Array.isArray(e)&&function t(e){for(var n=void 0,r=0,o=e.length;r<o;r++)(n=e[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&t(n)}(e))),e},set:function(e){var r=s?s.call(t):n;e===r||e!=e&&r!=r||s&&!c||(c?c.call(t,e):n=e,u=!o&&Ct(e),i.notify())}})}}function wt(t,e,n){if(Array.isArray(t)&&c(e))return t.length=Math.max(t.length,e),t.splice(e,1,n),n;if(e in t&&!(e in Object.prototype))return t[e]=n,n;var r=t.__ob__;return t._isVue||r&&r.vmCount?n:r?($t(r.value,e,n),r.dep.notify(),n):(t[e]=n,n)}function At(t,e){if(Array.isArray(t)&&c(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||m(t,e)&&(delete t[e],n&&n.dep.notify())}}bt.prototype.walk=function(t){for(var e=Object.keys(t),n=0;n<e.length;n++)$t(t,e[n])},bt.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)Ct(t[e])};var xt=L.optionMergeStrategies;function Ot(t,e){if(!e)return t;for(var n,r,o,i=rt?Reflect.ownKeys(e):Object.keys(e),a=0;a<i.length;a++)"__ob__"!==(n=i[a])&&(r=t[n],o=e[n],m(t,n)?r!==o&&s(r)&&s(o)&&Ot(r,o):wt(t,n,o));return t}function kt(t,e,n){return n?function(){var r="function"==typeof e?e.call(n,n):e,o="function"==typeof t?t.call(n,n):t;return r?Ot(r,o):o}:e?t?function(){return Ot("function"==typeof e?e.call(this,this):e,"function"==typeof t?t.call(this,this):t)}:e:t}function St(t,e){var n=e?t?t.concat(e):Array.isArray(e)?e:[e]:t;return n?function(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}(n):n}function Et(t,e,n,r){var o=Object.create(t||null);return e?x(o,e):o}xt.data=function(t,e,n){return n?kt(t,e,n):e&&"function"!=typeof e?t:kt(t,e)},P.forEach(function(t){xt[t]=St}),N.forEach(function(t){xt[t+"s"]=Et}),xt.watch=function(t,e,n,r){if(t===Z&&(t=void 0),e===Z&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var o={};for(var i in x(o,t),e){var a=o[i],s=e[i];a&&!Array.isArray(a)&&(a=[a]),o[i]=a?a.concat(s):Array.isArray(s)?s:[s]}return o},xt.props=xt.methods=xt.inject=xt.computed=function(t,e,n,r){if(!t)return e;var o=Object.create(null);return x(o,t),e&&x(o,e),o},xt.provide=kt;var jt=function(t,e){return void 0===e?t:e};function Tt(t,e,n){if("function"==typeof e&&(e=e.options),function(t,e){var n=t.props;if(n){var r,o,i={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(o=n[r])&&(i[_(o)]={type:null});else if(s(n))for(var a in n)o=n[a],i[_(a)]=s(o)?o:{type:o};t.props=i}}(e),function(t,e){var n=t.inject;if(n){var r=t.inject={};if(Array.isArray(n))for(var o=0;o<n.length;o++)r[n[o]]={from:n[o]};else if(s(n))for(var i in n){var a=n[i];r[i]=s(a)?x({from:i},a):{from:a}}}}(e),function(t){var e=t.directives;if(e)for(var n in e){var r=e[n];"function"==typeof r&&(e[n]={bind:r,update:r})}}(e),!e._base&&(e.extends&&(t=Tt(t,e.extends,n)),e.mixins))for(var r=0,o=e.mixins.length;r<o;r++)t=Tt(t,e.mixins[r],n);var i,a={};for(i in t)c(i);for(i in e)m(t,i)||c(i);function c(r){var o=xt[r]||jt;a[r]=o(t[r],e[r],n,r)}return a}function It(t,e,n,r){if("string"==typeof n){var o=t[e];if(m(o,n))return o[n];var i=_(n);if(m(o,i))return o[i];var a=b(i);return m(o,a)?o[a]:o[n]||o[i]||o[a]}}function Dt(t,e,n,r){var o=e[t],i=!m(n,t),a=n[t],s=Lt(Boolean,o.type);if(s>-1)if(i&&!m(o,"default"))a=!1;else if(""===a||a===$(t)){var c=Lt(String,o.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=function(t,e,n){if(!m(e,"default"))return;var r=e.default;if(t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n])return t._props[n];return"function"==typeof r&&"Function"!==Nt(e.type)?r.call(t):r}(r,o,t);var u=gt;_t(!0),Ct(a),_t(u)}return a}function Nt(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e?e[1]:""}function Pt(t,e){return Nt(t)===Nt(e)}function Lt(t,e){if(!Array.isArray(e))return Pt(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Pt(e[n],t))return n;return-1}function Mt(t,e,n){ct();try{if(e)for(var r=e;r=r.$parent;){var o=r.$options.errorCaptured;if(o)for(var i=0;i<o.length;i++)try{if(!1===o[i].call(r,t,e,n))return}catch(t){Rt(t,r,"errorCaptured hook")}}Rt(t,e,n)}finally{ut()}}function Ft(t,e,n,r,o){var i;try{(i=n?t.apply(e,n):t.call(e))&&!i._isVue&&u(i)&&!i._handled&&(i.catch(function(t){return Mt(t,r,o+" (Promise/async)")}),i._handled=!0)}catch(t){Mt(t,r,o)}return i}function Rt(t,e,n){if(L.errorHandler)try{return L.errorHandler.call(null,t,e,n)}catch(e){e!==t&&Ut(e,null,"config.errorHandler")}Ut(t,e,n)}function Ut(t,e,n){if(!H&&!V||"undefined"==typeof console)throw t;console.error(t)}var Ht,Vt=!1,Bt=[],zt=!1;function Wt(){zt=!1;var t=Bt.slice(0);Bt.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!=typeof Promise&&et(Promise)){var qt=Promise.resolve();Ht=function(){qt.then(Wt),X&&setTimeout(k)},Vt=!0}else if(W||"undefined"==typeof MutationObserver||!et(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Ht="undefined"!=typeof setImmediate&&et(setImmediate)?function(){setImmediate(Wt)}:function(){setTimeout(Wt,0)};else{var Kt=1,Xt=new MutationObserver(Wt),Gt=document.createTextNode(String(Kt));Xt.observe(Gt,{characterData:!0}),Ht=function(){Kt=(Kt+1)%2,Gt.data=String(Kt)},Vt=!0}function Zt(t,e){var n;if(Bt.push(function(){if(t)try{t.call(e)}catch(t){Mt(t,e,"nextTick")}else n&&n(e)}),zt||(zt=!0,Ht()),!t&&"undefined"!=typeof Promise)return new Promise(function(t){n=t})}var Jt=new nt;function Qt(t){!function t(e,n){var r,o;var a=Array.isArray(e);if(!a&&!i(e)||Object.isFrozen(e)||e instanceof lt)return;if(e.__ob__){var s=e.__ob__.dep.id;if(n.has(s))return;n.add(s)}if(a)for(r=e.length;r--;)t(e[r],n);else for(o=Object.keys(e),r=o.length;r--;)t(e[o[r]],n)}(t,Jt),Jt.clear()}var Yt=y(function(t){var e="&"===t.charAt(0),n="~"===(t=e?t.slice(1):t).charAt(0),r="!"===(t=n?t.slice(1):t).charAt(0);return{name:t=r?t.slice(1):t,once:n,capture:r,passive:e}});function te(t,e){function n(){var t=arguments,r=n.fns;if(!Array.isArray(r))return Ft(r,null,arguments,e,"v-on handler");for(var o=r.slice(),i=0;i<o.length;i++)Ft(o[i],null,t,e,"v-on handler")}return n.fns=t,n}function ee(t,n,o,i,a,s){var c,u,l,f;for(c in t)u=t[c],l=n[c],f=Yt(c),e(u)||(e(l)?(e(u.fns)&&(u=t[c]=te(u,s)),r(f.once)&&(u=t[c]=a(f.name,u,f.capture)),o(f.name,u,f.capture,f.passive,f.params)):u!==l&&(l.fns=u,t[c]=l));for(c in n)e(t[c])&&i((f=Yt(c)).name,n[c],f.capture)}function ne(t,o,i){var a;t instanceof lt&&(t=t.data.hook||(t.data.hook={}));var s=t[o];function c(){i.apply(this,arguments),v(a.fns,c)}e(s)?a=te([c]):n(s.fns)&&r(s.merged)?(a=s).fns.push(c):a=te([s,c]),a.merged=!0,t[o]=a}function re(t,e,r,o,i){if(n(e)){if(m(e,r))return t[r]=e[r],i||delete e[r],!0;if(m(e,o))return t[r]=e[o],i||delete e[o],!0}return!1}function oe(t){return o(t)?[pt(t)]:Array.isArray(t)?function t(i,a){var s=[];var c,u,l,f;for(c=0;c<i.length;c++)e(u=i[c])||"boolean"==typeof u||(l=s.length-1,f=s[l],Array.isArray(u)?u.length>0&&(ie((u=t(u,(a||"")+"_"+c))[0])&&ie(f)&&(s[l]=pt(f.text+u[0].text),u.shift()),s.push.apply(s,u)):o(u)?ie(f)?s[l]=pt(f.text+u):""!==u&&s.push(pt(u)):ie(u)&&ie(f)?s[l]=pt(f.text+u.text):(r(i._isVList)&&n(u.tag)&&e(u.key)&&n(a)&&(u.key="__vlist"+a+"_"+c+"__"),s.push(u)));return s}(t):void 0}function ie(t){return n(t)&&n(t.text)&&!1===t.isComment}function ae(t,e){if(t){for(var n=Object.create(null),r=rt?Reflect.ownKeys(t):Object.keys(t),o=0;o<r.length;o++){var i=r[o];if("__ob__"!==i){for(var a=t[i].from,s=e;s;){if(s._provided&&m(s._provided,a)){n[i]=s._provided[a];break}s=s.$parent}if(!s&&"default"in t[i]){var c=t[i].default;n[i]="function"==typeof c?c.call(e):c}}}return n}}function se(t,e){if(!t||!t.length)return{};for(var n={},r=0,o=t.length;r<o;r++){var i=t[r],a=i.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,i.context!==e&&i.fnContext!==e||!a||null==a.slot)(n.default||(n.default=[])).push(i);else{var s=a.slot,c=n[s]||(n[s]=[]);"template"===i.tag?c.push.apply(c,i.children||[]):c.push(i)}}for(var u in n)n[u].every(ce)&&delete n[u];return n}function ce(t){return t.isComment&&!t.asyncFactory||" "===t.text}function ue(e,n,r){var o,i=Object.keys(n).length>0,a=e?!!e.$stable:!i,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&r&&r!==t&&s===r.$key&&!i&&!r.$hasNormal)return r;for(var c in o={},e)e[c]&&"$"!==c[0]&&(o[c]=le(n,c,e[c]))}else o={};for(var u in n)u in o||(o[u]=fe(n,u));return e&&Object.isExtensible(e)&&(e._normalized=o),M(o,"$stable",a),M(o,"$key",s),M(o,"$hasNormal",i),o}function le(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:oe(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function fe(t,e){return function(){return t[e]}}function de(t,e){var r,o,a,s,c;if(Array.isArray(t)||"string"==typeof t)for(r=new Array(t.length),o=0,a=t.length;o<a;o++)r[o]=e(t[o],o);else if("number"==typeof t)for(r=new Array(t),o=0;o<t;o++)r[o]=e(o+1,o);else if(i(t))if(rt&&t[Symbol.iterator]){r=[];for(var u=t[Symbol.iterator](),l=u.next();!l.done;)r.push(e(l.value,r.length)),l=u.next()}else for(s=Object.keys(t),r=new Array(s.length),o=0,a=s.length;o<a;o++)c=s[o],r[o]=e(t[c],c,o);return n(r)||(r=[]),r._isVList=!0,r}function pe(t,e,n,r){var o,i=this.$scopedSlots[t];i?(n=n||{},r&&(n=x(x({},r),n)),o=i(n)||e):o=this.$slots[t]||e;var a=n&&n.slot;return a?this.$createElement("template",{slot:a},o):o}function ve(t){return It(this.$options,"filters",t)||E}function he(t,e){return Array.isArray(t)?-1===t.indexOf(e):t!==e}function me(t,e,n,r,o){var i=L.keyCodes[e]||n;return o&&r&&!L.keyCodes[e]?he(o,r):i?he(i,t):r?$(r)!==e:void 0}function ye(t,e,n,r,o){if(n)if(i(n)){var a;Array.isArray(n)&&(n=O(n));var s=function(i){if("class"===i||"style"===i||p(i))a=t;else{var s=t.attrs&&t.attrs.type;a=r||L.mustUseProp(e,s,i)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var c=_(i),u=$(i);c in a||u in a||(a[i]=n[i],o&&((t.on||(t.on={}))["update:"+i]=function(t){n[i]=t}))};for(var c in n)s(c)}else;return t}function ge(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e?r:(be(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,null,this),"__static__"+t,!1),r)}function _e(t,e,n){return be(t,"__once__"+e+(n?"_"+n:""),!0),t}function be(t,e,n){if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&Ce(t[r],e+"_"+r,n);else Ce(t,e,n)}function Ce(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function $e(t,e){if(e)if(s(e)){var n=t.on=t.on?x({},t.on):{};for(var r in e){var o=n[r],i=e[r];n[r]=o?[].concat(o,i):i}}else;return t}function we(t,e,n,r){e=e||{$stable:!n};for(var o=0;o<t.length;o++){var i=t[o];Array.isArray(i)?we(i,e,n):i&&(i.proxy&&(i.fn.proxy=!0),e[i.key]=i.fn)}return r&&(e.$key=r),e}function Ae(t,e){for(var n=0;n<e.length;n+=2){var r=e[n];"string"==typeof r&&r&&(t[e[n]]=e[n+1])}return t}function xe(t,e){return"string"==typeof t?e+t:t}function Oe(t){t._o=_e,t._n=f,t._s=l,t._l=de,t._t=pe,t._q=j,t._i=T,t._m=ge,t._f=ve,t._k=me,t._b=ye,t._v=pt,t._e=dt,t._u=we,t._g=$e,t._d=Ae,t._p=xe}function ke(e,n,o,i,a){var s,c=this,u=a.options;m(i,"_uid")?(s=Object.create(i))._original=i:(s=i,i=i._original);var l=r(u._compiled),f=!l;this.data=e,this.props=n,this.children=o,this.parent=i,this.listeners=e.on||t,this.injections=ae(u.inject,i),this.slots=function(){return c.$slots||ue(e.scopedSlots,c.$slots=se(o,i)),c.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return ue(e.scopedSlots,this.slots())}}),l&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=ue(e.scopedSlots,this.$slots)),u._scopeId?this._c=function(t,e,n,r){var o=Le(s,t,e,n,r,f);return o&&!Array.isArray(o)&&(o.fnScopeId=u._scopeId,o.fnContext=i),o}:this._c=function(t,e,n,r){return Le(s,t,e,n,r,f)}}function Se(t,e,n,r,o){var i=vt(t);return i.fnContext=n,i.fnOptions=r,e.slot&&((i.data||(i.data={})).slot=e.slot),i}function Ee(t,e){for(var n in e)t[_(n)]=e[n]}Oe(ke.prototype);var je={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var r=t;je.prepatch(r,r)}else{(t.componentInstance=function(t,e){var r={_isComponent:!0,_parentVnode:t,parent:e},o=t.data.inlineTemplate;n(o)&&(r.render=o.render,r.staticRenderFns=o.staticRenderFns);return new t.componentOptions.Ctor(r)}(t,qe)).$mount(e?t.elm:void 0,e)}},prepatch:function(e,n){var r=n.componentOptions;!function(e,n,r,o,i){var a=o.data.scopedSlots,s=e.$scopedSlots,c=!!(a&&!a.$stable||s!==t&&!s.$stable||a&&e.$scopedSlots.$key!==a.$key),u=!!(i||e.$options._renderChildren||c);e.$options._parentVnode=o,e.$vnode=o,e._vnode&&(e._vnode.parent=o);if(e.$options._renderChildren=i,e.$attrs=o.data.attrs||t,e.$listeners=r||t,n&&e.$options.props){_t(!1);for(var l=e._props,f=e.$options._propKeys||[],d=0;d<f.length;d++){var p=f[d],v=e.$options.props;l[p]=Dt(p,v,n,e)}_t(!0),e.$options.propsData=n}r=r||t;var h=e.$options._parentListeners;e.$options._parentListeners=r,We(e,r,h),u&&(e.$slots=se(i,o.context),e.$forceUpdate())}(n.componentInstance=e.componentInstance,r.propsData,r.listeners,n,r.children)},insert:function(t){var e,n=t.context,r=t.componentInstance;r._isMounted||(r._isMounted=!0,Ze(r,"mounted")),t.data.keepAlive&&(n._isMounted?((e=r)._inactive=!1,Qe.push(e)):Ge(r,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?function t(e,n){if(n&&(e._directInactive=!0,Xe(e)))return;if(!e._inactive){e._inactive=!0;for(var r=0;r<e.$children.length;r++)t(e.$children[r]);Ze(e,"deactivated")}}(e,!0):e.$destroy())}},Te=Object.keys(je);function Ie(o,a,s,c,l){if(!e(o)){var f=s.$options._base;if(i(o)&&(o=f.extend(o)),"function"==typeof o){var d;if(e(o.cid)&&void 0===(o=function(t,o){if(r(t.error)&&n(t.errorComp))return t.errorComp;if(n(t.resolved))return t.resolved;var a=Fe;a&&n(t.owners)&&-1===t.owners.indexOf(a)&&t.owners.push(a);if(r(t.loading)&&n(t.loadingComp))return t.loadingComp;if(a&&!n(t.owners)){var s=t.owners=[a],c=!0,l=null,f=null;a.$on("hook:destroyed",function(){return v(s,a)});var d=function(t){for(var e=0,n=s.length;e<n;e++)s[e].$forceUpdate();t&&(s.length=0,null!==l&&(clearTimeout(l),l=null),null!==f&&(clearTimeout(f),f=null))},p=I(function(e){t.resolved=Re(e,o),c?s.length=0:d(!0)}),h=I(function(e){n(t.errorComp)&&(t.error=!0,d(!0))}),m=t(p,h);return i(m)&&(u(m)?e(t.resolved)&&m.then(p,h):u(m.component)&&(m.component.then(p,h),n(m.error)&&(t.errorComp=Re(m.error,o)),n(m.loading)&&(t.loadingComp=Re(m.loading,o),0===m.delay?t.loading=!0:l=setTimeout(function(){l=null,e(t.resolved)&&e(t.error)&&(t.loading=!0,d(!1))},m.delay||200)),n(m.timeout)&&(f=setTimeout(function(){f=null,e(t.resolved)&&h(null)},m.timeout)))),c=!1,t.loading?t.loadingComp:t.resolved}}(d=o,f)))return function(t,e,n,r,o){var i=dt();return i.asyncFactory=t,i.asyncMeta={data:e,context:n,children:r,tag:o},i}(d,a,s,c,l);a=a||{},_n(o),n(a.model)&&function(t,e){var r=t.model&&t.model.prop||"value",o=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[r]=e.model.value;var i=e.on||(e.on={}),a=i[o],s=e.model.callback;n(a)?(Array.isArray(a)?-1===a.indexOf(s):a!==s)&&(i[o]=[s].concat(a)):i[o]=s}(o.options,a);var p=function(t,r,o){var i=r.options.props;if(!e(i)){var a={},s=t.attrs,c=t.props;if(n(s)||n(c))for(var u in i){var l=$(u);re(a,c,u,l,!0)||re(a,s,u,l,!1)}return a}}(a,o);if(r(o.options.functional))return function(e,r,o,i,a){var s=e.options,c={},u=s.props;if(n(u))for(var l in u)c[l]=Dt(l,u,r||t);else n(o.attrs)&&Ee(c,o.attrs),n(o.props)&&Ee(c,o.props);var f=new ke(o,c,a,i,e),d=s.render.call(null,f._c,f);if(d instanceof lt)return Se(d,o,f.parent,s);if(Array.isArray(d)){for(var p=oe(d)||[],v=new Array(p.length),h=0;h<p.length;h++)v[h]=Se(p[h],o,f.parent,s);return v}}(o,p,a,s,c);var h=a.on;if(a.on=a.nativeOn,r(o.options.abstract)){var m=a.slot;a={},m&&(a.slot=m)}!function(t){for(var e=t.hook||(t.hook={}),n=0;n<Te.length;n++){var r=Te[n],o=e[r],i=je[r];o===i||o&&o._merged||(e[r]=o?De(i,o):i)}}(a);var y=o.options.name||l;return new lt("vue-component-"+o.cid+(y?"-"+y:""),a,void 0,void 0,void 0,s,{Ctor:o,propsData:p,listeners:h,tag:l,children:c},d)}}}function De(t,e){var n=function(n,r){t(n,r),e(n,r)};return n._merged=!0,n}var Ne=1,Pe=2;function Le(t,a,s,c,u,l){return(Array.isArray(s)||o(s))&&(u=c,c=s,s=void 0),r(l)&&(u=Pe),function(t,o,a,s,c){if(n(a)&&n(a.__ob__))return dt();n(a)&&n(a.is)&&(o=a.is);if(!o)return dt();Array.isArray(s)&&"function"==typeof s[0]&&((a=a||{}).scopedSlots={default:s[0]},s.length=0);c===Pe?s=oe(s):c===Ne&&(s=function(t){for(var e=0;e<t.length;e++)if(Array.isArray(t[e]))return Array.prototype.concat.apply([],t);return t}(s));var u,l;if("string"==typeof o){var f;l=t.$vnode&&t.$vnode.ns||L.getTagNamespace(o),u=L.isReservedTag(o)?new lt(L.parsePlatformTagName(o),a,s,void 0,void 0,t):a&&a.pre||!n(f=It(t.$options,"components",o))?new lt(o,a,s,void 0,void 0,t):Ie(f,a,t,s,o)}else u=Ie(o,a,t,s);return Array.isArray(u)?u:n(u)?(n(l)&&function t(o,i,a){o.ns=i;"foreignObject"===o.tag&&(i=void 0,a=!0);if(n(o.children))for(var s=0,c=o.children.length;s<c;s++){var u=o.children[s];n(u.tag)&&(e(u.ns)||r(a)&&"svg"!==u.tag)&&t(u,i,a)}}(u,l),n(a)&&function(t){i(t.style)&&Qt(t.style);i(t.class)&&Qt(t.class)}(a),u):dt()}(t,a,s,c,u)}var Me,Fe=null;function Re(t,e){return(t.__esModule||rt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),i(t)?e.extend(t):t}function Ue(t){return t.isComment&&t.asyncFactory}function He(t){if(Array.isArray(t))for(var e=0;e<t.length;e++){var r=t[e];if(n(r)&&(n(r.componentOptions)||Ue(r)))return r}}function Ve(t,e){Me.$on(t,e)}function Be(t,e){Me.$off(t,e)}function ze(t,e){var n=Me;return function r(){null!==e.apply(null,arguments)&&n.$off(t,r)}}function We(t,e,n){Me=t,ee(e,n||{},Ve,Be,ze,t),Me=void 0}var qe=null;function Ke(t){var e=qe;return qe=t,function(){qe=e}}function Xe(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function Ge(t,e){if(e){if(t._directInactive=!1,Xe(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)Ge(t.$children[n]);Ze(t,"activated")}}function Ze(t,e){ct();var n=t.$options[e],r=e+" hook";if(n)for(var o=0,i=n.length;o<i;o++)Ft(n[o],t,null,t,r);t._hasHookEvent&&t.$emit("hook:"+e),ut()}var Je=[],Qe=[],Ye={},tn=!1,en=!1,nn=0;var rn=0,on=Date.now;if(H&&!W){var an=window.performance;an&&"function"==typeof an.now&&on()>document.createEvent("Event").timeStamp&&(on=function(){return an.now()})}function sn(){var t,e;for(rn=on(),en=!0,Je.sort(function(t,e){return t.id-e.id}),nn=0;nn<Je.length;nn++)(t=Je[nn]).before&&t.before(),e=t.id,Ye[e]=null,t.run();var n=Qe.slice(),r=Je.slice();nn=Je.length=Qe.length=0,Ye={},tn=en=!1,function(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,Ge(t[e],!0)}(n),function(t){var e=t.length;for(;e--;){var n=t[e],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&Ze(r,"updated")}}(r),tt&&L.devtools&&tt.emit("flush")}var cn=0,un=function(t,e,n,r,o){this.vm=t,o&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++cn,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new nt,this.newDepIds=new nt,this.expression="","function"==typeof e?this.getter=e:(this.getter=function(t){if(!F.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}(e),this.getter||(this.getter=k)),this.value=this.lazy?void 0:this.get()};un.prototype.get=function(){var t;ct(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(t){if(!this.user)throw t;Mt(t,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&Qt(t),ut(),this.cleanupDeps()}return t},un.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},un.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},un.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(t){var e=t.id;if(null==Ye[e]){if(Ye[e]=!0,en){for(var n=Je.length-1;n>nn&&Je[n].id>t.id;)n--;Je.splice(n+1,0,t)}else Je.push(t);tn||(tn=!0,Zt(sn))}}(this)},un.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||i(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){Mt(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},un.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},un.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},un.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||v(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var ln={enumerable:!0,configurable:!0,get:k,set:k};function fn(t,e,n){ln.get=function(){return this[e][n]},ln.set=function(t){this[e][n]=t},Object.defineProperty(t,n,ln)}function dn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[];t.$parent&&_t(!1);var i=function(i){o.push(i);var a=Dt(i,e,n,t);$t(r,i,a),i in t||fn(t,"_props",i)};for(var a in e)i(a);_t(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?k:w(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;s(e=t._data="function"==typeof e?function(t,e){ct();try{return t.call(e,e)}catch(t){return Mt(t,e,"data()"),{}}finally{ut()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);for(;o--;){var i=n[o];r&&m(r,i)||(a=void 0,36!==(a=(i+"").charCodeAt(0))&&95!==a&&fn(t,"_data",i))}var a;Ct(e,!0)}(t):Ct(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=Y();for(var o in e){var i=e[o],a="function"==typeof i?i:i.get;r||(n[o]=new un(t,a||k,k,pn)),o in t||vn(t,o,i)}}(t,e.computed),e.watch&&e.watch!==Z&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o<r.length;o++)yn(t,n,r[o]);else yn(t,n,r)}}(t,e.watch)}var pn={lazy:!0};function vn(t,e,n){var r=!Y();"function"==typeof n?(ln.get=r?hn(e):mn(n),ln.set=k):(ln.get=n.get?r&&!1!==n.cache?hn(e):mn(n.get):k,ln.set=n.set||k),Object.defineProperty(t,e,ln)}function hn(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),at.target&&e.depend(),e.value}}function mn(t){return function(){return t.call(this,this)}}function yn(t,e,n,r){return s(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}var gn=0;function _n(t){var e=t.options;if(t.super){var n=_n(t.super);if(n!==t.superOptions){t.superOptions=n;var r=function(t){var e,n=t.options,r=t.sealedOptions;for(var o in n)n[o]!==r[o]&&(e||(e={}),e[o]=n[o]);return e}(t);r&&x(t.extendOptions,r),(e=t.options=Tt(n,t.extendOptions)).name&&(e.components[e.name]=t)}}return e}function bn(t){this._init(t)}function Cn(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=t.name||n.options.name,a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Tt(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)fn(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)vn(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,N.forEach(function(t){a[t]=n[t]}),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=x({},a.options),o[r]=a,a}}function $n(t){return t&&(t.Ctor.options.name||t.tag)}function wn(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:(n=t,"[object RegExp]"===a.call(n)&&t.test(e));var n}function An(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var a=n[i];if(a){var s=$n(a.componentOptions);s&&!e(s)&&xn(n,i,r,o)}}}function xn(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,v(n,e)}!function(e){e.prototype._init=function(e){var n=this;n._uid=gn++,n._isVue=!0,e&&e._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(n,e):n.$options=Tt(_n(n.constructor),e||{},n),n._renderProxy=n,n._self=n,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(n),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&We(t,e)}(n),function(e){e._vnode=null,e._staticTrees=null;var n=e.$options,r=e.$vnode=n._parentVnode,o=r&&r.context;e.$slots=se(n._renderChildren,o),e.$scopedSlots=t,e._c=function(t,n,r,o){return Le(e,t,n,r,o,!1)},e.$createElement=function(t,n,r,o){return Le(e,t,n,r,o,!0)};var i=r&&r.data;$t(e,"$attrs",i&&i.attrs||t,null,!0),$t(e,"$listeners",n._parentListeners||t,null,!0)}(n),Ze(n,"beforeCreate"),function(t){var e=ae(t.$options.inject,t);e&&(_t(!1),Object.keys(e).forEach(function(n){$t(t,n,e[n])}),_t(!0))}(n),dn(n),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(n),Ze(n,"created"),n.$options.el&&n.$mount(n.$options.el)}}(bn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=wt,t.prototype.$delete=At,t.prototype.$watch=function(t,e,n){if(s(e))return yn(this,t,e,n);(n=n||{}).user=!0;var r=new un(this,t,e,n);if(n.immediate)try{e.call(this,r.value)}catch(t){Mt(t,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(bn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var o=0,i=t.length;o<i;o++)r.$on(t[o],n);else(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(t)){for(var r=0,o=t.length;r<o;r++)n.$off(t[r],e);return n}var i,a=n._events[t];if(!a)return n;if(!e)return n._events[t]=null,n;for(var s=a.length;s--;)if((i=a[s])===e||i.fn===e){a.splice(s,1);break}return n},t.prototype.$emit=function(t){var e=this._events[t];if(e){e=e.length>1?A(e):e;for(var n=A(arguments,1),r='event handler for "'+t+'"',o=0,i=e.length;o<i;o++)Ft(e[o],this,n,this,r)}return this}}(bn),function(t){t.prototype._update=function(t,e){var n=this,r=n.$el,o=n._vnode,i=Ke(n);n._vnode=t,n.$el=o?n.__patch__(o,t):n.__patch__(n.$el,t,e,!1),i(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},t.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){Ze(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||v(e.$children,t),t._watcher&&t._watcher.teardown();for(var n=t._watchers.length;n--;)t._watchers[n].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),Ze(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}(bn),function(t){Oe(t.prototype),t.prototype.$nextTick=function(t){return Zt(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,r=n.render,o=n._parentVnode;o&&(e.$scopedSlots=ue(o.data.scopedSlots,e.$slots,e.$scopedSlots)),e.$vnode=o;try{Fe=e,t=r.call(e._renderProxy,e.$createElement)}catch(n){Mt(n,e,"render"),t=e._vnode}finally{Fe=null}return Array.isArray(t)&&1===t.length&&(t=t[0]),t instanceof lt||(t=dt()),t.parent=o,t}}(bn);var On=[String,RegExp,Array],kn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:On,exclude:On,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)xn(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",function(e){An(t,function(t){return wn(e,t)})}),this.$watch("exclude",function(e){An(t,function(t){return!wn(e,t)})})},render:function(){var t=this.$slots.default,e=He(t),n=e&&e.componentOptions;if(n){var r=$n(n),o=this.include,i=this.exclude;if(o&&(!r||!wn(o,r))||i&&r&&wn(i,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,v(s,c),s.push(c)):(a[c]=e,s.push(c),this.max&&s.length>parseInt(this.max)&&xn(a,s[0],s,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return L}};Object.defineProperty(t,"config",e),t.util={warn:ot,extend:x,mergeOptions:Tt,defineReactive:$t},t.set=wt,t.delete=At,t.nextTick=Zt,t.observable=function(t){return Ct(t),t},t.options=Object.create(null),N.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,x(t.options.components,kn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=A(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Tt(this.options,t),this}}(t),Cn(t),function(t){N.forEach(function(e){t[e]=function(t,n){return n?("component"===e&&s(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}})}(t)}(bn),Object.defineProperty(bn.prototype,"$isServer",{get:Y}),Object.defineProperty(bn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(bn,"FunctionalRenderContext",{value:ke}),bn.version="2.6.12";var Sn=d("style,class"),En=d("input,textarea,option,select,progress"),jn=d("contenteditable,draggable,spellcheck"),Tn=d("events,caret,typing,plaintext-only"),In=function(t,e){return Mn(e)||"false"===e?"false":"contenteditable"===t&&Tn(e)?e:"true"},Dn=d("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Nn="http://www.w3.org/1999/xlink",Pn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Ln=function(t){return Pn(t)?t.slice(6,t.length):""},Mn=function(t){return null==t||!1===t};function Fn(t){for(var e=t.data,r=t,o=t;n(o.componentInstance);)(o=o.componentInstance._vnode)&&o.data&&(e=Rn(o.data,e));for(;n(r=r.parent);)r&&r.data&&(e=Rn(e,r.data));return function(t,e){if(n(t)||n(e))return Un(t,Hn(e));return""}(e.staticClass,e.class)}function Rn(t,e){return{staticClass:Un(t.staticClass,e.staticClass),class:n(t.class)?[t.class,e.class]:e.class}}function Un(t,e){return t?e?t+" "+e:t:e||""}function Hn(t){return Array.isArray(t)?function(t){for(var e,r="",o=0,i=t.length;o<i;o++)n(e=Hn(t[o]))&&""!==e&&(r&&(r+=" "),r+=e);return r}(t):i(t)?function(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}(t):"string"==typeof t?t:""}var Vn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Bn=d("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),zn=d("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Wn=function(t){return Bn(t)||zn(t)};var qn=Object.create(null);var Kn=d("text,number,password,search,email,tel,url");var Xn=Object.freeze({createElement:function(t,e){var n=document.createElement(t);return"select"!==t?n:(e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(t,e){return document.createElementNS(Vn[t],e)},createTextNode:function(t){return document.createTextNode(t)},createComment:function(t){return document.createComment(t)},insertBefore:function(t,e,n){t.insertBefore(e,n)},removeChild:function(t,e){t.removeChild(e)},appendChild:function(t,e){t.appendChild(e)},parentNode:function(t){return t.parentNode},nextSibling:function(t){return t.nextSibling},tagName:function(t){return t.tagName},setTextContent:function(t,e){t.textContent=e},setStyleScope:function(t,e){t.setAttribute(e,"")}}),Gn={create:function(t,e){Zn(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Zn(t,!0),Zn(e))},destroy:function(t){Zn(t,!0)}};function Zn(t,e){var r=t.data.ref;if(n(r)){var o=t.context,i=t.componentInstance||t.elm,a=o.$refs;e?Array.isArray(a[r])?v(a[r],i):a[r]===i&&(a[r]=void 0):t.data.refInFor?Array.isArray(a[r])?a[r].indexOf(i)<0&&a[r].push(i):a[r]=[i]:a[r]=i}}var Jn=new lt("",{},[]),Qn=["create","activate","update","remove","destroy"];function Yn(t,o){return t.key===o.key&&(t.tag===o.tag&&t.isComment===o.isComment&&n(t.data)===n(o.data)&&function(t,e){if("input"!==t.tag)return!0;var r,o=n(r=t.data)&&n(r=r.attrs)&&r.type,i=n(r=e.data)&&n(r=r.attrs)&&r.type;return o===i||Kn(o)&&Kn(i)}(t,o)||r(t.isAsyncPlaceholder)&&t.asyncFactory===o.asyncFactory&&e(o.asyncFactory.error))}function tr(t,e,r){var o,i,a={};for(o=e;o<=r;++o)n(i=t[o].key)&&(a[i]=o);return a}var er={create:nr,update:nr,destroy:function(t){nr(t,Jn)}};function nr(t,e){(t.data.directives||e.data.directives)&&function(t,e){var n,r,o,i=t===Jn,a=e===Jn,s=or(t.data.directives,t.context),c=or(e.data.directives,e.context),u=[],l=[];for(n in c)r=s[n],o=c[n],r?(o.oldValue=r.value,o.oldArg=r.arg,ar(o,"update",e,t),o.def&&o.def.componentUpdated&&l.push(o)):(ar(o,"bind",e,t),o.def&&o.def.inserted&&u.push(o));if(u.length){var f=function(){for(var n=0;n<u.length;n++)ar(u[n],"inserted",e,t)};i?ne(e,"insert",f):f()}l.length&&ne(e,"postpatch",function(){for(var n=0;n<l.length;n++)ar(l[n],"componentUpdated",e,t)});if(!i)for(n in s)c[n]||ar(s[n],"unbind",t,t,a)}(t,e)}var rr=Object.create(null);function or(t,e){var n,r,o=Object.create(null);if(!t)return o;for(n=0;n<t.length;n++)(r=t[n]).modifiers||(r.modifiers=rr),o[ir(r)]=r,r.def=It(e.$options,"directives",r.name);return o}function ir(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function ar(t,e,n,r,o){var i=t.def&&t.def[e];if(i)try{i(n.elm,t,n,r,o)}catch(r){Mt(r,n.context,"directive "+t.name+" "+e+" hook")}}var sr=[Gn,er];function cr(t,r){var o=r.componentOptions;if(!(n(o)&&!1===o.Ctor.options.inheritAttrs||e(t.data.attrs)&&e(r.data.attrs))){var i,a,s=r.elm,c=t.data.attrs||{},u=r.data.attrs||{};for(i in n(u.__ob__)&&(u=r.data.attrs=x({},u)),u)a=u[i],c[i]!==a&&ur(s,i,a);for(i in(W||K)&&u.value!==c.value&&ur(s,"value",u.value),c)e(u[i])&&(Pn(i)?s.removeAttributeNS(Nn,Ln(i)):jn(i)||s.removeAttribute(i))}}function ur(t,e,n){t.tagName.indexOf("-")>-1?lr(t,e,n):Dn(e)?Mn(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):jn(e)?t.setAttribute(e,In(e,n)):Pn(e)?Mn(n)?t.removeAttributeNS(Nn,Ln(e)):t.setAttributeNS(Nn,e,n):lr(t,e,n)}function lr(t,e,n){if(Mn(n))t.removeAttribute(e);else{if(W&&!q&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var fr={create:cr,update:cr};function dr(t,r){var o=r.elm,i=r.data,a=t.data;if(!(e(i.staticClass)&&e(i.class)&&(e(a)||e(a.staticClass)&&e(a.class)))){var s=Fn(r),c=o._transitionClasses;n(c)&&(s=Un(s,Hn(c))),s!==o._prevClass&&(o.setAttribute("class",s),o._prevClass=s)}}var pr,vr={create:dr,update:dr},hr="__r",mr="__c";function yr(t,e,n){var r=pr;return function o(){null!==e.apply(null,arguments)&&br(t,o,n,r)}}var gr=Vt&&!(G&&Number(G[1])<=53);function _r(t,e,n,r){if(gr){var o=rn,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}pr.addEventListener(t,e,J?{capture:n,passive:r}:n)}function br(t,e,n,r){(r||pr).removeEventListener(t,e._wrapper||e,n)}function Cr(t,r){if(!e(t.data.on)||!e(r.data.on)){var o=r.data.on||{},i=t.data.on||{};pr=r.elm,function(t){if(n(t[hr])){var e=W?"change":"input";t[e]=[].concat(t[hr],t[e]||[]),delete t[hr]}n(t[mr])&&(t.change=[].concat(t[mr],t.change||[]),delete t[mr])}(o),ee(o,i,_r,br,yr,r.context),pr=void 0}}var $r,wr={create:Cr,update:Cr};function Ar(t,r){if(!e(t.data.domProps)||!e(r.data.domProps)){var o,i,a=r.elm,s=t.data.domProps||{},c=r.data.domProps||{};for(o in n(c.__ob__)&&(c=r.data.domProps=x({},c)),s)o in c||(a[o]="");for(o in c){if(i=c[o],"textContent"===o||"innerHTML"===o){if(r.children&&(r.children.length=0),i===s[o])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===o&&"PROGRESS"!==a.tagName){a._value=i;var u=e(i)?"":String(i);xr(a,u)&&(a.value=u)}else if("innerHTML"===o&&zn(a.tagName)&&e(a.innerHTML)){($r=$r||document.createElement("div")).innerHTML="<svg>"+i+"</svg>";for(var l=$r.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;l.firstChild;)a.appendChild(l.firstChild)}else if(i!==s[o])try{a[o]=i}catch(t){}}}}function xr(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var r=t.value,o=t._vModifiers;if(n(o)){if(o.number)return f(r)!==f(e);if(o.trim)return r.trim()!==e.trim()}return r!==e}(t,e))}var Or={create:Ar,update:Ar},kr=y(function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach(function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e});function Sr(t){var e=Er(t.style);return t.staticStyle?x(t.staticStyle,e):e}function Er(t){return Array.isArray(t)?O(t):"string"==typeof t?kr(t):t}var jr,Tr=/^--/,Ir=/\s*!important$/,Dr=function(t,e,n){if(Tr.test(e))t.style.setProperty(e,n);else if(Ir.test(n))t.style.setProperty($(e),n.replace(Ir,""),"important");else{var r=Pr(e);if(Array.isArray(n))for(var o=0,i=n.length;o<i;o++)t.style[r]=n[o];else t.style[r]=n}},Nr=["Webkit","Moz","ms"],Pr=y(function(t){if(jr=jr||document.createElement("div").style,"filter"!==(t=_(t))&&t in jr)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<Nr.length;n++){var r=Nr[n]+e;if(r in jr)return r}});function Lr(t,r){var o=r.data,i=t.data;if(!(e(o.staticStyle)&&e(o.style)&&e(i.staticStyle)&&e(i.style))){var a,s,c=r.elm,u=i.staticStyle,l=i.normalizedStyle||i.style||{},f=u||l,d=Er(r.data.style)||{};r.data.normalizedStyle=n(d.__ob__)?x({},d):d;var p=function(t,e){var n,r={};if(e)for(var o=t;o.componentInstance;)(o=o.componentInstance._vnode)&&o.data&&(n=Sr(o.data))&&x(r,n);(n=Sr(t.data))&&x(r,n);for(var i=t;i=i.parent;)i.data&&(n=Sr(i.data))&&x(r,n);return r}(r,!0);for(s in f)e(p[s])&&Dr(c,s,"");for(s in p)(a=p[s])!==f[s]&&Dr(c,s,null==a?"":a)}}var Mr={create:Lr,update:Lr},Fr=/\s+/;function Rr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Fr).forEach(function(e){return t.classList.add(e)}):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Ur(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Fr).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Hr(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&x(e,Vr(t.name||"v")),x(e,t),e}return"string"==typeof t?Vr(t):void 0}}var Vr=y(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),Br=H&&!q,zr="transition",Wr="animation",qr="transition",Kr="transitionend",Xr="animation",Gr="animationend";Br&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(qr="WebkitTransition",Kr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Xr="WebkitAnimation",Gr="webkitAnimationEnd"));var Zr=H?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Jr(t){Zr(function(){Zr(t)})}function Qr(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Rr(t,e))}function Yr(t,e){t._transitionClasses&&v(t._transitionClasses,e),Ur(t,e)}function to(t,e,n){var r=no(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===zr?Kr:Gr,c=0,u=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++c>=a&&u()};setTimeout(function(){c<a&&u()},i+1),t.addEventListener(s,l)}var eo=/\b(transform|all)(,|$)/;function no(t,e){var n,r=window.getComputedStyle(t),o=(r[qr+"Delay"]||"").split(", "),i=(r[qr+"Duration"]||"").split(", "),a=ro(o,i),s=(r[Xr+"Delay"]||"").split(", "),c=(r[Xr+"Duration"]||"").split(", "),u=ro(s,c),l=0,f=0;return e===zr?a>0&&(n=zr,l=a,f=i.length):e===Wr?u>0&&(n=Wr,l=u,f=c.length):f=(n=(l=Math.max(a,u))>0?a>u?zr:Wr:null)?n===zr?i.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===zr&&eo.test(r[qr+"Property"])}}function ro(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map(function(e,n){return oo(e)+oo(t[n])}))}function oo(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function io(t,r){var o=t.elm;n(o._leaveCb)&&(o._leaveCb.cancelled=!0,o._leaveCb());var a=Hr(t.data.transition);if(!e(a)&&!n(o._enterCb)&&1===o.nodeType){for(var s=a.css,c=a.type,u=a.enterClass,l=a.enterToClass,d=a.enterActiveClass,p=a.appearClass,v=a.appearToClass,h=a.appearActiveClass,m=a.beforeEnter,y=a.enter,g=a.afterEnter,_=a.enterCancelled,b=a.beforeAppear,C=a.appear,$=a.afterAppear,w=a.appearCancelled,A=a.duration,x=qe,O=qe.$vnode;O&&O.parent;)x=O.context,O=O.parent;var k=!x._isMounted||!t.isRootInsert;if(!k||C||""===C){var S=k&&p?p:u,E=k&&h?h:d,j=k&&v?v:l,T=k&&b||m,D=k&&"function"==typeof C?C:y,N=k&&$||g,P=k&&w||_,L=f(i(A)?A.enter:A),M=!1!==s&&!q,F=co(D),R=o._enterCb=I(function(){M&&(Yr(o,j),Yr(o,E)),R.cancelled?(M&&Yr(o,S),P&&P(o)):N&&N(o),o._enterCb=null});t.data.show||ne(t,"insert",function(){var e=o.parentNode,n=e&&e._pending&&e._pending[t.key];n&&n.tag===t.tag&&n.elm._leaveCb&&n.elm._leaveCb(),D&&D(o,R)}),T&&T(o),M&&(Qr(o,S),Qr(o,E),Jr(function(){Yr(o,S),R.cancelled||(Qr(o,j),F||(so(L)?setTimeout(R,L):to(o,c,R)))})),t.data.show&&(r&&r(),D&&D(o,R)),M||F||R()}}}function ao(t,r){var o=t.elm;n(o._enterCb)&&(o._enterCb.cancelled=!0,o._enterCb());var a=Hr(t.data.transition);if(e(a)||1!==o.nodeType)return r();if(!n(o._leaveCb)){var s=a.css,c=a.type,u=a.leaveClass,l=a.leaveToClass,d=a.leaveActiveClass,p=a.beforeLeave,v=a.leave,h=a.afterLeave,m=a.leaveCancelled,y=a.delayLeave,g=a.duration,_=!1!==s&&!q,b=co(v),C=f(i(g)?g.leave:g),$=o._leaveCb=I(function(){o.parentNode&&o.parentNode._pending&&(o.parentNode._pending[t.key]=null),_&&(Yr(o,l),Yr(o,d)),$.cancelled?(_&&Yr(o,u),m&&m(o)):(r(),h&&h(o)),o._leaveCb=null});y?y(w):w()}function w(){$.cancelled||(!t.data.show&&o.parentNode&&((o.parentNode._pending||(o.parentNode._pending={}))[t.key]=t),p&&p(o),_&&(Qr(o,u),Qr(o,d),Jr(function(){Yr(o,u),$.cancelled||(Qr(o,l),b||(so(C)?setTimeout($,C):to(o,c,$)))})),v&&v(o,$),_||b||$())}}function so(t){return"number"==typeof t&&!isNaN(t)}function co(t){if(e(t))return!1;var r=t.fns;return n(r)?co(Array.isArray(r)?r[0]:r):(t._length||t.length)>1}function uo(t,e){!0!==e.data.show&&io(e)}var lo=function(t){var i,a,s={},c=t.modules,u=t.nodeOps;for(i=0;i<Qn.length;++i)for(s[Qn[i]]=[],a=0;a<c.length;++a)n(c[a][Qn[i]])&&s[Qn[i]].push(c[a][Qn[i]]);function l(t){var e=u.parentNode(t);n(e)&&u.removeChild(e,t)}function f(t,e,o,i,a,c,l){if(n(t.elm)&&n(c)&&(t=c[l]=vt(t)),t.isRootInsert=!a,!function(t,e,o,i){var a=t.data;if(n(a)){var c=n(t.componentInstance)&&a.keepAlive;if(n(a=a.hook)&&n(a=a.init)&&a(t,!1),n(t.componentInstance))return p(t,e),v(o,t.elm,i),r(c)&&function(t,e,r,o){for(var i,a=t;a.componentInstance;)if(a=a.componentInstance._vnode,n(i=a.data)&&n(i=i.transition)){for(i=0;i<s.activate.length;++i)s.activate[i](Jn,a);e.push(a);break}v(r,t.elm,o)}(t,e,o,i),!0}}(t,e,o,i)){var f=t.data,d=t.children,m=t.tag;n(m)?(t.elm=t.ns?u.createElementNS(t.ns,m):u.createElement(m,t),g(t),h(t,d,e),n(f)&&y(t,e),v(o,t.elm,i)):r(t.isComment)?(t.elm=u.createComment(t.text),v(o,t.elm,i)):(t.elm=u.createTextNode(t.text),v(o,t.elm,i))}}function p(t,e){n(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,m(t)?(y(t,e),g(t)):(Zn(t),e.push(t))}function v(t,e,r){n(t)&&(n(r)?u.parentNode(r)===t&&u.insertBefore(t,e,r):u.appendChild(t,e))}function h(t,e,n){if(Array.isArray(e))for(var r=0;r<e.length;++r)f(e[r],n,t.elm,null,!0,e,r);else o(t.text)&&u.appendChild(t.elm,u.createTextNode(String(t.text)))}function m(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return n(t.tag)}function y(t,e){for(var r=0;r<s.create.length;++r)s.create[r](Jn,t);n(i=t.data.hook)&&(n(i.create)&&i.create(Jn,t),n(i.insert)&&e.push(t))}function g(t){var e;if(n(e=t.fnScopeId))u.setStyleScope(t.elm,e);else for(var r=t;r;)n(e=r.context)&&n(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e),r=r.parent;n(e=qe)&&e!==t.context&&e!==t.fnContext&&n(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e)}function _(t,e,n,r,o,i){for(;r<=o;++r)f(n[r],i,t,e,!1,n,r)}function b(t){var e,r,o=t.data;if(n(o))for(n(e=o.hook)&&n(e=e.destroy)&&e(t),e=0;e<s.destroy.length;++e)s.destroy[e](t);if(n(e=t.children))for(r=0;r<t.children.length;++r)b(t.children[r])}function C(t,e,r){for(;e<=r;++e){var o=t[e];n(o)&&(n(o.tag)?($(o),b(o)):l(o.elm))}}function $(t,e){if(n(e)||n(t.data)){var r,o=s.remove.length+1;for(n(e)?e.listeners+=o:e=function(t,e){function n(){0==--n.listeners&&l(t)}return n.listeners=e,n}(t.elm,o),n(r=t.componentInstance)&&n(r=r._vnode)&&n(r.data)&&$(r,e),r=0;r<s.remove.length;++r)s.remove[r](t,e);n(r=t.data.hook)&&n(r=r.remove)?r(t,e):e()}else l(t.elm)}function w(t,e,r,o){for(var i=r;i<o;i++){var a=e[i];if(n(a)&&Yn(t,a))return i}}function A(t,o,i,a,c,l){if(t!==o){n(o.elm)&&n(a)&&(o=a[c]=vt(o));var d=o.elm=t.elm;if(r(t.isAsyncPlaceholder))n(o.asyncFactory.resolved)?k(t.elm,o,i):o.isAsyncPlaceholder=!0;else if(r(o.isStatic)&&r(t.isStatic)&&o.key===t.key&&(r(o.isCloned)||r(o.isOnce)))o.componentInstance=t.componentInstance;else{var p,v=o.data;n(v)&&n(p=v.hook)&&n(p=p.prepatch)&&p(t,o);var h=t.children,y=o.children;if(n(v)&&m(o)){for(p=0;p<s.update.length;++p)s.update[p](t,o);n(p=v.hook)&&n(p=p.update)&&p(t,o)}e(o.text)?n(h)&&n(y)?h!==y&&function(t,r,o,i,a){for(var s,c,l,d=0,p=0,v=r.length-1,h=r[0],m=r[v],y=o.length-1,g=o[0],b=o[y],$=!a;d<=v&&p<=y;)e(h)?h=r[++d]:e(m)?m=r[--v]:Yn(h,g)?(A(h,g,i,o,p),h=r[++d],g=o[++p]):Yn(m,b)?(A(m,b,i,o,y),m=r[--v],b=o[--y]):Yn(h,b)?(A(h,b,i,o,y),$&&u.insertBefore(t,h.elm,u.nextSibling(m.elm)),h=r[++d],b=o[--y]):Yn(m,g)?(A(m,g,i,o,p),$&&u.insertBefore(t,m.elm,h.elm),m=r[--v],g=o[++p]):(e(s)&&(s=tr(r,d,v)),e(c=n(g.key)?s[g.key]:w(g,r,d,v))?f(g,i,t,h.elm,!1,o,p):Yn(l=r[c],g)?(A(l,g,i,o,p),r[c]=void 0,$&&u.insertBefore(t,l.elm,h.elm)):f(g,i,t,h.elm,!1,o,p),g=o[++p]);d>v?_(t,e(o[y+1])?null:o[y+1].elm,o,p,y,i):p>y&&C(r,d,v)}(d,h,y,i,l):n(y)?(n(t.text)&&u.setTextContent(d,""),_(d,null,y,0,y.length-1,i)):n(h)?C(h,0,h.length-1):n(t.text)&&u.setTextContent(d,""):t.text!==o.text&&u.setTextContent(d,o.text),n(v)&&n(p=v.hook)&&n(p=p.postpatch)&&p(t,o)}}}function x(t,e,o){if(r(o)&&n(t.parent))t.parent.data.pendingInsert=e;else for(var i=0;i<e.length;++i)e[i].data.hook.insert(e[i])}var O=d("attrs,class,staticClass,staticStyle,key");function k(t,e,o,i){var a,s=e.tag,c=e.data,u=e.children;if(i=i||c&&c.pre,e.elm=t,r(e.isComment)&&n(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(n(c)&&(n(a=c.hook)&&n(a=a.init)&&a(e,!0),n(a=e.componentInstance)))return p(e,o),!0;if(n(s)){if(n(u))if(t.hasChildNodes())if(n(a=c)&&n(a=a.domProps)&&n(a=a.innerHTML)){if(a!==t.innerHTML)return!1}else{for(var l=!0,f=t.firstChild,d=0;d<u.length;d++){if(!f||!k(f,u[d],o,i)){l=!1;break}f=f.nextSibling}if(!l||f)return!1}else h(e,u,o);if(n(c)){var v=!1;for(var m in c)if(!O(m)){v=!0,y(e,o);break}!v&&c.class&&Qt(c.class)}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,o,i,a){if(!e(o)){var c,l=!1,d=[];if(e(t))l=!0,f(o,d);else{var p=n(t.nodeType);if(!p&&Yn(t,o))A(t,o,d,null,null,a);else{if(p){if(1===t.nodeType&&t.hasAttribute(D)&&(t.removeAttribute(D),i=!0),r(i)&&k(t,o,d))return x(o,d,!0),t;c=t,t=new lt(u.tagName(c).toLowerCase(),{},[],void 0,c)}var v=t.elm,h=u.parentNode(v);if(f(o,d,v._leaveCb?null:h,u.nextSibling(v)),n(o.parent))for(var y=o.parent,g=m(o);y;){for(var _=0;_<s.destroy.length;++_)s.destroy[_](y);if(y.elm=o.elm,g){for(var $=0;$<s.create.length;++$)s.create[$](Jn,y);var w=y.data.hook.insert;if(w.merged)for(var O=1;O<w.fns.length;O++)w.fns[O]()}else Zn(y);y=y.parent}n(h)?C([t],0,0):n(t.tag)&&b(t)}}return x(o,d,l),o.elm}n(t)&&b(t)}}({nodeOps:Xn,modules:[fr,vr,wr,Or,Mr,H?{create:uo,activate:uo,remove:function(t,e){!0!==t.data.show?ao(t,e):e()}}:{}].concat(sr)});q&&document.addEventListener("selectionchange",function(){var t=document.activeElement;t&&t.vmodel&&_o(t,"input")});var fo={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?ne(n,"postpatch",function(){fo.componentUpdated(t,e,n)}):po(t,e,n.context),t._vOptions=[].map.call(t.options,mo)):("textarea"===n.tag||Kn(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",yo),t.addEventListener("compositionend",go),t.addEventListener("change",go),q&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){po(t,e,n.context);var r=t._vOptions,o=t._vOptions=[].map.call(t.options,mo);if(o.some(function(t,e){return!j(t,r[e])}))(t.multiple?e.value.some(function(t){return ho(t,o)}):e.value!==e.oldValue&&ho(e.value,o))&&_o(t,"change")}}};function po(t,e,n){vo(t,e,n),(W||K)&&setTimeout(function(){vo(t,e,n)},0)}function vo(t,e,n){var r=e.value,o=t.multiple;if(!o||Array.isArray(r)){for(var i,a,s=0,c=t.options.length;s<c;s++)if(a=t.options[s],o)i=T(r,mo(a))>-1,a.selected!==i&&(a.selected=i);else if(j(mo(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function ho(t,e){return e.every(function(e){return!j(e,t)})}function mo(t){return"_value"in t?t._value:t.value}function yo(t){t.target.composing=!0}function go(t){t.target.composing&&(t.target.composing=!1,_o(t.target,"input"))}function _o(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function bo(t){return!t.componentInstance||t.data&&t.data.transition?t:bo(t.componentInstance._vnode)}var Co={model:fo,show:{bind:function(t,e,n){var r=e.value,o=(n=bo(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,io(n,function(){t.style.display=i})):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=bo(n)).data&&n.data.transition?(n.data.show=!0,r?io(n,function(){t.style.display=t.__vOriginalDisplay}):ao(n,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},$o={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function wo(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?wo(He(e.children)):t}function Ao(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[_(i)]=o[i];return e}function xo(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Oo=function(t){return t.tag||Ue(t)},ko=function(t){return"show"===t.name},So={name:"transition",props:$o,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Oo)).length){var r=this.mode,i=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return i;var a=wo(i);if(!a)return i;if(this._leaving)return xo(t,i);var s="__transition-"+this._uid+"-";a.key=null==a.key?a.isComment?s+"comment":s+a.tag:o(a.key)?0===String(a.key).indexOf(s)?a.key:s+a.key:a.key;var c=(a.data||(a.data={})).transition=Ao(this),u=this._vnode,l=wo(u);if(a.data.directives&&a.data.directives.some(ko)&&(a.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(a,l)&&!Ue(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=x({},c);if("out-in"===r)return this._leaving=!0,ne(f,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()}),xo(t,i);if("in-out"===r){if(Ue(a))return u;var d,p=function(){d()};ne(c,"afterEnter",p),ne(c,"enterCancelled",p),ne(f,"delayLeave",function(t){d=t})}}return i}}},Eo=x({tag:String,moveClass:String},$o);function jo(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function To(t){t.data.newPos=t.elm.getBoundingClientRect()}function Io(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+o+"px)",i.transitionDuration="0s"}}delete Eo.mode;var Do={Transition:So,TransitionGroup:{props:Eo,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Ke(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Ao(this),s=0;s<o.length;s++){var c=o[s];c.tag&&null!=c.key&&0!==String(c.key).indexOf("__vlist")&&(i.push(c),n[c.key]=c,(c.data||(c.data={})).transition=a)}if(r){for(var u=[],l=[],f=0;f<r.length;f++){var d=r[f];d.data.transition=a,d.data.pos=d.elm.getBoundingClientRect(),n[d.key]?u.push(d):l.push(d)}this.kept=t(e,null,u),this.removed=l}return t(e,null,i)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(jo),t.forEach(To),t.forEach(Io),this._reflow=document.body.offsetHeight,t.forEach(function(t){if(t.data.moved){var n=t.elm,r=n.style;Qr(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Kr,n._moveCb=function t(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Kr,t),n._moveCb=null,Yr(n,e))})}}))},methods:{hasMove:function(t,e){if(!Br)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach(function(t){Ur(n,t)}),Rr(n,e),n.style.display="none",this.$el.appendChild(n);var r=no(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};return bn.config.mustUseProp=function(t,e,n){return"value"===n&&En(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},bn.config.isReservedTag=Wn,bn.config.isReservedAttr=Sn,bn.config.getTagNamespace=function(t){return zn(t)?"svg":"math"===t?"math":void 0},bn.config.isUnknownElement=function(t){if(!H)return!0;if(Wn(t))return!1;if(t=t.toLowerCase(),null!=qn[t])return qn[t];var e=document.createElement(t);return t.indexOf("-")>-1?qn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:qn[t]=/HTMLUnknownElement/.test(e.toString())},x(bn.options.directives,Co),x(bn.options.components,Do),bn.prototype.__patch__=H?lo:k,bn.prototype.$mount=function(t,e){return function(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=dt),Ze(t,"beforeMount"),r=function(){t._update(t._render(),n)},new un(t,r,k,{before:function(){t._isMounted&&!t._isDestroyed&&Ze(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,Ze(t,"mounted")),t}(this,t=t&&H?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},H&&setTimeout(function(){L.devtools&&tt&&tt.emit("init",bn)},0),bn});
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("yLpj"), __webpack_require__("URgk").setImmediate))
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[24],{
-
-/***/ "L2JU":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* WEBPACK VAR INJECTION */(function(global) {/* unused harmony export Store */
-/* unused harmony export createLogger */
-/* unused harmony export createNamespacedHelpers */
-/* unused harmony export install */
-/* unused harmony export mapActions */
-/* unused harmony export mapGetters */
-/* unused harmony export mapMutations */
-/* unused harmony export mapState */
-/*!
- * vuex v3.6.2
- * (c) 2021 Evan You
- * @license MIT
- */
-function applyMixin (Vue) {
- var version = Number(Vue.version.split('.')[0]);
-
- if (version >= 2) {
- Vue.mixin({ beforeCreate: vuexInit });
- } else {
- // override init and inject vuex init procedure
- // for 1.x backwards compatibility.
- var _init = Vue.prototype._init;
- Vue.prototype._init = function (options) {
- if ( options === void 0 ) options = {};
-
- options.init = options.init
- ? [vuexInit].concat(options.init)
- : vuexInit;
- _init.call(this, options);
- };
- }
-
- /**
- * Vuex init hook, injected into each instances init hooks list.
- */
-
- function vuexInit () {
- var options = this.$options;
- // store injection
- if (options.store) {
- this.$store = typeof options.store === 'function'
- ? options.store()
- : options.store;
- } else if (options.parent && options.parent.$store) {
- this.$store = options.parent.$store;
- }
- }
-}
-
-var target = typeof window !== 'undefined'
- ? window
- : typeof global !== 'undefined'
- ? global
- : {};
-var devtoolHook = target.__VUE_DEVTOOLS_GLOBAL_HOOK__;
-
-function devtoolPlugin (store) {
- if (!devtoolHook) { return }
-
- store._devtoolHook = devtoolHook;
-
- devtoolHook.emit('vuex:init', store);
-
- devtoolHook.on('vuex:travel-to-state', function (targetState) {
- store.replaceState(targetState);
- });
-
- store.subscribe(function (mutation, state) {
- devtoolHook.emit('vuex:mutation', mutation, state);
- }, { prepend: true });
-
- store.subscribeAction(function (action, state) {
- devtoolHook.emit('vuex:action', action, state);
- }, { prepend: true });
-}
-
-/**
- * Get the first item that pass the test
- * by second argument function
- *
- * @param {Array} list
- * @param {Function} f
- * @return {*}
- */
-function find (list, f) {
- return list.filter(f)[0]
-}
-
-/**
- * Deep copy the given object considering circular structure.
- * This function caches all nested objects and its copies.
- * If it detects circular structure, use cached copy to avoid infinite loop.
- *
- * @param {*} obj
- * @param {Array<Object>} cache
- * @return {*}
- */
-function deepCopy (obj, cache) {
- if ( cache === void 0 ) cache = [];
-
- // just return if obj is immutable value
- if (obj === null || typeof obj !== 'object') {
- return obj
- }
-
- // if obj is hit, it is in circular structure
- var hit = find(cache, function (c) { return c.original === obj; });
- if (hit) {
- return hit.copy
- }
-
- var copy = Array.isArray(obj) ? [] : {};
- // put the copy into cache at first
- // because we want to refer it in recursive deepCopy
- cache.push({
- original: obj,
- copy: copy
- });
-
- Object.keys(obj).forEach(function (key) {
- copy[key] = deepCopy(obj[key], cache);
- });
-
- return copy
-}
-
-/**
- * forEach for object
- */
-function forEachValue (obj, fn) {
- Object.keys(obj).forEach(function (key) { return fn(obj[key], key); });
-}
-
-function isObject (obj) {
- return obj !== null && typeof obj === 'object'
-}
-
-function isPromise (val) {
- return val && typeof val.then === 'function'
-}
-
-function assert (condition, msg) {
- if (!condition) { throw new Error(("[vuex] " + msg)) }
-}
-
-function partial (fn, arg) {
- return function () {
- return fn(arg)
- }
-}
-
-// Base data struct for store's module, package with some attribute and method
-var Module = function Module (rawModule, runtime) {
- this.runtime = runtime;
- // Store some children item
- this._children = Object.create(null);
- // Store the origin module object which passed by programmer
- this._rawModule = rawModule;
- var rawState = rawModule.state;
-
- // Store the origin module's state
- this.state = (typeof rawState === 'function' ? rawState() : rawState) || {};
-};
-
-var prototypeAccessors = { namespaced: { configurable: true } };
-
-prototypeAccessors.namespaced.get = function () {
- return !!this._rawModule.namespaced
-};
-
-Module.prototype.addChild = function addChild (key, module) {
- this._children[key] = module;
-};
-
-Module.prototype.removeChild = function removeChild (key) {
- delete this._children[key];
-};
-
-Module.prototype.getChild = function getChild (key) {
- return this._children[key]
-};
-
-Module.prototype.hasChild = function hasChild (key) {
- return key in this._children
-};
-
-Module.prototype.update = function update (rawModule) {
- this._rawModule.namespaced = rawModule.namespaced;
- if (rawModule.actions) {
- this._rawModule.actions = rawModule.actions;
- }
- if (rawModule.mutations) {
- this._rawModule.mutations = rawModule.mutations;
- }
- if (rawModule.getters) {
- this._rawModule.getters = rawModule.getters;
- }
-};
-
-Module.prototype.forEachChild = function forEachChild (fn) {
- forEachValue(this._children, fn);
-};
-
-Module.prototype.forEachGetter = function forEachGetter (fn) {
- if (this._rawModule.getters) {
- forEachValue(this._rawModule.getters, fn);
- }
-};
-
-Module.prototype.forEachAction = function forEachAction (fn) {
- if (this._rawModule.actions) {
- forEachValue(this._rawModule.actions, fn);
- }
-};
-
-Module.prototype.forEachMutation = function forEachMutation (fn) {
- if (this._rawModule.mutations) {
- forEachValue(this._rawModule.mutations, fn);
- }
-};
-
-Object.defineProperties( Module.prototype, prototypeAccessors );
-
-var ModuleCollection = function ModuleCollection (rawRootModule) {
- // register root module (Vuex.Store options)
- this.register([], rawRootModule, false);
-};
-
-ModuleCollection.prototype.get = function get (path) {
- return path.reduce(function (module, key) {
- return module.getChild(key)
- }, this.root)
-};
-
-ModuleCollection.prototype.getNamespace = function getNamespace (path) {
- var module = this.root;
- return path.reduce(function (namespace, key) {
- module = module.getChild(key);
- return namespace + (module.namespaced ? key + '/' : '')
- }, '')
-};
-
-ModuleCollection.prototype.update = function update$1 (rawRootModule) {
- update([], this.root, rawRootModule);
-};
-
-ModuleCollection.prototype.register = function register (path, rawModule, runtime) {
- var this$1 = this;
- if ( runtime === void 0 ) runtime = true;
-
- if ((false)) {}
-
- var newModule = new Module(rawModule, runtime);
- if (path.length === 0) {
- this.root = newModule;
- } else {
- var parent = this.get(path.slice(0, -1));
- parent.addChild(path[path.length - 1], newModule);
- }
-
- // register nested modules
- if (rawModule.modules) {
- forEachValue(rawModule.modules, function (rawChildModule, key) {
- this$1.register(path.concat(key), rawChildModule, runtime);
- });
- }
-};
-
-ModuleCollection.prototype.unregister = function unregister (path) {
- var parent = this.get(path.slice(0, -1));
- var key = path[path.length - 1];
- var child = parent.getChild(key);
-
- if (!child) {
- if ((false)) {}
- return
- }
-
- if (!child.runtime) {
- return
- }
-
- parent.removeChild(key);
-};
-
-ModuleCollection.prototype.isRegistered = function isRegistered (path) {
- var parent = this.get(path.slice(0, -1));
- var key = path[path.length - 1];
-
- if (parent) {
- return parent.hasChild(key)
- }
-
- return false
-};
-
-function update (path, targetModule, newModule) {
- if ((false)) {}
-
- // update target module
- targetModule.update(newModule);
-
- // update nested modules
- if (newModule.modules) {
- for (var key in newModule.modules) {
- if (!targetModule.getChild(key)) {
- if ((false)) {}
- return
- }
- update(
- path.concat(key),
- targetModule.getChild(key),
- newModule.modules[key]
- );
- }
- }
-}
-
-var functionAssert = {
- assert: function (value) { return typeof value === 'function'; },
- expected: 'function'
-};
-
-var objectAssert = {
- assert: function (value) { return typeof value === 'function' ||
- (typeof value === 'object' && typeof value.handler === 'function'); },
- expected: 'function or object with "handler" function'
-};
-
-var assertTypes = {
- getters: functionAssert,
- mutations: functionAssert,
- actions: objectAssert
-};
-
-function assertRawModule (path, rawModule) {
- Object.keys(assertTypes).forEach(function (key) {
- if (!rawModule[key]) { return }
-
- var assertOptions = assertTypes[key];
-
- forEachValue(rawModule[key], function (value, type) {
- assert(
- assertOptions.assert(value),
- makeAssertionMessage(path, key, type, value, assertOptions.expected)
- );
- });
- });
-}
-
-function makeAssertionMessage (path, key, type, value, expected) {
- var buf = key + " should be " + expected + " but \"" + key + "." + type + "\"";
- if (path.length > 0) {
- buf += " in module \"" + (path.join('.')) + "\"";
- }
- buf += " is " + (JSON.stringify(value)) + ".";
- return buf
-}
-
-var Vue; // bind on install
-
-var Store = function Store (options) {
- var this$1 = this;
- if ( options === void 0 ) options = {};
-
- // Auto install if it is not done yet and `window` has `Vue`.
- // To allow users to avoid auto-installation in some cases,
- // this code should be placed here. See #731
- if (!Vue && typeof window !== 'undefined' && window.Vue) {
- install(window.Vue);
- }
-
- if ((false)) {}
-
- var plugins = options.plugins; if ( plugins === void 0 ) plugins = [];
- var strict = options.strict; if ( strict === void 0 ) strict = false;
-
- // store internal state
- this._committing = false;
- this._actions = Object.create(null);
- this._actionSubscribers = [];
- this._mutations = Object.create(null);
- this._wrappedGetters = Object.create(null);
- this._modules = new ModuleCollection(options);
- this._modulesNamespaceMap = Object.create(null);
- this._subscribers = [];
- this._watcherVM = new Vue();
- this._makeLocalGettersCache = Object.create(null);
-
- // bind commit and dispatch to self
- var store = this;
- var ref = this;
- var dispatch = ref.dispatch;
- var commit = ref.commit;
- this.dispatch = function boundDispatch (type, payload) {
- return dispatch.call(store, type, payload)
- };
- this.commit = function boundCommit (type, payload, options) {
- return commit.call(store, type, payload, options)
- };
-
- // strict mode
- this.strict = strict;
-
- var state = this._modules.root.state;
-
- // init root module.
- // this also recursively registers all sub-modules
- // and collects all module getters inside this._wrappedGetters
- installModule(this, state, [], this._modules.root);
-
- // initialize the store vm, which is responsible for the reactivity
- // (also registers _wrappedGetters as computed properties)
- resetStoreVM(this, state);
-
- // apply plugins
- plugins.forEach(function (plugin) { return plugin(this$1); });
-
- var useDevtools = options.devtools !== undefined ? options.devtools : Vue.config.devtools;
- if (useDevtools) {
- devtoolPlugin(this);
- }
-};
-
-var prototypeAccessors$1 = { state: { configurable: true } };
-
-prototypeAccessors$1.state.get = function () {
- return this._vm._data.$$state
-};
-
-prototypeAccessors$1.state.set = function (v) {
- if ((false)) {}
-};
-
-Store.prototype.commit = function commit (_type, _payload, _options) {
- var this$1 = this;
-
- // check object-style commit
- var ref = unifyObjectStyle(_type, _payload, _options);
- var type = ref.type;
- var payload = ref.payload;
- var options = ref.options;
-
- var mutation = { type: type, payload: payload };
- var entry = this._mutations[type];
- if (!entry) {
- if ((false)) {}
- return
- }
- this._withCommit(function () {
- entry.forEach(function commitIterator (handler) {
- handler(payload);
- });
- });
-
- this._subscribers
- .slice() // shallow copy to prevent iterator invalidation if subscriber synchronously calls unsubscribe
- .forEach(function (sub) { return sub(mutation, this$1.state); });
-
- if (
- false
- ) {}
-};
-
-Store.prototype.dispatch = function dispatch (_type, _payload) {
- var this$1 = this;
-
- // check object-style dispatch
- var ref = unifyObjectStyle(_type, _payload);
- var type = ref.type;
- var payload = ref.payload;
-
- var action = { type: type, payload: payload };
- var entry = this._actions[type];
- if (!entry) {
- if ((false)) {}
- return
- }
-
- try {
- this._actionSubscribers
- .slice() // shallow copy to prevent iterator invalidation if subscriber synchronously calls unsubscribe
- .filter(function (sub) { return sub.before; })
- .forEach(function (sub) { return sub.before(action, this$1.state); });
- } catch (e) {
- if ((false)) {}
- }
-
- var result = entry.length > 1
- ? Promise.all(entry.map(function (handler) { return handler(payload); }))
- : entry[0](payload);
-
- return new Promise(function (resolve, reject) {
- result.then(function (res) {
- try {
- this$1._actionSubscribers
- .filter(function (sub) { return sub.after; })
- .forEach(function (sub) { return sub.after(action, this$1.state); });
- } catch (e) {
- if ((false)) {}
- }
- resolve(res);
- }, function (error) {
- try {
- this$1._actionSubscribers
- .filter(function (sub) { return sub.error; })
- .forEach(function (sub) { return sub.error(action, this$1.state, error); });
- } catch (e) {
- if ((false)) {}
- }
- reject(error);
- });
- })
-};
-
-Store.prototype.subscribe = function subscribe (fn, options) {
- return genericSubscribe(fn, this._subscribers, options)
-};
-
-Store.prototype.subscribeAction = function subscribeAction (fn, options) {
- var subs = typeof fn === 'function' ? { before: fn } : fn;
- return genericSubscribe(subs, this._actionSubscribers, options)
-};
-
-Store.prototype.watch = function watch (getter, cb, options) {
- var this$1 = this;
-
- if ((false)) {}
- return this._watcherVM.$watch(function () { return getter(this$1.state, this$1.getters); }, cb, options)
-};
-
-Store.prototype.replaceState = function replaceState (state) {
- var this$1 = this;
-
- this._withCommit(function () {
- this$1._vm._data.$$state = state;
- });
-};
-
-Store.prototype.registerModule = function registerModule (path, rawModule, options) {
- if ( options === void 0 ) options = {};
-
- if (typeof path === 'string') { path = [path]; }
-
- if ((false)) {}
-
- this._modules.register(path, rawModule);
- installModule(this, this.state, path, this._modules.get(path), options.preserveState);
- // reset store to update getters...
- resetStoreVM(this, this.state);
-};
-
-Store.prototype.unregisterModule = function unregisterModule (path) {
- var this$1 = this;
-
- if (typeof path === 'string') { path = [path]; }
-
- if ((false)) {}
-
- this._modules.unregister(path);
- this._withCommit(function () {
- var parentState = getNestedState(this$1.state, path.slice(0, -1));
- Vue.delete(parentState, path[path.length - 1]);
- });
- resetStore(this);
-};
-
-Store.prototype.hasModule = function hasModule (path) {
- if (typeof path === 'string') { path = [path]; }
-
- if ((false)) {}
-
- return this._modules.isRegistered(path)
-};
-
-Store.prototype.hotUpdate = function hotUpdate (newOptions) {
- this._modules.update(newOptions);
- resetStore(this, true);
-};
-
-Store.prototype._withCommit = function _withCommit (fn) {
- var committing = this._committing;
- this._committing = true;
- fn();
- this._committing = committing;
-};
-
-Object.defineProperties( Store.prototype, prototypeAccessors$1 );
-
-function genericSubscribe (fn, subs, options) {
- if (subs.indexOf(fn) < 0) {
- options && options.prepend
- ? subs.unshift(fn)
- : subs.push(fn);
- }
- return function () {
- var i = subs.indexOf(fn);
- if (i > -1) {
- subs.splice(i, 1);
- }
- }
-}
-
-function resetStore (store, hot) {
- store._actions = Object.create(null);
- store._mutations = Object.create(null);
- store._wrappedGetters = Object.create(null);
- store._modulesNamespaceMap = Object.create(null);
- var state = store.state;
- // init all modules
- installModule(store, state, [], store._modules.root, true);
- // reset vm
- resetStoreVM(store, state, hot);
-}
-
-function resetStoreVM (store, state, hot) {
- var oldVm = store._vm;
-
- // bind store public getters
- store.getters = {};
- // reset local getters cache
- store._makeLocalGettersCache = Object.create(null);
- var wrappedGetters = store._wrappedGetters;
- var computed = {};
- forEachValue(wrappedGetters, function (fn, key) {
- // use computed to leverage its lazy-caching mechanism
- // direct inline function use will lead to closure preserving oldVm.
- // using partial to return function with only arguments preserved in closure environment.
- computed[key] = partial(fn, store);
- Object.defineProperty(store.getters, key, {
- get: function () { return store._vm[key]; },
- enumerable: true // for local getters
- });
- });
-
- // use a Vue instance to store the state tree
- // suppress warnings just in case the user has added
- // some funky global mixins
- var silent = Vue.config.silent;
- Vue.config.silent = true;
- store._vm = new Vue({
- data: {
- $$state: state
- },
- computed: computed
- });
- Vue.config.silent = silent;
-
- // enable strict mode for new vm
- if (store.strict) {
- enableStrictMode(store);
- }
-
- if (oldVm) {
- if (hot) {
- // dispatch changes in all subscribed watchers
- // to force getter re-evaluation for hot reloading.
- store._withCommit(function () {
- oldVm._data.$$state = null;
- });
- }
- Vue.nextTick(function () { return oldVm.$destroy(); });
- }
-}
-
-function installModule (store, rootState, path, module, hot) {
- var isRoot = !path.length;
- var namespace = store._modules.getNamespace(path);
-
- // register in namespace map
- if (module.namespaced) {
- if (store._modulesNamespaceMap[namespace] && ("production" !== 'production')) {
- console.error(("[vuex] duplicate namespace " + namespace + " for the namespaced module " + (path.join('/'))));
- }
- store._modulesNamespaceMap[namespace] = module;
- }
-
- // set state
- if (!isRoot && !hot) {
- var parentState = getNestedState(rootState, path.slice(0, -1));
- var moduleName = path[path.length - 1];
- store._withCommit(function () {
- if ((false)) {}
- Vue.set(parentState, moduleName, module.state);
- });
- }
-
- var local = module.context = makeLocalContext(store, namespace, path);
-
- module.forEachMutation(function (mutation, key) {
- var namespacedType = namespace + key;
- registerMutation(store, namespacedType, mutation, local);
- });
-
- module.forEachAction(function (action, key) {
- var type = action.root ? key : namespace + key;
- var handler = action.handler || action;
- registerAction(store, type, handler, local);
- });
-
- module.forEachGetter(function (getter, key) {
- var namespacedType = namespace + key;
- registerGetter(store, namespacedType, getter, local);
- });
-
- module.forEachChild(function (child, key) {
- installModule(store, rootState, path.concat(key), child, hot);
- });
-}
-
-/**
- * make localized dispatch, commit, getters and state
- * if there is no namespace, just use root ones
- */
-function makeLocalContext (store, namespace, path) {
- var noNamespace = namespace === '';
-
- var local = {
- dispatch: noNamespace ? store.dispatch : function (_type, _payload, _options) {
- var args = unifyObjectStyle(_type, _payload, _options);
- var payload = args.payload;
- var options = args.options;
- var type = args.type;
-
- if (!options || !options.root) {
- type = namespace + type;
- if (false) {}
- }
-
- return store.dispatch(type, payload)
- },
-
- commit: noNamespace ? store.commit : function (_type, _payload, _options) {
- var args = unifyObjectStyle(_type, _payload, _options);
- var payload = args.payload;
- var options = args.options;
- var type = args.type;
-
- if (!options || !options.root) {
- type = namespace + type;
- if (false) {}
- }
-
- store.commit(type, payload, options);
- }
- };
-
- // getters and state object must be gotten lazily
- // because they will be changed by vm update
- Object.defineProperties(local, {
- getters: {
- get: noNamespace
- ? function () { return store.getters; }
- : function () { return makeLocalGetters(store, namespace); }
- },
- state: {
- get: function () { return getNestedState(store.state, path); }
- }
- });
-
- return local
-}
-
-function makeLocalGetters (store, namespace) {
- if (!store._makeLocalGettersCache[namespace]) {
- var gettersProxy = {};
- var splitPos = namespace.length;
- Object.keys(store.getters).forEach(function (type) {
- // skip if the target getter is not match this namespace
- if (type.slice(0, splitPos) !== namespace) { return }
-
- // extract local getter type
- var localType = type.slice(splitPos);
-
- // Add a port to the getters proxy.
- // Define as getter property because
- // we do not want to evaluate the getters in this time.
- Object.defineProperty(gettersProxy, localType, {
- get: function () { return store.getters[type]; },
- enumerable: true
- });
- });
- store._makeLocalGettersCache[namespace] = gettersProxy;
- }
-
- return store._makeLocalGettersCache[namespace]
-}
-
-function registerMutation (store, type, handler, local) {
- var entry = store._mutations[type] || (store._mutations[type] = []);
- entry.push(function wrappedMutationHandler (payload) {
- handler.call(store, local.state, payload);
- });
-}
-
-function registerAction (store, type, handler, local) {
- var entry = store._actions[type] || (store._actions[type] = []);
- entry.push(function wrappedActionHandler (payload) {
- var res = handler.call(store, {
- dispatch: local.dispatch,
- commit: local.commit,
- getters: local.getters,
- state: local.state,
- rootGetters: store.getters,
- rootState: store.state
- }, payload);
- if (!isPromise(res)) {
- res = Promise.resolve(res);
- }
- if (store._devtoolHook) {
- return res.catch(function (err) {
- store._devtoolHook.emit('vuex:error', err);
- throw err
- })
- } else {
- return res
- }
- });
-}
-
-function registerGetter (store, type, rawGetter, local) {
- if (store._wrappedGetters[type]) {
- if ((false)) {}
- return
- }
- store._wrappedGetters[type] = function wrappedGetter (store) {
- return rawGetter(
- local.state, // local state
- local.getters, // local getters
- store.state, // root state
- store.getters // root getters
- )
- };
-}
-
-function enableStrictMode (store) {
- store._vm.$watch(function () { return this._data.$$state }, function () {
- if ((false)) {}
- }, { deep: true, sync: true });
-}
-
-function getNestedState (state, path) {
- return path.reduce(function (state, key) { return state[key]; }, state)
-}
-
-function unifyObjectStyle (type, payload, options) {
- if (isObject(type) && type.type) {
- options = payload;
- payload = type;
- type = type.type;
- }
-
- if ((false)) {}
-
- return { type: type, payload: payload, options: options }
-}
-
-function install (_Vue) {
- if (Vue && _Vue === Vue) {
- if ((false)) {}
- return
- }
- Vue = _Vue;
- applyMixin(Vue);
-}
-
-/**
- * Reduce the code which written in Vue.js for getting the state.
- * @param {String} [namespace] - Module's namespace
- * @param {Object|Array} states # Object's item can be a function which accept state and getters for param, you can do something for state and getters in it.
- * @param {Object}
- */
-var mapState = normalizeNamespace(function (namespace, states) {
- var res = {};
- if (false) {}
- normalizeMap(states).forEach(function (ref) {
- var key = ref.key;
- var val = ref.val;
-
- res[key] = function mappedState () {
- var state = this.$store.state;
- var getters = this.$store.getters;
- if (namespace) {
- var module = getModuleByNamespace(this.$store, 'mapState', namespace);
- if (!module) {
- return
- }
- state = module.context.state;
- getters = module.context.getters;
- }
- return typeof val === 'function'
- ? val.call(this, state, getters)
- : state[val]
- };
- // mark vuex getter for devtools
- res[key].vuex = true;
- });
- return res
-});
-
-/**
- * Reduce the code which written in Vue.js for committing the mutation
- * @param {String} [namespace] - Module's namespace
- * @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept another params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
- * @return {Object}
- */
-var mapMutations = normalizeNamespace(function (namespace, mutations) {
- var res = {};
- if (false) {}
- normalizeMap(mutations).forEach(function (ref) {
- var key = ref.key;
- var val = ref.val;
-
- res[key] = function mappedMutation () {
- var args = [], len = arguments.length;
- while ( len-- ) args[ len ] = arguments[ len ];
-
- // Get the commit method from store
- var commit = this.$store.commit;
- if (namespace) {
- var module = getModuleByNamespace(this.$store, 'mapMutations', namespace);
- if (!module) {
- return
- }
- commit = module.context.commit;
- }
- return typeof val === 'function'
- ? val.apply(this, [commit].concat(args))
- : commit.apply(this.$store, [val].concat(args))
- };
- });
- return res
-});
-
-/**
- * Reduce the code which written in Vue.js for getting the getters
- * @param {String} [namespace] - Module's namespace
- * @param {Object|Array} getters
- * @return {Object}
- */
-var mapGetters = normalizeNamespace(function (namespace, getters) {
- var res = {};
- if (false) {}
- normalizeMap(getters).forEach(function (ref) {
- var key = ref.key;
- var val = ref.val;
-
- // The namespace has been mutated by normalizeNamespace
- val = namespace + val;
- res[key] = function mappedGetter () {
- if (namespace && !getModuleByNamespace(this.$store, 'mapGetters', namespace)) {
- return
- }
- if (false) {}
- return this.$store.getters[val]
- };
- // mark vuex getter for devtools
- res[key].vuex = true;
- });
- return res
-});
-
-/**
- * Reduce the code which written in Vue.js for dispatch the action
- * @param {String} [namespace] - Module's namespace
- * @param {Object|Array} actions # Object's item can be a function which accept `dispatch` function as the first param, it can accept anthor params. You can dispatch action and do any other things in this function. specially, You need to pass anthor params from the mapped function.
- * @return {Object}
- */
-var mapActions = normalizeNamespace(function (namespace, actions) {
- var res = {};
- if (false) {}
- normalizeMap(actions).forEach(function (ref) {
- var key = ref.key;
- var val = ref.val;
-
- res[key] = function mappedAction () {
- var args = [], len = arguments.length;
- while ( len-- ) args[ len ] = arguments[ len ];
-
- // get dispatch function from store
- var dispatch = this.$store.dispatch;
- if (namespace) {
- var module = getModuleByNamespace(this.$store, 'mapActions', namespace);
- if (!module) {
- return
- }
- dispatch = module.context.dispatch;
- }
- return typeof val === 'function'
- ? val.apply(this, [dispatch].concat(args))
- : dispatch.apply(this.$store, [val].concat(args))
- };
- });
- return res
-});
-
-/**
- * Rebinding namespace param for mapXXX function in special scoped, and return them by simple object
- * @param {String} namespace
- * @return {Object}
- */
-var createNamespacedHelpers = function (namespace) { return ({
- mapState: mapState.bind(null, namespace),
- mapGetters: mapGetters.bind(null, namespace),
- mapMutations: mapMutations.bind(null, namespace),
- mapActions: mapActions.bind(null, namespace)
-}); };
-
-/**
- * Normalize the map
- * normalizeMap([1, 2, 3]) => [ { key: 1, val: 1 }, { key: 2, val: 2 }, { key: 3, val: 3 } ]
- * normalizeMap({a: 1, b: 2, c: 3}) => [ { key: 'a', val: 1 }, { key: 'b', val: 2 }, { key: 'c', val: 3 } ]
- * @param {Array|Object} map
- * @return {Object}
- */
-function normalizeMap (map) {
- if (!isValidMap(map)) {
- return []
- }
- return Array.isArray(map)
- ? map.map(function (key) { return ({ key: key, val: key }); })
- : Object.keys(map).map(function (key) { return ({ key: key, val: map[key] }); })
-}
-
-/**
- * Validate whether given map is valid or not
- * @param {*} map
- * @return {Boolean}
- */
-function isValidMap (map) {
- return Array.isArray(map) || isObject(map)
-}
-
-/**
- * Return a function expect two param contains namespace and map. it will normalize the namespace and then the param's function will handle the new namespace and the map.
- * @param {Function} fn
- * @return {Function}
- */
-function normalizeNamespace (fn) {
- return function (namespace, map) {
- if (typeof namespace !== 'string') {
- map = namespace;
- namespace = '';
- } else if (namespace.charAt(namespace.length - 1) !== '/') {
- namespace += '/';
- }
- return fn(namespace, map)
- }
-}
-
-/**
- * Search a special module from store by namespace. if module not exist, print error message.
- * @param {Object} store
- * @param {String} helper
- * @param {String} namespace
- * @return {Object}
- */
-function getModuleByNamespace (store, helper, namespace) {
- var module = store._modulesNamespaceMap[namespace];
- if (false) {}
- return module
-}
-
-// Credits: borrowed code from fcomb/redux-logger
-
-function createLogger (ref) {
- if ( ref === void 0 ) ref = {};
- var collapsed = ref.collapsed; if ( collapsed === void 0 ) collapsed = true;
- var filter = ref.filter; if ( filter === void 0 ) filter = function (mutation, stateBefore, stateAfter) { return true; };
- var transformer = ref.transformer; if ( transformer === void 0 ) transformer = function (state) { return state; };
- var mutationTransformer = ref.mutationTransformer; if ( mutationTransformer === void 0 ) mutationTransformer = function (mut) { return mut; };
- var actionFilter = ref.actionFilter; if ( actionFilter === void 0 ) actionFilter = function (action, state) { return true; };
- var actionTransformer = ref.actionTransformer; if ( actionTransformer === void 0 ) actionTransformer = function (act) { return act; };
- var logMutations = ref.logMutations; if ( logMutations === void 0 ) logMutations = true;
- var logActions = ref.logActions; if ( logActions === void 0 ) logActions = true;
- var logger = ref.logger; if ( logger === void 0 ) logger = console;
-
- return function (store) {
- var prevState = deepCopy(store.state);
-
- if (typeof logger === 'undefined') {
- return
- }
-
- if (logMutations) {
- store.subscribe(function (mutation, state) {
- var nextState = deepCopy(state);
-
- if (filter(mutation, prevState, nextState)) {
- var formattedTime = getFormattedTime();
- var formattedMutation = mutationTransformer(mutation);
- var message = "mutation " + (mutation.type) + formattedTime;
-
- startMessage(logger, message, collapsed);
- logger.log('%c prev state', 'color: #9E9E9E; font-weight: bold', transformer(prevState));
- logger.log('%c mutation', 'color: #03A9F4; font-weight: bold', formattedMutation);
- logger.log('%c next state', 'color: #4CAF50; font-weight: bold', transformer(nextState));
- endMessage(logger);
- }
-
- prevState = nextState;
- });
- }
-
- if (logActions) {
- store.subscribeAction(function (action, state) {
- if (actionFilter(action, state)) {
- var formattedTime = getFormattedTime();
- var formattedAction = actionTransformer(action);
- var message = "action " + (action.type) + formattedTime;
-
- startMessage(logger, message, collapsed);
- logger.log('%c action', 'color: #03A9F4; font-weight: bold', formattedAction);
- endMessage(logger);
- }
- });
- }
- }
-}
-
-function startMessage (logger, message, collapsed) {
- var startMessage = collapsed
- ? logger.groupCollapsed
- : logger.group;
-
- // render
- try {
- startMessage.call(logger, message);
- } catch (e) {
- logger.log(message);
- }
-}
-
-function endMessage (logger) {
- try {
- logger.groupEnd();
- } catch (e) {
- logger.log('—— log end ——');
- }
-}
-
-function getFormattedTime () {
- var time = new Date();
- return (" @ " + (pad(time.getHours(), 2)) + ":" + (pad(time.getMinutes(), 2)) + ":" + (pad(time.getSeconds(), 2)) + "." + (pad(time.getMilliseconds(), 3)))
-}
-
-function repeat (str, times) {
- return (new Array(times + 1)).join(str)
-}
-
-function pad (num, maxLength) {
- return repeat('0', maxLength - num.toString().length) + num
-}
-
-var index = {
- Store: Store,
- install: install,
- version: '3.6.2',
- mapState: mapState,
- mapMutations: mapMutations,
- mapGetters: mapGetters,
- mapActions: mapActions,
- createNamespacedHelpers: createNamespacedHelpers,
- createLogger: createLogger
-};
-
-/* harmony default export */ __webpack_exports__["a"] = (index);
-
-
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__("yLpj")))
-
-/***/ })
-
-}]);</script><script type="text/javascript">(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[1],{
-
-/***/ "11En":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("KvBI");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("136c3cb9", content, true, {});
-
-/***/ }),
-
-/***/ "3iYy":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TraceView_vue_vue_type_style_index_0_id_6fda4084_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("kBNr");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TraceView_vue_vue_type_style_index_0_id_6fda4084_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TraceView_vue_vue_type_style_index_0_id_6fda4084_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "42B2":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TransactionsView_vue_vue_type_style_index_0_id_4c213712_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("R3lN");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TransactionsView_vue_vue_type_style_index_0_id_4c213712_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TransactionsView_vue_vue_type_style_index_0_id_4c213712_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "4lHQ":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TreeView_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("KFRG");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TreeView_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TreeView_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "5hzQ":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DataAdb_vue_vue_type_style_index_0_id_4e424f56_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("NKv0");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DataAdb_vue_vue_type_style_index_0_id_4e424f56_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DataAdb_vue_vue_type_style_index_0_id_4e424f56_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "7RxL":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Timelines_vue_vue_type_style_index_0_id_72921bb2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("ozLa");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Timelines_vue_vue_type_style_index_0_id_72921bb2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Timelines_vue_vue_type_style_index_0_id_72921bb2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "7e6A":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Timeline_vue_vue_type_style_index_0_id_10671ccf_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("11En");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Timeline_vue_vue_type_style_index_0_id_10671ccf_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Timeline_vue_vue_type_style_index_0_id_10671ccf_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "8MTt":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("Ik4i");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("07c3181c", content, true, {});
-
-/***/ }),
-
-/***/ "A0++":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("Lvir");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "Aqrh":
-/***/ (function(module, exports) {
-
-module.exports = {
- "nested": {
- "com": {
- "nested": {
- "android": {
- "nested": {
- "systemui": {
- "nested": {
- "tracing": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "SystemUiTraceProto": {
- "fields": {
- "edgeBackGestureHandler": {
- "type": "EdgeBackGestureHandlerProto",
- "id": 1
- },
- "wmShell": {
- "type": "com.android.wm.shell.WmShellTraceProto",
- "id": 2
- }
- }
- },
- "EdgeBackGestureHandlerProto": {
- "fields": {
- "allowGesture": {
- "type": "bool",
- "id": 1
- }
- }
- },
- "SystemUiTraceFileProto": {
- "fields": {
- "magicNumber": {
- "type": "fixed64",
- "id": 1
- },
- "entry": {
- "rule": "repeated",
- "type": "SystemUiTraceEntryProto",
- "id": 2
- }
- },
- "nested": {
- "MagicNumber": {
- "values": {
- "INVALID": 0,
- "MAGIC_NUMBER_L": 1431525715,
- "MAGIC_NUMBER_H": 1129469001
- }
- }
- }
- },
- "SystemUiTraceEntryProto": {
- "fields": {
- "elapsedRealtimeNanos": {
- "type": "fixed64",
- "id": 1
- },
- "systemUi": {
- "type": "SystemUiTraceProto",
- "id": 3
- }
- }
- }
- }
- }
- }
- },
- "wm": {
- "nested": {
- "shell": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "WmShellTraceProto": {
- "fields": {
- "testValue": {
- "type": "bool",
- "id": 1
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-/***/ }),
-
-/***/ "BVdu":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("SJk0");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("a5ca16ca", content, true, {});
-
-/***/ }),
-
-/***/ "Cq3n":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.device-choice[data-v-4e424f56] {\n display: inline-flex;\n}\nh3[data-v-4e424f56] {\n margin-bottom: 0;\n}\n.trace-btn[data-v-4e424f56], .dump-btn[data-v-4e424f56] {\n margin-top: 0;\n}\npre[data-v-4e424f56] {\n white-space: pre-wrap;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "D22D":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TimelineSelection_vue_vue_type_style_index_0_id_3bca1c4b_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("jJx6");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TimelineSelection_vue_vue_type_style_index_0_id_3bca1c4b_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TimelineSelection_vue_vue_type_style_index_0_id_3bca1c4b_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "DqTH":
-/***/ (function(module, exports) {
-
-module.exports = {
- "nested": {
- "com": {
- "nested": {
- "android": {
- "nested": {
- "launcher3": {
- "nested": {
- "tracing": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "LauncherTraceFileProto": {
- "fields": {
- "magicNumber": {
- "type": "fixed64",
- "id": 1
- },
- "entry": {
- "rule": "repeated",
- "type": "LauncherTraceEntryProto",
- "id": 2
- }
- },
- "nested": {
- "MagicNumber": {
- "values": {
- "INVALID": 0,
- "MAGIC_NUMBER_L": 1212370508,
- "MAGIC_NUMBER_H": 1129469010
- }
- }
- }
- },
- "LauncherTraceEntryProto": {
- "fields": {
- "elapsedRealtimeNanos": {
- "type": "fixed64",
- "id": 1
- },
- "launcher": {
- "type": "LauncherTraceProto",
- "id": 3
- }
- }
- },
- "LauncherTraceProto": {
- "fields": {
- "touchInteractionService": {
- "type": "TouchInteractionServiceProto",
- "id": 1
- }
- }
- },
- "TouchInteractionServiceProto": {
- "fields": {
- "serviceConnected": {
- "type": "bool",
- "id": 1
- },
- "overviewComponentObvserver": {
- "type": "OverviewComponentObserverProto",
- "id": 2
- },
- "inputConsumer": {
- "type": "InputConsumerProto",
- "id": 3
- }
- }
- },
- "OverviewComponentObserverProto": {
- "fields": {
- "overviewActivityStarted": {
- "type": "bool",
- "id": 1
- },
- "overviewActivityResumed": {
- "type": "bool",
- "id": 2
- }
- }
- },
- "InputConsumerProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "swipeHandler": {
- "type": "SwipeHandlerProto",
- "id": 2
- }
- }
- },
- "SwipeHandlerProto": {
- "fields": {
- "gestureState": {
- "type": "GestureStateProto",
- "id": 1
- },
- "isRecentsAttachedToAppWindow": {
- "type": "bool",
- "id": 2
- },
- "scrollOffset": {
- "type": "int32",
- "id": 3
- },
- "appToOverviewProgress": {
- "type": "float",
- "id": 4
- }
- }
- },
- "GestureStateProto": {
- "fields": {
- "endTarget": {
- "type": "GestureEndTarget",
- "id": 1,
- "options": {
- "default": "UNSET"
- }
- }
- },
- "nested": {
- "GestureEndTarget": {
- "values": {
- "UNSET": 0,
- "HOME": 1,
- "RECENTS": 2,
- "NEW_TASK": 3,
- "LAST_TASK": 4
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-/***/ }),
-
-/***/ "DwW8":
-/***/ (function(module, exports) {
-
-module.exports = {
- "options": {
- "optimize_for": "LITE_RUNTIME"
- },
- "nested": {
- "android": {
- "nested": {
- "surfaceflinger": {
- "nested": {
- "Trace": {
- "fields": {
- "increment": {
- "rule": "repeated",
- "type": "Increment",
- "id": 1
- }
- }
- },
- "Increment": {
- "oneofs": {
- "increment": {
- "oneof": [
- "transaction",
- "surfaceCreation",
- "surfaceDeletion",
- "bufferUpdate",
- "vsyncEvent",
- "displayCreation",
- "displayDeletion",
- "powerModeUpdate"
- ]
- }
- },
- "fields": {
- "timeStamp": {
- "rule": "required",
- "type": "int64",
- "id": 1
- },
- "transaction": {
- "type": "Transaction",
- "id": 2
- },
- "surfaceCreation": {
- "type": "SurfaceCreation",
- "id": 3
- },
- "surfaceDeletion": {
- "type": "SurfaceDeletion",
- "id": 4
- },
- "bufferUpdate": {
- "type": "BufferUpdate",
- "id": 5
- },
- "vsyncEvent": {
- "type": "VSyncEvent",
- "id": 6
- },
- "displayCreation": {
- "type": "DisplayCreation",
- "id": 7
- },
- "displayDeletion": {
- "type": "DisplayDeletion",
- "id": 8
- },
- "powerModeUpdate": {
- "type": "PowerModeUpdate",
- "id": 9
- }
- }
- },
- "Transaction": {
- "fields": {
- "surfaceChange": {
- "rule": "repeated",
- "type": "SurfaceChange",
- "id": 1
- },
- "displayChange": {
- "rule": "repeated",
- "type": "DisplayChange",
- "id": 2
- },
- "synchronous": {
- "rule": "required",
- "type": "bool",
- "id": 3
- },
- "animation": {
- "rule": "required",
- "type": "bool",
- "id": 4
- },
- "origin": {
- "type": "Origin",
- "id": 5
- },
- "id": {
- "type": "uint64",
- "id": 6
- }
- }
- },
- "SurfaceChange": {
- "oneofs": {
- "SurfaceChange": {
- "oneof": [
- "position",
- "size",
- "alpha",
- "layer",
- "crop",
- "matrix",
- "transparentRegionHint",
- "layerStack",
- "hiddenFlag",
- "opaqueFlag",
- "secureFlag",
- "cornerRadius",
- "reparent",
- "relativeParent",
- "backgroundBlurRadius",
- "shadowRadius",
- "blurRegions"
- ]
- }
- },
- "fields": {
- "id": {
- "rule": "required",
- "type": "int32",
- "id": 1
- },
- "position": {
- "type": "PositionChange",
- "id": 2
- },
- "size": {
- "type": "SizeChange",
- "id": 3
- },
- "alpha": {
- "type": "AlphaChange",
- "id": 4
- },
- "layer": {
- "type": "LayerChange",
- "id": 5
- },
- "crop": {
- "type": "CropChange",
- "id": 6
- },
- "matrix": {
- "type": "MatrixChange",
- "id": 8
- },
- "transparentRegionHint": {
- "type": "TransparentRegionHintChange",
- "id": 10
- },
- "layerStack": {
- "type": "LayerStackChange",
- "id": 11
- },
- "hiddenFlag": {
- "type": "HiddenFlagChange",
- "id": 12
- },
- "opaqueFlag": {
- "type": "OpaqueFlagChange",
- "id": 13
- },
- "secureFlag": {
- "type": "SecureFlagChange",
- "id": 14
- },
- "cornerRadius": {
- "type": "CornerRadiusChange",
- "id": 16
- },
- "reparent": {
- "type": "ReparentChange",
- "id": 17
- },
- "relativeParent": {
- "type": "RelativeParentChange",
- "id": 18
- },
- "backgroundBlurRadius": {
- "type": "BackgroundBlurRadiusChange",
- "id": 20
- },
- "shadowRadius": {
- "type": "ShadowRadiusChange",
- "id": 21
- },
- "blurRegions": {
- "type": "BlurRegionsChange",
- "id": 22
- }
- },
- "reserved": [
- [
- 7,
- 7
- ]
- ]
- },
- "PositionChange": {
- "fields": {
- "x": {
- "rule": "required",
- "type": "float",
- "id": 1
- },
- "y": {
- "rule": "required",
- "type": "float",
- "id": 2
- }
- }
- },
- "SizeChange": {
- "fields": {
- "w": {
- "rule": "required",
- "type": "uint32",
- "id": 1
- },
- "h": {
- "rule": "required",
- "type": "uint32",
- "id": 2
- }
- }
- },
- "AlphaChange": {
- "fields": {
- "alpha": {
- "rule": "required",
- "type": "float",
- "id": 1
- }
- }
- },
- "CornerRadiusChange": {
- "fields": {
- "cornerRadius": {
- "rule": "required",
- "type": "float",
- "id": 1
- }
- }
- },
- "BackgroundBlurRadiusChange": {
- "fields": {
- "backgroundBlurRadius": {
- "rule": "required",
- "type": "float",
- "id": 1
- }
- }
- },
- "LayerChange": {
- "fields": {
- "layer": {
- "rule": "required",
- "type": "uint32",
- "id": 1
- }
- }
- },
- "CropChange": {
- "fields": {
- "rectangle": {
- "rule": "required",
- "type": "Rectangle",
- "id": 1
- }
- }
- },
- "MatrixChange": {
- "fields": {
- "dsdx": {
- "rule": "required",
- "type": "float",
- "id": 1
- },
- "dtdx": {
- "rule": "required",
- "type": "float",
- "id": 2
- },
- "dsdy": {
- "rule": "required",
- "type": "float",
- "id": 3
- },
- "dtdy": {
- "rule": "required",
- "type": "float",
- "id": 4
- }
- }
- },
- "TransparentRegionHintChange": {
- "fields": {
- "region": {
- "rule": "repeated",
- "type": "Rectangle",
- "id": 1
- }
- }
- },
- "LayerStackChange": {
- "fields": {
- "layerStack": {
- "rule": "required",
- "type": "uint32",
- "id": 1
- }
- }
- },
- "DisplayFlagsChange": {
- "fields": {
- "flags": {
- "rule": "required",
- "type": "uint32",
- "id": 1
- }
- }
- },
- "HiddenFlagChange": {
- "fields": {
- "hiddenFlag": {
- "rule": "required",
- "type": "bool",
- "id": 1
- }
- }
- },
- "OpaqueFlagChange": {
- "fields": {
- "opaqueFlag": {
- "rule": "required",
- "type": "bool",
- "id": 1
- }
- }
- },
- "SecureFlagChange": {
- "fields": {
- "secureFlag": {
- "rule": "required",
- "type": "bool",
- "id": 1
- }
- }
- },
- "DisplayChange": {
- "oneofs": {
- "DisplayChange": {
- "oneof": [
- "surface",
- "layerStack",
- "size",
- "projection",
- "flags"
- ]
- }
- },
- "fields": {
- "id": {
- "rule": "required",
- "type": "int32",
- "id": 1
- },
- "surface": {
- "type": "DispSurfaceChange",
- "id": 2
- },
- "layerStack": {
- "type": "LayerStackChange",
- "id": 3
- },
- "size": {
- "type": "SizeChange",
- "id": 4
- },
- "projection": {
- "type": "ProjectionChange",
- "id": 5
- },
- "flags": {
- "type": "DisplayFlagsChange",
- "id": 6
- }
- }
- },
- "DispSurfaceChange": {
- "fields": {
- "bufferQueueId": {
- "rule": "required",
- "type": "uint64",
- "id": 1
- },
- "bufferQueueName": {
- "rule": "required",
- "type": "string",
- "id": 2
- }
- }
- },
- "ProjectionChange": {
- "fields": {
- "orientation": {
- "rule": "required",
- "type": "int32",
- "id": 1
- },
- "viewport": {
- "rule": "required",
- "type": "Rectangle",
- "id": 2
- },
- "frame": {
- "rule": "required",
- "type": "Rectangle",
- "id": 3
- }
- }
- },
- "Rectangle": {
- "fields": {
- "left": {
- "rule": "required",
- "type": "int32",
- "id": 1
- },
- "top": {
- "rule": "required",
- "type": "int32",
- "id": 2
- },
- "right": {
- "rule": "required",
- "type": "int32",
- "id": 3
- },
- "bottom": {
- "rule": "required",
- "type": "int32",
- "id": 4
- }
- }
- },
- "SurfaceCreation": {
- "fields": {
- "id": {
- "rule": "required",
- "type": "int32",
- "id": 1
- },
- "name": {
- "rule": "required",
- "type": "string",
- "id": 2
- },
- "w": {
- "rule": "required",
- "type": "uint32",
- "id": 3
- },
- "h": {
- "rule": "required",
- "type": "uint32",
- "id": 4
- }
- }
- },
- "SurfaceDeletion": {
- "fields": {
- "id": {
- "rule": "required",
- "type": "int32",
- "id": 1
- }
- }
- },
- "BufferUpdate": {
- "fields": {
- "id": {
- "rule": "required",
- "type": "int32",
- "id": 1
- },
- "w": {
- "rule": "required",
- "type": "uint32",
- "id": 2
- },
- "h": {
- "rule": "required",
- "type": "uint32",
- "id": 3
- },
- "frameNumber": {
- "rule": "required",
- "type": "uint64",
- "id": 4
- }
- }
- },
- "VSyncEvent": {
- "fields": {
- "when": {
- "rule": "required",
- "type": "int64",
- "id": 1
- }
- }
- },
- "DisplayCreation": {
- "fields": {
- "id": {
- "rule": "required",
- "type": "int32",
- "id": 1
- },
- "name": {
- "rule": "required",
- "type": "string",
- "id": 2
- },
- "displayId": {
- "type": "uint64",
- "id": 3
- },
- "isSecure": {
- "rule": "required",
- "type": "bool",
- "id": 4
- }
- }
- },
- "DisplayDeletion": {
- "fields": {
- "id": {
- "rule": "required",
- "type": "int32",
- "id": 1
- }
- }
- },
- "PowerModeUpdate": {
- "fields": {
- "id": {
- "rule": "required",
- "type": "int32",
- "id": 1
- },
- "mode": {
- "rule": "required",
- "type": "int32",
- "id": 2
- }
- }
- },
- "ReparentChange": {
- "fields": {
- "parentId": {
- "rule": "required",
- "type": "int32",
- "id": 1
- }
- }
- },
- "RelativeParentChange": {
- "fields": {
- "relativeParentId": {
- "rule": "required",
- "type": "int32",
- "id": 1
- },
- "z": {
- "rule": "required",
- "type": "int32",
- "id": 2
- }
- }
- },
- "ShadowRadiusChange": {
- "fields": {
- "radius": {
- "rule": "required",
- "type": "float",
- "id": 1
- }
- }
- },
- "BlurRegionsChange": {
- "fields": {
- "blurRegions": {
- "rule": "repeated",
- "type": "BlurRegionChange",
- "id": 1
- }
- }
- },
- "BlurRegionChange": {
- "fields": {
- "blurRadius": {
- "rule": "required",
- "type": "uint32",
- "id": 1
- },
- "cornerRadiusTl": {
- "rule": "required",
- "type": "float",
- "id": 2
- },
- "cornerRadiusTr": {
- "rule": "required",
- "type": "float",
- "id": 3
- },
- "cornerRadiusBl": {
- "rule": "required",
- "type": "float",
- "id": 4
- },
- "cornerRadiusBr": {
- "rule": "required",
- "type": "float",
- "id": 5
- },
- "alpha": {
- "rule": "required",
- "type": "float",
- "id": 6
- },
- "left": {
- "rule": "required",
- "type": "int32",
- "id": 7
- },
- "top": {
- "rule": "required",
- "type": "int32",
- "id": 8
- },
- "right": {
- "rule": "required",
- "type": "int32",
- "id": 9
- },
- "bottom": {
- "rule": "required",
- "type": "int32",
- "id": 10
- }
- }
- },
- "Origin": {
- "fields": {
- "pid": {
- "rule": "required",
- "type": "int32",
- "id": 1
- },
- "uid": {
- "rule": "required",
- "type": "int32",
- "id": 2
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-/***/ }),
-
-/***/ "Frpt":
-/***/ (function(module) {
-
-module.exports = JSON.parse("{\"android.accessibilityservice.AccessibilityGestureEvent.GestureId\":{\"flag\":false,\"values\":{\"0\":\"GESTURE_UNKNOWN\",\"1\":\"GESTURE_SWIPE_UP\",\"2\":\"GESTURE_SWIPE_DOWN\",\"3\":\"GESTURE_SWIPE_LEFT\",\"4\":\"GESTURE_SWIPE_RIGHT\",\"5\":\"GESTURE_SWIPE_LEFT_AND_RIGHT\",\"6\":\"GESTURE_SWIPE_RIGHT_AND_LEFT\",\"7\":\"GESTURE_SWIPE_UP_AND_DOWN\",\"8\":\"GESTURE_SWIPE_DOWN_AND_UP\",\"9\":\"GESTURE_SWIPE_LEFT_AND_UP\",\"10\":\"GESTURE_SWIPE_LEFT_AND_DOWN\",\"11\":\"GESTURE_SWIPE_RIGHT_AND_UP\",\"12\":\"GESTURE_SWIPE_RIGHT_AND_DOWN\",\"13\":\"GESTURE_SWIPE_UP_AND_LEFT\",\"14\":\"GESTURE_SWIPE_UP_AND_RIGHT\",\"15\":\"GESTURE_SWIPE_DOWN_AND_LEFT\",\"16\":\"GESTURE_SWIPE_DOWN_AND_RIGHT\",\"17\":\"GESTURE_DOUBLE_TAP\",\"18\":\"GESTURE_DOUBLE_TAP_AND_HOLD\",\"19\":\"GESTURE_2_FINGER_SINGLE_TAP\",\"20\":\"GESTURE_2_FINGER_DOUBLE_TAP\",\"21\":\"GESTURE_2_FINGER_TRIPLE_TAP\",\"22\":\"GESTURE_3_FINGER_SINGLE_TAP\",\"23\":\"GESTURE_3_FINGER_DOUBLE_TAP\",\"24\":\"GESTURE_3_FINGER_TRIPLE_TAP\",\"25\":\"GESTURE_2_FINGER_SWIPE_UP\",\"26\":\"GESTURE_2_FINGER_SWIPE_DOWN\",\"27\":\"GESTURE_2_FINGER_SWIPE_LEFT\",\"28\":\"GESTURE_2_FINGER_SWIPE_RIGHT\",\"29\":\"GESTURE_3_FINGER_SWIPE_UP\",\"30\":\"GESTURE_3_FINGER_SWIPE_DOWN\",\"31\":\"GESTURE_3_FINGER_SWIPE_LEFT\",\"32\":\"GESTURE_3_FINGER_SWIPE_RIGHT\",\"33\":\"GESTURE_4_FINGER_SWIPE_UP\",\"34\":\"GESTURE_4_FINGER_SWIPE_DOWN\",\"35\":\"GESTURE_4_FINGER_SWIPE_LEFT\",\"36\":\"GESTURE_4_FINGER_SWIPE_RIGHT\",\"37\":\"GESTURE_4_FINGER_SINGLE_TAP\",\"38\":\"GESTURE_4_FINGER_DOUBLE_TAP\",\"39\":\"GESTURE_4_FINGER_TRIPLE_TAP\",\"40\":\"GESTURE_2_FINGER_DOUBLE_TAP_AND_HOLD\",\"41\":\"GESTURE_3_FINGER_DOUBLE_TAP_AND_HOLD\",\"42\":\"GESTURE_4_FINGER_DOUBLE_TAP_AND_HOLD\",\"43\":\"GESTURE_2_FINGER_TRIPLE_TAP_AND_HOLD\",\"44\":\"GESTURE_3_FINGER_SINGLE_TAP_AND_HOLD\",\"45\":\"GESTURE_3_FINGER_TRIPLE_TAP_AND_HOLD\",\"-2\":\"GESTURE_TOUCH_EXPLORATION\"}},\"android.accessibilityservice.AccessibilityService.ScreenshotErrorCode\":{\"flag\":false,\"values\":{\"1\":\"ERROR_TAKE_SCREENSHOT_INTERNAL_ERROR\",\"2\":\"ERROR_TAKE_SCREENSHOT_NO_ACCESSIBILITY_ACCESS\",\"3\":\"ERROR_TAKE_SCREENSHOT_INTERVAL_TIME_SHORT\",\"4\":\"ERROR_TAKE_SCREENSHOT_INVALID_DISPLAY\"}},\"android.accessibilityservice.AccessibilityService.SoftKeyboardShowMode\":{\"flag\":false,\"values\":{\"0\":\"SHOW_MODE_AUTO\",\"1\":\"SHOW_MODE_HIDDEN\",\"2\":\"SHOW_MODE_IGNORE_HARD_KEYBOARD\"}},\"android.accessibilityservice.AccessibilityServiceInfo.FeedbackType\":{\"flag\":true,\"values\":{\"1\":\"FEEDBACK_SPOKEN\",\"2\":\"FEEDBACK_HAPTIC\",\"4\":\"FEEDBACK_AUDIBLE\",\"8\":\"FEEDBACK_VISUAL\",\"16\":\"FEEDBACK_GENERIC\",\"32\":\"FEEDBACK_BRAILLE\"}},\"android.accounts.AccountManager.AccountVisibility\":{\"flag\":false,\"values\":{\"0\":\"VISIBILITY_UNDEFINED\",\"1\":\"VISIBILITY_VISIBLE\",\"2\":\"VISIBILITY_USER_MANAGED_VISIBLE\",\"3\":\"VISIBILITY_NOT_VISIBLE\",\"4\":\"VISIBILITY_USER_MANAGED_NOT_VISIBLE\"}},\"android.animation.ValueAnimator.RepeatMode\":{\"flag\":false,\"values\":{\"1\":\"RESTART\",\"2\":\"REVERSE\"}},\"android.annotation.Dimension.Unit\":{\"flag\":false,\"values\":{\"0\":\"DP\",\"1\":\"PX\",\"2\":\"SP\"}},\"android.app.ActionBar.DisplayOptions\":{\"flag\":true,\"values\":{\"1\":\"DISPLAY_USE_LOGO\",\"2\":\"DISPLAY_SHOW_HOME\",\"4\":\"DISPLAY_HOME_AS_UP\",\"8\":\"DISPLAY_SHOW_TITLE\",\"16\":\"DISPLAY_SHOW_CUSTOM\",\"32\":\"DISPLAY_TITLE_MULTIPLE_LINES\"}},\"android.app.ActionBar.NavigationMode\":{\"flag\":false,\"values\":{\"0\":\"NAVIGATION_MODE_STANDARD\",\"1\":\"NAVIGATION_MODE_LIST\",\"2\":\"NAVIGATION_MODE_TABS\"}},\"android.app.Activity.ContentCaptureNotificationType\":{\"flag\":false,\"values\":{\"1\":\"CONTENT_CAPTURE_START\",\"2\":\"CONTENT_CAPTURE_RESUME\",\"3\":\"CONTENT_CAPTURE_PAUSE\",\"4\":\"CONTENT_CAPTURE_STOP\"}},\"android.app.Activity.DefaultKeyMode\":{\"flag\":false,\"values\":{\"0\":\"DEFAULT_KEYS_DISABLE\",\"1\":\"DEFAULT_KEYS_DIALER\",\"2\":\"DEFAULT_KEYS_SHORTCUT\",\"3\":\"DEFAULT_KEYS_SEARCH_LOCAL\",\"4\":\"DEFAULT_KEYS_SEARCH_GLOBAL\"}},\"android.app.ActivityManager.MoveTaskFlags\":{\"flag\":true,\"values\":{\"1\":\"MOVE_TASK_WITH_HOME\",\"2\":\"MOVE_TASK_NO_USER_ACTION\"}},\"android.app.ActivityManager.ProcessCapability\":{\"flag\":true,\"values\":{\"0\":\"PROCESS_CAPABILITY_NONE\",\"1\":\"PROCESS_CAPABILITY_FOREGROUND_LOCATION\",\"2\":\"PROCESS_CAPABILITY_FOREGROUND_CAMERA\",\"4\":\"PROCESS_CAPABILITY_FOREGROUND_MICROPHONE\"}},\"android.app.ActivityManager.ProcessState\":{\"flag\":false,\"values\":{\"0\":\"PROCESS_STATE_PERSISTENT\",\"1\":\"PROCESS_STATE_PERSISTENT_UI\",\"2\":\"PROCESS_STATE_TOP\",\"3\":\"PROCESS_STATE_BOUND_TOP\",\"4\":\"PROCESS_STATE_FOREGROUND_SERVICE\",\"5\":\"PROCESS_STATE_BOUND_FOREGROUND_SERVICE\",\"6\":\"PROCESS_STATE_IMPORTANT_FOREGROUND\",\"7\":\"PROCESS_STATE_IMPORTANT_BACKGROUND\",\"8\":\"PROCESS_STATE_TRANSIENT_BACKGROUND\",\"9\":\"PROCESS_STATE_BACKUP\",\"10\":\"PROCESS_STATE_SERVICE\",\"11\":\"PROCESS_STATE_RECEIVER\",\"12\":\"PROCESS_STATE_TOP_SLEEPING\",\"13\":\"PROCESS_STATE_HEAVY_WEIGHT\",\"14\":\"PROCESS_STATE_HOME\",\"15\":\"PROCESS_STATE_LAST_ACTIVITY\",\"16\":\"PROCESS_STATE_CACHED_ACTIVITY\",\"17\":\"PROCESS_STATE_CACHED_ACTIVITY_CLIENT\",\"18\":\"PROCESS_STATE_CACHED_RECENT\",\"19\":\"PROCESS_STATE_CACHED_EMPTY\",\"-1\":\"PROCESS_STATE_UNKNOWN\"}},\"android.app.ActivityManager.RunningAppProcessInfo.Importance\":{\"flag\":false,\"values\":{\"100\":\"IMPORTANCE_FOREGROUND\",\"125\":\"IMPORTANCE_FOREGROUND_SERVICE\",\"200\":\"IMPORTANCE_VISIBLE\",\"230\":\"IMPORTANCE_PERCEPTIBLE\",\"300\":\"IMPORTANCE_SERVICE\",\"325\":\"IMPORTANCE_TOP_SLEEPING\",\"350\":\"IMPORTANCE_CANT_SAVE_STATE\",\"400\":\"IMPORTANCE_CACHED\",\"1000\":\"IMPORTANCE_GONE\"}},\"android.app.ActivityOptions.SourceInfo.SourceType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_LAUNCHER\",\"2\":\"TYPE_NOTIFICATION\",\"3\":\"TYPE_LOCKSCREEN\"}},\"android.app.AlarmManager.AlarmType\":{\"flag\":false,\"values\":{\"0\":\"RTC_WAKEUP\",\"1\":\"RTC\",\"2\":\"ELAPSED_REALTIME_WAKEUP\",\"3\":\"ELAPSED_REALTIME\"}},\"android.app.AppOpsManager.AttributionFlags\":{\"flag\":true,\"values\":{\"1\":\"ATTRIBUTION_FLAG_ACCESSOR\",\"2\":\"ATTRIBUTION_FLAG_INTERMEDIARY\",\"4\":\"ATTRIBUTION_FLAG_RECEIVER\"}},\"android.app.AppOpsManager.HistoricalMode\":{\"flag\":true,\"values\":{\"0\":\"HISTORICAL_MODE_DISABLED\",\"1\":\"HISTORICAL_MODE_ENABLED_ACTIVE\",\"2\":\"HISTORICAL_MODE_ENABLED_PASSIVE\"}},\"android.app.AppOpsManager.HistoricalOpsRequestFilter\":{\"flag\":true,\"values\":{\"1\":\"FILTER_BY_UID\",\"2\":\"FILTER_BY_PACKAGE_NAME\",\"4\":\"FILTER_BY_ATTRIBUTION_TAG\",\"8\":\"FILTER_BY_OP_NAMES\"}},\"android.app.AppOpsManager.Mode\":{\"flag\":false,\"values\":{\"0\":\"MODE_ALLOWED\",\"1\":\"MODE_IGNORED\",\"2\":\"MODE_ERRORED\",\"3\":\"MODE_DEFAULT\",\"4\":\"MODE_FOREGROUND\"}},\"android.app.AppOpsManager.NotedOpCollectionMode\":{\"flag\":false,\"values\":{\"0\":\"DONT_COLLECT\",\"1\":\"COLLECT_SELF\",\"2\":\"COLLECT_SYNC\",\"3\":\"COLLECT_ASYNC\"}},\"android.app.AppOpsManager.OpFlags\":{\"flag\":true,\"values\":{\"1\":\"OP_FLAG_SELF\",\"2\":\"OP_FLAG_TRUSTED_PROXY\",\"4\":\"OP_FLAG_UNTRUSTED_PROXY\",\"8\":\"OP_FLAG_TRUSTED_PROXIED\",\"16\":\"OP_FLAG_UNTRUSTED_PROXIED\"}},\"android.app.AppOpsManager.OpHistoryFlags\":{\"flag\":true,\"values\":{\"1\":\"HISTORY_FLAG_AGGREGATE\",\"2\":\"HISTORY_FLAG_DISCRETE\"}},\"android.app.AppOpsManager.SamplingStrategy\":{\"flag\":false,\"values\":{\"0\":\"SAMPLING_STRATEGY_DEFAULT\",\"1\":\"SAMPLING_STRATEGY_UNIFORM\",\"2\":\"SAMPLING_STRATEGY_RARELY_USED\",\"3\":\"SAMPLING_STRATEGY_BOOT_TIME_SAMPLING\",\"4\":\"SAMPLING_STRATEGY_UNIFORM_OPS\"}},\"android.app.AppOpsManager.ShouldCollectNoteOp\":{\"flag\":true,\"values\":{\"0\":\"SHOULD_COLLECT_NOTE_OP_NOT_INITIALIZED\",\"1\":\"SHOULD_NOT_COLLECT_NOTE_OP\",\"2\":\"SHOULD_COLLECT_NOTE_OP\"}},\"android.app.AppOpsManager.UidState\":{\"flag\":false,\"values\":{\"100\":\"UID_STATE_PERSISTENT\",\"200\":\"UID_STATE_TOP\",\"300\":\"UID_STATE_FOREGROUND_SERVICE_LOCATION\",\"400\":\"UID_STATE_FOREGROUND_SERVICE\",\"500\":\"UID_STATE_FOREGROUND\",\"600\":\"UID_STATE_BACKGROUND\",\"700\":\"UID_STATE_CACHED\"}},\"android.app.ApplicationExitInfo.Reason\":{\"flag\":false,\"values\":{\"0\":\"REASON_UNKNOWN\",\"1\":\"REASON_EXIT_SELF\",\"2\":\"REASON_SIGNALED\",\"3\":\"REASON_LOW_MEMORY\",\"4\":\"REASON_CRASH\",\"5\":\"REASON_CRASH_NATIVE\",\"6\":\"REASON_ANR\",\"7\":\"REASON_INITIALIZATION_FAILURE\",\"8\":\"REASON_PERMISSION_CHANGE\",\"9\":\"REASON_EXCESSIVE_RESOURCE_USAGE\",\"10\":\"REASON_USER_REQUESTED\",\"11\":\"REASON_USER_STOPPED\",\"12\":\"REASON_DEPENDENCY_DIED\",\"13\":\"REASON_OTHER\"}},\"android.app.ApplicationExitInfo.SubReason\":{\"flag\":false,\"values\":{\"0\":\"SUBREASON_UNKNOWN\",\"1\":\"SUBREASON_WAIT_FOR_DEBUGGER\",\"2\":\"SUBREASON_TOO_MANY_CACHED\",\"3\":\"SUBREASON_TOO_MANY_EMPTY\",\"4\":\"SUBREASON_TRIM_EMPTY\",\"5\":\"SUBREASON_LARGE_CACHED\",\"6\":\"SUBREASON_MEMORY_PRESSURE\",\"7\":\"SUBREASON_EXCESSIVE_CPU\",\"8\":\"SUBREASON_SYSTEM_UPDATE_DONE\",\"9\":\"SUBREASON_KILL_ALL_FG\",\"10\":\"SUBREASON_KILL_ALL_BG_EXCEPT\",\"11\":\"SUBREASON_KILL_UID\",\"12\":\"SUBREASON_KILL_PID\",\"13\":\"SUBREASON_INVALID_START\",\"14\":\"SUBREASON_INVALID_STATE\",\"15\":\"SUBREASON_IMPERCEPTIBLE\",\"16\":\"SUBREASON_REMOVE_LRU\",\"17\":\"SUBREASON_ISOLATED_NOT_NEEDED\",\"19\":\"SUBREASON_FREEZER_BINDER_IOCTL\",\"20\":\"SUBREASON_FREEZER_BINDER_TRANSACTION\"}},\"android.app.ContextImpl.ContextType\":{\"flag\":false,\"values\":{\"0\":\"CONTEXT_TYPE_NON_UI\",\"1\":\"CONTEXT_TYPE_DISPLAY_CONTEXT\",\"2\":\"CONTEXT_TYPE_ACTIVITY\",\"3\":\"CONTEXT_TYPE_WINDOW_CONTEXT\",\"4\":\"CONTEXT_TYPE_SYSTEM_OR_SYSTEM_UI\"}},\"android.app.ContextImpl.ServiceInitializationState\":{\"flag\":false,\"values\":{\"0\":\"STATE_UNINITIALIZED\",\"1\":\"STATE_INITIALIZING\",\"2\":\"STATE_READY\",\"3\":\"STATE_NOT_FOUND\"}},\"android.app.FragmentTransaction.Transit\":{\"flag\":false,\"values\":{\"0\":\"TRANSIT_NONE\",\"4097\":\"TRANSIT_FRAGMENT_OPEN\",\"4099\":\"TRANSIT_FRAGMENT_FADE\",\"8194\":\"TRANSIT_FRAGMENT_CLOSE\"}},\"android.app.GameManager.GameMode\":{\"flag\":false,\"values\":{\"0\":\"GAME_MODE_UNSUPPORTED\",\"1\":\"GAME_MODE_STANDARD\",\"2\":\"GAME_MODE_PERFORMANCE\",\"3\":\"GAME_MODE_BATTERY\"}},\"android.app.Instrumentation.UiAutomationFlags\":{\"flag\":false,\"values\":{\"0\":\"FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES\",\"1\":\"FLAG_DONT_USE_ACCESSIBILITY\"}},\"android.app.KeyguardManager.LockTypes\":{\"flag\":false,\"values\":{\"0\":\"PASSWORD\",\"1\":\"PIN\",\"2\":\"PATTERN\"}},\"android.app.Notification.Action.SemanticAction\":{\"flag\":false,\"values\":{\"0\":\"SEMANTIC_ACTION_NONE\",\"1\":\"SEMANTIC_ACTION_REPLY\",\"2\":\"SEMANTIC_ACTION_MARK_AS_READ\",\"3\":\"SEMANTIC_ACTION_MARK_AS_UNREAD\",\"4\":\"SEMANTIC_ACTION_DELETE\",\"5\":\"SEMANTIC_ACTION_ARCHIVE\",\"6\":\"SEMANTIC_ACTION_MUTE\",\"7\":\"SEMANTIC_ACTION_UNMUTE\",\"8\":\"SEMANTIC_ACTION_THUMBS_UP\",\"9\":\"SEMANTIC_ACTION_THUMBS_DOWN\",\"10\":\"SEMANTIC_ACTION_CALL\",\"11\":\"SEMANTIC_ACTION_MARK_CONVERSATION_AS_PRIORITY\",\"12\":\"SEMANTIC_ACTION_CONVERSATION_IS_PHISHING\"}},\"android.app.Notification.GroupAlertBehavior\":{\"flag\":false,\"values\":{\"0\":\"GROUP_ALERT_ALL\",\"1\":\"GROUP_ALERT_SUMMARY\",\"2\":\"GROUP_ALERT_CHILDREN\"}},\"android.app.Notification.MessagingStyle.ConversationType\":{\"flag\":false,\"values\":{\"0\":\"CONVERSATION_TYPE_LEGACY\",\"1\":\"CONVERSATION_TYPE_NORMAL\",\"2\":\"CONVERSATION_TYPE_IMPORTANT\"}},\"android.app.Notification.NotificationFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_SHOW_LIGHTS\",\"2\":\"FLAG_ONGOING_EVENT\",\"4\":\"FLAG_INSISTENT\",\"8\":\"FLAG_ONLY_ALERT_ONCE\",\"16\":\"FLAG_AUTO_CANCEL\",\"32\":\"FLAG_NO_CLEAR\",\"64\":\"FLAG_FOREGROUND_SERVICE\",\"128\":\"FLAG_HIGH_PRIORITY\",\"256\":\"FLAG_LOCAL_ONLY\",\"512\":\"FLAG_GROUP_SUMMARY\",\"1024\":\"FLAG_AUTOGROUP_SUMMARY\",\"4096\":\"FLAG_BUBBLE\"}},\"android.app.Notification.NotificationVisibilityOverride\":{\"flag\":false,\"values\":{\"0\":\"VISIBILITY_PRIVATE\",\"1\":\"VISIBILITY_PUBLIC\",\"-1\":\"VISIBILITY_SECRET\",\"-1000\":\"VISIBILITY_NO_OVERRIDE\"}},\"android.app.Notification.Priority\":{\"flag\":false,\"values\":{\"0\":\"PRIORITY_DEFAULT\",\"1\":\"PRIORITY_HIGH\",\"2\":\"PRIORITY_MAX\",\"-1\":\"PRIORITY_LOW\",\"-2\":\"PRIORITY_MIN\"}},\"android.app.Notification.ServiceNotificationPolicy\":{\"flag\":false,\"values\":{\"0\":\"FOREGROUND_SERVICE_DEFAULT\",\"1\":\"FOREGROUND_SERVICE_IMMEDIATE\",\"2\":\"FOREGROUND_SERVICE_DEFERRED\"}},\"android.app.Notification.Visibility\":{\"flag\":false,\"values\":{\"0\":\"VISIBILITY_PRIVATE\",\"1\":\"VISIBILITY_PUBLIC\",\"-1\":\"VISIBILITY_SECRET\"}},\"android.app.NotificationManager.AutomaticZenRuleStatus\":{\"flag\":false,\"values\":{\"1\":\"AUTOMATIC_RULE_STATUS_ENABLED\",\"2\":\"AUTOMATIC_RULE_STATUS_DISABLED\",\"3\":\"AUTOMATIC_RULE_STATUS_REMOVED\",\"-1\":\"AUTOMATIC_RULE_STATUS_UNKNOWN\"}},\"android.app.NotificationManager.BubblePreference\":{\"flag\":false,\"values\":{\"0\":\"BUBBLE_PREFERENCE_NONE\",\"1\":\"BUBBLE_PREFERENCE_ALL\",\"2\":\"BUBBLE_PREFERENCE_SELECTED\"}},\"android.app.NotificationManager.Importance\":{\"flag\":false,\"values\":{\"0\":\"IMPORTANCE_NONE\",\"1\":\"IMPORTANCE_MIN\",\"2\":\"IMPORTANCE_LOW\",\"3\":\"IMPORTANCE_DEFAULT\",\"4\":\"IMPORTANCE_HIGH\",\"-1000\":\"IMPORTANCE_UNSPECIFIED\"}},\"android.app.NotificationManager.InterruptionFilter\":{\"flag\":false,\"values\":{\"0\":\"INTERRUPTION_FILTER_UNKNOWN\",\"1\":\"INTERRUPTION_FILTER_ALL\",\"2\":\"INTERRUPTION_FILTER_PRIORITY\",\"3\":\"INTERRUPTION_FILTER_NONE\",\"4\":\"INTERRUPTION_FILTER_ALARMS\"}},\"android.app.NotificationManager.Policy.ConversationSenders\":{\"flag\":false,\"values\":{\"1\":\"CONVERSATION_SENDERS_ANYONE\",\"2\":\"CONVERSATION_SENDERS_IMPORTANT\",\"3\":\"CONVERSATION_SENDERS_NONE\"}},\"android.app.NotificationManager.Policy.PrioritySenders\":{\"flag\":false,\"values\":{\"0\":\"PRIORITY_SENDERS_ANY\",\"1\":\"PRIORITY_SENDERS_CONTACTS\",\"2\":\"PRIORITY_SENDERS_STARRED\"}},\"android.app.PendingIntent.Flags\":{\"flag\":true,\"values\":{\"1\":\"FILL_IN_ACTION\",\"2\":\"FILL_IN_DATA\",\"4\":\"FILL_IN_CATEGORIES\",\"8\":\"FILL_IN_COMPONENT\",\"16\":\"FILL_IN_PACKAGE\",\"32\":\"FILL_IN_SOURCE_BOUNDS\",\"64\":\"FILL_IN_SELECTOR\",\"128\":\"FILL_IN_CLIP_DATA\",\"33554432\":\"FLAG_MUTABLE_UNAUDITED\",\"67108864\":\"FLAG_IMMUTABLE\",\"134217728\":\"FLAG_UPDATE_CURRENT\",\"268435456\":\"FLAG_CANCEL_CURRENT\",\"536870912\":\"FLAG_NO_CREATE\",\"1073741824\":\"FLAG_ONE_SHOT\"}},\"android.app.RemoteInput.EditChoicesBeforeSending\":{\"flag\":false,\"values\":{\"0\":\"EDIT_CHOICES_BEFORE_SENDING_AUTO\",\"1\":\"EDIT_CHOICES_BEFORE_SENDING_DISABLED\",\"2\":\"EDIT_CHOICES_BEFORE_SENDING_ENABLED\"}},\"android.app.RemoteInput.Source\":{\"flag\":false,\"values\":{\"0\":\"SOURCE_FREE_FORM_INPUT\",\"1\":\"SOURCE_CHOICE\"}},\"android.app.Service.StartArgFlags\":{\"flag\":true,\"values\":{\"1\":\"START_FLAG_REDELIVERY\",\"2\":\"START_FLAG_RETRY\"}},\"android.app.Service.StartResult\":{\"flag\":false,\"values\":{\"0\":\"START_STICKY_COMPATIBILITY\",\"1\":\"START_STICKY\",\"2\":\"START_NOT_STICKY\",\"3\":\"START_REDELIVER_INTENT\"}},\"android.app.Service.StopForegroundFlags\":{\"flag\":true,\"values\":{\"1\":\"STOP_FOREGROUND_REMOVE\",\"2\":\"STOP_FOREGROUND_DETACH\"}},\"android.app.StatusBarManager.Disable2Flags\":{\"flag\":true,\"values\":{\"0\":\"DISABLE2_NONE\",\"1\":\"DISABLE2_QUICK_SETTINGS\",\"2\":\"DISABLE2_SYSTEM_ICONS\",\"4\":\"DISABLE2_NOTIFICATION_SHADE\",\"8\":\"DISABLE2_GLOBAL_ACTIONS\",\"16\":\"DISABLE2_ROTATE_SUGGESTIONS\",\"31\":\"DISABLE2_MASK\"}},\"android.app.StatusBarManager.DisableFlags\":{\"flag\":true,\"values\":{\"0\":\"DISABLE_NONE\",\"65536\":\"DISABLE_EXPAND\",\"131072\":\"DISABLE_NOTIFICATION_ICONS\",\"262144\":\"DISABLE_NOTIFICATION_ALERTS\",\"524288\":\"DISABLE_NOTIFICATION_TICKER\",\"1048576\":\"DISABLE_SYSTEM_INFO\",\"2097152\":\"DISABLE_HOME\",\"4194304\":\"DISABLE_BACK\",\"8388608\":\"DISABLE_CLOCK\",\"16777216\":\"DISABLE_RECENT\",\"33554432\":\"DISABLE_SEARCH\",\"67108864\":\"DISABLE_ONGOING_CALL_CHIP\"}},\"android.app.StatusBarManager.WindowType\":{\"flag\":true,\"values\":{\"1\":\"WINDOW_STATUS_BAR\",\"2\":\"WINDOW_NAVIGATION_BAR\"}},\"android.app.StatusBarManager.WindowVisibleState\":{\"flag\":true,\"values\":{\"0\":\"WINDOW_STATE_SHOWING\",\"1\":\"WINDOW_STATE_HIDING\",\"2\":\"WINDOW_STATE_HIDDEN\"}},\"android.app.UiAutomation.ConnectionState\":{\"flag\":false,\"values\":{\"0\":\"DISCONNECTED\",\"1\":\"CONNECTING\",\"2\":\"CONNECTED\",\"3\":\"FAILED\"}},\"android.app.UiModeManager.DisableCarMode\":{\"flag\":false,\"values\":{\"1\":\"DISABLE_CAR_MODE_GO_HOME\"}},\"android.app.UiModeManager.EnableCarMode\":{\"flag\":false,\"values\":{\"1\":\"ENABLE_CAR_MODE_GO_CAR_HOME\",\"2\":\"ENABLE_CAR_MODE_ALLOW_SLEEP\"}},\"android.app.UiModeManager.NightMode\":{\"flag\":false,\"values\":{\"0\":\"MODE_NIGHT_AUTO\",\"1\":\"MODE_NIGHT_NO\",\"2\":\"MODE_NIGHT_YES\",\"3\":\"MODE_NIGHT_CUSTOM\"}},\"android.app.UiModeManager.ProjectionType\":{\"flag\":false,\"values\":{\"0\":\"PROJECTION_TYPE_NONE\",\"1\":\"PROJECTION_TYPE_AUTOMOTIVE\",\"-1\":\"PROJECTION_TYPE_ALL\"}},\"android.app.Vr2dDisplayProperties.Vr2dDisplayFlag\":{\"flag\":false,\"values\":{\"1\":\"FLAG_VIRTUAL_DISPLAY_ENABLED\"}},\"android.app.WaitResult.LaunchState\":{\"flag\":false,\"values\":{\"0\":\"LAUNCH_STATE_UNKNOWN\",\"1\":\"LAUNCH_STATE_COLD\",\"2\":\"LAUNCH_STATE_WARM\",\"3\":\"LAUNCH_STATE_HOT\",\"4\":\"LAUNCH_STATE_RELAUNCH\"}},\"android.app.WallpaperColors.ColorsHints\":{\"flag\":true,\"values\":{\"1\":\"HINT_SUPPORTS_DARK_TEXT\",\"2\":\"HINT_SUPPORTS_DARK_THEME\"}},\"android.app.WallpaperManager.SetWallpaperFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_SYSTEM\",\"2\":\"FLAG_LOCK\"}},\"android.app.WindowConfiguration.ActivityType\":{\"flag\":false,\"values\":{\"0\":\"ACTIVITY_TYPE_UNDEFINED\",\"1\":\"ACTIVITY_TYPE_STANDARD\",\"2\":\"ACTIVITY_TYPE_HOME\",\"3\":\"ACTIVITY_TYPE_RECENTS\",\"4\":\"ACTIVITY_TYPE_ASSISTANT\",\"5\":\"ACTIVITY_TYPE_DREAM\"}},\"android.app.WindowConfiguration.AlwaysOnTop\":{\"flag\":false,\"values\":{\"0\":\"ALWAYS_ON_TOP_UNDEFINED\",\"1\":\"ALWAYS_ON_TOP_ON\",\"2\":\"ALWAYS_ON_TOP_OFF\"}},\"android.app.WindowConfiguration.WindowConfig\":{\"flag\":true,\"values\":{\"1\":\"WINDOW_CONFIG_BOUNDS\",\"2\":\"WINDOW_CONFIG_APP_BOUNDS\",\"4\":\"WINDOW_CONFIG_MAX_BOUNDS\",\"8\":\"WINDOW_CONFIG_WINDOWING_MODE\",\"16\":\"WINDOW_CONFIG_ACTIVITY_TYPE\",\"32\":\"WINDOW_CONFIG_ALWAYS_ON_TOP\",\"64\":\"WINDOW_CONFIG_ROTATION\",\"128\":\"WINDOW_CONFIG_DISPLAY_WINDOWING_MODE\"}},\"android.app.WindowConfiguration.WindowingMode\":{\"flag\":false,\"values\":{\"0\":\"WINDOWING_MODE_UNDEFINED\",\"1\":\"WINDOWING_MODE_FULLSCREEN\",\"2\":\"WINDOWING_MODE_PINNED\",\"3\":\"WINDOWING_MODE_SPLIT_SCREEN_PRIMARY\",\"4\":\"WINDOWING_MODE_SPLIT_SCREEN_SECONDARY\",\"5\":\"WINDOWING_MODE_FREEFORM\",\"6\":\"WINDOWING_MODE_MULTI_WINDOW\"}},\"android.app.admin.DeviceAdminReceiver.BugreportFailureCode\":{\"flag\":false,\"values\":{\"0\":\"BUGREPORT_FAILURE_FAILED_COMPLETING\",\"1\":\"BUGREPORT_FAILURE_FILE_NO_LONGER_AVAILABLE\"}},\"android.app.admin.DevicePolicyManager.AttestationIdType\":{\"flag\":true,\"values\":{\"1\":\"ID_TYPE_BASE_INFO\",\"2\":\"ID_TYPE_SERIAL\",\"4\":\"ID_TYPE_IMEI\",\"8\":\"ID_TYPE_MEID\",\"16\":\"ID_TYPE_INDIVIDUAL_ATTESTATION\"}},\"android.app.admin.DevicePolicyManager.CreateAndManageUserFlags\":{\"flag\":true,\"values\":{\"1\":\"SKIP_SETUP_WIZARD\",\"2\":\"MAKE_USER_EPHEMERAL\",\"4\":\"MAKE_USER_DEMO\",\"16\":\"LEAVE_ALL_SYSTEM_APPS_ENABLED\"}},\"android.app.admin.DevicePolicyManager.DeviceOwnerType\":{\"flag\":false,\"values\":{\"0\":\"DEVICE_OWNER_TYPE_DEFAULT\",\"1\":\"DEVICE_OWNER_TYPE_FINANCED\"}},\"android.app.admin.DevicePolicyManager.DevicePolicyOperation\":{\"flag\":false,\"values\":{\"1\":\"OPERATION_LOCK_NOW\",\"2\":\"OPERATION_SWITCH_USER\",\"3\":\"OPERATION_START_USER_IN_BACKGROUND\",\"4\":\"OPERATION_STOP_USER\",\"5\":\"OPERATION_CREATE_AND_MANAGE_USER\",\"6\":\"OPERATION_REMOVE_USER\",\"7\":\"OPERATION_REBOOT\",\"8\":\"OPERATION_WIPE_DATA\",\"9\":\"OPERATION_LOGOUT_USER\",\"10\":\"OPERATION_SET_USER_RESTRICTION\",\"11\":\"OPERATION_SET_SYSTEM_SETTING\",\"12\":\"OPERATION_SET_KEYGUARD_DISABLED\",\"13\":\"OPERATION_SET_STATUS_BAR_DISABLED\",\"14\":\"OPERATION_SET_SYSTEM_UPDATE_POLICY\",\"15\":\"OPERATION_SET_APPLICATION_HIDDEN\",\"16\":\"OPERATION_SET_APPLICATION_RESTRICTIONS\",\"17\":\"OPERATION_SET_KEEP_UNINSTALLED_PACKAGES\",\"18\":\"OPERATION_SET_LOCK_TASK_FEATURES\",\"19\":\"OPERATION_SET_LOCK_TASK_PACKAGES\",\"20\":\"OPERATION_SET_PACKAGES_SUSPENDED\",\"21\":\"OPERATION_SET_TRUST_AGENT_CONFIGURATION\",\"22\":\"OPERATION_SET_USER_CONTROL_DISABLED_PACKAGES\",\"23\":\"OPERATION_CLEAR_APPLICATION_USER_DATA\",\"24\":\"OPERATION_INSTALL_CA_CERT\",\"25\":\"OPERATION_INSTALL_KEY_PAIR\",\"26\":\"OPERATION_INSTALL_SYSTEM_UPDATE\",\"27\":\"OPERATION_REMOVE_ACTIVE_ADMIN\",\"28\":\"OPERATION_REMOVE_KEY_PAIR\",\"29\":\"OPERATION_REQUEST_BUGREPORT\",\"30\":\"OPERATION_SET_ALWAYS_ON_VPN_PACKAGE\",\"31\":\"OPERATION_SET_CAMERA_DISABLED\",\"32\":\"OPERATION_SET_FACTORY_RESET_PROTECTION_POLICY\",\"33\":\"OPERATION_SET_GLOBAL_PRIVATE_DNS\",\"34\":\"OPERATION_SET_LOGOUT_ENABLED\",\"35\":\"OPERATION_SET_MASTER_VOLUME_MUTED\",\"36\":\"OPERATION_SET_OVERRIDE_APNS_ENABLED\",\"37\":\"OPERATION_SET_PERMISSION_GRANT_STATE\",\"38\":\"OPERATION_SET_PERMISSION_POLICY\",\"39\":\"OPERATION_SET_RESTRICTIONS_PROVIDER\",\"40\":\"OPERATION_UNINSTALL_CA_CERT\"}},\"android.app.admin.DevicePolicyManager.InstallUpdateCallbackErrorConstants\":{\"flag\":false,\"values\":{\"1\":\"UPDATE_ERROR_UNKNOWN\",\"2\":\"UPDATE_ERROR_INCORRECT_OS_VERSION\",\"3\":\"UPDATE_ERROR_UPDATE_FILE_INVALID\",\"4\":\"UPDATE_ERROR_FILE_NOT_FOUND\",\"5\":\"UPDATE_ERROR_BATTERY_LOW\"}},\"android.app.admin.DevicePolicyManager.LockNowFlag\":{\"flag\":true,\"values\":{\"1\":\"FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY\"}},\"android.app.admin.DevicePolicyManager.LockTaskFeature\":{\"flag\":true,\"values\":{\"0\":\"LOCK_TASK_FEATURE_NONE\",\"1\":\"LOCK_TASK_FEATURE_SYSTEM_INFO\",\"2\":\"LOCK_TASK_FEATURE_NOTIFICATIONS\",\"4\":\"LOCK_TASK_FEATURE_HOME\",\"8\":\"LOCK_TASK_FEATURE_OVERVIEW\",\"16\":\"LOCK_TASK_FEATURE_GLOBAL_ACTIONS\",\"32\":\"LOCK_TASK_FEATURE_KEYGUARD\",\"64\":\"LOCK_TASK_FEATURE_BLOCK_ACTIVITY_START_IN_TASK\"}},\"android.app.admin.DevicePolicyManager.NearbyStreamingPolicy\":{\"flag\":false,\"values\":{\"0\":\"NEARBY_STREAMING_NOT_CONTROLLED_BY_POLICY\",\"1\":\"NEARBY_STREAMING_DISABLED\",\"2\":\"NEARBY_STREAMING_ENABLED\",\"3\":\"NEARBY_STREAMING_SAME_MANAGED_ACCOUNT_ONLY\"}},\"android.app.admin.DevicePolicyManager.OperationSafetyReason\":{\"flag\":false,\"values\":{\"1\":\"OPERATION_SAFETY_REASON_DRIVING_DISTRACTION\",\"-1\":\"OPERATION_SAFETY_REASON_NONE\"}},\"android.app.admin.DevicePolicyManager.PasswordComplexity\":{\"flag\":false,\"values\":{\"0\":\"PASSWORD_COMPLEXITY_NONE\",\"65536\":\"PASSWORD_COMPLEXITY_LOW\",\"196608\":\"PASSWORD_COMPLEXITY_MEDIUM\",\"327680\":\"PASSWORD_COMPLEXITY_HIGH\"}},\"android.app.admin.DevicePolicyManager.PermissionGrantState\":{\"flag\":false,\"values\":{\"0\":\"PERMISSION_GRANT_STATE_DEFAULT\",\"1\":\"PERMISSION_GRANT_STATE_GRANTED\",\"2\":\"PERMISSION_GRANT_STATE_DENIED\"}},\"android.app.admin.DevicePolicyManager.PersonalAppsSuspensionReason\":{\"flag\":true,\"values\":{\"0\":\"PERSONAL_APPS_NOT_SUSPENDED\",\"1\":\"PERSONAL_APPS_SUSPENDED_EXPLICITLY\",\"2\":\"PERSONAL_APPS_SUSPENDED_PROFILE_TIMEOUT\"}},\"android.app.admin.DevicePolicyManager.PrivateDnsMode\":{\"flag\":false,\"values\":{\"0\":\"PRIVATE_DNS_MODE_UNKNOWN\",\"1\":\"PRIVATE_DNS_MODE_OFF\",\"2\":\"PRIVATE_DNS_MODE_OPPORTUNISTIC\",\"3\":\"PRIVATE_DNS_MODE_PROVIDER_HOSTNAME\"}},\"android.app.admin.DevicePolicyManager.PrivateDnsModeErrorCodes\":{\"flag\":false,\"values\":{\"0\":\"PRIVATE_DNS_SET_NO_ERROR\",\"1\":\"PRIVATE_DNS_SET_ERROR_HOST_NOT_SERVING\",\"2\":\"PRIVATE_DNS_SET_ERROR_FAILURE_SETTING\"}},\"android.app.admin.DevicePolicyManager.ProvisioningConfiguration\":{\"flag\":true,\"values\":{\"1\":\"FLAG_SUPPORTED_MODES_ORGANIZATION_OWNED\",\"2\":\"FLAG_SUPPORTED_MODES_PERSONALLY_OWNED\",\"4\":\"FLAG_SUPPORTED_MODES_DEVICE_OWNER\"}},\"android.app.admin.DevicePolicyManager.ProvisioningPreCondition\":{\"flag\":false,\"values\":{\"0\":\"CODE_OK\",\"1\":\"CODE_HAS_DEVICE_OWNER\",\"2\":\"CODE_USER_HAS_PROFILE_OWNER\",\"3\":\"CODE_USER_NOT_RUNNING\",\"4\":\"CODE_USER_SETUP_COMPLETED\",\"7\":\"CODE_NOT_SYSTEM_USER\",\"8\":\"CODE_HAS_PAIRED\",\"9\":\"CODE_MANAGED_USERS_NOT_SUPPORTED\",\"10\":\"CODE_SYSTEM_USER\",\"11\":\"CODE_CANNOT_ADD_MANAGED_PROFILE\",\"12\":\"CODE_NOT_SYSTEM_USER_SPLIT\",\"13\":\"CODE_DEVICE_ADMIN_NOT_SUPPORTED\",\"14\":\"CODE_SPLIT_SYSTEM_USER_DEVICE_SYSTEM_USER\",\"15\":\"CODE_PROVISIONING_NOT_ALLOWED_FOR_NON_DEVELOPER_USERS\"}},\"android.app.admin.DevicePolicyManager.ProvisioningResult\":{\"flag\":false,\"values\":{\"1\":\"PROVISIONING_RESULT_PRE_CONDITION_FAILED\",\"2\":\"PROVISIONING_RESULT_PROFILE_CREATION_FAILED\",\"3\":\"PROVISIONING_RESULT_ADMIN_PACKAGE_INSTALLATION_FAILED\",\"4\":\"PROVISIONING_RESULT_SETTING_PROFILE_OWNER_FAILED\",\"5\":\"PROVISIONING_RESULT_STARTING_PROFILE_FAILED\",\"6\":\"PROVISIONING_RESULT_REMOVE_NON_REQUIRED_APPS_FAILED\",\"7\":\"PROVISIONING_RESULT_SET_DEVICE_OWNER_FAILED\"}},\"android.app.admin.DevicePolicyManager.ProvisioningTrigger\":{\"flag\":false,\"values\":{\"0\":\"PROVISIONING_TRIGGER_UNSPECIFIED\",\"1\":\"PROVISIONING_TRIGGER_CLOUD_ENROLLMENT\",\"2\":\"PROVISIONING_TRIGGER_QR_CODE\",\"3\":\"PROVISIONING_TRIGGER_PERSISTENT_DEVICE_OWNER\",\"4\":\"PROVISIONING_TRIGGER_MANAGED_ACCOUNT\"}},\"android.app.admin.DevicePolicyManager.UserProvisioningState\":{\"flag\":false,\"values\":{\"0\":\"STATE_USER_UNMANAGED\",\"1\":\"STATE_USER_SETUP_INCOMPLETE\",\"2\":\"STATE_USER_SETUP_COMPLETE\",\"3\":\"STATE_USER_SETUP_FINALIZED\",\"4\":\"STATE_USER_PROFILE_COMPLETE\",\"5\":\"STATE_USER_PROFILE_FINALIZED\"}},\"android.app.admin.PasswordMetrics.CharacterCatagory\":{\"flag\":false,\"values\":{\"0\":\"CHAR_LOWER_CASE\",\"1\":\"CHAR_UPPER_CASE\",\"2\":\"CHAR_DIGIT\",\"3\":\"CHAR_SYMBOL\"}},\"android.app.admin.SecurityLog.SecurityLogLevel\":{\"flag\":false,\"values\":{\"1\":\"LEVEL_INFO\",\"2\":\"LEVEL_WARNING\",\"3\":\"LEVEL_ERROR\"}},\"android.app.admin.SecurityLog.SecurityLogTag\":{\"flag\":false,\"values\":{\"210001\":\"TAG_ADB_SHELL_INTERACTIVE\",\"210002\":\"TAG_ADB_SHELL_CMD\",\"210003\":\"TAG_SYNC_RECV_FILE\",\"210004\":\"TAG_SYNC_SEND_FILE\",\"210005\":\"TAG_APP_PROCESS_START\",\"210006\":\"TAG_KEYGUARD_DISMISSED\",\"210007\":\"TAG_KEYGUARD_DISMISS_AUTH_ATTEMPT\",\"210008\":\"TAG_KEYGUARD_SECURED\",\"210009\":\"TAG_OS_STARTUP\",\"210010\":\"TAG_OS_SHUTDOWN\",\"210011\":\"TAG_LOGGING_STARTED\",\"210012\":\"TAG_LOGGING_STOPPED\",\"210013\":\"TAG_MEDIA_MOUNT\",\"210014\":\"TAG_MEDIA_UNMOUNT\",\"210015\":\"TAG_LOG_BUFFER_SIZE_CRITICAL\",\"210016\":\"TAG_PASSWORD_EXPIRATION_SET\",\"210017\":\"TAG_PASSWORD_COMPLEXITY_SET\",\"210018\":\"TAG_PASSWORD_HISTORY_LENGTH_SET\",\"210019\":\"TAG_MAX_SCREEN_LOCK_TIMEOUT_SET\",\"210020\":\"TAG_MAX_PASSWORD_ATTEMPTS_SET\",\"210021\":\"TAG_KEYGUARD_DISABLED_FEATURES_SET\",\"210022\":\"TAG_REMOTE_LOCK\",\"210023\":\"TAG_WIPE_FAILURE\",\"210024\":\"TAG_KEY_GENERATED\",\"210025\":\"TAG_KEY_IMPORT\",\"210026\":\"TAG_KEY_DESTRUCTION\",\"210027\":\"TAG_USER_RESTRICTION_ADDED\",\"210028\":\"TAG_USER_RESTRICTION_REMOVED\",\"210029\":\"TAG_CERT_AUTHORITY_INSTALLED\",\"210030\":\"TAG_CERT_AUTHORITY_REMOVED\",\"210031\":\"TAG_CRYPTO_SELF_TEST_COMPLETED\",\"210032\":\"TAG_KEY_INTEGRITY_VIOLATION\",\"210033\":\"TAG_CERT_VALIDATION_FAILURE\",\"210034\":\"TAG_CAMERA_POLICY_SET\",\"210035\":\"TAG_PASSWORD_COMPLEXITY_REQUIRED\"}},\"android.app.admin.SystemUpdateInfo.SecurityPatchState\":{\"flag\":false,\"values\":{\"0\":\"SECURITY_PATCH_STATE_UNKNOWN\",\"1\":\"SECURITY_PATCH_STATE_FALSE\",\"2\":\"SECURITY_PATCH_STATE_TRUE\"}},\"android.app.admin.SystemUpdatePolicy.InstallationOption.InstallationOptionType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_INSTALL_AUTOMATIC\",\"3\":\"TYPE_POSTPONE\",\"4\":\"TYPE_PAUSE\"}},\"android.app.admin.SystemUpdatePolicy.SystemUpdatePolicyType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_INSTALL_AUTOMATIC\",\"2\":\"TYPE_INSTALL_WINDOWED\",\"3\":\"TYPE_POSTPONE\"}},\"android.app.admin.SystemUpdatePolicy.ValidationFailedException.ValidationFailureType\":{\"flag\":false,\"values\":{\"0\":\"ERROR_NONE\",\"1\":\"ERROR_UNKNOWN\",\"2\":\"ERROR_DUPLICATE_OR_OVERLAP\",\"3\":\"ERROR_NEW_FREEZE_PERIOD_TOO_LONG\",\"4\":\"ERROR_NEW_FREEZE_PERIOD_TOO_CLOSE\",\"5\":\"ERROR_COMBINED_FREEZE_PERIOD_TOO_LONG\",\"6\":\"ERROR_COMBINED_FREEZE_PERIOD_TOO_CLOSE\"}},\"android.app.backup.BackupAgent.BackupTransportFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_CLIENT_SIDE_ENCRYPTION_ENABLED\",\"2\":\"FLAG_DEVICE_TO_DEVICE_TRANSFER\",\"-2147483648\":\"FLAG_FAKE_CLIENT_SIDE_ENCRYPTION_ENABLED\"}},\"android.app.backup.BackupManager.OperationType\":{\"flag\":false,\"values\":{\"0\":\"BACKUP\",\"1\":\"MIGRATION\",\"3\":\"ADB_BACKUP\"}},\"android.app.compat.ChangeIdStateQuery.QueryType\":{\"flag\":false,\"values\":{\"0\":\"QUERY_BY_PACKAGE_NAME\",\"1\":\"QUERY_BY_UID\"}},\"android.app.compat.PackageOverride.EvaluatedOverride\":{\"flag\":false,\"values\":{\"0\":\"VALUE_UNDEFINED\",\"1\":\"VALUE_ENABLED\",\"2\":\"VALUE_DISABLED\"}},\"android.app.job.JobInfo.BackoffPolicy\":{\"flag\":false,\"values\":{\"0\":\"BACKOFF_POLICY_LINEAR\",\"1\":\"BACKOFF_POLICY_EXPONENTIAL\"}},\"android.app.job.JobInfo.NetworkType\":{\"flag\":false,\"values\":{\"0\":\"NETWORK_TYPE_NONE\",\"1\":\"NETWORK_TYPE_ANY\",\"2\":\"NETWORK_TYPE_UNMETERED\",\"3\":\"NETWORK_TYPE_NOT_ROAMING\",\"4\":\"NETWORK_TYPE_CELLULAR\"}},\"android.app.job.JobInfo.TriggerContentUri.Flags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_NOTIFY_FOR_DESCENDANTS\"}},\"android.app.job.JobParameters.StopReason\":{\"flag\":false,\"values\":{\"0\":\"STOP_REASON_UNDEFINED\",\"1\":\"STOP_REASON_CANCELLED_BY_APP\",\"2\":\"STOP_REASON_PREEMPT\",\"3\":\"STOP_REASON_TIMEOUT\",\"4\":\"STOP_REASON_DEVICE_STATE\",\"5\":\"STOP_REASON_CONSTRAINT_BATTERY_NOT_LOW\",\"6\":\"STOP_REASON_CONSTRAINT_CHARGING\",\"7\":\"STOP_REASON_CONSTRAINT_CONNECTIVITY\",\"8\":\"STOP_REASON_CONSTRAINT_DEVICE_IDLE\",\"9\":\"STOP_REASON_CONSTRAINT_STORAGE_NOT_LOW\",\"10\":\"STOP_REASON_QUOTA\",\"11\":\"STOP_REASON_BACKGROUND_RESTRICTION\",\"12\":\"STOP_REASON_APP_STANDBY\",\"13\":\"STOP_REASON_USER\",\"14\":\"STOP_REASON_SYSTEM_PROCESSING\"}},\"android.app.job.JobScheduler.Result\":{\"flag\":false,\"values\":{\"0\":\"RESULT_FAILURE\",\"1\":\"RESULT_SUCCESS\"}},\"android.app.people.ConversationStatus.ActivityType\":{\"flag\":false,\"values\":{\"0\":\"ACTIVITY_OTHER\",\"1\":\"ACTIVITY_BIRTHDAY\",\"2\":\"ACTIVITY_ANNIVERSARY\",\"3\":\"ACTIVITY_NEW_STORY\",\"4\":\"ACTIVITY_AUDIO\",\"5\":\"ACTIVITY_VIDEO\",\"6\":\"ACTIVITY_GAME\",\"7\":\"ACTIVITY_LOCATION\",\"8\":\"ACTIVITY_UPCOMING_BIRTHDAY\"}},\"android.app.people.ConversationStatus.Availability\":{\"flag\":false,\"values\":{\"0\":\"AVAILABILITY_AVAILABLE\",\"1\":\"AVAILABILITY_BUSY\",\"2\":\"AVAILABILITY_OFFLINE\",\"-1\":\"AVAILABILITY_UNKNOWN\"}},\"android.app.prediction.AppTargetEvent.ActionType\":{\"flag\":false,\"values\":{\"1\":\"ACTION_LAUNCH\",\"2\":\"ACTION_DISMISS\",\"3\":\"ACTION_PIN\",\"4\":\"ACTION_UNPIN\"}},\"android.app.search.SearchTarget.SearchResultType\":{\"flag\":false,\"values\":{\"1\":\"RESULT_TYPE_APPLICATION\",\"2\":\"RESULT_TYPE_SHORTCUT\",\"4\":\"RESULT_TYPE_SLICE\",\"8\":\"RESULT_TYPE_WIDGETS\"}},\"android.app.search.SearchTargetEvent.ActionType\":{\"flag\":false,\"values\":{\"1\":\"ACTION_SURFACE_VISIBLE\",\"3\":\"ACTION_TAP\",\"4\":\"ACTION_LONGPRESS\",\"5\":\"ACTION_LAUNCH_TOUCH\",\"6\":\"ACTION_LAUNCH_KEYBOARD_FOCUS\",\"7\":\"ACTION_DRAGNDROP\",\"8\":\"ACTION_SURFACE_INVISIBLE\"}},\"android.app.search.SearchTargetEvent.FlagType\":{\"flag\":false,\"values\":{\"1\":\"FLAG_IME_SHOWN\"}},\"android.app.servertransaction.ActivityLifecycleItem.LifecycleState\":{\"flag\":false,\"values\":{\"0\":\"PRE_ON_CREATE\",\"1\":\"ON_CREATE\",\"2\":\"ON_START\",\"3\":\"ON_RESUME\",\"4\":\"ON_PAUSE\",\"5\":\"ON_STOP\",\"6\":\"ON_DESTROY\",\"7\":\"ON_RESTART\",\"-1\":\"UNDEFINED\"}},\"android.app.servertransaction.TransferSplashScreenViewStateItem.TransferRequest\":{\"flag\":false,\"values\":{\"0\":\"ATTACH_TO\",\"1\":\"HANDOVER_TO\"}},\"android.app.smartspace.SmartspaceTarget.FeatureType\":{\"flag\":false,\"values\":{\"0\":\"FEATURE_UNDEFINED\",\"1\":\"FEATURE_WEATHER\",\"2\":\"FEATURE_CALENDAR\",\"3\":\"FEATURE_COMMUTE_TIME\",\"4\":\"FEATURE_FLIGHT\",\"5\":\"FEATURE_TIPS\",\"6\":\"FEATURE_REMINDER\",\"7\":\"FEATURE_ALARM\",\"8\":\"FEATURE_ONBOARDING\",\"9\":\"FEATURE_SPORTS\",\"10\":\"FEATURE_WEATHER_ALERT\",\"11\":\"FEATURE_CONSENT\",\"12\":\"FEATURE_STOCK_PRICE_CHANGE\",\"13\":\"FEATURE_SHOPPING_LIST\",\"14\":\"FEATURE_LOYALTY_CARD\",\"15\":\"FEATURE_MEDIA\",\"16\":\"FEATURE_BEDTIME_ROUTINE\",\"17\":\"FEATURE_FITNESS_TRACKING\",\"18\":\"FEATURE_ETA_MONITORING\",\"19\":\"FEATURE_MISSED_CALL\",\"20\":\"FEATURE_PACKAGE_TRACKING\",\"21\":\"FEATURE_TIMER\",\"22\":\"FEATURE_STOPWATCH\",\"23\":\"FEATURE_UPCOMING_ALARM\"}},\"android.app.smartspace.SmartspaceTargetEvent.EventType\":{\"flag\":false,\"values\":{\"1\":\"EVENT_TARGET_INTERACTION\",\"2\":\"EVENT_TARGET_SHOWN\",\"3\":\"EVENT_TARGET_HIDDEN\",\"4\":\"EVENT_TARGET_DISMISS\",\"5\":\"EVENT_TARGET_BLOCK\",\"6\":\"EVENT_UI_SURFACE_SHOWN\",\"7\":\"EVENT_UI_SURFACE_HIDDEN\"}},\"android.app.time.Capabilities.CapabilityState\":{\"flag\":false,\"values\":{\"10\":\"CAPABILITY_NOT_SUPPORTED\",\"20\":\"CAPABILITY_NOT_ALLOWED\",\"30\":\"CAPABILITY_NOT_APPLICABLE\",\"40\":\"CAPABILITY_POSSESSED\"}},\"android.app.timezone.Callback.AsyncResultCode\":{\"flag\":false,\"values\":{\"0\":\"SUCCESS\",\"1\":\"ERROR_UNKNOWN_FAILURE\",\"2\":\"ERROR_INSTALL_BAD_DISTRO_STRUCTURE\",\"3\":\"ERROR_INSTALL_BAD_DISTRO_FORMAT_VERSION\",\"4\":\"ERROR_INSTALL_RULES_TOO_OLD\",\"5\":\"ERROR_INSTALL_VALIDATION_ERROR\"}},\"android.app.timezone.RulesManager.ResultCode\":{\"flag\":false,\"values\":{\"0\":\"SUCCESS\",\"1\":\"ERROR_OPERATION_IN_PROGRESS\",\"2\":\"ERROR_UNKNOWN_FAILURE\"}},\"android.app.timezone.RulesState.DistroStatus\":{\"flag\":false,\"values\":{\"0\":\"DISTRO_STATUS_UNKNOWN\",\"1\":\"DISTRO_STATUS_NONE\",\"2\":\"DISTRO_STATUS_INSTALLED\"}},\"android.app.timezone.RulesState.StagedOperationType\":{\"flag\":false,\"values\":{\"0\":\"STAGED_OPERATION_UNKNOWN\",\"1\":\"STAGED_OPERATION_NONE\",\"2\":\"STAGED_OPERATION_UNINSTALL\",\"3\":\"STAGED_OPERATION_INSTALL\"}},\"android.app.timezonedetector.TelephonyTimeZoneSuggestion.MatchType\":{\"flag\":false,\"values\":{\"0\":\"MATCH_TYPE_NA\",\"2\":\"MATCH_TYPE_NETWORK_COUNTRY_ONLY\",\"3\":\"MATCH_TYPE_NETWORK_COUNTRY_AND_OFFSET\",\"4\":\"MATCH_TYPE_EMULATOR_ZONE_ID\",\"5\":\"MATCH_TYPE_TEST_NETWORK_OFFSET_ONLY\"}},\"android.app.timezonedetector.TelephonyTimeZoneSuggestion.Quality\":{\"flag\":false,\"values\":{\"0\":\"QUALITY_NA\",\"1\":\"QUALITY_SINGLE_ZONE\",\"2\":\"QUALITY_MULTIPLE_ZONES_WITH_SAME_OFFSET\",\"3\":\"QUALITY_MULTIPLE_ZONES_WITH_DIFFERENT_OFFSETS\"}},\"android.app.usage.NetworkStats.Bucket.DefaultNetworkStatus\":{\"flag\":false,\"values\":{\"1\":\"DEFAULT_NETWORK_NO\",\"2\":\"DEFAULT_NETWORK_YES\",\"-1\":\"DEFAULT_NETWORK_ALL\"}},\"android.app.usage.NetworkStats.Bucket.Metered\":{\"flag\":false,\"values\":{\"1\":\"METERED_NO\",\"2\":\"METERED_YES\",\"-1\":\"METERED_ALL\"}},\"android.app.usage.NetworkStats.Bucket.Roaming\":{\"flag\":false,\"values\":{\"1\":\"ROAMING_NO\",\"2\":\"ROAMING_YES\",\"-1\":\"ROAMING_ALL\"}},\"android.app.usage.NetworkStats.Bucket.State\":{\"flag\":false,\"values\":{\"1\":\"STATE_DEFAULT\",\"2\":\"STATE_FOREGROUND\",\"-1\":\"STATE_ALL\"}},\"android.app.usage.UsageEvents.Event.EventFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_IS_PACKAGE_INSTANT_APP\"}},\"android.app.usage.UsageStatsManager.StandbyBuckets\":{\"flag\":false,\"values\":{\"5\":\"STANDBY_BUCKET_EXEMPTED\",\"10\":\"STANDBY_BUCKET_ACTIVE\",\"20\":\"STANDBY_BUCKET_WORKING_SET\",\"30\":\"STANDBY_BUCKET_FREQUENT\",\"40\":\"STANDBY_BUCKET_RARE\",\"45\":\"STANDBY_BUCKET_RESTRICTED\",\"50\":\"STANDBY_BUCKET_NEVER\"}},\"android.app.usage.UsageStatsManager.SystemForcedReasons\":{\"flag\":true,\"values\":{\"0\":\"REASON_SUB_FORCED_SYSTEM_FLAG_UNDEFINED\",\"1\":\"REASON_SUB_FORCED_SYSTEM_FLAG_BACKGROUND_RESOURCE_USAGE\",\"2\":\"REASON_SUB_FORCED_SYSTEM_FLAG_ABUSE\",\"4\":\"REASON_SUB_FORCED_SYSTEM_FLAG_BUGGY\"}},\"android.app.usage.UsageStatsManager.UsageSource\":{\"flag\":false,\"values\":{\"1\":\"USAGE_SOURCE_TASK_ROOT_ACTIVITY\",\"2\":\"USAGE_SOURCE_CURRENT_ACTIVITY\"}},\"android.appwidget.AppWidgetProviderInfo.CategoryFlags\":{\"flag\":true,\"values\":{\"1\":\"WIDGET_CATEGORY_HOME_SCREEN\",\"2\":\"WIDGET_CATEGORY_KEYGUARD\",\"4\":\"WIDGET_CATEGORY_SEARCHBOX\"}},\"android.appwidget.AppWidgetProviderInfo.FeatureFlags\":{\"flag\":true,\"values\":{\"1\":\"WIDGET_FEATURE_RECONFIGURABLE\",\"2\":\"WIDGET_FEATURE_HIDE_FROM_PICKER\",\"4\":\"WIDGET_FEATURE_CONFIGURATION_OPTIONAL\"}},\"android.appwidget.AppWidgetProviderInfo.ResizeModeFlags\":{\"flag\":true,\"values\":{\"1\":\"RESIZE_HORIZONTAL\",\"2\":\"RESIZE_VERTICAL\"}},\"android.bluetooth.BluetoothA2dp.OptionalCodecsPreferenceStatus\":{\"flag\":false,\"values\":{\"0\":\"OPTIONAL_CODECS_PREF_DISABLED\",\"1\":\"OPTIONAL_CODECS_PREF_ENABLED\",\"-1\":\"OPTIONAL_CODECS_PREF_UNKNOWN\"}},\"android.bluetooth.BluetoothA2dp.OptionalCodecsSupportStatus\":{\"flag\":false,\"values\":{\"0\":\"OPTIONAL_CODECS_NOT_SUPPORTED\",\"1\":\"OPTIONAL_CODECS_SUPPORTED\",\"-1\":\"OPTIONAL_CODECS_SUPPORT_UNKNOWN\"}},\"android.bluetooth.BluetoothA2dp.Type\":{\"flag\":false,\"values\":{\"0\":\"DYNAMIC_BUFFER_SUPPORT_NONE\",\"1\":\"DYNAMIC_BUFFER_SUPPORT_A2DP_OFFLOAD\",\"2\":\"DYNAMIC_BUFFER_SUPPORT_A2DP_SOFTWARE_ENCODING\"}},\"android.bluetooth.BluetoothAdapter.ActiveDeviceUse\":{\"flag\":false,\"values\":{\"0\":\"ACTIVE_DEVICE_AUDIO\",\"1\":\"ACTIVE_DEVICE_PHONE_CALL\",\"2\":\"ACTIVE_DEVICE_ALL\"}},\"android.bluetooth.BluetoothAdapter.AdapterState\":{\"flag\":false,\"values\":{\"10\":\"STATE_OFF\",\"11\":\"STATE_TURNING_ON\",\"12\":\"STATE_ON\",\"13\":\"STATE_TURNING_OFF\",\"14\":\"STATE_BLE_TURNING_ON\",\"15\":\"STATE_BLE_ON\",\"16\":\"STATE_BLE_TURNING_OFF\"}},\"android.bluetooth.BluetoothAdapter.BluetoothConnectionCallback.DisconnectReason\":{\"flag\":false,\"values\":{\"1100\":\"ERROR_DISCONNECT_REASON_LOCAL_REQUEST\",\"1101\":\"ERROR_DISCONNECT_REASON_REMOTE_REQUEST\",\"1102\":\"ERROR_DISCONNECT_REASON_LOCAL\",\"1103\":\"ERROR_DISCONNECT_REASON_REMOTE\",\"1104\":\"ERROR_DISCONNECT_REASON_TIMEOUT\",\"1105\":\"ERROR_DISCONNECT_REASON_SECURITY\",\"1106\":\"ERROR_DISCONNECT_REASON_SYSTEM_POLICY\",\"1107\":\"ERROR_DISCONNECT_REASON_RESOURCE_LIMIT_REACHED\",\"1108\":\"ERROR_DISCONNECT_REASON_CONNECTION_ALREADY_EXISTS\",\"1109\":\"ERROR_DISCONNECT_REASON_BAD_PARAMETERS\",\"2147483647\":\"ERROR_UNKNOWN\"}},\"android.bluetooth.BluetoothAdapter.IoCapability\":{\"flag\":false,\"values\":{\"0\":\"IO_CAPABILITY_OUT\",\"1\":\"IO_CAPABILITY_IO\",\"2\":\"IO_CAPABILITY_IN\",\"3\":\"IO_CAPABILITY_NONE\",\"4\":\"IO_CAPABILITY_KBDISP\"}},\"android.bluetooth.BluetoothAdapter.OobError\":{\"flag\":false,\"values\":{\"1\":\"ERROR_BLUETOOTH_NOT_ENABLED\",\"1000\":\"ERROR_ANOTHER_ACTIVE_OOB_REQUEST\",\"2147483647\":\"ERROR_UNKNOWN\"}},\"android.bluetooth.BluetoothAdapter.ScanMode\":{\"flag\":false,\"values\":{\"20\":\"SCAN_MODE_NONE\",\"21\":\"SCAN_MODE_CONNECTABLE\",\"23\":\"SCAN_MODE_CONNECTABLE_DISCOVERABLE\"}},\"android.bluetooth.BluetoothCodecConfig.BitsPerSample\":{\"flag\":false,\"values\":{\"0\":\"BITS_PER_SAMPLE_NONE\",\"1\":\"BITS_PER_SAMPLE_16\",\"2\":\"BITS_PER_SAMPLE_24\",\"4\":\"BITS_PER_SAMPLE_32\"}},\"android.bluetooth.BluetoothCodecConfig.ChannelMode\":{\"flag\":false,\"values\":{\"0\":\"CHANNEL_MODE_NONE\",\"1\":\"CHANNEL_MODE_MONO\",\"2\":\"CHANNEL_MODE_STEREO\"}},\"android.bluetooth.BluetoothCodecConfig.CodecPriority\":{\"flag\":false,\"values\":{\"0\":\"CODEC_PRIORITY_DEFAULT\",\"1000000\":\"CODEC_PRIORITY_HIGHEST\",\"-1\":\"CODEC_PRIORITY_DISABLED\"}},\"android.bluetooth.BluetoothCodecConfig.SampleRate\":{\"flag\":false,\"values\":{\"0\":\"SAMPLE_RATE_NONE\",\"1\":\"SAMPLE_RATE_44100\",\"2\":\"SAMPLE_RATE_48000\",\"4\":\"SAMPLE_RATE_88200\",\"8\":\"SAMPLE_RATE_96000\",\"16\":\"SAMPLE_RATE_176400\",\"32\":\"SAMPLE_RATE_192000\"}},\"android.bluetooth.BluetoothCodecConfig.SourceCodecType\":{\"flag\":false,\"values\":{\"0\":\"SOURCE_CODEC_TYPE_SBC\",\"1\":\"SOURCE_CODEC_TYPE_AAC\",\"2\":\"SOURCE_CODEC_TYPE_APTX\",\"3\":\"SOURCE_CODEC_TYPE_APTX_HD\",\"4\":\"SOURCE_CODEC_TYPE_LDAC\",\"5\":\"SOURCE_CODEC_TYPE_MAX\",\"1000000\":\"SOURCE_CODEC_TYPE_INVALID\"}},\"android.bluetooth.BluetoothDevice.AccessPermission\":{\"flag\":false,\"values\":{\"0\":\"ACCESS_UNKNOWN\",\"1\":\"ACCESS_ALLOWED\",\"2\":\"ACCESS_REJECTED\"}},\"android.bluetooth.BluetoothDevice.AddressType\":{\"flag\":false,\"values\":{\"0\":\"ADDRESS_TYPE_PUBLIC\",\"1\":\"ADDRESS_TYPE_RANDOM\"}},\"android.bluetooth.BluetoothDevice.MetadataKey\":{\"flag\":false,\"values\":{\"0\":\"METADATA_MANUFACTURER_NAME\",\"1\":\"METADATA_MODEL_NAME\",\"2\":\"METADATA_SOFTWARE_VERSION\",\"3\":\"METADATA_HARDWARE_VERSION\",\"4\":\"METADATA_COMPANION_APP\",\"5\":\"METADATA_MAIN_ICON\",\"6\":\"METADATA_IS_UNTETHERED_HEADSET\",\"7\":\"METADATA_UNTETHERED_LEFT_ICON\",\"8\":\"METADATA_UNTETHERED_RIGHT_ICON\",\"9\":\"METADATA_UNTETHERED_CASE_ICON\",\"10\":\"METADATA_UNTETHERED_LEFT_BATTERY\",\"11\":\"METADATA_UNTETHERED_RIGHT_BATTERY\",\"12\":\"METADATA_UNTETHERED_CASE_BATTERY\",\"13\":\"METADATA_UNTETHERED_LEFT_CHARGING\",\"14\":\"METADATA_UNTETHERED_RIGHT_CHARGING\",\"15\":\"METADATA_UNTETHERED_CASE_CHARGING\",\"16\":\"METADATA_ENHANCED_SETTINGS_UI_URI\",\"17\":\"METADATA_DEVICE_TYPE\",\"18\":\"METADATA_MAIN_BATTERY\",\"19\":\"METADATA_MAIN_CHARGING\",\"20\":\"METADATA_MAIN_LOW_BATTERY_THRESHOLD\",\"21\":\"METADATA_UNTETHERED_LEFT_LOW_BATTERY_THRESHOLD\",\"22\":\"METADATA_UNTETHERED_RIGHT_LOW_BATTERY_THRESHOLD\",\"23\":\"METADATA_UNTETHERED_CASE_LOW_BATTERY_THRESHOLD\"}},\"android.bluetooth.BluetoothDevice.SetAliasReturnValues\":{\"flag\":false,\"values\":{\"0\":\"SUCCESS\",\"1\":\"ERROR_BLUETOOTH_NOT_ENABLED\",\"2\":\"ERROR_BLUETOOTH_NOT_ALLOWED\",\"3\":\"ERROR_DEVICE_NOT_BONDED\",\"6\":\"ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION\"}},\"android.bluetooth.BluetoothDevice.Transport\":{\"flag\":false,\"values\":{\"0\":\"TRANSPORT_AUTO\",\"1\":\"TRANSPORT_BREDR\",\"2\":\"TRANSPORT_LE\"}},\"android.bluetooth.BluetoothPan.LocalPanRole\":{\"flag\":false,\"values\":{\"0\":\"PAN_ROLE_NONE\",\"1\":\"LOCAL_NAP_ROLE\",\"2\":\"LOCAL_PANU_ROLE\"}},\"android.bluetooth.BluetoothPan.RemotePanRole\":{\"flag\":false,\"values\":{\"0\":\"PAN_ROLE_NONE\",\"1\":\"REMOTE_NAP_ROLE\",\"2\":\"REMOTE_PANU_ROLE\"}},\"android.bluetooth.BluetoothPan.TetheringState\":{\"flag\":false,\"values\":{\"1\":\"TETHERING_STATE_OFF\",\"2\":\"TETHERING_STATE_ON\"}},\"android.bluetooth.BluetoothProfile.BtProfileState\":{\"flag\":false,\"values\":{\"0\":\"STATE_DISCONNECTED\",\"1\":\"STATE_CONNECTING\",\"2\":\"STATE_CONNECTED\",\"3\":\"STATE_DISCONNECTING\"}},\"android.bluetooth.BluetoothProfile.ConnectionPolicy\":{\"flag\":false,\"values\":{\"0\":\"CONNECTION_POLICY_FORBIDDEN\",\"100\":\"CONNECTION_POLICY_ALLOWED\",\"-1\":\"CONNECTION_POLICY_UNKNOWN\"}},\"android.bluetooth.OobData.LeFlag\":{\"flag\":false,\"values\":{\"0\":\"LE_FLAG_LIMITED_DISCOVERY_MODE\",\"1\":\"LE_FLAG_GENERAL_DISCOVERY_MODE\",\"2\":\"LE_FLAG_BREDR_NOT_SUPPORTED\",\"3\":\"LE_FLAG_SIMULTANEOUS_CONTROLLER\",\"4\":\"LE_FLAG_SIMULTANEOUS_HOST\"}},\"android.bluetooth.OobData.LeRole\":{\"flag\":false,\"values\":{\"0\":\"LE_DEVICE_ROLE_PERIPHERAL_ONLY\",\"1\":\"LE_DEVICE_ROLE_CENTRAL_ONLY\",\"2\":\"LE_DEVICE_ROLE_BOTH_PREFER_PERIPHERAL\",\"3\":\"LE_DEVICE_ROLE_BOTH_PREFER_CENTRAL\"}},\"android.companion.DeviceFilter.MediumType\":{\"flag\":false,\"values\":{\"0\":\"MEDIUM_TYPE_BLUETOOTH\",\"1\":\"MEDIUM_TYPE_BLUETOOTH_LE\",\"2\":\"MEDIUM_TYPE_WIFI\"}},\"android.content.ClipDescription.ClassificationStatus\":{\"flag\":false,\"values\":{\"1\":\"CLASSIFICATION_NOT_COMPLETE\",\"2\":\"CLASSIFICATION_NOT_PERFORMED\",\"3\":\"CLASSIFICATION_COMPLETE\"}},\"android.content.ComponentCallbacks2.TrimMemoryLevel\":{\"flag\":false,\"values\":{\"5\":\"TRIM_MEMORY_RUNNING_MODERATE\",\"10\":\"TRIM_MEMORY_RUNNING_LOW\",\"15\":\"TRIM_MEMORY_RUNNING_CRITICAL\",\"20\":\"TRIM_MEMORY_UI_HIDDEN\",\"40\":\"TRIM_MEMORY_BACKGROUND\",\"60\":\"TRIM_MEMORY_MODERATE\",\"80\":\"TRIM_MEMORY_COMPLETE\"}},\"android.content.ContentResolver.NotifyFlags\":{\"flag\":true,\"values\":{\"1\":\"NOTIFY_SYNC_TO_NETWORK\",\"2\":\"NOTIFY_SKIP_NOTIFY_FOR_DESCENDANTS\",\"4\":\"NOTIFY_INSERT\",\"8\":\"NOTIFY_UPDATE\",\"16\":\"NOTIFY_DELETE\"}},\"android.content.ContentResolver.QueryCollator\":{\"flag\":false,\"values\":{\"0\":\"PRIMARY\",\"1\":\"SECONDARY\",\"2\":\"TERTIARY\",\"3\":\"IDENTICAL\"}},\"android.content.ContentResolver.SortDirection\":{\"flag\":false,\"values\":{\"0\":\"QUERY_SORT_DIRECTION_ASCENDING\",\"1\":\"QUERY_SORT_DIRECTION_DESCENDING\"}},\"android.content.ContentResolver.SyncExemption\":{\"flag\":false,\"values\":{\"0\":\"SYNC_EXEMPTION_NONE\",\"1\":\"SYNC_EXEMPTION_PROMOTE_BUCKET\",\"2\":\"SYNC_EXEMPTION_PROMOTE_BUCKET_WITH_TEMP\"}},\"android.content.Context.BindServiceFlags\":{\"flag\":true,\"values\":{\"1\":\"BIND_AUTO_CREATE\",\"2\":\"BIND_DEBUG_UNBIND\",\"4\":\"BIND_NOT_FOREGROUND\",\"8\":\"BIND_ABOVE_CLIENT\",\"16\":\"BIND_ALLOW_OOM_MANAGEMENT\",\"32\":\"BIND_WAIVE_PRIORITY\",\"64\":\"BIND_IMPORTANT\",\"128\":\"BIND_ADJUST_WITH_ACTIVITY\",\"256\":\"BIND_NOT_PERCEPTIBLE\",\"4096\":\"BIND_INCLUDE_CAPABILITIES\"}},\"android.content.Context.CreatePackageOptions\":{\"flag\":true,\"values\":{\"1\":\"CONTEXT_INCLUDE_CODE\",\"2\":\"CONTEXT_IGNORE_SECURITY\",\"4\":\"CONTEXT_RESTRICTED\",\"8\":\"CONTEXT_DEVICE_PROTECTED_STORAGE\",\"16\":\"CONTEXT_CREDENTIAL_PROTECTED_STORAGE\",\"1073741824\":\"CONTEXT_REGISTER_PACKAGE\"}},\"android.content.Context.DatabaseMode\":{\"flag\":true,\"values\":{\"0\":\"MODE_PRIVATE\",\"1\":\"MODE_WORLD_READABLE\",\"2\":\"MODE_WORLD_WRITEABLE\",\"8\":\"MODE_ENABLE_WRITE_AHEAD_LOGGING\",\"16\":\"MODE_NO_LOCALIZED_COLLATORS\"}},\"android.content.Context.FileMode\":{\"flag\":true,\"values\":{\"0\":\"MODE_PRIVATE\",\"1\":\"MODE_WORLD_READABLE\",\"2\":\"MODE_WORLD_WRITEABLE\",\"32768\":\"MODE_APPEND\"}},\"android.content.Context.PreferencesMode\":{\"flag\":true,\"values\":{\"0\":\"MODE_PRIVATE\",\"1\":\"MODE_WORLD_READABLE\",\"2\":\"MODE_WORLD_WRITEABLE\",\"4\":\"MODE_MULTI_PROCESS\"}},\"android.content.Context.RegisterReceiverFlags\":{\"flag\":true,\"values\":{\"1\":\"RECEIVER_VISIBLE_TO_INSTANT_APPS\"}},\"android.content.Intent.AccessUriMode\":{\"flag\":true,\"values\":{\"1\":\"FLAG_GRANT_READ_URI_PERMISSION\",\"2\":\"FLAG_GRANT_WRITE_URI_PERMISSION\"}},\"android.content.Intent.CopyMode\":{\"flag\":false,\"values\":{\"0\":\"COPY_MODE_ALL\",\"1\":\"COPY_MODE_FILTER\",\"2\":\"COPY_MODE_HISTORY\"}},\"android.content.Intent.FillInFlags\":{\"flag\":true,\"values\":{\"1\":\"FILL_IN_ACTION\",\"2\":\"FILL_IN_DATA\",\"4\":\"FILL_IN_CATEGORIES\",\"8\":\"FILL_IN_COMPONENT\",\"16\":\"FILL_IN_PACKAGE\",\"32\":\"FILL_IN_SOURCE_BOUNDS\",\"64\":\"FILL_IN_SELECTOR\",\"128\":\"FILL_IN_CLIP_DATA\"}},\"android.content.Intent.Flags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_GRANT_READ_URI_PERMISSION\",\"2\":\"FLAG_GRANT_WRITE_URI_PERMISSION\",\"4\":\"FLAG_FROM_BACKGROUND\",\"8\":\"FLAG_DEBUG_LOG_RESOLUTION\",\"16\":\"FLAG_EXCLUDE_STOPPED_PACKAGES\",\"32\":\"FLAG_INCLUDE_STOPPED_PACKAGES\",\"64\":\"FLAG_GRANT_PERSISTABLE_URI_PERMISSION\",\"128\":\"FLAG_GRANT_PREFIX_URI_PERMISSION\",\"256\":\"FLAG_DEBUG_TRIAGED_MISSING\",\"512\":\"FLAG_ACTIVITY_REQUIRE_DEFAULT\",\"1024\":\"FLAG_ACTIVITY_REQUIRE_NON_BROWSER\",\"2048\":\"FLAG_ACTIVITY_MATCH_EXTERNAL\",\"4096\":\"FLAG_ACTIVITY_LAUNCH_ADJACENT\",\"8192\":\"FLAG_ACTIVITY_RETAIN_IN_RECENTS\",\"16384\":\"FLAG_ACTIVITY_TASK_ON_HOME\",\"32768\":\"FLAG_ACTIVITY_CLEAR_TASK\",\"65536\":\"FLAG_ACTIVITY_NO_ANIMATION\",\"131072\":\"FLAG_ACTIVITY_REORDER_TO_FRONT\",\"262144\":\"FLAG_ACTIVITY_NO_USER_ACTION\",\"524288\":\"FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET\",\"1048576\":\"FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY\",\"2097152\":\"FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS\",\"4194304\":\"FLAG_RECEIVER_FROM_SHELL\",\"8388608\":\"FLAG_RECEIVER_EXCLUDE_BACKGROUND\",\"16777216\":\"FLAG_RECEIVER_INCLUDE_BACKGROUND\",\"33554432\":\"FLAG_RECEIVER_BOOT_UPGRADE\",\"67108864\":\"FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT\",\"134217728\":\"FLAG_RECEIVER_NO_ABORT\",\"268435456\":\"FLAG_RECEIVER_FOREGROUND\",\"536870912\":\"FLAG_RECEIVER_REPLACE_PENDING\",\"1073741824\":\"FLAG_RECEIVER_REGISTERED_ONLY\",\"-2147483648\":\"FLAG_RECEIVER_OFFLOAD\"}},\"android.content.Intent.GrantUriMode\":{\"flag\":true,\"values\":{\"1\":\"FLAG_GRANT_READ_URI_PERMISSION\",\"2\":\"FLAG_GRANT_WRITE_URI_PERMISSION\",\"64\":\"FLAG_GRANT_PERSISTABLE_URI_PERMISSION\",\"128\":\"FLAG_GRANT_PREFIX_URI_PERMISSION\"}},\"android.content.Intent.MutableFlags\":{\"flag\":true,\"values\":{\"4\":\"FLAG_FROM_BACKGROUND\",\"8\":\"FLAG_DEBUG_LOG_RESOLUTION\",\"16\":\"FLAG_EXCLUDE_STOPPED_PACKAGES\",\"32\":\"FLAG_INCLUDE_STOPPED_PACKAGES\",\"256\":\"FLAG_DEBUG_TRIAGED_MISSING\",\"512\":\"FLAG_IGNORE_EPHEMERAL\",\"2048\":\"FLAG_ACTIVITY_MATCH_EXTERNAL\",\"4096\":\"FLAG_ACTIVITY_LAUNCH_ADJACENT\",\"8192\":\"FLAG_ACTIVITY_RETAIN_IN_RECENTS\",\"16384\":\"FLAG_ACTIVITY_TASK_ON_HOME\",\"32768\":\"FLAG_ACTIVITY_CLEAR_TASK\",\"65536\":\"FLAG_ACTIVITY_NO_ANIMATION\",\"131072\":\"FLAG_ACTIVITY_REORDER_TO_FRONT\",\"262144\":\"FLAG_ACTIVITY_NO_USER_ACTION\",\"524288\":\"FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET\",\"1048576\":\"FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY\",\"2097152\":\"FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS\",\"4194304\":\"FLAG_RECEIVER_FROM_SHELL\",\"8388608\":\"FLAG_RECEIVER_EXCLUDE_BACKGROUND\",\"16777216\":\"FLAG_RECEIVER_INCLUDE_BACKGROUND\",\"33554432\":\"FLAG_RECEIVER_BOOT_UPGRADE\",\"67108864\":\"FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT\",\"134217728\":\"FLAG_RECEIVER_NO_ABORT\",\"268435456\":\"FLAG_RECEIVER_FOREGROUND\",\"536870912\":\"FLAG_RECEIVER_REPLACE_PENDING\",\"1073741824\":\"FLAG_RECEIVER_REGISTERED_ONLY\",\"-2147483648\":\"FLAG_RECEIVER_OFFLOAD\"}},\"android.content.Intent.UriFlags\":{\"flag\":true,\"values\":{\"1\":\"URI_INTENT_SCHEME\",\"2\":\"URI_ANDROID_APP_SCHEME\",\"4\":\"URI_ALLOW_UNSAFE\"}},\"android.content.IntentFilter.InstantAppVisibility\":{\"flag\":false,\"values\":{\"0\":\"VISIBILITY_NONE\",\"1\":\"VISIBILITY_EXPLICIT\",\"2\":\"VISIBILITY_IMPLICIT\"}},\"android.content.integrity.AtomicFormula.Key\":{\"flag\":false,\"values\":{\"0\":\"PACKAGE_NAME\",\"1\":\"APP_CERTIFICATE\",\"2\":\"INSTALLER_NAME\",\"3\":\"INSTALLER_CERTIFICATE\",\"4\":\"VERSION_CODE\",\"5\":\"PRE_INSTALLED\",\"6\":\"STAMP_TRUSTED\",\"7\":\"STAMP_CERTIFICATE_HASH\"}},\"android.content.integrity.AtomicFormula.Operator\":{\"flag\":false,\"values\":{\"0\":\"EQ\",\"1\":\"GT\",\"2\":\"GTE\"}},\"android.content.integrity.CompoundFormula.Connector\":{\"flag\":false,\"values\":{\"0\":\"AND\",\"1\":\"OR\",\"2\":\"NOT\"}},\"android.content.integrity.IntegrityFormula.Tag\":{\"flag\":false,\"values\":{\"0\":\"COMPOUND_FORMULA_TAG\",\"1\":\"STRING_ATOMIC_FORMULA_TAG\",\"2\":\"LONG_ATOMIC_FORMULA_TAG\",\"3\":\"BOOLEAN_ATOMIC_FORMULA_TAG\",\"4\":\"INSTALLER_ALLOWED_BY_MANIFEST_FORMULA_TAG\"}},\"android.content.integrity.Rule.Effect\":{\"flag\":false,\"values\":{\"0\":\"DENY\",\"1\":\"FORCE_ALLOW\"}},\"android.content.om.OverlayInfo.State\":{\"flag\":false,\"values\":{\"0\":\"STATE_MISSING_TARGET\",\"1\":\"STATE_NO_IDMAP\",\"2\":\"STATE_DISABLED\",\"3\":\"STATE_ENABLED\",\"5\":\"STATE_OVERLAY_IS_BEING_REPLACED\",\"6\":\"STATE_ENABLED_IMMUTABLE\",\"-1\":\"STATE_UNKNOWN\"}},\"android.content.om.OverlayManagerTransaction.Request.RequestType\":{\"flag\":false,\"values\":{\"0\":\"TYPE_SET_ENABLED\",\"1\":\"TYPE_SET_DISABLED\"}},\"android.content.pm.ActivityInfo.ColorMode\":{\"flag\":false,\"values\":{\"0\":\"COLOR_MODE_DEFAULT\",\"1\":\"COLOR_MODE_WIDE_COLOR_GAMUT\",\"2\":\"COLOR_MODE_HDR\"}},\"android.content.pm.ActivityInfo.Config\":{\"flag\":true,\"values\":{\"1\":\"CONFIG_MCC\",\"2\":\"CONFIG_MNC\",\"4\":\"CONFIG_LOCALE\",\"8\":\"CONFIG_TOUCHSCREEN\",\"16\":\"CONFIG_KEYBOARD\",\"32\":\"CONFIG_KEYBOARD_HIDDEN\",\"64\":\"CONFIG_NAVIGATION\",\"128\":\"CONFIG_ORIENTATION\",\"256\":\"CONFIG_SCREEN_LAYOUT\",\"512\":\"CONFIG_UI_MODE\",\"1024\":\"CONFIG_SCREEN_SIZE\",\"2048\":\"CONFIG_SMALLEST_SCREEN_SIZE\",\"4096\":\"CONFIG_DENSITY\",\"8192\":\"CONFIG_LAYOUT_DIRECTION\",\"16384\":\"CONFIG_COLOR_MODE\",\"1073741824\":\"CONFIG_FONT_SCALE\"}},\"android.content.pm.ActivityInfo.LaunchMode\":{\"flag\":false,\"values\":{\"0\":\"LAUNCH_MULTIPLE\",\"1\":\"LAUNCH_SINGLE_TOP\",\"2\":\"LAUNCH_SINGLE_TASK\",\"3\":\"LAUNCH_SINGLE_INSTANCE\",\"4\":\"LAUNCH_SINGLE_INSTANCE_PER_TASK\"}},\"android.content.pm.ActivityInfo.ScreenOrientation\":{\"flag\":false,\"values\":{\"0\":\"SCREEN_ORIENTATION_LANDSCAPE\",\"1\":\"SCREEN_ORIENTATION_PORTRAIT\",\"2\":\"SCREEN_ORIENTATION_USER\",\"3\":\"SCREEN_ORIENTATION_BEHIND\",\"4\":\"SCREEN_ORIENTATION_SENSOR\",\"5\":\"SCREEN_ORIENTATION_NOSENSOR\",\"6\":\"SCREEN_ORIENTATION_SENSOR_LANDSCAPE\",\"7\":\"SCREEN_ORIENTATION_SENSOR_PORTRAIT\",\"8\":\"SCREEN_ORIENTATION_REVERSE_LANDSCAPE\",\"9\":\"SCREEN_ORIENTATION_REVERSE_PORTRAIT\",\"10\":\"SCREEN_ORIENTATION_FULL_SENSOR\",\"11\":\"SCREEN_ORIENTATION_USER_LANDSCAPE\",\"12\":\"SCREEN_ORIENTATION_USER_PORTRAIT\",\"13\":\"SCREEN_ORIENTATION_FULL_USER\",\"14\":\"SCREEN_ORIENTATION_LOCKED\",\"-2\":\"SCREEN_ORIENTATION_UNSET\",\"-1\":\"SCREEN_ORIENTATION_UNSPECIFIED\"}},\"android.content.pm.ActivityInfo.SizeChangesSupportMode\":{\"flag\":false,\"values\":{\"0\":\"SIZE_CHANGES_UNSUPPORTED_METADATA\",\"1\":\"SIZE_CHANGES_UNSUPPORTED_OVERRIDE\",\"2\":\"SIZE_CHANGES_SUPPORTED_METADATA\",\"3\":\"SIZE_CHANGES_SUPPORTED_OVERRIDE\"}},\"android.content.pm.ApplicationInfo.ApplicationInfoPrivateFlags\":{\"flag\":true,\"values\":{\"1\":\"PRIVATE_FLAG_HIDDEN\",\"2\":\"PRIVATE_FLAG_CANT_SAVE_STATE\",\"8\":\"PRIVATE_FLAG_PRIVILEGED\",\"16\":\"PRIVATE_FLAG_HAS_DOMAIN_URLS\",\"32\":\"PRIVATE_FLAG_DEFAULT_TO_DEVICE_PROTECTED_STORAGE\",\"64\":\"PRIVATE_FLAG_DIRECT_BOOT_AWARE\",\"128\":\"PRIVATE_FLAG_INSTANT\",\"256\":\"PRIVATE_FLAG_PARTIALLY_DIRECT_BOOT_AWARE\",\"512\":\"PRIVATE_FLAG_REQUIRED_FOR_SYSTEM_USER\",\"1024\":\"PRIVATE_FLAG_ACTIVITIES_RESIZE_MODE_RESIZEABLE\",\"2048\":\"PRIVATE_FLAG_ACTIVITIES_RESIZE_MODE_UNRESIZEABLE\",\"4096\":\"PRIVATE_FLAG_ACTIVITIES_RESIZE_MODE_RESIZEABLE_VIA_SDK_VERSION\",\"8192\":\"PRIVATE_FLAG_BACKUP_IN_FOREGROUND\",\"16384\":\"PRIVATE_FLAG_STATIC_SHARED_LIBRARY\",\"32768\":\"PRIVATE_FLAG_ISOLATED_SPLIT_LOADING\",\"65536\":\"PRIVATE_FLAG_VIRTUAL_PRELOAD\",\"131072\":\"PRIVATE_FLAG_OEM\",\"262144\":\"PRIVATE_FLAG_VENDOR\",\"524288\":\"PRIVATE_FLAG_PRODUCT\",\"1048576\":\"PRIVATE_FLAG_SIGNED_WITH_PLATFORM_KEY\",\"2097152\":\"PRIVATE_FLAG_SYSTEM_EXT\",\"8388608\":\"PRIVATE_FLAG_PROFILEABLE_BY_SHELL\",\"16777216\":\"PRIVATE_FLAG_HAS_FRAGILE_USER_DATA\",\"33554432\":\"PRIVATE_FLAG_USE_EMBEDDED_DEX\",\"67108864\":\"PRIVATE_FLAG_ALLOW_CLEAR_USER_DATA_ON_FAILED_RESTORE\",\"134217728\":\"PRIVATE_FLAG_ALLOW_AUDIO_PLAYBACK_CAPTURE\",\"268435456\":\"PRIVATE_FLAG_IS_RESOURCE_OVERLAY\",\"536870912\":\"PRIVATE_FLAG_REQUEST_LEGACY_EXTERNAL_STORAGE\",\"1073741824\":\"PRIVATE_FLAG_ODM\",\"-2147483648\":\"PRIVATE_FLAG_ALLOW_NATIVE_HEAP_POINTER_TAGGING\"}},\"android.content.pm.ApplicationInfo.ApplicationInfoPrivateFlagsExt\":{\"flag\":true,\"values\":{\"1\":\"PRIVATE_FLAG_EXT_PROFILEABLE\",\"2\":\"PRIVATE_FLAG_EXT_REQUEST_FOREGROUND_SERVICE_EXEMPTION\",\"4\":\"PRIVATE_FLAG_EXT_ATTRIBUTIONS_ARE_USER_VISIBLE\"}},\"android.content.pm.ApplicationInfo.Category\":{\"flag\":false,\"values\":{\"0\":\"CATEGORY_GAME\",\"1\":\"CATEGORY_AUDIO\",\"2\":\"CATEGORY_VIDEO\",\"3\":\"CATEGORY_IMAGE\",\"4\":\"CATEGORY_SOCIAL\",\"5\":\"CATEGORY_NEWS\",\"6\":\"CATEGORY_MAPS\",\"7\":\"CATEGORY_PRODUCTIVITY\",\"8\":\"CATEGORY_ACCESSIBILITY\",\"-1\":\"CATEGORY_UNDEFINED\"}},\"android.content.pm.ApplicationInfo.GwpAsanMode\":{\"flag\":false,\"values\":{\"0\":\"GWP_ASAN_NEVER\",\"1\":\"GWP_ASAN_ALWAYS\",\"-1\":\"GWP_ASAN_DEFAULT\"}},\"android.content.pm.ApplicationInfo.HiddenApiEnforcementPolicy\":{\"flag\":false,\"values\":{\"0\":\"HIDDEN_API_ENFORCEMENT_DISABLED\",\"1\":\"HIDDEN_API_ENFORCEMENT_JUST_WARN\",\"2\":\"HIDDEN_API_ENFORCEMENT_ENABLED\",\"-1\":\"HIDDEN_API_ENFORCEMENT_DEFAULT\"}},\"android.content.pm.ApplicationInfo.MemtagMode\":{\"flag\":false,\"values\":{\"0\":\"MEMTAG_OFF\",\"1\":\"MEMTAG_ASYNC\",\"2\":\"MEMTAG_SYNC\",\"-1\":\"MEMTAG_DEFAULT\"}},\"android.content.pm.ApplicationInfo.NativeHeapZeroInitialized\":{\"flag\":false,\"values\":{\"0\":\"ZEROINIT_DISABLED\",\"1\":\"ZEROINIT_ENABLED\",\"-1\":\"ZEROINIT_DEFAULT\"}},\"android.content.pm.ApplicationInfo.RawExternalStorage\":{\"flag\":false,\"values\":{\"0\":\"RAW_EXTERNAL_STORAGE_ACCESS_DEFAULT\",\"1\":\"RAW_EXTERNAL_STORAGE_ACCESS_REQUESTED\",\"2\":\"RAW_EXTERNAL_STORAGE_ACCESS_NOT_REQUESTED\"}},\"android.content.pm.Checksum.Type\":{\"flag\":false,\"values\":{\"1\":\"TYPE_WHOLE_MERKLE_ROOT_4K_SHA256\",\"2\":\"TYPE_WHOLE_MD5\",\"4\":\"TYPE_WHOLE_SHA1\",\"8\":\"TYPE_WHOLE_SHA256\",\"16\":\"TYPE_WHOLE_SHA512\",\"32\":\"TYPE_PARTIAL_MERKLE_ROOT_1M_SHA256\",\"64\":\"TYPE_PARTIAL_MERKLE_ROOT_1M_SHA512\"}},\"android.content.pm.Checksum.TypeMask\":{\"flag\":true,\"values\":{\"1\":\"TYPE_WHOLE_MERKLE_ROOT_4K_SHA256\",\"2\":\"TYPE_WHOLE_MD5\",\"4\":\"TYPE_WHOLE_SHA1\",\"8\":\"TYPE_WHOLE_SHA256\",\"16\":\"TYPE_WHOLE_SHA512\",\"32\":\"TYPE_PARTIAL_MERKLE_ROOT_1M_SHA256\",\"64\":\"TYPE_PARTIAL_MERKLE_ROOT_1M_SHA512\"}},\"android.content.pm.LauncherApps.PinItemRequest.RequestType\":{\"flag\":false,\"values\":{\"1\":\"REQUEST_TYPE_SHORTCUT\",\"2\":\"REQUEST_TYPE_APPWIDGET\"}},\"android.content.pm.LauncherApps.ShortcutCacheFlags\":{\"flag\":false,\"values\":{\"0\":\"FLAG_CACHE_NOTIFICATION_SHORTCUTS\",\"1\":\"FLAG_CACHE_BUBBLE_SHORTCUTS\",\"2\":\"FLAG_CACHE_PEOPLE_TILE_SHORTCUTS\"}},\"android.content.pm.LauncherApps.ShortcutQuery.QueryFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_MATCH_DYNAMIC\",\"2\":\"FLAG_MATCH_PINNED\",\"4\":\"FLAG_GET_KEY_FIELDS_ONLY\",\"8\":\"FLAG_MATCH_MANIFEST\",\"16\":\"FLAG_MATCH_CACHED\",\"1024\":\"FLAG_MATCH_PINNED_BY_ANY_LAUNCHER\",\"2048\":\"FLAG_GET_PERSONS_DATA\"}},\"android.content.pm.PackageInstaller.FileLocation\":{\"flag\":false,\"values\":{\"0\":\"LOCATION_DATA_APP\",\"1\":\"LOCATION_MEDIA_OBB\",\"2\":\"LOCATION_MEDIA_DATA\"}},\"android.content.pm.PackageInstaller.SessionInfo.StagedSessionErrorCode\":{\"flag\":false,\"values\":{\"0\":\"STAGED_SESSION_NO_ERROR\",\"1\":\"STAGED_SESSION_VERIFICATION_FAILED\",\"2\":\"STAGED_SESSION_ACTIVATION_FAILED\",\"3\":\"STAGED_SESSION_UNKNOWN\",\"4\":\"STAGED_SESSION_CONFLICT\"}},\"android.content.pm.PackageInstaller.SessionParams.UserActionRequirement\":{\"flag\":false,\"values\":{\"0\":\"USER_ACTION_UNSPECIFIED\",\"1\":\"USER_ACTION_REQUIRED\",\"2\":\"USER_ACTION_NOT_REQUIRED\"}},\"android.content.pm.PackageManager.ApplicationInfoFlags\":{\"flag\":true,\"values\":{\"128\":\"GET_META_DATA\",\"512\":\"MATCH_DISABLED_COMPONENTS\",\"1024\":\"GET_SHARED_LIBRARY_FILES\",\"8192\":\"GET_UNINSTALLED_PACKAGES\",\"32768\":\"GET_DISABLED_UNTIL_USED_COMPONENTS\",\"1048576\":\"MATCH_SYSTEM_ONLY\",\"8388608\":\"MATCH_INSTANT\",\"67108864\":\"MATCH_STATIC_SHARED_LIBRARIES\",\"268435456\":\"MATCH_DEBUG_TRIAGED_MISSING\",\"536870912\":\"MATCH_HIDDEN_UNTIL_INSTALLED_COMPONENTS\",\"1073741824\":\"MATCH_APEX\"}},\"android.content.pm.PackageManager.CertificateInputType\":{\"flag\":false,\"values\":{\"0\":\"CERT_INPUT_RAW_X509\",\"1\":\"CERT_INPUT_SHA256\"}},\"android.content.pm.PackageManager.ComponentInfoFlags\":{\"flag\":true,\"values\":{\"128\":\"GET_META_DATA\",\"512\":\"GET_DISABLED_COMPONENTS\",\"1024\":\"GET_SHARED_LIBRARY_FILES\",\"8192\":\"GET_UNINSTALLED_PACKAGES\",\"32768\":\"GET_DISABLED_UNTIL_USED_COMPONENTS\",\"65536\":\"MATCH_DEFAULT_ONLY\",\"131072\":\"MATCH_ALL\",\"262144\":\"MATCH_DIRECT_BOOT_UNAWARE\",\"524288\":\"MATCH_DIRECT_BOOT_AWARE\",\"1048576\":\"MATCH_SYSTEM_ONLY\",\"8388608\":\"MATCH_INSTANT\",\"67108864\":\"MATCH_STATIC_SHARED_LIBRARIES\",\"268435456\":\"MATCH_DIRECT_BOOT_AUTO\"}},\"android.content.pm.PackageManager.ComponentType\":{\"flag\":false,\"values\":{\"0\":\"TYPE_UNKNOWN\",\"1\":\"TYPE_ACTIVITY\",\"2\":\"TYPE_RECEIVER\",\"3\":\"TYPE_SERVICE\",\"4\":\"TYPE_PROVIDER\"}},\"android.content.pm.PackageManager.DeleteFlags\":{\"flag\":true,\"values\":{\"1\":\"DELETE_KEEP_DATA\",\"2\":\"DELETE_ALL_USERS\",\"4\":\"DELETE_SYSTEM_APP\",\"8\":\"DELETE_DONT_KILL_APP\",\"-2147483648\":\"DELETE_CHATTY\"}},\"android.content.pm.PackageManager.DistractionRestriction\":{\"flag\":true,\"values\":{\"0\":\"RESTRICTION_NONE\",\"1\":\"RESTRICTION_HIDE_FROM_SUGGESTIONS\",\"2\":\"RESTRICTION_HIDE_NOTIFICATIONS\"}},\"android.content.pm.PackageManager.EnabledFlags\":{\"flag\":true,\"values\":{\"1\":\"DONT_KILL_APP\",\"2\":\"SYNCHRONOUS\"}},\"android.content.pm.PackageManager.EnabledState\":{\"flag\":false,\"values\":{\"0\":\"COMPONENT_ENABLED_STATE_DEFAULT\",\"1\":\"COMPONENT_ENABLED_STATE_ENABLED\",\"2\":\"COMPONENT_ENABLED_STATE_DISABLED\",\"3\":\"COMPONENT_ENABLED_STATE_DISABLED_USER\",\"4\":\"COMPONENT_ENABLED_STATE_DISABLED_UNTIL_USED\"}},\"android.content.pm.PackageManager.InstallFlags\":{\"flag\":true,\"values\":{\"2\":\"INSTALL_REPLACE_EXISTING\",\"4\":\"INSTALL_ALLOW_TEST\",\"16\":\"INSTALL_INTERNAL\",\"32\":\"INSTALL_FROM_ADB\",\"64\":\"INSTALL_ALL_USERS\",\"128\":\"INSTALL_REQUEST_DOWNGRADE\",\"256\":\"INSTALL_GRANT_RUNTIME_PERMISSIONS\",\"512\":\"INSTALL_FORCE_VOLUME_UUID\",\"1024\":\"INSTALL_FORCE_PERMISSION_PROMPT\",\"2048\":\"INSTALL_INSTANT_APP\",\"4096\":\"INSTALL_DONT_KILL_APP\",\"16384\":\"INSTALL_FULL_APP\",\"32768\":\"INSTALL_ALLOCATE_AGGRESSIVE\",\"65536\":\"INSTALL_VIRTUAL_PRELOAD\",\"131072\":\"INSTALL_APEX\",\"262144\":\"INSTALL_ENABLE_ROLLBACK\",\"1048576\":\"INSTALL_ALLOW_DOWNGRADE\",\"2097152\":\"INSTALL_STAGED\",\"4194304\":\"INSTALL_ALL_WHITELIST_RESTRICTED_PERMISSIONS\"}},\"android.content.pm.PackageManager.InstallReason\":{\"flag\":false,\"values\":{\"0\":\"INSTALL_REASON_UNKNOWN\",\"1\":\"INSTALL_REASON_POLICY\",\"2\":\"INSTALL_REASON_DEVICE_RESTORE\",\"3\":\"INSTALL_REASON_DEVICE_SETUP\",\"4\":\"INSTALL_REASON_USER\",\"5\":\"INSTALL_REASON_ROLLBACK\"}},\"android.content.pm.PackageManager.InstallScenario\":{\"flag\":false,\"values\":{\"0\":\"INSTALL_SCENARIO_DEFAULT\",\"1\":\"INSTALL_SCENARIO_FAST\",\"2\":\"INSTALL_SCENARIO_BULK\",\"3\":\"INSTALL_SCENARIO_BULK_SECONDARY\"}},\"android.content.pm.PackageManager.InstalledModulesFlags\":{\"flag\":true,\"values\":{\"131072\":\"MATCH_ALL\"}},\"android.content.pm.PackageManager.InstrumentationInfoFlags\":{\"flag\":true,\"values\":{\"128\":\"GET_META_DATA\"}},\"android.content.pm.PackageManager.ModuleInfoFlags\":{\"flag\":true,\"values\":{\"1\":\"MODULE_APEX_NAME\"}},\"android.content.pm.PackageManager.PackageInfoFlags\":{\"flag\":true,\"values\":{\"1\":\"GET_ACTIVITIES\",\"2\":\"GET_RECEIVERS\",\"4\":\"GET_SERVICES\",\"8\":\"GET_PROVIDERS\",\"16\":\"GET_INSTRUMENTATION\",\"32\":\"GET_INTENT_FILTERS\",\"64\":\"GET_SIGNATURES\",\"128\":\"GET_META_DATA\",\"256\":\"GET_GIDS\",\"512\":\"GET_DISABLED_COMPONENTS\",\"1024\":\"GET_SHARED_LIBRARY_FILES\",\"2048\":\"GET_URI_PERMISSION_PATTERNS\",\"4096\":\"GET_PERMISSIONS\",\"8192\":\"GET_UNINSTALLED_PACKAGES\",\"16384\":\"GET_CONFIGURATIONS\",\"32768\":\"GET_DISABLED_UNTIL_USED_COMPONENTS\",\"1048576\":\"MATCH_SYSTEM_ONLY\",\"2097152\":\"MATCH_FACTORY_ONLY\",\"8388608\":\"MATCH_INSTANT\",\"134217728\":\"GET_SIGNING_CERTIFICATES\",\"268435456\":\"MATCH_DEBUG_TRIAGED_MISSING\",\"536870912\":\"MATCH_HIDDEN_UNTIL_INSTALLED_COMPONENTS\",\"1073741824\":\"MATCH_APEX\",\"-2147483648\":\"GET_ATTRIBUTIONS\"}},\"android.content.pm.PackageManager.PermissionFlags\":{\"flag\":false,\"values\":{\"1\":\"FLAG_PERMISSION_USER_SET\",\"2\":\"FLAG_PERMISSION_USER_FIXED\",\"4\":\"FLAG_PERMISSION_POLICY_FIXED\",\"8\":\"FLAG_PERMISSION_REVOKED_COMPAT\",\"16\":\"FLAG_PERMISSION_SYSTEM_FIXED\",\"32\":\"FLAG_PERMISSION_GRANTED_BY_DEFAULT\",\"256\":\"FLAG_PERMISSION_USER_SENSITIVE_WHEN_GRANTED\",\"512\":\"FLAG_PERMISSION_USER_SENSITIVE_WHEN_DENIED\",\"2048\":\"FLAG_PERMISSION_RESTRICTION_INSTALLER_EXEMPT\",\"4096\":\"FLAG_PERMISSION_RESTRICTION_SYSTEM_EXEMPT\",\"8192\":\"FLAG_PERMISSION_RESTRICTION_UPGRADE_EXEMPT\",\"16384\":\"FLAG_PERMISSION_APPLY_RESTRICTION\",\"32768\":\"FLAG_PERMISSION_GRANTED_BY_ROLE\",\"65536\":\"FLAG_PERMISSION_ONE_TIME\",\"131072\":\"FLAG_PERMISSION_AUTO_REVOKED\"}},\"android.content.pm.PackageManager.PermissionGroupInfoFlags\":{\"flag\":true,\"values\":{\"128\":\"GET_META_DATA\"}},\"android.content.pm.PackageManager.PermissionInfoFlags\":{\"flag\":true,\"values\":{\"128\":\"GET_META_DATA\"}},\"android.content.pm.PackageManager.PermissionResult\":{\"flag\":false,\"values\":{\"0\":\"PERMISSION_GRANTED\",\"-1\":\"PERMISSION_DENIED\"}},\"android.content.pm.PackageManager.PermissionWhitelistFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_PERMISSION_WHITELIST_SYSTEM\",\"2\":\"FLAG_PERMISSION_WHITELIST_INSTALLER\",\"4\":\"FLAG_PERMISSION_WHITELIST_UPGRADE\"}},\"android.content.pm.PackageManager.PropertyLocation\":{\"flag\":false,\"values\":{\"0\":\"TYPE_UNKNOWN\",\"1\":\"TYPE_ACTIVITY\",\"2\":\"TYPE_RECEIVER\",\"3\":\"TYPE_SERVICE\",\"4\":\"TYPE_PROVIDER\",\"5\":\"TYPE_APPLICATION\"}},\"android.content.pm.PackageManager.ResolveInfoFlags\":{\"flag\":true,\"values\":{\"64\":\"GET_RESOLVED_FILTER\",\"128\":\"GET_META_DATA\",\"512\":\"GET_DISABLED_COMPONENTS\",\"1024\":\"GET_SHARED_LIBRARY_FILES\",\"8192\":\"GET_UNINSTALLED_PACKAGES\",\"32768\":\"GET_DISABLED_UNTIL_USED_COMPONENTS\",\"65536\":\"MATCH_DEFAULT_ONLY\",\"131072\":\"MATCH_ALL\",\"262144\":\"MATCH_DIRECT_BOOT_UNAWARE\",\"524288\":\"MATCH_DIRECT_BOOT_AWARE\",\"1048576\":\"MATCH_SYSTEM_ONLY\",\"8388608\":\"MATCH_INSTANT\",\"268435456\":\"MATCH_DIRECT_BOOT_AUTO\"}},\"android.content.pm.PackageManager.RollbackDataPolicy\":{\"flag\":false,\"values\":{\"0\":\"RESTORE\",\"1\":\"WIPE\",\"2\":\"RETAIN\"}},\"android.content.pm.PackageManager.SignatureResult\":{\"flag\":false,\"values\":{\"0\":\"SIGNATURE_MATCH\",\"1\":\"SIGNATURE_NEITHER_SIGNED\",\"-1\":\"SIGNATURE_FIRST_NOT_SIGNED\",\"-2\":\"SIGNATURE_SECOND_NOT_SIGNED\",\"-3\":\"SIGNATURE_NO_MATCH\",\"-4\":\"SIGNATURE_UNKNOWN_PACKAGE\"}},\"android.content.pm.PackageManager.SystemAppState\":{\"flag\":false,\"values\":{\"0\":\"SYSTEM_APP_STATE_HIDDEN_UNTIL_INSTALLED_HIDDEN\",\"1\":\"SYSTEM_APP_STATE_HIDDEN_UNTIL_INSTALLED_VISIBLE\",\"2\":\"SYSTEM_APP_STATE_INSTALLED\",\"3\":\"SYSTEM_APP_STATE_UNINSTALLED\"}},\"android.content.pm.PackageManager.UninstallReason\":{\"flag\":false,\"values\":{\"0\":\"UNINSTALL_REASON_UNKNOWN\",\"1\":\"UNINSTALL_REASON_USER_TYPE\"}},\"android.content.pm.PackageParser.ParseFlags\":{\"flag\":true,\"values\":{\"1\":\"PARSE_MUST_BE_APK\",\"2\":\"PARSE_IGNORE_PROCESSES\",\"8\":\"PARSE_EXTERNAL_STORAGE\",\"16\":\"PARSE_IS_SYSTEM_DIR\",\"32\":\"PARSE_COLLECT_CERTIFICATES\",\"64\":\"PARSE_ENFORCE_CODE\",\"-2147483648\":\"PARSE_CHATTY\"}},\"android.content.pm.PackageParser.SigningDetails.CertCapabilities\":{\"flag\":true,\"values\":{\"1\":\"INSTALLED_DATA\",\"2\":\"SHARED_USER_ID\",\"4\":\"PERMISSION\",\"8\":\"ROLLBACK\"}},\"android.content.pm.PackageParser.SigningDetails.SignatureSchemeVersion\":{\"flag\":false,\"values\":{\"0\":\"UNKNOWN\",\"1\":\"JAR\",\"2\":\"SIGNING_BLOCK_V2\",\"3\":\"SIGNING_BLOCK_V3\",\"4\":\"SIGNING_BLOCK_V4\"}},\"android.content.pm.PackagePartitions.PartitionType\":{\"flag\":false,\"values\":{\"0\":\"PARTITION_SYSTEM\",\"1\":\"PARTITION_VENDOR\",\"2\":\"PARTITION_ODM\",\"3\":\"PARTITION_OEM\",\"4\":\"PARTITION_PRODUCT\",\"5\":\"PARTITION_SYSTEM_EXT\"}},\"android.content.pm.PermissionGroupInfo.Flags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_PERSONAL_INFO\"}},\"android.content.pm.PermissionInfo.Flags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_COSTS_MONEY\",\"2\":\"FLAG_REMOVED\",\"4\":\"FLAG_HARD_RESTRICTED\",\"8\":\"FLAG_SOFT_RESTRICTED\",\"16\":\"FLAG_IMMUTABLY_RESTRICTED\",\"1073741824\":\"FLAG_INSTALLED\"}},\"android.content.pm.PermissionInfo.Protection\":{\"flag\":false,\"values\":{\"0\":\"PROTECTION_NORMAL\",\"1\":\"PROTECTION_DANGEROUS\",\"2\":\"PROTECTION_SIGNATURE\",\"3\":\"PROTECTION_SIGNATURE_OR_SYSTEM\",\"4\":\"PROTECTION_INTERNAL\"}},\"android.content.pm.PermissionInfo.ProtectionFlags\":{\"flag\":true,\"values\":{\"16\":\"PROTECTION_FLAG_SYSTEM\",\"32\":\"PROTECTION_FLAG_DEVELOPMENT\",\"64\":\"PROTECTION_FLAG_APPOP\",\"128\":\"PROTECTION_FLAG_PRE23\",\"256\":\"PROTECTION_FLAG_INSTALLER\",\"512\":\"PROTECTION_FLAG_VERIFIER\",\"1024\":\"PROTECTION_FLAG_PREINSTALLED\",\"2048\":\"PROTECTION_FLAG_SETUP\",\"4096\":\"PROTECTION_FLAG_INSTANT\",\"8192\":\"PROTECTION_FLAG_RUNTIME_ONLY\",\"16384\":\"PROTECTION_FLAG_OEM\",\"32768\":\"PROTECTION_FLAG_VENDOR_PRIVILEGED\",\"65536\":\"PROTECTION_FLAG_SYSTEM_TEXT_CLASSIFIER\",\"262144\":\"PROTECTION_FLAG_DOCUMENTER\",\"524288\":\"PROTECTION_FLAG_CONFIGURATOR\",\"1048576\":\"PROTECTION_FLAG_INCIDENT_REPORT_APPROVER\",\"2097152\":\"PROTECTION_FLAG_APP_PREDICTOR\",\"8388608\":\"PROTECTION_FLAG_COMPANION\",\"16777216\":\"PROTECTION_FLAG_RETAIL_DEMO\",\"33554432\":\"PROTECTION_FLAG_RECENTS\",\"67108864\":\"PROTECTION_FLAG_ROLE\",\"134217728\":\"PROTECTION_FLAG_KNOWN_SIGNER\"}},\"android.content.pm.ServiceInfo.ForegroundServiceType\":{\"flag\":true,\"values\":{\"0\":\"FOREGROUND_SERVICE_TYPE_NONE\",\"1\":\"FOREGROUND_SERVICE_TYPE_DATA_SYNC\",\"2\":\"FOREGROUND_SERVICE_TYPE_MEDIA_PLAYBACK\",\"4\":\"FOREGROUND_SERVICE_TYPE_PHONE_CALL\",\"8\":\"FOREGROUND_SERVICE_TYPE_LOCATION\",\"16\":\"FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE\",\"32\":\"FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION\",\"64\":\"FOREGROUND_SERVICE_TYPE_CAMERA\",\"128\":\"FOREGROUND_SERVICE_TYPE_MICROPHONE\",\"-1\":\"FOREGROUND_SERVICE_TYPE_MANIFEST\"}},\"android.content.pm.SharedLibraryInfo.Type\":{\"flag\":true,\"values\":{\"0\":\"TYPE_BUILTIN\",\"1\":\"TYPE_DYNAMIC\",\"2\":\"TYPE_STATIC\"}},\"android.content.pm.ShortcutInfo.CloneFlags\":{\"flag\":true,\"values\":{\"1\":\"CLONE_REMOVE_ICON\",\"2\":\"CLONE_REMOVE_INTENT\",\"4\":\"CLONE_REMOVE_NON_KEY_INFO\",\"8\":\"CLONE_REMOVE_RES_NAMES\",\"9\":\"CLONE_REMOVE_FOR_APP_PREDICTION\",\"16\":\"CLONE_REMOVE_PERSON\",\"26\":\"CLONE_REMOVE_FOR_LAUNCHER_APPROVAL\",\"27\":\"CLONE_REMOVE_FOR_LAUNCHER\"}},\"android.content.pm.ShortcutInfo.DisabledReason\":{\"flag\":false,\"values\":{\"0\":\"DISABLED_REASON_NOT_DISABLED\",\"1\":\"DISABLED_REASON_BY_APP\",\"2\":\"DISABLED_REASON_APP_CHANGED\",\"3\":\"DISABLED_REASON_UNKNOWN\",\"100\":\"DISABLED_REASON_VERSION_LOWER\",\"101\":\"DISABLED_REASON_BACKUP_NOT_SUPPORTED\",\"102\":\"DISABLED_REASON_SIGNATURE_MISMATCH\",\"103\":\"DISABLED_REASON_OTHER_RESTORE_ISSUE\"}},\"android.content.pm.ShortcutInfo.ShortcutFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_DYNAMIC\",\"2\":\"FLAG_PINNED\",\"4\":\"FLAG_HAS_ICON_RES\",\"8\":\"FLAG_HAS_ICON_FILE\",\"16\":\"FLAG_KEY_FIELDS_ONLY\",\"32\":\"FLAG_MANIFEST\",\"64\":\"FLAG_DISABLED\",\"128\":\"FLAG_STRINGS_RESOLVED\",\"256\":\"FLAG_IMMUTABLE\",\"512\":\"FLAG_ADAPTIVE_BITMAP\",\"1024\":\"FLAG_RETURNED_BY_SERVICE\",\"2048\":\"FLAG_ICON_FILE_PENDING_SAVE\",\"4096\":\"FLAG_SHADOW\",\"8192\":\"FLAG_LONG_LIVED\",\"16384\":\"FLAG_CACHED_NOTIFICATIONS\",\"32768\":\"FLAG_HAS_ICON_URI\",\"536870912\":\"FLAG_CACHED_PEOPLE_TILE\",\"1073741824\":\"FLAG_CACHED_BUBBLES\"}},\"android.content.pm.ShortcutManager.ShortcutMatchFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_MATCH_MANIFEST\",\"2\":\"FLAG_MATCH_DYNAMIC\",\"4\":\"FLAG_MATCH_PINNED\",\"8\":\"FLAG_MATCH_CACHED\"}},\"android.content.pm.SuspendDialogInfo.ButtonAction\":{\"flag\":true,\"values\":{\"0\":\"BUTTON_ACTION_MORE_DETAILS\",\"1\":\"BUTTON_ACTION_UNSUSPEND\"}},\"android.content.pm.UserInfo.UserInfoFlag\":{\"flag\":true,\"values\":{\"1\":\"FLAG_PRIMARY\",\"2\":\"FLAG_ADMIN\",\"4\":\"FLAG_GUEST\",\"8\":\"FLAG_RESTRICTED\",\"16\":\"FLAG_INITIALIZED\",\"32\":\"FLAG_MANAGED_PROFILE\",\"64\":\"FLAG_DISABLED\",\"128\":\"FLAG_QUIET_MODE\",\"256\":\"FLAG_EPHEMERAL\",\"512\":\"FLAG_DEMO\",\"1024\":\"FLAG_FULL\",\"2048\":\"FLAG_SYSTEM\",\"4096\":\"FLAG_PROFILE\"}},\"android.content.pm.dex.ArtManager.ProfileType\":{\"flag\":true,\"values\":{\"0\":\"PROFILE_APPS\",\"1\":\"PROFILE_BOOT_IMAGE\"}},\"android.content.pm.parsing.ParsingPackageUtils.ParseFlags\":{\"flag\":true,\"values\":{\"1\":\"PARSE_MUST_BE_APK\",\"2\":\"PARSE_IGNORE_PROCESSES\",\"8\":\"PARSE_EXTERNAL_STORAGE\",\"16\":\"PARSE_IS_SYSTEM_DIR\",\"32\":\"PARSE_COLLECT_CERTIFICATES\",\"64\":\"PARSE_ENFORCE_CODE\",\"-2147483648\":\"PARSE_CHATTY\"}},\"android.content.pm.parsing.component.ParsedAttribution.Max\":{\"flag\":false,\"values\":{\"50\":\"MAX_ATTRIBUTION_TAG_LEN\",\"10000\":\"MAX_NUM_ATTRIBUTIONS\"}},\"android.content.pm.parsing.component.ParsedUsesPermission.UsesPermissionFlags\":{\"flag\":true,\"values\":{\"65536\":\"FLAG_NEVER_FOR_LOCATION\"}},\"android.content.pm.verify.domain.DomainVerificationInfo.State\":{\"flag\":false,\"values\":{\"0\":\"STATE_NO_RESPONSE\",\"1\":\"STATE_SUCCESS\",\"2\":\"STATE_UNMODIFIABLE\",\"3\":\"STATE_MODIFIABLE_UNVERIFIED\",\"4\":\"STATE_MODIFIABLE_VERIFIED\",\"1024\":\"STATE_FIRST_VERIFIER_DEFINED\"}},\"android.content.pm.verify.domain.DomainVerificationManager.Error\":{\"flag\":false,\"values\":{\"1\":\"ERROR_DOMAIN_SET_ID_INVALID\",\"2\":\"ERROR_UNKNOWN_DOMAIN\",\"3\":\"ERROR_UNABLE_TO_APPROVE\"}},\"android.content.pm.verify.domain.DomainVerificationState.State\":{\"flag\":false,\"values\":{\"0\":\"STATE_NO_RESPONSE\",\"1\":\"STATE_SUCCESS\",\"2\":\"STATE_APPROVED\",\"3\":\"STATE_DENIED\",\"4\":\"STATE_MIGRATED\",\"5\":\"STATE_RESTORED\",\"6\":\"STATE_LEGACY_FAILURE\",\"7\":\"STATE_SYS_CONFIG\",\"1024\":\"STATE_FIRST_VERIFIER_DEFINED\"}},\"android.content.pm.verify.domain.DomainVerificationUserState.DomainState\":{\"flag\":false,\"values\":{\"0\":\"DOMAIN_STATE_NONE\",\"1\":\"DOMAIN_STATE_SELECTED\",\"2\":\"DOMAIN_STATE_VERIFIED\"}},\"android.content.res.ApkAssets.FormatType\":{\"flag\":false,\"values\":{\"0\":\"FORMAT_APK\",\"1\":\"FORMAT_IDMAP\",\"2\":\"FORMAT_ARSC\",\"3\":\"FORMAT_DIR\"}},\"android.content.res.ApkAssets.PropertyFlags\":{\"flag\":false,\"values\":{\"1\":\"PROPERTY_SYSTEM\",\"2\":\"PROPERTY_DYNAMIC\",\"4\":\"PROPERTY_LOADER\",\"8\":\"PROPERTY_OVERLAY\"}},\"android.content.res.Configuration.NativeConfig\":{\"flag\":true,\"values\":{\"1\":\"NATIVE_CONFIG_MCC\",\"2\":\"NATIVE_CONFIG_MNC\",\"4\":\"NATIVE_CONFIG_LOCALE\",\"8\":\"NATIVE_CONFIG_TOUCHSCREEN\",\"16\":\"NATIVE_CONFIG_KEYBOARD\",\"32\":\"NATIVE_CONFIG_KEYBOARD_HIDDEN\",\"64\":\"NATIVE_CONFIG_NAVIGATION\",\"128\":\"NATIVE_CONFIG_ORIENTATION\",\"256\":\"NATIVE_CONFIG_DENSITY\",\"512\":\"NATIVE_CONFIG_SCREEN_SIZE\",\"1024\":\"NATIVE_CONFIG_VERSION\",\"2048\":\"NATIVE_CONFIG_SCREEN_LAYOUT\",\"4096\":\"NATIVE_CONFIG_UI_MODE\",\"8192\":\"NATIVE_CONFIG_SMALLEST_SCREEN_SIZE\",\"16384\":\"NATIVE_CONFIG_LAYOUTDIR\",\"65536\":\"NATIVE_CONFIG_COLOR_MODE\"}},\"android.content.res.Configuration.Orientation\":{\"flag\":false,\"values\":{\"0\":\"ORIENTATION_UNDEFINED\",\"1\":\"ORIENTATION_PORTRAIT\",\"2\":\"ORIENTATION_LANDSCAPE\",\"3\":\"ORIENTATION_SQUARE\"}},\"android.content.res.GradientColor.GradientTileMode\":{\"flag\":false,\"values\":{\"0\":\"TILE_MODE_CLAMP\",\"1\":\"TILE_MODE_REPEAT\",\"2\":\"TILE_MODE_MIRROR\"}},\"android.content.rollback.RollbackManager.Status\":{\"flag\":false,\"values\":{\"0\":\"STATUS_SUCCESS\",\"1\":\"STATUS_FAILURE\",\"2\":\"STATUS_FAILURE_ROLLBACK_UNAVAILABLE\",\"3\":\"STATUS_FAILURE_INSTALL\"}},\"android.database.Cursor.FieldType\":{\"flag\":false,\"values\":{\"0\":\"FIELD_TYPE_NULL\",\"1\":\"FIELD_TYPE_INTEGER\",\"2\":\"FIELD_TYPE_FLOAT\",\"3\":\"FIELD_TYPE_STRING\",\"4\":\"FIELD_TYPE_BLOB\"}},\"android.database.sqlite.SQLiteDatabase.DatabaseOpenFlags\":{\"flag\":true,\"values\":{\"0\":\"OPEN_READWRITE\",\"1\":\"OPEN_READONLY\",\"16\":\"NO_LOCALIZED_COLLATORS\",\"268435456\":\"CREATE_IF_NECESSARY\",\"536870912\":\"ENABLE_WRITE_AHEAD_LOGGING\"}},\"android.graphics.Canvas.Saveflags\":{\"flag\":true,\"values\":{\"31\":\"ALL_SAVE_FLAG\"}},\"android.graphics.HardwareRenderer.DumpFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_DUMP_FRAMESTATS\",\"2\":\"FLAG_DUMP_RESET\"}},\"android.graphics.HardwareRenderer.SyncAndDrawResult\":{\"flag\":false,\"values\":{\"0\":\"SYNC_OK\",\"1\":\"SYNC_REDRAW_REQUESTED\",\"2\":\"SYNC_LOST_SURFACE_REWARD_IF_FOUND\",\"4\":\"SYNC_CONTEXT_IS_STOPPED\",\"8\":\"SYNC_FRAME_DROPPED\"}},\"android.graphics.ImageDecoder.Allocator\":{\"flag\":false,\"values\":{\"0\":\"ALLOCATOR_DEFAULT\",\"1\":\"ALLOCATOR_SOFTWARE\",\"2\":\"ALLOCATOR_SHARED_MEMORY\",\"3\":\"ALLOCATOR_HARDWARE\"}},\"android.graphics.ImageDecoder.DecodeException.Error\":{\"flag\":false,\"values\":{\"1\":\"SOURCE_EXCEPTION\",\"2\":\"SOURCE_INCOMPLETE\",\"3\":\"SOURCE_MALFORMED_DATA\"}},\"android.graphics.ImageDecoder.MemoryPolicy\":{\"flag\":false,\"values\":{\"0\":\"MEMORY_POLICY_LOW_RAM\",\"1\":\"MEMORY_POLICY_DEFAULT\"}},\"android.graphics.ImageFormat.Format\":{\"flag\":false,\"values\":{\"0\":\"UNKNOWN\",\"4\":\"RGB_565\",\"16\":\"NV16\",\"17\":\"NV21\",\"20\":\"YUY2\",\"32\":\"RAW_SENSOR\",\"34\":\"PRIVATE\",\"35\":\"YUV_420_888\",\"36\":\"RAW_PRIVATE\",\"37\":\"RAW10\",\"38\":\"RAW12\",\"39\":\"YUV_422_888\",\"40\":\"YUV_444_888\",\"41\":\"FLEX_RGB_888\",\"42\":\"FLEX_RGBA_8888\",\"256\":\"JPEG\",\"257\":\"DEPTH_POINT_CLOUD\",\"4098\":\"RAW_DEPTH\",\"4099\":\"RAW_DEPTH10\",\"538982489\":\"Y8\",\"540422489\":\"Y16\",\"842094169\":\"YV12\",\"1144402265\":\"DEPTH16\",\"1212500294\":\"HEIC\",\"1768253795\":\"DEPTH_JPEG\"}},\"android.graphics.Outline.Mode\":{\"flag\":false,\"values\":{\"0\":\"MODE_EMPTY\",\"1\":\"MODE_ROUND_RECT\",\"2\":\"MODE_PATH\"}},\"android.graphics.Paint.CursorOption\":{\"flag\":false,\"values\":{\"0\":\"CURSOR_AFTER\",\"1\":\"CURSOR_AT_OR_AFTER\",\"2\":\"CURSOR_BEFORE\",\"3\":\"CURSOR_AT_OR_BEFORE\"}},\"android.graphics.Paint.EndHyphenEdit\":{\"flag\":false,\"values\":{\"0\":\"END_HYPHEN_EDIT_NO_EDIT\",\"1\":\"END_HYPHEN_EDIT_REPLACE_WITH_HYPHEN\",\"2\":\"END_HYPHEN_EDIT_INSERT_HYPHEN\",\"3\":\"END_HYPHEN_EDIT_INSERT_ARMENIAN_HYPHEN\",\"4\":\"END_HYPHEN_EDIT_INSERT_MAQAF\",\"5\":\"END_HYPHEN_EDIT_INSERT_UCAS_HYPHEN\",\"6\":\"END_HYPHEN_EDIT_INSERT_ZWJ_AND_HYPHEN\"}},\"android.graphics.Paint.PaintFlag\":{\"flag\":true,\"values\":{\"1\":\"ANTI_ALIAS_FLAG\",\"2\":\"FILTER_BITMAP_FLAG\",\"4\":\"DITHER_FLAG\",\"8\":\"UNDERLINE_TEXT_FLAG\",\"16\":\"STRIKE_THRU_TEXT_FLAG\",\"32\":\"FAKE_BOLD_TEXT_FLAG\",\"64\":\"LINEAR_TEXT_FLAG\",\"128\":\"SUBPIXEL_TEXT_FLAG\",\"1024\":\"EMBEDDED_BITMAP_TEXT_FLAG\"}},\"android.graphics.Paint.StartHyphenEdit\":{\"flag\":false,\"values\":{\"0\":\"START_HYPHEN_EDIT_NO_EDIT\",\"1\":\"START_HYPHEN_EDIT_INSERT_HYPHEN\",\"2\":\"START_HYPHEN_EDIT_INSERT_ZWJ\"}},\"android.graphics.PixelFormat.Format\":{\"flag\":false,\"values\":{\"1\":\"RGBA_8888\",\"2\":\"RGBX_8888\",\"3\":\"RGB_888\",\"4\":\"RGB_565\",\"22\":\"RGBA_F16\",\"43\":\"RGBA_1010102\"}},\"android.graphics.PixelFormat.Opacity\":{\"flag\":false,\"values\":{\"0\":\"UNKNOWN\",\"-3\":\"TRANSLUCENT\",\"-2\":\"TRANSPARENT\",\"-1\":\"OPAQUE\"}},\"android.graphics.RenderNode.UsageHint\":{\"flag\":false,\"values\":{\"1\":\"USAGE_BACKGROUND\"}},\"android.graphics.Typeface.Style\":{\"flag\":false,\"values\":{\"0\":\"NORMAL\",\"1\":\"BOLD\",\"2\":\"ITALIC\",\"3\":\"BOLD_ITALIC\"}},\"android.graphics.drawable.GradientDrawable.GradientType\":{\"flag\":false,\"values\":{\"0\":\"LINEAR_GRADIENT\",\"1\":\"RADIAL_GRADIENT\",\"2\":\"SWEEP_GRADIENT\"}},\"android.graphics.drawable.GradientDrawable.RadiusType\":{\"flag\":false,\"values\":{\"0\":\"RADIUS_TYPE_PIXELS\",\"1\":\"RADIUS_TYPE_FRACTION\",\"2\":\"RADIUS_TYPE_FRACTION_PARENT\"}},\"android.graphics.drawable.GradientDrawable.Shape\":{\"flag\":false,\"values\":{\"0\":\"RECTANGLE\",\"1\":\"OVAL\",\"2\":\"LINE\",\"3\":\"RING\"}},\"android.graphics.drawable.Icon.IconType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_BITMAP\",\"2\":\"TYPE_RESOURCE\",\"3\":\"TYPE_DATA\",\"4\":\"TYPE_URI\",\"5\":\"TYPE_ADAPTIVE_BITMAP\",\"6\":\"TYPE_URI_ADAPTIVE_BITMAP\"}},\"android.graphics.drawable.RippleDrawable.RippleStyle\":{\"flag\":false,\"values\":{\"0\":\"STYLE_SOLID\",\"1\":\"STYLE_PATTERNED\"}},\"android.graphics.fonts.FontManager.ResultCode\":{\"flag\":false,\"values\":{\"0\":\"RESULT_SUCCESS\",\"-1\":\"RESULT_ERROR_FAILED_TO_WRITE_FONT_FILE\",\"-2\":\"RESULT_ERROR_VERIFICATION_FAILURE\",\"-8\":\"RESULT_ERROR_VERSION_MISMATCH\",\"-3\":\"RESULT_ERROR_INVALID_FONT_FILE\",\"-4\":\"RESULT_ERROR_INVALID_FONT_NAME\",\"-5\":\"RESULT_ERROR_DOWNGRADING\",\"-6\":\"RESULT_ERROR_FAILED_UPDATE_CONFIG\",\"-7\":\"RESULT_ERROR_FONT_UPDATER_DISABLED\",\"-9\":\"RESULT_ERROR_FONT_NOT_FOUND\"}},\"android.graphics.fonts.FontStyle.FontSlant\":{\"flag\":false,\"values\":{\"0\":\"FONT_SLANT_UPRIGHT\",\"1\":\"FONT_SLANT_ITALIC\"}},\"android.graphics.fonts.FontUpdateRequest.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_UPDATE_FONT_FILE\",\"1\":\"TYPE_UPDATE_FONT_FAMILY\"}},\"android.graphics.pdf.PdfRenderer.RenderMode\":{\"flag\":false,\"values\":{\"1\":\"RENDER_MODE_FOR_DISPLAY\",\"2\":\"RENDER_MODE_FOR_PRINT\"}},\"android.graphics.text.LineBreaker.BreakStrategy\":{\"flag\":false,\"values\":{\"0\":\"BREAK_STRATEGY_SIMPLE\",\"1\":\"BREAK_STRATEGY_HIGH_QUALITY\",\"2\":\"BREAK_STRATEGY_BALANCED\"}},\"android.graphics.text.LineBreaker.HyphenationFrequency\":{\"flag\":false,\"values\":{\"0\":\"HYPHENATION_FREQUENCY_NONE\",\"1\":\"HYPHENATION_FREQUENCY_NORMAL\",\"2\":\"HYPHENATION_FREQUENCY_FULL\"}},\"android.graphics.text.LineBreaker.JustificationMode\":{\"flag\":false,\"values\":{\"0\":\"JUSTIFICATION_MODE_NONE\",\"1\":\"JUSTIFICATION_MODE_INTER_WORD\"}},\"android.hardware.BatteryState.BatteryStatus\":{\"flag\":false,\"values\":{\"1\":\"STATUS_UNKNOWN\",\"2\":\"STATUS_CHARGING\",\"3\":\"STATUS_DISCHARGING\",\"4\":\"STATUS_NOT_CHARGING\",\"5\":\"STATUS_FULL\"}},\"android.hardware.HardwareBuffer.Format\":{\"flag\":false,\"values\":{\"1\":\"RGBA_8888\",\"2\":\"RGBX_8888\",\"3\":\"RGB_888\",\"4\":\"RGB_565\",\"22\":\"RGBA_FP16\",\"33\":\"BLOB\",\"35\":\"YCBCR_420_888\",\"43\":\"RGBA_1010102\",\"48\":\"D_16\",\"49\":\"D_24\",\"50\":\"DS_24UI8\",\"51\":\"D_FP32\",\"52\":\"DS_FP32UI8\",\"53\":\"S_UI8\"}},\"android.hardware.SensorAdditionalInfo.AdditionalInfoType\":{\"flag\":false,\"values\":{\"0\":\"TYPE_FRAME_BEGIN\",\"1\":\"TYPE_FRAME_END\",\"65536\":\"TYPE_UNTRACKED_DELAY\",\"65537\":\"TYPE_INTERNAL_TEMPERATURE\",\"65538\":\"TYPE_VEC3_CALIBRATION\",\"65539\":\"TYPE_SENSOR_PLACEMENT\",\"65540\":\"TYPE_SAMPLING\"}},\"android.hardware.SensorDirectChannel.MemoryType\":{\"flag\":true,\"values\":{\"1\":\"TYPE_MEMORY_FILE\",\"2\":\"TYPE_HARDWARE_BUFFER\"}},\"android.hardware.SensorDirectChannel.RateLevel\":{\"flag\":true,\"values\":{\"0\":\"RATE_STOP\",\"1\":\"RATE_NORMAL\",\"2\":\"RATE_FAST\",\"3\":\"RATE_VERY_FAST\"}},\"android.hardware.SensorPrivacyManager.Sensors.Sensor\":{\"flag\":false,\"values\":{\"1\":\"MICROPHONE\",\"2\":\"CAMERA\"}},\"android.hardware.biometrics.BiometricAuthenticator.Modality\":{\"flag\":true,\"values\":{\"0\":\"TYPE_NONE\",\"1\":\"TYPE_CREDENTIAL\",\"2\":\"TYPE_FINGERPRINT\",\"4\":\"TYPE_IRIS\",\"8\":\"TYPE_FACE\"}},\"android.hardware.biometrics.BiometricConstants.Acquired\":{\"flag\":false,\"values\":{\"0\":\"BIOMETRIC_ACQUIRED_GOOD\",\"1\":\"BIOMETRIC_ACQUIRED_PARTIAL\",\"2\":\"BIOMETRIC_ACQUIRED_INSUFFICIENT\",\"3\":\"BIOMETRIC_ACQUIRED_IMAGER_DIRTY\",\"4\":\"BIOMETRIC_ACQUIRED_TOO_SLOW\",\"5\":\"BIOMETRIC_ACQUIRED_TOO_FAST\",\"6\":\"BIOMETRIC_ACQUIRED_VENDOR\"}},\"android.hardware.biometrics.BiometricConstants.Errors\":{\"flag\":false,\"values\":{\"0\":\"BIOMETRIC_SUCCESS\",\"1\":\"BIOMETRIC_ERROR_HW_UNAVAILABLE\",\"2\":\"BIOMETRIC_ERROR_UNABLE_TO_PROCESS\",\"3\":\"BIOMETRIC_ERROR_TIMEOUT\",\"4\":\"BIOMETRIC_ERROR_NO_SPACE\",\"5\":\"BIOMETRIC_ERROR_CANCELED\",\"6\":\"BIOMETRIC_ERROR_UNABLE_TO_REMOVE\",\"7\":\"BIOMETRIC_ERROR_LOCKOUT\",\"8\":\"BIOMETRIC_ERROR_VENDOR\",\"9\":\"BIOMETRIC_ERROR_LOCKOUT_PERMANENT\",\"10\":\"BIOMETRIC_ERROR_USER_CANCELED\",\"11\":\"BIOMETRIC_ERROR_NO_BIOMETRICS\",\"12\":\"BIOMETRIC_ERROR_HW_NOT_PRESENT\",\"13\":\"BIOMETRIC_ERROR_NEGATIVE_BUTTON\",\"14\":\"BIOMETRIC_ERROR_NO_DEVICE_CREDENTIAL\",\"15\":\"BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED\",\"100\":\"BIOMETRIC_PAUSED_REJECTED\"}},\"android.hardware.biometrics.BiometricFaceConstants.FaceAcquired\":{\"flag\":false,\"values\":{\"0\":\"FACE_ACQUIRED_GOOD\",\"1\":\"FACE_ACQUIRED_INSUFFICIENT\",\"2\":\"FACE_ACQUIRED_TOO_BRIGHT\",\"3\":\"FACE_ACQUIRED_TOO_DARK\",\"4\":\"FACE_ACQUIRED_TOO_CLOSE\",\"5\":\"FACE_ACQUIRED_TOO_FAR\",\"6\":\"FACE_ACQUIRED_TOO_HIGH\",\"7\":\"FACE_ACQUIRED_TOO_LOW\",\"8\":\"FACE_ACQUIRED_TOO_RIGHT\",\"9\":\"FACE_ACQUIRED_TOO_LEFT\",\"10\":\"FACE_ACQUIRED_POOR_GAZE\",\"11\":\"FACE_ACQUIRED_NOT_DETECTED\",\"12\":\"FACE_ACQUIRED_TOO_MUCH_MOTION\",\"13\":\"FACE_ACQUIRED_RECALIBRATE\",\"14\":\"FACE_ACQUIRED_TOO_DIFFERENT\",\"15\":\"FACE_ACQUIRED_TOO_SIMILAR\",\"16\":\"FACE_ACQUIRED_PAN_TOO_EXTREME\",\"17\":\"FACE_ACQUIRED_TILT_TOO_EXTREME\",\"18\":\"FACE_ACQUIRED_ROLL_TOO_EXTREME\",\"19\":\"FACE_ACQUIRED_FACE_OBSCURED\",\"20\":\"FACE_ACQUIRED_START\",\"21\":\"FACE_ACQUIRED_SENSOR_DIRTY\",\"22\":\"FACE_ACQUIRED_VENDOR\",\"23\":\"FACE_ACQUIRED_UNKNOWN\",\"24\":\"FACE_ACQUIRED_FIRST_FRAME_RECEIVED\",\"25\":\"FACE_ACQUIRED_DARK_GLASSES_DETECTED\",\"26\":\"FACE_ACQUIRED_MOUTH_COVERING_DETECTED\"}},\"android.hardware.biometrics.BiometricFaceConstants.FaceError\":{\"flag\":false,\"values\":{\"1\":\"FACE_ERROR_HW_UNAVAILABLE\",\"2\":\"FACE_ERROR_UNABLE_TO_PROCESS\",\"3\":\"FACE_ERROR_TIMEOUT\",\"4\":\"FACE_ERROR_NO_SPACE\",\"5\":\"FACE_ERROR_CANCELED\",\"6\":\"FACE_ERROR_UNABLE_TO_REMOVE\",\"7\":\"FACE_ERROR_LOCKOUT\",\"8\":\"FACE_ERROR_VENDOR\",\"9\":\"FACE_ERROR_LOCKOUT_PERMANENT\",\"10\":\"FACE_ERROR_USER_CANCELED\",\"11\":\"FACE_ERROR_NOT_ENROLLED\",\"12\":\"FACE_ERROR_HW_NOT_PRESENT\",\"13\":\"FACE_ERROR_NEGATIVE_BUTTON\",\"14\":\"BIOMETRIC_ERROR_NO_DEVICE_CREDENTIAL\",\"15\":\"BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED\",\"16\":\"BIOMETRIC_ERROR_RE_ENROLL\",\"17\":\"FACE_ERROR_UNKNOWN\"}},\"android.hardware.biometrics.BiometricFingerprintConstants.FingerprintAcquired\":{\"flag\":false,\"values\":{\"0\":\"FINGERPRINT_ACQUIRED_GOOD\",\"1\":\"FINGERPRINT_ACQUIRED_PARTIAL\",\"2\":\"FINGERPRINT_ACQUIRED_INSUFFICIENT\",\"3\":\"FINGERPRINT_ACQUIRED_IMAGER_DIRTY\",\"4\":\"FINGERPRINT_ACQUIRED_TOO_SLOW\",\"5\":\"FINGERPRINT_ACQUIRED_TOO_FAST\",\"6\":\"FINGERPRINT_ACQUIRED_VENDOR\",\"7\":\"FINGERPRINT_ACQUIRED_START\",\"8\":\"FINGERPRINT_ACQUIRED_UNKNOWN\"}},\"android.hardware.biometrics.BiometricFingerprintConstants.FingerprintError\":{\"flag\":false,\"values\":{\"1\":\"FINGERPRINT_ERROR_HW_UNAVAILABLE\",\"2\":\"FINGERPRINT_ERROR_UNABLE_TO_PROCESS\",\"3\":\"FINGERPRINT_ERROR_TIMEOUT\",\"4\":\"FINGERPRINT_ERROR_NO_SPACE\",\"5\":\"FINGERPRINT_ERROR_CANCELED\",\"6\":\"FINGERPRINT_ERROR_UNABLE_TO_REMOVE\",\"7\":\"FINGERPRINT_ERROR_LOCKOUT\",\"8\":\"FINGERPRINT_ERROR_VENDOR\",\"9\":\"FINGERPRINT_ERROR_LOCKOUT_PERMANENT\",\"10\":\"FINGERPRINT_ERROR_USER_CANCELED\",\"11\":\"FINGERPRINT_ERROR_NO_FINGERPRINTS\",\"12\":\"FINGERPRINT_ERROR_HW_NOT_PRESENT\",\"13\":\"FINGERPRINT_ERROR_NEGATIVE_BUTTON\",\"14\":\"BIOMETRIC_ERROR_NO_DEVICE_CREDENTIAL\",\"15\":\"BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED\",\"16\":\"BIOMETRIC_ERROR_RE_ENROLL\",\"17\":\"FINGERPRINT_ERROR_UNKNOWN\"}},\"android.hardware.biometrics.BiometricManager.Authenticators.Types\":{\"flag\":true,\"values\":{\"15\":\"BIOMETRIC_STRONG\",\"255\":\"BIOMETRIC_WEAK\",\"4095\":\"BIOMETRIC_CONVENIENCE\",\"32768\":\"DEVICE_CREDENTIAL\"}},\"android.hardware.biometrics.BiometricManager.BiometricError\":{\"flag\":false,\"values\":{\"0\":\"BIOMETRIC_SUCCESS\",\"1\":\"BIOMETRIC_ERROR_HW_UNAVAILABLE\",\"11\":\"BIOMETRIC_ERROR_NONE_ENROLLED\",\"12\":\"BIOMETRIC_ERROR_NO_HARDWARE\",\"15\":\"BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIRED\"}},\"android.hardware.biometrics.BiometricManager.BiometricMultiSensorMode\":{\"flag\":false,\"values\":{\"0\":\"BIOMETRIC_MULTI_SENSOR_DEFAULT\",\"1\":\"BIOMETRIC_MULTI_SENSOR_FACE_THEN_FINGERPRINT\"}},\"android.hardware.biometrics.BiometricPrompt.AuthenticationResultType\":{\"flag\":false,\"values\":{\"1\":\"AUTHENTICATION_RESULT_TYPE_DEVICE_CREDENTIAL\",\"2\":\"AUTHENTICATION_RESULT_TYPE_BIOMETRIC\"}},\"android.hardware.biometrics.BiometricPrompt.DismissedReason\":{\"flag\":false,\"values\":{\"1\":\"DISMISSED_REASON_BIOMETRIC_CONFIRMED\",\"2\":\"DISMISSED_REASON_NEGATIVE\",\"3\":\"DISMISSED_REASON_USER_CANCEL\",\"4\":\"DISMISSED_REASON_BIOMETRIC_CONFIRM_NOT_REQUIRED\",\"5\":\"DISMISSED_REASON_ERROR\",\"6\":\"DISMISSED_REASON_SERVER_REQUESTED\",\"7\":\"DISMISSED_REASON_CREDENTIAL_CONFIRMED\"}},\"android.hardware.biometrics.SensorProperties.Strength\":{\"flag\":false,\"values\":{\"0\":\"STRENGTH_CONVENIENCE\",\"1\":\"STRENGTH_WEAK\",\"2\":\"STRENGTH_STRONG\"}},\"android.hardware.camera2.CameraAccessException.AccessError\":{\"flag\":false,\"values\":{\"1\":\"CAMERA_DISABLED\",\"2\":\"CAMERA_DISCONNECTED\",\"3\":\"CAMERA_ERROR\",\"4\":\"CAMERA_IN_USE\",\"5\":\"MAX_CAMERAS_IN_USE\"}},\"android.hardware.camera2.CameraDevice.CAMERA_AUDIO_RESTRICTION\":{\"flag\":false,\"values\":{\"0\":\"AUDIO_RESTRICTION_NONE\",\"1\":\"AUDIO_RESTRICTION_VIBRATION\",\"3\":\"AUDIO_RESTRICTION_VIBRATION_SOUND\"}},\"android.hardware.camera2.CameraDevice.RequestTemplate\":{\"flag\":false,\"values\":{\"1\":\"TEMPLATE_PREVIEW\",\"2\":\"TEMPLATE_STILL_CAPTURE\",\"3\":\"TEMPLATE_RECORD\",\"4\":\"TEMPLATE_VIDEO_SNAPSHOT\",\"5\":\"TEMPLATE_ZERO_SHUTTER_LAG\",\"6\":\"TEMPLATE_MANUAL\"}},\"android.hardware.camera2.CameraDevice.SessionOperatingMode\":{\"flag\":false,\"values\":{\"0\":\"SESSION_OPERATION_MODE_NORMAL\",\"1\":\"SESSION_OPERATION_MODE_CONSTRAINED_HIGH_SPEED\",\"32768\":\"SESSION_OPERATION_MODE_VENDOR_START\"}},\"android.hardware.camera2.CameraDevice.StateCallback.ErrorCode\":{\"flag\":false,\"values\":{\"1\":\"ERROR_CAMERA_IN_USE\",\"2\":\"ERROR_MAX_CAMERAS_IN_USE\",\"3\":\"ERROR_CAMERA_DISABLED\",\"4\":\"ERROR_CAMERA_DEVICE\",\"5\":\"ERROR_CAMERA_SERVICE\"}},\"android.hardware.camera2.CameraExtensionCharacteristics.Extension\":{\"flag\":true,\"values\":{\"0\":\"EXTENSION_AUTOMATIC\",\"1\":\"EXTENSION_BEAUTY\",\"2\":\"EXTENSION_BOKEH\",\"3\":\"EXTENSION_HDR\",\"4\":\"EXTENSION_NIGHT\"}},\"android.hardware.camera2.CameraInjectionSession.InjectionStatusCallback.ErrorCode\":{\"flag\":false,\"values\":{\"0\":\"ERROR_INJECTION_SESSION\",\"1\":\"ERROR_INJECTION_SERVICE\",\"2\":\"ERROR_INJECTION_UNSUPPORTED\"}},\"android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.StatusCode\":{\"flag\":false,\"values\":{\"0\":\"STATUS_INTERNAL_ERROR\"}},\"android.hardware.camera2.CaptureFailure.FailureReason\":{\"flag\":false,\"values\":{\"0\":\"REASON_ERROR\",\"1\":\"REASON_FLUSHED\"}},\"android.hardware.camera2.params.OutputConfiguration.SensorPixelMode\":{\"flag\":false,\"values\":{\"0\":\"SENSOR_PIXEL_MODE_DEFAULT\",\"1\":\"SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION\"}},\"android.hardware.camera2.params.RecommendedStreamConfigurationMap.RecommendedUsecase\":{\"flag\":false,\"values\":{\"0\":\"USECASE_PREVIEW\",\"1\":\"USECASE_RECORD\",\"2\":\"USECASE_VIDEO_SNAPSHOT\",\"3\":\"USECASE_SNAPSHOT\",\"4\":\"USECASE_ZSL\",\"5\":\"USECASE_RAW\",\"6\":\"USECASE_LOW_LATENCY_SNAPSHOT\"}},\"android.hardware.camera2.params.SessionConfiguration.SessionMode\":{\"flag\":false,\"values\":{\"0\":\"SESSION_REGULAR\",\"1\":\"SESSION_HIGH_SPEED\"}},\"android.hardware.devicestate.DeviceStateInfo.ChangeFlags\":{\"flag\":true,\"values\":{\"1\":\"CHANGED_SUPPORTED_STATES\",\"2\":\"CHANGED_BASE_STATE\",\"4\":\"CHANGED_CURRENT_STATE\"}},\"android.hardware.devicestate.DeviceStateRequest.RequestFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_CANCEL_WHEN_BASE_CHANGES\"}},\"android.hardware.display.BrightnessInfo.HighBrightnessMode\":{\"flag\":false,\"values\":{\"0\":\"HIGH_BRIGHTNESS_MODE_OFF\",\"1\":\"HIGH_BRIGHTNESS_MODE_SUNLIGHT\",\"2\":\"HIGH_BRIGHTNESS_MODE_HDR\"}},\"android.hardware.display.ColorDisplayManager.AutoMode\":{\"flag\":false,\"values\":{\"0\":\"AUTO_MODE_DISABLED\",\"1\":\"AUTO_MODE_CUSTOM_TIME\",\"2\":\"AUTO_MODE_TWILIGHT\"}},\"android.hardware.display.ColorDisplayManager.CapabilityType\":{\"flag\":false,\"values\":{\"0\":\"CAPABILITY_NONE\",\"1\":\"CAPABILITY_PROTECTED_CONTENT\",\"2\":\"CAPABILITY_HARDWARE_ACCELERATION_GLOBAL\",\"4\":\"CAPABILITY_HARDWARE_ACCELERATION_PER_APP\"}},\"android.hardware.display.ColorDisplayManager.ColorMode\":{\"flag\":false,\"values\":{\"0\":\"COLOR_MODE_NATURAL\",\"1\":\"COLOR_MODE_BOOSTED\",\"2\":\"COLOR_MODE_SATURATED\",\"3\":\"COLOR_MODE_AUTOMATIC\"}},\"android.hardware.display.DeviceProductInfo.ConnectionToSinkType\":{\"flag\":false,\"values\":{\"0\":\"CONNECTION_TO_SINK_UNKNOWN\",\"1\":\"CONNECTION_TO_SINK_BUILT_IN\",\"2\":\"CONNECTION_TO_SINK_DIRECT\",\"3\":\"CONNECTION_TO_SINK_TRANSITIVE\"}},\"android.hardware.display.DisplayManager.MatchContentFrameRateType\":{\"flag\":false,\"values\":{\"0\":\"MATCH_CONTENT_FRAMERATE_NEVER\",\"1\":\"MATCH_CONTENT_FRAMERATE_SEAMLESSS_ONLY\",\"2\":\"MATCH_CONTENT_FRAMERATE_ALWAYS\",\"-1\":\"MATCH_CONTENT_FRAMERATE_UNKNOWN\"}},\"android.hardware.display.DisplayManager.SwitchingType\":{\"flag\":false,\"values\":{\"0\":\"SWITCHING_TYPE_NONE\",\"1\":\"SWITCHING_TYPE_WITHIN_GROUPS\",\"2\":\"SWITCHING_TYPE_ACROSS_AND_WITHIN_GROUPS\"}},\"android.hardware.display.DisplayManagerGlobal.DisplayEvent\":{\"flag\":false,\"values\":{\"1\":\"EVENT_DISPLAY_ADDED\",\"2\":\"EVENT_DISPLAY_CHANGED\",\"3\":\"EVENT_DISPLAY_REMOVED\",\"4\":\"EVENT_DISPLAY_BRIGHTNESS_CHANGED\"}},\"android.hardware.display.DisplayViewport.ViewportType\":{\"flag\":false,\"values\":{\"1\":\"VIEWPORT_INTERNAL\",\"2\":\"VIEWPORT_EXTERNAL\",\"3\":\"VIEWPORT_VIRTUAL\"}},\"android.hardware.face.FaceEnrollStages.FaceEnrollStage\":{\"flag\":false,\"values\":{\"0\":\"UNKNOWN\",\"1\":\"FIRST_FRAME_RECEIVED\",\"2\":\"WAITING_FOR_CENTERING\",\"3\":\"HOLD_STILL_IN_CENTER\",\"4\":\"ENROLLING_MOVEMENT_1\",\"5\":\"ENROLLING_MOVEMENT_2\",\"6\":\"ENROLLMENT_FINISHED\"}},\"android.hardware.face.FaceSensorProperties.SensorType\":{\"flag\":false,\"values\":{\"0\":\"TYPE_UNKNOWN\",\"1\":\"TYPE_RGB\",\"2\":\"TYPE_IR\"}},\"android.hardware.fingerprint.FingerprintManager.EnrollReason\":{\"flag\":false,\"values\":{\"1\":\"ENROLL_FIND_SENSOR\",\"2\":\"ENROLL_ENROLL\"}},\"android.hardware.fingerprint.FingerprintManager.RemoveTracker.RemoveRequest\":{\"flag\":false,\"values\":{\"1\":\"REMOVE_SINGLE\",\"2\":\"REMOVE_ALL\"}},\"android.hardware.fingerprint.FingerprintSensorProperties.SensorType\":{\"flag\":false,\"values\":{\"0\":\"TYPE_UNKNOWN\",\"1\":\"TYPE_REAR\",\"2\":\"TYPE_UDFPS_ULTRASONIC\",\"3\":\"TYPE_UDFPS_OPTICAL\",\"4\":\"TYPE_POWER_BUTTON\",\"5\":\"TYPE_HOME_BUTTON\"}},\"android.hardware.fingerprint.FingerprintStateListener.State\":{\"flag\":false,\"values\":{\"0\":\"STATE_IDLE\",\"1\":\"STATE_ENROLLING\",\"2\":\"STATE_KEYGUARD_AUTH\",\"3\":\"STATE_BP_AUTH\",\"4\":\"STATE_AUTH_OTHER\"}},\"android.hardware.hdmi.HdmiControlManager.ControlCallbackResult\":{\"flag\":false,\"values\":{\"0\":\"RESULT_SUCCESS\",\"1\":\"RESULT_TIMEOUT\",\"2\":\"RESULT_SOURCE_NOT_AVAILABLE\",\"3\":\"RESULT_TARGET_NOT_AVAILABLE\",\"4\":\"RESULT_ALREADY_IN_PROGRESS\",\"5\":\"RESULT_EXCEPTION\",\"6\":\"RESULT_INCORRECT_MODE\",\"7\":\"RESULT_COMMUNICATION_FAILED\"}},\"android.hardware.hdmi.HdmiControlManager.HdmiCecControl\":{\"flag\":false,\"values\":{\"0\":\"HDMI_CEC_CONTROL_DISABLED\",\"1\":\"HDMI_CEC_CONTROL_ENABLED\"}},\"android.hardware.hdmi.HdmiControlManager.HdmiCecVersion\":{\"flag\":false,\"values\":{\"5\":\"HDMI_CEC_VERSION_1_4_B\",\"6\":\"HDMI_CEC_VERSION_2_0\"}},\"android.hardware.hdmi.HdmiControlManager.RcProfileSourceHandlesContentsMenu\":{\"flag\":false,\"values\":{\"0\":\"RC_PROFILE_SOURCE_CONTENTS_MENU_NOT_HANDLED\",\"1\":\"RC_PROFILE_SOURCE_CONTENTS_MENU_HANDLED\"}},\"android.hardware.hdmi.HdmiControlManager.RcProfileSourceHandlesMediaContextSensitiveMenu\":{\"flag\":false,\"values\":{\"0\":\"RC_PROFILE_SOURCE_MEDIA_CONTEXT_SENSITIVE_MENU_NOT_HANDLED\",\"1\":\"RC_PROFILE_SOURCE_MEDIA_CONTEXT_SENSITIVE_MENU_HANDLED\"}},\"android.hardware.hdmi.HdmiControlManager.RcProfileSourceHandlesRootMenu\":{\"flag\":false,\"values\":{\"0\":\"RC_PROFILE_SOURCE_ROOT_MENU_NOT_HANDLED\",\"1\":\"RC_PROFILE_SOURCE_ROOT_MENU_HANDLED\"}},\"android.hardware.hdmi.HdmiControlManager.RcProfileSourceHandlesSetupMenu\":{\"flag\":false,\"values\":{\"0\":\"RC_PROFILE_SOURCE_SETUP_MENU_NOT_HANDLED\",\"1\":\"RC_PROFILE_SOURCE_SETUP_MENU_HANDLED\"}},\"android.hardware.hdmi.HdmiControlManager.RcProfileSourceHandlesTopMenu\":{\"flag\":false,\"values\":{\"0\":\"RC_PROFILE_SOURCE_TOP_MENU_NOT_HANDLED\",\"1\":\"RC_PROFILE_SOURCE_TOP_MENU_HANDLED\"}},\"android.hardware.hdmi.HdmiControlManager.RcProfileTv\":{\"flag\":false,\"values\":{\"0\":\"RC_PROFILE_TV_NONE\",\"2\":\"RC_PROFILE_TV_ONE\",\"6\":\"RC_PROFILE_TV_TWO\",\"10\":\"RC_PROFILE_TV_THREE\",\"14\":\"RC_PROFILE_TV_FOUR\"}},\"android.hardware.hdmi.HdmiControlManager.SystemAudioModeMuting\":{\"flag\":false,\"values\":{\"0\":\"SYSTEM_AUDIO_MODE_MUTING_DISABLED\",\"1\":\"SYSTEM_AUDIO_MODE_MUTING_ENABLED\"}},\"android.hardware.hdmi.HdmiControlManager.TvSendStandbyOnSleep\":{\"flag\":false,\"values\":{\"0\":\"TV_SEND_STANDBY_ON_SLEEP_DISABLED\",\"1\":\"TV_SEND_STANDBY_ON_SLEEP_ENABLED\"}},\"android.hardware.hdmi.HdmiControlManager.TvWakeOnOneTouchPlay\":{\"flag\":false,\"values\":{\"0\":\"TV_WAKE_ON_ONE_TOUCH_PLAY_DISABLED\",\"1\":\"TV_WAKE_ON_ONE_TOUCH_PLAY_ENABLED\"}},\"android.hardware.hdmi.HdmiControlManager.VolumeControl\":{\"flag\":false,\"values\":{\"0\":\"VOLUME_CONTROL_DISABLED\",\"1\":\"VOLUME_CONTROL_ENABLED\"}},\"android.hardware.hdmi.HdmiUtils.HdmiAddressRelativePosition\":{\"flag\":false,\"values\":{\"0\":\"HDMI_RELATIVE_POSITION_UNKNOWN\",\"1\":\"HDMI_RELATIVE_POSITION_DIRECTLY_BELOW\",\"2\":\"HDMI_RELATIVE_POSITION_BELOW\",\"3\":\"HDMI_RELATIVE_POSITION_SAME\",\"4\":\"HDMI_RELATIVE_POSITION_DIRECTLY_ABOVE\",\"5\":\"HDMI_RELATIVE_POSITION_ABOVE\",\"6\":\"HDMI_RELATIVE_POSITION_SIBLING\",\"7\":\"HDMI_RELATIVE_POSITION_DIFFERENT_BRANCH\"}},\"android.hardware.input.InputManager.SwitchState\":{\"flag\":false,\"values\":{\"0\":\"SWITCH_STATE_OFF\",\"1\":\"SWITCH_STATE_ON\",\"-1\":\"SWITCH_STATE_UNKNOWN\"}},\"android.hardware.lights.Light.LightCapability\":{\"flag\":true,\"values\":{\"0\":\"LIGHT_CAPABILITY_RGB\",\"1\":\"LIGHT_CAPABILITY_BRIGHTNESS\"}},\"android.hardware.lights.Light.LightType\":{\"flag\":false,\"values\":{\"8\":\"LIGHT_TYPE_MICROPHONE\",\"10001\":\"LIGHT_TYPE_INPUT\",\"10002\":\"LIGHT_TYPE_PLAYER_ID\"}},\"android.hardware.lights.LightsManager.LightType\":{\"flag\":false,\"values\":{\"8\":\"LIGHT_TYPE_MICROPHONE\"}},\"android.hardware.location.ContextHubManager.AuthorizationState\":{\"flag\":false,\"values\":{\"0\":\"AUTHORIZATION_DENIED\",\"1\":\"AUTHORIZATION_DENIED_GRACE_PERIOD\",\"2\":\"AUTHORIZATION_GRANTED\"}},\"android.hardware.location.ContextHubManager.Event\":{\"flag\":false,\"values\":{\"0\":\"EVENT_NANOAPP_LOADED\",\"1\":\"EVENT_NANOAPP_UNLOADED\",\"2\":\"EVENT_NANOAPP_ENABLED\",\"3\":\"EVENT_NANOAPP_DISABLED\",\"4\":\"EVENT_NANOAPP_ABORTED\",\"5\":\"EVENT_NANOAPP_MESSAGE\",\"6\":\"EVENT_HUB_RESET\",\"7\":\"EVENT_CLIENT_AUTHORIZATION\"}},\"android.hardware.location.ContextHubTransaction.Result\":{\"flag\":false,\"values\":{\"0\":\"RESULT_SUCCESS\",\"1\":\"RESULT_FAILED_UNKNOWN\",\"2\":\"RESULT_FAILED_BAD_PARAMS\",\"3\":\"RESULT_FAILED_UNINITIALIZED\",\"4\":\"RESULT_FAILED_BUSY\",\"5\":\"RESULT_FAILED_AT_HUB\",\"6\":\"RESULT_FAILED_TIMEOUT\",\"7\":\"RESULT_FAILED_SERVICE_INTERNAL_FAILURE\",\"8\":\"RESULT_FAILED_HAL_UNAVAILABLE\"}},\"android.hardware.location.ContextHubTransaction.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_LOAD_NANOAPP\",\"1\":\"TYPE_UNLOAD_NANOAPP\",\"2\":\"TYPE_ENABLE_NANOAPP\",\"3\":\"TYPE_DISABLE_NANOAPP\",\"4\":\"TYPE_QUERY_NANOAPPS\"}},\"android.hardware.radio.Announcement.Type\":{\"flag\":false,\"values\":{\"1\":\"TYPE_EMERGENCY\",\"2\":\"TYPE_WARNING\",\"3\":\"TYPE_TRAFFIC\",\"4\":\"TYPE_WEATHER\",\"5\":\"TYPE_NEWS\",\"6\":\"TYPE_EVENT\",\"7\":\"TYPE_SPORT\",\"8\":\"TYPE_MISC\"}},\"android.hardware.radio.ProgramSelector.IdentifierType\":{\"flag\":false,\"values\":{\"0\":\"IDENTIFIER_TYPE_INVALID\",\"1\":\"IDENTIFIER_TYPE_AMFM_FREQUENCY\",\"2\":\"IDENTIFIER_TYPE_RDS_PI\",\"3\":\"IDENTIFIER_TYPE_HD_STATION_ID_EXT\",\"4\":\"IDENTIFIER_TYPE_HD_SUBCHANNEL\",\"5\":\"IDENTIFIER_TYPE_DAB_SIDECC\",\"6\":\"IDENTIFIER_TYPE_DAB_ENSEMBLE\",\"7\":\"IDENTIFIER_TYPE_DAB_SCID\",\"8\":\"IDENTIFIER_TYPE_DAB_FREQUENCY\",\"9\":\"IDENTIFIER_TYPE_DRMO_SERVICE_ID\",\"10\":\"IDENTIFIER_TYPE_DRMO_FREQUENCY\",\"11\":\"IDENTIFIER_TYPE_DRMO_MODULATION\",\"12\":\"IDENTIFIER_TYPE_SXM_SERVICE_ID\",\"13\":\"IDENTIFIER_TYPE_SXM_CHANNEL\",\"10004\":\"IDENTIFIER_TYPE_HD_STATION_NAME\"}},\"android.hardware.radio.ProgramSelector.ProgramType\":{\"flag\":false,\"values\":{\"0\":\"PROGRAM_TYPE_INVALID\",\"1\":\"PROGRAM_TYPE_AM\",\"2\":\"PROGRAM_TYPE_FM\",\"3\":\"PROGRAM_TYPE_AM_HD\",\"4\":\"PROGRAM_TYPE_FM_HD\",\"5\":\"PROGRAM_TYPE_DAB\",\"6\":\"PROGRAM_TYPE_DRMO\",\"7\":\"PROGRAM_TYPE_SXM\"}},\"android.hardware.radio.RadioManager.Band\":{\"flag\":false,\"values\":{\"0\":\"BAND_AM\",\"1\":\"BAND_FM\",\"2\":\"BAND_FM_HD\",\"3\":\"BAND_AM_HD\",\"-1\":\"BAND_INVALID\"}},\"android.hardware.radio.RadioManager.ConfigFlag\":{\"flag\":false,\"values\":{\"1\":\"CONFIG_FORCE_MONO\",\"2\":\"CONFIG_FORCE_ANALOG\",\"3\":\"CONFIG_FORCE_DIGITAL\",\"4\":\"CONFIG_RDS_AF\",\"5\":\"CONFIG_RDS_REG\",\"6\":\"CONFIG_DAB_DAB_LINKING\",\"7\":\"CONFIG_DAB_FM_LINKING\",\"8\":\"CONFIG_DAB_DAB_SOFT_LINKING\",\"9\":\"CONFIG_DAB_FM_SOFT_LINKING\"}},\"android.hardware.soundtrigger.KeyphraseEnrollmentInfo.ManageActions\":{\"flag\":false,\"values\":{\"0\":\"MANAGE_ACTION_ENROLL\",\"1\":\"MANAGE_ACTION_RE_ENROLL\",\"2\":\"MANAGE_ACTION_UN_ENROLL\"}},\"android.hardware.soundtrigger.SoundTrigger.ModuleProperties.AudioCapabilities\":{\"flag\":true,\"values\":{\"1\":\"AUDIO_CAPABILITY_ECHO_CANCELLATION\",\"2\":\"AUDIO_CAPABILITY_NOISE_SUPPRESSION\"}},\"android.hardware.soundtrigger.SoundTrigger.RecognitionModes\":{\"flag\":true,\"values\":{\"1\":\"RECOGNITION_MODE_VOICE_TRIGGER\",\"2\":\"RECOGNITION_MODE_USER_IDENTIFICATION\",\"4\":\"RECOGNITION_MODE_USER_AUTHENTICATION\",\"8\":\"RECOGNITION_MODE_GENERIC\"}},\"android.hardware.soundtrigger.SoundTrigger.SoundModel.SoundModelType\":{\"flag\":false,\"values\":{\"0\":\"TYPE_KEYPHRASE\",\"1\":\"TYPE_GENERIC_SOUND\",\"-1\":\"TYPE_UNKNOWN\"}},\"android.hardware.usb.UsbManager.UsbGadgetHalVersion\":{\"flag\":false,\"values\":{\"10\":\"GADGET_HAL_V1_0\",\"11\":\"GADGET_HAL_V1_1\",\"12\":\"GADGET_HAL_V1_2\",\"-1\":\"GADGET_HAL_NOT_SUPPORTED\"}},\"android.hardware.usb.UsbManager.UsbHalVersion\":{\"flag\":false,\"values\":{\"10\":\"USB_HAL_V1_0\",\"11\":\"USB_HAL_V1_1\",\"12\":\"USB_HAL_V1_2\",\"13\":\"USB_HAL_V1_3\",\"-1\":\"USB_HAL_NOT_SUPPORTED\"}},\"android.hardware.usb.UsbPortStatus.ContaminantDetectionStatus\":{\"flag\":false,\"values\":{\"0\":\"CONTAMINANT_DETECTION_NOT_SUPPORTED\",\"1\":\"CONTAMINANT_DETECTION_DISABLED\",\"2\":\"CONTAMINANT_DETECTION_NOT_DETECTED\",\"3\":\"CONTAMINANT_DETECTION_DETECTED\"}},\"android.hardware.usb.UsbPortStatus.ContaminantProtectionStatus\":{\"flag\":true,\"values\":{\"0\":\"CONTAMINANT_PROTECTION_NONE\",\"1\":\"CONTAMINANT_PROTECTION_SINK\",\"2\":\"CONTAMINANT_PROTECTION_SOURCE\",\"4\":\"CONTAMINANT_PROTECTION_FORCE_DISABLE\",\"8\":\"CONTAMINANT_PROTECTION_DISABLED\"}},\"android.hardware.usb.UsbPortStatus.UsbDataRole\":{\"flag\":false,\"values\":{\"0\":\"DATA_ROLE_NONE\",\"1\":\"DATA_ROLE_HOST\",\"2\":\"DATA_ROLE_DEVICE\"}},\"android.hardware.usb.UsbPortStatus.UsbPortMode\":{\"flag\":false,\"values\":{\"0\":\"MODE_NONE\",\"1\":\"MODE_UFP\",\"2\":\"MODE_DFP\",\"4\":\"MODE_AUDIO_ACCESSORY\",\"8\":\"MODE_DEBUG_ACCESSORY\"}},\"android.hardware.usb.UsbPortStatus.UsbPowerRole\":{\"flag\":false,\"values\":{\"0\":\"POWER_ROLE_NONE\",\"1\":\"POWER_ROLE_SOURCE\",\"2\":\"POWER_ROLE_SINK\"}},\"android.inputmethodservice.InputMethodService.BackDispositionMode\":{\"flag\":false,\"values\":{\"0\":\"BACK_DISPOSITION_DEFAULT\",\"1\":\"BACK_DISPOSITION_WILL_NOT_DISMISS\",\"2\":\"BACK_DISPOSITION_WILL_DISMISS\",\"3\":\"BACK_DISPOSITION_ADJUST_NOTHING\"}},\"android.inputmethodservice.InputMethodService.SettingsObserver.ShowImeWithHardKeyboardType\":{\"flag\":false,\"values\":{\"0\":\"UNKNOWN\",\"1\":\"FALSE\",\"2\":\"TRUE\"}},\"android.inputmethodservice.MultiClientInputMethodServiceDelegateImpl.InitializationPhase\":{\"flag\":false,\"values\":{\"1\":\"INSTANTIATED\",\"2\":\"ON_BIND_CALLED\",\"3\":\"INITIALIZE_CALLED\",\"4\":\"ON_UNBIND_CALLED\",\"5\":\"ON_DESTROY_CALLED\"}},\"android.inputmethodservice.SoftInputWindow.SoftInputWindowState\":{\"flag\":false,\"values\":{\"0\":\"TOKEN_PENDING\",\"1\":\"TOKEN_SET\",\"2\":\"SHOWN_AT_LEAST_ONCE\",\"3\":\"REJECTED_AT_LEAST_ONCE\"}},\"android.location.Criteria.AccuracyRequirement\":{\"flag\":false,\"values\":{\"0\":\"NO_REQUIREMENT\",\"1\":\"ACCURACY_LOW\",\"2\":\"ACCURACY_MEDIUM\",\"3\":\"ACCURACY_HIGH\"}},\"android.location.Criteria.LocationAccuracyRequirement\":{\"flag\":false,\"values\":{\"0\":\"NO_REQUIREMENT\",\"1\":\"ACCURACY_FINE\",\"2\":\"ACCURACY_COARSE\"}},\"android.location.Criteria.PowerRequirement\":{\"flag\":false,\"values\":{\"0\":\"NO_REQUIREMENT\",\"1\":\"POWER_LOW\",\"2\":\"POWER_MEDIUM\",\"3\":\"POWER_HIGH\"}},\"android.location.GnssCapabilities.SubHalMeasurementCorrectionsCapabilityFlags\":{\"flag\":true,\"values\":{\"1\":\"SUB_HAL_MEASUREMENT_CORRECTIONS_CAPABILITY_LOS_SATS\",\"2\":\"SUB_HAL_MEASUREMENT_CORRECTIONS_CAPABILITY_EXCESS_PATH_LENGTH\",\"4\":\"SUB_HAL_MEASUREMENT_CORRECTIONS_CAPABILITY_REFLECTING_PLANE\"}},\"android.location.GnssCapabilities.SubHalPowerCapabilityFlags\":{\"flag\":true,\"values\":{\"1\":\"SUB_HAL_POWER_CAPABILITY_TOTAL\",\"2\":\"SUB_HAL_POWER_CAPABILITY_SINGLEBAND_TRACKING\",\"4\":\"SUB_HAL_POWER_CAPABILITY_MULTIBAND_TRACKING\",\"8\":\"SUB_HAL_POWER_CAPABILITY_SINGLEBAND_ACQUISITION\",\"16\":\"SUB_HAL_POWER_CAPABILITY_MULTIBAND_ACQUISITION\",\"32\":\"SUB_HAL_POWER_CAPABILITY_OTHER_MODES\"}},\"android.location.GnssCapabilities.TopHalCapabilityFlags\":{\"flag\":true,\"values\":{\"1\":\"TOP_HAL_CAPABILITY_SCHEDULING\",\"2\":\"TOP_HAL_CAPABILITY_MSB\",\"4\":\"TOP_HAL_CAPABILITY_MSA\",\"8\":\"TOP_HAL_CAPABILITY_SINGLE_SHOT\",\"16\":\"TOP_HAL_CAPABILITY_ON_DEMAND_TIME\",\"32\":\"TOP_HAL_CAPABILITY_GEOFENCING\",\"64\":\"TOP_HAL_CAPABILITY_MEASUREMENTS\",\"128\":\"TOP_HAL_CAPABILITY_NAV_MESSAGES\",\"256\":\"TOP_HAL_CAPABILITY_LOW_POWER_MODE\",\"512\":\"TOP_HAL_CAPABILITY_SATELLITE_BLOCKLIST\",\"1024\":\"TOP_HAL_CAPABILITY_MEASUREMENT_CORRECTIONS\",\"2048\":\"TOP_HAL_CAPABILITY_ANTENNA_INFO\",\"4096\":\"TOP_HAL_CAPABILITY_CORRELATION_VECTOR\",\"8192\":\"TOP_HAL_CAPABILITY_SATELLITE_PVT\",\"16384\":\"TOP_HAL_CAPABILITY_MEASUREMENT_CORRECTIONS_FOR_DRIVING\"}},\"android.location.GnssMeasurement.AdrState\":{\"flag\":true,\"values\":{\"0\":\"ADR_STATE_UNKNOWN\",\"1\":\"ADR_STATE_VALID\",\"2\":\"ADR_STATE_RESET\",\"4\":\"ADR_STATE_CYCLE_SLIP\",\"8\":\"ADR_STATE_HALF_CYCLE_RESOLVED\",\"16\":\"ADR_STATE_HALF_CYCLE_REPORTED\"}},\"android.location.GnssMeasurement.MultipathIndicator\":{\"flag\":false,\"values\":{\"0\":\"MULTIPATH_INDICATOR_UNKNOWN\",\"1\":\"MULTIPATH_INDICATOR_DETECTED\",\"2\":\"MULTIPATH_INDICATOR_NOT_DETECTED\"}},\"android.location.GnssMeasurement.State\":{\"flag\":true,\"values\":{\"1\":\"STATE_CODE_LOCK\",\"2\":\"STATE_BIT_SYNC\",\"4\":\"STATE_SUBFRAME_SYNC\",\"8\":\"STATE_TOW_DECODED\",\"16\":\"STATE_MSEC_AMBIGUOUS\",\"32\":\"STATE_SYMBOL_SYNC\",\"64\":\"STATE_GLO_STRING_SYNC\",\"128\":\"STATE_GLO_TOD_DECODED\",\"256\":\"STATE_BDS_D2_BIT_SYNC\",\"512\":\"STATE_BDS_D2_SUBFRAME_SYNC\",\"1024\":\"STATE_GAL_E1BC_CODE_LOCK\",\"2048\":\"STATE_GAL_E1C_2ND_CODE_LOCK\",\"4096\":\"STATE_GAL_E1B_PAGE_SYNC\",\"8192\":\"STATE_SBAS_SYNC\",\"16384\":\"STATE_TOW_KNOWN\",\"32768\":\"STATE_GLO_TOD_KNOWN\",\"65536\":\"STATE_2ND_CODE_LOCK\"}},\"android.location.GnssMeasurementsEvent.Callback.GnssMeasurementsStatus\":{\"flag\":false,\"values\":{\"0\":\"STATUS_NOT_SUPPORTED\",\"1\":\"STATUS_READY\",\"2\":\"STATUS_LOCATION_DISABLED\",\"3\":\"STATUS_NOT_ALLOWED\"}},\"android.location.GnssNavigationMessage.Callback.GnssNavigationMessageStatus\":{\"flag\":false,\"values\":{\"0\":\"STATUS_NOT_SUPPORTED\",\"1\":\"STATUS_READY\",\"2\":\"STATUS_LOCATION_DISABLED\"}},\"android.location.GnssNavigationMessage.GnssNavigationMessageStatus\":{\"flag\":false,\"values\":{\"0\":\"STATUS_UNKNOWN\",\"1\":\"STATUS_PARITY_PASSED\",\"2\":\"STATUS_PARITY_REBUILT\"}},\"android.location.GnssNavigationMessage.GnssNavigationMessageType\":{\"flag\":false,\"values\":{\"0\":\"TYPE_UNKNOWN\",\"257\":\"TYPE_GPS_L1CA\",\"258\":\"TYPE_GPS_L2CNAV\",\"259\":\"TYPE_GPS_L5CNAV\",\"260\":\"TYPE_GPS_CNAV2\",\"513\":\"TYPE_SBS\",\"769\":\"TYPE_GLO_L1CA\",\"1025\":\"TYPE_QZS_L1CA\",\"1281\":\"TYPE_BDS_D1\",\"1282\":\"TYPE_BDS_D2\",\"1283\":\"TYPE_BDS_CNAV1\",\"1284\":\"TYPE_BDS_CNAV2\",\"1537\":\"TYPE_GAL_I\",\"1538\":\"TYPE_GAL_F\",\"1793\":\"TYPE_IRN_L5CA\"}},\"android.location.GnssStatus.ConstellationType\":{\"flag\":false,\"values\":{\"0\":\"CONSTELLATION_UNKNOWN\",\"1\":\"CONSTELLATION_GPS\",\"2\":\"CONSTELLATION_SBAS\",\"3\":\"CONSTELLATION_GLONASS\",\"4\":\"CONSTELLATION_QZSS\",\"5\":\"CONSTELLATION_BEIDOU\",\"6\":\"CONSTELLATION_GALILEO\",\"7\":\"CONSTELLATION_IRNSS\"}},\"android.location.LocationRequest.Quality\":{\"flag\":false,\"values\":{\"100\":\"QUALITY_HIGH_ACCURACY\",\"102\":\"QUALITY_BALANCED_POWER_ACCURACY\",\"104\":\"QUALITY_LOW_POWER\"}},\"android.location.provider.ProviderProperties.Accuracy\":{\"flag\":false,\"values\":{\"1\":\"ACCURACY_FINE\",\"2\":\"ACCURACY_COARSE\"}},\"android.location.provider.ProviderProperties.PowerUsage\":{\"flag\":false,\"values\":{\"1\":\"POWER_USAGE_LOW\",\"2\":\"POWER_USAGE_MEDIUM\",\"3\":\"POWER_USAGE_HIGH\"}},\"android.media.AudioAttributes.AttributeContentType\":{\"flag\":false,\"values\":{\"0\":\"CONTENT_TYPE_UNKNOWN\",\"1\":\"CONTENT_TYPE_SPEECH\",\"2\":\"CONTENT_TYPE_MUSIC\",\"3\":\"CONTENT_TYPE_MOVIE\",\"4\":\"CONTENT_TYPE_SONIFICATION\"}},\"android.media.AudioAttributes.AttributeSdkUsage\":{\"flag\":false,\"values\":{\"0\":\"USAGE_UNKNOWN\",\"1\":\"USAGE_MEDIA\",\"2\":\"USAGE_VOICE_COMMUNICATION\",\"3\":\"USAGE_VOICE_COMMUNICATION_SIGNALLING\",\"4\":\"USAGE_ALARM\",\"5\":\"USAGE_NOTIFICATION\",\"6\":\"USAGE_NOTIFICATION_RINGTONE\",\"7\":\"USAGE_NOTIFICATION_COMMUNICATION_REQUEST\",\"8\":\"USAGE_NOTIFICATION_COMMUNICATION_INSTANT\",\"9\":\"USAGE_NOTIFICATION_COMMUNICATION_DELAYED\",\"10\":\"USAGE_NOTIFICATION_EVENT\",\"11\":\"USAGE_ASSISTANCE_ACCESSIBILITY\",\"12\":\"USAGE_ASSISTANCE_NAVIGATION_GUIDANCE\",\"13\":\"USAGE_ASSISTANCE_SONIFICATION\",\"14\":\"USAGE_GAME\",\"16\":\"USAGE_ASSISTANT\"}},\"android.media.AudioAttributes.AttributeSystemUsage\":{\"flag\":false,\"values\":{\"17\":\"USAGE_CALL_ASSISTANT\",\"1000\":\"USAGE_EMERGENCY\",\"1001\":\"USAGE_SAFETY\",\"1002\":\"USAGE_VEHICLE_STATUS\",\"1003\":\"USAGE_ANNOUNCEMENT\"}},\"android.media.AudioAttributes.AttributeUsage\":{\"flag\":false,\"values\":{\"0\":\"USAGE_UNKNOWN\",\"1\":\"USAGE_MEDIA\",\"2\":\"USAGE_VOICE_COMMUNICATION\",\"3\":\"USAGE_VOICE_COMMUNICATION_SIGNALLING\",\"4\":\"USAGE_ALARM\",\"5\":\"USAGE_NOTIFICATION\",\"6\":\"USAGE_NOTIFICATION_RINGTONE\",\"7\":\"USAGE_NOTIFICATION_COMMUNICATION_REQUEST\",\"8\":\"USAGE_NOTIFICATION_COMMUNICATION_INSTANT\",\"9\":\"USAGE_NOTIFICATION_COMMUNICATION_DELAYED\",\"10\":\"USAGE_NOTIFICATION_EVENT\",\"11\":\"USAGE_ASSISTANCE_ACCESSIBILITY\",\"12\":\"USAGE_ASSISTANCE_NAVIGATION_GUIDANCE\",\"13\":\"USAGE_ASSISTANCE_SONIFICATION\",\"14\":\"USAGE_GAME\",\"16\":\"USAGE_ASSISTANT\",\"17\":\"USAGE_CALL_ASSISTANT\",\"1000\":\"USAGE_EMERGENCY\",\"1001\":\"USAGE_SAFETY\",\"1002\":\"USAGE_VEHICLE_STATUS\",\"1003\":\"USAGE_ANNOUNCEMENT\"}},\"android.media.AudioAttributes.CapturePolicy\":{\"flag\":false,\"values\":{\"1\":\"ALLOW_CAPTURE_BY_ALL\",\"2\":\"ALLOW_CAPTURE_BY_SYSTEM\",\"3\":\"ALLOW_CAPTURE_BY_NONE\"}},\"android.media.AudioDescriptor.AudioDescriptorStandard\":{\"flag\":false,\"values\":{\"0\":\"STANDARD_NONE\",\"1\":\"STANDARD_EDID\"}},\"android.media.AudioDeviceAttributes.Role\":{\"flag\":false,\"values\":{\"1\":\"ROLE_INPUT\",\"2\":\"ROLE_OUTPUT\"}},\"android.media.AudioDeviceInfo.AudioDeviceType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_BUILTIN_EARPIECE\",\"2\":\"TYPE_BUILTIN_SPEAKER\",\"3\":\"TYPE_WIRED_HEADSET\",\"4\":\"TYPE_WIRED_HEADPHONES\",\"5\":\"TYPE_LINE_ANALOG\",\"6\":\"TYPE_LINE_DIGITAL\",\"7\":\"TYPE_BLUETOOTH_SCO\",\"8\":\"TYPE_BLUETOOTH_A2DP\",\"9\":\"TYPE_HDMI\",\"10\":\"TYPE_HDMI_ARC\",\"11\":\"TYPE_USB_DEVICE\",\"12\":\"TYPE_USB_ACCESSORY\",\"13\":\"TYPE_DOCK\",\"14\":\"TYPE_FM\",\"15\":\"TYPE_BUILTIN_MIC\",\"16\":\"TYPE_FM_TUNER\",\"17\":\"TYPE_TV_TUNER\",\"18\":\"TYPE_TELEPHONY\",\"19\":\"TYPE_AUX_LINE\",\"20\":\"TYPE_IP\",\"21\":\"TYPE_BUS\",\"22\":\"TYPE_USB_HEADSET\",\"23\":\"TYPE_HEARING_AID\",\"24\":\"TYPE_BUILTIN_SPEAKER_SAFE\",\"25\":\"TYPE_REMOTE_SUBMIX\",\"26\":\"TYPE_BLE_HEADSET\",\"27\":\"TYPE_BLE_SPEAKER\",\"28\":\"TYPE_ECHO_REFERENCE\",\"29\":\"TYPE_HDMI_EARC\"}},\"android.media.AudioDeviceInfo.AudioDeviceTypeIn\":{\"flag\":false,\"values\":{\"3\":\"TYPE_WIRED_HEADSET\",\"5\":\"TYPE_LINE_ANALOG\",\"6\":\"TYPE_LINE_DIGITAL\",\"7\":\"TYPE_BLUETOOTH_SCO\",\"8\":\"TYPE_BLUETOOTH_A2DP\",\"9\":\"TYPE_HDMI\",\"10\":\"TYPE_HDMI_ARC\",\"11\":\"TYPE_USB_DEVICE\",\"12\":\"TYPE_USB_ACCESSORY\",\"13\":\"TYPE_DOCK\",\"15\":\"TYPE_BUILTIN_MIC\",\"16\":\"TYPE_FM_TUNER\",\"17\":\"TYPE_TV_TUNER\",\"18\":\"TYPE_TELEPHONY\",\"20\":\"TYPE_IP\",\"21\":\"TYPE_BUS\",\"22\":\"TYPE_USB_HEADSET\",\"25\":\"TYPE_REMOTE_SUBMIX\",\"26\":\"TYPE_BLE_HEADSET\",\"28\":\"TYPE_ECHO_REFERENCE\",\"29\":\"TYPE_HDMI_EARC\"}},\"android.media.AudioDeviceInfo.AudioDeviceTypeOut\":{\"flag\":false,\"values\":{\"1\":\"TYPE_BUILTIN_EARPIECE\",\"2\":\"TYPE_BUILTIN_SPEAKER\",\"3\":\"TYPE_WIRED_HEADSET\",\"4\":\"TYPE_WIRED_HEADPHONES\",\"5\":\"TYPE_LINE_ANALOG\",\"6\":\"TYPE_LINE_DIGITAL\",\"7\":\"TYPE_BLUETOOTH_SCO\",\"8\":\"TYPE_BLUETOOTH_A2DP\",\"9\":\"TYPE_HDMI\",\"10\":\"TYPE_HDMI_ARC\",\"11\":\"TYPE_USB_DEVICE\",\"12\":\"TYPE_USB_ACCESSORY\",\"13\":\"TYPE_DOCK\",\"14\":\"TYPE_FM\",\"18\":\"TYPE_TELEPHONY\",\"19\":\"TYPE_AUX_LINE\",\"20\":\"TYPE_IP\",\"21\":\"TYPE_BUS\",\"22\":\"TYPE_USB_HEADSET\",\"23\":\"TYPE_HEARING_AID\",\"24\":\"TYPE_BUILTIN_SPEAKER_SAFE\",\"26\":\"TYPE_BLE_HEADSET\",\"27\":\"TYPE_BLE_SPEAKER\",\"29\":\"TYPE_HDMI_EARC\"}},\"android.media.AudioFormat.Encoding\":{\"flag\":false,\"values\":{\"1\":\"ENCODING_DEFAULT\",\"2\":\"ENCODING_PCM_16BIT\",\"3\":\"ENCODING_PCM_8BIT\",\"4\":\"ENCODING_PCM_FLOAT\",\"5\":\"ENCODING_AC3\",\"6\":\"ENCODING_E_AC3\",\"7\":\"ENCODING_DTS\",\"8\":\"ENCODING_DTS_HD\",\"9\":\"ENCODING_MP3\",\"10\":\"ENCODING_AAC_LC\",\"11\":\"ENCODING_AAC_HE_V1\",\"12\":\"ENCODING_AAC_HE_V2\",\"13\":\"ENCODING_IEC61937\",\"14\":\"ENCODING_DOLBY_TRUEHD\",\"15\":\"ENCODING_AAC_ELD\",\"16\":\"ENCODING_AAC_XHE\",\"17\":\"ENCODING_AC4\",\"18\":\"ENCODING_E_AC3_JOC\",\"19\":\"ENCODING_DOLBY_MAT\",\"20\":\"ENCODING_OPUS\",\"21\":\"ENCODING_PCM_24BIT_PACKED\",\"22\":\"ENCODING_PCM_32BIT\",\"23\":\"ENCODING_MPEGH_BL_L3\",\"24\":\"ENCODING_MPEGH_BL_L4\",\"25\":\"ENCODING_MPEGH_LC_L3\",\"26\":\"ENCODING_MPEGH_LC_L4\",\"27\":\"ENCODING_DTS_UHD\",\"28\":\"ENCODING_DRA\"}},\"android.media.AudioFormat.SurroundSoundEncoding\":{\"flag\":false,\"values\":{\"5\":\"ENCODING_AC3\",\"6\":\"ENCODING_E_AC3\",\"7\":\"ENCODING_DTS\",\"8\":\"ENCODING_DTS_HD\",\"10\":\"ENCODING_AAC_LC\",\"14\":\"ENCODING_DOLBY_TRUEHD\",\"17\":\"ENCODING_AC4\",\"18\":\"ENCODING_E_AC3_JOC\",\"19\":\"ENCODING_DOLBY_MAT\",\"23\":\"ENCODING_MPEGH_BL_L3\",\"24\":\"ENCODING_MPEGH_BL_L4\",\"25\":\"ENCODING_MPEGH_LC_L3\",\"26\":\"ENCODING_MPEGH_LC_L4\",\"27\":\"ENCODING_DTS_UHD\",\"28\":\"ENCODING_DRA\"}},\"android.media.AudioManager.AudioDeviceRole\":{\"flag\":true,\"values\":{\"1\":\"GET_DEVICES_INPUTS\",\"2\":\"GET_DEVICES_OUTPUTS\"}},\"android.media.AudioManager.AudioMode\":{\"flag\":false,\"values\":{\"0\":\"MODE_NORMAL\",\"1\":\"MODE_RINGTONE\",\"2\":\"MODE_IN_CALL\",\"3\":\"MODE_IN_COMMUNICATION\",\"4\":\"MODE_CALL_SCREENING\"}},\"android.media.AudioManager.AudioOffloadMode\":{\"flag\":false,\"values\":{\"0\":\"PLAYBACK_OFFLOAD_NOT_SUPPORTED\",\"1\":\"PLAYBACK_OFFLOAD_SUPPORTED\",\"2\":\"PLAYBACK_OFFLOAD_GAPLESS_SUPPORTED\"}},\"android.media.AudioManager.DeviceVolumeBehavior\":{\"flag\":false,\"values\":{\"0\":\"DEVICE_VOLUME_BEHAVIOR_VARIABLE\",\"1\":\"DEVICE_VOLUME_BEHAVIOR_FULL\",\"2\":\"DEVICE_VOLUME_BEHAVIOR_FIXED\",\"3\":\"DEVICE_VOLUME_BEHAVIOR_ABSOLUTE\",\"4\":\"DEVICE_VOLUME_BEHAVIOR_ABSOLUTE_MULTI_MODE\"}},\"android.media.AudioManager.DeviceVolumeBehaviorState\":{\"flag\":false,\"values\":{\"0\":\"DEVICE_VOLUME_BEHAVIOR_VARIABLE\",\"1\":\"DEVICE_VOLUME_BEHAVIOR_FULL\",\"2\":\"DEVICE_VOLUME_BEHAVIOR_FIXED\",\"3\":\"DEVICE_VOLUME_BEHAVIOR_ABSOLUTE\",\"4\":\"DEVICE_VOLUME_BEHAVIOR_ABSOLUTE_MULTI_MODE\",\"-1\":\"DEVICE_VOLUME_BEHAVIOR_UNSET\"}},\"android.media.AudioManager.EncodedSurroundOutputMode\":{\"flag\":false,\"values\":{\"0\":\"ENCODED_SURROUND_OUTPUT_AUTO\",\"1\":\"ENCODED_SURROUND_OUTPUT_NEVER\",\"2\":\"ENCODED_SURROUND_OUTPUT_ALWAYS\",\"3\":\"ENCODED_SURROUND_OUTPUT_MANUAL\",\"-1\":\"ENCODED_SURROUND_OUTPUT_UNKNOWN\"}},\"android.media.AudioManager.Flags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_SHOW_UI\",\"2\":\"FLAG_ALLOW_RINGER_MODES\",\"4\":\"FLAG_PLAY_SOUND\",\"8\":\"FLAG_REMOVE_SOUND_AND_VIBRATE\",\"16\":\"FLAG_VIBRATE\",\"32\":\"FLAG_FIXED_VOLUME\",\"64\":\"FLAG_BLUETOOTH_ABS_VOLUME\",\"128\":\"FLAG_SHOW_SILENT_HINT\",\"256\":\"FLAG_HDMI_SYSTEM_AUDIO_VOLUME\",\"512\":\"FLAG_ACTIVE_MEDIA_ONLY\",\"1024\":\"FLAG_SHOW_UI_WARNINGS\",\"2048\":\"FLAG_SHOW_VIBRATE_HINT\",\"4096\":\"FLAG_FROM_KEY\"}},\"android.media.AudioManager.FocusRequestResult\":{\"flag\":false,\"values\":{\"0\":\"AUDIOFOCUS_REQUEST_FAILED\",\"1\":\"AUDIOFOCUS_REQUEST_GRANTED\",\"2\":\"AUDIOFOCUS_REQUEST_DELAYED\"}},\"android.media.AudioManager.PublicStreamTypes\":{\"flag\":false,\"values\":{\"0\":\"STREAM_VOICE_CALL\",\"1\":\"STREAM_SYSTEM\",\"2\":\"STREAM_RING\",\"3\":\"STREAM_MUSIC\",\"4\":\"STREAM_ALARM\",\"5\":\"STREAM_NOTIFICATION\",\"8\":\"STREAM_DTMF\",\"10\":\"STREAM_ACCESSIBILITY\"}},\"android.media.AudioManager.SystemSoundEffect\":{\"flag\":false,\"values\":{\"0\":\"FX_KEY_CLICK\",\"1\":\"FX_FOCUS_NAVIGATION_UP\",\"2\":\"FX_FOCUS_NAVIGATION_DOWN\",\"3\":\"FX_FOCUS_NAVIGATION_LEFT\",\"4\":\"FX_FOCUS_NAVIGATION_RIGHT\",\"5\":\"FX_KEYPRESS_STANDARD\",\"6\":\"FX_KEYPRESS_SPACEBAR\",\"7\":\"FX_KEYPRESS_DELETE\",\"8\":\"FX_KEYPRESS_RETURN\",\"9\":\"FX_KEYPRESS_INVALID\",\"10\":\"FX_BACK\"}},\"android.media.AudioManager.VolumeAdjustment\":{\"flag\":false,\"values\":{\"0\":\"ADJUST_SAME\",\"1\":\"ADJUST_RAISE\",\"100\":\"ADJUST_UNMUTE\",\"101\":\"ADJUST_TOGGLE_MUTE\",\"-1\":\"ADJUST_LOWER\",\"-100\":\"ADJUST_MUTE\"}},\"android.media.AudioPlaybackConfiguration.PlayerState\":{\"flag\":false,\"values\":{\"0\":\"PLAYER_STATE_RELEASED\",\"1\":\"PLAYER_STATE_IDLE\",\"2\":\"PLAYER_STATE_STARTED\",\"3\":\"PLAYER_STATE_PAUSED\",\"4\":\"PLAYER_STATE_STOPPED\",\"5\":\"PLAYER_UPDATE_DEVICE_ID\",\"-1\":\"PLAYER_STATE_UNKNOWN\"}},\"android.media.AudioPlaybackConfiguration.PlayerType\":{\"flag\":false,\"values\":{\"1\":\"PLAYER_TYPE_JAM_AUDIOTRACK\",\"2\":\"PLAYER_TYPE_JAM_MEDIAPLAYER\",\"3\":\"PLAYER_TYPE_JAM_SOUNDPOOL\",\"11\":\"PLAYER_TYPE_SLES_AUDIOPLAYER_BUFFERQUEUE\",\"12\":\"PLAYER_TYPE_SLES_AUDIOPLAYER_URI_FD\",\"-1\":\"PLAYER_TYPE_UNKNOWN\"}},\"android.media.AudioPresentation.ContentClassifier\":{\"flag\":false,\"values\":{\"0\":\"CONTENT_MAIN\",\"1\":\"CONTENT_MUSIC_AND_EFFECTS\",\"2\":\"CONTENT_VISUALLY_IMPAIRED\",\"3\":\"CONTENT_HEARING_IMPAIRED\",\"4\":\"CONTENT_DIALOG\",\"5\":\"CONTENT_COMMENTARY\",\"6\":\"CONTENT_EMERGENCY\",\"7\":\"CONTENT_VOICEOVER\",\"-1\":\"CONTENT_UNKNOWN\"}},\"android.media.AudioPresentation.MasteringIndicationType\":{\"flag\":false,\"values\":{\"0\":\"MASTERING_NOT_INDICATED\",\"1\":\"MASTERED_FOR_STEREO\",\"2\":\"MASTERED_FOR_SURROUND\",\"3\":\"MASTERED_FOR_3D\",\"4\":\"MASTERED_FOR_HEADPHONE\"}},\"android.media.AudioProfile.EncapsulationType\":{\"flag\":false,\"values\":{\"0\":\"AUDIO_ENCAPSULATION_TYPE_NONE\",\"1\":\"AUDIO_ENCAPSULATION_TYPE_IEC61937\"}},\"android.media.AudioRecord.ReadMode\":{\"flag\":false,\"values\":{\"0\":\"READ_BLOCKING\",\"1\":\"READ_NON_BLOCKING\"}},\"android.media.AudioRecordingConfiguration.AudioSource\":{\"flag\":false,\"values\":{\"0\":\"DEFAULT\",\"1\":\"MIC\",\"2\":\"VOICE_UPLINK\",\"3\":\"VOICE_DOWNLINK\",\"4\":\"VOICE_CALL\",\"5\":\"CAMCORDER\",\"6\":\"VOICE_RECOGNITION\",\"7\":\"VOICE_COMMUNICATION\",\"9\":\"UNPROCESSED\",\"10\":\"VOICE_PERFORMANCE\"}},\"android.media.AudioSystem.AudioFormatNativeEnumForBtCodec\":{\"flag\":false,\"values\":{\"0\":\"AUDIO_FORMAT_DEFAULT\",\"67108864\":\"AUDIO_FORMAT_AAC\",\"520093696\":\"AUDIO_FORMAT_SBC\",\"536870912\":\"AUDIO_FORMAT_APTX\",\"553648128\":\"AUDIO_FORMAT_APTX_HD\",\"587202560\":\"AUDIO_FORMAT_LDAC\",\"-1\":\"AUDIO_FORMAT_INVALID\"}},\"android.media.AudioSystem.AudioSystemError\":{\"flag\":false,\"values\":{\"0\":\"SUCCESS\",\"-1\":\"ERROR\",\"-2\":\"BAD_VALUE\",\"-3\":\"INVALID_OPERATION\",\"-4\":\"PERMISSION_DENIED\",\"-5\":\"NO_INIT\",\"-6\":\"DEAD_OBJECT\",\"-7\":\"WOULD_BLOCK\"}},\"android.media.AudioTimestamp.Timebase\":{\"flag\":false,\"values\":{\"0\":\"TIMEBASE_MONOTONIC\",\"1\":\"TIMEBASE_BOOTTIME\"}},\"android.media.AudioTrack.DualMonoMode\":{\"flag\":false,\"values\":{\"0\":\"DUAL_MONO_MODE_OFF\",\"1\":\"DUAL_MONO_MODE_LR\",\"2\":\"DUAL_MONO_MODE_LL\",\"3\":\"DUAL_MONO_MODE_RR\"}},\"android.media.AudioTrack.EncapsulationMetadataType\":{\"flag\":false,\"values\":{\"0\":\"ENCAPSULATION_METADATA_TYPE_NONE\",\"1\":\"ENCAPSULATION_METADATA_TYPE_FRAMEWORK_TUNER\",\"2\":\"ENCAPSULATION_METADATA_TYPE_DVB_AD_DESCRIPTOR\"}},\"android.media.AudioTrack.EncapsulationMode\":{\"flag\":false,\"values\":{\"0\":\"ENCAPSULATION_MODE_NONE\",\"1\":\"ENCAPSULATION_MODE_ELEMENTARY_STREAM\"}},\"android.media.AudioTrack.PerformanceMode\":{\"flag\":false,\"values\":{\"0\":\"PERFORMANCE_MODE_NONE\",\"1\":\"PERFORMANCE_MODE_LOW_LATENCY\",\"2\":\"PERFORMANCE_MODE_POWER_SAVING\"}},\"android.media.AudioTrack.TransferMode\":{\"flag\":false,\"values\":{\"0\":\"MODE_STATIC\",\"1\":\"MODE_STREAM\"}},\"android.media.AudioTrack.WriteMode\":{\"flag\":false,\"values\":{\"0\":\"WRITE_BLOCKING\",\"1\":\"WRITE_NON_BLOCKING\"}},\"android.media.CamcorderProfile.Quality\":{\"flag\":false,\"values\":{\"0\":\"QUALITY_LOW\",\"1\":\"QUALITY_HIGH\",\"2\":\"QUALITY_QCIF\",\"3\":\"QUALITY_CIF\",\"4\":\"QUALITY_480P\",\"5\":\"QUALITY_720P\",\"6\":\"QUALITY_1080P\",\"7\":\"QUALITY_QVGA\",\"8\":\"QUALITY_2160P\",\"9\":\"QUALITY_VGA\",\"10\":\"QUALITY_4KDCI\",\"11\":\"QUALITY_QHD\",\"12\":\"QUALITY_2K\",\"13\":\"QUALITY_8KUHD\",\"1000\":\"QUALITY_TIME_LAPSE_LOW\",\"1001\":\"QUALITY_TIME_LAPSE_HIGH\",\"1002\":\"QUALITY_TIME_LAPSE_QCIF\",\"1003\":\"QUALITY_TIME_LAPSE_CIF\",\"1004\":\"QUALITY_TIME_LAPSE_480P\",\"1005\":\"QUALITY_TIME_LAPSE_720P\",\"1006\":\"QUALITY_TIME_LAPSE_1080P\",\"1007\":\"QUALITY_TIME_LAPSE_QVGA\",\"1008\":\"QUALITY_TIME_LAPSE_2160P\",\"1009\":\"QUALITY_TIME_LAPSE_VGA\",\"1010\":\"QUALITY_TIME_LAPSE_4KDCI\",\"1011\":\"QUALITY_TIME_LAPSE_QHD\",\"1012\":\"QUALITY_TIME_LAPSE_2K\",\"1013\":\"QUALITY_TIME_LAPSE_8KUHD\",\"2000\":\"QUALITY_HIGH_SPEED_LOW\",\"2001\":\"QUALITY_HIGH_SPEED_HIGH\",\"2002\":\"QUALITY_HIGH_SPEED_480P\",\"2003\":\"QUALITY_HIGH_SPEED_720P\",\"2004\":\"QUALITY_HIGH_SPEED_1080P\",\"2005\":\"QUALITY_HIGH_SPEED_2160P\",\"2006\":\"QUALITY_HIGH_SPEED_CIF\",\"2007\":\"QUALITY_HIGH_SPEED_VGA\",\"2008\":\"QUALITY_HIGH_SPEED_4KDCI\"}},\"android.media.ExifInterface.ExifStreamType\":{\"flag\":false,\"values\":{\"0\":\"STREAM_TYPE_FULL_IMAGE_DATA\",\"1\":\"STREAM_TYPE_EXIF_DATA_ONLY\"}},\"android.media.ExifInterface.IfdType\":{\"flag\":false,\"values\":{\"0\":\"IFD_TYPE_PRIMARY\",\"1\":\"IFD_TYPE_EXIF\",\"2\":\"IFD_TYPE_GPS\",\"3\":\"IFD_TYPE_INTEROPERABILITY\",\"4\":\"IFD_TYPE_THUMBNAIL\",\"5\":\"IFD_TYPE_PREVIEW\",\"6\":\"IFD_TYPE_ORF_MAKER_NOTE\",\"7\":\"IFD_TYPE_ORF_CAMERA_SETTINGS\",\"8\":\"IFD_TYPE_ORF_IMAGE_PROCESSING\",\"9\":\"IFD_TYPE_PEF\"}},\"android.media.MediaCas.PluginStatus\":{\"flag\":false,\"values\":{\"0\":\"PLUGIN_STATUS_PHYSICAL_MODULE_CHANGED\",\"1\":\"PLUGIN_STATUS_SESSION_NUMBER_CHANGED\"}},\"android.media.MediaCas.ScramblingMode\":{\"flag\":false,\"values\":{\"0\":\"SCRAMBLING_MODE_RESERVED\",\"1\":\"SCRAMBLING_MODE_DVB_CSA1\",\"2\":\"SCRAMBLING_MODE_DVB_CSA2\",\"3\":\"SCRAMBLING_MODE_DVB_CSA3_STANDARD\",\"4\":\"SCRAMBLING_MODE_DVB_CSA3_MINIMAL\",\"5\":\"SCRAMBLING_MODE_DVB_CSA3_ENHANCE\",\"6\":\"SCRAMBLING_MODE_DVB_CISSA_V1\",\"7\":\"SCRAMBLING_MODE_DVB_IDSA\",\"8\":\"SCRAMBLING_MODE_MULTI2\",\"9\":\"SCRAMBLING_MODE_AES128\",\"10\":\"SCRAMBLING_MODE_AES_ECB\",\"11\":\"SCRAMBLING_MODE_AES_SCTE52\",\"12\":\"SCRAMBLING_MODE_TDES_ECB\",\"13\":\"SCRAMBLING_MODE_TDES_SCTE52\"}},\"android.media.MediaCas.SessionUsage\":{\"flag\":false,\"values\":{\"0\":\"SESSION_USAGE_LIVE\",\"1\":\"SESSION_USAGE_PLAYBACK\",\"2\":\"SESSION_USAGE_RECORD\",\"3\":\"SESSION_USAGE_TIMESHIFT\"}},\"android.media.MediaCodec.BufferFlag\":{\"flag\":true,\"values\":{\"1\":\"BUFFER_FLAG_KEY_FRAME\",\"2\":\"BUFFER_FLAG_CODEC_CONFIG\",\"4\":\"BUFFER_FLAG_END_OF_STREAM\",\"8\":\"BUFFER_FLAG_PARTIAL_FRAME\",\"16\":\"BUFFER_FLAG_MUXER_DATA\"}},\"android.media.MediaCodec.CodecException.ReasonCode\":{\"flag\":false,\"values\":{\"1100\":\"ERROR_INSUFFICIENT_RESOURCE\",\"1101\":\"ERROR_RECLAIMED\"}},\"android.media.MediaCodec.ConfigureFlag\":{\"flag\":true,\"values\":{\"1\":\"CONFIGURE_FLAG_ENCODE\",\"2\":\"CONFIGURE_FLAG_USE_BLOCK_MODEL\"}},\"android.media.MediaCodec.CryptoException.CryptoErrorCode\":{\"flag\":false,\"values\":{\"1\":\"ERROR_NO_KEY\",\"2\":\"ERROR_KEY_EXPIRED\",\"3\":\"ERROR_RESOURCE_BUSY\",\"4\":\"ERROR_INSUFFICIENT_OUTPUT_PROTECTION\",\"5\":\"ERROR_SESSION_NOT_OPENED\",\"6\":\"ERROR_UNSUPPORTED_OPERATION\",\"7\":\"ERROR_INSUFFICIENT_SECURITY\",\"8\":\"ERROR_FRAME_TOO_LARGE\",\"9\":\"ERROR_LOST_STATE\",\"13\":\"ERROR_GENERIC_OEM\",\"14\":\"ERROR_GENERIC_PLUGIN\",\"17\":\"ERROR_LICENSE_PARSE\",\"23\":\"ERROR_MEDIA_FRAMEWORK\",\"33\":\"ERROR_ZERO_SUBSAMPLES\"}},\"android.media.MediaCodec.OutputBufferInfo\":{\"flag\":false,\"values\":{\"-1\":\"INFO_TRY_AGAIN_LATER\",\"-2\":\"INFO_OUTPUT_FORMAT_CHANGED\",\"-3\":\"INFO_OUTPUT_BUFFERS_CHANGED\"}},\"android.media.MediaCodec.VideoScalingMode\":{\"flag\":false,\"values\":{\"1\":\"VIDEO_SCALING_MODE_SCALE_TO_FIT\",\"2\":\"VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING\"}},\"android.media.MediaDrm.CertificateType\":{\"flag\":false,\"values\":{\"0\":\"CERTIFICATE_TYPE_NONE\",\"1\":\"CERTIFICATE_TYPE_X509\"}},\"android.media.MediaDrm.DrmEvent\":{\"flag\":false,\"values\":{\"1\":\"EVENT_PROVISION_REQUIRED\",\"2\":\"EVENT_KEY_REQUIRED\",\"3\":\"EVENT_KEY_EXPIRED\",\"4\":\"EVENT_VENDOR_DEFINED\",\"5\":\"EVENT_SESSION_RECLAIMED\"}},\"android.media.MediaDrm.HdcpLevel\":{\"flag\":false,\"values\":{\"0\":\"HDCP_LEVEL_UNKNOWN\",\"1\":\"HDCP_NONE\",\"2\":\"HDCP_V1\",\"3\":\"HDCP_V2\",\"4\":\"HDCP_V2_1\",\"5\":\"HDCP_V2_2\",\"6\":\"HDCP_V2_3\",\"2147483647\":\"HDCP_NO_DIGITAL_OUTPUT\"}},\"android.media.MediaDrm.KeyRequest.RequestType\":{\"flag\":false,\"values\":{\"0\":\"REQUEST_TYPE_INITIAL\",\"1\":\"REQUEST_TYPE_RENEWAL\",\"2\":\"REQUEST_TYPE_RELEASE\",\"3\":\"REQUEST_TYPE_NONE\",\"4\":\"REQUEST_TYPE_UPDATE\"}},\"android.media.MediaDrm.KeyStatus.KeyStatusCode\":{\"flag\":false,\"values\":{\"0\":\"STATUS_USABLE\",\"1\":\"STATUS_EXPIRED\",\"2\":\"STATUS_OUTPUT_NOT_ALLOWED\",\"3\":\"STATUS_PENDING\",\"4\":\"STATUS_INTERNAL_ERROR\",\"5\":\"STATUS_USABLE_IN_FUTURE\"}},\"android.media.MediaDrm.KeyType\":{\"flag\":false,\"values\":{\"1\":\"KEY_TYPE_STREAMING\",\"2\":\"KEY_TYPE_OFFLINE\",\"3\":\"KEY_TYPE_RELEASE\"}},\"android.media.MediaDrm.MediaDrmErrorCode\":{\"flag\":false,\"values\":{\"1\":\"ERROR_NO_KEY\",\"2\":\"ERROR_KEY_EXPIRED\",\"3\":\"ERROR_RESOURCE_BUSY\",\"4\":\"ERROR_INSUFFICIENT_OUTPUT_PROTECTION\",\"5\":\"ERROR_SESSION_NOT_OPENED\",\"6\":\"ERROR_UNSUPPORTED_OPERATION\",\"7\":\"ERROR_INSUFFICIENT_SECURITY\",\"8\":\"ERROR_FRAME_TOO_LARGE\",\"9\":\"ERROR_LOST_STATE\",\"10\":\"ERROR_CERTIFICATE_MALFORMED\",\"11\":\"ERROR_CERTIFICATE_MISSING\",\"12\":\"ERROR_CRYPTO_LIBRARY\",\"13\":\"ERROR_GENERIC_OEM\",\"14\":\"ERROR_GENERIC_PLUGIN\",\"15\":\"ERROR_INIT_DATA\",\"16\":\"ERROR_KEY_NOT_LOADED\",\"17\":\"ERROR_LICENSE_PARSE\",\"18\":\"ERROR_LICENSE_POLICY\",\"19\":\"ERROR_LICENSE_RELEASE\",\"20\":\"ERROR_LICENSE_REQUEST_REJECTED\",\"21\":\"ERROR_LICENSE_RESTORE\",\"22\":\"ERROR_LICENSE_STATE\",\"23\":\"ERROR_MEDIA_FRAMEWORK\",\"24\":\"ERROR_PROVISIONING_CERTIFICATE\",\"25\":\"ERROR_PROVISIONING_CONFIG\",\"26\":\"ERROR_PROVISIONING_PARSE\",\"27\":\"ERROR_PROVISIONING_REQUEST_REJECTED\",\"28\":\"ERROR_PROVISIONING_RETRY\",\"30\":\"ERROR_SECURE_STOP_RELEASE\",\"31\":\"ERROR_STORAGE_READ\",\"32\":\"ERROR_STORAGE_WRITE\",\"33\":\"ERROR_ZERO_SUBSAMPLES\"}},\"android.media.MediaDrm.OfflineLicenseState\":{\"flag\":false,\"values\":{\"0\":\"OFFLINE_LICENSE_STATE_UNKNOWN\",\"1\":\"OFFLINE_LICENSE_STATE_USABLE\",\"2\":\"OFFLINE_LICENSE_STATE_RELEASED\"}},\"android.media.MediaDrm.SecurityLevel\":{\"flag\":false,\"values\":{\"0\":\"SECURITY_LEVEL_UNKNOWN\",\"1\":\"SECURITY_LEVEL_SW_SECURE_CRYPTO\",\"2\":\"SECURITY_LEVEL_SW_SECURE_DECODE\",\"3\":\"SECURITY_LEVEL_HW_SECURE_CRYPTO\",\"4\":\"SECURITY_LEVEL_HW_SECURE_DECODE\",\"5\":\"SECURITY_LEVEL_HW_SECURE_ALL\"}},\"android.media.MediaDrm.SessionException.SessionErrorCode\":{\"flag\":false,\"values\":{\"1\":\"ERROR_RESOURCE_CONTENTION\"}},\"android.media.MediaExtractor.SampleFlag\":{\"flag\":true,\"values\":{\"1\":\"SAMPLE_FLAG_SYNC\",\"2\":\"SAMPLE_FLAG_ENCRYPTED\",\"4\":\"SAMPLE_FLAG_PARTIAL_FRAME\"}},\"android.media.MediaExtractor.SeekMode\":{\"flag\":false,\"values\":{\"0\":\"SEEK_TO_PREVIOUS_SYNC\",\"1\":\"SEEK_TO_NEXT_SYNC\",\"2\":\"SEEK_TO_CLOSEST_SYNC\"}},\"android.media.MediaFormat.ColorRange\":{\"flag\":false,\"values\":{\"1\":\"COLOR_RANGE_FULL\",\"2\":\"COLOR_RANGE_LIMITED\"}},\"android.media.MediaFormat.ColorStandard\":{\"flag\":false,\"values\":{\"1\":\"COLOR_STANDARD_BT709\",\"2\":\"COLOR_STANDARD_BT601_PAL\",\"4\":\"COLOR_STANDARD_BT601_NTSC\",\"6\":\"COLOR_STANDARD_BT2020\"}},\"android.media.MediaFormat.ColorTransfer\":{\"flag\":false,\"values\":{\"1\":\"COLOR_TRANSFER_LINEAR\",\"3\":\"COLOR_TRANSFER_SDR_VIDEO\",\"6\":\"COLOR_TRANSFER_ST2084\",\"7\":\"COLOR_TRANSFER_HLG\"}},\"android.media.MediaFormat.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_NULL\",\"1\":\"TYPE_INTEGER\",\"2\":\"TYPE_LONG\",\"3\":\"TYPE_FLOAT\",\"4\":\"TYPE_STRING\",\"5\":\"TYPE_BYTE_BUFFER\"}},\"android.media.MediaMetadataRetriever.Option\":{\"flag\":true,\"values\":{\"0\":\"OPTION_PREVIOUS_SYNC\",\"1\":\"OPTION_NEXT_SYNC\",\"2\":\"OPTION_CLOSEST_SYNC\",\"3\":\"OPTION_CLOSEST\"}},\"android.media.MediaMuxer.Format\":{\"flag\":false,\"values\":{\"0\":\"MUXER_OUTPUT_MPEG_4\",\"1\":\"MUXER_OUTPUT_WEBM\",\"2\":\"MUXER_OUTPUT_3GPP\",\"3\":\"MUXER_OUTPUT_HEIF\",\"4\":\"MUXER_OUTPUT_OGG\"}},\"android.media.MediaPlayer.PlaybackRateAudioMode\":{\"flag\":false,\"values\":{\"0\":\"PLAYBACK_RATE_AUDIO_MODE_DEFAULT\",\"1\":\"PLAYBACK_RATE_AUDIO_MODE_STRETCH\",\"2\":\"PLAYBACK_RATE_AUDIO_MODE_RESAMPLE\"}},\"android.media.MediaPlayer.PrepareDrmStatusCode\":{\"flag\":false,\"values\":{\"0\":\"PREPARE_DRM_STATUS_SUCCESS\",\"1\":\"PREPARE_DRM_STATUS_PROVISIONING_NETWORK_ERROR\",\"2\":\"PREPARE_DRM_STATUS_PROVISIONING_SERVER_ERROR\",\"3\":\"PREPARE_DRM_STATUS_PREPARATION_ERROR\"}},\"android.media.MediaPlayer.SeekMode\":{\"flag\":false,\"values\":{\"0\":\"SEEK_PREVIOUS_SYNC\",\"1\":\"SEEK_NEXT_SYNC\",\"2\":\"SEEK_CLOSEST_SYNC\",\"3\":\"SEEK_CLOSEST\"}},\"android.media.MediaPlayer.TrackInfo.TrackType\":{\"flag\":false,\"values\":{\"0\":\"MEDIA_TRACK_TYPE_UNKNOWN\",\"1\":\"MEDIA_TRACK_TYPE_VIDEO\",\"2\":\"MEDIA_TRACK_TYPE_AUDIO\",\"3\":\"MEDIA_TRACK_TYPE_TIMEDTEXT\",\"4\":\"MEDIA_TRACK_TYPE_SUBTITLE\",\"5\":\"MEDIA_TRACK_TYPE_METADATA\"}},\"android.media.MediaRecorder.AudioEncoderValues\":{\"flag\":false,\"values\":{\"0\":\"DEFAULT\",\"1\":\"AMR_NB\",\"2\":\"AMR_WB\",\"3\":\"AAC\",\"4\":\"HE_AAC\",\"5\":\"AAC_ELD\",\"6\":\"VORBIS\",\"7\":\"OPUS\"}},\"android.media.MediaRecorder.OutputFormatValues\":{\"flag\":false,\"values\":{\"0\":\"DEFAULT\",\"1\":\"THREE_GPP\",\"2\":\"MPEG_4\",\"3\":\"AMR_NB\",\"4\":\"AMR_WB\",\"5\":\"AAC_ADIF\",\"6\":\"AAC_ADTS\",\"8\":\"MPEG_2_TS\",\"9\":\"WEBM\",\"10\":\"HEIF\",\"11\":\"OGG\"}},\"android.media.MediaRecorder.Source\":{\"flag\":false,\"values\":{\"0\":\"DEFAULT\",\"1\":\"MIC\",\"2\":\"VOICE_UPLINK\",\"3\":\"VOICE_DOWNLINK\",\"4\":\"VOICE_CALL\",\"5\":\"CAMCORDER\",\"6\":\"VOICE_RECOGNITION\",\"7\":\"VOICE_COMMUNICATION\",\"9\":\"UNPROCESSED\",\"10\":\"VOICE_PERFORMANCE\"}},\"android.media.MediaRecorder.SystemSource\":{\"flag\":false,\"values\":{\"0\":\"DEFAULT\",\"1\":\"MIC\",\"2\":\"VOICE_UPLINK\",\"3\":\"VOICE_DOWNLINK\",\"4\":\"VOICE_CALL\",\"5\":\"CAMCORDER\",\"6\":\"VOICE_RECOGNITION\",\"7\":\"VOICE_COMMUNICATION\",\"8\":\"REMOTE_SUBMIX\",\"9\":\"UNPROCESSED\",\"10\":\"VOICE_PERFORMANCE\",\"1997\":\"ECHO_REFERENCE\",\"1998\":\"RADIO_TUNER\",\"1999\":\"HOTWORD\"}},\"android.media.MediaRecorder.VideoEncoderValues\":{\"flag\":false,\"values\":{\"0\":\"DEFAULT\",\"1\":\"H263\",\"2\":\"H264\",\"3\":\"MPEG_4_SP\",\"4\":\"VP8\",\"5\":\"HEVC\"}},\"android.media.MediaRoute2Info.ConnectionState\":{\"flag\":false,\"values\":{\"0\":\"CONNECTION_STATE_DISCONNECTED\",\"1\":\"CONNECTION_STATE_CONNECTING\",\"2\":\"CONNECTION_STATE_CONNECTED\"}},\"android.media.MediaRoute2Info.PlaybackVolume\":{\"flag\":false,\"values\":{\"0\":\"PLAYBACK_VOLUME_FIXED\",\"1\":\"PLAYBACK_VOLUME_VARIABLE\"}},\"android.media.MediaRoute2Info.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_UNKNOWN\",\"2\":\"TYPE_BUILTIN_SPEAKER\",\"3\":\"TYPE_WIRED_HEADSET\",\"4\":\"TYPE_WIRED_HEADPHONES\",\"8\":\"TYPE_BLUETOOTH_A2DP\",\"9\":\"TYPE_HDMI\",\"11\":\"TYPE_USB_DEVICE\",\"12\":\"TYPE_USB_ACCESSORY\",\"13\":\"TYPE_DOCK\",\"22\":\"TYPE_USB_HEADSET\",\"23\":\"TYPE_HEARING_AID\",\"1001\":\"TYPE_REMOTE_TV\",\"1002\":\"TYPE_REMOTE_SPEAKER\",\"2000\":\"TYPE_GROUP\"}},\"android.media.MediaRoute2ProviderService.Reason\":{\"flag\":false,\"values\":{\"0\":\"REASON_UNKNOWN_ERROR\",\"1\":\"REASON_REJECTED\",\"2\":\"REASON_NETWORK_ERROR\",\"3\":\"REASON_ROUTE_NOT_AVAILABLE\",\"4\":\"REASON_INVALID_COMMAND\"}},\"android.media.MediaRouter.RouteInfo.DeviceType\":{\"flag\":false,\"values\":{\"0\":\"DEVICE_TYPE_UNKNOWN\",\"1\":\"DEVICE_TYPE_TV\",\"2\":\"DEVICE_TYPE_SPEAKER\",\"3\":\"DEVICE_TYPE_BLUETOOTH\"}},\"android.media.MediaRouter.RouteInfo.PlaybackType\":{\"flag\":false,\"values\":{\"0\":\"PLAYBACK_TYPE_LOCAL\",\"1\":\"PLAYBACK_TYPE_REMOTE\"}},\"android.media.MediaRouter.RouteInfo.PlaybackVolume\":{\"flag\":false,\"values\":{\"0\":\"PLAYBACK_VOLUME_FIXED\",\"1\":\"PLAYBACK_VOLUME_VARIABLE\"}},\"android.media.MicrophoneDirection.DirectionMode\":{\"flag\":false,\"values\":{\"0\":\"MIC_DIRECTION_UNSPECIFIED\",\"1\":\"MIC_DIRECTION_TOWARDS_USER\",\"2\":\"MIC_DIRECTION_AWAY_FROM_USER\",\"3\":\"MIC_DIRECTION_EXTERNAL\"}},\"android.media.MicrophoneInfo.MicrophoneDirectionality\":{\"flag\":true,\"values\":{\"0\":\"DIRECTIONALITY_UNKNOWN\",\"1\":\"DIRECTIONALITY_OMNI\",\"2\":\"DIRECTIONALITY_BI_DIRECTIONAL\",\"3\":\"DIRECTIONALITY_CARDIOID\",\"4\":\"DIRECTIONALITY_HYPER_CARDIOID\",\"5\":\"DIRECTIONALITY_SUPER_CARDIOID\"}},\"android.media.MicrophoneInfo.MicrophoneLocation\":{\"flag\":true,\"values\":{\"0\":\"LOCATION_UNKNOWN\",\"1\":\"LOCATION_MAINBODY\",\"2\":\"LOCATION_MAINBODY_MOVABLE\",\"3\":\"LOCATION_PERIPHERAL\"}},\"android.media.PlaybackParams.AudioFallbackMode\":{\"flag\":false,\"values\":{\"0\":\"AUDIO_FALLBACK_MODE_DEFAULT\",\"1\":\"AUDIO_FALLBACK_MODE_MUTE\",\"2\":\"AUDIO_FALLBACK_MODE_FAIL\"}},\"android.media.PlaybackParams.AudioStretchMode\":{\"flag\":false,\"values\":{\"0\":\"AUDIO_STRETCH_MODE_DEFAULT\",\"1\":\"AUDIO_STRETCH_MODE_VOICE\"}},\"android.media.Rating.StarStyle\":{\"flag\":false,\"values\":{\"3\":\"RATING_3_STARS\",\"4\":\"RATING_4_STARS\",\"5\":\"RATING_5_STARS\"}},\"android.media.Rating.Style\":{\"flag\":false,\"values\":{\"0\":\"RATING_NONE\",\"1\":\"RATING_HEART\",\"2\":\"RATING_THUMB_UP_DOWN\",\"3\":\"RATING_3_STARS\",\"4\":\"RATING_4_STARS\",\"5\":\"RATING_5_STARS\",\"6\":\"RATING_PERCENTAGE\"}},\"android.media.SyncParams.AudioAdjustMode\":{\"flag\":false,\"values\":{\"0\":\"AUDIO_ADJUST_MODE_DEFAULT\",\"1\":\"AUDIO_ADJUST_MODE_STRETCH\",\"2\":\"AUDIO_ADJUST_MODE_RESAMPLE\"}},\"android.media.SyncParams.SyncSource\":{\"flag\":false,\"values\":{\"0\":\"SYNC_SOURCE_DEFAULT\",\"1\":\"SYNC_SOURCE_SYSTEM_CLOCK\",\"2\":\"SYNC_SOURCE_AUDIO\",\"3\":\"SYNC_SOURCE_VSYNC\"}},\"android.media.VolumeProvider.ControlType\":{\"flag\":false,\"values\":{\"0\":\"VOLUME_CONTROL_FIXED\",\"1\":\"VOLUME_CONTROL_RELATIVE\",\"2\":\"VOLUME_CONTROL_ABSOLUTE\"}},\"android.media.VolumeShaper.Configuration.InterpolatorType\":{\"flag\":false,\"values\":{\"0\":\"INTERPOLATOR_TYPE_STEP\",\"1\":\"INTERPOLATOR_TYPE_LINEAR\",\"2\":\"INTERPOLATOR_TYPE_CUBIC\",\"3\":\"INTERPOLATOR_TYPE_CUBIC_MONOTONIC\"}},\"android.media.VolumeShaper.Configuration.OptionFlag\":{\"flag\":false,\"values\":{\"1\":\"OPTION_FLAG_VOLUME_IN_DBFS\",\"2\":\"OPTION_FLAG_CLOCK_TIME\"}},\"android.media.VolumeShaper.Configuration.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_ID\",\"1\":\"TYPE_SCALE\"}},\"android.media.VolumeShaper.Operation.Flag\":{\"flag\":false,\"values\":{\"0\":\"FLAG_NONE\",\"1\":\"FLAG_REVERSE\",\"2\":\"FLAG_TERMINATE\",\"4\":\"FLAG_JOIN\",\"8\":\"FLAG_DEFER\"}},\"android.media.audiofx.Virtualizer.ForceVirtualizationMode\":{\"flag\":false,\"values\":{\"1\":\"VIRTUALIZATION_MODE_AUTO\",\"2\":\"VIRTUALIZATION_MODE_BINAURAL\",\"3\":\"VIRTUALIZATION_MODE_TRANSAURAL\"}},\"android.media.audiofx.Virtualizer.VirtualizationMode\":{\"flag\":false,\"values\":{\"2\":\"VIRTUALIZATION_MODE_BINAURAL\",\"3\":\"VIRTUALIZATION_MODE_TRANSAURAL\"}},\"android.media.audiopolicy.AudioMix.RouteFlags\":{\"flag\":true,\"values\":{\"1\":\"ROUTE_FLAG_RENDER\",\"2\":\"ROUTE_FLAG_LOOP_BACK\"}},\"android.media.audiopolicy.AudioMixingRule.MixType\":{\"flag\":false,\"values\":{\"0\":\"MIX_TYPE_PLAYERS\",\"1\":\"MIX_TYPE_RECORDERS\"}},\"android.media.audiopolicy.AudioPolicy.PolicyStatus\":{\"flag\":false,\"values\":{\"1\":\"POLICY_STATUS_UNREGISTERED\",\"2\":\"POLICY_STATUS_REGISTERED\"}},\"android.media.browse.MediaBrowser.MediaItem.Flags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_BROWSABLE\",\"2\":\"FLAG_PLAYABLE\"}},\"android.media.metrics.NetworkEvent.NetworkType\":{\"flag\":false,\"values\":{\"0\":\"NETWORK_TYPE_UNKNOWN\",\"1\":\"NETWORK_TYPE_OTHER\",\"2\":\"NETWORK_TYPE_WIFI\",\"3\":\"NETWORK_TYPE_ETHERNET\",\"4\":\"NETWORK_TYPE_2G\",\"5\":\"NETWORK_TYPE_3G\",\"6\":\"NETWORK_TYPE_4G\",\"7\":\"NETWORK_TYPE_5G_NSA\",\"8\":\"NETWORK_TYPE_5G_SA\",\"9\":\"NETWORK_TYPE_OFFLINE\"}},\"android.media.metrics.PlaybackErrorEvent.ErrorCode\":{\"flag\":false,\"values\":{\"0\":\"ERROR_UNKNOWN\",\"1\":\"ERROR_OTHER\",\"2\":\"ERROR_RUNTIME\",\"3\":\"ERROR_IO_NETWORK_UNAVAILABLE\",\"4\":\"ERROR_IO_NETWORK_CONNECTION_FAILED\",\"5\":\"ERROR_IO_BAD_HTTP_STATUS\",\"6\":\"ERROR_IO_DNS_FAILED\",\"7\":\"ERROR_IO_CONNECTION_TIMEOUT\",\"8\":\"ERROR_IO_CONNECTION_CLOSED\",\"9\":\"ERROR_IO_OTHER\",\"10\":\"ERROR_PARSING_MANIFEST_MALFORMED\",\"11\":\"ERROR_PARSING_CONTAINER_MALFORMED\",\"12\":\"ERROR_PARSING_OTHER\",\"13\":\"ERROR_DECODER_INIT_FAILED\",\"14\":\"ERROR_DECODING_FAILED\",\"15\":\"ERROR_DECODING_FORMAT_EXCEEDS_CAPABILITIES\",\"16\":\"ERROR_DECODING_OTHER\",\"17\":\"ERROR_AUDIO_TRACK_INIT_FAILED\",\"18\":\"ERROR_AUDIO_TRACK_WRITE_FAILED\",\"19\":\"ERROR_AUDIO_TRACK_OTHER\",\"20\":\"ERROR_PLAYER_REMOTE\",\"21\":\"ERROR_PLAYER_BEHIND_LIVE_WINDOW\",\"22\":\"ERROR_PLAYER_OTHER\",\"23\":\"ERROR_DRM_SCHEME_UNSUPPORTED\",\"24\":\"ERROR_DRM_PROVISIONING_FAILED\",\"25\":\"ERROR_DRM_LICENSE_ACQUISITION_FAILED\",\"26\":\"ERROR_DRM_DISALLOWED_OPERATION\",\"27\":\"ERROR_DRM_SYSTEM_ERROR\",\"28\":\"ERROR_DRM_CONTENT_ERROR\",\"29\":\"ERROR_DRM_DEVICE_REVOKED\",\"30\":\"ERROR_DRM_OTHER\",\"31\":\"ERROR_IO_FILE_NOT_FOUND\",\"32\":\"ERROR_IO_NO_PERMISSION\",\"33\":\"ERROR_PARSING_MANIFEST_UNSUPPORTED\",\"34\":\"ERROR_PARSING_CONTAINER_UNSUPPORTED\",\"35\":\"ERROR_DECODING_FORMAT_UNSUPPORTED\"}},\"android.media.metrics.PlaybackMetrics.ContentType\":{\"flag\":false,\"values\":{\"0\":\"CONTENT_TYPE_UNKNOWN\",\"1\":\"CONTENT_TYPE_MAIN\",\"2\":\"CONTENT_TYPE_AD\",\"3\":\"CONTENT_TYPE_OTHER\"}},\"android.media.metrics.PlaybackMetrics.DrmType\":{\"flag\":false,\"values\":{\"0\":\"DRM_TYPE_NONE\",\"1\":\"DRM_TYPE_OTHER\",\"2\":\"DRM_TYPE_PLAY_READY\",\"3\":\"DRM_TYPE_WIDEVINE_L1\",\"4\":\"DRM_TYPE_WIDEVINE_L3\",\"5\":\"DRM_TYPE_WV_L3_FALLBACK\",\"6\":\"DRM_TYPE_CLEARKEY\"}},\"android.media.metrics.PlaybackMetrics.PlaybackType\":{\"flag\":false,\"values\":{\"0\":\"PLAYBACK_TYPE_UNKNOWN\",\"1\":\"PLAYBACK_TYPE_VOD\",\"2\":\"PLAYBACK_TYPE_LIVE\",\"3\":\"PLAYBACK_TYPE_OTHER\"}},\"android.media.metrics.PlaybackMetrics.StreamSource\":{\"flag\":false,\"values\":{\"0\":\"STREAM_SOURCE_UNKNOWN\",\"1\":\"STREAM_SOURCE_NETWORK\",\"2\":\"STREAM_SOURCE_DEVICE\",\"3\":\"STREAM_SOURCE_MIXED\"}},\"android.media.metrics.PlaybackMetrics.StreamType\":{\"flag\":false,\"values\":{\"0\":\"STREAM_TYPE_UNKNOWN\",\"1\":\"STREAM_TYPE_OTHER\",\"2\":\"STREAM_TYPE_PROGRESSIVE\",\"3\":\"STREAM_TYPE_DASH\",\"4\":\"STREAM_TYPE_HLS\",\"5\":\"STREAM_TYPE_SS\"}},\"android.media.metrics.PlaybackStateEvent.State\":{\"flag\":false,\"values\":{\"0\":\"STATE_NOT_STARTED\",\"1\":\"STATE_JOINING_BACKGROUND\",\"2\":\"STATE_JOINING_FOREGROUND\",\"3\":\"STATE_PLAYING\",\"4\":\"STATE_PAUSED\",\"5\":\"STATE_SEEKING\",\"6\":\"STATE_BUFFERING\",\"7\":\"STATE_PAUSED_BUFFERING\",\"9\":\"STATE_SUPPRESSED\",\"10\":\"STATE_SUPPRESSED_BUFFERING\",\"11\":\"STATE_ENDED\",\"12\":\"STATE_STOPPED\",\"13\":\"STATE_FAILED\",\"14\":\"STATE_INTERRUPTED_BY_AD\",\"15\":\"STATE_ABANDONED\"}},\"android.media.metrics.TrackChangeEvent.TrackChangeReason\":{\"flag\":false,\"values\":{\"0\":\"TRACK_CHANGE_REASON_UNKNOWN\",\"1\":\"TRACK_CHANGE_REASON_OTHER\",\"2\":\"TRACK_CHANGE_REASON_INITIAL\",\"3\":\"TRACK_CHANGE_REASON_MANUAL\",\"4\":\"TRACK_CHANGE_REASON_ADAPTIVE\"}},\"android.media.metrics.TrackChangeEvent.TrackState\":{\"flag\":false,\"values\":{\"0\":\"TRACK_STATE_OFF\",\"1\":\"TRACK_STATE_ON\"}},\"android.media.metrics.TrackChangeEvent.TrackType\":{\"flag\":false,\"values\":{\"0\":\"TRACK_TYPE_AUDIO\",\"1\":\"TRACK_TYPE_VIDEO\",\"2\":\"TRACK_TYPE_TEXT\"}},\"android.media.musicrecognition.MusicRecognitionManager.RecognitionFailureCode\":{\"flag\":false,\"values\":{\"1\":\"RECOGNITION_FAILED_NOT_FOUND\",\"2\":\"RECOGNITION_FAILED_NO_CONNECTIVITY\",\"3\":\"RECOGNITION_FAILED_SERVICE_UNAVAILABLE\",\"5\":\"RECOGNITION_FAILED_SERVICE_KILLED\",\"6\":\"RECOGNITION_FAILED_TIMEOUT\",\"7\":\"RECOGNITION_FAILED_AUDIO_UNAVAILABLE\",\"-1\":\"RECOGNITION_FAILED_UNKNOWN\"}},\"android.media.session.MediaController.PlaybackInfo.PlaybackType\":{\"flag\":false,\"values\":{\"1\":\"PLAYBACK_TYPE_LOCAL\",\"2\":\"PLAYBACK_TYPE_REMOTE\"}},\"android.media.session.MediaSession.SessionFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_HANDLES_MEDIA_BUTTONS\",\"2\":\"FLAG_HANDLES_TRANSPORT_CONTROLS\",\"65536\":\"FLAG_EXCLUSIVE_GLOBAL_PRIORITY\"}},\"android.media.session.PlaybackState.State\":{\"flag\":false,\"values\":{\"0\":\"STATE_NONE\",\"1\":\"STATE_STOPPED\",\"2\":\"STATE_PAUSED\",\"3\":\"STATE_PLAYING\",\"4\":\"STATE_FAST_FORWARDING\",\"5\":\"STATE_REWINDING\",\"6\":\"STATE_BUFFERING\",\"7\":\"STATE_ERROR\",\"8\":\"STATE_CONNECTING\",\"9\":\"STATE_SKIPPING_TO_PREVIOUS\",\"10\":\"STATE_SKIPPING_TO_NEXT\",\"11\":\"STATE_SKIPPING_TO_QUEUE_ITEM\"}},\"android.media.soundtrigger.SoundTriggerDetector.RecognitionFlags\":{\"flag\":true,\"values\":{\"0\":\"RECOGNITION_FLAG_NONE\",\"1\":\"RECOGNITION_FLAG_CAPTURE_TRIGGER_AUDIO\",\"2\":\"RECOGNITION_FLAG_ALLOW_MULTIPLE_TRIGGERS\",\"4\":\"RECOGNITION_FLAG_ENABLE_AUDIO_ECHO_CANCELLATION\",\"8\":\"RECOGNITION_FLAG_ENABLE_AUDIO_NOISE_SUPPRESSION\",\"16\":\"RECOGNITION_FLAG_RUN_IN_BATTERY_SAVER\"}},\"android.media.tv.TunedInfo.AppType\":{\"flag\":false,\"values\":{\"1\":\"APP_TYPE_SELF\",\"2\":\"APP_TYPE_SYSTEM\",\"3\":\"APP_TYPE_NON_SYSTEM\"}},\"android.media.tv.TvContract.PreviewProgramColumns.AspectRatio\":{\"flag\":false,\"values\":{\"0\":\"ASPECT_RATIO_16_9\",\"1\":\"ASPECT_RATIO_3_2\",\"2\":\"ASPECT_RATIO_4_3\",\"3\":\"ASPECT_RATIO_1_1\",\"4\":\"ASPECT_RATIO_2_3\"}},\"android.media.tv.TvContract.PreviewProgramColumns.Availability\":{\"flag\":false,\"values\":{\"0\":\"AVAILABILITY_AVAILABLE\",\"1\":\"AVAILABILITY_FREE_WITH_SUBSCRIPTION\",\"2\":\"AVAILABILITY_PAID_CONTENT\"}},\"android.media.tv.TvContract.PreviewProgramColumns.InteractionType\":{\"flag\":false,\"values\":{\"0\":\"INTERACTION_TYPE_VIEWS\",\"1\":\"INTERACTION_TYPE_LISTENS\",\"2\":\"INTERACTION_TYPE_FOLLOWERS\",\"3\":\"INTERACTION_TYPE_FANS\",\"4\":\"INTERACTION_TYPE_LIKES\",\"5\":\"INTERACTION_TYPE_THUMBS\",\"6\":\"INTERACTION_TYPE_VIEWERS\"}},\"android.media.tv.TvContract.PreviewProgramColumns.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_MOVIE\",\"1\":\"TYPE_TV_SERIES\",\"2\":\"TYPE_TV_SEASON\",\"3\":\"TYPE_TV_EPISODE\",\"4\":\"TYPE_CLIP\",\"5\":\"TYPE_EVENT\",\"6\":\"TYPE_CHANNEL\",\"7\":\"TYPE_TRACK\",\"8\":\"TYPE_ALBUM\",\"9\":\"TYPE_ARTIST\",\"10\":\"TYPE_PLAYLIST\",\"11\":\"TYPE_STATION\"}},\"android.media.tv.TvContract.ProgramColumns.ReviewRatingStyle\":{\"flag\":false,\"values\":{\"0\":\"REVIEW_RATING_STYLE_STARS\",\"1\":\"REVIEW_RATING_STYLE_THUMBS_UP_DOWN\",\"2\":\"REVIEW_RATING_STYLE_PERCENTAGE\"}},\"android.media.tv.TvContract.WatchNextPrograms.WatchNextType\":{\"flag\":false,\"values\":{\"0\":\"WATCH_NEXT_TYPE_CONTINUE\",\"1\":\"WATCH_NEXT_TYPE_NEXT\",\"2\":\"WATCH_NEXT_TYPE_NEW\",\"3\":\"WATCH_NEXT_TYPE_WATCHLIST\"}},\"android.media.tv.TvInputHardwareInfo.CableConnectionStatus\":{\"flag\":false,\"values\":{\"0\":\"CABLE_CONNECTION_STATUS_UNKNOWN\",\"1\":\"CABLE_CONNECTION_STATUS_CONNECTED\",\"2\":\"CABLE_CONNECTION_STATUS_DISCONNECTED\"}},\"android.media.tv.TvInputInfo.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_TUNER\",\"1000\":\"TYPE_OTHER\",\"1001\":\"TYPE_COMPOSITE\",\"1002\":\"TYPE_SVIDEO\",\"1003\":\"TYPE_SCART\",\"1004\":\"TYPE_COMPONENT\",\"1005\":\"TYPE_VGA\",\"1006\":\"TYPE_DVI\",\"1007\":\"TYPE_HDMI\",\"1008\":\"TYPE_DISPLAY_PORT\"}},\"android.media.tv.TvInputManager.DvbDeviceType\":{\"flag\":false,\"values\":{\"0\":\"DVB_DEVICE_DEMUX\",\"1\":\"DVB_DEVICE_DVR\",\"2\":\"DVB_DEVICE_FRONTEND\"}},\"android.media.tv.TvInputManager.InputState\":{\"flag\":false,\"values\":{\"0\":\"INPUT_STATE_CONNECTED\",\"1\":\"INPUT_STATE_CONNECTED_STANDBY\",\"2\":\"INPUT_STATE_DISCONNECTED\"}},\"android.media.tv.TvInputManager.RecordingError\":{\"flag\":false,\"values\":{\"0\":\"RECORDING_ERROR_UNKNOWN\",\"1\":\"RECORDING_ERROR_INSUFFICIENT_SPACE\",\"2\":\"RECORDING_ERROR_RESOURCE_BUSY\"}},\"android.media.tv.TvInputManager.TimeShiftStatus\":{\"flag\":false,\"values\":{\"0\":\"TIME_SHIFT_STATUS_UNKNOWN\",\"1\":\"TIME_SHIFT_STATUS_UNSUPPORTED\",\"2\":\"TIME_SHIFT_STATUS_UNAVAILABLE\",\"3\":\"TIME_SHIFT_STATUS_AVAILABLE\"}},\"android.media.tv.TvInputManager.VideoUnavailableReason\":{\"flag\":false,\"values\":{\"0\":\"VIDEO_UNAVAILABLE_REASON_UNKNOWN\",\"1\":\"VIDEO_UNAVAILABLE_REASON_TUNING\",\"2\":\"VIDEO_UNAVAILABLE_REASON_WEAK_SIGNAL\",\"3\":\"VIDEO_UNAVAILABLE_REASON_BUFFERING\",\"4\":\"VIDEO_UNAVAILABLE_REASON_AUDIO_ONLY\",\"6\":\"VIDEO_UNAVAILABLE_REASON_INSUFFICIENT_RESOURCE\",\"7\":\"VIDEO_UNAVAILABLE_REASON_CAS_INSUFFICIENT_OUTPUT_PROTECTION\",\"8\":\"VIDEO_UNAVAILABLE_REASON_CAS_PVR_RECORDING_NOT_ALLOWED\",\"9\":\"VIDEO_UNAVAILABLE_REASON_CAS_NO_LICENSE\",\"10\":\"VIDEO_UNAVAILABLE_REASON_CAS_LICENSE_EXPIRED\",\"11\":\"VIDEO_UNAVAILABLE_REASON_CAS_NEED_ACTIVATION\",\"12\":\"VIDEO_UNAVAILABLE_REASON_CAS_NEED_PAIRING\",\"13\":\"VIDEO_UNAVAILABLE_REASON_CAS_NO_CARD\",\"14\":\"VIDEO_UNAVAILABLE_REASON_CAS_CARD_MUTE\",\"15\":\"VIDEO_UNAVAILABLE_REASON_CAS_CARD_INVALID\",\"16\":\"VIDEO_UNAVAILABLE_REASON_CAS_BLACKOUT\",\"17\":\"VIDEO_UNAVAILABLE_REASON_CAS_REBOOTING\",\"18\":\"VIDEO_UNAVAILABLE_REASON_CAS_UNKNOWN\"}},\"android.media.tv.TvInputService.PriorityHintUseCaseType\":{\"flag\":false,\"values\":{\"100\":\"PRIORITY_HINT_USE_CASE_TYPE_BACKGROUND\",\"200\":\"PRIORITY_HINT_USE_CASE_TYPE_SCAN\",\"300\":\"PRIORITY_HINT_USE_CASE_TYPE_PLAYBACK\",\"400\":\"PRIORITY_HINT_USE_CASE_TYPE_LIVE\",\"500\":\"PRIORITY_HINT_USE_CASE_TYPE_RECORD\"}},\"android.media.tv.TvTrackInfo.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_AUDIO\",\"1\":\"TYPE_VIDEO\",\"2\":\"TYPE_SUBTITLE\"}},\"android.media.tv.tuner.DemuxCapabilities.FilterCapabilities\":{\"flag\":true,\"values\":{\"1\":\"TYPE_TS\",\"2\":\"TYPE_MMTP\",\"4\":\"TYPE_IP\",\"8\":\"TYPE_TLV\",\"16\":\"TYPE_ALP\"}},\"android.media.tv.tuner.Descrambler.PidType\":{\"flag\":false,\"values\":{\"1\":\"PID_TYPE_T\",\"2\":\"PID_TYPE_MMTP\"}},\"android.media.tv.tuner.Lnb.EventType\":{\"flag\":false,\"values\":{\"0\":\"EVENT_TYPE_DISEQC_RX_OVERFLOW\",\"1\":\"EVENT_TYPE_DISEQC_RX_TIMEOUT\",\"2\":\"EVENT_TYPE_DISEQC_RX_PARITY_ERROR\",\"3\":\"EVENT_TYPE_LNB_OVERLOAD\"}},\"android.media.tv.tuner.Lnb.Position\":{\"flag\":false,\"values\":{\"0\":\"POSITION_UNDEFINED\",\"1\":\"POSITION_A\",\"2\":\"POSITION_B\"}},\"android.media.tv.tuner.Lnb.Tone\":{\"flag\":false,\"values\":{\"0\":\"TONE_NONE\",\"1\":\"TONE_CONTINUOUS\"}},\"android.media.tv.tuner.Lnb.Voltage\":{\"flag\":false,\"values\":{\"0\":\"VOLTAGE_NONE\",\"1\":\"VOLTAGE_5V\",\"2\":\"VOLTAGE_11V\",\"3\":\"VOLTAGE_12V\",\"4\":\"VOLTAGE_13V\",\"5\":\"VOLTAGE_14V\",\"6\":\"VOLTAGE_15V\",\"7\":\"VOLTAGE_18V\",\"8\":\"VOLTAGE_19V\"}},\"android.media.tv.tuner.Tuner.DvrType\":{\"flag\":false,\"values\":{\"0\":\"DVR_TYPE_RECORD\",\"1\":\"DVR_TYPE_PLAYBACK\"}},\"android.media.tv.tuner.Tuner.Result\":{\"flag\":false,\"values\":{\"0\":\"RESULT_SUCCESS\",\"1\":\"RESULT_UNAVAILABLE\",\"2\":\"RESULT_NOT_INITIALIZED\",\"3\":\"RESULT_INVALID_STATE\",\"4\":\"RESULT_INVALID_ARGUMENT\",\"5\":\"RESULT_OUT_OF_MEMORY\",\"6\":\"RESULT_UNKNOWN_ERROR\"}},\"android.media.tv.tuner.Tuner.ScanType\":{\"flag\":false,\"values\":{\"0\":\"SCAN_TYPE_UNDEFINED\",\"1\":\"SCAN_TYPE_AUTO\",\"2\":\"SCAN_TYPE_BLIND\"}},\"android.media.tv.tuner.TunerVersionChecker.TunerVersion\":{\"flag\":false,\"values\":{\"0\":\"TUNER_VERSION_UNKNOWN\",\"65536\":\"TUNER_VERSION_1_0\",\"65537\":\"TUNER_VERSION_1_1\"}},\"android.media.tv.tuner.dvr.DvrPlayback.PlaybackStatus\":{\"flag\":false,\"values\":{\"1\":\"PLAYBACK_STATUS_EMPTY\",\"2\":\"PLAYBACK_STATUS_ALMOST_EMPTY\",\"4\":\"PLAYBACK_STATUS_ALMOST_FULL\",\"8\":\"PLAYBACK_STATUS_FULL\"}},\"android.media.tv.tuner.dvr.DvrSettings.DataFormat\":{\"flag\":false,\"values\":{\"0\":\"DATA_FORMAT_TS\",\"1\":\"DATA_FORMAT_PES\",\"2\":\"DATA_FORMAT_ES\",\"3\":\"DATA_FORMAT_SHV_TLV\"}},\"android.media.tv.tuner.filter.AlpFilterConfiguration.LengthType\":{\"flag\":false,\"values\":{\"0\":\"LENGTH_TYPE_UNDEFINED\",\"1\":\"LENGTH_TYPE_WITHOUT_ADDITIONAL_HEADER\",\"2\":\"LENGTH_TYPE_WITH_ADDITIONAL_HEADER\"}},\"android.media.tv.tuner.filter.AvSettings.AudioStreamType\":{\"flag\":false,\"values\":{\"0\":\"AUDIO_STREAM_TYPE_UNDEFINED\",\"1\":\"AUDIO_STREAM_TYPE_PCM\",\"2\":\"AUDIO_STREAM_TYPE_MP3\",\"3\":\"AUDIO_STREAM_TYPE_MPEG1\",\"4\":\"AUDIO_STREAM_TYPE_MPEG2\",\"5\":\"AUDIO_STREAM_TYPE_MPEGH\",\"6\":\"AUDIO_STREAM_TYPE_AAC\",\"7\":\"AUDIO_STREAM_TYPE_AC3\",\"8\":\"AUDIO_STREAM_TYPE_EAC3\",\"9\":\"AUDIO_STREAM_TYPE_AC4\",\"10\":\"AUDIO_STREAM_TYPE_DTS\",\"11\":\"AUDIO_STREAM_TYPE_DTS_HD\",\"12\":\"AUDIO_STREAM_TYPE_WMA\",\"13\":\"AUDIO_STREAM_TYPE_OPUS\",\"14\":\"AUDIO_STREAM_TYPE_VORBIS\",\"15\":\"AUDIO_STREAM_TYPE_DRA\"}},\"android.media.tv.tuner.filter.AvSettings.VideoStreamType\":{\"flag\":false,\"values\":{\"0\":\"VIDEO_STREAM_TYPE_UNDEFINED\",\"1\":\"VIDEO_STREAM_TYPE_RESERVED\",\"2\":\"VIDEO_STREAM_TYPE_MPEG1\",\"3\":\"VIDEO_STREAM_TYPE_MPEG2\",\"4\":\"VIDEO_STREAM_TYPE_MPEG4P2\",\"5\":\"VIDEO_STREAM_TYPE_AVC\",\"6\":\"VIDEO_STREAM_TYPE_HEVC\",\"7\":\"VIDEO_STREAM_TYPE_VC1\",\"8\":\"VIDEO_STREAM_TYPE_VP8\",\"9\":\"VIDEO_STREAM_TYPE_VP9\",\"10\":\"VIDEO_STREAM_TYPE_AV1\",\"11\":\"VIDEO_STREAM_TYPE_AVS\",\"12\":\"VIDEO_STREAM_TYPE_AVS2\"}},\"android.media.tv.tuner.filter.Filter.MonitorEventMask\":{\"flag\":true,\"values\":{\"1\":\"MONITOR_EVENT_SCRAMBLING_STATUS\",\"2\":\"MONITOR_EVENT_IP_CID_CHANGE\"}},\"android.media.tv.tuner.filter.Filter.ScramblingStatus\":{\"flag\":true,\"values\":{\"1\":\"SCRAMBLING_STATUS_UNKNOWN\",\"2\":\"SCRAMBLING_STATUS_NOT_SCRAMBLED\",\"4\":\"SCRAMBLING_STATUS_SCRAMBLED\"}},\"android.media.tv.tuner.filter.Filter.Status\":{\"flag\":true,\"values\":{\"1\":\"STATUS_DATA_READY\",\"2\":\"STATUS_LOW_WATER\",\"4\":\"STATUS_HIGH_WATER\",\"8\":\"STATUS_OVERFLOW\"}},\"android.media.tv.tuner.filter.Filter.Subtype\":{\"flag\":false,\"values\":{\"0\":\"SUBTYPE_UNDEFINED\",\"1\":\"SUBTYPE_SECTION\",\"2\":\"SUBTYPE_PES\",\"3\":\"SUBTYPE_AUDIO\",\"4\":\"SUBTYPE_VIDEO\",\"5\":\"SUBTYPE_DOWNLOAD\",\"6\":\"SUBTYPE_RECORD\",\"7\":\"SUBTYPE_TS\",\"8\":\"SUBTYPE_PCR\",\"9\":\"SUBTYPE_TEMI\",\"10\":\"SUBTYPE_MMTP\",\"11\":\"SUBTYPE_NTP\",\"12\":\"SUBTYPE_IP_PAYLOAD\",\"13\":\"SUBTYPE_IP\",\"14\":\"SUBTYPE_PAYLOAD_THROUGH\",\"15\":\"SUBTYPE_TLV\",\"16\":\"SUBTYPE_PTP\"}},\"android.media.tv.tuner.filter.Filter.Type\":{\"flag\":false,\"values\":{\"1\":\"TYPE_TS\",\"2\":\"TYPE_MMTP\",\"4\":\"TYPE_IP\",\"8\":\"TYPE_TLV\",\"16\":\"TYPE_ALP\"}},\"android.media.tv.tuner.filter.RecordSettings.ScHevcIndex\":{\"flag\":true,\"values\":{\"1\":\"SC_HEVC_INDEX_SPS\",\"2\":\"SC_HEVC_INDEX_AUD\",\"4\":\"SC_HEVC_INDEX_SLICE_CE_BLA_W_LP\",\"8\":\"SC_HEVC_INDEX_SLICE_BLA_W_RADL\",\"16\":\"SC_HEVC_INDEX_SLICE_BLA_N_LP\",\"32\":\"SC_HEVC_INDEX_SLICE_IDR_W_RADL\",\"64\":\"SC_HEVC_INDEX_SLICE_IDR_N_LP\",\"128\":\"SC_HEVC_INDEX_SLICE_TRAIL_CRA\"}},\"android.media.tv.tuner.filter.RecordSettings.ScIndex\":{\"flag\":true,\"values\":{\"1\":\"SC_INDEX_I_FRAME\",\"2\":\"SC_INDEX_P_FRAME\",\"4\":\"SC_INDEX_B_FRAME\",\"8\":\"SC_INDEX_SEQUENCE\",\"16\":\"SC_INDEX_I_SLICE\",\"32\":\"SC_INDEX_P_SLICE\",\"64\":\"SC_INDEX_B_SLICE\",\"128\":\"SC_INDEX_SI_SLICE\",\"256\":\"SC_INDEX_SP_SLICE\"}},\"android.media.tv.tuner.filter.RecordSettings.ScIndexMask\":{\"flag\":true,\"values\":{\"1\":\"SC_HEVC_INDEX_SPS\",\"2\":\"SC_HEVC_INDEX_AUD\",\"4\":\"SC_HEVC_INDEX_SLICE_CE_BLA_W_LP\",\"8\":\"SC_HEVC_INDEX_SLICE_BLA_W_RADL\",\"16\":\"SC_HEVC_INDEX_SLICE_BLA_N_LP\",\"32\":\"SC_HEVC_INDEX_SLICE_IDR_W_RADL\",\"64\":\"SC_HEVC_INDEX_SLICE_IDR_N_LP\",\"128\":\"SC_HEVC_INDEX_SLICE_TRAIL_CRA\"}},\"android.media.tv.tuner.filter.RecordSettings.ScIndexType\":{\"flag\":false,\"values\":{\"0\":\"INDEX_TYPE_NONE\",\"1\":\"INDEX_TYPE_SC\",\"2\":\"INDEX_TYPE_SC_HEVC\"}},\"android.media.tv.tuner.filter.RecordSettings.TsIndexMask\":{\"flag\":true,\"values\":{\"0\":\"TS_INDEX_INVALID\",\"1\":\"TS_INDEX_FIRST_PACKET\",\"2\":\"TS_INDEX_PAYLOAD_UNIT_START_INDICATOR\",\"4\":\"TS_INDEX_CHANGE_TO_NOT_SCRAMBLED\",\"8\":\"TS_INDEX_CHANGE_TO_EVEN_SCRAMBLED\",\"16\":\"TS_INDEX_CHANGE_TO_ODD_SCRAMBLED\",\"32\":\"TS_INDEX_DISCONTINUITY_INDICATOR\",\"64\":\"TS_INDEX_RANDOM_ACCESS_INDICATOR\",\"128\":\"TS_INDEX_PRIORITY_INDICATOR\",\"256\":\"TS_INDEX_PCR_FLAG\",\"512\":\"TS_INDEX_OPCR_FLAG\",\"1024\":\"TS_INDEX_SPLICING_POINT_FLAG\",\"2048\":\"TS_INDEX_PRIVATE_DATA\",\"4096\":\"TS_INDEX_ADAPTATION_EXTENSION_FLAG\",\"65536\":\"MPT_INDEX_MPT\",\"131072\":\"MPT_INDEX_VIDEO\",\"262144\":\"MPT_INDEX_AUDIO\",\"524288\":\"MPT_INDEX_TIMESTAMP_TARGET_VIDEO\",\"1048576\":\"MPT_INDEX_TIMESTAMP_TARGET_AUDIO\"}},\"android.media.tv.tuner.frontend.AnalogFrontendSettings.AftFlag\":{\"flag\":false,\"values\":{\"0\":\"AFT_FLAG_UNDEFINED\",\"1\":\"AFT_FLAG_TRUE\",\"2\":\"AFT_FLAG_FALSE\"}},\"android.media.tv.tuner.frontend.AnalogFrontendSettings.SifStandard\":{\"flag\":true,\"values\":{\"0\":\"SIF_UNDEFINED\",\"1\":\"SIF_AUTO\",\"2\":\"SIF_BG\",\"4\":\"SIF_BG_A2\",\"8\":\"SIF_BG_NICAM\",\"16\":\"SIF_I\",\"32\":\"SIF_DK\",\"64\":\"SIF_DK1_A2\",\"128\":\"SIF_DK2_A2\",\"256\":\"SIF_DK3_A2\",\"512\":\"SIF_DK_NICAM\",\"1024\":\"SIF_L\",\"2048\":\"SIF_M\",\"4096\":\"SIF_M_BTSC\",\"8192\":\"SIF_M_A2\",\"16384\":\"SIF_M_EIAJ\",\"32768\":\"SIF_I_NICAM\",\"65536\":\"SIF_L_NICAM\",\"131072\":\"SIF_L_PRIME\"}},\"android.media.tv.tuner.frontend.AnalogFrontendSettings.SignalType\":{\"flag\":true,\"values\":{\"0\":\"SIGNAL_TYPE_UNDEFINED\",\"1\":\"SIGNAL_TYPE_AUTO\",\"2\":\"SIGNAL_TYPE_PAL\",\"4\":\"SIGNAL_TYPE_PAL_M\",\"8\":\"SIGNAL_TYPE_PAL_N\",\"16\":\"SIGNAL_TYPE_PAL_60\",\"32\":\"SIGNAL_TYPE_NTSC\",\"64\":\"SIGNAL_TYPE_NTSC_443\",\"128\":\"SIGNAL_TYPE_SECAM\"}},\"android.media.tv.tuner.frontend.Atsc3FrontendSettings.Bandwidth\":{\"flag\":true,\"values\":{\"0\":\"BANDWIDTH_UNDEFINED\",\"1\":\"BANDWIDTH_AUTO\",\"2\":\"BANDWIDTH_BANDWIDTH_6MHZ\",\"4\":\"BANDWIDTH_BANDWIDTH_7MHZ\",\"8\":\"BANDWIDTH_BANDWIDTH_8MHZ\"}},\"android.media.tv.tuner.frontend.Atsc3FrontendSettings.CodeRate\":{\"flag\":true,\"values\":{\"0\":\"CODERATE_UNDEFINED\",\"1\":\"CODERATE_AUTO\",\"2\":\"CODERATE_2_15\",\"4\":\"CODERATE_3_15\",\"8\":\"CODERATE_4_15\",\"16\":\"CODERATE_5_15\",\"32\":\"CODERATE_6_15\",\"64\":\"CODERATE_7_15\",\"128\":\"CODERATE_8_15\",\"256\":\"CODERATE_9_15\",\"512\":\"CODERATE_10_15\",\"1024\":\"CODERATE_11_15\",\"2048\":\"CODERATE_12_15\",\"4096\":\"CODERATE_13_15\"}},\"android.media.tv.tuner.frontend.Atsc3FrontendSettings.DemodOutputFormat\":{\"flag\":true,\"values\":{\"0\":\"DEMOD_OUTPUT_FORMAT_UNDEFINED\",\"1\":\"DEMOD_OUTPUT_FORMAT_ATSC3_LINKLAYER_PACKET\",\"2\":\"DEMOD_OUTPUT_FORMAT_BASEBAND_PACKET\"}},\"android.media.tv.tuner.frontend.Atsc3FrontendSettings.Fec\":{\"flag\":true,\"values\":{\"0\":\"FEC_UNDEFINED\",\"1\":\"FEC_AUTO\",\"2\":\"FEC_BCH_LDPC_16K\",\"4\":\"FEC_BCH_LDPC_64K\",\"8\":\"FEC_CRC_LDPC_16K\",\"16\":\"FEC_CRC_LDPC_64K\",\"32\":\"FEC_LDPC_16K\",\"64\":\"FEC_LDPC_64K\"}},\"android.media.tv.tuner.frontend.Atsc3FrontendSettings.Modulation\":{\"flag\":true,\"values\":{\"0\":\"MODULATION_UNDEFINED\",\"1\":\"MODULATION_AUTO\",\"2\":\"MODULATION_MOD_QPSK\",\"4\":\"MODULATION_MOD_16QAM\",\"8\":\"MODULATION_MOD_64QAM\",\"16\":\"MODULATION_MOD_256QAM\",\"32\":\"MODULATION_MOD_1024QAM\",\"64\":\"MODULATION_MOD_4096QAM\"}},\"android.media.tv.tuner.frontend.Atsc3FrontendSettings.TimeInterleaveMode\":{\"flag\":true,\"values\":{\"0\":\"TIME_INTERLEAVE_MODE_UNDEFINED\",\"1\":\"TIME_INTERLEAVE_MODE_AUTO\",\"2\":\"TIME_INTERLEAVE_MODE_CTI\",\"4\":\"TIME_INTERLEAVE_MODE_HTI\"}},\"android.media.tv.tuner.frontend.AtscFrontendSettings.Modulation\":{\"flag\":true,\"values\":{\"0\":\"MODULATION_UNDEFINED\",\"1\":\"MODULATION_AUTO\",\"4\":\"MODULATION_MOD_8VSB\",\"8\":\"MODULATION_MOD_16VSB\"}},\"android.media.tv.tuner.frontend.DtmbFrontendSettings.Bandwidth\":{\"flag\":true,\"values\":{\"0\":\"BANDWIDTH_UNDEFINED\",\"1\":\"BANDWIDTH_AUTO\",\"2\":\"BANDWIDTH_8MHZ\",\"4\":\"BANDWIDTH_6MHZ\"}},\"android.media.tv.tuner.frontend.DtmbFrontendSettings.CodeRate\":{\"flag\":true,\"values\":{\"0\":\"CODERATE_UNDEFINED\",\"1\":\"CODERATE_AUTO\",\"2\":\"CODERATE_2_5\",\"4\":\"CODERATE_3_5\",\"8\":\"CODERATE_4_5\"}},\"android.media.tv.tuner.frontend.DtmbFrontendSettings.GuardInterval\":{\"flag\":true,\"values\":{\"0\":\"GUARD_INTERVAL_UNDEFINED\",\"1\":\"GUARD_INTERVAL_AUTO\",\"2\":\"GUARD_INTERVAL_PN_420_VARIOUS\",\"4\":\"GUARD_INTERVAL_PN_595_CONST\",\"8\":\"GUARD_INTERVAL_PN_945_VARIOUS\",\"16\":\"GUARD_INTERVAL_PN_420_CONST\",\"32\":\"GUARD_INTERVAL_PN_945_CONST\",\"64\":\"GUARD_INTERVAL_PN_RESERVED\"}},\"android.media.tv.tuner.frontend.DtmbFrontendSettings.Modulation\":{\"flag\":true,\"values\":{\"0\":\"MODULATION_CONSTELLATION_UNDEFINED\",\"1\":\"MODULATION_CONSTELLATION_AUTO\",\"2\":\"MODULATION_CONSTELLATION_4QAM\",\"4\":\"MODULATION_CONSTELLATION_4QAM_NR\",\"8\":\"MODULATION_CONSTELLATION_16QAM\",\"16\":\"MODULATION_CONSTELLATION_32QAM\",\"32\":\"MODULATION_CONSTELLATION_64QAM\"}},\"android.media.tv.tuner.frontend.DtmbFrontendSettings.TimeInterleaveMode\":{\"flag\":true,\"values\":{\"0\":\"TIME_INTERLEAVE_MODE_UNDEFINED\",\"1\":\"TIME_INTERLEAVE_MODE_AUTO\",\"2\":\"TIME_INTERLEAVE_MODE_TIMER_INT_240\",\"4\":\"TIME_INTERLEAVE_MODE_TIMER_INT_720\"}},\"android.media.tv.tuner.frontend.DtmbFrontendSettings.TransmissionMode\":{\"flag\":true,\"values\":{\"0\":\"TRANSMISSION_MODE_UNDEFINED\",\"1\":\"TRANSMISSION_MODE_AUTO\",\"2\":\"TRANSMISSION_MODE_C1\",\"4\":\"TRANSMISSION_MODE_C3780\"}},\"android.media.tv.tuner.frontend.DvbcFrontendSettings.Annex\":{\"flag\":true,\"values\":{\"0\":\"ANNEX_UNDEFINED\",\"1\":\"ANNEX_A\",\"2\":\"ANNEX_B\",\"4\":\"ANNEX_C\"}},\"android.media.tv.tuner.frontend.DvbcFrontendSettings.Bandwidth\":{\"flag\":true,\"values\":{\"0\":\"BANDWIDTH_UNDEFINED\",\"1\":\"BANDWIDTH_5MHZ\",\"2\":\"BANDWIDTH_6MHZ\",\"4\":\"BANDWIDTH_7MHZ\",\"8\":\"BANDWIDTH_8MHZ\"}},\"android.media.tv.tuner.frontend.DvbcFrontendSettings.Modulation\":{\"flag\":true,\"values\":{\"0\":\"MODULATION_UNDEFINED\",\"1\":\"MODULATION_AUTO\",\"2\":\"MODULATION_MOD_16QAM\",\"4\":\"MODULATION_MOD_32QAM\",\"8\":\"MODULATION_MOD_64QAM\",\"16\":\"MODULATION_MOD_128QAM\",\"32\":\"MODULATION_MOD_256QAM\"}},\"android.media.tv.tuner.frontend.DvbcFrontendSettings.OuterFec\":{\"flag\":false,\"values\":{\"0\":\"OUTER_FEC_UNDEFINED\",\"1\":\"OUTER_FEC_OUTER_FEC_NONE\",\"2\":\"OUTER_FEC_OUTER_FEC_RS\"}},\"android.media.tv.tuner.frontend.DvbcFrontendSettings.SpectralInversion\":{\"flag\":false,\"values\":{\"0\":\"SPECTRAL_INVERSION_UNDEFINED\",\"1\":\"SPECTRAL_INVERSION_NORMAL\",\"2\":\"SPECTRAL_INVERSION_INVERTED\"}},\"android.media.tv.tuner.frontend.DvbcFrontendSettings.TimeInterleaveMode\":{\"flag\":true,\"values\":{\"0\":\"TIME_INTERLEAVE_MODE_UNDEFINED\",\"1\":\"TIME_INTERLEAVE_MODE_AUTO\",\"2\":\"TIME_INTERLEAVE_MODE_128_1_0\",\"4\":\"TIME_INTERLEAVE_MODE_128_1_1\",\"8\":\"TIME_INTERLEAVE_MODE_64_2\",\"16\":\"TIME_INTERLEAVE_MODE_32_4\",\"32\":\"TIME_INTERLEAVE_MODE_16_8\",\"64\":\"TIME_INTERLEAVE_MODE_8_16\",\"128\":\"TIME_INTERLEAVE_MODE_128_2\",\"256\":\"TIME_INTERLEAVE_MODE_128_3\",\"512\":\"TIME_INTERLEAVE_MODE_128_4\"}},\"android.media.tv.tuner.frontend.DvbsFrontendSettings.Modulation\":{\"flag\":true,\"values\":{\"0\":\"MODULATION_UNDEFINED\",\"1\":\"MODULATION_AUTO\",\"2\":\"MODULATION_MOD_QPSK\",\"4\":\"MODULATION_MOD_8PSK\",\"8\":\"MODULATION_MOD_16QAM\",\"16\":\"MODULATION_MOD_16PSK\",\"32\":\"MODULATION_MOD_32PSK\",\"64\":\"MODULATION_MOD_ACM\",\"128\":\"MODULATION_MOD_8APSK\",\"256\":\"MODULATION_MOD_16APSK\",\"512\":\"MODULATION_MOD_32APSK\",\"1024\":\"MODULATION_MOD_64APSK\",\"2048\":\"MODULATION_MOD_128APSK\",\"4096\":\"MODULATION_MOD_256APSK\",\"8192\":\"MODULATION_MOD_RESERVED\"}},\"android.media.tv.tuner.frontend.DvbsFrontendSettings.Pilot\":{\"flag\":false,\"values\":{\"0\":\"PILOT_UNDEFINED\",\"1\":\"PILOT_ON\",\"2\":\"PILOT_OFF\",\"3\":\"PILOT_AUTO\"}},\"android.media.tv.tuner.frontend.DvbsFrontendSettings.Rolloff\":{\"flag\":false,\"values\":{\"0\":\"ROLLOFF_UNDEFINED\",\"1\":\"ROLLOFF_0_35\",\"2\":\"ROLLOFF_0_25\",\"3\":\"ROLLOFF_0_20\",\"4\":\"ROLLOFF_0_15\",\"5\":\"ROLLOFF_0_10\",\"6\":\"ROLLOFF_0_5\"}},\"android.media.tv.tuner.frontend.DvbsFrontendSettings.ScanType\":{\"flag\":true,\"values\":{\"0\":\"SCAN_TYPE_UNDEFINED\",\"1\":\"SCAN_TYPE_DIRECT\",\"2\":\"SCAN_TYPE_DISEQC\",\"3\":\"SCAN_TYPE_UNICABLE\",\"4\":\"SCAN_TYPE_JESS\"}},\"android.media.tv.tuner.frontend.DvbsFrontendSettings.Standard\":{\"flag\":true,\"values\":{\"1\":\"STANDARD_AUTO\",\"2\":\"STANDARD_S\",\"4\":\"STANDARD_S2\",\"8\":\"STANDARD_S2X\"}},\"android.media.tv.tuner.frontend.DvbsFrontendSettings.VcmMode\":{\"flag\":false,\"values\":{\"0\":\"VCM_MODE_UNDEFINED\",\"1\":\"VCM_MODE_AUTO\",\"2\":\"VCM_MODE_MANUAL\"}},\"android.media.tv.tuner.frontend.DvbtFrontendSettings.Bandwidth\":{\"flag\":true,\"values\":{\"0\":\"BANDWIDTH_UNDEFINED\",\"1\":\"BANDWIDTH_AUTO\",\"2\":\"BANDWIDTH_8MHZ\",\"4\":\"BANDWIDTH_7MHZ\",\"8\":\"BANDWIDTH_6MHZ\",\"16\":\"BANDWIDTH_5MHZ\",\"32\":\"BANDWIDTH_1_7MHZ\",\"64\":\"BANDWIDTH_10MHZ\"}},\"android.media.tv.tuner.frontend.DvbtFrontendSettings.CodeRate\":{\"flag\":true,\"values\":{\"0\":\"CODERATE_UNDEFINED\",\"1\":\"CODERATE_AUTO\",\"2\":\"CODERATE_1_2\",\"4\":\"CODERATE_2_3\",\"8\":\"CODERATE_3_4\",\"16\":\"CODERATE_5_6\",\"32\":\"CODERATE_7_8\",\"64\":\"CODERATE_3_5\",\"128\":\"CODERATE_4_5\",\"256\":\"CODERATE_6_7\",\"512\":\"CODERATE_8_9\"}},\"android.media.tv.tuner.frontend.DvbtFrontendSettings.Constellation\":{\"flag\":true,\"values\":{\"0\":\"CONSTELLATION_UNDEFINED\",\"1\":\"CONSTELLATION_AUTO\",\"2\":\"CONSTELLATION_QPSK\",\"4\":\"CONSTELLATION_16QAM\",\"8\":\"CONSTELLATION_64QAM\",\"16\":\"CONSTELLATION_256QAM\",\"32\":\"CONSTELLATION_QPSK_R\",\"64\":\"CONSTELLATION_16QAM_R\",\"128\":\"CONSTELLATION_64QAM_R\",\"256\":\"CONSTELLATION_256QAM_R\"}},\"android.media.tv.tuner.frontend.DvbtFrontendSettings.GuardInterval\":{\"flag\":true,\"values\":{\"0\":\"GUARD_INTERVAL_UNDEFINED\",\"1\":\"GUARD_INTERVAL_AUTO\",\"2\":\"GUARD_INTERVAL_1_32\",\"4\":\"GUARD_INTERVAL_1_16\",\"8\":\"GUARD_INTERVAL_1_8\",\"16\":\"GUARD_INTERVAL_1_4\",\"32\":\"GUARD_INTERVAL_1_128\",\"64\":\"GUARD_INTERVAL_19_128\",\"128\":\"GUARD_INTERVAL_19_256\"}},\"android.media.tv.tuner.frontend.DvbtFrontendSettings.Hierarchy\":{\"flag\":true,\"values\":{\"0\":\"HIERARCHY_UNDEFINED\",\"1\":\"HIERARCHY_AUTO\",\"2\":\"HIERARCHY_NON_NATIVE\",\"4\":\"HIERARCHY_1_NATIVE\",\"8\":\"HIERARCHY_2_NATIVE\",\"16\":\"HIERARCHY_4_NATIVE\",\"32\":\"HIERARCHY_NON_INDEPTH\",\"64\":\"HIERARCHY_1_INDEPTH\",\"128\":\"HIERARCHY_2_INDEPTH\",\"256\":\"HIERARCHY_4_INDEPTH\"}},\"android.media.tv.tuner.frontend.DvbtFrontendSettings.PlpMode\":{\"flag\":false,\"values\":{\"0\":\"PLP_MODE_UNDEFINED\",\"1\":\"PLP_MODE_AUTO\",\"2\":\"PLP_MODE_MANUAL\"}},\"android.media.tv.tuner.frontend.DvbtFrontendSettings.Standard\":{\"flag\":true,\"values\":{\"1\":\"STANDARD_AUTO\",\"2\":\"STANDARD_T\",\"4\":\"STANDARD_T2\"}},\"android.media.tv.tuner.frontend.DvbtFrontendSettings.TransmissionMode\":{\"flag\":true,\"values\":{\"0\":\"TRANSMISSION_MODE_UNDEFINED\",\"1\":\"TRANSMISSION_MODE_AUTO\",\"2\":\"TRANSMISSION_MODE_2K\",\"4\":\"TRANSMISSION_MODE_8K\",\"8\":\"TRANSMISSION_MODE_4K\",\"16\":\"TRANSMISSION_MODE_1K\",\"32\":\"TRANSMISSION_MODE_16K\",\"64\":\"TRANSMISSION_MODE_32K\"}},\"android.media.tv.tuner.frontend.FrontendSettings.FrontendSpectralInversion\":{\"flag\":false,\"values\":{\"0\":\"FRONTEND_SPECTRAL_INVERSION_UNDEFINED\",\"1\":\"FRONTEND_SPECTRAL_INVERSION_NORMAL\",\"2\":\"FRONTEND_SPECTRAL_INVERSION_INVERTED\"}},\"android.media.tv.tuner.frontend.FrontendSettings.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_UNDEFINED\",\"1\":\"TYPE_ANALOG\",\"2\":\"TYPE_ATSC\",\"3\":\"TYPE_ATSC3\",\"4\":\"TYPE_DVBC\",\"5\":\"TYPE_DVBS\",\"6\":\"TYPE_DVBT\",\"7\":\"TYPE_ISDBS\",\"8\":\"TYPE_ISDBS3\",\"9\":\"TYPE_ISDBT\",\"10\":\"TYPE_DTMB\"}},\"android.media.tv.tuner.frontend.FrontendStatus.FrontendBandwidth\":{\"flag\":false,\"values\":{\"0\":\"BANDWIDTH_UNDEFINED\",\"1\":\"BANDWIDTH_AUTO\",\"2\":\"BANDWIDTH_8MHZ\",\"4\":\"BANDWIDTH_7MHZ\",\"8\":\"BANDWIDTH_6MHZ\",\"16\":\"BANDWIDTH_5MHZ\",\"32\":\"BANDWIDTH_1_7MHZ\",\"64\":\"BANDWIDTH_10MHZ\"}},\"android.media.tv.tuner.frontend.FrontendStatus.FrontendGuardInterval\":{\"flag\":false,\"values\":{\"0\":\"GUARD_INTERVAL_UNDEFINED\",\"1\":\"GUARD_INTERVAL_AUTO\",\"2\":\"GUARD_INTERVAL_1_32\",\"4\":\"GUARD_INTERVAL_1_16\",\"8\":\"GUARD_INTERVAL_1_8\",\"16\":\"GUARD_INTERVAL_1_4\",\"32\":\"GUARD_INTERVAL_1_128\",\"64\":\"GUARD_INTERVAL_19_128\",\"128\":\"GUARD_INTERVAL_19_256\"}},\"android.media.tv.tuner.frontend.FrontendStatus.FrontendInterleaveMode\":{\"flag\":false,\"values\":{\"0\":\"TIME_INTERLEAVE_MODE_UNDEFINED\",\"1\":\"TIME_INTERLEAVE_MODE_AUTO\",\"2\":\"TIME_INTERLEAVE_MODE_128_1_0\",\"4\":\"TIME_INTERLEAVE_MODE_128_1_1\",\"8\":\"TIME_INTERLEAVE_MODE_64_2\",\"16\":\"TIME_INTERLEAVE_MODE_32_4\",\"32\":\"TIME_INTERLEAVE_MODE_16_8\",\"64\":\"TIME_INTERLEAVE_MODE_8_16\",\"128\":\"TIME_INTERLEAVE_MODE_128_2\",\"256\":\"TIME_INTERLEAVE_MODE_128_3\",\"512\":\"TIME_INTERLEAVE_MODE_128_4\"}},\"android.media.tv.tuner.frontend.FrontendStatus.FrontendModulation\":{\"flag\":false,\"values\":{\"0\":\"MODULATION_UNDEFINED\",\"1\":\"MODULATION_AUTO\",\"2\":\"MODULATION_MOD_DQPSK\",\"4\":\"MODULATION_MOD_QPSK\",\"8\":\"MODULATION_MOD_16QAM\",\"16\":\"MODULATION_MOD_64QAM\",\"32\":\"MODULATION_MOD_32APSK\",\"64\":\"CONSTELLATION_16QAM_R\",\"128\":\"CONSTELLATION_64QAM_R\",\"256\":\"CONSTELLATION_256QAM_R\",\"512\":\"MODULATION_MOD_32APSK\",\"1024\":\"MODULATION_MOD_64APSK\",\"2048\":\"MODULATION_MOD_128APSK\",\"4096\":\"MODULATION_MOD_256APSK\",\"8192\":\"MODULATION_MOD_RESERVED\"}},\"android.media.tv.tuner.frontend.FrontendStatus.FrontendRollOff\":{\"flag\":false,\"values\":{\"0\":\"ROLLOFF_UNDEFINED\",\"1\":\"ROLLOFF_0_35\",\"2\":\"ROLLOFF_0_25\",\"3\":\"ROLLOFF_0_20\",\"4\":\"ROLLOFF_0_15\",\"5\":\"ROLLOFF_0_10\",\"6\":\"ROLLOFF_0_5\"}},\"android.media.tv.tuner.frontend.FrontendStatus.FrontendStatusType\":{\"flag\":false,\"values\":{\"0\":\"FRONTEND_STATUS_TYPE_DEMOD_LOCK\",\"1\":\"FRONTEND_STATUS_TYPE_SNR\",\"2\":\"FRONTEND_STATUS_TYPE_BER\",\"3\":\"FRONTEND_STATUS_TYPE_PER\",\"4\":\"FRONTEND_STATUS_TYPE_PRE_BER\",\"5\":\"FRONTEND_STATUS_TYPE_SIGNAL_QUALITY\",\"6\":\"FRONTEND_STATUS_TYPE_SIGNAL_STRENGTH\",\"7\":\"FRONTEND_STATUS_TYPE_SYMBOL_RATE\",\"8\":\"FRONTEND_STATUS_TYPE_FEC\",\"9\":\"FRONTEND_STATUS_TYPE_MODULATION\",\"10\":\"FRONTEND_STATUS_TYPE_SPECTRAL\",\"11\":\"FRONTEND_STATUS_TYPE_LNB_VOLTAGE\",\"12\":\"FRONTEND_STATUS_TYPE_PLP_ID\",\"13\":\"FRONTEND_STATUS_TYPE_EWBS\",\"14\":\"FRONTEND_STATUS_TYPE_AGC\",\"15\":\"FRONTEND_STATUS_TYPE_LNA\",\"16\":\"FRONTEND_STATUS_TYPE_LAYER_ERROR\",\"17\":\"FRONTEND_STATUS_TYPE_MER\",\"18\":\"FRONTEND_STATUS_TYPE_FREQ_OFFSET\",\"19\":\"FRONTEND_STATUS_TYPE_HIERARCHY\",\"20\":\"FRONTEND_STATUS_TYPE_RF_LOCK\",\"21\":\"FRONTEND_STATUS_TYPE_ATSC3_PLP_INFO\",\"22\":\"FRONTEND_STATUS_TYPE_MODULATIONS_EXT\",\"23\":\"FRONTEND_STATUS_TYPE_BERS\",\"24\":\"FRONTEND_STATUS_TYPE_CODERATES\",\"25\":\"FRONTEND_STATUS_TYPE_BANDWIDTH\",\"26\":\"FRONTEND_STATUS_TYPE_GUARD_INTERVAL\",\"27\":\"FRONTEND_STATUS_TYPE_TRANSMISSION_MODE\",\"28\":\"FRONTEND_STATUS_TYPE_UEC\",\"29\":\"FRONTEND_STATUS_TYPE_T2_SYSTEM_ID\",\"30\":\"FRONTEND_STATUS_TYPE_INTERLEAVINGS\",\"31\":\"FRONTEND_STATUS_TYPE_ISDBT_SEGMENTS\",\"32\":\"FRONTEND_STATUS_TYPE_TS_DATA_RATES\",\"33\":\"FRONTEND_STATUS_TYPE_ROLL_OFF\",\"34\":\"FRONTEND_STATUS_TYPE_IS_MISO_ENABLED\",\"35\":\"FRONTEND_STATUS_TYPE_IS_LINEAR\",\"36\":\"FRONTEND_STATUS_TYPE_IS_SHORT_FRAMES_ENABLED\"}},\"android.media.tv.tuner.frontend.FrontendStatus.FrontendTransmissionMode\":{\"flag\":false,\"values\":{\"0\":\"MODE_UNDEFINED\",\"1\":\"MODE_AUTO\",\"2\":\"MODE_1\",\"4\":\"MODE_2\",\"8\":\"MODE_3\",\"16\":\"TRANSMISSION_MODE_1K\",\"32\":\"TRANSMISSION_MODE_16K\",\"64\":\"TRANSMISSION_MODE_32K\"}},\"android.media.tv.tuner.frontend.Isdbs3FrontendSettings.CodeRate\":{\"flag\":true,\"values\":{\"0\":\"CODERATE_UNDEFINED\",\"1\":\"CODERATE_AUTO\",\"2\":\"CODERATE_1_3\",\"4\":\"CODERATE_2_5\",\"8\":\"CODERATE_1_2\",\"16\":\"CODERATE_3_5\",\"32\":\"CODERATE_2_3\",\"64\":\"CODERATE_3_4\",\"128\":\"CODERATE_7_9\",\"256\":\"CODERATE_4_5\",\"512\":\"CODERATE_5_6\",\"1024\":\"CODERATE_7_8\",\"2048\":\"CODERATE_9_10\"}},\"android.media.tv.tuner.frontend.Isdbs3FrontendSettings.Modulation\":{\"flag\":true,\"values\":{\"0\":\"MODULATION_UNDEFINED\",\"1\":\"MODULATION_AUTO\",\"2\":\"MODULATION_MOD_BPSK\",\"4\":\"MODULATION_MOD_QPSK\",\"8\":\"MODULATION_MOD_8PSK\",\"16\":\"MODULATION_MOD_16APSK\",\"32\":\"MODULATION_MOD_32APSK\"}},\"android.media.tv.tuner.frontend.Isdbs3FrontendSettings.Rolloff\":{\"flag\":false,\"values\":{\"0\":\"ROLLOFF_UNDEFINED\",\"1\":\"ROLLOFF_0_03\"}},\"android.media.tv.tuner.frontend.IsdbsFrontendSettings.CodeRate\":{\"flag\":true,\"values\":{\"0\":\"CODERATE_UNDEFINED\",\"1\":\"CODERATE_AUTO\",\"2\":\"CODERATE_1_2\",\"4\":\"CODERATE_2_3\",\"8\":\"CODERATE_3_4\",\"16\":\"CODERATE_5_6\",\"32\":\"CODERATE_7_8\"}},\"android.media.tv.tuner.frontend.IsdbsFrontendSettings.Modulation\":{\"flag\":true,\"values\":{\"0\":\"MODULATION_UNDEFINED\",\"1\":\"MODULATION_AUTO\",\"2\":\"MODULATION_MOD_BPSK\",\"4\":\"MODULATION_MOD_QPSK\",\"8\":\"MODULATION_MOD_TC8PSK\"}},\"android.media.tv.tuner.frontend.IsdbsFrontendSettings.Rolloff\":{\"flag\":false,\"values\":{\"0\":\"ROLLOFF_UNDEFINED\",\"1\":\"ROLLOFF_0_35\"}},\"android.media.tv.tuner.frontend.IsdbsFrontendSettings.StreamIdType\":{\"flag\":false,\"values\":{\"0\":\"STREAM_ID_TYPE_ID\",\"1\":\"STREAM_ID_TYPE_RELATIVE_NUMBER\"}},\"android.media.tv.tuner.frontend.IsdbtFrontendSettings.Bandwidth\":{\"flag\":true,\"values\":{\"0\":\"BANDWIDTH_UNDEFINED\",\"1\":\"BANDWIDTH_AUTO\",\"2\":\"BANDWIDTH_8MHZ\",\"4\":\"BANDWIDTH_7MHZ\",\"8\":\"BANDWIDTH_6MHZ\"}},\"android.media.tv.tuner.frontend.IsdbtFrontendSettings.Mode\":{\"flag\":true,\"values\":{\"0\":\"MODE_UNDEFINED\",\"1\":\"MODE_AUTO\",\"2\":\"MODE_1\",\"4\":\"MODE_2\",\"8\":\"MODE_3\"}},\"android.media.tv.tuner.frontend.IsdbtFrontendSettings.Modulation\":{\"flag\":true,\"values\":{\"0\":\"MODULATION_UNDEFINED\",\"1\":\"MODULATION_AUTO\",\"2\":\"MODULATION_MOD_DQPSK\",\"4\":\"MODULATION_MOD_QPSK\",\"8\":\"MODULATION_MOD_16QAM\",\"16\":\"MODULATION_MOD_64QAM\"}},\"android.media.tv.tuner.frontend.OnTuneEventListener.TuneEvent\":{\"flag\":false,\"values\":{\"0\":\"SIGNAL_LOCKED\",\"1\":\"SIGNAL_NO_SIGNAL\",\"2\":\"SIGNAL_LOST_LOCK\"}},\"android.media.tv.tunerresourcemanager.TunerResourceManager.TunerResourceType\":{\"flag\":false,\"values\":{\"0\":\"TUNER_RESOURCE_TYPE_FRONTEND\",\"1\":\"TUNER_RESOURCE_TYPE_DEMUX\",\"2\":\"TUNER_RESOURCE_TYPE_DESCRAMBLER\",\"3\":\"TUNER_RESOURCE_TYPE_LNB\",\"4\":\"TUNER_RESOURCE_TYPE_CAS_SESSION\",\"5\":\"TUNER_RESOURCE_TYPE_FRONTEND_CICAM\",\"6\":\"TUNER_RESOURCE_TYPE_MAX\"}},\"android.net.IpSecTransform.EncapType\":{\"flag\":false,\"values\":{\"0\":\"ENCAP_NONE\",\"1\":\"ENCAP_ESPINUDP_NON_IKE\",\"2\":\"ENCAP_ESPINUDP\"}},\"android.net.NetworkBadging.Badging\":{\"flag\":false,\"values\":{\"0\":\"BADGING_NONE\",\"10\":\"BADGING_SD\",\"20\":\"BADGING_HD\",\"30\":\"BADGING_4K\"}},\"android.net.NetworkKey.NetworkType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_WIFI\"}},\"android.net.NetworkPolicyManager.SubscriptionOverrideMask\":{\"flag\":true,\"values\":{\"1\":\"SUBSCRIPTION_OVERRIDE_UNMETERED\",\"2\":\"SUBSCRIPTION_OVERRIDE_CONGESTED\"}},\"android.net.NetworkScoreManager.RecommendationsEnabledSetting\":{\"flag\":false,\"values\":{\"0\":\"RECOMMENDATIONS_ENABLED_OFF\",\"1\":\"RECOMMENDATIONS_ENABLED_ON\",\"-1\":\"RECOMMENDATIONS_ENABLED_FORCED_OFF\"}},\"android.net.NetworkScoreManager.ScoreUpdateFilter\":{\"flag\":false,\"values\":{\"0\":\"SCORE_FILTER_NONE\",\"1\":\"SCORE_FILTER_CURRENT_NETWORK\",\"2\":\"SCORE_FILTER_SCAN_RESULTS\"}},\"android.net.NetworkStats.DefaultNetwork\":{\"flag\":false,\"values\":{\"0\":\"DEFAULT_NETWORK_NO\",\"1\":\"DEFAULT_NETWORK_YES\",\"-1\":\"DEFAULT_NETWORK_ALL\"}},\"android.net.NetworkStats.Meteredness\":{\"flag\":false,\"values\":{\"0\":\"METERED_NO\",\"1\":\"METERED_YES\",\"-1\":\"METERED_ALL\"}},\"android.net.NetworkStats.Roaming\":{\"flag\":false,\"values\":{\"0\":\"ROAMING_NO\",\"1\":\"ROAMING_YES\",\"-1\":\"ROAMING_ALL\"}},\"android.net.NetworkStats.State\":{\"flag\":false,\"values\":{\"0\":\"SET_DEFAULT\",\"1\":\"SET_FOREGROUND\",\"1000\":\"SET_DEBUG_START\",\"1001\":\"SET_DBG_VPN_IN\",\"1002\":\"SET_DBG_VPN_OUT\",\"-1\":\"SET_ALL\"}},\"android.net.NetworkStats.StatsType\":{\"flag\":false,\"values\":{\"0\":\"STATS_PER_IFACE\",\"1\":\"STATS_PER_UID\"}},\"android.net.PlatformVpnProfile.PlatformVpnType\":{\"flag\":false,\"values\":{\"6\":\"TYPE_IKEV2_IPSEC_USER_PASS\",\"7\":\"TYPE_IKEV2_IPSEC_PSK\",\"8\":\"TYPE_IKEV2_IPSEC_RSA\"}},\"android.net.VpnManager.VpnType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_VPN_SERVICE\",\"2\":\"TYPE_VPN_PLATFORM\",\"3\":\"TYPE_VPN_LEGACY\",\"4\":\"TYPE_VPN_OEM\",\"-1\":\"TYPE_VPN_NONE\"}},\"android.net.annotations.PolicyDirection\":{\"flag\":false,\"values\":{\"0\":\"DIRECTION_IN\",\"1\":\"DIRECTION_OUT\"}},\"android.net.metrics.ApfProgramEvent.Flags\":{\"flag\":true,\"values\":{\"0\":\"FLAG_MULTICAST_FILTER_ON\",\"1\":\"FLAG_HAS_IPV4_ADDRESS\"}},\"android.net.metrics.IpManagerEvent.EventType\":{\"flag\":false,\"values\":{\"1\":\"PROVISIONING_OK\",\"2\":\"PROVISIONING_FAIL\",\"3\":\"COMPLETE_LIFECYCLE\",\"4\":\"ERROR_STARTING_IPV4\",\"5\":\"ERROR_STARTING_IPV6\",\"6\":\"ERROR_STARTING_IPREACHABILITYMONITOR\",\"7\":\"ERROR_INVALID_PROVISIONING\",\"8\":\"ERROR_INTERFACE_NOT_FOUND\"}},\"android.net.metrics.NetworkEvent.EventType\":{\"flag\":false,\"values\":{\"1\":\"NETWORK_CONNECTED\",\"2\":\"NETWORK_VALIDATED\",\"3\":\"NETWORK_VALIDATION_FAILED\",\"4\":\"NETWORK_CAPTIVE_PORTAL_FOUND\",\"5\":\"NETWORK_LINGER\",\"6\":\"NETWORK_UNLINGER\",\"7\":\"NETWORK_DISCONNECTED\",\"8\":\"NETWORK_FIRST_VALIDATION_SUCCESS\",\"9\":\"NETWORK_REVALIDATION_SUCCESS\",\"10\":\"NETWORK_FIRST_VALIDATION_PORTAL_FOUND\",\"11\":\"NETWORK_REVALIDATION_PORTAL_FOUND\",\"12\":\"NETWORK_CONSECUTIVE_DNS_TIMEOUT_FOUND\",\"13\":\"NETWORK_PARTIAL_CONNECTIVITY\"}},\"android.net.metrics.ValidationProbeEvent.ReturnCode\":{\"flag\":false,\"values\":{\"0\":\"DNS_FAILURE\",\"1\":\"DNS_SUCCESS\"}},\"android.net.vcn.VcnGatewayConnectionConfig.VcnSupportedCapability\":{\"flag\":false,\"values\":{\"0\":\"NET_CAPABILITY_MMS\",\"1\":\"NET_CAPABILITY_SUPL\",\"2\":\"NET_CAPABILITY_DUN\",\"3\":\"NET_CAPABILITY_FOTA\",\"4\":\"NET_CAPABILITY_IMS\",\"5\":\"NET_CAPABILITY_CBS\",\"7\":\"NET_CAPABILITY_IA\",\"8\":\"NET_CAPABILITY_RCS\",\"9\":\"NET_CAPABILITY_XCAP\",\"10\":\"NET_CAPABILITY_EIMS\",\"12\":\"NET_CAPABILITY_INTERNET\",\"23\":\"NET_CAPABILITY_MCX\"}},\"android.net.vcn.VcnManager.VcnErrorCode\":{\"flag\":false,\"values\":{\"0\":\"VCN_ERROR_CODE_INTERNAL_ERROR\",\"1\":\"VCN_ERROR_CODE_CONFIG_ERROR\",\"2\":\"VCN_ERROR_CODE_NETWORK_ERROR\"}},\"android.net.vcn.VcnManager.VcnStatusCode\":{\"flag\":false,\"values\":{\"0\":\"VCN_STATUS_CODE_NOT_CONFIGURED\",\"1\":\"VCN_STATUS_CODE_INACTIVE\",\"2\":\"VCN_STATUS_CODE_ACTIVE\",\"3\":\"VCN_STATUS_CODE_SAFE_MODE\"}},\"android.net.wifi.WifiAnnotations.Bandwidth\":{\"flag\":false,\"values\":{\"0\":\"CHANNEL_WIDTH_INVALID\",\"1\":\"CHANNEL_WIDTH_20MHZ_NOHT\",\"2\":\"CHANNEL_WIDTH_20MHZ\",\"3\":\"CHANNEL_WIDTH_40MHZ\",\"4\":\"CHANNEL_WIDTH_80MHZ\",\"5\":\"CHANNEL_WIDTH_80MHZ_PLUS_MHZ\",\"6\":\"CHANNEL_WIDTH_160MHZ\",\"7\":\"CHANNEL_WIDTH_2160MHZ\",\"8\":\"CHANNEL_WIDTH_4320MHZ\",\"9\":\"CHANNEL_WIDTH_6480MHZ\",\"10\":\"CHANNEL_WIDTH_8640MHZ\"}},\"android.net.wifi.WifiAnnotations.ChannelWidth\":{\"flag\":false,\"values\":{\"0\":\"CHANNEL_WIDTH_20MHZ\",\"1\":\"CHANNEL_WIDTH_40MHZ\",\"2\":\"CHANNEL_WIDTH_80MHZ\",\"3\":\"CHANNEL_WIDTH_160MHZ\",\"4\":\"CHANNEL_WIDTH_80MHZ_PLUS_MHZ\"}},\"android.net.wifi.WifiAnnotations.Cipher\":{\"flag\":false,\"values\":{\"0\":\"CIPHER_NONE\",\"1\":\"CIPHER_NO_GROUP_ADDRESSED\",\"2\":\"CIPHER_TKIP\",\"3\":\"CIPHER_CCMP\",\"4\":\"CIPHER_GCMP_256\",\"5\":\"CIPHER_SMS4\",\"6\":\"CIPHER_GCMP_128\",\"7\":\"CIPHER_BIP_GMAC_128\",\"8\":\"CIPHER_BIP_GMAC_256\",\"9\":\"CIPHER_BIP_CMAC_256\"}},\"android.net.wifi.WifiAnnotations.KeyMgmt\":{\"flag\":false,\"values\":{\"0\":\"KEY_MGMT_NONE\",\"1\":\"KEY_MGMT_PSK\",\"2\":\"KEY_MGMT_EAP\",\"3\":\"KEY_MGMT_FT_PSK\",\"4\":\"KEY_MGMT_FT_EAP\",\"5\":\"KEY_MGMT_PSK_SHA256\",\"6\":\"KEY_MGMT_EAP_SHA256\",\"7\":\"KEY_MGMT_OSEN\",\"8\":\"KEY_MGMT_SAE\",\"9\":\"KEY_MGMT_OWE\",\"10\":\"KEY_MGMT_EAP_SUITE_B_192\",\"11\":\"KEY_MGMT_FT_SAE\",\"12\":\"KEY_MGMT_OWE_TRANSITION\",\"13\":\"KEY_MGMT_WAPI_PSK\",\"14\":\"KEY_MGMT_WAPI_CERT\"}},\"android.net.wifi.WifiAnnotations.Protocol\":{\"flag\":false,\"values\":{\"0\":\"PROTOCOL_NONE\",\"1\":\"PROTOCOL_WPA\",\"2\":\"PROTOCOL_RSN\",\"3\":\"PROTOCOL_OSEN\",\"4\":\"PROTOCOL_WAPI\"}},\"android.net.wifi.WifiAnnotations.ScanType\":{\"flag\":false,\"values\":{\"0\":\"SCAN_TYPE_LOW_LATENCY\",\"1\":\"SCAN_TYPE_LOW_POWER\",\"2\":\"SCAN_TYPE_HIGH_ACCURACY\"}},\"android.net.wifi.WifiAnnotations.WifiBandBasic\":{\"flag\":false,\"values\":{\"0\":\"WIFI_BAND_UNSPECIFIED\",\"1\":\"WIFI_BAND_24_GHZ\",\"2\":\"WIFI_BAND_5_GHZ\",\"4\":\"WIFI_BAND_5_GHZ_DFS_ONLY\",\"8\":\"WIFI_BAND_6_GHZ\"}},\"android.net.wifi.WifiAnnotations.WifiStandard\":{\"flag\":false,\"values\":{\"0\":\"WIFI_STANDARD_UNKNOWN\",\"1\":\"WIFI_STANDARD_LEGACY\",\"4\":\"WIFI_STANDARD_11N\",\"5\":\"WIFI_STANDARD_11AC\",\"6\":\"WIFI_STANDARD_11AX\",\"7\":\"WIFI_STANDARD_11AD\"}},\"android.net.wifi.WifiMigration.SharedStoreFileId\":{\"flag\":false,\"values\":{\"0\":\"STORE_FILE_SHARED_GENERAL\",\"1\":\"STORE_FILE_SHARED_SOFTAP\"}},\"android.net.wifi.WifiMigration.UserStoreFileId\":{\"flag\":false,\"values\":{\"2\":\"STORE_FILE_USER_GENERAL\",\"3\":\"STORE_FILE_USER_NETWORK_SUGGESTIONS\"}},\"android.net.wifi.nl80211.NativeScanResult.BssCapabilityBits\":{\"flag\":true,\"values\":{\"1\":\"BSS_CAPABILITY_DMG_IBSS\",\"2\":\"BSS_CAPABILITY_IBSS\",\"3\":\"BSS_CAPABILITY_DMG_ESS\",\"4\":\"BSS_CAPABILITY_CF_POLLABLE\",\"8\":\"BSS_CAPABILITY_CF_POLL_REQUEST\",\"16\":\"BSS_CAPABILITY_PRIVACY\",\"32\":\"BSS_CAPABILITY_SHORT_PREAMBLE\",\"64\":\"BSS_CAPABILITY_PBCC\",\"128\":\"BSS_CAPABILITY_CHANNEL_AGILITY\",\"256\":\"BSS_CAPABILITY_SPECTRUM_MANAGEMENT\",\"512\":\"BSS_CAPABILITY_QOS\",\"1024\":\"BSS_CAPABILITY_SHORT_SLOT_TIME\",\"2048\":\"BSS_CAPABILITY_APSD\",\"4096\":\"BSS_CAPABILITY_RADIO_MANAGEMENT\",\"8192\":\"BSS_CAPABILITY_DSSS_OFDM\",\"16384\":\"BSS_CAPABILITY_DELAYED_BLOCK_ACK\",\"32768\":\"BSS_CAPABILITY_IMMEDIATE_BLOCK_ACK\"}},\"android.net.wifi.nl80211.WifiNl80211Manager.ScanResultType\":{\"flag\":false,\"values\":{\"0\":\"SCAN_TYPE_SINGLE_SCAN\",\"1\":\"SCAN_TYPE_PNO_SCAN\"}},\"android.net.wifi.nl80211.WifiNl80211Manager.SendMgmtFrameError\":{\"flag\":false,\"values\":{\"1\":\"SEND_MGMT_FRAME_ERROR_UNKNOWN\",\"2\":\"SEND_MGMT_FRAME_ERROR_MCS_UNSUPPORTED\",\"3\":\"SEND_MGMT_FRAME_ERROR_NO_ACK\",\"4\":\"SEND_MGMT_FRAME_ERROR_TIMEOUT\",\"5\":\"SEND_MGMT_FRAME_ERROR_ALREADY_STARTED\"}},\"android.os.BatteryConsumer.PowerComponent\":{\"flag\":false,\"values\":{\"0\":\"POWER_COMPONENT_SCREEN\",\"1\":\"POWER_COMPONENT_CPU\",\"2\":\"POWER_COMPONENT_BLUETOOTH\",\"3\":\"POWER_COMPONENT_CAMERA\",\"4\":\"POWER_COMPONENT_AUDIO\",\"5\":\"POWER_COMPONENT_VIDEO\",\"6\":\"POWER_COMPONENT_FLASHLIGHT\",\"7\":\"POWER_COMPONENT_SYSTEM_SERVICES\",\"8\":\"POWER_COMPONENT_MOBILE_RADIO\",\"9\":\"POWER_COMPONENT_SENSORS\",\"10\":\"POWER_COMPONENT_GNSS\",\"11\":\"POWER_COMPONENT_WIFI\",\"12\":\"POWER_COMPONENT_WAKELOCK\",\"13\":\"POWER_COMPONENT_MEMORY\",\"14\":\"POWER_COMPONENT_PHONE\",\"16\":\"POWER_COMPONENT_IDLE\",\"17\":\"POWER_COMPONENT_REATTRIBUTED_TO_OTHER_CONSUMERS\"}},\"android.os.BatteryConsumer.PowerModel\":{\"flag\":false,\"values\":{\"0\":\"POWER_MODEL_UNDEFINED\",\"1\":\"POWER_MODEL_POWER_PROFILE\",\"2\":\"POWER_MODEL_MEASURED_ENERGY\"}},\"android.os.BatteryStats.StatName\":{\"flag\":true,\"values\":{\"0\":\"STATS_SINCE_CHARGED\",\"1\":\"STATS_CURRENT\",\"2\":\"STATS_SINCE_UNPLUGGED\"}},\"android.os.BatteryStatsManager.WifiState\":{\"flag\":false,\"values\":{\"0\":\"WIFI_STATE_OFF\",\"1\":\"WIFI_STATE_OFF_SCANNING\",\"2\":\"WIFI_STATE_ON_NO_NETWORKS\",\"3\":\"WIFI_STATE_ON_DISCONNECTED\",\"4\":\"WIFI_STATE_ON_CONNECTED_STA\",\"5\":\"WIFI_STATE_ON_CONNECTED_P2P\",\"6\":\"WIFI_STATE_ON_CONNECTED_STA_P2P\",\"7\":\"WIFI_STATE_SOFT_AP\"}},\"android.os.BatteryStatsManager.WifiSupplState\":{\"flag\":false,\"values\":{\"0\":\"WIFI_SUPPL_STATE_INVALID\",\"1\":\"WIFI_SUPPL_STATE_DISCONNECTED\",\"2\":\"WIFI_SUPPL_STATE_INTERFACE_DISABLED\",\"3\":\"WIFI_SUPPL_STATE_INACTIVE\",\"4\":\"WIFI_SUPPL_STATE_SCANNING\",\"5\":\"WIFI_SUPPL_STATE_AUTHENTICATING\",\"6\":\"WIFI_SUPPL_STATE_ASSOCIATING\",\"7\":\"WIFI_SUPPL_STATE_ASSOCIATED\",\"8\":\"WIFI_SUPPL_STATE_FOUR_WAY_HANDSHAKE\",\"9\":\"WIFI_SUPPL_STATE_GROUP_HANDSHAKE\",\"10\":\"WIFI_SUPPL_STATE_COMPLETED\",\"11\":\"WIFI_SUPPL_STATE_DORMANT\",\"12\":\"WIFI_SUPPL_STATE_UNINITIALIZED\"}},\"android.os.BatteryUsageStats.AggregateBatteryConsumerScope\":{\"flag\":false,\"values\":{\"0\":\"AGGREGATE_BATTERY_CONSUMER_SCOPE_DEVICE\",\"1\":\"AGGREGATE_BATTERY_CONSUMER_SCOPE_ALL_APPS\"}},\"android.os.BatteryUsageStatsQuery.BatteryUsageStatsFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_BATTERY_USAGE_STATS_POWER_PROFILE_MODEL\",\"2\":\"FLAG_BATTERY_USAGE_STATS_INCLUDE_HISTORY\"}},\"android.os.BugreportManager.BugreportCallback.BugreportErrorCode\":{\"flag\":false,\"values\":{\"1\":\"BUGREPORT_ERROR_INVALID_INPUT\",\"2\":\"BUGREPORT_ERROR_RUNTIME\",\"3\":\"BUGREPORT_ERROR_USER_DENIED_CONSENT\",\"4\":\"BUGREPORT_ERROR_USER_CONSENT_TIMED_OUT\",\"5\":\"BUGREPORT_ERROR_ANOTHER_REPORT_IN_PROGRESS\"}},\"android.os.BugreportParams.BugreportMode\":{\"flag\":false,\"values\":{\"0\":\"BUGREPORT_MODE_FULL\",\"1\":\"BUGREPORT_MODE_INTERACTIVE\",\"2\":\"BUGREPORT_MODE_REMOTE\",\"3\":\"BUGREPORT_MODE_WEAR\",\"4\":\"BUGREPORT_MODE_TELEPHONY\",\"5\":\"BUGREPORT_MODE_WIFI\"}},\"android.os.CoolingDevice.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_FAN\",\"1\":\"TYPE_BATTERY\",\"2\":\"TYPE_CPU\",\"3\":\"TYPE_GPU\",\"4\":\"TYPE_MODEM\",\"5\":\"TYPE_NPU\",\"6\":\"TYPE_COMPONENT\"}},\"android.os.DropBoxManager.Flags\":{\"flag\":true,\"values\":{\"1\":\"IS_EMPTY\",\"2\":\"IS_TEXT\",\"4\":\"IS_GZIPPED\"}},\"android.os.FileObserver.NotifyEventType\":{\"flag\":true,\"values\":{\"1\":\"ACCESS\",\"2\":\"MODIFY\",\"4\":\"ATTRIB\",\"8\":\"CLOSE_WRITE\",\"16\":\"CLOSE_NOWRITE\",\"32\":\"OPEN\",\"64\":\"MOVED_FROM\",\"128\":\"MOVED_TO\",\"256\":\"CREATE\",\"512\":\"DELETE\",\"1024\":\"DELETE_SELF\",\"2048\":\"MOVE_SELF\"}},\"android.os.HardwarePropertiesManager.DeviceTemperatureType\":{\"flag\":false,\"values\":{\"0\":\"DEVICE_TEMPERATURE_CPU\",\"1\":\"DEVICE_TEMPERATURE_GPU\",\"2\":\"DEVICE_TEMPERATURE_BATTERY\",\"3\":\"DEVICE_TEMPERATURE_SKIN\"}},\"android.os.HardwarePropertiesManager.TemperatureSource\":{\"flag\":false,\"values\":{\"0\":\"TEMPERATURE_CURRENT\",\"1\":\"TEMPERATURE_THROTTLING\",\"2\":\"TEMPERATURE_SHUTDOWN\",\"3\":\"TEMPERATURE_THROTTLING_BELOW_VR_MIN\"}},\"android.os.HwParcel.Status\":{\"flag\":false,\"values\":{\"0\":\"STATUS_SUCCESS\"}},\"android.os.IncidentManager.PrivacyPolicy\":{\"flag\":false,\"values\":{\"0\":\"PRIVACY_POLICY_LOCAL\",\"100\":\"PRIVACY_POLICY_EXPLICIT\",\"200\":\"PRIVACY_POLICY_AUTO\"}},\"android.os.MessageQueue.OnFileDescriptorEventListener.Events\":{\"flag\":true,\"values\":{\"1\":\"EVENT_INPUT\",\"2\":\"EVENT_OUTPUT\",\"4\":\"EVENT_ERROR\"}},\"android.os.Parcelable.ContentsFlags\":{\"flag\":true,\"values\":{\"1\":\"CONTENTS_FILE_DESCRIPTOR\"}},\"android.os.Parcelable.Stability\":{\"flag\":true,\"values\":{\"0\":\"PARCELABLE_STABILITY_LOCAL\",\"1\":\"PARCELABLE_STABILITY_VINTF\"}},\"android.os.Parcelable.WriteFlags\":{\"flag\":true,\"values\":{\"1\":\"PARCELABLE_WRITE_RETURN_VALUE\",\"2\":\"PARCELABLE_ELIDE_DUPLICATES\"}},\"android.os.PowerExemptionManager.AllowListEvent\":{\"flag\":false,\"values\":{\"0\":\"EVENT_UNSPECIFIED\",\"1\":\"EVENT_SMS\",\"2\":\"EVENT_MMS\"}},\"android.os.PowerExemptionManager.ReasonCode\":{\"flag\":true,\"values\":{\"0\":\"REASON_UNKNOWN\",\"1\":\"REASON_OTHER\",\"10\":\"REASON_PROC_STATE_PERSISTENT\",\"11\":\"REASON_PROC_STATE_PERSISTENT_UI\",\"12\":\"REASON_PROC_STATE_TOP\",\"13\":\"REASON_PROC_STATE_BTOP\",\"14\":\"REASON_PROC_STATE_FGS\",\"15\":\"REASON_PROC_STATE_BFGS\",\"50\":\"REASON_UID_VISIBLE\",\"51\":\"REASON_SYSTEM_UID\",\"52\":\"REASON_ACTIVITY_STARTER\",\"53\":\"REASON_START_ACTIVITY_FLAG\",\"54\":\"REASON_FGS_BINDING\",\"55\":\"REASON_DEVICE_OWNER\",\"56\":\"REASON_PROFILE_OWNER\",\"57\":\"REASON_COMPANION_DEVICE_MANAGER\",\"58\":\"REASON_BACKGROUND_ACTIVITY_PERMISSION\",\"59\":\"REASON_BACKGROUND_FGS_PERMISSION\",\"60\":\"REASON_INSTR_BACKGROUND_ACTIVITY_PERMISSION\",\"61\":\"REASON_INSTR_BACKGROUND_FGS_PERMISSION\",\"62\":\"REASON_SYSTEM_ALERT_WINDOW_PERMISSION\",\"63\":\"REASON_DEVICE_DEMO_MODE\",\"65\":\"REASON_ALLOWLISTED_PACKAGE\",\"66\":\"REASON_APPOP\",\"67\":\"REASON_ACTIVITY_VISIBILITY_GRACE_PERIOD\",\"68\":\"REASON_OP_ACTIVATE_VPN\",\"69\":\"REASON_OP_ACTIVATE_PLATFORM_VPN\",\"70\":\"REASON_TEMP_ALLOWED_WHILE_IN_USE\",\"100\":\"REASON_GEOFENCING\",\"101\":\"REASON_PUSH_MESSAGING\",\"102\":\"REASON_PUSH_MESSAGING_OVER_QUOTA\",\"103\":\"REASON_ACTIVITY_RECOGNITION\",\"104\":\"REASON_ACCOUNT_TRANSFER\",\"200\":\"REASON_BOOT_COMPLETED\",\"201\":\"REASON_PRE_BOOT_COMPLETED\",\"202\":\"REASON_LOCKED_BOOT_COMPLETED\",\"203\":\"REASON_BLUETOOTH_BROADCAST\",\"204\":\"REASON_TIMEZONE_CHANGED\",\"205\":\"REASON_TIME_CHANGED\",\"206\":\"REASON_LOCALE_CHANGED\",\"207\":\"REASON_SCHEDULE_EXACT_ALARM_PERMISSION_STATE_CHANGED\",\"300\":\"REASON_SYSTEM_ALLOW_LISTED\",\"301\":\"REASON_ALARM_MANAGER_ALARM_CLOCK\",\"302\":\"REASON_ALARM_MANAGER_WHILE_IDLE\",\"303\":\"REASON_SERVICE_LAUNCH\",\"304\":\"REASON_KEY_CHAIN\",\"305\":\"REASON_PACKAGE_VERIFIER\",\"306\":\"REASON_SYNC_MANAGER\",\"307\":\"REASON_DOMAIN_VERIFICATION_V1\",\"308\":\"REASON_DOMAIN_VERIFICATION_V2\",\"309\":\"REASON_VPN\",\"310\":\"REASON_NOTIFICATION_SERVICE\",\"311\":\"REASON_PACKAGE_REPLACED\",\"312\":\"REASON_LOCATION_PROVIDER\",\"313\":\"REASON_MEDIA_BUTTON\",\"314\":\"REASON_EVENT_SMS\",\"315\":\"REASON_EVENT_MMS\",\"316\":\"REASON_SHELL\",\"317\":\"REASON_MEDIA_SESSION_CALLBACK\",\"1000\":\"REASON_OPT_OUT_REQUESTED\",\"-1\":\"REASON_DENIED\"}},\"android.os.PowerExemptionManager.TempAllowListType\":{\"flag\":true,\"values\":{\"0\":\"TEMPORARY_ALLOW_LIST_TYPE_FOREGROUND_SERVICE_ALLOWED\",\"1\":\"TEMPORARY_ALLOW_LIST_TYPE_FOREGROUND_SERVICE_NOT_ALLOWED\",\"-1\":\"TEMPORARY_ALLOW_LIST_TYPE_NONE\"}},\"android.os.PowerManager.AutoPowerSaveModeTriggers\":{\"flag\":false,\"values\":{\"0\":\"POWER_SAVE_MODE_TRIGGER_PERCENTAGE\",\"1\":\"POWER_SAVE_MODE_TRIGGER_DYNAMIC\"}},\"android.os.PowerManager.BrightnessConstraint\":{\"flag\":false,\"values\":{\"0\":\"BRIGHTNESS_CONSTRAINT_TYPE_MINIMUM\",\"1\":\"BRIGHTNESS_CONSTRAINT_TYPE_MAXIMUM\",\"2\":\"BRIGHTNESS_CONSTRAINT_TYPE_DEFAULT\",\"3\":\"BRIGHTNESS_CONSTRAINT_TYPE_DIM\",\"4\":\"BRIGHTNESS_CONSTRAINT_TYPE_DOZE\",\"5\":\"BRIGHTNESS_CONSTRAINT_TYPE_MINIMUM_VR\",\"6\":\"BRIGHTNESS_CONSTRAINT_TYPE_MAXIMUM_VR\",\"7\":\"BRIGHTNESS_CONSTRAINT_TYPE_DEFAULT_VR\"}},\"android.os.PowerManager.GoToSleepReason\":{\"flag\":false,\"values\":{\"0\":\"GO_TO_SLEEP_REASON_APPLICATION\",\"1\":\"GO_TO_SLEEP_REASON_DEVICE_ADMIN\",\"2\":\"GO_TO_SLEEP_REASON_TIMEOUT\",\"3\":\"GO_TO_SLEEP_REASON_LID_SWITCH\",\"4\":\"GO_TO_SLEEP_REASON_POWER_BUTTON\",\"5\":\"GO_TO_SLEEP_REASON_HDMI\",\"6\":\"GO_TO_SLEEP_REASON_SLEEP_BUTTON\",\"7\":\"GO_TO_SLEEP_REASON_ACCESSIBILITY\",\"8\":\"GO_TO_SLEEP_REASON_FORCE_SUSPEND\",\"9\":\"GO_TO_SLEEP_REASON_INATTENTIVE\",\"10\":\"GO_TO_SLEEP_REASON_QUIESCENT\"}},\"android.os.PowerManager.LocationPowerSaveMode\":{\"flag\":false,\"values\":{\"0\":\"LOCATION_MODE_NO_CHANGE\",\"1\":\"LOCATION_MODE_GPS_DISABLED_WHEN_SCREEN_OFF\",\"2\":\"LOCATION_MODE_ALL_DISABLED_WHEN_SCREEN_OFF\",\"3\":\"LOCATION_MODE_FOREGROUND_ONLY\",\"4\":\"LOCATION_MODE_THROTTLE_REQUESTS_WHEN_SCREEN_OFF\"}},\"android.os.PowerManager.ServiceType\":{\"flag\":false,\"values\":{\"1\":\"LOCATION\",\"2\":\"VIBRATION\",\"3\":\"ANIMATION\",\"4\":\"FULL_BACKUP\",\"5\":\"KEYVALUE_BACKUP\",\"6\":\"NETWORK_FIREWALL\",\"7\":\"SCREEN_BRIGHTNESS\",\"8\":\"SOUND\",\"9\":\"BATTERY_STATS\",\"10\":\"DATA_SAVER\",\"11\":\"FORCE_ALL_APPS_STANDBY\",\"12\":\"FORCE_BACKGROUND_CHECK\",\"13\":\"OPTIONAL_SENSORS\",\"14\":\"AOD\",\"15\":\"QUICK_DOZE\",\"16\":\"NIGHT_MODE\"}},\"android.os.PowerManager.ShutdownReason\":{\"flag\":false,\"values\":{\"0\":\"SHUTDOWN_REASON_UNKNOWN\",\"1\":\"SHUTDOWN_REASON_SHUTDOWN\",\"2\":\"SHUTDOWN_REASON_REBOOT\",\"3\":\"SHUTDOWN_REASON_USER_REQUESTED\",\"4\":\"SHUTDOWN_REASON_THERMAL_SHUTDOWN\",\"5\":\"SHUTDOWN_REASON_LOW_BATTERY\",\"6\":\"SHUTDOWN_REASON_BATTERY_THERMAL\"}},\"android.os.PowerManager.SoundTriggerPowerSaveMode\":{\"flag\":false,\"values\":{\"0\":\"SOUND_TRIGGER_MODE_ALL_ENABLED\",\"1\":\"SOUND_TRIGGER_MODE_CRITICAL_ONLY\",\"2\":\"SOUND_TRIGGER_MODE_ALL_DISABLED\"}},\"android.os.PowerManager.ThermalStatus\":{\"flag\":false,\"values\":{\"0\":\"THERMAL_STATUS_NONE\",\"1\":\"THERMAL_STATUS_LIGHT\",\"2\":\"THERMAL_STATUS_MODERATE\",\"3\":\"THERMAL_STATUS_SEVERE\",\"4\":\"THERMAL_STATUS_CRITICAL\",\"5\":\"THERMAL_STATUS_EMERGENCY\",\"6\":\"THERMAL_STATUS_SHUTDOWN\"}},\"android.os.PowerManager.WakeReason\":{\"flag\":false,\"values\":{\"0\":\"WAKE_REASON_UNKNOWN\",\"1\":\"WAKE_REASON_POWER_BUTTON\",\"2\":\"WAKE_REASON_APPLICATION\",\"3\":\"WAKE_REASON_PLUGGED_IN\",\"4\":\"WAKE_REASON_GESTURE\",\"5\":\"WAKE_REASON_CAMERA_LAUNCH\",\"6\":\"WAKE_REASON_WAKE_KEY\",\"7\":\"WAKE_REASON_WAKE_MOTION\",\"8\":\"WAKE_REASON_HDMI\",\"10\":\"WAKE_REASON_DISPLAY_GROUP_ADDED\",\"11\":\"WAKE_REASON_DISPLAY_GROUP_TURNED_ON\"}},\"android.os.PowerWhitelistManager.ReasonCode\":{\"flag\":true,\"values\":{\"0\":\"REASON_UNKNOWN\",\"1\":\"REASON_OTHER\",\"10\":\"REASON_PROC_STATE_PERSISTENT\",\"11\":\"REASON_PROC_STATE_PERSISTENT_UI\",\"12\":\"REASON_PROC_STATE_TOP\",\"13\":\"REASON_PROC_STATE_BTOP\",\"14\":\"REASON_PROC_STATE_FGS\",\"15\":\"REASON_PROC_STATE_BFGS\",\"50\":\"REASON_UID_VISIBLE\",\"51\":\"REASON_SYSTEM_UID\",\"52\":\"REASON_ACTIVITY_STARTER\",\"53\":\"REASON_START_ACTIVITY_FLAG\",\"54\":\"REASON_FGS_BINDING\",\"55\":\"REASON_DEVICE_OWNER\",\"56\":\"REASON_PROFILE_OWNER\",\"57\":\"REASON_COMPANION_DEVICE_MANAGER\",\"58\":\"REASON_BACKGROUND_ACTIVITY_PERMISSION\",\"59\":\"REASON_BACKGROUND_FGS_PERMISSION\",\"60\":\"REASON_INSTR_BACKGROUND_ACTIVITY_PERMISSION\",\"61\":\"REASON_INSTR_BACKGROUND_FGS_PERMISSION\",\"62\":\"REASON_SYSTEM_ALERT_WINDOW_PERMISSION\",\"63\":\"REASON_DEVICE_DEMO_MODE\",\"65\":\"REASON_ALLOWLISTED_PACKAGE\",\"66\":\"REASON_APPOP\",\"100\":\"REASON_GEOFENCING\",\"101\":\"REASON_PUSH_MESSAGING\",\"102\":\"REASON_PUSH_MESSAGING_OVER_QUOTA\",\"103\":\"REASON_ACTIVITY_RECOGNITION\",\"200\":\"REASON_BOOT_COMPLETED\",\"201\":\"REASON_PRE_BOOT_COMPLETED\",\"202\":\"REASON_LOCKED_BOOT_COMPLETED\",\"300\":\"REASON_SYSTEM_ALLOW_LISTED\",\"301\":\"REASON_ALARM_MANAGER_ALARM_CLOCK\",\"302\":\"REASON_ALARM_MANAGER_WHILE_IDLE\",\"303\":\"REASON_SERVICE_LAUNCH\",\"304\":\"REASON_KEY_CHAIN\",\"305\":\"REASON_PACKAGE_VERIFIER\",\"306\":\"REASON_SYNC_MANAGER\",\"307\":\"REASON_DOMAIN_VERIFICATION_V1\",\"308\":\"REASON_DOMAIN_VERIFICATION_V2\",\"309\":\"REASON_VPN\",\"310\":\"REASON_NOTIFICATION_SERVICE\",\"311\":\"REASON_PACKAGE_REPLACED\",\"312\":\"REASON_LOCATION_PROVIDER\",\"313\":\"REASON_MEDIA_BUTTON\",\"314\":\"REASON_EVENT_SMS\",\"315\":\"REASON_EVENT_MMS\",\"316\":\"REASON_SHELL\",\"-1\":\"REASON_DENIED\"}},\"android.os.PowerWhitelistManager.TempAllowListType\":{\"flag\":true,\"values\":{\"0\":\"TEMPORARY_ALLOWLIST_TYPE_FOREGROUND_SERVICE_ALLOWED\",\"1\":\"TEMPORARY_ALLOWLIST_TYPE_FOREGROUND_SERVICE_NOT_ALLOWED\"}},\"android.os.PowerWhitelistManager.WhitelistEvent\":{\"flag\":false,\"values\":{\"0\":\"EVENT_UNSPECIFIED\",\"1\":\"EVENT_SMS\",\"2\":\"EVENT_MMS\"}},\"android.os.RecoverySystem.ResumeOnRebootRebootErrorCode\":{\"flag\":false,\"values\":{\"0\":\"RESUME_ON_REBOOT_REBOOT_ERROR_NONE\",\"1000\":\"RESUME_ON_REBOOT_REBOOT_ERROR_UNSPECIFIED\",\"2000\":\"RESUME_ON_REBOOT_REBOOT_ERROR_INVALID_PACKAGE_NAME\",\"3000\":\"RESUME_ON_REBOOT_REBOOT_ERROR_LSKF_NOT_CAPTURED\",\"4000\":\"RESUME_ON_REBOOT_REBOOT_ERROR_SLOT_MISMATCH\",\"5000\":\"RESUME_ON_REBOOT_REBOOT_ERROR_PROVIDER_PREPARATION_FAILURE\"}},\"android.os.StrictMode.ThreadPolicyMask\":{\"flag\":true,\"values\":{\"1\":\"DETECT_THREAD_DISK_WRITE\",\"2\":\"DETECT_THREAD_DISK_READ\",\"4\":\"DETECT_THREAD_NETWORK\",\"8\":\"DETECT_THREAD_CUSTOM\",\"16\":\"DETECT_THREAD_RESOURCE_MISMATCH\",\"32\":\"DETECT_THREAD_UNBUFFERED_IO\",\"64\":\"DETECT_THREAD_EXPLICIT_GC\",\"8388608\":\"PENALTY_DEATH_ON_FILE_URI_EXPOSURE\",\"16777216\":\"PENALTY_DEATH_ON_CLEARTEXT_NETWORK\",\"33554432\":\"PENALTY_DEATH_ON_NETWORK\",\"67108864\":\"PENALTY_DROPBOX\",\"134217728\":\"PENALTY_FLASH\",\"268435456\":\"PENALTY_DEATH\",\"536870912\":\"PENALTY_DIALOG\",\"1073741824\":\"PENALTY_LOG\",\"-2147483648\":\"PENALTY_GATHER\"}},\"android.os.StrictMode.VmPolicyMask\":{\"flag\":true,\"values\":{\"1\":\"DETECT_VM_CURSOR_LEAKS\",\"2\":\"DETECT_VM_CLOSABLE_LEAKS\",\"4\":\"DETECT_VM_ACTIVITY_LEAKS\",\"8\":\"DETECT_VM_INSTANCE_LEAKS\",\"16\":\"DETECT_VM_REGISTRATION_LEAKS\",\"32\":\"DETECT_VM_FILE_URI_EXPOSURE\",\"64\":\"DETECT_VM_CLEARTEXT_NETWORK\",\"128\":\"DETECT_VM_CONTENT_URI_WITHOUT_PERMISSION\",\"256\":\"DETECT_VM_UNTAGGED_SOCKET\",\"512\":\"DETECT_VM_NON_SDK_API_USAGE\",\"1024\":\"DETECT_VM_IMPLICIT_DIRECT_BOOT\",\"4096\":\"DETECT_VM_INCORRECT_CONTEXT_USE\",\"8192\":\"DETECT_VM_UNSAFE_INTENT_LAUNCH\",\"8388608\":\"PENALTY_DEATH_ON_FILE_URI_EXPOSURE\",\"16777216\":\"PENALTY_DEATH_ON_CLEARTEXT_NETWORK\",\"33554432\":\"PENALTY_DEATH_ON_NETWORK\",\"67108864\":\"PENALTY_DROPBOX\",\"134217728\":\"PENALTY_FLASH\",\"268435456\":\"PENALTY_DEATH\",\"536870912\":\"PENALTY_DIALOG\",\"1073741824\":\"PENALTY_LOG\",\"-2147483648\":\"PENALTY_GATHER\"}},\"android.os.Temperature.ThrottlingStatus\":{\"flag\":false,\"values\":{\"0\":\"THROTTLING_NONE\",\"1\":\"THROTTLING_LIGHT\",\"2\":\"THROTTLING_MODERATE\",\"3\":\"THROTTLING_SEVERE\",\"4\":\"THROTTLING_CRITICAL\",\"5\":\"THROTTLING_EMERGENCY\",\"6\":\"THROTTLING_SHUTDOWN\"}},\"android.os.Temperature.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_CPU\",\"1\":\"TYPE_GPU\",\"2\":\"TYPE_BATTERY\",\"3\":\"TYPE_SKIN\",\"4\":\"TYPE_USB_PORT\",\"5\":\"TYPE_POWER_AMPLIFIER\",\"6\":\"TYPE_BCL_VOLTAGE\",\"7\":\"TYPE_BCL_CURRENT\",\"8\":\"TYPE_BCL_PERCENTAGE\",\"9\":\"TYPE_NPU\",\"-1\":\"TYPE_UNKNOWN\"}},\"android.os.UidBatteryConsumer.State\":{\"flag\":false,\"values\":{\"0\":\"STATE_FOREGROUND\",\"1\":\"STATE_BACKGROUND\"}},\"android.os.UpdateEngine.ErrorCode\":{\"flag\":false,\"values\":{\"0\":\"SUCCESS\",\"1\":\"ERROR\",\"4\":\"FILESYSTEM_COPIER_ERROR\",\"5\":\"POST_INSTALL_RUNNER_ERROR\",\"6\":\"PAYLOAD_MISMATCHED_TYPE_ERROR\",\"7\":\"INSTALL_DEVICE_OPEN_ERROR\",\"8\":\"KERNEL_DEVICE_OPEN_ERROR\",\"9\":\"DOWNLOAD_TRANSFER_ERROR\",\"10\":\"PAYLOAD_HASH_MISMATCH_ERROR\",\"11\":\"PAYLOAD_SIZE_MISMATCH_ERROR\",\"12\":\"DOWNLOAD_PAYLOAD_VERIFICATION_ERROR\",\"51\":\"PAYLOAD_TIMESTAMP_ERROR\",\"52\":\"UPDATED_BUT_NOT_ACTIVE\",\"60\":\"NOT_ENOUGH_SPACE\",\"61\":\"DEVICE_CORRUPTED\"}},\"android.os.UserManager.QuietModeFlag\":{\"flag\":true,\"values\":{\"1\":\"QUIET_MODE_DISABLE_ONLY_IF_CREDENTIAL_NOT_REQUIRED\",\"2\":\"QUIET_MODE_DISABLE_DONT_ASK_CREDENTIAL\"}},\"android.os.UserManager.RemoveResult\":{\"flag\":false,\"values\":{\"0\":\"REMOVE_RESULT_REMOVED\",\"1\":\"REMOVE_RESULT_SET_EPHEMERAL\",\"2\":\"REMOVE_RESULT_ALREADY_BEING_REMOVED\",\"3\":\"REMOVE_RESULT_ERROR\"}},\"android.os.UserManager.UserOperationResult\":{\"flag\":false,\"values\":{\"0\":\"USER_OPERATION_SUCCESS\",\"1\":\"USER_OPERATION_ERROR_UNKNOWN\",\"2\":\"USER_OPERATION_ERROR_MANAGED_PROFILE\",\"3\":\"USER_OPERATION_ERROR_MAX_RUNNING_USERS\",\"4\":\"USER_OPERATION_ERROR_CURRENT_USER\",\"5\":\"USER_OPERATION_ERROR_LOW_STORAGE\",\"6\":\"USER_OPERATION_ERROR_MAX_USERS\"}},\"android.os.UserManager.UserRestrictionSource\":{\"flag\":true,\"values\":{\"0\":\"RESTRICTION_NOT_SET\",\"1\":\"RESTRICTION_SOURCE_SYSTEM\",\"2\":\"RESTRICTION_SOURCE_DEVICE_OWNER\",\"4\":\"RESTRICTION_SOURCE_PROFILE_OWNER\"}},\"android.os.UserManager.UserSwitchabilityResult\":{\"flag\":true,\"values\":{\"0\":\"SWITCHABILITY_STATUS_OK\",\"1\":\"SWITCHABILITY_STATUS_USER_IN_CALL\",\"2\":\"SWITCHABILITY_STATUS_USER_SWITCH_DISALLOWED\",\"4\":\"SWITCHABILITY_STATUS_SYSTEM_USER_LOCKED\"}},\"android.os.VibrationAttributes.Flag\":{\"flag\":false,\"values\":{\"1\":\"FLAG_BYPASS_INTERRUPTION_POLICY\"}},\"android.os.VibrationAttributes.Usage\":{\"flag\":false,\"values\":{\"0\":\"USAGE_UNKNOWN\",\"17\":\"USAGE_ALARM\",\"18\":\"USAGE_TOUCH\",\"33\":\"USAGE_RINGTONE\",\"34\":\"USAGE_PHYSICAL_EMULATION\",\"49\":\"USAGE_NOTIFICATION\",\"50\":\"USAGE_HARDWARE_FEEDBACK\",\"65\":\"USAGE_COMMUNICATION_REQUEST\"}},\"android.os.VibrationAttributes.UsageClass\":{\"flag\":false,\"values\":{\"0\":\"USAGE_CLASS_UNKNOWN\",\"1\":\"USAGE_CLASS_ALARM\",\"2\":\"USAGE_CLASS_FEEDBACK\"}},\"android.os.VibrationEffect.Composition.PrimitiveType\":{\"flag\":false,\"values\":{\"1\":\"PRIMITIVE_CLICK\",\"2\":\"PRIMITIVE_THUD\",\"3\":\"PRIMITIVE_SPIN\",\"4\":\"PRIMITIVE_QUICK_RISE\",\"5\":\"PRIMITIVE_SLOW_RISE\",\"6\":\"PRIMITIVE_QUICK_FALL\",\"7\":\"PRIMITIVE_TICK\",\"8\":\"PRIMITIVE_LOW_TICK\"}},\"android.os.VibrationEffect.EffectType\":{\"flag\":false,\"values\":{\"0\":\"EFFECT_CLICK\",\"1\":\"EFFECT_DOUBLE_CLICK\",\"2\":\"EFFECT_TICK\",\"5\":\"EFFECT_HEAVY_CLICK\"}},\"android.os.Vibrator.VibrationEffectSupport\":{\"flag\":false,\"values\":{\"0\":\"VIBRATION_EFFECT_SUPPORT_UNKNOWN\",\"1\":\"VIBRATION_EFFECT_SUPPORT_YES\",\"2\":\"VIBRATION_EFFECT_SUPPORT_NO\"}},\"android.os.Vibrator.VibrationIntensity\":{\"flag\":false,\"values\":{\"0\":\"VIBRATION_INTENSITY_OFF\",\"1\":\"VIBRATION_INTENSITY_LOW\",\"2\":\"VIBRATION_INTENSITY_MEDIUM\",\"3\":\"VIBRATION_INTENSITY_HIGH\"}},\"android.os.connectivity.WifiActivityEnergyInfo.StackState\":{\"flag\":false,\"values\":{\"0\":\"STACK_STATE_INVALID\",\"1\":\"STACK_STATE_STATE_ACTIVE\",\"2\":\"STACK_STATE_STATE_SCANNING\",\"3\":\"STACK_STATE_STATE_IDLE\"}},\"android.os.image.DynamicSystemClient.InstallationStatus\":{\"flag\":false,\"values\":{\"0\":\"STATUS_UNKNOWN\",\"1\":\"STATUS_NOT_STARTED\",\"2\":\"STATUS_IN_PROGRESS\",\"3\":\"STATUS_READY\",\"4\":\"STATUS_IN_USE\"}},\"android.os.image.DynamicSystemClient.StatusChangedCause\":{\"flag\":false,\"values\":{\"0\":\"CAUSE_NOT_SPECIFIED\",\"1\":\"CAUSE_INSTALL_COMPLETED\",\"2\":\"CAUSE_INSTALL_CANCELLED\",\"3\":\"CAUSE_ERROR_IO\",\"4\":\"CAUSE_ERROR_INVALID_URL\",\"5\":\"CAUSE_ERROR_IPC\",\"6\":\"CAUSE_ERROR_EXCEPTION\"}},\"android.os.incremental.IncrementalManager.CreateMode\":{\"flag\":false,\"values\":{\"1\":\"CREATE_MODE_TEMPORARY_BIND\",\"2\":\"CREATE_MODE_PERMANENT_BIND\",\"4\":\"CREATE_MODE_CREATE\",\"8\":\"CREATE_MODE_OPEN_EXISTING\"}},\"android.os.storage.StorageManager.AllocateFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_ALLOCATE_AGGRESSIVE\",\"2\":\"FLAG_ALLOCATE_DEFY_ALL_RESERVED\",\"4\":\"FLAG_ALLOCATE_DEFY_HALF_RESERVED\",\"8\":\"FLAG_ALLOCATE_NON_CACHE_ONLY\",\"16\":\"FLAG_ALLOCATE_CACHE_ONLY\"}},\"android.os.storage.StorageManager.AppIoBlockedReason\":{\"flag\":false,\"values\":{\"0\":\"APP_IO_BLOCKED_REASON_UNKNOWN\",\"1\":\"APP_IO_BLOCKED_REASON_TRANSCODING\"}},\"android.os.storage.StorageManager.MountMode\":{\"flag\":false,\"values\":{\"0\":\"MOUNT_MODE_EXTERNAL_NONE\",\"1\":\"MOUNT_MODE_EXTERNAL_DEFAULT\",\"2\":\"MOUNT_MODE_EXTERNAL_INSTALLER\",\"3\":\"MOUNT_MODE_EXTERNAL_PASS_THROUGH\",\"4\":\"MOUNT_MODE_EXTERNAL_ANDROID_WRITABLE\"}},\"android.os.storage.StorageManager.QuotaType\":{\"flag\":false,\"values\":{\"0\":\"QUOTA_TYPE_MEDIA_NONE\",\"1\":\"QUOTA_TYPE_MEDIA_IMAGE\",\"2\":\"QUOTA_TYPE_MEDIA_AUDIO\",\"3\":\"QUOTA_TYPE_MEDIA_VIDEO\"}},\"android.permission.PermissionCheckerManager.PermissionResult\":{\"flag\":false,\"values\":{\"0\":\"PERMISSION_GRANTED\",\"1\":\"PERMISSION_SOFT_DENIED\",\"2\":\"PERMISSION_HARD_DENIED\"}},\"android.permission.PermissionControllerManager.CountPermissionAppsFlag\":{\"flag\":true,\"values\":{\"1\":\"COUNT_ONLY_WHEN_GRANTED\",\"2\":\"COUNT_WHEN_SYSTEM\"}},\"android.permission.PermissionControllerManager.Reason\":{\"flag\":false,\"values\":{\"1\":\"REASON_MALWARE\",\"2\":\"REASON_INSTALLER_POLICY_VIOLATION\"}},\"android.print.PrintAttributes.ColorMode\":{\"flag\":true,\"values\":{\"1\":\"COLOR_MODE_MONOCHROME\",\"2\":\"COLOR_MODE_COLOR\"}},\"android.print.PrintAttributes.DuplexMode\":{\"flag\":true,\"values\":{\"1\":\"DUPLEX_MODE_NONE\",\"2\":\"DUPLEX_MODE_LONG_EDGE\",\"4\":\"DUPLEX_MODE_SHORT_EDGE\"}},\"android.print.PrintDocumentInfo.ContentType\":{\"flag\":false,\"values\":{\"0\":\"CONTENT_TYPE_DOCUMENT\",\"1\":\"CONTENT_TYPE_PHOTO\",\"-1\":\"CONTENT_TYPE_UNKNOWN\"}},\"android.print.PrintJobInfo.State\":{\"flag\":false,\"values\":{\"1\":\"STATE_CREATED\",\"2\":\"STATE_QUEUED\",\"3\":\"STATE_STARTED\",\"4\":\"STATE_BLOCKED\",\"5\":\"STATE_COMPLETED\",\"6\":\"STATE_FAILED\",\"7\":\"STATE_CANCELED\"}},\"android.print.PrinterInfo.Status\":{\"flag\":false,\"values\":{\"1\":\"STATUS_IDLE\",\"2\":\"STATUS_BUSY\",\"3\":\"STATUS_UNAVAILABLE\"}},\"android.provider.BlockedNumberContract.BlockStatus\":{\"flag\":false,\"values\":{\"0\":\"STATUS_NOT_BLOCKED\",\"1\":\"STATUS_BLOCKED_IN_LIST\",\"2\":\"STATUS_BLOCKED_RESTRICTED\",\"3\":\"STATUS_BLOCKED_UNKNOWN_NUMBER\",\"4\":\"STATUS_BLOCKED_PAYPHONE\",\"5\":\"STATUS_BLOCKED_NOT_IN_CONTACTS\"}},\"android.provider.CallLog.CallComposerLoggingException.CallComposerLoggingError\":{\"flag\":false,\"values\":{\"0\":\"ERROR_UNKNOWN\",\"1\":\"ERROR_REMOTE_END_CLOSED\",\"2\":\"ERROR_STORAGE_FULL\",\"3\":\"ERROR_INPUT_CLOSED\"}},\"android.provider.FontsContract.FontFamilyResult.FontResultStatus\":{\"flag\":false,\"values\":{\"0\":\"STATUS_OK\",\"1\":\"STATUS_WRONG_CERTIFICATES\",\"2\":\"STATUS_UNEXPECTED_DATA_PROVIDED\"}},\"android.provider.FontsContract.FontRequestCallback.FontRequestFailReason\":{\"flag\":false,\"values\":{\"1\":\"FAIL_REASON_FONT_NOT_FOUND\",\"2\":\"FAIL_REASON_FONT_UNAVAILABLE\",\"3\":\"FAIL_REASON_MALFORMED_QUERY\",\"-1\":\"FAIL_REASON_PROVIDER_NOT_FOUND\",\"-3\":\"FAIL_REASON_FONT_LOAD_ERROR\"}},\"android.provider.Settings.AddWifiResult\":{\"flag\":false,\"values\":{\"0\":\"ADD_WIFI_RESULT_SUCCESS\",\"1\":\"ADD_WIFI_RESULT_ADD_OR_UPDATE_FAILED\",\"2\":\"ADD_WIFI_RESULT_ALREADY_EXISTS\"}},\"android.provider.Settings.Config.SyncDisabledMode\":{\"flag\":false,\"values\":{\"0\":\"SYNC_DISABLED_MODE_NONE\",\"1\":\"SYNC_DISABLED_MODE_PERSISTENT\",\"2\":\"SYNC_DISABLED_MODE_UNTIL_REBOOT\"}},\"android.provider.Settings.EnableMmsDataReason\":{\"flag\":false,\"values\":{\"0\":\"ENABLE_MMS_DATA_REQUEST_REASON_INCOMING_MMS\",\"1\":\"ENABLE_MMS_DATA_REQUEST_REASON_OUTGOING_MMS\"}},\"android.provider.Settings.ResetMode\":{\"flag\":false,\"values\":{\"1\":\"RESET_MODE_PACKAGE_DEFAULTS\",\"2\":\"RESET_MODE_UNTRUSTED_DEFAULTS\",\"3\":\"RESET_MODE_UNTRUSTED_CHANGES\",\"4\":\"RESET_MODE_TRUSTED_DEFAULTS\"}},\"android.provider.Settings.Secure.UserSetupPersonalization\":{\"flag\":false,\"values\":{\"0\":\"USER_SETUP_PERSONALIZATION_NOT_STARTED\",\"1\":\"USER_SETUP_PERSONALIZATION_STARTED\",\"2\":\"USER_SETUP_PERSONALIZATION_PAUSED\",\"10\":\"USER_SETUP_PERSONALIZATION_COMPLETE\"}},\"android.provider.Settings.SetAllResult\":{\"flag\":false,\"values\":{\"0\":\"SET_ALL_RESULT_FAILURE\",\"1\":\"SET_ALL_RESULT_SUCCESS\",\"2\":\"SET_ALL_RESULT_DISABLED\"}},\"android.provider.SimPhonebookContract.ElementaryFiles.EfType\":{\"flag\":false,\"values\":{\"0\":\"EF_UNKNOWN\",\"1\":\"EF_ADN\",\"2\":\"EF_FDN\",\"3\":\"EF_SDN\"}},\"android.provider.Telephony.Carriers.EditStatus\":{\"flag\":false,\"values\":{\"0\":\"UNEDITED\",\"1\":\"USER_EDITED\",\"2\":\"USER_DELETED\",\"4\":\"CARRIER_EDITED\",\"5\":\"CARRIER_DELETED\"}},\"android.renderscript.ScriptIntrinsicBLAS.Diag\":{\"flag\":false,\"values\":{\"131\":\"NON_UNIT\",\"132\":\"UNIT\"}},\"android.renderscript.ScriptIntrinsicBLAS.Side\":{\"flag\":false,\"values\":{\"141\":\"LEFT\",\"142\":\"RIGHT\"}},\"android.renderscript.ScriptIntrinsicBLAS.Transpose\":{\"flag\":false,\"values\":{\"111\":\"NO_TRANSPOSE\",\"112\":\"TRANSPOSE\",\"113\":\"CONJ_TRANSPOSE\"}},\"android.renderscript.ScriptIntrinsicBLAS.Uplo\":{\"flag\":false,\"values\":{\"121\":\"UPPER\",\"122\":\"LOWER\"}},\"android.security.identity.IdentityCredentialStore.Ciphersuite\":{\"flag\":false,\"values\":{\"1\":\"CIPHERSUITE_ECDHE_HKDF_ECDSA_WITH_AES_256_GCM_SHA256\"}},\"android.security.identity.ResultData.Status\":{\"flag\":false,\"values\":{\"0\":\"STATUS_OK\",\"1\":\"STATUS_NO_SUCH_ENTRY\",\"2\":\"STATUS_NOT_REQUESTED\",\"3\":\"STATUS_NOT_IN_REQUEST_MESSAGE\",\"4\":\"STATUS_USER_AUTHENTICATION_FAILED\",\"5\":\"STATUS_READER_AUTHENTICATION_FAILED\",\"6\":\"STATUS_NO_ACCESS_CONTROL_PROFILES\"}},\"android.security.keystore.KeyProperties.AuthEnum\":{\"flag\":true,\"values\":{\"1\":\"AUTH_DEVICE_CREDENTIAL\",\"2\":\"AUTH_BIOMETRIC_STRONG\"}},\"android.security.keystore.KeyProperties.Namespace\":{\"flag\":false,\"values\":{\"102\":\"NAMESPACE_WIFI\",\"103\":\"NAMESPACE_LOCKSETTINGS\",\"-1\":\"NAMESPACE_APPLICATION\"}},\"android.security.keystore.KeyProperties.OriginEnum\":{\"flag\":false,\"values\":{\"1\":\"ORIGIN_GENERATED\",\"2\":\"ORIGIN_IMPORTED\",\"4\":\"ORIGIN_UNKNOWN\"}},\"android.security.keystore.KeyProperties.PurposeEnum\":{\"flag\":true,\"values\":{\"1\":\"PURPOSE_ENCRYPT\",\"2\":\"PURPOSE_DECRYPT\",\"4\":\"PURPOSE_SIGN\",\"8\":\"PURPOSE_VERIFY\",\"32\":\"PURPOSE_WRAP_KEY\",\"64\":\"PURPOSE_AGREE_KEY\",\"128\":\"PURPOSE_ATTEST_KEY\"}},\"android.security.keystore.KeyProperties.SecurityLevelEnum\":{\"flag\":false,\"values\":{\"0\":\"SECURITY_LEVEL_SOFTWARE\",\"1\":\"SECURITY_LEVEL_TRUSTED_ENVIRONMENT\",\"2\":\"SECURITY_LEVEL_STRONGBOX\",\"-2\":\"SECURITY_LEVEL_UNKNOWN\",\"-1\":\"SECURITY_LEVEL_UNKNOWN_SECURE\"}},\"android.security.keystore.recovery.KeyChainProtectionParams.LockScreenUiFormat\":{\"flag\":false,\"values\":{\"1\":\"UI_FORMAT_PIN\",\"2\":\"UI_FORMAT_PASSWORD\",\"3\":\"UI_FORMAT_PATTERN\"}},\"android.security.keystore.recovery.KeyChainProtectionParams.UserSecretType\":{\"flag\":false,\"values\":{\"100\":\"TYPE_LOCKSCREEN\"}},\"android.security.keystore.recovery.KeyDerivationParams.KeyDerivationAlgorithm\":{\"flag\":false,\"values\":{\"1\":\"ALGORITHM_SHA256\",\"2\":\"ALGORITHM_SCRYPT\"}},\"android.service.attention.AttentionService.AttentionFailureCodes\":{\"flag\":false,\"values\":{\"2\":\"ATTENTION_FAILURE_UNKNOWN\",\"3\":\"ATTENTION_FAILURE_CANCELLED\",\"4\":\"ATTENTION_FAILURE_PREEMPTED\",\"5\":\"ATTENTION_FAILURE_TIMED_OUT\",\"6\":\"ATTENTION_FAILURE_CAMERA_PERMISSION_ABSENT\"}},\"android.service.attention.AttentionService.AttentionSuccessCodes\":{\"flag\":false,\"values\":{\"0\":\"ATTENTION_SUCCESS_ABSENT\",\"1\":\"ATTENTION_SUCCESS_PRESENT\"}},\"android.service.autofill.FillEventHistory.Event.EventIds\":{\"flag\":false,\"values\":{\"0\":\"TYPE_DATASET_SELECTED\",\"1\":\"TYPE_DATASET_AUTHENTICATION_SELECTED\",\"2\":\"TYPE_AUTHENTICATION_SELECTED\",\"3\":\"TYPE_SAVE_SHOWN\",\"4\":\"TYPE_CONTEXT_COMMITTED\",\"5\":\"TYPE_DATASETS_SHOWN\"}},\"android.service.autofill.FillEventHistory.Event.NoSaveReason\":{\"flag\":false,\"values\":{\"0\":\"NO_SAVE_UI_REASON_NONE\",\"1\":\"NO_SAVE_UI_REASON_NO_SAVE_INFO\",\"2\":\"NO_SAVE_UI_REASON_WITH_DELAY_SAVE_FLAG\",\"3\":\"NO_SAVE_UI_REASON_HAS_EMPTY_REQUIRED\",\"4\":\"NO_SAVE_UI_REASON_NO_VALUE_CHANGED\",\"5\":\"NO_SAVE_UI_REASON_FIELD_VALIDATION_FAILED\",\"6\":\"NO_SAVE_UI_REASON_DATASET_MATCH\"}},\"android.service.autofill.FillRequest.RequestFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_MANUAL_REQUEST\",\"2\":\"FLAG_COMPATIBILITY_MODE_REQUEST\",\"4\":\"FLAG_PASSWORD_INPUT_TYPE\",\"16\":\"FLAG_VIEW_NOT_FOCUSED\"}},\"android.service.autofill.FillResponse.FillResponseFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_TRACK_CONTEXT_COMMITED\",\"2\":\"FLAG_DISABLE_ACTIVITY_ONLY\"}},\"android.service.autofill.SaveInfo.NegativeButtonStyle\":{\"flag\":false,\"values\":{\"0\":\"NEGATIVE_BUTTON_STYLE_CANCEL\",\"1\":\"NEGATIVE_BUTTON_STYLE_REJECT\",\"2\":\"NEGATIVE_BUTTON_STYLE_NEVER\"}},\"android.service.autofill.SaveInfo.PositiveButtonStyle\":{\"flag\":false,\"values\":{\"0\":\"POSITIVE_BUTTON_STYLE_SAVE\",\"1\":\"POSITIVE_BUTTON_STYLE_CONTINUE\"}},\"android.service.autofill.SaveInfo.SaveDataType\":{\"flag\":true,\"values\":{\"0\":\"SAVE_DATA_TYPE_GENERIC\",\"1\":\"SAVE_DATA_TYPE_PASSWORD\",\"2\":\"SAVE_DATA_TYPE_ADDRESS\",\"4\":\"SAVE_DATA_TYPE_CREDIT_CARD\",\"8\":\"SAVE_DATA_TYPE_USERNAME\",\"16\":\"SAVE_DATA_TYPE_EMAIL_ADDRESS\",\"32\":\"SAVE_DATA_TYPE_DEBIT_CARD\",\"64\":\"SAVE_DATA_TYPE_PAYMENT_CARD\",\"128\":\"SAVE_DATA_TYPE_GENERIC_CARD\"}},\"android.service.autofill.SaveInfo.SaveInfoFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE\",\"2\":\"FLAG_DONT_SAVE_ON_FINISH\",\"4\":\"FLAG_DELAY_SAVE\"}},\"android.service.autofill.SavedDatasetsInfoCallback.Error\":{\"flag\":false,\"values\":{\"0\":\"ERROR_OTHER\",\"1\":\"ERROR_UNSUPPORTED\",\"2\":\"ERROR_NEEDS_USER_ACTION\"}},\"android.service.autofill.augmented.AugmentedAutofillService.AutofillProxy.ReportEvent\":{\"flag\":false,\"values\":{\"1\":\"REPORT_EVENT_NO_RESPONSE\",\"2\":\"REPORT_EVENT_UI_SHOWN\",\"3\":\"REPORT_EVENT_UI_DESTROYED\",\"4\":\"REPORT_EVENT_INLINE_RESPONSE\"}},\"android.service.carrier.CarrierMessagingService.DownloadResult\":{\"flag\":false,\"values\":{\"0\":\"DOWNLOAD_STATUS_OK\",\"1\":\"DOWNLOAD_STATUS_RETRY_ON_CARRIER_NETWORK\",\"2\":\"DOWNLOAD_STATUS_ERROR\"}},\"android.service.carrier.CarrierMessagingService.FilterCompleteResult\":{\"flag\":true,\"values\":{\"0\":\"RECEIVE_OPTIONS_DEFAULT\",\"1\":\"RECEIVE_OPTIONS_DROP\",\"2\":\"RECEIVE_OPTIONS_SKIP_NOTIFY_WHEN_CREDENTIAL_PROTECTED_STORAGE_UNAVAILABLE\"}},\"android.service.carrier.CarrierMessagingService.SendRequest\":{\"flag\":true,\"values\":{\"1\":\"SEND_FLAG_REQUEST_DELIVERY_STATUS\"}},\"android.service.carrier.CarrierMessagingService.SendResult\":{\"flag\":false,\"values\":{\"0\":\"SEND_STATUS_OK\",\"1\":\"SEND_STATUS_RETRY_ON_CARRIER_NETWORK\",\"2\":\"SEND_STATUS_ERROR\"}},\"android.service.contentcapture.ActivityEvent.ActivityEventType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_ACTIVITY_RESUMED\",\"2\":\"TYPE_ACTIVITY_PAUSED\",\"23\":\"TYPE_ACTIVITY_STOPPED\",\"24\":\"TYPE_ACTIVITY_DESTROYED\"}},\"android.service.controls.Control.Status\":{\"flag\":false,\"values\":{\"0\":\"STATUS_UNKNOWN\",\"1\":\"STATUS_OK\",\"2\":\"STATUS_NOT_FOUND\",\"3\":\"STATUS_ERROR\",\"4\":\"STATUS_DISABLED\"}},\"android.service.controls.DeviceTypes.DeviceType\":{\"flag\":false,\"values\":{\"0\":\"TYPE_UNKNOWN\",\"1\":\"TYPE_AC_HEATER\",\"2\":\"TYPE_AC_UNIT\",\"3\":\"TYPE_AIR_FRESHENER\",\"4\":\"TYPE_AIR_PURIFIER\",\"5\":\"TYPE_COFFEE_MAKER\",\"6\":\"TYPE_DEHUMIDIFIER\",\"7\":\"TYPE_DISPLAY\",\"8\":\"TYPE_FAN\",\"10\":\"TYPE_HOOD\",\"11\":\"TYPE_HUMIDIFIER\",\"12\":\"TYPE_KETTLE\",\"13\":\"TYPE_LIGHT\",\"14\":\"TYPE_MICROWAVE\",\"15\":\"TYPE_OUTLET\",\"16\":\"TYPE_RADIATOR\",\"17\":\"TYPE_REMOTE_CONTROL\",\"18\":\"TYPE_SET_TOP\",\"19\":\"TYPE_STANDMIXER\",\"20\":\"TYPE_STYLER\",\"21\":\"TYPE_SWITCH\",\"22\":\"TYPE_TV\",\"23\":\"TYPE_WATER_HEATER\",\"24\":\"TYPE_DISHWASHER\",\"25\":\"TYPE_DRYER\",\"26\":\"TYPE_MOP\",\"27\":\"TYPE_MOWER\",\"28\":\"TYPE_MULTICOOKER\",\"29\":\"TYPE_SHOWER\",\"30\":\"TYPE_SPRINKLER\",\"31\":\"TYPE_WASHER\",\"32\":\"TYPE_VACUUM\",\"33\":\"TYPE_AWNING\",\"34\":\"TYPE_BLINDS\",\"35\":\"TYPE_CLOSET\",\"36\":\"TYPE_CURTAIN\",\"37\":\"TYPE_DOOR\",\"38\":\"TYPE_DRAWER\",\"39\":\"TYPE_GARAGE\",\"40\":\"TYPE_GATE\",\"41\":\"TYPE_PERGOLA\",\"42\":\"TYPE_SHUTTER\",\"43\":\"TYPE_WINDOW\",\"44\":\"TYPE_VALVE\",\"45\":\"TYPE_LOCK\",\"46\":\"TYPE_SECURITY_SYSTEM\",\"47\":\"TYPE_HEATER\",\"48\":\"TYPE_REFRIGERATOR\",\"49\":\"TYPE_THERMOSTAT\",\"50\":\"TYPE_CAMERA\",\"51\":\"TYPE_DOORBELL\",\"52\":\"TYPE_ROUTINE\",\"-1\":\"TYPE_GENERIC_ON_OFF\",\"-2\":\"TYPE_GENERIC_START_STOP\",\"-3\":\"TYPE_GENERIC_OPEN_CLOSE\",\"-4\":\"TYPE_GENERIC_LOCK_UNLOCK\",\"-5\":\"TYPE_GENERIC_ARM_DISARM\",\"-6\":\"TYPE_GENERIC_TEMP_SETTING\",\"-7\":\"TYPE_GENERIC_VIEWSTREAM\"}},\"android.service.controls.actions.ControlAction.ActionType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_BOOLEAN\",\"2\":\"TYPE_FLOAT\",\"4\":\"TYPE_MODE\",\"5\":\"TYPE_COMMAND\",\"-1\":\"TYPE_ERROR\"}},\"android.service.controls.actions.ControlAction.ResponseResult\":{\"flag\":false,\"values\":{\"0\":\"RESPONSE_UNKNOWN\",\"1\":\"RESPONSE_OK\",\"2\":\"RESPONSE_FAIL\",\"3\":\"RESPONSE_CHALLENGE_ACK\",\"4\":\"RESPONSE_CHALLENGE_PIN\",\"5\":\"RESPONSE_CHALLENGE_PASSPHRASE\"}},\"android.service.controls.templates.ControlTemplate.TemplateType\":{\"flag\":false,\"values\":{\"0\":\"TYPE_NO_TEMPLATE\",\"1\":\"TYPE_TOGGLE\",\"2\":\"TYPE_RANGE\",\"3\":\"TYPE_THUMBNAIL\",\"6\":\"TYPE_TOGGLE_RANGE\",\"7\":\"TYPE_TEMPERATURE\",\"8\":\"TYPE_STATELESS\",\"-1\":\"TYPE_ERROR\"}},\"android.service.controls.templates.TemperatureControlTemplate.Mode\":{\"flag\":false,\"values\":{\"0\":\"MODE_UNKNOWN\",\"1\":\"MODE_OFF\",\"2\":\"MODE_HEAT\",\"3\":\"MODE_COOL\",\"4\":\"MODE_HEAT_COOL\",\"5\":\"MODE_ECO\"}},\"android.service.controls.templates.TemperatureControlTemplate.ModeFlag\":{\"flag\":true,\"values\":{\"2\":\"FLAG_MODE_OFF\",\"4\":\"FLAG_MODE_HEAT\",\"8\":\"FLAG_MODE_COOL\",\"16\":\"FLAG_MODE_HEAT_COOL\",\"32\":\"FLAG_MODE_ECO\"}},\"android.service.euicc.EuiccProfileInfo.PolicyRule\":{\"flag\":true,\"values\":{\"1\":\"POLICY_RULE_DO_NOT_DISABLE\",\"2\":\"POLICY_RULE_DO_NOT_DELETE\",\"4\":\"POLICY_RULE_DELETE_AFTER_DISABLING\"}},\"android.service.euicc.EuiccProfileInfo.ProfileClass\":{\"flag\":false,\"values\":{\"0\":\"PROFILE_CLASS_TESTING\",\"1\":\"PROFILE_CLASS_PROVISIONING\",\"2\":\"PROFILE_CLASS_OPERATIONAL\",\"-1\":\"PROFILE_CLASS_UNSET\"}},\"android.service.euicc.EuiccProfileInfo.ProfileState\":{\"flag\":false,\"values\":{\"0\":\"PROFILE_STATE_DISABLED\",\"1\":\"PROFILE_STATE_ENABLED\",\"-1\":\"PROFILE_STATE_UNSET\"}},\"android.service.euicc.EuiccService.ResolvableError\":{\"flag\":true,\"values\":{\"1\":\"RESOLVABLE_ERROR_CONFIRMATION_CODE\",\"2\":\"RESOLVABLE_ERROR_POLICY_RULES\"}},\"android.service.euicc.EuiccService.Result\":{\"flag\":false,\"values\":{\"0\":\"RESULT_OK\",\"1\":\"RESULT_FIRST_USER\",\"-1\":\"RESULT_MUST_DEACTIVATE_SIM\",\"-2\":\"RESULT_NEED_CONFIRMATION_CODE\"}},\"android.service.media.MediaBrowserService.ResultFlags\":{\"flag\":true,\"values\":{\"1\":\"RESULT_FLAG_OPTION_NOT_HANDLED\",\"2\":\"RESULT_FLAG_ON_LOAD_ITEM_NOT_IMPLEMENTED\"}},\"android.service.notification.Condition.State\":{\"flag\":false,\"values\":{\"0\":\"STATE_FALSE\",\"1\":\"STATE_TRUE\",\"2\":\"STATE_UNKNOWN\",\"3\":\"STATE_ERROR\"}},\"android.service.notification.NotificationAssistantService.Source\":{\"flag\":false,\"values\":{\"0\":\"SOURCE_FROM_APP\",\"1\":\"SOURCE_FROM_ASSISTANT\"}},\"android.service.notification.NotificationListenerService.ChannelOrGroupModificationTypes\":{\"flag\":false,\"values\":{\"1\":\"NOTIFICATION_CHANNEL_OR_GROUP_ADDED\",\"2\":\"NOTIFICATION_CHANNEL_OR_GROUP_UPDATED\",\"3\":\"NOTIFICATION_CHANNEL_OR_GROUP_DELETED\"}},\"android.service.notification.NotificationListenerService.NotificationCancelReason\":{\"flag\":false,\"values\":{\"1\":\"REASON_CLICK\",\"2\":\"REASON_CANCEL\",\"3\":\"REASON_CANCEL_ALL\",\"4\":\"REASON_ERROR\",\"5\":\"REASON_PACKAGE_CHANGED\",\"6\":\"REASON_USER_STOPPED\",\"7\":\"REASON_PACKAGE_BANNED\",\"8\":\"REASON_APP_CANCEL\",\"9\":\"REASON_APP_CANCEL_ALL\",\"10\":\"REASON_LISTENER_CANCEL\",\"11\":\"REASON_LISTENER_CANCEL_ALL\",\"12\":\"REASON_GROUP_SUMMARY_CANCELED\",\"13\":\"REASON_GROUP_OPTIMIZATION\",\"14\":\"REASON_PACKAGE_SUSPENDED\",\"15\":\"REASON_PROFILE_TURNED_OFF\",\"16\":\"REASON_UNAUTOBUNDLED\",\"17\":\"REASON_CHANNEL_BANNED\",\"18\":\"REASON_SNOOZED\",\"19\":\"REASON_TIMEOUT\"}},\"android.service.notification.NotificationListenerService.NotificationFilterTypes\":{\"flag\":true,\"values\":{\"1\":\"FLAG_FILTER_TYPE_CONVERSATIONS\",\"2\":\"FLAG_FILTER_TYPE_ALERTING\",\"4\":\"FLAG_FILTER_TYPE_SILENT\",\"8\":\"FLAG_FILTER_TYPE_ONGOING\"}},\"android.service.notification.NotificationListenerService.Ranking.RankingAdjustment\":{\"flag\":false,\"values\":{\"0\":\"RANKING_UNCHANGED\",\"1\":\"RANKING_PROMOTED\",\"-1\":\"RANKING_DEMOTED\"}},\"android.service.notification.NotificationListenerService.Ranking.UserSentiment\":{\"flag\":false,\"values\":{\"0\":\"USER_SENTIMENT_NEUTRAL\",\"1\":\"USER_SENTIMENT_POSITIVE\",\"-1\":\"USER_SENTIMENT_NEGATIVE\"}},\"android.service.notification.NotificationStats.DismissalSentiment\":{\"flag\":false,\"values\":{\"0\":\"DISMISS_SENTIMENT_NEGATIVE\",\"1\":\"DISMISS_SENTIMENT_NEUTRAL\",\"2\":\"DISMISS_SENTIMENT_POSITIVE\",\"-1000\":\"DISMISS_SENTIMENT_UNKNOWN\"}},\"android.service.notification.NotificationStats.DismissalSurface\":{\"flag\":false,\"values\":{\"0\":\"DISMISSAL_OTHER\",\"1\":\"DISMISSAL_PEEK\",\"2\":\"DISMISSAL_AOD\",\"3\":\"DISMISSAL_SHADE\",\"-1\":\"DISMISSAL_NOT_DISMISSED\"}},\"android.service.notification.ZenPolicy.ConversationSenders\":{\"flag\":false,\"values\":{\"0\":\"CONVERSATION_SENDERS_UNSET\",\"1\":\"CONVERSATION_SENDERS_ANYONE\",\"2\":\"CONVERSATION_SENDERS_IMPORTANT\",\"3\":\"CONVERSATION_SENDERS_NONE\"}},\"android.service.notification.ZenPolicy.PeopleType\":{\"flag\":false,\"values\":{\"0\":\"PEOPLE_TYPE_UNSET\",\"1\":\"PEOPLE_TYPE_ANYONE\",\"2\":\"PEOPLE_TYPE_CONTACTS\",\"3\":\"PEOPLE_TYPE_STARRED\",\"4\":\"PEOPLE_TYPE_NONE\"}},\"android.service.notification.ZenPolicy.PriorityCategory\":{\"flag\":false,\"values\":{\"0\":\"PRIORITY_CATEGORY_REMINDERS\",\"1\":\"PRIORITY_CATEGORY_EVENTS\",\"2\":\"PRIORITY_CATEGORY_MESSAGES\",\"3\":\"PRIORITY_CATEGORY_CALLS\",\"4\":\"PRIORITY_CATEGORY_REPEAT_CALLERS\",\"5\":\"PRIORITY_CATEGORY_ALARMS\",\"6\":\"PRIORITY_CATEGORY_MEDIA\",\"7\":\"PRIORITY_CATEGORY_SYSTEM\",\"8\":\"PRIORITY_CATEGORY_CONVERSATIONS\"}},\"android.service.notification.ZenPolicy.State\":{\"flag\":false,\"values\":{\"0\":\"STATE_UNSET\",\"1\":\"STATE_ALLOW\",\"2\":\"STATE_DISALLOW\"}},\"android.service.notification.ZenPolicy.VisualEffect\":{\"flag\":false,\"values\":{\"0\":\"VISUAL_EFFECT_FULL_SCREEN_INTENT\",\"1\":\"VISUAL_EFFECT_LIGHTS\",\"2\":\"VISUAL_EFFECT_PEEK\",\"3\":\"VISUAL_EFFECT_STATUS_BAR\",\"4\":\"VISUAL_EFFECT_BADGE\",\"5\":\"VISUAL_EFFECT_AMBIENT\",\"6\":\"VISUAL_EFFECT_NOTIFICATION_LIST\"}},\"android.service.persistentdata.PersistentDataBlockManager.FlashLockState\":{\"flag\":false,\"values\":{\"0\":\"FLASH_LOCK_UNLOCKED\",\"1\":\"FLASH_LOCK_LOCKED\",\"-1\":\"FLASH_LOCK_UNKNOWN\"}},\"android.service.quickaccesswallet.WalletServiceEvent.EventType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_NFC_PAYMENT_STARTED\",\"2\":\"TYPE_WALLET_CARDS_UPDATED\"}},\"android.service.rotationresolver.RotationResolverService.FailureCodes\":{\"flag\":false,\"values\":{\"0\":\"ROTATION_RESULT_FAILURE_CANCELLED\",\"1\":\"ROTATION_RESULT_FAILURE_TIMED_OUT\",\"2\":\"ROTATION_RESULT_FAILURE_PREEMPTED\",\"3\":\"ROTATION_RESULT_FAILURE_UNKNOWN\",\"4\":\"ROTATION_RESULT_FAILURE_NOT_SUPPORTED\"}},\"android.service.settings.suggestions.Suggestion.Flags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_HAS_BUTTON\",\"2\":\"FLAG_ICON_TINTABLE\"}},\"android.service.storage.ExternalStorageService.SessionFlag\":{\"flag\":true,\"values\":{\"1\":\"FLAG_SESSION_TYPE_FUSE\",\"2\":\"FLAG_SESSION_ATTRIBUTE_INDEXABLE\"}},\"android.service.textclassifier.TextClassifierService.ConnectionState\":{\"flag\":false,\"values\":{\"0\":\"CONNECTED\",\"1\":\"DISCONNECTED\"}},\"android.service.trust.TrustAgentService.GrantTrustFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_GRANT_TRUST_INITIATED_BY_USER\",\"2\":\"FLAG_GRANT_TRUST_DISMISS_KEYGUARD\"}},\"android.service.trust.TrustAgentService.TokenState\":{\"flag\":true,\"values\":{\"0\":\"TOKEN_STATE_INACTIVE\",\"1\":\"TOKEN_STATE_ACTIVE\"}},\"android.service.voice.AlwaysOnHotwordDetector.AudioCapabilities\":{\"flag\":true,\"values\":{\"1\":\"AUDIO_CAPABILITY_ECHO_CANCELLATION\",\"2\":\"AUDIO_CAPABILITY_NOISE_SUPPRESSION\"}},\"android.service.voice.AlwaysOnHotwordDetector.ModelParams\":{\"flag\":true,\"values\":{\"0\":\"MODEL_PARAM_THRESHOLD_FACTOR\"}},\"android.service.voice.AlwaysOnHotwordDetector.RecognitionFlags\":{\"flag\":true,\"values\":{\"0\":\"RECOGNITION_FLAG_NONE\",\"1\":\"RECOGNITION_FLAG_CAPTURE_TRIGGER_AUDIO\",\"2\":\"RECOGNITION_FLAG_ALLOW_MULTIPLE_TRIGGERS\",\"4\":\"RECOGNITION_FLAG_ENABLE_AUDIO_ECHO_CANCELLATION\",\"8\":\"RECOGNITION_FLAG_ENABLE_AUDIO_NOISE_SUPPRESSION\",\"16\":\"RECOGNITION_FLAG_RUN_IN_BATTERY_SAVER\"}},\"android.service.voice.AlwaysOnHotwordDetector.RecognitionModes\":{\"flag\":true,\"values\":{\"1\":\"RECOGNITION_MODE_VOICE_TRIGGER\",\"2\":\"RECOGNITION_MODE_USER_IDENTIFICATION\"}},\"android.service.voice.HotwordDetectedResult.ConfidenceLevel\":{\"flag\":false,\"values\":{\"0\":\"CONFIDENCE_LEVEL_NONE\",\"1\":\"CONFIDENCE_LEVEL_LOW\",\"2\":\"CONFIDENCE_LEVEL_LOW_MEDIUM\",\"3\":\"CONFIDENCE_LEVEL_MEDIUM\",\"4\":\"CONFIDENCE_LEVEL_MEDIUM_HIGH\",\"5\":\"CONFIDENCE_LEVEL_HIGH\",\"6\":\"CONFIDENCE_LEVEL_VERY_HIGH\"}},\"android.service.voice.HotwordDetectedResult.HotwordConfidenceLevelValue\":{\"flag\":false,\"values\":{\"0\":\"CONFIDENCE_LEVEL_NONE\",\"1\":\"CONFIDENCE_LEVEL_LOW\",\"2\":\"CONFIDENCE_LEVEL_LOW_MEDIUM\",\"3\":\"CONFIDENCE_LEVEL_MEDIUM\",\"4\":\"CONFIDENCE_LEVEL_MEDIUM_HIGH\",\"5\":\"CONFIDENCE_LEVEL_HIGH\",\"6\":\"CONFIDENCE_LEVEL_VERY_HIGH\"}},\"android.service.voice.HotwordDetectionService.AudioSource\":{\"flag\":false,\"values\":{\"1\":\"AUDIO_SOURCE_MICROPHONE\",\"2\":\"AUDIO_SOURCE_EXTERNAL\"}},\"android.service.voice.HotwordRejectedResult.ConfidenceLevel\":{\"flag\":false,\"values\":{\"0\":\"CONFIDENCE_LEVEL_NONE\",\"1\":\"CONFIDENCE_LEVEL_LOW\",\"2\":\"CONFIDENCE_LEVEL_MEDIUM\",\"3\":\"CONFIDENCE_LEVEL_HIGH\"}},\"android.service.voice.HotwordRejectedResult.HotwordConfidenceLevelValue\":{\"flag\":false,\"values\":{\"0\":\"CONFIDENCE_LEVEL_NONE\",\"1\":\"CONFIDENCE_LEVEL_LOW\",\"2\":\"CONFIDENCE_LEVEL_MEDIUM\",\"3\":\"CONFIDENCE_LEVEL_HIGH\"}},\"android.speech.SpeechRecognizer.RecognitionError\":{\"flag\":false,\"values\":{\"1\":\"ERROR_NETWORK_TIMEOUT\",\"2\":\"ERROR_NETWORK\",\"3\":\"ERROR_AUDIO\",\"4\":\"ERROR_SERVER\",\"5\":\"ERROR_CLIENT\",\"6\":\"ERROR_SPEECH_TIMEOUT\",\"7\":\"ERROR_NO_MATCH\",\"8\":\"ERROR_RECOGNIZER_BUSY\",\"9\":\"ERROR_INSUFFICIENT_PERMISSIONS\",\"10\":\"ERROR_TOO_MANY_REQUESTS\",\"11\":\"ERROR_SERVER_DISCONNECTED\",\"12\":\"ERROR_LANGUAGE_NOT_SUPPORTED\",\"13\":\"ERROR_LANGUAGE_UNAVAILABLE\"}},\"android.speech.tts.SynthesisCallback.SupportedAudioFormat\":{\"flag\":false,\"values\":{\"2\":\"ENCODING_PCM_16BIT\",\"3\":\"ENCODING_PCM_8BIT\",\"4\":\"ENCODING_PCM_FLOAT\"}},\"android.speech.tts.TextToSpeech.Error\":{\"flag\":false,\"values\":{\"-3\":\"ERROR_SYNTHESIS\",\"-4\":\"ERROR_SERVICE\",\"-5\":\"ERROR_OUTPUT\",\"-6\":\"ERROR_NETWORK\",\"-7\":\"ERROR_NETWORK_TIMEOUT\",\"-8\":\"ERROR_INVALID_REQUEST\",\"-9\":\"ERROR_NOT_INSTALLED_YET\"}},\"android.telecom.Call.CallState\":{\"flag\":false,\"values\":{\"0\":\"STATE_NEW\",\"1\":\"STATE_DIALING\",\"2\":\"STATE_RINGING\",\"3\":\"STATE_HOLDING\",\"4\":\"STATE_ACTIVE\",\"7\":\"STATE_DISCONNECTED\",\"8\":\"STATE_SELECT_PHONE_ACCOUNT\",\"9\":\"STATE_CONNECTING\",\"10\":\"STATE_DISCONNECTING\",\"11\":\"STATE_PULLING_CALL\",\"12\":\"STATE_AUDIO_PROCESSING\",\"13\":\"STATE_SIMULATED_RINGING\"}},\"android.telecom.Call.Callback.HandoverFailureErrors\":{\"flag\":false,\"values\":{\"1\":\"HANDOVER_FAILURE_DEST_APP_REJECTED\",\"2\":\"HANDOVER_FAILURE_NOT_SUPPORTED\",\"3\":\"HANDOVER_FAILURE_USER_REJECTED\",\"4\":\"HANDOVER_FAILURE_ONGOING_EMERGENCY_CALL\",\"5\":\"HANDOVER_FAILURE_UNKNOWN\"}},\"android.telecom.Call.Details.CallDirection\":{\"flag\":false,\"values\":{\"0\":\"DIRECTION_INCOMING\",\"1\":\"DIRECTION_OUTGOING\",\"-1\":\"DIRECTION_UNKNOWN\"}},\"android.telecom.Call.RejectReason\":{\"flag\":false,\"values\":{\"1\":\"REJECT_REASON_DECLINED\",\"2\":\"REJECT_REASON_UNWANTED\"}},\"android.telecom.Call.RttCall.RttAudioMode\":{\"flag\":false,\"values\":{\"0\":\"RTT_MODE_INVALID\",\"1\":\"RTT_MODE_FULL\",\"2\":\"RTT_MODE_HCO\",\"3\":\"RTT_MODE_VCO\"}},\"android.telecom.CallAudioState.CallAudioRoute\":{\"flag\":true,\"values\":{\"1\":\"ROUTE_EARPIECE\",\"2\":\"ROUTE_BLUETOOTH\",\"4\":\"ROUTE_WIRED_HEADSET\",\"8\":\"ROUTE_SPEAKER\"}},\"android.telecom.CallDiagnostics.MessageType\":{\"flag\":false,\"values\":{\"1\":\"MESSAGE_CALL_NETWORK_TYPE\",\"2\":\"MESSAGE_CALL_AUDIO_CODEC\",\"3\":\"MESSAGE_DEVICE_BATTERY_STATE\",\"4\":\"MESSAGE_DEVICE_NETWORK_COVERAGE\"}},\"android.telecom.CallScreeningService.CallResponse.CallComposerAttachmentType\":{\"flag\":true,\"values\":{\"1\":\"CALL_COMPOSER_ATTACHMENT_PICTURE\",\"2\":\"CALL_COMPOSER_ATTACHMENT_LOCATION\",\"4\":\"CALL_COMPOSER_ATTACHMENT_SUBJECT\",\"8\":\"CALL_COMPOSER_ATTACHMENT_PRIORITY\"}},\"android.telecom.Connection.AudioCodec\":{\"flag\":false,\"values\":{\"0\":\"AUDIO_CODEC_NONE\",\"1\":\"AUDIO_CODEC_AMR\",\"2\":\"AUDIO_CODEC_AMR_WB\",\"3\":\"AUDIO_CODEC_QCELP13K\",\"4\":\"AUDIO_CODEC_EVRC\",\"5\":\"AUDIO_CODEC_EVRC_B\",\"6\":\"AUDIO_CODEC_EVRC_WB\",\"7\":\"AUDIO_CODEC_EVRC_NW\",\"8\":\"AUDIO_CODEC_GSM_EFR\",\"9\":\"AUDIO_CODEC_GSM_FR\",\"10\":\"AUDIO_CODEC_GSM_HR\",\"11\":\"AUDIO_CODEC_G711U\",\"12\":\"AUDIO_CODEC_G723\",\"13\":\"AUDIO_CODEC_G711A\",\"14\":\"AUDIO_CODEC_G722\",\"15\":\"AUDIO_CODEC_G711AB\",\"16\":\"AUDIO_CODEC_G729\",\"17\":\"AUDIO_CODEC_EVS_NB\",\"19\":\"AUDIO_CODEC_EVS_SWB\",\"20\":\"AUDIO_CODEC_EVS_FB\"}},\"android.telecom.Connection.ConnectionState\":{\"flag\":false,\"values\":{\"0\":\"STATE_INITIALIZING\",\"1\":\"STATE_NEW\",\"2\":\"STATE_RINGING\",\"3\":\"STATE_DIALING\",\"4\":\"STATE_ACTIVE\",\"5\":\"STATE_HOLDING\",\"6\":\"STATE_DISCONNECTED\",\"7\":\"STATE_PULLING_CALL\"}},\"android.telecom.Connection.VerificationStatus\":{\"flag\":false,\"values\":{\"0\":\"VERIFICATION_STATUS_NOT_VERIFIED\",\"1\":\"VERIFICATION_STATUS_PASSED\",\"2\":\"VERIFICATION_STATUS_FAILED\"}},\"android.telecom.PhoneAccountSuggestion.SuggestionReason\":{\"flag\":false,\"values\":{\"0\":\"REASON_NONE\",\"1\":\"REASON_INTRA_CARRIER\",\"2\":\"REASON_FREQUENT\",\"3\":\"REASON_USER_SET\",\"4\":\"REASON_OTHER\"}},\"android.telecom.TelecomManager.Presentation\":{\"flag\":false,\"values\":{\"1\":\"PRESENTATION_ALLOWED\",\"2\":\"PRESENTATION_RESTRICTED\",\"3\":\"PRESENTATION_UNKNOWN\",\"4\":\"PRESENTATION_PAYPHONE\"}},\"android.telecom.TelecomManager.TtyMode\":{\"flag\":false,\"values\":{\"0\":\"TTY_MODE_OFF\",\"1\":\"TTY_MODE_FULL\",\"2\":\"TTY_MODE_HCO\",\"3\":\"TTY_MODE_VCO\"}},\"android.telecom.VideoProfile.VideoQuality\":{\"flag\":false,\"values\":{\"0\":\"QUALITY_UNKNOWN\",\"1\":\"QUALITY_HIGH\",\"2\":\"QUALITY_MEDIUM\",\"3\":\"QUALITY_LOW\",\"4\":\"QUALITY_DEFAULT\"}},\"android.telecom.VideoProfile.VideoState\":{\"flag\":true,\"values\":{\"0\":\"STATE_AUDIO_ONLY\",\"1\":\"STATE_TX_ENABLED\",\"2\":\"STATE_RX_ENABLED\",\"3\":\"STATE_BIDIRECTIONAL\",\"4\":\"STATE_PAUSED\"}},\"android.telephony.AccessNetworkConstants.EutranBand.EutranBands\":{\"flag\":false,\"values\":{\"1\":\"BAND_1\",\"2\":\"BAND_2\",\"3\":\"BAND_3\",\"4\":\"BAND_4\",\"5\":\"BAND_5\",\"6\":\"BAND_6\",\"7\":\"BAND_7\",\"8\":\"BAND_8\",\"9\":\"BAND_9\",\"10\":\"BAND_10\",\"11\":\"BAND_11\",\"12\":\"BAND_12\",\"13\":\"BAND_13\",\"14\":\"BAND_14\",\"17\":\"BAND_17\",\"18\":\"BAND_18\",\"19\":\"BAND_19\",\"20\":\"BAND_20\",\"21\":\"BAND_21\",\"22\":\"BAND_22\",\"23\":\"BAND_23\",\"24\":\"BAND_24\",\"25\":\"BAND_25\",\"26\":\"BAND_26\",\"27\":\"BAND_27\",\"28\":\"BAND_28\",\"30\":\"BAND_30\",\"31\":\"BAND_31\",\"33\":\"BAND_33\",\"34\":\"BAND_34\",\"35\":\"BAND_35\",\"36\":\"BAND_36\",\"37\":\"BAND_37\",\"38\":\"BAND_38\",\"39\":\"BAND_39\",\"40\":\"BAND_40\",\"41\":\"BAND_41\",\"42\":\"BAND_42\",\"43\":\"BAND_43\",\"44\":\"BAND_44\",\"45\":\"BAND_45\",\"46\":\"BAND_46\",\"47\":\"BAND_47\",\"48\":\"BAND_48\",\"49\":\"BAND_49\",\"50\":\"BAND_50\",\"51\":\"BAND_51\",\"52\":\"BAND_52\",\"53\":\"BAND_53\",\"65\":\"BAND_65\",\"66\":\"BAND_66\",\"68\":\"BAND_68\",\"70\":\"BAND_70\",\"71\":\"BAND_71\",\"72\":\"BAND_72\",\"73\":\"BAND_73\",\"74\":\"BAND_74\",\"85\":\"BAND_85\",\"87\":\"BAND_87\",\"88\":\"BAND_88\"}},\"android.telephony.AccessNetworkConstants.GeranBand.GeranBands\":{\"flag\":false,\"values\":{\"1\":\"BAND_T380\",\"2\":\"BAND_T410\",\"3\":\"BAND_450\",\"4\":\"BAND_480\",\"5\":\"BAND_710\",\"6\":\"BAND_750\",\"7\":\"BAND_T810\",\"8\":\"BAND_850\",\"9\":\"BAND_P900\",\"10\":\"BAND_E900\",\"11\":\"BAND_R900\",\"12\":\"BAND_DCS1800\",\"13\":\"BAND_PCS1900\",\"14\":\"BAND_ER900\"}},\"android.telephony.AccessNetworkConstants.NgranBands.FrequencyRangeGroup\":{\"flag\":false,\"values\":{\"0\":\"FREQUENCY_RANGE_GROUP_UNKNOWN\",\"1\":\"FREQUENCY_RANGE_GROUP_1\",\"2\":\"FREQUENCY_RANGE_GROUP_2\"}},\"android.telephony.AccessNetworkConstants.NgranBands.NgranBand\":{\"flag\":false,\"values\":{\"1\":\"BAND_1\",\"2\":\"BAND_2\",\"3\":\"BAND_3\",\"5\":\"BAND_5\",\"7\":\"BAND_7\",\"8\":\"BAND_8\",\"12\":\"BAND_12\",\"14\":\"BAND_14\",\"18\":\"BAND_18\",\"20\":\"BAND_20\",\"25\":\"BAND_25\",\"26\":\"BAND_26\",\"28\":\"BAND_28\",\"29\":\"BAND_29\",\"30\":\"BAND_30\",\"34\":\"BAND_34\",\"38\":\"BAND_38\",\"39\":\"BAND_39\",\"40\":\"BAND_40\",\"41\":\"BAND_41\",\"46\":\"BAND_46\",\"48\":\"BAND_48\",\"50\":\"BAND_50\",\"51\":\"BAND_51\",\"53\":\"BAND_53\",\"65\":\"BAND_65\",\"66\":\"BAND_66\",\"70\":\"BAND_70\",\"71\":\"BAND_71\",\"74\":\"BAND_74\",\"75\":\"BAND_75\",\"76\":\"BAND_76\",\"77\":\"BAND_77\",\"78\":\"BAND_78\",\"79\":\"BAND_79\",\"80\":\"BAND_80\",\"81\":\"BAND_81\",\"82\":\"BAND_82\",\"83\":\"BAND_83\",\"84\":\"BAND_84\",\"86\":\"BAND_86\",\"89\":\"BAND_89\",\"90\":\"BAND_90\",\"91\":\"BAND_91\",\"92\":\"BAND_92\",\"93\":\"BAND_93\",\"94\":\"BAND_94\",\"95\":\"BAND_95\",\"96\":\"BAND_96\",\"257\":\"BAND_257\",\"258\":\"BAND_258\",\"260\":\"BAND_260\",\"261\":\"BAND_261\"}},\"android.telephony.AccessNetworkConstants.RadioAccessNetworkType\":{\"flag\":false,\"values\":{\"0\":\"UNKNOWN\",\"1\":\"GERAN\",\"2\":\"UTRAN\",\"3\":\"EUTRAN\",\"4\":\"CDMA2000\",\"5\":\"IWLAN\",\"6\":\"NGRAN\"}},\"android.telephony.AccessNetworkConstants.TransportType\":{\"flag\":false,\"values\":{\"1\":\"TRANSPORT_TYPE_WWAN\",\"2\":\"TRANSPORT_TYPE_WLAN\",\"-1\":\"TRANSPORT_TYPE_INVALID\"}},\"android.telephony.AccessNetworkConstants.UtranBand.UtranBands\":{\"flag\":false,\"values\":{\"1\":\"BAND_1\",\"2\":\"BAND_2\",\"3\":\"BAND_3\",\"4\":\"BAND_4\",\"5\":\"BAND_5\",\"6\":\"BAND_6\",\"7\":\"BAND_7\",\"8\":\"BAND_8\",\"9\":\"BAND_9\",\"10\":\"BAND_10\",\"11\":\"BAND_11\",\"12\":\"BAND_12\",\"13\":\"BAND_13\",\"14\":\"BAND_14\",\"19\":\"BAND_19\",\"20\":\"BAND_20\",\"21\":\"BAND_21\",\"22\":\"BAND_22\",\"25\":\"BAND_25\",\"26\":\"BAND_26\",\"101\":\"BAND_A\",\"102\":\"BAND_B\",\"103\":\"BAND_C\",\"104\":\"BAND_D\",\"105\":\"BAND_E\",\"106\":\"BAND_F\"}},\"android.telephony.Annotation.ApnType\":{\"flag\":true,\"values\":{\"2\":\"TYPE_MMS\",\"4\":\"TYPE_SUPL\",\"8\":\"TYPE_DUN\",\"16\":\"TYPE_HIPRI\",\"17\":\"TYPE_DEFAULT\",\"32\":\"TYPE_FOTA\",\"64\":\"TYPE_IMS\",\"128\":\"TYPE_CBS\",\"256\":\"TYPE_IA\",\"512\":\"TYPE_EMERGENCY\",\"1024\":\"TYPE_MCX\",\"2048\":\"TYPE_XCAP\"}},\"android.telephony.Annotation.CallState\":{\"flag\":false,\"values\":{\"0\":\"CALL_STATE_IDLE\",\"1\":\"CALL_STATE_RINGING\",\"2\":\"CALL_STATE_OFFHOOK\"}},\"android.telephony.Annotation.CarrierPrivilegeStatus\":{\"flag\":false,\"values\":{\"0\":\"CARRIER_PRIVILEGE_STATUS_NO_ACCESS\",\"1\":\"CARRIER_PRIVILEGE_STATUS_HAS_ACCESS\",\"-1\":\"CARRIER_PRIVILEGE_STATUS_RULES_NOT_LOADED\",\"-2\":\"CARRIER_PRIVILEGE_STATUS_ERROR_LOADING_RULES\"}},\"android.telephony.Annotation.DataActivityType\":{\"flag\":false,\"values\":{\"0\":\"DATA_ACTIVITY_NONE\",\"1\":\"DATA_ACTIVITY_IN\",\"2\":\"DATA_ACTIVITY_OUT\",\"3\":\"DATA_ACTIVITY_INOUT\",\"4\":\"DATA_ACTIVITY_DORMANT\"}},\"android.telephony.Annotation.DataFailureCause\":{\"flag\":false,\"values\":{\"0\":\"NONE\",\"8\":\"OPERATOR_BARRED\",\"14\":\"NAS_SIGNALLING\",\"25\":\"LLC_SNDCP\",\"26\":\"INSUFFICIENT_RESOURCES\",\"27\":\"MISSING_UNKNOWN_APN\",\"28\":\"UNKNOWN_PDP_ADDRESS_TYPE\",\"29\":\"USER_AUTHENTICATION\",\"30\":\"ACTIVATION_REJECT_GGSN\",\"31\":\"ACTIVATION_REJECT_UNSPECIFIED\",\"32\":\"SERVICE_OPTION_NOT_SUPPORTED\",\"33\":\"SERVICE_OPTION_NOT_SUBSCRIBED\",\"34\":\"SERVICE_OPTION_OUT_OF_ORDER\",\"35\":\"NSAPI_IN_USE\",\"36\":\"REGULAR_DEACTIVATION\",\"37\":\"QOS_NOT_ACCEPTED\",\"38\":\"NETWORK_FAILURE\",\"39\":\"UMTS_REACTIVATION_REQ\",\"40\":\"FEATURE_NOT_SUPP\",\"41\":\"TFT_SEMANTIC_ERROR\",\"42\":\"TFT_SYTAX_ERROR\",\"43\":\"UNKNOWN_PDP_CONTEXT\",\"44\":\"FILTER_SEMANTIC_ERROR\",\"45\":\"FILTER_SYTAX_ERROR\",\"46\":\"PDP_WITHOUT_ACTIVE_TFT\",\"48\":\"ACTIVATION_REJECTED_BCM_VIOLATION\",\"50\":\"ONLY_IPV4_ALLOWED\",\"51\":\"ONLY_IPV6_ALLOWED\",\"52\":\"ONLY_SINGLE_BEARER_ALLOWED\",\"53\":\"ESM_INFO_NOT_RECEIVED\",\"54\":\"PDN_CONN_DOES_NOT_EXIST\",\"55\":\"MULTI_CONN_TO_SAME_PDN_NOT_ALLOWED\",\"56\":\"COLLISION_WITH_NETWORK_INITIATED_REQUEST\",\"57\":\"ONLY_IPV4V6_ALLOWED\",\"58\":\"ONLY_NON_IP_ALLOWED\",\"59\":\"UNSUPPORTED_QCI_VALUE\",\"60\":\"BEARER_HANDLING_NOT_SUPPORTED\",\"65\":\"ACTIVE_PDP_CONTEXT_MAX_NUMBER_REACHED\",\"66\":\"UNSUPPORTED_APN_IN_CURRENT_PLMN\",\"81\":\"INVALID_TRANSACTION_ID\",\"95\":\"MESSAGE_INCORRECT_SEMANTIC\",\"96\":\"INVALID_MANDATORY_INFO\",\"97\":\"MESSAGE_TYPE_UNSUPPORTED\",\"98\":\"MSG_TYPE_NONCOMPATIBLE_STATE\",\"99\":\"UNKNOWN_INFO_ELEMENT\",\"100\":\"CONDITIONAL_IE_ERROR\",\"101\":\"MSG_AND_PROTOCOL_STATE_UNCOMPATIBLE\",\"111\":\"PROTOCOL_ERRORS\",\"112\":\"APN_TYPE_CONFLICT\",\"113\":\"INVALID_PCSCF_ADDR\",\"114\":\"INTERNAL_CALL_PREEMPT_BY_HIGH_PRIO_APN\",\"115\":\"EMM_ACCESS_BARRED\",\"116\":\"EMERGENCY_IFACE_ONLY\",\"117\":\"IFACE_MISMATCH\",\"118\":\"COMPANION_IFACE_IN_USE\",\"119\":\"IP_ADDRESS_MISMATCH\",\"120\":\"IFACE_AND_POL_FAMILY_MISMATCH\",\"121\":\"EMM_ACCESS_BARRED_INFINITE_RETRY\",\"122\":\"AUTH_FAILURE_ON_EMERGENCY_CALL\",\"123\":\"INVALID_DNS_ADDR\",\"124\":\"INVALID_PCSCF_OR_DNS_ADDRESS\",\"127\":\"CALL_PREEMPT_BY_EMERGENCY_APN\",\"128\":\"UE_INITIATED_DETACH_OR_DISCONNECT\",\"2000\":\"MIP_FA_REASON_UNSPECIFIED\",\"2001\":\"MIP_FA_ADMIN_PROHIBITED\",\"2002\":\"MIP_FA_INSUFFICIENT_RESOURCES\",\"2003\":\"MIP_FA_MOBILE_NODE_AUTHENTICATION_FAILURE\",\"2004\":\"MIP_FA_HOME_AGENT_AUTHENTICATION_FAILURE\",\"2005\":\"MIP_FA_REQUESTED_LIFETIME_TOO_LONG\",\"2006\":\"MIP_FA_MALFORMED_REQUEST\",\"2007\":\"MIP_FA_MALFORMED_REPLY\",\"2008\":\"MIP_FA_ENCAPSULATION_UNAVAILABLE\",\"2009\":\"MIP_FA_VJ_HEADER_COMPRESSION_UNAVAILABLE\",\"2010\":\"MIP_FA_REVERSE_TUNNEL_UNAVAILABLE\",\"2011\":\"MIP_FA_REVERSE_TUNNEL_IS_MANDATORY\",\"2012\":\"MIP_FA_DELIVERY_STYLE_NOT_SUPPORTED\",\"2013\":\"MIP_FA_MISSING_NAI\",\"2014\":\"MIP_FA_MISSING_HOME_AGENT\",\"2015\":\"MIP_FA_MISSING_HOME_ADDRESS\",\"2016\":\"MIP_FA_UNKNOWN_CHALLENGE\",\"2017\":\"MIP_FA_MISSING_CHALLENGE\",\"2018\":\"MIP_FA_STALE_CHALLENGE\",\"2019\":\"MIP_HA_REASON_UNSPECIFIED\",\"2020\":\"MIP_HA_ADMIN_PROHIBITED\",\"2021\":\"MIP_HA_INSUFFICIENT_RESOURCES\",\"2022\":\"MIP_HA_MOBILE_NODE_AUTHENTICATION_FAILURE\",\"2023\":\"MIP_HA_FOREIGN_AGENT_AUTHENTICATION_FAILURE\",\"2024\":\"MIP_HA_REGISTRATION_ID_MISMATCH\",\"2025\":\"MIP_HA_MALFORMED_REQUEST\",\"2026\":\"MIP_HA_UNKNOWN_HOME_AGENT_ADDRESS\",\"2027\":\"MIP_HA_REVERSE_TUNNEL_UNAVAILABLE\",\"2028\":\"MIP_HA_REVERSE_TUNNEL_IS_MANDATORY\",\"2029\":\"MIP_HA_ENCAPSULATION_UNAVAILABLE\",\"2030\":\"CLOSE_IN_PROGRESS\",\"2031\":\"NETWORK_INITIATED_TERMINATION\",\"2032\":\"MODEM_APP_PREEMPTED\",\"2033\":\"PDN_IPV4_CALL_DISALLOWED\",\"2034\":\"PDN_IPV4_CALL_THROTTLED\",\"2035\":\"PDN_IPV6_CALL_DISALLOWED\",\"2036\":\"PDN_IPV6_CALL_THROTTLED\",\"2037\":\"MODEM_RESTART\",\"2038\":\"PDP_PPP_NOT_SUPPORTED\",\"2039\":\"UNPREFERRED_RAT\",\"2040\":\"PHYSICAL_LINK_CLOSE_IN_PROGRESS\",\"2041\":\"APN_PENDING_HANDOVER\",\"2042\":\"PROFILE_BEARER_INCOMPATIBLE\",\"2043\":\"SIM_CARD_CHANGED\",\"2044\":\"LOW_POWER_MODE_OR_POWERING_DOWN\",\"2045\":\"APN_DISABLED\",\"2046\":\"MAX_PPP_INACTIVITY_TIMER_EXPIRED\",\"2047\":\"IPV6_ADDRESS_TRANSFER_FAILED\",\"2048\":\"TRAT_SWAP_FAILED\",\"2049\":\"EHRPD_TO_HRPD_FALLBACK\",\"2050\":\"MIP_CONFIG_FAILURE\",\"2051\":\"PDN_INACTIVITY_TIMER_EXPIRED\",\"2052\":\"MAX_IPV4_CONNECTIONS\",\"2053\":\"MAX_IPV6_CONNECTIONS\",\"2054\":\"APN_MISMATCH\",\"2055\":\"IP_VERSION_MISMATCH\",\"2056\":\"DUN_CALL_DISALLOWED\",\"2057\":\"INTERNAL_EPC_NONEPC_TRANSITION\",\"2058\":\"INTERFACE_IN_USE\",\"2059\":\"APN_DISALLOWED_ON_ROAMING\",\"2060\":\"APN_PARAMETERS_CHANGED\",\"2061\":\"NULL_APN_DISALLOWED\",\"2062\":\"THERMAL_MITIGATION\",\"2063\":\"DATA_SETTINGS_DISABLED\",\"2064\":\"DATA_ROAMING_SETTINGS_DISABLED\",\"2065\":\"DDS_SWITCHED\",\"2066\":\"FORBIDDEN_APN_NAME\",\"2067\":\"DDS_SWITCH_IN_PROGRESS\",\"2068\":\"CALL_DISALLOWED_IN_ROAMING\",\"2069\":\"NON_IP_NOT_SUPPORTED\",\"2070\":\"PDN_NON_IP_CALL_THROTTLED\",\"2071\":\"PDN_NON_IP_CALL_DISALLOWED\",\"2072\":\"CDMA_LOCK\",\"2073\":\"CDMA_INTERCEPT\",\"2074\":\"CDMA_REORDER\",\"2075\":\"CDMA_RELEASE_DUE_TO_SO_REJECTION\",\"2076\":\"CDMA_INCOMING_CALL\",\"2077\":\"CDMA_ALERT_STOP\",\"2078\":\"CHANNEL_ACQUISITION_FAILURE\",\"2079\":\"MAX_ACCESS_PROBE\",\"2080\":\"CONCURRENT_SERVICE_NOT_SUPPORTED_BY_BASE_STATION\",\"2081\":\"NO_RESPONSE_FROM_BASE_STATION\",\"2082\":\"REJECTED_BY_BASE_STATION\",\"2083\":\"CONCURRENT_SERVICES_INCOMPATIBLE\",\"2084\":\"NO_CDMA_SERVICE\",\"2085\":\"RUIM_NOT_PRESENT\",\"2086\":\"CDMA_RETRY_ORDER\",\"2087\":\"ACCESS_BLOCK\",\"2088\":\"ACCESS_BLOCK_ALL\",\"2089\":\"IS707B_MAX_ACCESS_PROBES\",\"2090\":\"THERMAL_EMERGENCY\",\"2091\":\"CONCURRENT_SERVICES_NOT_ALLOWED\",\"2092\":\"INCOMING_CALL_REJECTED\",\"2093\":\"NO_SERVICE_ON_GATEWAY\",\"2094\":\"NO_GPRS_CONTEXT\",\"2095\":\"ILLEGAL_MS\",\"2096\":\"ILLEGAL_ME\",\"2097\":\"GPRS_SERVICES_AND_NON_GPRS_SERVICES_NOT_ALLOWED\",\"2098\":\"GPRS_SERVICES_NOT_ALLOWED\",\"2099\":\"MS_IDENTITY_CANNOT_BE_DERIVED_BY_THE_NETWORK\",\"2100\":\"IMPLICITLY_DETACHED\",\"2101\":\"PLMN_NOT_ALLOWED\",\"2102\":\"LOCATION_AREA_NOT_ALLOWED\",\"2103\":\"GPRS_SERVICES_NOT_ALLOWED_IN_THIS_PLMN\",\"2104\":\"PDP_DUPLICATE\",\"2105\":\"UE_RAT_CHANGE\",\"2106\":\"CONGESTION\",\"2107\":\"NO_PDP_CONTEXT_ACTIVATED\",\"2108\":\"ACCESS_CLASS_DSAC_REJECTION\",\"2109\":\"PDP_ACTIVATE_MAX_RETRY_FAILED\",\"2110\":\"RADIO_ACCESS_BEARER_FAILURE\",\"2111\":\"ESM_UNKNOWN_EPS_BEARER_CONTEXT\",\"2112\":\"DRB_RELEASED_BY_RRC\",\"2113\":\"CONNECTION_RELEASED\",\"2114\":\"EMM_DETACHED\",\"2115\":\"EMM_ATTACH_FAILED\",\"2116\":\"EMM_ATTACH_STARTED\",\"2117\":\"LTE_NAS_SERVICE_REQUEST_FAILED\",\"2118\":\"DUPLICATE_BEARER_ID\",\"2119\":\"ESM_COLLISION_SCENARIOS\",\"2120\":\"ESM_BEARER_DEACTIVATED_TO_SYNC_WITH_NETWORK\",\"2121\":\"ESM_NW_ACTIVATED_DED_BEARER_WITH_ID_OF_DEF_BEARER\",\"2122\":\"ESM_BAD_OTA_MESSAGE\",\"2123\":\"ESM_DOWNLOAD_SERVER_REJECTED_THE_CALL\",\"2124\":\"ESM_CONTEXT_TRANSFERRED_DUE_TO_IRAT\",\"2125\":\"DS_EXPLICIT_DEACTIVATION\",\"2126\":\"ESM_LOCAL_CAUSE_NONE\",\"2127\":\"LTE_THROTTLING_NOT_REQUIRED\",\"2128\":\"ACCESS_CONTROL_LIST_CHECK_FAILURE\",\"2129\":\"SERVICE_NOT_ALLOWED_ON_PLMN\",\"2130\":\"EMM_T3417_EXPIRED\",\"2131\":\"EMM_T3417_EXT_EXPIRED\",\"2132\":\"RRC_UPLINK_DATA_TRANSMISSION_FAILURE\",\"2133\":\"RRC_UPLINK_DELIVERY_FAILED_DUE_TO_HANDOVER\",\"2134\":\"RRC_UPLINK_CONNECTION_RELEASE\",\"2135\":\"RRC_UPLINK_RADIO_LINK_FAILURE\",\"2136\":\"RRC_UPLINK_ERROR_REQUEST_FROM_NAS\",\"2137\":\"RRC_CONNECTION_ACCESS_STRATUM_FAILURE\",\"2138\":\"RRC_CONNECTION_ANOTHER_PROCEDURE_IN_PROGRESS\",\"2139\":\"RRC_CONNECTION_ACCESS_BARRED\",\"2140\":\"RRC_CONNECTION_CELL_RESELECTION\",\"2141\":\"RRC_CONNECTION_CONFIG_FAILURE\",\"2142\":\"RRC_CONNECTION_TIMER_EXPIRED\",\"2143\":\"RRC_CONNECTION_LINK_FAILURE\",\"2144\":\"RRC_CONNECTION_CELL_NOT_CAMPED\",\"2145\":\"RRC_CONNECTION_SYSTEM_INTERVAL_FAILURE\",\"2146\":\"RRC_CONNECTION_REJECT_BY_NETWORK\",\"2147\":\"RRC_CONNECTION_NORMAL_RELEASE\",\"2148\":\"RRC_CONNECTION_RADIO_LINK_FAILURE\",\"2149\":\"RRC_CONNECTION_REESTABLISHMENT_FAILURE\",\"2150\":\"RRC_CONNECTION_OUT_OF_SERVICE_DURING_CELL_REGISTER\",\"2151\":\"RRC_CONNECTION_ABORT_REQUEST\",\"2152\":\"RRC_CONNECTION_SYSTEM_INFORMATION_BLOCK_READ_ERROR\",\"2153\":\"NETWORK_INITIATED_DETACH_WITH_AUTO_REATTACH\",\"2154\":\"NETWORK_INITIATED_DETACH_NO_AUTO_REATTACH\",\"2155\":\"ESM_PROCEDURE_TIME_OUT\",\"2156\":\"INVALID_CONNECTION_ID\",\"2157\":\"MAXIMIUM_NSAPIS_EXCEEDED\",\"2158\":\"INVALID_PRIMARY_NSAPI\",\"2159\":\"CANNOT_ENCODE_OTA_MESSAGE\",\"2160\":\"RADIO_ACCESS_BEARER_SETUP_FAILURE\",\"2161\":\"PDP_ESTABLISH_TIMEOUT_EXPIRED\",\"2162\":\"PDP_MODIFY_TIMEOUT_EXPIRED\",\"2163\":\"PDP_INACTIVE_TIMEOUT_EXPIRED\",\"2164\":\"PDP_LOWERLAYER_ERROR\",\"2165\":\"PDP_MODIFY_COLLISION\",\"2166\":\"MAXINUM_SIZE_OF_L2_MESSAGE_EXCEEDED\",\"2167\":\"NAS_REQUEST_REJECTED_BY_NETWORK\",\"2168\":\"RRC_CONNECTION_INVALID_REQUEST\",\"2169\":\"RRC_CONNECTION_TRACKING_AREA_ID_CHANGED\",\"2170\":\"RRC_CONNECTION_RF_UNAVAILABLE\",\"2171\":\"RRC_CONNECTION_ABORTED_DUE_TO_IRAT_CHANGE\",\"2172\":\"RRC_CONNECTION_RELEASED_SECURITY_NOT_ACTIVE\",\"2173\":\"RRC_CONNECTION_ABORTED_AFTER_HANDOVER\",\"2174\":\"RRC_CONNECTION_ABORTED_AFTER_IRAT_CELL_CHANGE\",\"2175\":\"RRC_CONNECTION_ABORTED_DURING_IRAT_CELL_CHANGE\",\"2176\":\"IMSI_UNKNOWN_IN_HOME_SUBSCRIBER_SERVER\",\"2177\":\"IMEI_NOT_ACCEPTED\",\"2178\":\"EPS_SERVICES_AND_NON_EPS_SERVICES_NOT_ALLOWED\",\"2179\":\"EPS_SERVICES_NOT_ALLOWED_IN_PLMN\",\"2180\":\"MSC_TEMPORARILY_NOT_REACHABLE\",\"2181\":\"CS_DOMAIN_NOT_AVAILABLE\",\"2182\":\"ESM_FAILURE\",\"2183\":\"MAC_FAILURE\",\"2184\":\"SYNCHRONIZATION_FAILURE\",\"2185\":\"UE_SECURITY_CAPABILITIES_MISMATCH\",\"2186\":\"SECURITY_MODE_REJECTED\",\"2187\":\"UNACCEPTABLE_NON_EPS_AUTHENTICATION\",\"2188\":\"CS_FALLBACK_CALL_ESTABLISHMENT_NOT_ALLOWED\",\"2189\":\"NO_EPS_BEARER_CONTEXT_ACTIVATED\",\"2190\":\"INVALID_EMM_STATE\",\"2191\":\"NAS_LAYER_FAILURE\",\"2192\":\"MULTIPLE_PDP_CALL_NOT_ALLOWED\",\"2193\":\"EMBMS_NOT_ENABLED\",\"2194\":\"IRAT_HANDOVER_FAILED\",\"2195\":\"EMBMS_REGULAR_DEACTIVATION\",\"2196\":\"TEST_LOOPBACK_REGULAR_DEACTIVATION\",\"2197\":\"LOWER_LAYER_REGISTRATION_FAILURE\",\"2198\":\"DATA_PLAN_EXPIRED\",\"2199\":\"UMTS_HANDOVER_TO_IWLAN\",\"2200\":\"EVDO_CONNECTION_DENY_BY_GENERAL_OR_NETWORK_BUSY\",\"2201\":\"EVDO_CONNECTION_DENY_BY_BILLING_OR_AUTHENTICATION_FAILURE\",\"2202\":\"EVDO_HDR_CHANGED\",\"2203\":\"EVDO_HDR_EXITED\",\"2204\":\"EVDO_HDR_NO_SESSION\",\"2205\":\"EVDO_USING_GPS_FIX_INSTEAD_OF_HDR_CALL\",\"2206\":\"EVDO_HDR_CONNECTION_SETUP_TIMEOUT\",\"2207\":\"FAILED_TO_ACQUIRE_COLOCATED_HDR\",\"2208\":\"OTASP_COMMIT_IN_PROGRESS\",\"2209\":\"NO_HYBRID_HDR_SERVICE\",\"2210\":\"HDR_NO_LOCK_GRANTED\",\"2211\":\"DBM_OR_SMS_IN_PROGRESS\",\"2212\":\"HDR_FADE\",\"2213\":\"HDR_ACCESS_FAILURE\",\"2214\":\"UNSUPPORTED_1X_PREV\",\"2215\":\"LOCAL_END\",\"2216\":\"NO_SERVICE\",\"2217\":\"FADE\",\"2218\":\"NORMAL_RELEASE\",\"2219\":\"ACCESS_ATTEMPT_ALREADY_IN_PROGRESS\",\"2220\":\"REDIRECTION_OR_HANDOFF_IN_PROGRESS\",\"2221\":\"EMERGENCY_MODE\",\"2222\":\"PHONE_IN_USE\",\"2223\":\"INVALID_MODE\",\"2224\":\"INVALID_SIM_STATE\",\"2225\":\"NO_COLLOCATED_HDR\",\"2226\":\"UE_IS_ENTERING_POWERSAVE_MODE\",\"2227\":\"DUAL_SWITCH\",\"2228\":\"PPP_TIMEOUT\",\"2229\":\"PPP_AUTH_FAILURE\",\"2230\":\"PPP_OPTION_MISMATCH\",\"2231\":\"PPP_PAP_FAILURE\",\"2232\":\"PPP_CHAP_FAILURE\",\"2233\":\"PPP_CLOSE_IN_PROGRESS\",\"2234\":\"LIMITED_TO_IPV4\",\"2235\":\"LIMITED_TO_IPV6\",\"2236\":\"VSNCP_TIMEOUT\",\"2237\":\"VSNCP_GEN_ERROR\",\"2238\":\"VSNCP_APN_UNAUTHORIZED\",\"2239\":\"VSNCP_PDN_LIMIT_EXCEEDED\",\"2240\":\"VSNCP_NO_PDN_GATEWAY_ADDRESS\",\"2241\":\"VSNCP_PDN_GATEWAY_UNREACHABLE\",\"2242\":\"VSNCP_PDN_GATEWAY_REJECT\",\"2243\":\"VSNCP_INSUFFICIENT_PARAMETERS\",\"2244\":\"VSNCP_RESOURCE_UNAVAILABLE\",\"2245\":\"VSNCP_ADMINISTRATIVELY_PROHIBITED\",\"2246\":\"VSNCP_PDN_ID_IN_USE\",\"2247\":\"VSNCP_SUBSCRIBER_LIMITATION\",\"2248\":\"VSNCP_PDN_EXISTS_FOR_THIS_APN\",\"2249\":\"VSNCP_RECONNECT_NOT_ALLOWED\",\"2250\":\"IPV6_PREFIX_UNAVAILABLE\",\"2251\":\"HANDOFF_PREFERENCE_CHANGED\",\"2252\":\"SLICE_REJECTED\",\"2253\":\"MATCH_ALL_RULE_NOT_ALLOWED\",\"2254\":\"ALL_MATCHING_RULES_FAILED\",\"4097\":\"OEM_DCFAILCAUSE_1\",\"4098\":\"OEM_DCFAILCAUSE_2\",\"4099\":\"OEM_DCFAILCAUSE_3\",\"4100\":\"OEM_DCFAILCAUSE_4\",\"4101\":\"OEM_DCFAILCAUSE_5\",\"4102\":\"OEM_DCFAILCAUSE_6\",\"4103\":\"OEM_DCFAILCAUSE_7\",\"4104\":\"OEM_DCFAILCAUSE_8\",\"4105\":\"OEM_DCFAILCAUSE_9\",\"4106\":\"OEM_DCFAILCAUSE_10\",\"4107\":\"OEM_DCFAILCAUSE_11\",\"4108\":\"OEM_DCFAILCAUSE_12\",\"4109\":\"OEM_DCFAILCAUSE_13\",\"4110\":\"OEM_DCFAILCAUSE_14\",\"4111\":\"OEM_DCFAILCAUSE_15\",\"65535\":\"ERROR_UNSPECIFIED\",\"65536\":\"UNKNOWN\",\"65537\":\"RADIO_NOT_AVAILABLE\",\"65538\":\"UNACCEPTABLE_NETWORK_PARAMETER\",\"65540\":\"LOST_CONNECTION\",\"-1\":\"REGISTRATION_FAIL\",\"-2\":\"GPRS_REGISTRATION_FAIL\",\"-3\":\"SIGNAL_LOST\",\"-4\":\"PREF_RADIO_TECH_CHANGED\",\"-5\":\"RADIO_POWER_OFF\",\"-6\":\"TETHERED_CALL_ACTIVE\"}},\"android.telephony.Annotation.DataState\":{\"flag\":false,\"values\":{\"0\":\"DATA_DISCONNECTED\",\"1\":\"DATA_CONNECTING\",\"2\":\"DATA_CONNECTED\",\"3\":\"DATA_SUSPENDED\",\"-1\":\"DATA_UNKNOWN\"}},\"android.telephony.Annotation.DisconnectCauses\":{\"flag\":false,\"values\":{\"0\":\"NOT_DISCONNECTED\",\"1\":\"INCOMING_MISSED\",\"2\":\"NORMAL\",\"3\":\"LOCAL\",\"4\":\"BUSY\",\"5\":\"CONGESTION\",\"6\":\"MMI\",\"7\":\"INVALID_NUMBER\",\"8\":\"NUMBER_UNREACHABLE\",\"9\":\"SERVER_UNREACHABLE\",\"10\":\"INVALID_CREDENTIALS\",\"11\":\"OUT_OF_NETWORK\",\"12\":\"SERVER_ERROR\",\"13\":\"TIMED_OUT\",\"14\":\"LOST_SIGNAL\",\"15\":\"LIMIT_EXCEEDED\",\"16\":\"INCOMING_REJECTED\",\"17\":\"POWER_OFF\",\"18\":\"OUT_OF_SERVICE\",\"19\":\"ICC_ERROR\",\"20\":\"CALL_BARRED\",\"21\":\"FDN_BLOCKED\",\"22\":\"CS_RESTRICTED\",\"23\":\"CS_RESTRICTED_NORMAL\",\"24\":\"CS_RESTRICTED_EMERGENCY\",\"25\":\"UNOBTAINABLE_NUMBER\",\"26\":\"CDMA_LOCKED_UNTIL_POWER_CYCLE\",\"27\":\"CDMA_DROP\",\"28\":\"CDMA_INTERCEPT\",\"29\":\"CDMA_REORDER\",\"30\":\"CDMA_SO_REJECT\",\"31\":\"CDMA_RETRY_ORDER\",\"32\":\"CDMA_ACCESS_FAILURE\",\"33\":\"CDMA_PREEMPTED\",\"34\":\"CDMA_NOT_EMERGENCY\",\"35\":\"CDMA_ACCESS_BLOCKED\",\"36\":\"ERROR_UNSPECIFIED\",\"-1\":\"NOT_VALID\"}},\"android.telephony.Annotation.ImsAudioCodec\":{\"flag\":false,\"values\":{\"0\":\"AUDIO_CODEC_NONE\",\"1\":\"AUDIO_CODEC_AMR\",\"2\":\"AUDIO_CODEC_AMR_WB\",\"3\":\"AUDIO_CODEC_QCELP13K\",\"4\":\"AUDIO_CODEC_EVRC\",\"5\":\"AUDIO_CODEC_EVRC_B\",\"6\":\"AUDIO_CODEC_EVRC_WB\",\"7\":\"AUDIO_CODEC_EVRC_NW\",\"8\":\"AUDIO_CODEC_GSM_EFR\",\"9\":\"AUDIO_CODEC_GSM_FR\",\"11\":\"AUDIO_CODEC_G711U\",\"12\":\"AUDIO_CODEC_G723\",\"13\":\"AUDIO_CODEC_G711A\",\"14\":\"AUDIO_CODEC_G722\",\"15\":\"AUDIO_CODEC_G711AB\",\"16\":\"AUDIO_CODEC_G729\",\"17\":\"AUDIO_CODEC_EVS_NB\",\"18\":\"AUDIO_CODEC_EVS_WB\",\"19\":\"AUDIO_CODEC_EVS_SWB\",\"20\":\"AUDIO_CODEC_EVS_FB\"}},\"android.telephony.Annotation.NetworkType\":{\"flag\":false,\"values\":{\"0\":\"NETWORK_TYPE_UNKNOWN\",\"1\":\"NETWORK_TYPE_GPRS\",\"2\":\"NETWORK_TYPE_EDGE\",\"3\":\"NETWORK_TYPE_UMTS\",\"4\":\"NETWORK_TYPE_CDMA\",\"5\":\"NETWORK_TYPE_EVDO_0\",\"6\":\"NETWORK_TYPE_EVDO_A\",\"7\":\"NETWORK_TYPE_1xRTT\",\"8\":\"NETWORK_TYPE_HSDPA\",\"9\":\"NETWORK_TYPE_HSUPA\",\"10\":\"NETWORK_TYPE_HSPA\",\"11\":\"NETWORK_TYPE_IDEN\",\"12\":\"NETWORK_TYPE_EVDO_B\",\"13\":\"NETWORK_TYPE_LTE\",\"14\":\"NETWORK_TYPE_EHRPD\",\"15\":\"NETWORK_TYPE_HSPAP\",\"16\":\"NETWORK_TYPE_GSM\",\"17\":\"NETWORK_TYPE_TD_SCDMA\",\"18\":\"NETWORK_TYPE_IWLAN\",\"20\":\"NETWORK_TYPE_NR\"}},\"android.telephony.Annotation.OverrideNetworkType\":{\"flag\":false,\"values\":{\"0\":\"OVERRIDE_NETWORK_TYPE_NONE\",\"1\":\"OVERRIDE_NETWORK_TYPE_LTE_CA\",\"2\":\"OVERRIDE_NETWORK_TYPE_LTE_ADVANCED_PRO\",\"3\":\"OVERRIDE_NETWORK_TYPE_NR_NSA\",\"5\":\"OVERRIDE_NETWORK_TYPE_NR_ADVANCED\"}},\"android.telephony.Annotation.PreciseCallStates\":{\"flag\":false,\"values\":{\"0\":\"PRECISE_CALL_STATE_IDLE\",\"1\":\"PRECISE_CALL_STATE_ACTIVE\",\"2\":\"PRECISE_CALL_STATE_HOLDING\",\"3\":\"PRECISE_CALL_STATE_DIALING\",\"4\":\"PRECISE_CALL_STATE_ALERTING\",\"5\":\"PRECISE_CALL_STATE_INCOMING\",\"6\":\"PRECISE_CALL_STATE_WAITING\",\"7\":\"PRECISE_CALL_STATE_DISCONNECTED\",\"8\":\"PRECISE_CALL_STATE_DISCONNECTING\",\"-1\":\"PRECISE_CALL_STATE_NOT_VALID\"}},\"android.telephony.Annotation.PreciseDisconnectCauses\":{\"flag\":false,\"values\":{\"0\":\"NO_DISCONNECT_CAUSE_AVAILABLE\",\"1\":\"UNOBTAINABLE_NUMBER\",\"16\":\"NORMAL\",\"17\":\"BUSY\",\"22\":\"NUMBER_CHANGED\",\"30\":\"STATUS_ENQUIRY\",\"31\":\"NORMAL_UNSPECIFIED\",\"34\":\"NO_CIRCUIT_AVAIL\",\"41\":\"TEMPORARY_FAILURE\",\"42\":\"SWITCHING_CONGESTION\",\"44\":\"CHANNEL_NOT_AVAIL\",\"49\":\"QOS_NOT_AVAIL\",\"58\":\"BEARER_NOT_AVAIL\",\"68\":\"ACM_LIMIT_EXCEEDED\",\"240\":\"CALL_BARRED\",\"241\":\"FDN_BLOCKED\",\"242\":\"IMSI_UNKNOWN_IN_VLR\",\"243\":\"IMEI_NOT_ACCEPTED\",\"1000\":\"CDMA_LOCKED_UNTIL_POWER_CYCLE\",\"1001\":\"CDMA_DROP\",\"1002\":\"CDMA_INTERCEPT\",\"1003\":\"CDMA_REORDER\",\"1004\":\"CDMA_SO_REJECT\",\"1005\":\"CDMA_RETRY_ORDER\",\"1006\":\"CDMA_ACCESS_FAILURE\",\"1007\":\"CDMA_PREEMPTED\",\"1008\":\"CDMA_NOT_EMERGENCY\",\"1009\":\"CDMA_ACCESS_BLOCKED\",\"65535\":\"ERROR_UNSPECIFIED\",\"-1\":\"NOT_VALID\"}},\"android.telephony.Annotation.RadioPowerState\":{\"flag\":false,\"values\":{\"0\":\"RADIO_POWER_OFF\",\"1\":\"RADIO_POWER_ON\",\"2\":\"RADIO_POWER_UNAVAILABLE\"}},\"android.telephony.Annotation.SimActivationState\":{\"flag\":false,\"values\":{\"0\":\"SIM_ACTIVATION_STATE_UNKNOWN\",\"1\":\"SIM_ACTIVATION_STATE_ACTIVATING\",\"2\":\"SIM_ACTIVATION_STATE_ACTIVATED\",\"3\":\"SIM_ACTIVATION_STATE_DEACTIVATED\",\"4\":\"SIM_ACTIVATION_STATE_RESTRICTED\"}},\"android.telephony.Annotation.SrvccState\":{\"flag\":false,\"values\":{\"0\":\"SRVCC_STATE_HANDOVER_STARTED\",\"1\":\"SRVCC_STATE_HANDOVER_COMPLETED\",\"2\":\"SRVCC_STATE_HANDOVER_FAILED\",\"3\":\"SRVCC_STATE_HANDOVER_CANCELED\",\"-1\":\"SRVCC_STATE_HANDOVER_NONE\"}},\"android.telephony.Annotation.ThermalMitigationResult\":{\"flag\":false,\"values\":{\"0\":\"THERMAL_MITIGATION_RESULT_SUCCESS\",\"1\":\"THERMAL_MITIGATION_RESULT_MODEM_ERROR\",\"3\":\"THERMAL_MITIGATION_RESULT_INVALID_STATE\",\"4\":\"THERMAL_MITIGATION_RESULT_UNKNOWN_ERROR\"}},\"android.telephony.Annotation.UiccAppType\":{\"flag\":false,\"values\":{\"1\":\"APPTYPE_SIM\",\"2\":\"APPTYPE_USIM\",\"3\":\"APPTYPE_RUIM\",\"4\":\"APPTYPE_CSIM\",\"5\":\"APPTYPE_ISIM\"}},\"android.telephony.Annotation.UiccAppTypeExt\":{\"flag\":false,\"values\":{\"0\":\"APPTYPE_UNKNOWN\",\"1\":\"APPTYPE_SIM\",\"2\":\"APPTYPE_USIM\",\"3\":\"APPTYPE_RUIM\",\"4\":\"APPTYPE_CSIM\",\"5\":\"APPTYPE_ISIM\"}},\"android.telephony.BarringInfo.BarringServiceInfo.BarringType\":{\"flag\":false,\"values\":{\"0\":\"BARRING_TYPE_NONE\",\"1\":\"BARRING_TYPE_CONDITIONAL\",\"2\":\"BARRING_TYPE_UNCONDITIONAL\",\"-1\":\"BARRING_TYPE_UNKNOWN\"}},\"android.telephony.BarringInfo.BarringServiceType\":{\"flag\":false,\"values\":{\"0\":\"BARRING_SERVICE_TYPE_CS_SERVICE\",\"1\":\"BARRING_SERVICE_TYPE_PS_SERVICE\",\"2\":\"BARRING_SERVICE_TYPE_CS_VOICE\",\"3\":\"BARRING_SERVICE_TYPE_MO_SIGNALLING\",\"4\":\"BARRING_SERVICE_TYPE_MO_DATA\",\"5\":\"BARRING_SERVICE_TYPE_CS_FALLBACK\",\"6\":\"BARRING_SERVICE_TYPE_MMTEL_VOICE\",\"7\":\"BARRING_SERVICE_TYPE_MMTEL_VIDEO\",\"8\":\"BARRING_SERVICE_TYPE_EMERGENCY\",\"9\":\"BARRING_SERVICE_TYPE_SMS\"}},\"android.telephony.CallForwardingInfo.CallForwardingReason\":{\"flag\":false,\"values\":{\"0\":\"REASON_UNCONDITIONAL\",\"1\":\"REASON_BUSY\",\"2\":\"REASON_NO_REPLY\",\"3\":\"REASON_NOT_REACHABLE\",\"4\":\"REASON_ALL\",\"5\":\"REASON_ALL_CONDITIONAL\"}},\"android.telephony.CallQuality.CallQualityLevel\":{\"flag\":false,\"values\":{\"0\":\"CALL_QUALITY_EXCELLENT\",\"1\":\"CALL_QUALITY_GOOD\",\"2\":\"CALL_QUALITY_FAIR\",\"3\":\"CALL_QUALITY_POOR\",\"4\":\"CALL_QUALITY_BAD\",\"5\":\"CALL_QUALITY_NOT_AVAILABLE\"}},\"android.telephony.CarrierConfigManager.Iwlan.AuthenticationMethodType\":{\"flag\":false,\"values\":{\"0\":\"AUTHENTICATION_METHOD_EAP_ONLY\",\"1\":\"AUTHENTICATION_METHOD_CERT\"}},\"android.telephony.CarrierConfigManager.Iwlan.EpdgAddressType\":{\"flag\":false,\"values\":{\"0\":\"EPDG_ADDRESS_STATIC\",\"1\":\"EPDG_ADDRESS_PLMN\",\"2\":\"EPDG_ADDRESS_PCO\",\"3\":\"EPDG_ADDRESS_CELLULAR_LOC\"}},\"android.telephony.CarrierConfigManager.Iwlan.IkeIdType\":{\"flag\":false,\"values\":{\"2\":\"ID_TYPE_FQDN\",\"3\":\"ID_TYPE_RFC822_ADDR\",\"11\":\"ID_TYPE_KEY_ID\"}},\"android.telephony.CarrierRestrictionRules.CarrierRestrictionDefault\":{\"flag\":false,\"values\":{\"0\":\"CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED\",\"1\":\"CARRIER_RESTRICTION_DEFAULT_ALLOWED\"}},\"android.telephony.CarrierRestrictionRules.MultiSimPolicy\":{\"flag\":false,\"values\":{\"0\":\"MULTISIM_POLICY_NONE\",\"1\":\"MULTISIM_POLICY_ONE_VALID_SIM_MUST_BE_PRESENT\"}},\"android.telephony.CellInfo.CellConnectionStatus\":{\"flag\":false,\"values\":{\"0\":\"CONNECTION_NONE\",\"1\":\"CONNECTION_PRIMARY_SERVING\",\"2\":\"CONNECTION_SECONDARY_SERVING\",\"2147483647\":\"CONNECTION_UNKNOWN\"}},\"android.telephony.CellInfo.Type\":{\"flag\":false,\"values\":{\"1\":\"TYPE_GSM\",\"2\":\"TYPE_CDMA\",\"3\":\"TYPE_LTE\",\"4\":\"TYPE_WCDMA\",\"5\":\"TYPE_TDSCDMA\",\"6\":\"TYPE_NR\"}},\"android.telephony.CellSignalStrengthNr.SignalLevelAndReportCriteriaSource\":{\"flag\":true,\"values\":{\"1\":\"USE_SSRSRP\",\"2\":\"USE_SSRSRQ\",\"4\":\"USE_SSSINR\"}},\"android.telephony.DataThrottlingRequest.DataThrottlingAction\":{\"flag\":false,\"values\":{\"0\":\"DATA_THROTTLING_ACTION_NO_DATA_THROTTLING\",\"1\":\"DATA_THROTTLING_ACTION_THROTTLE_SECONDARY_CARRIER\",\"2\":\"DATA_THROTTLING_ACTION_THROTTLE_PRIMARY_CARRIER\",\"3\":\"DATA_THROTTLING_ACTION_HOLD\"}},\"android.telephony.LinkCapacityEstimate.LceType\":{\"flag\":false,\"values\":{\"0\":\"LCE_TYPE_PRIMARY\",\"1\":\"LCE_TYPE_SECONDARY\",\"2\":\"LCE_TYPE_COMBINED\"}},\"android.telephony.LteVopsSupportInfo.LteVopsStatus\":{\"flag\":false,\"values\":{\"1\":\"LTE_STATUS_NOT_AVAILABLE\",\"2\":\"LTE_STATUS_SUPPORTED\",\"3\":\"LTE_STATUS_NOT_SUPPORTED\"}},\"android.telephony.MbmsDownloadSession.DownloadResultCode\":{\"flag\":false,\"values\":{\"1\":\"RESULT_SUCCESSFUL\",\"2\":\"RESULT_CANCELLED\",\"3\":\"RESULT_EXPIRED\",\"4\":\"RESULT_IO_ERROR\",\"5\":\"RESULT_SERVICE_ID_NOT_DEFINED\",\"6\":\"RESULT_DOWNLOAD_FAILURE\",\"7\":\"RESULT_OUT_OF_STORAGE\",\"8\":\"RESULT_FILE_ROOT_UNREACHABLE\"}},\"android.telephony.MbmsDownloadSession.DownloadStatus\":{\"flag\":false,\"values\":{\"0\":\"STATUS_UNKNOWN\",\"1\":\"STATUS_ACTIVELY_DOWNLOADING\",\"2\":\"STATUS_PENDING_DOWNLOAD\",\"3\":\"STATUS_PENDING_REPAIR\",\"4\":\"STATUS_PENDING_DOWNLOAD_WINDOW\"}},\"android.telephony.ModemActivityInfo.TxPowerLevel\":{\"flag\":false,\"values\":{\"0\":\"TX_POWER_LEVEL_0\",\"1\":\"TX_POWER_LEVEL_1\",\"2\":\"TX_POWER_LEVEL_2\",\"3\":\"TX_POWER_LEVEL_3\",\"4\":\"TX_POWER_LEVEL_4\"}},\"android.telephony.NetworkRegistrationInfo.Domain\":{\"flag\":false,\"values\":{\"0\":\"DOMAIN_UNKNOWN\",\"1\":\"DOMAIN_CS\",\"2\":\"DOMAIN_PS\",\"3\":\"DOMAIN_CS_PS\"}},\"android.telephony.NetworkRegistrationInfo.NRState\":{\"flag\":false,\"values\":{\"0\":\"NR_STATE_NONE\",\"1\":\"NR_STATE_RESTRICTED\",\"2\":\"NR_STATE_NOT_RESTRICTED\",\"3\":\"NR_STATE_CONNECTED\"}},\"android.telephony.NetworkRegistrationInfo.RegistrationState\":{\"flag\":false,\"values\":{\"0\":\"REGISTRATION_STATE_NOT_REGISTERED_OR_SEARCHING\",\"1\":\"REGISTRATION_STATE_HOME\",\"2\":\"REGISTRATION_STATE_NOT_REGISTERED_SEARCHING\",\"3\":\"REGISTRATION_STATE_DENIED\",\"4\":\"REGISTRATION_STATE_UNKNOWN\",\"5\":\"REGISTRATION_STATE_ROAMING\"}},\"android.telephony.NetworkRegistrationInfo.ServiceType\":{\"flag\":false,\"values\":{\"0\":\"SERVICE_TYPE_UNKNOWN\",\"1\":\"SERVICE_TYPE_VOICE\",\"2\":\"SERVICE_TYPE_DATA\",\"3\":\"SERVICE_TYPE_SMS\",\"4\":\"SERVICE_TYPE_VIDEO\",\"5\":\"SERVICE_TYPE_EMERGENCY\"}},\"android.telephony.NetworkScan.ScanErrorCode\":{\"flag\":false,\"values\":{\"1\":\"ERROR_MODEM_ERROR\",\"2\":\"ERROR_INVALID_SCAN\",\"3\":\"ERROR_MODEM_UNAVAILABLE\",\"4\":\"ERROR_UNSUPPORTED\",\"10000\":\"ERROR_RADIO_INTERFACE_ERROR\",\"10001\":\"ERROR_INVALID_SCANID\",\"10002\":\"ERROR_INTERRUPTED\"}},\"android.telephony.NetworkScanRequest.ScanType\":{\"flag\":false,\"values\":{\"0\":\"SCAN_TYPE_ONE_SHOT\",\"1\":\"SCAN_TYPE_PERIODIC\"}},\"android.telephony.NetworkServiceCallback.Result\":{\"flag\":false,\"values\":{\"0\":\"RESULT_SUCCESS\",\"1\":\"RESULT_ERROR_UNSUPPORTED\",\"2\":\"RESULT_ERROR_INVALID_ARG\",\"3\":\"RESULT_ERROR_BUSY\",\"4\":\"RESULT_ERROR_ILLEGAL_STATE\",\"5\":\"RESULT_ERROR_FAILED\"}},\"android.telephony.NrVopsSupportInfo.NrEmcStatus\":{\"flag\":false,\"values\":{\"0\":\"NR_STATUS_EMC_NOT_SUPPORTED\",\"1\":\"NR_STATUS_EMC_5GCN_ONLY\",\"2\":\"NR_STATUS_EMC_EUTRA_5GCN_ONLY\",\"3\":\"NR_STATUS_EMC_NR_EUTRA_5GCN\"}},\"android.telephony.NrVopsSupportInfo.NrEmfStatus\":{\"flag\":false,\"values\":{\"0\":\"NR_STATUS_EMF_NOT_SUPPORTED\",\"1\":\"NR_STATUS_EMF_5GCN_ONLY\",\"2\":\"NR_STATUS_EMF_EUTRA_5GCN_ONLY\",\"3\":\"NR_STATUS_EMF_NR_EUTRA_5GCN\"}},\"android.telephony.NrVopsSupportInfo.NrVopsStatus\":{\"flag\":false,\"values\":{\"0\":\"NR_STATUS_VOPS_NOT_SUPPORTED\",\"1\":\"NR_STATUS_VOPS_3GPP_SUPPORTED\",\"2\":\"NR_STATUS_VOPS_NON_3GPP_SUPPORTED\"}},\"android.telephony.NumberVerificationCallback.NumberVerificationFailureReason\":{\"flag\":false,\"values\":{\"0\":\"REASON_UNSPECIFIED\",\"1\":\"REASON_TIMED_OUT\",\"2\":\"REASON_NETWORK_NOT_AVAILABLE\",\"3\":\"REASON_TOO_MANY_CALLS\",\"4\":\"REASON_CONCURRENT_REQUESTS\",\"5\":\"REASON_IN_ECBM\",\"6\":\"REASON_IN_EMERGENCY_CALL\"}},\"android.telephony.PhoneCapability.DeviceNrCapability\":{\"flag\":false,\"values\":{\"1\":\"DEVICE_NR_CAPABILITY_NSA\",\"2\":\"DEVICE_NR_CAPABILITY_SA\"}},\"android.telephony.PhoneNumberUtils.BcdExtendType\":{\"flag\":false,\"values\":{\"1\":\"BCD_EXTENDED_TYPE_EF_ADN\",\"2\":\"BCD_EXTENDED_TYPE_CALLED_PARTY\"}},\"android.telephony.PhysicalChannelConfig.ConnectionStatus\":{\"flag\":false,\"values\":{\"1\":\"CONNECTION_PRIMARY_SERVING\",\"2\":\"CONNECTION_SECONDARY_SERVING\",\"-1\":\"CONNECTION_UNKNOWN\"}},\"android.telephony.PinResult.PinResultType\":{\"flag\":false,\"values\":{\"0\":\"PIN_RESULT_TYPE_SUCCESS\",\"1\":\"PIN_RESULT_TYPE_INCORRECT\",\"2\":\"PIN_RESULT_TYPE_FAILURE\",\"3\":\"PIN_RESULT_TYPE_ABORTED\"}},\"android.telephony.ServiceState.DuplexMode\":{\"flag\":false,\"values\":{\"0\":\"DUPLEX_MODE_UNKNOWN\",\"1\":\"DUPLEX_MODE_FDD\",\"2\":\"DUPLEX_MODE_TDD\"}},\"android.telephony.ServiceState.FrequencyRange\":{\"flag\":false,\"values\":{\"0\":\"FREQUENCY_RANGE_UNKNOWN\",\"1\":\"FREQUENCY_RANGE_LOW\",\"2\":\"FREQUENCY_RANGE_MID\",\"3\":\"FREQUENCY_RANGE_HIGH\",\"4\":\"FREQUENCY_RANGE_MMWAVE\"}},\"android.telephony.ServiceState.RegState\":{\"flag\":false,\"values\":{\"0\":\"STATE_IN_SERVICE\",\"1\":\"STATE_OUT_OF_SERVICE\",\"2\":\"STATE_EMERGENCY_ONLY\",\"3\":\"STATE_POWER_OFF\"}},\"android.telephony.ServiceState.RilRadioTechnology\":{\"flag\":false,\"values\":{\"0\":\"RIL_RADIO_TECHNOLOGY_UNKNOWN\",\"1\":\"RIL_RADIO_TECHNOLOGY_GPRS\",\"2\":\"RIL_RADIO_TECHNOLOGY_EDGE\",\"3\":\"RIL_RADIO_TECHNOLOGY_UMTS\",\"4\":\"RIL_RADIO_TECHNOLOGY_IS95A\",\"5\":\"RIL_RADIO_TECHNOLOGY_IS95B\",\"6\":\"RIL_RADIO_TECHNOLOGY_1xRTT\",\"7\":\"RIL_RADIO_TECHNOLOGY_EVDO_0\",\"8\":\"RIL_RADIO_TECHNOLOGY_EVDO_A\",\"9\":\"RIL_RADIO_TECHNOLOGY_HSDPA\",\"10\":\"RIL_RADIO_TECHNOLOGY_HSUPA\",\"11\":\"RIL_RADIO_TECHNOLOGY_HSPA\",\"12\":\"RIL_RADIO_TECHNOLOGY_EVDO_B\",\"13\":\"RIL_RADIO_TECHNOLOGY_EHRPD\",\"14\":\"RIL_RADIO_TECHNOLOGY_LTE\",\"15\":\"RIL_RADIO_TECHNOLOGY_HSPAP\",\"16\":\"RIL_RADIO_TECHNOLOGY_GSM\",\"17\":\"RIL_RADIO_TECHNOLOGY_TD_SCDMA\",\"18\":\"RIL_RADIO_TECHNOLOGY_IWLAN\",\"19\":\"RIL_RADIO_TECHNOLOGY_LTE_CA\",\"20\":\"RIL_RADIO_TECHNOLOGY_NR\"}},\"android.telephony.ServiceState.RoamingType\":{\"flag\":false,\"values\":{\"0\":\"ROAMING_TYPE_NOT_ROAMING\",\"1\":\"ROAMING_TYPE_UNKNOWN\",\"2\":\"ROAMING_TYPE_DOMESTIC\",\"3\":\"ROAMING_TYPE_INTERNATIONAL\"}},\"android.telephony.SignalThresholdInfo.SignalMeasurementType\":{\"flag\":false,\"values\":{\"0\":\"SIGNAL_MEASUREMENT_TYPE_UNKNOWN\",\"1\":\"SIGNAL_MEASUREMENT_TYPE_RSSI\",\"2\":\"SIGNAL_MEASUREMENT_TYPE_RSCP\",\"3\":\"SIGNAL_MEASUREMENT_TYPE_RSRP\",\"4\":\"SIGNAL_MEASUREMENT_TYPE_RSRQ\",\"5\":\"SIGNAL_MEASUREMENT_TYPE_RSSNR\",\"6\":\"SIGNAL_MEASUREMENT_TYPE_SSRSRP\",\"7\":\"SIGNAL_MEASUREMENT_TYPE_SSRSRQ\",\"8\":\"SIGNAL_MEASUREMENT_TYPE_SSSINR\"}},\"android.telephony.SmsCbCmasInfo.Category\":{\"flag\":false,\"values\":{\"0\":\"CMAS_CATEGORY_GEO\",\"1\":\"CMAS_CATEGORY_MET\",\"2\":\"CMAS_CATEGORY_SAFETY\",\"3\":\"CMAS_CATEGORY_SECURITY\",\"4\":\"CMAS_CATEGORY_RESCUE\",\"5\":\"CMAS_CATEGORY_FIRE\",\"6\":\"CMAS_CATEGORY_HEALTH\",\"7\":\"CMAS_CATEGORY_ENV\",\"8\":\"CMAS_CATEGORY_TRANSPORT\",\"9\":\"CMAS_CATEGORY_INFRA\",\"10\":\"CMAS_CATEGORY_CBRNE\",\"11\":\"CMAS_CATEGORY_OTHER\",\"-1\":\"CMAS_CATEGORY_UNKNOWN\"}},\"android.telephony.SmsCbCmasInfo.Certainty\":{\"flag\":false,\"values\":{\"0\":\"CMAS_CERTAINTY_OBSERVED\",\"1\":\"CMAS_CERTAINTY_LIKELY\",\"-1\":\"CMAS_CERTAINTY_UNKNOWN\"}},\"android.telephony.SmsCbCmasInfo.Class\":{\"flag\":false,\"values\":{\"0\":\"CMAS_CLASS_PRESIDENTIAL_LEVEL_ALERT\",\"1\":\"CMAS_CLASS_EXTREME_THREAT\",\"2\":\"CMAS_CLASS_SEVERE_THREAT\",\"3\":\"CMAS_CLASS_CHILD_ABDUCTION_EMERGENCY\",\"4\":\"CMAS_CLASS_REQUIRED_MONTHLY_TEST\",\"5\":\"CMAS_CLASS_CMAS_EXERCISE\",\"6\":\"CMAS_CLASS_OPERATOR_DEFINED_USE\",\"-1\":\"CMAS_CLASS_UNKNOWN\"}},\"android.telephony.SmsCbCmasInfo.ResponseType\":{\"flag\":false,\"values\":{\"0\":\"CMAS_RESPONSE_TYPE_SHELTER\",\"1\":\"CMAS_RESPONSE_TYPE_EVACUATE\",\"2\":\"CMAS_RESPONSE_TYPE_PREPARE\",\"3\":\"CMAS_RESPONSE_TYPE_EXECUTE\",\"4\":\"CMAS_RESPONSE_TYPE_MONITOR\",\"5\":\"CMAS_RESPONSE_TYPE_AVOID\",\"6\":\"CMAS_RESPONSE_TYPE_ASSESS\",\"7\":\"CMAS_RESPONSE_TYPE_NONE\",\"-1\":\"CMAS_RESPONSE_TYPE_UNKNOWN\"}},\"android.telephony.SmsCbCmasInfo.Severity\":{\"flag\":false,\"values\":{\"0\":\"CMAS_SEVERITY_EXTREME\",\"1\":\"CMAS_SEVERITY_SEVERE\",\"-1\":\"CMAS_SEVERITY_UNKNOWN\"}},\"android.telephony.SmsCbCmasInfo.Urgency\":{\"flag\":false,\"values\":{\"0\":\"CMAS_URGENCY_IMMEDIATE\",\"1\":\"CMAS_URGENCY_EXPECTED\",\"-1\":\"CMAS_URGENCY_UNKNOWN\"}},\"android.telephony.SmsCbEtwsInfo.WarningType\":{\"flag\":false,\"values\":{\"0\":\"ETWS_WARNING_TYPE_EARTHQUAKE\",\"1\":\"ETWS_WARNING_TYPE_TSUNAMI\",\"2\":\"ETWS_WARNING_TYPE_EARTHQUAKE_AND_TSUNAMI\",\"3\":\"ETWS_WARNING_TYPE_TEST_MESSAGE\",\"4\":\"ETWS_WARNING_TYPE_OTHER_EMERGENCY\",\"-1\":\"ETWS_WARNING_TYPE_UNKNOWN\"}},\"android.telephony.SmsCbMessage.GeographicalScope\":{\"flag\":false,\"values\":{\"0\":\"GEOGRAPHICAL_SCOPE_CELL_WIDE_IMMEDIATE\",\"1\":\"GEOGRAPHICAL_SCOPE_PLMN_WIDE\",\"2\":\"GEOGRAPHICAL_SCOPE_LOCATION_AREA_WIDE\",\"3\":\"GEOGRAPHICAL_SCOPE_CELL_WIDE\"}},\"android.telephony.SmsCbMessage.MessageFormat\":{\"flag\":false,\"values\":{\"1\":\"MESSAGE_FORMAT_3GPP\",\"2\":\"MESSAGE_FORMAT_3GPP2\"}},\"android.telephony.SmsCbMessage.MessagePriority\":{\"flag\":false,\"values\":{\"0\":\"MESSAGE_PRIORITY_NORMAL\",\"1\":\"MESSAGE_PRIORITY_INTERACTIVE\",\"2\":\"MESSAGE_PRIORITY_URGENT\",\"3\":\"MESSAGE_PRIORITY_EMERGENCY\"}},\"android.telephony.SmsManager.PremiumSmsConsent\":{\"flag\":false,\"values\":{\"0\":\"PREMIUM_SMS_CONSENT_UNKNOWN\",\"1\":\"PREMIUM_SMS_CONSENT_ASK_USER\",\"2\":\"PREMIUM_SMS_CONSENT_NEVER_ALLOW\",\"3\":\"PREMIUM_SMS_CONSENT_ALWAYS_ALLOW\"}},\"android.telephony.SmsManager.Result\":{\"flag\":false,\"values\":{\"0\":\"RESULT_ERROR_NONE\",\"1\":\"RESULT_ERROR_GENERIC_FAILURE\",\"2\":\"RESULT_ERROR_RADIO_OFF\",\"3\":\"RESULT_ERROR_NULL_PDU\",\"4\":\"RESULT_ERROR_NO_SERVICE\",\"5\":\"RESULT_ERROR_LIMIT_EXCEEDED\",\"6\":\"RESULT_ERROR_FDN_CHECK_FAILURE\",\"7\":\"RESULT_ERROR_SHORT_CODE_NOT_ALLOWED\",\"8\":\"RESULT_ERROR_SHORT_CODE_NEVER_ALLOWED\",\"9\":\"RESULT_RADIO_NOT_AVAILABLE\",\"10\":\"RESULT_NETWORK_REJECT\",\"11\":\"RESULT_INVALID_ARGUMENTS\",\"12\":\"RESULT_INVALID_STATE\",\"13\":\"RESULT_NO_MEMORY\",\"14\":\"RESULT_INVALID_SMS_FORMAT\",\"15\":\"RESULT_SYSTEM_ERROR\",\"16\":\"RESULT_MODEM_ERROR\",\"17\":\"RESULT_NETWORK_ERROR\",\"19\":\"RESULT_INVALID_SMSC_ADDRESS\",\"20\":\"RESULT_OPERATION_NOT_ALLOWED\",\"21\":\"RESULT_INTERNAL_ERROR\",\"22\":\"RESULT_NO_RESOURCES\",\"23\":\"RESULT_CANCELLED\",\"24\":\"RESULT_REQUEST_NOT_SUPPORTED\",\"25\":\"RESULT_NO_BLUETOOTH_SERVICE\",\"26\":\"RESULT_INVALID_BLUETOOTH_ADDRESS\",\"27\":\"RESULT_BLUETOOTH_DISCONNECTED\",\"28\":\"RESULT_UNEXPECTED_EVENT_STOP_SENDING\",\"29\":\"RESULT_SMS_BLOCKED_DURING_EMERGENCY\",\"30\":\"RESULT_SMS_SEND_RETRY_FAILED\",\"31\":\"RESULT_REMOTE_EXCEPTION\",\"32\":\"RESULT_NO_DEFAULT_SMS_APP\",\"100\":\"RESULT_RIL_RADIO_NOT_AVAILABLE\",\"101\":\"RESULT_RIL_SMS_SEND_FAIL_RETRY\",\"102\":\"RESULT_RIL_NETWORK_REJECT\",\"103\":\"RESULT_RIL_INVALID_STATE\",\"104\":\"RESULT_RIL_INVALID_ARGUMENTS\",\"105\":\"RESULT_RIL_NO_MEMORY\",\"106\":\"RESULT_RIL_REQUEST_RATE_LIMITED\",\"107\":\"RESULT_RIL_INVALID_SMS_FORMAT\",\"108\":\"RESULT_RIL_SYSTEM_ERR\",\"109\":\"RESULT_RIL_ENCODING_ERR\",\"110\":\"RESULT_RIL_INVALID_SMSC_ADDRESS\",\"111\":\"RESULT_RIL_MODEM_ERR\",\"112\":\"RESULT_RIL_NETWORK_ERR\",\"113\":\"RESULT_RIL_INTERNAL_ERR\",\"114\":\"RESULT_RIL_REQUEST_NOT_SUPPORTED\",\"115\":\"RESULT_RIL_INVALID_MODEM_STATE\",\"116\":\"RESULT_RIL_NETWORK_NOT_READY\",\"117\":\"RESULT_RIL_OPERATION_NOT_ALLOWED\",\"118\":\"RESULT_RIL_NO_RESOURCES\",\"119\":\"RESULT_RIL_CANCELLED\",\"120\":\"RESULT_RIL_SIM_ABSENT\",\"121\":\"RESULT_RIL_SIMULTANEOUS_SMS_AND_CALL_NOT_ALLOWED\",\"122\":\"RESULT_RIL_ACCESS_BARRED\",\"123\":\"RESULT_RIL_BLOCKED_DUE_TO_CALL\"}},\"android.telephony.SmsManager.SmsShortCodeCategory\":{\"flag\":false,\"values\":{\"0\":\"SMS_CATEGORY_NOT_SHORT_CODE\",\"1\":\"SMS_CATEGORY_FREE_SHORT_CODE\",\"2\":\"SMS_CATEGORY_STANDARD_SHORT_CODE\",\"3\":\"SMS_CATEGORY_POSSIBLE_PREMIUM_SHORT_CODE\",\"4\":\"SMS_CATEGORY_PREMIUM_SHORT_CODE\"}},\"android.telephony.SmsManager.StatusOnIcc\":{\"flag\":false,\"values\":{\"0\":\"STATUS_ON_ICC_FREE\",\"1\":\"STATUS_ON_ICC_READ\",\"3\":\"STATUS_ON_ICC_UNREAD\",\"5\":\"STATUS_ON_ICC_SENT\",\"7\":\"STATUS_ON_ICC_UNSENT\"}},\"android.telephony.SmsMessage.EncodingSize\":{\"flag\":false,\"values\":{\"0\":\"ENCODING_UNKNOWN\",\"1\":\"ENCODING_7BIT\",\"2\":\"ENCODING_8BIT\",\"3\":\"ENCODING_16BIT\"}},\"android.telephony.SubscriptionManager.DeviceToDeviceStatusSharingPreference\":{\"flag\":false,\"values\":{\"0\":\"D2D_SHARING_DISABLED\",\"1\":\"D2D_SHARING_ALL_CONTACTS\",\"2\":\"D2D_SHARING_SELECTED_CONTACTS\",\"3\":\"D2D_SHARING_ALL\"}},\"android.telephony.SubscriptionManager.ProfileClass\":{\"flag\":false,\"values\":{\"0\":\"PROFILE_CLASS_TESTING\",\"1\":\"PROFILE_CLASS_PROVISIONING\",\"2\":\"PROFILE_CLASS_OPERATIONAL\",\"-1\":\"PROFILE_CLASS_UNSET\"}},\"android.telephony.SubscriptionManager.SimDisplayNameSource\":{\"flag\":false,\"values\":{\"0\":\"NAME_SOURCE_CARRIER_ID\",\"1\":\"NAME_SOURCE_SIM_SPN\",\"2\":\"NAME_SOURCE_USER_INPUT\",\"3\":\"NAME_SOURCE_CARRIER\",\"4\":\"NAME_SOURCE_SIM_PNN\"}},\"android.telephony.SubscriptionManager.SubscriptionType\":{\"flag\":false,\"values\":{\"0\":\"SUBSCRIPTION_TYPE_LOCAL_SIM\",\"1\":\"SUBSCRIPTION_TYPE_REMOTE_SIM\"}},\"android.telephony.SubscriptionPlan.LimitBehavior\":{\"flag\":false,\"values\":{\"0\":\"LIMIT_BEHAVIOR_DISABLED\",\"1\":\"LIMIT_BEHAVIOR_BILLED\",\"2\":\"LIMIT_BEHAVIOR_THROTTLED\",\"-1\":\"LIMIT_BEHAVIOR_UNKNOWN\"}},\"android.telephony.TelephonyCallback.TelephonyEvent\":{\"flag\":false,\"values\":{\"1\":\"EVENT_SERVICE_STATE_CHANGED\",\"2\":\"EVENT_SIGNAL_STRENGTH_CHANGED\",\"3\":\"EVENT_MESSAGE_WAITING_INDICATOR_CHANGED\",\"4\":\"EVENT_CALL_FORWARDING_INDICATOR_CHANGED\",\"5\":\"EVENT_CELL_LOCATION_CHANGED\",\"6\":\"EVENT_CALL_STATE_CHANGED\",\"7\":\"EVENT_DATA_CONNECTION_STATE_CHANGED\",\"8\":\"EVENT_DATA_ACTIVITY_CHANGED\",\"9\":\"EVENT_SIGNAL_STRENGTHS_CHANGED\",\"10\":\"EVENT_ALWAYS_REPORTED_SIGNAL_STRENGTH_CHANGED\",\"11\":\"EVENT_CELL_INFO_CHANGED\",\"12\":\"EVENT_PRECISE_CALL_STATE_CHANGED\",\"13\":\"EVENT_PRECISE_DATA_CONNECTION_STATE_CHANGED\",\"14\":\"EVENT_DATA_CONNECTION_REAL_TIME_INFO_CHANGED\",\"15\":\"EVENT_OEM_HOOK_RAW\",\"16\":\"EVENT_SRVCC_STATE_CHANGED\",\"17\":\"EVENT_CARRIER_NETWORK_CHANGED\",\"18\":\"EVENT_VOICE_ACTIVATION_STATE_CHANGED\",\"19\":\"EVENT_DATA_ACTIVATION_STATE_CHANGED\",\"20\":\"EVENT_USER_MOBILE_DATA_STATE_CHANGED\",\"21\":\"EVENT_DISPLAY_INFO_CHANGED\",\"22\":\"EVENT_PHONE_CAPABILITY_CHANGED\",\"23\":\"EVENT_ACTIVE_DATA_SUBSCRIPTION_ID_CHANGED\",\"24\":\"EVENT_RADIO_POWER_STATE_CHANGED\",\"25\":\"EVENT_EMERGENCY_NUMBER_LIST_CHANGED\",\"26\":\"EVENT_CALL_DISCONNECT_CAUSE_CHANGED\",\"27\":\"EVENT_CALL_ATTRIBUTES_CHANGED\",\"28\":\"EVENT_IMS_CALL_DISCONNECT_CAUSE_CHANGED\",\"29\":\"EVENT_OUTGOING_EMERGENCY_CALL\",\"30\":\"EVENT_OUTGOING_EMERGENCY_SMS\",\"31\":\"EVENT_REGISTRATION_FAILURE\",\"32\":\"EVENT_BARRING_INFO_CHANGED\",\"33\":\"EVENT_PHYSICAL_CHANNEL_CONFIG_CHANGED\",\"34\":\"EVENT_DATA_ENABLED_CHANGED\",\"35\":\"EVENT_ALLOWED_NETWORK_TYPE_LIST_CHANGED\",\"36\":\"EVENT_LEGACY_CALL_STATE_CHANGED\",\"37\":\"EVENT_LINK_CAPACITY_ESTIMATE_CHANGED\"}},\"android.telephony.TelephonyManager.AllowedNetworkTypesReason\":{\"flag\":false,\"values\":{\"0\":\"ALLOWED_NETWORK_TYPES_REASON_USER\",\"1\":\"ALLOWED_NETWORK_TYPES_REASON_POWER\",\"2\":\"ALLOWED_NETWORK_TYPES_REASON_CARRIER\",\"3\":\"ALLOWED_NETWORK_TYPES_REASON_ENABLE_2G\"}},\"android.telephony.TelephonyManager.AuthenticationFailureReason\":{\"flag\":false,\"values\":{\"0\":\"GBA_FAILURE_REASON_UNKNOWN\",\"1\":\"GBA_FAILURE_REASON_FEATURE_NOT_SUPPORTED\",\"2\":\"GBA_FAILURE_REASON_FEATURE_NOT_READY\",\"3\":\"GBA_FAILURE_REASON_NETWORK_FAILURE\",\"4\":\"GBA_FAILURE_REASON_INCORRECT_NAF_ID\",\"5\":\"GBA_FAILURE_REASON_SECURITY_PROTOCOL_NOT_SUPPORTED\"}},\"android.telephony.TelephonyManager.CallComposerException.CallComposerError\":{\"flag\":false,\"values\":{\"0\":\"ERROR_UNKNOWN\",\"1\":\"ERROR_REMOTE_END_CLOSED\",\"2\":\"ERROR_FILE_TOO_LARGE\",\"3\":\"ERROR_AUTHENTICATION_FAILED\",\"4\":\"ERROR_INPUT_CLOSED\",\"5\":\"ERROR_IO_EXCEPTION\",\"6\":\"ERROR_NETWORK_UNAVAILABLE\"}},\"android.telephony.TelephonyManager.CallComposerStatus\":{\"flag\":false,\"values\":{\"0\":\"CALL_COMPOSER_STATUS_OFF\",\"1\":\"CALL_COMPOSER_STATUS_ON\"}},\"android.telephony.TelephonyManager.CallForwardingInfoCallback.CallForwardingError\":{\"flag\":false,\"values\":{\"1\":\"RESULT_ERROR_UNKNOWN\",\"2\":\"RESULT_ERROR_FDN_CHECK_FAILURE\",\"3\":\"RESULT_ERROR_NOT_SUPPORTED\"}},\"android.telephony.TelephonyManager.CallWaitingStatus\":{\"flag\":false,\"values\":{\"1\":\"CALL_WAITING_STATUS_ENABLED\",\"2\":\"CALL_WAITING_STATUS_DISABLED\",\"3\":\"CALL_WAITING_STATUS_UNKNOWN_ERROR\",\"4\":\"CALL_WAITING_STATUS_NOT_SUPPORTED\"}},\"android.telephony.TelephonyManager.CdmaRoamingMode\":{\"flag\":false,\"values\":{\"0\":\"CDMA_ROAMING_MODE_HOME\",\"1\":\"CDMA_ROAMING_MODE_AFFILIATED\",\"2\":\"CDMA_ROAMING_MODE_ANY\",\"-1\":\"CDMA_ROAMING_MODE_RADIO_DEFAULT\"}},\"android.telephony.TelephonyManager.CdmaSubscription\":{\"flag\":false,\"values\":{\"0\":\"CDMA_SUBSCRIPTION_RUIM_SIM\",\"1\":\"CDMA_SUBSCRIPTION_NV\",\"-1\":\"CDMA_SUBSCRIPTION_UNKNOWN\"}},\"android.telephony.TelephonyManager.CellInfoCallback.CellInfoCallbackError\":{\"flag\":false,\"values\":{\"1\":\"ERROR_TIMEOUT\",\"2\":\"ERROR_MODEM_ERROR\"}},\"android.telephony.TelephonyManager.DataEnabledReason\":{\"flag\":false,\"values\":{\"0\":\"DATA_ENABLED_REASON_USER\",\"1\":\"DATA_ENABLED_REASON_POLICY\",\"2\":\"DATA_ENABLED_REASON_CARRIER\",\"3\":\"DATA_ENABLED_REASON_THERMAL\"}},\"android.telephony.TelephonyManager.DataState\":{\"flag\":false,\"values\":{\"0\":\"DATA_DISCONNECTED\",\"1\":\"DATA_CONNECTING\",\"2\":\"DATA_CONNECTED\",\"3\":\"DATA_SUSPENDED\",\"4\":\"DATA_DISCONNECTING\",\"-1\":\"DATA_UNKNOWN\"}},\"android.telephony.TelephonyManager.DefaultSubscriptionSelectType\":{\"flag\":false,\"values\":{\"0\":\"EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_NONE\",\"1\":\"EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_DATA\",\"2\":\"EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_VOICE\",\"3\":\"EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_SMS\",\"4\":\"EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_ALL\"}},\"android.telephony.TelephonyManager.EnableNrDualConnectivityResult\":{\"flag\":false,\"values\":{\"0\":\"ENABLE_NR_DUAL_CONNECTIVITY_SUCCESS\",\"1\":\"ENABLE_NR_DUAL_CONNECTIVITY_NOT_SUPPORTED\",\"2\":\"ENABLE_NR_DUAL_CONNECTIVITY_RADIO_NOT_AVAILABLE\",\"3\":\"ENABLE_NR_DUAL_CONNECTIVITY_RADIO_ERROR\",\"4\":\"ENABLE_NR_DUAL_CONNECTIVITY_INVALID_STATE\"}},\"android.telephony.TelephonyManager.EriIconIndex\":{\"flag\":false,\"values\":{\"0\":\"ERI_ON\",\"1\":\"ERI_OFF\",\"2\":\"ERI_FLASH\"}},\"android.telephony.TelephonyManager.EriIconMode\":{\"flag\":false,\"values\":{\"0\":\"ERI_ICON_MODE_NORMAL\",\"1\":\"ERI_ICON_MODE_FLASH\"}},\"android.telephony.TelephonyManager.IsMultiSimSupportedResult\":{\"flag\":false,\"values\":{\"0\":\"MULTISIM_ALLOWED\",\"1\":\"MULTISIM_NOT_SUPPORTED_BY_HARDWARE\",\"2\":\"MULTISIM_NOT_SUPPORTED_BY_CARRIER\"}},\"android.telephony.TelephonyManager.KeyType\":{\"flag\":false,\"values\":{\"1\":\"KEY_TYPE_EPDG\",\"2\":\"KEY_TYPE_WLAN\"}},\"android.telephony.TelephonyManager.MobileDataPolicy\":{\"flag\":false,\"values\":{\"1\":\"MOBILE_DATA_POLICY_DATA_ON_NON_DEFAULT_DURING_VOICE_CALL\",\"2\":\"MOBILE_DATA_POLICY_MMS_ALWAYS_ALLOWED\"}},\"android.telephony.TelephonyManager.ModemActivityInfoException.ModemActivityInfoError\":{\"flag\":false,\"values\":{\"0\":\"ERROR_UNKNOWN\",\"1\":\"ERROR_PHONE_NOT_AVAILABLE\",\"2\":\"ERROR_INVALID_INFO_RECEIVED\",\"3\":\"ERROR_MODEM_RESPONSE_ERROR\"}},\"android.telephony.TelephonyManager.NetworkSelectionMode\":{\"flag\":false,\"values\":{\"0\":\"NETWORK_SELECTION_MODE_UNKNOWN\",\"1\":\"NETWORK_SELECTION_MODE_AUTO\",\"2\":\"NETWORK_SELECTION_MODE_MANUAL\"}},\"android.telephony.TelephonyManager.NetworkSlicingException.NetworkSlicingError\":{\"flag\":false,\"values\":{\"1\":\"ERROR_TIMEOUT\",\"2\":\"ERROR_MODEM_ERROR\"}},\"android.telephony.TelephonyManager.NrDualConnectivityState\":{\"flag\":false,\"values\":{\"1\":\"NR_DUAL_CONNECTIVITY_ENABLE\",\"2\":\"NR_DUAL_CONNECTIVITY_DISABLE\",\"3\":\"NR_DUAL_CONNECTIVITY_DISABLE_IMMEDIATE\"}},\"android.telephony.TelephonyManager.PrefNetworkMode\":{\"flag\":false,\"values\":{\"0\":\"NETWORK_MODE_WCDMA_PREF\",\"1\":\"NETWORK_MODE_GSM_ONLY\",\"2\":\"NETWORK_MODE_WCDMA_ONLY\",\"3\":\"NETWORK_MODE_GSM_UMTS\",\"4\":\"NETWORK_MODE_CDMA_EVDO\",\"5\":\"NETWORK_MODE_CDMA_NO_EVDO\",\"6\":\"NETWORK_MODE_EVDO_NO_CDMA\",\"7\":\"NETWORK_MODE_GLOBAL\",\"8\":\"NETWORK_MODE_LTE_CDMA_EVDO\",\"9\":\"NETWORK_MODE_LTE_GSM_WCDMA\",\"10\":\"NETWORK_MODE_LTE_CDMA_EVDO_GSM_WCDMA\",\"11\":\"NETWORK_MODE_LTE_ONLY\",\"12\":\"NETWORK_MODE_LTE_WCDMA\",\"13\":\"NETWORK_MODE_TDSCDMA_ONLY\",\"14\":\"NETWORK_MODE_TDSCDMA_WCDMA\",\"15\":\"NETWORK_MODE_LTE_TDSCDMA\",\"16\":\"NETWORK_MODE_TDSCDMA_GSM\",\"17\":\"NETWORK_MODE_LTE_TDSCDMA_GSM\",\"18\":\"NETWORK_MODE_TDSCDMA_GSM_WCDMA\",\"19\":\"NETWORK_MODE_LTE_TDSCDMA_WCDMA\",\"20\":\"NETWORK_MODE_LTE_TDSCDMA_GSM_WCDMA\",\"21\":\"NETWORK_MODE_TDSCDMA_CDMA_EVDO_GSM_WCDMA\",\"22\":\"NETWORK_MODE_LTE_TDSCDMA_CDMA_EVDO_GSM_WCDMA\",\"23\":\"NETWORK_MODE_NR_ONLY\",\"24\":\"NETWORK_MODE_NR_LTE\",\"25\":\"NETWORK_MODE_NR_LTE_CDMA_EVDO\",\"26\":\"NETWORK_MODE_NR_LTE_GSM_WCDMA\",\"27\":\"NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA\",\"28\":\"NETWORK_MODE_NR_LTE_WCDMA\",\"29\":\"NETWORK_MODE_NR_LTE_TDSCDMA\",\"30\":\"NETWORK_MODE_NR_LTE_TDSCDMA_GSM\",\"31\":\"NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA\",\"32\":\"NETWORK_MODE_NR_LTE_TDSCDMA_GSM_WCDMA\",\"33\":\"NETWORK_MODE_NR_LTE_TDSCDMA_CDMA_EVDO_GSM_WCDMA\"}},\"android.telephony.TelephonyManager.PrepareUnattendedRebootResult\":{\"flag\":false,\"values\":{\"0\":\"PREPARE_UNATTENDED_REBOOT_SUCCESS\",\"1\":\"PREPARE_UNATTENDED_REBOOT_PIN_REQUIRED\",\"2\":\"PREPARE_UNATTENDED_REBOOT_ERROR\"}},\"android.telephony.TelephonyManager.SetCarrierRestrictionResult\":{\"flag\":false,\"values\":{\"0\":\"SET_CARRIER_RESTRICTION_SUCCESS\",\"1\":\"SET_CARRIER_RESTRICTION_NOT_SUPPORTED\",\"2\":\"SET_CARRIER_RESTRICTION_ERROR\"}},\"android.telephony.TelephonyManager.SetOpportunisticSubscriptionResult\":{\"flag\":false,\"values\":{\"0\":\"SET_OPPORTUNISTIC_SUB_SUCCESS\",\"1\":\"SET_OPPORTUNISTIC_SUB_VALIDATION_FAILED\",\"2\":\"SET_OPPORTUNISTIC_SUB_INACTIVE_SUBSCRIPTION\",\"3\":\"SET_OPPORTUNISTIC_SUB_NO_OPPORTUNISTIC_SUB_AVAILABLE\",\"4\":\"SET_OPPORTUNISTIC_SUB_REMOTE_SERVICE_EXCEPTION\"}},\"android.telephony.TelephonyManager.SetSimPowerStateResult\":{\"flag\":false,\"values\":{\"0\":\"SET_SIM_POWER_STATE_SUCCESS\",\"1\":\"SET_SIM_POWER_STATE_ALREADY_IN_STATE\",\"2\":\"SET_SIM_POWER_STATE_MODEM_ERROR\",\"3\":\"SET_SIM_POWER_STATE_SIM_ERROR\",\"4\":\"SET_SIM_POWER_STATE_NOT_SUPPORTED\"}},\"android.telephony.TelephonyManager.SimCombinationWarningType\":{\"flag\":false,\"values\":{\"0\":\"EXTRA_SIM_COMBINATION_WARNING_TYPE_NONE\",\"1\":\"EXTRA_SIM_COMBINATION_WARNING_TYPE_DUAL_CDMA\"}},\"android.telephony.TelephonyManager.SimPowerState\":{\"flag\":false,\"values\":{\"0\":\"CARD_POWER_DOWN\",\"1\":\"CARD_POWER_UP\",\"2\":\"CARD_POWER_UP_PASS_THROUGH\"}},\"android.telephony.TelephonyManager.SimState\":{\"flag\":false,\"values\":{\"0\":\"SIM_STATE_UNKNOWN\",\"1\":\"SIM_STATE_ABSENT\",\"2\":\"SIM_STATE_PIN_REQUIRED\",\"3\":\"SIM_STATE_PUK_REQUIRED\",\"4\":\"SIM_STATE_NETWORK_LOCKED\",\"5\":\"SIM_STATE_READY\",\"6\":\"SIM_STATE_NOT_READY\",\"7\":\"SIM_STATE_PERM_DISABLED\",\"8\":\"SIM_STATE_CARD_IO_ERROR\",\"9\":\"SIM_STATE_CARD_RESTRICTED\",\"10\":\"SIM_STATE_LOADED\",\"11\":\"SIM_STATE_PRESENT\"}},\"android.telephony.TelephonyManager.UpdateAvailableNetworksResult\":{\"flag\":false,\"values\":{\"0\":\"UPDATE_AVAILABLE_NETWORKS_SUCCESS\",\"1\":\"UPDATE_AVAILABLE_NETWORKS_UNKNOWN_FAILURE\",\"2\":\"UPDATE_AVAILABLE_NETWORKS_ABORTED\",\"3\":\"UPDATE_AVAILABLE_NETWORKS_INVALID_ARGUMENTS\",\"4\":\"UPDATE_AVAILABLE_NETWORKS_NO_CARRIER_PRIVILEGE\",\"5\":\"UPDATE_AVAILABLE_NETWORKS_DISABLE_MODEM_FAIL\",\"6\":\"UPDATE_AVAILABLE_NETWORKS_ENABLE_MODEM_FAIL\",\"7\":\"UPDATE_AVAILABLE_NETWORKS_MULTIPLE_NETWORKS_NOT_SUPPORTED\",\"8\":\"UPDATE_AVAILABLE_NETWORKS_NO_OPPORTUNISTIC_SUB_AVAILABLE\",\"9\":\"UPDATE_AVAILABLE_NETWORKS_REMOTE_SERVICE_EXCEPTION\",\"10\":\"UPDATE_AVAILABLE_NETWORKS_SERVICE_IS_DISABLED\"}},\"android.telephony.ThermalMitigationRequest.ThermalMitigationAction\":{\"flag\":false,\"values\":{\"0\":\"THERMAL_MITIGATION_ACTION_DATA_THROTTLING\",\"1\":\"THERMAL_MITIGATION_ACTION_VOICE_ONLY\",\"2\":\"THERMAL_MITIGATION_ACTION_RADIO_OFF\"}},\"android.telephony.UiccSlotInfo.CardStateInfo\":{\"flag\":false,\"values\":{\"1\":\"CARD_STATE_INFO_ABSENT\",\"2\":\"CARD_STATE_INFO_PRESENT\",\"3\":\"CARD_STATE_INFO_ERROR\",\"4\":\"CARD_STATE_INFO_RESTRICTED\"}},\"android.telephony.cdma.CdmaSmsCbProgramData.Category\":{\"flag\":false,\"values\":{\"4096\":\"CATEGORY_CMAS_PRESIDENTIAL_LEVEL_ALERT\",\"4097\":\"CATEGORY_CMAS_EXTREME_THREAT\",\"4098\":\"CATEGORY_CMAS_SEVERE_THREAT\",\"4099\":\"CATEGORY_CMAS_CHILD_ABDUCTION_EMERGENCY\",\"4100\":\"CATEGORY_CMAS_TEST_MESSAGE\",\"4351\":\"CATEGORY_CMAS_LAST_RESERVED_VALUE\"}},\"android.telephony.cdma.CdmaSmsCbProgramData.Operation\":{\"flag\":false,\"values\":{\"0\":\"OPERATION_DELETE_CATEGORY\",\"1\":\"OPERATION_ADD_CATEGORY\",\"2\":\"OPERATION_CLEAR_CATEGORIES\"}},\"android.telephony.data.ApnSetting.ApnType\":{\"flag\":true,\"values\":{\"2\":\"TYPE_MMS\",\"4\":\"TYPE_SUPL\",\"8\":\"TYPE_DUN\",\"16\":\"TYPE_HIPRI\",\"17\":\"TYPE_DEFAULT\",\"32\":\"TYPE_FOTA\",\"64\":\"TYPE_IMS\",\"128\":\"TYPE_CBS\",\"256\":\"TYPE_IA\",\"512\":\"TYPE_EMERGENCY\",\"1024\":\"TYPE_MCX\",\"2048\":\"TYPE_XCAP\",\"4096\":\"TYPE_VSIM\",\"8192\":\"TYPE_BIP\",\"16384\":\"TYPE_ENTERPRISE\"}},\"android.telephony.data.ApnSetting.AuthType\":{\"flag\":false,\"values\":{\"0\":\"AUTH_TYPE_NONE\",\"1\":\"AUTH_TYPE_PAP\",\"2\":\"AUTH_TYPE_CHAP\",\"3\":\"AUTH_TYPE_PAP_OR_CHAP\"}},\"android.telephony.data.ApnSetting.MvnoType\":{\"flag\":false,\"values\":{\"0\":\"MVNO_TYPE_SPN\",\"1\":\"MVNO_TYPE_IMSI\",\"2\":\"MVNO_TYPE_GID\",\"3\":\"MVNO_TYPE_ICCID\"}},\"android.telephony.data.ApnSetting.ProtocolType\":{\"flag\":false,\"values\":{\"0\":\"PROTOCOL_IP\",\"1\":\"PROTOCOL_IPV6\",\"2\":\"PROTOCOL_IPV4V6\",\"3\":\"PROTOCOL_PPP\",\"4\":\"PROTOCOL_NON_IP\",\"5\":\"PROTOCOL_UNSTRUCTURED\"}},\"android.telephony.data.ApnSetting.Skip464XlatStatus\":{\"flag\":false,\"values\":{\"0\":\"SKIP_464XLAT_DISABLE\",\"1\":\"SKIP_464XLAT_ENABLE\",\"-1\":\"SKIP_464XLAT_DEFAULT\"}},\"android.telephony.data.DataCallResponse.HandoverFailureMode\":{\"flag\":false,\"values\":{\"0\":\"HANDOVER_FAILURE_MODE_LEGACY\",\"1\":\"HANDOVER_FAILURE_MODE_DO_FALLBACK\",\"2\":\"HANDOVER_FAILURE_MODE_NO_FALLBACK_RETRY_HANDOVER\",\"3\":\"HANDOVER_FAILURE_MODE_NO_FALLBACK_RETRY_SETUP_NORMAL\",\"-1\":\"HANDOVER_FAILURE_MODE_UNKNOWN\"}},\"android.telephony.data.DataCallResponse.LinkStatus\":{\"flag\":false,\"values\":{\"0\":\"LINK_STATUS_INACTIVE\",\"1\":\"LINK_STATUS_DORMANT\",\"2\":\"LINK_STATUS_ACTIVE\",\"-1\":\"LINK_STATUS_UNKNOWN\"}},\"android.telephony.data.DataProfile.Type\":{\"flag\":false,\"values\":{\"0\":\"TYPE_COMMON\",\"1\":\"TYPE_3GPP\",\"2\":\"TYPE_3GPP2\"}},\"android.telephony.data.DataService.DeactivateDataReason\":{\"flag\":false,\"values\":{\"0\":\"REQUEST_REASON_UNKNOWN\",\"1\":\"REQUEST_REASON_NORMAL\",\"2\":\"REQUEST_REASON_SHUTDOWN\",\"3\":\"REQUEST_REASON_HANDOVER\"}},\"android.telephony.data.DataService.SetupDataReason\":{\"flag\":false,\"values\":{\"0\":\"REQUEST_REASON_UNKNOWN\",\"1\":\"REQUEST_REASON_NORMAL\",\"3\":\"REQUEST_REASON_HANDOVER\"}},\"android.telephony.data.DataServiceCallback.ResultCode\":{\"flag\":false,\"values\":{\"0\":\"RESULT_SUCCESS\",\"1\":\"RESULT_ERROR_UNSUPPORTED\",\"2\":\"RESULT_ERROR_INVALID_ARG\",\"3\":\"RESULT_ERROR_BUSY\",\"4\":\"RESULT_ERROR_ILLEGAL_STATE\"}},\"android.telephony.data.NetworkSliceInfo.SliceServiceType\":{\"flag\":false,\"values\":{\"0\":\"SLICE_SERVICE_TYPE_NONE\",\"1\":\"SLICE_SERVICE_TYPE_EMBB\",\"2\":\"SLICE_SERVICE_TYPE_URLLC\",\"3\":\"SLICE_SERVICE_TYPE_MIOT\"}},\"android.telephony.data.NetworkSliceInfo.SliceStatus\":{\"flag\":false,\"values\":{\"0\":\"SLICE_STATUS_UNKNOWN\",\"1\":\"SLICE_STATUS_CONFIGURED\",\"2\":\"SLICE_STATUS_ALLOWED\",\"3\":\"SLICE_STATUS_REJECTED_NOT_AVAILABLE_IN_PLMN\",\"4\":\"SLICE_STATUS_REJECTED_NOT_AVAILABLE_IN_REGISTERED_AREA\",\"5\":\"SLICE_STATUS_DEFAULT_CONFIGURED\"}},\"android.telephony.data.Qos.QosType\":{\"flag\":false,\"values\":{\"1\":\"QOS_TYPE_EPS\",\"2\":\"QOS_TYPE_NR\"}},\"android.telephony.data.QosBearerFilter.QosBearerFilterDirection\":{\"flag\":false,\"values\":{\"0\":\"QOS_FILTER_DIRECTION_DOWNLINK\",\"1\":\"QOS_FILTER_DIRECTION_UPLINK\",\"2\":\"QOS_FILTER_DIRECTION_BIDIRECTIONAL\"}},\"android.telephony.data.QosBearerFilter.QosProtocol\":{\"flag\":false,\"values\":{\"6\":\"QOS_PROTOCOL_TCP\",\"17\":\"QOS_PROTOCOL_UDP\",\"50\":\"QOS_PROTOCOL_ESP\",\"51\":\"QOS_PROTOCOL_AH\",\"-1\":\"QOS_PROTOCOL_UNSPECIFIED\"}},\"android.telephony.data.RouteSelectionDescriptor.RouteSessionType\":{\"flag\":false,\"values\":{\"0\":\"SESSION_TYPE_IPV4\",\"1\":\"SESSION_TYPE_IPV6\",\"2\":\"SESSION_TYPE_IPV4V6\"}},\"android.telephony.data.RouteSelectionDescriptor.RouteSscMode\":{\"flag\":false,\"values\":{\"1\":\"ROUTE_SSC_MODE_1\",\"2\":\"ROUTE_SSC_MODE_2\",\"3\":\"ROUTE_SSC_MODE_3\"}},\"android.telephony.data.ThrottleStatus.RetryType\":{\"flag\":true,\"values\":{\"1\":\"RETRY_TYPE_NONE\",\"2\":\"RETRY_TYPE_NEW_CONNECTION\",\"3\":\"RETRY_TYPE_HANDOVER\"}},\"android.telephony.data.ThrottleStatus.ThrottleType\":{\"flag\":true,\"values\":{\"1\":\"THROTTLE_TYPE_NONE\",\"2\":\"THROTTLE_TYPE_ELAPSED_TIME\"}},\"android.telephony.emergency.EmergencyNumber.EmergencyCallRouting\":{\"flag\":false,\"values\":{\"0\":\"EMERGENCY_CALL_ROUTING_UNKNOWN\",\"1\":\"EMERGENCY_CALL_ROUTING_EMERGENCY\",\"2\":\"EMERGENCY_CALL_ROUTING_NORMAL\"}},\"android.telephony.emergency.EmergencyNumber.EmergencyNumberSources\":{\"flag\":true,\"values\":{\"1\":\"EMERGENCY_NUMBER_SOURCE_NETWORK_SIGNALING\",\"2\":\"EMERGENCY_NUMBER_SOURCE_SIM\",\"4\":\"EMERGENCY_NUMBER_SOURCE_MODEM_CONFIG\",\"8\":\"EMERGENCY_NUMBER_SOURCE_DEFAULT\",\"16\":\"EMERGENCY_NUMBER_SOURCE_DATABASE\"}},\"android.telephony.emergency.EmergencyNumber.EmergencyServiceCategories\":{\"flag\":true,\"values\":{\"0\":\"EMERGENCY_SERVICE_CATEGORY_UNSPECIFIED\",\"1\":\"EMERGENCY_SERVICE_CATEGORY_POLICE\",\"2\":\"EMERGENCY_SERVICE_CATEGORY_AMBULANCE\",\"4\":\"EMERGENCY_SERVICE_CATEGORY_FIRE_BRIGADE\",\"8\":\"EMERGENCY_SERVICE_CATEGORY_MARINE_GUARD\",\"16\":\"EMERGENCY_SERVICE_CATEGORY_MOUNTAIN_RESCUE\",\"32\":\"EMERGENCY_SERVICE_CATEGORY_MIEC\",\"64\":\"EMERGENCY_SERVICE_CATEGORY_AIEC\"}},\"android.telephony.euicc.EuiccCardManager.CancelReason\":{\"flag\":false,\"values\":{\"0\":\"CANCEL_REASON_END_USER_REJECTED\",\"1\":\"CANCEL_REASON_POSTPONED\",\"2\":\"CANCEL_REASON_TIMEOUT\",\"3\":\"CANCEL_REASON_PPR_NOT_ALLOWED\"}},\"android.telephony.euicc.EuiccCardManager.ResetOption\":{\"flag\":true,\"values\":{\"1\":\"RESET_OPTION_DELETE_OPERATIONAL_PROFILES\",\"2\":\"RESET_OPTION_DELETE_FIELD_LOADED_TEST_PROFILES\",\"4\":\"RESET_OPTION_RESET_DEFAULT_SMDP_ADDRESS\"}},\"android.telephony.euicc.EuiccManager.ErrorCode\":{\"flag\":false,\"values\":{\"10000\":\"ERROR_CARRIER_LOCKED\",\"10001\":\"ERROR_INVALID_ACTIVATION_CODE\",\"10002\":\"ERROR_INVALID_CONFIRMATION_CODE\",\"10003\":\"ERROR_INCOMPATIBLE_CARRIER\",\"10004\":\"ERROR_EUICC_INSUFFICIENT_MEMORY\",\"10005\":\"ERROR_TIME_OUT\",\"10006\":\"ERROR_EUICC_MISSING\",\"10007\":\"ERROR_UNSUPPORTED_VERSION\",\"10008\":\"ERROR_SIM_MISSING\",\"10009\":\"ERROR_INSTALL_PROFILE\",\"10010\":\"ERROR_DISALLOWED_BY_PPR\",\"10011\":\"ERROR_ADDRESS_MISSING\",\"10012\":\"ERROR_CERTIFICATE_ERROR\",\"10013\":\"ERROR_NO_PROFILES_AVAILABLE\",\"10014\":\"ERROR_CONNECTION_ERROR\",\"10015\":\"ERROR_INVALID_RESPONSE\",\"10016\":\"ERROR_OPERATION_BUSY\"}},\"android.telephony.euicc.EuiccManager.EuiccActivationType\":{\"flag\":false,\"values\":{\"1\":\"EUICC_ACTIVATION_TYPE_DEFAULT\",\"2\":\"EUICC_ACTIVATION_TYPE_BACKUP\",\"3\":\"EUICC_ACTIVATION_TYPE_TRANSFER\",\"4\":\"EUICC_ACTIVATION_TYPE_ACCOUNT_REQUIRED\"}},\"android.telephony.euicc.EuiccManager.OperationCode\":{\"flag\":false,\"values\":{\"1\":\"OPERATION_SYSTEM\",\"2\":\"OPERATION_SIM_SLOT\",\"3\":\"OPERATION_EUICC_CARD\",\"4\":\"OPERATION_SWITCH\",\"5\":\"OPERATION_DOWNLOAD\",\"6\":\"OPERATION_METADATA\",\"7\":\"OPERATION_EUICC_GSMA\",\"8\":\"OPERATION_APDU\",\"9\":\"OPERATION_SMDX\",\"10\":\"OPERATION_SMDX_SUBJECT_REASON_CODE\",\"11\":\"OPERATION_HTTP\"}},\"android.telephony.euicc.EuiccManager.OtaStatus\":{\"flag\":false,\"values\":{\"1\":\"EUICC_OTA_IN_PROGRESS\",\"2\":\"EUICC_OTA_FAILED\",\"3\":\"EUICC_OTA_SUCCEEDED\",\"4\":\"EUICC_OTA_NOT_NEEDED\",\"5\":\"EUICC_OTA_STATUS_UNAVAILABLE\"}},\"android.telephony.euicc.EuiccNotification.Event\":{\"flag\":true,\"values\":{\"1\":\"EVENT_INSTALL\",\"2\":\"EVENT_ENABLE\",\"4\":\"EVENT_DISABLE\",\"8\":\"EVENT_DELETE\"}},\"android.telephony.euicc.EuiccRulesAuthTable.PolicyRuleFlag\":{\"flag\":true,\"values\":{\"1\":\"POLICY_RULE_FLAG_CONSENT_REQUIRED\"}},\"android.telephony.gba.TlsParams.TlsCipherSuite\":{\"flag\":false,\"values\":{\"0\":\"TLS_NULL_WITH_NULL_NULL\",\"1\":\"TLS_RSA_WITH_NULL_MD5\",\"2\":\"TLS_RSA_WITH_NULL_SHA\",\"4\":\"TLS_RSA_WITH_RC4_128_MD5\",\"5\":\"TLS_RSA_WITH_RC4_128_SHA\",\"10\":\"TLS_RSA_WITH_3DES_EDE_CBC_SHA\",\"13\":\"TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA\",\"16\":\"TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA\",\"19\":\"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA\",\"22\":\"TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA\",\"24\":\"TLS_DH_ANON_WITH_RC4_128_MD5\",\"27\":\"TLS_DH_ANON_WITH_3DES_EDE_CBC_SHA\",\"47\":\"TLS_RSA_WITH_AES_128_CBC_SHA\",\"48\":\"TLS_DH_DSS_WITH_AES_128_CBC_SHA\",\"49\":\"TLS_DH_RSA_WITH_AES_128_CBC_SHA\",\"50\":\"TLS_DHE_DSS_WITH_AES_128_CBC_SHA\",\"51\":\"TLS_DHE_RSA_WITH_AES_128_CBC_SHA\",\"52\":\"TLS_DH_ANON_WITH_AES_128_CBC_SHA\",\"53\":\"TLS_RSA_WITH_AES_256_CBC_SHA\",\"54\":\"TLS_DH_DSS_WITH_AES_256_CBC_SHA\",\"55\":\"TLS_DH_RSA_WITH_AES_256_CBC_SHA\",\"56\":\"TLS_DHE_DSS_WITH_AES_256_CBC_SHA\",\"57\":\"TLS_DHE_RSA_WITH_AES_256_CBC_SHA\",\"58\":\"TLS_DH_ANON_WITH_AES_256_CBC_SHA\",\"59\":\"TLS_RSA_WITH_NULL_SHA256\",\"60\":\"TLS_RSA_WITH_AES_128_CBC_SHA256\",\"61\":\"TLS_RSA_WITH_AES_256_CBC_SHA256\",\"62\":\"TLS_DH_DSS_WITH_AES_128_CBC_SHA256\",\"63\":\"TLS_DH_RSA_WITH_AES_128_CBC_SHA256\",\"64\":\"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256\",\"103\":\"TLS_DHE_RSA_WITH_AES_128_CBC_SHA256\",\"104\":\"TLS_DH_DSS_WITH_AES_256_CBC_SHA256\",\"105\":\"TLS_DH_RSA_WITH_AES_256_CBC_SHA256\",\"106\":\"TLS_DHE_DSS_WITH_AES_256_CBC_SHA256\",\"107\":\"TLS_DHE_RSA_WITH_AES_256_CBC_SHA256\",\"108\":\"TLS_DH_ANON_WITH_AES_128_CBC_SHA256\",\"109\":\"TLS_DH_ANON_WITH_AES_256_CBC_SHA256\",\"158\":\"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256\",\"159\":\"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384\",\"170\":\"TLS_DHE_PSK_WITH_AES_128_GCM_SHA256\",\"171\":\"TLS_DHE_PSK_WITH_AES_256_GCM_SHA384\",\"4865\":\"TLS_AES_128_GCM_SHA256\",\"4866\":\"TLS_AES_256_GCM_SHA384\",\"4867\":\"TLS_CHACHA20_POLY1305_SHA256\",\"4868\":\"TLS_AES_128_CCM_SHA256\",\"49195\":\"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256\",\"49196\":\"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384\",\"49199\":\"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256\",\"49200\":\"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384\",\"49310\":\"TLS_DHE_RSA_WITH_AES_128_CCM\",\"49311\":\"TLS_DHE_RSA_WITH_AES_256_CCM\",\"49318\":\"TLS_DHE_PSK_WITH_AES_128_CCM\",\"49319\":\"TLS_DHE_PSK_WITH_AES_256_CCM\",\"52392\":\"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256\",\"52393\":\"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256\",\"52394\":\"TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256\",\"52396\":\"TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256\",\"52397\":\"TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256\",\"53249\":\"TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256\",\"53250\":\"TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384\",\"53253\":\"TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256\"}},\"android.telephony.gba.UaSecurityProtocolIdentifier.OrganizationCode\":{\"flag\":false,\"values\":{\"0\":\"ORG_NONE\",\"1\":\"ORG_3GPP\",\"2\":\"ORG_3GPP2\",\"3\":\"ORG_OMA\",\"4\":\"ORG_GSMA\",\"255\":\"ORG_LOCAL\"}},\"android.telephony.gba.UaSecurityProtocolIdentifier.UaSecurityProtocol3gpp\":{\"flag\":false,\"values\":{\"0\":\"UA_SECURITY_PROTOCOL_3GPP_SUBSCRIBER_CERTIFICATE\",\"1\":\"UA_SECURITY_PROTOCOL_3GPP_MBMS\",\"2\":\"UA_SECURITY_PROTOCOL_3GPP_HTTP_DIGEST_AUTHENTICATION\",\"3\":\"UA_SECURITY_PROTOCOL_3GPP_HTTP_BASED_MBMS\",\"4\":\"UA_SECURITY_PROTOCOL_3GPP_SIP_BASED_MBMS\",\"5\":\"UA_SECURITY_PROTOCOL_3GPP_GENERIC_PUSH_LAYER\",\"6\":\"UA_SECURITY_PROTOCOL_3GPP_IMS_MEDIA_PLANE\",\"256\":\"UA_SECURITY_PROTOCOL_3GPP_GENERATION_TMPI\",\"65536\":\"UA_SECURITY_PROTOCOL_3GPP_TLS_DEFAULT\",\"131072\":\"UA_SECURITY_PROTOCOL_3GPP_TLS_BROWSER\"}},\"android.telephony.ims.DelegateRegistrationState.DeregisteredReason\":{\"flag\":false,\"values\":{\"0\":\"DEREGISTERED_REASON_UNKNOWN\",\"1\":\"DEREGISTERED_REASON_NOT_PROVISIONED\",\"2\":\"DEREGISTERED_REASON_NOT_REGISTERED\"}},\"android.telephony.ims.DelegateRegistrationState.DeregisteringReason\":{\"flag\":false,\"values\":{\"3\":\"DEREGISTERING_REASON_PDN_CHANGE\",\"4\":\"DEREGISTERING_REASON_PROVISIONING_CHANGE\",\"5\":\"DEREGISTERING_REASON_FEATURE_TAGS_CHANGING\",\"6\":\"DEREGISTERING_REASON_DESTROY_PENDING\"}},\"android.telephony.ims.ImsCallForwardInfo.CallForwardReasons\":{\"flag\":false,\"values\":{\"0\":\"CDIV_CF_REASON_UNCONDITIONAL\",\"1\":\"CDIV_CF_REASON_BUSY\",\"2\":\"CDIV_CF_REASON_NO_REPLY\",\"3\":\"CDIV_CF_REASON_NOT_REACHABLE\",\"4\":\"CDIV_CF_REASON_ALL\",\"5\":\"CDIV_CF_REASON_ALL_CONDITIONAL\",\"6\":\"CDIV_CF_REASON_NOT_LOGGED_IN\"}},\"android.telephony.ims.ImsCallForwardInfo.CallForwardStatus\":{\"flag\":false,\"values\":{\"0\":\"STATUS_NOT_ACTIVE\",\"1\":\"STATUS_ACTIVE\"}},\"android.telephony.ims.ImsCallForwardInfo.TypeOfAddress\":{\"flag\":false,\"values\":{\"129\":\"TYPE_OF_ADDRESS_UNKNOWN\",\"145\":\"TYPE_OF_ADDRESS_INTERNATIONAL\"}},\"android.telephony.ims.ImsCallProfile.CallRestrictCause\":{\"flag\":false,\"values\":{\"0\":\"CALL_RESTRICT_CAUSE_NONE\",\"1\":\"CALL_RESTRICT_CAUSE_RAT\",\"2\":\"CALL_RESTRICT_CAUSE_DISABLED\",\"3\":\"CALL_RESTRICT_CAUSE_HD\"}},\"android.telephony.ims.ImsCallProfile.VerificationStatus\":{\"flag\":false,\"values\":{\"0\":\"VERIFICATION_STATUS_NOT_VERIFIED\",\"1\":\"VERIFICATION_STATUS_PASSED\",\"2\":\"VERIFICATION_STATUS_FAILED\"}},\"android.telephony.ims.ImsException.ImsErrorCode\":{\"flag\":false,\"values\":{\"0\":\"CODE_ERROR_UNSPECIFIED\",\"1\":\"CODE_ERROR_SERVICE_UNAVAILABLE\",\"2\":\"CODE_ERROR_UNSUPPORTED_OPERATION\",\"3\":\"CODE_ERROR_INVALID_SUBSCRIPTION\"}},\"android.telephony.ims.ImsExternalCallState.ExternalCallState\":{\"flag\":false,\"values\":{\"1\":\"CALL_STATE_CONFIRMED\",\"2\":\"CALL_STATE_TERMINATED\"}},\"android.telephony.ims.ImsExternalCallState.ExternalCallType\":{\"flag\":false,\"values\":{\"2\":\"CALL_TYPE_VOICE\",\"4\":\"CALL_TYPE_VT\",\"5\":\"CALL_TYPE_VT_TX\",\"6\":\"CALL_TYPE_VT_RX\"}},\"android.telephony.ims.ImsMmTelManager.WiFiCallingMode\":{\"flag\":false,\"values\":{\"0\":\"WIFI_MODE_WIFI_ONLY\",\"1\":\"WIFI_MODE_CELLULAR_PREFERRED\",\"2\":\"WIFI_MODE_WIFI_PREFERRED\"}},\"android.telephony.ims.ImsReasonInfo.ImsCode\":{\"flag\":false,\"values\":{\"0\":\"CODE_UNSPECIFIED\",\"101\":\"CODE_LOCAL_ILLEGAL_ARGUMENT\",\"102\":\"CODE_LOCAL_ILLEGAL_STATE\",\"103\":\"CODE_LOCAL_INTERNAL_ERROR\",\"106\":\"CODE_LOCAL_IMS_SERVICE_DOWN\",\"107\":\"CODE_LOCAL_NO_PENDING_CALL\",\"108\":\"CODE_LOCAL_ENDED_BY_CONFERENCE_MERGE\",\"111\":\"CODE_LOCAL_POWER_OFF\",\"112\":\"CODE_LOCAL_LOW_BATTERY\",\"121\":\"CODE_LOCAL_NETWORK_NO_SERVICE\",\"122\":\"CODE_LOCAL_NETWORK_NO_LTE_COVERAGE\",\"123\":\"CODE_LOCAL_NETWORK_ROAMING\",\"124\":\"CODE_LOCAL_NETWORK_IP_CHANGED\",\"131\":\"CODE_LOCAL_SERVICE_UNAVAILABLE\",\"132\":\"CODE_LOCAL_NOT_REGISTERED\",\"141\":\"CODE_LOCAL_CALL_EXCEEDED\",\"142\":\"CODE_LOCAL_CALL_BUSY\",\"143\":\"CODE_LOCAL_CALL_DECLINE\",\"144\":\"CODE_LOCAL_CALL_VCC_ON_PROGRESSING\",\"145\":\"CODE_LOCAL_CALL_RESOURCE_RESERVATION_FAILED\",\"146\":\"CODE_LOCAL_CALL_CS_RETRY_REQUIRED\",\"147\":\"CODE_LOCAL_CALL_VOLTE_RETRY_REQUIRED\",\"148\":\"CODE_LOCAL_CALL_TERMINATED\",\"149\":\"CODE_LOCAL_HO_NOT_FEASIBLE\",\"201\":\"CODE_TIMEOUT_1XX_WAITING\",\"202\":\"CODE_TIMEOUT_NO_ANSWER\",\"203\":\"CODE_TIMEOUT_NO_ANSWER_CALL_UPDATE\",\"240\":\"CODE_CALL_BARRED\",\"241\":\"CODE_FDN_BLOCKED\",\"243\":\"CODE_IMEI_NOT_ACCEPTED\",\"244\":\"CODE_DIAL_MODIFIED_TO_USSD\",\"245\":\"CODE_DIAL_MODIFIED_TO_SS\",\"246\":\"CODE_DIAL_MODIFIED_TO_DIAL\",\"247\":\"CODE_DIAL_MODIFIED_TO_DIAL_VIDEO\",\"248\":\"CODE_DIAL_VIDEO_MODIFIED_TO_DIAL\",\"249\":\"CODE_DIAL_VIDEO_MODIFIED_TO_DIAL_VIDEO\",\"250\":\"CODE_DIAL_VIDEO_MODIFIED_TO_SS\",\"251\":\"CODE_DIAL_VIDEO_MODIFIED_TO_USSD\",\"321\":\"CODE_SIP_REDIRECTED\",\"331\":\"CODE_SIP_BAD_REQUEST\",\"332\":\"CODE_SIP_FORBIDDEN\",\"333\":\"CODE_SIP_NOT_FOUND\",\"334\":\"CODE_SIP_NOT_SUPPORTED\",\"335\":\"CODE_SIP_REQUEST_TIMEOUT\",\"336\":\"CODE_SIP_TEMPRARILY_UNAVAILABLE\",\"337\":\"CODE_SIP_BAD_ADDRESS\",\"338\":\"CODE_SIP_BUSY\",\"339\":\"CODE_SIP_REQUEST_CANCELLED\",\"340\":\"CODE_SIP_NOT_ACCEPTABLE\",\"341\":\"CODE_SIP_NOT_REACHABLE\",\"342\":\"CODE_SIP_CLIENT_ERROR\",\"343\":\"CODE_SIP_TRANSACTION_DOES_NOT_EXIST\",\"351\":\"CODE_SIP_SERVER_INTERNAL_ERROR\",\"352\":\"CODE_SIP_SERVICE_UNAVAILABLE\",\"353\":\"CODE_SIP_SERVER_TIMEOUT\",\"354\":\"CODE_SIP_SERVER_ERROR\",\"361\":\"CODE_SIP_USER_REJECTED\",\"362\":\"CODE_SIP_GLOBAL_ERROR\",\"363\":\"CODE_EMERGENCY_TEMP_FAILURE\",\"364\":\"CODE_EMERGENCY_PERM_FAILURE\",\"365\":\"CODE_SIP_USER_MARKED_UNWANTED\",\"366\":\"CODE_SIP_METHOD_NOT_ALLOWED\",\"367\":\"CODE_SIP_PROXY_AUTHENTICATION_REQUIRED\",\"368\":\"CODE_SIP_REQUEST_ENTITY_TOO_LARGE\",\"369\":\"CODE_SIP_REQUEST_URI_TOO_LARGE\",\"370\":\"CODE_SIP_EXTENSION_REQUIRED\",\"371\":\"CODE_SIP_INTERVAL_TOO_BRIEF\",\"372\":\"CODE_SIP_CALL_OR_TRANS_DOES_NOT_EXIST\",\"373\":\"CODE_SIP_LOOP_DETECTED\",\"374\":\"CODE_SIP_TOO_MANY_HOPS\",\"376\":\"CODE_SIP_AMBIGUOUS\",\"377\":\"CODE_SIP_REQUEST_PENDING\",\"378\":\"CODE_SIP_UNDECIPHERABLE\",\"401\":\"CODE_MEDIA_INIT_FAILED\",\"402\":\"CODE_MEDIA_NO_DATA\",\"403\":\"CODE_MEDIA_NOT_ACCEPTABLE\",\"404\":\"CODE_MEDIA_UNSPECIFIED\",\"501\":\"CODE_USER_TERMINATED\",\"502\":\"CODE_USER_NOANSWER\",\"503\":\"CODE_USER_IGNORE\",\"504\":\"CODE_USER_DECLINE\",\"505\":\"CODE_LOW_BATTERY\",\"506\":\"CODE_BLACKLISTED_CALL_ID\",\"510\":\"CODE_USER_TERMINATED_BY_REMOTE\",\"511\":\"CODE_USER_REJECTED_SESSION_MODIFICATION\",\"512\":\"CODE_USER_CANCELLED_SESSION_MODIFICATION\",\"801\":\"CODE_UT_NOT_SUPPORTED\",\"802\":\"CODE_UT_SERVICE_UNAVAILABLE\",\"803\":\"CODE_UT_OPERATION_NOT_ALLOWED\",\"804\":\"CODE_UT_NETWORK_ERROR\",\"821\":\"CODE_UT_CB_PASSWORD_MISMATCH\",\"822\":\"CODE_UT_SS_MODIFIED_TO_DIAL\",\"823\":\"CODE_UT_SS_MODIFIED_TO_USSD\",\"824\":\"CODE_UT_SS_MODIFIED_TO_SS\",\"825\":\"CODE_UT_SS_MODIFIED_TO_DIAL_VIDEO\",\"901\":\"CODE_ECBM_NOT_SUPPORTED\",\"902\":\"CODE_MULTIENDPOINT_NOT_SUPPORTED\",\"1000\":\"CODE_REGISTRATION_ERROR\",\"1014\":\"CODE_ANSWERED_ELSEWHERE\",\"1015\":\"CODE_CALL_PULL_OUT_OF_SYNC\",\"1016\":\"CODE_CALL_END_CAUSE_CALL_PULL\",\"1017\":\"CODE_REJECTED_ELSEWHERE\",\"1100\":\"CODE_CALL_DROP_IWLAN_TO_LTE_UNAVAILABLE\",\"1201\":\"CODE_SUPP_SVC_FAILED\",\"1202\":\"CODE_SUPP_SVC_CANCELLED\",\"1203\":\"CODE_SUPP_SVC_REINVITE_COLLISION\",\"1300\":\"CODE_IWLAN_DPD_FAILURE\",\"1400\":\"CODE_EPDG_TUNNEL_ESTABLISH_FAILURE\",\"1401\":\"CODE_EPDG_TUNNEL_REKEY_FAILURE\",\"1402\":\"CODE_EPDG_TUNNEL_LOST_CONNECTION\",\"1403\":\"CODE_MAXIMUM_NUMBER_OF_CALLS_REACHED\",\"1404\":\"CODE_REMOTE_CALL_DECLINE\",\"1405\":\"CODE_DATA_LIMIT_REACHED\",\"1406\":\"CODE_DATA_DISABLED\",\"1407\":\"CODE_WIFI_LOST\",\"1408\":\"CODE_IKEV2_AUTH_FAILURE\",\"1500\":\"CODE_RADIO_OFF\",\"1501\":\"CODE_NO_VALID_SIM\",\"1502\":\"CODE_RADIO_INTERNAL_ERROR\",\"1503\":\"CODE_NETWORK_RESP_TIMEOUT\",\"1504\":\"CODE_NETWORK_REJECT\",\"1505\":\"CODE_RADIO_ACCESS_FAILURE\",\"1506\":\"CODE_RADIO_LINK_FAILURE\",\"1507\":\"CODE_RADIO_LINK_LOST\",\"1508\":\"CODE_RADIO_UPLINK_FAILURE\",\"1509\":\"CODE_RADIO_SETUP_FAILURE\",\"1510\":\"CODE_RADIO_RELEASE_NORMAL\",\"1511\":\"CODE_RADIO_RELEASE_ABNORMAL\",\"1512\":\"CODE_ACCESS_CLASS_BLOCKED\",\"1513\":\"CODE_NETWORK_DETACH\",\"1514\":\"CODE_SIP_ALTERNATE_EMERGENCY_CALL\",\"1515\":\"CODE_UNOBTAINABLE_NUMBER\",\"1516\":\"CODE_NO_CSFB_IN_CS_ROAM\",\"1517\":\"CODE_SESSION_MODIFICATION_FAILED\",\"1600\":\"CODE_REJECT_UNKNOWN\",\"1601\":\"CODE_REJECT_ONGOING_CALL_WAITING_DISABLED\",\"1602\":\"CODE_REJECT_CALL_ON_OTHER_SUB\",\"1603\":\"CODE_REJECT_1X_COLLISION\",\"1604\":\"CODE_REJECT_SERVICE_NOT_REGISTERED\",\"1605\":\"CODE_REJECT_CALL_TYPE_NOT_ALLOWED\",\"1606\":\"CODE_REJECT_ONGOING_E911_CALL\",\"1607\":\"CODE_REJECT_ONGOING_CALL_SETUP\",\"1608\":\"CODE_REJECT_MAX_CALL_LIMIT_REACHED\",\"1609\":\"CODE_REJECT_UNSUPPORTED_SIP_HEADERS\",\"1610\":\"CODE_REJECT_UNSUPPORTED_SDP_HEADERS\",\"1611\":\"CODE_REJECT_ONGOING_CALL_TRANSFER\",\"1612\":\"CODE_REJECT_INTERNAL_ERROR\",\"1613\":\"CODE_REJECT_QOS_FAILURE\",\"1614\":\"CODE_REJECT_ONGOING_HANDOVER\",\"1615\":\"CODE_REJECT_VT_TTY_NOT_ALLOWED\",\"1616\":\"CODE_REJECT_ONGOING_CALL_UPGRADE\",\"1617\":\"CODE_REJECT_CONFERENCE_TTY_NOT_ALLOWED\",\"1618\":\"CODE_REJECT_ONGOING_CONFERENCE_CALL\",\"1619\":\"CODE_REJECT_VT_AVPF_NOT_ALLOWED\",\"1620\":\"CODE_REJECT_ONGOING_ENCRYPTED_CALL\",\"1621\":\"CODE_REJECT_ONGOING_CS_CALL\",\"1624\":\"CODE_NETWORK_CONGESTION\",\"3001\":\"CODE_RETRY_ON_IMS_WITHOUT_RTT\",\"61441\":\"CODE_OEM_CAUSE_1\",\"61442\":\"CODE_OEM_CAUSE_2\",\"61443\":\"CODE_OEM_CAUSE_3\",\"61444\":\"CODE_OEM_CAUSE_4\",\"61445\":\"CODE_OEM_CAUSE_5\",\"61446\":\"CODE_OEM_CAUSE_6\",\"61447\":\"CODE_OEM_CAUSE_7\",\"61448\":\"CODE_OEM_CAUSE_8\",\"61449\":\"CODE_OEM_CAUSE_9\",\"61450\":\"CODE_OEM_CAUSE_10\",\"61451\":\"CODE_OEM_CAUSE_11\",\"61452\":\"CODE_OEM_CAUSE_12\",\"61453\":\"CODE_OEM_CAUSE_13\",\"61454\":\"CODE_OEM_CAUSE_14\",\"61455\":\"CODE_OEM_CAUSE_15\"}},\"android.telephony.ims.ImsReasonInfo.UtReason\":{\"flag\":false,\"values\":{\"801\":\"CODE_UT_NOT_SUPPORTED\",\"802\":\"CODE_UT_SERVICE_UNAVAILABLE\",\"803\":\"CODE_UT_OPERATION_NOT_ALLOWED\",\"804\":\"CODE_UT_NETWORK_ERROR\",\"821\":\"CODE_UT_CB_PASSWORD_MISMATCH\",\"822\":\"CODE_UT_SS_MODIFIED_TO_DIAL\",\"823\":\"CODE_UT_SS_MODIFIED_TO_USSD\",\"824\":\"CODE_UT_SS_MODIFIED_TO_SS\",\"825\":\"CODE_UT_SS_MODIFIED_TO_DIAL_VIDEO\"}},\"android.telephony.ims.ImsRegistrationAttributes.ImsAttributeFlag\":{\"flag\":true,\"values\":{\"1\":\"ATTR_EPDG_OVER_CELL_INTERNET\"}},\"android.telephony.ims.ImsSsData.RequestType\":{\"flag\":false,\"values\":{\"0\":\"SS_ACTIVATION\",\"1\":\"SS_DEACTIVATION\",\"2\":\"SS_INTERROGATION\",\"3\":\"SS_REGISTRATION\",\"4\":\"SS_ERASURE\"}},\"android.telephony.ims.ImsSsData.ServiceClassFlags\":{\"flag\":true,\"values\":{\"0\":\"SERVICE_CLASS_NONE\",\"1\":\"SERVICE_CLASS_VOICE\",\"2\":\"SERVICE_CLASS_DATA\",\"4\":\"SERVICE_CLASS_FAX\",\"8\":\"SERVICE_CLASS_SMS\",\"16\":\"SERVICE_CLASS_DATA_CIRCUIT_SYNC\",\"32\":\"SERVICE_CLASS_DATA_CIRCUIT_ASYNC\",\"64\":\"SERVICE_CLASS_DATA_PACKET_ACCESS\",\"128\":\"SERVICE_CLASS_DATA_PAD\"}},\"android.telephony.ims.ImsSsData.ServiceType\":{\"flag\":false,\"values\":{\"0\":\"SS_CFU\",\"1\":\"SS_CF_BUSY\",\"2\":\"SS_CF_NO_REPLY\",\"3\":\"SS_CF_NOT_REACHABLE\",\"4\":\"SS_CF_ALL\",\"5\":\"SS_CF_ALL_CONDITIONAL\",\"6\":\"SS_CFUT\",\"7\":\"SS_CLIP\",\"8\":\"SS_CLIR\",\"9\":\"SS_COLP\",\"10\":\"SS_COLR\",\"11\":\"SS_CNAP\",\"12\":\"SS_WAIT\",\"13\":\"SS_BAOC\",\"14\":\"SS_BAOIC\",\"15\":\"SS_BAOIC_EXC_HOME\",\"16\":\"SS_BAIC\",\"17\":\"SS_BAIC_ROAMING\",\"18\":\"SS_ALL_BARRING\",\"19\":\"SS_OUTGOING_BARRING\",\"20\":\"SS_INCOMING_BARRING\",\"21\":\"SS_INCOMING_BARRING_DN\",\"22\":\"SS_INCOMING_BARRING_ANONYMOUS\"}},\"android.telephony.ims.ImsSsData.TeleserviceType\":{\"flag\":false,\"values\":{\"0\":\"SS_ALL_TELE_AND_BEARER_SERVICES\",\"1\":\"SS_ALL_TELESEVICES\",\"2\":\"SS_TELEPHONY\",\"3\":\"SS_ALL_DATA_TELESERVICES\",\"4\":\"SS_SMS_SERVICES\",\"5\":\"SS_ALL_TELESERVICES_EXCEPT_SMS\"}},\"android.telephony.ims.ImsSsInfo.ClirInterrogationStatus\":{\"flag\":false,\"values\":{\"0\":\"CLIR_STATUS_NOT_PROVISIONED\",\"1\":\"CLIR_STATUS_PROVISIONED_PERMANENT\",\"2\":\"CLIR_STATUS_UNKNOWN\",\"3\":\"CLIR_STATUS_TEMPORARILY_RESTRICTED\",\"4\":\"CLIR_STATUS_TEMPORARILY_ALLOWED\"}},\"android.telephony.ims.ImsSsInfo.ClirOutgoingState\":{\"flag\":false,\"values\":{\"0\":\"CLIR_OUTGOING_DEFAULT\",\"1\":\"CLIR_OUTGOING_INVOCATION\",\"2\":\"CLIR_OUTGOING_SUPPRESSION\"}},\"android.telephony.ims.ImsSsInfo.ServiceProvisionStatus\":{\"flag\":false,\"values\":{\"0\":\"SERVICE_NOT_PROVISIONED\",\"1\":\"SERVICE_PROVISIONED\",\"-1\":\"SERVICE_PROVISIONING_UNKNOWN\"}},\"android.telephony.ims.ImsSsInfo.ServiceStatus\":{\"flag\":false,\"values\":{\"0\":\"DISABLED\",\"1\":\"ENABLED\",\"-1\":\"NOT_REGISTERED\"}},\"android.telephony.ims.RcsContactUceCapability.CapabilityMechanism\":{\"flag\":false,\"values\":{\"1\":\"CAPABILITY_MECHANISM_PRESENCE\",\"2\":\"CAPABILITY_MECHANISM_OPTIONS\"}},\"android.telephony.ims.RcsContactUceCapability.RequestResult\":{\"flag\":false,\"values\":{\"0\":\"REQUEST_RESULT_UNKNOWN\",\"1\":\"REQUEST_RESULT_NOT_ONLINE\",\"2\":\"REQUEST_RESULT_NOT_FOUND\",\"3\":\"REQUEST_RESULT_FOUND\"}},\"android.telephony.ims.RcsContactUceCapability.SourceType\":{\"flag\":false,\"values\":{\"0\":\"SOURCE_TYPE_NETWORK\",\"1\":\"SOURCE_TYPE_CACHED\"}},\"android.telephony.ims.RcsUceAdapter.ErrorCode\":{\"flag\":false,\"values\":{\"1\":\"ERROR_GENERIC_FAILURE\",\"2\":\"ERROR_NOT_ENABLED\",\"3\":\"ERROR_NOT_AVAILABLE\",\"4\":\"ERROR_NOT_REGISTERED\",\"5\":\"ERROR_NOT_AUTHORIZED\",\"6\":\"ERROR_FORBIDDEN\",\"7\":\"ERROR_NOT_FOUND\",\"8\":\"ERROR_REQUEST_TOO_LARGE\",\"9\":\"ERROR_REQUEST_TIMEOUT\",\"10\":\"ERROR_INSUFFICIENT_MEMORY\",\"11\":\"ERROR_LOST_NETWORK\",\"12\":\"ERROR_SERVER_UNAVAILABLE\"}},\"android.telephony.ims.RcsUceAdapter.PublishState\":{\"flag\":false,\"values\":{\"1\":\"PUBLISH_STATE_OK\",\"2\":\"PUBLISH_STATE_NOT_PUBLISHED\",\"3\":\"PUBLISH_STATE_VOICE_PROVISION_ERROR\",\"4\":\"PUBLISH_STATE_RCS_PROVISION_ERROR\",\"5\":\"PUBLISH_STATE_REQUEST_TIMEOUT\",\"6\":\"PUBLISH_STATE_OTHER_ERROR\"}},\"android.telephony.ims.RcsUceAdapter.RcsImsCapabilityFlag\":{\"flag\":false,\"values\":{\"1\":\"CAPABILITY_TYPE_OPTIONS_UCE\",\"2\":\"CAPABILITY_TYPE_PRESENCE_UCE\"}},\"android.telephony.ims.RcsUceAdapter.StackPublishTriggerType\":{\"flag\":false,\"values\":{\"0\":\"CAPABILITY_UPDATE_TRIGGER_UNKNOWN\",\"1\":\"CAPABILITY_UPDATE_TRIGGER_ETAG_EXPIRED\",\"2\":\"CAPABILITY_UPDATE_TRIGGER_MOVE_TO_LTE_VOPS_DISABLED\",\"3\":\"CAPABILITY_UPDATE_TRIGGER_MOVE_TO_LTE_VOPS_ENABLED\",\"4\":\"CAPABILITY_UPDATE_TRIGGER_MOVE_TO_EHRPD\",\"5\":\"CAPABILITY_UPDATE_TRIGGER_MOVE_TO_HSPAPLUS\",\"6\":\"CAPABILITY_UPDATE_TRIGGER_MOVE_TO_3G\",\"7\":\"CAPABILITY_UPDATE_TRIGGER_MOVE_TO_2G\",\"8\":\"CAPABILITY_UPDATE_TRIGGER_MOVE_TO_WLAN\",\"9\":\"CAPABILITY_UPDATE_TRIGGER_MOVE_TO_IWLAN\",\"10\":\"CAPABILITY_UPDATE_TRIGGER_MOVE_TO_NR5G_VOPS_DISABLED\",\"11\":\"CAPABILITY_UPDATE_TRIGGER_MOVE_TO_NR5G_VOPS_ENABLED\"}},\"android.telephony.ims.RegistrationManager.ImsRegistrationState\":{\"flag\":false,\"values\":{\"0\":\"REGISTRATION_STATE_NOT_REGISTERED\",\"1\":\"REGISTRATION_STATE_REGISTERING\",\"2\":\"REGISTRATION_STATE_REGISTERED\"}},\"android.telephony.ims.SipDelegateConfiguration.TransportType\":{\"flag\":false,\"values\":{\"0\":\"SIP_TRANSPORT_UDP\",\"1\":\"SIP_TRANSPORT_TCP\"}},\"android.telephony.ims.SipDelegateManager.DeniedReason\":{\"flag\":false,\"values\":{\"0\":\"DENIED_REASON_UNKNOWN\",\"1\":\"DENIED_REASON_IN_USE_BY_ANOTHER_DELEGATE\",\"2\":\"DENIED_REASON_NOT_ALLOWED\",\"3\":\"DENIED_REASON_SINGLE_REGISTRATION_NOT_ALLOWED\",\"4\":\"DENIED_REASON_INVALID\"}},\"android.telephony.ims.SipDelegateManager.MessageFailureReason\":{\"flag\":false,\"values\":{\"0\":\"MESSAGE_FAILURE_REASON_UNKNOWN\",\"1\":\"MESSAGE_FAILURE_REASON_DELEGATE_DEAD\",\"2\":\"MESSAGE_FAILURE_REASON_DELEGATE_CLOSED\",\"3\":\"MESSAGE_FAILURE_REASON_INVALID_START_LINE\",\"4\":\"MESSAGE_FAILURE_REASON_INVALID_HEADER_FIELDS\",\"5\":\"MESSAGE_FAILURE_REASON_INVALID_BODY_CONTENT\",\"6\":\"MESSAGE_FAILURE_REASON_INVALID_FEATURE_TAG\",\"7\":\"MESSAGE_FAILURE_REASON_TAG_NOT_ENABLED_FOR_DELEGATE\",\"8\":\"MESSAGE_FAILURE_REASON_NETWORK_NOT_AVAILABLE\",\"9\":\"MESSAGE_FAILURE_REASON_NOT_REGISTERED\",\"10\":\"MESSAGE_FAILURE_REASON_STALE_IMS_CONFIGURATION\",\"11\":\"MESSAGE_FAILURE_REASON_INTERNAL_DELEGATE_STATE_TRANSITION\"}},\"android.telephony.ims.SipDelegateManager.SipDelegateDestroyReason\":{\"flag\":false,\"values\":{\"0\":\"SIP_DELEGATE_DESTROY_REASON_UNKNOWN\",\"1\":\"SIP_DELEGATE_DESTROY_REASON_SERVICE_DEAD\",\"2\":\"SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP\",\"3\":\"SIP_DELEGATE_DESTROY_REASON_USER_DISABLED_RCS\",\"4\":\"SIP_DELEGATE_DESTROY_REASON_SUBSCRIPTION_TORN_DOWN\"}},\"android.telephony.ims.compat.feature.ImsFeature.ImsState\":{\"flag\":true,\"values\":{\"0\":\"STATE_NOT_AVAILABLE\",\"1\":\"STATE_INITIALIZING\",\"2\":\"STATE_READY\"}},\"android.telephony.ims.feature.ImsFeature.FeatureType\":{\"flag\":true,\"values\":{\"0\":\"FEATURE_EMERGENCY_MMTEL\",\"1\":\"FEATURE_MMTEL\",\"2\":\"FEATURE_RCS\"}},\"android.telephony.ims.feature.ImsFeature.ImsCapabilityError\":{\"flag\":true,\"values\":{\"0\":\"CAPABILITY_SUCCESS\",\"-1\":\"CAPABILITY_ERROR_GENERIC\"}},\"android.telephony.ims.feature.ImsFeature.ImsState\":{\"flag\":true,\"values\":{\"0\":\"STATE_UNAVAILABLE\",\"1\":\"STATE_INITIALIZING\",\"2\":\"STATE_READY\"}},\"android.telephony.ims.feature.MmTelFeature.MmTelCapabilities.MmTelCapability\":{\"flag\":true,\"values\":{\"1\":\"CAPABILITY_TYPE_VOICE\",\"2\":\"CAPABILITY_TYPE_VIDEO\",\"4\":\"CAPABILITY_TYPE_UT\",\"8\":\"CAPABILITY_TYPE_SMS\",\"16\":\"CAPABILITY_TYPE_CALL_COMPOSER\"}},\"android.telephony.ims.feature.MmTelFeature.ProcessCallResult\":{\"flag\":true,\"values\":{\"0\":\"PROCESS_CALL_IMS\",\"1\":\"PROCESS_CALL_CSFB\"}},\"android.telephony.ims.feature.RcsFeature.RcsImsCapabilities.RcsImsCapabilityFlag\":{\"flag\":true,\"values\":{\"0\":\"CAPABILITY_TYPE_NONE\",\"1\":\"CAPABILITY_TYPE_OPTIONS_UCE\",\"2\":\"CAPABILITY_TYPE_PRESENCE_UCE\"}},\"android.telephony.ims.stub.ImsConfigImplBase.SetConfigResult\":{\"flag\":false,\"values\":{\"0\":\"CONFIG_RESULT_SUCCESS\",\"1\":\"CONFIG_RESULT_FAILED\"}},\"android.telephony.ims.stub.ImsRegistrationImplBase.ImsRegistrationTech\":{\"flag\":false,\"values\":{\"0\":\"REGISTRATION_TECH_LTE\",\"1\":\"REGISTRATION_TECH_IWLAN\",\"2\":\"REGISTRATION_TECH_CROSS_SIM\",\"3\":\"REGISTRATION_TECH_NR\",\"-1\":\"REGISTRATION_TECH_NONE\"}},\"android.telephony.ims.stub.ImsSmsImplBase.DeliverStatusResult\":{\"flag\":false,\"values\":{\"1\":\"DELIVER_STATUS_OK\",\"2\":\"DELIVER_STATUS_ERROR_GENERIC\",\"3\":\"DELIVER_STATUS_ERROR_NO_MEMORY\",\"4\":\"DELIVER_STATUS_ERROR_REQUEST_NOT_SUPPORTED\"}},\"android.telephony.ims.stub.ImsSmsImplBase.SendStatusResult\":{\"flag\":false,\"values\":{\"1\":\"SEND_STATUS_OK\",\"2\":\"SEND_STATUS_ERROR\",\"3\":\"SEND_STATUS_ERROR_RETRY\",\"4\":\"SEND_STATUS_ERROR_FALLBACK\"}},\"android.telephony.ims.stub.ImsSmsImplBase.StatusReportResult\":{\"flag\":false,\"values\":{\"1\":\"STATUS_REPORT_STATUS_OK\",\"2\":\"STATUS_REPORT_STATUS_ERROR\"}},\"android.telephony.ims.stub.ImsUtImplBase.CallBarringMode\":{\"flag\":false,\"values\":{\"1\":\"CALL_BARRING_ALL_INCOMING\",\"2\":\"CALL_BARRING_ALL_OUTGOING\",\"3\":\"CALL_BARRING_OUTGOING_INTL\",\"4\":\"CALL_BARRING_OUTGOING_INTL_EXCL_HOME\",\"5\":\"CALL_BLOCKING_INCOMING_WHEN_ROAMING\",\"6\":\"CALL_BARRING_ANONYMOUS_INCOMING\",\"7\":\"CALL_BARRING_ALL\",\"8\":\"CALL_BARRING_OUTGOING_ALL_SERVICES\",\"9\":\"CALL_BARRING_INCOMING_ALL_SERVICES\",\"10\":\"CALL_BARRING_SPECIFIC_INCOMING_CALLS\"}},\"android.telephony.ims.stub.RcsCapabilityExchangeImplBase.CommandCode\":{\"flag\":false,\"values\":{\"0\":\"COMMAND_CODE_SERVICE_UNKNOWN\",\"1\":\"COMMAND_CODE_GENERIC_FAILURE\",\"2\":\"COMMAND_CODE_INVALID_PARAM\",\"3\":\"COMMAND_CODE_FETCH_ERROR\",\"4\":\"COMMAND_CODE_REQUEST_TIMEOUT\",\"5\":\"COMMAND_CODE_INSUFFICIENT_MEMORY\",\"6\":\"COMMAND_CODE_LOST_NETWORK_CONNECTION\",\"7\":\"COMMAND_CODE_NOT_SUPPORTED\",\"8\":\"COMMAND_CODE_NOT_FOUND\",\"9\":\"COMMAND_CODE_SERVICE_UNAVAILABLE\",\"10\":\"COMMAND_CODE_NO_CHANGE\"}},\"android.telephony.mbms.GroupCall.GroupCallState\":{\"flag\":false,\"values\":{\"1\":\"STATE_STOPPED\",\"2\":\"STATE_STARTED\",\"3\":\"STATE_STALLED\"}},\"android.telephony.mbms.GroupCall.GroupCallStateChangeReason\":{\"flag\":false,\"values\":{\"0\":\"REASON_NONE\",\"1\":\"REASON_BY_USER_REQUEST\",\"3\":\"REASON_FREQUENCY_CONFLICT\",\"4\":\"REASON_OUT_OF_MEMORY\",\"5\":\"REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE\",\"6\":\"REASON_LEFT_MBMS_BROADCAST_AREA\"}},\"android.telephony.mbms.GroupCallCallback.GroupCallError\":{\"flag\":false,\"values\":{\"1\":\"ERROR_NO_UNIQUE_MIDDLEWARE\",\"2\":\"ERROR_MIDDLEWARE_NOT_BOUND\",\"3\":\"ERROR_MIDDLEWARE_LOST\",\"201\":\"ERROR_MIDDLEWARE_NOT_YET_READY\",\"202\":\"ERROR_OUT_OF_MEMORY\",\"203\":\"ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE\",\"204\":\"ERROR_IN_E911\",\"205\":\"ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE\",\"206\":\"ERROR_UNABLE_TO_READ_SIM\",\"207\":\"ERROR_CARRIER_CHANGE_NOT_ALLOWED\"}},\"android.telephony.mbms.MbmsDownloadSessionCallback.DownloadError\":{\"flag\":false,\"values\":{\"1\":\"ERROR_NO_UNIQUE_MIDDLEWARE\",\"2\":\"ERROR_MIDDLEWARE_NOT_BOUND\",\"3\":\"ERROR_MIDDLEWARE_LOST\",\"101\":\"ERROR_DUPLICATE_INITIALIZE\",\"102\":\"ERROR_APP_PERMISSIONS_NOT_GRANTED\",\"103\":\"ERROR_UNABLE_TO_INITIALIZE\",\"201\":\"ERROR_MIDDLEWARE_NOT_YET_READY\",\"202\":\"ERROR_OUT_OF_MEMORY\",\"203\":\"ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE\",\"204\":\"ERROR_IN_E911\",\"205\":\"ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE\",\"206\":\"ERROR_UNABLE_TO_READ_SIM\",\"207\":\"ERROR_CARRIER_CHANGE_NOT_ALLOWED\",\"401\":\"ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT\",\"402\":\"ERROR_UNKNOWN_DOWNLOAD_REQUEST\",\"403\":\"ERROR_UNKNOWN_FILE_INFO\"}},\"android.telephony.mbms.MbmsErrors.MbmsError\":{\"flag\":false,\"values\":{\"0\":\"SUCCESS\",\"1\":\"ERROR_NO_UNIQUE_MIDDLEWARE\",\"2\":\"ERROR_MIDDLEWARE_NOT_BOUND\",\"3\":\"ERROR_MIDDLEWARE_LOST\",\"101\":\"ERROR_DUPLICATE_INITIALIZE\",\"102\":\"ERROR_APP_PERMISSIONS_NOT_GRANTED\",\"103\":\"ERROR_UNABLE_TO_INITIALIZE\",\"201\":\"ERROR_MIDDLEWARE_NOT_YET_READY\",\"202\":\"ERROR_OUT_OF_MEMORY\",\"203\":\"ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE\",\"204\":\"ERROR_IN_E911\",\"205\":\"ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE\",\"206\":\"ERROR_UNABLE_TO_READ_SIM\",\"207\":\"ERROR_CARRIER_CHANGE_NOT_ALLOWED\",\"301\":\"ERROR_CONCURRENT_SERVICE_LIMIT_REACHED\",\"302\":\"ERROR_UNABLE_TO_START_SERVICE\",\"303\":\"ERROR_DUPLICATE_START_STREAM\",\"401\":\"ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT\",\"402\":\"ERROR_UNKNOWN_DOWNLOAD_REQUEST\",\"403\":\"ERROR_UNKNOWN_FILE_INFO\",\"404\":\"ERROR_MALFORMED_SERVICE_ANNOUNCEMENT\",\"501\":\"ERROR_UNABLE_TO_START_SERVICE\",\"502\":\"ERROR_DUPLICATE_START_GROUP_CALL\"}},\"android.telephony.mbms.MbmsGroupCallSessionCallback.GroupCallError\":{\"flag\":false,\"values\":{\"1\":\"ERROR_NO_UNIQUE_MIDDLEWARE\",\"2\":\"ERROR_MIDDLEWARE_NOT_BOUND\",\"3\":\"ERROR_MIDDLEWARE_LOST\",\"101\":\"ERROR_DUPLICATE_INITIALIZE\",\"102\":\"ERROR_APP_PERMISSIONS_NOT_GRANTED\",\"103\":\"ERROR_UNABLE_TO_INITIALIZE\",\"201\":\"ERROR_MIDDLEWARE_NOT_YET_READY\",\"202\":\"ERROR_OUT_OF_MEMORY\",\"203\":\"ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE\",\"204\":\"ERROR_IN_E911\",\"205\":\"ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE\",\"206\":\"ERROR_UNABLE_TO_READ_SIM\",\"207\":\"ERROR_CARRIER_CHANGE_NOT_ALLOWED\"}},\"android.telephony.mbms.MbmsStreamingSessionCallback.StreamingError\":{\"flag\":false,\"values\":{\"1\":\"ERROR_NO_UNIQUE_MIDDLEWARE\",\"2\":\"ERROR_MIDDLEWARE_NOT_BOUND\",\"3\":\"ERROR_MIDDLEWARE_LOST\",\"101\":\"ERROR_DUPLICATE_INITIALIZE\",\"102\":\"ERROR_APP_PERMISSIONS_NOT_GRANTED\",\"103\":\"ERROR_UNABLE_TO_INITIALIZE\",\"201\":\"ERROR_MIDDLEWARE_NOT_YET_READY\",\"202\":\"ERROR_OUT_OF_MEMORY\",\"203\":\"ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE\",\"204\":\"ERROR_IN_E911\",\"205\":\"ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE\",\"206\":\"ERROR_UNABLE_TO_READ_SIM\",\"207\":\"ERROR_CARRIER_CHANGE_NOT_ALLOWED\",\"301\":\"ERROR_CONCURRENT_SERVICE_LIMIT_REACHED\",\"302\":\"ERROR_UNABLE_TO_START_SERVICE\",\"303\":\"ERROR_DUPLICATE_START_STREAM\"}},\"android.telephony.mbms.StreamingService.StreamingState\":{\"flag\":false,\"values\":{\"1\":\"STATE_STOPPED\",\"2\":\"STATE_STARTED\",\"3\":\"STATE_STALLED\"}},\"android.telephony.mbms.StreamingService.StreamingStateChangeReason\":{\"flag\":false,\"values\":{\"0\":\"REASON_NONE\",\"1\":\"REASON_BY_USER_REQUEST\",\"2\":\"REASON_END_OF_SESSION\",\"3\":\"REASON_FREQUENCY_CONFLICT\",\"4\":\"REASON_OUT_OF_MEMORY\",\"5\":\"REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE\",\"6\":\"REASON_LEFT_MBMS_BROADCAST_AREA\"}},\"android.telephony.mbms.StreamingServiceCallback.StreamingServiceError\":{\"flag\":false,\"values\":{\"1\":\"ERROR_NO_UNIQUE_MIDDLEWARE\",\"2\":\"ERROR_MIDDLEWARE_NOT_BOUND\",\"3\":\"ERROR_MIDDLEWARE_LOST\",\"201\":\"ERROR_MIDDLEWARE_NOT_YET_READY\",\"202\":\"ERROR_OUT_OF_MEMORY\",\"203\":\"ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE\",\"204\":\"ERROR_IN_E911\",\"205\":\"ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE\",\"206\":\"ERROR_UNABLE_TO_READ_SIM\",\"207\":\"ERROR_CARRIER_CHANGE_NOT_ALLOWED\",\"301\":\"ERROR_CONCURRENT_SERVICE_LIMIT_REACHED\",\"302\":\"ERROR_UNABLE_TO_START_SERVICE\",\"303\":\"ERROR_DUPLICATE_START_STREAM\"}},\"android.text.FontConfig.FontFamily.Variant\":{\"flag\":false,\"values\":{\"0\":\"VARIANT_DEFAULT\",\"1\":\"VARIANT_COMPACT\",\"2\":\"VARIANT_ELEGANT\"}},\"android.text.Layout.BreakStrategy\":{\"flag\":false,\"values\":{\"0\":\"BREAK_STRATEGY_SIMPLE\",\"1\":\"BREAK_STRATEGY_HIGH_QUALITY\",\"2\":\"BREAK_STRATEGY_BALANCED\"}},\"android.text.Layout.Direction\":{\"flag\":false,\"values\":{\"1\":\"DIR_LEFT_TO_RIGHT\",\"-1\":\"DIR_RIGHT_TO_LEFT\"}},\"android.text.Layout.HyphenationFrequency\":{\"flag\":false,\"values\":{\"0\":\"HYPHENATION_FREQUENCY_NONE\",\"1\":\"HYPHENATION_FREQUENCY_NORMAL\",\"2\":\"HYPHENATION_FREQUENCY_FULL\"}},\"android.text.Layout.JustificationMode\":{\"flag\":false,\"values\":{\"0\":\"JUSTIFICATION_MODE_NONE\",\"1\":\"JUSTIFICATION_MODE_INTER_WORD\"}},\"android.text.Layout.TextSelectionLayout\":{\"flag\":false,\"values\":{\"0\":\"TEXT_SELECTION_LAYOUT_RIGHT_TO_LEFT\",\"1\":\"TEXT_SELECTION_LAYOUT_LEFT_TO_RIGHT\"}},\"android.text.PrecomputedText.Params.CheckResultUsableResult\":{\"flag\":false,\"values\":{\"0\":\"UNUSABLE\",\"1\":\"NEED_RECOMPUTE\",\"2\":\"USABLE\"}},\"android.text.TextUtils.SafeStringFlags\":{\"flag\":true,\"values\":{\"1\":\"SAFE_STRING_FLAG_TRIM\",\"2\":\"SAFE_STRING_FLAG_SINGLE_LINE\",\"4\":\"SAFE_STRING_FLAG_FIRST_LINE\"}},\"android.text.style.DynamicDrawableSpan.AlignmentType\":{\"flag\":false,\"values\":{\"0\":\"ALIGN_BOTTOM\",\"1\":\"ALIGN_BASELINE\",\"2\":\"ALIGN_CENTER\"}},\"android.text.util.Linkify.LinkifyMask\":{\"flag\":true,\"values\":{\"1\":\"WEB_URLS\",\"2\":\"EMAIL_ADDRESSES\",\"4\":\"PHONE_NUMBERS\",\"8\":\"MAP_ADDRESSES\",\"15\":\"ALL\"}},\"android.transition.Slide.GravityFlag\":{\"flag\":false,\"values\":{\"3\":\"LEFT\",\"5\":\"RIGHT\",\"48\":\"TOP\",\"80\":\"BOTTOM\",\"8388611\":\"START\",\"8388613\":\"END\"}},\"android.transition.Visibility.VisibilityMode\":{\"flag\":true,\"values\":{\"1\":\"IN\",\"2\":\"OUT\"}},\"android.util.Log.Level\":{\"flag\":false,\"values\":{\"2\":\"VERBOSE\",\"3\":\"DEBUG\",\"4\":\"INFO\",\"5\":\"WARN\",\"6\":\"ERROR\",\"7\":\"ASSERT\"}},\"android.util.TypedValue.ComplexDimensionUnit\":{\"flag\":false,\"values\":{\"0\":\"COMPLEX_UNIT_PX\",\"1\":\"COMPLEX_UNIT_DIP\",\"2\":\"COMPLEX_UNIT_SP\",\"3\":\"COMPLEX_UNIT_PT\",\"4\":\"COMPLEX_UNIT_IN\",\"5\":\"COMPLEX_UNIT_MM\"}},\"android.util.proto.ProtoStream.WireType\":{\"flag\":false,\"values\":{\"0\":\"WIRE_TYPE_VARINT\",\"1\":\"WIRE_TYPE_FIXED64\",\"2\":\"WIRE_TYPE_LENGTH_DELIMITED\",\"3\":\"WIRE_TYPE_START_GROUP\",\"4\":\"WIRE_TYPE_END_GROUP\",\"5\":\"WIRE_TYPE_FIXED32\"}},\"android.uwb.RangingMeasurement.Status\":{\"flag\":false,\"values\":{\"0\":\"RANGING_STATUS_SUCCESS\",\"1\":\"RANGING_STATUS_FAILURE_OUT_OF_RANGE\",\"-1\":\"RANGING_STATUS_FAILURE_UNKNOWN_ERROR\"}},\"android.uwb.RangingSession.Callback.Reason\":{\"flag\":false,\"values\":{\"0\":\"REASON_UNKNOWN\",\"1\":\"REASON_LOCAL_REQUEST\",\"2\":\"REASON_REMOTE_REQUEST\",\"3\":\"REASON_BAD_PARAMETERS\",\"4\":\"REASON_GENERIC_ERROR\",\"5\":\"REASON_MAX_SESSIONS_REACHED\",\"6\":\"REASON_SYSTEM_POLICY\",\"7\":\"REASON_PROTOCOL_SPECIFIC_ERROR\"}},\"android.uwb.UwbManager.AdapterStateCallback.State\":{\"flag\":false,\"values\":{\"0\":\"STATE_DISABLED\",\"1\":\"STATE_ENABLED_INACTIVE\",\"2\":\"STATE_ENABLED_ACTIVE\"}},\"android.uwb.UwbManager.AdapterStateCallback.StateChangedReason\":{\"flag\":false,\"values\":{\"0\":\"STATE_CHANGED_REASON_SESSION_STARTED\",\"1\":\"STATE_CHANGED_REASON_ALL_SESSIONS_CLOSED\",\"2\":\"STATE_CHANGED_REASON_SYSTEM_POLICY\",\"3\":\"STATE_CHANGED_REASON_SYSTEM_BOOT\",\"4\":\"STATE_CHANGED_REASON_ERROR_UNKNOWN\"}},\"android.view.ContentInfo.Flags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_CONVERT_TO_PLAIN_TEXT\"}},\"android.view.ContentInfo.Source\":{\"flag\":false,\"values\":{\"0\":\"SOURCE_APP\",\"1\":\"SOURCE_CLIPBOARD\",\"2\":\"SOURCE_INPUT_METHOD\",\"3\":\"SOURCE_DRAG_AND_DROP\",\"4\":\"SOURCE_AUTOFILL\",\"5\":\"SOURCE_PROCESS_TEXT\"}},\"android.view.Display.ColorMode\":{\"flag\":false,\"values\":{\"0\":\"COLOR_MODE_DEFAULT\",\"1\":\"COLOR_MODE_BT601_625\",\"2\":\"COLOR_MODE_BT601_625_UNADJUSTED\",\"3\":\"COLOR_MODE_BT601_525\",\"4\":\"COLOR_MODE_BT601_525_UNADJUSTED\",\"5\":\"COLOR_MODE_BT709\",\"6\":\"COLOR_MODE_DCI_P3\",\"7\":\"COLOR_MODE_SRGB\",\"8\":\"COLOR_MODE_ADOBE_RGB\",\"9\":\"COLOR_MODE_DISPLAY_P3\",\"-1\":\"COLOR_MODE_INVALID\"}},\"android.view.Display.HdrCapabilities.HdrType\":{\"flag\":false,\"values\":{\"1\":\"HDR_TYPE_DOLBY_VISION\",\"2\":\"HDR_TYPE_HDR10\",\"3\":\"HDR_TYPE_HLG\",\"4\":\"HDR_TYPE_HDR10_PLUS\"}},\"android.view.DisplayCutout.BoundsPosition\":{\"flag\":false,\"values\":{\"0\":\"BOUNDS_POSITION_LEFT\",\"1\":\"BOUNDS_POSITION_TOP\",\"2\":\"BOUNDS_POSITION_RIGHT\",\"3\":\"BOUNDS_POSITION_BOTTOM\"}},\"android.view.FrameMetrics.Index\":{\"flag\":false,\"values\":{\"0\":\"FLAGS\",\"1\":\"FRAME_TIMELINE_VSYNC_ID\",\"2\":\"INTENDED_VSYNC\",\"3\":\"VSYNC\",\"4\":\"INPUT_EVENT_ID\",\"5\":\"HANDLE_INPUT_START\",\"6\":\"ANIMATION_START\",\"7\":\"PERFORM_TRAVERSALS_START\",\"8\":\"DRAW_START\",\"9\":\"FRAME_DEADLINE\",\"12\":\"SYNC_QUEUED\",\"13\":\"SYNC_START\",\"14\":\"ISSUE_DRAW_COMMANDS_START\",\"15\":\"SWAP_BUFFERS\",\"16\":\"FRAME_COMPLETED\",\"17\":\"DEQUEUE_BUFFER_DURATION\",\"18\":\"QUEUE_BUFFER_DURATION\",\"19\":\"GPU_COMPLETED\",\"20\":\"SWAP_BUFFERS_COMPLETED\",\"21\":\"DISPLAY_PRESENT_TIME\"}},\"android.view.FrameMetrics.Metric\":{\"flag\":false,\"values\":{\"0\":\"UNKNOWN_DELAY_DURATION\",\"1\":\"INPUT_HANDLING_DURATION\",\"2\":\"ANIMATION_DURATION\",\"3\":\"LAYOUT_MEASURE_DURATION\",\"4\":\"DRAW_DURATION\",\"5\":\"SYNC_DURATION\",\"6\":\"COMMAND_ISSUE_DURATION\",\"7\":\"SWAP_BUFFERS_DURATION\",\"8\":\"TOTAL_DURATION\",\"9\":\"FIRST_DRAW_FRAME\",\"10\":\"INTENDED_VSYNC_TIMESTAMP\",\"11\":\"VSYNC_TIMESTAMP\",\"12\":\"GPU_DURATION\",\"13\":\"DEADLINE\"}},\"android.view.Gravity.GravityFlags\":{\"flag\":true,\"values\":{\"0\":\"NO_GRAVITY\",\"1\":\"CENTER_HORIZONTAL\",\"3\":\"LEFT\",\"5\":\"RIGHT\",\"7\":\"FILL_HORIZONTAL\",\"8\":\"CLIP_HORIZONTAL\",\"16\":\"CENTER_VERTICAL\",\"17\":\"CENTER\",\"48\":\"TOP\",\"80\":\"BOTTOM\",\"112\":\"FILL_VERTICAL\",\"119\":\"FILL\",\"128\":\"CLIP_VERTICAL\",\"8388611\":\"START\",\"8388613\":\"END\",\"16777216\":\"DISPLAY_CLIP_HORIZONTAL\",\"268435456\":\"DISPLAY_CLIP_VERTICAL\"}},\"android.view.InputDevice.InputSourceClass\":{\"flag\":true,\"values\":{\"0\":\"SOURCE_CLASS_NONE\",\"1\":\"SOURCE_CLASS_BUTTON\",\"2\":\"SOURCE_CLASS_POINTER\",\"4\":\"SOURCE_CLASS_TRACKBALL\",\"8\":\"SOURCE_CLASS_POSITION\",\"16\":\"SOURCE_CLASS_JOYSTICK\"}},\"android.view.InsetsController.AnimationType\":{\"flag\":false,\"values\":{\"0\":\"ANIMATION_TYPE_SHOW\",\"1\":\"ANIMATION_TYPE_HIDE\",\"2\":\"ANIMATION_TYPE_USER\",\"-1\":\"ANIMATION_TYPE_NONE\"}},\"android.view.InsetsController.LayoutInsetsDuringAnimation\":{\"flag\":false,\"values\":{\"0\":\"LAYOUT_INSETS_DURING_ANIMATION_SHOWN\",\"1\":\"LAYOUT_INSETS_DURING_ANIMATION_HIDDEN\"}},\"android.view.InsetsSourceConsumer.ShowResult\":{\"flag\":false,\"values\":{\"0\":\"SHOW_IMMEDIATELY\",\"1\":\"IME_SHOW_DELAYED\",\"2\":\"IME_SHOW_FAILED\"}},\"android.view.InsetsState.InternalInsetsSide\":{\"flag\":false,\"values\":{\"0\":\"ISIDE_LEFT\",\"1\":\"ISIDE_TOP\",\"2\":\"ISIDE_RIGHT\",\"3\":\"ISIDE_BOTTOM\",\"4\":\"ISIDE_FLOATING\",\"5\":\"ISIDE_UNKNOWN\"}},\"android.view.InsetsState.InternalInsetsType\":{\"flag\":false,\"values\":{\"0\":\"ITYPE_STATUS_BAR\",\"1\":\"ITYPE_NAVIGATION_BAR\",\"2\":\"ITYPE_CAPTION_BAR\",\"3\":\"ITYPE_TOP_GESTURES\",\"4\":\"ITYPE_BOTTOM_GESTURES\",\"5\":\"ITYPE_LEFT_GESTURES\",\"6\":\"ITYPE_RIGHT_GESTURES\",\"7\":\"ITYPE_TOP_MANDATORY_GESTURES\",\"8\":\"ITYPE_BOTTOM_MANDATORY_GESTURES\",\"9\":\"ITYPE_LEFT_MANDATORY_GESTURES\",\"10\":\"ITYPE_RIGHT_MANDATORY_GESTURES\",\"11\":\"ITYPE_LEFT_DISPLAY_CUTOUT\",\"12\":\"ITYPE_TOP_DISPLAY_CUTOUT\",\"13\":\"ITYPE_RIGHT_DISPLAY_CUTOUT\",\"14\":\"ITYPE_BOTTOM_DISPLAY_CUTOUT\",\"16\":\"ITYPE_TOP_TAPPABLE_ELEMENT\",\"18\":\"ITYPE_BOTTOM_TAPPABLE_ELEMENT\",\"19\":\"ITYPE_IME\",\"20\":\"ITYPE_CLIMATE_BAR\",\"21\":\"ITYPE_EXTRA_NAVIGATION_BAR\"}},\"android.view.MotionEvent.Classification\":{\"flag\":false,\"values\":{\"0\":\"CLASSIFICATION_NONE\",\"1\":\"CLASSIFICATION_AMBIGUOUS_GESTURE\",\"2\":\"CLASSIFICATION_DEEP_PRESS\"}},\"android.view.PixelCopy.CopyResultStatus\":{\"flag\":false,\"values\":{\"0\":\"SUCCESS\",\"1\":\"ERROR_UNKNOWN\",\"2\":\"ERROR_TIMEOUT\",\"3\":\"ERROR_SOURCE_NO_DATA\",\"4\":\"ERROR_SOURCE_INVALID\",\"5\":\"ERROR_DESTINATION_INVALID\"}},\"android.view.RemoteAnimationTarget.Mode\":{\"flag\":false,\"values\":{\"0\":\"MODE_OPENING\",\"1\":\"MODE_CLOSING\",\"2\":\"MODE_CHANGING\"}},\"android.view.RoundedCorner.Position\":{\"flag\":false,\"values\":{\"0\":\"POSITION_TOP_LEFT\",\"1\":\"POSITION_TOP_RIGHT\",\"2\":\"POSITION_BOTTOM_RIGHT\",\"3\":\"POSITION_BOTTOM_LEFT\"}},\"android.view.SoundEffectConstants.NavigationSoundEffect\":{\"flag\":false,\"values\":{\"1\":\"NAVIGATION_LEFT\",\"2\":\"NAVIGATION_UP\",\"3\":\"NAVIGATION_RIGHT\",\"4\":\"NAVIGATION_DOWN\",\"5\":\"NAVIGATION_REPEAT_LEFT\",\"6\":\"NAVIGATION_REPEAT_UP\",\"7\":\"NAVIGATION_REPEAT_RIGHT\",\"8\":\"NAVIGATION_REPEAT_DOWN\"}},\"android.view.SoundEffectConstants.SoundEffect\":{\"flag\":false,\"values\":{\"0\":\"CLICK\",\"1\":\"NAVIGATION_LEFT\",\"2\":\"NAVIGATION_UP\",\"3\":\"NAVIGATION_RIGHT\",\"4\":\"NAVIGATION_DOWN\",\"5\":\"NAVIGATION_REPEAT_LEFT\",\"6\":\"NAVIGATION_REPEAT_UP\",\"7\":\"NAVIGATION_REPEAT_RIGHT\",\"8\":\"NAVIGATION_REPEAT_DOWN\"}},\"android.view.Surface.ChangeFrameRateStrategy\":{\"flag\":false,\"values\":{\"0\":\"CHANGE_FRAME_RATE_ONLY_IF_SEAMLESS\",\"1\":\"CHANGE_FRAME_RATE_ALWAYS\"}},\"android.view.Surface.FrameRateCompatibility\":{\"flag\":false,\"values\":{\"0\":\"FRAME_RATE_COMPATIBILITY_DEFAULT\",\"1\":\"FRAME_RATE_COMPATIBILITY_FIXED_SOURCE\"}},\"android.view.Surface.Rotation\":{\"flag\":false,\"values\":{\"0\":\"ROTATION_0\",\"1\":\"ROTATION_90\",\"2\":\"ROTATION_180\",\"3\":\"ROTATION_270\"}},\"android.view.Surface.ScalingMode\":{\"flag\":false,\"values\":{\"0\":\"SCALING_MODE_FREEZE\",\"1\":\"SCALING_MODE_SCALE_TO_WINDOW\",\"2\":\"SCALING_MODE_SCALE_CROP\",\"3\":\"SCALING_MODE_NO_SCALE_CROP\"}},\"android.view.SurfaceControl.JankData.JankType\":{\"flag\":true,\"values\":{\"0\":\"JANK_NONE\",\"1\":\"DISPLAY_HAL\",\"2\":\"JANK_SURFACEFLINGER_DEADLINE_MISSED\",\"4\":\"JANK_SURFACEFLINGER_GPU_DEADLINE_MISSED\",\"8\":\"JANK_APP_DEADLINE_MISSED\",\"16\":\"PREDICTION_ERROR\",\"32\":\"SURFACE_FLINGER_SCHEDULING\"}},\"android.view.VelocityTracker.VelocityTrackerStrategy\":{\"flag\":false,\"values\":{\"0\":\"VELOCITY_TRACKER_STRATEGY_IMPULSE\",\"1\":\"VELOCITY_TRACKER_STRATEGY_LSQ1\",\"2\":\"VELOCITY_TRACKER_STRATEGY_LSQ2\",\"3\":\"VELOCITY_TRACKER_STRATEGY_LSQ3\",\"4\":\"VELOCITY_TRACKER_STRATEGY_WLSQ2_DELTA\",\"5\":\"VELOCITY_TRACKER_STRATEGY_WLSQ2_CENTRAL\",\"6\":\"VELOCITY_TRACKER_STRATEGY_WLSQ2_RECENT\",\"7\":\"VELOCITY_TRACKER_STRATEGY_INT1\",\"8\":\"VELOCITY_TRACKER_STRATEGY_INT2\",\"9\":\"VELOCITY_TRACKER_STRATEGY_LEGACY\",\"-1\":\"VELOCITY_TRACKER_STRATEGY_DEFAULT\"}},\"android.view.VerifiedInputEvent.VerifiedInputEventType\":{\"flag\":false,\"values\":{\"1\":\"VERIFIED_KEY\",\"2\":\"VERIFIED_MOTION\"}},\"android.view.VerifiedKeyEvent.KeyEventAction\":{\"flag\":false,\"values\":{\"0\":\"ACTION_DOWN\",\"1\":\"ACTION_UP\"}},\"android.view.VerifiedMotionEvent.MotionEventAction\":{\"flag\":false,\"values\":{\"0\":\"ACTION_DOWN\",\"1\":\"ACTION_UP\",\"3\":\"ACTION_CANCEL\",\"5\":\"ACTION_POINTER_DOWN\",\"6\":\"ACTION_POINTER_UP\"}},\"android.view.View.AutofillFlags\":{\"flag\":true,\"values\":{\"1\":\"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS\"}},\"android.view.View.AutofillImportance\":{\"flag\":false,\"values\":{\"0\":\"IMPORTANT_FOR_AUTOFILL_AUTO\",\"1\":\"IMPORTANT_FOR_AUTOFILL_YES\",\"2\":\"IMPORTANT_FOR_AUTOFILL_NO\",\"4\":\"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS\",\"8\":\"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS\"}},\"android.view.View.AutofillType\":{\"flag\":false,\"values\":{\"0\":\"AUTOFILL_TYPE_NONE\",\"1\":\"AUTOFILL_TYPE_TEXT\",\"2\":\"AUTOFILL_TYPE_TOGGLE\",\"3\":\"AUTOFILL_TYPE_LIST\",\"4\":\"AUTOFILL_TYPE_DATE\"}},\"android.view.View.ContentCaptureImportance\":{\"flag\":false,\"values\":{\"0\":\"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO\",\"1\":\"IMPORTANT_FOR_CONTENT_CAPTURE_YES\",\"2\":\"IMPORTANT_FOR_CONTENT_CAPTURE_NO\",\"4\":\"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS\",\"8\":\"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS\"}},\"android.view.View.DrawingCacheQuality\":{\"flag\":false,\"values\":{\"0\":\"DRAWING_CACHE_QUALITY_AUTO\",\"524288\":\"DRAWING_CACHE_QUALITY_LOW\",\"1048576\":\"DRAWING_CACHE_QUALITY_HIGH\"}},\"android.view.View.FindViewFlags\":{\"flag\":true,\"values\":{\"1\":\"FIND_VIEWS_WITH_TEXT\",\"2\":\"FIND_VIEWS_WITH_CONTENT_DESCRIPTION\"}},\"android.view.View.FocusDirection\":{\"flag\":false,\"values\":{\"1\":\"FOCUS_BACKWARD\",\"2\":\"FOCUS_FORWARD\",\"17\":\"FOCUS_LEFT\",\"33\":\"FOCUS_UP\",\"66\":\"FOCUS_RIGHT\",\"130\":\"FOCUS_DOWN\"}},\"android.view.View.FocusRealDirection\":{\"flag\":false,\"values\":{\"17\":\"FOCUS_LEFT\",\"33\":\"FOCUS_UP\",\"66\":\"FOCUS_RIGHT\",\"130\":\"FOCUS_DOWN\"}},\"android.view.View.Focusable\":{\"flag\":false,\"values\":{\"0\":\"NOT_FOCUSABLE\",\"1\":\"FOCUSABLE\",\"16\":\"FOCUSABLE_AUTO\"}},\"android.view.View.FocusableMode\":{\"flag\":true,\"values\":{\"0\":\"FOCUSABLES_ALL\",\"1\":\"FOCUSABLES_TOUCH_MODE\"}},\"android.view.View.LayerType\":{\"flag\":false,\"values\":{\"0\":\"LAYER_TYPE_NONE\",\"1\":\"LAYER_TYPE_SOFTWARE\",\"2\":\"LAYER_TYPE_HARDWARE\"}},\"android.view.View.LayoutDir\":{\"flag\":false,\"values\":{\"0\":\"LAYOUT_DIRECTION_LTR\",\"1\":\"LAYOUT_DIRECTION_RTL\",\"2\":\"LAYOUT_DIRECTION_INHERIT\",\"3\":\"LAYOUT_DIRECTION_LOCALE\"}},\"android.view.View.MeasureSpec.MeasureSpecMode\":{\"flag\":false,\"values\":{\"0\":\"UNSPECIFIED\",\"1073741824\":\"EXACTLY\",\"-2147483648\":\"AT_MOST\"}},\"android.view.View.ResolvedLayoutDir\":{\"flag\":false,\"values\":{\"0\":\"LAYOUT_DIRECTION_LTR\",\"1\":\"LAYOUT_DIRECTION_RTL\"}},\"android.view.View.ScrollBarStyle\":{\"flag\":false,\"values\":{\"0\":\"SCROLLBARS_INSIDE_OVERLAY\",\"16777216\":\"SCROLLBARS_INSIDE_INSET\",\"33554432\":\"SCROLLBARS_OUTSIDE_OVERLAY\",\"50331648\":\"SCROLLBARS_OUTSIDE_INSET\"}},\"android.view.View.ScrollCaptureHint\":{\"flag\":true,\"values\":{\"0\":\"SCROLL_CAPTURE_HINT_AUTO\",\"1\":\"SCROLL_CAPTURE_HINT_EXCLUDE\",\"2\":\"SCROLL_CAPTURE_HINT_INCLUDE\",\"4\":\"SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS\"}},\"android.view.View.ScrollIndicators\":{\"flag\":true,\"values\":{\"1\":\"SCROLL_INDICATOR_TOP\",\"2\":\"SCROLL_INDICATOR_BOTTOM\",\"4\":\"SCROLL_INDICATOR_LEFT\",\"8\":\"SCROLL_INDICATOR_RIGHT\",\"16\":\"SCROLL_INDICATOR_START\",\"32\":\"SCROLL_INDICATOR_END\"}},\"android.view.View.SystemUiVisibility\":{\"flag\":true,\"values\":{\"1\":\"SYSTEM_UI_FLAG_LOW_PROFILE\",\"2\":\"SYSTEM_UI_FLAG_HIDE_NAVIGATION\",\"4\":\"SYSTEM_UI_FLAG_FULLSCREEN\",\"16\":\"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR\",\"256\":\"SYSTEM_UI_FLAG_LAYOUT_STABLE\",\"512\":\"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION\",\"1024\":\"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN\",\"2048\":\"SYSTEM_UI_FLAG_IMMERSIVE\",\"4096\":\"SYSTEM_UI_FLAG_IMMERSIVE_STICKY\",\"8192\":\"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR\",\"65536\":\"STATUS_BAR_DISABLE_EXPAND\",\"131072\":\"STATUS_BAR_DISABLE_NOTIFICATION_ICONS\",\"262144\":\"STATUS_BAR_DISABLE_NOTIFICATION_ALERTS\",\"524288\":\"STATUS_BAR_DISABLE_NOTIFICATION_TICKER\",\"1048576\":\"STATUS_BAR_DISABLE_SYSTEM_INFO\",\"2097152\":\"STATUS_BAR_DISABLE_HOME\",\"4194304\":\"STATUS_BAR_DISABLE_BACK\",\"8388608\":\"STATUS_BAR_DISABLE_CLOCK\",\"16777216\":\"STATUS_BAR_DISABLE_RECENT\",\"33554432\":\"STATUS_BAR_DISABLE_SEARCH\",\"67108864\":\"STATUS_BAR_DISABLE_ONGOING_CALL_CHIP\"}},\"android.view.View.TextAlignment\":{\"flag\":false,\"values\":{\"0\":\"TEXT_ALIGNMENT_INHERIT\",\"1\":\"TEXT_ALIGNMENT_GRAVITY\",\"2\":\"TEXT_ALIGNMENT_TEXT_START\",\"3\":\"TEXT_ALIGNMENT_TEXT_END\",\"4\":\"TEXT_ALIGNMENT_CENTER\",\"5\":\"TEXT_ALIGNMENT_VIEW_START\",\"6\":\"TEXT_ALIGNMENT_VIEW_END\"}},\"android.view.View.ViewStructureType\":{\"flag\":true,\"values\":{\"0\":\"VIEW_STRUCTURE_FOR_ASSIST\",\"1\":\"VIEW_STRUCTURE_FOR_AUTOFILL\",\"2\":\"VIEW_STRUCTURE_FOR_CONTENT_CAPTURE\"}},\"android.view.View.Visibility\":{\"flag\":false,\"values\":{\"0\":\"VISIBLE\",\"4\":\"INVISIBLE\",\"8\":\"GONE\"}},\"android.view.WindowInsets.Side.InsetsSide\":{\"flag\":true,\"values\":{\"1\":\"LEFT\",\"2\":\"TOP\",\"4\":\"RIGHT\",\"8\":\"BOTTOM\"}},\"android.view.WindowInsets.Type.InsetsType\":{\"flag\":true,\"values\":{\"1\":\"STATUS_BARS\",\"2\":\"NAVIGATION_BARS\",\"4\":\"CAPTION_BAR\",\"8\":\"IME\",\"16\":\"SYSTEM_GESTURES\",\"32\":\"MANDATORY_SYSTEM_GESTURES\",\"64\":\"TAPPABLE_ELEMENT\",\"128\":\"DISPLAY_CUTOUT\",\"256\":\"WINDOW_DECOR\"}},\"android.view.WindowInsetsAnimation.Callback.DispatchMode\":{\"flag\":false,\"values\":{\"0\":\"DISPATCH_MODE_STOP\",\"1\":\"DISPATCH_MODE_CONTINUE_ON_SUBTREE\"}},\"android.view.WindowInsetsController.Appearance\":{\"flag\":true,\"values\":{\"1\":\"APPEARANCE_OPAQUE_STATUS_BARS\",\"2\":\"APPEARANCE_OPAQUE_NAVIGATION_BARS\",\"4\":\"APPEARANCE_LOW_PROFILE_BARS\",\"8\":\"APPEARANCE_LIGHT_STATUS_BARS\",\"16\":\"APPEARANCE_LIGHT_NAVIGATION_BARS\",\"32\":\"APPEARANCE_SEMI_TRANSPARENT_STATUS_BARS\",\"64\":\"APPEARANCE_SEMI_TRANSPARENT_NAVIGATION_BARS\"}},\"android.view.WindowInsetsController.Behavior\":{\"flag\":false,\"values\":{\"1\":\"BEHAVIOR_DEFAULT\",\"2\":\"BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE\"}},\"android.view.WindowManager.DisplayImePolicy\":{\"flag\":false,\"values\":{\"0\":\"DISPLAY_IME_POLICY_LOCAL\",\"1\":\"DISPLAY_IME_POLICY_FALLBACK_DISPLAY\",\"2\":\"DISPLAY_IME_POLICY_HIDE\"}},\"android.view.WindowManager.LayoutParams.Flags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_ALLOW_LOCK_WHILE_SCREEN_ON\",\"2\":\"FLAG_DIM_BEHIND\",\"4\":\"FLAG_BLUR_BEHIND\",\"8\":\"FLAG_NOT_FOCUSABLE\",\"16\":\"FLAG_NOT_TOUCHABLE\",\"32\":\"FLAG_NOT_TOUCH_MODAL\",\"64\":\"FLAG_TOUCHABLE_WHEN_WAKING\",\"128\":\"FLAG_KEEP_SCREEN_ON\",\"256\":\"FLAG_LAYOUT_IN_SCREEN\",\"512\":\"FLAG_LAYOUT_NO_LIMITS\",\"1024\":\"FLAG_FULLSCREEN\",\"2048\":\"FLAG_FORCE_NOT_FULLSCREEN\",\"4096\":\"FLAG_DITHER\",\"8192\":\"FLAG_SECURE\",\"16384\":\"FLAG_SCALED\",\"32768\":\"FLAG_IGNORE_CHEEK_PRESSES\",\"65536\":\"FLAG_LAYOUT_INSET_DECOR\",\"131072\":\"FLAG_ALT_FOCUSABLE_IM\",\"262144\":\"FLAG_WATCH_OUTSIDE_TOUCH\",\"524288\":\"FLAG_SHOW_WHEN_LOCKED\",\"1048576\":\"FLAG_SHOW_WALLPAPER\",\"2097152\":\"FLAG_TURN_SCREEN_ON\",\"4194304\":\"FLAG_DISMISS_KEYGUARD\",\"8388608\":\"FLAG_SPLIT_TOUCH\",\"16777216\":\"FLAG_HARDWARE_ACCELERATED\",\"33554432\":\"FLAG_LAYOUT_IN_OVERSCAN\",\"67108864\":\"FLAG_TRANSLUCENT_STATUS\",\"134217728\":\"FLAG_TRANSLUCENT_NAVIGATION\",\"268435456\":\"FLAG_LOCAL_FOCUS_MODE\",\"536870912\":\"FLAG_SLIPPERY\",\"1073741824\":\"FLAG_LAYOUT_ATTACHED_IN_DECOR\",\"-2147483648\":\"FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS\"}},\"android.view.WindowManager.LayoutParams.InputFeatureFlags\":{\"flag\":true,\"values\":{\"1\":\"INPUT_FEATURE_DISABLE_POINTER_GESTURES\",\"2\":\"INPUT_FEATURE_NO_INPUT_CHANNEL\",\"4\":\"INPUT_FEATURE_DISABLE_USER_ACTIVITY\"}},\"android.view.WindowManager.LayoutParams.LayoutInDisplayCutoutMode\":{\"flag\":false,\"values\":{\"0\":\"LAYOUT_IN_DISPLAY_CUTOUT_MODE_DEFAULT\",\"1\":\"LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES\",\"2\":\"LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER\",\"3\":\"LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS\"}},\"android.view.WindowManager.LayoutParams.PrivateFlags\":{\"flag\":true,\"values\":{\"2\":\"PRIVATE_FLAG_FORCE_HARDWARE_ACCELERATED\",\"4\":\"PRIVATE_FLAG_WANTS_OFFSET_NOTIFICATIONS\",\"8\":\"PRIVATE_FLAG_SYSTEM_APPLICATION_OVERLAY\",\"16\":\"SYSTEM_FLAG_SHOW_FOR_ALL_USERS\",\"64\":\"PRIVATE_FLAG_NO_MOVE_ANIMATION\",\"128\":\"PRIVATE_FLAG_COMPATIBLE_WINDOW\",\"256\":\"PRIVATE_FLAG_SYSTEM_ERROR\",\"2048\":\"PRIVATE_FLAG_DISABLE_WALLPAPER_TOUCH_EVENTS\",\"4096\":\"PRIVATE_FLAG_FORCE_SHOW_STATUS_BAR\",\"16384\":\"PRIVATE_FLAG_FORCE_DECOR_VIEW_VISIBILITY\",\"32768\":\"PRIVATE_FLAG_WILL_NOT_REPLACE_ON_RELAUNCH\",\"65536\":\"PRIVATE_FLAG_LAYOUT_CHILD_WINDOW_IN_PARENT_FRAME\",\"131072\":\"PRIVATE_FLAG_FORCE_DRAW_BAR_BACKGROUNDS\",\"262144\":\"PRIVATE_FLAG_SUSTAINED_PERFORMANCE_MODE\",\"524288\":\"SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS\",\"1048576\":\"PRIVATE_FLAG_IS_ROUNDED_CORNERS_OVERLAY\",\"4194304\":\"PRIVATE_FLAG_NOT_MAGNIFIABLE\",\"8388608\":\"PRIVATE_FLAG_STATUS_FORCE_SHOW_NAVIGATION\",\"16777216\":\"PRIVATE_FLAG_COLOR_SPACE_AGNOSTIC\",\"33554432\":\"PRIVATE_FLAG_USE_BLAST\",\"67108864\":\"PRIVATE_FLAG_APPEARANCE_CONTROLLED\",\"134217728\":\"PRIVATE_FLAG_BEHAVIOR_CONTROLLED\",\"268435456\":\"PRIVATE_FLAG_FIT_INSETS_CONTROLLED\",\"536870912\":\"PRIVATE_FLAG_TRUSTED_OVERLAY\",\"1073741824\":\"PRIVATE_FLAG_INSET_PARENT_FRAME_BY_IME\",\"-2147483648\":\"PRIVATE_FLAG_INTERCEPT_GLOBAL_DRAG_AND_DROP\"}},\"android.view.WindowManager.LayoutParams.SoftInputModeFlags\":{\"flag\":true,\"values\":{\"0\":\"SOFT_INPUT_ADJUST_UNSPECIFIED\",\"1\":\"SOFT_INPUT_STATE_UNCHANGED\",\"2\":\"SOFT_INPUT_STATE_HIDDEN\",\"3\":\"SOFT_INPUT_STATE_ALWAYS_HIDDEN\",\"4\":\"SOFT_INPUT_STATE_VISIBLE\",\"5\":\"SOFT_INPUT_STATE_ALWAYS_VISIBLE\",\"16\":\"SOFT_INPUT_ADJUST_RESIZE\",\"32\":\"SOFT_INPUT_ADJUST_PAN\",\"48\":\"SOFT_INPUT_ADJUST_NOTHING\",\"256\":\"SOFT_INPUT_IS_FORWARD_NAVIGATION\"}},\"android.view.WindowManager.LayoutParams.SystemFlags\":{\"flag\":true,\"values\":{\"16\":\"SYSTEM_FLAG_SHOW_FOR_ALL_USERS\",\"524288\":\"SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS\"}},\"android.view.WindowManager.LayoutParams.SystemUiVisibilityFlags\":{\"flag\":true,\"values\":{\"0\":\"SYSTEM_UI_FLAG_VISIBLE\",\"1\":\"SYSTEM_UI_FLAG_LOW_PROFILE\",\"2\":\"SYSTEM_UI_FLAG_HIDE_NAVIGATION\",\"4\":\"SYSTEM_UI_FLAG_FULLSCREEN\",\"16\":\"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR\",\"256\":\"SYSTEM_UI_FLAG_LAYOUT_STABLE\",\"512\":\"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION\",\"1024\":\"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN\",\"2048\":\"SYSTEM_UI_FLAG_IMMERSIVE\",\"4096\":\"SYSTEM_UI_FLAG_IMMERSIVE_STICKY\",\"8192\":\"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR\",\"65536\":\"STATUS_BAR_DISABLE_EXPAND\",\"131072\":\"STATUS_BAR_DISABLE_NOTIFICATION_ICONS\",\"262144\":\"STATUS_BAR_DISABLE_NOTIFICATION_ALERTS\",\"524288\":\"STATUS_BAR_DISABLE_NOTIFICATION_TICKER\",\"1048576\":\"STATUS_BAR_DISABLE_SYSTEM_INFO\",\"2097152\":\"STATUS_BAR_DISABLE_HOME\",\"4194304\":\"STATUS_BAR_DISABLE_BACK\",\"8388608\":\"STATUS_BAR_DISABLE_CLOCK\",\"16777216\":\"STATUS_BAR_DISABLE_RECENT\",\"33554432\":\"STATUS_BAR_DISABLE_SEARCH\"}},\"android.view.WindowManager.LayoutParams.WindowType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_BASE_APPLICATION\",\"2\":\"TYPE_APPLICATION\",\"3\":\"TYPE_APPLICATION_STARTING\",\"4\":\"TYPE_DRAWN_APPLICATION\",\"1000\":\"TYPE_APPLICATION_PANEL\",\"1001\":\"TYPE_APPLICATION_MEDIA\",\"1002\":\"TYPE_APPLICATION_SUB_PANEL\",\"1003\":\"TYPE_APPLICATION_ATTACHED_DIALOG\",\"1004\":\"TYPE_APPLICATION_MEDIA_OVERLAY\",\"1005\":\"TYPE_APPLICATION_ABOVE_SUB_PANEL\",\"2000\":\"TYPE_STATUS_BAR\",\"2001\":\"TYPE_SEARCH_BAR\",\"2002\":\"TYPE_PHONE\",\"2003\":\"TYPE_SYSTEM_ALERT\",\"2004\":\"TYPE_KEYGUARD\",\"2005\":\"TYPE_TOAST\",\"2006\":\"TYPE_SYSTEM_OVERLAY\",\"2007\":\"TYPE_PRIORITY_PHONE\",\"2008\":\"TYPE_SYSTEM_DIALOG\",\"2009\":\"TYPE_KEYGUARD_DIALOG\",\"2010\":\"TYPE_SYSTEM_ERROR\",\"2011\":\"TYPE_INPUT_METHOD\",\"2012\":\"TYPE_INPUT_METHOD_DIALOG\",\"2013\":\"TYPE_WALLPAPER\",\"2014\":\"TYPE_STATUS_BAR_PANEL\",\"2015\":\"TYPE_SECURE_SYSTEM_OVERLAY\",\"2016\":\"TYPE_DRAG\",\"2017\":\"TYPE_STATUS_BAR_SUB_PANEL\",\"2018\":\"TYPE_POINTER\",\"2019\":\"TYPE_NAVIGATION_BAR\",\"2020\":\"TYPE_VOLUME_OVERLAY\",\"2021\":\"TYPE_BOOT_PROGRESS\",\"2022\":\"TYPE_INPUT_CONSUMER\",\"2024\":\"TYPE_NAVIGATION_BAR_PANEL\",\"2026\":\"TYPE_DISPLAY_OVERLAY\",\"2027\":\"TYPE_MAGNIFICATION_OVERLAY\",\"2030\":\"TYPE_PRIVATE_PRESENTATION\",\"2031\":\"TYPE_VOICE_INTERACTION\",\"2032\":\"TYPE_ACCESSIBILITY_OVERLAY\",\"2033\":\"TYPE_VOICE_INTERACTION_STARTING\",\"2034\":\"TYPE_DOCK_DIVIDER\",\"2035\":\"TYPE_QS_DIALOG\",\"2036\":\"TYPE_SCREENSHOT\",\"2037\":\"TYPE_PRESENTATION\",\"2038\":\"TYPE_APPLICATION_OVERLAY\",\"2039\":\"TYPE_ACCESSIBILITY_MAGNIFICATION_OVERLAY\",\"2040\":\"TYPE_NOTIFICATION_SHADE\",\"2041\":\"TYPE_STATUS_BAR_ADDITIONAL\"}},\"android.view.WindowManager.RemoveContentMode\":{\"flag\":false,\"values\":{\"0\":\"REMOVE_CONTENT_MODE_UNDEFINED\",\"1\":\"REMOVE_CONTENT_MODE_MOVE_TO_PRIMARY\",\"2\":\"REMOVE_CONTENT_MODE_DESTROY\"}},\"android.view.WindowManager.ScreenshotSource\":{\"flag\":false,\"values\":{\"0\":\"SCREENSHOT_GLOBAL_ACTIONS\",\"1\":\"SCREENSHOT_KEY_CHORD\",\"2\":\"SCREENSHOT_KEY_OTHER\",\"3\":\"SCREENSHOT_OVERVIEW\",\"4\":\"SCREENSHOT_ACCESSIBILITY_ACTIONS\",\"5\":\"SCREENSHOT_OTHER\",\"6\":\"SCREENSHOT_VENDOR_GESTURE\"}},\"android.view.WindowManager.ScreenshotType\":{\"flag\":false,\"values\":{\"1\":\"TAKE_SCREENSHOT_FULLSCREEN\",\"2\":\"TAKE_SCREENSHOT_SELECTED_REGION\",\"3\":\"TAKE_SCREENSHOT_PROVIDED_IMAGE\"}},\"android.view.WindowManager.ShellRootLayer\":{\"flag\":false,\"values\":{\"0\":\"SHELL_ROOT_LAYER_DIVIDER\",\"1\":\"SHELL_ROOT_LAYER_PIP\"}},\"android.view.WindowManager.TransitionFlags\":{\"flag\":true,\"values\":{\"1\":\"TRANSIT_FLAG_KEYGUARD_GOING_AWAY_TO_SHADE\",\"2\":\"TRANSIT_FLAG_KEYGUARD_GOING_AWAY_NO_ANIMATION\",\"4\":\"TRANSIT_FLAG_KEYGUARD_GOING_AWAY_WITH_WALLPAPER\",\"8\":\"TRANSIT_FLAG_KEYGUARD_GOING_AWAY_SUBTLE_ANIMATION\",\"16\":\"TRANSIT_FLAG_APP_CRASHED\",\"32\":\"TRANSIT_FLAG_OPEN_BEHIND\",\"64\":\"TRANSIT_FLAG_KEYGUARD_LOCKED\",\"128\":\"TRANSIT_FLAG_IS_RECENTS\"}},\"android.view.WindowManager.TransitionOldType\":{\"flag\":false,\"values\":{\"0\":\"TRANSIT_OLD_NONE\",\"6\":\"TRANSIT_OLD_ACTIVITY_OPEN\",\"7\":\"TRANSIT_OLD_ACTIVITY_CLOSE\",\"8\":\"TRANSIT_OLD_TASK_OPEN\",\"9\":\"TRANSIT_OLD_TASK_CLOSE\",\"10\":\"TRANSIT_OLD_TASK_TO_FRONT\",\"11\":\"TRANSIT_OLD_TASK_TO_BACK\",\"12\":\"TRANSIT_OLD_WALLPAPER_CLOSE\",\"13\":\"TRANSIT_OLD_WALLPAPER_OPEN\",\"14\":\"TRANSIT_OLD_WALLPAPER_INTRA_OPEN\",\"15\":\"TRANSIT_OLD_WALLPAPER_INTRA_CLOSE\",\"16\":\"TRANSIT_OLD_TASK_OPEN_BEHIND\",\"18\":\"TRANSIT_OLD_ACTIVITY_RELAUNCH\",\"20\":\"TRANSIT_OLD_KEYGUARD_GOING_AWAY\",\"21\":\"TRANSIT_OLD_KEYGUARD_GOING_AWAY_ON_WALLPAPER\",\"22\":\"TRANSIT_OLD_KEYGUARD_OCCLUDE\",\"23\":\"TRANSIT_OLD_KEYGUARD_UNOCCLUDE\",\"24\":\"TRANSIT_OLD_TRANSLUCENT_ACTIVITY_OPEN\",\"25\":\"TRANSIT_OLD_TRANSLUCENT_ACTIVITY_CLOSE\",\"26\":\"TRANSIT_OLD_CRASHING_ACTIVITY_CLOSE\",\"27\":\"TRANSIT_OLD_TASK_CHANGE_WINDOWING_MODE\",\"-1\":\"TRANSIT_OLD_UNSET\"}},\"android.view.WindowManager.TransitionType\":{\"flag\":false,\"values\":{\"0\":\"TRANSIT_NONE\",\"1\":\"TRANSIT_OPEN\",\"2\":\"TRANSIT_CLOSE\",\"3\":\"TRANSIT_TO_FRONT\",\"4\":\"TRANSIT_TO_BACK\",\"5\":\"TRANSIT_RELAUNCH\",\"6\":\"TRANSIT_CHANGE\",\"7\":\"TRANSIT_KEYGUARD_GOING_AWAY\",\"8\":\"TRANSIT_KEYGUARD_OCCLUDE\",\"9\":\"TRANSIT_KEYGUARD_UNOCCLUDE\",\"10\":\"TRANSIT_FIRST_CUSTOM\"}},\"android.view.WindowManagerPolicyConstants.OffReason\":{\"flag\":false,\"values\":{\"1\":\"OFF_BECAUSE_OF_ADMIN\",\"2\":\"OFF_BECAUSE_OF_USER\",\"3\":\"OFF_BECAUSE_OF_TIMEOUT\"}},\"android.view.WindowManagerPolicyConstants.OnReason\":{\"flag\":false,\"values\":{\"1\":\"ON_BECAUSE_OF_USER\",\"2\":\"ON_BECAUSE_OF_APPLICATION\",\"3\":\"ON_BECAUSE_OF_UNKNOWN\"}},\"android.view.accessibility.AccessibilityEvent.ContentChangeTypes\":{\"flag\":true,\"values\":{\"0\":\"CONTENT_CHANGE_TYPE_UNDEFINED\",\"1\":\"CONTENT_CHANGE_TYPE_SUBTREE\",\"2\":\"CONTENT_CHANGE_TYPE_TEXT\",\"4\":\"CONTENT_CHANGE_TYPE_CONTENT_DESCRIPTION\",\"8\":\"CONTENT_CHANGE_TYPE_PANE_TITLE\",\"16\":\"CONTENT_CHANGE_TYPE_PANE_APPEARED\",\"32\":\"CONTENT_CHANGE_TYPE_PANE_DISAPPEARED\",\"64\":\"CONTENT_CHANGE_TYPE_STATE_DESCRIPTION\"}},\"android.view.accessibility.AccessibilityEvent.EventType\":{\"flag\":true,\"values\":{\"1\":\"TYPE_VIEW_CLICKED\",\"2\":\"TYPE_VIEW_LONG_CLICKED\",\"4\":\"TYPE_VIEW_SELECTED\",\"8\":\"TYPE_VIEW_FOCUSED\",\"16\":\"TYPE_VIEW_TEXT_CHANGED\",\"32\":\"TYPE_WINDOW_STATE_CHANGED\",\"64\":\"TYPE_NOTIFICATION_STATE_CHANGED\",\"128\":\"TYPE_VIEW_HOVER_ENTER\",\"256\":\"TYPE_VIEW_HOVER_EXIT\",\"512\":\"TYPE_TOUCH_EXPLORATION_GESTURE_START\",\"1024\":\"TYPE_TOUCH_EXPLORATION_GESTURE_END\",\"2048\":\"TYPE_WINDOW_CONTENT_CHANGED\",\"4096\":\"TYPE_VIEW_SCROLLED\",\"8192\":\"TYPE_VIEW_TEXT_SELECTION_CHANGED\",\"16384\":\"TYPE_ANNOUNCEMENT\",\"32768\":\"TYPE_VIEW_ACCESSIBILITY_FOCUSED\",\"65536\":\"TYPE_VIEW_ACCESSIBILITY_FOCUS_CLEARED\",\"131072\":\"TYPE_VIEW_TEXT_TRAVERSED_AT_MOVEMENT_GRANULARITY\",\"262144\":\"TYPE_GESTURE_DETECTION_START\",\"524288\":\"TYPE_GESTURE_DETECTION_END\",\"1048576\":\"TYPE_TOUCH_INTERACTION_START\",\"2097152\":\"TYPE_TOUCH_INTERACTION_END\",\"4194304\":\"TYPE_WINDOWS_CHANGED\",\"8388608\":\"TYPE_VIEW_CONTEXT_CLICKED\",\"16777216\":\"TYPE_ASSIST_READING_CONTEXT\"}},\"android.view.accessibility.AccessibilityEvent.WindowsChangeTypes\":{\"flag\":true,\"values\":{\"1\":\"WINDOWS_CHANGE_ADDED\",\"2\":\"WINDOWS_CHANGE_REMOVED\",\"4\":\"WINDOWS_CHANGE_TITLE\",\"8\":\"WINDOWS_CHANGE_BOUNDS\",\"16\":\"WINDOWS_CHANGE_LAYER\",\"32\":\"WINDOWS_CHANGE_ACTIVE\",\"64\":\"WINDOWS_CHANGE_FOCUSED\",\"128\":\"WINDOWS_CHANGE_ACCESSIBILITY_FOCUSED\",\"256\":\"WINDOWS_CHANGE_PARENT\",\"512\":\"WINDOWS_CHANGE_CHILDREN\",\"1024\":\"WINDOWS_CHANGE_PIP\"}},\"android.view.accessibility.AccessibilityManager.ContentFlag\":{\"flag\":true,\"values\":{\"1\":\"FLAG_CONTENT_ICONS\",\"2\":\"FLAG_CONTENT_TEXT\",\"4\":\"FLAG_CONTENT_CONTROLS\"}},\"android.view.accessibility.AccessibilityManager.ShortcutType\":{\"flag\":false,\"values\":{\"0\":\"ACCESSIBILITY_BUTTON\",\"1\":\"ACCESSIBILITY_SHORTCUT_KEY\"}},\"android.view.accessibility.AccessibilityRequestPreparer.RequestTypes\":{\"flag\":true,\"values\":{\"1\":\"REQUEST_TYPE_EXTRA_DATA\"}},\"android.view.autofill.AutofillManager.AutofillCallback.AutofillEventType\":{\"flag\":false,\"values\":{\"1\":\"EVENT_INPUT_SHOWN\",\"2\":\"EVENT_INPUT_HIDDEN\",\"3\":\"EVENT_INPUT_UNAVAILABLE\"}},\"android.view.autofill.AutofillManager.SmartSuggestionMode\":{\"flag\":false,\"values\":{\"0\":\"FLAG_SMART_SUGGESTION_OFF\",\"1\":\"FLAG_SMART_SUGGESTION_SYSTEM\"}},\"android.view.contentcapture.ContentCaptureCondition.Flags\":{\"flag\":true,\"values\":{\"2\":\"FLAG_IS_REGEX\"}},\"android.view.contentcapture.ContentCaptureContext.ContextCreationFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_DISABLED_BY_APP\",\"2\":\"FLAG_DISABLED_BY_FLAG_SECURE\",\"4\":\"FLAG_RECONNECTED\"}},\"android.view.contentcapture.ContentCaptureEvent.EventType\":{\"flag\":false,\"values\":{\"1\":\"TYPE_VIEW_APPEARED\",\"2\":\"TYPE_VIEW_DISAPPEARED\",\"3\":\"TYPE_VIEW_TEXT_CHANGED\",\"4\":\"TYPE_VIEW_TREE_APPEARING\",\"5\":\"TYPE_VIEW_TREE_APPEARED\",\"6\":\"TYPE_CONTEXT_UPDATED\",\"7\":\"TYPE_SESSION_RESUMED\",\"8\":\"TYPE_SESSION_PAUSED\",\"9\":\"TYPE_VIEW_INSETS_CHANGED\"}},\"android.view.contentcapture.ContentCaptureManager.DataShareError\":{\"flag\":false,\"values\":{\"1\":\"DATA_SHARE_ERROR_UNKNOWN\",\"2\":\"DATA_SHARE_ERROR_CONCURRENT_REQUEST\",\"3\":\"DATA_SHARE_ERROR_TIMEOUT_INTERRUPTED\"}},\"android.view.contentcapture.ContentCaptureManager.LoggingLevel\":{\"flag\":false,\"values\":{\"0\":\"LOGGING_LEVEL_OFF\",\"1\":\"LOGGING_LEVEL_DEBUG\",\"2\":\"LOGGING_LEVEL_VERBOSE\"}},\"android.view.contentcapture.ContentCaptureSession.FlushReason\":{\"flag\":false,\"values\":{\"1\":\"FLUSH_REASON_FULL\",\"2\":\"FLUSH_REASON_VIEW_ROOT_ENTERED\",\"3\":\"FLUSH_REASON_SESSION_STARTED\",\"4\":\"FLUSH_REASON_SESSION_FINISHED\",\"5\":\"FLUSH_REASON_IDLE_TIMEOUT\",\"6\":\"FLUSH_REASON_TEXT_CHANGE_TIMEOUT\",\"7\":\"FLUSH_REASON_SESSION_CONNECTED\"}},\"android.view.contentcapture.DataRemovalRequest.Flags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_IS_PREFIX\"}},\"android.view.displayhash.DisplayHashResultCallback.DisplayHashErrorCode\":{\"flag\":false,\"values\":{\"-1\":\"DISPLAY_HASH_ERROR_UNKNOWN\",\"-2\":\"DISPLAY_HASH_ERROR_INVALID_BOUNDS\",\"-3\":\"DISPLAY_HASH_ERROR_MISSING_WINDOW\",\"-4\":\"DISPLAY_HASH_ERROR_NOT_VISIBLE_ON_SCREEN\",\"-5\":\"DISPLAY_HASH_ERROR_INVALID_HASH_ALGORITHM\",\"-6\":\"DISPLAY_HASH_ERROR_TOO_MANY_REQUESTS\"}},\"android.view.inputmethod.EditorInfo.TrimPolicy\":{\"flag\":false,\"values\":{\"0\":\"HEAD\",\"1\":\"TAIL\"}},\"android.view.inputmethod.InputConnection.GetTextType\":{\"flag\":true,\"values\":{\"1\":\"GET_TEXT_WITH_STYLES\"}},\"android.view.inputmethod.InputConnectionInspector.MissingMethodFlags\":{\"flag\":false,\"values\":{\"1\":\"GET_SELECTED_TEXT\",\"2\":\"SET_COMPOSING_REGION\",\"4\":\"COMMIT_CORRECTION\",\"8\":\"REQUEST_CURSOR_UPDATES\",\"16\":\"DELETE_SURROUNDING_TEXT_IN_CODE_POINTS\",\"32\":\"GET_HANDLER\",\"64\":\"CLOSE_CONNECTION\",\"128\":\"COMMIT_CONTENT\",\"256\":\"GET_SURROUNDING_TEXT\"}},\"android.view.textclassifier.SelectionEvent.ActionType\":{\"flag\":false,\"values\":{\"100\":\"ACTION_OVERTYPE\",\"101\":\"ACTION_COPY\",\"102\":\"ACTION_PASTE\",\"103\":\"ACTION_CUT\",\"104\":\"ACTION_SHARE\",\"105\":\"ACTION_SMART_SHARE\",\"106\":\"ACTION_DRAG\",\"107\":\"ACTION_ABANDON\",\"108\":\"ACTION_OTHER\",\"200\":\"ACTION_SELECT_ALL\",\"201\":\"ACTION_RESET\"}},\"android.view.textclassifier.SelectionEvent.EventType\":{\"flag\":false,\"values\":{\"1\":\"EVENT_SELECTION_STARTED\",\"2\":\"EVENT_SELECTION_MODIFIED\",\"3\":\"EVENT_SMART_SELECTION_SINGLE\",\"4\":\"EVENT_SMART_SELECTION_MULTI\",\"5\":\"EVENT_AUTO_SELECTION\",\"100\":\"ACTION_OVERTYPE\",\"101\":\"ACTION_COPY\",\"102\":\"ACTION_PASTE\",\"103\":\"ACTION_CUT\",\"104\":\"ACTION_SHARE\",\"105\":\"ACTION_SMART_SHARE\",\"106\":\"ACTION_DRAG\",\"107\":\"ACTION_ABANDON\",\"108\":\"ACTION_OTHER\",\"200\":\"ACTION_SELECT_ALL\",\"201\":\"ACTION_RESET\"}},\"android.view.textclassifier.SelectionEvent.InvocationMethod\":{\"flag\":false,\"values\":{\"0\":\"INVOCATION_UNKNOWN\",\"1\":\"INVOCATION_MANUAL\",\"2\":\"INVOCATION_LINK\"}},\"android.view.textclassifier.TextClassification.IntentType\":{\"flag\":false,\"values\":{\"0\":\"ACTIVITY\",\"1\":\"SERVICE\",\"-1\":\"UNSUPPORTED\"}},\"android.view.textclassifier.TextClassifier.TextClassifierType\":{\"flag\":false,\"values\":{\"0\":\"LOCAL\",\"1\":\"SYSTEM\",\"2\":\"DEFAULT_SYSTEM\"}},\"android.view.textclassifier.TextClassifierEvent.Category\":{\"flag\":false,\"values\":{\"1\":\"CATEGORY_SELECTION\",\"2\":\"CATEGORY_LINKIFY\",\"3\":\"CATEGORY_CONVERSATION_ACTIONS\",\"4\":\"CATEGORY_LANGUAGE_DETECTION\"}},\"android.view.textclassifier.TextClassifierEvent.Type\":{\"flag\":false,\"values\":{\"1\":\"TYPE_SELECTION_STARTED\",\"2\":\"TYPE_SELECTION_MODIFIED\",\"3\":\"TYPE_SMART_SELECTION_SINGLE\",\"4\":\"TYPE_SMART_SELECTION_MULTI\",\"5\":\"TYPE_AUTO_SELECTION\",\"6\":\"TYPE_ACTIONS_SHOWN\",\"7\":\"TYPE_LINK_CLICKED\",\"8\":\"TYPE_OVERTYPE\",\"9\":\"TYPE_COPY_ACTION\",\"10\":\"TYPE_PASTE_ACTION\",\"11\":\"TYPE_CUT_ACTION\",\"12\":\"TYPE_SHARE_ACTION\",\"13\":\"TYPE_SMART_ACTION\",\"14\":\"TYPE_SELECTION_DRAG\",\"15\":\"TYPE_SELECTION_DESTROYED\",\"16\":\"TYPE_OTHER_ACTION\",\"17\":\"TYPE_SELECT_ALL\",\"18\":\"TYPE_SELECTION_RESET\",\"19\":\"TYPE_MANUAL_REPLY\",\"20\":\"TYPE_ACTIONS_GENERATED\",\"21\":\"TYPE_LINKS_GENERATED\",\"22\":\"TYPE_READ_CLIPBOARD\"}},\"android.view.textclassifier.TextLinks.ApplyStrategy\":{\"flag\":false,\"values\":{\"0\":\"APPLY_STRATEGY_IGNORE\",\"1\":\"APPLY_STRATEGY_REPLACE\"}},\"android.view.textclassifier.TextLinks.Status\":{\"flag\":false,\"values\":{\"0\":\"STATUS_LINKS_APPLIED\",\"1\":\"STATUS_NO_LINKS_FOUND\",\"2\":\"STATUS_NO_LINKS_APPLIED\",\"3\":\"STATUS_DIFFERENT_TEXT\",\"4\":\"STATUS_UNSUPPORTED_CHARACTER\"}},\"android.view.textclassifier.TextLinks.TextLinkSpan.InvocationMethod\":{\"flag\":false,\"values\":{\"0\":\"INVOCATION_METHOD_TOUCH\",\"1\":\"INVOCATION_METHOD_KEYBOARD\",\"-1\":\"INVOCATION_METHOD_UNSPECIFIED\"}},\"android.view.textservice.SuggestionsInfo.ResultAttrs\":{\"flag\":true,\"values\":{\"1\":\"RESULT_ATTR_IN_THE_DICTIONARY\",\"2\":\"RESULT_ATTR_LOOKS_LIKE_TYPO\",\"4\":\"RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS\",\"8\":\"RESULT_ATTR_LOOKS_LIKE_GRAMMAR_ERROR\",\"16\":\"RESULT_ATTR_DONT_SHOW_UI_FOR_SUGGESTIONS\"}},\"android.view.translation.TranslationCapability.ModelState\":{\"flag\":false,\"values\":{\"1\":\"STATE_AVAILABLE_TO_DOWNLOAD\",\"2\":\"STATE_DOWNLOADING\",\"3\":\"STATE_ON_DEVICE\",\"4\":\"STATE_NOT_AVAILABLE\"}},\"android.view.translation.TranslationContext.TranslationFlag\":{\"flag\":true,\"values\":{\"1\":\"FLAG_LOW_LATENCY\",\"2\":\"FLAG_TRANSLITERATION\",\"4\":\"FLAG_DEFINITIONS\"}},\"android.view.translation.TranslationRequest.RequestFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_TRANSLATION_RESULT\",\"2\":\"FLAG_DICTIONARY_RESULT\",\"4\":\"FLAG_TRANSLITERATION_RESULT\",\"8\":\"FLAG_PARTIAL_RESPONSES\"}},\"android.view.translation.TranslationResponse.TranslationStatus\":{\"flag\":false,\"values\":{\"0\":\"TRANSLATION_STATUS_SUCCESS\",\"1\":\"TRANSLATION_STATUS_UNKNOWN_ERROR\",\"2\":\"TRANSLATION_STATUS_CONTEXT_UNSUPPORTED\"}},\"android.view.translation.TranslationResponseValue.Status\":{\"flag\":false,\"values\":{\"0\":\"STATUS_SUCCESS\",\"1\":\"STATUS_ERROR\"}},\"android.view.translation.TranslationSpec.DataFormat\":{\"flag\":false,\"values\":{\"1\":\"DATA_FORMAT_TEXT\"}},\"android.view.translation.UiTranslationManager.UiTranslationState\":{\"flag\":false,\"values\":{\"0\":\"STATE_UI_TRANSLATION_STARTED\",\"1\":\"STATE_UI_TRANSLATION_PAUSED\",\"2\":\"STATE_UI_TRANSLATION_RESUMED\",\"3\":\"STATE_UI_TRANSLATION_FINISHED\"}},\"android.webkit.TracingConfig.PredefinedCategories\":{\"flag\":true,\"values\":{\"0\":\"CATEGORIES_NONE\",\"1\":\"CATEGORIES_ALL\",\"2\":\"CATEGORIES_ANDROID_WEBVIEW\",\"4\":\"CATEGORIES_WEB_DEVELOPER\",\"8\":\"CATEGORIES_INPUT_LATENCY\",\"16\":\"CATEGORIES_RENDERING\",\"32\":\"CATEGORIES_JAVASCRIPT_AND_RENDERING\",\"64\":\"CATEGORIES_FRAME_VIEWER\"}},\"android.webkit.TracingConfig.TracingMode\":{\"flag\":false,\"values\":{\"0\":\"RECORD_UNTIL_FULL\",\"1\":\"RECORD_CONTINUOUSLY\"}},\"android.webkit.WebSettings.CacheMode\":{\"flag\":false,\"values\":{\"0\":\"LOAD_NORMAL\",\"1\":\"LOAD_CACHE_ELSE_NETWORK\",\"2\":\"LOAD_NO_CACHE\",\"3\":\"LOAD_CACHE_ONLY\",\"-1\":\"LOAD_DEFAULT\"}},\"android.webkit.WebSettings.ForceDark\":{\"flag\":false,\"values\":{\"0\":\"FORCE_DARK_OFF\",\"1\":\"FORCE_DARK_AUTO\",\"2\":\"FORCE_DARK_ON\"}},\"android.webkit.WebSettings.MenuItemFlags\":{\"flag\":true,\"values\":{\"0\":\"MENU_ITEM_NONE\",\"1\":\"MENU_ITEM_SHARE\",\"2\":\"MENU_ITEM_WEB_SEARCH\",\"4\":\"MENU_ITEM_PROCESS_TEXT\"}},\"android.webkit.WebView.RendererPriority\":{\"flag\":false,\"values\":{\"0\":\"RENDERER_PRIORITY_WAIVED\",\"1\":\"RENDERER_PRIORITY_BOUND\",\"2\":\"RENDERER_PRIORITY_IMPORTANT\"}},\"android.webkit.WebViewClient.SafeBrowsingThreat\":{\"flag\":false,\"values\":{\"0\":\"SAFE_BROWSING_THREAT_UNKNOWN\",\"1\":\"SAFE_BROWSING_THREAT_MALWARE\",\"2\":\"SAFE_BROWSING_THREAT_PHISHING\",\"3\":\"SAFE_BROWSING_THREAT_UNWANTED_SOFTWARE\",\"4\":\"SAFE_BROWSING_THREAT_BILLING\"}},\"android.widget.AutoCompleteTextView.InputMethodMode\":{\"flag\":false,\"values\":{\"0\":\"INPUT_METHOD_FROM_FOCUSABLE\",\"1\":\"INPUT_METHOD_NEEDED\",\"2\":\"INPUT_METHOD_NOT_NEEDED\"}},\"android.widget.DatePicker.DatePickerMode\":{\"flag\":false,\"values\":{\"1\":\"MODE_SPINNER\",\"2\":\"MODE_CALENDAR\"}},\"android.widget.EdgeEffect.EdgeEffectType\":{\"flag\":false,\"values\":{\"0\":\"TYPE_GLOW\",\"1\":\"TYPE_STRETCH\",\"-1\":\"TYPE_NONE\"}},\"android.widget.Editor.HandleType\":{\"flag\":false,\"values\":{\"0\":\"HANDLE_TYPE_SELECTION_START\",\"1\":\"HANDLE_TYPE_SELECTION_END\"}},\"android.widget.Editor.MagnifierHandleTrigger\":{\"flag\":false,\"values\":{\"0\":\"INSERTION\",\"1\":\"SELECTION_START\",\"2\":\"SELECTION_END\"}},\"android.widget.Editor.TextActionMode\":{\"flag\":false,\"values\":{\"0\":\"SELECTION\",\"1\":\"INSERTION\",\"2\":\"TEXT_LINK\"}},\"android.widget.Editor.UndoInputFilter.MergeMode\":{\"flag\":false,\"values\":{\"0\":\"MERGE_EDIT_MODE_FORCE_MERGE\",\"1\":\"MERGE_EDIT_MODE_NEVER_MERGE\",\"2\":\"MERGE_EDIT_MODE_NORMAL\"}},\"android.widget.EditorTouchState.MultiTapStatus\":{\"flag\":false,\"values\":{\"0\":\"NONE\",\"1\":\"FIRST_TAP\",\"2\":\"DOUBLE_TAP\",\"3\":\"TRIPLE_CLICK\"}},\"android.widget.GridLayout.AlignmentMode\":{\"flag\":false,\"values\":{\"0\":\"ALIGN_BOUNDS\",\"1\":\"ALIGN_MARGINS\"}},\"android.widget.GridLayout.Orientation\":{\"flag\":false,\"values\":{\"0\":\"HORIZONTAL\",\"1\":\"VERTICAL\"}},\"android.widget.GridView.StretchMode\":{\"flag\":false,\"values\":{\"0\":\"NO_STRETCH\",\"1\":\"STRETCH_SPACING\",\"2\":\"STRETCH_COLUMN_WIDTH\",\"3\":\"STRETCH_SPACING_UNIFORM\"}},\"android.widget.LinearLayout.DividerMode\":{\"flag\":true,\"values\":{\"0\":\"SHOW_DIVIDER_NONE\",\"1\":\"SHOW_DIVIDER_BEGINNING\",\"2\":\"SHOW_DIVIDER_MIDDLE\",\"4\":\"SHOW_DIVIDER_END\"}},\"android.widget.LinearLayout.OrientationMode\":{\"flag\":false,\"values\":{\"0\":\"HORIZONTAL\",\"1\":\"VERTICAL\"}},\"android.widget.Magnifier.SourceBound\":{\"flag\":false,\"values\":{\"0\":\"SOURCE_BOUND_MAX_IN_SURFACE\",\"1\":\"SOURCE_BOUND_MAX_VISIBLE\"}},\"android.widget.NumberPicker.OnScrollListener.ScrollState\":{\"flag\":false,\"values\":{\"0\":\"SCROLL_STATE_IDLE\",\"1\":\"SCROLL_STATE_TOUCH_SCROLL\",\"2\":\"SCROLL_STATE_FLING\"}},\"android.widget.RadialTimePickerView.PickerType\":{\"flag\":false,\"values\":{\"0\":\"HOURS\",\"1\":\"MINUTES\"}},\"android.widget.RemoteViews.ApplyFlags\":{\"flag\":true,\"values\":{\"1\":\"FLAG_REAPPLY_DISALLOWED\",\"2\":\"FLAG_WIDGET_IS_COLLECTION_CHILD\",\"4\":\"FLAG_USE_LIGHT_BACKGROUND_LAYOUT\"}},\"android.widget.RemoteViews.MarginType\":{\"flag\":false,\"values\":{\"0\":\"MARGIN_LEFT\",\"1\":\"MARGIN_TOP\",\"2\":\"MARGIN_RIGHT\",\"3\":\"MARGIN_BOTTOM\",\"4\":\"MARGIN_START\",\"5\":\"MARGIN_END\"}},\"android.widget.RemoteViews.RemoteResponse.InteractionType\":{\"flag\":false,\"values\":{\"0\":\"INTERACTION_TYPE_CLICK\",\"1\":\"INTERACTION_TYPE_CHECKED_CHANGE\"}},\"android.widget.RemoteViews.ValueType\":{\"flag\":false,\"values\":{\"1\":\"VALUE_TYPE_RAW\",\"2\":\"VALUE_TYPE_COMPLEX_UNIT\",\"3\":\"VALUE_TYPE_RESOURCE\",\"4\":\"VALUE_TYPE_ATTRIBUTE\"}},\"android.widget.SmartSelectSprite.RectangleList.DisplayType\":{\"flag\":false,\"values\":{\"0\":\"RECTANGLES\",\"1\":\"POLYGON\"}},\"android.widget.SmartSelectSprite.RoundedRectangleShape.ExpansionDirection\":{\"flag\":false,\"values\":{\"0\":\"CENTER\",\"1\":\"RIGHT\",\"-1\":\"LEFT\"}},\"android.widget.TextView.AutoSizeTextType\":{\"flag\":false,\"values\":{\"0\":\"AUTO_SIZE_TEXT_TYPE_NONE\",\"1\":\"AUTO_SIZE_TEXT_TYPE_UNIFORM\"}},\"android.widget.TextView.XMLTypefaceAttr\":{\"flag\":false,\"values\":{\"1\":\"SANS\",\"2\":\"SERIF\",\"3\":\"MONOSPACE\",\"-1\":\"DEFAULT_TYPEFACE\"}},\"android.widget.TimePicker.TimePickerMode\":{\"flag\":false,\"values\":{\"1\":\"MODE_SPINNER\",\"2\":\"MODE_CLOCK\"}},\"android.widget.TimePickerClockDelegate.ChangeSource\":{\"flag\":false,\"values\":{\"0\":\"FROM_EXTERNAL_API\",\"1\":\"FROM_RADIAL_PICKER\",\"2\":\"FROM_INPUT_PICKER\"}},\"android.widget.Toast.Duration\":{\"flag\":false,\"values\":{\"0\":\"LENGTH_SHORT\",\"1\":\"LENGTH_LONG\"}},\"android.window.SplashScreen.SplashScreenStyle\":{\"flag\":false,\"values\":{\"0\":\"SPLASH_SCREEN_STYLE_EMPTY\",\"1\":\"SPLASH_SCREEN_STYLE_ICON\"}},\"android.window.StartingWindowInfo.StartingTypeParams\":{\"flag\":true,\"values\":{\"1\":\"TYPE_PARAMETER_NEW_TASK\",\"2\":\"TYPE_PARAMETER_TASK_SWITCH\",\"4\":\"TYPE_PARAMETER_PROCESS_RUNNING\",\"8\":\"TYPE_PARAMETER_ALLOW_TASK_SNAPSHOT\",\"16\":\"TYPE_PARAMETER_ACTIVITY_CREATED\",\"32\":\"TYPE_PARAMETER_USE_EMPTY_SPLASH_SCREEN\"}},\"android.window.StartingWindowInfo.StartingWindowType\":{\"flag\":true,\"values\":{\"0\":\"STARTING_WINDOW_TYPE_NONE\",\"1\":\"STARTING_WINDOW_TYPE_SPLASH_SCREEN\",\"2\":\"STARTING_WINDOW_TYPE_SNAPSHOT\",\"3\":\"STARTING_WINDOW_TYPE_EMPTY_SPLASH_SCREEN\"}},\"android.window.TransitionInfo.ChangeFlags\":{\"flag\":false,\"values\":{\"0\":\"FLAG_NONE\",\"1\":\"FLAG_SHOW_WALLPAPER\",\"2\":\"FLAG_IS_WALLPAPER\",\"4\":\"FLAG_TRANSLUCENT\",\"8\":\"FLAG_STARTING_WINDOW_TRANSFER_RECIPIENT\",\"16\":\"FLAG_IS_VOICE_INTERACTION\",\"32\":\"FLAG_FIRST_CUSTOM\"}},\"android.window.TransitionInfo.TransitionMode\":{\"flag\":false,\"values\":{\"0\":\"TRANSIT_NONE\",\"1\":\"TRANSIT_OPEN\",\"2\":\"TRANSIT_CLOSE\",\"3\":\"TRANSIT_TO_FRONT\",\"4\":\"TRANSIT_TO_BACK\",\"6\":\"TRANSIT_CHANGE\"}},\"com.android.internal.accessibility.AccessibilityShortcutController.DialogStaus\":{\"flag\":false,\"values\":{\"0\":\"NOT_SHOWN\",\"1\":\"SHOWN\"}},\"com.android.internal.accessibility.common.ShortcutConstants.AccessibilityFragmentType\":{\"flag\":false,\"values\":{\"0\":\"VOLUME_SHORTCUT_TOGGLE\",\"1\":\"INVISIBLE_TOGGLE\",\"2\":\"TOGGLE\",\"3\":\"LAUNCH_ACTIVITY\"}},\"com.android.internal.accessibility.common.ShortcutConstants.ShortcutMenuMode\":{\"flag\":false,\"values\":{\"0\":\"LAUNCH\",\"1\":\"EDIT\"}},\"com.android.internal.accessibility.common.ShortcutConstants.UserShortcutType\":{\"flag\":false,\"values\":{\"0\":\"DEFAULT\",\"1\":\"SOFTWARE\",\"2\":\"HARDWARE\",\"4\":\"TRIPLETAP\"}},\"com.android.internal.app.AbstractMultiProfilePagerAdapter.Profile\":{\"flag\":false,\"values\":{\"0\":\"PROFILE_PERSONAL\",\"1\":\"PROFILE_WORK\"}},\"com.android.internal.app.ChooserActivity.ContentPreviewType\":{\"flag\":false,\"values\":{\"1\":\"CONTENT_PREVIEW_IMAGE\",\"2\":\"CONTENT_PREVIEW_FILE\",\"3\":\"CONTENT_PREVIEW_TEXT\"}},\"com.android.internal.app.ChooserActivity.ShareTargetType\":{\"flag\":false,\"values\":{\"0\":\"TARGET_TYPE_DEFAULT\",\"1\":\"TARGET_TYPE_CHOOSER_TARGET\",\"2\":\"TARGET_TYPE_SHORTCUTS_FROM_SHORTCUT_MANAGER\",\"3\":\"TARGET_TYPE_SHORTCUTS_FROM_PREDICTION_SERVICE\"}},\"com.android.internal.compat.ChangeReporter.Source\":{\"flag\":false,\"values\":{\"0\":\"SOURCE_UNKNOWN_SOURCE\",\"1\":\"SOURCE_APP_PROCESS\",\"2\":\"SOURCE_SYSTEM_SERVER\"}},\"com.android.internal.compat.ChangeReporter.State\":{\"flag\":false,\"values\":{\"0\":\"STATE_UNKNOWN_STATE\",\"1\":\"STATE_ENABLED\",\"2\":\"STATE_DISABLED\",\"3\":\"STATE_LOGGED\"}},\"com.android.internal.compat.OverrideAllowedState.State\":{\"flag\":false,\"values\":{\"0\":\"ALLOWED\",\"1\":\"DISABLED_NOT_DEBUGGABLE\",\"2\":\"DISABLED_NON_TARGET_SDK\",\"3\":\"DISABLED_TARGET_SDK_TOO_HIGH\",\"4\":\"DEFERRED_VERIFICATION\",\"5\":\"LOGGING_ONLY_CHANGE\",\"6\":\"PLATFORM_TOO_OLD\"}},\"com.android.internal.inputmethod.Completable.ValueBase.CompletionState\":{\"flag\":false,\"values\":{\"0\":\"NOT_COMPLETED\",\"1\":\"COMPLETED_WITH_VALUE\",\"2\":\"COMPLETED_WITH_ERROR\"}},\"com.android.internal.inputmethod.SoftInputShowHideReason\":{\"flag\":false,\"values\":{\"0\":\"SHOW_SOFT_INPUT\",\"1\":\"ATTACH_NEW_INPUT\",\"2\":\"SHOW_MY_SOFT_INPUT\",\"3\":\"HIDE_SOFT_INPUT\",\"4\":\"HIDE_MY_SOFT_INPUT\",\"5\":\"SHOW_AUTO_EDITOR_FORWARD_NAV\",\"6\":\"SHOW_STATE_VISIBLE_FORWARD_NAV\",\"7\":\"SHOW_STATE_ALWAYS_VISIBLE\",\"8\":\"SHOW_SETTINGS_ON_CHANGE\",\"9\":\"HIDE_SWITCH_USER\",\"10\":\"HIDE_INVALID_USER\",\"11\":\"HIDE_UNSPECIFIED_WINDOW\",\"12\":\"HIDE_STATE_HIDDEN_FORWARD_NAV\",\"13\":\"HIDE_ALWAYS_HIDDEN_STATE\",\"14\":\"HIDE_RESET_SHELL_COMMAND\",\"15\":\"HIDE_SETTINGS_ON_CHANGE\",\"16\":\"HIDE_POWER_BUTTON_GO_HOME\",\"17\":\"HIDE_DOCKED_STACK_ATTACHED\",\"18\":\"HIDE_RECENTS_ANIMATION\",\"19\":\"HIDE_BUBBLES\",\"20\":\"HIDE_SAME_WINDOW_FOCUSED_WITHOUT_EDITOR\",\"21\":\"HIDE_REMOVE_CLIENT\",\"22\":\"SHOW_RESTORE_IME_VISIBILITY\",\"23\":\"SHOW_TOGGLE_SOFT_INPUT\",\"24\":\"HIDE_TOGGLE_SOFT_INPUT\",\"25\":\"SHOW_SOFT_INPUT_BY_INSETS_API\"}},\"com.android.internal.inputmethod.StartInputFlags\":{\"flag\":true,\"values\":{\"1\":\"VIEW_HAS_FOCUS\",\"2\":\"IS_TEXT_EDITOR\",\"4\":\"INITIAL_CONNECTION\"}},\"com.android.internal.inputmethod.StartInputReason\":{\"flag\":false,\"values\":{\"0\":\"UNSPECIFIED\",\"1\":\"WINDOW_FOCUS_GAIN\",\"2\":\"WINDOW_FOCUS_GAIN_REPORT_WITH_CONNECTION\",\"3\":\"WINDOW_FOCUS_GAIN_REPORT_WITHOUT_CONNECTION\",\"4\":\"APP_CALLED_RESTART_INPUT_API\",\"5\":\"CHECK_FOCUS\",\"6\":\"BOUND_TO_IMMS\",\"7\":\"UNBOUND_FROM_IMMS\",\"8\":\"ACTIVATED_BY_IMMS\",\"9\":\"DEACTIVATED_BY_IMMS\",\"10\":\"SESSION_CREATED_BY_IME\"}},\"com.android.internal.inputmethod.UnbindReason\":{\"flag\":false,\"values\":{\"0\":\"UNSPECIFIED\",\"1\":\"SWITCH_CLIENT\",\"2\":\"SWITCH_IME\",\"3\":\"DISCONNECT_IME\",\"4\":\"NO_IME\",\"5\":\"SWITCH_IME_FAILED\",\"6\":\"SWITCH_USER\"}},\"com.android.internal.jank.FrameTracker.Reasons\":{\"flag\":false,\"values\":{\"0\":\"REASON_END_NORMAL\",\"1\":\"REASON_END_SURFACE_DESTROYED\",\"16\":\"REASON_CANCEL_NORMAL\",\"17\":\"REASON_CANCEL_NOT_BEGUN\",\"18\":\"REASON_CANCEL_SAME_VSYNC\",\"-1\":\"REASON_END_UNKNOWN\"}},\"com.android.internal.jank.InteractionJankMonitor.CujType\":{\"flag\":false,\"values\":{\"0\":\"CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE\",\"1\":\"CUJ_NOTIFICATION_SHADE_EXPAND_COLLAPSE_LOCK\",\"2\":\"CUJ_NOTIFICATION_SHADE_SCROLL_FLING\",\"3\":\"CUJ_NOTIFICATION_SHADE_ROW_EXPAND\",\"4\":\"CUJ_NOTIFICATION_SHADE_ROW_SWIPE\",\"5\":\"CUJ_NOTIFICATION_SHADE_QS_EXPAND_COLLAPSE\",\"6\":\"CUJ_NOTIFICATION_SHADE_QS_SCROLL_SWIPE\",\"7\":\"CUJ_LAUNCHER_APP_LAUNCH_FROM_RECENTS\",\"8\":\"CUJ_LAUNCHER_APP_LAUNCH_FROM_ICON\",\"9\":\"CUJ_LAUNCHER_APP_CLOSE_TO_HOME\",\"10\":\"CUJ_LAUNCHER_APP_CLOSE_TO_PIP\",\"11\":\"CUJ_LAUNCHER_QUICK_SWITCH\",\"12\":\"CUJ_NOTIFICATION_HEADS_UP_APPEAR\",\"13\":\"CUJ_NOTIFICATION_HEADS_UP_DISAPPEAR\",\"14\":\"CUJ_NOTIFICATION_ADD\",\"15\":\"CUJ_NOTIFICATION_REMOVE\",\"16\":\"CUJ_NOTIFICATION_APP_START\",\"17\":\"CUJ_LOCKSCREEN_PASSWORD_APPEAR\",\"18\":\"CUJ_LOCKSCREEN_PATTERN_APPEAR\",\"19\":\"CUJ_LOCKSCREEN_PIN_APPEAR\",\"20\":\"CUJ_LOCKSCREEN_PASSWORD_DISAPPEAR\",\"21\":\"CUJ_LOCKSCREEN_PATTERN_DISAPPEAR\",\"22\":\"CUJ_LOCKSCREEN_PIN_DISAPPEAR\",\"23\":\"CUJ_LOCKSCREEN_TRANSITION_FROM_AOD\",\"24\":\"CUJ_LOCKSCREEN_TRANSITION_TO_AOD\",\"25\":\"CUJ_LAUNCHER_OPEN_ALL_APPS\",\"26\":\"CUJ_LAUNCHER_ALL_APPS_SCROLL\",\"27\":\"CUJ_LAUNCHER_APP_LAUNCH_FROM_WIDGET\",\"28\":\"CUJ_SETTINGS_PAGE_SCROLL\",\"29\":\"CUJ_LOCKSCREEN_UNLOCK_ANIMATION\"}},\"com.android.internal.os.BatteryStatsImpl.ExternalStatsSync.ExternalUpdateFlag\":{\"flag\":true,\"values\":{\"1\":\"UPDATE_CPU\",\"2\":\"UPDATE_WIFI\",\"4\":\"UPDATE_RADIO\",\"8\":\"UPDATE_BT\",\"16\":\"UPDATE_RPM\",\"32\":\"UPDATE_DISPLAY\",\"63\":\"UPDATE_ALL\"}},\"com.android.internal.policy.TaskResizingAlgorithm.CtrlType\":{\"flag\":true,\"values\":{\"0\":\"CTRL_NONE\",\"1\":\"CTRL_LEFT\",\"2\":\"CTRL_RIGHT\",\"4\":\"CTRL_TOP\",\"8\":\"CTRL_BOTTOM\"}},\"com.android.internal.power.MeasuredEnergyStats.StandardPowerBucket\":{\"flag\":false,\"values\":{\"0\":\"POWER_BUCKET_SCREEN_ON\",\"1\":\"POWER_BUCKET_SCREEN_DOZE\",\"2\":\"POWER_BUCKET_SCREEN_OTHER\",\"3\":\"POWER_BUCKET_CPU\",\"4\":\"POWER_BUCKET_WIFI\",\"5\":\"POWER_BUCKET_BLUETOOTH\",\"6\":\"POWER_BUCKET_GNSS\",\"7\":\"POWER_BUCKET_MOBILE_RADIO\",\"-1\":\"POWER_BUCKET_UNKNOWN\"}},\"com.android.internal.util.LatencyTracker.Action\":{\"flag\":false,\"values\":{\"0\":\"ACTION_EXPAND_PANEL\",\"1\":\"ACTION_TOGGLE_RECENTS\",\"2\":\"ACTION_FINGERPRINT_WAKE_AND_UNLOCK\",\"3\":\"ACTION_CHECK_CREDENTIAL\",\"4\":\"ACTION_CHECK_CREDENTIAL_UNLOCKED\",\"5\":\"ACTION_TURN_ON_SCREEN\",\"6\":\"ACTION_ROTATE_SCREEN\",\"7\":\"ACTION_FACE_WAKE_AND_UNLOCK\",\"8\":\"ACTION_START_RECENTS_ANIMATION\",\"9\":\"ACTION_ROTATE_SCREEN_SENSOR\",\"10\":\"ACTION_ROTATE_SCREEN_CAMERA_CHECK\",\"11\":\"ACTION_LOCKSCREEN_UNLOCK\"}},\"com.android.internal.view.InputBindResult.ResultCode\":{\"flag\":false,\"values\":{\"0\":\"SUCCESS_WITH_IME_SESSION\",\"1\":\"SUCCESS_WAITING_IME_SESSION\",\"2\":\"SUCCESS_WAITING_IME_BINDING\",\"4\":\"SUCCESS_REPORT_WINDOW_FOCUS_ONLY\",\"5\":\"ERROR_NULL\",\"6\":\"ERROR_NO_IME\",\"7\":\"ERROR_INVALID_PACKAGE_NAME\",\"8\":\"ERROR_SYSTEM_NOT_READY\",\"9\":\"ERROR_IME_NOT_CONNECTED\",\"10\":\"ERROR_INVALID_USER\",\"11\":\"ERROR_NULL_EDITOR_INFO\",\"12\":\"ERROR_NOT_IME_TARGET_WINDOW\",\"13\":\"ERROR_NO_EDITOR\",\"14\":\"ERROR_DISPLAY_ID_MISMATCH\",\"15\":\"ERROR_INVALID_DISPLAY_ID\",\"16\":\"ERROR_INVALID_CLIENT\"}},\"com.android.internal.view.menu.CascadingMenuPopup.HorizPosition\":{\"flag\":false,\"values\":{\"0\":\"HORIZ_POSITION_LEFT\",\"1\":\"HORIZ_POSITION_RIGHT\"}},\"com.android.internal.widget.LockPatternUtils.CredentialType\":{\"flag\":false,\"values\":{\"1\":\"CREDENTIAL_TYPE_PATTERN\",\"3\":\"CREDENTIAL_TYPE_PIN\",\"4\":\"CREDENTIAL_TYPE_PASSWORD\",\"-1\":\"CREDENTIAL_TYPE_NONE\"}},\"com.android.internal.widget.LockPatternUtils.StrongAuthTracker.StrongAuthFlags\":{\"flag\":true,\"values\":{\"0\":\"STRONG_AUTH_NOT_REQUIRED\",\"1\":\"STRONG_AUTH_REQUIRED_AFTER_BOOT\",\"2\":\"STRONG_AUTH_REQUIRED_AFTER_DPM_LOCK_NOW\",\"4\":\"SOME_AUTH_REQUIRED_AFTER_USER_REQUEST\",\"8\":\"STRONG_AUTH_REQUIRED_AFTER_LOCKOUT\",\"16\":\"STRONG_AUTH_REQUIRED_AFTER_TIMEOUT\",\"32\":\"STRONG_AUTH_REQUIRED_AFTER_USER_LOCKDOWN\",\"128\":\"STRONG_AUTH_REQUIRED_AFTER_NON_STRONG_BIOMETRICS_TIMEOUT\"}},\"com.android.internal.widget.LockPatternUtils.VerifyFlag\":{\"flag\":true,\"values\":{\"1\":\"VERIFY_FLAG_REQUEST_GK_PW_HANDLE\"}},\"com.android.internal.widget.LockSettingsInternal.ArmRebootEscrowErrorCode\":{\"flag\":false,\"values\":{\"0\":\"ARM_REBOOT_ERROR_NONE\",\"1\":\"ARM_REBOOT_ERROR_UNSPECIFIED\",\"2\":\"ARM_REBOOT_ERROR_ESCROW_NOT_READY\",\"3\":\"ARM_REBOOT_ERROR_NO_PROVIDER\",\"4\":\"ARM_REBOOT_ERROR_PROVIDER_MISMATCH\",\"5\":\"ARM_REBOOT_ERROR_NO_ESCROW_KEY\",\"6\":\"ARM_REBOOT_ERROR_KEYSTORE_FAILURE\",\"7\":\"ARM_REBOOT_ERROR_STORE_ESCROW_KEY\"}},\"com.android.internal.widget.MessagingGroup.ImageDisplayLocation\":{\"flag\":false,\"values\":{\"0\":\"IMAGE_DISPLAY_LOCATION_INLINE\",\"1\":\"IMAGE_DISPLAY_LOCATION_AT_END\",\"2\":\"IMAGE_DISPLAY_LOCATION_EXTERNAL\"}},\"com.android.internal.widget.RecyclerView.ItemAnimator.AdapterChanges\":{\"flag\":true,\"values\":{\"2\":\"FLAG_CHANGED\",\"4\":\"FLAG_INVALIDATED\",\"8\":\"FLAG_REMOVED\",\"2048\":\"FLAG_MOVED\",\"4096\":\"FLAG_APPEARED_IN_PRE_LAYOUT\"}},\"com.android.internal.widget.RecyclerView.State.LayoutState\":{\"flag\":true,\"values\":{\"1\":\"STEP_START\",\"2\":\"STEP_LAYOUT\",\"4\":\"STEP_ANIMATIONS\"}},\"com.android.internal.widget.VerifyCredentialResponse.ResponseCode\":{\"flag\":false,\"values\":{\"0\":\"RESPONSE_OK\",\"1\":\"RESPONSE_RETRY\",\"-1\":\"RESPONSE_ERROR\"}},\"com.android.net.module.util.LocationPermissionChecker.LocationPermissionCheckStatus\":{\"flag\":false,\"values\":{\"0\":\"SUCCEEDED\",\"1\":\"ERROR_LOCATION_MODE_OFF\",\"2\":\"ERROR_LOCATION_PERMISSION_MISSING\"}},\"com.android.server.deviceidle.IDeviceIdleConstraint.MinimumState\":{\"flag\":false,\"values\":{\"0\":\"ACTIVE\",\"1\":\"SENSING_OR_ABOVE\"}}}");
-
-/***/ }),
-
-/***/ "HQWB":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("YHKa");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("4d1d266a", content, true, {});
-
-/***/ }),
-
-/***/ "IZHO":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DataView_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("BVdu");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DataView_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DataView_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "Ik4i":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.v-context[data-v-2cae47d4],\n.v-context ul[data-v-2cae47d4] {\n background-color: #fff;\n background-clip: padding-box;\n border-radius: .25rem;\n border: 1px solid rgba(0, 0, 0, .15);\n box-shadow:\n 0 2px 2px 0 rgba(0, 0, 0, .14),\n 0 3px 1px -2px rgba(0, 0, 0, .2),\n 0 1px 5px 0 rgba(0, 0, 0, .12);\n display: block;\n margin: 0;\n padding: 10px 0;\n min-width: 10rem;\n z-index: 1500;\n position: fixed;\n list-style: none;\n box-sizing: border-box;\n max-height: calc(100% - 50px);\n overflow-y: auto\n}\n.v-context>li[data-v-2cae47d4],\n.v-context ul>li[data-v-2cae47d4] {\n margin: 0;\n position: relative\n}\n.v-context>li>a[data-v-2cae47d4],\n.v-context ul>li>a[data-v-2cae47d4] {\n display: block;\n padding: .5rem 1.5rem;\n font-weight: 400;\n color: #212529;\n text-decoration: none;\n white-space: nowrap;\n background-color: transparent;\n border: 0\n}\n.v-context>li>a[data-v-2cae47d4]:focus,\n.v-context>li>a[data-v-2cae47d4]:hover,\n.v-context ul>li>a[data-v-2cae47d4]:focus,\n.v-context ul>li>a[data-v-2cae47d4]:hover {\n text-decoration: none;\n color: #212529;\n background-color: #f8f9fa\n}\n.v-context[data-v-2cae47d4]:focus,\n.v-context>li>a[data-v-2cae47d4]:focus,\n.v-context ul[data-v-2cae47d4]:focus,\n.v-context ul>li>a[data-v-2cae47d4]:focus {\n outline: 0\n}\n.v-context__sub>a[data-v-2cae47d4]:after {\n content: \"\\2BC8\";\n float: right;\n padding-left: 1rem\n}\n.v-context__sub>ul[data-v-2cae47d4] {\n display: none\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "IzfZ":
-/***/ (function(module, exports) {
-
-module.exports = {
- "options": {
- "optimize_for": "LITE_RUNTIME"
- },
- "nested": {
- "org": {
- "nested": {
- "chromium": {
- "nested": {
- "arc": {
- "nested": {
- "wayland_composer": {
- "nested": {
- "TraceFileProto": {
- "fields": {
- "magicNumber": {
- "type": "fixed64",
- "id": 1
- },
- "entry": {
- "rule": "repeated",
- "type": "TraceProto",
- "id": 2
- }
- },
- "nested": {
- "MagicNumber": {
- "values": {
- "INVALID": 0,
- "MAGIC_NUMBER_L": 1414289751,
- "MAGIC_NUMBER_H": 1162035538
- }
- }
- }
- },
- "TraceProto": {
- "fields": {
- "elapsedRealtimeNanos": {
- "type": "fixed64",
- "id": 1
- },
- "where": {
- "type": "string",
- "id": 2
- },
- "state": {
- "type": "OutputStateProto",
- "id": 3
- }
- }
- },
- "OutputStateProto": {
- "fields": {
- "containers": {
- "rule": "repeated",
- "type": "ContainerProto",
- "id": 1
- },
- "fullBounds": {
- "type": "RectProto",
- "id": 2
- }
- }
- },
- "ContainerProto": {
- "fields": {
- "id": {
- "type": "uint64",
- "id": 1
- },
- "name": {
- "type": "string",
- "id": 2
- },
- "waylandSurface": {
- "type": "uint64",
- "id": 3
- },
- "shellSurfaceBufferSize": {
- "type": "SizeProto",
- "id": 4
- },
- "geometry": {
- "type": "RectProto",
- "id": 5
- },
- "backgroundOpacity": {
- "type": "float",
- "id": 6
- },
- "uiScale": {
- "type": "float",
- "id": 7
- },
- "stylusTool": {
- "type": "bool",
- "id": 8
- },
- "layers": {
- "rule": "repeated",
- "type": "LayerProto",
- "id": 9
- },
- "inputMethodWindow": {
- "type": "int32",
- "id": 10,
- "options": {
- "deprecated": true
- }
- },
- "taskId": {
- "type": "int32",
- "id": 11,
- "options": {
- "deprecated": true
- }
- },
- "taskStatus": {
- "type": "TaskStatus",
- "id": 12,
- "options": {
- "deprecated": true
- }
- },
- "waylandSurfaceId": {
- "type": "uint32",
- "id": 13
- },
- "accessibilityId": {
- "type": "int32",
- "id": 14
- },
- "optDisplay": {
- "type": "DisplayProto",
- "id": 15
- },
- "containerType": {
- "type": "ContainerType",
- "id": 16
- },
- "task": {
- "type": "TaskProto",
- "id": 17
- },
- "notification": {
- "type": "NotificationProto",
- "id": 19
- },
- "inputMethod": {
- "type": "InputMethodProto",
- "id": 20
- },
- "system": {
- "type": "SystemProto",
- "id": 21
- }
- },
- "nested": {
- "TaskStatus": {
- "values": {
- "NORMAL": 0,
- "DEAD": 1,
- "IGNORED": 2
- }
- },
- "ContainerType": {
- "values": {
- "UNDEFINED": 0,
- "SYSTEM": 1,
- "TASK": 2,
- "NOTIFICATION": 3,
- "INPUT_METHOD": 4,
- "TOAST": 5
- }
- }
- }
- },
- "DisplayProto": {
- "fields": {
- "displayId": {
- "type": "uint64",
- "id": 1
- }
- }
- },
- "TaskProto": {
- "fields": {
- "packageName": {
- "type": "string",
- "id": 1
- },
- "taskId": {
- "type": "int32",
- "id": 2
- },
- "windowState": {
- "type": "int32",
- "id": 3
- },
- "windowMinSize": {
- "type": "SizeProto",
- "id": 4
- },
- "windowMaxSize": {
- "type": "SizeProto",
- "id": 5
- },
- "windowAspectRatio": {
- "type": "SizeProto",
- "id": 6
- },
- "hasShadow": {
- "type": "bool",
- "id": 7
- },
- "zoomed": {
- "type": "bool",
- "id": 8
- },
- "captionColor": {
- "type": "uint32",
- "id": 9
- },
- "captionVisibility": {
- "type": "int32",
- "id": 10
- },
- "captionString": {
- "type": "string",
- "id": 11
- },
- "captionButtonMaskShown": {
- "type": "uint32",
- "id": 12
- },
- "captionButtonMaskEnabled": {
- "type": "uint32",
- "id": 13
- },
- "underlayColor": {
- "type": "uint32",
- "id": 14
- }
- }
- },
- "NotificationProto": {
- "fields": {
- "notificationId": {
- "type": "string",
- "id": 1
- }
- }
- },
- "SystemProto": {
- "fields": {
- "systemModal": {
- "type": "bool",
- "id": 1
- }
- }
- },
- "InputMethodProto": {
- "fields": {
- "inputMethodWindow": {
- "type": "int32",
- "id": 1
- }
- }
- },
- "LayerProto": {
- "fields": {
- "id": {
- "type": "uint64",
- "id": 1
- },
- "name": {
- "type": "string",
- "id": 2
- },
- "markedForDeletion": {
- "type": "bool",
- "id": 3
- },
- "invalidBufferFormat": {
- "type": "bool",
- "id": 4
- },
- "invalidDataspace": {
- "type": "bool",
- "id": 5
- },
- "invalidTransform": {
- "type": "bool",
- "id": 6
- },
- "invalidBlendMode": {
- "type": "bool",
- "id": 7
- },
- "zOrder": {
- "type": "int32",
- "id": 8
- },
- "visible": {
- "type": "bool",
- "id": 9
- },
- "hidden": {
- "type": "int32",
- "id": 10
- },
- "planeAlpha": {
- "type": "float",
- "id": 11
- },
- "buffer": {
- "type": "uint64",
- "id": 12
- },
- "colorBuffer": {
- "type": "uint64",
- "id": 13
- },
- "transform": {
- "type": "int32",
- "id": 14
- },
- "displayFrameScale": {
- "type": "float",
- "id": 15
- },
- "displayFrameOffset": {
- "type": "PositionProto",
- "id": 16
- },
- "displayFrame": {
- "type": "RectProto",
- "id": 17
- },
- "sourceCrop": {
- "type": "FloatRectProto",
- "id": 18
- },
- "inputDisabled": {
- "type": "bool",
- "id": 19,
- "options": {
- "deprecated": true
- }
- },
- "resizable": {
- "type": "bool",
- "id": 20,
- "options": {
- "deprecated": true
- }
- },
- "occlusionTrackingEnabled": {
- "type": "bool",
- "id": 21
- },
- "hasAndroidShadow": {
- "type": "bool",
- "id": 22,
- "options": {
- "deprecated": true
- }
- },
- "windowId": {
- "type": "int32",
- "id": 23,
- "options": {
- "deprecated": true
- }
- },
- "windowType": {
- "type": "int32",
- "id": 24,
- "options": {
- "deprecated": true
- }
- },
- "taskId": {
- "type": "int32",
- "id": 25,
- "options": {
- "deprecated": true
- }
- },
- "windowState": {
- "type": "int32",
- "id": 26,
- "options": {
- "deprecated": true
- }
- },
- "notificationId": {
- "type": "string",
- "id": 27,
- "options": {
- "deprecated": true
- }
- },
- "windowFrame": {
- "type": "RectProto",
- "id": 28,
- "options": {
- "deprecated": true
- }
- },
- "windowFrameScale": {
- "type": "float",
- "id": 29,
- "options": {
- "deprecated": true
- }
- },
- "windowFrameOffset": {
- "type": "PositionProto",
- "id": 30,
- "options": {
- "deprecated": true
- }
- },
- "scaledWindowFrame": {
- "type": "RectProto",
- "id": 31,
- "options": {
- "deprecated": true
- }
- },
- "inputRegion": {
- "type": "RegionProto",
- "id": 32
- },
- "isCursor": {
- "type": "bool",
- "id": 33,
- "options": {
- "deprecated": true
- }
- },
- "visibleInParent": {
- "type": "bool",
- "id": 34
- },
- "color": {
- "type": "ColorProto",
- "id": 35
- },
- "stylusTool": {
- "type": "bool",
- "id": 36
- },
- "surface": {
- "type": "uint64",
- "id": 37
- },
- "surfaceId": {
- "type": "uint32",
- "id": 38
- },
- "colorBufferId": {
- "type": "uint32",
- "id": 39
- },
- "androidName": {
- "type": "string",
- "id": 41
- },
- "bufferManager": {
- "type": "BufferManagerProto",
- "id": 42
- },
- "compositionType": {
- "type": "int32",
- "id": 43
- },
- "secureEnabled": {
- "type": "bool",
- "id": 44
- },
- "snapshot": {
- "type": "bool",
- "id": 45
- },
- "freezable": {
- "type": "bool",
- "id": 46
- },
- "cursorHotspot": {
- "type": "PositionProto",
- "id": 47
- },
- "cursorType": {
- "type": "int32",
- "id": 48
- },
- "blendMode": {
- "type": "int32",
- "id": 49
- },
- "dataspace": {
- "type": "int32",
- "id": 50
- }
- }
- },
- "BufferManagerProto": {
- "fields": {
- "importedBuffers": {
- "rule": "repeated",
- "type": "uint64",
- "id": 1
- },
- "busyBuffers": {
- "rule": "repeated",
- "type": "BufferProto",
- "id": 2
- },
- "freeBuffers": {
- "rule": "repeated",
- "type": "BufferProto",
- "id": 3
- }
- }
- },
- "BufferProto": {
- "fields": {
- "buffer": {
- "type": "uint64",
- "id": 1
- },
- "wlBuffer": {
- "type": "uint32",
- "id": 2
- },
- "wlSurface": {
- "type": "uint32",
- "id": 3
- }
- }
- },
- "PositionProto": {
- "fields": {
- "x": {
- "type": "float",
- "id": 1
- },
- "y": {
- "type": "float",
- "id": 2
- }
- }
- },
- "SizeProto": {
- "fields": {
- "w": {
- "type": "int32",
- "id": 1
- },
- "h": {
- "type": "int32",
- "id": 2
- }
- }
- },
- "RegionProto": {
- "fields": {
- "rect": {
- "rule": "repeated",
- "type": "RectProto",
- "id": 1
- }
- }
- },
- "RectProto": {
- "fields": {
- "left": {
- "type": "int32",
- "id": 1
- },
- "top": {
- "type": "int32",
- "id": 2
- },
- "right": {
- "type": "int32",
- "id": 3
- },
- "bottom": {
- "type": "int32",
- "id": 4
- }
- }
- },
- "FloatRectProto": {
- "fields": {
- "left": {
- "type": "float",
- "id": 1
- },
- "top": {
- "type": "float",
- "id": 2
- },
- "right": {
- "type": "float",
- "id": 3
- },
- "bottom": {
- "type": "float",
- "id": 4
- }
- }
- },
- "ColorProto": {
- "fields": {
- "r": {
- "type": "float",
- "id": 1
- },
- "g": {
- "type": "float",
- "id": 2
- },
- "b": {
- "type": "float",
- "id": 3
- },
- "a": {
- "type": "float",
- "id": 4
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-/***/ }),
-
-/***/ "KFRG":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("MmP5");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("69172883", content, true, {});
-
-/***/ }),
-
-/***/ "KMSS":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_FlatCard_vue_vue_type_style_index_0_id_67547334_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("S7NB");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_FlatCard_vue_vue_type_style_index_0_id_67547334_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_FlatCard_vue_vue_type_style_index_0_id_67547334_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "KPL+":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Overlay_vue_vue_type_style_index_0_id_dfc1994c_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("wWME");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Overlay_vue_vue_type_style_index_0_id_dfc1994c_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Overlay_vue_vue_type_style_index_0_id_dfc1994c_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "KvBI":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.timeline-svg .point[data-v-10671ccf] {\n cursor: pointer;\n}\n.timeline-svg.disabled .point[data-v-10671ccf] {\n fill: #BDBDBD;\n cursor: not-allowed;\n}\n.timeline-svg:not(.disabled) .point.selected[data-v-10671ccf] {\n fill: rgb(240, 59, 59);\n}\n.timeline-svg.disabled .point.selected[data-v-10671ccf] {\n fill: rgba(240, 59, 59, 0.596);\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "L/qM":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.item[data-v-40d39c0a] {\n display: inline-flex;\n align-items: center;\n width: 100%;\n flex: 1;\n}\n.item .value[data-v-40d39c0a] {\n flex-grow: 1;\n margin: 0 10px;\n}\n.item .help-icon[data-v-40d39c0a] {\n font-size: 15px;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "LMFU":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.wrapper[data-v-3bca1c4b] {\n padding: 0 15px;\n}\n.timeline-svg[data-v-3bca1c4b] {\n cursor: crosshair;\n}\n.timeline-svg .point[data-v-3bca1c4b] {\n fill: #BDBDBD;\n}\n.timeline-svg .point.selection[data-v-3bca1c4b] {\n fill: rgba(240, 59, 59, 0.596);\n cursor: move;\n}\n.timeline-svg .point.selection-edge[data-v-3bca1c4b] {\n fill: rgba(27, 123, 212, 0.596);\n cursor: ew-resize;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "Lvir":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("SXCn");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("c9682fba", content, true, {});
-
-/***/ }),
-
-/***/ "Me3s":
-/***/ (function(module, exports) {
-
-module.exports = {
- "options": {
- "optimize_for": "LITE_RUNTIME"
- },
- "nested": {
- "android": {
- "nested": {
- "surfaceflinger": {
- "nested": {
- "LayersTraceFileProto": {
- "fields": {
- "magicNumber": {
- "type": "fixed64",
- "id": 1
- },
- "entry": {
- "rule": "repeated",
- "type": "LayersTraceProto",
- "id": 2
- }
- },
- "nested": {
- "MagicNumber": {
- "values": {
- "INVALID": 0,
- "MAGIC_NUMBER_L": 1414682956,
- "MAGIC_NUMBER_H": 1162035538
- }
- }
- }
- },
- "LayersTraceProto": {
- "fields": {
- "elapsedRealtimeNanos": {
- "type": "sfixed64",
- "id": 1
- },
- "where": {
- "type": "string",
- "id": 2
- },
- "layers": {
- "type": "LayersProto",
- "id": 3
- },
- "hwcBlob": {
- "type": "string",
- "id": 4
- },
- "excludesCompositionState": {
- "type": "bool",
- "id": 5
- },
- "missedEntries": {
- "type": "uint32",
- "id": 6
- }
- }
- },
- "LayersProto": {
- "fields": {
- "layers": {
- "rule": "repeated",
- "type": "LayerProto",
- "id": 1
- }
- }
- },
- "HwcCompositionType": {
- "values": {
- "INVALID": 0,
- "CLIENT": 1,
- "DEVICE": 2,
- "SOLID_COLOR": 3,
- "CURSOR": 4,
- "SIDEBAND": 5
- }
- },
- "LayerProto": {
- "fields": {
- "id": {
- "type": "int32",
- "id": 1
- },
- "name": {
- "type": "string",
- "id": 2
- },
- "children": {
- "rule": "repeated",
- "type": "int32",
- "id": 3
- },
- "relatives": {
- "rule": "repeated",
- "type": "int32",
- "id": 4
- },
- "type": {
- "type": "string",
- "id": 5
- },
- "transparentRegion": {
- "type": "RegionProto",
- "id": 6
- },
- "visibleRegion": {
- "type": "RegionProto",
- "id": 7
- },
- "damageRegion": {
- "type": "RegionProto",
- "id": 8
- },
- "layerStack": {
- "type": "uint32",
- "id": 9
- },
- "z": {
- "type": "int32",
- "id": 10
- },
- "position": {
- "type": "PositionProto",
- "id": 11
- },
- "requestedPosition": {
- "type": "PositionProto",
- "id": 12
- },
- "size": {
- "type": "SizeProto",
- "id": 13
- },
- "crop": {
- "type": "RectProto",
- "id": 14
- },
- "finalCrop": {
- "type": "RectProto",
- "id": 15,
- "options": {
- "deprecated": true
- }
- },
- "isOpaque": {
- "type": "bool",
- "id": 16
- },
- "invalidate": {
- "type": "bool",
- "id": 17
- },
- "dataspace": {
- "type": "string",
- "id": 18
- },
- "pixelFormat": {
- "type": "string",
- "id": 19
- },
- "color": {
- "type": "ColorProto",
- "id": 20
- },
- "requestedColor": {
- "type": "ColorProto",
- "id": 21
- },
- "flags": {
- "type": "uint32",
- "id": 22
- },
- "transform": {
- "type": "TransformProto",
- "id": 23
- },
- "requestedTransform": {
- "type": "TransformProto",
- "id": 24
- },
- "parent": {
- "type": "int32",
- "id": 25
- },
- "zOrderRelativeOf": {
- "type": "int32",
- "id": 26
- },
- "activeBuffer": {
- "type": "ActiveBufferProto",
- "id": 27
- },
- "queuedFrames": {
- "type": "int32",
- "id": 28
- },
- "refreshPending": {
- "type": "bool",
- "id": 29
- },
- "hwcFrame": {
- "type": "RectProto",
- "id": 30
- },
- "hwcCrop": {
- "type": "FloatRectProto",
- "id": 31
- },
- "hwcTransform": {
- "type": "int32",
- "id": 32
- },
- "windowType": {
- "type": "int32",
- "id": 33,
- "options": {
- "deprecated": true
- }
- },
- "appId": {
- "type": "int32",
- "id": 34,
- "options": {
- "deprecated": true
- }
- },
- "hwcCompositionType": {
- "type": "HwcCompositionType",
- "id": 35
- },
- "isProtected": {
- "type": "bool",
- "id": 36
- },
- "currFrame": {
- "type": "uint64",
- "id": 37
- },
- "barrierLayer": {
- "rule": "repeated",
- "type": "BarrierLayerProto",
- "id": 38
- },
- "bufferTransform": {
- "type": "TransformProto",
- "id": 39
- },
- "effectiveScalingMode": {
- "type": "int32",
- "id": 40
- },
- "cornerRadius": {
- "type": "float",
- "id": 41
- },
- "metadata": {
- "keyType": "int32",
- "type": "bytes",
- "id": 42
- },
- "effectiveTransform": {
- "type": "TransformProto",
- "id": 43
- },
- "sourceBounds": {
- "type": "FloatRectProto",
- "id": 44
- },
- "bounds": {
- "type": "FloatRectProto",
- "id": 45
- },
- "screenBounds": {
- "type": "FloatRectProto",
- "id": 46
- },
- "inputWindowInfo": {
- "type": "InputWindowInfoProto",
- "id": 47
- },
- "cornerRadiusCrop": {
- "type": "FloatRectProto",
- "id": 48
- },
- "shadowRadius": {
- "type": "float",
- "id": 49
- },
- "colorTransform": {
- "type": "ColorTransformProto",
- "id": 50
- },
- "isRelativeOf": {
- "type": "bool",
- "id": 51
- },
- "backgroundBlurRadius": {
- "type": "int32",
- "id": 52
- },
- "ownerUid": {
- "type": "uint32",
- "id": 53
- },
- "blurRegions": {
- "rule": "repeated",
- "type": "BlurRegion",
- "id": 54
- }
- }
- },
- "PositionProto": {
- "fields": {
- "x": {
- "type": "float",
- "id": 1
- },
- "y": {
- "type": "float",
- "id": 2
- }
- }
- },
- "SizeProto": {
- "fields": {
- "w": {
- "type": "int32",
- "id": 1
- },
- "h": {
- "type": "int32",
- "id": 2
- }
- }
- },
- "TransformProto": {
- "fields": {
- "dsdx": {
- "type": "float",
- "id": 1
- },
- "dtdx": {
- "type": "float",
- "id": 2
- },
- "dsdy": {
- "type": "float",
- "id": 3
- },
- "dtdy": {
- "type": "float",
- "id": 4
- },
- "type": {
- "type": "int32",
- "id": 5
- }
- }
- },
- "RegionProto": {
- "fields": {
- "rect": {
- "rule": "repeated",
- "type": "RectProto",
- "id": 2
- }
- },
- "reserved": [
- [
- 1,
- 1
- ]
- ]
- },
- "RectProto": {
- "fields": {
- "left": {
- "type": "int32",
- "id": 1
- },
- "top": {
- "type": "int32",
- "id": 2
- },
- "right": {
- "type": "int32",
- "id": 3
- },
- "bottom": {
- "type": "int32",
- "id": 4
- }
- }
- },
- "FloatRectProto": {
- "fields": {
- "left": {
- "type": "float",
- "id": 1
- },
- "top": {
- "type": "float",
- "id": 2
- },
- "right": {
- "type": "float",
- "id": 3
- },
- "bottom": {
- "type": "float",
- "id": 4
- }
- }
- },
- "ActiveBufferProto": {
- "fields": {
- "width": {
- "type": "uint32",
- "id": 1
- },
- "height": {
- "type": "uint32",
- "id": 2
- },
- "stride": {
- "type": "uint32",
- "id": 3
- },
- "format": {
- "type": "int32",
- "id": 4
- }
- }
- },
- "ColorProto": {
- "fields": {
- "r": {
- "type": "float",
- "id": 1
- },
- "g": {
- "type": "float",
- "id": 2
- },
- "b": {
- "type": "float",
- "id": 3
- },
- "a": {
- "type": "float",
- "id": 4
- }
- }
- },
- "BarrierLayerProto": {
- "fields": {
- "id": {
- "type": "int32",
- "id": 1
- },
- "frameNumber": {
- "type": "uint64",
- "id": 2
- }
- }
- },
- "InputWindowInfoProto": {
- "fields": {
- "layoutParamsFlags": {
- "type": "uint32",
- "id": 1
- },
- "layoutParamsType": {
- "type": "uint32",
- "id": 2
- },
- "frame": {
- "type": "RectProto",
- "id": 3
- },
- "touchableRegion": {
- "type": "RegionProto",
- "id": 4
- },
- "surfaceInset": {
- "type": "uint32",
- "id": 5
- },
- "visible": {
- "type": "bool",
- "id": 6
- },
- "canReceiveKeys": {
- "type": "bool",
- "id": 7,
- "options": {
- "deprecated": true
- }
- },
- "focusable": {
- "type": "bool",
- "id": 8
- },
- "hasWallpaper": {
- "type": "bool",
- "id": 9
- },
- "globalScaleFactor": {
- "type": "float",
- "id": 10
- },
- "windowXScale": {
- "type": "float",
- "id": 11,
- "options": {
- "deprecated": true
- }
- },
- "windowYScale": {
- "type": "float",
- "id": 12,
- "options": {
- "deprecated": true
- }
- },
- "cropLayerId": {
- "type": "uint32",
- "id": 13
- },
- "replaceTouchableRegionWithCrop": {
- "type": "bool",
- "id": 14
- },
- "touchableRegionCrop": {
- "type": "RectProto",
- "id": 15
- },
- "transform": {
- "type": "TransformProto",
- "id": 16
- }
- }
- },
- "ColorTransformProto": {
- "fields": {
- "val": {
- "rule": "repeated",
- "type": "float",
- "id": 1
- }
- }
- },
- "BlurRegion": {
- "fields": {
- "blurRadius": {
- "type": "uint32",
- "id": 1
- },
- "cornerRadiusTl": {
- "type": "uint32",
- "id": 2
- },
- "cornerRadiusTr": {
- "type": "uint32",
- "id": 3
- },
- "cornerRadiusBl": {
- "type": "uint32",
- "id": 4
- },
- "cornerRadiusBr": {
- "type": "float",
- "id": 5
- },
- "alpha": {
- "type": "float",
- "id": 6
- },
- "left": {
- "type": "int32",
- "id": 7
- },
- "top": {
- "type": "int32",
- "id": 8
- },
- "right": {
- "type": "int32",
- "id": 9
- },
- "bottom": {
- "type": "int32",
- "id": 10
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-/***/ }),
-
-/***/ "MlQ0":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LogView_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("fJI6");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LogView_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LogView_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "MmP5":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.data-card > .tree-view {\n border: none;\n}\n.tree-view {\n display: block;\n}\n.tree-view .node {\n display: flex;\n padding: 2px;\n align-items: flex-start;\n}\n.tree-view .node.clickable {\n cursor: pointer;\n}\n.tree-view .node:hover:not(.selected) {\n background: #f1f1f1;\n}\n.tree-view .node:not(.selected).added,\n.tree-view .node:not(.selected).addedMove,\n.tree-view .expand-tree-btn.added,\n.tree-view .expand-tree-btn.addedMove {\n background: #03ff35;\n}\n.tree-view .node:not(.selected).deleted,\n.tree-view .node:not(.selected).deletedMove,\n.tree-view .expand-tree-btn.deleted,\n.tree-view .expand-tree-btn.deletedMove {\n background: #ff6b6b;\n}\n.tree-view .node:not(.selected).modified,\n.tree-view .expand-tree-btn.modified {\n background: cyan;\n}\n.tree-view .node.addedMove:after,\n.tree-view .node.deletedMove:after {\n content: 'moved';\n margin: 0 5px;\n background: #448aff;\n border-radius: 5px;\n padding: 3px;\n color: white;\n}\n.children {\n /* Aligns border with collapse arrows */\n margin-left: 12px;\n padding-left: 11px;\n border-left: 1px solid rgb(238, 238, 238);\n margin-top: 0px;\n}\n.tree-view .node.child-selected + .children {\n border-left: 1px solid #b4b4b4;\n}\n.tree-view .node.selected + .children {\n border-left: 1px solid rgb(200, 200, 200);\n}\n.tree-view .node.child-hover + .children {\n border-left: 1px solid #b4b4b4;\n}\n.tree-view .node.hover + .children {\n border-left: 1px solid rgb(200, 200, 200);\n}\n.kind {\n color: #333;\n font-weight: bold;\n}\n.selected {\n background-color: #365179;\n color: white;\n}\n.childSelected {\n border-left: 1px solid rgb(233, 22, 22)\n}\n.selected .kind {\n color: #e9e9e9;\n}\n.toggle-tree-btn, .expand-tree-btn {\n background: none;\n color: inherit;\n border: none;\n padding: 0;\n font: inherit;\n cursor: pointer;\n outline: inherit;\n}\n.expand-tree-btn {\n margin-left: 5px;\n}\n.expand-tree-btn.child-selected {\n color: #3f51b5;\n}\n.description {\n display: flex;\n flex: 1 1 auto;\n}\n.description > div {\n display: flex;\n flex: 1 1 auto;\n}\n.leaf-node-icon-wrapper {\n width: 24px;\n height: 24px;\n display: inline-flex;\n align-content: center;\n align-items: center;\n justify-content: center;\n}\n.leaf-node-icon {\n content: \"\";\n display: inline-block;\n height: 5px;\n width: 5px;\n margin-top: -2px;\n border-radius: 50%;\n background-color: #9b9b9b;\n}\n\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "NKv0":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("Cq3n");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("6f68be56", content, true, {});
-
-/***/ }),
-
-/***/ "PD+s":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LogEntry_vue_vue_type_style_index_0_id_1fbc7f9b_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("vf3C");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LogEntry_vue_vue_type_style_index_0_id_1fbc7f9b_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_LogEntry_vue_vue_type_style_index_0_id_1fbc7f9b_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "QUHa":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.overlay[data-v-dfc1994c] {\n position: fixed;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0;\n width: 100vw;\n height: 100vh;\n z-index: 10;\n margin: 0;\n display: flex;\n flex-direction: column;\n pointer-events: none;\n}\n.overlay-content[data-v-dfc1994c] {\n flex-grow: 1;\n}\n.bottom-nav[data-v-dfc1994c] {\n background: white;\n margin: 0;\n max-height: 100vh;\n bottom: 0;\n left: 0;\n pointer-events: all;\n}\n.nav-content[data-v-dfc1994c] {\n width: 100%;\n}\n.toolbar[data-v-dfc1994c], .active-timeline[data-v-dfc1994c], .options[data-v-dfc1994c] {\n display: flex;\n flex-direction: row;\n flex: 1;\n align-items: center;\n}\n.toolbar.expanded[data-v-dfc1994c] {\n align-items: baseline;\n}\n.minimized-timeline-content[data-v-dfc1994c] {\n flex-grow: 1;\n}\n.minimized-timeline-content .seek-time[data-v-dfc1994c] {\n padding: 3px 0;\n}\n.options[data-v-dfc1994c], .expanded-content .seek-time[data-v-dfc1994c] {\n padding: 0 20px 15px 20px;\n}\n.options label[data-v-dfc1994c] {\n font-weight: 600;\n}\n.options .datafilter[data-v-dfc1994c] {\n height: 50px;\n display: flex;\n align-items: center;\n}\n.expanded-content[data-v-dfc1994c] {\n display: flex;\n}\n.flex-fill[data-v-dfc1994c] {\n flex-grow: 1;\n}\n.video[data-v-dfc1994c] {\n flex-grow: 0;\n}\n.resize-bar[data-v-dfc1994c] {\n flex-grow: 1;\n}\n.drag-handle[data-v-dfc1994c] {\n cursor: grab;\n}\n.md-icon-button[data-v-dfc1994c] {\n margin: 0;\n}\n.toggle-btn[data-v-dfc1994c] {\n margin-left: 8px;\n align-self: flex-end;\n}\n.video-overlay[data-v-dfc1994c] {\n display: inline-block;\n margin-bottom: 15px;\n min-width: 50px;\n max-width: 50vw;\n height: auto;\n resize: horizontal;\n pointer-events: all;\n}\n.close-video-overlay[data-v-dfc1994c] {\n float: right;\n cursor: pointer;\n}\n.show-video-overlay-btn[data-v-dfc1994c] {\n margin-left: 12px;\n margin-right: -8px;\n align-self: flex-end;\n}\n.show-video-overlay-btn .md-icon[data-v-dfc1994c] {\n color: #9E9E9E!important;\n}\n.collapsed-timeline-icon[data-v-dfc1994c] {\n cursor: pointer;\n}\n.show-video-overlay-btn.active .md-icon[data-v-dfc1994c] {\n color: #212121!important;\n}\n.help[data-v-dfc1994c] {\n display: flex;\n align-content: flex-end;\n align-items: flex-end;\n flex-direction: column;\n}\n.help-icon-wrapper[data-v-dfc1994c] {\n margin-right: 20px;\n margin-bottom: 10px;\n}\n.help-icon-wrapper .help-icon[data-v-dfc1994c] {\n cursor: help;\n}\n.trace-icon[data-v-dfc1994c] {\n cursor: pointer;\n user-select: none;\n}\n.trace-icon.disabled[data-v-dfc1994c] {\n color: gray;\n}\n.active-timeline[data-v-dfc1994c] {\n flex: 0 0 auto;\n}\n.active-timeline .icon[data-v-dfc1994c] {\n margin-right: 20px;\n}\n.active-timeline .active-timeline-icon[data-v-dfc1994c] {\n margin-right: 10px;\n align-self: flex-end;\n margin-bottom: 18px;\n}\n.minimized-timeline-content[data-v-dfc1994c] {\n align-self: flex-start;\n padding-top: 1px;\n}\n.minimized-timeline-content label[data-v-dfc1994c] {\n color: rgba(0,0,0,0.54);\n font-size: 12px;\n font-family: inherit;\n}\n.minimized-timeline-content .minimized-timeline[data-v-dfc1994c] {\n margin-top: 4px;\n}\n.nagivation-style-selection-field[data-v-dfc1994c] {\n width: 90px;\n margin-right: 10px;\n margin-bottom: 0;\n}\n.timeline-selection-header[data-v-dfc1994c] {\n display: flex;\n align-items: center;\n padding-left: 15px;\n height: 48px;\n}\n.help-icon[data-v-dfc1994c] {\n font-size: 15px;\n margin-bottom: 15px;\n cursor: help;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "R3lN":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("XTTb");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("2972f7cd", content, true, {});
-
-/***/ }),
-
-/***/ "S7NB":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("Xa82");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("52424506", content, true, {});
-
-/***/ }),
-
-/***/ "SJk0":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.bad {\n margin: 1em 1em 1em 1em;\n font-size: 4em;\n color: red;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "SXCn":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-exports.push([module.i, "@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap);"]);
-// Module
-exports.push([module.i, "\n#app .md-app-container {\n /* Get rid of tranforms which prevent fixed position from being used */\n transform: none!important;\n min-height: 100vh;\n}\n#app .top-toolbar {\n box-shadow: none;\n background-color: #fff;\n background-color: var(--md-theme-default-background, #fff);\n border-bottom: thin solid rgba(0,0,0,.12);\n padding: 0 40px;\n}\n#app .top-toolbar .md-title {\n font-family: 'Open Sans', sans-serif;\n white-space: nowrap;\n color: #5f6368;\n margin: 0;\n padding: 0;\n font-size: 22px;\n letter-spacing: 0;\n font-weight: 600;\n}\n.data-view {\n display: flex;\n flex-direction: column;\n}\n.card-toolbar {\n border-bottom: 1px solid rgba(0, 0, 0, .12);\n}\n.timeline {\n margin: 16px;\n}\n.container {\n display: flex;\n flex-wrap: wrap;\n}\n.md-button {\n margin-top: 1em\n}\nh1,\nh2 {\n font-weight: normal;\n}\nul {\n list-style-type: none;\n padding: 0;\n}\na {\n color: #42b983;\n}\n.data-inputs {\n display: flex;\n flex-wrap: wrap;\n height: 100%;\n width: 100%;\n align-self: center;\n /* align-items: center; */\n align-content: center;\n justify-content: center;\n}\n.data-inputs .input {\n padding: 15px;\n flex: 1 1 0;\n max-width: 840px;\n /* align-self: center; */\n}\n.data-inputs .input > div {\n height: 100%;\n}\n.data-view-container {\n padding: 25px 20px 0 20px;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "SdS0":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TransactionEntry_vue_vue_type_style_index_0_id_7fa3dcc2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("W7rI");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TransactionEntry_vue_vue_type_style_index_0_id_7fa3dcc2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_TransactionEntry_vue_vue_type_style_index_0_id_7fa3dcc2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "Sxpt":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("ng1V");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("147d502a", content, true, {});
-
-/***/ }),
-
-/***/ "UI3j":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DefaultTreeElement_vue_vue_type_style_index_0_id_13fef0b2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("HQWB");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DefaultTreeElement_vue_vue_type_style_index_0_id_13fef0b2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DefaultTreeElement_vue_vue_type_style_index_0_id_13fef0b2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "UnI0":
-/***/ (function(module, exports) {
-
-module.exports = {
- "options": {
- "java_outer_classname": "InputMethodEditorTraceProto"
- },
- "nested": {
- "android": {
- "options": {
- "java_package": "com.android.incident",
- "java_multiple_files": true
- },
- "nested": {
- "view": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "inputmethod": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "InputMethodClientsTraceFileProto": {
- "fields": {
- "magicNumber": {
- "type": "fixed64",
- "id": 1
- },
- "entry": {
- "rule": "repeated",
- "type": "InputMethodClientsTraceProto",
- "id": 2
- }
- },
- "nested": {
- "MagicNumber": {
- "values": {
- "INVALID": 0,
- "MAGIC_NUMBER_L": 1413696841,
- "MAGIC_NUMBER_H": 1162035538
- }
- }
- }
- },
- "InputMethodClientsTraceProto": {
- "fields": {
- "elapsedRealtimeNanos": {
- "type": "fixed64",
- "id": 1
- },
- "where": {
- "type": "string",
- "id": 2
- },
- "client": {
- "type": "ClientSideProto",
- "id": 3
- }
- },
- "nested": {
- "ClientSideProto": {
- "fields": {
- "displayId": {
- "type": "int32",
- "id": 1
- },
- "inputMethodManager": {
- "type": "InputMethodManagerProto",
- "id": 2
- },
- "viewRootImpl": {
- "type": "ViewRootImplProto",
- "id": 3
- },
- "insetsController": {
- "type": "InsetsControllerProto",
- "id": 4
- },
- "imeInsetsSourceConsumer": {
- "type": "ImeInsetsSourceConsumerProto",
- "id": 5
- },
- "editorInfo": {
- "type": "EditorInfoProto",
- "id": 6
- },
- "imeFocusController": {
- "type": "ImeFocusControllerProto",
- "id": 7
- },
- "inputConnection": {
- "type": "InputConnectionProto",
- "id": 8
- },
- "inputConnectionCall": {
- "type": "InputConnectionCallProto",
- "id": 9
- }
- }
- }
- }
- },
- "InputMethodServiceTraceFileProto": {
- "fields": {
- "magicNumber": {
- "type": "fixed64",
- "id": 1
- },
- "entry": {
- "rule": "repeated",
- "type": "InputMethodServiceTraceProto",
- "id": 2
- }
- },
- "nested": {
- "MagicNumber": {
- "values": {
- "INVALID": 0,
- "MAGIC_NUMBER_L": 1414745417,
- "MAGIC_NUMBER_H": 1162035538
- }
- }
- }
- },
- "InputMethodServiceTraceProto": {
- "fields": {
- "elapsedRealtimeNanos": {
- "type": "fixed64",
- "id": 1
- },
- "where": {
- "type": "string",
- "id": 2
- },
- "inputMethodService": {
- "type": ".android.inputmethodservice.InputMethodServiceProto",
- "id": 3
- }
- }
- },
- "InputMethodManagerServiceTraceFileProto": {
- "fields": {
- "magicNumber": {
- "type": "fixed64",
- "id": 1
- },
- "entry": {
- "rule": "repeated",
- "type": "InputMethodManagerServiceTraceProto",
- "id": 2
- }
- },
- "nested": {
- "MagicNumber": {
- "values": {
- "INVALID": 0,
- "MAGIC_NUMBER_L": 1414352201,
- "MAGIC_NUMBER_H": 1162035538
- }
- }
- }
- },
- "InputMethodManagerServiceTraceProto": {
- "fields": {
- "elapsedRealtimeNanos": {
- "type": "fixed64",
- "id": 1
- },
- "where": {
- "type": "string",
- "id": 2
- },
- "inputMethodManagerService": {
- "type": ".android.server.inputmethod.InputMethodManagerServiceProto",
- "id": 3
- }
- }
- },
- "InputMethodManagerProto": {
- "fields": {
- "curId": {
- "type": "string",
- "id": 1
- },
- "fullscreenMode": {
- "type": "bool",
- "id": 2
- },
- "displayId": {
- "type": "int32",
- "id": 3
- },
- "active": {
- "type": "bool",
- "id": 4
- },
- "servedConnecting": {
- "type": "bool",
- "id": 5
- }
- }
- },
- "EditorInfoProto": {
- "fields": {
- "inputType": {
- "type": "int32",
- "id": 1
- },
- "imeOptions": {
- "type": "int32",
- "id": 2
- },
- "privateImeOptions": {
- "type": "string",
- "id": 3
- },
- "packageName": {
- "type": "string",
- "id": 4
- },
- "fieldId": {
- "type": "int32",
- "id": 5
- },
- "targetInputMethodUserId": {
- "type": "int32",
- "id": 6
- }
- }
- },
- "InputConnectionProto": {
- "fields": {
- "editableText": {
- "type": "string",
- "id": 1,
- "options": {
- "(.android.privacy).dest": "DEST_LOCAL"
- }
- },
- "selectedText": {
- "type": "string",
- "id": 2,
- "options": {
- "(.android.privacy).dest": "DEST_LOCAL"
- }
- },
- "selectedTextStart": {
- "type": "int32",
- "id": 3
- },
- "selectedTextEnd": {
- "type": "int32",
- "id": 4
- },
- "cursorCapsMode": {
- "type": "int32",
- "id": 5
- }
- }
- },
- "InputConnectionCallProto": {
- "oneofs": {
- "methodCall": {
- "oneof": [
- "getTextBeforeCursor",
- "getTextAfterCursor",
- "getSelectedText",
- "getSurroundingText",
- "getCursorCapsMode",
- "getExtractedText"
- ]
- }
- },
- "fields": {
- "getTextBeforeCursor": {
- "type": "GetTextBeforeCursor",
- "id": 1
- },
- "getTextAfterCursor": {
- "type": "GetTextAfterCursor",
- "id": 2
- },
- "getSelectedText": {
- "type": "GetSelectedText",
- "id": 3
- },
- "getSurroundingText": {
- "type": "GetSurroundingText",
- "id": 4
- },
- "getCursorCapsMode": {
- "type": "GetCursorCapsMode",
- "id": 5
- },
- "getExtractedText": {
- "type": "GetExtractedText",
- "id": 6
- }
- },
- "nested": {
- "GetTextBeforeCursor": {
- "fields": {
- "length": {
- "type": "int32",
- "id": 1
- },
- "flags": {
- "type": "int32",
- "id": 2
- },
- "result": {
- "type": "string",
- "id": 3,
- "options": {
- "(.android.privacy).dest": "DEST_LOCAL"
- }
- }
- }
- },
- "GetTextAfterCursor": {
- "fields": {
- "length": {
- "type": "int32",
- "id": 1
- },
- "flags": {
- "type": "int32",
- "id": 2
- },
- "result": {
- "type": "string",
- "id": 3,
- "options": {
- "(.android.privacy).dest": "DEST_LOCAL"
- }
- }
- }
- },
- "GetSelectedText": {
- "fields": {
- "flags": {
- "type": "int32",
- "id": 1
- },
- "result": {
- "type": "string",
- "id": 2,
- "options": {
- "(.android.privacy).dest": "DEST_LOCAL"
- }
- }
- }
- },
- "GetSurroundingText": {
- "fields": {
- "beforeLength": {
- "type": "int32",
- "id": 1
- },
- "afterLength": {
- "type": "int32",
- "id": 2
- },
- "flags": {
- "type": "int32",
- "id": 3
- },
- "result": {
- "type": "SurroundingText",
- "id": 4
- }
- },
- "nested": {
- "SurroundingText": {
- "fields": {
- "text": {
- "type": "string",
- "id": 1,
- "options": {
- "(.android.privacy).dest": "DEST_LOCAL"
- }
- },
- "selectionStart": {
- "type": "int32",
- "id": 2
- },
- "selectionEnd": {
- "type": "int32",
- "id": 3
- },
- "offset": {
- "type": "int32",
- "id": 4
- }
- }
- }
- }
- },
- "GetCursorCapsMode": {
- "fields": {
- "reqModes": {
- "type": "int32",
- "id": 1
- },
- "result": {
- "type": "int32",
- "id": 2
- }
- }
- },
- "GetExtractedText": {
- "fields": {
- "request": {
- "type": "ExtractedTextRequest",
- "id": 1
- },
- "flags": {
- "type": "int32",
- "id": 2
- },
- "result": {
- "type": "string",
- "id": 3,
- "options": {
- "(.android.privacy).dest": "DEST_LOCAL"
- }
- }
- },
- "nested": {
- "ExtractedTextRequest": {
- "fields": {
- "token": {
- "type": "int32",
- "id": 1
- },
- "flags": {
- "type": "int32",
- "id": 2
- },
- "hintMaxLines": {
- "type": "int32",
- "id": 3
- },
- "hintMaxChars": {
- "type": "int32",
- "id": 4
- }
- }
- }
- }
- }
- }
- }
- }
- },
- "ViewRootImplProto": {
- "fields": {
- "view": {
- "type": "string",
- "id": 1
- },
- "displayId": {
- "type": "int32",
- "id": 2
- },
- "appVisible": {
- "type": "bool",
- "id": 3
- },
- "width": {
- "type": "int32",
- "id": 4
- },
- "height": {
- "type": "int32",
- "id": 5
- },
- "isAnimating": {
- "type": "bool",
- "id": 6
- },
- "visibleRect": {
- "type": ".android.graphics.RectProto",
- "id": 7
- },
- "isDrawing": {
- "type": "bool",
- "id": 8
- },
- "added": {
- "type": "bool",
- "id": 9
- },
- "winFrame": {
- "type": ".android.graphics.RectProto",
- "id": 10
- },
- "pendingDisplayCutout": {
- "type": "DisplayCutoutProto",
- "id": 11,
- "options": {
- "deprecated": true
- }
- },
- "lastWindowInsets": {
- "type": "string",
- "id": 12
- },
- "softInputMode": {
- "type": "string",
- "id": 13
- },
- "scrollY": {
- "type": "int32",
- "id": 14
- },
- "curScrollY": {
- "type": "int32",
- "id": 15
- },
- "removed": {
- "type": "bool",
- "id": 16
- },
- "windowAttributes": {
- "type": ".android.view.WindowLayoutParamsProto",
- "id": 17
- }
- }
- },
- "DisplayCutoutProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "insets": {
- "type": ".android.graphics.RectProto",
- "id": 1
- },
- "boundLeft": {
- "type": ".android.graphics.RectProto",
- "id": 3
- },
- "boundTop": {
- "type": ".android.graphics.RectProto",
- "id": 4
- },
- "boundRight": {
- "type": ".android.graphics.RectProto",
- "id": 5
- },
- "boundBottom": {
- "type": ".android.graphics.RectProto",
- "id": 6
- }
- },
- "reserved": [
- [
- 2,
- 2
- ]
- ]
- },
- "WindowLayoutParamsProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "type": {
- "type": "int32",
- "id": 1,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.WindowType"
- }
- },
- "x": {
- "type": "int32",
- "id": 2
- },
- "y": {
- "type": "int32",
- "id": 3
- },
- "width": {
- "type": "int32",
- "id": 4
- },
- "height": {
- "type": "int32",
- "id": 5
- },
- "horizontalMargin": {
- "type": "float",
- "id": 6
- },
- "verticalMargin": {
- "type": "float",
- "id": 7
- },
- "gravity": {
- "type": "int32",
- "id": 8,
- "options": {
- "(.android.typedef)": "android.view.Gravity.GravityFlags"
- }
- },
- "softInputMode": {
- "type": "int32",
- "id": 9,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.SoftInputModeFlags"
- }
- },
- "format": {
- "type": ".android.graphics.PixelFormatProto.Format",
- "id": 10
- },
- "windowAnimations": {
- "type": "int32",
- "id": 11
- },
- "alpha": {
- "type": "float",
- "id": 12
- },
- "screenBrightness": {
- "type": "float",
- "id": 13
- },
- "buttonBrightness": {
- "type": "float",
- "id": 14
- },
- "rotationAnimation": {
- "type": "RotationAnimation",
- "id": 15
- },
- "preferredRefreshRate": {
- "type": "float",
- "id": 16
- },
- "preferredDisplayModeId": {
- "type": "int32",
- "id": 17
- },
- "hasSystemUiListeners": {
- "type": "bool",
- "id": 18
- },
- "inputFeatureFlags": {
- "type": "uint32",
- "id": 19,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.InputFeatureFlags"
- }
- },
- "userActivityTimeout": {
- "type": "int64",
- "id": 20
- },
- "colorMode": {
- "type": "DisplayProto.ColorMode",
- "id": 23
- },
- "flags": {
- "type": "uint32",
- "id": 24,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.Flags"
- }
- },
- "privateFlags": {
- "type": "uint32",
- "id": 26,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.PrivateFlags"
- }
- },
- "systemUiVisibilityFlags": {
- "type": "uint32",
- "id": 27,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.SystemUiVisibilityFlags"
- }
- },
- "subtreeSystemUiVisibilityFlags": {
- "type": "uint32",
- "id": 28,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.SystemUiVisibilityFlags"
- }
- },
- "appearance": {
- "type": "uint32",
- "id": 29,
- "options": {
- "(.android.typedef)": "android.view.WindowInsetsController.Appearance"
- }
- },
- "behavior": {
- "type": "uint32",
- "id": 30,
- "options": {
- "(.android.typedef)": "android.view.WindowInsetsController.Behavior"
- }
- },
- "fitInsetsTypes": {
- "type": "uint32",
- "id": 31,
- "options": {
- "(.android.typedef)": "android.view.WindowInsets.Type.InsetsType"
- }
- },
- "fitInsetsSides": {
- "type": "uint32",
- "id": 32,
- "options": {
- "(.android.typedef)": "android.view.WindowInsets.Side.InsetsSide"
- }
- },
- "fitIgnoreVisibility": {
- "type": "bool",
- "id": 33
- }
- },
- "nested": {
- "RotationAnimation": {
- "values": {
- "ROTATION_ANIMATION_UNSPECIFIED": -1,
- "ROTATION_ANIMATION_CROSSFADE": 1,
- "ROTATION_ANIMATION_JUMPCUT": 2,
- "ROTATION_ANIMATION_SEAMLESS": 3
- }
- }
- }
- },
- "DisplayProto": {
- "fields": {},
- "nested": {
- "ColorMode": {
- "values": {
- "COLOR_MODE_INVALID": -1,
- "COLOR_MODE_DEFAULT": 0,
- "COLOR_MODE_BT601_625": 1,
- "COLOR_MODE_BT601_625_UNADJUSTED": 2,
- "COLOR_MODE_BT601_525": 3,
- "COLOR_MODE_BT601_525_UNADJUSTED": 4,
- "COLOR_MODE_BT709": 5,
- "COLOR_MODE_DCI_P3": 6,
- "COLOR_MODE_SRGB": 7,
- "COLOR_MODE_ADOBE_RGB": 8,
- "COLOR_MODE_DISPLAY_P3": 9
- }
- }
- }
- },
- "InsetsControllerProto": {
- "fields": {
- "state": {
- "type": "InsetsStateProto",
- "id": 1
- },
- "control": {
- "rule": "repeated",
- "type": "InsetsAnimationControlImplProto",
- "id": 2
- }
- }
- },
- "InsetsStateProto": {
- "fields": {
- "sources": {
- "rule": "repeated",
- "type": "InsetsSourceProto",
- "id": 1
- },
- "displayFrame": {
- "type": ".android.graphics.RectProto",
- "id": 2
- },
- "displayCutout": {
- "type": "DisplayCutoutProto",
- "id": 3
- }
- }
- },
- "InsetsSourceProto": {
- "fields": {
- "type": {
- "type": "string",
- "id": 1
- },
- "frame": {
- "type": ".android.graphics.RectProto",
- "id": 2
- },
- "visibleFrame": {
- "type": ".android.graphics.RectProto",
- "id": 3
- },
- "visible": {
- "type": "bool",
- "id": 4
- }
- }
- },
- "InsetsAnimationControlImplProto": {
- "fields": {
- "isCancelled": {
- "type": "bool",
- "id": 1
- },
- "isFinished": {
- "type": "bool",
- "id": 2
- },
- "tmpMatrix": {
- "type": "string",
- "id": 3
- },
- "pendingInsets": {
- "type": "string",
- "id": 4
- },
- "pendingFraction": {
- "type": "float",
- "id": 5
- },
- "shownOnFinish": {
- "type": "bool",
- "id": 6
- },
- "currentAlpha": {
- "type": "float",
- "id": 7
- },
- "pendingAlpha": {
- "type": "float",
- "id": 8
- }
- }
- },
- "ImeInsetsSourceConsumerProto": {
- "fields": {
- "insetsSourceConsumer": {
- "type": "InsetsSourceConsumerProto",
- "id": 1
- },
- "isRequestedVisibleAwaitingControl": {
- "type": "bool",
- "id": 3
- }
- },
- "reserved": [
- [
- 2,
- 2
- ]
- ]
- },
- "InsetsSourceConsumerProto": {
- "fields": {
- "internalInsetsType": {
- "type": "string",
- "id": 1
- },
- "hasWindowFocus": {
- "type": "bool",
- "id": 2
- },
- "isRequestedVisible": {
- "type": "bool",
- "id": 3
- },
- "sourceControl": {
- "type": "InsetsSourceControlProto",
- "id": 4
- },
- "pendingFrame": {
- "type": ".android.graphics.RectProto",
- "id": 5
- },
- "pendingVisibleFrame": {
- "type": ".android.graphics.RectProto",
- "id": 6
- }
- }
- },
- "InsetsSourceControlProto": {
- "fields": {
- "type": {
- "type": "string",
- "id": 1
- },
- "position": {
- "type": ".android.graphics.PointProto",
- "id": 2
- },
- "leash": {
- "type": "SurfaceControlProto",
- "id": 3
- }
- }
- },
- "SurfaceControlProto": {
- "options": {
- "(android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "hashCode": {
- "type": "int32",
- "id": 1
- },
- "name": {
- "type": "string",
- "id": 2,
- "options": {
- "(android.privacy).dest": "DEST_EXPLICIT"
- }
- }
- }
- },
- "ImeFocusControllerProto": {
- "fields": {
- "hasImeFocus": {
- "type": "bool",
- "id": 1
- },
- "servedView": {
- "type": "string",
- "id": 2
- },
- "nextServedView": {
- "type": "string",
- "id": 3
- }
- }
- }
- }
- },
- "graphics": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "RectProto": {
- "options": {
- "(android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "left": {
- "type": "int32",
- "id": 1
- },
- "top": {
- "type": "int32",
- "id": 2
- },
- "right": {
- "type": "int32",
- "id": 3
- },
- "bottom": {
- "type": "int32",
- "id": 4
- }
- }
- },
- "PixelFormatProto": {
- "fields": {},
- "nested": {
- "Format": {
- "values": {
- "UNKNOWN": 0,
- "TRANSLUCENT": -3,
- "TRANSPARENT": -2,
- "OPAQUE": -1,
- "RGBA_8888": 1,
- "RGBX_8888": 2,
- "RGB_888": 3,
- "RGB_565": 4,
- "RGBA_F16": 22,
- "RGBA_1010102": 43
- }
- }
- }
- },
- "PointProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "x": {
- "type": "int32",
- "id": 1
- },
- "y": {
- "type": "int32",
- "id": 2
- }
- }
- }
- }
- },
- "Destination": {
- "values": {
- "DEST_LOCAL": 0,
- "DEST_EXPLICIT": 100,
- "DEST_AUTOMATIC": 200,
- "DEST_UNSET": 255
- }
- },
- "PrivacyFlags": {
- "fields": {
- "dest": {
- "type": "Destination",
- "id": 1,
- "options": {
- "default": "DEST_UNSET"
- }
- },
- "patterns": {
- "rule": "repeated",
- "type": "string",
- "id": 2
- }
- }
- },
- "privacy": {
- "type": "PrivacyFlags",
- "id": 102672883,
- "extend": "google.protobuf.FieldOptions"
- },
- "msgPrivacy": {
- "type": "PrivacyFlags",
- "id": 102672883,
- "extend": "google.protobuf.MessageOptions"
- },
- "typedef": {
- "type": "string",
- "id": 60001,
- "extend": "google.protobuf.FieldOptions"
- },
- "server": {
- "nested": {
- "inputmethod": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "InputMethodManagerServiceProto": {
- "fields": {
- "curMethodId": {
- "type": "string",
- "id": 1
- },
- "curSeq": {
- "type": "int32",
- "id": 2
- },
- "curClient": {
- "type": "string",
- "id": 3
- },
- "curFocusedWindowName": {
- "type": "string",
- "id": 4
- },
- "lastImeTargetWindowName": {
- "type": "string",
- "id": 5
- },
- "curFocusedWindowSoftInputMode": {
- "type": "string",
- "id": 6
- },
- "curAttribute": {
- "type": ".android.view.inputmethod.EditorInfoProto",
- "id": 7
- },
- "curId": {
- "type": "string",
- "id": 8
- },
- "showRequested": {
- "type": "bool",
- "id": 9
- },
- "showExplicitlyRequested": {
- "type": "bool",
- "id": 10
- },
- "showForced": {
- "type": "bool",
- "id": 11
- },
- "inputShown": {
- "type": "bool",
- "id": 12
- },
- "inFullscreenMode": {
- "type": "bool",
- "id": 13
- },
- "curToken": {
- "type": "string",
- "id": 14
- },
- "curTokenDisplayId": {
- "type": "int32",
- "id": 15
- },
- "systemReady": {
- "type": "bool",
- "id": 16
- },
- "lastSwitchUserId": {
- "type": "int32",
- "id": 17
- },
- "haveConnection": {
- "type": "bool",
- "id": 18
- },
- "boundToMethod": {
- "type": "bool",
- "id": 19
- },
- "isInteractive": {
- "type": "bool",
- "id": 20
- },
- "backDisposition": {
- "type": "int32",
- "id": 21
- },
- "imeWindowVisibility": {
- "type": "int32",
- "id": 22
- },
- "showImeWithHardKeyboard": {
- "type": "bool",
- "id": 23
- },
- "accessibilityRequestingNoSoftKeyboard": {
- "type": "bool",
- "id": 24
- }
- }
- }
- }
- }
- }
- },
- "inputmethodservice": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "InputMethodServiceProto": {
- "fields": {
- "softInputWindow": {
- "type": "SoftInputWindowProto",
- "id": 1
- },
- "viewsCreated": {
- "type": "bool",
- "id": 2
- },
- "decorViewVisible": {
- "type": "bool",
- "id": 3
- },
- "decorViewWasVisible": {
- "type": "bool",
- "id": 4
- },
- "windowVisible": {
- "type": "bool",
- "id": 5
- },
- "inShowWindow": {
- "type": "bool",
- "id": 6
- },
- "configuration": {
- "type": "string",
- "id": 7
- },
- "token": {
- "type": "string",
- "id": 8
- },
- "inputBinding": {
- "type": "string",
- "id": 9
- },
- "inputStarted": {
- "type": "bool",
- "id": 10
- },
- "inputViewStarted": {
- "type": "bool",
- "id": 11
- },
- "candidatesViewStarted": {
- "type": "bool",
- "id": 12
- },
- "inputEditorInfo": {
- "type": ".android.view.inputmethod.EditorInfoProto",
- "id": 13
- },
- "showInputRequested": {
- "type": "bool",
- "id": 14
- },
- "lastShowInputRequested": {
- "type": "bool",
- "id": 15
- },
- "showInputFlags": {
- "type": "int32",
- "id": 18
- },
- "candidatesVisibility": {
- "type": "int32",
- "id": 19
- },
- "fullscreenApplied": {
- "type": "bool",
- "id": 20
- },
- "isFullscreen": {
- "type": "bool",
- "id": 21
- },
- "extractViewHidden": {
- "type": "bool",
- "id": 22
- },
- "extractedToken": {
- "type": "int32",
- "id": 23
- },
- "isInputViewShown": {
- "type": "bool",
- "id": 24
- },
- "statusIcon": {
- "type": "int32",
- "id": 25
- },
- "lastComputedInsets": {
- "type": "InsetsProto",
- "id": 26
- },
- "settingsObserver": {
- "type": "string",
- "id": 27
- },
- "inputConnectionCall": {
- "type": ".android.view.inputmethod.InputConnectionCallProto",
- "id": 28
- }
- },
- "reserved": [
- [
- 16,
- 16
- ],
- [
- 17,
- 17
- ]
- ],
- "nested": {
- "InsetsProto": {
- "fields": {
- "contentTopInsets": {
- "type": "int32",
- "id": 1
- },
- "visibleTopInsets": {
- "type": "int32",
- "id": 2
- },
- "touchableInsets": {
- "type": "int32",
- "id": 3
- },
- "touchableRegion": {
- "type": "string",
- "id": 4
- }
- }
- }
- }
- },
- "SoftInputWindowProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "windowType": {
- "type": "int32",
- "id": 2
- },
- "gravity": {
- "type": "int32",
- "id": 3
- },
- "takesFocus": {
- "type": "bool",
- "id": 4
- },
- "bounds": {
- "type": ".android.graphics.RectProto",
- "id": 5
- },
- "windowState": {
- "type": "int32",
- "id": 6
- }
- }
- }
- }
- }
- }
- },
- "google": {
- "nested": {
- "protobuf": {
- "options": {
- "go_package": "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor",
- "java_package": "com.google.protobuf",
- "java_outer_classname": "DescriptorProtos",
- "csharp_namespace": "Google.Protobuf.Reflection",
- "objc_class_prefix": "GPB",
- "cc_enable_arenas": true,
- "optimize_for": "SPEED"
- },
- "nested": {
- "FileDescriptorSet": {
- "fields": {
- "file": {
- "rule": "repeated",
- "type": "FileDescriptorProto",
- "id": 1
- }
- }
- },
- "FileDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "package": {
- "type": "string",
- "id": 2
- },
- "dependency": {
- "rule": "repeated",
- "type": "string",
- "id": 3
- },
- "publicDependency": {
- "rule": "repeated",
- "type": "int32",
- "id": 10,
- "options": {
- "packed": false
- }
- },
- "weakDependency": {
- "rule": "repeated",
- "type": "int32",
- "id": 11,
- "options": {
- "packed": false
- }
- },
- "messageType": {
- "rule": "repeated",
- "type": "DescriptorProto",
- "id": 4
- },
- "enumType": {
- "rule": "repeated",
- "type": "EnumDescriptorProto",
- "id": 5
- },
- "service": {
- "rule": "repeated",
- "type": "ServiceDescriptorProto",
- "id": 6
- },
- "extension": {
- "rule": "repeated",
- "type": "FieldDescriptorProto",
- "id": 7
- },
- "options": {
- "type": "FileOptions",
- "id": 8
- },
- "sourceCodeInfo": {
- "type": "SourceCodeInfo",
- "id": 9
- },
- "syntax": {
- "type": "string",
- "id": 12
- }
- }
- },
- "DescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "field": {
- "rule": "repeated",
- "type": "FieldDescriptorProto",
- "id": 2
- },
- "extension": {
- "rule": "repeated",
- "type": "FieldDescriptorProto",
- "id": 6
- },
- "nestedType": {
- "rule": "repeated",
- "type": "DescriptorProto",
- "id": 3
- },
- "enumType": {
- "rule": "repeated",
- "type": "EnumDescriptorProto",
- "id": 4
- },
- "extensionRange": {
- "rule": "repeated",
- "type": "ExtensionRange",
- "id": 5
- },
- "oneofDecl": {
- "rule": "repeated",
- "type": "OneofDescriptorProto",
- "id": 8
- },
- "options": {
- "type": "MessageOptions",
- "id": 7
- },
- "reservedRange": {
- "rule": "repeated",
- "type": "ReservedRange",
- "id": 9
- },
- "reservedName": {
- "rule": "repeated",
- "type": "string",
- "id": 10
- }
- },
- "nested": {
- "ExtensionRange": {
- "fields": {
- "start": {
- "type": "int32",
- "id": 1
- },
- "end": {
- "type": "int32",
- "id": 2
- },
- "options": {
- "type": "ExtensionRangeOptions",
- "id": 3
- }
- }
- },
- "ReservedRange": {
- "fields": {
- "start": {
- "type": "int32",
- "id": 1
- },
- "end": {
- "type": "int32",
- "id": 2
- }
- }
- }
- }
- },
- "ExtensionRangeOptions": {
- "fields": {
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "FieldDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "number": {
- "type": "int32",
- "id": 3
- },
- "label": {
- "type": "Label",
- "id": 4
- },
- "type": {
- "type": "Type",
- "id": 5
- },
- "typeName": {
- "type": "string",
- "id": 6
- },
- "extendee": {
- "type": "string",
- "id": 2
- },
- "defaultValue": {
- "type": "string",
- "id": 7
- },
- "oneofIndex": {
- "type": "int32",
- "id": 9
- },
- "jsonName": {
- "type": "string",
- "id": 10
- },
- "options": {
- "type": "FieldOptions",
- "id": 8
- }
- },
- "nested": {
- "Type": {
- "values": {
- "TYPE_DOUBLE": 1,
- "TYPE_FLOAT": 2,
- "TYPE_INT64": 3,
- "TYPE_UINT64": 4,
- "TYPE_INT32": 5,
- "TYPE_FIXED64": 6,
- "TYPE_FIXED32": 7,
- "TYPE_BOOL": 8,
- "TYPE_STRING": 9,
- "TYPE_GROUP": 10,
- "TYPE_MESSAGE": 11,
- "TYPE_BYTES": 12,
- "TYPE_UINT32": 13,
- "TYPE_ENUM": 14,
- "TYPE_SFIXED32": 15,
- "TYPE_SFIXED64": 16,
- "TYPE_SINT32": 17,
- "TYPE_SINT64": 18
- }
- },
- "Label": {
- "values": {
- "LABEL_OPTIONAL": 1,
- "LABEL_REQUIRED": 2,
- "LABEL_REPEATED": 3
- }
- }
- }
- },
- "OneofDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "options": {
- "type": "OneofOptions",
- "id": 2
- }
- }
- },
- "EnumDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "value": {
- "rule": "repeated",
- "type": "EnumValueDescriptorProto",
- "id": 2
- },
- "options": {
- "type": "EnumOptions",
- "id": 3
- },
- "reservedRange": {
- "rule": "repeated",
- "type": "EnumReservedRange",
- "id": 4
- },
- "reservedName": {
- "rule": "repeated",
- "type": "string",
- "id": 5
- }
- },
- "nested": {
- "EnumReservedRange": {
- "fields": {
- "start": {
- "type": "int32",
- "id": 1
- },
- "end": {
- "type": "int32",
- "id": 2
- }
- }
- }
- }
- },
- "EnumValueDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "number": {
- "type": "int32",
- "id": 2
- },
- "options": {
- "type": "EnumValueOptions",
- "id": 3
- }
- }
- },
- "ServiceDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "method": {
- "rule": "repeated",
- "type": "MethodDescriptorProto",
- "id": 2
- },
- "options": {
- "type": "ServiceOptions",
- "id": 3
- }
- }
- },
- "MethodDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "inputType": {
- "type": "string",
- "id": 2
- },
- "outputType": {
- "type": "string",
- "id": 3
- },
- "options": {
- "type": "MethodOptions",
- "id": 4
- },
- "clientStreaming": {
- "type": "bool",
- "id": 5,
- "options": {
- "default": false
- }
- },
- "serverStreaming": {
- "type": "bool",
- "id": 6,
- "options": {
- "default": false
- }
- }
- }
- },
- "FileOptions": {
- "fields": {
- "javaPackage": {
- "type": "string",
- "id": 1
- },
- "javaOuterClassname": {
- "type": "string",
- "id": 8
- },
- "javaMultipleFiles": {
- "type": "bool",
- "id": 10,
- "options": {
- "default": false
- }
- },
- "javaGenerateEqualsAndHash": {
- "type": "bool",
- "id": 20,
- "options": {
- "deprecated": true
- }
- },
- "javaStringCheckUtf8": {
- "type": "bool",
- "id": 27,
- "options": {
- "default": false
- }
- },
- "optimizeFor": {
- "type": "OptimizeMode",
- "id": 9,
- "options": {
- "default": "SPEED"
- }
- },
- "goPackage": {
- "type": "string",
- "id": 11
- },
- "ccGenericServices": {
- "type": "bool",
- "id": 16,
- "options": {
- "default": false
- }
- },
- "javaGenericServices": {
- "type": "bool",
- "id": 17,
- "options": {
- "default": false
- }
- },
- "pyGenericServices": {
- "type": "bool",
- "id": 18,
- "options": {
- "default": false
- }
- },
- "phpGenericServices": {
- "type": "bool",
- "id": 42,
- "options": {
- "default": false
- }
- },
- "deprecated": {
- "type": "bool",
- "id": 23,
- "options": {
- "default": false
- }
- },
- "ccEnableArenas": {
- "type": "bool",
- "id": 31,
- "options": {
- "default": false
- }
- },
- "objcClassPrefix": {
- "type": "string",
- "id": 36
- },
- "csharpNamespace": {
- "type": "string",
- "id": 37
- },
- "swiftPrefix": {
- "type": "string",
- "id": 39
- },
- "phpClassPrefix": {
- "type": "string",
- "id": 40
- },
- "phpNamespace": {
- "type": "string",
- "id": 41
- },
- "phpMetadataNamespace": {
- "type": "string",
- "id": 44
- },
- "rubyPackage": {
- "type": "string",
- "id": 45
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 38,
- 38
- ]
- ],
- "nested": {
- "OptimizeMode": {
- "values": {
- "SPEED": 1,
- "CODE_SIZE": 2,
- "LITE_RUNTIME": 3
- }
- }
- }
- },
- "MessageOptions": {
- "fields": {
- "messageSetWireFormat": {
- "type": "bool",
- "id": 1,
- "options": {
- "default": false
- }
- },
- "noStandardDescriptorAccessor": {
- "type": "bool",
- "id": 2,
- "options": {
- "default": false
- }
- },
- "deprecated": {
- "type": "bool",
- "id": 3,
- "options": {
- "default": false
- }
- },
- "mapEntry": {
- "type": "bool",
- "id": 7
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 8,
- 8
- ],
- [
- 9,
- 9
- ]
- ]
- },
- "FieldOptions": {
- "fields": {
- "ctype": {
- "type": "CType",
- "id": 1,
- "options": {
- "default": "STRING"
- }
- },
- "packed": {
- "type": "bool",
- "id": 2
- },
- "jstype": {
- "type": "JSType",
- "id": 6,
- "options": {
- "default": "JS_NORMAL"
- }
- },
- "lazy": {
- "type": "bool",
- "id": 5,
- "options": {
- "default": false
- }
- },
- "deprecated": {
- "type": "bool",
- "id": 3,
- "options": {
- "default": false
- }
- },
- "weak": {
- "type": "bool",
- "id": 10,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 4,
- 4
- ]
- ],
- "nested": {
- "CType": {
- "values": {
- "STRING": 0,
- "CORD": 1,
- "STRING_PIECE": 2
- }
- },
- "JSType": {
- "values": {
- "JS_NORMAL": 0,
- "JS_STRING": 1,
- "JS_NUMBER": 2
- }
- }
- }
- },
- "OneofOptions": {
- "fields": {
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "EnumOptions": {
- "fields": {
- "allowAlias": {
- "type": "bool",
- "id": 2
- },
- "deprecated": {
- "type": "bool",
- "id": 3,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 5,
- 5
- ]
- ]
- },
- "EnumValueOptions": {
- "fields": {
- "deprecated": {
- "type": "bool",
- "id": 1,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "ServiceOptions": {
- "fields": {
- "deprecated": {
- "type": "bool",
- "id": 33,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "MethodOptions": {
- "fields": {
- "deprecated": {
- "type": "bool",
- "id": 33,
- "options": {
- "default": false
- }
- },
- "idempotencyLevel": {
- "type": "IdempotencyLevel",
- "id": 34,
- "options": {
- "default": "IDEMPOTENCY_UNKNOWN"
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "nested": {
- "IdempotencyLevel": {
- "values": {
- "IDEMPOTENCY_UNKNOWN": 0,
- "NO_SIDE_EFFECTS": 1,
- "IDEMPOTENT": 2
- }
- }
- }
- },
- "UninterpretedOption": {
- "fields": {
- "name": {
- "rule": "repeated",
- "type": "NamePart",
- "id": 2
- },
- "identifierValue": {
- "type": "string",
- "id": 3
- },
- "positiveIntValue": {
- "type": "uint64",
- "id": 4
- },
- "negativeIntValue": {
- "type": "int64",
- "id": 5
- },
- "doubleValue": {
- "type": "double",
- "id": 6
- },
- "stringValue": {
- "type": "bytes",
- "id": 7
- },
- "aggregateValue": {
- "type": "string",
- "id": 8
- }
- },
- "nested": {
- "NamePart": {
- "fields": {
- "namePart": {
- "rule": "required",
- "type": "string",
- "id": 1
- },
- "isExtension": {
- "rule": "required",
- "type": "bool",
- "id": 2
- }
- }
- }
- }
- },
- "SourceCodeInfo": {
- "fields": {
- "location": {
- "rule": "repeated",
- "type": "Location",
- "id": 1
- }
- },
- "nested": {
- "Location": {
- "fields": {
- "path": {
- "rule": "repeated",
- "type": "int32",
- "id": 1
- },
- "span": {
- "rule": "repeated",
- "type": "int32",
- "id": 2
- },
- "leadingComments": {
- "type": "string",
- "id": 3
- },
- "trailingComments": {
- "type": "string",
- "id": 4
- },
- "leadingDetachedComments": {
- "rule": "repeated",
- "type": "string",
- "id": 6
- }
- }
- }
- }
- },
- "GeneratedCodeInfo": {
- "fields": {
- "annotation": {
- "rule": "repeated",
- "type": "Annotation",
- "id": 1
- }
- },
- "nested": {
- "Annotation": {
- "fields": {
- "path": {
- "rule": "repeated",
- "type": "int32",
- "id": 1
- },
- "sourceFile": {
- "type": "string",
- "id": 2
- },
- "begin": {
- "type": "int32",
- "id": 3
- },
- "end": {
- "type": "int32",
- "id": 4
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-/***/ }),
-
-/***/ "Vtdi":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-// ESM COMPAT FLAG
-__webpack_require__.r(__webpack_exports__);
-
-// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.min.js
-var vue_runtime_min = __webpack_require__("XfhM");
-var vue_runtime_min_default = /*#__PURE__*/__webpack_require__.n(vue_runtime_min);
-
-// EXTERNAL MODULE: ./node_modules/vuex/dist/vuex.esm.js
-var vuex_esm = __webpack_require__("L2JU");
-
-// EXTERNAL MODULE: ./node_modules/vue-material/dist/vue-material.js
-var vue_material = __webpack_require__("Q/mQ");
-var vue_material_default = /*#__PURE__*/__webpack_require__.n(vue_material);
-
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=template&id=620a2844&
-var Appvue_type_template_id_620a2844_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{"id":"app"}},[_c('md-app',[_c('md-app-toolbar',{staticClass:"top-toolbar",attrs:{"md-tag":"md-toolbar"}},[_c('h1',{staticClass:"md-title",staticStyle:{"flex":"1"}},[_vm._v(_vm._s(_vm.title))]),_vm._v(" "),(_vm.dataLoaded)?_c('md-button',{staticClass:"md-primary md-theme-default download-all-btn",on:{"click":function($event){return _vm.downloadAsZip(_vm.files)}}},[_vm._v("Download All")]):_vm._e(),_vm._v(" "),(_vm.dataLoaded)?_c('md-button',{staticClass:"md-accent md-raised md-theme-default clear-btn",staticStyle:{"box-shadow":"none"},on:{"click":function($event){return _vm.clear()}}},[_vm._v("Clear")]):_vm._e()],1),_vm._v(" "),_c('md-app-content',{staticClass:"main-content",style:(_vm.mainContentStyle)},[(!_vm.dataLoaded)?_c('section',{staticClass:"data-inputs"},[_c('div',{staticClass:"input"},[_c('dataadb',{ref:"adb",staticClass:"adbinput",attrs:{"store":_vm.store},on:{"dataReady":_vm.onDataReady,"statusChange":_vm.setStatus}})],1),_vm._v(" "),_c('div',{staticClass:"input"},[_c('datainput',{ref:"input",staticClass:"fileinput",attrs:{"store":_vm.store},on:{"dataReady":_vm.onDataReady,"statusChange":_vm.setStatus}})],1)]):_vm._e(),_vm._v(" "),_c('section',{staticClass:"data-view"},[_vm._l((_vm.dataViewFiles),function(file){return _c('div',{key:file.type,staticClass:"data-view-container"},[_c('dataview',{ref:file.type,refInFor:true,attrs:{"store":_vm.store,"file":file},on:{"click":function($event){return _vm.onDataViewFocus(file)}}})],1)}),_vm._v(" "),(_vm.dataLoaded)?_c('overlay',{ref:_vm.overlayRef,attrs:{"store":_vm.store},on:{"bottom-nav-height-change":_vm.handleBottomNavHeightChange}}):_vm._e()],2)])],1)],1)}
-var staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/App.vue?vue&type=template&id=620a2844&
-
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/Overlay.vue?vue&type=template&id=dfc1994c&scoped=true&
-var Overlayvue_type_template_id_dfc1994c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.hasTimeline || _vm.video)?_c('div',{staticClass:"overlay"},[_c('div',{ref:"overlayContent",staticClass:"overlay-content"},[(_vm.video)?_c('draggable-div',{directives:[{name:"show",rawName:"v-show",value:(_vm.minimized && _vm.showVideoOverlay),expression:"minimized && showVideoOverlay"}],ref:"videoOverlay",staticClass:"video-overlay",style:(_vm.videoOverlayStyle),attrs:{"position":"bottomLeft","asyncLoad":true,"resizeable":true},on:{"requestExtraWidth":_vm.updateVideoOverlayWidth}},[_c('template',{slot:"header"},[_c('div',{staticClass:"close-video-overlay",on:{"click":_vm.closeVideoOverlay}},[_c('md-icon',[_vm._v("\n close\n "),_c('md-tooltip',{attrs:{"md-direction":"right"}},[_vm._v("Close video overlay")])],1)],1)]),_vm._v(" "),_c('template',{slot:"main"},[_c('div',{ref:"overlayVideoContainer"},[_c('videoview',{ref:"video",attrs:{"file":_vm.video,"height":_vm.videoHeight},on:{"loaded":_vm.videoLoaded}})],1)])],2):_vm._e()],1),_vm._v(" "),(_vm.hasTimeline || (_vm.video && !_vm.showVideoOverlay))?_c('md-bottom-bar',{ref:"bottomNav",staticClass:"bottom-nav"},[_c('div',{staticClass:"nav-content"},[_c('div',{},[_c('md-toolbar',{staticClass:"md-transparent",attrs:{"md-elevation":"0"}},[_c('div',{staticClass:"toolbar",class:{ expanded: _vm.expanded }},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.expanded),expression:"expanded"}],staticClass:"resize-bar"},[(_vm.video)?_c('div',{on:{"mousedown":_vm.resizeBottomNav}},[_c('md-icon',{staticClass:"drag-handle"},[_vm._v("\n drag_handle\n "),_c('md-tooltip',{attrs:{"md-direction":"top"}},[_vm._v("resize")])],1)],1):_vm._e()]),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.minimized),expression:"minimized"}],staticClass:"active-timeline"},[_c('div',{staticClass:"active-timeline-icon",on:{"click":function($event){_vm.$refs.navigationTypeSelection.$el
- .querySelector('input').click()}}},[_c('md-icon',{staticClass:"collapsed-timeline-icon"},[_vm._v("\n "+_vm._s(_vm.collapsedTimelineIcon)+"\n "),_c('md-tooltip',[_vm._v("\n "+_vm._s(_vm.collapsedTimelineIconTooltip)+"\n ")])],1)],1),_vm._v(" "),_c('md-field',{ref:"navigationTypeSelection",staticClass:"nagivation-style-selection-field"},[_c('label',[_vm._v("Navigation")]),_vm._v(" "),_c('md-select',{attrs:{"name":"navigationStyle","md-dense":""},model:{value:(_vm.navigationStyle),callback:function ($$v) {_vm.navigationStyle=$$v},expression:"navigationStyle"}},[_c('md-icon-option',{attrs:{"value":_vm.NAVIGATION_STYLE.GLOBAL,"icon":"public","desc":"Consider all timelines for navigation"}}),_vm._v(" "),_c('md-icon-option',{attrs:{"value":_vm.NAVIGATION_STYLE.FOCUSED,"icon":_vm.TRACE_ICONS[_vm.focusedFile.type],"desc":("Automatically switch what timeline is considered\n for navigation based on what is visible on screen.\n Currently " + (_vm.focusedFile.type) + ".")}}),_vm._v(" "),_c('md-icon-option',{attrs:{"value":_vm.NAVIGATION_STYLE.CUSTOM,"icon":"dashboard_customize","desc":"Considers only the enabled timelines for\n navigation. Expand the bottom bar to toggle\n timelines."}}),_vm._v(" "),_c('md-optgroup',{attrs:{"label":"Targeted"}},_vm._l((_vm.timelineFiles),function(file){return _c('md-icon-option',{key:file.type,attrs:{"value":(_vm.NAVIGATION_STYLE.TARGETED) + "-" +
- "" + (file.type),"displayValue":file.type,"shortValue":_vm.NAVIGATION_STYLE.TARGETED,"icon":_vm.TRACE_ICONS[file.type],"desc":"Only consider " + (file.type) + " " +
- 'for timeline navigation.'}})}),1)],1)],1)],1),_vm._v(" "),(_vm.hasTimeline)?_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.minimized),expression:"minimized"}],staticClass:"minimized-timeline-content"},[_c('label',[_vm._v("\n "+_vm._s(_vm.seekTime)+"\n ")]),_vm._v(" "),_c('timeline',{staticClass:"minimized-timeline",attrs:{"timeline":Object.freeze(_vm.minimizedTimeline.timeline),"selected-index":_vm.minimizedTimeline.selectedIndex,"scale":_vm.scale,"crop":_vm.crop}})],1):_vm._e(),_vm._v(" "),_c('md-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.minimized),expression:"minimized"}],staticClass:"md-icon-button show-video-overlay-btn",class:{active: _vm.minimized && _vm.showVideoOverlay},staticStyle:{"margin-bottom":"10px"},on:{"click":_vm.toggleVideoOverlay}},[_c('i',{staticClass:"md-icon md-icon-font"},[_vm._v("\n featured_video\n ")]),_vm._v(" "),_c('md-tooltip',{attrs:{"md-direction":"top"}},[(_vm.showVideoOverlay)?_c('span',[_vm._v("Hide video overlay")]):_c('span',[_vm._v("Show video overlay")])])],1),_vm._v(" "),_c('md-button',{staticClass:"md-icon-button toggle-btn",staticStyle:{"margin-bottom":"10px"},on:{"click":_vm.toggle}},[(_vm.minimized)?_c('md-icon',[_vm._v("\n expand_less\n "),_c('md-tooltip',{attrs:{"md-direction":"top"}},[_vm._v("Expand timeline")])],1):_c('md-icon',[_vm._v("\n expand_more\n "),_c('md-tooltip',{attrs:{"md-direction":"top"}},[_vm._v("Collapse timeline")])],1)],1)],1)]),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.expanded),expression:"expanded"}],staticClass:"expanded-content"},[_c('div',{attrs:{"v-if":_vm.video}},[_c('div',{ref:"expandedContentVideoContainer",staticClass:"expanded-content-video"})]),_vm._v(" "),_c('div',{staticClass:"flex-fill"},[_c('div',{ref:"expandedTimeline",style:(("padding-top: " + _vm.resizeOffset + "px;"))},[(_vm.seekTime)?_c('div',{staticClass:"seek-time"},[_c('b',[_vm._v("Seek time")]),_vm._v(": "+_vm._s(_vm.seekTime)+"\n ")]):_vm._e(),_vm._v(" "),_c('timelines',{attrs:{"timelineFiles":_vm.timelineFiles,"scale":_vm.scale,"crop":_vm.crop,"cropIntent":_vm.cropIntent},on:{"crop":_vm.onTimelineCrop}}),_vm._v(" "),_c('div',{staticClass:"timeline-selection"},[_c('div',{staticClass:"timeline-selection-header"},[_c('label',[_vm._v("Timeline Area Selection")]),_vm._v(" "),_c('span',{staticClass:"material-icons help-icon"},[_vm._v("\n help_outline\n "),_c('md-tooltip',{attrs:{"md-direction":"right"}},[_vm._v("\n Select the area of the timeline to focus on.\n Click and drag to select.\n ")])],1),_vm._v(" "),(_vm.isCropped)?_c('md-button',{staticClass:"md-primary",nativeOn:{"click":function($event){return _vm.clearSelection($event)}}},[_vm._v("\n Clear selection\n ")]):_vm._e()],1),_vm._v(" "),_c('timeline-selection',{attrs:{"timeline":_vm.mergedTimeline.timeline,"start-timestamp":0,"end-timestamp":0,"scale":_vm.scale,"cropArea":_vm.crop},on:{"crop":_vm.onTimelineCrop,"cropIntent":_vm.onTimelineCropIntent,"showVideoAt":_vm.changeVideoTimestamp,"resetVideoTimestamp":_vm.resetVideoTimestamp}})],1),_vm._v(" "),(!_vm.minimized)?_c('div',{staticClass:"help"},[_c('div',{staticClass:"help-icon-wrapper"},[_c('span',{staticClass:"material-icons help-icon"},[_vm._v("\n help_outline\n "),_c('md-tooltip',{attrs:{"md-direction":"left"}},[_vm._v("\n Click on icons to disable timelines\n ")])],1)])]):_vm._e()],1)])])],1)])]):_vm._e()],1):_vm._e()}
-var Overlayvue_type_template_id_dfc1994c_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/Overlay.vue?vue&type=template&id=dfc1994c&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/Timeline.vue?vue&type=template&id=10671ccf&scoped=true&
-var Timelinevue_type_template_id_10671ccf_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{ref:"timeline",staticClass:"timeline-svg",class:{disabled: _vm.disabled},attrs:{"width":"100%","height":"20"}},[_vm._l((_vm.timelineBlocks),function(block,idx){return _c('rect',{key:idx,staticClass:"point",attrs:{"x":((block.startPos) + "%"),"y":"0","width":((block.width) + "%"),"height":_vm.pointHeight,"rx":_vm.corner},on:{"click":_vm.onBlockClick}})}),_vm._v(" "),_c('rect',{staticClass:"point selected",attrs:{"x":((_vm.position(_vm.selected)) + "%"),"y":"0","width":(_vm.pointWidth + "%"),"height":_vm.pointHeight,"rx":_vm.corner}})],2)}
-var Timelinevue_type_template_id_10671ccf_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/Timeline.vue?vue&type=template&id=10671ccf&scoped=true&
-
-// CONCATENATED MODULE: ./src/mixins/Timeline.js
-function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
-
-function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
-
-function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
-
-function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
-
-function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
-
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/**
- * Represents a continuous section of the timeline that is rendered into the
- * timeline svg.
- */
-var Block =
-/**
- * Create a block.
- * @param {number} startPos - The start position of the block as a percentage
- * of the timeline width.
- * @param {number} width - The width of the block as a percentage of the
- * timeline width.
- */
-function Block(startPos, width) {
- _classCallCheck(this, Block);
-
- this.startPos = startPos;
- this.width = width;
-};
-/**
- * This Mixin should only be injected into components which have the following:
- * - An element in the template referenced as 'timeline' (this.$refs.timeline).
- */
-
-
-/* harmony default export */ var Timeline = ({
- name: 'timeline',
- props: {
- /**
- * A 'timeline' as an array of timestamps
- */
- 'timeline': {
- type: Array
- },
-
- /**
- * A scale factor is an array of two elements, the min and max timestamps of
- * the timeline
- */
- 'scale': {
- type: Array
- }
- },
- data: function data() {
- return {
- /**
- * Is a number representing the percentage of the timeline a block should
- * be at a minimum or what percentage of the timeline a single entry takes
- * up when rendered.
- */
- pointWidth: 1
- };
- },
- computed: {
- /**
- * Converts the timeline (list of timestamps) to an array of blocks to be
- * displayed. This is to have fewer elements in the rendered timeline.
- * Instead of having one rect for each timestamp in the timeline we only
- * have one for each continuous segment of the timeline. This is to improve
- * both the Vue patching step's performance and the DOM rendering
- * performance.
- */
- timelineBlocks: function timelineBlocks() {
- var _this$crop$right, _this$crop, _this$crop$left, _this$crop2;
-
- var blocks = []; // The difference in time between two timestamps after which they are no
- // longer rendered as a continuous segment/block.
-
- var overlapDistanceInTs = (this.scale[1] - this.scale[0]) * (((_this$crop$right = (_this$crop = this.crop) === null || _this$crop === void 0 ? void 0 : _this$crop.right) !== null && _this$crop$right !== void 0 ? _this$crop$right : 1) - ((_this$crop$left = (_this$crop2 = this.crop) === null || _this$crop2 === void 0 ? void 0 : _this$crop2.left) !== null && _this$crop$left !== void 0 ? _this$crop$left : 0)) * 1 / (100 - this.pointWidth);
- var blockStartTs = this.timeline[0];
-
- for (var i = 1; i < this.timeline.length; i++) {
- var lastTs = this.timeline[i - 1];
- var ts = this.timeline[i];
-
- if (ts - lastTs > overlapDistanceInTs) {
- var _block = this.generateTimelineBlock(blockStartTs, lastTs);
-
- blocks.push(_block);
- blockStartTs = ts;
- }
- }
-
- var blockEndTs = this.timeline[this.timeline.length - 1];
- var block = this.generateTimelineBlock(blockStartTs, blockEndTs);
- blocks.push(block);
- return Object.freeze(blocks);
- }
- },
- methods: {
- position: function position(item) {
- var pos;
- pos = this.translate(item);
- pos = this.applyCrop(pos);
- return pos * (100 - this.pointWidth);
- },
- translate: function translate(cx) {
- var scale = _toConsumableArray(this.scale);
-
- if (scale[0] >= scale[1]) {
- return cx;
- }
-
- return (cx - scale[0]) / (scale[1] - scale[0]);
- },
- untranslate: function untranslate(pos) {
- var scale = _toConsumableArray(this.scale);
-
- if (scale[0] >= scale[1]) {
- return pos;
- }
-
- return pos * (scale[1] - scale[0]) + scale[0];
- },
- applyCrop: function applyCrop(cx) {
- if (!this.crop) {
- return cx;
- }
-
- return (cx - this.crop.left) / (this.crop.right - this.crop.left);
- },
- unapplyCrop: function unapplyCrop(pos) {
- if (!this.crop) {
- return pos;
- }
-
- return pos * (this.crop.right - this.crop.left) + this.crop.left;
- },
-
- /**
- * Converts a position as a percentage of the timeline width to a timestamp.
- * @param {number} position - target position as a percentage of the
- * timeline's width.
- * @return {number} The index of the closest timestamp in the timeline to
- * the target position.
- */
- positionToTsIndex: function positionToTsIndex(position) {
- var targetTimestamp = position / (100 - this.pointWidth);
- targetTimestamp = this.unapplyCrop(targetTimestamp);
- targetTimestamp = this.untranslate(targetTimestamp); // The index of the timestamp in the timeline that is closest to the
- // targetTimestamp.
-
- var closestTsIndex = this.findClosestTimestampIndexTo(targetTimestamp);
- return closestTsIndex;
- },
- indexOfClosestElementTo: function indexOfClosestElementTo(target, array) {
- var smallestDiff = Math.abs(target - array[0]);
- var closestIndex = 0;
-
- for (var i = 1; i < array.length; i++) {
- var elem = array[i];
-
- if (Math.abs(target - elem) < smallestDiff) {
- closestIndex = i;
- smallestDiff = Math.abs(target - elem);
- }
- }
-
- return closestIndex;
- },
- findClosestTimestampIndexTo: function findClosestTimestampIndexTo(ts) {
- var left = 0;
- var right = this.timeline.length - 1;
- var mid = Math.floor((left + right) / 2);
-
- while (left < right) {
- if (ts < this.timeline[mid]) {
- right = mid - 1;
- } else if (ts > this.timeline[mid]) {
- left = mid + 1;
- } else {
- return mid;
- }
-
- mid = Math.floor((left + right) / 2);
- }
-
- var candidateElements = this.timeline.slice(left - 1, right + 2);
- var closestIndex = this.indexOfClosestElementTo(ts, candidateElements) + (left - 1);
- return closestIndex;
- },
-
- /**
- * Transforms an absolute position in the timeline to a timestamp present in
- * the timeline.
- * @param {number} absolutePosition - Pixels from the left of the timeline.
- * @return {number} The timestamp in the timeline that is closest to the
- * target position.
- */
- absolutePositionAsTimestamp: function absolutePositionAsTimestamp(absolutePosition) {
- var timelineWidth = this.$refs.timeline.clientWidth;
- var position = absolutePosition / timelineWidth * 100;
- return this.timeline[this.positionToTsIndex(position)];
- },
-
- /**
- * Handles the block click event.
- * When a block in the timeline is clicked this function will determine
- * the target timeline index and update the timeline to match this index.
- * @param {MouseEvent} e - The mouse event of the click on a timeline block.
- */
- onBlockClick: function onBlockClick(e) {
- var clickOffset = e.offsetX;
- var timelineWidth = this.$refs.timeline.clientWidth;
- var clickOffsetAsPercentage = clickOffset / timelineWidth * 100;
- var clickedOnTsIndex = this.positionToTsIndex(clickOffsetAsPercentage - this.pointWidth / 2);
-
- if (this.disabled) {
- return;
- }
-
- var timestamp = parseInt(this.timeline[clickedOnTsIndex]);
- this.$store.dispatch('updateTimelineTime', timestamp);
- },
-
- /**
- * Generate a block object that can be used by the timeline SVG to render
- * a transformed block that starts at `startTs` and ends at `endTs`.
- * @param {number} startTs - The timestamp at which the block starts.
- * @param {number} endTs - The timestamp at which the block ends.
- * @return {Block} A block object transformed to the timeline's crop and
- * scale parameter.
- */
- generateTimelineBlock: function generateTimelineBlock(startTs, endTs) {
- var blockWidth = this.position(endTs) - this.position(startTs) + this.pointWidth;
- return Object.freeze(new Block(this.position(startTs), blockWidth));
- }
- }
-});
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/Timeline.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/* harmony default export */ var Timelinevue_type_script_lang_js_ = ({
- name: "timeline",
- // TODO: Add indication of trim, at least for collasped timeline
- props: ["selectedIndex", "crop", "disabled"],
- data: function data() {
- return {
- pointHeight: 15,
- corner: 2
- };
- },
- mixins: [Timeline],
- methods: {},
- computed: {
- timestamps: function timestamps() {
- if (this.timeline.length == 1) {
- return [0];
- }
-
- return this.timeline;
- },
- selected: function selected() {
- return this.timeline[this.selectedIndex];
- }
- }
-});
-// CONCATENATED MODULE: ./src/Timeline.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_Timelinevue_type_script_lang_js_ = (Timelinevue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/Timeline.vue?vue&type=style&index=0&id=10671ccf&scoped=true&lang=css&
-var Timelinevue_type_style_index_0_id_10671ccf_scoped_true_lang_css_ = __webpack_require__("7e6A");
-
-// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
-var componentNormalizer = __webpack_require__("KHd+");
-
-// CONCATENATED MODULE: ./src/Timeline.vue
-
-
-
-
-
-
-/* normalize component */
-
-var component = Object(componentNormalizer["a" /* default */])(
- src_Timelinevue_type_script_lang_js_,
- Timelinevue_type_template_id_10671ccf_scoped_true_render,
- Timelinevue_type_template_id_10671ccf_scoped_true_staticRenderFns,
- false,
- null,
- "10671ccf",
- null
-
-)
-
-/* harmony default export */ var src_Timeline = (component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/Timelines.vue?vue&type=template&id=72921bb2&scoped=true&
-var Timelinesvue_type_template_id_72921bb2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"timelines-container"},[_c('div',{staticClass:"timeline-icons",on:{"mousedown":_vm.mousedownHandler}},_vm._l((_vm.timelineFiles),function(file){return _c('div',{key:file.filename,staticClass:"trace-icon",class:{disabled: file.timelineDisabled},staticStyle:{"cursor":"pointer"},on:{"click":function($event){return _vm.toggleTimeline(file)}}},[_c('i',{staticClass:"material-icons"},[_vm._v("\n "+_vm._s(_vm.TRACE_ICONS[file.type])+"\n "),_c('md-tooltip',{attrs:{"md-direction":"bottom"}},[_vm._v(_vm._s(file.type))])],1)])}),0),_vm._v(" "),_c('div',{ref:"timelinesWrapper",staticClass:"timelines-wrapper"},[_c('md-list',{ref:"timelines",staticClass:"timelines",on:{"mousedown":_vm.mousedownHandler}},_vm._l((_vm.timelineFiles),function(file){return _c('md-list-item',{key:file.filename},[_c('timeline',{staticClass:"timeline",attrs:{"timeline":Object.freeze(file.timeline),"selected-index":file.selectedIndex,"scale":_vm.scale,"crop":_vm.crop,"disabled":file.timelineDisabled}})],1)}),1),_vm._v(" "),_c('div',{staticClass:"selection",style:(_vm.selectionStyle)}),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(this.cropIntent),expression:"this.cropIntent"}],staticClass:"selection-intent",style:(_vm.selectionIntentStyle)})],1)])}
-var Timelinesvue_type_template_id_72921bb2_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/Timelines.vue?vue&type=template&id=72921bb2&scoped=true&
-
-// EXTERNAL MODULE: /home/charlesccchen/code/android/master/frameworks/base/core/proto/android/server/windowmanagertrace.proto
-var windowmanagertrace_proto = __webpack_require__("jneh");
-var windowmanagertrace_proto_default = /*#__PURE__*/__webpack_require__.n(windowmanagertrace_proto);
-
-// EXTERNAL MODULE: /home/charlesccchen/code/android/master/frameworks/base/core/proto/android/internal/protolog.proto
-var protolog_proto = __webpack_require__("w0eh");
-var protolog_proto_default = /*#__PURE__*/__webpack_require__.n(protolog_proto);
-
-// EXTERNAL MODULE: /home/charlesccchen/code/android/master/frameworks/native/services/surfaceflinger/layerproto/layerstrace.proto
-var layerstrace_proto = __webpack_require__("Me3s");
-var layerstrace_proto_default = /*#__PURE__*/__webpack_require__.n(layerstrace_proto);
-
-// EXTERNAL MODULE: /home/charlesccchen/code/android/master/frameworks/native/cmds/surfacereplayer/proto/src/trace.proto
-var trace_proto = __webpack_require__("DwW8");
-var trace_proto_default = /*#__PURE__*/__webpack_require__.n(trace_proto);
-
-// EXTERNAL MODULE: /home/charlesccchen/code/android/master/vendor/google_arc/libs/wayland_service/waylandtrace.proto
-var waylandtrace_proto = __webpack_require__("IzfZ");
-var waylandtrace_proto_default = /*#__PURE__*/__webpack_require__.n(waylandtrace_proto);
-
-// EXTERNAL MODULE: /home/charlesccchen/code/android/master/frameworks/base/packages/SystemUI/src/com/android/systemui/tracing/sysui_trace.proto
-var sysui_trace_proto = __webpack_require__("Aqrh");
-var sysui_trace_proto_default = /*#__PURE__*/__webpack_require__.n(sysui_trace_proto);
-
-// EXTERNAL MODULE: /home/charlesccchen/code/android/master/packages/apps/Launcher3/protos/launcher_trace_file.proto
-var launcher_trace_file_proto = __webpack_require__("DqTH");
-var launcher_trace_file_proto_default = /*#__PURE__*/__webpack_require__.n(launcher_trace_file_proto);
-
-// EXTERNAL MODULE: /home/charlesccchen/code/android/master/frameworks/base/core/proto/android/view/inputmethod/inputmethodeditortrace.proto
-var inputmethodeditortrace_proto = __webpack_require__("UnI0");
-var inputmethodeditortrace_proto_default = /*#__PURE__*/__webpack_require__.n(inputmethodeditortrace_proto);
-
-// EXTERNAL MODULE: ./node_modules/protobufjs/index.js
-var protobufjs = __webpack_require__("+hx4");
-var protobufjs_default = /*#__PURE__*/__webpack_require__.n(protobufjs);
-
-// EXTERNAL MODULE: ./node_modules/lodash.clonedeep/index.js
-var lodash_clonedeep = __webpack_require__("zT9C");
-var lodash_clonedeep_default = /*#__PURE__*/__webpack_require__.n(lodash_clonedeep);
-
-// CONCATENATED MODULE: ./src/utils/diff.js
-function diff_toConsumableArray(arr) { return diff_arrayWithoutHoles(arr) || diff_iterableToArray(arr) || diff_unsupportedIterableToArray(arr) || diff_nonIterableSpread(); }
-
-function diff_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function diff_iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
-
-function diff_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return diff_arrayLikeToArray(arr); }
-
-function _createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = diff_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function diff_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return diff_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return diff_arrayLikeToArray(o, minLen); }
-
-function diff_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-function diff_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
-
-function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
-
-function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
-
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// TODO (b/162300507): Get rid of cloning
-
-var DiffType = Object.freeze({
- NONE: 'none',
- ADDED: 'added',
- DELETED: 'deleted',
- ADDED_MOVE: 'addedMove',
- DELETED_MOVE: 'deletedMove',
- MODIFIED: 'modified'
-});
-function asRawTreeViewObject(obj) {
- var _obj$children$map, _obj$children;
-
- var children = (_obj$children$map = (_obj$children = obj.children) === null || _obj$children === void 0 ? void 0 : _obj$children.map(function (child) {
- return child.rawTreeViewObject;
- })) !== null && _obj$children$map !== void 0 ? _obj$children$map : [];
- return {
- kind: obj.kind,
- name: obj.name,
- shortName: obj.shortName,
- stableId: obj.stableId,
- chips: obj.chips,
- obj: obj.obj,
- children: children,
- ref: obj
- };
-}
-function defaultModifiedCheck(newNode, oldNode) {
- if (!newNode && !oldNode) {
- return false;
- }
-
- if (newNode && !oldNode || !newNode && oldNode) {
- return true;
- }
-
- return JSON.stringify(newNode.obj) !== JSON.stringify(oldNode.obj);
-}
-
-function isPrimitive(test) {
- return test !== Object(test);
-}
-
-var diff_DiffGenerator = /*#__PURE__*/function () {
- function DiffGenerator(tree) {
- diff_classCallCheck(this, DiffGenerator);
-
- if (tree.rawTreeViewObject) {
- this.tree = tree.rawTreeViewObject;
- } else {
- this.tree = tree;
- }
- }
-
- _createClass(DiffGenerator, [{
- key: "compareWith",
- value: function compareWith(tree) {
- if (tree !== null && tree !== void 0 && tree.rawTreeViewObject) {
- this.diffWithTree = tree.rawTreeViewObject;
- } else {
- this.diffWithTree = tree;
- }
-
- return this;
- }
- }, {
- key: "withUniqueNodeId",
- value: function withUniqueNodeId(getNodeId) {
- this.getNodeId = function (node) {
- var id = getNodeId(node);
-
- if (id === null || id === undefined) {
- console.error('Null node ID for node', node);
- throw new Error('Node ID can\'t be null or undefined');
- }
-
- return id;
- };
-
- return this;
- }
- }, {
- key: "withModifiedCheck",
- value: function withModifiedCheck(isModified) {
- this.isModified = isModified;
- return this;
- }
- }, {
- key: "generateDiffTree",
- value: function generateDiffTree() {
- this.newMapping = this._generateIdToNodeMapping(this.tree);
- this.oldMapping = this.diffWithTree ? this._generateIdToNodeMapping(this.diffWithTree) : {};
-
- var diffTrees = this._generateDiffTree(this.tree, this.diffWithTree, [], []);
-
- var diffTree;
-
- if (diffTrees.length > 1) {
- diffTree = {
- kind: '',
- name: 'DiffTree',
- children: diffTrees,
- stableId: 'DiffTree'
- };
- } else {
- diffTree = diffTrees[0];
- }
-
- return Object.freeze(diffTree);
- }
- }, {
- key: "_generateIdToNodeMapping",
- value: function _generateIdToNodeMapping(node, acc) {
- acc = acc || {};
- var nodeId = this.getNodeId(node);
-
- if (acc[nodeId]) {
- throw new Error("Duplicate node id '".concat(nodeId, "' detected..."));
- }
-
- acc[this.getNodeId(node)] = node;
-
- if (node.children) {
- var _iterator = _createForOfIteratorHelper(node.children),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var child = _step.value;
-
- this._generateIdToNodeMapping(child, acc);
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
- }
-
- return acc;
- }
- }, {
- key: "_objIsEmpty",
- value: function _objIsEmpty(obj) {
- return Object.keys(obj).length === 0 && obj.constructor === Object;
- }
- }, {
- key: "_cloneNodeWithoutChildren",
- value: function _cloneNodeWithoutChildren(node) {
- var clone = {};
-
- for (var key in node) {
- if (key !== 'children') {
- var val = node[key];
- clone[key] = isPrimitive(val) ? val : lodash_clonedeep_default()(val);
- }
- }
-
- return clone;
- }
- }, {
- key: "_generateDiffTree",
- value: function _generateDiffTree(newTree, oldTree, newTreeSiblings, oldTreeSiblings) {
- var diffTrees = []; // NOTE: A null ID represents a non existent node.
-
- var newId = newTree ? this.getNodeId(newTree) : null;
- var oldId = oldTree ? this.getNodeId(oldTree) : null;
- var newTreeSiblingIds = newTreeSiblings.map(this.getNodeId);
- var oldTreeSiblingIds = oldTreeSiblings.map(this.getNodeId);
-
- if (newTree) {
- // Deep clone newTree omitting children field
- // Clone is required because trees are frozen objects — we can't
- // modify the original tree object. Also means there is no side effect.
- var diffTree = this._cloneNodeWithoutChildren(newTree); // Default to no changes
-
-
- diffTree.diff = {
- type: DiffType.NONE
- };
-
- if (newId !== oldId) {
- // A move, addition, or deletion has occurred
- var nextOldTree; // Check if newTree has been added or moved
-
- if (!oldTreeSiblingIds.includes(newId)) {
- if (this.oldMapping[newId]) {
- // Objected existed in old tree, the counter party
- // DELETED_MOVE will be/has been flagged and added to the
- // diffTree when visiting it in the oldTree.
- diffTree.diff = {
- type: DiffType.ADDED_MOVE
- }; // TODO: Figure out if oldTree is ever visited now...
- // Switch out oldTree for new one to compare against
-
- nextOldTree = this.oldMapping[newId];
- } else {
- diffTree.diff = {
- type: DiffType.ADDED
- }; // TODO: Figure out if oldTree is ever visited now...
- // Stop comparing against oldTree
-
- nextOldTree = null;
- }
- } // Check if oldTree has been deleted of moved
-
-
- if (oldTree && !newTreeSiblingIds.includes(oldId)) {
- var deletedTreeDiff = this._cloneNodeWithoutChildren(oldTree);
-
- if (this.newMapping[oldId]) {
- deletedTreeDiff.diff = {
- type: DiffType.DELETED_MOVE
- }; // Stop comparing against oldTree, will be/has been
- // visited when object is seen in newTree
-
- nextOldTree = null;
- } else {
- deletedTreeDiff.diff = {
- type: DiffType.DELETED
- }; // Visit all children to check if they have been deleted or moved
-
- deletedTreeDiff.children = this._visitChildren(null, oldTree);
- }
-
- diffTrees.push(deletedTreeDiff);
- }
-
- oldTree = nextOldTree;
- } else {
- // TODO: Always have modified check and add modified tags on top of
- // others
- // NOTE: Doesn't check for moved and modified at the same time
- if (this.isModified && this.isModified(newTree, oldTree)) {
- diffTree.diff = {
- type: DiffType.MODIFIED
- };
- }
- }
-
- diffTree.children = this._visitChildren(newTree, oldTree);
- diffTrees.push(diffTree);
- } else if (oldTree) {
- if (!newTreeSiblingIds.includes(oldId)) {
- // Deep clone oldTree omitting children field
- var _diffTree = this._cloneNodeWithoutChildren(oldTree); // newTree doesn't exists, oldTree has either been moved or deleted.
-
-
- if (this.newMapping[oldId]) {
- _diffTree.diff = {
- type: DiffType.DELETED_MOVE
- };
- } else {
- _diffTree.diff = {
- type: DiffType.DELETED
- };
- }
-
- _diffTree.children = this._visitChildren(null, oldTree);
- diffTrees.push(_diffTree);
- }
- } else {
- throw new Error('Both newTree and oldTree are undefined...');
- }
-
- return diffTrees;
- }
- }, {
- key: "_visitChildren",
- value: function _visitChildren(newTree, oldTree) {
- var _newTree$children$len, _oldTree$children$len;
-
- // Recursively traverse all children of new and old tree.
- var diffChildren = []; // TODO: Try replacing this with some sort of zipWith.
-
- var numOfChildren = Math.max((_newTree$children$len = newTree === null || newTree === void 0 ? void 0 : newTree.children.length) !== null && _newTree$children$len !== void 0 ? _newTree$children$len : 0, (_oldTree$children$len = oldTree === null || oldTree === void 0 ? void 0 : oldTree.children.length) !== null && _oldTree$children$len !== void 0 ? _oldTree$children$len : 0);
-
- for (var i = 0; i < numOfChildren; i++) {
- var _newTree$children, _oldTree$children;
-
- var newChild = i < (newTree === null || newTree === void 0 ? void 0 : newTree.children.length) ? newTree.children[i] : null;
- var oldChild = i < (oldTree === null || oldTree === void 0 ? void 0 : oldTree.children.length) ? oldTree.children[i] : null;
-
- var childDiffTrees = this._generateDiffTree(newChild, oldChild, (_newTree$children = newTree === null || newTree === void 0 ? void 0 : newTree.children) !== null && _newTree$children !== void 0 ? _newTree$children : [], (_oldTree$children = oldTree === null || oldTree === void 0 ? void 0 : oldTree.children) !== null && _oldTree$children !== void 0 ? _oldTree$children : []);
-
- diffChildren.push.apply(diffChildren, diff_toConsumableArray(childDiffTrees));
- }
-
- return diffChildren;
- }
- }]);
-
- return DiffGenerator;
-}();
-// CONCATENATED MODULE: ./src/transform.js
-function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || transform_unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
-
-function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
-
-function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
-
-function transform_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
-
-function transform_createClass(Constructor, protoProps, staticProps) { if (protoProps) transform_defineProperties(Constructor.prototype, protoProps); if (staticProps) transform_defineProperties(Constructor, staticProps); return Constructor; }
-
-function transform_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
-
-function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
-
-function transform_toConsumableArray(arr) { return transform_arrayWithoutHoles(arr) || transform_iterableToArray(arr) || transform_unsupportedIterableToArray(arr) || transform_nonIterableSpread(); }
-
-function transform_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function transform_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return transform_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return transform_arrayLikeToArray(o, minLen); }
-
-function transform_iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
-
-function transform_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return transform_arrayLikeToArray(arr); }
-
-function transform_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-/*
- * Copyright 2017, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- // kind - a type used for categorization of different levels
-// name - name of the node
-// children - list of child entries. Each child entry is pair list
-// [raw object, nested transform function].
-// bounds - used to calculate the full bounds of parents
-// stableId - unique id for an entry. Used to maintain selection across frames.
-
-function transform_transform(_ref) {
- var obj = _ref.obj,
- kind = _ref.kind,
- name = _ref.name,
- shortName = _ref.shortName,
- children = _ref.children,
- timestamp = _ref.timestamp,
- rect = _ref.rect,
- bounds = _ref.bounds,
- highlight = _ref.highlight,
- rectsTransform = _ref.rectsTransform,
- chips = _ref.chips,
- visible = _ref.visible,
- flattened = _ref.flattened,
- stableId = _ref.stableId,
- _ref$freeze = _ref.freeze,
- freeze = _ref$freeze === void 0 ? true : _ref$freeze;
-
- function call(fn, arg) {
- return typeof fn == 'function' ? fn(arg) : fn;
- }
-
- function handleChildren(arg, transform) {
- var _ref2;
-
- return (_ref2 = []).concat.apply(_ref2, transform_toConsumableArray(arg.map(function (item) {
- var childrenFunc = item[0];
- var transformFunc = item[1];
- var childs = call(childrenFunc, obj);
-
- if (childs) {
- if (typeof childs.map != 'function') {
- throw new Error('Childs should be an array, but is: ' + _typeof(childs) + '.');
- }
-
- return transform ? childs.map(transformFunc) : childs;
- } else {
- return [];
- }
- })));
- }
-
- function concat(arg, args, argsmap) {
- var validArg = arg !== undefined && arg !== null;
-
- if (Array.isArray(args)) {
- if (validArg) {
- var _ref3;
-
- return (_ref3 = [arg]).concat.apply(_ref3, transform_toConsumableArray(args.map(argsmap)));
- } else {
- var _ref4;
-
- return (_ref4 = []).concat.apply(_ref4, transform_toConsumableArray(args.map(argsmap)));
- }
- } else if (validArg) {
- return [arg];
- } else {
- return undefined;
- }
- }
-
- var transformedChildren = handleChildren(children, true
- /* transform */
- );
- rectsTransform = rectsTransform === undefined ? function (e) {
- return e;
- } : rectsTransform;
- var kindResolved = call(kind, obj);
- var nameResolved = call(name, obj);
- var shortNameResolved = call(shortName, obj);
- var rectResolved = call(rect, obj); // eslint-disable-next-line max-len
-
- var stableIdResolved = stableId === undefined ? kindResolved + '|-|' + nameResolved : call(stableId, obj);
- var result = {
- kind: kindResolved,
- name: nameResolved,
- shortName: shortNameResolved,
- collapsed: false,
- children: transformedChildren,
- obj: obj,
- timestamp: call(timestamp, obj),
- skip: handleChildren(children, false
- /* transform */
- ),
- bounds: call(bounds, obj) || transformedChildren.map(function (e) {
- return e.bounds;
- }).find(function (e) {
- return true;
- }) || undefined,
- rect: rectResolved,
- rects: rectsTransform(concat(rectResolved, transformedChildren, function (e) {
- return e.rects;
- })),
- highlight: call(highlight, obj),
- chips: call(chips, obj),
- stableId: stableIdResolved,
- visible: call(visible, obj),
- childrenVisible: transformedChildren.some(function (c) {
- return c.childrenVisible || c.visible;
- }),
- flattened: call(flattened, obj)
- };
-
- if (rectResolved) {
- rectResolved.ref = result;
- }
-
- return freeze ? Object.freeze(result) : result;
-}
-
-function getDiff(val, compareVal) {
- if (val && isTerminal(compareVal)) {
- return {
- type: DiffType.ADDED
- };
- } else if (isTerminal(val) && compareVal) {
- return {
- type: DiffType.DELETED
- };
- } else if (compareVal != val) {
- return {
- type: DiffType.MODIFIED
- };
- } else {
- return {
- type: DiffType.NONE
- };
- }
-} // Represents termination of the object traversal,
-// differentiated with a null value in the object.
-
-
-var Terminal = function Terminal() {
- transform_classCallCheck(this, Terminal);
-};
-
-function isTerminal(obj) {
- return obj instanceof Terminal;
-}
-
-var transform_ObjectTransformer = /*#__PURE__*/function () {
- function ObjectTransformer(obj, rootName, stableId) {
- transform_classCallCheck(this, ObjectTransformer);
-
- this.obj = obj;
- this.rootName = rootName;
- this.stableId = stableId;
- this.diff = false;
- }
-
- transform_createClass(ObjectTransformer, [{
- key: "setOptions",
- value: function setOptions(options) {
- this.options = options;
- return this;
- }
- }, {
- key: "withDiff",
- value: function withDiff(obj, fieldOptions) {
- this.diff = true;
- this.compareWithObj = obj !== null && obj !== void 0 ? obj : new Terminal();
- this.compareWithFieldOptions = fieldOptions;
- return this;
- }
- /**
- * Transform the raw JS Object into a TreeView compatible object
- * @param {Object} transformOptions detailed below
- * @param {bool} keepOriginal whether or not to store the original object in
- * the obj property of a tree node for future
- * reference
- * @param {bool} freeze whether or not the returned objected should be frozen
- * to prevent changing any of its properties
- * @param {string} metadataKey the key that contains a node's metadata to be
- * accessible after the transformation
- * @return {Object} the transformed JS object compatible with treeviews.
- */
-
- }, {
- key: "transform",
- value: function transform() {
- var transformOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {
- keepOriginal: false,
- freeze: true,
- metadataKey: null
- };
- var formatter = this.options.formatter;
-
- if (!formatter) {
- throw new Error('Missing formatter, please set with setOptions()');
- }
-
- return this._transform(this.obj, this.rootName, null, this.compareWithObj, this.rootName, null, this.stableId, transformOptions);
- }
- /**
- * @param {Object} obj the object to transform to a treeview compatible object
- * @param {Object} fieldOptions options on how to transform fields
- * @param {*} metadataKey if 'obj' contains this key, it is excluded from the
- * transformation
- * @return {Object} the transformed JS object compatible with treeviews.
- */
-
- }, {
- key: "_transformObject",
- value: function _transformObject(obj, fieldOptions, metadataKey) {
- var _this$options = this.options,
- skip = _this$options.skip,
- formatter = _this$options.formatter;
- var transformedObj = {
- obj: {},
- fieldOptions: {}
- };
- var formatted = undefined;
-
- if (skip && skip.includes(obj)) {// skip
- } else if (formatted = formatter(obj)) {
- // Obj has been formatted into a terminal node — has no children.
- transformedObj.obj[formatted] = new Terminal();
- transformedObj.fieldOptions[formatted] = fieldOptions;
- } else if (Array.isArray(obj)) {
- obj.forEach(function (e, i) {
- transformedObj.obj['' + i] = e;
- transformedObj.fieldOptions['' + i] = fieldOptions;
- });
- } else if (typeof obj == 'string') {
- // Object is a primitive type — has no children. Set to terminal
- // to differentiate between null object and Terminal element.
- transformedObj.obj[obj] = new Terminal();
- transformedObj.fieldOptions[obj] = fieldOptions;
- } else if (typeof obj == 'number' || typeof obj == 'boolean') {
- // Similar to above — primitive type node has no children.
- transformedObj.obj['' + obj] = new Terminal();
- transformedObj.fieldOptions['' + obj] = fieldOptions;
- } else if (obj && _typeof(obj) == 'object') {
- Object.keys(obj).forEach(function (key) {
- var _obj$$type, _obj$$type$fields$key;
-
- if (key === metadataKey) {
- return;
- }
-
- transformedObj.obj[key] = obj[key];
- transformedObj.fieldOptions[key] = (_obj$$type = obj.$type) === null || _obj$$type === void 0 ? void 0 : (_obj$$type$fields$key = _obj$$type.fields[key]) === null || _obj$$type$fields$key === void 0 ? void 0 : _obj$$type$fields$key.options;
- });
- } else if (obj === null) {
- // Null object is a has no children — set to be terminal node.
- transformedObj.obj["null"] = new Terminal();
- transformedObj.fieldOptions["null"] = undefined;
- }
-
- return transformedObj;
- }
- /**
- * Extract the value of obj's property with key 'metadataKey'
- * @param {Object} obj the obj we want to extract the metadata from
- * @param {string} metadataKey the key that stores the metadata in the object
- * @return {Object} the metadata value or null in no metadata is present
- */
-
- }, {
- key: "_getMetadata",
- value: function _getMetadata(obj, metadataKey) {
- if (metadataKey && obj[metadataKey]) {
- var metadata = obj[metadataKey];
- obj[metadataKey] = undefined;
- return metadata;
- } else {
- return null;
- }
- }
- }, {
- key: "_transform",
- value: function _transform(obj, name, fieldOptions, compareWithObj, compareWithName, compareWithFieldOptions, stableId, transformOptions) {
- var originalObj = obj;
-
- var metadata = this._getMetadata(obj, transformOptions.metadataKey);
-
- var children = [];
-
- if (!isTerminal(obj)) {
- var _transformedObj = this._transformObject(obj, fieldOptions, transformOptions.metadataKey);
-
- obj = _transformedObj.obj;
- fieldOptions = _transformedObj.fieldOptions;
- }
-
- if (!isTerminal(compareWithObj)) {
- var _transformedObj2 = this._transformObject(compareWithObj, compareWithFieldOptions, transformOptions.metadataKey);
-
- compareWithObj = _transformedObj2.obj;
- compareWithFieldOptions = _transformedObj2.fieldOptions;
- }
-
- for (var key in obj) {
- if (obj.hasOwnProperty(key)) {
- var compareWithChild = new Terminal();
- var compareWithChildName = new Terminal();
- var compareWithChildFieldOptions = undefined;
-
- if (compareWithObj.hasOwnProperty(key)) {
- compareWithChild = compareWithObj[key];
- compareWithChildName = key;
- compareWithChildFieldOptions = compareWithFieldOptions[key];
- }
-
- children.push(this._transform(obj[key], key, fieldOptions[key], compareWithChild, compareWithChildName, compareWithChildFieldOptions, "".concat(stableId, ".").concat(key), transformOptions));
- }
- } // Takes care of adding deleted items to final tree
-
-
- for (var _key in compareWithObj) {
- if (!obj.hasOwnProperty(_key) && compareWithObj.hasOwnProperty(_key)) {
- children.push(this._transform(new Terminal(), new Terminal(), undefined, compareWithObj[_key], _key, compareWithFieldOptions[_key], "".concat(stableId, ".").concat(_key), transformOptions));
- }
- }
-
- var transformedObj;
-
- if (children.length == 1 && children[0].children.length == 0 && !children[0].combined) {
- // Merge leaf key value pairs.
- var child = children[0];
- transformedObj = {
- kind: '',
- name: name + ': ' + child.name,
- stableId: stableId,
- children: child.children,
- combined: true
- };
-
- if (this.diff) {
- transformedObj.diff = child.diff;
- }
- } else {
- transformedObj = {
- kind: '',
- name: name,
- stableId: stableId,
- children: children
- };
- var fieldOptionsToUse = fieldOptions;
-
- if (this.diff) {
- var diff = getDiff(name, compareWithName);
- transformedObj.diff = diff;
-
- if (diff.type == DiffType.DELETED) {
- transformedObj.name = compareWithName;
- fieldOptionsToUse = compareWithFieldOptions;
- }
- }
- }
-
- if (transformOptions.keepOriginal) {
- transformedObj.obj = originalObj;
- }
-
- if (metadata) {
- transformedObj[transformOptions.metadataKey] = metadata;
- }
-
- return transformOptions.freeze ? Object.freeze(transformedObj) : transformedObj;
- }
- }]);
-
- return ObjectTransformer;
-}(); // eslint-disable-next-line camelcase
-
-
-function nanos_to_string(elapsedRealtimeNanos) {
- var units = [[1000000, '(ns)'], [1000, 'ms'], [60, 's'], [60, 'm'], [24, 'h'], [Infinity, 'd']];
- var parts = [];
- units.some(function (_ref5, i) {
- var _ref6 = _slicedToArray(_ref5, 2),
- div = _ref6[0],
- str = _ref6[1];
-
- var part = (elapsedRealtimeNanos % div).toFixed();
-
- if (!str.startsWith('(')) {
- parts.push(part + str);
- }
-
- elapsedRealtimeNanos = Math.floor(elapsedRealtimeNanos / div);
- return elapsedRealtimeNanos == 0;
- });
- return parts.reverse().join('');
-} // Returns a UI element used highlight a visible entry.
-// eslint-disable-next-line camelcase
-
-
-function get_visible_chip() {
- return {
- "short": 'V',
- "long": 'visible',
- "class": 'default'
- };
-} // eslint-disable-next-line camelcase
-
-
-
-// CONCATENATED MODULE: ./src/matrix_utils.js
-/*
- * Copyright 2019, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/* transform type flags */
-var TRANSLATE_VAL = 0x0001;
-var ROTATE_VAL = 0x0002;
-var SCALE_VAL = 0x0004;
-/* orientation flags */
-
-var FLIP_H_VAL = 0x0100; // (1 << 0 << 8)
-
-var FLIP_V_VAL = 0x0200; // (1 << 1 << 8)
-
-var ROT_90_VAL = 0x0400; // (1 << 2 << 8)
-
-var ROT_INVALID_VAL = 0x8000; // (0x80 << 8)
-
-function is_proto_2(transform) {
- /*
- * Checks if the loaded file was a stored with ProtoBuf2 or Protobuf3
- *
- * Proto2 files don't have a Type for the transform object but all other
- * fields of the transform are set.
- *
- * Proto3 has a type field for the transform but doesn't store default
- * values (0 for transform type), also, the framework/native implementation
- * doesn't write a transform in case it is an identity matrix.
- */
- var propertyNames = Object.getOwnPropertyNames(transform);
- return !propertyNames.includes("type") && propertyNames.includes("dsdx");
-}
-
-function is_simple_transform(transform) {
- transform = transform || {};
-
- if (is_proto_2(transform)) {
- return false;
- }
-
- return is_type_flag_clear(transform, ROT_INVALID_VAL | SCALE_VAL);
-}
-/**
- * Converts a transform type into readable format.
- * Adapted from the dump function from framework/native
- *
- * @param {*} transform Transform object ot be converter
- */
-
-
-function format_transform_type(transform) {
- if (is_proto_2(transform)) {
- return "";
- }
-
- if (is_type_flag_clear(transform, SCALE_VAL | ROTATE_VAL | TRANSLATE_VAL)) {
- return "IDENTITY";
- }
-
- var type_flags = [];
-
- if (is_type_flag_set(transform, SCALE_VAL)) {
- type_flags.push("SCALE");
- }
-
- if (is_type_flag_set(transform, TRANSLATE_VAL)) {
- type_flags.push("TRANSLATE");
- }
-
- if (is_type_flag_set(transform, ROT_INVALID_VAL)) {
- type_flags.push("ROT_INVALID");
- } else if (is_type_flag_set(transform, ROT_90_VAL | FLIP_V_VAL | FLIP_H_VAL)) {
- type_flags.push("ROT_270");
- } else if (is_type_flag_set(transform, FLIP_V_VAL | FLIP_H_VAL)) {
- type_flags.push("ROT_180");
- } else {
- if (is_type_flag_set(transform, ROT_90_VAL)) {
- type_flags.push("ROT_90");
- }
-
- if (is_type_flag_set(transform, FLIP_V_VAL)) {
- type_flags.push("FLIP_V");
- }
-
- if (is_type_flag_set(transform, FLIP_H_VAL)) {
- type_flags.push("FLIP_H");
- }
- }
-
- if (type_flags.length == 0) {
- throw "Unknown transform type " + transform;
- }
-
- return type_flags.join(', ');
-}
-/**
- * Ensures all values of the transform object are set.
- */
-
-
-function fill_transform_data(transform) {
- function fill_simple_transform(transform) {
- // ROT_270 = ROT_90|FLIP_H|FLIP_V;
- if (is_type_flag_set(transform, ROT_90_VAL | FLIP_V_VAL | FLIP_H_VAL)) {
- transform.dsdx = 0.0;
- transform.dtdx = -1.0;
- transform.dsdy = 1.0;
- transform.dtdy = 0.0;
- return;
- } // ROT_180 = FLIP_H|FLIP_V;
-
-
- if (is_type_flag_set(transform, FLIP_V_VAL | FLIP_H_VAL)) {
- transform.dsdx = -1.0;
- transform.dtdx = 0.0;
- transform.dsdy = 0.0;
- transform.dtdy = -1.0;
- return;
- } // ROT_90
-
-
- if (is_type_flag_set(transform, ROT_90_VAL)) {
- transform.dsdx = 0.0;
- transform.dtdx = 1.0;
- transform.dsdy = -1.0;
- transform.dtdy = 0.0;
- return;
- } // IDENTITY
-
-
- if (is_type_flag_clear(transform, SCALE_VAL | ROTATE_VAL)) {
- transform.dsdx = 1.0;
- transform.dtdx = 0.0;
- transform.dsdy = 0.0;
- transform.dtdy = 1.0;
- transform.type = 0;
- return;
- }
-
- throw "Unknown transform type " + transform;
- }
-
- if (!transform) {
- return;
- }
-
- if (is_proto_2(transform)) {
- return;
- }
-
- if (is_simple_transform(transform)) {
- fill_simple_transform(transform);
- }
-
- transform.dsdx = transform.dsdx || 0.0;
- transform.dtdx = transform.dtdx || 0.0;
- transform.dsdy = transform.dsdy || 0.0;
- transform.dtdy = transform.dtdy || 0.0;
-}
-
-function is_type_flag_set(transform, bits) {
- transform = transform || {};
- var type = transform.type || 0;
- return (type & bits) === bits;
-}
-
-function is_type_flag_clear(transform, bits) {
- transform = transform || {};
- var type = transform.type || 0;
- return (type & bits) === 0;
-}
-
-function multiply_vec2(matrix, x, y) {
- if (!matrix) return {
- x: x,
- y: y
- }; // |dsdx dsdy tx| | x |
- // |dtdx dtdy ty| x | y |
- // |0 0 1 | | 1 |
-
- return {
- x: matrix.dsdx * x + matrix.dsdy * y + matrix.tx,
- y: matrix.dtdx * x + matrix.dtdy * y + matrix.ty
- };
-}
-
-function multiply_rect(matrix, rect) {
- // |dsdx dsdy tx| | left, top |
- // matrix = |dtdx dtdy ty| rect = | |
- // |0 0 1 | | right, bottom |
- var left_top = multiply_vec2(matrix, rect.left, rect.top);
- var right_top = multiply_vec2(matrix, rect.right, rect.top);
- var left_bottom = multiply_vec2(matrix, rect.left, rect.bottom);
- var right_bottom = multiply_vec2(matrix, rect.right, rect.bottom);
- var outrect = {};
- outrect.left = Math.min(left_top.x, right_top.x, left_bottom.x, right_bottom.x);
- outrect.top = Math.min(left_top.y, right_top.y, left_bottom.y, right_bottom.y);
- outrect.right = Math.max(left_top.x, right_top.x, left_bottom.x, right_bottom.x);
- outrect.bottom = Math.max(left_top.y, right_top.y, left_bottom.y, right_bottom.y);
- return outrect;
-} // Returns true if the applying the transform on an an axis aligned rectangle
-// results in another axis aligned rectangle.
-
-
-function is_simple_rotation(transform) {
- return !is_type_flag_set(transform, ROT_INVALID_VAL);
-}
-
-
-// CONCATENATED MODULE: ./src/sf_visibility.js
-function sf_visibility_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = sf_visibility_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function sf_visibility_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return sf_visibility_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return sf_visibility_arrayLikeToArray(o, minLen); }
-
-function sf_visibility_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/**
- * Utility class for deriving state and visibility from the hierarchy. This
- * duplicates some of the logic in surface flinger. If the trace contains
- * composition state (visibleRegion), it will be used otherwise it will be
- * derived.
- */
- // Layer flags
-
-var FLAG_HIDDEN = 0x01;
-var FLAG_OPAQUE = 0x02;
-var FLAG_SECURE = 0x80;
-
-function flags_to_string(flags) {
- if (!flags) return '';
- var verboseFlags = [];
- if (flags & FLAG_HIDDEN) verboseFlags.push('HIDDEN');
- if (flags & FLAG_OPAQUE) verboseFlags.push('OPAQUE');
- if (flags & FLAG_SECURE) verboseFlags.push('SECURE');
- return verboseFlags.join('|') + ' (' + flags + ')';
-}
-
-function is_empty(region) {
- return region == undefined || region.rect == undefined || region.rect.length == 0 || region.rect.every(function (r) {
- return is_empty_rect(r);
- });
-}
-
-function is_empty_rect(rect) {
- var right = rect.right || 0;
- var left = rect.left || 0;
- var top = rect.top || 0;
- var bottom = rect.bottom || 0;
- return right - left <= 0 || bottom - top <= 0;
-}
-
-function is_rect_empty_and_valid(rect) {
- return rect && (rect.left - rect.right === 0 || rect.top - rect.bottom === 0);
-}
-/**
- * The transformation matrix is defined as the product of:
- * | cos(a) -sin(a) | \/ | X 0 |
- * | sin(a) cos(a) | /\ | 0 Y |
- *
- * where a is a rotation angle, and X and Y are scaling factors.
- * A transformation matrix is invalid when either X or Y is zero,
- * as a rotation matrix is valid for any angle. When either X or Y
- * is 0, then the scaling matrix is not invertible, which makes the
- * transformation matrix not invertible as well. A 2D matrix with
- * components | A B | is not invertible if and only if AD - BC = 0.
- * | C D |
- * This check is included above.
- */
-
-
-function is_transform_invalid(transform) {
- return !transform || transform.dsdx * transform.dtdy === transform.dtdx * transform.dsdy; // determinant of transform
-}
-
-function is_opaque(layer) {
- if (layer.color == undefined || layer.color.a == undefined || layer.color.a != 1) return false;
- return layer.isOpaque;
-}
-
-function fills_color(layer) {
- return layer.color && layer.color.a > 0 && layer.color.r >= 0 && layer.color.g >= 0 && layer.color.b >= 0;
-}
-
-function draws_shadows(layer) {
- return layer.shadowRadius && layer.shadowRadius > 0;
-}
-
-function has_blur(layer) {
- return layer.backgroundBlurRadius && layer.backgroundBlurRadius > 0;
-}
-
-function has_effects(layer) {
- // Support previous color layer
- if (layer.type === 'ColorLayer') return true; // Support newer effect layer
-
- return layer.type === 'EffectLayer' && (fills_color(layer) || draws_shadows(layer) || has_blur(layer));
-}
-
-function is_hidden_by_policy(layer) {
- return layer.flags & FLAG_HIDDEN == FLAG_HIDDEN || // offscreen layer root has a unique layer id
- layer.id == 0x7FFFFFFD;
-}
-/**
- * Checks if the layer is visible based on its visibleRegion if available
- * or its type, active buffer content, alpha and properties.
- */
-
-
-function sf_visibility_is_visible(layer, hiddenByPolicy, includesCompositionState) {
- if (includesCompositionState) {
- return !is_empty(layer.visibleRegion);
- }
-
- if (hiddenByPolicy) {
- return false;
- }
-
- if (!layer.activeBuffer && !has_effects(layer)) {
- return false;
- }
-
- if (!layer.color || !layer.color.a || layer.color.a == 0) {
- return false;
- }
-
- if (layer.occludedBy && layer.occludedBy.length > 0) {
- return false;
- }
-
- if (!layer.bounds || is_empty_rect(layer.bounds)) {
- return false;
- }
-
- return true;
-}
-
-function get_visibility_reason(layer, includesCompositionState) {
- if (layer.type === 'ContainerLayer') {
- return 'ContainerLayer';
- }
-
- if (is_hidden_by_policy(layer)) {
- return 'Flag is hidden';
- }
-
- if (layer.hidden) {
- return 'Hidden by parent';
- }
-
- var isBufferLayer = layer.type === 'BufferStateLayer' || layer.type === 'BufferQueueLayer';
-
- if (isBufferLayer && (!layer.activeBuffer || layer.activeBuffer.height === 0 || layer.activeBuffer.width === 0)) {
- return 'Buffer is empty';
- }
-
- if (!layer.color || !layer.color.a || layer.color.a == 0) {
- return 'Alpha is 0';
- }
-
- if (is_rect_empty_and_valid(layer.crop)) {
- return 'Crop is 0x0';
- }
-
- if (!layer.bounds || is_empty_rect(layer.bounds)) {
- return 'Bounds is 0x0';
- }
-
- if (is_transform_invalid(layer.transform)) {
- return 'Transform is invalid';
- }
-
- if (layer.isRelativeOf && layer.zOrderRelativeOf == -1) {
- return 'RelativeOf layer has been removed';
- }
-
- var isEffectLayer = layer.type === 'EffectLayer';
-
- if (isEffectLayer && !fills_color(layer) && !draws_shadows(layer) && !has_blur(layer)) {
- return 'Effect layer does not have color fill, shadow or blur';
- }
-
- if (layer.occludedBy && layer.occludedBy.length > 0) {
- return 'Layer is occluded by:' + layer.occludedBy.join();
- }
-
- if (includesCompositionState && is_empty(layer.visibleRegion)) {
- return 'Visible region calculated by Composition Engine is empty';
- }
-
- if (layer.visible) {
- return 'Unknown';
- }
-
- ;
-} // Returns true if rectA overlaps rectB
-
-
-function overlaps(rectA, rectB) {
- return rectA.left < rectB.right && rectA.right > rectB.left && rectA.top < rectB.bottom && rectA.bottom > rectA.top;
-} // Returns true if outer rect contains inner rect
-
-
-function contains(outerLayer, innerLayer) {
- if (!is_simple_rotation(outerLayer.transform) || !is_simple_rotation(innerLayer.transform)) {
- return false;
- }
-
- var outer = screen_bounds(outerLayer);
- var inner = screen_bounds(innerLayer);
- return inner.left >= outer.left && inner.top >= outer.top && inner.right <= outer.right && inner.bottom <= outer.bottom;
-}
-
-function screen_bounds(layer) {
- if (layer.screenBounds) return layer.screenBounds;
- var transformMatrix = layer.transform;
- var tx = layer.position ? layer.position.x || 0 : 0;
- var ty = layer.position ? layer.position.y || 0 : 0;
- transformMatrix.tx = tx;
- transformMatrix.ty = ty;
- return multiply_rect(transformMatrix, layer.bounds);
-} // Traverse in z-order from top to bottom and fill in occlusion data
-
-
-function fill_occlusion_state(layerMap, rootLayers, includesCompositionState) {
- var layers = rootLayers.filter(function (layer) {
- return !layer.isRelativeOf;
- });
- traverse_top_to_bottom(layerMap, layers, {
- opaqueRects: [],
- transparentRects: [],
- screenBounds: null
- }, function (layer, globalState) {
- if (layer.name.startsWith('Root#0') && layer.sourceBounds) {
- globalState.screenBounds = {
- left: 0,
- top: 0,
- bottom: layer.sourceBounds.bottom,
- right: layer.sourceBounds.right
- };
- }
-
- var visible = sf_visibility_is_visible(layer, layer.hidden, includesCompositionState);
-
- if (visible) {
- var fullyOccludes = function fullyOccludes(testLayer) {
- return contains(testLayer, layer) && !layer.cornerRadius;
- };
-
- var partiallyOccludes = function partiallyOccludes(testLayer) {
- return overlaps(screen_bounds(testLayer), screen_bounds(layer));
- };
-
- var covers = function covers(testLayer) {
- return overlaps(screen_bounds(testLayer), screen_bounds(layer));
- };
-
- layer.occludedBy = globalState.opaqueRects.filter(fullyOccludes).map(function (layer) {
- return layer.id;
- });
- layer.partiallyOccludedBy = globalState.opaqueRects.filter(partiallyOccludes).filter(function (p) {
- return layer.occludedBy.indexOf(p.id) == -1;
- }).map(function (layer) {
- return layer.id;
- });
- layer.coveredBy = globalState.transparentRects.filter(covers).map(function (layer) {
- return layer.id;
- });
-
- if (is_opaque(layer)) {
- globalState.opaqueRects.push(layer);
- } else {
- globalState.transparentRects.push(layer);
- }
- }
-
- layer.visible = sf_visibility_is_visible(layer, layer.hidden, includesCompositionState);
-
- if (!layer.visible) {
- layer.invisibleDueTo = get_visibility_reason(layer, includesCompositionState);
- }
- });
-}
-
-function traverse_top_to_bottom(layerMap, rootLayers, globalState, fn) {
- for (var i = rootLayers.length - 1; i >= 0; i--) {
- var relatives = [];
-
- var _iterator = sf_visibility_createForOfIteratorHelper(rootLayers[i].relatives),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var id = _step.value;
-
- if (!layerMap.hasOwnProperty(id)) {
- // TODO (b/162500053): so that this doesn't need to be checked here
- console.warn("Relative layer with id ".concat(id, " not found in dumped layers... ") + "Skipping layer in traversal...");
- } else {
- relatives.push(layerMap[id]);
- }
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
-
- var children = [];
-
- var _iterator2 = sf_visibility_createForOfIteratorHelper(rootLayers[i].children),
- _step2;
-
- try {
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
- var _id = _step2.value;
-
- if (!layerMap.hasOwnProperty(_id)) {
- // TODO (b/162500053): so that this doesn't need to be checked here
- console.warn("Child layer with id ".concat(_id, " not found in dumped layers... ") + "Skipping layer in traversal...");
- } else {
- children.push(layerMap[_id]);
- }
- } // traverse through relatives and children that are not relatives
-
- } catch (err) {
- _iterator2.e(err);
- } finally {
- _iterator2.f();
- }
-
- var traverseList = relatives.concat(children.filter(function (layer) {
- return !layer.isRelativeOf;
- }));
- traverseList.sort(function (lhs, rhs) {
- return rhs.z - lhs.z;
- });
- traverseList.filter(function (layer) {
- return layer.z >= 0;
- }).forEach(function (layer) {
- traverse_top_to_bottom(layerMap, [layer], globalState, fn);
- });
- fn(rootLayers[i], globalState);
- traverseList.filter(function (layer) {
- return layer.z < 0;
- }).forEach(function (layer) {
- traverse_top_to_bottom(layerMap, [layer], globalState, fn);
- });
- }
-} // Traverse all children and fill in any inherited states.
-
-
-function fill_inherited_state(layerMap, rootLayers) {
- traverse(layerMap, rootLayers, function (layer, parent) {
- var parentHidden = parent && parent.hidden;
- layer.hidden = is_hidden_by_policy(layer) || parentHidden;
- layer.verboseFlags = flags_to_string(layer.flags);
-
- if (!layer.bounds) {
- if (!layer.sourceBounds) {
- layer.bounds = layer.sourceBounds;
- } else if (parent) {
- layer.bounds = parent.bounds;
- } else {
- layer.bounds = {
- left: 0,
- top: 0,
- right: 0,
- bottom: 0
- };
- }
- }
- });
-}
-
-function traverse(layerMap, rootLayers, fn) {
- var _loop = function _loop(i) {
- var parentId = rootLayers[i].parent;
- var parent = parentId == -1 ? null : layerMap[parentId];
- fn(rootLayers[i], parent);
- var children = rootLayers[i].children.map(function (id) {
- var child = layerMap[id];
-
- if (child == null) {
- console.warn("Child layer with id ".concat(id, " in parent layer id ").concat(rootLayers[i].id, " not found... ") + "Skipping layer in traversal...");
- }
-
- return child;
- }).filter(function (item) {
- return item !== undefined;
- });
- traverse(layerMap, children, fn);
- };
-
- for (var i = rootLayers.length - 1; i >= 0; i--) {
- _loop(i);
- }
-}
-
-
-// CONCATENATED MODULE: ./src/utils/names.js
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Returns just the class name and root package information
-function getComponentClassName(componentFullName) {
- var classParts = componentFullName.split('.');
-
- if (classParts.length <= 3) {
- return componentFullName;
- }
-
- var className = classParts.slice(-1).pop();
- return "".concat(classParts[0], ".").concat(classParts[1], ".(...).").concat(className);
-}
-
-var hashCode = /([A-Fa-f0-9]{7}|[A-Fa-f0-9]{6})/;
-var packageRegex = /(([a-z][a-z_0-9]*\.)*([a-z][a-z_0-9]*))/;
-var qualifiedClassNameRegex = /(([a-z][a-z_0-9]*\.)*[A-Z_]($[A-Z_]|[\w_])*)/;
-var surfaceRegex = new RegExp(/^Surface\(.*\)\/@0x/.source + hashCode.source + / - .*/.source + "$");
-var moduleName = new RegExp("^" + "(" + packageRegex.source + /\//.source + ")?" + qualifiedClassNameRegex.source + /(\$.*)?/.source + /(\#.*)?/.source + "$");
-
-function getSimplifiedLayerName(layerName) {
- // Get rid of prepended hash code
- var removedHashCodePrefix = false;
-
- if (new RegExp("^" + hashCode.source + " ").test(layerName)) {
- layerName = layerName.split(" ").slice(1).join(" ");
- removedHashCodePrefix = true;
- }
-
- if (/^ActivityRecord\{.*\}?(\#[0-9]+)?$/.test(layerName)) {
- return "ActivityRecord";
- }
-
- if (/^WindowToken\{.*\}(\#[0-9]*)?$/.test(layerName)) {
- return "WindowToken";
- }
-
- if (/^WallpaperWindowToken\{.*\}(\#[0-9]*)?$/.test(layerName)) {
- return "WallpaperWindowToken";
- }
-
- if (surfaceRegex.test(layerName)) {
- return "Surface - " + layerName.split("- ").slice(-1).pop();
- }
-
- if (moduleName.test(layerName)) {
- return layerName.split(".").slice(-1).pop();
- }
-
- if (removedHashCodePrefix) {
- return layerName;
- }
-
- return null;
-}
-
-
-// CONCATENATED MODULE: ./src/flickerlib/common.js
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Imports all the compiled common Flicker library classes and exports them
-// as clean es6 modules rather than having them be commonjs modules
-var WindowManagerTrace = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.WindowManagerTrace;
-
-var WindowManagerState = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.WindowManagerState;
-
-var Activity = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.Activity;
-
-var Configuration = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.Configuration;
-
-var ConfigurationContainer = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.ConfigurationContainer;
-
-var DisplayArea = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.DisplayArea;
-
-var DisplayContent = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.DisplayContent;
-
-var KeyguardControllerState = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.KeyguardControllerState;
-
-var RootWindowContainer = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.RootWindowContainer;
-
-var Task = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.Task;
-
-var TaskFragment = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.TaskFragment;
-
-var WindowConfiguration = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.WindowConfiguration;
-
-var WindowContainer = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.WindowContainer;
-
-var WindowLayoutParams = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.WindowLayoutParams;
-
-var WindowManagerPolicy = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.WindowManagerPolicy;
-
-var WindowState = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.WindowState;
-
-var WindowToken = __webpack_require__("t+B9").com.android.server.wm.traces.common.windowmanager.windows.WindowToken;
-
-var Matrix = __webpack_require__("t+B9").com.android.server.wm.traces.common.layers.Transform.Matrix;
-
-var Transform = __webpack_require__("t+B9").com.android.server.wm.traces.common.layers.Transform;
-
-var Bounds = __webpack_require__("t+B9").com.android.server.wm.traces.common.Bounds;
-
-var Buffer = __webpack_require__("t+B9").com.android.server.wm.traces.common.Buffer;
-
-var Color = __webpack_require__("t+B9").com.android.server.wm.traces.common.Color;
-
-var Point = __webpack_require__("t+B9").com.android.server.wm.traces.common.Point;
-
-var Rect = __webpack_require__("t+B9").com.android.server.wm.traces.common.Rect;
-
-var RectF = __webpack_require__("t+B9").com.android.server.wm.traces.common.RectF;
-
-var Region = __webpack_require__("t+B9").com.android.server.wm.traces.common.Region;
-
-function toBounds(proto) {
- var _ref, _proto$width, _ref2, _proto$height;
-
- if (proto == null) {
- return null;
- }
-
- return new Bounds((_ref = (_proto$width = proto.width) !== null && _proto$width !== void 0 ? _proto$width : proto.w) !== null && _ref !== void 0 ? _ref : 0, (_ref2 = (_proto$height = proto.height) !== null && _proto$height !== void 0 ? _proto$height : proto.h) !== null && _ref2 !== void 0 ? _ref2 : 0);
-}
-
-function toBuffer(proto) {
- var _proto$width2, _proto$height2, _proto$stride, _proto$format;
-
- if (proto == null) {
- return null;
- }
-
- return new Buffer((_proto$width2 = proto.width) !== null && _proto$width2 !== void 0 ? _proto$width2 : 0, (_proto$height2 = proto.height) !== null && _proto$height2 !== void 0 ? _proto$height2 : 0, (_proto$stride = proto.stride) !== null && _proto$stride !== void 0 ? _proto$stride : 0, (_proto$format = proto.format) !== null && _proto$format !== void 0 ? _proto$format : 0);
-}
-
-function toColor(proto) {
- var _proto$r, _proto$g, _proto$b, _proto$a;
-
- if (proto == null) {
- return null;
- }
-
- return new Color((_proto$r = proto.r) !== null && _proto$r !== void 0 ? _proto$r : 0, (_proto$g = proto.g) !== null && _proto$g !== void 0 ? _proto$g : 0, (_proto$b = proto.b) !== null && _proto$b !== void 0 ? _proto$b : 0, (_proto$a = proto.a) !== null && _proto$a !== void 0 ? _proto$a : 0);
-}
-
-function toPoint(proto) {
- var _proto$x, _proto$y;
-
- if (proto == null) {
- return null;
- }
-
- return new Point((_proto$x = proto.x) !== null && _proto$x !== void 0 ? _proto$x : 0, (_proto$y = proto.y) !== null && _proto$y !== void 0 ? _proto$y : 0);
-}
-
-function toRect(proto) {
- var _proto$left, _proto$top, _proto$right, _proto$bottom;
-
- if (proto == null) {
- return null;
- }
-
- return new Rect((_proto$left = proto.left) !== null && _proto$left !== void 0 ? _proto$left : 0, (_proto$top = proto.top) !== null && _proto$top !== void 0 ? _proto$top : 0, (_proto$right = proto.right) !== null && _proto$right !== void 0 ? _proto$right : 0, (_proto$bottom = proto.bottom) !== null && _proto$bottom !== void 0 ? _proto$bottom : 0);
-}
-
-function toRectF(proto) {
- var _proto$left2, _proto$top2, _proto$right2, _proto$bottom2;
-
- if (proto == null) {
- return null;
- }
-
- return new RectF((_proto$left2 = proto.left) !== null && _proto$left2 !== void 0 ? _proto$left2 : 0, (_proto$top2 = proto.top) !== null && _proto$top2 !== void 0 ? _proto$top2 : 0, (_proto$right2 = proto.right) !== null && _proto$right2 !== void 0 ? _proto$right2 : 0, (_proto$bottom2 = proto.bottom) !== null && _proto$bottom2 !== void 0 ? _proto$bottom2 : 0);
-}
-
-function toRegion(proto) {
- if (proto == null) {
- return null;
- }
-
- var rects = [];
-
- for (var rectNr in proto.rect) {
- var rect = proto.rect[rectNr];
- var parsedRect = toRect(rect);
- rects.push(parsedRect);
- }
-
- return new Region(rects);
-}
-
-function toTransform(proto) {
- var _proto$dsdx, _proto$dtdx, _proto$tx, _proto$dsdy, _proto$dtdy, _proto$ty, _proto$type;
-
- if (proto == null) {
- return null;
- }
-
- var matrix = new Matrix((_proto$dsdx = proto.dsdx) !== null && _proto$dsdx !== void 0 ? _proto$dsdx : 0, (_proto$dtdx = proto.dtdx) !== null && _proto$dtdx !== void 0 ? _proto$dtdx : 0, (_proto$tx = proto.tx) !== null && _proto$tx !== void 0 ? _proto$tx : 0, (_proto$dsdy = proto.dsdy) !== null && _proto$dsdy !== void 0 ? _proto$dsdy : 0, (_proto$dtdy = proto.dtdy) !== null && _proto$dtdy !== void 0 ? _proto$dtdy : 0, (_proto$ty = proto.ty) !== null && _proto$ty !== void 0 ? _proto$ty : 0);
- return new Transform((_proto$type = proto.type) !== null && _proto$type !== void 0 ? _proto$type : 0, matrix);
-}
-
-
-// EXTERNAL MODULE: /home/charlesccchen/code/android/master/prebuilts/misc/common/winscope/intDefMapping.json
-var intDefMapping = __webpack_require__("Frpt");
-
-// CONCATENATED MODULE: ./src/flickerlib/ObjectFormatter.ts
-/*
- * Copyright 2021, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-var ObjectFormatter_ObjectFormatter = /** @class */ (function () {
- function ObjectFormatter() {
- }
- ObjectFormatter.format = function (obj) {
- var _this = this;
- var entries = Object.entries(obj)
- .filter(function (it) { return !it[0].includes("$"); })
- .filter(function (it) { return !_this.INVALID_ELEMENT_PROPERTIES.includes(it[0]); });
- var sortedEntries = entries.sort();
- var result = {};
- sortedEntries.forEach(function (entry) {
- var key = entry[0];
- var value = entry[1];
- if (value) {
- // flicker obj
- if (value.prettyPrint) {
- result[key] = value.prettyPrint();
- }
- else {
- // converted proto to flicker
- var translatedObject = _this.translateObject(value);
- if (translatedObject) {
- result[key] = translatedObject.prettyPrint();
- // objects - recursive call
- }
- else if (value && typeof (value) == "object") {
- result[key] = _this.format(value);
- }
- else {
- // values
- result[key] = _this.translateIntDef(obj, key, value);
- }
- }
- }
- });
- return Object.freeze(result);
- };
- /**
- * Translate some predetermined proto objects into their flicker equivalent
- *
- * Returns null if the object cannot be translated
- *
- * @param obj Object to translate
- */
- ObjectFormatter.translateObject = function (obj) {
- var _a;
- var type = (_a = obj === null || obj === void 0 ? void 0 : obj.$type) === null || _a === void 0 ? void 0 : _a.name;
- switch (type) {
- case "SizeProto": return toBounds(obj);
- case "ActiveBufferProto": return toBuffer(obj);
- case "ColorProto": return toColor(obj);
- case "PointProto": return toPoint(obj);
- case "RectProto": return toRect(obj);
- case "FloatRectProto": return toRectF(obj);
- case "RegionProto": return toRegion(obj);
- case "TransformProto": return toTransform(obj);
- case 'ColorTransformProto': {
- var formatted = this.formatColorTransform(obj.val);
- return "" + formatted;
- }
- }
- return null;
- };
- ObjectFormatter.formatColorTransform = function (vals) {
- var fixedVals = vals.map(function (v) { return v.toFixed(1); });
- var formatted = "";
- for (var i = 0; i < fixedVals.length; i += 4) {
- formatted += "[";
- formatted += fixedVals.slice(i, i + 4).join(', ');
- formatted += "] ";
- }
- return formatted;
- };
- /**
- * Obtains from the proto field, the metadata related to the typedef type (if any)
- *
- * @param obj Proto object
- * @param propertyName Property to search
- */
- ObjectFormatter.getTypeDefSpec = function (obj, propertyName) {
- var _a, _b;
- var fields = (_a = obj === null || obj === void 0 ? void 0 : obj.$type) === null || _a === void 0 ? void 0 : _a.fields;
- if (!fields) {
- return null;
- }
- var options = (_b = fields[propertyName]) === null || _b === void 0 ? void 0 : _b.options;
- if (!options) {
- return null;
- }
- return options["(.android.typedef)"];
- };
- /**
- * Translate intdef properties into their string representation
- *
- * For proto objects check the
- *
- * @param parentObj Object containing the value to parse
- * @param propertyName Property to search
- * @param value Property value
- */
- ObjectFormatter.translateIntDef = function (parentObj, propertyName, value) {
- var parentClassName = parentObj.constructor.name;
- var propertyPath = parentClassName + "." + propertyName;
- var translatedValue = value;
- // Parse Flicker objects (no intdef annotation supported)
- if (this.FLICKER_INTDEF_MAP.has(propertyPath)) {
- translatedValue = this.getIntFlagsAsStrings(value, this.FLICKER_INTDEF_MAP.get(propertyPath));
- }
- else {
- // If it's a proto, search on the proto definition for the intdef type
- var typeDefSpec = this.getTypeDefSpec(parentObj, propertyName);
- if (typeDefSpec) {
- translatedValue = this.getIntFlagsAsStrings(value, typeDefSpec);
- }
- }
- return translatedValue;
- };
- /**
- * Translate a property from its numerical value into its string representation
- *
- * @param intFlags Property value
- * @param annotationType IntDef type to use
- */
- ObjectFormatter.getIntFlagsAsStrings = function (intFlags, annotationType) {
- var flags = [];
- var mapping = intDefMapping[annotationType].values;
- var knownFlagValues = Object.keys(mapping).reverse().map(function (x) { return parseInt(x); });
- if (mapping.length == 0) {
- console.warn("No mapping for type", annotationType);
- return intFlags + "";
- }
- // Will only contain bits that have not been associated with a flag.
- var parsedIntFlags = parseInt(intFlags);
- var leftOver = parsedIntFlags;
- for (var _i = 0, knownFlagValues_1 = knownFlagValues; _i < knownFlagValues_1.length; _i++) {
- var flagValue = knownFlagValues_1[_i];
- if (((leftOver & flagValue) && ((intFlags & flagValue) === flagValue))
- || (parsedIntFlags === 0 && flagValue === 0)) {
- flags.push(mapping[flagValue]);
- leftOver = leftOver & ~flagValue;
- }
- }
- if (flags.length === 0) {
- console.error('No valid flag mappings found for ', intFlags, 'of type', annotationType);
- }
- if (leftOver) {
- // If 0 is a valid flag value that isn't in the intDefMapping
- // it will be ignored
- flags.push(leftOver);
- }
- return flags.join(' | ');
- };
- ObjectFormatter.INVALID_ELEMENT_PROPERTIES = ['length', 'name', 'prototype', 'children',
- 'childrenWindows', 'ref', 'root', 'layers', 'resolvedChildren'];
- ObjectFormatter.FLICKER_INTDEF_MAP = new Map([
- ["WindowLayoutParams.type", "android.view.WindowManager.LayoutParams.WindowType"],
- ["WindowLayoutParams.flags", "android.view.WindowManager.LayoutParams.Flags"],
- ["WindowLayoutParams.privateFlags", "android.view.WindowManager.LayoutParams.PrivateFlags"],
- ["WindowLayoutParams.gravity", "android.view.Gravity.GravityFlags"],
- ["WindowLayoutParams.softInputMode", "android.view.WindowManager.LayoutParams.WindowType"],
- ["WindowLayoutParams.systemUiVisibilityFlags", "android.view.WindowManager.LayoutParams.SystemUiVisibilityFlags"],
- ["WindowLayoutParams.subtreeSystemUiVisibilityFlags", "android.view.WindowManager.LayoutParams.SystemUiVisibilityFlags"],
- ["WindowLayoutParams.behavior", "android.view.WindowInsetsController.Behavior"],
- ["WindowLayoutParams.fitInsetsSides", "android.view.WindowInsets.Side.InsetsSide"],
- ["Configuration.windowingMode", "android.app.WindowConfiguration.WindowingMode"],
- ["WindowConfiguration.windowingMode", "android.app.WindowConfiguration.WindowingMode"],
- ["Configuration.orientation", "android.content.pm.ActivityInfo.ScreenOrientation"],
- ["WindowConfiguration.orientation", "android.content.pm.ActivityInfo.ScreenOrientation"],
- ["WindowState.orientation", "android.content.pm.ActivityInfo.ScreenOrientation"],
- ]);
- return ObjectFormatter;
-}());
-/* harmony default export */ var flickerlib_ObjectFormatter = (ObjectFormatter_ObjectFormatter);
-
-// CONCATENATED MODULE: ./src/transform_sf.js
-/*
- * Copyright 2017, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// eslint-disable-next-line camelcase
- // eslint-disable-next-line camelcase
-
-
-
-
-var RELATIVE_Z_CHIP = {
- "short": 'RelZ',
- "long": 'Is relative Z-ordered to another surface',
- "class": 'warn'
-};
-var RELATIVE_Z_PARENT_CHIP = {
- "short": 'RelZParent',
- "long": 'Something is relative Z-ordered to this surface',
- "class": 'warn'
-};
-var MISSING_LAYER = {
- "short": 'MissingLayer',
- "long": 'This layer was referenced from the parent, but not present in the trace',
- "class": 'error'
-};
-var GPU_CHIP = {
- "short": 'GPU',
- "long": 'This layer was composed on the GPU',
- "class": 'gpu'
-};
-var HWC_CHIP = {
- "short": 'HWC',
- "long": 'This layer was composed by Hardware Composer',
- "class": 'hwc'
-};
-
-function transformLayer(layer) {
- function offsetTo(bounds, x, y) {
- return {
- right: bounds.right - (bounds.left - x),
- bottom: bounds.bottom - (bounds.top - y),
- left: x,
- top: y
- };
- }
-
- function getRect(layer) {
- var result = layer.bounds;
- var tx = layer.position ? layer.position.x || 0 : 0;
- var ty = layer.position ? layer.position.y || 0 : 0;
- result.label = layer.name;
- result.transform = layer.transform;
- result.transform.tx = tx;
- result.transform.ty = ty;
- return result;
- }
-
- function addHwcCompositionTypeChip(layer) {
- if (layer.hwcCompositionType === 'CLIENT') {
- chips.push(GPU_CHIP);
- } else if (layer.hwcCompositionType === 'DEVICE' || layer.hwcCompositionType === 'SOLID_COLOR') {
- chips.push(HWC_CHIP);
- }
- }
-
- var chips = [];
-
- if (layer.visible) {
- chips.push(get_visible_chip());
- }
-
- if ((layer.zOrderRelativeOf || -1) !== -1) {
- chips.push(RELATIVE_Z_CHIP);
- }
-
- if (layer.zOrderRelativeParentOf !== undefined) {
- chips.push(RELATIVE_Z_PARENT_CHIP);
- }
-
- if (layer.missing) {
- chips.push(MISSING_LAYER);
- }
-
- addHwcCompositionTypeChip(layer);
- var rect = layer.visible && layer.bounds !== null ? getRect(layer) : undefined;
- var simplifiedLayerName = getSimplifiedLayerName(layer.name);
- var shortName = simplifiedLayerName ? layer.id + ': ' + simplifiedLayerName : undefined;
- var transformedLayer = transform_transform({
- obj: flickerlib_ObjectFormatter.format(layer),
- kind: '',
- name: layer.id + ': ' + layer.name,
- shortName: shortName,
- children: [[layer.resolvedChildren, transformLayer]],
- rect: rect,
- undefined: undefined
- /* bounds */
- ,
- highlight: rect,
- chips: chips,
- visible: layer.visible,
- freeze: false
- }); // NOTE: Temporary until refactored to use flickerlib
-
- transformedLayer.invisibleDueTo = layer.invisibleDueTo;
- transformedLayer.occludedBy = layer.occludedBy;
- transformedLayer.partiallyOccludedBy = layer.partiallyOccludedBy;
- transformedLayer.coveredBy = layer.coveredBy;
- return Object.freeze(transformedLayer);
-}
-
-function missingLayer(childId) {
- return {
- name: 'layer #' + childId,
- missing: true,
- zOrderRelativeOf: -1,
- transform: {
- dsdx: 1,
- dtdx: 0,
- dsdy: 0,
- dtdy: 1
- }
- };
-}
-
-function transformLayers(includesCompositionState, layers) {
- var idToItem = {};
- var isChild = {};
- var layersList = layers.layers || [];
- layersList.forEach(function (e) {
- idToItem[e.id] = e;
- });
- layersList.forEach(function (e) {
- e.resolvedChildren = [];
-
- if (Array.isArray(e.children)) {
- e.resolvedChildren = e.children.map(function (childId) {
- return idToItem[childId] || missingLayer(childId);
- });
- e.children.forEach(function (childId) {
- isChild[childId] = true;
- });
- } // We don't clean up relatives when the relative parent is removed, so it
- // may be inconsistent
-
-
- if ((e.zOrderRelativeOf || -1) !== -1 && idToItem[e.zOrderRelativeOf]) {
- idToItem[e.zOrderRelativeOf].zOrderRelativeParentOf = e.id;
- }
- });
- var roots = layersList.filter(function (e) {
- return !isChild[e.id];
- });
- fill_inherited_state(idToItem, roots); // Backwards compatibility check
-
- var occlusionDetectionCompatible = roots[0].bounds !== null;
-
- if (occlusionDetectionCompatible) {
- fill_occlusion_state(idToItem, roots, includesCompositionState);
- }
-
- function foreachTree(nodes, fun) {
- nodes.forEach(function (n) {
- fun(n);
- foreachTree(n.children, fun);
- });
- }
-
- var idToTransformed = {};
- var transformedRoots = roots.map(function (r) {
- return transformLayer(r, {
- parentBounds: {
- left: 0,
- right: 0,
- top: 0,
- bottom: 0
- },
- parentHidden: null
- });
- });
- foreachTree(transformedRoots, function (n) {
- idToTransformed[n.obj.id] = n;
- });
- var flattened = [];
- layersList.forEach(function (e) {
- flattened.push(idToTransformed[e.id]);
- });
- return transform_transform({
- obj: {},
- kind: 'layers',
- name: 'layers',
- children: [[transformedRoots, function (c) {
- return c;
- }]],
- rectsTransform: function rectsTransform(r) {
- var res = [];
- flattened.forEach(function (l) {
- if (l.rect) {
- res.push(l.rect);
- }
- });
- return res.reverse();
- },
- flattened: flattened
- });
-}
-
-function transformLayersEntry(entry) {
- var includesCompositionState = !entry.excludesCompositionState;
- return transform_transform({
- obj: entry,
- kind: 'entry',
- name: nanos_to_string(entry.elapsedRealtimeNanos) + ' - ' + entry.where,
- children: [[[entry.layers], function (layer) {
- return transformLayers(includesCompositionState, layer);
- }]],
- timestamp: entry.elapsedRealtimeNanos,
- stableId: 'entry'
- });
-}
-
-function transformLayersTrace(entries) {
- var r = transform_transform({
- obj: entries,
- kind: 'layerstrace',
- name: 'layerstrace',
- children: [[entries.entry, transformLayersEntry]]
- });
- return r;
-}
-
-
-// CONCATENATED MODULE: ./src/transform_transaction.js
-function transform_transaction_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = transform_transaction_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function transform_transaction_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return transform_transaction_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return transform_transaction_arrayLikeToArray(o, minLen); }
-
-function transform_transaction_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-/*
- * Copyright 2019, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-function transform_transaction(transaction, layerIdToName) {
- var transactions = [];
-
- var _iterator = transform_transaction_createForOfIteratorHelper(transaction.surfaceChange),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var surfaceChange = _step.value;
- transactions.push(Object.freeze({
- type: 'surfaceChange',
- obj: surfaceChange,
- layerName: layerIdToName[surfaceChange.id]
- }));
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
-
- var _iterator2 = transform_transaction_createForOfIteratorHelper(transaction.displayChange),
- _step2;
-
- try {
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
- var displayChange = _step2.value;
- transactions.push(Object.freeze({
- type: 'displayChange',
- obj: displayChange,
- layerName: layerIdToName[displayChange.id]
- }));
- }
- } catch (err) {
- _iterator2.e(err);
- } finally {
- _iterator2.f();
- }
-
- return transactions;
-}
-
-function transform_entry(entry, layerIdToName) {
- var _entry$type$name;
-
- var type = entry.increment;
- var timestamp = entry.timeStamp;
- var time = nanos_to_string(timestamp);
-
- switch (type) {
- case 'transaction':
- return Object.freeze({
- type: type,
- // TODO: Rename to changes
- transactions: transform_transaction(entry.transaction, layerIdToName),
- synchronous: entry.transaction.synchronous,
- animation: entry.transaction.animation,
- identifier: entry.transaction.id,
- time: time,
- origin: entry.transaction.origin,
- timestamp: timestamp
- });
-
- case 'surfaceCreation':
- // NOTE: There is no break on purpose — we want to fall through to default
- layerIdToName[entry[type].id] = entry[type].name;
-
- default:
- return Object.freeze({
- type: type,
- obj: entry[type],
- layerName: (_entry$type$name = entry[type].name) !== null && _entry$type$name !== void 0 ? _entry$type$name : layerIdToName[entry[type].id],
- time: time,
- timestamp: timestamp
- });
- }
-}
-
-function transform_transaction_trace(entries) {
- var layerIdToName = {};
- var data = entries.increment.map(function (entry) {
- return transform_entry(entry, layerIdToName);
- });
- return {
- children: data
- };
-}
-
-
-// CONCATENATED MODULE: ./src/transform_wl.js
-/*
- * Copyright 2019, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-function transform_wl_layer(layer) {
- function is_visible(layer) {
- return layer.parent == 0 || layer.visibleInParent && layer.visible && layer.hidden != 1;
- }
-
- var chips = [];
- var rect = layer.displayFrame;
- var visible = is_visible(layer);
-
- if (visible && layer.parent != 0) {
- chips.push(get_visible_chip());
- }
-
- if (!visible) {
- rect = undefined;
- }
-
- return transform_transform({
- obj: layer,
- kind: 'layer',
- name: layer.name,
- children: [[layer.resolvedChildren, transform_wl_layer]],
- rect: rect,
- highlight: rect,
- chips: chips,
- visible: visible,
- stableId: layer.id
- });
-}
-
-function transform_wl_container(cntnr) {
- var rect = cntnr.geometry;
- var layersList = cntnr.layers || [];
- return transform_transform({
- obj: cntnr,
- kind: 'container',
- name: cntnr.name,
- children: [[layersList, transform_wl_layer]],
- rect: rect,
- highlight: rect,
- stableId: cntnr.id
- });
-}
-
-function transform_wl_outputstate(layers) {
- var containerList = layers.containers || [];
- var fullBounds = layers.fullBounds;
- return transform_transform({
- obj: {
- name: "Output State",
- fullBounds: fullBounds
- },
- kind: 'outputstate',
- name: 'Output State',
- rect: fullBounds,
- highlight: fullBounds,
- children: [[containerList, transform_wl_container]]
- });
-}
-
-function transform_wl_entry(entry) {
- return transform_transform({
- obj: entry,
- kind: 'entry',
- name: nanos_to_string(entry.elapsedRealtimeNanos) + " - " + entry.where,
- children: [[[entry.state], transform_wl_outputstate]],
- timestamp: entry.elapsedRealtimeNanos,
- stableId: 'entry'
- });
-}
-
-function transform_wayland_trace(entries) {
- var r = transform_transform({
- obj: entries,
- kind: 'wltrace',
- name: 'wltrace',
- children: [[entries.entry, transform_wl_entry]]
- });
- return r;
-}
-
-
-// EXTERNAL MODULE: /home/charlesccchen/code/android/master/frameworks/base/data/etc/services.core.protolog.json
-var services_core_protolog = __webpack_require__("e/Vj");
-
-// EXTERNAL MODULE: ./node_modules/jszip/dist/jszip.min.js
-var jszip_min = __webpack_require__("xOOu");
-var jszip_min_default = /*#__PURE__*/__webpack_require__.n(jszip_min);
-
-// CONCATENATED MODULE: ./src/traces/TraceBase.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
- return new (P || (P = Promise))(function (resolve, reject) {
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
- step((generator = generator.apply(thisArg, _arguments || [])).next());
- });
-};
-var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
- function verb(n) { return function (v) { return step([n, v]); }; }
- function step(op) {
- if (f) throw new TypeError("Generator is already executing.");
- while (_) try {
- 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;
- if (y = 0, t) op = [op[0] & 2, t.value];
- switch (op[0]) {
- case 0: case 1: t = op; break;
- case 4: _.label++; return { value: op[1], done: false };
- case 5: _.label++; y = op[1]; op = [0]; continue;
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
- default:
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
- if (t[2]) _.ops.pop();
- _.trys.pop(); continue;
- }
- op = body.call(thisArg, _);
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
- }
-};
-
-var TraceBase_Trace = /** @class */ (function () {
- function Trace(data, timeline, files) {
- this.selectedIndex = 0;
- this.data = data;
- this.timeline = timeline;
- this._files = files;
- }
- Object.defineProperty(Trace.prototype, "files", {
- get: function () {
- return Object.values(this._files).flat();
- },
- enumerable: false,
- configurable: true
- });
- Object.defineProperty(Trace.prototype, "blobUrl", {
- get: function () {
- var _this = this;
- if (this.files.length == 0) {
- return null;
- }
- if (this.files.length == 1) {
- return this.files[0].blobUrl;
- }
- var zip = new jszip_min_default.a();
- return (function () { return __awaiter(_this, void 0, void 0, function () {
- var _i, _a, file, blob;
- return __generator(this, function (_b) {
- switch (_b.label) {
- case 0:
- _i = 0, _a = this.files;
- _b.label = 1;
- case 1:
- if (!(_i < _a.length)) return [3 /*break*/, 4];
- file = _a[_i];
- return [4 /*yield*/, fetch(file.blobUrl).then(function (r) { return r.blob(); })];
- case 2:
- blob = _b.sent();
- zip.file(file.filename, blob);
- _b.label = 3;
- case 3:
- _i++;
- return [3 /*break*/, 1];
- case 4: return [4 /*yield*/, zip.generateAsync({ type: 'blob' })];
- case 5: return [2 /*return*/, _b.sent()];
- }
- });
- }); })();
- },
- enumerable: false,
- configurable: true
- });
- return Trace;
-}());
-/* harmony default export */ var TraceBase = (TraceBase_Trace);
-
-// CONCATENATED MODULE: ./src/traces/ProtoLog.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var __extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-
-
-var ProtoLog_ProtoLog = /** @class */ (function (_super) {
- __extends(ProtoLog, _super);
- function ProtoLog(files) {
- var _this = this;
- var protoLogFile = files[FILE_TYPES.PROTO_LOG];
- _this = _super.call(this, protoLogFile.data, protoLogFile.timeline, files) || this;
- _this.protoLogFile = protoLogFile;
- return _this;
- }
- Object.defineProperty(ProtoLog.prototype, "type", {
- get: function () {
- return TRACE_TYPES.PROTO_LOG;
- },
- enumerable: false,
- configurable: true
- });
- return ProtoLog;
-}(TraceBase));
-/* harmony default export */ var traces_ProtoLog = (ProtoLog_ProtoLog);
-var LogMessage = /** @class */ (function () {
- function LogMessage(_a) {
- var text = _a.text, time = _a.time, tag = _a.tag, level = _a.level, at = _a.at, timestamp = _a.timestamp;
- this.text = text;
- this.time = time;
- this.tag = tag;
- this.level = level;
- this.at = at;
- this.timestamp = timestamp;
- }
- return LogMessage;
-}());
-
-var ProtoLog_FormattedLogMessage = /** @class */ (function (_super) {
- __extends(FormattedLogMessage, _super);
- function FormattedLogMessage(entry) {
- return _super.call(this, {
- text: (entry.messageHash.toString() +
- ' - [' + entry.strParams.toString() +
- '] [' + entry.sint64Params.toString() +
- '] [' + entry.doubleParams.toString() +
- '] [' + entry.booleanParams.toString() + ']'),
- time: nanos_to_string(entry.elapsedRealtimeNanos),
- tag: 'INVALID',
- level: 'invalid',
- at: '',
- timestamp: entry.elapsedRealtimeNanos,
- }) || this;
- }
- return FormattedLogMessage;
-}(LogMessage));
-
-var ProtoLog_UnformattedLogMessage = /** @class */ (function (_super) {
- __extends(UnformattedLogMessage, _super);
- function UnformattedLogMessage(entry, message) {
- return _super.call(this, {
- text: formatText(message.message, entry),
- time: nanos_to_string(entry.elapsedRealtimeNanos),
- tag: services_core_protolog.groups[message.group].tag,
- level: message.level,
- at: message.at,
- timestamp: entry.elapsedRealtimeNanos,
- }) || this;
- }
- return UnformattedLogMessage;
-}(LogMessage));
-
-function formatText(messageFormat, data) {
- var out = '';
- var strParams = data.strParams;
- var strParamsIdx = 0;
- var sint64Params = data.sint64Params;
- var sint64ParamsIdx = 0;
- var doubleParams = data.doubleParams;
- var doubleParamsIdx = 0;
- var booleanParams = data.booleanParams;
- var booleanParamsIdx = 0;
- for (var i = 0; i < messageFormat.length;) {
- if (messageFormat[i] == '%') {
- if (i + 1 >= messageFormat.length) {
- // Should never happen - protologtool checks for that
- throw new Error('Invalid format string');
- }
- switch (messageFormat[i + 1]) {
- case '%':
- out += '%';
- break;
- case 'd':
- out += getParam(sint64Params, sint64ParamsIdx++).toString(10);
- break;
- case 'o':
- out += getParam(sint64Params, sint64ParamsIdx++).toString(8);
- break;
- case 'x':
- out += getParam(sint64Params, sint64ParamsIdx++).toString(16);
- break;
- case 'f':
- out += getParam(doubleParams, doubleParamsIdx++).toFixed(6);
- break;
- case 'e':
- out += getParam(doubleParams, doubleParamsIdx++).toExponential();
- break;
- case 'g':
- out += getParam(doubleParams, doubleParamsIdx++).toString();
- break;
- case 's':
- out += getParam(strParams, strParamsIdx++);
- break;
- case 'b':
- out += getParam(booleanParams, booleanParamsIdx++).toString();
- break;
- default:
- // Should never happen - protologtool checks for that
- throw new Error('Invalid format string conversion: ' +
- messageFormat[i + 1]);
- }
- i += 2;
- }
- else {
- out += messageFormat[i];
- i += 1;
- }
- }
- return out;
-}
-function getParam(arr, idx) {
- if (arr.length <= idx) {
- throw new Error('No param for format string conversion');
- }
- return arr[idx];
-}
-
-// CONCATENATED MODULE: ./src/transform_protolog.js
-function transform_protolog_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { transform_protolog_typeof = function _typeof(obj) { return typeof obj; }; } else { transform_protolog_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return transform_protolog_typeof(obj); }
-
-function transform_protolog_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
-
-function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
-
-function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
-
-function _possibleConstructorReturn(self, call) { if (call && (transform_protolog_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
-
-function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
-
-function _wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); }
-
-function _construct(Parent, args, Class) { if (_isNativeReflectConstruct()) { _construct = Reflect.construct; } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); }
-
-function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
-
-function _isNativeFunction(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; }
-
-function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
-
-function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
-
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-var PROTOLOG_VERSION = '1.0.0';
-
-var FormatStringMismatchError = /*#__PURE__*/function (_Error) {
- _inherits(FormatStringMismatchError, _Error);
-
- var _super = _createSuper(FormatStringMismatchError);
-
- function FormatStringMismatchError(message) {
- transform_protolog_classCallCheck(this, FormatStringMismatchError);
-
- return _super.call(this, message);
- }
-
- return FormatStringMismatchError;
-}( /*#__PURE__*/_wrapNativeSuper(Error));
-
-function transformMessage(entry) {
- var message = services_core_protolog.messages[entry.messageHash];
-
- if (message === undefined) {
- return new ProtoLog_FormattedLogMessage(entry);
- } else {
- try {
- return new ProtoLog_UnformattedLogMessage(entry, message);
- } catch (err) {
- if (err instanceof FormatStringMismatchError) {
- return new ProtoLog_FormattedLogMessage(entry);
- }
-
- throw err;
- }
- }
-}
-
-function transformProtolog(log) {
- if (log.version !== PROTOLOG_VERSION) {
- throw new Error('Unsupported log version');
- }
-
- if (services_core_protolog.version !== PROTOLOG_VERSION) {
- throw new Error('Unsupported viewer config version');
- }
-
- var data = log.log.map(function (entry) {
- return transformMessage(entry);
- });
- data.sort(function (a, b) {
- return a.timestamp - b.timestamp;
- });
- var transformed = {
- children: data
- };
- return transformed;
-}
-
-
-// CONCATENATED MODULE: ./src/transform_sys_ui.js
-/*
- * Copyright 2019, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-function transform_edgeBack(edgeBack) {
- return transform_transform({
- obj: edgeBack,
- kind: 'edgeBack',
- name: 'edgeBack',
- children: []
- });
-}
-
-function transform_systemUi(sysui) {
- return transform_transform({
- obj: sysui,
- kind: 'systemUi',
- name: 'systemUi',
- children: [[[sysui.edgeBackGestureHandler], transform_edgeBack]]
- });
-}
-
-function transform_sys_ui_transform_entry(entry) {
- return transform_transform({
- obj: entry,
- kind: 'entry',
- name: nanos_to_string(entry.elapsedRealtimeNanos),
- children: [[[entry.systemUi], transform_systemUi]],
- timestamp: entry.elapsedRealtimeNanos,
- stableId: 'entry'
- });
-}
-
-function transform_sysui_trace(entries) {
- return transform_transform({
- obj: entries,
- kind: 'entries',
- name: 'entries',
- children: [[entries.entry, transform_sys_ui_transform_entry]]
- });
-}
-
-
-// CONCATENATED MODULE: ./src/transform_launcher.js
-/*
- * Copyright 2019, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-function transform_launcher(launcher) {
- return transform_transform({
- obj: launcher,
- kind: 'launcher',
- name: 'launcher',
- children: []
- });
-}
-
-function transform_launcher_transform_entry(entry) {
- return transform_transform({
- obj: entry,
- kind: 'entry',
- name: nanos_to_string(entry.elapsedRealtimeNanos),
- children: [[[entry.launcher], transform_launcher]],
- timestamp: entry.elapsedRealtimeNanos,
- stableId: 'entry'
- });
-}
-
-function transform_launcher_trace(entries) {
- return transform_transform({
- obj: entries,
- kind: 'entries',
- name: 'entries',
- children: [[entries.entry, transform_launcher_transform_entry]]
- });
-}
-
-
-// CONCATENATED MODULE: ./src/transform_ime.js
-
-
-function transform_ime_trace_clients(entries) {
- return transform_transform({
- obj: entries,
- kind: 'entries',
- name: 'entries',
- children: [[entries.entry, transform_entry_clients]]
- });
-}
-
-function transform_entry_clients(entry) {
- return transform_transform({
- obj: entry,
- kind: 'entry',
- name: nanos_to_string(entry.elapsedRealtimeNanos) + " - " + entry.where,
- children: [[[entry.client], transform_client_dump]],
- timestamp: entry.elapsedRealtimeNanos,
- stableId: 'entry'
- });
-}
-
-function transform_client_dump(entry) {
- var _entry$inputMethodMan, _entry$viewRootImpl, _entry$editorInfo;
-
- return transform_transform({
- obj: transform_input_connection_call(entry),
- kind: 'Client',
- name: '\n- methodId ' + (entry === null || entry === void 0 ? void 0 : (_entry$inputMethodMan = entry.inputMethodManager) === null || _entry$inputMethodMan === void 0 ? void 0 : _entry$inputMethodMan.curId) + '\n- view ' + (entry === null || entry === void 0 ? void 0 : (_entry$viewRootImpl = entry.viewRootImpl) === null || _entry$viewRootImpl === void 0 ? void 0 : _entry$viewRootImpl.view) + '\n- packageName ' + (entry === null || entry === void 0 ? void 0 : (_entry$editorInfo = entry.editorInfo) === null || _entry$editorInfo === void 0 ? void 0 : _entry$editorInfo.packageName),
- children: [],
- stableId: 'client'
- });
-}
-
-function transform_ime_trace_service(entries) {
- return transform_transform({
- obj: entries,
- kind: 'entries',
- name: 'entries',
- children: [[entries.entry, transform_entry_service]]
- });
-}
-
-function transform_entry_service(entry) {
- return transform_transform({
- obj: entry,
- kind: 'entry',
- name: nanos_to_string(entry.elapsedRealtimeNanos) + " - " + entry.where,
- children: [[[entry.inputMethodService], transform_service_dump]],
- timestamp: entry.elapsedRealtimeNanos,
- stableId: 'entry'
- });
-}
-
-function transform_service_dump(entry) {
- var _entry$inputEditorInf;
-
- return transform_transform({
- obj: transform_input_connection_call(entry),
- kind: 'InputMethodService',
- name: '\n- windowVisible ' + (entry === null || entry === void 0 ? void 0 : entry.windowVisible) + '\n- decorViewVisible ' + (entry === null || entry === void 0 ? void 0 : entry.decorViewVisible) + '\n- packageName ' + (entry === null || entry === void 0 ? void 0 : (_entry$inputEditorInf = entry.inputEditorInfo) === null || _entry$inputEditorInf === void 0 ? void 0 : _entry$inputEditorInf.packageName),
- children: [],
- stableId: 'service'
- });
-}
-
-function transform_ime_trace_managerservice(entries) {
- return transform_transform({
- obj: entries,
- kind: 'entries',
- name: 'entries',
- children: [[entries.entry, transform_entry_managerservice]]
- });
-}
-
-function transform_entry_managerservice(entry) {
- return transform_transform({
- obj: entry,
- kind: 'entry',
- name: nanos_to_string(entry.elapsedRealtimeNanos) + " - " + entry.where,
- children: [[[entry.inputMethodManagerService], transform_managerservice_dump]],
- timestamp: entry.elapsedRealtimeNanos,
- stableId: 'entry'
- });
-}
-
-function transform_managerservice_dump(entry) {
- return transform_transform({
- obj: entry,
- kind: 'InputMethodManagerService',
- name: '\n- methodId ' + (entry === null || entry === void 0 ? void 0 : entry.curMethodId) + '\n- curFocusedWindow ' + (entry === null || entry === void 0 ? void 0 : entry.curFocusedWindowName) + '\n- lastImeTargetWindow ' + (entry === null || entry === void 0 ? void 0 : entry.lastImeTargetWindowName) + '\n- inputShown ' + (entry === null || entry === void 0 ? void 0 : entry.inputShown),
- children: [],
- stableId: 'managerservice'
- });
-}
-
-function transform_input_connection_call(entry) {
- var obj = Object.assign({}, entry);
-
- if (obj.inputConnectionCall) {
- Object.getOwnPropertyNames(obj.inputConnectionCall).forEach(function (name) {
- var value = Object.getOwnPropertyDescriptor(obj.inputConnectionCall, name);
- if (!value.value) delete obj.inputConnectionCall[name];
- });
- }
-
- return obj;
-}
-
-
-// CONCATENATED MODULE: ./src/decodeVideo.js
-/*
- * Copyright 2017, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var WINSCOPE_META_MAGIC_STRING = [0x23, 0x56, 0x56, 0x31, 0x4e, 0x53, 0x43, 0x30, 0x50, 0x45, 0x54, 0x31, 0x4d, 0x45, 0x21, 0x23]; // #VV1NSC0PET1ME!#
-// Suitable only for short patterns
-
-function findFirstInArray(array, pattern) {
- for (var i = 0; i < array.length; i++) {
- var match = true;
-
- for (var j = 0; j < pattern.length; j++) {
- if (array[i + j] != pattern[j]) {
- match = false;
- break;
- }
- }
-
- if (match) {
- return i;
- }
- }
-
- return -1;
-}
-
-function parseUintNLE(buffer, position, bytes) {
- var num = 0;
-
- for (var i = bytes - 1; i >= 0; i--) {
- num = num * 256;
- num += buffer[position + i];
- }
-
- return num;
-}
-
-function parseUint32LE(buffer, position) {
- return parseUintNLE(buffer, position, 4);
-}
-
-function parseUint64LE(buffer, position) {
- return parseUintNLE(buffer, position, 8);
-}
-
-function mp4Decoder(buffer) {
- var dataStart = findFirstInArray(buffer, WINSCOPE_META_MAGIC_STRING);
-
- if (dataStart < 0) {
- throw new Error('Unable to find sync metadata in the file. Are you using the latest Android ScreenRecorder version?');
- }
-
- dataStart += WINSCOPE_META_MAGIC_STRING.length;
- var frameNum = parseUint32LE(buffer, dataStart);
- dataStart += 4;
- var timeline = [];
-
- for (var i = 0; i < frameNum; i++) {
- timeline.push(parseUint64LE(buffer, dataStart) * 1000);
- dataStart += 8;
- }
-
- return [buffer, timeline];
-}
-
-
-// CONCATENATED MODULE: ./src/traces/SurfaceFlinger.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var SurfaceFlinger_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-var SurfaceFlinger_SurfaceFlinger = /** @class */ (function (_super) {
- SurfaceFlinger_extends(SurfaceFlinger, _super);
- function SurfaceFlinger(files) {
- var _this = this;
- var sfTraceFile = files[FILE_TYPES.SURFACE_FLINGER_TRACE];
- _this = _super.call(this, sfTraceFile.data, sfTraceFile.timeline, files) || this;
- _this.sfTraceFile = sfTraceFile;
- return _this;
- }
- Object.defineProperty(SurfaceFlinger.prototype, "type", {
- get: function () {
- return TRACE_TYPES.SURFACE_FLINGER;
- },
- enumerable: false,
- configurable: true
- });
- return SurfaceFlinger;
-}(TraceBase));
-/* harmony default export */ var traces_SurfaceFlinger = (SurfaceFlinger_SurfaceFlinger);
-
-// CONCATENATED MODULE: ./src/flickerlib/mixin.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/**
- * Get the properties of a WM object for display.
- *
- * @param entry WM hierarchy element
- * @param proto Associated proto object
- */
-function getPropertiesForDisplay(proto, entry) {
- var _a;
- var obj = Object.assign({}, entry);
- if (obj.children)
- delete obj.children;
- // obj = ObjectFormatter.format(obj)
- obj.proto = Object.assign({}, proto);
- if (obj.proto.children)
- delete obj.proto.children;
- if (obj.proto.childWindows)
- delete obj.proto.childWindows;
- if (obj.proto.childrenWindows)
- delete obj.proto.childrenWindows;
- if (obj.proto.childContainers)
- delete obj.proto.childContainers;
- if (obj.proto.windowToken)
- delete obj.proto.windowToken;
- if (obj.proto.rootDisplayArea)
- delete obj.proto.rootDisplayArea;
- if (obj.proto.rootWindowContainer)
- delete obj.proto.rootWindowContainer;
- if ((_a = obj.proto.windowContainer) === null || _a === void 0 ? void 0 : _a.children)
- delete obj.proto.windowContainer.children;
- obj = flickerlib_ObjectFormatter.format(obj);
- return obj;
-}
-function shortenName(name) {
- var classParts = (name + "").split(".");
- if (classParts.length <= 3) {
- return name;
- }
- var className = classParts.slice(-1)[0]; // last element
- return classParts[0] + "." + classParts[1] + ".(...)." + className;
-}
-
-// CONCATENATED MODULE: ./src/flickerlib/windows/Activity.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-
-
-Activity.fromProto = function (proto) {
- if (proto == null) {
- return null;
- }
- else {
- var children = proto.windowToken.windowContainer.children.reverse()
- .filter(function (it) { return it != null; })
- .map(function (it) { return windows_WindowContainer.childrenFromProto(it, /* isActivityInTree */ true); });
- var windowContainer = windows_WindowContainer.fromProto({ proto: proto.windowToken.windowContainer,
- children: children, identifierOverride: proto.identifier });
- if (windowContainer == null) {
- throw "Window container should not be null: " + JSON.stringify(proto);
- }
- var entry = new Activity(proto.name, proto.state, proto.visible, proto.frontOfTask, proto.procId, proto.translucent, windowContainer);
- entry.obj = getPropertiesForDisplay(proto, entry);
- entry.kind = entry.constructor.name;
- entry.shortName = shortenName(entry.name);
- entry.rawTreeViewObject = asRawTreeViewObject(entry);
- console.warn("Created ", entry.kind, " stableId=", entry.stableId);
- return entry;
- }
-};
-/* harmony default export */ var windows_Activity = (Activity);
-
-// CONCATENATED MODULE: ./src/flickerlib/windows/DisplayArea.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-
-
-DisplayArea.fromProto = function (proto, isActivityInTree) {
- if (proto == null) {
- return null;
- }
- else {
- var children = proto.windowContainer.children.reverse()
- .filter(function (it) { return it != null; })
- .map(function (it) { return windows_WindowContainer.childrenFromProto(it, isActivityInTree); });
- var windowContainer = windows_WindowContainer.fromProto({ proto: proto.windowContainer,
- children: children, nameOverride: proto.name });
- if (windowContainer == null) {
- throw "Window container should not be null: " + JSON.stringify(proto);
- }
- var entry = new DisplayArea(proto.isTaskDisplayArea, windowContainer);
- entry.obj = getPropertiesForDisplay(proto, entry);
- entry.kind = entry.constructor.name;
- entry.shortName = shortenName(entry.name);
- entry.rawTreeViewObject = asRawTreeViewObject(entry);
- console.warn("Created ", entry.kind, " stableId=", entry.stableId);
- return entry;
- }
-};
-/* harmony default export */ var windows_DisplayArea = (DisplayArea);
-
-// CONCATENATED MODULE: ./src/flickerlib/windows/DisplayContent.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-
-
-DisplayContent.fromProto = function (proto, isActivityInTree) {
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2;
- if (proto == null) {
- return null;
- }
- else {
- var children = proto.rootDisplayArea.windowContainer.children.reverse()
- .filter(function (it) { return it != null; })
- .map(function (it) { return windows_WindowContainer.childrenFromProto(it, isActivityInTree); });
- var windowContainer = windows_WindowContainer.fromProto({ proto: proto.rootDisplayArea.windowContainer,
- children: children, nameOverride: (_b = (_a = proto.displayInfo) === null || _a === void 0 ? void 0 : _a.name) !== null && _b !== void 0 ? _b : null });
- if (windowContainer == null) {
- throw "Window container should not be null: " + JSON.stringify(proto);
- }
- var displayRectWidth = (_d = (_c = proto.displayInfo) === null || _c === void 0 ? void 0 : _c.logicalWidth) !== null && _d !== void 0 ? _d : 0;
- var displayRectHeight = (_f = (_e = proto.displayInfo) === null || _e === void 0 ? void 0 : _e.logicalHeight) !== null && _f !== void 0 ? _f : 0;
- var appRectWidth = (_h = (_g = proto.displayInfo) === null || _g === void 0 ? void 0 : _g.appWidth) !== null && _h !== void 0 ? _h : 0;
- var appRectHeight = (_k = (_j = proto.displayInfo) === null || _j === void 0 ? void 0 : _j.appHeight) !== null && _k !== void 0 ? _k : 0;
- var defaultBounds = (_m = (_l = proto.pinnedStackController) === null || _l === void 0 ? void 0 : _l.defaultBounds) !== null && _m !== void 0 ? _m : null;
- var movementBounds = (_p = (_o = proto.pinnedStackController) === null || _o === void 0 ? void 0 : _o.movementBounds) !== null && _p !== void 0 ? _p : null;
- var entry = new DisplayContent(proto.id, proto.focusedRootTaskId, (_r = (_q = proto.resumedActivity) === null || _q === void 0 ? void 0 : _q.title) !== null && _r !== void 0 ? _r : "", proto.singleTaskInstance, toRect(defaultBounds), toRect(movementBounds), new Rect(0, 0, displayRectWidth, displayRectHeight), new Rect(0, 0, appRectWidth, appRectHeight), proto.dpi, (_t = (_s = proto.displayInfo) === null || _s === void 0 ? void 0 : _s.flags) !== null && _t !== void 0 ? _t : 0, toRect((_u = proto.displayFrames) === null || _u === void 0 ? void 0 : _u.stableBounds), proto.surfaceSize, proto.focusedApp, (_w = (_v = proto.appTransition) === null || _v === void 0 ? void 0 : _v.lastUsedAppTransition) !== null && _w !== void 0 ? _w : "", (_y = (_x = proto.appTransition) === null || _x === void 0 ? void 0 : _x.appTransitionState) !== null && _y !== void 0 ? _y : "", (_0 = (_z = proto.displayRotation) === null || _z === void 0 ? void 0 : _z.rotation) !== null && _0 !== void 0 ? _0 : 0, (_2 = (_1 = proto.displayRotation) === null || _1 === void 0 ? void 0 : _1.lastOrientation) !== null && _2 !== void 0 ? _2 : 0, windowContainer);
- entry.obj = getPropertiesForDisplay(proto, entry);
- entry.kind = entry.constructor.name;
- entry.shortName = shortenName(entry.name);
- entry.rawTreeViewObject = asRawTreeViewObject(entry);
- console.warn("Created ", entry.kind, " stableId=", entry.stableId);
- return entry;
- }
-};
-/* harmony default export */ var windows_DisplayContent = (DisplayContent);
-
-// CONCATENATED MODULE: ./src/flickerlib/windows/Task.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-
-
-Task.fromProto = function (proto, isActivityInTree) {
- var _a, _b;
- if (proto == null) {
- return null;
- }
- else {
- var children = proto.taskFragment.windowContainer.children.reverse()
- .filter(function (it) { return it != null; })
- .map(function (it) { return windows_WindowContainer.childrenFromProto(it, isActivityInTree); });
- var windowContainer = windows_WindowContainer.fromProto({ proto: proto.taskFragment.windowContainer,
- children: children });
- if (windowContainer == null) {
- throw "Window container should not be null: " + JSON.stringify(proto);
- }
- var entry = new Task(proto.taskFragment.activityType, proto.fillsParent, toRect(proto.bounds), proto.id, proto.rootTaskId, proto.taskFragment.displayId, toRect(proto.lastNonFullscreenBounds), proto.realActivity, proto.origActivity, proto.resizeMode, (_b = (_a = proto.resumedActivity) === null || _a === void 0 ? void 0 : _a.title) !== null && _b !== void 0 ? _b : "", proto.animatingBounds, proto.surfaceWidth, proto.surfaceHeight, proto.createdByOrganizer, proto.taskFragment.minWidth, proto.taskFragment.minHeight, windowContainer);
- entry.obj = getPropertiesForDisplay(proto, entry);
- entry.kind = entry.constructor.name;
- entry.shortName = shortenName(entry.name);
- entry.rawTreeViewObject = asRawTreeViewObject(entry);
- console.warn("Created ", entry.kind, " stableId=", entry.stableId);
- return entry;
- }
-};
-/* harmony default export */ var windows_Task = (Task);
-
-// CONCATENATED MODULE: ./src/flickerlib/windows/TaskFragment.ts
-/*
- * Copyright 2021, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-
-
-TaskFragment.fromProto = function (proto, isActivityInTree) {
- if (proto == null) {
- return null;
- }
- else {
- var children = proto.windowContainer.children.reverse()
- .filter(function (it) { return it != null; })
- .map(function (it) { return windows_WindowContainer.childrenFromProto(it, isActivityInTree); });
- var windowContainer = windows_WindowContainer.fromProto({ proto: proto.windowContainer,
- children: children });
- if (windowContainer == null) {
- throw "Window container should not be null: " + JSON.stringify(proto);
- }
- var entry = new TaskFragment(proto.activityType, proto.displayId, proto.minWidth, proto.minHeight, windowContainer);
- entry.obj = getPropertiesForDisplay(proto, entry);
- entry.kind = entry.constructor.name;
- entry.shortName = shortenName(entry.name);
- entry.rawTreeViewObject = asRawTreeViewObject(entry);
- console.warn("Created ", entry.kind, " stableId=", entry.stableId);
- return entry;
- }
-};
-/* harmony default export */ var windows_TaskFragment = (TaskFragment);
-
-// CONCATENATED MODULE: ./src/flickerlib/treeview/Chip.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var Chip = /** @class */ (function () {
- function Chip(short, long, type) {
- this.short = short;
- this.long = long;
- this.type = type;
- }
- return Chip;
-}());
-/* harmony default export */ var treeview_Chip = (Chip);
-
-// CONCATENATED MODULE: ./src/flickerlib/treeview/ChipType.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var ChipType;
-(function (ChipType) {
- ChipType["DEFAULT"] = "default";
-})(ChipType || (ChipType = {}));
-/* harmony default export */ var treeview_ChipType = (ChipType);
-
-// CONCATENATED MODULE: ./src/flickerlib/treeview/Chips.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-var VISIBLE_CHIP = new treeview_Chip("V", "visible", treeview_ChipType.DEFAULT);
-
-// CONCATENATED MODULE: ./src/flickerlib/windows/WindowState.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-
-
-
-WindowState.fromProto = function (proto, isActivityInTree) {
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
- if (proto == null) {
- return null;
- }
- else {
- var identifierName = (_d = (_b = (_a = proto.windowContainer.identifier) === null || _a === void 0 ? void 0 : _a.title) !== null && _b !== void 0 ? _b : (_c = proto.identifier) === null || _c === void 0 ? void 0 : _c.title) !== null && _d !== void 0 ? _d : "";
- var windowType = 0;
- if (identifierName.startsWith(WindowState.STARTING_WINDOW_PREFIX)) {
- windowType = WindowState.WINDOW_TYPE_STARTING;
- }
- else if (proto.animatingExit) {
- windowType = WindowState.WINDOW_TYPE_EXITING;
- }
- else if (identifierName.startsWith(WindowState.DEBUGGER_WINDOW_PREFIX)) {
- windowType = WindowState.WINDOW_TYPE_STARTING;
- }
- var nameOverride = identifierName;
- if (identifierName.startsWith(WindowState.STARTING_WINDOW_PREFIX)) {
- nameOverride = identifierName.substring(WindowState.STARTING_WINDOW_PREFIX.length);
- }
- else if (identifierName.startsWith(WindowState.DEBUGGER_WINDOW_PREFIX)) {
- nameOverride = identifierName.substring(WindowState.DEBUGGER_WINDOW_PREFIX.length);
- }
- var children = proto.windowContainer.children.reverse()
- .filter(function (it) { return it != null; })
- .map(function (it) { return windows_WindowContainer.childrenFromProto(it, isActivityInTree); });
- var windowContainer = windows_WindowContainer.fromProto({
- proto: proto.windowContainer,
- children: children,
- nameOverride: nameOverride,
- identifierOverride: proto.identifier
- });
- if (windowContainer == null) {
- throw "Window container should not be null: " + JSON.stringify(proto);
- }
- var entry = new WindowState(newWindowLayoutParams(proto.attributes), proto.displayId, proto.stackId, (_g = (_f = (_e = proto.animator) === null || _e === void 0 ? void 0 : _e.surface) === null || _f === void 0 ? void 0 : _f.layer) !== null && _g !== void 0 ? _g : 0, (_k = (_j = (_h = proto.animator) === null || _h === void 0 ? void 0 : _h.surface) === null || _j === void 0 ? void 0 : _j.shown) !== null && _k !== void 0 ? _k : false, windowType, new Bounds(proto.requestedWidth, proto.requestedHeight), toRect(proto.surfacePosition), toRect((_m = (_l = proto.windowFrames) === null || _l === void 0 ? void 0 : _l.frame) !== null && _m !== void 0 ? _m : null), toRect((_p = (_o = proto.windowFrames) === null || _o === void 0 ? void 0 : _o.containingFrame) !== null && _p !== void 0 ? _p : null), toRect((_r = (_q = proto.windowFrames) === null || _q === void 0 ? void 0 : _q.parentFrame) !== null && _r !== void 0 ? _r : null), toRect((_t = (_s = proto.windowFrames) === null || _s === void 0 ? void 0 : _s.contentFrame) !== null && _t !== void 0 ? _t : null), toRect((_v = (_u = proto.windowFrames) === null || _u === void 0 ? void 0 : _u.contentInsets) !== null && _v !== void 0 ? _v : null), toRect(proto.surfaceInsets), toRect(proto.givenContentInsets), toRect((_x = (_w = proto.animator) === null || _w === void 0 ? void 0 : _w.lastClipRect) !== null && _x !== void 0 ? _x : null), windowContainer,
- /* isAppWindow */ isActivityInTree);
- entry.kind = entry.constructor.name;
- entry.rect = entry.frame;
- entry.rect.ref = entry;
- entry.rect.label = entry.name;
- entry.obj = getPropertiesForDisplay(proto, entry);
- entry.shortName = shortenName(entry.name);
- entry.visible = (_y = entry.isVisible) !== null && _y !== void 0 ? _y : false;
- entry.chips = entry.isVisible ? [VISIBLE_CHIP] : [];
- entry.rawTreeViewObject = asRawTreeViewObject(entry);
- return entry;
- }
-};
-function newWindowLayoutParams(proto) {
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5;
- return new WindowLayoutParams(
- /* type */ (_a = proto === null || proto === void 0 ? void 0 : proto.type) !== null && _a !== void 0 ? _a : 0,
- /* x */ (_b = proto === null || proto === void 0 ? void 0 : proto.x) !== null && _b !== void 0 ? _b : 0,
- /* y */ (_c = proto === null || proto === void 0 ? void 0 : proto.y) !== null && _c !== void 0 ? _c : 0,
- /* width */ (_d = proto === null || proto === void 0 ? void 0 : proto.width) !== null && _d !== void 0 ? _d : 0,
- /* height */ (_e = proto === null || proto === void 0 ? void 0 : proto.height) !== null && _e !== void 0 ? _e : 0,
- /* horizontalMargin */ (_f = proto === null || proto === void 0 ? void 0 : proto.horizontalMargin) !== null && _f !== void 0 ? _f : 0,
- /* verticalMargin */ (_g = proto === null || proto === void 0 ? void 0 : proto.verticalMargin) !== null && _g !== void 0 ? _g : 0,
- /* gravity */ (_h = proto === null || proto === void 0 ? void 0 : proto.gravity) !== null && _h !== void 0 ? _h : 0,
- /* softInputMode */ (_j = proto === null || proto === void 0 ? void 0 : proto.softInputMode) !== null && _j !== void 0 ? _j : 0,
- /* format */ (_k = proto === null || proto === void 0 ? void 0 : proto.format) !== null && _k !== void 0 ? _k : 0,
- /* windowAnimations */ (_l = proto === null || proto === void 0 ? void 0 : proto.windowAnimations) !== null && _l !== void 0 ? _l : 0,
- /* alpha */ (_m = proto === null || proto === void 0 ? void 0 : proto.alpha) !== null && _m !== void 0 ? _m : 0,
- /* screenBrightness */ (_o = proto === null || proto === void 0 ? void 0 : proto.screenBrightness) !== null && _o !== void 0 ? _o : 0,
- /* buttonBrightness */ (_p = proto === null || proto === void 0 ? void 0 : proto.buttonBrightness) !== null && _p !== void 0 ? _p : 0,
- /* rotationAnimation */ (_q = proto === null || proto === void 0 ? void 0 : proto.rotationAnimation) !== null && _q !== void 0 ? _q : 0,
- /* preferredRefreshRate */ (_r = proto === null || proto === void 0 ? void 0 : proto.preferredRefreshRate) !== null && _r !== void 0 ? _r : 0,
- /* preferredDisplayModeId */ (_s = proto === null || proto === void 0 ? void 0 : proto.preferredDisplayModeId) !== null && _s !== void 0 ? _s : 0,
- /* hasSystemUiListeners */ (_t = proto === null || proto === void 0 ? void 0 : proto.hasSystemUiListeners) !== null && _t !== void 0 ? _t : false,
- /* inputFeatureFlags */ (_u = proto === null || proto === void 0 ? void 0 : proto.inputFeatureFlags) !== null && _u !== void 0 ? _u : 0,
- /* userActivityTimeout */ (_v = proto === null || proto === void 0 ? void 0 : proto.userActivityTimeout) !== null && _v !== void 0 ? _v : 0,
- /* colorMode */ (_w = proto === null || proto === void 0 ? void 0 : proto.colorMode) !== null && _w !== void 0 ? _w : 0,
- /* flags */ (_x = proto === null || proto === void 0 ? void 0 : proto.flags) !== null && _x !== void 0 ? _x : 0,
- /* privateFlags */ (_y = proto === null || proto === void 0 ? void 0 : proto.privateFlags) !== null && _y !== void 0 ? _y : 0,
- /* systemUiVisibilityFlags */ (_z = proto === null || proto === void 0 ? void 0 : proto.systemUiVisibilityFlags) !== null && _z !== void 0 ? _z : 0,
- /* subtreeSystemUiVisibilityFlags */ (_0 = proto === null || proto === void 0 ? void 0 : proto.subtreeSystemUiVisibilityFlags) !== null && _0 !== void 0 ? _0 : 0,
- /* appearance */ (_1 = proto === null || proto === void 0 ? void 0 : proto.appearance) !== null && _1 !== void 0 ? _1 : 0,
- /* behavior */ (_2 = proto === null || proto === void 0 ? void 0 : proto.behavior) !== null && _2 !== void 0 ? _2 : 0,
- /* fitInsetsTypes */ (_3 = proto === null || proto === void 0 ? void 0 : proto.fitInsetsTypes) !== null && _3 !== void 0 ? _3 : 0,
- /* fitInsetsSides */ (_4 = proto === null || proto === void 0 ? void 0 : proto.fitInsetsSides) !== null && _4 !== void 0 ? _4 : 0,
- /* fitIgnoreVisibility */ (_5 = proto === null || proto === void 0 ? void 0 : proto.fitIgnoreVisibility) !== null && _5 !== void 0 ? _5 : false);
-}
-/* harmony default export */ var windows_WindowState = (WindowState);
-
-// CONCATENATED MODULE: ./src/flickerlib/windows/WindowToken.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-
-
-WindowToken.fromProto = function (proto, isActivityInTree) {
- if (proto == null) {
- return null;
- }
- var children = proto.windowContainer.children.reverse()
- .filter(function (it) { return it != null; })
- .map(function (it) { return windows_WindowContainer.childrenFromProto(it, isActivityInTree); });
- var windowContainer = windows_WindowContainer.fromProto({ proto: proto.windowContainer,
- children: children, tokenOverride: proto.hashCode });
- if (windowContainer == null) {
- throw "Window container should not be null: " + JSON.stringify(proto);
- }
- var entry = new WindowToken(windowContainer);
- entry.kind = entry.constructor.name;
- entry.obj = getPropertiesForDisplay(proto, entry);
- entry.shortName = shortenName(entry.name);
- entry.rawTreeViewObject = asRawTreeViewObject(entry);
- console.warn("Created ", entry.kind, " stableId=", entry.stableId);
- return entry;
-};
-/* harmony default export */ var windows_WindowToken = (WindowToken);
-
-// CONCATENATED MODULE: ./src/flickerlib/windows/WindowContainer.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-
-
-
-
-
-
-
-
-WindowContainer.fromProto = function (_a) {
- var _b, _c, _d, _e;
- var proto = _a.proto, children = _a.children, _f = _a.nameOverride, nameOverride = _f === void 0 ? null : _f, _g = _a.identifierOverride, identifierOverride = _g === void 0 ? null : _g, _h = _a.tokenOverride, tokenOverride = _h === void 0 ? null : _h;
- if (proto == null) {
- return null;
- }
- var identifier = identifierOverride !== null && identifierOverride !== void 0 ? identifierOverride : proto.identifier;
- var name = (_b = nameOverride !== null && nameOverride !== void 0 ? nameOverride : identifier === null || identifier === void 0 ? void 0 : identifier.title) !== null && _b !== void 0 ? _b : "";
- var token = (_e = (_c = tokenOverride === null || tokenOverride === void 0 ? void 0 : tokenOverride.toString(16)) !== null && _c !== void 0 ? _c : (_d = identifier === null || identifier === void 0 ? void 0 : identifier.hashCode) === null || _d === void 0 ? void 0 : _d.toString(16)) !== null && _e !== void 0 ? _e : "";
- var config = newConfigurationContainer(proto.configurationContainer);
- var entry = new WindowContainer(name, token, proto.orientation, proto.visible, config, children);
- // we remove the children property from the object to avoid it showing the
- // the properties view of the element as we can always see those elements'
- // properties by changing the target element in the hierarchy tree view.
- entry.obj = getPropertiesForDisplay(proto, entry);
- entry.kind = entry.constructor.name;
- entry.shortName = shortenName(entry.name);
- entry.rawTreeViewObject = asRawTreeViewObject(entry);
- return entry;
-};
-WindowContainer.childrenFromProto = function (proto, isActivityInTree) {
- var _a, _b, _c, _d, _e, _f, _g;
- return (_g = (_f = (_e = (_d = (_c = (_b = (_a = windows_DisplayContent.fromProto(proto.displayContent, isActivityInTree)) !== null && _a !== void 0 ? _a : windows_DisplayArea.fromProto(proto.displayArea, isActivityInTree)) !== null && _b !== void 0 ? _b : windows_Task.fromProto(proto.task, isActivityInTree)) !== null && _c !== void 0 ? _c : windows_TaskFragment.fromProto(proto.taskFragment, isActivityInTree)) !== null && _d !== void 0 ? _d : windows_Activity.fromProto(proto.activity)) !== null && _e !== void 0 ? _e : windows_WindowToken.fromProto(proto.windowToken, isActivityInTree)) !== null && _f !== void 0 ? _f : windows_WindowState.fromProto(proto.window, isActivityInTree)) !== null && _g !== void 0 ? _g : WindowContainer.fromProto({ proto: proto.windowContainer });
-};
-function newConfigurationContainer(proto) {
- var _a, _b, _c;
- var entry = new ConfigurationContainer(newConfiguration((_a = proto === null || proto === void 0 ? void 0 : proto.overrideConfiguration) !== null && _a !== void 0 ? _a : null), newConfiguration((_b = proto === null || proto === void 0 ? void 0 : proto.fullConfiguration) !== null && _b !== void 0 ? _b : null), newConfiguration((_c = proto === null || proto === void 0 ? void 0 : proto.mergedOverrideConfiguration) !== null && _c !== void 0 ? _c : null));
- entry.obj = entry;
- return entry;
-}
-function newConfiguration(proto) {
- var _a, _b, _c, _d, _e, _f, _g;
- if (proto == null) {
- return null;
- }
- var windowConfiguration = null;
- if (proto != null && proto.windowConfiguration != null) {
- windowConfiguration = newWindowConfiguration(proto.windowConfiguration);
- }
- return new Configuration(windowConfiguration, (_a = proto === null || proto === void 0 ? void 0 : proto.densityDpi) !== null && _a !== void 0 ? _a : 0, (_b = proto === null || proto === void 0 ? void 0 : proto.orientation) !== null && _b !== void 0 ? _b : 0, (_c = proto === null || proto === void 0 ? void 0 : proto.screenHeightDp) !== null && _c !== void 0 ? _c : 0, (_d = proto === null || proto === void 0 ? void 0 : proto.screenHeightDp) !== null && _d !== void 0 ? _d : 0, (_e = proto === null || proto === void 0 ? void 0 : proto.smallestScreenWidthDp) !== null && _e !== void 0 ? _e : 0, (_f = proto === null || proto === void 0 ? void 0 : proto.screenLayout) !== null && _f !== void 0 ? _f : 0, (_g = proto === null || proto === void 0 ? void 0 : proto.uiMode) !== null && _g !== void 0 ? _g : 0);
-}
-function newWindowConfiguration(proto) {
- return new WindowConfiguration(toRect(proto.appBounds), toRect(proto.bounds), toRect(proto.maxBounds), proto.windowingMode, proto.activityType);
-}
-/* harmony default export */ var windows_WindowContainer = (WindowContainer);
-
-// CONCATENATED MODULE: ./src/flickerlib/WindowManagerState.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-
-
-WindowManagerState.fromProto = function (_a) {
- var _b, _c;
- var proto = _a.proto, _d = _a.timestamp, timestamp = _d === void 0 ? 0 : _d, _e = _a.where, where = _e === void 0 ? "" : _e;
- var inputMethodWIndowAppToken = "";
- if (proto.inputMethodWindow != null) {
- proto.inputMethodWindow.hashCode.toString(16);
- }
- var rootWindowContainer = newRootWindowContainer(proto.rootWindowContainer);
- var keyguardControllerState = newKeyguardControllerState(proto.rootWindowContainer.keyguardController);
- var entry = new WindowManagerState(where, newWindowManagerPolicy(proto.policy), proto.focusedApp, proto.focusedDisplayId, (_c = (_b = proto.focusedWindow) === null || _b === void 0 ? void 0 : _b.title) !== null && _c !== void 0 ? _c : "", inputMethodWIndowAppToken, proto.rootWindowContainer.isHomeRecentsComponent, proto.displayFrozen, proto.rootWindowContainer.pendingActivities.map(function (it) { return it.title; }), rootWindowContainer, keyguardControllerState, timestamp = timestamp);
- entry.kind = entry.constructor.name;
- entry.rects = entry.windowStates.reverse().map(function (it) { return it.rect; });
- if (!entry.isComplete()) {
- entry.isIncompleteReason = entry.getIsIncompleteReason();
- }
- entry.obj = getPropertiesForDisplay(proto, entry);
- entry.shortName = entry.name;
- entry.chips = [];
- entry.visible = true;
- entry.rawTreeViewObject = asRawTreeViewObject(entry);
- console.warn("Created ", entry.kind, " stableId=", entry.stableId);
- return entry;
-};
-function newWindowManagerPolicy(proto) {
- return new WindowManagerPolicy(proto.focusedAppToken || "", proto.forceStatusBar, proto.forceStatusBarFromKeyguard, proto.keyguardDrawComplete, proto.keyguardOccluded, proto.keyguardOccludedChanged, proto.keyguardOccludedPending, proto.lastSystemUiFlags, proto.orientation, proto.rotation, proto.rotationMode, proto.screenOnFully, proto.windowManagerDrawComplete);
-}
-function newRootWindowContainer(proto) {
- var children = proto.windowContainer.children.reverse()
- .filter(function (it) { return it != null; })
- .map(function (it) { return windows_WindowContainer.childrenFromProto(it, /* isActivityInTree */ false); });
- var windowContainer = windows_WindowContainer.fromProto({ proto: proto.windowContainer, children: children });
- if (windowContainer == null) {
- throw "Window container should not be null: " + JSON.stringify(proto);
- }
- var entry = new RootWindowContainer(windowContainer);
- return entry;
-}
-function newKeyguardControllerState(proto) {
- var _a, _b;
- var keyguardOccludedStates = {};
- if (proto) {
- proto.keyguardOccludedStates.forEach(function (it) {
- return keyguardOccludedStates[it.displayId] = it.keyguardOccluded;
- });
- }
- return new KeyguardControllerState((_a = proto === null || proto === void 0 ? void 0 : proto.isAodShowing) !== null && _a !== void 0 ? _a : false, (_b = proto === null || proto === void 0 ? void 0 : proto.isKeyguardShowing) !== null && _b !== void 0 ? _b : false, keyguardOccludedStates);
-}
-/* harmony default export */ var flickerlib_WindowManagerState = (WindowManagerState);
-
-// CONCATENATED MODULE: ./src/flickerlib/WindowManagerTrace.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-WindowManagerTrace.fromProto = function (proto) {
- var entries = [];
- for (var _i = 0, _a = proto.entry; _i < _a.length; _i++) {
- var entryProto = _a[_i];
- var transformedEntry = flickerlib_WindowManagerState.fromProto({
- proto: entryProto.windowManagerService,
- timestamp: entryProto.elapsedRealtimeNanos,
- where: entryProto.where
- });
- entries.push(transformedEntry);
- }
- var source = null;
- var sourceChecksum = null;
- return new WindowManagerTrace(entries, source, sourceChecksum);
-};
-WindowManagerTrace.fromDump = function (proto) {
- return flickerlib_WindowManagerState.fromProto({ proto: proto });
-};
-/* harmony default export */ var flickerlib_WindowManagerTrace = (WindowManagerTrace);
-
-// CONCATENATED MODULE: ./src/flickerlib/index.js
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-/**
- * Entry point into the flickerlib for Winscope.
- * Expose everything we want Winscope to have access to here.
- */
-
-
-// CONCATENATED MODULE: ./src/traces/WindowManager.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var WindowManager_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-
-var WindowManager_WindowManager = /** @class */ (function (_super) {
- WindowManager_extends(WindowManager, _super);
- function WindowManager(files) {
- var _this = this;
- var wmTraceFile = files[FILE_TYPES.WINDOW_MANAGER_TRACE];
- _this = _super.call(this, wmTraceFile.data, wmTraceFile.timeline, files) || this;
- _this.wmTraceFile = wmTraceFile;
- return _this;
- }
- Object.defineProperty(WindowManager.prototype, "type", {
- get: function () {
- return TRACE_TYPES.WINDOW_MANAGER;
- },
- enumerable: false,
- configurable: true
- });
- WindowManager.fromProto = function (proto) {
- return flickerlib_WindowManagerTrace.fromProto(proto);
- };
- return WindowManager;
-}(TraceBase));
-/* harmony default export */ var traces_WindowManager = (WindowManager_WindowManager);
-
-// CONCATENATED MODULE: ./src/traces/Transactions.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var Transactions_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-var Transactions_Transactions = /** @class */ (function (_super) {
- Transactions_extends(Transactions, _super);
- function Transactions(files) {
- var _this = this;
- var transactionsFile = files[FILE_TYPES.TRANSACTIONS_TRACE];
- _this = _super.call(this, transactionsFile.data, transactionsFile.timeline, files) || this;
- _this.transactionsFile = transactionsFile;
- return _this;
- }
- Object.defineProperty(Transactions.prototype, "type", {
- get: function () {
- return TRACE_TYPES.TRANSACTION;
- },
- enumerable: false,
- configurable: true
- });
- return Transactions;
-}(TraceBase));
-/* harmony default export */ var traces_Transactions = (Transactions_Transactions);
-var TransactionHistory = /** @class */ (function () {
- function TransactionHistory(transactionsEventsFiles) {
- this.history = {};
- this.applied = {};
- if (!transactionsEventsFiles) {
- return;
- }
- for (var _i = 0, transactionsEventsFiles_1 = transactionsEventsFiles; _i < transactionsEventsFiles_1.length; _i++) {
- var eventsFile = transactionsEventsFiles_1[_i];
- for (var _a = 0, _b = eventsFile.data; _a < _b.length; _a++) {
- var event_1 = _b[_a];
- if (event_1.merge) {
- var merge = event_1.merge;
- var originalId = merge.originalTransaction.id;
- var mergedId = merge.mergedTransaction.id;
- this.addMerge(originalId, mergedId);
- }
- else if (event_1.apply) {
- this.addApply(event_1.apply.tx_id);
- }
- }
- }
- }
- TransactionHistory.prototype.addMerge = function (originalId, mergedId) {
- var merge = new Merge(originalId, mergedId, this.history);
- this.addToHistoryOf(originalId, merge);
- };
- TransactionHistory.prototype.addApply = function (transactionId) {
- this.applied[transactionId] = true;
- this.addToHistoryOf(transactionId, new Apply(transactionId));
- };
- TransactionHistory.prototype.addToHistoryOf = function (transactionId, event) {
- if (!this.history[transactionId]) {
- this.history[transactionId] = [];
- }
- this.history[transactionId].push(event);
- };
- TransactionHistory.prototype.generateHistoryTreesOf = function (transactionId) {
- return this._generateHistoryTree(transactionId);
- };
- TransactionHistory.prototype._generateHistoryTree = function (transactionId, upTo) {
- if (upTo === void 0) { upTo = null; }
- if (!this.history[transactionId]) {
- return [];
- }
- var children = [];
- var events = this.history[transactionId];
- for (var i = 0; i < (upTo !== null && upTo !== void 0 ? upTo : events.length); i++) {
- var event_2 = events[i];
- if (event_2 instanceof Merge) {
- var historyTree = this.
- _generateHistoryTree(event_2.mergedId, event_2.mergedAt);
- var mergeTreeNode = new MergeTreeNode(event_2.mergedId, historyTree);
- children.push(mergeTreeNode);
- }
- else if (event_2 instanceof Apply) {
- children.push(new ApplyTreeNode());
- }
- else {
- throw new Error('Unhandled event type');
- }
- }
- return children;
- };
- /**
- * Generates the list of all the transactions that have ever been merged into
- * the target transaction directly or indirectly through the merges of
- * transactions that ended up being merged into the transaction.
- * This includes both merges that occur before and after the transaction is
- * applied.
- * @param {Number} transactionId - The id of the transaction we want the list
- * of transactions merged in for
- * @return {Set<Number>} a set of all the transaction ids that are in the
- * history of merges of the transaction
- */
- TransactionHistory.prototype.allTransactionsMergedInto = function (transactionId) {
- var allTransactionsMergedIn = new Set();
- var event;
- var toVisit = this.generateHistoryTreesOf(transactionId);
- while (event = toVisit.pop()) {
- if (event instanceof MergeTreeNode) {
- allTransactionsMergedIn.add(event.mergedId);
- for (var _i = 0, _a = event.children; _i < _a.length; _i++) {
- var child = _a[_i];
- toVisit.push(child);
- }
- }
- }
- return allTransactionsMergedIn;
- };
- /**
- * Generated the list of transactions that have been directly merged into the
- * target transaction those are transactions that have explicitly been merged
- * in the code with a call to merge.
- * @param {Number} transactionId - The id of the target transaction.
- * @return {Array<Number>} an array of the transaction ids of the transactions
- * directly merged into the target transaction
- */
- TransactionHistory.prototype.allDirectMergesInto = function (transactionId) {
- var _a;
- return ((_a = this.history[transactionId]) !== null && _a !== void 0 ? _a : [])
- .filter(function (event) { return event instanceof Merge; })
- .map(function (merge) { return merge.mergedId; });
- };
- return TransactionHistory;
-}());
-var MergeTreeNode = /** @class */ (function () {
- function MergeTreeNode(mergedId, mergedTransactionHistory) {
- this.mergedId = mergedId;
- this.mergedTransactionHistory = mergedTransactionHistory;
- this.children = mergedTransactionHistory;
- }
- Object.defineProperty(MergeTreeNode.prototype, "type", {
- get: function () {
- return 'merge';
- },
- enumerable: false,
- configurable: true
- });
- return MergeTreeNode;
-}());
-var ApplyTreeNode = /** @class */ (function () {
- function ApplyTreeNode() {
- this.children = [];
- }
- Object.defineProperty(ApplyTreeNode.prototype, "type", {
- get: function () {
- return 'apply';
- },
- enumerable: false,
- configurable: true
- });
- return ApplyTreeNode;
-}());
-var Merge = /** @class */ (function () {
- function Merge(originalId, mergedId, history) {
- var _a, _b;
- this.originalId = originalId;
- this.mergedId = mergedId;
- // Specifies how long the merge chain of the merged transaction was at the
- // time is was merged.
- this.mergedAt = (_b = (_a = history[mergedId]) === null || _a === void 0 ? void 0 : _a.length) !== null && _b !== void 0 ? _b : 0;
- }
- return Merge;
-}());
-var Apply = /** @class */ (function () {
- function Apply(transactionId) {
- this.transactionId = transactionId;
- }
- return Apply;
-}());
-/**
- * Converts the transactionId to the values that compose the identifier.
- * The top 32 bits is the PID of the process that created the transaction
- * and the bottom 32 bits is the ID of the transaction unique within that
- * process.
- * @param {Number} transactionId
- * @return {Object} An object containing the id and pid of the transaction.
- */
-function expandTransactionId(transactionId) {
- // Can't use bit shift operation because it isn't a 32 bit integer...
- // Because js uses floating point numbers for everything, maths isn't 100%
- // accurate so we need to round...
- return Object.freeze({
- id: Math.round(transactionId % Math.pow(2, 32)),
- pid: Math.round(transactionId / Math.pow(2, 32)),
- });
-}
-
-// CONCATENATED MODULE: ./src/traces/ScreenRecording.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var ScreenRecording_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-var ScreenRecording_ScreenRecording = /** @class */ (function (_super) {
- ScreenRecording_extends(ScreenRecording, _super);
- function ScreenRecording(files) {
- var _this = this;
- var screenRecordingFile = files[FILE_TYPES.SCREEN_RECORDING];
- _this = _super.call(this, screenRecordingFile.data, screenRecordingFile.timeline, files) || this;
- _this.screenRecordingFile = screenRecordingFile;
- return _this;
- }
- Object.defineProperty(ScreenRecording.prototype, "type", {
- get: function () {
- return TRACE_TYPES.SCREEN_RECORDING;
- },
- enumerable: false,
- configurable: true
- });
- return ScreenRecording;
-}(TraceBase));
-/* harmony default export */ var traces_ScreenRecording = (ScreenRecording_ScreenRecording);
-
-// CONCATENATED MODULE: ./src/traces/Wayland.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var Wayland_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-var Wayland_WayLand = /** @class */ (function (_super) {
- Wayland_extends(WayLand, _super);
- function WayLand(files) {
- var _this = this;
- var waylandFile = files[FILE_TYPES.WAYLAND_TRACE];
- _this = _super.call(this, waylandFile.data, waylandFile.timeline, files) || this;
- _this.waylandFile = waylandFile;
- return _this;
- }
- Object.defineProperty(WayLand.prototype, "type", {
- get: function () {
- return TRACE_TYPES.WAYLAND;
- },
- enumerable: false,
- configurable: true
- });
- return WayLand;
-}(TraceBase));
-/* harmony default export */ var Wayland = (Wayland_WayLand);
-
-// CONCATENATED MODULE: ./src/traces/SystemUI.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var SystemUI_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-var SystemUI_SystemUI = /** @class */ (function (_super) {
- SystemUI_extends(SystemUI, _super);
- function SystemUI(files) {
- var _this = this;
- var systemUIFile = files[FILE_TYPES.SYSTEM_UI];
- _this = _super.call(this, systemUIFile.data, systemUIFile.timeline, files) || this;
- _this.systemUIFile = systemUIFile;
- return _this;
- }
- Object.defineProperty(SystemUI.prototype, "type", {
- get: function () {
- return TRACE_TYPES.SYSTEM_UI;
- },
- enumerable: false,
- configurable: true
- });
- return SystemUI;
-}(TraceBase));
-/* harmony default export */ var traces_SystemUI = (SystemUI_SystemUI);
-
-// CONCATENATED MODULE: ./src/traces/Launcher.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var Launcher_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-var Launcher_Launcher = /** @class */ (function (_super) {
- Launcher_extends(Launcher, _super);
- function Launcher(files) {
- var _this = this;
- var launcherFile = files[FILE_TYPES.LAUNCHER];
- _this = _super.call(this, launcherFile.data, launcherFile.timeline, files) || this;
- _this.launcherFile = launcherFile;
- return _this;
- }
- Object.defineProperty(Launcher.prototype, "type", {
- get: function () {
- return TRACE_TYPES.LAUNCHER;
- },
- enumerable: false,
- configurable: true
- });
- return Launcher;
-}(TraceBase));
-/* harmony default export */ var traces_Launcher = (Launcher_Launcher);
-
-// CONCATENATED MODULE: ./src/traces/InputMethodClients.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var InputMethodClients_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-var InputMethodClients_InputMethodClients = /** @class */ (function (_super) {
- InputMethodClients_extends(InputMethodClients, _super);
- function InputMethodClients(files) {
- var _this = this;
- var imeTraceFileClients = files[FILE_TYPES.IME_TRACE_CLIENTS];
- _this = _super.call(this, imeTraceFileClients.data, imeTraceFileClients.timeline, files) || this;
- _this.imeTraceFileClients = imeTraceFileClients;
- return _this;
- }
- Object.defineProperty(InputMethodClients.prototype, "type", {
- get: function () {
- return TRACE_TYPES.IME_CLIENTS;
- },
- enumerable: false,
- configurable: true
- });
- return InputMethodClients;
-}(TraceBase));
-/* harmony default export */ var traces_InputMethodClients = (InputMethodClients_InputMethodClients);
-
-// CONCATENATED MODULE: ./src/traces/InputMethodService.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var InputMethodService_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-var InputMethodService_InputMethodService = /** @class */ (function (_super) {
- InputMethodService_extends(InputMethodService, _super);
- function InputMethodService(files) {
- var _this = this;
- var imeTraceFileService = files[FILE_TYPES.IME_TRACE_SERVICE];
- _this = _super.call(this, imeTraceFileService.data, imeTraceFileService.timeline, files) || this;
- _this.imeTraceFileService = imeTraceFileService;
- return _this;
- }
- Object.defineProperty(InputMethodService.prototype, "type", {
- get: function () {
- return TRACE_TYPES.IME_SERVICE;
- },
- enumerable: false,
- configurable: true
- });
- return InputMethodService;
-}(TraceBase));
-/* harmony default export */ var traces_InputMethodService = (InputMethodService_InputMethodService);
-
-// CONCATENATED MODULE: ./src/traces/InputMethodManagerService.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var InputMethodManagerService_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-var InputMethodManagerService_InputMethodManagerService = /** @class */ (function (_super) {
- InputMethodManagerService_extends(InputMethodManagerService, _super);
- function InputMethodManagerService(files) {
- var _this = this;
- var imeTraceFileManagerService = files[FILE_TYPES.IME_TRACE_MANAGERSERVICE];
- _this = _super.call(this, imeTraceFileManagerService.data, imeTraceFileManagerService.timeline, files) || this;
- _this.imeTraceFileManagerService = imeTraceFileManagerService;
- return _this;
- }
- Object.defineProperty(InputMethodManagerService.prototype, "type", {
- get: function () {
- return TRACE_TYPES.IME_MANAGERSERVICE;
- },
- enumerable: false,
- configurable: true
- });
- return InputMethodManagerService;
-}(TraceBase));
-/* harmony default export */ var traces_InputMethodManagerService = (InputMethodManagerService_InputMethodManagerService);
-
-// CONCATENATED MODULE: ./src/dumps/DumpBase.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var DumpBase = /** @class */ (function () {
- function DumpBase(data, files) {
- this.data = data;
- this._files = files;
- }
- Object.defineProperty(DumpBase.prototype, "files", {
- get: function () {
- return Object.values(this._files).flat();
- },
- enumerable: false,
- configurable: true
- });
- return DumpBase;
-}());
-/* harmony default export */ var dumps_DumpBase = (DumpBase);
-
-// CONCATENATED MODULE: ./src/dumps/SurfaceFlinger.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var dumps_SurfaceFlinger_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-var dumps_SurfaceFlinger_SurfaceFlinger = /** @class */ (function (_super) {
- dumps_SurfaceFlinger_extends(SurfaceFlinger, _super);
- function SurfaceFlinger(files) {
- var _this = this;
- var sfDumpFile = files[FILE_TYPES.SURFACE_FLINGER_DUMP];
- _this = _super.call(this, sfDumpFile.data, files) || this;
- _this.sfDumpFile = sfDumpFile;
- return _this;
- }
- Object.defineProperty(SurfaceFlinger.prototype, "type", {
- get: function () {
- return DUMP_TYPES.SURFACE_FLINGER;
- },
- enumerable: false,
- configurable: true
- });
- return SurfaceFlinger;
-}(dumps_DumpBase));
-/* harmony default export */ var dumps_SurfaceFlinger = (dumps_SurfaceFlinger_SurfaceFlinger);
-
-// CONCATENATED MODULE: ./src/dumps/WindowManager.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var dumps_WindowManager_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-
-var dumps_WindowManager_WindowManager = /** @class */ (function (_super) {
- dumps_WindowManager_extends(WindowManager, _super);
- function WindowManager(files) {
- var _this = this;
- var wmDumpFile = files[FILE_TYPES.WINDOW_MANAGER_DUMP];
- _this = _super.call(this, wmDumpFile.data, files) || this;
- _this.wmDumpFile = wmDumpFile;
- return _this;
- }
- Object.defineProperty(WindowManager.prototype, "type", {
- get: function () {
- return DUMP_TYPES.WINDOW_MANAGER;
- },
- enumerable: false,
- configurable: true
- });
- WindowManager.fromProto = function (proto) {
- return flickerlib_WindowManagerTrace.fromDump(proto);
- };
- return WindowManager;
-}(dumps_DumpBase));
-/* harmony default export */ var dumps_WindowManager = (dumps_WindowManager_WindowManager);
-
-// CONCATENATED MODULE: ./src/dumps/Wayland.ts
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var dumps_Wayland_extends = (undefined && undefined.__extends) || (function () {
- var extendStatics = function (d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
- return function (d, b) {
- if (typeof b !== "function" && b !== null)
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- };
-})();
-
-
-var dumps_Wayland_WayLand = /** @class */ (function (_super) {
- dumps_Wayland_extends(WayLand, _super);
- function WayLand(files) {
- var _this = this;
- var waylandFile = files[FILE_TYPES.WAYLAND_DUMP];
- _this = _super.call(this, waylandFile.data, files) || this;
- _this.waylandFile = waylandFile;
- return _this;
- }
- Object.defineProperty(WayLand.prototype, "type", {
- get: function () {
- return DUMP_TYPES.WAYLAND;
- },
- enumerable: false,
- configurable: true
- });
- return WayLand;
-}(dumps_DumpBase));
-/* harmony default export */ var dumps_Wayland = (dumps_Wayland_WayLand);
-
-// CONCATENATED MODULE: ./src/decode.js
-function decode_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { decode_typeof = function _typeof(obj) { return typeof obj; }; } else { decode_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return decode_typeof(obj); }
-
-var _FILE_ICONS, _TRACE_INFO, _DUMP_INFO, _TRACE_ICONS, _FILE_DECODERS;
-
-function decode_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
-
-function decode_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) decode_setPrototypeOf(subClass, superClass); }
-
-function decode_createSuper(Derived) { var hasNativeReflectConstruct = decode_isNativeReflectConstruct(); return function _createSuperInternal() { var Super = decode_getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = decode_getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return decode_possibleConstructorReturn(this, result); }; }
-
-function decode_possibleConstructorReturn(self, call) { if (call && (decode_typeof(call) === "object" || typeof call === "function")) { return call; } return decode_assertThisInitialized(self); }
-
-function decode_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
-
-function decode_wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; decode_wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !decode_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return decode_construct(Class, arguments, decode_getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return decode_setPrototypeOf(Wrapper, Class); }; return decode_wrapNativeSuper(Class); }
-
-function decode_construct(Parent, args, Class) { if (decode_isNativeReflectConstruct()) { decode_construct = Reflect.construct; } else { decode_construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) decode_setPrototypeOf(instance, Class.prototype); return instance; }; } return decode_construct.apply(null, arguments); }
-
-function decode_isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
-
-function decode_isNativeFunction(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; }
-
-function decode_setPrototypeOf(o, p) { decode_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return decode_setPrototypeOf(o, p); }
-
-function decode_getPrototypeOf(o) { decode_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return decode_getPrototypeOf(o); }
-
-function decode_slicedToArray(arr, i) { return decode_arrayWithHoles(arr) || decode_iterableToArrayLimit(arr, i) || decode_unsupportedIterableToArray(arr, i) || decode_nonIterableRest(); }
-
-function decode_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function decode_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return decode_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return decode_arrayLikeToArray(o, minLen); }
-
-function decode_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-function decode_iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
-
-function decode_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
-
-function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-/*
- * Copyright 2017, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/* eslint-disable camelcase */
-
-/* eslint-disable max-len */
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-var WmTraceMessage = lookup_type(windowmanagertrace_proto_default.a, 'com.android.server.wm.WindowManagerTraceFileProto');
-var WmDumpMessage = lookup_type(windowmanagertrace_proto_default.a, 'com.android.server.wm.WindowManagerServiceDumpProto');
-var SfTraceMessage = lookup_type(layerstrace_proto_default.a, 'android.surfaceflinger.LayersTraceFileProto');
-var SfDumpMessage = lookup_type(layerstrace_proto_default.a, 'android.surfaceflinger.LayersProto');
-var SfTransactionTraceMessage = lookup_type(trace_proto_default.a, 'Trace');
-var WaylandTraceMessage = lookup_type(waylandtrace_proto_default.a, 'org.chromium.arc.wayland_composer.TraceFileProto');
-var WaylandDumpMessage = lookup_type(waylandtrace_proto_default.a, 'org.chromium.arc.wayland_composer.OutputStateProto');
-var ProtoLogMessage = lookup_type(protolog_proto_default.a, 'com.android.internal.protolog.ProtoLogFileProto');
-var SystemUiTraceMessage = lookup_type(sysui_trace_proto_default.a, 'com.android.systemui.tracing.SystemUiTraceFileProto');
-var LauncherTraceMessage = lookup_type(launcher_trace_file_proto_default.a, 'com.android.launcher3.tracing.LauncherTraceFileProto');
-var InputMethodClientsTraceMessage = lookup_type(inputmethodeditortrace_proto_default.a, "android.view.inputmethod.InputMethodClientsTraceFileProto");
-var InputMethodServiceTraceMessage = lookup_type(inputmethodeditortrace_proto_default.a, "android.view.inputmethod.InputMethodServiceTraceFileProto");
-var InputMethodManagerServiceTraceMessage = lookup_type(inputmethodeditortrace_proto_default.a, "android.view.inputmethod.InputMethodManagerServiceTraceFileProto");
-var LAYER_TRACE_MAGIC_NUMBER = [0x09, 0x4c, 0x59, 0x52, 0x54, 0x52, 0x41, 0x43, 0x45]; // .LYRTRACE
-
-var WINDOW_TRACE_MAGIC_NUMBER = [0x09, 0x57, 0x49, 0x4e, 0x54, 0x52, 0x41, 0x43, 0x45]; // .WINTRACE
-
-var MPEG4_MAGIC_NMBER = [0x00, 0x00, 0x00, 0x18, 0x66, 0x74, 0x79, 0x70, 0x6d, 0x70, 0x34, 0x32]; // ....ftypmp42
-
-var WAYLAND_TRACE_MAGIC_NUMBER = [0x09, 0x57, 0x59, 0x4c, 0x54, 0x52, 0x41, 0x43, 0x45]; // .WYLTRACE
-
-var PROTO_LOG_MAGIC_NUMBER = [0x09, 0x50, 0x52, 0x4f, 0x54, 0x4f, 0x4c, 0x4f, 0x47]; // .PROTOLOG
-
-var SYSTEM_UI_MAGIC_NUMBER = [0x09, 0x53, 0x59, 0x53, 0x55, 0x49, 0x54, 0x52, 0x43]; // .SYSUITRC
-
-var LAUNCHER_MAGIC_NUMBER = [0x09, 0x4C, 0x4E, 0x43, 0x48, 0x52, 0x54, 0x52, 0x43]; // .LNCHRTRC
-
-var IMC_TRACE_MAGIC_NUMBER = [0x09, 0x49, 0x4d, 0x43, 0x54, 0x52, 0x41, 0x43, 0x45]; //.IMCTRACE
-
-var IMS_TRACE_MAGIC_NUMBER = [0x09, 0x49, 0x4d, 0x53, 0x54, 0x52, 0x41, 0x43, 0x45]; //.IMSTRACE
-
-var IMM_TRACE_MAGIC_NUMBER = [0x09, 0x49, 0x4d, 0x4d, 0x54, 0x52, 0x41, 0x43, 0x45]; //.IMMTRACE
-
-var FILE_TYPES = Object.freeze({
- WINDOW_MANAGER_TRACE: 'WindowManagerTrace',
- SURFACE_FLINGER_TRACE: 'SurfaceFlingerTrace',
- WINDOW_MANAGER_DUMP: 'WindowManagerDump',
- SURFACE_FLINGER_DUMP: 'SurfaceFlingerDump',
- SCREEN_RECORDING: 'ScreenRecording',
- TRANSACTIONS_TRACE: 'TransactionsTrace',
- WAYLAND_TRACE: 'WaylandTrace',
- WAYLAND_DUMP: 'WaylandDump',
- PROTO_LOG: 'ProtoLog',
- SYSTEM_UI: 'SystemUI',
- LAUNCHER: 'Launcher',
- IME_TRACE_CLIENTS: 'ImeTraceClients',
- IME_TRACE_SERVICE: 'ImeTrace InputMethodService',
- IME_TRACE_MANAGERSERVICE: 'ImeTrace InputMethodManagerService'
-});
-var WINDOW_MANAGER_ICON = 'view_compact';
-var SURFACE_FLINGER_ICON = 'filter_none';
-var SCREEN_RECORDING_ICON = 'videocam';
-var TRANSACTION_ICON = 'timeline';
-var WAYLAND_ICON = 'filter_none';
-var PROTO_LOG_ICON = 'notes';
-var SYSTEM_UI_ICON = 'filter_none';
-var LAUNCHER_ICON = 'filter_none';
-var IME_ICON = 'keyboard';
-var FILE_ICONS = (_FILE_ICONS = {}, _defineProperty(_FILE_ICONS, FILE_TYPES.WINDOW_MANAGER_TRACE, WINDOW_MANAGER_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.SURFACE_FLINGER_TRACE, SURFACE_FLINGER_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.WINDOW_MANAGER_DUMP, WINDOW_MANAGER_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.SURFACE_FLINGER_DUMP, SURFACE_FLINGER_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.SCREEN_RECORDING, SCREEN_RECORDING_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.TRANSACTIONS_TRACE, TRANSACTION_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.WAYLAND_TRACE, WAYLAND_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.WAYLAND_DUMP, WAYLAND_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.PROTO_LOG, PROTO_LOG_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.SYSTEM_UI, SYSTEM_UI_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.LAUNCHER, LAUNCHER_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.IME_TRACE_CLIENTS, IME_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.IME_TRACE_SERVICE, IME_ICON), _defineProperty(_FILE_ICONS, FILE_TYPES.IME_TRACE_MANAGERSERVICE, IME_ICON), _FILE_ICONS);
-
-function oneOf(dataType) {
- return {
- oneOf: true,
- type: dataType
- };
-}
-
-function manyOf(dataType) {
- var fold = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
- return {
- manyOf: true,
- type: dataType,
- fold: fold
- };
-}
-
-var TRACE_TYPES = Object.freeze({
- WINDOW_MANAGER: 'WindowManagerTrace',
- SURFACE_FLINGER: 'SurfaceFlingerTrace',
- SCREEN_RECORDING: 'ScreenRecording',
- TRANSACTION: 'Transaction',
- WAYLAND: 'Wayland',
- PROTO_LOG: 'ProtoLog',
- SYSTEM_UI: 'SystemUI',
- LAUNCHER: 'Launcher',
- IME_CLIENTS: 'ImeTrace Clients',
- IME_SERVICE: 'ImeTrace InputMethodService',
- IME_MANAGERSERVICE: 'ImeTrace InputMethodManagerService'
-});
-var TRACE_INFO = (_TRACE_INFO = {}, _defineProperty(_TRACE_INFO, TRACE_TYPES.WINDOW_MANAGER, {
- name: 'WindowManager',
- icon: WINDOW_MANAGER_ICON,
- files: [oneOf(FILE_TYPES.WINDOW_MANAGER_TRACE)],
- constructor: traces_WindowManager
-}), _defineProperty(_TRACE_INFO, TRACE_TYPES.SURFACE_FLINGER, {
- name: 'SurfaceFlinger',
- icon: SURFACE_FLINGER_ICON,
- files: [oneOf(FILE_TYPES.SURFACE_FLINGER_TRACE)],
- constructor: traces_SurfaceFlinger
-}), _defineProperty(_TRACE_INFO, TRACE_TYPES.SCREEN_RECORDING, {
- name: 'Screen recording',
- icon: SCREEN_RECORDING_ICON,
- files: [oneOf(FILE_TYPES.SCREEN_RECORDING)],
- constructor: traces_ScreenRecording
-}), _defineProperty(_TRACE_INFO, TRACE_TYPES.TRANSACTION, {
- name: 'Transaction',
- icon: TRANSACTION_ICON,
- files: [oneOf(FILE_TYPES.TRANSACTIONS_TRACE)],
- constructor: traces_Transactions
-}), _defineProperty(_TRACE_INFO, TRACE_TYPES.WAYLAND, {
- name: 'Wayland',
- icon: WAYLAND_ICON,
- files: [oneOf(FILE_TYPES.WAYLAND_TRACE)],
- constructor: Wayland
-}), _defineProperty(_TRACE_INFO, TRACE_TYPES.PROTO_LOG, {
- name: 'ProtoLog',
- icon: PROTO_LOG_ICON,
- files: [oneOf(FILE_TYPES.PROTO_LOG)],
- constructor: traces_ProtoLog
-}), _defineProperty(_TRACE_INFO, TRACE_TYPES.SYSTEM_UI, {
- name: 'SystemUI',
- icon: SYSTEM_UI_ICON,
- files: [oneOf(FILE_TYPES.SYSTEM_UI)],
- constructor: traces_SystemUI
-}), _defineProperty(_TRACE_INFO, TRACE_TYPES.LAUNCHER, {
- name: 'Launcher',
- icon: LAUNCHER_ICON,
- files: [oneOf(FILE_TYPES.LAUNCHER)],
- constructor: traces_Launcher
-}), _defineProperty(_TRACE_INFO, TRACE_TYPES.IME_CLIENTS, {
- name: 'InputMethodClients',
- icon: IME_ICON,
- files: [oneOf(FILE_TYPES.IME_TRACE_CLIENTS)],
- constructor: traces_InputMethodClients
-}), _defineProperty(_TRACE_INFO, TRACE_TYPES.IME_SERVICE, {
- name: 'InputMethodService',
- icon: IME_ICON,
- files: [oneOf(FILE_TYPES.IME_TRACE_SERVICE)],
- constructor: traces_InputMethodService
-}), _defineProperty(_TRACE_INFO, TRACE_TYPES.IME_MANAGERSERVICE, {
- name: 'InputMethodManagerService',
- icon: IME_ICON,
- files: [oneOf(FILE_TYPES.IME_TRACE_MANAGERSERVICE)],
- constructor: traces_InputMethodManagerService
-}), _TRACE_INFO);
-var DUMP_TYPES = Object.freeze({
- WINDOW_MANAGER: 'WindowManagerDump',
- SURFACE_FLINGER: 'SurfaceFlingerDump',
- WAYLAND: 'WaylandDump'
-});
-var DUMP_INFO = (_DUMP_INFO = {}, _defineProperty(_DUMP_INFO, DUMP_TYPES.WINDOW_MANAGER, {
- name: 'WindowManager',
- icon: WINDOW_MANAGER_ICON,
- files: [oneOf(FILE_TYPES.WINDOW_MANAGER_DUMP)],
- constructor: dumps_WindowManager
-}), _defineProperty(_DUMP_INFO, DUMP_TYPES.SURFACE_FLINGER, {
- name: 'SurfaceFlinger',
- icon: SURFACE_FLINGER_ICON,
- files: [oneOf(FILE_TYPES.SURFACE_FLINGER_DUMP)],
- constructor: dumps_SurfaceFlinger
-}), _defineProperty(_DUMP_INFO, DUMP_TYPES.WAYLAND, {
- name: 'Wayland',
- icon: WAYLAND_ICON,
- files: [oneOf(FILE_TYPES.WAYLAND_DUMP)],
- constructor: dumps_Wayland
-}), _DUMP_INFO);
-var TRACE_ICONS = (_TRACE_ICONS = {}, _defineProperty(_TRACE_ICONS, TRACE_TYPES.WINDOW_MANAGER, WINDOW_MANAGER_ICON), _defineProperty(_TRACE_ICONS, TRACE_TYPES.SURFACE_FLINGER, SURFACE_FLINGER_ICON), _defineProperty(_TRACE_ICONS, TRACE_TYPES.SCREEN_RECORDING, SCREEN_RECORDING_ICON), _defineProperty(_TRACE_ICONS, TRACE_TYPES.TRANSACTION, TRANSACTION_ICON), _defineProperty(_TRACE_ICONS, TRACE_TYPES.WAYLAND, WAYLAND_ICON), _defineProperty(_TRACE_ICONS, TRACE_TYPES.PROTO_LOG, PROTO_LOG_ICON), _defineProperty(_TRACE_ICONS, TRACE_TYPES.SYSTEM_UI, SYSTEM_UI_ICON), _defineProperty(_TRACE_ICONS, TRACE_TYPES.LAUNCHER, LAUNCHER_ICON), _defineProperty(_TRACE_ICONS, TRACE_TYPES.IME_CLIENTS, IME_ICON), _defineProperty(_TRACE_ICONS, TRACE_TYPES.IME_SERVICE, IME_ICON), _defineProperty(_TRACE_ICONS, TRACE_TYPES.IME_MANAGERSERVICE, IME_ICON), _defineProperty(_TRACE_ICONS, DUMP_TYPES.WINDOW_MANAGER, WINDOW_MANAGER_ICON), _defineProperty(_TRACE_ICONS, DUMP_TYPES.SURFACE_FLINGER, SURFACE_FLINGER_ICON), _defineProperty(_TRACE_ICONS, DUMP_TYPES.WAYLAND, WAYLAND_ICON), _TRACE_ICONS); // TODO: Rename name to defaultName
-
-var FILE_DECODERS = (_FILE_DECODERS = {}, _defineProperty(_FILE_DECODERS, FILE_TYPES.WINDOW_MANAGER_TRACE, {
- name: 'WindowManager trace',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.WINDOW_MANAGER_TRACE,
- protoType: WmTraceMessage,
- transform: traces_WindowManager.fromProto,
- timeline: true
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.SURFACE_FLINGER_TRACE, {
- name: 'SurfaceFlinger trace',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.SURFACE_FLINGER_TRACE,
- mime: 'application/octet-stream',
- protoType: SfTraceMessage,
- transform: transformLayersTrace,
- timeline: true
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.WAYLAND_TRACE, {
- name: 'Wayland trace',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.WAYLAND_TRACE,
- mime: 'application/octet-stream',
- protoType: WaylandTraceMessage,
- transform: transform_wayland_trace,
- timeline: true
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.SURFACE_FLINGER_DUMP, {
- name: 'SurfaceFlinger dump',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.SURFACE_FLINGER_DUMP,
- mime: 'application/octet-stream',
- protoType: SfDumpMessage,
- transform: function transform(decoded) {
- return transformLayers(true
- /* includesCompositionState*/
- , decoded);
- },
- timeline: false
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.WINDOW_MANAGER_DUMP, {
- name: 'WindowManager dump',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.WINDOW_MANAGER_DUMP,
- mime: 'application/octet-stream',
- protoType: WmDumpMessage,
- transform: dumps_WindowManager.fromProto,
- timeline: false
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.WAYLAND_DUMP, {
- name: 'Wayland dump',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.WAYLAND_DUMP,
- mime: 'application/octet-stream',
- protoType: WaylandDumpMessage,
- transform: transform_wl_outputstate,
- timeline: false
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.SCREEN_RECORDING, {
- name: 'Screen recording',
- decoder: videoDecoder,
- decoderParams: {
- type: FILE_TYPES.SCREEN_RECORDING,
- mime: 'video/mp4',
- videoDecoder: mp4Decoder
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.TRANSACTIONS_TRACE, {
- name: 'Transaction',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.TRANSACTIONS_TRACE,
- mime: 'application/octet-stream',
- protoType: SfTransactionTraceMessage,
- transform: transform_transaction_trace,
- timeline: true
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.PROTO_LOG, {
- name: 'ProtoLog',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.PROTO_LOG,
- mime: 'application/octet-stream',
- protoType: ProtoLogMessage,
- transform: transformProtolog,
- timeline: true
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.SYSTEM_UI, {
- name: 'SystemUI trace',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.SYSTEM_UI,
- mime: 'application/octet-stream',
- protoType: SystemUiTraceMessage,
- transform: transform_sysui_trace,
- timeline: true
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.LAUNCHER, {
- name: 'Launcher trace',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.LAUNCHER,
- mime: 'application/octet-stream',
- protoType: LauncherTraceMessage,
- transform: transform_launcher_trace,
- timeline: true
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.IME_TRACE_CLIENTS, {
- name: 'InputMethodClients trace',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.IME_TRACE_CLIENTS,
- mime: 'application/octet-stream',
- protoType: InputMethodClientsTraceMessage,
- transform: transform_ime_trace_clients,
- timeline: true
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.IME_TRACE_SERVICE, {
- name: 'InputMethodService trace',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.IME_TRACE_SERVICE,
- mime: 'application/octet-stream',
- protoType: InputMethodServiceTraceMessage,
- transform: transform_ime_trace_service,
- timeline: true
- }
-}), _defineProperty(_FILE_DECODERS, FILE_TYPES.IME_TRACE_MANAGERSERVICE, {
- name: 'InputMethodManagerService trace',
- decoder: protoDecoder,
- decoderParams: {
- type: FILE_TYPES.IME_TRACE_MANAGERSERVICE,
- mime: 'application/octet-stream',
- protoType: InputMethodManagerServiceTraceMessage,
- transform: transform_ime_trace_managerservice,
- timeline: true
- }
-}), _FILE_DECODERS);
-
-function lookup_type(protoPath, type) {
- return protobufjs_default.a.Root.fromJSON(protoPath).lookupType(type);
-} // Replace enum values with string representation and
-// add default values to the proto objects. This function also handles
-// a special case with TransformProtos where the matrix may be derived
-// from the transform type.
-
-
-function modifyProtoFields(protoObj, displayDefaults) {
- if (!protoObj || protoObj !== Object(protoObj) || !protoObj.$type) {
- return;
- }
-
- for (var fieldName in protoObj.$type.fields) {
- if (protoObj.$type.fields.hasOwnProperty(fieldName)) {
- var fieldProperties = protoObj.$type.fields[fieldName];
- var field = protoObj[fieldName];
-
- if (Array.isArray(field)) {
- field.forEach(function (item, _) {
- modifyProtoFields(item, displayDefaults);
- });
- continue;
- }
-
- if (displayDefaults && !field) {
- protoObj[fieldName] = fieldProperties.defaultValue;
- }
-
- if (fieldProperties.type === 'TransformProto') {
- fill_transform_data(protoObj[fieldName]);
- continue;
- }
-
- if (fieldProperties.resolvedType && fieldProperties.resolvedType.valuesById) {
- protoObj[fieldName] = fieldProperties.resolvedType.valuesById[protoObj[fieldProperties.name]];
- continue;
- }
-
- modifyProtoFields(protoObj[fieldName], displayDefaults);
- }
- }
-}
-
-function decodeAndTransformProto(buffer, params, displayDefaults) {
- var decoded = params.protoType.decode(buffer);
- modifyProtoFields(decoded, displayDefaults);
- var transformed = params.transform(decoded);
- return transformed;
-}
-
-function protoDecoder(buffer, params, fileName, store) {
- var transformed = decodeAndTransformProto(buffer, params, store.displayDefaults);
- var data;
-
- if (params.timeline) {
- var _transformed$entries;
-
- data = (_transformed$entries = transformed.entries) !== null && _transformed$entries !== void 0 ? _transformed$entries : transformed.children;
- } else {
- data = [transformed];
- }
-
- var blobUrl = URL.createObjectURL(new Blob([buffer], {
- type: params.mime
- }));
- return dataFile(fileName, data.map(function (x) {
- return x.timestamp;
- }), data, blobUrl, params.type);
-}
-
-function videoDecoder(buffer, params, fileName, store) {
- var _params$videoDecoder = params.videoDecoder(buffer),
- _params$videoDecoder2 = decode_slicedToArray(_params$videoDecoder, 2),
- data = _params$videoDecoder2[0],
- timeline = _params$videoDecoder2[1];
-
- var blobUrl = URL.createObjectURL(new Blob([data], {
- type: params.mime
- }));
- return dataFile(fileName, timeline, blobUrl, blobUrl, params.type);
-}
-
-function dataFile(filename, timeline, data, blobUrl, type) {
- return {
- filename: filename,
- // Object is frozen for performance reasons
- // It will prevent Vue from making it a reactive object which will be very slow as the timeline gets larger.
- timeline: Object.freeze(timeline),
- data: data,
- blobUrl: blobUrl,
- type: type,
- selectedIndex: 0,
- destroy: function destroy() {
- URL.revokeObjectURL(this.blobUrl);
- }
- };
-}
-
-function arrayEquals(a, b) {
- if (a.length !== b.length) {
- return false;
- }
-
- for (var i = 0; i < a.length; i++) {
- if (a[i] != b[i]) {
- return false;
- }
- }
-
- return true;
-}
-
-function arrayStartsWith(array, prefix) {
- return arrayEquals(array.slice(0, prefix.length), prefix);
-}
-
-function decode_decodedFile(fileType, buffer, fileName, store) {
- var fileDecoder = FILE_DECODERS[fileType];
- return [fileType, fileDecoder.decoder(buffer, fileDecoder.decoderParams, fileName, store)];
-}
-
-function detectAndDecode(buffer, fileName, store) {
- if (arrayStartsWith(buffer, LAYER_TRACE_MAGIC_NUMBER)) {
- return decode_decodedFile(FILE_TYPES.SURFACE_FLINGER_TRACE, buffer, fileName, store);
- }
-
- if (arrayStartsWith(buffer, WINDOW_TRACE_MAGIC_NUMBER)) {
- return decode_decodedFile(FILE_TYPES.WINDOW_MANAGER_TRACE, buffer, fileName, store);
- }
-
- if (arrayStartsWith(buffer, MPEG4_MAGIC_NMBER)) {
- return decode_decodedFile(FILE_TYPES.SCREEN_RECORDING, buffer, fileName, store);
- }
-
- if (arrayStartsWith(buffer, WAYLAND_TRACE_MAGIC_NUMBER)) {
- return decode_decodedFile(FILE_TYPES.WAYLAND_TRACE, buffer, fileName, store);
- }
-
- if (arrayStartsWith(buffer, PROTO_LOG_MAGIC_NUMBER)) {
- return decode_decodedFile(FILE_TYPES.PROTO_LOG, buffer, fileName, store);
- }
-
- if (arrayStartsWith(buffer, SYSTEM_UI_MAGIC_NUMBER)) {
- return decode_decodedFile(FILE_TYPES.SYSTEM_UI, buffer, fileName, store);
- }
-
- if (arrayStartsWith(buffer, LAUNCHER_MAGIC_NUMBER)) {
- return decode_decodedFile(FILE_TYPES.LAUNCHER, buffer, fileName, store);
- }
-
- if (arrayStartsWith(buffer, IMC_TRACE_MAGIC_NUMBER)) {
- return decode_decodedFile(FILE_TYPES.IME_TRACE_CLIENTS, buffer, fileName, store);
- }
-
- if (arrayStartsWith(buffer, IMS_TRACE_MAGIC_NUMBER)) {
- return decode_decodedFile(FILE_TYPES.IME_TRACE_SERVICE, buffer, fileName, store);
- }
-
- if (arrayStartsWith(buffer, IMM_TRACE_MAGIC_NUMBER)) {
- return decode_decodedFile(FILE_TYPES.IME_TRACE_MANAGERSERVICE, buffer, fileName, store);
- } // TODO(b/169305853): Add magic number at beginning of file for better auto detection
-
-
- for (var _i2 = 0, _arr2 = [[FILE_TYPES.TRANSACTIONS_TRACE, function (file) {
- return file.data.length > 0;
- }], [FILE_TYPES.WAYLAND_DUMP, function (file) {
- return file.data.length > 0 && file.data.children[0] > 0 || file.data.length > 1;
- }], [FILE_TYPES.WINDOW_MANAGER_DUMP], [FILE_TYPES.SURFACE_FLINGER_DUMP]]; _i2 < _arr2.length; _i2++) {
- var _arr2$_i = decode_slicedToArray(_arr2[_i2], 2),
- filetype = _arr2$_i[0],
- condition = _arr2$_i[1];
-
- try {
- var _decodedFile = decode_decodedFile(filetype, buffer, fileName, store),
- _decodedFile2 = decode_slicedToArray(_decodedFile, 2),
- fileData = _decodedFile2[1]; // A generic file will often wrongly be decoded as an empty wayland dump file
-
-
- if (condition && !condition(fileData)) {
- // Fall through to next filetype
- continue;
- }
-
- return [filetype, fileData];
- } catch (ex) {// ignore exception and fall through to next filetype
- }
- }
-
- throw new UndetectableFileType('Unable to detect file');
-}
-/**
- * Error is raised when detectAndDecode is called but the file can't be
- * automatically detected as being of a compatible file type.
- */
-
-
-var UndetectableFileType = /*#__PURE__*/function (_Error) {
- decode_inherits(UndetectableFileType, _Error);
-
- var _super = decode_createSuper(UndetectableFileType);
-
- function UndetectableFileType() {
- decode_classCallCheck(this, UndetectableFileType);
-
- return _super.apply(this, arguments);
- }
-
- return UndetectableFileType;
-}( /*#__PURE__*/decode_wrapNativeSuper(Error));
-
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/Timelines.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-
-/* harmony default export */ var Timelinesvue_type_script_lang_js_ = ({
- name: 'Timelines',
- props: ['timelineFiles', 'scale', 'crop', 'cropIntent'],
- data: function data() {
- return {
- // Distances of sides from top left corner of wrapping div in pixels
- selectionPosition: {
- top: 0,
- left: 0,
- bottom: 0,
- right: 0
- },
- TRACE_ICONS: TRACE_ICONS
- };
- },
- computed: {
- /**
- * Used to check whether or not a selection box should be displayed.
- * @return {bool} true if any of the positions are non nullish values
- */
- isEmptySelection: function isEmptySelection() {
- return this.selectionPosition.top || this.selectionPosition.left || this.selectionPosition.bottom || this.selectionPosition.right;
- },
-
- /**
- * Generates the style of the selection box.
- * @return {object} an object containing the style of the selection box.
- */
- selectionStyle: function selectionStyle() {
- return {
- top: "".concat(this.selectionPosition.top, "px"),
- left: "".concat(this.selectionPosition.left, "px"),
- height: "".concat(this.selectionPosition.bottom - this.selectionPosition.top, "px"),
- width: "".concat(this.selectionPosition.right - this.selectionPosition.left, "px")
- };
- },
-
- /**
- * Generates the dynamic style of the selection intent box.
- * @return {object} an object containing the style of the selection intent
- * box.
- */
- selectionIntentStyle: function selectionIntentStyle() {
- var _this$crop$left, _this$crop, _this$crop$right, _this$crop2;
-
- if (!(this.cropIntent && this.$refs.timelinesWrapper)) {
- return {
- left: 0,
- width: 0
- };
- }
-
- var activeCropLeft = (_this$crop$left = (_this$crop = this.crop) === null || _this$crop === void 0 ? void 0 : _this$crop.left) !== null && _this$crop$left !== void 0 ? _this$crop$left : 0;
- var activeCropRight = (_this$crop$right = (_this$crop2 = this.crop) === null || _this$crop2 === void 0 ? void 0 : _this$crop2.right) !== null && _this$crop$right !== void 0 ? _this$crop$right : 1;
- var timelineWidth = this.$refs.timelinesWrapper.getBoundingClientRect().width;
- var r = timelineWidth / (activeCropRight - activeCropLeft);
- var left = 0;
- var boderLeft = 'none';
-
- if (this.cropIntent.left > activeCropLeft) {
- left = (this.cropIntent.left - activeCropLeft) * r;
- boderLeft = null;
- }
-
- var right = timelineWidth;
- var borderRight = 'none';
-
- if (this.cropIntent.right < activeCropRight) {
- right = timelineWidth - (activeCropRight - this.cropIntent.right) * r;
- borderRight = null;
- }
-
- return {
- 'left': "".concat(left, "px"),
- 'width': "".concat(right - left, "px"),
- 'border-left': boderLeft,
- 'border-right': borderRight
- };
- }
- },
- methods: {
- /**
- * Adds an overlay to make sure element selection can't happen and the
- * crosshair cursor style is maintained wherever the curso is on the screen
- * while a selection is taking place.
- */
- addOverlay: function addOverlay() {
- if (this.overlay) {
- return;
- }
-
- this.overlay = document.createElement('div');
- Object.assign(this.overlay.style, {
- 'position': 'fixed',
- 'top': 0,
- 'left': 0,
- 'height': '100vh',
- 'width': '100vw',
- 'z-index': 100,
- 'cursor': 'crosshair'
- });
- document.body.appendChild(this.overlay);
- },
-
- /**
- * Removes the overlay that is added by a call to addOverlay.
- */
- removeOverlay: function removeOverlay() {
- if (!this.overlay) {
- return;
- }
-
- document.body.removeChild(this.overlay);
- delete this.overlay;
- },
-
- /**
- * Generates an object that can is used to update the position and style of
- * the selection box when a selection is being made. The object contains
- * three functions which all take a DOM event as a parameter.
- *
- * - init: setup the initial drag position of the selection base on the
- * mousedown event
- * - update: updates the selection box's coordinates based on the mousemouve
- * event
- * - reset: clears the selection box, shold be called when the mouseup event
- * occurs or when we want to no longer display the selection box.
- * @return {null}
- */
- selectionPositionsUpdater: function selectionPositionsUpdater() {
- var _this = this;
-
- var startClientX;
- var startClientY;
- var x;
- var y;
- return {
- init: function init(e) {
- startClientX = e.clientX;
- startClientY = e.clientY;
- x = startClientX - _this.$refs.timelines.$el.getBoundingClientRect().left;
- y = startClientY - _this.$refs.timelines.$el.getBoundingClientRect().top;
- },
- update: function update(e) {
- var left;
- var right;
- var top;
- var bottom;
- var xDiff = e.clientX - startClientX;
-
- if (xDiff > 0) {
- left = x;
- right = x + xDiff;
- } else {
- left = x + xDiff;
- right = x;
- }
-
- var yDiff = e.clientY - startClientY;
-
- if (yDiff > 0) {
- top = y;
- bottom = y + yDiff;
- } else {
- top = y + yDiff;
- bottom = y;
- }
-
- if (left < 0) {
- left = 0;
- }
-
- if (top < 0) {
- top = 0;
- }
-
- if (right > _this.$refs.timelines.$el.getBoundingClientRect().width) {
- right = _this.$refs.timelines.$el.getBoundingClientRect().width;
- }
-
- if (bottom > _this.$refs.timelines.$el.getBoundingClientRect().height) {
- bottom = _this.$refs.timelines.$el.getBoundingClientRect().height;
- }
-
- _this.$set(_this.selectionPosition, 'left', left);
-
- _this.$set(_this.selectionPosition, 'right', right);
-
- _this.$set(_this.selectionPosition, 'top', top);
-
- _this.$set(_this.selectionPosition, 'bottom', bottom);
- },
- reset: function reset(e) {
- _this.$set(_this.selectionPosition, 'left', 0);
-
- _this.$set(_this.selectionPosition, 'right', 0);
-
- _this.$set(_this.selectionPosition, 'top', 0);
-
- _this.$set(_this.selectionPosition, 'bottom', 0);
- }
- };
- },
-
- /**
- * Handles the mousedown event indicating the start of a selection.
- * Adds listeners to handles mousemove and mouseup event to detect the
- * selection and update the selection box's coordinates.
- * @param {event} e
- */
- mousedownHandler: function mousedownHandler(e) {
- var _this2 = this;
-
- var selectionPositionsUpdater = this.selectionPositionsUpdater();
- selectionPositionsUpdater.init(e);
- var dragged = false;
-
- var mousemoveHandler = function mousemoveHandler(e) {
- if (!dragged) {
- dragged = true;
-
- _this2.addOverlay();
- }
-
- selectionPositionsUpdater.update(e);
- };
-
- document.addEventListener('mousemove', mousemoveHandler);
-
- var mouseupHandler = function mouseupHandler(e) {
- document.removeEventListener('mousemove', mousemoveHandler);
- document.removeEventListener('mouseup', mouseupHandler);
-
- if (dragged) {
- _this2.removeOverlay();
-
- selectionPositionsUpdater.update(e);
-
- _this2.zoomToSelection();
- }
-
- selectionPositionsUpdater.reset();
- };
-
- document.addEventListener('mouseup', mouseupHandler);
- },
-
- /**
- * Update the crop values to zoom into the timeline based on the currently
- * set selection box coordinates.
- */
- zoomToSelection: function zoomToSelection() {
- var _this$crop$left2, _this$crop3, _this$crop$right2, _this$crop4;
-
- var left = (_this$crop$left2 = (_this$crop3 = this.crop) === null || _this$crop3 === void 0 ? void 0 : _this$crop3.left) !== null && _this$crop$left2 !== void 0 ? _this$crop$left2 : 0;
- var right = (_this$crop$right2 = (_this$crop4 = this.crop) === null || _this$crop4 === void 0 ? void 0 : _this$crop4.right) !== null && _this$crop$right2 !== void 0 ? _this$crop$right2 : 1;
- var ratio = (this.selectionPosition.right - this.selectionPosition.left) / this.$refs.timelines.$el.getBoundingClientRect().width;
- var newCropWidth = ratio * (right - left);
- var newLeft = left + this.selectionPosition.left / this.$refs.timelines.$el.getBoundingClientRect().width * (right - left);
-
- if (this.crop) {
- this.$set(this.crop, 'left', newLeft);
- this.$set(this.crop, 'right', newLeft + newCropWidth);
- } else {
- this.$emit('crop', {
- left: newLeft,
- right: newLeft + newCropWidth
- });
- }
- },
- toggleTimeline: function toggleTimeline(file) {
- this.$set(file, 'timelineDisabled', !file.timelineDisabled);
- }
- },
- components: {
- Timeline: src_Timeline
- }
-});
-// CONCATENATED MODULE: ./src/Timelines.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_Timelinesvue_type_script_lang_js_ = (Timelinesvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/Timelines.vue?vue&type=style&index=0&id=72921bb2&scoped=true&lang=css&
-var Timelinesvue_type_style_index_0_id_72921bb2_scoped_true_lang_css_ = __webpack_require__("7RxL");
-
-// CONCATENATED MODULE: ./src/Timelines.vue
-
-
-
-
-
-
-/* normalize component */
-
-var Timelines_component = Object(componentNormalizer["a" /* default */])(
- src_Timelinesvue_type_script_lang_js_,
- Timelinesvue_type_template_id_72921bb2_scoped_true_render,
- Timelinesvue_type_template_id_72921bb2_scoped_true_staticRenderFns,
- false,
- null,
- "72921bb2",
- null
-
-)
-
-/* harmony default export */ var Timelines = (Timelines_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/TimelineSelection.vue?vue&type=template&id=3bca1c4b&scoped=true&
-var TimelineSelectionvue_type_template_id_3bca1c4b_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"wrapper"},[_c('svg',{ref:"timeline",staticClass:"timeline-svg",class:{disabled: _vm.disabled},attrs:{"width":"100%","height":"20"}},[_vm._l((_vm.timelineBlocks),function(block,idx){return _c('rect',{key:idx,staticClass:"point",attrs:{"x":((block.startPos) + "%"),"y":"0","width":((block.width) + "%"),"height":_vm.pointHeight,"rx":_vm.corner}})}),_vm._v(" "),(_vm.selectedWidth >= 0)?_c('rect',{directives:[{name:"show",rawName:"v-show",value:(_vm.showSelection),expression:"showSelection"}],ref:"selectedSection",staticClass:"point selection",attrs:{"x":_vm.selectionAreaStart,"y":"0","width":_vm.selectedWidth,"height":_vm.pointHeight,"rx":_vm.corner}}):_c('rect',{directives:[{name:"show",rawName:"v-show",value:(_vm.showSelection),expression:"showSelection"}],ref:"selectedSection",staticClass:"point selection",attrs:{"x":_vm.selectionAreaEnd,"y":"0","width":-_vm.selectedWidth,"height":_vm.pointHeight,"rx":_vm.corner}}),_vm._v(" "),_c('rect',{directives:[{name:"show",rawName:"v-show",value:(_vm.showSelection),expression:"showSelection"}],ref:"leftResizeDragger",staticClass:"point selection-edge",attrs:{"x":_vm.selectionAreaStart - 2,"y":"0","width":4,"height":_vm.pointHeight,"rx":_vm.corner}}),_vm._v(" "),_c('rect',{directives:[{name:"show",rawName:"v-show",value:(_vm.showSelection),expression:"showSelection"}],ref:"rightResizeDragger",staticClass:"point selection-edge",attrs:{"x":_vm.selectionAreaEnd - 2,"y":"0","width":4,"height":_vm.pointHeight,"rx":_vm.corner}})],2)])}
-var TimelineSelectionvue_type_template_id_3bca1c4b_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/TimelineSelection.vue?vue&type=template&id=3bca1c4b&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/TimelineSelection.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/* harmony default export */ var TimelineSelectionvue_type_script_lang_js_ = ({
- name: 'timelineSelection',
- props: ['startTimestamp', 'endTimestamp', 'cropArea', 'disabled'],
- data: function data() {
- return {
- pointHeight: 15,
- corner: 2,
- selectionStartPosition: 0,
- selectionEndPosition: 0,
- selecting: false,
- dragged: false,
- draggingSelection: false
- };
- },
- mixins: [Timeline],
- watch: {
- selectionStartPosition: function selectionStartPosition() {
- // Send crop intent rather than final crop value while we are selecting
- if (this.selecting && this.dragged) {
- this.emitCropIntent();
- return;
- }
-
- this.emitCropDetails();
- },
- selectionEndPosition: function selectionEndPosition() {
- // Send crop intent rather than final crop value while we are selecting
- if (this.selecting && this.dragged) {
- this.emitCropIntent();
- return;
- }
-
- this.emitCropDetails();
- }
- },
- methods: {
- /**
- * Create an object that can be injected and removed from the DOM to change
- * the cursor style. The object is a mask over the entire screen. It is
- * done this way as opposed to injecting a style targeting all elements for
- * performance reasons, otherwise recalculate style would be very slow.
- * This makes sure that regardless of the cursor style of other elements,
- * the cursor style will be set to what we want over the entire screen.
- * @param {string} cursor - The cursor type to apply to the entire page.
- * @return An object that can be injected and removed from the DOM which
- * changes the cursor style for the entire page.
- */
- createCursorStyle: function createCursorStyle(cursor) {
- var cursorMask = document.createElement('div');
- cursorMask.style.cursor = cursor;
- cursorMask.style.height = '100vh';
- cursorMask.style.width = '100vw';
- cursorMask.style.position = 'fixed';
- cursorMask.style.top = '0';
- cursorMask.style.left = '0';
- cursorMask.style['z-index'] = '1000';
- return {
- inject: function inject() {
- document.body.appendChild(cursorMask);
- },
- remove: function remove() {
- try {
- document.body.removeChild(cursorMask);
- } catch (e) {}
- }
- };
- },
- setupCreateSelectionListeners: function setupCreateSelectionListeners() {
- var _this = this;
-
- var cursorStyle = this.createCursorStyle('crosshair');
-
- this.timelineSvgMouseDownEventListener = function (e) {
- e.stopPropagation();
- _this.selecting = true;
- _this.dragged = false;
- _this.mouseDownX = e.offsetX;
- _this.mouseDownClientX = e.clientX;
- cursorStyle.inject();
- };
-
- this.createSelectionMouseMoveEventListener = function (e) {
- if (_this.selecting) {
- if (!_this.dragged) {
- _this.selectionStartX = _this.mouseDownX;
- }
-
- _this.dragged = true;
- var draggedAmount = e.clientX - _this.mouseDownClientX;
-
- if (draggedAmount >= 0) {
- _this.selectionStartPosition = _this.selectionStartX;
- var endX = _this.selectionStartX + draggedAmount;
-
- if (endX <= _this.$refs.timeline.clientWidth) {
- _this.selectionEndPosition = endX;
- } else {
- _this.selectionEndPosition = _this.$refs.timeline.clientWidth;
- }
-
- _this.$emit('showVideoAt', _this.absolutePositionAsTimestamp(_this.selectionEndPosition));
- } else {
- _this.selectionEndPosition = _this.selectionStartX;
- var startX = _this.selectionStartX + draggedAmount;
-
- if (startX >= 0) {
- _this.selectionStartPosition = startX;
- } else {
- _this.selectionStartPosition = 0;
- }
-
- _this.$emit('showVideoAt', _this.absolutePositionAsTimestamp(_this.selectionStartPosition));
- }
- }
- };
-
- this.createSelectionMouseUpEventListener = function (e) {
- _this.selecting = false;
- cursorStyle.remove();
-
- _this.$emit('resetVideoTimestamp');
-
- if (_this.dragged) {
- // Clear crop intent, we now have a set crop value
- _this.clearCropIntent(); // Notify of final crop value
-
-
- _this.emitCropDetails();
- }
-
- _this.dragged = false;
- };
-
- this.$refs.timeline.addEventListener('mousedown', this.timelineSvgMouseDownEventListener);
- document.addEventListener('mousemove', this.createSelectionMouseMoveEventListener);
- document.addEventListener('mouseup', this.createSelectionMouseUpEventListener);
- },
- teardownCreateSelectionListeners: function teardownCreateSelectionListeners() {
- this.$refs.timeline.removeEventListener('mousedown', this.timelineSvgMouseDownEventListener);
- document.removeEventListener('mousemove', this.createSelectionMouseMoveEventListener);
- document.removeEventListener('mouseup', this.createSelectionMouseUpEventListener);
- },
- setupDragSelectionListeners: function setupDragSelectionListeners() {
- var _this2 = this;
-
- var cursorStyle = this.createCursorStyle('move');
-
- this.selectedSectionMouseDownListener = function (e) {
- e.stopPropagation();
- _this2.draggingSelectionStartX = e.clientX;
- _this2.selectionStartPosition = _this2.selectionAreaStart;
- _this2.selectionEndPosition = _this2.selectionAreaEnd;
- _this2.draggingSelectionStartPos = _this2.selectionAreaStart;
- _this2.draggingSelectionEndPos = _this2.selectionAreaEnd; // Keep this after fetching selectionAreaStart and selectionAreaEnd.
-
- _this2.draggingSelection = true;
- cursorStyle.inject();
- };
-
- this.dragSelectionMouseMoveEventListener = function (e) {
- if (_this2.draggingSelection) {
- var dragAmount = e.clientX - _this2.draggingSelectionStartX;
- var newStartPos = _this2.draggingSelectionStartPos + dragAmount;
- var newEndPos = _this2.draggingSelectionEndPos + dragAmount;
-
- if (newStartPos >= 0 && newEndPos <= _this2.$refs.timeline.clientWidth) {
- _this2.selectionStartPosition = newStartPos;
- _this2.selectionEndPosition = newEndPos;
- } else {
- if (newStartPos < 0) {
- _this2.selectionStartPosition = 0;
- _this2.selectionEndPosition = newEndPos - newStartPos
- /* negative overflown amount*/
- ;
- } else {
- var overflownAmount = newEndPos - _this2.$refs.timeline.clientWidth;
- _this2.selectionEndPosition = _this2.$refs.timeline.clientWidth;
- _this2.selectionStartPosition = newStartPos - overflownAmount;
- }
- }
- }
- };
-
- this.dragSelectionMouseUpEventListener = function (e) {
- _this2.draggingSelection = false;
- cursorStyle.remove();
- };
-
- this.$refs.selectedSection.addEventListener('mousedown', this.selectedSectionMouseDownListener);
- document.addEventListener('mousemove', this.dragSelectionMouseMoveEventListener);
- document.addEventListener('mouseup', this.dragSelectionMouseUpEventListener);
- },
- teardownDragSelectionListeners: function teardownDragSelectionListeners() {
- this.$refs.selectedSection.removeEventListener('mousedown', this.selectedSectionMouseDownListener);
- document.removeEventListener('mousemove', this.dragSelectionMouseMoveEventListener);
- document.removeEventListener('mouseup', this.dragSelectionMouseUpEventListener);
- },
- setupResizeSelectionListeners: function setupResizeSelectionListeners() {
- var _this3 = this;
-
- var cursorStyle = this.createCursorStyle('ew-resize');
-
- this.leftResizeDraggerMouseDownEventListener = function (e) {
- e.stopPropagation();
- _this3.resizeStartX = e.clientX;
- _this3.selectionStartPosition = _this3.selectionAreaStart;
- _this3.selectionEndPosition = _this3.selectionAreaEnd;
- _this3.resizeStartPos = _this3.selectionAreaStart;
- _this3.resizeingLeft = true;
- cursorStyle.inject();
-
- _this3.$emit('showVideoAt', _this3.absolutePositionAsTimestamp(_this3.selectionAreaStart));
- };
-
- this.rightResizeDraggerMouseDownEventListener = function (e) {
- e.stopPropagation();
- _this3.resizeStartX = e.clientX;
- _this3.selectionStartPosition = _this3.selectionAreaStart;
- _this3.selectionEndPosition = _this3.selectionAreaEnd;
- _this3.resizeEndPos = _this3.selectionAreaEnd;
- _this3.resizeingRight = true;
- cursorStyle.inject();
-
- _this3.$emit('showVideoAt', _this3.absolutePositionAsTimestamp(_this3.selectionAreaEnd));
- };
-
- this.resizeMouseMoveEventListener = function (e) {
- if (_this3.resizeingLeft) {
- var moveAmount = e.clientX - _this3.resizeStartX;
- var newStartPos = _this3.resizeStartPos + moveAmount;
-
- if (newStartPos >= _this3.selectionEndPosition) {
- newStartPos = _this3.selectionEndPosition;
- }
-
- if (newStartPos < 0) {
- newStartPos = 0;
- }
-
- _this3.selectionStartPosition = newStartPos;
-
- _this3.$emit('showVideoAt', _this3.absolutePositionAsTimestamp(_this3.selectionStartPosition));
- }
-
- if (_this3.resizeingRight) {
- var _moveAmount = e.clientX - _this3.resizeStartX;
-
- var newEndPos = _this3.resizeEndPos + _moveAmount;
-
- if (newEndPos <= _this3.selectionStartPosition) {
- newEndPos = _this3.selectionStartPosition;
- }
-
- if (newEndPos > _this3.$refs.timeline.clientWidth) {
- newEndPos = _this3.$refs.timeline.clientWidth;
- }
-
- _this3.selectionEndPosition = newEndPos;
-
- _this3.$emit('showVideoAt', _this3.absolutePositionAsTimestamp(_this3.selectionEndPosition));
- }
- };
-
- this.resizeSelectionMouseUpEventListener = function (e) {
- _this3.resizeingLeft = false;
- _this3.resizeingRight = false;
- cursorStyle.remove();
-
- _this3.$emit('resetVideoTimestamp');
- };
-
- this.$refs.leftResizeDragger.addEventListener('mousedown', this.leftResizeDraggerMouseDownEventListener);
- this.$refs.rightResizeDragger.addEventListener('mousedown', this.rightResizeDraggerMouseDownEventListener);
- document.addEventListener('mousemove', this.resizeMouseMoveEventListener);
- document.addEventListener('mouseup', this.resizeSelectionMouseUpEventListener);
- },
- teardownResizeSelectionListeners: function teardownResizeSelectionListeners() {
- this.$refs.leftResizeDragger.removeEventListener('mousedown', this.leftResizeDraggerMouseDownEventListener);
- this.$refs.rightResizeDragger.removeEventListener('mousedown', this.rightResizeDraggerMouseDownEventListener);
- document.removeEventListener('mousemove', this.resizeMouseMoveEventListener);
- document.removeEventListener('mouseup', this.resizeSelectionMouseUpEventListener);
- },
- emitCropDetails: function emitCropDetails() {
- var width = this.$refs.timeline.clientWidth;
- this.$emit('crop', {
- left: this.selectionStartPosition / width,
- right: this.selectionEndPosition / width
- });
- },
- emitCropIntent: function emitCropIntent() {
- var width = this.$refs.timeline.clientWidth;
- this.$emit('cropIntent', {
- left: this.selectionStartPosition / width,
- right: this.selectionEndPosition / width
- });
- },
- clearCropIntent: function clearCropIntent() {
- this.$emit('cropIntent', null);
- }
- },
- computed: {
- selected: function selected() {
- return this.timeline[this.selectedIndex];
- },
- selectedWidth: function selectedWidth() {
- return this.selectionAreaEnd - this.selectionAreaStart;
- },
- showSelection: function showSelection() {
- return this.selectionAreaStart || this.selectionAreaEnd;
- },
- selectionAreaStart: function selectionAreaStart() {
- if (this.selecting && this.dragged || this.draggingSelection) {
- return this.selectionStartPosition;
- }
-
- if (this.cropArea && this.$refs.timeline) {
- return this.cropArea.left * this.$refs.timeline.clientWidth;
- }
-
- return 0;
- },
- selectionAreaEnd: function selectionAreaEnd() {
- if (this.selecting && this.dragged || this.draggingSelection) {
- return this.selectionEndPosition;
- }
-
- if (this.cropArea && this.$refs.timeline) {
- return this.cropArea.right * this.$refs.timeline.clientWidth;
- }
-
- return 0;
- }
- },
- mounted: function mounted() {
- this.setupCreateSelectionListeners();
- this.setupDragSelectionListeners();
- this.setupResizeSelectionListeners();
- },
- beforeDestroy: function beforeDestroy() {
- this.teardownCreateSelectionListeners();
- this.teardownDragSelectionListeners();
- this.teardownResizeSelectionListeners();
- }
-});
-// CONCATENATED MODULE: ./src/TimelineSelection.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_TimelineSelectionvue_type_script_lang_js_ = (TimelineSelectionvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/TimelineSelection.vue?vue&type=style&index=0&id=3bca1c4b&scoped=true&lang=css&
-var TimelineSelectionvue_type_style_index_0_id_3bca1c4b_scoped_true_lang_css_ = __webpack_require__("D22D");
-
-// CONCATENATED MODULE: ./src/TimelineSelection.vue
-
-
-
-
-
-
-/* normalize component */
-
-var TimelineSelection_component = Object(componentNormalizer["a" /* default */])(
- src_TimelineSelectionvue_type_script_lang_js_,
- TimelineSelectionvue_type_template_id_3bca1c4b_scoped_true_render,
- TimelineSelectionvue_type_template_id_3bca1c4b_scoped_true_staticRenderFns,
- false,
- null,
- "3bca1c4b",
- null
-
-)
-
-/* harmony default export */ var TimelineSelection = (TimelineSelection_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/DraggableDiv.vue?vue&type=template&id=14ea7bf0&scoped=true&
-var DraggableDivvue_type_template_id_14ea7bf0_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"draggable-container",style:({visibility: _vm.contentIsLoaded ? 'visible' : 'hidden'})},[_c('md-card',{staticClass:"draggable-card"},[_c('div',{staticClass:"header",on:{"mousedown":_vm.onHeaderMouseDown}},[_c('md-icon',{staticClass:"drag-icon"},[_vm._v("\n drag_indicator\n ")]),_vm._v(" "),_vm._t("header")],2),_vm._v(" "),_c('div',{staticClass:"content"},[_vm._t("main"),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.resizeable),expression:"resizeable"}],staticClass:"resizer",on:{"mousedown":_vm.onResizerMouseDown}})],2)])],1)}
-var DraggableDivvue_type_template_id_14ea7bf0_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/DraggableDiv.vue?vue&type=template&id=14ea7bf0&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/DraggableDiv.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-/* harmony default export */ var DraggableDivvue_type_script_lang_js_ = ({
- name: "DraggableDiv",
- // If asyncLoad is enabled must call contentLoaded when content is ready
- props: ['position', 'asyncLoad', 'resizeable'],
- data: function data() {
- return {
- positions: {
- clientX: undefined,
- clientY: undefined,
- movementX: 0,
- movementY: 0
- },
- parentResizeObserver: null,
- contentIsLoaded: false,
- extraWidth: 0,
- extraHeight: 0
- };
- },
- methods: {
- onHeaderMouseDown: function onHeaderMouseDown(e) {
- e.preventDefault();
- this.initDragAction(e);
- },
- onResizerMouseDown: function onResizerMouseDown(e) {
- e.preventDefault();
- this.startResize(e);
- },
- initDragAction: function initDragAction(e) {
- this.positions.clientX = e.clientX;
- this.positions.clientY = e.clientY;
- document.onmousemove = this.startDrag;
- document.onmouseup = this.stopDrag;
- },
- startDrag: function startDrag(e) {
- e.preventDefault();
- this.positions.movementX = this.positions.clientX - e.clientX;
- this.positions.movementY = this.positions.clientY - e.clientY;
- this.positions.clientX = e.clientX;
- this.positions.clientY = e.clientY;
- var parentHeight = this.$el.parentElement.clientHeight;
- var parentWidth = this.$el.parentElement.clientWidth;
- var divHeight = this.$el.clientHeight;
- var divWidth = this.$el.clientWidth;
- var top = this.$el.offsetTop - this.positions.movementY;
-
- if (top < 0) {
- top = 0;
- }
-
- if (top + divHeight > parentHeight) {
- top = parentHeight - divHeight;
- }
-
- var left = this.$el.offsetLeft - this.positions.movementX;
-
- if (left < 0) {
- left = 0;
- }
-
- if (left + divWidth > parentWidth) {
- left = parentWidth - divWidth;
- }
-
- this.$el.style.top = top + 'px';
- this.$el.style.left = left + 'px';
- },
- stopDrag: function stopDrag() {
- document.onmouseup = null;
- document.onmousemove = null;
- },
- startResize: function startResize(e) {
- e.preventDefault();
- this.startResizeX = e.clientX;
- this.startResizeY = e.clientY;
- document.onmousemove = this.resizing;
- document.onmouseup = this.stopResize;
- document.body.style.cursor = "nwse-resize";
- },
- resizing: function resizing(e) {
- var extraWidth = this.extraWidth + (e.clientX - this.startResizeX);
-
- if (extraWidth < 0) {
- extraWidth = 0;
- }
-
- this.$emit('requestExtraWidth', extraWidth);
- var extraHeight = this.extraHeight + (e.clientY - this.startResizeY);
-
- if (extraHeight < 0) {
- extraHeight = 0;
- }
-
- this.$emit('requestExtraHeight', extraHeight);
- },
- stopResize: function stopResize(e) {
- this.extraWidth += e.clientX - this.startResizeX;
-
- if (this.extraWidth < 0) {
- this.extraWidth = 0;
- }
-
- this.extraHeight += e.clientY - this.startResizeY;
-
- if (this.extraHeight < 0) {
- this.extraHeight = 0;
- }
-
- document.onmousemove = null;
- document.onmouseup = null;
- document.body.style.cursor = null;
- },
- onParentResize: function onParentResize() {
- var parentHeight = this.$el.parentElement.clientHeight;
- var parentWidth = this.$el.parentElement.clientWidth;
- var elHeight = this.$el.clientHeight;
- var elWidth = this.$el.clientWidth;
- var rect = this.$el.getBoundingClientRect();
- var offsetBottom = parentHeight - (rect.y + elHeight);
-
- if (offsetBottom < 0) {
- this.$el.style.top = parseInt(this.$el.style.top) + offsetBottom + 'px';
- }
-
- var offsetRight = parentWidth - (rect.x + elWidth);
-
- if (offsetRight < 0) {
- this.$el.style.left = parseInt(this.$el.style.left) + offsetRight + 'px';
- }
- },
- contentLoaded: function contentLoaded() {
- // To be called if content is loaded async (eg: video), so that div may
- // position itself correctly.
- if (this.contentIsLoaded) {
- return;
- }
-
- this.contentIsLoaded = true;
- var margin = 15;
-
- switch (this.position) {
- case 'bottomLeft':
- this.moveToBottomLeft(margin);
- break;
-
- default:
- throw new Error('Unsupported starting position for DraggableDiv');
- }
- },
- moveToBottomLeft: function moveToBottomLeft(margin) {
- margin = margin || 0;
- var divHeight = this.$el.clientHeight;
- var parentHeight = this.$el.parentElement.clientHeight;
- this.$el.style.top = parentHeight - divHeight - margin + 'px';
- this.$el.style.left = margin + 'px';
- }
- },
- mounted: function mounted() {
- if (!this.asyncLoad) {
- this.contentLoaded();
- } // Listen for changes in parent height to avoid element exiting visible view
-
-
- this.parentResizeObserver = new ResizeObserver(this.onParentResize);
- this.parentResizeObserver.observe(this.$el.parentElement);
- },
- destroyed: function destroyed() {
- this.parentResizeObserver.unobserve(this.$el.parentElement);
- }
-});
-// CONCATENATED MODULE: ./src/DraggableDiv.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_DraggableDivvue_type_script_lang_js_ = (DraggableDivvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/DraggableDiv.vue?vue&type=style&index=0&id=14ea7bf0&scoped=true&lang=css&
-var DraggableDivvue_type_style_index_0_id_14ea7bf0_scoped_true_lang_css_ = __webpack_require__("ZCTO");
-
-// CONCATENATED MODULE: ./src/DraggableDiv.vue
-
-
-
-
-
-
-/* normalize component */
-
-var DraggableDiv_component = Object(componentNormalizer["a" /* default */])(
- src_DraggableDivvue_type_script_lang_js_,
- DraggableDivvue_type_template_id_14ea7bf0_scoped_true_render,
- DraggableDivvue_type_template_id_14ea7bf0_scoped_true_staticRenderFns,
- false,
- null,
- "14ea7bf0",
- null
-
-)
-
-/* harmony default export */ var DraggableDiv = (DraggableDiv_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/VideoView.vue?vue&type=template&id=4fc6aae4&
-var VideoViewvue_type_template_id_4fc6aae4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('video',{ref:"video",staticClass:"md-elevation-2 screen",style:(_vm.style),attrs:{"src":_vm.file.data}})}
-var VideoViewvue_type_template_id_4fc6aae4_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/VideoView.vue?vue&type=template&id=4fc6aae4&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/VideoView.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-var EPSILON = 0.00001;
-
-function uint8ToString(array) {
- var chunk = 0x8000;
- var out = [];
-
- for (var i = 0; i < array.length; i += chunk) {
- out.push(String.fromCharCode.apply(null, array.subarray(i, i + chunk)));
- }
-
- return out.join('');
-}
-
-/* harmony default export */ var VideoViewvue_type_script_lang_js_ = ({
- name: 'videoview',
- props: ['file', 'height'],
- data: function data() {
- return {};
- },
- computed: {
- selectedIndex: function selectedIndex() {
- return this.file.selectedIndex;
- },
- style: function style() {
- if (typeof this.height == 'number') {
- return "height: ".concat(this.height, "px");
- } else {
- return "height: ".concat(this.height);
- }
- }
- },
- methods: {
- arrowUp: function arrowUp() {
- return true;
- },
- arrowDown: function arrowDown() {
- return true;
- },
- selectFrameAtTime: function selectFrameAtTime(timestamp) {
- var time = (timestamp - this.file.timeline[0]) / 1000000000 + EPSILON;
- this.$refs.video.currentTime = time;
- },
- selectFrame: function selectFrame(idx) {
- this.selectFrameAtTime(this.file.timeline[idx]);
- },
- jumpToSelectedIndex: function jumpToSelectedIndex() {
- this.selectFrame(this.file.selectedIndex);
- }
- },
- watch: {
- selectedIndex: function selectedIndex() {
- this.selectFrame(this.file.selectedIndex);
- }
- },
- mounted: function mounted() {
- var _this = this;
-
- this.$el.addEventListener('canplay', function (e) {
- _this.$emit('loaded');
- });
- }
-});
-// CONCATENATED MODULE: ./src/VideoView.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_VideoViewvue_type_script_lang_js_ = (VideoViewvue_type_script_lang_js_);
-// CONCATENATED MODULE: ./src/VideoView.vue
-
-
-
-
-
-/* normalize component */
-
-var VideoView_component = Object(componentNormalizer["a" /* default */])(
- src_VideoViewvue_type_script_lang_js_,
- VideoViewvue_type_template_id_4fc6aae4_render,
- VideoViewvue_type_template_id_4fc6aae4_staticRenderFns,
- false,
- null,
- null,
- null
-
-)
-
-/* harmony default export */ var VideoView = (VideoView_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/components/IconSelection/IconSelectOption.vue?vue&type=template&id=40d39c0a&scoped=true&
-var IconSelectOptionvue_type_template_id_40d39c0a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('md-menu-item',{class:_vm.optionClasses,attrs:{"disabled":_vm.isDisabled},on:{"click":_vm.setSelection}},[(_vm.MdSelect.multiple)?_c('md-checkbox',{staticClass:"md-primary",attrs:{"disabled":_vm.isDisabled},model:{value:(_vm.isChecked),callback:function ($$v) {_vm.isChecked=$$v},expression:"isChecked"}}):_vm._e(),_vm._v(" "),_c('div',{staticClass:"item"},[(_vm.icon)?_c('i',{staticClass:"material-icons"},[_vm._v("\n "+_vm._s(_vm.icon)+"\n ")]):_vm._e(),_vm._v(" "),_c('span',{staticClass:"value"},[_vm._v("\n "+_vm._s(_vm.displayValue || _vm.value)+"\n ")]),_vm._v(" "),_c('span',{staticClass:"material-icons help-icon"},[_vm._v("\n help_outline\n "),_c('md-tooltip',{attrs:{"md-direction":"right"}},[_vm._v(_vm._s(_vm.desc))])],1)])],1)}
-var IconSelectOptionvue_type_template_id_40d39c0a_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/components/IconSelection/IconSelectOption.vue?vue&type=template&id=40d39c0a&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/components/IconSelection/IconSelectOption.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-/* harmony default export */ var IconSelectOptionvue_type_script_lang_js_ = ({
- name: 'MdIconOption',
- props: {
- // Serves as key for option (should be unique within an MdSelect)
- // Also serves as the backup to displayValue if null
- value: [String, Number, Boolean],
- // Value shown to describe an option in dropdown selection
- displayValue: [String, Number, Boolean],
- // If present, this is shown to represent item when dropdown is collapsed
- shortValue: [String, Number, Boolean],
- icon: String,
- desc: String,
- disabled: Boolean
- },
- inject: {
- MdSelect: {},
- MdOptgroup: {
- "default": {}
- }
- },
- data: function data() {
- return {
- isSelected: false,
- isChecked: false
- };
- },
- computed: {
- selectValue: function selectValue() {
- return this.MdSelect.modelValue;
- },
- isMultiple: function isMultiple() {
- return this.MdSelect.multiple;
- },
- isDisabled: function isDisabled() {
- return this.MdOptgroup.disabled || this.disabled;
- },
- key: function key() {
- return this.value;
- },
- inputLabel: function inputLabel() {
- return this.MdSelect.label;
- },
- optionClasses: function optionClasses() {
- return {
- 'md-selected': this.isSelected || this.isChecked
- };
- }
- },
- watch: {
- selectValue: function selectValue() {
- this.setIsSelected();
- },
- isChecked: function isChecked(val) {
- if (val === this.isSelected) {
- return;
- }
-
- this.setSelection();
- },
- isSelected: function isSelected(val) {
- this.isChecked = val;
- }
- },
- methods: {
- getTextContent: function getTextContent() {
- return this.shortValue || this.displayValue || this.value;
- },
- setIsSelected: function setIsSelected() {
- if (!this.isMultiple) {
- this.isSelected = this.selectValue === this.value;
- return;
- }
-
- if (this.selectValue === undefined) {
- this.isSelected = false;
- return;
- }
-
- this.isSelected = this.selectValue.includes(this.value);
- },
- setSingleSelection: function setSingleSelection() {
- this.MdSelect.setValue(this.value);
- },
- setMultipleSelection: function setMultipleSelection() {
- this.MdSelect.setMultipleValue(this.value);
- },
- setSelection: function setSelection() {
- if (!this.isDisabled) {
- if (this.isMultiple) {
- this.setMultipleSelection();
- } else {
- this.setSingleSelection();
- }
- }
- },
- setItem: function setItem() {
- this.$set(this.MdSelect.items, this.key, this.getTextContent());
- }
- },
- updated: function updated() {
- this.setItem();
- },
- created: function created() {
- this.setItem();
- this.setIsSelected();
- }
-});
-// CONCATENATED MODULE: ./src/components/IconSelection/IconSelectOption.vue?vue&type=script&lang=js&
- /* harmony default export */ var IconSelection_IconSelectOptionvue_type_script_lang_js_ = (IconSelectOptionvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/components/IconSelection/IconSelectOption.vue?vue&type=style&index=0&id=40d39c0a&scoped=true&lang=css&
-var IconSelectOptionvue_type_style_index_0_id_40d39c0a_scoped_true_lang_css_ = __webpack_require__("ocQS");
-
-// CONCATENATED MODULE: ./src/components/IconSelection/IconSelectOption.vue
-
-
-
-
-
-
-/* normalize component */
-
-var IconSelectOption_component = Object(componentNormalizer["a" /* default */])(
- IconSelection_IconSelectOptionvue_type_script_lang_js_,
- IconSelectOptionvue_type_template_id_40d39c0a_scoped_true_render,
- IconSelectOptionvue_type_template_id_40d39c0a_scoped_true_staticRenderFns,
- false,
- null,
- "40d39c0a",
- null
-
-)
-
-/* harmony default export */ var IconSelectOption = (IconSelectOption_component.exports);
-// CONCATENATED MODULE: ./src/mixins/FileType.js
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-var mixin = {
- showInTraceView: function showInTraceView(file) {
- return file.type == TRACE_TYPES.WINDOW_MANAGER || file.type == TRACE_TYPES.SURFACE_FLINGER || file.type == TRACE_TYPES.WAYLAND || file.type == TRACE_TYPES.SYSTEM_UI || file.type == TRACE_TYPES.LAUNCHER || file.type == TRACE_TYPES.IME_CLIENTS || file.type == TRACE_TYPES.IME_SERVICE || file.type == TRACE_TYPES.IME_MANAGERSERVICE || file.type == DUMP_TYPES.WINDOW_MANAGER || file.type == DUMP_TYPES.SURFACE_FLINGER || file.type == DUMP_TYPES.WAYLAND;
- },
- showInWindowManagerTraceView: function showInWindowManagerTraceView(file) {
- return file.type == TRACE_TYPES.WINDOW_MANAGER || file.type == DUMP_TYPES.WINDOW_MANAGER;
- },
- showInSurfaceFlingerTraceView: function showInSurfaceFlingerTraceView(file) {
- return file.type == TRACE_TYPES.SURFACE_FLINGER || file.type == DUMP_TYPES.SURFACE_FLINGER;
- },
- isVideo: function isVideo(file) {
- return file.type == TRACE_TYPES.SCREEN_RECORDING;
- },
- isTransactions: function isTransactions(file) {
- return file.type == TRACE_TYPES.TRANSACTION;
- },
- isLog: function isLog(file) {
- return file.type == TRACE_TYPES.PROTO_LOG;
- },
- hasDataView: function hasDataView(file) {
- return this.isLog(file) || this.showInTraceView(file) || this.isTransactions(file);
- }
-};
-
-/* harmony default export */ var FileType = ({
- name: 'FileType',
- methods: mixin
-});
-// CONCATENATED MODULE: ./src/utils/consts.js
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/**
- * Should be kept in sync with ENUM is in Google3 under:
- * google3/wireless/android/tools/android_bug_tool/extension/common/actions
- */
-var WebContentScriptMessageType = {
- UNKNOWN: 0,
- CONVERT_OBJECT_URL: 1,
- CONVERT_OBJECT_URL_RESPONSE: 2
-};
-var NAVIGATION_STYLE = {
- GLOBAL: 'Global',
- FOCUSED: 'Focused',
- CUSTOM: 'Custom',
- TARGETED: 'Targeted'
-};
-var logLevel = {
- INFO: 'info',
- DEBUG: 'debug',
- VERBOSE: 'verbose',
- WARN: 'warn',
- ERROR: 'error',
- WTF: 'wtf'
-};
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/Overlay.vue?vue&type=script&lang=js&
-function Overlayvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = Overlayvue_type_script_lang_js_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function Overlayvue_type_script_lang_js_toConsumableArray(arr) { return Overlayvue_type_script_lang_js_arrayWithoutHoles(arr) || Overlayvue_type_script_lang_js_iterableToArray(arr) || Overlayvue_type_script_lang_js_unsupportedIterableToArray(arr) || Overlayvue_type_script_lang_js_nonIterableSpread(); }
-
-function Overlayvue_type_script_lang_js_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function Overlayvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Overlayvue_type_script_lang_js_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Overlayvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
-
-function Overlayvue_type_script_lang_js_iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
-
-function Overlayvue_type_script_lang_js_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return Overlayvue_type_script_lang_js_arrayLikeToArray(arr); }
-
-function Overlayvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-
-
-
-
-
-
-
- // eslint-disable-next-line camelcase
-
-
-/* harmony default export */ var Overlayvue_type_script_lang_js_ = ({
- name: 'overlay',
- props: ['store'],
- mixins: [FileType],
- data: function data() {
- return {
- minimized: true,
- // height of video in expanded timeline,
- // made to match expandedTimeline dynamically
- videoHeight: 'auto',
- dragState: {
- clientY: null,
- lastDragEndPosition: null
- },
- resizeOffset: 0,
- showVideoOverlay: true,
- mergedTimeline: null,
- NAVIGATION_STYLE: NAVIGATION_STYLE,
- navigationStyle: this.store.navigationStyle,
- videoOverlayExtraWidth: 0,
- crop: null,
- cropIntent: null,
- TRACE_ICONS: TRACE_ICONS
- };
- },
- created: function created() {
- this.mergedTimeline = this.computeMergedTimeline();
- this.$store.commit('setMergedTimeline', this.mergedTimeline);
- this.updateNavigationFileFilter();
- },
- mounted: function mounted() {
- this.emitBottomHeightUpdate();
- },
- destroyed: function destroyed() {
- this.$store.commit('removeMergedTimeline', this.mergedTimeline);
- },
- watch: {
- navigationStyle: function navigationStyle(style) {
- // Only store navigation type in local store if it's a type that will
- // work regardless of what data is loaded.
- if (style === NAVIGATION_STYLE.GLOBAL || style === NAVIGATION_STYLE.FOCUSED) {
- this.store.navigationStyle = style;
- }
-
- this.updateNavigationFileFilter();
- },
- minimized: function minimized() {
- // Minimized toggled
- this.updateNavigationFileFilter();
- this.$nextTick(this.emitBottomHeightUpdate);
- }
- },
- computed: {
- video: function video() {
- return this.$store.getters.video;
- },
- videoOverlayStyle: function videoOverlayStyle() {
- return {
- width: 150 + this.videoOverlayExtraWidth + 'px'
- };
- },
- timelineFiles: function timelineFiles() {
- return this.$store.getters.timelineFiles;
- },
- focusedFile: function focusedFile() {
- return this.$store.state.focusedFile;
- },
- expanded: function expanded() {
- return !this.minimized;
- },
- seekTime: function seekTime() {
- return nanos_to_string(this.currentTimestamp);
- },
- scale: function scale() {
- var mx = Math.max.apply(Math, Overlayvue_type_script_lang_js_toConsumableArray(this.timelineFiles.map(function (f) {
- return Math.max.apply(Math, Overlayvue_type_script_lang_js_toConsumableArray(f.timeline));
- })));
- var mi = Math.min.apply(Math, Overlayvue_type_script_lang_js_toConsumableArray(this.timelineFiles.map(function (f) {
- return Math.min.apply(Math, Overlayvue_type_script_lang_js_toConsumableArray(f.timeline));
- })));
- return [mi, mx];
- },
- currentTimestamp: function currentTimestamp() {
- return this.$store.state.currentTimestamp;
- },
- hasTimeline: function hasTimeline() {
- // Returns true if a meaningful timeline exists (i.e. not only dumps)
- var _iterator = Overlayvue_type_script_lang_js_createForOfIteratorHelper(this.timelineFiles),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var file = _step.value;
-
- if (file.timeline.length > 0 && (file.timeline[0] !== undefined || file.timeline.length > 1)) {
- return true;
- }
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
-
- return false;
- },
- collapsedTimelineIconTooltip: function collapsedTimelineIconTooltip() {
- switch (this.navigationStyle) {
- case NAVIGATION_STYLE.GLOBAL:
- return 'All timelines';
-
- case NAVIGATION_STYLE.FOCUSED:
- return "Focused: ".concat(this.focusedFile.type);
-
- case NAVIGATION_STYLE.CUSTOM:
- return 'Enabled timelines';
-
- default:
- var split = this.navigationStyle.split('-');
-
- if (split[0] !== NAVIGATION_STYLE.TARGETED) {
- throw new Error('Unexpected nagivation type');
- }
-
- var fileType = split[1];
- return fileType;
- }
- },
- collapsedTimelineIcon: function collapsedTimelineIcon() {
- switch (this.navigationStyle) {
- case NAVIGATION_STYLE.GLOBAL:
- return 'public';
-
- case NAVIGATION_STYLE.FOCUSED:
- return TRACE_ICONS[this.focusedFile.type];
-
- case NAVIGATION_STYLE.CUSTOM:
- return 'dashboard_customize';
-
- default:
- var split = this.navigationStyle.split('-');
-
- if (split[0] !== NAVIGATION_STYLE.TARGETED) {
- throw new Error('Unexpected nagivation type');
- }
-
- var fileType = split[1];
- return TRACE_ICONS[fileType];
- }
- },
- minimizedTimeline: function minimizedTimeline() {
- if (this.navigationStyle === NAVIGATION_STYLE.GLOBAL) {
- return this.mergedTimeline;
- }
-
- if (this.navigationStyle === NAVIGATION_STYLE.FOCUSED) {
- return this.focusedFile;
- }
-
- if (this.navigationStyle === NAVIGATION_STYLE.CUSTOM) {
- // TODO: Return custom timeline
- return this.mergedTimeline;
- }
-
- if (this.navigationStyle.split('-')[0] === NAVIGATION_STYLE.TARGETED) {
- return this.$store.state.traces[this.navigationStyle.split('-')[1]];
- }
-
- throw new Error('Unexpected Nagivation Style');
- },
- isCropped: function isCropped() {
- return this.crop != null && (this.crop.left !== 0 || this.crop.right !== 1);
- }
- },
- updated: function updated() {
- var _this = this;
-
- this.$nextTick(function () {
- if (_this.$refs.expandedTimeline && _this.expanded) {
- _this.videoHeight = _this.$refs.expandedTimeline.clientHeight;
- } else {
- _this.videoHeight = 'auto';
- }
- });
- },
- methods: {
- emitBottomHeightUpdate: function emitBottomHeightUpdate() {
- if (this.$refs.bottomNav) {
- var newHeight = this.$refs.bottomNav.$el.clientHeight;
- this.$emit('bottom-nav-height-change', newHeight);
- }
- },
- computeMergedTimeline: function computeMergedTimeline() {
- var mergedTimeline = {
- timeline: [],
- // Array of integers timestamps
- selectedIndex: 0
- };
- var timelineIndexes = [];
- var timelines = [];
-
- var _iterator2 = Overlayvue_type_script_lang_js_createForOfIteratorHelper(this.timelineFiles),
- _step2;
-
- try {
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
- var file = _step2.value;
- timelineIndexes.push(0);
- timelines.push(file.timeline);
- }
- } catch (err) {
- _iterator2.e(err);
- } finally {
- _iterator2.f();
- }
-
- while (true) {
- var minTime = Infinity;
- var timelineToAdvance = void 0;
-
- for (var i = 0; i < timelines.length; i++) {
- var timeline = timelines[i];
- var index = timelineIndexes[i];
-
- if (index >= timeline.length) {
- continue;
- }
-
- var time = timeline[index];
-
- if (time < minTime) {
- minTime = time;
- timelineToAdvance = i;
- }
- }
-
- if (timelineToAdvance === undefined) {
- // No more elements left
- break;
- }
-
- timelineIndexes[timelineToAdvance]++;
- mergedTimeline.timeline.push(minTime);
- } // Object is frozen for performance reasons
- // It will prevent Vue from making it a reactive object which will be very
- // slow as the timeline gets larger.
-
-
- Object.freeze(mergedTimeline.timeline);
- return mergedTimeline;
- },
- toggle: function toggle() {
- this.minimized ? this.expand() : this.minimize();
- this.minimized = !this.minimized;
- },
- expand: function expand() {
- if (this.video) {
- this.$refs.expandedContentVideoContainer.appendChild(this.$refs.video.$el);
- }
- },
- minimize: function minimize() {
- if (this.video) {
- this.$refs.overlayVideoContainer.appendChild(this.$refs.video.$el);
- }
- },
- fileIsVisible: function fileIsVisible(f) {
- return this.visibleDataViews.includes(f.filename);
- },
- resizeBottomNav: function resizeBottomNav(e) {
- this.initResizeAction(e);
- },
- initResizeAction: function initResizeAction(e) {
- document.onmousemove = this.startResize;
- document.onmouseup = this.endResize;
- },
- startResize: function startResize(e) {
- if (this.dragState.clientY === null) {
- this.dragState.clientY = e.clientY;
- }
-
- var movement = this.dragState.clientY - e.clientY;
- var resizeOffset = this.resizeOffset + movement;
-
- if (resizeOffset < 0) {
- this.resizeOffset = 0;
- this.dragState.clientY = null;
- } else if (movement > this.getBottomNavDistanceToTop()) {
- this.dragState.clientY += this.getBottomNavDistanceToTop();
- this.resizeOffset += this.getBottomNavDistanceToTop();
- } else {
- this.resizeOffset = resizeOffset;
- this.dragState.clientY = e.clientY;
- }
- },
- endResize: function endResize() {
- this.dragState.lastDragEndPosition = this.dragState.clientY;
- this.dragState.clientY = null;
- document.onmouseup = null;
- document.onmousemove = null;
- },
- getBottomNavDistanceToTop: function getBottomNavDistanceToTop() {
- return this.$refs.bottomNav.$el.getBoundingClientRect().top;
- },
- closeVideoOverlay: function closeVideoOverlay() {
- this.showVideoOverlay = false;
- },
- openVideoOverlay: function openVideoOverlay() {
- this.showVideoOverlay = true;
- },
- toggleVideoOverlay: function toggleVideoOverlay() {
- this.showVideoOverlay = !this.showVideoOverlay;
- },
- videoLoaded: function videoLoaded() {
- this.$refs.videoOverlay.contentLoaded();
- },
- updateNavigationFileFilter: function updateNavigationFileFilter() {
- var _this2 = this;
-
- if (!this.minimized) {
- // Always use custom mode navigation when timeline is expanded
- this.$store.commit('setNavigationFilesFilter', function (f) {
- return !f.timelineDisabled;
- });
- return;
- }
-
- var navigationStyleFilter;
-
- switch (this.navigationStyle) {
- case NAVIGATION_STYLE.GLOBAL:
- navigationStyleFilter = function navigationStyleFilter(f) {
- return true;
- };
-
- break;
-
- case NAVIGATION_STYLE.FOCUSED:
- navigationStyleFilter = function navigationStyleFilter(f) {
- return f.type === _this2.focusedFile.type;
- };
-
- break;
-
- case NAVIGATION_STYLE.CUSTOM:
- navigationStyleFilter = function navigationStyleFilter(f) {
- return !f.timelineDisabled;
- };
-
- break;
-
- default:
- var split = this.navigationStyle.split('-');
-
- if (split[0] !== NAVIGATION_STYLE.TARGETED) {
- throw new Error('Unexpected nagivation type');
- }
-
- var fileType = split[1];
-
- navigationStyleFilter = function navigationStyleFilter(f) {
- return f.type === fileType;
- };
-
- }
-
- this.$store.commit('setNavigationFilesFilter', navigationStyleFilter);
- },
- updateVideoOverlayWidth: function updateVideoOverlayWidth(width) {
- this.videoOverlayExtraWidth = width;
- },
- onTimelineCrop: function onTimelineCrop(cropDetails) {
- this.crop = cropDetails;
- },
- onTimelineCropIntent: function onTimelineCropIntent(cropIntent) {
- this.cropIntent = cropIntent;
- },
- changeVideoTimestamp: function changeVideoTimestamp(ts) {
- if (!this.$refs.video) {
- return;
- }
-
- this.$refs.video.selectFrameAtTime(ts);
- },
- resetVideoTimestamp: function resetVideoTimestamp() {
- if (!this.$refs.video) {
- return;
- }
-
- this.$refs.video.jumpToSelectedIndex();
- },
- clearSelection: function clearSelection() {
- this.crop = null;
- }
- },
- components: {
- 'timeline': src_Timeline,
- 'timelines': Timelines,
- 'timeline-selection': TimelineSelection,
- 'videoview': VideoView,
- 'draggable-div': DraggableDiv,
- 'md-icon-option': IconSelectOption
- }
-});
-// CONCATENATED MODULE: ./src/Overlay.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_Overlayvue_type_script_lang_js_ = (Overlayvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/Overlay.vue?vue&type=style&index=0&id=dfc1994c&scoped=true&lang=css&
-var Overlayvue_type_style_index_0_id_dfc1994c_scoped_true_lang_css_ = __webpack_require__("KPL+");
-
-// CONCATENATED MODULE: ./src/Overlay.vue
-
-
-
-
-
-
-/* normalize component */
-
-var Overlay_component = Object(componentNormalizer["a" /* default */])(
- src_Overlayvue_type_script_lang_js_,
- Overlayvue_type_template_id_dfc1994c_scoped_true_render,
- Overlayvue_type_template_id_dfc1994c_scoped_true_staticRenderFns,
- false,
- null,
- "dfc1994c",
- null
-
-)
-
-/* harmony default export */ var Overlay = (Overlay_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/DataView.vue?vue&type=template&id=1e9a3b22&
-var DataViewvue_type_template_id_1e9a3b22_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{on:{"click":function($event){return _vm.onClick($event)}}},[(_vm.hasDataView(_vm.file))?_c('flat-card',[_c('md-card-header',[_c('md-card-header-text',[_c('div',{staticClass:"md-title"},[_c('md-icon',[_vm._v(_vm._s(_vm.TRACE_ICONS[_vm.file.type]))]),_vm._v("\n "+_vm._s(_vm.file.type)+"\n ")],1)]),_vm._v(" "),_c('md-button',{staticClass:"md-icon-button",attrs:{"href":_vm.file.blobUrl,"download":_vm.file.type}},[_c('md-icon',[_vm._v("save_alt")])],1)],1),_vm._v(" "),(_vm.showInWindowManagerTraceView(_vm.file))?_c('WindowManagerTraceView',{ref:"view",attrs:{"store":_vm.store,"file":_vm.file}}):(_vm.showInSurfaceFlingerTraceView(_vm.file))?_c('SurfaceFlingerTraceView',{ref:"view",attrs:{"store":_vm.store,"file":_vm.file}}):(_vm.isTransactions(_vm.file))?_c('transactionsview',{ref:"view",attrs:{"trace":_vm.file}}):(_vm.isLog(_vm.file))?_c('logview',{ref:"view",attrs:{"file":_vm.file}}):(_vm.showInTraceView(_vm.file))?_c('traceview',{ref:"view",attrs:{"store":_vm.store,"file":_vm.file}}):_c('div',[_c('h1',{staticClass:"bad"},[_vm._v("Unrecognized DataType")])])],1):_vm._e()],1)}
-var DataViewvue_type_template_id_1e9a3b22_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/DataView.vue?vue&type=template&id=1e9a3b22&
-
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/TraceView.vue?vue&type=template&id=6fda4084&scoped=true&
-var TraceViewvue_type_template_id_6fda4084_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('md-card-content',{staticClass:"container"},[(_vm.hasScreenView)?_c('div',{staticClass:"rects"},[_c('rects',{attrs:{"bounds":_vm.bounds,"rects":_vm.rects,"highlight":_vm.highlight},on:{"rect-click":_vm.onRectClick}})],1):_vm._e(),_vm._v(" "),_c('div',{staticClass:"hierarchy"},[_c('flat-card',[_c('md-content',{staticClass:"card-toolbar md-transparent md-dense",attrs:{"md-tag":"md-toolbar","md-elevation":"0"}},[_c('h2',{staticClass:"md-title",staticStyle:{"flex":"1"}},[_vm._v("Hierarchy")]),_vm._v(" "),(_vm.diffVisualizationAvailable)?_c('md-checkbox',{model:{value:(_vm.showHierachyDiff),callback:function ($$v) {_vm.showHierachyDiff=$$v},expression:"showHierachyDiff"}},[_vm._v("\n Show Diff\n ")]):_vm._e(),_vm._v(" "),_c('md-checkbox',{model:{value:(_vm.store.simplifyNames),callback:function ($$v) {_vm.$set(_vm.store, "simplifyNames", $$v)},expression:"store.simplifyNames"}},[_vm._v("\n Simplify names\n ")]),_vm._v(" "),_c('md-checkbox',{model:{value:(_vm.store.onlyVisible),callback:function ($$v) {_vm.$set(_vm.store, "onlyVisible", $$v)},expression:"store.onlyVisible"}},[_vm._v("Only visible")]),_vm._v(" "),_c('md-checkbox',{model:{value:(_vm.store.flattened),callback:function ($$v) {_vm.$set(_vm.store, "flattened", $$v)},expression:"store.flattened"}},[_vm._v("Flat")]),_vm._v(" "),_c('md-field',{staticClass:"filter",attrs:{"md-inline":""}},[_c('label',[_vm._v("Filter...")]),_vm._v(" "),_c('md-input',{model:{value:(_vm.hierarchyPropertyFilterString),callback:function ($$v) {_vm.hierarchyPropertyFilterString=$$v},expression:"hierarchyPropertyFilterString"}})],1)],1),_vm._v(" "),_c('div',{staticClass:"tree-view-wrapper"},[_c('tree-view',{ref:"hierarchy",staticClass:"treeview",attrs:{"item":_vm.tree,"selected":_vm.hierarchySelected,"filter":_vm.hierarchyFilter,"flattened":_vm.store.flattened,"items-clickable":true,"useGlobalCollapsedState":true,"simplify-names":_vm.store.simplifyNames},on:{"item-selected":_vm.itemSelected}})],1)],1)],1),_vm._v(" "),_c('div',{staticClass:"properties"},[_c('flat-card',[_c('md-content',{staticClass:"card-toolbar md-transparent md-dense",attrs:{"md-tag":"md-toolbar","md-elevation":"0"}},[_c('h2',{staticClass:"md-title",staticStyle:{"flex":"1"}},[_vm._v("Properties")]),_vm._v(" "),(_vm.diffVisualizationAvailable)?_c('md-checkbox',{model:{value:(_vm.showPropertiesDiff),callback:function ($$v) {_vm.showPropertiesDiff=$$v},expression:"showPropertiesDiff"}},[_vm._v("\n Show Diff\n ")]):_vm._e(),_vm._v(" "),_c('md-field',{staticClass:"filter",attrs:{"md-inline":""}},[_c('label',[_vm._v("Filter...")]),_vm._v(" "),_c('md-input',{model:{value:(_vm.propertyFilterString),callback:function ($$v) {_vm.propertyFilterString=$$v},expression:"propertyFilterString"}})],1)],1),_vm._v(" "),_c('div',{staticClass:"properties-content"},[(_vm.elementSummary)?_c('div',{staticClass:"element-summary"},_vm._l((_vm.elementSummary),function(elem){return _c('div',{key:elem.key},[_c('span',{staticClass:"key"},[_vm._v(_vm._s(elem.key)+":")]),_vm._v(" "),_c('span',{staticClass:"value"},[_vm._v(_vm._s(elem.value))])])}),0):_vm._e(),_vm._v(" "),(_vm.selectedTree)?_c('div',{staticClass:"tree-view-wrapper"},[_c('tree-view',{staticClass:"treeview",attrs:{"item":_vm.selectedTree,"filter":_vm.propertyFilter,"collapseChildren":true,"useGlobalCollapsedState":true,"elementView":_vm.PropertiesTreeElement}})],1):_c('div',{staticClass:"no-properties"},[_c('i',{staticClass:"material-icons none-icon"},[_vm._v("\n filter_none\n ")]),_vm._v(" "),_c('span',[_vm._v("No element selected in the hierachy.")])])])],1)],1)])}
-var TraceViewvue_type_template_id_6fda4084_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/TraceView.vue?vue&type=template&id=6fda4084&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/TreeView.vue?vue&type=template&id=55d9cdfd&
-var TreeViewvue_type_template_id_55d9cdfd_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.item)?_c('div',{staticClass:"tree-view"},[_c('div',{ref:"node",staticClass:"node",class:[{
- leaf: _vm.isLeaf,
- selected: _vm.isSelected,
- 'child-selected': _vm.immediateChildSelected,
- clickable: _vm.isClickable,
- hover: _vm.nodeHover,
- 'child-hover': _vm.childHover,
- }, _vm.diffClass],style:(_vm.nodeOffsetStyle),on:{"click":_vm.clicked,"contextmenu":function($event){$event.preventDefault();return _vm.openContextMenu($event)}}},[(!_vm.isLeaf)?_c('button',{staticClass:"toggle-tree-btn",on:{"click":[_vm.toggleTree,function($event){$event.stopPropagation();}]}},[_c('i',{staticClass:"md-icon md-theme-default material-icons",attrs:{"aria-hidden":"true"}},[_vm._v("\n "+_vm._s(_vm.isCollapsed ? "chevron_right" : "expand_more")+"\n ")])]):_c('div',{staticClass:"leaf-node-icon-wrapper"},[_c('i',{staticClass:"leaf-node-icon"})]),_vm._v(" "),_c('div',{staticClass:"description"},[(_vm.elementView)?_c('div',[_c(_vm.elementView,{tag:"component",attrs:{"item":_vm.item,"simplify-names":_vm.simplifyNames}})],1):_c('div',[_c('DefaultTreeElement',{attrs:{"item":_vm.item,"simplify-names":_vm.simplifyNames}})],1)]),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isCollapsed),expression:"isCollapsed"}]},[(_vm.children)?_c('button',{staticClass:"expand-tree-btn",class:[{
- 'child-selected': _vm.isCollapsed && _vm.childIsSelected
- }, _vm.collapseDiffClass],on:{"click":[_vm.expandTree,function($event){$event.stopPropagation();}]}},[_c('i',{staticClass:"md-icon md-theme-default material-icons",attrs:{"aria-hidden":"true"}},[_vm._v("\n more_horiz\n ")])]):_vm._e()])]),_vm._v(" "),_c('node-context-menu',{ref:"nodeContextMenu",on:{"collapseAllOtherNodes":_vm.collapseAllOtherNodes}}),_vm._v(" "),(_vm.children)?_c('div',{directives:[{name:"show",rawName:"v-show",value:(!_vm.isCollapsed),expression:"!isCollapsed"}],staticClass:"children"},_vm._l((_vm.children),function(c,i){return _c('tree-view',{directives:[{name:"show",rawName:"v-show",value:(_vm.filterMatches(c)),expression:"filterMatches(c)"}],key:i,ref:"children",refInFor:true,attrs:{"item":c,"selected":_vm.selected,"filter":_vm.childFilter(c),"flattened":_vm.flattened,"simplify-names":_vm.simplifyNames,"force-flattened":_vm.applyingFlattened,"items-clickable":_vm.itemsClickable,"initial-depth":_vm.depth + 1,"collapse":_vm.collapseChildren,"collapseChildren":_vm.collapseChildren,"useGlobalCollapsedState":_vm.useGlobalCollapsedState,"elementView":_vm.elementView},on:{"item-selected":_vm.childItemSelected,"hoverStart":function($event){_vm.childHover = true},"hoverEnd":function($event){_vm.childHover = false},"selected":function($event){_vm.immediateChildSelected = true},"unselected":function($event){_vm.immediateChildSelected = false},"collapseSibbling":_vm.collapseSibbling,"collapseAllOtherNodes":_vm.collapseAllOtherNodes,"closeAllContextMenus":_vm.closeAllContextMenus}})}),1):_vm._e()],1):_vm._e()}
-var TreeViewvue_type_template_id_55d9cdfd_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/TreeView.vue?vue&type=template&id=55d9cdfd&
-
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/DefaultTreeElement.vue?vue&type=template&id=13fef0b2&scoped=true&
-var DefaultTreeElementvue_type_template_id_13fef0b2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',[_c('span',{staticClass:"kind"},[_vm._v(_vm._s(_vm.item.kind))]),_vm._v(" "),(_vm.item.kind && _vm.item.name)?_c('span',[_vm._v("-")]):_vm._e(),_vm._v(" "),(_vm.simplifyNames && _vm.item.shortName &&
- _vm.item.shortName !== _vm.item.name)?_c('span',[_vm._v(_vm._s(_vm.item.shortName)+" "),_vm._v(" "),_c('md-tooltip',{staticStyle:{"margin-bottom":"-10px"},attrs:{"md-delay":"300","md-direction":"top"}},[_vm._v("\n "+_vm._s(_vm.item.name)+"\n ")])],1):_c('span',[_vm._v(_vm._s(_vm.item.name))]),_vm._v(" "),_vm._l((_vm.item.chips),function(c){return _c('div',{key:c.long,class:_vm.chipClassForChip(c),attrs:{"title":c.long}},[_vm._v(_vm._s(c.short)+" "),_vm._v(" "),_c('md-tooltip',{staticStyle:{"margin-bottom":"-10px"},attrs:{"md-delay":"300","md-direction":"top"}},[_vm._v("\n "+_vm._s(c.long)+"\n ")])],1)})],2)}
-var DefaultTreeElementvue_type_template_id_13fef0b2_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/DefaultTreeElement.vue?vue&type=template&id=13fef0b2&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/DefaultTreeElement.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-/* harmony default export */ var DefaultTreeElementvue_type_script_lang_js_ = ({
- name: 'DefaultTreeElement',
- props: ['item', 'simplify-names'],
- methods: {
- chipClassForChip: function chipClassForChip(c) {
- var _c$type, _c$class;
-
- return ['tree-view-internal-chip', 'tree-view-chip', 'tree-view-chip' + '-' + (((_c$type = c.type) === null || _c$type === void 0 ? void 0 : _c$type.toString()) || ((_c$class = c["class"]) === null || _c$class === void 0 ? void 0 : _c$class.toString()) || 'default')];
- }
- }
-});
-// CONCATENATED MODULE: ./src/DefaultTreeElement.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_DefaultTreeElementvue_type_script_lang_js_ = (DefaultTreeElementvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/DefaultTreeElement.vue?vue&type=style&index=0&id=13fef0b2&scoped=true&lang=css&
-var DefaultTreeElementvue_type_style_index_0_id_13fef0b2_scoped_true_lang_css_ = __webpack_require__("UI3j");
-
-// CONCATENATED MODULE: ./src/DefaultTreeElement.vue
-
-
-
-
-
-
-/* normalize component */
-
-var DefaultTreeElement_component = Object(componentNormalizer["a" /* default */])(
- src_DefaultTreeElementvue_type_script_lang_js_,
- DefaultTreeElementvue_type_template_id_13fef0b2_scoped_true_render,
- DefaultTreeElementvue_type_template_id_13fef0b2_scoped_true_staticRenderFns,
- false,
- null,
- "13fef0b2",
- null
-
-)
-
-/* harmony default export */ var DefaultTreeElement = (DefaultTreeElement_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/NodeContextMenu.vue?vue&type=template&id=2cae47d4&scoped=true&
-var NodeContextMenuvue_type_template_id_2cae47d4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('vue-context',{ref:"menu"},[_c('li',[_c('a',{attrs:{"href":"#"},on:{"click":function($event){$event.preventDefault();return _vm.$emit('collapseAllOtherNodes')}}},[_vm._v("\n Collapse all other nodes\n ")])])])}
-var NodeContextMenuvue_type_template_id_2cae47d4_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/NodeContextMenu.vue?vue&type=template&id=2cae47d4&scoped=true&
-
-// EXTERNAL MODULE: ./node_modules/vue-context/src/js/index.js + 3 modules
-var js = __webpack_require__("iZv/");
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/NodeContextMenu.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/* harmony default export */ var NodeContextMenuvue_type_script_lang_js_ = ({
- name: 'NodeContextMenu',
- components: {
- VueContext: js["a" /* VueContext */]
- },
- methods: {
- open: function open(e) {
- this.$refs.menu.open(e);
- },
- close: function close() {
- this.$refs.menu.close();
- }
- }
-});
-// CONCATENATED MODULE: ./src/NodeContextMenu.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_NodeContextMenuvue_type_script_lang_js_ = (NodeContextMenuvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/NodeContextMenu.vue?vue&type=style&index=0&id=2cae47d4&scoped=true&lang=css&
-var NodeContextMenuvue_type_style_index_0_id_2cae47d4_scoped_true_lang_css_ = __webpack_require__("q2Ix");
-
-// CONCATENATED MODULE: ./src/NodeContextMenu.vue
-
-
-
-
-
-
-/* normalize component */
-
-var NodeContextMenu_component = Object(componentNormalizer["a" /* default */])(
- src_NodeContextMenuvue_type_script_lang_js_,
- NodeContextMenuvue_type_template_id_2cae47d4_scoped_true_render,
- NodeContextMenuvue_type_template_id_2cae47d4_scoped_true_staticRenderFns,
- false,
- null,
- "2cae47d4",
- null
-
-)
-
-/* harmony default export */ var NodeContextMenu = (NodeContextMenu_component.exports);
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/TreeView.vue?vue&type=script&lang=js&
-function TreeViewvue_type_script_lang_js_toConsumableArray(arr) { return TreeViewvue_type_script_lang_js_arrayWithoutHoles(arr) || TreeViewvue_type_script_lang_js_iterableToArray(arr) || TreeViewvue_type_script_lang_js_unsupportedIterableToArray(arr) || TreeViewvue_type_script_lang_js_nonIterableSpread(); }
-
-function TreeViewvue_type_script_lang_js_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function TreeViewvue_type_script_lang_js_iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
-
-function TreeViewvue_type_script_lang_js_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return TreeViewvue_type_script_lang_js_arrayLikeToArray(arr); }
-
-function TreeViewvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = TreeViewvue_type_script_lang_js_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function TreeViewvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TreeViewvue_type_script_lang_js_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return TreeViewvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
-
-function TreeViewvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-function TreeViewvue_type_script_lang_js_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-
-
-/* in px, must be kept in sync with css, maybe find a better solution... */
-
-var levelOffset = 24;
-/* harmony default export */ var TreeViewvue_type_script_lang_js_ = ({
- name: 'tree-view',
- props: ['item', 'selected', 'filter', 'simplify-names', 'flattened', 'force-flattened', 'items-clickable', 'initial-depth', 'collapse', 'collapseChildren', // Allows collapse state to be tracked by Vuex so that collapse state of
- // items with same stableId can remain consisten accross time and easily
- // toggled from anywhere in the app.
- // Should be true if you are using the same TreeView to display multiple
- // trees throughout the component's lifetime to make sure same nodes are
- // toggled when switching back and forth between trees.
- // If true, requires all nodes in tree to have a stableId.
- 'useGlobalCollapsedState', // Custom view to use to render the elements in the tree view
- 'elementView'],
- data: function data() {
- var _this$collapse, _diffSymbol;
-
- var isCollapsedByDefault = (_this$collapse = this.collapse) !== null && _this$collapse !== void 0 ? _this$collapse : false;
- return {
- isChildSelected: false,
- immediateChildSelected: false,
- clickTimeout: null,
- isCollapsedByDefault: isCollapsedByDefault,
- localCollapsedState: isCollapsedByDefault,
- collapseDiffClass: null,
- nodeHover: false,
- childHover: false,
- diffSymbol: (_diffSymbol = {}, TreeViewvue_type_script_lang_js_defineProperty(_diffSymbol, DiffType.NONE, ''), TreeViewvue_type_script_lang_js_defineProperty(_diffSymbol, DiffType.ADDED, '+'), TreeViewvue_type_script_lang_js_defineProperty(_diffSymbol, DiffType.DELETED, '-'), TreeViewvue_type_script_lang_js_defineProperty(_diffSymbol, DiffType.MODIFIED, '.'), TreeViewvue_type_script_lang_js_defineProperty(_diffSymbol, DiffType.MOVED, '.'), _diffSymbol)
- };
- },
- watch: {
- stableId: function stableId() {
- // Update anything that is required to change when item changes.
- this.updateCollapsedDiffClass();
- },
- hasDiff: function hasDiff(_hasDiff) {
- if (!_hasDiff) {
- this.collapseDiffClass = null;
- } else {
- this.updateCollapsedDiffClass();
- }
- },
- currentTimestamp: function currentTimestamp() {
- // Update anything that is required to change when time changes.
- this.updateCollapsedDiffClass();
- },
- isSelected: function isSelected(_isSelected) {
- if (_isSelected) {
- this.$emit('selected');
- } else {
- this.$emit('unselected');
- }
- }
- },
- methods: {
- setCollapseValue: function setCollapseValue(isCollapsed) {
- if (this.useGlobalCollapsedState) {
- this.$store.commit('setCollapsedState', {
- item: this.item,
- isCollapsed: isCollapsed
- });
- } else {
- this.localCollapsedState = isCollapsed;
- }
- },
- toggleTree: function toggleTree() {
- this.setCollapseValue(!this.isCollapsed);
- },
- expandTree: function expandTree() {
- this.setCollapseValue(false);
- },
- selectNext: function selectNext(found, inCollapsedTree) {
- // Check if this is the next visible item
- if (found && this.filterMatches(this.item) && !inCollapsedTree) {
- this.select();
- return false;
- } // Set traversal state variables
-
-
- if (this.isSelected) {
- found = true;
- }
-
- if (this.isCollapsed) {
- inCollapsedTree = true;
- } // Travers children trees recursively in reverse to find currently
- // selected item and select the next visible one
-
-
- if (this.$refs.children) {
- var _iterator = TreeViewvue_type_script_lang_js_createForOfIteratorHelper(this.$refs.children),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var c = _step.value;
- found = c.selectNext(found, inCollapsedTree);
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
- }
-
- return found;
- },
- selectPrev: function selectPrev(found, inCollapsedTree) {
- // Set inCollapseTree flag to make sure elements in collapsed trees are
- // not selected.
- var isRootCollapse = !inCollapsedTree && this.isCollapsed;
-
- if (isRootCollapse) {
- inCollapsedTree = true;
- } // Travers children trees recursively in reverse to find currently
- // selected item and select the previous visible one
-
-
- if (this.$refs.children) {
- var _iterator2 = TreeViewvue_type_script_lang_js_createForOfIteratorHelper(TreeViewvue_type_script_lang_js_toConsumableArray(this.$refs.children).reverse()),
- _step2;
-
- try {
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
- var c = _step2.value;
- found = c.selectPrev(found, inCollapsedTree);
- }
- } catch (err) {
- _iterator2.e(err);
- } finally {
- _iterator2.f();
- }
- } // Unset inCollapseTree flag as we are no longer in a collapsed tree.
-
-
- if (isRootCollapse) {
- inCollapsedTree = false;
- } // Check if this is the previous visible item
-
-
- if (found && this.filterMatches(this.item) && !inCollapsedTree) {
- this.select();
- return false;
- } // Set found flag so that the next visited visible item can be selected.
-
-
- if (this.isSelected) {
- found = true;
- }
-
- return found;
- },
- childItemSelected: function childItemSelected(item) {
- this.isChildSelected = true;
- this.$emit('item-selected', item);
- },
- select: function select() {
- this.$emit('item-selected', this.item);
- },
- clicked: function clicked(e) {
- if (window.getSelection().type === 'range') {
- // Ignore click if is selection
- return;
- }
-
- if (!this.isLeaf && e.detail % 2 === 0) {
- // Double click collaspable node
- this.toggleTree();
- } else {
- this.select();
- }
- },
- filterMatches: function filterMatches(c) {
- var _this = this;
-
- // If a filter is set, consider the item matches if the current item or
- // any of its children matches.
- if (this.filter) {
- var thisMatches = this.filter(c);
-
- var childMatches = function childMatches(child) {
- return _this.filterMatches(child);
- };
-
- return thisMatches || !this.applyingFlattened && c.children && c.children.some(childMatches);
- }
-
- return true;
- },
- childFilter: function childFilter(c) {
- if (this.filter) {
- if (this.filter(c)) {
- // Filter matched c, don't apply further filtering on c's children.
- return undefined;
- }
- }
-
- return this.filter;
- },
- isCurrentSelected: function isCurrentSelected() {
- return this.selected === this.item;
- },
- updateCollapsedDiffClass: function updateCollapsedDiffClass() {
- // NOTE: Could be memoized in $store map like collapsed state if
- // performance ever becomes a problem.
- if (this.item) {
- this.collapseDiffClass = this.computeCollapseDiffClass();
- }
- },
- getAllDiffTypesOfChildren: function getAllDiffTypesOfChildren(item) {
- if (!item.children) {
- return new Set();
- }
-
- var classes = new Set();
-
- var _iterator3 = TreeViewvue_type_script_lang_js_createForOfIteratorHelper(item.children),
- _step3;
-
- try {
- for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
- var child = _step3.value;
-
- if (child.diff) {
- classes.add(child.diff.type);
- }
-
- var _iterator4 = TreeViewvue_type_script_lang_js_createForOfIteratorHelper(this.getAllDiffTypesOfChildren(child)),
- _step4;
-
- try {
- for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {
- var diffClass = _step4.value;
- classes.add(diffClass);
- }
- } catch (err) {
- _iterator4.e(err);
- } finally {
- _iterator4.f();
- }
- }
- } catch (err) {
- _iterator3.e(err);
- } finally {
- _iterator3.f();
- }
-
- return classes;
- },
- computeCollapseDiffClass: function computeCollapseDiffClass() {
- if (!this.isCollapsed) {
- return '';
- }
-
- var childrenDiffClasses = this.getAllDiffTypesOfChildren(this.item);
- childrenDiffClasses["delete"](DiffType.NONE);
- childrenDiffClasses["delete"](undefined);
-
- if (childrenDiffClasses.size === 0) {
- return '';
- }
-
- if (childrenDiffClasses.size === 1) {
- var diff = childrenDiffClasses.values().next().value;
- return diff;
- }
-
- return DiffType.MODIFIED;
- },
- collapseAllOtherNodes: function collapseAllOtherNodes() {
- this.$emit('collapseAllOtherNodes');
- this.$emit('collapseSibbling', this.item);
- },
- collapseSibbling: function collapseSibbling(item) {
- if (!this.$refs.children) {
- return;
- }
-
- var _iterator5 = TreeViewvue_type_script_lang_js_createForOfIteratorHelper(this.$refs.children),
- _step5;
-
- try {
- for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) {
- var child = _step5.value;
-
- if (child.item === item) {
- continue;
- }
-
- child.collapseAll();
- }
- } catch (err) {
- _iterator5.e(err);
- } finally {
- _iterator5.f();
- }
- },
- collapseAll: function collapseAll() {
- this.setCollapseValue(true);
-
- if (!this.$refs.children) {
- return;
- }
-
- var _iterator6 = TreeViewvue_type_script_lang_js_createForOfIteratorHelper(this.$refs.children),
- _step6;
-
- try {
- for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) {
- var child = _step6.value;
- child.collapseAll();
- }
- } catch (err) {
- _iterator6.e(err);
- } finally {
- _iterator6.f();
- }
- },
- openContextMenu: function openContextMenu(e) {
- this.closeAllContextMenus(); // vue-context takes in the event and uses clientX and clientY to
- // determine the position of the context meny.
- // This doesn't satisfy our use case so we specify our own positions for
- // this.
-
- this.$refs.nodeContextMenu.open({
- clientX: e.x,
- clientY: e.y
- });
- },
- closeAllContextMenus: function closeAllContextMenus(requestOrigin) {
- this.$refs.nodeContextMenu.close();
- this.$emit('closeAllContextMenus', this.item);
- this.closeAllChildrenContextMenus(requestOrigin);
- },
- closeAllChildrenContextMenus: function closeAllChildrenContextMenus(requestOrigin) {
- if (!this.$refs.children) {
- return;
- }
-
- var _iterator7 = TreeViewvue_type_script_lang_js_createForOfIteratorHelper(this.$refs.children),
- _step7;
-
- try {
- for (_iterator7.s(); !(_step7 = _iterator7.n()).done;) {
- var child = _step7.value;
-
- if (child.item === requestOrigin) {
- continue;
- }
-
- child.$refs.nodeContextMenu.close();
- child.closeAllChildrenContextMenus();
- }
- } catch (err) {
- _iterator7.e(err);
- } finally {
- _iterator7.f();
- }
- }
- },
- computed: {
- hasDiff: function hasDiff() {
- var _this$item;
-
- return ((_this$item = this.item) === null || _this$item === void 0 ? void 0 : _this$item.diff) !== undefined;
- },
- stableId: function stableId() {
- var _this$item2;
-
- return (_this$item2 = this.item) === null || _this$item2 === void 0 ? void 0 : _this$item2.stableId;
- },
- currentTimestamp: function currentTimestamp() {
- return this.$store.state.currentTimestamp;
- },
- isCollapsed: function isCollapsed() {
- var _this$item$children;
-
- if (!this.item.children || ((_this$item$children = this.item.children) === null || _this$item$children === void 0 ? void 0 : _this$item$children.length) === 0) {
- return false;
- }
-
- if (this.useGlobalCollapsedState) {
- var _this$$store$getters$;
-
- return (_this$$store$getters$ = this.$store.getters.collapsedStateStoreFor(this.item)) !== null && _this$$store$getters$ !== void 0 ? _this$$store$getters$ : this.isCollapsedByDefault;
- }
-
- return this.localCollapsedState;
- },
- isSelected: function isSelected() {
- return this.selected === this.item;
- },
- childIsSelected: function childIsSelected() {
- if (this.$refs.children) {
- var _iterator8 = TreeViewvue_type_script_lang_js_createForOfIteratorHelper(this.$refs.children),
- _step8;
-
- try {
- for (_iterator8.s(); !(_step8 = _iterator8.n()).done;) {
- var c = _step8.value;
-
- if (c.isSelected || c.childIsSelected) {
- return true;
- }
- }
- } catch (err) {
- _iterator8.e(err);
- } finally {
- _iterator8.f();
- }
- }
-
- return false;
- },
- diffClass: function diffClass() {
- return this.item.diff ? this.item.diff.type : '';
- },
- applyingFlattened: function applyingFlattened() {
- return this.flattened && this.item.flattened || this.forceFlattened;
- },
- children: function children() {
- return this.applyingFlattened ? this.item.flattened : this.item.children;
- },
- isLeaf: function isLeaf() {
- return !this.children || this.children.length === 0;
- },
- isClickable: function isClickable() {
- return !this.isLeaf || this.itemsClickable;
- },
- depth: function depth() {
- return this.initialDepth || 0;
- },
- nodeOffsetStyle: function nodeOffsetStyle() {
- var offest = levelOffset * (this.depth + this.isLeaf) + 'px';
- return {
- marginLeft: '-' + offest,
- paddingLeft: offest
- };
- }
- },
- mounted: function mounted() {
- var _this$$refs$node,
- _this2 = this,
- _this$$refs$node2,
- _this$$refs$node3;
-
- // Prevent highlighting on multiclick of node element
- this.nodeMouseDownEventListner = function (e) {
- if (e.detail > 1) {
- e.preventDefault();
- return false;
- }
-
- return true;
- };
-
- (_this$$refs$node = this.$refs.node) === null || _this$$refs$node === void 0 ? void 0 : _this$$refs$node.addEventListener('mousedown', this.nodeMouseDownEventListner);
- this.updateCollapsedDiffClass();
-
- this.nodeMouseEnterEventListener = function (e) {
- _this2.nodeHover = true;
-
- _this2.$emit('hoverStart');
- };
-
- (_this$$refs$node2 = this.$refs.node) === null || _this$$refs$node2 === void 0 ? void 0 : _this$$refs$node2.addEventListener('mouseenter', this.nodeMouseEnterEventListener);
-
- this.nodeMouseLeaveEventListener = function (e) {
- _this2.nodeHover = false;
-
- _this2.$emit('hoverEnd');
- };
-
- (_this$$refs$node3 = this.$refs.node) === null || _this$$refs$node3 === void 0 ? void 0 : _this$$refs$node3.addEventListener('mouseleave', this.nodeMouseLeaveEventListener);
- },
- beforeDestroy: function beforeDestroy() {
- var _this$$refs$node4, _this$$refs$node5, _this$$refs$node6;
-
- (_this$$refs$node4 = this.$refs.node) === null || _this$$refs$node4 === void 0 ? void 0 : _this$$refs$node4.removeEventListener('mousedown', this.nodeMouseDownEventListner);
- (_this$$refs$node5 = this.$refs.node) === null || _this$$refs$node5 === void 0 ? void 0 : _this$$refs$node5.removeEventListener('mouseenter', this.nodeMouseEnterEventListener);
- (_this$$refs$node6 = this.$refs.node) === null || _this$$refs$node6 === void 0 ? void 0 : _this$$refs$node6.removeEventListener('mouseleave', this.nodeMouseLeaveEventListener);
- },
- components: {
- DefaultTreeElement: DefaultTreeElement,
- NodeContextMenu: NodeContextMenu
- }
-});
-// CONCATENATED MODULE: ./src/TreeView.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_TreeViewvue_type_script_lang_js_ = (TreeViewvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/TreeView.vue?vue&type=style&index=0&lang=css&
-var TreeViewvue_type_style_index_0_lang_css_ = __webpack_require__("4lHQ");
-
-// CONCATENATED MODULE: ./src/TreeView.vue
-
-
-
-
-
-
-/* normalize component */
-
-var TreeView_component = Object(componentNormalizer["a" /* default */])(
- src_TreeViewvue_type_script_lang_js_,
- TreeViewvue_type_template_id_55d9cdfd_render,
- TreeViewvue_type_template_id_55d9cdfd_staticRenderFns,
- false,
- null,
- null,
- null
-
-)
-
-/* harmony default export */ var TreeView = (TreeView_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/Rects.vue?vue&type=template&id=1ed6e5de&scoped=true&
-var Rectsvue_type_template_id_1ed6e5de_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"bounds",style:(_vm.boundsStyle)},[_vm._l((_vm.filteredRects),function(r){return _c('div',{key:((r.left) + "-" + (r.right) + "-" + (r.top) + "-" + (r.bottom) + "-" + (r.ref.name)),staticClass:"rect",style:(_vm.rectToStyle(r)),on:{"click":function($event){return _vm.onClick(r)}}},[_c('span',{staticClass:"label"},[_vm._v(_vm._s(r.label))])])}),_vm._v(" "),(_vm.highlight)?_c('div',{staticClass:"highlight",style:(_vm.rectToStyle(_vm.highlight))}):_vm._e()],2)}
-var Rectsvue_type_template_id_1ed6e5de_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/Rects.vue?vue&type=template&id=1ed6e5de&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/Rects.vue?vue&type=script&lang=js&
-function Rectsvue_type_script_lang_js_toConsumableArray(arr) { return Rectsvue_type_script_lang_js_arrayWithoutHoles(arr) || Rectsvue_type_script_lang_js_iterableToArray(arr) || Rectsvue_type_script_lang_js_unsupportedIterableToArray(arr) || Rectsvue_type_script_lang_js_nonIterableSpread(); }
-
-function Rectsvue_type_script_lang_js_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function Rectsvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Rectsvue_type_script_lang_js_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return Rectsvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
-
-function Rectsvue_type_script_lang_js_iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
-
-function Rectsvue_type_script_lang_js_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return Rectsvue_type_script_lang_js_arrayLikeToArray(arr); }
-
-function Rectsvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-// eslint-disable-next-line camelcase
-
-/* harmony default export */ var Rectsvue_type_script_lang_js_ = ({
- name: 'rects',
- props: ['bounds', 'rects', 'highlight'],
- data: function data() {
- return {
- desiredHeight: 800,
- desiredWidth: 400
- };
- },
- computed: {
- boundsC: function boundsC() {
- if (this.bounds) {
- return this.bounds;
- }
-
- var width = Math.max.apply(Math, Rectsvue_type_script_lang_js_toConsumableArray(this.rects.map(function (r) {
- return multiply_rect(r.transform, r).right;
- })));
- var height = Math.max.apply(Math, Rectsvue_type_script_lang_js_toConsumableArray(this.rects.map(function (r) {
- return multiply_rect(r.transform, r).bottom;
- })));
- return {
- width: width,
- height: height
- };
- },
- boundsStyle: function boundsStyle() {
- return this.rectToStyle({
- top: 0,
- left: 0,
- right: this.boundsC.width,
- bottom: this.boundsC.height
- });
- },
- filteredRects: function filteredRects() {
- return this.rects.filter(function (rect) {
- var _rect$ref$visible;
-
- var isVisible = (_rect$ref$visible = rect.ref.visible) !== null && _rect$ref$visible !== void 0 ? _rect$ref$visible : rect.ref.isVisible;
- console.warn("Name: ".concat(rect.ref.name, " Kind: ").concat(rect.ref.kind, " isVisible=").concat(isVisible));
- return isVisible;
- });
- }
- },
- methods: {
- s: function s(sourceCoordinate) {
- // translate source into target coordinates
- var scale;
-
- if (this.boundsC.width < this.boundsC.height) {
- scale = this.desiredHeight / this.boundsC.height;
- } else {
- scale = this.desiredWidth / this.boundsC.width;
- }
-
- return sourceCoordinate * scale;
- },
- rectToStyle: function rectToStyle(r) {
- var x = this.s(r.left);
- var y = this.s(r.top);
- var w = this.s(r.right) - this.s(r.left);
- var h = this.s(r.bottom) - this.s(r.top);
- var t = r.transform;
- var tr = t ? "matrix(".concat(t.dsdx, ", ").concat(t.dtdx, ", ").concat(t.dsdy, ", ").concat(t.dtdy, ", ") + "".concat(this.s(t.tx), ", ").concat(this.s(t.ty), ")") : '';
- return "top: ".concat(y, "px; left: ").concat(x, "px; height: ").concat(h, "px; width: ").concat(w, "px;") + "transform: ".concat(tr, "; transform-origin: 0 0;");
- },
- onClick: function onClick(r) {
- this.$emit('rect-click', r.ref);
- }
- }
-});
-// CONCATENATED MODULE: ./src/Rects.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_Rectsvue_type_script_lang_js_ = (Rectsvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/Rects.vue?vue&type=style&index=0&id=1ed6e5de&scoped=true&lang=css&
-var Rectsvue_type_style_index_0_id_1ed6e5de_scoped_true_lang_css_ = __webpack_require__("ZNy9");
-
-// CONCATENATED MODULE: ./src/Rects.vue
-
-
-
-
-
-
-/* normalize component */
-
-var Rects_component = Object(componentNormalizer["a" /* default */])(
- src_Rectsvue_type_script_lang_js_,
- Rectsvue_type_template_id_1ed6e5de_scoped_true_render,
- Rectsvue_type_template_id_1ed6e5de_scoped_true_staticRenderFns,
- false,
- null,
- "1ed6e5de",
- null
-
-)
-
-/* harmony default export */ var Rects = (Rects_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/components/FlatCard.vue?vue&type=template&id=67547334&scoped=true&
-var FlatCardvue_type_template_id_67547334_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"flat-card"},[_vm._t("default")],2)}
-var FlatCardvue_type_template_id_67547334_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/components/FlatCard.vue?vue&type=template&id=67547334&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/components/FlatCard.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-/* harmony default export */ var FlatCardvue_type_script_lang_js_ = ({
- name: 'FlatCard'
-});
-// CONCATENATED MODULE: ./src/components/FlatCard.vue?vue&type=script&lang=js&
- /* harmony default export */ var components_FlatCardvue_type_script_lang_js_ = (FlatCardvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/components/FlatCard.vue?vue&type=style&index=0&id=67547334&scoped=true&lang=css&
-var FlatCardvue_type_style_index_0_id_67547334_scoped_true_lang_css_ = __webpack_require__("KMSS");
-
-// CONCATENATED MODULE: ./src/components/FlatCard.vue
-
-
-
-
-
-
-/* normalize component */
-
-var FlatCard_component = Object(componentNormalizer["a" /* default */])(
- components_FlatCardvue_type_script_lang_js_,
- FlatCardvue_type_template_id_67547334_scoped_true_render,
- FlatCardvue_type_template_id_67547334_scoped_true_staticRenderFns,
- false,
- null,
- "67547334",
- null
-
-)
-
-/* harmony default export */ var FlatCard = (FlatCard_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/PropertiesTreeElement.vue?vue&type=template&id=ec8f5af2&scoped=true&
-var PropertiesTreeElementvue_type_template_id_ec8f5af2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',[_c('span',{staticClass:"key"},[_vm._v(_vm._s(_vm.key)+" ")]),_vm._v(" "),(_vm.value)?_c('span',[_vm._v(": ")]):_vm._e(),_vm._v(" "),(_vm.value)?_c('span',{staticClass:"value",class:[_vm.valueClass]},[_vm._v(_vm._s(_vm.value))]):_vm._e()])}
-var PropertiesTreeElementvue_type_template_id_ec8f5af2_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/PropertiesTreeElement.vue?vue&type=template&id=ec8f5af2&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/PropertiesTreeElement.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-/* harmony default export */ var PropertiesTreeElementvue_type_script_lang_js_ = ({
- name: 'PropertiesTreeElement',
- props: ['item', 'simplify-names'],
- computed: {
- key: function key() {
- if (!this.item.children || this.item.children.length === 0) {
- return this.item.name.split(': ')[0];
- }
-
- return this.item.name;
- },
- value: function value() {
- if (!this.item.children || this.item.children.length === 0) {
- return this.item.name.split(': ').slice(1).join(': ');
- }
-
- return null;
- },
- valueClass: function valueClass() {
- if (!this.value) {
- return null;
- }
-
- if (this.value == 'null') {
- return 'null';
- }
-
- if (this.value == 'true') {
- return 'true';
- }
-
- if (this.value == 'false') {
- return 'false';
- }
-
- if (!isNaN(this.value)) {
- return 'number';
- }
- }
- }
-});
-// CONCATENATED MODULE: ./src/PropertiesTreeElement.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_PropertiesTreeElementvue_type_script_lang_js_ = (PropertiesTreeElementvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/PropertiesTreeElement.vue?vue&type=style&index=0&id=ec8f5af2&scoped=true&lang=css&
-var PropertiesTreeElementvue_type_style_index_0_id_ec8f5af2_scoped_true_lang_css_ = __webpack_require__("XoqN");
-
-// CONCATENATED MODULE: ./src/PropertiesTreeElement.vue
-
-
-
-
-
-
-/* normalize component */
-
-var PropertiesTreeElement_component = Object(componentNormalizer["a" /* default */])(
- src_PropertiesTreeElementvue_type_script_lang_js_,
- PropertiesTreeElementvue_type_template_id_ec8f5af2_scoped_true_render,
- PropertiesTreeElementvue_type_template_id_ec8f5af2_scoped_true_staticRenderFns,
- false,
- null,
- "ec8f5af2",
- null
-
-)
-
-/* harmony default export */ var PropertiesTreeElement = (PropertiesTreeElement_component.exports);
-// CONCATENATED MODULE: ./src/utils/utils.js
-function utils_slicedToArray(arr, i) { return utils_arrayWithHoles(arr) || utils_iterableToArrayLimit(arr, i) || utils_unsupportedIterableToArray(arr, i) || utils_nonIterableRest(); }
-
-function utils_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function utils_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return utils_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return utils_arrayLikeToArray(o, minLen); }
-
-function utils_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-function utils_iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
-
-function utils_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
-
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-// Find the index of the last element matching the predicate in a sorted array
-function findLastMatchingSorted(array, predicate) {
- var a = 0;
- var b = array.length - 1;
-
- while (b - a > 1) {
- var m = Math.floor((a + b) / 2);
-
- if (predicate(array, m)) {
- a = m;
- } else {
- b = m - 1;
- }
- }
-
- return predicate(array, b) ? b : a;
-} // Make sure stableId is unique (makes old versions of proto compatible)
-
-
-function stableIdCompatibilityFixup(item) {
- // For backwards compatibility
- // (the only item that doesn't have a unique stable ID in the tree)
- if (item.stableId === 'winToken|-|') {
- return item.stableId + item.children[0].stableId;
- }
-
- return item.stableId;
-}
-
-var DIRECTION = Object.freeze({
- BACKWARD: -1,
- FORWARD: 1
-});
-var TimeUnits = Object.freeze({
- NANO_SECONDS: 'ns',
- MILLI_SECONDS: 'ms',
- SECONDS: 's',
- MINUTES: 'm',
- HOURS: 'h',
- DAYS: 'd'
-});
-
-function nanosToString(elapsedRealtimeNanos, precision) {
- var units = [[1000000, TimeUnits.NANO_SECONDS], [1000, TimeUnits.MILLI_SECONDS], [60, TimeUnits.SECONDS], [60, TimeUnits.MINUTES], [24, TimeUnits.HOURS], [Infinity, TimeUnits.DAYS]];
- var parts = [];
- var precisionThresholdReached = false;
- units.some(function (_ref, i) {
- var _ref2 = utils_slicedToArray(_ref, 2),
- div = _ref2[0],
- timeUnit = _ref2[1];
-
- var part = (elapsedRealtimeNanos % div).toFixed();
-
- if (timeUnit === precision) {
- precisionThresholdReached = true;
- }
-
- if (precisionThresholdReached) {
- parts.push(part + timeUnit);
- }
-
- elapsedRealtimeNanos = Math.floor(elapsedRealtimeNanos / div);
- return elapsedRealtimeNanos == 0;
- });
- return parts.reverse().join('');
-}
-
-
-// CONCATENATED MODULE: ./src/utils/compatibility.js
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-var CompatibleFeatures = {
- DiffVisualization: true
-};
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/TraceView.vue?vue&type=script&lang=js&
-function TraceViewvue_type_script_lang_js_toConsumableArray(arr) { return TraceViewvue_type_script_lang_js_arrayWithoutHoles(arr) || TraceViewvue_type_script_lang_js_iterableToArray(arr) || TraceViewvue_type_script_lang_js_unsupportedIterableToArray(arr) || TraceViewvue_type_script_lang_js_nonIterableSpread(); }
-
-function TraceViewvue_type_script_lang_js_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function TraceViewvue_type_script_lang_js_iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
-
-function TraceViewvue_type_script_lang_js_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return TraceViewvue_type_script_lang_js_arrayLikeToArray(arr); }
-
-function TraceViewvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = TraceViewvue_type_script_lang_js_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function TraceViewvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TraceViewvue_type_script_lang_js_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return TraceViewvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
-
-function TraceViewvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-
-
-
-
-
-
-
-
-
-function formatProto(obj) {
- if (obj !== null && obj !== void 0 && obj.prettyPrint) {
- return obj.prettyPrint();
- }
-}
-
-function findEntryInTree(tree, id) {
- if (tree.stableId === id) {
- return tree;
- }
-
- if (!tree.children) {
- return null;
- }
-
- var _iterator = TraceViewvue_type_script_lang_js_createForOfIteratorHelper(tree.children),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var child = _step.value;
- var foundEntry = findEntryInTree(child, id);
-
- if (foundEntry) {
- return foundEntry;
- }
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
-
- return null;
-}
-
-/* harmony default export */ var TraceViewvue_type_script_lang_js_ = ({
- name: 'traceview',
- props: ['store', 'file', 'summarizer'],
- data: function data() {
- return {
- propertyFilterString: '',
- hierarchyPropertyFilterString: '',
- selectedTree: null,
- hierarchySelected: null,
- lastSelectedStableId: null,
- bounds: {},
- rects: [],
- item: null,
- tree: null,
- highlight: null,
- showHierachyDiff: false,
- showPropertiesDiff: false,
- PropertiesTreeElement: PropertiesTreeElement
- };
- },
- methods: {
- itemSelected: function itemSelected(item) {
- this.hierarchySelected = item;
- this.selectedTree = this.getTransformedProperties(item);
- this.highlight = item.rect;
- this.lastSelectedStableId = item.stableId;
- this.$emit('focus');
- },
- getTransformedProperties: function getTransformedProperties(item) {
- var transformer = new transform_ObjectTransformer(item.obj, item.name, stableIdCompatibilityFixup(item)).setOptions({
- skip: item.skip,
- formatter: formatProto
- });
-
- if (this.showPropertiesDiff && this.diffVisualizationAvailable) {
- var prevItem = this.getItemFromPrevTree(item);
- transformer.withDiff(prevItem === null || prevItem === void 0 ? void 0 : prevItem.obj);
- }
-
- return transformer.transform();
- },
- onRectClick: function onRectClick(item) {
- if (item) {
- this.itemSelected(item);
- }
- },
- generateTreeFromItem: function generateTreeFromItem(item) {
- if (!this.showHierachyDiff || !this.diffVisualizationAvailable) {
- return item;
- }
-
- return new diff_DiffGenerator(this.item).compareWith(this.getDataWithOffset(-1)).withUniqueNodeId(function (node) {
- return node.stableId;
- }).withModifiedCheck(defaultModifiedCheck).generateDiffTree();
- },
- setData: function setData(item) {
- this.item = item;
- this.tree = this.generateTreeFromItem(item);
- var rects = item.rects; //.toArray()
-
- this.rects = TraceViewvue_type_script_lang_js_toConsumableArray(rects).reverse();
- this.bounds = item.bounds;
- this.hierarchySelected = null;
- this.selectedTree = null;
- this.highlight = null;
-
- function findItem(item, stableId) {
- if (item.stableId === stableId) {
- return item;
- }
-
- if (Array.isArray(item.children)) {
- var _iterator2 = TraceViewvue_type_script_lang_js_createForOfIteratorHelper(item.children),
- _step2;
-
- try {
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
- var child = _step2.value;
- var found = findItem(child, stableId);
-
- if (found) {
- return found;
- }
- }
- } catch (err) {
- _iterator2.e(err);
- } finally {
- _iterator2.f();
- }
- }
-
- return null;
- }
-
- if (this.lastSelectedStableId) {
- var found = findItem(item, this.lastSelectedStableId);
-
- if (found) {
- this.itemSelected(found);
- }
- }
- },
- arrowUp: function arrowUp() {
- return this.$refs.hierarchy.selectPrev();
- },
- arrowDown: function arrowDown() {
- return this.$refs.hierarchy.selectNext();
- },
- getDataWithOffset: function getDataWithOffset(offset) {
- var index = this.file.selectedIndex + offset;
-
- if (index < 0 || index >= this.file.data.length) {
- return null;
- }
-
- return this.file.data[index];
- },
- getItemFromPrevTree: function getItemFromPrevTree(entry) {
- if (!this.showPropertiesDiff || !this.hierarchySelected) {
- return null;
- }
-
- var id = entry.stableId;
-
- if (!id) {
- throw new Error('Entry has no stableId...');
- }
-
- var prevTree = this.getDataWithOffset(-1);
-
- if (!prevTree) {
- console.warn('No previous entry');
- return null;
- }
-
- var prevEntry = findEntryInTree(prevTree, id);
-
- if (!prevEntry) {
- console.warn('Didn\'t exist in last entry'); // TODO: Maybe handle this in some way.
- }
-
- return prevEntry;
- }
- },
- created: function created() {
- var _this$file$selectedIn;
-
- this.setData(this.file.data[(_this$file$selectedIn = this.file.selectedIndex) !== null && _this$file$selectedIn !== void 0 ? _this$file$selectedIn : 0]);
- },
- watch: {
- selectedIndex: function selectedIndex() {
- var _this$file$selectedIn2;
-
- this.setData(this.file.data[(_this$file$selectedIn2 = this.file.selectedIndex) !== null && _this$file$selectedIn2 !== void 0 ? _this$file$selectedIn2 : 0]);
- },
- showHierachyDiff: function showHierachyDiff() {
- this.tree = this.generateTreeFromItem(this.item);
- },
- showPropertiesDiff: function showPropertiesDiff() {
- if (this.hierarchySelected) {
- this.selectedTree = this.getTransformedProperties(this.hierarchySelected);
- }
- }
- },
- computed: {
- diffVisualizationAvailable: function diffVisualizationAvailable() {
- return CompatibleFeatures.DiffVisualization && (this.file.type == TRACE_TYPES.WINDOW_MANAGER || this.file.type == TRACE_TYPES.SURFACE_FLINGER);
- },
- selectedIndex: function selectedIndex() {
- return this.file.selectedIndex;
- },
- hierarchyFilter: function hierarchyFilter() {
- var hierarchyPropertyFilter = getFilter(this.hierarchyPropertyFilterString);
- return this.store.onlyVisible ? function (c) {
- return c.visible && hierarchyPropertyFilter(c);
- } : hierarchyPropertyFilter;
- },
- propertyFilter: function propertyFilter() {
- return getFilter(this.propertyFilterString);
- },
- hasScreenView: function hasScreenView() {
- return this.file.type == TRACE_TYPES.WINDOW_MANAGER || this.file.type == TRACE_TYPES.SURFACE_FLINGER || this.file.type == DUMP_TYPES.WINDOW_MANAGER || this.file.type == DUMP_TYPES.SURFACE_FLINGER;
- },
- elementSummary: function elementSummary() {
- if (!this.hierarchySelected || !this.summarizer) {
- return null;
- }
-
- var summary = this.summarizer(this.hierarchySelected);
-
- if ((summary === null || summary === void 0 ? void 0 : summary.length) === 0) {
- return null;
- }
-
- return summary;
- }
- },
- components: {
- 'tree-view': TreeView,
- 'rects': Rects,
- 'flat-card': FlatCard
- }
-});
-
-function getFilter(filterString) {
- var filterStrings = filterString.split(',');
- var positive = [];
- var negative = [];
- filterStrings.forEach(function (f) {
- if (f.startsWith('!')) {
- var str = f.substring(1);
- negative.push(function (s) {
- return s.indexOf(str) === -1;
- });
- } else {
- var _str = f;
- positive.push(function (s) {
- return s.indexOf(_str) !== -1;
- });
- }
- });
-
- var filter = function filter(item) {
- var apply = function apply(f) {
- return f(String(item.name));
- };
-
- return (positive.length === 0 || positive.some(apply)) && (negative.length === 0 || negative.every(apply));
- };
-
- return filter;
-}
-// CONCATENATED MODULE: ./src/TraceView.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_TraceViewvue_type_script_lang_js_ = (TraceViewvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/TraceView.vue?vue&type=style&index=0&id=6fda4084&scoped=true&lang=css&
-var TraceViewvue_type_style_index_0_id_6fda4084_scoped_true_lang_css_ = __webpack_require__("3iYy");
-
-// CONCATENATED MODULE: ./src/TraceView.vue
-
-
-
-
-
-
-/* normalize component */
-
-var TraceView_component = Object(componentNormalizer["a" /* default */])(
- src_TraceViewvue_type_script_lang_js_,
- TraceViewvue_type_template_id_6fda4084_scoped_true_render,
- TraceViewvue_type_template_id_6fda4084_scoped_true_staticRenderFns,
- false,
- null,
- "6fda4084",
- null
-
-)
-
-/* harmony default export */ var TraceView = (TraceView_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/WindowManagerTraceView.vue?vue&type=template&id=14ecb321&
-var WindowManagerTraceViewvue_type_template_id_14ecb321_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('TraceView',{attrs:{"store":_vm.store,"file":_vm.file,"summarizer":_vm.summarizer}})}
-var WindowManagerTraceViewvue_type_template_id_14ecb321_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/WindowManagerTraceView.vue?vue&type=template&id=14ecb321&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/WindowManagerTraceView.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/* harmony default export */ var WindowManagerTraceViewvue_type_script_lang_js_ = ({
- name: "WindowManagerTraceView",
- props: ["store", "file"],
- components: {
- TraceView: TraceView
- },
- methods: {
- summarizer: function summarizer(item) {
- var summary = [];
-
- if (item.obj.isIncompleteReason) {
- summary.push({
- key: 'Incomplete state reason',
- value: item.obj.isIncompleteReason
- });
- }
-
- return summary;
- }
- }
-});
-// CONCATENATED MODULE: ./src/WindowManagerTraceView.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_WindowManagerTraceViewvue_type_script_lang_js_ = (WindowManagerTraceViewvue_type_script_lang_js_);
-// CONCATENATED MODULE: ./src/WindowManagerTraceView.vue
-
-
-
-
-
-/* normalize component */
-
-var WindowManagerTraceView_component = Object(componentNormalizer["a" /* default */])(
- src_WindowManagerTraceViewvue_type_script_lang_js_,
- WindowManagerTraceViewvue_type_template_id_14ecb321_render,
- WindowManagerTraceViewvue_type_template_id_14ecb321_staticRenderFns,
- false,
- null,
- null,
- null
-
-)
-
-/* harmony default export */ var WindowManagerTraceView = (WindowManagerTraceView_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/SurfaceFlingerTraceView.vue?vue&type=template&id=57b2c78c&
-var SurfaceFlingerTraceViewvue_type_template_id_57b2c78c_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('TraceView',{attrs:{"store":_vm.store,"file":_vm.file,"summarizer":_vm.summarizer}})}
-var SurfaceFlingerTraceViewvue_type_template_id_57b2c78c_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/SurfaceFlingerTraceView.vue?vue&type=template&id=57b2c78c&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/SurfaceFlingerTraceView.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/* harmony default export */ var SurfaceFlingerTraceViewvue_type_script_lang_js_ = ({
- name: 'WindowManagerTraceView',
- props: ['store', 'file'],
- components: {
- TraceView: TraceView
- },
- methods: {
- summarizer: function summarizer(layer) {
- var _layer$occludedBy, _layer$partiallyOcclu, _layer$coveredBy;
-
- var summary = [];
-
- if (layer.invisibleDueTo) {
- summary.push({
- key: 'Invisible due to',
- value: layer.invisibleDueTo
- });
- }
-
- if (((_layer$occludedBy = layer.occludedBy) === null || _layer$occludedBy === void 0 ? void 0 : _layer$occludedBy.length) > 0) {
- summary.push({
- key: 'Occluded by',
- value: layer.occludedBy.join(', ')
- });
- }
-
- if (((_layer$partiallyOcclu = layer.partiallyOccludedBy) === null || _layer$partiallyOcclu === void 0 ? void 0 : _layer$partiallyOcclu.length) > 0) {
- summary.push({
- key: 'Partially occluded by',
- value: layer.partiallyOccludedBy.join(', ')
- });
- }
-
- if (((_layer$coveredBy = layer.coveredBy) === null || _layer$coveredBy === void 0 ? void 0 : _layer$coveredBy.length) > 0) {
- summary.push({
- key: 'Covered by',
- value: layer.coveredBy.join(', ')
- });
- }
-
- return summary;
- }
- }
-});
-// CONCATENATED MODULE: ./src/SurfaceFlingerTraceView.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_SurfaceFlingerTraceViewvue_type_script_lang_js_ = (SurfaceFlingerTraceViewvue_type_script_lang_js_);
-// CONCATENATED MODULE: ./src/SurfaceFlingerTraceView.vue
-
-
-
-
-
-/* normalize component */
-
-var SurfaceFlingerTraceView_component = Object(componentNormalizer["a" /* default */])(
- src_SurfaceFlingerTraceViewvue_type_script_lang_js_,
- SurfaceFlingerTraceViewvue_type_template_id_57b2c78c_render,
- SurfaceFlingerTraceViewvue_type_template_id_57b2c78c_staticRenderFns,
- false,
- null,
- null,
- null
-
-)
-
-/* harmony default export */ var SurfaceFlingerTraceView = (SurfaceFlingerTraceView_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/TransactionsView.vue?vue&type=template&id=4c213712&scoped=true&
-var TransactionsViewvue_type_template_id_4c213712_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('md-card-content',{staticClass:"container"},[_c('flat-card',{staticClass:"changes card"},[_c('div',{staticClass:"filters"},[_c('div',{staticClass:"input"},[_c('md-field',[_c('label',[_vm._v("Transaction Type")]),_vm._v(" "),_c('md-select',{attrs:{"multiple":""},model:{value:(_vm.selectedTransactionTypes),callback:function ($$v) {_vm.selectedTransactionTypes=$$v},expression:"selectedTransactionTypes"}},_vm._l((_vm.transactionTypes),function(type){return _c('md-option',{key:type,attrs:{"value":type}},[_vm._v("\n "+_vm._s(type)+"\n ")])}),1)],1)],1),_vm._v(" "),_c('div',{staticClass:"input"},[_c('div',[_c('md-autocomplete',{attrs:{"md-options":_vm.properties},model:{value:(_vm.selectedProperty),callback:function ($$v) {_vm.selectedProperty=$$v},expression:"selectedProperty"}},[_c('label',[_vm._v("Changed property")])])],1)]),_vm._v(" "),_c('div',{staticClass:"input"},[_c('md-field',[_c('label',[_vm._v("Origin PID")]),_vm._v(" "),_c('md-select',{attrs:{"multiple":""},model:{value:(_vm.selectedPids),callback:function ($$v) {_vm.selectedPids=$$v},expression:"selectedPids"}},_vm._l((_vm.pids),function(pid){return _c('md-option',{key:pid,attrs:{"value":pid}},[_vm._v("\n "+_vm._s(pid)+"\n ")])}),1)],1)],1),_vm._v(" "),_c('div',{staticClass:"input"},[_c('md-field',[_c('label',[_vm._v("Origin UID")]),_vm._v(" "),_c('md-select',{attrs:{"multiple":""},model:{value:(_vm.selectedUids),callback:function ($$v) {_vm.selectedUids=$$v},expression:"selectedUids"}},_vm._l((_vm.uids),function(uid){return _c('md-option',{key:uid,attrs:{"value":uid}},[_vm._v("\n "+_vm._s(uid)+"\n ")])}),1)],1)],1),_vm._v(" "),_c('div',{staticClass:"input"},[_c('md-chips',{attrs:{"md-placeholder":"Add surface id or name..."},model:{value:(_vm.filters),callback:function ($$v) {_vm.filters=$$v},expression:"filters"}},[_c('div',{staticClass:"md-helper-text"},[_vm._v("Press enter to add")])])],1)]),_vm._v(" "),_c('virtual-list',{ref:"loglist",staticStyle:{"height":"600px","overflow-y":"auto"},attrs:{"data-key":'timestamp',"data-sources":_vm.filteredData,"data-component":_vm.transactionEntryComponent,"extra-props":{
- onClick: _vm.transactionSelected,
- selectedTransaction: _vm.selectedTransaction,
- transactionsTrace: _vm.transactionsTrace,
- prettifyTransactionId: _vm.prettifyTransactionId,
- }}})],1),_vm._v(" "),_c('flat-card',{staticClass:"changes card"},[_c('md-content',{staticClass:"card-toolbar md-transparent md-dense",attrs:{"md-tag":"md-toolbar","md-elevation":"0"}},[_c('h2',{staticClass:"md-title",staticStyle:{"flex":"1"}},[_vm._v("Changes")])]),_vm._v(" "),(_vm.selectedTree)?_c('div',{staticClass:"changes-content"},[(_vm.selectedTransaction.type === 'transaction')?_c('div',{staticClass:"transaction-events"},_vm._l((_vm.transactionHistory(_vm.selectedTransaction)),function(event,i){return _c('div',{key:((_vm.selectedTransaction.identifier) + "-" + i),staticClass:"transaction-event"},[(event.type === 'apply')?_c('div',{staticClass:"applied-event"},[_vm._v("\n applied\n ")]):_vm._e(),_vm._v(" "),(event.type === 'merge')?_c('div',{staticClass:"merged-event"},[_vm._v("\n "+_vm._s(_vm.prettifyTransactionId(event.mergedId))+"\n ")]):_vm._e()])}),0):_vm._e(),_vm._v(" "),_c('tree-view',{attrs:{"item":_vm.selectedTree,"collapseChildren":true,"useGlobalCollapsedState":true}})],1):_c('div',{staticClass:"no-properties"},[_c('i',{staticClass:"material-icons none-icon"},[_vm._v("\n filter_none\n ")]),_vm._v(" "),_c('span',[_vm._v("No transaction selected.")])])],1)],1)}
-var TransactionsViewvue_type_template_id_4c213712_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/TransactionsView.vue?vue&type=template&id=4c213712&scoped=true&
-
-// CONCATENATED MODULE: ./libs/virtualList/virtual.js
-const DIRECTION_TYPE = {
- FRONT: 'FRONT', // scroll up or left
- BEHIND: 'BEHIND' // scroll down or right
-}
-const CALC_TYPE = {
- INIT: 'INIT',
- FIXED: 'FIXED',
- DYNAMIC: 'DYNAMIC'
-}
-const LEADING_BUFFER = 2
-
-class Virtual {
- constructor(param, callUpdate) {
- this.init(param, callUpdate)
- }
-
- init(param, callUpdate) {
- // param data
- this.param = param
- this.callUpdate = callUpdate
-
- // size data
- this.sizes = new Map()
- this.firstRangeTotalSize = 0
- this.firstRangeAverageSize = 0
- this.lastCalcIndex = 0
- this.fixedSizeValue = 0
- this.calcType = CALC_TYPE.INIT
-
- // scroll data
- this.offset = 0
- this.direction = ''
-
- // range data
- this.range = Object.create(null)
- if (param) {
- this.checkRange(0, param.keeps - 1)
- }
-
- // benchmark test data
- // this.__bsearchCalls = 0
- // this.__getIndexOffsetCalls = 0
- }
-
- destroy() {
- this.init(null, null)
- }
-
- // return current render range
- getRange() {
- const range = Object.create(null)
- range.start = this.range.start
- range.end = this.range.end
- range.padFront = this.range.padFront
- range.padBehind = this.range.padBehind
- return range
- }
-
- isBehind() {
- return this.direction === DIRECTION_TYPE.BEHIND
- }
-
- isFront() {
- return this.direction === DIRECTION_TYPE.FRONT
- }
-
- // return start index offset
- getOffset(start) {
- return (start < 1 ? 0 : this.getIndexOffset(start)) + this.param.slotHeaderSize
- }
-
- updateParam(key, value) {
- if (this.param && (key in this.param)) {
- // if uniqueIds change, find out deleted id and remove from size map
- if (key === 'uniqueIds') {
- this.sizes.forEach((v, key) => {
- if (!value.includes(key)) {
- this.sizes.delete(key)
- }
- })
- }
- this.param[key] = value
- }
- }
-
- // save each size map by id
- saveSize(id, size) {
- this.sizes.set(id, size)
-
- // we assume size type is fixed at the beginning and remember first size value
- // if there is no size value different from this at next coming saving
- // we think it's a fixed size list, otherwise is dynamic size list
- if (this.calcType === CALC_TYPE.INIT) {
- this.fixedSizeValue = size
- this.calcType = CALC_TYPE.FIXED
- } else if (this.calcType === CALC_TYPE.FIXED && this.fixedSizeValue !== size) {
- this.calcType = CALC_TYPE.DYNAMIC
- // it's no use at all
- delete this.fixedSizeValue
- }
-
- // calculate the average size only in the first range
- if (this.calcType !== CALC_TYPE.FIXED && typeof this.firstRangeTotalSize !== 'undefined') {
- if (this.sizes.size < Math.min(this.param.keeps, this.param.uniqueIds.length)) {
- this.firstRangeTotalSize = this.firstRangeTotalSize + size
- this.firstRangeAverageSize = Math.round(this.firstRangeTotalSize / this.sizes.size)
- } else {
- // it's done using
- delete this.firstRangeTotalSize
- }
- }
- }
-
- // in some special situation (e.g. length change) we need to update in a row
- // try going to render next range by a leading buffer according to current direction
- handleDataSourcesChange() {
- let start = this.range.start
-
- if (this.isFront()) {
- start = start - LEADING_BUFFER
- } else if (this.isBehind()) {
- start = start + LEADING_BUFFER
- }
-
- start = Math.max(start, 0)
-
- this.updateRange(this.range.start, this.getEndByStart(start))
- }
-
- // when slot size change, we also need force update
- handleSlotSizeChange() {
- this.handleDataSourcesChange()
- }
-
- // calculating range on scroll
- handleScroll(offset) {
- this.direction = offset < this.offset ? DIRECTION_TYPE.FRONT : DIRECTION_TYPE.BEHIND
- this.offset = offset
-
- if (this.direction === DIRECTION_TYPE.FRONT) {
- this.handleFront()
- } else if (this.direction === DIRECTION_TYPE.BEHIND) {
- this.handleBehind()
- }
- }
-
- // ----------- public method end -----------
-
- handleFront() {
- const overs = this.getScrollOvers()
- // should not change range if start doesn't exceed overs
- if (overs > this.range.start) {
- return
- }
-
- // move up start by a buffer length, and make sure its safety
- const start = Math.max(overs - this.param.buffer, 0)
- this.checkRange(start, this.getEndByStart(start))
- }
-
- handleBehind() {
- const overs = this.getScrollOvers()
- // range should not change if scroll overs within buffer
- if (overs < this.range.start + this.param.buffer) {
- return
- }
-
- this.checkRange(overs, this.getEndByStart(overs))
- }
-
- // return the pass overs according to current scroll offset
- getScrollOvers() {
- // if slot header exist, we need subtract its size
- const offset = this.offset - this.param.slotHeaderSize
- if (offset <= 0) {
- return 0
- }
-
- // if is fixed type, that can be easily
- if (this.isFixedType()) {
- return Math.floor(offset / this.fixedSizeValue)
- }
-
- let low = 0
- let middle = 0
- let middleOffset = 0
- let high = this.param.uniqueIds.length
-
- while (low <= high) {
- // this.__bsearchCalls++
- middle = low + Math.floor((high - low) / 2)
- middleOffset = this.getIndexOffset(middle)
-
- if (middleOffset === offset) {
- return middle
- } else if (middleOffset < offset) {
- low = middle + 1
- } else if (middleOffset > offset) {
- high = middle - 1
- }
- }
-
- return low > 0 ? --low : 0
- }
-
- // return a scroll offset from given index, can efficiency be improved more here?
- // although the call frequency is very high, its only a superposition of numbers
- getIndexOffset(givenIndex) {
- if (!givenIndex) {
- return 0
- }
-
- let offset = 0
- let indexSize = 0
- for (let index = 0; index < givenIndex; index++) {
- // this.__getIndexOffsetCalls++
- indexSize = this.sizes.get(this.param.uniqueIds[index])
- offset = offset + (typeof indexSize === 'number' ? indexSize : this.getEstimateSize())
- }
-
- // remember last calculate index
- this.lastCalcIndex = Math.max(this.lastCalcIndex, givenIndex - 1)
- this.lastCalcIndex = Math.min(this.lastCalcIndex, this.getLastIndex())
-
- return offset
- }
-
- // is fixed size type
- isFixedType() {
- return this.calcType === CALC_TYPE.FIXED
- }
-
- // return the real last index
- getLastIndex() {
- return this.param.uniqueIds.length - 1
- }
-
- // in some conditions range is broke, we need correct it
- // and then decide whether need update to next range
- checkRange(start, end) {
- const keeps = this.param.keeps
- const total = this.param.uniqueIds.length
-
- // datas less than keeps, render all
- if (total <= keeps) {
- start = 0
- end = this.getLastIndex()
- } else if (end - start < keeps - 1) {
- // if range length is less than keeps, current it base on end
- start = end - keeps + 1
- }
-
- if (this.range.start !== start) {
- this.updateRange(start, end)
- }
- }
-
- // setting to a new range and re-render
- updateRange(start, end) {
- this.range.start = start
- this.range.end = end
- this.range.padFront = this.getPadFront()
- this.range.padBehind = this.getPadBehind()
- this.callUpdate(this.getRange())
- }
-
- // return end base on start
- getEndByStart(start) {
- const theoryEnd = start + this.param.keeps - 1
- const trulyEnd = Math.min(theoryEnd, this.getLastIndex())
- return trulyEnd
- }
-
- // return total front offset
- getPadFront() {
- if (this.isFixedType()) {
- return this.fixedSizeValue * this.range.start
- } else {
- return this.getIndexOffset(this.range.start)
- }
- }
-
- // return total behind offset
- getPadBehind() {
- const end = this.range.end
- const lastIndex = this.getLastIndex()
-
- if (this.isFixedType()) {
- return (lastIndex - end) * this.fixedSizeValue
- }
-
- // if it's all calculated, return the exactly offset
- if (this.lastCalcIndex === lastIndex) {
- return this.getIndexOffset(lastIndex) - this.getIndexOffset(end)
- } else {
- // if not, use a estimated value
- return (lastIndex - end) * this.getEstimateSize()
- }
- }
-
- // get the item estimate size
- getEstimateSize() {
- return this.isFixedType() ? this.fixedSizeValue : (this.firstRangeAverageSize || this.param.estimateSize)
- }
-}
-// CONCATENATED MODULE: ./libs/virtualList/props.js
-const VirtualProps = {
- dataKey: {
- type: [String, Function],
- required: true
- },
- dataSources: {
- type: Array,
- required: true
- },
- dataComponent: {
- type: [Object, Function],
- required: true
- },
-
- keeps: {
- type: Number,
- default: 30
- },
- extraProps: {
- type: Object
- },
- estimateSize: {
- type: Number,
- default: 50
- },
-
- direction: {
- type: String,
- default: 'vertical' // the other value is horizontal
- },
- start: {
- type: Number,
- default: 0
- },
- offset: {
- type: Number,
- default: 0
- },
- topThreshold: {
- type: Number,
- default: 0
- },
- bottomThreshold: {
- type: Number,
- default: 0
- },
- pageMode: {
- type: Boolean,
- default: false
- },
- rootTag: {
- type: String,
- default: 'div'
- },
- wrapTag: {
- type: String,
- default: 'div'
- },
- wrapClass: {
- type: String,
- default: ''
- },
- wrapStyle: {
- type: Object
- },
- itemTag: {
- type: String,
- default: 'div'
- },
- itemClass: {
- type: String,
- default: ''
- },
- itemClassAdd: {
- type: Function
- },
- itemStyle: {
- type: Object
- },
- headerTag: {
- type: String,
- default: 'div'
- },
- headerClass: {
- type: String,
- default: ''
- },
- headerStyle: {
- type: Object
- },
- footerTag: {
- type: String,
- default: 'div'
- },
- footerClass: {
- type: String,
- default: ''
- },
- footerStyle: {
- type: Object
- },
- itemScopedSlots: {
- type: Object
- }
-}
-
-const ItemProps = {
- index: {
- type: Number
- },
- event: {
- type: String
- },
- tag: {
- type: String
- },
- horizontal: {
- type: Boolean
- },
- source: {
- type: Object
- },
- component: {
- type: [Object, Function]
- },
- uniqueKey: {
- type: [String, Number]
- },
- extraProps: {
- type: Object
- },
- scopedSlots: {
- type: Object
- }
-}
-
-const SlotProps = {
- event: {
- type: String
- },
- uniqueKey: {
- type: String
- },
- tag: {
- type: String
- },
- horizontal: {
- type: Boolean
- }
-}
-// CONCATENATED MODULE: ./libs/virtualList/Item.js
-
-
-
-const Wrapper = {
- created() {
- this.shapeKey = this.horizontal ? 'offsetWidth' : 'offsetHeight'
- },
-
- mounted() {
- if (typeof ResizeObserver !== 'undefined') {
- this.resizeObserver = new ResizeObserver(() => {
- this.dispatchSizeChange()
- })
- this.resizeObserver.observe(this.$el)
- }
- },
-
- // since component will be reused, so dispatch when updated
- updated() {
- this.dispatchSizeChange()
- },
-
- beforeDestroy() {
- if (this.resizeObserver) {
- this.resizeObserver.disconnect()
- this.resizeObserver = null
- }
- },
-
- methods: {
- getCurrentSize() {
- return this.$el ? this.$el[this.shapeKey] : 0
- },
-
- // tell parent current size identify by unique key
- dispatchSizeChange() {
- this.$parent.$emit(this.event, this.uniqueKey, this.getCurrentSize(), this.hasInitial)
- }
- }
-}
-
-// wrapping for item
-const Item = vue_runtime_min_default.a.component('virtual-list-item', {
- mixins: [Wrapper],
-
- props: ItemProps,
-
- render(h) {
- const { tag, component, extraProps = {}, index, scopedSlots = {}, uniqueKey } = this
- extraProps.source = this.source
- extraProps.index = index
-
- return h(tag, {
- key: uniqueKey,
- attrs: {
- role: 'item'
- }
- }, [h(component, {
- props: extraProps,
- scopedSlots: scopedSlots
- })])
- }
-})
-
-// wrapping for slot
-const Slot = vue_runtime_min_default.a.component('virtual-list-slot', {
- mixins: [Wrapper],
-
- props: SlotProps,
-
- render(h) {
- const { tag, uniqueKey } = this
-
- return h(tag, {
- key: uniqueKey,
- attrs: {
- role: uniqueKey
- }
- }, this.$slots.default)
- }
-})
-// CONCATENATED MODULE: ./libs/virtualList/VirtualList.js
-
-
-
-
-
-const EVENT_TYPE = {
- ITEM: 'item_resize',
- SLOT: 'slot_resize'
-}
-const SLOT_TYPE = {
- HEADER: 'header', // string value also use for aria role attribute
- FOOTER: 'footer'
-}
-
-const VirtualList = vue_runtime_min_default.a.component('virtual-list', {
- props: VirtualProps,
-
- data() {
- return {
- range: null
- }
- },
-
- watch: {
- 'dataSources.length'() {
- this.virtual.updateParam('uniqueIds', this.getUniqueIdFromDataSources())
- this.virtual.handleDataSourcesChange()
- },
-
- start(newValue) {
- this.scrollToIndex(newValue)
- },
-
- offset(newValue) {
- this.scrollToOffset(newValue)
- }
- },
-
- created() {
- this.isHorizontal = this.direction === 'horizontal'
- this.directionKey = this.isHorizontal ? 'scrollLeft' : 'scrollTop'
-
- this.installVirtual()
-
- // listen item size change
- this.$on(EVENT_TYPE.ITEM, this.onItemResized)
-
- // listen slot size change
- if (this.$slots.header || this.$slots.footer) {
- this.$on(EVENT_TYPE.SLOT, this.onSlotResized)
- }
- },
-
- // set back offset when awake from keep-alive
- activated() {
- this.scrollToOffset(this.virtual.offset)
- },
-
- mounted() {
- // set position
- if (this.start) {
- this.scrollToIndex(this.start)
- } else if (this.offset) {
- this.scrollToOffset(this.offset)
- }
-
- // in page mode we bind scroll event to document
- if (this.pageMode) {
- this.updatePageModeFront()
-
- document.addEventListener('scroll', this.onScroll, {
- passive: false
- })
- }
- },
-
- beforeDestroy() {
- this.virtual.destroy()
- if (this.pageMode) {
- document.removeEventListener('scroll', this.onScroll)
- }
- },
-
- methods: {
- // get item size by id
- getSize(id) {
- return this.virtual.sizes.get(id)
- },
-
- // get the total number of stored (rendered) items
- getSizes() {
- return this.virtual.sizes.size
- },
-
- // return current scroll offset
- getOffset() {
- if (this.pageMode) {
- return document.documentElement[this.directionKey] || document.body[this.directionKey]
- } else {
- const { root } = this.$refs
- return root ? Math.ceil(root[this.directionKey]) : 0
- }
- },
-
- // return client viewport size
- getClientSize() {
- const key = this.isHorizontal ? 'clientWidth' : 'clientHeight'
- if (this.pageMode) {
- return document.documentElement[key] || document.body[key]
- } else {
- const { root } = this.$refs
- return root ? Math.ceil(root[key]) : 0
- }
- },
-
- // return all scroll size
- getScrollSize() {
- const key = this.isHorizontal ? 'scrollWidth' : 'scrollHeight'
- if (this.pageMode) {
- return document.documentElement[key] || document.body[key]
- } else {
- const { root } = this.$refs
- return root ? Math.ceil(root[key]) : 0
- }
- },
-
- // set current scroll position to a expectant offset
- scrollToOffset(offset) {
- if (this.pageMode) {
- document.body[this.directionKey] = offset
- document.documentElement[this.directionKey] = offset
- } else {
- const { root } = this.$refs
- if (root) {
- root[this.directionKey] = offset
- }
- }
- },
-
- // set current scroll position to a expectant index
- scrollToIndex(index) {
- // scroll to bottom
- if (index >= this.dataSources.length - 1) {
- this.scrollToBottom()
- } else {
- const offset = this.virtual.getOffset(index)
- this.scrollToOffset(offset)
- }
- },
-
- // set current scroll position to bottom
- scrollToBottom() {
- const { shepherd } = this.$refs
- if (shepherd) {
- const offset = shepherd[this.isHorizontal ? 'offsetLeft' : 'offsetTop']
- this.scrollToOffset(offset)
-
- // check if it's really scrolled to the bottom
- // maybe list doesn't render and calculate to last range
- // so we need retry in next event loop until it really at bottom
- setTimeout(() => {
- if (this.getOffset() + this.getClientSize() < this.getScrollSize()) {
- this.scrollToBottom()
- }
- }, 3)
- }
- },
-
- // when using page mode we need update slot header size manually
- // taking root offset relative to the browser as slot header size
- updatePageModeFront() {
- const { root } = this.$refs
- if (root) {
- const rect = root.getBoundingClientRect()
- const { defaultView } = root.ownerDocument
- const offsetFront = this.isHorizontal ? (rect.left + defaultView.pageXOffset) : (rect.top + defaultView.pageYOffset)
- this.virtual.updateParam('slotHeaderSize', offsetFront)
- }
- },
-
- // reset all state back to initial
- reset() {
- this.virtual.destroy()
- this.scrollToOffset(0)
- this.installVirtual()
- },
-
- // ----------- public method end -----------
-
- installVirtual() {
- this.virtual = new Virtual({
- slotHeaderSize: 0,
- slotFooterSize: 0,
- keeps: this.keeps,
- estimateSize: this.estimateSize,
- buffer: Math.round(this.keeps / 3), // recommend for a third of keeps
- uniqueIds: this.getUniqueIdFromDataSources()
- }, this.onRangeChanged)
-
- // sync initial range
- this.range = this.virtual.getRange()
- },
-
- getUniqueIdFromDataSources() {
- const { dataKey } = this
- return this.dataSources.map((dataSource) => typeof dataKey === 'function' ? dataKey(dataSource) : dataSource[dataKey])
- },
-
- // event called when each item mounted or size changed
- onItemResized(id, size) {
- this.virtual.saveSize(id, size)
- this.$emit('resized', id, size)
- },
-
- // event called when slot mounted or size changed
- onSlotResized(type, size, hasInit) {
- if (type === SLOT_TYPE.HEADER) {
- this.virtual.updateParam('slotHeaderSize', size)
- } else if (type === SLOT_TYPE.FOOTER) {
- this.virtual.updateParam('slotFooterSize', size)
- }
-
- if (hasInit) {
- this.virtual.handleSlotSizeChange()
- }
- },
-
- // here is the re-rendering entry
- onRangeChanged(range) {
- this.range = range
- },
-
- onScroll(evt) {
- const offset = this.getOffset()
- const clientSize = this.getClientSize()
- const scrollSize = this.getScrollSize()
-
- // iOS scroll-spring-back behavior will make direction mistake
- if (offset < 0 || (offset + clientSize > scrollSize + 1) || !scrollSize) {
- return
- }
-
- this.virtual.handleScroll(offset)
- this.emitEvent(offset, clientSize, scrollSize, evt)
- },
-
- // emit event in special position
- emitEvent(offset, clientSize, scrollSize, evt) {
- this.$emit('scroll', evt, this.virtual.getRange())
-
- if (this.virtual.isFront() && !!this.dataSources.length && (offset - this.topThreshold <= 0)) {
- this.$emit('totop')
- } else if (this.virtual.isBehind() && (offset + clientSize + this.bottomThreshold >= scrollSize)) {
- this.$emit('tobottom')
- }
- },
-
- // get the real render slots based on range data
- // in-place patch strategy will try to reuse components as possible
- // so those components that are reused will not trigger lifecycle mounted
- getRenderSlots(h) {
- const slots = []
- const { start, end } = this.range
- const { dataSources, dataKey, itemClass, itemTag, itemStyle, isHorizontal, extraProps, dataComponent, itemScopedSlots } = this
- for (let index = start; index <= end; index++) {
- const dataSource = dataSources[index]
- if (dataSource) {
- const uniqueKey = typeof dataKey === 'function' ? dataKey(dataSource) : dataSource[dataKey]
- if (typeof uniqueKey === 'string' || typeof uniqueKey === 'number') {
- slots.push(h(Item, {
- props: {
- index,
- tag: itemTag,
- event: EVENT_TYPE.ITEM,
- horizontal: isHorizontal,
- uniqueKey: uniqueKey,
- source: dataSource,
- extraProps: extraProps,
- component: dataComponent,
- scopedSlots: itemScopedSlots
- },
- style: itemStyle,
- class: `${itemClass}${this.itemClassAdd ? ' ' + this.itemClassAdd(index) : ''}`
- }))
- } else {
- console.warn(`Cannot get the data-key '${dataKey}' from data-sources.`)
- }
- } else {
- console.warn(`Cannot get the index '${index}' from data-sources.`)
- }
- }
- return slots
- }
- },
-
- // render function, a closer-to-the-compiler alternative to templates
- // https://vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth
- render(h) {
- const { header, footer } = this.$slots
- const { padFront, padBehind } = this.range
- const { isHorizontal, pageMode, rootTag, wrapTag, wrapClass, wrapStyle, headerTag, headerClass, headerStyle, footerTag, footerClass, footerStyle } = this
- const paddingStyle = { padding: isHorizontal ? `0px ${padBehind}px 0px ${padFront}px` : `${padFront}px 0px ${padBehind}px` }
- const wrapperStyle = wrapStyle ? Object.assign({}, wrapStyle, paddingStyle) : paddingStyle
-
- return h(rootTag, {
- ref: 'root',
- on: {
- '&scroll': !pageMode && this.onScroll
- }
- }, [
- // header slot
- header ? h(Slot, {
- class: headerClass,
- style: headerStyle,
- props: {
- tag: headerTag,
- event: EVENT_TYPE.SLOT,
- uniqueKey: SLOT_TYPE.HEADER
- }
- }, header) : null,
-
- // main list
- h(wrapTag, {
- class: wrapClass,
- attrs: {
- role: 'group'
- },
- style: wrapperStyle
- }, this.getRenderSlots(h)),
-
- // footer slot
- footer ? h(Slot, {
- class: footerClass,
- style: footerStyle,
- props: {
- tag: footerTag,
- event: EVENT_TYPE.SLOT,
- uniqueKey: SLOT_TYPE.FOOTER
- }
- }, footer) : null,
-
- // an empty element use to scroll to bottom
- h('div', {
- ref: 'shepherd',
- style: {
- width: isHorizontal ? '0px' : '100%',
- height: isHorizontal ? '100%' : '0px'
- }
- })
- ])
- }
-})
-
-/* harmony default export */ var virtualList_VirtualList = (VirtualList);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/TransactionEntry.vue?vue&type=template&id=7fa3dcc2&scoped=true&
-var TransactionEntryvue_type_template_id_7fa3dcc2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.source.type === 'vsyncEvent')?_c('div',{staticClass:"vsync"},[_c('div',{staticClass:"vsync-dot"}),_vm._v(" "),_c('md-tooltip',{attrs:{"md-direction":"left"}},[_vm._v("\n VSync\n ")])],1):_c('div',{staticClass:"entry",class:{
- inactive: _vm.source.timestamp > _vm.currentTimestamp,
- selected: _vm.isSelected
- },on:{"click":function($event){return _vm.onClick(_vm.source)}}},[_c('div',{staticClass:"time-column"},[_c('a',{staticClass:"time-link",on:{"click":function (e) { return _vm.setTimelineTime(e, _vm.source.timestamp); }}},[_vm._v("\n "+_vm._s(_vm.source.time)+"\n ")]),_vm._v(" "),_c('div',{staticClass:"new-badge",style:({visibility: _vm.source.new ? 'visible' : 'hidden'})},[_vm._v("\n New\n ")])]),_vm._v(" "),_c('div',{staticClass:"type-column"},[_vm._v(_vm._s(_vm.transactionTypeOf(_vm.source)))]),_vm._v(" "),_c('div',{staticClass:"affected-surfaces-column"},_vm._l((_vm.sufacesAffectedBy(_vm.source)),function(surface,index){return _c('span',{key:surface.id},[(surface.name)?_c('span',{staticClass:"surface-name"},[_vm._v(_vm._s(surface.name))]):_vm._e(),_vm._v(" "),_c('span',{staticClass:"surface-id"},[(surface.name)?_c('span',[_vm._v("(")]):_vm._e(),_vm._v(_vm._s(surface.id)),(surface.name)?_c('span',[_vm._v(")")]):_vm._e()]),_vm._v(" "),(index + 1 < _vm.sufacesAffectedBy(_vm.source).length)?_c('span',[_vm._v(", ")]):_vm._e()])}),0),_vm._v(" "),_c('div',{staticClass:"extra-info-column"},[(_vm.source.identifier)?_c('span',[_vm._v("\n Tx Id: "),_c('span',{staticClass:"light"},[_vm._v(_vm._s(_vm.prettifyTransactionId(_vm.source.identifier)))]),_c('br')]):_vm._e(),_vm._v(" "),(_vm.source.origin)?_c('span',[_vm._v("\n PID: "),_c('span',{staticClass:"light"},[_vm._v(_vm._s(_vm.source.origin.pid))]),_c('br'),_vm._v("\n UID: "),_c('span',{staticClass:"light"},[_vm._v(_vm._s(_vm.source.origin.uid))]),_c('br')]):_vm._e()])])])}
-var TransactionEntryvue_type_template_id_7fa3dcc2_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/TransactionEntry.vue?vue&type=template&id=7fa3dcc2&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/TransactionEntry.vue?vue&type=script&lang=js&
-function TransactionEntryvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = TransactionEntryvue_type_script_lang_js_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function TransactionEntryvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TransactionEntryvue_type_script_lang_js_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return TransactionEntryvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
-
-function TransactionEntryvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-/* harmony default export */ var TransactionEntryvue_type_script_lang_js_ = ({
- name: 'transaction-entry',
- props: {
- index: {
- type: Number
- },
- source: {
- type: Object,
- "default": function _default() {
- return {};
- }
- },
- onClick: {
- type: Function
- },
- selectedTransaction: {
- type: Object
- },
- transactionsTrace: {
- type: Object
- },
- prettifyTransactionId: {
- type: Function
- }
- },
- computed: {
- currentTimestamp: function currentTimestamp() {
- return this.$store.state.currentTimestamp;
- },
- isSelected: function isSelected() {
- return this.source === this.selectedTransaction;
- },
- hasOverrideChangeDueToMerge: function hasOverrideChangeDueToMerge() {
- var transaction = this.source;
-
- if (!transaction.identifier) {
- return;
- } // console.log('transaction', transaction.identifier);
- // const history = this.transactionsTrace.transactionHistory;
- // const allTransactionsMergedInto = history
- // .allTransactionsMergedInto(transaction.identifier);
- // console.log('All merges', allTransactionsMergedInto);
- // console.log('Direct merges',
- // history.allDirectMergesInto(transaction.identifier));
-
-
- return true;
- }
- },
- methods: {
- setTimelineTime: function setTimelineTime(e, timestamp) {
- e.preventDefault();
- e.stopPropagation();
- this.$store.dispatch('updateTimelineTime', timestamp);
- },
- transactionTypeOf: function transactionTypeOf(transaction) {
- if (transaction.type !== 'transaction') {
- return transaction.type;
- }
-
- if (transaction.transactions.length === 0) {
- return 'Empty Transaction';
- }
-
- var types = new Set();
- transaction.transactions.forEach(function (t) {
- return types.add(t.type);
- });
- return Array.from(types).join(', ');
- },
- sufacesAffectedBy: function sufacesAffectedBy(transaction) {
- if (transaction.type !== 'transaction') {
- // TODO (b/162402459): Shorten layer name
- return [{
- name: transaction.layerName,
- id: transaction.obj.id
- }];
- }
-
- var surfaceIds = new Set();
- var affectedSurfaces = [];
-
- var _iterator = TransactionEntryvue_type_script_lang_js_createForOfIteratorHelper(transaction.transactions),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var _transaction = _step.value;
- var id = _transaction.obj.id;
-
- if (!surfaceIds.has(id)) {
- surfaceIds.add(id);
- affectedSurfaces.push({
- name: _transaction.layerName,
- id: id
- });
- }
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
-
- return affectedSurfaces;
- }
- }
-});
-// CONCATENATED MODULE: ./src/TransactionEntry.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_TransactionEntryvue_type_script_lang_js_ = (TransactionEntryvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/TransactionEntry.vue?vue&type=style&index=0&id=7fa3dcc2&scoped=true&lang=css&
-var TransactionEntryvue_type_style_index_0_id_7fa3dcc2_scoped_true_lang_css_ = __webpack_require__("SdS0");
-
-// CONCATENATED MODULE: ./src/TransactionEntry.vue
-
-
-
-
-
-
-/* normalize component */
-
-var TransactionEntry_component = Object(componentNormalizer["a" /* default */])(
- src_TransactionEntryvue_type_script_lang_js_,
- TransactionEntryvue_type_template_id_7fa3dcc2_scoped_true_render,
- TransactionEntryvue_type_template_id_7fa3dcc2_scoped_true_staticRenderFns,
- false,
- null,
- "7fa3dcc2",
- null
-
-)
-
-/* harmony default export */ var TransactionEntry = (TransactionEntry_component.exports);
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/TransactionsView.vue?vue&type=script&lang=js&
-function TransactionsViewvue_type_script_lang_js_slicedToArray(arr, i) { return TransactionsViewvue_type_script_lang_js_arrayWithHoles(arr) || TransactionsViewvue_type_script_lang_js_iterableToArrayLimit(arr, i) || TransactionsViewvue_type_script_lang_js_unsupportedIterableToArray(arr, i) || TransactionsViewvue_type_script_lang_js_nonIterableRest(); }
-
-function TransactionsViewvue_type_script_lang_js_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function TransactionsViewvue_type_script_lang_js_iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
-
-function TransactionsViewvue_type_script_lang_js_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
-
-function TransactionsViewvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = TransactionsViewvue_type_script_lang_js_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function TransactionsViewvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TransactionsViewvue_type_script_lang_js_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return TransactionsViewvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
-
-function TransactionsViewvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-
-
-
-
-
-/* harmony default export */ var TransactionsViewvue_type_script_lang_js_ = ({
- name: 'transactionsview',
- props: ['trace'],
- data: function data() {
- var transactionTypes = new Set();
- var properties = new Set();
- var pids = new Set();
- var uids = new Set();
- var transactionsTrace = this.trace;
-
- var _iterator = TransactionsViewvue_type_script_lang_js_createForOfIteratorHelper(transactionsTrace.data),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var entry = _step.value;
-
- if (entry.type == 'transaction') {
- var _iterator2 = TransactionsViewvue_type_script_lang_js_createForOfIteratorHelper(entry.transactions),
- _step2;
-
- try {
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
- var transaction = _step2.value;
- transactionTypes.add(transaction.type);
- Object.keys(transaction.obj).forEach(function (item) {
- return properties.add(item);
- });
- }
- } catch (err) {
- _iterator2.e(err);
- } finally {
- _iterator2.f();
- }
- } else {
- transactionTypes.add(entry.type);
- Object.keys(entry.obj).forEach(function (item) {
- return properties.add(item);
- });
- }
-
- if (entry.origin) {
- pids.add(entry.origin.pid);
- uids.add(entry.origin.uid);
- }
- } // Remove vsync from being transaction types that can be filtered
- // We want to always show vsyncs
-
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
-
- transactionTypes["delete"]('vsyncEvent');
- return {
- transactionTypes: Array.from(transactionTypes),
- properties: Array.from(properties),
- pids: Array.from(pids),
- uids: Array.from(uids),
- selectedTransactionTypes: [],
- selectedPids: [],
- selectedUids: [],
- searchInput: '',
- selectedTree: null,
- filters: [],
- selectedProperty: null,
- selectedTransaction: null,
- transactionEntryComponent: TransactionEntry,
- transactionsTrace: transactionsTrace,
- expandTransactionId: expandTransactionId
- };
- },
- computed: {
- data: function data() {
- return this.transactionsTrace.data;
- },
- filteredData: function filteredData() {
- var _this = this;
-
- var filteredData = this.data;
-
- if (this.selectedTransactionTypes.length > 0) {
- filteredData = filteredData.filter(this.filterTransactions(function (transaction) {
- return transaction.type === 'vsyncEvent' || _this.selectedTransactionTypes.includes(transaction.type);
- }));
- }
-
- if (this.selectedPids.length > 0) {
- filteredData = filteredData.filter(function (entry) {
- var _entry$origin;
-
- return _this.selectedPids.includes((_entry$origin = entry.origin) === null || _entry$origin === void 0 ? void 0 : _entry$origin.pid);
- });
- }
-
- if (this.selectedUids.length > 0) {
- filteredData = filteredData.filter(function (entry) {
- var _entry$origin2;
-
- return _this.selectedUids.includes((_entry$origin2 = entry.origin) === null || _entry$origin2 === void 0 ? void 0 : _entry$origin2.uid);
- });
- }
-
- if (this.filters.length > 0) {
- filteredData = filteredData.filter(this.filterTransactions(function (transaction) {
- var _iterator3 = TransactionsViewvue_type_script_lang_js_createForOfIteratorHelper(_this.filters),
- _step3;
-
- try {
- for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
- var _transaction$layerNam;
-
- var filter = _step3.value;
-
- if (isNaN(filter) && (_transaction$layerNam = transaction.layerName) !== null && _transaction$layerNam !== void 0 && _transaction$layerNam.includes(filter)) {
- // If filter isn't a number then check if the transaction's
- // target surface's name matches the filter — if so keep it.
- return true;
- }
-
- if (filter == transaction.obj.id) {
- // If filteter is a number then check if the filter matches
- // the transaction's target surface id — if so keep it.
- return true;
- }
- } // Exclude transaction if it fails to match filter.
-
- } catch (err) {
- _iterator3.e(err);
- } finally {
- _iterator3.f();
- }
-
- return false;
- }));
- }
-
- if (this.selectedProperty) {
- filteredData = filteredData.filter(this.filterTransactions(function (transaction) {
- for (var key in transaction.obj) {
- if (_this.isMeaningfulChange(transaction.obj, key) && key === _this.selectedProperty) {
- return true;
- }
- }
-
- return false;
- }));
- } // We quish vsyncs because otherwise the lazy list will not load enough
- // elements if there are many vsyncs in a row since vsyncs take up no
- // space.
-
-
- return this.squishVSyncs(filteredData);
- }
- },
- methods: {
- removeNullFields: function removeNullFields(changeObject) {
- for (var key in changeObject) {
- if (changeObject[key] === null) {
- delete changeObject[key];
- }
- }
-
- return changeObject;
- },
- transactionSelected: function transactionSelected(transaction) {
- var _this2 = this;
-
- this.selectedTransaction = transaction;
- var META_DATA_KEY = 'metadata';
- var obj;
- var name;
-
- if (transaction.type == 'transaction') {
- name = 'changes';
- obj = {};
-
- var _this$aggregateTransa = this.aggregateTransactions(transaction.transactions),
- _this$aggregateTransa2 = TransactionsViewvue_type_script_lang_js_slicedToArray(_this$aggregateTransa, 2),
- surfaceChanges = _this$aggregateTransa2[0],
- displayChanges = _this$aggregateTransa2[1]; // Prepare the surface and display changes to be passed through
- // the ObjectTransformer — in particular, remove redundant properties
- // and add metadata that can be accessed post transformation
-
-
- var perpareForTreeViewTransform = function perpareForTreeViewTransform(change) {
- _this2.removeNullFields(change);
-
- change[META_DATA_KEY] = {
- // TODO (b/162402459): Shorten layer name
- layerName: change.layerName
- }; // remove redundant properties
-
- delete change.layerName;
- delete change.id;
- };
-
- for (var changeId in surfaceChanges) {
- if (surfaceChanges.hasOwnProperty(changeId)) {
- perpareForTreeViewTransform(surfaceChanges[changeId]);
- }
- }
-
- for (var _changeId in displayChanges) {
- if (displayChanges.hasOwnProperty(_changeId)) {
- perpareForTreeViewTransform(displayChanges[_changeId]);
- }
- }
-
- if (Object.keys(surfaceChanges).length > 0) {
- obj.surfaceChanges = surfaceChanges;
- }
-
- if (Object.keys(displayChanges).length > 0) {
- obj.displayChanges = displayChanges;
- }
- } else {
- obj = this.removeNullFields(transaction.obj);
- name = transaction.type;
- } // Transform the raw JS object to be TreeView compatible
-
-
- var transactionUniqueId = transaction.timestamp;
- var tree = new transform_ObjectTransformer(obj, name, transactionUniqueId).setOptions({
- formatter: function formatter() {}
- }).transform({
- keepOriginal: true,
- metadataKey: META_DATA_KEY,
- freeze: false
- }); // Add the layer name as the kind of the object to be shown in the
- // TreeView
-
- var addLayerNameAsKind = function addLayerNameAsKind(tree) {
- var _iterator4 = TransactionsViewvue_type_script_lang_js_createForOfIteratorHelper(tree.children),
- _step4;
-
- try {
- for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {
- var layerChanges = _step4.value;
- layerChanges.kind = layerChanges.metadata.layerName;
- }
- } catch (err) {
- _iterator4.e(err);
- } finally {
- _iterator4.f();
- }
- };
-
- if (transaction.type == 'transaction') {
- var _iterator5 = TransactionsViewvue_type_script_lang_js_createForOfIteratorHelper(tree.children),
- _step5;
-
- try {
- for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) {
- var child = _step5.value;
- // child = surfaceChanges or displayChanges tree node
- addLayerNameAsKind(child);
- }
- } catch (err) {
- _iterator5.e(err);
- } finally {
- _iterator5.f();
- }
- } // If there are only surfaceChanges or only displayChanges and not both
- // remove the extra top layer node which is meant to hold both types of
- // changes when both are present
-
-
- if (tree.name == 'changes' && tree.children.length === 1) {
- tree = tree.children[0];
- }
-
- this.selectedTree = tree;
- },
- filterTransactions: function filterTransactions(condition) {
- return function (entry) {
- if (entry.type == 'transaction') {
- var _iterator6 = TransactionsViewvue_type_script_lang_js_createForOfIteratorHelper(entry.transactions),
- _step6;
-
- try {
- for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) {
- var transaction = _step6.value;
-
- if (condition(transaction)) {
- return true;
- }
- }
- } catch (err) {
- _iterator6.e(err);
- } finally {
- _iterator6.f();
- }
-
- return false;
- } else {
- return condition(entry);
- }
- };
- },
- isMeaningfulChange: function isMeaningfulChange(object, key) {
- // TODO (b/159799733): Handle cases of non null objects but meaningless
- // change
- return object[key] !== null && object.hasOwnProperty(key);
- },
- mergeChanges: function mergeChanges(a, b) {
- var res = {};
-
- for (var key in a) {
- if (this.isMeaningfulChange(a, key)) {
- res[key] = a[key];
- }
- }
-
- for (var _key in b) {
- if (this.isMeaningfulChange(b, _key)) {
- if (res.hasOwnProperty(_key) && _key != 'id') {
- throw new Error("Merge failed \u2013 key '".concat(_key, "' already present"));
- }
-
- res[_key] = b[_key];
- }
- }
-
- return res;
- },
- aggregateTransactions: function aggregateTransactions(transactions) {
- var _this3 = this;
-
- var surfaceChanges = {};
- var displayChanges = {};
-
- var _iterator7 = TransactionsViewvue_type_script_lang_js_createForOfIteratorHelper(transactions),
- _step7;
-
- try {
- var _loop = function _loop() {
- var _surfaceChanges$obj$i, _displayChanges$obj$i;
-
- var transaction = _step7.value;
- var obj = transaction.obj; // Create a new base object to merge all changes into
-
- var newBaseObj = function newBaseObj() {
- return {
- layerName: transaction.layerName
- };
- };
-
- switch (transaction.type) {
- case 'surfaceChange':
- surfaceChanges[obj.id] = _this3.mergeChanges((_surfaceChanges$obj$i = surfaceChanges[obj.id]) !== null && _surfaceChanges$obj$i !== void 0 ? _surfaceChanges$obj$i : newBaseObj(), obj);
- break;
-
- case 'displayChange':
- displayChanges[obj.id] = _this3.mergeChanges((_displayChanges$obj$i = displayChanges[obj.id]) !== null && _displayChanges$obj$i !== void 0 ? _displayChanges$obj$i : newBaseObj(), obj);
- break;
-
- default:
- throw new Error("Unhandled transaction type ".concat(transaction.type));
- }
- };
-
- for (_iterator7.s(); !(_step7 = _iterator7.n()).done;) {
- _loop();
- }
- } catch (err) {
- _iterator7.e(err);
- } finally {
- _iterator7.f();
- }
-
- return [surfaceChanges, displayChanges];
- },
- transactionHistory: function transactionHistory(selectedTransaction) {
- var transactionId = selectedTransaction.identifier;
- var history = this.transactionsTrace.transactionHistory.generateHistoryTreesOf(transactionId);
- return history;
- },
- prettifyTransactionId: function prettifyTransactionId(transactionId) {
- var expandedId = expandTransactionId(transactionId);
- return "".concat(expandedId.pid, ".").concat(expandedId.id);
- },
- squishVSyncs: function squishVSyncs(data) {
- return data.filter(function (event, i) {
- var _data;
-
- return !(event.type === 'vsyncEvent' && ((_data = data[i + 1]) === null || _data === void 0 ? void 0 : _data.type) === 'vsyncEvent');
- });
- }
- },
- components: {
- 'virtual-list': virtualList_VirtualList,
- 'tree-view': TreeView,
- 'flat-card': FlatCard
- }
-});
-// CONCATENATED MODULE: ./src/TransactionsView.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_TransactionsViewvue_type_script_lang_js_ = (TransactionsViewvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/TransactionsView.vue?vue&type=style&index=0&id=4c213712&scoped=true&lang=css&
-var TransactionsViewvue_type_style_index_0_id_4c213712_scoped_true_lang_css_ = __webpack_require__("42B2");
-
-// CONCATENATED MODULE: ./src/TransactionsView.vue
-
-
-
-
-
-
-/* normalize component */
-
-var TransactionsView_component = Object(componentNormalizer["a" /* default */])(
- src_TransactionsViewvue_type_script_lang_js_,
- TransactionsViewvue_type_template_id_4c213712_scoped_true_render,
- TransactionsViewvue_type_template_id_4c213712_scoped_true_staticRenderFns,
- false,
- null,
- "4c213712",
- null
-
-)
-
-/* harmony default export */ var TransactionsView = (TransactionsView_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/LogView.vue?vue&type=template&id=2e382798&
-var LogViewvue_type_template_id_2e382798_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('md-card-content',{staticClass:"container"},[_c('div',{staticClass:"navigation"},[_c('md-button',{staticClass:"md-dense md-primary",nativeOn:{"click":function($event){return _vm.scrollToRow(_vm.lastOccuredVisibleIndex)}}},[_vm._v("\n Jump to latest entry\n ")]),_vm._v(" "),_c('md-button',{staticClass:"md-icon-button",class:{'md-primary': _vm.pinnedToLatest},nativeOn:{"click":function($event){return _vm.togglePin($event)}}},[_c('md-icon',[_vm._v("push_pin")]),_vm._v(" "),(_vm.pinnedToLatest)?_c('md-tooltip',{attrs:{"md-direction":"top"}},[_vm._v("\n Unpin to latest message\n ")]):_c('md-tooltip',{attrs:{"md-direction":"top"}},[_vm._v("\n Pin to latest message\n ")])],1)],1),_vm._v(" "),_c('div',{staticClass:"filters"},[_c('md-field',[_c('label',[_vm._v("Log Levels")]),_vm._v(" "),_c('md-select',{attrs:{"multiple":""},model:{value:(_vm.selectedLogLevels),callback:function ($$v) {_vm.selectedLogLevels=$$v},expression:"selectedLogLevels"}},_vm._l((_vm.logLevels),function(level){return _c('md-option',{attrs:{"value":level}},[_vm._v(_vm._s(level))])}),1)],1),_vm._v(" "),_c('md-field',[_c('label',[_vm._v("Tags")]),_vm._v(" "),_c('md-select',{attrs:{"multiple":""},model:{value:(_vm.selectedTags),callback:function ($$v) {_vm.selectedTags=$$v},expression:"selectedTags"}},_vm._l((_vm.tags),function(tag){return _c('md-option',{attrs:{"value":tag}},[_vm._v(_vm._s(tag))])}),1)],1),_vm._v(" "),_c('md-autocomplete',{attrs:{"md-options":_vm.sourceFiles},scopedSlots:_vm._u([{key:"md-autocomplete-item",fn:function(ref){
-var item = ref.item;
-var term = ref.term;
-return [_c('md-highlight-text',{attrs:{"md-term":term}},[_vm._v(_vm._s(item))])]}},{key:"md-autocomplete-empty",fn:function(ref){
-var term = ref.term;
-return [_vm._v("\n No source file matching \""+_vm._s(term)+"\" was found.\n ")]}}]),model:{value:(_vm.selectedSourceFile),callback:function ($$v) {_vm.selectedSourceFile=$$v},expression:"selectedSourceFile"}},[_c('label',[_vm._v("Source file")])]),_vm._v(" "),_c('md-field',{staticClass:"search-message-field",attrs:{"md-clearable":""}},[_c('md-input',{attrs:{"placeholder":"Search messages..."},model:{value:(_vm.searchInput),callback:function ($$v) {_vm.searchInput=$$v},expression:"searchInput"}})],1)],1),_vm._v(" "),(_vm.processedData.length > 0)?_c('div',{staticStyle:{"overflow-y":"auto"}},[_c('virtual-list',{ref:"loglist",staticStyle:{"height":"600px","overflow-y":"auto"},attrs:{"data-key":'uid',"data-sources":_vm.processedData,"data-component":_vm.logEntryComponent}})],1):_c('div',{staticClass:"no-logs-message"},[_c('md-icon',[_vm._v("error_outline")]),_vm._v(" "),_c('span',{staticClass:"message"},[_vm._v("No logs founds...")])],1)])}
-var LogViewvue_type_template_id_2e382798_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/LogView.vue?vue&type=template&id=2e382798&
-
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/LogEntry.vue?vue&type=template&id=1fbc7f9b&scoped=true&
-var LogEntryvue_type_template_id_1fbc7f9b_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"entry",class:[
- {
- 'inactive': !_vm.source.occured,
- 'just-inactivated': _vm.source.justInactivated,
- },
- _vm.source.level.toLowerCase()
- ]},[_c('div',{staticClass:"level-column"},[_c('div',[(_vm.source.level.toLowerCase() === 'verbose')?_c('div',{staticClass:"icon"},[_vm._v("\n v\n ")]):_c('i',{staticClass:"material-icons icon"},[_vm._v("\n "+_vm._s(_vm.levelIcons[_vm.source.level.toLowerCase()])+"\n ")]),_vm._v(" "),_c('md-tooltip',{staticStyle:{"margin-left":"-15px"},attrs:{"md-direction":"right"}},[_vm._v("\n "+_vm._s(_vm.source.level.toLowerCase())+"\n ")])],1)]),_vm._v(" "),_c('div',{staticClass:"time-column"},[_c('a',{staticClass:"time-link",on:{"click":function($event){return _vm.setTimelineTime(_vm.source.timestamp)}}},[_vm._v("\n "+_vm._s(_vm.source.time)+"\n ")]),_vm._v(" "),_c('div',{staticClass:"new-badge",style:({visibility: _vm.source.new ? 'visible' : 'hidden'})},[_vm._v("\n New\n ")])]),_vm._v(" "),_c('div',{staticClass:"tag-column"},[_vm._v(_vm._s(_vm.source.tag))]),_vm._v(" "),_c('div',{staticClass:"at-column"},[_vm._v(_vm._s(_vm.source.at))]),_vm._v(" "),_c('div',{staticClass:"message-column"},[_vm._v(_vm._s(_vm.source.text))])])}
-var LogEntryvue_type_template_id_1fbc7f9b_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/LogEntry.vue?vue&type=template&id=1fbc7f9b&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/LogEntry.vue?vue&type=script&lang=js&
-function LogEntryvue_type_script_lang_js_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-/* harmony default export */ var LogEntryvue_type_script_lang_js_ = ({
- name: 'logentry',
- props: {
- index: {
- type: Number
- },
- source: {
- type: Object,
- "default": function _default() {
- return {};
- }
- }
- },
- data: function data() {
- var _levelIcons;
-
- return {
- levelIcons: (_levelIcons = {}, LogEntryvue_type_script_lang_js_defineProperty(_levelIcons, logLevel.INFO, 'info_outline'), LogEntryvue_type_script_lang_js_defineProperty(_levelIcons, logLevel.DEBUG, 'help_outline'), LogEntryvue_type_script_lang_js_defineProperty(_levelIcons, logLevel.VERBOSE, 'assignment'), LogEntryvue_type_script_lang_js_defineProperty(_levelIcons, logLevel.WARN, 'warning'), LogEntryvue_type_script_lang_js_defineProperty(_levelIcons, logLevel.ERROR, 'error'), LogEntryvue_type_script_lang_js_defineProperty(_levelIcons, logLevel.WTF, 'bolt'), _levelIcons)
- };
- },
- methods: {
- setTimelineTime: function setTimelineTime(timestamp) {
- this.$store.dispatch('updateTimelineTime', timestamp);
- }
- }
-});
-// CONCATENATED MODULE: ./src/LogEntry.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_LogEntryvue_type_script_lang_js_ = (LogEntryvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/LogEntry.vue?vue&type=style&index=0&id=1fbc7f9b&scoped=true&lang=css&
-var LogEntryvue_type_style_index_0_id_1fbc7f9b_scoped_true_lang_css_ = __webpack_require__("PD+s");
-
-// CONCATENATED MODULE: ./src/LogEntry.vue
-
-
-
-
-
-
-/* normalize component */
-
-var LogEntry_component = Object(componentNormalizer["a" /* default */])(
- src_LogEntryvue_type_script_lang_js_,
- LogEntryvue_type_template_id_1fbc7f9b_scoped_true_render,
- LogEntryvue_type_template_id_1fbc7f9b_scoped_true_staticRenderFns,
- false,
- null,
- "1fbc7f9b",
- null
-
-)
-
-/* harmony default export */ var LogEntry = (LogEntry_component.exports);
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/LogView.vue?vue&type=script&lang=js&
-function LogViewvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = LogViewvue_type_script_lang_js_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function LogViewvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return LogViewvue_type_script_lang_js_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return LogViewvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
-
-function LogViewvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-
-
-
-/* harmony default export */ var LogViewvue_type_script_lang_js_ = ({
- name: 'logview',
- data: function data() {
- var data = this.file.data;
- var tags = new Set();
- var sourceFiles = new Set();
-
- var _iterator = LogViewvue_type_script_lang_js_createForOfIteratorHelper(data),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var line = _step.value;
- tags.add(line.tag);
- sourceFiles.add(line.at);
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
-
- data.forEach(function (entry, index) {
- return entry.index = index;
- });
- var logLevels = Object.values(logLevel);
- return {
- data: data,
- isSelected: false,
- prevLastOccuredIndex: -1,
- lastOccuredIndex: 0,
- selectedTags: [],
- selectedSourceFile: null,
- searchInput: null,
- sourceFiles: Object.freeze(Array.from(sourceFiles)),
- tags: Object.freeze(Array.from(tags)),
- pinnedToLatest: true,
- logEntryComponent: LogEntry,
- logLevels: logLevels,
- selectedLogLevels: []
- };
- },
- methods: {
- arrowUp: function arrowUp() {
- this.isSelected = !this.isSelected;
- return !this.isSelected;
- },
- arrowDown: function arrowDown() {
- this.isSelected = !this.isSelected;
- return !this.isSelected;
- },
- getRowEl: function getRowEl(idx) {
- return this.$refs.tableBody.querySelectorAll('tr')[idx];
- },
- togglePin: function togglePin() {
- this.pinnedToLatest = !this.pinnedToLatest;
- },
- scrollToRow: function scrollToRow(index) {
- if (!this.$refs.loglist) {
- return;
- }
-
- var itemOffset = this.$refs.loglist.virtual.getOffset(index);
- var itemSize = 35;
- var loglistSize = this.$refs.loglist.getClientSize();
- this.$refs.loglist.scrollToOffset(itemOffset - loglistSize + itemSize);
- },
- getLastOccuredIndex: function getLastOccuredIndex(data, timestamp) {
- if (this.data.length === 0) {
- return 0;
- }
-
- return findLastMatchingSorted(data, function (array, idx) {
- return array[idx].timestamp <= timestamp;
- });
- }
- },
- watch: {
- pinnedToLatest: function pinnedToLatest(isPinned) {
- if (isPinned) {
- this.scrollToRow(this.lastOccuredVisibleIndex);
- }
- },
- currentTimestamp: {
- immediate: true,
- handler: function handler(newTimestamp) {
- this.prevLastOccuredIndex = this.lastOccuredIndex;
- this.lastOccuredIndex = this.getLastOccuredIndex(this.data, newTimestamp);
-
- if (this.pinnedToLatest) {
- this.scrollToRow(this.lastOccuredVisibleIndex);
- }
- }
- }
- },
- props: ['file'],
- computed: {
- lastOccuredVisibleIndex: function lastOccuredVisibleIndex() {
- return this.getLastOccuredIndex(this.processedData, this.currentTimestamp);
- },
- currentTimestamp: function currentTimestamp() {
- return this.$store.state.currentTimestamp;
- },
- processedData: function processedData() {
- var _this = this;
-
- var filteredData = this.data.filter(function (line) {
- if (_this.selectedLogLevels.length > 0 && !_this.selectedLogLevels.includes(line.level.toLowerCase())) {
- return false;
- }
-
- if (_this.sourceFiles.includes(_this.selectedSourceFile)) {
- // Only filter once source file is fully inputed
- if (line.at != _this.selectedSourceFile) {
- return false;
- }
- }
-
- if (_this.selectedTags.length > 0 && !_this.selectedTags.includes(line.tag)) {
- return false;
- }
-
- if (_this.searchInput && !line.text.includes(_this.searchInput)) {
- return false;
- }
-
- return true;
- });
-
- var _iterator2 = LogViewvue_type_script_lang_js_createForOfIteratorHelper(filteredData),
- _step2;
-
- try {
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
- var entry = _step2.value;
- entry["new"] = this.prevLastOccuredIndex < entry.index && entry.index <= this.lastOccuredIndex;
- entry.occured = entry.index <= this.lastOccuredIndex;
- entry.justInactivated = this.lastOccuredIndex < entry.index && entry.index <= this.prevLastOccuredIndex; // Force refresh if any of these changes
-
- entry.uid = "".concat(entry.index).concat(entry["new"] ? '-new' : '').concat(entry.index).concat(entry.justInactivated ? '-just-inactivated' : '').concat(entry.occured ? '-occured' : '');
- }
- } catch (err) {
- _iterator2.e(err);
- } finally {
- _iterator2.f();
- }
-
- return filteredData;
- }
- },
- components: {
- 'virtual-list': virtualList_VirtualList,
- 'logentry': LogEntry
- }
-});
-// CONCATENATED MODULE: ./src/LogView.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_LogViewvue_type_script_lang_js_ = (LogViewvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/LogView.vue?vue&type=style&index=0&lang=css&
-var LogViewvue_type_style_index_0_lang_css_ = __webpack_require__("MlQ0");
-
-// CONCATENATED MODULE: ./src/LogView.vue
-
-
-
-
-
-
-/* normalize component */
-
-var LogView_component = Object(componentNormalizer["a" /* default */])(
- src_LogViewvue_type_script_lang_js_,
- LogViewvue_type_template_id_2e382798_render,
- LogViewvue_type_template_id_2e382798_staticRenderFns,
- false,
- null,
- null,
- null
-
-)
-
-/* harmony default export */ var LogView = (LogView_component.exports);
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/DataView.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-
-
-
-
-
-
-
-/* harmony default export */ var DataViewvue_type_script_lang_js_ = ({
- name: 'dataview',
- data: function data() {
- return {
- TRACE_ICONS: TRACE_ICONS
- };
- },
- methods: {
- // Recursively search for an arrowUp method in the children
- // This is necessary because the VueComponent hierarchy has
- // different depths depending on the source
- depthFirstSearchArrowUp: function depthFirstSearchArrowUp(component) {
- if (component.arrowUp) {
- component.arrowUp();
- return true;
- } else {
- for (var i = 0; i < component.$children.length; i++) {
- var child = component.$children[i];
-
- if (this.depthFirstSearchArrowUp(child)) {
- return true;
- }
- }
-
- return false;
- }
- },
- // Recursively search for an arrowUp method in the children
- // This is necessary because the VueComponent hierarchy has
- // different depths depending on the source
- depthFirstSearchArrowDown: function depthFirstSearchArrowDown(component) {
- if (component.arrowDown) {
- component.arrowDown();
- return true;
- } else {
- for (var i = 0; i < component.$children.length; i++) {
- var child = component.$children[i];
-
- if (this.depthFirstSearchArrowDown(child)) {
- return true;
- }
- }
-
- return false;
- }
- },
- arrowUp: function arrowUp() {
- for (var i = 0; i < this.$children.length; i++) {
- var child = this.$children[i];
- var done = this.depthFirstSearchArrowUp(child);
-
- if (done) {
- return true;
- }
- }
-
- return false;
- },
- arrowDown: function arrowDown() {
- for (var i = 0; i < this.$children.length; i++) {
- var child = this.$children[i];
- var done = this.depthFirstSearchArrowDown(child);
-
- if (done) {
- return true;
- }
- }
-
- return false;
- },
- onClick: function onClick(e) {
- // Pass click event to parent, so that click event handler can be attached
- // to component.
- this.$emit('click', e);
- }
- },
- props: ['store', 'file'],
- mixins: [FileType],
- components: {
- 'traceview': TraceView,
- 'transactionsview': TransactionsView,
- 'logview': LogView,
- 'flat-card': FlatCard,
- WindowManagerTraceView: WindowManagerTraceView,
- SurfaceFlingerTraceView: SurfaceFlingerTraceView
- }
-});
-// CONCATENATED MODULE: ./src/DataView.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_DataViewvue_type_script_lang_js_ = (DataViewvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/DataView.vue?vue&type=style&index=0&lang=css&
-var DataViewvue_type_style_index_0_lang_css_ = __webpack_require__("IZHO");
-
-// CONCATENATED MODULE: ./src/DataView.vue
-
-
-
-
-
-
-/* normalize component */
-
-var DataView_component = Object(componentNormalizer["a" /* default */])(
- src_DataViewvue_type_script_lang_js_,
- DataViewvue_type_template_id_1e9a3b22_render,
- DataViewvue_type_template_id_1e9a3b22_staticRenderFns,
- false,
- null,
- null,
- null
-
-)
-
-/* harmony default export */ var DataView = (DataView_component.exports);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/DataInput.vue?vue&type=template&id=f9125812&
-var DataInputvue_type_template_id_f9125812_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('flat-card',{staticStyle:{"min-width":"50em"}},[_c('md-card-header',[_c('div',{staticClass:"md-title"},[_vm._v("Open files")])]),_vm._v(" "),_c('md-card-content',[_c('md-list',_vm._l((_vm.dataFiles),function(file){return _c('md-list-item',{key:file.filename},[_c('md-icon',[_vm._v(_vm._s(_vm.FILE_ICONS[file.type]))]),_vm._v(" "),_c('span',{staticClass:"md-list-item-text"},[_vm._v(_vm._s(file.filename)+" ("+_vm._s(file.type)+")\n ")]),_vm._v(" "),_c('md-button',{staticClass:"md-icon-button md-accent",on:{"click":function($event){return _vm.onRemoveFile(file.type)}}},[_c('md-icon',[_vm._v("close")])],1)],1)}),1),_vm._v(" "),_c('md-progress-spinner',{directives:[{name:"show",rawName:"v-show",value:(_vm.loadingFiles),expression:"loadingFiles"}],attrs:{"md-diameter":30,"md-stroke":3,"md-mode":"indeterminate"}}),_vm._v(" "),_c('div',[_c('md-checkbox',{staticClass:"md-primary",model:{value:(_vm.store.displayDefaults),callback:function ($$v) {_vm.$set(_vm.store, "displayDefaults", $$v)},expression:"store.displayDefaults"}},[_vm._v("\n Show default properties\n "),_c('md-tooltip',{attrs:{"md-direction":"bottom"}},[_vm._v("\n If checked, shows the value of all properties.\n Otherwise, hides all properties whose value is the default for its\n data type.\n ")])],1)],1),_vm._v(" "),_c('div',{staticClass:"md-layout"},[_c('div',{staticClass:"md-layout-item md-small-size-100"},[_c('md-field',[_c('md-select',{attrs:{"id":"file-type","placeholder":"File type"},model:{value:(_vm.fileType),callback:function ($$v) {_vm.fileType=$$v},expression:"fileType"}},[_c('md-option',{attrs:{"value":"auto"}},[_vm._v("Detect type")]),_vm._v(" "),_c('md-option',{attrs:{"value":"bugreport"}},[_vm._v("Bug Report (.zip)")]),_vm._v(" "),_vm._l((_vm.FILE_DECODERS),function(v,k){return _c('md-option',{key:v.name,attrs:{"value":k}},[_vm._v(_vm._s(v.name)+"\n >")])})],2)],1)],1)]),_vm._v(" "),_c('div',{staticClass:"md-layout"},[_c('input',{directives:[{name:"show",rawName:"v-show",value:(false),expression:"false"}],ref:"fileUpload",attrs:{"type":"file","multiple":_vm.fileType === 'auto'},on:{"change":_vm.onLoadFile}}),_vm._v(" "),_c('md-button',{staticClass:"md-primary md-theme-default",on:{"click":function($event){return _vm.$refs.fileUpload.click()}}},[_vm._v("\n Add File\n ")]),_vm._v(" "),(_vm.dataReady)?_c('md-button',{staticClass:"md-button md-primary md-raised md-theme-default",on:{"click":_vm.onSubmit}},[_vm._v("\n Submit\n ")]):_vm._e()],1)],1),_vm._v(" "),_c('md-snackbar',{attrs:{"md-position":"center","md-duration":Infinity,"md-active":_vm.showFetchingSnackbar,"md-persistent":""},on:{"update:mdActive":function($event){_vm.showFetchingSnackbar=$event},"update:md-active":function($event){_vm.showFetchingSnackbar=$event}}},[_c('span',[_vm._v(_vm._s(_vm.fetchingSnackbarText))])]),_vm._v(" "),_c('md-snackbar',{attrs:{"md-position":"center","md-duration":_vm.snackbarDuration,"md-active":_vm.showSnackbar,"md-persistent":""},on:{"update:mdActive":function($event){_vm.showSnackbar=$event},"update:md-active":function($event){_vm.showSnackbar=$event}}},[_c('span',{staticStyle:{"white-space":"pre-line"}},[_vm._v(_vm._s(_vm.snackbarText))]),_vm._v(" "),_c('div',{on:{"click":function($event){return _vm.hideSnackbarMessage()}}},[_c('md-button',{staticClass:"md-icon-button"},[_c('md-icon',{staticStyle:{"color":"white"}},[_vm._v("close")])],1)],1)])],1)}
-var DataInputvue_type_template_id_f9125812_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/DataInput.vue?vue&type=template&id=f9125812&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/DataInput.vue?vue&type=script&lang=js&
-function DataInputvue_type_script_lang_js_slicedToArray(arr, i) { return DataInputvue_type_script_lang_js_arrayWithHoles(arr) || DataInputvue_type_script_lang_js_iterableToArrayLimit(arr, i) || DataInputvue_type_script_lang_js_unsupportedIterableToArray(arr, i) || DataInputvue_type_script_lang_js_nonIterableRest(); }
-
-function DataInputvue_type_script_lang_js_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function DataInputvue_type_script_lang_js_iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
-
-function DataInputvue_type_script_lang_js_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
-
-function DataInputvue_type_script_lang_js_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-function DataInputvue_type_script_lang_js_toConsumableArray(arr) { return DataInputvue_type_script_lang_js_arrayWithoutHoles(arr) || DataInputvue_type_script_lang_js_iterableToArray(arr) || DataInputvue_type_script_lang_js_unsupportedIterableToArray(arr) || DataInputvue_type_script_lang_js_nonIterableSpread(); }
-
-function DataInputvue_type_script_lang_js_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
-
-function DataInputvue_type_script_lang_js_iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
-
-function DataInputvue_type_script_lang_js_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return DataInputvue_type_script_lang_js_arrayLikeToArray(arr); }
-
-function DataInputvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = DataInputvue_type_script_lang_js_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function DataInputvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return DataInputvue_type_script_lang_js_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return DataInputvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
-
-function DataInputvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
-
-function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-
-
-
-/* harmony default export */ var DataInputvue_type_script_lang_js_ = ({
- name: 'datainput',
- data: function data() {
- return {
- FILE_TYPES: FILE_TYPES,
- FILE_DECODERS: FILE_DECODERS,
- FILE_ICONS: FILE_ICONS,
- fileType: 'auto',
- dataFiles: {},
- loadingFiles: false,
- showFetchingSnackbar: false,
- showSnackbar: false,
- snackbarDuration: 3500,
- snackbarText: '',
- fetchingSnackbarText: 'Fetching files...'
- };
- },
- props: ['store'],
- created: function created() {
- // Attempt to load files from extension if present
- this.loadFilesFromExtension();
- },
- methods: {
- showSnackbarMessage: function showSnackbarMessage(message, duration) {
- this.snackbarText = message;
- this.snackbarDuration = duration;
- this.showSnackbar = true;
- },
- hideSnackbarMessage: function hideSnackbarMessage() {
- this.showSnackbar = false;
- },
- getFetchFilesLoadingAnimation: function getFetchFilesLoadingAnimation() {
- var _this = this;
-
- var frame = 0;
-
- var fetchingStatusAnimation = function fetchingStatusAnimation() {
- frame++;
- _this.fetchingSnackbarText = "Fetching files".concat('.'.repeat(frame % 4));
- };
-
- var interval = undefined;
- return Object.freeze({
- start: function start() {
- _this.showFetchingSnackbar = true;
- interval = setInterval(fetchingStatusAnimation, 500);
- },
- stop: function stop() {
- _this.showFetchingSnackbar = false;
- clearInterval(interval);
- }
- });
- },
-
- /**
- * Attempt to load files from the extension if present.
- *
- * If the source URL parameter is set to the extension it make a request
- * to the extension to fetch the files from the extension.
- */
- loadFilesFromExtension: function loadFilesFromExtension() {
- var _this2 = this;
-
- var urlParams = new URLSearchParams(window.location.search);
-
- if (urlParams.get('source') === 'openFromExtension' && chrome) {
- // Fetch files from extension
- var androidBugToolExtensionId = 'mbbaofdfoekifkfpgehgffcpagbbjkmj';
- var loading = this.getFetchFilesLoadingAnimation();
- loading.start(); // Request to convert the blob object url "blob:chrome-extension://xxx"
- // the chrome extension has to a web downloadable url "blob:http://xxx".
-
- chrome.runtime.sendMessage(androidBugToolExtensionId, {
- action: WebContentScriptMessageType.CONVERT_OBJECT_URL
- }, /*#__PURE__*/function () {
- var _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2(response) {
- var _response$attachments;
-
- var filesBlobPromises, files, _failureMessages, failureMessages;
-
- return regeneratorRuntime.wrap(function _callee2$(_context2) {
- while (1) {
- switch (_context2.prev = _context2.next) {
- case 0:
- _context2.t0 = response.action;
- _context2.next = _context2.t0 === WebContentScriptMessageType.CONVERT_OBJECT_URL_RESPONSE ? 3 : 16;
- break;
-
- case 3:
- if (!(((_response$attachments = response.attachments) === null || _response$attachments === void 0 ? void 0 : _response$attachments.length) > 0)) {
- _context2.next = 12;
- break;
- }
-
- filesBlobPromises = response.attachments.map( /*#__PURE__*/function () {
- var _ref2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(attachment) {
- var fileQueryResponse, blob, file;
- return regeneratorRuntime.wrap(function _callee$(_context) {
- while (1) {
- switch (_context.prev = _context.next) {
- case 0:
- _context.next = 2;
- return fetch(attachment.objectUrl);
-
- case 2:
- fileQueryResponse = _context.sent;
- _context.next = 5;
- return fileQueryResponse.blob();
-
- case 5:
- blob = _context.sent;
-
- /**
- * Note: The blob's media type is not correct.
- * It is always set to "image/png".
- * Context: http://google3/javascript/closure/html/safeurl.js?g=0&l=256&rcl=273756987
- */
- // Clone blob to clear media type.
- file = new Blob([blob]);
- file.name = attachment.name;
- return _context.abrupt("return", file);
-
- case 9:
- case "end":
- return _context.stop();
- }
- }
- }, _callee);
- }));
-
- return function (_x2) {
- return _ref2.apply(this, arguments);
- };
- }());
- _context2.next = 7;
- return Promise.all(filesBlobPromises);
-
- case 7:
- files = _context2.sent;
- loading.stop();
-
- _this2.processFiles(files);
-
- _context2.next = 15;
- break;
-
- case 12:
- _failureMessages = 'Got no attachements from extension...';
- console.warn(_failureMessages);
-
- _this2.showSnackbarMessage(_failureMessages, 3500);
-
- case 15:
- return _context2.abrupt("break", 20);
-
- case 16:
- loading.stop();
- failureMessages = 'Received unhandled response code from extension.';
- console.warn(failureMessages);
-
- _this2.showSnackbarMessage(failureMessages, 3500);
-
- case 20:
- case "end":
- return _context2.stop();
- }
- }
- }, _callee2);
- }));
-
- return function (_x) {
- return _ref.apply(this, arguments);
- };
- }());
- }
- },
- onLoadFile: function onLoadFile(e) {
- var files = event.target.files || event.dataTransfer.files;
- this.processFiles(files);
- },
- processFiles: function processFiles(files) {
- var _this3 = this;
-
- return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
- var error, decodedFiles, _iterator, _step, file, result, decodedFileTypes, overriddenFileTypes, overriddenFiles, _i, _decodedFiles, decodedFile, dataType, _dataType, _files, selectedFile, index;
-
- return regeneratorRuntime.wrap(function _callee3$(_context3) {
- while (1) {
- switch (_context3.prev = _context3.next) {
- case 0:
- decodedFiles = [];
- _iterator = DataInputvue_type_script_lang_js_createForOfIteratorHelper(files);
- _context3.prev = 2;
-
- _iterator.s();
-
- case 4:
- if ((_step = _iterator.n()).done) {
- _context3.next = 27;
- break;
- }
-
- file = _step.value;
- _context3.prev = 6;
- _this3.loadingFiles = true;
-
- _this3.showSnackbarMessage("Loading ".concat(file.name), Infinity);
-
- _context3.next = 11;
- return _this3.addFile(file);
-
- case 11:
- result = _context3.sent;
- decodedFiles.push.apply(decodedFiles, DataInputvue_type_script_lang_js_toConsumableArray(result));
-
- _this3.hideSnackbarMessage();
-
- _context3.next = 22;
- break;
-
- case 16:
- _context3.prev = 16;
- _context3.t0 = _context3["catch"](6);
-
- _this3.showSnackbarMessage("Failed to load '".concat(file.name, "'...\n").concat(_context3.t0), 5000);
-
- console.error(_context3.t0);
- error = _context3.t0;
- return _context3.abrupt("break", 27);
-
- case 22:
- _context3.prev = 22;
- _this3.loadingFiles = false;
- return _context3.finish(22);
-
- case 25:
- _context3.next = 4;
- break;
-
- case 27:
- _context3.next = 32;
- break;
-
- case 29:
- _context3.prev = 29;
- _context3.t1 = _context3["catch"](2);
-
- _iterator.e(_context3.t1);
-
- case 32:
- _context3.prev = 32;
-
- _iterator.f();
-
- return _context3.finish(32);
-
- case 35:
- event.target.value = '';
-
- if (!error) {
- _context3.next = 38;
- break;
- }
-
- return _context3.abrupt("return");
-
- case 38:
- // TODO: Handle the fact that we can now have multiple files of type
- // FILE_TYPES.TRANSACTION_EVENTS_TRACE
- decodedFileTypes = new Set(Object.keys(_this3.dataFiles)); // A file is overridden if a file of the same type is upload twice, as
- // Winscope currently only support at most one file to each type
-
- overriddenFileTypes = new Set();
- overriddenFiles = {}; // filetype => array of files
-
- for (_i = 0, _decodedFiles = decodedFiles; _i < _decodedFiles.length; _i++) {
- decodedFile = _decodedFiles[_i];
- dataType = decodedFile.filetype;
-
- if (decodedFileTypes.has(dataType)) {
- overriddenFileTypes.add(dataType);
- (overriddenFiles[dataType] = overriddenFiles[dataType] || []).push(_this3.dataFiles[dataType]);
- }
-
- decodedFileTypes.add(dataType);
-
- _this3.$set(_this3.dataFiles, dataType, decodedFile.data);
- } // TODO(b/169305853): Remove this once we have magic numbers or another
- // way to detect the file type more reliably.
-
-
- for (_dataType in overriddenFiles) {
- if (overriddenFiles.hasOwnProperty(_dataType)) {
- _files = overriddenFiles[_dataType];
-
- _files.push(_this3.dataFiles[_dataType]);
-
- selectedFile = _this3.getMostLikelyCandidateFile(_dataType, _files);
-
- _this3.$set(_this3.dataFiles, _dataType, selectedFile); // Remove selected file from overriden list
-
-
- index = _files.indexOf(selectedFile);
-
- _files.splice(index, 1);
- }
- }
-
- if (overriddenFileTypes.size > 0) {
- _this3.displayFilesOverridenWarning(overriddenFiles);
- }
-
- case 44:
- case "end":
- return _context3.stop();
- }
- }
- }, _callee3, null, [[2, 29, 32, 35], [6, 16, 22, 25]]);
- }))();
- },
-
- /**
- * Gets the file that is most likely to be the actual file of that type out
- * of all the candidateFiles. This is required because there are some file
- * types that have no magic number and may lead to false positives when
- * decoding in decode.js. (b/169305853)
- * @param {string} dataType - The type of the candidate files.
- * @param {files[]} candidateFiles - The list all the files detected to be
- * of type dataType, passed in the order
- * they are detected/uploaded in.
- * @return {file} - the most likely candidate.
- */
- getMostLikelyCandidateFile: function getMostLikelyCandidateFile(dataType, candidateFiles) {
- var _keyWordsByDataType;
-
- var keyWordsByDataType = (_keyWordsByDataType = {}, DataInputvue_type_script_lang_js_defineProperty(_keyWordsByDataType, FILE_TYPES.WINDOW_MANAGER_DUMP, 'window'), DataInputvue_type_script_lang_js_defineProperty(_keyWordsByDataType, FILE_TYPES.SURFACE_FLINGER_DUMP, 'surface'), _keyWordsByDataType);
-
- if (!candidateFiles || !candidateFiles.length || candidateFiles.length == 0) {
- throw new Error('No candidate files provided');
- }
-
- if (!keyWordsByDataType.hasOwnProperty(dataType)) {
- console.warn("setMostLikelyCandidateFile doesn't know how to handle " + "candidates of dataType ".concat(dataType, " \u2013 setting last candidate as ") + "target file."); // We want to return the last candidate file so that, we always override
- // old uploaded files with once of the latest uploaded files.
-
- return candidateFiles.slice(-1)[0];
- }
-
- var _iterator2 = DataInputvue_type_script_lang_js_createForOfIteratorHelper(candidateFiles),
- _step2;
-
- try {
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
- var file = _step2.value;
-
- if (file.filename.toLowerCase().includes(keyWordsByDataType[dataType])) {
- return file;
- }
- } // We want to return the last candidate file so that, we always override
- // old uploaded files with once of the latest uploaded files.
-
- } catch (err) {
- _iterator2.e(err);
- } finally {
- _iterator2.f();
- }
-
- return candidateFiles.slice(-1)[0];
- },
-
- /**
- * Display a snackbar warning that files have been overriden and any
- * relavant additional information in the logs.
- * @param {{string: file[]}} overriddenFiles - a mapping from data types to
- * the files of the of that datatype tha have been overriden.
- */
- displayFilesOverridenWarning: function displayFilesOverridenWarning(overriddenFiles) {
- var overriddenFileTypes = Object.keys(overriddenFiles);
- var overriddenCount = Object.values(overriddenFiles).map(function (files) {
- return files.length;
- }).reduce(function (length, next) {
- return length + next;
- });
-
- if (overriddenFileTypes.length === 1 && overriddenCount === 1) {
- var type = overriddenFileTypes.values().next().value;
- var overriddenFile = overriddenFiles[type][0].filename;
- var keptFile = this.dataFiles[type].filename;
- var message = "'".concat(overriddenFile, "' is conflicting with '").concat(keptFile, "'. ") + "Only '".concat(keptFile, "' will be kept. If you wish to display ") + "'".concat(overriddenFile, "', please upload it again with no other file ") + "of the same type.";
- this.showSnackbarMessage("WARNING: ".concat(message), Infinity);
- console.warn(message);
- } else {
- var _message = "Mutiple conflicting files have been uploaded. " + "".concat(overriddenCount, " files have been discarded. Please check the ") + "developer console for more information.";
-
- this.showSnackbarMessage("WARNING: ".concat(_message), Infinity);
- var messageBuilder = [];
-
- var _iterator3 = DataInputvue_type_script_lang_js_createForOfIteratorHelper(overriddenFileTypes.values()),
- _step3;
-
- try {
- for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
- var _type = _step3.value;
- var _keptFile = this.dataFiles[_type].filename;
- var overriddenFilesCount = overriddenFiles[_type].length;
- messageBuilder.push("".concat(overriddenFilesCount, " file") + "".concat(overriddenFilesCount > 1 ? 's' : '', " of type ").concat(_type, " ") + "".concat(overriddenFilesCount > 1 ? 'have' : 'has', " been ") + "overridden. Only '".concat(_keptFile, "' has been kept."));
- }
- } catch (err) {
- _iterator3.e(err);
- } finally {
- _iterator3.f();
- }
-
- messageBuilder.push('');
- messageBuilder.push('Please reupload the specific files you want ' + 'to read (one of each type).');
- messageBuilder.push('');
- messageBuilder.push('===============DISCARDED FILES===============');
-
- var _iterator4 = DataInputvue_type_script_lang_js_createForOfIteratorHelper(overriddenFileTypes.values()),
- _step4;
-
- try {
- for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {
- var _type2 = _step4.value;
- var discardedFiles = overriddenFiles[_type2];
- messageBuilder.push("The following files of type ".concat(_type2, " ") + "have been discarded:");
-
- var _iterator5 = DataInputvue_type_script_lang_js_createForOfIteratorHelper(discardedFiles),
- _step5;
-
- try {
- for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) {
- var discardedFile = _step5.value;
- messageBuilder.push(" - ".concat(discardedFile.filename));
- }
- } catch (err) {
- _iterator5.e(err);
- } finally {
- _iterator5.f();
- }
-
- messageBuilder.push('');
- }
- } catch (err) {
- _iterator4.e(err);
- } finally {
- _iterator4.f();
- }
-
- console.warn(messageBuilder.join('\n'));
- }
- },
- getFileExtensions: function getFileExtensions(file) {
- var split = file.name.split('.');
-
- if (split.length > 1) {
- return split.pop();
- }
-
- return undefined;
- },
- addFile: function addFile(file) {
- var _this4 = this;
-
- return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee4() {
- var decodedFiles, type, extension, results, decodedFile;
- return regeneratorRuntime.wrap(function _callee4$(_context4) {
- while (1) {
- switch (_context4.prev = _context4.next) {
- case 0:
- decodedFiles = [];
- type = _this4.fileType;
- extension = _this4.getFileExtensions(file); // extension === 'zip' is required on top of file.type ===
- // 'application/zip' because when loaded from the extension the type is
- // incorrect. See comment in loadFilesFromExtension() for more
- // information.
-
- if (!(type === 'bugreport' || type === 'auto' && (extension === 'zip' || file.type === 'application/zip'))) {
- _context4.next = 10;
- break;
- }
-
- _context4.next = 6;
- return _this4.decodeArchive(file);
-
- case 6:
- results = _context4.sent;
- decodedFiles.push.apply(decodedFiles, DataInputvue_type_script_lang_js_toConsumableArray(results));
- _context4.next = 14;
- break;
-
- case 10:
- _context4.next = 12;
- return _this4.decodeFile(file);
-
- case 12:
- decodedFile = _context4.sent;
- decodedFiles.push(decodedFile);
-
- case 14:
- return _context4.abrupt("return", decodedFiles);
-
- case 15:
- case "end":
- return _context4.stop();
- }
- }
- }, _callee4);
- }))();
- },
- readFile: function readFile(file) {
- return new Promise(function (resolve, _) {
- var reader = new FileReader();
-
- reader.onload = /*#__PURE__*/function () {
- var _ref3 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee5(e) {
- var buffer;
- return regeneratorRuntime.wrap(function _callee5$(_context5) {
- while (1) {
- switch (_context5.prev = _context5.next) {
- case 0:
- buffer = new Uint8Array(e.target.result);
- resolve(buffer);
-
- case 2:
- case "end":
- return _context5.stop();
- }
- }
- }, _callee5);
- }));
-
- return function (_x3) {
- return _ref3.apply(this, arguments);
- };
- }();
-
- reader.readAsArrayBuffer(file);
- });
- },
- decodeFile: function decodeFile(file) {
- var _this5 = this;
-
- return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee6() {
- var buffer, filetype, data, fileDecoder, _detectAndDecode, _detectAndDecode2;
-
- return regeneratorRuntime.wrap(function _callee6$(_context6) {
- while (1) {
- switch (_context6.prev = _context6.next) {
- case 0:
- _context6.next = 2;
- return _this5.readFile(file);
-
- case 2:
- buffer = _context6.sent;
- filetype = _this5.filetype;
-
- if (filetype) {
- fileDecoder = FILE_DECODERS[filetype];
- data = fileDecoder.decoder(buffer, fileDecoder.decoderParams, file.name, _this5.store);
- } else {
- // Defaulting to auto — will attempt to detect file type
- _detectAndDecode = detectAndDecode(buffer, file.name, _this5.store);
- _detectAndDecode2 = DataInputvue_type_script_lang_js_slicedToArray(_detectAndDecode, 2);
- filetype = _detectAndDecode2[0];
- data = _detectAndDecode2[1];
- }
-
- return _context6.abrupt("return", {
- filetype: filetype,
- data: data
- });
-
- case 6:
- case "end":
- return _context6.stop();
- }
- }
- }, _callee6);
- }))();
- },
- decodeArchive: function decodeArchive(archive) {
- var _this6 = this;
-
- return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee7() {
- var buffer, zip, content, decodedFiles, filename, file, fileBlob, decodedFile;
- return regeneratorRuntime.wrap(function _callee7$(_context7) {
- while (1) {
- switch (_context7.prev = _context7.next) {
- case 0:
- _context7.next = 2;
- return _this6.readFile(archive);
-
- case 2:
- buffer = _context7.sent;
- zip = new jszip_min_default.a();
- _context7.next = 6;
- return zip.loadAsync(buffer);
-
- case 6:
- content = _context7.sent;
- decodedFiles = [];
- _context7.t0 = regeneratorRuntime.keys(content.files);
-
- case 9:
- if ((_context7.t1 = _context7.t0()).done) {
- _context7.next = 32;
- break;
- }
-
- filename = _context7.t1.value;
-
- if (!content.files.hasOwnProperty(filename)) {
- _context7.next = 30;
- break;
- }
-
- file = content.files[filename];
-
- if (!file.dir) {
- _context7.next = 15;
- break;
- }
-
- return _context7.abrupt("continue", 9);
-
- case 15:
- _context7.next = 17;
- return file.async('blob');
-
- case 17:
- fileBlob = _context7.sent;
- // Get only filename and remove rest of path
- fileBlob.name = filename.split('/').slice(-1).pop();
- _context7.prev = 19;
- _context7.next = 22;
- return _this6.decodeFile(fileBlob);
-
- case 22:
- decodedFile = _context7.sent;
- decodedFiles.push(decodedFile);
- _context7.next = 30;
- break;
-
- case 26:
- _context7.prev = 26;
- _context7.t2 = _context7["catch"](19);
-
- if (_context7.t2 instanceof UndetectableFileType) {
- _context7.next = 30;
- break;
- }
-
- throw _context7.t2;
-
- case 30:
- _context7.next = 9;
- break;
-
- case 32:
- if (!(decodedFiles.length == 0)) {
- _context7.next = 34;
- break;
- }
-
- throw new Error('No matching files found in archive', archive);
-
- case 34:
- return _context7.abrupt("return", decodedFiles);
-
- case 35:
- case "end":
- return _context7.stop();
- }
- }
- }, _callee7, null, [[19, 26]]);
- }))();
- },
- onRemoveFile: function onRemoveFile(typeName) {
- this.$delete(this.dataFiles, typeName);
- },
- onSubmit: function onSubmit() {
- var _this7 = this;
-
- this.$emit('dataReady', Object.keys(this.dataFiles).map(function (key) {
- return _this7.dataFiles[key];
- }));
- }
- },
- computed: {
- dataReady: function dataReady() {
- return Object.keys(this.dataFiles).length > 0;
- }
- },
- components: {
- 'flat-card': FlatCard
- }
-});
-// CONCATENATED MODULE: ./src/DataInput.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_DataInputvue_type_script_lang_js_ = (DataInputvue_type_script_lang_js_);
-// CONCATENATED MODULE: ./src/DataInput.vue
-
-
-
-
-
-/* normalize component */
-
-var DataInput_component = Object(componentNormalizer["a" /* default */])(
- src_DataInputvue_type_script_lang_js_,
- DataInputvue_type_template_id_f9125812_render,
- DataInputvue_type_template_id_f9125812_staticRenderFns,
- false,
- null,
- null,
- null
-
-)
-
-/* harmony default export */ var DataInput = (DataInput_component.exports);
-// CONCATENATED MODULE: ./src/localstore.js
-/*
- * Copyright 2017, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-function Store(name, data) {
- return new vue_runtime_min_default.a({
- data: data,
- created: function created() {
- var _this = this;
-
- Object.keys(this.$data).forEach(function (k) {
- var stored = window.localStorage.getItem(name + '.' + k);
-
- if (stored) {
- _this.$data[k] = JSON.parse(stored);
- }
-
- _this.$watch(k, function () {
- window.localStorage.setItem(name + '.' + k, JSON.stringify(_this.$data[k]));
- }, {
- deep: true
- });
- });
- }
- });
-}
-
-/* harmony default export */ var localstore = (Store);
-// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/DataAdb.vue?vue&type=template&id=4e424f56&scoped=true&
-var DataAdbvue_type_template_id_4e424f56_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('flat-card',{staticStyle:{"min-width":"50em"}},[_c('md-card-header',[_c('div',{staticClass:"md-title"},[_vm._v("ADB Connect")])]),_vm._v(" "),(_vm.status === _vm.STATES.CONNECTING)?_c('md-card-content',[_c('md-progress-spinner',{attrs:{"md-indeterminate":""}})],1):_vm._e(),_vm._v(" "),(_vm.status === _vm.STATES.NO_PROXY)?_c('md-card-content',[_c('md-icon',{staticClass:"md-accent"},[_vm._v("error")]),_vm._v(" "),_c('span',{staticClass:"md-subheading"},[_vm._v("Unable to connect to Winscope ADB proxy")]),_vm._v(" "),_c('div',{staticClass:"md-body-2"},[_c('p',[_vm._v("Launch the Winscope ADB Connect proxy to capture traces directly from your browser.")]),_vm._v(" "),_c('p',[_vm._v("Python 3.5+ and ADB is required.")]),_vm._v(" "),_c('p',[_vm._v("Run:")]),_vm._v(" "),_c('pre',[_vm._v("python3 $ANDROID_BUILD_TOP/development/tools/winscope/adb_proxy/winscope_proxy.py")]),_vm._v(" "),_c('p',[_vm._v("Or get it from the AOSP repository.")])]),_vm._v(" "),_c('div',{staticClass:"md-layout"},[_c('md-button',{staticClass:"md-accent",attrs:{"href":_vm.downloadProxyUrl}},[_vm._v("Download from AOSP")]),_vm._v(" "),_c('md-button',{staticClass:"md-accent",on:{"click":_vm.restart}},[_vm._v("Retry")])],1)],1):_vm._e(),_vm._v(" "),(_vm.status === _vm.STATES.INVALID_VERSION)?_c('md-card-content',[_c('md-icon',{staticClass:"md-accent"},[_vm._v("update")]),_vm._v(" "),_c('span',{staticClass:"md-subheading"},[_vm._v("The version of Winscope ADB Connect proxy running on your machine is incopatibile with Winscope.")]),_vm._v(" "),_c('div',{staticClass:"md-body-2"},[_c('p',[_vm._v("Please update the proxy to version "+_vm._s(_vm.WINSCOPE_PROXY_VERSION))]),_vm._v(" "),_c('p',[_vm._v("Run:")]),_vm._v(" "),_c('pre',[_vm._v("python3 $ANDROID_BUILD_TOP/development/tools/winscope/adb_proxy/winscope_proxy.py")]),_vm._v(" "),_c('p',[_vm._v("Or get it from the AOSP repository.")])]),_vm._v(" "),_c('div',{staticClass:"md-layout"},[_c('md-button',{staticClass:"md-accent",attrs:{"href":_vm.downloadProxyUrl}},[_vm._v("Download from AOSP")]),_vm._v(" "),_c('md-button',{staticClass:"md-accent",on:{"click":_vm.restart}},[_vm._v("Retry")])],1)],1):_vm._e(),_vm._v(" "),(_vm.status === _vm.STATES.UNAUTH)?_c('md-card-content',[_c('md-icon',{staticClass:"md-accent"},[_vm._v("lock")]),_vm._v(" "),_c('span',{staticClass:"md-subheading"},[_vm._v("Proxy authorisation required")]),_vm._v(" "),_c('md-field',[_c('label',[_vm._v("Enter Winscope proxy token")]),_vm._v(" "),_c('md-input',{model:{value:(_vm.adbStore.proxyKey),callback:function ($$v) {_vm.$set(_vm.adbStore, "proxyKey", $$v)},expression:"adbStore.proxyKey"}})],1),_vm._v(" "),_c('div',{staticClass:"md-body-2"},[_vm._v("The proxy token is printed to console on proxy launch, copy and paste it above.")]),_vm._v(" "),_c('div',{staticClass:"md-layout"},[_c('md-button',{staticClass:"md-primary",on:{"click":_vm.restart}},[_vm._v("Connect")])],1)],1):_vm._e(),_vm._v(" "),(_vm.status === _vm.STATES.DEVICES)?_c('md-card-content',[_c('div',{staticClass:"md-subheading"},[_vm._v(_vm._s(Object.keys(_vm.devices).length > 0 ? "Connected devices:" : "No devices detected"))]),_vm._v(" "),_c('md-list',_vm._l((_vm.devices),function(device,id){return _c('md-list-item',{key:id,attrs:{"disabled":!device.authorised},on:{"click":function($event){return _vm.selectDevice(id)}}},[_c('md-icon',[_vm._v(_vm._s(device.authorised ? "smartphone" : "screen_lock_portrait"))]),_vm._v(" "),_c('span',{staticClass:"md-list-item-text"},[_vm._v(_vm._s(device.authorised ? device.model : "unauthorised")+" ("+_vm._s(id)+")")])],1)}),1),_vm._v(" "),_c('md-progress-spinner',{attrs:{"md-size":30,"md-indeterminate":""}})],1):_vm._e(),_vm._v(" "),(_vm.status === _vm.STATES.START_TRACE)?_c('md-card-content',[_c('div',{staticClass:"device-choice"},[_c('md-list',[_c('md-list-item',[_c('md-icon',[_vm._v("smartphone")]),_vm._v(" "),_c('span',{staticClass:"md-list-item-text"},[_vm._v(_vm._s(_vm.devices[_vm.selectedDevice].model)+" ("+_vm._s(_vm.selectedDevice)+")")])],1)],1),_vm._v(" "),_c('md-button',{staticClass:"md-primary",on:{"click":_vm.resetLastDevice}},[_vm._v("Change device")])],1),_vm._v(" "),_c('div',{staticClass:"trace-section"},[_c('h3',[_vm._v("Trace targets:")]),_vm._v(" "),_c('div',{staticClass:"selection"},_vm._l((Object.keys(_vm.TRACES)),function(traceKey){return _c('md-checkbox',{key:traceKey,staticClass:"md-primary",model:{value:(_vm.adbStore[traceKey]),callback:function ($$v) {_vm.$set(_vm.adbStore, traceKey, $$v)},expression:"adbStore[traceKey]"}},[_vm._v(_vm._s(_vm.TRACES[traceKey].name))])}),1),_vm._v(" "),_vm._l((Object.keys(_vm.TRACE_CONFIG)),function(traceKey){return _c('div',{key:traceKey,staticClass:"trace-config"},[_c('h4',[_vm._v(_vm._s(_vm.TRACES[traceKey].name)+" config")]),_vm._v(" "),_c('div',{staticClass:"selection"},_vm._l((_vm.TRACE_CONFIG[traceKey]),function(config){return _c('md-checkbox',{key:config,staticClass:"md-primary",model:{value:(_vm.adbStore[config]),callback:function ($$v) {_vm.$set(_vm.adbStore, config, $$v)},expression:"adbStore[config]"}},[_vm._v(_vm._s(config))])}),1)])}),_vm._v(" "),_c('md-button',{staticClass:"md-primary trace-btn",on:{"click":_vm.startTrace}},[_vm._v("Start trace")])],2),_vm._v(" "),_c('div',{staticClass:"dump-section"},[_c('h3',[_vm._v("Dump targets:")]),_vm._v(" "),_c('div',{staticClass:"selection"},_vm._l((Object.keys(_vm.DUMPS)),function(dumpKey){return _c('md-checkbox',{key:dumpKey,staticClass:"md-primary",model:{value:(_vm.adbStore[dumpKey]),callback:function ($$v) {_vm.$set(_vm.adbStore, dumpKey, $$v)},expression:"adbStore[dumpKey]"}},[_vm._v(_vm._s(_vm.DUMPS[dumpKey].name))])}),1),_vm._v(" "),_c('div',{staticClass:"md-layout"},[_c('md-button',{staticClass:"md-primary dump-btn",on:{"click":_vm.dumpState}},[_vm._v("Dump state")])],1)])]):_vm._e(),_vm._v(" "),(_vm.status === _vm.STATES.ERROR)?_c('md-card-content',[_c('md-icon',{staticClass:"md-accent"},[_vm._v("error")]),_vm._v(" "),_c('span',{staticClass:"md-subheading"},[_vm._v("Error:")]),_vm._v(" "),_c('pre',[_vm._v(" "+_vm._s(_vm.errorText)+"\n ")]),_vm._v(" "),_c('md-button',{staticClass:"md-primary",on:{"click":_vm.restart}},[_vm._v("Retry")])],1):_vm._e(),_vm._v(" "),(_vm.status === _vm.STATES.END_TRACE)?_c('md-card-content',[_c('span',{staticClass:"md-subheading"},[_vm._v("Tracing...")]),_vm._v(" "),_c('md-progress-bar',{attrs:{"md-mode":"indeterminate"}}),_vm._v(" "),_c('div',{staticClass:"md-layout"},[_c('md-button',{staticClass:"md-primary",on:{"click":_vm.endTrace}},[_vm._v("End trace")])],1)],1):_vm._e(),_vm._v(" "),(_vm.status === _vm.STATES.LOAD_DATA)?_c('md-card-content',[_c('span',{staticClass:"md-subheading"},[_vm._v("Loading data...")]),_vm._v(" "),_c('md-progress-bar',{attrs:{"md-mode":"determinate","md-value":_vm.loadProgress}})],1):_vm._e()],1)}
-var DataAdbvue_type_template_id_4e424f56_scoped_true_staticRenderFns = []
-
-
-// CONCATENATED MODULE: ./src/DataAdb.vue?vue&type=template&id=4e424f56&scoped=true&
-
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/DataAdb.vue?vue&type=script&lang=js&
-function DataAdbvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = DataAdbvue_type_script_lang_js_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function DataAdbvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return DataAdbvue_type_script_lang_js_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return DataAdbvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
-
-function DataAdbvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-
-
-var STATES = {
- ERROR: 0,
- CONNECTING: 1,
- NO_PROXY: 2,
- INVALID_VERSION: 3,
- UNAUTH: 4,
- DEVICES: 5,
- START_TRACE: 6,
- END_TRACE: 7,
- LOAD_DATA: 8
-};
-var WINSCOPE_PROXY_VERSION = '0.8';
-var WINSCOPE_PROXY_URL = 'http://localhost:5544';
-var PROXY_ENDPOINTS = {
- DEVICES: '/devices/',
- START_TRACE: '/start/',
- END_TRACE: '/end/',
- CONFIG_TRACE: '/configtrace/',
- DUMP: '/dump/',
- FETCH: '/fetch/',
- STATUS: '/status/'
-};
-var TRACES = {
- 'window_trace': {
- name: 'Window Manager'
- },
- 'layers_trace': {
- name: 'Surface Flinger'
- },
- 'transaction': {
- name: 'Transactions'
- },
- 'proto_log': {
- name: 'ProtoLog'
- },
- 'screen_recording': {
- name: 'Screen Recording'
- },
- 'ime_trace_clients': {
- name: 'Input Method Clients'
- },
- 'ime_trace_service': {
- name: 'Input Method Service'
- },
- 'ime_trace_managerservice': {
- name: 'Input Method Manager Service'
- }
-};
-var TRACE_CONFIG = {
- 'layers_trace': ['composition', 'metadata', 'hwc']
-};
-var DUMPS = {
- 'window_dump': {
- name: 'Window Manager'
- },
- 'layers_dump': {
- name: 'Surface Flinger'
- }
-};
-var proxyFileTypeAdapter = {
- 'window_trace': FILE_TYPES.WINDOW_MANAGER_TRACE,
- 'layers_trace': FILE_TYPES.SURFACE_FLINGER_TRACE,
- 'wl_trace': FILE_TYPES.WAYLAND_TRACE,
- 'layers_dump': FILE_TYPES.SURFACE_FLINGER_DUMP,
- 'window_dump': FILE_TYPES.WINDOW_MANAGER_DUMP,
- 'wl_dump': FILE_TYPES.WAYLAND_DUMP,
- 'screen_recording': FILE_TYPES.SCREEN_RECORDING,
- 'transactions': FILE_TYPES.TRANSACTIONS_TRACE,
- 'proto_log': FILE_TYPES.PROTO_LOG,
- 'system_ui_trace': FILE_TYPES.SYSTEM_UI,
- 'launcher_trace': FILE_TYPES.LAUNCHER,
- 'ime_trace_clients': FILE_TYPES.IME_TRACE_CLIENTS,
- 'ime_trace_service': FILE_TYPES.IME_TRACE_SERVICE,
- 'ime_trace_managerservice': FILE_TYPES.IME_TRACE_MANAGERSERVICE
-};
-var CONFIGS = Object.keys(TRACE_CONFIG).flatMap(function (file) {
- return TRACE_CONFIG[file];
-});
-/* harmony default export */ var DataAdbvue_type_script_lang_js_ = ({
- name: 'dataadb',
- data: function data() {
- return {
- STATES: STATES,
- TRACES: TRACES,
- TRACE_CONFIG: TRACE_CONFIG,
- DUMPS: DUMPS,
- FILE_DECODERS: FILE_DECODERS,
- WINSCOPE_PROXY_VERSION: WINSCOPE_PROXY_VERSION,
- status: STATES.CONNECTING,
- dataFiles: [],
- devices: {},
- selectedDevice: '',
- refresh_worker: null,
- keep_alive_worker: null,
- errorText: '',
- loadProgress: 0,
- adbStore: localstore('adb', Object.assign({
- proxyKey: '',
- lastDevice: ''
- }, Object.keys(TRACES).concat(Object.keys(DUMPS)).concat(CONFIGS).reduce(function (obj, key) {
- obj[key] = true;
- return obj;
- }, {}))),
- downloadProxyUrl: 'https://android.googlesource.com/platform/development/+/master/tools/winscope/adb_proxy/winscope_proxy.py'
- };
- },
- props: ['store'],
- components: {
- 'flat-card': FlatCard
- },
- methods: {
- getDevices: function getDevices() {
- if (this.status !== STATES.DEVICES && this.status !== STATES.CONNECTING) {
- clearInterval(this.refresh_worker);
- this.refresh_worker = null;
- return;
- }
-
- this.callProxy('GET', PROXY_ENDPOINTS.DEVICES, this, function (request, view) {
- try {
- view.devices = JSON.parse(request.responseText);
-
- if (view.adbStore.lastDevice && view.devices[view.adbStore.lastDevice] && view.devices[view.adbStore.lastDevice].authorised) {
- view.selectDevice(view.adbStore.lastDevice);
- } else {
- if (view.refresh_worker === null) {
- view.refresh_worker = setInterval(view.getDevices, 1000);
- }
-
- view.status = STATES.DEVICES;
- }
- } catch (err) {
- console.error(err);
- view.errorText = request.responseText;
- view.status = STATES.ERROR;
- }
- });
- },
- keepAliveTrace: function keepAliveTrace() {
- if (this.status !== STATES.END_TRACE) {
- clearInterval(this.keep_alive_worker);
- this.keep_alive_worker = null;
- return;
- }
-
- this.callProxy('GET', PROXY_ENDPOINTS.STATUS + this.deviceId() + '/', this, function (request, view) {
- if (request.responseText !== 'True') {
- view.endTrace();
- } else if (view.keep_alive_worker === null) {
- view.keep_alive_worker = setInterval(view.keepAliveTrace, 1000);
- }
- });
- },
- startTrace: function startTrace() {
- var requested = this.toTrace();
- var requestedConfig = this.toTraceConfig();
-
- if (requested.length < 1) {
- this.errorText = 'No targets selected';
- this.status = STATES.ERROR;
- return;
- }
-
- this.callProxy('POST', PROXY_ENDPOINTS.CONFIG_TRACE + this.deviceId() + '/', this, null, null, requestedConfig);
- this.status = STATES.END_TRACE;
- this.callProxy('POST', PROXY_ENDPOINTS.START_TRACE + this.deviceId() + '/', this, function (request, view) {
- view.keepAliveTrace();
- }, null, requested);
- },
- dumpState: function dumpState() {
- var requested = this.toDump();
-
- if (requested.length < 1) {
- this.errorText = 'No targets selected';
- this.status = STATES.ERROR;
- return;
- }
-
- this.status = STATES.LOAD_DATA;
- this.callProxy('POST', PROXY_ENDPOINTS.DUMP + this.deviceId() + '/', this, function (request, view) {
- view.loadFile(requested, 0);
- }, null, requested);
- },
- endTrace: function endTrace() {
- this.status = STATES.LOAD_DATA;
- this.callProxy('POST', PROXY_ENDPOINTS.END_TRACE + this.deviceId() + '/', this, function (request, view) {
- view.loadFile(view.toTrace(), 0);
- });
- },
- loadFile: function loadFile(files, idx) {
- this.callProxy('GET', PROXY_ENDPOINTS.FETCH + this.deviceId() + '/' + files[idx] + '/', this, function (request, view) {
- try {
- var enc = new TextDecoder('utf-8');
- var resp = enc.decode(request.response);
- var filesByType = JSON.parse(resp);
-
- for (var filetype in filesByType) {
- if (filesByType.hasOwnProperty(filetype)) {
- var _files = filesByType[filetype];
- var fileDecoder = FILE_DECODERS[proxyFileTypeAdapter[filetype]];
-
- var _iterator = DataAdbvue_type_script_lang_js_createForOfIteratorHelper(_files),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var encodedFileBuffer = _step.value;
- var buffer = Uint8Array.from(atob(encodedFileBuffer), function (c) {
- return c.charCodeAt(0);
- });
- var data = fileDecoder.decoder(buffer, fileDecoder.decoderParams, fileDecoder.name, view.store);
- view.dataFiles.push(data);
- view.loadProgress = 100 * (idx + 1) / _files.length; // TODO: Update this
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
- }
- }
-
- if (idx < files.length - 1) {
- view.loadFile(files, idx + 1);
- } else {
- view.$emit('dataReady', view.dataFiles);
- }
- } catch (err) {
- console.error(err);
- view.errorText = err;
- view.status = STATES.ERROR;
- }
- }, 'arraybuffer');
- },
- toTrace: function toTrace() {
- var _this = this;
-
- return Object.keys(TRACES).filter(function (traceKey) {
- return _this.adbStore[traceKey];
- });
- },
- toTraceConfig: function toTraceConfig() {
- var _this2 = this;
-
- return Object.keys(TRACE_CONFIG).filter(function (file) {
- return _this2.adbStore[file];
- }).flatMap(function (file) {
- return TRACE_CONFIG[file];
- }).filter(function (config) {
- return _this2.adbStore[config];
- });
- },
- toDump: function toDump() {
- var _this3 = this;
-
- return Object.keys(DUMPS).filter(function (dumpKey) {
- return _this3.adbStore[dumpKey];
- });
- },
- selectDevice: function selectDevice(device_id) {
- this.selectedDevice = device_id;
- this.adbStore.lastDevice = device_id;
- this.status = STATES.START_TRACE;
- },
- deviceId: function deviceId() {
- return this.selectedDevice;
- },
- restart: function restart() {
- this.status = STATES.CONNECTING;
- },
- resetLastDevice: function resetLastDevice() {
- this.adbStore.lastDevice = '';
- this.restart();
- },
- callProxy: function callProxy(method, path, view, onSuccess, type, jsonRequest) {
- var request = new XMLHttpRequest();
- var view = this;
-
- request.onreadystatechange = function () {
- if (this.readyState !== 4) {
- return;
- }
-
- if (this.status === 0) {
- view.status = STATES.NO_PROXY;
- } else if (this.status === 200) {
- if (this.getResponseHeader('Winscope-Proxy-Version') !== WINSCOPE_PROXY_VERSION) {
- view.status = STATES.INVALID_VERSION;
- } else if (onSuccess) {
- onSuccess(this, view);
- }
- } else if (this.status === 403) {
- view.status = STATES.UNAUTH;
- } else {
- if (this.responseType === 'text' || !this.responseType) {
- view.errorText = this.responseText;
- } else if (this.responseType === 'arraybuffer') {
- view.errorText = String.fromCharCode.apply(null, new Uint8Array(this.response));
- }
-
- view.status = STATES.ERROR;
- }
- };
-
- request.responseType = type || '';
- request.open(method, WINSCOPE_PROXY_URL + path);
- request.setRequestHeader('Winscope-Token', this.adbStore.proxyKey);
-
- if (jsonRequest) {
- var json = JSON.stringify(jsonRequest);
- request.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
- request.send(json);
- } else {
- request.send();
- }
- }
- },
- created: function created() {
- var urlParams = new URLSearchParams(window.location.search);
-
- if (urlParams.has('token')) {
- this.adbStore.proxyKey = urlParams.get('token');
- }
-
- this.getDevices();
- },
- watch: {
- status: {
- handler: function handler(st) {
- if (st == STATES.CONNECTING) {
- this.getDevices();
- }
- }
- }
- }
-});
-// CONCATENATED MODULE: ./src/DataAdb.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_DataAdbvue_type_script_lang_js_ = (DataAdbvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/DataAdb.vue?vue&type=style&index=0&id=4e424f56&scoped=true&lang=css&
-var DataAdbvue_type_style_index_0_id_4e424f56_scoped_true_lang_css_ = __webpack_require__("5hzQ");
-
-// CONCATENATED MODULE: ./src/DataAdb.vue
-
-
-
-
-
-
-/* normalize component */
-
-var DataAdb_component = Object(componentNormalizer["a" /* default */])(
- src_DataAdbvue_type_script_lang_js_,
- DataAdbvue_type_template_id_4e424f56_scoped_true_render,
- DataAdbvue_type_template_id_4e424f56_scoped_true_staticRenderFns,
- false,
- null,
- "4e424f56",
- null
-
-)
-
-/* harmony default export */ var DataAdb = (DataAdb_component.exports);
-// CONCATENATED MODULE: ./src/mixins/SaveAsZip.js
-function SaveAsZip_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = SaveAsZip_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function SaveAsZip_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return SaveAsZip_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return SaveAsZip_arrayLikeToArray(o, minLen); }
-
-function SaveAsZip_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-function SaveAsZip_asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
-
-function SaveAsZip_asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { SaveAsZip_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { SaveAsZip_asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
-
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/* harmony default export */ var SaveAsZip = ({
- name: 'SaveAsZip',
- methods: {
- saveAs: function saveAs(blob, filename) {
- var a = document.createElement('a');
- a.style = 'display: none';
- document.body.appendChild(a);
- var url = window.URL.createObjectURL(blob);
- a.href = url;
- a.download = filename;
- a.click();
- window.URL.revokeObjectURL(url);
- document.body.removeChild(a);
- },
- downloadAsZip: function downloadAsZip(traces) {
- var _this = this;
-
- return SaveAsZip_asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
- var zip, _iterator, _step, trace, traceFolder, _iterator2, _step2, file, blob, zipFile;
-
- return regeneratorRuntime.wrap(function _callee$(_context) {
- while (1) {
- switch (_context.prev = _context.next) {
- case 0:
- zip = new jszip_min_default.a();
- _iterator = SaveAsZip_createForOfIteratorHelper(traces);
- _context.prev = 2;
-
- _iterator.s();
-
- case 4:
- if ((_step = _iterator.n()).done) {
- _context.next = 28;
- break;
- }
-
- trace = _step.value;
- traceFolder = zip.folder(trace.type);
- _iterator2 = SaveAsZip_createForOfIteratorHelper(trace.files);
- _context.prev = 8;
-
- _iterator2.s();
-
- case 10:
- if ((_step2 = _iterator2.n()).done) {
- _context.next = 18;
- break;
- }
-
- file = _step2.value;
- _context.next = 14;
- return fetch(file.blobUrl).then(function (r) {
- return r.blob();
- });
-
- case 14:
- blob = _context.sent;
- traceFolder.file(file.filename, blob);
-
- case 16:
- _context.next = 10;
- break;
-
- case 18:
- _context.next = 23;
- break;
-
- case 20:
- _context.prev = 20;
- _context.t0 = _context["catch"](8);
-
- _iterator2.e(_context.t0);
-
- case 23:
- _context.prev = 23;
-
- _iterator2.f();
-
- return _context.finish(23);
-
- case 26:
- _context.next = 4;
- break;
-
- case 28:
- _context.next = 33;
- break;
-
- case 30:
- _context.prev = 30;
- _context.t1 = _context["catch"](2);
-
- _iterator.e(_context.t1);
-
- case 33:
- _context.prev = 33;
-
- _iterator.f();
-
- return _context.finish(33);
-
- case 36:
- _context.next = 38;
- return zip.generateAsync({
- type: 'blob'
- });
-
- case 38:
- zipFile = _context.sent;
-
- _this.saveAs(zipFile, 'winscope.zip');
-
- case 40:
- case "end":
- return _context.stop();
- }
- }
- }, _callee, null, [[2, 30, 33, 36], [8, 20, 23, 26]]);
- }))();
- }
- }
-});
-// CONCATENATED MODULE: ./src/mixins/FocusedDataViewFinder.js
-function FocusedDataViewFinder_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = FocusedDataViewFinder_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function FocusedDataViewFinder_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return FocusedDataViewFinder_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return FocusedDataViewFinder_arrayLikeToArray(o, minLen); }
-
-function FocusedDataViewFinder_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-/*
- * Copyright 2020, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/* harmony default export */ var FocusedDataViewFinder = ({
- name: 'FocusedDataViewFinder',
- created: function created() {
- document.addEventListener('scroll', this.updateFocusedView);
- },
- deleted: function deleted() {
- document.removeEventListener('scroll', this.updateFocusedView);
- },
- computed: {
- timelineFiles: function timelineFiles() {
- return this.$store.getters.timelineFiles;
- }
- },
- methods: {
- updateFocusedView: function updateFocusedView() {
- var positions = this.getDataViewPositions();
- var focusedFile = this.findFocusedDataView(positions);
- this.$store.commit('setFocusedFile', focusedFile);
- },
- getDataViewPositions: function getDataViewPositions() {
- var positions = {};
-
- var _iterator = FocusedDataViewFinder_createForOfIteratorHelper(this.files),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var file = _step.value;
- var dataView = this.$refs[file.type];
-
- if (!dataView || dataView.length === 0) {
- continue;
- }
-
- var dataViewEl = dataView[0].$el;
- positions[file.type] = dataViewEl.getBoundingClientRect();
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
-
- return positions;
- },
-
- /**
- * Returns the file of the DataView that takes up the most of the visible
- * screen space.
- * @param {Object} positions A map from filenames to their respective
- * boundingClientRect.
- * @return {String} The dataView that is in focus.
- */
- findFocusedDataView: function findFocusedDataView(positions) {
- var visibleHeight = Math.max(document.documentElement.clientHeight || 0, window.innerHeight || 0);
- var maxScreenSpace = 0;
- var focusedDataView = this.files[0];
-
- var _iterator2 = FocusedDataViewFinder_createForOfIteratorHelper(this.files),
- _step2;
-
- try {
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
- var file = _step2.value;
- var pos = positions[file.type];
-
- if (!pos) {
- continue;
- }
-
- var screenSpace = 0;
-
- if (0 <= pos.top && pos.top <= visibleHeight) {
- screenSpace = Math.min(visibleHeight, pos.bottom) - pos.top;
- } else if (0 <= pos.bottom && pos.bottom <= visibleHeight) {
- screenSpace = pos.bottom - Math.max(0, pos.top);
- } else if (pos.top <= 0 && pos.bottom >= visibleHeight) {
- screenSpace = visibleHeight;
- }
-
- if (screenSpace >= maxScreenSpace) {
- maxScreenSpace = screenSpace;
- focusedDataView = file;
- }
- }
- } catch (err) {
- _iterator2.e(err);
- } finally {
- _iterator2.f();
- }
-
- return focusedDataView;
- }
- }
-});
-// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=script&lang=js&
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-
-
-
-
-
-
-
-
-
-
-var APP_NAME = 'Winscope';
-var CONTENT_BOTTOM_PADDING = 25;
-/* harmony default export */ var Appvue_type_script_lang_js_ = ({
- name: 'app',
- mixins: [FileType, SaveAsZip, FocusedDataViewFinder],
- data: function data() {
- return {
- title: APP_NAME,
- activeDataView: null,
- // eslint-disable-next-line new-cap
- store: localstore('app', {
- flattened: false,
- onlyVisible: false,
- simplifyNames: true,
- displayDefaults: true,
- navigationStyle: NAVIGATION_STYLE.GLOBAL
- }),
- overlayRef: 'overlay',
- mainContentStyle: {
- 'padding-bottom': "".concat(CONTENT_BOTTOM_PADDING, "px")
- }
- };
- },
- created: function created() {
- window.addEventListener('keydown', this.onKeyDown);
- window.addEventListener('scroll', this.onScroll);
- document.title = this.title;
- },
- destroyed: function destroyed() {
- window.removeEventListener('keydown', this.onKeyDown);
- window.removeEventListener('scroll', this.onScroll);
- },
- methods: {
- clear: function clear() {
- this.$store.commit('clearFiles');
- },
- onDataViewFocus: function onDataViewFocus(file) {
- this.$store.commit('setActiveFile', file);
- this.activeDataView = file.type;
- },
- onKeyDown: function onKeyDown(event) {
- event = event || window.event;
-
- if (event.keyCode == 37
- /* left */
- ) {
- this.$store.dispatch('advanceTimeline', DIRECTION.BACKWARD);
- } else if (event.keyCode == 39
- /* right */
- ) {
- this.$store.dispatch('advanceTimeline', DIRECTION.FORWARD);
- } else if (event.keyCode == 38
- /* up */
- ) {
- this.$refs[this.activeView][0].arrowUp();
- } else if (event.keyCode == 40
- /* down */
- ) {
- this.$refs[this.activeView][0].arrowDown();
- } else {
- return false;
- }
-
- event.preventDefault();
- return true;
- },
- onDataReady: function onDataReady(files) {
- this.$store.dispatch('setFiles', files);
- this.updateFocusedView();
- },
- setStatus: function setStatus(status) {
- if (status) {
- this.title = status;
- } else {
- this.title = APP_NAME;
- }
- },
- handleBottomNavHeightChange: function handleBottomNavHeightChange(newHeight) {
- this.$set(this.mainContentStyle, 'padding-bottom', "".concat(CONTENT_BOTTOM_PADDING + newHeight, "px"));
- }
- },
- computed: {
- files: function files() {
- return this.$store.getters.sortedFiles;
- },
- prettyDump: function prettyDump() {
- return JSON.stringify(this.dump, null, 2);
- },
- dataLoaded: function dataLoaded() {
- return this.files.length > 0;
- },
- activeView: function activeView() {
- if (!this.activeDataView && this.files.length > 0) {
- // eslint-disable-next-line vue/no-side-effects-in-computed-properties
- this.activeDataView = this.files[0].type;
- }
-
- return this.activeDataView;
- },
- dataViewFiles: function dataViewFiles() {
- var _this = this;
-
- return this.files.filter(function (f) {
- return _this.hasDataView(f);
- });
- }
- },
- watch: {
- title: function title() {
- document.title = this.title;
- }
- },
- components: {
- overlay: Overlay,
- dataview: DataView,
- datainput: DataInput,
- dataadb: DataAdb
- }
-});
-// CONCATENATED MODULE: ./src/App.vue?vue&type=script&lang=js&
- /* harmony default export */ var src_Appvue_type_script_lang_js_ = (Appvue_type_script_lang_js_);
-// EXTERNAL MODULE: ./src/App.vue?vue&type=style&index=0&lang=css&
-var Appvue_type_style_index_0_lang_css_ = __webpack_require__("A0++");
-
-// CONCATENATED MODULE: ./src/App.vue
-
-
-
-
-
-
-/* normalize component */
-
-var App_component = Object(componentNormalizer["a" /* default */])(
- src_Appvue_type_script_lang_js_,
- Appvue_type_template_id_620a2844_render,
- staticRenderFns,
- false,
- null,
- null,
- null
-
-)
-
-/* harmony default export */ var App = (App_component.exports);
-// EXTERNAL MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-material/dist/vue-material.css
-var dist_vue_material = __webpack_require__("UsI3");
-
-// EXTERNAL MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-material/dist/theme/default.css
-var theme_default = __webpack_require__("Epye");
-
-// CONCATENATED MODULE: ./src/main.js
-var _fileOrder;
-
-function main_createForOfIteratorHelper(o, allowArrayLike) { var it; if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) { if (Array.isArray(o) || (it = main_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = o[Symbol.iterator](); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
-
-function main_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return main_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return main_arrayLikeToArray(o, minLen); }
-
-function main_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
-
-function main_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
-
-/*
- * Copyright 2017, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
-
-
-
-
-
-
-vue_runtime_min_default.a.use(vuex_esm["a" /* default */]);
-vue_runtime_min_default.a.use(vue_material_default.a); // Used to determine the order in which files or displayed
-
-var fileOrder = (_fileOrder = {}, main_defineProperty(_fileOrder, TRACE_TYPES.WINDOW_MANAGER, 1), main_defineProperty(_fileOrder, TRACE_TYPES.SURFACE_FLINGER, 2), main_defineProperty(_fileOrder, TRACE_TYPES.TRANSACTION, 3), main_defineProperty(_fileOrder, TRACE_TYPES.PROTO_LOG, 4), main_defineProperty(_fileOrder, TRACE_TYPES.IME_CLIENTS, 5), main_defineProperty(_fileOrder, TRACE_TYPES.IME_SERVICE, 6), main_defineProperty(_fileOrder, TRACE_TYPES.IME_MANAGERSERVICE, 7), _fileOrder);
-
-function sortFiles(files) {
- return files.sort(function (a, b) {
- var _fileOrder$a$type, _fileOrder$b$type;
-
- return ((_fileOrder$a$type = fileOrder[a.type]) !== null && _fileOrder$a$type !== void 0 ? _fileOrder$a$type : Infinity) - ((_fileOrder$b$type = fileOrder[b.type]) !== null && _fileOrder$b$type !== void 0 ? _fileOrder$b$type : Infinity);
- });
-}
-
-;
-/**
- * Find the smallest timeline timestamp in a list of files
- * @return undefined if not timestamp exists in the timelines of the files
- */
-
-function findSmallestTimestamp(files) {
- var timestamp = Infinity;
-
- var _iterator = main_createForOfIteratorHelper(files),
- _step;
-
- try {
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
- var file = _step.value;
-
- if (file.timeline[0] && file.timeline[0] < timestamp) {
- timestamp = file.timeline[0];
- }
- }
- } catch (err) {
- _iterator.e(err);
- } finally {
- _iterator.f();
- }
-
- return timestamp === Infinity ? undefined : timestamp;
-}
-
-var store = new vuex_esm["a" /* default */].Store({
- state: {
- currentTimestamp: 0,
- traces: {},
- dumps: {},
- excludeFromTimeline: [TRACE_TYPES.PROTO_LOG],
- activeFile: null,
- focusedFile: null,
- mergedTimeline: null,
- navigationFilesFilter: function navigationFilesFilter(f) {
- return true;
- },
- // obj -> bool, identifies whether or not an item is collapsed in a treeView
- collapsedStateStore: {}
- },
- getters: {
- collapsedStateStoreFor: function collapsedStateStoreFor(state) {
- return function (item) {
- if (item.stableId === undefined || item.stableId === null) {
- console.error("Missing stable ID for item", item);
- throw new Error("Failed to get collapse state of item — missing a stableId");
- }
-
- return state.collapsedStateStore[stableIdCompatibilityFixup(item)];
- };
- },
- files: function files(state) {
- return Object.values(state.traces).concat(Object.values(state.dumps));
- },
- sortedFiles: function sortedFiles(state, getters) {
- return sortFiles(getters.files);
- },
- timelineFiles: function timelineFiles(state, getters) {
- return Object.values(state.traces).filter(function (file) {
- return !state.excludeFromTimeline.includes(file.type);
- });
- },
- sortedTimelineFiles: function sortedTimelineFiles(state, getters) {
- return sortFiles(getters.timelineFiles);
- },
- video: function video(state) {
- return state.traces[TRACE_TYPES.SCREEN_RECORDING];
- }
- },
- mutations: {
- setCurrentTimestamp: function setCurrentTimestamp(state, timestamp) {
- state.currentTimestamp = timestamp;
- },
- setFileEntryIndex: function setFileEntryIndex(state, _ref) {
- var type = _ref.type,
- entryIndex = _ref.entryIndex;
-
- if (state.traces[type]) {
- state.traces[type].selectedIndex = entryIndex;
- } else {
- throw new Error("Unexpected type — not a trace...");
- }
- },
- setFiles: function setFiles(state, files) {
- var filesByType = {};
-
- var _iterator2 = main_createForOfIteratorHelper(files),
- _step2;
-
- try {
- for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
- var file = _step2.value;
-
- if (!filesByType[file.type]) {
- filesByType[file.type] = [];
- }
-
- filesByType[file.type].push(file);
- } // TODO: Extract into smaller functions
-
- } catch (err) {
- _iterator2.e(err);
- } finally {
- _iterator2.f();
- }
-
- var traces = {};
-
- for (var _i = 0, _Object$values = Object.values(TRACE_TYPES); _i < _Object$values.length; _i++) {
- var traceType = _Object$values[_i];
- var traceFiles = {};
- var typeInfo = TRACE_INFO[traceType];
-
- var _iterator3 = main_createForOfIteratorHelper(typeInfo.files),
- _step3;
-
- try {
- for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
- var traceDataFile = _step3.value;
- var _files = filesByType[traceDataFile.type];
-
- if (!_files) {
- continue;
- }
-
- if (traceDataFile.oneOf) {
- if (_files.length > 1) {
- throw new Error("More than one file of type ".concat(traceDataFile.type, " has been provided"));
- }
-
- traceFiles[traceDataFile.type] = _files[0];
- } else if (traceDataFile.manyOf) {
- traceFiles[traceDataFile.type] = _files;
- } else {
- throw new Error("Missing oneOf or manyOf property...");
- }
- }
- } catch (err) {
- _iterator3.e(err);
- } finally {
- _iterator3.f();
- }
-
- if (Object.keys(traceFiles).length > 0 && typeInfo.constructor) {
- traces[traceType] = new typeInfo.constructor(traceFiles);
- }
- }
-
- state.traces = traces; // TODO: Refactor common code out
-
- var dumps = {};
-
- for (var _i2 = 0, _Object$values2 = Object.values(DUMP_TYPES); _i2 < _Object$values2.length; _i2++) {
- var dumpType = _Object$values2[_i2];
- var dumpFiles = {};
- var _typeInfo = DUMP_INFO[dumpType];
-
- var _iterator4 = main_createForOfIteratorHelper(_typeInfo.files),
- _step4;
-
- try {
- for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {
- var dumpDataFile = _step4.value;
- var _files2 = filesByType[dumpDataFile.type];
-
- if (!_files2) {
- continue;
- }
-
- if (dumpDataFile.oneOf) {
- if (_files2.length > 1) {
- throw new Error("More than one file of type ".concat(dumpDataFile.type, " has been provided"));
- }
-
- dumpFiles[dumpDataFile.type] = _files2[0];
- } else if (dumpDataFile.manyOf) {} else {
- throw new Error("Missing oneOf or manyOf property...");
- }
- }
- } catch (err) {
- _iterator4.e(err);
- } finally {
- _iterator4.f();
- }
-
- if (Object.keys(dumpFiles).length > 0 && _typeInfo.constructor) {
- dumps[dumpType] = new _typeInfo.constructor(dumpFiles);
- }
- }
-
- state.dumps = dumps;
-
- if (!state.activeFile && Object.keys(traces).length > 0) {
- state.activeFile = sortFiles(Object.values(traces))[0];
- } // TODO: Add same for dumps
-
- },
- clearFiles: function clearFiles(state) {
- for (var traceType in state.traces) {
- if (state.traces.hasOwnProperty(traceType)) {
- vue_runtime_min_default.a["delete"](state.traces, traceType);
- }
- }
-
- for (var dumpType in state.dumps) {
- if (state.dumps.hasOwnProperty(dumpType)) {
- vue_runtime_min_default.a["delete"](state.dumps, dumpType);
- }
- }
-
- state.activeFile = null;
- state.mergedTimeline = null;
- },
- setActiveFile: function setActiveFile(state, file) {
- state.activeFile = file;
- },
- setMergedTimeline: function setMergedTimeline(state, timeline) {
- state.mergedTimeline = timeline;
- },
- removeMergedTimeline: function removeMergedTimeline(state, timeline) {
- state.mergedTimeline = null;
- },
- setMergedTimelineIndex: function setMergedTimelineIndex(state, newIndex) {
- state.mergedTimeline.selectedIndex = newIndex;
- },
- setCollapsedState: function setCollapsedState(state, _ref2) {
- var item = _ref2.item,
- isCollapsed = _ref2.isCollapsed;
-
- if (item.stableId === undefined || item.stableId === null) {
- return;
- }
-
- vue_runtime_min_default.a.set(state.collapsedStateStore, stableIdCompatibilityFixup(item), isCollapsed);
- },
- setFocusedFile: function setFocusedFile(state, file) {
- state.focusedFile = file;
- },
- setNavigationFilesFilter: function setNavigationFilesFilter(state, filter) {
- state.navigationFilesFilter = filter;
- }
- },
- actions: {
- setFiles: function setFiles(context, files) {
- context.commit('clearFiles');
- context.commit('setFiles', files);
- var timestamp = findSmallestTimestamp(files);
-
- if (timestamp !== undefined) {
- context.commit('setCurrentTimestamp', timestamp);
- }
- },
- updateTimelineTime: function updateTimelineTime(context, timestamp) {
- var _iterator5 = main_createForOfIteratorHelper(context.getters.files),
- _step5;
-
- try {
- for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) {
- var file = _step5.value;
- var type = file.type;
- var entryIndex = findLastMatchingSorted(file.timeline, function (array, idx) {
- return parseInt(array[idx]) <= timestamp;
- });
- context.commit('setFileEntryIndex', {
- type: type,
- entryIndex: entryIndex
- });
- }
- } catch (err) {
- _iterator5.e(err);
- } finally {
- _iterator5.f();
- }
-
- if (context.state.mergedTimeline) {
- var newIndex = findLastMatchingSorted(context.state.mergedTimeline.timeline, function (array, idx) {
- return parseInt(array[idx]) <= timestamp;
- });
- context.commit('setMergedTimelineIndex', newIndex);
- }
-
- context.commit('setCurrentTimestamp', timestamp);
- },
- advanceTimeline: function advanceTimeline(context, direction) {
- // NOTE: MergedTimeline is never considered to find the next closest index
- // MergedTimeline only represented the timelines overlapped together and
- // isn't considered an actual timeline.
- if (direction !== DIRECTION.FORWARD && direction !== DIRECTION.BACKWARD) {
- throw new Error("Unsupported direction provided.");
- }
-
- var consideredFiles = context.getters.timelineFiles.filter(context.state.navigationFilesFilter);
- var fileIndex = -1;
- var timelineIndex;
- var minTimeDiff = Infinity;
-
- var _loop = function _loop(idx) {
- var file = consideredFiles[idx];
- var candidateTimestampIndex = file.selectedIndex;
- var candidateTimestamp = file.timeline[candidateTimestampIndex];
- var candidateCondition = void 0;
-
- switch (direction) {
- case DIRECTION.BACKWARD:
- candidateCondition = function candidateCondition() {
- return candidateTimestamp < context.state.currentTimestamp;
- };
-
- break;
-
- case DIRECTION.FORWARD:
- candidateCondition = function candidateCondition() {
- return candidateTimestamp > context.state.currentTimestamp;
- };
-
- break;
- }
-
- if (!candidateCondition()) {
- // Not a candidate — find a valid candidate
- var noCandidate = false;
-
- while (!candidateCondition()) {
- candidateTimestampIndex += direction;
-
- if (candidateTimestampIndex < 0 || candidateTimestampIndex >= file.timeline.length) {
- noCandidate = true;
- break;
- }
-
- candidateTimestamp = file.timeline[candidateTimestampIndex];
- }
-
- if (noCandidate) {
- return "continue";
- }
- }
-
- var timeDiff = Math.abs(candidateTimestamp - context.state.currentTimestamp);
-
- if (minTimeDiff > timeDiff) {
- minTimeDiff = timeDiff;
- fileIndex = idx;
- timelineIndex = candidateTimestampIndex;
- }
- };
-
- for (var idx = 0; idx < consideredFiles.length; idx++) {
- var _ret = _loop(idx);
-
- if (_ret === "continue") continue;
- }
-
- if (fileIndex >= 0) {
- var closestFile = consideredFiles[fileIndex];
- var timestamp = parseInt(closestFile.timeline[timelineIndex]);
- context.dispatch('updateTimelineTime', timestamp);
- }
- }
- }
-});
-new vue_runtime_min_default.a({
- el: '#app',
- store: store,
- // inject the Vuex store into all components
- render: function render(h) {
- return h(App);
- }
-});
-
-/***/ }),
-
-/***/ "W7rI":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("cnw1");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("109c1c85", content, true, {});
-
-/***/ }),
-
-/***/ "XTTb":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.container[data-v-4c213712] {\n display: flex;\n flex-wrap: wrap;\n}\n.transaction-table[data-v-4c213712],\n.changes[data-v-4c213712] {\n flex: 1 1 0;\n width: 0;\n margin: 8px;\n}\n.scrollBody[data-v-4c213712] {\n width: 100%;\n height: 100%;\n overflow: scroll;\n}\n.filters[data-v-4c213712] {\n margin-bottom: 15px;\n width: 100%;\n padding: 15px 5px;\n display: flex;\n flex-wrap: wrap;\n}\n.filters .input[data-v-4c213712] {\n max-width: 300px;\n margin: 0 10px;\n flex-grow: 1;\n}\n.changes-content[data-v-4c213712] {\n padding: 18px;\n height: 550px;\n overflow: auto;\n}\n.no-properties[data-v-4c213712] {\n display: flex;\n flex-direction: column;\n align-self: center;\n align-items: center;\n justify-content: center;\n height: calc(100% - 50px);\n padding: 50px 25px;\n}\n.no-properties .none-icon[data-v-4c213712] {\n font-size: 35px;\n margin-bottom: 10px;\n}\n.no-properties span[data-v-4c213712] {\n font-weight: 100;\n}\n.transaction-event[data-v-4c213712] {\n display: inline-flex;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "Xa82":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.flat-card[data-v-67547334] {\n word-break: normal;\n tab-size: 4;\n font-size: 14px;\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -webkit-tap-highlight-color: rgba(0,0,0,0);\n font-family: Roboto, sans-serif;\n line-height: 1.5;\n background-repeat: no-repeat;\n box-sizing: inherit;\n padding: 0;\n margin: 0;\n display: block;\n max-width: 100%;\n outline: none;\n text-decoration: none;\n transition-property: box-shadow,opacity;\n overflow-wrap: break-word;\n position: relative;\n white-space: normal;\n border: thin solid rgba(0,0,0,.12);\n background-color: #fff;\n color: rgba(0,0,0,.87);\n border-radius: 4px;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "XoqN":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_PropertiesTreeElement_vue_vue_type_style_index_0_id_ec8f5af2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("wRAm");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_PropertiesTreeElement_vue_vue_type_style_index_0_id_ec8f5af2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_PropertiesTreeElement_vue_vue_type_style_index_0_id_ec8f5af2_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "YHKa":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.tree-view-internal-chip[data-v-13fef0b2] {\n display: inline-block;\n}\n.tree-view-chip[data-v-13fef0b2] {\n padding: 0 10px;\n border-radius: 10px;\n background-color: #aaa;\n color: black;\n}\n.tree-view-chip.tree-view-chip-warn[data-v-13fef0b2] {\n background-color: #ffaa6b;\n color: black;\n}\n.tree-view-chip.tree-view-chip-error[data-v-13fef0b2] {\n background-color: #ff6b6b;\n color: black;\n}\n.tree-view-chip.tree-view-chip-gpu[data-v-13fef0b2] {\n background-color: #00c853;\n color: black;\n}\n.tree-view-chip.tree-view-chip-hwc[data-v-13fef0b2] {\n background-color: #448aff;\n color: black;\n}\nspan[data-v-13fef0b2] {\n overflow-wrap: break-word;\n flex: 1 1 auto;\n width: 0;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "YVtB":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("L/qM");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("6fb7ffc2", content, true, {});
-
-/***/ }),
-
-/***/ "Z6lP":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.level-column[data-v-1fbc7f9b] {\n width: 2em;\n display: inline-flex;\n}\n.level-column > div[data-v-1fbc7f9b] {\n align-self: start;\n}\n.time-column[data-v-1fbc7f9b] {\n display: inline-flex;\n width: 13em;\n}\n.time-column .time-link[data-v-1fbc7f9b] {\n width: 9em;\n}\n.tag-column[data-v-1fbc7f9b] {\n width: 11em;\n min-width: 11em;\n}\n.at-column[data-v-1fbc7f9b] {\n width: 30em;\n min-width: 30em;\n}\n.message-column[data-v-1fbc7f9b] {\n min-width: 50em;\n flex-grow: 1;\n word-wrap: break-word;\n}\n.entry[data-v-1fbc7f9b] {\n width: 100%;\n display: inline-flex;\n}\n.entry[data-v-1fbc7f9b]:hover {\n background: #f1f1f1;\n}\n.entry > div[data-v-1fbc7f9b] {\n padding: 6px 10px;\n border-bottom: 1px solid #f1f1f1;\n}\na[data-v-1fbc7f9b] {\n cursor: pointer;\n}\n.inactive[data-v-1fbc7f9b] {\n color: gray;\n}\n.inactive a[data-v-1fbc7f9b] {\n color: gray;\n}\n.just-inactivated[data-v-1fbc7f9b] {\n background: #dee2e3;\n}\n.new-badge[data-v-1fbc7f9b] {\n display: inline-block;\n background: rgb(84, 139, 247);\n border-radius: 3px;\n color: white;\n padding: 0 5px;\n margin-left: 5px;\n font-size: 10px;\n align-self: flex-start;\n}\n.entry.warn[data-v-1fbc7f9b], .entry.warn > div[data-v-1fbc7f9b] {\n background: #FFE0B2;\n}\n.entry.warn.inactive[data-v-1fbc7f9b], .entry.warn.inactive > div[data-v-1fbc7f9b] {\n background: #FFF3E0;\n}\n.entry.error[data-v-1fbc7f9b], .entry.error > div[data-v-1fbc7f9b],\n.entry.wtf[data-v-1fbc7f9b], .entry.wtf > div[data-v-1fbc7f9b] {\n background: #FFCCBC;\n}\n.entry.error.inactive[data-v-1fbc7f9b], .entry.error.inactive > div[data-v-1fbc7f9b],\n.entry.wtf.inactive[data-v-1fbc7f9b], .entry.wtf.inactive > div[data-v-1fbc7f9b] {\n background: #FBE9E7;\n}\n.level-column .icon[data-v-1fbc7f9b] {\n font-size: 15px;\n color: gray;\n width: 15px;\n height: 15px;\n text-align: center;\n}\n.entry.warn .level-column .icon[data-v-1fbc7f9b] {\n color: #FBC02D;\n font-size: 20px;\n}\n.entry.error .level-column .icon[data-v-1fbc7f9b], .entry.wtf .level-column .icon[data-v-1fbc7f9b] {\n color: #FF6E40;\n font-size: 20px;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "ZCTO":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DraggableDiv_vue_vue_type_style_index_0_id_14ea7bf0_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("nTMG");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DraggableDiv_vue_vue_type_style_index_0_id_14ea7bf0_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_DraggableDiv_vue_vue_type_style_index_0_id_14ea7bf0_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "ZNy9":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Rects_vue_vue_type_style_index_0_id_1ed6e5de_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("Sxpt");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Rects_vue_vue_type_style_index_0_id_1ed6e5de_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_Rects_vue_vue_type_style_index_0_id_1ed6e5de_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "cnw1":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.time-column[data-v-7fa3dcc2] {\n display: inline-flex;\n width: 13em;\n}\n.time-column .time-link[data-v-7fa3dcc2] {\n width: 9em;\n}\n.type-column[data-v-7fa3dcc2] {\n width: 12em;\n}\n.origin-column[data-v-7fa3dcc2] {\n width: 9em;\n}\n.affected-surfaces-column[data-v-7fa3dcc2] {\n word-wrap: break-word;\n width: 30em;\n}\n.extra-info-column[data-v-7fa3dcc2] {\n width: 20em;\n}\n.entry[data-v-7fa3dcc2] {\n display: inline-flex;\n cursor: pointer;\n}\n.entry > div[data-v-7fa3dcc2] {\n padding: 6px 10px;\n border-bottom: 1px solid #f1f1f1;\n}\n.entry.selected[data-v-7fa3dcc2] {\n background-color: #365179;\n color: white;\n}\n.entry.selected a[data-v-7fa3dcc2] {\n color: white;\n}\n.entry[data-v-7fa3dcc2]:not(.selected):hover {\n background: #f1f1f1;\n}\na[data-v-7fa3dcc2] {\n cursor: pointer;\n}\n.inactive[data-v-7fa3dcc2] {\n color: gray;\n}\n.inactive a[data-v-7fa3dcc2] {\n color: gray;\n}\n.new-badge[data-v-7fa3dcc2] {\n display: inline-block;\n background: rgb(84, 139, 247);\n border-radius: 3px;\n color: white;\n padding: 0 5px;\n margin-left: 5px;\n font-size: 10px;\n}\n.affected-surfaces-column .surface-id[data-v-7fa3dcc2] {\n color: #999999\n}\n.inactive .affected-surfaces-column .surface-id[data-v-7fa3dcc2] {\n color: #b4b4b4\n}\n.light[data-v-7fa3dcc2] {\n color: #999999\n}\n.inactive .light[data-v-7fa3dcc2] {\n color: #b4b4b4\n}\n.vsync[data-v-7fa3dcc2] {\n position: relative;\n}\n.vsync-dot[data-v-7fa3dcc2]:before {\n content: \"\";\n position: absolute;\n left: 0;\n top: -5px;\n height: 10px;\n width: 10px;\n background-color: rgb(170, 65, 255);\n border-radius: 50%;\n display: inline-block;\n}\n.vsync-dot[data-v-7fa3dcc2]:after {\n content: \"\";\n position: absolute;\n left: 0;\n top: 0;\n height: 1px;\n width: 100%;\n background-color: rgb(170, 65, 255);\n display: inline-block;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "e/Vj":
-/***/ (function(module) {
-
-module.exports = JSON.parse("{\"version\":\"1.0.0\",\"messages\":{\"3593205\":{\"message\":\"commitVisibility: %s: visible=%b mVisibleRequested=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/WallpaperWindowToken.java\"},\"9803449\":{\"message\":\"startFreezingDisplayLocked: exitAnim=%d enterAnim=%d called by %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"10608884\":{\"message\":\" FREEZE %s: CREATE\",\"level\":\"INFO\",\"group\":\"WM_SHOW_SURFACE_ALLOC\",\"at\":\"com/android/server/wm/ScreenRotationAnimation.java\"},\"11060725\":{\"message\":\"Attempted to get system decors flag of a display that does not exist: %d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"17696244\":{\"message\":\"startAnimation(): mPendingStart=%b mCanceled=%b\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"29780972\":{\"message\":\"InsetsSource Control %s for target %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/InsetsSourceProvider.java\"},\"35398067\":{\"message\":\"goodToGo(): onAnimationStart, transit=%s, apps=%d, wallpapers=%d, nonApps=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"38267433\":{\"message\":\"Attempted to reset replacing window on non-existing app token %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"44438983\":{\"message\":\"performLayout: Activity exiting now removed %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"45285419\":{\"message\":\"startingWindow was set but startingSurface==null, couldn't remove\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"51200510\":{\"message\":\" BLACK %s: DESTROY\",\"level\":\"INFO\",\"group\":\"WM_SHOW_SURFACE_ALLOC\",\"at\":\"com/android/server/wm/BlackFrame.java\"},\"51628177\":{\"message\":\"Attempted to get windowing mode of a display that does not exist: %d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"51927339\":{\"message\":\"Skipping %s: voice session\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"73987756\":{\"message\":\"ControlAdapter onAnimationCancelled mSource: %s mControlTarget: %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/InsetsSourceProvider.java\"},\"74885950\":{\"message\":\"Waiting for top state to be released by %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"75707221\":{\"message\":\"ControlAdapter startAnimation mSource: %s controlTarget: %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/InsetsSourceProvider.java\"},\"83950285\":{\"message\":\"removeAnimation(%d)\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"90764070\":{\"message\":\"Could not report token removal to the window token client.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowContextListenerController.java\"},\"95216706\":{\"message\":\"hideIme target: %s \",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"95902367\":{\"message\":\"Relayout of %s: focusMayChange=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"100936473\":{\"message\":\"Wallpaper animation!\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"102618780\":{\"message\":\"resumeTopActivity: Pausing %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"108170907\":{\"message\":\"Add starting %s: startingData=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"115358443\":{\"message\":\"Focus changing: %s -> %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"140319294\":{\"message\":\"IME target changed within ActivityRecord\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/ImeInsetsSourceProvider.java\"},\"146871307\":{\"message\":\"Tried to remove starting window but startingWindow was null: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"150351993\":{\"message\":\"addWindow: %s startingWindow=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"152914409\":{\"message\":\" BLACK %s: CREATE layer=%d\",\"level\":\"INFO\",\"group\":\"WM_SHOW_SURFACE_ALLOC\",\"at\":\"com/android/server/wm/BlackFrame.java\"},\"155482615\":{\"message\":\"Focus requested for window=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/InputMonitor.java\"},\"174572959\":{\"message\":\"DisplayArea info changed name=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/DisplayAreaOrganizerController.java\"},\"182319432\":{\"message\":\" remove from targets %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"184362060\":{\"message\":\"screenshotTask(%d): mCanceled=%b\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"184610856\":{\"message\":\"Start calculating TransitionInfo based on participants: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"186668272\":{\"message\":\"Now changing app %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"189628502\":{\"message\":\"Moving to STOPPING: %s (stop requested)\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"200829729\":{\"message\":\"ScreenRotationAnimation onAnimationEnd\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/ScreenRotationAnimation.java\"},\"202263690\":{\"message\":\"rotationForOrientation(orient=%s (%d), last=%s (%d)); user=%s (%d) %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"210750281\":{\"message\":\"applyAnimationUnchecked, control: %s, task: %s, transit: %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/Task.java\"},\"221540118\":{\"message\":\"mUserActivityTimeout set to %d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_KEEP_SCREEN_ON\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"232317536\":{\"message\":\"Set intercept back pressed on root=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/TaskOrganizerController.java\"},\"240271590\":{\"message\":\"moveFocusableActivityToTop: unfocusable activity=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_FOCUS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"241961619\":{\"message\":\"Adding %s to %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowToken.java\"},\"246676969\":{\"message\":\"Attempted to add window with non-application token .%s Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"248210157\":{\"message\":\"Finishing remote animation\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"251812577\":{\"message\":\"Register display organizer=%s uid=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/DisplayAreaOrganizerController.java\"},\"254883724\":{\"message\":\"addWindowToken: Attempted to add binder token: %s for already created window token: %s displayId=%d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"255339989\":{\"message\":\"setFocusedRootTask: taskId=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_FOCUS\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"255692476\":{\"message\":\"**** GOOD TO GO\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"259206414\":{\"message\":\"Creating Transition: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/TransitionController.java\"},\"269576220\":{\"message\":\"Resuming rotation after drag\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DragState.java\"},\"269976641\":{\"message\":\"goodToGo(): Animation canceled already\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"274773837\":{\"message\":\"applyAnimation: anim=%s nextAppTransition=ANIM_CLIP_REVEAL transit=%s Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"288485303\":{\"message\":\"Attempted to set remove mode to a display that does not exist: %d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"289967521\":{\"message\":\"Check opening app=%s: allDrawn=%b startingDisplayed=%b startingMoved=%b isRelaunching()=%b startingWindow=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"292904800\":{\"message\":\"Deferring rotation, animation in progress.\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"295861935\":{\"message\":\"startLockTaskMode: %s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"302969511\":{\"message\":\"Task info changed taskId=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/TaskOrganizerController.java\"},\"302992539\":{\"message\":\"addAnimation(%s)\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"306524472\":{\"message\":\"Stop failed; moving to STOPPED: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"309039362\":{\"message\":\"SURFACE MATRIX [%f,%f,%f,%f]: %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowSurfaceController.java\"},\"312030608\":{\"message\":\"New topFocusedDisplayId=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"315395835\":{\"message\":\"Trying to add window with invalid user=%d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"327461496\":{\"message\":\"Complete pause: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"341055768\":{\"message\":\"resumeTopActivity: Skip resume: need to start pausing\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"342460966\":{\"message\":\"DRAG %s: pos=(%d,%d)\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/DragState.java\"},\"344795667\":{\"message\":\"*** APP TRANSITION TIMEOUT. displayId=%d isTransitionSet()=%b mOpeningApps.size()=%d mClosingApps.size()=%d mChangingApps.size()=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"350168164\":{\"message\":\"Removing activity %s, reason= %s callers=%s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"355720268\":{\"message\":\"stopFreezingDisplayLocked: Unfreezing now\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"371173718\":{\"message\":\"finishSync cancel=%b for %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_SYNC_ENGINE\",\"at\":\"com/android/server/wm/WindowContainer.java\"},\"371641947\":{\"message\":\"Window Manager Crash %s\",\"level\":\"WTF\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"372792199\":{\"message\":\"Non-null activity for system window of rootType=%d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"374506950\":{\"message\":\"Reporting activity moved to display, activityRecord=%s, displayId=%d, config=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_SWITCH\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"374972436\":{\"message\":\"performEnableScreen: Waiting for anim complete\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_BOOT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"378825104\":{\"message\":\"Enqueueing pending pause: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"397105698\":{\"message\":\"grantEmbeddedWindowFocus remove request for win=%s dropped since no candidate was found\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"397382873\":{\"message\":\"Moving to PAUSED: %s %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"399841913\":{\"message\":\"SURFACE RECOVER DESTROY: %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_SURFACE_ALLOC\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"417311568\":{\"message\":\"onResize: Resizing %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RESIZE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"424524729\":{\"message\":\"Attempted to add wallpaper window with unknown token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"430260320\":{\"message\":\" sibling is a top target with mode %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"431715812\":{\"message\":\"Launch on display check: allow launch any on display\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"435494046\":{\"message\":\"Attempted to add window to a display for which the application does not have access: %d. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"457951957\":{\"message\":\"\\tNot visible=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/WallpaperAnimationAdapter.java\"},\"463993897\":{\"message\":\"Aborted waiting for drawn: %s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_SCREEN_ON\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"466506262\":{\"message\":\"Clear freezing of %s: visible=%b freezing=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"485170982\":{\"message\":\"Not finishing noHistory %s on stop because we're just sleeping\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"487621047\":{\"message\":\"DisplayArea vanished name=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/DisplayAreaOrganizerController.java\"},\"508887531\":{\"message\":\"applyAnimation voice: anim=%s transit=%s isEntrance=%b Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"528150092\":{\"message\":\" keep as target %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"531242746\":{\"message\":\" THUMBNAIL %s: CREATE\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowContainerThumbnail.java\"},\"539077569\":{\"message\":\"Clear freezing of %s force=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"544101314\":{\"message\":\"performEnableScreen: Waited %dms for all windows to be drawn\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_BOOT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"550717438\":{\"message\":\"SyncGroup %d: Started for listener: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_SYNC_ENGINE\",\"at\":\"com/android/server/wm/BLASTSyncEngine.java\"},\"556758086\":{\"message\":\"Applying new update lock state '%s' for %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IMMERSIVE\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"557227556\":{\"message\":\"onAnimationFinished(): Notify animation finished:\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"558823034\":{\"message\":\"SURFACE isOpaque=%b: %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowSurfaceController.java\"},\"573582981\":{\"message\":\"reparent: moving activity=%s to new task fragment in task=%d at %d\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"579298675\":{\"message\":\"Moving to DESTROYED: %s (removed from history)\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"585096182\":{\"message\":\"SURFACE isColorSpaceAgnostic=%b: %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowSurfaceController.java\"},\"585839596\":{\"message\":\"call showInsets(ime) on %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/ImeInsetsSourceProvider.java\"},\"594260577\":{\"message\":\"createWallpaperAnimations()\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"594260654\":{\"message\":\"Remove %s: mSurfaceController=%s mAnimatingExit=%b mRemoveOnExit=%b mHasSurface=%b surfaceShowing=%b animating=%b app-animation=%b mWillReplaceWindow=%b mDisplayFrozen=%b callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/WindowState.java\"},\"600140673\":{\"message\":\"checkBootAnimationComplete: Waiting for anim complete\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_BOOT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"608694300\":{\"message\":\" NEW SURFACE SESSION %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/Session.java\"},\"620368427\":{\"message\":\"******* TELLING SURFACE FLINGER WE ARE BOOTED!\",\"level\":\"INFO\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"620519522\":{\"message\":\"findFocusedWindow: No focusable windows, display=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"625447638\":{\"message\":\"Resize reasons for w=%s: %s configChanged=%b dragResizingChanged=%b reportOrientationChanged=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_RESIZE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"628276090\":{\"message\":\"Delaying app transition for screen rotation animation to finish\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"631792420\":{\"message\":\"Attempted to add window with token that is not a window: %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"633654009\":{\"message\":\"SURFACE POS (setPositionInTransaction) @ (%f,%f): %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowSurfaceController.java\"},\"638429464\":{\"message\":\"\\tRemove container=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"644675193\":{\"message\":\"Real start recents\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"},\"646155519\":{\"message\":\"Started intent=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"},\"646981048\":{\"message\":\"Invalid displayId for requestScrollCapture: %d\",\"level\":\"ERROR\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"660908897\":{\"message\":\"Auto-PIP allowed, entering PIP mode directly: %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"662572728\":{\"message\":\"Attempted to add a toast window with bad token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"665256544\":{\"message\":\"All windows drawn!\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_SCREEN_ON\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"666937535\":{\"message\":\"attachWindowContextToDisplayArea: trying to attach to a non-existing display:%d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"669361121\":{\"message\":\"Sleep still need to stop %d activities\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"674932310\":{\"message\":\"Setting Intent of %s to target %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/Task.java\"},\"675705156\":{\"message\":\"resumeTopActivity: Top activity resumed %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"685047360\":{\"message\":\"Resizing window %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_RESIZE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"691515534\":{\"message\":\" Commit wallpaper becoming invisible: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"693423992\":{\"message\":\"setAnimationLocked: setting mFocusMayChange true\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/WindowState.java\"},\"704998117\":{\"message\":\"Failed to create surface control for %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"708142634\":{\"message\":\"Top resumed state released %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"715749922\":{\"message\":\"Allowlisting %d:%s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"726205185\":{\"message\":\"Moving to DESTROYED: %s (destroy skipped)\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"736692676\":{\"message\":\"Config is relaunching %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"744171317\":{\"message\":\" SKIP: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"745391677\":{\"message\":\" CREATE SURFACE %s IN SESSION %s: pid=%d format=%d flags=0x%x / %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_SURFACE_ALLOC\",\"at\":\"com/android/server/wm/WindowStateAnimator.java\"},\"765395228\":{\"message\":\"onAnimationFinished(): controller=%s reorderMode=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"},\"781471998\":{\"message\":\"moveWindowTokenToDisplay: Cannot move to the original display for token: %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"791468751\":{\"message\":\"Pausing rotation during re-position\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/TaskPositioner.java\"},\"793568608\":{\"message\":\" SKIP: sibling is visible but not part of transition\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"794570322\":{\"message\":\"Now closing app %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"806891543\":{\"message\":\"Setting mOrientationChangeComplete=true because wtoken %s numInteresting=%d numDrawn=%d\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"829434921\":{\"message\":\"Draw state now committed in %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/WindowStateAnimator.java\"},\"835814848\":{\"message\":\"%s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"872933199\":{\"message\":\"Changing focus from %s to %s displayId=%d Callers=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"873914452\":{\"message\":\"goodToGo()\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"892244061\":{\"message\":\"Waiting for drawn %s: removed=%b visible=%b mHasSurface=%b drawState=%d\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_SCREEN_ON\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"895158150\":{\"message\":\"allPausedActivitiesComplete: r=%s state=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"898863925\":{\"message\":\"Attempted to add QS dialog window with unknown token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"906215061\":{\"message\":\"Apply window transaction, syncId=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/WindowOrganizerController.java\"},\"913494177\":{\"message\":\"removeAllWindowsIfPossible: removing win=%s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_WINDOW_MOVEMENT\",\"at\":\"com/android/server/wm/WindowToken.java\"},\"916191774\":{\"message\":\"Orientation change complete in %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowStateAnimator.java\"},\"935418348\":{\"message\":\"resumeTopActivity: Skip resume: some activity pausing.\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"950074526\":{\"message\":\"setLockTaskMode: Can't lock due to auth\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/LockTaskController.java\"},\"954470154\":{\"message\":\"FORCED DISPLAY SCALING DISABLED\",\"level\":\"INFO\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"956374481\":{\"message\":\"removeLockedTask: task=%s last task, reverting locktask mode. Callers=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/LockTaskController.java\"},\"959486822\":{\"message\":\"setSyncGroup #%d on %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_SYNC_ENGINE\",\"at\":\"com/android/server/wm/WindowContainer.java\"},\"966569777\":{\"message\":\"SyncGroup %d: onSurfacePlacement checking %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_SYNC_ENGINE\",\"at\":\"com/android/server/wm/BLASTSyncEngine.java\"},\"969323241\":{\"message\":\"Sending new config to %s, config: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"972354148\":{\"message\":\"\\tcontainer=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"979347997\":{\"message\":\"Launch on display check: disallow activity embedding without permission.\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"987903142\":{\"message\":\"Sleep needs to pause %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"996960396\":{\"message\":\"Starting Transition %d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"1001904964\":{\"message\":\"***** BOOT TIMEOUT: forcing display enabled\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1011462000\":{\"message\":\"Re-launching after pause: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"1023413388\":{\"message\":\"Finish waiting for pause of: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1033274509\":{\"message\":\"moveWindowTokenToDisplay: Attempted to move non-existing token: %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1040675582\":{\"message\":\"Can't report activity configuration update - client not running, activityRecord=%s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1046922686\":{\"message\":\"requestScrollCapture: caught exception dispatching callback: %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1047769218\":{\"message\":\"Finishing activity r=%s, result=%d, data=%s, reason=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1049367566\":{\"message\":\"Sending to proc %s new config %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/WindowProcessController.java\"},\"1051545910\":{\"message\":\"Exit animation finished in %s: remove=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"1068803972\":{\"message\":\"Activity paused: token=%s, timeout=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1073230342\":{\"message\":\"startAnimation\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/WallpaperAnimationAdapter.java\"},\"1088929964\":{\"message\":\"onLockTaskPackagesUpdated: starting new locktask task=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/LockTaskController.java\"},\"1089714158\":{\"message\":\" FREEZE %s: DESTROY\",\"level\":\"INFO\",\"group\":\"WM_SHOW_SURFACE_ALLOC\",\"at\":\"com/android/server/wm/ScreenRotationAnimation.java\"},\"1100065297\":{\"message\":\"Attempted to get IME policy of a display that does not exist: %d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1105210816\":{\"message\":\"Skipping config check in destroyed state %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1112047265\":{\"message\":\"finishDrawingWindow: %s mDrawState=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1115248873\":{\"message\":\"Calling onTransitionReady: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"1115417974\":{\"message\":\"FORCED DISPLAY SIZE: %dx%d\",\"level\":\"INFO\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1126328412\":{\"message\":\"Scheduling idle now: forceIdle=%b immediate=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1140424002\":{\"message\":\"Finished screen turning on...\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_SCREEN_ON\",\"at\":\"com/android/server/wm/DisplayPolicy.java\"},\"1149424314\":{\"message\":\"Unregister display organizer=%s uid=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/DisplayAreaOrganizerController.java\"},\"1166381079\":{\"message\":\"Execute app transition: %s, displayId: %d Callers=%s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"1186730970\":{\"message\":\" no common mode yet, so set it\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"1191587912\":{\"message\":\"Moved rootTask=%s behind rootTask=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"},\"1192413464\":{\"message\":\"Comparing existing cls=%s /aff=%s to new cls=%s /aff=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"1208313423\":{\"message\":\"addWindowToken: Attempted to add token: %s for non-exiting displayId=%d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1219600119\":{\"message\":\"addWindow: win=%s Callers=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_FOCUS\",\"at\":\"com/android/server/wm/WindowToken.java\"},\"1224184681\":{\"message\":\"No longer Stopped: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1224307091\":{\"message\":\"checkBootAnimationComplete: Animation complete!\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_BOOT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1246035185\":{\"message\":\"stopFreezingDisplayLocked: Returning waitingForConfig=%b, waitingForRemoteRotation=%b, mAppsFreezingScreen=%d, mWindowsFreezingScreen=%d, mClientFreezingScreen=%b, mOpeningApps.size()=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1252594551\":{\"message\":\"Window types in WindowContext and LayoutParams.type should match! Type from LayoutParams is %d, but type from WindowContext is %d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1254403969\":{\"message\":\"Surface returned was null: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1270792394\":{\"message\":\"Resumed after relaunch %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1288731814\":{\"message\":\"WindowState.hideLw: setting mFocusMayChange true\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/WindowState.java\"},\"1305412562\":{\"message\":\"Report configuration: %s %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityClientController.java\"},\"1316533291\":{\"message\":\"State movement: %s from:%s to:%s reason:%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1325649102\":{\"message\":\"Bad requesting window %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1329340614\":{\"message\":\"Orientation not waiting for draw in %s, surfaceController %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowState.java\"},\"1330804250\":{\"message\":\"addChild: %s at top.\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/Task.java\"},\"1331177619\":{\"message\":\"Attempted to add a toast window with unknown token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1337596507\":{\"message\":\"Sending to proc %s new compat %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/CompatModePackages.java\"},\"1346895820\":{\"message\":\"ScreenRotation still animating: type: %d\\nmDisplayAnimator: %s\\nmEnterBlackFrameAnimator: %s\\nmRotateScreenAnimator: %s\\nmScreenshotRotationAnimator: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/ScreenRotationAnimation.java\"},\"1364126018\":{\"message\":\"Resumed activity; dropping state of: %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1364498663\":{\"message\":\"notifyAppResumed: wasStopped=%b %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1373000889\":{\"message\":\"abortShowImePostLayout\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/ImeInsetsSourceProvider.java\"},\"1381227466\":{\"message\":\"App is requesting an orientation, return %d for display id=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/TaskDisplayArea.java\"},\"1396893178\":{\"message\":\"createRootTask unknown displayId=%d\",\"level\":\"ERROR\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/TaskOrganizerController.java\"},\"1401295262\":{\"message\":\"Mode default, asking user\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/LockTaskController.java\"},\"1401700824\":{\"message\":\"Window drawn win=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_SCREEN_ON\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1417601133\":{\"message\":\"Enqueueing ADD_STARTING\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1422781269\":{\"message\":\"Resuming rotation after re-position\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/TaskPositioner.java\"},\"1423418408\":{\"message\":\"unable to restore pointer icon\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1423592961\":{\"message\":\"<<< CLOSE TRANSACTION removeReplacedWindows\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"1430336882\":{\"message\":\"findFocusedWindow: focusedApp windows not focusable using new focus @ %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"1434383382\":{\"message\":\"Attempted to get flag of a display that does not exist: %d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1448683958\":{\"message\":\"Override pending remote transitionSet=%b adapter=%s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"1457990604\":{\"message\":\"applyAnimation: anim=%s nextAppTransition=ANIM_CUSTOM_IN_PLACE transit=%s Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"1460759282\":{\"message\":\"getAnimationTarget in=%s, out=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"1469310004\":{\"message\":\" SKIP: common mode mismatch. was %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"1495525537\":{\"message\":\"createWallpaperAnimations()\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"1497304204\":{\"message\":\"Deferring rotation, rotation is paused.\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"1504168072\":{\"message\":\"removeIfPossible: %s callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"1515161239\":{\"message\":\"removeDeadWindows: %s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1518495446\":{\"message\":\"removeWindowToken: Attempted to remove non-existing token: %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1519757176\":{\"message\":\"setHomeApp(%s)\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"1521476038\":{\"message\":\"Attempted to set flag to a display that does not exist: %d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1524174282\":{\"message\":\"Launch on display check: no caller info, skip check\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"1525976603\":{\"message\":\"cancelAnimation(): reason=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"1528528509\":{\"message\":\"No thumbnail header bitmap for: %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1533154777\":{\"message\":\"notifyInsetsChanged for %s \",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/WindowState.java\"},\"1557732761\":{\"message\":\"For Intent %s bringing to top: %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"1563755163\":{\"message\":\"Permission Denial: %s from pid=%d, uid=%d requires %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1577579529\":{\"message\":\"win=%s destroySurfaces: appStopped=%b win.mWindowRemovalAllowed=%b win.mRemoveOnExit=%b\",\"level\":\"ERROR\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"1584270979\":{\"message\":\"applyAnimation: container=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/WindowContainer.java\"},\"1589610525\":{\"message\":\"applyAnimation NEXT_TRANSIT_TYPE_OPEN_CROSS_PROFILE_APPS: anim=%s transit=%s isEntrance=true Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"1610646518\":{\"message\":\"Enqueueing pending finish: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1628345525\":{\"message\":\"Now opening app %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"1634557978\":{\"message\":\"**** Dismissing screen rotation animation\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1635062046\":{\"message\":\"Skipping config check invisible: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1635462459\":{\"message\":\"onMovedByResize: Moving %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RESIZE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"1640436199\":{\"message\":\"No app is requesting an orientation, return %d for display id=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/TaskDisplayArea.java\"},\"1648338379\":{\"message\":\"Display id=%d is ignoring all orientation requests, return %d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"1653210583\":{\"message\":\"Removing app %s delayed=%b animation=%s animating=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1658605381\":{\"message\":\"onImeControlTargetChanged %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/InsetsStateController.java\"},\"1671994402\":{\"message\":\"Nulling last startingData\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1674747211\":{\"message\":\"%s forcing orientation to %d for display id=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayArea.java\"},\"1677260366\":{\"message\":\"Finish starting %s: first real window is shown, no animation\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1679569477\":{\"message\":\"Configuration doesn't matter not running %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1689989893\":{\"message\":\"SyncGroup %d: Set ready\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_SYNC_ENGINE\",\"at\":\"com/android/server/wm/BLASTSyncEngine.java\"},\"1699269281\":{\"message\":\"Don't organize or trigger events for untrusted displayId=%d\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/DisplayAreaOrganizerController.java\"},\"1720229827\":{\"message\":\"Creating animation bounds layer\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1720696061\":{\"message\":\"Adding window to Display that has been removed.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1739298851\":{\"message\":\"removeWindowToken: Attempted to remove token: %s for non-exiting displayId=%d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1742235936\":{\"message\":\"Removing startingView=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1746778201\":{\"message\":\"Set freezing of %s: visible=%b freezing=%b visibleRequested=%b. %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1756082882\":{\"message\":\"Orientation change skips hidden %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowStateAnimator.java\"},\"1774661765\":{\"message\":\"Devices still not ready after waiting %d milliseconds before attempting to detect safe mode.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1781673113\":{\"message\":\"onAnimationFinished(): targetRootTask=%s targetActivity=%s mRestoreTargetBehindRootTask=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"},\"1789321832\":{\"message\":\"Then token:%s is invalid. It might be removed\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1789603530\":{\"message\":\"Removing activity %s hasSavedState=%b stateNotNeeded=%s finishing=%b state=%s callers=%s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1794249572\":{\"message\":\"Requesting StartTransition: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/TransitionController.java\"},\"1804245629\":{\"message\":\"Attempted to add starting window to token but already cleaned\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1810019902\":{\"message\":\"TRANSIT_FLAG_OPEN_BEHIND, adding %s to mOpeningApps\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1814259538\":{\"message\":\"pauseBackTasks: taskFrag=%s mResumedActivity=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskDisplayArea.java\"},\"1822314934\":{\"message\":\"Expected target rootTask=%s to restored behind rootTask=%s but it is behind rootTask=%s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"},\"1822843721\":{\"message\":\"Aborted starting %s: startingData=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1824105730\":{\"message\":\"setLockTaskAuth: task=%s mLockTaskAuth=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/Task.java\"},\"1829094918\":{\"message\":\"onLockTaskPackagesUpdated: removing %s mLockTaskAuth()=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/LockTaskController.java\"},\"1831008694\":{\"message\":\"Loading animation for app transition. transit=%s enter=%b frame=%s insets=%s surfaceInsets=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/WindowContainer.java\"},\"1836214582\":{\"message\":\"startingData was nulled out before handling mAddStartingWindow: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1836306327\":{\"message\":\"Skipping set freeze of %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1853793312\":{\"message\":\"Notify removed startingWindow %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1856211951\":{\"message\":\"moveFocusableActivityToTop: already on top, activity=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_FOCUS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1856783490\":{\"message\":\"resumeTopActivity: Restarting %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"1865125884\":{\"message\":\"finishScreenTurningOn: mAwake=%b, mScreenOnEarly=%b, mScreenOnFully=%b, mKeyguardDrawComplete=%b, mWindowManagerDrawComplete=%b\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_SCREEN_ON\",\"at\":\"com/android/server/wm/DisplayPolicy.java\"},\"1866772666\":{\"message\":\"SAFE MODE not enabled\",\"level\":\"INFO\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"1891501279\":{\"message\":\"cancelAnimation(): reason=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"1903353011\":{\"message\":\"notifyAppStopped: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1912291550\":{\"message\":\"Sleep still waiting to pause %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"1918448345\":{\"message\":\"Task appeared taskId=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/TaskOrganizerController.java\"},\"1921821199\":{\"message\":\"Preserving %s until the new one is added\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"1928325128\":{\"message\":\"Run showImeRunner\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/ImeInsetsSourceProvider.java\"},\"1931178855\":{\"message\":\"\\tnonApp=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"1947239194\":{\"message\":\"Deferring rotation, still finishing previous rotation\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"1947936538\":{\"message\":\"Found matching class!\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"1948483534\":{\"message\":\"Could not report config changes to the window token client.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowContextListenerController.java\"},\"1964565370\":{\"message\":\"Starting remote animation\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"1967975839\":{\"message\":\"Changing app %s visible=%b performLayout=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"1984470582\":{\"message\":\"Creating TaskScreenshotAnimatable: task: %s width: %d height: %d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/TaskScreenshotAnimatable.java\"},\"1984782949\":{\"message\":\">>> OPEN TRANSACTION animate\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowAnimator.java\"},\"1995093920\":{\"message\":\"Checking to restart %s: changed=0x%s, handles=0x%s, mLastReportedConfiguration=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"1999594750\":{\"message\":\"startAnimation\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/NonAppWindowAnimationAdapter.java\"},\"2018454757\":{\"message\":\"WS.removeImmediately: %s Already removed...\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"2018852077\":{\"message\":\"Creating SplashScreenStartingData\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"2022422429\":{\"message\":\"createAnimationAdapter(): container=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"2028163120\":{\"message\":\"applyAnimation: anim=%s nextAppTransition=ANIM_SCALE_UP transit=%s isEntrance=%s Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"2034780299\":{\"message\":\"CHECK_IF_BOOT_ANIMATION_FINISHED:\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_BOOT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"2039056415\":{\"message\":\"Found matching affinity candidate!\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"2045641491\":{\"message\":\"Checking %d opening apps (frozen=%b timeout=%b)...\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"2057434754\":{\"message\":\"\\tvisible=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/WallpaperAnimationAdapter.java\"},\"2060978050\":{\"message\":\"moveWindowTokenToDisplay: Attempted to move token: %s to non-exiting displayId=%d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"2083556954\":{\"message\":\"Set mOrientationChanging of %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"2086878461\":{\"message\":\"Could not send command %s with parameters %s. %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"2088592090\":{\"message\":\"handleNotObscuredLocked: %s was holding screen wakelock but no longer has FLAG_KEEP_SCREEN_ON!!! called by%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_KEEP_SCREEN_ON\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"2096635066\":{\"message\":\"Acquiring screen wakelock due to %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_KEEP_SCREEN_ON\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"2114149926\":{\"message\":\"Not removing %s because app died while it's visible\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"2117696413\":{\"message\":\"moveTaskToFront: moving taskId=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"2119122320\":{\"message\":\"setInputMethodTarget %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"2128917433\":{\"message\":\"onProposedRotationChanged, rotation=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"2137411379\":{\"message\":\"applyAnimation: anim=%s animAttr=0x%x transit=%s isEntrance=%b Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"-2146181682\":{\"message\":\"Releasing screen wakelock, obscured by %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_KEEP_SCREEN_ON\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-2127842445\":{\"message\":\"Clearing startingData for token=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-2121056984\":{\"message\":\"%s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/LockTaskController.java\"},\"-2109936758\":{\"message\":\"removeAppToken make exiting: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-2109864870\":{\"message\":\"app-release(): mOuter=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"-2107721178\":{\"message\":\"grantEmbeddedWindowFocus win=%s grantFocus=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-2101985723\":{\"message\":\"Failed looking up window session=%s callers=%s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-2093859262\":{\"message\":\"setClientVisible: %s clientVisible=%b Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/WindowToken.java\"},\"-2072089308\":{\"message\":\"Attempted to add window with token that is a sub-window: %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-2054442123\":{\"message\":\"Setting Intent of %s to %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/Task.java\"},\"-2049725903\":{\"message\":\"Task back pressed on root taskId=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/TaskOrganizerController.java\"},\"-2039580386\":{\"message\":\"Attempted to add input method window with unknown token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-2036671725\":{\"message\":\" SKIP: is wallpaper\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-2029985709\":{\"message\":\"setFocusedTask: taskId=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_FOCUS\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-2024464438\":{\"message\":\"app-onAnimationFinished(): mOuter=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"-2014162875\":{\"message\":\"Could not register window container listener token=%s, container=%s\",\"level\":\"ERROR\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowContextListenerController.java\"},\"-2012562539\":{\"message\":\"startAnimation(): Notify animation start:\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"-2010331310\":{\"message\":\"resumeTopActivity: Top activity resumed (dontWaitForPause) %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-2006946193\":{\"message\":\"setClientVisible: %s clientVisible=%b Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-2002500255\":{\"message\":\"Defer removing snapshot surface in %dms\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/TaskSnapshotSurface.java\"},\"-1991255017\":{\"message\":\"Drawing snapshot surface sizeMismatch=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/TaskSnapshotSurface.java\"},\"-1980468143\":{\"message\":\"DisplayArea appeared name=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/DisplayAreaOrganizerController.java\"},\"-1979455254\":{\"message\":\"Launch on display check: allow launch for caller present on the display\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"-1976930686\":{\"message\":\"Attempted to add Accessibility overlay window with bad token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1973119651\":{\"message\":\"SyncGroup %d: Adding to group: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_SYNC_ENGINE\",\"at\":\"com/android/server/wm/BLASTSyncEngine.java\"},\"-1963461591\":{\"message\":\"Removing %s from %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1949279037\":{\"message\":\"Attempted to add input method window with bad token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1939861963\":{\"message\":\"Create root task displayId=%d winMode=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/TaskOrganizerController.java\"},\"-1939358269\":{\"message\":\"mRecentScreenshotAnimator finish\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"-1938839202\":{\"message\":\"SURFACE LEAK DESTROY: %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"-1938204785\":{\"message\":\"Moving existing starting %s from %s to %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1918702467\":{\"message\":\"onSyncFinishedDrawing %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_SYNC_ENGINE\",\"at\":\"com/android/server/wm/WindowContainer.java\"},\"-1915280162\":{\"message\":\"Attempted to add wallpaper window with bad token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1906387645\":{\"message\":\"SURFACE controller=%s alpha=%f HScale=%f, VScale=%f: %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowStateAnimator.java\"},\"-1905191109\":{\"message\":\"SyncGroup %d: Finished!\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_SYNC_ENGINE\",\"at\":\"com/android/server/wm/BLASTSyncEngine.java\"},\"-1895337367\":{\"message\":\"Delete root task display=%d winMode=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/TaskOrganizerController.java\"},\"-1886145147\":{\"message\":\"resumeTopActivity: Going to sleep and all paused\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-1884933373\":{\"message\":\"enableScreenAfterBoot: mDisplayEnabled=%b mForceDisplayEnabled=%b mShowingBootMessages=%b mSystemBooted=%b. %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_BOOT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1878839956\":{\"message\":\"Marking app token %s with replacing windows.\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1872288685\":{\"message\":\"applyAnimation: anim=%s nextAppTransition=%s transit=%s isEntrance=%b Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"-1868124841\":{\"message\":\"screenOnEarly=%b, awake=%b, currentAppOrientation=%d, orientationSensorEnabled=%b, keyguardDrawComplete=%b, windowManagerDrawComplete=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"-1868048288\":{\"message\":\"Updating to new configuration after starting activity.\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityStarter.java\"},\"-1862269827\":{\"message\":\"applyAnimation: anim=%s transit=%s isEntrance=%b Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"-1844540996\":{\"message\":\" Initial targets: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-1838803135\":{\"message\":\"Attempted to set windowing mode to a display that does not exist: %d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1834214907\":{\"message\":\"createNonAppWindowAnimations()\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"-1824578273\":{\"message\":\"Reporting new frame to %s: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_RESIZE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"-1810446914\":{\"message\":\"Trying to update display configuration for system/invalid process.\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-1800899273\":{\"message\":\"applyAnimation: anim=%s transit=%s Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"-1792633344\":{\"message\":\"Register task organizer=%s uid=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/TaskOrganizerController.java\"},\"-1791031393\":{\"message\":\"Ensuring correct configuration: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1782453012\":{\"message\":\"Checking theme of starting window: 0x%x\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1777196134\":{\"message\":\"goodToGo(): No apps to animate, mPendingAnimations=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"-1770075711\":{\"message\":\"Adding window client %s that is dead, aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1768557332\":{\"message\":\"removeWallpaperAnimation()\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"-1750384749\":{\"message\":\"Launch on display check: allow launch on public display\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"-1750206390\":{\"message\":\"Exception thrown when creating surface for client %s (%s). %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1747461042\":{\"message\":\"set mOrientationChanging of %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowState.java\"},\"-1740512980\":{\"message\":\"Stopping %s: nowVisible=%b animating=%b finishing=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"-1730156332\":{\"message\":\"Display id=%d rotation changed to %d from %d, lastOrientation=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"-1715268616\":{\"message\":\"Last window, removing starting window %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1710206702\":{\"message\":\"Display id=%d is frozen while keyguard locked, return %d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"-1707370822\":{\"message\":\"Ready to stop: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"-1704402370\":{\"message\":\"resetTaskIntendedTask: calling finishActivity on %s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ResetTargetTaskHelper.java\"},\"-1699018375\":{\"message\":\"Adding activity %s to task %s callers: %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/Task.java\"},\"-1698815688\":{\"message\":\"Resetting app token %s of replacing window marks.\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1679411993\":{\"message\":\"setVr2dDisplayId called for: %d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-1670695197\":{\"message\":\"Attempted to add presentation window to a non-suitable display. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1661704580\":{\"message\":\"Attempted to set replacing window on non-existing app token %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1647332198\":{\"message\":\"remove RecentTask %s when finishing user %d\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RecentTasks.java\"},\"-1638958146\":{\"message\":\"Removing activity %s from task=%s adding to task=%s Callers=%s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ResetTargetTaskHelper.java\"},\"-1633115609\":{\"message\":\"Key dispatch not paused for screen off\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-1632122349\":{\"message\":\"Changing surface while display frozen: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1630752478\":{\"message\":\"removeLockedTask: removed %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/LockTaskController.java\"},\"-1598452494\":{\"message\":\"activityDestroyedLocked: r=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_CONTAINERS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1596995693\":{\"message\":\"startAnimation\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"-1587921395\":{\"message\":\" Top targets: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-1585311008\":{\"message\":\"Bring to front target: %s from %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityStarter.java\"},\"-1575977269\":{\"message\":\"Skipping %s: mismatch root %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-1568331821\":{\"message\":\"Enabling listeners\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"-1567866547\":{\"message\":\"Collecting in transition %d: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-1564228464\":{\"message\":\"App died while pausing: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-1559645910\":{\"message\":\"Looking for task of type=%s, taskAffinity=%s, intent=%s, info=%s, preferredTDA=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-1558137010\":{\"message\":\"Config is relaunching invisible activity %s called by %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1554521902\":{\"message\":\"showInsets(ime) was requested by different window: %s \",\"level\":\"WARN\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/ImeInsetsSourceProvider.java\"},\"-1545962566\":{\"message\":\"View server did not start\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1539974875\":{\"message\":\"removeAppToken: %s delayed=%b Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1526645239\":{\"message\":\"Timeout waiting for drawn: undrawn=%s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1521427940\":{\"message\":\"commitVisibility: %s: visible=%b mVisibleRequested=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1517908912\":{\"message\":\"requestScrollCapture: caught exception dispatching to window.token=%s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1515151503\":{\"message\":\">>> OPEN TRANSACTION removeReplacedWindows\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-1499134947\":{\"message\":\"Removing starting %s from %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1497837552\":{\"message\":\"onAnimationFinished(): mPendingAnimations=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"-1495062622\":{\"message\":\"Can't report activity moved to display - client not running, activityRecord=%s, displayId=%d\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_SWITCH\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1492881555\":{\"message\":\"Starting activity when config will change = %b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityStarter.java\"},\"-1480772131\":{\"message\":\"No app or window is requesting an orientation, return %d for display id=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"-1474602871\":{\"message\":\"Launch on display check: disallow launch on virtual display for not-embedded activity.\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"-1474292612\":{\"message\":\"Could not find task for id: %d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-1471946192\":{\"message\":\"Marking app token %s with replacing child windows.\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1468740466\":{\"message\":\"Moving to PAUSED: %s (starting in paused state)\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"-1452274694\":{\"message\":\" CAN PROMOTE: promoting to parent %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-1443029505\":{\"message\":\"SAFE MODE ENABLED (menu=%d s=%d dpad=%d trackball=%d)\",\"level\":\"INFO\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1438175584\":{\"message\":\"Input focus has changed to %s display=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/InputMonitor.java\"},\"-1434147454\":{\"message\":\"cleanupAnimation(): Notify animation finished mPendingAnimations=%d reorderMode=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"-1432963966\":{\"message\":\"Moving to DESTROYING: %s (destroy requested)\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1427184084\":{\"message\":\"addWindow: New client %s: window=%s Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1421296808\":{\"message\":\"Moving to RESUMED: %s (in existing)\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-1419762046\":{\"message\":\"moveRootTaskToDisplay: moving taskId=%d to displayId=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-1419461256\":{\"message\":\"resumeTopActivity: Resumed %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-1413901262\":{\"message\":\"startRecentsActivity(): intent=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"},\"-1410260105\":{\"message\":\"Schedule IME show for %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/ImeInsetsSourceProvider.java\"},\"-1391944764\":{\"message\":\"SURFACE DESTROY: %s. %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_SURFACE_ALLOC\",\"at\":\"com/android/server/wm/WindowStateAnimator.java\"},\"-1389772804\":{\"message\":\"Attempted to add voice interaction window with bad token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1376035390\":{\"message\":\"No task found\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-1375751630\":{\"message\":\" --- Start combine pass ---\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-1364754753\":{\"message\":\"Task vanished taskId=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/TaskOrganizerController.java\"},\"-1352076759\":{\"message\":\"Removing app token: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1350198040\":{\"message\":\"hideBootMessagesLocked: mDisplayEnabled=%b mForceDisplayEnabled=%b mShowingBootMessages=%b mSystemBooted=%b. %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_BOOT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1340540100\":{\"message\":\"Creating SnapshotStartingData\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1312861660\":{\"message\":\"notifyInsetsControlChanged for %s \",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/WindowState.java\"},\"-1305966693\":{\"message\":\"Sending position change to %s, onTop: %b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1305791032\":{\"message\":\"Moving to STOPPED: %s (stop complete)\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1305755880\":{\"message\":\"Initial config: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-1304806505\":{\"message\":\"Starting new activity %s in new task %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityStarter.java\"},\"-1292329638\":{\"message\":\"Added starting %s: startingWindow=%s startingView=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1270731689\":{\"message\":\"Attempted to set replacing window on app token with no content %s\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1270148832\":{\"message\":\"Resize start waiting for draw, mDrawState=DRAW_PENDING in %s, surfaceController %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_RESIZE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"-1263316010\":{\"message\":\"Computed rotation=%s (%d) for display id=%d based on lastOrientation=%s (%d) and oldRotation=%s (%d)\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"-1259022216\":{\"message\":\"SURFACE HIDE ( %s ): %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowSurfaceController.java\"},\"-1257821162\":{\"message\":\"OUT SURFACE %s: copied\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1248645819\":{\"message\":\"\\tAdd container=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"-1228653755\":{\"message\":\"Launch on display check: displayId=%d callingPid=%d callingUid=%d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"-1219773477\":{\"message\":\"setInputConsumerEnabled(%s): mCanceled=%b\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"-1207757583\":{\"message\":\"startAnimation(): Notify animation start: %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"-1198579104\":{\"message\":\"Pushing next activity %s out to target's task %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ResetTargetTaskHelper.java\"},\"-1193946201\":{\"message\":\"Can't report activity position update - client not running, activityRecord=%s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1187377055\":{\"message\":\"Enqueue pending stop if needed: %s wasStopping=%b visibleRequested=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-1176488860\":{\"message\":\"SURFACE isSecure=%b: %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowSurfaceController.java\"},\"-1164930508\":{\"message\":\"Moving to RESUMED: %s (starting new instance) callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/Task.java\"},\"-1156118957\":{\"message\":\"Updated config=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"},\"-1153814764\":{\"message\":\"onAnimationCancelled\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/NonAppWindowAnimationAdapter.java\"},\"-1142279614\":{\"message\":\"Looking for focus: %s, flags=%d, canReceive=%b, reason=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"-1136467585\":{\"message\":\"The listener does not exist.\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowContextListenerController.java\"},\"-1136139407\":{\"message\":\"no-history finish of %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1130891072\":{\"message\":\"Orientation continue waiting for draw in %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowStateAnimator.java\"},\"-1130868271\":{\"message\":\"Resizing %s WITH DRAW PENDING\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowState.java\"},\"-1128015008\":{\"message\":\"Schedule remove starting %s startingWindow=%s startingView=%s Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1117599386\":{\"message\":\"Deferring rotation, display is not enabled.\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"-1115019498\":{\"message\":\"Configuration & display unchanged in %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1113134997\":{\"message\":\"Attempted to add application window with unknown token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1108775960\":{\"message\":\"%s is requesting orientation %d (%s)\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowContainer.java\"},\"-1103716954\":{\"message\":\"Not removing %s due to exit animation\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"-1103115659\":{\"message\":\"Performing post-rotate rotation\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-1089874824\":{\"message\":\"SURFACE SHOW (performLayout): %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowSurfaceController.java\"},\"-1076978367\":{\"message\":\"thawRotation: mRotation=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1069336896\":{\"message\":\"onRootTaskOrderChanged(): rootTask=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"},\"-1060365734\":{\"message\":\"Attempted to add QS dialog window with bad token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1047945589\":{\"message\":\"Remove client=%x, surfaceController=%s Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS\",\"at\":\"com/android/server/wm/WindowState.java\"},\"-1042574499\":{\"message\":\"Attempted to add Accessibility overlay window with unknown token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-1022146708\":{\"message\":\"Skipping %s: mismatch activity type\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-1016578046\":{\"message\":\"Moving to %s Relaunching %s callers=%s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-1009117329\":{\"message\":\"isFetchingAppTransitionSpecs=true\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"-1003060523\":{\"message\":\"Finish needs to pause: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-993378225\":{\"message\":\"finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING %s in %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_DRAW\",\"at\":\"com/android/server/wm/WindowStateAnimator.java\"},\"-986746907\":{\"message\":\"Starting window removed %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/WindowState.java\"},\"-957060823\":{\"message\":\"Moving to PAUSING: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-951939129\":{\"message\":\"Unregister task organizer=%s uid=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/TaskOrganizerController.java\"},\"-948446688\":{\"message\":\"Create TaskDisplayArea uid=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/DisplayAreaOrganizerController.java\"},\"-938271693\":{\"message\":\"allResumedActivitiesIdle: rootTask=%d %s not idle\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-937498525\":{\"message\":\"Executing finish of failed to pause activity: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-930893991\":{\"message\":\"Set sync ready, syncId=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/WindowOrganizerController.java\"},\"-929676529\":{\"message\":\"Configuration changes for %s, allChanges=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-927199900\":{\"message\":\"Updating global configuration to: %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-926231510\":{\"message\":\"State unchanged from:%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-917215012\":{\"message\":\"%s: caller %d is using old GET_TASKS but privileged; allowing\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-916108501\":{\"message\":\"Adding %s to %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"-914253865\":{\"message\":\"Attempted to add voice interaction window with unknown token %s. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-883738232\":{\"message\":\"Adding more than one toast window for UID at a time.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-877494781\":{\"message\":\"Start pushing activity %s out to bottom task %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ResetTargetTaskHelper.java\"},\"-874888131\":{\"message\":\"Set transition ready=%b %d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-874446906\":{\"message\":\"showBootMessage: msg=%s always=%b mAllowBootMessages=%b mShowingBootMessages=%b mSystemBooted=%b. %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_BOOT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-861859917\":{\"message\":\"Attempted to add window to a display that does not exist: %d. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-861707633\":{\"message\":\"Destroying surface %s called by %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_SURFACE_ALLOC\",\"at\":\"com/android/server/wm/WindowSurfaceController.java\"},\"-856750101\":{\"message\":\"Launch on display check: allow launch for owner of the display\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"-856590985\":{\"message\":\"dcTarget: %s mImeRequester: %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/ImeInsetsSourceProvider.java\"},\"-855366859\":{\"message\":\" merging children in from %s: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-853404763\":{\"message\":\"\\twallpaper=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"-853226675\":{\"message\":\"Attempted to add window with exiting application token .%s Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-846078709\":{\"message\":\"Configuration doesn't matter in finishing %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-814760297\":{\"message\":\"Looking for task of %s in %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-809771899\":{\"message\":\"findFocusedWindow: Reached focused app=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"-804217032\":{\"message\":\"Skipping config check (will change): %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-784959154\":{\"message\":\"Attempted to add private presentation window to a non-private display. Aborting.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-783405930\":{\"message\":\"Performing post-rotate rotation\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-775004869\":{\"message\":\"Not a match: %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-771177730\":{\"message\":\"Removing focused app token:%s displayId=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-766059044\":{\"message\":\"Display id=%d selected orientation %s (%d), got rotation %s (%d)\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"-760801764\":{\"message\":\"onAnimationCancelled\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/WallpaperAnimationAdapter.java\"},\"-760764543\":{\"message\":\"Focus not requested for window=%s because it has no surface or is not focusable.\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/InputMonitor.java\"},\"-754503024\":{\"message\":\"Relayout %s: oldVis=%d newVis=%d. %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_SCREEN_ON\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-743431900\":{\"message\":\"Configuration no differences in %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-729530161\":{\"message\":\"Moving to DESTROYED: %s (no app)\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-705939410\":{\"message\":\"Waiting for pause to complete...\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-703543418\":{\"message\":\" check sibling %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-701167286\":{\"message\":\"applyAnimation: transit=%s, enter=%b, wc=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/WindowContainer.java\"},\"-694710814\":{\"message\":\"Pausing rotation during drag\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DragState.java\"},\"-677449371\":{\"message\":\"moveTaskToRootTask: moving task=%d to rootTaskId=%d toTop=%b\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-672355406\":{\"message\":\" Rejecting as no-op: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-668956537\":{\"message\":\" THUMBNAIL %s: CREATE\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/SurfaceFreezer.java\"},\"-666510420\":{\"message\":\"With display frozen, orientationChangeComplete=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-655104359\":{\"message\":\"Frontmost changed immersion: %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IMMERSIVE\",\"at\":\"com/android/server/wm/ActivityClientController.java\"},\"-653156702\":{\"message\":\"createAppAnimations()\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_REMOTE_ANIMATIONS\",\"at\":\"com/android/server/wm/RemoteAnimationController.java\"},\"-648891906\":{\"message\":\"Activity not running or entered PiP, resuming next.\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-641258376\":{\"message\":\"realStartActivityLocked: Skipping start of r=%s some activities pausing...\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"-639217716\":{\"message\":\"setFocusedApp %s displayId=%d Callers=%s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"-635082269\":{\"message\":\"******** booted=%b msg=%b haveBoot=%b haveApp=%b haveWall=%b wallEnabled=%b haveKeyguard=%b\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_SCREEN_ON\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"-622997754\":{\"message\":\"postWindowRemoveCleanupLocked: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-622017164\":{\"message\":\"Finish Transition: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/TransitionController.java\"},\"-618015844\":{\"message\":\"performEnableScreen: mDisplayEnabled=%b mForceDisplayEnabled=%b mShowingBootMessages=%b mSystemBooted=%b mOnlyCore=%b. %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_BOOT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-597091183\":{\"message\":\"Delete TaskDisplayArea uid=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/DisplayAreaOrganizerController.java\"},\"-593535526\":{\"message\":\"Binding proc %s with config %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/am/ActivityManagerService.java\"},\"-583031528\":{\"message\":\"%s\",\"level\":\"INFO\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-576070986\":{\"message\":\"Performing post-rotate rotation after seamless rotation\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"-567946587\":{\"message\":\"Requested redraw for orientation change: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowState.java\"},\"-561092364\":{\"message\":\"onPointerDownOutsideFocusLocked called on %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-549028919\":{\"message\":\"enableScreenIfNeededLocked: mDisplayEnabled=%b mForceDisplayEnabled=%b mShowingBootMessages=%b mSystemBooted=%b. %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_BOOT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-548282316\":{\"message\":\"setLockTaskMode: Locking to %s Callers=%s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/LockTaskController.java\"},\"-547111355\":{\"message\":\"hideIme Control target: %s \",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-545190927\":{\"message\":\"<<< CLOSE TRANSACTION animate\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/WindowAnimator.java\"},\"-532081937\":{\"message\":\" Commit activity becoming invisible: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-521613870\":{\"message\":\"App died during pause, not stopping: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-519504830\":{\"message\":\"applyAnimation: anim=%s nextAppTransition=ANIM_CUSTOM transit=%s isEntrance=%b Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/AppTransition.java\"},\"-509601642\":{\"message\":\" checking %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-507657818\":{\"message\":\"Window %s is already added\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-503656156\":{\"message\":\"Update process config of %s to new config %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-497620140\":{\"message\":\"Transaction ready, syncId=%d\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_ORGANIZER\",\"at\":\"com/android/server/wm/WindowOrganizerController.java\"},\"-496681057\":{\"message\":\"Attempted to get remove mode of a display that does not exist: %d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-484194149\":{\"message\":\"no-history finish of %s on new resume\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityTaskSupervisor.java\"},\"-481924678\":{\"message\":\"handleNotObscuredLocked w: %s, w.mHasSurface: %b, w.isOnScreen(): %b, w.isDisplayedLw(): %b, w.mAttrs.userActivityTimeout: %d\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_KEEP_SCREEN_ON\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-463348344\":{\"message\":\"Removing and adding activity %s to root task at top callers=%s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/Task.java\"},\"-449118559\":{\"message\":\"Trying to update display configuration for invalid process, pid=%d\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-446752714\":{\"message\":\" SKIP: sibling contains top target %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-445944810\":{\"message\":\"finish(%b): mCanceled=%b\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"-443173857\":{\"message\":\"Moving pending starting from %s to %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-439951996\":{\"message\":\"Disabling listeners\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/DisplayRotation.java\"},\"-415865166\":{\"message\":\"findFocusedWindow: Found new focus @ %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"-405536909\":{\"message\":\"Removing snapshot surface\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/TaskSnapshotSurface.java\"},\"-401282500\":{\"message\":\"destroyIfPossible: r=%s destroy returned removed=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_CONTAINERS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-401029526\":{\"message\":\"%s: caller %d does not hold REAL_GET_TASKS; limiting output\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-399343789\":{\"message\":\"Skipping %s: different user\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-395922585\":{\"message\":\"InsetsSource setWin %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/InsetsSourceProvider.java\"},\"-393505149\":{\"message\":\"unable to update pointer icon\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-386552155\":{\"message\":\"Attempted to set system decors flag to a display that does not exist: %d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-381475323\":{\"message\":\"DisplayContent: boot is waiting for window of type %d to be drawn\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_BOOT\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"-379068494\":{\"message\":\"unknownApps is not empty: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"-374767836\":{\"message\":\"setAppVisibility(%s, visible=%b): %s visible=%b mVisibleRequested=%b Callers=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-373110070\":{\"message\":\"Skipping task: (mismatch activity/task) %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_TASKS\",\"at\":\"com/android/server/wm/RootWindowContainer.java\"},\"-354571697\":{\"message\":\"Existence Changed in transition %d: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-344488673\":{\"message\":\"Finishing drawing window %s: mDrawState=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/WindowStateAnimator.java\"},\"-322743468\":{\"message\":\"setInputMethodInputTarget %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"-322035974\":{\"message\":\"App freeze timeout expired.\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-320419645\":{\"message\":\"Removing replaced window: %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ADD_REMOVE\",\"at\":\"com/android/server/wm/WindowState.java\"},\"-317194205\":{\"message\":\"clearLockedTasks: %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/LockTaskController.java\"},\"-312353598\":{\"message\":\"Executing finish of activity: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-310337305\":{\"message\":\"Activity config changed during resume: %s, new next: %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-302468788\":{\"message\":\"Expected target rootTask=%s to be top most but found rootTask=%s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"},\"-302335479\":{\"message\":\" remove from topTargets %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_TRANSITIONS\",\"at\":\"com/android/server/wm/Transition.java\"},\"-292790591\":{\"message\":\"Attempted to set IME policy to a display that does not exist: %d\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-262984451\":{\"message\":\"Relaunch failed %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-251259736\":{\"message\":\"No longer freezing: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-240296576\":{\"message\":\"handleAppTransitionReady: displayId=%d appTransition={%s} openingApps=[%s] closingApps=[%s] transit=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS\",\"at\":\"com/android/server/wm/AppTransitionController.java\"},\"-235225312\":{\"message\":\"Skipping config check for initializing activity: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-230587670\":{\"message\":\"SyncGroup %d: Unfinished container: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_SYNC_ENGINE\",\"at\":\"com/android/server/wm/BLASTSyncEngine.java\"},\"-198463978\":{\"message\":\"updateRotationUnchecked: alwaysSendConfiguration=%b forceRelayout=%b\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-193782861\":{\"message\":\"Final remove of window: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_WINDOW_MOVEMENT\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-177040661\":{\"message\":\"Start rotation animation. customAnim=%s, mCurRotation=%s, mOriginalRotation=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_ORIENTATION\",\"at\":\"com/android/server/wm/ScreenRotationAnimation.java\"},\"-172900257\":{\"message\":\"addTaskToTargets, target: %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"-172326720\":{\"message\":\"Saving icicle of %s: %s\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-168799453\":{\"message\":\"Allowing features %d:0x%s\",\"level\":\"WARN\",\"group\":\"WM_DEBUG_LOCKTASK\",\"at\":\"com/android/server/wm/ActivityTaskManagerService.java\"},\"-167822951\":{\"message\":\"Attempted to add starting window to token with already existing starting window\",\"level\":\"WARN\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-163974242\":{\"message\":\"setFinishTaskTransaction(%d): transaction=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimationController.java\"},\"-143556958\":{\"message\":\"resumeNextFocusableActivityWhenRootTaskIsEmpty: %s, go home\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/Task.java\"},\"-124316973\":{\"message\":\"Translucent=%s Floating=%s ShowWallpaper=%s Disable=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STARTING_WINDOW\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-116086365\":{\"message\":\"******************** ENABLING SCREEN!\",\"level\":\"INFO\",\"group\":\"WM_DEBUG_SCREEN_ON\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-112805366\":{\"message\":\"InsetsSource updateVisibility serverVisible: %s clientVisible: %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_IME\",\"at\":\"com/android/server/wm/InsetsSourceProvider.java\"},\"-108977760\":{\"message\":\"Sandbox max bounds for uid %s to bounds %s. config to never sandbox = %s, config to always sandbox = %s, letterboxing from mismatch with parent bounds = %s, has mCompatDisplayInsets = %s, should create compatDisplayInsets = %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-106400104\":{\"message\":\"Preload recents with %s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"},\"-90559682\":{\"message\":\"Config is skipping already pausing %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_CONFIGURATION\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-87705714\":{\"message\":\"findFocusedWindow: focusedApp=null using new focus @ %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_FOCUS_LIGHT\",\"at\":\"com/android/server/wm/DisplayContent.java\"},\"-87703044\":{\"message\":\"Boot completed: SurfaceFlinger is dead!\",\"level\":\"ERROR\",\"group\":\"WM_ERROR\",\"at\":\"com/android/server/wm/WindowManagerService.java\"},\"-86763148\":{\"message\":\" KILL SURFACE SESSION %s\",\"level\":\"INFO\",\"group\":\"WM_SHOW_TRANSACTIONS\",\"at\":\"com/android/server/wm/Session.java\"},\"-80004683\":{\"message\":\"Resume failed; resetting state to %s: %s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/TaskFragment.java\"},\"-50336993\":{\"message\":\"moveFocusableActivityToTop: activity=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_FOCUS\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-33096143\":{\"message\":\"applyAnimation: transition animation is disabled or skipped. container=%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_APP_TRANSITIONS_ANIM\",\"at\":\"com/android/server/wm/WindowContainer.java\"},\"-21399771\":{\"message\":\"activity %s already destroying, skipping request with reason:%s\",\"level\":\"VERBOSE\",\"group\":\"WM_DEBUG_STATES\",\"at\":\"com/android/server/wm/ActivityRecord.java\"},\"-8483143\":{\"message\":\"No root task above target root task=%s\",\"level\":\"DEBUG\",\"group\":\"WM_DEBUG_RECENTS_ANIMATIONS\",\"at\":\"com/android/server/wm/RecentsAnimation.java\"}},\"groups\":{\"WM_DEBUG_ADD_REMOVE\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_APP_TRANSITIONS\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_APP_TRANSITIONS_ANIM\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_BOOT\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_CONFIGURATION\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_CONTAINERS\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_DRAW\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_FOCUS\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_FOCUS_LIGHT\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_IME\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_IMMERSIVE\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_KEEP_SCREEN_ON\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_LOCKTASK\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_ORIENTATION\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_RECENTS_ANIMATIONS\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_REMOTE_ANIMATIONS\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_RESIZE\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_SCREEN_ON\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_STARTING_WINDOW\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_STATES\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_SWITCH\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_SYNC_ENGINE\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_TASKS\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_WINDOW_MOVEMENT\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_WINDOW_ORGANIZER\":{\"tag\":\"WindowManager\"},\"WM_DEBUG_WINDOW_TRANSITIONS\":{\"tag\":\"WindowManager\"},\"WM_ERROR\":{\"tag\":\"WindowManager\"},\"WM_SHOW_SURFACE_ALLOC\":{\"tag\":\"WindowManager\"},\"WM_SHOW_TRANSACTIONS\":{\"tag\":\"WindowManager\"}}}");
-
-/***/ }),
-
-/***/ "f+C6":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.container {\n display: flex;\n flex-wrap: wrap;\n}\n.filters, .navigation {\n width: 100%;\n display: flex;\n flex-direction: row;\n align-items: center;\n}\n.navigation {\n justify-content: flex-end;\n}\n.navigation > button {\n margin: 0;\n}\n.filters > div {\n margin: 10px;\n}\n.log-header {\n display: inline-flex;\n color: var(--md-theme-default-text-accent-on-background, rgba(0,0,0,0.54));\n font-weight: bold;\n}\n.log-header > div {\n padding: 6px 10px;\n border-bottom: 1px solid #f1f1f1;\n}\n.log-header .time-column {\n width: 13em;\n}\n.log-header .tag-column {\n width: 10em;\n}\n.log-header .at-column {\n width: 30em;\n}\n.column-title {\n font-size: 12px;\n}\n.no-logs-message {\n margin: 15px;\n display: flex;\n align-content: center;\n align-items: center;\n}\n.no-logs-message .message {\n margin-left: 10px;\n font-size: 15px;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "fJI6":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("f+C6");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("df63fbba", content, true, {});
-
-/***/ }),
-
-/***/ "jJx6":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("LMFU");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("cb1f9afe", content, true, {});
-
-/***/ }),
-
-/***/ "jneh":
-/***/ (function(module, exports) {
-
-module.exports = {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "com": {
- "nested": {
- "android": {
- "nested": {
- "server": {
- "nested": {
- "wm": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "WindowManagerTraceFileProto": {
- "fields": {
- "magicNumber": {
- "type": "fixed64",
- "id": 1
- },
- "entry": {
- "rule": "repeated",
- "type": "WindowManagerTraceProto",
- "id": 2
- }
- },
- "nested": {
- "MagicNumber": {
- "values": {
- "INVALID": 0,
- "MAGIC_NUMBER_L": 1414416727,
- "MAGIC_NUMBER_H": 1162035538
- }
- }
- }
- },
- "WindowManagerTraceProto": {
- "fields": {
- "elapsedRealtimeNanos": {
- "type": "fixed64",
- "id": 1
- },
- "where": {
- "type": "string",
- "id": 2
- },
- "windowManagerService": {
- "type": "WindowManagerServiceDumpProto",
- "id": 3
- }
- }
- },
- "WindowManagerServiceDumpProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "policy": {
- "type": "WindowManagerPolicyProto",
- "id": 1
- },
- "rootWindowContainer": {
- "type": "RootWindowContainerProto",
- "id": 2
- },
- "focusedWindow": {
- "type": "IdentifierProto",
- "id": 3
- },
- "focusedApp": {
- "type": "string",
- "id": 4
- },
- "inputMethodWindow": {
- "type": "IdentifierProto",
- "id": 5
- },
- "displayFrozen": {
- "type": "bool",
- "id": 6
- },
- "rotation": {
- "type": "int32",
- "id": 7,
- "options": {
- "(.android.typedef)": "android.view.Surface.Rotation",
- "deprecated": true
- }
- },
- "lastOrientation": {
- "type": "int32",
- "id": 8,
- "options": {
- "(.android.typedef)": "android.content.pm.ActivityInfo.ScreenOrientation",
- "deprecated": true
- }
- },
- "focusedDisplayId": {
- "type": "int32",
- "id": 9
- },
- "hardKeyboardAvailable": {
- "type": "bool",
- "id": 10
- }
- }
- },
- "RootWindowContainerProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "windowContainer": {
- "type": "WindowContainerProto",
- "id": 1
- },
- "displays": {
- "rule": "repeated",
- "type": "DisplayContentProto",
- "id": 2,
- "options": {
- "deprecated": true
- }
- },
- "windows": {
- "rule": "repeated",
- "type": "WindowStateProto",
- "id": 4,
- "options": {
- "deprecated": true
- }
- },
- "keyguardController": {
- "type": "KeyguardControllerProto",
- "id": 5
- },
- "isHomeRecentsComponent": {
- "type": "bool",
- "id": 6
- },
- "pendingActivities": {
- "rule": "repeated",
- "type": "IdentifierProto",
- "id": 7,
- "options": {
- "deprecated": true
- }
- }
- },
- "reserved": [
- [
- 3,
- 3
- ]
- ]
- },
- "BarControllerProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "state": {
- "type": ".android.app.StatusBarManagerProto.WindowState",
- "id": 1
- },
- "transientState": {
- "type": ".android.app.StatusBarManagerProto.TransientWindowState",
- "id": 2
- }
- }
- },
- "WindowOrientationListenerProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "enabled": {
- "type": "bool",
- "id": 1
- },
- "rotation": {
- "type": ".android.view.SurfaceProto.Rotation",
- "id": 2
- }
- }
- },
- "KeyguardServiceDelegateProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "showing": {
- "type": "bool",
- "id": 1
- },
- "occluded": {
- "type": "bool",
- "id": 2
- },
- "secure": {
- "type": "bool",
- "id": 3
- },
- "screenState": {
- "type": "ScreenState",
- "id": 4
- },
- "interactiveState": {
- "type": "InteractiveState",
- "id": 5
- }
- },
- "nested": {
- "ScreenState": {
- "values": {
- "SCREEN_STATE_OFF": 0,
- "SCREEN_STATE_TURNING_ON": 1,
- "SCREEN_STATE_ON": 2,
- "SCREEN_STATE_TURNING_OFF": 3
- }
- },
- "InteractiveState": {
- "values": {
- "INTERACTIVE_STATE_SLEEP": 0,
- "INTERACTIVE_STATE_WAKING": 1,
- "INTERACTIVE_STATE_AWAKE": 2,
- "INTERACTIVE_STATE_GOING_TO_SLEEP": 3
- }
- }
- }
- },
- "KeyguardControllerProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "keyguardShowing": {
- "type": "bool",
- "id": 1
- },
- "keyguardOccludedStates": {
- "rule": "repeated",
- "type": "KeyguardOccludedProto",
- "id": 2
- },
- "aodShowing": {
- "type": "bool",
- "id": 3
- }
- }
- },
- "KeyguardOccludedProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "displayId": {
- "type": "int32",
- "id": 1
- },
- "keyguardOccluded": {
- "type": "bool",
- "id": 2
- }
- }
- },
- "WindowManagerPolicyProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "lastSystemUiFlags": {
- "type": "int32",
- "id": 1,
- "options": {
- "deprecated": true
- }
- },
- "rotationMode": {
- "type": "UserRotationMode",
- "id": 2
- },
- "rotation": {
- "type": ".android.view.SurfaceProto.Rotation",
- "id": 3
- },
- "orientation": {
- "type": ".android.content.ActivityInfoProto.ScreenOrientation",
- "id": 4
- },
- "screenOnFully": {
- "type": "bool",
- "id": 5
- },
- "keyguardDrawComplete": {
- "type": "bool",
- "id": 6
- },
- "windowManagerDrawComplete": {
- "type": "bool",
- "id": 7
- },
- "focusedAppToken": {
- "type": "string",
- "id": 8,
- "options": {
- "deprecated": true
- }
- },
- "focusedWindow": {
- "type": "IdentifierProto",
- "id": 9,
- "options": {
- "deprecated": true
- }
- },
- "topFullscreenOpaqueWindow": {
- "type": "IdentifierProto",
- "id": 10,
- "options": {
- "deprecated": true
- }
- },
- "topFullscreenOpaqueOrDimmingWindow": {
- "type": "IdentifierProto",
- "id": 11,
- "options": {
- "deprecated": true
- }
- },
- "keyguardOccluded": {
- "type": "bool",
- "id": 12
- },
- "keyguardOccludedChanged": {
- "type": "bool",
- "id": 13
- },
- "keyguardOccludedPending": {
- "type": "bool",
- "id": 14
- },
- "forceStatusBar": {
- "type": "bool",
- "id": 15,
- "options": {
- "deprecated": true
- }
- },
- "forceStatusBarFromKeyguard": {
- "type": "bool",
- "id": 16,
- "options": {
- "deprecated": true
- }
- },
- "statusBar": {
- "type": "BarControllerProto",
- "id": 17,
- "options": {
- "deprecated": true
- }
- },
- "navigationBar": {
- "type": "BarControllerProto",
- "id": 18,
- "options": {
- "deprecated": true
- }
- },
- "orientationListener": {
- "type": "WindowOrientationListenerProto",
- "id": 19,
- "options": {
- "deprecated": true
- }
- },
- "keyguardDelegate": {
- "type": "KeyguardServiceDelegateProto",
- "id": 20
- }
- },
- "nested": {
- "UserRotationMode": {
- "values": {
- "USER_ROTATION_FREE": 0,
- "USER_ROTATION_LOCKED": 1
- }
- }
- }
- },
- "AppTransitionProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "appTransitionState": {
- "type": "AppState",
- "id": 1
- },
- "lastUsedAppTransition": {
- "type": ".android.view.TransitionTypeEnum",
- "id": 2
- }
- },
- "nested": {
- "AppState": {
- "values": {
- "APP_STATE_IDLE": 0,
- "APP_STATE_READY": 1,
- "APP_STATE_RUNNING": 2,
- "APP_STATE_TIMEOUT": 3
- }
- }
- }
- },
- "DisplayContentProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "windowContainer": {
- "type": "WindowContainerProto",
- "id": 1,
- "options": {
- "deprecated": true
- }
- },
- "id": {
- "type": "int32",
- "id": 2
- },
- "dockedTaskDividerController": {
- "type": "DockedTaskDividerControllerProto",
- "id": 4,
- "options": {
- "deprecated": true
- }
- },
- "pinnedTaskController": {
- "type": "PinnedTaskControllerProto",
- "id": 5,
- "options": {
- "deprecated": true
- }
- },
- "aboveAppWindows": {
- "rule": "repeated",
- "type": "WindowTokenProto",
- "id": 6,
- "options": {
- "deprecated": true
- }
- },
- "belowAppWindows": {
- "rule": "repeated",
- "type": "WindowTokenProto",
- "id": 7,
- "options": {
- "deprecated": true
- }
- },
- "imeWindows": {
- "rule": "repeated",
- "type": "WindowTokenProto",
- "id": 8,
- "options": {
- "deprecated": true
- }
- },
- "dpi": {
- "type": "int32",
- "id": 9
- },
- "displayInfo": {
- "type": ".android.view.DisplayInfoProto",
- "id": 10
- },
- "rotation": {
- "type": "int32",
- "id": 11,
- "options": {
- "(.android.typedef)": "android.view.Surface.Rotation",
- "deprecated": true
- }
- },
- "screenRotationAnimation": {
- "type": "ScreenRotationAnimationProto",
- "id": 12
- },
- "displayFrames": {
- "type": "DisplayFramesProto",
- "id": 13
- },
- "surfaceSize": {
- "type": "int32",
- "id": 14,
- "options": {
- "deprecated": true
- }
- },
- "focusedApp": {
- "type": "string",
- "id": 15
- },
- "appTransition": {
- "type": "AppTransitionProto",
- "id": 16
- },
- "openingApps": {
- "rule": "repeated",
- "type": "IdentifierProto",
- "id": 17
- },
- "closingApps": {
- "rule": "repeated",
- "type": "IdentifierProto",
- "id": 18
- },
- "changingApps": {
- "rule": "repeated",
- "type": "IdentifierProto",
- "id": 19
- },
- "overlayWindows": {
- "rule": "repeated",
- "type": "WindowTokenProto",
- "id": 20,
- "options": {
- "deprecated": true
- }
- },
- "rootDisplayArea": {
- "type": "DisplayAreaProto",
- "id": 21
- },
- "singleTaskInstance": {
- "type": "bool",
- "id": 22,
- "options": {
- "deprecated": true
- }
- },
- "focusedRootTaskId": {
- "type": "int32",
- "id": 23
- },
- "resumedActivity": {
- "type": ".com.android.server.wm.IdentifierProto",
- "id": 24
- },
- "tasks": {
- "rule": "repeated",
- "type": "TaskProto",
- "id": 25,
- "options": {
- "deprecated": true
- }
- },
- "displayReady": {
- "type": "bool",
- "id": 26
- },
- "inputMethodTarget": {
- "type": "WindowStateProto",
- "id": 27
- },
- "inputMethodInputTarget": {
- "type": "WindowStateProto",
- "id": 28
- },
- "inputMethodControlTarget": {
- "type": "WindowStateProto",
- "id": 29
- },
- "currentFocus": {
- "type": "WindowStateProto",
- "id": 30
- },
- "imeInsetsSourceProvider": {
- "type": "ImeInsetsSourceProviderProto",
- "id": 31
- },
- "canShowIme": {
- "type": "bool",
- "id": 32,
- "options": {
- "deprecated": true
- }
- },
- "displayRotation": {
- "type": "DisplayRotationProto",
- "id": 33
- },
- "imePolicy": {
- "type": "int32",
- "id": 34
- }
- },
- "reserved": [
- [
- 3,
- 3
- ]
- ]
- },
- "DisplayAreaProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "windowContainer": {
- "type": "WindowContainerProto",
- "id": 1
- },
- "name": {
- "type": "string",
- "id": 2,
- "options": {
- "(.android.privacy).dest": "DEST_EXPLICIT"
- }
- },
- "children": {
- "rule": "repeated",
- "type": "DisplayAreaChildProto",
- "id": 3,
- "options": {
- "deprecated": true
- }
- },
- "isTaskDisplayArea": {
- "type": "bool",
- "id": 4
- },
- "isRootDisplayArea": {
- "type": "bool",
- "id": 5
- },
- "featureId": {
- "type": "int32",
- "id": 6
- },
- "isOrganized": {
- "type": "bool",
- "id": 7
- }
- }
- },
- "DisplayAreaChildProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "displayArea": {
- "type": "DisplayAreaProto",
- "id": 1
- },
- "window": {
- "type": "WindowTokenProto",
- "id": 2
- },
- "unknown": {
- "rule": "repeated",
- "type": "string",
- "id": 3
- }
- }
- },
- "DisplayFramesProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "stableBounds": {
- "type": ".android.graphics.RectProto",
- "id": 1,
- "options": {
- "deprecated": true
- }
- },
- "dock": {
- "type": ".android.graphics.RectProto",
- "id": 2,
- "options": {
- "deprecated": true
- }
- },
- "current": {
- "type": ".android.graphics.RectProto",
- "id": 3,
- "options": {
- "deprecated": true
- }
- }
- }
- },
- "DisplayRotationProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "rotation": {
- "type": "int32",
- "id": 1,
- "options": {
- "(.android.typedef)": "android.view.Surface.Rotation"
- }
- },
- "frozenToUserRotation": {
- "type": "bool",
- "id": 2
- },
- "userRotation": {
- "type": "int32",
- "id": 3,
- "options": {
- "(.android.typedef)": "android.view.Surface.Rotation"
- }
- },
- "fixedToUserRotationMode": {
- "type": "int32",
- "id": 4
- },
- "lastOrientation": {
- "type": "int32",
- "id": 5,
- "options": {
- "(.android.typedef)": "android.content.pm.ActivityInfo.ScreenOrientation"
- }
- }
- }
- },
- "DockedTaskDividerControllerProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "minimizedDock": {
- "type": "bool",
- "id": 1,
- "options": {
- "deprecated": true
- }
- }
- }
- },
- "PinnedTaskControllerProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "defaultBounds": {
- "type": ".android.graphics.RectProto",
- "id": 1,
- "options": {
- "deprecated": true
- }
- },
- "movementBounds": {
- "type": ".android.graphics.RectProto",
- "id": 2,
- "options": {
- "deprecated": true
- }
- }
- }
- },
- "TaskProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "windowContainer": {
- "type": "WindowContainerProto",
- "id": 1,
- "options": {
- "deprecated": true
- }
- },
- "id": {
- "type": "int32",
- "id": 2
- },
- "fillsParent": {
- "type": "bool",
- "id": 4
- },
- "bounds": {
- "type": ".android.graphics.RectProto",
- "id": 5
- },
- "displayedBounds": {
- "type": ".android.graphics.RectProto",
- "id": 6,
- "options": {
- "deprecated": true
- }
- },
- "deferRemoval": {
- "type": "bool",
- "id": 7
- },
- "surfaceWidth": {
- "type": "int32",
- "id": 8
- },
- "surfaceHeight": {
- "type": "int32",
- "id": 9
- },
- "tasks": {
- "rule": "repeated",
- "type": "TaskProto",
- "id": 10,
- "options": {
- "deprecated": true
- }
- },
- "activities": {
- "rule": "repeated",
- "type": "ActivityRecordProto",
- "id": 11,
- "options": {
- "deprecated": true
- }
- },
- "resumedActivity": {
- "type": ".com.android.server.wm.IdentifierProto",
- "id": 12
- },
- "realActivity": {
- "type": "string",
- "id": 13
- },
- "origActivity": {
- "type": "string",
- "id": 14
- },
- "displayId": {
- "type": "int32",
- "id": 15,
- "options": {
- "deprecated": true
- }
- },
- "rootTaskId": {
- "type": "int32",
- "id": 16
- },
- "activityType": {
- "type": "int32",
- "id": 17,
- "options": {
- "(.android.typedef)": "android.app.WindowConfiguration.ActivityType",
- "deprecated": true
- }
- },
- "resizeMode": {
- "type": "int32",
- "id": 18,
- "options": {
- "(.android.typedef)": "android.appwidget.AppWidgetProviderInfo.ResizeModeFlags"
- }
- },
- "minWidth": {
- "type": "int32",
- "id": 19,
- "options": {
- "deprecated": true
- }
- },
- "minHeight": {
- "type": "int32",
- "id": 20,
- "options": {
- "deprecated": true
- }
- },
- "adjustedBounds": {
- "type": ".android.graphics.RectProto",
- "id": 21
- },
- "lastNonFullscreenBounds": {
- "type": ".android.graphics.RectProto",
- "id": 22
- },
- "adjustedForIme": {
- "type": "bool",
- "id": 23
- },
- "adjustImeAmount": {
- "type": "float",
- "id": 24
- },
- "adjustDividerAmount": {
- "type": "float",
- "id": 25
- },
- "animatingBounds": {
- "type": "bool",
- "id": 26,
- "options": {
- "deprecated": true
- }
- },
- "minimizeAmount": {
- "type": "float",
- "id": 27
- },
- "createdByOrganizer": {
- "type": "bool",
- "id": 28
- },
- "affinity": {
- "type": "string",
- "id": 29
- },
- "hasChildPipActivity": {
- "type": "bool",
- "id": 30
- },
- "taskFragment": {
- "type": "TaskFragmentProto",
- "id": 31
- }
- },
- "reserved": [
- [
- 3,
- 3
- ]
- ]
- },
- "TaskFragmentProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "windowContainer": {
- "type": "WindowContainerProto",
- "id": 1
- },
- "displayId": {
- "type": "int32",
- "id": 2
- },
- "activityType": {
- "type": "int32",
- "id": 3,
- "options": {
- "(.android.typedef)": "android.app.WindowConfiguration.ActivityType"
- }
- },
- "minWidth": {
- "type": "int32",
- "id": 4
- },
- "minHeight": {
- "type": "int32",
- "id": 5
- }
- }
- },
- "ActivityRecordProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "name": {
- "type": "string",
- "id": 1,
- "options": {
- "(.android.privacy).dest": "DEST_EXPLICIT"
- }
- },
- "windowToken": {
- "type": "WindowTokenProto",
- "id": 2
- },
- "lastSurfaceShowing": {
- "type": "bool",
- "id": 3
- },
- "isWaitingForTransitionStart": {
- "type": "bool",
- "id": 4
- },
- "isAnimating": {
- "type": "bool",
- "id": 5
- },
- "thumbnail": {
- "type": "WindowContainerThumbnailProto",
- "id": 6
- },
- "fillsParent": {
- "type": "bool",
- "id": 7
- },
- "appStopped": {
- "type": "bool",
- "id": 8
- },
- "visibleRequested": {
- "type": "bool",
- "id": 9
- },
- "clientVisible": {
- "type": "bool",
- "id": 10
- },
- "deferHidingClient": {
- "type": "bool",
- "id": 11
- },
- "reportedDrawn": {
- "type": "bool",
- "id": 12
- },
- "reportedVisible": {
- "type": "bool",
- "id": 13
- },
- "numInterestingWindows": {
- "type": "int32",
- "id": 14
- },
- "numDrawnWindows": {
- "type": "int32",
- "id": 15
- },
- "allDrawn": {
- "type": "bool",
- "id": 16
- },
- "lastAllDrawn": {
- "type": "bool",
- "id": 17
- },
- "startingWindow": {
- "type": "IdentifierProto",
- "id": 19
- },
- "startingDisplayed": {
- "type": "bool",
- "id": 20
- },
- "startingMoved": {
- "type": "bool",
- "id": 201
- },
- "visibleSetFromTransferredStartingWindow": {
- "type": "bool",
- "id": 22
- },
- "frozenBounds": {
- "rule": "repeated",
- "type": ".android.graphics.RectProto",
- "id": 23,
- "options": {
- "deprecated": true
- }
- },
- "visible": {
- "type": "bool",
- "id": 24
- },
- "identifier": {
- "type": "IdentifierProto",
- "id": 26,
- "options": {
- "deprecated": true
- }
- },
- "state": {
- "type": "string",
- "id": 27,
- "options": {
- "(.android.privacy).dest": "DEST_EXPLICIT"
- }
- },
- "frontOfTask": {
- "type": "bool",
- "id": 28
- },
- "procId": {
- "type": "int32",
- "id": 29
- },
- "translucent": {
- "type": "bool",
- "id": 30
- },
- "pipAutoEnterEnabled": {
- "type": "bool",
- "id": 31
- },
- "inSizeCompatMode": {
- "type": "bool",
- "id": 32
- }
- },
- "reserved": [
- [
- 18,
- 18
- ],
- [
- 25,
- 25
- ]
- ]
- },
- "WindowTokenProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "windowContainer": {
- "type": "WindowContainerProto",
- "id": 1
- },
- "hashCode": {
- "type": "int32",
- "id": 2
- },
- "windows": {
- "rule": "repeated",
- "type": "WindowStateProto",
- "id": 3,
- "options": {
- "deprecated": true
- }
- },
- "waitingToShow": {
- "type": "bool",
- "id": 5
- },
- "paused": {
- "type": "bool",
- "id": 6
- }
- }
- },
- "WindowStateProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "windowContainer": {
- "type": "WindowContainerProto",
- "id": 1
- },
- "identifier": {
- "type": "IdentifierProto",
- "id": 2,
- "options": {
- "deprecated": true
- }
- },
- "displayId": {
- "type": "int32",
- "id": 3
- },
- "stackId": {
- "type": "int32",
- "id": 4
- },
- "attributes": {
- "type": ".android.view.WindowLayoutParamsProto",
- "id": 5
- },
- "givenContentInsets": {
- "type": ".android.graphics.RectProto",
- "id": 6
- },
- "frame": {
- "type": ".android.graphics.RectProto",
- "id": 7,
- "options": {
- "deprecated": true
- }
- },
- "containingFrame": {
- "type": ".android.graphics.RectProto",
- "id": 8,
- "options": {
- "deprecated": true
- }
- },
- "parentFrame": {
- "type": ".android.graphics.RectProto",
- "id": 9,
- "options": {
- "deprecated": true
- }
- },
- "contentFrame": {
- "type": ".android.graphics.RectProto",
- "id": 10,
- "options": {
- "deprecated": true
- }
- },
- "contentInsets": {
- "type": ".android.graphics.RectProto",
- "id": 11,
- "options": {
- "deprecated": true
- }
- },
- "surfaceInsets": {
- "type": ".android.graphics.RectProto",
- "id": 12
- },
- "animator": {
- "type": "WindowStateAnimatorProto",
- "id": 13
- },
- "animatingExit": {
- "type": "bool",
- "id": 14
- },
- "childWindows": {
- "rule": "repeated",
- "type": "WindowStateProto",
- "id": 15,
- "options": {
- "deprecated": true
- }
- },
- "surfacePosition": {
- "type": ".android.graphics.RectProto",
- "id": 16
- },
- "requestedWidth": {
- "type": "int32",
- "id": 18
- },
- "requestedHeight": {
- "type": "int32",
- "id": 19
- },
- "viewVisibility": {
- "type": "int32",
- "id": 20,
- "options": {
- "(.android.typedef)": "android.view.View.Visibility"
- }
- },
- "systemUiVisibility": {
- "type": "int32",
- "id": 21,
- "options": {
- "deprecated": true
- }
- },
- "hasSurface": {
- "type": "bool",
- "id": 22
- },
- "isReadyForDisplay": {
- "type": "bool",
- "id": 23
- },
- "displayFrame": {
- "type": ".android.graphics.RectProto",
- "id": 24,
- "options": {
- "deprecated": true
- }
- },
- "overscanFrame": {
- "type": ".android.graphics.RectProto",
- "id": 25,
- "options": {
- "deprecated": true
- }
- },
- "visibleFrame": {
- "type": ".android.graphics.RectProto",
- "id": 26,
- "options": {
- "deprecated": true
- }
- },
- "decorFrame": {
- "type": ".android.graphics.RectProto",
- "id": 27,
- "options": {
- "deprecated": true
- }
- },
- "outsetFrame": {
- "type": ".android.graphics.RectProto",
- "id": 28,
- "options": {
- "deprecated": true
- }
- },
- "overscanInsets": {
- "type": ".android.graphics.RectProto",
- "id": 29,
- "options": {
- "deprecated": true
- }
- },
- "visibleInsets": {
- "type": ".android.graphics.RectProto",
- "id": 30,
- "options": {
- "deprecated": true
- }
- },
- "stableInsets": {
- "type": ".android.graphics.RectProto",
- "id": 31,
- "options": {
- "deprecated": true
- }
- },
- "outsets": {
- "type": ".android.graphics.RectProto",
- "id": 32,
- "options": {
- "deprecated": true
- }
- },
- "cutout": {
- "type": ".android.view.DisplayCutoutProto",
- "id": 33,
- "options": {
- "deprecated": true
- }
- },
- "removeOnExit": {
- "type": "bool",
- "id": 34
- },
- "destroying": {
- "type": "bool",
- "id": 35
- },
- "removed": {
- "type": "bool",
- "id": 36
- },
- "isOnScreen": {
- "type": "bool",
- "id": 37
- },
- "isVisible": {
- "type": "bool",
- "id": 38
- },
- "pendingSeamlessRotation": {
- "type": "bool",
- "id": 39
- },
- "finishedSeamlessRotationFrame": {
- "type": "int64",
- "id": 40
- },
- "windowFrames": {
- "type": "WindowFramesProto",
- "id": 41
- },
- "forceSeamlessRotation": {
- "type": "bool",
- "id": 42
- },
- "hasCompatScale": {
- "type": "bool",
- "id": 43
- },
- "globalScale": {
- "type": "float",
- "id": 44
- }
- }
- },
- "IdentifierProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "hashCode": {
- "type": "int32",
- "id": 1
- },
- "userId": {
- "type": "int32",
- "id": 2
- },
- "title": {
- "type": "string",
- "id": 3,
- "options": {
- "(.android.privacy).dest": "DEST_EXPLICIT"
- }
- }
- }
- },
- "WindowStateAnimatorProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "lastClipRect": {
- "type": ".android.graphics.RectProto",
- "id": 1
- },
- "surface": {
- "type": "WindowSurfaceControllerProto",
- "id": 2
- },
- "drawState": {
- "type": "DrawState",
- "id": 3
- },
- "systemDecorRect": {
- "type": ".android.graphics.RectProto",
- "id": 4
- }
- },
- "nested": {
- "DrawState": {
- "values": {
- "NO_SURFACE": 0,
- "DRAW_PENDING": 1,
- "COMMIT_DRAW_PENDING": 2,
- "READY_TO_SHOW": 3,
- "HAS_DRAWN": 4
- }
- }
- }
- },
- "WindowSurfaceControllerProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "shown": {
- "type": "bool",
- "id": 1
- },
- "layer": {
- "type": "int32",
- "id": 2
- }
- }
- },
- "ScreenRotationAnimationProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "started": {
- "type": "bool",
- "id": 1
- },
- "animationRunning": {
- "type": "bool",
- "id": 2
- }
- }
- },
- "WindowContainerProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "configurationContainer": {
- "type": "ConfigurationContainerProto",
- "id": 1
- },
- "orientation": {
- "type": "int32",
- "id": 2,
- "options": {
- "(.android.typedef)": "android.content.pm.ActivityInfo.ScreenOrientation"
- }
- },
- "visible": {
- "type": "bool",
- "id": 3
- },
- "surfaceAnimator": {
- "type": "SurfaceAnimatorProto",
- "id": 4
- },
- "children": {
- "rule": "repeated",
- "type": "WindowContainerChildProto",
- "id": 5
- },
- "identifier": {
- "type": "IdentifierProto",
- "id": 6
- }
- }
- },
- "WindowContainerChildProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "windowContainer": {
- "type": "WindowContainerProto",
- "id": 2
- },
- "displayContent": {
- "type": "DisplayContentProto",
- "id": 3
- },
- "displayArea": {
- "type": "DisplayAreaProto",
- "id": 4
- },
- "task": {
- "type": "TaskProto",
- "id": 5
- },
- "activity": {
- "type": "ActivityRecordProto",
- "id": 6
- },
- "windowToken": {
- "type": "WindowTokenProto",
- "id": 7
- },
- "window": {
- "type": "WindowStateProto",
- "id": 8
- },
- "taskFragment": {
- "type": "TaskFragmentProto",
- "id": 9
- }
- }
- },
- "ConfigurationContainerProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "overrideConfiguration": {
- "type": ".android.content.ConfigurationProto",
- "id": 1
- },
- "fullConfiguration": {
- "type": ".android.content.ConfigurationProto",
- "id": 2
- },
- "mergedOverrideConfiguration": {
- "type": ".android.content.ConfigurationProto",
- "id": 3
- }
- }
- },
- "WindowFramesProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "containingFrame": {
- "type": ".android.graphics.RectProto",
- "id": 1
- },
- "contentFrame": {
- "type": ".android.graphics.RectProto",
- "id": 2,
- "options": {
- "deprecated": true
- }
- },
- "decorFrame": {
- "type": ".android.graphics.RectProto",
- "id": 3,
- "options": {
- "deprecated": true
- }
- },
- "displayFrame": {
- "type": ".android.graphics.RectProto",
- "id": 4
- },
- "frame": {
- "type": ".android.graphics.RectProto",
- "id": 5
- },
- "outsetFrame": {
- "type": ".android.graphics.RectProto",
- "id": 6
- },
- "overscanFrame": {
- "type": ".android.graphics.RectProto",
- "id": 7,
- "options": {
- "deprecated": true
- }
- },
- "parentFrame": {
- "type": ".android.graphics.RectProto",
- "id": 8
- },
- "visibleFrame": {
- "type": ".android.graphics.RectProto",
- "id": 9,
- "options": {
- "deprecated": true
- }
- },
- "cutout": {
- "type": ".android.view.DisplayCutoutProto",
- "id": 10,
- "options": {
- "deprecated": true
- }
- },
- "contentInsets": {
- "type": ".android.graphics.RectProto",
- "id": 11,
- "options": {
- "deprecated": true
- }
- },
- "overscanInsets": {
- "type": ".android.graphics.RectProto",
- "id": 12,
- "options": {
- "deprecated": true
- }
- },
- "visibleInsets": {
- "type": ".android.graphics.RectProto",
- "id": 13,
- "options": {
- "deprecated": true
- }
- },
- "stableInsets": {
- "type": ".android.graphics.RectProto",
- "id": 14,
- "options": {
- "deprecated": true
- }
- },
- "outsets": {
- "type": ".android.graphics.RectProto",
- "id": 15
- },
- "compatFrame": {
- "type": ".android.graphics.RectProto",
- "id": 16
- }
- }
- },
- "InsetsSourceProviderProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "source": {
- "type": ".android.view.InsetsSourceProto",
- "id": 1
- },
- "frame": {
- "type": ".android.graphics.RectProto",
- "id": 2
- },
- "fakeControl": {
- "type": ".android.view.InsetsSourceControlProto",
- "id": 3
- },
- "control": {
- "type": ".android.view.InsetsSourceControlProto",
- "id": 4
- },
- "controlTarget": {
- "type": "WindowStateProto",
- "id": 5
- },
- "pendingControlTarget": {
- "type": "WindowStateProto",
- "id": 6
- },
- "fakeControlTarget": {
- "type": "WindowStateProto",
- "id": 7
- },
- "capturedLeash": {
- "type": ".android.view.SurfaceControlProto",
- "id": 8
- },
- "imeOverriddenFrame": {
- "type": ".android.graphics.RectProto",
- "id": 9
- },
- "isLeashReadyForDispatching": {
- "type": "bool",
- "id": 10
- },
- "clientVisible": {
- "type": "bool",
- "id": 11
- },
- "serverVisible": {
- "type": "bool",
- "id": 12
- },
- "seamlessRotating": {
- "type": "bool",
- "id": 13
- },
- "finishSeamlessRotateFrameNumber": {
- "type": "int64",
- "id": 14
- },
- "controllable": {
- "type": "bool",
- "id": 15
- }
- }
- },
- "ImeInsetsSourceProviderProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "insetsSourceProvider": {
- "type": "InsetsSourceProviderProto",
- "id": 1
- },
- "imeTargetFromIme": {
- "type": "WindowStateProto",
- "id": 2
- },
- "isImeLayoutDrawn": {
- "type": "bool",
- "id": 3
- }
- }
- },
- "WindowContainerThumbnailProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "width": {
- "type": "int32",
- "id": 1
- },
- "height": {
- "type": "int32",
- "id": 2
- },
- "surfaceAnimator": {
- "type": "SurfaceAnimatorProto",
- "id": 3
- }
- }
- },
- "SurfaceAnimatorProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "leash": {
- "type": ".android.view.SurfaceControlProto",
- "id": 1
- },
- "animationStartDelayed": {
- "type": "bool",
- "id": 2
- },
- "animationAdapter": {
- "type": "AnimationAdapterProto",
- "id": 3
- }
- }
- },
- "AnimationAdapterProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "local": {
- "type": "LocalAnimationAdapterProto",
- "id": 1
- },
- "remote": {
- "type": "RemoteAnimationAdapterWrapperProto",
- "id": 2
- }
- }
- },
- "RemoteAnimationAdapterWrapperProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "target": {
- "type": ".android.view.RemoteAnimationTargetProto",
- "id": 1
- }
- }
- },
- "LocalAnimationAdapterProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "animationSpec": {
- "type": "AnimationSpecProto",
- "id": 1
- }
- }
- },
- "AnimationSpecProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "window": {
- "type": "WindowAnimationSpecProto",
- "id": 1
- },
- "move": {
- "type": "MoveAnimationSpecProto",
- "id": 2
- },
- "alpha": {
- "type": "AlphaAnimationSpecProto",
- "id": 3
- },
- "rotate": {
- "type": "RotationAnimationSpecProto",
- "id": 4
- }
- }
- },
- "WindowAnimationSpecProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "animation": {
- "type": "string",
- "id": 1
- }
- }
- },
- "MoveAnimationSpecProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "from": {
- "type": ".android.graphics.PointProto",
- "id": 1
- },
- "to": {
- "type": ".android.graphics.PointProto",
- "id": 2
- },
- "durationMs": {
- "type": "int64",
- "id": 3
- }
- }
- },
- "AlphaAnimationSpecProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "from": {
- "type": "float",
- "id": 1
- },
- "to": {
- "type": "float",
- "id": 2
- },
- "durationMs": {
- "type": "int64",
- "id": 3
- }
- }
- },
- "RotationAnimationSpecProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "startLuma": {
- "type": "float",
- "id": 1
- },
- "endLuma": {
- "type": "float",
- "id": 2
- },
- "durationMs": {
- "type": "int64",
- "id": 3
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- },
- "android": {
- "options": {
- "java_package": "com.android.incident",
- "java_multiple_files": true
- },
- "nested": {
- "app": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "StatusBarManagerProto": {
- "fields": {},
- "nested": {
- "WindowState": {
- "values": {
- "WINDOW_STATE_SHOWING": 0,
- "WINDOW_STATE_HIDING": 1,
- "WINDOW_STATE_HIDDEN": 2
- }
- },
- "TransientWindowState": {
- "values": {
- "TRANSIENT_BAR_NONE": 0,
- "TRANSIENT_BAR_SHOW_REQUESTED": 1,
- "TRANSIENT_BAR_SHOWING": 2,
- "TRANSIENT_BAR_HIDING": 3
- }
- }
- }
- },
- "WindowConfigurationProto": {
- "options": {
- "(android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "appBounds": {
- "type": ".android.graphics.RectProto",
- "id": 1
- },
- "windowingMode": {
- "type": "int32",
- "id": 2
- },
- "activityType": {
- "type": "int32",
- "id": 3
- },
- "bounds": {
- "type": ".android.graphics.RectProto",
- "id": 4
- },
- "maxBounds": {
- "type": ".android.graphics.RectProto",
- "id": 5
- }
- }
- }
- }
- },
- "content": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "ActivityInfoProto": {
- "fields": {},
- "nested": {
- "ScreenOrientation": {
- "values": {
- "SCREEN_ORIENTATION_UNSET": -2,
- "SCREEN_ORIENTATION_UNSPECIFIED": -1,
- "SCREEN_ORIENTATION_LANDSCAPE": 0,
- "SCREEN_ORIENTATION_PORTRAIT": 1,
- "SCREEN_ORIENTATION_USER": 2,
- "SCREEN_ORIENTATION_BEHIND": 3,
- "SCREEN_ORIENTATION_SENSOR": 4,
- "SCREEN_ORIENTATION_NOSENSOR": 5,
- "SCREEN_ORIENTATION_SENSOR_LANDSCAPE": 6,
- "SCREEN_ORIENTATION_SENSOR_PORTRAIT": 7,
- "SCREEN_ORIENTATION_REVERSE_LANDSCAPE": 8,
- "SCREEN_ORIENTATION_REVERSE_PORTRAIT": 9,
- "SCREEN_ORIENTATION_FULL_SENSOR": 10,
- "SCREEN_ORIENTATION_USER_LANDSCAPE": 11,
- "SCREEN_ORIENTATION_USER_PORTRAIT": 12,
- "SCREEN_ORIENTATION_FULL_USER": 13,
- "SCREEN_ORIENTATION_LOCKED": 14
- }
- }
- }
- },
- "ConfigurationProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "fontScale": {
- "type": "float",
- "id": 1
- },
- "mcc": {
- "type": "uint32",
- "id": 2
- },
- "mnc": {
- "type": "uint32",
- "id": 3,
- "options": {
- "(.android.privacy).dest": "DEST_EXPLICIT"
- }
- },
- "locales": {
- "rule": "repeated",
- "type": "LocaleProto",
- "id": 4,
- "options": {
- "deprecated": true
- }
- },
- "screenLayout": {
- "type": "uint32",
- "id": 5
- },
- "colorMode": {
- "type": "uint32",
- "id": 6
- },
- "touchscreen": {
- "type": "uint32",
- "id": 7
- },
- "keyboard": {
- "type": "uint32",
- "id": 8
- },
- "keyboardHidden": {
- "type": "uint32",
- "id": 9
- },
- "hardKeyboardHidden": {
- "type": "uint32",
- "id": 10
- },
- "navigation": {
- "type": "uint32",
- "id": 11
- },
- "navigationHidden": {
- "type": "uint32",
- "id": 12
- },
- "orientation": {
- "type": "uint32",
- "id": 13
- },
- "uiMode": {
- "type": "uint32",
- "id": 14
- },
- "screenWidthDp": {
- "type": "uint32",
- "id": 15
- },
- "screenHeightDp": {
- "type": "uint32",
- "id": 16
- },
- "smallestScreenWidthDp": {
- "type": "uint32",
- "id": 17
- },
- "densityDpi": {
- "type": "uint32",
- "id": 18
- },
- "windowConfiguration": {
- "type": ".android.app.WindowConfigurationProto",
- "id": 19
- },
- "localeList": {
- "type": "string",
- "id": 20
- },
- "fontWeightAdjustment": {
- "type": "uint32",
- "id": 21
- }
- }
- },
- "ResourcesConfigurationProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "configuration": {
- "rule": "required",
- "type": "ConfigurationProto",
- "id": 1
- },
- "sdkVersion": {
- "type": "uint32",
- "id": 2
- },
- "screenWidthPx": {
- "type": "uint32",
- "id": 3
- },
- "screenHeightPx": {
- "type": "uint32",
- "id": 4
- }
- }
- },
- "DeviceConfigurationProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "stableScreenWidthPx": {
- "type": "uint32",
- "id": 1
- },
- "stableScreenHeightPx": {
- "type": "uint32",
- "id": 2
- },
- "stableDensityDpi": {
- "type": "uint32",
- "id": 3
- },
- "totalRam": {
- "type": "uint64",
- "id": 4
- },
- "lowRam": {
- "type": "bool",
- "id": 5
- },
- "maxCores": {
- "type": "uint32",
- "id": 6
- },
- "hasSecureScreenLock": {
- "type": "bool",
- "id": 7
- },
- "openglVersion": {
- "type": "uint32",
- "id": 8
- },
- "openglExtensions": {
- "rule": "repeated",
- "type": "string",
- "id": 9
- },
- "sharedLibraries": {
- "rule": "repeated",
- "type": "string",
- "id": 10
- },
- "features": {
- "rule": "repeated",
- "type": "string",
- "id": 11
- },
- "cpuArchitectures": {
- "rule": "repeated",
- "type": "string",
- "id": 12
- }
- }
- },
- "GlobalConfigurationProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "resources": {
- "type": "ResourcesConfigurationProto",
- "id": 1
- },
- "device": {
- "type": "DeviceConfigurationProto",
- "id": 2
- }
- }
- },
- "LocaleProto": {
- "options": {
- "deprecated": true,
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "language": {
- "type": "string",
- "id": 1
- },
- "country": {
- "type": "string",
- "id": 2
- },
- "variant": {
- "type": "string",
- "id": 3
- },
- "script": {
- "type": "string",
- "id": 4
- }
- }
- }
- }
- },
- "graphics": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "RectProto": {
- "options": {
- "(android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "left": {
- "type": "int32",
- "id": 1
- },
- "top": {
- "type": "int32",
- "id": 2
- },
- "right": {
- "type": "int32",
- "id": 3
- },
- "bottom": {
- "type": "int32",
- "id": 4
- }
- }
- },
- "PointProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "x": {
- "type": "int32",
- "id": 1
- },
- "y": {
- "type": "int32",
- "id": 2
- }
- }
- },
- "PixelFormatProto": {
- "fields": {},
- "nested": {
- "Format": {
- "values": {
- "UNKNOWN": 0,
- "TRANSLUCENT": -3,
- "TRANSPARENT": -2,
- "OPAQUE": -1,
- "RGBA_8888": 1,
- "RGBX_8888": 2,
- "RGB_888": 3,
- "RGB_565": 4,
- "RGBA_F16": 22,
- "RGBA_1010102": 43
- }
- }
- }
- }
- }
- },
- "Destination": {
- "values": {
- "DEST_LOCAL": 0,
- "DEST_EXPLICIT": 100,
- "DEST_AUTOMATIC": 200,
- "DEST_UNSET": 255
- }
- },
- "PrivacyFlags": {
- "fields": {
- "dest": {
- "type": "Destination",
- "id": 1,
- "options": {
- "default": "DEST_UNSET"
- }
- },
- "patterns": {
- "rule": "repeated",
- "type": "string",
- "id": 2
- }
- }
- },
- "privacy": {
- "type": "PrivacyFlags",
- "id": 102672883,
- "extend": "google.protobuf.FieldOptions"
- },
- "msgPrivacy": {
- "type": "PrivacyFlags",
- "id": 102672883,
- "extend": "google.protobuf.MessageOptions"
- },
- "view": {
- "options": {
- "java_multiple_files": true,
- "java_outer_classname": "ViewProtoEnums"
- },
- "nested": {
- "RemoteAnimationTargetProto": {
- "options": {
- "(android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "taskId": {
- "type": "int32",
- "id": 1
- },
- "mode": {
- "type": "int32",
- "id": 2
- },
- "leash": {
- "type": ".android.view.SurfaceControlProto",
- "id": 3
- },
- "isTranslucent": {
- "type": "bool",
- "id": 4
- },
- "clipRect": {
- "type": ".android.graphics.RectProto",
- "id": 5
- },
- "contentInsets": {
- "type": ".android.graphics.RectProto",
- "id": 6
- },
- "prefixOrderIndex": {
- "type": "int32",
- "id": 7
- },
- "position": {
- "type": ".android.graphics.PointProto",
- "id": 8
- },
- "sourceContainerBounds": {
- "type": ".android.graphics.RectProto",
- "id": 9
- },
- "windowConfiguration": {
- "type": ".android.app.WindowConfigurationProto",
- "id": 10
- },
- "startLeash": {
- "type": ".android.view.SurfaceControlProto",
- "id": 11
- },
- "startBounds": {
- "type": ".android.graphics.RectProto",
- "id": 12
- },
- "localBounds": {
- "type": ".android.graphics.RectProto",
- "id": 13
- },
- "screenSpaceBounds": {
- "type": ".android.graphics.RectProto",
- "id": 14
- }
- }
- },
- "SurfaceControlProto": {
- "options": {
- "(android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "hashCode": {
- "type": "int32",
- "id": 1
- },
- "name": {
- "type": "string",
- "id": 2,
- "options": {
- "(android.privacy).dest": "DEST_EXPLICIT"
- }
- }
- }
- },
- "DisplayCutoutProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "insets": {
- "type": ".android.graphics.RectProto",
- "id": 1
- },
- "boundLeft": {
- "type": ".android.graphics.RectProto",
- "id": 3
- },
- "boundTop": {
- "type": ".android.graphics.RectProto",
- "id": 4
- },
- "boundRight": {
- "type": ".android.graphics.RectProto",
- "id": 5
- },
- "boundBottom": {
- "type": ".android.graphics.RectProto",
- "id": 6
- }
- },
- "reserved": [
- [
- 2,
- 2
- ]
- ]
- },
- "DisplayInfoProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "logicalWidth": {
- "type": "int32",
- "id": 1
- },
- "logicalHeight": {
- "type": "int32",
- "id": 2
- },
- "appWidth": {
- "type": "int32",
- "id": 3
- },
- "appHeight": {
- "type": "int32",
- "id": 4
- },
- "name": {
- "type": "string",
- "id": 5
- },
- "flags": {
- "type": "int32",
- "id": 6
- }
- }
- },
- "SurfaceProto": {
- "fields": {},
- "nested": {
- "Rotation": {
- "values": {
- "ROTATION_0": 0,
- "ROTATION_90": 1,
- "ROTATION_180": 2,
- "ROTATION_270": 3
- }
- }
- }
- },
- "WindowLayoutParamsProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_AUTOMATIC"
- },
- "fields": {
- "type": {
- "type": "int32",
- "id": 1,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.WindowType"
- }
- },
- "x": {
- "type": "int32",
- "id": 2
- },
- "y": {
- "type": "int32",
- "id": 3
- },
- "width": {
- "type": "int32",
- "id": 4
- },
- "height": {
- "type": "int32",
- "id": 5
- },
- "horizontalMargin": {
- "type": "float",
- "id": 6
- },
- "verticalMargin": {
- "type": "float",
- "id": 7
- },
- "gravity": {
- "type": "int32",
- "id": 8,
- "options": {
- "(.android.typedef)": "android.view.Gravity.GravityFlags"
- }
- },
- "softInputMode": {
- "type": "int32",
- "id": 9,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.SoftInputModeFlags"
- }
- },
- "format": {
- "type": ".android.graphics.PixelFormatProto.Format",
- "id": 10
- },
- "windowAnimations": {
- "type": "int32",
- "id": 11
- },
- "alpha": {
- "type": "float",
- "id": 12
- },
- "screenBrightness": {
- "type": "float",
- "id": 13
- },
- "buttonBrightness": {
- "type": "float",
- "id": 14
- },
- "rotationAnimation": {
- "type": "RotationAnimation",
- "id": 15
- },
- "preferredRefreshRate": {
- "type": "float",
- "id": 16
- },
- "preferredDisplayModeId": {
- "type": "int32",
- "id": 17
- },
- "hasSystemUiListeners": {
- "type": "bool",
- "id": 18
- },
- "inputFeatureFlags": {
- "type": "uint32",
- "id": 19,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.InputFeatureFlags"
- }
- },
- "userActivityTimeout": {
- "type": "int64",
- "id": 20
- },
- "colorMode": {
- "type": "DisplayProto.ColorMode",
- "id": 23
- },
- "flags": {
- "type": "uint32",
- "id": 24,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.Flags"
- }
- },
- "privateFlags": {
- "type": "uint32",
- "id": 26,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.PrivateFlags"
- }
- },
- "systemUiVisibilityFlags": {
- "type": "uint32",
- "id": 27,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.SystemUiVisibilityFlags"
- }
- },
- "subtreeSystemUiVisibilityFlags": {
- "type": "uint32",
- "id": 28,
- "options": {
- "(.android.typedef)": "android.view.WindowManager.LayoutParams.SystemUiVisibilityFlags"
- }
- },
- "appearance": {
- "type": "uint32",
- "id": 29,
- "options": {
- "(.android.typedef)": "android.view.WindowInsetsController.Appearance"
- }
- },
- "behavior": {
- "type": "uint32",
- "id": 30,
- "options": {
- "(.android.typedef)": "android.view.WindowInsetsController.Behavior"
- }
- },
- "fitInsetsTypes": {
- "type": "uint32",
- "id": 31,
- "options": {
- "(.android.typedef)": "android.view.WindowInsets.Type.InsetsType"
- }
- },
- "fitInsetsSides": {
- "type": "uint32",
- "id": 32,
- "options": {
- "(.android.typedef)": "android.view.WindowInsets.Side.InsetsSide"
- }
- },
- "fitIgnoreVisibility": {
- "type": "bool",
- "id": 33
- }
- },
- "nested": {
- "RotationAnimation": {
- "values": {
- "ROTATION_ANIMATION_UNSPECIFIED": -1,
- "ROTATION_ANIMATION_CROSSFADE": 1,
- "ROTATION_ANIMATION_JUMPCUT": 2,
- "ROTATION_ANIMATION_SEAMLESS": 3
- }
- }
- }
- },
- "DisplayProto": {
- "fields": {},
- "nested": {
- "ColorMode": {
- "values": {
- "COLOR_MODE_INVALID": -1,
- "COLOR_MODE_DEFAULT": 0,
- "COLOR_MODE_BT601_625": 1,
- "COLOR_MODE_BT601_625_UNADJUSTED": 2,
- "COLOR_MODE_BT601_525": 3,
- "COLOR_MODE_BT601_525_UNADJUSTED": 4,
- "COLOR_MODE_BT709": 5,
- "COLOR_MODE_DCI_P3": 6,
- "COLOR_MODE_SRGB": 7,
- "COLOR_MODE_ADOBE_RGB": 8,
- "COLOR_MODE_DISPLAY_P3": 9
- }
- }
- }
- },
- "InsetsSourceProto": {
- "fields": {
- "type": {
- "type": "string",
- "id": 1
- },
- "frame": {
- "type": ".android.graphics.RectProto",
- "id": 2
- },
- "visibleFrame": {
- "type": ".android.graphics.RectProto",
- "id": 3
- },
- "visible": {
- "type": "bool",
- "id": 4
- }
- }
- },
- "InsetsSourceControlProto": {
- "fields": {
- "type": {
- "type": "string",
- "id": 1
- },
- "position": {
- "type": ".android.graphics.PointProto",
- "id": 2
- },
- "leash": {
- "type": "SurfaceControlProto",
- "id": 3
- }
- }
- },
- "DisplayStateEnum": {
- "values": {
- "DISPLAY_STATE_UNKNOWN": 0,
- "DISPLAY_STATE_OFF": 1,
- "DISPLAY_STATE_ON": 2,
- "DISPLAY_STATE_DOZE": 3,
- "DISPLAY_STATE_DOZE_SUSPEND": 4,
- "DISPLAY_STATE_VR": 5,
- "DISPLAY_STATE_ON_SUSPEND": 6
- }
- },
- "TransitionTypeEnum": {
- "values": {
- "TRANSIT_NONE": 0,
- "TRANSIT_UNSET": -1,
- "TRANSIT_ACTIVITY_OPEN": 6,
- "TRANSIT_ACTIVITY_CLOSE": 7,
- "TRANSIT_TASK_OPEN": 8,
- "TRANSIT_TASK_CLOSE": 9,
- "TRANSIT_TASK_TO_FRONT": 10,
- "TRANSIT_TASK_TO_BACK": 11,
- "TRANSIT_WALLPAPER_CLOSE": 12,
- "TRANSIT_WALLPAPER_OPEN": 13,
- "TRANSIT_WALLPAPER_INTRA_OPEN": 14,
- "TRANSIT_WALLPAPER_INTRA_CLOSE": 15,
- "TRANSIT_TASK_OPEN_BEHIND": 16,
- "TRANSIT_TASK_IN_PLACE": 17,
- "TRANSIT_ACTIVITY_RELAUNCH": 18,
- "TRANSIT_DOCK_TASK_FROM_RECENTS": 19,
- "TRANSIT_KEYGUARD_GOING_AWAY": 20,
- "TRANSIT_KEYGUARD_GOING_AWAY_ON_WALLPAPER": 21,
- "TRANSIT_KEYGUARD_OCCLUDE": 22,
- "TRANSIT_KEYGUARD_UNOCCLUDE": 23,
- "TRANSIT_TRANSLUCENT_ACTIVITY_OPEN": 24,
- "TRANSIT_TRANSLUCENT_ACTIVITY_CLOSE": 25,
- "TRANSIT_CRASHING_ACTIVITY_CLOSE": 26
- }
- }
- }
- },
- "typedef": {
- "type": "string",
- "id": 60001,
- "extend": "google.protobuf.FieldOptions"
- }
- }
- },
- "google": {
- "nested": {
- "protobuf": {
- "options": {
- "go_package": "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor",
- "java_package": "com.google.protobuf",
- "java_outer_classname": "DescriptorProtos",
- "csharp_namespace": "Google.Protobuf.Reflection",
- "objc_class_prefix": "GPB",
- "cc_enable_arenas": true,
- "optimize_for": "SPEED"
- },
- "nested": {
- "FileDescriptorSet": {
- "fields": {
- "file": {
- "rule": "repeated",
- "type": "FileDescriptorProto",
- "id": 1
- }
- }
- },
- "FileDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "package": {
- "type": "string",
- "id": 2
- },
- "dependency": {
- "rule": "repeated",
- "type": "string",
- "id": 3
- },
- "publicDependency": {
- "rule": "repeated",
- "type": "int32",
- "id": 10,
- "options": {
- "packed": false
- }
- },
- "weakDependency": {
- "rule": "repeated",
- "type": "int32",
- "id": 11,
- "options": {
- "packed": false
- }
- },
- "messageType": {
- "rule": "repeated",
- "type": "DescriptorProto",
- "id": 4
- },
- "enumType": {
- "rule": "repeated",
- "type": "EnumDescriptorProto",
- "id": 5
- },
- "service": {
- "rule": "repeated",
- "type": "ServiceDescriptorProto",
- "id": 6
- },
- "extension": {
- "rule": "repeated",
- "type": "FieldDescriptorProto",
- "id": 7
- },
- "options": {
- "type": "FileOptions",
- "id": 8
- },
- "sourceCodeInfo": {
- "type": "SourceCodeInfo",
- "id": 9
- },
- "syntax": {
- "type": "string",
- "id": 12
- }
- }
- },
- "DescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "field": {
- "rule": "repeated",
- "type": "FieldDescriptorProto",
- "id": 2
- },
- "extension": {
- "rule": "repeated",
- "type": "FieldDescriptorProto",
- "id": 6
- },
- "nestedType": {
- "rule": "repeated",
- "type": "DescriptorProto",
- "id": 3
- },
- "enumType": {
- "rule": "repeated",
- "type": "EnumDescriptorProto",
- "id": 4
- },
- "extensionRange": {
- "rule": "repeated",
- "type": "ExtensionRange",
- "id": 5
- },
- "oneofDecl": {
- "rule": "repeated",
- "type": "OneofDescriptorProto",
- "id": 8
- },
- "options": {
- "type": "MessageOptions",
- "id": 7
- },
- "reservedRange": {
- "rule": "repeated",
- "type": "ReservedRange",
- "id": 9
- },
- "reservedName": {
- "rule": "repeated",
- "type": "string",
- "id": 10
- }
- },
- "nested": {
- "ExtensionRange": {
- "fields": {
- "start": {
- "type": "int32",
- "id": 1
- },
- "end": {
- "type": "int32",
- "id": 2
- },
- "options": {
- "type": "ExtensionRangeOptions",
- "id": 3
- }
- }
- },
- "ReservedRange": {
- "fields": {
- "start": {
- "type": "int32",
- "id": 1
- },
- "end": {
- "type": "int32",
- "id": 2
- }
- }
- }
- }
- },
- "ExtensionRangeOptions": {
- "fields": {
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "FieldDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "number": {
- "type": "int32",
- "id": 3
- },
- "label": {
- "type": "Label",
- "id": 4
- },
- "type": {
- "type": "Type",
- "id": 5
- },
- "typeName": {
- "type": "string",
- "id": 6
- },
- "extendee": {
- "type": "string",
- "id": 2
- },
- "defaultValue": {
- "type": "string",
- "id": 7
- },
- "oneofIndex": {
- "type": "int32",
- "id": 9
- },
- "jsonName": {
- "type": "string",
- "id": 10
- },
- "options": {
- "type": "FieldOptions",
- "id": 8
- }
- },
- "nested": {
- "Type": {
- "values": {
- "TYPE_DOUBLE": 1,
- "TYPE_FLOAT": 2,
- "TYPE_INT64": 3,
- "TYPE_UINT64": 4,
- "TYPE_INT32": 5,
- "TYPE_FIXED64": 6,
- "TYPE_FIXED32": 7,
- "TYPE_BOOL": 8,
- "TYPE_STRING": 9,
- "TYPE_GROUP": 10,
- "TYPE_MESSAGE": 11,
- "TYPE_BYTES": 12,
- "TYPE_UINT32": 13,
- "TYPE_ENUM": 14,
- "TYPE_SFIXED32": 15,
- "TYPE_SFIXED64": 16,
- "TYPE_SINT32": 17,
- "TYPE_SINT64": 18
- }
- },
- "Label": {
- "values": {
- "LABEL_OPTIONAL": 1,
- "LABEL_REQUIRED": 2,
- "LABEL_REPEATED": 3
- }
- }
- }
- },
- "OneofDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "options": {
- "type": "OneofOptions",
- "id": 2
- }
- }
- },
- "EnumDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "value": {
- "rule": "repeated",
- "type": "EnumValueDescriptorProto",
- "id": 2
- },
- "options": {
- "type": "EnumOptions",
- "id": 3
- },
- "reservedRange": {
- "rule": "repeated",
- "type": "EnumReservedRange",
- "id": 4
- },
- "reservedName": {
- "rule": "repeated",
- "type": "string",
- "id": 5
- }
- },
- "nested": {
- "EnumReservedRange": {
- "fields": {
- "start": {
- "type": "int32",
- "id": 1
- },
- "end": {
- "type": "int32",
- "id": 2
- }
- }
- }
- }
- },
- "EnumValueDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "number": {
- "type": "int32",
- "id": 2
- },
- "options": {
- "type": "EnumValueOptions",
- "id": 3
- }
- }
- },
- "ServiceDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "method": {
- "rule": "repeated",
- "type": "MethodDescriptorProto",
- "id": 2
- },
- "options": {
- "type": "ServiceOptions",
- "id": 3
- }
- }
- },
- "MethodDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "inputType": {
- "type": "string",
- "id": 2
- },
- "outputType": {
- "type": "string",
- "id": 3
- },
- "options": {
- "type": "MethodOptions",
- "id": 4
- },
- "clientStreaming": {
- "type": "bool",
- "id": 5,
- "options": {
- "default": false
- }
- },
- "serverStreaming": {
- "type": "bool",
- "id": 6,
- "options": {
- "default": false
- }
- }
- }
- },
- "FileOptions": {
- "fields": {
- "javaPackage": {
- "type": "string",
- "id": 1
- },
- "javaOuterClassname": {
- "type": "string",
- "id": 8
- },
- "javaMultipleFiles": {
- "type": "bool",
- "id": 10,
- "options": {
- "default": false
- }
- },
- "javaGenerateEqualsAndHash": {
- "type": "bool",
- "id": 20,
- "options": {
- "deprecated": true
- }
- },
- "javaStringCheckUtf8": {
- "type": "bool",
- "id": 27,
- "options": {
- "default": false
- }
- },
- "optimizeFor": {
- "type": "OptimizeMode",
- "id": 9,
- "options": {
- "default": "SPEED"
- }
- },
- "goPackage": {
- "type": "string",
- "id": 11
- },
- "ccGenericServices": {
- "type": "bool",
- "id": 16,
- "options": {
- "default": false
- }
- },
- "javaGenericServices": {
- "type": "bool",
- "id": 17,
- "options": {
- "default": false
- }
- },
- "pyGenericServices": {
- "type": "bool",
- "id": 18,
- "options": {
- "default": false
- }
- },
- "phpGenericServices": {
- "type": "bool",
- "id": 42,
- "options": {
- "default": false
- }
- },
- "deprecated": {
- "type": "bool",
- "id": 23,
- "options": {
- "default": false
- }
- },
- "ccEnableArenas": {
- "type": "bool",
- "id": 31,
- "options": {
- "default": false
- }
- },
- "objcClassPrefix": {
- "type": "string",
- "id": 36
- },
- "csharpNamespace": {
- "type": "string",
- "id": 37
- },
- "swiftPrefix": {
- "type": "string",
- "id": 39
- },
- "phpClassPrefix": {
- "type": "string",
- "id": 40
- },
- "phpNamespace": {
- "type": "string",
- "id": 41
- },
- "phpMetadataNamespace": {
- "type": "string",
- "id": 44
- },
- "rubyPackage": {
- "type": "string",
- "id": 45
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 38,
- 38
- ]
- ],
- "nested": {
- "OptimizeMode": {
- "values": {
- "SPEED": 1,
- "CODE_SIZE": 2,
- "LITE_RUNTIME": 3
- }
- }
- }
- },
- "MessageOptions": {
- "fields": {
- "messageSetWireFormat": {
- "type": "bool",
- "id": 1,
- "options": {
- "default": false
- }
- },
- "noStandardDescriptorAccessor": {
- "type": "bool",
- "id": 2,
- "options": {
- "default": false
- }
- },
- "deprecated": {
- "type": "bool",
- "id": 3,
- "options": {
- "default": false
- }
- },
- "mapEntry": {
- "type": "bool",
- "id": 7
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 8,
- 8
- ],
- [
- 9,
- 9
- ]
- ]
- },
- "FieldOptions": {
- "fields": {
- "ctype": {
- "type": "CType",
- "id": 1,
- "options": {
- "default": "STRING"
- }
- },
- "packed": {
- "type": "bool",
- "id": 2
- },
- "jstype": {
- "type": "JSType",
- "id": 6,
- "options": {
- "default": "JS_NORMAL"
- }
- },
- "lazy": {
- "type": "bool",
- "id": 5,
- "options": {
- "default": false
- }
- },
- "deprecated": {
- "type": "bool",
- "id": 3,
- "options": {
- "default": false
- }
- },
- "weak": {
- "type": "bool",
- "id": 10,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 4,
- 4
- ]
- ],
- "nested": {
- "CType": {
- "values": {
- "STRING": 0,
- "CORD": 1,
- "STRING_PIECE": 2
- }
- },
- "JSType": {
- "values": {
- "JS_NORMAL": 0,
- "JS_STRING": 1,
- "JS_NUMBER": 2
- }
- }
- }
- },
- "OneofOptions": {
- "fields": {
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "EnumOptions": {
- "fields": {
- "allowAlias": {
- "type": "bool",
- "id": 2
- },
- "deprecated": {
- "type": "bool",
- "id": 3,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 5,
- 5
- ]
- ]
- },
- "EnumValueOptions": {
- "fields": {
- "deprecated": {
- "type": "bool",
- "id": 1,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "ServiceOptions": {
- "fields": {
- "deprecated": {
- "type": "bool",
- "id": 33,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "MethodOptions": {
- "fields": {
- "deprecated": {
- "type": "bool",
- "id": 33,
- "options": {
- "default": false
- }
- },
- "idempotencyLevel": {
- "type": "IdempotencyLevel",
- "id": 34,
- "options": {
- "default": "IDEMPOTENCY_UNKNOWN"
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "nested": {
- "IdempotencyLevel": {
- "values": {
- "IDEMPOTENCY_UNKNOWN": 0,
- "NO_SIDE_EFFECTS": 1,
- "IDEMPOTENT": 2
- }
- }
- }
- },
- "UninterpretedOption": {
- "fields": {
- "name": {
- "rule": "repeated",
- "type": "NamePart",
- "id": 2
- },
- "identifierValue": {
- "type": "string",
- "id": 3
- },
- "positiveIntValue": {
- "type": "uint64",
- "id": 4
- },
- "negativeIntValue": {
- "type": "int64",
- "id": 5
- },
- "doubleValue": {
- "type": "double",
- "id": 6
- },
- "stringValue": {
- "type": "bytes",
- "id": 7
- },
- "aggregateValue": {
- "type": "string",
- "id": 8
- }
- },
- "nested": {
- "NamePart": {
- "fields": {
- "namePart": {
- "rule": "required",
- "type": "string",
- "id": 1
- },
- "isExtension": {
- "rule": "required",
- "type": "bool",
- "id": 2
- }
- }
- }
- }
- },
- "SourceCodeInfo": {
- "fields": {
- "location": {
- "rule": "repeated",
- "type": "Location",
- "id": 1
- }
- },
- "nested": {
- "Location": {
- "fields": {
- "path": {
- "rule": "repeated",
- "type": "int32",
- "id": 1
- },
- "span": {
- "rule": "repeated",
- "type": "int32",
- "id": 2
- },
- "leadingComments": {
- "type": "string",
- "id": 3
- },
- "trailingComments": {
- "type": "string",
- "id": 4
- },
- "leadingDetachedComments": {
- "rule": "repeated",
- "type": "string",
- "id": 6
- }
- }
- }
- }
- },
- "GeneratedCodeInfo": {
- "fields": {
- "annotation": {
- "rule": "repeated",
- "type": "Annotation",
- "id": 1
- }
- },
- "nested": {
- "Annotation": {
- "fields": {
- "path": {
- "rule": "repeated",
- "type": "int32",
- "id": 1
- },
- "sourceFile": {
- "type": "string",
- "id": 2
- },
- "begin": {
- "type": "int32",
- "id": 3
- },
- "end": {
- "type": "int32",
- "id": 4
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-/***/ }),
-
-/***/ "kBNr":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("mzIW");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("080fbe99", content, true, {});
-
-/***/ }),
-
-/***/ "kWr8":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.draggable-container[data-v-14ea7bf0] {\n position: absolute;\n}\n.draggable-card[data-v-14ea7bf0] {\n margin: 0;\n}\n.header[data-v-14ea7bf0] {\n cursor: grab;\n padding: 3px;\n}\n.resizer[data-v-14ea7bf0] {\n position: absolute;\n right: 0;\n bottom: 0;\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 0 15px 15px;\n border-color: transparent transparent #ffffff transparent;\n cursor: nwse-resize;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "mzIW":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.container[data-v-6fda4084] {\n display: flex;\n flex-wrap: wrap;\n}\n.rects[data-v-6fda4084] {\n flex: none;\n margin: 8px;\n}\n.hierarchy[data-v-6fda4084],\n.properties[data-v-6fda4084] {\n flex: 1;\n margin: 8px;\n min-width: 400px;\n min-height: 50rem;\n}\n.rects[data-v-6fda4084],\n.hierarchy[data-v-6fda4084],\n.properties[data-v-6fda4084] {\n padding: 5px;\n}\n.flat-card[data-v-6fda4084] {\n display: flex;\n flex-direction: column;\n height: 100%;\n}\n.hierarchy>.tree-view[data-v-6fda4084],\n.properties>.tree-view[data-v-6fda4084] {\n margin: 16px;\n}\n.treeview[data-v-6fda4084] {\n overflow: auto;\n white-space: pre-line;\n}\n.no-properties[data-v-6fda4084] {\n display: flex;\n flex: 1;\n flex-direction: column;\n align-self: center;\n align-items: center;\n justify-content: center;\n padding: 50px 25px;\n}\n.no-properties .none-icon[data-v-6fda4084] {\n font-size: 35px;\n margin-bottom: 10px;\n}\n.no-properties span[data-v-6fda4084] {\n font-weight: 100;\n}\n.filter[data-v-6fda4084] {\n width: auto;\n}\n.element-summary[data-v-6fda4084] {\n padding: 1rem;\n border-bottom: thin solid rgba(0,0,0,.12);\n}\n.element-summary .key[data-v-6fda4084] {\n font-weight: 500;\n}\n.element-summary .value[data-v-6fda4084] {\n color: rgba(0, 0, 0, 0.75);\n}\n.properties-content[data-v-6fda4084] {\n display: flex;\n flex-direction: column;\n flex: 1;\n}\n.tree-view-wrapper[data-v-6fda4084] {\n display: flex;\n flex-direction: column;\n flex: 1;\n}\n.treeview[data-v-6fda4084] {\n flex: 1 0 0;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "nTMG":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("kWr8");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("1da48320", content, true, {});
-
-/***/ }),
-
-/***/ "ng1V":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.bounds[data-v-1ed6e5de] {\n position: relative;\n overflow: hidden;\n}\n.highlight[data-v-1ed6e5de], .rect[data-v-1ed6e5de] {\n position: absolute;\n box-sizing: border-box;\n display: flex;\n justify-content: flex-end;\n}\n.rect[data-v-1ed6e5de] {\n border: 1px solid black;\n background-color: rgba(110, 114, 116, 0.8);\n}\n.highlight[data-v-1ed6e5de] {\n border: 2px solid rgb(235, 52, 52);\n pointer-events: none;\n}\n.label[data-v-1ed6e5de] {\n align-self: center;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "ocQS":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_IconSelectOption_vue_vue_type_style_index_0_id_40d39c0a_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("YVtB");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_IconSelectOption_vue_vue_type_style_index_0_id_40d39c0a_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_IconSelectOption_vue_vue_type_style_index_0_id_40d39c0a_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "ozLa":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("vcB1");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("7df25789", content, true, {});
-
-/***/ }),
-
-/***/ "q2Ix":
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_NodeContextMenu_vue_vue_type_style_index_0_id_2cae47d4_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("8MTt");
-/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_NodeContextMenu_vue_vue_type_style_index_0_id_2cae47d4_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_ref_3_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_vue_loader_lib_index_js_vue_loader_options_NodeContextMenu_vue_vue_type_style_index_0_id_2cae47d4_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
-/* unused harmony reexport * */
-
-
-/***/ }),
-
-/***/ "t+B9":
-/***/ (function(module, exports, __webpack_require__) {
-
-(function (_, Kotlin) {
- 'use strict';
- var $$importsForInline$$ = _.$$importsForInline$$ || (_.$$importsForInline$$ = {});
- var Kind_OBJECT = Kotlin.Kind.OBJECT;
- var Kind_CLASS = Kotlin.Kind.CLASS;
- var L1000000 = Kotlin.Long.fromInt(1000000);
- var L1000000000 = Kotlin.Long.fromInt(1000000000);
- var L60000000000 = new Kotlin.Long(-129542144, 13);
- var L3600000000000 = new Kotlin.Long(817405952, 838);
- var L86400000000000 = new Kotlin.Long(-1857093632, 20116);
- var toLong = Kotlin.kotlin.text.toLong_pdl1vz$;
- var StringBuilder_init = Kotlin.kotlin.text.StringBuilder_init;
- var to = Kotlin.kotlin.to_ujzrz7$;
- var mapOf = Kotlin.kotlin.collections.mapOf_qfcya0$;
- var indexOf = Kotlin.kotlin.text.indexOf_l5u8uk$;
- var Math_0 = Math;
- var equals = Kotlin.equals;
- var RuntimeException_init = Kotlin.kotlin.RuntimeException_init_pdl1vj$;
- var Kind_INTERFACE = Kotlin.Kind.INTERFACE;
- var numberToInt = Kotlin.numberToInt;
- var joinToString = Kotlin.kotlin.collections.joinToString_cgipc5$;
- var minOrNull = Kotlin.kotlin.collections.minOrNull_exjks8$;
- var maxOrNull = Kotlin.kotlin.collections.maxOrNull_exjks8$;
- var ArrayList_init = Kotlin.kotlin.collections.ArrayList_init_ww73n8$;
- var throwUPAE = Kotlin.throwUPAE;
- var joinToString_0 = Kotlin.kotlin.collections.joinToString_fmv235$;
- var toString = Kotlin.toString;
- var hashCode = Kotlin.hashCode;
- var ArrayList_init_0 = Kotlin.kotlin.collections.ArrayList_init_287e2$;
- var toMutableList = Kotlin.kotlin.collections.toMutableList_us0mfu$;
- var mutableListOf = Kotlin.kotlin.collections.mutableListOf_i5x0yv$;
- var reversed = Kotlin.kotlin.collections.reversed_7wnvza$;
- var contains = Kotlin.kotlin.text.contains_li3zpu$;
- var copyToArray = Kotlin.kotlin.collections.copyToArray;
- var sortedWith = Kotlin.kotlin.collections.sortedWith_iwcb0m$;
- var wrapFunction = Kotlin.wrapFunction;
- var Comparator = Kotlin.kotlin.Comparator;
- var addAll = Kotlin.kotlin.collections.addAll_ipc267$;
- var sortedWith_0 = Kotlin.kotlin.collections.sortedWith_eknfly$;
- var firstOrNull = Kotlin.kotlin.collections.firstOrNull_2p1efm$;
- var IllegalStateException_init = Kotlin.kotlin.IllegalStateException_init_pdl1vj$;
- var LinkedHashMap_init = Kotlin.kotlin.collections.LinkedHashMap_init_q3lmfv$;
- var first = Kotlin.kotlin.collections.first_2p1efm$;
- var last = Kotlin.kotlin.collections.last_2p1efm$;
- var List = Kotlin.kotlin.collections.List;
- var listOf = Kotlin.kotlin.collections.listOf_mh5how$;
- var minOrNull_0 = Kotlin.kotlin.collections.minOrNull_529xol$;
- var reversedArray = Kotlin.kotlin.collections.reversedArray_4b5429$;
- var toList = Kotlin.kotlin.collections.toList_us0mfu$;
- var contains_0 = Kotlin.kotlin.collections.contains_mjy6jw$;
- var drop = Kotlin.kotlin.collections.drop_ba2ldo$;
- var lastOrNull = Kotlin.kotlin.collections.lastOrNull_2p1efm$;
- var IllegalArgumentException_init = Kotlin.kotlin.IllegalArgumentException_init_pdl1vj$;
- var first_0 = Kotlin.kotlin.collections.first_us0mfu$;
- var firstOrNull_0 = Kotlin.kotlin.collections.firstOrNull_us0mfu$;
- var startsWith = Kotlin.kotlin.text.startsWith_7epoxm$;
- var reversed_0 = Kotlin.kotlin.collections.reversed_us0mfu$;
- var get_indices = Kotlin.kotlin.collections.get_indices_m7z4lg$;
- var reversed_1 = Kotlin.kotlin.ranges.reversed_zf1xzc$;
- var ensureNotNull = Kotlin.ensureNotNull;
- var indexOf_0 = Kotlin.kotlin.collections.indexOf_mjy6jw$;
- var L0 = Kotlin.Long.ZERO;
- var collectionSizeOrDefault = Kotlin.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
- var throwCCE = Kotlin.throwCCE;
- var LinkedHashSet_init = Kotlin.kotlin.collections.LinkedHashSet_init_287e2$;
- var defineInlineFunction = Kotlin.defineInlineFunction;
- var listOf_0 = Kotlin.kotlin.collections.listOf_i5x0yv$;
- var contains_1 = Kotlin.kotlin.text.contains_sgbm27$;
- var split = Kotlin.kotlin.text.split_o64adg$;
- var get_lastIndex = Kotlin.kotlin.collections.get_lastIndex_55thoc$;
- var IntRange = Kotlin.kotlin.ranges.IntRange;
- var slice = Kotlin.kotlin.collections.slice_6bjbi1$;
- var get_lastIndex_0 = Kotlin.kotlin.text.get_lastIndex_gw00vp$;
- var slice_0 = Kotlin.kotlin.text.slice_fc3b62$;
- var Collection = Kotlin.kotlin.collections.Collection;
- Buffer.prototype = Object.create(Bounds.prototype);
- Buffer.prototype.constructor = Buffer;
- Region.prototype = Object.create(Rect.prototype);
- Region.prototype.constructor = Region;
- WindowContainer.prototype = Object.create(ConfigurationContainer.prototype);
- WindowContainer.prototype.constructor = WindowContainer;
- Activity.prototype = Object.create(WindowContainer.prototype);
- Activity.prototype.constructor = Activity;
- DisplayArea.prototype = Object.create(WindowContainer.prototype);
- DisplayArea.prototype.constructor = DisplayArea;
- DisplayContent.prototype = Object.create(WindowContainer.prototype);
- DisplayContent.prototype.constructor = DisplayContent;
- RootWindowContainer.prototype = Object.create(WindowContainer.prototype);
- RootWindowContainer.prototype.constructor = RootWindowContainer;
- Task.prototype = Object.create(WindowContainer.prototype);
- Task.prototype.constructor = Task;
- TaskFragment.prototype = Object.create(WindowContainer.prototype);
- TaskFragment.prototype.constructor = TaskFragment;
- WindowState.prototype = Object.create(WindowContainer.prototype);
- WindowState.prototype.constructor = WindowState;
- WindowToken.prototype = Object.create(WindowContainer.prototype);
- WindowToken.prototype.constructor = WindowToken;
- function Bounds(width, height) {
- Bounds$Companion_getInstance();
- this.width = width;
- this.height = height;
- }
- Object.defineProperty(Bounds.prototype, 'isEmpty', {configurable: true, get: function () {
- return this.height === 0 || this.width === 0;
- }});
- Object.defineProperty(Bounds.prototype, 'isNotEmpty', {configurable: true, get: function () {
- return !this.isEmpty;
- }});
- Object.defineProperty(Bounds.prototype, 'size', {configurable: true, get: function () {
- return new Bounds(this.width, this.height);
- }});
- Bounds.prototype.prettyPrint = function () {
- return Bounds$Companion_getInstance().prettyPrint_ab3z0v$(this);
- };
- Bounds.prototype.toString = function () {
- return this.isEmpty ? '[empty]' : this.prettyPrint();
- };
- Bounds.prototype.equals = function (other) {
- return Kotlin.isType(other, Bounds) && other.height === this.height && other.width === this.width;
- };
- Bounds.prototype.hashCode = function () {
- var result = this.width;
- result = (31 * result | 0) + this.height | 0;
- return result;
- };
- function Bounds$Companion() {
- Bounds$Companion_instance = this;
- this.EMPTY = new Bounds(0, 0);
- }
- Bounds$Companion.prototype.prettyPrint_ab3z0v$ = function (bounds) {
- return bounds.width.toString() + ' x ' + bounds.height;
- };
- Bounds$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var Bounds$Companion_instance = null;
- function Bounds$Companion_getInstance() {
- if (Bounds$Companion_instance === null) {
- new Bounds$Companion();
- }return Bounds$Companion_instance;
- }
- Bounds.$metadata$ = {kind: Kind_CLASS, simpleName: 'Bounds', interfaces: []};
- function Buffer(width, height, stride, format) {
- Buffer$Companion_getInstance();
- Bounds.call(this, width, height);
- this.stride = stride;
- this.format = format;
- }
- Buffer.prototype.prettyPrint = function () {
- return Buffer$Companion_getInstance().prettyPrint_a82y6c$(this);
- };
- Buffer.prototype.equals = function (other) {
- return Kotlin.isType(other, Buffer) && other.height === this.height && other.width === this.width && other.stride === this.stride && other.format === this.format;
- };
- Buffer.prototype.hashCode = function () {
- var result = this.height;
- result = (31 * result | 0) + this.width | 0;
- result = (31 * result | 0) + this.stride | 0;
- result = (31 * result | 0) + this.format | 0;
- return result;
- };
- function Buffer$Companion() {
- Buffer$Companion_instance = this;
- this.EMPTY = new Buffer(0, 0, 0, 0);
- }
- Buffer$Companion.prototype.prettyPrint_a82y6c$ = function (buffer) {
- return 'w:' + buffer.width + ', h:' + buffer.height + ', ' + ('stride:' + buffer.stride + ', format:' + buffer.format);
- };
- Buffer$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var Buffer$Companion_instance = null;
- function Buffer$Companion_getInstance() {
- if (Buffer$Companion_instance === null) {
- new Buffer$Companion();
- }return Buffer$Companion_instance;
- }
- Buffer.$metadata$ = {kind: Kind_CLASS, simpleName: 'Buffer', interfaces: [Bounds]};
- function Color(r, g, b, a) {
- Color$Companion_getInstance();
- this.r = r;
- this.g = g;
- this.b = b;
- this.a = a;
- }
- Object.defineProperty(Color.prototype, 'isEmpty', {configurable: true, get: function () {
- return this.a === 0.0 || this.r < 0 || this.g < 0 || this.b < 0;
- }});
- Object.defineProperty(Color.prototype, 'isNotEmpty', {configurable: true, get: function () {
- return !this.isEmpty;
- }});
- Color.prototype.prettyPrint = function () {
- return Color$Companion_getInstance().prettyPrint_2lwwnt$(this);
- };
- Color.prototype.toString = function () {
- return this.isEmpty ? '[empty]' : this.prettyPrint();
- };
- function Color$Companion() {
- Color$Companion_instance = this;
- this.EMPTY = new Color(-1.0, -1.0, -1.0, 0.0);
- }
- Color$Companion.prototype.prettyPrint_2lwwnt$ = function (color) {
- var r = FloatFormatter_getInstance().format_mx4ult$(color.r);
- var g = FloatFormatter_getInstance().format_mx4ult$(color.g);
- var b = FloatFormatter_getInstance().format_mx4ult$(color.b);
- var a = FloatFormatter_getInstance().format_mx4ult$(color.a);
- return 'r:' + r + ' g:' + g + ' b:' + b + ' a:' + a;
- };
- Color$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var Color$Companion_instance = null;
- function Color$Companion_getInstance() {
- if (Color$Companion_instance === null) {
- new Color$Companion();
- }return Color$Companion_instance;
- }
- Color.$metadata$ = {kind: Kind_CLASS, simpleName: 'Color', interfaces: []};
- Color.prototype.component1 = function () {
- return this.r;
- };
- Color.prototype.component2 = function () {
- return this.g;
- };
- Color.prototype.component3 = function () {
- return this.b;
- };
- Color.prototype.component4 = function () {
- return this.a;
- };
- Color.prototype.copy_7b5o5w$ = function (r, g, b, a) {
- return new Color(r === void 0 ? this.r : r, g === void 0 ? this.g : g, b === void 0 ? this.b : b, a === void 0 ? this.a : a);
- };
- Color.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.r) | 0;
- result = result * 31 + Kotlin.hashCode(this.g) | 0;
- result = result * 31 + Kotlin.hashCode(this.b) | 0;
- result = result * 31 + Kotlin.hashCode(this.a) | 0;
- return result;
- };
- Color.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.r, other.r) && Kotlin.equals(this.g, other.g) && Kotlin.equals(this.b, other.b) && Kotlin.equals(this.a, other.a)))));
- };
- var MILLISECOND_AS_NANOSECONDS;
- var SECOND_AS_NANOSECONDS;
- var MINUTE_AS_NANOSECONDS;
- var HOUR_AS_NANOSECONDS;
- var DAY_AS_NANOSECONDS;
- function prettyTimestamp(timestampNs) {
- var tmp$;
- var remainingNs = toLong(timestampNs.toString());
- var prettyTimestamp = StringBuilder_init();
- var timeUnitToNanoSeconds = mapOf([to('d', DAY_AS_NANOSECONDS), to('h', HOUR_AS_NANOSECONDS), to('m', MINUTE_AS_NANOSECONDS), to('s', SECOND_AS_NANOSECONDS), to('ms', MILLISECOND_AS_NANOSECONDS)]);
- tmp$ = timeUnitToNanoSeconds.entries.iterator();
- while (tmp$.hasNext()) {
- var tmp$_0 = tmp$.next();
- var timeUnit = tmp$_0.key;
- var ns = tmp$_0.value;
- var convertedTime = remainingNs.div(ns);
- remainingNs = remainingNs.modulo(ns);
- prettyTimestamp.append_pdl1vj$(convertedTime.toString() + timeUnit);
- }
- return prettyTimestamp.toString();
- }
- function FloatFormatter() {
- FloatFormatter_instance = this;
- }
- FloatFormatter.prototype.format_mx4ult$ = function (value) {
- var tmp$;
- var strValue = value.toString();
- var dotIndex = indexOf(strValue, '.');
- if (dotIndex > -1) {
- var a = strValue.length;
- var b = dotIndex + 4 | 0;
- var endIndex = Math_0.min(a, b);
- tmp$ = strValue.substring(0, endIndex);
- } else {
- tmp$ = strValue + '.000';
- }
- return tmp$;
- };
- FloatFormatter.$metadata$ = {kind: Kind_OBJECT, simpleName: 'FloatFormatter', interfaces: []};
- var FloatFormatter_instance = null;
- function FloatFormatter_getInstance() {
- if (FloatFormatter_instance === null) {
- new FloatFormatter();
- }return FloatFormatter_instance;
- }
- function ITrace() {
- }
- ITrace.prototype.getEntry_s8cxhz$ = function (timestamp) {
- var tmp$;
- var $receiver = this.entries;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$_0;
- tmp$_0 = $receiver.iterator();
- while (tmp$_0.hasNext()) {
- var element = tmp$_0.next();
- if (equals(element.timestamp, timestamp)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- tmp$ = firstOrNull$result;
- if (tmp$ == null) {
- throw RuntimeException_init('Entry does not exist for timestamp ' + timestamp.toString());
- }return tmp$;
- };
- ITrace.prototype.hasSource = function () {
- return this.source.length > 0;
- };
- ITrace.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'ITrace', interfaces: []};
- function ITraceEntry() {
- }
- ITraceEntry.$metadata$ = {kind: Kind_INTERFACE, simpleName: 'ITraceEntry', interfaces: []};
- function Point(x, y) {
- Point$Companion_getInstance();
- this.x = x;
- this.y = y;
- }
- Point.prototype.prettyPrint = function () {
- return Point$Companion_getInstance().prettyPrint_2ern70$(this);
- };
- Point.prototype.toString = function () {
- return this.prettyPrint();
- };
- function Point$Companion() {
- Point$Companion_instance = this;
- }
- Point$Companion.prototype.prettyPrint_2ern70$ = function (point) {
- return '(' + point.x + ', ' + point.y + ')';
- };
- Point$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var Point$Companion_instance = null;
- function Point$Companion_getInstance() {
- if (Point$Companion_instance === null) {
- new Point$Companion();
- }return Point$Companion_instance;
- }
- Point.$metadata$ = {kind: Kind_CLASS, simpleName: 'Point', interfaces: []};
- Point.prototype.component1 = function () {
- return this.x;
- };
- Point.prototype.component2 = function () {
- return this.y;
- };
- Point.prototype.copy_vux9f0$ = function (x, y) {
- return new Point(x === void 0 ? this.x : x, y === void 0 ? this.y : y);
- };
- Point.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.x) | 0;
- result = result * 31 + Kotlin.hashCode(this.y) | 0;
- return result;
- };
- Point.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.x, other.x) && Kotlin.equals(this.y, other.y)))));
- };
- function Rect(left, top, right, bottom) {
- Rect$Companion_getInstance();
- if (left === void 0)
- left = 0;
- if (top === void 0)
- top = 0;
- if (right === void 0)
- right = 0;
- if (bottom === void 0)
- bottom = 0;
- this.left = left;
- this.top = top;
- this.right = right;
- this.bottom = bottom;
- this.isEmpty = this.width === 0 || this.height === 0;
- this.isNotEmpty = !this.isEmpty;
- }
- Object.defineProperty(Rect.prototype, 'height', {configurable: true, get: function () {
- return this.bottom - this.top | 0;
- }});
- Object.defineProperty(Rect.prototype, 'width', {configurable: true, get: function () {
- return this.right - this.left | 0;
- }});
- Rect.prototype.centerX = function () {
- return this.left + (this.right / 2 | 0) | 0;
- };
- Rect.prototype.centerY = function () {
- return this.top + (this.bottom / 2 | 0) | 0;
- };
- Rect.prototype.toRectF = function () {
- return new RectF(this.left, this.top, this.right, this.bottom);
- };
- Rect.prototype.prettyPrint = function () {
- return Rect$Companion_getInstance().prettyPrint_kjm97k$(this);
- };
- Rect.prototype.equals = function (other) {
- return equals(other != null ? other.toString() : null, this.toString());
- };
- Rect.prototype.contains_kjm97k$ = function (rect) {
- var thisRect = this.toRectF();
- var otherRect = rect.toRectF();
- return thisRect.contains_2duk7u$(otherRect);
- };
- Rect.prototype.intersection_kjm97k$ = function (rect) {
- var thisRect = this.toRectF();
- var otherRect = rect.toRectF();
- return thisRect.intersection_2duk7u$(otherRect).toRect();
- };
- Rect.prototype.hashCode = function () {
- var result = this.left;
- result = (31 * result | 0) + this.top | 0;
- result = (31 * result | 0) + this.right | 0;
- result = (31 * result | 0) + this.bottom | 0;
- return result;
- };
- Rect.prototype.toString = function () {
- return this.isEmpty ? '[empty]' : this.prettyPrint();
- };
- function Rect$Companion() {
- Rect$Companion_instance = this;
- this.EMPTY = new Rect();
- }
- Rect$Companion.prototype.prettyPrint_kjm97k$ = function (rect) {
- return '(' + rect.left + ', ' + rect.top + ') - ' + ('(' + rect.right + ', ' + rect.bottom + ')');
- };
- Rect$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var Rect$Companion_instance = null;
- function Rect$Companion_getInstance() {
- if (Rect$Companion_instance === null) {
- new Rect$Companion();
- }return Rect$Companion_instance;
- }
- Rect.$metadata$ = {kind: Kind_CLASS, simpleName: 'Rect', interfaces: []};
- function RectF(left, top, right, bottom) {
- RectF$Companion_getInstance();
- if (left === void 0)
- left = 0.0;
- if (top === void 0)
- top = 0.0;
- if (right === void 0)
- right = 0.0;
- if (bottom === void 0)
- bottom = 0.0;
- this.left = left;
- this.top = top;
- this.right = right;
- this.bottom = bottom;
- }
- Object.defineProperty(RectF.prototype, 'height', {configurable: true, get: function () {
- return this.bottom - this.top;
- }});
- Object.defineProperty(RectF.prototype, 'width', {configurable: true, get: function () {
- return this.right - this.left;
- }});
- Object.defineProperty(RectF.prototype, 'isEmpty', {configurable: true, get: function () {
- return this.width === 0.0 || this.height === 0.0;
- }});
- Object.defineProperty(RectF.prototype, 'isNotEmpty', {configurable: true, get: function () {
- return !this.isEmpty;
- }});
- RectF.prototype.toRect = function () {
- return new Rect(numberToInt(this.left), numberToInt(this.top), numberToInt(this.right), numberToInt(this.bottom));
- };
- RectF.prototype.contains_2duk7u$ = function (r) {
- return this.left < this.right && this.top < this.bottom && this.left <= r.left && this.top <= r.top && this.right >= r.right && this.bottom >= r.bottom;
- };
- RectF.prototype.intersection_7b5o5w$ = function (left, top, right, bottom) {
- if (this.left < right && left < this.right && this.top < bottom && top < this.bottom) {
- var intersectionLeft = 0.0;
- var intersectionTop = 0.0;
- var intersectionRight = 0.0;
- var intersectionBottom = 0.0;
- if (this.left < left) {
- intersectionLeft = left;
- }if (this.top < top) {
- intersectionTop = top;
- }if (this.right > right) {
- intersectionRight = right;
- }if (this.bottom > bottom) {
- intersectionBottom = bottom;
- }return new RectF(intersectionLeft, intersectionTop, intersectionRight, intersectionBottom);
- }return RectF$Companion_getInstance().EMPTY;
- };
- RectF.prototype.intersection_2duk7u$ = function (r) {
- return this.intersection_7b5o5w$(r.left, r.top, r.right, r.bottom);
- };
- RectF.prototype.prettyPrint = function () {
- return RectF$Companion_getInstance().prettyPrint_2duk7u$(this);
- };
- RectF.prototype.toString = function () {
- return this.isEmpty ? '[empty]' : this.prettyPrint();
- };
- function RectF$Companion() {
- RectF$Companion_instance = this;
- this.EMPTY = new RectF();
- }
- RectF$Companion.prototype.prettyPrint_2duk7u$ = function (rect) {
- var left = FloatFormatter_getInstance().format_mx4ult$(rect.left);
- var top = FloatFormatter_getInstance().format_mx4ult$(rect.top);
- var right = FloatFormatter_getInstance().format_mx4ult$(rect.right);
- var bottom = FloatFormatter_getInstance().format_mx4ult$(rect.bottom);
- return '(' + left + ', ' + top + ') - (' + right + ', ' + bottom + ')';
- };
- RectF$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var RectF$Companion_instance = null;
- function RectF$Companion_getInstance() {
- if (RectF$Companion_instance === null) {
- new RectF$Companion();
- }return RectF$Companion_instance;
- }
- RectF.$metadata$ = {kind: Kind_CLASS, simpleName: 'RectF', interfaces: []};
- RectF.prototype.component1 = function () {
- return this.left;
- };
- RectF.prototype.component2 = function () {
- return this.top;
- };
- RectF.prototype.component3 = function () {
- return this.right;
- };
- RectF.prototype.component4 = function () {
- return this.bottom;
- };
- RectF.prototype.copy_7b5o5w$ = function (left, top, right, bottom) {
- return new RectF(left === void 0 ? this.left : left, top === void 0 ? this.top : top, right === void 0 ? this.right : right, bottom === void 0 ? this.bottom : bottom);
- };
- RectF.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.left) | 0;
- result = result * 31 + Kotlin.hashCode(this.top) | 0;
- result = result * 31 + Kotlin.hashCode(this.right) | 0;
- result = result * 31 + Kotlin.hashCode(this.bottom) | 0;
- return result;
- };
- RectF.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.left, other.left) && Kotlin.equals(this.top, other.top) && Kotlin.equals(this.right, other.right) && Kotlin.equals(this.bottom, other.bottom)))));
- };
- function Region(rects) {
- Region$Companion_getInstance();
- var destination = ArrayList_init(rects.length);
- var tmp$;
- for (tmp$ = 0; tmp$ !== rects.length; ++tmp$) {
- var item = rects[tmp$];
- destination.add_11rb$(item.left);
- }
- tmp$_4 = (tmp$_3 = minOrNull(destination)) != null ? tmp$_3 : 0;
- var destination_0 = ArrayList_init(rects.length);
- var tmp$_0;
- for (tmp$_0 = 0; tmp$_0 !== rects.length; ++tmp$_0) {
- var item_0 = rects[tmp$_0];
- destination_0.add_11rb$(item_0.top);
- }
- tmp$_6 = (tmp$_5 = minOrNull(destination_0)) != null ? tmp$_5 : 0;
- var destination_1 = ArrayList_init(rects.length);
- var tmp$_1;
- for (tmp$_1 = 0; tmp$_1 !== rects.length; ++tmp$_1) {
- var item_1 = rects[tmp$_1];
- destination_1.add_11rb$(item_1.right);
- }
- tmp$_8 = (tmp$_7 = maxOrNull(destination_1)) != null ? tmp$_7 : 0;
- var destination_2 = ArrayList_init(rects.length);
- var tmp$_2;
- for (tmp$_2 = 0; tmp$_2 !== rects.length; ++tmp$_2) {
- var item_2 = rects[tmp$_2];
- destination_2.add_11rb$(item_2.bottom);
- }
- var tmp$_3, tmp$_4, tmp$_5, tmp$_6, tmp$_7, tmp$_8, tmp$_9;
- Rect.call(this, tmp$_4, tmp$_6, tmp$_8, (tmp$_9 = maxOrNull(destination_2)) != null ? tmp$_9 : 0);
- this.rects = rects;
- }
- Region.prototype.toString = function () {
- return this.prettyPrint();
- };
- function Region$prettyPrint$lambda(it) {
- return it.prettyPrint();
- }
- Region.prototype.prettyPrint = function () {
- return joinToString(this.rects, ', ', void 0, void 0, void 0, void 0, Region$prettyPrint$lambda);
- };
- function Region$Companion() {
- Region$Companion_instance = this;
- this.EMPTY = Region_init_2();
- }
- Region$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var Region$Companion_instance = null;
- function Region$Companion_getInstance() {
- if (Region$Companion_instance === null) {
- new Region$Companion();
- }return Region$Companion_instance;
- }
- Region.$metadata$ = {kind: Kind_CLASS, simpleName: 'Region', interfaces: [Rect]};
- function Region_init(left, top, right, bottom, $this) {
- $this = $this || Object.create(Region.prototype);
- Region_init_0(new Rect(left, top, right, bottom), $this);
- return $this;
- }
- function Region_init_0(rect, $this) {
- $this = $this || Object.create(Region.prototype);
- var tmp$;
- Region.call($this, (tmp$ = rect != null ? [rect] : null) != null ? tmp$ : []);
- return $this;
- }
- function Region_init_1(rect, $this) {
- $this = $this || Object.create(Region.prototype);
- Region_init_0(rect != null ? rect.toRect() : null, $this);
- return $this;
- }
- function Region_init_2($this) {
- $this = $this || Object.create(Region.prototype);
- Region_init_0(Rect$Companion_getInstance().EMPTY, $this);
- return $this;
- }
- function Layer(name, id, parentId, z, visibleRegion, activeBuffer, flags, _bounds, color, _isOpaque, shadowRadius, cornerRadius, type, _screenBounds, transform, _sourceBounds, currFrame, effectiveScalingMode, bufferTransform, hwcCompositionType, hwcCrop, hwcFrame, backgroundBlurRadius, crop, isRelativeOf, zOrderRelativeOfId) {
- this.name = name;
- this.id = id;
- this.parentId = parentId;
- this.z = z;
- this.visibleRegion = visibleRegion;
- this.activeBuffer = activeBuffer;
- this.flags = flags;
- this.color = color;
- this.shadowRadius = shadowRadius;
- this.cornerRadius = cornerRadius;
- this.type = type;
- this.transform = transform;
- this.currFrame = currFrame;
- this.effectiveScalingMode = effectiveScalingMode;
- this.bufferTransform = bufferTransform;
- this.hwcCompositionType = hwcCompositionType;
- this.hwcCrop = hwcCrop;
- this.hwcFrame = hwcFrame;
- this.backgroundBlurRadius = backgroundBlurRadius;
- this.crop = crop;
- this.isRelativeOf = isRelativeOf;
- this.zOrderRelativeOfId = zOrderRelativeOfId;
- this.parent_qte4xp$_0 = this.parent_qte4xp$_0;
- this.zOrderRelativeOf = null;
- this.zOrderRelativeParentOf = 0;
- this.children = ArrayList_init_0();
- this.occludedBy = ArrayList_init_0();
- this.partiallyOccludedBy = ArrayList_init_0();
- this.coveredBy = ArrayList_init_0();
- this.bounds = _bounds != null ? _bounds : RectF$Companion_getInstance().EMPTY;
- this.sourceBounds = _sourceBounds != null ? _sourceBounds : RectF$Companion_getInstance().EMPTY;
- this.isOpaque = this.color.a !== 1.0 ? false : _isOpaque;
- var tmp$;
- var tmp$_0;
- if (((tmp$_0 = this.visibleRegion) != null ? tmp$_0.isNotEmpty : null) === true)
- tmp$ = this.visibleRegion.toRectF();
- else if (_screenBounds != null)
- tmp$ = _screenBounds;
- else
- tmp$ = this.transform.apply_2w7cpz$(this.bounds);
- this.screenBounds = tmp$;
- }
- Object.defineProperty(Layer.prototype, 'parent', {configurable: true, get: function () {
- if (this.parent_qte4xp$_0 == null)
- return throwUPAE('parent');
- return this.parent_qte4xp$_0;
- }, set: function (parent) {
- this.parent_qte4xp$_0 = parent;
- }});
- Object.defineProperty(Layer.prototype, 'isRootLayer', {configurable: true, get: function () {
- return this.parent_qte4xp$_0 == null;
- }});
- Layer.prototype.addChild_9gy4dd$ = function (childLayer) {
- this.children.add_11rb$(childLayer);
- };
- Object.defineProperty(Layer.prototype, 'isActiveBufferEmpty', {configurable: true, get: function () {
- return this.activeBuffer.isEmpty;
- }});
- Object.defineProperty(Layer.prototype, 'isHiddenByPolicy', {configurable: true, get: function () {
- return (this.flags & 1) !== 0 || this.id === 2147483645;
- }});
- Object.defineProperty(Layer.prototype, 'isVisible', {configurable: true, get: function () {
- var tmp$;
- if (this.isHiddenByParent)
- tmp$ = false;
- else if (this.isHiddenByPolicy)
- tmp$ = false;
- else if (this.isActiveBufferEmpty && !this.hasEffects)
- tmp$ = false;
- else if (!this.fillsColor)
- tmp$ = false;
- else {
- if (!this.occludedBy.isEmpty())
- tmp$ = false;
- else {
- var tmp$_0, tmp$_1;
- if ((tmp$_1 = (tmp$_0 = this.visibleRegion) != null ? tmp$_0.isEmpty : null) != null ? tmp$_1 : false)
- tmp$ = false;
- else
- tmp$ = !this.bounds.isEmpty;
- }
- }
- return tmp$;
- }});
- Object.defineProperty(Layer.prototype, 'fillsColor', {configurable: true, get: function () {
- return this.color.isNotEmpty;
- }});
- Object.defineProperty(Layer.prototype, 'drawsShadows', {configurable: true, get: function () {
- return this.shadowRadius > 0;
- }});
- Object.defineProperty(Layer.prototype, 'hasBlur', {configurable: true, get: function () {
- return this.backgroundBlurRadius > 0;
- }});
- Object.defineProperty(Layer.prototype, 'hasRoundedCorners', {configurable: true, get: function () {
- return this.cornerRadius > 0;
- }});
- Object.defineProperty(Layer.prototype, 'hasEffects', {configurable: true, get: function () {
- if (this.isColorLayer) {
- return true;
- }return this.isEffectLayer && (this.fillsColor || this.drawsShadows);
- }});
- Object.defineProperty(Layer.prototype, 'isBufferLayer', {configurable: true, get: function () {
- return equals(this.type, 'BufferStateLayer') || equals(this.type, 'BufferQueueLayer');
- }});
- Object.defineProperty(Layer.prototype, 'isColorLayer', {configurable: true, get: function () {
- return equals(this.type, 'ColorLayer');
- }});
- Object.defineProperty(Layer.prototype, 'isContainerLayer', {configurable: true, get: function () {
- return equals(this.type, 'ContainerLayer');
- }});
- Object.defineProperty(Layer.prototype, 'isEffectLayer', {configurable: true, get: function () {
- return equals(this.type, 'EffectLayer');
- }});
- Object.defineProperty(Layer.prototype, 'isInvisible', {configurable: true, get: function () {
- return !this.isVisible;
- }});
- Object.defineProperty(Layer.prototype, 'isHiddenByParent', {configurable: true, get: function () {
- return !this.isRootLayer && (this.parent.isHiddenByPolicy || this.parent.isHiddenByParent);
- }});
- function Layer$get_Layer$visibilityReason$lambda(it) {
- return it.id.toString();
- }
- Object.defineProperty(Layer.prototype, 'visibilityReason', {configurable: true, get: function () {
- var tmp$;
- if (this.isVisible)
- tmp$ = '';
- else if (this.isContainerLayer)
- tmp$ = 'ContainerLayer';
- else if (this.isHiddenByPolicy)
- tmp$ = 'Flag is hidden';
- else if (this.isHiddenByParent)
- tmp$ = 'Hidden by parent ' + this.parent.name;
- else if (this.isBufferLayer && this.isActiveBufferEmpty)
- tmp$ = 'Buffer is empty';
- else if (this.color.isEmpty)
- tmp$ = 'Alpha is 0';
- else {
- var tmp$_0, tmp$_1;
- if ((tmp$_1 = (tmp$_0 = this.crop) != null ? tmp$_0.isEmpty : null) != null ? tmp$_1 : false)
- tmp$ = 'Crop is 0x0';
- else if (this.bounds.isEmpty)
- tmp$ = 'Bounds is 0x0';
- else if (!this.transform.isValid)
- tmp$ = 'Transform is invalid';
- else if (this.isRelativeOf && this.zOrderRelativeOf == null)
- tmp$ = 'RelativeOf layer has been removed';
- else if (this.isEffectLayer && !this.fillsColor && !this.drawsShadows && !this.hasBlur)
- tmp$ = 'Effect layer does not have color fill, shadow or blur';
- else {
- if (!this.occludedBy.isEmpty()) {
- var occludedByIds = joinToString_0(this.occludedBy, ', ', void 0, void 0, void 0, void 0, Layer$get_Layer$visibilityReason$lambda);
- tmp$ = 'Layer is occluded by: ' + occludedByIds;
- } else {
- var tmp$_2, tmp$_3;
- if ((tmp$_3 = (tmp$_2 = this.visibleRegion) != null ? tmp$_2.isEmpty : null) != null ? tmp$_3 : false)
- tmp$ = 'Visible region calculated by Composition Engine is empty';
- else
- tmp$ = 'Unknown';
- }
- }
- }
- return tmp$;
- }});
- Layer.prototype.contains_9gy4dd$ = function (innerLayer) {
- var tmp$;
- if (!this.transform.isSimpleRotation || !innerLayer.transform.isSimpleRotation) {
- tmp$ = false;
- } else {
- tmp$ = this.screenBounds.contains_2duk7u$(innerLayer.screenBounds);
- }
- return tmp$;
- };
- Layer.prototype.overlaps_9gy4dd$ = function (other) {
- return !this.screenBounds.intersection_2duk7u$(other.screenBounds).isEmpty;
- };
- Layer.prototype.toString = function () {
- var $receiver = StringBuilder_init();
- $receiver.append_pdl1vj$(this.name);
- if (this.activeBuffer.isNotEmpty) {
- $receiver.append_pdl1vj$(' buffer:' + this.activeBuffer.width + 'x' + this.activeBuffer.height);
- $receiver.append_pdl1vj$(' frame#' + this.currFrame.toString());
- }if (this.isVisible) {
- $receiver.append_pdl1vj$(' visible:' + toString(this.visibleRegion));
- }return $receiver.toString();
- };
- Layer.prototype.equals = function (other) {
- var tmp$, tmp$_0;
- return Kotlin.isType(other, Layer) && other.parentId === this.parentId && equals(other.name, this.name) && other.flags === this.flags && equals(other.currFrame, this.currFrame) && ((tmp$ = other.activeBuffer) != null ? tmp$.equals(this.activeBuffer) : null) && ((tmp$_0 = other.screenBounds) != null ? tmp$_0.equals(this.screenBounds) : null);
- };
- Layer.prototype.hashCode = function () {
- var result = hashCode(this.name);
- result = (31 * result | 0) + this.id | 0;
- result = (31 * result | 0) + this.parentId | 0;
- result = (31 * result | 0) + this.z | 0;
- var $receiver = this.visibleRegion;
- var tmp$;
- result = (31 * result | 0) + ((tmp$ = $receiver != null ? hashCode($receiver) : null) != null ? tmp$ : 0) | 0;
- result = (31 * result | 0) + this.activeBuffer.hashCode() | 0;
- result = (31 * result | 0) + this.flags | 0;
- result = (31 * result | 0) + this.bounds.hashCode() | 0;
- result = (31 * result | 0) + this.color.hashCode() | 0;
- result = (31 * result | 0) + hashCode(this.isOpaque) | 0;
- result = (31 * result | 0) + hashCode(this.shadowRadius) | 0;
- result = (31 * result | 0) + hashCode(this.cornerRadius) | 0;
- result = (31 * result | 0) + hashCode(this.type) | 0;
- result = (31 * result | 0) + this.screenBounds.hashCode() | 0;
- result = (31 * result | 0) + hashCode(this.transform) | 0;
- result = (31 * result | 0) + this.sourceBounds.hashCode() | 0;
- result = (31 * result | 0) + hashCode(this.currFrame) | 0;
- result = (31 * result | 0) + this.effectiveScalingMode | 0;
- result = (31 * result | 0) + hashCode(this.bufferTransform) | 0;
- result = (31 * result | 0) + this.parent.hashCode() | 0;
- result = (31 * result | 0) + hashCode(this.children) | 0;
- result = (31 * result | 0) + hashCode(this.occludedBy) | 0;
- result = (31 * result | 0) + hashCode(this.partiallyOccludedBy) | 0;
- result = (31 * result | 0) + hashCode(this.coveredBy) | 0;
- return result;
- };
- Layer.$metadata$ = {kind: Kind_CLASS, simpleName: 'Layer', interfaces: []};
- var compareBy$lambda = wrapFunction(function () {
- var compareValues = Kotlin.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- var compareBy$lambda_0 = wrapFunction(function () {
- var compareValues = Kotlin.kotlin.comparisons.compareValues_s00gnj$;
- return function (closure$selector) {
- return function (a, b) {
- var selector = closure$selector;
- return compareValues(selector(a), selector(b));
- };
- };
- });
- function LayerTraceEntry(timestamp, hwcBlob, where, _rootLayers) {
- this.timestamp_16yg2k$_0 = timestamp;
- this.hwcBlob = hwcBlob;
- this.where = where;
- this.flattenedLayers = this.fillFlattenedLayers_gvbe2j$_0(_rootLayers);
- }
- Object.defineProperty(LayerTraceEntry.prototype, 'timestamp', {get: function () {
- return this.timestamp_16yg2k$_0;
- }});
- Object.defineProperty(LayerTraceEntry.prototype, 'rootLayers', {configurable: true, get: function () {
- var $receiver = this.flattenedLayers;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.isRootLayer)
- destination.add_11rb$(element);
- }
- return copyToArray(destination);
- }});
- LayerTraceEntry.prototype.fillFlattenedLayers_gvbe2j$_0 = function (rootLayers) {
- var opaqueLayers = ArrayList_init_0();
- var transparentLayers = ArrayList_init_0();
- var layers = ArrayList_init_0();
- var roots = toMutableList(this.fillOcclusionState_563v9f$_0(rootLayers, opaqueLayers, transparentLayers));
- while (!roots.isEmpty()) {
- var layer = roots.removeAt_za3lpa$(0);
- layers.add_11rb$(layer);
- roots.addAll_brywnq$(layer.children);
- }
- return copyToArray(layers);
- };
- function LayerTraceEntry$topDownTraversal$lambda(it) {
- return it.z;
- }
- LayerTraceEntry.prototype.topDownTraversal_u6u0z3$_0 = function ($receiver) {
- var $receiver_0 = sortedWith($receiver, new Comparator(compareBy$lambda(LayerTraceEntry$topDownTraversal$lambda)));
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = $receiver_0.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = this.topDownTraversal_g6bw85$_0(element);
- addAll(destination, list);
- }
- return destination;
- };
- Object.defineProperty(LayerTraceEntry.prototype, 'visibleLayers', {configurable: true, get: function () {
- var $receiver = this.flattenedLayers;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.isVisible)
- destination.add_11rb$(element);
- }
- return copyToArray(destination);
- }});
- function LayerTraceEntry$topDownTraversal$lambda_0(it) {
- return it.z;
- }
- LayerTraceEntry.prototype.topDownTraversal_g6bw85$_0 = function ($receiver) {
- var traverseList = mutableListOf([$receiver]);
- var tmp$;
- tmp$ = sortedWith_0($receiver.children, new Comparator(compareBy$lambda_0(LayerTraceEntry$topDownTraversal$lambda_0))).iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- traverseList.addAll_brywnq$(this.topDownTraversal_g6bw85$_0(element));
- }
- return traverseList;
- };
- LayerTraceEntry.prototype.fillOcclusionState_563v9f$_0 = function ($receiver, opaqueLayers, transparentLayers) {
- var traversalList = reversed(this.topDownTraversal_u6u0z3$_0($receiver));
- var tmp$;
- tmp$ = traversalList.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var visible = element.isVisible;
- if (visible) {
- var tmp$_0 = element.occludedBy;
- var destination = ArrayList_init_0();
- var tmp$_1;
- tmp$_1 = opaqueLayers.iterator();
- while (tmp$_1.hasNext()) {
- var element_0 = tmp$_1.next();
- if (element_0.contains_9gy4dd$(element) && !element_0.hasRoundedCorners)
- destination.add_11rb$(element_0);
- }
- tmp$_0.addAll_brywnq$(destination);
- var tmp$_2 = element.partiallyOccludedBy;
- var destination_0 = ArrayList_init_0();
- var tmp$_3;
- tmp$_3 = opaqueLayers.iterator();
- while (tmp$_3.hasNext()) {
- var element_1 = tmp$_3.next();
- if (element_1.overlaps_9gy4dd$(element) && !element.occludedBy.contains_11rb$(element_1))
- destination_0.add_11rb$(element_1);
- }
- tmp$_2.addAll_brywnq$(destination_0);
- var tmp$_4 = element.coveredBy;
- var destination_1 = ArrayList_init_0();
- var tmp$_5;
- tmp$_5 = transparentLayers.iterator();
- while (tmp$_5.hasNext()) {
- var element_2 = tmp$_5.next();
- if (element_2.overlaps_9gy4dd$(element))
- destination_1.add_11rb$(element_2);
- }
- tmp$_4.addAll_brywnq$(destination_1);
- if (element.isOpaque) {
- opaqueLayers.add_11rb$(element);
- } else {
- transparentLayers.add_11rb$(element);
- }
- }}
- return $receiver;
- };
- LayerTraceEntry.prototype.getLayerWithBuffer_61zpoe$ = function (name) {
- var $receiver = this.flattenedLayers;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (contains(element.name, name) && element.activeBuffer.isNotEmpty) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- LayerTraceEntry.prototype.isVisible_61zpoe$ = function (windowName) {
- var $receiver = this.visibleLayers;
- var any$result;
- any$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (equals(element.name, windowName)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- LayerTraceEntry.prototype.toString = function () {
- return prettyTimestamp(this.timestamp);
- };
- LayerTraceEntry.$metadata$ = {kind: Kind_CLASS, simpleName: 'LayerTraceEntry', interfaces: [ITraceEntry]};
- function LayerTraceEntryBuilder(timestamp, layers, hwcBlob, where) {
- if (hwcBlob === void 0)
- hwcBlob = '';
- if (where === void 0)
- where = '';
- this.hwcBlob = hwcBlob;
- this.where = where;
- this.timestamp_0 = toLong(timestamp.toString());
- this.orphanLayerCallback_0 = null;
- this.orphans_0 = ArrayList_init_0();
- this.layers_0 = this.setLayers_0(layers);
- }
- LayerTraceEntryBuilder.prototype.setLayers_0 = function (layers) {
- var result = LinkedHashMap_init();
- var tmp$;
- tmp$ = layers.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var id = element.id;
- if (result.containsKey_11rb$(id)) {
- throw RuntimeException_init('Duplicate layer id found: ' + id);
- }result.put_xwzc9p$(id, element);
- }
- return result;
- };
- LayerTraceEntryBuilder.prototype.setOrphanLayerCallback_x8fn7r$ = function (value) {
- this.orphanLayerCallback_0 = value;
- return this;
- };
- LayerTraceEntryBuilder.prototype.notifyOrphansLayers_0 = function () {
- var tmp$;
- tmp$ = this.orphanLayerCallback_0;
- if (tmp$ == null) {
- return;
- }var callback = tmp$;
- var tmp$_0;
- tmp$_0 = this.orphans_0.iterator();
- loop_label: while (tmp$_0.hasNext()) {
- var element = tmp$_0.next();
- action$break: do {
- if (callback(element)) {
- break action$break;
- }throw RuntimeException_init('Failed to parse layers trace. Found orphan layer with id = ' + element.id + (' with parentId = ' + element.parentId));
- }
- while (false);
- }
- };
- LayerTraceEntryBuilder.prototype.updateParents_0 = function () {
- var tmp$;
- tmp$ = this.layers_0.values.iterator();
- while (tmp$.hasNext()) {
- var layer = tmp$.next();
- var parentId = layer.parentId;
- var parentLayer = this.layers_0.get_11rb$(parentId);
- if (parentLayer == null) {
- this.orphans_0.add_11rb$(layer);
- continue;
- }parentLayer.addChild_9gy4dd$(layer);
- layer.parent = parentLayer;
- }
- };
- LayerTraceEntryBuilder.prototype.updateRelZParents_0 = function () {
- var tmp$;
- tmp$ = this.layers_0.values.iterator();
- while (tmp$.hasNext()) {
- var layer = tmp$.next();
- var parentId = layer.zOrderRelativeOfId;
- var parentLayer = this.layers_0.get_11rb$(parentId);
- if (parentLayer == null) {
- layer.zOrderRelativeParentOf = parentId;
- continue;
- }layer.zOrderRelativeOf = parentLayer;
- }
- };
- LayerTraceEntryBuilder.prototype.computeRootLayers_0 = function () {
- var tmp$;
- this.updateParents_0();
- this.updateRelZParents_0();
- tmp$ = firstOrNull(this.orphans_0);
- if (tmp$ == null) {
- throw IllegalStateException_init('Display root layer not found.');
- }var firstRoot = tmp$;
- this.orphans_0.remove_11rb$(firstRoot);
- var rootLayers = mutableListOf([firstRoot]);
- var $receiver = this.orphans_0;
- var destination = ArrayList_init_0();
- var tmp$_0;
- tmp$_0 = $receiver.iterator();
- while (tmp$_0.hasNext()) {
- var element = tmp$_0.next();
- if (element.parentId === firstRoot.parentId)
- destination.add_11rb$(element);
- }
- var remainingRoots = destination;
- rootLayers.addAll_brywnq$(remainingRoots);
- this.orphans_0.removeAll_brywnq$(rootLayers);
- return rootLayers;
- };
- LayerTraceEntryBuilder.prototype.build = function () {
- var rootLayers = this.computeRootLayers_0();
- this.notifyOrphansLayers_0();
- return new LayerTraceEntry(this.timestamp_0, this.hwcBlob, this.where, copyToArray(rootLayers));
- };
- LayerTraceEntryBuilder.$metadata$ = {kind: Kind_CLASS, simpleName: 'LayerTraceEntryBuilder', interfaces: []};
- function LayersTrace(entries, source, sourceChecksum) {
- if (source === void 0)
- source = '';
- if (sourceChecksum === void 0)
- sourceChecksum = '';
- this.entries_h4uiij$_0 = entries;
- this.source_lf0jcs$_0 = source;
- this.sourceChecksum_ji198f$_0 = sourceChecksum;
- }
- Object.defineProperty(LayersTrace.prototype, 'entries', {get: function () {
- return this.entries_h4uiij$_0;
- }});
- Object.defineProperty(LayersTrace.prototype, 'source', {get: function () {
- return this.source_lf0jcs$_0;
- }});
- Object.defineProperty(LayersTrace.prototype, 'sourceChecksum', {get: function () {
- return this.sourceChecksum_ji198f$_0;
- }});
- LayersTrace.prototype.toString = function () {
- return 'LayersTrace(Start: ' + first(this.entries) + ', ' + ('End: ' + last(this.entries) + ')');
- };
- Object.defineProperty(LayersTrace.prototype, 'size', {configurable: true, get: function () {
- return this.entries.size;
- }});
- LayersTrace.prototype.contains_11rb$ = function (element) {
- return this.entries.contains_11rb$(element);
- };
- LayersTrace.prototype.containsAll_brywnq$ = function (elements) {
- return this.entries.containsAll_brywnq$(elements);
- };
- LayersTrace.prototype.get_za3lpa$ = function (index) {
- return this.entries.get_za3lpa$(index);
- };
- LayersTrace.prototype.indexOf_11rb$ = function (element) {
- return this.entries.indexOf_11rb$(element);
- };
- LayersTrace.prototype.isEmpty = function () {
- return this.entries.isEmpty();
- };
- LayersTrace.prototype.iterator = function () {
- return this.entries.iterator();
- };
- LayersTrace.prototype.lastIndexOf_11rb$ = function (element) {
- return this.entries.lastIndexOf_11rb$(element);
- };
- LayersTrace.prototype.listIterator = function () {
- return this.entries.listIterator();
- };
- LayersTrace.prototype.listIterator_za3lpa$ = function (index) {
- return this.entries.listIterator_za3lpa$(index);
- };
- LayersTrace.prototype.subList_vux9f0$ = function (fromIndex, toIndex) {
- return this.entries.subList_vux9f0$(fromIndex, toIndex);
- };
- LayersTrace.$metadata$ = {kind: Kind_CLASS, simpleName: 'LayersTrace', interfaces: [List, ITrace]};
- function LayersTrace_init(entry, $this) {
- $this = $this || Object.create(LayersTrace.prototype);
- LayersTrace.call($this, listOf(entry));
- return $this;
- }
- function Transform(type, matrix) {
- Transform$Companion_getInstance();
- this.type = type;
- this.matrix = matrix;
- var tmp$, tmp$_0;
- this.isSimpleRotation = !((tmp$_0 = (tmp$ = this.type) != null ? Transform$Companion_getInstance().isFlagSet_dqglrj$(tmp$, 32768) : null) != null ? tmp$_0 : true);
- }
- Object.defineProperty(Transform.prototype, 'isValid', {configurable: true, get: function () {
- return this.matrix.dsdx * this.matrix.dtdy !== this.matrix.dtdx * this.matrix.dsdy;
- }});
- Object.defineProperty(Transform.prototype, 'typeFlags_fbbti9$_0', {configurable: true, get: function () {
- if (this.type == null) {
- return ['IDENTITY'];
- }var result = ArrayList_init_0();
- if (Transform$Companion_getInstance().isFlagClear_dqglrj$(this.type, 7)) {
- result.add_11rb$('IDENTITY');
- }if (Transform$Companion_getInstance().isFlagSet_dqglrj$(this.type, 4)) {
- result.add_11rb$('SCALE');
- }if (Transform$Companion_getInstance().isFlagSet_dqglrj$(this.type, 1)) {
- result.add_11rb$('TRANSLATE');
- }if (Transform$Companion_getInstance().isFlagSet_dqglrj$(this.type, 32768))
- result.add_11rb$('ROT_INVALID');
- else if (Transform$Companion_getInstance().isFlagSet_dqglrj$(this.type, 1792))
- result.add_11rb$('ROT_270');
- else if (Transform$Companion_getInstance().isFlagSet_dqglrj$(this.type, 768))
- result.add_11rb$('ROT_180');
- else {
- if (Transform$Companion_getInstance().isFlagSet_dqglrj$(this.type, 1024)) {
- result.add_11rb$('ROT_90');
- }if (Transform$Companion_getInstance().isFlagSet_dqglrj$(this.type, 512)) {
- result.add_11rb$('FLIP_V');
- }if (Transform$Companion_getInstance().isFlagSet_dqglrj$(this.type, 256)) {
- result.add_11rb$('FLIP_H');
- }}
- if (result.isEmpty()) {
- throw RuntimeException_init('Unknown transform type ' + toString(this.type));
- }return copyToArray(result);
- }});
- Transform.prototype.prettyPrint = function () {
- var transformType = joinToString(this.typeFlags_fbbti9$_0, '|');
- if (Transform$Companion_getInstance().isSimpleTransform_s8ev37$(this.type)) {
- return transformType;
- }return transformType + ' ' + this.matrix.prettyPrint();
- };
- Transform.prototype.apply_2w7cpz$ = function (bounds) {
- return this.multiplyRect_v78i8j$_0(this.matrix, bounds != null ? bounds : RectF$Companion_getInstance().EMPTY);
- };
- function Transform$Matrix(dsdx, dtdx, tx, dsdy, dtdy, ty) {
- this.dsdx = dsdx;
- this.dtdx = dtdx;
- this.tx = tx;
- this.dsdy = dsdy;
- this.dtdy = dtdy;
- this.ty = ty;
- }
- Transform$Matrix.prototype.prettyPrint = function () {
- return 'dsdx:' + this.dsdx + ' dtdx:' + this.dtdx + ' dsdy:' + this.dsdy + ' dtdy:' + this.dtdy;
- };
- Transform$Matrix.$metadata$ = {kind: Kind_CLASS, simpleName: 'Matrix', interfaces: []};
- Transform$Matrix.prototype.component1 = function () {
- return this.dsdx;
- };
- Transform$Matrix.prototype.component2 = function () {
- return this.dtdx;
- };
- Transform$Matrix.prototype.component3 = function () {
- return this.tx;
- };
- Transform$Matrix.prototype.component4 = function () {
- return this.dsdy;
- };
- Transform$Matrix.prototype.component5 = function () {
- return this.dtdy;
- };
- Transform$Matrix.prototype.component6 = function () {
- return this.ty;
- };
- Transform$Matrix.prototype.copy_w8lrqs$ = function (dsdx, dtdx, tx, dsdy, dtdy, ty) {
- return new Transform$Matrix(dsdx === void 0 ? this.dsdx : dsdx, dtdx === void 0 ? this.dtdx : dtdx, tx === void 0 ? this.tx : tx, dsdy === void 0 ? this.dsdy : dsdy, dtdy === void 0 ? this.dtdy : dtdy, ty === void 0 ? this.ty : ty);
- };
- Transform$Matrix.prototype.toString = function () {
- return 'Matrix(dsdx=' + Kotlin.toString(this.dsdx) + (', dtdx=' + Kotlin.toString(this.dtdx)) + (', tx=' + Kotlin.toString(this.tx)) + (', dsdy=' + Kotlin.toString(this.dsdy)) + (', dtdy=' + Kotlin.toString(this.dtdy)) + (', ty=' + Kotlin.toString(this.ty)) + ')';
- };
- Transform$Matrix.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.dsdx) | 0;
- result = result * 31 + Kotlin.hashCode(this.dtdx) | 0;
- result = result * 31 + Kotlin.hashCode(this.tx) | 0;
- result = result * 31 + Kotlin.hashCode(this.dsdy) | 0;
- result = result * 31 + Kotlin.hashCode(this.dtdy) | 0;
- result = result * 31 + Kotlin.hashCode(this.ty) | 0;
- return result;
- };
- Transform$Matrix.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.dsdx, other.dsdx) && Kotlin.equals(this.dtdx, other.dtdx) && Kotlin.equals(this.tx, other.tx) && Kotlin.equals(this.dsdy, other.dsdy) && Kotlin.equals(this.dtdy, other.dtdy) && Kotlin.equals(this.ty, other.ty)))));
- };
- function Transform$Vec2(x, y) {
- this.x = x;
- this.y = y;
- }
- Transform$Vec2.$metadata$ = {kind: Kind_CLASS, simpleName: 'Vec2', interfaces: []};
- Transform$Vec2.prototype.component1 = function () {
- return this.x;
- };
- Transform$Vec2.prototype.component2 = function () {
- return this.y;
- };
- Transform$Vec2.prototype.copy_dleff0$ = function (x, y) {
- return new Transform$Vec2(x === void 0 ? this.x : x, y === void 0 ? this.y : y);
- };
- Transform$Vec2.prototype.toString = function () {
- return 'Vec2(x=' + Kotlin.toString(this.x) + (', y=' + Kotlin.toString(this.y)) + ')';
- };
- Transform$Vec2.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.x) | 0;
- result = result * 31 + Kotlin.hashCode(this.y) | 0;
- return result;
- };
- Transform$Vec2.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.x, other.x) && Kotlin.equals(this.y, other.y)))));
- };
- Transform.prototype.multiplyRect_v78i8j$_0 = function (matrix, rect) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- var leftTop = this.multiplyVec2_wlf0ab$_0(matrix, rect.left, rect.top);
- var rightTop = this.multiplyVec2_wlf0ab$_0(matrix, rect.right, rect.top);
- var leftBottom = this.multiplyVec2_wlf0ab$_0(matrix, rect.left, rect.bottom);
- var rightBottom = this.multiplyVec2_wlf0ab$_0(matrix, rect.right, rect.bottom);
- return new RectF((tmp$ = minOrNull_0([leftTop.x, rightTop.x, leftBottom.x, rightBottom.x])) != null ? tmp$ : 0.0, (tmp$_0 = minOrNull_0([leftTop.y, rightTop.y, leftBottom.y, rightBottom.y])) != null ? tmp$_0 : 0.0, (tmp$_1 = minOrNull_0([leftTop.x, rightTop.x, leftBottom.x, rightBottom.x])) != null ? tmp$_1 : 0.0, (tmp$_2 = minOrNull_0([leftTop.y, rightTop.y, leftBottom.y, rightBottom.y])) != null ? tmp$_2 : 0.0);
- };
- Transform.prototype.multiplyVec2_wlf0ab$_0 = function (matrix, x, y) {
- return new Transform$Vec2(matrix.dsdx * x + matrix.dsdy * y + matrix.tx, matrix.dtdx * x + matrix.dtdy * y + matrix.ty);
- };
- function Transform$Companion() {
- Transform$Companion_instance = this;
- this.TRANSLATE_VAL = 1;
- this.ROTATE_VAL = 2;
- this.SCALE_VAL = 4;
- this.FLIP_H_VAL = 256;
- this.FLIP_V_VAL = 512;
- this.ROT_90_VAL = 1024;
- this.ROT_INVALID_VAL = 32768;
- }
- Transform$Companion.prototype.isSimpleTransform_s8ev37$ = function (type) {
- var tmp$;
- return (tmp$ = type != null ? this.isFlagClear_dqglrj$(type, 32772) : null) != null ? tmp$ : false;
- };
- Transform$Companion.prototype.isFlagClear_dqglrj$ = function ($receiver, bits) {
- return ($receiver & bits) === 0;
- };
- Transform$Companion.prototype.isFlagSet_dqglrj$ = function ($receiver, bits) {
- return ($receiver & bits) === bits;
- };
- Transform$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var Transform$Companion_instance = null;
- function Transform$Companion_getInstance() {
- if (Transform$Companion_instance === null) {
- new Transform$Companion();
- }return Transform$Companion_instance;
- }
- Transform.$metadata$ = {kind: Kind_CLASS, simpleName: 'Transform', interfaces: []};
- function WindowManagerState(where, policy, focusedApp, focusedDisplayId, focusedWindow, inputMethodWindowAppToken, isHomeRecentsComponent, isDisplayFrozen, pendingActivities, root, keyguardControllerState, timestamp) {
- WindowManagerState$Companion_getInstance();
- if (timestamp === void 0)
- timestamp = L0;
- this.where = where;
- this.policy = policy;
- this.focusedApp = focusedApp;
- this.focusedDisplayId = focusedDisplayId;
- this.focusedWindow = focusedWindow;
- this.inputMethodWindowAppToken = inputMethodWindowAppToken;
- this.isHomeRecentsComponent = isHomeRecentsComponent;
- this.isDisplayFrozen = isDisplayFrozen;
- this.pendingActivities = pendingActivities;
- this.root = root;
- this.keyguardControllerState = keyguardControllerState;
- this.timestamp_pjagpb$_0 = timestamp;
- this.isVisible = true;
- }
- Object.defineProperty(WindowManagerState.prototype, 'timestamp', {get: function () {
- return this.timestamp_pjagpb$_0;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'stableId', {configurable: true, get: function () {
- var tmp$;
- var tmp$_0;
- if ((tmp$ = Kotlin.getKClassFromExpression(this).simpleName) != null)
- tmp$_0 = tmp$;
- else {
- throw IllegalStateException_init('Unable to determine class'.toString());
- }
- return tmp$_0;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'name', {configurable: true, get: function () {
- return prettyTimestamp(this.timestamp);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'windowContainers', {configurable: true, get: function () {
- var traverseList = this.root.traverseTopDown();
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = traverseList.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (Kotlin.isType(element, WindowContainer))
- destination.add_11rb$(element);
- }
- var destination_0 = ArrayList_init_0();
- var tmp$_0;
- tmp$_0 = destination.iterator();
- while (tmp$_0.hasNext()) {
- var element_0 = tmp$_0.next();
- if (true)
- destination_0.add_11rb$(element_0);
- }
- return copyToArray(destination_0);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'children', {configurable: true, get: function () {
- return reversedArray(this.root.children);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'displays', {configurable: true, get: function () {
- var $receiver = this.windowContainers;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (Kotlin.isType(element, DisplayContent))
- destination.add_11rb$(element);
- }
- return copyToArray(destination);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'rootTasks', {configurable: true, get: function () {
- var $receiver = this.displays;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = toList(element.rootTasks);
- addAll(destination, list);
- }
- return copyToArray(destination);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'windowStates', {configurable: true, get: function () {
- var $receiver = this.windowContainers;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (Kotlin.isType(element, WindowState))
- destination.add_11rb$(element);
- }
- return copyToArray(destination);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'windows', {configurable: true, get: function () {
- return this.windowStates;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'appWindows', {configurable: true, get: function () {
- var $receiver = this.windowStates;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.isAppWindow)
- destination.add_11rb$(element);
- }
- return copyToArray(destination);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'nonAppWindows', {configurable: true, get: function () {
- var $receiver = this.windowStates;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (!element.isAppWindow)
- destination.add_11rb$(element);
- }
- return copyToArray(destination);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'aboveAppWindows', {configurable: true, get: function () {
- var $receiver = this.windowStates;
- var tmp$;
- var list = ArrayList_init_0();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (!!contains_0(this.appWindows, item))
- break;
- list.add_11rb$(item);
- }
- return copyToArray(list);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'belowAppWindows', {configurable: true, get: function () {
- var $receiver = this.windowStates;
- var tmp$;
- var yielding = false;
- var list = ArrayList_init_0();
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- if (yielding)
- list.add_11rb$(item);
- else {
- if (!!contains_0(this.appWindows, item)) {
- list.add_11rb$(item);
- yielding = true;
- }}
- }
- return copyToArray(drop(list, this.appWindows.length));
- }});
- Object.defineProperty(WindowManagerState.prototype, 'visibleWindows', {configurable: true, get: function () {
- var $receiver = this.windowStates;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.isSurfaceShown)
- destination.add_11rb$(element);
- }
- return copyToArray(destination);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'topVisibleAppWindow', {configurable: true, get: function () {
- var tmp$;
- var $receiver = this.appWindows;
- var destination = ArrayList_init_0();
- var tmp$_0;
- for (tmp$_0 = 0; tmp$_0 !== $receiver.length; ++tmp$_0) {
- var element = $receiver[tmp$_0];
- if (element.isVisible)
- destination.add_11rb$(element);
- }
- var destination_0 = ArrayList_init(collectionSizeOrDefault(destination, 10));
- var tmp$_1;
- tmp$_1 = destination.iterator();
- while (tmp$_1.hasNext()) {
- var item = tmp$_1.next();
- destination_0.add_11rb$(item.title);
- }
- return (tmp$ = firstOrNull(destination_0)) != null ? tmp$ : '';
- }});
- Object.defineProperty(WindowManagerState.prototype, 'pinnedWindows', {configurable: true, get: function () {
- var $receiver = this.visibleWindows;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.windowingMode === 2)
- destination.add_11rb$(element);
- }
- return copyToArray(destination);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'focusedDisplay', {configurable: true, get: function () {
- return this.getDisplay_za3lpa$(this.focusedDisplayId);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'focusedStackId', {configurable: true, get: function () {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.focusedDisplay) != null ? tmp$.focusedRootTaskId : null) != null ? tmp$_0 : -1;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'focusedActivity', {configurable: true, get: function () {
- var tmp$, tmp$_0, tmp$_1;
- var focusedDisplay = this.focusedDisplay;
- var tmp$_2 = focusedDisplay != null;
- if (tmp$_2) {
- tmp$_2 = focusedDisplay.resumedActivity.length > 0;
- }if (tmp$_2) {
- tmp$_1 = focusedDisplay.resumedActivity;
- } else {
- tmp$_1 = (tmp$_0 = (tmp$ = this.getActivityForWindow_bm4lxs$(this.focusedWindow, this.focusedDisplayId)) != null ? tmp$.name : null) != null ? tmp$_0 : '';
- }
- return tmp$_1;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'resumedActivitiesInDisplays', {configurable: true, get: function () {
- var $receiver = this.displays;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var $receiver_0 = element.rootTasks;
- var destination_0 = ArrayList_init_0();
- var tmp$_0;
- for (tmp$_0 = 0; tmp$_0 !== $receiver_0.length; ++tmp$_0) {
- var element_0 = $receiver_0[tmp$_0];
- var list = toList(element_0.resumedActivities);
- addAll(destination_0, list);
- }
- var list_0 = destination_0;
- addAll(destination, list_0);
- }
- return copyToArray(destination);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'defaultPinnedStackBounds', {configurable: true, get: function () {
- var tmp$, tmp$_0;
- var $receiver = this.displays;
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$_1;
- tmp$_1 = reversed_1(get_indices($receiver)).iterator();
- while (tmp$_1.hasNext()) {
- var index = tmp$_1.next();
- var element = $receiver[index];
- if (element.defaultPinnedStackBounds.isNotEmpty) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return (tmp$_0 = (tmp$ = lastOrNull$result) != null ? tmp$.defaultPinnedStackBounds : null) != null ? tmp$_0 : Rect$Companion_getInstance().EMPTY;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'pinnedStackMovementBounds', {configurable: true, get: function () {
- var tmp$, tmp$_0;
- var $receiver = this.displays;
- var lastOrNull$result;
- lastOrNull$break: do {
- var tmp$_1;
- tmp$_1 = reversed_1(get_indices($receiver)).iterator();
- while (tmp$_1.hasNext()) {
- var index = tmp$_1.next();
- var element = $receiver[index];
- if (element.defaultPinnedStackBounds.isNotEmpty) {
- lastOrNull$result = element;
- break lastOrNull$break;
- }}
- lastOrNull$result = null;
- }
- while (false);
- return (tmp$_0 = (tmp$ = lastOrNull$result) != null ? tmp$.pinnedStackMovementBounds : null) != null ? tmp$_0 : Rect$Companion_getInstance().EMPTY;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'focusedStackActivityType', {configurable: true, get: function () {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.getRootTask_za3lpa$(this.focusedStackId)) != null ? tmp$.activityType : null) != null ? tmp$_0 : 0;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'focusedStackWindowingMode', {configurable: true, get: function () {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.getRootTask_za3lpa$(this.focusedStackId)) != null ? tmp$.windowingMode : null) != null ? tmp$_0 : 0;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'resumedActivities', {configurable: true, get: function () {
- var $receiver = this.rootTasks;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var list = toList(element.resumedActivities);
- addAll(destination, list);
- }
- return copyToArray(destination);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'resumedActivitiesCount', {configurable: true, get: function () {
- return this.resumedActivities.length;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'stackCount', {configurable: true, get: function () {
- return this.rootTasks.length;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'displayCount', {configurable: true, get: function () {
- return this.displays.length;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'homeTask', {configurable: true, get: function () {
- var tmp$;
- return (tmp$ = this.getStackByActivityType_za3lpa$(2)) != null ? tmp$.topTask : null;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'recentsTask', {configurable: true, get: function () {
- var tmp$;
- return (tmp$ = this.getStackByActivityType_za3lpa$(3)) != null ? tmp$.topTask : null;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'homeActivity', {configurable: true, get: function () {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.homeTask) != null ? tmp$.activities : null) != null ? lastOrNull(tmp$_0) : null;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'recentsActivity', {configurable: true, get: function () {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.recentsTask) != null ? tmp$.activities : null) != null ? lastOrNull(tmp$_0) : null;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'rootTasksCount', {configurable: true, get: function () {
- return this.rootTasks.length;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'isRecentsActivityVisible', {configurable: true, get: function () {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.recentsActivity) != null ? tmp$.isVisible : null) != null ? tmp$_0 : false;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'dreamTask', {configurable: true, get: function () {
- var tmp$;
- return (tmp$ = this.getStackByActivityType_za3lpa$(5)) != null ? tmp$.topTask : null;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'defaultDisplayLastTransition', {configurable: true, get: function () {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.getDefaultDisplay()) != null ? tmp$.lastTransition : null) != null ? tmp$_0 : 'Default display not found';
- }});
- Object.defineProperty(WindowManagerState.prototype, 'defaultDisplayAppTransitionState', {configurable: true, get: function () {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.getDefaultDisplay()) != null ? tmp$.appTransitionState : null) != null ? tmp$_0 : 'Default display not found';
- }});
- Object.defineProperty(WindowManagerState.prototype, 'allNavigationBarStates', {configurable: true, get: function () {
- var $receiver = this.windowStates;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.isValidNavBarType)
- destination.add_11rb$(element);
- }
- return copyToArray(destination);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'frontWindow', {configurable: true, get: function () {
- var $receiver = this.windowStates;
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- destination.add_11rb$(item.title);
- }
- return firstOrNull(destination);
- }});
- Object.defineProperty(WindowManagerState.prototype, 'stableBounds', {configurable: true, get: function () {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.getDefaultDisplay()) != null ? tmp$.stableBounds : null) != null ? tmp$_0 : Rect$Companion_getInstance().EMPTY;
- }});
- Object.defineProperty(WindowManagerState.prototype, 'inputMethodWindowState', {configurable: true, get: function () {
- return this.getWindowStateForAppToken_61zpoe$(this.inputMethodWindowAppToken);
- }});
- WindowManagerState.prototype.getDefaultDisplay = function () {
- var $receiver = this.displays;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.id === 0) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- WindowManagerState.prototype.getDisplay_za3lpa$ = function (displayId) {
- var $receiver = this.displays;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.id === displayId) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- WindowManagerState.prototype.getTaskDisplayArea_61zpoe$ = function (activityName) {
- var $receiver = this.displays;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var tmp$_0;
- if ((tmp$_0 = element.getTaskDisplayArea_61zpoe$(activityName)) != null) {
- destination.add_11rb$(tmp$_0);
- }}
- var result = destination;
- if (result.size > 1) {
- throw IllegalArgumentException_init('There must be exactly one activity among all TaskDisplayAreas.');
- }return firstOrNull(result);
- };
- WindowManagerState.prototype.getFrontRootTaskId_za3lpa$ = function (displayId) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- return (tmp$_2 = (tmp$_1 = (tmp$_0 = (tmp$ = this.getDisplay_za3lpa$(displayId)) != null ? tmp$.rootTasks : null) != null ? first_0(tmp$_0) : null) != null ? tmp$_1.rootTaskId : null) != null ? tmp$_2 : 0;
- };
- WindowManagerState.prototype.getFrontStackActivityType_za3lpa$ = function (displayId) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- return (tmp$_2 = (tmp$_1 = (tmp$_0 = (tmp$ = this.getDisplay_za3lpa$(displayId)) != null ? tmp$.rootTasks : null) != null ? first_0(tmp$_0) : null) != null ? tmp$_1.activityType : null) != null ? tmp$_2 : 0;
- };
- WindowManagerState.prototype.getFrontStackWindowingMode_za3lpa$ = function (displayId) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- return (tmp$_2 = (tmp$_1 = (tmp$_0 = (tmp$ = this.getDisplay_za3lpa$(displayId)) != null ? tmp$.rootTasks : null) != null ? first_0(tmp$_0) : null) != null ? tmp$_1.windowingMode : null) != null ? tmp$_2 : 0;
- };
- WindowManagerState.prototype.getTopActivityName_za3lpa$ = function (displayId) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2, tmp$_3, tmp$_4, tmp$_5;
- return (tmp$_5 = (tmp$_4 = (tmp$_3 = (tmp$_2 = (tmp$_1 = (tmp$_0 = (tmp$ = this.getDisplay_za3lpa$(displayId)) != null ? tmp$.rootTasks : null) != null ? firstOrNull_0(tmp$_0) : null) != null ? tmp$_1.topTask : null) != null ? tmp$_2.activities : null) != null ? firstOrNull(tmp$_3) : null) != null ? tmp$_4.title : null) != null ? tmp$_5 : '';
- };
- WindowManagerState.prototype.getResumedActivitiesCountInPackage_61zpoe$ = function (packageName) {
- var componentPrefix = packageName + '/';
- var count = {v: 0};
- var $receiver = this.displays;
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var $receiver_0 = element.rootTasks;
- var tmp$_0;
- for (tmp$_0 = 0; tmp$_0 !== $receiver_0.length; ++tmp$_0) {
- var element_0 = $receiver_0[tmp$_0];
- var tmp$_1 = count.v;
- var $receiver_1 = element_0.resumedActivities;
- var tmp$_2;
- var count_0 = 0;
- for (tmp$_2 = 0; tmp$_2 !== $receiver_1.length; ++tmp$_2) {
- var element_1 = $receiver_1[tmp$_2];
- if (element_1.length > 0 && startsWith(element_1, componentPrefix))
- count_0 = count_0 + 1 | 0;
- }
- count.v = tmp$_1 + count_0 | 0;
- }
- }
- return count.v;
- };
- WindowManagerState.prototype.getResumedActivity_za3lpa$ = function (displayId) {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.getDisplay_za3lpa$(displayId)) != null ? tmp$.resumedActivity : null) != null ? tmp$_0 : '';
- };
- WindowManagerState.prototype.containsStack_vux9f0$ = function (windowingMode, activityType) {
- return this.countStacks_vux9f0$(windowingMode, activityType) > 0;
- };
- WindowManagerState.prototype.countStacks_vux9f0$ = function (windowingMode, activityType) {
- var tmp$, tmp$_0;
- var count = 0;
- tmp$ = this.rootTasks;
- for (tmp$_0 = 0; tmp$_0 !== tmp$.length; ++tmp$_0) {
- var stack = tmp$[tmp$_0];
- if (activityType !== 0 && activityType !== stack.activityType) {
- continue;
- }if (windowingMode !== 0 && windowingMode !== stack.windowingMode) {
- continue;
- }count = count + 1 | 0;
- }
- return count;
- };
- WindowManagerState.prototype.getRootTask_za3lpa$ = function (taskId) {
- var $receiver = this.rootTasks;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.rootTaskId === taskId) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- WindowManagerState.prototype.getRotation_za3lpa$ = function (displayId) {
- var tmp$, tmp$_0;
- var tmp$_1;
- if ((tmp$_0 = (tmp$ = this.getDisplay_za3lpa$(displayId)) != null ? tmp$.rotation : null) != null)
- tmp$_1 = tmp$_0;
- else {
- throw IllegalStateException_init('Default display not found'.toString());
- }
- return tmp$_1;
- };
- WindowManagerState.prototype.getOrientation_za3lpa$ = function (displayId) {
- var tmp$, tmp$_0;
- var tmp$_1;
- if ((tmp$_0 = (tmp$ = this.getDisplay_za3lpa$(displayId)) != null ? tmp$.lastOrientation : null) != null)
- tmp$_1 = tmp$_0;
- else {
- throw IllegalStateException_init('Default display not found'.toString());
- }
- return tmp$_1;
- };
- WindowManagerState.prototype.getStackByActivityType_za3lpa$ = function (activityType) {
- var $receiver = this.rootTasks;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.activityType === activityType) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- WindowManagerState.prototype.getStandardStackByWindowingMode_za3lpa$ = function (windowingMode) {
- var $receiver = this.rootTasks;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.activityType === 1 && element.windowingMode === windowingMode) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- WindowManagerState.prototype.getStandardTaskCountByWindowingMode_za3lpa$ = function (windowingMode) {
- var tmp$, tmp$_0;
- var count = 0;
- tmp$ = this.rootTasks;
- for (tmp$_0 = 0; tmp$_0 !== tmp$.length; ++tmp$_0) {
- var stack = tmp$[tmp$_0];
- if (stack.activityType !== 1) {
- continue;
- }if (stack.windowingMode === windowingMode) {
- count = count + (stack.tasks.isEmpty() ? 1 : stack.tasks.size) | 0;
- }}
- return count;
- };
- WindowManagerState.prototype.getStackByActivity_61zpoe$ = function (activityName) {
- var $receiver = this.displays;
- var destination = ArrayList_init($receiver.length);
- var tmp$;
- loop_label: for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var item = $receiver[tmp$];
- var tmp$_0 = destination.add_11rb$;
- var $receiver_0 = reversed_0(item.rootTasks);
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$_1;
- tmp$_1 = $receiver_0.iterator();
- while (tmp$_1.hasNext()) {
- var element = tmp$_1.next();
- if (element.containsActivity_61zpoe$(activityName)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- tmp$_0.call(destination, firstOrNull$result);
- }
- return firstOrNull(destination);
- };
- function WindowManagerState$getActivityForWindow$lambda$lambda(closure$partialWindowTitle) {
- return function (activity) {
- return activity.hasWindow_61zpoe$(closure$partialWindowTitle);
- };
- }
- WindowManagerState.prototype.getActivityForWindow_bm4lxs$ = function (partialWindowTitle, displayId) {
- if (displayId === void 0)
- displayId = 0;
- var tmp$, tmp$_0, tmp$_1;
- var tmp$_2;
- var $receiver = this.displays;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$_3;
- for (tmp$_3 = 0; tmp$_3 !== $receiver.length; ++tmp$_3) {
- var element = $receiver[tmp$_3];
- if (element.id === displayId) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- if ((tmp$_0 = (tmp$ = firstOrNull$result) != null ? tmp$.rootTasks : null) != null) {
- var destination = ArrayList_init(tmp$_0.length);
- var tmp$_4;
- for (tmp$_4 = 0; tmp$_4 !== tmp$_0.length; ++tmp$_4) {
- var item = tmp$_0[tmp$_4];
- destination.add_11rb$(item.getActivity_13z24g$(WindowManagerState$getActivityForWindow$lambda$lambda(partialWindowTitle)));
- }
- tmp$_2 = destination;
- } else
- tmp$_2 = null;
- return (tmp$_1 = tmp$_2) != null ? firstOrNull(tmp$_1) : null;
- };
- WindowManagerState.prototype.getStackIndexByActivityType_za3lpa$ = function (activityType) {
- var tmp$;
- var $receiver = this.displays;
- var destination = ArrayList_init($receiver.length);
- var tmp$_0;
- loop_label: for (tmp$_0 = 0; tmp$_0 !== $receiver.length; ++tmp$_0) {
- var item = $receiver[tmp$_0];
- var tmp$_1 = destination.add_11rb$;
- var $receiver_0 = item.rootTasks;
- var indexOfFirst$result;
- indexOfFirst$break: do {
- for (var index = 0; index !== $receiver_0.length; ++index) {
- if ($receiver_0[index].activityType === activityType) {
- indexOfFirst$result = index;
- break indexOfFirst$break;
- }}
- indexOfFirst$result = -1;
- }
- while (false);
- tmp$_1.call(destination, indexOfFirst$result);
- }
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$_2;
- tmp$_2 = destination.iterator();
- while (tmp$_2.hasNext()) {
- var element = tmp$_2.next();
- if (element > -1) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return (tmp$ = firstOrNull$result) != null ? tmp$ : -1;
- };
- WindowManagerState.prototype.getStackIndexByActivity_61zpoe$ = function (activityName) {
- var tmp$, tmp$_0, tmp$_1;
- tmp$ = this.displays;
- for (tmp$_0 = 0; tmp$_0 !== tmp$.length; ++tmp$_0) {
- var display = tmp$[tmp$_0];
- tmp$_1 = reversed_1(get_indices(display.rootTasks)).iterator();
- while (tmp$_1.hasNext()) {
- var i = tmp$_1.next();
- var stack = display.rootTasks[i];
- if (stack.containsActivity_61zpoe$(activityName))
- return i;
- }
- }
- return -1;
- };
- WindowManagerState.prototype.getDisplayByActivity_61zpoe$ = function (activityComponent) {
- var tmp$, tmp$_0, tmp$_1;
- tmp$ = this.getTaskByActivity_61zpoe$(activityComponent);
- if (tmp$ == null) {
- return -1;
- }var task = tmp$;
- var tmp$_2;
- if ((tmp$_1 = (tmp$_0 = this.getRootTask_za3lpa$(task.rootTaskId)) != null ? tmp$_0.displayId : null) != null)
- tmp$_2 = tmp$_1;
- else {
- throw IllegalStateException_init(('Task with name ' + activityComponent + ' not found').toString());
- }
- return tmp$_2;
- };
- WindowManagerState.prototype.containsActivity_61zpoe$ = function (activityName) {
- var $receiver = this.rootTasks;
- var any$result;
- any$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.containsActivity_61zpoe$(activityName)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- WindowManagerState.prototype.containsNoneOf_upaayv$ = function (activityNames) {
- var tmp$, tmp$_0, tmp$_1;
- tmp$ = activityNames.iterator();
- while (tmp$.hasNext()) {
- var activityName = tmp$.next();
- tmp$_0 = this.rootTasks;
- for (tmp$_1 = 0; tmp$_1 !== tmp$_0.length; ++tmp$_1) {
- var stack = tmp$_0[tmp$_1];
- if (stack.containsActivity_61zpoe$(activityName))
- return false;
- }
- }
- return true;
- };
- WindowManagerState.prototype.containsActivityInWindowingMode_bm4lxs$ = function (activityName, windowingMode) {
- var tmp$, tmp$_0;
- tmp$ = this.rootTasks;
- for (tmp$_0 = 0; tmp$_0 !== tmp$.length; ++tmp$_0) {
- var stack = tmp$[tmp$_0];
- var activity = stack.getActivity_61zpoe$(activityName);
- if (activity != null && activity.windowingMode === windowingMode) {
- return true;
- }}
- return false;
- };
- WindowManagerState.prototype.isActivityVisible_61zpoe$ = function (activityName) {
- var tmp$;
- var $receiver = this.rootTasks;
- var destination = ArrayList_init($receiver.length);
- var tmp$_0;
- for (tmp$_0 = 0; tmp$_0 !== $receiver.length; ++tmp$_0) {
- var item = $receiver[tmp$_0];
- var tmp$_1, tmp$_2;
- destination.add_11rb$((tmp$_2 = (tmp$_1 = item.getActivity_61zpoe$(activityName)) != null ? tmp$_1.isVisible : null) != null ? tmp$_2 : false);
- }
- return (tmp$ = firstOrNull(destination)) != null ? tmp$ : false;
- };
- WindowManagerState.prototype.isActivityTranslucent_61zpoe$ = function (activityName) {
- var tmp$;
- var $receiver = this.rootTasks;
- var destination = ArrayList_init($receiver.length);
- var tmp$_0;
- for (tmp$_0 = 0; tmp$_0 !== $receiver.length; ++tmp$_0) {
- var item = $receiver[tmp$_0];
- var tmp$_1, tmp$_2;
- destination.add_11rb$((tmp$_2 = (tmp$_1 = item.getActivity_61zpoe$(activityName)) != null ? tmp$_1.isTranslucent : null) != null ? tmp$_2 : false);
- }
- return (tmp$ = firstOrNull(destination)) != null ? tmp$ : false;
- };
- function WindowManagerState$isBehindOpaqueActivities$lambda(closure$activityName) {
- return function (a) {
- return equals(a.title, closure$activityName) || !a.isTranslucent;
- };
- }
- WindowManagerState.prototype.isBehindOpaqueActivities_61zpoe$ = function (activityName) {
- var tmp$, tmp$_0;
- tmp$ = this.rootTasks;
- for (tmp$_0 = 0; tmp$_0 !== tmp$.length; ++tmp$_0) {
- var stack = tmp$[tmp$_0];
- var activity = stack.getActivity_13z24g$(WindowManagerState$isBehindOpaqueActivities$lambda(activityName));
- if (activity != null) {
- if (equals(activity.title, activityName)) {
- return false;
- }if (!activity.isTranslucent) {
- return true;
- }}}
- return false;
- };
- function WindowManagerState$containsStartedActivities$lambda$lambda(a) {
- return !equals(a.state, WindowManagerState$Companion_getInstance().STATE_STOPPED) && !equals(a.state, WindowManagerState$Companion_getInstance().STATE_DESTROYED);
- }
- WindowManagerState.prototype.containsStartedActivities = function () {
- var tmp$;
- var $receiver = this.rootTasks;
- var destination = ArrayList_init($receiver.length);
- var tmp$_0;
- for (tmp$_0 = 0; tmp$_0 !== $receiver.length; ++tmp$_0) {
- var item = $receiver[tmp$_0];
- destination.add_11rb$(item.getActivity_13z24g$(WindowManagerState$containsStartedActivities$lambda$lambda) != null);
- }
- return (tmp$ = firstOrNull(destination)) != null ? tmp$ : false;
- };
- WindowManagerState.prototype.hasActivityState_puj7f4$ = function (activityName, activityState) {
- var $receiver = this.rootTasks;
- var any$result;
- any$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var tmp$_0;
- if (equals((tmp$_0 = element.getActivity_61zpoe$(activityName)) != null ? tmp$_0.state : null, activityState)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- WindowManagerState.prototype.getActivityProcId_61zpoe$ = function (activityName) {
- var tmp$;
- var $receiver = this.rootTasks;
- var destination = ArrayList_init_0();
- var tmp$_0;
- for (tmp$_0 = 0; tmp$_0 !== $receiver.length; ++tmp$_0) {
- var element = $receiver[tmp$_0];
- var tmp$_0_0;
- var tmp$_1;
- if ((tmp$_0_0 = (tmp$_1 = element.getActivity_61zpoe$(activityName)) != null ? tmp$_1.procId : null) != null) {
- destination.add_11rb$(tmp$_0_0);
- }}
- return (tmp$ = firstOrNull(destination)) != null ? tmp$ : -1;
- };
- WindowManagerState.prototype.getStackIdByActivity_61zpoe$ = function (activityName) {
- var tmp$, tmp$_0;
- return (tmp$_0 = (tmp$ = this.getTaskByActivity_61zpoe$(activityName)) != null ? tmp$.rootTaskId : null) != null ? tmp$_0 : -1;
- };
- WindowManagerState.prototype.getTaskByActivity_61zpoe$ = function (activityName) {
- return this.getTaskByActivity_bm4lxs$(activityName, 0);
- };
- function WindowManagerState$getTaskByActivity$lambda(closure$activityName) {
- return function (it) {
- return it.getActivity_61zpoe$(closure$activityName) != null;
- };
- }
- WindowManagerState.prototype.getTaskByActivity_bm4lxs$ = function (activityName, windowingMode) {
- var tmp$, tmp$_0;
- tmp$ = this.rootTasks;
- for (tmp$_0 = 0; tmp$_0 !== tmp$.length; ++tmp$_0) {
- var stack = tmp$[tmp$_0];
- if (windowingMode === 0 || windowingMode === stack.windowingMode) {
- var task = stack.getTask_ike62y$(WindowManagerState$getTaskByActivity$lambda(activityName));
- if (task != null) {
- return task;
- }}}
- return null;
- };
- WindowManagerState.prototype.getActivityCountInTask_vqvrqt$ = function (taskId, activityName) {
- var tmp$, tmp$_0, tmp$_1, tmp$_2;
- tmp$ = this.rootTasks;
- for (tmp$_0 = 0; tmp$_0 !== tmp$.length; ++tmp$_0) {
- var stack = tmp$[tmp$_0];
- tmp$_1 = stack.getTask_za3lpa$(taskId);
- if (tmp$_1 == null) {
- continue;
- }var task = tmp$_1;
- if (activityName == null) {
- return task.activities.size;
- }var count = 0;
- tmp$_2 = task.activities.iterator();
- while (tmp$_2.hasNext()) {
- var activity = tmp$_2.next();
- if (equals(activity.title, activityName)) {
- count = count + 1 | 0;
- }}
- return count;
- }
- return 0;
- };
- WindowManagerState.prototype.getRootTasksCount_za3lpa$ = function (displayId) {
- var tmp$, tmp$_0;
- var count = 0;
- tmp$ = this.rootTasks;
- for (tmp$_0 = 0; tmp$_0 !== tmp$.length; ++tmp$_0) {
- var rootTask = tmp$[tmp$_0];
- if (rootTask.displayId === displayId)
- count = count + 1 | 0;
- }
- return count;
- };
- WindowManagerState.prototype.pendingActivityContain_61zpoe$ = function (activityName) {
- return contains_0(this.pendingActivities, activityName);
- };
- WindowManagerState.prototype.getMatchingVisibleWindowState_61zpoe$ = function (windowName) {
- var $receiver = this.windowStates;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.isSurfaceShown && equals(element.title, windowName))
- destination.add_11rb$(element);
- }
- return destination;
- };
- WindowManagerState.prototype.getWindowByPackageName_bm4lxs$ = function (packageName, windowType) {
- return firstOrNull(this.getWindowsByPackageName_5blo9x$(packageName, new Int32Array([windowType])));
- };
- WindowManagerState.prototype.getWindowsByPackageName_5blo9x$ = function (packageName, restrictToTypes) {
- var $receiver = this.windowStates;
- var destination = ArrayList_init_0();
- var tmp$;
- loop_label: for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- var tmp$_0 = equals(element.title, packageName) || startsWith(element.title, packageName + '/');
- if (tmp$_0) {
- var any$result;
- any$break: do {
- var tmp$_1;
- for (tmp$_1 = 0; tmp$_1 !== restrictToTypes.length; ++tmp$_1) {
- var element_0 = restrictToTypes[tmp$_1];
- if (element_0 === element.attributes.type) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- tmp$_0 = any$result;
- }if (tmp$_0)
- destination.add_11rb$(element);
- }
- return destination;
- };
- WindowManagerState.prototype.getMatchingWindowType_za3lpa$ = function (type) {
- var $receiver = this.windowStates;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.attributes.type === type)
- destination.add_11rb$(element);
- }
- return destination;
- };
- WindowManagerState.prototype.getMatchingWindowTokens_61zpoe$ = function (windowName) {
- var $receiver = this.windowStates;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.title === windowName)
- destination.add_11rb$(element);
- }
- var destination_0 = ArrayList_init(collectionSizeOrDefault(destination, 10));
- var tmp$_0;
- tmp$_0 = destination.iterator();
- while (tmp$_0.hasNext()) {
- var item = tmp$_0.next();
- destination_0.add_11rb$(item.token);
- }
- return destination_0;
- };
- WindowManagerState.prototype.getNavBarWindow_za3lpa$ = function (displayId) {
- var $receiver = this.windowStates;
- var destination = ArrayList_init_0();
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.isValidNavBarType && element.displayId === displayId)
- destination.add_11rb$(element);
- }
- var navWindow = destination;
- if (navWindow.size > 1) {
- throw IllegalStateException_init('There should be at most one navigation bar on a display');
- }return firstOrNull(navWindow);
- };
- WindowManagerState.prototype.getWindowStateForAppToken_61zpoe$ = function (appToken) {
- var $receiver = this.windowStates;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (equals(element.token, appToken)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- WindowManagerState.prototype.containsWindow_61zpoe$ = function (windowName) {
- var $receiver = this.windowStates;
- var any$result;
- any$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (equals(element.title, windowName)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- WindowManagerState.prototype.isWindowSurfaceShown_61zpoe$ = function (windowName) {
- var tmp$, tmp$_0;
- tmp$ = this.windowStates;
- for (tmp$_0 = 0; tmp$_0 !== tmp$.length; ++tmp$_0) {
- var window_0 = tmp$[tmp$_0];
- if (equals(window_0.title, windowName)) {
- if (window_0.isSurfaceShown) {
- return true;
- }}}
- return false;
- };
- WindowManagerState.prototype.isWindowVisible_61zpoe$ = function (windowName) {
- var $receiver = this.visibleWindows;
- var any$result;
- any$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (equals(element.title, windowName)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- WindowManagerState.prototype.hasPipWindow = function () {
- return !(this.pinnedWindows.length === 0);
- };
- WindowManagerState.prototype.isInPipMode_61zpoe$ = function (windowName) {
- var $receiver = this.pinnedWindows;
- var any$result;
- any$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (contains(element.title, windowName)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- WindowManagerState.prototype.hasActivityInDisplay_19mbxw$ = function (displayId, activityName) {
- var tmp$, tmp$_0;
- tmp$ = ensureNotNull(this.getDisplay_za3lpa$(displayId)).rootTasks;
- for (tmp$_0 = 0; tmp$_0 !== tmp$.length; ++tmp$_0) {
- var stack = tmp$[tmp$_0];
- if (stack.containsActivity_61zpoe$(activityName)) {
- return true;
- }}
- return false;
- };
- WindowManagerState.prototype.findFirstWindowWithType_za3lpa$ = function (type) {
- var $receiver = this.windowStates;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.attributes.type === type) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return firstOrNull$result;
- };
- WindowManagerState.prototype.getZOrder_agmhg7$ = function (w) {
- return this.windowStates.length - indexOf_0(this.windowStates, w) | 0;
- };
- WindowManagerState.prototype.getStandardRootStackByWindowingMode_za3lpa$ = function (windowingMode) {
- var tmp$, tmp$_0;
- tmp$ = this.rootTasks;
- for (tmp$_0 = 0; tmp$_0 !== tmp$.length; ++tmp$_0) {
- var task = tmp$[tmp$_0];
- if (task.activityType !== 1) {
- continue;
- }if (task.windowingMode === windowingMode) {
- return task;
- }}
- return null;
- };
- WindowManagerState.prototype.defaultMinimalTaskSize_za3lpa$ = function (displayId) {
- return WindowManagerState$Companion_getInstance().dpToPx_vjorfl$(220, ensureNotNull(this.getDisplay_za3lpa$(displayId)).dpi);
- };
- WindowManagerState.prototype.defaultMinimalDisplaySizeForSplitScreen_za3lpa$ = function (displayId) {
- return WindowManagerState$Companion_getInstance().dpToPx_vjorfl$(440, ensureNotNull(this.getDisplay_za3lpa$(displayId)).dpi);
- };
- WindowManagerState.prototype.getIsIncompleteReason = function () {
- var $receiver = StringBuilder_init();
- if (this.rootTasks.length === 0) {
- $receiver.append_pdl1vj$('No stacks found...');
- }if (this.focusedStackId === -1) {
- $receiver.append_pdl1vj$('No focused stack found...');
- }if (this.focusedActivity.length === 0) {
- $receiver.append_pdl1vj$('No focused activity found...');
- }if (this.resumedActivities.length === 0) {
- $receiver.append_pdl1vj$('No resumed activities found...');
- }if (this.windowStates.length === 0) {
- $receiver.append_pdl1vj$('No Windows found...');
- }if (this.focusedWindow.length === 0) {
- $receiver.append_pdl1vj$('No Focused Window...');
- }if (this.focusedApp.length === 0) {
- $receiver.append_pdl1vj$('No Focused App...');
- }if (this.keyguardControllerState.isKeyguardShowing) {
- $receiver.append_pdl1vj$('Keyguard showing...');
- }return $receiver.toString();
- };
- WindowManagerState.prototype.isComplete = function () {
- return !this.isIncomplete();
- };
- WindowManagerState.prototype.isIncomplete = function () {
- var tmp$ = this.rootTasks.length === 0 || this.focusedStackId === -1;
- if (!tmp$) {
- tmp$ = this.windowStates.length === 0;
- }var tmp$_0 = tmp$;
- if (!tmp$_0) {
- tmp$_0 = (this.focusedApp.length === 0 && this.homeActivity == null);
- }var tmp$_1 = tmp$_0;
- if (!tmp$_1) {
- tmp$_1 = this.focusedWindow.length === 0;
- }var tmp$_2 = tmp$_1;
- if (!tmp$_2) {
- var tmp$_3 = this.focusedActivity.length === 0;
- if (!tmp$_3) {
- tmp$_3 = this.resumedActivities.length === 0;
- }tmp$_2 = (tmp$_3 && !this.keyguardControllerState.isKeyguardShowing);
- }return tmp$_2;
- };
- WindowManagerState.prototype.toString = function () {
- return prettyTimestamp(this.timestamp);
- };
- function WindowManagerState$Companion() {
- WindowManagerState$Companion_instance = this;
- this.STATE_INITIALIZING = 'INITIALIZING';
- this.STATE_RESUMED = 'RESUMED';
- this.STATE_PAUSED = 'PAUSED';
- this.STATE_STOPPED = 'STOPPED';
- this.STATE_DESTROYED = 'DESTROYED';
- this.APP_STATE_IDLE = 'APP_STATE_IDLE';
- this.ACTIVITY_TYPE_UNDEFINED_8be2vx$ = 0;
- this.ACTIVITY_TYPE_STANDARD_8be2vx$ = 1;
- this.DEFAULT_DISPLAY_8be2vx$ = 0;
- this.DEFAULT_MINIMAL_SPLIT_SCREEN_DISPLAY_SIZE_DP_8be2vx$ = 440;
- this.INVALID_STACK_ID_8be2vx$ = -1;
- this.ACTIVITY_TYPE_HOME_8be2vx$ = 2;
- this.ACTIVITY_TYPE_RECENTS_8be2vx$ = 3;
- this.ACTIVITY_TYPE_DREAM_8be2vx$ = 5;
- this.WINDOWING_MODE_UNDEFINED_8be2vx$ = 0;
- this.DENSITY_DEFAULT_0 = 160;
- this.WINDOWING_MODE_PINNED_0 = 2;
- this.TYPE_NAVIGATION_BAR_PANEL_8be2vx$ = 2024;
- this.DEFAULT_RESIZABLE_TASK_SIZE_DP_8be2vx$ = 220;
- }
- WindowManagerState$Companion.prototype.dpToPx_vjorfl$ = function (dp, densityDpi) {
- return numberToInt(dp * densityDpi / 160 + 0.5);
- };
- WindowManagerState$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var WindowManagerState$Companion_instance = null;
- function WindowManagerState$Companion_getInstance() {
- if (WindowManagerState$Companion_instance === null) {
- new WindowManagerState$Companion();
- }return WindowManagerState$Companion_instance;
- }
- WindowManagerState.$metadata$ = {kind: Kind_CLASS, simpleName: 'WindowManagerState', interfaces: [ITraceEntry]};
- function WindowManagerTrace(entries, source, sourceChecksum) {
- this.entries_3p3irn$_0 = entries;
- this.source_twru0q$_0 = source;
- this.sourceChecksum_5trg3n$_0 = sourceChecksum;
- }
- Object.defineProperty(WindowManagerTrace.prototype, 'entries', {get: function () {
- return this.entries_3p3irn$_0;
- }});
- Object.defineProperty(WindowManagerTrace.prototype, 'source', {get: function () {
- return this.source_twru0q$_0;
- }});
- Object.defineProperty(WindowManagerTrace.prototype, 'sourceChecksum', {get: function () {
- return this.sourceChecksum_5trg3n$_0;
- }});
- WindowManagerTrace.prototype.toString = function () {
- return 'WindowManagerTrace(Start: ' + first(this.entries) + ', ' + ('End: ' + last(this.entries) + ')');
- };
- Object.defineProperty(WindowManagerTrace.prototype, 'size', {configurable: true, get: function () {
- return this.entries.size;
- }});
- WindowManagerTrace.prototype.contains_11rb$ = function (element) {
- return this.entries.contains_11rb$(element);
- };
- WindowManagerTrace.prototype.containsAll_brywnq$ = function (elements) {
- return this.entries.containsAll_brywnq$(elements);
- };
- WindowManagerTrace.prototype.get_za3lpa$ = function (index) {
- return this.entries.get_za3lpa$(index);
- };
- WindowManagerTrace.prototype.indexOf_11rb$ = function (element) {
- return this.entries.indexOf_11rb$(element);
- };
- WindowManagerTrace.prototype.isEmpty = function () {
- return this.entries.isEmpty();
- };
- WindowManagerTrace.prototype.iterator = function () {
- return this.entries.iterator();
- };
- WindowManagerTrace.prototype.lastIndexOf_11rb$ = function (element) {
- return this.entries.lastIndexOf_11rb$(element);
- };
- WindowManagerTrace.prototype.listIterator = function () {
- return this.entries.listIterator();
- };
- WindowManagerTrace.prototype.listIterator_za3lpa$ = function (index) {
- return this.entries.listIterator_za3lpa$(index);
- };
- WindowManagerTrace.prototype.subList_vux9f0$ = function (fromIndex, toIndex) {
- return this.entries.subList_vux9f0$(fromIndex, toIndex);
- };
- WindowManagerTrace.$metadata$ = {kind: Kind_CLASS, simpleName: 'WindowManagerTrace', interfaces: [List, ITrace]};
- function Activity(name, state, visible, frontOfTask, procId, isTranslucent, windowContainer) {
- WindowContainer_init(windowContainer, name, visible, this);
- this.state = state;
- this.frontOfTask = frontOfTask;
- this.procId = procId;
- this.isTranslucent = isTranslucent;
- }
- Activity.prototype.hasWindow_61zpoe$ = function (partialWindowTitle) {
- var $receiver = this.windows;
- var any$result;
- any$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (contains(element.title, partialWindowTitle)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- Activity.prototype.toString = function () {
- return toString(Kotlin.getKClassFromExpression(this).simpleName) + ': {' + this.token + ' ' + this.title + '} state=' + this.state + ' visible=' + this.isVisible;
- };
- Activity.$metadata$ = {kind: Kind_CLASS, simpleName: 'Activity', interfaces: [WindowContainer]};
- function Configuration(windowConfiguration, densityDpi, orientation, screenHeightDp, screenWidthDp, smallestScreenWidthDp, screenLayout, uiMode) {
- this.windowConfiguration = windowConfiguration;
- this.densityDpi = densityDpi;
- this.orientation = orientation;
- this.screenHeightDp = screenHeightDp;
- this.screenWidthDp = screenWidthDp;
- this.smallestScreenWidthDp = smallestScreenWidthDp;
- this.screenLayout = screenLayout;
- this.uiMode = uiMode;
- }
- Object.defineProperty(Configuration.prototype, 'isEmpty', {configurable: true, get: function () {
- return this.windowConfiguration == null && this.densityDpi === 0 && this.orientation === 0 && this.screenHeightDp === 0 && this.screenWidthDp === 0 && this.smallestScreenWidthDp === 0 && this.screenLayout === 0 && this.uiMode === 0;
- }});
- Configuration.$metadata$ = {kind: Kind_CLASS, simpleName: 'Configuration', interfaces: []};
- Configuration.prototype.component1 = function () {
- return this.windowConfiguration;
- };
- Configuration.prototype.component2 = function () {
- return this.densityDpi;
- };
- Configuration.prototype.component3 = function () {
- return this.orientation;
- };
- Configuration.prototype.component4 = function () {
- return this.screenHeightDp;
- };
- Configuration.prototype.component5 = function () {
- return this.screenWidthDp;
- };
- Configuration.prototype.component6 = function () {
- return this.smallestScreenWidthDp;
- };
- Configuration.prototype.component7 = function () {
- return this.screenLayout;
- };
- Configuration.prototype.component8 = function () {
- return this.uiMode;
- };
- Configuration.prototype.copy_q7k6il$ = function (windowConfiguration, densityDpi, orientation, screenHeightDp, screenWidthDp, smallestScreenWidthDp, screenLayout, uiMode) {
- return new Configuration(windowConfiguration === void 0 ? this.windowConfiguration : windowConfiguration, densityDpi === void 0 ? this.densityDpi : densityDpi, orientation === void 0 ? this.orientation : orientation, screenHeightDp === void 0 ? this.screenHeightDp : screenHeightDp, screenWidthDp === void 0 ? this.screenWidthDp : screenWidthDp, smallestScreenWidthDp === void 0 ? this.smallestScreenWidthDp : smallestScreenWidthDp, screenLayout === void 0 ? this.screenLayout : screenLayout, uiMode === void 0 ? this.uiMode : uiMode);
- };
- Configuration.prototype.toString = function () {
- return 'Configuration(windowConfiguration=' + Kotlin.toString(this.windowConfiguration) + (', densityDpi=' + Kotlin.toString(this.densityDpi)) + (', orientation=' + Kotlin.toString(this.orientation)) + (', screenHeightDp=' + Kotlin.toString(this.screenHeightDp)) + (', screenWidthDp=' + Kotlin.toString(this.screenWidthDp)) + (', smallestScreenWidthDp=' + Kotlin.toString(this.smallestScreenWidthDp)) + (', screenLayout=' + Kotlin.toString(this.screenLayout)) + (', uiMode=' + Kotlin.toString(this.uiMode)) + ')';
- };
- Configuration.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.windowConfiguration) | 0;
- result = result * 31 + Kotlin.hashCode(this.densityDpi) | 0;
- result = result * 31 + Kotlin.hashCode(this.orientation) | 0;
- result = result * 31 + Kotlin.hashCode(this.screenHeightDp) | 0;
- result = result * 31 + Kotlin.hashCode(this.screenWidthDp) | 0;
- result = result * 31 + Kotlin.hashCode(this.smallestScreenWidthDp) | 0;
- result = result * 31 + Kotlin.hashCode(this.screenLayout) | 0;
- result = result * 31 + Kotlin.hashCode(this.uiMode) | 0;
- return result;
- };
- Configuration.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.windowConfiguration, other.windowConfiguration) && Kotlin.equals(this.densityDpi, other.densityDpi) && Kotlin.equals(this.orientation, other.orientation) && Kotlin.equals(this.screenHeightDp, other.screenHeightDp) && Kotlin.equals(this.screenWidthDp, other.screenWidthDp) && Kotlin.equals(this.smallestScreenWidthDp, other.smallestScreenWidthDp) && Kotlin.equals(this.screenLayout, other.screenLayout) && Kotlin.equals(this.uiMode, other.uiMode)))));
- };
- function ConfigurationContainer(overrideConfiguration, fullConfiguration, mergedOverrideConfiguration) {
- this.overrideConfiguration = overrideConfiguration;
- this.fullConfiguration = fullConfiguration;
- this.mergedOverrideConfiguration = mergedOverrideConfiguration;
- }
- Object.defineProperty(ConfigurationContainer.prototype, 'windowingMode', {configurable: true, get: function () {
- var tmp$, tmp$_0, tmp$_1;
- return (tmp$_1 = (tmp$_0 = (tmp$ = this.fullConfiguration) != null ? tmp$.windowConfiguration : null) != null ? tmp$_0.windowingMode : null) != null ? tmp$_1 : 0;
- }});
- Object.defineProperty(ConfigurationContainer.prototype, 'activityType', {configurable: true, get: function () {
- var tmp$, tmp$_0, tmp$_1;
- return (tmp$_1 = (tmp$_0 = (tmp$ = this.fullConfiguration) != null ? tmp$.windowConfiguration : null) != null ? tmp$_0.activityType : null) != null ? tmp$_1 : 0;
- }});
- Object.defineProperty(ConfigurationContainer.prototype, 'isEmpty', {configurable: true, get: function () {
- var tmp$, tmp$_0, tmp$_1, tmp$_2, tmp$_3, tmp$_4;
- return ((tmp$_0 = (tmp$ = this.overrideConfiguration) != null ? tmp$.isEmpty : null) != null ? tmp$_0 : true) && ((tmp$_2 = (tmp$_1 = this.fullConfiguration) != null ? tmp$_1.isEmpty : null) != null ? tmp$_2 : true) && ((tmp$_4 = (tmp$_3 = this.mergedOverrideConfiguration) != null ? tmp$_3.isEmpty : null) != null ? tmp$_4 : true);
- }});
- ConfigurationContainer.$metadata$ = {kind: Kind_CLASS, simpleName: 'ConfigurationContainer', interfaces: []};
- function ConfigurationContainer_init(configurationContainer, $this) {
- $this = $this || Object.create(ConfigurationContainer.prototype);
- ConfigurationContainer.call($this, configurationContainer.overrideConfiguration, configurationContainer.fullConfiguration, configurationContainer.mergedOverrideConfiguration);
- return $this;
- }
- function DisplayArea(isTaskDisplayArea, windowContainer) {
- WindowContainer_init(windowContainer, void 0, void 0, this);
- this.isTaskDisplayArea = isTaskDisplayArea;
- }
- Object.defineProperty(DisplayArea.prototype, 'activities', {configurable: true, get: function () {
- if (this.isTaskDisplayArea) {
- var traverseList = this.traverseTopDown();
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = traverseList.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (Kotlin.isType(element, Activity))
- destination.add_11rb$(element);
- }
- var destination_0 = ArrayList_init_0();
- var tmp$_0;
- tmp$_0 = destination.iterator();
- while (tmp$_0.hasNext()) {
- var element_0 = tmp$_0.next();
- if (true)
- destination_0.add_11rb$(element_0);
- }
- return copyToArray(destination_0);
- } else {
- return [];
- }
- }});
- DisplayArea.prototype.containsActivity_61zpoe$ = function (activityName) {
- var tmp$;
- if (!this.isTaskDisplayArea) {
- tmp$ = false;
- } else {
- var $receiver = this.activities;
- var any$result;
- any$break: do {
- var tmp$_0;
- for (tmp$_0 = 0; tmp$_0 !== $receiver.length; ++tmp$_0) {
- var element = $receiver[tmp$_0];
- if (equals(element.title, activityName)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- tmp$ = any$result;
- }
- return tmp$;
- };
- DisplayArea.prototype.toString = function () {
- return toString(Kotlin.getKClassFromExpression(this).simpleName) + ' {' + this.token + ' ' + this.title + '} isTaskArea=' + this.isTaskDisplayArea;
- };
- DisplayArea.$metadata$ = {kind: Kind_CLASS, simpleName: 'DisplayArea', interfaces: [WindowContainer]};
- function DisplayContent(id, focusedRootTaskId, resumedActivity, singleTaskInstance, _defaultPinnedStackBounds, _pinnedStackMovementBounds, displayRect, appRect, dpi, flags, _stableBounds, surfaceSize, focusedApp, lastTransition, appTransitionState, rotation, lastOrientation, windowContainer) {
- WindowContainer_init(windowContainer, void 0, void 0, this);
- this.id = id;
- this.focusedRootTaskId = focusedRootTaskId;
- this.resumedActivity = resumedActivity;
- this.singleTaskInstance = singleTaskInstance;
- this.displayRect = displayRect;
- this.appRect = appRect;
- this.dpi = dpi;
- this.flags = flags;
- this.surfaceSize = surfaceSize;
- this.focusedApp = focusedApp;
- this.lastTransition = lastTransition;
- this.appTransitionState = appTransitionState;
- this.rotation = rotation;
- this.lastOrientation = lastOrientation;
- this.name_jt7bhs$_0 = this.id.toString();
- this.isVisible_55zklr$_0 = false;
- this.defaultPinnedStackBounds = _defaultPinnedStackBounds != null ? _defaultPinnedStackBounds : Rect$Companion_getInstance().EMPTY;
- this.pinnedStackMovementBounds = _pinnedStackMovementBounds != null ? _pinnedStackMovementBounds : Rect$Companion_getInstance().EMPTY;
- this.stableBounds = _stableBounds != null ? _stableBounds : Rect$Companion_getInstance().EMPTY;
- }
- Object.defineProperty(DisplayContent.prototype, 'name', {configurable: true, get: function () {
- return this.name_jt7bhs$_0;
- }});
- Object.defineProperty(DisplayContent.prototype, 'isVisible', {configurable: true, get: function () {
- return this.isVisible_55zklr$_0;
- }});
- Object.defineProperty(DisplayContent.prototype, 'rootTasks', {configurable: true, get: function () {
- var traverseList = this.traverseTopDown();
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = traverseList.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (Kotlin.isType(element, Task))
- destination.add_11rb$(element);
- }
- var destination_0 = ArrayList_init_0();
- var tmp$_0;
- tmp$_0 = destination.iterator();
- while (tmp$_0.hasNext()) {
- var element_0 = tmp$_0.next();
- if (element_0.isRootTask)
- destination_0.add_11rb$(element_0);
- }
- var tasks = toMutableList(copyToArray(destination_0));
- var rootOrganizedTasks = ArrayList_init_0();
- var reversedTaskList = reversed(tasks);
- var tmp$_1;
- tmp$_1 = reversedTaskList.iterator();
- while (tmp$_1.hasNext()) {
- var element_1 = tmp$_1.next();
- if (element_1.createdByOrganizer) {
- tasks.remove_11rb$(element_1);
- rootOrganizedTasks.add_11rb$(element_1);
- }}
- var tmp$_2;
- tmp$_2 = reversed(rootOrganizedTasks).iterator();
- while (tmp$_2.hasNext()) {
- var element_2 = tmp$_2.next();
- var $receiver = reversed_0(element_2.children);
- var destination_1 = ArrayList_init(collectionSizeOrDefault($receiver, 10));
- var tmp$_3;
- tmp$_3 = $receiver.iterator();
- while (tmp$_3.hasNext()) {
- var item = tmp$_3.next();
- var tmp$_4;
- destination_1.add_11rb$(Kotlin.isType(tmp$_4 = item, Task) ? tmp$_4 : throwCCE());
- }
- tasks.addAll_brywnq$(destination_1);
- }
- return copyToArray(tasks);
- }});
- DisplayContent.prototype.containsActivity_61zpoe$ = function (activityName) {
- var $receiver = this.rootTasks;
- var any$result;
- any$break: do {
- var tmp$;
- for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
- var element = $receiver[tmp$];
- if (element.containsActivity_61zpoe$(activityName)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- return any$result;
- };
- DisplayContent.prototype.getTaskDisplayArea_61zpoe$ = function (activityName) {
- var traverseList = this.traverseTopDown();
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = traverseList.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (Kotlin.isType(element, DisplayArea))
- destination.add_11rb$(element);
- }
- var destination_0 = ArrayList_init_0();
- var tmp$_0;
- tmp$_0 = destination.iterator();
- while (tmp$_0.hasNext()) {
- var element_0 = tmp$_0.next();
- if (element_0.isTaskDisplayArea)
- destination_0.add_11rb$(element_0);
- }
- var $receiver = copyToArray(destination_0);
- var destination_1 = ArrayList_init_0();
- var tmp$_1;
- for (tmp$_1 = 0; tmp$_1 !== $receiver.length; ++tmp$_1) {
- var element_1 = $receiver[tmp$_1];
- if (element_1.containsActivity_61zpoe$(activityName))
- destination_1.add_11rb$(element_1);
- }
- var taskDisplayAreas = destination_1;
- if (taskDisplayAreas.size > 1) {
- throw IllegalArgumentException_init('There must be exactly one activity among all TaskDisplayAreas.');
- }return firstOrNull(taskDisplayAreas);
- };
- DisplayContent.prototype.toString = function () {
- return toString(Kotlin.getKClassFromExpression(this).simpleName) + ' #' + this.id + ': name=' + this.title + ' mDisplayRect=' + this.displayRect + ' ' + ('mAppRect=' + this.appRect + ' mFlags=' + this.flags);
- };
- DisplayContent.$metadata$ = {kind: Kind_CLASS, simpleName: 'DisplayContent', interfaces: [WindowContainer]};
- function KeyguardControllerState(isAodShowing, isKeyguardShowing, keyguardOccludedStates) {
- this.isAodShowing = isAodShowing;
- this.isKeyguardShowing = isKeyguardShowing;
- this.keyguardOccludedStates = keyguardOccludedStates;
- }
- KeyguardControllerState.prototype.isKeyguardOccluded_za3lpa$ = function (displayId) {
- var tmp$;
- return (tmp$ = this.keyguardOccludedStates.get_11rb$(displayId)) != null ? tmp$ : false;
- };
- KeyguardControllerState.prototype.toString = function () {
- return 'KeyguardControllerState: {aod=' + this.isAodShowing + ' keyguard=' + this.isKeyguardShowing + '}';
- };
- KeyguardControllerState.$metadata$ = {kind: Kind_CLASS, simpleName: 'KeyguardControllerState', interfaces: []};
- KeyguardControllerState.prototype.component1 = function () {
- return this.isAodShowing;
- };
- KeyguardControllerState.prototype.component2 = function () {
- return this.isKeyguardShowing;
- };
- KeyguardControllerState.prototype.component3 = function () {
- return this.keyguardOccludedStates;
- };
- KeyguardControllerState.prototype.copy_ewuobg$ = function (isAodShowing, isKeyguardShowing, keyguardOccludedStates) {
- return new KeyguardControllerState(isAodShowing === void 0 ? this.isAodShowing : isAodShowing, isKeyguardShowing === void 0 ? this.isKeyguardShowing : isKeyguardShowing, keyguardOccludedStates === void 0 ? this.keyguardOccludedStates : keyguardOccludedStates);
- };
- KeyguardControllerState.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.isAodShowing) | 0;
- result = result * 31 + Kotlin.hashCode(this.isKeyguardShowing) | 0;
- result = result * 31 + Kotlin.hashCode(this.keyguardOccludedStates) | 0;
- return result;
- };
- KeyguardControllerState.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.isAodShowing, other.isAodShowing) && Kotlin.equals(this.isKeyguardShowing, other.isKeyguardShowing) && Kotlin.equals(this.keyguardOccludedStates, other.keyguardOccludedStates)))));
- };
- function RootWindowContainer(windowContainer) {
- WindowContainer_init(windowContainer, void 0, void 0, this);
- }
- RootWindowContainer.prototype.toString = function () {
- return toString(Kotlin.getKClassFromExpression(this).simpleName) + ': {' + this.token + ' ' + this.title + '}';
- };
- RootWindowContainer.$metadata$ = {kind: Kind_CLASS, simpleName: 'RootWindowContainer', interfaces: [WindowContainer]};
- function Task(activityType, isFullscreen, bounds, taskId, rootTaskId, displayId, _lastNonFullscreenBounds, realActivity, origActivity, resizeMode, _resumedActivity, animatingBounds, surfaceWidth, surfaceHeight, createdByOrganizer, minWidth, minHeight, windowContainer) {
- WindowContainer_init(windowContainer, void 0, void 0, this);
- this.activityType_ul4vfk$_0 = activityType;
- this.isFullscreen_9ytxxg$_0 = isFullscreen;
- this.bounds_tri7g$_0 = bounds;
- this.taskId = taskId;
- this.rootTaskId = rootTaskId;
- this.displayId = displayId;
- this.realActivity = realActivity;
- this.origActivity = origActivity;
- this.resizeMode = resizeMode;
- this._resumedActivity_3zljeq$_0 = _resumedActivity;
- this.animatingBounds = animatingBounds;
- this.surfaceWidth = surfaceWidth;
- this.surfaceHeight = surfaceHeight;
- this.createdByOrganizer = createdByOrganizer;
- this.minWidth = minWidth;
- this.minHeight = minHeight;
- this.isVisible_jmti4d$_0 = false;
- this.name_ufak3m$_0 = this.taskId.toString();
- this.lastNonFullscreenBounds = _lastNonFullscreenBounds != null ? _lastNonFullscreenBounds : Rect$Companion_getInstance().EMPTY;
- }
- Object.defineProperty(Task.prototype, 'activityType', {get: function () {
- return this.activityType_ul4vfk$_0;
- }});
- Object.defineProperty(Task.prototype, 'isFullscreen', {get: function () {
- return this.isFullscreen_9ytxxg$_0;
- }});
- Object.defineProperty(Task.prototype, 'bounds', {get: function () {
- return this.bounds_tri7g$_0;
- }});
- Object.defineProperty(Task.prototype, 'isVisible', {configurable: true, get: function () {
- return this.isVisible_jmti4d$_0;
- }});
- Object.defineProperty(Task.prototype, 'name', {configurable: true, get: function () {
- return this.name_ufak3m$_0;
- }});
- Object.defineProperty(Task.prototype, 'isEmpty', {configurable: true, get: function () {
- return this.tasks.isEmpty() && this.activities.isEmpty();
- }});
- Object.defineProperty(Task.prototype, 'isRootTask', {configurable: true, get: function () {
- return this.taskId === this.rootTaskId;
- }});
- Object.defineProperty(Task.prototype, 'tasks', {configurable: true, get: function () {
- var $receiver = reversed_0(this.children);
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (Kotlin.isType(element, Task))
- destination.add_11rb$(element);
- }
- return destination;
- }});
- Object.defineProperty(Task.prototype, 'taskFragments', {configurable: true, get: function () {
- var $receiver = reversed_0(this.children);
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (Kotlin.isType(element, TaskFragment))
- destination.add_11rb$(element);
- }
- return destination;
- }});
- Object.defineProperty(Task.prototype, 'activities', {configurable: true, get: function () {
- var $receiver = reversed_0(this.children);
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (Kotlin.isType(element, Activity))
- destination.add_11rb$(element);
- }
- return destination;
- }});
- Object.defineProperty(Task.prototype, 'topTask', {configurable: true, get: function () {
- return firstOrNull(this.tasks);
- }});
- Object.defineProperty(Task.prototype, 'resumedActivities', {configurable: true, get: function () {
- var result = LinkedHashSet_init();
- if (this._resumedActivity_3zljeq$_0.length > 0) {
- result.add_11rb$(this._resumedActivity_3zljeq$_0);
- }var $receiver = this.tasks;
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- var list = toList(element.resumedActivities);
- addAll(destination, list);
- }
- var destination_0 = ArrayList_init_0();
- var tmp$_0;
- tmp$_0 = destination.iterator();
- while (tmp$_0.hasNext()) {
- var element_0 = tmp$_0.next();
- if (element_0.length > 0)
- destination_0.add_11rb$(element_0);
- }
- var activitiesInChildren = destination_0;
- result.addAll_brywnq$(activitiesInChildren);
- return copyToArray(result);
- }});
- Task.prototype.getTask_ike62y$ = function (predicate) {
- var tmp$;
- var $receiver = this.tasks;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$_0;
- tmp$_0 = $receiver.iterator();
- while (tmp$_0.hasNext()) {
- var element = tmp$_0.next();
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- return (tmp$ = firstOrNull$result) != null ? tmp$ : predicate(this) ? this : null;
- };
- function Task$getTask$lambda(closure$taskId) {
- return function (t) {
- return t.taskId === closure$taskId;
- };
- }
- Task.prototype.getTask_za3lpa$ = function (taskId) {
- return this.getTask_ike62y$(Task$getTask$lambda(taskId));
- };
- Task.prototype.forAllTasks_70mmfa$ = function (consumer) {
- var tmp$;
- tmp$ = this.tasks.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- consumer(element);
- }
- };
- Task.prototype.getActivity_13z24g$ = function (predicate) {
- var tmp$;
- var tmp$_0;
- var $receiver = this.activities;
- var firstOrNull$result;
- firstOrNull$break: do {
- var tmp$_1;
- tmp$_1 = $receiver.iterator();
- while (tmp$_1.hasNext()) {
- var element = tmp$_1.next();
- if (predicate(element)) {
- firstOrNull$result = element;
- break firstOrNull$break;
- }}
- firstOrNull$result = null;
- }
- while (false);
- if ((tmp$ = firstOrNull$result) != null)
- tmp$_0 = tmp$;
- else {
- var $receiver_0 = this.tasks;
- var destination = ArrayList_init_0();
- var tmp$_2;
- tmp$_2 = $receiver_0.iterator();
- while (tmp$_2.hasNext()) {
- var element_0 = tmp$_2.next();
- var list = element_0.activities;
- addAll(destination, list);
- }
- var firstOrNull$result_0;
- firstOrNull$break: do {
- var tmp$_3;
- tmp$_3 = destination.iterator();
- while (tmp$_3.hasNext()) {
- var element_1 = tmp$_3.next();
- if (predicate(element_1)) {
- firstOrNull$result_0 = element_1;
- break firstOrNull$break;
- }}
- firstOrNull$result_0 = null;
- }
- while (false);
- tmp$_0 = firstOrNull$result_0;
- }
- return tmp$_0;
- };
- function Task$getActivity$lambda(closure$activityName) {
- return function (activity) {
- return equals(activity.title, closure$activityName);
- };
- }
- Task.prototype.getActivity_61zpoe$ = function (activityName) {
- return this.getActivity_13z24g$(Task$getActivity$lambda(activityName));
- };
- Task.prototype.containsActivity_61zpoe$ = function (activityName) {
- return this.getActivity_61zpoe$(activityName) != null;
- };
- Task.prototype.toString = function () {
- return toString(Kotlin.getKClassFromExpression(this).simpleName) + ': {' + this.token + ' ' + this.title + '} id=' + this.taskId + ' bounds=' + this.bounds;
- };
- Task.$metadata$ = {kind: Kind_CLASS, simpleName: 'Task', interfaces: [WindowContainer]};
- function TaskFragment(activityType, displayId, minWidth, minHeight, windowContainer) {
- WindowContainer_init(windowContainer, void 0, void 0, this);
- this.activityType_62ly8g$_0 = activityType;
- this.displayId = displayId;
- this.minWidth = minWidth;
- this.minHeight = minHeight;
- }
- Object.defineProperty(TaskFragment.prototype, 'activityType', {get: function () {
- return this.activityType_62ly8g$_0;
- }});
- Object.defineProperty(TaskFragment.prototype, 'tasks', {configurable: true, get: function () {
- var $receiver = reversed_0(this.children);
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (Kotlin.isType(element, Task))
- destination.add_11rb$(element);
- }
- return destination;
- }});
- Object.defineProperty(TaskFragment.prototype, 'taskFragments', {configurable: true, get: function () {
- var $receiver = reversed_0(this.children);
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (Kotlin.isType(element, TaskFragment))
- destination.add_11rb$(element);
- }
- return destination;
- }});
- Object.defineProperty(TaskFragment.prototype, 'activities', {configurable: true, get: function () {
- var $receiver = reversed_0(this.children);
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = $receiver.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (Kotlin.isType(element, Activity))
- destination.add_11rb$(element);
- }
- return destination;
- }});
- TaskFragment.prototype.toString = function () {
- return toString(Kotlin.getKClassFromExpression(this).simpleName) + ': {' + this.token + ' ' + this.title + '} bounds=' + this.bounds;
- };
- TaskFragment.$metadata$ = {kind: Kind_CLASS, simpleName: 'TaskFragment', interfaces: [WindowContainer]};
- function WindowConfiguration(_appBounds, _bounds, _maxBounds, windowingMode, activityType) {
- this.windowingMode = windowingMode;
- this.activityType = activityType;
- this.appBounds = _appBounds != null ? _appBounds : Rect$Companion_getInstance().EMPTY;
- this.bounds = _bounds != null ? _bounds : Rect$Companion_getInstance().EMPTY;
- this.maxBounds = _maxBounds != null ? _maxBounds : Rect$Companion_getInstance().EMPTY;
- }
- Object.defineProperty(WindowConfiguration.prototype, 'isEmpty', {configurable: true, get: function () {
- return this.appBounds.isEmpty && this.bounds.isEmpty && this.maxBounds.isEmpty && this.windowingMode === 0 && this.activityType === 0;
- }});
- WindowConfiguration.$metadata$ = {kind: Kind_CLASS, simpleName: 'WindowConfiguration', interfaces: []};
- function WindowContainer(title, token, orientation, _isVisible, configurationContainer, children) {
- ConfigurationContainer_init(configurationContainer, this);
- this.title = title;
- this.token = token;
- this.orientation = orientation;
- this.children = children;
- this.isVisible_kaq5dl$_0 = _isVisible;
- this.name_dhiupy$_0 = this.title;
- this.isFullscreen_r0bxkw$_0 = false;
- this.bounds_ak0f9s$_0 = Rect$Companion_getInstance().EMPTY;
- }
- Object.defineProperty(WindowContainer.prototype, 'isVisible', {configurable: true, get: function () {
- return this.isVisible_kaq5dl$_0;
- }});
- Object.defineProperty(WindowContainer.prototype, 'name', {configurable: true, get: function () {
- return this.name_dhiupy$_0;
- }});
- Object.defineProperty(WindowContainer.prototype, 'stableId', {configurable: true, get: function () {
- return toString(Kotlin.getKClassFromExpression(this).simpleName) + ' ' + this.token + ' ' + this.title;
- }});
- Object.defineProperty(WindowContainer.prototype, 'isFullscreen', {configurable: true, get: function () {
- return this.isFullscreen_r0bxkw$_0;
- }});
- Object.defineProperty(WindowContainer.prototype, 'bounds', {configurable: true, get: function () {
- return this.bounds_ak0f9s$_0;
- }});
- Object.defineProperty(WindowContainer.prototype, 'windows', {configurable: true, get: function () {
- var traverseList = this.traverseTopDown();
- var destination = ArrayList_init_0();
- var tmp$;
- tmp$ = traverseList.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (Kotlin.isType(element, WindowState))
- destination.add_11rb$(element);
- }
- var destination_0 = ArrayList_init_0();
- var tmp$_0;
- tmp$_0 = destination.iterator();
- while (tmp$_0.hasNext()) {
- var element_0 = tmp$_0.next();
- if (true)
- destination_0.add_11rb$(element_0);
- }
- return copyToArray(destination_0);
- }});
- WindowContainer.prototype.traverseTopDown = function () {
- var traverseList = mutableListOf([this]);
- var tmp$;
- tmp$ = reversed_0(this.children).iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- traverseList.addAll_brywnq$(element.traverseTopDown());
- }
- return traverseList;
- };
- WindowContainer.prototype.collectDescendants_ptiylm$ = defineInlineFunction('flicker.com.android.server.wm.traces.common.windowmanager.windows.WindowContainer.collectDescendants_ptiylm$', wrapFunction(function () {
- var ArrayList_init = Kotlin.kotlin.collections.ArrayList_init_287e2$;
- var copyToArray = Kotlin.kotlin.collections.copyToArray;
- function WindowContainer$collectDescendants$lambda(it) {
- return true;
- }
- return function (T_0, isT, predicate) {
- if (predicate === void 0)
- predicate = WindowContainer$collectDescendants$lambda;
- var traverseList = this.traverseTopDown();
- var destination = ArrayList_init();
- var tmp$;
- tmp$ = traverseList.iterator();
- while (tmp$.hasNext()) {
- var element = tmp$.next();
- if (isT(element))
- destination.add_11rb$(element);
- }
- var destination_0 = ArrayList_init();
- var tmp$_0;
- tmp$_0 = destination.iterator();
- while (tmp$_0.hasNext()) {
- var element_0 = tmp$_0.next();
- if (predicate(element_0))
- destination_0.add_11rb$(element_0);
- }
- return copyToArray(destination_0);
- };
- }));
- WindowContainer.prototype.toString = function () {
- var tmp$ = this.title.length === 0;
- if (!tmp$) {
- var $receiver = listOf_0(['WindowContainer', 'Task']);
- var any$result;
- any$break: do {
- var tmp$_0;
- if (Kotlin.isType($receiver, Collection) && $receiver.isEmpty()) {
- any$result = false;
- break any$break;
- }tmp$_0 = $receiver.iterator();
- while (tmp$_0.hasNext()) {
- var element = tmp$_0.next();
- if (contains(element, this.title)) {
- any$result = true;
- break any$break;
- }}
- any$result = false;
- }
- while (false);
- tmp$ = any$result;
- }if (tmp$) {
- return '';
- }return '$' + this.removeRedundancyInName_jx0252$_0(this.title) + '@' + this.token;
- };
- WindowContainer.prototype.removeRedundancyInName_jx0252$_0 = function (name) {
- if (!contains_1(name, 47)) {
- return name;
- }var split_0 = split(name, Kotlin.charArrayOf(47));
- var pkg = split_0.get_za3lpa$(0);
- var clazz = joinToString_0(slice(split_0, new IntRange(1, get_lastIndex(split_0))), '/');
- if (startsWith(clazz, pkg + '.')) {
- clazz = slice_0(clazz, new IntRange(pkg.length + 1 | 0, get_lastIndex_0(clazz)));
- return pkg + '/' + clazz;
- }return name;
- };
- Object.defineProperty(WindowContainer.prototype, 'isEmpty', {configurable: true, get: function () {
- var tmp$ = Kotlin.callGetter(this, ConfigurationContainer.prototype, 'isEmpty');
- if (tmp$) {
- tmp$ = this.title.length === 0;
- }var tmp$_0 = tmp$;
- if (tmp$_0) {
- tmp$_0 = this.token.length === 0;
- }return tmp$_0;
- }});
- WindowContainer.$metadata$ = {kind: Kind_CLASS, simpleName: 'WindowContainer', interfaces: [ConfigurationContainer]};
- function WindowContainer_init(windowContainer, titleOverride, isVisibleOverride, $this) {
- if (titleOverride === void 0)
- titleOverride = null;
- if (isVisibleOverride === void 0)
- isVisibleOverride = null;
- $this = $this || Object.create(WindowContainer.prototype);
- WindowContainer.call($this, titleOverride != null ? titleOverride : windowContainer.title, windowContainer.token, windowContainer.orientation, isVisibleOverride != null ? isVisibleOverride : windowContainer.isVisible, windowContainer, windowContainer.children);
- return $this;
- }
- function WindowLayoutParams(type, x, y, width, height, horizontalMargin, verticalMargin, gravity, softInputMode, format, windowAnimations, alpha, screenBrightness, buttonBrightness, rotationAnimation, preferredRefreshRate, preferredDisplayModeId, hasSystemUiListeners, inputFeatureFlags, userActivityTimeout, colorMode, flags, privateFlags, systemUiVisibilityFlags, subtreeSystemUiVisibilityFlags, appearance, behavior, fitInsetsTypes, fitInsetsSides, fitIgnoreVisibility) {
- WindowLayoutParams$Companion_getInstance();
- this.type = type;
- this.x = x;
- this.y = y;
- this.width = width;
- this.height = height;
- this.horizontalMargin = horizontalMargin;
- this.verticalMargin = verticalMargin;
- this.gravity = gravity;
- this.softInputMode = softInputMode;
- this.format = format;
- this.windowAnimations = windowAnimations;
- this.alpha = alpha;
- this.screenBrightness = screenBrightness;
- this.buttonBrightness = buttonBrightness;
- this.rotationAnimation = rotationAnimation;
- this.preferredRefreshRate = preferredRefreshRate;
- this.preferredDisplayModeId = preferredDisplayModeId;
- this.hasSystemUiListeners = hasSystemUiListeners;
- this.inputFeatureFlags = inputFeatureFlags;
- this.userActivityTimeout = userActivityTimeout;
- this.colorMode = colorMode;
- this.flags = flags;
- this.privateFlags = privateFlags;
- this.systemUiVisibilityFlags = systemUiVisibilityFlags;
- this.subtreeSystemUiVisibilityFlags = subtreeSystemUiVisibilityFlags;
- this.appearance = appearance;
- this.behavior = behavior;
- this.fitInsetsTypes = fitInsetsTypes;
- this.fitInsetsSides = fitInsetsSides;
- this.fitIgnoreVisibility = fitIgnoreVisibility;
- this.isValidNavBarType = this.type === 2019;
- }
- function WindowLayoutParams$Companion() {
- WindowLayoutParams$Companion_instance = this;
- this.TYPE_NAVIGATION_BAR_0 = 2019;
- }
- WindowLayoutParams$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var WindowLayoutParams$Companion_instance = null;
- function WindowLayoutParams$Companion_getInstance() {
- if (WindowLayoutParams$Companion_instance === null) {
- new WindowLayoutParams$Companion();
- }return WindowLayoutParams$Companion_instance;
- }
- WindowLayoutParams.$metadata$ = {kind: Kind_CLASS, simpleName: 'WindowLayoutParams', interfaces: []};
- WindowLayoutParams.prototype.component1 = function () {
- return this.type;
- };
- WindowLayoutParams.prototype.component2 = function () {
- return this.x;
- };
- WindowLayoutParams.prototype.component3 = function () {
- return this.y;
- };
- WindowLayoutParams.prototype.component4 = function () {
- return this.width;
- };
- WindowLayoutParams.prototype.component5 = function () {
- return this.height;
- };
- WindowLayoutParams.prototype.component6 = function () {
- return this.horizontalMargin;
- };
- WindowLayoutParams.prototype.component7 = function () {
- return this.verticalMargin;
- };
- WindowLayoutParams.prototype.component8 = function () {
- return this.gravity;
- };
- WindowLayoutParams.prototype.component9 = function () {
- return this.softInputMode;
- };
- WindowLayoutParams.prototype.component10 = function () {
- return this.format;
- };
- WindowLayoutParams.prototype.component11 = function () {
- return this.windowAnimations;
- };
- WindowLayoutParams.prototype.component12 = function () {
- return this.alpha;
- };
- WindowLayoutParams.prototype.component13 = function () {
- return this.screenBrightness;
- };
- WindowLayoutParams.prototype.component14 = function () {
- return this.buttonBrightness;
- };
- WindowLayoutParams.prototype.component15 = function () {
- return this.rotationAnimation;
- };
- WindowLayoutParams.prototype.component16 = function () {
- return this.preferredRefreshRate;
- };
- WindowLayoutParams.prototype.component17 = function () {
- return this.preferredDisplayModeId;
- };
- WindowLayoutParams.prototype.component18 = function () {
- return this.hasSystemUiListeners;
- };
- WindowLayoutParams.prototype.component19 = function () {
- return this.inputFeatureFlags;
- };
- WindowLayoutParams.prototype.component20 = function () {
- return this.userActivityTimeout;
- };
- WindowLayoutParams.prototype.component21 = function () {
- return this.colorMode;
- };
- WindowLayoutParams.prototype.component22 = function () {
- return this.flags;
- };
- WindowLayoutParams.prototype.component23 = function () {
- return this.privateFlags;
- };
- WindowLayoutParams.prototype.component24 = function () {
- return this.systemUiVisibilityFlags;
- };
- WindowLayoutParams.prototype.component25 = function () {
- return this.subtreeSystemUiVisibilityFlags;
- };
- WindowLayoutParams.prototype.component26 = function () {
- return this.appearance;
- };
- WindowLayoutParams.prototype.component27 = function () {
- return this.behavior;
- };
- WindowLayoutParams.prototype.component28 = function () {
- return this.fitInsetsTypes;
- };
- WindowLayoutParams.prototype.component29 = function () {
- return this.fitInsetsSides;
- };
- WindowLayoutParams.prototype.component30 = function () {
- return this.fitIgnoreVisibility;
- };
- WindowLayoutParams.prototype.copy_34nzmt$ = function (type, x, y, width, height, horizontalMargin, verticalMargin, gravity, softInputMode, format, windowAnimations, alpha, screenBrightness, buttonBrightness, rotationAnimation, preferredRefreshRate, preferredDisplayModeId, hasSystemUiListeners, inputFeatureFlags, userActivityTimeout, colorMode, flags, privateFlags, systemUiVisibilityFlags, subtreeSystemUiVisibilityFlags, appearance, behavior, fitInsetsTypes, fitInsetsSides, fitIgnoreVisibility) {
- return new WindowLayoutParams(type === void 0 ? this.type : type, x === void 0 ? this.x : x, y === void 0 ? this.y : y, width === void 0 ? this.width : width, height === void 0 ? this.height : height, horizontalMargin === void 0 ? this.horizontalMargin : horizontalMargin, verticalMargin === void 0 ? this.verticalMargin : verticalMargin, gravity === void 0 ? this.gravity : gravity, softInputMode === void 0 ? this.softInputMode : softInputMode, format === void 0 ? this.format : format, windowAnimations === void 0 ? this.windowAnimations : windowAnimations, alpha === void 0 ? this.alpha : alpha, screenBrightness === void 0 ? this.screenBrightness : screenBrightness, buttonBrightness === void 0 ? this.buttonBrightness : buttonBrightness, rotationAnimation === void 0 ? this.rotationAnimation : rotationAnimation, preferredRefreshRate === void 0 ? this.preferredRefreshRate : preferredRefreshRate, preferredDisplayModeId === void 0 ? this.preferredDisplayModeId : preferredDisplayModeId, hasSystemUiListeners === void 0 ? this.hasSystemUiListeners : hasSystemUiListeners, inputFeatureFlags === void 0 ? this.inputFeatureFlags : inputFeatureFlags, userActivityTimeout === void 0 ? this.userActivityTimeout : userActivityTimeout, colorMode === void 0 ? this.colorMode : colorMode, flags === void 0 ? this.flags : flags, privateFlags === void 0 ? this.privateFlags : privateFlags, systemUiVisibilityFlags === void 0 ? this.systemUiVisibilityFlags : systemUiVisibilityFlags, subtreeSystemUiVisibilityFlags === void 0 ? this.subtreeSystemUiVisibilityFlags : subtreeSystemUiVisibilityFlags, appearance === void 0 ? this.appearance : appearance, behavior === void 0 ? this.behavior : behavior, fitInsetsTypes === void 0 ? this.fitInsetsTypes : fitInsetsTypes, fitInsetsSides === void 0 ? this.fitInsetsSides : fitInsetsSides, fitIgnoreVisibility === void 0 ? this.fitIgnoreVisibility : fitIgnoreVisibility);
- };
- WindowLayoutParams.prototype.toString = function () {
- return 'WindowLayoutParams(type=' + Kotlin.toString(this.type) + (', x=' + Kotlin.toString(this.x)) + (', y=' + Kotlin.toString(this.y)) + (', width=' + Kotlin.toString(this.width)) + (', height=' + Kotlin.toString(this.height)) + (', horizontalMargin=' + Kotlin.toString(this.horizontalMargin)) + (', verticalMargin=' + Kotlin.toString(this.verticalMargin)) + (', gravity=' + Kotlin.toString(this.gravity)) + (', softInputMode=' + Kotlin.toString(this.softInputMode)) + (', format=' + Kotlin.toString(this.format)) + (', windowAnimations=' + Kotlin.toString(this.windowAnimations)) + (', alpha=' + Kotlin.toString(this.alpha)) + (', screenBrightness=' + Kotlin.toString(this.screenBrightness)) + (', buttonBrightness=' + Kotlin.toString(this.buttonBrightness)) + (', rotationAnimation=' + Kotlin.toString(this.rotationAnimation)) + (', preferredRefreshRate=' + Kotlin.toString(this.preferredRefreshRate)) + (', preferredDisplayModeId=' + Kotlin.toString(this.preferredDisplayModeId)) + (', hasSystemUiListeners=' + Kotlin.toString(this.hasSystemUiListeners)) + (', inputFeatureFlags=' + Kotlin.toString(this.inputFeatureFlags)) + (', userActivityTimeout=' + Kotlin.toString(this.userActivityTimeout)) + (', colorMode=' + Kotlin.toString(this.colorMode)) + (', flags=' + Kotlin.toString(this.flags)) + (', privateFlags=' + Kotlin.toString(this.privateFlags)) + (', systemUiVisibilityFlags=' + Kotlin.toString(this.systemUiVisibilityFlags)) + (', subtreeSystemUiVisibilityFlags=' + Kotlin.toString(this.subtreeSystemUiVisibilityFlags)) + (', appearance=' + Kotlin.toString(this.appearance)) + (', behavior=' + Kotlin.toString(this.behavior)) + (', fitInsetsTypes=' + Kotlin.toString(this.fitInsetsTypes)) + (', fitInsetsSides=' + Kotlin.toString(this.fitInsetsSides)) + (', fitIgnoreVisibility=' + Kotlin.toString(this.fitIgnoreVisibility)) + ')';
- };
- WindowLayoutParams.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.type) | 0;
- result = result * 31 + Kotlin.hashCode(this.x) | 0;
- result = result * 31 + Kotlin.hashCode(this.y) | 0;
- result = result * 31 + Kotlin.hashCode(this.width) | 0;
- result = result * 31 + Kotlin.hashCode(this.height) | 0;
- result = result * 31 + Kotlin.hashCode(this.horizontalMargin) | 0;
- result = result * 31 + Kotlin.hashCode(this.verticalMargin) | 0;
- result = result * 31 + Kotlin.hashCode(this.gravity) | 0;
- result = result * 31 + Kotlin.hashCode(this.softInputMode) | 0;
- result = result * 31 + Kotlin.hashCode(this.format) | 0;
- result = result * 31 + Kotlin.hashCode(this.windowAnimations) | 0;
- result = result * 31 + Kotlin.hashCode(this.alpha) | 0;
- result = result * 31 + Kotlin.hashCode(this.screenBrightness) | 0;
- result = result * 31 + Kotlin.hashCode(this.buttonBrightness) | 0;
- result = result * 31 + Kotlin.hashCode(this.rotationAnimation) | 0;
- result = result * 31 + Kotlin.hashCode(this.preferredRefreshRate) | 0;
- result = result * 31 + Kotlin.hashCode(this.preferredDisplayModeId) | 0;
- result = result * 31 + Kotlin.hashCode(this.hasSystemUiListeners) | 0;
- result = result * 31 + Kotlin.hashCode(this.inputFeatureFlags) | 0;
- result = result * 31 + Kotlin.hashCode(this.userActivityTimeout) | 0;
- result = result * 31 + Kotlin.hashCode(this.colorMode) | 0;
- result = result * 31 + Kotlin.hashCode(this.flags) | 0;
- result = result * 31 + Kotlin.hashCode(this.privateFlags) | 0;
- result = result * 31 + Kotlin.hashCode(this.systemUiVisibilityFlags) | 0;
- result = result * 31 + Kotlin.hashCode(this.subtreeSystemUiVisibilityFlags) | 0;
- result = result * 31 + Kotlin.hashCode(this.appearance) | 0;
- result = result * 31 + Kotlin.hashCode(this.behavior) | 0;
- result = result * 31 + Kotlin.hashCode(this.fitInsetsTypes) | 0;
- result = result * 31 + Kotlin.hashCode(this.fitInsetsSides) | 0;
- result = result * 31 + Kotlin.hashCode(this.fitIgnoreVisibility) | 0;
- return result;
- };
- WindowLayoutParams.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.type, other.type) && Kotlin.equals(this.x, other.x) && Kotlin.equals(this.y, other.y) && Kotlin.equals(this.width, other.width) && Kotlin.equals(this.height, other.height) && Kotlin.equals(this.horizontalMargin, other.horizontalMargin) && Kotlin.equals(this.verticalMargin, other.verticalMargin) && Kotlin.equals(this.gravity, other.gravity) && Kotlin.equals(this.softInputMode, other.softInputMode) && Kotlin.equals(this.format, other.format) && Kotlin.equals(this.windowAnimations, other.windowAnimations) && Kotlin.equals(this.alpha, other.alpha) && Kotlin.equals(this.screenBrightness, other.screenBrightness) && Kotlin.equals(this.buttonBrightness, other.buttonBrightness) && Kotlin.equals(this.rotationAnimation, other.rotationAnimation) && Kotlin.equals(this.preferredRefreshRate, other.preferredRefreshRate) && Kotlin.equals(this.preferredDisplayModeId, other.preferredDisplayModeId) && Kotlin.equals(this.hasSystemUiListeners, other.hasSystemUiListeners) && Kotlin.equals(this.inputFeatureFlags, other.inputFeatureFlags) && Kotlin.equals(this.userActivityTimeout, other.userActivityTimeout) && Kotlin.equals(this.colorMode, other.colorMode) && Kotlin.equals(this.flags, other.flags) && Kotlin.equals(this.privateFlags, other.privateFlags) && Kotlin.equals(this.systemUiVisibilityFlags, other.systemUiVisibilityFlags) && Kotlin.equals(this.subtreeSystemUiVisibilityFlags, other.subtreeSystemUiVisibilityFlags) && Kotlin.equals(this.appearance, other.appearance) && Kotlin.equals(this.behavior, other.behavior) && Kotlin.equals(this.fitInsetsTypes, other.fitInsetsTypes) && Kotlin.equals(this.fitInsetsSides, other.fitInsetsSides) && Kotlin.equals(this.fitIgnoreVisibility, other.fitIgnoreVisibility)))));
- };
- function WindowManagerPolicy(focusedAppToken, forceStatusBar, forceStatusBarFromKeyguard, keyguardDrawComplete, keyguardOccluded, keyguardOccludedChanged, keyguardOccludedPending, lastSystemUiFlags, orientation, rotation, rotationMode, screenOnFully, windowManagerDrawComplete) {
- this.focusedAppToken = focusedAppToken;
- this.forceStatusBar = forceStatusBar;
- this.forceStatusBarFromKeyguard = forceStatusBarFromKeyguard;
- this.keyguardDrawComplete = keyguardDrawComplete;
- this.keyguardOccluded = keyguardOccluded;
- this.keyguardOccludedChanged = keyguardOccludedChanged;
- this.keyguardOccludedPending = keyguardOccludedPending;
- this.lastSystemUiFlags = lastSystemUiFlags;
- this.orientation = orientation;
- this.rotation = rotation;
- this.rotationMode = rotationMode;
- this.screenOnFully = screenOnFully;
- this.windowManagerDrawComplete = windowManagerDrawComplete;
- }
- WindowManagerPolicy.$metadata$ = {kind: Kind_CLASS, simpleName: 'WindowManagerPolicy', interfaces: []};
- WindowManagerPolicy.prototype.component1 = function () {
- return this.focusedAppToken;
- };
- WindowManagerPolicy.prototype.component2 = function () {
- return this.forceStatusBar;
- };
- WindowManagerPolicy.prototype.component3 = function () {
- return this.forceStatusBarFromKeyguard;
- };
- WindowManagerPolicy.prototype.component4 = function () {
- return this.keyguardDrawComplete;
- };
- WindowManagerPolicy.prototype.component5 = function () {
- return this.keyguardOccluded;
- };
- WindowManagerPolicy.prototype.component6 = function () {
- return this.keyguardOccludedChanged;
- };
- WindowManagerPolicy.prototype.component7 = function () {
- return this.keyguardOccludedPending;
- };
- WindowManagerPolicy.prototype.component8 = function () {
- return this.lastSystemUiFlags;
- };
- WindowManagerPolicy.prototype.component9 = function () {
- return this.orientation;
- };
- WindowManagerPolicy.prototype.component10 = function () {
- return this.rotation;
- };
- WindowManagerPolicy.prototype.component11 = function () {
- return this.rotationMode;
- };
- WindowManagerPolicy.prototype.component12 = function () {
- return this.screenOnFully;
- };
- WindowManagerPolicy.prototype.component13 = function () {
- return this.windowManagerDrawComplete;
- };
- WindowManagerPolicy.prototype.copy_ujca7y$ = function (focusedAppToken, forceStatusBar, forceStatusBarFromKeyguard, keyguardDrawComplete, keyguardOccluded, keyguardOccludedChanged, keyguardOccludedPending, lastSystemUiFlags, orientation, rotation, rotationMode, screenOnFully, windowManagerDrawComplete) {
- return new WindowManagerPolicy(focusedAppToken === void 0 ? this.focusedAppToken : focusedAppToken, forceStatusBar === void 0 ? this.forceStatusBar : forceStatusBar, forceStatusBarFromKeyguard === void 0 ? this.forceStatusBarFromKeyguard : forceStatusBarFromKeyguard, keyguardDrawComplete === void 0 ? this.keyguardDrawComplete : keyguardDrawComplete, keyguardOccluded === void 0 ? this.keyguardOccluded : keyguardOccluded, keyguardOccludedChanged === void 0 ? this.keyguardOccludedChanged : keyguardOccludedChanged, keyguardOccludedPending === void 0 ? this.keyguardOccludedPending : keyguardOccludedPending, lastSystemUiFlags === void 0 ? this.lastSystemUiFlags : lastSystemUiFlags, orientation === void 0 ? this.orientation : orientation, rotation === void 0 ? this.rotation : rotation, rotationMode === void 0 ? this.rotationMode : rotationMode, screenOnFully === void 0 ? this.screenOnFully : screenOnFully, windowManagerDrawComplete === void 0 ? this.windowManagerDrawComplete : windowManagerDrawComplete);
- };
- WindowManagerPolicy.prototype.toString = function () {
- return 'WindowManagerPolicy(focusedAppToken=' + Kotlin.toString(this.focusedAppToken) + (', forceStatusBar=' + Kotlin.toString(this.forceStatusBar)) + (', forceStatusBarFromKeyguard=' + Kotlin.toString(this.forceStatusBarFromKeyguard)) + (', keyguardDrawComplete=' + Kotlin.toString(this.keyguardDrawComplete)) + (', keyguardOccluded=' + Kotlin.toString(this.keyguardOccluded)) + (', keyguardOccludedChanged=' + Kotlin.toString(this.keyguardOccludedChanged)) + (', keyguardOccludedPending=' + Kotlin.toString(this.keyguardOccludedPending)) + (', lastSystemUiFlags=' + Kotlin.toString(this.lastSystemUiFlags)) + (', orientation=' + Kotlin.toString(this.orientation)) + (', rotation=' + Kotlin.toString(this.rotation)) + (', rotationMode=' + Kotlin.toString(this.rotationMode)) + (', screenOnFully=' + Kotlin.toString(this.screenOnFully)) + (', windowManagerDrawComplete=' + Kotlin.toString(this.windowManagerDrawComplete)) + ')';
- };
- WindowManagerPolicy.prototype.hashCode = function () {
- var result = 0;
- result = result * 31 + Kotlin.hashCode(this.focusedAppToken) | 0;
- result = result * 31 + Kotlin.hashCode(this.forceStatusBar) | 0;
- result = result * 31 + Kotlin.hashCode(this.forceStatusBarFromKeyguard) | 0;
- result = result * 31 + Kotlin.hashCode(this.keyguardDrawComplete) | 0;
- result = result * 31 + Kotlin.hashCode(this.keyguardOccluded) | 0;
- result = result * 31 + Kotlin.hashCode(this.keyguardOccludedChanged) | 0;
- result = result * 31 + Kotlin.hashCode(this.keyguardOccludedPending) | 0;
- result = result * 31 + Kotlin.hashCode(this.lastSystemUiFlags) | 0;
- result = result * 31 + Kotlin.hashCode(this.orientation) | 0;
- result = result * 31 + Kotlin.hashCode(this.rotation) | 0;
- result = result * 31 + Kotlin.hashCode(this.rotationMode) | 0;
- result = result * 31 + Kotlin.hashCode(this.screenOnFully) | 0;
- result = result * 31 + Kotlin.hashCode(this.windowManagerDrawComplete) | 0;
- return result;
- };
- WindowManagerPolicy.prototype.equals = function (other) {
- return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.focusedAppToken, other.focusedAppToken) && Kotlin.equals(this.forceStatusBar, other.forceStatusBar) && Kotlin.equals(this.forceStatusBarFromKeyguard, other.forceStatusBarFromKeyguard) && Kotlin.equals(this.keyguardDrawComplete, other.keyguardDrawComplete) && Kotlin.equals(this.keyguardOccluded, other.keyguardOccluded) && Kotlin.equals(this.keyguardOccludedChanged, other.keyguardOccludedChanged) && Kotlin.equals(this.keyguardOccludedPending, other.keyguardOccludedPending) && Kotlin.equals(this.lastSystemUiFlags, other.lastSystemUiFlags) && Kotlin.equals(this.orientation, other.orientation) && Kotlin.equals(this.rotation, other.rotation) && Kotlin.equals(this.rotationMode, other.rotationMode) && Kotlin.equals(this.screenOnFully, other.screenOnFully) && Kotlin.equals(this.windowManagerDrawComplete, other.windowManagerDrawComplete)))));
- };
- function WindowState(attributes, displayId, stackId, layer, isSurfaceShown, windowType, requestedSize, surfacePosition, _frame, _containingFrame, _parentFrame, _contentFrame, _contentInsets, _surfaceInsets, _givenContentInsets, _crop, windowContainer, isAppWindow) {
- WindowState$Companion_getInstance();
- WindowContainer_init(windowContainer, WindowState$Companion_getInstance().getWindowTitle_0(windowContainer.title), void 0, this);
- this.attributes = attributes;
- this.displayId = displayId;
- this.stackId = stackId;
- this.layer = layer;
- this.isSurfaceShown = isSurfaceShown;
- this.windowType = windowType;
- this.requestedSize = requestedSize;
- this.surfacePosition = surfacePosition;
- this.isAppWindow = isAppWindow;
- this.frame = _frame != null ? _frame : Rect$Companion_getInstance().EMPTY;
- this.containingFrame = _containingFrame != null ? _containingFrame : Rect$Companion_getInstance().EMPTY;
- this.parentFrame = _parentFrame != null ? _parentFrame : Rect$Companion_getInstance().EMPTY;
- this.contentFrame = _contentFrame != null ? _contentFrame : Rect$Companion_getInstance().EMPTY;
- this.contentInsets = _contentInsets != null ? _contentInsets : Rect$Companion_getInstance().EMPTY;
- this.surfaceInsets = _surfaceInsets != null ? _surfaceInsets : Rect$Companion_getInstance().EMPTY;
- this.givenContentInsets = _givenContentInsets != null ? _givenContentInsets : Rect$Companion_getInstance().EMPTY;
- this.crop = _crop != null ? _crop : Rect$Companion_getInstance().EMPTY;
- this.isStartingWindow = this.windowType === 1;
- this.isExitingWindow = this.windowType === 2;
- this.isDebuggerWindow = this.windowType === 3;
- this.isValidNavBarType = this.attributes.isValidNavBarType;
- this.frameRegion = Region_init_0(this.frame);
- }
- Object.defineProperty(WindowState.prototype, 'isVisible', {configurable: true, get: function () {
- return Kotlin.callGetter(this, WindowContainer.prototype, 'isVisible') && this.attributes.alpha > 0;
- }});
- Object.defineProperty(WindowState.prototype, 'isFullscreen', {configurable: true, get: function () {
- return (this.attributes.flags & 1024) > 0;
- }});
- WindowState.prototype.getWindowTypeSuffix_bkuzao$_0 = function (windowType) {
- switch (windowType) {
- case 1:
- return ' STARTING';
- case 2:
- return ' EXITING';
- case 3:
- return ' DEBUGGER';
- default:return '';
- }
- };
- WindowState.prototype.toString = function () {
- return toString(Kotlin.getKClassFromExpression(this).simpleName) + ': ' + ('{' + this.token + ' ' + this.title + this.getWindowTypeSuffix_bkuzao$_0(this.windowType) + '} ') + ('type=' + this.attributes.type + ' cf=' + this.containingFrame + ' pf=' + this.parentFrame);
- };
- WindowState.prototype.equals = function (other) {
- var tmp$, tmp$_0, tmp$_1;
- return Kotlin.isType(other, WindowState) && equals(other.stableId, this.stableId) && ((tmp$ = other.attributes) != null ? tmp$.equals(this.attributes) : null) && equals(other.token, this.token) && equals(other.title, this.title) && ((tmp$_0 = other.containingFrame) != null ? tmp$_0.equals(this.containingFrame) : null) && ((tmp$_1 = other.parentFrame) != null ? tmp$_1.equals(this.parentFrame) : null);
- };
- WindowState.prototype.hashCode = function () {
- var result = this.attributes.hashCode();
- result = (31 * result | 0) + this.displayId | 0;
- result = (31 * result | 0) + this.stackId | 0;
- result = (31 * result | 0) + this.layer | 0;
- result = (31 * result | 0) + hashCode(this.isSurfaceShown) | 0;
- result = (31 * result | 0) + this.windowType | 0;
- result = (31 * result | 0) + this.frame.hashCode() | 0;
- result = (31 * result | 0) + this.containingFrame.hashCode() | 0;
- result = (31 * result | 0) + this.parentFrame.hashCode() | 0;
- result = (31 * result | 0) + this.contentFrame.hashCode() | 0;
- result = (31 * result | 0) + this.contentInsets.hashCode() | 0;
- result = (31 * result | 0) + this.surfaceInsets.hashCode() | 0;
- result = (31 * result | 0) + this.givenContentInsets.hashCode() | 0;
- result = (31 * result | 0) + this.crop.hashCode() | 0;
- result = (31 * result | 0) + hashCode(this.isAppWindow) | 0;
- result = (31 * result | 0) + hashCode(this.isStartingWindow) | 0;
- result = (31 * result | 0) + hashCode(this.isExitingWindow) | 0;
- result = (31 * result | 0) + hashCode(this.isDebuggerWindow) | 0;
- result = (31 * result | 0) + hashCode(this.isValidNavBarType) | 0;
- result = (31 * result | 0) + this.frameRegion.hashCode() | 0;
- return result;
- };
- function WindowState$Companion() {
- WindowState$Companion_instance = this;
- this.FLAG_FULLSCREEN_0 = 1024;
- this.WINDOW_TYPE_STARTING_8be2vx$ = 1;
- this.WINDOW_TYPE_EXITING_8be2vx$ = 2;
- this.WINDOW_TYPE_DEBUGGER_0 = 3;
- this.STARTING_WINDOW_PREFIX_8be2vx$ = 'Starting ';
- this.DEBUGGER_WINDOW_PREFIX_8be2vx$ = 'Waiting For Debugger: ';
- }
- WindowState$Companion.prototype.getWindowTitle_0 = function (title) {
- var tmp$;
- if (startsWith(title, this.STARTING_WINDOW_PREFIX_8be2vx$)) {
- tmp$ = title.substring(9);
- } else if (startsWith(title, this.DEBUGGER_WINDOW_PREFIX_8be2vx$)) {
- tmp$ = title.substring(22);
- } else
- tmp$ = title;
- return tmp$;
- };
- WindowState$Companion.$metadata$ = {kind: Kind_OBJECT, simpleName: 'Companion', interfaces: []};
- var WindowState$Companion_instance = null;
- function WindowState$Companion_getInstance() {
- if (WindowState$Companion_instance === null) {
- new WindowState$Companion();
- }return WindowState$Companion_instance;
- }
- WindowState.$metadata$ = {kind: Kind_CLASS, simpleName: 'WindowState', interfaces: [WindowContainer]};
- function WindowToken(windowContainer) {
- WindowContainer_init(windowContainer, void 0, void 0, this);
- }
- Object.defineProperty(WindowToken.prototype, 'isVisible', {configurable: true, get: function () {
- return false;
- }});
- WindowToken.prototype.toString = function () {
- return toString(Kotlin.getKClassFromExpression(this).simpleName) + ': {' + this.token + ' ' + this.title + '}';
- };
- WindowToken.$metadata$ = {kind: Kind_CLASS, simpleName: 'WindowToken', interfaces: [WindowContainer]};
- Object.defineProperty(Bounds, 'Companion', {get: Bounds$Companion_getInstance});
- var package$com = _.com || (_.com = {});
- var package$android = package$com.android || (package$com.android = {});
- var package$server = package$android.server || (package$android.server = {});
- var package$wm = package$server.wm || (package$server.wm = {});
- var package$traces = package$wm.traces || (package$wm.traces = {});
- var package$common = package$traces.common || (package$traces.common = {});
- package$common.Bounds = Bounds;
- Object.defineProperty(Buffer, 'Companion', {get: Buffer$Companion_getInstance});
- package$common.Buffer = Buffer;
- Object.defineProperty(Color, 'Companion', {get: Color$Companion_getInstance});
- package$common.Color = Color;
- package$common.prettyTimestamp_8e33dg$ = prettyTimestamp;
- Object.defineProperty(package$common, 'FloatFormatter', {get: FloatFormatter_getInstance});
- package$common.ITrace = ITrace;
- package$common.ITraceEntry = ITraceEntry;
- Object.defineProperty(Point, 'Companion', {get: Point$Companion_getInstance});
- package$common.Point = Point;
- Object.defineProperty(Rect, 'Companion', {get: Rect$Companion_getInstance});
- package$common.Rect = Rect;
- Object.defineProperty(RectF, 'Companion', {get: RectF$Companion_getInstance});
- package$common.RectF = RectF;
- Object.defineProperty(Region, 'Companion', {get: Region$Companion_getInstance});
- package$common.Region_init_tjonv8$ = Region_init;
- package$common.Region_init_2duk81$ = Region_init_0;
- package$common.Region_init_2w7cpz$ = Region_init_1;
- package$common.Region_init = Region_init_2;
- package$common.Region = Region;
- var package$layers = package$common.layers || (package$common.layers = {});
- package$layers.Layer = Layer;
- package$layers.LayerTraceEntry = LayerTraceEntry;
- package$layers.LayerTraceEntryBuilder = LayerTraceEntryBuilder;
- package$layers.LayersTrace_init_zbopxu$ = LayersTrace_init;
- package$layers.LayersTrace = LayersTrace;
- Transform.Matrix = Transform$Matrix;
- Object.defineProperty(Transform, 'Companion', {get: Transform$Companion_getInstance});
- package$layers.Transform = Transform;
- $$importsForInline$$.flicker = _;
- Object.defineProperty(WindowManagerState, 'Companion', {get: WindowManagerState$Companion_getInstance});
- var package$windowmanager = package$common.windowmanager || (package$common.windowmanager = {});
- package$windowmanager.WindowManagerState = WindowManagerState;
- package$windowmanager.WindowManagerTrace = WindowManagerTrace;
- var package$windows = package$windowmanager.windows || (package$windowmanager.windows = {});
- package$windows.Activity = Activity;
- package$windows.Configuration = Configuration;
- package$windows.ConfigurationContainer_init_tkz9tp$ = ConfigurationContainer_init;
- package$windows.ConfigurationContainer = ConfigurationContainer;
- package$windows.DisplayArea = DisplayArea;
- package$windows.DisplayContent = DisplayContent;
- package$windows.KeyguardControllerState = KeyguardControllerState;
- package$windows.RootWindowContainer = RootWindowContainer;
- package$windows.Task = Task;
- package$windows.TaskFragment = TaskFragment;
- package$windows.WindowConfiguration = WindowConfiguration;
- package$windows.WindowContainer_init_gdxafg$ = WindowContainer_init;
- package$windows.WindowContainer = WindowContainer;
- Object.defineProperty(WindowLayoutParams, 'Companion', {get: WindowLayoutParams$Companion_getInstance});
- package$windows.WindowLayoutParams = WindowLayoutParams;
- package$windows.WindowManagerPolicy = WindowManagerPolicy;
- Object.defineProperty(WindowState, 'Companion', {get: WindowState$Companion_getInstance});
- package$windows.WindowState = WindowState;
- package$windows.WindowToken = WindowToken;
- LayersTrace.prototype.getEntry_s8cxhz$ = ITrace.prototype.getEntry_s8cxhz$;
- LayersTrace.prototype.hasSource = ITrace.prototype.hasSource;
- WindowManagerTrace.prototype.getEntry_s8cxhz$ = ITrace.prototype.getEntry_s8cxhz$;
- WindowManagerTrace.prototype.hasSource = ITrace.prototype.hasSource;
- MILLISECOND_AS_NANOSECONDS = L1000000;
- SECOND_AS_NANOSECONDS = L1000000000;
- MINUTE_AS_NANOSECONDS = L60000000000;
- HOUR_AS_NANOSECONDS = L3600000000000;
- DAY_AS_NANOSECONDS = L86400000000000;
- return _;
-}(module.exports, __webpack_require__("cW0E")));
-
-//# sourceMappingURL=flicker.js.map
-
-
-/***/ }),
-
-/***/ "v1EG":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.key[data-v-ec8f5af2] {\n color: #4b4b4b;\n}\n.value[data-v-ec8f5af2] {\n color: #8A2BE2;\n}\n.value.null[data-v-ec8f5af2] {\n color: #e1e1e1;\n}\n.value.number[data-v-ec8f5af2] {\n color: #4c75fd;\n}\n.value.true[data-v-ec8f5af2] {\n color: #2ECC40;\n}\n.value.false[data-v-ec8f5af2] {\n color: #FF4136;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "vcB1":
-/***/ (function(module, exports, __webpack_require__) {
-
-// Imports
-var ___CSS_LOADER_API_IMPORT___ = __webpack_require__("JPst");
-exports = ___CSS_LOADER_API_IMPORT___(false);
-// Module
-exports.push([module.i, "\n.timelines-container[data-v-72921bb2] {\n display: flex;\n}\n.timelines-container .timelines-wrapper[data-v-72921bb2] {\n flex-grow: 1;\n cursor: crosshair;\n position: relative;\n}\n.timelines-wrapper[data-v-72921bb2] {\n overflow: hidden;\n}\n.selection[data-v-72921bb2], .selection-intent[data-v-72921bb2] {\n position: absolute;\n z-index: 100;\n background: rgba(255, 36, 36, 0.5);\n pointer-events: none;\n}\n.selection-intent[data-v-72921bb2] {\n top: 0;\n height: 100%;\n margin-left: -3px;\n border-left: 3px #1261A0 solid;\n border-right: 3px #1261A0 solid;\n}\n.timeline-icons[data-v-72921bb2] {\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n margin-left: 15px;\n}\n.trace-icon.disabled[data-v-72921bb2] {\n color: gray;\n}\n", ""]);
-// Exports
-module.exports = exports;
-
-
-/***/ }),
-
-/***/ "vf3C":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("Z6lP");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("9aaad94c", content, true, {});
-
-/***/ }),
-
-/***/ "w0eh":
-/***/ (function(module, exports) {
-
-module.exports = {
- "nested": {
- "com": {
- "nested": {
- "android": {
- "nested": {
- "internal": {
- "nested": {
- "protolog": {
- "options": {
- "java_multiple_files": true
- },
- "nested": {
- "ProtoLogMessage": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_LOCAL"
- },
- "fields": {
- "messageHash": {
- "type": "sfixed32",
- "id": 1
- },
- "elapsedRealtimeNanos": {
- "type": "fixed64",
- "id": 2
- },
- "strParams": {
- "rule": "repeated",
- "type": "string",
- "id": 3
- },
- "sint64Params": {
- "rule": "repeated",
- "type": "sint64",
- "id": 4
- },
- "doubleParams": {
- "rule": "repeated",
- "type": "double",
- "id": 5
- },
- "booleanParams": {
- "rule": "repeated",
- "type": "bool",
- "id": 6
- }
- }
- },
- "ProtoLogFileProto": {
- "options": {
- "(.android.msg_privacy).dest": "DEST_LOCAL"
- },
- "fields": {
- "magicNumber": {
- "type": "fixed64",
- "id": 1
- },
- "version": {
- "type": "string",
- "id": 2
- },
- "realTimeToElapsedTimeOffsetMillis": {
- "type": "fixed64",
- "id": 3
- },
- "log": {
- "rule": "repeated",
- "type": "ProtoLogMessage",
- "id": 4
- }
- },
- "nested": {
- "MagicNumber": {
- "values": {
- "INVALID": 0,
- "MAGIC_NUMBER_L": 1414484560,
- "MAGIC_NUMBER_H": 1196379215
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- },
- "android": {
- "options": {
- "java_package": "com.android.incident",
- "java_multiple_files": true
- },
- "nested": {
- "Destination": {
- "values": {
- "DEST_LOCAL": 0,
- "DEST_EXPLICIT": 100,
- "DEST_AUTOMATIC": 200,
- "DEST_UNSET": 255
- }
- },
- "PrivacyFlags": {
- "fields": {
- "dest": {
- "type": "Destination",
- "id": 1,
- "options": {
- "default": "DEST_UNSET"
- }
- },
- "patterns": {
- "rule": "repeated",
- "type": "string",
- "id": 2
- }
- }
- },
- "privacy": {
- "type": "PrivacyFlags",
- "id": 102672883,
- "extend": "google.protobuf.FieldOptions"
- },
- "msgPrivacy": {
- "type": "PrivacyFlags",
- "id": 102672883,
- "extend": "google.protobuf.MessageOptions"
- }
- }
- },
- "google": {
- "nested": {
- "protobuf": {
- "options": {
- "go_package": "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor",
- "java_package": "com.google.protobuf",
- "java_outer_classname": "DescriptorProtos",
- "csharp_namespace": "Google.Protobuf.Reflection",
- "objc_class_prefix": "GPB",
- "cc_enable_arenas": true,
- "optimize_for": "SPEED"
- },
- "nested": {
- "FileDescriptorSet": {
- "fields": {
- "file": {
- "rule": "repeated",
- "type": "FileDescriptorProto",
- "id": 1
- }
- }
- },
- "FileDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "package": {
- "type": "string",
- "id": 2
- },
- "dependency": {
- "rule": "repeated",
- "type": "string",
- "id": 3
- },
- "publicDependency": {
- "rule": "repeated",
- "type": "int32",
- "id": 10,
- "options": {
- "packed": false
- }
- },
- "weakDependency": {
- "rule": "repeated",
- "type": "int32",
- "id": 11,
- "options": {
- "packed": false
- }
- },
- "messageType": {
- "rule": "repeated",
- "type": "DescriptorProto",
- "id": 4
- },
- "enumType": {
- "rule": "repeated",
- "type": "EnumDescriptorProto",
- "id": 5
- },
- "service": {
- "rule": "repeated",
- "type": "ServiceDescriptorProto",
- "id": 6
- },
- "extension": {
- "rule": "repeated",
- "type": "FieldDescriptorProto",
- "id": 7
- },
- "options": {
- "type": "FileOptions",
- "id": 8
- },
- "sourceCodeInfo": {
- "type": "SourceCodeInfo",
- "id": 9
- },
- "syntax": {
- "type": "string",
- "id": 12
- }
- }
- },
- "DescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "field": {
- "rule": "repeated",
- "type": "FieldDescriptorProto",
- "id": 2
- },
- "extension": {
- "rule": "repeated",
- "type": "FieldDescriptorProto",
- "id": 6
- },
- "nestedType": {
- "rule": "repeated",
- "type": "DescriptorProto",
- "id": 3
- },
- "enumType": {
- "rule": "repeated",
- "type": "EnumDescriptorProto",
- "id": 4
- },
- "extensionRange": {
- "rule": "repeated",
- "type": "ExtensionRange",
- "id": 5
- },
- "oneofDecl": {
- "rule": "repeated",
- "type": "OneofDescriptorProto",
- "id": 8
- },
- "options": {
- "type": "MessageOptions",
- "id": 7
- },
- "reservedRange": {
- "rule": "repeated",
- "type": "ReservedRange",
- "id": 9
- },
- "reservedName": {
- "rule": "repeated",
- "type": "string",
- "id": 10
- }
- },
- "nested": {
- "ExtensionRange": {
- "fields": {
- "start": {
- "type": "int32",
- "id": 1
- },
- "end": {
- "type": "int32",
- "id": 2
- },
- "options": {
- "type": "ExtensionRangeOptions",
- "id": 3
- }
- }
- },
- "ReservedRange": {
- "fields": {
- "start": {
- "type": "int32",
- "id": 1
- },
- "end": {
- "type": "int32",
- "id": 2
- }
- }
- }
- }
- },
- "ExtensionRangeOptions": {
- "fields": {
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "FieldDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "number": {
- "type": "int32",
- "id": 3
- },
- "label": {
- "type": "Label",
- "id": 4
- },
- "type": {
- "type": "Type",
- "id": 5
- },
- "typeName": {
- "type": "string",
- "id": 6
- },
- "extendee": {
- "type": "string",
- "id": 2
- },
- "defaultValue": {
- "type": "string",
- "id": 7
- },
- "oneofIndex": {
- "type": "int32",
- "id": 9
- },
- "jsonName": {
- "type": "string",
- "id": 10
- },
- "options": {
- "type": "FieldOptions",
- "id": 8
- }
- },
- "nested": {
- "Type": {
- "values": {
- "TYPE_DOUBLE": 1,
- "TYPE_FLOAT": 2,
- "TYPE_INT64": 3,
- "TYPE_UINT64": 4,
- "TYPE_INT32": 5,
- "TYPE_FIXED64": 6,
- "TYPE_FIXED32": 7,
- "TYPE_BOOL": 8,
- "TYPE_STRING": 9,
- "TYPE_GROUP": 10,
- "TYPE_MESSAGE": 11,
- "TYPE_BYTES": 12,
- "TYPE_UINT32": 13,
- "TYPE_ENUM": 14,
- "TYPE_SFIXED32": 15,
- "TYPE_SFIXED64": 16,
- "TYPE_SINT32": 17,
- "TYPE_SINT64": 18
- }
- },
- "Label": {
- "values": {
- "LABEL_OPTIONAL": 1,
- "LABEL_REQUIRED": 2,
- "LABEL_REPEATED": 3
- }
- }
- }
- },
- "OneofDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "options": {
- "type": "OneofOptions",
- "id": 2
- }
- }
- },
- "EnumDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "value": {
- "rule": "repeated",
- "type": "EnumValueDescriptorProto",
- "id": 2
- },
- "options": {
- "type": "EnumOptions",
- "id": 3
- },
- "reservedRange": {
- "rule": "repeated",
- "type": "EnumReservedRange",
- "id": 4
- },
- "reservedName": {
- "rule": "repeated",
- "type": "string",
- "id": 5
- }
- },
- "nested": {
- "EnumReservedRange": {
- "fields": {
- "start": {
- "type": "int32",
- "id": 1
- },
- "end": {
- "type": "int32",
- "id": 2
- }
- }
- }
- }
- },
- "EnumValueDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "number": {
- "type": "int32",
- "id": 2
- },
- "options": {
- "type": "EnumValueOptions",
- "id": 3
- }
- }
- },
- "ServiceDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "method": {
- "rule": "repeated",
- "type": "MethodDescriptorProto",
- "id": 2
- },
- "options": {
- "type": "ServiceOptions",
- "id": 3
- }
- }
- },
- "MethodDescriptorProto": {
- "fields": {
- "name": {
- "type": "string",
- "id": 1
- },
- "inputType": {
- "type": "string",
- "id": 2
- },
- "outputType": {
- "type": "string",
- "id": 3
- },
- "options": {
- "type": "MethodOptions",
- "id": 4
- },
- "clientStreaming": {
- "type": "bool",
- "id": 5,
- "options": {
- "default": false
- }
- },
- "serverStreaming": {
- "type": "bool",
- "id": 6,
- "options": {
- "default": false
- }
- }
- }
- },
- "FileOptions": {
- "fields": {
- "javaPackage": {
- "type": "string",
- "id": 1
- },
- "javaOuterClassname": {
- "type": "string",
- "id": 8
- },
- "javaMultipleFiles": {
- "type": "bool",
- "id": 10,
- "options": {
- "default": false
- }
- },
- "javaGenerateEqualsAndHash": {
- "type": "bool",
- "id": 20,
- "options": {
- "deprecated": true
- }
- },
- "javaStringCheckUtf8": {
- "type": "bool",
- "id": 27,
- "options": {
- "default": false
- }
- },
- "optimizeFor": {
- "type": "OptimizeMode",
- "id": 9,
- "options": {
- "default": "SPEED"
- }
- },
- "goPackage": {
- "type": "string",
- "id": 11
- },
- "ccGenericServices": {
- "type": "bool",
- "id": 16,
- "options": {
- "default": false
- }
- },
- "javaGenericServices": {
- "type": "bool",
- "id": 17,
- "options": {
- "default": false
- }
- },
- "pyGenericServices": {
- "type": "bool",
- "id": 18,
- "options": {
- "default": false
- }
- },
- "phpGenericServices": {
- "type": "bool",
- "id": 42,
- "options": {
- "default": false
- }
- },
- "deprecated": {
- "type": "bool",
- "id": 23,
- "options": {
- "default": false
- }
- },
- "ccEnableArenas": {
- "type": "bool",
- "id": 31,
- "options": {
- "default": false
- }
- },
- "objcClassPrefix": {
- "type": "string",
- "id": 36
- },
- "csharpNamespace": {
- "type": "string",
- "id": 37
- },
- "swiftPrefix": {
- "type": "string",
- "id": 39
- },
- "phpClassPrefix": {
- "type": "string",
- "id": 40
- },
- "phpNamespace": {
- "type": "string",
- "id": 41
- },
- "phpMetadataNamespace": {
- "type": "string",
- "id": 44
- },
- "rubyPackage": {
- "type": "string",
- "id": 45
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 38,
- 38
- ]
- ],
- "nested": {
- "OptimizeMode": {
- "values": {
- "SPEED": 1,
- "CODE_SIZE": 2,
- "LITE_RUNTIME": 3
- }
- }
- }
- },
- "MessageOptions": {
- "fields": {
- "messageSetWireFormat": {
- "type": "bool",
- "id": 1,
- "options": {
- "default": false
- }
- },
- "noStandardDescriptorAccessor": {
- "type": "bool",
- "id": 2,
- "options": {
- "default": false
- }
- },
- "deprecated": {
- "type": "bool",
- "id": 3,
- "options": {
- "default": false
- }
- },
- "mapEntry": {
- "type": "bool",
- "id": 7
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 8,
- 8
- ],
- [
- 9,
- 9
- ]
- ]
- },
- "FieldOptions": {
- "fields": {
- "ctype": {
- "type": "CType",
- "id": 1,
- "options": {
- "default": "STRING"
- }
- },
- "packed": {
- "type": "bool",
- "id": 2
- },
- "jstype": {
- "type": "JSType",
- "id": 6,
- "options": {
- "default": "JS_NORMAL"
- }
- },
- "lazy": {
- "type": "bool",
- "id": 5,
- "options": {
- "default": false
- }
- },
- "deprecated": {
- "type": "bool",
- "id": 3,
- "options": {
- "default": false
- }
- },
- "weak": {
- "type": "bool",
- "id": 10,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 4,
- 4
- ]
- ],
- "nested": {
- "CType": {
- "values": {
- "STRING": 0,
- "CORD": 1,
- "STRING_PIECE": 2
- }
- },
- "JSType": {
- "values": {
- "JS_NORMAL": 0,
- "JS_STRING": 1,
- "JS_NUMBER": 2
- }
- }
- }
- },
- "OneofOptions": {
- "fields": {
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "EnumOptions": {
- "fields": {
- "allowAlias": {
- "type": "bool",
- "id": 2
- },
- "deprecated": {
- "type": "bool",
- "id": 3,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "reserved": [
- [
- 5,
- 5
- ]
- ]
- },
- "EnumValueOptions": {
- "fields": {
- "deprecated": {
- "type": "bool",
- "id": 1,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "ServiceOptions": {
- "fields": {
- "deprecated": {
- "type": "bool",
- "id": 33,
- "options": {
- "default": false
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- },
- "MethodOptions": {
- "fields": {
- "deprecated": {
- "type": "bool",
- "id": 33,
- "options": {
- "default": false
- }
- },
- "idempotencyLevel": {
- "type": "IdempotencyLevel",
- "id": 34,
- "options": {
- "default": "IDEMPOTENCY_UNKNOWN"
- }
- },
- "uninterpretedOption": {
- "rule": "repeated",
- "type": "UninterpretedOption",
- "id": 999
- }
- },
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ],
- "nested": {
- "IdempotencyLevel": {
- "values": {
- "IDEMPOTENCY_UNKNOWN": 0,
- "NO_SIDE_EFFECTS": 1,
- "IDEMPOTENT": 2
- }
- }
- }
- },
- "UninterpretedOption": {
- "fields": {
- "name": {
- "rule": "repeated",
- "type": "NamePart",
- "id": 2
- },
- "identifierValue": {
- "type": "string",
- "id": 3
- },
- "positiveIntValue": {
- "type": "uint64",
- "id": 4
- },
- "negativeIntValue": {
- "type": "int64",
- "id": 5
- },
- "doubleValue": {
- "type": "double",
- "id": 6
- },
- "stringValue": {
- "type": "bytes",
- "id": 7
- },
- "aggregateValue": {
- "type": "string",
- "id": 8
- }
- },
- "nested": {
- "NamePart": {
- "fields": {
- "namePart": {
- "rule": "required",
- "type": "string",
- "id": 1
- },
- "isExtension": {
- "rule": "required",
- "type": "bool",
- "id": 2
- }
- }
- }
- }
- },
- "SourceCodeInfo": {
- "fields": {
- "location": {
- "rule": "repeated",
- "type": "Location",
- "id": 1
- }
- },
- "nested": {
- "Location": {
- "fields": {
- "path": {
- "rule": "repeated",
- "type": "int32",
- "id": 1
- },
- "span": {
- "rule": "repeated",
- "type": "int32",
- "id": 2
- },
- "leadingComments": {
- "type": "string",
- "id": 3
- },
- "trailingComments": {
- "type": "string",
- "id": 4
- },
- "leadingDetachedComments": {
- "rule": "repeated",
- "type": "string",
- "id": 6
- }
- }
- }
- }
- },
- "GeneratedCodeInfo": {
- "fields": {
- "annotation": {
- "rule": "repeated",
- "type": "Annotation",
- "id": 1
- }
- },
- "nested": {
- "Annotation": {
- "fields": {
- "path": {
- "rule": "repeated",
- "type": "int32",
- "id": 1
- },
- "sourceFile": {
- "type": "string",
- "id": 2
- },
- "begin": {
- "type": "int32",
- "id": 3
- },
- "end": {
- "type": "int32",
- "id": 4
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
-}
-
-/***/ }),
-
-/***/ "wRAm":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("v1EG");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("638ce638", content, true, {});
-
-/***/ }),
-
-/***/ "wWME":
-/***/ (function(module, exports, __webpack_require__) {
-
-// style-loader: Adds some css to the DOM by adding a <style> tag
-
-// load the styles
-var content = __webpack_require__("QUHa");
-if(content.__esModule) content = content.default;
-if(typeof content === 'string') content = [[module.i, content, '']];
-if(content.locals) module.exports = content.locals;
-// add the styles to the DOM
-var add = __webpack_require__("SZ7m").default
-var update = add("38f18133", content, true, {});
-
-/***/ })
-
-},[["Vtdi",0,13,22,20,23,25,3,4,6,7,8,9,10,11,12,15,16,17,19,21,18,24]]]);</script></body>
+!function(t,i){e.exports=i(n(15))}(0,function(e){return function(e){function t(i){if(n[i])return n[i].exports;var r=n[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,i){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:i})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/",t(t.s=445)}([function(e,t){e.exports=function(e,t,n,i,r){var o,a=e=e||{},s=typeof e.default;"object"!==s&&"function"!==s||(o=e,a=e.default);var d="function"==typeof a?a.options:a;t&&(d.render=t.render,d.staticRenderFns=t.staticRenderFns),i&&(d._scopeId=i);var l;if(r?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),n&&n.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(r)},d._ssrRegister=l):n&&(l=n),l){var c=d.functional,m=c?d.render:d.beforeCreate;c?d.render=function(e,t){return l.call(t),m(e,t)}:d.beforeCreate=m?[].concat(m,l):[l]}return{esModule:o,exports:a,options:d}}},function(e,t,n){"use strict";function i(e){if(!e)return null;var t=e.mdTheme;return t||"md-theme"!==e.$options._componentTag||(t=e.mdName),t||i(e.$parent)}Object.defineProperty(t,"__esModule",{value:!0}),t.default={props:{mdTheme:String},computed:{mdEffectiveTheme:function(){return i(this)||this.$material.currentTheme},themeClass:function(){return this.$material.prefix+this.mdEffectiveTheme}},watch:{mdTheme:function(e){this.$material.useTheme(e)}},beforeMount:function(){var e=this.mdTheme;this.$material.useTheme(e||"default")}},e.exports=t.default},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t,n){e.exports=!n(5)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){var n=e.exports={version:"2.4.0"};"number"==typeof __e&&(__e=n)},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var i=n(25),r=n(14);e.exports=function(e){return i(r(e))}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){var i=n(13),r=n(31),o=n(27),a=Object.defineProperty;t.f=n(3)?Object.defineProperty:function(e,t,n){if(i(e),t=o(t,!0),i(n),r)try{return a(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var i=n(9),r=n(17);e.exports=n(3)?function(e,t,n){return i.f(e,t,r(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function e(t,n){return!(!t||!t.$el)&&0!==t._uid&&(t.$el.classList.contains(n)?t:e(t.$parent,n))};t.default=i,e.exports=t.default},function(e,t,n){var i=n(22)("wks"),r=n(20),o=n(2).Symbol,a="function"==typeof o;(e.exports=function(e){return i[e]||(i[e]=a&&o[e]||(a?o:r)("Symbol."+e))}).store=i},function(e,t,n){var i=n(6);e.exports=function(e){if(!i(e))throw TypeError(e+" is not an object!");return e}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){var n=Math.ceil,i=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?i:n)(e)}},function(e,t,n){var i=n(2),r=n(4),o=n(29),a=n(10),s=function(e,t,n){var d,l,c,m=e&s.F,u=e&s.G,p=e&s.S,f=e&s.P,h=e&s.B,g=e&s.W,v=u?r:r[t]||(r[t]={}),b=v.prototype,y=u?i:p?i[t]:(i[t]||{}).prototype;u&&(n=t);for(d in n)(l=!m&&y&&void 0!==y[d])&&d in v||(c=l?y[d]:n[d],v[d]=u&&"function"!=typeof y[d]?n[d]:h&&l?o(c,i):g&&y[d]==c?function(e){var t=function(t,n,i){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,i)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(c):f&&"function"==typeof c?o(Function.call,c):c,f&&((v.virtual||(v.virtual={}))[d]=c,e&s.R&&b&&!b[d]&&a(b,d,c)))};s.F=1,s.G=2,s.S=4,s.P=8,s.B=16,s.W=32,s.U=64,s.R=128,e.exports=s},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var i=n(30),r=n(23);e.exports=Object.keys||function(e){return i(e,r)}},function(e,t,n){var i=n(22)("keys"),r=n(20);e.exports=function(e){return i[e]||(i[e]=r(e))}},function(e,t){var n=0,i=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+i).toString(36))}},function(e,t,n){var i=n(14);e.exports=function(e){return Object(i(e))}},function(e,t,n){var i=n(2),r=i["__core-js_shared__"]||(i["__core-js_shared__"]={});e.exports=function(e){return r[e]||(r[e]={})}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var i=n(24);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==i(e)?e.split(""):Object(e)}},function(e,t,n){var i=n(6),r=n(2).document,o=i(r)&&i(r.createElement);e.exports=function(e){return o?r.createElement(e):{}}},function(e,t,n){var i=n(6);e.exports=function(e,t){if(!i(e))return e;var n,r;if(t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;if("function"==typeof(n=e.valueOf)&&!i(r=n.call(e)))return r;if(!t&&"function"==typeof(n=e.toString)&&!i(r=n.call(e)))return r;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var i=n(15),r=Math.min;e.exports=function(e){return e>0?r(i(e),9007199254740991):0}},function(e,t,n){var i=n(35);e.exports=function(e,t,n){if(i(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,i){return e.call(t,n,i)};case 3:return function(n,i,r){return e.call(t,n,i,r)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var i=n(8),r=n(7),o=n(33)(!1),a=n(19)("IE_PROTO");e.exports=function(e,t){var n,s=r(e),d=0,l=[];for(n in s)n!=a&&i(s,n)&&l.push(n);for(;t.length>d;)i(s,n=t[d++])&&(~o(l,n)||l.push(n));return l}},function(e,t,n){e.exports=!n(3)&&!n(5)(function(){return 7!=Object.defineProperty(n(26)("div"),"a",{get:function(){return 7}}).a})},function(e,t){e.exports={}},function(e,t,n){var i=n(7),r=n(28),o=n(34);e.exports=function(e){return function(t,n,a){var s,d=i(t),l=r(d.length),c=o(a,l);if(e&&n!=n){for(;l>c;)if((s=d[c++])!=s)return!0}else for(;l>c;c++)if((e||c in d)&&d[c]===n)return e||c||0;return!e&&-1}}},function(e,t,n){var i=n(15),r=Math.max,o=Math.min;e.exports=function(e,t){return e=i(e),e<0?r(e+t,0):o(e,t)}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(){return Math.random().toString(36).slice(4)};t.default=i,e.exports=t.default},function(e,t,n){var i=n(9).f,r=n(8),o=n(12)("toStringTag");e.exports=function(e,t,n){e&&!r(e=n?e:e.prototype,o)&&i(e,o,{configurable:!0,value:t})}},function(e,t,n){e.exports={default:n(45),__esModule:!0}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t){e.exports=!0},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=document.createElement("span"),t={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(var n in t)if(void 0!==e.style[n])return t[n]}(),e.exports=t.default},function(e,t,n){"use strict";var i=n(40),r=n(16),o=n(49),a=n(10),s=n(8),d=n(32),l=n(52),c=n(37),m=n(55),u=n(12)("iterator"),p=!([].keys&&"next"in[].keys()),f=function(){return this};e.exports=function(e,t,n,h,g,v,b){l(n,t,h);var y,x,_,E=function(e){if(!p&&e in S)return S[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},w=t+" Iterator",A="values"==g,T=!1,S=e.prototype,O=S[u]||S["@@iterator"]||g&&S[g],C=O||E(g),R=g?A?E("entries"):C:void 0,M="Array"==t?S.entries||O:O;if(M&&(_=m(M.call(new e)))!==Object.prototype&&(c(_,w,!0),i||s(_,u)||a(_,u,f)),A&&O&&"values"!==O.name&&(T=!0,C=function(){return O.call(this)}),i&&!b||!p&&!T&&S[u]||a(S,u,C),d[t]=C,d[w]=f,g)if(y={values:A?C:E("values"),keys:v?C:E("keys"),entries:R},b)for(x in y)x in S||o(S,x,y[x]);else r(r.P+r.F*(p||T),t,y);return y}},function(e,t,n){e.exports={default:n(56),__esModule:!0}},function(e,t,n){n(46),e.exports=n(4).Object.keys},function(e,t,n){var i=n(21),r=n(18);n(47)("keys",function(){return function(e){return r(i(e))}})},function(e,t,n){var i=n(16),r=n(4),o=n(5);e.exports=function(e,t){var n=(r.Object||{})[e]||Object[e],a={};a[e]=t(n),i(i.S+i.F*o(function(){n(1)}),"Object",a)}},function(e,t,n){"use strict";var i=n(51)(!0);n(43)(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=i(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t,n){e.exports=n(10)},function(e,t,n){var i=n(13),r=n(53),o=n(23),a=n(19)("IE_PROTO"),s=function(){},d=function(){var e,t=n(26)("iframe"),i=o.length;for(t.style.display="none",n(54).appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write("<script>document.F=Object<\/script>"),e.close(),d=e.F;i--;)delete d.prototype[o[i]];return d()};e.exports=Object.create||function(e,t){var n;return null!==e?(s.prototype=i(e),n=new s,s.prototype=null,n[a]=e):n=d(),void 0===t?n:r(n,t)}},function(e,t,n){var i=n(15),r=n(14);e.exports=function(e){return function(t,n){var o,a,s=String(r(t)),d=i(n),l=s.length;return d<0||d>=l?e?"":void 0:(o=s.charCodeAt(d),o<55296||o>56319||d+1===l||(a=s.charCodeAt(d+1))<56320||a>57343?e?s.charAt(d):o:e?s.slice(d,d+2):a-56320+(o-55296<<10)+65536)}}},function(e,t,n){"use strict";var i=n(50),r=n(17),o=n(37),a={};n(10)(a,n(12)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=i(a,{next:r(1,n)}),o(e,t+" Iterator")}},function(e,t,n){var i=n(9),r=n(13),o=n(18);e.exports=n(3)?Object.defineProperties:function(e,t){r(e);for(var n,a=o(t),s=a.length,d=0;s>d;)i.f(e,n=a[d++],t[n]);return e}},function(e,t,n){e.exports=n(2).document&&document.documentElement},function(e,t,n){var i=n(8),r=n(21),o=n(19)("IE_PROTO"),a=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=r(e),i(e,o)?e[o]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?a:null}},function(e,t,n){n(57),e.exports=n(4).Object.assign},function(e,t,n){var i=n(16);i(i.S+i.F,"Object",{assign:n(58)})},function(e,t,n){"use strict";var i=n(18),r=n(41),o=n(39),a=n(21),s=n(25),d=Object.assign;e.exports=!d||n(5)(function(){var e={},t={},n=Symbol(),i="abcdefghijklmnopqrst";return e[n]=7,i.split("").forEach(function(e){t[e]=e}),7!=d({},e)[n]||Object.keys(d({},t)).join("")!=i})?function(e,t){for(var n=a(e),d=arguments.length,l=1,c=r.f,m=o.f;d>l;)for(var u,p=s(arguments[l++]),f=c?i(p).concat(c(p)):i(p),h=f.length,g=0;h>g;)m.call(p,u=f[g++])&&(n[u]=p[u]);return n}:d},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(e,t){var n=!1;return function(){n||(e.call(),n=!0,window.setTimeout(function(){n=!1},t))}};t.default=i,e.exports=t.default},function(e,t,n){var i=n(61),r=n(12)("iterator"),o=n(32);e.exports=n(4).getIteratorMethod=function(e){if(void 0!=e)return e[r]||e["@@iterator"]||o[i(e)]}},function(e,t,n){var i=n(24),r=n(12)("toStringTag"),o="Arguments"==i(function(){return arguments}()),a=function(e,t){try{return e[t]}catch(e){}};e.exports=function(e){var t,n,s;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=a(t=Object(e),r))?n:o?i(t):"Object"==(s=i(t))&&"function"==typeof t.callee?"Arguments":s}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={props:{value:[String,Number],debounce:{type:Number,default:100},disabled:Boolean,required:Boolean,maxlength:[Number,String],max:[Number,String],min:[Number,String],name:String,placeholder:String,readonly:Boolean},data:function(){return{timeout:0}},watch:{value:function(){this.updateValues()},disabled:function(){this.setParentDisabled()},required:function(){this.setParentRequired()},placeholder:function(){this.setParentPlaceholder()},maxlength:function(){this.handleMaxLength()},max:function(){this.handleMax()},min:function(){this.handleMin()}},methods:{handleMaxLength:function(){this.parentContainer.enableCounter=this.maxlength>0,this.parentContainer.counterLength=this.maxlength},handleMin:function(){this.parentContainer.min=this.min},handleMax:function(){this.parentContainer.min=this.max},lazyEventEmitter:function(){var e=this;this.timeout&&window.clearTimeout(this.timeout),this.timeout=window.setTimeout(function(){e.$emit("change",e.$el.value),e.$emit("input",e.$el.value)},this.debounce)},setParentValue:function(e){this.parentContainer.setValue(e||this.$el.value)},setParentDisabled:function(){this.parentContainer.isDisabled=this.disabled},setParentRequired:function(){this.parentContainer.isRequired=this.required},setParentPlaceholder:function(){this.parentContainer.hasPlaceholder=!!this.placeholder},updateValues:function(){var e=this;this.$nextTick(function(){var t=e.$el.value||e.value;e.setParentValue(t),e.parentContainer.inputLength=t?t.length:0})},onFocus:function(e){this.parentContainer&&(this.parentContainer.isFocused=!0),this.$emit("focus",this.$el.value,e)},onBlur:function(e){this.parentContainer.isFocused=!1,this.setParentValue(),this.$emit("blur",this.$el.value,e)},onInput:function(){this.updateValues(),this.lazyEventEmitter()}}},e.exports=t.default},function(e,t,n){t.f=n(12)},function(e,t,n){var i=n(2),r=n(4),o=n(40),a=n(63),s=n(9).f;e.exports=function(e){var t=r.Symbol||(r.Symbol=o?{}:i.Symbol||{});"_"==e.charAt(0)||e in t||s(t,e,{value:a.f(e)})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(e,t,n){var i=document.createElement("canvas");e.crossOrigin="Anonymous",e.onload=function(){var e=0,n=void 0,r=void 0,o=void 0,a=void 0,s=void 0,d=void 0,l=void 0;i.width=this.width,i.height=this.height,n=i.getContext("2d"),n.drawImage(this,0,0),r=n.getImageData(0,0,i.width,i.height),o=r.data;for(var c=0,m=o.length;c<m;c+=4)a=o[c],s=o[c+1],d=o[c+2],l=Math.floor((a+s+d)/3),e+=l;t(Math.floor(e/(this.width*this.height)))},e.onerror=n};t.default=i,e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var i=n(69),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default=function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return(0,r.default)(e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(e){return e&&e.constructor===Array};t.default=i,e.exports=t.default},function(e,t,n){n(76);for(var i=n(2),r=n(10),o=n(32),a=n(12)("toStringTag"),s=["NodeList","DOMTokenList","MediaList","StyleSheetList","CSSRuleList"],d=0;d<5;d++){var l=s[d],c=i[l],m=c&&c.prototype;m&&!m[a]&&r(m,a,l),o[l]=o.Array}},function(e,t,n){e.exports={default:n(70),__esModule:!0}},function(e,t,n){n(48),n(71),e.exports=n(4).Array.from},function(e,t,n){"use strict";var i=n(29),r=n(16),o=n(21),a=n(72),s=n(73),d=n(28),l=n(74),c=n(60);r(r.S+r.F*!n(75)(function(e){Array.from(e)}),"Array",{from:function(e){var t,n,r,m,u=o(e),p="function"==typeof this?this:Array,f=arguments.length,h=f>1?arguments[1]:void 0,g=void 0!==h,v=0,b=c(u);if(g&&(h=i(h,f>2?arguments[2]:void 0,2)),void 0==b||p==Array&&s(b))for(t=d(u.length),n=new p(t);t>v;v++)l(n,v,g?h(u[v],v):u[v]);else for(m=b.call(u),n=new p;!(r=m.next()).done;v++)l(n,v,g?a(m,h,[r.value,v],!0):r.value);return n.length=v,n}})},function(e,t,n){var i=n(13);e.exports=function(e,t,n,r){try{return r?t(i(n)[0],n[1]):t(n)}catch(t){var o=e.return;throw void 0!==o&&i(o.call(e)),t}}},function(e,t,n){var i=n(32),r=n(12)("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||o[r]===e)}},function(e,t,n){"use strict";var i=n(9),r=n(17);e.exports=function(e,t,n){t in e?i.f(e,t,r(0,n)):e[t]=n}},function(e,t,n){var i=n(12)("iterator"),r=!1;try{var o=[7][i]();o.return=function(){r=!0},Array.from(o,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!r)return!1;var n=!1;try{var o=[7],a=o[i]();a.next=function(){return{done:n=!0}},o[i]=function(){return a},e(o)}catch(e){}return n}},function(e,t,n){"use strict";var i=n(77),r=n(78),o=n(32),a=n(7);e.exports=n(43)(Array,"Array",function(e,t){this._t=a(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,r(1)):"keys"==t?r(0,n):"values"==t?r(0,e[n]):r(0,[n,e[n]])},"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},function(e,t){e.exports=function(){}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,n){var i=n(30),r=n(23).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return i(e,r)}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){if(r.installed)return void console.warn("Vue Material is already installed.");r.installed=!0,e.use(a.default),e.use(d.default),e.material.styles.push(c.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(81),a=i(o),s=n(87),d=i(s),l=n(92),c=i(l);n(93),e.exports=t.default},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){console.warn("The theme '"+e+"' doesn't exists. You need to register it first in order to use.")}function o(e,t,n,i){h.createNewStyleElement&&(e=_(e,t,n),e=e.replace(/THEME_NAME/g,i),(0,h.createNewStyleElement)(e,i))}function a(e){e.material=new e({data:{currentTheme:null,inkRipple:!0,prefix:"md-theme-",styles:[],themes:{default:b}},watch:{styles:function(){this.refreshInjectedStyles()}},methods:{registerPalette:function(e,t){c.default[e]=t},useTheme:function(e){if(!(e in x)){var t=this.themes[e];return t?(o(this.styles.join("\n"),t,e,this.prefix+e),x[e]=!0):r(e)}},refreshInjectedStyles:function(){var e=this,t=this.styles.join("\n"),n=this.prefix;(0,d.default)(x).forEach(function(i){var r=e.themes[i];o(t,r,i,n+i)})},registerTheme:function(e,t){var n=this;"string"==typeof e?this.themes[e]=t:(0,d.default)(e).forEach(function(t){return n.themes[t]=e[t]})},setCurrentTheme:function(e){if(e!==this.currentTheme){var t=this.prefix;this.useTheme(e),h.changeHtmlMetaColor&&(0,h.changeHtmlMetaColor)(y[e],t+e,t+this.currentTheme),this.currentTheme=e}}},created:function(){this.setCurrentTheme("default")}}),e.component("md-theme",f.default),e.prototype.$material=e.material}Object.defineProperty(t,"__esModule",{value:!0});var s=n(38),d=i(s);t.default=a;var l=n(82),c=i(l),m=n(83),u=i(m),p=n(84),f=i(p),h=n(86),g=["primary","accent","background","warn","hue-1","hue-2","hue-3"],v=new RegExp("("+g.join("|").toUpperCase()+")-(COLOR|CONTRAST)-?(A?\\d*)-?(\\d*\\.?\\d+)?","g"),b={primary:"indigo",accent:"pink",background:"white",warn:"deep-orange"},y={},x={},_=function(e,t,n){return e.replace(v,function(e,i,r,o,a){var s=void 0,d=0==+o?500:o;if(i=i.toLowerCase(),t[i]?"string"==typeof t[i]?s=c.default[t[i]]:(s=c.default[t[i].color]||c.default[b[i]],d=0==+o?t[i].hue:o):s=c.default[b[i]],"COLOR"===r){var l=c.default[t[i]];return d||l||("accent"===i?d="A200":"background"===i&&(d=50)),"primary"===i&&(y[n]=s[d]),a?(0,u.default)(s[d],a):s[d]}var m=s.darkText.indexOf(d)>=0;return t[i]&&"string"!=typeof t[i]&&t[i].textColor&&("black"===t[i].textColor?m=!0:"white"===t[i].textColor&&(m=!1)),m?a?(0,u.default)("#000",a):"rgba(0, 0, 0, .87)":a?(0,u.default)("#fff",a):"rgba(255, 255, 255, .87)"})};e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={red:{50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000",darkText:[50,100,200,300,"A100"]},pink:{50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162",darkText:[50,100,200,"A100"]},purple:{50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff",darkText:[50,100,200,"A100"]},"deep-purple":{50:"#ede7f6",100:"#d1c4e9",200:"#b39ddb",300:"#9575cd",400:"#7e57c2",500:"#673ab7",600:"#5e35b1",700:"#512da8",800:"#4527a0",900:"#311b92",A100:"#b388ff",A200:"#7c4dff",A400:"#651fff",A700:"#6200ea",darkText:[50,100,200,"A100"]},indigo:{50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe",darkText:[50,100,200,"A100"]},blue:{50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff",darkText:[50,100,200,300,400,"A100"]},"light-blue":{50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea",darkText:[50,100,200,300,400,500,"A100","A200","A300"]},cyan:{50:"#e0f7fa",100:"#b2ebf2",200:"#80deea",300:"#4dd0e1",400:"#26c6da",500:"#00bcd4",600:"#00acc1",700:"#0097a7",800:"#00838f",900:"#006064",A100:"#84ffff",A200:"#18ffff",A400:"#00e5ff",A700:"#00b8d4",darkText:[50,100,200,300,400,500,600,"A100","A200","A300","A400"]},teal:{50:"#e0f2f1",100:"#b2dfdb",200:"#80cbc4",300:"#4db6ac",400:"#26a69a",500:"#009688",600:"#00897b",700:"#00796b",800:"#00695c",900:"#004d40",A100:"#a7ffeb",A200:"#64ffda",A400:"#1de9b6",A700:"#00bfa5",darkText:[50,100,200,300,400,"A100","A200","A300","A400"]},green:{50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853",darkText:[50,100,200,300,400,500,"A100","A200","A300","A400"]},"light-green":{50:"#f1f8e9",100:"#dcedc8",200:"#c5e1a5",300:"#aed581",400:"#9ccc65",500:"#8bc34a",600:"#7cb342",700:"#689f38",800:"#558b2f",900:"#33691e",A100:"#ccff90",A200:"#b2ff59",A400:"#76ff03",A700:"#64dd17",darkText:[50,100,200,300,400,500,600,"A100","A200","A300","A400"]},lime:{50:"#f9fbe7",100:"#f0f4c3",200:"#e6ee9c",300:"#dce775",400:"#d4e157",500:"#cddc39",600:"#c0ca33",700:"#afb42b",800:"#9e9d24",900:"#827717",A100:"#f4ff81",A200:"#eeff41",A400:"#c6ff00",A700:"#aeea00",darkText:[50,100,200,300,400,500,600,700,800,"A100","A200","A300","A400"]},yellow:{50:"#fffde7",100:"#fff9c4",200:"#fff59d",300:"#fff176",400:"#ffee58",500:"#ffeb3b",600:"#fdd835",700:"#fbc02d",800:"#f9a825",900:"#f57f17",A100:"#ffff8d",A200:"#ffff00",A400:"#ffea00",A700:"#ffd600",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},amber:{50:"#fff8e1",100:"#ffecb3",200:"#ffe082",300:"#ffd54f",400:"#ffca28",500:"#ffc107",600:"#ffb300",700:"#ffa000",800:"#ff8f00",900:"#ff6f00",A100:"#ffe57f",A200:"#ffd740",A400:"#ffc400",A700:"#ffab00",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},orange:{50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00",darkText:[50,100,200,300,400,500,600,700,"A100","A200","A300","A400"]},"deep-orange":{50:"#fbe9e7",100:"#ffccbc",200:"#ffab91",300:"#ff8a65",400:"#ff7043",500:"#ff5722",600:"#f4511e",700:"#e64a19",800:"#d84315",900:"#bf360c",A100:"#ff9e80",A200:"#ff6e40",A400:"#ff3d00",A700:"#dd2c00",darkText:[50,100,200,300,400,"A100","A200"]},brown:{50:"#efebe9",100:"#d7ccc8",200:"#bcaaa4",300:"#a1887f",400:"#8d6e63",500:"#795548",600:"#6d4c41",700:"#5d4037",800:"#4e342e",900:"#3e2723",A100:"#d7ccc8",A200:"#bcaaa4",A400:"#8d6e63",A700:"#5d4037",darkText:[50,100,200,"A100","A200","A300","A400"]},grey:{50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#fff",A200:"#000000",A400:"#303030",A700:"#616161",darkText:[50,100,200,300,400,500,"A100"]},"blue-grey":{50:"#eceff1",100:"#cfd8dc",200:"#b0bec5",300:"#90a4ae",400:"#78909c",500:"#607d8b",600:"#546e7a",700:"#455a64",800:"#37474f",900:"#263238",A100:"#cfd8dc",A200:"#b0bec5",A400:"#78909c",A700:"#455a64",darkText:[50,100,200,300,"A100","A200","A300","A400"]},white:{50:"#fff",100:"#fff",200:"#fff",300:"#fff",400:"#fff",500:"#fff",600:"#fff",700:"#fff",800:"#fff",900:"#fff",A100:"#fff",A200:"#fff",A400:"#fff",A700:"#fff",darkText:[50,100,200,300,400,500,600,700,800,900,"A100","A200","A300","A400"]},black:{50:"#000",100:"#000",200:"#000",300:"#000",400:"#000",500:"#000",600:"#000",700:"#000",800:"#000",900:"#000",A100:"#000",A200:"#000",A400:"#000",A700:"#000",darkText:[]}},e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n="",i="",r="",o=e.toString().match(/^#?(([0-9a-zA-Z]{3}){1,3})$/);if(!o)throw new Error("Invalid color"+e);if(e=o[1],6===e.length)n=parseInt(e.substring(0,2),16),i=parseInt(e.substring(2,4),16),r=parseInt(e.substring(4,6),16);else if(3===e.length){var a=e.substring(0,1),s=e.substring(1,2),d=e.substring(2,3);n=parseInt(a+a,16),i=parseInt(s+s,16),r=parseInt(d+d,16)}return t?(t>1&&(t/=100),"rgba("+n+", "+i+", "+r+", "+t+")"):"rgb("+n+", "+i+", "+r+")"},e.exports=t.default},function(e,t,n){var i=n(0)(n(85),null,null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-theme",props:{mdTag:String,mdName:{type:String,default:"default"}},render:function(e){return this.mdTag||this.$slots.default.length>1?e(this.mdTag||"div",{staticClass:this.$material.prefix+this.mdName},this.$slots.default):this.$slots.default[0]},watch:{mdName:function(e){this.$material.useTheme(e)}},beforeMount:function(){var e=this.mdName;e&&this.$material.useTheme(e)}},e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.changeHtmlMetaColor=void 0,t.createNewStyleElement=void 0,"server"!==Object({NODE_ENV:"development"}).VUE_ENV&&(t.changeHtmlMetaColor=function(e,t,n){var i=document.querySelector('meta[name="theme-color"]');i?i.setAttribute("content",e):(i=document.createElement("meta"),i.setAttribute("name","theme-color"),i.setAttribute("content",e),document.head.appendChild(i)),document.body.classList.remove(n),document.body.classList.add(t)},t.createNewStyleElement=function(e,t){var n=document.head,i=n.querySelector("#"+t);if(i)i.textContent=e;else{var r=document.createElement("style");r.type="text/css",r.id=t,r.textContent=e,n.appendChild(r)}})},function(e,t,n){"use strict";function i(e){e.component("md-ink-ripple",o.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(88),o=function(e){return e&&e.__esModule?e:{default:e}}(r);e.exports=t.default},function(e,t,n){function i(e){n(89)}var r=n(0)(n(90),n(91),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(e,t,n){"start"===t?(e.addEventListener("mousedown",n),e.addEventListener("touchstart",n)):(e.addEventListener("mouseup",n),e.addEventListener("touchend",n))},r=function(e,t,n){"start"===t?(e.removeEventListener("mousedown",n),e.removeEventListener("touchstart",n)):(e.removeEventListener("mouseup",n),e.removeEventListener("touchend",n))};t.default={name:"md-ink-ripple",props:{mdDisabled:Boolean},data:function(){return{mounted:!1,rippleElement:null,parentElement:null,parentDimensions:{width:null,height:null,top:null,left:null},awaitingComplete:!1,hasCompleted:!1,fadeOut:!1,active:!1}},computed:{classes:function(){return{"md-fadeout":this.fadeOut,"md-active":this.active}},styles:function(){return{width:this.parentDimensions.width,height:this.parentDimensions.height,top:this.parentDimensions.top,left:this.parentDimensions.left}},disabled:function(){return this.mdDisabled||!this.$material.inkRipple}},watch:{disabled:function(e){e?this.destroy():this.init()}},methods:{checkAvailablePositions:function(e){return["relative","absolute","fixed"].indexOf(getComputedStyle(e).position)>-1},getClosestPositionedParent:function(e){var t=e&&e.parentNode;return!(!t||"body"===t.tagName.toLowerCase())&&(this.checkAvailablePositions(e)?e:this.getClosestPositionedParent(t))},getParentSize:function(){var e=this.parentElement;return Math.round(Math.max(e.offsetWidth,e.offsetHeight))+"px"},getClickPosition:function(e){if(this.$refs.ripple){var t=this.parentElement.getBoundingClientRect(),n=e.pageY,i=e.pageX;return"touchstart"===e.type&&(n=e.changedTouches[0].pageY,i=e.changedTouches[0].pageX),{top:n-t.top-this.$refs.ripple.offsetHeight/2-document.body.scrollTop+"px",left:i-t.left-this.$refs.ripple.offsetWidth/2-document.body.scrollLeft+"px"}}return!1},setDimensions:function(){var e=this.getParentSize();this.parentDimensions.width=e,this.parentDimensions.height=e},setPositions:function(e){var t=this.getClickPosition(e);t&&(this.parentDimensions.top=t.top,this.parentDimensions.left=t.left)},clearState:function(){this.active=!1,this.fadeOut=!1,this.hasCompleted=!1,this.setDimensions(),window.clearTimeout(this.awaitingComplete),r(document.body,"end",this.endRipple)},startRipple:function(e){var t=this;"touchstart"===e.type?this.previous.push("touch"):this.previous.push("mouse"),this.previous=this.previous.splice(this.previous.length-2,this.previous.length),this.previous.length>=2&&"touch"===this.previous[1]&&"mouse"===this.previous[0]||(this.clearState(),this.awaitingComplete=window.setTimeout(function(){t.hasCompleted=!0},400),i(document.body,"end",this.endRipple),this.$nextTick(function(){t.setPositions(e),t.active=!0}))},endRipple:function(){var e=this;this.hasCompleted?this.fadeOut=!0:this.awaitingComplete=window.setTimeout(function(){e.fadeOut=!0},200),r(document.body,"end",this.endRipple)},registerTriggerEvent:function(){i(this.parentElement,"start",this.startRipple)},unregisterTriggerEvent:function(){this.parentElement&&r(this.parentElement,"start",this.startRipple)},init:function(){this.rippleElement=this.$el,this.parentElement=this.getClosestPositionedParent(this.$el.parentNode),this.previous=["mouse"],this.parentElement?(this.rippleElement.parentNode.removeChild(this.rippleElement),this.parentElement.querySelectorAll(".md-ink-ripple").length>0?this.$destroy():(this.parentElement.appendChild(this.rippleElement),this.registerTriggerEvent(),this.setDimensions())):this.$destroy()},destroy:function(){this.rippleElement&&this.rippleElement.parentNode&&(this.unregisterTriggerEvent(),this.rippleElement.parentNode.removeChild(this.rippleElement))}},mounted:function(){var e=this;window.setTimeout(function(){e.disabled?e.destroy():e.init(),e.$nextTick(function(){e.mounted=!0})},100)},beforeDestroy:function(){this.destroy()}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.mounted||!e.disabled?n("div",{staticClass:"md-ink-ripple"},[n("div",{ref:"ripple",staticClass:"md-ripple",class:e.classes,style:e.styles})]):e._e()},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME :not(input):not(textarea)::selection{background:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME a:not(.md-button){color:ACCENT-COLOR}.THEME_NAME a:not(.md-button):hover{color:ACCENT-COLOR-800}body.THEME_NAME{background-color:BACKGROUND-COLOR;color:BACKGROUND-CONTRAST-0.87}.THEME_NAME .md-caption,.THEME_NAME .md-display-1,.THEME_NAME .md-display-2,.THEME_NAME .md-display-3,.THEME_NAME .md-display-4{color:BACKGROUND-CONTRAST-0.57}.THEME_NAME code:not(.hljs){background-color:ACCENT-COLOR-A100-0.2;color:ACCENT-COLOR-800}\n"},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-avatar",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(95),a=i(o),s=n(99),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(96)}var r=n(0)(n(97),n(98),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-avatar",mixins:[r.default]},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-avatar",class:[e.themeClass]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-avatar.md-primary.md-avatar-icon{background-color:PRIMARY-COLOR}.THEME_NAME.md-avatar.md-primary.md-avatar-icon .md-icon{color:PRIMARY-CONTRAST-0.99999}.THEME_NAME.md-avatar.md-accent.md-avatar-icon{background-color:ACCENT-COLOR}.THEME_NAME.md-avatar.md-accent.md-avatar-icon .md-icon{color:ACCENT-CONTRAST-0.99999}.THEME_NAME.md-avatar.md-warn.md-avatar-icon{background-color:WARN-COLOR}.THEME_NAME.md-avatar.md-warn.md-avatar-icon .md-icon{color:WARN-CONTRAST-0.99999}\n"},function(e,t,n){"use strict";function i(e){e.component("md-backdrop",o.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(101),o=function(e){return e&&e.__esModule?e:{default:e}}(r);e.exports=t.default},function(e,t,n){function i(e){n(102)}var r=n(0)(n(103),n(104),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-backdrop",methods:{close:function(){this.$emit("close")}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-backdrop",on:{click:e.close,keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27))return null;e.close(t)}}})},staticRenderFns:[]}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-bottom-bar",a.default),e.component("md-bottom-bar-item",d.default),e.material.styles.push(c.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(106),a=i(o),s=n(110),d=i(s),l=n(113),c=i(l);e.exports=t.default},function(e,t,n){function i(e){n(107)}var r=n(0)(n(108),n(109),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-bottom-bar",props:{mdShift:Boolean},mixins:[r.default],computed:{classes:function(){return this.mdShift?"md-shift":"md-fixed"}},methods:{setActive:function(e){this.$children.forEach(function(t){t.active=t===e}),this.$emit("change",this.$children.findIndex(function(t){return t===e}))}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-bottom-bar",class:[e.themeClass,e.classes]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(111),n(112),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-bottom-bar-item",props:{mdIcon:String,mdIconSrc:String,mdIconset:String,mdActive:Boolean,disabled:Boolean,href:String},data:function(){return{active:!1}},computed:{classes:function(){return{"md-active":this.active}}},watch:{mdActive:function(e){this.setActive(e)}},methods:{setActive:function(e,t){e&&this.$parent.setActive(this),t&&this.$emit("click",t)}},mounted:function(){if(!this.$parent.$el.classList.contains("md-bottom-bar"))throw this.$destroy(),new Error("You should wrap the md-bottom-bar-item in a md-bottom-bar");this.mdActive&&(this.active=!0)}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.href?n("a",{staticClass:"md-bottom-bar-item",class:e.classes,attrs:{href:e.href,disabled:e.disabled},on:{click:function(t){e.setActive(!0,t)}}},[e.mdIcon||e.mdIconSrc||e.mdIconset?n("md-icon",{attrs:{"md-src":e.mdIconSrc,"md-iconset":e.mdIconset}},[e._v(e._s(e.mdIcon))]):e._e(),e._v(" "),n("md-ink-ripple",{attrs:{"md-disabled":e.disabled}}),e._v(" "),n("span",{staticClass:"md-text"},[e._t("default")],2)],1):n("button",{staticClass:"md-bottom-bar-item",class:e.classes,attrs:{type:"button",disabled:e.disabled},on:{click:function(t){e.setActive(!0,t)}}},[e.mdIcon||e.mdIconSrc||e.mdIconset?n("md-icon",{attrs:{"md-src":e.mdIconSrc,"md-iconset":e.mdIconset}},[e._v(e._s(e.mdIcon))]):e._e(),e._v(" "),n("md-ink-ripple",{attrs:{"md-disabled":e.disabled}}),e._v(" "),n("span",{staticClass:"md-text"},[e._t("default")],2)],1)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-bottom-bar.md-fixed{background-color:BACKGROUND-COLOR}.THEME_NAME.md-bottom-bar.md-fixed .md-bottom-bar-item{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME.md-bottom-bar.md-fixed .md-bottom-bar-item:hover:not([disabled]):not(.md-active){color:BACKGROUND-CONTRAST-0.87}.THEME_NAME.md-bottom-bar.md-fixed .md-bottom-bar-item.md-active{color:PRIMARY-COLOR}.THEME_NAME.md-bottom-bar.md-fixed.md-accent .md-bottom-bar-item.md-active{color:ACCENT-COLOR}.THEME_NAME.md-bottom-bar.md-fixed.md-warn .md-bottom-bar-item.md-active{color:WARN-COLOR}.THEME_NAME.md-bottom-bar.md-fixed.md-transparent .md-bottom-bar-item.md-active{color:BACKGROUND-CONTRAST}.THEME_NAME.md-bottom-bar.md-shift{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME.md-bottom-bar.md-shift .md-bottom-bar-item{color:PRIMARY-CONTRAST-0.54}.THEME_NAME.md-bottom-bar.md-shift .md-bottom-bar-item:hover:not([disabled]):not(.md-active){color:PRIMARY-CONTRAST-0.87}.THEME_NAME.md-bottom-bar.md-shift .md-bottom-bar-item.md-active{color:PRIMARY-CONTRAST}.THEME_NAME.md-bottom-bar.md-shift.md-accent{background-color:ACCENT-COLOR}.THEME_NAME.md-bottom-bar.md-shift.md-accent .md-bottom-bar-item{color:ACCENT-CONTRAST-0.54}.THEME_NAME.md-bottom-bar.md-shift.md-accent .md-bottom-bar-item:hover:not([disabled]):not(.md-active){color:ACCENT-CONTRAST-0.87}.THEME_NAME.md-bottom-bar.md-shift.md-accent .md-bottom-bar-item.md-active{color:ACCENT-CONTRAST}.THEME_NAME.md-bottom-bar.md-shift.md-warn{background-color:WARN-COLOR}.THEME_NAME.md-bottom-bar.md-shift.md-warn .md-bottom-bar-item{color:WARN-CONTRAST-0.54}.THEME_NAME.md-bottom-bar.md-shift.md-warn .md-bottom-bar-item:hover:not([disabled]):not(.md-active){color:WARN-CONTRAST-0.87}.THEME_NAME.md-bottom-bar.md-shift.md-warn .md-bottom-bar-item.md-active{color:WARN-CONTRAST}.THEME_NAME.md-bottom-bar.md-shift.md-transparent{background-color:transparent}.THEME_NAME.md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME.md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item:hover:not([disabled]):not(.md-active){color:BACKGROUND-CONTRAST-0.87}.THEME_NAME.md-bottom-bar.md-shift.md-transparent .md-bottom-bar-item.md-active{color:BACKGROUND-CONTRAST}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-button",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(115),a=i(o),s=n(119),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(116)}var r=n(0)(n(117),n(118),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-button",props:{href:String,target:String,rel:String,type:{type:String,default:"button"},disabled:Boolean},mixins:[r.default],computed:{newRel:function(){return"_blank"===this.target?this.rel||"noopener":this.rel}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.href?n("a",{staticClass:"md-button",class:[e.themeClass],attrs:{href:e.href,disabled:e.disabled,target:e.target,rel:e.newRel},on:{click:function(t){e.$emit("click",t)}}},[n("md-ink-ripple",{attrs:{"md-disabled":e.disabled}}),e._v(" "),e._t("default")],2):n("button",{staticClass:"md-button",class:[e.themeClass],attrs:{type:e.type,disabled:e.disabled},on:{click:function(t){e.$emit("click",t)}}},[n("md-ink-ripple",{attrs:{"md-disabled":e.disabled}}),e._v(" "),e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-button:not([disabled]).md-raised:not(.md-icon-button){color:BACKGROUND-CONTRAST;background-color:BACKGROUND-COLOR}.THEME_NAME.md-button:not([disabled]).md-raised:not(.md-icon-button):hover{background-color:BACKGROUND-COLOR-200}.THEME_NAME.md-button:not([disabled]).md-raised.md-icon-button:not(.md-raised){color:BACKGROUND-CONTRAST}.THEME_NAME.md-button:not([disabled]).md-fab{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME.md-button:not([disabled]).md-fab:hover{background-color:ACCENT-COLOR-600}.THEME_NAME.md-button:not([disabled]).md-fab.md-clean{color:BACKGROUND-CONTRAST;background-color:BACKGROUND-COLOR}.THEME_NAME.md-button:not([disabled]).md-fab.md-clean:hover{background-color:BACKGROUND-COLOR-200}.THEME_NAME.md-button:not([disabled]).md-primary:not(.md-icon-button){color:PRIMARY-COLOR}.THEME_NAME.md-button:not([disabled]).md-primary.md-raised,.THEME_NAME.md-button:not([disabled]).md-primary.md-fab{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME.md-button:not([disabled]).md-primary.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-primary.md-fab:hover{background-color:PRIMARY-COLOR-600}.THEME_NAME.md-button:not([disabled]).md-primary.md-icon-button:not(.md-raised){color:PRIMARY-COLOR}.THEME_NAME.md-button:not([disabled]).md-accent:not(.md-icon-button){color:ACCENT-COLOR}.THEME_NAME.md-button:not([disabled]).md-accent.md-raised{background-color:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME.md-button:not([disabled]).md-accent.md-raised:hover{background-color:ACCENT-COLOR-600}.THEME_NAME.md-button:not([disabled]).md-accent.md-icon-button:not(.md-raised){color:ACCENT-COLOR}.THEME_NAME.md-button:not([disabled]).md-warn:not(.md-icon-button){color:WARN-COLOR}.THEME_NAME.md-button:not([disabled]).md-warn.md-raised,.THEME_NAME.md-button:not([disabled]).md-warn.md-fab{background-color:WARN-COLOR;color:WARN-CONTRAST}.THEME_NAME.md-button:not([disabled]).md-warn.md-raised:hover,.THEME_NAME.md-button:not([disabled]).md-warn.md-fab:hover{background-color:WARN-COLOR-600}.THEME_NAME.md-button:not([disabled]).md-warn.md-icon-button:not(.md-raised){color:WARN-COLOR}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-button-toggle",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(121),a=i(o),s=n(125),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(122)}var r=n(0)(n(123),n(124),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i),o=void 0;t.default={name:"md-button-toggle",props:{mdSingle:Boolean,mdManualToggle:Boolean},mixins:[r.default],mounted:function(){var e=this;this.mdManualToggle||this.$children.forEach(function(t){var n=t.$el;o=function(){e.mdSingle?(e.$children.forEach(function(e){e.$el.classList.remove("md-toggle")}),n.classList.add("md-toggle")):n.classList.toggle("md-toggle")},n&&n.classList.contains("md-button")&&n.addEventListener("click",o)})},beforeDestroy:function(){this.mdManualToggle||this.$children.forEach(function(e){var t=e.$el;t&&t.classList.contains("md-button")&&t.removeEventListener("click",o)})}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-button-toggle",class:[e.themeClass]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports='.THEME_NAME.md-button-toggle .md-button:after{width:1px;position:absolute;top:0;bottom:0;left:0;content:" "}.THEME_NAME.md-button-toggle .md-toggle{color:BACKGROUND-CONTRAST-0.54;background-color:BACKGROUND-CONTRAST-0.26}.THEME_NAME.md-button-toggle .md-toggle:hover:not([disabled]){background-color:BACKGROUND-CONTRAST-0.38}.THEME_NAME.md-button-toggle .md-toggle+.md-toggle:after{background-color:BACKGROUND-CONTRAST-0.12}.THEME_NAME.md-button-toggle.md-raised .md-toggle{color:BACKGROUND-CONTRAST-0.54;background-color:BACKGROUND-CONTRAST-0.26}.THEME_NAME.md-button-toggle.md-raised .md-toggle:hover:not([disabled]){background-color:BACKGROUND-CONTRAST-0.38}.THEME_NAME.md-button-toggle.md-raised .md-toggle+.md-toggle:after{background-color:BACKGROUND-CONTRAST-0.12}.THEME_NAME.md-button-toggle.md-primary .md-toggle{color:PRIMARY-CONTRAST;background-color:PRIMARY-COLOR}.THEME_NAME.md-button-toggle.md-primary .md-toggle:hover:not([disabled]){background-color:PRIMARY-COLOR}.THEME_NAME.md-button-toggle.md-primary .md-toggle+.md-toggle:after{background-color:PRIMARY-COLOR-600}.THEME_NAME.md-button-toggle.md-accent .md-toggle{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME.md-button-toggle.md-accent .md-toggle:hover:not([disabled]){background-color:ACCENT-COLOR}.THEME_NAME.md-button-toggle.md-accent .md-toggle+.md-toggle:after{background-color:ACCENT-COLOR-600}.THEME_NAME.md-button-toggle.md-warn .md-toggle{color:WARN-CONTRAST;background-color:WARN-COLOR}.THEME_NAME.md-button-toggle.md-warn .md-toggle:hover:not([disabled]){background-color:WARN-COLOR}.THEME_NAME.md-button-toggle.md-warn .md-toggle+.md-toggle:after{background-color:WARN-COLOR-600}.THEME_NAME.md-button-toggle [disabled]{color:rgba(0,0,0,0.26)}.THEME_NAME.md-button-toggle [disabled].md-toggle{color:BACKGROUND-CONTRAST-0.2;background-color:rgba(0,0,0,0.26)}\n'},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-card",a.default),e.component("md-card-media",d.default),e.component("md-card-media-cover",c.default),e.component("md-card-media-actions",u.default),e.component("md-card-header",f.default),e.component("md-card-header-text",g.default),e.component("md-card-content",b.default),e.component("md-card-actions",x.default),e.component("md-card-area",E.default),e.component("md-card-expand",A.default),e.material.styles.push(S.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(127),a=i(o),s=n(131),d=i(s),l=n(134),c=i(l),m=n(137),u=i(m),p=n(140),f=i(p),h=n(143),g=i(h),v=n(146),b=i(v),y=n(149),x=i(y),_=n(152),E=i(_),w=n(155),A=i(w),T=n(158),S=i(T);e.exports=t.default},function(e,t,n){function i(e){n(128)}var r=n(0)(n(129),n(130),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-card",props:{mdWithHover:Boolean},mixins:[r.default],computed:{classes:function(){return{"md-with-hover":this.mdWithHover}}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-card",class:[e.themeClass,e.classes]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(132),n(133),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-card-media",props:{mdRatio:String,mdMedium:Boolean,mdBig:Boolean},computed:{classes:function(){var e={};if(this.mdRatio){var t=[];-1!==this.mdRatio.indexOf(":")?t=this.mdRatio.split(":"):-1!==this.mdRatio.indexOf("/")&&(t=this.mdRatio.split("/")),2===t.length&&(e["md-"+t[0]+"-"+t[1]]=!0)}return(this.mdMedium||this.mdBig)&&(e={"md-medium":this.mdMedium,"md-big":this.mdBig}),e}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-card-media",class:e.classes},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(135),n(136),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(65),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-card-media-cover",props:{mdTextScrim:Boolean,mdSolid:Boolean},data:function(){return{backdropBg:{}}},computed:{classes:function(){return{"md-text-scrim":this.mdTextScrim,"md-solid":this.mdSolid}},styles:function(){return{background:this.backdropBg}}},methods:{applyScrimColor:function(e){this.$refs.backdrop&&(this.backdropBg="linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, "+e/2+") 66%, rgba(0, 0, 0, "+e+") 100%)")},applySolidColor:function(e){var t=this.$el.querySelector(".md-card-area");t&&(t.style.background="rgba(0, 0, 0, "+e+")")}},mounted:function(){var e=this,t=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:.6;e.mdTextScrim?e.applyScrimColor(t):e.mdSolid&&e.applySolidColor(t)},n=this.$el.querySelector("img");n&&(this.mdTextScrim||this.mdSolid)&&(0,r.default)(n,function(e){var n=(100*Math.abs(256-e)/256+15)/100;n>=.7&&(n=.7),t(n)},t)}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-card-media-cover",class:e.classes},[e._t("default"),e._v(" "),e.mdTextScrim?n("div",{ref:"backdrop",staticClass:"md-card-backdrop",style:e.styles}):e._e()],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(138),n(139),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-card-media-actions"},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-card-media-actions"},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(141),n(142),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-card-header"},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-card-header"},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(144),n(145),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-card-header-text",mounted:function(){this.parentClasses=this.$parent.$el.classList,this.parentClasses.contains("md-card-header")&&(this.insideParent=!0,this.parentClasses.add("md-card-header-flex"))},destroyed:function(){this.parentClasses.remove("md-card-header-flex")}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-card-header-text"},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(147),n(148),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-card-content"},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-card-content"},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(150),n(151),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-card-actions"},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-card-actions"},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(153),n(154),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-card-area",props:{mdInset:Boolean},computed:{classes:function(){return{"md-inset":this.mdInset}}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-card-area",class:e.classes},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(156),n(157),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-card-expand",data:function(){return{trigger:null,content:null}},methods:{toggle:function(){this.$refs.expand.classList.toggle("md-active")}},mounted:function(){var e=this;window.setTimeout(function(){e.trigger=e.$el.querySelector("[md-expand-trigger]"),e.content=e.$el.querySelector(".md-card-content"),e.content&&e.trigger.addEventListener("click",e.toggle)},200)},destroyed:function(){this.content&&this.trigger.removeEventListener("click",this.toggle)}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{ref:"expand",staticClass:"md-card-expand"},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-card{background-color:BACKGROUND-COLOR}.THEME_NAME.md-card.md-primary{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME.md-card.md-primary .md-card-header .md-icon-button:not(.md-primary):not(.md-warn):not(.md-accent) .md-icon,.THEME_NAME.md-card.md-primary .md-card-actions .md-icon-button:not(.md-primary):not(.md-warn):not(.md-accent) .md-icon{color:PRIMARY-CONTRAST-0.87}.THEME_NAME.md-card.md-primary .md-input-container.md-input-focused input,.THEME_NAME.md-card.md-primary .md-input-container.md-input-focused textarea{color:PRIMARY-CONTRAST;text-shadow:0 0 0 PRIMARY-CONTRAST}.THEME_NAME.md-card.md-primary .md-input-container.md-input-focused label,.THEME_NAME.md-card.md-primary .md-input-container.md-input-focused .md-icon:not(.md-icon-delete){color:PRIMARY-CONTRAST}.THEME_NAME.md-card.md-primary .md-input-container:after{background-color:PRIMARY-CONTRAST}.THEME_NAME.md-card.md-primary .md-input-container input,.THEME_NAME.md-card.md-primary .md-input-container textarea{color:PRIMARY-CONTRAST;text-shadow:0 0 0 PRIMARY-CONTRAST}.THEME_NAME.md-card.md-primary .md-input-container input::-webkit-input-placeholder,.THEME_NAME.md-card.md-primary .md-input-container textarea::-webkit-input-placeholder{color:PRIMARY-CONTRAST-0.54}.THEME_NAME.md-card.md-primary .md-input-container label,.THEME_NAME.md-card.md-primary .md-input-container .md-icon:not(.md-icon-delete){color:PRIMARY-CONTRAST}.THEME_NAME.md-card.md-primary .md-card-expand .md-card-actions{background-color:PRIMARY-COLOR}.THEME_NAME.md-card.md-accent{background-color:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME.md-card.md-accent .md-card-header .md-icon-button:not(.md-primary):not(.md-warn):not(.md-accent) .md-icon,.THEME_NAME.md-card.md-accent .md-card-actions .md-icon-button:not(.md-primary):not(.md-warn):not(.md-accent) .md-icon{color:ACCENT-CONTRAST-0.87}.THEME_NAME.md-card.md-accent .md-input-container.md-input-focused input,.THEME_NAME.md-card.md-accent .md-input-container.md-input-focused textarea{color:ACCENT-CONTRAST;text-shadow:0 0 0 ACCENT-CONTRAST}.THEME_NAME.md-card.md-accent .md-input-container.md-input-focused label,.THEME_NAME.md-card.md-accent .md-input-container.md-input-focused .md-icon:not(.md-icon-delete){color:ACCENT-CONTRAST}.THEME_NAME.md-card.md-accent .md-input-container:after{background-color:ACCENT-CONTRAST}.THEME_NAME.md-card.md-accent .md-input-container input,.THEME_NAME.md-card.md-accent .md-input-container textarea{color:ACCENT-CONTRAST;text-shadow:0 0 0 ACCENT-CONTRAST}.THEME_NAME.md-card.md-accent .md-input-container input::-webkit-input-placeholder,.THEME_NAME.md-card.md-accent .md-input-container textarea::-webkit-input-placeholder{color:ACCENT-CONTRAST-0.54}.THEME_NAME.md-card.md-accent .md-input-container label,.THEME_NAME.md-card.md-accent .md-input-container .md-icon:not(.md-icon-delete){color:ACCENT-CONTRAST}.THEME_NAME.md-card.md-accent .md-card-expand .md-card-actions{background-color:ACCENT-COLOR}.THEME_NAME.md-card.md-warn{background-color:WARN-COLOR;color:WARN-CONTRAST}.THEME_NAME.md-card.md-warn .md-card-header .md-icon-button:not(.md-primary):not(.md-warn):not(.md-accent) .md-icon,.THEME_NAME.md-card.md-warn .md-card-actions .md-icon-button:not(.md-primary):not(.md-warn):not(.md-accent) .md-icon{color:WARN-CONTRAST-0.87}.THEME_NAME.md-card.md-warn .md-input-container.md-input-focused input,.THEME_NAME.md-card.md-warn .md-input-container.md-input-focused textarea{color:WARN-CONTRAST;text-shadow:0 0 0 WARN-CONTRAST}.THEME_NAME.md-card.md-warn .md-input-container.md-input-focused label,.THEME_NAME.md-card.md-warn .md-input-container.md-input-focused .md-icon:not(.md-icon-delete){color:WARN-CONTRAST}.THEME_NAME.md-card.md-warn .md-input-container:after{background-color:WARN-CONTRAST}.THEME_NAME.md-card.md-warn .md-input-container input,.THEME_NAME.md-card.md-warn .md-input-container textarea{color:WARN-CONTRAST;text-shadow:0 0 0 WARN-CONTRAST}.THEME_NAME.md-card.md-warn .md-input-container input::-webkit-input-placeholder,.THEME_NAME.md-card.md-warn .md-input-container textarea::-webkit-input-placeholder{color:WARN-CONTRAST-0.54}.THEME_NAME.md-card.md-warn .md-input-container label,.THEME_NAME.md-card.md-warn .md-input-container .md-icon:not(.md-icon-delete){color:WARN-CONTRAST}.THEME_NAME.md-card.md-warn .md-card-expand .md-card-actions{background-color:WARN-COLOR}.THEME_NAME.md-card .md-card-header .md-icon-button:not(.md-primary):not(.md-warn):not(.md-accent) .md-icon,.THEME_NAME.md-card .md-card-actions .md-icon-button:not(.md-primary):not(.md-warn):not(.md-accent) .md-icon{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME.md-card>.md-card-area:after{background-color:BACKGROUND-CONTRAST-0.12}.THEME_NAME.md-card .md-card-media-cover.md-text-scrim .md-backdrop{background:linear-gradient(to bottom, BACKGROUND-CONTRAST-0.0 20%, BACKGROUND-CONTRAST-0.275 66%, BACKGROUND-CONTRAST-0.55 100%)}.THEME_NAME.md-card .md-card-media-cover.md-solid .md-card-area{background-color:BACKGROUND-CONTRAST-0.4}.THEME_NAME.md-card .md-card-media-cover .md-card-header .md-icon-button:not(.md-primary):not(.md-warn):not(.md-accent) .md-icon,.THEME_NAME.md-card .md-card-media-cover .md-card-actions .md-icon-button:not(.md-primary):not(.md-warn):not(.md-accent) .md-icon{color:#fff}.THEME_NAME.md-card .md-card-expand .md-card-actions{background-color:BACKGROUND-COLOR}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-checkbox",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(160),a=i(o),s=n(164),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(161)}var r=n(0)(n(162),n(163),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-checkbox",props:{name:String,value:[String,Boolean,Array],id:String,disabled:Boolean,mdValue:[String]},mixins:[r.default],data:function(){return{checked:this.value||!1}},computed:{classes:function(){return{"md-checked":this.isArray()?this.value.indexOf(this.mdValue)>=0:this.checked,"md-disabled":this.disabled}}},watch:{value:function(){this.isArray()||(this.checked=!!this.value)}},methods:{toggleCheck:function(e){if(!this.disabled)if(this.isArray()){var t=this.value.indexOf(this.mdValue);t>=0?this.value.splice(t,1):this.value.push(this.mdValue),this.$emit("change",this.value,e),this.$emit("input",this.value,e)}else this.checked=!this.checked,this.$emit("change",this.checked,e),this.$emit("input",this.checked,e)},isArray:function(){return Array.isArray(this.value)}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-checkbox",class:[e.themeClass,e.classes]},[n("div",{staticClass:"md-checkbox-container",attrs:{tabindex:"0"},on:{click:function(t){t.stopPropagation(),e.toggleCheck(t)}}},[n("input",{attrs:{type:"checkbox",name:e.name,id:e.id,disabled:e.disabled,tabindex:"-1"},domProps:{value:e.mdValue,checked:e.checked}}),e._v(" "),n("md-ink-ripple",{attrs:{"md-disabled":e.disabled}})],1),e._v(" "),e.$slots.default?n("label",{staticClass:"md-checkbox-label",attrs:{for:e.id||e.name},on:{click:function(t){t.preventDefault(),e.toggleCheck(t)}}},[e._t("default")],2):e._e()])},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-checkbox.md-checked .md-checkbox-container{background-color:ACCENT-COLOR;border-color:ACCENT-COLOR}.THEME_NAME.md-checkbox.md-checked .md-checkbox-container:after{border-color:ACCENT-CONTRAST}.THEME_NAME.md-checkbox .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME.md-checkbox .md-ripple{opacity:.26}.THEME_NAME.md-checkbox.md-primary.md-checked .md-checkbox-container{background-color:PRIMARY-COLOR;border-color:PRIMARY-COLOR}.THEME_NAME.md-checkbox.md-primary.md-checked .md-checkbox-container:after{border-color:PRIMARY-CONTRAST}.THEME_NAME.md-checkbox.md-primary .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME.md-checkbox.md-warn.md-checked .md-checkbox-container{background-color:WARN-COLOR;border-color:WARN-COLOR}.THEME_NAME.md-checkbox.md-warn.md-checked .md-checkbox-container:after{border-color:WARN-CONTRAST}.THEME_NAME.md-checkbox.md-warn .md-ink-ripple{color:WARN-COLOR}.THEME_NAME.md-checkbox.md-disabled.md-checked .md-checkbox-container{background-color:rgba(0,0,0,0.26);border-color:transparent}.THEME_NAME.md-checkbox.md-disabled:not(.md-checked) .md-checkbox-container{border-color:rgba(0,0,0,0.26)}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-chips",a.default),e.component("md-chip",d.default),e.material.styles.push(c.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(166),a=i(o),s=n(170),d=i(s),l=n(173),c=i(l);e.exports=t.default},function(e,t,n){function i(e){n(167)}var r=n(0)(n(168),n(169),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),o=i(r),a=n(36),s=i(a);t.default={name:"md-chips",props:{value:Array,disabled:Boolean,debounce:{type:Number,default:100},mdInputId:String,mdInputName:String,mdInputPlaceholder:String,mdInputType:{type:String,default:"text"},mdStatic:Boolean,mdMax:{type:Number,default:1/0}},mixins:[o.default],data:function(){return{currentChip:null,selectedChips:this.value,inputId:this.mdInputId||"chips-"+(0,s.default)()}},watch:{value:function(e){this.selectedChips=e}},computed:{classes:function(){return{"md-static":this.mdStatic,"md-disabled":this.disabled,"md-chips":!0}}},methods:{applyInputFocus:function(){var e=this;this.$nextTick(function(){e.$refs.input.$el.focus()})},addChip:function(){if(this.currentChip&&this.selectedChips.length<this.mdMax){var e=this.currentChip.trim();this.selectedChips.indexOf(e)<0&&(this.selectedChips.push(e),this.currentChip=null,this.$emit("input",this.selectedChips),this.$emit("change",this.selectedChips),this.applyInputFocus())}},deleteChip:function(e){var t=this.selectedChips.indexOf(e);t>=0&&this.selectedChips.splice(t,1),this.$emit("change",this.selectedChips),this.applyInputFocus()},editChip:function(e){var t=this.selectedChips.indexOf(e);t>=0&&this.selectedChips.splice(t,1),this.currentChip=e,this.$emit("change",this.selectedChips),this.applyInputFocus()},deleteLastChip:function(){this.currentChip||(this.selectedChips.pop(),this.$emit("change",this.selectedChips),this.applyInputFocus())}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("md-input-container",{staticClass:"md-chips",class:[e.themeClass,e.classes],on:{click:e.applyInputFocus}},[e._l(e.selectedChips,function(t){return n("md-chip",{key:t,attrs:{"md-editable":!e.mdStatic,"md-deletable":!e.mdStatic,disabled:e.disabled},on:{edit:function(n){e.editChip(t)},delete:function(n){e.deleteChip(t)}}},[e._t("chip",[e._v(e._s(t))],{value:t})],2)}),e._v(" "),n("md-input",{directives:[{name:"show",rawName:"v-show",value:!e.mdStatic,expression:"!mdStatic"}],ref:"input",attrs:{type:e.mdInputType,placeholder:e.mdInputPlaceholder,id:e.inputId,name:e.mdInputName,disabled:e.disabled,tabindex:"0",debounce:0},nativeOn:{keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"delete",[8,46]))return null;e.deleteLastChip(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13))return null;t.preventDefault(),e.addChip(t)},function(t){if(!("button"in t)&&186!==t.keyCode)return null;t.preventDefault(),e.addChip(t)}]},model:{value:e.currentChip,callback:function(t){e.currentChip=t},expression:"currentChip"}}),e._v(" "),e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(171),n(172),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-chip",props:{disabled:Boolean,mdDeletable:Boolean,mdEditable:Boolean},mixins:[r.default],computed:{classes:function(){return{"md-deletable":this.mdDeletable,"md-disabled":this.disabled,"md-editable":this.mdEditable}}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-chip",class:[e.themeClass,e.classes],attrs:{tabindex:"0"}},[n("div",{staticClass:"md-chip-container",on:{click:function(t){!e.disabled&&e.mdEditable&&e.$emit("edit")}}},[e._t("default")],2),e._v(" "),e.mdDeletable?n("md-button",{staticClass:"md-icon-button md-dense md-delete",attrs:{tabindex:"-1"},on:{click:function(t){!e.disabled&&e.$emit("delete")}},nativeOn:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"delete",[8,46]))return null;!e.disabled&&e.$emit("delete")}}},[n("md-icon",{staticClass:"md-icon-delete"},[e._v("cancel")])],1):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-chip{background-color:BACKGROUND-CONTRAST-0.12}.THEME_NAME.md-chip.md-deletable:hover,.THEME_NAME.md-chip.md-deletable:focus,.THEME_NAME.md-chip.md-editable:hover,.THEME_NAME.md-chip.md-editable:focus{background-color:BACKGROUND-CONTRAST-0.54;color:BACKGROUND-COLOR}.THEME_NAME.md-chip.md-deletable:hover .md-delete,.THEME_NAME.md-chip.md-deletable:focus .md-delete,.THEME_NAME.md-chip.md-editable:hover .md-delete,.THEME_NAME.md-chip.md-editable:focus .md-delete{color:BACKGROUND-COLOR}.THEME_NAME.md-chip .md-delete{color:BACKGROUND-CONTRAST-0.38}.THEME_NAME.md-chip .md-delete .md-ripple{color:BACKGROUND-COLOR}.THEME_NAME.md-chip.md-primary{color:PRIMARY-CONTRAST;background-color:PRIMARY-COLOR}.THEME_NAME.md-chip.md-accent{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME.md-chip.md-warn{color:WARN-CONTRAST;background-color:WARN-COLOR}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-dialog",a.default),e.component("md-dialog-title",d.default),e.component("md-dialog-content",c.default),e.component("md-dialog-actions",u.default),e.component("md-dialog-alert",f.default),e.component("md-dialog-confirm",g.default),e.component("md-dialog-prompt",b.default),e.material.styles.push(x.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(175),a=i(o),s=n(179),d=i(s),l=n(182),c=i(l),m=n(185),u=i(m),p=n(188),f=i(p),h=n(191),g=i(h),v=n(194),b=i(v),y=n(197),x=i(y);e.exports=t.default},function(e,t,n){function i(e){n(176)}var r=n(0)(n(177),n(178),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),o=i(r),a=n(42),s=i(a);t.default={name:"md-dialog",props:{mdClickOutsideToClose:{type:Boolean,default:!0},mdEscToClose:{type:Boolean,default:!0},mdBackdrop:{type:Boolean,default:!0},mdOpenFrom:String,mdCloseTo:String,mdFullscreen:{type:Boolean,default:!1}},mixins:[o.default],data:function(){return{active:!1,transitionOff:!1,dialogTransform:""}},computed:{classes:function(){return{"md-active":this.active}},dialogClasses:function(){return{"md-fullscreen":this.mdFullscreen,"md-transition-off":this.transitionOff,"md-reference":this.mdOpenFrom||this.mdCloseTo}},styles:function(){return{transform:this.dialogTransform}}},methods:{removeDialog:function(){document.body.contains(this.dialogElement)&&this.$el.parentNode.removeChild(this.$el)},calculateDialogPos:function(e){var t=document.querySelector(e);if(t){var n=t.getBoundingClientRect(),i=this.dialogInnerElement.getBoundingClientRect(),r=n.width/i.width,o=n.height/i.height,a={top:-(i.top-n.top),left:-(i.left-n.left+n.width)};n.top>i.top+i.height&&(a.top=n.top-i.top),n.left>i.left+i.width&&(a.left=n.left-i.left-n.width),this.dialogTransform="translate3D("+a.left+"px, "+a.top+"px, 0) scale("+r+", "+o+")"}},open:function(){var e=this;document.body.appendChild(this.dialogElement),this.transitionOff=!0,this.calculateDialogPos(this.mdOpenFrom),window.setTimeout(function(){e.dialogElement.focus(),e.transitionOff=!1,e.active=!0}),this.$emit("open")},closeOnEsc:function(){this.mdEscToClose&&this.close()},close:function(){var e=this;document.body.contains(this.dialogElement)&&this.$nextTick(function(){var t=function t(){var n=e.dialogElement.querySelector(".md-ripple.md-active");n&&n.classList.remove("md-active"),e.dialogInnerElement.removeEventListener(s.default,t),document.body.removeChild(e.dialogElement),e.dialogTransform=""};e.transitionOff=!0,e.dialogTransform="",e.calculateDialogPos(e.mdCloseTo),window.setTimeout(function(){e.transitionOff=!1,e.active=!1,e.dialogInnerElement.addEventListener(s.default,t)}),e.$emit("close")})}},mounted:function(){var e=this;this.$nextTick(function(){e.dialogElement=e.$el,e.dialogInnerElement=e.$refs.dialog,e.removeDialog()})},beforeDestroy:function(){this.removeDialog()}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-dialog-container",class:[e.themeClass,e.classes],attrs:{tabindex:"0"},on:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27))return null;t.stopPropagation(),e.closeOnEsc(t)}}},[n("div",{ref:"dialog",staticClass:"md-dialog",class:e.dialogClasses,style:e.styles},[e._t("default")],2),e._v(" "),e.mdBackdrop?n("md-backdrop",{ref:"backdrop",staticClass:"md-dialog-backdrop",class:e.classes,on:{close:function(t){e.mdClickOutsideToClose&&e.close()}}}):e._e()],1)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(180),n(181),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-dialog-title"},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-dialog-title md-title"},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(183),n(184),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-dialog-content"},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-dialog-content"},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(186),n(187),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-dialog-actions"},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-dialog-actions"},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(189),n(190),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-dialog-alert",props:{mdTitle:String,mdContent:String,mdContentHtml:String,mdOkText:{type:String,default:"Ok"}},data:function(){return{debounce:!1}},methods:{fireCloseEvent:function(){this.debounce||this.$emit("close")},open:function(){this.$emit("open"),this.debounce=!1,this.$refs.dialog.open()},close:function(){this.fireCloseEvent(),this.debounce=!0,this.$refs.dialog.close()}},mounted:function(){if(!this.mdContent&&!this.mdContentHtml)throw new Error("Missing md-content or md-content-html attributes")}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("md-dialog",{ref:"dialog",staticClass:"md-dialog-alert",on:{close:function(t){e.fireCloseEvent()}}},[e.mdTitle?n("md-dialog-title",[e._v(e._s(e.mdTitle))]):e._e(),e._v(" "),e.mdContentHtml?n("md-dialog-content",{domProps:{innerHTML:e._s(e.mdContentHtml)}}):n("md-dialog-content",[e._v(e._s(e.mdContent))]),e._v(" "),n("md-dialog-actions",[n("md-button",{staticClass:"md-primary",on:{click:function(t){e.close()}}},[e._v(e._s(e.mdOkText))])],1)],1)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(192),n(193),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-dialog-confirm",props:{mdTitle:String,mdContent:String,mdContentHtml:String,mdOkText:{type:String,default:"Ok"},mdCancelText:{type:String,default:"Cancel"}},data:function(){return{debounce:!1}},methods:{fireCloseEvent:function(e){this.debounce||this.$emit("close",e)},open:function(){this.$emit("open"),this.debounce=!1,this.$refs.dialog.open()},close:function(e){this.fireCloseEvent(e),this.debounce=!0,this.$refs.dialog.close()}},mounted:function(){if(!this.mdContent&&!this.mdContentHtml)throw new Error("Missing md-content or md-content-html attributes")}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("md-dialog",{ref:"dialog",staticClass:"md-dialog-confirm",on:{close:function(t){e.fireCloseEvent("cancel")}}},[e.mdTitle?n("md-dialog-title",[e._v(e._s(e.mdTitle))]):e._e(),e._v(" "),e.mdContentHtml?n("md-dialog-content",{domProps:{innerHTML:e._s(e.mdContentHtml)}}):n("md-dialog-content",[e._v(e._s(e.mdContent))]),e._v(" "),n("md-dialog-actions",[n("md-button",{staticClass:"md-primary",on:{click:function(t){e.close("cancel")}}},[e._v(e._s(e.mdCancelText))]),e._v(" "),n("md-button",{staticClass:"md-primary",on:{click:function(t){e.close("ok")}}},[e._v(e._s(e.mdOkText))])],1)],1)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(195),n(196),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-dialog-prompt",props:{value:{type:[String,Number],required:!0},mdTitle:String,mdContent:String,mdContentHtml:String,mdOkText:{type:String,default:"Ok"},mdCancelText:{type:String,default:"Cancel"},mdInputId:String,mdInputName:String,mdInputMaxlength:[String,Number],mdInputPlaceholder:String},data:function(){return{debounce:!1}},methods:{fireCloseEvent:function(e){this.debounce||this.$emit("close",e)},open:function(){var e=this;this.$emit("open"),this.debounce=!1,this.$refs.dialog.open(),window.setTimeout(function(){e.$refs.input.$el.focus()})},close:function(e){this.fireCloseEvent(e),this.debounce=!0,this.$refs.dialog.close()},confirmValue:function(){this.$emit("input",this.$refs.input.$el.value),this.close("ok")}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("md-dialog",{ref:"dialog",staticClass:"md-dialog-prompt",on:{close:function(t){e.fireCloseEvent("cancel")}}},[e.mdTitle?n("md-dialog-title",[e._v(e._s(e.mdTitle))]):e._e(),e._v(" "),e.mdContentHtml?n("md-dialog-content",{domProps:{innerHTML:e._s(e.mdContentHtml)}}):e._e(),e._v(" "),e.mdContent?n("md-dialog-content",[e._v(e._s(e.mdContent))]):e._e(),e._v(" "),n("md-dialog-content",[n("md-input-container",[n("md-input",{ref:"input",attrs:{id:e.mdInputId,name:e.mdInputName,maxlength:e.mdInputMaxlength,placeholder:e.mdInputPlaceholder,value:e.value},nativeOn:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13))return null;e.confirmValue(t)}}})],1)],1),e._v(" "),n("md-dialog-actions",[n("md-button",{staticClass:"md-primary",on:{click:function(t){e.close("cancel")}}},[e._v(e._s(e.mdCancelText))]),e._v(" "),n("md-button",{staticClass:"md-primary",on:{click:e.confirmValue}},[e._v(e._s(e.mdOkText))])],1)],1)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-dialog-container .md-dialog{background-color:BACKGROUND-COLOR;color:BACKGROUND-CONTRAST}\n"},function(e,t,n){"use strict";function i(e){e.component("md-divider",o.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(199),o=function(e){return e&&e.__esModule?e:{default:e}}(r);e.exports=t.default},function(e,t,n){function i(e){n(200)}var r=n(0)(n(201),n(202),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-divider"},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("hr",{staticClass:"md-divider"})},staticRenderFns:[]}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-file",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(204),a=i(o),s=n(208),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(205)}var r=n(0)(n(206),n(207),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(66),o=i(r),a=n(11),s=i(a);t.default={name:"md-file",props:{value:String,id:String,name:String,disabled:Boolean,required:Boolean,placeholder:String,accept:String,multiple:Boolean},data:function(){return{filename:this.value}},watch:{value:function(){this.filename=this.value}},methods:{getMultipleName:function(e){var t=[];return[].concat((0,o.default)(e)).forEach(function(e){t.push(e.name)}),t.join(", ")},openPicker:function(){this.disabled||(this.resetFile(),this.$refs.fileInput.click(),this.$refs.textInput.$el.focus())},resetFile:function(){this.parentContainer.value="",this.$refs.fileInput.value=""},onFileSelected:function(e){var t=e.target.files||e.dataTransfer.files;t?t.length>1?this.filename=this.getMultipleName(t):1===t.length?this.filename=t[0].name:this.filename=null:this.filename=e.target.value.split("\\").pop(),this.$emit("selected",t||e.target.value),this.$emit("input",this.filename)}},mounted:function(){if(this.parentContainer=(0,s.default)(this.$parent,"md-input-container"),!this.parentContainer)throw this.$destroy(),new Error("You should wrap the md-file in a md-input-container");this.parentContainer.hasFile=!0},beforeDestroy:function(){this.parentContainer.hasFile=!1}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-file",on:{click:e.openPicker}},[n("md-input",{ref:"textInput",attrs:{readonly:"",required:e.required,placeholder:e.placeholder,disabled:e.disabled},model:{value:e.filename,callback:function(t){e.filename=t},expression:"filename"}}),e._v(" "),n("md-icon",[e._v("attach_file")]),e._v(" "),n("input",{ref:"fileInput",attrs:{type:"file",id:e.id,name:e.name,disabled:e.disabled,multiple:e.multiple,accept:e.accept},on:{change:e.onFileSelected}})],1)},staticRenderFns:[]}},function(e,t){e.exports=""},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-icon",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(210),a=i(o),s=n(214),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(211)}var r=n(0)(n(212),n(213),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i),o={};t.default={name:"md-icon",props:{mdSrc:String,mdIconset:{type:String,default:"material-icons"}},data:function(){return{svgContent:null,imageSrc:null}},mixins:[r.default],watch:{mdSrc:function(){this.svgContent=null,this.imageSrc=null,this.checkSrc()}},methods:{isImage:function(e){return e.indexOf("image")>=0},isSVG:function(e){return e.indexOf("svg")>=0},setSVGContent:function(e){var t=this;this.svgContent=e,this.$nextTick(function(){t.$el.children[0].removeAttribute("fill")})},loadSVG:function(){if(o[this.mdSrc])this.setSVGContent(o[this.mdSrc]);else{var e=new XMLHttpRequest,t=this;e.open("GET",this.mdSrc,!0),e.onload=function(){var e=this.getResponseHeader("content-type");this.status>=200&&this.status<400&&t.isImage(e)?t.isSVG(e)?(o[t.mdSrc]=this.response,t.setSVGContent(this.response)):t.loadImage():console.warn("The file "+t.mdSrc+" is not a valid image.")},e.send()}},loadImage:function(){this.imageSrc=this.mdSrc},checkSrc:function(){this.mdSrc&&(this.mdSrc.indexOf(".svg")>=0?this.loadSVG():this.loadImage())}},mounted:function(){this.checkSrc()}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.svgContent?n("i",{staticClass:"md-icon",class:[e.themeClass],domProps:{innerHTML:e._s(e.svgContent)}}):e.imageSrc?n("md-image",{staticClass:"md-icon",class:[e.themeClass],attrs:{"md-src":e.imageSrc}}):n("i",{staticClass:"md-icon",class:[e.themeClass,e.mdIconset],attrs:{"aria-hidden":!!e.mdIconset}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-icon.md-primary{color:PRIMARY-COLOR}.THEME_NAME.md-icon.md-accent{color:ACCENT-COLOR}.THEME_NAME.md-icon.md-warn{color:WARN-COLOR}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-image",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(216),a=i(o),s=n(220),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(217)}var r=n(0)(n(218),n(219),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(65),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-image",props:{mdSrc:String},data:function(){return{loaded:!1,applyBlack:!0,imageElement:null}},watch:{mdSrc:function(){this.createImage()}},computed:{classes:function(){return{"md-loaded":this.loaded,"md-black-output":this.applyBlack}}},methods:{analyzeLightness:function(e){var t=this,n=function(){t.loaded=!0};(0,r.default)(e,function(e){(100*Math.abs(256-e)/256+15)/100>=.7&&(t.applyBlack=!0),t.$nextTick(n)},n)},createImage:function(){this.loaded=!1,this.applyBlack=!1,this.imageElement=null,this.mdSrc&&(this.imageElement=document.createElement("img"),this.imageElement.crossOrigin="",this.imageElement.src=this.mdSrc,this.analyzeLightness(this.imageElement))}},created:function(){this.createImage()}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("img",{staticClass:"md-image",class:e.classes,attrs:{src:e.mdSrc}})},staticRenderFns:[]}},function(e,t){e.exports=""},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-input-container",a.default),e.component("md-input",d.default),e.component("md-autocomplete",c.default),e.component("md-textarea",u.default),e.material.styles.push(f.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(222),a=i(o),s=n(226),d=i(s),l=n(229),c=i(l),m=n(237),u=i(m),p=n(241),f=i(p);e.exports=t.default},function(e,t,n){function i(e){n(223)}var r=n(0)(n(224),n(225),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),o=i(r),a=n(67),s=i(a);t.default={name:"md-input-container",props:{mdInline:Boolean,mdHasPassword:Boolean,mdClearable:Boolean},mixins:[o.default],data:function(){return{value:"",input:!1,inputInstance:null,showPassword:!1,enableCounter:!1,hasSelect:!1,hasPlaceholder:!1,hasFile:!1,isDisabled:!1,isRequired:!1,isFocused:!1,counterLength:0,inputLength:0}},computed:{hasValue:function(){return(0,s.default)(this.value)?this.value.length>0:Boolean(this.value)},classes:function(){return{"md-input-inline":this.mdInline,"md-has-password":this.mdHasPassword,"md-clearable":this.mdClearable,"md-has-select":this.hasSelect,"md-has-file":this.hasFile,"md-has-value":this.hasValue,"md-input-placeholder":this.hasPlaceholder,"md-input-disabled":this.isDisabled,"md-input-required":this.isRequired,"md-input-focused":this.isFocused}}},methods:{isInput:function(){return this.input&&"input"===this.input.tagName.toLowerCase()},togglePasswordType:function(){this.isInput()&&("password"===this.input.type?(this.input.type="text",this.showPassword=!0):(this.input.type="password",this.showPassword=!1),this.input.focus())},clearInput:function(){this.inputInstance.$el.value="",this.inputInstance.$emit("input",""),this.setValue("")},setValue:function(e){this.value=e}},mounted:function(){if(this.input=this.$el.querySelectorAll("input, textarea, select, .md-file")[0],!this.input)throw this.$destroy(),new Error("Missing input/select/textarea inside md-input-container")}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-input-container",class:[e.themeClass,e.classes]},[e._t("default"),e._v(" "),e.enableCounter?n("span",{staticClass:"md-count"},[e._v(e._s(e.inputLength)+" / "+e._s(e.counterLength))]):e._e(),e._v(" "),e.mdHasPassword?n("md-button",{staticClass:"md-icon-button md-toggle-password",attrs:{tabindex:"-1"},on:{click:function(t){t.preventDefault(),e.togglePasswordType(t)}}},[n("md-icon",[e._v(e._s(e.showPassword?"visibility_off":"visibility"))])],1):e._e(),e._v(" "),e.mdClearable&&e.hasValue?n("md-button",{staticClass:"md-icon-button md-clear-input",attrs:{tabindex:"-1"},on:{click:e.clearInput}},[n("md-icon",[e._v("clear")])],1):e._e()],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(227),n(228),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(62),o=i(r),a=n(11),s=i(a);t.default={name:"md-input",props:{type:{type:String,default:"text"}},mixins:[o.default],mounted:function(){var e=this;this.$nextTick(function(){if(e.parentContainer=(0,s.default)(e.$parent,"md-input-container"),!e.parentContainer)throw e.$destroy(),new Error("You should wrap the md-input in a md-input-container");e.parentContainer.inputInstance=e,e.setParentDisabled(),e.setParentRequired(),e.setParentPlaceholder(),e.handleMaxLength(),e.updateValues()})}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("input",{staticClass:"md-input",attrs:{type:e.type,name:e.name,disabled:e.disabled,required:e.required,placeholder:e.placeholder,maxlength:e.maxlength,min:e.min,max:e.max,readonly:e.readonly},domProps:{value:e.value},on:{focus:e.onFocus,blur:e.onBlur,input:e.onInput,keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38))return null;e.onInput(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40))return null;e.onInput(t)}]}})},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(230),n(236),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(231),o=i(r),a=n(44),s=i(a),d=n(235),l=i(d),c=n(62),m=i(c),u=n(11),p=i(u);t.default={mixins:[m.default,l.default],data:function(){return{items:[],loading:!1,query:"",selected:null,isItemSelected:0,timeout:0,parentContainer:null,searchButton:null}},computed:{listIsEmpty:function(){return 0===this.list.length},itemsEmpty:function(){return 0===this.items.length},filterItemsByResLength:function(){return 0===this.maxRes?this.items:this.items.slice(0,this.maxRes)}},watch:{list:function(e){this.items=(0,s.default)([],e)},query:function(e){this.$refs.input.value=e,this.setParentUpdateValue(e)},value:function(e){this.query=e,this.setParentUpdateValue(e)}},methods:{debounceUpdate:function(){var e=this;this.onInput(),this.timeout&&window.clearTimeout(this.timeout),this.timeout=window.setTimeout(function(){if(!e.listIsEmpty)return void e.renderFilteredList();e.update()},this.debounce)},hit:function(e){this.query=e[this.printAttribute],this.$refs.input.value=e[this.printAttribute],this.selected=e,this.onInput(),this.$emit("selected",this.selected,this.$refs.input.value),this.closeMenu()},makeFetchRequest:function(e){var t=this;return this.fetch(e).then(function(e){var n=e||e.data||e.body;n=t.prepareResponseData?t.prepareResponseData(n):n,t.items=t.limit?n.slice(0,t.limit):n,t.loading=!1,t.itemsEmpty||t.isItemSelected?t.closeMenu():t.openMenu()})},onFocus:function(e){this.isItemSelected=0,this.parentContainer&&(this.parentContainer.isFocused=!0),this.$refs.input.focus(),this.query&&this.query.length>=this.minChars&&(this.renderFilteredList(),this.openMenu()),this.$emit("focus",this.$el.value,e)},onInput:function(){this.updateValues(),this.$emit("change",this.$refs.input.value),this.$emit("input",this.$refs.input.value)},renderFilteredList:function(){this.filterList&&this.query.length>=this.minChars&&(this.items=this.filterList((0,s.default)([],this.list),this.query)),(this.query.length<this.minChars||this.itemsEmpty)&&this.closeMenu(),this.itemsEmpty||0!==this.isItemSelected?1===this.isItemSelected&&(this.isItemSelected=0):this.openMenu()},reset:function(){this.items=[],this.query="",this.loading=!1},setParentValue:function(e){null!==this.parentContainer&&this.parentContainer.setValue(e||this.$refs.input.value)},setParentDisabled:function(){this.parentContainer.isDisabled=this.disabled},setParentRequired:function(){this.parentContainer.isRequired=this.required},setParentPlaceholder:function(){this.parentContainer.hasPlaceholder=!!this.placeholder},setParentUpdateValue:function(e){this.setParentValue(e),this.updateValues(e)},setSearchButton:function(){this.searchButton=this.parentContainer.$el.querySelector("[md-autocomplete-search]"),this.searchButton&&this.searchButton.addEventListener("click",this.makeFetchRequest)},update:function(){if(!this.query&&!this.list.length)return this.reset();if(!(this.minChars&&this.query.length<this.minChars)){this.loading=!0;var e=(0,o.default)({},this.queryParam,this.query);return this.makeFetchRequest(e)}},toggleMenu:function(){this.items.length&&this.$refs.menu.toggle()},openMenu:function(){this.items.length&&!this.itemsEmpty&&(this.$refs.menu.open(),this.$refs.input.focus())},closeMenu:function(){this.$refs.menu.close()},updateValues:function(e){var t=e||this.$refs.input.value||this.value;this.setParentValue(t),null!==this.parentContainer&&(this.parentContainer.inputLength=t?t.length:0)},contentHighlightItem:function(e){return this.menuContent=document.body.querySelector(".md-autocomplete-content"),null!==this.menuContent&&(this.menuContent.__vue__.highlightItem(e),!0)},contentFireClick:function(){if(this.menuContent=document.body.querySelector(".md-autocomplete-content"),null===this.menuContent||!1===this.menuContent.__vue__.highlighted||this.menuContent.__vue__.highlighted<1)return this.closeMenu(),!1;var e=this.menuContent.__vue__.$children[0].$children[this.menuContent.__vue__.highlighted-1].index;return this.isItemSelected=1,this.hit(this.items[e-1]),this.closeMenu(),!0},setItemSelected:function(e){return this.isItemSelected=2,this.hit(e),this.closeMenu(),!0}},beforeDestroy:function(){this.searchButton&&this.searchButton.removeEventListener("click",this.makeFetchRequest)},mounted:function(){var e=this;this.query=this.value,this.$nextTick(function(){e.parentContainer=(0,p.default)(e.$parent,"md-input-container"),e.menuContent=document.body.querySelector(".md-autocomplete-content"),e.listIsEmpty||(e.items=(0,s.default)([],e.list)),e.verifyProps(),e.setSearchButton(),e.setParentDisabled(),e.setParentRequired(),e.setParentPlaceholder(),e.handleMaxLength(),e.updateValues()})}},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var i=n(232),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default=function(e,t,n){return t in e?(0,r.default)(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){e.exports={default:n(233),__esModule:!0}},function(e,t,n){n(234);var i=n(4).Object;e.exports=function(e,t,n){return i.defineProperty(e,t,n)}},function(e,t,n){var i=n(16);i(i.S+i.F*!n(3),"Object",{defineProperty:n(9).f})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={props:{debounce:{type:Number,default:1e3},disabled:Boolean,fetch:{type:Function},filterList:Function,list:{type:Array,default:function(){return[]}},minChars:{type:Number,default:1},name:String,prepareResponseData:Function,printAttribute:{type:String,default:"name"},queryParam:{type:String,default:"q"},maxHeight:{type:Number,default:0},required:Boolean,maxRes:{type:Number,default:0}},methods:{onFocus:function(){this.parentContainer&&(this.parentContainer.isFocused=!0)},onBlur:function(){this.parentContainer.isFocused=!1,this.setParentValue()},verifyProps:function(){return this.parentContainer?this.listIsEmpty&&this.filterList?this.throwErrorDestroy("You should use a `filterList` function prop with the `list` prop"):!this.fetch&&this.listIsEmpty?this.throwErrorDestroy("You should use a `fetch` function prop"):void 0:this.throwErrorDestroy("You should wrap the md-input in a md-input-container")},throwErrorDestroy:function(e){throw this.$destroy(),new Error(e)}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-autocomplete",on:{focus:e.onFocus,blur:e.onBlur}},[n("md-menu",{ref:"menu",staticClass:"md-autocomplete-menu",attrs:{"md-align-trigger":"","md-auto-width":"","md-fixed":"","md-no-focus":"","md-manual-toggle":"","md-max-height":e.maxHeight,"md-close-on-select":!1,"md-align-trigger":""}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.query,expression:"query"}],ref:"input",staticClass:"md-input",attrs:{type:"text",disabled:e.disabled,required:e.required,placeholder:e.placeholder,maxlength:e.maxlength,name:e.name,"md-menu-trigger":""},domProps:{value:e.query},on:{focus:e.onFocus,blur:e.onBlur,input:[function(t){t.target.composing||(e.query=t.target.value)},e.debounceUpdate],keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38))return null;t.preventDefault(),e.contentHighlightItem("up")},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40))return null;t.preventDefault(),e.contentHighlightItem("down")},function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13))return null;t.preventDefault(),e.contentFireClick()},function(t){if(!("button"in t)&&e._k(t.keyCode,"tab",9))return null;e.closeMenu()}]}}),e._v(" "),n("md-menu-content",{staticClass:"md-autocomplete-content"},e._l(e.filterItemsByResLength,function(t,i){return e.items.length?n("md-menu-item",{key:i,attrs:{listIndex:i,"manual-highlight":""},on:{click:function(n){e.setItemSelected(t)}}},[e._v("\n "+e._s(t[e.printAttribute])+"\n ")]):e._e()}))],1)],1)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(238),n(240),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(239),o=i(r),a=n(62),s=i(a),d=n(11),l=i(d);t.default={name:"md-textarea",mixins:[s.default],watch:{value:function(){var e=this;this.$nextTick(function(){return o.default.update(e.$el)})}},mounted:function(){var e=this;this.$nextTick(function(){if(e.parentContainer=(0,l.default)(e.$parent,"md-input-container"),!e.parentContainer)throw e.$destroy(),new Error("You should wrap the md-textarea in a md-input-container");e.parentContainer.inputInstance=e,e.setParentDisabled(),e.setParentRequired(),e.setParentPlaceholder(),e.handleMaxLength(),e.updateValues(),e.$el.getAttribute("rows")||e.$el.setAttribute("rows","1"),(0,o.default)(e.$el),setTimeout(function(){return o.default.update(e.$el)},200)})},beforeDestroy:function(){o.default.destroy(this.$el)}},e.exports=t.default},function(e,t,n){var i,r,o;!function(n,a){r=[t,e],i=a,void 0!==(o="function"==typeof i?i.apply(t,r):i)&&(e.exports=o)}(0,function(e,t){"use strict";function n(e){function t(t){var n=e.style.width;e.style.width="0px",e.offsetWidth,e.style.width=n,e.style.overflowY=t}function n(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push({node:e.parentNode,scrollTop:e.parentNode.scrollTop}),e=e.parentNode;return t}function i(){var t=e.style.height,i=n(e),r=document.documentElement&&document.documentElement.scrollTop;e.style.height="auto";var o=e.scrollHeight+s;if(0===e.scrollHeight)return void(e.style.height=t);e.style.height=o+"px",d=e.clientWidth,i.forEach(function(e){e.node.scrollTop=e.scrollTop}),r&&(document.documentElement.scrollTop=r)}function r(){i();var n=Math.round(parseFloat(e.style.height)),r=window.getComputedStyle(e,null),o=Math.round(parseFloat(r.height));if(o!==n?"visible"!==r.overflowY&&(t("visible"),i(),o=Math.round(parseFloat(window.getComputedStyle(e,null).height))):"hidden"!==r.overflowY&&(t("hidden"),i(),o=Math.round(parseFloat(window.getComputedStyle(e,null).height))),l!==o){l=o;var s=a("autosize:resized");try{e.dispatchEvent(s)}catch(e){}}}if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!o.has(e)){var s=null,d=e.clientWidth,l=null,c=function(){e.clientWidth!==d&&r()},m=function(t){window.removeEventListener("resize",c,!1),e.removeEventListener("input",r,!1),e.removeEventListener("keyup",r,!1),e.removeEventListener("autosize:destroy",m,!1),e.removeEventListener("autosize:update",r,!1),Object.keys(t).forEach(function(n){e.style[n]=t[n]}),o.delete(e)}.bind(e,{height:e.style.height,resize:e.style.resize,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",m,!1),"onpropertychange"in e&&"oninput"in e&&e.addEventListener("keyup",r,!1),window.addEventListener("resize",c,!1),e.addEventListener("input",r,!1),e.addEventListener("autosize:update",r,!1),e.style.overflowX="hidden",e.style.wordWrap="break-word",o.set(e,{destroy:m,update:r}),function(){var t=window.getComputedStyle(e,null);"vertical"===t.resize?e.style.resize="none":"both"===t.resize&&(e.style.resize="horizontal"),s="content-box"===t.boxSizing?-(parseFloat(t.paddingTop)+parseFloat(t.paddingBottom)):parseFloat(t.borderTopWidth)+parseFloat(t.borderBottomWidth),isNaN(s)&&(s=0),r()}()}}function i(e){var t=o.get(e);t&&t.destroy()}function r(e){var t=o.get(e);t&&t.update()}var o="function"==typeof Map?new Map:function(){var e=[],t=[];return{has:function(t){return e.indexOf(t)>-1},get:function(n){return t[e.indexOf(n)]},set:function(n,i){-1===e.indexOf(n)&&(e.push(n),t.push(i))},delete:function(n){var i=e.indexOf(n);i>-1&&(e.splice(i,1),t.splice(i,1))}}}(),a=function(e){return new Event(e,{bubbles:!0})};try{new Event("test")}catch(e){a=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t}}var s=null;"undefined"==typeof window||"function"!=typeof window.getComputedStyle?(s=function(e){return e},s.destroy=function(e){return e},s.update=function(e){return e}):(s=function(e,t){return e&&Array.prototype.forEach.call(e.length?e:[e],function(e){return n(e)}),e},s.destroy=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],i),e},s.update=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],r),e}),t.exports=s})},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("textarea",{staticClass:"md-input",attrs:{name:e.name,disabled:e.disabled,required:e.required,placeholder:e.placeholder,maxlength:e.maxlength,readonly:e.readonly},domProps:{value:e.value},on:{focus:e.onFocus,blur:e.onBlur,input:e.onInput}})},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-input-container.md-input-invalid:after{background-color:WARN-COLOR}.THEME_NAME.md-input-container.md-input-invalid label,.THEME_NAME.md-input-container.md-input-invalid input,.THEME_NAME.md-input-container.md-input-invalid textarea,.THEME_NAME.md-input-container.md-input-invalid .md-error,.THEME_NAME.md-input-container.md-input-invalid .md-count,.THEME_NAME.md-input-container.md-input-invalid .md-icon:not(.md-icon-delete){color:WARN-COLOR}.THEME_NAME.md-input-container.md-input-focused.md-input-inline label{color:rgba(0,0,0,0.54)}.THEME_NAME.md-input-container.md-input-focused.md-input-required label:after{color:WARN-COLOR}.THEME_NAME.md-input-container.md-input-focused:after{height:2px;background-color:PRIMARY-COLOR}.THEME_NAME.md-input-container.md-input-focused input,.THEME_NAME.md-input-container.md-input-focused textarea{color:PRIMARY-COLOR;text-shadow:0 0 0 BACKGROUND-CONTRAST;-webkit-text-fill-color:transparent}.THEME_NAME.md-input-container.md-input-focused label,.THEME_NAME.md-input-container.md-input-focused .md-icon:not(.md-icon-delete){color:PRIMARY-COLOR}.THEME_NAME.md-input-container.md-input-disabled label,.THEME_NAME.md-input-container.md-input-disabled input,.THEME_NAME.md-input-container.md-input-disabled textarea,.THEME_NAME.md-input-container.md-input-disabled .md-error,.THEME_NAME.md-input-container.md-input-disabled .md-count,.THEME_NAME.md-input-container.md-input-disabled .md-icon:not(.md-icon-delete),.THEME_NAME.md-input-container.md-input-disabled ::-webkit-input-placeholder{color:BACKGROUND-CONTRAST-0.38}\n"},function(e,t,n){"use strict";function i(e){e.component("md-layout",o.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(243),o=function(e){return e&&e.__esModule?e:{default:e}}(r);e.exports=t.default},function(e,t,n){function i(e){n(244)}var r=n(0)(n(245),null,i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-layout",props:{mdTag:{type:String,default:"div"},mdRow:Boolean,mdRowXsmall:Boolean,mdRowSmall:Boolean,mdRowMedium:Boolean,mdRowLarge:Boolean,mdRowXlarge:Boolean,mdColumn:Boolean,mdColumnXsmall:Boolean,mdColumnSmall:Boolean,mdColumnMedium:Boolean,mdColumnLarge:Boolean,mdColumnXlarge:Boolean,mdHideXsmall:Boolean,mdHideSmall:Boolean,mdHideMedium:Boolean,mdHideLarge:Boolean,mdHideXlarge:Boolean,mdHideXsmallAndUp:Boolean,mdHideSmallAndUp:Boolean,mdHideMediumAndUp:Boolean,mdHideLargeAndUp:Boolean,mdHideXlargeAndUp:Boolean,mdGutter:[String,Number,Boolean],mdAlign:String,mdAlignXsmall:String,mdAlignSmall:String,mdAlignMedium:String,mdAlignLarge:String,mdAlignXlarge:String,mdVerticalAlign:String,mdVerticalAlignXsmall:String,mdVerticalAlignSmall:String,mdVerticalAlignMedium:String,mdVerticalAlignLarge:String,mdVerticalAlignXlarge:String,mdFlex:[String,Number,Boolean],mdFlexXsmall:[String,Number,Boolean],mdFlexSmall:[String,Number,Boolean],mdFlexMedium:[String,Number,Boolean],mdFlexLarge:[String,Number,Boolean],mdFlexXlarge:[String,Number,Boolean],mdFlexOffset:[String,Number,Boolean],mdFlexOffsetXsmall:[String,Number,Boolean],mdFlexOffsetSmall:[String,Number,Boolean],mdFlexOffsetMedium:[String,Number,Boolean],mdFlexOffsetLarge:[String,Number,Boolean],mdFlexOffsetXlarge:[String,Number,Boolean]},computed:{classes:function(){var e={"md-row":this.mdRow,"md-row-xsmall":this.mdRowXsmall,"md-row-small":this.mdRowSmall,"md-row-medium":this.mdRowMedium,"md-row-large":this.mdRowLarge,"md-row-xlarge":this.mdRowXlarge,"md-column":this.mdColumn,"md-column-xsmall":this.mdColumnXsmall,"md-column-small":this.mdColumnSmall,"md-column-medium":this.mdColumnMedium,"md-column-large":this.mdColumnLarge,"md-column-xlarge":this.mdColumnXlarge,"md-hide-xsmall":this.mdHideXsmall,"md-hide-small":this.mdHideSmall,"md-hide-medium":this.mdHideMedium,"md-hide-large":this.mdHideLarge,"md-hide-xlarge":this.mdHideXlarge,"md-hide-xsmall-and-up":this.mdHideXsmallAndUp,"md-hide-small-and-up":this.mdHideSmallAndUp,"md-hide-medium-and-up":this.mdHideMediumAndUp,"md-hide-large-and-up":this.mdHideLargeAndUp,"md-hide-xlarge-and-up":this.mdHideXlargeAndUp};return this.mdGutter&&("boolean"==typeof this.mdGutter?e["md-gutter"]=!0:this.mdGutter&&(e["md-gutter-"+this.mdGutter]=!0)),this.generatePropClasses("md-flex","","mdFlex",e),this.generatePropClasses("md-flex","xsmall","mdFlexXsmall",e),this.generatePropClasses("md-flex","small","mdFlexSmall",e),this.generatePropClasses("md-flex","medium","mdFlexMedium",e),this.generatePropClasses("md-flex","large","mdFlexLarge",e),this.generatePropClasses("md-flex","xlarge","mdFlexXlarge",e),this.generatePropClasses("md-flex-offset","","mdFlexOffset",e),this.generatePropClasses("md-flex-offset","xsmall","mdFlexOffsetXsmall",e),this.generatePropClasses("md-flex-offset","small","mdFlexOffsetSmall",e),this.generatePropClasses("md-flex-offset","medium","mdFlexOffsetMedium",e),this.generatePropClasses("md-flex-offset","large","mdFlexOffsetLarge",e),this.generatePropClasses("md-flex-offset","xlarge","mdFlexOffsetXlarge",e),this.generatePropClasses("md-align","","mdAlign",e),this.generatePropClasses("md-align","xsmall","mdAlignXsmall",e),this.generatePropClasses("md-align","small","mdAlignSmall",e),this.generatePropClasses("md-align","medium","mdAlignMedium",e),this.generatePropClasses("md-align","large","mdAlignLarge",e),this.generatePropClasses("md-align","xlarge","mdAlignXlarge",e),this.generatePropClasses("md-vertical-align","","mdVerticalAlign",e),this.generatePropClasses("md-vertical-align","xsmall","mdVerticalAlignXsmall",e),this.generatePropClasses("md-vertical-align","small","mdVerticalAlignSmall",e),this.generatePropClasses("md-vertical-align","medium","mdVerticalAlignMedium",e),this.generatePropClasses("md-vertical-align","large","mdVerticalAlignLarge",e),this.generatePropClasses("md-vertical-align","xlarge","mdVerticalAlignXlarge",e),e}},methods:{generatePropClasses:function(e,t,n,i){t&&(t="-"+t),this[n]&&("boolean"==typeof this[n]?this[n]?i[e+t]=!0:i[e+t+"-none"]=!0:i[e+t+"-"+this[n]]=!0)}},render:function(e){return e(this.mdTag,{staticClass:"md-layout",class:this.classes},this.$slots.default)}},e.exports=t.default},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-list",a.default),e.component("md-list-item",d.default),e.component("md-list-expand",c.default),e.material.styles.push(u.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(247),a=i(o),s=n(251),d=i(s),l=n(283),c=i(l),m=n(286),u=i(m);e.exports=t.default},function(e,t,n){function i(e){n(248)}var r=n(0)(n(249),n(250),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-list",mixins:[r.default]},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("ul",{staticClass:"md-list",class:[e.themeClass]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(252),o=i(r),a=n(253),s=i(a),d=n(268),l=i(d),c=n(271),m=i(c),u=n(274),p=i(u),f=n(277),h=i(f),g=n(280),v=i(g);t.default={functional:!0,props:{href:String,disabled:Boolean},render:function(e,t){var n=t.children,i=t.data,r=t.props;return e(function(){var e=i.on,t=["contextmenu","dblclick","dragend","mousedown","touchstart","click"],o=n.length;if(r.href)return m.default;for(;o--;){var a=n[o].componentOptions;if(a)if("md-list-expand"===a.tag){var d=function(){var e=n[o];return i.scopedSlots={expand:function(){return e}},n.splice(o,1),{v:h.default}}();if("object"===(void 0===d?"undefined":(0,s.default)(d)))return d.v}else if("router-link"===a.tag)return n[o].data.staticClass="md-list-item-container md-button",p.default}if(e)for(var c=t.length;c--;)if(e[t[c]])return l.default;return v.default}(),(0,o.default)({props:r},i),n)}},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var i=n(44),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default=r.default||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var r=n(254),o=i(r),a=n(256),s=i(a),d="function"==typeof s.default&&"symbol"==typeof o.default?function(e){return typeof e}:function(e){return e&&"function"==typeof s.default&&e.constructor===s.default&&e!==s.default.prototype?"symbol":typeof e};t.default="function"==typeof s.default&&"symbol"===d(o.default)?function(e){return void 0===e?"undefined":d(e)}:function(e){return e&&"function"==typeof s.default&&e.constructor===s.default&&e!==s.default.prototype?"symbol":void 0===e?"undefined":d(e)}},function(e,t,n){e.exports={default:n(255),__esModule:!0}},function(e,t,n){n(48),n(68),e.exports=n(63).f("iterator")},function(e,t,n){e.exports={default:n(257),__esModule:!0}},function(e,t,n){n(258),n(265),n(266),n(267),e.exports=n(4).Symbol},function(e,t,n){"use strict";var i=n(2),r=n(8),o=n(3),a=n(16),s=n(49),d=n(259).KEY,l=n(5),c=n(22),m=n(37),u=n(20),p=n(12),f=n(63),h=n(64),g=n(260),v=n(261),b=n(262),y=n(13),x=n(7),_=n(27),E=n(17),w=n(50),A=n(263),T=n(264),S=n(9),O=n(18),C=T.f,R=S.f,M=A.f,N=i.Symbol,I=i.JSON,k=I&&I.stringify,D=p("_hidden"),P=p("toPrimitive"),B={}.propertyIsEnumerable,W=c("symbol-registry"),j=c("symbols"),L=c("op-symbols"),U=Object.prototype,F="function"==typeof N,$=i.QObject,H=!$||!$.prototype||!$.prototype.findChild,G=o&&l(function(){return 7!=w(R({},"a",{get:function(){return R(this,"a",{value:7}).a}})).a})?function(e,t,n){var i=C(U,t);i&&delete U[t],R(e,t,n),i&&e!==U&&R(U,t,i)}:R,z=function(e){var t=j[e]=w(N.prototype);return t._k=e,t},V=F&&"symbol"==typeof N.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof N},q=function(e,t,n){return e===U&&q(L,t,n),y(e),t=_(t,!0),y(n),r(j,t)?(n.enumerable?(r(e,D)&&e[D][t]&&(e[D][t]=!1),n=w(n,{enumerable:E(0,!1)})):(r(e,D)||R(e,D,E(1,{})),e[D][t]=!0),G(e,t,n)):R(e,t,n)},Y=function(e,t){y(e);for(var n,i=v(t=x(t)),r=0,o=i.length;o>r;)q(e,n=i[r++],t[n]);return e},K=function(e,t){return void 0===t?w(e):Y(w(e),t)},X=function(e){var t=B.call(this,e=_(e,!0));return!(this===U&&r(j,e)&&!r(L,e))&&(!(t||!r(this,e)||!r(j,e)||r(this,D)&&this[D][e])||t)},J=function(e,t){if(e=x(e),t=_(t,!0),e!==U||!r(j,t)||r(L,t)){var n=C(e,t);return!n||!r(j,t)||r(e,D)&&e[D][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=M(x(e)),i=[],o=0;n.length>o;)r(j,t=n[o++])||t==D||t==d||i.push(t);return i},Q=function(e){for(var t,n=e===U,i=M(n?L:x(e)),o=[],a=0;i.length>a;)!r(j,t=i[a++])||n&&!r(U,t)||o.push(j[t]);return o};F||(N=function(){if(this instanceof N)throw TypeError("Symbol is not a constructor!");var e=u(arguments.length>0?arguments[0]:void 0),t=function(n){this===U&&t.call(L,n),r(this,D)&&r(this[D],e)&&(this[D][e]=!1),G(this,e,E(1,n))};return o&&H&&G(U,e,{configurable:!0,set:t}),z(e)},s(N.prototype,"toString",function(){return this._k}),T.f=J,S.f=q,n(79).f=A.f=Z,n(39).f=X,n(41).f=Q,o&&!n(40)&&s(U,"propertyIsEnumerable",X,!0),f.f=function(e){return z(p(e))}),a(a.G+a.W+a.F*!F,{Symbol:N});for(var ee="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),te=0;ee.length>te;)p(ee[te++]);for(var ee=O(p.store),te=0;ee.length>te;)h(ee[te++]);a(a.S+a.F*!F,"Symbol",{for:function(e){return r(W,e+="")?W[e]:W[e]=N(e)},keyFor:function(e){if(V(e))return g(W,e);throw TypeError(e+" is not a symbol!")},useSetter:function(){H=!0},useSimple:function(){H=!1}}),a(a.S+a.F*!F,"Object",{create:K,defineProperty:q,defineProperties:Y,getOwnPropertyDescriptor:J,getOwnPropertyNames:Z,getOwnPropertySymbols:Q}),I&&a(a.S+a.F*(!F||l(function(){var e=N();return"[null]"!=k([e])||"{}"!=k({a:e})||"{}"!=k(Object(e))})),"JSON",{stringify:function(e){if(void 0!==e&&!V(e)){for(var t,n,i=[e],r=1;arguments.length>r;)i.push(arguments[r++]);return t=i[1],"function"==typeof t&&(n=t),!n&&b(t)||(t=function(e,t){if(n&&(t=n.call(this,e,t)),!V(t))return t}),i[1]=t,k.apply(I,i)}}}),N.prototype[P]||n(10)(N.prototype,P,N.prototype.valueOf),m(N,"Symbol"),m(Math,"Math",!0),m(i.JSON,"JSON",!0)},function(e,t,n){var i=n(20)("meta"),r=n(6),o=n(8),a=n(9).f,s=0,d=Object.isExtensible||function(){return!0},l=!n(5)(function(){return d(Object.preventExtensions({}))}),c=function(e){a(e,i,{value:{i:"O"+ ++s,w:{}}})},m=function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,i)){if(!d(e))return"F";if(!t)return"E";c(e)}return e[i].i},u=function(e,t){if(!o(e,i)){if(!d(e))return!0;if(!t)return!1;c(e)}return e[i].w},p=function(e){return l&&f.NEED&&d(e)&&!o(e,i)&&c(e),e},f=e.exports={KEY:i,NEED:!1,fastKey:m,getWeak:u,onFreeze:p}},function(e,t,n){var i=n(18),r=n(7);e.exports=function(e,t){for(var n,o=r(e),a=i(o),s=a.length,d=0;s>d;)if(o[n=a[d++]]===t)return n}},function(e,t,n){var i=n(18),r=n(41),o=n(39);e.exports=function(e){var t=i(e),n=r.f;if(n)for(var a,s=n(e),d=o.f,l=0;s.length>l;)d.call(e,a=s[l++])&&t.push(a);return t}},function(e,t,n){var i=n(24);e.exports=Array.isArray||function(e){return"Array"==i(e)}},function(e,t,n){var i=n(7),r=n(79).f,o={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(e){try{return r(e)}catch(e){return a.slice()}};e.exports.f=function(e){return a&&"[object Window]"==o.call(e)?s(e):r(i(e))}},function(e,t,n){var i=n(39),r=n(17),o=n(7),a=n(27),s=n(8),d=n(31),l=Object.getOwnPropertyDescriptor;t.f=n(3)?l:function(e,t){if(e=o(e),t=a(t,!0),d)try{return l(e,t)}catch(e){}if(s(e,t))return r(!i.f.call(e,t),e[t])}},function(e,t){},function(e,t,n){n(64)("asyncIterator")},function(e,t,n){n(64)("observable")},function(e,t,n){var i=n(0)(n(269),n(270),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-list-item",props:{disabled:Boolean},computed:{classes:function(){return{"md-disabled":this.disabled}}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"md-list-item",class:e.classes},[n("div",{staticClass:"md-list-item-container md-button"},[e._t("default")],2),e._v(" "),n("md-button",{staticClass:"md-button-ghost",attrs:{type:"button",disabled:e.disabled},on:{click:function(t){e.$emit("click",t)}}})],1)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(272),n(273),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-list-item",props:{href:String,target:String,disabled:Boolean},computed:{classes:function(){return{"md-disabled":this.disabled}}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"md-list-item",class:e.classes},[n("a",{staticClass:"md-list-item-container md-button",attrs:{href:e.href,target:e.target,disabled:e.disabled},on:{click:function(t){e.$emit("click",t)}}},[e._t("default")],2),e._v(" "),n("md-ink-ripple",{attrs:{disabled:e.disabled}})],1)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(275),n(276),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-list-item",props:{disabled:Boolean},computed:{classes:function(){return{"md-disabled":this.disabled}}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"md-list-item",class:e.classes,attrs:{disabled:e.disabled}},[e._t("default"),e._v(" "),n("md-ink-ripple",{attrs:{disabled:e.disabled}})],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(278),n(279),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(11),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-list-item",props:{disabled:Boolean,mdExpandMultiple:Boolean},data:function(){return{parentList:!1,active:!1,height:0,contentObserver:null,transitionOff:!0}},computed:{classes:function(){return{"md-disabled":this.disabled,"md-active":this.active}},expandClasses:function(){return{"md-transition-off":this.transitionOff}},expandStyles:function(){return{"margin-bottom":this.height}}},methods:{resetSiblings:function(){var e=this;this.parentList.$children.forEach(function(t){t.$el!==e.$el&&t.$el.classList.contains("md-list-item-expand")&&(t.active=!1)})},calculatePadding:function(){var e=this;window.requestAnimationFrame(function(){e._destroyed||(e.height=-e.$refs.expand.scrollHeight+"px",window.setTimeout(function(){e.transitionOff=!1}))})},toggleExpandList:function(e){this.mdExpandMultiple||this.resetSiblings(),this.calculatePadding(),this.active=!this.active,this.$emit("click",e)},recalculateAfterChange:function(){this.transitionOff=!0,this.calculatePadding()},observeChildChanges:function(){this.contentObserver=new MutationObserver(this.recalculateAfterChange),this.contentObserver.observe(this.$refs.expand,{childList:!0,characterData:!0,subtree:!0})}},mounted:function(){var e=this;this.$nextTick(function(){e.parentList=(0,r.default)(e.$parent,"md-list"),e.calculatePadding(),e.observeChildChanges(),window.addEventListener("resize",e.recalculateAfterChange)})},beforeDestroy:function(){this.contentObserver&&this.contentObserver.disconnect(),window.removeEventListener("resize",this.recalculateAfterChange),this._destroyed=!0}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"md-list-item md-list-item-expand",class:e.classes},[n("div",{staticClass:"md-list-item-container md-button"},[e._t("default"),e._v(" "),n("md-icon",{staticClass:"md-list-expand-indicator"},[e._v("keyboard_arrow_down")])],2),e._v(" "),n("md-button",{staticClass:"md-button-ghost",attrs:{type:"button",disabled:e.disabled},on:{click:e.toggleExpandList}}),e._v(" "),n("div",{ref:"expand",staticClass:"md-list-expand",class:e.expandClasses,style:e.expandStyles},[e._t("expand")],2)],1)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(281),n(282),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-list-item"},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"md-list-item"},[n("div",{staticClass:"md-list-item-container"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(284),n(285),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-list-expand"},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-list-expand-container"},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-list{background-color:BACKGROUND-COLOR;color:BACKGROUND-CONTRAST}.THEME_NAME.md-list.md-transparent{background-color:transparent;color:inherit}.THEME_NAME.md-list .md-list-item .router-link-active.md-list-item-container{color:PRIMARY-COLOR}.THEME_NAME.md-list .md-list-item .router-link-active.md-list-item-container>.md-icon{color:PRIMARY-COLOR}.THEME_NAME.md-list .md-list-item.md-primary .md-list-item-container{color:PRIMARY-COLOR}.THEME_NAME.md-list .md-list-item.md-primary .md-list-item-container>.md-icon{color:PRIMARY-COLOR}.THEME_NAME.md-list .md-list-item.md-accent .md-list-item-container{color:ACCENT-COLOR}.THEME_NAME.md-list .md-list-item.md-accent .md-list-item-container>.md-icon{color:ACCENT-COLOR}.THEME_NAME.md-list .md-list-item.md-warn .md-list-item-container{color:WARN-COLOR}.THEME_NAME.md-list .md-list-item.md-warn .md-list-item-container>.md-icon{color:WARN-COLOR}.THEME_NAME.md-list .md-list-item-expand .md-list-item-container{background-color:BACKGROUND-COLOR}.THEME_NAME.md-list .md-list-item-expand .md-list-item-container:hover,.THEME_NAME.md-list .md-list-item-expand .md-list-item-container:focus{background-color:rgba(153,153,153,0.2)}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-menu",a.default),e.component("md-menu-item",d.default),e.component("md-menu-content",c.default),e.material.styles.push(u.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(288),a=i(o),s=n(293),d=i(s),l=n(297),c=i(l),m=n(300),u=i(m);e.exports=t.default},function(e,t,n){function i(e){n(289)}var r=n(0)(n(290),n(292),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(42),o=i(r),a=n(291),s=i(a);t.default={name:"md-menu",props:{mdSize:{type:[Number,String],default:0},mdDirection:{type:String,default:"bottom right"},mdAlignTrigger:{type:Boolean,default:!1},mdOffsetX:{type:[Number,String],default:0},mdOffsetY:{type:[Number,String],default:0},mdCloseOnSelect:{type:Boolean,default:!0},mdAutoWidth:{type:Boolean,default:!1},mdFixed:{type:Boolean,default:!1},mdNoFocus:{type:Boolean,default:!1},mdManualToggle:{type:Boolean,default:!1},mdMaxHeight:{type:Number,default:0}},data:function(){return{active:!1}},watch:{mdSize:function(e,t){e>=1&&e<=7&&(this.removeLastSizeMenuContentClass(t),this.addNewSizeMenuContentClass(e))},mdDirection:function(e,t){this.removeLastDirectionMenuContentClass(t),this.addNewDirectionMenuContentClass(e)},mdAlignTrigger:function(e){this.handleAlignTriggerClass(e)}},methods:{validateMenu:function(){if(!this.menuContent)throw this.$destroy(),new Error("You must have a md-menu-content inside your menu.");if(!this.menuTrigger)throw this.$destroy(),new Error("You must have an element with a md-menu-trigger attribute inside your menu.")},removeLastSizeMenuContentClass:function(e){this.menuContent.classList.remove("md-size-"+e)},removeLastDirectionMenuContentClass:function(e){this.menuContent.classList.remove("md-direction-"+e.replace(/ /g,"-"))},addNewSizeMenuContentClass:function(e){this.menuContent.classList.add("md-size-"+e)},addNewDirectionMenuContentClass:function(e){this.menuContent.classList.add("md-direction-"+e.replace(/ /g,"-"))},handleAlignTriggerClass:function(e){e&&this.menuContent.classList.add("md-align-trigger")},getPosition:function(e,t){var n=this.menuTrigger.getBoundingClientRect(),i="top"===e?n.top+n.height-this.menuContent.offsetHeight:n.top,r="left"===t?n.left-this.menuContent.offsetWidth+n.width:n.left;return i+=parseInt(this.mdOffsetY,10),r+=parseInt(this.mdOffsetX,10),this.mdAlignTrigger&&("top"===e?i-=n.height+11:i+=n.height+11),{top:i,left:r}},calculateMenuContentPos:function(){var e=void 0,t=void 0;if(!this._destroyed){if(e=this.mdDirection?this.getPosition.apply(this,this.mdDirection.trim().split(" ")):this.getPosition("bottom","right"),this.mdAutoWidth&&(t=this.menuTrigger.getBoundingClientRect().width,this.menuContent.style.width=parseInt(t,10)+"px"),this.mdFixed){if(0===this.mdMaxHeight)this.menuContent.style.maxHeight=window.innerHeight-this.menuTrigger.getBoundingClientRect().bottom-8+"px";else if(this.menuContent.children[0].children.length>0){var n=this.menuContent.children[0].children[0].clientHeight;this.menuContent.style.maxHeight=16+n*this.mdMaxHeight+"px"}}else e=(0,s.default)(this.menuContent,e);this.menuContent.style.top=e.top+window.pageYOffset+"px",this.menuContent.style.left=e.left+window.pageXOffset+"px"}},recalculateOnResize:function(){window.requestAnimationFrame(this.calculateMenuContentPos)},open:function(){document.body.contains(this.menuContent)&&document.body.removeChild(this.menuContent),document.body.appendChild(this.menuContent),document.body.appendChild(this.backdropElement),window.addEventListener("resize",this.recalculateOnResize),this.calculateMenuContentPos(),getComputedStyle(this.menuContent).top,this.menuContent.classList.add("md-active"),this.mdNoFocus||this.menuContent.focus(),this.active=!0,this.$emit("open")},close:function(){var e=this,t=function t(n){if(e.menuContent&&n.target===e.menuContent){var i=e.menuContent.querySelector(".md-ripple.md-active");e.menuContent.removeEventListener(o.default,t),e.mdNoFocus||e.menuTrigger.focus(),e.active=!1,i&&i.classList.remove("md-active"),document.body.contains(e.menuContent)&&document.body.removeChild(e.menuContent),document.body.contains(e.backdropElement)&&document.body.removeChild(e.backdropElement),window.removeEventListener("resize",e.recalculateOnResize)}};this.menuContent.addEventListener(o.default,t),this.menuContent.classList.remove("md-active"),this.$emit("close")},toggle:function(){this.active?this.close():this.open()}},mounted:function(){var e=this;this.$nextTick(function(){e.menuTrigger=e.$el.querySelector("[md-menu-trigger]"),e.menuContent=e.$el.querySelector(".md-menu-content"),e.backdropElement=e.$refs.backdrop.$el,e.validateMenu(),e.handleAlignTriggerClass(e.mdAlignTrigger),e.addNewSizeMenuContentClass(e.mdSize),e.addNewDirectionMenuContentClass(e.mdDirection),e.$el.removeChild(e.$refs.backdrop.$el),e.menuContent.parentNode.removeChild(e.menuContent),e.mdManualToggle||e.menuTrigger.addEventListener("click",e.toggle)})},beforeDestroy:function(){document.body.contains(this.menuContent)&&(document.body.removeChild(this.menuContent),document.body.removeChild(this.backdropElement)),this.mdManualToggle||this.menuTrigger.removeEventListener("click",this.toggle),window.removeEventListener("resize",this.recalculateOnResize),this._destroyed=!0}},e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(e,t){return t.top<=0-parseInt(getComputedStyle(e).marginTop,10)},r=function(e,t){return t.top+e.offsetHeight+0>=window.innerHeight-parseInt(getComputedStyle(e).marginTop,10)},o=function(e,t){return t.left<=0-parseInt(getComputedStyle(e).marginLeft,10)},a=function(e,t){return t.left+e.offsetWidth+0>=window.innerWidth-parseInt(getComputedStyle(e).marginLeft,10)},s=function(e,t){var n=getComputedStyle(e);return i(e,t)&&(t.top=0-parseInt(n.marginTop,10)),o(e,t)&&(t.left=0-parseInt(n.marginLeft,10)),a(e,t)&&(t.left=window.innerWidth-0-e.offsetWidth-parseInt(n.marginLeft,10)),r(e,t)&&(t.top=window.innerHeight-0-e.offsetHeight-parseInt(n.marginTop,10)),t};t.default=s,e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-menu"},[e._t("default"),e._v(" "),n("md-backdrop",{ref:"backdrop",staticClass:"md-menu-backdrop md-transparent md-active",on:{close:e.close}})],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(294),n(296),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(11),r=function(e){return e&&e.__esModule?e:{default:e}}(i);n(295),t.default={name:"md-menu-item",props:{href:String,target:String,disabled:Boolean,listIndex:{type:Number,default:-1},manualHighlight:{type:Boolean,default:!1}},data:function(){return{parentContent:{},index:0,highlighted:!1}},computed:{classes:function(){return{"md-highlighted":this.highlighted}},getHighlight:function(){if(!this.manualHighlight)return this.index===this.parentContent.highlighted?(this.disabled&&(this.parentContent.oldHighlight>this.parentContent.highlighted?this.parentContent.highlighted--:this.parentContent.highlighted++),1===this.index?this.parentContent.$el.scrollTop=0:this.index===this.parentContent.itemsAmount?this.parentContent.$el.scrollTop=this.parentContent.$el.scrollHeight:this.$el.scrollIntoViewIfNeeded(!1),this.highlighted=!0,!0):(this.highlighted=!1,!1)}},methods:{close:function(e){this.parentMenu.mdManualToggle?this.disabled||(this.$emit("click",e),this.$emit("selected",e)):this.disabled||(this.parentMenu.mdCloseOnSelect&&this.parentContent.close(),this.$emit("click",e),this.$emit("selected",e))}},mounted:function(){if(this.parentContent=(0,r.default)(this.$parent,"md-menu-content"),this.parentMenu=(0,r.default)(this.$parent,"md-menu"),!this.parentContent)throw this.$destroy(),new Error("You must wrap the md-menu-item in a md-menu-content");-1===this.listIndex?(this.parentContent.itemListCount++,this.index=this.parentContent.itemListCount):this.index=this.listIndex+1}},e.exports=t.default},function(e,t){Element.prototype.scrollIntoViewIfNeeded||(Element.prototype.scrollIntoViewIfNeeded=function(e){e=0===arguments.length||!!e;var t=this.parentNode,n=window.getComputedStyle(t,null),i=parseInt(n.getPropertyValue("border-top-width")),r=parseInt(n.getPropertyValue("border-left-width")),o=this.offsetTop-t.offsetTop<t.scrollTop,a=this.offsetTop-t.offsetTop+this.clientHeight-i>t.scrollTop+t.clientHeight,s=this.offsetLeft-t.offsetLeft<t.scrollLeft,d=this.offsetLeft-t.offsetLeft+this.clientWidth-r>t.scrollLeft+t.clientWidth,l=o&&!a;(o||a)&&e&&(t.scrollTop=this.offsetTop-t.offsetTop-t.clientHeight/2-i+this.clientHeight/2),(s||d)&&e&&(t.scrollLeft=this.offsetLeft-t.offsetLeft-t.clientWidth/2-r+this.clientWidth/2),(o||a||s||d)&&!e&&this.scrollIntoView(l)})},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("md-list-item",{staticClass:"md-menu-item",class:e.classes,attrs:{href:e.href,target:e.target,disabled:e.disabled},on:{click:e.close}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(298),n(299),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-menu-content",data:function(){return{oldHighlight:!1,highlighted:!1,itemsAmount:0,itemListCount:0}},methods:{close:function(){this.highlighted=!1,this.$parent.close()},highlightItem:function(e){this.itemsAmount=this.$children[0].$children.length,this.itemsAmount<this.highlighted-1&&(this.highlighted=1),this.oldHighlight=this.highlighted,"up"===e&&(1===this.highlighted?this.highlighted=this.itemsAmount:this.highlighted--),"down"===e&&(this.highlighted===this.itemsAmount?this.highlighted=1:this.highlighted++),this.$children[0].$children[this.highlighted-1].$el.scrollIntoView({block:"end",behavior:"smooth"});for(var t=0;t<this.itemsAmount;t++)this.$children[0].$children[t].highlighted=!1;this.$children[0].$children[this.highlighted-1].highlighted=!0},fireClick:function(){this.highlighted>0&&this.getOptions()[this.highlighted-1].$el.click()},getOptions:function(){return this.$children[0].$children.filter(function(e){return e.$el.classList.contains("md-option")})}},mounted:function(){if(!this.$parent.$el.classList.contains("md-menu"))throw this.$destroy(),new Error("You must wrap the md-menu-content in a md-menu")}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-menu-content",attrs:{tabindex:"-1"},on:{keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27))return null;t.preventDefault(),e.close(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"tab",9))return null;t.preventDefault(),e.close(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38))return null;t.preventDefault(),e.highlightItem("up")},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40))return null;t.preventDefault(),e.highlightItem("down")},function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13))return null;e.fireClick(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32))return null;e.fireClick(t)}]}},[n("md-list",[e._t("default")],2)],1)},staticRenderFns:[]}},function(e,t){e.exports=".md-menu-content .THEME_NAME.md-list{background-color:BACKGROUND-COLOR;color:BACKGROUND-CONTRAST}.md-menu-content .THEME_NAME.md-list .md-menu-item:hover .md-button:not([disabled]),.md-menu-content .THEME_NAME.md-list .md-menu-item:focus .md-button:not([disabled]),.md-menu-content .THEME_NAME.md-list .md-menu-item.md-highlighted .md-button:not([disabled]){background-color:BACKGROUND-CONTRAST-0.12}.md-menu-content .THEME_NAME.md-list .md-menu-item[disabled]{color:BACKGROUND-CONTRAST-0.38}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-boards",a.default),e.component("md-board",d.default),e.material.styles.push(c.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(302),a=i(o),s=n(306),d=i(s),l=n(309),c=i(l);e.exports=t.default},function(e,t,n){function i(e){n(303)}var r=n(0)(n(304),n(305),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(38),o=i(r),a=n(1),s=i(a),d=n(59),l=i(d);t.default={props:{mdFixed:Boolean,mdCentered:Boolean,mdRight:Boolean,mdDynamicHeight:{type:Boolean,default:!0},mdElevation:{type:[String,Number],default:0},mdAuto:{type:Boolean,default:!1},mdDuration:{type:Number,default:5e3},mdControls:{type:Boolean,default:!1},mdInfinite:{type:Boolean,default:!1},mdSwipeable:Boolean,mdSwipeDistance:{type:Number,default:100}},mixins:[s.default],data:function(){return{boardList:{},activeBoard:null,activeBoardNumber:0,hasIcons:!1,hasLabel:!1,transitionControl:null,transitionOff:!1,contentHeight:"0px",contentWidth:"0px",autoTransition:null}},computed:{boardClasses:function(){return{"md-dynamic-height":this.mdDynamicHeight,"md-transition-off":this.transitionOff}},navigationClasses:function(){return{"md-has-icon":this.hasIcons,"md-has-label":this.hasLabel,"md-fixed":this.mdFixed,"md-right":!this.mdCentered&&this.mdRight,"md-centered":this.mdCentered||this.mdFixed}},indicatorClasses:function(){var e=this.lastIndicatorNumber>this.activeBoardNumber;return this.lastIndicatorNumber=this.activeBoardNumber,{"md-transition-off":this.transitionOff,"md-to-right":!e,"md-to-left":e}}},methods:{getHeaderClass:function(e){return{"md-active":this.activeBoard===e.id,"md-disabled":e.disabled}},registerBoard:function(e){this.boardList[e.id]=e},unregisterBoard:function(e){delete this.boardList[e.id]},updateBoard:function(e){if(this.registerBoard(e),e.active)if(e.disabled){if((0,o.default)(this.boardList).length){var t=(0,o.default)(this.boardList),n=t.indexOf(e.id)+1,i=t[n];i?this.setActiveBoard(this.boardList[i]):this.setActiveBoard(this.boardList[0])}}else this.setActiveBoard(e)},observeElementChanges:function(){this.parentObserver=new MutationObserver((0,l.default)(this.calculateOnWatch,50)),this.parentObserver.observe(this.$refs.boardsContent,{childList:!0,attributes:!0,subtree:!0})},getBoardIndex:function(e){return(0,o.default)(this.boardList).indexOf(e)},calculateIndicatorPos:function(){if(this.$refs.boardHeader&&this.$refs.boardHeader[this.activeBoardNumber]){var e=this.$el.offsetWidth,t=this.$refs.boardHeader[this.activeBoardNumber],n=t.offsetLeft,i=e-n-t.offsetWidth;this.$refs.indicator.style.left=n+"px",this.$refs.indicator.style.right=i+"px"}},calculateBoardsWidthAndPosition:function(){var e=this.$el.offsetWidth,t=0;this.contentWidth=e*this.activeBoardNumber+"px";for(var n in this.boardList){var i=this.boardList[n];i.ref.width=e+"px",i.ref.left=e*t+"px",t++}},calculateContentHeight:function(){var e=this;this.$nextTick(function(){if((0,o.default)(e.boardList).length){var t=e.boardList[e.activeBoard].ref.$el.offsetHeight;e.contentHeight=t+"px"}})},calculatePosition:function(){var e=this;window.requestAnimationFrame(function(){e._destroyed||(e.calculateIndicatorPos(),e.calculateBoardsWidthAndPosition(),e.calculateContentHeight())})},debounceTransition:function(){var e=this;window.clearTimeout(this.transitionControl),this.transitionControl=window.setTimeout(function(){e.calculatePosition(),e.transitionOff=!1},200)},calculateOnWatch:function(){this.calculatePosition(),this.debounceTransition()},calculateOnResize:function(){this.transitionOff=!0,this.calculateOnWatch()},start:function(){var e=this;this.autoTransition&&window.clearInterval(this.autoTransition),this.autoTransition=window.setInterval(function(){e.moveNextBoard()},this.mdDuration)},setActiveBoard:function(e,t){this.mdAuto&&t&&this.start(),this.hasIcons=!!e.icon,this.hasLabel=!!e.label,this.activeBoard=e.id,this.activeBoardNumber=this.getBoardIndex(this.activeBoard),this.calculatePosition(),this.$emit("change",this.activeBoardNumber)},movePrevBoard:function(){var e=(0,o.default)(this.boardList),t=e.indexOf(this.activeBoard)-1,n=e[t];if(n)this.setActiveBoard(this.boardList[n],!0);else if(this.mdInfinite){var i=(0,o.default)(this.boardList)[(0,o.default)(this.boardList).length-1];this.setActiveBoard(this.boardList[i],!0)}},moveNextBoard:function(){var e=(0,o.default)(this.boardList),t=e.indexOf(this.activeBoard)+1,n=e[t];if(n)this.setActiveBoard(this.boardList[n],!0);else if(this.mdInfinite){var i=(0,o.default)(this.boardList)[0];this.setActiveBoard(this.boardList[i],!0)}},isHorizontallyInside:function(e){return e>this.mountedRect.left&&e<this.mountedRect.left+this.mountedRect.width},isVerticallyInside:function(e){return e>this.mountedRect.top&&e<this.mountedRect.top+this.mountedRect.height},handleTouchStart:function(e){this.mountedRect=this.$refs.boardsContent.getBoundingClientRect();var t=e.changedTouches[0].clientX,n=e.changedTouches[0].clientY;this.isHorizontallyInside(t)&&this.isVerticallyInside(n)&&(this.initialTouchPosition=t,this.canMove=!0)},handleTouchEnd:function(e){if(this.canMove){var t=e.changedTouches[0].clientX,n=this.initialTouchPosition-t,i=n>0?"moveNextBoard":"movePrevBoard";Math.abs(n)>this.mdSwipeDistance&&this[i](),this.canMove=!1,this.initialTouchPosition=null}}},mounted:function(){var e=this;this.$nextTick(function(){if(e.observeElementChanges(),window.addEventListener("resize",e.calculateOnResize),(0,o.default)(e.boardList).length&&!e.activeBoard){var t=(0,o.default)(e.boardList)[0];e.setActiveBoard(e.boardList[t])}e.mdSwipeable&&(e.mountedRect=e.$refs.boardsContent.getBoundingClientRect(),e.initialTouchPosition=null,e.canMove=!1,document.addEventListener("touchstart",e.handleTouchStart),document.addEventListener("touchend",e.handleTouchEnd)),e.mdAuto&&e.start()})},beforeDestroy:function(){this.parentObserver&&this.parentObserver.disconnect(),this.autoTransition&&window.clearTimeout(this.autoTransition),window.removeEventListener("resize",this.calculateOnResize),this.mdSwipeable&&(document.removeEventListener("touchstart",this.handleTouchStart),document.removeEventListener("touchend",this.handleTouchEnd)),this._destroyed=!0}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-boards",class:[e.themeClass,e.boardClasses]},[n("div",{ref:"boardsContent",staticClass:"md-boards-content",style:{height:e.contentHeight}},[n("div",{staticClass:"md-boards-wrapper",style:{transform:"translate3D(-"+e.contentWidth+", 0, 0)"}},[e._t("default")],2)]),e._v(" "),n("nav",{ref:"boardNavigation",staticClass:"md-boards-navigation",class:e.navigationClasses},[e.mdControls?e._e():n("span",{staticStyle:{flex:"1"}}),e._v(" "),e.mdControls?n("md-button",{on:{click:function(t){e.movePrevBoard()}}},[n("div",{staticClass:"md-board-header-container"},[n("md-icon",{staticClass:"md-control"},[e._v("chevron_left")])],1)]):e._e(),e._v(" "),n("span",{staticStyle:{flex:"1"}}),e._v(" "),e._l(e.boardList,function(t){return n("button",{key:t.id,ref:"boardHeader",refInFor:!0,staticClass:"md-board-header",class:e.getHeaderClass(t),attrs:{type:"button",disabled:t.disabled},on:{click:function(n){e.setActiveBoard(t,!0)}}},[n("div",{staticClass:"md-board-header-container"},[n("md-icon",[e._v("fiber_manual_record")])],1)])}),e._v(" "),n("span",{staticStyle:{flex:"1"}}),e._v(" "),e.mdControls?n("md-button",{on:{click:function(t){e.moveNextBoard()}}},[n("div",{staticClass:"md-board-header-container"},[n("md-icon",{staticClass:"md-control"},[e._v("chevron_right")])],1)]):e._e(),e._v(" "),e.mdControls?e._e():n("span",{staticStyle:{flex:"1"}}),e._v(" "),n("span",{ref:"indicator"})],2)])},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(307),n(308),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(36),o=i(r),a=n(11),s=i(a);t.default={props:{id:[String,Number],mdLabel:[String,Number],mdIcon:String,mdActive:Boolean,mdDisabled:Boolean,mdTooltip:String,mdTooltipDelay:{type:String,default:"0"},mdTooltipDirection:{type:String,default:"bottom"}},data:function(){return{mounted:!1,boardId:this.id||"board-"+(0,o.default)(),width:"0px",left:"0px"}},watch:{mdActive:function(){this.updateBoardData()},mdDisabled:function(){this.updateBoardData()},mdIcon:function(){this.updateBoardData()},mdLabel:function(){this.updateBoardData()},mdTooltip:function(){this.updateBoardData()},mdTooltipDelay:function(){this.updateBoardData()},mdTooltipDirection:function(){this.updateBoardData()}},computed:{styles:function(){return{width:this.width,left:this.left}}},methods:{getBoardData:function(){return{id:this.boardId,label:this.mdLabel,icon:this.mdIcon,active:this.mdActive,disabled:this.mdDisabled,tooltip:this.mdTooltip,tooltipDelay:this.mdTooltipDelay,tooltipDirection:this.mdTooltipDirection,ref:this}},updateBoardData:function(){this.parentBoards.updateBoard(this.getBoardData())}},mounted:function(){var e=this.getBoardData();if(this.parentBoards=(0,s.default)(this.$parent,"md-boards"),!this.parentBoards)throw new Error("You must wrap the md-board in a md-boards");this.mounted=!0,this.parentBoards.updateBoard(e),this.mdActive&&this.parentBoards.setActiveBoard(e)},beforeDestroy:function(){this.parentBoards.unregisterBoard(this.getBoardData())}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-board",style:e.styles,attrs:{id:e.boardId}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-boards>.md-boards-navigation{background-color:transparent}.THEME_NAME.md-boards>.md-boards-navigation .md-board-header{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME.md-boards>.md-boards-navigation .md-board-header.md-active,.THEME_NAME.md-boards>.md-boards-navigation .md-board-header:active{color:PRIMARY-COLOR}.THEME_NAME.md-boards>.md-boards-navigation .md-board-header.md-disabled{color:BACKGROUND-CONTRAST-0.26}.THEME_NAME.md-boards>.md-boards-navigation .md-button{color:PRIMARY-COLOR}.THEME_NAME.md-boards.md-transparent>.md-boards-navigation{background-color:transparent}.THEME_NAME.md-boards.md-transparent>.md-boards-navigation .md-board-header{color:PRIMARY-CONTRAST-0.54}.THEME_NAME.md-boards.md-transparent>.md-boards-navigation .md-board-header.md-active,.THEME_NAME.md-boards.md-transparent>.md-boards-navigation .md-board-header:active{color:PRIMARY-CONTRAST}.THEME_NAME.md-boards.md-transparent>.md-boards-navigation .md-board-header.md-disabled{color:PRIMARY-CONTRAST-0.26}.THEME_NAME.md-boards.md-transparent>.md-boards-navigation .md-button{color:PRIMARY-CONTRAST-0.54}.THEME_NAME.md-boards.md-primary>.md-boards-navigation{background-color:PRIMARY-COLOR}.THEME_NAME.md-boards.md-primary>.md-boards-navigation .md-board-header{color:PRIMARY-CONTRAST-0.54}.THEME_NAME.md-boards.md-primary>.md-boards-navigation .md-board-header.md-active,.THEME_NAME.md-boards.md-primary>.md-boards-navigation .md-board-header:active{color:PRIMARY-CONTRAST}.THEME_NAME.md-boards.md-primary>.md-boards-navigation .md-board-header.md-disabled{color:PRIMARY-CONTRAST-0.26}.THEME_NAME.md-boards.md-primary>.md-boards-navigation .md-button{color:PRIMARY-CONTRAST-0.54}.THEME_NAME.md-boards.md-accent>.md-boards-navigation{background-color:ACCENT-COLOR}.THEME_NAME.md-boards.md-accent>.md-boards-navigation .md-board-header{color:ACCENT-CONTRAST-0.54}.THEME_NAME.md-boards.md-accent>.md-boards-navigation .md-board-header.md-active,.THEME_NAME.md-boards.md-accent>.md-boards-navigation .md-board-header:active{color:ACCENT-CONTRAST}.THEME_NAME.md-boards.md-accent>.md-boards-navigation .md-board-header.md-disabled{color:ACCENT-CONTRAST-0.26}.THEME_NAME.md-boards.md-accent>.md-boards-navigation .md-button{color:ACCENT-CONTRAST-0.54}.THEME_NAME.md-boards.md-warn>.md-boards-navigation{background-color:WARN-COLOR}.THEME_NAME.md-boards.md-warn>.md-boards-navigation .md-board-header{color:WARN-CONTRAST-0.54}.THEME_NAME.md-boards.md-warn>.md-boards-navigation .md-board-header.md-active,.THEME_NAME.md-boards.md-warn>.md-boards-navigation .md-board-header:active{color:WARN-CONTRAST}.THEME_NAME.md-boards.md-warn>.md-boards-navigation .md-board-header.md-disabled{color:WARN-CONTRAST-0.26}.THEME_NAME.md-boards.md-warn>.md-boards-navigation .md-button{color:WARN-CONTRAST-0.54}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-progress",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(311),a=i(o),s=n(315),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(312)}var r=n(0)(n(313),n(314),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-progress",props:{mdIndeterminate:Boolean,mdProgress:{type:Number,default:0}},mixins:[r.default],computed:{classes:function(){return{"md-indeterminate":this.mdIndeterminate}},styles:function(){if(!this.mdIndeterminate)return{width:this.mdProgress+"%"}}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"md-progress",appear:""}},[n("div",{staticClass:"md-progress",class:[e.themeClass,e.classes]},[n("div",{staticClass:"md-progress-track",style:e.styles})])])},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-progress{background-color:PRIMARY-COLOR-0.38}.THEME_NAME.md-progress:not(.md-indeterminate) .md-progress-track{background-color:PRIMARY-COLOR}.THEME_NAME.md-progress .md-progress-track:after,.THEME_NAME.md-progress .md-progress-track:before{background-color:PRIMARY-COLOR}.THEME_NAME.md-progress.md-accent{background-color:ACCENT-COLOR-0.38}.THEME_NAME.md-progress.md-accent:not(.md-indeterminate) .md-progress-track{background-color:ACCENT-COLOR}.THEME_NAME.md-progress.md-accent .md-progress-track:after,.THEME_NAME.md-progress.md-accent .md-progress-track:before{background-color:ACCENT-COLOR}.THEME_NAME.md-progress.md-warn{background-color:WARN-COLOR-0.38}.THEME_NAME.md-progress.md-warn:not(.md-indeterminate) .md-progress-track{background-color:WARN-COLOR}.THEME_NAME.md-progress.md-warn .md-progress-track:after,.THEME_NAME.md-progress.md-warn .md-progress-track:before{background-color:WARN-COLOR}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-radio",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(317),a=i(o),s=n(321),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(318)}var r=n(0)(n(319),n(320),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-radio",props:{name:String,id:String,value:[String,Boolean,Number],mdValue:{type:[String,Boolean,Number],required:!0},disabled:Boolean},mixins:[r.default],computed:{classes:function(){return{"md-checked":void 0!==this.value&&null!==this.value&&this.mdValue.toString()===this.value.toString(),"md-disabled":this.disabled}}},methods:{toggleCheck:function(e){this.disabled||(this.$emit("change",this.mdValue,e),this.$emit("input",this.mdValue,e))}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-radio",class:[e.themeClass,e.classes]},[n("div",{staticClass:"md-radio-container",on:{click:function(t){t.stopPropagation(),e.toggleCheck(t)}}},[n("input",{attrs:{type:"radio",name:e.name,id:e.id,disabled:e.disabled},domProps:{value:e.value}}),e._v(" "),n("md-ink-ripple",{attrs:{"md-disabled":e.disabled}})],1),e._v(" "),e.$slots.default?n("label",{staticClass:"md-radio-label",attrs:{for:e.id||e.name},on:{click:function(t){t.preventDefault(),e.toggleCheck(t)}}},[e._t("default")],2):e._e()])},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-radio .md-radio-container:after{background-color:ACCENT-COLOR}.THEME_NAME.md-radio.md-checked .md-radio-container{border-color:ACCENT-COLOR}.THEME_NAME.md-radio.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME.md-radio.md-checked .md-ripple{opacity:.38}.THEME_NAME.md-radio.md-primary .md-radio-container:after{background-color:PRIMARY-COLOR}.THEME_NAME.md-radio.md-primary.md-checked .md-radio-container{border-color:PRIMARY-COLOR}.THEME_NAME.md-radio.md-primary.md-checked .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME.md-radio.md-warn .md-radio-container:after{background-color:WARN-COLOR}.THEME_NAME.md-radio.md-warn.md-checked .md-radio-container{border-color:WARN-COLOR}.THEME_NAME.md-radio.md-warn.md-checked .md-ink-ripple{color:WARN-COLOR}.THEME_NAME.md-radio.md-disabled .md-radio-container{border-color:rgba(0,0,0,0.26)}.THEME_NAME.md-radio.md-disabled .md-radio-container:after{background-color:rgba(0,0,0,0.26)}.THEME_NAME.md-radio.md-disabled.md-checked .md-radio-container{border-color:rgba(0,0,0,0.26)}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-rating-bar",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(323),a=i(o),s=n(327),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(324)}var r=n(0)(n(325),n(326),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={props:{mdMaxRating:{type:Number,default:5},disabled:Boolean,value:{type:Number,default:0},mdIconSize:{type:Number,default:1},mdFullIconset:String,mdEmptyIconset:String,mdFullIcon:{type:String,default:"star"},mdEmptyIcon:{type:String,default:"star"}},mixins:[r.default],data:function(){return{srcFullIcon:null,srcEmptyIcon:null,rating:this.value}},mounted:function(){this.srcFullIcon=this.checkSrc(this.mdFullIcon),this.srcEmptyIcon=this.checkSrc(this.mdEmptyIcon)},computed:{emptyIcon:function(){return this.mdEmptyIconset?"":this.mdEmptyIcon},fullIcon:function(){return this.mdFullIconset?"":this.mdFullIcon},iconClasses:function(){var e={};return this.mdIconSize&&(e["md-size-"+this.mdIconSize+"x"]=!0),e},fullIconStyle:function(){return{width:100/this.mdMaxRating*this.rating+"%","margin-left":-24*this.mdIconSize*this.mdMaxRating+"px"}}},watch:{mdFullIcon:function(){this.srcFullIcon=this.checkSrc(this.mdFullIcon)},mdEmptyIcon:function(){this.srcEmptyIcon=this.checkSrc(this.mdEmptyIcon)},value:function(){this.rating=this.value}},methods:{hoverStars:function(e){this.disabled||(this.rating=this.getIconIndex(e.currentTarget),this.$emit("hover",this.rating))},clickStars:function(e){if(!this.disabled){var t=this.getIconIndex(e.currentTarget);this.$emit("input",t),this.$emit("change",t)}},getIconIndex:function(e){var t=this,n=this.$el.querySelectorAll(".md-empty-icon > .md-icon, .md-full-icon > .md-icon"),i=-1;return n=Array.prototype.slice.call(n),n.some(function(n,r){if(n===e)return i=(r+1)%t.mdMaxRating,i=i||t.mdMaxRating,!0}),i},checkSrc:function(e){return e&&/.+\.(svg|png)/.test(e)?e:null},onMouseOut:function(){this.rating=this.value}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-rating-bar",class:[e.themeClass],attrs:{disabled:e.disabled}},[e.srcEmptyIcon?n("div",{staticClass:"md-empty-icon"},e._l(e.mdMaxRating,function(t){return e.srcEmptyIcon?n("md-icon",{key:t,class:[e.iconClasses],attrs:{"md-src":e.srcEmptyIcon},nativeOn:{mouseover:function(t){e.hoverStars(t)},click:function(t){e.clickStars(t)},mouseout:function(t){e.onMouseOut(t)}}}):e._e()})):n("div",{staticClass:"md-empty-icon"},e._l(e.mdMaxRating,function(t){return n("md-icon",{key:t,class:[e.iconClasses],attrs:{"md-iconset":e.mdEmptyIconset},domProps:{innerHTML:e._s(e.emptyIcon)},nativeOn:{mouseover:function(t){e.hoverStars(t)},click:function(t){e.clickStars(t)},mouseout:function(t){e.onMouseOut(t)}}})})),e._v(" "),e.srcFullIcon?n("div",{staticClass:"md-full-icon",style:e.fullIconStyle},e._l(e.mdMaxRating,function(t){return e.srcFullIcon?n("md-icon",{key:t,class:[e.iconClasses],attrs:{"md-src":e.srcFullIcon},nativeOn:{mouseover:function(t){e.hoverStars(t)},click:function(t){e.clickStars(t)},mouseout:function(t){e.onMouseOut(t)}}}):e._e()})):n("div",{staticClass:"md-full-icon",style:e.fullIconStyle},e._l(e.mdMaxRating,function(t){return n("md-icon",{key:t,class:[e.iconClasses],attrs:{"md-iconset":e.mdFullIconset},domProps:{innerHTML:e._s(e.fullIcon)},nativeOn:{mouseover:function(t){e.hoverStars(t)},click:function(t){e.clickStars(t)},mouseout:function(t){e.onMouseOut(t)}}})}))])},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-rating-bar>.md-empty-icon .md-icon{color:BACKGROUND-CONTRAST-0.26}.THEME_NAME.md-rating-bar>.md-full-icon .md-icon{color:BACKGROUND-CONTRAST-0.38}.THEME_NAME.md-rating-bar.md-primary>.md-full-icon .md-icon{color:PRIMARY-COLOR}.THEME_NAME.md-rating-bar.md-accent>.md-full-icon .md-icon{color:ACCENT-COLOR}.THEME_NAME.md-rating-bar.md-warn>.md-full-icon .md-icon{color:WARN-COLOR}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-select",a.default),e.component("md-option",d.default),e.material.styles.push(c.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(329),a=i(o),s=n(333),d=i(s),l=n(336),c=i(l);e.exports=t.default},function(e,t,n){function i(e){n(330)}var r=n(0)(n(331),n(332),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(44),o=i(r),a=n(38),s=i(a),d=n(1),l=i(d),c=n(11),m=i(c),u=n(67),p=i(u);t.default={name:"md-select",props:{name:String,id:String,required:Boolean,multiple:Boolean,value:[String,Boolean,Number,Array],disabled:Boolean,placeholder:String,mdMenuClass:String,mdMenuOptions:Object},mixins:[l.default],data:function(){return{lastSelected:null,selectedValue:null,selectedText:null,multipleOptions:{},options:{},optionsAmount:0}},computed:{classes:function(){return{"md-disabled":this.disabled,"md-select-icon":this.hasIcon}},contentClasses:function(){return this.multiple?"md-multiple "+this.mdMenuClass:this.mdMenuClass},hasIcon:function(){return this.$slots.icon},valueStyle:function(){return this.hasIcon?{display:"none"}:{}}},watch:{value:function(e){this.setTextAndValue(e),this.multiple&&this.selectOptions(e)},disabled:function(){this.setParentDisabled()},required:function(){this.setParentRequired()},placeholder:function(){this.setParentPlaceholder()}},methods:{changeValue:function(e){this.$emit("input",e),this.$emit("change",e),this.$emit("selected",e)},getSingleValue:function(e){var t=this,n={};return(0,s.default)(this.options).forEach(function(i){var r=t.options[i];r.value===e&&(n.value=e,n.text=r.$refs.item.textContent,n.el=r.$refs.item)}),n},getMultipleValue:function(e){var t=this;if((0,p.default)(this.value)){var n=[];return e.forEach(function(e){(0,s.default)(t.options).forEach(function(i){var r=t.options[i];if(r.value===e){var o=r.$refs.item.textContent;t.multipleOptions[i]={value:e,text:o},n.push(o)}})}),{value:e,text:n.join(", ")}}return{}},onOpen:function(){this.lastSelected&&this.lastSelected.scrollIntoViewIfNeeded(!0),this.$emit("opened")},removeChild:function(e){this.optionsAmount--;var t=(0,o.default)({},this.options[e]);if(delete this.options[e],delete this.multipleOptions[e],this.multiple){var n=this.selectedValue.find(function(e){return e.name===t.$refs.item.textContent.trim()}),i=this.selectedValue.indexOf(n);-1!==i&&this.selectedValue.splice(i,1)}},setParentDisabled:function(){this.parentContainer.isDisabled=this.disabled},setParentRequired:function(){this.parentContainer.isRequired=this.required},setParentPlaceholder:function(){this.parentContainer.hasPlaceholder=!!this.placeholder},selectOptions:function(e){var t=this,n=(0,s.default)(this.options).map(function(e){return t.options[e]});if(n&&n.length){var i=n.filter(function(t){return e.includes(t.value)}),r=n.filter(function(t){return!e.includes(t.value)});i.forEach(function(e){e.check=!0}),r.forEach(function(e){e.check=!1})}},setTextAndValue:function(e){var t=this.multiple?this.getMultipleValue(e):this.getSingleValue(e);this.selectedValue=t.value,this.selectedText=t.text,this.lastSelected=t.el,this.parentContainer&&this.parentContainer.setValue(this.selectedText)},selectMultiple:function(e,t,n){var i=this;this.$nextTick(function(){var r=[];i.multipleOptions[e]={value:t,text:n};for(var o in i.multipleOptions)i.multipleOptions.hasOwnProperty(o)&&i.multipleOptions[o].value&&r.push(i.multipleOptions[o].value);i.changeValue(r)})},selectOption:function(e,t,n){this.lastSelected=n,this.selectedText=t,this.setTextAndValue(e),this.changeValue(e)}},mounted:function(){this.parentContainer=(0,m.default)(this.$parent,"md-input-container"),this.parentContainer&&(this.setParentDisabled(),this.setParentRequired(),this.setParentPlaceholder(),this.parentContainer.hasSelect=!0),this.setTextAndValue(this.value)},beforeDestroy:function(){this.parentContainer&&(this.parentContainer.setValue(""),this.parentContainer.hasSelect=!1)}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-select",class:[e.themeClass,e.classes]},[n("md-menu",e._b({attrs:{"md-close-on-select":!e.multiple},on:{open:e.onOpen,close:function(t){e.$emit("closed")}}},"md-menu",e.mdMenuOptions,!1),[e._t("icon"),e._v(" "),n("span",{ref:"value",staticClass:"md-select-value",style:e.valueStyle,attrs:{"md-menu-trigger":""}},[e._v("\n "+e._s(e.selectedText||e.placeholder)+"\n ")]),e._v(" "),n("md-menu-content",{staticClass:"md-select-content",class:[e.themeClass,e.contentClasses]},[e._t("default")],2)],2),e._v(" "),n("select",{attrs:{name:e.name,id:e.id,required:e.required,disabled:e.disabled,tabindex:"-1"}},[e.multiple?e._e():n("option",{attrs:{selected:"true"},domProps:{value:e.selectedValue}},[e._v("\n "+e._s(e.selectedText)+"\n ")]),e._v(" "),e._l(e.multipleOptions,function(t,i){return t.value?n("option",{key:i,attrs:{selected:"true"},domProps:{value:t.value}},[e._v("\n "+e._s(t.text)+"\n ")]):e._e()})],2)],1)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(334),n(335),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(11),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-option",props:{value:[String,Boolean,Number,Object]},data:function(){return{parentSelect:{},check:!1,index:0}},computed:{isSelected:function(){if(this.value&&this.parentSelect.value){var e=this.value.toString();return this.parentSelect.multiple?this.parentSelect.value.indexOf(e)>=0:this.value&&this.parentSelect.value&&e===this.parentSelect.value.toString()}return!1},classes:function(){return{"md-selected":this.isSelected,"md-checked":this.check}}},methods:{isMultiple:function(){return this.parentSelect.multiple},setParentOption:function(){this.isMultiple()?this.check=!this.check:this.parentSelect.selectOption(this.value,this.$refs.item.textContent,this.$el)},selectOption:function(e){this.disabled||(this.setParentOption(),this.$emit("selected",e))}},watch:{isSelected:function(e){this.isMultiple()&&(this.check=e)},check:function(e){e?this.parentSelect.selectMultiple(this.index,this.value,this.$refs.item.textContent):this.parentSelect.selectMultiple(this.index)}},mounted:function(){if(this.parentSelect=(0,r.default)(this.$parent,"md-select"),this.parentContent=(0,r.default)(this.$parent,"md-menu-content"),!this.parentSelect)throw new Error("You must wrap the md-option in a md-select");this.parentSelect.optionsAmount++,this.index=this.parentSelect.optionsAmount,this.parentSelect.multipleOptions[this.index]={},this.parentSelect.options[this.index]=this,(this.isMultiple()&&this.parentSelect.value.indexOf(this.value)>=0||this.parentSelect.value===this.value)&&this.setParentOption()},beforeDestroy:function(){this.parentSelect&&this.parentSelect.removeChild(this.index)}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("md-menu-item",{staticClass:"md-option",class:e.classes,attrs:{tabindex:"-1"},on:{click:e.selectOption}},[e.parentSelect.multiple?n("md-checkbox",{staticClass:"md-primary",model:{value:e.check,callback:function(t){e.check=t},expression:"check"}},[n("span",{ref:"item"},[e._t("default")],2)]):n("span",{ref:"item"},[e._t("default")],2)],1)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-select:after{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME.md-select:after{color:BACKGROUND-CONTRAST-0.38}.THEME_NAME.md-select-content .md-menu-item.md-selected,.THEME_NAME.md-select-content .md-menu-item.md-checked{color:PRIMARY-COLOR}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-sidenav",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(338),a=i(o),s=n(342),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(339)}var r=n(0)(n(340),n(341),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-sidenav",data:function(){return{mdVisible:!1}},mixins:[r.default],props:{mdSwipeable:Boolean,mdSwipeThreshold:{type:Number,default:15},mdSwipeDistance:{type:Number,default:100}},computed:{classes:function(){return this.mdVisible&&"md-active"}},methods:{show:function(){this.open()},open:function(){this.mdVisible=!0,this.$el.focus(),this.$emit("open")},close:function(){this.mdVisible=!1,this.$el.blur(),this.$emit("close")},toggle:function(){this.mdVisible?this.close():this.open()},isHorizontallyInside:function(e){return e>0&&e<this.mountedRect.left+this.mountedRect.width},isVerticallyInside:function(e){return e>0&&e<this.mountedRect.top+this.mountedRect.height},isFromStartWhenClosed:function(e){return!!this.mdVisible||e<this.mdSwipeThreshold},handleTouchStart:function(e){var t=e.touches[0].clientX-this.mountedRect.left,n=e.touches[0].clientY-this.mountedRect.top;this.isHorizontallyInside(t)&&this.isVerticallyInside(n)&&this.isFromStartWhenClosed(t)&&(this.initialTouchPosition=t,this.canMove=!0)},handleTouchEnd:function(){this.canMove=!1,this.initialTouchPosition=null},handleTouchMove:function(e){if(this.canMove){var t=e.touches[0].clientX,n=this.mdVisible?this.initialTouchPosition-t:t-this.initialTouchPosition,i=this.mdVisible?"close":"open";n>this.mdSwipeDistance&&this[i]()}}},mounted:function(){this.mdSwipeable&&(this.mountedRect=this.$refs.backdrop.$el.getBoundingClientRect(),this.initialTouchPosition=null,this.canMove=!1,document.addEventListener("touchstart",this.handleTouchStart),document.addEventListener("touchend",this.handleTouchEnd),document.addEventListener("touchmove",this.handleTouchMove))},beforeDestroy:function(){this.mdSwipeable&&(document.removeEventListener("touchstart",this.handleTouchStart),document.removeEventListener("touchend",this.handleTouchEnd),document.removeEventListener("touchmove",this.handleTouchMove))}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-sidenav",class:[e.themeClass,e.classes],attrs:{tabindex:"0"},on:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27))return null;e.close(t)}}},[n("div",{staticClass:"md-sidenav-content"},[e._t("default")],2),e._v(" "),n("md-backdrop",{ref:"backdrop",staticClass:"md-sidenav-backdrop",on:{close:e.close}})],1)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-sidenav .md-sidenav-content{background-color:BACKGROUND-COLOR;color:BACKGROUND-CONTRAST}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-snackbar",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(344),a=i(o),s=n(350),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(345)}var r=n(0)(n(346),n(349),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(36),o=i(r),a=n(42),s=i(a),d=n(1),l=i(d),c=n(347),m=i(c);t.default={name:"md-snackbar",props:{id:[String,Number],mdPosition:{type:String,default:"bottom center"},mdDuration:{type:[String,Number],default:4e3}},mixins:[l.default],data:function(){return{snackbarId:this.id||"snackbar-"+(0,o.default)(),removedSnackBarElementEventName:"removedSnackBarElement",active:!1,rootElement:{},snackbarElement:{},directionClass:null,closeTimeout:null,removedSnackBarElementEvent:null}},computed:{classes:function(){var e={"md-active":this.active};return this.directionClass=this.mdPosition.replace(/ /g,"-"),e["md-position-"+this.directionClass]=!0,e}},watch:{active:function(e){var t="md-has-toast-"+this.directionClass;e?(document.body.classList.add(t),document.body.classList.add("md-has-toast")):(document.body.classList.remove(t),document.body.classList.remove("md-has-toast"))}},methods:{removeElement:function(){if(document.body.contains(this.snackbarElement)&&!this.active){var e=this.snackbarElement.querySelector(".md-ripple.md-active");e&&e.classList.remove("md-active"),document.body.removeChild(this.snackbarElement)}document.dispatchEvent(this.removedSnackBarElementEvent)},open:function(){if(m.default.current)return document.removeEventListener(this.removedSnackBarElementEventName,this.showElementAndStartTimer),document.addEventListener(this.removedSnackBarElementEventName,this.showElementAndStartTimer),void m.default.current.close();this.showElementAndStartTimer()},showElementAndStartTimer:function(){document.body.contains(this.snackbarElement)||(document.removeEventListener(this.removedSnackBarElementEventName,this.showElementAndStartTimer),m.default.current=this,document.body.appendChild(this.snackbarElement),null!==this.$refs.container&&void 0!==this.$refs.container&&window.getComputedStyle(this.$refs.container).backgroundColor,this.active=!0,this.$emit("open"),this.mdDuration!==1/0&&this.setCloseTimeout(this.mdDuration),this.timeoutStartedAt=Date.now())},close:function(){var e=this;if(this.$refs.container){this.active=!1;var t=function t(){document.removeEventListener(s.default,t),e.removeElement()};m.default.current=null,this.$emit("close"),document.removeEventListener(s.default,t),document.addEventListener(s.default,t),this.clearCloseTimeout(),this.pendingDuration=this.mdDuration}},pauseTimeout:function(){this.pendingDuration=this.pendingDuration-(Date.now()-this.timeoutStartedAt),this.timeoutStartedAt=0,this.clearCloseTimeout()},resumeTimeout:function(){this.timeoutStartedAt=Date.now(),this.pendingDuration!==1/0&&this.setCloseTimeout(this.pendingDuration)},setCloseTimeout:function(e){this.clearCloseTimeout(),this.closeTimeout=window.setTimeout(this.close,e)},clearCloseTimeout:function(){this.closeTimeout&&(window.clearTimeout(this.closeTimeout),this.closeTimeout=null)}},mounted:function(){var e=this;this.$nextTick(function(){e.snackbarElement=e.$el,e.snackbarElement.parentNode.removeChild(e.snackbarElement),e.timeoutStartedAt=0,e.pendingDuration=e.mdDuration}),this.removedSnackBarElementEvent=new Event(this.removedSnackBarElementEventName)},beforeDestroy:function(){this.clearCloseTimeout(),this.active=!1,this.removeElement()}},e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(348),r=function(e){return e&&e.__esModule?e:{default:e}}(i),o=new r.default({data:function(){return{current:null}}});t.default=o,e.exports=t.default},function(t,n){t.exports=e},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-snackbar",class:[e.themeClass,e.classes],attrs:{id:e.snackbarId},on:{mouseenter:e.pauseTimeout,mouseleave:e.resumeTimeout}},[n("div",{ref:"container",staticClass:"md-snackbar-container"},[n("div",{staticClass:"md-snackbar-content"},[e._t("default")],2)])])},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME .md-snackbar .md-ink-ripple,.THEME_NAME.md-snackbar .md-ink-ripple{color:#fff}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-speed-dial",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(352),a=i(o),s=n(356),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(353)}var r=n(0)(n(354),n(355),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-speed-dial",props:{mdOpen:{type:String,default:"click"},mdMode:{type:String,default:"fling"},mdDirection:{type:String,default:"top"}},mixins:[r.default],data:function(){return{fabTrigger:null,active:!1}},computed:{classes:function(){var e={"md-active":this.active};return e["md-mode-"+this.mdMode]=!0,e["md-direction-"+this.mdDirection]=!0,e}},methods:{closeSpeedDial:function(e){!e.target!==this.fabTrigger&&this.fabTrigger.contains(e.target)||(this.active=!1,document.body.removeEventListener("click",this.closeSpeedDial))},toggleSpeedDial:function(){var e=this;this.active=!this.active,window.setTimeout(function(){document.body.addEventListener("click",e.closeSpeedDial)},50)}},mounted:function(){var e=this;this.$nextTick(function(){e.fabTrigger=e.$el.querySelector("[md-fab-trigger]"),"click"===e.mdOpen?e.fabTrigger.addEventListener("click",e.toggleSpeedDial):(e.$el.addEventListener("mouseenter",e.toggleSpeedDial),e.$el.addEventListener("mouseleave",e.closeSpeedDial))})},beforeDestroy:function(){this.fabTrigger.removeEventListener("click",this.toggleSpeedDial),document.body.removeEventListener("click",this.closeSpeedDial)}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-speed-dial",class:[e.themeClass,e.classes]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports=""},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-spinner",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(358),a=i(o),s=n(362),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(359)}var r=n(0)(n(360),n(361),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-spinner",props:{mdSize:{type:Number,default:50},mdStroke:{type:Number,default:3.5},mdIndeterminate:Boolean,mdProgress:{type:Number,default:0}},mixins:[r.default],computed:{classes:function(){return{"md-indeterminate":this.mdIndeterminate}},styles:function(){var e=this.mdSize+"px";return{width:e,height:e}},dashProgress:function(){var e=125*this.mdProgress/100;return!this.mdIndeterminate&&(e>=125&&(e=130),e+", 200")}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"md-spinner",appear:""}},[n("div",{staticClass:"md-spinner",class:[e.themeClass,e.classes],style:e.styles},[n("svg",{staticClass:"md-spinner-draw",attrs:{viewBox:"25 25 50 50"}},[n("circle",{staticClass:"md-spinner-path",attrs:{cx:"50",cy:"50",r:"20","stroke-width":e.mdStroke,"stroke-dasharray":e.dashProgress}})])])])},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-spinner .md-spinner-path{stroke:PRIMARY-COLOR}.THEME_NAME.md-spinner.md-accent .md-spinner-path{stroke:ACCENT-COLOR}.THEME_NAME.md-spinner.md-warn .md-spinner-path{stroke:WARN-COLOR}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-stepper",a.default),e.component("md-step",d.default),e.component("md-step-header-container",c.default),e.component("md-step-header",u.default),e.material.styles.push(f.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(364),a=i(o),s=n(368),d=i(s),l=n(371),c=i(l),m=n(372),u=i(m),p=n(375),f=i(p);e.exports=t.default},function(e,t,n){function i(e){n(365)}var r=n(0)(n(366),n(367),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(38),o=i(r),a=n(1),s=i(a),d=n(59),l=i(d);t.default={name:"md-stepper",props:{mdAlternateLabels:{type:Boolean,default:!1},mdElevation:{type:[String,Number],default:1},mdVertical:{type:Boolean,default:!1}},mixins:[s.default],data:function(){return{stepList:{},activeStep:null,activeStepNumber:0,contentHeight:"0px",contentWidth:"0px"}},computed:{navigationClasses:function(){return{"md-alternate-labels":this.mdAlternateLabels}},stepsClasses:function(){return{"md-steps-vertical":this.mdVertical}}},methods:{getNextStep:function(e){var t=this.getStepIndex(e);if(t!==this.stepList.length){var n=(0,o.default)(this.stepList)[t+1];return this.stepList[n]}},getPreviousStep:function(e){var t=this.getStepIndex(e);if(0!==t){var n=(0,o.default)(this.stepList)[t-1];return this.stepList[n]}},getStepsCount:function(){return(0,o.default)(this.stepList).length},getStepIndex:function(e){return(0,o.default)(this.stepList).indexOf(e)},registerStep:function(e){this.$set(this.stepList,e.id,e)},moveNextStep:function(){if(this.activeStepNumber<this.getStepsCount()-1){var e=this.getNextStep(this.activeStep);this.setActiveStep(e)}else this.$emit("completed")},movePreviousStep:function(){if(this.activeStepNumber>0&&this.activeStepNumber<this.getStepsCount()){var e=this.getPreviousStep(this.activeStep);this.setActiveStep(e)}},setActiveStep:function(e){this.activeStepNumber>this.getStepIndex(e.id)&&!e.editable||(this.activeStep=e.id,this.activeStepNumber=this.getStepIndex(this.activeStep),this.calculatePosition(),this.$emit("change",this.activeStepNumber))},unregisterStep:function(e){this.$delete(this.stepList,e.id)},updateStep:function(e){if(this.registerStep(e),e.active)if(e.disabled){if((0,o.default)(this.stepList).length){var t=(0,o.default)(this.stepList),n=t.indexOf(e.id)+1,i=t[n];i?this.setActiveStep(this.stepList[i]):this.setActiveStep(this.stepList[0])}}else this.setActiveStep(e)},observeElementChanges:function(){this.parentObserver=new MutationObserver((0,l.default)(this.calculateOnWatch,50)),this.parentObserver.observe(this.$refs.stepContent,{childList:!0,attributes:!0,subtree:!0})},calculateStepsWidthAndPosition:function(){if(this.mdVertical)this.contentWidth="initial";else{var e=this.$el.offsetWidth,t=0;this.contentWidth=e*this.activeStepNumber+"px";for(var n in this.stepList){var i=this.stepList[n];i.ref.width=e+"px",i.ref.left=e*t+"px",t++}}},calculateContentHeight:function(){var e=this;this.$nextTick(function(){if(!e.mdVertical&&(0,o.default)(e.stepList).length){var t=e.stepList[e.activeStep].ref.$el.offsetHeight;e.contentHeight=t+"px"}else e.contentHeight="initial"})},calculatePosition:function(){var e=this;window.requestAnimationFrame(function(){e._destroyed||(e.calculateStepsWidthAndPosition(),e.calculateContentHeight())})},debounceTransition:function(){var e=this;window.clearTimeout(this.transitionControl),this.transitionControl=window.setTimeout(function(){e.calculatePosition(),e.transitionOff=!1},200)},calculateOnWatch:function(){this.calculatePosition(),this.debounceTransition()},calculateOnResize:function(){this.transitionOff=!0,this.calculateOnWatch()}},mounted:function(){var e=this;this.$nextTick(function(){if(e.observeElementChanges(),window.addEventListener("resize",e.calculateOnResize),(0,o.default)(e.stepList).length&&!e.activeStep){var t=(0,o.default)(e.stepList)[0];e.setActiveStep(e.stepList[t])}})},beforeDestroy:function(){this.parentObserver&&this.parentObserver.disconnect(),window.removeEventListener("resize",this.calculateOnResize),this._destroyed=!0}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-stepper",class:[e.themeClass,e.stepsClasses]},[e.mdVertical?e._e():n("md-whiteframe",{ref:"stepNavigation",staticClass:"md-steps-navigation",class:e.navigationClasses,attrs:{"md-tag":"nav","md-elevation":e.mdElevation}},[n("md-step-header-container",{ref:"stepHeader",attrs:{"md-vertical":e.mdVertical}},e._l(e.stepList,function(t,i){return n("md-step-header",{key:t.id,attrs:{step:t,"md-alternate-labels":e.mdAlternateLabels},nativeOn:{click:function(n){e.setActiveStep(t)}}})}))],1),e._v(" "),n("md-whiteframe",{attrs:{"md-elevation":e.mdElevation}},[e.mdVertical?e._e():n("div",{ref:"stepContent",staticClass:"md-steps-container",style:{height:e.contentHeight}},[n("div",{staticClass:"md-steps-wrapper",style:{transform:"translate3D(-"+e.contentWidth+", 0, 0)"}},[e._t("default")],2)]),e._v(" "),e.mdVertical?n("div",{ref:"stepContent",staticClass:"md-steps-vertical-container"},[e._t("default")],2):e._e()])],1)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(369),n(370),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(36),o=i(r),a=n(11),s=i(a);t.default={name:"md-step",props:{id:[String,Number],mdActive:Boolean,mdButtonBack:{type:String,default:"BACK"},mdButtonContinue:{type:String,default:"CONTINUE"},mdContinue:{type:Boolean,default:!0},mdDisabled:Boolean,mdError:Boolean,mdEditable:{type:Boolean,default:!0},mdIcon:String,mdLabel:[String,Number],mdMessage:[String],mdTooltip:String,mdTooltipDelay:{type:String,default:"0"},mdTooltipDirection:{type:String,default:"bottom"}},data:function(){return{index:0,left:"0px",mounted:!1,parentStepper:void 0,stepId:this.id||"step-"+(0,o.default)(),vertical:!1,width:"0px"}},watch:{mdActive:function(){this.updateStepData()},mdContinue:function(){this.updateStepData()},mdEditable:function(){this.updateStepData()},mdDisabled:function(){this.updateStepData()},mdError:function(){this.updateStepData()},mdIcon:function(){this.updateStepData()},mdLabel:function(){this.updateStepData()},mdMessage:function(){this.updateStepData()},mdTooltip:function(){this.updateStepData()},mdTooltipDelay:function(){this.updateStepData()},mdTooltipDirection:function(){this.updateStepData()}},computed:{canGoBack:function(){if(0===this.index)return!1;if(!this.parentStepper)return!1;var e=this.parentStepper.getPreviousStep(this.stepId);return!(void 0!==e&&!e.editable)},continueText:function(){return this.parentStepper&&this.index+1===this.parentStepper.getStepsCount()&&"CONTINUE"===this.mdButtonContinue?"FINISH":this.mdButtonContinue},isCurrentStep:function(){return this.index===this.parentStepper.activeStepNumber},styles:function(){return this.vertical?{}:{width:this.width,left:this.left}}},methods:{getStepData:function(){return{id:this.stepId,label:this.mdLabel,message:this.mdMessage,icon:this.mdIcon,active:this.mdActive,continue:this.mdContinue,editable:this.mdEditable,disabled:this.mdDisabled,error:this.mdError,toolTip:this.mdTooltip,tooltipDelay:this.mdTooltipDelay,tooltipDirection:this.mdTooltipDirection,ref:this}},moveNextStep:function(){this.parentStepper.moveNextStep()},movePreviousStep:function(){this.parentStepper.movePreviousStep()},setActiveStep:function(){this.parentStepper.setActiveStep(this.getStepData())},updateStepData:function(){this.parentStepper.updateStep(this.getStepData())}},mounted:function(){var e=this.getStepData();if(this.parentStepper=(0,s.default)(this.$parent,"md-stepper"),!this.parentStepper)throw new Error("You must wrap the md-step in a md-stepper");this.mounted=!0,this.parentStepper.updateStep(e),this.mdActive&&this.parentStepper.setActiveStep(e),this.vertical=this.parentStepper.mdVertical,this.index=this.parentStepper.getStepIndex(this.stepId)},beforeDestroy:function(){this.parentStepper.unregisterStep(this.getStepData())}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-step",style:e.styles,attrs:{id:e.stepId}},[e.vertical?n("md-step-header",{attrs:{step:e.getStepData()}}):e._e(),e._v(" "),!e.vertical||e.vertical&&e.isCurrentStep?n("div",{staticClass:"md-step-content"},[e._t("default"),e._v(" "),!e.vertical||e.vertical&&e.isCurrentStep?n("div",{staticClass:"md-step-actions"},[n("md-button",{staticClass:"md-raised md-primary",attrs:{disabled:!e.mdContinue},on:{click:e.moveNextStep}},[e._v(e._s(e.continueText))]),e._v(" "),n("md-button",{attrs:{disabled:!e.canGoBack},on:{click:e.movePreviousStep}},[e._v(e._s(e.mdButtonBack))])],1):e._e()],2):e._e()],1)},staticRenderFns:[]}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(36),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={functional:!0,props:{mdVertical:{type:Boolean,default:!1}},render:function(e,t){var n=t.children;return t.props.mdVertical||(n=function(t){return t.reduce(function(t,n,i,o){if(t.push(n),i<o.length-1){var a=e("md-divider",{key:"divider-"+(0,r.default)()});t.push(a)}return t},[])}(n)),e("div",{class:"md-steps-navigation-container"},n)}},e.exports=t.default},function(e,t,n){var i=n(0)(n(373),n(374),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(11),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={props:{step:Object,mdAlternateLabels:Boolean},data:function(){return{index:Number,parentStepper:{}}},computed:{isCompleted:function(){return this.index<this.parentStepper.activeStepNumber},getHeaderClasses:function(){return{"md-active":this.parentStepper.activeStep===this.step.id,"md-alternate-labels":this.mdAlternateLabels,"md-disabled":this.step.disabled,"md-has-sub-message":this.step.message,"md-primary":this.isCompleted,"md-warn":this.step.error}},icon:function(){return!this.step.disabled&&this.step.editable&&this.isCompleted&&!this.step.error?"mode_edit":this.step.disabled||!this.isCompleted||this.step.error?!this.step.disabled&&this.step.error?"warning":this.step.icon:"check"},stepNumber:function(){return this.index+1}},mounted:function(){var e=this;this.$nextTick(function(){if(e.parentStepper=(0,r.default)(e.$parent,"md-stepper"),!e.parentStepper)throw e.$destroy(),new Error("You should wrap the md-step-header in a md-stepper");e.index=e.parentStepper.getStepIndex(e.step.id)})}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-step-header",class:e.getHeaderClasses},[n("div",{staticClass:"md-step-icons"},[e.icon&&!e.step.error?n("md-icon",{staticClass:"md-step-icon"},[e._v(e._s(e.icon))]):e._e(),e._v(" "),e.icon&&e.step.error?n("md-icon",{staticClass:"md-step-error"},[e._v(e._s(e.icon))]):e._e(),e._v(" "),e.icon?e._e():n("div",{staticClass:"md-step-number"},[n("span",[e._v(e._s(e.stepNumber))])])],1),e._v(" "),n("div",{staticClass:"md-step-titles"},[n("div",{staticClass:"md-step-title"},[e._v(e._s(e.step.label))]),e._v(" "),e.step.message?n("small",[e._v(e._s(e.step.message))]):e._e()]),e._v(" "),e.step.toolTip?n("md-tooltip",{attrs:{"md-direction":e.step.tooltipDirection,"md-delay":e.step.tooltipDelay}},[e._v(e._s(e.step.toolTip))]):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-stepper .md-step-header .md-step-icon,.THEME_NAME.md-stepper .md-step-header .md-step-number{color:BACKGROUND-CONTRAST;background-color:#bdbdbd}.THEME_NAME.md-stepper .md-step-header.md-primary .md-step-icon,.THEME_NAME.md-stepper .md-step-header.md-primary .md-step-number,.THEME_NAME.md-stepper .md-step-header.md-active .md-step-icon,.THEME_NAME.md-stepper .md-step-header.md-active .md-step-number{color:PRIMARY-CONTRAST;background-color:PRIMARY-COLOR}.THEME_NAME.md-stepper .md-step-header.md-accent .md-step-icon,.THEME_NAME.md-stepper .md-step-header.md-accent .md-step-number{color:ACCENT-CONTRAST;background-color:ACCENT-COLOR}.THEME_NAME.md-stepper .md-step-header.md-warn .md-step-icon,.THEME_NAME.md-stepper .md-step-header.md-warn .md-step-number{color:WARN-CONTRAST;background-color:WARN-COLOR}.THEME_NAME.md-stepper .md-step-header.md-warn .md-step-error,.THEME_NAME.md-stepper .md-step-header.md-warn .md-step-titles{color:WARN-COLOR}.THEME_NAME.md-stepper .md-step-header.md-disabled{color:#bdbdbd}.THEME_NAME.md-stepper .md-step-header.md-disabled .md-step-icon,.THEME_NAME.md-stepper .md-step-header.md-disabled .md-step-number{color:white;background-color:#bdbdbd}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-subheader",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(377),a=i(o),s=n(381),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(378)}var r=n(0)(n(379),n(380),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-subheader",mixins:[r.default]},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return"md-list"===e.$parent.$options._componentTag?n("li",{staticClass:"md-subheader",class:[e.themeClass]},[e._t("default")],2):n("div",{staticClass:"md-subheader",class:[e.themeClass]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-subheader.md-primary{color:PRIMARY-COLOR}.THEME_NAME.md-subheader.md-accent{color:ACCENT-COLOR}.THEME_NAME.md-subheader.md-warn{color:WARN-COLOR}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-switch",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(383),a=i(o),s=n(387),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(384)}var r=n(0)(n(385),n(386),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-switch",props:{name:String,value:Boolean,id:String,disabled:Boolean,type:{type:String,default:"button"}},mixins:[r.default],data:function(){return{leftPos:"-1px",checked:Boolean(this.value)}},computed:{classes:function(){return{"md-checked":this.checked,"md-disabled":this.disabled}},styles:function(){return{transform:"translate3D("+this.leftPos+", -50%, 0)"}}},watch:{checked:function(){this.setPosition()},value:function(e){this.changeState(e)}},methods:{setPosition:function(){this.leftPos=this.checked?"75%":"-1px"},changeState:function(e,t){void 0!==t?(this.$emit("change",e,t),t.defaultPrevented||(this.checked=e),this.$emit("input",this.checked,t)):this.checked=e},toggle:function(e){this.disabled||this.changeState(!this.checked,e)}},mounted:function(){this.$nextTick(this.setPosition)}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-switch",class:[e.themeClass,e.classes]},[n("div",{staticClass:"md-switch-container",on:{click:function(t){e.toggle(t)}}},[n("div",{staticClass:"md-switch-thumb",style:e.styles},[n("input",{attrs:{type:"checkbox",name:e.name,id:e.id,disabled:e.disabled,tabindex:"-1"},domProps:{value:e.value}}),e._v(" "),n("button",{staticClass:"md-switch-holder",attrs:{type:e.type}}),e._v(" "),n("md-ink-ripple",{attrs:{"md-disabled":e.disabled}})],1)]),e._v(" "),e.$slots.default?n("label",{staticClass:"md-switch-label",attrs:{for:e.id||e.name}},[e._t("default")],2):e._e()])},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-switch.md-checked .md-switch-container{background-color:ACCENT-COLOR-500-0.5}.THEME_NAME.md-switch.md-checked .md-switch-thumb{background-color:ACCENT-COLOR}.THEME_NAME.md-switch.md-checked .md-ink-ripple{color:ACCENT-COLOR}.THEME_NAME.md-switch.md-checked .md-ripple{opacity:.38}.THEME_NAME.md-switch.md-checked.md-primary .md-switch-container{background-color:PRIMARY-COLOR-500-0.5}.THEME_NAME.md-switch.md-checked.md-primary .md-switch-thumb{background-color:PRIMARY-COLOR}.THEME_NAME.md-switch.md-checked.md-primary .md-ink-ripple{color:PRIMARY-COLOR}.THEME_NAME.md-switch.md-checked.md-warn .md-switch-container{background-color:WARN-COLOR-500-0.5}.THEME_NAME.md-switch.md-checked.md-warn .md-switch-thumb{background-color:WARN-COLOR}.THEME_NAME.md-switch.md-checked.md-warn .md-ink-ripple{color:WARN-COLOR}.THEME_NAME.md-switch.md-disabled .md-switch-container,.THEME_NAME.md-switch.md-disabled.md-checked .md-switch-container{background-color:rgba(0,0,0,0.12)}.THEME_NAME.md-switch.md-disabled .md-switch-thumb,.THEME_NAME.md-switch.md-disabled.md-checked .md-switch-thumb{background-color:#bdbdbd}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-table",a.default),e.component("md-table-header",{functional:!0,render:function(e,t){return e("thead",{staticClass:"md-table-header"},t.children)}}),e.component("md-table-body",{functional:!0,render:function(e,t){return e("tbody",{staticClass:"md-table-body"},t.children)}}),e.component("md-table-row",d.default),e.component("md-table-head",c.default),e.component("md-table-cell",u.default),e.component("md-table-edit",f.default),e.component("md-table-card",g.default),e.component("md-table-pagination",x.default),e.component("md-table-alternate-header",b.default),e.material.styles.push(E.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(389),a=i(o),s=n(393),d=i(s),l=n(396),c=i(l),m=n(399),u=i(m),p=n(402),f=i(p),h=n(405),g=i(h),v=n(408),b=i(v),y=n(411),x=i(y),_=n(417),E=i(_);e.exports=t.default},function(e,t,n){function i(e){n(390)}var r=n(0)(n(391),n(392),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(44),o=i(r),a=n(1),s=i(a),d=n(11),l=i(d);t.default={name:"md-table",props:{mdSortType:String,mdSort:String},mixins:[s.default],data:function(){return{sortType:this.mdSortType,sortBy:this.mdSort,hasRowSelection:!1,data:[],selectedRows:[]}},computed:{numberOfRows:function(){return this.data?this.data.length:0},numberOfSelected:function(){return this.selectedRows?this.selectedRows.length:0}},methods:{emitSort:function(e){this.sortBy=e,this.$emit("sort",{name:e,type:this.sortType})},emitSelection:function(){this.$emit("select",this.selectedRows)},removeRow:function(e){var t=this.data.indexOf(e);-1!==t&&this.data.splice(t,1),this.removeSelectedRow(e)},removeSelectedRow:function(e){var t=this.selectedRows.indexOf(e);-1!==t&&this.selectedRows.splice(t,1)},setRowSelection:function(e,t){if(e)return void this.selectedRows.push(t);this.removeSelectedRow(t)},setMultipleRowSelection:function(e){this.selectedRows=e?(0,o.default)([],this.data):[]}},watch:{mdSort:function(){this.sortBy=this.mdSort,this.$emit("sortInput")},mdSortType:function(){this.sortType=this.mdSortType,this.$emit("sortInput")}},mounted:function(){this.parentCard=(0,l.default)(this.$parent,"md-table-card"),this.parentCard&&(this.parentCard.tableInstance=this)}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-table",class:[e.themeClass]},[n("table",[e._t("default")],2)])},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(394),n(395),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(11),o=i(r),a=n(36),s=i(a);t.default={name:"md-table-row",props:{mdAutoSelect:Boolean,mdSelection:Boolean,mdItem:Object},data:function(){return{parentTable:{},headRow:!1,checkbox:!1,index:0,uuid:"mdrow_uuid_"+(0,s.default)()}},computed:{isDisabled:function(){return!this.mdSelection&&!this.headRow},hasSelection:function(){return this.mdSelection||this.headRow&&this.parentTable.hasRowSelection},classes:function(){return{"md-selected":this.checkbox}}},watch:{mdItem:function(e,t){this.parentTable.data[this.index]=this.mdItem,this.handleMultipleSelection(e===t)}},methods:{setRowSelection:function(e,t){this.parentTable.setRowSelection(e,t)},setHeadRowSelection:function(){this.hasSelection&&(this.parentTable.$children[0].checkbox=this.parentTable.numberOfSelected>0&&this.parentTable.numberOfSelected===this.parentTable.numberOfRows)},handleSingleSelection:function(e){this.parentTable.setRowSelection(e,this.mdItem),this.setHeadRowSelection()},handleMultipleSelection:function(e){var t=this;this.parentTable.numberOfRows>25&&this.parentTable.$el.classList.add("md-transition-off"),this.parentTable.$children.forEach(function(t){t.checkbox=e}),this.parentTable.setMultipleRowSelection(e),this.setHeadRowSelection(),window.setTimeout(function(){return t.parentTable.$el.classList.remove("md-transition-off")},100)},select:function(e){this.hasSelection&&(this.headRow?this.handleMultipleSelection(e):this.handleSingleSelection(e),this.parentTable.emitSelection(),this.$emit(e?"selected":"deselected",e))},autoSelect:function(){this.mdAutoSelect&&this.hasSelection&&(this.checkbox=!this.checkbox,this.handleSingleSelection(this.checkbox),this.parentTable.emitSelection())},startTableRow:function(){if(this.parentTable=(0,o.default)(this.$parent,"md-table"),"thead"===this.$el.parentNode.tagName.toLowerCase())this.headRow=!0;else{if(!this.mdItem&&this.mdSelection)throw new Error('You should set the md-item property when using mdSelection. Example: <md-table-row md-selection :md-item="ITEM" ...>');this.mdSelection&&(this.parentTable.hasRowSelection=!0),this.parentTable.data.push(this.mdItem)}}},destroyed:function(){this.parentTable.removeRow(this.mdItem),this.setHeadRowSelection()},mounted:function(){this.startTableRow()}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("tr",{staticClass:"md-table-row",class:e.classes,on:{click:e.autoSelect},nativeOn:{click:function(t){e.autoSelect(t)}}},[e.hasSelection?n("md-table-cell",{staticClass:"md-table-selection"},[n("md-checkbox",{attrs:{disabled:e.isDisabled},on:{change:e.select},nativeOn:{change:function(t){e.select(t)}},model:{value:e.checkbox,callback:function(t){e.checkbox=t},expression:"checkbox"}})],1):e._e(),e._v(" "),e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(397),n(398),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(11),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-table-head",props:{mdNumeric:Boolean,mdSortBy:String,mdTooltip:String},data:function(){return{sortType:null,sorted:!1,parentTable:{}}},computed:{classes:function(){var e=this.hasMatchSort();return e||(this.sorted=!1),{"md-numeric":this.mdNumeric,"md-sortable":this.mdSortBy,"md-sorted":e&&this.sorted,"md-sorted-descending":e&&"desc"===this.sortType}}},methods:{hasMatchSort:function(){return this.parentTable.sortBy===this.mdSortBy},changeSort:function(){this.mdSortBy&&("asc"===this.sortType&&this.sorted?this.sortType="desc":this.sortType="asc",this.sorted=!0,this.parentTable.sortType=this.sortType,this.parentTable.emitSort(this.mdSortBy))},initSort:function(){this.hasMatchSort()&&(this.sorted=!0,this.sortType=this.parentTable.sortType||"asc")}},mounted:function(){var e=this;this.parentTable=(0,r.default)(this.$parent,"md-table"),this.initSort(),this.parentTable.$on("sortInput",function(){e.initSort()})}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("th",{staticClass:"md-table-head",class:e.classes,on:{click:e.changeSort}},[n("div",{staticClass:"md-table-head-container"},[n("div",{staticClass:"md-table-head-text md-test"},[e.mdSortBy?n("md-icon",{staticClass:"md-sortable-icon"},[e._v("arrow_upward")]):e._e(),e._v(" "),e._t("default"),e._v(" "),e.mdTooltip?n("md-tooltip",[e._v(e._s(e.mdTooltip))]):e._e()],2),e._v(" "),n("md-ink-ripple",{attrs:{"md-disabled":!e.mdSortBy}})],1)])},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(400),n(401),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-table-cell",props:{mdNumeric:Boolean},data:function(){return{hasAction:!1}},computed:{classes:function(){return{"md-numeric":this.mdNumeric,"md-has-action":this.hasAction}}},mounted:function(){this.$children.length>0&&(this.hasAction=!0)}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("td",{staticClass:"md-table-cell",class:e.classes},[n("div",{staticClass:"md-table-cell-container"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(403),n(404),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-table-edit",props:{value:[String,Number],mdLarge:Boolean,mdId:String,mdName:String,mdPlaceholder:String,mdMaxlength:[Number,String]},data:function(){return{active:!1}},computed:{triggerClasses:function(){return{"md-edited":this.value}},dialogClasses:function(){return{"md-active":this.active,"md-large":this.mdLarge}},realValue:function(){console.log(this.value)}},methods:{openDialog:function(){this.active=!0,this.$refs.input.$el.focus(),document.addEventListener("click",this.closeDialogOnOffClick)},closeDialog:function(){this.active&&(this.active=!1,this.$refs.input.$el.blur(),document.removeEventListener("click",this.closeDialogOnOffClick))},closeDialogOnOffClick:function(e){this.$refs.dialog.contains(e.target)||this.closeDialog()},confirmDialog:function(){var e=this.$refs.input.$el.value;this.closeDialog(),this.$emit("input",e),this.$emit("edited",e)}}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-table-edit",on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27))return null;e.closeDialog(t)}}},[n("div",{staticClass:"md-table-edit-trigger",class:e.triggerClasses,on:{click:function(t){t.stopPropagation(),e.openDialog(t)}}},[e._v("\n "+e._s(e.value||e.mdPlaceholder)+"\n ")]),e._v(" "),n("div",{ref:"dialog",staticClass:"md-table-dialog",class:e.dialogClasses},[n("md-input-container",[n("md-input",{ref:"input",attrs:{id:e.mdId,name:e.mdName,maxlength:e.mdMaxlength,value:e.value,placeholder:e.mdPlaceholder},nativeOn:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13))return null;e.confirmDialog(t)}}})],1)],1)])},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(406),n(407),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-table-card",mixins:[r.default]},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("md-card",{staticClass:"md-table-card",class:[e.themeClass]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(409),n(410),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),o=i(r),a=n(11),s=i(a);t.default={name:"md-table-alternate-header",mixins:[o.default],props:{mdSelectedLabel:{type:String,default:"selected"}},data:function(){return{classes:{},tableInstance:{}}},computed:{numberOfSelected:function(){return this.tableInstance.numberOfSelected||0}},mounted:function(){var e=this;this.parentCard=(0,s.default)(this.$parent,"md-table-card"),this.$nextTick(function(){e.tableInstance=e.parentCard.tableInstance,e.$watch("tableInstance.numberOfSelected",function(){e.$refs.counter.textContent=e.tableInstance.numberOfSelected,e.classes={"md-active":e.tableInstance.numberOfSelected>0}})})}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-table-alternate-header",class:[e.themeClass,e.classes]},[n("md-toolbar",[n("div",{staticClass:"md-counter"},[n("span",{ref:"counter"},[e._v(e._s(e.numberOfSelected))]),e._v(" "),n("span",[e._v(e._s(e.mdSelectedLabel))])]),e._v(" "),e._t("default")],2)],1)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(412),n(416),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(413),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-table-pagination",props:{mdSize:{type:[Number,String],default:10},mdPageOptions:{type:[Array,Boolean],default:function(){return[10,25,50,100]}},mdPage:{type:[Number,String],default:1},mdTotal:{type:[Number,String],default:"Many"},mdLabel:{type:String,default:"Rows per page"},mdSeparator:{type:String,default:"of"}},data:function(){return{totalItems:0,currentPage:parseInt(this.mdPage,10),currentSize:parseInt(this.mdSize,10)}},watch:{mdTotal:function(e){this.totalItems=isNaN(e)?r.default:parseInt(e,10)},mdSize:function(e){this.currentSize=parseInt(e,10)},mdPage:function(e){this.currentPage=parseInt(e,10)}},computed:{lastPage:function(){return!1},shouldDisable:function(){return this.currentSize*this.currentPage>=this.totalItems},subTotal:function(){var e=this.currentPage*this.currentSize;return e>this.mdTotal?this.mdTotal:e}},methods:{emitPaginationEvent:function(){this.canFireEvents&&this.$emit("pagination",{size:this.currentSize,page:this.currentPage})},changeSize:function(){this.canFireEvents&&(this.$emit("size",this.currentSize),this.emitPaginationEvent())},previousPage:function(){this.canFireEvents&&(this.currentPage--,this.$emit("page",this.currentPage),this.emitPaginationEvent())},nextPage:function(){this.canFireEvents&&(this.currentPage++,this.$emit("page",this.currentPage),this.emitPaginationEvent())}},mounted:function(){var e=this;this.$nextTick(function(){e.totalItems=isNaN(e.mdTotal)?r.default:parseInt(e.mdTotal,10),e.mdPageOptions?e.currentSize=e.mdPageOptions.includes(e.currentSize)?e.currentSize:e.mdPageOptions[0]:e.currentSize=e.mdSize,e.canFireEvents=!0})}},e.exports=t.default},function(e,t,n){e.exports={default:n(414),__esModule:!0}},function(e,t,n){n(415),e.exports=9007199254740991},function(e,t,n){var i=n(16);i(i.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-table-pagination"},[!1!==e.mdPageOptions?[n("span",{staticClass:"md-table-pagination-label"},[e._v(e._s(e.mdLabel)+":")]),e._v(" "),n("md-select",{attrs:{"md-menu-class":"md-pagination-select"},on:{change:e.changeSize},model:{value:e.currentSize,callback:function(t){e.currentSize=t},expression:"currentSize"}},e._l(e.mdPageOptions,function(t){return n("md-option",{key:t,attrs:{value:t}},[e._v(e._s(t))])}))]:e._e(),e._v(" "),n("span",[e._v(e._s((e.currentPage-1)*e.currentSize+1)+"-"+e._s(e.subTotal)+" "+e._s(e.mdSeparator)+" "+e._s(e.mdTotal))]),e._v(" "),n("md-button",{staticClass:"md-icon-button md-table-pagination-previous",attrs:{disabled:1===e.currentPage},on:{click:e.previousPage}},[n("md-icon",[e._v("keyboard_arrow_left")])],1),e._v(" "),n("md-button",{staticClass:"md-icon-button md-table-pagination-next",attrs:{disabled:e.shouldDisable},on:{click:e.nextPage}},[n("md-icon",[e._v("keyboard_arrow_right")])],1)],2)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-table-card .md-toolbar{background-color:BACKGROUND-COLOR;color:BACKGROUND-CONTRAST}.THEME_NAME.md-table-alternate-header{background-color:BACKGROUND-COLOR}.THEME_NAME.md-table-alternate-header .md-toolbar{background-color:ACCENT-COLOR-A100-0.2;color:ACCENT-CONTRAST-A100}.THEME_NAME.md-table-alternate-header .md-counter{color:ACCENT-COLOR}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-tabs",a.default),e.component("md-tab",d.default),e.material.styles.push(c.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(419),a=i(o),s=n(426),d=i(s),l=n(429),c=i(l);e.exports=t.default},function(e,t,n){function i(e){n(420)}var r=n(0)(n(421),n(425),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(38),o=i(r),a=n(422),s=i(a),d=n(1),l=i(d),c=n(59),m=i(c);t.default={name:"md-tabs",props:{mdFixed:Boolean,mdCentered:Boolean,mdRight:Boolean,mdNavigation:{type:Boolean,default:!0},mdDynamicHeight:{type:Boolean,default:!0},mdElevation:{type:[String,Number],default:0}},mixins:[l.default],data:function(){return{tabList:{},activeTab:null,activeTabNumber:0,hasIcons:!1,hasLabel:!1,hasNavigationScroll:!1,isNavigationOnStart:!0,isNavigationOnEnd:!1,transitionControl:null,transitionOff:!1,contentHeight:"0px",contentWidth:"0px"}},computed:{tabClasses:function(){return{"md-dynamic-height":this.mdDynamicHeight,"md-transition-off":this.transitionOff}},navigationClasses:function(){return{"md-has-icon":this.hasIcons,"md-has-label":this.hasLabel,"md-fixed":this.mdFixed,"md-right":!this.mdCentered&&this.mdRight,"md-centered":this.mdCentered||this.mdFixed,"md-has-navigation-scroll":this.hasNavigationScroll}},indicatorClasses:function(){var e=this.lastIndicatorNumber>this.activeTabNumber;return this.lastIndicatorNumber=this.activeTabNumber,{"md-transition-off":this.transitionOff,"md-to-right":!e,"md-to-left":e}},navigationLeftButtonClasses:function(){return{"md-disabled":this.isNavigationOnStart}},navigationRightButtonClasses:function(){return{"md-disabled":this.isNavigationOnEnd}}},methods:{getHeaderClass:function(e){return{"md-active":this.activeTab===e.id,"md-disabled":e.disabled}},registerTab:function(e){var t=!1,n=!0,i=!1,r=void 0;try{for(var a,d=(0,s.default)((0,o.default)(this.tabList));!(n=(a=d.next()).done);n=!0){var l=a.value;if(this.tabList[l].active){t=!0;break}}}catch(e){i=!0,r=e}finally{try{!n&&d.return&&d.return()}finally{if(i)throw r}}this.$set(this.tabList,e.id,e),t||e.disabled||(this.tabList[e.id].active=!0)},unregisterTab:function(e){this.$delete(this.tabList,e.id)},updateTab:function(e){if(this.registerTab(e),e.active)if(e.disabled){if((0,o.default)(this.tabList).length){var t=(0,o.default)(this.tabList),n=t.indexOf(e.id)+1,i=t[n];i?this.setActiveTab(this.tabList[i]):this.setActiveTab(this.tabList[0])}}else this.setActiveTab(e)},observeElementChanges:function(){this.parentObserver=new MutationObserver((0,m.default)(this.calculateOnWatch,50)),this.parentObserver.observe(this.$refs.tabContent,{childList:!0,attributes:!0,subtree:!0})},getTabIndex:function(e){return(0,o.default)(this.tabList).indexOf(e)},calculateIndicatorPos:function(){if(this.$refs.tabHeader&&this.$refs.tabHeader[this.activeTabNumber]){var e=this.$el.offsetWidth,t=this.$refs.tabHeader[this.activeTabNumber],n=t.offsetLeft-this.$refs.tabsContainer.scrollLeft,i=e-n-t.offsetWidth;this.$refs.indicator.style.left=n+"px",this.$refs.indicator.style.right=i+"px"}},calculateTabsWidthAndPosition:function(){var e=this.$el.offsetWidth,t=0;this.contentWidth=e*this.activeTabNumber+"px";for(var n in this.tabList){var i=this.tabList[n];i.ref.width=e+"px",i.ref.left=e*t+"px",t++}},calculateContentHeight:function(){var e=this;this.$nextTick(function(){if((0,o.default)(e.tabList).length){var t=e.tabList[e.activeTab].ref.$el.offsetHeight;e.contentHeight=t+"px"}})},calculatePosition:function(){var e=this;window.requestAnimationFrame(function(){e._destroyed||(e.calculateIndicatorPos(),e.calculateTabsWidthAndPosition(),e.calculateContentHeight(),e.checkNavigationScroll())})},debounceTransition:function(){var e=this;window.clearTimeout(this.transitionControl),this.transitionControl=window.setTimeout(function(){e.calculatePosition(),e.transitionOff=!1},200)},calculateOnWatch:function(){this.calculatePosition(),this.debounceTransition()},calculateOnResize:function(){this.transitionOff=!0,this.calculateOnWatch()},calculateScrollPos:function(){var e=this.$refs.tabsContainer,t=e.scrollLeft,n=e.scrollWidth,i=e.clientWidth;this.isNavigationOnStart=t<32,this.isNavigationOnEnd=n-t-32<i},handleNavigationScroll:function(){var e=this;window.requestAnimationFrame(function(){e._destroyed||(e.calculateIndicatorPos(),e.calculateScrollPos())})},checkNavigationScroll:function(){var e=this.$refs.tabsContainer,t=e.scrollWidth,n=e.clientWidth;this.hasNavigationScroll=t>n},setActiveTab:function(e){this.hasIcons=!!e.icon||!!e.iconset||!!e.iconSrc,this.hasLabel=!!e.label,this.activeTab=e.id,this.activeTabNumber=this.getTabIndex(this.activeTab),this.calculatePosition(),this.$emit("change",this.activeTabNumber)},navigationScrollLeft:function(){var e=this.$refs.tabsContainer,t=e.scrollLeft,n=e.clientWidth;this.$refs.tabsContainer.scrollLeft=Math.max(0,t-n)},navigationScrollRight:function(){var e=this.$refs.tabsContainer,t=e.scrollLeft,n=e.clientWidth,i=e.scrollWidth;this.$refs.tabsContainer.scrollLeft=Math.min(i,t+n)}},activated:function(){this.calculateOnResize()},mounted:function(){var e=this;this.$nextTick(function(){if(e.observeElementChanges(),window.addEventListener("resize",e.calculateOnResize),(0,o.default)(e.tabList).length&&!e.activeTab){var t=(0,o.default)(e.tabList)[0];e.setActiveTab(e.tabList[t])}})},beforeDestroy:function(){this.parentObserver&&this.parentObserver.disconnect(),window.removeEventListener("resize",this.calculateOnResize),this._destroyed=!0}},e.exports=t.default},function(e,t,n){e.exports={default:n(423),__esModule:!0}},function(e,t,n){n(68),n(48),e.exports=n(424)},function(e,t,n){var i=n(13),r=n(60);e.exports=n(4).getIterator=function(e){var t=r(e);if("function"!=typeof t)throw TypeError(e+" is not iterable!");return i(t.call(e))}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"md-tabs",class:[e.themeClass,e.tabClasses]},[n("md-whiteframe",{ref:"tabNavigation",staticClass:"md-tabs-navigation",class:e.navigationClasses,attrs:{"md-tag":"nav","md-elevation":e.mdElevation}},[n("div",{ref:"tabsContainer",staticClass:"md-tabs-navigation-container",on:{scroll:e.handleNavigationScroll}},[n("div",{staticClass:"md-tabs-navigation-scroll-container"},[e._l(e.tabList,function(t){return n("button",{key:t.id,ref:"tabHeader",refInFor:!0,staticClass:"md-tab-header",class:e.getHeaderClass(t),attrs:{type:"button",disabled:t.disabled},on:{click:function(n){e.setActiveTab(t)}}},[n("md-ink-ripple",{attrs:{"md-disabled":t.disabled}}),e._v(" "),n("div",{staticClass:"md-tab-header-container"},[e._t("header-item",[t.icon?n("md-icon",[e._v(e._s(t.icon))]):t.iconset?n("md-icon",{attrs:{"md-iconset":t.iconset}},[e._v(e._s(t.icon))]):t.iconSrc?n("md-icon",{attrs:{"md-src":t.iconSrc}}):e._e(),e._v(" "),t.label?n("span",[e._v(e._s(t.label))]):e._e()],{header:t})],2),e._v(" "),t.tooltip?n("md-tooltip",{attrs:{"md-direction":t.tooltipDirection,"md-delay":t.tooltipDelay}},[e._v(e._s(t.tooltip))]):e._e()],1)}),e._v(" "),n("span",{ref:"indicator",staticClass:"md-tab-indicator",class:e.indicatorClasses})],2)]),e._v(" "),e.mdNavigation&&e.hasNavigationScroll?n("button",{staticClass:"md-tab-header-navigation-button md-left",class:e.navigationLeftButtonClasses,on:{click:e.navigationScrollLeft}},[n("md-icon",[e._v("keyboard_arrow_left")])],1):e._e(),e._v(" "),e.mdNavigation&&e.hasNavigationScroll?n("button",{staticClass:"md-tab-header-navigation-button md-right",class:e.navigationRightButtonClasses,on:{click:e.navigationScrollRight}},[n("md-icon",[e._v("keyboard_arrow_right")])],1):e._e()]),e._v(" "),n("div",{ref:"tabContent",staticClass:"md-tabs-content",style:{height:e.contentHeight}},[n("div",{staticClass:"md-tabs-wrapper",style:{transform:"translate3D(-"+e.contentWidth+", 0, 0)"}},[e._t("default")],2)])],1)},staticRenderFns:[]}},function(e,t,n){var i=n(0)(n(427),n(428),null,null,null);e.exports=i.exports},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(36),o=i(r),a=n(11),s=i(a);t.default={name:"md-tab",props:{id:[String,Number],mdLabel:[String,Number],mdIcon:String,mdIconset:String,mdIconSrc:String,mdActive:Boolean,mdDisabled:Boolean,mdOptions:{default:void 0},mdTooltip:String,mdTooltipDelay:{type:String,default:"0"},mdTooltipDirection:{type:String,default:"bottom"}},data:function(){return{mounted:!1,tabId:this.id||"tab-"+(0,o.default)(),width:"0px",left:"0px"}},watch:{mdActive:function(){this.updateTabData()},mdDisabled:function(){this.updateTabData()},mdIcon:function(){this.updateTabData()},mdIconset:function(){this.updateTabData()},mdIconSrc:function(){this.updateTabData()},mdOptions:{deep:!0,handler:function(){this.updateTabData()}},mdLabel:function(){this.updateTabData()},mdTooltip:function(){this.updateTabData()},mdTooltipDelay:function(){this.updateTabData()},mdTooltipDirection:function(){this.updateTabData()}},computed:{styles:function(){return{width:this.width,left:this.left}}},methods:{getTabData:function(){return{id:this.tabId,label:this.mdLabel,icon:this.mdIcon,iconset:this.mdIconset,iconSrc:this.mdIconSrc,options:this.mdOptions,active:this.mdActive,disabled:this.mdDisabled,tooltip:this.mdTooltip,tooltipDelay:this.mdTooltipDelay,tooltipDirection:this.mdTooltipDirection,ref:this}},updateTabData:function(){this.parentTabs.updateTab(this.getTabData())}},mounted:function(){var e=this.getTabData();if(this.parentTabs=(0,s.default)(this.$parent,"md-tabs"),!this.parentTabs)throw new Error("You must wrap the md-tab in a md-tabs");this.mounted=!0,this.parentTabs.updateTab(e),this.mdActive&&this.parentTabs.setActiveTab(e)},beforeDestroy:function(){this.parentTabs.unregisterTab(this.getTabData())}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-tab",style:e.styles,attrs:{id:e.tabId}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-tabs>.md-tabs-navigation{background-color:PRIMARY-COLOR}.THEME_NAME.md-tabs>.md-tabs-navigation .md-tab-header{color:PRIMARY-CONTRAST-0.54}.THEME_NAME.md-tabs>.md-tabs-navigation .md-tab-header.md-active,.THEME_NAME.md-tabs>.md-tabs-navigation .md-tab-header:focus{color:PRIMARY-CONTRAST}.THEME_NAME.md-tabs>.md-tabs-navigation .md-tab-header.md-disabled{color:PRIMARY-CONTRAST-0.26}.THEME_NAME.md-tabs>.md-tabs-navigation .md-tab-indicator{background-color:ACCENT-COLOR}.THEME_NAME.md-tabs>.md-tabs-navigation .md-tab-header-navigation-button{color:PRIMARY-CONTRAST-0.54;background-color:PRIMARY-COLOR}.THEME_NAME.md-tabs.md-transparent>.md-tabs-navigation{background-color:transparent;border-bottom:1px solid BACKGROUND-CONTRAST-0.12}.THEME_NAME.md-tabs.md-transparent>.md-tabs-navigation .md-tab-header{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME.md-tabs.md-transparent>.md-tabs-navigation .md-tab-header.md-active,.THEME_NAME.md-tabs.md-transparent>.md-tabs-navigation .md-tab-header:focus{color:PRIMARY-COLOR}.THEME_NAME.md-tabs.md-transparent>.md-tabs-navigation .md-tab-header.md-disabled{color:BACKGROUND-CONTRAST-0.26}.THEME_NAME.md-tabs.md-transparent>.md-tabs-navigation .md-tab-indicator{background-color:PRIMARY-COLOR}.THEME_NAME.md-tabs.md-accent>.md-tabs-navigation{background-color:ACCENT-COLOR}.THEME_NAME.md-tabs.md-accent>.md-tabs-navigation .md-tab-header{color:ACCENT-CONTRAST-0.54}.THEME_NAME.md-tabs.md-accent>.md-tabs-navigation .md-tab-header.md-active,.THEME_NAME.md-tabs.md-accent>.md-tabs-navigation .md-tab-header:focus{color:ACCENT-CONTRAST}.THEME_NAME.md-tabs.md-accent>.md-tabs-navigation .md-tab-header.md-disabled{color:ACCENT-CONTRAST-0.26}.THEME_NAME.md-tabs.md-accent>.md-tabs-navigation .md-tab-indicator{background-color:BACKGROUND-COLOR}.THEME_NAME.md-tabs.md-warn>.md-tabs-navigation{background-color:WARN-COLOR}.THEME_NAME.md-tabs.md-warn>.md-tabs-navigation .md-tab-header{color:WARN-CONTRAST-0.54}.THEME_NAME.md-tabs.md-warn>.md-tabs-navigation .md-tab-header.md-active,.THEME_NAME.md-tabs.md-warn>.md-tabs-navigation .md-tab-header:focus{color:WARN-CONTRAST}.THEME_NAME.md-tabs.md-warn>.md-tabs-navigation .md-tab-header.md-disabled{color:WARN-CONTRAST-0.26}.THEME_NAME.md-tabs.md-warn>.md-tabs-navigation .md-tab-indicator{background-color:BACKGROUND-COLOR}\n"},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}function r(e){e.component("md-toolbar",a.default),e.material.styles.push(d.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=n(431),a=i(o),s=n(435),d=i(s);e.exports=t.default},function(e,t,n){function i(e){n(432)}var r=n(0)(n(433),n(434),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"md-toolbar",mixins:[r.default]},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"md-toolbar",class:[e.themeClass]},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports=".THEME_NAME.md-toolbar{background-color:PRIMARY-COLOR;color:PRIMARY-CONTRAST}.THEME_NAME.md-toolbar .md-input-container.md-input-focused input,.THEME_NAME.md-toolbar .md-input-container.md-input-focused textarea{color:PRIMARY-CONTRAST;text-shadow:0 0 0 PRIMARY-CONTRAST}.THEME_NAME.md-toolbar .md-input-container.md-input-focused label,.THEME_NAME.md-toolbar .md-input-container.md-input-focused .md-icon:not(.md-icon-delete){color:PRIMARY-CONTRAST}.THEME_NAME.md-toolbar .md-input-container:after{background-color:PRIMARY-CONTRAST}.THEME_NAME.md-toolbar .md-input-container input,.THEME_NAME.md-toolbar .md-input-container textarea{color:PRIMARY-CONTRAST;text-shadow:0 0 0 PRIMARY-CONTRAST}.THEME_NAME.md-toolbar .md-input-container input::-webkit-input-placeholder,.THEME_NAME.md-toolbar .md-input-container textarea::-webkit-input-placeholder{color:PRIMARY-CONTRAST-0.54}.THEME_NAME.md-toolbar .md-input-container label,.THEME_NAME.md-toolbar .md-input-container .md-icon:not(.md-icon-delete){color:PRIMARY-CONTRAST}.THEME_NAME.md-toolbar.md-accent{background-color:ACCENT-COLOR;color:ACCENT-CONTRAST}.THEME_NAME.md-toolbar.md-accent .md-input-container.md-input-focused input,.THEME_NAME.md-toolbar.md-accent .md-input-container.md-input-focused textarea{color:ACCENT-CONTRAST;text-shadow:0 0 0 ACCENT-CONTRAST}.THEME_NAME.md-toolbar.md-accent .md-input-container.md-input-focused label,.THEME_NAME.md-toolbar.md-accent .md-input-container.md-input-focused .md-icon:not(.md-icon-delete){color:ACCENT-CONTRAST}.THEME_NAME.md-toolbar.md-accent .md-input-container:after{background-color:ACCENT-CONTRAST}.THEME_NAME.md-toolbar.md-accent .md-input-container input,.THEME_NAME.md-toolbar.md-accent .md-input-container textarea{color:ACCENT-CONTRAST;text-shadow:0 0 0 ACCENT-CONTRAST}.THEME_NAME.md-toolbar.md-accent .md-input-container input::-webkit-input-placeholder,.THEME_NAME.md-toolbar.md-accent .md-input-container textarea::-webkit-input-placeholder{color:ACCENT-CONTRAST-0.54}.THEME_NAME.md-toolbar.md-accent .md-input-container label,.THEME_NAME.md-toolbar.md-accent .md-input-container .md-icon:not(.md-icon-delete){color:ACCENT-CONTRAST}.THEME_NAME.md-toolbar.md-warn{background-color:WARN-COLOR;color:WARN-CONTRAST}.THEME_NAME.md-toolbar.md-warn .md-input-container.md-input-focused input,.THEME_NAME.md-toolbar.md-warn .md-input-container.md-input-focused textarea{color:WARN-CONTRAST;text-shadow:0 0 0 WARN-CONTRAST}.THEME_NAME.md-toolbar.md-warn .md-input-container.md-input-focused label,.THEME_NAME.md-toolbar.md-warn .md-input-container.md-input-focused .md-icon:not(.md-icon-delete){color:WARN-CONTRAST}.THEME_NAME.md-toolbar.md-warn .md-input-container:after{background-color:WARN-CONTRAST}.THEME_NAME.md-toolbar.md-warn .md-input-container input,.THEME_NAME.md-toolbar.md-warn .md-input-container textarea{color:WARN-CONTRAST;text-shadow:0 0 0 WARN-CONTRAST}.THEME_NAME.md-toolbar.md-warn .md-input-container input::-webkit-input-placeholder,.THEME_NAME.md-toolbar.md-warn .md-input-container textarea::-webkit-input-placeholder{color:WARN-CONTRAST-0.54}.THEME_NAME.md-toolbar.md-warn .md-input-container label,.THEME_NAME.md-toolbar.md-warn .md-input-container .md-icon:not(.md-icon-delete){color:WARN-CONTRAST}.THEME_NAME.md-toolbar.md-transparent{background-color:transparent;color:BACKGROUND-CONTRAST}.THEME_NAME.md-toolbar.md-transparent .md-input-container.md-input-focused input,.THEME_NAME.md-toolbar.md-transparent .md-input-container.md-input-focused textarea{color:BACKGROUND-CONTRAST;text-shadow:0 0 0 BACKGROUND-CONTRAST}.THEME_NAME.md-toolbar.md-transparent .md-input-container.md-input-focused label,.THEME_NAME.md-toolbar.md-transparent .md-input-container.md-input-focused .md-icon:not(.md-icon-delete){color:BACKGROUND-CONTRAST}.THEME_NAME.md-toolbar.md-transparent .md-input-container:after{background-color:BACKGROUND-CONTRAST}.THEME_NAME.md-toolbar.md-transparent .md-input-container input,.THEME_NAME.md-toolbar.md-transparent .md-input-container textarea{color:BACKGROUND-CONTRAST;text-shadow:0 0 0 BACKGROUND-CONTRAST}.THEME_NAME.md-toolbar.md-transparent .md-input-container input::-webkit-input-placeholder,.THEME_NAME.md-toolbar.md-transparent .md-input-container textarea::-webkit-input-placeholder{color:BACKGROUND-CONTRAST-0.54}.THEME_NAME.md-toolbar.md-transparent .md-input-container label,.THEME_NAME.md-toolbar.md-transparent .md-input-container .md-icon:not(.md-icon-delete){color:BACKGROUND-CONTRAST}\n"},function(e,t,n){"use strict";function i(e){e.component("md-tooltip",o.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(437),o=function(e){return e&&e.__esModule?e:{default:e}}(r);e.exports=t.default},function(e,t,n){function i(e){n(438)}var r=n(0)(n(439),n(440),i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(66),o=i(r),a=n(42),s=i(a);t.default={name:"md-tooltip",props:{mdDirection:{type:String,default:"bottom"},mdDelay:{type:String,default:"0"}},data:function(){return{active:!1,parentClass:null,transitionOff:!1,topPosition:!1,leftPosition:!1}},computed:{classes:function(){var e={"md-active":this.active,"md-transition-off":this.transitionOff,"md-tooltip-top":"top"===this.mdDirection,"md-tooltip-right":"right"===this.mdDirection,"md-tooltip-bottom":"bottom"===this.mdDirection,"md-tooltip-left":"left"===this.mdDirection};return this.parentClass&&(e[this.parentClass]=!0),e},style:function(){return{"transition-delay":this.mdDelay+"ms",top:this.topPosition+"px",left:this.leftPosition+"px"}}},watch:{mdDirection:function(){this.calculateTooltipPosition()}},methods:{removeTooltips:function(){this.tooltipElement&&this.tooltipElement.parentNode&&(this.tooltipElement.removeEventListener(s.default,this.removeTooltips),this.tooltipElement.parentNode.removeChild(this.tooltipElement))},calculateTooltipPosition:function(){var e=this.parentElement.getBoundingClientRect(),t={};switch(this.mdDirection){case"top":t.top=e.top-this.$el.offsetHeight,t.left=e.left+e.width/2;break;case"right":t.top=e.top,t.left=e.left+e.width;break;case"bottom":t.top=e.bottom,t.left=e.left+e.width/2;break;case"left":t.top=e.top,t.left=e.left-this.$el.offsetWidth;break;default:console.warn("Invalid "+this.mdDirection+" option to md-direction option")}this.topPosition=t.top,this.leftPosition=t.left},generateTooltipClasses:function(){var e=[];[].concat((0,o.default)(this.parentElement.classList)).forEach(function(t){t.indexOf("md-")>=0&&"md-active"!==t&&e.push(t+"-tooltip")}),this.parentClass=e.join(" ")},open:function(){var e=this;this.removeTooltips(),this.$nextTick(function(){document.body.appendChild(e.tooltipElement),getComputedStyle(e.tooltipElement).top,e.transitionOff=!0,e.generateTooltipClasses(),e.calculateTooltipPosition(),window.setTimeout(function(){e.transitionOff=!1,e.active=!0},10)})},close:function(){this.active=!1,this.tooltipElement.removeEventListener(s.default,this.removeTooltips),this.tooltipElement.addEventListener(s.default,this.removeTooltips)}},mounted:function(){var e=this;this.$nextTick(function(){e.tooltipElement=e.$el,e.parentElement=e.tooltipElement.parentNode,e.$el.parentNode.removeChild(e.$el),e.parentElement.addEventListener("mouseenter",e.open),e.parentElement.addEventListener("focus",e.open),e.parentElement.addEventListener("mouseleave",e.close),e.parentElement.addEventListener("blur",e.close)})},beforeDestroy:function(){this.active=!1,this.removeTooltips(),this.parentElement&&(this.parentElement.removeEventListener("mouseenter",this.open),this.parentElement.removeEventListener("focus",this.open),this.parentElement.removeEventListener("mouseleave",this.close),this.parentElement.removeEventListener("blur",this.close))}},e.exports=t.default},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("span",{staticClass:"md-tooltip",class:e.classes,style:e.style},[e._t("default")],2)},staticRenderFns:[]}},function(e,t,n){"use strict";function i(e){e.component("md-whiteframe",o.default)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;var r=n(442),o=function(e){return e&&e.__esModule?e:{default:e}}(r);e.exports=t.default},function(e,t,n){function i(e){n(443)}var r=n(0)(n(444),null,i,null,null);e.exports=r.exports},function(e,t){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"md-whiteframe",props:{mdElevation:{type:[String,Number],default:1},mdTag:{type:String,default:"div"}},computed:{classes:function(){var e=parseInt(this.mdElevation,10),t="md-whiteframe-";return isNaN(e)||"number"!=typeof e?this.mdElevation.indexOf("dp")>-1&&(t+=this.mdElevation):(t+=e,t+="dp"),t}},render:function(e){return e(this.mdTag,{staticClass:"md-whiteframe",class:this.classes},this.$slots.default)}},e.exports=t.default},function(e,t,n){e.exports=n(446)},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(80),o=i(r),a=n(94),s=i(a),d=n(100),l=i(d),c=n(105),m=i(c),u=n(114),p=i(u),f=n(120),h=i(f),g=n(126),v=i(g),b=n(159),y=i(b),x=n(165),_=i(x),E=n(174),w=i(E),A=n(198),T=i(A),S=n(203),O=i(S),C=n(209),R=i(C),M=n(215),N=i(M),I=n(221),k=i(I),D=n(242),P=i(D),B=n(246),W=i(B),j=n(287),L=i(j),U=n(301),F=i(U),$=n(310),H=i($),G=n(316),z=i(G),V=n(322),q=i(V),Y=n(328),K=i(Y),X=n(337),J=i(X),Z=n(343),Q=i(Z),ee=n(351),te=i(ee),ne=n(357),ie=i(ne),re=n(363),oe=i(re),ae=n(376),se=i(ae),de=n(382),le=i(de),ce=n(388),me=i(ce),ue=n(418),pe=i(ue),fe=n(430),he=i(fe),ge=n(436),ve=i(ge),be=n(441),ye=i(be),xe={MdCore:o.default,MdAvatar:s.default,MdBackdrop:l.default,MdBottomBar:m.default,MdButton:p.default,MdButtonToggle:h.default,MdCard:v.default,MdCheckbox:y.default,MdChips:_.default,MdDialog:w.default,MdDivider:T.default,MdFile:O.default,MdIcon:R.default,MdImage:N.default,MdInputContainer:k.default,MdLayout:P.default,MdList:W.default,MdMenu:L.default,MdOnboarding:F.default,MdProgress:H.default,MdRadio:z.default,MdRatingBar:q.default,MdSelect:K.default,MdSidenav:J.default,MdSnackbar:Q.default,MdSpeedDial:te.default,MdSpinner:ie.default,MdStepper:oe.default,MdSubheader:se.default,MdSwitch:le.default,MdTable:me.default,MdTabs:pe.default,MdToolbar:he.default,MdTooltip:ve.default,MdWhiteframe:ye.default};xe.install=function(e){for(var t in xe){var n=xe[t];n&&"install"!==t&&e.use(n)}},t.default=xe,e.exports=t.default}])})},function(e,t){e.exports={nested:{com:{nested:{android:{nested:{server:{nested:{protolog:{options:{java_multiple_files:!0},nested:{ProtoLogMessage:{options:{"(.android.msg_privacy).dest":"DEST_LOCAL"},fields:{messageHash:{type:"sfixed32",id:1},elapsedRealtimeNanos:{type:"fixed64",id:2},strParams:{rule:"repeated",type:"string",id:3},sint64Params:{rule:"repeated",type:"sint64",id:4},doubleParams:{rule:"repeated",type:"double",id:5},booleanParams:{rule:"repeated",type:"bool",id:6}}},ProtoLogFileProto:{options:{"(.android.msg_privacy).dest":"DEST_LOCAL"},fields:{magicNumber:{type:"fixed64",id:1},version:{type:"string",id:2},realTimeToElapsedTimeOffsetMillis:{type:"fixed64",id:3},log:{rule:"repeated",type:"ProtoLogMessage",id:4}},nested:{MagicNumber:{values:{INVALID:0,MAGIC_NUMBER_L:1414484560,MAGIC_NUMBER_H:1196379215}}}}}}}}}}}},android:{options:{java_package:"com.android.incident",java_multiple_files:!0},nested:{Destination:{values:{DEST_LOCAL:0,DEST_EXPLICIT:100,DEST_AUTOMATIC:200,DEST_UNSET:255}},PrivacyFlags:{fields:{dest:{type:"Destination",id:1,options:{default:"DEST_UNSET"}},patterns:{rule:"repeated",type:"string",id:2}}},privacy:{type:"PrivacyFlags",id:102672883,extend:"google.protobuf.FieldOptions"},msgPrivacy:{type:"PrivacyFlags",id:102672883,extend:"google.protobuf.MessageOptions"}}},google:{nested:{protobuf:{options:{go_package:"github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor",java_package:"com.google.protobuf",java_outer_classname:"DescriptorProtos",csharp_namespace:"Google.Protobuf.Reflection",objc_class_prefix:"GPB",cc_enable_arenas:!0,optimize_for:"SPEED"},nested:{FileDescriptorSet:{fields:{file:{rule:"repeated",type:"FileDescriptorProto",id:1}}},FileDescriptorProto:{fields:{name:{type:"string",id:1},package:{type:"string",id:2},dependency:{rule:"repeated",type:"string",id:3},publicDependency:{rule:"repeated",type:"int32",id:10,options:{packed:!1}},weakDependency:{rule:"repeated",type:"int32",id:11,options:{packed:!1}},messageType:{rule:"repeated",type:"DescriptorProto",id:4},enumType:{rule:"repeated",type:"EnumDescriptorProto",id:5},service:{rule:"repeated",type:"ServiceDescriptorProto",id:6},extension:{rule:"repeated",type:"FieldDescriptorProto",id:7},options:{type:"FileOptions",id:8},sourceCodeInfo:{type:"SourceCodeInfo",id:9},syntax:{type:"string",id:12}}},DescriptorProto:{fields:{name:{type:"string",id:1},field:{rule:"repeated",type:"FieldDescriptorProto",id:2},extension:{rule:"repeated",type:"FieldDescriptorProto",id:6},nestedType:{rule:"repeated",type:"DescriptorProto",id:3},enumType:{rule:"repeated",type:"EnumDescriptorProto",id:4},extensionRange:{rule:"repeated",type:"ExtensionRange",id:5},oneofDecl:{rule:"repeated",type:"OneofDescriptorProto",id:8},options:{type:"MessageOptions",id:7},reservedRange:{rule:"repeated",type:"ReservedRange",id:9},reservedName:{rule:"repeated",type:"string",id:10}},nested:{ExtensionRange:{fields:{start:{type:"int32",id:1},end:{type:"int32",id:2},options:{type:"ExtensionRangeOptions",id:3}}},ReservedRange:{fields:{start:{type:"int32",id:1},end:{type:"int32",id:2}}}}},ExtensionRangeOptions:{fields:{uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]]},FieldDescriptorProto:{fields:{name:{type:"string",id:1},number:{type:"int32",id:3},label:{type:"Label",id:4},type:{type:"Type",id:5},typeName:{type:"string",id:6},extendee:{type:"string",id:2},defaultValue:{type:"string",id:7},oneofIndex:{type:"int32",id:9},jsonName:{type:"string",id:10},options:{type:"FieldOptions",id:8}},nested:{Type:{values:{TYPE_DOUBLE:1,TYPE_FLOAT:2,TYPE_INT64:3,TYPE_UINT64:4,TYPE_INT32:5,TYPE_FIXED64:6,TYPE_FIXED32:7,TYPE_BOOL:8,TYPE_STRING:9,TYPE_GROUP:10,TYPE_MESSAGE:11,TYPE_BYTES:12,TYPE_UINT32:13,TYPE_ENUM:14,TYPE_SFIXED32:15,TYPE_SFIXED64:16,TYPE_SINT32:17,TYPE_SINT64:18}},Label:{values:{LABEL_OPTIONAL:1,LABEL_REQUIRED:2,LABEL_REPEATED:3}}}},OneofDescriptorProto:{fields:{name:{type:"string",id:1},options:{type:"OneofOptions",id:2}}},EnumDescriptorProto:{fields:{name:{type:"string",id:1},value:{rule:"repeated",type:"EnumValueDescriptorProto",id:2},options:{type:"EnumOptions",id:3},reservedRange:{rule:"repeated",type:"EnumReservedRange",id:4},reservedName:{rule:"repeated",type:"string",id:5}},nested:{EnumReservedRange:{fields:{start:{type:"int32",id:1},end:{type:"int32",id:2}}}}},EnumValueDescriptorProto:{fields:{name:{type:"string",id:1},number:{type:"int32",id:2},options:{type:"EnumValueOptions",id:3}}},ServiceDescriptorProto:{fields:{name:{type:"string",id:1},method:{rule:"repeated",type:"MethodDescriptorProto",id:2},options:{type:"ServiceOptions",id:3}}},MethodDescriptorProto:{fields:{name:{type:"string",id:1},inputType:{type:"string",id:2},outputType:{type:"string",id:3},options:{type:"MethodOptions",id:4},clientStreaming:{type:"bool",id:5,options:{default:!1}},serverStreaming:{type:"bool",id:6,options:{default:!1}}}},FileOptions:{fields:{javaPackage:{type:"string",id:1},javaOuterClassname:{type:"string",id:8},javaMultipleFiles:{type:"bool",id:10,options:{default:!1}},javaGenerateEqualsAndHash:{type:"bool",id:20,options:{deprecated:!0}},javaStringCheckUtf8:{type:"bool",id:27,options:{default:!1}},optimizeFor:{type:"OptimizeMode",id:9,options:{default:"SPEED"}},goPackage:{type:"string",id:11},ccGenericServices:{type:"bool",id:16,options:{default:!1}},javaGenericServices:{type:"bool",id:17,options:{default:!1}},pyGenericServices:{type:"bool",id:18,options:{default:!1}},phpGenericServices:{type:"bool",id:42,options:{default:!1}},deprecated:{type:"bool",id:23,options:{default:!1}},ccEnableArenas:{type:"bool",id:31,options:{default:!1}},objcClassPrefix:{type:"string",id:36},csharpNamespace:{type:"string",id:37},swiftPrefix:{type:"string",id:39},phpClassPrefix:{type:"string",id:40},phpNamespace:{type:"string",id:41},phpMetadataNamespace:{type:"string",id:44},rubyPackage:{type:"string",id:45},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]],reserved:[[38,38]],nested:{OptimizeMode:{values:{SPEED:1,CODE_SIZE:2,LITE_RUNTIME:3}}}},MessageOptions:{fields:{messageSetWireFormat:{type:"bool",id:1,options:{default:!1}},noStandardDescriptorAccessor:{type:"bool",id:2,options:{default:!1}},deprecated:{type:"bool",id:3,options:{default:!1}},mapEntry:{type:"bool",id:7},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]],reserved:[[8,8],[9,9]]},FieldOptions:{fields:{ctype:{type:"CType",id:1,options:{default:"STRING"}},packed:{type:"bool",id:2},jstype:{type:"JSType",id:6,options:{default:"JS_NORMAL"}},lazy:{type:"bool",id:5,options:{default:!1}},deprecated:{type:"bool",id:3,options:{default:!1}},weak:{type:"bool",id:10,options:{default:!1}},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]],reserved:[[4,4]],nested:{CType:{values:{STRING:0,CORD:1,STRING_PIECE:2}},JSType:{values:{JS_NORMAL:0,JS_STRING:1,JS_NUMBER:2}}}},OneofOptions:{fields:{uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]]},EnumOptions:{fields:{allowAlias:{type:"bool",id:2},deprecated:{type:"bool",id:3,options:{default:!1}},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]],reserved:[[5,5]]},EnumValueOptions:{fields:{deprecated:{type:"bool",id:1,options:{default:!1}},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]]},ServiceOptions:{fields:{deprecated:{type:"bool",id:33,options:{default:!1}},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]]},MethodOptions:{fields:{deprecated:{type:"bool",id:33,options:{default:!1}},idempotencyLevel:{type:"IdempotencyLevel",id:34,options:{default:"IDEMPOTENCY_UNKNOWN"}},uninterpretedOption:{rule:"repeated",type:"UninterpretedOption",id:999}},extensions:[[1e3,536870911]],nested:{IdempotencyLevel:{values:{IDEMPOTENCY_UNKNOWN:0,NO_SIDE_EFFECTS:1,IDEMPOTENT:2}}}},UninterpretedOption:{fields:{name:{rule:"repeated",type:"NamePart",id:2},identifierValue:{type:"string",id:3},positiveIntValue:{type:"uint64",id:4},negativeIntValue:{type:"int64",id:5},doubleValue:{type:"double",id:6},stringValue:{type:"bytes",id:7},aggregateValue:{type:"string",id:8}},nested:{NamePart:{fields:{namePart:{rule:"required",type:"string",id:1},isExtension:{rule:"required",type:"bool",id:2}}}}},SourceCodeInfo:{fields:{location:{rule:"repeated",type:"Location",id:1}},nested:{Location:{fields:{path:{rule:"repeated",type:"int32",id:1},span:{rule:"repeated",type:"int32",id:2},leadingComments:{type:"string",id:3},trailingComments:{type:"string",id:4},leadingDetachedComments:{rule:"repeated",type:"string",id:6}}}}},GeneratedCodeInfo:{fields:{annotation:{rule:"repeated",type:"Annotation",id:1}},nested:{Annotation:{fields:{path:{rule:"repeated",type:"int32",id:1},sourceFile:{type:"string",id:2},begin:{type:"int32",id:3},end:{type:"int32",id:4}}}}}}}}}}}},function(e,t){e.exports={nested:{com:{nested:{android:{nested:{systemui:{nested:{tracing:{options:{java_multiple_files:!0},nested:{SystemUiTraceProto:{fields:{edgeBackGestureHandler:{type:"EdgeBackGestureHandlerProto",id:1}}},EdgeBackGestureHandlerProto:{fields:{allowGesture:{type:"bool",id:1}}},SystemUiTraceFileProto:{fields:{magicNumber:{type:"fixed64",id:1},entry:{rule:"repeated",type:"SystemUiTraceEntryProto",id:2}},nested:{MagicNumber:{values:{INVALID:0,MAGIC_NUMBER_L:1431525715,MAGIC_NUMBER_H:1129469001}}}},SystemUiTraceEntryProto:{fields:{elapsedRealtimeNanos:{type:"fixed64",id:1},systemUi:{type:"SystemUiTraceProto",id:3}}}}}}}}}}}}}},function(e,t){e.exports={options:{optimize_for:"LITE_RUNTIME"},nested:{android:{nested:{surfaceflinger:{nested:{Trace:{fields:{increment:{rule:"repeated",type:"Increment",id:1}}},Increment:{oneofs:{increment:{oneof:["transaction","surfaceCreation","surfaceDeletion","bufferUpdate","vsyncEvent","displayCreation","displayDeletion","powerModeUpdate"]}},fields:{timeStamp:{rule:"required",type:"int64",id:1},transaction:{type:"Transaction",id:2},surfaceCreation:{type:"SurfaceCreation",id:3},surfaceDeletion:{type:"SurfaceDeletion",id:4},bufferUpdate:{type:"BufferUpdate",id:5},vsyncEvent:{type:"VSyncEvent",id:6},displayCreation:{type:"DisplayCreation",id:7},displayDeletion:{type:"DisplayDeletion",id:8},powerModeUpdate:{type:"PowerModeUpdate",id:9}}},Transaction:{fields:{surfaceChange:{rule:"repeated",type:"SurfaceChange",id:1},displayChange:{rule:"repeated",type:"DisplayChange",id:2},synchronous:{rule:"required",type:"bool",id:3},animation:{rule:"required",type:"bool",id:4}}},SurfaceChange:{oneofs:{SurfaceChange:{oneof:["position","size","alpha","layer","crop","matrix","overrideScalingMode","transparentRegionHint","layerStack","hiddenFlag","opaqueFlag","secureFlag","deferredTransaction","cornerRadius","reparent","relativeParent","detachChildren","reparentChildren","backgroundBlurRadius","shadowRadius","trustedOverlay"]}},fields:{id:{rule:"required",type:"int32",id:1},position:{type:"PositionChange",id:2},size:{type:"SizeChange",id:3},alpha:{type:"AlphaChange",id:4},layer:{type:"LayerChange",id:5},crop:{type:"CropChange",id:6},matrix:{type:"MatrixChange",id:8},overrideScalingMode:{type:"OverrideScalingModeChange",id:9},transparentRegionHint:{type:"TransparentRegionHintChange",id:10},layerStack:{type:"LayerStackChange",id:11},hiddenFlag:{type:"HiddenFlagChange",id:12},opaqueFlag:{type:"OpaqueFlagChange",id:13},secureFlag:{type:"SecureFlagChange",id:14},deferredTransaction:{type:"DeferredTransactionChange",id:15},cornerRadius:{type:"CornerRadiusChange",id:16},reparent:{type:"ReparentChange",id:17},relativeParent:{type:"RelativeParentChange",id:18},detachChildren:{type:"DetachChildrenChange",id:19},reparentChildren:{type:"ReparentChildrenChange",id:20},backgroundBlurRadius:{type:"BackgroundBlurRadiusChange",id:21},shadowRadius:{type:"ShadowRadiusChange",id:22},trustedOverlay:{type:"TrustedOverlayChange",id:23}},reserved:[[7,7]]},PositionChange:{fields:{x:{rule:"required",type:"float",id:1},y:{rule:"required",type:"float",id:2}}},SizeChange:{fields:{w:{rule:"required",type:"uint32",id:1},h:{rule:"required",type:"uint32",id:2}}},AlphaChange:{fields:{alpha:{rule:"required",type:"float",id:1}}},CornerRadiusChange:{fields:{cornerRadius:{rule:"required",type:"float",id:1}}},BackgroundBlurRadiusChange:{fields:{backgroundBlurRadius:{rule:"required",type:"float",id:1}}},LayerChange:{fields:{layer:{rule:"required",type:"uint32",id:1}}},CropChange:{fields:{rectangle:{rule:"required",type:"Rectangle",id:1}}},MatrixChange:{fields:{dsdx:{rule:"required",type:"float",id:1},dtdx:{rule:"required",type:"float",id:2},dsdy:{rule:"required",type:"float",id:3},dtdy:{rule:"required",type:"float",id:4}}},OverrideScalingModeChange:{fields:{overrideScalingMode:{rule:"required",type:"int32",id:1}}},TransparentRegionHintChange:{fields:{region:{rule:"repeated",type:"Rectangle",id:1}}},LayerStackChange:{fields:{layerStack:{rule:"required",type:"uint32",id:1}}},HiddenFlagChange:{fields:{hiddenFlag:{rule:"required",type:"bool",id:1}}},OpaqueFlagChange:{fields:{opaqueFlag:{rule:"required",type:"bool",id:1}}},SecureFlagChange:{fields:{secureFlag:{rule:"required",type:"bool",id:1}}},DeferredTransactionChange:{fields:{layerId:{rule:"required",type:"int32",id:1},frameNumber:{rule:"required",type:"uint64",id:2}}},DisplayChange:{oneofs:{DisplayChange:{oneof:["surface","layerStack","size","projection"]}},fields:{id:{rule:"required",type:"int32",id:1},surface:{type:"DispSurfaceChange",id:2},layerStack:{type:"LayerStackChange",id:3},size:{type:"SizeChange",id:4},projection:{type:"ProjectionChange",id:5}}},DispSurfaceChange:{fields:{bufferQueueId:{rule:"required",type:"uint64",id:1},bufferQueueName:{rule:"required",type:"string",id:2}}},ProjectionChange:{fields:{orientation:{rule:"required",type:"int32",id:1},viewport:{rule:"required",type:"Rectangle",id:2},frame:{rule:"required",type:"Rectangle",id:3}}},Rectangle:{fields:{left:{rule:"required",type:"int32",id:1},top:{rule:"required",type:"int32",id:2},right:{rule:"required",type:"int32",id:3},bottom:{rule:"required",type:"int32",id:4}}},SurfaceCreation:{fields:{id:{rule:"required",type:"int32",id:1},name:{rule:"required",type:"string",id:2},w:{rule:"required",type:"uint32",id:3},h:{rule:"required",type:"uint32",id:4}}},SurfaceDeletion:{fields:{id:{rule:"required",type:"int32",id:1}}},BufferUpdate:{fields:{id:{rule:"required",type:"int32",id:1},w:{rule:"required",type:"uint32",id:2},h:{rule:"required",type:"uint32",id:3},frameNumber:{rule:"required",type:"uint64",id:4}}},VSyncEvent:{fields:{when:{rule:"required",type:"int64",id:1}}},DisplayCreation:{fields:{id:{rule:"required",type:"int32",id:1},name:{rule:"required",type:"string",id:2},displayId:{type:"uint64",id:3},isSecure:{rule:"required",type:"bool",id:4}}},DisplayDeletion:{fields:{id:{rule:"required",type:"int32",id:1}}},PowerModeUpdate:{fields:{id:{rule:"required",type:"int32",id:1},mode:{rule:"required",type:"int32",id:2}}},ReparentChange:{fields:{parentId:{rule:"required",type:"int32",id:1}}},ReparentChildrenChange:{fields:{parentId:{rule:"required",type:"int32",id:1}}},RelativeParentChange:{fields:{relativeParentId:{rule:"required",type:"int32",id:1},z:{rule:"required",type:"int32",id:2}}},DetachChildrenChange:{fields:{detachChildren:{rule:"required",type:"bool",id:1}}},ShadowRadiusChange:{fields:{radius:{rule:"required",type:"float",id:1}}},TrustedOverlayChange:{fields:{isTrustedOverlay:{rule:"required",type:"float",id:1}}}}}}}}}},function(e,t){e.exports={options:{optimize_for:"LITE_RUNTIME"},nested:{android:{nested:{surfaceflinger:{nested:{LayersTraceFileProto:{fields:{magicNumber:{type:"fixed64",id:1},entry:{rule:"repeated",type:"LayersTraceProto",id:2}},nested:{MagicNumber:{values:{INVALID:0,MAGIC_NUMBER_L:1414682956,MAGIC_NUMBER_H:1162035538}}}},LayersTraceProto:{fields:{elapsedRealtimeNanos:{type:"fixed64",id:1},where:{type:"string",id:2},layers:{type:"LayersProto",id:3},hwcBlob:{type:"string",id:4},excludesCompositionState:{type:"bool",id:5},missedEntries:{type:"int32",id:6}}},LayersProto:{fields:{layers:{rule:"repeated",type:"LayerProto",id:1}}},HwcCompositionType:{values:{INVALID:0,CLIENT:1,DEVICE:2,SOLID_COLOR:3,CURSOR:4,SIDEBAND:5}},LayerProto:{fields:{id:{type:"int32",id:1},name:{type:"string",id:2},children:{rule:"repeated",type:"int32",id:3},relatives:{rule:"repeated",type:"int32",id:4},type:{type:"string",id:5},transparentRegion:{type:"RegionProto",id:6},visibleRegion:{type:"RegionProto",id:7},damageRegion:{type:"RegionProto",id:8},layerStack:{type:"uint32",id:9},z:{type:"int32",id:10},position:{type:"PositionProto",id:11},requestedPosition:{type:"PositionProto",id:12},size:{type:"SizeProto",id:13},crop:{type:"RectProto",id:14},finalCrop:{type:"RectProto",id:15,options:{deprecated:!0}},isOpaque:{type:"bool",id:16},invalidate:{type:"bool",id:17},dataspace:{type:"string",id:18},pixelFormat:{type:"string",id:19},color:{type:"ColorProto",id:20},requestedColor:{type:"ColorProto",id:21},flags:{type:"uint32",id:22},transform:{type:"TransformProto",id:23},requestedTransform:{type:"TransformProto",id:24},parent:{type:"int32",id:25},zOrderRelativeOf:{type:"int32",id:26},activeBuffer:{type:"ActiveBufferProto",id:27},queuedFrames:{type:"int32",id:28},refreshPending:{type:"bool",id:29},hwcFrame:{type:"RectProto",id:30},hwcCrop:{type:"FloatRectProto",id:31},hwcTransform:{type:"int32",id:32},windowType:{type:"int32",id:33,options:{deprecated:!0}},appId:{type:"int32",id:34,options:{deprecated:!0}},hwcCompositionType:{type:"HwcCompositionType",id:35},isProtected:{type:"bool",id:36},currFrame:{type:"uint64",id:37},barrierLayer:{rule:"repeated",type:"BarrierLayerProto",id:38},bufferTransform:{type:"TransformProto",id:39},effectiveScalingMode:{type:"int32",id:40},cornerRadius:{type:"float",id:41},metadata:{keyType:"int32",type:"bytes",id:42},effectiveTransform:{type:"TransformProto",id:43},sourceBounds:{type:"FloatRectProto",id:44},bounds:{type:"FloatRectProto",id:45},screenBounds:{type:"FloatRectProto",id:46},inputWindowInfo:{type:"InputWindowInfoProto",id:47},cornerRadiusCrop:{type:"FloatRectProto",id:48},shadowRadius:{type:"float",id:49},colorTransform:{type:"ColorTransformProto",id:50},isRelativeOf:{type:"bool",id:51},backgroundBlurRadius:{type:"int32",id:52},isTrustedOverlay:{type:"bool",id:53}}},PositionProto:{fields:{x:{type:"float",id:1},y:{type:"float",id:2}}},SizeProto:{fields:{w:{type:"int32",id:1},h:{type:"int32",id:2}}},TransformProto:{fields:{dsdx:{type:"float",id:1},dtdx:{type:"float",id:2},dsdy:{type:"float",id:3},dtdy:{type:"float",id:4},type:{type:"int32",id:5}}},RegionProto:{fields:{rect:{rule:"repeated",type:"RectProto",id:2}},reserved:[[1,1]]},RectProto:{fields:{left:{type:"int32",id:1},top:{type:"int32",id:2},right:{type:"int32",id:3},bottom:{type:"int32",id:4}}},FloatRectProto:{fields:{left:{type:"float",id:1},top:{type:"float",id:2},right:{type:"float",id:3},bottom:{type:"float",id:4}}},ActiveBufferProto:{fields:{width:{type:"uint32",id:1},height:{type:"uint32",id:2},stride:{type:"uint32",id:3},format:{type:"int32",id:4}}},ColorProto:{fields:{r:{type:"float",id:1},g:{type:"float",id:2},b:{type:"float",id:3},a:{type:"float",id:4}}},BarrierLayerProto:{fields:{id:{type:"int32",id:1},frameNumber:{type:"uint64",id:2}}},InputWindowInfoProto:{fields:{layoutParamsFlags:{type:"uint32",id:1},layoutParamsType:{type:"uint32",id:2},frame:{type:"RectProto",id:3},touchableRegion:{type:"RegionProto",id:4},surfaceInset:{type:"uint32",id:5},visible:{type:"bool",id:6},canReceiveKeys:{type:"bool",id:7},hasFocus:{type:"bool",id:8},hasWallpaper:{type:"bool",id:9},globalScaleFactor:{type:"float",id:10},windowXScale:{type:"float",id:11},windowYScale:{type:"float",id:12},cropLayerId:{type:"uint32",id:13},replaceTouchableRegionWithCrop:{type:"bool",id:14},touchableRegionCrop:{type:"RectProto",id:15}}},ColorTransformProto:{fields:{val:{rule:"repeated",type:"float",id:1}}}}}}}}}},function(e,t){e.exports={nested:{com:{nested:{android:{nested:{launcher3:{nested:{tracing:{options:{java_multiple_files:!0},nested:{LauncherTraceFileProto:{fields:{magicNumber:{type:"fixed64",id:1},entry:{rule:"repeated",type:"LauncherTraceEntryProto",id:2}},nested:{MagicNumber:{values:{INVALID:0,MAGIC_NUMBER_L:1212370508,MAGIC_NUMBER_H:1129469010}}}},LauncherTraceEntryProto:{fields:{elapsedRealtimeNanos:{type:"fixed64",id:1},launcher:{type:"LauncherTraceProto",id:3}}},LauncherTraceProto:{fields:{touchInteractionService:{type:"TouchInteractionServiceProto",id:1}}},TouchInteractionServiceProto:{fields:{serviceConnected:{type:"bool",id:1}}}}}}}}}}}}}},function(e,t){e.exports={options:{optimize_for:"LITE_RUNTIME"},nested:{org:{nested:{chromium:{nested:{arc:{nested:{wayland_composer:{nested:{TraceFileProto:{fields:{magicNumber:{type:"fixed64",id:1},entry:{rule:"repeated",type:"TraceProto",id:2}},nested:{MagicNumber:{values:{INVALID:0,MAGIC_NUMBER_L:1414289751,MAGIC_NUMBER_H:1162035538}}}},TraceProto:{fields:{elapsedRealtimeNanos:{type:"fixed64",id:1},where:{type:"string",id:2},state:{type:"OutputStateProto",id:3}}},OutputStateProto:{fields:{containers:{rule:"repeated",type:"ContainerProto",id:1},fullBounds:{type:"RectProto",id:2}}},ContainerProto:{fields:{id:{type:"uint64",id:1},name:{type:"string",id:2},waylandSurface:{type:"uint64",id:3},shellSurfaceBufferSize:{type:"SizeProto",id:4},geometry:{type:"RectProto",id:5},backgroundOpacity:{type:"float",id:6},uiScale:{type:"float",id:7},stylusTool:{type:"bool",id:8},layers:{rule:"repeated",type:"LayerProto",id:9},inputMethodWindow:{type:"int32",id:10,options:{deprecated:!0}},taskId:{type:"int32",id:11,options:{deprecated:!0}},taskStatus:{type:"TaskStatus",id:12,options:{deprecated:!0}},waylandSurfaceId:{type:"uint32",id:13},accessibilityId:{type:"int32",id:14},optDisplay:{type:"DisplayProto",id:15},containerType:{type:"ContainerType",id:16},task:{type:"TaskProto",id:17},notification:{type:"NotificationProto",id:19},inputMethod:{type:"InputMethodProto",id:20},system:{type:"SystemProto",id:21}},nested:{TaskStatus:{values:{NORMAL:0,DEAD:1,IGNORED:2}},ContainerType:{values:{UNDEFINED:0,SYSTEM:1,TASK:2,NOTIFICATION:3,INPUT_METHOD:4,TOAST:5}}}},DisplayProto:{fields:{displayId:{type:"uint64",id:1}}},TaskProto:{fields:{packageName:{type:"string",id:1},taskId:{type:"int32",id:2},windowState:{type:"int32",id:3},windowMinSize:{type:"SizeProto",id:4},windowMaxSize:{type:"SizeProto",id:5},windowAspectRatio:{type:"SizeProto",id:6},hasShadow:{type:"bool",id:7},zoomed:{type:"bool",id:8},captionColor:{type:"uint32",id:9},captionVisibility:{type:"int32",id:10},captionString:{type:"string",id:11},captionButtonMaskShown:{type:"uint32",id:12},captionButtonMaskEnabled:{type:"uint32",id:13},underlayColor:{type:"uint32",id:14}}},NotificationProto:{fields:{notificationId:{type:"string",id:1}}},SystemProto:{fields:{systemModal:{type:"bool",id:1}}},InputMethodProto:{fields:{inputMethodWindow:{type:"int32",id:1}}},LayerProto:{fields:{id:{type:"uint64",id:1},name:{type:"string",id:2},markedForDeletion:{type:"bool",id:3},invalidBufferFormat:{type:"bool",id:4},invalidDataspace:{type:"bool",id:5},invalidTransform:{type:"bool",id:6},invalidBlendMode:{type:"bool",id:7},zOrder:{type:"int32",id:8},visible:{type:"bool",id:9},hidden:{type:"int32",id:10},planeAlpha:{type:"float",id:11},buffer:{type:"uint64",id:12},colorBuffer:{type:"uint64",id:13},transform:{type:"int32",id:14},displayFrameScale:{type:"float",id:15},displayFrameOffset:{type:"PositionProto",id:16},displayFrame:{type:"RectProto",id:17},sourceCrop:{type:"FloatRectProto",id:18},inputDisabled:{type:"bool",id:19,options:{deprecated:!0}},resizable:{type:"bool",id:20,options:{deprecated:!0}},occlusionTrackingEnabled:{type:"bool",id:21},hasAndroidShadow:{type:"bool",id:22,options:{deprecated:!0}},windowId:{type:"int32",id:23,options:{deprecated:!0}},windowType:{type:"int32",id:24,options:{deprecated:!0}},taskId:{type:"int32",id:25,options:{deprecated:!0}},windowState:{type:"int32",id:26,options:{deprecated:!0}},notificationId:{type:"string",id:27,options:{deprecated:!0}},windowFrame:{type:"RectProto",id:28,options:{deprecated:!0}},windowFrameScale:{type:"float",id:29,options:{deprecated:!0}},windowFrameOffset:{type:"PositionProto",id:30,options:{deprecated:!0}},scaledWindowFrame:{type:"RectProto",id:31,options:{deprecated:!0}},inputRegion:{type:"RegionProto",id:32},isCursor:{type:"bool",id:33,options:{deprecated:!0}},visibleInParent:{type:"bool",id:34},color:{type:"ColorProto",id:35},stylusTool:{type:"bool",id:36},surface:{type:"uint64",id:37},surfaceId:{type:"uint32",id:38},colorBufferId:{type:"uint32",id:39},imeBlocked:{type:"bool",id:40},androidName:{type:"string",id:41},bufferManager:{type:"BufferManagerProto",id:42},compositionType:{type:"int32",id:43},secureEnabled:{type:"bool",id:44},snapshot:{type:"bool",id:45},freezable:{type:"bool",id:46},cursorHotspot:{type:"PositionProto",id:47},cursorType:{type:"int32",id:48},blendMode:{type:"int32",id:49},dataspace:{type:"int32",id:50}}},BufferManagerProto:{fields:{importedBuffers:{rule:"repeated",type:"uint64",id:1},busyBuffers:{rule:"repeated",type:"BufferProto",id:2},freeBuffers:{rule:"repeated",type:"BufferProto",id:3}}},BufferProto:{fields:{buffer:{type:"uint64",id:1},wlBuffer:{type:"uint32",id:2},wlSurface:{type:"uint32",id:3}}},PositionProto:{fields:{x:{type:"float",id:1},y:{type:"float",id:2}}},SizeProto:{fields:{w:{type:"int32",id:1},h:{type:"int32",id:2}}},RegionProto:{fields:{rect:{rule:"repeated",type:"RectProto",id:1}}},RectProto:{fields:{left:{type:"int32",id:1},top:{type:"int32",id:2},right:{type:"int32",id:3},bottom:{type:"int32",id:4}}},FloatRectProto:{fields:{left:{type:"float",id:1},top:{type:"float",id:2},right:{type:"float",id:3},bottom:{type:"float",id:4}}},ColorProto:{fields:{r:{type:"float",id:1},g:{type:"float",id:2},b:{type:"float",id:3},a:{type:"float",id:4}}}}}}}}}}}}}},function(e,t,n){"use strict";var i=t;i.length=function(e){var t=e.length;if(!t)return 0;for(var n=0;--t%4>1&&"="===e.charAt(t);)++n;return Math.ceil(3*e.length)/4-n};for(var r=new Array(64),o=new Array(123),a=0;a<64;)o[r[a]=a<26?a+65:a<52?a+71:a<62?a-4:a-59|43]=a++;i.encode=function(e,t,n){for(var i,o=null,a=[],s=0,d=0;t<n;){var l=e[t++];switch(d){case 0:a[s++]=r[l>>2],i=(3&l)<<4,d=1;break;case 1:a[s++]=r[i|l>>4],i=(15&l)<<2,d=2;break;case 2:a[s++]=r[i|l>>6],a[s++]=r[63&l],d=0}s>8191&&((o||(o=[])).push(String.fromCharCode.apply(String,a)),s=0)}return d&&(a[s++]=r[i],a[s++]=61,1===d&&(a[s++]=61)),o?(s&&o.push(String.fromCharCode.apply(String,a.slice(0,s))),o.join("")):String.fromCharCode.apply(String,a.slice(0,s))};i.decode=function(e,t,n){for(var i,r=n,a=0,s=0;s<e.length;){var d=e.charCodeAt(s++);if(61===d&&a>1)break;if(void 0===(d=o[d]))throw Error("invalid encoding");switch(a){case 0:i=d,a=1;break;case 1:t[n++]=i<<2|(48&d)>>4,i=d,a=2;break;case 2:t[n++]=(15&i)<<4|(60&d)>>2,i=d,a=3;break;case 3:t[n++]=(3&i)<<6|d,a=0}}if(1===a)throw Error("invalid encoding");return n-r},i.test=function(e){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(e)}},function(e,t,n){"use strict";function i(e,t){function n(e){if("string"!=typeof e){var t=r();if(i.verbose&&console.log("codegen: "+t),t="return "+t,e){for(var a=Object.keys(e),s=new Array(a.length+1),d=new Array(a.length),l=0;l<a.length;)s[l]=a[l],d[l]=e[a[l++]];return s[l]=t,Function.apply(null,s).apply(null,d)}return Function(t)()}for(var c=new Array(arguments.length-1),m=0;m<c.length;)c[m]=arguments[++m];if(m=0,e=e.replace(/%([%dfijs])/g,function(e,t){var n=c[m++];switch(t){case"d":case"f":return String(Number(n));case"i":return String(Math.floor(n));case"j":return JSON.stringify(n);case"s":return String(n)}return"%"}),m!==c.length)throw Error("parameter count mismatch");return o.push(e),n}function r(n){return"function "+(n||t||"")+"("+(e&&e.join(",")||"")+"){\n "+o.join("\n ")+"\n}"}"string"==typeof e&&(t=e,e=void 0);var o=[];return n.toString=r,n}e.exports=i,i.verbose=!1},function(e,t,n){"use strict";function i(){this._listeners={}}e.exports=i,i.prototype.on=function(e,t,n){return(this._listeners[e]||(this._listeners[e]=[])).push({fn:t,ctx:n||this}),this},i.prototype.off=function(e,t){if(void 0===e)this._listeners={};else if(void 0===t)this._listeners[e]=[];else for(var n=this._listeners[e],i=0;i<n.length;)n[i].fn===t?n.splice(i,1):++i;return this},i.prototype.emit=function(e){var t=this._listeners[e];if(t){for(var n=[],i=1;i<arguments.length;)n.push(arguments[i++]);for(i=0;i<t.length;)t[i].fn.apply(t[i++].ctx,n)}return this}},function(e,t,n){"use strict";function i(e,t,n){return"function"==typeof t?(n=t,t={}):t||(t={}),n?!t.xhr&&a&&a.readFile?a.readFile(e,function(r,o){return r&&"undefined"!=typeof XMLHttpRequest?i.xhr(e,t,n):r?n(r):n(null,t.binary?o:o.toString("utf8"))}):i.xhr(e,t,n):r(i,this,e,t)}e.exports=i;var r=n(25),o=n(26),a=o("fs");i.xhr=function(e,t,n){var i=new XMLHttpRequest;i.onreadystatechange=function(){if(4===i.readyState){if(0!==i.status&&200!==i.status)return n(Error("status "+i.status));if(t.binary){var e=i.response;if(!e){e=[];for(var r=0;r<i.responseText.length;++r)e.push(255&i.responseText.charCodeAt(r))}return n(null,"undefined"!=typeof Uint8Array?new Uint8Array(e):e)}return n(null,i.responseText)}},t.binary&&("overrideMimeType"in i&&i.overrideMimeType("text/plain; charset=x-user-defined"),i.responseType="arraybuffer"),i.open("GET",e),i.send()}},function(e,t,n){"use strict";function i(e){return"undefined"!=typeof Float32Array?function(){function t(e,t,n){o[0]=e,t[n]=a[0],t[n+1]=a[1],t[n+2]=a[2],t[n+3]=a[3]}function n(e,t,n){o[0]=e,t[n]=a[3],t[n+1]=a[2],t[n+2]=a[1],t[n+3]=a[0]}function i(e,t){return a[0]=e[t],a[1]=e[t+1],a[2]=e[t+2],a[3]=e[t+3],o[0]}function r(e,t){return a[3]=e[t],a[2]=e[t+1],a[1]=e[t+2],a[0]=e[t+3],o[0]}var o=new Float32Array([-0]),a=new Uint8Array(o.buffer),s=128===a[3];e.writeFloatLE=s?t:n,e.writeFloatBE=s?n:t,e.readFloatLE=s?i:r,e.readFloatBE=s?r:i}():function(){function t(e,t,n,i){var r=t<0?1:0;if(r&&(t=-t),0===t)e(1/t>0?0:2147483648,n,i);else if(isNaN(t))e(2143289344,n,i);else if(t>3.4028234663852886e38)e((r<<31|2139095040)>>>0,n,i);else if(t<1.1754943508222875e-38)e((r<<31|Math.round(t/1.401298464324817e-45))>>>0,n,i);else{var o=Math.floor(Math.log(t)/Math.LN2),a=8388607&Math.round(t*Math.pow(2,-o)*8388608);e((r<<31|o+127<<23|a)>>>0,n,i)}}function n(e,t,n){var i=e(t,n),r=2*(i>>31)+1,o=i>>>23&255,a=8388607&i;return 255===o?a?NaN:r*(1/0):0===o?1.401298464324817e-45*r*a:r*Math.pow(2,o-150)*(a+8388608)}e.writeFloatLE=t.bind(null,r),e.writeFloatBE=t.bind(null,o),e.readFloatLE=n.bind(null,a),e.readFloatBE=n.bind(null,s)}(),"undefined"!=typeof Float64Array?function(){function t(e,t,n){o[0]=e,t[n]=a[0],t[n+1]=a[1],t[n+2]=a[2],t[n+3]=a[3],t[n+4]=a[4],t[n+5]=a[5],t[n+6]=a[6],t[n+7]=a[7]}function n(e,t,n){o[0]=e,t[n]=a[7],t[n+1]=a[6],t[n+2]=a[5],t[n+3]=a[4],t[n+4]=a[3],t[n+5]=a[2],t[n+6]=a[1],t[n+7]=a[0]}function i(e,t){return a[0]=e[t],a[1]=e[t+1],a[2]=e[t+2],a[3]=e[t+3],a[4]=e[t+4],a[5]=e[t+5],a[6]=e[t+6],a[7]=e[t+7],o[0]}function r(e,t){return a[7]=e[t],a[6]=e[t+1],a[5]=e[t+2],a[4]=e[t+3],a[3]=e[t+4],a[2]=e[t+5],a[1]=e[t+6],a[0]=e[t+7],o[0]}var o=new Float64Array([-0]),a=new Uint8Array(o.buffer),s=128===a[7];e.writeDoubleLE=s?t:n,e.writeDoubleBE=s?n:t,e.readDoubleLE=s?i:r,e.readDoubleBE=s?r:i}():function(){function t(e,t,n,i,r,o){var a=i<0?1:0;if(a&&(i=-i),0===i)e(0,r,o+t),e(1/i>0?0:2147483648,r,o+n);else if(isNaN(i))e(0,r,o+t),e(2146959360,r,o+n);else if(i>1.7976931348623157e308)e(0,r,o+t),e((a<<31|2146435072)>>>0,r,o+n);else{var s;if(i<2.2250738585072014e-308)s=i/5e-324,e(s>>>0,r,o+t),e((a<<31|s/4294967296)>>>0,r,o+n);else{var d=Math.floor(Math.log(i)/Math.LN2);1024===d&&(d=1023),s=i*Math.pow(2,-d),e(4503599627370496*s>>>0,r,o+t),e((a<<31|d+1023<<20|1048576*s&1048575)>>>0,r,o+n)}}}function n(e,t,n,i,r){var o=e(i,r+t),a=e(i,r+n),s=2*(a>>31)+1,d=a>>>20&2047,l=4294967296*(1048575&a)+o;return 2047===d?l?NaN:s*(1/0):0===d?5e-324*s*l:s*Math.pow(2,d-1075)*(l+4503599627370496)}e.writeDoubleLE=t.bind(null,r,0,4),e.writeDoubleBE=t.bind(null,o,4,0),e.readDoubleLE=n.bind(null,a,0,4),e.readDoubleBE=n.bind(null,s,4,0)}(),e}function r(e,t,n){t[n]=255&e,t[n+1]=e>>>8&255,t[n+2]=e>>>16&255,t[n+3]=e>>>24}function o(e,t,n){t[n]=e>>>24,t[n+1]=e>>>16&255,t[n+2]=e>>>8&255,t[n+3]=255&e}function a(e,t){return(e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0}function s(e,t){return(e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3])>>>0}e.exports=i(i)},function(e,t,n){"use strict";var i=t,r=i.isAbsolute=function(e){return/^(?:\/|\w+:)/.test(e)},o=i.normalize=function(e){e=e.replace(/\\/g,"/").replace(/\/{2,}/g,"/");var t=e.split("/"),n=r(e),i="";n&&(i=t.shift()+"/");for(var o=0;o<t.length;)".."===t[o]?o>0&&".."!==t[o-1]?t.splice(--o,2):n?t.splice(o,1):++o:"."===t[o]?t.splice(o,1):++o;return i+t.join("/")};i.resolve=function(e,t,n){return n||(t=o(t)),r(t)?t:(n||(e=o(e)),(e=e.replace(/(?:\/|^)[^/]+$/,"")).length?o(e+"/"+t):t)}},function(e,t,n){"use strict";function i(e,t,n){var i=n||8192,r=i>>>1,o=null,a=i;return function(n){if(n<1||n>r)return e(n);a+n>i&&(o=e(i),a=0);var s=t.call(o,a,a+=n);return 7&a&&(a=1+(7|a)),s}}e.exports=i},function(e,t,n){"use strict";var i=t;i.length=function(e){for(var t=0,n=0,i=0;i<e.length;++i)n=e.charCodeAt(i),n<128?t+=1:n<2048?t+=2:55296==(64512&n)&&56320==(64512&e.charCodeAt(i+1))?(++i,t+=4):t+=3;return t},i.read=function(e,t,n){if(n-t<1)return"";for(var i,r=null,o=[],a=0;t<n;)i=e[t++],i<128?o[a++]=i:i>191&&i<224?o[a++]=(31&i)<<6|63&e[t++]:i>239&&i<365?(i=((7&i)<<18|(63&e[t++])<<12|(63&e[t++])<<6|63&e[t++])-65536,o[a++]=55296+(i>>10),o[a++]=56320+(1023&i)):o[a++]=(15&i)<<12|(63&e[t++])<<6|63&e[t++],a>8191&&((r||(r=[])).push(String.fromCharCode.apply(String,o)),a=0);return r?(a&&r.push(String.fromCharCode.apply(String,o.slice(0,a))),r.join("")):String.fromCharCode.apply(String,o.slice(0,a))},i.write=function(e,t,n){for(var i,r,o=n,a=0;a<e.length;++a)i=e.charCodeAt(a),i<128?t[n++]=i:i<2048?(t[n++]=i>>6|192,t[n++]=63&i|128):55296==(64512&i)&&56320==(64512&(r=e.charCodeAt(a+1)))?(i=65536+((1023&i)<<10)+(1023&r),++a,t[n++]=i>>18|240,t[n++]=i>>12&63|128,t[n++]=i>>6&63|128,t[n++]=63&i|128):(t[n++]=i>>12|224,t[n++]=i>>6&63|128,t[n++]=63&i|128);return n-o}},function(e,t,n){"use strict";function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}function r(e,t){for(var n=0,i=e.length-1;i-n>1;){var r=Math.floor((n+i)/2);t(e,r)?n=r:i=r-1}return t(e,i)?i:n}Object.defineProperty(t,"__esModule",{value:!0});var o=n(39),a=(n.n(o),n(38)),s=n.n(a),d=n(37),l=(n.n(d),n(105)),c=n.n(l),m=n(104),u=n.n(m),p=n(27),f=n(102),h=n.n(f),g=n(103),v=n.n(g);t.default={name:"app",data:function(){return{files:[],title:"Winscope",currentTimestamp:0,activeDataView:null,store:n.i(p.a)("app",{flattened:!1,onlyVisible:!1,displayDefaults:!0})}},created:function(){window.addEventListener("keydown",this.onKeyDown),document.title=this.title},methods:{clear:function(){this.files.forEach(function(e){e.destroy()}),this.files=[],this.activeDataView=null},onTimelineItemSelected:function(e,t){this.files[t].selectedIndex=e;for(var n=parseInt(this.files[t].timeline[e]),i=0;i<this.files.length;i++)i!=t&&(this.files[i].selectedIndex=r(this.files[i].timeline,function(e,t){return parseInt(e[t])<=n}));this.currentTimestamp=n},advanceTimeline:function(e){for(var t=-1,n=1/0,i=0;i<this.files.length;i++){var r=this.files[i],o=r.selectedIndex;if(!(o+e<0||o+e>=this.files[i].timeline.length)){var a=Math.abs(parseInt(r.timeline[o+e])-this.currentTimestamp);n>a&&(n=a,t=i)}}t>=0&&(this.files[t].selectedIndex+=e,this.currentTimestamp=parseInt(this.files[t].timeline[this.files[t].selectedIndex]))},onDataViewFocus:function(e){this.activeDataView=e},onKeyDown:function(e){if(e=e||window.event,37==e.keyCode)this.advanceTimeline(-1);else if(39==e.keyCode)this.advanceTimeline(1);else if(38==e.keyCode)this.$refs[this.activeView][0].arrowUp();else{if(40!=e.keyCode)return!1;this.$refs[this.activeView][0].arrowDown()}return e.preventDefault(),!0},onDataReady:function(e){this.files=e},setStatus:function(e){this.title=e||"Winscope"}},computed:{prettyDump:function(){return JSON.stringify(this.dump,null,2)},dataLoaded:function(){return this.files.length>0},scale:function(){var e=Math.max.apply(Math,i(this.files.map(function(e){return Math.max.apply(Math,i(e.timeline))})));return[Math.min.apply(Math,i(this.files.map(function(e){return Math.min.apply(Math,i(e.timeline))}))),e]},activeView:function(){return!this.activeDataView&&this.files.length>0&&(this.activeDataView=this.files[0].filename),this.activeDataView}},watch:{title:function(){document.title=this.title}},components:{timeline:s.a,dataview:c.a,datainput:u.a,dataadb:h.a,datafilter:v.a}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(10),r=n(27),o={ERROR:0,CONNECTING:1,NO_PROXY:2,INVALID_VERSION:3,UNAUTH:4,DEVICES:5,START_TRACE:6,END_TRACE:7,LOAD_DATA:8},a={DEVICES:"/devices/",START_TRACE:"/start/",END_TRACE:"/end/",DUMP:"/dump/",FETCH:"/fetch/",STATUS:"/status/"},s=["window_trace","layers_trace","screen_recording","transaction","proto_log"],d=["window_dump","layers_dump"],l=s.concat(d);t.default={name:"dataadb",data:function(){return{STATES:o,TRACE_FILES:s,DUMP_FILES:d,CAPTURE_FILES:l,FILE_TYPES:i.b,WINSCOPE_PROXY_VERSION:"0.5",status:o.CONNECTING,dataFiles:[],devices:{},selectedDevice:"",refresh_worker:null,keep_alive_worker:null,errorText:"",loadProgress:0,adbStore:n.i(r.a)("adb",Object.assign({proxyKey:"",lastDevice:""},l.reduce(function(e,t){return e[t]=!0,e},{}))),downloadProxyUrl:"https://android.googlesource.com/platform/development/+/master/tools/winscope/adb_proxy/winscope_proxy.py"}},props:["store"],methods:{getDevices:function(){if(this.status!==o.DEVICES&&this.status!==o.CONNECTING)return clearInterval(this.refresh_worker),void(this.refresh_worker=null);this.callProxy("GET",a.DEVICES,this,function(e,t){try{t.devices=JSON.parse(e.responseText),t.adbStore.lastDevice&&t.devices[t.adbStore.lastDevice]&&t.devices[t.adbStore.lastDevice].authorised?t.selectDevice(t.adbStore.lastDevice):(null===t.refresh_worker&&(t.refresh_worker=setInterval(t.getDevices,1e3)),t.status=o.DEVICES)}catch(n){t.errorText=e.responseText,t.status=o.ERROR}})},keepAliveTrace:function(){if(this.status!==o.END_TRACE)return clearInterval(this.keep_alive_worker),void(this.keep_alive_worker=null);this.callProxy("GET",a.STATUS+this.deviceId()+"/",this,function(e,t){"True"!==e.responseText?t.endTrace():null===t.keep_alive_worker&&(t.keep_alive_worker=setInterval(t.keepAliveTrace,1e3))})},startTrace:function(){var e=this.toTrace();if(e.length<1)return this.errorText="No targets selected",void(this.status=o.ERROR);this.status=o.END_TRACE,this.callProxy("POST",a.START_TRACE+this.deviceId()+"/",this,function(e,t){t.keepAliveTrace()},null,e)},dumpState:function(){var e=this.toDump();if(e.length<1)return this.errorText="No targets selected",void(this.status=o.ERROR);this.status=o.LOAD_DATA,this.callProxy("POST",a.DUMP+this.deviceId()+"/",this,function(t,n){n.loadFile(e,0)},null,e)},endTrace:function(){this.status=o.LOAD_DATA,this.callProxy("POST",a.END_TRACE+this.deviceId()+"/",this,function(e,t){t.loadFile(t.toTrace(),0)})},loadFile:function(e,t){this.callProxy("GET",a.FETCH+this.deviceId()+"/"+e[t]+"/",this,function(n,r){try{var a=new Uint8Array(n.response),s=i.b[e[t]],d=s.decoder(a,s,s.name,r.store);r.dataFiles.push(d),r.loadProgress=100*(t+1)/e.length,t<e.length-1?r.loadFile(e,t+1):r.$emit("dataReady",r.dataFiles)}catch(e){r.errorText=e,r.status=o.ERROR}},"arraybuffer")},toTrace:function(){var e=this;return s.filter(function(t){return e.adbStore[t]})},toDump:function(){var e=this;return d.filter(function(t){return e.adbStore[t]})},selectDevice:function(e){this.selectedDevice=e,this.adbStore.lastDevice=e,this.status=o.START_TRACE},deviceId:function(){return this.selectedDevice},restart:function(){this.status=o.CONNECTING},resetLastDevice:function(){this.adbStore.lastDevice="",this.restart()},callProxy:function(e,t,n,i,r,a){var s=new XMLHttpRequest,n=this;if(s.onreadystatechange=function(){4===this.readyState&&(0===this.status?n.status=o.NO_PROXY:200===this.status?"0.5"!==this.getResponseHeader("Winscope-Proxy-Version")?n.status=o.INVALID_VERSION:i(this,n):403===this.status?n.status=o.UNAUTH:("text"!==this.responseType&&this.responseType?"arraybuffer"===this.responseType&&(n.errorText=String.fromCharCode.apply(null,new Uint8Array(this.response))):n.errorText=this.responseText,n.status=o.ERROR))},s.responseType=r||"",s.open(e,"http://localhost:5544"+t),s.setRequestHeader("Winscope-Token",this.adbStore.proxyKey),a){var d=JSON.stringify(a);s.setRequestHeader("Content-Type","application/json;charset=UTF-8"),s.send(d)}else s.send()}},created:function(){var e=new URLSearchParams(window.location.search);e.has("token")&&(this.adbStore.proxyKey=e.get("token")),this.getDevices()},watch:{status:{handler:function(e){e==o.CONNECTING&&this.getDevices()}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(10);t.default={name:"datafilter",props:["file"],data:function(){return{rawData:this.file.data,rawTimeline:this.file.timeline,visibleTransactions:["powerModeUpdate","surfaceCreation, surfaceDeletion","displayCreation, displayDeletion","transaction"]}},methods:{updateFilter:function(){var e=this;this.file.data=this.rawData.filter(function(t){return e.visibleTransactions.includes(t.obj.increment)}),this.file.timeline=this.rawTimeline.filter(function(t){return e.file.data.map(function(e){return e.timestamp}).includes(t)})}},computed:{visible:function(){return this.file.type==i.a.TRANSACTION}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(10),r=function(){function e(e,t){var n=[],i=!0,r=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(i=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);i=!0);}catch(e){r=!0,o=e}finally{try{!i&&s.return&&s.return()}finally{if(r)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();t.default={name:"datainput",data:function(){return{FILE_TYPES:i.b,fileType:"auto",dataFiles:{}}},props:["store"],methods:{onLoadFile:function(e){var t=this,o=this.fileType,a=event.target.files||event.dataTransfer.files,s=a[0];if(s){this.$emit("statusChange",s.name+" (loading)");var d=new FileReader;d.onload=function(e){var a=new Uint8Array(e.target.result);try{if(i.b[o])var d=i.b[o],l=d.decoder(a,d,s.name,t.store);else var c=n.i(i.c)(a,s.name,t.store),m=r(c,2),d=m[0],l=m[1]}catch(e){return void t.$emit("statusChange",t.filename+": "+e)}finally{event.target.value=""}t.$set(t.dataFiles,d.dataType.name,l),t.$emit("statusChange",null)},d.readAsArrayBuffer(a[0])}},onRemoveFile:function(e){this.$delete(this.dataFiles,e)},onSubmit:function(){var e=this;this.$emit("dataReady",Object.keys(this.dataFiles).map(function(t){return e.dataFiles[t]}))}},computed:{dataReady:function(){return Object.keys(this.dataFiles).length>0}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(107),r=n.n(i),o=n(108),a=n.n(o),s=n(106),d=n.n(s),l=n(10);t.default={name:"dataview",data:function(){return{}},methods:{arrowUp:function(){return this.$refs.view.arrowUp()},arrowDown:function(){return this.$refs.view.arrowDown()}},props:["store","file"],computed:{isTrace:function(){return this.file.type==l.a.WINDOW_MANAGER||this.file.type==l.a.SURFACE_FLINGER||this.file.type==l.a.TRANSACTION||this.file.type==l.a.WAYLAND||this.file.type==l.a.SYSTEM_UI||this.file.type==l.a.LAUNCHER},isVideo:function(){return this.file.type==l.a.SCREEN_RECORDING},isLog:function(){return this.file.type==l.a.PROTO_LOG}},components:{traceview:r.a,videoview:a.a,logview:d.a}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"logview",data:function(){return{data:[],isSelected:!1}},methods:{arrowUp:function(){return this.isSelected=!this.isSelected,!this.isSelected},arrowDown:function(){return this.isSelected=!this.isSelected,!this.isSelected}},updated:function(){var e=this.$el.getElementsByTagName("tbody")[0];e.scrollTop=e.scrollHeight-100},watch:{selectedIndex:{immediate:!0,handler:function(e){if(this.file.data.length>0){for(;this.data.length>e+1;)this.data.pop();for(;this.data.length<=e;)this.data.push(this.file.data[this.data.length])}}}},props:["file"],computed:{selectedIndex:function(){return this.file.selectedIndex}}}},function(e,t,n){"use strict";function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}Object.defineProperty(t,"__esModule",{value:!0});var r=n(12);t.default={name:"rects",props:["bounds","rects","highlight"],data:function(){return{desiredWidth:400}},computed:{boundsC:function(){return this.bounds?this.bounds:{width:Math.max.apply(Math,i(this.rects.map(function(e){return n.i(r.c)(e.transform,e).right}))),height:Math.max.apply(Math,i(this.rects.map(function(e){return n.i(r.c)(e.transform,e).bottom})))}},boundsStyle:function(){return this.rectToStyle({top:0,left:0,right:this.boundsC.width,bottom:this.boundsC.height})}},methods:{s:function(e){return e/this.boundsC.width*this.desiredWidth},rectToStyle:function(e){var t=this.s(e.left),n=this.s(e.top),i=this.s(e.right)-this.s(e.left),r=this.s(e.bottom)-this.s(e.top),o=e.transform;return"top: "+n+"px; left: "+t+"px; height: "+r+"px; width: "+i+"px;transform: "+(o?"matrix("+o.dsdx+", "+o.dtdx+", "+o.dsdy+", "+o.dtdy+", "+this.s(o.tx)+", "+this.s(o.ty)+")":"")+"; transform-origin: 0 0;"},onClick:function(e){this.$emit("rect-click",e.ref)}}}},function(e,t,n){"use strict";function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"timeline",props:["items","selectedIndex","scale"],data:function(){return{}},methods:{position:function(e){return this.translate(e)},translate:function(e){var t=[].concat(i(this.scale));return t[0]>=t[1]?e:(e-t[0])/(t[1]-t[0])*2e3},onItemClick:function(e){this.$emit("item-selected",e)}},computed:{timestamps:function(){return 1==this.items.length?[0]:this.items},selected:function(){return this.items[this.selectedIndex]}}}},function(e,t,n){"use strict";function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}function r(e){for(var t=e.map(function(e){return e.toFixed(1)}),n="",i=0;i<t.length;i+=4)n+="[",n+=t.slice(i,i+4).join(", "),n+="] ";return n}function o(e){if(e&&e.$type){if("RectProto"===e.$type.name)return"("+e.left+", "+e.top+") - ("+e.right+", "+e.bottom+")";if("FloatRectProto"===e.$type.name)return"("+e.left.toFixed(3)+", "+e.top.toFixed(3)+") - ("+e.right.toFixed(3)+", "+e.bottom.toFixed(3)+")";if("PositionProto"===e.$type.name)return"("+e.x.toFixed(3)+", "+e.y.toFixed(3)+")";if("SizeProto"===e.$type.name)return e.w+" x "+e.h;if("ColorProto"===e.$type.name)return"r:"+e.r+" g:"+e.g+" \n b:"+e.b+" a:"+e.a;if("TransformProto"===e.$type.name){var t=n.i(p.d)(e);return n.i(p.e)(e)?""+t:t+" dsdx:"+e.dsdx.toFixed(3)+" dtdx:"+e.dtdx.toFixed(3)+" dsdy:"+e.dsdy.toFixed(3)+" dtdy:"+e.dtdy.toFixed(3)}if("ColorTransformProto"===e.$type.name){return""+r(e.val)}}}function a(e){var t=e.split(","),n=[],i=[];return t.forEach(function(e){if(e.startsWith("!")){var t=e.substring(1);i.push(function(e){return-1===e.indexOf(t)})}else{var t=e;n.push(function(e){return-1!==e.indexOf(t)})}}),function(e){var t=function(t){return t(String(e.name))};return(0===n.length||n.some(t))&&(0===i.length||i.every(t))}}Object.defineProperty(t,"__esModule",{value:!0});var s=n(39),d=n.n(s),l=n(38),c=(n.n(l),n(37)),m=n.n(c),u=n(6),p=n(12),f=n(10);t.default={name:"traceview",data:function(){return{propertyFilterString:"",hierarchyPropertyFilterString:"",selectedTree:{},hierarchySelected:null,lastSelectedStableId:null,bounds:{},rects:[],tree:null,highlight:null}},methods:{itemSelected:function(e){this.hierarchySelected=e,this.selectedTree=n.i(u.d)(e.obj,e.name,{skip:e.skip,formatter:o}),this.highlight=e.highlight,this.lastSelectedStableId=e.stableId,this.$emit("focus")},onRectClick:function(e){e&&this.itemSelected(e)},setData:function(e){function t(e,n){if(e.stableId===n)return e;if(Array.isArray(e.children)){var i=!0,r=!1,o=void 0;try{for(var a,s=e.children[Symbol.iterator]();!(i=(a=s.next()).done);i=!0){var d=a.value,l=t(d,n);if(l)return l}}catch(e){r=!0,o=e}finally{try{!i&&s.return&&s.return()}finally{if(r)throw o}}}return null}if(this.tree=e,this.rects=[].concat(i(e.rects)).reverse(),this.bounds=e.bounds,this.hierarchySelected=null,this.selectedTree={},this.highlight=null,this.lastSelectedStableId){var n=t(e,this.lastSelectedStableId);n&&this.itemSelected(n)}},arrowUp:function(){return this.$refs.hierarchy.selectPrev()},arrowDown:function(){return this.$refs.hierarchy.selectNext()}},created:function(){this.setData(this.file.data[this.file.selectedIndex])},watch:{selectedIndex:function(){this.setData(this.file.data[this.file.selectedIndex])}},props:["store","file"],computed:{selectedIndex:function(){return this.file.selectedIndex},hierarchyFilter:function(){var e=a(this.hierarchyPropertyFilterString);return this.store.onlyVisible?function(t){return t.visible&&e(t)}:e},propertyFilter:function(){return a(this.propertyFilterString)},hasScreenView:function(){return this.file.type!==f.a.TRANSACTION}},components:{"tree-view":d.a,rects:m.a}}},function(e,t,n){"use strict";function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}Object.defineProperty(t,"__esModule",{value:!0});var r=n(24),o=n.n(r),a=n(28),s=n.n(a);s.a.Root.fromJSON(o.a);t.default={name:"tree-view",props:["item","selected","chipClass","filter","flattened","force-flattened"],data:function(){return{}},methods:{selectNext:function(e,t){if(e&&this.filterMatches(this.item))return this.clicked(),!1;if(this.selected===this.item&&(e=!0),this.$refs.children){var n=!0,i=!1,r=void 0;try{for(var o,a=this.$refs.children[Symbol.iterator]();!(n=(o=a.next()).done);n=!0){e=o.value.selectNext(e)}}catch(e){i=!0,r=e}finally{try{!n&&a.return&&a.return()}finally{if(i)throw r}}}return e},selectPrev:function(e){if(this.$refs.children){var t=!0,n=!1,r=void 0;try{for(var o,a=[].concat(i(this.$refs.children)).reverse()[Symbol.iterator]();!(t=(o=a.next()).done);t=!0){e=o.value.selectPrev(e)}}catch(e){n=!0,r=e}finally{try{!t&&a.return&&a.return()}finally{if(n)throw r}}}return e&&this.filterMatches(this.item)?(this.clicked(),!1):(this.selected===this.item&&(e=!0),e)},childItemSelected:function(e){this.$emit("item-selected",e)},clicked:function(){this.$emit("item-selected",this.item)},chipClassForChip:function(e){return["tree-view-internal-chip",this.chipClassOrDefault,this.chipClassOrDefault+"-"+(e.class||"default")]},filterMatches:function(e){var t=this;if(this.filter){var n=this.filter(e),i=function(e){return t.filterMatches(e)};return n||!this.applyingFlattened&&e.children&&e.children.some(i)}return!0},childFilter:function(e){if(!this.filter||!this.filter(e))return this.filter}},computed:{computedClass:function(){return this.item==this.selected?"selected":""},chipClassOrDefault:function(){return this.chipClass||"tree-view-chip"},applyingFlattened:function(){return this.flattened&&this.item.flattened||this.forceFlattened},children:function(){return this.applyingFlattened?this.item.flattened:this.item.children}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default={name:"videoview",data:function(){return{}},methods:{arrowUp:function(){return!0},arrowDown:function(){return!0},selectFrame:function(e){var t=(this.file.timeline[e]-this.file.timeline[0])/1e9+1e-5;document.getElementById(this.file.filename).currentTime=t}},watch:{selectedIndex:function(){this.selectFrame(this.file.selectedIndex)}},props:["file"],computed:{selectedIndex:function(){return this.file.selectedIndex}}}},function(e,t,n){"use strict";function i(e,t){for(var n=0;n<e.length;n++){for(var i=!0,r=0;r<t.length;r++)if(e[n+r]!=t[r]){i=!1;break}if(i)return n}return-1}function r(e,t,n){for(var i=0,r=n-1;r>=0;r--)i*=256,i+=e[t+r];return i}function o(e,t){return r(e,t,4)}function a(e,t){return r(e,t,8)}function s(e){var t=i(e,d);if(t<0)throw new Error("Unable to find sync metadata in the file. Are you using the latest Android ScreenRecorder version?");t+=d.length;var n=o(e,t);t+=4;for(var r=[],s=0;s<n;s++)r.push(1e3*a(e,t)),t+=8;return[e,r]}n.d(t,"a",function(){return s});var d=[35,86,86,49,78,83,67,48,80,69,84,49,77,69,33,35]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(15),r=n(41),o=n.n(r),a=n(40),s=(n.n(a),n(42)),d=n.n(s);i.default.use(d.a),new i.default({el:"#app",render:function(e){return e(o.a)}})},function(e,t,n){"use strict";function i(e){if(!e)return"";var t=[];return e&A&&t.push("HIDDEN"),e&T&&t.push("OPAQUE"),e&S&&t.push("SECURE"),t.join("|")+" ("+e+")"}function r(e){return void 0==e||void 0==e.rect||0==e.rect.length||e.rect.every(function(e){return o(e)})}function o(e){var t=e.right||0,n=e.left||0,i=e.top||0,r=e.bottom||0;return t-n<=0||r-i<=0}function a(e){return e&&(e.left-e.right==0||e.top-e.bottom==0)}function s(e){return!e||e.dsdx*e.dtdy==e.dtdx*e.dsdy}function d(e){return void 0!=e.color&&void 0!=e.color.a&&1==e.color.a&&e.isOpaque}function l(e){return e.color&&e.color.a>0&&e.color.r>=0&&e.color.g>=0&&e.color.b>=0}function c(e){return e.shadowRadius&&e.shadowRadius>0}function m(e){return e.backgroundBlurRadius&&e.backgroundBlurRadius>0}function u(e){return"ColorLayer"===e.type||"EffectLayer"===e.type&&(l(e)||c(e)||m(e))}function p(e){return e.flags&A==A||2147483645==e.id}function f(e,t,n){return n?!r(e.visibleRegion):!t&&(!(!e.activeBuffer&&!u(e))&&(!(!e.color||!e.color.a||0==e.color.a)&&(!(e.occludedBy&&e.occludedBy.length>0)&&!(!e.bounds||o(e.bounds)))))}function h(e){return"ContainerLayer"===e.type?"ContainerLayer":p(e)?"Flag is hidden":e.hidden?"Hidden by parent":"BufferStateLayer"!==e.type&&"BufferQueueLayer"!==e.type||e.activeBuffer&&0!==e.activeBuffer.height&&0!==e.activeBuffer.width?e.color&&e.color.a&&0!=e.color.a?a(e.crop)?"Crop is 0x0":!e.bounds||o(e.bounds)?"Bounds is 0x0":s(e.transform)?"Transform is invalid":e.isRelativeOf&&-1==e.zOrderRelativeOf?"RelativeOf layer has been removed":"EffectLayer"!==e.type||l(e)||c(e)||m(e)?e.occludedBy&&e.occludedBy.length>0?"Layer is occluded by:"+e.occludedBy.join():e.visible?"Unknown":void 0:"Effect layer does not have color fill, shadow or blur":"Alpha is 0":"Buffer is empty"}function g(e,t){return e.left<t.right&&e.right>t.left&&e.top<t.bottom&&e.bottom>e.top}function v(e,t){if(!n.i(w.b)(e.transform)||!n.i(w.b)(t.transform))return!1;var i=b(e),r=b(t);return r.left>=i.left&&r.top>=i.top&&r.right<=i.right&&r.bottom<=i.bottom}function b(e){if(e.screenBounds)return e.screenBounds;var t=e.transform,i=e.position?e.position.x||0:0,r=e.position?e.position.y||0:0;return t.tx=i,t.ty=r,n.i(w.c)(t,e.bounds)}function y(e,t,n){x(e,t.filter(function(e){return!e.isRelativeOf}),{opaqueRects:[],transparentRects:[],screenBounds:null},function(e,t){if(e.name.startsWith("Root#0")&&e.sourceBounds&&(t.screenBounds={left:0,top:0,bottom:e.sourceBounds.bottom,right:e.sourceBounds.right}),f(e,e.hidden,n)){var i=function(t){return v(t,e)},r=function(t){return g(b(t),b(e))},o=function(t){return g(b(t),b(e))};e.occludedBy=t.opaqueRects.filter(i).map(function(e){return e.id}),e.partiallyOccludedBy=t.opaqueRects.filter(r).map(function(e){return e.id}),e.coveredBy=t.transparentRects.filter(o).map(function(e){return e.id}),d(e)?t.opaqueRects.push(e):t.transparentRects.push(e)}e.visible=f(e,e.hidden,n),e.visible||(e.invisibleDueTo=h(e))})}function x(e,t,n,i){for(var r=t.length-1;r>=0;r--){var o=t[r].relatives.map(function(t){return e[t]}),a=t[r].children.map(function(t){return e[t]}),s=o.concat(a.filter(function(e){return!e.isRelativeOf}));s.sort(function(e,t){return t.z-e.z}),s.filter(function(e){return e.z>=0}).forEach(function(t){x(e,[t],n,i)}),i(t[r],n),s.filter(function(e){return e.z<0}).forEach(function(t){x(e,[t],n,i)})}}function _(e,t){E(e,t,function(e,t){var n=t&&t.hidden;e.hidden=p(e)||n,e.verboseFlags=i(e.flags),e.bounds||(e.sourceBounds?e.bounds=t?t.bounds:{left:0,top:0,right:0,bottom:0}:e.bounds=e.sourceBounds)})}function E(e,t,n){for(var i=t.length-1;i>=0;i--){var r=t[i].parent,o=-1==r?null:e[r];n(t[i],o);var a=t[i].children.map(function(t){return e[t]});E(e,a,n)}}n.d(t,"b",function(){return y}),n.d(t,"a",function(){return _});var w=n(12),A=1,T=2,S=128},function(e,t,n){"use strict";function i(e){return n.i(a.a)({obj:e,kind:"launcher",name:"launcher",children:[]})}function r(e){return n.i(a.a)({obj:e,kind:"entry",name:n.i(a.b)(e.elapsedRealtimeNanos),children:[[[e.launcher],i]],timestamp:e.elapsedRealtimeNanos,stableId:"entry"})}function o(e){return n.i(a.a)({obj:e,kind:"entries",name:"entries",children:[[e.entry,r]]})}n.d(t,"a",function(){return o});var a=n(6)},function(e,t,n){"use strict";function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function a(e,t){if(e.length<=t)throw new g("No param for format string conversion");return e[t]}function s(e,t){for(var n="",i=t.strParams,r=0,o=t.sint64Params,s=0,d=t.doubleParams,l=0,c=t.booleanParams,m=0,u=0;u<e.length;)if("%"==e[u]){if(u+1>=e.length)throw new Error("Invalid format string");switch(e[u+1]){case"%":n+="%";break;case"d":n+=a(o,s++).toString(10);break;case"o":n+=a(o,s++).toString(8);break;case"x":n+=a(o,s++).toString(16);break;case"f":n+=a(d,l++).toFixed(6);break;case"e":n+=a(d,l++).toExponential();break;case"g":n+=a(d,l++).toString();break;case"s":n+=a(i,r++);break;case"b":n+=a(c,m++).toString();break;default:throw new Error("Invalid format string conversion: "+e[u+1])}u+=2}else n+=e[u],u+=1;return n}function d(e){return{text:e.messageHash.toString()+" - ["+e.strParams.toString()+"] ["+e.sint64Params.toString()+"] ["+e.doubleParams.toString()+"] ["+e.booleanParams.toString()+"]",time:n.i(f.b)(e.elapsedRealtimeNanos),tag:"INVALID",at:"",timestamp:e.elapsedRealtimeNanos}}function l(e,t){return{text:s(t.message,e),time:n.i(f.b)(e.elapsedRealtimeNanos),tag:p.a.groups[t.group].tag,at:t.at,timestamp:e.elapsedRealtimeNanos}}function c(e){var t=p.a.messages[e.messageHash];if(void 0===t)return d(e);try{return l(e,t)}catch(t){if(t instanceof g)return d(e);throw t}}function m(e){if(e.version!==h)throw new Error("Unsupported log version");if(p.a.version!==h)throw new Error("Unsupported viewer config version");var t=e.log.map(function(e){return c(e)});return t.sort(function(e,t){return e.timestamp-t.timestamp}),{children:t}}n.d(t,"a",function(){return m});var u=n(130),p=n.n(u),f=n(6),h="1.0.0",g=function(e){function t(e){return i(this,t),r(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e))}return o(t,e),t}(Error)},function(e,t,n){"use strict";function i(e){function t(e,t,n){return{right:e.right-(e.left-t),bottom:e.bottom-(e.top-n),left:t,top:n}}var r=[];e.visible&&r.push(n.i(d.c)()),-1!==(e.zOrderRelativeOf||-1)&&r.push(c),void 0!==e.zOrderRelativeParentOf&&r.push(m),e.missing&&r.push(u),function(e){"CLIENT"===e.hwcCompositionType?r.push(p):"DEVICE"!==e.hwcCompositionType&&"SOLID_COLOR"!==e.hwcCompositionType||r.push(f)}(e);var o=e.visible?function(e){var n=e.bounds,i=e.position?e.position.x||0:0,r=e.position?e.position.y||0:0;return n=t(n,0,0),n.label=e.name,n.transform=e.transform,n.transform.tx=i,n.transform.ty=r,n}(e):void 0;return n.i(d.a)({obj:e,kind:"",name:e.id+": "+e.name,children:[[e.resolvedChildren,i]],rect:o,undefined:void 0,highlight:o,chips:r,visible:e.visible})}function r(e){return{name:"layer #"+e,missing:!0,zOrderRelativeOf:-1,transform:{dsdx:1,dtdx:0,dsdy:0,dtdy:1}}}function o(e,t){function o(e,t){e.forEach(function(e){t(e),o(e.children,t)})}var a={},s={},c=t.layers||[];c.forEach(function(e){a[e.id]=e}),c.forEach(function(e){e.resolvedChildren=[],Array.isArray(e.children)&&(e.resolvedChildren=e.children.map(function(e){return a[e]||r(e)}),e.children.forEach(function(e){s[e]=!0})),-1!==(e.zOrderRelativeOf||-1)&&(a[e.zOrderRelativeOf].zOrderRelativeParentOf=e.id)});var m=c.filter(function(e){return!s[e.id]});n.i(l.a)(a,m),n.i(l.b)(a,m,e);var u={},p=m.map(function(e){return i(e,{parentBounds:{left:0,right:0,top:0,bottom:0},parentHidden:null})});o(p,function(e){u[e.obj.id]=e});var f=[];return c.forEach(function(e){f.push(u[e.id])}),n.i(d.a)({obj:{},kind:"layers",name:"layers",children:[[p,function(e){return e}]],rects_transform:function(e){var t=[];return f.forEach(function(e){e.rect&&t.push(e.rect)}),t.reverse()},flattened:f})}function a(e){var t=!e.excludesCompositionState;return n.i(d.a)({obj:e,kind:"entry",name:n.i(d.b)(e.elapsedRealtimeNanos)+" - "+e.where,children:[[[e.layers],function(e){return o(t,e)}]],timestamp:e.elapsedRealtimeNanos,stableId:"entry"})}function s(e){return n.i(d.a)({obj:e,kind:"layerstrace",name:"layerstrace",children:[[e.entry,a]]})}n.d(t,"b",function(){return o}),n.d(t,"a",function(){return s});var d=n(6),l=n(70),c={short:"RelZ",long:"Is relative Z-ordered to another surface",class:"warn"},m={short:"RelZParent",long:"Something is relative Z-ordered to this surface",class:"warn"},u={short:"MissingLayer",long:"This layer was referenced from the parent, but not present in the trace",class:"error"},p={short:"GPU",long:"This layer was composed on the GPU",class:"gpu"},f={short:"HWC",long:"This layer was composed by Hardware Composer",class:"hwc"}},function(e,t,n){"use strict";function i(e){return n.i(s.a)({obj:e,kind:"edgeBack",name:"edgeBack",children:[]})}function r(e){return n.i(s.a)({obj:e,kind:"systemUi",name:"systemUi",children:[[[e.edgeBackGestureHandler],i]]})}function o(e){return n.i(s.a)({obj:e,kind:"entry",name:n.i(s.b)(e.elapsedRealtimeNanos),children:[[[e.systemUi],r]],timestamp:e.elapsedRealtimeNanos,stableId:"entry"})}function a(e){return n.i(s.a)({obj:e,kind:"entries",name:"entries",children:[[e.entry,o]]})}n.d(t,"a",function(){return a});var s=n(6)},function(e,t,n){"use strict";function i(e){return n.i(s.a)({obj:e,kind:"transaction",children:[[e.surfaceChange,r("surfaceChange")],[e.displayChange,r("displayChange")]],rects:[],visible:!1})}function r(e){function t(t){return Object.freeze({obj:t,kind:e,rects:[],visible:!1,name:t.name||t.id||n.i(s.b)(t.when)})}return"transaction"===e?i:t}function o(e){var t=e.increment;return n.i(s.a)({obj:e,kind:"entry",name:n.i(s.b)(e.timeStamp),children:[[[e[t]],r(t)]],timestamp:e.timeStamp})}function a(e){return n.i(s.a)({obj:e,kind:"entries",name:"transactionstrace",children:[[e.increment,o]]})}n.d(t,"a",function(){return a});var s=n(6)},function(e,t,n){"use strict";function i(e){var t=[],r=e.displayFrame,o=function(e){return 0==e.parent||e.visibleInParent&&e.visible&&1!=e.hidden}(e);return o&&0!=e.parent&&t.push(n.i(d.c)()),o||(r=void 0),n.i(d.a)({obj:e,kind:"layer",name:e.name,children:[[e.resolvedChildren,i]],rect:r,highlight:r,chips:t,visible:o,stableId:e.id})}function r(e){var t=e.geometry,r=e.layers||[];return n.i(d.a)({obj:e,kind:"container",name:e.name,children:[[r,i]],rect:t,highlight:t,stableId:e.id})}function o(e){var t=e.containers||[],i=e.fullBounds;return n.i(d.a)({obj:{name:"Output State",fullBounds:i},kind:"outputstate",name:"Output State",rect:i,highlight:i,children:[[t,r]]})}function a(e){return n.i(d.a)({obj:e,kind:"entry",name:n.i(d.b)(e.elapsedRealtimeNanos)+" - "+e.where,children:[[[e.state],o]],timestamp:e.elapsedRealtimeNanos,stableId:"entry"})}function s(e){return n.i(d.a)({obj:e,kind:"wltrace",name:"wltrace",children:[[e.entry,a]]})}n.d(t,"b",function(){return o}),n.d(t,"a",function(){return s});var d=n(6)},function(e,t,n){"use strict";function i(e){var t=[],r=e.windowContainer.visible,o=function(e){return b(e.title)+"@"+e.hashCode}(e.identifier),a=function(e,t){var n=e||{};return{left:n.left||0,right:n.right||0,top:n.top||0,bottom:n.bottom||0,label:t}}((e.windowFrames||e).frame,o);return r?t.push(n.i(y.c)()):a=void 0,n.i(y.a)({obj:e,kind:"window",name:o,children:[[e.childWindows,i],[e.windowContainer.children.reverse(),m]],rect:a,highlight:a,chips:t,visible:r})}function r(e){return n.i(y.a)({obj:e,kind:"activityRecord",name:e.name,children:[[e.windowToken.windows,i],[e.windowToken.windowContainer.children.reverse(),m]]})}function o(e){return n.i(y.a)({obj:e,kind:"task",name:e.id||0,children:[[e.tasks,o],[e.activities,r],[e.windowContainer.children.reverse(),m]]})}function a(e){return n.i(y.a)({obj:e,kind:"stack",name:e.id||0,children:[[e.tasks,o]]})}function s(e){return n.i(y.a)({obj:e,kind:"winToken",name:"",children:[[e.windows,i],[e.windowContainer.children.reverse(),m]]})}function d(e){return n.i(y.a)({obj:e,kind:"belowAppWindow",name:"",children:[[e.windows,i]]})}function l(e){return n.i(y.a)({obj:e,kind:"aboveAppWindow",name:"",children:[[e.windows,i]]})}function c(e){return n.i(y.a)({obj:e,kind:"imeWindow",name:"",children:[[e.windows,i]]})}function m(e){return null!=e.displayArea?u(e.displayArea):null!=e.displayContent?p(e.displayContent):null!=e.task?o(e.task):null!=e.activity?r(e.activity):null!=e.windowToken?s(e.windowToken):null!=e.window?i(e.window):n.i(y.a)({obj:e,kind:"WindowContainerChild",name:"",children:[[e.windowContainer.children.reverse(),m]]})}function u(e){return n.i(y.a)({obj:e,kind:"DisplayArea",name:e.name,children:[[e.windowContainer.children.reverse(),m]]})}function p(e){var t={width:e.displayInfo.logicalWidth||0,height:e.displayInfo.logicalHeight||0};return n.i(y.a)({obj:e,kind:"display",name:e.id||0,children:[[e.aboveAppWindows,l],[e.imeWindows,c],[e.stacks,a],[e.tasks,o],[e.belowAppWindows,d],[e.windowContainer.children.reverse(),m]],bounds:t})}function f(e){return n.i(y.a)({obj:e,kind:"policy",name:"policy",children:[]})}function h(e){return n.i(y.a)({obj:e,kind:"service",name:"",children:[[e.rootWindowContainer.displays,p],[e.rootWindowContainer.windowContainer.children.reverse(),m],[[e.policy],f]],timestamp:e.elapsedRealtimeNanos})}function g(e){return n.i(y.a)({obj:e,kind:"entry",name:n.i(y.b)(e.elapsedRealtimeNanos),children:[[e.windowManagerService.rootWindowContainer.displays,p],[e.windowManagerService.rootWindowContainer.windowContainer.children.reverse(),m],[[e.windowManagerService.policy],f]],timestamp:e.elapsedRealtimeNanos,stableId:"entry"})}function v(e){return n.i(y.a)({obj:e,kind:"entries",name:"entries",children:[[e.entry,g]]})}function b(e){if(!e.includes("/"))return e;var t=e.split("/"),n=t[0],i=t.slice(1).join("/");return i.startsWith(n+".")?(i=i.slice(n.length+1),[n,i].join("/")):e}n.d(t,"b",function(){return h}),n.d(t,"a",function(){return v});var y=n(6)},function(e,t,n){t=e.exports=n(2)(),t.push([e.i,'.md-ink-ripple{pointer-events:none;overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-mask-image:radial-gradient(circle,#fff 100%,#000 0);transition:all .3s cubic-bezier(.55,0,.55,.2)}.md-ripple{position:absolute;background-color:currentColor;border-radius:50%;opacity:.2;transform:scale(0) translateZ(0);transition:none;will-change:background-color,opacity,transform,width,height,top,left}.md-ripple.md-active{animation:ripple 1s cubic-bezier(.25,.8,.25,1) forwards}.md-ripple.md-active.md-fadeout{opacity:0!important;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.6s}@keyframes ripple{to{transform:scale(2.2) translateZ(0)}}html{height:100%;box-sizing:border-box}html *,html :after,html :before{box-sizing:inherit}body{min-height:100%;margin:0;position:relative;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.87);font-family:Roboto,Noto Sans,Noto,sans-serif}ul:not(.md-list)>li+li{margin-top:8px}audio,canvas,embed,iframe,img,object,svg,video{max-width:100%;font-style:italic;vertical-align:middle}audio:not(.md-image),canvas:not(.md-image),embed:not(.md-image),iframe:not(.md-image),img:not(.md-image),object:not(.md-image),svg:not(.md-image),video:not(.md-image){height:auto}[tabindex="-1"]:focus{outline:none!important}.md-scrollbar::-webkit-scrollbar,.md-scrollbar ::-webkit-scrollbar{width:10px;height:10px;box-shadow:inset 1px 1px 0 rgba(0,0,0,.12);transition:all .5s cubic-bezier(.35,0,.25,1);background-color:rgba(0,0,0,.05)}.md-scrollbar::-webkit-scrollbar:hover,.md-scrollbar ::-webkit-scrollbar:hover{box-shadow:inset 1px 1px 0 rgba(0,0,0,.054),inset 0 -1px 0 rgba(0,0,0,.038);background-color:rgba(0,0,0,.087)}.md-scrollbar::-webkit-scrollbar-button,.md-scrollbar ::-webkit-scrollbar-button{display:none}.md-scrollbar::-webkit-scrollbar-corner,.md-scrollbar ::-webkit-scrollbar-corner{background-color:transparent}.md-scrollbar::-webkit-scrollbar-thumb,.md-scrollbar ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.26);box-shadow:inset 1px 1px 0 rgba(0,0,0,.054),inset 0 -1px 0 rgba(0,0,0,.087);transition:all .5s cubic-bezier(.35,0,.25,1)}.md-caption{font-size:12px;font-weight:400;letter-spacing:.02em;line-height:17px}.md-body-1,body{font-weight:400;line-height:20px}.md-body-1,.md-body-2,body{font-size:14px;letter-spacing:.01em}.md-body-2{font-weight:500;line-height:24px}.md-subheading{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:24px}.md-title{font-size:20px;font-weight:500;letter-spacing:.005em;line-height:26px}.md-headline{font-size:24px;line-height:32px}.md-display-1,.md-headline{font-weight:400;letter-spacing:0}.md-display-1{font-size:34px;line-height:40px}.md-display-2{font-size:45px;font-weight:400;letter-spacing:0;line-height:48px}.md-display-3{font-size:56px;font-weight:400;letter-spacing:-.005em;line-height:58px}.md-display-4{font-size:112px;font-weight:300;letter-spacing:-.01em;line-height:112px}a:not(.md-button):not(.md-bottom-bar-item){text-decoration:none}a:not(.md-button):not(.md-bottom-bar-item):hover{text-decoration:underline}button:focus{outline:none}.md-avatar{width:40px;min-width:40px;height:40px;min-height:40px;margin:auto;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;border-radius:40px;vertical-align:middle}.md-avatar.md-large{width:64px;min-width:64px;height:64px;min-height:64px;border-radius:64px}.md-avatar.md-large .md-icon{width:40px;min-width:40px;height:40px;min-height:40px;font-size:40px;line-height:40px}.md-avatar.md-avatar-icon{background-color:rgba(0,0,0,.38)}.md-avatar.md-avatar-icon .md-icon{color:#fff}.md-avatar .md-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.md-avatar img{width:100%;height:100%;display:block}.md-avatar .md-ink-ripple{border-radius:50%}.md-avatar .md-ink-ripple .md-ripple.md-active{animation-duration:.9s}.md-avatar-tooltip.md-tooltip-top{margin-top:-8px}.md-avatar-tooltip.md-tooltip-right{margin-left:8px}.md-avatar-tooltip.md-tooltip-bottom{margin-top:8px}.md-avatar-tooltip.md-tooltip-left{margin-left:-8px}.md-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;pointer-events:none;background-color:rgba(0,0,0,.54);transform:translateZ(0);opacity:0;transition:all .5s cubic-bezier(.35,0,.25,1)}.md-backdrop.md-active{opacity:1;pointer-events:auto}.md-backdrop.md-transparent{background:rgba(0,0,0,.005)}.md-bottom-bar{width:100%;min-width:100%;height:56px;-ms-flex-pack:center;justify-content:center;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-bottom-bar,.md-bottom-bar-item{position:relative;display:-ms-flexbox;display:flex}.md-bottom-bar-item{max-width:168px;min-width:80px;height:100%;padding:8px 12px 10px;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex:1;flex:1;cursor:pointer;border:none;background:transparent;transform:translateZ(0);color:currentColor;font-family:inherit;font-size:14px;line-height:1em;text-decoration:none}.md-bottom-bar-item.md-active{padding-top:6px}.md-bottom-bar-item.md-active .md-text{transform:scale(1) translateZ(0)}.md-bottom-bar-item.md-active .md-icon,.md-bottom-bar-item.md-active .md-text{color:currentColor}.md-bottom-bar-item[disabled]{opacity:.38}.md-bottom-bar.md-shift .md-bottom-bar-item{min-width:56px;max-width:96px;position:static;-ms-flex:1 1 32px;flex:1 1 32px;transition:.4s cubic-bezier(.25,.8,.25,1);transition-property:flex,min-width,max-width;transition-property:flex,min-width,max-width,-ms-flex}.md-bottom-bar.md-shift .md-bottom-bar-item .md-icon{transform:translate3d(0,8px,0)}.md-bottom-bar.md-shift .md-bottom-bar-item .md-text{opacity:0;transform:scale(1) translate3d(0,6px,0)}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active{min-width:96px;max-width:168px;-ms-flex:1 1 72px;flex:1 1 72px}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon,.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text{opacity:1}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon{transform:scale(1) translateZ(0)}.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text{transform:scale(1) translate3d(0,2px,0)}.md-bottom-bar-item .md-text{transform:scale(.8571) translateY(2px);transition:all .4s cubic-bezier(.25,.8,.25,1),color .15s linear,opacity .15s linear}.md-bottom-bar-item .md-icon{transition:all .4s cubic-bezier(.25,.8,.25,1),color .15s linear}.md-button{min-width:88px;min-height:36px;margin:6px 8px;padding:0 16px;display:inline-block;position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background:none;border:0;border-radius:2px;transition:all .4s cubic-bezier(.25,.8,.25,1);color:currentColor;font-family:inherit;font-size:14px;font-style:inherit;font-variant:inherit;font-weight:500;letter-spacing:inherit;line-height:36px;text-align:center;text-transform:uppercase;text-decoration:none;vertical-align:top;white-space:nowrap}.md-button,.md-button:focus{outline:none}.md-button::-moz-focus-inner{border:0}.md-button:hover:not([disabled]):not(.md-raised){background-color:hsla(0,0%,60%,.2);text-decoration:none}.md-button:hover:not([disabled]).md-raised{background-color:rgba(0,0,0,.12)}.md-button:active:not([disabled]){background-color:hsla(0,0%,60%,.4)}.md-button.md-raised:not([disabled]){box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-button.md-dense{min-height:32px;line-height:32px;font-size:13px}.md-button.md-fab .md-icon,.md-button.md-icon-button .md-icon{position:absolute;top:1px;right:0;bottom:0;left:0}.md-button.md-icon-button{width:40px;min-width:40px;height:40px;margin:0 6px;padding:8px;border-radius:50%;line-height:24px}.md-button.md-icon-button:not([disabled]):hover{background:none}.md-button.md-icon-button.md-dense{width:32px;min-width:32px;height:32px;min-height:32px;padding:4px;line-height:32px}.md-button.md-icon-button .md-ink-ripple{border-radius:50%}.md-button.md-icon-button .md-ink-ripple .md-ripple{top:0!important;right:0!important;bottom:0!important;left:0!important}.md-button.md-icon-button .md-ripple.md-active{animation-duration:.9s}.md-button.md-fab{width:56px;height:56px;padding:0;min-width:0;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);border-radius:56px;line-height:56px;background-clip:padding-box;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-property:background-color,box-shadow,transform}.md-button.md-fab:focus,.md-button.md-fab:hover{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px rgba(0,0,0,.14),0 1px 14px rgba(0,0,0,.12)}.md-button.md-fab.md-mini{width:40px;height:40px;line-height:40px}.md-button.md-fab .md-ink-ripple{border-radius:56px}.md-button[disabled]{color:rgba(0,0,0,.26);cursor:default;pointer-events:none}.md-button[disabled].md-fab,.md-button[disabled].md-raised{background-color:rgba(0,0,0,.12)}.md-button[disabled].md-fab{box-shadow:none}.md-button:after{transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-button .md-ink-ripple{border-radius:2px;background-clip:padding-box;overflow:hidden}.md-button.md-fab .md-icon,.md-button.md-icon-button .md-icon{color:inherit;display:block}.md-fab.md-fab-bottom-center,.md-fab.md-fab-bottom-left,.md-fab.md-fab-bottom-right,.md-fab.md-fab-top-center,.md-fab.md-fab-top-left,.md-fab.md-fab-top-right,.md-speed-dial.md-fab-bottom-center,.md-speed-dial.md-fab-bottom-left,.md-speed-dial.md-fab-bottom-right,.md-speed-dial.md-fab-top-center,.md-speed-dial.md-fab-top-left,.md-speed-dial.md-fab-top-right{margin:0;position:absolute;z-index:10}.md-fab.md-fab-top-left,.md-speed-dial.md-fab-top-left{top:24px;left:24px}.md-fab.md-fab-top-center,.md-speed-dial.md-fab-top-center{top:24px;left:50%;transform:translateX(-50%)}.md-fab.md-fab-top-right,.md-speed-dial.md-fab-top-right{top:24px;right:24px}.md-fab.md-fab-bottom-left,.md-speed-dial.md-fab-bottom-left{bottom:24px;left:24px}.md-fab.md-fab-bottom-center,.md-speed-dial.md-fab-bottom-center{bottom:24px;left:50%;transform:translateX(-50%)}.md-fab.md-fab-bottom-right,.md-speed-dial.md-fab-bottom-right{right:24px;bottom:24px}.md-button-tooltip.md-tooltip-top{margin-top:-8px}.md-button-tooltip.md-tooltip-right{margin-left:8px}.md-button-tooltip.md-tooltip-bottom{margin-top:8px}.md-button-tooltip.md-tooltip-left{margin-left:-8px}.md-button-toggle{width:auto;display:-ms-flexbox;display:flex}.md-button-toggle>.md-button{margin:0;overflow:hidden;border-width:1px 0 1px 1px;border-radius:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.md-button-toggle>.md-button:first-child{border-radius:2px 0 0 2px}.md-button-toggle>.md-button:last-child{border-right-width:1px;border-radius:0 2px 2px 0}.md-button-toggle>.md-button:not([disabled]){color:rgba(0,0,0,.54)}.md-button-toggle>.md-button:not([disabled]):hover:not(.md-toggle):not(.md-raised){background-color:hsla(0,0%,60%,.2);text-decoration:none}.md-button-toggle>.md-button .md-ink-ripple{border-radius:2px}.md-button-toggle.md-raised button:not([disabled]),.md-card{box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-card{overflow:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:1;border-radius:2px}.md-card.md-with-hover{cursor:pointer;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-property:box-shadow}.md-card.md-with-hover:hover{z-index:2;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-card .md-card-media{position:relative}.md-card .md-card-media.md-16-9{overflow:hidden}.md-card .md-card-media.md-16-9:before{width:100%;padding-top:56.25%;display:block;content:" "}.md-card .md-card-media.md-16-9 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card .md-card-media.md-4-3{overflow:hidden}.md-card .md-card-media.md-4-3:before{width:100%;padding-top:75%;display:block;content:" "}.md-card .md-card-media.md-4-3 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card .md-card-media.md-1-1{overflow:hidden}.md-card .md-card-media.md-1-1:before{width:100%;padding-top:100%;display:block;content:" "}.md-card .md-card-media.md-1-1 img{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%)}.md-card .md-card-media+.md-card-header{padding-top:24px}.md-card .md-card-media+.md-card-content:last-child{padding-bottom:16px}.md-card .md-card-media img{width:100%}.md-card .md-card-header{padding:16px}.md-card .md-card-header:first-child>.md-card-header-text>.md-title:first-child,.md-card .md-card-header:first-child>.md-title:first-child{margin-top:8px}.md-card .md-card-header:last-child{margin-bottom:8px}.md-card .md-card-header.md-card-header-flex{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.md-card .md-card-header+.md-card-content{padding-top:0}.md-card .md-card-header+.md-card-actions:not(:last-child){padding:0 8px}.md-card .md-card-header .md-avatar{margin-right:16px;float:left}.md-card .md-card-header .md-avatar~.md-title{font-size:14px}.md-card .md-card-header .md-avatar~.md-subhead,.md-card .md-card-header .md-avatar~.md-title{font-weight:500;line-height:20px}.md-card .md-card-header .md-button{margin:0}.md-card .md-card-header .md-button:last-child{margin-right:-4px}.md-card .md-card-header .md-button+.md-button{margin-left:8px}.md-card .md-card-header .md-card-header-text{-ms-flex:1;flex:1}.md-card .md-card-header .md-card-media{width:80px;-ms-flex:0 0 80px;flex:0 0 80px;height:80px;margin-left:16px}.md-card .md-card-header .md-card-media.md-medium{width:120px;-ms-flex:0 0 120px;flex:0 0 120px;height:120px}.md-card .md-card-header .md-card-media.md-big{width:160px;-ms-flex:0 0 160px;flex:0 0 160px;height:160px}.md-card .md-subhead,.md-card .md-subheading,.md-card .md-title{margin:0;font-weight:400}.md-card .md-subhead{opacity:.54;font-size:14px;letter-spacing:.01em;line-height:20px}.md-card .md-subhead+.md-title{margin-top:4px}.md-card .md-title{font-size:24px;letter-spacing:0;line-height:32px}.md-card .md-card-media-actions{padding:16px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.md-card .md-card-media-actions .md-card-media{max-width:240px;max-height:240px;-ms-flex:1;flex:1}.md-card .md-card-media-actions .md-card-actions{margin-left:16px;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.md-card .md-card-media-actions .md-card-actions .md-button+.md-button{margin:8px 0 0}.md-card .md-card-content{padding:16px;font-size:14px;line-height:22px}.md-card .md-card-content:last-child{padding-bottom:24px}.md-card .md-card-actions{padding:8px;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center}.md-card .md-card-actions .md-button{margin:0}.md-card .md-card-actions .md-button:first-child{margin-left:0}.md-card .md-card-actions .md-button:last-child{margin-right:0}.md-card .md-card-actions .md-button+.md-button{margin-left:4px}.md-card .md-card-area,.md-card>.md-card-area:not(:last-child){position:relative}.md-card>.md-card-area:not(:last-child):after{height:1px;position:absolute;bottom:0;content:" "}.md-card>.md-card-area:not(:last-child):not(.md-inset):after{right:0;left:0}.md-card>.md-card-area:not(:last-child).md-inset:after{right:16px;left:16px}.md-card .md-card-media-cover{position:relative;color:#fff}.md-card .md-card-media-cover.md-text-scrim .md-card-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.md-card .md-card-media-cover .md-card-area{position:absolute;right:0;bottom:0;left:0;z-index:2}.md-card .md-card-media-cover .md-card-header+.md-card-actions{padding-top:0}.md-card .md-card-media-cover .md-subhead{opacity:1}.md-card .md-card-expand{overflow:hidden}.md-card .md-card-expand.md-active [md-expand-trigger]{transform:rotate(180deg) translate3D(0,0,0)}.md-card .md-card-expand.md-active .md-card-content{margin-top:0!important;opacity:1;padding:4px 16px 24px;height:auto}.md-card .md-card-expand .md-card-actions{padding-top:0;position:relative;z-index:2}.md-card .md-card-expand [md-expand-trigger]{transition:all .4s cubic-bezier(.25,.8,.25,1);will-change:transform}.md-card .md-card-expand .md-card-content{height:0;padding:0 16px;position:relative;z-index:1;opacity:0;transform:translate3D(0,0,0);transition:all .4s cubic-bezier(.25,.8,.25,1);will-change:margin,height}.md-checkbox{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative}.md-checkbox:not(.md-disabled),.md-checkbox:not(.md-disabled) .md-checkbox-label{cursor:pointer}.md-checkbox .md-checkbox-container{width:20px;min-width:20px;height:20px;position:relative;border-radius:2px;border:2px solid rgba(0,0,0,.54);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-checkbox .md-checkbox-container:focus{outline:none}.md-checkbox .md-checkbox-container:before{width:48px;height:48px;position:absolute;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-50%);transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.md-checkbox .md-checkbox-container:after{width:6px;height:13px;position:absolute;top:0;left:5px;border:2px solid #fff;border-top:0;border-left:0;opacity:0;transform:rotate(45deg) scale3D(.15,.15,1);transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.md-checkbox .md-checkbox-container input{position:absolute;left:-999em}.md-checkbox .md-checkbox-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-checkbox .md-checkbox-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-checkbox .md-checkbox-label{height:20px;padding-left:8px;line-height:20px}.md-checkbox.md-checked .md-checkbox-container:after{opacity:1;transform:rotate(45deg) scale3D(1,1,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-chip{height:32px;padding:8px 12px;display:inline-block;border-radius:32px;transition:all .4s cubic-bezier(.25,.8,.25,1);font-size:13px;line-height:16px;white-space:nowrap}.md-chip.md-deletable{position:relative;padding-right:32px}.md-chip.md-editable .md-chip-container{cursor:pointer}.md-chip:active,.md-chip:focus{outline:none}.md-chip:active:not(.md-disabled),.md-chip:focus:not(.md-disabled){cursor:pointer;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-chip.md-disabled .md-button{pointer-events:none;cursor:default}.md-chip .md-button.md-delete{width:24px;min-width:24px;height:24px;min-height:24px;margin:0;padding:0;position:absolute;top:4px;right:4px;border-radius:24px;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-chip .md-button.md-delete .md-icon{width:20px;min-width:20px;height:20px;min-height:20px;margin:0;font-size:20px}.md-chip .md-button.md-delete .md-ink-ripple{border-radius:32px}.md-chip .md-button.md-delete .md-ripple{opacity:.54}.md-chips{min-height:54px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.md-chips .md-chip{margin-right:8px;margin-bottom:4px}.md-chips .md-input{width:128px;-ms-flex:1;flex:1}.md-dialog-container{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:108}.md-dialog-container.md-active{pointer-events:auto}.md-dialog-container.md-active .md-dialog{opacity:1!important;transform:scale(1)!important;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-property:opacity,transform}.md-dialog-backdrop{position:fixed;z-index:109}.md-dialog{min-width:280px;max-width:80%;max-height:80%;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;overflow:hidden;position:relative;z-index:110;outline:none;border-radius:2px;opacity:0;box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12);transform:scale(.9,.85);transform-origin:center center;transition:opacity .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1) .05s;will-change:opacity,transform}.md-dialog.md-reference{transform-origin:top center}.md-dialog.md-transition-off{transition:none!important}.md-dialog p{margin:0}.md-dialog-title{margin-bottom:20px;padding:24px 24px 0}.md-dialog-content{padding:0 24px 24px;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;position:relative}.md-dialog-content:first-child{padding-top:24px}.md-dialog-content p:first-child:not(:only-child){margin-top:0}.md-dialog-content p:last-child:not(:only-child){margin-bottom:0}.md-dialog-body{margin:0 -24px;padding:0 24px;overflow:auto}.md-dialog-actions{min-height:52px;padding:8px 8px 8px 24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;position:relative}.md-dialog-actions:before{height:1px;position:absolute;top:-1px;right:0;left:0;content:" "}.md-dialog-actions .md-button{min-width:64px;margin:0;padding:0 8px}.md-dialog-actions .md-button+.md-button{margin-left:8px}.md-divider{height:1px;margin:0;padding:0;display:block;border:0;background-color:rgba(0,0,0,.12)}.md-divider.md-inset{margin-left:72px}.md-file{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1}.md-file input[type=file]{width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute;clip:rect(0 0 0 0);border:0}.md-file .md-icon{cursor:pointer}.md-icon{width:24px;min-width:24px;height:24px;min-height:24px;font-size:24px;margin:auto;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;fill:currentColor;text-rendering:optimizeLegibility;vertical-align:middle}.md-icon.md-size-2x{width:48px;min-width:48px;height:48px;min-height:48px;font-size:48px}.md-icon.md-size-3x{width:72px;min-width:72px;height:72px;min-height:72px;font-size:72px}.md-icon.md-size-4x{width:96px;min-width:96px;height:96px;min-height:96px;font-size:96px}.md-icon.md-size-5x{width:120px;min-width:120px;height:120px;min-height:120px;font-size:120px}.md-icon svg{width:100%;height:100%}img.md-icon{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.md-image{opacity:0;filter:saturate(20%)}.md-image.md-black-output{filter:brightness(.4) saturate(20%)}.md-image.md-loaded{opacity:1;filter:saturate(100%);transition:opacity 1.1s cubic-bezier(.25,.8,.25,1),filter 2.2s cubic-bezier(.25,.8,.25,1) .3s}.md-input-container{width:100%;min-height:48px;margin:4px 0 24px;padding-top:16px;display:-ms-flexbox;display:flex;position:relative}.md-input-container:after{height:1px;right:0;bottom:0;background-color:rgba(0,0,0,.12);content:" "}.md-input-container:after,.md-input-container label{position:absolute;left:0;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-input-container label{top:23px;pointer-events:none;transition-duration:.3s;color:rgba(0,0,0,.54);font-size:16px;line-height:20px}.md-input-container input,.md-input-container textarea{width:100%;height:32px;padding:0;display:block;-ms-flex:1;flex:1;border:none;background:none;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-property:font-size;color:rgba(0,0,0,.54);font-family:inherit;font-size:1px;line-height:32px}.md-input-container input:focus,.md-input-container textarea:focus{outline:none}.md-input-container input::-webkit-input-placeholder,.md-input-container textarea::-webkit-input-placeholder{color:rgba(0,0,0,.54);font-size:16px;text-shadow:none;-webkit-text-fill-color:initial}.md-input-container input~.md-icon:not(.md-icon-delete),.md-input-container textarea~.md-icon:not(.md-icon-delete){margin-left:12px}.md-input-container input~.md-icon:not(.md-icon-delete):after,.md-input-container textarea~.md-icon:not(.md-icon-delete):after{right:0;left:auto}.md-input-container textarea{min-height:32px;max-height:230px;padding:5px 0;resize:none;line-height:1.3em}.md-input-container .md-count,.md-input-container .md-error{height:20px;position:absolute;bottom:-22px;font-size:12px}.md-input-container .md-error{display:block!important;left:0;opacity:0;transform:translate3d(0,-8px,0);transition:all .3s cubic-bezier(.55,0,.55,.2)}.md-input-container .md-count{right:0}.md-input-container .md-icon:not(.md-icon-delete){margin:4px auto;color:rgba(0,0,0,.54);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-input-container .md-icon:not(.md-icon-delete):after{width:36px;height:2px;position:absolute;left:0;bottom:0;z-index:2;content:""}.md-input-container .md-icon:not(.md-icon-delete)~label{left:36px}.md-input-container .md-icon:not(.md-icon-delete)~.md-file,.md-input-container .md-icon:not(.md-icon-delete)~.md-input,.md-input-container .md-icon:not(.md-icon-delete)~.md-textarea{margin-left:12px}.md-input-container .md-autocomplete,.md-input-container .md-autocomplete .md-menu,.md-input-container .md-autocomplete .md-menu .md-input{width:100%}.md-theme-default.md-input-container .md-autocomplete .md-icon:not(.md-icon-search):after{height:0}.md-input-container.md-input-placeholder label{pointer-events:auto;top:10px;opacity:0;font-size:12px}.md-input-container.md-input-placeholder input,.md-input-container.md-input-placeholder textarea{font-size:16px}.md-input-container.md-has-value label,.md-input-container.md-input-focused label{pointer-events:auto;top:0;opacity:1;font-size:12px}.md-input-container.md-has-value input,.md-input-container.md-has-value textarea,.md-input-container.md-input-focused input,.md-input-container.md-input-focused textarea{font-size:16px}.md-input-container.md-has-value input,.md-input-container.md-has-value textarea{color:rgba(0,0,0,.87)}.md-input-container.md-input-inline label{pointer-events:none}.md-input-container.md-input-inline.md-input-focused label{top:23px;font-size:16px}.md-input-container.md-input-inline.md-has-value label{opacity:0}.md-input-container.md-input-disabled:after{background:0 100% repeat-x;background-image:linear-gradient(90deg,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) 33%,transparent 0);background-size:4px 1px}.md-input-container.md-input-disabled input,.md-input-container.md-input-disabled label,.md-input-container.md-input-disabled textarea{color:rgba(0,0,0,.38)}.md-input-container.md-has-password.md-input-focused .md-toggle-password{color:rgba(0,0,0,.54)}.md-input-container.md-has-password .md-toggle-password{margin:0;position:absolute;right:0;bottom:-2px;color:rgba(0,0,0,.38)}.md-input-container.md-has-password .md-toggle-password .md-ink-ripple{color:rgba(0,0,0,.87)}.md-input-container.md-clearable.md-input-focused .md-clear-input{color:rgba(0,0,0,.54)}.md-input-container.md-clearable .md-clear-input{margin:0;position:absolute;right:0;bottom:-2px;color:rgba(0,0,0,.38)}.md-input-container.md-clearable .md-clear-input .md-ink-ripple{color:rgba(0,0,0,.87)}.md-input-container.md-input-invalid .md-error{opacity:1;transform:translateZ(0)}.md-input-container.md-input-required label:after{top:2px;right:0;transform:translateX(calc(100% + 2px));content:"*";font-size:12px;line-height:1em;vertical-align:top}.md-input-container.md-has-select:hover .md-select:not(.md-disabled):after{color:rgba(0,0,0,.87)}.md-layout{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex:1;flex:1}.md-row{-ms-flex-direction:row;flex-direction:row}.md-column{-ms-flex-direction:column;flex-direction:column}.md-layout.md-container{width:100%;max-width:1200px}.md-layout.md-container.md-centered{margin:0 auto}.md-align-start{-ms-flex-pack:start;justify-content:flex-start}.md-align-center{-ms-flex-pack:center;justify-content:center}.md-align-end{-ms-flex-pack:end;justify-content:flex-end}.md-vertical-align-start{-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.md-vertical-align-center{-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.md-vertical-align-end{-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.md-vertical-align-stretch{-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.md-gutter:not(.md-column){margin-right:-12px;margin-left:-12px}.md-gutter:not(.md-column)>.md-layout{padding-right:12px;padding-left:12px}.md-gutter .md-column{margin-top:-12px;margin-bottom:-12px}.md-gutter .md-column>.md-layout{padding-top:12px;padding-bottom:12px}.md-gutter-8:not(.md-column){margin-right:-4px;margin-left:-4px}.md-gutter-8:not(.md-column)>.md-layout{padding-right:4px;padding-left:4px}.md-gutter-8 .md-column{margin-top:-4px;margin-bottom:-4px}.md-gutter-8 .md-column>.md-layout{padding-top:4px;padding-bottom:4px}.md-gutter-16:not(.md-column){margin-right:-8px;margin-left:-8px}.md-gutter-16:not(.md-column)>.md-layout{padding-right:8px;padding-left:8px}.md-gutter-16 .md-column{margin-top:-8px;margin-bottom:-8px}.md-gutter-16 .md-column>.md-layout{padding-top:8px;padding-bottom:8px}.md-gutter-24:not(.md-column){margin-right:-12px;margin-left:-12px}.md-gutter-24:not(.md-column)>.md-layout{padding-right:12px;padding-left:12px}.md-gutter-24 .md-column{margin-top:-12px;margin-bottom:-12px}.md-gutter-24 .md-column>.md-layout{padding-top:12px;padding-bottom:12px}.md-gutter-40:not(.md-column){margin-right:-20px;margin-left:-20px}.md-gutter-40:not(.md-column)>.md-layout{padding-right:20px;padding-left:20px}.md-gutter-40 .md-column{margin-top:-20px;margin-bottom:-20px}.md-gutter-40 .md-column>.md-layout{padding-top:20px;padding-bottom:20px}.md-flex{-ms-flex:1 1;flex:1 1}.md-flex-33{min-width:33.33333%;-ms-flex:0 1 33.33333%;flex:0 1 33.33333%}.md-flex-66{min-width:33.33333%;-ms-flex:0 1 66.66666%;flex:0 1 66.66666%}.md-flex-offset-33{margin-left:33.33333%}.md-flex-offset-66{margin-left:66.66666%}.md-flex-5{min-width:5%;-ms-flex:0 1 5%;flex:0 1 5%}.md-flex-offset-5{margin-left:5%}.md-flex-10{min-width:10%;-ms-flex:0 1 10%;flex:0 1 10%}.md-flex-offset-10{margin-left:10%}.md-flex-15{min-width:15%;-ms-flex:0 1 15%;flex:0 1 15%}.md-flex-offset-15{margin-left:15%}.md-flex-20{min-width:20%;-ms-flex:0 1 20%;flex:0 1 20%}.md-flex-offset-20{margin-left:20%}.md-flex-25{min-width:25%;-ms-flex:0 1 25%;flex:0 1 25%}.md-flex-offset-25{margin-left:25%}.md-flex-30{min-width:30%;-ms-flex:0 1 30%;flex:0 1 30%}.md-flex-offset-30{margin-left:30%}.md-flex-35{min-width:35%;-ms-flex:0 1 35%;flex:0 1 35%}.md-flex-offset-35{margin-left:35%}.md-flex-40{min-width:40%;-ms-flex:0 1 40%;flex:0 1 40%}.md-flex-offset-40{margin-left:40%}.md-flex-45{min-width:45%;-ms-flex:0 1 45%;flex:0 1 45%}.md-flex-offset-45{margin-left:45%}.md-flex-50{min-width:50%;-ms-flex:0 1 50%;flex:0 1 50%}.md-flex-offset-50{margin-left:50%}.md-flex-55{min-width:55%;-ms-flex:0 1 55%;flex:0 1 55%}.md-flex-offset-55{margin-left:55%}.md-flex-60{min-width:60%;-ms-flex:0 1 60%;flex:0 1 60%}.md-flex-offset-60{margin-left:60%}.md-flex-65{min-width:65%;-ms-flex:0 1 65%;flex:0 1 65%}.md-flex-offset-65{margin-left:65%}.md-flex-70{min-width:70%;-ms-flex:0 1 70%;flex:0 1 70%}.md-flex-offset-70{margin-left:70%}.md-flex-75{min-width:75%;-ms-flex:0 1 75%;flex:0 1 75%}.md-flex-offset-75{margin-left:75%}.md-flex-80{min-width:80%;-ms-flex:0 1 80%;flex:0 1 80%}.md-flex-offset-80{margin-left:80%}.md-flex-85{min-width:85%;-ms-flex:0 1 85%;flex:0 1 85%}.md-flex-offset-85{margin-left:85%}.md-flex-90{min-width:90%;-ms-flex:0 1 90%;flex:0 1 90%}.md-flex-offset-90{margin-left:90%}.md-flex-95{min-width:95%;-ms-flex:0 1 95%;flex:0 1 95%}.md-flex-offset-95{margin-left:95%}.md-flex-100{min-width:100%;-ms-flex:0 1 100%;flex:0 1 100%}.md-flex-offset-100{margin-left:100%}@media (max-width:944px){.md-gutter:not(.md-column){margin-right:-8px;margin-left:-8px}.md-gutter:not(.md-column)>.md-layout{padding-right:8px;padding-left:8px}.md-gutter .md-column{margin-top:-8px;margin-bottom:-8px}.md-gutter .md-column>.md-layout{padding-top:8px;padding-bottom:8px}.md-row-small{-ms-flex-direction:row;flex-direction:row}.md-column-small{-ms-flex-direction:column;flex-direction:column}.md-flex-small{-ms-flex:1 1;flex:1 1}.md-flex-small-33{min-width:33.33333%;-ms-flex:0 1 33.33333%;flex:0 1 33.33333%}.md-flex-small-66{min-width:33.33333%;-ms-flex:0 1 66.66666%;flex:0 1 66.66666%}.md-flex-offset-small-33{margin-left:33.33333%}.md-flex-offset-small-66{margin-left:66.66666%}.md-flex-small-5{min-width:5%;-ms-flex:0 1 5%;flex:0 1 5%}.md-flex-offset-small-5{margin-left:5%}.md-flex-small-10{min-width:10%;-ms-flex:0 1 10%;flex:0 1 10%}.md-flex-offset-small-10{margin-left:10%}.md-flex-small-15{min-width:15%;-ms-flex:0 1 15%;flex:0 1 15%}.md-flex-offset-small-15{margin-left:15%}.md-flex-small-20{min-width:20%;-ms-flex:0 1 20%;flex:0 1 20%}.md-flex-offset-small-20{margin-left:20%}.md-flex-small-25{min-width:25%;-ms-flex:0 1 25%;flex:0 1 25%}.md-flex-offset-small-25{margin-left:25%}.md-flex-small-30{min-width:30%;-ms-flex:0 1 30%;flex:0 1 30%}.md-flex-offset-small-30{margin-left:30%}.md-flex-small-35{min-width:35%;-ms-flex:0 1 35%;flex:0 1 35%}.md-flex-offset-small-35{margin-left:35%}.md-flex-small-40{min-width:40%;-ms-flex:0 1 40%;flex:0 1 40%}.md-flex-offset-small-40{margin-left:40%}.md-flex-small-45{min-width:45%;-ms-flex:0 1 45%;flex:0 1 45%}.md-flex-offset-small-45{margin-left:45%}.md-flex-small-50{min-width:50%;-ms-flex:0 1 50%;flex:0 1 50%}.md-flex-offset-small-50{margin-left:50%}.md-flex-small-55{min-width:55%;-ms-flex:0 1 55%;flex:0 1 55%}.md-flex-offset-small-55{margin-left:55%}.md-flex-small-60{min-width:60%;-ms-flex:0 1 60%;flex:0 1 60%}.md-flex-offset-small-60{margin-left:60%}.md-flex-small-65{min-width:65%;-ms-flex:0 1 65%;flex:0 1 65%}.md-flex-offset-small-65{margin-left:65%}.md-flex-small-70{min-width:70%;-ms-flex:0 1 70%;flex:0 1 70%}.md-flex-offset-small-70{margin-left:70%}.md-flex-small-75{min-width:75%;-ms-flex:0 1 75%;flex:0 1 75%}.md-flex-offset-small-75{margin-left:75%}.md-flex-small-80{min-width:80%;-ms-flex:0 1 80%;flex:0 1 80%}.md-flex-offset-small-80{margin-left:80%}.md-flex-small-85{min-width:85%;-ms-flex:0 1 85%;flex:0 1 85%}.md-flex-offset-small-85{margin-left:85%}.md-flex-small-90{min-width:90%;-ms-flex:0 1 90%;flex:0 1 90%}.md-flex-offset-small-90{margin-left:90%}.md-flex-small-95{min-width:95%;-ms-flex:0 1 95%;flex:0 1 95%}.md-flex-offset-small-95{margin-left:95%}.md-flex-small-100{min-width:100%;-ms-flex:0 1 100%;flex:0 1 100%}.md-flex-offset-small-100{margin-left:100%}.md-align-small-start{-ms-flex-pack:start;justify-content:flex-start}.md-align-small-center{-ms-flex-pack:center;justify-content:center}.md-align-small-end{-ms-flex-pack:end;justify-content:flex-end}.md-hide-small{display:none}}@media (min-width:1904px){.md-row-xlarge{-ms-flex-direction:row;flex-direction:row}.md-column-xlarge{-ms-flex-direction:column;flex-direction:column}.md-flex-xlarge{-ms-flex:1 1;flex:1 1}.md-flex-xlarge-33{min-width:33.33333%;-ms-flex:0 1 33.33333%;flex:0 1 33.33333%}.md-flex-xlarge-66{min-width:33.33333%;-ms-flex:0 1 66.66666%;flex:0 1 66.66666%}.md-flex-offset-xlarge-33{margin-left:33.33333%}.md-flex-offset-xlarge-66{margin-left:66.66666%}.md-flex-xlarge-5{min-width:5%;-ms-flex:0 1 5%;flex:0 1 5%}.md-flex-offset-xlarge-5{margin-left:5%}.md-flex-xlarge-10{min-width:10%;-ms-flex:0 1 10%;flex:0 1 10%}.md-flex-offset-xlarge-10{margin-left:10%}.md-flex-xlarge-15{min-width:15%;-ms-flex:0 1 15%;flex:0 1 15%}.md-flex-offset-xlarge-15{margin-left:15%}.md-flex-xlarge-20{min-width:20%;-ms-flex:0 1 20%;flex:0 1 20%}.md-flex-offset-xlarge-20{margin-left:20%}.md-flex-xlarge-25{min-width:25%;-ms-flex:0 1 25%;flex:0 1 25%}.md-flex-offset-xlarge-25{margin-left:25%}.md-flex-xlarge-30{min-width:30%;-ms-flex:0 1 30%;flex:0 1 30%}.md-flex-offset-xlarge-30{margin-left:30%}.md-flex-xlarge-35{min-width:35%;-ms-flex:0 1 35%;flex:0 1 35%}.md-flex-offset-xlarge-35{margin-left:35%}.md-flex-xlarge-40{min-width:40%;-ms-flex:0 1 40%;flex:0 1 40%}.md-flex-offset-xlarge-40{margin-left:40%}.md-flex-xlarge-45{min-width:45%;-ms-flex:0 1 45%;flex:0 1 45%}.md-flex-offset-xlarge-45{margin-left:45%}.md-flex-xlarge-50{min-width:50%;-ms-flex:0 1 50%;flex:0 1 50%}.md-flex-offset-xlarge-50{margin-left:50%}.md-flex-xlarge-55{min-width:55%;-ms-flex:0 1 55%;flex:0 1 55%}.md-flex-offset-xlarge-55{margin-left:55%}.md-flex-xlarge-60{min-width:60%;-ms-flex:0 1 60%;flex:0 1 60%}.md-flex-offset-xlarge-60{margin-left:60%}.md-flex-xlarge-65{min-width:65%;-ms-flex:0 1 65%;flex:0 1 65%}.md-flex-offset-xlarge-65{margin-left:65%}.md-flex-xlarge-70{min-width:70%;-ms-flex:0 1 70%;flex:0 1 70%}.md-flex-offset-xlarge-70{margin-left:70%}.md-flex-xlarge-75{min-width:75%;-ms-flex:0 1 75%;flex:0 1 75%}.md-flex-offset-xlarge-75{margin-left:75%}.md-flex-xlarge-80{min-width:80%;-ms-flex:0 1 80%;flex:0 1 80%}.md-flex-offset-xlarge-80{margin-left:80%}.md-flex-xlarge-85{min-width:85%;-ms-flex:0 1 85%;flex:0 1 85%}.md-flex-offset-xlarge-85{margin-left:85%}.md-flex-xlarge-90{min-width:90%;-ms-flex:0 1 90%;flex:0 1 90%}.md-flex-offset-xlarge-90{margin-left:90%}.md-flex-xlarge-95{min-width:95%;-ms-flex:0 1 95%;flex:0 1 95%}.md-flex-offset-xlarge-95{margin-left:95%}.md-flex-xlarge-100{min-width:100%;-ms-flex:0 1 100%;flex:0 1 100%}.md-flex-offset-xlarge-100{margin-left:100%}.md-align-xlarge-start{-ms-flex-pack:start;justify-content:flex-start}.md-align-xlarge-center{-ms-flex-pack:center;justify-content:center}.md-align-xlarge-end{-ms-flex-pack:end;justify-content:flex-end}.md-hide-xlarge{display:none}}@media (max-width:1903px){.md-row-large{-ms-flex-direction:row;flex-direction:row}.md-column-large{-ms-flex-direction:column;flex-direction:column}.md-flex-large{-ms-flex:1 1;flex:1 1}.md-flex-large-33{min-width:33.33333%;-ms-flex:0 1 33.33333%;flex:0 1 33.33333%}.md-flex-large-66{min-width:33.33333%;-ms-flex:0 1 66.66666%;flex:0 1 66.66666%}.md-flex-offset-large-33{margin-left:33.33333%}.md-flex-offset-large-66{margin-left:66.66666%}.md-flex-large-5{min-width:5%;-ms-flex:0 1 5%;flex:0 1 5%}.md-flex-offset-large-5{margin-left:5%}.md-flex-large-10{min-width:10%;-ms-flex:0 1 10%;flex:0 1 10%}.md-flex-offset-large-10{margin-left:10%}.md-flex-large-15{min-width:15%;-ms-flex:0 1 15%;flex:0 1 15%}.md-flex-offset-large-15{margin-left:15%}.md-flex-large-20{min-width:20%;-ms-flex:0 1 20%;flex:0 1 20%}.md-flex-offset-large-20{margin-left:20%}.md-flex-large-25{min-width:25%;-ms-flex:0 1 25%;flex:0 1 25%}.md-flex-offset-large-25{margin-left:25%}.md-flex-large-30{min-width:30%;-ms-flex:0 1 30%;flex:0 1 30%}.md-flex-offset-large-30{margin-left:30%}.md-flex-large-35{min-width:35%;-ms-flex:0 1 35%;flex:0 1 35%}.md-flex-offset-large-35{margin-left:35%}.md-flex-large-40{min-width:40%;-ms-flex:0 1 40%;flex:0 1 40%}.md-flex-offset-large-40{margin-left:40%}.md-flex-large-45{min-width:45%;-ms-flex:0 1 45%;flex:0 1 45%}.md-flex-offset-large-45{margin-left:45%}.md-flex-large-50{min-width:50%;-ms-flex:0 1 50%;flex:0 1 50%}.md-flex-offset-large-50{margin-left:50%}.md-flex-large-55{min-width:55%;-ms-flex:0 1 55%;flex:0 1 55%}.md-flex-offset-large-55{margin-left:55%}.md-flex-large-60{min-width:60%;-ms-flex:0 1 60%;flex:0 1 60%}.md-flex-offset-large-60{margin-left:60%}.md-flex-large-65{min-width:65%;-ms-flex:0 1 65%;flex:0 1 65%}.md-flex-offset-large-65{margin-left:65%}.md-flex-large-70{min-width:70%;-ms-flex:0 1 70%;flex:0 1 70%}.md-flex-offset-large-70{margin-left:70%}.md-flex-large-75{min-width:75%;-ms-flex:0 1 75%;flex:0 1 75%}.md-flex-offset-large-75{margin-left:75%}.md-flex-large-80{min-width:80%;-ms-flex:0 1 80%;flex:0 1 80%}.md-flex-offset-large-80{margin-left:80%}.md-flex-large-85{min-width:85%;-ms-flex:0 1 85%;flex:0 1 85%}.md-flex-offset-large-85{margin-left:85%}.md-flex-large-90{min-width:90%;-ms-flex:0 1 90%;flex:0 1 90%}.md-flex-offset-large-90{margin-left:90%}.md-flex-large-95{min-width:95%;-ms-flex:0 1 95%;flex:0 1 95%}.md-flex-offset-large-95{margin-left:95%}.md-flex-large-100{min-width:100%;-ms-flex:0 1 100%;flex:0 1 100%}.md-flex-offset-large-100{margin-left:100%}.md-align-large-start{-ms-flex-pack:start;justify-content:flex-start}.md-align-large-center{-ms-flex-pack:center;justify-content:center}.md-align-large-end{-ms-flex-pack:end;justify-content:flex-end}.md-hide-large{display:none}}@media (max-width:1264px){.md-row-medium{-ms-flex-direction:row;flex-direction:row}.md-column-medium{-ms-flex-direction:column;flex-direction:column}.md-flex-medium{-ms-flex:1 1;flex:1 1}.md-flex-medium-33{min-width:33.33333%;-ms-flex:0 1 33.33333%;flex:0 1 33.33333%}.md-flex-medium-66{min-width:33.33333%;-ms-flex:0 1 66.66666%;flex:0 1 66.66666%}.md-flex-offset-medium-33{margin-left:33.33333%}.md-flex-offset-medium-66{margin-left:66.66666%}.md-flex-medium-5{min-width:5%;-ms-flex:0 1 5%;flex:0 1 5%}.md-flex-offset-medium-5{margin-left:5%}.md-flex-medium-10{min-width:10%;-ms-flex:0 1 10%;flex:0 1 10%}.md-flex-offset-medium-10{margin-left:10%}.md-flex-medium-15{min-width:15%;-ms-flex:0 1 15%;flex:0 1 15%}.md-flex-offset-medium-15{margin-left:15%}.md-flex-medium-20{min-width:20%;-ms-flex:0 1 20%;flex:0 1 20%}.md-flex-offset-medium-20{margin-left:20%}.md-flex-medium-25{min-width:25%;-ms-flex:0 1 25%;flex:0 1 25%}.md-flex-offset-medium-25{margin-left:25%}.md-flex-medium-30{min-width:30%;-ms-flex:0 1 30%;flex:0 1 30%}.md-flex-offset-medium-30{margin-left:30%}.md-flex-medium-35{min-width:35%;-ms-flex:0 1 35%;flex:0 1 35%}.md-flex-offset-medium-35{margin-left:35%}.md-flex-medium-40{min-width:40%;-ms-flex:0 1 40%;flex:0 1 40%}.md-flex-offset-medium-40{margin-left:40%}.md-flex-medium-45{min-width:45%;-ms-flex:0 1 45%;flex:0 1 45%}.md-flex-offset-medium-45{margin-left:45%}.md-flex-medium-50{min-width:50%;-ms-flex:0 1 50%;flex:0 1 50%}.md-flex-offset-medium-50{margin-left:50%}.md-flex-medium-55{min-width:55%;-ms-flex:0 1 55%;flex:0 1 55%}.md-flex-offset-medium-55{margin-left:55%}.md-flex-medium-60{min-width:60%;-ms-flex:0 1 60%;flex:0 1 60%}.md-flex-offset-medium-60{margin-left:60%}.md-flex-medium-65{min-width:65%;-ms-flex:0 1 65%;flex:0 1 65%}.md-flex-offset-medium-65{margin-left:65%}.md-flex-medium-70{min-width:70%;-ms-flex:0 1 70%;flex:0 1 70%}.md-flex-offset-medium-70{margin-left:70%}.md-flex-medium-75{min-width:75%;-ms-flex:0 1 75%;flex:0 1 75%}.md-flex-offset-medium-75{margin-left:75%}.md-flex-medium-80{min-width:80%;-ms-flex:0 1 80%;flex:0 1 80%}.md-flex-offset-medium-80{margin-left:80%}.md-flex-medium-85{min-width:85%;-ms-flex:0 1 85%;flex:0 1 85%}.md-flex-offset-medium-85{margin-left:85%}.md-flex-medium-90{min-width:90%;-ms-flex:0 1 90%;flex:0 1 90%}.md-flex-offset-medium-90{margin-left:90%}.md-flex-medium-95{min-width:95%;-ms-flex:0 1 95%;flex:0 1 95%}.md-flex-offset-medium-95{margin-left:95%}.md-flex-medium-100{min-width:100%;-ms-flex:0 1 100%;flex:0 1 100%}.md-flex-offset-medium-100{margin-left:100%}.md-align-medium-start{-ms-flex-pack:start;justify-content:flex-start}.md-align-medium-center{-ms-flex-pack:center;justify-content:center}.md-align-medium-end{-ms-flex-pack:end;justify-content:flex-end}.md-hide-medium{display:none}}@media (max-width:600px){.md-row-xsmall{-ms-flex-direction:row;flex-direction:row}.md-column-xsmall{-ms-flex-direction:column;flex-direction:column}.md-flex-xsmall{-ms-flex:1 1;flex:1 1}.md-flex-xsmall-33{min-width:33.33333%;-ms-flex:0 1 33.33333%;flex:0 1 33.33333%}.md-flex-xsmall-66{min-width:33.33333%;-ms-flex:0 1 66.66666%;flex:0 1 66.66666%}.md-flex-offset-xsmall-33{margin-left:33.33333%}.md-flex-offset-xsmall-66{margin-left:66.66666%}.md-flex-xsmall-5{min-width:5%;-ms-flex:0 1 5%;flex:0 1 5%}.md-flex-offset-xsmall-5{margin-left:5%}.md-flex-xsmall-10{min-width:10%;-ms-flex:0 1 10%;flex:0 1 10%}.md-flex-offset-xsmall-10{margin-left:10%}.md-flex-xsmall-15{min-width:15%;-ms-flex:0 1 15%;flex:0 1 15%}.md-flex-offset-xsmall-15{margin-left:15%}.md-flex-xsmall-20{min-width:20%;-ms-flex:0 1 20%;flex:0 1 20%}.md-flex-offset-xsmall-20{margin-left:20%}.md-flex-xsmall-25{min-width:25%;-ms-flex:0 1 25%;flex:0 1 25%}.md-flex-offset-xsmall-25{margin-left:25%}.md-flex-xsmall-30{min-width:30%;-ms-flex:0 1 30%;flex:0 1 30%}.md-flex-offset-xsmall-30{margin-left:30%}.md-flex-xsmall-35{min-width:35%;-ms-flex:0 1 35%;flex:0 1 35%}.md-flex-offset-xsmall-35{margin-left:35%}.md-flex-xsmall-40{min-width:40%;-ms-flex:0 1 40%;flex:0 1 40%}.md-flex-offset-xsmall-40{margin-left:40%}.md-flex-xsmall-45{min-width:45%;-ms-flex:0 1 45%;flex:0 1 45%}.md-flex-offset-xsmall-45{margin-left:45%}.md-flex-xsmall-50{min-width:50%;-ms-flex:0 1 50%;flex:0 1 50%}.md-flex-offset-xsmall-50{margin-left:50%}.md-flex-xsmall-55{min-width:55%;-ms-flex:0 1 55%;flex:0 1 55%}.md-flex-offset-xsmall-55{margin-left:55%}.md-flex-xsmall-60{min-width:60%;-ms-flex:0 1 60%;flex:0 1 60%}.md-flex-offset-xsmall-60{margin-left:60%}.md-flex-xsmall-65{min-width:65%;-ms-flex:0 1 65%;flex:0 1 65%}.md-flex-offset-xsmall-65{margin-left:65%}.md-flex-xsmall-70{min-width:70%;-ms-flex:0 1 70%;flex:0 1 70%}.md-flex-offset-xsmall-70{margin-left:70%}.md-flex-xsmall-75{min-width:75%;-ms-flex:0 1 75%;flex:0 1 75%}.md-flex-offset-xsmall-75{margin-left:75%}.md-flex-xsmall-80{min-width:80%;-ms-flex:0 1 80%;flex:0 1 80%}.md-flex-offset-xsmall-80{margin-left:80%}.md-flex-xsmall-85{min-width:85%;-ms-flex:0 1 85%;flex:0 1 85%}.md-flex-offset-xsmall-85{margin-left:85%}.md-flex-xsmall-90{min-width:90%;-ms-flex:0 1 90%;flex:0 1 90%}.md-flex-offset-xsmall-90{margin-left:90%}.md-flex-xsmall-95{min-width:95%;-ms-flex:0 1 95%;flex:0 1 95%}.md-flex-offset-xsmall-95{margin-left:95%}.md-flex-xsmall-100{min-width:100%;-ms-flex:0 1 100%;flex:0 1 100%}.md-flex-offset-xsmall-100{margin-left:100%}.md-align-xsmall-start{-ms-flex-pack:start;justify-content:flex-start}.md-align-xsmall-center{-ms-flex-pack:center;justify-content:center}.md-align-xsmall-end{-ms-flex-pack:end;justify-content:flex-end}.md-hide-xsmall{display:none}}@media (min-width:1265px){.md-row-large-and-up{-ms-flex-direction:row;flex-direction:row}.md-column-large-and-up{-ms-flex-direction:column;flex-direction:column}.md-flex-large-and-up{-ms-flex:1 1;flex:1 1}.md-flex-large-and-up-33{min-width:33.33333%;-ms-flex:0 1 33.33333%;flex:0 1 33.33333%}.md-flex-large-and-up-66{min-width:33.33333%;-ms-flex:0 1 66.66666%;flex:0 1 66.66666%}.md-flex-offset-large-and-up-33{margin-left:33.33333%}.md-flex-offset-large-and-up-66{margin-left:66.66666%}.md-flex-large-and-up-5{min-width:5%;-ms-flex:0 1 5%;flex:0 1 5%}.md-flex-offset-large-and-up-5{margin-left:5%}.md-flex-large-and-up-10{min-width:10%;-ms-flex:0 1 10%;flex:0 1 10%}.md-flex-offset-large-and-up-10{margin-left:10%}.md-flex-large-and-up-15{min-width:15%;-ms-flex:0 1 15%;flex:0 1 15%}.md-flex-offset-large-and-up-15{margin-left:15%}.md-flex-large-and-up-20{min-width:20%;-ms-flex:0 1 20%;flex:0 1 20%}.md-flex-offset-large-and-up-20{margin-left:20%}.md-flex-large-and-up-25{min-width:25%;-ms-flex:0 1 25%;flex:0 1 25%}.md-flex-offset-large-and-up-25{margin-left:25%}.md-flex-large-and-up-30{min-width:30%;-ms-flex:0 1 30%;flex:0 1 30%}.md-flex-offset-large-and-up-30{margin-left:30%}.md-flex-large-and-up-35{min-width:35%;-ms-flex:0 1 35%;flex:0 1 35%}.md-flex-offset-large-and-up-35{margin-left:35%}.md-flex-large-and-up-40{min-width:40%;-ms-flex:0 1 40%;flex:0 1 40%}.md-flex-offset-large-and-up-40{margin-left:40%}.md-flex-large-and-up-45{min-width:45%;-ms-flex:0 1 45%;flex:0 1 45%}.md-flex-offset-large-and-up-45{margin-left:45%}.md-flex-large-and-up-50{min-width:50%;-ms-flex:0 1 50%;flex:0 1 50%}.md-flex-offset-large-and-up-50{margin-left:50%}.md-flex-large-and-up-55{min-width:55%;-ms-flex:0 1 55%;flex:0 1 55%}.md-flex-offset-large-and-up-55{margin-left:55%}.md-flex-large-and-up-60{min-width:60%;-ms-flex:0 1 60%;flex:0 1 60%}.md-flex-offset-large-and-up-60{margin-left:60%}.md-flex-large-and-up-65{min-width:65%;-ms-flex:0 1 65%;flex:0 1 65%}.md-flex-offset-large-and-up-65{margin-left:65%}.md-flex-large-and-up-70{min-width:70%;-ms-flex:0 1 70%;flex:0 1 70%}.md-flex-offset-large-and-up-70{margin-left:70%}.md-flex-large-and-up-75{min-width:75%;-ms-flex:0 1 75%;flex:0 1 75%}.md-flex-offset-large-and-up-75{margin-left:75%}.md-flex-large-and-up-80{min-width:80%;-ms-flex:0 1 80%;flex:0 1 80%}.md-flex-offset-large-and-up-80{margin-left:80%}.md-flex-large-and-up-85{min-width:85%;-ms-flex:0 1 85%;flex:0 1 85%}.md-flex-offset-large-and-up-85{margin-left:85%}.md-flex-large-and-up-90{min-width:90%;-ms-flex:0 1 90%;flex:0 1 90%}.md-flex-offset-large-and-up-90{margin-left:90%}.md-flex-large-and-up-95{min-width:95%;-ms-flex:0 1 95%;flex:0 1 95%}.md-flex-offset-large-and-up-95{margin-left:95%}.md-flex-large-and-up-100{min-width:100%;-ms-flex:0 1 100%;flex:0 1 100%}.md-flex-offset-large-and-up-100{margin-left:100%}.md-align-large-and-up-start{-ms-flex-pack:start;justify-content:flex-start}.md-align-large-and-up-center{-ms-flex-pack:center;justify-content:center}.md-align-large-and-up-end{-ms-flex-pack:end;justify-content:flex-end}.md-hide-large-and-up{display:none}}@media (min-width:945px){.md-row-medium-and-up{-ms-flex-direction:row;flex-direction:row}.md-column-medium-and-up{-ms-flex-direction:column;flex-direction:column}.md-flex-medium-and-up{-ms-flex:1 1;flex:1 1}.md-flex-medium-and-up-33{min-width:33.33333%;-ms-flex:0 1 33.33333%;flex:0 1 33.33333%}.md-flex-medium-and-up-66{min-width:33.33333%;-ms-flex:0 1 66.66666%;flex:0 1 66.66666%}.md-flex-offset-medium-and-up-33{margin-left:33.33333%}.md-flex-offset-medium-and-up-66{margin-left:66.66666%}.md-flex-medium-and-up-5{min-width:5%;-ms-flex:0 1 5%;flex:0 1 5%}.md-flex-offset-medium-and-up-5{margin-left:5%}.md-flex-medium-and-up-10{min-width:10%;-ms-flex:0 1 10%;flex:0 1 10%}.md-flex-offset-medium-and-up-10{margin-left:10%}.md-flex-medium-and-up-15{min-width:15%;-ms-flex:0 1 15%;flex:0 1 15%}.md-flex-offset-medium-and-up-15{margin-left:15%}.md-flex-medium-and-up-20{min-width:20%;-ms-flex:0 1 20%;flex:0 1 20%}.md-flex-offset-medium-and-up-20{margin-left:20%}.md-flex-medium-and-up-25{min-width:25%;-ms-flex:0 1 25%;flex:0 1 25%}.md-flex-offset-medium-and-up-25{margin-left:25%}.md-flex-medium-and-up-30{min-width:30%;-ms-flex:0 1 30%;flex:0 1 30%}.md-flex-offset-medium-and-up-30{margin-left:30%}.md-flex-medium-and-up-35{min-width:35%;-ms-flex:0 1 35%;flex:0 1 35%}.md-flex-offset-medium-and-up-35{margin-left:35%}.md-flex-medium-and-up-40{min-width:40%;-ms-flex:0 1 40%;flex:0 1 40%}.md-flex-offset-medium-and-up-40{margin-left:40%}.md-flex-medium-and-up-45{min-width:45%;-ms-flex:0 1 45%;flex:0 1 45%}.md-flex-offset-medium-and-up-45{margin-left:45%}.md-flex-medium-and-up-50{min-width:50%;-ms-flex:0 1 50%;flex:0 1 50%}.md-flex-offset-medium-and-up-50{margin-left:50%}.md-flex-medium-and-up-55{min-width:55%;-ms-flex:0 1 55%;flex:0 1 55%}.md-flex-offset-medium-and-up-55{margin-left:55%}.md-flex-medium-and-up-60{min-width:60%;-ms-flex:0 1 60%;flex:0 1 60%}.md-flex-offset-medium-and-up-60{margin-left:60%}.md-flex-medium-and-up-65{min-width:65%;-ms-flex:0 1 65%;flex:0 1 65%}.md-flex-offset-medium-and-up-65{margin-left:65%}.md-flex-medium-and-up-70{min-width:70%;-ms-flex:0 1 70%;flex:0 1 70%}.md-flex-offset-medium-and-up-70{margin-left:70%}.md-flex-medium-and-up-75{min-width:75%;-ms-flex:0 1 75%;flex:0 1 75%}.md-flex-offset-medium-and-up-75{margin-left:75%}.md-flex-medium-and-up-80{min-width:80%;-ms-flex:0 1 80%;flex:0 1 80%}.md-flex-offset-medium-and-up-80{margin-left:80%}.md-flex-medium-and-up-85{min-width:85%;-ms-flex:0 1 85%;flex:0 1 85%}.md-flex-offset-medium-and-up-85{margin-left:85%}.md-flex-medium-and-up-90{min-width:90%;-ms-flex:0 1 90%;flex:0 1 90%}.md-flex-offset-medium-and-up-90{margin-left:90%}.md-flex-medium-and-up-95{min-width:95%;-ms-flex:0 1 95%;flex:0 1 95%}.md-flex-offset-medium-and-up-95{margin-left:95%}.md-flex-medium-and-up-100{min-width:100%;-ms-flex:0 1 100%;flex:0 1 100%}.md-flex-offset-medium-and-up-100{margin-left:100%}.md-align-medium-and-up-start{-ms-flex-pack:start;justify-content:flex-start}.md-align-medium-and-up-center{-ms-flex-pack:center;justify-content:center}.md-align-medium-and-up-end{-ms-flex-pack:end;justify-content:flex-end}.md-hide-medium-and-up{display:none}}@media (min-width:601px){.md-row-small-and-up{-ms-flex-direction:row;flex-direction:row}.md-column-small-and-up{-ms-flex-direction:column;flex-direction:column}.md-flex-small-and-up{-ms-flex:1 1;flex:1 1}.md-flex-small-and-up-33{min-width:33.33333%;-ms-flex:0 1 33.33333%;flex:0 1 33.33333%}.md-flex-small-and-up-66{min-width:33.33333%;-ms-flex:0 1 66.66666%;flex:0 1 66.66666%}.md-flex-offset-small-and-up-33{margin-left:33.33333%}.md-flex-offset-small-and-up-66{margin-left:66.66666%}.md-flex-small-and-up-5{min-width:5%;-ms-flex:0 1 5%;flex:0 1 5%}.md-flex-offset-small-and-up-5{margin-left:5%}.md-flex-small-and-up-10{min-width:10%;-ms-flex:0 1 10%;flex:0 1 10%}.md-flex-offset-small-and-up-10{margin-left:10%}.md-flex-small-and-up-15{min-width:15%;-ms-flex:0 1 15%;flex:0 1 15%}.md-flex-offset-small-and-up-15{margin-left:15%}.md-flex-small-and-up-20{min-width:20%;-ms-flex:0 1 20%;flex:0 1 20%}.md-flex-offset-small-and-up-20{margin-left:20%}.md-flex-small-and-up-25{min-width:25%;-ms-flex:0 1 25%;flex:0 1 25%}.md-flex-offset-small-and-up-25{margin-left:25%}.md-flex-small-and-up-30{min-width:30%;-ms-flex:0 1 30%;flex:0 1 30%}.md-flex-offset-small-and-up-30{margin-left:30%}.md-flex-small-and-up-35{min-width:35%;-ms-flex:0 1 35%;flex:0 1 35%}.md-flex-offset-small-and-up-35{margin-left:35%}.md-flex-small-and-up-40{min-width:40%;-ms-flex:0 1 40%;flex:0 1 40%}.md-flex-offset-small-and-up-40{margin-left:40%}.md-flex-small-and-up-45{min-width:45%;-ms-flex:0 1 45%;flex:0 1 45%}.md-flex-offset-small-and-up-45{margin-left:45%}.md-flex-small-and-up-50{min-width:50%;-ms-flex:0 1 50%;flex:0 1 50%}.md-flex-offset-small-and-up-50{margin-left:50%}.md-flex-small-and-up-55{min-width:55%;-ms-flex:0 1 55%;flex:0 1 55%}.md-flex-offset-small-and-up-55{margin-left:55%}.md-flex-small-and-up-60{min-width:60%;-ms-flex:0 1 60%;flex:0 1 60%}.md-flex-offset-small-and-up-60{margin-left:60%}.md-flex-small-and-up-65{min-width:65%;-ms-flex:0 1 65%;flex:0 1 65%}.md-flex-offset-small-and-up-65{margin-left:65%}.md-flex-small-and-up-70{min-width:70%;-ms-flex:0 1 70%;flex:0 1 70%}.md-flex-offset-small-and-up-70{margin-left:70%}.md-flex-small-and-up-75{min-width:75%;-ms-flex:0 1 75%;flex:0 1 75%}.md-flex-offset-small-and-up-75{margin-left:75%}.md-flex-small-and-up-80{min-width:80%;-ms-flex:0 1 80%;flex:0 1 80%}.md-flex-offset-small-and-up-80{margin-left:80%}.md-flex-small-and-up-85{min-width:85%;-ms-flex:0 1 85%;flex:0 1 85%}.md-flex-offset-small-and-up-85{margin-left:85%}.md-flex-small-and-up-90{min-width:90%;-ms-flex:0 1 90%;flex:0 1 90%}.md-flex-offset-small-and-up-90{margin-left:90%}.md-flex-small-and-up-95{min-width:95%;-ms-flex:0 1 95%;flex:0 1 95%}.md-flex-offset-small-and-up-95{margin-left:95%}.md-flex-small-and-up-100{min-width:100%;-ms-flex:0 1 100%;flex:0 1 100%}.md-flex-offset-small-and-up-100{margin-left:100%}.md-align-small-and-up-start{-ms-flex-pack:start;justify-content:flex-start}.md-align-small-and-up-center{-ms-flex-pack:center;justify-content:center}.md-align-small-and-up-end{-ms-flex-pack:end;justify-content:flex-end}.md-hide-small-and-up{display:none}}@media (min-width:300px){.md-row-xsmall-and-up{-ms-flex-direction:row;flex-direction:row}.md-column-xsmall-and-up{-ms-flex-direction:column;flex-direction:column}.md-flex-xsmall-and-up{-ms-flex:1 1;flex:1 1}.md-flex-xsmall-and-up-33{min-width:33.33333%;-ms-flex:0 1 33.33333%;flex:0 1 33.33333%}.md-flex-xsmall-and-up-66{min-width:33.33333%;-ms-flex:0 1 66.66666%;flex:0 1 66.66666%}.md-flex-offset-xsmall-and-up-33{margin-left:33.33333%}.md-flex-offset-xsmall-and-up-66{margin-left:66.66666%}.md-flex-xsmall-and-up-5{min-width:5%;-ms-flex:0 1 5%;flex:0 1 5%}.md-flex-offset-xsmall-and-up-5{margin-left:5%}.md-flex-xsmall-and-up-10{min-width:10%;-ms-flex:0 1 10%;flex:0 1 10%}.md-flex-offset-xsmall-and-up-10{margin-left:10%}.md-flex-xsmall-and-up-15{min-width:15%;-ms-flex:0 1 15%;flex:0 1 15%}.md-flex-offset-xsmall-and-up-15{margin-left:15%}.md-flex-xsmall-and-up-20{min-width:20%;-ms-flex:0 1 20%;flex:0 1 20%}.md-flex-offset-xsmall-and-up-20{margin-left:20%}.md-flex-xsmall-and-up-25{min-width:25%;-ms-flex:0 1 25%;flex:0 1 25%}.md-flex-offset-xsmall-and-up-25{margin-left:25%}.md-flex-xsmall-and-up-30{min-width:30%;-ms-flex:0 1 30%;flex:0 1 30%}.md-flex-offset-xsmall-and-up-30{margin-left:30%}.md-flex-xsmall-and-up-35{min-width:35%;-ms-flex:0 1 35%;flex:0 1 35%}.md-flex-offset-xsmall-and-up-35{margin-left:35%}.md-flex-xsmall-and-up-40{min-width:40%;-ms-flex:0 1 40%;flex:0 1 40%}.md-flex-offset-xsmall-and-up-40{margin-left:40%}.md-flex-xsmall-and-up-45{min-width:45%;-ms-flex:0 1 45%;flex:0 1 45%}.md-flex-offset-xsmall-and-up-45{margin-left:45%}.md-flex-xsmall-and-up-50{min-width:50%;-ms-flex:0 1 50%;flex:0 1 50%}.md-flex-offset-xsmall-and-up-50{margin-left:50%}.md-flex-xsmall-and-up-55{min-width:55%;-ms-flex:0 1 55%;flex:0 1 55%}.md-flex-offset-xsmall-and-up-55{margin-left:55%}.md-flex-xsmall-and-up-60{min-width:60%;-ms-flex:0 1 60%;flex:0 1 60%}.md-flex-offset-xsmall-and-up-60{margin-left:60%}.md-flex-xsmall-and-up-65{min-width:65%;-ms-flex:0 1 65%;flex:0 1 65%}.md-flex-offset-xsmall-and-up-65{margin-left:65%}.md-flex-xsmall-and-up-70{min-width:70%;-ms-flex:0 1 70%;flex:0 1 70%}.md-flex-offset-xsmall-and-up-70{margin-left:70%}.md-flex-xsmall-and-up-75{min-width:75%;-ms-flex:0 1 75%;flex:0 1 75%}.md-flex-offset-xsmall-and-up-75{margin-left:75%}.md-flex-xsmall-and-up-80{min-width:80%;-ms-flex:0 1 80%;flex:0 1 80%}.md-flex-offset-xsmall-and-up-80{margin-left:80%}.md-flex-xsmall-and-up-85{min-width:85%;-ms-flex:0 1 85%;flex:0 1 85%}.md-flex-offset-xsmall-and-up-85{margin-left:85%}.md-flex-xsmall-and-up-90{min-width:90%;-ms-flex:0 1 90%;flex:0 1 90%}.md-flex-offset-xsmall-and-up-90{margin-left:90%}.md-flex-xsmall-and-up-95{min-width:95%;-ms-flex:0 1 95%;flex:0 1 95%}.md-flex-offset-xsmall-and-up-95{margin-left:95%}.md-flex-xsmall-and-up-100{min-width:100%;-ms-flex:0 1 100%;flex:0 1 100%}.md-flex-offset-xsmall-and-up-100{margin-left:100%}.md-align-xsmall-and-up-start{-ms-flex-pack:start;justify-content:flex-start}.md-align-xsmall-and-up-center{-ms-flex-pack:center;justify-content:center}.md-align-xsmall-and-up-end{-ms-flex-pack:end;justify-content:flex-end}.md-hide-xsmall-and-up{display:none}}.md-list{margin:0;padding:8px 0;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;position:relative;list-style:none}.md-list.md-dense{padding:4px 0}.md-list.md-dense .md-list-item.md-inset .md-list-item-container{padding-left:72px}.md-list.md-dense .md-list-item .md-list-item-container{min-height:40px;font-size:13px}.md-list.md-dense .md-list-item .md-list-item-container .md-avatar:first-child,.md-list.md-dense .md-list-item .md-list-item-container .md-list-action:first-child{margin-right:24px}.md-list.md-dense .md-avatar{width:32px;min-width:32px;height:32px;min-height:32px}.md-list.md-dense .md-list-item-expand{min-height:40px}.md-list.md-double-line.md-dense .md-list-item .md-list-item-container{min-height:60px}.md-list.md-double-line.md-dense .md-list-item .md-avatar{width:36px;min-width:36px;height:36px;min-height:36px}.md-list.md-double-line.md-dense .md-list-item .md-avatar .md-avatar:first-child,.md-list.md-double-line.md-dense .md-list-item .md-avatar .md-list-action:first-child{margin-right:20px}.md-list.md-double-line.md-dense .md-list-text-container>:first-child,.md-list.md-double-line.md-dense .md-list-text-container>:nth-child(2){font-size:13px}.md-list.md-double-line .md-list-item .md-list-item-container{min-height:72px}.md-list.md-triple-line.md-dense .md-list-item .md-list-item-container{min-height:76px}.md-list.md-triple-line.md-dense .md-list-item .md-avatar{width:36px;min-width:36px;height:36px;min-height:36px}.md-list.md-triple-line.md-dense .md-list-item .md-avatar .md-avatar:first-child,.md-list.md-triple-line.md-dense .md-list-item .md-avatar .md-list-action:first-child{margin-right:20px}.md-list.md-triple-line.md-dense .md-list-text-container>:first-child,.md-list.md-triple-line.md-dense .md-list-text-container>:nth-child(2){font-size:13px}.md-list.md-triple-line .md-list-item .md-list-item-container{min-height:88px}.md-list.md-triple-line .md-avatar{margin:0}.md-list .md-subheader.md-inset{padding-left:72px}.md-list>.md-subheader:first-of-type{margin-top:-8px}.md-list-item{height:auto;position:relative;z-index:2}.md-list-item.md-disabled{cursor:default;pointer-events:none}.md-list-item.md-inset .md-list-item-container{padding-left:72px}.md-list-item .md-button-ghost{width:100%;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:0}.md-list-item .md-button:not(.md-button-ghost):not(.md-list-item-container){position:relative;z-index:2}.md-list-item .md-button:not(.md-button-ghost):not(.md-list-item-container) .md-icon{position:relative}.md-list-item .md-list-item-container{min-height:48px;margin:0;padding:0 16px;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex:1;flex:1;position:relative;font-size:16px;font-weight:400;text-align:left;text-transform:none}.md-list-item .md-list-item-container:hover{text-decoration:none}.md-list-item .md-list-item-container>.md-icon:first-child{margin-right:32px}.md-list-item .md-list-item-container .md-avatar:first-child,.md-list-item .md-list-item-container .md-list-action:first-child{margin-right:16px}.md-list-item .md-list-item-container .md-list-action{margin:0 -10px 0 0}.md-list-item .md-list-item-container .md-list-action:nth-child(3){margin:0 -10px 0 16px}.md-list-item .md-divider{position:absolute;bottom:0;right:0;left:0}.md-list-item .md-avatar,.md-list-item .md-icon,.md-list-item .md-list-action:first-child{margin:0}.md-list-item .md-avatar:first-of-type+*,.md-list-item .md-icon:first-of-type+*,.md-list-item .md-list-action:first-child:first-of-type+*{-ms-flex:1 1 auto;flex:1 1 auto}.md-list-item .md-avatar{margin-top:8px;margin-bottom:8px}.md-list-item .md-icon{color:rgba(0,0,0,.54)}.md-list-item .md-ink-ripple{border-radius:0}.md-list-item-expand{min-height:48px;-ms-flex-flow:column wrap;flex-flow:column wrap;overflow:hidden;transform:translate3D(0,0,0)}.md-list-item-expand:after,.md-list-item-expand:before{height:1px;position:absolute;right:0;left:0;z-index:3;transition:all .4s cubic-bezier(.25,.8,.25,1);content:" "}.md-list-item-expand:before{top:0}.md-list-item-expand:after{bottom:0}.md-list-item-expand.md-active{position:relative}.md-list-item-expand.md-active:after,.md-list-item-expand.md-active:before{background-color:rgba(0,0,0,.12)}.md-list-item-expand.md-active.md-active+.md-active:before,.md-list-item-expand.md-active:first-of-type:before,.md-list-item-expand.md-active:last-of-type:after{background:none}.md-list-item-expand.md-active>.md-list-item-container .md-list-expand-indicator{transform:rotate(180deg) translate3D(0,0,0)}.md-list-item-expand.md-active>.md-list-expand{margin-bottom:0!important}.md-list-item-expand .md-expansion-indicator,.md-list-item-expand .md-icon,.md-list-item-expand .md-list-item-container{transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-list-item-expand .md-list-expand{position:relative;z-index:1;transform:translate3D(0,0,0);will-change:margin-bottom;transition:all .5s cubic-bezier(.35,0,.25,1)}.md-list-item-expand .md-list-expand.md-transition-off{transition:none!important}.md-list-item-expand .md-list-expand .md-list{padding:0}.md-list-text-container{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex:1;flex:1;overflow:hidden;line-height:1.25em;white-space:normal}.md-list-text-container>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md-list-text-container>:first-child{font-size:16px}.md-list-text-container>:nth-child(2),.md-list-text-container>:nth-child(3){margin:0;color:rgba(0,0,0,.54);font-size:14px}.md-list-text-container>:nth-child(2):not(:last-child){color:rgba(0,0,0,.87)}.md-menu{display:inline-block}.md-menu-content{width:168px;min-width:84px;max-width:392px;min-height:64px;max-height:calc(100vh - 32px);overflow-x:hidden;overflow-y:auto;position:absolute;z-index:131;transform:scale(.9,.85) translateZ(0);border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);opacity:0;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .3s cubic-bezier(.55,0,.55,.2),margin .3s cubic-bezier(.55,0,.55,.2),transform 0s cubic-bezier(.55,0,.55,.2) .4s;will-change:transform,opacity,width}.md-menu-content.md-direction-bottom-right{margin-top:-20px;margin-left:-8px;transform-origin:top left}.md-menu-content.md-direction-bottom-right.md-active{margin-top:-11px}.md-menu-content.md-direction-bottom-left{margin-top:-20px;margin-left:8px;transform-origin:top right}.md-menu-content.md-direction-bottom-left.md-active{margin-top:-11px}.md-menu-content.md-direction-top-right{margin-top:20px;margin-left:-8px;transform-origin:bottom left}.md-menu-content.md-direction-top-right.md-active{margin-top:11px}.md-menu-content.md-direction-top-left{margin-top:20px;margin-left:8px;transform-origin:bottom right}.md-menu-content.md-direction-top-left.md-active{margin-top:11px}.md-menu-content.md-align-trigger{margin:0}.md-menu-content.md-size-1{width:84px}.md-menu-content.md-size-2{width:112px}.md-menu-content.md-size-3{width:168px}.md-menu-content.md-size-4{width:224px}.md-menu-content.md-size-5{width:280px}.md-menu-content.md-size-6{width:336px}.md-menu-content.md-size-7{width:392px}.md-menu-content.md-active{pointer-events:auto;opacity:1;transform:scale(1) translateZ(0);transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .4s cubic-bezier(.25,.8,.25,1),transform .3s cubic-bezier(.25,.8,.25,1)}.md-menu-content.md-active .md-list{opacity:1;transition:opacity .3s cubic-bezier(.25,.8,.25,1)}.md-menu-content .md-list{opacity:0;transition:opacity .3s cubic-bezier(.25,.8,.25,1)}.md-menu-item{cursor:pointer;font-size:16px;line-height:1.2em}.md-menu-item[disabled]{cursor:default}.md-menu-item .md-list-item-holder{overflow:hidden;text-overflow:ellipsis}.md-menu-backdrop{z-index:130}.md-boards{width:100%;height:100%!important;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;position:relative}.md-boards.md-transition-off *{transition:none!important}.md-boards.md-dynamic-height .md-boards-content{transition:height .4s cubic-bezier(.25,.8,.25,1)}.md-boards .md-boards-navigation{bottom:0;width:100%;height:48px;min-height:48px;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.md-boards .md-board-header,.md-boards .md-boards-navigation{position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-boards .md-board-header{min-width:24px;max-width:24px;margin:0;padding:0 12px;display:inline-block;cursor:pointer;border:0;background:none;font-family:inherit;font-size:14px;font-weight:500;text-transform:uppercase}.md-boards .md-board-header.md-disabled{cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.md-boards .md-board-header-container{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.md-boards .md-board-header-container .md-icon{margin:0}.md-boards .md-board-header-container .md-icon:not(.md-control){width:16px;min-width:16px;height:16px;min-height:16px;font-size:16px}.md-boards .md-boards-content{width:100%;position:relative;overflow:hidden}.md-boards .md-boards-wrapper{width:9999em;height:100%!important;position:absolute;top:0;right:0;bottom:0;left:0;transform:translateZ(0);transition:transform .4s cubic-bezier(.25,.8,.25,1)}.md-boards .md-board{padding:16px;position:absolute;top:0;left:0;right:0}.md-progress{width:100%;height:4px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-progress.md-indeterminate .md-progress-track{right:0}.md-progress.md-indeterminate .md-progress-track:after,.md-progress.md-indeterminate .md-progress-track:before{position:absolute;top:0;bottom:0;left:0;will-change:left,right;content:""}.md-progress.md-indeterminate .md-progress-track:before{animation:progress-indeterminate 2.3s cubic-bezier(.65,.815,.735,.395) infinite}.md-progress.md-indeterminate .md-progress-track:after{animation:progress-indeterminate-short 2.3s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}.md-progress.md-progress-enter,.md-progress.md-progress-leave-active{opacity:0;transform:scaleY(0) translateZ(0)}.md-progress.md-progress-enter-active{transform:scaleY(1) translateZ(0)}.md-progress-track{position:absolute;top:0;bottom:0;left:0;transition:all .4s cubic-bezier(.25,.8,.25,1)}@keyframes progress-indeterminate{0%{right:100%;left:-35%}60%{right:-100%;left:100%}to{right:-100%;left:100%}}@keyframes progress-indeterminate-short{0%{right:100%;left:-200%}60%{right:-8%;left:107%}to{right:-8%;left:107%}}.md-radio{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative}.md-radio:not(.md-disabled),.md-radio:not(.md-disabled) .md-radio-label{cursor:pointer}.md-radio .md-radio-container{width:20px;height:20px;position:relative;border-radius:50%;border:2px solid rgba(0,0,0,.54);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-radio .md-radio-container:before{width:48px;height:48px;top:50%;left:50%;transform:translate(-50%,-50%)}.md-radio .md-radio-container:after,.md-radio .md-radio-container:before{position:absolute;border-radius:50%;transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.md-radio .md-radio-container:after{top:3px;right:3px;bottom:3px;left:3px;opacity:0;transform:scale3D(.38,.38,1)}.md-radio .md-radio-container input{position:absolute;left:-999em}.md-radio .md-radio-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-radio .md-radio-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-radio .md-radio-label{height:20px;padding-left:8px;line-height:20px}.md-radio.md-checked .md-radio-container:after{opacity:1;transform:scale3D(1,1,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-rating-bar{width:auto;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:3px;border-radius:2px}.md-rating-bar>.md-full-icon{overflow-x:hidden;display:inherit}.md-rating-bar>.md-empty-icon>.md-icon,.md-rating-bar>.md-full-icon>.md-icon{margin:0;white-space:nowrap;cursor:pointer}.md-rating-bar:not([disabled]):hover{background-color:hsla(0,0%,60%,.2)}.md-rating-bar[disabled]>.md-empty-icon>.md-icon,.md-rating-bar[disabled]>.md-full-icon>.md-icon{cursor:default}.md-select{width:100%;min-width:128px;height:32px;position:relative}.md-select:focus{outline:none}.md-select:not(.md-select-icon):after{margin-top:2px;position:absolute;top:50%;right:0;transform:translateY(-50%) scaleY(.45) scaleX(.85);transition:all .15s linear;content:"\\25BC"}.md-select.md-active .md-select-menu{top:-8px;pointer-events:auto;opacity:1;transform:translateY(-8px) scale3D(1,1,1);transform-origin:center top;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.25s;transition-property:opacity,transform,top}.md-select.md-active .md-select-menu>*{opacity:1;transition:all .3s cubic-bezier(.55,0,.55,.2);transition-duration:.15s;transition-delay:.1s}.md-select.md-disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;user-drag:none}.md-select.md-disabled input,.md-select.md-disabled label,.md-select.md-disabled span,.md-select.md-disabled textarea{color:rgba(0,0,0,.38)}.md-select select{position:absolute;left:-999em}.md-select .md-menu,.md-select .md-select-value{width:100%;height:32px;display:block;position:relative}.md-select .md-select-value{padding-right:24px;cursor:pointer;overflow:hidden;z-index:2;font-size:16px;line-height:33px;text-overflow:ellipsis;white-space:nowrap}.md-select .md-subheader{color:hsla(0,0%,46%,.87);text-transform:uppercase}.md-select .md-subheader:first-child{margin-top:-8px}.md-select-content{width:auto;max-height:256px}.md-select-content.md-direction-bottom-right{margin-top:-15px;margin-left:-16px}.md-select-content .md-option[disabled]{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;user-drag:none}.md-select-content .md-menu-item .md-list-item-holder{overflow:visible;-ms-flex-pack:start;justify-content:flex-start}.md-select-content.md-multiple .md-checkbox{margin:0}.md-select-content.md-multiple .md-checkbox-label{padding-left:16px;cursor:pointer}.md-sidenav.md-left .md-sidenav-content{left:0;transform:translate3D(-100%,0,0)}.md-sidenav.md-right .md-sidenav-content{right:0;transform:translate3D(100%,0,0)}.md-sidenav.md-fixed .md-sidenav-backdrop,.md-sidenav.md-fixed .md-sidenav-content{position:fixed}.md-sidenav .md-sidenav-content{width:304px;position:absolute;top:0;bottom:0;z-index:100;pointer-events:none;overflow:auto;-webkit-overflow-scrolling:touch;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-property:transform;will-change:transform}.md-sidenav .md-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;pointer-events:none;background-color:rgba(0,0,0,.54);opacity:0;transition:all .5s cubic-bezier(.35,0,.25,1);transition-property:opacity;will-change:opacity}.md-sidenav.md-active .md-sidenav-content{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);pointer-events:auto;transform:translate3D(0,0,0)}.md-sidenav.md-active .md-sidenav-backdrop{opacity:1;pointer-events:auto}.md-snackbar{display:-ms-flexbox;display:flex;position:fixed;right:0;left:0;z-index:120;pointer-events:none;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-property:margin-top,margin-bottom}.md-snackbar.md-position-bottom-center,.md-snackbar.md-position-top-center{-ms-flex-pack:center;justify-content:center}.md-snackbar.md-position-bottom-right,.md-snackbar.md-position-top-right{margin-right:24px;-ms-flex-pack:end;justify-content:flex-end}.md-snackbar.md-position-bottom-left,.md-snackbar.md-position-top-left{margin-left:24px;-ms-flex-pack:start;justify-content:flex-start}.md-snackbar.md-position-top-center,.md-snackbar.md-position-top-left,.md-snackbar.md-position-top-right{margin-top:24px}.md-snackbar.md-position-bottom-left,.md-snackbar.md-position-bottom-right{margin-bottom:24px}.md-snackbar.md-position-top-center,.md-snackbar.md-position-top-left,.md-snackbar.md-position-top-right{top:0}.md-snackbar.md-position-top-center .md-snackbar-container,.md-snackbar.md-position-top-left .md-snackbar-container,.md-snackbar.md-position-top-right .md-snackbar-container{transform:translate3D(0,calc(-100% - 24px),0)}.md-snackbar.md-position-bottom-center,.md-snackbar.md-position-bottom-left,.md-snackbar.md-position-bottom-right{bottom:0}.md-snackbar.md-position-bottom-center .md-snackbar-container,.md-snackbar.md-position-bottom-left .md-snackbar-container,.md-snackbar.md-position-bottom-right .md-snackbar-container{transform:translate3D(0,calc(100% + 24px),0)}.md-snackbar.md-active .md-snackbar-container{transform:translate3D(0,0,0)}.md-snackbar.md-active .md-snackbar-content{opacity:1;transition:opacity .4s cubic-bezier(.25,.8,.25,1) .1s}.md-snackbar .md-snackbar-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;opacity:0;transition:opacity .2s cubic-bezier(.25,.8,.25,1);will-change:opacity}.md-snackbar .md-button{min-width:64px;margin:-8px -16px}.md-snackbar .md-button:last-child{margin-left:48px}.md-snackbar-container{width:auto;min-width:288px;max-width:568px;min-height:48px;padding:14px 24px;overflow:hidden;pointer-events:auto;border-radius:2px;background-color:#323232;transition:all .4s cubic-bezier(.25,.8,.25,1);color:#fff;font-size:14px}.md-has-toast-top-right .md-fab.md-fab-top-right{transform:translate3D(0,68px,0)}.md-has-toast-top-center .md-fab.md-fab-top-center{transform:translate3D(-50%,68px,0)}.md-has-toast-top-left .md-fab.md-fab-top-left{transform:translate3D(0,68px,0)}.md-has-toast-bottom-right .md-fab.md-fab-bottom-right{transform:translate3D(0,-68px,0)}.md-has-toast-bottom-center .md-fab.md-fab-bottom-center{transform:translate3D(-50%,-68px,0)}.md-has-toast-bottom-left .md-fab.md-fab-bottom-left{transform:translate3D(0,-68px,0)}@media (max-width:600px){.md-snackbar{margin:0!important}.md-snackbar-container{width:100%;max-width:100%;border-radius:0}.md-has-toast-top-right .md-fab.md-fab-top-right{transform:translate3D(0,48px,0)}.md-has-toast-top-center .md-fab.md-fab-top-center{transform:translate3D(-50%,48px,0)}.md-has-toast-top-left .md-fab.md-fab-top-left{transform:translate3D(0,48px,0)}.md-has-toast-bottom-right .md-fab.md-fab-bottom-right{transform:translate3D(0,-48px,0)}.md-has-toast-bottom-center .md-fab.md-fab-bottom-center{transform:translate3D(-50%,-48px,0)}.md-has-toast-bottom-left .md-fab.md-fab-bottom-left{transform:translate3D(0,-48px,0)}}.md-speed-dial{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:center;align-items:center}.md-speed-dial.md-direction-top.md-mode-fling [md-fab-trigger]~.md-button{transform:scale(.95) translate3D(0,80%,0)}.md-speed-dial.md-direction-top [md-fab-trigger]{margin-top:8px}.md-speed-dial.md-direction-top [md-fab-trigger]~.md-button{margin-bottom:16px}.md-speed-dial.md-direction-right{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center}.md-speed-dial.md-direction-right.md-mode-fling [md-fab-trigger]~.md-button{transform:scale(.95) translate3D(-80%,0,0)}.md-speed-dial.md-direction-right [md-fab-trigger]{margin-right:8px}.md-speed-dial.md-direction-right [md-fab-trigger]~.md-button{margin-left:16px}.md-speed-dial.md-direction-bottom{-ms-flex-direction:column;flex-direction:column}.md-speed-dial.md-direction-bottom.md-mode-fling [md-fab-trigger]~.md-button{transform:scale(.95) translate3D(0,-80%,0)}.md-speed-dial.md-direction-bottom [md-fab-trigger]{margin-bottom:8px}.md-speed-dial.md-direction-bottom [md-fab-trigger]~.md-button{margin-top:16px}.md-speed-dial.md-direction-left{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-pack:center;justify-content:center}.md-speed-dial.md-direction-left.md-mode-fling [md-fab-trigger]~.md-button{transform:scale(.95) translate3D(80%,0,0)}.md-speed-dial.md-direction-left [md-fab-trigger]{margin-left:8px}.md-speed-dial.md-direction-left [md-fab-trigger]~.md-button{margin-right:16px}.md-speed-dial.md-mode-scale [md-fab-trigger]~.md-button{transform:scale(.6)}.md-speed-dial.md-active [md-fab-trigger]~.md-button{opacity:1;pointer-events:auto;transform:translate3D(0,0,0)!important}.md-speed-dial.md-active [md-fab-trigger]~.md-button:nth-child(2){transition-delay:.05s}.md-speed-dial.md-active [md-fab-trigger]~.md-button:nth-child(3){transition-delay:.1s}.md-speed-dial.md-active [md-fab-trigger]~.md-button:nth-child(4){transition-delay:.15s}.md-speed-dial.md-active [md-fab-trigger]~.md-button:nth-child(5){transition-delay:.2s}.md-speed-dial.md-active [md-fab-trigger]~.md-button:nth-child(6){transition-delay:.25s}.md-speed-dial.md-active [md-fab-trigger]~.md-button:nth-child(7){transition-delay:.3s}.md-speed-dial.md-active [md-fab-trigger]~.md-button:nth-child(8){transition-delay:.35s}.md-speed-dial.md-active [md-fab-trigger]~.md-button:nth-child(9){transition-delay:.4s}.md-speed-dial.md-active [md-fab-trigger]~.md-button:nth-child(10){transition-delay:.45s}.md-speed-dial.md-active [md-fab-trigger]~.md-button:nth-child(11){transition-delay:.5s}.md-speed-dial.md-active [md-fab-trigger] [md-icon-morph]{transform:rotate(0);opacity:1}.md-speed-dial.md-active [md-fab-trigger] [md-icon-morph]+.md-icon{transform:rotate(90deg) scale(.8);opacity:0}.md-speed-dial .md-button{margin:0}.md-speed-dial [md-fab-trigger]{position:relative;z-index:2}.md-speed-dial [md-fab-trigger]~.md-button{position:relative;z-index:1;opacity:0;pointer-events:none;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-speed-dial [md-fab-trigger]~.md-button:nth-last-child(2){transition-delay:.05s}.md-speed-dial [md-fab-trigger]~.md-button:nth-last-child(3){transition-delay:.1s}.md-speed-dial [md-fab-trigger]~.md-button:nth-last-child(4){transition-delay:.15s}.md-speed-dial [md-fab-trigger]~.md-button:nth-last-child(5){transition-delay:.2s}.md-speed-dial [md-fab-trigger]~.md-button:nth-last-child(6){transition-delay:.25s}.md-speed-dial [md-fab-trigger]~.md-button:nth-last-child(7){transition-delay:.3s}.md-speed-dial [md-fab-trigger]~.md-button:nth-last-child(8){transition-delay:.35s}.md-speed-dial [md-fab-trigger]~.md-button:nth-last-child(9){transition-delay:.4s}.md-speed-dial [md-fab-trigger]~.md-button:nth-last-child(10){transition-delay:.45s}.md-speed-dial [md-fab-trigger]~.md-button:nth-last-child(11){transition-delay:.5s}.md-speed-dial [md-icon-morph],.md-speed-dial [md-icon-morph]+.md-icon{transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-speed-dial [md-icon-morph]{opacity:0;transform:rotate(-90deg) scale(.8)}.md-spinner{display:inline-block;position:relative;pointer-events:none;will-change:transform,opacity}.md-spinner.md-indeterminate .md-spinner-draw{animation:spinner-rotate 1.9s linear infinite;transform:rotate(0deg) translateZ(0)}.md-spinner.md-indeterminate .md-spinner-path{stroke-dasharray:2,200;animation:spinner-dash 1.425s ease-in-out infinite}.md-spinner.md-spinner-leave-active{opacity:0;transform:scale(.8) translateZ(0);transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-spinner:not(.md-indeterminate).md-spinner-enter-active{transition-duration:2s}.md-spinner:not(.md-indeterminate).md-spinner-enter-active .md-spinner-draw{animation:spinner-initial-rotate 1.98s cubic-bezier(.25,.8,.25,1) forwards}.md-spinner-draw{width:100%;height:100%;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0;transform:rotate(270deg) translateZ(0);transform-origin:center center;will-change:transform,opacity}.md-spinner-path{fill:none;stroke-dashoffset:0;stroke-miterlimit:10;transition:all .4s cubic-bezier(.25,.8,.25,1)}@keyframes spinner-rotate{to{transform:rotate(1turn) translateZ(0)}}@keyframes spinner-initial-rotate{0%{opacity:0;transform:rotate(-90deg) translateZ(0)}20%{opacity:1}to{transform:rotate(270deg) translateZ(0)}}@keyframes spinner-dash{0%{stroke-dasharray:2,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.md-stepper{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;position:relative;width:100%}.md-stepper .md-step-header{background:none;border:0;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;font-family:inherit;font-size:12px;font-weight:500;margin:0;max-height:72px;padding:24px;position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-stepper .md-step-header .md-step-icons,.md-stepper .md-step-header .md-step-titles{display:inline-block;vertical-align:middle}.md-stepper .md-step-header.md-has-sub-message{padding:15px 24px}.md-stepper .md-step-header.md-has-sub-message .md-step-title{margin-bottom:-4px}.md-stepper .md-step-header .md-step-icon{border-radius:50%;font-size:12px;padding:0 6px}.md-stepper .md-step-header .md-step-error,.md-stepper .md-step-header .md-step-icon{height:24px;line-height:24px;margin-right:8px;min-width:24px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:24px}.md-stepper .md-step-header .md-step-number{border-radius:50%;display:inline-block;font-size:12px;margin-right:8px;width:24px}.md-stepper .md-step-header .md-step-number span{display:block;line-height:24px;text-align:center}.md-stepper .md-step-header .md-step-title{font-size:inherit}.md-stepper .md-step-header.md-disabled{cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.md-stepper .md-steps-navigation{display:-ms-flexbox;display:flex;height:72px;min-height:72px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1);z-index:1}.md-stepper .md-steps-navigation.md-alternate-labels{height:104px;min-height:104px}.md-stepper .md-steps-navigation .md-steps-navigation-container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%}.md-stepper .md-steps-navigation .md-steps-navigation-container .md-divider{margin:36px 0;position:relative;width:100%}.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels{max-height:104px;text-align:center}.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels.md-has-sub-message{padding:24px}.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-icons,.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-titles{display:block}.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-titles{margin-top:10px}.md-stepper .md-steps-container{height:0;overflow:hidden;position:relative;width:100%}.md-stepper .md-steps-container .md-steps-wrapper{bottom:0;left:0;position:absolute;right:0;top:0;transform:translateZ(0);transition:transform .4s cubic-bezier(.25,.8,.25,1);width:9999em}.md-stepper .md-steps-container .md-steps-wrapper .md-step{left:0;padding:16px;position:absolute;right:0;top:0}.md-stepper .md-steps-container .md-steps-wrapper .md-step .md-step-content{padding:16px;font-size:14px;line-height:22px}.md-stepper .md-steps-container .md-steps-wrapper .md-step .md-step-content:last-child{padding-bottom:24px}.md-stepper .md-steps-vertical-container .md-step .md-step-header{padding-bottom:8px}.md-stepper .md-steps-vertical-container .md-step:not(:first-of-type) .md-step-header{padding-top:8px}.md-stepper .md-steps-vertical-container .md-step .md-step-content{margin:0 24px 0 34px;padding-bottom:32px;padding-left:24px;padding-top:8px}.md-stepper .md-steps-vertical-container .md-step:not(:last-of-type) .md-step-content{border-left:1px solid #bdbdbd}@media (min-width:601px){.md-stepper .md-steps-navigation .md-steps-navigation-container{margin-bottom:-15px}}.md-subheader{min-height:48px;padding:0 16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;color:rgba(0,0,0,.54);font-size:14px;font-weight:500}.md-switch{width:auto;margin:16px 8px 16px 0;display:-ms-inline-flexbox;display:inline-flex;position:relative}.md-switch .md-switch-container{width:34px;height:14px;position:relative;border-radius:14px;transition:all .4s cubic-bezier(.25,.8,.25,1);background-color:rgba(0,0,0,.38)}.md-switch .md-switch-container .md-switch-thumb{width:20px;height:20px;position:absolute;top:50%;left:0;background-color:#fafafa;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);transition:all .15s linear}.md-switch .md-switch-container input{position:absolute;left:-999em}.md-switch .md-switch-container .md-ink-ripple{top:-16px;right:-16px;bottom:-16px;left:-16px;border-radius:50%;color:rgba(0,0,0,.54)}.md-switch .md-switch-container .md-ink-ripple .md-ripple{width:48px!important;height:48px!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.md-switch .md-switch-container .md-switch-holder{width:40px;height:40px;margin:0;padding:0;position:absolute;top:50%;left:50%;z-index:2;background:none;border:none;transform:translate(-50%,-50%)}.md-switch .md-switch-container .md-switch-holder:focus{outline:none}.md-switch .md-switch-label{height:14px;padding-left:8px;line-height:14px}.md-switch.md-dragging .md-switch-thumb{cursor:grabbing}.md-switch.md-disabled .md-switch-thumb{cursor:default}.md-table{display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;overflow-x:auto}.md-table.md-transition-off .md-checkbox .md-checkbox-container,.md-table.md-transition-off .md-checkbox .md-checkbox-container:after,.md-table.md-transition-off .md-table-cell{transition:none!important}.md-table table{width:100%;border-spacing:0;border-collapse:collapse;overflow:hidden}.md-table tbody .md-table-row{border-top:1px solid #e0e0e0}.md-table tbody .md-table-row.md-selected .md-table-cell{background-color:#f5f5f5}.md-table tbody .md-table-row:hover .md-table-cell{background-color:#eee}.md-table .md-table-head{padding:0;position:relative;color:rgba(0,0,0,.54);font-size:12px;line-height:16px;text-align:left}.md-table .md-table-head:last-child .md-table-head-container .md-table-head-text{padding-right:24px}.md-table .md-table-head.md-numeric{text-align:right}.md-table .md-table-head .md-icon{width:16px;min-width:16px;height:16px;min-height:16px;font-size:16px;color:rgba(0,0,0,.54)}.md-table .md-table-head .md-icon:not(.md-sortable-icon){margin:0 4px}.md-table .md-table-head .md-icon:first-child{margin-left:0}.md-table .md-table-head .md-icon:last-child{margin-right:0}.md-table .md-table-head-container{height:56px;padding:14px 0;transition:all .4s cubic-bezier(.25,.8,.25,1)}.md-table .md-table-head-text{height:28px;padding-right:32px;padding-left:24px;display:inline-block;position:relative;overflow:hidden;line-height:28px;text-overflow:ellipsis;white-space:nowrap}.md-table .md-sortable{cursor:pointer}.md-table .md-sortable:first-of-type .md-sortable-icon{left:auto;right:10px}.md-table .md-sortable.md-sorted,.md-table .md-sortable:hover{color:rgba(0,0,0,.87)}.md-table .md-sortable.md-sorted .md-sortable-icon,.md-table .md-sortable:hover .md-sortable-icon{opacity:1}.md-table .md-sortable.md-sorted .md-sortable-icon{color:rgba(0,0,0,.87)}.md-table .md-sortable.md-sorted-descending .md-sortable-icon{transform:translateY(-50%) rotate(180deg)}.md-table .md-sortable .md-sortable-icon{position:absolute;top:50%;left:2px;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translateY(-50%);opacity:0;color:rgba(0,0,0,.38)}.md-table .md-sortable .md-ink-ripple{color:rgba(0,0,0,.87)}.md-table .md-table-cell{height:48px;position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1);color:rgba(0,0,0,.87);font-size:13px;line-height:18px}.md-table .md-table-cell:last-child .md-table-cell-container{padding-right:24px}.md-table .md-table-cell.md-numeric{text-align:right}.md-table .md-table-cell.md-numeric .md-icon{margin:0}.md-table .md-table-cell.md-numeric .md-table-cell-container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.md-table .md-table-cell.md-numeric .md-table-cell-container .md-button .md-icon,.md-table .md-table-cell.md-numeric .md-table-cell-container .md-icon{margin:auto}.md-table .md-table-cell.md-has-action .md-table-cell-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.md-table .md-table-cell .md-table-cell-container{padding:6px 32px 6px 24px}.md-table .md-table-cell .md-button{width:36px;min-width:36px;height:36px;min-height:36px}.md-table .md-table-cell .md-button:last-child{margin:0 -10px 0 0}.md-table .md-table-cell .md-button .md-icon{margin:auto;width:18px;min-width:18px;height:18px;min-height:18px;color:inherit;font-size:18px}.md-table .md-table-selection{width:60px;position:relative;vertical-align:middle}.md-table .md-table-selection+.md-table-cell .md-table-cell-container,.md-table .md-table-selection+.md-table-head .md-table-head-container .md-table-head-text{padding-left:8px}.md-table .md-table-selection .md-table-cell-container{padding-right:16px;padding-left:24px}.md-table .md-table-selection .md-checkbox{margin:0}.md-table .md-table-selection .md-checkbox-container{width:18px;height:18px;min-width:auto;margin-top:1px}.md-table .md-table-selection .md-checkbox-container:after{top:-1px;left:4px}.md-table .md-select{min-width:84px}.md-table .md-option,.md-table .md-select-value{font-size:13px}.md-table-edit-trigger{display:inline-block;cursor:pointer;color:rgba(0,0,0,.38)}.md-table-edit-trigger.md-edited{color:rgba(0,0,0,.87)}.md-table-dialog{max-height:0;margin:0;padding:0 24px 2px;position:absolute;top:0;right:0;left:24px;z-index:60;overflow:hidden;pointer-events:none;border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);background-color:#fff;opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1),max-height 0s .5s;transition-duration:.3s;transform:translate3D(0,-8px,0)}.md-table-dialog.md-active{max-height:400px;pointer-events:auto;transform:translate3D(#000);opacity:1;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s}.md-table-dialog.md-large{padding:12px 24px 2px}.md-table-dialog .md-input-container{margin-top:0;margin-bottom:16px}.md-table-dialog .md-input-container.md-input-placeholder input{font-size:13px}.md-table-dialog .md-input-container.md-input-placeholder input::-webkit-input-placeholder{font-size:13px}.md-table-dialog .md-char-counter{font-size:13.5px;color:rgba(0,0,0,.54)}.md-table-dialog .md-button{min-width:64px}.md-table-card{overflow:visible}.md-table-card .md-toolbar{padding-left:16px;background-color:#fff}.md-table-card .md-title{-ms-flex:1;flex:1;font-size:20px}.md-table-card .md-table-pagination{height:56px;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;border-top:1px solid #e0e0e0;color:rgba(0,0,0,.54);font-size:12px}.md-table-card .md-table-pagination .md-table-pagination-previous{margin-right:2px;margin-left:18px}.md-table-card .md-table-pagination .md-select{width:auto;min-width:36px;margin:0 32px}.md-table-card .md-table-pagination .md-select:after{margin-top:0}.md-table-card .md-table-pagination .md-select .md-select-value{padding:0;border:none;font-size:13px}.md-table-card .md-table-pagination .md-button:not([disabled]){color:rgba(0,0,0,.87)}.md-table-card .md-table-pagination .md-button[disabled] .md-icon{color:rgba(0,0,0,.26)}.md-pagination-select.md-direction-bottom-right{margin-top:-16px}.md-pagination-select .md-list-item-holder{font-size:13px}.md-table-alternate-header{position:absolute;top:0;right:0;left:0;z-index:10;pointer-events:none;opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s}.md-table-alternate-header.md-active{pointer-events:auto;opacity:1;transform:translate3D(#000)}.md-table-alternate-header .md-counter{margin-left:8px;-ms-flex:1;flex:1}.md-tabs{width:100%;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;position:relative}.md-tabs.md-transition-off *{transition:none!important}.md-tabs.md-dynamic-height .md-tabs-content{transition:height .4s cubic-bezier(.25,.8,.25,1)}.md-tabs .md-tabs-navigation{height:48px;min-height:48px;position:relative;z-index:1;display:-ms-flexbox;display:flex;transition:all .4s cubic-bezier(.25,.8,.25,1);overflow:hidden}.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tab-header-navigation-button.md-left{-ms-flex-order:1;order:1}.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tabs-navigation-container{-ms-flex-order:2;order:2}.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tab-header-navigation-button.md-right{-ms-flex-order:3;order:3}.md-tabs .md-tabs-navigation.md-has-icon.md-has-label{min-height:72px}.md-tabs .md-tabs-navigation.md-has-icon.md-has-label .md-icon{margin-bottom:10px}.md-tabs .md-tabs-navigation.md-centered{-ms-flex-pack:center;justify-content:center}.md-tabs .md-tabs-navigation.md-fixed .md-tabs-navigation-container,.md-tabs .md-tabs-navigation.md-fixed .md-tabs-navigation-scroll-container{-ms-flex:1;flex:1}.md-tabs .md-tabs-navigation.md-fixed .md-tab-header{-ms-flex:1;flex:1;max-width:none}.md-tabs .md-tabs-navigation.md-right{-ms-flex-pack:end;justify-content:flex-end}.md-tabs .md-tabs-navigation-container{display:-ms-flexbox;display:flex;overflow-x:auto}.md-tabs .md-tabs-navigation-scroll-container{display:-ms-flexbox;display:flex}.md-tabs .md-tab-header{min-width:72px;max-width:264px;margin:0;padding:0 12px;position:relative;cursor:pointer;border:0;background:none;transition:all .4s cubic-bezier(.25,.8,.25,1);font-family:inherit;font-size:14px;font-weight:500;text-transform:uppercase;-ms-flex-negative:0;flex-shrink:0}.md-tabs .md-tab-header.md-disabled{cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.md-tabs .md-tab-header-container{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.md-tabs .md-tab-header-container .md-icon{margin:0}.md-tabs .md-tab-indicator{height:2px;position:absolute;bottom:0;left:0;transform:translate3D(0,0,0)}.md-tabs .md-tab-indicator.md-transition-off{transition:none!important}.md-tabs .md-tab-indicator.md-to-right{transition:all .4s cubic-bezier(.25,.8,.25,1),left .3s cubic-bezier(.35,0,.25,1),right .15s cubic-bezier(.35,0,.25,1)}.md-tabs .md-tab-indicator.md-to-left{transition:all .4s cubic-bezier(.25,.8,.25,1),right .3s cubic-bezier(.35,0,.25,1),left .15s cubic-bezier(.35,0,.25,1)}.md-tabs .md-tab-header-navigation-button{border:none;height:100%;cursor:pointer;position:relative}.md-tabs .md-tab-header-navigation-button.md-left{left:0}.md-tabs .md-tab-header-navigation-button.md-right{right:0}.md-tabs .md-tab-header-navigation-button.md-disabled{pointer-events:none;opacity:.4}.md-tabs .md-tabs-content{width:100%;height:0;position:relative;overflow:hidden}.md-tabs .md-tabs-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateZ(0);transition:transform .4s cubic-bezier(.25,.8,.25,1)}.md-tabs .md-tab{padding:16px;position:absolute;top:0;left:0;right:0}@media (min-width:601px){.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tabs-navigation-container{margin-bottom:-15px}}.md-toolbar{min-height:64px;padding:0 8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translate3D(0,0,0)}.md-toolbar.md-dense{min-height:48px}.md-toolbar.md-dense.md-medium{min-height:72px}.md-toolbar.md-dense.md-large{min-height:96px}.md-toolbar.md-dense .md-toolbar-container{height:48px}.md-toolbar.md-medium{min-height:88px}.md-toolbar.md-medium .md-toolbar-container:nth-child(2) .md-title:first-child{margin-left:56px}.md-toolbar.md-large{min-height:128px;-ms-flex-line-pack:inherit;align-content:inherit}.md-toolbar.md-large .md-toolbar-container:nth-child(2) .md-title:first-child{margin-left:56px}.md-toolbar.md-account-header{min-height:164px}.md-toolbar.md-account-header .md-ink-ripple{color:#fff}.md-toolbar.md-account-header .md-list-item-container:hover:not([disabled]){background-color:hsla(0,0%,100%,.12)}.md-toolbar.md-account-header .md-avatar-list{margin:16px 0 8px}.md-toolbar.md-account-header .md-avatar-list .md-list-item-container{-ms-flex-align:start;align-items:flex-start}.md-toolbar.md-account-header .md-avatar-list .md-avatar+.md-avatar{margin-left:16px}.md-toolbar .md-toolbar-container{width:100%;height:64px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start}.md-toolbar .md-toolbar-container>.md-button:first-child{margin-left:0;margin-right:16px}.md-toolbar .md-toolbar-container>.md-button+.md-button{margin-left:0}.md-toolbar>.md-button:first-child{margin-left:0;margin-right:16px}.md-toolbar>.md-button+.md-button{margin-left:0}.md-toolbar .md-button:hover:not([disabled]):not(.md-raised):not(.md-icon-button):not(.md-fab){background-color:hsla(0,0%,100%,.1)}.md-toolbar .md-title{margin:0;font-size:20px;font-weight:400}.md-toolbar .md-title:first-child{margin-left:8px}.md-toolbar .md-title+.md-input-container{margin-left:24px}.md-toolbar .md-input-container{min-height:32px;margin-top:0;margin-bottom:0;padding-top:0}.md-toolbar .md-list{padding:0;margin:0 -8px;-ms-flex:1;flex:1}.md-tooltip{height:20px;padding:0 8px;position:fixed;z-index:200;pointer-events:none;background-color:rgba(97,97,97,.87);border-radius:2px;opacity:0;transform-origin:center top;transition:all .4s cubic-bezier(.25,.8,.25,1);transition-duration:.3s;transition-delay:0s;color:#fff;font-family:Roboto,Noto Sans,Noto,sans-serif;font-size:10px;line-height:20px;text-transform:none;white-space:nowrap;letter-spacing:.1em}.md-tooltip.md-active{opacity:1;transition:all .3s cubic-bezier(.55,0,.55,.2);transition-duration:.3s}.md-tooltip:not(.md-active){transition-delay:0s!important}.md-tooltip.md-transition-off{transition:none!important}.md-tooltip.md-tooltip-top{margin-top:-14px;transform:translate(-50%,8px)}.md-tooltip.md-tooltip-top.md-active{transform:translate(-50%)}.md-tooltip.md-tooltip-right{margin-left:14px;transform:translate(-8px,50%)}.md-tooltip.md-tooltip-right.md-active{transform:translateY(50%)}.md-tooltip.md-tooltip-bottom{margin-top:14px;transform:translate(-50%,-8px)}.md-tooltip.md-tooltip-bottom.md-active{transform:translate(-50%)}.md-tooltip.md-tooltip-left{margin-left:-14px;transform:translate(8px,50%)}.md-tooltip.md-tooltip-left.md-active{transform:translateY(50%)}.md-whiteframe{position:relative;z-index:1}.md-whiteframe-1dp{box-shadow:0 1px 3px rgba(0,0,0,.2),0 1px 1px rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}.md-whiteframe-2dp{box-shadow:0 1px 5px rgba(0,0,0,.2),0 2px 2px rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-whiteframe-3dp{box-shadow:0 1px 8px rgba(0,0,0,.2),0 3px 4px rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12)}.md-whiteframe-4dp{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px rgba(0,0,0,.14),0 1px 10px rgba(0,0,0,.12)}.md-whiteframe-5dp{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px rgba(0,0,0,.14),0 1px 14px rgba(0,0,0,.12)}.md-whiteframe-6dp{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px rgba(0,0,0,.14),0 1px 18px rgba(0,0,0,.12)}.md-whiteframe-7dp{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.md-whiteframe-8dp{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-whiteframe-9dp{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.md-whiteframe-10dp{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.md-whiteframe-11dp{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.md-whiteframe-12dp{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.md-whiteframe-13dp{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.md-whiteframe-14dp{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.md-whiteframe-15dp{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.md-whiteframe-16dp{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.md-whiteframe-17dp{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.md-whiteframe-18dp{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.md-whiteframe-19dp{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.md-whiteframe-20dp{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.md-whiteframe-21dp{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.md-whiteframe-22dp{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.md-whiteframe-23dp{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.md-whiteframe-24dp{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}',""])},function(e,t,n){t=e.exports=n(2)(),t.push([e.i,".screen{max-height:50em}",""])},function(e,t,n){t=e.exports=n(2)(),t.push([e.i,".bounds[data-v-0738c93b]{position:relative;overflow:hidden}.highlight[data-v-0738c93b],.rect[data-v-0738c93b]{position:absolute;box-sizing:border-box;display:flex;justify-content:flex-end}.rect[data-v-0738c93b]{border:1px solid #000;background-color:hsla(0,0%,39%,.8)}.highlight[data-v-0738c93b]{border:2px solid red;pointer-events:none}.label[data-v-0738c93b]{align-self:center}",""])},function(e,t,n){t=e.exports=n(2)(),t.push([e.i,".rects{flex:none;margin:8px}.hierarchy,.properties{flex:1;margin:8px;min-width:400px}.hierarchy>.tree-view,.properties>.tree-view{margin:16px}.data-card,.pre-line-data-card{overflow:auto;max-height:48em}.pre-line-data-card{white-space:pre-line}",""])},function(e,t,n){t=e.exports=n(2)(),t.push([e.i,".selected[data-v-1b493a76]{fill:red}",""])},function(e,t,n){t=e.exports=n(2)(),t.push([e.i,".main-content>*{margin:1em}.card-toolbar{border-bottom:1px solid rgba(0,0,0,.12)}.timeline{margin:16px}.container{display:flex;flex-wrap:wrap}.md-layout>.md-card{margin:.5em}.md-button{margin-top:1em}h1,h2{font-weight:400}ul{list-style-type:none;padding:0}li{display:inline-block;margin:0 10px}a{color:#42b983}",""])},function(e,t,n){t=e.exports=n(2)(),t.push([e.i,".bad{margin:1em;font-size:4em;color:red}",""])},function(e,t,n){t=e.exports=n(2)(),t.push([e.i,".bounds[data-v-7db83ac6]{margin:1em}",""])},function(e,t,n){t=e.exports=n(2)(),t.push([e.i,".log-table .md-table-cell{height:auto}.log-table{width:100%}.time-column{min-width:15em}.time-column-header{min-width:15em;padding-right:9em!important}.tag-column{min-width:10em}.tag-column-header{min-width:10em;padding-right:7em!important}.at-column{min-width:35em}.at-column-header{min-width:35em;padding-right:32em!important}.log-table table{display:block}.log-table tbody{overflow-y:scroll;height:20em}.log-table tbody,.log-table tr{display:block;width:100%}.log-table td:last-child{width:100%}",""])},function(e,t,n){t=e.exports=n(2)(),t.push([e.i,".children{margin-left:24px}.kind{color:#333}.selected{background-color:#3f51b5;color:#fff}.selected .kind{color:#ccc}.tree-view-internal-chip{display:inline-block}.tree-view-chip{padding:0 10px;border-radius:10px;background-color:#aaa;color:#000}.tree-view-chip.tree-view-chip-warn{background-color:#ffaa6b;color:#000}.tree-view-chip.tree-view-chip-error{background-color:#ff6b6b;color:#000}.tree-view-chip.tree-view-chip-gpu{background-color:#00c853;color:#000}.tree-view-chip.tree-view-chip-hwc{background-color:#448aff;color:#000}",""])},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function r(e){if(c===setTimeout)return setTimeout(e,0);if((c===n||!c)&&setTimeout)return c=setTimeout,setTimeout(e,0);try{return c(e,0)}catch(t){try{return c.call(null,e,0)}catch(t){return c.call(this,e,0)}}}function o(e){if(m===clearTimeout)return clearTimeout(e);if((m===i||!m)&&clearTimeout)return m=clearTimeout,clearTimeout(e);try{return m(e)}catch(t){try{return m.call(null,e)}catch(t){return m.call(this,e)}}}function a(){h&&p&&(h=!1,p.length?f=p.concat(f):g=-1,f.length&&s())}function s(){if(!h){var e=r(a);h=!0;for(var t=f.length;t;){for(p=f,f=[];++g<t;)p&&p[g].run();g=-1,t=f.length}p=null,h=!1,o(e)}}function d(e,t){this.fun=e,this.array=t}function l(){}var c,m,u=e.exports={};!function(){try{c="function"==typeof setTimeout?setTimeout:n}catch(e){c=n}try{m="function"==typeof clearTimeout?clearTimeout:i}catch(e){m=i}}();var p,f=[],h=!1,g=-1;u.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];f.push(new d(e,t)),1!==f.length||h||r(s)},d.prototype.run=function(){this.fun.apply(null,this.array)},u.title="browser",u.browser=!0,u.env={},u.argv=[],u.version="",u.versions={},u.on=l,u.addListener=l,u.once=l,u.off=l,u.removeListener=l,u.removeAllListeners=l,u.emit=l,u.prependListener=l,u.prependOnceListener=l,u.listeners=function(e){return[]},u.binding=function(e){throw new Error("process.binding is not supported")},u.cwd=function(){return"/"},u.chdir=function(e){throw new Error("process.chdir is not supported")},u.umask=function(){return 0}},function(e,t,n){"use strict";function i(e,t){r.test(e)||(e="google/protobuf/"+e+".proto",t={nested:{google:{nested:{protobuf:{nested:t}}}}}),i[e]=t}e.exports=i;var r=/\/|\./;i("any",{Any:{fields:{type_url:{type:"string",id:1},value:{type:"bytes",id:2}}}});var o;i("duration",{Duration:o={fields:{seconds:{type:"int64",id:1},nanos:{type:"int32",id:2}}}}),i("timestamp",{Timestamp:o}),i("empty",{Empty:{fields:{}}}),i("struct",{Struct:{fields:{fields:{keyType:"string",type:"Value",id:1}}},Value:{oneofs:{kind:{oneof:["nullValue","numberValue","stringValue","boolValue","structValue","listValue"]}},fields:{nullValue:{type:"NullValue",id:1},numberValue:{type:"double",id:2},stringValue:{type:"string",id:3},boolValue:{type:"bool",id:4},structValue:{type:"Struct",id:5},listValue:{type:"ListValue",id:6}}},NullValue:{values:{NULL_VALUE:0}},ListValue:{fields:{values:{rule:"repeated",type:"Value",id:1}}}}),i("wrappers",{DoubleValue:{fields:{value:{type:"double",id:1}}},FloatValue:{fields:{value:{type:"float",id:1}}},Int64Value:{fields:{value:{type:"int64",id:1}}},UInt64Value:{fields:{value:{type:"uint64",id:1}}},Int32Value:{fields:{value:{type:"int32",id:1}}},UInt32Value:{fields:{value:{type:"uint32",id:1}}},BoolValue:{fields:{value:{type:"bool",id:1}}},StringValue:{fields:{value:{type:"string",id:1}}},BytesValue:{fields:{value:{type:"bytes",id:1}}}}),i("field_mask",{FieldMask:{fields:{paths:{rule:"repeated",type:"string",id:1}}}}),i.get=function(e){return i[e]||null}},function(e,t,n){"use strict";function i(e,t,n){return"function"==typeof t?(n=t,t=new o.Root):t||(t=new o.Root),t.load(e,n)}function r(e,t){return t||(t=new o.Root),t.loadSync(e)}var o=e.exports=n(91);o.build="light",o.load=i,o.loadSync=r,o.encoder=n(31),o.decoder=n(30),o.verifier=n(35),o.converter=n(29),o.ReflectionObject=n(8),o.Namespace=n(11),o.Root=n(20),o.Enum=n(3),o.Type=n(22),o.Field=n(7),o.OneOf=n(13),o.MapField=n(16),o.Service=n(21),o.Method=n(18),o.Message=n(17),o.wrappers=n(36),o.types=n(9),o.util=n(0),o.ReflectionObject._configure(o.Root),o.Namespace._configure(o.Type,o.Service,o.Enum),o.Root._configure(o.Type),o.Field._configure(o.Type)},function(e,t,n){"use strict";function i(){r.Reader._configure(r.BufferReader),r.util._configure()}var r=t;r.build="minimal",r.Writer=n(23),r.BufferWriter=n(97),r.Reader=n(19),r.BufferReader=n(94),r.util=n(4),r.rpc=n(33),r.roots=n(32),r.configure=i,r.Writer._configure(r.BufferWriter),i()},function(e,t,n){"use strict";var i=e.exports=n(90);i.build="full",i.tokenize=n(34),i.parse=n(93),i.common=n(89),i.Root._configure(i.Type,i.parse,i.common)},function(e,t,n){"use strict";function i(e,t,n){function T(e,t,n){var r=i.filename;return n||(i.filename=null),Error("illegal "+(t||"token")+" '"+e+"' ("+(r?r+", ":"")+"line "+Z.line+")")}function S(){var e,t=[];do{if('"'!==(e=Q())&&"'"!==e)throw T(e);t.push(Q()),ne(e),e=te()}while('"'===e||"'"===e);return t.join("")}function O(e){var t=Q();switch(t){case"'":case'"':return ee(t),S();case"true":case"TRUE":return!0;case"false":case"FALSE":return!1}try{return R(t,!0)}catch(n){if(e&&w.test(t))return t;throw T(t,"value")}}function C(e,t){var n,i;do{!t||'"'!==(n=te())&&"'"!==n?e.push([i=M(Q()),ne("to",!0)?M(Q()):i]):e.push(S())}while(ne(",",!0));ne(";")}function R(e,t){var n=1;switch("-"===e.charAt(0)&&(n=-1,e=e.substring(1)),e){case"inf":case"INF":case"Inf":return n*(1/0);case"nan":case"NAN":case"Nan":case"NaN":return NaN;case"0":return 0}if(h.test(e))return n*parseInt(e,10);if(v.test(e))return n*parseInt(e,16);if(y.test(e))return n*parseInt(e,8);if(_.test(e))return n*parseFloat(e);throw T(e,"number",t)}function M(e,t){switch(e){case"max":case"MAX":case"Max":return 536870911;case"0":return 0}if(!t&&"-"===e.charAt(0))throw T(e,"id");if(g.test(e))return parseInt(e,10);if(b.test(e))return parseInt(e,16);if(x.test(e))return parseInt(e,8);throw T(e,"id")}function N(e,t){switch(t){case"option":return U(e,t),ne(";"),!0;case"message":return k(e,t),!0;case"enum":return j(e,t),!0;case"service":return G(e,t),!0;case"extend":return V(e,t),!0}return!1}function I(e,t,n){var r=Z.line;if(e&&(e.comment=ie(),e.filename=i.filename),ne("{",!0)){for(var o;"}"!==(o=Q());)t(o);ne(";",!0)}else n&&n(),ne(";"),e&&"string"!=typeof e.comment&&(e.comment=ie(r))}function k(e,t){if(!E.test(t=Q()))throw T(t,"type name");var n=new a(t);I(n,function(e){if(!N(n,e))switch(e){case"map":B(n);break;case"required":case"optional":case"repeated":D(n,e);break;case"oneof":W(n,e);break;case"extensions":C(n.extensions||(n.extensions=[]));break;case"reserved":C(n.reserved||(n.reserved=[]),!0);break;default:if(!oe||!w.test(e))throw T(e);ee(e),D(n,"optional")}}),e.add(n)}function D(e,t,n){var i=Q();if("group"===i)return void P(e,t);if(!w.test(i))throw T(i,"type");var r=Q();if(!E.test(r))throw T(r,"name");r=se(r),ne("=");var o=new s(r,M(Q()),i,t,n);I(o,function(e){if("option"!==e)throw T(e);U(o,e),ne(";")},function(){H(o)}),e.add(o),oe||!o.repeated||void 0===p.packed[i]&&void 0!==p.basic[i]||o.setOption("packed",!1,!0)}function P(e,t){var n=Q();if(!E.test(n))throw T(n,"name");var r=f.lcFirst(n);n===r&&(n=f.ucFirst(n)),ne("=");var o=M(Q()),d=new a(n);d.group=!0;var l=new s(r,o,n,t);l.filename=i.filename,I(d,function(e){switch(e){case"option":U(d,e),ne(";");break;case"required":case"optional":case"repeated":D(d,e);break;default:throw T(e)}}),e.add(d).add(l)}function B(e){ne("<");var t=Q();if(void 0===p.mapKey[t])throw T(t,"type");ne(",");var n=Q();if(!w.test(n))throw T(n,"type");ne(">");var i=Q();if(!E.test(i))throw T(i,"name");ne("=");var r=new d(se(i),M(Q()),t,n);I(r,function(e){if("option"!==e)throw T(e);U(r,e),ne(";")},function(){H(r)}),e.add(r)}function W(e,t){if(!E.test(t=Q()))throw T(t,"name");var n=new l(se(t));I(n,function(e){"option"===e?(U(n,e),ne(";")):(ee(e),D(n,"optional"))}),e.add(n)}function j(e,t){if(!E.test(t=Q()))throw T(t,"name");var n=new c(t);I(n,function(e){switch(e){case"option":U(n,e),ne(";");break;case"reserved":C(n.reserved||(n.reserved=[]),!0);break;default:L(n,e)}}),e.add(n)}function L(e,t){if(!E.test(t))throw T(t,"name");ne("=");var n=M(Q(),!0),i={};I(i,function(e){if("option"!==e)throw T(e);U(i,e),ne(";")},function(){H(i)}),e.add(t,n,i.comment)}function U(e,t){var n=ne("(",!0);if(!w.test(t=Q()))throw T(t,"name");var i=t;n&&(ne(")"),i="("+i+")",t=te(),A.test(t)&&(i+=t,Q())),ne("="),F(e,i)}function F(e,t){if(ne("{",!0))do{if(!E.test(J=Q()))throw T(J,"name");"{"===te()?F(e,t+"."+J):(ne(":"),"{"===te()?F(e,t+"."+J):$(e,t+"."+J,O(!0))),ne(",",!0)}while(!ne("}",!0));else $(e,t,O(!0))}function $(e,t,n){e.setOption&&e.setOption(t,n)}function H(e){if(ne("[",!0)){do{U(e,"option")}while(ne(",",!0));ne("]")}return e}function G(e,t){if(!E.test(t=Q()))throw T(t,"service name");var n=new m(t);I(n,function(e){if(!N(n,e)){if("rpc"!==e)throw T(e);z(n,e)}}),e.add(n)}function z(e,t){var n=t;if(!E.test(t=Q()))throw T(t,"name");var i,r,o,a,s=t;if(ne("("),ne("stream",!0)&&(r=!0),!w.test(t=Q()))throw T(t);if(i=t,ne(")"),ne("returns"),ne("("),ne("stream",!0)&&(a=!0),!w.test(t=Q()))throw T(t);o=t,ne(")");var d=new u(s,n,i,o,r,a);I(d,function(e){if("option"!==e)throw T(e);U(d,e),ne(";")}),e.add(d)}function V(e,t){if(!w.test(t=Q()))throw T(t,"reference");var n=t;I(null,function(t){switch(t){case"required":case"repeated":case"optional":D(e,t,n);break;default:if(!oe||!w.test(t))throw T(t);ee(t),D(e,"optional",n)}})}t instanceof o||(n=t,t=new o),n||(n=i.defaults);for(var q,Y,K,X,J,Z=r(e,n.alternateCommentMode||!1),Q=Z.next,ee=Z.push,te=Z.peek,ne=Z.skip,ie=Z.cmnt,re=!0,oe=!1,ae=t,se=n.keepCase?function(e){return e}:f.camelCase;null!==(J=Q());)switch(J){case"package":if(!re)throw T(J);!function(){if(void 0!==q)throw T("package");if(q=Q(),!w.test(q))throw T(q,"name");ae=ae.define(q),ne(";")}();break;case"import":if(!re)throw T(J);!function(){var e,t=te();switch(t){case"weak":e=K||(K=[]),Q();break;case"public":Q();default:e=Y||(Y=[])}t=S(),ne(";"),e.push(t)}();break;case"syntax":if(!re)throw T(J);!function(){if(ne("="),X=S(),!(oe="proto3"===X)&&"proto2"!==X)throw T(X,"syntax");ne(";")}();break;case"option":if(!re)throw T(J);U(ae,J),ne(";");break;default:if(N(ae,J)){re=!1;continue}throw T(J)}return i.filename=null,{package:q,imports:Y,weakImports:K,syntax:X,root:t}}e.exports=i,i.filename=null,i.defaults={keepCase:!1};var r=n(34),o=n(20),a=n(22),s=n(7),d=n(16),l=n(13),c=n(3),m=n(21),u=n(18),p=n(9),f=n(0),h=/^[1-9][0-9]*$/,g=/^-?[1-9][0-9]*$/,v=/^0[x][0-9a-fA-F]+$/,b=/^-?0[x][0-9a-fA-F]+$/,y=/^0[0-7]+$/,x=/^-?0[0-7]+$/,_=/^(?![eE])[0-9]*(?:\.[0-9]*)?(?:[eE][+-]?[0-9]+)?$/,E=/^[a-zA-Z_][a-zA-Z_0-9]*$/,w=/^(?:\.?[a-zA-Z_][a-zA-Z_0-9]*)(?:\.[a-zA-Z_][a-zA-Z_0-9]*)*$/,A=/^(?:\.[a-zA-Z_][a-zA-Z_0-9]*)+$/},function(e,t,n){"use strict";function i(e){r.call(this,e)}e.exports=i;var r=n(19);(i.prototype=Object.create(r.prototype)).constructor=i;var o=n(4);o.Buffer&&(i.prototype._slice=o.Buffer.prototype.slice),i.prototype.string=function(){var e=this.uint32();return this.buf.utf8Slice(this.pos,this.pos=Math.min(this.pos+e,this.len))}},function(e,t,n){"use strict";function i(e,t,n){if("function"!=typeof e)throw TypeError("rpcImpl must be a function");r.EventEmitter.call(this),this.rpcImpl=e,this.requestDelimited=Boolean(t),this.responseDelimited=Boolean(n)}e.exports=i;var r=n(4);(i.prototype=Object.create(r.EventEmitter.prototype)).constructor=i,i.prototype.rpcCall=function e(t,n,i,o,a){if(!o)throw TypeError("request must be specified");var s=this;if(!a)return r.asPromise(e,s,t,n,i,o);if(!s.rpcImpl)return void setTimeout(function(){a(Error("already ended"))},0);try{return s.rpcImpl(t,n[s.requestDelimited?"encodeDelimited":"encode"](o).finish(),function(e,n){if(e)return s.emit("error",e,t),a(e);if(null===n)return void s.end(!0);if(!(n instanceof i))try{n=i[s.responseDelimited?"decodeDelimited":"decode"](n)}catch(e){return s.emit("error",e,t),a(e)}return s.emit("data",n,t),a(null,n)})}catch(e){return s.emit("error",e,t),void setTimeout(function(){a(e)},0)}},i.prototype.end=function(e){return this.rpcImpl&&(e||this.rpcImpl(null,null,null),this.rpcImpl=null,this.emit("end").off()),this}},function(e,t,n){"use strict";function i(e,t){this.lo=e>>>0,this.hi=t>>>0}e.exports=i;var r=n(4),o=i.zero=new i(0,0);o.toNumber=function(){return 0},o.zzEncode=o.zzDecode=function(){return this},o.length=function(){return 1};var a=i.zeroHash="\0\0\0\0\0\0\0\0";i.fromNumber=function(e){if(0===e)return o;var t=e<0;t&&(e=-e);var n=e>>>0,r=(e-n)/4294967296>>>0;return t&&(r=~r>>>0,n=~n>>>0,++n>4294967295&&(n=0,++r>4294967295&&(r=0))),new i(n,r)},i.from=function(e){if("number"==typeof e)return i.fromNumber(e);if(r.isString(e)){if(!r.Long)return i.fromNumber(parseInt(e,10));e=r.Long.fromString(e)}return e.low||e.high?new i(e.low>>>0,e.high>>>0):o},i.prototype.toNumber=function(e){if(!e&&this.hi>>>31){var t=1+~this.lo>>>0,n=~this.hi>>>0;return t||(n=n+1>>>0),-(t+4294967296*n)}return this.lo+4294967296*this.hi},i.prototype.toLong=function(e){return r.Long?new r.Long(0|this.lo,0|this.hi,Boolean(e)):{low:0|this.lo,high:0|this.hi,unsigned:Boolean(e)}};var s=String.prototype.charCodeAt;i.fromHash=function(e){return e===a?o:new i((s.call(e,0)|s.call(e,1)<<8|s.call(e,2)<<16|s.call(e,3)<<24)>>>0,(s.call(e,4)|s.call(e,5)<<8|s.call(e,6)<<16|s.call(e,7)<<24)>>>0)},i.prototype.toHash=function(){return String.fromCharCode(255&this.lo,this.lo>>>8&255,this.lo>>>16&255,this.lo>>>24,255&this.hi,this.hi>>>8&255,this.hi>>>16&255,this.hi>>>24)},i.prototype.zzEncode=function(){var e=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^e)>>>0,this.lo=(this.lo<<1^e)>>>0,this},i.prototype.zzDecode=function(){var e=-(1&this.lo);return this.lo=((this.lo>>>1|this.hi<<31)^e)>>>0,this.hi=(this.hi>>>1^e)>>>0,this},i.prototype.length=function(){var e=this.lo,t=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return 0===n?0===t?e<16384?e<128?1:2:e<2097152?3:4:t<16384?t<128?5:6:t<2097152?7:8:n<128?9:10}},function(e,t,n){"use strict";function i(){o.call(this)}function r(e,t,n){e.length<40?a.utf8.write(e,t,n):t.utf8Write(e,n)}e.exports=i;var o=n(23);(i.prototype=Object.create(o.prototype)).constructor=i;var a=n(4),s=a.Buffer;i.alloc=function(e){return(i.alloc=a._Buffer_allocUnsafe)(e)};var d=s&&s.prototype instanceof Uint8Array&&"set"===s.prototype.set.name?function(e,t,n){t.set(e,n)}:function(e,t,n){if(e.copy)e.copy(t,n,0,e.length);else for(var i=0;i<e.length;)t[n++]=e[i++]};i.prototype.bytes=function(e){a.isString(e)&&(e=a._Buffer_from(e,"base64"));var t=e.length>>>0;return this.uint32(t),t&&this._push(d,t,e),this},i.prototype.string=function(e){var t=s.byteLength(e);return this.uint32(t),t&&this._push(r,t,e),this}},function(e,t,n){(function(e,t){!function(e,n){"use strict";function i(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var i={callback:e,args:t};return l[d]=i,s(d),d++}function r(e){delete l[e]}function o(e){var t=e.callback,i=e.args;switch(i.length){case 0:t();break;case 1:t(i[0]);break;case 2:t(i[0],i[1]);break;case 3:t(i[0],i[1],i[2]);break;default:t.apply(n,i)}}function a(e){if(c)setTimeout(a,0,e);else{var t=l[e];if(t){c=!0;try{o(t)}finally{r(e),c=!1}}}}if(!e.setImmediate){var s,d=1,l={},c=!1,m=e.document,u=Object.getPrototypeOf&&Object.getPrototypeOf(e);u=u&&u.setTimeout?u:e,"[object process]"==={}.toString.call(e.process)?function(){s=function(e){t.nextTick(function(){a(e)})}}():function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?function(){var t="setImmediate$"+Math.random()+"$",n=function(n){n.source===e&&"string"==typeof n.data&&0===n.data.indexOf(t)&&a(+n.data.slice(t.length))};e.addEventListener?e.addEventListener("message",n,!1):e.attachEvent("onmessage",n),s=function(n){e.postMessage(t+n,"*")}}():e.MessageChannel?function(){var e=new MessageChannel;e.port1.onmessage=function(e){a(e.data)},s=function(t){e.port2.postMessage(t)}}():m&&"onreadystatechange"in m.createElement("script")?function(){var e=m.documentElement;s=function(t){var n=m.createElement("script");n.onreadystatechange=function(){a(t),n.onreadystatechange=null,e.removeChild(n),n=null},e.appendChild(n)}}():function(){s=function(e){setTimeout(a,0,e)}}(),u.setImmediate=i,u.clearImmediate=r}}("undefined"==typeof self?void 0===e?this:e:self)}).call(t,n(14),n(88))},function(e,t,n){function i(e,t){for(var n=0;n<e.length;n++){var i=e[n],r=f[i.id];if(r){r.refs++;for(var o=0;o<r.parts.length;o++)r.parts[o](i.parts[o]);for(;o<i.parts.length;o++)r.parts.push(c(i.parts[o],t))}else{for(var a=[],o=0;o<i.parts.length;o++)a.push(c(i.parts[o],t));f[i.id]={id:i.id,refs:1,parts:a}}}}function r(e,t){for(var n=[],i={},r=0;r<e.length;r++){var o=e[r],a=t.base?o[0]+t.base:o[0],s=o[1],d=o[2],l=o[3],c={css:s,media:d,sourceMap:l};i[a]?i[a].parts.push(c):n.push(i[a]={id:a,parts:[c]})}return n}function o(e,t){var n=g(e.insertInto);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var i=y[y.length-1];if("top"===e.insertAt)i?i.nextSibling?n.insertBefore(t,i.nextSibling):n.appendChild(t):n.insertBefore(t,n.firstChild),y.push(t);else if("bottom"===e.insertAt)n.appendChild(t);else{if("object"!=typeof e.insertAt||!e.insertAt.before)throw new Error("[Style Loader]\n\n Invalid value for parameter 'insertAt' ('options.insertAt') found.\n Must be 'top', 'bottom', or Object.\n (https://github.com/webpack-contrib/style-loader#insertat)\n");var r=g(e.insertInto+" "+e.insertAt.before);n.insertBefore(t,r)}}function a(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e);var t=y.indexOf(e);t>=0&&y.splice(t,1)}function s(e){var t=document.createElement("style");return e.attrs.type="text/css",l(t,e.attrs),o(e,t),t}function d(e){var t=document.createElement("link");return e.attrs.type="text/css",e.attrs.rel="stylesheet",l(t,e.attrs),o(e,t),t}function l(e,t){Object.keys(t).forEach(function(n){e.setAttribute(n,t[n])})}function c(e,t){var n,i,r,o;if(t.transform&&e.css){if(!(o=t.transform(e.css)))return function(){};e.css=o}if(t.singleton){var l=b++;n=v||(v=s(t)),i=m.bind(null,n,l,!1),r=m.bind(null,n,l,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=d(t),i=p.bind(null,n,t),r=function(){a(n),n.href&&URL.revokeObjectURL(n.href)}):(n=s(t),i=u.bind(null,n),r=function(){a(n)});return i(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;i(e=t)}else r()}}function m(e,t,n,i){var r=n?"":i.css;if(e.styleSheet)e.styleSheet.cssText=_(t,r);else{var o=document.createTextNode(r),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}function u(e,t){var n=t.css,i=t.media;if(i&&e.setAttribute("media",i),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}function p(e,t,n){var i=n.css,r=n.sourceMap,o=void 0===t.convertToAbsoluteUrls&&r;(t.convertToAbsoluteUrls||o)&&(i=x(i)),r&&(i+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */");var a=new Blob([i],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(a),s&&URL.revokeObjectURL(s)}var f={},h=function(e){var t;return function(){return void 0===t&&(t=e.apply(this,arguments)),t}}(function(){return window&&document&&document.all&&!window.atob}),g=function(e){var t={};return function(n){if(void 0===t[n]){var i=e.call(this,n);if(i instanceof window.HTMLIFrameElement)try{i=i.contentDocument.head}catch(e){i=null}t[n]=i}return t[n]}}(function(e){return document.querySelector(e)}),v=null,b=0,y=[],x=n(100);e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");t=t||{},t.attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||"boolean"==typeof t.singleton||(t.singleton=h()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var n=r(e,t);return i(n,t),function(e){for(var o=[],a=0;a<n.length;a++){var s=n[a],d=f[s.id];d.refs--,o.push(d)}if(e){i(r(e,t),t)}for(var a=0;a<o.length;a++){var d=o[a];if(0===d.refs){for(var l=0;l<d.parts.length;l++)d.parts[l]();delete f[d.id]}}}};var _=function(){var e=[];return function(t,n){return e[t]=n,e.filter(Boolean).join("\n")}}()},function(e,t){e.exports=function(e){var t="undefined"!=typeof window&&window.location;if(!t)throw new Error("fixUrls requires window.location");if(!e||"string"!=typeof e)return e;var n=t.protocol+"//"+t.host,i=n+t.pathname.replace(/\/[^\/]*$/,"/");return e.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(e,t){var r=t.trim().replace(/^"(.*)"$/,function(e,t){return t}).replace(/^'(.*)'$/,function(e,t){return t});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(r))return e;var o;return o=0===r.indexOf("//")?r:0===r.indexOf("/")?n+r:i+r.replace(/^\.\//,""),"url("+JSON.stringify(o)+")"})}},function(e,t,n){(function(e){function i(e,t){this._id=e,this._clearFn=t}var r=void 0!==e&&e||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;t.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n(98),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(t,n(14))},function(e,t,n){var i=n(1)(n(58),n(115),null,null,null);e.exports=i.exports},function(e,t,n){function i(e){n(126)}var r=n(1)(n(59),n(116),i,"data-v-7db83ac6",null);e.exports=r.exports},function(e,t,n){var i=n(1)(n(60),n(117),null,null,null);e.exports=i.exports},function(e,t,n){function i(e){n(125)}var r=n(1)(n(61),n(114),i,null,null);e.exports=r.exports},function(e,t,n){function i(e){n(127)}var r=n(1)(n(62),n(118),i,null,null);e.exports=r.exports},function(e,t,n){function i(e){n(122)}var r=n(1)(n(65),n(111),i,null,null);e.exports=r.exports},function(e,t,n){function i(e){n(120)}var r=n(1)(n(67),n(109),i,null,null);e.exports=r.exports},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("md-card-content",{staticClass:"container"},[n("md-card",{staticClass:"rects"},[n("md-whiteframe",{staticClass:"card-toolbar md-transparent md-dense",attrs:{"md-tag":"md-toolbar","md-elevation":"0"}},[n("h2",{staticClass:"md-title"},[e._v("Screen")])]),e._v(" "),n("md-whiteframe",{attrs:{"md-elevation":"8"}},[n("video",{staticClass:"screen",attrs:{id:e.file.filename,src:e.file.data}})])],1)],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"bounds",style:e.boundsStyle},[e._l(e.rects,function(t){return n("div",{staticClass:"rect",style:e.rectToStyle(t),on:{click:function(n){return e.onClick(t)}}},[n("span",{staticClass:"label"},[e._v(e._s(t.label))])])}),e._v(" "),e.highlight?n("div",{staticClass:"highlight",style:e.rectToStyle(e.highlight)}):e._e()],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("md-card-content",{staticClass:"container"},[e.hasScreenView?n("md-card",{staticClass:"rects"},[n("md-whiteframe",{staticClass:"card-toolbar md-transparent md-dense",attrs:{"md-tag":"md-toolbar","md-elevation":"0"}},[n("h2",{staticClass:"md-title"},[e._v("Screen")])]),e._v(" "),n("md-whiteframe",{attrs:{"md-elevation":"8"}},[n("rects",{attrs:{bounds:e.bounds,rects:e.rects,highlight:e.highlight},on:{"rect-click":e.onRectClick}})],1)],1):e._e(),e._v(" "),n("md-card",{staticClass:"hierarchy"},[n("md-whiteframe",{staticClass:"card-toolbar md-transparent md-dense",attrs:{"md-tag":"md-toolbar","md-elevation":"0"}},[n("h2",{staticClass:"md-title",staticStyle:{flex:"1"}},[e._v("Hierarchy")]),e._v(" "),n("md-checkbox",{model:{value:e.store.onlyVisible,callback:function(t){e.$set(e.store,"onlyVisible",t)},expression:"store.onlyVisible"}},[e._v("Only visible")]),e._v(" "),n("md-checkbox",{model:{value:e.store.flattened,callback:function(t){e.$set(e.store,"flattened",t)},expression:"store.flattened"}},[e._v("Flat")]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.hierarchyPropertyFilterString,expression:"hierarchyPropertyFilterString"}],attrs:{id:"filter",type:"search",placeholder:"Filter..."},domProps:{value:e.hierarchyPropertyFilterString},on:{input:function(t){t.target.composing||(e.hierarchyPropertyFilterString=t.target.value)}}})],1),e._v(" "),n("tree-view",{ref:"hierarchy",staticClass:"data-card",attrs:{item:e.tree,selected:e.hierarchySelected,filter:e.hierarchyFilter,flattened:e.store.flattened},on:{"item-selected":e.itemSelected}})],1),e._v(" "),n("md-card",{staticClass:"properties"},[n("md-whiteframe",{staticClass:"card-toolbar md-transparent md-dense",attrs:{"md-tag":"md-toolbar","md-elevation":"0"}},[n("h2",{staticClass:"md-title",staticStyle:{flex:"1"}},[e._v("Properties")]),e._v(" "),n("div",{staticClass:"filter"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.propertyFilterString,expression:"propertyFilterString"}],attrs:{id:"filter",type:"search",placeholder:"Filter..."},domProps:{value:e.propertyFilterString},on:{input:function(t){t.target.composing||(e.propertyFilterString=t.target.value)}}})])]),e._v(" "),n("tree-view",{staticClass:"pre-line-data-card",attrs:{item:e.selectedTree,filter:e.propertyFilter}})],1)],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:"2000",height:"20",viewBox:"-5,0,2010,20"}},[e._l(e.items,function(t,i){return n("circle",{attrs:{cx:e.position(t),cy:"10",r:"5"},on:{click:function(t){return e.onItemClick(i)}}})}),e._v(" "),e.items.length?n("circle",{staticClass:"selected",attrs:{cx:e.position(e.selected),cy:"10",r:"5"}}):e._e()],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{attrs:{id:"app"}},[n("md-whiteframe",{attrs:{"md-tag":"md-toolbar"}},[n("h1",{staticClass:"md-title",staticStyle:{flex:"1"}},[e._v(e._s(e.title))]),e._v(" "),e.dataLoaded?n("a",{staticClass:"md-button md-accent md-raised md-theme-default",on:{click:function(t){return e.clear()}}},[e._v("Clear")]):e._e()]),e._v(" "),n("div",{staticClass:"main-content"},[e.dataLoaded?e._e():n("md-layout",{staticClass:"m-2"},[n("dataadb",{ref:"adb",attrs:{store:e.store},on:{dataReady:e.onDataReady,statusChange:e.setStatus}}),e._v(" "),n("datainput",{ref:"input",attrs:{store:e.store},on:{dataReady:e.onDataReady,statusChange:e.setStatus}})],1),e._v(" "),e.dataLoaded?n("md-card",[n("md-whiteframe",{staticClass:"card-toolbar md-transparent md-dense",attrs:{"md-tag":"md-toolbar","md-elevation":"0"}},[n("h2",{staticClass:"md-title"},[e._v("Timeline")]),e._v(" "),e._l(e.files,function(t){return n("datafilter",{key:t.filename,attrs:{store:e.store,file:t}})})],2),e._v(" "),n("md-list",e._l(e.files,function(t,i){return n("md-list-item",{key:t.filename},[n("md-icon",[e._v(e._s(t.type.icon))]),e._v(" "),n("timeline",{staticClass:"timeline",attrs:{items:t.timeline,"selected-index":t.selectedIndex,scale:e.scale},on:{"item-selected":function(t){return e.onTimelineItemSelected(t,i)}}})],1)}),1)],1):e._e(),e._v(" "),e._l(e.files,function(t){return n("dataview",{key:t.filename,ref:t.filename,refInFor:!0,attrs:{store:e.store,file:t},on:{focus:function(n){return e.onDataViewFocus(t.filename)}}})})],2)],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.file?n("md-card",[n("md-card-header",[n("md-card-header-text",[n("div",{staticClass:"md-title"},[n("md-icon",[e._v(e._s(e.file.type.icon))]),e._v(" "+e._s(e.file.filename)+"\n ")],1)]),e._v(" "),n("md-button",{staticClass:"md-icon-button",attrs:{href:e.file.blobUrl,download:e.file.filename}},[n("md-icon",[e._v("save_alt")])],1)],1),e._v(" "),e.isTrace?n("traceview",{ref:"view",attrs:{store:e.store,file:e.file}}):e._e(),e._v(" "),e.isVideo?n("videoview",{ref:"view",attrs:{file:e.file}}):e._e(),e._v(" "),e.isLog?n("logview",{ref:"view",attrs:{file:e.file}}):e._e(),e._v(" "),e.isTrace||e.isVideo||e.isLog?e._e():n("div",[n("h1",{staticClass:"bad"},[e._v("Unrecognized DataType")])])],1):e._e()},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("md-card",{staticStyle:{"min-width":"50em"}},[n("md-card-header",[n("div",{staticClass:"md-title"},[e._v("ADB Connect")])]),e._v(" "),e.status===e.STATES.CONNECTING?n("md-card-content",[n("md-spinner",{attrs:{"md-indeterminate":""}})],1):e._e(),e._v(" "),e.status===e.STATES.NO_PROXY?n("md-card-content",[n("md-icon",{staticClass:"md-accent"},[e._v("error")]),e._v(" "),n("span",{staticClass:"md-subheading"},[e._v("Unable to connect to Winscope ADB proxy")]),e._v(" "),n("div",{staticClass:"md-body-2"},[n("p",[e._v("Launch the Winscope ADB Connect proxy to capture traces directly from your browser.")]),e._v(" "),n("p",[e._v("Python 3.5+ and ADB is required.")]),e._v(" "),n("p",[e._v("Run:")]),e._v(" "),n("pre",[e._v("python3 $ANDROID_BUILD_TOP/development/tools/winscope/adb_proxy/winscope_proxy.py")]),e._v(" "),n("p",[e._v("Or get it from the AOSP repository.")])]),e._v(" "),n("div",{staticClass:"md-layout md-gutter"},[n("md-button",{staticClass:"md-accent md-raised",attrs:{href:e.downloadProxyUrl}},[e._v("Download from AOSP")]),e._v(" "),n("md-button",{staticClass:"md-raised md-accent",on:{click:e.restart}},[e._v("Retry")])],1)],1):e._e(),e._v(" "),e.status===e.STATES.INVALID_VERSION?n("md-card-content",[n("md-icon",{staticClass:"md-accent"},[e._v("update")]),e._v(" "),n("span",{staticClass:"md-subheading"},[e._v("The version of Winscope ADB Connect proxy running on your machine is incopatibile with Winscope.")]),e._v(" "),n("div",{staticClass:"md-body-2"},[n("p",[e._v("Please update the proxy to version "+e._s(e.WINSCOPE_PROXY_VERSION))]),e._v(" "),n("p",[e._v("Run:")]),e._v(" "),n("pre",[e._v("python3 $ANDROID_BUILD_TOP/development/tools/winscope/adb_proxy/winscope_proxy.py")]),e._v(" "),n("p",[e._v("Or get it from the AOSP repository.")])]),e._v(" "),n("div",{staticClass:"md-layout md-gutter"},[n("md-button",{staticClass:"md-accent md-raised",attrs:{href:e.downloadProxyUrl}},[e._v("Download from AOSP")]),e._v(" "),n("md-button",{staticClass:"md-raised md-accent",on:{click:e.restart}},[e._v("Retry")])],1)],1):e._e(),e._v(" "),e.status===e.STATES.UNAUTH?n("md-card-content",[n("md-icon",{staticClass:"md-accent"},[e._v("lock")]),e._v(" "),n("span",{staticClass:"md-subheading"},[e._v("Proxy authorisation required")]),e._v(" "),n("md-input-container",[n("label",[e._v("Enter Winscope proxy token")]),e._v(" "),n("md-input",{model:{value:e.adbStore.proxyKey,callback:function(t){e.$set(e.adbStore,"proxyKey",t)},expression:"adbStore.proxyKey"}})],1),e._v(" "),n("div",{staticClass:"md-body-2"},[e._v("The proxy token is printed to console on proxy launch, copy and paste it above.")]),e._v(" "),n("div",{staticClass:"md-layout md-gutter"},[n("md-button",{staticClass:"md-accent md-raised",on:{click:e.restart}},[e._v("Connect")])],1)],1):e._e(),e._v(" "),e.status===e.STATES.DEVICES?n("md-card-content",[n("div",{staticClass:"md-subheading"},[e._v(e._s(Object.keys(e.devices).length>0?"Connected devices:":"No devices detected"))]),e._v(" "),n("md-list",e._l(e.devices,function(t,i){return n("md-list-item",{key:i,attrs:{disabled:!t.authorised},on:{click:function(t){return e.selectDevice(i)}}},[n("md-icon",[e._v(e._s(t.authorised?"smartphone":"screen_lock_portrait"))]),n("span",[e._v(e._s(t.authorised?t.model:"unauthorised")+" ("+e._s(i)+")")])],1)}),1),e._v(" "),n("md-spinner",{attrs:{"md-size":30,"md-indeterminate":""}})],1):e._e(),e._v(" "),e.status===e.STATES.START_TRACE?n("md-card-content",[n("md-list",[n("md-list-item",[n("md-icon",[e._v("smartphone")]),n("span",[e._v(e._s(e.devices[e.selectedDevice].model)+" ("+e._s(e.selectedDevice)+")")])],1)],1),e._v(" "),n("div",[n("p",[e._v("Trace targets:")]),e._v(" "),e._l(e.TRACE_FILES,function(t){return n("md-checkbox",{key:t,model:{value:e.adbStore[t],callback:function(n){e.$set(e.adbStore,t,n)},expression:"adbStore[file]"}},[e._v(e._s(e.FILE_TYPES[t].name))])})],2),e._v(" "),n("div",[n("p",[e._v("Dump targets:")]),e._v(" "),e._l(e.DUMP_FILES,function(t){return n("md-checkbox",{key:t,model:{value:e.adbStore[t],callback:function(n){e.$set(e.adbStore,t,n)},expression:"adbStore[file]"}},[e._v(e._s(e.FILE_TYPES[t].name))])})],2),e._v(" "),n("div",{staticClass:"md-layout md-gutter"},[n("md-button",{staticClass:"md-accent md-raised",on:{click:e.startTrace}},[e._v("Start trace")]),e._v(" "),n("md-button",{staticClass:"md-accent md-raised",on:{click:e.dumpState}},[e._v("Dump state")]),e._v(" "),n("md-button",{staticClass:"md-raised",on:{click:e.resetLastDevice}},[e._v("Device list")])],1)],1):e._e(),e._v(" "),e.status===e.STATES.ERROR?n("md-card-content",[n("md-icon",{staticClass:"md-accent"},[e._v("error")]),e._v(" "),n("span",{staticClass:"md-subheading"},[e._v("Error:")]),e._v(" "),n("pre",[e._v(" "+e._s(e.errorText)+"\n ")]),e._v(" "),n("md-button",{staticClass:"md-raised md-accent",on:{click:e.restart}},[e._v("Retry")])],1):e._e(),e._v(" "),e.status===e.STATES.END_TRACE?n("md-card-content",[n("span",{staticClass:"md-subheading"},[e._v("Tracing...")]),e._v(" "),n("md-progress",{attrs:{"md-indeterminate":""}}),e._v(" "),n("div",{staticClass:"md-layout md-gutter"},[n("md-button",{staticClass:"md-accent md-raised",on:{click:e.endTrace}},[e._v("End trace")])],1)],1):e._e(),e._v(" "),e.status===e.STATES.LOAD_DATA?n("md-card-content",[n("span",{staticClass:"md-subheading"},[e._v("Loading data...")]),e._v(" "),n("md-progress",{attrs:{"md-progress":e.loadProgress}})],1):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.visible?n("div",{staticClass:"bounds"},[n("md-select",{attrs:{name:"visibleTransactions",id:"visibleTransactions",placeholder:"Everything Turned Off","md-dense":"",multiple:""},on:{input:function(t){return e.updateFilter()}},model:{value:e.visibleTransactions,callback:function(t){e.visibleTransactions=t},expression:"visibleTransactions"}},[n("md-option",{attrs:{value:"displayCreation, displayDeletion"}},[e._v("Display")]),e._v(" "),n("md-option",{attrs:{value:"powerModeUpdate"}},[e._v("Power Mode")]),e._v(" "),n("md-option",{attrs:{value:"surfaceCreation, surfaceDeletion"}},[e._v("Surface")]),e._v(" "),n("md-option",{attrs:{value:"transaction"}},[e._v("Transaction")]),e._v(" "),n("md-option",{attrs:{value:"vsyncEvent"}},[e._v("vsync")]),e._v(" "),n("md-option",{attrs:{value:"bufferUpdate"}},[e._v("Buffer")])],1)],1):e._e()},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("md-card",{staticStyle:{"min-width":"50em"}},[n("md-card-header",[n("div",{staticClass:"md-title"},[e._v("Open files")])]),e._v(" "),n("md-card-content",[n("md-list",e._l(e.dataFiles,function(t){return n("md-list-item",{key:t.filename},[n("md-icon",[e._v(e._s(t.type.icon))]),e._v(" "),n("span",{staticClass:"md-list-item-text"},[e._v(e._s(t.filename)+" ("+e._s(t.type.name)+")")]),e._v(" "),n("md-button",{staticClass:"md-icon-button md-accent",on:{click:function(n){return e.onRemoveFile(t.type.name)}}},[n("md-icon",[e._v("close")])],1)],1)}),1),e._v(" "),n("div",[n("md-checkbox",{model:{value:e.store.displayDefaults,callback:function(t){e.$set(e.store,"displayDefaults",t)},expression:"store.displayDefaults"}},[e._v("Show default properties\n "),n("md-tooltip",{attrs:{"md-direction":"bottom"}},[e._v("\n If checked, shows the value of all properties.\n Otherwise, hides all properties whose value is the default for its data type.\n ")])],1)],1),e._v(" "),n("div",{staticClass:"md-layout"},[n("div",{staticClass:"md-layout-item md-small-size-100"},[n("md-select",{attrs:{id:"file-type",placeholder:"File type"},model:{value:e.fileType,callback:function(t){e.fileType=t},expression:"fileType"}},[n("md-option",{attrs:{value:"auto"}},[e._v("Detect type")]),e._v(" "),e._l(e.FILE_TYPES,function(t,i){return n("md-option",{key:t.name,attrs:{value:i}},[e._v(e._s(t.name))])})],2)],1)]),e._v(" "),n("div",{staticClass:"md-layout md-gutter"},[n("input",{directives:[{name:"show",rawName:"v-show",value:!1,expression:"false"}],attrs:{type:"file",id:"upload-file"},on:{change:e.onLoadFile}}),e._v(" "),n("label",{staticClass:"md-button md-accent md-raised md-theme-default",attrs:{for:"upload-file"}},[e._v("Add File")]),e._v(" "),e.dataReady?n("md-button",{staticClass:"md-button md-primary md-raised md-theme-default",on:{click:e.onSubmit}},[e._v("Submit")]):e._e()],1)],1)],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("md-card-content",{staticClass:"container"},[n("md-table",{staticClass:"log-table"},[n("md-table-header",[n("md-table-head",{staticClass:"time-column-header"},[e._v("Time")]),e._v(" "),n("md-table-head",{staticClass:"tag-column-header"},[e._v("Tag")]),e._v(" "),n("md-table-head",{staticClass:"at-column-header"},[e._v("At")]),e._v(" "),n("md-table-head",[e._v("Message")])],1),e._v(" "),n("md-table-body",e._l(e.data,function(t){return n("md-table-row",{key:t.timestamp},[n("md-table-cell",{staticClass:"time-column"},[e._v(e._s(t.time))]),e._v(" "),n("md-table-cell",{staticClass:"tag-column"},[e._v(e._s(t.tag))]),e._v(" "),n("md-table-cell",{staticClass:"at-column"},[e._v(e._s(t.at))]),e._v(" "),n("md-table-cell",[e._v(e._s(t.text))])],1)}),1)],1)],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"tree-view"},[n("div",{class:e.computedClass,on:{click:e.clicked}},[n("span",{staticClass:"kind"},[e._v(e._s(e.item.kind))]),e.item.kind&&e.item.name?n("span",[e._v(" - ")]):e._e(),n("span",[e._v(e._s(e.item.name))]),e._v(" "),e._l(e.item.chips,function(t){return n("div",{class:e.chipClassForChip(t),attrs:{title:t.long}},[e._v("\n "+e._s(t.short)+"\n ")])})],2),e._v(" "),e.children?n("div",{staticClass:"children"},e._l(e.children,function(t,i){return n("tree-view",{directives:[{name:"show",rawName:"v-show",value:e.filterMatches(t),expression:"filterMatches(c)"}],key:i,ref:"children",refInFor:!0,attrs:{item:t,selected:e.selected,"chip-class":e.chipClass,filter:e.childFilter(t),flattened:e.flattened,"force-flattened":e.applyingFlattened},on:{"item-selected":e.childItemSelected}})}),1):e._e()])},staticRenderFns:[]}},function(e,t,n){var i=n(79);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);n(5)("19933e45",i,!0,{})},function(e,t,n){var i=n(80);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);n(5)("37894026",i,!0,{})},function(e,t,n){var i=n(81);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);n(5)("4ad31e8f",i,!0,{})},function(e,t,n){var i=n(82);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);n(5)("32164678",i,!0,{})},function(e,t,n){var i=n(83);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);n(5)("4aa41c02",i,!0,{})},function(e,t,n){var i=n(84);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);n(5)("65d32350",i,!0,{})},function(e,t,n){var i=n(85);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);n(5)("74042276",i,!0,{})},function(e,t,n){var i=n(86);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);n(5)("19ab44f8",i,!0,{})},function(e,t,n){var i=n(87);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);n(5)("00aa2f5a",i,!0,{})},function(e,t){e.exports=function(e,t){for(var n=[],i={},r=0;r<t.length;r++){var o=t[r],a=o[0],s=o[1],d=o[2],l=o[3],c={id:e+":"+r,css:s,media:d,sourceMap:l};i[a]?i[a].parts.push(c):n.push(i[a]={id:a,parts:[c]})}return n}},function(e,t){e.exports={version:"1.0.0",messages:{9803449:{message:"startFreezingDisplayLocked: exitAnim=%d enterAnim=%d called by %s",level:"DEBUG",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowManagerService.java"},10608884:{message:" FREEZE %s: CREATE",level:"INFO",group:"WM_SHOW_SURFACE_ALLOC",at:"com/android/server/wm/ScreenRotationAnimation.java"},11060725:{message:"Attempted to get system decors flag of a display that does not exist: %d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},17696244:{message:"startAnimation(): mPendingStart=%b mCanceled=%b",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},29780972:{message:"InsetsSource Control %s for target %s",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/InsetsSourceProvider.java"},38267433:{message:"Attempted to reset replacing window on non-existing app token %s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},45285419:{message:"startingWindow was set but startingSurface==null, couldn't remove",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},51200510:{message:" BLACK %s: DESTROY",level:"INFO",group:"WM_SHOW_SURFACE_ALLOC",at:"com/android/server/wm/BlackFrame.java"},51628177:{message:"Attempted to get windowing mode of a display that does not exist: %d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},73987756:{message:"ControlAdapter onAnimationCancelled mSource: %s mControlTarget: %s",level:"INFO",group:"WM_DEBUG_IME",at:"com/android/server/wm/InsetsSourceProvider.java"},75707221:{message:"ControlAdapter startAnimation mSource: %s controlTarget: %s",level:"INFO",group:"WM_DEBUG_IME",at:"com/android/server/wm/InsetsSourceProvider.java"},83950285:{message:"removeAnimation(%d)",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},91350919:{message:"Attempted to set IME flag to a display that does not exist: %d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},95216706:{message:"hideIme target: %s ",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/WindowManagerService.java"},95281111:{message:"Attempted to get IME flag of a display that does not exist: %d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},95902367:{message:"Relayout of %s: focusMayChange=%b",level:"VERBOSE",group:"WM_DEBUG_FOCUS",at:"com/android/server/wm/WindowManagerService.java"},100936473:{message:"Wallpaper animation!",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},108170907:{message:"Add starting %s: startingData=%s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},123161180:{message:"SEVER CHILDREN",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},140319294:{message:"IME target changed within ActivityRecord",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/ImeInsetsSourceProvider.java"},146871307:{message:"Tried to remove starting window but startingWindow was null: %s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},150351993:{message:"addWindow: %s startingWindow=%s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/WindowManagerService.java"},152914409:{message:" BLACK %s: CREATE layer=%d",level:"INFO",group:"WM_SHOW_SURFACE_ALLOC",at:"com/android/server/wm/BlackFrame.java"},184362060:{message:"screenshotTask(%d): mCanceled=%b",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},186668272:{message:"Now changing app %s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},194124419:{message:"goodToGo(): Animation finished already, canceled=%s mPendingAnimations=%d",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},200829729:{message:"ScreenRotationAnimation onAnimationEnd",level:"DEBUG",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/ScreenRotationAnimation.java"},202263690:{message:"rotationForOrientation(orient=%s (%d), last=%s (%d)); user=%s (%d) %s",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},210750281:{message:"applyAnimationUnchecked, control: %s, task: %s, transit: %s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/Task.java"},221540118:{message:"mUserActivityTimeout set to %d",level:"DEBUG",group:"WM_DEBUG_KEEP_SCREEN_ON",at:"com/android/server/wm/RootWindowContainer.java"},241961619:{message:"Adding %s to %s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowToken.java"},246676969:{message:"Attempted to add window with non-application token .%s Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},248210157:{message:"Finishing remote animation",level:"INFO",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},254883724:{message:"addWindowToken: Attempted to add binder token: %s for already created window token: %s displayId=%d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},255692476:{message:"**** GOOD TO GO",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},269576220:{message:"Resuming rotation after drag",level:"DEBUG",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DragState.java"},274773837:{message:"applyAnimation: anim=%s nextAppTransition=ANIM_CLIP_REVEAL transit=%s Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/AppTransition.java"},285317231:{message:"Input focus has changed to %s",level:"DEBUG",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/InputMonitor.java"},288485303:{message:"Attempted to set remove mode to a display that does not exist: %d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},289967521:{message:"Check opening app=%s: allDrawn=%b startingDisplayed=%b startingMoved=%b isRelaunching()=%b startingWindow=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},292904800:{message:"Deferring rotation, animation in progress.",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},302992539:{message:"addAnimation(%s)",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},309039362:{message:"SURFACE MATRIX [%f,%f,%f,%f]: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},315395835:{message:"Trying to add window with invalid user=%d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},342460966:{message:"DRAG %s: pos=(%d,%d)",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/DragState.java"},344795667:{message:"*** APP TRANSITION TIMEOUT. displayId=%d isTransitionSet()=%b mOpeningApps.size()=%d mClosingApps.size()=%d mChangingApps.size()=%d",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransition.java"},355720268:{message:"stopFreezingDisplayLocked: Unfreezing now",level:"DEBUG",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowManagerService.java"},371641947:{message:"Window Manager Crash %s",level:"WTF",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},372792199:{message:"Non-null activity for system window of rootType=%d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},374972436:{message:"performEnableScreen: Waiting for anim complete",level:"INFO",group:"WM_DEBUG_BOOT",at:"com/android/server/wm/WindowManagerService.java"},385096046:{message:"Delaying loss of focus...",level:"INFO",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/WindowManagerService.java"},399841913:{message:"SURFACE RECOVER DESTROY: %s",level:"INFO",group:"WM_SHOW_SURFACE_ALLOC",at:"com/android/server/wm/RootWindowContainer.java"},417311568:{message:"onResize: Resizing %s",level:"DEBUG",group:"WM_DEBUG_RESIZE",at:"com/android/server/wm/WindowState.java"},424524729:{message:"Attempted to add wallpaper window with unknown token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},435494046:{message:"Attempted to add window to a display for which the application does not have access: %d. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},457951957:{message:"\tNot visible=%s",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/WallpaperAnimationAdapter.java"},463993897:{message:"Aborted waiting for drawn: %s",level:"WARN",group:"WM_DEBUG_SCREEN_ON",at:"com/android/server/wm/WindowManagerService.java"},466506262:{message:"Clear freezing of %s: visible=%b freezing=%b",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/ActivityRecord.java"},474000473:{message:"No stack above target stack=%s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"},490877640:{message:"onStackOrderChanged(): stack=%s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"},495032901:{message:"Expected target stack=%s to restored behind stack=%s but it is behind stack=%s",level:"WARN",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"},508887531:{message:"applyAnimation voice: anim=%s transit=%s isEntrance=%b Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/AppTransition.java"},531242746:{message:" THUMBNAIL %s: CREATE",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowContainerThumbnail.java"},539077569:{message:"Clear freezing of %s force=%b",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/ActivityRecord.java"},557227556:{message:"onAnimationFinished(): Notify animation finished:",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},558823034:{message:"SURFACE isOpaque=%b: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},584499099:{message:"Set focused app to: %s moveFocusNow=%b displayId=%d",level:"VERBOSE",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/DisplayContent.java"},585096182:{message:"SURFACE isColorSpaceAgnostic=%b: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},585839596:{message:"call showInsets(ime) on %s",level:"INFO",group:"WM_DEBUG_IME",at:"com/android/server/wm/ImeInsetsSourceProvider.java"},594260577:{message:"createWallpaperAnimations()",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},594260654:{message:"Remove %s: mSurfaceController=%s mAnimatingExit=%b mRemoveOnExit=%b mHasSurface=%b surfaceShowing=%b animating=%b app-animation=%b mWillReplaceWindow=%b mDisplayFrozen=%b callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/WindowState.java"},600140673:{message:"checkBootAnimationComplete: Waiting for anim complete",level:"INFO",group:"WM_DEBUG_BOOT",at:"com/android/server/wm/WindowManagerService.java"},608694300:{message:" NEW SURFACE SESSION %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/Session.java"},620368427:{message:"******* TELLING SURFACE FLINGER WE ARE BOOTED!",level:"INFO",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},628276090:{message:"Delaying app transition for screen rotation animation to finish",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},631792420:{message:"Attempted to add window with token that is not a window: %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},632168013:{message:"dcTarget: %s mImeTargetFromIme: %s",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/ImeInsetsSourceProvider.java"},633654009:{message:"SURFACE POS (setPositionInTransaction) @ (%f,%f): %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},638429464:{message:"\tRemove container=%s",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},644675193:{message:"Real start recents",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"},646155519:{message:"Started intent=%s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"},646981048:{message:"Invalid displayId for requestScrollCapture: %d",level:"ERROR",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},662572728:{message:"Attempted to add a toast window with bad token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},665256544:{message:"All windows drawn!",level:"DEBUG",group:"WM_DEBUG_SCREEN_ON",at:"com/android/server/wm/WindowManagerService.java"},676824470:{message:"Test completed successfully: %b %d %o %x %e %g %f %% %s.",level:"ERROR",group:"TEST_GROUP",at:"com/android/server/wm/ProtoLogGroup.java"},685047360:{message:"Resizing window %s",level:"VERBOSE",group:"WM_DEBUG_RESIZE",at:"com/android/server/wm/WindowState.java"},690411811:{message:"goodToGo(): No apps to animate",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},693423992:{message:"setAnimationLocked: setting mFocusMayChange true",level:"INFO",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/WindowState.java"},704998117:{message:"Failed to create surface control for %s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},745391677:{message:" CREATE SURFACE %s IN SESSION %s: pid=%d format=%d flags=0x%x / %s",level:"INFO",group:"WM_SHOW_SURFACE_ALLOC",at:"com/android/server/wm/WindowStateAnimator.java"},765395228:{message:"onAnimationFinished(): controller=%s reorderMode=%d",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"},791468751:{message:"Pausing rotation during re-position",level:"DEBUG",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/TaskPositioner.java"},794570322:{message:"Now closing app %s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},806891543:{message:"Setting mOrientationChangeComplete=true because wtoken %s numInteresting=%d numDrawn=%d",level:"INFO",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/ActivityRecord.java"},829434921:{message:"Draw state now committed in %s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/WindowStateAnimator.java"},835814848:{message:"%s",level:"INFO",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},838570988:{message:"Could not report token removal to the window token client.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowToken.java"},853091290:{message:"Moved stack=%s behind stack=%s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"},873914452:{message:"goodToGo()",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},892244061:{message:"Waiting for drawn %s: removed=%b visible=%b mHasSurface=%b drawState=%d",level:"INFO",group:"WM_DEBUG_SCREEN_ON",at:"com/android/server/wm/WindowManagerService.java"},898863925:{message:"Attempted to add QS dialog window with unknown token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},913494177:{message:"removeAllWindowsIfPossible: removing win=%s",level:"WARN",group:"WM_DEBUG_WINDOW_MOVEMENT",at:"com/android/server/wm/WindowToken.java"},916191774:{message:"Orientation change complete in %s",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowStateAnimator.java"},954470154:{message:"FORCED DISPLAY SCALING DISABLED",level:"INFO",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},972354148:{message:"\tcontainer=%s",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},1001904964:{message:"***** BOOT TIMEOUT: forcing display enabled",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1046922686:{message:"requestScrollCapture: caught exception dispatching callback: %s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1051545910:{message:"Exit animation finished in %s: remove=%b",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowState.java"},1073230342:{message:"startAnimation",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/WallpaperAnimationAdapter.java"},1089714158:{message:" FREEZE %s: DESTROY",level:"INFO",group:"WM_SHOW_SURFACE_ALLOC",at:"com/android/server/wm/ScreenRotationAnimation.java"},1112047265:{message:"finishDrawingWindow: %s mDrawState=%s",level:"DEBUG",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowManagerService.java"},1115417974:{message:"FORCED DISPLAY SIZE: %dx%d",level:"INFO",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1140424002:{message:"Finished screen turning on...",level:"INFO",group:"WM_DEBUG_SCREEN_ON",at:"com/android/server/wm/DisplayPolicy.java"},1160771501:{message:"Resize reasons for w=%s: %s surfaceResized=%b configChanged=%b dragResizingChanged=%b reportOrientationChanged=%b",level:"VERBOSE",group:"WM_DEBUG_RESIZE",at:"com/android/server/wm/WindowState.java"},1166381079:{message:"Execute app transition: %s, displayId: %d Callers=%s",level:"WARN",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/DisplayContent.java"},1208313423:{message:"addWindowToken: Attempted to add token: %s for non-exiting displayId=%d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1219600119:{message:"addWindow: win=%s Callers=%s",level:"DEBUG",group:"WM_DEBUG_FOCUS",at:"com/android/server/wm/WindowToken.java"},1220075598:{message:"SURFACE SIZE %dx%d: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},1224184681:{message:"No longer Stopped: %s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/ActivityRecord.java"},1224307091:{message:"checkBootAnimationComplete: Animation complete!",level:"INFO",group:"WM_DEBUG_BOOT",at:"com/android/server/wm/WindowManagerService.java"},1246035185:{message:"stopFreezingDisplayLocked: Returning waitingForConfig=%b, waitingForRemoteRotation=%b, mAppsFreezingScreen=%d, mWindowsFreezingScreen=%d, mClientFreezingScreen=%b, mOpeningApps.size()=%d",level:"DEBUG",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowManagerService.java"},1254403969:{message:"Surface returned was null: %s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},1288731814:{message:"WindowState.hideLw: setting mFocusMayChange true",level:"INFO",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/WindowState.java"},1325649102:{message:"Bad requesting window %s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1329340614:{message:"Orientation not waiting for draw in %s, surfaceController %s",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowState.java"},1330804250:{message:"addChild: %s at top.",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/Task.java"},1331177619:{message:"Attempted to add a toast window with unknown token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1346895820:{message:"ScreenRotation still animating: type: %d\nmDisplayAnimator: %s\nmEnterBlackFrameAnimator: %s\nmRotateScreenAnimator: %s\nmScreenshotRotationAnimator: %s",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/ScreenRotationAnimation.java"},1358462645:{message:"Looking for focus: %s, flags=%d, canReceive=%b",level:"VERBOSE",group:"WM_DEBUG_FOCUS",at:"com/android/server/wm/DisplayContent.java"},1364498663:{message:"notifyAppResumed: wasStopped=%b %s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/ActivityRecord.java"},1373000889:{message:"abortShowImePostLayout",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/ImeInsetsSourceProvider.java"},1381227466:{message:"App is requesting an orientation, return %d for display id=%d",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/TaskDisplayArea.java"},1389009035:{message:"NonAppWindowContainer cannot set orientation: %s",level:"WARN",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayContent.java"},1401700824:{message:"Window drawn win=%s",level:"DEBUG",group:"WM_DEBUG_SCREEN_ON",at:"com/android/server/wm/WindowManagerService.java"},1417601133:{message:"Enqueueing ADD_STARTING",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},1422781269:{message:"Resuming rotation after re-position",level:"DEBUG",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/TaskPositioner.java"},1423418408:{message:"unable to restore pointer icon",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1423592961:{message:"<<< CLOSE TRANSACTION removeReplacedWindows",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/RootWindowContainer.java"},1430336882:{message:"findFocusedWindow: focusedApp windows not focusable using new focus @ %s",level:"VERBOSE",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/DisplayContent.java"},1434383382:{message:"Attempted to get flag of a display that does not exist: %d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1448683958:{message:"Override pending remote transitionSet=%b adapter=%s",level:"INFO",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransition.java"},1457990604:{message:"applyAnimation: anim=%s nextAppTransition=ANIM_CUSTOM_IN_PLACE transit=%s Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/AppTransition.java"},1460759282:{message:"getAnimationTarget in=%s, out=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/AppTransitionController.java"},1469292670:{message:"Changing focus from %s to %s displayId=%d Callers=%s",level:"VERBOSE",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/DisplayContent.java"},1495525537:{message:"createWallpaperAnimations()",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},1497304204:{message:"Deferring rotation, rotation is paused.",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},1504168072:{message:"removeIfPossible: %s callers=%s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowState.java"},1515161239:{message:"removeDeadWindows: %s",level:"WARN",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/ActivityRecord.java"},1518495446:{message:"removeWindowToken: Attempted to remove non-existing token: %s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1519757176:{message:"setHomeApp(%s)",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},1521476038:{message:"Attempted to set flag to a display that does not exist: %d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1525976603:{message:"cancelAnimation(): reason=%s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},1528528509:{message:"No thumbnail header bitmap for: %s",level:"DEBUG",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/ActivityRecord.java"},1533154777:{message:"notifyInsetsChanged for %s ",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/WindowState.java"},1563755163:{message:"Permission Denial: %s from pid=%d, uid=%d requires %s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1577579529:{message:"win=%s destroySurfaces: appStopped=%b win.mWindowRemovalAllowed=%b win.mRemoveOnExit=%b",level:"ERROR",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowState.java"},1584270979:{message:"applyAnimation: container=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/WindowContainer.java"},1589610525:{message:"applyAnimation NEXT_TRANSIT_TYPE_OPEN_CROSS_PROFILE_APPS: anim=%s transit=%s isEntrance=true Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/AppTransition.java"},1628345525:{message:"Now opening app %s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},1634557978:{message:"**** Dismissing screen rotation animation",level:"INFO",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowManagerService.java"},1635462459:{message:"onMovedByResize: Moving %s",level:"DEBUG",group:"WM_DEBUG_RESIZE",at:"com/android/server/wm/WindowState.java"},1640436199:{message:"No app is requesting an orientation, return %d for display id=%d",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/TaskDisplayArea.java"},1653210583:{message:"Removing app %s delayed=%b animation=%s animating=%b",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/ActivityRecord.java"},1658605381:{message:"onImeControlTargetChanged %s",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/InsetsStateController.java"},1671994402:{message:"Nulling last startingData",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},1674747211:{message:"%s forcing orientation to %d for display id=%d",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayArea.java"},1677260366:{message:"Finish starting %s: first real window is shown, no animation",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},1720229827:{message:"Creating animation bounds layer",level:"INFO",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/ActivityRecord.java"},1720696061:{message:"Adding window to Display that has been removed.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1739298851:{message:"removeWindowToken: Attempted to remove token: %s for non-exiting displayId=%d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1742235936:{message:"Removing startingView=%s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},1746778201:{message:"Set freezing of %s: visible=%b freezing=%b visibleRequested=%b. %s",level:"INFO",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/ActivityRecord.java"},1747941491:{message:"SURFACE controller=%s alpha=%f matrix=[%f*%f,%f*%f][%f*%f,%f*%f]: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowStateAnimator.java"},1756082882:{message:"Orientation change skips hidden %s",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowStateAnimator.java"},1762317752:{message:"Expected target stack=%s to be top most but found stack=%s",level:"WARN",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"},1774661765:{message:"Devices still not ready after waiting %d milliseconds before attempting to detect safe mode.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1822843721:{message:"Aborted starting %s: startingData=%s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},1831008694:{message:"Loading animation for app transition. transit=%s enter=%b frame=%s insets=%s surfaceInsets=%s",level:"DEBUG",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/WindowContainer.java"},1836214582:{message:"startingData was nulled out before handling mAddStartingWindow: %s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},1836306327:{message:"Skipping set freeze of %s",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/ActivityRecord.java"},1853793312:{message:"Notify removed startingWindow %s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},1865125884:{message:"finishScreenTurningOn: mAwake=%b, mScreenOnEarly=%b, mScreenOnFully=%b, mKeyguardDrawComplete=%b, mWindowManagerDrawComplete=%b",level:"DEBUG",group:"WM_DEBUG_SCREEN_ON",at:"com/android/server/wm/DisplayPolicy.java"},1866772666:{message:"SAFE MODE not enabled",level:"INFO",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},1891501279:{message:"cancelAnimation(): reason=%s",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},1903353011:{message:"notifyAppStopped: %s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/ActivityRecord.java"},1921821199:{message:"Preserving %s until the new one is added",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowState.java"},1928325128:{message:"Run showImeRunner",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/ImeInsetsSourceProvider.java"},1947239194:{message:"Deferring rotation, still finishing previous rotation",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},1964565370:{message:"Starting remote animation",level:"INFO",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},1967975839:{message:"Changing app %s visible=%b performLayout=%b",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},1984470582:{message:"Creating TaskScreenshotAnimatable: task: %s width: %d height: %d",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/TaskScreenshotAnimatable.java"},1984782949:{message:">>> OPEN TRANSACTION animate",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowAnimator.java"},2016061474:{message:"Prepare app transition: transit=%s %s alwaysKeepCurrent=%b displayId=%d Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransition.java"},2018454757:{message:"WS.removeImmediately: %s Already removed...",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowState.java"},2018852077:{message:"Creating SplashScreenStartingData",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},2022422429:{message:"createAnimationAdapter(): container=%s",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},2028163120:{message:"applyAnimation: anim=%s nextAppTransition=ANIM_SCALE_UP transit=%s isEntrance=%s Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/AppTransition.java"},2034780299:{message:"CHECK_IF_BOOT_ANIMATION_FINISHED:",level:"INFO",group:"WM_DEBUG_BOOT",at:"com/android/server/wm/WindowManagerService.java"},2045641491:{message:"Checking %d opening apps (frozen=%b timeout=%b)...",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},2057434754:{message:"\tvisible=%s",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/WallpaperAnimationAdapter.java"},2083556954:{message:"Set mOrientationChanging of %s",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayContent.java"},2086878461:{message:"Could not send command %s with parameters %s. %s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},2088592090:{message:"handleNotObscuredLocked: %s was holding screen wakelock but no longer has FLAG_KEEP_SCREEN_ON!!! called by%s",level:"DEBUG",group:"WM_DEBUG_KEEP_SCREEN_ON",at:"com/android/server/wm/RootWindowContainer.java"},2096635066:{message:"Acquiring screen wakelock due to %s",level:"DEBUG",group:"WM_DEBUG_KEEP_SCREEN_ON",at:"com/android/server/wm/WindowManagerService.java"},2114149926:{message:"Not removing %s because app died while it's visible",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowState.java"},2119122320:{message:"setInputMethodTarget %s",level:"INFO",group:"WM_DEBUG_IME",at:"com/android/server/wm/DisplayContent.java"},2128604122:{message:"findFocusedWindow: No focusable windows.",level:"VERBOSE",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/DisplayContent.java"},2128917433:{message:"onProposedRotationChanged, rotation=%d",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},2137411379:{message:"applyAnimation: anim=%s animAttr=0x%x transit=%s isEntrance=%b Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/AppTransition.java"},"-2146181682":{message:"Releasing screen wakelock, obscured by %s",level:"DEBUG",group:"WM_DEBUG_KEEP_SCREEN_ON",at:"com/android/server/wm/WindowManagerService.java"},"-2127842445":{message:"Clearing startingData for token=%s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},"-2109936758":{message:"removeAppToken make exiting: %s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/ActivityRecord.java"},"-2109864870":{message:"app-release(): mOuter=%s",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},"-2101985723":{message:"Failed looking up window session=%s callers=%s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-2072089308":{message:"Attempted to add window with token that is a sub-window: %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-2039580386":{message:"Attempted to add input method window with unknown token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-2024464438":{message:"app-onAnimationFinished(): mOuter=%s",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},"-2012562539":{message:"startAnimation(): Notify animation start:",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},"-2006946193":{message:"setClientVisible: %s clientVisible=%b Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/ActivityRecord.java"},"-2002500255":{message:"Defer removing snapshot surface in %dms",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/TaskSnapshotSurface.java"},"-1991255017":{message:"Drawing snapshot surface sizeMismatch=%b",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/TaskSnapshotSurface.java"},"-1976930686":{message:"Attempted to add Accessibility overlay window with bad token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1963461591":{message:"Removing %s from %s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowManagerService.java"},"-1949279037":{message:"Attempted to add input method window with bad token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1939358269":{message:"mRecentScreenshotAnimator finish",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},"-1938839202":{message:"SURFACE LEAK DESTROY: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/DisplayContent.java"},"-1938204785":{message:"Moving existing starting %s from %s to %s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},"-1915280162":{message:"Attempted to add wallpaper window with bad token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1884933373":{message:"enableScreenAfterBoot: mDisplayEnabled=%b mForceDisplayEnabled=%b mShowingBootMessages=%b mSystemBooted=%b. %s",level:"INFO",group:"WM_DEBUG_BOOT",at:"com/android/server/wm/WindowManagerService.java"},"-1878839956":{message:"Marking app token %s with replacing windows.",level:"DEBUG",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/ActivityRecord.java"},"-1872288685":{message:"applyAnimation: anim=%s nextAppTransition=%s transit=%s isEntrance=%b Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/AppTransition.java"},"-1868124841":{message:"screenOnEarly=%b, awake=%b, currentAppOrientation=%d, orientationSensorEnabled=%b, keyguardDrawComplete=%b, windowManagerDrawComplete=%b",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},"-1862269827":{message:"applyAnimation: anim=%s transit=%s isEntrance=%b Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/AppTransition.java"},"-1847087163":{message:"TRANSIT_TASK_OPEN_BEHIND, adding %s to mOpeningApps",level:"DEBUG",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/ActivityRecord.java"},"-1838803135":{message:"Attempted to set windowing mode to a display that does not exist: %d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1824578273":{message:"Reporting new frame to %s: %s",level:"VERBOSE",group:"WM_DEBUG_RESIZE",at:"com/android/server/wm/WindowState.java"},"-1782453012":{message:"Checking theme of starting window: 0x%x",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},"-1770075711":{message:"Adding window client %s that is dead, aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1768557332":{message:"removeWallpaperAnimation()",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},"-1750206390":{message:"Exception thrown when creating surface for client %s (%s). %s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1747461042":{message:"set mOrientationChanging of %s",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowState.java"},"-1730156332":{message:"Display id=%d rotation changed to %d from %d, lastOrientation=%d",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},"-1715268616":{message:"Last window, removing starting window %s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},"-1710206702":{message:"Display id=%d is frozen while keyguard locked, return %d",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayContent.java"},"-1698815688":{message:"Resetting app token %s of replacing window marks.",level:"DEBUG",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/ActivityRecord.java"},"-1670695197":{message:"Attempted to add presentation window to a non-suitable display. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1661704580":{message:"Attempted to set replacing window on non-existing app token %s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1632122349":{message:"Changing surface while display frozen: %s",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowManagerService.java"},"-1596995693":{message:"startAnimation",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},"-1587841219":{message:"Focus moving from %s to %s displayId=%d",level:"INFO",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/WindowManagerService.java"},"-1568331821":{message:"Enabling listeners",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},"-1554521902":{message:"showInsets(ime) was requested by different window: %s ",level:"WARN",group:"WM_DEBUG_IME",at:"com/android/server/wm/ImeInsetsSourceProvider.java"},"-1545962566":{message:"View server did not start",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1539974875":{message:"removeAppToken: %s delayed=%b Callers=%s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/ActivityRecord.java"},"-1526645239":{message:"Timeout waiting for drawn: undrawn=%s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1521427940":{message:"commitVisibility: %s: visible=%b mVisibleRequested=%b",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/ActivityRecord.java"},"-1517908912":{message:"requestScrollCapture: caught exception dispatching to window.token=%s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1515151503":{message:">>> OPEN TRANSACTION removeReplacedWindows",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/RootWindowContainer.java"},"-1499134947":{message:"Removing starting %s from %s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/ActivityRecord.java"},"-1497837552":{message:"onAnimationFinished(): mPendingAnimations=%d",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},"-1471946192":{message:"Marking app token %s with replacing child windows.",level:"DEBUG",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/ActivityRecord.java"},"-1443029505":{message:"SAFE MODE ENABLED (menu=%d s=%d dpad=%d trackball=%d)",level:"INFO",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1434147454":{message:"cleanupAnimation(): Notify animation finished mPendingAnimations=%d reorderMode=%d",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},"-1427184084":{message:"addWindow: New client %s: window=%s Callers=%s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowManagerService.java"},"-1413901262":{message:"startRecentsActivity(): intent=%s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"},"-1410260105":{message:"Schedule IME show for %s",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/ImeInsetsSourceProvider.java"},"-1391944764":{message:"SURFACE DESTROY: %s. %s",level:"INFO",group:"WM_SHOW_SURFACE_ALLOC",at:"com/android/server/wm/WindowStateAnimator.java"},"-1389772804":{message:"Attempted to add voice interaction window with bad token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1352076759":{message:"Removing app token: %s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/ActivityRecord.java"},"-1350198040":{message:"hideBootMessagesLocked: mDisplayEnabled=%b mForceDisplayEnabled=%b mShowingBootMessages=%b mSystemBooted=%b. %s",level:"INFO",group:"WM_DEBUG_BOOT",at:"com/android/server/wm/WindowManagerService.java"},"-1340540100":{message:"Creating SnapshotStartingData",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},"-1312861660":{message:"notifyInsetsControlChanged for %s ",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/WindowState.java"},"-1292329638":{message:"Added starting %s: startingWindow=%s startingView=%s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},"-1270731689":{message:"Attempted to set replacing window on app token with no content %s",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1270148832":{message:"Resize start waiting for draw, mDrawState=DRAW_PENDING in %s, surfaceController %s",level:"VERBOSE",group:"WM_DEBUG_RESIZE",at:"com/android/server/wm/WindowState.java"},"-1263316010":{message:"Computed rotation=%s (%d) for display id=%d based on lastOrientation=%s (%d) and oldRotation=%s (%d)",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},"-1259022216":{message:"SURFACE HIDE ( %s ): %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},"-1257821162":{message:"OUT SURFACE %s: copied",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowManagerService.java"},"-1248645819":{message:"\tAdd container=%s",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},"-1219773477":{message:"setInputConsumerEnabled(%s): mCanceled=%b",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},"-1207757583":{message:"startAnimation(): Notify animation start: %s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},"-1176488860":{message:"SURFACE isSecure=%b: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},"-1156118957":{message:"Updated config=%s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"},"-1144293044":{message:"SURFACE SET FREEZE LAYER: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowStateAnimator.java"},"-1130891072":{message:"Orientation continue waiting for draw in %s",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowStateAnimator.java"},"-1130868271":{message:"Resizing %s WITH DRAW PENDING",level:"INFO",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowState.java"},"-1128015008":{message:"Schedule remove starting %s startingWindow=%s startingView=%s Callers=%s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},"-1117599386":{message:"Deferring rotation, display is not enabled.",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},"-1113134997":{message:"Attempted to add application window with unknown token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1108775960":{message:"%s is requesting orientation %d (%s)",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowContainer.java"},"-1103716954":{message:"Not removing %s due to exit animation",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowState.java"},"-1103115659":{message:"Performing post-rotate rotation",level:"DEBUG",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/RootWindowContainer.java"},"-1089874824":{message:"SURFACE SHOW (performLayout): %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},"-1088782910":{message:"Translucent=%s Floating=%s ShowWallpaper=%s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},"-1076978367":{message:"thawRotation: mRotation=%d",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowManagerService.java"},"-1060365734":{message:"Attempted to add QS dialog window with bad token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1047945589":{message:"Remove client=%x, surfaceController=%s Callers=%s",level:"VERBOSE",group:"WM_DEBUG_FOCUS",at:"com/android/server/wm/WindowState.java"},"-1044506655":{message:"New transit away from wallpaper: %s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},"-1042574499":{message:"Attempted to add Accessibility overlay window with unknown token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-1009117329":{message:"isFetchingAppTransitionSpecs=true",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},"-993378225":{message:"finishDrawingLocked: mDrawState=COMMIT_DRAW_PENDING %s in %s",level:"VERBOSE",group:"WM_DEBUG_DRAW",at:"com/android/server/wm/WindowStateAnimator.java"},"-986746907":{message:"Starting window removed %s",level:"DEBUG",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/WindowState.java"},"-928291778":{message:"applyAnimation: anim=%s nextAppTransition=%d transit=%s Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/AppTransition.java"},"-916108501":{message:"Adding %s to %s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowState.java"},"-914253865":{message:"Attempted to add voice interaction window with unknown token %s. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-883738232":{message:"Adding more than one toast window for UID at a time.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-874446906":{message:"showBootMessage: msg=%s always=%b mAllowBootMessages=%b mShowingBootMessages=%b mSystemBooted=%b. %s",level:"INFO",group:"WM_DEBUG_BOOT",at:"com/android/server/wm/WindowManagerService.java"},"-861859917":{message:"Attempted to add window to a display that does not exist: %d. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-861707633":{message:"Destroying surface %s called by %s",level:"INFO",group:"WM_SHOW_SURFACE_ALLOC",at:"com/android/server/wm/WindowSurfaceController.java"},"-856025122":{message:"SURFACE transparentRegionHint=%s: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowManagerService.java"},"-853404763":{message:"\twallpaper=%s",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},"-853226675":{message:"Attempted to add window with exiting application token .%s Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-809771899":{message:"findFocusedWindow: Reached focused app=%s",level:"VERBOSE",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/DisplayContent.java"},"-793346159":{message:"New transit into wallpaper: %s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},"-784959154":{message:"Attempted to add private presentation window to a non-private display. Aborting.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-783405930":{message:"Performing post-rotate rotation",level:"DEBUG",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowManagerService.java"},"-771282525":{message:"Losing focus: %s",level:"INFO",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/WindowManagerService.java"},"-771177730":{message:"Removing focused app token:%s displayId=%d",level:"VERBOSE",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/ActivityRecord.java"},"-766059044":{message:"Display id=%d selected orientation %s (%d), got rotation %s (%d)",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},"-760801764":{message:"onAnimationCancelled",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/WallpaperAnimationAdapter.java"},"-754503024":{message:"Relayout %s: oldVis=%d newVis=%d. %s",level:"INFO",group:"WM_DEBUG_SCREEN_ON",at:"com/android/server/wm/WindowManagerService.java"},"-714291355":{message:"Losing delayed focus: %s",level:"INFO",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/WindowManagerService.java"},"-694710814":{message:"Pausing rotation during drag",level:"DEBUG",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DragState.java"},"-687185281":{message:"New topFocusedDisplayId=%d",level:"VERBOSE",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/RootWindowContainer.java"},"-668956537":{message:" THUMBNAIL %s: CREATE",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/SurfaceFreezer.java"},"-666510420":{message:"With display frozen, orientationChangeComplete=%b",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/RootWindowContainer.java"},"-653156702":{message:"createAppAnimations()",level:"DEBUG",group:"WM_DEBUG_REMOTE_ANIMATIONS",at:"com/android/server/wm/RemoteAnimationController.java"},"-639305784":{message:"Could not report config changes to the window token client.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowToken.java"},"-635082269":{message:"******** booted=%b msg=%b haveBoot=%b haveApp=%b haveWall=%b wallEnabled=%b haveKeyguard=%b",level:"INFO",group:"WM_DEBUG_SCREEN_ON",at:"com/android/server/wm/DisplayContent.java"},"-622997754":{message:"postWindowRemoveCleanupLocked: %s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowManagerService.java"},"-618015844":{message:"performEnableScreen: mDisplayEnabled=%b mForceDisplayEnabled=%b mShowingBootMessages=%b mSystemBooted=%b mOnlyCore=%b. %s",level:"INFO",group:"WM_DEBUG_BOOT",at:"com/android/server/wm/WindowManagerService.java"},"-603199586":{message:"Clearing focused app, displayId=%d",level:"VERBOSE",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/DisplayContent.java"},"-583031528":{message:"%s",level:"INFO",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-576070986":{message:"Performing post-rotate rotation after seamless rotation",level:"INFO",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},"-549028919":{message:"enableScreenIfNeededLocked: mDisplayEnabled=%b mForceDisplayEnabled=%b mShowingBootMessages=%b mSystemBooted=%b. %s",level:"INFO",group:"WM_DEBUG_BOOT",at:"com/android/server/wm/WindowManagerService.java"},"-547111355":{message:"hideIme Control target: %s ",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/WindowManagerService.java"},"-545190927":{message:"<<< CLOSE TRANSACTION animate",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowAnimator.java"},"-519504830":{message:"applyAnimation: anim=%s nextAppTransition=ANIM_CUSTOM transit=%s isEntrance=%b Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/AppTransition.java"},"-507657818":{message:"Window %s is already added",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-496681057":{message:"Attempted to get remove mode of a display that does not exist: %d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-481924678":{message:"handleNotObscuredLocked w: %s, w.mHasSurface: %b, w.isOnScreen(): %b, w.isDisplayedLw(): %b, w.mAttrs.userActivityTimeout: %d",level:"DEBUG",group:"WM_DEBUG_KEEP_SCREEN_ON",at:"com/android/server/wm/RootWindowContainer.java"},"-477481651":{message:"SURFACE DESTROY PENDING: %s. %s",level:"INFO",group:"WM_SHOW_SURFACE_ALLOC",at:"com/android/server/wm/WindowStateAnimator.java"},"-445944810":{message:"finish(%b): mCanceled=%b",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},"-444624452":{message:"REPARENT from: %s to: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},"-443173857":{message:"Moving pending starting from %s to %s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/ActivityRecord.java"},"-439951996":{message:"Disabling listeners",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/DisplayRotation.java"},"-415865166":{message:"findFocusedWindow: Found new focus @ %s",level:"VERBOSE",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/DisplayContent.java"},"-405536909":{message:"Removing snapshot surface",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/TaskSnapshotSurface.java"},"-395922585":{message:"InsetsSource setWin %s",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/InsetsSourceProvider.java"},"-393505149":{message:"unable to update pointer icon",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-386552155":{message:"Attempted to set system decors flag to a display that does not exist: %d",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-379068494":{message:"unknownApps is not empty: %s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},"-374767836":{message:"setAppVisibility(%s, visible=%b): %s visible=%b mVisibleRequested=%b Callers=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/ActivityRecord.java"},"-371630969":{message:"New wallpaper target=%s, oldWallpaper=%s, openingApps=%s, closingApps=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},"-344488673":{message:"Finishing drawing window %s: mDrawState=%s",level:"VERBOSE",group:"WM_DEBUG_STARTING_WINDOW",at:"com/android/server/wm/WindowStateAnimator.java"},"-324085783":{message:"SURFACE CROP %s: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},"-322743468":{message:"setInputMethodInputTarget %s",level:"INFO",group:"WM_DEBUG_IME",at:"com/android/server/wm/DisplayContent.java"},"-322035974":{message:"App freeze timeout expired.",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-320419645":{message:"Removing replaced window: %s",level:"DEBUG",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/WindowState.java"},"-303497363":{message:"reparent: moving activity=%s to task=%d at %d",level:"INFO",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/ActivityRecord.java"},"-251259736":{message:"No longer freezing: %s",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/ActivityRecord.java"},"-198463978":{message:"updateRotationUnchecked: alwaysSendConfiguration=%b forceRelayout=%b",level:"VERBOSE",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/WindowManagerService.java"},"-193782861":{message:"Final remove of window: %s",level:"VERBOSE",group:"WM_DEBUG_WINDOW_MOVEMENT",at:"com/android/server/wm/WindowManagerService.java"},"-177040661":{message:"Start rotation animation. customAnim=%s, mCurRotation=%s, mOriginalRotation=%s",level:"DEBUG",group:"WM_DEBUG_ORIENTATION",at:"com/android/server/wm/ScreenRotationAnimation.java"},"-172900257":{message:"addTaskToTargets, target: %s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimationController.java"},"-167822951":{message:"Attempted to add starting window to token with already existing starting window",level:"WARN",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-129722369":{message:"New transit: %s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS",at:"com/android/server/wm/AppTransitionController.java"},"-116086365":{message:"******************** ENABLING SCREEN!",level:"INFO",group:"WM_DEBUG_SCREEN_ON",at:"com/android/server/wm/WindowManagerService.java"},"-112805366":{message:"InsetsSource updateVisibility serverVisible: %s clientVisible: %s",level:"DEBUG",group:"WM_DEBUG_IME",at:"com/android/server/wm/InsetsSourceProvider.java"},"-106400104":{message:"Preload recents with %s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"},"-96848838":{message:"Gaining focus: %s",level:"INFO",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/WindowManagerService.java"},"-87705714":{message:"findFocusedWindow: focusedApp=null using new focus @ %s",level:"VERBOSE",group:"WM_DEBUG_FOCUS_LIGHT",at:"com/android/server/wm/DisplayContent.java"},"-87703044":{message:"Boot completed: SurfaceFlinger is dead!",level:"ERROR",group:"WM_ERROR",at:"com/android/server/wm/WindowManagerService.java"},"-86763148":{message:" KILL SURFACE SESSION %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/Session.java"},"-49129622":{message:"performLayout: Activity exiting now removed %s",level:"VERBOSE",group:"WM_DEBUG_ADD_REMOVE",at:"com/android/server/wm/TaskDisplayArea.java"},"-33096143":{message:"applyAnimation: transition animation is disabled or skipped. container=%s",level:"VERBOSE",group:"WM_DEBUG_APP_TRANSITIONS_ANIM",at:"com/android/server/wm/WindowContainer.java"},"-29233992":{message:"SURFACE CLEAR CROP: %s",level:"INFO",group:"WM_SHOW_TRANSACTIONS",at:"com/android/server/wm/WindowSurfaceController.java"},"-7343917":{message:"onAnimationFinished(): targetStack=%s targetActivity=%s mRestoreTargetBehindStack=%s",level:"DEBUG",group:"WM_DEBUG_RECENTS_ANIMATIONS",at:"com/android/server/wm/RecentsAnimation.java"}},groups:{TEST_GROUP:{tag:"WindowManagetProtoLogTest"},WM_DEBUG_ADD_REMOVE:{tag:"WindowManager"},WM_DEBUG_APP_TRANSITIONS:{tag:"WindowManager"},WM_DEBUG_APP_TRANSITIONS_ANIM:{tag:"WindowManager"},WM_DEBUG_BOOT:{tag:"WindowManager"},WM_DEBUG_DRAW:{tag:"WindowManager"},WM_DEBUG_FOCUS:{tag:"WindowManager"},WM_DEBUG_FOCUS_LIGHT:{tag:"WindowManager"},WM_DEBUG_IME:{tag:"WindowManager"},WM_DEBUG_KEEP_SCREEN_ON:{tag:"WindowManager"},WM_DEBUG_ORIENTATION:{tag:"WindowManager"},WM_DEBUG_RECENTS_ANIMATIONS:{tag:"WindowManager"},WM_DEBUG_REMOTE_ANIMATIONS:{tag:"WindowManager"},WM_DEBUG_RESIZE:{tag:"WindowManager"},WM_DEBUG_SCREEN_ON:{tag:"WindowManager"},WM_DEBUG_STARTING_WINDOW:{tag:"WindowManager"},WM_DEBUG_WINDOW_MOVEMENT:{tag:"WindowManager"},WM_ERROR:{tag:"WindowManager"},WM_SHOW_SURFACE_ALLOC:{tag:"WindowManager"},WM_SHOW_TRANSACTIONS:{tag:"WindowManager"}}}}]);
+//# sourceMappingURL=build.js.map</script></body>
</html>