From b3e261f1a1192a128417956c9a3471014266a5e9 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Mon, 22 Apr 2024 14:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=8E=A7=E5=88=B6=E5=8F=B0?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/serve/index.js | 2 +- components/uni-swipe-action-item/mpother.js | 2 +- components/uni-swipe-action-item/mpwxs.js | 2 +- pages/assets/draw.vue | 4 +- pages/assets/recharge.vue | 2 +- pages/assets/records.vue | 4 +- pages/auth/primary.vue | 4 +- pages/auth/senior.vue | 2 +- pages/base/mine.vue | 6 +- pages/currency/list.vue | 2 +- pages/exchange/contract-history.vue | 2 +- pages/exchange/contractHis.vue | 2 +- pages/exchange/exchange-transaction.vue | 2 +- pages/exchange/open-position.vue | 2 +- pages/exchange/trade-list.vue | 6 +- pages/income/index.vue | 2 +- pages/login/index.vue | 4 +- pages/otc/bind-pay.vue | 2 +- pages/purchase/bill.vue | 4 +- pages/safe/forget-password.vue | 2 +- pages/safe/login-password.vue | 2 +- pages/safe/phone.vue | 2 +- pages/service/index.vue | 2 +- pages/service/otc.vue | 2 +- pages/service/service.vue | 2 +- pages/transfer/index.vue | 2 +- static/chart_main/chart_main/huobi.js | 2 +- static/chart_main/chart_main/old-datafeed.js | 2 +- static/chart_main/chart_main/sevencoin.js | 4 +- static/chart_main/huobi.js | 19553 ----------------- utils/class/date.js | 2 +- 31 files changed, 40 insertions(+), 19593 deletions(-) diff --git a/api/serve/index.js b/api/serve/index.js index eff76a4..d59a007 100644 --- a/api/serve/index.js +++ b/api/serve/index.js @@ -100,7 +100,7 @@ x.fn = x.prototype = { dataType: this.dataType, sslVerify: false, success: (res) => { - console.info(res) + // console.info(res) let message = res.data.message let code = res.data.code if (code != 200) { diff --git a/components/uni-swipe-action-item/mpother.js b/components/uni-swipe-action-item/mpother.js index b503e02..cd0fa1d 100644 --- a/components/uni-swipe-action-item/mpother.js +++ b/components/uni-swipe-action-item/mpother.js @@ -125,7 +125,7 @@ export default { views .selectAll('.selector-query-hock') .boundingClientRect(data => { - console.log(data) + // console.log(data) this.position.content = data[1] this.position.button = data[0] if (this.autoClose) return diff --git a/components/uni-swipe-action-item/mpwxs.js b/components/uni-swipe-action-item/mpwxs.js index 1d36095..88c3ec2 100644 --- a/components/uni-swipe-action-item/mpwxs.js +++ b/components/uni-swipe-action-item/mpwxs.js @@ -82,7 +82,7 @@ export default { // fixed by xxxx 模拟点击事件,解决 ios 13 点击区域错位的问题 let diff = Math.abs(this.clientX - clientX) let time = (new Date().getTime()) - this.timestamp - console.log(diff); + // console.log(diff); if (diff < 40 && time < 300) { // console.log('点击'); this.$emit('click', { diff --git a/pages/assets/draw.vue b/pages/assets/draw.vue index 955741c..0c65ab0 100644 --- a/pages/assets/draw.vue +++ b/pages/assets/draw.vue @@ -455,7 +455,7 @@ export default { let list = [...this.list, ...res.data.data];//无法响应 this.list.splice(0,this.list.length,...list); // this.list.push(...list); - console.log('length---------------',this.list.length, '页数:',res.data.current_page); + // console.log('length---------------',this.list.length, '页数:',res.data.current_page); if (res.data.data.length < res.data.per_page) this.loadMore = false; }); }, @@ -479,7 +479,7 @@ export default { if(res.code==200){ this.hideImg = false; } - console.log("gc",res.data.img) + // console.log("gc",res.data.img) this.Graph_che = res.data.img; }); } diff --git a/pages/assets/recharge.vue b/pages/assets/recharge.vue index 227aaa6..29aa470 100644 --- a/pages/assets/recharge.vue +++ b/pages/assets/recharge.vue @@ -249,7 +249,7 @@ export default { }); }, change(e){ - console.log(e) + // console.log(e) } }, created() { diff --git a/pages/assets/records.vue b/pages/assets/records.vue index 3bbe59b..a0ce4d5 100644 --- a/pages/assets/records.vue +++ b/pages/assets/records.vue @@ -82,7 +82,7 @@ import formData from "@/utils/class/date"; let list = [...this.list, ...res.data.data];//无法响应 this.list.splice(0,this.list.length,...list); // this.list.push(...list); - console.log('length---------------',this.list.length, '页数:',res.data.current_page); + // console.log('length---------------',this.list.length, '页数:',res.data.current_page); if (res.data.data.length < res.data.per_page) this.loadMore = false; }); }, @@ -107,7 +107,7 @@ import formData from "@/utils/class/date"; }, }, onLoad(e) { - console.log('---------',e); + // console.log('---------',e); this.type = e.type; if(e.type=='draw'){ this.getWithdrawRecords(); diff --git a/pages/auth/primary.vue b/pages/auth/primary.vue index 442acf7..67349eb 100644 --- a/pages/auth/primary.vue +++ b/pages/auth/primary.vue @@ -149,7 +149,7 @@ export default { primaryAuth() { let data = this.form; data.country_code = this.activeCountry.country_code; - console.log(data); + // console.log(data); if(!data.realname){ uni.showToast({ title: this.$t('auth.b0'), @@ -201,7 +201,7 @@ export default { }).catch(()=>{}); }, changeID(e){ - console.log(e); + // console.log(e); this.form.identification_type = this.id_range[e].text; } }, diff --git a/pages/auth/senior.vue b/pages/auth/senior.vue index 7af072d..b33f787 100644 --- a/pages/auth/senior.vue +++ b/pages/auth/senior.vue @@ -150,7 +150,7 @@ export default { }); }, getFile(name) { - console.log(name) + // console.log(name) this.$getFile({count: 9}).then((res) => { this.upLoadImg(res, name); }) diff --git a/pages/base/mine.vue b/pages/base/mine.vue index a4019d8..19661ba 100644 --- a/pages/base/mine.vue +++ b/pages/base/mine.vue @@ -397,9 +397,9 @@ export default { // this.detail = res.data this.status = res.data.status this.user_auth_level = res.data.primary_status - console.log(this.status, '9999') - console.log(res.data, '8888') - console.log(this.user_auth_level, '7777') + // console.log(this.status, '9999') + // console.log(res.data, '8888') + // console.log(this.user_auth_level, '7777') }) }, onRefresh() { diff --git a/pages/currency/list.vue b/pages/currency/list.vue index 87407b7..4f3c41d 100644 --- a/pages/currency/list.vue +++ b/pages/currency/list.vue @@ -78,7 +78,7 @@ export default { }, }, onLoad(query) { - console.log(this.list) + // console.log(this.list) }, }; diff --git a/pages/exchange/contract-history.vue b/pages/exchange/contract-history.vue index 6d4b4fb..99ac574 100644 --- a/pages/exchange/contract-history.vue +++ b/pages/exchange/contract-history.vue @@ -303,7 +303,7 @@ export default { generalizeInfo() { Profile.qrcode().then((res) => { this.detail = res.data; - console.log(this.detail) + // console.log(this.detail) }); }, // 获取买卖盘 diff --git a/pages/exchange/contractHis.vue b/pages/exchange/contractHis.vue index d213247..caaf618 100644 --- a/pages/exchange/contractHis.vue +++ b/pages/exchange/contractHis.vue @@ -298,7 +298,7 @@ export default { ); }, holdPosition(boo) { - console.log(this.checked,this.symbolLeft,boo) + // console.log(this.checked,this.symbolLeft,boo) let data = { symbol: (this.checked && this.symbolLeft) || "", }; diff --git a/pages/exchange/exchange-transaction.vue b/pages/exchange/exchange-transaction.vue index cb35eef..9e6806c 100644 --- a/pages/exchange/exchange-transaction.vue +++ b/pages/exchange/exchange-transaction.vue @@ -712,7 +712,7 @@ export default { }, // 计算滑动出来的金额 sliderChange(n,i) { - console.log(n,i,'-------'); + // console.log(n,i,'-------'); let num = n/100; // this.sliderActive=i;//按钮--数组内索引 this.sliderActive=n;//滑块--对象内键名,切换方向时需要 diff --git a/pages/exchange/open-position.vue b/pages/exchange/open-position.vue index fe36194..1763178 100644 --- a/pages/exchange/open-position.vue +++ b/pages/exchange/open-position.vue @@ -1577,7 +1577,7 @@ export default { this.margin = (this.form.amount / this.form.lever_rate).toFixed(5) }, pingChange(n, i) { - console.log(n) + // console.log(n) this.pingAmount = Math.round((this.activeItem.avail_position * n) / 100); this.pingActive = i }, diff --git a/pages/exchange/trade-list.vue b/pages/exchange/trade-list.vue index e97a905..50bcc97 100644 --- a/pages/exchange/trade-list.vue +++ b/pages/exchange/trade-list.vue @@ -609,7 +609,7 @@ export default { }, //持仓 holdPosition() { - console.log(1) + // console.log(1) var market=this.symbol.split('/')[0] let data = { symbol: market, @@ -838,13 +838,13 @@ export default { } }, mounted() { - console.log(1) + // console.log(1) if (this.symbol) { this.holdPosition() this.getMarketInfo(); this.contractAccount(); this.getSymbolDetail(); - console.log(4) + // console.log(4) } this.socketMessage(); this.dtime = setInterval(() => { diff --git a/pages/income/index.vue b/pages/income/index.vue index 71b07be..76aaeec 100644 --- a/pages/income/index.vue +++ b/pages/income/index.vue @@ -143,7 +143,7 @@ export default { uni.getSystemInfo({ success: function (res) { this.windowHeight=60 - console.log(this.windowHeight) + // console.log(this.windowHeight) } }); }, diff --git a/pages/login/index.vue b/pages/login/index.vue index 27a9018..62870fa 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -185,7 +185,7 @@ export default { }); }, loginVer(data) { - console.log(data) + // console.log(data) this.secondaryShow = true; this.secondaryData = data; this.form2.signature = data.signature; @@ -217,7 +217,7 @@ export default { }, }, mounted() { - console.log(this.marketList) + // console.log(this.marketList) }, }; diff --git a/pages/otc/bind-pay.vue b/pages/otc/bind-pay.vue index 55f6483..020bf8a 100644 --- a/pages/otc/bind-pay.vue +++ b/pages/otc/bind-pay.vue @@ -150,7 +150,7 @@ export default { }, onLoad(query) { this.query = query - console.log(this.query) + // console.log(this.query) this.getList(); }, methods: { diff --git a/pages/purchase/bill.vue b/pages/purchase/bill.vue index 61c1003..fe62cb2 100644 --- a/pages/purchase/bill.vue +++ b/pages/purchase/bill.vue @@ -75,9 +75,9 @@ export default { let data = { page: this.page, }; - console.log(over) + // console.log(over) Wallet.subscribeRecords(data).then((res) => { - console.log(res) + // console.log(res) if (res.data.current_page == 1) this.list = []; this.list = [...this.list, ...res.data.data]; over && over({ finished: res.data.data.length < res.data.per_page }); diff --git a/pages/safe/forget-password.vue b/pages/safe/forget-password.vue index 18dd409..1604dea 100644 --- a/pages/safe/forget-password.vue +++ b/pages/safe/forget-password.vue @@ -179,7 +179,7 @@ export default { if(res.code==200){ this.hideImg = false; } - console.log("gc",res.data.img) + // console.log("gc",res.data.img) this.Graph_che = res.data.img; this.form.gc_key= res.data.key; }); diff --git a/pages/safe/login-password.vue b/pages/safe/login-password.vue index 88421cb..4b07f87 100644 --- a/pages/safe/login-password.vue +++ b/pages/safe/login-password.vue @@ -116,7 +116,7 @@ export default { if(res.code==200){ this.hideImg = false; } - console.log("gc",res.data.img) + // console.log("gc",res.data.img) this.Graph_che = res.data.img; this.gc_key= res.data.key; }); diff --git a/pages/safe/phone.vue b/pages/safe/phone.vue index 2b495f7..5440bfd 100644 --- a/pages/safe/phone.vue +++ b/pages/safe/phone.vue @@ -77,7 +77,7 @@ export default { setUserInfo: "setUserInfo", }), changePhone() { - console.log(this.$refs.country) + // console.log(this.$refs.country) this.form.country_code = this.$refs.country&&this.$refs.country.country_code; if (!this.user.phone && !this.form.phone) { this.$toast(this.$t('safe.d5')); diff --git a/pages/service/index.vue b/pages/service/index.vue index f90739b..d87236e 100644 --- a/pages/service/index.vue +++ b/pages/service/index.vue @@ -47,7 +47,7 @@ export default { }, android(){ // #ifdef APP-PLUS - console.log(plus.os.name) + // console.log(plus.os.name) return plus.os.name // #endif } diff --git a/pages/service/otc.vue b/pages/service/otc.vue index 4a64940..b10f482 100644 --- a/pages/service/otc.vue +++ b/pages/service/otc.vue @@ -48,7 +48,7 @@ export default { }, android(){ // #ifdef APP-PLUS - console.log(plus.os.name) + // console.log(plus.os.name) return plus.os.name // #endif } diff --git a/pages/service/service.vue b/pages/service/service.vue index eb7a077..cd3af71 100644 --- a/pages/service/service.vue +++ b/pages/service/service.vue @@ -68,7 +68,7 @@ export default { // this.detail = res.data; // }); Member.contact({}).then((res)=>{ - console.log(res); + // console.log(res); this.contacts = res.data; }) }, diff --git a/pages/transfer/index.vue b/pages/transfer/index.vue index 1f8e7c1..f4bfd22 100644 --- a/pages/transfer/index.vue +++ b/pages/transfer/index.vue @@ -189,7 +189,7 @@ export default { }else{ this.tag = 1 } - console.log( this.accountMap ) + // console.log( this.accountMap ) }, // 划转 fundsTransfer() { diff --git a/static/chart_main/chart_main/huobi.js b/static/chart_main/chart_main/huobi.js index ada6e7b..8a2a4f7 100644 --- a/static/chart_main/chart_main/huobi.js +++ b/static/chart_main/chart_main/huobi.js @@ -5465,7 +5465,7 @@ }, e.isArray = p, e.isBoolean = v, e.isNull = g, e.isNullOrUndefined = m, e.isNumber = _, e.isString = y, e.isSymbol = b, e.isUndefined = w, e.isRegExp = x, e.isObject = S, e.isDate = E, e.isError = k, e.isFunction = T, e.isPrimitive = C, e.isBuffer = n(839); var B = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; e.log = function () { - console.log("%s - %s", P(), e.format.apply(e, arguments)) + // console.log("%s - %s", P(), e.format.apply(e, arguments)) }, e.inherits = n(838), e._extend = function (t, e) { if (!e || !S(e)) return t; for (var n = Object.keys(e), r = n.length; r--;) t[n[r]] = e[n[r]]; diff --git a/static/chart_main/chart_main/old-datafeed.js b/static/chart_main/chart_main/old-datafeed.js index e6c53e2..b1e41ad 100644 --- a/static/chart_main/chart_main/old-datafeed.js +++ b/static/chart_main/chart_main/old-datafeed.js @@ -82,7 +82,7 @@ Datafeeds.UDFCompatibleDatafeed.prototype.onInitialized = function() { Datafeeds.UDFCompatibleDatafeed.prototype._logMessage = function(message) { if (this._enableLogging) { var now = new Date(); - console.log(now.toLocaleTimeString() + '.' + now.getMilliseconds() + '> ' + message); + // console.log(now.toLocaleTimeString() + '.' + now.getMilliseconds() + '> ' + message); } }; diff --git a/static/chart_main/chart_main/sevencoin.js b/static/chart_main/chart_main/sevencoin.js index b01a2f3..76fb7d5 100644 --- a/static/chart_main/chart_main/sevencoin.js +++ b/static/chart_main/chart_main/sevencoin.js @@ -432,8 +432,8 @@ $(function () { } // 生成订阅数据 createMsg() { - console.log(this.contract) - console.log(`swapKline_${this.symbolName}_${this.resolution(this.interval)}`) + // console.log(this.contract) + // console.log(`swapKline_${this.symbolName}_${this.resolution(this.interval)}`) if (this.contract) { return `swapKline_${this.symbolName}_${this.resolution(this.interval)}` } else { diff --git a/static/chart_main/huobi.js b/static/chart_main/huobi.js index ada6e7b..e69de29 100644 --- a/static/chart_main/huobi.js +++ b/static/chart_main/huobi.js @@ -1,19553 +0,0 @@ -!function (t) { - function e(n) { - if (r[n]) return r[n].exports; - var i = r[n] = {i: n, l: !1, exports: {}}; - return t[n].call(i.exports, i, i.exports, e), i.l = !0, i.exports - } - - var n = window.webpackJsonp; - window.webpackJsonp = function (r, a, o) { - for (var s, l, u, c = 0, f = []; c < r.length; c++) l = r[c], i[l] && f.push(i[l][0]), i[l] = 0; - for (s in a) Object.prototype.hasOwnProperty.call(a, s) && (t[s] = a[s]); - for (n && n(r, a, o); f.length;) f.shift()(); - if (o) for (c = 0; c < o.length; c++) u = e(e.s = o[c]); - return u - }; - var r = {}, i = {76: 0}; - e.e = function (t) { - function n() { - s.onerror = s.onload = null, clearTimeout(l); - var e = i[t]; - 0 !== e && (e && e[1](new Error("Loading chunk " + t + " failed.")), i[t] = void 0) - } - - var r = i[t]; - if (0 === r) return new Promise(function (t) { - t() - }); - if (r) return r[2]; - var a = new Promise(function (e, n) { - r = i[t] = [e, n] - }); - r[2] = a; - var o = document.getElementsByTagName("head")[0], s = document.createElement("script"); - s.type = "text/javascript", s.charset = "utf-8", s.async = !0, s.timeout = 12e4, e.nc && s.setAttribute("nonce", e.nc), s.src = e.p + "assets/scripts/" + t + "_" + { - 0: "997bbf9f", - 1: "34a46847", - 2: "298900da", - 3: "452813bb", - 4: "2828ea33", - 5: "1de5df60", - 6: "ee164123", - 7: "7bdc835f", - 8: "92ef6b32", - 9: "b7986e82", - 10: "1f94aca6", - 11: "8888d94e", - 12: "0a7dbedb", - 13: "c235f57d", - 14: "8c05e09d", - 15: "d5ec3e9e", - 16: "7290b915", - 17: "ec0dbd0b", - 18: "3e0d36cd", - 19: "8a21ec78", - 20: "9acd1d24", - 21: "6ddf4f8b", - 22: "f661b36b", - 23: "e7f9dab5", - 24: "8e6f24eb", - 25: "8b320d59", - 26: "7aedda47", - 27: "e77726f9", - 28: "a36e2569", - 29: "6a3de57f", - 30: "6931692c", - 31: "af5713b6", - 32: "6a037020", - 33: "fb614388", - 34: "d0961311", - 35: "95959014", - 36: "f8531011", - 37: "f55d7ba0", - 38: "41450df7", - 39: "9e90aba5", - 40: "c2bb5087", - 41: "50b00f7e", - 42: "f7855b14", - 43: "4d1e8251", - 44: "e9c81872", - 45: "2fabe9a8", - 46: "9cf2941e", - 47: "53d25c99", - 48: "4bdbe16f", - 49: "c8e23fce", - 50: "4b1b6d1a", - 51: "776782cb", - 52: "ee81a843", - 53: "740c6940", - 54: "02c9b4a6", - 55: "a6b97ab6", - 56: "deec9f6a", - 57: "d206f93e", - 58: "54cde00e", - 59: "f04f64fc", - 60: "32a88d54", - 61: "4a88622a", - 62: "50372790", - 63: "438c9548", - 64: "78fa0dbd", - 65: "1369163f", - 66: "221a5002", - 67: "3ecd6ca8", - 68: "85d72229", - 69: "3d48baf4", - 70: "6421babe", - 71: "733aa5f6", - 72: "f5b61b34", - 73: "a0b74537", - 74: "58f0c200", - 75: "61a755e9" - }[t] + ".js"; - var l = setTimeout(n, 12e4); - return s.onerror = s.onload = n, o.appendChild(s), a - }, e.m = t, e.c = r, e.i = function (t) { - return t - }, e.d = function (t, n, r) { - e.o(t, n) || Object.defineProperty(t, n, {configurable: !1, enumerable: !0, get: r}) - }, e.n = function (t) { - var n = t && t.__esModule ? function () { - return t.default - } : function () { - return t - }; - return e.d(n, "a", n), n - }, e.o = function (t, e) { - return Object.prototype.hasOwnProperty.call(t, e) - }, e.p = "/", e.oe = function (t) { - throw console.error(t), t - } -}([, , , , , , , function (t, e, n) { - "use strict"; - e.__esModule = !0; - var r = n(74), i = function (t) { - return t && t.__esModule ? t : {default: t} - }(r); - e.default = function (t) { - return function () { - var e = t.apply(this, arguments); - return new i.default(function (t, n) { - function r(a, o) { - try { - var s = e[a](o), l = s.value - } catch (t) { - return void n(t) - } - if (!s.done) return i.default.resolve(l).then(function (t) { - r("next", t) - }, function (t) { - r("throw", t) - }); - t(l) - } - - return r("next") - }) - } - } -}, function (t, e, n) { - t.exports = n(483) -}, , , , , , function (t, e, n) { - t.exports = {default: n(500), __esModule: !0} -}, , , , function (t, e, n) { - "use strict"; - - function r(t) { - return t && t.__esModule ? t : {default: t} - } - - e.__esModule = !0; - var i = n(479), a = r(i), o = n(478), s = r(o), - l = "function" == typeof s.default && "symbol" == typeof a.default ? function (t) { - return typeof t - } : function (t) { - return t && "function" == typeof s.default && t.constructor === s.default && t !== s.default.prototype ? "symbol" : typeof t - }; - e.default = "function" == typeof s.default && "symbol" === l(a.default) ? function (t) { - return void 0 === t ? "undefined" : l(t) - } : function (t) { - return t && "function" == typeof s.default && t.constructor === s.default && t !== s.default.prototype ? "symbol" : void 0 === t ? "undefined" : l(t) - } -}, , , , , function (t, e, n) { - t.exports = n(435) -}, , , , function (t, e, n) { - "use strict"; - e.__esModule = !0; - var r = n(73), i = function (t) { - return t && t.__esModule ? t : {default: t} - }(r); - e.default = i.default || function (t) { - for (var e = 1; e < arguments.length; e++) { - var n = arguments[e]; - for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (t[r] = n[r]) - } - return t - } -}, function (t, e, n) { - t.exports = {default: n(507), __esModule: !0} -}, , , , , , , , function (t, e, n) { - var r = n(79), i = n(113), a = n(99), o = n(100), s = n(107), l = function (t, e, n) { - var u, c, f, h, d = t & l.F, p = t & l.G, v = t & l.S, g = t & l.P, m = t & l.B, - _ = p ? r : v ? r[e] || (r[e] = {}) : (r[e] || {}).prototype, y = p ? i : i[e] || (i[e] = {}), - b = y.prototype || (y.prototype = {}); - p && (n = e); - for (u in n) c = !d && _ && void 0 !== _[u], f = (c ? _ : n)[u], h = m && c ? s(f, r) : g && "function" == typeof f ? s(Function.call, f) : f, _ && o(_, u, f, t & l.U), y[u] != f && a(y, u, h), g && b[u] != f && (b[u] = f) - }; - r.core = i, l.F = 1, l.G = 2, l.S = 4, l.P = 8, l.B = 16, l.W = 32, l.U = 64, l.R = 128, t.exports = l -}, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , function (t, e, n) { - !function () { - var e = n(756), r = n(296).utf8, i = n(346), a = n(296).bin, o = function (t, n) { - t.constructor == String ? t = n && "binary" === n.encoding ? a.stringToBytes(t) : r.stringToBytes(t) : i(t) ? t = Array.prototype.slice.call(t, 0) : Array.isArray(t) || (t = t.toString()); - for (var s = e.bytesToWords(t), l = 8 * t.length, u = 1732584193, c = -271733879, f = -1732584194, h = 271733878, d = 0; d < s.length; d++) s[d] = 16711935 & (s[d] << 8 | s[d] >>> 24) | 4278255360 & (s[d] << 24 | s[d] >>> 8); - s[l >>> 5] |= 128 << l % 32, s[14 + (l + 64 >>> 9 << 4)] = l; - for (var p = o._ff, v = o._gg, g = o._hh, m = o._ii, d = 0; d < s.length; d += 16) { - var _ = u, y = c, b = f, w = h; - u = p(u, c, f, h, s[d + 0], 7, -680876936), h = p(h, u, c, f, s[d + 1], 12, -389564586), f = p(f, h, u, c, s[d + 2], 17, 606105819), c = p(c, f, h, u, s[d + 3], 22, -1044525330), u = p(u, c, f, h, s[d + 4], 7, -176418897), h = p(h, u, c, f, s[d + 5], 12, 1200080426), f = p(f, h, u, c, s[d + 6], 17, -1473231341), c = p(c, f, h, u, s[d + 7], 22, -45705983), u = p(u, c, f, h, s[d + 8], 7, 1770035416), h = p(h, u, c, f, s[d + 9], 12, -1958414417), f = p(f, h, u, c, s[d + 10], 17, -42063), c = p(c, f, h, u, s[d + 11], 22, -1990404162), u = p(u, c, f, h, s[d + 12], 7, 1804603682), h = p(h, u, c, f, s[d + 13], 12, -40341101), f = p(f, h, u, c, s[d + 14], 17, -1502002290), c = p(c, f, h, u, s[d + 15], 22, 1236535329), u = v(u, c, f, h, s[d + 1], 5, -165796510), h = v(h, u, c, f, s[d + 6], 9, -1069501632), f = v(f, h, u, c, s[d + 11], 14, 643717713), c = v(c, f, h, u, s[d + 0], 20, -373897302), u = v(u, c, f, h, s[d + 5], 5, -701558691), h = v(h, u, c, f, s[d + 10], 9, 38016083), f = v(f, h, u, c, s[d + 15], 14, -660478335), c = v(c, f, h, u, s[d + 4], 20, -405537848), u = v(u, c, f, h, s[d + 9], 5, 568446438), h = v(h, u, c, f, s[d + 14], 9, -1019803690), f = v(f, h, u, c, s[d + 3], 14, -187363961), c = v(c, f, h, u, s[d + 8], 20, 1163531501), u = v(u, c, f, h, s[d + 13], 5, -1444681467), h = v(h, u, c, f, s[d + 2], 9, -51403784), f = v(f, h, u, c, s[d + 7], 14, 1735328473), c = v(c, f, h, u, s[d + 12], 20, -1926607734), u = g(u, c, f, h, s[d + 5], 4, -378558), h = g(h, u, c, f, s[d + 8], 11, -2022574463), f = g(f, h, u, c, s[d + 11], 16, 1839030562), c = g(c, f, h, u, s[d + 14], 23, -35309556), u = g(u, c, f, h, s[d + 1], 4, -1530992060), h = g(h, u, c, f, s[d + 4], 11, 1272893353), f = g(f, h, u, c, s[d + 7], 16, -155497632), c = g(c, f, h, u, s[d + 10], 23, -1094730640), u = g(u, c, f, h, s[d + 13], 4, 681279174), h = g(h, u, c, f, s[d + 0], 11, -358537222), f = g(f, h, u, c, s[d + 3], 16, -722521979), c = g(c, f, h, u, s[d + 6], 23, 76029189), u = g(u, c, f, h, s[d + 9], 4, -640364487), h = g(h, u, c, f, s[d + 12], 11, -421815835), f = g(f, h, u, c, s[d + 15], 16, 530742520), c = g(c, f, h, u, s[d + 2], 23, -995338651), u = m(u, c, f, h, s[d + 0], 6, -198630844), h = m(h, u, c, f, s[d + 7], 10, 1126891415), f = m(f, h, u, c, s[d + 14], 15, -1416354905), c = m(c, f, h, u, s[d + 5], 21, -57434055), u = m(u, c, f, h, s[d + 12], 6, 1700485571), h = m(h, u, c, f, s[d + 3], 10, -1894986606), f = m(f, h, u, c, s[d + 10], 15, -1051523), c = m(c, f, h, u, s[d + 1], 21, -2054922799), u = m(u, c, f, h, s[d + 8], 6, 1873313359), h = m(h, u, c, f, s[d + 15], 10, -30611744), f = m(f, h, u, c, s[d + 6], 15, -1560198380), c = m(c, f, h, u, s[d + 13], 21, 1309151649), u = m(u, c, f, h, s[d + 4], 6, -145523070), h = m(h, u, c, f, s[d + 11], 10, -1120210379), f = m(f, h, u, c, s[d + 2], 15, 718787259), c = m(c, f, h, u, s[d + 9], 21, -343485551), u = u + _ >>> 0, c = c + y >>> 0, f = f + b >>> 0, h = h + w >>> 0 - } - return e.endian([u, c, f, h]) - }; - o._ff = function (t, e, n, r, i, a, o) { - var s = t + (e & n | ~e & r) + (i >>> 0) + o; - return (s << a | s >>> 32 - a) + e - }, o._gg = function (t, e, n, r, i, a, o) { - var s = t + (e & r | n & ~r) + (i >>> 0) + o; - return (s << a | s >>> 32 - a) + e - }, o._hh = function (t, e, n, r, i, a, o) { - var s = t + (e ^ n ^ r) + (i >>> 0) + o; - return (s << a | s >>> 32 - a) + e - }, o._ii = function (t, e, n, r, i, a, o) { - var s = t + (n ^ (e | ~r)) + (i >>> 0) + o; - return (s << a | s >>> 32 - a) + e - }, o._blocksize = 16, o._digestsize = 16, t.exports = function (t, n) { - if (void 0 === t || null === t) throw new Error("Illegal argument " + t); - var r = e.wordsToBytes(o(t, n)); - return n && n.asBytes ? r : n && n.asString ? a.bytesToString(r) : e.bytesToHex(r) - } - }() -}, function (t, e, n) { - t.exports = {default: n(502), __esModule: !0} -}, function (t, e, n) { - t.exports = {default: n(510), __esModule: !0} -}, function (t, e, n) { - t.exports = {default: n(509), __esModule: !0} -}, function (t, e, n) { - "use strict"; - (function (t) { - function e(t, e, n) { - t[e] || Object[r](t, e, {writable: !0, configurable: !0, value: n}) - } - - if (n(755), n(830), n(496), t._babelPolyfill) throw new Error("only one instance of babel-polyfill is allowed"); - t._babelPolyfill = !0; - var r = "defineProperty"; - e(String.prototype, "padLeft", "".padStart), e(String.prototype, "padRight", "".padEnd), "pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill".split(",").forEach(function (t) { - [][t] && e(Array, t, Function.call.bind([][t])) - }) - }).call(e, n(124)) -}, function (t, e, n) { - t.exports = {default: n(501), __esModule: !0} -}, function (t, e, n) { - var r = n(82); - t.exports = function (t) { - if (!r(t)) throw TypeError(t + " is not an object!"); - return t - } -}, function (t, e) { - var n = t.exports = "undefined" != typeof window && window.Math == Math ? window : "undefined" != typeof self && self.Math == Math ? self : Function("return this")(); - "number" == typeof __g && (__g = n) -}, , function (t, e) { - t.exports = function (t) { - try { - return !!t() - } catch (t) { - return !0 - } - } -}, function (t, e) { - t.exports = function (t) { - return "object" == typeof t ? null !== t : "function" == typeof t - } -}, , function (t, e, n) { - var r = n(211)("wks"), i = n(151), a = n(79).Symbol, o = "function" == typeof a; - (t.exports = function (t) { - return r[t] || (r[t] = o && a[t] || (o ? a : i)("Symbol." + t)) - }).store = r -}, function (t, e) { - var n = t.exports = {version: "2.5.0"}; - "number" == typeof __e && (__e = n) -}, function (t, e, n) { - t.exports = !n(81)(function () { - return 7 != Object.defineProperty({}, "a", { - get: function () { - return 7 - } - }).a - }) -}, function (t, e, n) { - var r = n(78), i = n(322), a = n(117), o = Object.defineProperty; - e.f = n(86) ? Object.defineProperty : function (t, e, n) { - if (r(t), e = a(e, !0), r(n), i) try { - return o(t, e, n) - } catch (t) { - } - if ("get" in n || "set" in n) throw TypeError("Accessors not supported!"); - return "value" in n && (t[e] = n.value), t - } -}, function (t, e, n) { - var r = n(116), i = Math.min; - t.exports = function (t) { - return t > 0 ? i(r(t), 9007199254740991) : 0 - } -}, function (t, e, n) { - var r = n(114); - t.exports = function (t) { - return Object(r(t)) - } -}, function (t, e) { - t.exports = function (t) { - if ("function" != typeof t) throw TypeError(t + " is not a function!"); - return t - } -}, , , , function (t, e, n) { - var r = n(236)("wks"), i = n(197), a = n(97).Symbol, o = "function" == typeof a; - (t.exports = function (t) { - return r[t] || (r[t] = o && a[t] || (o ? a : i)("Symbol." + t)) - }).store = r -}, function (t, e, n) { - "use strict"; - (function (t) { - function r() { - return a.TYPED_ARRAY_SUPPORT ? 2147483647 : 1073741823 - } - - function i(t, e) { - if (r() < e) throw new RangeError("Invalid typed array length"); - return a.TYPED_ARRAY_SUPPORT ? (t = new Uint8Array(e), t.__proto__ = a.prototype) : (null === t && (t = new a(e)), t.length = e), t - } - - function a(t, e, n) { - if (!(a.TYPED_ARRAY_SUPPORT || this instanceof a)) return new a(t, e, n); - if ("number" == typeof t) { - if ("string" == typeof e) throw new Error("If encoding is specified then the first argument must be a string"); - return u(this, t) - } - return o(this, t, e, n) - } - - function o(t, e, n, r) { - if ("number" == typeof e) throw new TypeError('"value" argument must not be a number'); - return "undefined" != typeof ArrayBuffer && e instanceof ArrayBuffer ? h(t, e, n, r) : "string" == typeof e ? c(t, e, n) : d(t, e) - } - - function s(t) { - if ("number" != typeof t) throw new TypeError('"size" argument must be a number'); - if (t < 0) throw new RangeError('"size" argument must not be negative') - } - - function l(t, e, n, r) { - return s(e), e <= 0 ? i(t, e) : void 0 !== n ? "string" == typeof r ? i(t, e).fill(n, r) : i(t, e).fill(n) : i(t, e) - } - - function u(t, e) { - if (s(e), t = i(t, e < 0 ? 0 : 0 | p(e)), !a.TYPED_ARRAY_SUPPORT) for (var n = 0; n < e; ++n) t[n] = 0; - return t - } - - function c(t, e, n) { - if ("string" == typeof n && "" !== n || (n = "utf8"), !a.isEncoding(n)) throw new TypeError('"encoding" must be a valid string encoding'); - var r = 0 | g(e, n); - t = i(t, r); - var o = t.write(e, n); - return o !== r && (t = t.slice(0, o)), t - } - - function f(t, e) { - var n = e.length < 0 ? 0 : 0 | p(e.length); - t = i(t, n); - for (var r = 0; r < n; r += 1) t[r] = 255 & e[r]; - return t - } - - function h(t, e, n, r) { - if (e.byteLength, n < 0 || e.byteLength < n) throw new RangeError("'offset' is out of bounds"); - if (e.byteLength < n + (r || 0)) throw new RangeError("'length' is out of bounds"); - return e = void 0 === n && void 0 === r ? new Uint8Array(e) : void 0 === r ? new Uint8Array(e, n) : new Uint8Array(e, n, r), a.TYPED_ARRAY_SUPPORT ? (t = e, t.__proto__ = a.prototype) : t = f(t, e), t - } - - function d(t, e) { - if (a.isBuffer(e)) { - var n = 0 | p(e.length); - return t = i(t, n), 0 === t.length ? t : (e.copy(t, 0, 0, n), t) - } - if (e) { - if ("undefined" != typeof ArrayBuffer && e.buffer instanceof ArrayBuffer || "length" in e) return "number" != typeof e.length || Y(e.length) ? i(t, 0) : f(t, e); - if ("Buffer" === e.type && J(e.data)) return f(t, e.data) - } - throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.") - } - - function p(t) { - if (t >= r()) throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x" + r().toString(16) + " bytes"); - return 0 | t - } - - function v(t) { - return +t != t && (t = 0), a.alloc(+t) - } - - function g(t, e) { - if (a.isBuffer(t)) return t.length; - if ("undefined" != typeof ArrayBuffer && "function" == typeof ArrayBuffer.isView && (ArrayBuffer.isView(t) || t instanceof ArrayBuffer)) return t.byteLength; - "string" != typeof t && (t = "" + t); - var n = t.length; - if (0 === n) return 0; - for (var r = !1; ;) switch (e) { - case"ascii": - case"latin1": - case"binary": - return n; - case"utf8": - case"utf-8": - case void 0: - return W(t).length; - case"ucs2": - case"ucs-2": - case"utf16le": - case"utf-16le": - return 2 * n; - case"hex": - return n >>> 1; - case"base64": - return $(t).length; - default: - if (r) return W(t).length; - e = ("" + e).toLowerCase(), r = !0 - } - } - - function m(t, e, n) { - var r = !1; - if ((void 0 === e || e < 0) && (e = 0), e > this.length) return ""; - if ((void 0 === n || n > this.length) && (n = this.length), n <= 0) return ""; - if (n >>>= 0, e >>>= 0, n <= e) return ""; - for (t || (t = "utf8"); ;) switch (t) { - case"hex": - return O(this, e, n); - case"utf8": - case"utf-8": - return M(this, e, n); - case"ascii": - return P(this, e, n); - case"latin1": - case"binary": - return L(this, e, n); - case"base64": - return C(this, e, n); - case"ucs2": - case"ucs-2": - case"utf16le": - case"utf-16le": - return R(this, e, n); - default: - if (r) throw new TypeError("Unknown encoding: " + t); - t = (t + "").toLowerCase(), r = !0 - } - } - - function _(t, e, n) { - var r = t[e]; - t[e] = t[n], t[n] = r - } - - function y(t, e, n, r, i) { - if (0 === t.length) return -1; - if ("string" == typeof n ? (r = n, n = 0) : n > 2147483647 ? n = 2147483647 : n < -2147483648 && (n = -2147483648), n = +n, isNaN(n) && (n = i ? 0 : t.length - 1), n < 0 && (n = t.length + n), n >= t.length) { - if (i) return -1; - n = t.length - 1 - } else if (n < 0) { - if (!i) return -1; - n = 0 - } - if ("string" == typeof e && (e = a.from(e, r)), a.isBuffer(e)) return 0 === e.length ? -1 : b(t, e, n, r, i); - if ("number" == typeof e) return e &= 255, a.TYPED_ARRAY_SUPPORT && "function" == typeof Uint8Array.prototype.indexOf ? i ? Uint8Array.prototype.indexOf.call(t, e, n) : Uint8Array.prototype.lastIndexOf.call(t, e, n) : b(t, [e], n, r, i); - throw new TypeError("val must be string, number or Buffer") - } - - function b(t, e, n, r, i) { - function a(t, e) { - return 1 === o ? t[e] : t.readUInt16BE(e * o) - } - - var o = 1, s = t.length, l = e.length; - if (void 0 !== r && ("ucs2" === (r = String(r).toLowerCase()) || "ucs-2" === r || "utf16le" === r || "utf-16le" === r)) { - if (t.length < 2 || e.length < 2) return -1; - o = 2, s /= 2, l /= 2, n /= 2 - } - var u; - if (i) { - var c = -1; - for (u = n; u < s; u++) if (a(t, u) === a(e, -1 === c ? 0 : u - c)) { - if (-1 === c && (c = u), u - c + 1 === l) return c * o - } else -1 !== c && (u -= u - c), c = -1 - } else for (n + l > s && (n = s - l), u = n; u >= 0; u--) { - for (var f = !0, h = 0; h < l; h++) if (a(t, u + h) !== a(e, h)) { - f = !1; - break - } - if (f) return u - } - return -1 - } - - function w(t, e, n, r) { - n = Number(n) || 0; - var i = t.length - n; - r ? (r = Number(r)) > i && (r = i) : r = i; - var a = e.length; - if (a % 2 != 0) throw new TypeError("Invalid hex string"); - r > a / 2 && (r = a / 2); - for (var o = 0; o < r; ++o) { - var s = parseInt(e.substr(2 * o, 2), 16); - if (isNaN(s)) return o; - t[n + o] = s - } - return o - } - - function x(t, e, n, r) { - return X(W(e, t.length - n), t, n, r) - } - - function S(t, e, n, r) { - return X(V(e), t, n, r) - } - - function E(t, e, n, r) { - return S(t, e, n, r) - } - - function k(t, e, n, r) { - return X($(e), t, n, r) - } - - function T(t, e, n, r) { - return X(Z(e, t.length - n), t, n, r) - } - - function C(t, e, n) { - return 0 === e && n === t.length ? K.fromByteArray(t) : K.fromByteArray(t.slice(e, n)) - } - - function M(t, e, n) { - n = Math.min(t.length, n); - for (var r = [], i = e; i < n;) { - var a = t[i], o = null, s = a > 239 ? 4 : a > 223 ? 3 : a > 191 ? 2 : 1; - if (i + s <= n) { - var l, u, c, f; - switch (s) { - case 1: - a < 128 && (o = a); - break; - case 2: - l = t[i + 1], 128 == (192 & l) && (f = (31 & a) << 6 | 63 & l) > 127 && (o = f); - break; - case 3: - l = t[i + 1], u = t[i + 2], 128 == (192 & l) && 128 == (192 & u) && (f = (15 & a) << 12 | (63 & l) << 6 | 63 & u) > 2047 && (f < 55296 || f > 57343) && (o = f); - break; - case 4: - l = t[i + 1], u = t[i + 2], c = t[i + 3], 128 == (192 & l) && 128 == (192 & u) && 128 == (192 & c) && (f = (15 & a) << 18 | (63 & l) << 12 | (63 & u) << 6 | 63 & c) > 65535 && f < 1114112 && (o = f) - } - } - null === o ? (o = 65533, s = 1) : o > 65535 && (o -= 65536, r.push(o >>> 10 & 1023 | 55296), o = 56320 | 1023 & o), r.push(o), i += s - } - return A(r) - } - - function A(t) { - var e = t.length; - if (e <= Q) return String.fromCharCode.apply(String, t); - for (var n = "", r = 0; r < e;) n += String.fromCharCode.apply(String, t.slice(r, r += Q)); - return n - } - - function P(t, e, n) { - var r = ""; - n = Math.min(t.length, n); - for (var i = e; i < n; ++i) r += String.fromCharCode(127 & t[i]); - return r - } - - function L(t, e, n) { - var r = ""; - n = Math.min(t.length, n); - for (var i = e; i < n; ++i) r += String.fromCharCode(t[i]); - return r - } - - function O(t, e, n) { - var r = t.length; - (!e || e < 0) && (e = 0), (!n || n < 0 || n > r) && (n = r); - for (var i = "", a = e; a < n; ++a) i += G(t[a]); - return i - } - - function R(t, e, n) { - for (var r = t.slice(e, n), i = "", a = 0; a < r.length; a += 2) i += String.fromCharCode(r[a] + 256 * r[a + 1]); - return i - } - - function I(t, e, n) { - if (t % 1 != 0 || t < 0) throw new RangeError("offset is not uint"); - if (t + e > n) throw new RangeError("Trying to access beyond buffer length") - } - - function B(t, e, n, r, i, o) { - if (!a.isBuffer(t)) throw new TypeError('"buffer" argument must be a Buffer instance'); - if (e > i || e < o) throw new RangeError('"value" argument is out of bounds'); - if (n + r > t.length) throw new RangeError("Index out of range") - } - - function z(t, e, n, r) { - e < 0 && (e = 65535 + e + 1); - for (var i = 0, a = Math.min(t.length - n, 2); i < a; ++i) t[n + i] = (e & 255 << 8 * (r ? i : 1 - i)) >>> 8 * (r ? i : 1 - i) - } - - function F(t, e, n, r) { - e < 0 && (e = 4294967295 + e + 1); - for (var i = 0, a = Math.min(t.length - n, 4); i < a; ++i) t[n + i] = e >>> 8 * (r ? i : 3 - i) & 255 - } - - function N(t, e, n, r, i, a) { - if (n + r > t.length) throw new RangeError("Index out of range"); - if (n < 0) throw new RangeError("Index out of range") - } - - function D(t, e, n, r, i) { - return i || N(t, e, n, 4, 3.4028234663852886e38, -3.4028234663852886e38), q.write(t, e, n, r, 23, 4), n + 4 - } - - function j(t, e, n, r, i) { - return i || N(t, e, n, 8, 1.7976931348623157e308, -1.7976931348623157e308), q.write(t, e, n, r, 52, 8), n + 8 - } - - function U(t) { - if (t = H(t).replace(tt, ""), t.length < 2) return ""; - for (; t.length % 4 != 0;) t += "="; - return t - } - - function H(t) { - return t.trim ? t.trim() : t.replace(/^\s+|\s+$/g, "") - } - - function G(t) { - return t < 16 ? "0" + t.toString(16) : t.toString(16) - } - - function W(t, e) { - e = e || 1 / 0; - for (var n, r = t.length, i = null, a = [], o = 0; o < r; ++o) { - if ((n = t.charCodeAt(o)) > 55295 && n < 57344) { - if (!i) { - if (n > 56319) { - (e -= 3) > -1 && a.push(239, 191, 189); - continue - } - if (o + 1 === r) { - (e -= 3) > -1 && a.push(239, 191, 189); - continue - } - i = n; - continue - } - if (n < 56320) { - (e -= 3) > -1 && a.push(239, 191, 189), i = n; - continue - } - n = 65536 + (i - 55296 << 10 | n - 56320) - } else i && (e -= 3) > -1 && a.push(239, 191, 189); - if (i = null, n < 128) { - if ((e -= 1) < 0) break; - a.push(n) - } else if (n < 2048) { - if ((e -= 2) < 0) break; - a.push(n >> 6 | 192, 63 & n | 128) - } else if (n < 65536) { - if ((e -= 3) < 0) break; - a.push(n >> 12 | 224, n >> 6 & 63 | 128, 63 & n | 128) - } else { - if (!(n < 1114112)) throw new Error("Invalid code point"); - if ((e -= 4) < 0) break; - a.push(n >> 18 | 240, n >> 12 & 63 | 128, n >> 6 & 63 | 128, 63 & n | 128) - } - } - return a - } - - function V(t) { - for (var e = [], n = 0; n < t.length; ++n) e.push(255 & t.charCodeAt(n)); - return e - } - - function Z(t, e) { - for (var n, r, i, a = [], o = 0; o < t.length && !((e -= 2) < 0); ++o) n = t.charCodeAt(o), r = n >> 8, i = n % 256, a.push(i), a.push(r); - return a - } - - function $(t) { - return K.toByteArray(U(t)) - } - - function X(t, e, n, r) { - for (var i = 0; i < r && !(i + n >= e.length || i >= t.length); ++i) e[i + n] = t[i]; - return i - } - - function Y(t) { - return t !== t - } - - /*! - * The buffer module from node.js, for the browser. - * - * @author Feross Aboukhadijeh - * @license MIT - */ - var K = n(485), q = n(808), J = n(347); - e.Buffer = a, e.SlowBuffer = v, e.INSPECT_MAX_BYTES = 50, a.TYPED_ARRAY_SUPPORT = void 0 !== t.TYPED_ARRAY_SUPPORT ? t.TYPED_ARRAY_SUPPORT : function () { - try { - var t = new Uint8Array(1); - return t.__proto__ = { - __proto__: Uint8Array.prototype, foo: function () { - return 42 - } - }, 42 === t.foo() && "function" == typeof t.subarray && 0 === t.subarray(1, 1).byteLength - } catch (t) { - return !1 - } - }(), e.kMaxLength = r(), a.poolSize = 8192, a._augment = function (t) { - return t.__proto__ = a.prototype, t - }, a.from = function (t, e, n) { - return o(null, t, e, n) - }, a.TYPED_ARRAY_SUPPORT && (a.prototype.__proto__ = Uint8Array.prototype, a.__proto__ = Uint8Array, "undefined" != typeof Symbol && Symbol.species && a[Symbol.species] === a && Object.defineProperty(a, Symbol.species, { - value: null, - configurable: !0 - })), a.alloc = function (t, e, n) { - return l(null, t, e, n) - }, a.allocUnsafe = function (t) { - return u(null, t) - }, a.allocUnsafeSlow = function (t) { - return u(null, t) - }, a.isBuffer = function (t) { - return !(null == t || !t._isBuffer) - }, a.compare = function (t, e) { - if (!a.isBuffer(t) || !a.isBuffer(e)) throw new TypeError("Arguments must be Buffers"); - if (t === e) return 0; - for (var n = t.length, r = e.length, i = 0, o = Math.min(n, r); i < o; ++i) if (t[i] !== e[i]) { - n = t[i], r = e[i]; - break - } - return n < r ? -1 : r < n ? 1 : 0 - }, a.isEncoding = function (t) { - switch (String(t).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 !0; - default: - return !1 - } - }, a.concat = function (t, e) { - if (!J(t)) throw new TypeError('"list" argument must be an Array of Buffers'); - if (0 === t.length) return a.alloc(0); - var n; - if (void 0 === e) for (e = 0, n = 0; n < t.length; ++n) e += t[n].length; - var r = a.allocUnsafe(e), i = 0; - for (n = 0; n < t.length; ++n) { - var o = t[n]; - if (!a.isBuffer(o)) throw new TypeError('"list" argument must be an Array of Buffers'); - o.copy(r, i), i += o.length - } - return r - }, a.byteLength = g, a.prototype._isBuffer = !0, a.prototype.swap16 = function () { - var t = this.length; - if (t % 2 != 0) throw new RangeError("Buffer size must be a multiple of 16-bits"); - for (var e = 0; e < t; e += 2) _(this, e, e + 1); - return this - }, a.prototype.swap32 = function () { - var t = this.length; - if (t % 4 != 0) throw new RangeError("Buffer size must be a multiple of 32-bits"); - for (var e = 0; e < t; e += 4) _(this, e, e + 3), _(this, e + 1, e + 2); - return this - }, a.prototype.swap64 = function () { - var t = this.length; - if (t % 8 != 0) throw new RangeError("Buffer size must be a multiple of 64-bits"); - for (var e = 0; e < t; e += 8) _(this, e, e + 7), _(this, e + 1, e + 6), _(this, e + 2, e + 5), _(this, e + 3, e + 4); - return this - }, a.prototype.toString = function () { - var t = 0 | this.length; - return 0 === t ? "" : 0 === arguments.length ? M(this, 0, t) : m.apply(this, arguments) - }, a.prototype.equals = function (t) { - if (!a.isBuffer(t)) throw new TypeError("Argument must be a Buffer"); - return this === t || 0 === a.compare(this, t) - }, a.prototype.inspect = function () { - var t = "", n = e.INSPECT_MAX_BYTES; - return this.length > 0 && (t = this.toString("hex", 0, n).match(/.{2}/g).join(" "), this.length > n && (t += " ... ")), "" - }, a.prototype.compare = function (t, e, n, r, i) { - if (!a.isBuffer(t)) throw new TypeError("Argument must be a Buffer"); - if (void 0 === e && (e = 0), void 0 === n && (n = t ? t.length : 0), void 0 === r && (r = 0), void 0 === i && (i = this.length), e < 0 || n > t.length || r < 0 || i > this.length) throw new RangeError("out of range index"); - if (r >= i && e >= n) return 0; - if (r >= i) return -1; - if (e >= n) return 1; - if (e >>>= 0, n >>>= 0, r >>>= 0, i >>>= 0, this === t) return 0; - for (var o = i - r, s = n - e, l = Math.min(o, s), u = this.slice(r, i), c = t.slice(e, n), f = 0; f < l; ++f) if (u[f] !== c[f]) { - o = u[f], s = c[f]; - break - } - return o < s ? -1 : s < o ? 1 : 0 - }, a.prototype.includes = function (t, e, n) { - return -1 !== this.indexOf(t, e, n) - }, a.prototype.indexOf = function (t, e, n) { - return y(this, t, e, n, !0) - }, a.prototype.lastIndexOf = function (t, e, n) { - return y(this, t, e, n, !1) - }, a.prototype.write = function (t, e, n, r) { - if (void 0 === e) r = "utf8", n = this.length, e = 0; else if (void 0 === n && "string" == typeof e) r = e, n = this.length, e = 0; else { - if (!isFinite(e)) throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported"); - e |= 0, isFinite(n) ? (n |= 0, void 0 === r && (r = "utf8")) : (r = n, n = void 0) - } - var i = this.length - e; - if ((void 0 === n || n > i) && (n = i), t.length > 0 && (n < 0 || e < 0) || e > this.length) throw new RangeError("Attempt to write outside buffer bounds"); - r || (r = "utf8"); - for (var a = !1; ;) switch (r) { - case"hex": - return w(this, t, e, n); - case"utf8": - case"utf-8": - return x(this, t, e, n); - case"ascii": - return S(this, t, e, n); - case"latin1": - case"binary": - return E(this, t, e, n); - case"base64": - return k(this, t, e, n); - case"ucs2": - case"ucs-2": - case"utf16le": - case"utf-16le": - return T(this, t, e, n); - default: - if (a) throw new TypeError("Unknown encoding: " + r); - r = ("" + r).toLowerCase(), a = !0 - } - }, a.prototype.toJSON = function () { - return {type: "Buffer", data: Array.prototype.slice.call(this._arr || this, 0)} - }; - var Q = 4096; - a.prototype.slice = function (t, e) { - var n = this.length; - t = ~~t, e = void 0 === e ? n : ~~e, t < 0 ? (t += n) < 0 && (t = 0) : t > n && (t = n), e < 0 ? (e += n) < 0 && (e = 0) : e > n && (e = n), e < t && (e = t); - var r; - if (a.TYPED_ARRAY_SUPPORT) r = this.subarray(t, e), r.__proto__ = a.prototype; else { - var i = e - t; - r = new a(i, void 0); - for (var o = 0; o < i; ++o) r[o] = this[o + t] - } - return r - }, a.prototype.readUIntLE = function (t, e, n) { - t |= 0, e |= 0, n || I(t, e, this.length); - for (var r = this[t], i = 1, a = 0; ++a < e && (i *= 256);) r += this[t + a] * i; - return r - }, a.prototype.readUIntBE = function (t, e, n) { - t |= 0, e |= 0, n || I(t, e, this.length); - for (var r = this[t + --e], i = 1; e > 0 && (i *= 256);) r += this[t + --e] * i; - return r - }, a.prototype.readUInt8 = function (t, e) { - return e || I(t, 1, this.length), this[t] - }, a.prototype.readUInt16LE = function (t, e) { - return e || I(t, 2, this.length), this[t] | this[t + 1] << 8 - }, a.prototype.readUInt16BE = function (t, e) { - return e || I(t, 2, this.length), this[t] << 8 | this[t + 1] - }, a.prototype.readUInt32LE = function (t, e) { - return e || I(t, 4, this.length), (this[t] | this[t + 1] << 8 | this[t + 2] << 16) + 16777216 * this[t + 3] - }, a.prototype.readUInt32BE = function (t, e) { - return e || I(t, 4, this.length), 16777216 * this[t] + (this[t + 1] << 16 | this[t + 2] << 8 | this[t + 3]) - }, a.prototype.readIntLE = function (t, e, n) { - t |= 0, e |= 0, n || I(t, e, this.length); - for (var r = this[t], i = 1, a = 0; ++a < e && (i *= 256);) r += this[t + a] * i; - return i *= 128, r >= i && (r -= Math.pow(2, 8 * e)), r - }, a.prototype.readIntBE = function (t, e, n) { - t |= 0, e |= 0, n || I(t, e, this.length); - for (var r = e, i = 1, a = this[t + --r]; r > 0 && (i *= 256);) a += this[t + --r] * i; - return i *= 128, a >= i && (a -= Math.pow(2, 8 * e)), a - }, a.prototype.readInt8 = function (t, e) { - return e || I(t, 1, this.length), 128 & this[t] ? -1 * (255 - this[t] + 1) : this[t] - }, a.prototype.readInt16LE = function (t, e) { - e || I(t, 2, this.length); - var n = this[t] | this[t + 1] << 8; - return 32768 & n ? 4294901760 | n : n - }, a.prototype.readInt16BE = function (t, e) { - e || I(t, 2, this.length); - var n = this[t + 1] | this[t] << 8; - return 32768 & n ? 4294901760 | n : n - }, a.prototype.readInt32LE = function (t, e) { - return e || I(t, 4, this.length), this[t] | this[t + 1] << 8 | this[t + 2] << 16 | this[t + 3] << 24 - }, a.prototype.readInt32BE = function (t, e) { - return e || I(t, 4, this.length), this[t] << 24 | this[t + 1] << 16 | this[t + 2] << 8 | this[t + 3] - }, a.prototype.readFloatLE = function (t, e) { - return e || I(t, 4, this.length), q.read(this, t, !0, 23, 4) - }, a.prototype.readFloatBE = function (t, e) { - return e || I(t, 4, this.length), q.read(this, t, !1, 23, 4) - }, a.prototype.readDoubleLE = function (t, e) { - return e || I(t, 8, this.length), q.read(this, t, !0, 52, 8) - }, a.prototype.readDoubleBE = function (t, e) { - return e || I(t, 8, this.length), q.read(this, t, !1, 52, 8) - }, a.prototype.writeUIntLE = function (t, e, n, r) { - if (t = +t, e |= 0, n |= 0, !r) { - B(this, t, e, n, Math.pow(2, 8 * n) - 1, 0) - } - var i = 1, a = 0; - for (this[e] = 255 & t; ++a < n && (i *= 256);) this[e + a] = t / i & 255; - return e + n - }, a.prototype.writeUIntBE = function (t, e, n, r) { - if (t = +t, e |= 0, n |= 0, !r) { - B(this, t, e, n, Math.pow(2, 8 * n) - 1, 0) - } - var i = n - 1, a = 1; - for (this[e + i] = 255 & t; --i >= 0 && (a *= 256);) this[e + i] = t / a & 255; - return e + n - }, a.prototype.writeUInt8 = function (t, e, n) { - return t = +t, e |= 0, n || B(this, t, e, 1, 255, 0), a.TYPED_ARRAY_SUPPORT || (t = Math.floor(t)), this[e] = 255 & t, e + 1 - }, a.prototype.writeUInt16LE = function (t, e, n) { - return t = +t, e |= 0, n || B(this, t, e, 2, 65535, 0), a.TYPED_ARRAY_SUPPORT ? (this[e] = 255 & t, this[e + 1] = t >>> 8) : z(this, t, e, !0), e + 2 - }, a.prototype.writeUInt16BE = function (t, e, n) { - return t = +t, e |= 0, n || B(this, t, e, 2, 65535, 0), a.TYPED_ARRAY_SUPPORT ? (this[e] = t >>> 8, this[e + 1] = 255 & t) : z(this, t, e, !1), e + 2 - }, a.prototype.writeUInt32LE = function (t, e, n) { - return t = +t, e |= 0, n || B(this, t, e, 4, 4294967295, 0), a.TYPED_ARRAY_SUPPORT ? (this[e + 3] = t >>> 24, this[e + 2] = t >>> 16, this[e + 1] = t >>> 8, this[e] = 255 & t) : F(this, t, e, !0), e + 4 - }, a.prototype.writeUInt32BE = function (t, e, n) { - return t = +t, e |= 0, n || B(this, t, e, 4, 4294967295, 0), a.TYPED_ARRAY_SUPPORT ? (this[e] = t >>> 24, this[e + 1] = t >>> 16, this[e + 2] = t >>> 8, this[e + 3] = 255 & t) : F(this, t, e, !1), e + 4 - }, a.prototype.writeIntLE = function (t, e, n, r) { - if (t = +t, e |= 0, !r) { - var i = Math.pow(2, 8 * n - 1); - B(this, t, e, n, i - 1, -i) - } - var a = 0, o = 1, s = 0; - for (this[e] = 255 & t; ++a < n && (o *= 256);) t < 0 && 0 === s && 0 !== this[e + a - 1] && (s = 1), this[e + a] = (t / o >> 0) - s & 255; - return e + n - }, a.prototype.writeIntBE = function (t, e, n, r) { - if (t = +t, e |= 0, !r) { - var i = Math.pow(2, 8 * n - 1); - B(this, t, e, n, i - 1, -i) - } - var a = n - 1, o = 1, s = 0; - for (this[e + a] = 255 & t; --a >= 0 && (o *= 256);) t < 0 && 0 === s && 0 !== this[e + a + 1] && (s = 1), this[e + a] = (t / o >> 0) - s & 255; - return e + n - }, a.prototype.writeInt8 = function (t, e, n) { - return t = +t, e |= 0, n || B(this, t, e, 1, 127, -128), a.TYPED_ARRAY_SUPPORT || (t = Math.floor(t)), t < 0 && (t = 255 + t + 1), this[e] = 255 & t, e + 1 - }, a.prototype.writeInt16LE = function (t, e, n) { - return t = +t, e |= 0, n || B(this, t, e, 2, 32767, -32768), a.TYPED_ARRAY_SUPPORT ? (this[e] = 255 & t, this[e + 1] = t >>> 8) : z(this, t, e, !0), e + 2 - }, a.prototype.writeInt16BE = function (t, e, n) { - return t = +t, e |= 0, n || B(this, t, e, 2, 32767, -32768), a.TYPED_ARRAY_SUPPORT ? (this[e] = t >>> 8, this[e + 1] = 255 & t) : z(this, t, e, !1), e + 2 - }, a.prototype.writeInt32LE = function (t, e, n) { - return t = +t, e |= 0, n || B(this, t, e, 4, 2147483647, -2147483648), a.TYPED_ARRAY_SUPPORT ? (this[e] = 255 & t, this[e + 1] = t >>> 8, this[e + 2] = t >>> 16, this[e + 3] = t >>> 24) : F(this, t, e, !0), e + 4 - }, a.prototype.writeInt32BE = function (t, e, n) { - return t = +t, e |= 0, n || B(this, t, e, 4, 2147483647, -2147483648), t < 0 && (t = 4294967295 + t + 1), a.TYPED_ARRAY_SUPPORT ? (this[e] = t >>> 24, this[e + 1] = t >>> 16, this[e + 2] = t >>> 8, this[e + 3] = 255 & t) : F(this, t, e, !1), e + 4 - }, a.prototype.writeFloatLE = function (t, e, n) { - return D(this, t, e, !0, n) - }, a.prototype.writeFloatBE = function (t, e, n) { - return D(this, t, e, !1, n) - }, a.prototype.writeDoubleLE = function (t, e, n) { - return j(this, t, e, !0, n) - }, a.prototype.writeDoubleBE = function (t, e, n) { - return j(this, t, e, !1, n) - }, a.prototype.copy = function (t, e, n, r) { - if (n || (n = 0), r || 0 === r || (r = this.length), e >= t.length && (e = t.length), e || (e = 0), r > 0 && r < n && (r = n), r === n) return 0; - if (0 === t.length || 0 === this.length) return 0; - if (e < 0) throw new RangeError("targetStart out of bounds"); - if (n < 0 || n >= this.length) throw new RangeError("sourceStart out of bounds"); - if (r < 0) throw new RangeError("sourceEnd out of bounds"); - r > this.length && (r = this.length), t.length - e < r - n && (r = t.length - e + n); - var i, o = r - n; - if (this === t && n < e && e < r) for (i = o - 1; i >= 0; --i) t[i + e] = this[i + n]; else if (o < 1e3 || !a.TYPED_ARRAY_SUPPORT) for (i = 0; i < o; ++i) t[i + e] = this[i + n]; else Uint8Array.prototype.set.call(t, this.subarray(n, n + o), e); - return o - }, a.prototype.fill = function (t, e, n, r) { - if ("string" == typeof t) { - if ("string" == typeof e ? (r = e, e = 0, n = this.length) : "string" == typeof n && (r = n, n = this.length), 1 === t.length) { - var i = t.charCodeAt(0); - i < 256 && (t = i) - } - if (void 0 !== r && "string" != typeof r) throw new TypeError("encoding must be a string"); - if ("string" == typeof r && !a.isEncoding(r)) throw new TypeError("Unknown encoding: " + r) - } else "number" == typeof t && (t &= 255); - if (e < 0 || this.length < e || this.length < n) throw new RangeError("Out of range index"); - if (n <= e) return this; - e >>>= 0, n = void 0 === n ? this.length : n >>> 0, t || (t = 0); - var o; - if ("number" == typeof t) for (o = e; o < n; ++o) this[o] = t; else { - var s = a.isBuffer(t) ? t : W(new a(t, r).toString()), l = s.length; - for (o = 0; o < n - e; ++o) this[o + e] = s[o % l] - } - return this - }; - var tt = /[^+\/0-9A-Za-z-_]/g - }).call(e, n(124)) -}, function (t, e, n) { - var r = n(97), i = n(85), a = n(163), o = n(140), s = function (t, e, n) { - var l, u, c, f = t & s.F, h = t & s.G, d = t & s.S, p = t & s.P, v = t & s.B, g = t & s.W, - m = h ? i : i[e] || (i[e] = {}), _ = m.prototype, y = h ? r : d ? r[e] : (r[e] || {}).prototype; - h && (n = e); - for (l in n) (u = !f && y && void 0 !== y[l]) && l in m || (c = u ? y[l] : n[l], m[l] = h && "function" != typeof y[l] ? n[l] : v && u ? a(c, r) : g && y[l] == c ? function (t) { - var e = function (e, n, r) { - if (this instanceof t) { - switch (arguments.length) { - case 0: - return new t; - case 1: - return new t(e); - case 2: - return new t(e, n) - } - return new t(e, n, r) - } - return t.apply(this, arguments) - }; - return e.prototype = t.prototype, e - }(c) : p && "function" == typeof c ? a(Function.call, c) : c, p && ((m.virtual || (m.virtual = {}))[l] = c, t & s.R && _ && !_[l] && o(_, l, 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, t.exports = s -}, function (t, e) { - var n = t.exports = "undefined" != typeof window && window.Math == Math ? window : "undefined" != typeof self && self.Math == Math ? self : Function("return this")(); - "number" == typeof __g && (__g = n) -}, function (t, e) { - var n = {}.hasOwnProperty; - t.exports = function (t, e) { - return n.call(t, e) - } -}, function (t, e, n) { - var r = n(87), i = n(147); - t.exports = n(86) ? function (t, e, n) { - return r.f(t, e, i(1, n)) - } : function (t, e, n) { - return t[e] = n, t - } -}, function (t, e, n) { - var r = n(79), i = n(99), a = n(98), o = n(151)("src"), s = Function.toString, l = ("" + s).split("toString"); - n(113).inspectSource = function (t) { - return s.call(t) - }, (t.exports = function (t, e, n, s) { - var u = "function" == typeof n; - u && (a(n, "name") || i(n, "name", e)), t[e] !== n && (u && (a(n, o) || i(n, o, t[e] ? "" + t[e] : l.join(String(e)))), t === r ? t[e] = n : s ? t[e] ? t[e] = n : i(t, e, n) : (delete t[e], i(t, e, n))) - })(Function.prototype, "toString", function () { - return "function" == typeof this && this[o] || s.call(this) - }) -}, function (t, e, n) { - var r = n(36), i = n(81), a = n(114), o = /"/g, s = function (t, e, n, r) { - var i = String(a(t)), s = "<" + e; - return "" !== n && (s += " " + n + '="' + String(r).replace(o, """) + '"'), s + ">" + i + "" - }; - t.exports = function (t, e) { - var n = {}; - n[t] = e(s), r(r.P + r.F * i(function () { - var e = ""[t]('"'); - return e !== e.toLowerCase() || e.split('"').length > 3 - }), "String", n) - } -}, function (t, e, n) { - var r = n(183), i = n(114); - t.exports = function (t) { - return r(i(t)) - } -}, function (t, e, n) { - "use strict"; - - function r(t) { - return "[object Array]" === E.call(t) - } - - function i(t) { - return "[object ArrayBuffer]" === E.call(t) - } - - function a(t) { - return "undefined" != typeof FormData && t instanceof FormData - } - - function o(t) { - return "undefined" != typeof ArrayBuffer && ArrayBuffer.isView ? ArrayBuffer.isView(t) : t && t.buffer && t.buffer instanceof ArrayBuffer - } - - function s(t) { - return "string" == typeof t - } - - function l(t) { - return "number" == typeof t - } - - function u(t) { - return void 0 === t - } - - function c(t) { - return null !== t && "object" == typeof t - } - - function f(t) { - return "[object Date]" === E.call(t) - } - - function h(t) { - return "[object File]" === E.call(t) - } - - function d(t) { - return "[object Blob]" === E.call(t) - } - - function p(t) { - return "[object Function]" === E.call(t) - } - - function v(t) { - return c(t) && p(t.pipe) - } - - function g(t) { - return "undefined" != typeof URLSearchParams && t instanceof URLSearchParams - } - - function m(t) { - return t.replace(/^\s*/, "").replace(/\s*$/, "") - } - - function _() { - return ("undefined" == typeof navigator || "ReactNative" !== navigator.product) && ("undefined" != typeof window && "undefined" != typeof document) - } - - function y(t, e) { - if (null !== t && void 0 !== t) if ("object" == typeof t || r(t) || (t = [t]), r(t)) for (var n = 0, i = t.length; n < i; n++) e.call(null, t[n], n, t); else for (var a in t) Object.prototype.hasOwnProperty.call(t, a) && e.call(null, t[a], a, t) - } - - function b() { - function t(t, n) { - "object" == typeof e[n] && "object" == typeof t ? e[n] = b(e[n], t) : e[n] = t - } - - for (var e = {}, n = 0, r = arguments.length; n < r; n++) y(arguments[n], t); - return e - } - - function w(t, e, n) { - return y(e, function (e, r) { - t[r] = n && "function" == typeof e ? x(e, n) : e - }), t - } - - var x = n(289), S = n(346), E = Object.prototype.toString; - t.exports = { - isArray: r, - isArrayBuffer: i, - isBuffer: S, - isFormData: a, - isArrayBufferView: o, - isString: s, - isNumber: l, - isObject: c, - isUndefined: u, - isDate: f, - isFile: h, - isBlob: d, - isFunction: p, - isStream: v, - isURLSearchParams: g, - isStandardBrowserEnv: _, - forEach: y, - merge: b, - extend: w, - trim: m - } -}, function (t, e, n) { - var r = n(184), i = n(147), a = n(102), o = n(117), s = n(98), l = n(322), u = Object.getOwnPropertyDescriptor; - e.f = n(86) ? u : function (t, e) { - if (t = a(t), e = o(e, !0), l) try { - return u(t, e) - } catch (t) { - } - if (s(t, e)) return i(!r.f.call(t, e), t[e]) - } -}, function (t, e, n) { - var r = n(98), i = n(89), a = n(259)("IE_PROTO"), o = Object.prototype; - t.exports = Object.getPrototypeOf || function (t) { - return t = i(t), r(t, a) ? t[a] : "function" == typeof t.constructor && t instanceof t.constructor ? t.constructor.prototype : t instanceof Object ? o : null - } -}, function (t, e) { - var n = {}.toString; - t.exports = function (t) { - return n.call(t).slice(8, -1) - } -}, function (t, e, n) { - var r = n(90); - t.exports = function (t, e, n) { - if (r(t), void 0 === e) return t; - switch (n) { - case 1: - return function (n) { - return t.call(e, n) - }; - case 2: - return function (n, r) { - return t.call(e, n, r) - }; - case 3: - return function (n, r, i) { - return t.call(e, n, r, i) - } - } - return function () { - return t.apply(e, arguments) - } - } -}, function (t, e, n) { - "use strict"; - var r = n(81); - t.exports = function (t, e) { - return !!t && r(function () { - e ? t.call(null, function () { - }, 1) : t.call(null) - }) - } -}, , function (t, e) { - function n() { - throw new Error("setTimeout has not been defined") - } - - function r() { - throw new Error("clearTimeout has not been defined") - } - - function i(t) { - if (c === setTimeout) return setTimeout(t, 0); - if ((c === n || !c) && setTimeout) return c = setTimeout, setTimeout(t, 0); - try { - return c(t, 0) - } catch (e) { - try { - return c.call(null, t, 0) - } catch (e) { - return c.call(this, t, 0) - } - } - } - - function a(t) { - if (f === clearTimeout) return clearTimeout(t); - if ((f === r || !f) && clearTimeout) return f = clearTimeout, clearTimeout(t); - try { - return f(t) - } catch (e) { - try { - return f.call(null, t) - } catch (e) { - return f.call(this, t) - } - } - } - - function o() { - v && d && (v = !1, d.length ? p = d.concat(p) : g = -1, p.length && s()) - } - - function s() { - if (!v) { - var t = i(o); - v = !0; - for (var e = p.length; e;) { - for (d = p, p = []; ++g < e;) d && d[g].run(); - g = -1, e = p.length - } - d = null, v = !1, a(t) - } - } - - function l(t, e) { - this.fun = t, this.array = e - } - - function u() { - } - - var c, f, h = t.exports = {}; - !function () { - try { - c = "function" == typeof setTimeout ? setTimeout : n - } catch (t) { - c = n - } - try { - f = "function" == typeof clearTimeout ? clearTimeout : r - } catch (t) { - f = r - } - }(); - var d, p = [], v = !1, g = -1; - h.nextTick = function (t) { - var e = new Array(arguments.length - 1); - if (arguments.length > 1) for (var n = 1; n < arguments.length; n++) e[n - 1] = arguments[n]; - p.push(new l(t, e)), 1 !== p.length || v || i(s) - }, l.prototype.run = function () { - this.fun.apply(null, this.array) - }, h.title = "browser", h.browser = !0, h.env = {}, h.argv = [], h.version = "", h.versions = {}, h.on = u, h.addListener = u, h.once = u, h.off = u, h.removeListener = u, h.removeAllListeners = u, h.emit = u, h.prependListener = u, h.prependOnceListener = u, h.listeners = function (t) { - return [] - }, h.binding = function (t) { - throw new Error("process.binding is not supported") - }, h.cwd = function () { - return "/" - }, h.chdir = function (t) { - throw new Error("process.chdir is not supported") - }, h.umask = function () { - return 0 - } -}, function (t, e, n) { - var r, i, a; - !function (o, s) { - i = [t, n(495), n(836), n(801)], r = s, void 0 !== (a = "function" == typeof r ? r.apply(e, i) : r) && (t.exports = a) - }(0, function (t, e, n, r) { - "use strict"; - - function i(t) { - return t && t.__esModule ? t : {default: t} - } - - function a(t, e) { - if (!(t instanceof e)) throw new TypeError("Cannot call a class as a function") - } - - function o(t, e) { - if (!t) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); - return !e || "object" != typeof e && "function" != typeof e ? t : e - } - - function s(t, e) { - if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function, not " + typeof e); - t.prototype = Object.create(e && e.prototype, { - constructor: { - value: t, - enumerable: !1, - writable: !0, - configurable: !0 - } - }), e && (Object.setPrototypeOf ? Object.setPrototypeOf(t, e) : t.__proto__ = e) - } - - function l(t, e) { - var n = "data-clipboard-" + t; - if (e.hasAttribute(n)) return e.getAttribute(n) - } - - var u = i(e), c = i(n), f = i(r), - h = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (t) { - return typeof t - } : function (t) { - return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t - }, d = function () { - function t(t, e) { - for (var n = 0; n < e.length; n++) { - var r = e[n]; - r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r) - } - } - - return function (e, n, r) { - return n && t(e.prototype, n), r && t(e, r), e - } - }(), p = function (t) { - function e(t, n) { - a(this, e); - var r = o(this, (e.__proto__ || Object.getPrototypeOf(e)).call(this)); - return r.resolveOptions(n), r.listenClick(t), r - } - - return s(e, t), d(e, [{ - key: "resolveOptions", value: function () { - var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}; - this.action = "function" == typeof t.action ? t.action : this.defaultAction, this.target = "function" == typeof t.target ? t.target : this.defaultTarget, this.text = "function" == typeof t.text ? t.text : this.defaultText, this.container = "object" === h(t.container) ? t.container : document.body - } - }, { - key: "listenClick", value: function (t) { - var e = this; - this.listener = (0, f.default)(t, "click", function (t) { - return e.onClick(t) - }) - } - }, { - key: "onClick", value: function (t) { - var e = t.delegateTarget || t.currentTarget; - this.clipboardAction && (this.clipboardAction = null), this.clipboardAction = new u.default({ - action: this.action(e), - target: this.target(e), - text: this.text(e), - container: this.container, - trigger: e, - emitter: this - }) - } - }, { - key: "defaultAction", value: function (t) { - return l("action", t) - } - }, { - key: "defaultTarget", value: function (t) { - var e = l("target", t); - if (e) return document.querySelector(e) - } - }, { - key: "defaultText", value: function (t) { - return l("text", t) - } - }, { - key: "destroy", value: function () { - this.listener.destroy(), this.clipboardAction && (this.clipboardAction.destroy(), this.clipboardAction = null) - } - }], [{ - key: "isSupported", value: function () { - var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : ["copy", "cut"], - e = "string" == typeof t ? [t] : t, n = !!document.queryCommandSupported; - return e.forEach(function (t) { - n = n && !!document.queryCommandSupported(t) - }), n - } - }]), e - }(c.default); - t.exports = p - }) -}, function (t, e, n) { - var r = n(107), i = n(183), a = n(89), o = n(88), s = n(244); - t.exports = function (t, e) { - var n = 1 == t, l = 2 == t, u = 3 == t, c = 4 == t, f = 6 == t, h = 5 == t || f, d = e || s; - return function (e, s, p) { - for (var v, g, m = a(e), _ = i(m), y = r(s, p, 3), b = o(_.length), w = 0, x = n ? d(e, b) : l ? d(e, 0) : void 0; b > w; w++) if ((h || w in _) && (v = _[w], g = y(v, w, m), t)) if (n) x[w] = g; else if (g) switch (t) { - case 3: - return !0; - case 5: - return v; - case 6: - return w; - case 2: - x.push(v) - } else if (c) return !1; - return f ? -1 : u || c ? c : x - } - } -}, function (t, e) { - var n = t.exports = {version: "2.5.0"}; - "number" == typeof __e && (__e = n) -}, function (t, e) { - t.exports = function (t) { - if (void 0 == t) throw TypeError("Can't call method on " + t); - return t - } -}, function (t, e, n) { - var r = n(36), i = n(113), a = n(81); - t.exports = function (t, e) { - var n = (i.Object || {})[t] || Object[t], o = {}; - o[t] = e(n), r(r.S + r.F * a(function () { - n(1) - }), "Object", o) - } -}, function (t, e) { - var n = Math.ceil, r = Math.floor; - t.exports = function (t) { - return isNaN(t = +t) ? 0 : (t > 0 ? r : n)(t) - } -}, function (t, e, n) { - var r = n(82); - t.exports = function (t, e) { - if (!r(t)) return t; - var n, i; - if (e && "function" == typeof(n = t.toString) && !r(i = n.call(t))) return i; - if ("function" == typeof(n = t.valueOf) && !r(i = n.call(t))) return i; - if (!e && "function" == typeof(n = t.toString) && !r(i = n.call(t))) return i; - throw TypeError("Can't convert object to primitive value") - } -}, function (t, e, n) { - var r = n(165); - t.exports = function (t) { - if (!r(t)) throw TypeError(t + " is not an object!"); - return t - } -}, function (t, e, n) { - var r = n(118), i = n(298), a = n(239), o = Object.defineProperty; - e.f = n(126) ? Object.defineProperty : function (t, e, n) { - if (r(t), e = a(e, !0), r(n), i) try { - return o(t, e, n) - } catch (t) { - } - if ("get" in n || "set" in n) throw TypeError("Accessors not supported!"); - return "value" in n && (t[e] = n.value), t - } -}, function (t, e, n) { - var r = n(299), i = n(227); - t.exports = function (t) { - return r(i(t)) - } -}, function (t, e, n) { - var r = n(342), i = n(36), a = n(211)("metadata"), o = a.store || (a.store = new (n(345))), s = function (t, e, n) { - var i = o.get(t); - if (!i) { - if (!n) return; - o.set(t, i = new r) - } - var a = i.get(e); - if (!a) { - if (!n) return; - i.set(e, a = new r) - } - return a - }, l = function (t, e, n) { - var r = s(e, n, !1); - return void 0 !== r && r.has(t) - }, u = function (t, e, n) { - var r = s(e, n, !1); - return void 0 === r ? void 0 : r.get(t) - }, c = function (t, e, n, r) { - s(n, r, !0).set(t, e) - }, f = function (t, e) { - var n = s(t, e, !1), r = []; - return n && n.forEach(function (t, e) { - r.push(e) - }), r - }, h = function (t) { - return void 0 === t || "symbol" == typeof t ? t : String(t) - }, d = function (t) { - i(i.S, "Reflect", t) - }; - t.exports = {store: o, map: s, has: l, get: u, set: c, keys: f, key: h, exp: d} -}, function (t, e, n) { - "use strict"; - if (n(86)) { - var r = n(144), i = n(79), a = n(81), o = n(36), s = n(213), l = n(265), u = n(107), c = n(142), f = n(147), - h = n(99), d = n(148), p = n(116), v = n(88), g = n(340), m = n(150), _ = n(117), y = n(98), b = n(182), - w = n(82), x = n(89), S = n(251), E = n(145), k = n(105), T = n(146).f, C = n(267), M = n(151), A = n(84), - P = n(112), L = n(199), O = n(212), R = n(268), I = n(167), B = n(206), z = n(149), F = n(243), N = n(314), - D = n(87), j = n(104), U = D.f, H = j.f, G = i.RangeError, W = i.TypeError, V = i.Uint8Array, Z = Array.prototype, - $ = l.ArrayBuffer, X = l.DataView, Y = P(0), K = P(2), q = P(3), J = P(4), Q = P(5), tt = P(6), et = L(!0), - nt = L(!1), rt = R.values, it = R.keys, at = R.entries, ot = Z.lastIndexOf, st = Z.reduce, lt = Z.reduceRight, - ut = Z.join, ct = Z.sort, ft = Z.slice, ht = Z.toString, dt = Z.toLocaleString, pt = A("iterator"), - vt = A("toStringTag"), gt = M("typed_constructor"), mt = M("def_constructor"), _t = s.CONSTR, yt = s.TYPED, - bt = s.VIEW, wt = P(1, function (t, e) { - return Tt(O(t, t[mt]), e) - }), xt = a(function () { - return 1 === new V(new Uint16Array([1]).buffer)[0] - }), St = !!V && !!V.prototype.set && a(function () { - new V(1).set({}) - }), Et = function (t, e) { - var n = p(t); - if (n < 0 || n % e) throw G("Wrong offset!"); - return n - }, kt = function (t) { - if (w(t) && yt in t) return t; - throw W(t + " is not a typed array!") - }, Tt = function (t, e) { - if (!(w(t) && gt in t)) throw W("It is not a typed array constructor!"); - return new t(e) - }, Ct = function (t, e) { - return Mt(O(t, t[mt]), e) - }, Mt = function (t, e) { - for (var n = 0, r = e.length, i = Tt(t, r); r > n;) i[n] = e[n++]; - return i - }, At = function (t, e, n) { - U(t, e, { - get: function () { - return this._d[n] - } - }) - }, Pt = function (t) { - var e, n, r, i, a, o, s = x(t), l = arguments.length, c = l > 1 ? arguments[1] : void 0, f = void 0 !== c, - h = C(s); - if (void 0 != h && !S(h)) { - for (o = h.call(s), r = [], e = 0; !(a = o.next()).done; e++) r.push(a.value); - s = r - } - for (f && l > 2 && (c = u(c, arguments[2], 2)), e = 0, n = v(s.length), i = Tt(this, n); n > e; e++) i[e] = f ? c(s[e], e) : s[e]; - return i - }, Lt = function () { - for (var t = 0, e = arguments.length, n = Tt(this, e); e > t;) n[t] = arguments[t++]; - return n - }, Ot = !!V && a(function () { - dt.call(new V(1)) - }), Rt = function () { - return dt.apply(Ot ? ft.call(kt(this)) : kt(this), arguments) - }, It = { - copyWithin: function (t, e) { - return N.call(kt(this), t, e, arguments.length > 2 ? arguments[2] : void 0) - }, every: function (t) { - return J(kt(this), t, arguments.length > 1 ? arguments[1] : void 0) - }, fill: function (t) { - return F.apply(kt(this), arguments) - }, filter: function (t) { - return Ct(this, K(kt(this), t, arguments.length > 1 ? arguments[1] : void 0)) - }, find: function (t) { - return Q(kt(this), t, arguments.length > 1 ? arguments[1] : void 0) - }, findIndex: function (t) { - return tt(kt(this), t, arguments.length > 1 ? arguments[1] : void 0) - }, forEach: function (t) { - Y(kt(this), t, arguments.length > 1 ? arguments[1] : void 0) - }, indexOf: function (t) { - return nt(kt(this), t, arguments.length > 1 ? arguments[1] : void 0) - }, includes: function (t) { - return et(kt(this), t, arguments.length > 1 ? arguments[1] : void 0) - }, join: function (t) { - return ut.apply(kt(this), arguments) - }, lastIndexOf: function (t) { - return ot.apply(kt(this), arguments) - }, map: function (t) { - return wt(kt(this), t, arguments.length > 1 ? arguments[1] : void 0) - }, reduce: function (t) { - return st.apply(kt(this), arguments) - }, reduceRight: function (t) { - return lt.apply(kt(this), arguments) - }, reverse: function () { - for (var t, e = this, n = kt(e).length, r = Math.floor(n / 2), i = 0; i < r;) t = e[i], e[i++] = e[--n], e[n] = t; - return e - }, some: function (t) { - return q(kt(this), t, arguments.length > 1 ? arguments[1] : void 0) - }, sort: function (t) { - return ct.call(kt(this), t) - }, subarray: function (t, e) { - var n = kt(this), r = n.length, i = m(t, r); - return new (O(n, n[mt]))(n.buffer, n.byteOffset + i * n.BYTES_PER_ELEMENT, v((void 0 === e ? r : m(e, r)) - i)) - } - }, Bt = function (t, e) { - return Ct(this, ft.call(kt(this), t, e)) - }, zt = function (t) { - kt(this); - var e = Et(arguments[1], 1), n = this.length, r = x(t), i = v(r.length), a = 0; - if (i + e > n) throw G("Wrong length!"); - for (; a < i;) this[e + a] = r[a++] - }, Ft = { - entries: function () { - return at.call(kt(this)) - }, keys: function () { - return it.call(kt(this)) - }, values: function () { - return rt.call(kt(this)) - } - }, Nt = function (t, e) { - return w(t) && t[yt] && "symbol" != typeof e && e in t && String(+e) == String(e) - }, Dt = function (t, e) { - return Nt(t, e = _(e, !0)) ? f(2, t[e]) : H(t, e) - }, jt = function (t, e, n) { - return !(Nt(t, e = _(e, !0)) && w(n) && y(n, "value")) || y(n, "get") || y(n, "set") || n.configurable || y(n, "writable") && !n.writable || y(n, "enumerable") && !n.enumerable ? U(t, e, n) : (t[e] = n.value, t) - }; - _t || (j.f = Dt, D.f = jt), o(o.S + o.F * !_t, "Object", { - getOwnPropertyDescriptor: Dt, - defineProperty: jt - }), a(function () { - ht.call({}) - }) && (ht = dt = function () { - return ut.call(this) - }); - var Ut = d({}, It); - d(Ut, Ft), h(Ut, pt, Ft.values), d(Ut, { - slice: Bt, set: zt, constructor: function () { - }, toString: ht, toLocaleString: Rt - }), At(Ut, "buffer", "b"), At(Ut, "byteOffset", "o"), At(Ut, "byteLength", "l"), At(Ut, "length", "e"), U(Ut, vt, { - get: function () { - return this[yt] - } - }), t.exports = function (t, e, n, l) { - l = !!l; - var u = t + (l ? "Clamped" : "") + "Array", f = "get" + t, d = "set" + t, p = i[u], m = p || {}, _ = p && k(p), - y = !p || !s.ABV, x = {}, S = p && p.prototype, C = function (t, n) { - var r = t._d; - return r.v[f](n * e + r.o, xt) - }, M = function (t, n, r) { - var i = t._d; - l && (r = (r = Math.round(r)) < 0 ? 0 : r > 255 ? 255 : 255 & r), i.v[d](n * e + i.o, r, xt) - }, A = function (t, e) { - U(t, e, { - get: function () { - return C(this, e) - }, set: function (t) { - return M(this, e, t) - }, enumerable: !0 - }) - }; - y ? (p = n(function (t, n, r, i) { - c(t, p, u, "_d"); - var a, o, s, l, f = 0, d = 0; - if (w(n)) { - if (!(n instanceof $ || "ArrayBuffer" == (l = b(n)) || "SharedArrayBuffer" == l)) return yt in n ? Mt(p, n) : Pt.call(p, n); - a = n, d = Et(r, e); - var m = n.byteLength; - if (void 0 === i) { - if (m % e) throw G("Wrong length!"); - if ((o = m - d) < 0) throw G("Wrong length!") - } else if ((o = v(i) * e) + d > m) throw G("Wrong length!"); - s = o / e - } else s = g(n), o = s * e, a = new $(o); - for (h(t, "_d", {b: a, o: d, l: o, e: s, v: new X(a)}); f < s;) A(t, f++) - }), S = p.prototype = E(Ut), h(S, "constructor", p)) : a(function () { - p(1) - }) && a(function () { - new p(-1) - }) && B(function (t) { - new p, new p(null), new p(1.5), new p(t) - }, !0) || (p = n(function (t, n, r, i) { - c(t, p, u); - var a; - return w(n) ? n instanceof $ || "ArrayBuffer" == (a = b(n)) || "SharedArrayBuffer" == a ? void 0 !== i ? new m(n, Et(r, e), i) : void 0 !== r ? new m(n, Et(r, e)) : new m(n) : yt in n ? Mt(p, n) : Pt.call(p, n) : new m(g(n)) - }), Y(_ !== Function.prototype ? T(m).concat(T(_)) : T(m), function (t) { - t in p || h(p, t, m[t]) - }), p.prototype = S, r || (S.constructor = p)); - var P = S[pt], L = !!P && ("values" == P.name || void 0 == P.name), O = Ft.values; - h(p, gt, !0), h(S, yt, u), h(S, bt, !0), h(S, mt, p), (l ? new p(1)[vt] == u : vt in S) || U(S, vt, { - get: function () { - return u - } - }), x[u] = p, o(o.G + o.W + o.F * (p != m), x), o(o.S, u, {BYTES_PER_ELEMENT: e}), o(o.S + o.F * a(function () { - m.of.call(p, 1) - }), u, { - from: Pt, - of: Lt - }), "BYTES_PER_ELEMENT" in S || h(S, "BYTES_PER_ELEMENT", e), o(o.P, u, It), z(u), o(o.P + o.F * St, u, {set: zt}), o(o.P + o.F * !L, u, Ft), r || S.toString == ht || (S.toString = ht), o(o.P + o.F * a(function () { - new p(1).slice() - }), u, {slice: Bt}), o(o.P + o.F * (a(function () { - return [1, 2].toLocaleString() != new p([1, 2]).toLocaleString() - }) || !a(function () { - S.toLocaleString.call([1, 2]) - })), u, {toLocaleString: Rt}), I[u] = L ? P : O, r || L || h(S, pt, O) - } - } else t.exports = function () { - } -}, function (t, e, n) { - "use strict"; - (function (e, r) { - function i(t, e) { - t = "string" == typeof t ? {ec_level: t} : t || {}; - var n = {type: String(e || t.type || "png").toLowerCase()}, r = "png" == n.type ? d : p; - for (var i in r) n[i] = i in t ? t[i] : r[i]; - return n - } - - function a(t, n) { - n = i(n); - var r = u(t, n.ec_level, n.parse_url), a = new l; - switch (a._read = h, n.type) { - case"svg": - case"pdf": - case"eps": - e.nextTick(function () { - f[n.type](r, a, n.margin, n.size) - }); - break; - case"svgpath": - e.nextTick(function () { - var t = f.svg_object(r, n.margin, n.size); - a.push(t.path), a.push(null) - }); - break; - case"png": - default: - e.nextTick(function () { - var t = c.bitmap(r, n.size, n.margin); - n.customize && n.customize(t), c.png(t, a) - }) - } - return a - } - - function o(t, e) { - e = i(e); - var n, a = u(t, e.ec_level, e.parse_url), o = []; - switch (e.type) { - case"svg": - case"pdf": - case"eps": - f[e.type](a, o, e.margin, e.size), n = o.filter(Boolean).join(""); - break; - case"png": - default: - var s = c.bitmap(a, e.size, e.margin); - e.customize && e.customize(s), c.png(s, o), n = r.concat(o.filter(Boolean)) - } - return n - } - - function s(t, e) { - e = i(e, "svg"); - var n = u(t, e.ec_level); - return f.svg_object(n, e.margin) - } - - var l = n(833).Readable, u = n(823).QR, c = n(822), f = n(824), h = function () { - }, d = {parse_url: !1, ec_level: "M", size: 5, margin: 4, customize: null}, - p = {parse_url: !1, ec_level: "M", margin: 1, size: 0}; - t.exports = {matrix: u, image: a, imageSync: o, svgObject: s} - }).call(e, n(110), n(95).Buffer) -}, function (t, e) { - var n; - n = function () { - return this - }(); - try { - n = n || Function("return this")() || (0, eval)("this") - } catch (t) { - "object" == typeof window && (n = window) - } - t.exports = n -}, , function (t, e, n) { - t.exports = !n(164)(function () { - return 7 != Object.defineProperty({}, "a", { - get: function () { - return 7 - } - }).a - }) -}, function (t, e, n) { - var r = n(84)("unscopables"), i = Array.prototype; - void 0 == i[r] && n(99)(i, r, {}), t.exports = function (t) { - i[r][t] = !0 - } -}, function (t, e, n) { - var r = n(151)("meta"), i = n(82), a = n(98), o = n(87).f, s = 0, l = Object.isExtensible || function () { - return !0 - }, u = !n(81)(function () { - return l(Object.preventExtensions({})) - }), c = function (t) { - o(t, r, {value: {i: "O" + ++s, w: {}}}) - }, f = function (t, e) { - if (!i(t)) return "symbol" == typeof t ? t : ("string" == typeof t ? "S" : "P") + t; - if (!a(t, r)) { - if (!l(t)) return "F"; - if (!e) return "E"; - c(t) - } - return t[r].i - }, h = function (t, e) { - if (!a(t, r)) { - if (!l(t)) return !0; - if (!e) return !1; - c(t) - } - return t[r].w - }, d = function (t) { - return u && p.NEED && l(t) && !a(t, r) && c(t), t - }, p = t.exports = {KEY: r, NEED: !1, fastKey: f, getWeak: h, onFreeze: d} -}, function (t, e, n) { - var r = n(332), i = n(247); - t.exports = Object.keys || function (t) { - return r(t, i) - } -}, function (t, e, n) { - "use strict"; - - function r(t, e) { - return Object.prototype.hasOwnProperty.call(t, e) - } - - var i = "undefined" != typeof Uint8Array && "undefined" != typeof Uint16Array && "undefined" != typeof Int32Array; - e.assign = function (t) { - for (var e = Array.prototype.slice.call(arguments, 1); e.length;) { - var n = e.shift(); - if (n) { - if ("object" != typeof n) throw new TypeError(n + "must be non-object"); - for (var i in n) r(n, i) && (t[i] = n[i]) - } - } - return t - }, e.shrinkBuf = function (t, e) { - return t.length === e ? t : t.subarray ? t.subarray(0, e) : (t.length = e, t) - }; - var a = { - arraySet: function (t, e, n, r, i) { - if (e.subarray && t.subarray) return void t.set(e.subarray(n, n + r), i); - for (var a = 0; a < r; a++) t[i + a] = e[n + a] - }, flattenChunks: function (t) { - var e, n, r, i, a, o; - for (r = 0, e = 0, n = t.length; e < n; e++) r += t[e].length; - for (o = new Uint8Array(r), i = 0, e = 0, n = t.length; e < n; e++) a = t[e], o.set(a, i), i += a.length; - return o - } - }, o = { - arraySet: function (t, e, n, r, i) { - for (var a = 0; a < r; a++) t[i + a] = e[n + a] - }, flattenChunks: function (t) { - return [].concat.apply([], t) - } - }; - e.setTyped = function (t) { - t ? (e.Buf8 = Uint8Array, e.Buf16 = Uint16Array, e.Buf32 = Int32Array, e.assign(e, a)) : (e.Buf8 = Array, e.Buf16 = Array, e.Buf32 = Array, e.assign(e, o)) - }, e.setTyped(i) -}, , , , , , , , , function (t, e) { - var n = {}.hasOwnProperty; - t.exports = function (t, e) { - return n.call(t, e) - } -}, function (t, e, n) { - var r = n(119), i = n(179); - t.exports = n(126) ? function (t, e, n) { - return r.f(t, e, i(1, n)) - } : function (t, e, n) { - return t[e] = n, t - } -}, function (t, e, n) { - var r = n(306), i = n(229); - t.exports = Object.keys || function (t) { - return r(t, i) - } -}, function (t, e) { - t.exports = function (t, e, n, r) { - if (!(t instanceof e) || void 0 !== r && r in t) throw TypeError(n + ": incorrect invocation!"); - return t - } -}, function (t, e, n) { - var r = n(107), i = n(324), a = n(251), o = n(78), s = n(88), l = n(267), u = {}, c = {}, - e = t.exports = function (t, e, n, f, h) { - var d, p, v, g, m = h ? function () { - return t - } : l(t), _ = r(n, f, e ? 2 : 1), y = 0; - if ("function" != typeof m) throw TypeError(t + " is not iterable!"); - if (a(m)) { - for (d = s(t.length); d > y; y++) if ((g = e ? _(o(p = t[y])[0], p[1]) : _(t[y])) === u || g === c) return g - } else for (v = m.call(t); !(p = v.next()).done;) if ((g = i(v, _, p.value, e)) === u || g === c) return g - }; - e.BREAK = u, e.RETURN = c -}, function (t, e) { - t.exports = !1 -}, function (t, e, n) { - var r = n(78), i = n(330), a = n(247), o = n(259)("IE_PROTO"), s = function () { - }, l = function () { - var t, e = n(246)("iframe"), r = a.length; - for (e.style.display = "none", n(249).appendChild(e), e.src = "javascript:", t = e.contentWindow.document, t.open(), t.write("