217 lines
101 KiB
Plaintext
217 lines
101 KiB
Plaintext
gapi.loaded_1(function(_){var window=this;
|
|
_.rs=function(a,b,c,d){this.left=a;this.top=b;this.width=c;this.height=d};_.ss=function(a){return"rtl"==_.ds(a,"direction")};_.g=_.rs.prototype;_.g.clone=function(){return new _.rs(this.left,this.top,this.width,this.height)};_.g.intersection=function(a){var b=Math.max(this.left,a.left),c=Math.min(this.left+this.width,a.left+a.width);if(b<=c){var d=Math.max(this.top,a.top);a=Math.min(this.top+this.height,a.top+a.height);if(d<=a)return this.left=b,this.top=d,this.width=c-b,this.height=a-d,!0}return!1};
|
|
_.g.intersects=function(a){return this.left<=a.left+a.width&&a.left<=this.left+this.width&&this.top<=a.top+a.height&&a.top<=this.top+this.height};
|
|
_.g.difference=function(a){b:{var b=Math.max(this.left,a.left);var c=Math.min(this.left+this.width,a.left+a.width);if(b<=c){var d=Math.max(this.top,a.top),e=Math.min(this.top+this.height,a.top+a.height);if(d<=e){b=new _.rs(b,d,c-b,e-d);break b}}b=null}if(b&&b.height&&b.width){b=[];c=this.top;d=this.height;e=this.left+this.width;var f=this.top+this.height,h=a.left+a.width,k=a.top+a.height;a.top>this.top&&(b.push(new _.rs(this.left,this.top,this.width,a.top-this.top)),c=a.top,d-=a.top-this.top);k<f&&
|
|
(b.push(new _.rs(this.left,k,this.width,f-k)),d=k-c);a.left>this.left&&b.push(new _.rs(this.left,c,a.left-this.left,d));h<e&&b.push(new _.rs(h,c,e-h,d));a=b}else a=[this.clone()];return a};_.g.contains=function(a){return a instanceof _.Or?a.x>=this.left&&a.x<=this.left+this.width&&a.y>=this.top&&a.y<=this.top+this.height:this.left<=a.left&&this.left+this.width>=a.left+a.width&&this.top<=a.top&&this.top+this.height>=a.top+a.height};
|
|
_.g.distance=function(a){var b=a.x<this.left?this.left-a.x:Math.max(a.x-(this.left+this.width),0);a=a.y<this.top?this.top-a.y:Math.max(a.y-(this.top+this.height),0);return Math.sqrt(b*b+a*a)};_.g.getSize=function(){return new _.Hc(this.width,this.height)};_.g.getCenter=function(){return new _.Or(this.left+this.width/2,this.top+this.height/2)};_.g.ceil=function(){this.left=Math.ceil(this.left);this.top=Math.ceil(this.top);this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};
|
|
_.g.floor=function(){this.left=Math.floor(this.left);this.top=Math.floor(this.top);this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};_.g.round=function(){this.left=Math.round(this.left);this.top=Math.round(this.top);this.width=Math.round(this.width);this.height=Math.round(this.height);return this};_.g.translate=function(a,b){a instanceof _.Or?(this.left+=a.x,this.top+=a.y):(this.left+=a,typeof b==="number"&&(this.top+=b));return this};
|
|
_.g.scale=function(a,b){b=typeof b==="number"?b:a;this.left*=a;this.width*=a;this.top*=b;this.height*=b;return this};_.ts=function(a){return _.ds(a,"position")};_.us=function(a,b,c){if(b instanceof _.Or){var d=b.x;b=b.y}else d=b,b=c;a.style.left=_.ks(d,!1);a.style.top=_.ks(b,!1)};_.vs=function(a,b){a=a.style;"opacity"in a?a.opacity=b:"MozOpacity"in a?a.MozOpacity=b:"filter"in a&&(a.filter=b===""?"":"alpha(opacity="+Number(b)*100+")")};_.ws=function(){if(_.Nd){var a=/Windows NT ([0-9.]+)/;return(a=a.exec(_.Sc()))?a[1]:"0"}return _.Kd?(a=/1[0|1][_.][0-9_.]+/,(a=a.exec(_.Sc()))?a[0].replace(/_/g,"."):"10"):_.Pd?(a=/Android\s+([^\);]+)(\)|;)/,(a=a.exec(_.Sc()))?a[1]:""):_.Qd||_.Rd||_.Sd?(a=/(?:iPhone|CPU)\s+OS\s+(\S+)/,(a=a.exec(_.Sc()))?a[1].replace(/_/g,"."):""):""}();var xs;xs=function(a){return(a=a.exec(_.Sc()))?a[1]:""};_.ys=function(){if(_.zh)return xs(/Firefox\/([0-9.]+)/);if(_.Fd||_.Gd||_.Ed)return _.$d;if(_.Dh){if(_.kd()||_.ld()){var a=xs(/CriOS\/([0-9.]+)/);if(a)return a}return xs(/Chrome\/([0-9.]+)/)}if(_.Eh&&!_.kd())return xs(/Version\/([0-9.]+)/);if(_.Ah||_.Bh){if(a=/Version\/(\S+).*Mobile\/(\S+)/.exec(_.Sc()))return a[1]+"."+a[2]}else if(_.Ch)return(a=xs(/Android\s+([0-9.]+)/))?a:xs(/Version\/([0-9.]+)/);return""}();
|
|
var ft,gt,jt;ft=_.qd(["about:blank"]);gt=_.qd(["javascript:undefined"]);_.ht=_.Gc(ft);_.it=_.uc(_.ht).toString();jt=_.Gc(gt);_.uc(jt);
|
|
_.nC=function(a){var b=arguments.length;if(b==1&&Array.isArray(arguments[0]))return _.nC.apply(null,arguments[0]);for(var c={},d=0;d<b;d++)c[arguments[d]]=!0;return c};_.oC=function(a,b){b?a.setAttribute("role",b):a.removeAttribute("role")};
|
|
_.qC=function(a,b,c){Array.isArray(c)&&(c=c.join(" "));var d="aria-"+b;c===""||c==void 0?(pC||(c={},pC=(c.atomic=!1,c.autocomplete="none",c.dropeffect="none",c.haspopup=!1,c.live="off",c.multiline=!1,c.multiselectable=!1,c.orientation="vertical",c.readonly=!1,c.relevant="additions text",c.required=!1,c.sort="none",c.busy=!1,c.disabled=!1,c.hidden=!1,c.invalid="false",c)),c=pC,b in c?a.setAttribute(d,c[b]):a.removeAttribute(d)):a.setAttribute(d,c)};
|
|
_.rC=function(a,b){a=a.getAttribute("aria-"+b);return a==null||a==void 0?"":String(a)};_.sC=function(a,b){var c="";b&&(c=b.id);_.qC(a,"activedescendant",c)};var pC;_.nC("A AREA BUTTON HEAD INPUT LINK MENU META OPTGROUP OPTION PROGRESS STYLE SELECT SOURCE TEXTAREA TITLE TRACK".split(" "));
|
|
var tC,uC;tC=function(a){return typeof a.className=="string"?a.className:a.getAttribute&&a.getAttribute("class")||""};uC=function(a){return a.classList?a.classList:tC(a).match(/\S+/g)||[]};_.vC=function(a,b){typeof a.className=="string"?a.className=b:a.setAttribute&&a.setAttribute("class",b)};_.wC=function(a,b){return a.classList?a.classList.contains(b):_.vb(uC(a),b)};_.xC=function(a,b){if(a.classList)a.classList.add(b);else if(!_.wC(a,b)){var c=tC(a);_.vC(a,c+(c.length>0?" "+b:b))}};
|
|
_.yC=function(a,b){if(a.classList)Array.prototype.forEach.call(b,function(e){_.xC(a,e)});else{var c={};Array.prototype.forEach.call(uC(a),function(e){c[e]=!0});Array.prototype.forEach.call(b,function(e){c[e]=!0});b="";for(var d in c)b+=b.length>0?" "+d:d;_.vC(a,b)}};_.zC=function(a,b){a.classList?a.classList.remove(b):_.wC(a,b)&&_.vC(a,Array.prototype.filter.call(uC(a),function(c){return c!=b}).join(" "))};
|
|
_.AC=function(a,b){a.classList?Array.prototype.forEach.call(b,function(c){_.zC(a,c)}):_.vC(a,Array.prototype.filter.call(uC(a),function(c){return!_.vb(b,c)}).join(" "))};_.BC=function(a,b,c){c?_.xC(a,b):_.zC(a,b)};
|
|
_.CC=function(){};_.DC=function(a){a.Io=void 0;a.Na=function(){return a.Io?a.Io:a.Io=new a}};_.EC=function(a,b){b?a.tabIndex=0:(a.tabIndex=-1,a.removeAttribute("tabIndex"))};_.DC(_.CC);_.CC.prototype.UJ=0;_.GC=function(a){_.Lj.call(this);this.Gb=a||_.fe();this.TC=FC;this.Fa=null;this.qb=!1;this.va=null;this.wm=void 0;this.Jh=this.Vc=this.Jb=this.Jr=null};_.qb(_.GC,_.Lj);_.GC.prototype.wga=_.CC.Na();var FC=null;_.g=_.GC.prototype;_.g.getId=function(){return this.Fa||(this.Fa=":"+(this.wga.UJ++).toString(36))};_.g.Me=function(a){if(this.Jb&&this.Jb.Jh){var b=this.Jb.Jh,c=this.Fa;c in b&&delete b[c];_.Hs(this.Jb.Jh,a,this)}this.Fa=a};_.g.U=function(){return this.va};
|
|
_.g.yb=function(){this.wm||(this.wm=new _.Is(this));return this.wm};_.g.setParent=function(a){if(this==a)throw Error("Ea");if(a&&this.Jb&&this.Fa&&this.Jb.Xz(this.Fa)&&this.Jb!=a)throw Error("Ea");this.Jb=a;_.GC.N.CD.call(this,a)};_.g.getParent=function(){return this.Jb};_.g.CD=function(a){if(this.Jb&&this.Jb!=a)throw Error("Fa");_.GC.N.CD.call(this,a)};_.g.Ha=function(){return this.Gb};_.g.Ba=function(){this.va=this.Gb.createElement("DIV")};_.g.Aa=function(a){this.zi(a)};
|
|
_.g.zi=function(a,b){if(this.qb)throw Error("Ga");this.va||this.Ba();a?a.insertBefore(this.va,b||null):this.Gb.wb().body.appendChild(this.va);this.Jb&&!this.Jb.qb||this.uc()};_.g.uc=function(){this.qb=!0;_.HC(this,function(a){!a.qb&&a.U()&&a.uc()})};_.g.de=function(){_.HC(this,function(a){a.qb&&a.de()});this.wm&&this.wm.removeAll();this.qb=!1};
|
|
_.g.wa=function(){this.qb&&this.de();this.wm&&(this.wm.dispose(),delete this.wm);_.HC(this,function(a){a.dispose()});this.va&&_.we(this.va);this.Jb=this.Jr=this.va=this.Jh=this.Vc=null;_.GC.N.wa.call(this)};_.g.gv=_.da(23);_.g.zD=function(a){this.Jr=a};_.g.gq=_.da(24);_.g.zn=_.da(25);_.g.Ya=function(){return this.va};_.g.Fp=_.da(26);_.g.Xz=function(a){if(this.Jh&&a){var b=this.Jh;a=(b!==null&&a in b?b[a]:void 0)||null}else a=null;return a};_.IC=function(a,b){return a.Vc?a.Vc[b]||null:null};
|
|
_.HC=function(a,b,c){a.Vc&&a.Vc.forEach(b,c)};_.GC.prototype.removeChild=function(a,b){if(a){var c=typeof a==="string"?a:a.getId();a=this.Xz(c);if(c&&a){var d=this.Jh;c in d&&delete d[c];_.dj(this.Vc,a);b&&(a.de(),a.va&&_.we(a.va));a.setParent(null)}}if(!a)throw Error("Ia");return a};_.JC=function(a,b,c){return a.removeChild(_.IC(a,b),c)};_.GC.prototype.qe=function(a){for(var b=[];this.Vc&&this.Vc.length!=0;)b.push(_.JC(this,0,a));return b};
|
|
var SG,UG;_.RG=function(a,b){var c={},d;for(d in a)c[d]=b.call(void 0,a[d],d,a);return c};SG={};_.TG=function(a){if(SG[a])return SG[a];a=String(a);if(!SG[a]){var b=/function\s+([^\(]+)/m.exec(a);SG[a]=b?b[1]:"[Anonymous]"}return SG[a]};
|
|
UG=function(a,b){var c=[];if(_.vb(b,a))c.push("[...circular reference...]");else if(a&&b.length<50){c.push(_.TG(a)+"(");for(var d=a.arguments,e=0;d&&e<d.length;e++){e>0&&c.push(", ");var f=d[e];switch(typeof f){case "object":f=f?"object":"null";break;case "string":break;case "number":f=String(f);break;case "boolean":f=f?"true":"false";break;case "function":f=(f=_.TG(f))?f:"[fn]";break;default:f=typeof f}f.length>40&&(f=f.slice(0,40)+"...");c.push(f)}b.push(a);c.push(")\n");try{c.push(UG(a.caller,
|
|
b))}catch(h){c.push("[exception trying to get caller]\n")}}else a?c.push("[...long stack...]"):c.push("[end]");return c.join("")};_.VG=function(a){var b=Error();if(Error.captureStackTrace)Error.captureStackTrace(b,a||_.VG),b=String(b.stack);else{try{throw b;}catch(c){b=c}b=(b=b.stack)?String(b):null}b||(b=UG(a||arguments.callee.caller,[]));return b};/*
|
|
|
|
Copyright 2005, 2007 Bob Ippolito. All Rights Reserved.
|
|
Copyright The Closure Library Authors.
|
|
SPDX-License-Identifier: MIT
|
|
*/
|
|
_.WG=function(a,b){this.lD=[];this.bZ=a;this.sR=b||null;this.sv=this.Rn=!1;this.mf=void 0;this.RN=this.vba=this.tF=!1;this.lE=0;this.Jb=null;this.vF=0};_.WG.prototype.cancel=function(a){if(this.Rn)this.mf instanceof _.WG&&this.mf.cancel();else{if(this.Jb){var b=this.Jb;delete this.Jb;a?b.cancel(a):(b.vF--,b.vF<=0&&b.cancel())}this.bZ?this.bZ.call(this.sR,this):this.RN=!0;this.Rn||this.tk(new _.XG(this))}};_.WG.prototype.aR=function(a,b){this.tF=!1;YG(this,a,b)};
|
|
var YG=function(a,b,c){a.Rn=!0;a.mf=c;a.sv=!b;ZG(a)},aH=function(a){if(a.Rn){if(!a.RN)throw new $G(a);a.RN=!1}};_.WG.prototype.callback=function(a){aH(this);YG(this,!0,a)};_.WG.prototype.tk=function(a){aH(this);YG(this,!1,a)};_.WG.prototype.Ae=function(a,b){return _.bH(this,a,null,b)};_.WG.prototype.finally=function(a){var b=this;return cH(new Promise(function(c,d){_.bH(b,function(e){a();c(e)},function(e){a();d(e)})}))};
|
|
_.bH=function(a,b,c,d){var e=a.Rn;e||(b===c?b=c=(0,_.jk)(b):(b=(0,_.jk)(b),c=(0,_.jk)(c)));a.lD.push([b,c,d]);e&&ZG(a);return a};_.WG.prototype.then=function(a,b,c){var d,e,f=new _.sk(function(h,k){e=h;d=k});_.bH(this,e,function(h){h instanceof _.XG?f.cancel():d(h);return dH},this);return f.then(a,b,c)};_.hk(_.WG);
|
|
var eH=function(a){return _.Kb(a.lD,function(b){return typeof b[1]==="function"})},dH={},ZG=function(a){if(a.lE&&a.Rn&&eH(a)){var b=a.lE,c=fH[b];c&&(_.fb.clearTimeout(c.Fa),delete fH[b]);a.lE=0}a.Jb&&(a.Jb.vF--,delete a.Jb);b=a.mf;for(var d=c=!1;a.lD.length&&!a.tF;){var e=a.lD.shift(),f=e[0],h=e[1];e=e[2];if(f=a.sv?h:f)try{var k=f.call(e||a.sR,b);k===dH&&(k=void 0);k!==void 0&&(a.sv=a.sv&&(k==b||k instanceof Error),a.mf=b=k);if(_.ik(b)||typeof _.fb.Promise==="function"&&b instanceof _.fb.Promise)d=
|
|
!0,a.tF=!0}catch(l){b=l,a.sv=!0,eH(a)||(c=!0)}}a.mf=b;d&&(k=(0,_.Db)(a.aR,a,!0),d=(0,_.Db)(a.aR,a,!1),b instanceof _.WG?(_.bH(b,k,d),b.vba=!0):b.then(k,d));c&&(b=new gH(b),fH[b.Fa]=b,a.lE=b.Fa)},cH=function(a){var b=new _.WG;a.then(function(c){b.callback(c)},function(c){b.tk(c)});return b},$G=function(a){_.nb.call(this);this.tR=a};_.qb($G,_.nb);$G.prototype.message="Deferred has already fired";$G.prototype.name="AlreadyCalledError";_.XG=function(a){_.nb.call(this);this.tR=a};_.qb(_.XG,_.nb);
|
|
_.XG.prototype.message="Deferred was canceled";_.XG.prototype.name="CanceledError";var gH=function(a){this.Fa=_.fb.setTimeout((0,_.Db)(this.qma,this),0);this.Jz=a};gH.prototype.qma=function(){delete fH[this.Fa];throw this.Jz;};var fH={};
|
|
_.hH=function(a){var b="Io";if(a.Io&&a.hasOwnProperty(b))return a.Io;b=new a;return a.Io=b};
|
|
_.iH=function(a){a.Swa=!0;return a};_.jH=_.iH(function(a){return typeof a==="number"});_.kH=_.iH(function(a){return typeof a==="string"});_.lH=_.iH(function(a){return typeof a==="boolean"});
|
|
var zJ,BJ,YJ,aK,dK,iK,lK,AK,CK,EK,MK,OK,TK,wK;_.yJ=function(a,b){a.__closure__error__context__984382||(a.__closure__error__context__984382={});a.__closure__error__context__984382.severity=b};zJ=function(a){var b=a.length,c=b*3/4;c%3?c=Math.floor(c):_.Kc("=.",a[b-1])&&(c=_.Kc("=.",a[b-2])?c-2:c-1);var d=new Uint8Array(c),e=0;_.Oh(a,function(f){d[e++]=f});return e!==c?d.subarray(0,e):d};BJ=function(a){return AJ[a]||""};
|
|
_.EJ=function(a){if(!_.CJ)return zJ(a);a=DJ.test(a)?a.replace(DJ,BJ):a;a=atob(a);for(var b=new Uint8Array(a.length),c=0;c<a.length;c++)b[c]=a.charCodeAt(c);return b};_.GJ=function(a){return FJ&&a!=null&&a instanceof Uint8Array};_.HJ=function(a,b){var c=a.length;if(c!==b.length)return!1;for(var d=0;d<c;d++)if(a[d]!==b[d])return!1;return!0};_.IJ=function(){return typeof BigInt==="function"};
|
|
_.JJ=function(a,b,c){return typeof Symbol==="function"&&typeof Symbol()==="symbol"?(c===void 0?0:c)&&Symbol.for&&a?Symbol.for(a):a!=null?Symbol(a):Symbol():b};_.OJ=function(a,b){_.KJ||_.LJ in a||MJ(a,NJ);a[_.LJ]|=b};_.PJ=function(a,b){_.KJ||_.LJ in a||MJ(a,NJ);a[_.LJ]=b};_.QJ=function(a){if(4&a)return 512&a?512:1024&a?1024:0};_.TJ=function(a){return a[RJ]===SJ};_.VJ=function(a,b){return b===void 0?a.cu!==UJ&&!!(2&(a.W[_.LJ]|0)):!!(2&b)&&a.cu!==UJ};
|
|
_.WJ=function(a,b){if(typeof b!=="number"||b<0||b>=a.length)throw Error();};_.XJ=function(a,b){if(typeof b!=="number"||b<0||b>a.length)throw Error();};YJ=function(a){return a};_.$J=function(a){var b=a;if((0,_.kH)(b)){if(!/^\s*(?:-?[1-9]\d*|0)?\s*$/.test(b))throw Error(String(b));}else if((0,_.jH)(b)&&!Number.isSafeInteger(b))throw Error(String(b));return ZJ?BigInt(a):a=(0,_.lH)(a)?a?"1":"0":(0,_.kH)(a)?a.trim()||"0":String(a)};
|
|
aK=function(a,b){if(a.length>b.length)return!1;if(a.length<b.length||a===b)return!0;for(var c=0;c<a.length;c++){var d=a[c],e=b[c];if(d>e)return!1;if(d<e)return!0}};dK=function(a){var b=a>>>0;_.bK=b;_.cK=(a-b)/4294967296>>>0};_.fK=function(a){if(a<0){dK(-a);var b=_.Ea(_.eK(_.bK,_.cK));a=b.next().value;b=b.next().value;_.bK=a>>>0;_.cK=b>>>0}else dK(a)};_.hK=function(a,b){var c=b*4294967296+(a>>>0);return Number.isSafeInteger(c)?c:_.gK(a,b)};
|
|
_.gK=function(a,b){b>>>=0;a>>>=0;if(b<=2097151)var c=""+(4294967296*b+a);else _.IJ()?c=""+(BigInt(b)<<BigInt(32)|BigInt(a)):(c=(a>>>24|b<<8)&16777215,b=b>>16&65535,a=(a&16777215)+c*6777216+b*6710656,c+=b*8147497,b*=2,a>=1E7&&(c+=a/1E7>>>0,a%=1E7),c>=1E7&&(b+=c/1E7>>>0,c%=1E7),c=b+iK(c)+iK(a));return c};iK=function(a){a=String(a);return"0000000".slice(a.length)+a};
|
|
_.jK=function(a){if(a.length<16)_.fK(Number(a));else if(_.IJ())a=BigInt(a),_.bK=Number(a&BigInt(4294967295))>>>0,_.cK=Number(a>>BigInt(32)&BigInt(4294967295));else{var b=+(a[0]==="-");_.cK=_.bK=0;for(var c=a.length,d=b,e=(c-b)%6+b;e<=c;d=e,e+=6)d=Number(a.slice(d,e)),_.cK*=1E6,_.bK=_.bK*1E6+d,_.bK>=4294967296&&(_.cK+=Math.trunc(_.bK/4294967296),_.cK>>>=0,_.bK>>>=0);b&&(b=_.Ea(_.eK(_.bK,_.cK)),a=b.next().value,b=b.next().value,_.bK=a,_.cK=b)}};_.eK=function(a,b){b=~b;a?a=~a+1:b+=1;return[a,b]};
|
|
lK=function(a,b){if(a!=null){var c;var d=(c=kK)!=null?c:kK={};c=d[a]||0;c>=b||(d[a]=c+1,a=Error(),_.yJ(a,"incident"),_.uh(a))}};_.mK=function(a){return Array.prototype.slice.call(a)};_.nK=function(a){if(a!=null&&typeof a!=="boolean")throw Error("pb`"+_.sd(a)+"`"+a);return a};_.oK=function(a){if(a==null||typeof a==="boolean")return a;if(typeof a==="number")return!!a};_.rK=function(a){switch(typeof a){case "bigint":return!0;case "number":return(0,_.pK)(a);case "string":return qK.test(a);default:return!1}};
|
|
_.sK=function(a){return a==null||typeof a==="string"?a:void 0};_.vK=function(a,b,c,d){if(a!=null&&_.TJ(a))return a;if(!Array.isArray(a))return c?d&2?b[_.tK]||(b[_.tK]=_.uK(b)):new b:void 0;c=a[_.LJ]|0;d=c|d&32|d&2;d!==c&&_.PJ(a,d);return new b(a)};_.uK=function(a){a=new a;_.OJ(a.W,34);return a};AK=function(a,b){var c=c===void 0?!1:c;if(wK(xK)&&wK(yK)&&void 0===xK){var d=a.W,e=d[yK];if(!e)return;if(e=e.f0)try{e(d,b,zK);return}catch(f){_.uh(f)}}c&&(a=a.W,(c=wK(yK))&&c in a&&(a=a[c])&&delete a[b])};
|
|
CK=function(a,b){var c=wK(yK),d;_.KJ&&c&&((d=a[c])==null?void 0:d[b])!=null&&lK(BK,3)};EK=function(a,b){b<100||lK(DK,1)};
|
|
_.HK=function(a,b,c,d){var e=d!==void 0;d=!!d;var f=wK(yK),h;!e&&_.KJ&&f&&(h=a[f])&&h.HT(EK);f=[];var k=a.length;h=4294967295;var l=!1,m=!!(b&64),n=m?b&128?0:-1:void 0;if(!(b&1)){var p=k&&a[k-1];p!=null&&typeof p==="object"&&p.constructor===Object?(k--,h=k):p=void 0;if(m&&!(b&128)&&!e){l=!0;var q;h=((q=FK)!=null?q:YJ)(h-n,n,a,p,void 0)+n}}b=void 0;for(q=0;q<k;q++){var r=a[q];if(r!=null&&(r=c(r,d))!=null)if(m&&q>=h){var v=q-n,u=void 0;((u=b)!=null?u:b={})[v]=r}else f[q]=r}if(p)for(var z in p)k=p[z],
|
|
k!=null&&(k=c(k,d))!=null&&(q=+z,r=void 0,m&&!Number.isNaN(q)&&(r=q+n)<h?f[r]=k:(q=void 0,((q=b)!=null?q:b={})[z]=k));b&&(l?f.push(b):f[h]=b);e&&wK(yK)&&(a=(c=wK(yK))?a[c]:void 0)&&"function"==typeof _.GK&&a instanceof _.GK&&(f[yK]=a.Yba());return f};
|
|
_.JK=function(a){switch(typeof a){case "number":return Number.isFinite(a)?a:""+a;case "bigint":return(0,_.IK)(a)?Number(a):""+a;case "boolean":return a?1:0;case "object":if(Array.isArray(a)){var b=a[_.LJ]|0;return a.length===0&&b&1?void 0:_.HK(a,b,_.JK)}if(a!=null&&_.TJ(a))return _.KK(a);if("function"==typeof _.LK&&a instanceof _.LK)return a.ZP();return}return a};_.KK=function(a){a=a.W;return _.HK(a,a[_.LJ]|0,_.JK)};_.NK=function(a,b,c){return MK(a,b,c,2048)};
|
|
MK=function(a,b,c,d){d=d===void 0?0:d;if(a==null){var e=32;c?(a=[c],e|=128):a=[];b&&(e=e&-16760833|(b&1023)<<14)}else{if(!Array.isArray(a))throw Error("qb");e=a[_.LJ]|0;if(_.ac&&1&e)throw Error("rb");2048&e&&!(2&e)&&OK();if(e&256)throw Error("sb");if(e&64)return(e|d)!==e&&_.PJ(a,e|d),a;if(c&&(e|=128,c!==a[0]))throw Error("tb");a:{c=a;e|=64;var f=c.length;if(f){var h=f-1,k=c[h];if(k!=null&&typeof k==="object"&&k.constructor===Object){b=e&128?0:-1;h-=b;if(h>=1024)throw Error("vb");for(var l in k)f=
|
|
+l,f<h&&(c[f+b]=k[l],delete k[l]);e=e&-16760833|(h&1023)<<14;break a}}if(b){l=Math.max(b,f-(e&128?0:-1));if(l>1024)throw Error("wb");e=e&-16760833|(l&1023)<<14}}}_.PJ(a,e|64|d);return a};OK=function(){if(_.ac)throw Error("ub");lK(PK,5)};
|
|
TK=function(a,b){if(typeof a!=="object")return a;if(Array.isArray(a)){var c=a[_.LJ]|0;a.length===0&&c&1?a=void 0:c&2||(!b||4096&c||16&c?a=_.QK(a,c,!1,b&&!(c&16)):(_.OJ(a,34),c&4&&Object.freeze(a)));return a}if(a!=null&&_.TJ(a))return b=a.W,c=b[_.LJ]|0,_.VJ(a,c)?a:_.RK(a,b,c)?_.SK(a,b):_.QK(b,c);if("function"==typeof _.LK&&a instanceof _.LK)return a};_.SK=function(a,b,c){a=new a.constructor(b);c&&(a.cu=UJ);a.LY=UJ;return a};
|
|
_.QK=function(a,b,c,d){d!=null||(d=!!(34&b));a=_.HK(a,b,TK,d);d=32;c&&(d|=2);b=b&16769217|d;_.PJ(a,b);return a};_.UK=function(a){var b=a.W,c=b[_.LJ]|0;return _.VJ(a,c)?_.RK(a,b,c)?_.SK(a,b,!0):new a.constructor(_.QK(b,c,!1)):a};_.VK=function(a){if(a.cu!==UJ)return!1;var b=a.W;b=_.QK(b,b[_.LJ]|0);_.OJ(b,2048);a.W=b;a.cu=void 0;a.LY=void 0;return!0};_.WK=function(a){if(!_.VK(a)&&_.VJ(a,a.W[_.LJ]|0))throw Error();};_.XK=function(a,b){b===void 0&&(b=a[_.LJ]|0);b&32&&!(b&4096)&&_.PJ(a,b|4096)};
|
|
_.RK=function(a,b,c){return c&2?!0:c&32&&!(c&4096)?(_.PJ(b,c|2),a.cu=UJ,!0):!1};_.YK=function(a,b,c,d,e){var f=c+(e?0:-1),h=a.length-1;if(h>=1+(e?0:-1)&&f>=h){var k=a[h];if(k!=null&&typeof k==="object"&&k.constructor===Object)return k[c]=d,b}if(f<=h)return a[f]=d,b;if(d!==void 0){var l;h=((l=b)!=null?l:b=a[_.LJ]|0)>>14&1023||536870912;c>=h?d!=null&&(f={},a[h+(e?0:-1)]=(f[c]=d,f)):a[f]=d}return b};
|
|
_.aL=function(a,b,c,d,e,f,h,k,l){var m=b;h===1||(h!==4?0:2&b||!(16&b)&&32&d)?_.ZK(b)||(b|=!a.length||k&&!(4096&b)||32&d&&!(4096&b||16&b)?2:256,b!==m&&_.PJ(a,b),Object.freeze(a)):(h===2&&_.ZK(b)&&(a=_.mK(a),m=0,b=_.$K(b,d),d=_.YK(c,d,e,a,f)),_.ZK(b)||(l||(b|=16),b!==m&&_.PJ(a,b)));2&b||!(4096&b||16&b)||_.XK(c,d);return a};_.dL=function(a,b,c){a=_.bL(a,b,c);return Array.isArray(a)?a:_.cL};_.eL=function(a,b){2&b&&(a|=2);return a|1};_.ZK=function(a){return!!(2&a)&&!!(4&a)||!!(256&a)};
|
|
_.fL=function(a,b,c,d){_.WK(a);var e=a.W;_.YK(e,e[_.LJ]|0,b,(d==="0"?Number(c)===0:c===d)?void 0:c);return a};_.gL=function(a,b,c,d,e){var f=!1;d=_.bL(a,d,e,function(h){var k=_.vK(h,c,!1,b);f=k!==h&&k!=null;return k});if(d!=null)return f&&!_.VJ(d)&&_.XK(a,b),d};
|
|
_.hL=function(a,b,c,d,e,f,h,k,l){var m=_.VJ(a,c);f=m?1:f;k=!!k||f===3;m=l&&!m;(f===2||m)&&_.VK(a)&&(b=a.W,c=b[_.LJ]|0);a=_.dL(b,e,h);var n=a===_.cL?7:a[_.LJ]|0,p=_.eL(n,c);if(l=!(4&p)){var q=a,r=c,v=!!(2&p);v&&(r|=2);for(var u=!v,z=!0,C=0,A=0;C<q.length;C++){var D=_.vK(q[C],d,!1,r);if(D instanceof d){if(!v){var O=_.VJ(D);u&&(u=!O);z&&(z=O)}q[A++]=D}}A<C&&(q.length=A);p|=4;p=z?p&-4097:p|4096;p=u?p|8:p&-9}p!==n&&(_.PJ(a,p),2&p&&Object.freeze(a));if(m&&!(8&p||!a.length&&(f===1||(f!==4?0:2&p||!(16&p)&&
|
|
32&c)))){_.ZK(p)&&(a=_.mK(a),p=_.$K(p,c),c=_.YK(b,c,e,a,h));d=a;m=p;for(n=0;n<d.length;n++)q=d[n],p=_.UK(q),q!==p&&(d[n]=p);m|=8;p=m=d.length?m|4096:m&-4097;_.PJ(a,p)}return a=_.aL(a,p,b,c,e,h,f,l,k)};_.$K=function(a,b){return a=(2&b?a|2:a&-3)&-273};
|
|
_.iL=function(a,b,c,d,e,f,h,k){_.WK(a);var l=a.W;a=_.hL(a,l,l[_.LJ]|0,c,b,2,d,!0);h&&k?(f!=null||(f=a.length-1),_.WJ(a,f),a.splice(f,h),a.length||(a[_.LJ]&=-4097)):(h?_.XJ(a,f):e=e!=null?e:new c,f!=void 0?a.splice(f,h,e):a.push(e),f=c=a===_.cL?7:a[_.LJ]|0,(e=_.VJ(e))?(c&=-9,a.length===1&&(c&=-4097)):c|=4096,c!==f&&_.PJ(a,c),e||_.XK(l))};wK=function(a){return a};var FJ,DJ,AJ;FJ=typeof Uint8Array!=="undefined";_.CJ=!_.Fd&&typeof btoa==="function";DJ=/[-_.]/g;AJ={"-":"+",_:"/",".":"="};var jL,yK,BK,DK,PK,RJ,xK;_.KJ=typeof Symbol==="function"&&typeof Symbol()==="symbol";jL=_.JJ("jas",void 0,!0);_.tK=_.JJ(void 0,"0di");yK=_.JJ(void 0,Symbol());BK=_.JJ(void 0,"0ub");DK=_.JJ(void 0,"0ubs");PK=_.JJ(void 0,"0actk");RJ=_.JJ("m_m","fxa",!0);xK=_.JJ();var NJ,MJ,kL;NJ={Qga:{value:0,configurable:!0,writable:!0,enumerable:!1}};MJ=Object.defineProperties;_.LJ=_.KJ?jL:"Qga";kL=[];_.PJ(kL,7);_.cL=Object.freeze(kL);var SJ,UJ;SJ={};UJ={};_.lL=Object.freeze({});_.mL=Object.freeze({});var ZJ=typeof _.fb.BigInt==="function"&&typeof _.fb.BigInt(0)==="bigint";var pL,nL,qL,oL;_.IK=_.iH(function(a){return ZJ?a>=nL&&a<=oL:a[0]==="-"?aK(a,pL):aK(a,qL)});pL=Number.MIN_SAFE_INTEGER.toString();nL=ZJ?BigInt(Number.MIN_SAFE_INTEGER):void 0;qL=Number.MAX_SAFE_INTEGER.toString();oL=ZJ?BigInt(Number.MAX_SAFE_INTEGER):void 0;_.bK=0;_.cK=0;var kK=void 0;var qK;_.rL=typeof BigInt==="function"?BigInt.asIntN:void 0;_.sL=typeof BigInt==="function"?BigInt.asUintN:void 0;_.tL=Number.isSafeInteger;_.pK=Number.isFinite;_.uL=Math.trunc;qK=/^-?([1-9][0-9]*|0)(\.[0-9]+)?$/;var zK={Pxa:!0};var FK;_.vL=_.$J(0);_.wL=function(a,b,c,d,e){b=_.bL(a.W,b,c,e);if(b!==null||d&&a.LY!==UJ)return b};_.bL=function(a,b,c,d){if(b===-1)return null;var e=b+(c?0:-1),f=a.length-1;if(!(f<1+(c?0:-1))){if(e>=f){var h=a[f];if(h!=null&&typeof h==="object"&&h.constructor===Object){c=h[b];var k=!0}else if(e===f)c=h;else return}else c=a[e];if(d&&c!=null){d=d(c);if(d==null)return d;if(!Object.is(d,c))return k?h[b]=d:a[e]=d,d}return c}};_.xL=function(a,b,c,d){a=a.W;return _.gL(a,a[_.LJ]|0,b,c,d)!==void 0};_.yL=function(a,b,c){this.W=_.NK(a,b,c)};_.yL.prototype.toJSON=function(){return _.KK(this)};_.zL=function(a,b){if(b==null||b=="")return new a;b=JSON.parse(b);if(!Array.isArray(b))throw Error("yb");_.OJ(b,32);return new a(b)};_.yL.prototype.getExtension=function(a){CK(this.W,a.Oh);AK(this,a.Oh);return a.ctor?a.eA(this,a.ctor,a.Oh,a.yv):a.eA(this,a.Oh,a.defaultValue,a.yv)};_.AL=function(a,b){CK(a.W,b.Oh);AK(a,b.Oh);a=b.ctor?b.eA(a,b.ctor,b.Oh,b.yv):b.eA(a,b.Oh,null,b.yv);return a===null?void 0:a};
|
|
_.yL.prototype.hasExtension=function(a){CK(this.W,a.Oh);AK(this,a.Oh);return a.ctor?_.xL(this,a.ctor,a.Oh,a.yv):_.AL(this,a)!==void 0};_.yL.prototype.clone=function(){var a=this.W,b=a[_.LJ]|0;return _.RK(this,a,b)?_.SK(this,a,!0):new this.constructor(_.QK(a,b,!1))};_.yL.prototype[RJ]=SJ;_.yL.prototype.toString=function(){return this.W.toString()};
|
|
var fN,nN,oN,sN,tN,EN,FN,GN,IN,JN,MN,zN,hO;_.eN=function(a){var b=a.W,c=b[_.LJ]|0;return _.VJ(a,c)?a:_.RK(a,b,c)?_.SK(a,b):new a.constructor(_.QK(b,c,!0))};fN=function(){var a=_.bK,b=_.cK;b&2147483648?_.IJ()?a=""+(BigInt(b|0)<<BigInt(32)|BigInt(a>>>0)):(b=_.Ea(_.eK(a,b)),a=b.next().value,b=b.next().value,a="-"+_.gK(a,b)):a=_.gK(a,b);return a};_.gN=function(a){a=Error(a);_.yJ(a,"warning");return a};_.hN=function(a){if(a!=null&&typeof a!=="number")throw Error("ob`"+typeof a+"`"+a);return a};
|
|
_.iN=function(a){if(a==null||typeof a==="number")return a;if(a==="NaN"||a==="Infinity"||a==="-Infinity")return Number(a)};_.jN=function(a){if(!(0,_.pK)(a))throw _.gN("enum");return a|0};_.kN=function(a){return a==null?a:(0,_.pK)(a)?a|0:void 0};_.lN=function(a){if(typeof a!=="number")throw _.gN("int32");if(!(0,_.pK)(a))throw _.gN("int32");return a|0};_.mN=function(a){if(a==null)return a;if(typeof a==="string"&&a)a=+a;else if(typeof a!=="number")return;return(0,_.pK)(a)?a|0:void 0};
|
|
nN=function(a){var b=a.length;if(a[0]==="-"?b<20||b===20&&a<="-9223372036854775808":b<19||b===19&&a<="9223372036854775807")return a;_.jK(a);return fN()};oN=function(a){var b=(0,_.uL)(Number(a));if((0,_.tL)(b))return _.$J(b);b=a.indexOf(".");b!==-1&&(a=a.substring(0,b));return _.IJ()?_.$J((0,_.rL)(64,BigInt(a))):_.$J(nN(a))};_.pN=function(a){var b=(0,_.uL)(Number(a));if((0,_.tL)(b))return String(b);b=a.indexOf(".");b!==-1&&(a=a.substring(0,b));return nN(a)};
|
|
_.qN=function(a){a=(0,_.uL)(a);if(!(0,_.tL)(a)){_.fK(a);var b=_.bK,c=_.cK;if(a=c&2147483648)b=~b+1>>>0,c=~c>>>0,b==0&&(c=c+1>>>0);b=_.hK(b,c);a=typeof b==="number"?a?-b:b:a?"-"+b:b}return a};_.rN=function(a){a=(0,_.uL)(a);(0,_.tL)(a)?a=String(a):(_.fK(a),a=fN());return a};sN=function(a){return(0,_.tL)(a)?_.$J(_.qN(a)):_.$J(_.rN(a))};
|
|
tN=function(a,b){b!=null||(b=_.bc?1024:0);if(!_.rK(a))throw _.gN("int64");var c=typeof a;switch(b){case 512:switch(c){case "string":return _.pN(a);case "bigint":return String((0,_.rL)(64,a));default:return _.rN(a)}case 1024:switch(c){case "string":return oN(a);case "bigint":return _.$J((0,_.rL)(64,a));default:return sN(a)}case 0:switch(c){case "string":return _.pN(a);case "bigint":return _.$J((0,_.rL)(64,a));default:return _.qN(a)}default:return _.sb(b,"Unknown format requested type for int64")}};
|
|
_.uN=function(a,b){return a==null?a:tN(a,b)};_.vN=function(a){var b=typeof a;if(a==null)return a;if(b==="bigint")return _.$J((0,_.rL)(64,a));if(_.rK(a))return b==="string"?oN(a):sN(a)};_.wN=function(a){if(typeof a!=="string")throw Error();return a};_.xN=function(a){if(a!=null&&typeof a!=="string")throw Error();return a};
|
|
_.yN=function(a,b,c,d,e){_.WK(a);var f=a.W,h=f[_.LJ]|0;if(c==null)return _.YK(f,h,b,void 0,e),a;var k=c===_.cL?7:c[_.LJ]|0,l=k,m=_.ZK(k),n=m||Object.isFrozen(c);m||(k=0);n||(c=_.mK(c),l=0,k=_.$K(k,h),n=!1);k|=5;var p;m=(p=_.QJ(k))!=null?p:_.bc?1024:0;k|=m;for(p=0;p<c.length;p++){var q=c[p],r=d(q,m);Object.is(q,r)||(n&&(c=_.mK(c),l=0,k=_.$K(k,h),n=!1),c[p]=r)}k!==l&&(n&&(c=_.mK(c),k=_.$K(k,h)),_.PJ(c,k));_.YK(f,h,b,c,e);return a};
|
|
_.AN=function(a){if(_.KJ){var b;return(b=a[zN])!=null?b:a[zN]=new Map}if(zN in a)return a[zN];b=new Map;Object.defineProperty(a,zN,{value:b});return b};_.BN=function(a,b,c,d){var e=a.get(d);if(e!=null)return e;for(var f=e=0;f<d.length;f++){var h=d[f];_.bL(b,h,void 0)!=null&&(e!==0&&(c=_.YK(b,c,e,void 0,void 0)),e=h)}a.set(d,e);return e};_.Na.prototype.Xs=_.rb(3,function(a){this.Wf={PS:a,OW:!0};this.Dc=this.En||this.wk});_.Na.prototype.Mr=_.rb(2,function(a){this.yh=a});
|
|
_.Na.prototype.nn=_.rb(1,function(){this.YI=!1});_.CN=function(a){return a===_.lL?2:4};_.DN=function(a){return JSON.stringify(_.KK(a))};EN=function(a){this.rb=new _.Na;this.uja=a};EN.prototype.Mr=function(a){this.rb.Qs();if(this.rb.Al)return FN(this,this.rb.Al.next,a,this.rb.Mr);this.rb.Mr(a);return GN(this)};var HN=function(a,b){a.rb.Qs();var c=a.rb.Al;if(c)return FN(a,"return"in c?c["return"]:function(d){return{value:d,done:!0}},b,a.rb.return);a.rb.return(b);return GN(a)};
|
|
EN.prototype.Xs=function(a){this.rb.Qs();if(this.rb.Al)return FN(this,this.rb.Al["throw"],a,this.rb.Mr);this.rb.Xs(a);return GN(this)};FN=function(a,b,c,d){try{var e=b.call(a.rb.Al,c);_.Ma(e);if(!e.done)return a.rb.nn(),e;var f=e.value}catch(h){return a.rb.Al=null,a.rb.Xs(h),GN(a)}a.rb.Al=null;d.call(a.rb,f);return GN(a)};
|
|
GN=function(a){for(;a.rb.Dc;)try{var b=a.uja(a.rb);if(b)return a.rb.nn(),{value:b.value,done:!1}}catch(c){a.rb.yh=void 0,a.rb.Xs(c)}a.rb.nn();if(a.rb.Wf){b=a.rb.Wf;a.rb.Wf=null;if(b.OW)throw b.PS;return{value:b.return,done:!0}}return{value:void 0,done:!0}};IN=function(a){this.next=function(b){return a.Mr(b)};this.throw=function(b){return a.Xs(b)};this.return=function(b){return HN(a,b)};this[Symbol.iterator]=function(){return this}};
|
|
JN=function(a){function b(d){return a.next(d)}function c(d){return a.throw(d)}return new Promise(function(d,e){function f(h){h.done?d(h.value):Promise.resolve(h.value).then(b,c).then(f,e)}f(a.next())})};_.KN=function(a){return JN(new IN(new EN(a)))};_.LN={};zN=_.JJ(void 0,"1oa");_.y={};_.NN={};_.ON=function(a,b,c,d){_.WK(a);var e=a.W;_.YK(e,e[_.LJ]|0,b,c,d);return a};_.PN=function(a,b){a=a.W;return _.BN(_.AN(a),a,void 0,b)};_.QN=function(a,b,c){return _.PN(a,b)===c?c:-1};
|
|
_.RN=function(a,b,c,d){var e=a.W,f=e[_.LJ]|0;b=_.gL(e,f,b,c,d);if(b==null)return b;f=e[_.LJ]|0;if(!_.VJ(a,f)){var h=_.UK(b);h!==b&&(_.VK(a)&&(e=a.W,f=e[_.LJ]|0),b=h,f=_.YK(e,f,c,b,d),_.XK(e,f))}return b};_.SN=function(a,b,c,d,e,f){_.iL(a,b,c,f,e,d,1);return a};_.TN=function(a,b,c,d,e){var f=a.W;return _.hL(a,f,f[_.LJ]|0,b,c,d,e,!1,!0)};_.UN=function(a,b,c,d){c==null&&(c=void 0);_.ON(a,b,c,d);c&&!_.VJ(c)&&_.XK(a.W);return a};
|
|
_.VN=function(a,b,c,d){_.WK(a);var e=a.W,f=e[_.LJ]|0;if(c==null)return _.YK(e,f,b,void 0,d),a;for(var h=c===_.cL?7:c[_.LJ]|0,k=h,l=_.ZK(h),m=l||Object.isFrozen(c),n=!0,p=!0,q=0;q<c.length;q++){var r=c[q];l||(r=_.VJ(r),n&&(n=!r),p&&(p=r))}l||(h=n?13:5,h=p?h&-4097:h|4096);m&&h===k||(c=_.mK(c),k=0,h=_.$K(h,f));h!==k&&_.PJ(c,h);f=_.YK(e,f,b,c,d);2&h||!(4096&h||16&h)||_.XK(e,f);return a};_.WN=function(a,b,c,d){return _.bc?_.wL(a,b,c,d,_.vN):_.vN(_.wL(a,b,c,d))};
|
|
_.XN=function(a,b,c,d){return _.sK(_.wL(a,b,c,d))};_.YN=function(a,b,c){c=c===void 0?0:c;var d;return(d=_.mN(_.wL(a,b)))!=null?d:c};_.ZN=function(a,b){var c=c===void 0?"":c;var d;return(d=_.XN(a,b))!=null?d:c};_.$N=function(a,b){var c=c===void 0?0:c;var d;return(d=_.kN(_.wL(a,b)))!=null?d:c};_.aO=function(a,b,c){return _.XN(a,b,c,_.NN)};_.bO=function(a,b,c,d){return _.ON(a,b,_.nK(c),d)};_.cO=function(a,b,c,d){return _.ON(a,b,c==null?c:_.lN(c),d)};
|
|
_.dO=function(a,b,c,d,e){return _.ON(a,b,_.uN(c,d),e)};_.eO=function(a,b,c,d){return _.ON(a,b,_.xN(c),d)};_.fO=function(a,b,c,d){return _.ON(a,b,c==null?c:_.jN(c),d)};_.LK=function(a,b){if(b!==_.LN)throw Error("nb");this.Ma=a;if(a!=null&&a.length===0)throw Error("mb");};_.gO=function(){return MN||(MN=new _.LK(null,_.LN))};
|
|
_.LK.prototype.ZP=function(){var a=this.Ma;if(a==null)a="";else if(typeof a!=="string"){if(_.CJ){for(var b="",c=0,d=a.length-10240;c<d;)b+=String.fromCharCode.apply(null,a.subarray(c,c+=10240));b+=String.fromCharCode.apply(null,c?a.subarray(c):a);a=btoa(b)}else a=_.Mh(a);a=this.Ma=a}return a};_.LK.prototype.isEmpty=function(){return this.Ma==null};_.LK.prototype.sya=function(){var a=hO(this);return a?a.length:0};
|
|
_.iO=function(a,b){if(!a.Ma||!b.Ma||a.Ma===b.Ma)return a.Ma===b.Ma;if(typeof a.Ma==="string"&&typeof b.Ma==="string"){var c=a.Ma,d=b.Ma;b.Ma.length>a.Ma.length&&(d=a.Ma,c=b.Ma);if(c.lastIndexOf(d,0)!==0)return!1;for(b=d.length;b<c.length;b++)if(c[b]!=="=")return!1;return!0}c=hO(a);b=hO(b);return _.HJ(c,b)};hO=function(a){if(_.LN!==_.LN)throw Error("nb");var b=a.Ma;b==null||_.GJ(b)||(typeof b==="string"?b=_.EJ(b):(_.sd(b),b=null));return b==null?b:a.Ma=b};
|
|
_.LK.prototype.yW=function(a){if(typeof a==="string")a=a?new _.LK(a,_.LN):_.gO();else if(a instanceof Uint8Array)a=new _.LK(a,_.LN);else if(!(a instanceof _.LK))return!1;return _.iO(this,a)};
|
|
var LO,NO,OO,PO,QO,RO,TO,UO,SO,WO,VO;
|
|
LO=function(a){var b=_.Sc();if(a==="Internet Explorer")return _.Zc()?_.fd(b):"";b=_.Wc(b);var c=_.ed(b);switch(a){case "Opera":if(_.Yc())return c(["Version","Opera"]);if(_.bd())return c(["OPR"]);break;case "Microsoft Edge":if(_.$c())return c(["Edge"]);if(_.ad())return c(["Edg"]);break;case "Chromium":if(_.dd())return c(["Chrome","CriOS","HeadlessChrome"])}return a==="Firefox"&&_.cd()||a==="Safari"&&_.xh()||a==="Android Browser"&&_.yh()||a==="Silk"&&_.Vc("Silk")?(a=b[2])&&a[1]||"":""};
|
|
_.MO=function(a){if(_.Xc()&&a!=="Silk"){var b=_.Tc.brands.find(function(c){return c.brand===a});if(!b||!b.version)return NaN;b=b.version.split(".")}else{b=LO(a);if(b==="")return NaN;b=b.split(".")}return b.length===0?NaN:Number(b[0])};NO=function(a){return!Array.isArray(a)||a.length?!1:(a[_.LJ]|0)&1?!0:!1};OO=function(a,b){if(typeof b==="string")try{b=_.EJ(b)}catch(c){return!1}return _.GJ(b)&&_.HJ(a,b)};PO=function(a){switch(a){case "bigint":case "string":case "number":return!0;default:return!1}};
|
|
QO=function(a,b,c,d,e){var f;return(f=a<d?b[a+e]:void 0)!=null?f:c==null?void 0:c[a]};RO=function(a,b){if(!Array.isArray(a)||!Array.isArray(b))return 0;a=""+a[0];b=""+b[0];return a===b?0:a<b?-1:1};TO=function(a,b){if(_.TJ(a))a=a.W;else if(!Array.isArray(a))return!1;if(_.TJ(b))b=b.W;else if(!Array.isArray(b))return!1;return SO(a,b,void 0,2)};UO=function(a,b,c){return SO(a,b,c,0)};
|
|
SO=function(a,b,c,d){if(a===b||a==null&&b==null)return!0;if(a instanceof Map)return a.Sga(b,c);if(b instanceof Map)return b.Sga(a,c);if(a==null||b==null)return!1;if("function"==typeof _.LK&&a instanceof _.LK)return a.yW(b);if("function"==typeof _.LK&&b instanceof _.LK)return b.yW(a);if(_.GJ(a))return OO(a,b);if(_.GJ(b))return OO(b,a);var e=typeof a,f=typeof b;if(e!=="object"||f!=="object")return Number.isNaN(a)||Number.isNaN(b)?String(a)===String(b):PO(e)&&PO(f)?""+a===""+b:e==="boolean"&&f==="number"||
|
|
e==="number"&&f==="boolean"?!a===!b:!1;if(_.TJ(a)||_.TJ(b))return TO(a,b);if(a.constructor!=b.constructor)return!1;if(a.constructor===Array){f=a[_.LJ]|0;var h=b[_.LJ]|0,k=a.length,l=b.length,m=Math.max(k,l);e=(f|h|64)&128?0:-1;if(d===1||(f|h)&1)d=1;else if((f|h)&8192)return VO(a,b);f=k&&a[k-1];h=l&&b[l-1];f!=null&&typeof f==="object"&&f.constructor===Object||(f=null);h!=null&&typeof h==="object"&&h.constructor===Object||(h=null);k=k-e-+!!f;l=l-e-+!!h;for(var n=0;n<m;n++)if(!WO(n-e,a,f,k,b,h,l,e,c,
|
|
d))return!1;if(f)for(var p in f){d=a;m=f;n=k;var q=b,r=h,v=l,u=e,z=c,C=+p;if(!(!Number.isFinite(C)||C<n||C<v||WO(C,d,m,n,q,r,v,u,z,2)))return!1}if(h)for(var A in h)if((p=f&&A in f)||(p=a,d=f,m=k,n=b,q=h,r=l,v=e,u=c,z=+A,p=!Number.isFinite(z)||z<m||z<r?!0:WO(z,p,d,m,n,q,r,v,u,2)),!p)return!1;return!0}if(a.constructor===Object)return UO([a],[b]);throw Error();};
|
|
WO=function(a,b,c,d,e,f,h,k,l,m){b=QO(a,b,c,d,k);e=QO(a,e,f,h,k);m=m===1;if(e==null&&NO(b)||b==null&&NO(e))return!0;a=m?l:l==null?void 0:l.Xda(a);return SO(b,e,a,0)};
|
|
VO=function(a,b){if(!Array.isArray(a)||!Array.isArray(b))return!1;a=_.mK(a);b=_.mK(b);Array.prototype.sort.call(a,RO);Array.prototype.sort.call(b,RO);var c=a.length,d=b.length;if(c===0&&d===0)return!0;for(var e=0,f=0;e<c&&f<d;){var h=void 0,k=a[e];if(!Array.isArray(k))return!1;for(var l=k[0];e<c-1&&UO((h=a[e+1])[0],l);)e++,k=h;var m=void 0;h=b[f];if(!Array.isArray(h))return!1;for(var n=h[0];f<d-1&&UO((m=b[f+1])[0],n);)f++,h=m;if(!UO(l,n))return!1;l=void 0;if(!UO(k[1],h[1],(l=void 0)==null?void 0:
|
|
l.Xda(2)))return!1;e++;f++}return e>=c&&f>=d};_.XO=function(a){return(0,_.IK)(a)?Number(a):String(a)};_.YO=function(a,b,c,d){c=c===void 0?!1:c;var e;return(e=_.oK(_.wL(a,b,d)))!=null?e:c};_.ZO=function(a,b){return a===b||a==null&&b==null||!(!a||!b)&&a instanceof b.constructor&&TO(a,b)};
|
|
var HP;_.CP=function(a){if(a[0]==="-")var b=!1;else b=a.length,b=b<20?!0:b===20&&a<="18446744073709551615";if(b)return a;_.jK(a);return _.gK(_.bK,_.cK)};_.DP=function(a){a=(0,_.uL)(a);a>=0&&(0,_.tL)(a)||(_.fK(a),a=_.hK(_.bK,_.cK));return a};_.EP=function(a){a=(0,_.uL)(a);a>=0&&(0,_.tL)(a)?a=String(a):(_.fK(a),a=_.gK(_.bK,_.cK));return a};_.FP=function(a){return(0,_.tL)(a)?_.$J(_.DP(a)):_.$J(_.EP(a))};
|
|
_.GP=function(a){var b=(0,_.uL)(Number(a));if((0,_.tL)(b)&&b>=0)return _.$J(b);b=a.indexOf(".");b!==-1&&(a=a.substring(0,b));return _.IJ()?_.$J((0,_.sL)(64,BigInt(a))):_.$J(_.CP(a))};HP=function(a){var b=typeof a;if(a==null)return a;if(b==="bigint")return _.$J((0,_.sL)(64,a));if(_.rK(a))return b==="string"?_.GP(a):_.FP(a)};
|
|
_.IP=function(a,b,c,d,e){var f=a.W,h=f[_.LJ]|0;c=_.VJ(a,h)?1:c;d=!!d||c===3;c===2&&_.VK(a)&&(f=a.W,h=f[_.LJ]|0);a=_.dL(f,b,e);var k=a===_.cL?7:a[_.LJ]|0,l=_.eL(k,h);var m=4&l?!1:!0;if(m){4&l&&(a=_.mK(a),k=0,l=_.$K(l,h),h=_.YK(f,h,b,a,e));for(var n=0,p=0;n<a.length;n++){var q=_.sK(a[n]);q!=null&&(a[p++]=q)}p<n&&(a.length=p);l=(l|4)&-513;l&=-1025;l&=-4097}l!==k&&(_.PJ(a,l),2&l&&Object.freeze(a));return a=_.aL(a,l,f,h,b,e,c,m,d)};
|
|
_.JP=function(a,b,c,d,e,f){_.WK(a);b=_.IP(a,b,2,!0,e);var h;e=(h=_.QJ(b===_.cL?7:b[_.LJ]|0))!=null?h:_.bc?1024:0;f&&_.XJ(b,d);d!=void 0?b.splice(d,f,_.wN(c,e)):b.push(_.wN(c,e));return a};_.KP=function(a,b,c,d,e){_.iL(a,b,c,e,void 0,d,1,!0);return a};_.LP=function(a,b,c){return _.bc?_.wL(a,b,void 0,c,HP):HP(_.wL(a,b,void 0,c))};_.MP=function(a,b,c,d){a=_.IP(a,b,3,!0,d);_.WJ(a,c);return a[c]};_.NP=function(a,b,c){return _.fL(a,b,_.nK(c),!1)};var RP,OP,PP,QP;
|
|
_.SP=function(a,b){var c=b||{};b=c.document||document;var d=_.uc(a).toString(),e=(new _.de(b)).createElement("SCRIPT"),f={m0:e,Fi:void 0},h=new _.WG(OP,f),k=null,l=c.timeout!=null?c.timeout:5E3;l>0&&(k=window.setTimeout(function(){PP(e,!0);h.tk(new QP(1,"Timeout reached for loading script "+d))},l),f.Fi=k);e.onload=e.onreadystatechange=function(){e.readyState&&e.readyState!="loaded"&&e.readyState!="complete"||(PP(e,c.ova||!1,k),h.callback(null))};e.onerror=function(){PP(e,!0,k);h.tk(new QP(0,"Error while loading script "+
|
|
d))};f=c.attributes||{};_.fj(f,{type:"text/javascript",charset:"UTF-8"});_.je(e,f);_.Ih(e,a);RP(b).appendChild(e);return h};RP=function(a){var b=(a||document).getElementsByTagName("HEAD");return b&&b.length!==0?b[0]:a.documentElement};OP=function(){if(this&&this.m0){var a=this.m0;a&&a.tagName=="SCRIPT"&&PP(a,!0,this.Fi)}};PP=function(a,b,c){c!=null&&_.fb.clearTimeout(c);a.onload=function(){};a.onerror=function(){};a.onreadystatechange=function(){};b&&window.setTimeout(function(){_.we(a)},0)};
|
|
QP=function(a,b){var c="Jsloader error (code #"+a+")";b&&(c+=": "+b);_.nb.call(this,c);this.code=a};_.qb(QP,_.nb);
|
|
_.n1=function(a,b){b=b===void 0?!1:b;var c=typeof a;if(a==null)return a;if(c==="bigint")return String((0,_.rL)(64,a));if(_.rK(a))return c==="string"?_.pN(a):b?_.rN(a):_.qN(a)};_.o1=function(a){return function(b){return _.zL(a,b)}};_.p1=function(a,b,c){c=c===void 0?_.vL:c;var d;return(d=_.WN(a,b))!=null?d:c};
|
|
var Wda,Vda;Wda=function(a,b){var c=Vda;return Object.prototype.hasOwnProperty.call(c,a)?c[a]:c[a]=b(a)};Vda={};_.C4=function(a){return Wda(a,function(){return _.Nc(_.$d,a)>=0})};
|
|
var E4,I4,Yda,Zda,J4;_.D4=function(a,b){a.src=_.uc(b).toString()};E4=function(a){_.Lj.call(this);this.va=a;this.zha=_.Aj(this.va,"focus",this,!0);this.Aha=_.Aj(this.va,"blur",this,!0)};
|
|
I4=function(a,b){var c=Xda++,d={Xha:{id:c,Ph:a.measure,context:b},hia:{id:c,Ph:a.DY,context:b},state:{},ud:void 0,uB:!1};return function(){arguments.length>0?(d.ud||(d.ud=[]),d.ud.length=0,d.ud.push.apply(d.ud,arguments),d.ud.push(d.state)):d.ud&&d.ud.length!=0?(d.ud[0]=d.state,d.ud.length=1):d.ud=[d.state];d.uB||(d.uB=!0,F4[G4].push(d));H4||(H4=!0,window.requestAnimationFrame(Yda))}};
|
|
Yda=function(){H4=!1;var a=F4[G4],b=a.length;G4=(G4+1)%2;for(var c,d=0;d<b;++d){c=a[d];var e=c.Xha;c.uB=!1;e.Ph&&e.Ph.apply(e.context,c.ud)}for(d=0;d<b;++d)c=a[d],e=c.hia,c.uB=!1,e.Ph&&e.Ph.apply(e.context,c.ud),c.state={};a.length=0};Zda=function(a,b){this.va=a;this.Gb=b};J4=function(a,b){_.GC.call(this,b);this.Hma=!!a;this.Cr=null;this.V_=I4({DY:this.Lj},this);I4({DY:this.H3},this)};_.O4=function(a,b,c){J4.call(this,b,c);this.ik=a||"shr-bb-shr-cb";this.Hh=_.K4(_.K4(new _.L4,_.M4,!0),N4,!1,!0)};
|
|
_.P4=function(a){return _.ms(a)};_.Q4=function(a){return a};_.R4=function(a,b){var c=_.cs(a,b+"Left"),d=_.cs(a,b+"Right"),e=_.cs(a,b+"Top");a=_.cs(a,b+"Bottom");return new _.Qr(parseFloat(e),parseFloat(d),parseFloat(a),parseFloat(c))};_.S4=function(a,b){var c=c===void 0?0:c;var d;return(d=_.wL(a,b,void 0,void 0,_.iN))!=null?d:c};_.T4=function(a,b,c,d){return _.RN(a,b,_.QN(a,d,c),void 0)};_.qb(E4,_.Lj);
|
|
E4.prototype.handleEvent=function(a){var b=new _.mj(a.Bf);b.type=a.type=="focusin"||a.type=="focus"?"focusin":"focusout";this.dispatchEvent(b)};E4.prototype.wa=function(){E4.N.wa.call(this);_.Hj(this.zha);_.Hj(this.Aha);delete this.va};_.U4=function(a,b,c){_.Lj.call(this);this.target=a;this.handle=b||a;this.sJ=c||new _.rs(NaN,NaN,NaN,NaN);this.zc=_.ee(a);this.Ja=new _.Is(this);_.cj(this,this.Ja);this.deltaY=this.deltaX=this.ql=this.nl=this.screenY=this.screenX=this.clientY=this.clientX=0;this.Mh=!0;this.Pn=!1;_.Aj(this.handle,["touchstart","mousedown"],this.B2,!1,this);this.rE=$da};_.qb(_.U4,_.Lj);var $da=_.fb.document&&_.fb.document.documentElement&&!!_.fb.document.documentElement.setCapture&&!!_.fb.document.releaseCapture;
|
|
_.U4.prototype.yb=function(){return this.Ja};_.V4=function(a,b){a.sJ=b||new _.rs(NaN,NaN,NaN,NaN)};_.g=_.U4.prototype;_.g.Dd=function(a){this.Mh=a};_.g.wa=function(){_.U4.N.wa.call(this);_.Kj(this.handle,["touchstart","mousedown"],this.B2,!1,this);this.Ja.removeAll();this.rE&&this.zc.releaseCapture();this.handle=this.target=null};
|
|
_.g.B2=function(a){var b=a.type=="mousedown";if(!this.Mh||this.Pn||b&&(a.Bf.button!=0||_.Kd&&a.ctrlKey))this.dispatchEvent("earlycancel");else if(this.dispatchEvent(new W4("start",this,a.clientX,a.clientY,a))){this.Pn=!0;b&&a.preventDefault();b=this.zc;var c=b.documentElement,d=!this.rE;this.Ja.ua(b,["touchmove","mousemove"],this.yfa,{capture:d,passive:!1});this.Ja.ua(b,["touchend","mouseup"],this.Iz,d);this.rE?(c.setCapture(!1),this.Ja.ua(c,"losecapture",this.Iz)):this.Ja.ua(_.ne(b),"blur",this.Iz);
|
|
this.tka&&this.Ja.ua(this.tka,"scroll",this.ow,d);this.clientX=this.nl=a.clientX;this.clientY=this.ql=a.clientY;this.screenX=a.screenX;this.screenY=a.screenY;this.deltaX=this.target.offsetLeft;this.deltaY=this.target.offsetTop;this.uK=_.Vr(_.fe(this.zc))}};_.g.Iz=function(a,b){this.Ja.removeAll();this.rE&&this.zc.releaseCapture();this.Pn?(this.Pn=!1,this.dispatchEvent(new W4("end",this,a.clientX,a.clientY,a,X4(this,this.deltaX),Y4(this,this.deltaY),b||a.type=="touchcancel"))):this.dispatchEvent("earlycancel")};
|
|
_.g.yfa=function(a){if(this.Mh){var b=a.clientX-this.clientX,c=a.clientY-this.clientY;this.clientX=a.clientX;this.clientY=a.clientY;this.screenX=a.screenX;this.screenY=a.screenY;if(!this.Pn){var d=this.nl-this.clientX,e=this.ql-this.clientY;if(d*d+e*e>0)if(this.dispatchEvent(new W4("start",this,a.clientX,a.clientY,a)))this.Pn=!0;else{this.isDisposed()||this.Iz(a);return}}c=Z4(this,b,c);b=c.x;c=c.y;this.Pn&&this.dispatchEvent(new W4("beforedrag",this,a.clientX,a.clientY,a,b,c))&&($4(this,a,b,c),a.preventDefault())}};
|
|
var Z4=function(a,b,c){var d=_.Vr(_.fe(a.zc));b+=d.x-a.uK.x;c+=d.y-a.uK.y;a.uK=d;a.deltaX+=b;a.deltaY+=c;return new _.Or(X4(a,a.deltaX),Y4(a,a.deltaY))};_.U4.prototype.ow=function(a){var b=Z4(this,0,0);a.clientX=this.clientX;a.clientY=this.clientY;$4(this,a,b.x,b.y)};
|
|
var $4=function(a,b,c,d){a.target.style.left=c+"px";a.target.style.top=d+"px";a.dispatchEvent(new W4("drag",a,b.clientX,b.clientY,b,c,d))},X4=function(a,b){var c=a.sJ;a=isNaN(c.left)?null:c.left;c=isNaN(c.width)?0:c.width;return Math.min(a!=null?a+c:Infinity,Math.max(a!=null?a:-Infinity,b))},Y4=function(a,b){var c=a.sJ;a=isNaN(c.top)?null:c.top;c=isNaN(c.height)?0:c.height;return Math.min(a!=null?a+c:Infinity,Math.max(a!=null?a:-Infinity,b))},W4=function(a,b,c,d,e,f,h){_.lj.call(this,a);this.clientX=
|
|
c;this.clientY=d;this.wF=e;this.left=f!==void 0?f:b.deltaX;this.top=h!==void 0?h:b.deltaY};_.qb(W4,_.lj);var a5=function(a){this.Ra=new Map;var b=arguments.length;if(b>1){if(b%2)throw Error("i");for(var c=0;c<b;c+=2)this.set(arguments[c],arguments[c+1])}else a&&this.addAll(a)};_.g=a5.prototype;_.g.Zb=function(){return this.Ra.size};_.g.Xe=function(){return Array.from(this.Ra.values())};_.g.lg=function(){return Array.from(this.Ra.keys())};_.g.Ll=function(a){return this.Ra.has(a)};
|
|
_.g.equals=function(a,b){var c=this;b=b===void 0?function(d,e){return d===e}:b;return this===a?!0:this.Ra.size!=a.Zb()?!1:this.lg().every(function(d){return b(c.Ra.get(d),a.get(d))})};_.g.isEmpty=function(){return this.Ra.size==0};_.g.clear=function(){this.Ra.clear()};_.g.remove=function(a){return this.Ra.delete(a)};_.g.get=function(a,b){return this.Ra.has(a)?this.Ra.get(a):b};_.g.set=function(a,b){this.Ra.set(a,b);return this};
|
|
_.g.addAll=function(a){if(a instanceof a5){a=_.Ea(a.Ra);for(var b=a.next();!b.done;b=a.next()){var c=_.Ea(b.value);b=c.next().value;c=c.next().value;this.Ra.set(b,c)}}else if(a)for(a=_.Ea(Object.entries(a)),b=a.next();!b.done;b=a.next())c=_.Ea(b.value),b=c.next().value,c=c.next().value,this.Ra.set(b,c)};_.g.forEach=function(a,b){var c=this;b=b===void 0?this:b;this.Ra.forEach(function(d,e){return a.call(b,d,e,c)})};_.g.clone=function(){return new a5(this)};(function(){for(var a=["ms","moz","webkit","o"],b,c=0;b=a[c]&&!_.fb.requestAnimationFrame;++c)_.fb.requestAnimationFrame=_.fb[b+"RequestAnimationFrame"],_.fb.cancelAnimationFrame=_.fb[b+"CancelAnimationFrame"]||_.fb[b+"CancelRequestAnimationFrame"];if(!_.fb.requestAnimationFrame){var d=0;_.fb.requestAnimationFrame=function(e){var f=(new Date).getTime(),h=Math.max(0,16-(f-d));d=f+h;return _.fb.setTimeout(function(){e(f+h)},h)};_.fb.cancelAnimationFrame||(_.fb.cancelAnimationFrame=function(e){clearTimeout(e)})}})();
|
|
var F4=[[],[]],G4=0,H4=!1,Xda=0;_.qb(J4,_.GC);_.g=J4.prototype;_.g.QG=null;_.g.kc=!1;_.g.hb=null;_.g.mb=null;_.g.nh=null;_.g.pF=!1;_.g.Eb=function(){return"shr-a-shr-le"};_.g.cj=function(){return this.hb};
|
|
_.g.Ba=function(){J4.N.Ba.call(this);var a=this.U(),b=_.Lc(this.Eb()).split(" ");_.yC(a,b);_.EC(a,!0);_.ns(a,!1);this.Hma&&!this.mb&&(a=this.Ha().Ba("IFRAME",{frameborder:0,style:"border:0;vertical-align:bottom;"}),_.D4(a,_.ht),this.mb=a,this.mb.className=this.Eb()+"-shr-cc",_.ns(this.mb,!1),_.vs(this.mb,0));this.hb||(this.hb=this.Ha().Ba("DIV",this.Eb()+"-shr-cc"),_.ns(this.hb,!1));this.nh||(this.nh=this.Ha().createElement("SPAN"),_.ns(this.nh,!1),_.EC(this.nh,!0),this.nh.style.position="absolute")};
|
|
_.g.U_=function(){this.pF=!1};_.g.uc=function(){this.mb&&_.ve(this.mb,this.U());_.ve(this.hb,this.U());J4.N.uc.call(this);_.Ks(this.nh,this.U());this.QG=new E4(this.Ha().wb());this.yb().ua(this.QG,"focusin",this.eK);b5(this,!1)};_.g.de=function(){this.isVisible()&&this.setVisible(!1);_.$i(this.QG);J4.N.de.call(this);_.we(this.mb);_.we(this.hb);_.we(this.nh)};
|
|
_.g.setVisible=function(a){a!=this.kc&&(this.ep&&this.ep.stop(),this.lq&&this.lq.stop(),this.bp&&this.bp.stop(),this.kq&&this.kq.stop(),this.qb&&b5(this,a),a?this.PN():this.Dv())};var b5=function(a,b){a.yY||(a.yY=new Zda(a.va,a.Gb));a=a.yY;if(b){a.kr||(a.kr=[]);b=a.Gb.eH(a.Gb.wb().body);for(var c=0;c<b.length;c++){var d=b[c];d==a.va||_.rC(d,"hidden")||(_.qC(d,"hidden",!0),a.kr.push(d))}}else if(a.kr){for(b=0;b<a.kr.length;b++)a.kr[b].removeAttribute("aria-hidden");a.kr=null}};
|
|
J4.prototype.PN=function(){if(this.dispatchEvent("beforeshow")){try{this.Cr=this.Ha().wb().activeElement}catch(a){}this.H3();this.yb().ua(this.Ha().getWindow(),"resize",this.Lj).ua(this.Ha().getWindow(),"orientationchange",this.V_);c5(this,!0);this.focus();this.kc=!0;this.ep&&this.lq?(_.zj(this.ep,"end",this.ZB,!1,this),this.lq.play(),this.ep.play()):this.ZB()}};J4.prototype.H3=function(){this.Lj();this.Qd()};
|
|
J4.prototype.Dv=function(){if(this.dispatchEvent("beforehide")){this.yb().yc(this.Ha().getWindow(),"resize",this.Lj).yc(this.Ha().getWindow(),"orientationchange",this.V_);this.kc=!1;this.bp&&this.kq?(_.zj(this.bp,"end",this.lw,!1,this),this.kq.play(),this.bp.play()):this.lw();a:{try{var a=this.Ha(),b=a.wb().body,c=a.wb().activeElement||b;if(!this.Cr||this.Cr==b){this.Cr=null;break a}(c==b||a.contains(this.U(),c))&&this.Cr.focus()}catch(d){}this.Cr=null}}};
|
|
var c5=function(a,b){a.mb&&_.ns(a.mb,b);a.hb&&_.ns(a.hb,b);_.ns(a.U(),b);_.ns(a.nh,b)};_.g=J4.prototype;_.g.ZB=function(){this.dispatchEvent("show")};_.g.lw=function(){c5(this,!1);this.dispatchEvent("hide")};_.g.isVisible=function(){return this.kc};_.g.focus=function(){this.CT()};
|
|
_.g.Lj=function(){this.mb&&_.ns(this.mb,!1);this.hb&&_.ns(this.hb,!1);var a=this.Ha().wb();var b=d5(this);var c=Math.max(b.width,Math.max(a.body.scrollWidth,a.documentElement.scrollWidth));a=Math.max(b.height,Math.max(a.body.scrollHeight,a.documentElement.scrollHeight));this.mb&&(_.ns(this.mb,!0),_.ls(this.mb,c,a));this.hb&&(_.ns(this.hb,!0),_.ls(this.hb,c,a))};
|
|
_.g.Qd=function(){var a;if(_.ts(this.U())=="fixed")var b=a=0;else b=_.Vr(this.Ha()),a=b.x,b=b.y;var c=_.P4(this.U());var d=d5(this);a=Math.max(a+d.width/2-c.width/2,0);b=Math.max(b+d.height/2-c.height/2,0);_.us(this.U(),a,b);_.us(this.nh,a,b)};_.g.eK=function(a){this.pF?this.U_():a.target==this.nh&&_.Ly(this.CT,0,this)};_.g.CT=function(){try{this.U().focus()}catch(a){}};var d5=function(a){a=a.Ha().wb();return _.le(_.ne(a)||window)};
|
|
J4.prototype.wa=function(){_.$i(this.ep);this.ep=null;_.$i(this.bp);this.bp=null;_.$i(this.lq);this.lq=null;_.$i(this.kq);this.kq=null;J4.N.wa.call(this)};var k5,N4,p5,q5,aea,bea;_.qb(_.O4,J4);_.g=_.O4.prototype;_.g.zG=!0;_.g.VA=!0;_.g.MJ=!0;_.g.nG=!0;_.g.oF=.5;_.g.cO="";_.g.Id=null;_.g.qk=null;_.g.On=!1;_.g.Op=null;_.g.Zs=null;_.g.bO=null;_.g.uh=null;_.g.Te=null;_.g.Gh=null;_.g.Bw="dialog";_.g.Eb=function(){return this.ik};_.g.setTitle=function(a){this.cO=a;this.Zs&&_.Ae(this.Zs,a)};_.g.getTitle=function(){return this.cO};_.g.getContent=function(){return this.Id!=null?_.mc(this.Id).toString():""};_.g.io=function(){return this.Bw};
|
|
_.g.DD=function(a){this.Bw=a};_.e5=function(a){a.U()||a.Aa()};_.O4.prototype.Ya=function(){_.e5(this);return this.Te};_.f5=function(a){_.e5(a);return a.Op};_.g5=function(a){_.e5(a);return a.U()};_.O4.prototype.cj=function(){_.e5(this);return _.O4.N.cj.call(this)};_.h5=function(a,b){a.oF=b;a.U()&&(b=a.cj())&&_.vs(b,a.oF)};_.i5=function(a,b){a.MJ=b;if(a.qb){var c=a.Ha(),d=a.cj(),e=a.mb;b?(e&&c.tW(e,a.U()),c.tW(d,a.U())):(c.removeNode(e),c.removeNode(d))}a.isVisible()&&b5(a,b)};
|
|
_.O4.prototype.setDraggable=function(a){this.nG=a;j5(this,a&&this.qb)};_.O4.prototype.lV=function(){};_.O4.prototype.getDraggable=function(){return this.nG};var j5=function(a,b){var c=_.Lc(a.ik+"-shr-s-shr-je").split(" ");a.U()&&(b?_.yC(a.Op,c):_.AC(a.Op,c));b&&!a.qk?(b=new _.U4(a.U(),a.Op),a.qk=b,_.yC(a.Op,c),_.Aj(a.qk,"start",a.aM,!1,a),_.Aj(a.qk,"drag",a.lV,!1,a)):!b&&a.qk&&(a.qk.dispose(),a.qk=null)};_.g=_.O4.prototype;
|
|
_.g.Ba=function(){_.O4.N.Ba.call(this);var a=this.U(),b=this.Ha();this.bO=this.getId();var c=this.getId()+".contentEl";this.Op=b.Ba("DIV",this.ik+"-shr-s",this.Zs=b.Ba("SPAN",{className:this.ik+"-shr-s-shr-t",id:this.bO},this.cO),this.uh=b.Ba("SPAN",this.ik+"-shr-s-shr-dc"));_.te(a,this.Op,this.Te=b.Ba("DIV",{className:this.ik+"-shr-ae",id:c}),this.Gh=b.Ba("DIV",this.ik+"-shr-he"));_.oC(this.Zs,"heading");_.oC(this.uh,"button");_.EC(this.uh,!0);_.qC(this.uh,"label","Close");_.oC(a,this.io());_.qC(a,
|
|
"labelledby",this.bO||"");this.Id&&_.Rc(this.Te,this.Id);_.ns(this.uh,this.VA);this.Hh&&(a=this.Hh,a.va=this.Gh,a.Aa());_.ns(this.Gh,!!this.Hh);_.h5(this,this.oF)};_.g.uc=function(){_.O4.N.uc.call(this);this.yb().ua(this.U(),"keydown",this.dZ).ua(this.U(),"keypress",this.dZ);this.yb().ua(this.Gh,"click",this.sia);j5(this,this.nG);this.yb().ua(this.uh,"click",this.Nia);var a=this.U();_.oC(a,this.io());this.Zs.id!==""&&_.qC(a,"labelledby",this.Zs.id);this.MJ||_.i5(this,!1)};
|
|
_.g.de=function(){this.isVisible()&&this.setVisible(!1);j5(this,!1);_.O4.N.de.call(this)};_.g.setVisible=function(a){a!=this.isVisible()&&(this.qb||this.Aa(),_.O4.N.setVisible.call(this,a))};_.g.ZB=function(){_.O4.N.ZB.call(this);this.dispatchEvent("aftershow")};_.g.lw=function(){_.O4.N.lw.call(this);this.dispatchEvent("afterhide");this.On&&this.dispose()};
|
|
_.g.aM=function(){var a=this.Ha().wb(),b=_.le(_.ne(a)||window),c=Math.max(a.body.scrollWidth,b.width);a=Math.max(a.body.scrollHeight,b.height);var d=_.P4(this.U());_.ts(this.U())=="fixed"?_.V4(this.qk,new _.rs(0,0,Math.max(0,b.width-d.width),Math.max(0,b.height-d.height))):_.V4(this.qk,new _.rs(0,0,c-d.width,a-d.height))};_.g.Nia=function(){k5(this)};k5=function(a){if(a.VA){var b=a.Hh,c=b&&b.Vy;c?(b=b.get(c),a.dispatchEvent(new l5(c,b))&&a.setVisible(!1)):a.setVisible(!1)}};
|
|
_.m5=function(a){a.VA=!1;a.uh&&_.ns(a.uh,a.VA)};_.O4.prototype.WL=_.da(54);_.O4.prototype.wa=function(){this.Gh=this.uh=null;_.O4.N.wa.call(this)};_.n5=function(a,b){a.Hh=b;a.Gh&&(a.Hh?(b=a.Hh,b.va=a.Gh,b.Aa()):_.Rc(a.Gh,_.wd),_.ns(a.Gh,!!a.Hh))};_.O4.prototype.sia=function(a){a:{for(a=a.target;a!=null&&a!=this.Gh;){if(a.tagName=="BUTTON")break a;a=a.parentNode}a=null}if(a&&!a.disabled){a=a.name;var b=this.Hh.get(a);this.dispatchEvent(new l5(a,b))&&this.setVisible(!1)}};
|
|
_.O4.prototype.dZ=function(a){var b=!1,c=!1,d=this.Hh,e=a.target;if(a.type=="keydown")if(this.zG&&a.keyCode==27){var f=d&&d.Vy;e=e.tagName=="SELECT"&&!e.disabled;f&&!e?(c=!0,b=d.get(f),b=this.dispatchEvent(new l5(f,b))):e||(b=!0)}else{if(a.keyCode==9&&a.shiftKey&&e==this.U()){this.pF=!0;try{this.nh.focus()}catch(l){}_.Ly(this.U_,0,this)}}else if(a.keyCode==13){if(e.tagName=="BUTTON"&&!e.disabled)f=e.name;else if(e==this.uh)k5(this);else if(d){var h=d.oz,k=h&&_.o5(d,h);e=(e.tagName=="TEXTAREA"||e.tagName==
|
|
"SELECT"||e.tagName=="A")&&!e.disabled;!k||k.disabled||e||(f=h)}f&&d&&(c=!0,b=this.dispatchEvent(new l5(f,String(d.get(f)))))}else e!=this.uh||a.keyCode!=32&&a.key!=" "||k5(this);if(b||c)a.stopPropagation(),a.preventDefault();b&&this.setVisible(!1)};var l5=function(a,b){this.type="dialogselect";this.key=a;this.caption=b};_.qb(l5,_.lj);_.L4=function(a){a5.call(this);this.Gb=a||_.fe();this.ik="shr-a-shr-ac";this.Vy=this.va=this.oz=null};_.qb(_.L4,a5);
|
|
_.L4.prototype.clear=function(){a5.prototype.clear.call(this);this.oz=this.Vy=null};_.L4.prototype.set=function(a,b,c,d){a5.prototype.set.call(this,a,b);c&&(this.oz=a);d&&(this.Vy=a);return this};_.K4=function(a,b,c,d){return a.set(b.key,b.caption,c,d)};_.L4.prototype.Aa=function(){if(this.va){_.Rc(this.va,_.wd);var a=_.fe(this.va);this.forEach(function(b,c){b=a.Ba("BUTTON",{name:c},b);c==this.oz&&(b.className=this.ik+"-shr-ic");this.va.appendChild(b)},this)}};_.L4.prototype.U=function(){return this.va};
|
|
_.L4.prototype.Ha=function(){return this.Gb};_.o5=function(a,b){a=(a.va||document).getElementsByTagName("BUTTON");for(var c,d=0;c=a[d];d++)if(c.name==b||c.id==b)return c;return null};_.M4={key:"ok",caption:"OK"};N4={key:"cancel",caption:"Cancel"};p5={key:"yes",caption:"Yes"};q5={key:"no",caption:"No"};aea={key:"save",caption:"Save"};bea={key:"continue",caption:"Continue"};
|
|
typeof document!="undefined"&&(_.K4(new _.L4,_.M4,!0,!0),_.K4(_.K4(new _.L4,_.M4,!0),N4,!1,!0),_.K4(_.K4(new _.L4,p5,!0),q5,!1,!0),_.K4(_.K4(_.K4(new _.L4,p5),q5,!0),N4,!1,!0),_.K4(_.K4(_.K4(new _.L4,bea),aea),N4,!0,!0));
|
|
var mfa=function(a){for(var b=typeof a==="string"?a.split(""):a,c=a.length-1;c>=0;c--)if(c in b&&_.Q4.call(void 0,b[c],c,a))return c;return-1},S8=function(a){this.action=a;this.wfv=!1},T8=function(a,b){S8.call(this,"set-drive-options");this.appId=a;this.appOrigin=b},U8=function(a){S8.call(this,"visibility");this.visible=a},V8=function(a,b,c){_.O4.call(this,a,b,c)},W8=function(a){a=a&&a.getWindow()||window;return a.gadgets&&a.gadgets.rpc},nfa=function(a,b){var c=b&&b.getWindow()||window;if(W8(b))a();
|
|
else if(X8)X8.push(a);else var d=X8=[a],e=c.setInterval(function(){if(W8(b)){c.clearInterval(e);for(var f=0;f<d.length;f++)d[f]();X8=null}},100)},ofa=function(a,b){var c=new Y8(a);_.cj(b,c);var d={passive:!1};b.ua(c,"mousewheel",function(e){return void Z8(a,e)},d).ua(a,"scroll",function(e){return void Z8(a,e)},d)},Z8=function(a,b){var c;a:{for(c=b.target;c;){if(c.nodeType==1){var d=_.ds(c,"overflowY");if(d=="auto"||d=="scroll")break a}c=c.parentNode}c=null}if(!c||!_.ze(a,c)||c.scrollHeight==c.clientHeight||
|
|
b.deltaY>0&&Math.abs(c.scrollTop-(c.scrollHeight-c.clientHeight))<=1||b.deltaY<0&&c.scrollTop==0)b.preventDefault(),b.stopPropagation()},pfa=function(){var a;if(a=a===void 0?window:a)return a!==a.parent&&a.hasOwnProperty("pangolinIframeGlobals");var b=Error("gd");setTimeout(function(){throw b;},1);return!1},b9=function(a,b,c,d,e,f,h,k,l,m){k=k===void 0?!1:k;l=l===void 0?!1:l;m=m===void 0?!1:m;_.O4.call(this,void 0,void 0,void 0);_.O4.call(this,f?f+" picker shr-bb-shr-cb":"picker shr-bb-shr-cb",!0,
|
|
c);c=a.search(_.hu);f=_.Yt(a,"protocol",c);if(!(f<0)){var n=a.indexOf("&",f);if(n<0||n>c)n=c;decodeURIComponent(a.slice(f+9,n!==-1?n:0).replace(/\+/g," "))}this.vI=new $8;this.rn=_.fu();this.Ym=_.fu();a=_.tu(a);a.Vh("hostId");this.M3=!l&&!pfa();k&&_.su(a,"fv2","true");this.setUrl(a.toString());this.b_=d;this.a_=e;d!==void 0||e!==void 0?d=!0:(d=_.tu(a.toString()).Vh("hostId"),a9||(a9=new Set("DocVerse fusiontables geo geowiki gm gmail-gadget gws hotpot jointly presentations pwa sites templates trix trix-copy-sheet webstore".split(" "))),
|
|
d=!a9.has(d));this.qba=d;this.Uz=h||this.Ha();this.zu=m;b&&(h=this.Uz,b=_.tu(this.Gd).Vh("grugl")=="true"?qfa:rfa,W8(h)||(h=h||_.fe(document),m=h.createElement("SCRIPT"),_.Ih(m,b),m.type="text/javascript",h.wb().body.appendChild(m)));b=a.toString();h=null;m=b.indexOf("/picker?");m>-1?h=b.substring(0,m+8-1):_.Jj(b,"/picker")&&(h=b);h&&this.Sj(h+"/resources/rpc_relay.html");this.zG=!1;_.n5(this,null);this.Db=null},d9=function(a){c9.call(this,a)},f9=function(a){e9.call(this,"upload");this.Wa.query=a},
|
|
g9=function(){f9.call(this,"docs")},h9=function(a){e9.call(this,a||"all")};_.O4.prototype.WL=_.rb(54,function(a){this.On=a});_.de.prototype.XL=_.rb(4,function(a){this.zc=a});
|
|
var i9=function(a){_.e5(a);return a.Gh},sfa=function(a){return new _.sk(function(b,c){var d=a.length,e=[];if(d)for(var f=function(m){b(m)},h=function(m,n){d--;e[m]=n;d==0&&c(e)},k,l=0;l<a.length;l++)k=a[l],_.zk(k,f,_.kb(h,l));else b(void 0)})},j9=function(a){return _.R4(a,"margin")},tfa=function(){var a=null;return(new _.sk(function(b,c){a=_.Ly(function(){b(void 0)},5E3);a==-1&&c(Error("ya"))})).bE(function(b){_.My(a);throw b;})},l9=function(a,b){var c=a.W;return _.hL(a,c,c[_.LJ]|0,k9,b,3).length},
|
|
m9=function(a){var b=b===void 0?_.vL:b;var c;return(c=_.LP(a,23))!=null?c:b},n9=function(a,b,c){return _.fL(a,b,c==null?c:_.jN(c),0)},o9=function(a){this.W=_.NK(a)};_.t(o9,_.yL);o9.prototype.getSeconds=function(){return _.p1(this,1)};o9.prototype.setSeconds=function(a){return _.fL(this,1,_.uN(a),"0")};
|
|
var p9=function(a){var b=Number;var c=c===void 0?"0":c;var d=_.bc?_.n1(_.wL(a,1,void 0,void 0,_.vN)):_.n1(_.wL(a,1),!0);b=b(d!=null?d:c);a=_.YN(a,2);return new Date(b*1E3+a/1E6)},q9=function(a){return _.Id&&(_.Kd||_.Od)&&a%40!=0?a:a/40},r9=function(a,b,c,d){_.mj.call(this,b);this.type="mousewheel";this.detail=a;this.deltaX=c;this.deltaY=d};_.qb(r9,_.mj);
|
|
var Y8=function(a,b){_.Lj.call(this);this.va=a;a=_.ye(this.va)?this.va:this.va?this.va.body:null;this.lha=!!a&&_.ss(a);this.UX=_.Aj(this.va,_.Hd?"DOMMouseScroll":"mousewheel",this,b)};_.qb(Y8,_.Lj);
|
|
Y8.prototype.handleEvent=function(a){var b=0,c=0,d=a.Bf;d.type=="mousewheel"?(a=q9(-d.wheelDelta),d.wheelDeltaX!==void 0?(b=q9(-d.wheelDeltaX),c=q9(-d.wheelDeltaY)):c=a):(a=d.detail,a>100?a=3:a<-100&&(a=-3),d.axis!==void 0&&d.axis===d.HORIZONTAL_AXIS?b=a:c=a);typeof this.lY==="number"&&(b=Math.min(Math.max(b,-this.lY),this.lY));typeof this.mY==="number"&&(c=Math.min(Math.max(c,-this.mY),this.mY));this.lha&&(b=-b);b=new r9(a,d,b,c);this.dispatchEvent(b)};
|
|
Y8.prototype.wa=function(){Y8.N.wa.call(this);_.Hj(this.UX);this.UX=null};var s9=function(a){this.W=_.NK(a)};_.t(s9,_.yL);s9.prototype.getId=function(){return _.ZN(this,1)};s9.prototype.Me=function(a){return _.fL(this,1,_.xN(a),"")};var t9=function(a){this.W=_.NK(a)};_.t(t9,_.yL);t9.prototype.getSeconds=function(){return _.p1(this,1)};t9.prototype.setSeconds=function(a){return _.fL(this,1,_.uN(a),"0")};var u9=function(a){this.W=_.NK(a)};_.t(u9,_.yL);_.g=u9.prototype;_.g.getUrl=function(){return _.ZN(this,1)};_.g.setUrl=function(a){return _.fL(this,1,_.xN(a),"")};_.g.Nc=function(){return _.YN(this,2)};_.g.Rd=function(a){return _.fL(this,2,a==null?a:_.lN(a),0)};_.g.Qb=function(){return _.YN(this,3)};_.g.Ne=function(a){return _.fL(this,3,a==null?a:_.lN(a),0)};var v9=function(a){this.W=_.NK(a)};_.t(v9,_.yL);v9.prototype.getDuration=function(){return _.RN(this,t9,2)};var w9=function(a){this.W=_.NK(a)};_.t(w9,_.yL);var x9=function(a){this.W=_.NK(a)};_.t(x9,_.yL);x9.prototype.Xn=function(a){return _.MP(this,1,a)};var y9=function(a){this.W=_.NK(a)};_.t(y9,_.yL);var z9=function(a){this.W=_.NK(a)};_.t(z9,_.yL);z9.prototype.nU=function(){return _.ZN(this,5)};var A9=function(a){this.W=_.NK(a)};_.t(A9,_.yL);var B9=function(a){this.W=_.NK(a)};_.t(B9,_.yL);var C9=function(a){this.W=_.NK(a)};_.t(C9,_.yL);C9.prototype.xA=function(){return _.ZN(this,1)};var D9=function(a){this.W=_.NK(a)};_.t(D9,_.yL);var E9=function(a){this.W=_.NK(a)};_.t(E9,_.yL);var F9=function(a){this.W=_.NK(a)};_.t(F9,_.yL);var G9=[2,4,5,6,7];var H9=function(a){this.W=_.NK(a)};_.t(H9,_.yL);var k9=function(a){this.W=_.NK(a)};_.t(k9,_.yL);_.g=k9.prototype;_.g.getId=function(){return _.RN(this,s9,1)};_.g.Me=function(a){return _.UN(this,1,a)};_.g.jm=function(){var a=this.W;return _.gL(a,a[_.LJ]|0,s9,1)};_.g.getName=function(){return _.ZN(this,2)};_.g.d1=function(a){return _.fL(this,2,_.xN(a),"")};_.g.BU=function(){return _.ZN(this,4)};_.g.getType=function(){return _.$N(this,6)};_.g.Sd=function(a){return n9(this,6,a)};_.g.getMimeType=function(){return _.ZN(this,7)};
|
|
_.g.getUrl=function(){return _.ZN(this,8)};_.g.setUrl=function(a){return _.fL(this,8,_.xN(a),"")};_.g.qH=function(){return _.ZN(this,11)};var I9=function(a){return _.TN(a,u9,10,_.CN())};_.g=k9.prototype;_.g.RU=function(){return _.RN(this,v9,34)};_.g.GV=function(){return _.xL(this,v9,34)};_.g.i1=function(a){return _.NP(this,39,a)};_.g.A1=function(a){return _.NP(this,44,a)};_.g.Xq=function(){return _.p1(this,45)};_.g.G1=function(a){return _.fL(this,45,_.uN(a),"0")};var J9=function(a){this.W=_.NK(a)};
|
|
_.t(J9,_.yL);J9.prototype.RU=function(){return _.RN(this,v9,3)};J9.prototype.GV=function(){return _.xL(this,v9,3)};J9.prototype.nU=function(){return _.ZN(this,10)};var K9=function(a){this.W=_.NK(a)};_.t(K9,_.yL);K9.prototype.oA=function(){return _.ZN(this,2)};K9.prototype.xc=function(a){return _.fL(this,2,_.xN(a),"")};var L9=function(a){this.W=_.NK(a)};_.t(L9,_.yL);_.g=L9.prototype;_.g.getStatus=function(){return _.$N(this,1)};_.g.setStatus=function(a){return n9(this,1,a)};_.g.lA=function(a){return _.TN(this,k9,2,_.CN(a))};_.g.Yf=function(a){_.iL(this,2,k9,void 0,a)};_.g.setItem=function(a,b){return _.SN(this,2,k9,a,b)};_.g.removeItem=function(a){return _.KP(this,2,k9,a)};_.g.Uh=function(){return l9(this,2)};var M9=function(a){this.W=_.NK(a)};_.t(M9,_.yL);_.g=M9.prototype;_.g.OL=function(a){return n9(this,1,a)};_.g.getVisible=function(){return _.YO(this,5)};_.g.setVisible=function(a){return _.NP(this,5,a)};_.g.lA=function(a){return _.TN(this,k9,7,_.CN(a))};_.g.Yf=function(a){_.iL(this,7,k9,void 0,a)};_.g.setItem=function(a,b){return _.SN(this,7,k9,a,b)};_.g.removeItem=function(a){return _.KP(this,7,k9,a)};_.g.Uh=function(){return l9(this,7)};_.g.getQuery=function(){return _.ZN(this,8)};
|
|
_.g.kb=function(a){return _.fL(this,8,_.xN(a),"")};_.g.Wz=function(){return _.ZN(this,9)};_.g.zp=function(a){return _.fL(this,9,_.xN(a),"")};var N9=function(a){this.W=_.NK(a)};_.t(N9,_.yL);_.g=N9.prototype;_.g.OL=function(a){return n9(this,1,a)};_.g.lA=function(a){return _.TN(this,k9,4,_.CN(a))};_.g.Yf=function(a){_.iL(this,4,k9,void 0,a)};_.g.setItem=function(a,b){return _.SN(this,4,k9,a,b)};_.g.removeItem=function(a){return _.KP(this,4,k9,a)};_.g.Uh=function(){return l9(this,4)};var ufa=_.o1(N9);var O9=new Map;O9.set("application/vnd.google-apps.document","application/vnd.google-gsuite.document-blob");O9.set("application/vnd.google-apps.spreadsheet","application/vnd.google-gsuite.spreadsheet-blob");O9.set("application/vnd.google-apps.presentation","application/vnd.google-gsuite.presentation-blob");var P9=new Set;P9.add("application/vnd.google-apps.kix");P9.add("application/vnd.google-apps.ritz");P9.add("application/vnd.google-apps.punch");var Efa=function(a,b,c){var d=c&&_.ZN(c,1);c=Q9(c);var e=a[0].getId();switch(_.$N(e,2)){case 13:return vfa(a,b,d,c);case 3:return wfa(a,b,d,c);case 10:return R9(a,b,d,c);case 27:return R9(a,b,d,c);case 12:return xfa(a,b);case 2:return yfa(a,b,d,c);case 5:return zfa(a,b,d,c);case 9:return Afa(a,b,d,c);case 6:return Bfa(a,b,d,c);case 25:return Cfa(a,b,d,c);case 1:return _.xL(a[0],w9,26)?Dfa(a,b,d,c):R9(a,b,d,c);default:return{}}},Bfa=function(a,b,c,d){a=a.map(function(e){return{id:e.getId().getId(),
|
|
serviceId:"youtube",name:e.getName(),description:_.ZN(e,3),type:S9(e),lastEditedUtc:p9(_.RN(e,o9,16)).getTime(),iconUrl:"https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png",url:e.getUrl(),embedUrl:_.ZN(e,13),thumbnails:T9(I9(e))}});return{action:b,docs:a,viewToken:d,view:c||"youtube",v2Translated:!0}},yfa=function(a,b,c,d){var e=a.map(function(f){var h=f.getId().getId(),k=f.getMimeType(),l=f.getName(),m=S9(f),n=p9(_.RN(f,o9,12)).getTime(),p=f.getUrl(),q=Number(m9(f)),r=_.ZN(f,3),
|
|
v=f.qH(),u=T9(I9(f));var z=_.RN(f,J9,21);z=_.YO(z,1);var C=_.RN(f,J9,21).nU(),A=_.ZN(f,13);var D=_.RN(f,J9,21);D=_.YO(D,9);var O=_.RN(f,J9,21);O=_.ZN(O,11);h={id:h,serviceId:"docs",mimeType:k,name:l,type:m,lastEditedUtc:n,url:p,sizeBytes:q,description:r,iconUrl:v,thumbnails:u,isShared:z,downloadUrl:C,embedUrl:A,copyable:D,resourceKey:O};k=_.RN(f,J9,21);_.YO(k,12)&&(h.uploadState="success",h.isNew=!0);_.RN(f,J9,21).GV()&&(f=_.RN(f,J9,21).RU(),_.xL(f,t9,2)&&(k=_.XO(f.getDuration().getSeconds()),l=f.getDuration(),
|
|
l=_.YN(l,2),h.duration=k+l/1E9),h.aspectRatio=_.S4(f,1));return h});return{action:b,docs:e,viewToken:d,view:c||"all",extraUserInputs:U9(a),v2Translated:!0}},zfa=function(a,b,c,d){a=a.map(function(e){var f=_.RN(e,H9,15);f=_.RN(f,u9,1);_.iL(e,10,u9,void 0,f);return{id:e.getId().getId(),serviceId:"web",mimeType:e.getMimeType(),name:e.getName(),type:S9(e),url:e.getUrl(),description:_.ZN(e,3),iconUrl:"https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png",thumbnails:T9(I9(e))}});return{action:b,
|
|
docs:a,viewToken:d,view:c||"image-search",v2Translated:!0}},Afa=function(a,b,c,d){a=a.map(function(e){return{serviceId:"url",name:I9(e)[0].getUrl().split("/").pop(),type:S9(e),mimeType:e.getMimeType(),url:e.getUrl(),description:_.ZN(e,3),iconUrl:"https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png",thumbnails:T9(I9(e))}});return{action:b,docs:a,viewToken:d,view:c||"url",v2Translated:!0}},Dfa=function(a,b,c,d){a=a.map(function(e){return{id:e.getId().getId(),serviceId:"picasa",name:e.getName(),
|
|
type:S9(e),description:_.ZN(e,3),iconUrl:"https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png",thumbnails:T9(I9(e))}});return{action:b,docs:a,viewToken:d,view:c||"webcam",v2Translated:!0}},R9=function(a,b,c,d){return{action:b,docs:a.map(Ffa),viewToken:d,view:Gfa(c||"upload",a),extraUserInputs:U9(a),v2Translated:!0}},Gfa=function(a,b){return b.some(function(c){var d;return((d=_.RN(c,F9,30))==null?void 0:_.$N(d,3))===9})?a+"/gmailphotos":a},wfa=function(a,b,c,d){var e=a.map(function(f){var h=
|
|
{id:f.getId().getId(),serviceId:"picasa",mimeType:f.getMimeType(),name:f.getName(),type:S9(f),lastEditedUtc:p9(_.RN(f,o9,12)).getTime(),url:f.getUrl(),sizeBytes:Number(m9(f)),description:_.ZN(f,3),iconUrl:"https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png",thumbnails:T9(I9(f)),mediaKey:f.getId().getId(),parentId:f.BU()},k,l=(k=_.RN(f,z9,18))==null?void 0:_.RN(k,y9,3);l&&(h.latitude=_.S4(l,1),h.longitude=_.S4(l,2));var m;f=(m=_.RN(f,z9,18))==null?void 0:_.p1(m,6);m=f!=null?_.XO(f):
|
|
void 0;m&&(h.version=m);return h});return{action:b,docs:e,viewToken:d,view:c||"photos",extraUserInputs:U9(a),v2Translated:!0}},vfa=function(a,b,c,d){a=a.map(function(e){return{id:e.getId().getId(),serviceId:"et",name:I9(e)[0].getUrl().split("/").pop(),description:_.ZN(e,3),type:"et",iconUrl:"https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png",thumbnails:T9(I9(e),"etjpg")}});return{action:b,docs:a,viewToken:d,view:c||"et",v2Translated:!0}},Cfa=function(a,b,c,d){a=a.map(function(e){var f=
|
|
e.getId().getId(),h=d["2"];return{id:f,serviceId:h.type!=="gmail_themes"&&h.parent==="6226252643674576769"?"picasa":"static_themes",name:e.getName(),mimeType:e.getMimeType(),type:S9(e),description:_.ZN(e,3),iconUrl:"https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png",url:e.getUrl(),embedUrl:e.getUrl(),thumbnails:T9(I9(e))}});return{action:b,docs:a,viewToken:d,view:c||"photos",v2Translated:!0}},xfa=function(a,b){a=a.map(function(c){var d=_.RN(c,x9,27);d=_.IP(d,1,_.CN())[0];return{id:c.getId().getId(),
|
|
serviceId:"contacts",mimeType:c.getMimeType(),name:c.getName(),description:_.ZN(c,3),url:"mailto:"+d,thumbnail:[{url:c.qH()}],email:d}});return{action:b,docs:a,view:"contacts",v2Translated:!0}},Q9=function(a){if(!a)return{};var b=_.ZN(a,3);b=b&&JSON.parse(b)||{};return{0:_.ZN(a,1),1:a.oA(),2:b}},T9=function(a,b){b=b===void 0?"":b;if(!a.length)return null;b=="etjpg"&&(a=a.filter(function(c){return c.getUrl().includes("w1200-h300")}));return a.map(function(c){return{url:c.getUrl(),height:c.Nc(),width:c.Qb(),
|
|
type:b}})},U9=function(a){return{isAttachment:a.some(function(b){return _.YO(b,31)})}},Ffa=function(a){var b,c={id:(b=a.getId())==null?void 0:b.getId(),serviceId:Hfa(a),mimeType:a.getMimeType(),name:a.getName(),type:S9(a),sizeBytes:Number(m9(a)),description:_.ZN(a,3),iconUrl:"https://ssl.gstatic.com/docs/doclist/images/icon_10_generic_list.png",thumbnails:T9(I9(a)),isNew:!0};if(b=_.RN(a,F9,30)){c.dataUrl=_.ZN(b,1)||null;a:{var d=_.RN(a,F9,30);switch(_.$N(d,3)){case 9:d=_.T4(d,D9,2,G9);d={remoteRefs:d&&
|
|
_.ZN(d,1)};break a;case 10:case 15:d=_.T4(d,C9,4,G9);var e=I9(a);d={photo_id:d&&d.xA(),media_key:a.getId().getId(),media_type:a.getType()===1?1:2,image_url:e&&e[0].getUrl(),width:e&&String(e[0].Qb()),height:e&&String(e[0].Nc())};break a}d=null}c.uploadMetadata=d;c.uploadId=_.ZN(b,9)||null;c.uploadState=Ifa(b)||null}(d=b&&_.T4(b,C9,4,G9))&&(c.id=d.xA());(d=b&&_.T4(b,E9,5,G9))&&(c.contentId=_.ZN(d,1));(d=b&&_.T4(b,A9,7,G9))&&(c.contentId=_.ZN(d,1));(d=b&&_.T4(b,B9,6,G9))&&(c.contentId=_.ZN(d,1));(b==
|
|
null?void 0:_.$N(b,3))===1&&(c.mediaKey=a.getId().getId());return c},Hfa=function(a){var b;switch(((b=_.RN(a,F9,30))==null?void 0:_.$N(b,3))||0){case 1:return"picasa";case 2:case 3:case 4:case 8:case 12:return"photo";case 10:case 15:return"dragonflyphotos";case 11:return"mapspro";case 13:return"books";case 14:return"cultural"}return null},S9=function(a){switch(a.getType()){case 1:case 21:return"photo";case 2:return"video";case 6:return"folder";case 13:return"calendar";case 14:return"album";case 19:return"contact";
|
|
case 3:case 4:case 5:case 7:case 12:return a.getMimeType().startsWith("application/vnd.google-apps.")?"document":"file";default:return"file"}},Ifa=function(a){switch(a==null?void 0:_.$N(a,8)){case 0:return"default";case 1:return"canceled";case 2:return"error";case 3:return"running";case 4:return"scheduled";case 5:return"success"}return null};var Jfa=_.qd(["https://apis.google.com/js/api.js"]),Kfa=_.Gc(Jfa),Lfa=function(a,b,c){c=c===void 0?{}:c;var d=!1,e=V9(a,b,c).then(function(h){d=!0;return h}),f=tfa().then(function(){return d?V9(a,b,c):W9(b,c).then(function(h){return X9(h,a)})});return sfa([e,f])},V9=function(a,b,c){c=c===void 0?{}:c;return Mfa(b,c).then(function(d){return X9(d,a)})},X9=function(a,b){var c=_.Ic(b,"gapi.")?b.slice(5):b;return a[c]?_.wk(a[c]):new _.sk(function(d,e){var f=_.Ly(function(){e(Error("ed"))},3E4);a.load(b,
|
|
{callback:function(){_.My(f);d(a[c])},onerror:function(h){_.My(f);e(h)}})})},Mfa=function(a,b){b=b===void 0?{}:b;return a.gapi&&a.gapi.load?_.wk(a.gapi):W9(a,b)},W9=function(a,b){b=b===void 0?{}:b;return _.SP(Kfa,{document:a.document,attributes:b}).then(function(){return a.gapi})},Y9=function(){this.Db=null};
|
|
Y9.prototype.load=function(a,b,c){b=b===void 0?window:b;c=c===void 0?{}:c;var d=Date.now();return Lfa(a,b,c).then(function(e){return{PX:e,Gha:d,Dha:Date.now()}},function(e){throw e instanceof Error?e:Error(String(e));})};var $8=function(){_.aj.call(this);this.yda=new Y9;this.Db=this.Ad=null;this.Dq=_.Ck();this.Vz=_.Ck();this.Vz.promise.then(null,function(){});this.Dq.promise.then(null,function(){});this.PV={}};_.t($8,_.aj);
|
|
var Z9=function(a,b){var c=c===void 0?{}:c;var d=_.yb("gapi.iframes",b);return d?(a=Date.now(),_.wk({PX:d,Gha:a,Dha:a})):a.yda.load("gapi.iframes",b,c)},Nfa=function(a,b,c,d,e,f){var h=!1;h=h===void 0?!1:h;Z9(a,_.ne(b.ownerDocument)).then(function(k){var l=k.PX;a.Vz.resolve(l);k=a.Dq;var m=k.resolve,n=h;n=n===void 0?!1:n;var p={};p["host-message-handler"]=c;a.PV=p;var q=_.tu(d);q=_.tu(q);q=_.cu(_.bu(_.$t(new _.Zt,q.Ai),q.Mg()),q.zg).toString();a.Ad=q;q=_.ko((new _.lo).setUrl(d),b);q.O.allowPost=n;
|
|
n=_.Zj(_.Yj(q,p),_.yb("makeWhiteListIframesFilter",l)([a.Ad]));e!=null&&n.Me(e);f!=null&&n.ln(f);n.bo().Ci({display:"block","min-width":"100%",width:"1px"}).Rd("100%");n.bo().value().allow="camera 'src' "+a.Ad;l=l.getContext().openChild(n.value());m.call(k,l)},function(k){a.Vz.reject(k);a.Dq.reject(k)});return a.Dq.promise},Ofa=function(a,b){return _.Ak([a.Vz.promise,a.Dq.promise]).then(function(c){var d=_.Ea(c);c=d.next().value;return(d=d.next().value)?d.send("picker-message-handler",b,void 0,_.yb("makeWhiteListIframesFilter",
|
|
c)([a.Ad])):_.xk(Error("fd"))})};$8.prototype.wa=function(){Pfa(this);_.aj.prototype.wa.call(this)};var Pfa=function(a){a.Dq.promise.then(function(b){b&&(b.unregister("host-message-handler"),delete a.PV["host-message-handler"])})};var $9=function(){this.mia=0};$9.prototype.getUniqueId=function(){return":"+(this.mia++).toString(36)};var Rfa=function(a,b){switch(a.action){case "select-contacts":a=Qfa(a.contacts);break;case "visibility":a=a.visible;a=(new M9).OL(7).setVisible(a);var c={};c["iframe-command"]=_.DN(a);a=c;break;default:a=null}return a?Ofa(b,a):_.wk()},Qfa=function(a){if(!a||a.length==0)return null;var b=new M9;b.OL(11);var c=new $9;a.forEach(function(d){if(d.email){var e=(new k9).d1(d.name?d.name:d.email);var f=new x9;d=_.JP(f,1,d.email);e=_.UN(e,27,d);d=e.Me;f=(new s9).Me(c.getUniqueId());f=n9(f,2,12);e=d.call(e,
|
|
f)}else e=null;e&&b.Yf(e)});a={};a["iframe-command"]=_.DN(b);return a};_.qb(T8,S8);_.qb(U8,S8);_.qb(V8,_.O4);var Sfa=_.qd(["//www-onepick-opensocial.googleusercontent.com/gadgets/js/rpc.js?c=1&container=onepick"]),Tfa=_.qd(["//apis.google.com/js/rpc.js"]),rfa=_.Gc(Sfa),qfa=_.Gc(Tfa),X8=null;var a9;var Ufa=_.qd(["https://about:blank"]),Vfa=_.qd(['javascript:""']),Wfa=_.qd(["about:blank"]);_.qb(b9,V8);_.g=b9.prototype;_.g.Gd="";_.g.Ka=null;_.g.bB=!1;_.g.yJ=!1;_.g.Yb=function(){};_.g.uc=function(){b9.N.uc.call(this);ofa(this.cj(),this.yb())};_.g.Aa=function(a){var b=this;b9.N.Aa.call(this,a);this.M3?Z9(this.vI,window).then(function(){return Xfa(b)}).then(null,function(c){return void b.Zq(c)}):Yfa(this);this.zu&&(this.cj().setAttribute("popover","manual"),_.g5(this).setAttribute("popover","manual"))};
|
|
var Xfa=function(a){var b=a.Ha().Ba("div",["picker-dialog-content","picker-frame"]);_.ns(b,!1);a.Ya().appendChild(b);return Nfa(a.vI,b,function(c){var d=ufa(c["iframe-command"]);switch(_.$N(d,1)){case 1:c=a.Yb;d=_.RN(d,L9,2);var e="";switch(d.getStatus()){case 2:e="cancel";break;case 1:e="picked";break;case 3:e="error"}var f=d.lA(_.lL);d=f.length===0?{action:e}:Efa(f,e,_.RN(d,K9,7));c.call(a,d);a.setVisible(!1);break;case 4:_.m5(a);a.Yb({action:"loaded"});break;case 7:case 8:c=a.Yb;a:{e=_.$N(d,1);
|
|
f=_.RN(d,L9,2);switch(e){case 7:e="uploadScheduled";break;case 8:e="uploadStateChange";break;default:d={};break a}d=f.lA(_.lL);if(d.length===0)d={action:e};else{var h=_.RN(f,K9,7);f=h&&_.ZN(h,1);h=Q9(h);d=R9(d,e,f,h)}}c.call(a,d)}},a.Gd,a.rn,a.Ym).then(function(c){a.Ka=c.getIframeEl();a$(a);_.ns(a.Ka.parentElement,!0);b$(a);c$(a);return c})},b$=function(a){_.xC(a.U(),"picker-dialog");_.xC(a.Ka,"picker-dialog-frame");_.xC(_.f5(a),"picker-dialog-title");_.xC(a.cj(),"picker-dialog-bg");_.xC(a.mb,"picker-dialog-bg");
|
|
_.xC(a.Ya(),"picker-dialog-content");i9(a)&&_.xC(i9(a),"picker-dialog-buttons")},Yfa=function(a){a.Ka=a.Gb.Ba("IFRAME",{id:a.rn,name:a.rn,"class":"picker-frame",frameBorder:"0",allow:"camera"});_.D4(a.Ka,Zfa(a));b$(a);a.Ya().appendChild(a.Ka);a.yb().ua(a.Ka,"load",function(){return void a$(a)});a.Ka.src=a.Gd;c$(a)},$fa=function(a){d$(a,(0,_.Db)(function(b){b.setAuthToken(this.rn,this.Ym)},a))},c$=function(a){var b=_.tu(a.Gd).Vh("title");b&&a.setTitle(b)},Zfa=function(a){return _.MO("Internet Explorer")>=
|
|
7&&_.Ic(a.Gd,"https")?_.Gc(Ufa):_.Fd?_.Gc(Vfa):_.Gc(Wfa)},a$=function(a){$fa(a);a.bB=!0;_.EC(a.Ka,!0);a.isVisible()&&a.focus()};b9.prototype.bI=function(a){a.keyCode==27&&(this.setVisible(!1),this.Yb({action:"cancel"}),a.stopPropagation(),a.preventDefault())};var d$=function(a,b){var c=a.Uz;nfa(function(){b(c.getWindow().gadgets.rpc)},c)};_.g=b9.prototype;
|
|
_.g.setUrl=function(a){a=_.su(new _.Zt(a),"rpcService",this.rn);_.su(a,"rpctoken",this.Ym);a.Xk("rpctoken="+this.Ym);_.su(a,"thirdParty","true");_.$t(a,"https");this.Gd=a.toString();this.Ka&&(this.Ka.src=this.Gd)};_.g.zp=function(a){this.yy=a;this.yJ&&e$(this)};_.g.ys=function(a){this.Yb=a;d$(this,(0,_.Db)(function(b){b.register(this.rn,(0,_.Db)(this.Afa,this))},this))};
|
|
_.g.Afa=function(a){var b=a.action;b=="loaded"&&(this.yJ=!0,f$(this,new U8(this.isVisible())),e$(this),_.m5(this),this.yb().yc(this.Ha().getWindow(),"keydown",this.bI),_.EC(this.Ka,!0));b!="picked"&&b!="cancel"||this.setVisible(!1);this.Yb(a)};_.g.QA=function(a){return _.tu(this.Gd).Vh(a)=="true"};var e$=function(a){a.yy&&f$(a,new T8(a.yy,window.location.protocol+"//"+window.location.host))};b9.prototype.Sj=function(a){d$(this,(0,_.Db)(function(b){b.setRelayUrl(this.rn,a)},this))};
|
|
var f$=function(a,b){a.M3&&Rfa(b,a.vI).then(null,function(c){return void a.Zq(c)});d$(a,(0,_.Db)(function(c){c.call(this.rn,"picker",null,b)},a))};_.g=b9.prototype;
|
|
_.g.eL=function(){var a=this.Ha().wb();a=_.ne(a)||window;if(this.QA("ignoreLimits"))a=new _.Hc(this.b_,this.a_);else if(this.QA("shadeDialog")){var b=j9(_.g5(this)),c=_.le(a);a=c.width-80;c=c.height-40;b&&(a-=b.left?b.left:0,a-=b.right?b.right:0,c-=b.top?b.top:0,c-=b.bottom?b.bottom:0);a=new _.Hc(a>0?a:0,c>0?c:0)}else(b=this.b_)?(b=Math.max(320,Math.min(1051,b)),(c=this.a_)||(c=_.le(a).height*.85),c=Math.max(480,Math.min(650,c))):(b=_.le(a),c=b.width*.618,c=c<b.height?Math.round(Math.max(480,Math.min(650,
|
|
c*.85))):Math.round(Math.max(480,Math.min(650,b.height*.85))),b=Math.round(c/.618)),a=_.le(a),b=Math.min(b,Math.max(a.width,320)),c=Math.min(c,Math.max(a.height,480)),a=new _.Hc(b,c);_.ls(this.Ya(),a);this.Qd()};_.g.Qd=function(){if(this.QA("shadeDialog")){var a=_.P4(this.U()),b=_.le(this.Ha().getWindow());a=Math.floor(b.width/2-a.width/2);if(b=j9(_.g5(this))){var c=b.left?b.left:0;c+=b.right?b.right:0;a=Math.floor(a-c/2)}a=a>0?a:0;b=_.Vr(this.Ha()).y;_.us(this.U(),a,b)}else b9.N.Qd.call(this)};
|
|
_.g.setVisible=function(a){if(a!=this.isVisible()){if(this.qba){var b=this.Ha().getWindow();a?(this.eL(),this.yb().ua(b,"resize",this.eL),this.bB||this.yb().ua(b,"keydown",this.bI)):(this.yb().yc(b,"resize",this.eL),this.bB||this.yb().yc(b,"keydown",this.bI))}if(this.zu){b=this.cj();var c=_.g5(this);"showPopover"in c&&(a?(b.showPopover(),c.showPopover()):(b.hidePopover(),c.hidePopover()))}}b9.N.setVisible.call(this,a);f$(this,new U8(a))};
|
|
_.g.focus=function(){b9.N.focus.call(this);if(this.Ka&&this.bB&&this.yJ)try{this.Ka.focus()}catch(a){}};_.g.Zq=function(){this.Yb({action:"error"})};var e9=function(a){this.Fa=a;this.Wa={}};_.g=e9.prototype;_.g.xc=function(a){this.BX=a||void 0;return this};_.g.setOptions=function(a){this.Wa=a;return this};_.g.kb=function(a){this.Wa.query=a;return this};_.g.Mc=function(a){this.Wa.mimeTypes=a;return this};_.g.setParent=function(a){this.Wa.parent=a;return this};_.g.j3=function(){var a=_.hi(this.Wa,function(b){return b!==null});a=_.Hh(a)?null:a;a=[this.Fa,this.BX,a];return a=a.slice(0,mfa(a)+1)};
|
|
_.g.toString=function(){var a=this.j3();return"("+_.Jb(a,function(b){return JSON.stringify(b)}).join(",")+")"};_.g.getId=function(){return this.Fa};_.g.oA=function(){return this.BX};_.g.getOptions=function(){return _.ak(this.Wa)};_.g.getQuery=function(){return this.Wa.query};var g$=function(){e9.call(this,"image-search");this.Wa.license="crwm"};_.t(g$,e9);_.g=g$.prototype;_.g.gx=function(a){this.Wa.site=a;return this};_.g.Sd=function(a){this.Wa.type=a;return this};_.g.vla=function(a){a=="*"?delete this.Wa.license:this.Wa.license=a;return this};_.g.setSize=function(a){this.Wa.imgsz=a;return this};_.g.setColor=function(a){this.Wa.imgcolor=a;return this};_.g.KD=function(a){this.Wa.safe=a;return this};_.g.xc=function(a){e9.prototype.xc.call(this,a);return this};
|
|
_.g.kb=function(a){e9.prototype.kb.call(this,a);return this};_.g.Mc=function(a){e9.prototype.Mc.call(this,a);return this};_.g.setParent=function(a){e9.prototype.setParent.call(this,a);return this};var h$=function(){e9.call(this,"maps")};_.t(h$,e9);_.g=h$.prototype;_.g.yD=function(a){this.Wa.mode=a;return this};_.g.setCenter=function(a,b){this.Wa.center=[a,b];return this};_.g.setZoom=function(a){this.Wa.zoom=a;return this};_.g.xc=function(a){e9.prototype.xc.call(this,a);return this};_.g.kb=function(a){e9.prototype.kb.call(this,a);return this};_.g.Mc=function(a){e9.prototype.Mc.call(this,a);return this};_.g.setParent=function(a){e9.prototype.setParent.call(this,a);return this};var i$=function(){e9.call(this,"photos")};_.t(i$,e9);_.g=i$.prototype;_.g.yD=function(a){this.Wa.mode=a;return this};_.g.Sd=function(a){this.Wa.type=a;return this};_.g.xc=function(a){e9.prototype.xc.call(this,a);return this};_.g.kb=function(a){e9.prototype.kb.call(this,a);return this};_.g.Mc=function(a){e9.prototype.Mc.call(this,a);return this};_.g.setParent=function(a){e9.prototype.setParent.call(this,a);return this};var j$=function(){e9.call(this,"url")};_.t(j$,e9);_.g=j$.prototype;_.g.gx=function(a){this.Wa.site=a;return this};_.g.Sd=function(a){this.Wa.type=a;return this};_.g.xc=function(a){e9.prototype.xc.call(this,a);return this};_.g.kb=function(a){e9.prototype.kb.call(this,a);return this};_.g.Mc=function(a){e9.prototype.Mc.call(this,a);return this};_.g.setParent=function(a){e9.prototype.setParent.call(this,a);return this};var k$=function(){e9.call(this,"video-search")};_.t(k$,e9);_.g=k$.prototype;_.g.gx=function(a){this.Wa.site=a;return this};_.g.KD=function(a){this.Wa.safe=a;return this};_.g.xc=function(a){e9.prototype.xc.call(this,a);return this};_.g.kb=function(a){e9.prototype.kb.call(this,a);return this};_.g.Mc=function(a){e9.prototype.Mc.call(this,a);return this};_.g.setParent=function(a){e9.prototype.setParent.call(this,a);return this};var l$=function(){e9.call(this,"web")};_.t(l$,e9);_.g=l$.prototype;_.g.gx=function(a){this.Wa.site=a;return this};_.g.KD=function(a){this.Wa.safe=a;return this};_.g.xc=function(a){e9.prototype.xc.call(this,a);return this};_.g.kb=function(a){e9.prototype.kb.call(this,a);return this};_.g.Mc=function(a){e9.prototype.Mc.call(this,a);return this};_.g.setParent=function(a){e9.prototype.setParent.call(this,a);return this};var m$=function(a){this.nf=typeof a==="string"?new e9(a):a;this.Kf=[];this.Wa={}},aga=function(a){switch(a){case "image-search":return new g$;case "maps":return new h$;case "photos":return new i$;case "url":return new j$;case "video-search":return new k$;case "web":return new l$}return new e9(a)};m$.prototype.oy=function(a){this.Kf.push(typeof a==="string"?aga(a):a);return this};m$.prototype.BP=function(a){this.Kf.push((new e9(null)).xc(a));return this};
|
|
m$.prototype.py=function(a){this.Kf.push(a);return this};var n$=function(a){return"("+_.Jb(a.Kf,function(b){return b.toString()}).join(",")+")"},bga=function(a){a=_.hi(a.Wa,function(b){return b!==null});return(a=_.Hh(a)?null:a)?JSON.stringify(_.RG(a,function(b){return b.toString()})):""};m$.prototype.toString=function(){if(this.nf){var a=["{root:",this.nf.toString(),",items:",n$(this)],b=bga(this);b&&(a.push(",options:"),a.push(b));a.push("}");return a.join("")}return n$(this)};
|
|
m$.prototype.getOptions=function(){return _.ak(this.Wa)};m$.prototype.ala=function(a){this.Wa.collapsible=a;return this};var c9=function(a){this.tba=a||"https://docs.google.com/picker";this.VB=new m$};_.g=c9.prototype;_.g.VB=null;_.g.Xd=null;_.g.BP=function(){throw Error("hd");};_.g.oy=function(a){this.VB.oy(a);return this};_.g.py=function(a){this.VB.py(a);return this};_.g.Wz=function(){return this.yy};_.g.Ha=function(){return this.Xd};_.g.mga=function(){return this.setTitle("")};_.g.zp=function(a){this.yy=a;return this};_.g.ys=function(a){this.Yb=a;return this};_.g.XL=function(a){this.Xd=new _.de(a);return this};_.qb(d9,c9);var o$=function(a,b){b=b===void 0?b9:b;c9.call(this,a);this.fja=b;this.jc=new Map;this.jc.set("protocol","gadgets");window.google&&(a=(a=window.google)&&a.picker&&a.picker.LoadArgs)&&(a=(new _.eu(a)).get("hl"))&&this.Cs(a.toString());(a=window.location.origin)||(a=window.location.protocol+"//"+window.location.host);this.Qj(a);this.XZ=[];this.Uz=void 0};_.t(o$,d9);_.g=o$.prototype;_.g.On=!1;_.g.zu=!1;
|
|
_.g.Fb=function(){this.jc.set("hostId",window.location.host.split(":")[0]);this.Wz()&&this.jc.has("oauth_token")&&this.jc.set("appId",this.Wz());this.hv()||this.Sj(_.du(_.tu(window.location.href)).Xk("").setPath("/favicon.ico").toString());this.jc.set("ifls",Date.now());if(this.jc.get("minimal"))throw Error("id");var a=new this.fja(this.m3().toString(),!0,this.Ha(),this.CR,this.zR,"",this.Uz,!1,!1,this.zu);a.WL(this.On);a.zp(this.Wz());a.ys(this.Yb);return a};
|
|
_.g.xca=function(a){this.jc.delete(a);return this};_.g.Oca=function(a){this.jc.set(a,"true");return this};_.g.Nc=function(){return this.zR};_.g.eo=function(){return this.jc.get("hl")};_.g.hv=function(){return this.jc.get("parent")};_.g.getTitle=function(){return this.jc.get("title")};_.g.Qb=function(){return this.CR};_.g.bha=function(a){return this.jc.get(a)=="true"};_.g.cla=function(a){this.jc.set("developerKey",a);return this};_.g.Yka=function(a){this.jc.set("authuser",a);return this};
|
|
_.g.WL=function(a){this.On=a};_.g.wla=function(a){this.jc.set("maxItems",a);return this};_.g.Qj=function(a){a&&this.jc.set("origin",a);return this};_.g.qla=function(a){a instanceof e9?this.jc.set("view",a.toString()):this.jc.set("view",a);return this};_.g.Cs=function(a){this.jc.set("hl",a);return this};_.g.gla=function(a){this.zu=a;return this};_.g.KM=function(a){this.jc.set("oauth_token",a);return this};_.g.Sj=function(a){this.jc.set("parent",a);return this};
|
|
_.g.Cla=function(a){this.jc.set("selectableMimeTypes",a);return this};_.g.setSize=function(a,b){this.CR=a;this.zR=b;return this};_.g.Hla=function(a){this.jc.set("uploadToAlbumId",a);return this};_.g.setTitle=function(a){this.jc.set("title",a);return this};_.g.m3=function(){this.XZ.length&&this.jc.set("pp",JSON.stringify(this.XZ));this.jc.set("nav",n$(this.VB));var a=new _.Zt(this.tba);this.jc.forEach(function(b,c){_.su(a,c,b)});return a};_.qb(f9,e9);f9.prototype.kb=function(){throw Error("jd");};f9.prototype.xc=function(a){f9.N.xc.call(this,a);return this};f9.prototype.Mc=function(a){f9.N.Mc.call(this,a);return this};f9.prototype.setParent=function(a){f9.N.setParent.call(this,a);return this};_.qb(g9,f9);_.g=g9.prototype;_.g.sM=function(a){this.Wa.includeFolders=a;return this};_.g.xc=function(a){g9.N.xc.call(this,a);return this};_.g.kb=function(a){g9.N.kb.call(this,a);return this};_.g.Mc=function(a){g9.N.Mc.call(this,a);return this};_.g.setParent=function(a){g9.N.setParent.call(this,a);return this};_.qb(h9,e9);var cga=["dr","fileIds","parent"];_.g=h9.prototype;_.g.yD=function(a){this.Wa.mode=a;return this};_.g.fla=function(a){p$(this);this.Wa.dr=a;return this};_.g.hla=function(a){this.Wa.td=a;return this};_.g.i1=function(a){a!==void 0?this.Wa.ownedByMe=a:delete this.Wa.ownedByMe;return this};_.g.A1=function(a){this.Wa.starred=a;return this};_.g.sM=function(a){this.Wa.includeFolders=a;return this};_.g.Bla=function(a){this.Wa.selectFolder=a;return this};
|
|
_.g.dla=function(a){this.Wa.docTypesDropDown=a;return this};_.g.xc=function(a){h9.N.xc.call(this,a);return this};_.g.kb=function(a){h9.N.kb.call(this,a);return this};_.g.Mc=function(a){h9.N.Mc.call(this,a);return this};_.g.lla=function(a){p$(this);this.Wa.fileIds=a;return this};_.g.setParent=function(a){p$(this);h9.N.setParent.call(this,a);return this};var p$=function(a){for(var b=_.Ea(cga),c=b.next();!c.done;c=b.next())c=c.value,a.Wa[c]&&delete a.Wa[c]};var q$=function(){e9.call(this,"photo-albums")};_.t(q$,e9);_.g=q$.prototype;_.g.Sd=function(a){this.Wa.type=a;return this};_.g.xc=function(a){e9.prototype.xc.call(this,a);return this};_.g.kb=function(a){e9.prototype.kb.call(this,a);return this};_.g.Mc=function(a){e9.prototype.Mc.call(this,a);return this};_.g.setParent=function(a){e9.prototype.setParent.call(this,a);return this};var dga={DoclistBlob:"file",doc:"document",drawing:"drawing",folder:"folder",kix:"document",pres:"presentation",spread:"spreadsheet"};var r$=function(a,b){e9.call(this,"webcam");a&&(this.Wa.type=a);b&&(this.Wa.query=b)};_.t(r$,e9);r$.prototype.kb=function(){throw Error("kd");};r$.prototype.xc=function(a){e9.prototype.xc.call(this,a);return this};r$.prototype.Mc=function(a){e9.prototype.Mc.call(this,a);return this};r$.prototype.setParent=function(a){e9.prototype.setParent.call(this,a);return this};var ega=_.qd([".picker-dialog-frame{width:100%;height:100%;border:0;overflow:hidden}.picker-dialog-bg{position:absolute;top:0;left:0;background-color:#fff;z-index:1000}.picker-dialog{position:absolute;top:0;left:0;background-color:#fff;border:1px solid #acacac;width:auto;padding:0;z-index:1001;overflow:auto;box-shadow:0 4px 16px rgba(0,0,0,.2)}.picker-dialog-content{height:100%;font-size:0;padding:0}.picker-dialog-buttons,.picker-dialog-title{display:none}"]),fga=_.oc(ega[0]);try{_.ps(fga)}catch(a){_.Xf.error("Failed to install picker styles : "+a),_.fb.setTimeout(function(){_.bb.bY(a)},0)};_.x("gapi.picker.api.Action",{Cna:"cancel",qra:"picked",sta:"uploadProgress",tta:"uploadScheduled",vta:"uploadStateChange",LOADED:"loaded",tna:"blurred",Roa:"enableWhiteCallout",Dta:"viewChanged",Ita:"viewUpdated",Eta:"viewContentRendered",ERROR:"error",Jra:"received"});_.x("gapi.picker.api.Action.CANCEL","cancel");_.x("gapi.picker.api.Action.PICKED","picked");_.x("gapi.picker.api.Audience",{jra:"ownerOnly",SO:"limited",hna:"allPersonalCircles",Xoa:"extendedCircles",Boa:"domainPublic",fP:"public"});
|
|
_.x("gapi.picker.api.Audience.PUBLIC","public");_.x("gapi.picker.api.Audience.DOMAIN_PUBLIC","domainPublic");_.x("gapi.picker.api.Audience.EXTENDED_CIRCLES","extendedCircles");_.x("gapi.picker.api.Audience.ALL_PERSONAL_CIRCLES","allPersonalCircles");_.x("gapi.picker.api.Audience.LIMITED","limited");_.x("gapi.picker.api.Audience.OWNER_ONLY","ownerOnly");
|
|
_.x("gapi.picker.api.Document",{mna:"audience",sna:"blobId",Fna:"children",Y4:"contentId",Ona:"copyable",joa:"coverPhotoId",moa:"crop",ooa:"customerId",roa:"dataUrl",voa:"description",Coa:"domainUsersOnly",Eoa:"downloadUrl",Koa:"driveSuccess",Ioa:"driveError",Goa:"drivesId",Hoa:"drivesName",Loa:"email",Moa:"embedUrl",Jpa:"iconUrl",OE:"id",Lpa:"isLocalProfilePhoto",Mpa:"isNew",Npa:"isRoot",Opa:"isShared",Ppa:"kansasVersionInfo",Ypa:"lastEditedUtc",Zpa:"lastModifiedByMeUtc",aqa:"lastViewedByMeUtc",
|
|
bqa:"latitude",gqa:"longitude",oqa:"markedForRemoval",qqa:"mediaKey",uqa:"mimeType",Mqa:"name",Vqa:"numChildren",Wqa:"numTagged",Xqa:"numUntagged",fra:"organizationDisplayName",gra:"organizeIntoTeamDrive",ira:"otherParents",bra:"ogv",lra:"parentId",SE:"people",sra:"placeId",READ_ONLY:"readOnly",Nra:"rpt",Ora:"rptn",Sra:"resourceKey",Xra:"rotation",Yra:"rotationDegree",msa:"serviceId",Esa:"sizeBytes",Msa:"sourceTeamDriveId",Nsa:"sourceTeamDriveName",gta:"teamDriveId",hta:"teamDriveName",ita:"teamMembersOnly",
|
|
kta:"thumbnails",TYPE:"type",ota:"undoable",qta:"uploadId",rta:"uploadMetadata",uta:"uploadState",URL:"url",VERSION:"version",Jta:"visibility"});_.x("gapi.picker.api.Document.ADDRESS_LINES","addressLines");_.x("gapi.picker.api.Document.AUDIENCE","audience");_.x("gapi.picker.api.Document.DESCRIPTION","description");_.x("gapi.picker.api.Document.DURATION","duration");_.x("gapi.picker.api.Document.EMBEDDABLE_URL","embedUrl");_.x("gapi.picker.api.Document.ICON_URL","iconUrl");
|
|
_.x("gapi.picker.api.Document.ID","id");_.x("gapi.picker.api.Document.IS_NEW","isNew");_.x("gapi.picker.api.Document.LAST_EDITED_UTC","lastEditedUtc");_.x("gapi.picker.api.Document.LATITUDE","latitude");_.x("gapi.picker.api.Document.LONGITUDE","longitude");_.x("gapi.picker.api.Document.MIME_TYPE","mimeType");_.x("gapi.picker.api.Document.NAME","name");_.x("gapi.picker.api.Document.NUM_CHILDREN","numChildren");_.x("gapi.picker.api.Document.PARENT_ID","parentId");
|
|
_.x("gapi.picker.api.Document.PHONE_NUMBERS","phoneNumbers");_.x("gapi.picker.api.Document.SERVICE_ID","serviceId");_.x("gapi.picker.api.Document.THUMBNAILS","thumbnails");_.x("gapi.picker.api.Document.TYPE","type");_.x("gapi.picker.api.Document.URL","url");_.x("gapi.picker.api.DocsUploadView",g9);g9.prototype.setIncludeFolders=g9.prototype.sM;g9.prototype.setParent=g9.prototype.setParent;_.x("gapi.picker.api.DocsView",h9);h9.prototype.setIncludeFolders=h9.prototype.sM;
|
|
h9.prototype.setSelectFolderEnabled=h9.prototype.Bla;h9.prototype.setMode=h9.prototype.yD;h9.prototype.setParent=h9.prototype.setParent;h9.prototype.setOwnedByMe=h9.prototype.i1;h9.prototype.setStarred=h9.prototype.A1;h9.prototype.setDocTypesDropDownEnabled=h9.prototype.dla;h9.prototype.setEnableDrives=h9.prototype.fla;h9.prototype.setEnableTeamDrives=h9.prototype.hla;h9.prototype.setFileIds=h9.prototype.lla;_.x("gapi.picker.api.DocsViewMode",{Apa:"grid",dqa:"list"});
|
|
_.x("gapi.picker.api.DocsViewMode.GRID","grid");_.x("gapi.picker.api.DocsViewMode.LIST","list");_.x("gapi.picker.api.Feature",{loa:"cropA11y",Poa:"showAttach",Qoa:"edbe",hpa:"ftd",npa:"formsEnabled",Epa:"horizNav",Kpa:"ignoreLimits",vqa:"mineOnly",wqa:"minimal",xqa:"minew",Jqa:"multiselectEnabled",Pqa:"navHidden",Rqa:"newDriveView",Sqa:"newHorizNav",Tqa:"newPhotoGridView",cra:"odv",Cra:"profilePhoto",nsa:"shadeDialog",ssa:"simpleUploadEnabled",Lsa:"sawffmi",bta:"sdr",cta:"std",wta:"urlInputVisible"});
|
|
_.x("gapi.picker.api.Feature.MULTISELECT_ENABLED","multiselectEnabled");_.x("gapi.picker.api.Feature.NAV_HIDDEN","navHidden");_.x("gapi.picker.api.Feature.MINE_ONLY","mineOnly");_.x("gapi.picker.api.Feature.SIMPLE_UPLOAD_ENABLED","simpleUploadEnabled");_.x("gapi.picker.api.Feature.SUPPORT_DRIVES","sdr");_.x("gapi.picker.api.Feature.SUPPORT_TEAM_DRIVES","std");_.x("gapi.picker.api.ImageSearchView",g$);_.x("gapi.picker.api.ImageSearchView.License",{NONE:"*",Ura:"r",Jna:"cr",Vra:"rwm",Kna:"crwm"});
|
|
_.x("gapi.picker.api.ImageSearchView.License.COMMERCIAL_REUSE","cr");_.x("gapi.picker.api.ImageSearchView.License.COMMERCIAL_REUSE_WITH_MODIFICATION","crwm");_.x("gapi.picker.api.ImageSearchView.License.NONE","*");_.x("gapi.picker.api.ImageSearchView.License.REUSE","r");_.x("gapi.picker.api.ImageSearchView.License.REUSE_WITH_MODIFICATION","rwm");
|
|
_.x("gapi.picker.api.ImageSearchView.Size",{Fsa:"qsvga",Hsa:"vga",Gsa:"svga",Ksa:"xga",Isa:"wxga",Jsa:"wxga2",ysa:"2mp",Asa:"4mp",Bsa:"6mp",Dsa:"8mp",tsa:"10mp",usa:"12mp",wsa:"15mp",xsa:"20mp",zsa:"40mp",Csa:"70mp",vsa:"140mp"});_.x("gapi.picker.api.ImageSearchView.Size.SIZE_10MP","10mp");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_12MP","12mp");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_140MP","140mp");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_15MP","15mp");
|
|
_.x("gapi.picker.api.ImageSearchView.Size.SIZE_20MP","20mp");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_2MP","2mp");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_40MP","40mp");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_4MP","4mp");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_6MP","6mp");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_70MP","70mp");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_8MP","8mp");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_QSVGA","qsvga");
|
|
_.x("gapi.picker.api.ImageSearchView.Size.SIZE_SVGA","svga");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_VGA","vga");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_WXGA","wxga");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_WXGA2","wxga2");_.x("gapi.picker.api.ImageSearchView.Size.SIZE_XGA","xga");g$.prototype.setLicense=g$.prototype.vla;g$.prototype.setSite=g$.prototype.gx;g$.prototype.setSize=g$.prototype.setSize;g$.prototype.setSafeSearch=g$.prototype.KD;_.x("gapi.picker.api.MapsView",h$);
|
|
h$.prototype.setCenter=h$.prototype.setCenter;h$.prototype.setZoom=h$.prototype.setZoom;_.x("gapi.picker.api.PhotoAlbumsView",q$);_.x("gapi.picker.api.PhotosView",i$);_.x("gapi.picker.api.PhotosView.Type",{BANNER:"banner",rna:"bannergallery",Bna:"camerasync",dpa:"featured",xpa:"gmail_themes",jpa:"flat",upa:"getty",Dpa:"highlights",D7:"mediacollection",zqa:"moment",ara:"ofuser",Tsa:"streamid",fta:"tpp",pta:"uploaded",Ata:"videos-camerasync",Bta:"videos-uploaded",Qta:"localalbum",Sua:"ytbanner"});
|
|
_.x("gapi.picker.api.PhotosView.Type.FEATURED","featured");_.x("gapi.picker.api.PhotosView.Type.GETTY","getty");_.x("gapi.picker.api.PhotosView.Type.UPLOADED","uploaded");i$.prototype.setParent=i$.prototype.setParent;i$.prototype.setType=i$.prototype.Sd;_.x("gapi.picker.api.ResourceId.generate",function(a){return a?[a.mimeType=="application/pdf"?"pdf":dga[a.serviceId]||"file",":",a.id].join(""):null});
|
|
_.x("gapi.picker.api.Response",{ena:"action",Yoa:"extraUserInputs",Aoa:"docs",kra:"parents",iy:"view",Hta:"viewToken",zta:"v2Translated"});_.x("gapi.picker.api.Response.ACTION","action");_.x("gapi.picker.api.Response.DOCUMENTS","docs");_.x("gapi.picker.api.Response.PARENTS","parents");_.x("gapi.picker.api.Response.VIEW","viewToken");
|
|
_.x("gapi.picker.api.ServiceId",{vna:"books",I4:"calendar",Lna:"contacts",zpa:"gready",koa:"cportal",noa:"cultural",zoa:"docs",Doa:"photo",Foa:"dragonflyphotos",IE:"drive",Joa:"drive-select",cpa:"feag",lpa:"fonts",Uoa:"et",tpa:"geodiscussion",mqa:"maps",nqa:"mapspro",pqa:"media",nra:"party",pra:"picasa",rra:"places",Mra:"relatedcontent",Qsa:"static_themes",Ssa:"stories",Rua:"youtube",Mta:"web",Kta:"vr-assets",SE:"people",gsa:"search-api",URL:"url",Kra:"recent",ioa:"cosmo",yoa:"DoclistBlob",HE:"doc",
|
|
JO:"drawing",j6:"form",opa:"freebird",Wpa:"kix",N8:"pres",Fra:"punch",Wra:"ritz",kP:"spread"});_.x("gapi.picker.api.ServiceId.DOCS","docs");_.x("gapi.picker.api.ServiceId.MAPS","maps");_.x("gapi.picker.api.ServiceId.PHOTOS","picasa");_.x("gapi.picker.api.ServiceId.SEARCH_API","search-api");_.x("gapi.picker.api.ServiceId.URL","url");_.x("gapi.picker.api.ServiceId.YOUTUBE","youtube");_.x("gapi.picker.api.Thumbnail",{NE:"height",URL:"url",ZE:"width",TYPE:"type"});
|
|
_.x("gapi.picker.api.Thumbnail.HEIGHT","height");_.x("gapi.picker.api.Thumbnail.WIDTH","width");_.x("gapi.picker.api.Thumbnail.URL","url");_.x("gapi.picker.api.Type",{gna:"album",ina:"android-app",I4:"calendar",Ina:"chrome-app",CIRCLE:"circle",W4:"contact",HE:"document",MO:"event",Toa:"et",bpa:"faces",gpa:"file",OO:"folder",kpa:"font",LOCATION:"location",lqa:"map",D7:"mediacollection",eP:"person",ora:"photo",URL:"url",sP:"video",Sta:"workbook"});_.x("gapi.picker.api.Type.ALBUM","album");
|
|
_.x("gapi.picker.api.Type.DOCUMENT","document");_.x("gapi.picker.api.Type.LOCATION","location");_.x("gapi.picker.api.Type.PHOTO","photo");_.x("gapi.picker.api.Type.URL","url");_.x("gapi.picker.api.Type.VIDEO","video");_.x("gapi.picker.api.VideoSearchView",k$);_.x("gapi.picker.api.VideoSearchView.YOUTUBE","youtube.com");k$.prototype.setSite=k$.prototype.gx;k$.prototype.setSafeSearch=k$.prototype.KD;_.x("gapi.picker.api.View",e9);e9.prototype.getId=e9.prototype.getId;e9.prototype.setLabel=e9.prototype.xc;
|
|
e9.prototype.setMimeTypes=e9.prototype.Mc;e9.prototype.setQuery=e9.prototype.kb;e9.prototype.getQuery=e9.prototype.getQuery;e9.prototype.getLabel=e9.prototype.oA;_.x("gapi.picker.api.ViewGroup",m$);m$.prototype.addLabel=m$.prototype.BP;m$.prototype.addView=m$.prototype.oy;m$.prototype.addViewGroup=m$.prototype.py;m$.prototype.setCollapsible=m$.prototype.ala;_.x("gapi.picker.api.ViewId.DOCS","all");_.x("gapi.picker.api.ViewId.DOCS_IMAGES","docs-images");
|
|
_.x("gapi.picker.api.ViewId.DOCS_IMAGES_AND_VIDEOS","docs-images-and-videos");_.x("gapi.picker.api.ViewId.DOCS_VIDEOS","docs-videos");_.x("gapi.picker.api.ViewId.DOCUMENTS","documents");_.x("gapi.picker.api.ViewId.DRAWINGS","drawings");_.x("gapi.picker.api.ViewId.FOLDERS","folders");_.x("gapi.picker.api.ViewId.FORMS","forms");_.x("gapi.picker.api.ViewId.IMAGE_SEARCH","image-search");_.x("gapi.picker.api.ViewId.MAPS","maps");_.x("gapi.picker.api.ViewId.PDFS","pdfs");
|
|
_.x("gapi.picker.api.ViewId.PHOTO_ALBUMS","photo-albums");_.x("gapi.picker.api.ViewId.PHOTOS","photos");_.x("gapi.picker.api.ViewId.PHOTO_UPLOAD","photo-upload");_.x("gapi.picker.api.ViewId.PRESENTATIONS","presentations");_.x("gapi.picker.api.ViewId.RECENTLY_PICKED","recently-picked");_.x("gapi.picker.api.ViewId.SPREADSHEETS","spreadsheets");_.x("gapi.picker.api.ViewId.VIDEO_SEARCH","video-search");_.x("gapi.picker.api.ViewId.WEBCAM","webcam");_.x("gapi.picker.api.ViewId.YOUTUBE","youtube");
|
|
_.x("gapi.picker.api.ViewToken",{Fta:0,Xpa:1,Gta:2});_.x("gapi.picker.api.ViewToken.LABEL",1);_.x("gapi.picker.api.ViewToken.VIEW_ID",0);_.x("gapi.picker.api.ViewToken.VIEW_OPTIONS",2);_.x("gapi.picker.api.WebCamView",r$);_.x("gapi.picker.api.WebCamViewType.STANDARD","standard");(_.fb.google=_.fb.google||{}).picker=_.fb.gapi.picker.api;_.x("gapi.picker.api.Picker",b9);b9.prototype.isVisible=_.O4.prototype.isVisible;b9.prototype.setAppId=b9.prototype.zp;b9.prototype.setCallback=b9.prototype.ys;b9.prototype.setRelayUrl=b9.prototype.Sj;b9.prototype.setVisible=b9.prototype.setVisible;b9.prototype.dispose=b9.prototype.dispose;_.x("gapi.picker.api.PickerBuilder",o$);o$.prototype.addView=o$.prototype.oy;o$.prototype.addViewGroup=o$.prototype.py;o$.prototype.build=o$.prototype.Fb;o$.prototype.disableFeature=o$.prototype.xca;
|
|
o$.prototype.enableFeature=o$.prototype.Oca;o$.prototype.getRelayUrl=o$.prototype.hv;o$.prototype.getTitle=o$.prototype.getTitle;o$.prototype.hideTitleBar=o$.prototype.mga;o$.prototype.isFeatureEnabled=o$.prototype.bha;o$.prototype.setAppId=o$.prototype.zp;o$.prototype.setAuthUser=o$.prototype.Yka;o$.prototype.setCallback=o$.prototype.ys;o$.prototype.setDeveloperKey=o$.prototype.cla;o$.prototype.setDocument=o$.prototype.XL;o$.prototype.setInitialView=o$.prototype.qla;o$.prototype.setLocale=o$.prototype.Cs;
|
|
o$.prototype.setMaxItems=o$.prototype.wla;o$.prototype.setOAuthToken=o$.prototype.KM;o$.prototype.setOrigin=o$.prototype.Qj;o$.prototype.setRelayUrl=o$.prototype.Sj;o$.prototype.setSelectableMimeTypes=o$.prototype.Cla;o$.prototype.setSize=o$.prototype.setSize;o$.prototype.setTitle=o$.prototype.setTitle;o$.prototype.setUploadToAlbumId=o$.prototype.Hla;o$.prototype.toUri=o$.prototype.m3;o$.prototype.setEnablePopover=o$.prototype.gla;(_.fb.google=_.fb.google||{}).picker=_.fb.gapi.picker.api;
|
|
});
|
|
// Google Inc.
|