@pitcher/js-api 1.6.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/js-api.umd.min.js +10 -10
- package/js-api.umd.min.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,12 +16,12 @@ This is the JavaScript API to interact with the data layer of the NG platform.
|
|
|
16
16
|
<body>
|
|
17
17
|
<script>
|
|
18
18
|
const api = pitcher.usePitcherApi()
|
|
19
|
-
const
|
|
20
|
-
const
|
|
19
|
+
const ui = pitcher.useUi()
|
|
20
|
+
const admin = pitcher.useAdmin()
|
|
21
21
|
|
|
22
|
-
api.getEnv()
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
api.getEnv()
|
|
23
|
+
ui.selectContent() // ui.select_content() works too
|
|
24
|
+
admin.getEnv() // admin.get_env() works too
|
|
25
25
|
</script>
|
|
26
26
|
</body>
|
|
27
27
|
</html>
|
package/js-api.umd.min.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
(function(_,_e){typeof exports=="object"&&typeof module<"u"?_e(exports):typeof define=="function"&&define.amd?define(["exports"],_e):(_=typeof globalThis<"u"?globalThis:_||self,_e(_.pitcher={}))})(this,function(_){"use strict";function _e(e,r){for(var a=0;a<r.length;a++){const c=r[a];if(typeof c!="string"&&!Array.isArray(c)){for(const h in c)if(h!=="default"&&!(h in e)){const y=Object.getOwnPropertyDescriptor(c,h);y&&Object.defineProperty(e,h,y.get?y:{enumerable:!0,get:()=>c[h]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}function Dr(e={}){return this.API.request("open",e)}function Rr(){return this.API.request("get_env")}function $r(e){return this.API.request("update_my_user",e)}function Mr(){return this.API.request("get_languages")}function Nr(e){return _.highLevelApi.API.request("get_events",e)}function Lr(e){return _.highLevelApi.API.request("create_event",e)}function zr(e){return _.highLevelApi.API.request("update_event",e)}function Ur(e){return _.highLevelApi.API.request("delete_event",e)}function Fr(e){return this.API.request("get_canvases",e)}function qr(e){return this.API.request("create_canvas",e)}function Hr(e){return this.API.request("delete_canvas",e)}function Gr(e){return this.API.request("update_canvas",e)}function Br(e){return this.API.request("get_canvas",e)}function Vr(e){return this.API.request("share_canvas",e)}function Zr(e){const r={...e};return r.type&&(r.type=Array.isArray(r.type)?r.type:[r.type]),r.content_type&&(r.content_type=Array.isArray(r.content_type)?r.content_type:[r.content_type]),this.API.request("get_files",r)}function Yr(e){return this.API.request("download_file",e)}function Jr(e){return this.API.request("get_app_config",e)}function Kr(e){return this.API.request("get_file",e)}function Qr(e){return this.API.request("delete_file",e)}function kr(e){return this.API.request("create_file",e)}function Xr(){return this.API.request("select_device_file")}function eo(e){return this.API.request("search",e)}function to(e){return this.API.request("get_users",e)}function no(e){return this.API.request("getService",e)}function ro(e){return this.API.request("refresh_service_token",e)}function oo(){return this.API.request("get_connections")}function io(e){return this.API.request("connection_login",e)}function ao(e){return this.API.request("connection_logout",e)}function uo(e){return this.API.request("fetch_document_info",e)}function so(e){return this.API.request("render_page_as_image",e)}function co(e){return this.API.request("toast",e)}function fo(e){return _.highLevelApi.API.request("query",e)}function lo(e={id:"root"}){return this.API.request("get_folder",e)}function ho(e){return this.API.request("create_folder",e)}function po(e){return this.API.request("update_folder",e)}function go(e){return this.API.request("delete_folder",e)}function vo(e){return this.API.request("move_folder_items",e)}function wo(e){return this.API.request("get_favorites",e)}function yo(e){return this.API.request("create_favorite",e)}function mo(e){return this.API.request("delete_favorite",e)}function bo(e){return e.type||(e.type="native"),_.highLevelApi.API.request("notify",e)}function _o(e){return _.highLevelApi.API.request("track",e)}function Ao(e){return this.API.request("get_instance_metadata_templates",e)}function Eo(){return this.API.request("trigger_non_files_sync")}const So=Object.freeze(Object.defineProperty({__proto__:null,connectionLogin:io,connectionLogout:ao,createCanvas:qr,createEvent:Lr,createFavorite:yo,createFile:kr,createFolder:ho,deleteCanvas:Hr,deleteEvent:Ur,deleteFavorite:mo,deleteFile:Qr,deleteFolder:go,downloadFile:Yr,fetchDocumentInfo:uo,getAppConfig:Jr,getCanvas:Br,getCanvases:Fr,getConnections:oo,getEnv:Rr,getEvents:Nr,getFavorites:wo,getFile:Kr,getFiles:Zr,getFolder:lo,getInstanceMetadataTemplates:Ao,getLanguages:Mr,getService:no,getUsers:to,moveFolderItems:vo,notify:bo,open:Dr,query:fo,refreshServiceToken:ro,renderPageAsImage:so,search:eo,selectDeviceFile:Xr,shareCanvas:Vr,toast:co,track:_o,triggerNonFilesSync:Eo,updateCanvas:Gr,updateEvent:zr,updateFolder:po,updateMyUser:$r},Symbol.toStringTag,{value:"Module"}));class Et{listeners={};on(r,a){this.listeners[r]=(this.listeners[r]??[]).concat(a)}off(r,a){this.listeners[r]=(this.listeners[r]??[]).filter(c=>c!==a)}emit(r,a){(this.listeners[r]??[]).forEach(c=>c(a))}}let Ne;const Po=new Uint8Array(16);function xo(){if(!Ne&&(Ne=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Ne))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Ne(Po)}const z=[];for(let e=0;e<256;++e)z.push((e+256).toString(16).slice(1));function To(e,r=0){return z[e[r+0]]+z[e[r+1]]+z[e[r+2]]+z[e[r+3]]+"-"+z[e[r+4]]+z[e[r+5]]+"-"+z[e[r+6]]+z[e[r+7]]+"-"+z[e[r+8]]+z[e[r+9]]+"-"+z[e[r+10]]+z[e[r+11]]+z[e[r+12]]+z[e[r+13]]+z[e[r+14]]+z[e[r+15]]}const St={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Oo(e,r,a){if(St.randomUUID&&!r&&!e)return St.randomUUID();e=e||{};const c=e.random||(e.rng||xo)();if(c[6]=c[6]&15|64,c[8]=c[8]&63|128,r){a=a||0;for(let h=0;h<16;++h)r[a+h]=c[h];return r}return To(c)}var Pt=typeof global=="object"&&global&&global.Object===Object&&global,Io=typeof self=="object"&&self&&self.Object===Object&&self,J=Pt||Io||Function("return this")(),ne=J.Symbol,xt=Object.prototype,jo=xt.hasOwnProperty,Co=xt.toString,Ae=ne?ne.toStringTag:void 0;function Wo(e){var r=jo.call(e,Ae),a=e[Ae];try{e[Ae]=void 0;var c=!0}catch{}var h=Co.call(e);return c&&(r?e[Ae]=a:delete e[Ae]),h}var Do=Object.prototype,Ro=Do.toString;function $o(e){return Ro.call(e)}var Mo="[object Null]",No="[object Undefined]",Tt=ne?ne.toStringTag:void 0;function pe(e){return e==null?e===void 0?No:Mo:Tt&&Tt in Object(e)?Wo(e):$o(e)}function ge(e){return e!=null&&typeof e=="object"}var Lo="[object Symbol]";function zo(e){return typeof e=="symbol"||ge(e)&&pe(e)==Lo}function Uo(e,r){for(var a=-1,c=e==null?0:e.length,h=Array(c);++a<c;)h[a]=r(e[a],a,e);return h}var Le=Array.isArray,Fo=1/0,Ot=ne?ne.prototype:void 0,It=Ot?Ot.toString:void 0;function jt(e){if(typeof e=="string")return e;if(Le(e))return Uo(e,jt)+"";if(zo(e))return It?It.call(e):"";var r=e+"";return r=="0"&&1/e==-Fo?"-0":r}function Ee(e){var r=typeof e;return e!=null&&(r=="object"||r=="function")}var qo="[object AsyncFunction]",Ho="[object Function]",Go="[object GeneratorFunction]",Bo="[object Proxy]";function Ct(e){if(!Ee(e))return!1;var r=pe(e);return r==Ho||r==Go||r==qo||r==Bo}var Ke=J["__core-js_shared__"],Wt=function(){var e=/[^.]+$/.exec(Ke&&Ke.keys&&Ke.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Vo(e){return!!Wt&&Wt in e}var Zo=Function.prototype,Yo=Zo.toString;function ie(e){if(e!=null){try{return Yo.call(e)}catch{}try{return e+""}catch{}}return""}var Jo=/[\\^$.*+?()[\]{}|]/g,Ko=/^\[object .+?Constructor\]$/,Qo=Function.prototype,ko=Object.prototype,Xo=Qo.toString,ei=ko.hasOwnProperty,ti=RegExp("^"+Xo.call(ei).replace(Jo,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function ni(e){if(!Ee(e)||Vo(e))return!1;var r=Ct(e)?ti:Ko;return r.test(ie(e))}function ri(e,r){return e?.[r]}function ae(e,r){var a=ri(e,r);return ni(a)?a:void 0}var Qe=ae(J,"WeakMap"),Dt=Object.create,oi=function(){function e(){}return function(r){if(!Ee(r))return{};if(Dt)return Dt(r);e.prototype=r;var a=new e;return e.prototype=void 0,a}}();function ii(e,r){var a=-1,c=e.length;for(r||(r=Array(c));++a<c;)r[a]=e[a];return r}var Rt=function(){try{var e=ae(Object,"defineProperty");return e({},"",{}),e}catch{}}();function ai(e,r){for(var a=-1,c=e==null?0:e.length;++a<c&&r(e[a],a,e)!==!1;);return e}var ui=9007199254740991,si=/^(?:0|[1-9]\d*)$/;function ci(e,r){var a=typeof e;return r=r??ui,!!r&&(a=="number"||a!="symbol"&&si.test(e))&&e>-1&&e%1==0&&e<r}function $t(e,r,a){r=="__proto__"&&Rt?Rt(e,r,{configurable:!0,enumerable:!0,value:a,writable:!0}):e[r]=a}function Mt(e,r){return e===r||e!==e&&r!==r}var fi=Object.prototype,di=fi.hasOwnProperty;function Nt(e,r,a){var c=e[r];(!(di.call(e,r)&&Mt(c,a))||a===void 0&&!(r in e))&&$t(e,r,a)}function ze(e,r,a,c){var h=!a;a||(a={});for(var y=-1,b=r.length;++y<b;){var x=r[y],W=c?c(a[x],e[x],x,a,e):void 0;W===void 0&&(W=e[x]),h?$t(a,x,W):Nt(a,x,W)}return a}var li=9007199254740991;function Lt(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=li}function zt(e){return e!=null&&Lt(e.length)&&!Ct(e)}var hi=Object.prototype;function ke(e){var r=e&&e.constructor,a=typeof r=="function"&&r.prototype||hi;return e===a}function pi(e,r){for(var a=-1,c=Array(e);++a<e;)c[a]=r(a);return c}var gi="[object Arguments]";function Ut(e){return ge(e)&&pe(e)==gi}var Ft=Object.prototype,vi=Ft.hasOwnProperty,wi=Ft.propertyIsEnumerable,yi=Ut(function(){return arguments}())?Ut:function(e){return ge(e)&&vi.call(e,"callee")&&!wi.call(e,"callee")};function mi(){return!1}var qt=typeof _=="object"&&_&&!_.nodeType&&_,Ht=qt&&typeof module=="object"&&module&&!module.nodeType&&module,bi=Ht&&Ht.exports===qt,Gt=bi?J.Buffer:void 0,_i=Gt?Gt.isBuffer:void 0,Bt=_i||mi,Ai="[object Arguments]",Ei="[object Array]",Si="[object Boolean]",Pi="[object Date]",xi="[object Error]",Ti="[object Function]",Oi="[object Map]",Ii="[object Number]",ji="[object Object]",Ci="[object RegExp]",Wi="[object Set]",Di="[object String]",Ri="[object WeakMap]",$i="[object ArrayBuffer]",Mi="[object DataView]",Ni="[object Float32Array]",Li="[object Float64Array]",zi="[object Int8Array]",Ui="[object Int16Array]",Fi="[object Int32Array]",qi="[object Uint8Array]",Hi="[object Uint8ClampedArray]",Gi="[object Uint16Array]",Bi="[object Uint32Array]",C={};C[Ni]=C[Li]=C[zi]=C[Ui]=C[Fi]=C[qi]=C[Hi]=C[Gi]=C[Bi]=!0,C[Ai]=C[Ei]=C[$i]=C[Si]=C[Mi]=C[Pi]=C[xi]=C[Ti]=C[Oi]=C[Ii]=C[ji]=C[Ci]=C[Wi]=C[Di]=C[Ri]=!1;function Vi(e){return ge(e)&&Lt(e.length)&&!!C[pe(e)]}function Xe(e){return function(r){return e(r)}}var Vt=typeof _=="object"&&_&&!_.nodeType&&_,Se=Vt&&typeof module=="object"&&module&&!module.nodeType&&module,Zi=Se&&Se.exports===Vt,et=Zi&&Pt.process,ve=function(){try{var e=Se&&Se.require&&Se.require("util").types;return e||et&&et.binding&&et.binding("util")}catch{}}(),Zt=ve&&ve.isTypedArray,Yi=Zt?Xe(Zt):Vi,Ji=Object.prototype,Ki=Ji.hasOwnProperty;function Yt(e,r){var a=Le(e),c=!a&&yi(e),h=!a&&!c&&Bt(e),y=!a&&!c&&!h&&Yi(e),b=a||c||h||y,x=b?pi(e.length,String):[],W=x.length;for(var U in e)(r||Ki.call(e,U))&&!(b&&(U=="length"||h&&(U=="offset"||U=="parent")||y&&(U=="buffer"||U=="byteLength"||U=="byteOffset")||ci(U,W)))&&x.push(U);return x}function Jt(e,r){return function(a){return e(r(a))}}var Qi=Jt(Object.keys,Object),ki=Object.prototype,Xi=ki.hasOwnProperty;function ea(e){if(!ke(e))return Qi(e);var r=[];for(var a in Object(e))Xi.call(e,a)&&a!="constructor"&&r.push(a);return r}function tt(e){return zt(e)?Yt(e):ea(e)}function ta(e){var r=[];if(e!=null)for(var a in Object(e))r.push(a);return r}var na=Object.prototype,ra=na.hasOwnProperty;function oa(e){if(!Ee(e))return ta(e);var r=ke(e),a=[];for(var c in e)c=="constructor"&&(r||!ra.call(e,c))||a.push(c);return a}function nt(e){return zt(e)?Yt(e,!0):oa(e)}var Pe=ae(Object,"create");function ia(){this.__data__=Pe?Pe(null):{},this.size=0}function aa(e){var r=this.has(e)&&delete this.__data__[e];return this.size-=r?1:0,r}var ua="__lodash_hash_undefined__",sa=Object.prototype,ca=sa.hasOwnProperty;function fa(e){var r=this.__data__;if(Pe){var a=r[e];return a===ua?void 0:a}return ca.call(r,e)?r[e]:void 0}var da=Object.prototype,la=da.hasOwnProperty;function ha(e){var r=this.__data__;return Pe?r[e]!==void 0:la.call(r,e)}var pa="__lodash_hash_undefined__";function ga(e,r){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=Pe&&r===void 0?pa:r,this}function ue(e){var r=-1,a=e==null?0:e.length;for(this.clear();++r<a;){var c=e[r];this.set(c[0],c[1])}}ue.prototype.clear=ia,ue.prototype.delete=aa,ue.prototype.get=fa,ue.prototype.has=ha,ue.prototype.set=ga;function va(){this.__data__=[],this.size=0}function Ue(e,r){for(var a=e.length;a--;)if(Mt(e[a][0],r))return a;return-1}var wa=Array.prototype,ya=wa.splice;function ma(e){var r=this.__data__,a=Ue(r,e);if(a<0)return!1;var c=r.length-1;return a==c?r.pop():ya.call(r,a,1),--this.size,!0}function ba(e){var r=this.__data__,a=Ue(r,e);return a<0?void 0:r[a][1]}function _a(e){return Ue(this.__data__,e)>-1}function Aa(e,r){var a=this.__data__,c=Ue(a,e);return c<0?(++this.size,a.push([e,r])):a[c][1]=r,this}function ee(e){var r=-1,a=e==null?0:e.length;for(this.clear();++r<a;){var c=e[r];this.set(c[0],c[1])}}ee.prototype.clear=va,ee.prototype.delete=ma,ee.prototype.get=ba,ee.prototype.has=_a,ee.prototype.set=Aa;var xe=ae(J,"Map");function Ea(){this.size=0,this.__data__={hash:new ue,map:new(xe||ee),string:new ue}}function Sa(e){var r=typeof e;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?e!=="__proto__":e===null}function Fe(e,r){var a=e.__data__;return Sa(r)?a[typeof r=="string"?"string":"hash"]:a.map}function Pa(e){var r=Fe(this,e).delete(e);return this.size-=r?1:0,r}function xa(e){return Fe(this,e).get(e)}function Ta(e){return Fe(this,e).has(e)}function Oa(e,r){var a=Fe(this,e),c=a.size;return a.set(e,r),this.size+=a.size==c?0:1,this}function we(e){var r=-1,a=e==null?0:e.length;for(this.clear();++r<a;){var c=e[r];this.set(c[0],c[1])}}we.prototype.clear=Ea,we.prototype.delete=Pa,we.prototype.get=xa,we.prototype.has=Ta,we.prototype.set=Oa;function qe(e){return e==null?"":jt(e)}function Kt(e,r){for(var a=-1,c=r.length,h=e.length;++a<c;)e[h+a]=r[a];return e}var Ia=Jt(Object.getPrototypeOf,Object);const Qt=Ia;function ja(e,r,a){var c=-1,h=e.length;r<0&&(r=-r>h?0:h+r),a=a>h?h:a,a<0&&(a+=h),h=r>a?0:a-r>>>0,r>>>=0;for(var y=Array(h);++c<h;)y[c]=e[c+r];return y}function Ca(e,r,a){var c=e.length;return a=a===void 0?c:a,!r&&a>=c?e:ja(e,r,a)}var Wa="\\ud800-\\udfff",Da="\\u0300-\\u036f",Ra="\\ufe20-\\ufe2f",$a="\\u20d0-\\u20ff",Ma=Da+Ra+$a,Na="\\ufe0e\\ufe0f",La="\\u200d",za=RegExp("["+La+Wa+Ma+Na+"]");function kt(e){return za.test(e)}function Ua(e){return e.split("")}var Xt="\\ud800-\\udfff",Fa="\\u0300-\\u036f",qa="\\ufe20-\\ufe2f",Ha="\\u20d0-\\u20ff",Ga=Fa+qa+Ha,Ba="\\ufe0e\\ufe0f",Va="["+Xt+"]",rt="["+Ga+"]",ot="\\ud83c[\\udffb-\\udfff]",Za="(?:"+rt+"|"+ot+")",en="[^"+Xt+"]",tn="(?:\\ud83c[\\udde6-\\uddff]){2}",nn="[\\ud800-\\udbff][\\udc00-\\udfff]",Ya="\\u200d",rn=Za+"?",on="["+Ba+"]?",Ja="(?:"+Ya+"(?:"+[en,tn,nn].join("|")+")"+on+rn+")*",Ka=on+rn+Ja,Qa="(?:"+[en+rt+"?",rt,tn,nn,Va].join("|")+")",ka=RegExp(ot+"(?="+ot+")|"+Qa+Ka,"g");function Xa(e){return e.match(ka)||[]}function eu(e){return kt(e)?Xa(e):Ua(e)}function tu(e){return function(r){r=qe(r);var a=kt(r)?eu(r):void 0,c=a?a[0]:r.charAt(0),h=a?Ca(a,1).join(""):r.slice(1);return c[e]()+h}}var nu=tu("toUpperCase");function ru(e){return nu(qe(e).toLowerCase())}function ou(e,r,a,c){var h=-1,y=e==null?0:e.length;for(c&&y&&(a=e[++h]);++h<y;)a=r(a,e[h],h,e);return a}function iu(e){return function(r){return e?.[r]}}var au={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},uu=iu(au);const su=uu;var cu=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,fu="\\u0300-\\u036f",du="\\ufe20-\\ufe2f",lu="\\u20d0-\\u20ff",hu=fu+du+lu,pu="["+hu+"]",gu=RegExp(pu,"g");function vu(e){return e=qe(e),e&&e.replace(cu,su).replace(gu,"")}var wu=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function yu(e){return e.match(wu)||[]}var mu=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function bu(e){return mu.test(e)}var an="\\ud800-\\udfff",_u="\\u0300-\\u036f",Au="\\ufe20-\\ufe2f",Eu="\\u20d0-\\u20ff",Su=_u+Au+Eu,un="\\u2700-\\u27bf",sn="a-z\\xdf-\\xf6\\xf8-\\xff",Pu="\\xac\\xb1\\xd7\\xf7",xu="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Tu="\\u2000-\\u206f",Ou=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",cn="A-Z\\xc0-\\xd6\\xd8-\\xde",Iu="\\ufe0e\\ufe0f",fn=Pu+xu+Tu+Ou,dn="['’]",ln="["+fn+"]",ju="["+Su+"]",hn="\\d+",Cu="["+un+"]",pn="["+sn+"]",gn="[^"+an+fn+hn+un+sn+cn+"]",Wu="\\ud83c[\\udffb-\\udfff]",Du="(?:"+ju+"|"+Wu+")",Ru="[^"+an+"]",vn="(?:\\ud83c[\\udde6-\\uddff]){2}",wn="[\\ud800-\\udbff][\\udc00-\\udfff]",ye="["+cn+"]",$u="\\u200d",yn="(?:"+pn+"|"+gn+")",Mu="(?:"+ye+"|"+gn+")",mn="(?:"+dn+"(?:d|ll|m|re|s|t|ve))?",bn="(?:"+dn+"(?:D|LL|M|RE|S|T|VE))?",_n=Du+"?",An="["+Iu+"]?",Nu="(?:"+$u+"(?:"+[Ru,vn,wn].join("|")+")"+An+_n+")*",Lu="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",zu="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Uu=An+_n+Nu,Fu="(?:"+[Cu,vn,wn].join("|")+")"+Uu,qu=RegExp([ye+"?"+pn+"+"+mn+"(?="+[ln,ye,"$"].join("|")+")",Mu+"+"+bn+"(?="+[ln,ye+yn,"$"].join("|")+")",ye+"?"+yn+"+"+mn,ye+"+"+bn,zu,Lu,hn,Fu].join("|"),"g");function Hu(e){return e.match(qu)||[]}function Gu(e,r,a){return e=qe(e),r=a?void 0:r,r===void 0?bu(e)?Hu(e):yu(e):e.match(r)||[]}var Bu="['’]",Vu=RegExp(Bu,"g");function En(e){return function(r){return ou(Gu(vu(r).replace(Vu,"")),e,"")}}var Zu=En(function(e,r,a){return r=r.toLowerCase(),e+(a?ru(r):r)});const Yu=Zu;function Ju(){this.__data__=new ee,this.size=0}function Ku(e){var r=this.__data__,a=r.delete(e);return this.size=r.size,a}function Qu(e){return this.__data__.get(e)}function ku(e){return this.__data__.has(e)}var Xu=200;function es(e,r){var a=this.__data__;if(a instanceof ee){var c=a.__data__;if(!xe||c.length<Xu-1)return c.push([e,r]),this.size=++a.size,this;a=this.__data__=new we(c)}return a.set(e,r),this.size=a.size,this}function me(e){var r=this.__data__=new ee(e);this.size=r.size}me.prototype.clear=Ju,me.prototype.delete=Ku,me.prototype.get=Qu,me.prototype.has=ku,me.prototype.set=es;function ts(e,r){return e&&ze(r,tt(r),e)}function ns(e,r){return e&&ze(r,nt(r),e)}var Sn=typeof _=="object"&&_&&!_.nodeType&&_,Pn=Sn&&typeof module=="object"&&module&&!module.nodeType&&module,rs=Pn&&Pn.exports===Sn,xn=rs?J.Buffer:void 0,Tn=xn?xn.allocUnsafe:void 0;function os(e,r){if(r)return e.slice();var a=e.length,c=Tn?Tn(a):new e.constructor(a);return e.copy(c),c}function is(e,r){for(var a=-1,c=e==null?0:e.length,h=0,y=[];++a<c;){var b=e[a];r(b,a,e)&&(y[h++]=b)}return y}function On(){return[]}var as=Object.prototype,us=as.propertyIsEnumerable,In=Object.getOwnPropertySymbols,it=In?function(e){return e==null?[]:(e=Object(e),is(In(e),function(r){return us.call(e,r)}))}:On;function ss(e,r){return ze(e,it(e),r)}var cs=Object.getOwnPropertySymbols,jn=cs?function(e){for(var r=[];e;)Kt(r,it(e)),e=Qt(e);return r}:On;function fs(e,r){return ze(e,jn(e),r)}function Cn(e,r,a){var c=r(e);return Le(e)?c:Kt(c,a(e))}function ds(e){return Cn(e,tt,it)}function ls(e){return Cn(e,nt,jn)}var at=ae(J,"DataView"),ut=ae(J,"Promise"),st=ae(J,"Set"),Wn="[object Map]",hs="[object Object]",Dn="[object Promise]",Rn="[object Set]",$n="[object WeakMap]",Mn="[object DataView]",ps=ie(at),gs=ie(xe),vs=ie(ut),ws=ie(st),ys=ie(Qe),se=pe;(at&&se(new at(new ArrayBuffer(1)))!=Mn||xe&&se(new xe)!=Wn||ut&&se(ut.resolve())!=Dn||st&&se(new st)!=Rn||Qe&&se(new Qe)!=$n)&&(se=function(e){var r=pe(e),a=r==hs?e.constructor:void 0,c=a?ie(a):"";if(c)switch(c){case ps:return Mn;case gs:return Wn;case vs:return Dn;case ws:return Rn;case ys:return $n}return r});const ct=se;var ms=Object.prototype,bs=ms.hasOwnProperty;function _s(e){var r=e.length,a=new e.constructor(r);return r&&typeof e[0]=="string"&&bs.call(e,"index")&&(a.index=e.index,a.input=e.input),a}var Nn=J.Uint8Array;function ft(e){var r=new e.constructor(e.byteLength);return new Nn(r).set(new Nn(e)),r}function As(e,r){var a=r?ft(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.byteLength)}var Es=/\w*$/;function Ss(e){var r=new e.constructor(e.source,Es.exec(e));return r.lastIndex=e.lastIndex,r}var Ln=ne?ne.prototype:void 0,zn=Ln?Ln.valueOf:void 0;function Ps(e){return zn?Object(zn.call(e)):{}}function xs(e,r){var a=r?ft(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.length)}var Ts="[object Boolean]",Os="[object Date]",Is="[object Map]",js="[object Number]",Cs="[object RegExp]",Ws="[object Set]",Ds="[object String]",Rs="[object Symbol]",$s="[object ArrayBuffer]",Ms="[object DataView]",Ns="[object Float32Array]",Ls="[object Float64Array]",zs="[object Int8Array]",Us="[object Int16Array]",Fs="[object Int32Array]",qs="[object Uint8Array]",Hs="[object Uint8ClampedArray]",Gs="[object Uint16Array]",Bs="[object Uint32Array]";function Vs(e,r,a){var c=e.constructor;switch(r){case $s:return ft(e);case Ts:case Os:return new c(+e);case Ms:return As(e,a);case Ns:case Ls:case zs:case Us:case Fs:case qs:case Hs:case Gs:case Bs:return xs(e,a);case Is:return new c;case js:case Ds:return new c(e);case Cs:return Ss(e);case Ws:return new c;case Rs:return Ps(e)}}function Zs(e){return typeof e.constructor=="function"&&!ke(e)?oi(Qt(e)):{}}var Ys="[object Map]";function Js(e){return ge(e)&&ct(e)==Ys}var Un=ve&&ve.isMap,Ks=Un?Xe(Un):Js,Qs="[object Set]";function ks(e){return ge(e)&&ct(e)==Qs}var Fn=ve&&ve.isSet,Xs=Fn?Xe(Fn):ks,ec=1,tc=2,nc=4,qn="[object Arguments]",rc="[object Array]",oc="[object Boolean]",ic="[object Date]",ac="[object Error]",Hn="[object Function]",uc="[object GeneratorFunction]",sc="[object Map]",cc="[object Number]",Gn="[object Object]",fc="[object RegExp]",dc="[object Set]",lc="[object String]",hc="[object Symbol]",pc="[object WeakMap]",gc="[object ArrayBuffer]",vc="[object DataView]",wc="[object Float32Array]",yc="[object Float64Array]",mc="[object Int8Array]",bc="[object Int16Array]",_c="[object Int32Array]",Ac="[object Uint8Array]",Ec="[object Uint8ClampedArray]",Sc="[object Uint16Array]",Pc="[object Uint32Array]",O={};O[qn]=O[rc]=O[gc]=O[vc]=O[oc]=O[ic]=O[wc]=O[yc]=O[mc]=O[bc]=O[_c]=O[sc]=O[cc]=O[Gn]=O[fc]=O[dc]=O[lc]=O[hc]=O[Ac]=O[Ec]=O[Sc]=O[Pc]=!0,O[ac]=O[Hn]=O[pc]=!1;function He(e,r,a,c,h,y){var b,x=r&ec,W=r&tc,U=r&nc;if(a&&(b=h?a(e,c,h,y):a(e)),b!==void 0)return b;if(!Ee(e))return e;var K=Le(e);if(K){if(b=_s(e),!x)return ii(e,b)}else{var te=ct(e),ce=te==Hn||te==uc;if(Bt(e))return os(e,x);if(te==Gn||te==qn||ce&&!h){if(b=W||ce?{}:Zs(e),!x)return W?fs(e,ns(b,e)):ss(e,ts(b,e))}else{if(!O[te])return h?e:{};b=Vs(e,te,x)}}y||(y=new me);var fe=y.get(e);if(fe)return fe;y.set(e,b),Xs(e)?e.forEach(function(H){b.add(He(H,r,a,H,e,y))}):Ks(e)&&e.forEach(function(H,k){b.set(k,He(H,r,a,k,e,y))});var F=U?W?ls:ds:W?nt:tt,Q=K?void 0:F(e);return ai(Q||e,function(H,k){Q&&(k=H,H=e[k]),Nt(b,k,He(H,r,a,k,e,y))}),b}var xc=1,Tc=4;function Oc(e){return He(e,xc|Tc)}var Ic=En(function(e,r,a){return e+(a?"_":"")+r.toLowerCase()});const jc=Ic;class Cc extends Error{}function Wc(e,r){if(!e)throw new Cc(r)}const Bn=["id__in","modified_at__gtr","created_at__gtr","end_at__lt","start_at__gt","account__id","end_at__gt","end_at__range","start_at__lt","start_at__range","external_objects__connection_id","external_objects__content_type","external_objects__external_content_type","external_objects__external_object_id"],Vn=["context","overrides","filters","metadata","style","hidden"],Te=(e,r=Bn,a=Vn)=>Array.isArray(e)?e.map(c=>Te(c,r,a)):e!=null&&e.constructor===Object?Object.keys(e).reduce((c,h)=>{const y=r.includes(h)||a.includes(h)?h:Yu(h),b=a.includes(h)?e[h]:Te(e[h],r,a);return{...c,[y]:b}},{}):e,dt=(e,r=Bn,a=Vn)=>Array.isArray(e)?e.map(c=>dt(c,r,a)):e!=null&&e.constructor===Object?Object.keys(e).reduce((c,h)=>{const y=r.includes(h)||a.includes(h)?h:jc(h),b=a.includes(h)?e[h]:dt(e[h],r,a);return{...c,[y]:b}},{}):e;function Dc(e,r=[],a=!1){return!0}class Rc extends Et{constructor(r){super(),this.callbacks={},this.options=r??{casing:"snake",logLevel:"off"},typeof window<"u"&&(window.addEventListener("message",a=>{Dc()&&(this.options.logLevel==="debug"&&console.log("message received",a),a.data.type==="PITCHER_RESPONSE"?(Wc(a.data.request.id,"event id is required"),this.handleCallbackMessage(a.data.request.id,a.data)):a.data.type==="PITCHER_EVENT"&&this.handleEventMessage(this.options.casing==="camel"?Te(a.data.event):a.data.event))}),this.request("subscribe"))}callbacks;options;handleCallbackMessage(r,a){this.callbacks[r]&&(this.callbacks[r].callback(a),this.options.logLevel&&["info","debug"].includes(this.options.logLevel)&&console.log(`It took ${Date.now()-this.callbacks[r].dispatched_at} ms for the event ${this.callbacks[r].type}`),delete this.callbacks[r])}handleEventMessage(r){this.emit("event",r)}request(r,a=null){return new Promise((c,h)=>{const y=Oo(),b=W=>{if(this.options.logLevel==="debug"&&console.log(`Callback ${y} response:`,W),W.response.status==="ok")c(this.options.casing==="camel"?Te(W.response.body):W.response.body);else if(W.response.status==="error")h(this.options.casing==="camel"?Te(W.response.body):W.response.body);else throw new Error("unsupported response status")},x=Oc(dt(a));this.callbacks[y]={dispatched_at:Date.now(),type:r,payload:x??{},callback:b},typeof window<"u"&&window.top&&window.top.postMessage({type:"PITCHER_REQUEST",request:{type:r,id:y,body:x}},"*")})}}function $c(e){const r=new Rc(e),a=new Et;return r.on("event",c=>{a.emit(c.type,c.body)}),{API:r,...So,on:(c,h)=>a.on(c,h),off:(c,h)=>a.off(c,h),quitInstance:()=>r.request("quit_instance"),getRequestTypes:()=>r.request("get_request_types"),broadcast:c=>r.request("broadcast",c),subscribe:()=>r.request("subscribe"),unsubscribe:()=>r.request("unsubscribe")}}const Mc="UI_MESSAGE",Zn={UI_SELECT_CONTENT:"ui_select_content"},Nc={UI_CONTENT_SELECTED:"ui_content_selected"};async function Lc(e={}){return(await(await Promise.resolve().then(()=>Ge)).send(window.parent,Zn.UI_SELECT_CONTENT,e)).data}async function zc(e,r){return(await Promise.resolve().then(()=>Ge)).on(e,h=>r(h.data)).cancel}const Uc=Object.freeze(Object.defineProperty({__proto__:null,on:zc,ui_select_content:Lc},Symbol.toStringTag,{value:"Module"})),Fc="ADMIN_MESSAGE",qc={ENV_CHANGED:"env_changed"},Hc={ADMIN_REQUEST:"ADMIN_REQUEST",ADMIN_RESPONSE:"ADMIN_RESPONSE"},Yn={GET_ENV:"get_env"};async function Gc(){return(await(await Promise.resolve().then(()=>Ge)).send(window.parent,Yn.GET_ENV)).data}async function Bc(e,r){return(await Promise.resolve().then(()=>Ge)).on(e,h=>r(h.data)).cancel}const Vc=Object.freeze(Object.defineProperty({__proto__:null,get_env:Gc,on:Bc},Symbol.toStringTag,{value:"Module"})),Zc="PITCHER_EVENT";var Jn=(e=>(e.REQUEST="PITCHER_REQUEST",e.RESPONSE="PITCHER_RESPONSE",e))(Jn||{}),Kn=(e=>(e.OK="ok",e.ERROR="error",e))(Kn||{}),Qn=(e=>(e.ENV_CHANGED="env_changed",e.PHOTOS_CAPTURED="photos_captured",e.FILE_DOWNLOADED="file_downloaded",e.FILE_UPLOAD_PROGRESS="file_upload_progress",e.UPDATE_LOCATION="update_location",e.CANVAS_UPDATED="canvas_updated",e.FILE_CLOSED="file_closed",e.APP_BACKGROUNDED="app_backgrounded",e.APP_FOREGROUNDED="app_foregrounded",e.NON_FILES_SYNC_FINISHED="non_files_sync_finished",e.NETWORK_CONNECTION_ESTABLISHED="network_connection_established",e.NETWORK_CONNECTION_LOST="network_connection_lost",e))(Qn||{}),kn=(e=>(e.UI_SHOW_MODAL="ui:show-modal",e.UI_HIDE_MODAL="ui:hide-modal",e.FAVORITES_CHANGED="favorites:changed",e.FILE_DOWNLOAD="file:download",e))(kn||{}),Xn=(e=>(e.OPEN_CANVAS="open_canvas",e.START_CALL="start_call",e))(Xn||{});_.highLevelApi=void 0;function Yc(e){return _.highLevelApi||(_.highLevelApi=$c(e)),_.highLevelApi}function Jc(){return Uc}function Kc(){return Vc}var Qc=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function kc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var er={exports:{}},tr={exports:{}};(function(e,r){(function(a,c){e.exports=c()})(typeof self<"u"?self:Qc,function(){return function(a){var c={};function h(y){if(c[y])return c[y].exports;var b=c[y]={i:y,l:!1,exports:{}};return a[y].call(b.exports,b,b.exports,h),b.l=!0,b.exports}return h.m=a,h.c=c,h.d=function(y,b,x){h.o(y,b)||Object.defineProperty(y,b,{enumerable:!0,get:x})},h.r=function(y){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(y,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(y,"__esModule",{value:!0})},h.t=function(y,b){if(1&b&&(y=h(y)),8&b||4&b&&typeof y=="object"&&y&&y.__esModule)return y;var x=Object.create(null);if(h.r(x),Object.defineProperty(x,"default",{enumerable:!0,value:y}),2&b&&typeof y!="string")for(var W in y)h.d(x,W,function(U){return y[U]}.bind(null,W));return x},h.n=function(y){var b=y&&y.__esModule?function(){return y.default}:function(){return y};return h.d(b,"a",b),b},h.o=function(y,b){return{}.hasOwnProperty.call(y,b)},h.p="",h(h.s=0)}([function(a,c,h){h.r(c),h.d(c,"Promise",function(){return T}),h.d(c,"TYPES",function(){return Af}),h.d(c,"ProxyWindow",function(){return V}),h.d(c,"setup",function(){return Wr}),h.d(c,"destroy",function(){return _f}),h.d(c,"serializeMessage",function(){return wf}),h.d(c,"deserializeMessage",function(){return yf}),h.d(c,"createProxyWindow",function(){return mf}),h.d(c,"toProxyWindow",function(){return bf}),h.d(c,"on",function(){return re}),h.d(c,"once",function(){return vf}),h.d(c,"send",function(){return oe}),h.d(c,"markWindowKnown",function(){return br}),h.d(c,"cleanUpWindow",function(){return Ef}),h.d(c,"bridge",function(){});function y(t){return{}.toString.call(t)==="[object RegExp]"}var b=`Call was rejected by callee.\r
|
|
2
|
-
`;function x(t){return t===void 0&&(t=window),t.location.protocol}function W(t){if(t===void 0&&(t=window),t.mockDomain){var o=t.mockDomain.split("//")[0];if(o)return o}return x(t)}function U(t){return t===void 0&&(t=window),W(t)==="about:"}function K(t){if(t===void 0&&(t=window),t)try{if(t.parent&&t.parent!==t)return t.parent}catch{}}function te(t){if(t===void 0&&(t=window),t&&!K(t))try{return t.opener}catch{}}function ce(t){try{return!0}catch{}return!1}function fe(t){t===void 0&&(t=window);var o=t.location;if(!o)throw new Error("Can not read window location");var n=x(t);if(!n)throw new Error("Can not read window protocol");if(n==="file:")return"file://";if(n==="about:"){var i=K(t);return i&&ce()?fe(i):"about://"}var u=o.host;if(!u)throw new Error("Can not read window host");return n+"//"+u}function F(t){t===void 0&&(t=window);var o=fe(t);return o&&t.mockDomain&&t.mockDomain.indexOf("mock:")===0?t.mockDomain:o}function Q(t){if(!function(o){try{if(o===window)return!0}catch{}try{var n=Object.getOwnPropertyDescriptor(o,"location");if(n&&n.enumerable===!1)return!1}catch{}try{if(U(o)&&ce())return!0}catch{}try{if(function(i){return i===void 0&&(i=window),W(i)==="mock:"}(o)&&ce())return!0}catch{}try{if(fe(o)===fe(window))return!0}catch{}return!1}(t))return!1;try{if(t===window||U(t)&&ce()||F(window)===F(t))return!0}catch{}return!1}function H(t){if(!Q(t))throw new Error("Expected window to be same domain");return t}function k(t,o){if(!t||!o)return!1;var n=K(o);return n?n===t:function(i){var u=[];try{for(;i.parent!==i;)u.push(i.parent),i=i.parent}catch{}return u}(o).indexOf(t)!==-1}function rr(t){var o=[],n;try{n=t.frames}catch{n=t}var i;try{i=n.length}catch{}if(i===0)return o;if(i){for(var u=0;u<i;u++){var s=void 0;try{s=n[u]}catch{continue}o.push(s)}return o}for(var f=0;f<100;f++){var p=void 0;try{p=n[f]}catch{return o}if(!p)return o;o.push(p)}return o}var ef=[],tf=[];function Z(t,o){o===void 0&&(o=!0);try{if(t===window)return!1}catch{return!0}try{if(!t)return!0}catch{return!0}try{if(t.closed)return!0}catch(u){return!u||u.message!==b}if(o&&Q(t))try{if(t.mockclosed)return!0}catch{}try{if(!t.parent||!t.top)return!0}catch{}var n=function(u,s){for(var f=0;f<u.length;f++)try{if(u[f]===s)return f}catch{}return-1}(ef,t);if(n!==-1){var i=tf[n];if(i&&function(u){if(!u.contentWindow||!u.parentNode)return!0;var s=u.ownerDocument;if(s&&s.documentElement&&!s.documentElement.contains(u)){for(var f=u;f.parentNode&&f.parentNode!==f;)f=f.parentNode;if(!f.host||!s.documentElement.contains(f.host))return!0}return!1}(i))return!0}return!1}function or(t){return t===void 0&&(t=window),te(t=t||window)||K(t)||void 0}function be(t,o){if(typeof t=="string"){if(typeof o=="string")return t==="*"||o===t;if(y(o)||Array.isArray(o))return!1}return y(t)?y(o)?t.toString()===o.toString():!Array.isArray(o)&&!!o.match(t):!!Array.isArray(t)&&(Array.isArray(o)?JSON.stringify(t)===JSON.stringify(o):!y(o)&&t.some(function(n){return be(n,o)}))}function Be(t){try{if(t===window)return!0}catch(o){if(o&&o.message===b)return!0}try{if({}.toString.call(t)==="[object Window]")return!0}catch(o){if(o&&o.message===b)return!0}try{if(window.Window&&t instanceof window.Window)return!0}catch(o){if(o&&o.message===b)return!0}try{if(t&&t.self===t)return!0}catch(o){if(o&&o.message===b)return!0}try{if(t&&t.parent===t)return!0}catch(o){if(o&&o.message===b)return!0}try{if(t&&t.top===t)return!0}catch(o){if(o&&o.message===b)return!0}try{if(t&&t.__cross_domain_utils_window_check__==="__unlikely_value__")return!1}catch{return!0}try{if("postMessage"in t&&"self"in t&&"location"in t)return!0}catch{}return!1}function ir(t){if(Q(t))return H(t).frameElement;for(var o=0,n=document.querySelectorAll("iframe");o<n.length;o++){var i=n[o];if(i&&i.contentWindow&&i.contentWindow===t)return i}}function nf(t){if(function(n){return n===void 0&&(n=window),!!K(n)}(t)){var o=ir(t);if(o&&o.parentElement){o.parentElement.removeChild(o);return}}try{t.close()}catch{}}function de(t){try{if(!t)return!1;if(typeof Promise<"u"&&t instanceof Promise)return!0;if(typeof window<"u"&&typeof window.Window=="function"&&t instanceof window.Window||typeof window<"u"&&typeof window.constructor=="function"&&t instanceof window.constructor)return!1;var o={}.toString;if(o){var n=o.call(t);if(n==="[object Window]"||n==="[object global]"||n==="[object DOMWindow]")return!1}if(typeof t.then=="function")return!0}catch{return!1}return!1}var ar=[],Oe=[],lt=0,Ie;function ur(){if(!lt&&Ie){var t=Ie;Ie=null,t.resolve()}}function ht(){lt+=1}function je(){lt-=1,ur()}var T=function(){function t(n){var i=this;if(this.resolved=void 0,this.rejected=void 0,this.errorHandled=void 0,this.value=void 0,this.error=void 0,this.handlers=void 0,this.dispatching=void 0,this.stack=void 0,this.resolved=!1,this.rejected=!1,this.errorHandled=!1,this.handlers=[],n){var u,s,f=!1,p=!1,l=!1;ht();try{n(function(d){l?i.resolve(d):(f=!0,u=d)},function(d){l?i.reject(d):(p=!0,s=d)})}catch(d){je(),this.reject(d);return}je(),l=!0,f?this.resolve(u):p&&this.reject(s)}}var o=t.prototype;return o.resolve=function(n){if(this.resolved||this.rejected)return this;if(de(n))throw new Error("Can not resolve promise with another promise");return this.resolved=!0,this.value=n,this.dispatch(),this},o.reject=function(n){var i=this;if(this.resolved||this.rejected)return this;if(de(n))throw new Error("Can not reject promise with another promise");if(!n){var u=n&&typeof n.toString=="function"?n.toString():{}.toString.call(n);n=new Error("Expected reject to be called with Error, got "+u)}return this.rejected=!0,this.error=n,this.errorHandled||setTimeout(function(){i.errorHandled||function(s,f){if(ar.indexOf(s)===-1){ar.push(s),setTimeout(function(){throw s},1);for(var p=0;p<Oe.length;p++)Oe[p](s,f)}}(n,i)},1),this.dispatch(),this},o.asyncReject=function(n){return this.errorHandled=!0,this.reject(n),this},o.dispatch=function(){var n=this.resolved,i=this.rejected,u=this.handlers;if(!this.dispatching&&(n||i)){this.dispatching=!0,ht();for(var s=function(m,S){return m.then(function(A){S.resolve(A)},function(A){S.reject(A)})},f=0;f<u.length;f++){var p=u[f],l=p.onSuccess,d=p.onError,w=p.promise,g=void 0;if(n)try{g=l?l(this.value):this.value}catch(m){w.reject(m);continue}else if(i){if(!d){w.reject(this.error);continue}try{g=d(this.error)}catch(m){w.reject(m);continue}}if(g instanceof t&&(g.resolved||g.rejected)){var v=g;v.resolved?w.resolve(v.value):w.reject(v.error),v.errorHandled=!0}else de(g)?g instanceof t&&(g.resolved||g.rejected)?g.resolved?w.resolve(g.value):w.reject(g.error):s(g,w):w.resolve(g)}u.length=0,this.dispatching=!1,je()}},o.then=function(n,i){if(n&&typeof n!="function"&&!n.call)throw new Error("Promise.then expected a function for success handler");if(i&&typeof i!="function"&&!i.call)throw new Error("Promise.then expected a function for error handler");var u=new t;return this.handlers.push({promise:u,onSuccess:n,onError:i}),this.errorHandled=!0,this.dispatch(),u},o.catch=function(n){return this.then(void 0,n)},o.finally=function(n){if(n&&typeof n!="function"&&!n.call)throw new Error("Promise.finally expected a function");return this.then(function(i){return t.try(n).then(function(){return i})},function(i){return t.try(n).then(function(){throw i})})},o.timeout=function(n,i){var u=this;if(this.resolved||this.rejected)return this;var s=setTimeout(function(){u.resolved||u.rejected||u.reject(i||new Error("Promise timed out after "+n+"ms"))},n);return this.then(function(f){return clearTimeout(s),f})},o.toPromise=function(){if(typeof Promise>"u")throw new TypeError("Could not find Promise");return Promise.resolve(this)},o.lazy=function(){return this.errorHandled=!0,this},t.resolve=function(n){return n instanceof t?n:de(n)?new t(function(i,u){return n.then(i,u)}):new t().resolve(n)},t.reject=function(n){return new t().reject(n)},t.asyncReject=function(n){return new t().asyncReject(n)},t.all=function(n){var i=new t,u=n.length,s=[].slice();if(!u)return i.resolve(s),i;for(var f=function(d,w,g){return w.then(function(v){s[d]=v,(u-=1)==0&&i.resolve(s)},function(v){g.reject(v)})},p=0;p<n.length;p++){var l=n[p];if(l instanceof t){if(l.resolved){s[p]=l.value,u-=1;continue}}else if(!de(l)){s[p]=l,u-=1;continue}f(p,t.resolve(l),i)}return u===0&&i.resolve(s),i},t.hash=function(n){var i={},u=[],s=function(p){if(n.hasOwnProperty(p)){var l=n[p];de(l)?u.push(l.then(function(d){i[p]=d})):i[p]=l}};for(var f in n)s(f);return t.all(u).then(function(){return i})},t.map=function(n,i){return t.all(n.map(i))},t.onPossiblyUnhandledException=function(n){return function(i){return Oe.push(i),{cancel:function(){Oe.splice(Oe.indexOf(i),1)}}}(n)},t.try=function(n,i,u){if(n&&typeof n!="function"&&!n.call)throw new Error("Promise.try expected a function");var s;ht();try{s=n.apply(i,u||[])}catch(f){return je(),t.reject(f)}return je(),t.resolve(s)},t.delay=function(n){return new t(function(i){setTimeout(i,n)})},t.isPromise=function(n){return!!(n&&n instanceof t)||de(n)},t.flush=function(){return function(n){var i=Ie=Ie||new n;return ur(),i}(t)},t}();function Ve(t,o){for(var n=0;n<t.length;n++)try{if(t[n]===o)return n}catch{}return-1}var pt=function(){function t(){if(this.name=void 0,this.weakmap=void 0,this.keys=void 0,this.values=void 0,this.name="__weakmap_"+(1e9*Math.random()>>>0)+"__",function(){if(typeof WeakMap>"u"||Object.freeze===void 0)return!1;try{var n=new WeakMap,i={};return Object.freeze(i),n.set(i,"__testvalue__"),n.get(i)==="__testvalue__"}catch{return!1}}())try{this.weakmap=new WeakMap}catch{}this.keys=[],this.values=[]}var o=t.prototype;return o._cleanupClosedWindows=function(){for(var n=this.weakmap,i=this.keys,u=0;u<i.length;u++){var s=i[u];if(Be(s)&&Z(s)){if(n)try{n.delete(s)}catch{}i.splice(u,1),this.values.splice(u,1),u-=1}}},o.isSafeToReadWrite=function(n){return!Be(n)},o.set=function(n,i){if(!n)throw new Error("WeakMap expected key");var u=this.weakmap;if(u)try{u.set(n,i)}catch{delete this.weakmap}if(this.isSafeToReadWrite(n))try{var s=this.name,f=n[s];f&&f[0]===n?f[1]=i:Object.defineProperty(n,s,{value:[n,i],writable:!0});return}catch{}this._cleanupClosedWindows();var p=this.keys,l=this.values,d=Ve(p,n);d===-1?(p.push(n),l.push(i)):l[d]=i},o.get=function(n){if(!n)throw new Error("WeakMap expected key");var i=this.weakmap;if(i)try{if(i.has(n))return i.get(n)}catch{delete this.weakmap}if(this.isSafeToReadWrite(n))try{var u=n[this.name];return u&&u[0]===n?u[1]:void 0}catch{}this._cleanupClosedWindows();var s=Ve(this.keys,n);if(s!==-1)return this.values[s]},o.delete=function(n){if(!n)throw new Error("WeakMap expected key");var i=this.weakmap;if(i)try{i.delete(n)}catch{delete this.weakmap}if(this.isSafeToReadWrite(n))try{var u=n[this.name];u&&u[0]===n&&(u[0]=u[1]=void 0)}catch{}this._cleanupClosedWindows();var s=this.keys,f=Ve(s,n);f!==-1&&(s.splice(f,1),this.values.splice(f,1))},o.has=function(n){if(!n)throw new Error("WeakMap expected key");var i=this.weakmap;if(i)try{if(i.has(n))return!0}catch{delete this.weakmap}if(this.isSafeToReadWrite(n))try{var u=n[this.name];return!(!u||u[0]!==n)}catch{}return this._cleanupClosedWindows(),Ve(this.keys,n)!==-1},o.getOrSet=function(n,i){if(this.has(n))return this.get(n);var u=i();return this.set(n,u),u},t}();function sr(t){return t.name||t.__name__||t.displayName||"anonymous"}function cr(t,o){try{delete t.name,t.name=o}catch{}return t.__name__=t.displayName=o,t}function X(){var t="0123456789abcdef";return"uid_"+"xxxxxxxxxx".replace(/./g,function(){return t.charAt(Math.floor(Math.random()*t.length))})+"_"+function(o){if(typeof btoa=="function")return btoa(encodeURIComponent(o).replace(/%([0-9A-F]{2})/g,function(n,i){return String.fromCharCode(parseInt(i,16))})).replace(/[=]/g,"");if(typeof Buffer<"u")return Buffer.from(o,"utf8").toString("base64").replace(/[=]/g,"");throw new Error("Can not find window.btoa or Buffer")}(new Date().toISOString().slice(11,19).replace("T",".")).replace(/[^a-zA-Z0-9]/g,"").toLowerCase()}var Ze;function fr(t){try{return JSON.stringify([].slice.call(t),function(o,n){return typeof n=="function"?"memoize["+function(i){if(Ze=Ze||new pt,i==null||typeof i!="object"&&typeof i!="function")throw new Error("Invalid object");var u=Ze.get(i);return u||(u=typeof i+":"+X(),Ze.set(i,u)),u}(n)+"]":typeof window<"u"&&n instanceof window.Element||n!==null&&typeof n=="object"&&n.nodeType===1&&typeof n.style=="object"&&typeof n.ownerDocument=="object"?{}:n})}catch{throw new Error("Arguments not serializable -- can not be used to memoize")}}function rf(){return{}}var Ce=0,dr=0;function We(t,o){o===void 0&&(o={});var n=o.thisNamespace,i=n!==void 0&&n,u=o.time,s,f,p=Ce;Ce+=1;var l=function(){for(var d=arguments.length,w=new Array(d),g=0;g<d;g++)w[g]=arguments[g];p<dr&&(s=null,f=null,p=Ce,Ce+=1);var v;v=i?(f=f||new pt).getOrSet(this,rf):s=s||{};var m;try{m=fr(w)}catch{return t.apply(this,arguments)}var S=v[m];if(S&&u&&Date.now()-S.time<u&&(delete v[m],S=null),S)return S.value;var A=Date.now(),E=t.apply(this,arguments);return v[m]={time:A,value:E},E};return l.reset=function(){s=null,f=null},cr(l,(o.name||sr(t))+"::memoized")}We.clear=function(){dr=Ce};function of(t){var o={};function n(){for(var i=arguments,u=this,s=arguments.length,f=new Array(s),p=0;p<s;p++)f[p]=arguments[p];var l=fr(f);return o.hasOwnProperty(l)||(o[l]=T.try(function(){return t.apply(u,i)}).finally(function(){delete o[l]})),o[l]}return n.reset=function(){o={}},cr(n,sr(t)+"::promiseMemoized")}function le(){}function De(t,o){if(o===void 0&&(o=1),o>=3)return"stringifyError stack overflow";try{if(!t)return"<unknown error: "+{}.toString.call(t)+">";if(typeof t=="string")return t;if(t instanceof Error){var n=t&&t.stack,i=t&&t.message;if(n&&i)return n.indexOf(i)!==-1?n:i+`
|
|
3
|
-
`+n;if(n)return n;if(i)return i}return t&&t.toString&&typeof t.toString=="function"?t.toString():{}.toString.call(t)}catch(u){return"Error while stringifying error: "+
|
|
1
|
+
(function(_,Ee){typeof exports=="object"&&typeof module<"u"?Ee(exports):typeof define=="function"&&define.amd?define(["exports"],Ee):(_=typeof globalThis<"u"?globalThis:_||self,Ee(_.pitcher={}))})(this,function(_){"use strict";function Ee(e,r){for(var a=0;a<r.length;a++){const s=r[a];if(typeof s!="string"&&!Array.isArray(s)){for(const h in s)if(h!=="default"&&!(h in e)){const y=Object.getOwnPropertyDescriptor(s,h);y&&Object.defineProperty(e,h,y.get?y:{enumerable:!0,get:()=>s[h]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}var Tt=typeof global=="object"&&global&&global.Object===Object&&global,$r=typeof self=="object"&&self&&self.Object===Object&&self,J=Tt||$r||Function("return this")(),ne=J.Symbol,Pt=Object.prototype,Rr=Pt.hasOwnProperty,Mr=Pt.toString,Se=ne?ne.toStringTag:void 0;function Nr(e){var r=Rr.call(e,Se),a=e[Se];try{e[Se]=void 0;var s=!0}catch{}var h=Mr.call(e);return s&&(r?e[Se]=a:delete e[Se]),h}var Lr=Object.prototype,Ur=Lr.toString;function zr(e){return Ur.call(e)}var Fr="[object Null]",qr="[object Undefined]",xt=ne?ne.toStringTag:void 0;function ge(e){return e==null?e===void 0?qr:Fr:xt&&xt in Object(e)?Nr(e):zr(e)}function ve(e){return e!=null&&typeof e=="object"}var Gr="[object Symbol]";function Hr(e){return typeof e=="symbol"||ve(e)&&ge(e)==Gr}function Br(e,r){for(var a=-1,s=e==null?0:e.length,h=Array(s);++a<s;)h[a]=r(e[a],a,e);return h}var Ue=Array.isArray,Vr=1/0,Ot=ne?ne.prototype:void 0,It=Ot?Ot.toString:void 0;function Ct(e){if(typeof e=="string")return e;if(Ue(e))return Br(e,Ct)+"";if(Hr(e))return It?It.call(e):"";var r=e+"";return r=="0"&&1/e==-Vr?"-0":r}function Te(e){var r=typeof e;return e!=null&&(r=="object"||r=="function")}var Zr="[object AsyncFunction]",Yr="[object Function]",Jr="[object GeneratorFunction]",Kr="[object Proxy]";function jt(e){if(!Te(e))return!1;var r=ge(e);return r==Yr||r==Jr||r==Zr||r==Kr}var Qe=J["__core-js_shared__"],Wt=function(){var e=/[^.]+$/.exec(Qe&&Qe.keys&&Qe.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Qr(e){return!!Wt&&Wt in e}var Xr=Function.prototype,kr=Xr.toString;function ae(e){if(e!=null){try{return kr.call(e)}catch{}try{return e+""}catch{}}return""}var eo=/[\\^$.*+?()[\]{}|]/g,to=/^\[object .+?Constructor\]$/,no=Function.prototype,ro=Object.prototype,oo=no.toString,io=ro.hasOwnProperty,ao=RegExp("^"+oo.call(io).replace(eo,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function uo(e){if(!Te(e)||Qr(e))return!1;var r=jt(e)?ao:to;return r.test(ae(e))}function so(e,r){return e?.[r]}function ue(e,r){var a=so(e,r);return uo(a)?a:void 0}var Xe=ue(J,"WeakMap"),Dt=Object.create,co=function(){function e(){}return function(r){if(!Te(r))return{};if(Dt)return Dt(r);e.prototype=r;var a=new e;return e.prototype=void 0,a}}();function fo(e,r){var a=-1,s=e.length;for(r||(r=Array(s));++a<s;)r[a]=e[a];return r}var $t=function(){try{var e=ue(Object,"defineProperty");return e({},"",{}),e}catch{}}();function lo(e,r){for(var a=-1,s=e==null?0:e.length;++a<s&&r(e[a],a,e)!==!1;);return e}var ho=9007199254740991,po=/^(?:0|[1-9]\d*)$/;function go(e,r){var a=typeof e;return r=r??ho,!!r&&(a=="number"||a!="symbol"&&po.test(e))&&e>-1&&e%1==0&&e<r}function Rt(e,r,a){r=="__proto__"&&$t?$t(e,r,{configurable:!0,enumerable:!0,value:a,writable:!0}):e[r]=a}function Mt(e,r){return e===r||e!==e&&r!==r}var vo=Object.prototype,wo=vo.hasOwnProperty;function Nt(e,r,a){var s=e[r];(!(wo.call(e,r)&&Mt(s,a))||a===void 0&&!(r in e))&&Rt(e,r,a)}function ze(e,r,a,s){var h=!a;a||(a={});for(var y=-1,b=r.length;++y<b;){var P=r[y],W=s?s(a[P],e[P],P,a,e):void 0;W===void 0&&(W=e[P]),h?Rt(a,P,W):Nt(a,P,W)}return a}var yo=9007199254740991;function Lt(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=yo}function Ut(e){return e!=null&&Lt(e.length)&&!jt(e)}var mo=Object.prototype;function ke(e){var r=e&&e.constructor,a=typeof r=="function"&&r.prototype||mo;return e===a}function bo(e,r){for(var a=-1,s=Array(e);++a<e;)s[a]=r(a);return s}var _o="[object Arguments]";function zt(e){return ve(e)&&ge(e)==_o}var Ft=Object.prototype,Ao=Ft.hasOwnProperty,Eo=Ft.propertyIsEnumerable,So=zt(function(){return arguments}())?zt:function(e){return ve(e)&&Ao.call(e,"callee")&&!Eo.call(e,"callee")};function To(){return!1}var qt=typeof _=="object"&&_&&!_.nodeType&&_,Gt=qt&&typeof module=="object"&&module&&!module.nodeType&&module,Po=Gt&&Gt.exports===qt,Ht=Po?J.Buffer:void 0,xo=Ht?Ht.isBuffer:void 0,Bt=xo||To,Oo="[object Arguments]",Io="[object Array]",Co="[object Boolean]",jo="[object Date]",Wo="[object Error]",Do="[object Function]",$o="[object Map]",Ro="[object Number]",Mo="[object Object]",No="[object RegExp]",Lo="[object Set]",Uo="[object String]",zo="[object WeakMap]",Fo="[object ArrayBuffer]",qo="[object DataView]",Go="[object Float32Array]",Ho="[object Float64Array]",Bo="[object Int8Array]",Vo="[object Int16Array]",Zo="[object Int32Array]",Yo="[object Uint8Array]",Jo="[object Uint8ClampedArray]",Ko="[object Uint16Array]",Qo="[object Uint32Array]",j={};j[Go]=j[Ho]=j[Bo]=j[Vo]=j[Zo]=j[Yo]=j[Jo]=j[Ko]=j[Qo]=!0,j[Oo]=j[Io]=j[Fo]=j[Co]=j[qo]=j[jo]=j[Wo]=j[Do]=j[$o]=j[Ro]=j[Mo]=j[No]=j[Lo]=j[Uo]=j[zo]=!1;function Xo(e){return ve(e)&&Lt(e.length)&&!!j[ge(e)]}function et(e){return function(r){return e(r)}}var Vt=typeof _=="object"&&_&&!_.nodeType&&_,Pe=Vt&&typeof module=="object"&&module&&!module.nodeType&&module,ko=Pe&&Pe.exports===Vt,tt=ko&&Tt.process,we=function(){try{var e=Pe&&Pe.require&&Pe.require("util").types;return e||tt&&tt.binding&&tt.binding("util")}catch{}}(),Zt=we&&we.isTypedArray,ei=Zt?et(Zt):Xo,ti=Object.prototype,ni=ti.hasOwnProperty;function Yt(e,r){var a=Ue(e),s=!a&&So(e),h=!a&&!s&&Bt(e),y=!a&&!s&&!h&&ei(e),b=a||s||h||y,P=b?bo(e.length,String):[],W=P.length;for(var z in e)(r||ni.call(e,z))&&!(b&&(z=="length"||h&&(z=="offset"||z=="parent")||y&&(z=="buffer"||z=="byteLength"||z=="byteOffset")||go(z,W)))&&P.push(z);return P}function Jt(e,r){return function(a){return e(r(a))}}var ri=Jt(Object.keys,Object),oi=Object.prototype,ii=oi.hasOwnProperty;function ai(e){if(!ke(e))return ri(e);var r=[];for(var a in Object(e))ii.call(e,a)&&a!="constructor"&&r.push(a);return r}function nt(e){return Ut(e)?Yt(e):ai(e)}function ui(e){var r=[];if(e!=null)for(var a in Object(e))r.push(a);return r}var si=Object.prototype,ci=si.hasOwnProperty;function fi(e){if(!Te(e))return ui(e);var r=ke(e),a=[];for(var s in e)s=="constructor"&&(r||!ci.call(e,s))||a.push(s);return a}function rt(e){return Ut(e)?Yt(e,!0):fi(e)}var xe=ue(Object,"create");function di(){this.__data__=xe?xe(null):{},this.size=0}function li(e){var r=this.has(e)&&delete this.__data__[e];return this.size-=r?1:0,r}var hi="__lodash_hash_undefined__",pi=Object.prototype,gi=pi.hasOwnProperty;function vi(e){var r=this.__data__;if(xe){var a=r[e];return a===hi?void 0:a}return gi.call(r,e)?r[e]:void 0}var wi=Object.prototype,yi=wi.hasOwnProperty;function mi(e){var r=this.__data__;return xe?r[e]!==void 0:yi.call(r,e)}var bi="__lodash_hash_undefined__";function _i(e,r){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=xe&&r===void 0?bi:r,this}function se(e){var r=-1,a=e==null?0:e.length;for(this.clear();++r<a;){var s=e[r];this.set(s[0],s[1])}}se.prototype.clear=di,se.prototype.delete=li,se.prototype.get=vi,se.prototype.has=mi,se.prototype.set=_i;function Ai(){this.__data__=[],this.size=0}function Fe(e,r){for(var a=e.length;a--;)if(Mt(e[a][0],r))return a;return-1}var Ei=Array.prototype,Si=Ei.splice;function Ti(e){var r=this.__data__,a=Fe(r,e);if(a<0)return!1;var s=r.length-1;return a==s?r.pop():Si.call(r,a,1),--this.size,!0}function Pi(e){var r=this.__data__,a=Fe(r,e);return a<0?void 0:r[a][1]}function xi(e){return Fe(this.__data__,e)>-1}function Oi(e,r){var a=this.__data__,s=Fe(a,e);return s<0?(++this.size,a.push([e,r])):a[s][1]=r,this}function ee(e){var r=-1,a=e==null?0:e.length;for(this.clear();++r<a;){var s=e[r];this.set(s[0],s[1])}}ee.prototype.clear=Ai,ee.prototype.delete=Ti,ee.prototype.get=Pi,ee.prototype.has=xi,ee.prototype.set=Oi;var Oe=ue(J,"Map");function Ii(){this.size=0,this.__data__={hash:new se,map:new(Oe||ee),string:new se}}function Ci(e){var r=typeof e;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?e!=="__proto__":e===null}function qe(e,r){var a=e.__data__;return Ci(r)?a[typeof r=="string"?"string":"hash"]:a.map}function ji(e){var r=qe(this,e).delete(e);return this.size-=r?1:0,r}function Wi(e){return qe(this,e).get(e)}function Di(e){return qe(this,e).has(e)}function $i(e,r){var a=qe(this,e),s=a.size;return a.set(e,r),this.size+=a.size==s?0:1,this}function ye(e){var r=-1,a=e==null?0:e.length;for(this.clear();++r<a;){var s=e[r];this.set(s[0],s[1])}}ye.prototype.clear=Ii,ye.prototype.delete=ji,ye.prototype.get=Wi,ye.prototype.has=Di,ye.prototype.set=$i;function Ge(e){return e==null?"":Ct(e)}function Kt(e,r){for(var a=-1,s=r.length,h=e.length;++a<s;)e[h+a]=r[a];return e}var Ri=Jt(Object.getPrototypeOf,Object);const Qt=Ri;function Mi(e,r,a){var s=-1,h=e.length;r<0&&(r=-r>h?0:h+r),a=a>h?h:a,a<0&&(a+=h),h=r>a?0:a-r>>>0,r>>>=0;for(var y=Array(h);++s<h;)y[s]=e[s+r];return y}function Ni(e,r,a){var s=e.length;return a=a===void 0?s:a,!r&&a>=s?e:Mi(e,r,a)}var Li="\\ud800-\\udfff",Ui="\\u0300-\\u036f",zi="\\ufe20-\\ufe2f",Fi="\\u20d0-\\u20ff",qi=Ui+zi+Fi,Gi="\\ufe0e\\ufe0f",Hi="\\u200d",Bi=RegExp("["+Hi+Li+qi+Gi+"]");function Xt(e){return Bi.test(e)}function Vi(e){return e.split("")}var kt="\\ud800-\\udfff",Zi="\\u0300-\\u036f",Yi="\\ufe20-\\ufe2f",Ji="\\u20d0-\\u20ff",Ki=Zi+Yi+Ji,Qi="\\ufe0e\\ufe0f",Xi="["+kt+"]",ot="["+Ki+"]",it="\\ud83c[\\udffb-\\udfff]",ki="(?:"+ot+"|"+it+")",en="[^"+kt+"]",tn="(?:\\ud83c[\\udde6-\\uddff]){2}",nn="[\\ud800-\\udbff][\\udc00-\\udfff]",ea="\\u200d",rn=ki+"?",on="["+Qi+"]?",ta="(?:"+ea+"(?:"+[en,tn,nn].join("|")+")"+on+rn+")*",na=on+rn+ta,ra="(?:"+[en+ot+"?",ot,tn,nn,Xi].join("|")+")",oa=RegExp(it+"(?="+it+")|"+ra+na,"g");function ia(e){return e.match(oa)||[]}function aa(e){return Xt(e)?ia(e):Vi(e)}function ua(e){return function(r){r=Ge(r);var a=Xt(r)?aa(r):void 0,s=a?a[0]:r.charAt(0),h=a?Ni(a,1).join(""):r.slice(1);return s[e]()+h}}var sa=ua("toUpperCase");function ca(e){return sa(Ge(e).toLowerCase())}function fa(e,r,a,s){var h=-1,y=e==null?0:e.length;for(s&&y&&(a=e[++h]);++h<y;)a=r(a,e[h],h,e);return a}function da(e){return function(r){return e?.[r]}}var la={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},ha=da(la);const pa=ha;var ga=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,va="\\u0300-\\u036f",wa="\\ufe20-\\ufe2f",ya="\\u20d0-\\u20ff",ma=va+wa+ya,ba="["+ma+"]",_a=RegExp(ba,"g");function Aa(e){return e=Ge(e),e&&e.replace(ga,pa).replace(_a,"")}var Ea=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function Sa(e){return e.match(Ea)||[]}var Ta=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function Pa(e){return Ta.test(e)}var an="\\ud800-\\udfff",xa="\\u0300-\\u036f",Oa="\\ufe20-\\ufe2f",Ia="\\u20d0-\\u20ff",Ca=xa+Oa+Ia,un="\\u2700-\\u27bf",sn="a-z\\xdf-\\xf6\\xf8-\\xff",ja="\\xac\\xb1\\xd7\\xf7",Wa="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Da="\\u2000-\\u206f",$a=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",cn="A-Z\\xc0-\\xd6\\xd8-\\xde",Ra="\\ufe0e\\ufe0f",fn=ja+Wa+Da+$a,dn="['’]",ln="["+fn+"]",Ma="["+Ca+"]",hn="\\d+",Na="["+un+"]",pn="["+sn+"]",gn="[^"+an+fn+hn+un+sn+cn+"]",La="\\ud83c[\\udffb-\\udfff]",Ua="(?:"+Ma+"|"+La+")",za="[^"+an+"]",vn="(?:\\ud83c[\\udde6-\\uddff]){2}",wn="[\\ud800-\\udbff][\\udc00-\\udfff]",me="["+cn+"]",Fa="\\u200d",yn="(?:"+pn+"|"+gn+")",qa="(?:"+me+"|"+gn+")",mn="(?:"+dn+"(?:d|ll|m|re|s|t|ve))?",bn="(?:"+dn+"(?:D|LL|M|RE|S|T|VE))?",_n=Ua+"?",An="["+Ra+"]?",Ga="(?:"+Fa+"(?:"+[za,vn,wn].join("|")+")"+An+_n+")*",Ha="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Ba="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Va=An+_n+Ga,Za="(?:"+[Na,vn,wn].join("|")+")"+Va,Ya=RegExp([me+"?"+pn+"+"+mn+"(?="+[ln,me,"$"].join("|")+")",qa+"+"+bn+"(?="+[ln,me+yn,"$"].join("|")+")",me+"?"+yn+"+"+mn,me+"+"+bn,Ba,Ha,hn,Za].join("|"),"g");function Ja(e){return e.match(Ya)||[]}function Ka(e,r,a){return e=Ge(e),r=a?void 0:r,r===void 0?Pa(e)?Ja(e):Sa(e):e.match(r)||[]}var Qa="['’]",Xa=RegExp(Qa,"g");function En(e){return function(r){return fa(Ka(Aa(r).replace(Xa,"")),e,"")}}var ka=En(function(e,r,a){return r=r.toLowerCase(),e+(a?ca(r):r)});const eu=ka;function tu(){this.__data__=new ee,this.size=0}function nu(e){var r=this.__data__,a=r.delete(e);return this.size=r.size,a}function ru(e){return this.__data__.get(e)}function ou(e){return this.__data__.has(e)}var iu=200;function au(e,r){var a=this.__data__;if(a instanceof ee){var s=a.__data__;if(!Oe||s.length<iu-1)return s.push([e,r]),this.size=++a.size,this;a=this.__data__=new ye(s)}return a.set(e,r),this.size=a.size,this}function be(e){var r=this.__data__=new ee(e);this.size=r.size}be.prototype.clear=tu,be.prototype.delete=nu,be.prototype.get=ru,be.prototype.has=ou,be.prototype.set=au;function uu(e,r){return e&&ze(r,nt(r),e)}function su(e,r){return e&&ze(r,rt(r),e)}var Sn=typeof _=="object"&&_&&!_.nodeType&&_,Tn=Sn&&typeof module=="object"&&module&&!module.nodeType&&module,cu=Tn&&Tn.exports===Sn,Pn=cu?J.Buffer:void 0,xn=Pn?Pn.allocUnsafe:void 0;function fu(e,r){if(r)return e.slice();var a=e.length,s=xn?xn(a):new e.constructor(a);return e.copy(s),s}function du(e,r){for(var a=-1,s=e==null?0:e.length,h=0,y=[];++a<s;){var b=e[a];r(b,a,e)&&(y[h++]=b)}return y}function On(){return[]}var lu=Object.prototype,hu=lu.propertyIsEnumerable,In=Object.getOwnPropertySymbols,at=In?function(e){return e==null?[]:(e=Object(e),du(In(e),function(r){return hu.call(e,r)}))}:On;function pu(e,r){return ze(e,at(e),r)}var gu=Object.getOwnPropertySymbols,Cn=gu?function(e){for(var r=[];e;)Kt(r,at(e)),e=Qt(e);return r}:On;function vu(e,r){return ze(e,Cn(e),r)}function jn(e,r,a){var s=r(e);return Ue(e)?s:Kt(s,a(e))}function wu(e){return jn(e,nt,at)}function yu(e){return jn(e,rt,Cn)}var ut=ue(J,"DataView"),st=ue(J,"Promise"),ct=ue(J,"Set"),Wn="[object Map]",mu="[object Object]",Dn="[object Promise]",$n="[object Set]",Rn="[object WeakMap]",Mn="[object DataView]",bu=ae(ut),_u=ae(Oe),Au=ae(st),Eu=ae(ct),Su=ae(Xe),ce=ge;(ut&&ce(new ut(new ArrayBuffer(1)))!=Mn||Oe&&ce(new Oe)!=Wn||st&&ce(st.resolve())!=Dn||ct&&ce(new ct)!=$n||Xe&&ce(new Xe)!=Rn)&&(ce=function(e){var r=ge(e),a=r==mu?e.constructor:void 0,s=a?ae(a):"";if(s)switch(s){case bu:return Mn;case _u:return Wn;case Au:return Dn;case Eu:return $n;case Su:return Rn}return r});const ft=ce;var Tu=Object.prototype,Pu=Tu.hasOwnProperty;function xu(e){var r=e.length,a=new e.constructor(r);return r&&typeof e[0]=="string"&&Pu.call(e,"index")&&(a.index=e.index,a.input=e.input),a}var Nn=J.Uint8Array;function dt(e){var r=new e.constructor(e.byteLength);return new Nn(r).set(new Nn(e)),r}function Ou(e,r){var a=r?dt(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.byteLength)}var Iu=/\w*$/;function Cu(e){var r=new e.constructor(e.source,Iu.exec(e));return r.lastIndex=e.lastIndex,r}var Ln=ne?ne.prototype:void 0,Un=Ln?Ln.valueOf:void 0;function ju(e){return Un?Object(Un.call(e)):{}}function Wu(e,r){var a=r?dt(e.buffer):e.buffer;return new e.constructor(a,e.byteOffset,e.length)}var Du="[object Boolean]",$u="[object Date]",Ru="[object Map]",Mu="[object Number]",Nu="[object RegExp]",Lu="[object Set]",Uu="[object String]",zu="[object Symbol]",Fu="[object ArrayBuffer]",qu="[object DataView]",Gu="[object Float32Array]",Hu="[object Float64Array]",Bu="[object Int8Array]",Vu="[object Int16Array]",Zu="[object Int32Array]",Yu="[object Uint8Array]",Ju="[object Uint8ClampedArray]",Ku="[object Uint16Array]",Qu="[object Uint32Array]";function Xu(e,r,a){var s=e.constructor;switch(r){case Fu:return dt(e);case Du:case $u:return new s(+e);case qu:return Ou(e,a);case Gu:case Hu:case Bu:case Vu:case Zu:case Yu:case Ju:case Ku:case Qu:return Wu(e,a);case Ru:return new s;case Mu:case Uu:return new s(e);case Nu:return Cu(e);case Lu:return new s;case zu:return ju(e)}}function ku(e){return typeof e.constructor=="function"&&!ke(e)?co(Qt(e)):{}}var es="[object Map]";function ts(e){return ve(e)&&ft(e)==es}var zn=we&&we.isMap,ns=zn?et(zn):ts,rs="[object Set]";function os(e){return ve(e)&&ft(e)==rs}var Fn=we&&we.isSet,is=Fn?et(Fn):os,as=1,us=2,ss=4,qn="[object Arguments]",cs="[object Array]",fs="[object Boolean]",ds="[object Date]",ls="[object Error]",Gn="[object Function]",hs="[object GeneratorFunction]",ps="[object Map]",gs="[object Number]",Hn="[object Object]",vs="[object RegExp]",ws="[object Set]",ys="[object String]",ms="[object Symbol]",bs="[object WeakMap]",_s="[object ArrayBuffer]",As="[object DataView]",Es="[object Float32Array]",Ss="[object Float64Array]",Ts="[object Int8Array]",Ps="[object Int16Array]",xs="[object Int32Array]",Os="[object Uint8Array]",Is="[object Uint8ClampedArray]",Cs="[object Uint16Array]",js="[object Uint32Array]",O={};O[qn]=O[cs]=O[_s]=O[As]=O[fs]=O[ds]=O[Es]=O[Ss]=O[Ts]=O[Ps]=O[xs]=O[ps]=O[gs]=O[Hn]=O[vs]=O[ws]=O[ys]=O[ms]=O[Os]=O[Is]=O[Cs]=O[js]=!0,O[ls]=O[Gn]=O[bs]=!1;function He(e,r,a,s,h,y){var b,P=r&as,W=r&us,z=r&ss;if(a&&(b=h?a(e,s,h,y):a(e)),b!==void 0)return b;if(!Te(e))return e;var K=Ue(e);if(K){if(b=xu(e),!P)return fo(e,b)}else{var te=ft(e),fe=te==Gn||te==hs;if(Bt(e))return fu(e,P);if(te==Hn||te==qn||fe&&!h){if(b=W||fe?{}:ku(e),!P)return W?vu(e,su(b,e)):pu(e,uu(b,e))}else{if(!O[te])return h?e:{};b=Xu(e,te,P)}}y||(y=new be);var de=y.get(e);if(de)return de;y.set(e,b),is(e)?e.forEach(function(G){b.add(He(G,r,a,G,e,y))}):ns(e)&&e.forEach(function(G,X){b.set(X,He(G,r,a,X,e,y))});var F=z?W?yu:wu:W?rt:nt,Q=K?void 0:F(e);return lo(Q||e,function(G,X){Q&&(X=G,G=e[X]),Nt(b,X,He(G,r,a,X,e,y))}),b}var Ws=1,Ds=4;function $s(e){return He(e,Ws|Ds)}var lt=En(function(e,r,a){return e+(a?"_":"")+r.toLowerCase()});function Rs(e={}){return this.API.request("open",e)}function Ms(){return this.API.request("get_env")}function Ns(e){return this.API.request("update_my_user",e)}function Ls(){return this.API.request("get_languages")}function Us(e){return _.highLevelApi.API.request("get_events",e)}function zs(e){return _.highLevelApi.API.request("create_event",e)}function Fs(e){return _.highLevelApi.API.request("update_event",e)}function qs(e){return _.highLevelApi.API.request("delete_event",e)}function Gs(e){return this.API.request("get_canvases",e)}function Hs(e){return this.API.request("create_canvas",e)}function Bs(e){return this.API.request("delete_canvas",e)}function Vs(e){return this.API.request("update_canvas",e)}function Zs(e){return this.API.request("get_canvas",e)}function Ys(e){return this.API.request("share_canvas",e)}function Js(e){const r={...e};return r.type&&(r.type=Array.isArray(r.type)?r.type:[r.type]),r.content_type&&(r.content_type=Array.isArray(r.content_type)?r.content_type:[r.content_type]),this.API.request("get_files",r)}function Ks(e){return this.API.request("download_file",e)}function Qs(e){return this.API.request("get_app_config",e)}function Xs(e){return this.API.request("get_file",e)}function ks(e){return this.API.request("delete_file",e)}function ec(e){return this.API.request("create_file",e)}function tc(){return this.API.request("select_device_file")}function nc(e){return this.API.request("search",e)}function rc(e){return this.API.request("get_users",e)}function oc(e){return this.API.request("fetch_document_info",e)}function ic(e){return this.API.request("render_page_as_image",e)}function ac(e){return this.API.request("toast",e)}function uc(e){return _.highLevelApi.API.request("query",e)}function sc(e={id:"root"}){return this.API.request("get_folder",e)}function cc(e){return this.API.request("create_folder",e)}function fc(e){return this.API.request("update_folder",e)}function dc(e){return this.API.request("delete_folder",e)}function lc(e){return this.API.request("move_folder_items",e)}function hc(e){return this.API.request("get_favorites",e)}function pc(e){return this.API.request("create_favorite",e)}function gc(e){return this.API.request("delete_favorite",e)}function vc(e){return e.type||(e.type="native"),_.highLevelApi.API.request("notify",e)}function wc(e){return _.highLevelApi.API.request("track",e)}function yc(e){return this.API.request("get_instance_metadata_templates",e)}function mc(){return this.API.request("trigger_non_files_sync")}const bc=Object.freeze(Object.defineProperty({__proto__:null,createCanvas:Hs,createEvent:zs,createFavorite:pc,createFile:ec,createFolder:cc,deleteCanvas:Bs,deleteEvent:qs,deleteFavorite:gc,deleteFile:ks,deleteFolder:dc,downloadFile:Ks,fetchDocumentInfo:oc,getAppConfig:Qs,getCanvas:Zs,getCanvases:Gs,getEnv:Ms,getEvents:Us,getFavorites:hc,getFile:Xs,getFiles:Js,getFolder:sc,getInstanceMetadataTemplates:yc,getLanguages:Ls,getUsers:rc,moveFolderItems:lc,notify:vc,open:Rs,query:uc,renderPageAsImage:ic,search:nc,selectDeviceFile:tc,shareCanvas:Ys,toast:ac,track:wc,triggerNonFilesSync:mc,updateCanvas:Vs,updateEvent:Fs,updateFolder:fc,updateMyUser:Ns},Symbol.toStringTag,{value:"Module"}));class Bn{listeners={};on(r,a){this.listeners[r]=(this.listeners[r]??[]).concat(a)}off(r,a){this.listeners[r]=(this.listeners[r]??[]).filter(s=>s!==a)}emit(r,a){(this.listeners[r]??[]).forEach(s=>s(a))}}let Be;const _c=new Uint8Array(16);function Ac(){if(!Be&&(Be=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Be))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Be(_c)}const U=[];for(let e=0;e<256;++e)U.push((e+256).toString(16).slice(1));function Ec(e,r=0){return U[e[r+0]]+U[e[r+1]]+U[e[r+2]]+U[e[r+3]]+"-"+U[e[r+4]]+U[e[r+5]]+"-"+U[e[r+6]]+U[e[r+7]]+"-"+U[e[r+8]]+U[e[r+9]]+"-"+U[e[r+10]]+U[e[r+11]]+U[e[r+12]]+U[e[r+13]]+U[e[r+14]]+U[e[r+15]]}const Vn={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Sc(e,r,a){if(Vn.randomUUID&&!r&&!e)return Vn.randomUUID();e=e||{};const s=e.random||(e.rng||Ac)();if(s[6]=s[6]&15|64,s[8]=s[8]&63|128,r){a=a||0;for(let h=0;h<16;++h)r[a+h]=s[h];return r}return Ec(s)}class Tc extends Error{}function Pc(e,r){if(!e)throw new Tc(r)}const Zn=["id__in","modified_at__gtr","created_at__gtr","end_at__lt","start_at__gt","account__id","end_at__gt","end_at__range","start_at__lt","start_at__range","external_objects__connection_id","external_objects__content_type","external_objects__external_content_type","external_objects__external_object_id"],Yn=["context","overrides","filters","metadata","style","hidden"],Ie=(e,r=Zn,a=Yn)=>Array.isArray(e)?e.map(s=>Ie(s,r,a)):e!=null&&e.constructor===Object?Object.keys(e).reduce((s,h)=>{const y=r.includes(h)||a.includes(h)?h:eu(h),b=a.includes(h)?e[h]:Ie(e[h],r,a);return{...s,[y]:b}},{}):e,ht=(e,r=Zn,a=Yn)=>Array.isArray(e)?e.map(s=>ht(s,r,a)):e!=null&&e.constructor===Object?Object.keys(e).reduce((s,h)=>{const y=r.includes(h)||a.includes(h)?h:lt(h),b=a.includes(h)?e[h]:ht(e[h],r,a);return{...s,[y]:b}},{}):e;function xc(e,r=[],a=!1){if(a)return!0;if(!e||!e.origin)return!1;const h=(r.length>0?r:[window.location.origin]).includes(e.origin);return h||console.warn(`The message origin ${e.origin} is not the same as the current origin ${window.location.origin}. Bailing...`),h}class Oc extends Bn{constructor(r){super(),this.callbacks={},this.options=r??{casing:"snake",logLevel:"off"},typeof window<"u"&&(window.addEventListener("message",a=>{xc(a)&&(this.options.logLevel==="debug"&&console.log("message received",a),a.data.type==="PITCHER_RESPONSE"?(Pc(a.data.request.id,"event id is required"),this.handleCallbackMessage(a.data.request.id,a.data)):a.data.type==="PITCHER_EVENT"&&this.handleEventMessage(this.options.casing==="camel"?Ie(a.data.event):a.data.event))}),this.request("subscribe"))}callbacks;options;handleCallbackMessage(r,a){this.callbacks[r]&&(this.callbacks[r].callback(a),this.options.logLevel&&["info","debug"].includes(this.options.logLevel)&&console.log(`It took ${Date.now()-this.callbacks[r].dispatched_at} ms for the event ${this.callbacks[r].type}`),delete this.callbacks[r])}handleEventMessage(r){this.emit("event",r)}request(r,a=null){return new Promise((s,h)=>{const y=Sc(),b=W=>{if(this.options.logLevel==="debug"&&console.log(`Callback ${y} response:`,W),W.response.status==="ok")s(this.options.casing==="camel"?Ie(W.response.body):W.response.body);else if(W.response.status==="error")h(this.options.casing==="camel"?Ie(W.response.body):W.response.body);else throw new Error("unsupported response status")},P=$s(ht(a));this.callbacks[y]={dispatched_at:Date.now(),type:r,payload:P??{},callback:b},typeof window<"u"&&window.top&&window.top.postMessage({type:"PITCHER_REQUEST",request:{type:r,id:y,body:P}},"*")})}}function Ic(e){const r=new Oc(e),a=new Bn;return r.on("event",s=>{a.emit(s.type,s.body)}),{API:r,...bc,on:(s,h)=>a.on(s,h),off:(s,h)=>a.off(s,h),quitInstance:()=>r.request("quit_instance"),getRequestTypes:()=>r.request("get_request_types"),broadcast:s=>r.request("broadcast",s),subscribe:()=>r.request("subscribe"),unsubscribe:()=>r.request("unsubscribe")}}const Cc="UI_MESSAGE",Jn={UI_SELECT_CONTENT:"ui_select_content"},jc={UI_CONTENT_SELECTED:"ui_content_selected"};async function Wc(e={}){return(await(await Promise.resolve().then(()=>re)).send(window.parent,Jn.UI_SELECT_CONTENT,e)).data}async function Dc(e,r){return(await Promise.resolve().then(()=>re)).on(e,h=>r(h.data)).cancel}const $c=Object.freeze(Object.defineProperty({__proto__:null,on:Dc,ui_select_content:Wc},Symbol.toStringTag,{value:"Module"})),Rc="ADMIN_MESSAGE",Mc={ENV_CHANGED:"env_changed"},Nc={ADMIN_REQUEST:"ADMIN_REQUEST",ADMIN_RESPONSE:"ADMIN_RESPONSE"},_e={GET_ENV:"get_env",GET_CANVAS:"get_canvas",GET_CANVASES:"get_canvases",UPDATE_CANVAS:"update_canvas",GET_INSTANCE_METADATA_TEMPLATES:"get_instance_metadata_templates",GET_APP_CONFIG:"get_app_config"};async function Lc(){return(await(await Promise.resolve().then(()=>re)).send(window.parent,_e.GET_ENV)).data}async function Uc(e){return(await(await Promise.resolve().then(()=>re)).send(window.parent,_e.GET_CANVASES,e)).data}async function zc(e){return(await(await Promise.resolve().then(()=>re)).send(window.parent,_e.GET_CANVAS,e)).data}async function Fc(e){return(await(await Promise.resolve().then(()=>re)).send(window.parent,_e.UPDATE_CANVAS,e)).data}async function qc(e){return(await(await Promise.resolve().then(()=>re)).send(window.parent,_e.GET_INSTANCE_METADATA_TEMPLATES,e)).data}async function Gc(e,r){return(await Promise.resolve().then(()=>re)).on(e,h=>r(h.data)).cancel}const Hc=Object.freeze(Object.defineProperty({__proto__:null,getCanvas:zc,getCanvases:Uc,getEnv:Lc,getInstanceMetadataTemplates:qc,on:Gc,updateCanvas:Fc},Symbol.toStringTag,{value:"Module"})),Bc="PITCHER_EVENT";var Kn=(e=>(e.REQUEST="PITCHER_REQUEST",e.RESPONSE="PITCHER_RESPONSE",e))(Kn||{}),Qn=(e=>(e.OK="ok",e.ERROR="error",e))(Qn||{}),Xn=(e=>(e.ENV_CHANGED="env_changed",e.PHOTOS_CAPTURED="photos_captured",e.FILE_DOWNLOADED="file_downloaded",e.FILE_UPLOAD_PROGRESS="file_upload_progress",e.UPDATE_LOCATION="update_location",e.CANVAS_UPDATED="canvas_updated",e.FILE_CLOSED="file_closed",e.APP_BACKGROUNDED="app_backgrounded",e.APP_FOREGROUNDED="app_foregrounded",e.NON_FILES_SYNC_FINISHED="non_files_sync_finished",e.NETWORK_CONNECTION_ESTABLISHED="network_connection_established",e.NETWORK_CONNECTION_LOST="network_connection_lost",e))(Xn||{}),kn=(e=>(e.UI_SHOW_MODAL="ui:show-modal",e.UI_HIDE_MODAL="ui:hide-modal",e.FAVORITES_CHANGED="favorites:changed",e.FILE_DOWNLOAD="file:download",e))(kn||{}),er=(e=>(e.OPEN_CANVAS="open_canvas",e.START_CALL="start_call",e))(er||{});_.highLevelApi=void 0;function Vc(e){return _.highLevelApi||(_.highLevelApi=Ic(e)),_.highLevelApi}const Zc=Object.entries($c).reduce((e,[r,a])=>(e[r]=a,e[lt(r)]=a,e),{});function Yc(){return Zc}const Jc=Object.entries(Hc).reduce((e,[r,a])=>(e[r]=a,e[lt(r)]=a,e),{});function Kc(){return Jc}var Qc=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Xc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var tr={exports:{}},nr={exports:{}};(function(e,r){(function(a,s){e.exports=s()})(typeof self<"u"?self:Qc,function(){return function(a){var s={};function h(y){if(s[y])return s[y].exports;var b=s[y]={i:y,l:!1,exports:{}};return a[y].call(b.exports,b,b.exports,h),b.l=!0,b.exports}return h.m=a,h.c=s,h.d=function(y,b,P){h.o(y,b)||Object.defineProperty(y,b,{enumerable:!0,get:P})},h.r=function(y){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(y,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(y,"__esModule",{value:!0})},h.t=function(y,b){if(1&b&&(y=h(y)),8&b||4&b&&typeof y=="object"&&y&&y.__esModule)return y;var P=Object.create(null);if(h.r(P),Object.defineProperty(P,"default",{enumerable:!0,value:y}),2&b&&typeof y!="string")for(var W in y)h.d(P,W,function(z){return y[z]}.bind(null,W));return P},h.n=function(y){var b=y&&y.__esModule?function(){return y.default}:function(){return y};return h.d(b,"a",b),b},h.o=function(y,b){return{}.hasOwnProperty.call(y,b)},h.p="",h(h.s=0)}([function(a,s,h){h.r(s),h.d(s,"Promise",function(){return x}),h.d(s,"TYPES",function(){return Af}),h.d(s,"ProxyWindow",function(){return V}),h.d(s,"setup",function(){return Dr}),h.d(s,"destroy",function(){return _f}),h.d(s,"serializeMessage",function(){return wf}),h.d(s,"deserializeMessage",function(){return yf}),h.d(s,"createProxyWindow",function(){return mf}),h.d(s,"toProxyWindow",function(){return bf}),h.d(s,"on",function(){return oe}),h.d(s,"once",function(){return vf}),h.d(s,"send",function(){return ie}),h.d(s,"markWindowKnown",function(){return _r}),h.d(s,"cleanUpWindow",function(){return Ef}),h.d(s,"bridge",function(){});function y(t){return{}.toString.call(t)==="[object RegExp]"}var b=`Call was rejected by callee.\r
|
|
2
|
+
`;function P(t){return t===void 0&&(t=window),t.location.protocol}function W(t){if(t===void 0&&(t=window),t.mockDomain){var o=t.mockDomain.split("//")[0];if(o)return o}return P(t)}function z(t){return t===void 0&&(t=window),W(t)==="about:"}function K(t){if(t===void 0&&(t=window),t)try{if(t.parent&&t.parent!==t)return t.parent}catch{}}function te(t){if(t===void 0&&(t=window),t&&!K(t))try{return t.opener}catch{}}function fe(t){try{return!0}catch{}return!1}function de(t){t===void 0&&(t=window);var o=t.location;if(!o)throw new Error("Can not read window location");var n=P(t);if(!n)throw new Error("Can not read window protocol");if(n==="file:")return"file://";if(n==="about:"){var i=K(t);return i&&fe()?de(i):"about://"}var u=o.host;if(!u)throw new Error("Can not read window host");return n+"//"+u}function F(t){t===void 0&&(t=window);var o=de(t);return o&&t.mockDomain&&t.mockDomain.indexOf("mock:")===0?t.mockDomain:o}function Q(t){if(!function(o){try{if(o===window)return!0}catch{}try{var n=Object.getOwnPropertyDescriptor(o,"location");if(n&&n.enumerable===!1)return!1}catch{}try{if(z(o)&&fe())return!0}catch{}try{if(function(i){return i===void 0&&(i=window),W(i)==="mock:"}(o)&&fe())return!0}catch{}try{if(de(o)===de(window))return!0}catch{}return!1}(t))return!1;try{if(t===window||z(t)&&fe()||F(window)===F(t))return!0}catch{}return!1}function G(t){if(!Q(t))throw new Error("Expected window to be same domain");return t}function X(t,o){if(!t||!o)return!1;var n=K(o);return n?n===t:function(i){var u=[];try{for(;i.parent!==i;)u.push(i.parent),i=i.parent}catch{}return u}(o).indexOf(t)!==-1}function or(t){var o=[],n;try{n=t.frames}catch{n=t}var i;try{i=n.length}catch{}if(i===0)return o;if(i){for(var u=0;u<i;u++){var c=void 0;try{c=n[u]}catch{continue}o.push(c)}return o}for(var f=0;f<100;f++){var p=void 0;try{p=n[f]}catch{return o}if(!p)return o;o.push(p)}return o}var ef=[],tf=[];function Z(t,o){o===void 0&&(o=!0);try{if(t===window)return!1}catch{return!0}try{if(!t)return!0}catch{return!0}try{if(t.closed)return!0}catch(u){return!u||u.message!==b}if(o&&Q(t))try{if(t.mockclosed)return!0}catch{}try{if(!t.parent||!t.top)return!0}catch{}var n=function(u,c){for(var f=0;f<u.length;f++)try{if(u[f]===c)return f}catch{}return-1}(ef,t);if(n!==-1){var i=tf[n];if(i&&function(u){if(!u.contentWindow||!u.parentNode)return!0;var c=u.ownerDocument;if(c&&c.documentElement&&!c.documentElement.contains(u)){for(var f=u;f.parentNode&&f.parentNode!==f;)f=f.parentNode;if(!f.host||!c.documentElement.contains(f.host))return!0}return!1}(i))return!0}return!1}function ir(t){return t===void 0&&(t=window),te(t=t||window)||K(t)||void 0}function Ae(t,o){if(typeof t=="string"){if(typeof o=="string")return t==="*"||o===t;if(y(o)||Array.isArray(o))return!1}return y(t)?y(o)?t.toString()===o.toString():!Array.isArray(o)&&!!o.match(t):!!Array.isArray(t)&&(Array.isArray(o)?JSON.stringify(t)===JSON.stringify(o):!y(o)&&t.some(function(n){return Ae(n,o)}))}function Ve(t){try{if(t===window)return!0}catch(o){if(o&&o.message===b)return!0}try{if({}.toString.call(t)==="[object Window]")return!0}catch(o){if(o&&o.message===b)return!0}try{if(window.Window&&t instanceof window.Window)return!0}catch(o){if(o&&o.message===b)return!0}try{if(t&&t.self===t)return!0}catch(o){if(o&&o.message===b)return!0}try{if(t&&t.parent===t)return!0}catch(o){if(o&&o.message===b)return!0}try{if(t&&t.top===t)return!0}catch(o){if(o&&o.message===b)return!0}try{if(t&&t.__cross_domain_utils_window_check__==="__unlikely_value__")return!1}catch{return!0}try{if("postMessage"in t&&"self"in t&&"location"in t)return!0}catch{}return!1}function ar(t){if(Q(t))return G(t).frameElement;for(var o=0,n=document.querySelectorAll("iframe");o<n.length;o++){var i=n[o];if(i&&i.contentWindow&&i.contentWindow===t)return i}}function nf(t){if(function(n){return n===void 0&&(n=window),!!K(n)}(t)){var o=ar(t);if(o&&o.parentElement){o.parentElement.removeChild(o);return}}try{t.close()}catch{}}function le(t){try{if(!t)return!1;if(typeof Promise<"u"&&t instanceof Promise)return!0;if(typeof window<"u"&&typeof window.Window=="function"&&t instanceof window.Window||typeof window<"u"&&typeof window.constructor=="function"&&t instanceof window.constructor)return!1;var o={}.toString;if(o){var n=o.call(t);if(n==="[object Window]"||n==="[object global]"||n==="[object DOMWindow]")return!1}if(typeof t.then=="function")return!0}catch{return!1}return!1}var ur=[],Ce=[],pt=0,je;function sr(){if(!pt&&je){var t=je;je=null,t.resolve()}}function gt(){pt+=1}function We(){pt-=1,sr()}var x=function(){function t(n){var i=this;if(this.resolved=void 0,this.rejected=void 0,this.errorHandled=void 0,this.value=void 0,this.error=void 0,this.handlers=void 0,this.dispatching=void 0,this.stack=void 0,this.resolved=!1,this.rejected=!1,this.errorHandled=!1,this.handlers=[],n){var u,c,f=!1,p=!1,l=!1;gt();try{n(function(d){l?i.resolve(d):(f=!0,u=d)},function(d){l?i.reject(d):(p=!0,c=d)})}catch(d){We(),this.reject(d);return}We(),l=!0,f?this.resolve(u):p&&this.reject(c)}}var o=t.prototype;return o.resolve=function(n){if(this.resolved||this.rejected)return this;if(le(n))throw new Error("Can not resolve promise with another promise");return this.resolved=!0,this.value=n,this.dispatch(),this},o.reject=function(n){var i=this;if(this.resolved||this.rejected)return this;if(le(n))throw new Error("Can not reject promise with another promise");if(!n){var u=n&&typeof n.toString=="function"?n.toString():{}.toString.call(n);n=new Error("Expected reject to be called with Error, got "+u)}return this.rejected=!0,this.error=n,this.errorHandled||setTimeout(function(){i.errorHandled||function(c,f){if(ur.indexOf(c)===-1){ur.push(c),setTimeout(function(){throw c},1);for(var p=0;p<Ce.length;p++)Ce[p](c,f)}}(n,i)},1),this.dispatch(),this},o.asyncReject=function(n){return this.errorHandled=!0,this.reject(n),this},o.dispatch=function(){var n=this.resolved,i=this.rejected,u=this.handlers;if(!this.dispatching&&(n||i)){this.dispatching=!0,gt();for(var c=function(m,S){return m.then(function(A){S.resolve(A)},function(A){S.reject(A)})},f=0;f<u.length;f++){var p=u[f],l=p.onSuccess,d=p.onError,w=p.promise,g=void 0;if(n)try{g=l?l(this.value):this.value}catch(m){w.reject(m);continue}else if(i){if(!d){w.reject(this.error);continue}try{g=d(this.error)}catch(m){w.reject(m);continue}}if(g instanceof t&&(g.resolved||g.rejected)){var v=g;v.resolved?w.resolve(v.value):w.reject(v.error),v.errorHandled=!0}else le(g)?g instanceof t&&(g.resolved||g.rejected)?g.resolved?w.resolve(g.value):w.reject(g.error):c(g,w):w.resolve(g)}u.length=0,this.dispatching=!1,We()}},o.then=function(n,i){if(n&&typeof n!="function"&&!n.call)throw new Error("Promise.then expected a function for success handler");if(i&&typeof i!="function"&&!i.call)throw new Error("Promise.then expected a function for error handler");var u=new t;return this.handlers.push({promise:u,onSuccess:n,onError:i}),this.errorHandled=!0,this.dispatch(),u},o.catch=function(n){return this.then(void 0,n)},o.finally=function(n){if(n&&typeof n!="function"&&!n.call)throw new Error("Promise.finally expected a function");return this.then(function(i){return t.try(n).then(function(){return i})},function(i){return t.try(n).then(function(){throw i})})},o.timeout=function(n,i){var u=this;if(this.resolved||this.rejected)return this;var c=setTimeout(function(){u.resolved||u.rejected||u.reject(i||new Error("Promise timed out after "+n+"ms"))},n);return this.then(function(f){return clearTimeout(c),f})},o.toPromise=function(){if(typeof Promise>"u")throw new TypeError("Could not find Promise");return Promise.resolve(this)},o.lazy=function(){return this.errorHandled=!0,this},t.resolve=function(n){return n instanceof t?n:le(n)?new t(function(i,u){return n.then(i,u)}):new t().resolve(n)},t.reject=function(n){return new t().reject(n)},t.asyncReject=function(n){return new t().asyncReject(n)},t.all=function(n){var i=new t,u=n.length,c=[].slice();if(!u)return i.resolve(c),i;for(var f=function(d,w,g){return w.then(function(v){c[d]=v,(u-=1)==0&&i.resolve(c)},function(v){g.reject(v)})},p=0;p<n.length;p++){var l=n[p];if(l instanceof t){if(l.resolved){c[p]=l.value,u-=1;continue}}else if(!le(l)){c[p]=l,u-=1;continue}f(p,t.resolve(l),i)}return u===0&&i.resolve(c),i},t.hash=function(n){var i={},u=[],c=function(p){if(n.hasOwnProperty(p)){var l=n[p];le(l)?u.push(l.then(function(d){i[p]=d})):i[p]=l}};for(var f in n)c(f);return t.all(u).then(function(){return i})},t.map=function(n,i){return t.all(n.map(i))},t.onPossiblyUnhandledException=function(n){return function(i){return Ce.push(i),{cancel:function(){Ce.splice(Ce.indexOf(i),1)}}}(n)},t.try=function(n,i,u){if(n&&typeof n!="function"&&!n.call)throw new Error("Promise.try expected a function");var c;gt();try{c=n.apply(i,u||[])}catch(f){return We(),t.reject(f)}return We(),t.resolve(c)},t.delay=function(n){return new t(function(i){setTimeout(i,n)})},t.isPromise=function(n){return!!(n&&n instanceof t)||le(n)},t.flush=function(){return function(n){var i=je=je||new n;return sr(),i}(t)},t}();function Ze(t,o){for(var n=0;n<t.length;n++)try{if(t[n]===o)return n}catch{}return-1}var vt=function(){function t(){if(this.name=void 0,this.weakmap=void 0,this.keys=void 0,this.values=void 0,this.name="__weakmap_"+(1e9*Math.random()>>>0)+"__",function(){if(typeof WeakMap>"u"||Object.freeze===void 0)return!1;try{var n=new WeakMap,i={};return Object.freeze(i),n.set(i,"__testvalue__"),n.get(i)==="__testvalue__"}catch{return!1}}())try{this.weakmap=new WeakMap}catch{}this.keys=[],this.values=[]}var o=t.prototype;return o._cleanupClosedWindows=function(){for(var n=this.weakmap,i=this.keys,u=0;u<i.length;u++){var c=i[u];if(Ve(c)&&Z(c)){if(n)try{n.delete(c)}catch{}i.splice(u,1),this.values.splice(u,1),u-=1}}},o.isSafeToReadWrite=function(n){return!Ve(n)},o.set=function(n,i){if(!n)throw new Error("WeakMap expected key");var u=this.weakmap;if(u)try{u.set(n,i)}catch{delete this.weakmap}if(this.isSafeToReadWrite(n))try{var c=this.name,f=n[c];f&&f[0]===n?f[1]=i:Object.defineProperty(n,c,{value:[n,i],writable:!0});return}catch{}this._cleanupClosedWindows();var p=this.keys,l=this.values,d=Ze(p,n);d===-1?(p.push(n),l.push(i)):l[d]=i},o.get=function(n){if(!n)throw new Error("WeakMap expected key");var i=this.weakmap;if(i)try{if(i.has(n))return i.get(n)}catch{delete this.weakmap}if(this.isSafeToReadWrite(n))try{var u=n[this.name];return u&&u[0]===n?u[1]:void 0}catch{}this._cleanupClosedWindows();var c=Ze(this.keys,n);if(c!==-1)return this.values[c]},o.delete=function(n){if(!n)throw new Error("WeakMap expected key");var i=this.weakmap;if(i)try{i.delete(n)}catch{delete this.weakmap}if(this.isSafeToReadWrite(n))try{var u=n[this.name];u&&u[0]===n&&(u[0]=u[1]=void 0)}catch{}this._cleanupClosedWindows();var c=this.keys,f=Ze(c,n);f!==-1&&(c.splice(f,1),this.values.splice(f,1))},o.has=function(n){if(!n)throw new Error("WeakMap expected key");var i=this.weakmap;if(i)try{if(i.has(n))return!0}catch{delete this.weakmap}if(this.isSafeToReadWrite(n))try{var u=n[this.name];return!(!u||u[0]!==n)}catch{}return this._cleanupClosedWindows(),Ze(this.keys,n)!==-1},o.getOrSet=function(n,i){if(this.has(n))return this.get(n);var u=i();return this.set(n,u),u},t}();function cr(t){return t.name||t.__name__||t.displayName||"anonymous"}function fr(t,o){try{delete t.name,t.name=o}catch{}return t.__name__=t.displayName=o,t}function k(){var t="0123456789abcdef";return"uid_"+"xxxxxxxxxx".replace(/./g,function(){return t.charAt(Math.floor(Math.random()*t.length))})+"_"+function(o){if(typeof btoa=="function")return btoa(encodeURIComponent(o).replace(/%([0-9A-F]{2})/g,function(n,i){return String.fromCharCode(parseInt(i,16))})).replace(/[=]/g,"");if(typeof Buffer<"u")return Buffer.from(o,"utf8").toString("base64").replace(/[=]/g,"");throw new Error("Can not find window.btoa or Buffer")}(new Date().toISOString().slice(11,19).replace("T",".")).replace(/[^a-zA-Z0-9]/g,"").toLowerCase()}var Ye;function dr(t){try{return JSON.stringify([].slice.call(t),function(o,n){return typeof n=="function"?"memoize["+function(i){if(Ye=Ye||new vt,i==null||typeof i!="object"&&typeof i!="function")throw new Error("Invalid object");var u=Ye.get(i);return u||(u=typeof i+":"+k(),Ye.set(i,u)),u}(n)+"]":typeof window<"u"&&n instanceof window.Element||n!==null&&typeof n=="object"&&n.nodeType===1&&typeof n.style=="object"&&typeof n.ownerDocument=="object"?{}:n})}catch{throw new Error("Arguments not serializable -- can not be used to memoize")}}function rf(){return{}}var De=0,lr=0;function $e(t,o){o===void 0&&(o={});var n=o.thisNamespace,i=n!==void 0&&n,u=o.time,c,f,p=De;De+=1;var l=function(){for(var d=arguments.length,w=new Array(d),g=0;g<d;g++)w[g]=arguments[g];p<lr&&(c=null,f=null,p=De,De+=1);var v;v=i?(f=f||new vt).getOrSet(this,rf):c=c||{};var m;try{m=dr(w)}catch{return t.apply(this,arguments)}var S=v[m];if(S&&u&&Date.now()-S.time<u&&(delete v[m],S=null),S)return S.value;var A=Date.now(),E=t.apply(this,arguments);return v[m]={time:A,value:E},E};return l.reset=function(){c=null,f=null},fr(l,(o.name||cr(t))+"::memoized")}$e.clear=function(){lr=De};function of(t){var o={};function n(){for(var i=arguments,u=this,c=arguments.length,f=new Array(c),p=0;p<c;p++)f[p]=arguments[p];var l=dr(f);return o.hasOwnProperty(l)||(o[l]=x.try(function(){return t.apply(u,i)}).finally(function(){delete o[l]})),o[l]}return n.reset=function(){o={}},fr(n,cr(t)+"::promiseMemoized")}function he(){}function Re(t,o){if(o===void 0&&(o=1),o>=3)return"stringifyError stack overflow";try{if(!t)return"<unknown error: "+{}.toString.call(t)+">";if(typeof t=="string")return t;if(t instanceof Error){var n=t&&t.stack,i=t&&t.message;if(n&&i)return n.indexOf(i)!==-1?n:i+`
|
|
3
|
+
`+n;if(n)return n;if(i)return i}return t&&t.toString&&typeof t.toString=="function"?t.toString():{}.toString.call(t)}catch(u){return"Error while stringifying error: "+Re(u,o+1)}}function hr(t){return typeof t=="string"?t:t&&t.toString&&typeof t.toString=="function"?t.toString():{}.toString.call(t)}$e(function(t){if(Object.values)return Object.values(t);var o=[];for(var n in t)t.hasOwnProperty(n)&&o.push(t[n]);return o});function wt(t){return{}.toString.call(t)==="[object RegExp]"}function Me(t,o,n){if(t.hasOwnProperty(o))return t[o];var i=n();return t[o]=i,i}function pr(){var t=document.body;if(!t)throw new Error("Body element not found");return t}function gr(){return!!document.body&&document.readyState==="complete"}function vr(){return!!document.body&&document.readyState==="interactive"}$e(function(){return new x(function(t){if(gr()||vr())return t();var o=setInterval(function(){if(gr()||vr())return clearInterval(o),t()},10)})});var Je=typeof document<"u"?document.currentScript:null,af=$e(function(){if(Je||(Je=function(){try{var t=function(){try{throw new Error("_")}catch(f){return f.stack||""}}(),o=/.*at [^(]*\((.*):(.+):(.+)\)$/gi.exec(t),n=o&&o[1];if(!n)return;for(var i=0,u=[].slice.call(document.getElementsByTagName("script")).reverse();i<u.length;i++){var c=u[i];if(c.src&&c.src===n)return c}}catch{}}()))return Je;throw new Error("Can not determine current script")}),uf=k();$e(function(){var t;try{t=af()}catch{return uf}var o=t.getAttribute("data-uid");if(o&&typeof o=="string"||(o=t.getAttribute("data-uid-auto"))&&typeof o=="string")return o;if(t.src){var n=function(i){for(var u="",c=0;c<i.length;c++){var f=i[c].charCodeAt(0)*c;i[c+1]&&(f+=i[c+1].charCodeAt(0)*(c-1)),u+=String.fromCharCode(97+Math.abs(f)%26)}return u}(JSON.stringify({src:t.src,dataset:t.dataset}));o="uid_"+n.slice(n.length-30)}else o=k();return t.setAttribute("data-uid-auto",o),o});function Ne(t){t===void 0&&(t=window);var o="__post_robot_10_0_46__";return t!==window?t[o]:t[o]=t[o]||{}}var wr=function(){return{}};function N(t,o){return t===void 0&&(t="store"),o===void 0&&(o=wr),Me(Ne(),t,function(){var n=o();return{has:function(i){return n.hasOwnProperty(i)},get:function(i,u){return n.hasOwnProperty(i)?n[i]:u},set:function(i,u){return n[i]=u,u},del:function(i){delete n[i]},getOrSet:function(i,u){return Me(n,i,u)},reset:function(){n=o()},keys:function(){return Object.keys(n)}}})}var sf=function(){};function Ke(){var t=Ne();return t.WINDOW_WILDCARD=t.WINDOW_WILDCARD||new sf,t.WINDOW_WILDCARD}function q(t,o){return t===void 0&&(t="store"),o===void 0&&(o=wr),N("windowStore").getOrSet(t,function(){var n=new vt,i=function(u){return n.getOrSet(u,o)};return{has:function(u){return i(u).hasOwnProperty(t)},get:function(u,c){var f=i(u);return f.hasOwnProperty(t)?f[t]:c},set:function(u,c){return i(u)[t]=c,c},del:function(u){delete i(u)[t]},getOrSet:function(u,c){return Me(i(u),t,c)}}})}function yr(){return N("instance").getOrSet("instanceID",k)}function mr(t,o){var n=o.domain,i=q("helloPromises"),u=i.get(t);u&&u.resolve({domain:n});var c=x.resolve({domain:n});return i.set(t,c),c}function yt(t,o){return(0,o.send)(t,"postrobot_hello",{instanceID:yr()},{domain:"*",timeout:-1}).then(function(n){var i=n.origin,u=n.data.instanceID;return mr(t,{domain:i}),{win:t,domain:i,instanceID:u}})}function br(t,o){var n=o.send;return q("windowInstanceIDPromises").getOrSet(t,function(){return yt(t,{send:n}).then(function(i){return i.instanceID})})}function _r(t){q("knownWindows").set(t,!0)}function mt(t){return typeof t=="object"&&t!==null&&typeof t.__type__=="string"}function Ar(t){return t===void 0?"undefined":t===null?"null":Array.isArray(t)?"array":typeof t=="function"?"function":typeof t=="object"?t instanceof Error?"error":typeof t.then=="function"?"promise":{}.toString.call(t)==="[object RegExp]"?"regex":{}.toString.call(t)==="[object Date]"?"date":"object":typeof t=="string"?"string":typeof t=="number"?"number":typeof t=="boolean"?"boolean":void 0}function pe(t,o){return{__type__:t,__val__:o}}var H,cf=((H={}).function=function(){},H.error=function(t){return pe("error",{message:t.message,stack:t.stack,code:t.code,data:t.data})},H.promise=function(){},H.regex=function(t){return pe("regex",t.source)},H.date=function(t){return pe("date",t.toJSON())},H.array=function(t){return t},H.object=function(t){return t},H.string=function(t){return t},H.number=function(t){return t},H.boolean=function(t){return t},H.null=function(t){return t},H[void 0]=function(t){return pe("undefined",t)},H),ff={},B,df=((B={}).function=function(){throw new Error("Function serialization is not implemented; nothing to deserialize")},B.error=function(t){var o=t.stack,n=t.code,i=t.data,u=new Error(t.message);return u.code=n,i&&(u.data=i),u.stack=o+`
|
|
4
4
|
|
|
5
|
-
`+u.stack,u},B.promise=function(){throw new Error("Promise serialization is not implemented; nothing to deserialize")},B.regex=function(t){return new RegExp(t)},B.date=function(t){return new Date(t)},B.array=function(t){return t},B.object=function(t){return t},B.string=function(t){return t},B.number=function(t){return t},B.boolean=function(t){return t},B.null=function(t){return t},B[void 0]=function(){},B),lf={};new
|
|
5
|
+
`+u.stack,u},B.promise=function(){throw new Error("Promise serialization is not implemented; nothing to deserialize")},B.regex=function(t){return new RegExp(t)},B.date=function(t){return new Date(t)},B.array=function(t){return t},B.object=function(t){return t},B.string=function(t){return t},B.number=function(t){return t},B.boolean=function(t){return t},B.null=function(t){return t},B[void 0]=function(){},B),lf={};new x(function(t){if(window.document&&window.document.body)return t(window.document.body);var o=setInterval(function(){if(window.document&&window.document.body)return clearInterval(o),t(window.document.body)},10)});function bt(){for(var t=N("idToProxyWindow"),o=0,n=t.keys();o<n.length;o++){var i=n[o];t.get(i).shouldClean()&&t.del(i)}}function Er(t,o){var n=o.send,i=o.id,u=i===void 0?k():i,c=t.then(function(l){if(Q(l))return G(l).name}),f=t.then(function(l){if(Z(l))throw new Error("Window is closed, can not determine type");return te(l)?"popup":"iframe"});c.catch(he),f.catch(he);var p=function(){return t.then(function(l){if(!Z(l))return Q(l)?G(l).name:c})};return{id:u,getType:function(){return f},getInstanceID:of(function(){return t.then(function(l){return br(l,{send:n})})}),close:function(){return t.then(nf)},getName:p,focus:function(){return t.then(function(l){l.focus()})},isClosed:function(){return t.then(function(l){return Z(l)})},setLocation:function(l,d){return d===void 0&&(d={}),t.then(function(w){var g=window.location.protocol+"//"+window.location.host,v=d.method,m=v===void 0?"get":v,S=d.body;if(l.indexOf("/")===0)l=""+g+l;else if(!l.match(/^https?:\/\//)&&l.indexOf(g)!==0)throw new Error("Expected url to be http or https url, or absolute path, got "+JSON.stringify(l));if(m==="post")return p().then(function(A){if(!A)throw new Error("Can not post to window without target name");(function(E){var I=E.url,M=E.target,D=E.body,C=E.method,L=C===void 0?"post":C,T=document.createElement("form");if(T.setAttribute("target",M),T.setAttribute("method",L),T.setAttribute("action",I),T.style.display="none",D)for(var $=0,Y=Object.keys(D);$<Y.length;$++){var R,Le=Y[$],St=document.createElement("input");St.setAttribute("name",Le),St.setAttribute("value",(R=D[Le])==null?void 0:R.toString()),T.appendChild(St)}pr().appendChild(T),T.submit(),pr().removeChild(T)})({url:l,target:A,method:m,body:S})});if(m!=="get")throw new Error("Unsupported method: "+m);if(Q(w))try{if(w.location&&typeof w.location.replace=="function"){w.location.replace(l);return}}catch{}w.location=l})},setName:function(l){return t.then(function(d){var w=Q(d),g=ar(d);if(!w)throw new Error("Can not set name for cross-domain window: "+l);G(d).name=l,g&&g.setAttribute("name",l),c=x.resolve(l)})}}}var V=function(){function t(n){var i=n.send,u=n.win,c=n.serializedWindow;this.id=void 0,this.isProxyWindow=!0,this.serializedWindow=void 0,this.actualWindow=void 0,this.actualWindowPromise=void 0,this.send=void 0,this.name=void 0,this.actualWindowPromise=new x,this.serializedWindow=c||Er(this.actualWindowPromise,{send:i}),N("idToProxyWindow").set(this.getID(),this),u&&this.setWindow(u,{send:i})}var o=t.prototype;return o.getID=function(){return this.serializedWindow.id},o.getType=function(){return this.serializedWindow.getType()},o.isPopup=function(){return this.getType().then(function(n){return n==="popup"})},o.setLocation=function(n,i){var u=this;return this.serializedWindow.setLocation(n,i).then(function(){return u})},o.getName=function(){return this.serializedWindow.getName()},o.setName=function(n){var i=this;return this.serializedWindow.setName(n).then(function(){return i})},o.close=function(){var n=this;return this.serializedWindow.close().then(function(){return n})},o.focus=function(){var n=this,i=this.isPopup(),u=this.getName(),c=x.hash({isPopup:i,name:u}).then(function(p){var l=p.name;p.isPopup&&l&&window.open("",l,"noopener")}),f=this.serializedWindow.focus();return x.all([c,f]).then(function(){return n})},o.isClosed=function(){return this.serializedWindow.isClosed()},o.getWindow=function(){return this.actualWindow},o.setWindow=function(n,i){var u=i.send;this.actualWindow=n,this.actualWindowPromise.resolve(this.actualWindow),this.serializedWindow=Er(this.actualWindowPromise,{send:u,id:this.getID()}),q("winToProxyWindow").set(n,this)},o.awaitWindow=function(){return this.actualWindowPromise},o.matchWindow=function(n,i){var u=this,c=i.send;return x.try(function(){return u.actualWindow?n===u.actualWindow:x.hash({proxyInstanceID:u.getInstanceID(),knownWindowInstanceID:br(n,{send:c})}).then(function(f){var p=f.proxyInstanceID===f.knownWindowInstanceID;return p&&u.setWindow(n,{send:c}),p})})},o.unwrap=function(){return this.actualWindow||this},o.getInstanceID=function(){return this.serializedWindow.getInstanceID()},o.shouldClean=function(){return!!(this.actualWindow&&Z(this.actualWindow))},o.serialize=function(){return this.serializedWindow},t.unwrap=function(n){return t.isProxyWindow(n)?n.unwrap():n},t.serialize=function(n,i){var u=i.send;return bt(),t.toProxyWindow(n,{send:u}).serialize()},t.deserialize=function(n,i){var u=i.send;return bt(),N("idToProxyWindow").get(n.id)||new t({serializedWindow:n,send:u})},t.isProxyWindow=function(n){return!!(n&&!Ve(n)&&n.isProxyWindow)},t.toProxyWindow=function(n,i){var u=i.send;if(bt(),t.isProxyWindow(n))return n;var c=n;return q("winToProxyWindow").get(c)||new t({win:c,send:u})},t}();function _t(t,o,n,i,u){var c=q("methodStore"),f=N("proxyWindowMethods");V.isProxyWindow(i)?f.set(t,{val:o,name:n,domain:u,source:i}):(f.del(t),c.getOrSet(i,function(){return{}})[t]={domain:u,name:n,val:o,source:i})}function Sr(t,o){var n=q("methodStore"),i=N("proxyWindowMethods");return n.getOrSet(t,function(){return{}})[o]||i.get(o)}function Tr(t,o,n,i,u){f=(c={on:u.on,send:u.send}).on,p=c.send,N("builtinListeners").getOrSet("functionCalls",function(){return f("postrobot_method",{domain:"*"},function(w){var g=w.source,v=w.origin,m=w.data,S=m.id,A=m.name,E=Sr(g,S);if(!E)throw new Error("Could not find method '"+A+"' with id: "+m.id+" in "+F(window));var I=E.source,M=E.domain,D=E.val;return x.try(function(){if(!Ae(M,v))throw new Error("Method '"+m.name+"' domain "+JSON.stringify(wt(E.domain)?E.domain.source:E.domain)+" does not match origin "+v+" in "+F(window));if(V.isProxyWindow(I))return I.matchWindow(g,{send:p}).then(function(C){if(!C)throw new Error("Method call '"+m.name+"' failed - proxy window does not match source in "+F(window))})}).then(function(){return D.apply({source:g,origin:v},m.args)},function(C){return x.try(function(){if(D.onError)return D.onError(C)}).then(function(){throw C.stack&&(C.stack="Remote call to "+A+"("+function(L){return L===void 0&&(L=[]),(T=L,[].slice.call(T)).map(function($){return typeof $=="string"?"'"+$+"'":$===void 0?"undefined":$===null?"null":typeof $=="boolean"?$.toString():Array.isArray($)?"[ ... ]":typeof $=="object"?"{ ... }":typeof $=="function"?"() => { ... }":"<"+typeof $+">"}).join(", ");var T}(m.args)+`) failed
|
|
6
6
|
|
|
7
|
-
`+
|
|
7
|
+
`+C.stack),C})}).then(function(C){return{result:C,id:S,name:A}})})});var c,f,p,l=n.__id__||k();t=V.unwrap(t);var d=n.__name__||n.name||i;return typeof d=="string"&&typeof d.indexOf=="function"&&d.indexOf("anonymous::")===0&&(d=d.replace("anonymous::",i+"::")),V.isProxyWindow(t)?(_t(l,n,d,t,o),t.awaitWindow().then(function(w){_t(l,n,d,w,o)})):_t(l,n,d,t,o),pe("cross_domain_function",{id:l,name:d})}function Pr(t,o,n,i){var u,c=i.on,f=i.send;return function(p,l){l===void 0&&(l=ff);var d=JSON.stringify(p,function(w){var g=this[w];if(mt(this))return g;var v=Ar(g);if(!v)return g;var m=l[v]||cf[v];return m?m(g,w):g});return d===void 0?"undefined":d}(n,((u={}).promise=function(p,l){return function(d,w,g,v,m){return pe("cross_domain_zalgo_promise",{then:Tr(d,w,function(S,A){return g.then(S,A)},v,{on:m.on,send:m.send})})}(t,o,p,l,{on:c,send:f})},u.function=function(p,l){return Tr(t,o,p,l,{on:c,send:f})},u.object=function(p){return Ve(p)||V.isProxyWindow(p)?pe("cross_domain_window",V.serialize(p,{send:f})):p},u))}function xr(t,o,n,i){var u,c=i.send;return function(f,p){if(p===void 0&&(p=lf),f!=="undefined")return JSON.parse(f,function(l,d){if(mt(this))return d;var w,g;if(mt(d)?(w=d.__type__,g=d.__val__):(w=Ar(d),g=d),!w)return g;var v=p[w]||df[w];return v?v(g,l):g})}(n,((u={}).cross_domain_zalgo_promise=function(f){return function(p,l,d){return new x(d.then)}(0,0,f)},u.cross_domain_function=function(f){return function(p,l,d,w){var g=d.id,v=d.name,m=w.send,S=function(E){E===void 0&&(E={});function I(){var M=arguments;return V.toProxyWindow(p,{send:m}).awaitWindow().then(function(D){var C=Sr(D,g);if(C&&C.val!==I)return C.val.apply({source:window,origin:F()},M);var L=[].slice.call(M);return E.fireAndForget?m(D,"postrobot_method",{id:g,name:v,args:L},{domain:l,fireAndForget:!0}):m(D,"postrobot_method",{id:g,name:v,args:L},{domain:l,fireAndForget:!1}).then(function(T){return T.data.result})}).catch(function(D){throw D})}return I.__name__=v,I.__origin__=l,I.__source__=p,I.__id__=g,I.origin=l,I},A=S();return A.fireAndForget=S({fireAndForget:!0}),A}(t,o,f,{send:c})},u.cross_domain_window=function(f){return V.deserialize(f,{send:c})},u))}var At={};At.postrobot_post_message=function(t,o,n){n.indexOf("file:")===0&&(n="*"),t.postMessage(o,n)};function Et(t,o,n,i){var u=i.on,c=i.send;return x.try(function(){var f=q().getOrSet(t,function(){return{}});return f.buffer=f.buffer||[],f.buffer.push(n),f.flush=f.flush||x.flush().then(function(){if(Z(t))throw new Error("Window is closed");var p=Pr(t,o,((l={}).__post_robot_10_0_46__=f.buffer||[],l),{on:u,send:c}),l;delete f.buffer;for(var d=Object.keys(At),w=[],g=0;g<d.length;g++){var v=d[g];try{At[v](t,p,o)}catch(m){w.push(m)}}if(w.length===d.length)throw new Error(`All post-robot messaging strategies failed:
|
|
8
8
|
|
|
9
|
-
`+w.map(function(m,S){return S+". "+
|
|
9
|
+
`+w.map(function(m,S){return S+". "+Re(m)}).join(`
|
|
10
10
|
|
|
11
|
-
`))}),f.flush.then(function(){delete f.flush})}).then(
|
|
11
|
+
`))}),f.flush.then(function(){delete f.flush})}).then(he)}function Or(t){return N("responseListeners").get(t)}function Ir(t){N("responseListeners").del(t)}function Cr(t){return N("erroredResponseListeners").has(t)}function jr(t){var o=t.name,n=t.win,i=t.domain,u=q("requestListeners");if(n==="*"&&(n=null),i==="*"&&(i=null),!o)throw new Error("Name required to get request listener");for(var c=0,f=[n,Ke()];c<f.length;c++){var p=f[c];if(p){var l=u.get(p);if(l){var d=l[o];if(d){if(i&&typeof i=="string"){if(d[i])return d[i];if(d.__domain_regex__)for(var w=0,g=d.__domain_regex__;w<g.length;w++){var v=g[w],m=v.listener;if(Ae(v.regex,i))return m}}if(d["*"])return d["*"]}}}}}function hf(t,o,n,i){var u=i.on,c=i.send,f=jr({name:n.name,win:t,domain:o}),p=n.name==="postrobot_method"&&n.data&&typeof n.data.name=="string"?n.data.name+"()":n.name;function l(d,w,g){return x.flush().then(function(){if(!n.fireAndForget&&!Z(t))try{return Et(t,o,{id:k(),origin:F(window),type:"postrobot_message_response",hash:n.hash,name:n.name,ack:d,data:w,error:g},{on:u,send:c})}catch(v){throw new Error("Send response message failed for "+p+" in "+F()+`
|
|
12
12
|
|
|
13
|
-
`+
|
|
13
|
+
`+Re(v))}})}return x.all([x.flush().then(function(){if(!n.fireAndForget&&!Z(t))try{return Et(t,o,{id:k(),origin:F(window),type:"postrobot_message_ack",hash:n.hash,name:n.name},{on:u,send:c})}catch(d){throw new Error("Send ack message failed for "+p+" in "+F()+`
|
|
14
14
|
|
|
15
|
-
`+
|
|
15
|
+
`+Re(d))}}),x.try(function(){if(!f)throw new Error("No handler found for post message: "+n.name+" from "+o+" in "+window.location.protocol+"//"+window.location.host+window.location.pathname);return f.handler({source:t,origin:o,data:n.data})}).then(function(d){return l("success",d)},function(d){return l("error",null,d)})]).then(he).catch(function(d){if(f&&f.handleError)return f.handleError(d);throw d})}function pf(t,o,n){if(!Cr(n.hash)){var i=Or(n.hash);if(!i)throw new Error("No handler found for post message ack for message: "+n.name+" from "+o+" in "+window.location.protocol+"//"+window.location.host+window.location.pathname);try{if(!Ae(i.domain,o))throw new Error("Ack origin "+o+" does not match domain "+i.domain.toString());if(t!==i.win)throw new Error("Ack source does not match registered window")}catch(u){i.promise.reject(u)}i.ack=!0}}function gf(t,o,n){if(!Cr(n.hash)){var i=Or(n.hash);if(!i)throw new Error("No handler found for post message response for message: "+n.name+" from "+o+" in "+window.location.protocol+"//"+window.location.host+window.location.pathname);if(!Ae(i.domain,o))throw new Error("Response origin "+o+" does not match domain "+(u=i.domain,Array.isArray(u)?"("+u.join(" | ")+")":y(u)?"RegExp("+u.toString()+")":u.toString()));var u;if(t!==i.win)throw new Error("Response source does not match registered window");Ir(n.hash),n.ack==="error"?i.promise.reject(n.error):n.ack==="success"&&i.promise.resolve({source:t,origin:o,data:n.data})}}function Wr(t,o){var n=o.on,i=o.send,u=N("receivedMessages");try{if(!window||window.closed||!t.source)return}catch{return}var c=t.source,f=t.origin,p=function(w,g,v,m){var S=m.on,A=m.send,E;try{E=xr(g,v,w,{on:S,send:A})}catch{return}if(E&&typeof E=="object"&&E!==null){var I=E.__post_robot_10_0_46__;if(Array.isArray(I))return I}}(t.data,c,f,{on:n,send:i});if(p){_r(c);for(var l=0;l<p.length;l++){var d=p[l];if(u.has(d.id)||(u.set(d.id,!0),Z(c)&&!d.fireAndForget))return;d.origin.indexOf("file:")===0&&(f="file://");try{d.type==="postrobot_message_request"?hf(c,f,d,{on:n,send:i}):d.type==="postrobot_message_response"?gf(c,f,d):d.type==="postrobot_message_ack"&&pf(c,f,d)}catch(w){setTimeout(function(){throw w},0)}}}}function oe(t,o,n){if(!t)throw new Error("Expected name");if(typeof(o=o||{})=="function"&&(n=o,o={}),!n)throw new Error("Expected handler");var i=function u(c,f){var p=c.name,l=c.win,d=c.domain,w=q("requestListeners");if(!p||typeof p!="string")throw new Error("Name required to add request listener");if(l&&l!=="*"&&V.isProxyWindow(l)){var g=l.awaitWindow().then(function(R){return u({name:p,win:R,domain:d},f)});return{cancel:function(){g.then(function(R){return R.cancel()},he)}}}var v=l;if(Array.isArray(v)){for(var m=[],S=0,A=v;S<A.length;S++)m.push(u({name:p,domain:d,win:A[S]},f));return{cancel:function(){for(var R=0;R<m.length;R++)m[R].cancel()}}}if(Array.isArray(d)){for(var E=[],I=0,M=d;I<M.length;I++)E.push(u({name:p,win:v,domain:M[I]},f));return{cancel:function(){for(var R=0;R<E.length;R++)E[R].cancel()}}}var D=jr({name:p,win:v,domain:d});v&&v!=="*"||(v=Ke());var C=(d=d||"*").toString();if(D)throw v&&d?new Error("Request listener already exists for "+p+" on domain "+d.toString()+" for "+(v===Ke()?"wildcard":"specified")+" window"):v?new Error("Request listener already exists for "+p+" for "+(v===Ke()?"wildcard":"specified")+" window"):d?new Error("Request listener already exists for "+p+" on domain "+d.toString()):new Error("Request listener already exists for "+p);var L=w.getOrSet(v,function(){return{}}),T=Me(L,p,function(){return{}}),$,Y;return wt(d)?($=Me(T,"__domain_regex__",function(){return[]})).push(Y={regex:d,listener:f}):T[C]=f,{cancel:function(){delete T[C],Y&&($.splice($.indexOf(Y,1)),$.length||delete T.__domain_regex__),Object.keys(T).length||delete L[p],v&&!Object.keys(L).length&&w.del(v)}}}({name:t,win:o.window,domain:o.domain||"*"},{handler:n||o.handler,handleError:o.errorHandler||function(u){throw u}});return{cancel:function(){i.cancel()}}}function vf(t,o,n){typeof(o=o||{})=="function"&&(n=o,o={});var i=new x,u;return o.errorHandler=function(c){u.cancel(),i.reject(c)},u=oe(t,o,function(c){if(u.cancel(),i.resolve(c),n)return n(c)}),i.cancel=u.cancel,i}var ie=function t(o,n,i,u){var c=(u=u||{}).domain||"*",f=u.timeout||-1,p=u.timeout||5e3,l=u.fireAndForget||!1;return V.toProxyWindow(o,{send:t}).awaitWindow().then(function(d){return x.try(function(){if(function(w,g,v){if(!w)throw new Error("Expected name");if(v&&typeof v!="string"&&!Array.isArray(v)&&!wt(v))throw new TypeError("Can not send "+w+". Expected domain "+JSON.stringify(v)+" to be a string, array, or regex");if(Z(g))throw new Error("Can not send "+w+". Target window is closed")}(n,d,c),function(w,g){var v=ir(g);if(v)return v===w;if(g===w||function(A){A===void 0&&(A=window);try{if(A.top)return A.top}catch{}if(K(A)===A)return A;try{if(X(window,A)&&window.top)return window.top}catch{}try{if(X(A,window)&&window.top)return window.top}catch{}for(var E=0,I=function D(C){for(var L=[],T=0,$=or(C);T<$.length;T++){var Y=$[T];L.push(Y);for(var R=0,Le=D(Y);R<Le.length;R++)L.push(Le[R])}return L}(A);E<I.length;E++){var M=I[E];try{if(M.top)return M.top}catch{}if(K(M)===M)return M}}(g)===g)return!1;for(var m=0,S=or(w);m<S.length;m++)if(S[m]===g)return!0;return!1}(window,d))return function(w,g,v){g===void 0&&(g=5e3),v===void 0&&(v="Window");var m=function(S){return q("helloPromises").getOrSet(S,function(){return new x})}(w);return g!==-1&&(m=m.timeout(g,new Error(v+" did not load after "+g+"ms"))),m}(d,p)}).then(function(w){return function(g,v,m,S){var A=S.send;return x.try(function(){return typeof v=="string"?v:x.try(function(){return m||yt(g,{send:A}).then(function(E){return E.domain})}).then(function(E){if(!Ae(v,v))throw new Error("Domain "+hr(v)+" does not match "+hr(v));return E})})}(d,c,(w===void 0?{}:w).domain,{send:t})}).then(function(w){var g=w,v=n==="postrobot_method"&&i&&typeof i.name=="string"?i.name+"()":n,m=new x,S=n+"_"+k();if(!l){var A={name:n,win:d,domain:g,promise:m};(function(T,$){N("responseListeners").set(T,$)})(S,A);var E=q("requestPromises").getOrSet(d,function(){return[]});E.push(m),m.catch(function(){(function(T){N("erroredResponseListeners").set(T,!0)})(S),Ir(S)});var I=function(T){return q("knownWindows").get(T,!1)}(d)?1e4:2e3,M=f,D=I,C=M,L=function(T,$){var Y;return function R(){Y=setTimeout(function(){(function(){if(Z(d))return m.reject(new Error("Window closed for "+n+" before "+(A.ack?"response":"ack")));if(A.cancelled)return m.reject(new Error("Response listener was cancelled for "+n));D=Math.max(D-500,0),C!==-1&&(C=Math.max(C-500,0)),A.ack||D!==0?C===0&&m.reject(new Error("No response for postMessage "+v+" in "+F()+" in "+M+"ms")):m.reject(new Error("No ack for postMessage "+v+" in "+F()+" in "+I+"ms"))})(),R()},500)}(),{cancel:function(){clearTimeout(Y)}}}();m.finally(function(){L.cancel(),E.splice(E.indexOf(m,1))}).catch(he)}return Et(d,g,{id:k(),origin:F(window),type:"postrobot_message_request",hash:S,name:n,data:i,fireAndForget:l},{on:oe,send:t}).then(function(){return l?m.resolve():m},function(T){throw new Error("Send request message failed for "+v+" in "+F()+`
|
|
16
16
|
|
|
17
|
-
`+
|
|
17
|
+
`+Re(T))})})})};function wf(t,o,n){return Pr(t,o,n,{on:oe,send:ie})}function yf(t,o,n){return xr(t,o,n,{on:oe,send:ie})}function mf(t){return new V({send:ie,win:t})}function bf(t){return V.toProxyWindow(t,{send:ie})}function Dr(){Ne().initialized||(Ne().initialized=!0,o=(t={on:oe,send:ie}).on,n=t.send,(i=Ne()).receiveMessage=i.receiveMessage||function(u){return Wr(u,{on:o,send:n})},function(u){var c=u.on,f=u.send;N().getOrSet("postMessageListener",function(){return function(p,l,d){return p.addEventListener("message",d),{cancel:function(){p.removeEventListener("message",d)}}}(window,0,function(p){(function(l,d){var w=d.on,g=d.send;x.try(function(){var v=l.source||l.sourceElement,m=l.origin||l.originalEvent&&l.originalEvent.origin,S=l.data;if(m==="null"&&(m="file://"),v){if(!m)throw new Error("Post message did not have origin domain");Wr({source:v,origin:m,data:S},{on:w,send:g})}})})(p,{on:c,send:f})})})}({on:oe,send:ie}),function(u){var c=u.on,f=u.send;N("builtinListeners").getOrSet("helloListener",function(){var p=c("postrobot_hello",{domain:"*"},function(d){return mr(d.source,{domain:d.origin}),{instanceID:yr()}}),l=ir();return l&&yt(l,{send:f}).catch(function(d){}),p})}({on:oe,send:ie}));var t,o,n,i}function _f(){(function(){for(var o=N("responseListeners"),n=0,i=o.keys();n<i.length;n++){var u=i[n],c=o.get(u);c&&(c.cancelled=!0),o.del(u)}})(),(t=N().get("postMessageListener"))&&t.cancel();var t;delete window.__post_robot_10_0_46__}var Af=!0;function Ef(t){for(var o=0,n=q("requestPromises").get(t,[]);o<n.length;o++)n[o].reject(new Error("Window "+(Z(t)?"closed":"cleaned up")+" before response")).catch(he)}Dr()}])})})(nr);var kc=nr.exports;(function(e){e.exports=kc,e.exports.default=e.exports})(tr);var rr=tr.exports;const re=Ee({__proto__:null,default:Xc(rr)},[rr]);_.ADMIN_API_METHOD_TYPES=_e,_.ADMIN_API_TYPES=Nc,_.ADMIN_MESSAGE=Rc,_.ADMIN_MESSAGE_TYPES=Mc,_.PITCHER_EVENT=Bc,_.PitcherBroadcastedEventName=kn,_.PitcherEventName=Xn,_.PitcherExternalEventName=er,_.PitcherMessageType=Kn,_.PitcherResponseStatus=Qn,_.UI_API_METHOD_TYPES=Jn,_.UI_MESSAGE=Cc,_.UI_MESSAGE_TYPES=jc,_.useAdmin=Kc,_.usePitcherApi=Vc,_.useUi=Yc,Object.defineProperty(_,Symbol.toStringTag,{value:"Module"})});
|
|
18
18
|
//# sourceMappingURL=js-api.umd.min.js.map
|