@prefecthq/graphs 2.4.1 → 3.0.1
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/dist/graphs.mjs +13933 -16267
- package/dist/graphs.mjs.map +1 -1
- package/dist/graphs.umd.js +126 -126
- package/dist/graphs.umd.js.map +1 -1
- package/dist/types/src/factories/eventData.d.ts +2 -2
- package/dist/types/src/factories/offsets.d.ts +1 -1
- package/dist/types/src/index.d.ts +2 -1
- package/dist/types/src/models/index.d.ts +1 -0
- package/dist/types/src/models/layout.d.ts +2 -0
- package/dist/types/src/models/utilities.d.ts +1 -0
- package/dist/types/src/objects/cache.d.ts +2 -1
- package/dist/types/src/objects/config.d.ts +3 -2
- package/dist/types/src/objects/events.d.ts +0 -2
- package/dist/types/src/objects/index.d.ts +7 -3
- package/dist/types/src/objects/settings.d.ts +1 -16
- package/dist/types/src/utilities/index.d.ts +2 -0
- package/package.json +14 -23
- package/dist/style.css +0 -1
- package/dist/types/demo/App.vue.d.ts +0 -2
- package/dist/types/demo/components/AppComponentNavigationItems.vue.d.ts +0 -7
- package/dist/types/demo/components/AppNavigationBar.vue.d.ts +0 -31
- package/dist/types/demo/main.d.ts +0 -2
- package/dist/types/demo/router/index.d.ts +0 -3
- package/dist/types/demo/router/menu.d.ts +0 -4
- package/dist/types/demo/router/routeRecords.d.ts +0 -5
- package/dist/types/demo/router/routeRecordsFlat.d.ts +0 -4
- package/dist/types/demo/sections/WelcomePage.vue.d.ts +0 -2
- package/dist/types/demo/sections/components/RunGraphDemo.vue.d.ts +0 -2
- package/dist/types/demo/sections/components/index.d.ts +0 -2
- package/dist/types/demo/sections/index.d.ts +0 -2
- package/dist/types/src/components/RunGraph.vue.d.ts +0 -39
- package/dist/types/src/components/RunGraphSettings.vue.d.ts +0 -2
- package/dist/types/src/components/index.d.ts +0 -1
- package/dist/types/src/objects/scope.d.ts +0 -4
- package/dist/types/src/utilities/effectScopeFactory.d.ts +0 -6
- package/dist/types/src/utilities/keyboard.d.ts +0 -1
- package/dist/types/tailwind.config.d.ts +0 -1
package/dist/graphs.umd.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
(function(Lt,z){typeof exports=="object"&&typeof module<"u"?z(exports,require("vue"),require("@prefecthq/vue-compositions"),require("@prefecthq/prefect-design")):typeof define=="function"&&define.amd?define(["exports","vue","@prefecthq/vue-compositions","@prefecthq/prefect-design"],z):(Lt=typeof globalThis<"u"?globalThis:Lt||self,z(Lt["prefect-graphs"]={},Lt.Vue,Lt.vueCompositions,Lt.prefectDesign))})(this,function(Lt,z,qr,zi){"use strict";var IR=Object.defineProperty;var AR=(Lt,z,qr)=>z in Lt?IR(Lt,z,{enumerable:!0,configurable:!0,writable:!0,value:qr}):Lt[z]=qr;var Nf=(Lt,z,qr)=>AR(Lt,typeof z!="symbol"?z+"":z,qr);const Hf="nodes-container",Lb="node-container",Gb="edge-container";function Ah(i){const t=Object.prototype.toString.call(i);return i instanceof Date||typeof i=="object"&&t==="[object Date]"?new i.constructor(+i):typeof i=="number"||t==="[object Number]"||typeof i=="string"||t==="[object String]"?new Date(i):new Date(NaN)}function kb(i,t){return i instanceof Date?new i.constructor(t):new Date(t)}function Fb(i,t){const e=+Ah(i);return kb(i,e+t)}const ma=1e3;function Db(i,t){return Fb(i,t*1e3)}function Nb(i){return t=>{const e=Math.trunc,r=e(t);return r===0?0:r}}function Kf(i,t){return+Ah(i)-+Ah(t)}function Ob(i,t,e){const r=Kf(i,t)/1e3;return Nb()(r)}var tn=(i=>(i[i.WEBGL_LEGACY=0]="WEBGL_LEGACY",i[i.WEBGL=1]="WEBGL",i[i.WEBGL2=2]="WEBGL2",i))(tn||{}),zf=(i=>(i[i.UNKNOWN=0]="UNKNOWN",i[i.WEBGL=1]="WEBGL",i[i.CANVAS=2]="CANVAS",i))(zf||{}),Mh=(i=>(i[i.COLOR=16384]="COLOR",i[i.DEPTH=256]="DEPTH",i[i.STENCIL=1024]="STENCIL",i))(Mh||{}),dt=(i=>(i[i.NORMAL=0]="NORMAL",i[i.ADD=1]="ADD",i[i.MULTIPLY=2]="MULTIPLY",i[i.SCREEN=3]="SCREEN",i[i.OVERLAY=4]="OVERLAY",i[i.DARKEN=5]="DARKEN",i[i.LIGHTEN=6]="LIGHTEN",i[i.COLOR_DODGE=7]="COLOR_DODGE",i[i.COLOR_BURN=8]="COLOR_BURN",i[i.HARD_LIGHT=9]="HARD_LIGHT",i[i.SOFT_LIGHT=10]="SOFT_LIGHT",i[i.DIFFERENCE=11]="DIFFERENCE",i[i.EXCLUSION=12]="EXCLUSION",i[i.HUE=13]="HUE",i[i.SATURATION=14]="SATURATION",i[i.COLOR=15]="COLOR",i[i.LUMINOSITY=16]="LUMINOSITY",i[i.NORMAL_NPM=17]="NORMAL_NPM",i[i.ADD_NPM=18]="ADD_NPM",i[i.SCREEN_NPM=19]="SCREEN_NPM",i[i.NONE=20]="NONE",i[i.SRC_OVER=0]="SRC_OVER",i[i.SRC_IN=21]="SRC_IN",i[i.SRC_OUT=22]="SRC_OUT",i[i.SRC_ATOP=23]="SRC_ATOP",i[i.DST_OVER=24]="DST_OVER",i[i.DST_IN=25]="DST_IN",i[i.DST_OUT=26]="DST_OUT",i[i.DST_ATOP=27]="DST_ATOP",i[i.ERASE=26]="ERASE",i[i.SUBTRACT=28]="SUBTRACT",i[i.XOR=29]="XOR",i))(dt||{}),_i=(i=>(i[i.POINTS=0]="POINTS",i[i.LINES=1]="LINES",i[i.LINE_LOOP=2]="LINE_LOOP",i[i.LINE_STRIP=3]="LINE_STRIP",i[i.TRIANGLES=4]="TRIANGLES",i[i.TRIANGLE_STRIP=5]="TRIANGLE_STRIP",i[i.TRIANGLE_FAN=6]="TRIANGLE_FAN",i))(_i||{}),V=(i=>(i[i.RGBA=6408]="RGBA",i[i.RGB=6407]="RGB",i[i.RG=33319]="RG",i[i.RED=6403]="RED",i[i.RGBA_INTEGER=36249]="RGBA_INTEGER",i[i.RGB_INTEGER=36248]="RGB_INTEGER",i[i.RG_INTEGER=33320]="RG_INTEGER",i[i.RED_INTEGER=36244]="RED_INTEGER",i[i.ALPHA=6406]="ALPHA",i[i.LUMINANCE=6409]="LUMINANCE",i[i.LUMINANCE_ALPHA=6410]="LUMINANCE_ALPHA",i[i.DEPTH_COMPONENT=6402]="DEPTH_COMPONENT",i[i.DEPTH_STENCIL=34041]="DEPTH_STENCIL",i))(V||{}),jn=(i=>(i[i.TEXTURE_2D=3553]="TEXTURE_2D",i[i.TEXTURE_CUBE_MAP=34067]="TEXTURE_CUBE_MAP",i[i.TEXTURE_2D_ARRAY=35866]="TEXTURE_2D_ARRAY",i[i.TEXTURE_CUBE_MAP_POSITIVE_X=34069]="TEXTURE_CUBE_MAP_POSITIVE_X",i[i.TEXTURE_CUBE_MAP_NEGATIVE_X=34070]="TEXTURE_CUBE_MAP_NEGATIVE_X",i[i.TEXTURE_CUBE_MAP_POSITIVE_Y=34071]="TEXTURE_CUBE_MAP_POSITIVE_Y",i[i.TEXTURE_CUBE_MAP_NEGATIVE_Y=34072]="TEXTURE_CUBE_MAP_NEGATIVE_Y",i[i.TEXTURE_CUBE_MAP_POSITIVE_Z=34073]="TEXTURE_CUBE_MAP_POSITIVE_Z",i[i.TEXTURE_CUBE_MAP_NEGATIVE_Z=34074]="TEXTURE_CUBE_MAP_NEGATIVE_Z",i))(jn||{}),lt=(i=>(i[i.UNSIGNED_BYTE=5121]="UNSIGNED_BYTE",i[i.UNSIGNED_SHORT=5123]="UNSIGNED_SHORT",i[i.UNSIGNED_SHORT_5_6_5=33635]="UNSIGNED_SHORT_5_6_5",i[i.UNSIGNED_SHORT_4_4_4_4=32819]="UNSIGNED_SHORT_4_4_4_4",i[i.UNSIGNED_SHORT_5_5_5_1=32820]="UNSIGNED_SHORT_5_5_5_1",i[i.UNSIGNED_INT=5125]="UNSIGNED_INT",i[i.UNSIGNED_INT_10F_11F_11F_REV=35899]="UNSIGNED_INT_10F_11F_11F_REV",i[i.UNSIGNED_INT_2_10_10_10_REV=33640]="UNSIGNED_INT_2_10_10_10_REV",i[i.UNSIGNED_INT_24_8=34042]="UNSIGNED_INT_24_8",i[i.UNSIGNED_INT_5_9_9_9_REV=35902]="UNSIGNED_INT_5_9_9_9_REV",i[i.BYTE=5120]="BYTE",i[i.SHORT=5122]="SHORT",i[i.INT=5124]="INT",i[i.FLOAT=5126]="FLOAT",i[i.FLOAT_32_UNSIGNED_INT_24_8_REV=36269]="FLOAT_32_UNSIGNED_INT_24_8_REV",i[i.HALF_FLOAT=36193]="HALF_FLOAT",i))(lt||{}),rt=(i=>(i[i.FLOAT=0]="FLOAT",i[i.INT=1]="INT",i[i.UINT=2]="UINT",i))(rt||{}),Yi=(i=>(i[i.NEAREST=0]="NEAREST",i[i.LINEAR=1]="LINEAR",i))(Yi||{}),vi=(i=>(i[i.CLAMP=33071]="CLAMP",i[i.REPEAT=10497]="REPEAT",i[i.MIRRORED_REPEAT=33648]="MIRRORED_REPEAT",i))(vi||{}),wi=(i=>(i[i.OFF=0]="OFF",i[i.POW2=1]="POW2",i[i.ON=2]="ON",i[i.ON_MANUAL=3]="ON_MANUAL",i))(wi||{}),Se=(i=>(i[i.NPM=0]="NPM",i[i.UNPACK=1]="UNPACK",i[i.PMA=2]="PMA",i[i.NO_PREMULTIPLIED_ALPHA=0]="NO_PREMULTIPLIED_ALPHA",i[i.PREMULTIPLY_ON_UPLOAD=1]="PREMULTIPLY_ON_UPLOAD",i[i.PREMULTIPLIED_ALPHA=2]="PREMULTIPLIED_ALPHA",i))(Se||{}),Ti=(i=>(i[i.NO=0]="NO",i[i.YES=1]="YES",i[i.AUTO=2]="AUTO",i[i.BLEND=0]="BLEND",i[i.CLEAR=1]="CLEAR",i[i.BLIT=2]="BLIT",i))(Ti||{}),Rh=(i=>(i[i.AUTO=0]="AUTO",i[i.MANUAL=1]="MANUAL",i))(Rh||{}),Ve=(i=>(i.LOW="lowp",i.MEDIUM="mediump",i.HIGH="highp",i))(Ve||{}),ie=(i=>(i[i.NONE=0]="NONE",i[i.SCISSOR=1]="SCISSOR",i[i.STENCIL=2]="STENCIL",i[i.SPRITE=3]="SPRITE",i[i.COLOR=4]="COLOR",i))(ie||{}),Jt=(i=>(i[i.NONE=0]="NONE",i[i.LOW=2]="LOW",i[i.MEDIUM=4]="MEDIUM",i[i.HIGH=8]="HIGH",i))(Jt||{}),Si=(i=>(i[i.ELEMENT_ARRAY_BUFFER=34963]="ELEMENT_ARRAY_BUFFER",i[i.ARRAY_BUFFER=34962]="ARRAY_BUFFER",i[i.UNIFORM_BUFFER=35345]="UNIFORM_BUFFER",i))(Si||{});const nt={ADAPTER:{createCanvas:(i,t)=>{const e=document.createElement("canvas");return e.width=i,e.height=t,e},getCanvasRenderingContext2D:()=>CanvasRenderingContext2D,getWebGLRenderingContext:()=>WebGLRenderingContext,getNavigator:()=>navigator,getBaseUrl:()=>document.baseURI??window.location.href,getFontFaceSet:()=>document.fonts,fetch:(i,t)=>fetch(i,t),parseXML:i=>new DOMParser().parseFromString(i,"text/xml")},RESOLUTION:1,CREATE_IMAGE_BITMAP:!1,ROUND_PIXELS:!1};var Ph=/iPhone/i,Yf=/iPod/i,jf=/iPad/i,Jf=/\biOS-universal(?:.+)Mac\b/i,Lh=/\bAndroid(?:.+)Mobile\b/i,$f=/Android/i,Jn=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,ga=/Silk/i,ji=/Windows Phone/i,Qf=/\bWindows(?:.+)ARM\b/i,qf=/BlackBerry/i,tp=/BB10/i,ep=/Opera Mini/i,ip=/\b(CriOS|Chrome)(?:.+)Mobile/i,rp=/Mobile(?:.+)Firefox\b/i,np=function(i){return typeof i<"u"&&i.platform==="MacIntel"&&typeof i.maxTouchPoints=="number"&&i.maxTouchPoints>1&&typeof MSStream>"u"};function Bb(i){return function(t){return t.test(i)}}function sp(i){var t={userAgent:"",platform:"",maxTouchPoints:0};!i&&typeof navigator<"u"?t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof i=="string"?t.userAgent=i:i&&i.userAgent&&(t={userAgent:i.userAgent,platform:i.platform,maxTouchPoints:i.maxTouchPoints||0});var e=t.userAgent,r=e.split("[FBAN");typeof r[1]<"u"&&(e=r[0]),r=e.split("Twitter"),typeof r[1]<"u"&&(e=r[0]);var n=Bb(e),s={apple:{phone:n(Ph)&&!n(ji),ipod:n(Yf),tablet:!n(Ph)&&(n(jf)||np(t))&&!n(ji),universal:n(Jf),device:(n(Ph)||n(Yf)||n(jf)||n(Jf)||np(t))&&!n(ji)},amazon:{phone:n(Jn),tablet:!n(Jn)&&n(ga),device:n(Jn)||n(ga)},android:{phone:!n(ji)&&n(Jn)||!n(ji)&&n(Lh),tablet:!n(ji)&&!n(Jn)&&!n(Lh)&&(n(ga)||n($f)),device:!n(ji)&&(n(Jn)||n(ga)||n(Lh)||n($f))||n(/\bokhttp\b/i)},windows:{phone:n(ji),tablet:n(Qf),device:n(ji)||n(Qf)},other:{blackberry:n(qf),blackberry10:n(tp),opera:n(ep),firefox:n(rp),chrome:n(ip),device:n(qf)||n(tp)||n(ep)||n(rp)||n(ip)},any:!1,phone:!1,tablet:!1};return s.any=s.apple.device||s.android.device||s.windows.device||s.other.device,s.phone=s.apple.phone||s.android.phone||s.windows.phone,s.tablet=s.apple.tablet||s.android.tablet||s.windows.tablet,s}const Ub=sp.default??sp,Ji=Ub(globalThis.navigator);nt.RETINA_PREFIX=/@([0-9\.]+)x/,nt.FAIL_IF_MAJOR_PERFORMANCE_CAVEAT=!1;var _e=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function _r(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}function Xb(i){if(i.__esModule)return i;var t=i.default;if(typeof t=="function"){var e=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};e.prototype=t.prototype}else e={};return Object.defineProperty(e,"__esModule",{value:!0}),Object.keys(i).forEach(function(r){var n=Object.getOwnPropertyDescriptor(i,r);Object.defineProperty(e,r,n.get?n:{enumerable:!0,get:function(){return i[r]}})}),e}var op={exports:{}};(function(i){var t=Object.prototype.hasOwnProperty,e="~";function r(){}Object.create&&(r.prototype=Object.create(null),new r().__proto__||(e=!1));function n(l,h,c){this.fn=l,this.context=h,this.once=c||!1}function s(l,h,c,u,d){if(typeof c!="function")throw new TypeError("The listener must be a function");var f=new n(c,u||l,d),p=e?e+h:h;return l._events[p]?l._events[p].fn?l._events[p]=[l._events[p],f]:l._events[p].push(f):(l._events[p]=f,l._eventsCount++),l}function o(l,h){--l._eventsCount===0?l._events=new r:delete l._events[h]}function a(){this._events=new r,this._eventsCount=0}a.prototype.eventNames=function(){var h=[],c,u;if(this._eventsCount===0)return h;for(u in c=this._events)t.call(c,u)&&h.push(e?u.slice(1):u);return Object.getOwnPropertySymbols?h.concat(Object.getOwnPropertySymbols(c)):h},a.prototype.listeners=function(h){var c=e?e+h:h,u=this._events[c];if(!u)return[];if(u.fn)return[u.fn];for(var d=0,f=u.length,p=new Array(f);d<f;d++)p[d]=u[d].fn;return p},a.prototype.listenerCount=function(h){var c=e?e+h:h,u=this._events[c];return u?u.fn?1:u.length:0},a.prototype.emit=function(h,c,u,d,f,p){var m=e?e+h:h;if(!this._events[m])return!1;var g=this._events[m],b=arguments.length,_,x;if(g.fn){switch(g.once&&this.removeListener(h,g.fn,void 0,!0),b){case 1:return g.fn.call(g.context),!0;case 2:return g.fn.call(g.context,c),!0;case 3:return g.fn.call(g.context,c,u),!0;case 4:return g.fn.call(g.context,c,u,d),!0;case 5:return g.fn.call(g.context,c,u,d,f),!0;case 6:return g.fn.call(g.context,c,u,d,f,p),!0}for(x=1,_=new Array(b-1);x<b;x++)_[x-1]=arguments[x];g.fn.apply(g.context,_)}else{var v=g.length,T;for(x=0;x<v;x++)switch(g[x].once&&this.removeListener(h,g[x].fn,void 0,!0),b){case 1:g[x].fn.call(g[x].context);break;case 2:g[x].fn.call(g[x].context,c);break;case 3:g[x].fn.call(g[x].context,c,u);break;case 4:g[x].fn.call(g[x].context,c,u,d);break;default:if(!_)for(T=1,_=new Array(b-1);T<b;T++)_[T-1]=arguments[T];g[x].fn.apply(g[x].context,_)}}return!0},a.prototype.on=function(h,c,u){return s(this,h,c,u,!1)},a.prototype.once=function(h,c,u){return s(this,h,c,u,!0)},a.prototype.removeListener=function(h,c,u,d){var f=e?e+h:h;if(!this._events[f])return this;if(!c)return o(this,f),this;var p=this._events[f];if(p.fn)p.fn===c&&(!d||p.once)&&(!u||p.context===u)&&o(this,f);else{for(var m=0,g=[],b=p.length;m<b;m++)(p[m].fn!==c||d&&!p[m].once||u&&p[m].context!==u)&&g.push(p[m]);g.length?this._events[f]=g.length===1?g[0]:g:o(this,f)}return this},a.prototype.removeAllListeners=function(h){var c;return h?(c=e?e+h:h,this._events[c]&&o(this,c)):(this._events=new r,this._eventsCount=0),this},a.prototype.off=a.prototype.removeListener,a.prototype.addListener=a.prototype.on,a.prefixed=e,a.EventEmitter=a,i.exports=a})(op);var Wb=op.exports;const $s=_r(Wb);var Gh={exports:{}};Gh.exports=ya,Gh.exports.default=ya;function ya(i,t,e){e=e||2;var r=t&&t.length,n=r?t[0]*e:i.length,s=ap(i,0,n,e,!0),o=[];if(!s||s.next===s.prev)return o;var a,l,h,c,u,d,f;if(r&&(s=zb(i,t,s,e)),i.length>80*e){a=h=i[0],l=c=i[1];for(var p=e;p<n;p+=e)u=i[p],d=i[p+1],u<a&&(a=u),d<l&&(l=d),u>h&&(h=u),d>c&&(c=d);f=Math.max(h-a,c-l),f=f!==0?32767/f:0}return Qs(s,o,e,a,l,f,0),o}function ap(i,t,e,r,n){var s,o;if(n===Dh(i,t,e,r)>0)for(s=t;s<e;s+=r)o=cp(s,i[s],i[s+1],o);else for(s=e-r;s>=t;s-=r)o=cp(s,i[s],i[s+1],o);return o&&ba(o,o.next)&&(to(o),o=o.next),o}function en(i,t){if(!i)return i;t||(t=i);var e=i,r;do if(r=!1,!e.steiner&&(ba(e,e.next)||Ut(e.prev,e,e.next)===0)){if(to(e),e=t=e.prev,e===e.next)break;r=!0}else e=e.next;while(r||e!==t);return t}function Qs(i,t,e,r,n,s,o){if(i){!o&&s&&Qb(i,r,n,s);for(var a=i,l,h;i.prev!==i.next;){if(l=i.prev,h=i.next,s?Vb(i,r,n,s):Zb(i)){t.push(l.i/e|0),t.push(i.i/e|0),t.push(h.i/e|0),to(i),i=h.next,a=h.next;continue}if(i=h,i===a){o?o===1?(i=Hb(en(i),t,e),Qs(i,t,e,r,n,s,2)):o===2&&Kb(i,t,e,r,n,s):Qs(en(i),t,e,r,n,s,1);break}}}}function Zb(i){var t=i.prev,e=i,r=i.next;if(Ut(t,e,r)>=0)return!1;for(var n=t.x,s=e.x,o=r.x,a=t.y,l=e.y,h=r.y,c=n<s?n<o?n:o:s<o?s:o,u=a<l?a<h?a:h:l<h?l:h,d=n>s?n>o?n:o:s>o?s:o,f=a>l?a>h?a:h:l>h?l:h,p=r.next;p!==t;){if(p.x>=c&&p.x<=d&&p.y>=u&&p.y<=f&&$n(n,a,s,l,o,h,p.x,p.y)&&Ut(p.prev,p,p.next)>=0)return!1;p=p.next}return!0}function Vb(i,t,e,r){var n=i.prev,s=i,o=i.next;if(Ut(n,s,o)>=0)return!1;for(var a=n.x,l=s.x,h=o.x,c=n.y,u=s.y,d=o.y,f=a<l?a<h?a:h:l<h?l:h,p=c<u?c<d?c:d:u<d?u:d,m=a>l?a>h?a:h:l>h?l:h,g=c>u?c>d?c:d:u>d?u:d,b=kh(f,p,t,e,r),_=kh(m,g,t,e,r),x=i.prevZ,v=i.nextZ;x&&x.z>=b&&v&&v.z<=_;){if(x.x>=f&&x.x<=m&&x.y>=p&&x.y<=g&&x!==n&&x!==o&&$n(a,c,l,u,h,d,x.x,x.y)&&Ut(x.prev,x,x.next)>=0||(x=x.prevZ,v.x>=f&&v.x<=m&&v.y>=p&&v.y<=g&&v!==n&&v!==o&&$n(a,c,l,u,h,d,v.x,v.y)&&Ut(v.prev,v,v.next)>=0))return!1;v=v.nextZ}for(;x&&x.z>=b;){if(x.x>=f&&x.x<=m&&x.y>=p&&x.y<=g&&x!==n&&x!==o&&$n(a,c,l,u,h,d,x.x,x.y)&&Ut(x.prev,x,x.next)>=0)return!1;x=x.prevZ}for(;v&&v.z<=_;){if(v.x>=f&&v.x<=m&&v.y>=p&&v.y<=g&&v!==n&&v!==o&&$n(a,c,l,u,h,d,v.x,v.y)&&Ut(v.prev,v,v.next)>=0)return!1;v=v.nextZ}return!0}function Hb(i,t,e){var r=i;do{var n=r.prev,s=r.next.next;!ba(n,s)&&lp(n,r,r.next,s)&&qs(n,s)&&qs(s,n)&&(t.push(n.i/e|0),t.push(r.i/e|0),t.push(s.i/e|0),to(r),to(r.next),r=i=s),r=r.next}while(r!==i);return en(r)}function Kb(i,t,e,r,n,s){var o=i;do{for(var a=o.next.next;a!==o.prev;){if(o.i!==a.i&&ex(o,a)){var l=hp(o,a);o=en(o,o.next),l=en(l,l.next),Qs(o,t,e,r,n,s,0),Qs(l,t,e,r,n,s,0);return}a=a.next}o=o.next}while(o!==i)}function zb(i,t,e,r){var n=[],s,o,a,l,h;for(s=0,o=t.length;s<o;s++)a=t[s]*r,l=s<o-1?t[s+1]*r:i.length,h=ap(i,a,l,r,!1),h===h.next&&(h.steiner=!0),n.push(tx(h));for(n.sort(Yb),s=0;s<n.length;s++)e=jb(n[s],e);return e}function Yb(i,t){return i.x-t.x}function jb(i,t){var e=Jb(i,t);if(!e)return t;var r=hp(e,i);return en(r,r.next),en(e,e.next)}function Jb(i,t){var e=t,r=i.x,n=i.y,s=-1/0,o;do{if(n<=e.y&&n>=e.next.y&&e.next.y!==e.y){var a=e.x+(n-e.y)*(e.next.x-e.x)/(e.next.y-e.y);if(a<=r&&a>s&&(s=a,o=e.x<e.next.x?e:e.next,a===r))return o}e=e.next}while(e!==t);if(!o)return null;var l=o,h=o.x,c=o.y,u=1/0,d;e=o;do r>=e.x&&e.x>=h&&r!==e.x&&$n(n<c?r:s,n,h,c,n<c?s:r,n,e.x,e.y)&&(d=Math.abs(n-e.y)/(r-e.x),qs(e,i)&&(d<u||d===u&&(e.x>o.x||e.x===o.x&&$b(o,e)))&&(o=e,u=d)),e=e.next;while(e!==l);return o}function $b(i,t){return Ut(i.prev,i,t.prev)<0&&Ut(t.next,i,i.next)<0}function Qb(i,t,e,r){var n=i;do n.z===0&&(n.z=kh(n.x,n.y,t,e,r)),n.prevZ=n.prev,n.nextZ=n.next,n=n.next;while(n!==i);n.prevZ.nextZ=null,n.prevZ=null,qb(n)}function qb(i){var t,e,r,n,s,o,a,l,h=1;do{for(e=i,i=null,s=null,o=0;e;){for(o++,r=e,a=0,t=0;t<h&&(a++,r=r.nextZ,!!r);t++);for(l=h;a>0||l>0&&r;)a!==0&&(l===0||!r||e.z<=r.z)?(n=e,e=e.nextZ,a--):(n=r,r=r.nextZ,l--),s?s.nextZ=n:i=n,n.prevZ=s,s=n;e=r}s.nextZ=null,h*=2}while(o>1);return i}function kh(i,t,e,r,n){return i=(i-e)*n|0,t=(t-r)*n|0,i=(i|i<<8)&16711935,i=(i|i<<4)&252645135,i=(i|i<<2)&858993459,i=(i|i<<1)&1431655765,t=(t|t<<8)&16711935,t=(t|t<<4)&252645135,t=(t|t<<2)&858993459,t=(t|t<<1)&1431655765,i|t<<1}function tx(i){var t=i,e=i;do(t.x<e.x||t.x===e.x&&t.y<e.y)&&(e=t),t=t.next;while(t!==i);return e}function $n(i,t,e,r,n,s,o,a){return(n-o)*(t-a)>=(i-o)*(s-a)&&(i-o)*(r-a)>=(e-o)*(t-a)&&(e-o)*(s-a)>=(n-o)*(r-a)}function ex(i,t){return i.next.i!==t.i&&i.prev.i!==t.i&&!ix(i,t)&&(qs(i,t)&&qs(t,i)&&rx(i,t)&&(Ut(i.prev,i,t.prev)||Ut(i,t.prev,t))||ba(i,t)&&Ut(i.prev,i,i.next)>0&&Ut(t.prev,t,t.next)>0)}function Ut(i,t,e){return(t.y-i.y)*(e.x-t.x)-(t.x-i.x)*(e.y-t.y)}function ba(i,t){return i.x===t.x&&i.y===t.y}function lp(i,t,e,r){var n=_a(Ut(i,t,e)),s=_a(Ut(i,t,r)),o=_a(Ut(e,r,i)),a=_a(Ut(e,r,t));return!!(n!==s&&o!==a||n===0&&xa(i,e,t)||s===0&&xa(i,r,t)||o===0&&xa(e,i,r)||a===0&&xa(e,t,r))}function xa(i,t,e){return t.x<=Math.max(i.x,e.x)&&t.x>=Math.min(i.x,e.x)&&t.y<=Math.max(i.y,e.y)&&t.y>=Math.min(i.y,e.y)}function _a(i){return i>0?1:i<0?-1:0}function ix(i,t){var e=i;do{if(e.i!==i.i&&e.next.i!==i.i&&e.i!==t.i&&e.next.i!==t.i&&lp(e,e.next,i,t))return!0;e=e.next}while(e!==i);return!1}function qs(i,t){return Ut(i.prev,i,i.next)<0?Ut(i,t,i.next)>=0&&Ut(i,i.prev,t)>=0:Ut(i,t,i.prev)<0||Ut(i,i.next,t)<0}function rx(i,t){var e=i,r=!1,n=(i.x+t.x)/2,s=(i.y+t.y)/2;do e.y>s!=e.next.y>s&&e.next.y!==e.y&&n<(e.next.x-e.x)*(s-e.y)/(e.next.y-e.y)+e.x&&(r=!r),e=e.next;while(e!==i);return r}function hp(i,t){var e=new Fh(i.i,i.x,i.y),r=new Fh(t.i,t.x,t.y),n=i.next,s=t.prev;return i.next=t,t.prev=i,e.next=n,n.prev=e,r.next=e,e.prev=r,s.next=r,r.prev=s,r}function cp(i,t,e,r){var n=new Fh(i,t,e);return r?(n.next=r.next,n.prev=r,r.next.prev=n,r.next=n):(n.prev=n,n.next=n),n}function to(i){i.next.prev=i.prev,i.prev.next=i.next,i.prevZ&&(i.prevZ.nextZ=i.nextZ),i.nextZ&&(i.nextZ.prevZ=i.prevZ)}function Fh(i,t,e){this.i=i,this.x=t,this.y=e,this.prev=null,this.next=null,this.z=0,this.prevZ=null,this.nextZ=null,this.steiner=!1}ya.deviation=function(i,t,e,r){var n=t&&t.length,s=n?t[0]*e:i.length,o=Math.abs(Dh(i,0,s,e));if(n)for(var a=0,l=t.length;a<l;a++){var h=t[a]*e,c=a<l-1?t[a+1]*e:i.length;o-=Math.abs(Dh(i,h,c,e))}var u=0;for(a=0;a<r.length;a+=3){var d=r[a]*e,f=r[a+1]*e,p=r[a+2]*e;u+=Math.abs((i[d]-i[p])*(i[f+1]-i[d+1])-(i[d]-i[f])*(i[p+1]-i[d+1]))}return o===0&&u===0?0:Math.abs((u-o)/o)};function Dh(i,t,e,r){for(var n=0,s=t,o=e-r;s<e;s+=r)n+=(i[o]-i[s])*(i[s+1]+i[o+1]),o=s;return n}ya.flatten=function(i){for(var t=i[0][0].length,e={vertices:[],holes:[],dimensions:t},r=0,n=0;n<i.length;n++){for(var s=0;s<i[n].length;s++)for(var o=0;o<t;o++)e.vertices.push(i[n][s][o]);n>0&&(r+=i[n-1].length,e.holes.push(r))}return e};var nx=Gh.exports;const sx=_r(nx);var va={exports:{}};/*! https://mths.be/punycode v1.4.1 by @mathias */va.exports,function(i,t){(function(e){var r=t&&!t.nodeType&&t,n=i&&!i.nodeType&&i,s=typeof _e=="object"&&_e;(s.global===s||s.window===s||s.self===s)&&(e=s);var o,a=2147483647,l=36,h=1,c=26,u=38,d=700,f=72,p=128,m="-",g=/^xn--/,b=/[^\x20-\x7E]/,_=/[\x2E\u3002\uFF0E\uFF61]/g,x={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},v=l-h,T=Math.floor,C=String.fromCharCode,E;function I(W){throw new RangeError(x[W])}function R(W,L){for(var O=W.length,U=[];O--;)U[O]=L(W[O]);return U}function F(W,L){var O=W.split("@"),U="";O.length>1&&(U=O[0]+"@",W=O[1]),W=W.replace(_,".");var it=W.split("."),q=R(it,L).join(".");return U+q}function k(W){for(var L=[],O=0,U=W.length,it,q;O<U;)it=W.charCodeAt(O++),it>=55296&&it<=56319&&O<U?(q=W.charCodeAt(O++),(q&64512)==56320?L.push(((it&1023)<<10)+(q&1023)+65536):(L.push(it),O--)):L.push(it);return L}function P(W){return R(W,function(L){var O="";return L>65535&&(L-=65536,O+=C(L>>>10&1023|55296),L=56320|L&1023),O+=C(L),O}).join("")}function A(W){return W-48<10?W-22:W-65<26?W-65:W-97<26?W-97:l}function G(W,L){return W+22+75*(W<26)-((L!=0)<<5)}function N(W,L,O){var U=0;for(W=O?T(W/d):W>>1,W+=T(W/L);W>v*c>>1;U+=l)W=T(W/v);return T(U+(v+1)*W/(W+u))}function X(W){var L=[],O=W.length,U,it=0,q=p,xt=f,Et,tt,Z,Y,j,D,ut,gt,Mt;for(Et=W.lastIndexOf(m),Et<0&&(Et=0),tt=0;tt<Et;++tt)W.charCodeAt(tt)>=128&&I("not-basic"),L.push(W.charCodeAt(tt));for(Z=Et>0?Et+1:0;Z<O;){for(Y=it,j=1,D=l;Z>=O&&I("invalid-input"),ut=A(W.charCodeAt(Z++)),(ut>=l||ut>T((a-it)/j))&&I("overflow"),it+=ut*j,gt=D<=xt?h:D>=xt+c?c:D-xt,!(ut<gt);D+=l)Mt=l-gt,j>T(a/Mt)&&I("overflow"),j*=Mt;U=L.length+1,xt=N(it-Y,U,Y==0),T(it/U)>a-q&&I("overflow"),q+=T(it/U),it%=U,L.splice(it++,0,q)}return P(L)}function B(W){var L,O,U,it,q,xt,Et,tt,Z,Y,j,D=[],ut,gt,Mt,Dt;for(W=k(W),ut=W.length,L=p,O=0,q=f,xt=0;xt<ut;++xt)j=W[xt],j<128&&D.push(C(j));for(U=it=D.length,it&&D.push(m);U<ut;){for(Et=a,xt=0;xt<ut;++xt)j=W[xt],j>=L&&j<Et&&(Et=j);for(gt=U+1,Et-L>T((a-O)/gt)&&I("overflow"),O+=(Et-L)*gt,L=Et,xt=0;xt<ut;++xt)if(j=W[xt],j<L&&++O>a&&I("overflow"),j==L){for(tt=O,Z=l;Y=Z<=q?h:Z>=q+c?c:Z-q,!(tt<Y);Z+=l)Dt=tt-Y,Mt=l-Y,D.push(C(G(Y+Dt%Mt,0))),tt=T(Dt/Mt);D.push(C(G(tt,0))),q=N(O,gt,U==it),O=0,++U}++O,++L}return D.join("")}function H(W){return F(W,function(L){return g.test(L)?X(L.slice(4).toLowerCase()):L})}function ht(W){return F(W,function(L){return b.test(L)?"xn--"+B(L):L})}if(o={version:"1.4.1",ucs2:{decode:k,encode:P},decode:X,encode:B,toASCII:ht,toUnicode:H},r&&n)if(i.exports==r)n.exports=o;else for(E in o)o.hasOwnProperty(E)&&(r[E]=o[E]);else e.punycode=o})(_e)}(va,va.exports);var ox=va.exports,ax=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},e=Symbol("test"),r=Object(e);if(typeof e=="string"||Object.prototype.toString.call(e)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var n=42;t[e]=n;for(e in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var s=Object.getOwnPropertySymbols(t);if(s.length!==1||s[0]!==e||!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var o=Object.getOwnPropertyDescriptor(t,e);if(o.value!==n||o.enumerable!==!0)return!1}return!0},up=typeof Symbol<"u"&&Symbol,lx=ax,hx=function(){return typeof up!="function"||typeof Symbol!="function"||typeof up("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:lx()},dp={foo:{}},cx=Object,ux=function(){return{__proto__:dp}.foo===dp.foo&&!({__proto__:null}instanceof cx)},dx="Function.prototype.bind called on incompatible ",Nh=Array.prototype.slice,fx=Object.prototype.toString,px="[object Function]",mx=function(t){var e=this;if(typeof e!="function"||fx.call(e)!==px)throw new TypeError(dx+e);for(var r=Nh.call(arguments,1),n,s=function(){if(this instanceof n){var c=e.apply(this,r.concat(Nh.call(arguments)));return Object(c)===c?c:this}else return e.apply(t,r.concat(Nh.call(arguments)))},o=Math.max(0,e.length-r.length),a=[],l=0;l<o;l++)a.push("$"+l);if(n=Function("binder","return function ("+a.join(",")+"){ return binder.apply(this,arguments); }")(s),e.prototype){var h=function(){};h.prototype=e.prototype,n.prototype=new h,h.prototype=null}return n},gx=mx,Oh=Function.prototype.bind||gx,yx=Oh,bx=yx.call(Function.call,Object.prototype.hasOwnProperty),Tt,Qn=SyntaxError,fp=Function,qn=TypeError,Bh=function(i){try{return fp('"use strict"; return ('+i+").constructor;")()}catch{}},rn=Object.getOwnPropertyDescriptor;if(rn)try{rn({},"")}catch{rn=null}var Uh=function(){throw new qn},xx=rn?function(){try{return arguments.callee,Uh}catch{try{return rn(arguments,"callee").get}catch{return Uh}}}():Uh,ts=hx(),_x=ux(),oe=Object.getPrototypeOf||(_x?function(i){return i.__proto__}:null),es={},vx=typeof Uint8Array>"u"||!oe?Tt:oe(Uint8Array),nn={"%AggregateError%":typeof AggregateError>"u"?Tt:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?Tt:ArrayBuffer,"%ArrayIteratorPrototype%":ts&&oe?oe([][Symbol.iterator]()):Tt,"%AsyncFromSyncIteratorPrototype%":Tt,"%AsyncFunction%":es,"%AsyncGenerator%":es,"%AsyncGeneratorFunction%":es,"%AsyncIteratorPrototype%":es,"%Atomics%":typeof Atomics>"u"?Tt:Atomics,"%BigInt%":typeof BigInt>"u"?Tt:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?Tt:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?Tt:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?Tt:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?Tt:Float32Array,"%Float64Array%":typeof Float64Array>"u"?Tt:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?Tt:FinalizationRegistry,"%Function%":fp,"%GeneratorFunction%":es,"%Int8Array%":typeof Int8Array>"u"?Tt:Int8Array,"%Int16Array%":typeof Int16Array>"u"?Tt:Int16Array,"%Int32Array%":typeof Int32Array>"u"?Tt:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":ts&&oe?oe(oe([][Symbol.iterator]())):Tt,"%JSON%":typeof JSON=="object"?JSON:Tt,"%Map%":typeof Map>"u"?Tt:Map,"%MapIteratorPrototype%":typeof Map>"u"||!ts||!oe?Tt:oe(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?Tt:Promise,"%Proxy%":typeof Proxy>"u"?Tt:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?Tt:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?Tt:Set,"%SetIteratorPrototype%":typeof Set>"u"||!ts||!oe?Tt:oe(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?Tt:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":ts&&oe?oe(""[Symbol.iterator]()):Tt,"%Symbol%":ts?Symbol:Tt,"%SyntaxError%":Qn,"%ThrowTypeError%":xx,"%TypedArray%":vx,"%TypeError%":qn,"%Uint8Array%":typeof Uint8Array>"u"?Tt:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?Tt:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?Tt:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?Tt:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?Tt:WeakMap,"%WeakRef%":typeof WeakRef>"u"?Tt:WeakRef,"%WeakSet%":typeof WeakSet>"u"?Tt:WeakSet};if(oe)try{null.error}catch(i){var wx=oe(oe(i));nn["%Error.prototype%"]=wx}var Tx=function i(t){var e;if(t==="%AsyncFunction%")e=Bh("async function () {}");else if(t==="%GeneratorFunction%")e=Bh("function* () {}");else if(t==="%AsyncGeneratorFunction%")e=Bh("async function* () {}");else if(t==="%AsyncGenerator%"){var r=i("%AsyncGeneratorFunction%");r&&(e=r.prototype)}else if(t==="%AsyncIteratorPrototype%"){var n=i("%AsyncGenerator%");n&&oe&&(e=oe(n.prototype))}return nn[t]=e,e},pp={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},eo=Oh,wa=bx,Sx=eo.call(Function.call,Array.prototype.concat),Cx=eo.call(Function.apply,Array.prototype.splice),mp=eo.call(Function.call,String.prototype.replace),Ta=eo.call(Function.call,String.prototype.slice),Ex=eo.call(Function.call,RegExp.prototype.exec),Ix=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Ax=/\\(\\)?/g,Mx=function(t){var e=Ta(t,0,1),r=Ta(t,-1);if(e==="%"&&r!=="%")throw new Qn("invalid intrinsic syntax, expected closing `%`");if(r==="%"&&e!=="%")throw new Qn("invalid intrinsic syntax, expected opening `%`");var n=[];return mp(t,Ix,function(s,o,a,l){n[n.length]=a?mp(l,Ax,"$1"):o||s}),n},Rx=function(t,e){var r=t,n;if(wa(pp,r)&&(n=pp[r],r="%"+n[0]+"%"),wa(nn,r)){var s=nn[r];if(s===es&&(s=Tx(r)),typeof s>"u"&&!e)throw new qn("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:s}}throw new Qn("intrinsic "+t+" does not exist!")},Xh=function(t,e){if(typeof t!="string"||t.length===0)throw new qn("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof e!="boolean")throw new qn('"allowMissing" argument must be a boolean');if(Ex(/^%?[^%]*%?$/,t)===null)throw new Qn("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=Mx(t),n=r.length>0?r[0]:"",s=Rx("%"+n+"%",e),o=s.name,a=s.value,l=!1,h=s.alias;h&&(n=h[0],Cx(r,Sx([0,1],h)));for(var c=1,u=!0;c<r.length;c+=1){var d=r[c],f=Ta(d,0,1),p=Ta(d,-1);if((f==='"'||f==="'"||f==="`"||p==='"'||p==="'"||p==="`")&&f!==p)throw new Qn("property names with quotes must have matching quotes");if((d==="constructor"||!u)&&(l=!0),n+="."+d,o="%"+n+"%",wa(nn,o))a=nn[o];else if(a!=null){if(!(d in a)){if(!e)throw new qn("base intrinsic for "+t+" exists, but the property is not available.");return}if(rn&&c+1>=r.length){var m=rn(a,d);u=!!m,u&&"get"in m&&!("originalValue"in m.get)?a=m.get:a=a[d]}else u=wa(a,d),a=a[d];u&&!l&&(nn[o]=a)}}return a},gp={exports:{}};(function(i){var t=Oh,e=Xh,r=e("%Function.prototype.apply%"),n=e("%Function.prototype.call%"),s=e("%Reflect.apply%",!0)||t.call(n,r),o=e("%Object.getOwnPropertyDescriptor%",!0),a=e("%Object.defineProperty%",!0),l=e("%Math.max%");if(a)try{a({},"a",{value:1})}catch{a=null}i.exports=function(u){var d=s(t,n,arguments);if(o&&a){var f=o(d,"length");f.configurable&&a(d,"length",{value:1+l(0,u.length-(arguments.length-1))})}return d};var h=function(){return s(t,r,arguments)};a?a(i.exports,"apply",{value:h}):i.exports.apply=h})(gp);var Px=gp.exports,yp=Xh,bp=Px,Lx=bp(yp("String.prototype.indexOf")),Gx=function(t,e){var r=yp(t,!!e);return typeof r=="function"&&Lx(t,".prototype.")>-1?bp(r):r};const kx=Xb(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var Wh=typeof Map=="function"&&Map.prototype,Zh=Object.getOwnPropertyDescriptor&&Wh?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Sa=Wh&&Zh&&typeof Zh.get=="function"?Zh.get:null,xp=Wh&&Map.prototype.forEach,Vh=typeof Set=="function"&&Set.prototype,Hh=Object.getOwnPropertyDescriptor&&Vh?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Ca=Vh&&Hh&&typeof Hh.get=="function"?Hh.get:null,_p=Vh&&Set.prototype.forEach,Fx=typeof WeakMap=="function"&&WeakMap.prototype,io=Fx?WeakMap.prototype.has:null,Dx=typeof WeakSet=="function"&&WeakSet.prototype,ro=Dx?WeakSet.prototype.has:null,Nx=typeof WeakRef=="function"&&WeakRef.prototype,vp=Nx?WeakRef.prototype.deref:null,Ox=Boolean.prototype.valueOf,Bx=Object.prototype.toString,Ux=Function.prototype.toString,Xx=String.prototype.match,Kh=String.prototype.slice,vr=String.prototype.replace,Wx=String.prototype.toUpperCase,wp=String.prototype.toLowerCase,Tp=RegExp.prototype.test,Sp=Array.prototype.concat,Ci=Array.prototype.join,Zx=Array.prototype.slice,Cp=Math.floor,zh=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Yh=Object.getOwnPropertySymbols,jh=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,is=typeof Symbol=="function"&&typeof Symbol.iterator=="object",fe=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===is||!0)?Symbol.toStringTag:null,Ep=Object.prototype.propertyIsEnumerable,Ip=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(i){return i.__proto__}:null);function Ap(i,t){if(i===1/0||i===-1/0||i!==i||i&&i>-1e3&&i<1e3||Tp.call(/e/,t))return t;var e=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof i=="number"){var r=i<0?-Cp(-i):Cp(i);if(r!==i){var n=String(r),s=Kh.call(t,n.length+1);return vr.call(n,e,"$&_")+"."+vr.call(vr.call(s,/([0-9]{3})/g,"$&_"),/_$/,"")}}return vr.call(t,e,"$&_")}var Jh=kx,Mp=Jh.custom,Rp=Gp(Mp)?Mp:null,Vx=function i(t,e,r,n){var s=e||{};if(wr(s,"quoteStyle")&&s.quoteStyle!=="single"&&s.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(wr(s,"maxStringLength")&&(typeof s.maxStringLength=="number"?s.maxStringLength<0&&s.maxStringLength!==1/0:s.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var o=wr(s,"customInspect")?s.customInspect:!0;if(typeof o!="boolean"&&o!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(wr(s,"indent")&&s.indent!==null&&s.indent!==" "&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(wr(s,"numericSeparator")&&typeof s.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var a=s.numericSeparator;if(typeof t>"u")return"undefined";if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="string")return Fp(t,s);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var l=String(t);return a?Ap(t,l):l}if(typeof t=="bigint"){var h=String(t)+"n";return a?Ap(t,h):h}var c=typeof s.depth>"u"?5:s.depth;if(typeof r>"u"&&(r=0),r>=c&&c>0&&typeof t=="object")return $h(t)?"[Array]":"[Object]";var u=l_(s,r);if(typeof n>"u")n=[];else if(kp(n,t)>=0)return"[Circular]";function d(A,G,N){if(G&&(n=Zx.call(n),n.push(G)),N){var X={depth:s.depth};return wr(s,"quoteStyle")&&(X.quoteStyle=s.quoteStyle),i(A,X,r+1,n)}return i(A,s,r+1,n)}if(typeof t=="function"&&!Lp(t)){var f=qx(t),p=Ea(t,d);return"[Function"+(f?": "+f:" (anonymous)")+"]"+(p.length>0?" { "+Ci.call(p,", ")+" }":"")}if(Gp(t)){var m=is?vr.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):jh.call(t);return typeof t=="object"&&!is?no(m):m}if(s_(t)){for(var g="<"+wp.call(String(t.nodeName)),b=t.attributes||[],_=0;_<b.length;_++)g+=" "+b[_].name+"="+Pp(Hx(b[_].value),"double",s);return g+=">",t.childNodes&&t.childNodes.length&&(g+="..."),g+="</"+wp.call(String(t.nodeName))+">",g}if($h(t)){if(t.length===0)return"[]";var x=Ea(t,d);return u&&!a_(x)?"["+qh(x,u)+"]":"[ "+Ci.call(x,", ")+" ]"}if(zx(t)){var v=Ea(t,d);return!("cause"in Error.prototype)&&"cause"in t&&!Ep.call(t,"cause")?"{ ["+String(t)+"] "+Ci.call(Sp.call("[cause]: "+d(t.cause),v),", ")+" }":v.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+Ci.call(v,", ")+" }"}if(typeof t=="object"&&o){if(Rp&&typeof t[Rp]=="function"&&Jh)return Jh(t,{depth:c-r});if(o!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(t_(t)){var T=[];return xp&&xp.call(t,function(A,G){T.push(d(G,t,!0)+" => "+d(A,t))}),Dp("Map",Sa.call(t),T,u)}if(r_(t)){var C=[];return _p&&_p.call(t,function(A){C.push(d(A,t))}),Dp("Set",Ca.call(t),C,u)}if(e_(t))return Qh("WeakMap");if(n_(t))return Qh("WeakSet");if(i_(t))return Qh("WeakRef");if(jx(t))return no(d(Number(t)));if($x(t))return no(d(zh.call(t)));if(Jx(t))return no(Ox.call(t));if(Yx(t))return no(d(String(t)));if(!Kx(t)&&!Lp(t)){var E=Ea(t,d),I=Ip?Ip(t)===Object.prototype:t instanceof Object||t.constructor===Object,R=t instanceof Object?"":"null prototype",F=!I&&fe&&Object(t)===t&&fe in t?Kh.call(Tr(t),8,-1):R?"Object":"",k=I||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",P=k+(F||R?"["+Ci.call(Sp.call([],F||[],R||[]),": ")+"] ":"");return E.length===0?P+"{}":u?P+"{"+qh(E,u)+"}":P+"{ "+Ci.call(E,", ")+" }"}return String(t)};function Pp(i,t,e){var r=(e.quoteStyle||t)==="double"?'"':"'";return r+i+r}function Hx(i){return vr.call(String(i),/"/g,""")}function $h(i){return Tr(i)==="[object Array]"&&(!fe||!(typeof i=="object"&&fe in i))}function Kx(i){return Tr(i)==="[object Date]"&&(!fe||!(typeof i=="object"&&fe in i))}function Lp(i){return Tr(i)==="[object RegExp]"&&(!fe||!(typeof i=="object"&&fe in i))}function zx(i){return Tr(i)==="[object Error]"&&(!fe||!(typeof i=="object"&&fe in i))}function Yx(i){return Tr(i)==="[object String]"&&(!fe||!(typeof i=="object"&&fe in i))}function jx(i){return Tr(i)==="[object Number]"&&(!fe||!(typeof i=="object"&&fe in i))}function Jx(i){return Tr(i)==="[object Boolean]"&&(!fe||!(typeof i=="object"&&fe in i))}function Gp(i){if(is)return i&&typeof i=="object"&&i instanceof Symbol;if(typeof i=="symbol")return!0;if(!i||typeof i!="object"||!jh)return!1;try{return jh.call(i),!0}catch{}return!1}function $x(i){if(!i||typeof i!="object"||!zh)return!1;try{return zh.call(i),!0}catch{}return!1}var Qx=Object.prototype.hasOwnProperty||function(i){return i in this};function wr(i,t){return Qx.call(i,t)}function Tr(i){return Bx.call(i)}function qx(i){if(i.name)return i.name;var t=Xx.call(Ux.call(i),/^function\s*([\w$]+)/);return t?t[1]:null}function kp(i,t){if(i.indexOf)return i.indexOf(t);for(var e=0,r=i.length;e<r;e++)if(i[e]===t)return e;return-1}function t_(i){if(!Sa||!i||typeof i!="object")return!1;try{Sa.call(i);try{Ca.call(i)}catch{return!0}return i instanceof Map}catch{}return!1}function e_(i){if(!io||!i||typeof i!="object")return!1;try{io.call(i,io);try{ro.call(i,ro)}catch{return!0}return i instanceof WeakMap}catch{}return!1}function i_(i){if(!vp||!i||typeof i!="object")return!1;try{return vp.call(i),!0}catch{}return!1}function r_(i){if(!Ca||!i||typeof i!="object")return!1;try{Ca.call(i);try{Sa.call(i)}catch{return!0}return i instanceof Set}catch{}return!1}function n_(i){if(!ro||!i||typeof i!="object")return!1;try{ro.call(i,ro);try{io.call(i,io)}catch{return!0}return i instanceof WeakSet}catch{}return!1}function s_(i){return!i||typeof i!="object"?!1:typeof HTMLElement<"u"&&i instanceof HTMLElement?!0:typeof i.nodeName=="string"&&typeof i.getAttribute=="function"}function Fp(i,t){if(i.length>t.maxStringLength){var e=i.length-t.maxStringLength,r="... "+e+" more character"+(e>1?"s":"");return Fp(Kh.call(i,0,t.maxStringLength),t)+r}var n=vr.call(vr.call(i,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,o_);return Pp(n,"single",t)}function o_(i){var t=i.charCodeAt(0),e={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return e?"\\"+e:"\\x"+(t<16?"0":"")+Wx.call(t.toString(16))}function no(i){return"Object("+i+")"}function Qh(i){return i+" { ? }"}function Dp(i,t,e,r){var n=r?qh(e,r):Ci.call(e,", ");return i+" ("+t+") {"+n+"}"}function a_(i){for(var t=0;t<i.length;t++)if(kp(i[t],`
|
|
2
|
-
`)>=0)return!1;return!0}function
|
|
3
|
-
`+t.prev+t.base;return e+
|
|
4
|
-
`+t.prev}function Ea(i,t){var e=$h(i),r=[];if(e){r.length=i.length;for(var n=0;n<i.length;n++)r[n]=wr(i,n)?t(i[n],i):""}var s=typeof Yh=="function"?Yh(i):[],o;if(is){o={};for(var a=0;a<s.length;a++)o["$"+s[a]]=s[a]}for(var l in i)wr(i,l)&&(e&&String(Number(l))===l&&l<i.length||is&&o["$"+l]instanceof Symbol||(Tp.call(/[^\w$]/,l)?r.push(t(l,i)+": "+t(i[l],i)):r.push(l+": "+t(i[l],i))));if(typeof Yh=="function")for(var h=0;h<s.length;h++)Ep.call(i,s[h])&&r.push("["+t(s[h])+"]: "+t(i[s[h]],i));return r}var tc=Xh,rs=Gx,h_=Vx,c_=tc("%TypeError%"),Ia=tc("%WeakMap%",!0),Aa=tc("%Map%",!0),u_=rs("WeakMap.prototype.get",!0),d_=rs("WeakMap.prototype.set",!0),f_=rs("WeakMap.prototype.has",!0),p_=rs("Map.prototype.get",!0),m_=rs("Map.prototype.set",!0),g_=rs("Map.prototype.has",!0),ec=function(i,t){for(var e=i,r;(r=e.next)!==null;e=r)if(r.key===t)return e.next=r.next,r.next=i.next,i.next=r,r},y_=function(i,t){var e=ec(i,t);return e&&e.value},b_=function(i,t,e){var r=ec(i,t);r?r.value=e:i.next={key:t,next:i.next,value:e}},x_=function(i,t){return!!ec(i,t)},__=function(){var t,e,r,n={assert:function(s){if(!n.has(s))throw new c_("Side channel does not contain "+h_(s))},get:function(s){if(Ia&&s&&(typeof s=="object"||typeof s=="function")){if(t)return u_(t,s)}else if(Aa){if(e)return p_(e,s)}else if(r)return y_(r,s)},has:function(s){if(Ia&&s&&(typeof s=="object"||typeof s=="function")){if(t)return f_(t,s)}else if(Aa){if(e)return g_(e,s)}else if(r)return x_(r,s);return!1},set:function(s,o){Ia&&s&&(typeof s=="object"||typeof s=="function")?(t||(t=new Ia),d_(t,s,o)):Aa?(e||(e=new Aa),m_(e,s,o)):(r||(r={key:{},next:null}),b_(r,s,o))}};return n},v_=String.prototype.replace,w_=/%20/g,ic={RFC1738:"RFC1738",RFC3986:"RFC3986"},rc={default:ic.RFC3986,formatters:{RFC1738:function(i){return v_.call(i,w_,"+")},RFC3986:function(i){return String(i)}},RFC1738:ic.RFC1738,RFC3986:ic.RFC3986},T_=rc,nc=Object.prototype.hasOwnProperty,sn=Array.isArray,Ei=function(){for(var i=[],t=0;t<256;++t)i.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return i}(),S_=function(t){for(;t.length>1;){var e=t.pop(),r=e.obj[e.prop];if(sn(r)){for(var n=[],s=0;s<r.length;++s)typeof r[s]<"u"&&n.push(r[s]);e.obj[e.prop]=n}}},Np=function(t,e){for(var r=e&&e.plainObjects?Object.create(null):{},n=0;n<t.length;++n)typeof t[n]<"u"&&(r[n]=t[n]);return r},C_=function i(t,e,r){if(!e)return t;if(typeof e!="object"){if(sn(t))t.push(e);else if(t&&typeof t=="object")(r&&(r.plainObjects||r.allowPrototypes)||!nc.call(Object.prototype,e))&&(t[e]=!0);else return[t,e];return t}if(!t||typeof t!="object")return[t].concat(e);var n=t;return sn(t)&&!sn(e)&&(n=Np(t,r)),sn(t)&&sn(e)?(e.forEach(function(s,o){if(nc.call(t,o)){var a=t[o];a&&typeof a=="object"&&s&&typeof s=="object"?t[o]=i(a,s,r):t.push(s)}else t[o]=s}),t):Object.keys(e).reduce(function(s,o){var a=e[o];return nc.call(s,o)?s[o]=i(s[o],a,r):s[o]=a,s},n)},E_=function(t,e){return Object.keys(e).reduce(function(r,n){return r[n]=e[n],r},t)},I_=function(i,t,e){var r=i.replace(/\+/g," ");if(e==="iso-8859-1")return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch{return r}},A_=function(t,e,r,n,s){if(t.length===0)return t;var o=t;if(typeof t=="symbol"?o=Symbol.prototype.toString.call(t):typeof t!="string"&&(o=String(t)),r==="iso-8859-1")return escape(o).replace(/%u[0-9a-f]{4}/gi,function(c){return"%26%23"+parseInt(c.slice(2),16)+"%3B"});for(var a="",l=0;l<o.length;++l){var h=o.charCodeAt(l);if(h===45||h===46||h===95||h===126||h>=48&&h<=57||h>=65&&h<=90||h>=97&&h<=122||s===T_.RFC1738&&(h===40||h===41)){a+=o.charAt(l);continue}if(h<128){a=a+Ei[h];continue}if(h<2048){a=a+(Ei[192|h>>6]+Ei[128|h&63]);continue}if(h<55296||h>=57344){a=a+(Ei[224|h>>12]+Ei[128|h>>6&63]+Ei[128|h&63]);continue}l+=1,h=65536+((h&1023)<<10|o.charCodeAt(l)&1023),a+=Ei[240|h>>18]+Ei[128|h>>12&63]+Ei[128|h>>6&63]+Ei[128|h&63]}return a},M_=function(t){for(var e=[{obj:{o:t},prop:"o"}],r=[],n=0;n<e.length;++n)for(var s=e[n],o=s.obj[s.prop],a=Object.keys(o),l=0;l<a.length;++l){var h=a[l],c=o[h];typeof c=="object"&&c!==null&&r.indexOf(c)===-1&&(e.push({obj:o,prop:h}),r.push(c))}return S_(e),t},R_=function(t){return Object.prototype.toString.call(t)==="[object RegExp]"},P_=function(t){return!t||typeof t!="object"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},L_=function(t,e){return[].concat(t,e)},G_=function(t,e){if(sn(t)){for(var r=[],n=0;n<t.length;n+=1)r.push(e(t[n]));return r}return e(t)},Op={arrayToObject:Np,assign:E_,combine:L_,compact:M_,decode:I_,encode:A_,isBuffer:P_,isRegExp:R_,maybeMap:G_,merge:C_},Bp=__,Ma=Op,so=rc,k_=Object.prototype.hasOwnProperty,Up={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,e){return t+"["+e+"]"},repeat:function(t){return t}},$i=Array.isArray,F_=Array.prototype.push,Xp=function(i,t){F_.apply(i,$i(t)?t:[t])},D_=Date.prototype.toISOString,Wp=so.default,pe={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:Ma.encode,encodeValuesOnly:!1,format:Wp,formatter:so.formatters[Wp],indices:!1,serializeDate:function(t){return D_.call(t)},skipNulls:!1,strictNullHandling:!1},N_=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},sc={},O_=function i(t,e,r,n,s,o,a,l,h,c,u,d,f,p,m,g){for(var b=t,_=g,x=0,v=!1;(_=_.get(sc))!==void 0&&!v;){var T=_.get(t);if(x+=1,typeof T<"u"){if(T===x)throw new RangeError("Cyclic object value");v=!0}typeof _.get(sc)>"u"&&(x=0)}if(typeof l=="function"?b=l(e,b):b instanceof Date?b=u(b):r==="comma"&&$i(b)&&(b=Ma.maybeMap(b,function(X){return X instanceof Date?u(X):X})),b===null){if(s)return a&&!p?a(e,pe.encoder,m,"key",d):e;b=""}if(N_(b)||Ma.isBuffer(b)){if(a){var C=p?e:a(e,pe.encoder,m,"key",d);return[f(C)+"="+f(a(b,pe.encoder,m,"value",d))]}return[f(e)+"="+f(String(b))]}var E=[];if(typeof b>"u")return E;var I;if(r==="comma"&&$i(b))p&&a&&(b=Ma.maybeMap(b,a)),I=[{value:b.length>0?b.join(",")||null:void 0}];else if($i(l))I=l;else{var R=Object.keys(b);I=h?R.sort(h):R}for(var F=n&&$i(b)&&b.length===1?e+"[]":e,k=0;k<I.length;++k){var P=I[k],A=typeof P=="object"&&typeof P.value<"u"?P.value:b[P];if(!(o&&A===null)){var G=$i(b)?typeof r=="function"?r(F,P):F:F+(c?"."+P:"["+P+"]");g.set(t,x);var N=Bp();N.set(sc,g),Xp(E,i(A,G,r,n,s,o,r==="comma"&&p&&$i(b)?null:a,l,h,c,u,d,f,p,m,N))}}return E},B_=function(t){if(!t)return pe;if(t.encoder!==null&&typeof t.encoder<"u"&&typeof t.encoder!="function")throw new TypeError("Encoder has to be a function.");var e=t.charset||pe.charset;if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=so.default;if(typeof t.format<"u"){if(!k_.call(so.formatters,t.format))throw new TypeError("Unknown format option provided.");r=t.format}var n=so.formatters[r],s=pe.filter;return(typeof t.filter=="function"||$i(t.filter))&&(s=t.filter),{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:pe.addQueryPrefix,allowDots:typeof t.allowDots>"u"?pe.allowDots:!!t.allowDots,charset:e,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:pe.charsetSentinel,delimiter:typeof t.delimiter>"u"?pe.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:pe.encode,encoder:typeof t.encoder=="function"?t.encoder:pe.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:pe.encodeValuesOnly,filter:s,format:r,formatter:n,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:pe.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:pe.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:pe.strictNullHandling}},U_=function(i,t){var e=i,r=B_(t),n,s;typeof r.filter=="function"?(s=r.filter,e=s("",e)):$i(r.filter)&&(s=r.filter,n=s);var o=[];if(typeof e!="object"||e===null)return"";var a;t&&t.arrayFormat in Up?a=t.arrayFormat:t&&"indices"in t?a=t.indices?"indices":"repeat":a="indices";var l=Up[a];if(t&&"commaRoundTrip"in t&&typeof t.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var h=l==="comma"&&t&&t.commaRoundTrip;n||(n=Object.keys(e)),r.sort&&n.sort(r.sort);for(var c=Bp(),u=0;u<n.length;++u){var d=n[u];r.skipNulls&&e[d]===null||Xp(o,O_(e[d],d,l,h,r.strictNullHandling,r.skipNulls,r.encode?r.encoder:null,r.filter,r.sort,r.allowDots,r.serializeDate,r.format,r.formatter,r.encodeValuesOnly,r.charset,c))}var f=o.join(r.delimiter),p=r.addQueryPrefix===!0?"?":"";return r.charsetSentinel&&(r.charset==="iso-8859-1"?p+="utf8=%26%2310003%3B&":p+="utf8=%E2%9C%93&"),f.length>0?p+f:""},ns=Op,oc=Object.prototype.hasOwnProperty,X_=Array.isArray,ae={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:ns.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},W_=function(i){return i.replace(/&#(\d+);/g,function(t,e){return String.fromCharCode(parseInt(e,10))})},Zp=function(i,t){return i&&typeof i=="string"&&t.comma&&i.indexOf(",")>-1?i.split(","):i},Z_="utf8=%26%2310003%3B",V_="utf8=%E2%9C%93",H_=function(t,e){var r={__proto__:null},n=e.ignoreQueryPrefix?t.replace(/^\?/,""):t,s=e.parameterLimit===1/0?void 0:e.parameterLimit,o=n.split(e.delimiter,s),a=-1,l,h=e.charset;if(e.charsetSentinel)for(l=0;l<o.length;++l)o[l].indexOf("utf8=")===0&&(o[l]===V_?h="utf-8":o[l]===Z_&&(h="iso-8859-1"),a=l,l=o.length);for(l=0;l<o.length;++l)if(l!==a){var c=o[l],u=c.indexOf("]="),d=u===-1?c.indexOf("="):u+1,f,p;d===-1?(f=e.decoder(c,ae.decoder,h,"key"),p=e.strictNullHandling?null:""):(f=e.decoder(c.slice(0,d),ae.decoder,h,"key"),p=ns.maybeMap(Zp(c.slice(d+1),e),function(m){return e.decoder(m,ae.decoder,h,"value")})),p&&e.interpretNumericEntities&&h==="iso-8859-1"&&(p=W_(p)),c.indexOf("[]=")>-1&&(p=X_(p)?[p]:p),oc.call(r,f)?r[f]=ns.combine(r[f],p):r[f]=p}return r},K_=function(i,t,e,r){for(var n=r?t:Zp(t,e),s=i.length-1;s>=0;--s){var o,a=i[s];if(a==="[]"&&e.parseArrays)o=[].concat(n);else{o=e.plainObjects?Object.create(null):{};var l=a.charAt(0)==="["&&a.charAt(a.length-1)==="]"?a.slice(1,-1):a,h=parseInt(l,10);!e.parseArrays&&l===""?o={0:n}:!isNaN(h)&&a!==l&&String(h)===l&&h>=0&&e.parseArrays&&h<=e.arrayLimit?(o=[],o[h]=n):l!=="__proto__"&&(o[l]=n)}n=o}return n},z_=function(t,e,r,n){if(t){var s=r.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,o=/(\[[^[\]]*])/,a=/(\[[^[\]]*])/g,l=r.depth>0&&o.exec(s),h=l?s.slice(0,l.index):s,c=[];if(h){if(!r.plainObjects&&oc.call(Object.prototype,h)&&!r.allowPrototypes)return;c.push(h)}for(var u=0;r.depth>0&&(l=a.exec(s))!==null&&u<r.depth;){if(u+=1,!r.plainObjects&&oc.call(Object.prototype,l[1].slice(1,-1))&&!r.allowPrototypes)return;c.push(l[1])}return l&&c.push("["+s.slice(l.index)+"]"),K_(c,e,r,n)}},Y_=function(t){if(!t)return ae;if(t.decoder!==null&&t.decoder!==void 0&&typeof t.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var e=typeof t.charset>"u"?ae.charset:t.charset;return{allowDots:typeof t.allowDots>"u"?ae.allowDots:!!t.allowDots,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:ae.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:ae.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:ae.arrayLimit,charset:e,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:ae.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:ae.comma,decoder:typeof t.decoder=="function"?t.decoder:ae.decoder,delimiter:typeof t.delimiter=="string"||ns.isRegExp(t.delimiter)?t.delimiter:ae.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:ae.depth,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:ae.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:ae.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:ae.plainObjects,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:ae.strictNullHandling}},j_=function(i,t){var e=Y_(t);if(i===""||i===null||typeof i>"u")return e.plainObjects?Object.create(null):{};for(var r=typeof i=="string"?H_(i,e):i,n=e.plainObjects?Object.create(null):{},s=Object.keys(r),o=0;o<s.length;++o){var a=s[o],l=z_(a,r[a],e,typeof i=="string");n=ns.merge(n,l,e)}return e.allowSparse===!0?n:ns.compact(n)},J_=U_,$_=j_,Q_=rc,q_={formats:Q_,parse:$_,stringify:J_},tv=ox;function Qi(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var ev=/^([a-z0-9.+-]+:)/i,iv=/:[0-9]*$/,rv=/^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/,nv=["<",">",'"',"`"," ","\r",`
|
|
5
|
-
`," "],
|
|
6
|
-
Deprecated since v${
|
|
1
|
+
(function(rt,Le){typeof exports=="object"&&typeof module<"u"?Le(exports):typeof define=="function"&&define.amd?define(["exports"],Le):(rt=typeof globalThis<"u"?globalThis:rt||self,Le(rt["prefect-graphs"]={}))})(this,function(rt){"use strict";var oP=Object.defineProperty;var aP=(rt,Le,Yr)=>Le in rt?oP(rt,Le,{enumerable:!0,configurable:!0,writable:!0,value:Yr}):rt[Le]=Yr;var kf=(rt,Le,Yr)=>aP(rt,typeof Le!="symbol"?Le+"":Le,Yr);const Le=["result","markdown","table","progress","image","unknown"],Yr={markdown:"ArtifactMarkdown",table:"ArtifactTable",result:"ArtifactResult",image:"ArtifactImage",progress:"ArtifactProgress",unknown:"Artifact"},Tl=["flow-run","task-run"];function Gb(r){return Tl.includes(r)}function ua(r){return Tl.includes(r.kind)}function Vf(r){return r.kind==="artifact"}function Hf(r){return r.kind==="artifacts"}function Kf(r){return r.kind==="state"}function Yf(r){return r.kind==="event"}function zf(r){return r.kind==="events"}const Fb=["COMPLETED","RUNNING","SCHEDULED","PENDING","FAILED","CANCELLED","CANCELLING","CRASHED","PAUSED"];function Nb(r){return["waterfall","nearest-parent","duration-sorted"].includes(r)}function kb(r){return["temporal","dependency","left-aligned"].includes(r)}const Sl="nodes-container",jf="node-container",Jf="edge-container",$f=1,Cl=20,Qf=200,qf=.2,tp=.2,ep=.2,ip=.1,El=10,Il=4,Al=20,Ml=64,Db=.25,Ob=1,Rl=30,rp=260,Pl=250,sp=1,np=2,op=3,ap=4,Ll=0,Gl=2,hp=1,lp=2,cp=3,Fl=4,Kn=5;var zr=(r=>(r[r.WEBGL_LEGACY=0]="WEBGL_LEGACY",r[r.WEBGL=1]="WEBGL",r[r.WEBGL2=2]="WEBGL2",r))(zr||{}),up=(r=>(r[r.UNKNOWN=0]="UNKNOWN",r[r.WEBGL=1]="WEBGL",r[r.CANVAS=2]="CANVAS",r))(up||{}),Nl=(r=>(r[r.COLOR=16384]="COLOR",r[r.DEPTH=256]="DEPTH",r[r.STENCIL=1024]="STENCIL",r))(Nl||{}),dt=(r=>(r[r.NORMAL=0]="NORMAL",r[r.ADD=1]="ADD",r[r.MULTIPLY=2]="MULTIPLY",r[r.SCREEN=3]="SCREEN",r[r.OVERLAY=4]="OVERLAY",r[r.DARKEN=5]="DARKEN",r[r.LIGHTEN=6]="LIGHTEN",r[r.COLOR_DODGE=7]="COLOR_DODGE",r[r.COLOR_BURN=8]="COLOR_BURN",r[r.HARD_LIGHT=9]="HARD_LIGHT",r[r.SOFT_LIGHT=10]="SOFT_LIGHT",r[r.DIFFERENCE=11]="DIFFERENCE",r[r.EXCLUSION=12]="EXCLUSION",r[r.HUE=13]="HUE",r[r.SATURATION=14]="SATURATION",r[r.COLOR=15]="COLOR",r[r.LUMINOSITY=16]="LUMINOSITY",r[r.NORMAL_NPM=17]="NORMAL_NPM",r[r.ADD_NPM=18]="ADD_NPM",r[r.SCREEN_NPM=19]="SCREEN_NPM",r[r.NONE=20]="NONE",r[r.SRC_OVER=0]="SRC_OVER",r[r.SRC_IN=21]="SRC_IN",r[r.SRC_OUT=22]="SRC_OUT",r[r.SRC_ATOP=23]="SRC_ATOP",r[r.DST_OVER=24]="DST_OVER",r[r.DST_IN=25]="DST_IN",r[r.DST_OUT=26]="DST_OUT",r[r.DST_ATOP=27]="DST_ATOP",r[r.ERASE=26]="ERASE",r[r.SUBTRACT=28]="SUBTRACT",r[r.XOR=29]="XOR",r))(dt||{}),xi=(r=>(r[r.POINTS=0]="POINTS",r[r.LINES=1]="LINES",r[r.LINE_LOOP=2]="LINE_LOOP",r[r.LINE_STRIP=3]="LINE_STRIP",r[r.TRIANGLES=4]="TRIANGLES",r[r.TRIANGLE_STRIP=5]="TRIANGLE_STRIP",r[r.TRIANGLE_FAN=6]="TRIANGLE_FAN",r))(xi||{}),V=(r=>(r[r.RGBA=6408]="RGBA",r[r.RGB=6407]="RGB",r[r.RG=33319]="RG",r[r.RED=6403]="RED",r[r.RGBA_INTEGER=36249]="RGBA_INTEGER",r[r.RGB_INTEGER=36248]="RGB_INTEGER",r[r.RG_INTEGER=33320]="RG_INTEGER",r[r.RED_INTEGER=36244]="RED_INTEGER",r[r.ALPHA=6406]="ALPHA",r[r.LUMINANCE=6409]="LUMINANCE",r[r.LUMINANCE_ALPHA=6410]="LUMINANCE_ALPHA",r[r.DEPTH_COMPONENT=6402]="DEPTH_COMPONENT",r[r.DEPTH_STENCIL=34041]="DEPTH_STENCIL",r))(V||{}),Xs=(r=>(r[r.TEXTURE_2D=3553]="TEXTURE_2D",r[r.TEXTURE_CUBE_MAP=34067]="TEXTURE_CUBE_MAP",r[r.TEXTURE_2D_ARRAY=35866]="TEXTURE_2D_ARRAY",r[r.TEXTURE_CUBE_MAP_POSITIVE_X=34069]="TEXTURE_CUBE_MAP_POSITIVE_X",r[r.TEXTURE_CUBE_MAP_NEGATIVE_X=34070]="TEXTURE_CUBE_MAP_NEGATIVE_X",r[r.TEXTURE_CUBE_MAP_POSITIVE_Y=34071]="TEXTURE_CUBE_MAP_POSITIVE_Y",r[r.TEXTURE_CUBE_MAP_NEGATIVE_Y=34072]="TEXTURE_CUBE_MAP_NEGATIVE_Y",r[r.TEXTURE_CUBE_MAP_POSITIVE_Z=34073]="TEXTURE_CUBE_MAP_POSITIVE_Z",r[r.TEXTURE_CUBE_MAP_NEGATIVE_Z=34074]="TEXTURE_CUBE_MAP_NEGATIVE_Z",r))(Xs||{}),ht=(r=>(r[r.UNSIGNED_BYTE=5121]="UNSIGNED_BYTE",r[r.UNSIGNED_SHORT=5123]="UNSIGNED_SHORT",r[r.UNSIGNED_SHORT_5_6_5=33635]="UNSIGNED_SHORT_5_6_5",r[r.UNSIGNED_SHORT_4_4_4_4=32819]="UNSIGNED_SHORT_4_4_4_4",r[r.UNSIGNED_SHORT_5_5_5_1=32820]="UNSIGNED_SHORT_5_5_5_1",r[r.UNSIGNED_INT=5125]="UNSIGNED_INT",r[r.UNSIGNED_INT_10F_11F_11F_REV=35899]="UNSIGNED_INT_10F_11F_11F_REV",r[r.UNSIGNED_INT_2_10_10_10_REV=33640]="UNSIGNED_INT_2_10_10_10_REV",r[r.UNSIGNED_INT_24_8=34042]="UNSIGNED_INT_24_8",r[r.UNSIGNED_INT_5_9_9_9_REV=35902]="UNSIGNED_INT_5_9_9_9_REV",r[r.BYTE=5120]="BYTE",r[r.SHORT=5122]="SHORT",r[r.INT=5124]="INT",r[r.FLOAT=5126]="FLOAT",r[r.FLOAT_32_UNSIGNED_INT_24_8_REV=36269]="FLOAT_32_UNSIGNED_INT_24_8_REV",r[r.HALF_FLOAT=36193]="HALF_FLOAT",r))(ht||{}),et=(r=>(r[r.FLOAT=0]="FLOAT",r[r.INT=1]="INT",r[r.UINT=2]="UINT",r))(et||{}),Ki=(r=>(r[r.NEAREST=0]="NEAREST",r[r.LINEAR=1]="LINEAR",r))(Ki||{}),_i=(r=>(r[r.CLAMP=33071]="CLAMP",r[r.REPEAT=10497]="REPEAT",r[r.MIRRORED_REPEAT=33648]="MIRRORED_REPEAT",r))(_i||{}),vi=(r=>(r[r.OFF=0]="OFF",r[r.POW2=1]="POW2",r[r.ON=2]="ON",r[r.ON_MANUAL=3]="ON_MANUAL",r))(vi||{}),we=(r=>(r[r.NPM=0]="NPM",r[r.UNPACK=1]="UNPACK",r[r.PMA=2]="PMA",r[r.NO_PREMULTIPLIED_ALPHA=0]="NO_PREMULTIPLIED_ALPHA",r[r.PREMULTIPLY_ON_UPLOAD=1]="PREMULTIPLY_ON_UPLOAD",r[r.PREMULTIPLIED_ALPHA=2]="PREMULTIPLIED_ALPHA",r))(we||{}),wi=(r=>(r[r.NO=0]="NO",r[r.YES=1]="YES",r[r.AUTO=2]="AUTO",r[r.BLEND=0]="BLEND",r[r.CLEAR=1]="CLEAR",r[r.BLIT=2]="BLIT",r))(wi||{}),kl=(r=>(r[r.AUTO=0]="AUTO",r[r.MANUAL=1]="MANUAL",r))(kl||{}),Ze=(r=>(r.LOW="lowp",r.MEDIUM="mediump",r.HIGH="highp",r))(Ze||{}),te=(r=>(r[r.NONE=0]="NONE",r[r.SCISSOR=1]="SCISSOR",r[r.STENCIL=2]="STENCIL",r[r.SPRITE=3]="SPRITE",r[r.COLOR=4]="COLOR",r))(te||{}),zt=(r=>(r[r.NONE=0]="NONE",r[r.LOW=2]="LOW",r[r.MEDIUM=4]="MEDIUM",r[r.HIGH=8]="HIGH",r))(zt||{}),Ti=(r=>(r[r.ELEMENT_ARRAY_BUFFER=34963]="ELEMENT_ARRAY_BUFFER",r[r.ARRAY_BUFFER=34962]="ARRAY_BUFFER",r[r.UNIFORM_BUFFER=35345]="UNIFORM_BUFFER",r))(Ti||{});const it={ADAPTER:{createCanvas:(r,t)=>{const e=document.createElement("canvas");return e.width=r,e.height=t,e},getCanvasRenderingContext2D:()=>CanvasRenderingContext2D,getWebGLRenderingContext:()=>WebGLRenderingContext,getNavigator:()=>navigator,getBaseUrl:()=>document.baseURI??window.location.href,getFontFaceSet:()=>document.fonts,fetch:(r,t)=>fetch(r,t),parseXML:r=>new DOMParser().parseFromString(r,"text/xml")},RESOLUTION:1,CREATE_IMAGE_BITMAP:!1,ROUND_PIXELS:!1};var Dl=/iPhone/i,dp=/iPod/i,fp=/iPad/i,pp=/\biOS-universal(?:.+)Mac\b/i,Ol=/\bAndroid(?:.+)Mobile\b/i,mp=/Android/i,Ws=/(?:SD4930UR|\bSilk(?:.+)Mobile\b)/i,da=/Silk/i,Yi=/Windows Phone/i,gp=/\bWindows(?:.+)ARM\b/i,yp=/BlackBerry/i,bp=/BB10/i,xp=/Opera Mini/i,_p=/\b(CriOS|Chrome)(?:.+)Mobile/i,vp=/Mobile(?:.+)Firefox\b/i,wp=function(r){return typeof r<"u"&&r.platform==="MacIntel"&&typeof r.maxTouchPoints=="number"&&r.maxTouchPoints>1&&typeof MSStream>"u"};function Bb(r){return function(t){return t.test(r)}}function Tp(r){var t={userAgent:"",platform:"",maxTouchPoints:0};!r&&typeof navigator<"u"?t={userAgent:navigator.userAgent,platform:navigator.platform,maxTouchPoints:navigator.maxTouchPoints||0}:typeof r=="string"?t.userAgent=r:r&&r.userAgent&&(t={userAgent:r.userAgent,platform:r.platform,maxTouchPoints:r.maxTouchPoints||0});var e=t.userAgent,i=e.split("[FBAN");typeof i[1]<"u"&&(e=i[0]),i=e.split("Twitter"),typeof i[1]<"u"&&(e=i[0]);var s=Bb(e),n={apple:{phone:s(Dl)&&!s(Yi),ipod:s(dp),tablet:!s(Dl)&&(s(fp)||wp(t))&&!s(Yi),universal:s(pp),device:(s(Dl)||s(dp)||s(fp)||s(pp)||wp(t))&&!s(Yi)},amazon:{phone:s(Ws),tablet:!s(Ws)&&s(da),device:s(Ws)||s(da)},android:{phone:!s(Yi)&&s(Ws)||!s(Yi)&&s(Ol),tablet:!s(Yi)&&!s(Ws)&&!s(Ol)&&(s(da)||s(mp)),device:!s(Yi)&&(s(Ws)||s(da)||s(Ol)||s(mp))||s(/\bokhttp\b/i)},windows:{phone:s(Yi),tablet:s(gp),device:s(Yi)||s(gp)},other:{blackberry:s(yp),blackberry10:s(bp),opera:s(xp),firefox:s(vp),chrome:s(_p),device:s(yp)||s(bp)||s(xp)||s(vp)||s(_p)},any:!1,phone:!1,tablet:!1};return n.any=n.apple.device||n.android.device||n.windows.device||n.other.device,n.phone=n.apple.phone||n.android.phone||n.windows.phone,n.tablet=n.apple.tablet||n.android.tablet||n.windows.tablet,n}const Ub=Tp.default??Tp,zi=Ub(globalThis.navigator);it.RETINA_PREFIX=/@([0-9\.]+)x/,it.FAIL_IF_MAJOR_PERFORMANCE_CAVEAT=!1;var be=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Zs(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}function Xb(r){if(r.__esModule)return r;var t=r.default;if(typeof t=="function"){var e=function i(){return this instanceof i?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};e.prototype=t.prototype}else e={};return Object.defineProperty(e,"__esModule",{value:!0}),Object.keys(r).forEach(function(i){var s=Object.getOwnPropertyDescriptor(r,i);Object.defineProperty(e,i,s.get?s:{enumerable:!0,get:function(){return r[i]}})}),e}var Sp={exports:{}};(function(r){var t=Object.prototype.hasOwnProperty,e="~";function i(){}Object.create&&(i.prototype=Object.create(null),new i().__proto__||(e=!1));function s(h,l,c){this.fn=h,this.context=l,this.once=c||!1}function n(h,l,c,u,d){if(typeof c!="function")throw new TypeError("The listener must be a function");var f=new s(c,u||h,d),p=e?e+l:l;return h._events[p]?h._events[p].fn?h._events[p]=[h._events[p],f]:h._events[p].push(f):(h._events[p]=f,h._eventsCount++),h}function o(h,l){--h._eventsCount===0?h._events=new i:delete h._events[l]}function a(){this._events=new i,this._eventsCount=0}a.prototype.eventNames=function(){var l=[],c,u;if(this._eventsCount===0)return l;for(u in c=this._events)t.call(c,u)&&l.push(e?u.slice(1):u);return Object.getOwnPropertySymbols?l.concat(Object.getOwnPropertySymbols(c)):l},a.prototype.listeners=function(l){var c=e?e+l:l,u=this._events[c];if(!u)return[];if(u.fn)return[u.fn];for(var d=0,f=u.length,p=new Array(f);d<f;d++)p[d]=u[d].fn;return p},a.prototype.listenerCount=function(l){var c=e?e+l:l,u=this._events[c];return u?u.fn?1:u.length:0},a.prototype.emit=function(l,c,u,d,f,p){var m=e?e+l:l;if(!this._events[m])return!1;var g=this._events[m],b=arguments.length,_,x;if(g.fn){switch(g.once&&this.removeListener(l,g.fn,void 0,!0),b){case 1:return g.fn.call(g.context),!0;case 2:return g.fn.call(g.context,c),!0;case 3:return g.fn.call(g.context,c,u),!0;case 4:return g.fn.call(g.context,c,u,d),!0;case 5:return g.fn.call(g.context,c,u,d,f),!0;case 6:return g.fn.call(g.context,c,u,d,f,p),!0}for(x=1,_=new Array(b-1);x<b;x++)_[x-1]=arguments[x];g.fn.apply(g.context,_)}else{var v=g.length,T;for(x=0;x<v;x++)switch(g[x].once&&this.removeListener(l,g[x].fn,void 0,!0),b){case 1:g[x].fn.call(g[x].context);break;case 2:g[x].fn.call(g[x].context,c);break;case 3:g[x].fn.call(g[x].context,c,u);break;case 4:g[x].fn.call(g[x].context,c,u,d);break;default:if(!_)for(T=1,_=new Array(b-1);T<b;T++)_[T-1]=arguments[T];g[x].fn.apply(g[x].context,_)}}return!0},a.prototype.on=function(l,c,u){return n(this,l,c,u,!1)},a.prototype.once=function(l,c,u){return n(this,l,c,u,!0)},a.prototype.removeListener=function(l,c,u,d){var f=e?e+l:l;if(!this._events[f])return this;if(!c)return o(this,f),this;var p=this._events[f];if(p.fn)p.fn===c&&(!d||p.once)&&(!u||p.context===u)&&o(this,f);else{for(var m=0,g=[],b=p.length;m<b;m++)(p[m].fn!==c||d&&!p[m].once||u&&p[m].context!==u)&&g.push(p[m]);g.length?this._events[f]=g.length===1?g[0]:g:o(this,f)}return this},a.prototype.removeAllListeners=function(l){var c;return l?(c=e?e+l:l,this._events[c]&&o(this,c)):(this._events=new i,this._eventsCount=0),this},a.prototype.off=a.prototype.removeListener,a.prototype.addListener=a.prototype.on,a.prefixed=e,a.EventEmitter=a,r.exports=a})(Sp);var Wb=Sp.exports;const Yn=Zs(Wb);var Bl={exports:{}};Bl.exports=fa,Bl.exports.default=fa;function fa(r,t,e){e=e||2;var i=t&&t.length,s=i?t[0]*e:r.length,n=Cp(r,0,s,e,!0),o=[];if(!n||n.next===n.prev)return o;var a,h,l,c,u,d,f;if(i&&(n=Yb(r,t,n,e)),r.length>80*e){a=l=r[0],h=c=r[1];for(var p=e;p<s;p+=e)u=r[p],d=r[p+1],u<a&&(a=u),d<h&&(h=d),u>l&&(l=u),d>c&&(c=d);f=Math.max(l-a,c-h),f=f!==0?32767/f:0}return zn(n,o,e,a,h,f,0),o}function Cp(r,t,e,i,s){var n,o;if(s===Wl(r,t,e,i)>0)for(n=t;n<e;n+=i)o=Ap(n,r[n],r[n+1],o);else for(n=e-i;n>=t;n-=i)o=Ap(n,r[n],r[n+1],o);return o&&pa(o,o.next)&&(Jn(o),o=o.next),o}function jr(r,t){if(!r)return r;t||(t=r);var e=r,i;do if(i=!1,!e.steiner&&(pa(e,e.next)||Ot(e.prev,e,e.next)===0)){if(Jn(e),e=t=e.prev,e===e.next)break;i=!0}else e=e.next;while(i||e!==t);return t}function zn(r,t,e,i,s,n,o){if(r){!o&&n&&Qb(r,i,s,n);for(var a=r,h,l;r.prev!==r.next;){if(h=r.prev,l=r.next,n?Vb(r,i,s,n):Zb(r)){t.push(h.i/e|0),t.push(r.i/e|0),t.push(l.i/e|0),Jn(r),r=l.next,a=l.next;continue}if(r=l,r===a){o?o===1?(r=Hb(jr(r),t,e),zn(r,t,e,i,s,n,2)):o===2&&Kb(r,t,e,i,s,n):zn(jr(r),t,e,i,s,n,1);break}}}}function Zb(r){var t=r.prev,e=r,i=r.next;if(Ot(t,e,i)>=0)return!1;for(var s=t.x,n=e.x,o=i.x,a=t.y,h=e.y,l=i.y,c=s<n?s<o?s:o:n<o?n:o,u=a<h?a<l?a:l:h<l?h:l,d=s>n?s>o?s:o:n>o?n:o,f=a>h?a>l?a:l:h>l?h:l,p=i.next;p!==t;){if(p.x>=c&&p.x<=d&&p.y>=u&&p.y<=f&&Vs(s,a,n,h,o,l,p.x,p.y)&&Ot(p.prev,p,p.next)>=0)return!1;p=p.next}return!0}function Vb(r,t,e,i){var s=r.prev,n=r,o=r.next;if(Ot(s,n,o)>=0)return!1;for(var a=s.x,h=n.x,l=o.x,c=s.y,u=n.y,d=o.y,f=a<h?a<l?a:l:h<l?h:l,p=c<u?c<d?c:d:u<d?u:d,m=a>h?a>l?a:l:h>l?h:l,g=c>u?c>d?c:d:u>d?u:d,b=Ul(f,p,t,e,i),_=Ul(m,g,t,e,i),x=r.prevZ,v=r.nextZ;x&&x.z>=b&&v&&v.z<=_;){if(x.x>=f&&x.x<=m&&x.y>=p&&x.y<=g&&x!==s&&x!==o&&Vs(a,c,h,u,l,d,x.x,x.y)&&Ot(x.prev,x,x.next)>=0||(x=x.prevZ,v.x>=f&&v.x<=m&&v.y>=p&&v.y<=g&&v!==s&&v!==o&&Vs(a,c,h,u,l,d,v.x,v.y)&&Ot(v.prev,v,v.next)>=0))return!1;v=v.nextZ}for(;x&&x.z>=b;){if(x.x>=f&&x.x<=m&&x.y>=p&&x.y<=g&&x!==s&&x!==o&&Vs(a,c,h,u,l,d,x.x,x.y)&&Ot(x.prev,x,x.next)>=0)return!1;x=x.prevZ}for(;v&&v.z<=_;){if(v.x>=f&&v.x<=m&&v.y>=p&&v.y<=g&&v!==s&&v!==o&&Vs(a,c,h,u,l,d,v.x,v.y)&&Ot(v.prev,v,v.next)>=0)return!1;v=v.nextZ}return!0}function Hb(r,t,e){var i=r;do{var s=i.prev,n=i.next.next;!pa(s,n)&&Ep(s,i,i.next,n)&&jn(s,n)&&jn(n,s)&&(t.push(s.i/e|0),t.push(i.i/e|0),t.push(n.i/e|0),Jn(i),Jn(i.next),i=r=n),i=i.next}while(i!==r);return jr(i)}function Kb(r,t,e,i,s,n){var o=r;do{for(var a=o.next.next;a!==o.prev;){if(o.i!==a.i&&ex(o,a)){var h=Ip(o,a);o=jr(o,o.next),h=jr(h,h.next),zn(o,t,e,i,s,n,0),zn(h,t,e,i,s,n,0);return}a=a.next}o=o.next}while(o!==r)}function Yb(r,t,e,i){var s=[],n,o,a,h,l;for(n=0,o=t.length;n<o;n++)a=t[n]*i,h=n<o-1?t[n+1]*i:r.length,l=Cp(r,a,h,i,!1),l===l.next&&(l.steiner=!0),s.push(tx(l));for(s.sort(zb),n=0;n<s.length;n++)e=jb(s[n],e);return e}function zb(r,t){return r.x-t.x}function jb(r,t){var e=Jb(r,t);if(!e)return t;var i=Ip(e,r);return jr(i,i.next),jr(e,e.next)}function Jb(r,t){var e=t,i=r.x,s=r.y,n=-1/0,o;do{if(s<=e.y&&s>=e.next.y&&e.next.y!==e.y){var a=e.x+(s-e.y)*(e.next.x-e.x)/(e.next.y-e.y);if(a<=i&&a>n&&(n=a,o=e.x<e.next.x?e:e.next,a===i))return o}e=e.next}while(e!==t);if(!o)return null;var h=o,l=o.x,c=o.y,u=1/0,d;e=o;do i>=e.x&&e.x>=l&&i!==e.x&&Vs(s<c?i:n,s,l,c,s<c?n:i,s,e.x,e.y)&&(d=Math.abs(s-e.y)/(i-e.x),jn(e,r)&&(d<u||d===u&&(e.x>o.x||e.x===o.x&&$b(o,e)))&&(o=e,u=d)),e=e.next;while(e!==h);return o}function $b(r,t){return Ot(r.prev,r,t.prev)<0&&Ot(t.next,r,r.next)<0}function Qb(r,t,e,i){var s=r;do s.z===0&&(s.z=Ul(s.x,s.y,t,e,i)),s.prevZ=s.prev,s.nextZ=s.next,s=s.next;while(s!==r);s.prevZ.nextZ=null,s.prevZ=null,qb(s)}function qb(r){var t,e,i,s,n,o,a,h,l=1;do{for(e=r,r=null,n=null,o=0;e;){for(o++,i=e,a=0,t=0;t<l&&(a++,i=i.nextZ,!!i);t++);for(h=l;a>0||h>0&&i;)a!==0&&(h===0||!i||e.z<=i.z)?(s=e,e=e.nextZ,a--):(s=i,i=i.nextZ,h--),n?n.nextZ=s:r=s,s.prevZ=n,n=s;e=i}n.nextZ=null,l*=2}while(o>1);return r}function Ul(r,t,e,i,s){return r=(r-e)*s|0,t=(t-i)*s|0,r=(r|r<<8)&16711935,r=(r|r<<4)&252645135,r=(r|r<<2)&858993459,r=(r|r<<1)&1431655765,t=(t|t<<8)&16711935,t=(t|t<<4)&252645135,t=(t|t<<2)&858993459,t=(t|t<<1)&1431655765,r|t<<1}function tx(r){var t=r,e=r;do(t.x<e.x||t.x===e.x&&t.y<e.y)&&(e=t),t=t.next;while(t!==r);return e}function Vs(r,t,e,i,s,n,o,a){return(s-o)*(t-a)>=(r-o)*(n-a)&&(r-o)*(i-a)>=(e-o)*(t-a)&&(e-o)*(n-a)>=(s-o)*(i-a)}function ex(r,t){return r.next.i!==t.i&&r.prev.i!==t.i&&!ix(r,t)&&(jn(r,t)&&jn(t,r)&&rx(r,t)&&(Ot(r.prev,r,t.prev)||Ot(r,t.prev,t))||pa(r,t)&&Ot(r.prev,r,r.next)>0&&Ot(t.prev,t,t.next)>0)}function Ot(r,t,e){return(t.y-r.y)*(e.x-t.x)-(t.x-r.x)*(e.y-t.y)}function pa(r,t){return r.x===t.x&&r.y===t.y}function Ep(r,t,e,i){var s=ga(Ot(r,t,e)),n=ga(Ot(r,t,i)),o=ga(Ot(e,i,r)),a=ga(Ot(e,i,t));return!!(s!==n&&o!==a||s===0&&ma(r,e,t)||n===0&&ma(r,i,t)||o===0&&ma(e,r,i)||a===0&&ma(e,t,i))}function ma(r,t,e){return t.x<=Math.max(r.x,e.x)&&t.x>=Math.min(r.x,e.x)&&t.y<=Math.max(r.y,e.y)&&t.y>=Math.min(r.y,e.y)}function ga(r){return r>0?1:r<0?-1:0}function ix(r,t){var e=r;do{if(e.i!==r.i&&e.next.i!==r.i&&e.i!==t.i&&e.next.i!==t.i&&Ep(e,e.next,r,t))return!0;e=e.next}while(e!==r);return!1}function jn(r,t){return Ot(r.prev,r,r.next)<0?Ot(r,t,r.next)>=0&&Ot(r,r.prev,t)>=0:Ot(r,t,r.prev)<0||Ot(r,r.next,t)<0}function rx(r,t){var e=r,i=!1,s=(r.x+t.x)/2,n=(r.y+t.y)/2;do e.y>n!=e.next.y>n&&e.next.y!==e.y&&s<(e.next.x-e.x)*(n-e.y)/(e.next.y-e.y)+e.x&&(i=!i),e=e.next;while(e!==r);return i}function Ip(r,t){var e=new Xl(r.i,r.x,r.y),i=new Xl(t.i,t.x,t.y),s=r.next,n=t.prev;return r.next=t,t.prev=r,e.next=s,s.prev=e,i.next=e,e.prev=i,n.next=i,i.prev=n,i}function Ap(r,t,e,i){var s=new Xl(r,t,e);return i?(s.next=i.next,s.prev=i,i.next.prev=s,i.next=s):(s.prev=s,s.next=s),s}function Jn(r){r.next.prev=r.prev,r.prev.next=r.next,r.prevZ&&(r.prevZ.nextZ=r.nextZ),r.nextZ&&(r.nextZ.prevZ=r.prevZ)}function Xl(r,t,e){this.i=r,this.x=t,this.y=e,this.prev=null,this.next=null,this.z=0,this.prevZ=null,this.nextZ=null,this.steiner=!1}fa.deviation=function(r,t,e,i){var s=t&&t.length,n=s?t[0]*e:r.length,o=Math.abs(Wl(r,0,n,e));if(s)for(var a=0,h=t.length;a<h;a++){var l=t[a]*e,c=a<h-1?t[a+1]*e:r.length;o-=Math.abs(Wl(r,l,c,e))}var u=0;for(a=0;a<i.length;a+=3){var d=i[a]*e,f=i[a+1]*e,p=i[a+2]*e;u+=Math.abs((r[d]-r[p])*(r[f+1]-r[d+1])-(r[d]-r[f])*(r[p+1]-r[d+1]))}return o===0&&u===0?0:Math.abs((u-o)/o)};function Wl(r,t,e,i){for(var s=0,n=t,o=e-i;n<e;n+=i)s+=(r[o]-r[n])*(r[n+1]+r[o+1]),o=n;return s}fa.flatten=function(r){for(var t=r[0][0].length,e={vertices:[],holes:[],dimensions:t},i=0,s=0;s<r.length;s++){for(var n=0;n<r[s].length;n++)for(var o=0;o<t;o++)e.vertices.push(r[s][n][o]);s>0&&(i+=r[s-1].length,e.holes.push(i))}return e};var sx=Bl.exports;const nx=Zs(sx);var ya={exports:{}};/*! https://mths.be/punycode v1.4.1 by @mathias */ya.exports,function(r,t){(function(e){var i=t&&!t.nodeType&&t,s=r&&!r.nodeType&&r,n=typeof be=="object"&&be;(n.global===n||n.window===n||n.self===n)&&(e=n);var o,a=2147483647,h=36,l=1,c=26,u=38,d=700,f=72,p=128,m="-",g=/^xn--/,b=/[^\x20-\x7E]/,_=/[\x2E\u3002\uFF0E\uFF61]/g,x={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},v=h-l,T=Math.floor,C=String.fromCharCode,E;function I(W){throw new RangeError(x[W])}function R(W,L){for(var O=W.length,U=[];O--;)U[O]=L(W[O]);return U}function N(W,L){var O=W.split("@"),U="";O.length>1&&(U=O[0]+"@",W=O[1]),W=W.replace(_,".");var tt=W.split("."),Q=R(tt,L).join(".");return U+Q}function F(W){for(var L=[],O=0,U=W.length,tt,Q;O<U;)tt=W.charCodeAt(O++),tt>=55296&&tt<=56319&&O<U?(Q=W.charCodeAt(O++),(Q&64512)==56320?L.push(((tt&1023)<<10)+(Q&1023)+65536):(L.push(tt),O--)):L.push(tt);return L}function P(W){return R(W,function(L){var O="";return L>65535&&(L-=65536,O+=C(L>>>10&1023|55296),L=56320|L&1023),O+=C(L),O}).join("")}function A(W){return W-48<10?W-22:W-65<26?W-65:W-97<26?W-97:h}function G(W,L){return W+22+75*(W<26)-((L!=0)<<5)}function D(W,L,O){var U=0;for(W=O?T(W/d):W>>1,W+=T(W/L);W>v*c>>1;U+=h)W=T(W/v);return T(U+(v+1)*W/(W+u))}function X(W){var L=[],O=W.length,U,tt=0,Q=p,xt=f,Ct,q,Z,Y,z,k,ut,gt,At;for(Ct=W.lastIndexOf(m),Ct<0&&(Ct=0),q=0;q<Ct;++q)W.charCodeAt(q)>=128&&I("not-basic"),L.push(W.charCodeAt(q));for(Z=Ct>0?Ct+1:0;Z<O;){for(Y=tt,z=1,k=h;Z>=O&&I("invalid-input"),ut=A(W.charCodeAt(Z++)),(ut>=h||ut>T((a-tt)/z))&&I("overflow"),tt+=ut*z,gt=k<=xt?l:k>=xt+c?c:k-xt,!(ut<gt);k+=h)At=h-gt,z>T(a/At)&&I("overflow"),z*=At;U=L.length+1,xt=D(tt-Y,U,Y==0),T(tt/U)>a-Q&&I("overflow"),Q+=T(tt/U),tt%=U,L.splice(tt++,0,Q)}return P(L)}function B(W){var L,O,U,tt,Q,xt,Ct,q,Z,Y,z,k=[],ut,gt,At,Ft;for(W=F(W),ut=W.length,L=p,O=0,Q=f,xt=0;xt<ut;++xt)z=W[xt],z<128&&k.push(C(z));for(U=tt=k.length,tt&&k.push(m);U<ut;){for(Ct=a,xt=0;xt<ut;++xt)z=W[xt],z>=L&&z<Ct&&(Ct=z);for(gt=U+1,Ct-L>T((a-O)/gt)&&I("overflow"),O+=(Ct-L)*gt,L=Ct,xt=0;xt<ut;++xt)if(z=W[xt],z<L&&++O>a&&I("overflow"),z==L){for(q=O,Z=h;Y=Z<=Q?l:Z>=Q+c?c:Z-Q,!(q<Y);Z+=h)Ft=q-Y,At=h-Y,k.push(C(G(Y+Ft%At,0))),q=T(Ft/At);k.push(C(G(q,0))),Q=D(O,gt,U==tt),O=0,++U}++O,++L}return k.join("")}function H(W){return N(W,function(L){return g.test(L)?X(L.slice(4).toLowerCase()):L})}function lt(W){return N(W,function(L){return b.test(L)?"xn--"+B(L):L})}if(o={version:"1.4.1",ucs2:{decode:F,encode:P},decode:X,encode:B,toASCII:lt,toUnicode:H},i&&s)if(r.exports==i)s.exports=o;else for(E in o)o.hasOwnProperty(E)&&(i[E]=o[E]);else e.punycode=o})(be)}(ya,ya.exports);var ox=ya.exports,ax=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},e=Symbol("test"),i=Object(e);if(typeof e=="string"||Object.prototype.toString.call(e)!=="[object Symbol]"||Object.prototype.toString.call(i)!=="[object Symbol]")return!1;var s=42;t[e]=s;for(e in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var n=Object.getOwnPropertySymbols(t);if(n.length!==1||n[0]!==e||!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var o=Object.getOwnPropertyDescriptor(t,e);if(o.value!==s||o.enumerable!==!0)return!1}return!0},Mp=typeof Symbol<"u"&&Symbol,hx=ax,lx=function(){return typeof Mp!="function"||typeof Symbol!="function"||typeof Mp("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:hx()},Rp={foo:{}},cx=Object,ux=function(){return{__proto__:Rp}.foo===Rp.foo&&!({__proto__:null}instanceof cx)},dx="Function.prototype.bind called on incompatible ",Zl=Array.prototype.slice,fx=Object.prototype.toString,px="[object Function]",mx=function(t){var e=this;if(typeof e!="function"||fx.call(e)!==px)throw new TypeError(dx+e);for(var i=Zl.call(arguments,1),s,n=function(){if(this instanceof s){var c=e.apply(this,i.concat(Zl.call(arguments)));return Object(c)===c?c:this}else return e.apply(t,i.concat(Zl.call(arguments)))},o=Math.max(0,e.length-i.length),a=[],h=0;h<o;h++)a.push("$"+h);if(s=Function("binder","return function ("+a.join(",")+"){ return binder.apply(this,arguments); }")(n),e.prototype){var l=function(){};l.prototype=e.prototype,s.prototype=new l,l.prototype=null}return s},gx=mx,Vl=Function.prototype.bind||gx,yx=Vl,bx=yx.call(Function.call,Object.prototype.hasOwnProperty),wt,Hs=SyntaxError,Pp=Function,Ks=TypeError,Hl=function(r){try{return Pp('"use strict"; return ('+r+").constructor;")()}catch{}},Jr=Object.getOwnPropertyDescriptor;if(Jr)try{Jr({},"")}catch{Jr=null}var Kl=function(){throw new Ks},xx=Jr?function(){try{return arguments.callee,Kl}catch{try{return Jr(arguments,"callee").get}catch{return Kl}}}():Kl,Ys=lx(),_x=ux(),se=Object.getPrototypeOf||(_x?function(r){return r.__proto__}:null),zs={},vx=typeof Uint8Array>"u"||!se?wt:se(Uint8Array),$r={"%AggregateError%":typeof AggregateError>"u"?wt:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?wt:ArrayBuffer,"%ArrayIteratorPrototype%":Ys&&se?se([][Symbol.iterator]()):wt,"%AsyncFromSyncIteratorPrototype%":wt,"%AsyncFunction%":zs,"%AsyncGenerator%":zs,"%AsyncGeneratorFunction%":zs,"%AsyncIteratorPrototype%":zs,"%Atomics%":typeof Atomics>"u"?wt:Atomics,"%BigInt%":typeof BigInt>"u"?wt:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?wt:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?wt:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?wt:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?wt:Float32Array,"%Float64Array%":typeof Float64Array>"u"?wt:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?wt:FinalizationRegistry,"%Function%":Pp,"%GeneratorFunction%":zs,"%Int8Array%":typeof Int8Array>"u"?wt:Int8Array,"%Int16Array%":typeof Int16Array>"u"?wt:Int16Array,"%Int32Array%":typeof Int32Array>"u"?wt:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ys&&se?se(se([][Symbol.iterator]())):wt,"%JSON%":typeof JSON=="object"?JSON:wt,"%Map%":typeof Map>"u"?wt:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Ys||!se?wt:se(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?wt:Promise,"%Proxy%":typeof Proxy>"u"?wt:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?wt:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?wt:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Ys||!se?wt:se(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?wt:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ys&&se?se(""[Symbol.iterator]()):wt,"%Symbol%":Ys?Symbol:wt,"%SyntaxError%":Hs,"%ThrowTypeError%":xx,"%TypedArray%":vx,"%TypeError%":Ks,"%Uint8Array%":typeof Uint8Array>"u"?wt:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?wt:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?wt:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?wt:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?wt:WeakMap,"%WeakRef%":typeof WeakRef>"u"?wt:WeakRef,"%WeakSet%":typeof WeakSet>"u"?wt:WeakSet};if(se)try{null.error}catch(r){var wx=se(se(r));$r["%Error.prototype%"]=wx}var Tx=function r(t){var e;if(t==="%AsyncFunction%")e=Hl("async function () {}");else if(t==="%GeneratorFunction%")e=Hl("function* () {}");else if(t==="%AsyncGeneratorFunction%")e=Hl("async function* () {}");else if(t==="%AsyncGenerator%"){var i=r("%AsyncGeneratorFunction%");i&&(e=i.prototype)}else if(t==="%AsyncIteratorPrototype%"){var s=r("%AsyncGenerator%");s&&se&&(e=se(s.prototype))}return $r[t]=e,e},Lp={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},$n=Vl,ba=bx,Sx=$n.call(Function.call,Array.prototype.concat),Cx=$n.call(Function.apply,Array.prototype.splice),Gp=$n.call(Function.call,String.prototype.replace),xa=$n.call(Function.call,String.prototype.slice),Ex=$n.call(Function.call,RegExp.prototype.exec),Ix=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Ax=/\\(\\)?/g,Mx=function(t){var e=xa(t,0,1),i=xa(t,-1);if(e==="%"&&i!=="%")throw new Hs("invalid intrinsic syntax, expected closing `%`");if(i==="%"&&e!=="%")throw new Hs("invalid intrinsic syntax, expected opening `%`");var s=[];return Gp(t,Ix,function(n,o,a,h){s[s.length]=a?Gp(h,Ax,"$1"):o||n}),s},Rx=function(t,e){var i=t,s;if(ba(Lp,i)&&(s=Lp[i],i="%"+s[0]+"%"),ba($r,i)){var n=$r[i];if(n===zs&&(n=Tx(i)),typeof n>"u"&&!e)throw new Ks("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:s,name:i,value:n}}throw new Hs("intrinsic "+t+" does not exist!")},Yl=function(t,e){if(typeof t!="string"||t.length===0)throw new Ks("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof e!="boolean")throw new Ks('"allowMissing" argument must be a boolean');if(Ex(/^%?[^%]*%?$/,t)===null)throw new Hs("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var i=Mx(t),s=i.length>0?i[0]:"",n=Rx("%"+s+"%",e),o=n.name,a=n.value,h=!1,l=n.alias;l&&(s=l[0],Cx(i,Sx([0,1],l)));for(var c=1,u=!0;c<i.length;c+=1){var d=i[c],f=xa(d,0,1),p=xa(d,-1);if((f==='"'||f==="'"||f==="`"||p==='"'||p==="'"||p==="`")&&f!==p)throw new Hs("property names with quotes must have matching quotes");if((d==="constructor"||!u)&&(h=!0),s+="."+d,o="%"+s+"%",ba($r,o))a=$r[o];else if(a!=null){if(!(d in a)){if(!e)throw new Ks("base intrinsic for "+t+" exists, but the property is not available.");return}if(Jr&&c+1>=i.length){var m=Jr(a,d);u=!!m,u&&"get"in m&&!("originalValue"in m.get)?a=m.get:a=a[d]}else u=ba(a,d),a=a[d];u&&!h&&($r[o]=a)}}return a},Fp={exports:{}};(function(r){var t=Vl,e=Yl,i=e("%Function.prototype.apply%"),s=e("%Function.prototype.call%"),n=e("%Reflect.apply%",!0)||t.call(s,i),o=e("%Object.getOwnPropertyDescriptor%",!0),a=e("%Object.defineProperty%",!0),h=e("%Math.max%");if(a)try{a({},"a",{value:1})}catch{a=null}r.exports=function(u){var d=n(t,s,arguments);if(o&&a){var f=o(d,"length");f.configurable&&a(d,"length",{value:1+h(0,u.length-(arguments.length-1))})}return d};var l=function(){return n(t,i,arguments)};a?a(r.exports,"apply",{value:l}):r.exports.apply=l})(Fp);var Px=Fp.exports,Np=Yl,kp=Px,Lx=kp(Np("String.prototype.indexOf")),Gx=function(t,e){var i=Np(t,!!e);return typeof i=="function"&&Lx(t,".prototype.")>-1?kp(i):i};const Fx=Xb(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var zl=typeof Map=="function"&&Map.prototype,jl=Object.getOwnPropertyDescriptor&&zl?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,_a=zl&&jl&&typeof jl.get=="function"?jl.get:null,Dp=zl&&Map.prototype.forEach,Jl=typeof Set=="function"&&Set.prototype,$l=Object.getOwnPropertyDescriptor&&Jl?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,va=Jl&&$l&&typeof $l.get=="function"?$l.get:null,Op=Jl&&Set.prototype.forEach,Nx=typeof WeakMap=="function"&&WeakMap.prototype,Qn=Nx?WeakMap.prototype.has:null,kx=typeof WeakSet=="function"&&WeakSet.prototype,qn=kx?WeakSet.prototype.has:null,Dx=typeof WeakRef=="function"&&WeakRef.prototype,Bp=Dx?WeakRef.prototype.deref:null,Ox=Boolean.prototype.valueOf,Bx=Object.prototype.toString,Ux=Function.prototype.toString,Xx=String.prototype.match,Ql=String.prototype.slice,yr=String.prototype.replace,Wx=String.prototype.toUpperCase,Up=String.prototype.toLowerCase,Xp=RegExp.prototype.test,Wp=Array.prototype.concat,Si=Array.prototype.join,Zx=Array.prototype.slice,Zp=Math.floor,ql=typeof BigInt=="function"?BigInt.prototype.valueOf:null,tc=Object.getOwnPropertySymbols,ec=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,js=typeof Symbol=="function"&&typeof Symbol.iterator=="object",ue=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===js||!0)?Symbol.toStringTag:null,Vp=Object.prototype.propertyIsEnumerable,Hp=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(r){return r.__proto__}:null);function Kp(r,t){if(r===1/0||r===-1/0||r!==r||r&&r>-1e3&&r<1e3||Xp.call(/e/,t))return t;var e=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof r=="number"){var i=r<0?-Zp(-r):Zp(r);if(i!==r){var s=String(i),n=Ql.call(t,s.length+1);return yr.call(s,e,"$&_")+"."+yr.call(yr.call(n,/([0-9]{3})/g,"$&_"),/_$/,"")}}return yr.call(t,e,"$&_")}var ic=Fx,Yp=ic.custom,zp=$p(Yp)?Yp:null,Vx=function r(t,e,i,s){var n=e||{};if(br(n,"quoteStyle")&&n.quoteStyle!=="single"&&n.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(br(n,"maxStringLength")&&(typeof n.maxStringLength=="number"?n.maxStringLength<0&&n.maxStringLength!==1/0:n.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var o=br(n,"customInspect")?n.customInspect:!0;if(typeof o!="boolean"&&o!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(br(n,"indent")&&n.indent!==null&&n.indent!==" "&&!(parseInt(n.indent,10)===n.indent&&n.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(br(n,"numericSeparator")&&typeof n.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var a=n.numericSeparator;if(typeof t>"u")return"undefined";if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="string")return qp(t,n);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var h=String(t);return a?Kp(t,h):h}if(typeof t=="bigint"){var l=String(t)+"n";return a?Kp(t,l):l}var c=typeof n.depth>"u"?5:n.depth;if(typeof i>"u"&&(i=0),i>=c&&c>0&&typeof t=="object")return rc(t)?"[Array]":"[Object]";var u=h_(n,i);if(typeof s>"u")s=[];else if(Qp(s,t)>=0)return"[Circular]";function d(A,G,D){if(G&&(s=Zx.call(s),s.push(G)),D){var X={depth:n.depth};return br(n,"quoteStyle")&&(X.quoteStyle=n.quoteStyle),r(A,X,i+1,s)}return r(A,n,i+1,s)}if(typeof t=="function"&&!Jp(t)){var f=qx(t),p=wa(t,d);return"[Function"+(f?": "+f:" (anonymous)")+"]"+(p.length>0?" { "+Si.call(p,", ")+" }":"")}if($p(t)){var m=js?yr.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):ec.call(t);return typeof t=="object"&&!js?to(m):m}if(n_(t)){for(var g="<"+Up.call(String(t.nodeName)),b=t.attributes||[],_=0;_<b.length;_++)g+=" "+b[_].name+"="+jp(Hx(b[_].value),"double",n);return g+=">",t.childNodes&&t.childNodes.length&&(g+="..."),g+="</"+Up.call(String(t.nodeName))+">",g}if(rc(t)){if(t.length===0)return"[]";var x=wa(t,d);return u&&!a_(x)?"["+nc(x,u)+"]":"[ "+Si.call(x,", ")+" ]"}if(Yx(t)){var v=wa(t,d);return!("cause"in Error.prototype)&&"cause"in t&&!Vp.call(t,"cause")?"{ ["+String(t)+"] "+Si.call(Wp.call("[cause]: "+d(t.cause),v),", ")+" }":v.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+Si.call(v,", ")+" }"}if(typeof t=="object"&&o){if(zp&&typeof t[zp]=="function"&&ic)return ic(t,{depth:c-i});if(o!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(t_(t)){var T=[];return Dp&&Dp.call(t,function(A,G){T.push(d(G,t,!0)+" => "+d(A,t))}),t0("Map",_a.call(t),T,u)}if(r_(t)){var C=[];return Op&&Op.call(t,function(A){C.push(d(A,t))}),t0("Set",va.call(t),C,u)}if(e_(t))return sc("WeakMap");if(s_(t))return sc("WeakSet");if(i_(t))return sc("WeakRef");if(jx(t))return to(d(Number(t)));if($x(t))return to(d(ql.call(t)));if(Jx(t))return to(Ox.call(t));if(zx(t))return to(d(String(t)));if(!Kx(t)&&!Jp(t)){var E=wa(t,d),I=Hp?Hp(t)===Object.prototype:t instanceof Object||t.constructor===Object,R=t instanceof Object?"":"null prototype",N=!I&&ue&&Object(t)===t&&ue in t?Ql.call(xr(t),8,-1):R?"Object":"",F=I||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",P=F+(N||R?"["+Si.call(Wp.call([],N||[],R||[]),": ")+"] ":"");return E.length===0?P+"{}":u?P+"{"+nc(E,u)+"}":P+"{ "+Si.call(E,", ")+" }"}return String(t)};function jp(r,t,e){var i=(e.quoteStyle||t)==="double"?'"':"'";return i+r+i}function Hx(r){return yr.call(String(r),/"/g,""")}function rc(r){return xr(r)==="[object Array]"&&(!ue||!(typeof r=="object"&&ue in r))}function Kx(r){return xr(r)==="[object Date]"&&(!ue||!(typeof r=="object"&&ue in r))}function Jp(r){return xr(r)==="[object RegExp]"&&(!ue||!(typeof r=="object"&&ue in r))}function Yx(r){return xr(r)==="[object Error]"&&(!ue||!(typeof r=="object"&&ue in r))}function zx(r){return xr(r)==="[object String]"&&(!ue||!(typeof r=="object"&&ue in r))}function jx(r){return xr(r)==="[object Number]"&&(!ue||!(typeof r=="object"&&ue in r))}function Jx(r){return xr(r)==="[object Boolean]"&&(!ue||!(typeof r=="object"&&ue in r))}function $p(r){if(js)return r&&typeof r=="object"&&r instanceof Symbol;if(typeof r=="symbol")return!0;if(!r||typeof r!="object"||!ec)return!1;try{return ec.call(r),!0}catch{}return!1}function $x(r){if(!r||typeof r!="object"||!ql)return!1;try{return ql.call(r),!0}catch{}return!1}var Qx=Object.prototype.hasOwnProperty||function(r){return r in this};function br(r,t){return Qx.call(r,t)}function xr(r){return Bx.call(r)}function qx(r){if(r.name)return r.name;var t=Xx.call(Ux.call(r),/^function\s*([\w$]+)/);return t?t[1]:null}function Qp(r,t){if(r.indexOf)return r.indexOf(t);for(var e=0,i=r.length;e<i;e++)if(r[e]===t)return e;return-1}function t_(r){if(!_a||!r||typeof r!="object")return!1;try{_a.call(r);try{va.call(r)}catch{return!0}return r instanceof Map}catch{}return!1}function e_(r){if(!Qn||!r||typeof r!="object")return!1;try{Qn.call(r,Qn);try{qn.call(r,qn)}catch{return!0}return r instanceof WeakMap}catch{}return!1}function i_(r){if(!Bp||!r||typeof r!="object")return!1;try{return Bp.call(r),!0}catch{}return!1}function r_(r){if(!va||!r||typeof r!="object")return!1;try{va.call(r);try{_a.call(r)}catch{return!0}return r instanceof Set}catch{}return!1}function s_(r){if(!qn||!r||typeof r!="object")return!1;try{qn.call(r,qn);try{Qn.call(r,Qn)}catch{return!0}return r instanceof WeakSet}catch{}return!1}function n_(r){return!r||typeof r!="object"?!1:typeof HTMLElement<"u"&&r instanceof HTMLElement?!0:typeof r.nodeName=="string"&&typeof r.getAttribute=="function"}function qp(r,t){if(r.length>t.maxStringLength){var e=r.length-t.maxStringLength,i="... "+e+" more character"+(e>1?"s":"");return qp(Ql.call(r,0,t.maxStringLength),t)+i}var s=yr.call(yr.call(r,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,o_);return jp(s,"single",t)}function o_(r){var t=r.charCodeAt(0),e={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return e?"\\"+e:"\\x"+(t<16?"0":"")+Wx.call(t.toString(16))}function to(r){return"Object("+r+")"}function sc(r){return r+" { ? }"}function t0(r,t,e,i){var s=i?nc(e,i):Si.call(e,", ");return r+" ("+t+") {"+s+"}"}function a_(r){for(var t=0;t<r.length;t++)if(Qp(r[t],`
|
|
2
|
+
`)>=0)return!1;return!0}function h_(r,t){var e;if(r.indent===" ")e=" ";else if(typeof r.indent=="number"&&r.indent>0)e=Si.call(Array(r.indent+1)," ");else return null;return{base:e,prev:Si.call(Array(t+1),e)}}function nc(r,t){if(r.length===0)return"";var e=`
|
|
3
|
+
`+t.prev+t.base;return e+Si.call(r,","+e)+`
|
|
4
|
+
`+t.prev}function wa(r,t){var e=rc(r),i=[];if(e){i.length=r.length;for(var s=0;s<r.length;s++)i[s]=br(r,s)?t(r[s],r):""}var n=typeof tc=="function"?tc(r):[],o;if(js){o={};for(var a=0;a<n.length;a++)o["$"+n[a]]=n[a]}for(var h in r)br(r,h)&&(e&&String(Number(h))===h&&h<r.length||js&&o["$"+h]instanceof Symbol||(Xp.call(/[^\w$]/,h)?i.push(t(h,r)+": "+t(r[h],r)):i.push(h+": "+t(r[h],r))));if(typeof tc=="function")for(var l=0;l<n.length;l++)Vp.call(r,n[l])&&i.push("["+t(n[l])+"]: "+t(r[n[l]],r));return i}var oc=Yl,Js=Gx,l_=Vx,c_=oc("%TypeError%"),Ta=oc("%WeakMap%",!0),Sa=oc("%Map%",!0),u_=Js("WeakMap.prototype.get",!0),d_=Js("WeakMap.prototype.set",!0),f_=Js("WeakMap.prototype.has",!0),p_=Js("Map.prototype.get",!0),m_=Js("Map.prototype.set",!0),g_=Js("Map.prototype.has",!0),ac=function(r,t){for(var e=r,i;(i=e.next)!==null;e=i)if(i.key===t)return e.next=i.next,i.next=r.next,r.next=i,i},y_=function(r,t){var e=ac(r,t);return e&&e.value},b_=function(r,t,e){var i=ac(r,t);i?i.value=e:r.next={key:t,next:r.next,value:e}},x_=function(r,t){return!!ac(r,t)},__=function(){var t,e,i,s={assert:function(n){if(!s.has(n))throw new c_("Side channel does not contain "+l_(n))},get:function(n){if(Ta&&n&&(typeof n=="object"||typeof n=="function")){if(t)return u_(t,n)}else if(Sa){if(e)return p_(e,n)}else if(i)return y_(i,n)},has:function(n){if(Ta&&n&&(typeof n=="object"||typeof n=="function")){if(t)return f_(t,n)}else if(Sa){if(e)return g_(e,n)}else if(i)return x_(i,n);return!1},set:function(n,o){Ta&&n&&(typeof n=="object"||typeof n=="function")?(t||(t=new Ta),d_(t,n,o)):Sa?(e||(e=new Sa),m_(e,n,o)):(i||(i={key:{},next:null}),b_(i,n,o))}};return s},v_=String.prototype.replace,w_=/%20/g,hc={RFC1738:"RFC1738",RFC3986:"RFC3986"},lc={default:hc.RFC3986,formatters:{RFC1738:function(r){return v_.call(r,w_,"+")},RFC3986:function(r){return String(r)}},RFC1738:hc.RFC1738,RFC3986:hc.RFC3986},T_=lc,cc=Object.prototype.hasOwnProperty,Qr=Array.isArray,Ci=function(){for(var r=[],t=0;t<256;++t)r.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return r}(),S_=function(t){for(;t.length>1;){var e=t.pop(),i=e.obj[e.prop];if(Qr(i)){for(var s=[],n=0;n<i.length;++n)typeof i[n]<"u"&&s.push(i[n]);e.obj[e.prop]=s}}},e0=function(t,e){for(var i=e&&e.plainObjects?Object.create(null):{},s=0;s<t.length;++s)typeof t[s]<"u"&&(i[s]=t[s]);return i},C_=function r(t,e,i){if(!e)return t;if(typeof e!="object"){if(Qr(t))t.push(e);else if(t&&typeof t=="object")(i&&(i.plainObjects||i.allowPrototypes)||!cc.call(Object.prototype,e))&&(t[e]=!0);else return[t,e];return t}if(!t||typeof t!="object")return[t].concat(e);var s=t;return Qr(t)&&!Qr(e)&&(s=e0(t,i)),Qr(t)&&Qr(e)?(e.forEach(function(n,o){if(cc.call(t,o)){var a=t[o];a&&typeof a=="object"&&n&&typeof n=="object"?t[o]=r(a,n,i):t.push(n)}else t[o]=n}),t):Object.keys(e).reduce(function(n,o){var a=e[o];return cc.call(n,o)?n[o]=r(n[o],a,i):n[o]=a,n},s)},E_=function(t,e){return Object.keys(e).reduce(function(i,s){return i[s]=e[s],i},t)},I_=function(r,t,e){var i=r.replace(/\+/g," ");if(e==="iso-8859-1")return i.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(i)}catch{return i}},A_=function(t,e,i,s,n){if(t.length===0)return t;var o=t;if(typeof t=="symbol"?o=Symbol.prototype.toString.call(t):typeof t!="string"&&(o=String(t)),i==="iso-8859-1")return escape(o).replace(/%u[0-9a-f]{4}/gi,function(c){return"%26%23"+parseInt(c.slice(2),16)+"%3B"});for(var a="",h=0;h<o.length;++h){var l=o.charCodeAt(h);if(l===45||l===46||l===95||l===126||l>=48&&l<=57||l>=65&&l<=90||l>=97&&l<=122||n===T_.RFC1738&&(l===40||l===41)){a+=o.charAt(h);continue}if(l<128){a=a+Ci[l];continue}if(l<2048){a=a+(Ci[192|l>>6]+Ci[128|l&63]);continue}if(l<55296||l>=57344){a=a+(Ci[224|l>>12]+Ci[128|l>>6&63]+Ci[128|l&63]);continue}h+=1,l=65536+((l&1023)<<10|o.charCodeAt(h)&1023),a+=Ci[240|l>>18]+Ci[128|l>>12&63]+Ci[128|l>>6&63]+Ci[128|l&63]}return a},M_=function(t){for(var e=[{obj:{o:t},prop:"o"}],i=[],s=0;s<e.length;++s)for(var n=e[s],o=n.obj[n.prop],a=Object.keys(o),h=0;h<a.length;++h){var l=a[h],c=o[l];typeof c=="object"&&c!==null&&i.indexOf(c)===-1&&(e.push({obj:o,prop:l}),i.push(c))}return S_(e),t},R_=function(t){return Object.prototype.toString.call(t)==="[object RegExp]"},P_=function(t){return!t||typeof t!="object"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},L_=function(t,e){return[].concat(t,e)},G_=function(t,e){if(Qr(t)){for(var i=[],s=0;s<t.length;s+=1)i.push(e(t[s]));return i}return e(t)},i0={arrayToObject:e0,assign:E_,combine:L_,compact:M_,decode:I_,encode:A_,isBuffer:P_,isRegExp:R_,maybeMap:G_,merge:C_},r0=__,Ca=i0,eo=lc,F_=Object.prototype.hasOwnProperty,s0={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,e){return t+"["+e+"]"},repeat:function(t){return t}},ji=Array.isArray,N_=Array.prototype.push,n0=function(r,t){N_.apply(r,ji(t)?t:[t])},k_=Date.prototype.toISOString,o0=eo.default,de={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:Ca.encode,encodeValuesOnly:!1,format:o0,formatter:eo.formatters[o0],indices:!1,serializeDate:function(t){return k_.call(t)},skipNulls:!1,strictNullHandling:!1},D_=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},uc={},O_=function r(t,e,i,s,n,o,a,h,l,c,u,d,f,p,m,g){for(var b=t,_=g,x=0,v=!1;(_=_.get(uc))!==void 0&&!v;){var T=_.get(t);if(x+=1,typeof T<"u"){if(T===x)throw new RangeError("Cyclic object value");v=!0}typeof _.get(uc)>"u"&&(x=0)}if(typeof h=="function"?b=h(e,b):b instanceof Date?b=u(b):i==="comma"&&ji(b)&&(b=Ca.maybeMap(b,function(X){return X instanceof Date?u(X):X})),b===null){if(n)return a&&!p?a(e,de.encoder,m,"key",d):e;b=""}if(D_(b)||Ca.isBuffer(b)){if(a){var C=p?e:a(e,de.encoder,m,"key",d);return[f(C)+"="+f(a(b,de.encoder,m,"value",d))]}return[f(e)+"="+f(String(b))]}var E=[];if(typeof b>"u")return E;var I;if(i==="comma"&&ji(b))p&&a&&(b=Ca.maybeMap(b,a)),I=[{value:b.length>0?b.join(",")||null:void 0}];else if(ji(h))I=h;else{var R=Object.keys(b);I=l?R.sort(l):R}for(var N=s&&ji(b)&&b.length===1?e+"[]":e,F=0;F<I.length;++F){var P=I[F],A=typeof P=="object"&&typeof P.value<"u"?P.value:b[P];if(!(o&&A===null)){var G=ji(b)?typeof i=="function"?i(N,P):N:N+(c?"."+P:"["+P+"]");g.set(t,x);var D=r0();D.set(uc,g),n0(E,r(A,G,i,s,n,o,i==="comma"&&p&&ji(b)?null:a,h,l,c,u,d,f,p,m,D))}}return E},B_=function(t){if(!t)return de;if(t.encoder!==null&&typeof t.encoder<"u"&&typeof t.encoder!="function")throw new TypeError("Encoder has to be a function.");var e=t.charset||de.charset;if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var i=eo.default;if(typeof t.format<"u"){if(!F_.call(eo.formatters,t.format))throw new TypeError("Unknown format option provided.");i=t.format}var s=eo.formatters[i],n=de.filter;return(typeof t.filter=="function"||ji(t.filter))&&(n=t.filter),{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:de.addQueryPrefix,allowDots:typeof t.allowDots>"u"?de.allowDots:!!t.allowDots,charset:e,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:de.charsetSentinel,delimiter:typeof t.delimiter>"u"?de.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:de.encode,encoder:typeof t.encoder=="function"?t.encoder:de.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:de.encodeValuesOnly,filter:n,format:i,formatter:s,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:de.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:de.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:de.strictNullHandling}},U_=function(r,t){var e=r,i=B_(t),s,n;typeof i.filter=="function"?(n=i.filter,e=n("",e)):ji(i.filter)&&(n=i.filter,s=n);var o=[];if(typeof e!="object"||e===null)return"";var a;t&&t.arrayFormat in s0?a=t.arrayFormat:t&&"indices"in t?a=t.indices?"indices":"repeat":a="indices";var h=s0[a];if(t&&"commaRoundTrip"in t&&typeof t.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var l=h==="comma"&&t&&t.commaRoundTrip;s||(s=Object.keys(e)),i.sort&&s.sort(i.sort);for(var c=r0(),u=0;u<s.length;++u){var d=s[u];i.skipNulls&&e[d]===null||n0(o,O_(e[d],d,h,l,i.strictNullHandling,i.skipNulls,i.encode?i.encoder:null,i.filter,i.sort,i.allowDots,i.serializeDate,i.format,i.formatter,i.encodeValuesOnly,i.charset,c))}var f=o.join(i.delimiter),p=i.addQueryPrefix===!0?"?":"";return i.charsetSentinel&&(i.charset==="iso-8859-1"?p+="utf8=%26%2310003%3B&":p+="utf8=%E2%9C%93&"),f.length>0?p+f:""},$s=i0,dc=Object.prototype.hasOwnProperty,X_=Array.isArray,ne={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:$s.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},W_=function(r){return r.replace(/&#(\d+);/g,function(t,e){return String.fromCharCode(parseInt(e,10))})},a0=function(r,t){return r&&typeof r=="string"&&t.comma&&r.indexOf(",")>-1?r.split(","):r},Z_="utf8=%26%2310003%3B",V_="utf8=%E2%9C%93",H_=function(t,e){var i={__proto__:null},s=e.ignoreQueryPrefix?t.replace(/^\?/,""):t,n=e.parameterLimit===1/0?void 0:e.parameterLimit,o=s.split(e.delimiter,n),a=-1,h,l=e.charset;if(e.charsetSentinel)for(h=0;h<o.length;++h)o[h].indexOf("utf8=")===0&&(o[h]===V_?l="utf-8":o[h]===Z_&&(l="iso-8859-1"),a=h,h=o.length);for(h=0;h<o.length;++h)if(h!==a){var c=o[h],u=c.indexOf("]="),d=u===-1?c.indexOf("="):u+1,f,p;d===-1?(f=e.decoder(c,ne.decoder,l,"key"),p=e.strictNullHandling?null:""):(f=e.decoder(c.slice(0,d),ne.decoder,l,"key"),p=$s.maybeMap(a0(c.slice(d+1),e),function(m){return e.decoder(m,ne.decoder,l,"value")})),p&&e.interpretNumericEntities&&l==="iso-8859-1"&&(p=W_(p)),c.indexOf("[]=")>-1&&(p=X_(p)?[p]:p),dc.call(i,f)?i[f]=$s.combine(i[f],p):i[f]=p}return i},K_=function(r,t,e,i){for(var s=i?t:a0(t,e),n=r.length-1;n>=0;--n){var o,a=r[n];if(a==="[]"&&e.parseArrays)o=[].concat(s);else{o=e.plainObjects?Object.create(null):{};var h=a.charAt(0)==="["&&a.charAt(a.length-1)==="]"?a.slice(1,-1):a,l=parseInt(h,10);!e.parseArrays&&h===""?o={0:s}:!isNaN(l)&&a!==h&&String(l)===h&&l>=0&&e.parseArrays&&l<=e.arrayLimit?(o=[],o[l]=s):h!=="__proto__"&&(o[h]=s)}s=o}return s},Y_=function(t,e,i,s){if(t){var n=i.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,o=/(\[[^[\]]*])/,a=/(\[[^[\]]*])/g,h=i.depth>0&&o.exec(n),l=h?n.slice(0,h.index):n,c=[];if(l){if(!i.plainObjects&&dc.call(Object.prototype,l)&&!i.allowPrototypes)return;c.push(l)}for(var u=0;i.depth>0&&(h=a.exec(n))!==null&&u<i.depth;){if(u+=1,!i.plainObjects&&dc.call(Object.prototype,h[1].slice(1,-1))&&!i.allowPrototypes)return;c.push(h[1])}return h&&c.push("["+n.slice(h.index)+"]"),K_(c,e,i,s)}},z_=function(t){if(!t)return ne;if(t.decoder!==null&&t.decoder!==void 0&&typeof t.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var e=typeof t.charset>"u"?ne.charset:t.charset;return{allowDots:typeof t.allowDots>"u"?ne.allowDots:!!t.allowDots,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:ne.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:ne.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:ne.arrayLimit,charset:e,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:ne.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:ne.comma,decoder:typeof t.decoder=="function"?t.decoder:ne.decoder,delimiter:typeof t.delimiter=="string"||$s.isRegExp(t.delimiter)?t.delimiter:ne.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:ne.depth,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:ne.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:ne.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:ne.plainObjects,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:ne.strictNullHandling}},j_=function(r,t){var e=z_(t);if(r===""||r===null||typeof r>"u")return e.plainObjects?Object.create(null):{};for(var i=typeof r=="string"?H_(r,e):r,s=e.plainObjects?Object.create(null):{},n=Object.keys(i),o=0;o<n.length;++o){var a=n[o],h=Y_(a,i[a],e,typeof r=="string");s=$s.merge(s,h,e)}return e.allowSparse===!0?s:$s.compact(s)},J_=U_,$_=j_,Q_=lc,q_={formats:Q_,parse:$_,stringify:J_},tv=ox;function Ji(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var ev=/^([a-z0-9.+-]+:)/i,iv=/:[0-9]*$/,rv=/^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/,sv=["<",">",'"',"`"," ","\r",`
|
|
5
|
+
`," "],nv=["{","}","|","\\","^","`"].concat(sv),fc=["'"].concat(nv),h0=["%","/","?",";","#"].concat(fc),l0=["/","?","#"],ov=255,c0=/^[+a-z0-9A-Z_-]{0,63}$/,av=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,hv={javascript:!0,"javascript:":!0},pc={javascript:!0,"javascript:":!0},Qs={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},mc=q_;function lv(r,t,e){if(r&&typeof r=="object"&&r instanceof Ji)return r;var i=new Ji;return i.parse(r,t,e),i}Ji.prototype.parse=function(r,t,e){if(typeof r!="string")throw new TypeError("Parameter 'url' must be a string, not "+typeof r);var i=r.indexOf("?"),s=i!==-1&&i<r.indexOf("#")?"?":"#",n=r.split(s),o=/\\/g;n[0]=n[0].replace(o,"/"),r=n.join(s);var a=r;if(a=a.trim(),!e&&r.split("#").length===1){var h=rv.exec(a);if(h)return this.path=a,this.href=a,this.pathname=h[1],h[2]?(this.search=h[2],t?this.query=mc.parse(this.search.substr(1)):this.query=this.search.substr(1)):t&&(this.search="",this.query={}),this}var l=ev.exec(a);if(l){l=l[0];var c=l.toLowerCase();this.protocol=c,a=a.substr(l.length)}if(e||l||a.match(/^\/\/[^@/]+@[^@/]+/)){var u=a.substr(0,2)==="//";u&&!(l&&pc[l])&&(a=a.substr(2),this.slashes=!0)}if(!pc[l]&&(u||l&&!Qs[l])){for(var d=-1,f=0;f<l0.length;f++){var p=a.indexOf(l0[f]);p!==-1&&(d===-1||p<d)&&(d=p)}var m,g;d===-1?g=a.lastIndexOf("@"):g=a.lastIndexOf("@",d),g!==-1&&(m=a.slice(0,g),a=a.slice(g+1),this.auth=decodeURIComponent(m)),d=-1;for(var f=0;f<h0.length;f++){var p=a.indexOf(h0[f]);p!==-1&&(d===-1||p<d)&&(d=p)}d===-1&&(d=a.length),this.host=a.slice(0,d),a=a.slice(d),this.parseHost(),this.hostname=this.hostname||"";var b=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!b)for(var _=this.hostname.split(/\./),f=0,x=_.length;f<x;f++){var v=_[f];if(v&&!v.match(c0)){for(var T="",C=0,E=v.length;C<E;C++)v.charCodeAt(C)>127?T+="x":T+=v[C];if(!T.match(c0)){var I=_.slice(0,f),R=_.slice(f+1),N=v.match(av);N&&(I.push(N[1]),R.unshift(N[2])),R.length&&(a="/"+R.join(".")+a),this.hostname=I.join(".");break}}}this.hostname.length>ov?this.hostname="":this.hostname=this.hostname.toLowerCase(),b||(this.hostname=tv.toASCII(this.hostname));var F=this.port?":"+this.port:"",P=this.hostname||"";this.host=P+F,this.href+=this.host,b&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),a[0]!=="/"&&(a="/"+a))}if(!hv[c])for(var f=0,x=fc.length;f<x;f++){var A=fc[f];if(a.indexOf(A)!==-1){var G=encodeURIComponent(A);G===A&&(G=escape(A)),a=a.split(A).join(G)}}var D=a.indexOf("#");D!==-1&&(this.hash=a.substr(D),a=a.slice(0,D));var X=a.indexOf("?");if(X!==-1?(this.search=a.substr(X),this.query=a.substr(X+1),t&&(this.query=mc.parse(this.query)),a=a.slice(0,X)):t&&(this.search="",this.query={}),a&&(this.pathname=a),Qs[c]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){var F=this.pathname||"",B=this.search||"";this.path=F+B}return this.href=this.format(),this},Ji.prototype.format=function(){var r=this.auth||"";r&&(r=encodeURIComponent(r),r=r.replace(/%3A/i,":"),r+="@");var t=this.protocol||"",e=this.pathname||"",i=this.hash||"",s=!1,n="";this.host?s=r+this.host:this.hostname&&(s=r+(this.hostname.indexOf(":")===-1?this.hostname:"["+this.hostname+"]"),this.port&&(s+=":"+this.port)),this.query&&typeof this.query=="object"&&Object.keys(this.query).length&&(n=mc.stringify(this.query,{arrayFormat:"repeat",addQueryPrefix:!1}));var o=this.search||n&&"?"+n||"";return t&&t.substr(-1)!==":"&&(t+=":"),this.slashes||(!t||Qs[t])&&s!==!1?(s="//"+(s||""),e&&e.charAt(0)!=="/"&&(e="/"+e)):s||(s=""),i&&i.charAt(0)!=="#"&&(i="#"+i),o&&o.charAt(0)!=="?"&&(o="?"+o),e=e.replace(/[?#]/g,function(a){return encodeURIComponent(a)}),o=o.replace("#","%23"),t+s+e+o+i},Ji.prototype.resolve=function(r){return this.resolveObject(lv(r,!1,!0)).format()},Ji.prototype.resolveObject=function(r){if(typeof r=="string"){var t=new Ji;t.parse(r,!1,!0),r=t}for(var e=new Ji,i=Object.keys(this),s=0;s<i.length;s++){var n=i[s];e[n]=this[n]}if(e.hash=r.hash,r.href==="")return e.href=e.format(),e;if(r.slashes&&!r.protocol){for(var o=Object.keys(r),a=0;a<o.length;a++){var h=o[a];h!=="protocol"&&(e[h]=r[h])}return Qs[e.protocol]&&e.hostname&&!e.pathname&&(e.pathname="/",e.path=e.pathname),e.href=e.format(),e}if(r.protocol&&r.protocol!==e.protocol){if(!Qs[r.protocol]){for(var l=Object.keys(r),c=0;c<l.length;c++){var u=l[c];e[u]=r[u]}return e.href=e.format(),e}if(e.protocol=r.protocol,!r.host&&!pc[r.protocol]){for(var x=(r.pathname||"").split("/");x.length&&!(r.host=x.shift()););r.host||(r.host=""),r.hostname||(r.hostname=""),x[0]!==""&&x.unshift(""),x.length<2&&x.unshift(""),e.pathname=x.join("/")}else e.pathname=r.pathname;if(e.search=r.search,e.query=r.query,e.host=r.host||"",e.auth=r.auth,e.hostname=r.hostname||r.host,e.port=r.port,e.pathname||e.search){var d=e.pathname||"",f=e.search||"";e.path=d+f}return e.slashes=e.slashes||r.slashes,e.href=e.format(),e}var p=e.pathname&&e.pathname.charAt(0)==="/",m=r.host||r.pathname&&r.pathname.charAt(0)==="/",g=m||p||e.host&&r.pathname,b=g,_=e.pathname&&e.pathname.split("/")||[],x=r.pathname&&r.pathname.split("/")||[],v=e.protocol&&!Qs[e.protocol];if(v&&(e.hostname="",e.port=null,e.host&&(_[0]===""?_[0]=e.host:_.unshift(e.host)),e.host="",r.protocol&&(r.hostname=null,r.port=null,r.host&&(x[0]===""?x[0]=r.host:x.unshift(r.host)),r.host=null),g=g&&(x[0]===""||_[0]==="")),m)e.host=r.host||r.host===""?r.host:e.host,e.hostname=r.hostname||r.hostname===""?r.hostname:e.hostname,e.search=r.search,e.query=r.query,_=x;else if(x.length)_||(_=[]),_.pop(),_=_.concat(x),e.search=r.search,e.query=r.query;else if(r.search!=null){if(v){e.host=_.shift(),e.hostname=e.host;var T=e.host&&e.host.indexOf("@")>0?e.host.split("@"):!1;T&&(e.auth=T.shift(),e.hostname=T.shift(),e.host=e.hostname)}return e.search=r.search,e.query=r.query,(e.pathname!==null||e.search!==null)&&(e.path=(e.pathname?e.pathname:"")+(e.search?e.search:"")),e.href=e.format(),e}if(!_.length)return e.pathname=null,e.search?e.path="/"+e.search:e.path=null,e.href=e.format(),e;for(var C=_.slice(-1)[0],E=(e.host||r.host||_.length>1)&&(C==="."||C==="..")||C==="",I=0,R=_.length;R>=0;R--)C=_[R],C==="."?_.splice(R,1):C===".."?(_.splice(R,1),I++):I&&(_.splice(R,1),I--);if(!g&&!b)for(;I--;I)_.unshift("..");g&&_[0]!==""&&(!_[0]||_[0].charAt(0)!=="/")&&_.unshift(""),E&&_.join("/").substr(-1)!=="/"&&_.push("");var N=_[0]===""||_[0]&&_[0].charAt(0)==="/";if(v){e.hostname=N?"":_.length?_.shift():"",e.host=e.hostname;var T=e.host&&e.host.indexOf("@")>0?e.host.split("@"):!1;T&&(e.auth=T.shift(),e.hostname=T.shift(),e.host=e.hostname)}return g=g||e.host&&_.length,g&&!N&&_.unshift(""),_.length>0?e.pathname=_.join("/"):(e.pathname=null,e.path=null),(e.pathname!==null||e.search!==null)&&(e.path=(e.pathname?e.pathname:"")+(e.search?e.search:"")),e.auth=r.auth||e.auth,e.slashes=e.slashes||r.slashes,e.href=e.format(),e},Ji.prototype.parseHost=function(){var r=this.host,t=iv.exec(r);t&&(t=t[0],t!==":"&&(this.port=t.substr(1)),r=r.substr(0,r.length-t.length)),r&&(this.hostname=r)};const u0={};function vt(r,t,e=3){if(u0[t])return;let i=new Error().stack;typeof i>"u"?console.warn("PixiJS Deprecation Warning: ",`${t}
|
|
6
|
+
Deprecated since v${r}`):(i=i.split(`
|
|
7
7
|
`).splice(e).join(`
|
|
8
8
|
`),console.groupCollapsed?(console.groupCollapsed("%cPixiJS Deprecation Warning: %c%s","color:#614108;background:#fffbe6","font-weight:normal;color:#614108;background:#fffbe6",`${t}
|
|
9
|
-
Deprecated since v${
|
|
10
|
-
Deprecated since v${i}`),console.warn(r))),zp[t]=!0}function ri(i){if(typeof i!="string")throw new TypeError(`Path must be a string. Received ${JSON.stringify(i)}`)}function oo(i){return i.split("?")[0].split("#")[0]}function cv(i){return i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function uv(i,t,e){return i.replace(new RegExp(cv(t),"g"),e)}function dv(i,t){let e="",r=0,n=-1,s=0,o=-1;for(let a=0;a<=i.length;++a){if(a<i.length)o=i.charCodeAt(a);else{if(o===47)break;o=47}if(o===47){if(!(n===a-1||s===1))if(n!==a-1&&s===2){if(e.length<2||r!==2||e.charCodeAt(e.length-1)!==46||e.charCodeAt(e.length-2)!==46){if(e.length>2){const l=e.lastIndexOf("/");if(l!==e.length-1){l===-1?(e="",r=0):(e=e.slice(0,l),r=e.length-1-e.lastIndexOf("/")),n=a,s=0;continue}}else if(e.length===2||e.length===1){e="",r=0,n=a,s=0;continue}}}else e.length>0?e+=`/${i.slice(n+1,a)}`:e=i.slice(n+1,a),r=a-n-1;n=a,s=0}else o===46&&s!==-1?++s:s=-1}return e}const re={toPosix(i){return uv(i,"\\","/")},isUrl(i){return/^https?:/.test(this.toPosix(i))},isDataUrl(i){return/^data:([a-z]+\/[a-z0-9-+.]+(;[a-z0-9-.!#$%*+.{}|~`]+=[a-z0-9-.!#$%*+.{}()_|~`]+)*)?(;base64)?,([a-z0-9!$&',()*+;=\-._~:@\/?%\s<>]*?)$/i.test(i)},isBlobUrl(i){return i.startsWith("blob:")},hasProtocol(i){return/^[^/:]+:/.test(this.toPosix(i))},getProtocol(i){ri(i),i=this.toPosix(i);const t=/^file:\/\/\//.exec(i);if(t)return t[0];const e=/^[^/:]+:\/{0,2}/.exec(i);return e?e[0]:""},toAbsolute(i,t,e){if(ri(i),this.isDataUrl(i)||this.isBlobUrl(i))return i;const r=oo(this.toPosix(t??nt.ADAPTER.getBaseUrl())),n=oo(this.toPosix(e??this.rootname(r)));return i=this.toPosix(i),i.startsWith("/")?re.join(n,i.slice(1)):this.isAbsolute(i)?i:this.join(r,i)},normalize(i){if(ri(i),i.length===0)return".";if(this.isDataUrl(i)||this.isBlobUrl(i))return i;i=this.toPosix(i);let t="";const e=i.startsWith("/");this.hasProtocol(i)&&(t=this.rootname(i),i=i.slice(t.length));const r=i.endsWith("/");return i=dv(i),i.length>0&&r&&(i+="/"),e?`/${i}`:t+i},isAbsolute(i){return ri(i),i=this.toPosix(i),this.hasProtocol(i)?!0:i.startsWith("/")},join(...i){if(i.length===0)return".";let t;for(let e=0;e<i.length;++e){const r=i[e];if(ri(r),r.length>0)if(t===void 0)t=r;else{const n=i[e-1]??"";this.extname(n)?t+=`/../${r}`:t+=`/${r}`}}return t===void 0?".":this.normalize(t)},dirname(i){if(ri(i),i.length===0)return".";i=this.toPosix(i);let t=i.charCodeAt(0);const e=t===47;let r=-1,n=!0;const s=this.getProtocol(i),o=i;i=i.slice(s.length);for(let a=i.length-1;a>=1;--a)if(t=i.charCodeAt(a),t===47){if(!n){r=a;break}}else n=!1;return r===-1?e?"/":this.isUrl(o)?s+i:s:e&&r===1?"//":s+i.slice(0,r)},rootname(i){ri(i),i=this.toPosix(i);let t="";if(i.startsWith("/")?t="/":t=this.getProtocol(i),this.isUrl(i)){const e=i.indexOf("/",t.length);e!==-1?t=i.slice(0,e):t=i,t.endsWith("/")||(t+="/")}return t},basename(i,t){ri(i),t&&ri(t),i=oo(this.toPosix(i));let e=0,r=-1,n=!0,s;if(t!==void 0&&t.length>0&&t.length<=i.length){if(t.length===i.length&&t===i)return"";let o=t.length-1,a=-1;for(s=i.length-1;s>=0;--s){const l=i.charCodeAt(s);if(l===47){if(!n){e=s+1;break}}else a===-1&&(n=!1,a=s+1),o>=0&&(l===t.charCodeAt(o)?--o===-1&&(r=s):(o=-1,r=a))}return e===r?r=a:r===-1&&(r=i.length),i.slice(e,r)}for(s=i.length-1;s>=0;--s)if(i.charCodeAt(s)===47){if(!n){e=s+1;break}}else r===-1&&(n=!1,r=s+1);return r===-1?"":i.slice(e,r)},extname(i){ri(i),i=oo(this.toPosix(i));let t=-1,e=0,r=-1,n=!0,s=0;for(let o=i.length-1;o>=0;--o){const a=i.charCodeAt(o);if(a===47){if(!n){e=o+1;break}continue}r===-1&&(n=!1,r=o+1),a===46?t===-1?t=o:s!==1&&(s=1):t!==-1&&(s=-1)}return t===-1||r===-1||s===0||s===1&&t===r-1&&t===e+1?"":i.slice(t,r)},parse(i){ri(i);const t={root:"",dir:"",base:"",ext:"",name:""};if(i.length===0)return t;i=oo(this.toPosix(i));let e=i.charCodeAt(0);const r=this.isAbsolute(i);let n;t.root=this.rootname(i),r||this.hasProtocol(i)?n=1:n=0;let s=-1,o=0,a=-1,l=!0,h=i.length-1,c=0;for(;h>=n;--h){if(e=i.charCodeAt(h),e===47){if(!l){o=h+1;break}continue}a===-1&&(l=!1,a=h+1),e===46?s===-1?s=h:c!==1&&(c=1):s!==-1&&(c=-1)}return s===-1||a===-1||c===0||c===1&&s===a-1&&s===o+1?a!==-1&&(o===0&&r?t.base=t.name=i.slice(1,a):t.base=t.name=i.slice(o,a)):(o===0&&r?(t.name=i.slice(1,s),t.base=i.slice(1,a)):(t.name=i.slice(o,s),t.base=i.slice(o,a)),t.ext=i.slice(s,a)),t.dir=this.dirname(i),t},sep:"/",delimiter:":"};let cc;async function fv(){return cc??(cc=(async()=>{var s;const i=document.createElement("canvas").getContext("webgl");if(!i)return Se.UNPACK;const t=await new Promise(o=>{const a=document.createElement("video");a.onloadeddata=()=>o(a),a.onerror=()=>o(null),a.autoplay=!1,a.crossOrigin="anonymous",a.preload="auto",a.src="data:video/webm;base64,GkXfo59ChoEBQveBAULygQRC84EIQoKEd2VibUKHgQJChYECGFOAZwEAAAAAAAHTEU2bdLpNu4tTq4QVSalmU6yBoU27i1OrhBZUrmtTrIHGTbuMU6uEElTDZ1OsggEXTbuMU6uEHFO7a1OsggG97AEAAAAAAABZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVSalmoCrXsYMPQkBNgIRMYXZmV0GETGF2ZkSJiEBEAAAAAAAAFlSua8yuAQAAAAAAAEPXgQFzxYgAAAAAAAAAAZyBACK1nIN1bmSIgQCGhVZfVlA5g4EBI+ODhAJiWgDglLCBArqBApqBAlPAgQFVsIRVuYEBElTDZ9Vzc9JjwItjxYgAAAAAAAAAAWfInEWjh0VOQ09ERVJEh49MYXZjIGxpYnZweC12cDlnyKJFo4hEVVJBVElPTkSHlDAwOjAwOjAwLjA0MDAwMDAwMAAAH0O2dcfngQCgwqGggQAAAIJJg0IAABAAFgA4JBwYSgAAICAAEb///4r+AAB1oZ2mm+6BAaWWgkmDQgAAEAAWADgkHBhKAAAgIABIQBxTu2uRu4+zgQC3iveBAfGCAXHwgQM=",a.load()});if(!t)return Se.UNPACK;const e=i.createTexture();i.bindTexture(i.TEXTURE_2D,e);const r=i.createFramebuffer();i.bindFramebuffer(i.FRAMEBUFFER,r),i.framebufferTexture2D(i.FRAMEBUFFER,i.COLOR_ATTACHMENT0,i.TEXTURE_2D,e,0),i.pixelStorei(i.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),i.pixelStorei(i.UNPACK_COLORSPACE_CONVERSION_WEBGL,i.NONE),i.texImage2D(i.TEXTURE_2D,0,i.RGBA,i.RGBA,i.UNSIGNED_BYTE,t);const n=new Uint8Array(4);return i.readPixels(0,0,1,1,i.RGBA,i.UNSIGNED_BYTE,n),i.deleteFramebuffer(r),i.deleteTexture(e),(s=i.getExtension("WEBGL_lose_context"))==null||s.loseContext(),n[0]<=n[3]?Se.PMA:Se.UNPACK})()),cc}let uc;function pv(){return typeof uc>"u"&&(uc=function(){var t;const i={stencil:!0,failIfMajorPerformanceCaveat:nt.FAIL_IF_MAJOR_PERFORMANCE_CAVEAT};try{if(!nt.ADAPTER.getWebGLRenderingContext())return!1;const e=nt.ADAPTER.createCanvas();let r=e.getContext("webgl",i)||e.getContext("experimental-webgl",i);const n=!!((t=r==null?void 0:r.getContextAttributes())!=null&&t.stencil);if(r){const s=r.getExtension("WEBGL_lose_context");s&&s.loseContext()}return r=null,n}catch{return!1}}()),uc}var mv={grad:.9,turn:360,rad:360/(2*Math.PI)},qi=function(i){return typeof i=="string"?i.length>0:typeof i=="number"},le=function(i,t,e){return t===void 0&&(t=0),e===void 0&&(e=Math.pow(10,t)),Math.round(e*i)/e+0},He=function(i,t,e){return t===void 0&&(t=0),e===void 0&&(e=1),i>e?e:i>t?i:t},Yp=function(i){return(i=isFinite(i)?i%360:0)>0?i:i+360},jp=function(i){return{r:He(i.r,0,255),g:He(i.g,0,255),b:He(i.b,0,255),a:He(i.a)}},dc=function(i){return{r:le(i.r),g:le(i.g),b:le(i.b),a:le(i.a,3)}},gv=/^#([0-9a-f]{3,8})$/i,Ra=function(i){var t=i.toString(16);return t.length<2?"0"+t:t},Jp=function(i){var t=i.r,e=i.g,r=i.b,n=i.a,s=Math.max(t,e,r),o=s-Math.min(t,e,r),a=o?s===t?(e-r)/o:s===e?2+(r-t)/o:4+(t-e)/o:0;return{h:60*(a<0?a+6:a),s:s?o/s*100:0,v:s/255*100,a:n}},$p=function(i){var t=i.h,e=i.s,r=i.v,n=i.a;t=t/360*6,e/=100,r/=100;var s=Math.floor(t),o=r*(1-e),a=r*(1-(t-s)*e),l=r*(1-(1-t+s)*e),h=s%6;return{r:255*[r,a,o,o,l,r][h],g:255*[l,r,r,a,o,o][h],b:255*[o,o,l,r,r,a][h],a:n}},Qp=function(i){return{h:Yp(i.h),s:He(i.s,0,100),l:He(i.l,0,100),a:He(i.a)}},qp=function(i){return{h:le(i.h),s:le(i.s),l:le(i.l),a:le(i.a,3)}},t0=function(i){return $p((e=(t=i).s,{h:t.h,s:(e*=((r=t.l)<50?r:100-r)/100)>0?2*e/(r+e)*100:0,v:r+e,a:t.a}));var t,e,r},ao=function(i){return{h:(t=Jp(i)).h,s:(n=(200-(e=t.s))*(r=t.v)/100)>0&&n<200?e*r/100/(n<=100?n:200-n)*100:0,l:n/2,a:t.a};var t,e,r,n},yv=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,bv=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,xv=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,_v=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,fc={string:[[function(i){var t=gv.exec(i);return t?(i=t[1]).length<=4?{r:parseInt(i[0]+i[0],16),g:parseInt(i[1]+i[1],16),b:parseInt(i[2]+i[2],16),a:i.length===4?le(parseInt(i[3]+i[3],16)/255,2):1}:i.length===6||i.length===8?{r:parseInt(i.substr(0,2),16),g:parseInt(i.substr(2,2),16),b:parseInt(i.substr(4,2),16),a:i.length===8?le(parseInt(i.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(i){var t=xv.exec(i)||_v.exec(i);return t?t[2]!==t[4]||t[4]!==t[6]?null:jp({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:t[7]===void 0?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(i){var t=yv.exec(i)||bv.exec(i);if(!t)return null;var e,r,n=Qp({h:(e=t[1],r=t[2],r===void 0&&(r="deg"),Number(e)*(mv[r]||1)),s:Number(t[3]),l:Number(t[4]),a:t[5]===void 0?1:Number(t[5])/(t[6]?100:1)});return t0(n)},"hsl"]],object:[[function(i){var t=i.r,e=i.g,r=i.b,n=i.a,s=n===void 0?1:n;return qi(t)&&qi(e)&&qi(r)?jp({r:Number(t),g:Number(e),b:Number(r),a:Number(s)}):null},"rgb"],[function(i){var t=i.h,e=i.s,r=i.l,n=i.a,s=n===void 0?1:n;if(!qi(t)||!qi(e)||!qi(r))return null;var o=Qp({h:Number(t),s:Number(e),l:Number(r),a:Number(s)});return t0(o)},"hsl"],[function(i){var t=i.h,e=i.s,r=i.v,n=i.a,s=n===void 0?1:n;if(!qi(t)||!qi(e)||!qi(r))return null;var o=function(a){return{h:Yp(a.h),s:He(a.s,0,100),v:He(a.v,0,100),a:He(a.a)}}({h:Number(t),s:Number(e),v:Number(r),a:Number(s)});return $p(o)},"hsv"]]},e0=function(i,t){for(var e=0;e<t.length;e++){var r=t[e][0](i);if(r)return[r,t[e][1]]}return[null,void 0]},vv=function(i){return typeof i=="string"?e0(i.trim(),fc.string):typeof i=="object"&&i!==null?e0(i,fc.object):[null,void 0]},pc=function(i,t){var e=ao(i);return{h:e.h,s:He(e.s+100*t,0,100),l:e.l,a:e.a}},mc=function(i){return(299*i.r+587*i.g+114*i.b)/1e3/255},i0=function(i,t){var e=ao(i);return{h:e.h,s:e.s,l:He(e.l+100*t,0,100),a:e.a}},gc=function(){function i(t){this.parsed=vv(t)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1}}return i.prototype.isValid=function(){return this.parsed!==null},i.prototype.brightness=function(){return le(mc(this.rgba),2)},i.prototype.isDark=function(){return mc(this.rgba)<.5},i.prototype.isLight=function(){return mc(this.rgba)>=.5},i.prototype.toHex=function(){return t=dc(this.rgba),e=t.r,r=t.g,n=t.b,o=(s=t.a)<1?Ra(le(255*s)):"","#"+Ra(e)+Ra(r)+Ra(n)+o;var t,e,r,n,s,o},i.prototype.toRgb=function(){return dc(this.rgba)},i.prototype.toRgbString=function(){return t=dc(this.rgba),e=t.r,r=t.g,n=t.b,(s=t.a)<1?"rgba("+e+", "+r+", "+n+", "+s+")":"rgb("+e+", "+r+", "+n+")";var t,e,r,n,s},i.prototype.toHsl=function(){return qp(ao(this.rgba))},i.prototype.toHslString=function(){return t=qp(ao(this.rgba)),e=t.h,r=t.s,n=t.l,(s=t.a)<1?"hsla("+e+", "+r+"%, "+n+"%, "+s+")":"hsl("+e+", "+r+"%, "+n+"%)";var t,e,r,n,s},i.prototype.toHsv=function(){return t=Jp(this.rgba),{h:le(t.h),s:le(t.s),v:le(t.v),a:le(t.a,3)};var t},i.prototype.invert=function(){return Ii({r:255-(t=this.rgba).r,g:255-t.g,b:255-t.b,a:t.a});var t},i.prototype.saturate=function(t){return t===void 0&&(t=.1),Ii(pc(this.rgba,t))},i.prototype.desaturate=function(t){return t===void 0&&(t=.1),Ii(pc(this.rgba,-t))},i.prototype.grayscale=function(){return Ii(pc(this.rgba,-1))},i.prototype.lighten=function(t){return t===void 0&&(t=.1),Ii(i0(this.rgba,t))},i.prototype.darken=function(t){return t===void 0&&(t=.1),Ii(i0(this.rgba,-t))},i.prototype.rotate=function(t){return t===void 0&&(t=15),this.hue(this.hue()+t)},i.prototype.alpha=function(t){return typeof t=="number"?Ii({r:(e=this.rgba).r,g:e.g,b:e.b,a:t}):le(this.rgba.a,3);var e},i.prototype.hue=function(t){var e=ao(this.rgba);return typeof t=="number"?Ii({h:t,s:e.s,l:e.l,a:e.a}):le(e.h)},i.prototype.isEqual=function(t){return this.toHex()===Ii(t).toHex()},i}(),Ii=function(i){return i instanceof gc?i:new gc(i)},r0=[],wv=function(i){i.forEach(function(t){r0.indexOf(t)<0&&(t(gc,fc),r0.push(t))})};function Tv(i,t){var e={white:"#ffffff",bisque:"#ffe4c4",blue:"#0000ff",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",antiquewhite:"#faebd7",aqua:"#00ffff",azure:"#f0ffff",whitesmoke:"#f5f5f5",papayawhip:"#ffefd5",plum:"#dda0dd",blanchedalmond:"#ffebcd",black:"#000000",gold:"#ffd700",goldenrod:"#daa520",gainsboro:"#dcdcdc",cornsilk:"#fff8dc",cornflowerblue:"#6495ed",burlywood:"#deb887",aquamarine:"#7fffd4",beige:"#f5f5dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkkhaki:"#bdb76b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",peachpuff:"#ffdab9",darkmagenta:"#8b008b",darkred:"#8b0000",darkorchid:"#9932cc",darkorange:"#ff8c00",darkslateblue:"#483d8b",gray:"#808080",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",deeppink:"#ff1493",deepskyblue:"#00bfff",wheat:"#f5deb3",firebrick:"#b22222",floralwhite:"#fffaf0",ghostwhite:"#f8f8ff",darkviolet:"#9400d3",magenta:"#ff00ff",green:"#008000",dodgerblue:"#1e90ff",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",blueviolet:"#8a2be2",forestgreen:"#228b22",lawngreen:"#7cfc00",indianred:"#cd5c5c",indigo:"#4b0082",fuchsia:"#ff00ff",brown:"#a52a2a",maroon:"#800000",mediumblue:"#0000cd",lightcoral:"#f08080",darkturquoise:"#00ced1",lightcyan:"#e0ffff",ivory:"#fffff0",lightyellow:"#ffffe0",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",linen:"#faf0e6",mediumaquamarine:"#66cdaa",lemonchiffon:"#fffacd",lime:"#00ff00",khaki:"#f0e68c",mediumseagreen:"#3cb371",limegreen:"#32cd32",mediumspringgreen:"#00fa9a",lightskyblue:"#87cefa",lightblue:"#add8e6",midnightblue:"#191970",lightpink:"#ffb6c1",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",mintcream:"#f5fffa",lightslategray:"#778899",lightslategrey:"#778899",navajowhite:"#ffdead",navy:"#000080",mediumvioletred:"#c71585",powderblue:"#b0e0e6",palegoldenrod:"#eee8aa",oldlace:"#fdf5e6",paleturquoise:"#afeeee",mediumturquoise:"#48d1cc",mediumorchid:"#ba55d3",rebeccapurple:"#663399",lightsteelblue:"#b0c4de",mediumslateblue:"#7b68ee",thistle:"#d8bfd8",tan:"#d2b48c",orchid:"#da70d6",mediumpurple:"#9370db",purple:"#800080",pink:"#ffc0cb",skyblue:"#87ceeb",springgreen:"#00ff7f",palegreen:"#98fb98",red:"#ff0000",yellow:"#ffff00",slateblue:"#6a5acd",lavenderblush:"#fff0f5",peru:"#cd853f",palevioletred:"#db7093",violet:"#ee82ee",teal:"#008080",slategray:"#708090",slategrey:"#708090",aliceblue:"#f0f8ff",darkseagreen:"#8fbc8f",darkolivegreen:"#556b2f",greenyellow:"#adff2f",seagreen:"#2e8b57",seashell:"#fff5ee",tomato:"#ff6347",silver:"#c0c0c0",sienna:"#a0522d",lavender:"#e6e6fa",lightgreen:"#90ee90",orange:"#ffa500",orangered:"#ff4500",steelblue:"#4682b4",royalblue:"#4169e1",turquoise:"#40e0d0",yellowgreen:"#9acd32",salmon:"#fa8072",saddlebrown:"#8b4513",sandybrown:"#f4a460",rosybrown:"#bc8f8f",darksalmon:"#e9967a",lightgoldenrodyellow:"#fafad2",snow:"#fffafa",lightgrey:"#d3d3d3",lightgray:"#d3d3d3",dimgray:"#696969",dimgrey:"#696969",olivedrab:"#6b8e23",olive:"#808000"},r={};for(var n in e)r[e[n]]=n;var s={};i.prototype.toName=function(o){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return"transparent";var a,l,h=r[this.toHex()];if(h)return h;if(o!=null&&o.closest){var c=this.toRgb(),u=1/0,d="black";if(!s.length)for(var f in e)s[f]=new i(e[f]).toRgb();for(var p in e){var m=(a=c,l=s[p],Math.pow(a.r-l.r,2)+Math.pow(a.g-l.g,2)+Math.pow(a.b-l.b,2));m<u&&(u=m,d=p)}return d}},t.string.push([function(o){var a=o.toLowerCase(),l=a==="transparent"?"#0000":e[a];return l?new i(l).toRgb():null},"name"])}wv([Tv]);const os=class Th{constructor(t=16777215){this._value=null,this._components=new Float32Array(4),this._components.fill(1),this._int=16777215,this.value=t}get red(){return this._components[0]}get green(){return this._components[1]}get blue(){return this._components[2]}get alpha(){return this._components[3]}setValue(t){return this.value=t,this}set value(t){if(t instanceof Th)this._value=this.cloneSource(t._value),this._int=t._int,this._components.set(t._components);else{if(t===null)throw new Error("Cannot set PIXI.Color#value to null");(this._value===null||!this.isSourceEqual(this._value,t))&&(this.normalize(t),this._value=this.cloneSource(t))}}get value(){return this._value}cloneSource(t){return typeof t=="string"||typeof t=="number"||t instanceof Number||t===null?t:Array.isArray(t)||ArrayBuffer.isView(t)?t.slice(0):typeof t=="object"&&t!==null?{...t}:t}isSourceEqual(t,e){const r=typeof t;if(r!==typeof e)return!1;if(r==="number"||r==="string"||t instanceof Number)return t===e;if(Array.isArray(t)&&Array.isArray(e)||ArrayBuffer.isView(t)&&ArrayBuffer.isView(e))return t.length!==e.length?!1:t.every((n,s)=>n===e[s]);if(t!==null&&e!==null){const n=Object.keys(t),s=Object.keys(e);return n.length!==s.length?!1:n.every(o=>t[o]===e[o])}return t===e}toRgba(){const[t,e,r,n]=this._components;return{r:t,g:e,b:r,a:n}}toRgb(){const[t,e,r]=this._components;return{r:t,g:e,b:r}}toRgbaString(){const[t,e,r]=this.toUint8RgbArray();return`rgba(${t},${e},${r},${this.alpha})`}toUint8RgbArray(t){const[e,r,n]=this._components;return t=t??[],t[0]=Math.round(e*255),t[1]=Math.round(r*255),t[2]=Math.round(n*255),t}toRgbArray(t){t=t??[];const[e,r,n]=this._components;return t[0]=e,t[1]=r,t[2]=n,t}toNumber(){return this._int}toLittleEndianNumber(){const t=this._int;return(t>>16)+(t&65280)+((t&255)<<16)}multiply(t){const[e,r,n,s]=Th.temp.setValue(t)._components;return this._components[0]*=e,this._components[1]*=r,this._components[2]*=n,this._components[3]*=s,this.refreshInt(),this._value=null,this}premultiply(t,e=!0){return e&&(this._components[0]*=t,this._components[1]*=t,this._components[2]*=t),this._components[3]=t,this.refreshInt(),this._value=null,this}toPremultiplied(t,e=!0){if(t===1)return(255<<24)+this._int;if(t===0)return e?0:this._int;let r=this._int>>16&255,n=this._int>>8&255,s=this._int&255;return e&&(r=r*t+.5|0,n=n*t+.5|0,s=s*t+.5|0),(t*255<<24)+(r<<16)+(n<<8)+s}toHex(){const t=this._int.toString(16);return`#${"000000".substring(0,6-t.length)+t}`}toHexa(){const t=Math.round(this._components[3]*255).toString(16);return this.toHex()+"00".substring(0,2-t.length)+t}setAlpha(t){return this._components[3]=this._clamp(t),this}round(t){const[e,r,n]=this._components;return this._components[0]=Math.round(e*t)/t,this._components[1]=Math.round(r*t)/t,this._components[2]=Math.round(n*t)/t,this.refreshInt(),this._value=null,this}toArray(t){t=t??[];const[e,r,n,s]=this._components;return t[0]=e,t[1]=r,t[2]=n,t[3]=s,t}normalize(t){let e,r,n,s;if((typeof t=="number"||t instanceof Number)&&t>=0&&t<=16777215){const o=t;e=(o>>16&255)/255,r=(o>>8&255)/255,n=(o&255)/255,s=1}else if((Array.isArray(t)||t instanceof Float32Array)&&t.length>=3&&t.length<=4)t=this._clamp(t),[e,r,n,s=1]=t;else if((t instanceof Uint8Array||t instanceof Uint8ClampedArray)&&t.length>=3&&t.length<=4)t=this._clamp(t,0,255),[e,r,n,s=255]=t,e/=255,r/=255,n/=255,s/=255;else if(typeof t=="string"||typeof t=="object"){if(typeof t=="string"){const a=Th.HEX_PATTERN.exec(t);a&&(t=`#${a[2]}`)}const o=Ii(t);o.isValid()&&({r:e,g:r,b:n,a:s}=o.rgba,e/=255,r/=255,n/=255)}if(e!==void 0)this._components[0]=e,this._components[1]=r,this._components[2]=n,this._components[3]=s,this.refreshInt();else throw new Error(`Unable to convert color ${t}`)}refreshInt(){this._clamp(this._components);const[t,e,r]=this._components;this._int=(t*255<<16)+(e*255<<8)+(r*255|0)}_clamp(t,e=0,r=1){return typeof t=="number"?Math.min(Math.max(t,e),r):(t.forEach((n,s)=>{t[s]=Math.min(Math.max(n,e),r)}),t)}};os.shared=new os,os.temp=new os,os.HEX_PATTERN=/^(#|0x)?(([a-f0-9]{3}){1,2}([a-f0-9]{2})?)$/i;let kt=os;function Sv(i){return wt("7.2.0","utils.hex2string is deprecated, use Color#toHex instead"),kt.shared.setValue(i).toHex()}function Cv(i){return wt("7.2.0","utils.rgb2hex is deprecated, use Color#toNumber instead"),kt.shared.setValue(i).toNumber()}function Ev(){const i=[],t=[];for(let r=0;r<32;r++)i[r]=r,t[r]=r;i[dt.NORMAL_NPM]=dt.NORMAL,i[dt.ADD_NPM]=dt.ADD,i[dt.SCREEN_NPM]=dt.SCREEN,t[dt.NORMAL]=dt.NORMAL_NPM,t[dt.ADD]=dt.ADD_NPM,t[dt.SCREEN]=dt.SCREEN_NPM;const e=[];return e.push(t),e.push(i),e}const n0=Ev();function s0(i,t){return n0[t?1:0][i]}function Iv(i,t=null){const e=i*6;if(t=t||new Uint16Array(e),t.length!==e)throw new Error(`Out buffer length is incorrect, got ${t.length} and expected ${e}`);for(let r=0,n=0;r<e;r+=6,n+=4)t[r+0]=n+0,t[r+1]=n+1,t[r+2]=n+2,t[r+3]=n+0,t[r+4]=n+2,t[r+5]=n+3;return t}function o0(i){if(i.BYTES_PER_ELEMENT===4)return i instanceof Float32Array?"Float32Array":i instanceof Uint32Array?"Uint32Array":"Int32Array";if(i.BYTES_PER_ELEMENT===2){if(i instanceof Uint16Array)return"Uint16Array"}else if(i.BYTES_PER_ELEMENT===1&&i instanceof Uint8Array)return"Uint8Array";return null}function Pa(i){return i+=i===0?1:0,--i,i|=i>>>1,i|=i>>>2,i|=i>>>4,i|=i>>>8,i|=i>>>16,i+1}function a0(i){return!(i&i-1)&&!!i}function l0(i){let t=(i>65535?1:0)<<4;i>>>=t;let e=(i>255?1:0)<<3;return i>>>=e,t|=e,e=(i>15?1:0)<<2,i>>>=e,t|=e,e=(i>3?1:0)<<1,i>>>=e,t|=e,t|i>>1}function as(i,t,e){const r=i.length;let n;if(t>=r||e===0)return;e=t+e>r?r-t:e;const s=r-e;for(n=t;n<s;++n)i[n]=i[n+e];i.length=s}function Sr(i){return i===0?0:i<0?-1:1}let Av=0;function on(){return++Av}const yc=class{constructor(i,t,e,r){this.left=i,this.top=t,this.right=e,this.bottom=r}get width(){return this.right-this.left}get height(){return this.bottom-this.top}isEmpty(){return this.left===this.right||this.top===this.bottom}};yc.EMPTY=new yc(0,0,0,0);let h0=yc;const c0={},Ai=Object.create(null),Cr=Object.create(null);class Mv{constructor(t,e,r){this._canvas=nt.ADAPTER.createCanvas(),this._context=this._canvas.getContext("2d"),this.resolution=r||nt.RESOLUTION,this.resize(t,e)}clear(){this._checkDestroyed(),this._context.setTransform(1,0,0,1,0,0),this._context.clearRect(0,0,this._canvas.width,this._canvas.height)}resize(t,e){this._checkDestroyed(),this._canvas.width=Math.round(t*this.resolution),this._canvas.height=Math.round(e*this.resolution)}destroy(){this._context=null,this._canvas=null}get width(){return this._checkDestroyed(),this._canvas.width}set width(t){this._checkDestroyed(),this._canvas.width=Math.round(t)}get height(){return this._checkDestroyed(),this._canvas.height}set height(t){this._checkDestroyed(),this._canvas.height=Math.round(t)}get canvas(){return this._checkDestroyed(),this._canvas}get context(){return this._checkDestroyed(),this._context}_checkDestroyed(){if(this._canvas===null)throw new TypeError("The CanvasRenderTarget has already been destroyed")}}function u0(i,t,e){for(let r=0,n=4*e*t;r<t;++r,n+=4)if(i[n+3]!==0)return!1;return!0}function d0(i,t,e,r,n){const s=4*t;for(let o=r,a=r*s+4*e;o<=n;++o,a+=s)if(i[a+3]!==0)return!1;return!0}function Rv(i){const{width:t,height:e}=i,r=i.getContext("2d",{willReadFrequently:!0});if(r===null)throw new TypeError("Failed to get canvas 2D context");const n=r.getImageData(0,0,t,e).data;let s=0,o=0,a=t-1,l=e-1;for(;o<e&&u0(n,t,o);)++o;if(o===e)return h0.EMPTY;for(;u0(n,t,l);)--l;for(;d0(n,t,s,o,l);)++s;for(;d0(n,t,a,o,l);)--a;return++a,++l,new h0(s,o,a,l)}function Pv(i){const t=Rv(i),{width:e,height:r}=t;let n=null;if(!t.isEmpty()){const s=i.getContext("2d");if(s===null)throw new TypeError("Failed to get canvas 2D context");n=s.getImageData(t.left,t.top,e,r)}return{width:e,height:r,data:n}}function Lv(i,t=globalThis.location){if(i.startsWith("data:"))return"";t=t||globalThis.location;const e=new URL(i,document.baseURI);return e.hostname!==t.hostname||e.port!==t.port||e.protocol!==t.protocol?"anonymous":""}function tr(i,t=1){var r;const e=(r=nt.RETINA_PREFIX)==null?void 0:r.exec(i);return e?parseFloat(e[1]):t}var $=(i=>(i.Renderer="renderer",i.Application="application",i.RendererSystem="renderer-webgl-system",i.RendererPlugin="renderer-webgl-plugin",i.CanvasRendererSystem="renderer-canvas-system",i.CanvasRendererPlugin="renderer-canvas-plugin",i.Asset="asset",i.LoadParser="load-parser",i.ResolveParser="resolve-parser",i.CacheParser="cache-parser",i.DetectionParser="detection-parser",i))($||{});const bc=i=>{if(typeof i=="function"||typeof i=="object"&&i.extension){if(!i.extension)throw new Error("Extension class must have an extension object");i={...typeof i.extension!="object"?{type:i.extension}:i.extension,ref:i}}if(typeof i=="object")i={...i};else throw new Error("Invalid extension type");return typeof i.type=="string"&&(i.type=[i.type]),i},f0=(i,t)=>bc(i).priority??t,st={_addHandlers:{},_removeHandlers:{},_queue:{},remove(...i){return i.map(bc).forEach(t=>{t.type.forEach(e=>{var r,n;return(n=(r=this._removeHandlers)[e])==null?void 0:n.call(r,t)})}),this},add(...i){return i.map(bc).forEach(t=>{t.type.forEach(e=>{const r=this._addHandlers,n=this._queue;r[e]?r[e](t):(n[e]=n[e]||[],n[e].push(t))})}),this},handle(i,t,e){const r=this._addHandlers,n=this._removeHandlers;if(r[i]||n[i])throw new Error(`Extension type ${i} already has a handler`);r[i]=t,n[i]=e;const s=this._queue;return s[i]&&(s[i].forEach(o=>t(o)),delete s[i]),this},handleByMap(i,t){return this.handle(i,e=>{t[e.name]=e.ref},e=>{delete t[e.name]})},handleByList(i,t,e=-1){return this.handle(i,r=>{t.includes(r.ref)||(t.push(r.ref),t.sort((n,s)=>f0(s,e)-f0(n,e)))},r=>{const n=t.indexOf(r.ref);n!==-1&&t.splice(n,1)})}};class xc{constructor(t){typeof t=="number"?this.rawBinaryData=new ArrayBuffer(t):t instanceof Uint8Array?this.rawBinaryData=t.buffer:this.rawBinaryData=t,this.uint32View=new Uint32Array(this.rawBinaryData),this.float32View=new Float32Array(this.rawBinaryData)}get int8View(){return this._int8View||(this._int8View=new Int8Array(this.rawBinaryData)),this._int8View}get uint8View(){return this._uint8View||(this._uint8View=new Uint8Array(this.rawBinaryData)),this._uint8View}get int16View(){return this._int16View||(this._int16View=new Int16Array(this.rawBinaryData)),this._int16View}get uint16View(){return this._uint16View||(this._uint16View=new Uint16Array(this.rawBinaryData)),this._uint16View}get int32View(){return this._int32View||(this._int32View=new Int32Array(this.rawBinaryData)),this._int32View}view(t){return this[`${t}View`]}destroy(){this.rawBinaryData=null,this._int8View=null,this._uint8View=null,this._int16View=null,this._uint16View=null,this._int32View=null,this.uint32View=null,this.float32View=null}static sizeOf(t){switch(t){case"int8":case"uint8":return 1;case"int16":case"uint16":return 2;case"int32":case"uint32":case"float32":return 4;default:throw new Error(`${t} isn't a valid view type`)}}}const Gv=["precision mediump float;","void main(void){","float test = 0.1;","%forloop%","gl_FragColor = vec4(0.0);","}"].join(`
|
|
11
|
-
`);function
|
|
12
|
-
else `),e<i-1&&(t+=`if(test == ${e}.0){}`);return t}function Fv(i,t){if(i===0)throw new Error("Invalid value of `0` passed to `checkMaxIfStatementsInShader`");const e=t.createShader(t.FRAGMENT_SHADER);for(;;){const r=Gv.replace(/%forloop%/gi,kv(i));if(t.shaderSource(e,r),t.compileShader(e),!t.getShaderParameter(e,t.COMPILE_STATUS))i=i/2|0;else break}return i}const _c=0,vc=1,wc=2,Tc=3,Sc=4,Cc=5;class Mi{constructor(){this.data=0,this.blendMode=dt.NORMAL,this.polygonOffset=0,this.blend=!0,this.depthMask=!0}get blend(){return!!(this.data&1<<_c)}set blend(t){!!(this.data&1<<_c)!==t&&(this.data^=1<<_c)}get offsets(){return!!(this.data&1<<vc)}set offsets(t){!!(this.data&1<<vc)!==t&&(this.data^=1<<vc)}get culling(){return!!(this.data&1<<wc)}set culling(t){!!(this.data&1<<wc)!==t&&(this.data^=1<<wc)}get depthTest(){return!!(this.data&1<<Tc)}set depthTest(t){!!(this.data&1<<Tc)!==t&&(this.data^=1<<Tc)}get depthMask(){return!!(this.data&1<<Cc)}set depthMask(t){!!(this.data&1<<Cc)!==t&&(this.data^=1<<Cc)}get clockwiseFrontFace(){return!!(this.data&1<<Sc)}set clockwiseFrontFace(t){!!(this.data&1<<Sc)!==t&&(this.data^=1<<Sc)}get blendMode(){return this._blendMode}set blendMode(t){this.blend=t!==dt.NONE,this._blendMode=t}get polygonOffset(){return this._polygonOffset}set polygonOffset(t){this.offsets=!!t,this._polygonOffset=t}static for2d(){const t=new Mi;return t.depthTest=!1,t.blend=!0,t}}Mi.prototype.toString=function(){return`[@pixi/core:State blendMode=${this.blendMode} clockwiseFrontFace=${this.clockwiseFrontFace} culling=${this.culling} depthMask=${this.depthMask} polygonOffset=${this.polygonOffset}]`};const Ec=[];function p0(i,t){if(!i)return null;let e="";if(typeof i=="string"){const r=/\.(\w{3,4})(?:$|\?|#)/i.exec(i);r&&(e=r[1].toLowerCase())}for(let r=Ec.length-1;r>=0;--r){const n=Ec[r];if(n.test&&n.test(i,e))return new n(i,t)}throw new Error("Unrecognized source type to auto-detect Resource")}class ni{constructor(t){this.items=[],this._name=t,this._aliasCount=0}emit(t,e,r,n,s,o,a,l){if(arguments.length>8)throw new Error("max arguments reached");const{name:h,items:c}=this;this._aliasCount++;for(let u=0,d=c.length;u<d;u++)c[u][h](t,e,r,n,s,o,a,l);return c===this.items&&this._aliasCount--,this}ensureNonAliasedItems(){this._aliasCount>0&&this.items.length>1&&(this._aliasCount=0,this.items=this.items.slice(0))}add(t){return t[this._name]&&(this.ensureNonAliasedItems(),this.remove(t),this.items.push(t)),this}remove(t){const e=this.items.indexOf(t);return e!==-1&&(this.ensureNonAliasedItems(),this.items.splice(e,1)),this}contains(t){return this.items.includes(t)}removeAll(){return this.ensureNonAliasedItems(),this.items.length=0,this}destroy(){this.removeAll(),this.items=null,this._name=null}get empty(){return this.items.length===0}get name(){return this._name}}Object.defineProperties(ni.prototype,{dispatch:{value:ni.prototype.emit},run:{value:ni.prototype.emit}});class lo{constructor(t=0,e=0){this._width=t,this._height=e,this.destroyed=!1,this.internal=!1,this.onResize=new ni("setRealSize"),this.onUpdate=new ni("update"),this.onError=new ni("onError")}bind(t){this.onResize.add(t),this.onUpdate.add(t),this.onError.add(t),(this._width||this._height)&&this.onResize.emit(this._width,this._height)}unbind(t){this.onResize.remove(t),this.onUpdate.remove(t),this.onError.remove(t)}resize(t,e){(t!==this._width||e!==this._height)&&(this._width=t,this._height=e,this.onResize.emit(t,e))}get valid(){return!!this._width&&!!this._height}update(){this.destroyed||this.onUpdate.emit()}load(){return Promise.resolve(this)}get width(){return this._width}get height(){return this._height}style(t,e,r){return!1}dispose(){}destroy(){this.destroyed||(this.destroyed=!0,this.dispose(),this.onError.removeAll(),this.onError=null,this.onResize.removeAll(),this.onResize=null,this.onUpdate.removeAll(),this.onUpdate=null)}static test(t,e){return!1}}class La extends lo{constructor(t,e){const{width:r,height:n}=e||{};if(!r||!n)throw new Error("BufferResource width or height invalid");super(r,n),this.data=t,this.unpackAlignment=e.unpackAlignment??4}upload(t,e,r){const n=t.gl;n.pixelStorei(n.UNPACK_ALIGNMENT,this.unpackAlignment),n.pixelStorei(n.UNPACK_PREMULTIPLY_ALPHA_WEBGL,e.alphaMode===Se.UNPACK);const s=e.realWidth,o=e.realHeight;return r.width===s&&r.height===o?n.texSubImage2D(e.target,0,0,0,s,o,e.format,r.type,this.data):(r.width=s,r.height=o,n.texImage2D(e.target,0,r.internalFormat,s,o,0,e.format,r.type,this.data)),!0}dispose(){this.data=null}static test(t){return t===null||t instanceof Int8Array||t instanceof Uint8Array||t instanceof Uint8ClampedArray||t instanceof Int16Array||t instanceof Uint16Array||t instanceof Int32Array||t instanceof Uint32Array||t instanceof Float32Array}}const Dv={scaleMode:Yi.NEAREST,alphaMode:Se.NPM},Ic=class zs extends $s{constructor(t=null,e=null){super(),e=Object.assign({},zs.defaultOptions,e);const{alphaMode:r,mipmap:n,anisotropicLevel:s,scaleMode:o,width:a,height:l,wrapMode:h,format:c,type:u,target:d,resolution:f,resourceOptions:p}=e;t&&!(t instanceof lo)&&(t=p0(t,p),t.internal=!0),this.resolution=f||nt.RESOLUTION,this.width=Math.round((a||0)*this.resolution)/this.resolution,this.height=Math.round((l||0)*this.resolution)/this.resolution,this._mipmap=n,this.anisotropicLevel=s,this._wrapMode=h,this._scaleMode=o,this.format=c,this.type=u,this.target=d,this.alphaMode=r,this.uid=on(),this.touched=0,this.isPowerOfTwo=!1,this._refreshPOT(),this._glTextures={},this.dirtyId=0,this.dirtyStyleId=0,this.cacheId=null,this.valid=a>0&&l>0,this.textureCacheIds=[],this.destroyed=!1,this.resource=null,this._batchEnabled=0,this._batchLocation=0,this.parentTextureArray=null,this.setResource(t)}get realWidth(){return Math.round(this.width*this.resolution)}get realHeight(){return Math.round(this.height*this.resolution)}get mipmap(){return this._mipmap}set mipmap(t){this._mipmap!==t&&(this._mipmap=t,this.dirtyStyleId++)}get scaleMode(){return this._scaleMode}set scaleMode(t){this._scaleMode!==t&&(this._scaleMode=t,this.dirtyStyleId++)}get wrapMode(){return this._wrapMode}set wrapMode(t){this._wrapMode!==t&&(this._wrapMode=t,this.dirtyStyleId++)}setStyle(t,e){let r;return t!==void 0&&t!==this.scaleMode&&(this.scaleMode=t,r=!0),e!==void 0&&e!==this.mipmap&&(this.mipmap=e,r=!0),r&&this.dirtyStyleId++,this}setSize(t,e,r){return r=r||this.resolution,this.setRealSize(t*r,e*r,r)}setRealSize(t,e,r){return this.resolution=r||this.resolution,this.width=Math.round(t)/this.resolution,this.height=Math.round(e)/this.resolution,this._refreshPOT(),this.update(),this}_refreshPOT(){this.isPowerOfTwo=a0(this.realWidth)&&a0(this.realHeight)}setResolution(t){const e=this.resolution;return e===t?this:(this.resolution=t,this.valid&&(this.width=Math.round(this.width*e)/t,this.height=Math.round(this.height*e)/t,this.emit("update",this)),this._refreshPOT(),this)}setResource(t){if(this.resource===t)return this;if(this.resource)throw new Error("Resource can be set only once");return t.bind(this),this.resource=t,this}update(){this.valid?(this.dirtyId++,this.dirtyStyleId++,this.emit("update",this)):this.width>0&&this.height>0&&(this.valid=!0,this.emit("loaded",this),this.emit("update",this))}onError(t){this.emit("error",this,t)}destroy(){this.resource&&(this.resource.unbind(this),this.resource.internal&&this.resource.destroy(),this.resource=null),this.cacheId&&(delete Cr[this.cacheId],delete Ai[this.cacheId],this.cacheId=null),this.valid=!1,this.dispose(),zs.removeFromCache(this),this.textureCacheIds=null,this.destroyed=!0,this.emit("destroyed",this),this.removeAllListeners()}dispose(){this.emit("dispose",this)}castToBaseTexture(){return this}static from(t,e,r=nt.STRICT_TEXTURE_CACHE){const n=typeof t=="string";let s=null;if(n)s=t;else{if(!t._pixiId){const a=(e==null?void 0:e.pixiIdPrefix)||"pixiid";t._pixiId=`${a}_${on()}`}s=t._pixiId}let o=Cr[s];if(n&&r&&!o)throw new Error(`The cacheId "${s}" does not exist in BaseTextureCache.`);return o||(o=new zs(t,e),o.cacheId=s,zs.addToCache(o,s)),o}static fromBuffer(t,e,r,n){t=t||new Float32Array(e*r*4);const s=new La(t,{width:e,height:r,...n==null?void 0:n.resourceOptions});let o,a;return t instanceof Float32Array?(o=V.RGBA,a=lt.FLOAT):t instanceof Int32Array?(o=V.RGBA_INTEGER,a=lt.INT):t instanceof Uint32Array?(o=V.RGBA_INTEGER,a=lt.UNSIGNED_INT):t instanceof Int16Array?(o=V.RGBA_INTEGER,a=lt.SHORT):t instanceof Uint16Array?(o=V.RGBA_INTEGER,a=lt.UNSIGNED_SHORT):t instanceof Int8Array?(o=V.RGBA,a=lt.BYTE):(o=V.RGBA,a=lt.UNSIGNED_BYTE),s.internal=!0,new zs(s,Object.assign({},Dv,{type:a,format:o},n))}static addToCache(t,e){e&&(t.textureCacheIds.includes(e)||t.textureCacheIds.push(e),Cr[e]&&Cr[e]!==t&&console.warn(`BaseTexture added to the cache with an id [${e}] that already had an entry`),Cr[e]=t)}static removeFromCache(t){if(typeof t=="string"){const e=Cr[t];if(e){const r=e.textureCacheIds.indexOf(t);return r>-1&&e.textureCacheIds.splice(r,1),delete Cr[t],e}}else if(t!=null&&t.textureCacheIds){for(let e=0;e<t.textureCacheIds.length;++e)delete Cr[t.textureCacheIds[e]];return t.textureCacheIds.length=0,t}return null}};Ic.defaultOptions={mipmap:wi.POW2,anisotropicLevel:0,scaleMode:Yi.LINEAR,wrapMode:vi.CLAMP,alphaMode:Se.UNPACK,target:jn.TEXTURE_2D,format:V.RGBA,type:lt.UNSIGNED_BYTE},Ic._globalBatch=0;let bt=Ic;class Ac{constructor(){this.texArray=null,this.blend=0,this.type=_i.TRIANGLES,this.start=0,this.size=0,this.data=null}}let Nv=0;class Yt{constructor(t,e=!0,r=!1){this.data=t||new Float32Array(1),this._glBuffers={},this._updateID=0,this.index=r,this.static=e,this.id=Nv++,this.disposeRunner=new ni("disposeBuffer")}update(t){t instanceof Array&&(t=new Float32Array(t)),this.data=t||this.data,this._updateID++}dispose(){this.disposeRunner.emit(this,!1)}destroy(){this.dispose(),this.data=null}set index(t){this.type=t?Si.ELEMENT_ARRAY_BUFFER:Si.ARRAY_BUFFER}get index(){return this.type===Si.ELEMENT_ARRAY_BUFFER}static from(t){return t instanceof Array&&(t=new Float32Array(t)),new Yt(t)}}class Ga{constructor(t,e=0,r=!1,n=lt.FLOAT,s,o,a,l=1){this.buffer=t,this.size=e,this.normalized=r,this.type=n,this.stride=s,this.start=o,this.instance=a,this.divisor=l}destroy(){this.buffer=null}static from(t,e,r,n,s){return new Ga(t,e,r,n,s)}}const Ov={Float32Array,Uint32Array,Int32Array,Uint8Array};function Bv(i,t){let e=0,r=0;const n={};for(let l=0;l<i.length;l++)r+=t[l],e+=i[l].length;const s=new ArrayBuffer(e*4);let o=null,a=0;for(let l=0;l<i.length;l++){const h=t[l],c=i[l],u=o0(c);n[u]||(n[u]=new Ov[u](s)),o=n[u];for(let d=0;d<c.length;d++){const f=(d/h|0)*r+a,p=d%h;o[f+p]=c[d]}a+=h}return new Float32Array(s)}const m0={5126:4,5123:2,5121:1};let Uv=0;const Xv={Float32Array,Uint32Array,Int32Array,Uint8Array,Uint16Array};class Er{constructor(t=[],e={}){this.buffers=t,this.indexBuffer=null,this.attributes=e,this.glVertexArrayObjects={},this.id=Uv++,this.instanced=!1,this.instanceCount=1,this.disposeRunner=new ni("disposeGeometry"),this.refCount=0}addAttribute(t,e,r=0,n=!1,s,o,a,l=!1){if(!e)throw new Error("You must pass a buffer when creating an attribute");e instanceof Yt||(e instanceof Array&&(e=new Float32Array(e)),e=new Yt(e));const h=t.split("|");if(h.length>1){for(let u=0;u<h.length;u++)this.addAttribute(h[u],e,r,n,s);return this}let c=this.buffers.indexOf(e);return c===-1&&(this.buffers.push(e),c=this.buffers.length-1),this.attributes[t]=new Ga(c,r,n,s,o,a,l),this.instanced=this.instanced||l,this}getAttribute(t){return this.attributes[t]}getBuffer(t){return this.buffers[this.getAttribute(t).buffer]}addIndex(t){return t instanceof Yt||(t instanceof Array&&(t=new Uint16Array(t)),t=new Yt(t)),t.type=Si.ELEMENT_ARRAY_BUFFER,this.indexBuffer=t,this.buffers.includes(t)||this.buffers.push(t),this}getIndex(){return this.indexBuffer}interleave(){if(this.buffers.length===1||this.buffers.length===2&&this.indexBuffer)return this;const t=[],e=[],r=new Yt;let n;for(n in this.attributes){const s=this.attributes[n],o=this.buffers[s.buffer];t.push(o.data),e.push(s.size*m0[s.type]/4),s.buffer=0}for(r.data=Bv(t,e),n=0;n<this.buffers.length;n++)this.buffers[n]!==this.indexBuffer&&this.buffers[n].destroy();return this.buffers=[r],this.indexBuffer&&this.buffers.push(this.indexBuffer),this}getSize(){for(const t in this.attributes){const e=this.attributes[t];return this.buffers[e.buffer].data.length/(e.stride/4||e.size)}return 0}dispose(){this.disposeRunner.emit(this,!1)}destroy(){this.dispose(),this.buffers=null,this.indexBuffer=null,this.attributes=null}clone(){const t=new Er;for(let e=0;e<this.buffers.length;e++)t.buffers[e]=new Yt(this.buffers[e].data.slice(0));for(const e in this.attributes){const r=this.attributes[e];t.attributes[e]=new Ga(r.buffer,r.size,r.normalized,r.type,r.stride,r.start,r.instance)}return this.indexBuffer&&(t.indexBuffer=t.buffers[this.buffers.indexOf(this.indexBuffer)],t.indexBuffer.type=Si.ELEMENT_ARRAY_BUFFER),t}static merge(t){const e=new Er,r=[],n=[],s=[];let o;for(let a=0;a<t.length;a++){o=t[a];for(let l=0;l<o.buffers.length;l++)n[l]=n[l]||0,n[l]+=o.buffers[l].data.length,s[l]=0}for(let a=0;a<o.buffers.length;a++)r[a]=new Xv[o0(o.buffers[a].data)](n[a]),e.buffers[a]=new Yt(r[a]);for(let a=0;a<t.length;a++){o=t[a];for(let l=0;l<o.buffers.length;l++)r[l].set(o.buffers[l].data,s[l]),s[l]+=o.buffers[l].data.length}if(e.attributes=o.attributes,o.indexBuffer){e.indexBuffer=e.buffers[o.buffers.indexOf(o.indexBuffer)],e.indexBuffer.type=Si.ELEMENT_ARRAY_BUFFER;let a=0,l=0,h=0,c=0;for(let u=0;u<o.buffers.length;u++)if(o.buffers[u]!==o.indexBuffer){c=u;break}for(const u in o.attributes){const d=o.attributes[u];(d.buffer|0)===c&&(l+=d.size*m0[d.type]/4)}for(let u=0;u<t.length;u++){const d=t[u].indexBuffer.data;for(let f=0;f<d.length;f++)e.indexBuffer.data[f+h]+=a;a+=t[u].buffers[c].data.length/l,h+=d.length}}return e}}class g0 extends Er{constructor(t=!1){super(),this._buffer=new Yt(null,t,!1),this._indexBuffer=new Yt(null,t,!0),this.addAttribute("aVertexPosition",this._buffer,2,!1,lt.FLOAT).addAttribute("aTextureCoord",this._buffer,2,!1,lt.FLOAT).addAttribute("aColor",this._buffer,4,!0,lt.UNSIGNED_BYTE).addAttribute("aTextureId",this._buffer,1,!0,lt.FLOAT).addIndex(this._indexBuffer)}}const ka=Math.PI*2,Wv=180/Math.PI,Mc=Math.PI/180;var de=(i=>(i[i.POLY=0]="POLY",i[i.RECT=1]="RECT",i[i.CIRC=2]="CIRC",i[i.ELIP=3]="ELIP",i[i.RREC=4]="RREC",i))(de||{});class ct{constructor(t=0,e=0){this.x=0,this.y=0,this.x=t,this.y=e}clone(){return new ct(this.x,this.y)}copyFrom(t){return this.set(t.x,t.y),this}copyTo(t){return t.set(this.x,this.y),t}equals(t){return t.x===this.x&&t.y===this.y}set(t=0,e=t){return this.x=t,this.y=e,this}}ct.prototype.toString=function(){return`[@pixi/math:Point x=${this.x} y=${this.y}]`};const Fa=[new ct,new ct,new ct,new ct];class pt{constructor(t=0,e=0,r=0,n=0){this.x=Number(t),this.y=Number(e),this.width=Number(r),this.height=Number(n),this.type=de.RECT}get left(){return this.x}get right(){return this.x+this.width}get top(){return this.y}get bottom(){return this.y+this.height}static get EMPTY(){return new pt(0,0,0,0)}clone(){return new pt(this.x,this.y,this.width,this.height)}copyFrom(t){return this.x=t.x,this.y=t.y,this.width=t.width,this.height=t.height,this}copyTo(t){return t.x=this.x,t.y=this.y,t.width=this.width,t.height=this.height,t}contains(t,e){return this.width<=0||this.height<=0?!1:t>=this.x&&t<this.x+this.width&&e>=this.y&&e<this.y+this.height}intersects(t,e){if(!e){const I=this.x<t.x?t.x:this.x;if((this.right>t.right?t.right:this.right)<=I)return!1;const R=this.y<t.y?t.y:this.y;return(this.bottom>t.bottom?t.bottom:this.bottom)>R}const r=this.left,n=this.right,s=this.top,o=this.bottom;if(n<=r||o<=s)return!1;const a=Fa[0].set(t.left,t.top),l=Fa[1].set(t.left,t.bottom),h=Fa[2].set(t.right,t.top),c=Fa[3].set(t.right,t.bottom);if(h.x<=a.x||l.y<=a.y)return!1;const u=Math.sign(e.a*e.d-e.b*e.c);if(u===0||(e.apply(a,a),e.apply(l,l),e.apply(h,h),e.apply(c,c),Math.max(a.x,l.x,h.x,c.x)<=r||Math.min(a.x,l.x,h.x,c.x)>=n||Math.max(a.y,l.y,h.y,c.y)<=s||Math.min(a.y,l.y,h.y,c.y)>=o))return!1;const d=u*(l.y-a.y),f=u*(a.x-l.x),p=d*r+f*s,m=d*n+f*s,g=d*r+f*o,b=d*n+f*o;if(Math.max(p,m,g,b)<=d*a.x+f*a.y||Math.min(p,m,g,b)>=d*c.x+f*c.y)return!1;const _=u*(a.y-h.y),x=u*(h.x-a.x),v=_*r+x*s,T=_*n+x*s,C=_*r+x*o,E=_*n+x*o;return!(Math.max(v,T,C,E)<=_*a.x+x*a.y||Math.min(v,T,C,E)>=_*c.x+x*c.y)}pad(t=0,e=t){return this.x-=t,this.y-=e,this.width+=t*2,this.height+=e*2,this}fit(t){const e=Math.max(this.x,t.x),r=Math.min(this.x+this.width,t.x+t.width),n=Math.max(this.y,t.y),s=Math.min(this.y+this.height,t.y+t.height);return this.x=e,this.width=Math.max(r-e,0),this.y=n,this.height=Math.max(s-n,0),this}ceil(t=1,e=.001){const r=Math.ceil((this.x+this.width-e)*t)/t,n=Math.ceil((this.y+this.height-e)*t)/t;return this.x=Math.floor((this.x+e)*t)/t,this.y=Math.floor((this.y+e)*t)/t,this.width=r-this.x,this.height=n-this.y,this}enlarge(t){const e=Math.min(this.x,t.x),r=Math.max(this.x+this.width,t.x+t.width),n=Math.min(this.y,t.y),s=Math.max(this.y+this.height,t.y+t.height);return this.x=e,this.width=r-e,this.y=n,this.height=s-n,this}}pt.prototype.toString=function(){return`[@pixi/math:Rectangle x=${this.x} y=${this.y} width=${this.width} height=${this.height}]`};class Da{constructor(t=0,e=0,r=0){this.x=t,this.y=e,this.radius=r,this.type=de.CIRC}clone(){return new Da(this.x,this.y,this.radius)}contains(t,e){if(this.radius<=0)return!1;const r=this.radius*this.radius;let n=this.x-t,s=this.y-e;return n*=n,s*=s,n+s<=r}getBounds(){return new pt(this.x-this.radius,this.y-this.radius,this.radius*2,this.radius*2)}}Da.prototype.toString=function(){return`[@pixi/math:Circle x=${this.x} y=${this.y} radius=${this.radius}]`};class Na{constructor(t=0,e=0,r=0,n=0){this.x=t,this.y=e,this.width=r,this.height=n,this.type=de.ELIP}clone(){return new Na(this.x,this.y,this.width,this.height)}contains(t,e){if(this.width<=0||this.height<=0)return!1;let r=(t-this.x)/this.width,n=(e-this.y)/this.height;return r*=r,n*=n,r+n<=1}getBounds(){return new pt(this.x-this.width,this.y-this.height,this.width,this.height)}}Na.prototype.toString=function(){return`[@pixi/math:Ellipse x=${this.x} y=${this.y} width=${this.width} height=${this.height}]`};class an{constructor(...t){let e=Array.isArray(t[0])?t[0]:t;if(typeof e[0]!="number"){const r=[];for(let n=0,s=e.length;n<s;n++)r.push(e[n].x,e[n].y);e=r}this.points=e,this.type=de.POLY,this.closeStroke=!0}clone(){const t=this.points.slice(),e=new an(t);return e.closeStroke=this.closeStroke,e}contains(t,e){let r=!1;const n=this.points.length/2;for(let s=0,o=n-1;s<n;o=s++){const a=this.points[s*2],l=this.points[s*2+1],h=this.points[o*2],c=this.points[o*2+1];l>e!=c>e&&t<(h-a)*((e-l)/(c-l))+a&&(r=!r)}return r}}an.prototype.toString=function(){return`[@pixi/math:PolygoncloseStroke=${this.closeStroke}points=${this.points.reduce((i,t)=>`${i}, ${t}`,"")}]`};class Oa{constructor(t=0,e=0,r=0,n=0,s=20){this.x=t,this.y=e,this.width=r,this.height=n,this.radius=s,this.type=de.RREC}clone(){return new Oa(this.x,this.y,this.width,this.height,this.radius)}contains(t,e){if(this.width<=0||this.height<=0)return!1;if(t>=this.x&&t<=this.x+this.width&&e>=this.y&&e<=this.y+this.height){const r=Math.max(0,Math.min(this.radius,Math.min(this.width,this.height)/2));if(e>=this.y+r&&e<=this.y+this.height-r||t>=this.x+r&&t<=this.x+this.width-r)return!0;let n=t-(this.x+r),s=e-(this.y+r);const o=r*r;if(n*n+s*s<=o||(n=t-(this.x+this.width-r),n*n+s*s<=o)||(s=e-(this.y+this.height-r),n*n+s*s<=o)||(n=t-(this.x+r),n*n+s*s<=o))return!0}return!1}}Oa.prototype.toString=function(){return`[@pixi/math:RoundedRectangle x=${this.x} y=${this.y}width=${this.width} height=${this.height} radius=${this.radius}]`};class Ft{constructor(t=1,e=0,r=0,n=1,s=0,o=0){this.array=null,this.a=t,this.b=e,this.c=r,this.d=n,this.tx=s,this.ty=o}fromArray(t){this.a=t[0],this.b=t[1],this.c=t[3],this.d=t[4],this.tx=t[2],this.ty=t[5]}set(t,e,r,n,s,o){return this.a=t,this.b=e,this.c=r,this.d=n,this.tx=s,this.ty=o,this}toArray(t,e){this.array||(this.array=new Float32Array(9));const r=e||this.array;return t?(r[0]=this.a,r[1]=this.b,r[2]=0,r[3]=this.c,r[4]=this.d,r[5]=0,r[6]=this.tx,r[7]=this.ty,r[8]=1):(r[0]=this.a,r[1]=this.c,r[2]=this.tx,r[3]=this.b,r[4]=this.d,r[5]=this.ty,r[6]=0,r[7]=0,r[8]=1),r}apply(t,e){e=e||new ct;const r=t.x,n=t.y;return e.x=this.a*r+this.c*n+this.tx,e.y=this.b*r+this.d*n+this.ty,e}applyInverse(t,e){e=e||new ct;const r=1/(this.a*this.d+this.c*-this.b),n=t.x,s=t.y;return e.x=this.d*r*n+-this.c*r*s+(this.ty*this.c-this.tx*this.d)*r,e.y=this.a*r*s+-this.b*r*n+(-this.ty*this.a+this.tx*this.b)*r,e}translate(t,e){return this.tx+=t,this.ty+=e,this}scale(t,e){return this.a*=t,this.d*=e,this.c*=t,this.b*=e,this.tx*=t,this.ty*=e,this}rotate(t){const e=Math.cos(t),r=Math.sin(t),n=this.a,s=this.c,o=this.tx;return this.a=n*e-this.b*r,this.b=n*r+this.b*e,this.c=s*e-this.d*r,this.d=s*r+this.d*e,this.tx=o*e-this.ty*r,this.ty=o*r+this.ty*e,this}append(t){const e=this.a,r=this.b,n=this.c,s=this.d;return this.a=t.a*e+t.b*n,this.b=t.a*r+t.b*s,this.c=t.c*e+t.d*n,this.d=t.c*r+t.d*s,this.tx=t.tx*e+t.ty*n+this.tx,this.ty=t.tx*r+t.ty*s+this.ty,this}setTransform(t,e,r,n,s,o,a,l,h){return this.a=Math.cos(a+h)*s,this.b=Math.sin(a+h)*s,this.c=-Math.sin(a-l)*o,this.d=Math.cos(a-l)*o,this.tx=t-(r*this.a+n*this.c),this.ty=e-(r*this.b+n*this.d),this}prepend(t){const e=this.tx;if(t.a!==1||t.b!==0||t.c!==0||t.d!==1){const r=this.a,n=this.c;this.a=r*t.a+this.b*t.c,this.b=r*t.b+this.b*t.d,this.c=n*t.a+this.d*t.c,this.d=n*t.b+this.d*t.d}return this.tx=e*t.a+this.ty*t.c+t.tx,this.ty=e*t.b+this.ty*t.d+t.ty,this}decompose(t){const e=this.a,r=this.b,n=this.c,s=this.d,o=t.pivot,a=-Math.atan2(-n,s),l=Math.atan2(r,e),h=Math.abs(a+l);return h<1e-5||Math.abs(ka-h)<1e-5?(t.rotation=l,t.skew.x=t.skew.y=0):(t.rotation=0,t.skew.x=a,t.skew.y=l),t.scale.x=Math.sqrt(e*e+r*r),t.scale.y=Math.sqrt(n*n+s*s),t.position.x=this.tx+(o.x*e+o.y*n),t.position.y=this.ty+(o.x*r+o.y*s),t}invert(){const t=this.a,e=this.b,r=this.c,n=this.d,s=this.tx,o=t*n-e*r;return this.a=n/o,this.b=-e/o,this.c=-r/o,this.d=t/o,this.tx=(r*this.ty-n*s)/o,this.ty=-(t*this.ty-e*s)/o,this}identity(){return this.a=1,this.b=0,this.c=0,this.d=1,this.tx=0,this.ty=0,this}clone(){const t=new Ft;return t.a=this.a,t.b=this.b,t.c=this.c,t.d=this.d,t.tx=this.tx,t.ty=this.ty,t}copyTo(t){return t.a=this.a,t.b=this.b,t.c=this.c,t.d=this.d,t.tx=this.tx,t.ty=this.ty,t}copyFrom(t){return this.a=t.a,this.b=t.b,this.c=t.c,this.d=t.d,this.tx=t.tx,this.ty=t.ty,this}static get IDENTITY(){return new Ft}static get TEMP_MATRIX(){return new Ft}}Ft.prototype.toString=function(){return`[@pixi/math:Matrix a=${this.a} b=${this.b} c=${this.c} d=${this.d} tx=${this.tx} ty=${this.ty}]`};const ln=[1,1,0,-1,-1,-1,0,1,1,1,0,-1,-1,-1,0,1],hn=[0,1,1,1,0,-1,-1,-1,0,1,1,1,0,-1,-1,-1],cn=[0,-1,-1,-1,0,1,1,1,0,1,1,1,0,-1,-1,-1],un=[1,1,0,-1,-1,-1,0,1,-1,-1,0,1,1,1,0,-1],Rc=[],y0=[],Ba=Math.sign;function Zv(){for(let i=0;i<16;i++){const t=[];Rc.push(t);for(let e=0;e<16;e++){const r=Ba(ln[i]*ln[e]+cn[i]*hn[e]),n=Ba(hn[i]*ln[e]+un[i]*hn[e]),s=Ba(ln[i]*cn[e]+cn[i]*un[e]),o=Ba(hn[i]*cn[e]+un[i]*un[e]);for(let a=0;a<16;a++)if(ln[a]===r&&hn[a]===n&&cn[a]===s&&un[a]===o){t.push(a);break}}}for(let i=0;i<16;i++){const t=new Ft;t.set(ln[i],hn[i],cn[i],un[i],0,0),y0.push(t)}}Zv();const Xt={E:0,SE:1,S:2,SW:3,W:4,NW:5,N:6,NE:7,MIRROR_VERTICAL:8,MAIN_DIAGONAL:10,MIRROR_HORIZONTAL:12,REVERSE_DIAGONAL:14,uX:i=>ln[i],uY:i=>hn[i],vX:i=>cn[i],vY:i=>un[i],inv:i=>i&8?i&15:-i&7,add:(i,t)=>Rc[i][t],sub:(i,t)=>Rc[i][Xt.inv(t)],rotate180:i=>i^4,isVertical:i=>(i&3)===2,byDirection:(i,t)=>Math.abs(i)*2<=Math.abs(t)?t>=0?Xt.S:Xt.N:Math.abs(t)*2<=Math.abs(i)?i>0?Xt.E:Xt.W:t>0?i>0?Xt.SE:Xt.SW:i>0?Xt.NE:Xt.NW,matrixAppendRotationInv:(i,t,e=0,r=0)=>{const n=y0[Xt.inv(t)];n.tx=e,n.ty=r,i.append(n)}};class er{constructor(t,e,r=0,n=0){this._x=r,this._y=n,this.cb=t,this.scope=e}clone(t=this.cb,e=this.scope){return new er(t,e,this._x,this._y)}set(t=0,e=t){return(this._x!==t||this._y!==e)&&(this._x=t,this._y=e,this.cb.call(this.scope)),this}copyFrom(t){return(this._x!==t.x||this._y!==t.y)&&(this._x=t.x,this._y=t.y,this.cb.call(this.scope)),this}copyTo(t){return t.set(this._x,this._y),t}equals(t){return t.x===this._x&&t.y===this._y}get x(){return this._x}set x(t){this._x!==t&&(this._x=t,this.cb.call(this.scope))}get y(){return this._y}set y(t){this._y!==t&&(this._y=t,this.cb.call(this.scope))}}er.prototype.toString=function(){return`[@pixi/math:ObservablePoint x=${this.x} y=${this.y} scope=${this.scope}]`};const Pc=class{constructor(){this.worldTransform=new Ft,this.localTransform=new Ft,this.position=new er(this.onChange,this,0,0),this.scale=new er(this.onChange,this,1,1),this.pivot=new er(this.onChange,this,0,0),this.skew=new er(this.updateSkew,this,0,0),this._rotation=0,this._cx=1,this._sx=0,this._cy=0,this._sy=1,this._localID=0,this._currentLocalID=0,this._worldID=0,this._parentID=0}onChange(){this._localID++}updateSkew(){this._cx=Math.cos(this._rotation+this.skew.y),this._sx=Math.sin(this._rotation+this.skew.y),this._cy=-Math.sin(this._rotation-this.skew.x),this._sy=Math.cos(this._rotation-this.skew.x),this._localID++}updateLocalTransform(){const i=this.localTransform;this._localID!==this._currentLocalID&&(i.a=this._cx*this.scale.x,i.b=this._sx*this.scale.x,i.c=this._cy*this.scale.y,i.d=this._sy*this.scale.y,i.tx=this.position.x-(this.pivot.x*i.a+this.pivot.y*i.c),i.ty=this.position.y-(this.pivot.x*i.b+this.pivot.y*i.d),this._currentLocalID=this._localID,this._parentID=-1)}updateTransform(i){const t=this.localTransform;if(this._localID!==this._currentLocalID&&(t.a=this._cx*this.scale.x,t.b=this._sx*this.scale.x,t.c=this._cy*this.scale.y,t.d=this._sy*this.scale.y,t.tx=this.position.x-(this.pivot.x*t.a+this.pivot.y*t.c),t.ty=this.position.y-(this.pivot.x*t.b+this.pivot.y*t.d),this._currentLocalID=this._localID,this._parentID=-1),this._parentID!==i._worldID){const e=i.worldTransform,r=this.worldTransform;r.a=t.a*e.a+t.b*e.c,r.b=t.a*e.b+t.b*e.d,r.c=t.c*e.a+t.d*e.c,r.d=t.c*e.b+t.d*e.d,r.tx=t.tx*e.a+t.ty*e.c+e.tx,r.ty=t.tx*e.b+t.ty*e.d+e.ty,this._parentID=i._worldID,this._worldID++}}setFromMatrix(i){i.decompose(this),this._localID++}get rotation(){return this._rotation}set rotation(i){this._rotation!==i&&(this._rotation=i,this.updateSkew())}};Pc.IDENTITY=new Pc;let Lc=Pc;Lc.prototype.toString=function(){return`[@pixi/math:Transform position=(${this.position.x}, ${this.position.y}) rotation=${this.rotation} scale=(${this.scale.x}, ${this.scale.y}) skew=(${this.skew.x}, ${this.skew.y}) ]`};var Vv=`varying vec2 vTextureCoord;
|
|
9
|
+
Deprecated since v${r}`),console.warn(i),console.groupEnd()):(console.warn("PixiJS Deprecation Warning: ",`${t}
|
|
10
|
+
Deprecated since v${r}`),console.warn(i))),u0[t]=!0}function ii(r){if(typeof r!="string")throw new TypeError(`Path must be a string. Received ${JSON.stringify(r)}`)}function io(r){return r.split("?")[0].split("#")[0]}function cv(r){return r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function uv(r,t,e){return r.replace(new RegExp(cv(t),"g"),e)}function dv(r,t){let e="",i=0,s=-1,n=0,o=-1;for(let a=0;a<=r.length;++a){if(a<r.length)o=r.charCodeAt(a);else{if(o===47)break;o=47}if(o===47){if(!(s===a-1||n===1))if(s!==a-1&&n===2){if(e.length<2||i!==2||e.charCodeAt(e.length-1)!==46||e.charCodeAt(e.length-2)!==46){if(e.length>2){const h=e.lastIndexOf("/");if(h!==e.length-1){h===-1?(e="",i=0):(e=e.slice(0,h),i=e.length-1-e.lastIndexOf("/")),s=a,n=0;continue}}else if(e.length===2||e.length===1){e="",i=0,s=a,n=0;continue}}}else e.length>0?e+=`/${r.slice(s+1,a)}`:e=r.slice(s+1,a),i=a-s-1;s=a,n=0}else o===46&&n!==-1?++n:n=-1}return e}const ee={toPosix(r){return uv(r,"\\","/")},isUrl(r){return/^https?:/.test(this.toPosix(r))},isDataUrl(r){return/^data:([a-z]+\/[a-z0-9-+.]+(;[a-z0-9-.!#$%*+.{}|~`]+=[a-z0-9-.!#$%*+.{}()_|~`]+)*)?(;base64)?,([a-z0-9!$&',()*+;=\-._~:@\/?%\s<>]*?)$/i.test(r)},isBlobUrl(r){return r.startsWith("blob:")},hasProtocol(r){return/^[^/:]+:/.test(this.toPosix(r))},getProtocol(r){ii(r),r=this.toPosix(r);const t=/^file:\/\/\//.exec(r);if(t)return t[0];const e=/^[^/:]+:\/{0,2}/.exec(r);return e?e[0]:""},toAbsolute(r,t,e){if(ii(r),this.isDataUrl(r)||this.isBlobUrl(r))return r;const i=io(this.toPosix(t??it.ADAPTER.getBaseUrl())),s=io(this.toPosix(e??this.rootname(i)));return r=this.toPosix(r),r.startsWith("/")?ee.join(s,r.slice(1)):this.isAbsolute(r)?r:this.join(i,r)},normalize(r){if(ii(r),r.length===0)return".";if(this.isDataUrl(r)||this.isBlobUrl(r))return r;r=this.toPosix(r);let t="";const e=r.startsWith("/");this.hasProtocol(r)&&(t=this.rootname(r),r=r.slice(t.length));const i=r.endsWith("/");return r=dv(r),r.length>0&&i&&(r+="/"),e?`/${r}`:t+r},isAbsolute(r){return ii(r),r=this.toPosix(r),this.hasProtocol(r)?!0:r.startsWith("/")},join(...r){if(r.length===0)return".";let t;for(let e=0;e<r.length;++e){const i=r[e];if(ii(i),i.length>0)if(t===void 0)t=i;else{const s=r[e-1]??"";this.extname(s)?t+=`/../${i}`:t+=`/${i}`}}return t===void 0?".":this.normalize(t)},dirname(r){if(ii(r),r.length===0)return".";r=this.toPosix(r);let t=r.charCodeAt(0);const e=t===47;let i=-1,s=!0;const n=this.getProtocol(r),o=r;r=r.slice(n.length);for(let a=r.length-1;a>=1;--a)if(t=r.charCodeAt(a),t===47){if(!s){i=a;break}}else s=!1;return i===-1?e?"/":this.isUrl(o)?n+r:n:e&&i===1?"//":n+r.slice(0,i)},rootname(r){ii(r),r=this.toPosix(r);let t="";if(r.startsWith("/")?t="/":t=this.getProtocol(r),this.isUrl(r)){const e=r.indexOf("/",t.length);e!==-1?t=r.slice(0,e):t=r,t.endsWith("/")||(t+="/")}return t},basename(r,t){ii(r),t&&ii(t),r=io(this.toPosix(r));let e=0,i=-1,s=!0,n;if(t!==void 0&&t.length>0&&t.length<=r.length){if(t.length===r.length&&t===r)return"";let o=t.length-1,a=-1;for(n=r.length-1;n>=0;--n){const h=r.charCodeAt(n);if(h===47){if(!s){e=n+1;break}}else a===-1&&(s=!1,a=n+1),o>=0&&(h===t.charCodeAt(o)?--o===-1&&(i=n):(o=-1,i=a))}return e===i?i=a:i===-1&&(i=r.length),r.slice(e,i)}for(n=r.length-1;n>=0;--n)if(r.charCodeAt(n)===47){if(!s){e=n+1;break}}else i===-1&&(s=!1,i=n+1);return i===-1?"":r.slice(e,i)},extname(r){ii(r),r=io(this.toPosix(r));let t=-1,e=0,i=-1,s=!0,n=0;for(let o=r.length-1;o>=0;--o){const a=r.charCodeAt(o);if(a===47){if(!s){e=o+1;break}continue}i===-1&&(s=!1,i=o+1),a===46?t===-1?t=o:n!==1&&(n=1):t!==-1&&(n=-1)}return t===-1||i===-1||n===0||n===1&&t===i-1&&t===e+1?"":r.slice(t,i)},parse(r){ii(r);const t={root:"",dir:"",base:"",ext:"",name:""};if(r.length===0)return t;r=io(this.toPosix(r));let e=r.charCodeAt(0);const i=this.isAbsolute(r);let s;t.root=this.rootname(r),i||this.hasProtocol(r)?s=1:s=0;let n=-1,o=0,a=-1,h=!0,l=r.length-1,c=0;for(;l>=s;--l){if(e=r.charCodeAt(l),e===47){if(!h){o=l+1;break}continue}a===-1&&(h=!1,a=l+1),e===46?n===-1?n=l:c!==1&&(c=1):n!==-1&&(c=-1)}return n===-1||a===-1||c===0||c===1&&n===a-1&&n===o+1?a!==-1&&(o===0&&i?t.base=t.name=r.slice(1,a):t.base=t.name=r.slice(o,a)):(o===0&&i?(t.name=r.slice(1,n),t.base=r.slice(1,a)):(t.name=r.slice(o,n),t.base=r.slice(o,a)),t.ext=r.slice(n,a)),t.dir=this.dirname(r),t},sep:"/",delimiter:":"};let gc;async function fv(){return gc??(gc=(async()=>{var n;const r=document.createElement("canvas").getContext("webgl");if(!r)return we.UNPACK;const t=await new Promise(o=>{const a=document.createElement("video");a.onloadeddata=()=>o(a),a.onerror=()=>o(null),a.autoplay=!1,a.crossOrigin="anonymous",a.preload="auto",a.src="data:video/webm;base64,GkXfo59ChoEBQveBAULygQRC84EIQoKEd2VibUKHgQJChYECGFOAZwEAAAAAAAHTEU2bdLpNu4tTq4QVSalmU6yBoU27i1OrhBZUrmtTrIHGTbuMU6uEElTDZ1OsggEXTbuMU6uEHFO7a1OsggG97AEAAAAAAABZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVSalmoCrXsYMPQkBNgIRMYXZmV0GETGF2ZkSJiEBEAAAAAAAAFlSua8yuAQAAAAAAAEPXgQFzxYgAAAAAAAAAAZyBACK1nIN1bmSIgQCGhVZfVlA5g4EBI+ODhAJiWgDglLCBArqBApqBAlPAgQFVsIRVuYEBElTDZ9Vzc9JjwItjxYgAAAAAAAAAAWfInEWjh0VOQ09ERVJEh49MYXZjIGxpYnZweC12cDlnyKJFo4hEVVJBVElPTkSHlDAwOjAwOjAwLjA0MDAwMDAwMAAAH0O2dcfngQCgwqGggQAAAIJJg0IAABAAFgA4JBwYSgAAICAAEb///4r+AAB1oZ2mm+6BAaWWgkmDQgAAEAAWADgkHBhKAAAgIABIQBxTu2uRu4+zgQC3iveBAfGCAXHwgQM=",a.load()});if(!t)return we.UNPACK;const e=r.createTexture();r.bindTexture(r.TEXTURE_2D,e);const i=r.createFramebuffer();r.bindFramebuffer(r.FRAMEBUFFER,i),r.framebufferTexture2D(r.FRAMEBUFFER,r.COLOR_ATTACHMENT0,r.TEXTURE_2D,e,0),r.pixelStorei(r.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1),r.pixelStorei(r.UNPACK_COLORSPACE_CONVERSION_WEBGL,r.NONE),r.texImage2D(r.TEXTURE_2D,0,r.RGBA,r.RGBA,r.UNSIGNED_BYTE,t);const s=new Uint8Array(4);return r.readPixels(0,0,1,1,r.RGBA,r.UNSIGNED_BYTE,s),r.deleteFramebuffer(i),r.deleteTexture(e),(n=r.getExtension("WEBGL_lose_context"))==null||n.loseContext(),s[0]<=s[3]?we.PMA:we.UNPACK})()),gc}let yc;function pv(){return typeof yc>"u"&&(yc=function(){var t;const r={stencil:!0,failIfMajorPerformanceCaveat:it.FAIL_IF_MAJOR_PERFORMANCE_CAVEAT};try{if(!it.ADAPTER.getWebGLRenderingContext())return!1;const e=it.ADAPTER.createCanvas();let i=e.getContext("webgl",r)||e.getContext("experimental-webgl",r);const s=!!((t=i==null?void 0:i.getContextAttributes())!=null&&t.stencil);if(i){const n=i.getExtension("WEBGL_lose_context");n&&n.loseContext()}return i=null,s}catch{return!1}}()),yc}var mv={grad:.9,turn:360,rad:360/(2*Math.PI)},$i=function(r){return typeof r=="string"?r.length>0:typeof r=="number"},oe=function(r,t,e){return t===void 0&&(t=0),e===void 0&&(e=Math.pow(10,t)),Math.round(e*r)/e+0},Ve=function(r,t,e){return t===void 0&&(t=0),e===void 0&&(e=1),r>e?e:r>t?r:t},d0=function(r){return(r=isFinite(r)?r%360:0)>0?r:r+360},f0=function(r){return{r:Ve(r.r,0,255),g:Ve(r.g,0,255),b:Ve(r.b,0,255),a:Ve(r.a)}},bc=function(r){return{r:oe(r.r),g:oe(r.g),b:oe(r.b),a:oe(r.a,3)}},gv=/^#([0-9a-f]{3,8})$/i,Ea=function(r){var t=r.toString(16);return t.length<2?"0"+t:t},p0=function(r){var t=r.r,e=r.g,i=r.b,s=r.a,n=Math.max(t,e,i),o=n-Math.min(t,e,i),a=o?n===t?(e-i)/o:n===e?2+(i-t)/o:4+(t-e)/o:0;return{h:60*(a<0?a+6:a),s:n?o/n*100:0,v:n/255*100,a:s}},m0=function(r){var t=r.h,e=r.s,i=r.v,s=r.a;t=t/360*6,e/=100,i/=100;var n=Math.floor(t),o=i*(1-e),a=i*(1-(t-n)*e),h=i*(1-(1-t+n)*e),l=n%6;return{r:255*[i,a,o,o,h,i][l],g:255*[h,i,i,a,o,o][l],b:255*[o,o,h,i,i,a][l],a:s}},g0=function(r){return{h:d0(r.h),s:Ve(r.s,0,100),l:Ve(r.l,0,100),a:Ve(r.a)}},y0=function(r){return{h:oe(r.h),s:oe(r.s),l:oe(r.l),a:oe(r.a,3)}},b0=function(r){return m0((e=(t=r).s,{h:t.h,s:(e*=((i=t.l)<50?i:100-i)/100)>0?2*e/(i+e)*100:0,v:i+e,a:t.a}));var t,e,i},ro=function(r){return{h:(t=p0(r)).h,s:(s=(200-(e=t.s))*(i=t.v)/100)>0&&s<200?e*i/100/(s<=100?s:200-s)*100:0,l:s/2,a:t.a};var t,e,i,s},yv=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,bv=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,xv=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,_v=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,xc={string:[[function(r){var t=gv.exec(r);return t?(r=t[1]).length<=4?{r:parseInt(r[0]+r[0],16),g:parseInt(r[1]+r[1],16),b:parseInt(r[2]+r[2],16),a:r.length===4?oe(parseInt(r[3]+r[3],16)/255,2):1}:r.length===6||r.length===8?{r:parseInt(r.substr(0,2),16),g:parseInt(r.substr(2,2),16),b:parseInt(r.substr(4,2),16),a:r.length===8?oe(parseInt(r.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(r){var t=xv.exec(r)||_v.exec(r);return t?t[2]!==t[4]||t[4]!==t[6]?null:f0({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:t[7]===void 0?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(r){var t=yv.exec(r)||bv.exec(r);if(!t)return null;var e,i,s=g0({h:(e=t[1],i=t[2],i===void 0&&(i="deg"),Number(e)*(mv[i]||1)),s:Number(t[3]),l:Number(t[4]),a:t[5]===void 0?1:Number(t[5])/(t[6]?100:1)});return b0(s)},"hsl"]],object:[[function(r){var t=r.r,e=r.g,i=r.b,s=r.a,n=s===void 0?1:s;return $i(t)&&$i(e)&&$i(i)?f0({r:Number(t),g:Number(e),b:Number(i),a:Number(n)}):null},"rgb"],[function(r){var t=r.h,e=r.s,i=r.l,s=r.a,n=s===void 0?1:s;if(!$i(t)||!$i(e)||!$i(i))return null;var o=g0({h:Number(t),s:Number(e),l:Number(i),a:Number(n)});return b0(o)},"hsl"],[function(r){var t=r.h,e=r.s,i=r.v,s=r.a,n=s===void 0?1:s;if(!$i(t)||!$i(e)||!$i(i))return null;var o=function(a){return{h:d0(a.h),s:Ve(a.s,0,100),v:Ve(a.v,0,100),a:Ve(a.a)}}({h:Number(t),s:Number(e),v:Number(i),a:Number(n)});return m0(o)},"hsv"]]},x0=function(r,t){for(var e=0;e<t.length;e++){var i=t[e][0](r);if(i)return[i,t[e][1]]}return[null,void 0]},vv=function(r){return typeof r=="string"?x0(r.trim(),xc.string):typeof r=="object"&&r!==null?x0(r,xc.object):[null,void 0]},_c=function(r,t){var e=ro(r);return{h:e.h,s:Ve(e.s+100*t,0,100),l:e.l,a:e.a}},vc=function(r){return(299*r.r+587*r.g+114*r.b)/1e3/255},_0=function(r,t){var e=ro(r);return{h:e.h,s:e.s,l:Ve(e.l+100*t,0,100),a:e.a}},wc=function(){function r(t){this.parsed=vv(t)[0],this.rgba=this.parsed||{r:0,g:0,b:0,a:1}}return r.prototype.isValid=function(){return this.parsed!==null},r.prototype.brightness=function(){return oe(vc(this.rgba),2)},r.prototype.isDark=function(){return vc(this.rgba)<.5},r.prototype.isLight=function(){return vc(this.rgba)>=.5},r.prototype.toHex=function(){return t=bc(this.rgba),e=t.r,i=t.g,s=t.b,o=(n=t.a)<1?Ea(oe(255*n)):"","#"+Ea(e)+Ea(i)+Ea(s)+o;var t,e,i,s,n,o},r.prototype.toRgb=function(){return bc(this.rgba)},r.prototype.toRgbString=function(){return t=bc(this.rgba),e=t.r,i=t.g,s=t.b,(n=t.a)<1?"rgba("+e+", "+i+", "+s+", "+n+")":"rgb("+e+", "+i+", "+s+")";var t,e,i,s,n},r.prototype.toHsl=function(){return y0(ro(this.rgba))},r.prototype.toHslString=function(){return t=y0(ro(this.rgba)),e=t.h,i=t.s,s=t.l,(n=t.a)<1?"hsla("+e+", "+i+"%, "+s+"%, "+n+")":"hsl("+e+", "+i+"%, "+s+"%)";var t,e,i,s,n},r.prototype.toHsv=function(){return t=p0(this.rgba),{h:oe(t.h),s:oe(t.s),v:oe(t.v),a:oe(t.a,3)};var t},r.prototype.invert=function(){return Ei({r:255-(t=this.rgba).r,g:255-t.g,b:255-t.b,a:t.a});var t},r.prototype.saturate=function(t){return t===void 0&&(t=.1),Ei(_c(this.rgba,t))},r.prototype.desaturate=function(t){return t===void 0&&(t=.1),Ei(_c(this.rgba,-t))},r.prototype.grayscale=function(){return Ei(_c(this.rgba,-1))},r.prototype.lighten=function(t){return t===void 0&&(t=.1),Ei(_0(this.rgba,t))},r.prototype.darken=function(t){return t===void 0&&(t=.1),Ei(_0(this.rgba,-t))},r.prototype.rotate=function(t){return t===void 0&&(t=15),this.hue(this.hue()+t)},r.prototype.alpha=function(t){return typeof t=="number"?Ei({r:(e=this.rgba).r,g:e.g,b:e.b,a:t}):oe(this.rgba.a,3);var e},r.prototype.hue=function(t){var e=ro(this.rgba);return typeof t=="number"?Ei({h:t,s:e.s,l:e.l,a:e.a}):oe(e.h)},r.prototype.isEqual=function(t){return this.toHex()===Ei(t).toHex()},r}(),Ei=function(r){return r instanceof wc?r:new wc(r)},v0=[],wv=function(r){r.forEach(function(t){v0.indexOf(t)<0&&(t(wc,xc),v0.push(t))})};function Tv(r,t){var e={white:"#ffffff",bisque:"#ffe4c4",blue:"#0000ff",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",antiquewhite:"#faebd7",aqua:"#00ffff",azure:"#f0ffff",whitesmoke:"#f5f5f5",papayawhip:"#ffefd5",plum:"#dda0dd",blanchedalmond:"#ffebcd",black:"#000000",gold:"#ffd700",goldenrod:"#daa520",gainsboro:"#dcdcdc",cornsilk:"#fff8dc",cornflowerblue:"#6495ed",burlywood:"#deb887",aquamarine:"#7fffd4",beige:"#f5f5dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkkhaki:"#bdb76b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",peachpuff:"#ffdab9",darkmagenta:"#8b008b",darkred:"#8b0000",darkorchid:"#9932cc",darkorange:"#ff8c00",darkslateblue:"#483d8b",gray:"#808080",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",deeppink:"#ff1493",deepskyblue:"#00bfff",wheat:"#f5deb3",firebrick:"#b22222",floralwhite:"#fffaf0",ghostwhite:"#f8f8ff",darkviolet:"#9400d3",magenta:"#ff00ff",green:"#008000",dodgerblue:"#1e90ff",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",blueviolet:"#8a2be2",forestgreen:"#228b22",lawngreen:"#7cfc00",indianred:"#cd5c5c",indigo:"#4b0082",fuchsia:"#ff00ff",brown:"#a52a2a",maroon:"#800000",mediumblue:"#0000cd",lightcoral:"#f08080",darkturquoise:"#00ced1",lightcyan:"#e0ffff",ivory:"#fffff0",lightyellow:"#ffffe0",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",linen:"#faf0e6",mediumaquamarine:"#66cdaa",lemonchiffon:"#fffacd",lime:"#00ff00",khaki:"#f0e68c",mediumseagreen:"#3cb371",limegreen:"#32cd32",mediumspringgreen:"#00fa9a",lightskyblue:"#87cefa",lightblue:"#add8e6",midnightblue:"#191970",lightpink:"#ffb6c1",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",mintcream:"#f5fffa",lightslategray:"#778899",lightslategrey:"#778899",navajowhite:"#ffdead",navy:"#000080",mediumvioletred:"#c71585",powderblue:"#b0e0e6",palegoldenrod:"#eee8aa",oldlace:"#fdf5e6",paleturquoise:"#afeeee",mediumturquoise:"#48d1cc",mediumorchid:"#ba55d3",rebeccapurple:"#663399",lightsteelblue:"#b0c4de",mediumslateblue:"#7b68ee",thistle:"#d8bfd8",tan:"#d2b48c",orchid:"#da70d6",mediumpurple:"#9370db",purple:"#800080",pink:"#ffc0cb",skyblue:"#87ceeb",springgreen:"#00ff7f",palegreen:"#98fb98",red:"#ff0000",yellow:"#ffff00",slateblue:"#6a5acd",lavenderblush:"#fff0f5",peru:"#cd853f",palevioletred:"#db7093",violet:"#ee82ee",teal:"#008080",slategray:"#708090",slategrey:"#708090",aliceblue:"#f0f8ff",darkseagreen:"#8fbc8f",darkolivegreen:"#556b2f",greenyellow:"#adff2f",seagreen:"#2e8b57",seashell:"#fff5ee",tomato:"#ff6347",silver:"#c0c0c0",sienna:"#a0522d",lavender:"#e6e6fa",lightgreen:"#90ee90",orange:"#ffa500",orangered:"#ff4500",steelblue:"#4682b4",royalblue:"#4169e1",turquoise:"#40e0d0",yellowgreen:"#9acd32",salmon:"#fa8072",saddlebrown:"#8b4513",sandybrown:"#f4a460",rosybrown:"#bc8f8f",darksalmon:"#e9967a",lightgoldenrodyellow:"#fafad2",snow:"#fffafa",lightgrey:"#d3d3d3",lightgray:"#d3d3d3",dimgray:"#696969",dimgrey:"#696969",olivedrab:"#6b8e23",olive:"#808000"},i={};for(var s in e)i[e[s]]=s;var n={};r.prototype.toName=function(o){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return"transparent";var a,h,l=i[this.toHex()];if(l)return l;if(o!=null&&o.closest){var c=this.toRgb(),u=1/0,d="black";if(!n.length)for(var f in e)n[f]=new r(e[f]).toRgb();for(var p in e){var m=(a=c,h=n[p],Math.pow(a.r-h.r,2)+Math.pow(a.g-h.g,2)+Math.pow(a.b-h.b,2));m<u&&(u=m,d=p)}return d}},t.string.push([function(o){var a=o.toLowerCase(),h=a==="transparent"?"#0000":e[a];return h?new r(h).toRgb():null},"name"])}wv([Tv]);const qs=class bl{constructor(t=16777215){this._value=null,this._components=new Float32Array(4),this._components.fill(1),this._int=16777215,this.value=t}get red(){return this._components[0]}get green(){return this._components[1]}get blue(){return this._components[2]}get alpha(){return this._components[3]}setValue(t){return this.value=t,this}set value(t){if(t instanceof bl)this._value=this.cloneSource(t._value),this._int=t._int,this._components.set(t._components);else{if(t===null)throw new Error("Cannot set PIXI.Color#value to null");(this._value===null||!this.isSourceEqual(this._value,t))&&(this.normalize(t),this._value=this.cloneSource(t))}}get value(){return this._value}cloneSource(t){return typeof t=="string"||typeof t=="number"||t instanceof Number||t===null?t:Array.isArray(t)||ArrayBuffer.isView(t)?t.slice(0):typeof t=="object"&&t!==null?{...t}:t}isSourceEqual(t,e){const i=typeof t;if(i!==typeof e)return!1;if(i==="number"||i==="string"||t instanceof Number)return t===e;if(Array.isArray(t)&&Array.isArray(e)||ArrayBuffer.isView(t)&&ArrayBuffer.isView(e))return t.length!==e.length?!1:t.every((s,n)=>s===e[n]);if(t!==null&&e!==null){const s=Object.keys(t),n=Object.keys(e);return s.length!==n.length?!1:s.every(o=>t[o]===e[o])}return t===e}toRgba(){const[t,e,i,s]=this._components;return{r:t,g:e,b:i,a:s}}toRgb(){const[t,e,i]=this._components;return{r:t,g:e,b:i}}toRgbaString(){const[t,e,i]=this.toUint8RgbArray();return`rgba(${t},${e},${i},${this.alpha})`}toUint8RgbArray(t){const[e,i,s]=this._components;return t=t??[],t[0]=Math.round(e*255),t[1]=Math.round(i*255),t[2]=Math.round(s*255),t}toRgbArray(t){t=t??[];const[e,i,s]=this._components;return t[0]=e,t[1]=i,t[2]=s,t}toNumber(){return this._int}toLittleEndianNumber(){const t=this._int;return(t>>16)+(t&65280)+((t&255)<<16)}multiply(t){const[e,i,s,n]=bl.temp.setValue(t)._components;return this._components[0]*=e,this._components[1]*=i,this._components[2]*=s,this._components[3]*=n,this.refreshInt(),this._value=null,this}premultiply(t,e=!0){return e&&(this._components[0]*=t,this._components[1]*=t,this._components[2]*=t),this._components[3]=t,this.refreshInt(),this._value=null,this}toPremultiplied(t,e=!0){if(t===1)return(255<<24)+this._int;if(t===0)return e?0:this._int;let i=this._int>>16&255,s=this._int>>8&255,n=this._int&255;return e&&(i=i*t+.5|0,s=s*t+.5|0,n=n*t+.5|0),(t*255<<24)+(i<<16)+(s<<8)+n}toHex(){const t=this._int.toString(16);return`#${"000000".substring(0,6-t.length)+t}`}toHexa(){const t=Math.round(this._components[3]*255).toString(16);return this.toHex()+"00".substring(0,2-t.length)+t}setAlpha(t){return this._components[3]=this._clamp(t),this}round(t){const[e,i,s]=this._components;return this._components[0]=Math.round(e*t)/t,this._components[1]=Math.round(i*t)/t,this._components[2]=Math.round(s*t)/t,this.refreshInt(),this._value=null,this}toArray(t){t=t??[];const[e,i,s,n]=this._components;return t[0]=e,t[1]=i,t[2]=s,t[3]=n,t}normalize(t){let e,i,s,n;if((typeof t=="number"||t instanceof Number)&&t>=0&&t<=16777215){const o=t;e=(o>>16&255)/255,i=(o>>8&255)/255,s=(o&255)/255,n=1}else if((Array.isArray(t)||t instanceof Float32Array)&&t.length>=3&&t.length<=4)t=this._clamp(t),[e,i,s,n=1]=t;else if((t instanceof Uint8Array||t instanceof Uint8ClampedArray)&&t.length>=3&&t.length<=4)t=this._clamp(t,0,255),[e,i,s,n=255]=t,e/=255,i/=255,s/=255,n/=255;else if(typeof t=="string"||typeof t=="object"){if(typeof t=="string"){const a=bl.HEX_PATTERN.exec(t);a&&(t=`#${a[2]}`)}const o=Ei(t);o.isValid()&&({r:e,g:i,b:s,a:n}=o.rgba,e/=255,i/=255,s/=255)}if(e!==void 0)this._components[0]=e,this._components[1]=i,this._components[2]=s,this._components[3]=n,this.refreshInt();else throw new Error(`Unable to convert color ${t}`)}refreshInt(){this._clamp(this._components);const[t,e,i]=this._components;this._int=(t*255<<16)+(e*255<<8)+(i*255|0)}_clamp(t,e=0,i=1){return typeof t=="number"?Math.min(Math.max(t,e),i):(t.forEach((s,n)=>{t[n]=Math.min(Math.max(s,e),i)}),t)}};qs.shared=new qs,qs.temp=new qs,qs.HEX_PATTERN=/^(#|0x)?(([a-f0-9]{3}){1,2}([a-f0-9]{2})?)$/i;let Lt=qs;function Sv(r){return vt("7.2.0","utils.hex2string is deprecated, use Color#toHex instead"),Lt.shared.setValue(r).toHex()}function Cv(r){return vt("7.2.0","utils.rgb2hex is deprecated, use Color#toNumber instead"),Lt.shared.setValue(r).toNumber()}function Ev(){const r=[],t=[];for(let i=0;i<32;i++)r[i]=i,t[i]=i;r[dt.NORMAL_NPM]=dt.NORMAL,r[dt.ADD_NPM]=dt.ADD,r[dt.SCREEN_NPM]=dt.SCREEN,t[dt.NORMAL]=dt.NORMAL_NPM,t[dt.ADD]=dt.ADD_NPM,t[dt.SCREEN]=dt.SCREEN_NPM;const e=[];return e.push(t),e.push(r),e}const w0=Ev();function T0(r,t){return w0[t?1:0][r]}function Iv(r,t=null){const e=r*6;if(t=t||new Uint16Array(e),t.length!==e)throw new Error(`Out buffer length is incorrect, got ${t.length} and expected ${e}`);for(let i=0,s=0;i<e;i+=6,s+=4)t[i+0]=s+0,t[i+1]=s+1,t[i+2]=s+2,t[i+3]=s+0,t[i+4]=s+2,t[i+5]=s+3;return t}function S0(r){if(r.BYTES_PER_ELEMENT===4)return r instanceof Float32Array?"Float32Array":r instanceof Uint32Array?"Uint32Array":"Int32Array";if(r.BYTES_PER_ELEMENT===2){if(r instanceof Uint16Array)return"Uint16Array"}else if(r.BYTES_PER_ELEMENT===1&&r instanceof Uint8Array)return"Uint8Array";return null}function Ia(r){return r+=r===0?1:0,--r,r|=r>>>1,r|=r>>>2,r|=r>>>4,r|=r>>>8,r|=r>>>16,r+1}function C0(r){return!(r&r-1)&&!!r}function E0(r){let t=(r>65535?1:0)<<4;r>>>=t;let e=(r>255?1:0)<<3;return r>>>=e,t|=e,e=(r>15?1:0)<<2,r>>>=e,t|=e,e=(r>3?1:0)<<1,r>>>=e,t|=e,t|r>>1}function tn(r,t,e){const i=r.length;let s;if(t>=i||e===0)return;e=t+e>i?i-t:e;const n=i-e;for(s=t;s<n;++s)r[s]=r[s+e];r.length=n}function _r(r){return r===0?0:r<0?-1:1}let Av=0;function qr(){return++Av}const Tc=class{constructor(r,t,e,i){this.left=r,this.top=t,this.right=e,this.bottom=i}get width(){return this.right-this.left}get height(){return this.bottom-this.top}isEmpty(){return this.left===this.right||this.top===this.bottom}};Tc.EMPTY=new Tc(0,0,0,0);let I0=Tc;const A0={},Ii=Object.create(null),vr=Object.create(null);class Mv{constructor(t,e,i){this._canvas=it.ADAPTER.createCanvas(),this._context=this._canvas.getContext("2d"),this.resolution=i||it.RESOLUTION,this.resize(t,e)}clear(){this._checkDestroyed(),this._context.setTransform(1,0,0,1,0,0),this._context.clearRect(0,0,this._canvas.width,this._canvas.height)}resize(t,e){this._checkDestroyed(),this._canvas.width=Math.round(t*this.resolution),this._canvas.height=Math.round(e*this.resolution)}destroy(){this._context=null,this._canvas=null}get width(){return this._checkDestroyed(),this._canvas.width}set width(t){this._checkDestroyed(),this._canvas.width=Math.round(t)}get height(){return this._checkDestroyed(),this._canvas.height}set height(t){this._checkDestroyed(),this._canvas.height=Math.round(t)}get canvas(){return this._checkDestroyed(),this._canvas}get context(){return this._checkDestroyed(),this._context}_checkDestroyed(){if(this._canvas===null)throw new TypeError("The CanvasRenderTarget has already been destroyed")}}function M0(r,t,e){for(let i=0,s=4*e*t;i<t;++i,s+=4)if(r[s+3]!==0)return!1;return!0}function R0(r,t,e,i,s){const n=4*t;for(let o=i,a=i*n+4*e;o<=s;++o,a+=n)if(r[a+3]!==0)return!1;return!0}function Rv(r){const{width:t,height:e}=r,i=r.getContext("2d",{willReadFrequently:!0});if(i===null)throw new TypeError("Failed to get canvas 2D context");const s=i.getImageData(0,0,t,e).data;let n=0,o=0,a=t-1,h=e-1;for(;o<e&&M0(s,t,o);)++o;if(o===e)return I0.EMPTY;for(;M0(s,t,h);)--h;for(;R0(s,t,n,o,h);)++n;for(;R0(s,t,a,o,h);)--a;return++a,++h,new I0(n,o,a,h)}function Pv(r){const t=Rv(r),{width:e,height:i}=t;let s=null;if(!t.isEmpty()){const n=r.getContext("2d");if(n===null)throw new TypeError("Failed to get canvas 2D context");s=n.getImageData(t.left,t.top,e,i)}return{width:e,height:i,data:s}}function Lv(r,t=globalThis.location){if(r.startsWith("data:"))return"";t=t||globalThis.location;const e=new URL(r,document.baseURI);return e.hostname!==t.hostname||e.port!==t.port||e.protocol!==t.protocol?"anonymous":""}function Qi(r,t=1){var i;const e=(i=it.RETINA_PREFIX)==null?void 0:i.exec(r);return e?parseFloat(e[1]):t}var J=(r=>(r.Renderer="renderer",r.Application="application",r.RendererSystem="renderer-webgl-system",r.RendererPlugin="renderer-webgl-plugin",r.CanvasRendererSystem="renderer-canvas-system",r.CanvasRendererPlugin="renderer-canvas-plugin",r.Asset="asset",r.LoadParser="load-parser",r.ResolveParser="resolve-parser",r.CacheParser="cache-parser",r.DetectionParser="detection-parser",r))(J||{});const Sc=r=>{if(typeof r=="function"||typeof r=="object"&&r.extension){if(!r.extension)throw new Error("Extension class must have an extension object");r={...typeof r.extension!="object"?{type:r.extension}:r.extension,ref:r}}if(typeof r=="object")r={...r};else throw new Error("Invalid extension type");return typeof r.type=="string"&&(r.type=[r.type]),r},P0=(r,t)=>Sc(r).priority??t,nt={_addHandlers:{},_removeHandlers:{},_queue:{},remove(...r){return r.map(Sc).forEach(t=>{t.type.forEach(e=>{var i,s;return(s=(i=this._removeHandlers)[e])==null?void 0:s.call(i,t)})}),this},add(...r){return r.map(Sc).forEach(t=>{t.type.forEach(e=>{const i=this._addHandlers,s=this._queue;i[e]?i[e](t):(s[e]=s[e]||[],s[e].push(t))})}),this},handle(r,t,e){const i=this._addHandlers,s=this._removeHandlers;if(i[r]||s[r])throw new Error(`Extension type ${r} already has a handler`);i[r]=t,s[r]=e;const n=this._queue;return n[r]&&(n[r].forEach(o=>t(o)),delete n[r]),this},handleByMap(r,t){return this.handle(r,e=>{t[e.name]=e.ref},e=>{delete t[e.name]})},handleByList(r,t,e=-1){return this.handle(r,i=>{t.includes(i.ref)||(t.push(i.ref),t.sort((s,n)=>P0(n,e)-P0(s,e)))},i=>{const s=t.indexOf(i.ref);s!==-1&&t.splice(s,1)})}};class Cc{constructor(t){typeof t=="number"?this.rawBinaryData=new ArrayBuffer(t):t instanceof Uint8Array?this.rawBinaryData=t.buffer:this.rawBinaryData=t,this.uint32View=new Uint32Array(this.rawBinaryData),this.float32View=new Float32Array(this.rawBinaryData)}get int8View(){return this._int8View||(this._int8View=new Int8Array(this.rawBinaryData)),this._int8View}get uint8View(){return this._uint8View||(this._uint8View=new Uint8Array(this.rawBinaryData)),this._uint8View}get int16View(){return this._int16View||(this._int16View=new Int16Array(this.rawBinaryData)),this._int16View}get uint16View(){return this._uint16View||(this._uint16View=new Uint16Array(this.rawBinaryData)),this._uint16View}get int32View(){return this._int32View||(this._int32View=new Int32Array(this.rawBinaryData)),this._int32View}view(t){return this[`${t}View`]}destroy(){this.rawBinaryData=null,this._int8View=null,this._uint8View=null,this._int16View=null,this._uint16View=null,this._int32View=null,this.uint32View=null,this.float32View=null}static sizeOf(t){switch(t){case"int8":case"uint8":return 1;case"int16":case"uint16":return 2;case"int32":case"uint32":case"float32":return 4;default:throw new Error(`${t} isn't a valid view type`)}}}const Gv=["precision mediump float;","void main(void){","float test = 0.1;","%forloop%","gl_FragColor = vec4(0.0);","}"].join(`
|
|
11
|
+
`);function Fv(r){let t="";for(let e=0;e<r;++e)e>0&&(t+=`
|
|
12
|
+
else `),e<r-1&&(t+=`if(test == ${e}.0){}`);return t}function Nv(r,t){if(r===0)throw new Error("Invalid value of `0` passed to `checkMaxIfStatementsInShader`");const e=t.createShader(t.FRAGMENT_SHADER);for(;;){const i=Gv.replace(/%forloop%/gi,Fv(r));if(t.shaderSource(e,i),t.compileShader(e),!t.getShaderParameter(e,t.COMPILE_STATUS))r=r/2|0;else break}return r}const Ec=0,Ic=1,Ac=2,Mc=3,Rc=4,Pc=5;class Ai{constructor(){this.data=0,this.blendMode=dt.NORMAL,this.polygonOffset=0,this.blend=!0,this.depthMask=!0}get blend(){return!!(this.data&1<<Ec)}set blend(t){!!(this.data&1<<Ec)!==t&&(this.data^=1<<Ec)}get offsets(){return!!(this.data&1<<Ic)}set offsets(t){!!(this.data&1<<Ic)!==t&&(this.data^=1<<Ic)}get culling(){return!!(this.data&1<<Ac)}set culling(t){!!(this.data&1<<Ac)!==t&&(this.data^=1<<Ac)}get depthTest(){return!!(this.data&1<<Mc)}set depthTest(t){!!(this.data&1<<Mc)!==t&&(this.data^=1<<Mc)}get depthMask(){return!!(this.data&1<<Pc)}set depthMask(t){!!(this.data&1<<Pc)!==t&&(this.data^=1<<Pc)}get clockwiseFrontFace(){return!!(this.data&1<<Rc)}set clockwiseFrontFace(t){!!(this.data&1<<Rc)!==t&&(this.data^=1<<Rc)}get blendMode(){return this._blendMode}set blendMode(t){this.blend=t!==dt.NONE,this._blendMode=t}get polygonOffset(){return this._polygonOffset}set polygonOffset(t){this.offsets=!!t,this._polygonOffset=t}static for2d(){const t=new Ai;return t.depthTest=!1,t.blend=!0,t}}Ai.prototype.toString=function(){return`[@pixi/core:State blendMode=${this.blendMode} clockwiseFrontFace=${this.clockwiseFrontFace} culling=${this.culling} depthMask=${this.depthMask} polygonOffset=${this.polygonOffset}]`};const Lc=[];function L0(r,t){if(!r)return null;let e="";if(typeof r=="string"){const i=/\.(\w{3,4})(?:$|\?|#)/i.exec(r);i&&(e=i[1].toLowerCase())}for(let i=Lc.length-1;i>=0;--i){const s=Lc[i];if(s.test&&s.test(r,e))return new s(r,t)}throw new Error("Unrecognized source type to auto-detect Resource")}class ri{constructor(t){this.items=[],this._name=t,this._aliasCount=0}emit(t,e,i,s,n,o,a,h){if(arguments.length>8)throw new Error("max arguments reached");const{name:l,items:c}=this;this._aliasCount++;for(let u=0,d=c.length;u<d;u++)c[u][l](t,e,i,s,n,o,a,h);return c===this.items&&this._aliasCount--,this}ensureNonAliasedItems(){this._aliasCount>0&&this.items.length>1&&(this._aliasCount=0,this.items=this.items.slice(0))}add(t){return t[this._name]&&(this.ensureNonAliasedItems(),this.remove(t),this.items.push(t)),this}remove(t){const e=this.items.indexOf(t);return e!==-1&&(this.ensureNonAliasedItems(),this.items.splice(e,1)),this}contains(t){return this.items.includes(t)}removeAll(){return this.ensureNonAliasedItems(),this.items.length=0,this}destroy(){this.removeAll(),this.items=null,this._name=null}get empty(){return this.items.length===0}get name(){return this._name}}Object.defineProperties(ri.prototype,{dispatch:{value:ri.prototype.emit},run:{value:ri.prototype.emit}});class so{constructor(t=0,e=0){this._width=t,this._height=e,this.destroyed=!1,this.internal=!1,this.onResize=new ri("setRealSize"),this.onUpdate=new ri("update"),this.onError=new ri("onError")}bind(t){this.onResize.add(t),this.onUpdate.add(t),this.onError.add(t),(this._width||this._height)&&this.onResize.emit(this._width,this._height)}unbind(t){this.onResize.remove(t),this.onUpdate.remove(t),this.onError.remove(t)}resize(t,e){(t!==this._width||e!==this._height)&&(this._width=t,this._height=e,this.onResize.emit(t,e))}get valid(){return!!this._width&&!!this._height}update(){this.destroyed||this.onUpdate.emit()}load(){return Promise.resolve(this)}get width(){return this._width}get height(){return this._height}style(t,e,i){return!1}dispose(){}destroy(){this.destroyed||(this.destroyed=!0,this.dispose(),this.onError.removeAll(),this.onError=null,this.onResize.removeAll(),this.onResize=null,this.onUpdate.removeAll(),this.onUpdate=null)}static test(t,e){return!1}}class Aa extends so{constructor(t,e){const{width:i,height:s}=e||{};if(!i||!s)throw new Error("BufferResource width or height invalid");super(i,s),this.data=t,this.unpackAlignment=e.unpackAlignment??4}upload(t,e,i){const s=t.gl;s.pixelStorei(s.UNPACK_ALIGNMENT,this.unpackAlignment),s.pixelStorei(s.UNPACK_PREMULTIPLY_ALPHA_WEBGL,e.alphaMode===we.UNPACK);const n=e.realWidth,o=e.realHeight;return i.width===n&&i.height===o?s.texSubImage2D(e.target,0,0,0,n,o,e.format,i.type,this.data):(i.width=n,i.height=o,s.texImage2D(e.target,0,i.internalFormat,n,o,0,e.format,i.type,this.data)),!0}dispose(){this.data=null}static test(t){return t===null||t instanceof Int8Array||t instanceof Uint8Array||t instanceof Uint8ClampedArray||t instanceof Int16Array||t instanceof Uint16Array||t instanceof Int32Array||t instanceof Uint32Array||t instanceof Float32Array}}const kv={scaleMode:Ki.NEAREST,alphaMode:we.NPM},Gc=class Wn extends Yn{constructor(t=null,e=null){super(),e=Object.assign({},Wn.defaultOptions,e);const{alphaMode:i,mipmap:s,anisotropicLevel:n,scaleMode:o,width:a,height:h,wrapMode:l,format:c,type:u,target:d,resolution:f,resourceOptions:p}=e;t&&!(t instanceof so)&&(t=L0(t,p),t.internal=!0),this.resolution=f||it.RESOLUTION,this.width=Math.round((a||0)*this.resolution)/this.resolution,this.height=Math.round((h||0)*this.resolution)/this.resolution,this._mipmap=s,this.anisotropicLevel=n,this._wrapMode=l,this._scaleMode=o,this.format=c,this.type=u,this.target=d,this.alphaMode=i,this.uid=qr(),this.touched=0,this.isPowerOfTwo=!1,this._refreshPOT(),this._glTextures={},this.dirtyId=0,this.dirtyStyleId=0,this.cacheId=null,this.valid=a>0&&h>0,this.textureCacheIds=[],this.destroyed=!1,this.resource=null,this._batchEnabled=0,this._batchLocation=0,this.parentTextureArray=null,this.setResource(t)}get realWidth(){return Math.round(this.width*this.resolution)}get realHeight(){return Math.round(this.height*this.resolution)}get mipmap(){return this._mipmap}set mipmap(t){this._mipmap!==t&&(this._mipmap=t,this.dirtyStyleId++)}get scaleMode(){return this._scaleMode}set scaleMode(t){this._scaleMode!==t&&(this._scaleMode=t,this.dirtyStyleId++)}get wrapMode(){return this._wrapMode}set wrapMode(t){this._wrapMode!==t&&(this._wrapMode=t,this.dirtyStyleId++)}setStyle(t,e){let i;return t!==void 0&&t!==this.scaleMode&&(this.scaleMode=t,i=!0),e!==void 0&&e!==this.mipmap&&(this.mipmap=e,i=!0),i&&this.dirtyStyleId++,this}setSize(t,e,i){return i=i||this.resolution,this.setRealSize(t*i,e*i,i)}setRealSize(t,e,i){return this.resolution=i||this.resolution,this.width=Math.round(t)/this.resolution,this.height=Math.round(e)/this.resolution,this._refreshPOT(),this.update(),this}_refreshPOT(){this.isPowerOfTwo=C0(this.realWidth)&&C0(this.realHeight)}setResolution(t){const e=this.resolution;return e===t?this:(this.resolution=t,this.valid&&(this.width=Math.round(this.width*e)/t,this.height=Math.round(this.height*e)/t,this.emit("update",this)),this._refreshPOT(),this)}setResource(t){if(this.resource===t)return this;if(this.resource)throw new Error("Resource can be set only once");return t.bind(this),this.resource=t,this}update(){this.valid?(this.dirtyId++,this.dirtyStyleId++,this.emit("update",this)):this.width>0&&this.height>0&&(this.valid=!0,this.emit("loaded",this),this.emit("update",this))}onError(t){this.emit("error",this,t)}destroy(){this.resource&&(this.resource.unbind(this),this.resource.internal&&this.resource.destroy(),this.resource=null),this.cacheId&&(delete vr[this.cacheId],delete Ii[this.cacheId],this.cacheId=null),this.valid=!1,this.dispose(),Wn.removeFromCache(this),this.textureCacheIds=null,this.destroyed=!0,this.emit("destroyed",this),this.removeAllListeners()}dispose(){this.emit("dispose",this)}castToBaseTexture(){return this}static from(t,e,i=it.STRICT_TEXTURE_CACHE){const s=typeof t=="string";let n=null;if(s)n=t;else{if(!t._pixiId){const a=(e==null?void 0:e.pixiIdPrefix)||"pixiid";t._pixiId=`${a}_${qr()}`}n=t._pixiId}let o=vr[n];if(s&&i&&!o)throw new Error(`The cacheId "${n}" does not exist in BaseTextureCache.`);return o||(o=new Wn(t,e),o.cacheId=n,Wn.addToCache(o,n)),o}static fromBuffer(t,e,i,s){t=t||new Float32Array(e*i*4);const n=new Aa(t,{width:e,height:i,...s==null?void 0:s.resourceOptions});let o,a;return t instanceof Float32Array?(o=V.RGBA,a=ht.FLOAT):t instanceof Int32Array?(o=V.RGBA_INTEGER,a=ht.INT):t instanceof Uint32Array?(o=V.RGBA_INTEGER,a=ht.UNSIGNED_INT):t instanceof Int16Array?(o=V.RGBA_INTEGER,a=ht.SHORT):t instanceof Uint16Array?(o=V.RGBA_INTEGER,a=ht.UNSIGNED_SHORT):t instanceof Int8Array?(o=V.RGBA,a=ht.BYTE):(o=V.RGBA,a=ht.UNSIGNED_BYTE),n.internal=!0,new Wn(n,Object.assign({},kv,{type:a,format:o},s))}static addToCache(t,e){e&&(t.textureCacheIds.includes(e)||t.textureCacheIds.push(e),vr[e]&&vr[e]!==t&&console.warn(`BaseTexture added to the cache with an id [${e}] that already had an entry`),vr[e]=t)}static removeFromCache(t){if(typeof t=="string"){const e=vr[t];if(e){const i=e.textureCacheIds.indexOf(t);return i>-1&&e.textureCacheIds.splice(i,1),delete vr[t],e}}else if(t!=null&&t.textureCacheIds){for(let e=0;e<t.textureCacheIds.length;++e)delete vr[t.textureCacheIds[e]];return t.textureCacheIds.length=0,t}return null}};Gc.defaultOptions={mipmap:vi.POW2,anisotropicLevel:0,scaleMode:Ki.LINEAR,wrapMode:_i.CLAMP,alphaMode:we.UNPACK,target:Xs.TEXTURE_2D,format:V.RGBA,type:ht.UNSIGNED_BYTE},Gc._globalBatch=0;let bt=Gc;class Fc{constructor(){this.texArray=null,this.blend=0,this.type=xi.TRIANGLES,this.start=0,this.size=0,this.data=null}}let Dv=0;class Kt{constructor(t,e=!0,i=!1){this.data=t||new Float32Array(1),this._glBuffers={},this._updateID=0,this.index=i,this.static=e,this.id=Dv++,this.disposeRunner=new ri("disposeBuffer")}update(t){t instanceof Array&&(t=new Float32Array(t)),this.data=t||this.data,this._updateID++}dispose(){this.disposeRunner.emit(this,!1)}destroy(){this.dispose(),this.data=null}set index(t){this.type=t?Ti.ELEMENT_ARRAY_BUFFER:Ti.ARRAY_BUFFER}get index(){return this.type===Ti.ELEMENT_ARRAY_BUFFER}static from(t){return t instanceof Array&&(t=new Float32Array(t)),new Kt(t)}}class Ma{constructor(t,e=0,i=!1,s=ht.FLOAT,n,o,a,h=1){this.buffer=t,this.size=e,this.normalized=i,this.type=s,this.stride=n,this.start=o,this.instance=a,this.divisor=h}destroy(){this.buffer=null}static from(t,e,i,s,n){return new Ma(t,e,i,s,n)}}const Ov={Float32Array,Uint32Array,Int32Array,Uint8Array};function Bv(r,t){let e=0,i=0;const s={};for(let h=0;h<r.length;h++)i+=t[h],e+=r[h].length;const n=new ArrayBuffer(e*4);let o=null,a=0;for(let h=0;h<r.length;h++){const l=t[h],c=r[h],u=S0(c);s[u]||(s[u]=new Ov[u](n)),o=s[u];for(let d=0;d<c.length;d++){const f=(d/l|0)*i+a,p=d%l;o[f+p]=c[d]}a+=l}return new Float32Array(n)}const G0={5126:4,5123:2,5121:1};let Uv=0;const Xv={Float32Array,Uint32Array,Int32Array,Uint8Array,Uint16Array};class wr{constructor(t=[],e={}){this.buffers=t,this.indexBuffer=null,this.attributes=e,this.glVertexArrayObjects={},this.id=Uv++,this.instanced=!1,this.instanceCount=1,this.disposeRunner=new ri("disposeGeometry"),this.refCount=0}addAttribute(t,e,i=0,s=!1,n,o,a,h=!1){if(!e)throw new Error("You must pass a buffer when creating an attribute");e instanceof Kt||(e instanceof Array&&(e=new Float32Array(e)),e=new Kt(e));const l=t.split("|");if(l.length>1){for(let u=0;u<l.length;u++)this.addAttribute(l[u],e,i,s,n);return this}let c=this.buffers.indexOf(e);return c===-1&&(this.buffers.push(e),c=this.buffers.length-1),this.attributes[t]=new Ma(c,i,s,n,o,a,h),this.instanced=this.instanced||h,this}getAttribute(t){return this.attributes[t]}getBuffer(t){return this.buffers[this.getAttribute(t).buffer]}addIndex(t){return t instanceof Kt||(t instanceof Array&&(t=new Uint16Array(t)),t=new Kt(t)),t.type=Ti.ELEMENT_ARRAY_BUFFER,this.indexBuffer=t,this.buffers.includes(t)||this.buffers.push(t),this}getIndex(){return this.indexBuffer}interleave(){if(this.buffers.length===1||this.buffers.length===2&&this.indexBuffer)return this;const t=[],e=[],i=new Kt;let s;for(s in this.attributes){const n=this.attributes[s],o=this.buffers[n.buffer];t.push(o.data),e.push(n.size*G0[n.type]/4),n.buffer=0}for(i.data=Bv(t,e),s=0;s<this.buffers.length;s++)this.buffers[s]!==this.indexBuffer&&this.buffers[s].destroy();return this.buffers=[i],this.indexBuffer&&this.buffers.push(this.indexBuffer),this}getSize(){for(const t in this.attributes){const e=this.attributes[t];return this.buffers[e.buffer].data.length/(e.stride/4||e.size)}return 0}dispose(){this.disposeRunner.emit(this,!1)}destroy(){this.dispose(),this.buffers=null,this.indexBuffer=null,this.attributes=null}clone(){const t=new wr;for(let e=0;e<this.buffers.length;e++)t.buffers[e]=new Kt(this.buffers[e].data.slice(0));for(const e in this.attributes){const i=this.attributes[e];t.attributes[e]=new Ma(i.buffer,i.size,i.normalized,i.type,i.stride,i.start,i.instance)}return this.indexBuffer&&(t.indexBuffer=t.buffers[this.buffers.indexOf(this.indexBuffer)],t.indexBuffer.type=Ti.ELEMENT_ARRAY_BUFFER),t}static merge(t){const e=new wr,i=[],s=[],n=[];let o;for(let a=0;a<t.length;a++){o=t[a];for(let h=0;h<o.buffers.length;h++)s[h]=s[h]||0,s[h]+=o.buffers[h].data.length,n[h]=0}for(let a=0;a<o.buffers.length;a++)i[a]=new Xv[S0(o.buffers[a].data)](s[a]),e.buffers[a]=new Kt(i[a]);for(let a=0;a<t.length;a++){o=t[a];for(let h=0;h<o.buffers.length;h++)i[h].set(o.buffers[h].data,n[h]),n[h]+=o.buffers[h].data.length}if(e.attributes=o.attributes,o.indexBuffer){e.indexBuffer=e.buffers[o.buffers.indexOf(o.indexBuffer)],e.indexBuffer.type=Ti.ELEMENT_ARRAY_BUFFER;let a=0,h=0,l=0,c=0;for(let u=0;u<o.buffers.length;u++)if(o.buffers[u]!==o.indexBuffer){c=u;break}for(const u in o.attributes){const d=o.attributes[u];(d.buffer|0)===c&&(h+=d.size*G0[d.type]/4)}for(let u=0;u<t.length;u++){const d=t[u].indexBuffer.data;for(let f=0;f<d.length;f++)e.indexBuffer.data[f+l]+=a;a+=t[u].buffers[c].data.length/h,l+=d.length}}return e}}class F0 extends wr{constructor(t=!1){super(),this._buffer=new Kt(null,t,!1),this._indexBuffer=new Kt(null,t,!0),this.addAttribute("aVertexPosition",this._buffer,2,!1,ht.FLOAT).addAttribute("aTextureCoord",this._buffer,2,!1,ht.FLOAT).addAttribute("aColor",this._buffer,4,!0,ht.UNSIGNED_BYTE).addAttribute("aTextureId",this._buffer,1,!0,ht.FLOAT).addIndex(this._indexBuffer)}}const Ra=Math.PI*2,Wv=180/Math.PI,Nc=Math.PI/180;var ce=(r=>(r[r.POLY=0]="POLY",r[r.RECT=1]="RECT",r[r.CIRC=2]="CIRC",r[r.ELIP=3]="ELIP",r[r.RREC=4]="RREC",r))(ce||{});class ct{constructor(t=0,e=0){this.x=0,this.y=0,this.x=t,this.y=e}clone(){return new ct(this.x,this.y)}copyFrom(t){return this.set(t.x,t.y),this}copyTo(t){return t.set(this.x,this.y),t}equals(t){return t.x===this.x&&t.y===this.y}set(t=0,e=t){return this.x=t,this.y=e,this}}ct.prototype.toString=function(){return`[@pixi/math:Point x=${this.x} y=${this.y}]`};const Pa=[new ct,new ct,new ct,new ct];class pt{constructor(t=0,e=0,i=0,s=0){this.x=Number(t),this.y=Number(e),this.width=Number(i),this.height=Number(s),this.type=ce.RECT}get left(){return this.x}get right(){return this.x+this.width}get top(){return this.y}get bottom(){return this.y+this.height}static get EMPTY(){return new pt(0,0,0,0)}clone(){return new pt(this.x,this.y,this.width,this.height)}copyFrom(t){return this.x=t.x,this.y=t.y,this.width=t.width,this.height=t.height,this}copyTo(t){return t.x=this.x,t.y=this.y,t.width=this.width,t.height=this.height,t}contains(t,e){return this.width<=0||this.height<=0?!1:t>=this.x&&t<this.x+this.width&&e>=this.y&&e<this.y+this.height}intersects(t,e){if(!e){const I=this.x<t.x?t.x:this.x;if((this.right>t.right?t.right:this.right)<=I)return!1;const R=this.y<t.y?t.y:this.y;return(this.bottom>t.bottom?t.bottom:this.bottom)>R}const i=this.left,s=this.right,n=this.top,o=this.bottom;if(s<=i||o<=n)return!1;const a=Pa[0].set(t.left,t.top),h=Pa[1].set(t.left,t.bottom),l=Pa[2].set(t.right,t.top),c=Pa[3].set(t.right,t.bottom);if(l.x<=a.x||h.y<=a.y)return!1;const u=Math.sign(e.a*e.d-e.b*e.c);if(u===0||(e.apply(a,a),e.apply(h,h),e.apply(l,l),e.apply(c,c),Math.max(a.x,h.x,l.x,c.x)<=i||Math.min(a.x,h.x,l.x,c.x)>=s||Math.max(a.y,h.y,l.y,c.y)<=n||Math.min(a.y,h.y,l.y,c.y)>=o))return!1;const d=u*(h.y-a.y),f=u*(a.x-h.x),p=d*i+f*n,m=d*s+f*n,g=d*i+f*o,b=d*s+f*o;if(Math.max(p,m,g,b)<=d*a.x+f*a.y||Math.min(p,m,g,b)>=d*c.x+f*c.y)return!1;const _=u*(a.y-l.y),x=u*(l.x-a.x),v=_*i+x*n,T=_*s+x*n,C=_*i+x*o,E=_*s+x*o;return!(Math.max(v,T,C,E)<=_*a.x+x*a.y||Math.min(v,T,C,E)>=_*c.x+x*c.y)}pad(t=0,e=t){return this.x-=t,this.y-=e,this.width+=t*2,this.height+=e*2,this}fit(t){const e=Math.max(this.x,t.x),i=Math.min(this.x+this.width,t.x+t.width),s=Math.max(this.y,t.y),n=Math.min(this.y+this.height,t.y+t.height);return this.x=e,this.width=Math.max(i-e,0),this.y=s,this.height=Math.max(n-s,0),this}ceil(t=1,e=.001){const i=Math.ceil((this.x+this.width-e)*t)/t,s=Math.ceil((this.y+this.height-e)*t)/t;return this.x=Math.floor((this.x+e)*t)/t,this.y=Math.floor((this.y+e)*t)/t,this.width=i-this.x,this.height=s-this.y,this}enlarge(t){const e=Math.min(this.x,t.x),i=Math.max(this.x+this.width,t.x+t.width),s=Math.min(this.y,t.y),n=Math.max(this.y+this.height,t.y+t.height);return this.x=e,this.width=i-e,this.y=s,this.height=n-s,this}}pt.prototype.toString=function(){return`[@pixi/math:Rectangle x=${this.x} y=${this.y} width=${this.width} height=${this.height}]`};class La{constructor(t=0,e=0,i=0){this.x=t,this.y=e,this.radius=i,this.type=ce.CIRC}clone(){return new La(this.x,this.y,this.radius)}contains(t,e){if(this.radius<=0)return!1;const i=this.radius*this.radius;let s=this.x-t,n=this.y-e;return s*=s,n*=n,s+n<=i}getBounds(){return new pt(this.x-this.radius,this.y-this.radius,this.radius*2,this.radius*2)}}La.prototype.toString=function(){return`[@pixi/math:Circle x=${this.x} y=${this.y} radius=${this.radius}]`};class Ga{constructor(t=0,e=0,i=0,s=0){this.x=t,this.y=e,this.width=i,this.height=s,this.type=ce.ELIP}clone(){return new Ga(this.x,this.y,this.width,this.height)}contains(t,e){if(this.width<=0||this.height<=0)return!1;let i=(t-this.x)/this.width,s=(e-this.y)/this.height;return i*=i,s*=s,i+s<=1}getBounds(){return new pt(this.x-this.width,this.y-this.height,this.width,this.height)}}Ga.prototype.toString=function(){return`[@pixi/math:Ellipse x=${this.x} y=${this.y} width=${this.width} height=${this.height}]`};class ts{constructor(...t){let e=Array.isArray(t[0])?t[0]:t;if(typeof e[0]!="number"){const i=[];for(let s=0,n=e.length;s<n;s++)i.push(e[s].x,e[s].y);e=i}this.points=e,this.type=ce.POLY,this.closeStroke=!0}clone(){const t=this.points.slice(),e=new ts(t);return e.closeStroke=this.closeStroke,e}contains(t,e){let i=!1;const s=this.points.length/2;for(let n=0,o=s-1;n<s;o=n++){const a=this.points[n*2],h=this.points[n*2+1],l=this.points[o*2],c=this.points[o*2+1];h>e!=c>e&&t<(l-a)*((e-h)/(c-h))+a&&(i=!i)}return i}}ts.prototype.toString=function(){return`[@pixi/math:PolygoncloseStroke=${this.closeStroke}points=${this.points.reduce((r,t)=>`${r}, ${t}`,"")}]`};class Fa{constructor(t=0,e=0,i=0,s=0,n=20){this.x=t,this.y=e,this.width=i,this.height=s,this.radius=n,this.type=ce.RREC}clone(){return new Fa(this.x,this.y,this.width,this.height,this.radius)}contains(t,e){if(this.width<=0||this.height<=0)return!1;if(t>=this.x&&t<=this.x+this.width&&e>=this.y&&e<=this.y+this.height){const i=Math.max(0,Math.min(this.radius,Math.min(this.width,this.height)/2));if(e>=this.y+i&&e<=this.y+this.height-i||t>=this.x+i&&t<=this.x+this.width-i)return!0;let s=t-(this.x+i),n=e-(this.y+i);const o=i*i;if(s*s+n*n<=o||(s=t-(this.x+this.width-i),s*s+n*n<=o)||(n=e-(this.y+this.height-i),s*s+n*n<=o)||(s=t-(this.x+i),s*s+n*n<=o))return!0}return!1}}Fa.prototype.toString=function(){return`[@pixi/math:RoundedRectangle x=${this.x} y=${this.y}width=${this.width} height=${this.height} radius=${this.radius}]`};class Gt{constructor(t=1,e=0,i=0,s=1,n=0,o=0){this.array=null,this.a=t,this.b=e,this.c=i,this.d=s,this.tx=n,this.ty=o}fromArray(t){this.a=t[0],this.b=t[1],this.c=t[3],this.d=t[4],this.tx=t[2],this.ty=t[5]}set(t,e,i,s,n,o){return this.a=t,this.b=e,this.c=i,this.d=s,this.tx=n,this.ty=o,this}toArray(t,e){this.array||(this.array=new Float32Array(9));const i=e||this.array;return t?(i[0]=this.a,i[1]=this.b,i[2]=0,i[3]=this.c,i[4]=this.d,i[5]=0,i[6]=this.tx,i[7]=this.ty,i[8]=1):(i[0]=this.a,i[1]=this.c,i[2]=this.tx,i[3]=this.b,i[4]=this.d,i[5]=this.ty,i[6]=0,i[7]=0,i[8]=1),i}apply(t,e){e=e||new ct;const i=t.x,s=t.y;return e.x=this.a*i+this.c*s+this.tx,e.y=this.b*i+this.d*s+this.ty,e}applyInverse(t,e){e=e||new ct;const i=1/(this.a*this.d+this.c*-this.b),s=t.x,n=t.y;return e.x=this.d*i*s+-this.c*i*n+(this.ty*this.c-this.tx*this.d)*i,e.y=this.a*i*n+-this.b*i*s+(-this.ty*this.a+this.tx*this.b)*i,e}translate(t,e){return this.tx+=t,this.ty+=e,this}scale(t,e){return this.a*=t,this.d*=e,this.c*=t,this.b*=e,this.tx*=t,this.ty*=e,this}rotate(t){const e=Math.cos(t),i=Math.sin(t),s=this.a,n=this.c,o=this.tx;return this.a=s*e-this.b*i,this.b=s*i+this.b*e,this.c=n*e-this.d*i,this.d=n*i+this.d*e,this.tx=o*e-this.ty*i,this.ty=o*i+this.ty*e,this}append(t){const e=this.a,i=this.b,s=this.c,n=this.d;return this.a=t.a*e+t.b*s,this.b=t.a*i+t.b*n,this.c=t.c*e+t.d*s,this.d=t.c*i+t.d*n,this.tx=t.tx*e+t.ty*s+this.tx,this.ty=t.tx*i+t.ty*n+this.ty,this}setTransform(t,e,i,s,n,o,a,h,l){return this.a=Math.cos(a+l)*n,this.b=Math.sin(a+l)*n,this.c=-Math.sin(a-h)*o,this.d=Math.cos(a-h)*o,this.tx=t-(i*this.a+s*this.c),this.ty=e-(i*this.b+s*this.d),this}prepend(t){const e=this.tx;if(t.a!==1||t.b!==0||t.c!==0||t.d!==1){const i=this.a,s=this.c;this.a=i*t.a+this.b*t.c,this.b=i*t.b+this.b*t.d,this.c=s*t.a+this.d*t.c,this.d=s*t.b+this.d*t.d}return this.tx=e*t.a+this.ty*t.c+t.tx,this.ty=e*t.b+this.ty*t.d+t.ty,this}decompose(t){const e=this.a,i=this.b,s=this.c,n=this.d,o=t.pivot,a=-Math.atan2(-s,n),h=Math.atan2(i,e),l=Math.abs(a+h);return l<1e-5||Math.abs(Ra-l)<1e-5?(t.rotation=h,t.skew.x=t.skew.y=0):(t.rotation=0,t.skew.x=a,t.skew.y=h),t.scale.x=Math.sqrt(e*e+i*i),t.scale.y=Math.sqrt(s*s+n*n),t.position.x=this.tx+(o.x*e+o.y*s),t.position.y=this.ty+(o.x*i+o.y*n),t}invert(){const t=this.a,e=this.b,i=this.c,s=this.d,n=this.tx,o=t*s-e*i;return this.a=s/o,this.b=-e/o,this.c=-i/o,this.d=t/o,this.tx=(i*this.ty-s*n)/o,this.ty=-(t*this.ty-e*n)/o,this}identity(){return this.a=1,this.b=0,this.c=0,this.d=1,this.tx=0,this.ty=0,this}clone(){const t=new Gt;return t.a=this.a,t.b=this.b,t.c=this.c,t.d=this.d,t.tx=this.tx,t.ty=this.ty,t}copyTo(t){return t.a=this.a,t.b=this.b,t.c=this.c,t.d=this.d,t.tx=this.tx,t.ty=this.ty,t}copyFrom(t){return this.a=t.a,this.b=t.b,this.c=t.c,this.d=t.d,this.tx=t.tx,this.ty=t.ty,this}static get IDENTITY(){return new Gt}static get TEMP_MATRIX(){return new Gt}}Gt.prototype.toString=function(){return`[@pixi/math:Matrix a=${this.a} b=${this.b} c=${this.c} d=${this.d} tx=${this.tx} ty=${this.ty}]`};const es=[1,1,0,-1,-1,-1,0,1,1,1,0,-1,-1,-1,0,1],is=[0,1,1,1,0,-1,-1,-1,0,1,1,1,0,-1,-1,-1],rs=[0,-1,-1,-1,0,1,1,1,0,1,1,1,0,-1,-1,-1],ss=[1,1,0,-1,-1,-1,0,1,-1,-1,0,1,1,1,0,-1],kc=[],N0=[],Na=Math.sign;function Zv(){for(let r=0;r<16;r++){const t=[];kc.push(t);for(let e=0;e<16;e++){const i=Na(es[r]*es[e]+rs[r]*is[e]),s=Na(is[r]*es[e]+ss[r]*is[e]),n=Na(es[r]*rs[e]+rs[r]*ss[e]),o=Na(is[r]*rs[e]+ss[r]*ss[e]);for(let a=0;a<16;a++)if(es[a]===i&&is[a]===s&&rs[a]===n&&ss[a]===o){t.push(a);break}}}for(let r=0;r<16;r++){const t=new Gt;t.set(es[r],is[r],rs[r],ss[r],0,0),N0.push(t)}}Zv();const Bt={E:0,SE:1,S:2,SW:3,W:4,NW:5,N:6,NE:7,MIRROR_VERTICAL:8,MAIN_DIAGONAL:10,MIRROR_HORIZONTAL:12,REVERSE_DIAGONAL:14,uX:r=>es[r],uY:r=>is[r],vX:r=>rs[r],vY:r=>ss[r],inv:r=>r&8?r&15:-r&7,add:(r,t)=>kc[r][t],sub:(r,t)=>kc[r][Bt.inv(t)],rotate180:r=>r^4,isVertical:r=>(r&3)===2,byDirection:(r,t)=>Math.abs(r)*2<=Math.abs(t)?t>=0?Bt.S:Bt.N:Math.abs(t)*2<=Math.abs(r)?r>0?Bt.E:Bt.W:t>0?r>0?Bt.SE:Bt.SW:r>0?Bt.NE:Bt.NW,matrixAppendRotationInv:(r,t,e=0,i=0)=>{const s=N0[Bt.inv(t)];s.tx=e,s.ty=i,r.append(s)}};class qi{constructor(t,e,i=0,s=0){this._x=i,this._y=s,this.cb=t,this.scope=e}clone(t=this.cb,e=this.scope){return new qi(t,e,this._x,this._y)}set(t=0,e=t){return(this._x!==t||this._y!==e)&&(this._x=t,this._y=e,this.cb.call(this.scope)),this}copyFrom(t){return(this._x!==t.x||this._y!==t.y)&&(this._x=t.x,this._y=t.y,this.cb.call(this.scope)),this}copyTo(t){return t.set(this._x,this._y),t}equals(t){return t.x===this._x&&t.y===this._y}get x(){return this._x}set x(t){this._x!==t&&(this._x=t,this.cb.call(this.scope))}get y(){return this._y}set y(t){this._y!==t&&(this._y=t,this.cb.call(this.scope))}}qi.prototype.toString=function(){return`[@pixi/math:ObservablePoint x=${this.x} y=${this.y} scope=${this.scope}]`};const Dc=class{constructor(){this.worldTransform=new Gt,this.localTransform=new Gt,this.position=new qi(this.onChange,this,0,0),this.scale=new qi(this.onChange,this,1,1),this.pivot=new qi(this.onChange,this,0,0),this.skew=new qi(this.updateSkew,this,0,0),this._rotation=0,this._cx=1,this._sx=0,this._cy=0,this._sy=1,this._localID=0,this._currentLocalID=0,this._worldID=0,this._parentID=0}onChange(){this._localID++}updateSkew(){this._cx=Math.cos(this._rotation+this.skew.y),this._sx=Math.sin(this._rotation+this.skew.y),this._cy=-Math.sin(this._rotation-this.skew.x),this._sy=Math.cos(this._rotation-this.skew.x),this._localID++}updateLocalTransform(){const r=this.localTransform;this._localID!==this._currentLocalID&&(r.a=this._cx*this.scale.x,r.b=this._sx*this.scale.x,r.c=this._cy*this.scale.y,r.d=this._sy*this.scale.y,r.tx=this.position.x-(this.pivot.x*r.a+this.pivot.y*r.c),r.ty=this.position.y-(this.pivot.x*r.b+this.pivot.y*r.d),this._currentLocalID=this._localID,this._parentID=-1)}updateTransform(r){const t=this.localTransform;if(this._localID!==this._currentLocalID&&(t.a=this._cx*this.scale.x,t.b=this._sx*this.scale.x,t.c=this._cy*this.scale.y,t.d=this._sy*this.scale.y,t.tx=this.position.x-(this.pivot.x*t.a+this.pivot.y*t.c),t.ty=this.position.y-(this.pivot.x*t.b+this.pivot.y*t.d),this._currentLocalID=this._localID,this._parentID=-1),this._parentID!==r._worldID){const e=r.worldTransform,i=this.worldTransform;i.a=t.a*e.a+t.b*e.c,i.b=t.a*e.b+t.b*e.d,i.c=t.c*e.a+t.d*e.c,i.d=t.c*e.b+t.d*e.d,i.tx=t.tx*e.a+t.ty*e.c+e.tx,i.ty=t.tx*e.b+t.ty*e.d+e.ty,this._parentID=r._worldID,this._worldID++}}setFromMatrix(r){r.decompose(this),this._localID++}get rotation(){return this._rotation}set rotation(r){this._rotation!==r&&(this._rotation=r,this.updateSkew())}};Dc.IDENTITY=new Dc;let Oc=Dc;Oc.prototype.toString=function(){return`[@pixi/math:Transform position=(${this.position.x}, ${this.position.y}) rotation=${this.rotation} scale=(${this.scale.x}, ${this.scale.y}) skew=(${this.skew.x}, ${this.skew.y}) ]`};var Vv=`varying vec2 vTextureCoord;
|
|
13
13
|
|
|
14
14
|
uniform sampler2D uSampler;
|
|
15
15
|
|
|
@@ -26,64 +26,64 @@ void main(void){
|
|
|
26
26
|
gl_Position = vec4((projectionMatrix * vec3(aVertexPosition, 1.0)).xy, 0.0, 1.0);
|
|
27
27
|
vTextureCoord = aTextureCoord;
|
|
28
28
|
}
|
|
29
|
-
`;function
|
|
30
|
-
if(uv["${
|
|
29
|
+
`;function k0(r,t,e){const i=r.createShader(t);return r.shaderSource(i,e),r.compileShader(i),i}function Bc(r){const t=new Array(r);for(let e=0;e<t.length;e++)t[e]=!1;return t}function D0(r,t){switch(r){case"float":return 0;case"vec2":return new Float32Array(2*t);case"vec3":return new Float32Array(3*t);case"vec4":return new Float32Array(4*t);case"int":case"uint":case"sampler2D":case"sampler2DArray":return 0;case"ivec2":return new Int32Array(2*t);case"ivec3":return new Int32Array(3*t);case"ivec4":return new Int32Array(4*t);case"uvec2":return new Uint32Array(2*t);case"uvec3":return new Uint32Array(3*t);case"uvec4":return new Uint32Array(4*t);case"bool":return!1;case"bvec2":return Bc(2*t);case"bvec3":return Bc(3*t);case"bvec4":return Bc(4*t);case"mat2":return new Float32Array([1,0,0,1]);case"mat3":return new Float32Array([1,0,0,0,1,0,0,0,1]);case"mat4":return new Float32Array([1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1])}return null}const en=[{test:r=>r.type==="float"&&r.size===1&&!r.isArray,code:r=>`
|
|
30
|
+
if(uv["${r}"] !== ud["${r}"].value)
|
|
31
31
|
{
|
|
32
|
-
ud["${
|
|
33
|
-
gl.uniform1f(ud["${
|
|
32
|
+
ud["${r}"].value = uv["${r}"]
|
|
33
|
+
gl.uniform1f(ud["${r}"].location, uv["${r}"])
|
|
34
34
|
}
|
|
35
|
-
`},{test:(
|
|
35
|
+
`},{test:(r,t)=>(r.type==="sampler2D"||r.type==="samplerCube"||r.type==="sampler2DArray")&&r.size===1&&!r.isArray&&(t==null||t.castToBaseTexture!==void 0),code:r=>`t = syncData.textureCount++;
|
|
36
36
|
|
|
37
|
-
renderer.texture.bind(uv["${
|
|
37
|
+
renderer.texture.bind(uv["${r}"], t);
|
|
38
38
|
|
|
39
|
-
if(ud["${
|
|
39
|
+
if(ud["${r}"].value !== t)
|
|
40
40
|
{
|
|
41
|
-
ud["${
|
|
42
|
-
gl.uniform1i(ud["${
|
|
41
|
+
ud["${r}"].value = t;
|
|
42
|
+
gl.uniform1i(ud["${r}"].location, t);
|
|
43
43
|
; // eslint-disable-line max-len
|
|
44
|
-
}`},{test:(
|
|
45
|
-
gl.uniformMatrix3fv(ud["${
|
|
46
|
-
`,codeUbo:
|
|
47
|
-
var ${
|
|
48
|
-
|
|
49
|
-
data[offset] = ${
|
|
50
|
-
data[offset+1] = ${
|
|
51
|
-
data[offset+2] = ${
|
|
44
|
+
}`},{test:(r,t)=>r.type==="mat3"&&r.size===1&&!r.isArray&&t.a!==void 0,code:r=>`
|
|
45
|
+
gl.uniformMatrix3fv(ud["${r}"].location, false, uv["${r}"].toArray(true));
|
|
46
|
+
`,codeUbo:r=>`
|
|
47
|
+
var ${r}_matrix = uv.${r}.toArray(true);
|
|
48
|
+
|
|
49
|
+
data[offset] = ${r}_matrix[0];
|
|
50
|
+
data[offset+1] = ${r}_matrix[1];
|
|
51
|
+
data[offset+2] = ${r}_matrix[2];
|
|
52
52
|
|
|
53
|
-
data[offset + 4] = ${
|
|
54
|
-
data[offset + 5] = ${
|
|
55
|
-
data[offset + 6] = ${
|
|
53
|
+
data[offset + 4] = ${r}_matrix[3];
|
|
54
|
+
data[offset + 5] = ${r}_matrix[4];
|
|
55
|
+
data[offset + 6] = ${r}_matrix[5];
|
|
56
56
|
|
|
57
|
-
data[offset + 8] = ${
|
|
58
|
-
data[offset + 9] = ${
|
|
59
|
-
data[offset + 10] = ${
|
|
60
|
-
`},{test:(
|
|
61
|
-
cv = ud["${
|
|
62
|
-
v = uv["${
|
|
57
|
+
data[offset + 8] = ${r}_matrix[6];
|
|
58
|
+
data[offset + 9] = ${r}_matrix[7];
|
|
59
|
+
data[offset + 10] = ${r}_matrix[8];
|
|
60
|
+
`},{test:(r,t)=>r.type==="vec2"&&r.size===1&&!r.isArray&&t.x!==void 0,code:r=>`
|
|
61
|
+
cv = ud["${r}"].value;
|
|
62
|
+
v = uv["${r}"];
|
|
63
63
|
|
|
64
64
|
if(cv[0] !== v.x || cv[1] !== v.y)
|
|
65
65
|
{
|
|
66
66
|
cv[0] = v.x;
|
|
67
67
|
cv[1] = v.y;
|
|
68
|
-
gl.uniform2f(ud["${
|
|
69
|
-
}`,codeUbo:
|
|
70
|
-
v = uv.${
|
|
68
|
+
gl.uniform2f(ud["${r}"].location, v.x, v.y);
|
|
69
|
+
}`,codeUbo:r=>`
|
|
70
|
+
v = uv.${r};
|
|
71
71
|
|
|
72
72
|
data[offset] = v.x;
|
|
73
73
|
data[offset+1] = v.y;
|
|
74
|
-
`},{test:
|
|
75
|
-
cv = ud["${
|
|
76
|
-
v = uv["${
|
|
74
|
+
`},{test:r=>r.type==="vec2"&&r.size===1&&!r.isArray,code:r=>`
|
|
75
|
+
cv = ud["${r}"].value;
|
|
76
|
+
v = uv["${r}"];
|
|
77
77
|
|
|
78
78
|
if(cv[0] !== v[0] || cv[1] !== v[1])
|
|
79
79
|
{
|
|
80
80
|
cv[0] = v[0];
|
|
81
81
|
cv[1] = v[1];
|
|
82
|
-
gl.uniform2f(ud["${
|
|
82
|
+
gl.uniform2f(ud["${r}"].location, v[0], v[1]);
|
|
83
83
|
}
|
|
84
|
-
`},{test:(
|
|
85
|
-
cv = ud["${
|
|
86
|
-
v = uv["${
|
|
84
|
+
`},{test:(r,t)=>r.type==="vec4"&&r.size===1&&!r.isArray&&t.width!==void 0,code:r=>`
|
|
85
|
+
cv = ud["${r}"].value;
|
|
86
|
+
v = uv["${r}"];
|
|
87
87
|
|
|
88
88
|
if(cv[0] !== v.x || cv[1] !== v.y || cv[2] !== v.width || cv[3] !== v.height)
|
|
89
89
|
{
|
|
@@ -91,17 +91,17 @@ void main(void){
|
|
|
91
91
|
cv[1] = v.y;
|
|
92
92
|
cv[2] = v.width;
|
|
93
93
|
cv[3] = v.height;
|
|
94
|
-
gl.uniform4f(ud["${
|
|
95
|
-
}`,codeUbo:
|
|
96
|
-
v = uv.${
|
|
94
|
+
gl.uniform4f(ud["${r}"].location, v.x, v.y, v.width, v.height)
|
|
95
|
+
}`,codeUbo:r=>`
|
|
96
|
+
v = uv.${r};
|
|
97
97
|
|
|
98
98
|
data[offset] = v.x;
|
|
99
99
|
data[offset+1] = v.y;
|
|
100
100
|
data[offset+2] = v.width;
|
|
101
101
|
data[offset+3] = v.height;
|
|
102
|
-
`},{test:(
|
|
103
|
-
cv = ud["${
|
|
104
|
-
v = uv["${
|
|
102
|
+
`},{test:(r,t)=>r.type==="vec4"&&r.size===1&&!r.isArray&&t.red!==void 0,code:r=>`
|
|
103
|
+
cv = ud["${r}"].value;
|
|
104
|
+
v = uv["${r}"];
|
|
105
105
|
|
|
106
106
|
if(cv[0] !== v.red || cv[1] !== v.green || cv[2] !== v.blue || cv[3] !== v.alpha)
|
|
107
107
|
{
|
|
@@ -109,17 +109,17 @@ void main(void){
|
|
|
109
109
|
cv[1] = v.green;
|
|
110
110
|
cv[2] = v.blue;
|
|
111
111
|
cv[3] = v.alpha;
|
|
112
|
-
gl.uniform4f(ud["${
|
|
113
|
-
}`,codeUbo:
|
|
114
|
-
v = uv.${
|
|
112
|
+
gl.uniform4f(ud["${r}"].location, v.red, v.green, v.blue, v.alpha)
|
|
113
|
+
}`,codeUbo:r=>`
|
|
114
|
+
v = uv.${r};
|
|
115
115
|
|
|
116
116
|
data[offset] = v.red;
|
|
117
117
|
data[offset+1] = v.green;
|
|
118
118
|
data[offset+2] = v.blue;
|
|
119
119
|
data[offset+3] = v.alpha;
|
|
120
|
-
`},{test:(
|
|
121
|
-
cv = ud["${
|
|
122
|
-
v = uv["${
|
|
120
|
+
`},{test:(r,t)=>r.type==="vec3"&&r.size===1&&!r.isArray&&t.red!==void 0,code:r=>`
|
|
121
|
+
cv = ud["${r}"].value;
|
|
122
|
+
v = uv["${r}"];
|
|
123
123
|
|
|
124
124
|
if(cv[0] !== v.red || cv[1] !== v.green || cv[2] !== v.blue || cv[3] !== v.a)
|
|
125
125
|
{
|
|
@@ -127,16 +127,16 @@ void main(void){
|
|
|
127
127
|
cv[1] = v.green;
|
|
128
128
|
cv[2] = v.blue;
|
|
129
129
|
|
|
130
|
-
gl.uniform3f(ud["${
|
|
131
|
-
}`,codeUbo:
|
|
132
|
-
v = uv.${
|
|
130
|
+
gl.uniform3f(ud["${r}"].location, v.red, v.green, v.blue)
|
|
131
|
+
}`,codeUbo:r=>`
|
|
132
|
+
v = uv.${r};
|
|
133
133
|
|
|
134
134
|
data[offset] = v.red;
|
|
135
135
|
data[offset+1] = v.green;
|
|
136
136
|
data[offset+2] = v.blue;
|
|
137
|
-
`},{test:
|
|
138
|
-
cv = ud["${
|
|
139
|
-
v = uv["${
|
|
137
|
+
`},{test:r=>r.type==="vec4"&&r.size===1&&!r.isArray,code:r=>`
|
|
138
|
+
cv = ud["${r}"].value;
|
|
139
|
+
v = uv["${r}"];
|
|
140
140
|
|
|
141
141
|
if(cv[0] !== v[0] || cv[1] !== v[1] || cv[2] !== v[2] || cv[3] !== v[3])
|
|
142
142
|
{
|
|
@@ -145,7 +145,7 @@ void main(void){
|
|
|
145
145
|
cv[2] = v[2];
|
|
146
146
|
cv[3] = v[3];
|
|
147
147
|
|
|
148
|
-
gl.uniform4f(ud["${
|
|
148
|
+
gl.uniform4f(ud["${r}"].location, v[0], v[1], v[2], v[3])
|
|
149
149
|
}`}],Kv={float:`
|
|
150
150
|
if (cv !== v)
|
|
151
151
|
{
|
|
@@ -282,36 +282,36 @@ void main(void){
|
|
|
282
282
|
cu.value = v;
|
|
283
283
|
|
|
284
284
|
gl.uniform1i(location, v);
|
|
285
|
-
}`},
|
|
285
|
+
}`},Yv={float:"gl.uniform1fv(location, v)",vec2:"gl.uniform2fv(location, v)",vec3:"gl.uniform3fv(location, v)",vec4:"gl.uniform4fv(location, v)",mat4:"gl.uniformMatrix4fv(location, false, v)",mat3:"gl.uniformMatrix3fv(location, false, v)",mat2:"gl.uniformMatrix2fv(location, false, v)",int:"gl.uniform1iv(location, v)",ivec2:"gl.uniform2iv(location, v)",ivec3:"gl.uniform3iv(location, v)",ivec4:"gl.uniform4iv(location, v)",uint:"gl.uniform1uiv(location, v)",uvec2:"gl.uniform2uiv(location, v)",uvec3:"gl.uniform3uiv(location, v)",uvec4:"gl.uniform4uiv(location, v)",bool:"gl.uniform1iv(location, v)",bvec2:"gl.uniform2iv(location, v)",bvec3:"gl.uniform3iv(location, v)",bvec4:"gl.uniform4iv(location, v)",sampler2D:"gl.uniform1iv(location, v)",samplerCube:"gl.uniform1iv(location, v)",sampler2DArray:"gl.uniform1iv(location, v)"};function zv(r,t){var i;const e=[`
|
|
286
286
|
var v = null;
|
|
287
287
|
var cv = null;
|
|
288
288
|
var cu = null;
|
|
289
289
|
var t = 0;
|
|
290
290
|
var gl = renderer.gl;
|
|
291
|
-
`];for(const
|
|
292
|
-
renderer.shader.syncUniformBufferGroup(uv.${
|
|
291
|
+
`];for(const s in r.uniforms){const n=t[s];if(!n){((i=r.uniforms[s])==null?void 0:i.group)===!0&&(r.uniforms[s].ubo?e.push(`
|
|
292
|
+
renderer.shader.syncUniformBufferGroup(uv.${s}, '${s}');
|
|
293
293
|
`):e.push(`
|
|
294
|
-
renderer.shader.syncUniformGroup(uv.${
|
|
295
|
-
`));continue}const o=
|
|
296
|
-
cu = ud["${
|
|
294
|
+
renderer.shader.syncUniformGroup(uv.${s}, syncData);
|
|
295
|
+
`));continue}const o=r.uniforms[s];let a=!1;for(let h=0;h<en.length;h++)if(en[h].test(n,o)){e.push(en[h].code(s,o)),a=!0;break}if(!a){const h=(n.size===1&&!n.isArray?Kv:Yv)[n.type].replace("location",`ud["${s}"].location`);e.push(`
|
|
296
|
+
cu = ud["${s}"];
|
|
297
297
|
cv = cu.value;
|
|
298
|
-
v = uv["${
|
|
299
|
-
${
|
|
300
|
-
`))}const
|
|
301
|
-
`).map((
|
|
302
|
-
`),
|
|
303
|
-
`);a[0]=
|
|
304
|
-
${
|
|
305
|
-
${this.vertexSrc}`,this.fragmentSrc=`#define SHADER_NAME ${
|
|
306
|
-
${this.fragmentSrc}`,this.vertexSrc=
|
|
298
|
+
v = uv["${s}"];
|
|
299
|
+
${h};`)}}return new Function("ud","uv","renderer","syncData",e.join(`
|
|
300
|
+
`))}const O0={};let rn=O0;function jv(){if(rn===O0||rn!=null&&rn.isContextLost()){const r=it.ADAPTER.createCanvas();let t;it.PREFER_ENV>=zr.WEBGL2&&(t=r.getContext("webgl2",{})),t||(t=r.getContext("webgl",{})||r.getContext("experimental-webgl",{}),t?t.getExtension("WEBGL_draw_buffers"):t=null),rn=t}return rn}let ka;function Jv(){if(!ka){ka=Ze.MEDIUM;const r=jv();if(r&&r.getShaderPrecisionFormat){const t=r.getShaderPrecisionFormat(r.FRAGMENT_SHADER,r.HIGH_FLOAT);t&&(ka=t.precision?Ze.HIGH:Ze.MEDIUM)}}return ka}function B0(r,t){const e=r.getShaderSource(t).split(`
|
|
301
|
+
`).map((l,c)=>`${c}: ${l}`),i=r.getShaderInfoLog(t),s=i.split(`
|
|
302
|
+
`),n={},o=s.map(l=>parseFloat(l.replace(/^ERROR\: 0\:([\d]+)\:.*$/,"$1"))).filter(l=>l&&!n[l]?(n[l]=!0,!0):!1),a=[""];o.forEach(l=>{e[l-1]=`%c${e[l-1]}%c`,a.push("background: #FF0000; color:#FFFFFF; font-size: 10px","font-size: 10px")});const h=e.join(`
|
|
303
|
+
`);a[0]=h,console.error(i),console.groupCollapsed("click to view full shader code"),console.warn(...a),console.groupEnd()}function $v(r,t,e,i){r.getProgramParameter(t,r.LINK_STATUS)||(r.getShaderParameter(e,r.COMPILE_STATUS)||B0(r,e),r.getShaderParameter(i,r.COMPILE_STATUS)||B0(r,i),console.error("PixiJS Error: Could not initialize shader."),r.getProgramInfoLog(t)!==""&&console.warn("PixiJS Warning: gl.getProgramInfoLog()",r.getProgramInfoLog(t)))}const Qv={float:1,vec2:2,vec3:3,vec4:4,int:1,ivec2:2,ivec3:3,ivec4:4,uint:1,uvec2:2,uvec3:3,uvec4:4,bool:1,bvec2:2,bvec3:3,bvec4:4,mat2:4,mat3:9,mat4:16,sampler2D:1};function U0(r){return Qv[r]}let Da=null;const X0={FLOAT:"float",FLOAT_VEC2:"vec2",FLOAT_VEC3:"vec3",FLOAT_VEC4:"vec4",INT:"int",INT_VEC2:"ivec2",INT_VEC3:"ivec3",INT_VEC4:"ivec4",UNSIGNED_INT:"uint",UNSIGNED_INT_VEC2:"uvec2",UNSIGNED_INT_VEC3:"uvec3",UNSIGNED_INT_VEC4:"uvec4",BOOL:"bool",BOOL_VEC2:"bvec2",BOOL_VEC3:"bvec3",BOOL_VEC4:"bvec4",FLOAT_MAT2:"mat2",FLOAT_MAT3:"mat3",FLOAT_MAT4:"mat4",SAMPLER_2D:"sampler2D",INT_SAMPLER_2D:"sampler2D",UNSIGNED_INT_SAMPLER_2D:"sampler2D",SAMPLER_CUBE:"samplerCube",INT_SAMPLER_CUBE:"samplerCube",UNSIGNED_INT_SAMPLER_CUBE:"samplerCube",SAMPLER_2D_ARRAY:"sampler2DArray",INT_SAMPLER_2D_ARRAY:"sampler2DArray",UNSIGNED_INT_SAMPLER_2D_ARRAY:"sampler2DArray"};function W0(r,t){if(!Da){const e=Object.keys(X0);Da={};for(let i=0;i<e.length;++i){const s=e[i];Da[r[s]]=X0[s]}}return Da[t]}function Z0(r,t,e){if(r.substring(0,9)!=="precision"){let i=t;return t===Ze.HIGH&&e!==Ze.HIGH&&(i=Ze.MEDIUM),`precision ${i} float;
|
|
304
|
+
${r}`}else if(e!==Ze.HIGH&&r.substring(0,15)==="precision highp")return r.replace("precision highp","precision mediump");return r}let no;function qv(){if(typeof no=="boolean")return no;try{no=new Function("param1","param2","param3","return param1[param2] === param3;")({a:"b"},"a","b")===!0}catch{no=!1}return no}let tw=0;const Oa={},Uc=class Zn{constructor(t,e,i="pixi-shader",s={}){this.extra={},this.id=tw++,this.vertexSrc=t||Zn.defaultVertexSrc,this.fragmentSrc=e||Zn.defaultFragmentSrc,this.vertexSrc=this.vertexSrc.trim(),this.fragmentSrc=this.fragmentSrc.trim(),this.extra=s,this.vertexSrc.substring(0,8)!=="#version"&&(i=i.replace(/\s+/g,"-"),Oa[i]?(Oa[i]++,i+=`-${Oa[i]}`):Oa[i]=1,this.vertexSrc=`#define SHADER_NAME ${i}
|
|
305
|
+
${this.vertexSrc}`,this.fragmentSrc=`#define SHADER_NAME ${i}
|
|
306
|
+
${this.fragmentSrc}`,this.vertexSrc=Z0(this.vertexSrc,Zn.defaultVertexPrecision,Ze.HIGH),this.fragmentSrc=Z0(this.fragmentSrc,Zn.defaultFragmentPrecision,Jv())),this.glPrograms={},this.syncUniforms=null}static get defaultVertexSrc(){return Hv}static get defaultFragmentSrc(){return Vv}static from(t,e,i){const s=t+e;let n=A0[s];return n||(A0[s]=n=new Zn(t,e,i)),n}};Uc.defaultVertexPrecision=Ze.HIGH,Uc.defaultFragmentPrecision=zi.apple.device?Ze.HIGH:Ze.MEDIUM;let tr=Uc,ew=0;class si{constructor(t,e,i){this.group=!0,this.syncUniforms={},this.dirtyId=0,this.id=ew++,this.static=!!e,this.ubo=!!i,t instanceof Kt?(this.buffer=t,this.buffer.type=Ti.UNIFORM_BUFFER,this.autoManage=!1,this.ubo=!0):(this.uniforms=t,this.ubo&&(this.buffer=new Kt(new Float32Array(1)),this.buffer.type=Ti.UNIFORM_BUFFER,this.autoManage=!0))}update(){this.dirtyId++,!this.autoManage&&this.buffer&&this.buffer.update()}add(t,e,i){if(!this.ubo)this.uniforms[t]=new si(e,i);else throw new Error("[UniformGroup] uniform groups in ubo mode cannot be modified, or have uniform groups nested in them")}static from(t,e,i){return new si(t,e,i)}static uboFrom(t,e){return new si(t,e??!0,!0)}}class Mi{constructor(t,e){this.uniformBindCount=0,this.program=t,e?e instanceof si?this.uniformGroup=e:this.uniformGroup=new si(e):this.uniformGroup=new si({}),this.disposeRunner=new ri("disposeShader")}checkUniformExists(t,e){if(e.uniforms[t])return!0;for(const i in e.uniforms){const s=e.uniforms[i];if(s.group===!0&&this.checkUniformExists(t,s))return!0}return!1}destroy(){this.uniformGroup=null,this.disposeRunner.emit(this),this.disposeRunner.destroy()}get uniforms(){return this.uniformGroup.uniforms}static from(t,e,i){const s=tr.from(t,e);return new Mi(s,i)}}class iw{constructor(t,e){if(this.vertexSrc=t,this.fragTemplate=e,this.programCache={},this.defaultGroupCache={},!e.includes("%count%"))throw new Error('Fragment template must contain "%count%".');if(!e.includes("%forloop%"))throw new Error('Fragment template must contain "%forloop%".')}generateShader(t){if(!this.programCache[t]){const i=new Int32Array(t);for(let n=0;n<t;n++)i[n]=n;this.defaultGroupCache[t]=si.from({uSamplers:i},!0);let s=this.fragTemplate;s=s.replace(/%count%/gi,`${t}`),s=s.replace(/%forloop%/gi,this.generateSampleSrc(t)),this.programCache[t]=new tr(this.vertexSrc,s)}const e={tint:new Float32Array([1,1,1,1]),translationMatrix:new Gt,default:this.defaultGroupCache[t]};return new Mi(this.programCache[t],e)}generateSampleSrc(t){let e="";e+=`
|
|
307
307
|
`,e+=`
|
|
308
|
-
`;for(let
|
|
309
|
-
else `),
|
|
308
|
+
`;for(let i=0;i<t;i++)i>0&&(e+=`
|
|
309
|
+
else `),i<t-1&&(e+=`if(vTextureId < ${i}.5)`),e+=`
|
|
310
310
|
{`,e+=`
|
|
311
|
-
color = texture2D(uSamplers[${
|
|
311
|
+
color = texture2D(uSamplers[${i}], vTextureCoord);`,e+=`
|
|
312
312
|
}`;return e+=`
|
|
313
313
|
`,e+=`
|
|
314
|
-
`,e}}class
|
|
314
|
+
`,e}}class Xc{constructor(){this.elements=[],this.ids=[],this.count=0}clear(){for(let t=0;t<this.count;t++)this.elements[t]=null;this.count=0}}function rw(){return!zi.apple.device}function sw(r){let t=!0;const e=it.ADAPTER.getNavigator();if(zi.tablet||zi.phone){if(zi.apple.device){const i=e.userAgent.match(/OS (\d+)_(\d+)?/);i&&parseInt(i[1],10)<11&&(t=!1)}if(zi.android.device){const i=e.userAgent.match(/Android\s([0-9.]*)/);i&&parseInt(i[1],10)<7&&(t=!1)}}return t?r:4}class Ba{constructor(t){this.renderer=t}flush(){}destroy(){this.renderer=null}start(){}stop(){this.flush()}render(t){}}var nw=`varying vec2 vTextureCoord;
|
|
315
315
|
varying vec4 vColor;
|
|
316
316
|
varying float vTextureId;
|
|
317
317
|
uniform sampler2D uSamplers[%count%];
|
|
@@ -342,14 +342,14 @@ void main(void){
|
|
|
342
342
|
vTextureId = aTextureId;
|
|
343
343
|
vColor = aColor * tint;
|
|
344
344
|
}
|
|
345
|
-
`;const
|
|
345
|
+
`;const oo=class bi extends Ba{constructor(t){super(t),this.setShaderGenerator(),this.geometryClass=F0,this.vertexSize=6,this.state=Ai.for2d(),this.size=bi.defaultBatchSize*4,this._vertexCount=0,this._indexCount=0,this._bufferedElements=[],this._bufferedTextures=[],this._bufferSize=0,this._shader=null,this._packedGeometries=[],this._packedGeometryPoolSize=2,this._flushId=0,this._aBuffers={},this._iBuffers={},this.maxTextures=1,this.renderer.on("prerender",this.onPrerender,this),t.runners.contextChange.add(this),this._dcIndex=0,this._aIndex=0,this._iIndex=0,this._attributeBuffer=null,this._indexBuffer=null,this._tempBoundTextures=[]}static get defaultMaxTextures(){return this._defaultMaxTextures=this._defaultMaxTextures??sw(32),this._defaultMaxTextures}static set defaultMaxTextures(t){this._defaultMaxTextures=t}static get canUploadSameBuffer(){return this._canUploadSameBuffer=this._canUploadSameBuffer??rw(),this._canUploadSameBuffer}static set canUploadSameBuffer(t){this._canUploadSameBuffer=t}get MAX_TEXTURES(){return vt("7.1.0","BatchRenderer#MAX_TEXTURES renamed to BatchRenderer#maxTextures"),this.maxTextures}static get defaultVertexSrc(){return ow}static get defaultFragmentTemplate(){return nw}setShaderGenerator({vertex:t=bi.defaultVertexSrc,fragment:e=bi.defaultFragmentTemplate}={}){this.shaderGenerator=new iw(t,e)}contextChange(){const t=this.renderer.gl;it.PREFER_ENV===zr.WEBGL_LEGACY?this.maxTextures=1:(this.maxTextures=Math.min(t.getParameter(t.MAX_TEXTURE_IMAGE_UNITS),bi.defaultMaxTextures),this.maxTextures=Nv(this.maxTextures,t)),this._shader=this.shaderGenerator.generateShader(this.maxTextures);for(let e=0;e<this._packedGeometryPoolSize;e++)this._packedGeometries[e]=new this.geometryClass;this.initFlushBuffers()}initFlushBuffers(){const{_drawCallPool:t,_textureArrayPool:e}=bi,i=this.size/4,s=Math.floor(i/this.maxTextures)+1;for(;t.length<i;)t.push(new Fc);for(;e.length<s;)e.push(new Xc);for(let n=0;n<this.maxTextures;n++)this._tempBoundTextures[n]=null}onPrerender(){this._flushId=0}render(t){t._texture.valid&&(this._vertexCount+t.vertexData.length/2>this.size&&this.flush(),this._vertexCount+=t.vertexData.length/2,this._indexCount+=t.indices.length,this._bufferedTextures[this._bufferSize]=t._texture.baseTexture,this._bufferedElements[this._bufferSize++]=t)}buildTexturesAndDrawCalls(){const{_bufferedTextures:t,maxTextures:e}=this,i=bi._textureArrayPool,s=this.renderer.batch,n=this._tempBoundTextures,o=this.renderer.textureGC.count;let a=++bt._globalBatch,h=0,l=i[0],c=0;s.copyBoundTextures(n,e);for(let u=0;u<this._bufferSize;++u){const d=t[u];t[u]=null,d._batchEnabled!==a&&(l.count>=e&&(s.boundArray(l,n,a,e),this.buildDrawCalls(l,c,u),c=u,l=i[++h],++a),d._batchEnabled=a,d.touched=o,l.elements[l.count++]=d)}l.count>0&&(s.boundArray(l,n,a,e),this.buildDrawCalls(l,c,this._bufferSize),++h,++a);for(let u=0;u<n.length;u++)n[u]=null;bt._globalBatch=a}buildDrawCalls(t,e,i){const{_bufferedElements:s,_attributeBuffer:n,_indexBuffer:o,vertexSize:a}=this,h=bi._drawCallPool;let l=this._dcIndex,c=this._aIndex,u=this._iIndex,d=h[l];d.start=this._iIndex,d.texArray=t;for(let f=e;f<i;++f){const p=s[f],m=p._texture.baseTexture,g=w0[m.alphaMode?1:0][p.blendMode];s[f]=null,e<f&&d.blend!==g&&(d.size=u-d.start,e=f,d=h[++l],d.texArray=t,d.start=u),this.packInterleavedGeometry(p,n,o,c,u),c+=p.vertexData.length/2*a,u+=p.indices.length,d.blend=g}e<i&&(d.size=u-d.start,++l),this._dcIndex=l,this._aIndex=c,this._iIndex=u}bindAndClearTexArray(t){const e=this.renderer.texture;for(let i=0;i<t.count;i++)e.bind(t.elements[i],t.ids[i]),t.elements[i]=null;t.count=0}updateGeometry(){const{_packedGeometries:t,_attributeBuffer:e,_indexBuffer:i}=this;bi.canUploadSameBuffer?(t[this._flushId]._buffer.update(e.rawBinaryData),t[this._flushId]._indexBuffer.update(i),this.renderer.geometry.updateBuffers()):(this._packedGeometryPoolSize<=this._flushId&&(this._packedGeometryPoolSize++,t[this._flushId]=new this.geometryClass),t[this._flushId]._buffer.update(e.rawBinaryData),t[this._flushId]._indexBuffer.update(i),this.renderer.geometry.bind(t[this._flushId]),this.renderer.geometry.updateBuffers(),this._flushId++)}drawBatches(){const t=this._dcIndex,{gl:e,state:i}=this.renderer,s=bi._drawCallPool;let n=null;for(let o=0;o<t;o++){const{texArray:a,type:h,size:l,start:c,blend:u}=s[o];n!==a&&(n=a,this.bindAndClearTexArray(a)),this.state.blendMode=u,i.set(this.state),e.drawElements(h,l,e.UNSIGNED_SHORT,c*2)}}flush(){this._vertexCount!==0&&(this._attributeBuffer=this.getAttributeBuffer(this._vertexCount),this._indexBuffer=this.getIndexBuffer(this._indexCount),this._aIndex=0,this._iIndex=0,this._dcIndex=0,this.buildTexturesAndDrawCalls(),this.updateGeometry(),this.drawBatches(),this._bufferSize=0,this._vertexCount=0,this._indexCount=0)}start(){this.renderer.state.set(this.state),this.renderer.texture.ensureSamplerType(this.maxTextures),this.renderer.shader.bind(this._shader),bi.canUploadSameBuffer&&this.renderer.geometry.bind(this._packedGeometries[this._flushId])}stop(){this.flush()}destroy(){for(let t=0;t<this._packedGeometryPoolSize;t++)this._packedGeometries[t]&&this._packedGeometries[t].destroy();this.renderer.off("prerender",this.onPrerender,this),this._aBuffers=null,this._iBuffers=null,this._packedGeometries=null,this._attributeBuffer=null,this._indexBuffer=null,this._shader&&(this._shader.destroy(),this._shader=null),super.destroy()}getAttributeBuffer(t){const e=Ia(Math.ceil(t/8)),i=E0(e),s=e*8;this._aBuffers.length<=i&&(this._iBuffers.length=i+1);let n=this._aBuffers[s];return n||(this._aBuffers[s]=n=new Cc(s*this.vertexSize*4)),n}getIndexBuffer(t){const e=Ia(Math.ceil(t/12)),i=E0(e),s=e*12;this._iBuffers.length<=i&&(this._iBuffers.length=i+1);let n=this._iBuffers[i];return n||(this._iBuffers[i]=n=new Uint16Array(s)),n}packInterleavedGeometry(t,e,i,s,n){const{uint32View:o,float32View:a}=e,h=s/this.vertexSize,l=t.uvs,c=t.indices,u=t.vertexData,d=t._texture.baseTexture._batchLocation,f=Math.min(t.worldAlpha,1),p=Lt.shared.setValue(t._tintRGB).toPremultiplied(f,t._texture.baseTexture.alphaMode>0);for(let m=0;m<u.length;m+=2)a[s++]=u[m],a[s++]=u[m+1],a[s++]=l[m],a[s++]=l[m+1],o[s++]=p,a[s++]=d;for(let m=0;m<c.length;m++)i[n++]=h+c[m]}};oo.defaultBatchSize=4096,oo.extension={name:"batch",type:J.RendererPlugin},oo._drawCallPool=[],oo._textureArrayPool=[];let ns=oo;nt.add(ns);var aw=`varying vec2 vTextureCoord;
|
|
346
346
|
|
|
347
347
|
uniform sampler2D uSampler;
|
|
348
348
|
|
|
349
349
|
void main(void){
|
|
350
350
|
gl_FragColor = texture2D(uSampler, vTextureCoord);
|
|
351
351
|
}
|
|
352
|
-
`,
|
|
352
|
+
`,hw=`attribute vec2 aVertexPosition;
|
|
353
353
|
|
|
354
354
|
uniform mat3 projectionMatrix;
|
|
355
355
|
|
|
@@ -375,7 +375,7 @@ void main(void)
|
|
|
375
375
|
gl_Position = filterVertexPosition();
|
|
376
376
|
vTextureCoord = filterTextureCoord();
|
|
377
377
|
}
|
|
378
|
-
`;const Dc=class ca extends Ri{constructor(t,e,r){const n=ir.from(t||ca.defaultVertexSrc,e||ca.defaultFragmentSrc);super(n,r),this.padding=0,this.resolution=ca.defaultResolution,this.multisample=ca.defaultMultisample,this.enabled=!0,this.autoFit=!0,this.state=new Mi}apply(t,e,r,n,s){t.applyFilter(this,e,r,n)}get blendMode(){return this.state.blendMode}set blendMode(t){this.state.blendMode=t}get resolution(){return this._resolution}set resolution(t){this._resolution=t}static get defaultVertexSrc(){return lw}static get defaultFragmentSrc(){return aw}};Dc.defaultResolution=1,Dc.defaultMultisample=Jt.NONE;let ve=Dc;class Va{constructor(){this.clearBeforeRender=!0,this._backgroundColor=new kt(0),this.alpha=1}init(t){this.clearBeforeRender=t.clearBeforeRender;const{backgroundColor:e,background:r,backgroundAlpha:n}=t,s=r??e;s!==void 0&&(this.color=s),this.alpha=n}get color(){return this._backgroundColor.value}set color(t){this._backgroundColor.setValue(t)}get alpha(){return this._backgroundColor.alpha}set alpha(t){this._backgroundColor.setAlpha(t)}get backgroundColor(){return this._backgroundColor}destroy(){}}Va.defaultOptions={backgroundAlpha:1,backgroundColor:0,clearBeforeRender:!0},Va.extension={type:[$.RendererSystem,$.CanvasRendererSystem],name:"background"},st.add(Va);class E0{constructor(t){this.renderer=t,this.emptyRenderer=new Za(t),this.currentRenderer=this.emptyRenderer}setObjectRenderer(t){this.currentRenderer!==t&&(this.currentRenderer.stop(),this.currentRenderer=t,this.currentRenderer.start())}flush(){this.setObjectRenderer(this.emptyRenderer)}reset(){this.setObjectRenderer(this.emptyRenderer)}copyBoundTextures(t,e){const{boundTextures:r}=this.renderer.texture;for(let n=e-1;n>=0;--n)t[n]=r[n]||null,t[n]&&(t[n]._batchLocation=n)}boundArray(t,e,r,n){const{elements:s,ids:o,count:a}=t;let l=0;for(let h=0;h<a;h++){const c=s[h],u=c._batchLocation;if(u>=0&&u<n&&e[u]===c){o[h]=u;continue}for(;l<n;){const d=e[l];if(d&&d._batchEnabled===r&&d._batchLocation===l){l++;continue}o[h]=l,c._batchLocation=l,e[l]=c;break}}}destroy(){this.renderer=null}}E0.extension={type:$.RendererSystem,name:"batch"},st.add(E0);let I0=0;class Ha{constructor(t){this.renderer=t,this.webGLVersion=1,this.extensions={},this.supports={uint32Indices:!1},this.handleContextLost=this.handleContextLost.bind(this),this.handleContextRestored=this.handleContextRestored.bind(this)}get isLost(){return!this.gl||this.gl.isContextLost()}contextChange(t){this.gl=t,this.renderer.gl=t,this.renderer.CONTEXT_UID=I0++}init(t){if(t.context)this.initFromContext(t.context);else{const e=this.renderer.background.alpha<1,r=t.premultipliedAlpha;this.preserveDrawingBuffer=t.preserveDrawingBuffer,this.useContextAlpha=t.useContextAlpha,this.powerPreference=t.powerPreference,this.initFromOptions({alpha:e,premultipliedAlpha:r,antialias:t.antialias,stencil:!0,preserveDrawingBuffer:t.preserveDrawingBuffer,powerPreference:t.powerPreference})}}initFromContext(t){this.gl=t,this.validateContext(t),this.renderer.gl=t,this.renderer.CONTEXT_UID=I0++,this.renderer.runners.contextChange.emit(t);const e=this.renderer.view;e.addEventListener!==void 0&&(e.addEventListener("webglcontextlost",this.handleContextLost,!1),e.addEventListener("webglcontextrestored",this.handleContextRestored,!1))}initFromOptions(t){const e=this.createContext(this.renderer.view,t);this.initFromContext(e)}createContext(t,e){let r;if(nt.PREFER_ENV>=tn.WEBGL2&&(r=t.getContext("webgl2",e)),r)this.webGLVersion=2;else if(this.webGLVersion=1,r=t.getContext("webgl",e)||t.getContext("experimental-webgl",e),!r)throw new Error("This browser does not support WebGL. Try using the canvas renderer");return this.gl=r,this.getExtensions(),this.gl}getExtensions(){const{gl:t}=this,e={loseContext:t.getExtension("WEBGL_lose_context"),anisotropicFiltering:t.getExtension("EXT_texture_filter_anisotropic"),floatTextureLinear:t.getExtension("OES_texture_float_linear"),s3tc:t.getExtension("WEBGL_compressed_texture_s3tc"),s3tc_sRGB:t.getExtension("WEBGL_compressed_texture_s3tc_srgb"),etc:t.getExtension("WEBGL_compressed_texture_etc"),etc1:t.getExtension("WEBGL_compressed_texture_etc1"),pvrtc:t.getExtension("WEBGL_compressed_texture_pvrtc")||t.getExtension("WEBKIT_WEBGL_compressed_texture_pvrtc"),atc:t.getExtension("WEBGL_compressed_texture_atc"),astc:t.getExtension("WEBGL_compressed_texture_astc")};this.webGLVersion===1?Object.assign(this.extensions,e,{drawBuffers:t.getExtension("WEBGL_draw_buffers"),depthTexture:t.getExtension("WEBGL_depth_texture"),vertexArrayObject:t.getExtension("OES_vertex_array_object")||t.getExtension("MOZ_OES_vertex_array_object")||t.getExtension("WEBKIT_OES_vertex_array_object"),uint32ElementIndex:t.getExtension("OES_element_index_uint"),floatTexture:t.getExtension("OES_texture_float"),floatTextureLinear:t.getExtension("OES_texture_float_linear"),textureHalfFloat:t.getExtension("OES_texture_half_float"),textureHalfFloatLinear:t.getExtension("OES_texture_half_float_linear")}):this.webGLVersion===2&&Object.assign(this.extensions,e,{colorBufferFloat:t.getExtension("EXT_color_buffer_float")})}handleContextLost(t){t.preventDefault(),setTimeout(()=>{this.gl.isContextLost()&&this.extensions.loseContext&&this.extensions.loseContext.restoreContext()},0)}handleContextRestored(){this.renderer.runners.contextChange.emit(this.gl)}destroy(){const t=this.renderer.view;this.renderer=null,t.removeEventListener!==void 0&&(t.removeEventListener("webglcontextlost",this.handleContextLost),t.removeEventListener("webglcontextrestored",this.handleContextRestored)),this.gl.useProgram(null),this.extensions.loseContext&&this.extensions.loseContext.loseContext()}postrender(){this.renderer.objectRenderer.renderingToScreen&&this.gl.flush()}validateContext(t){const e=t.getContextAttributes(),r="WebGL2RenderingContext"in globalThis&&t instanceof globalThis.WebGL2RenderingContext;r&&(this.webGLVersion=2),e&&!e.stencil&&console.warn("Provided WebGL context does not have a stencil buffer, masks may not render correctly");const n=r||!!t.getExtension("OES_element_index_uint");this.supports.uint32Indices=n,n||console.warn("Provided WebGL context does not support 32 index buffer, complex graphics may not render correctly")}}Ha.defaultOptions={context:null,antialias:!1,premultipliedAlpha:!0,preserveDrawingBuffer:!1,powerPreference:"default"},Ha.extension={type:$.RendererSystem,name:"context"},st.add(Ha);class Nc{constructor(t,e){if(this.width=Math.round(t),this.height=Math.round(e),!this.width||!this.height)throw new Error("Framebuffer width or height is zero");this.stencil=!1,this.depth=!1,this.dirtyId=0,this.dirtyFormat=0,this.dirtySize=0,this.depthTexture=null,this.colorTextures=[],this.glFramebuffers={},this.disposeRunner=new ni("disposeFramebuffer"),this.multisample=Jt.NONE}get colorTexture(){return this.colorTextures[0]}addColorTexture(t=0,e){return this.colorTextures[t]=e||new bt(null,{scaleMode:Yi.NEAREST,resolution:1,mipmap:wi.OFF,width:this.width,height:this.height}),this.dirtyId++,this.dirtyFormat++,this}addDepthTexture(t){return this.depthTexture=t||new bt(null,{scaleMode:Yi.NEAREST,resolution:1,width:this.width,height:this.height,mipmap:wi.OFF,format:V.DEPTH_COMPONENT,type:lt.UNSIGNED_SHORT}),this.dirtyId++,this.dirtyFormat++,this}enableDepth(){return this.depth=!0,this.dirtyId++,this.dirtyFormat++,this}enableStencil(){return this.stencil=!0,this.dirtyId++,this.dirtyFormat++,this}resize(t,e){if(t=Math.round(t),e=Math.round(e),!t||!e)throw new Error("Framebuffer width and height must not be zero");if(!(t===this.width&&e===this.height)){this.width=t,this.height=e,this.dirtyId++,this.dirtySize++;for(let r=0;r<this.colorTextures.length;r++){const n=this.colorTextures[r],s=n.resolution;n.setSize(t/s,e/s)}if(this.depthTexture){const r=this.depthTexture.resolution;this.depthTexture.setSize(t/r,e/r)}}}dispose(){this.disposeRunner.emit(this,!1)}destroyDepthTexture(){this.depthTexture&&(this.depthTexture.destroy(),this.depthTexture=null,++this.dirtyId,++this.dirtyFormat)}}class A0 extends bt{constructor(t={}){if(typeof t=="number"){const e=arguments[0],r=arguments[1],n=arguments[2],s=arguments[3];t={width:e,height:r,scaleMode:n,resolution:s}}t.width=t.width??100,t.height=t.height??100,t.multisample??(t.multisample=Jt.NONE),super(null,t),this.mipmap=wi.OFF,this.valid=!0,this._clear=new kt([0,0,0,0]),this.framebuffer=new Nc(this.realWidth,this.realHeight).addColorTexture(0,this),this.framebuffer.multisample=t.multisample,this.maskStack=[],this.filterStack=[{}]}set clearColor(t){this._clear.setValue(t)}get clearColor(){return this._clear.value}get clear(){return this._clear}get multisample(){return this.framebuffer.multisample}set multisample(t){this.framebuffer.multisample=t}resize(t,e){this.framebuffer.resize(t*this.resolution,e*this.resolution),this.setRealSize(this.framebuffer.width,this.framebuffer.height)}dispose(){this.framebuffer.dispose(),super.dispose()}destroy(){super.destroy(),this.framebuffer.destroyDepthTexture(),this.framebuffer=null}}class Ir extends lo{constructor(t){const e=t,r=e.naturalWidth||e.videoWidth||e.width,n=e.naturalHeight||e.videoHeight||e.height;super(r,n),this.source=t,this.noSubImage=!1}static crossOrigin(t,e,r){r===void 0&&!e.startsWith("data:")?t.crossOrigin=Lv(e):r!==!1&&(t.crossOrigin=typeof r=="string"?r:"anonymous")}upload(t,e,r,n){const s=t.gl,o=e.realWidth,a=e.realHeight;if(n=n||this.source,typeof HTMLImageElement<"u"&&n instanceof HTMLImageElement){if(!n.complete||n.naturalWidth===0)return!1}else if(typeof HTMLVideoElement<"u"&&n instanceof HTMLVideoElement&&n.readyState<=1)return!1;return s.pixelStorei(s.UNPACK_PREMULTIPLY_ALPHA_WEBGL,e.alphaMode===Se.UNPACK),!this.noSubImage&&e.target===s.TEXTURE_2D&&r.width===o&&r.height===a?s.texSubImage2D(s.TEXTURE_2D,0,0,0,e.format,r.type,n):(r.width=o,r.height=a,s.texImage2D(e.target,0,r.internalFormat,e.format,r.type,n)),!0}update(){if(this.destroyed)return;const t=this.source,e=t.naturalWidth||t.videoWidth||t.width,r=t.naturalHeight||t.videoHeight||t.height;this.resize(e,r),super.update()}dispose(){this.source=null}}class M0 extends Ir{constructor(t,e){if(e=e||{},typeof t=="string"){const r=new Image;Ir.crossOrigin(r,t,e.crossorigin),r.src=t,t=r}super(t),!t.complete&&this._width&&this._height&&(this._width=0,this._height=0),this.url=t.src,this._process=null,this.preserveBitmap=!1,this.createBitmap=(e.createBitmap??nt.CREATE_IMAGE_BITMAP)&&!!globalThis.createImageBitmap,this.alphaMode=typeof e.alphaMode=="number"?e.alphaMode:null,this.bitmap=null,this._load=null,e.autoLoad!==!1&&this.load()}load(t){return this._load?this._load:(t!==void 0&&(this.createBitmap=t),this._load=new Promise((e,r)=>{const n=this.source;this.url=n.src;const s=()=>{this.destroyed||(n.onload=null,n.onerror=null,this.update(),this._load=null,this.createBitmap?e(this.process()):e(this))};n.complete&&n.src?s():(n.onload=s,n.onerror=o=>{r(o),this.onError.emit(o)})}),this._load)}process(){const t=this.source;if(this._process!==null)return this._process;if(this.bitmap!==null||!globalThis.createImageBitmap)return Promise.resolve(this);const e=globalThis.createImageBitmap,r=!t.crossOrigin||t.crossOrigin==="anonymous";return this._process=fetch(t.src,{mode:r?"cors":"no-cors"}).then(n=>n.blob()).then(n=>e(n,0,0,t.width,t.height,{premultiplyAlpha:this.alphaMode===null||this.alphaMode===Se.UNPACK?"premultiply":"none"})).then(n=>this.destroyed?Promise.reject():(this.bitmap=n,this.update(),this._process=null,Promise.resolve(this))),this._process}upload(t,e,r){if(typeof this.alphaMode=="number"&&(e.alphaMode=this.alphaMode),!this.createBitmap)return super.upload(t,e,r);if(!this.bitmap&&(this.process(),!this.bitmap))return!1;if(super.upload(t,e,r,this.bitmap),!this.preserveBitmap){let n=!0;const s=e._glTextures;for(const o in s){const a=s[o];if(a!==r&&a.dirtyId!==e.dirtyId){n=!1;break}}n&&(this.bitmap.close&&this.bitmap.close(),this.bitmap=null)}return!0}dispose(){this.source.onload=null,this.source.onerror=null,super.dispose(),this.bitmap&&(this.bitmap.close(),this.bitmap=null),this._process=null,this._load=null}static test(t){return typeof HTMLImageElement<"u"&&(typeof t=="string"||t instanceof HTMLImageElement)}}class Oc{constructor(){this.x0=0,this.y0=0,this.x1=1,this.y1=0,this.x2=1,this.y2=1,this.x3=0,this.y3=1,this.uvsFloat32=new Float32Array(8)}set(t,e,r){const n=e.width,s=e.height;if(r){const o=t.width/2/n,a=t.height/2/s,l=t.x/n+o,h=t.y/s+a;r=Xt.add(r,Xt.NW),this.x0=l+o*Xt.uX(r),this.y0=h+a*Xt.uY(r),r=Xt.add(r,2),this.x1=l+o*Xt.uX(r),this.y1=h+a*Xt.uY(r),r=Xt.add(r,2),this.x2=l+o*Xt.uX(r),this.y2=h+a*Xt.uY(r),r=Xt.add(r,2),this.x3=l+o*Xt.uX(r),this.y3=h+a*Xt.uY(r)}else this.x0=t.x/n,this.y0=t.y/s,this.x1=(t.x+t.width)/n,this.y1=t.y/s,this.x2=(t.x+t.width)/n,this.y2=(t.y+t.height)/s,this.x3=t.x/n,this.y3=(t.y+t.height)/s;this.uvsFloat32[0]=this.x0,this.uvsFloat32[1]=this.y0,this.uvsFloat32[2]=this.x1,this.uvsFloat32[3]=this.y1,this.uvsFloat32[4]=this.x2,this.uvsFloat32[5]=this.y2,this.uvsFloat32[6]=this.x3,this.uvsFloat32[7]=this.y3}}Oc.prototype.toString=function(){return`[@pixi/core:TextureUvs x0=${this.x0} y0=${this.y0} x1=${this.x1} y1=${this.y1} x2=${this.x2} y2=${this.y2} x3=${this.x3} y3=${this.y3}]`};const R0=new Oc;function Ka(i){i.destroy=function(){},i.on=function(){},i.once=function(){},i.emit=function(){}}class ot extends $s{constructor(t,e,r,n,s,o,a){if(super(),this.noFrame=!1,e||(this.noFrame=!0,e=new pt(0,0,1,1)),t instanceof ot&&(t=t.baseTexture),this.baseTexture=t,this._frame=e,this.trim=n,this.valid=!1,this.destroyed=!1,this._uvs=R0,this.uvMatrix=null,this.orig=r||e,this._rotate=Number(s||0),s===!0)this._rotate=2;else if(this._rotate%2!==0)throw new Error("attempt to use diamond-shaped UVs. If you are sure, set rotation manually");this.defaultAnchor=o?new ct(o.x,o.y):new ct(0,0),this.defaultBorders=a,this._updateID=0,this.textureCacheIds=[],t.valid?this.noFrame?t.valid&&this.onBaseTextureUpdated(t):this.frame=e:t.once("loaded",this.onBaseTextureUpdated,this),this.noFrame&&t.on("update",this.onBaseTextureUpdated,this)}update(){this.baseTexture.resource&&this.baseTexture.resource.update()}onBaseTextureUpdated(t){if(this.noFrame){if(!this.baseTexture.valid)return;this._frame.width=t.width,this._frame.height=t.height,this.valid=!0,this.updateUvs()}else this.frame=this._frame;this.emit("update",this)}destroy(t){if(this.baseTexture){if(t){const{resource:e}=this.baseTexture;e!=null&&e.url&&Ai[e.url]&&ot.removeFromCache(e.url),this.baseTexture.destroy()}this.baseTexture.off("loaded",this.onBaseTextureUpdated,this),this.baseTexture.off("update",this.onBaseTextureUpdated,this),this.baseTexture=null}this._frame=null,this._uvs=null,this.trim=null,this.orig=null,this.valid=!1,ot.removeFromCache(this),this.textureCacheIds=null,this.destroyed=!0,this.emit("destroyed",this),this.removeAllListeners()}clone(){var n;const t=this._frame.clone(),e=this._frame===this.orig?t:this.orig.clone(),r=new ot(this.baseTexture,!this.noFrame&&t,e,(n=this.trim)==null?void 0:n.clone(),this.rotate,this.defaultAnchor,this.defaultBorders);return this.noFrame&&(r._frame=t),r}updateUvs(){this._uvs===R0&&(this._uvs=new Oc),this._uvs.set(this._frame,this.baseTexture,this.rotate),this._updateID++}static from(t,e={},r=nt.STRICT_TEXTURE_CACHE){const n=typeof t=="string";let s=null;if(n)s=t;else if(t instanceof bt){if(!t.cacheId){const a=(e==null?void 0:e.pixiIdPrefix)||"pixiid";t.cacheId=`${a}-${on()}`,bt.addToCache(t,t.cacheId)}s=t.cacheId}else{if(!t._pixiId){const a=(e==null?void 0:e.pixiIdPrefix)||"pixiid";t._pixiId=`${a}_${on()}`}s=t._pixiId}let o=Ai[s];if(n&&r&&!o)throw new Error(`The cacheId "${s}" does not exist in TextureCache.`);return!o&&!(t instanceof bt)?(e.resolution||(e.resolution=tr(t)),o=new ot(new bt(t,e)),o.baseTexture.cacheId=s,bt.addToCache(o.baseTexture,s),ot.addToCache(o,s)):!o&&t instanceof bt&&(o=new ot(t),ot.addToCache(o,s)),o}static fromURL(t,e){const r=Object.assign({autoLoad:!1},e==null?void 0:e.resourceOptions),n=ot.from(t,Object.assign({resourceOptions:r},e),!1),s=n.baseTexture.resource;return n.baseTexture.valid?Promise.resolve(n):s.load().then(()=>Promise.resolve(n))}static fromBuffer(t,e,r,n){return new ot(bt.fromBuffer(t,e,r,n))}static fromLoader(t,e,r,n){const s=new bt(t,Object.assign({scaleMode:bt.defaultOptions.scaleMode,resolution:tr(e)},n)),{resource:o}=s;o instanceof M0&&(o.url=e);const a=new ot(s);return r||(r=e),bt.addToCache(a.baseTexture,r),ot.addToCache(a,r),r!==e&&(bt.addToCache(a.baseTexture,e),ot.addToCache(a,e)),a.baseTexture.valid?Promise.resolve(a):new Promise(l=>{a.baseTexture.once("loaded",()=>l(a))})}static addToCache(t,e){e&&(t.textureCacheIds.includes(e)||t.textureCacheIds.push(e),Ai[e]&&Ai[e]!==t&&console.warn(`Texture added to the cache with an id [${e}] that already had an entry`),Ai[e]=t)}static removeFromCache(t){if(typeof t=="string"){const e=Ai[t];if(e){const r=e.textureCacheIds.indexOf(t);return r>-1&&e.textureCacheIds.splice(r,1),delete Ai[t],e}}else if(t!=null&&t.textureCacheIds){for(let e=0;e<t.textureCacheIds.length;++e)Ai[t.textureCacheIds[e]]===t&&delete Ai[t.textureCacheIds[e]];return t.textureCacheIds.length=0,t}return null}get resolution(){return this.baseTexture.resolution}get frame(){return this._frame}set frame(t){this._frame=t,this.noFrame=!1;const{x:e,y:r,width:n,height:s}=t,o=e+n>this.baseTexture.width,a=r+s>this.baseTexture.height;if(o||a){const l=o&&a?"and":"or",h=`X: ${e} + ${n} = ${e+n} > ${this.baseTexture.width}`,c=`Y: ${r} + ${s} = ${r+s} > ${this.baseTexture.height}`;throw new Error(`Texture Error: frame does not fit inside the base Texture dimensions: ${h} ${l} ${c}`)}this.valid=n&&s&&this.baseTexture.valid,!this.trim&&!this.rotate&&(this.orig=t),this.valid&&this.updateUvs()}get rotate(){return this._rotate}set rotate(t){this._rotate=t,this.valid&&this.updateUvs()}get width(){return this.orig.width}get height(){return this.orig.height}castToBaseTexture(){return this.baseTexture}static get EMPTY(){return ot._EMPTY||(ot._EMPTY=new ot(new bt),Ka(ot._EMPTY),Ka(ot._EMPTY.baseTexture)),ot._EMPTY}static get WHITE(){if(!ot._WHITE){const t=nt.ADAPTER.createCanvas(16,16),e=t.getContext("2d");t.width=16,t.height=16,e.fillStyle="white",e.fillRect(0,0,16,16),ot._WHITE=new ot(bt.from(t)),Ka(ot._WHITE),Ka(ot._WHITE.baseTexture)}return ot._WHITE}}class fn extends ot{constructor(t,e){super(t,e),this.valid=!0,this.filterFrame=null,this.filterPoolKey=null,this.updateUvs()}get framebuffer(){return this.baseTexture.framebuffer}get multisample(){return this.framebuffer.multisample}set multisample(t){this.framebuffer.multisample=t}resize(t,e,r=!0){const n=this.baseTexture.resolution,s=Math.round(t*n)/n,o=Math.round(e*n)/n;this.valid=s>0&&o>0,this._frame.width=this.orig.width=s,this._frame.height=this.orig.height=o,r&&this.baseTexture.resize(s,o),this.updateUvs()}setResolution(t){const{baseTexture:e}=this;e.resolution!==t&&(e.setResolution(t),this.resize(e.width,e.height,!1))}static create(t){return new fn(new A0(t))}}class P0{constructor(t){this.texturePool={},this.textureOptions=t||{},this.enableFullScreen=!1,this._pixelsWidth=0,this._pixelsHeight=0}createTexture(t,e,r=Jt.NONE){const n=new A0(Object.assign({width:t,height:e,resolution:1,multisample:r},this.textureOptions));return new fn(n)}getOptimalTexture(t,e,r=1,n=Jt.NONE){let s;t=Math.max(Math.ceil(t*r-1e-6),1),e=Math.max(Math.ceil(e*r-1e-6),1),!this.enableFullScreen||t!==this._pixelsWidth||e!==this._pixelsHeight?(t=Pa(t),e=Pa(e),s=((t&65535)<<16|e&65535)>>>0,n>1&&(s+=n*4294967296)):s=n>1?-n:-1,this.texturePool[s]||(this.texturePool[s]=[]);let o=this.texturePool[s].pop();return o||(o=this.createTexture(t,e,n)),o.filterPoolKey=s,o.setResolution(r),o}getFilterTexture(t,e,r){const n=this.getOptimalTexture(t.width,t.height,e||t.resolution,r||Jt.NONE);return n.filterFrame=t.filterFrame,n}returnTexture(t){const e=t.filterPoolKey;t.filterFrame=null,this.texturePool[e].push(t)}returnFilterTexture(t){this.returnTexture(t)}clear(t){if(t=t!==!1,t)for(const e in this.texturePool){const r=this.texturePool[e];if(r)for(let n=0;n<r.length;n++)r[n].destroy(!0)}this.texturePool={}}setScreenSize(t){if(!(t.width===this._pixelsWidth&&t.height===this._pixelsHeight)){this.enableFullScreen=t.width>0&&t.height>0;for(const e in this.texturePool){if(!(Number(e)<0))continue;const r=this.texturePool[e];if(r)for(let n=0;n<r.length;n++)r[n].destroy(!0);this.texturePool[e]=[]}this._pixelsWidth=t.width,this._pixelsHeight=t.height}}}P0.SCREEN_KEY=-1;class hw extends Er{constructor(){super(),this.addAttribute("aVertexPosition",new Float32Array([0,0,1,0,1,1,0,1])).addIndex([0,1,3,2])}}class L0 extends Er{constructor(){super(),this.vertices=new Float32Array([-1,-1,1,-1,1,1,-1,1]),this.uvs=new Float32Array([0,0,1,0,1,1,0,1]),this.vertexBuffer=new Yt(this.vertices),this.uvBuffer=new Yt(this.uvs),this.addAttribute("aVertexPosition",this.vertexBuffer).addAttribute("aTextureCoord",this.uvBuffer).addIndex([0,1,2,0,2,3])}map(t,e){let r=0,n=0;return this.uvs[0]=r,this.uvs[1]=n,this.uvs[2]=r+e.width/t.width,this.uvs[3]=n,this.uvs[4]=r+e.width/t.width,this.uvs[5]=n+e.height/t.height,this.uvs[6]=r,this.uvs[7]=n+e.height/t.height,r=e.x,n=e.y,this.vertices[0]=r,this.vertices[1]=n,this.vertices[2]=r+e.width,this.vertices[3]=n,this.vertices[4]=r+e.width,this.vertices[5]=n+e.height,this.vertices[6]=r,this.vertices[7]=n+e.height,this.invalidate(),this}invalidate(){return this.vertexBuffer._updateID++,this.uvBuffer._updateID++,this}}class cw{constructor(){this.renderTexture=null,this.target=null,this.legacy=!1,this.resolution=1,this.multisample=Jt.NONE,this.sourceFrame=new pt,this.destinationFrame=new pt,this.bindingSourceFrame=new pt,this.bindingDestinationFrame=new pt,this.filters=[],this.transform=null}clear(){this.target=null,this.filters=null,this.renderTexture=null}}const za=[new ct,new ct,new ct,new ct],Bc=new Ft;class G0{constructor(t){this.renderer=t,this.defaultFilterStack=[{}],this.texturePool=new P0,this.statePool=[],this.quad=new hw,this.quadUv=new L0,this.tempRect=new pt,this.activeState={},this.globalUniforms=new si({outputFrame:new pt,inputSize:new Float32Array(4),inputPixel:new Float32Array(4),inputClamp:new Float32Array(4),resolution:1,filterArea:new Float32Array(4),filterClamp:new Float32Array(4)},!0),this.forceClear=!1,this.useMaxPadding=!1}init(){this.texturePool.setScreenSize(this.renderer.view)}push(t,e){const r=this.renderer,n=this.defaultFilterStack,s=this.statePool.pop()||new cw,o=r.renderTexture;let a,l;if(o.current){const g=o.current;a=g.resolution,l=g.multisample}else a=r.resolution,l=r.multisample;let h=e[0].resolution||a,c=e[0].multisample??l,u=e[0].padding,d=e[0].autoFit,f=e[0].legacy??!0;for(let g=1;g<e.length;g++){const b=e[g];h=Math.min(h,b.resolution||a),c=Math.min(c,b.multisample??l),u=this.useMaxPadding?Math.max(u,b.padding):u+b.padding,d=d&&b.autoFit,f=f||(b.legacy??!0)}n.length===1&&(this.defaultFilterStack[0].renderTexture=o.current),n.push(s),s.resolution=h,s.multisample=c,s.legacy=f,s.target=t,s.sourceFrame.copyFrom(t.filterArea||t.getBounds(!0)),s.sourceFrame.pad(u);const p=this.tempRect.copyFrom(o.sourceFrame);r.projection.transform&&this.transformAABB(Bc.copyFrom(r.projection.transform).invert(),p),d?(s.sourceFrame.fit(p),(s.sourceFrame.width<=0||s.sourceFrame.height<=0)&&(s.sourceFrame.width=0,s.sourceFrame.height=0)):s.sourceFrame.intersects(p)||(s.sourceFrame.width=0,s.sourceFrame.height=0),this.roundFrame(s.sourceFrame,o.current?o.current.resolution:r.resolution,o.sourceFrame,o.destinationFrame,r.projection.transform),s.renderTexture=this.getOptimalFilterTexture(s.sourceFrame.width,s.sourceFrame.height,h,c),s.filters=e,s.destinationFrame.width=s.renderTexture.width,s.destinationFrame.height=s.renderTexture.height;const m=this.tempRect;m.x=0,m.y=0,m.width=s.sourceFrame.width,m.height=s.sourceFrame.height,s.renderTexture.filterFrame=s.sourceFrame,s.bindingSourceFrame.copyFrom(o.sourceFrame),s.bindingDestinationFrame.copyFrom(o.destinationFrame),s.transform=r.projection.transform,r.projection.transform=null,o.bind(s.renderTexture,s.sourceFrame,m),r.framebuffer.clear(0,0,0,0)}pop(){const t=this.defaultFilterStack,e=t.pop(),r=e.filters;this.activeState=e;const n=this.globalUniforms.uniforms;n.outputFrame=e.sourceFrame,n.resolution=e.resolution;const s=n.inputSize,o=n.inputPixel,a=n.inputClamp;if(s[0]=e.destinationFrame.width,s[1]=e.destinationFrame.height,s[2]=1/s[0],s[3]=1/s[1],o[0]=Math.round(s[0]*e.resolution),o[1]=Math.round(s[1]*e.resolution),o[2]=1/o[0],o[3]=1/o[1],a[0]=.5*o[2],a[1]=.5*o[3],a[2]=e.sourceFrame.width*s[2]-.5*o[2],a[3]=e.sourceFrame.height*s[3]-.5*o[3],e.legacy){const h=n.filterArea;h[0]=e.destinationFrame.width,h[1]=e.destinationFrame.height,h[2]=e.sourceFrame.x,h[3]=e.sourceFrame.y,n.filterClamp=n.inputClamp}this.globalUniforms.update();const l=t[t.length-1];if(this.renderer.framebuffer.blit(),r.length===1)r[0].apply(this,e.renderTexture,l.renderTexture,Ti.BLEND,e),this.returnFilterTexture(e.renderTexture);else{let h=e.renderTexture,c=this.getOptimalFilterTexture(h.width,h.height,e.resolution);c.filterFrame=h.filterFrame;let u=0;for(u=0;u<r.length-1;++u){u===1&&e.multisample>1&&(c=this.getOptimalFilterTexture(h.width,h.height,e.resolution),c.filterFrame=h.filterFrame),r[u].apply(this,h,c,Ti.CLEAR,e);const d=h;h=c,c=d}r[u].apply(this,h,l.renderTexture,Ti.BLEND,e),u>1&&e.multisample>1&&this.returnFilterTexture(e.renderTexture),this.returnFilterTexture(h),this.returnFilterTexture(c)}e.clear(),this.statePool.push(e)}bindAndClear(t,e=Ti.CLEAR){const{renderTexture:r,state:n}=this.renderer;if(t===this.defaultFilterStack[this.defaultFilterStack.length-1].renderTexture?this.renderer.projection.transform=this.activeState.transform:this.renderer.projection.transform=null,t==null?void 0:t.filterFrame){const o=this.tempRect;o.x=0,o.y=0,o.width=t.filterFrame.width,o.height=t.filterFrame.height,r.bind(t,t.filterFrame,o)}else t!==this.defaultFilterStack[this.defaultFilterStack.length-1].renderTexture?r.bind(t):this.renderer.renderTexture.bind(t,this.activeState.bindingSourceFrame,this.activeState.bindingDestinationFrame);const s=n.stateId&1||this.forceClear;(e===Ti.CLEAR||e===Ti.BLIT&&s)&&this.renderer.framebuffer.clear(0,0,0,0)}applyFilter(t,e,r,n){const s=this.renderer;s.state.set(t.state),this.bindAndClear(r,n),t.uniforms.uSampler=e,t.uniforms.filterGlobals=this.globalUniforms,s.shader.bind(t),t.legacy=!!t.program.attributeData.aTextureCoord,t.legacy?(this.quadUv.map(e._frame,e.filterFrame),s.geometry.bind(this.quadUv),s.geometry.draw(_i.TRIANGLES)):(s.geometry.bind(this.quad),s.geometry.draw(_i.TRIANGLE_STRIP))}calculateSpriteMatrix(t,e){const{sourceFrame:r,destinationFrame:n}=this.activeState,{orig:s}=e._texture,o=t.set(n.width,0,0,n.height,r.x,r.y),a=e.worldTransform.copyTo(Ft.TEMP_MATRIX);return a.invert(),o.prepend(a),o.scale(1/s.width,1/s.height),o.translate(e.anchor.x,e.anchor.y),o}destroy(){this.renderer=null,this.texturePool.clear(!1)}getOptimalFilterTexture(t,e,r=1,n=Jt.NONE){return this.texturePool.getOptimalTexture(t,e,r,n)}getFilterTexture(t,e,r){if(typeof t=="number"){const s=t;t=e,e=s}t=t||this.activeState.renderTexture;const n=this.texturePool.getOptimalTexture(t.width,t.height,e||t.resolution,r||Jt.NONE);return n.filterFrame=t.filterFrame,n}returnFilterTexture(t){this.texturePool.returnTexture(t)}emptyPool(){this.texturePool.clear(!0)}resize(){this.texturePool.setScreenSize(this.renderer.view)}transformAABB(t,e){const r=za[0],n=za[1],s=za[2],o=za[3];r.set(e.left,e.top),n.set(e.left,e.bottom),s.set(e.right,e.top),o.set(e.right,e.bottom),t.apply(r,r),t.apply(n,n),t.apply(s,s),t.apply(o,o);const a=Math.min(r.x,n.x,s.x,o.x),l=Math.min(r.y,n.y,s.y,o.y),h=Math.max(r.x,n.x,s.x,o.x),c=Math.max(r.y,n.y,s.y,o.y);e.x=a,e.y=l,e.width=h-a,e.height=c-l}roundFrame(t,e,r,n,s){if(!(t.width<=0||t.height<=0||r.width<=0||r.height<=0)){if(s){const{a:o,b:a,c:l,d:h}=s;if((Math.abs(a)>1e-4||Math.abs(l)>1e-4)&&(Math.abs(o)>1e-4||Math.abs(h)>1e-4))return}s=s?Bc.copyFrom(s):Bc.identity(),s.translate(-r.x,-r.y).scale(n.width/r.width,n.height/r.height).translate(n.x,n.y),this.transformAABB(s,t),t.ceil(e),this.transformAABB(s.invert(),t)}}}G0.extension={type:$.RendererSystem,name:"filter"},st.add(G0);class uw{constructor(t){this.framebuffer=t,this.stencil=null,this.dirtyId=-1,this.dirtyFormat=-1,this.dirtySize=-1,this.multisample=Jt.NONE,this.msaaBuffer=null,this.blitFramebuffer=null,this.mipLevel=0}}const dw=new pt;class k0{constructor(t){this.renderer=t,this.managedFramebuffers=[],this.unknownFramebuffer=new Nc(10,10),this.msaaSamples=null}contextChange(){this.disposeAll(!0);const t=this.gl=this.renderer.gl;if(this.CONTEXT_UID=this.renderer.CONTEXT_UID,this.current=this.unknownFramebuffer,this.viewport=new pt,this.hasMRT=!0,this.writeDepthTexture=!0,this.renderer.context.webGLVersion===1){let e=this.renderer.context.extensions.drawBuffers,r=this.renderer.context.extensions.depthTexture;nt.PREFER_ENV===tn.WEBGL_LEGACY&&(e=null,r=null),e?t.drawBuffers=n=>e.drawBuffersWEBGL(n):(this.hasMRT=!1,t.drawBuffers=()=>{}),r||(this.writeDepthTexture=!1)}else this.msaaSamples=t.getInternalformatParameter(t.RENDERBUFFER,t.RGBA8,t.SAMPLES)}bind(t,e,r=0){const{gl:n}=this;if(t){const s=t.glFramebuffers[this.CONTEXT_UID]||this.initFramebuffer(t);this.current!==t&&(this.current=t,n.bindFramebuffer(n.FRAMEBUFFER,s.framebuffer)),s.mipLevel!==r&&(t.dirtyId++,t.dirtyFormat++,s.mipLevel=r),s.dirtyId!==t.dirtyId&&(s.dirtyId=t.dirtyId,s.dirtyFormat!==t.dirtyFormat?(s.dirtyFormat=t.dirtyFormat,s.dirtySize=t.dirtySize,this.updateFramebuffer(t,r)):s.dirtySize!==t.dirtySize&&(s.dirtySize=t.dirtySize,this.resizeFramebuffer(t)));for(let o=0;o<t.colorTextures.length;o++){const a=t.colorTextures[o];this.renderer.texture.unbind(a.parentTextureArray||a)}if(t.depthTexture&&this.renderer.texture.unbind(t.depthTexture),e){const o=e.width>>r,a=e.height>>r,l=o/e.width;this.setViewport(e.x*l,e.y*l,o,a)}else{const o=t.width>>r,a=t.height>>r;this.setViewport(0,0,o,a)}}else this.current&&(this.current=null,n.bindFramebuffer(n.FRAMEBUFFER,null)),e?this.setViewport(e.x,e.y,e.width,e.height):this.setViewport(0,0,this.renderer.width,this.renderer.height)}setViewport(t,e,r,n){const s=this.viewport;t=Math.round(t),e=Math.round(e),r=Math.round(r),n=Math.round(n),(s.width!==r||s.height!==n||s.x!==t||s.y!==e)&&(s.x=t,s.y=e,s.width=r,s.height=n,this.gl.viewport(t,e,r,n))}get size(){return this.current?{x:0,y:0,width:this.current.width,height:this.current.height}:{x:0,y:0,width:this.renderer.width,height:this.renderer.height}}clear(t,e,r,n,s=Mh.COLOR|Mh.DEPTH){const{gl:o}=this;o.clearColor(t,e,r,n),o.clear(s)}initFramebuffer(t){const{gl:e}=this,r=new uw(e.createFramebuffer());return r.multisample=this.detectSamples(t.multisample),t.glFramebuffers[this.CONTEXT_UID]=r,this.managedFramebuffers.push(t),t.disposeRunner.add(this),r}resizeFramebuffer(t){const{gl:e}=this,r=t.glFramebuffers[this.CONTEXT_UID];if(r.stencil){e.bindRenderbuffer(e.RENDERBUFFER,r.stencil);let o;this.renderer.context.webGLVersion===1?o=e.DEPTH_STENCIL:t.depth&&t.stencil?o=e.DEPTH24_STENCIL8:t.depth?o=e.DEPTH_COMPONENT24:o=e.STENCIL_INDEX8,r.msaaBuffer?e.renderbufferStorageMultisample(e.RENDERBUFFER,r.multisample,o,t.width,t.height):e.renderbufferStorage(e.RENDERBUFFER,o,t.width,t.height)}const n=t.colorTextures;let s=n.length;e.drawBuffers||(s=Math.min(s,1));for(let o=0;o<s;o++){const a=n[o],l=a.parentTextureArray||a;this.renderer.texture.bind(l,0),o===0&&r.msaaBuffer&&(e.bindRenderbuffer(e.RENDERBUFFER,r.msaaBuffer),e.renderbufferStorageMultisample(e.RENDERBUFFER,r.multisample,l._glTextures[this.CONTEXT_UID].internalFormat,t.width,t.height))}t.depthTexture&&this.writeDepthTexture&&this.renderer.texture.bind(t.depthTexture,0)}updateFramebuffer(t,e){const{gl:r}=this,n=t.glFramebuffers[this.CONTEXT_UID],s=t.colorTextures;let o=s.length;r.drawBuffers||(o=Math.min(o,1)),n.multisample>1&&this.canMultisampleFramebuffer(t)?n.msaaBuffer=n.msaaBuffer||r.createRenderbuffer():n.msaaBuffer&&(r.deleteRenderbuffer(n.msaaBuffer),n.msaaBuffer=null,n.blitFramebuffer&&(n.blitFramebuffer.dispose(),n.blitFramebuffer=null));const a=[];for(let l=0;l<o;l++){const h=s[l],c=h.parentTextureArray||h;this.renderer.texture.bind(c,0),l===0&&n.msaaBuffer?(r.bindRenderbuffer(r.RENDERBUFFER,n.msaaBuffer),r.renderbufferStorageMultisample(r.RENDERBUFFER,n.multisample,c._glTextures[this.CONTEXT_UID].internalFormat,t.width,t.height),r.framebufferRenderbuffer(r.FRAMEBUFFER,r.COLOR_ATTACHMENT0,r.RENDERBUFFER,n.msaaBuffer)):(r.framebufferTexture2D(r.FRAMEBUFFER,r.COLOR_ATTACHMENT0+l,h.target,c._glTextures[this.CONTEXT_UID].texture,e),a.push(r.COLOR_ATTACHMENT0+l))}if(a.length>1&&r.drawBuffers(a),t.depthTexture&&this.writeDepthTexture){const l=t.depthTexture;this.renderer.texture.bind(l,0),r.framebufferTexture2D(r.FRAMEBUFFER,r.DEPTH_ATTACHMENT,r.TEXTURE_2D,l._glTextures[this.CONTEXT_UID].texture,e)}if((t.stencil||t.depth)&&!(t.depthTexture&&this.writeDepthTexture)){n.stencil=n.stencil||r.createRenderbuffer();let l,h;this.renderer.context.webGLVersion===1?(l=r.DEPTH_STENCIL_ATTACHMENT,h=r.DEPTH_STENCIL):t.depth&&t.stencil?(l=r.DEPTH_STENCIL_ATTACHMENT,h=r.DEPTH24_STENCIL8):t.depth?(l=r.DEPTH_ATTACHMENT,h=r.DEPTH_COMPONENT24):(l=r.STENCIL_ATTACHMENT,h=r.STENCIL_INDEX8),r.bindRenderbuffer(r.RENDERBUFFER,n.stencil),n.msaaBuffer?r.renderbufferStorageMultisample(r.RENDERBUFFER,n.multisample,h,t.width,t.height):r.renderbufferStorage(r.RENDERBUFFER,h,t.width,t.height),r.framebufferRenderbuffer(r.FRAMEBUFFER,l,r.RENDERBUFFER,n.stencil)}else n.stencil&&(r.deleteRenderbuffer(n.stencil),n.stencil=null)}canMultisampleFramebuffer(t){return this.renderer.context.webGLVersion!==1&&t.colorTextures.length<=1&&!t.depthTexture}detectSamples(t){const{msaaSamples:e}=this;let r=Jt.NONE;if(t<=1||e===null)return r;for(let n=0;n<e.length;n++)if(e[n]<=t){r=e[n];break}return r===1&&(r=Jt.NONE),r}blit(t,e,r){const{current:n,renderer:s,gl:o,CONTEXT_UID:a}=this;if(s.context.webGLVersion!==2||!n)return;const l=n.glFramebuffers[a];if(!l)return;if(!t){if(!l.msaaBuffer)return;const c=n.colorTextures[0];if(!c)return;l.blitFramebuffer||(l.blitFramebuffer=new Nc(n.width,n.height),l.blitFramebuffer.addColorTexture(0,c)),t=l.blitFramebuffer,t.colorTextures[0]!==c&&(t.colorTextures[0]=c,t.dirtyId++,t.dirtyFormat++),(t.width!==n.width||t.height!==n.height)&&(t.width=n.width,t.height=n.height,t.dirtyId++,t.dirtySize++)}e||(e=dw,e.width=n.width,e.height=n.height),r||(r=e);const h=e.width===r.width&&e.height===r.height;this.bind(t),o.bindFramebuffer(o.READ_FRAMEBUFFER,l.framebuffer),o.blitFramebuffer(e.left,e.top,e.right,e.bottom,r.left,r.top,r.right,r.bottom,o.COLOR_BUFFER_BIT,h?o.NEAREST:o.LINEAR),o.bindFramebuffer(o.READ_FRAMEBUFFER,t.glFramebuffers[this.CONTEXT_UID].framebuffer)}disposeFramebuffer(t,e){const r=t.glFramebuffers[this.CONTEXT_UID],n=this.gl;if(!r)return;delete t.glFramebuffers[this.CONTEXT_UID];const s=this.managedFramebuffers.indexOf(t);s>=0&&this.managedFramebuffers.splice(s,1),t.disposeRunner.remove(this),e||(n.deleteFramebuffer(r.framebuffer),r.msaaBuffer&&n.deleteRenderbuffer(r.msaaBuffer),r.stencil&&n.deleteRenderbuffer(r.stencil)),r.blitFramebuffer&&this.disposeFramebuffer(r.blitFramebuffer,e)}disposeAll(t){const e=this.managedFramebuffers;this.managedFramebuffers=[];for(let r=0;r<e.length;r++)this.disposeFramebuffer(e[r],t)}forceStencil(){const t=this.current;if(!t)return;const e=t.glFramebuffers[this.CONTEXT_UID];if(!e||e.stencil&&t.stencil)return;t.stencil=!0;const r=t.width,n=t.height,s=this.gl,o=e.stencil=s.createRenderbuffer();s.bindRenderbuffer(s.RENDERBUFFER,o);let a,l;this.renderer.context.webGLVersion===1?(a=s.DEPTH_STENCIL_ATTACHMENT,l=s.DEPTH_STENCIL):t.depth?(a=s.DEPTH_STENCIL_ATTACHMENT,l=s.DEPTH24_STENCIL8):(a=s.STENCIL_ATTACHMENT,l=s.STENCIL_INDEX8),e.msaaBuffer?s.renderbufferStorageMultisample(s.RENDERBUFFER,e.multisample,l,r,n):s.renderbufferStorage(s.RENDERBUFFER,l,r,n),s.framebufferRenderbuffer(s.FRAMEBUFFER,a,s.RENDERBUFFER,o)}reset(){this.current=this.unknownFramebuffer,this.viewport=new pt}destroy(){this.renderer=null}}k0.extension={type:$.RendererSystem,name:"framebuffer"},st.add(k0);const Uc={5126:4,5123:2,5121:1};class F0{constructor(t){this.renderer=t,this._activeGeometry=null,this._activeVao=null,this.hasVao=!0,this.hasInstance=!0,this.canUseUInt32ElementIndex=!1,this.managedGeometries={}}contextChange(){this.disposeAll(!0);const t=this.gl=this.renderer.gl,e=this.renderer.context;if(this.CONTEXT_UID=this.renderer.CONTEXT_UID,e.webGLVersion!==2){let r=this.renderer.context.extensions.vertexArrayObject;nt.PREFER_ENV===tn.WEBGL_LEGACY&&(r=null),r?(t.createVertexArray=()=>r.createVertexArrayOES(),t.bindVertexArray=n=>r.bindVertexArrayOES(n),t.deleteVertexArray=n=>r.deleteVertexArrayOES(n)):(this.hasVao=!1,t.createVertexArray=()=>null,t.bindVertexArray=()=>null,t.deleteVertexArray=()=>null)}if(e.webGLVersion!==2){const r=t.getExtension("ANGLE_instanced_arrays");r?(t.vertexAttribDivisor=(n,s)=>r.vertexAttribDivisorANGLE(n,s),t.drawElementsInstanced=(n,s,o,a,l)=>r.drawElementsInstancedANGLE(n,s,o,a,l),t.drawArraysInstanced=(n,s,o,a)=>r.drawArraysInstancedANGLE(n,s,o,a)):this.hasInstance=!1}this.canUseUInt32ElementIndex=e.webGLVersion===2||!!e.extensions.uint32ElementIndex}bind(t,e){e=e||this.renderer.shader.shader;const{gl:r}=this;let n=t.glVertexArrayObjects[this.CONTEXT_UID],s=!1;n||(this.managedGeometries[t.id]=t,t.disposeRunner.add(this),t.glVertexArrayObjects[this.CONTEXT_UID]=n={},s=!0);const o=n[e.program.id]||this.initGeometryVao(t,e,s);this._activeGeometry=t,this._activeVao!==o&&(this._activeVao=o,this.hasVao?r.bindVertexArray(o):this.activateVao(t,e.program)),this.updateBuffers()}reset(){this.unbind()}updateBuffers(){const t=this._activeGeometry,e=this.renderer.buffer;for(let r=0;r<t.buffers.length;r++){const n=t.buffers[r];e.update(n)}}checkCompatibility(t,e){const r=t.attributes,n=e.attributeData;for(const s in n)if(!r[s])throw new Error(`shader and geometry incompatible, geometry missing the "${s}" attribute`)}getSignature(t,e){const r=t.attributes,n=e.attributeData,s=["g",t.id];for(const o in r)n[o]&&s.push(o,n[o].location);return s.join("-")}initGeometryVao(t,e,r=!0){const n=this.gl,s=this.CONTEXT_UID,o=this.renderer.buffer,a=e.program;a.glPrograms[s]||this.renderer.shader.generateProgram(e),this.checkCompatibility(t,a);const l=this.getSignature(t,a),h=t.glVertexArrayObjects[this.CONTEXT_UID];let c=h[l];if(c)return h[a.id]=c,c;const u=t.buffers,d=t.attributes,f={},p={};for(const m in u)f[m]=0,p[m]=0;for(const m in d)!d[m].size&&a.attributeData[m]?d[m].size=a.attributeData[m].size:d[m].size||console.warn(`PIXI Geometry attribute '${m}' size cannot be determined (likely the bound shader does not have the attribute)`),f[d[m].buffer]+=d[m].size*Uc[d[m].type];for(const m in d){const g=d[m],b=g.size;g.stride===void 0&&(f[g.buffer]===b*Uc[g.type]?g.stride=0:g.stride=f[g.buffer]),g.start===void 0&&(g.start=p[g.buffer],p[g.buffer]+=b*Uc[g.type])}c=n.createVertexArray(),n.bindVertexArray(c);for(let m=0;m<u.length;m++){const g=u[m];o.bind(g),r&&g._glBuffers[s].refCount++}return this.activateVao(t,a),h[a.id]=c,h[l]=c,n.bindVertexArray(null),o.unbind(Si.ARRAY_BUFFER),c}disposeGeometry(t,e){var a;if(!this.managedGeometries[t.id])return;delete this.managedGeometries[t.id];const r=t.glVertexArrayObjects[this.CONTEXT_UID],n=this.gl,s=t.buffers,o=(a=this.renderer)==null?void 0:a.buffer;if(t.disposeRunner.remove(this),!!r){if(o)for(let l=0;l<s.length;l++){const h=s[l]._glBuffers[this.CONTEXT_UID];h&&(h.refCount--,h.refCount===0&&!e&&o.dispose(s[l],e))}if(!e){for(const l in r)if(l[0]==="g"){const h=r[l];this._activeVao===h&&this.unbind(),n.deleteVertexArray(h)}}delete t.glVertexArrayObjects[this.CONTEXT_UID]}}disposeAll(t){const e=Object.keys(this.managedGeometries);for(let r=0;r<e.length;r++)this.disposeGeometry(this.managedGeometries[e[r]],t)}activateVao(t,e){const r=this.gl,n=this.CONTEXT_UID,s=this.renderer.buffer,o=t.buffers,a=t.attributes;t.indexBuffer&&s.bind(t.indexBuffer);let l=null;for(const h in a){const c=a[h],u=o[c.buffer],d=u._glBuffers[n];if(e.attributeData[h]){l!==d&&(s.bind(u),l=d);const f=e.attributeData[h].location;if(r.enableVertexAttribArray(f),r.vertexAttribPointer(f,c.size,c.type||r.FLOAT,c.normalized,c.stride,c.start),c.instance)if(this.hasInstance)r.vertexAttribDivisor(f,c.divisor);else throw new Error("geometry error, GPU Instancing is not supported on this device")}}}draw(t,e,r,n){const{gl:s}=this,o=this._activeGeometry;if(o.indexBuffer){const a=o.indexBuffer.data.BYTES_PER_ELEMENT,l=a===2?s.UNSIGNED_SHORT:s.UNSIGNED_INT;a===2||a===4&&this.canUseUInt32ElementIndex?o.instanced?s.drawElementsInstanced(t,e||o.indexBuffer.data.length,l,(r||0)*a,n||1):s.drawElements(t,e||o.indexBuffer.data.length,l,(r||0)*a):console.warn("unsupported index buffer type: uint32")}else o.instanced?s.drawArraysInstanced(t,r,e||o.getSize(),n||1):s.drawArrays(t,r,e||o.getSize());return this}unbind(){this.gl.bindVertexArray(null),this._activeVao=null,this._activeGeometry=null}destroy(){this.renderer=null}}F0.extension={type:$.RendererSystem,name:"geometry"},st.add(F0);const D0=new Ft;class N0{constructor(t,e){this._texture=t,this.mapCoord=new Ft,this.uClampFrame=new Float32Array(4),this.uClampOffset=new Float32Array(2),this._textureID=-1,this._updateID=0,this.clampOffset=0,this.clampMargin=typeof e>"u"?.5:e,this.isSimple=!1}get texture(){return this._texture}set texture(t){this._texture=t,this._textureID=-1}multiplyUvs(t,e){e===void 0&&(e=t);const r=this.mapCoord;for(let n=0;n<t.length;n+=2){const s=t[n],o=t[n+1];e[n]=s*r.a+o*r.c+r.tx,e[n+1]=s*r.b+o*r.d+r.ty}return e}update(t){const e=this._texture;if(!e||!e.valid||!t&&this._textureID===e._updateID)return!1;this._textureID=e._updateID,this._updateID++;const r=e._uvs;this.mapCoord.set(r.x1-r.x0,r.y1-r.y0,r.x3-r.x0,r.y3-r.y0,r.x0,r.y0);const n=e.orig,s=e.trim;s&&(D0.set(n.width/s.width,0,0,n.height/s.height,-s.x/s.width,-s.y/s.height),this.mapCoord.append(D0));const o=e.baseTexture,a=this.uClampFrame,l=this.clampMargin/o.resolution,h=this.clampOffset;return a[0]=(e._frame.x+l+h)/o.width,a[1]=(e._frame.y+l+h)/o.height,a[2]=(e._frame.x+e._frame.width-l+h)/o.width,a[3]=(e._frame.y+e._frame.height-l+h)/o.height,this.uClampOffset[0]=h/o.realWidth,this.uClampOffset[1]=h/o.realHeight,this.isSimple=e._frame.width===o.width&&e._frame.height===o.height&&e.rotate===0,!0}}var fw=`varying vec2 vMaskCoord;
|
|
378
|
+
`;const Wc=class oa extends Mi{constructor(t,e,i){const s=tr.from(t||oa.defaultVertexSrc,e||oa.defaultFragmentSrc);super(s,i),this.padding=0,this.resolution=oa.defaultResolution,this.multisample=oa.defaultMultisample,this.enabled=!0,this.autoFit=!0,this.state=new Ai}apply(t,e,i,s,n){t.applyFilter(this,e,i,s)}get blendMode(){return this.state.blendMode}set blendMode(t){this.state.blendMode=t}get resolution(){return this._resolution}set resolution(t){this._resolution=t}static get defaultVertexSrc(){return hw}static get defaultFragmentSrc(){return aw}};Wc.defaultResolution=1,Wc.defaultMultisample=zt.NONE;let xe=Wc;class Ua{constructor(){this.clearBeforeRender=!0,this._backgroundColor=new Lt(0),this.alpha=1}init(t){this.clearBeforeRender=t.clearBeforeRender;const{backgroundColor:e,background:i,backgroundAlpha:s}=t,n=i??e;n!==void 0&&(this.color=n),this.alpha=s}get color(){return this._backgroundColor.value}set color(t){this._backgroundColor.setValue(t)}get alpha(){return this._backgroundColor.alpha}set alpha(t){this._backgroundColor.setAlpha(t)}get backgroundColor(){return this._backgroundColor}destroy(){}}Ua.defaultOptions={backgroundAlpha:1,backgroundColor:0,clearBeforeRender:!0},Ua.extension={type:[J.RendererSystem,J.CanvasRendererSystem],name:"background"},nt.add(Ua);class V0{constructor(t){this.renderer=t,this.emptyRenderer=new Ba(t),this.currentRenderer=this.emptyRenderer}setObjectRenderer(t){this.currentRenderer!==t&&(this.currentRenderer.stop(),this.currentRenderer=t,this.currentRenderer.start())}flush(){this.setObjectRenderer(this.emptyRenderer)}reset(){this.setObjectRenderer(this.emptyRenderer)}copyBoundTextures(t,e){const{boundTextures:i}=this.renderer.texture;for(let s=e-1;s>=0;--s)t[s]=i[s]||null,t[s]&&(t[s]._batchLocation=s)}boundArray(t,e,i,s){const{elements:n,ids:o,count:a}=t;let h=0;for(let l=0;l<a;l++){const c=n[l],u=c._batchLocation;if(u>=0&&u<s&&e[u]===c){o[l]=u;continue}for(;h<s;){const d=e[h];if(d&&d._batchEnabled===i&&d._batchLocation===h){h++;continue}o[l]=h,c._batchLocation=h,e[h]=c;break}}}destroy(){this.renderer=null}}V0.extension={type:J.RendererSystem,name:"batch"},nt.add(V0);let H0=0;class Xa{constructor(t){this.renderer=t,this.webGLVersion=1,this.extensions={},this.supports={uint32Indices:!1},this.handleContextLost=this.handleContextLost.bind(this),this.handleContextRestored=this.handleContextRestored.bind(this)}get isLost(){return!this.gl||this.gl.isContextLost()}contextChange(t){this.gl=t,this.renderer.gl=t,this.renderer.CONTEXT_UID=H0++}init(t){if(t.context)this.initFromContext(t.context);else{const e=this.renderer.background.alpha<1,i=t.premultipliedAlpha;this.preserveDrawingBuffer=t.preserveDrawingBuffer,this.useContextAlpha=t.useContextAlpha,this.powerPreference=t.powerPreference,this.initFromOptions({alpha:e,premultipliedAlpha:i,antialias:t.antialias,stencil:!0,preserveDrawingBuffer:t.preserveDrawingBuffer,powerPreference:t.powerPreference})}}initFromContext(t){this.gl=t,this.validateContext(t),this.renderer.gl=t,this.renderer.CONTEXT_UID=H0++,this.renderer.runners.contextChange.emit(t);const e=this.renderer.view;e.addEventListener!==void 0&&(e.addEventListener("webglcontextlost",this.handleContextLost,!1),e.addEventListener("webglcontextrestored",this.handleContextRestored,!1))}initFromOptions(t){const e=this.createContext(this.renderer.view,t);this.initFromContext(e)}createContext(t,e){let i;if(it.PREFER_ENV>=zr.WEBGL2&&(i=t.getContext("webgl2",e)),i)this.webGLVersion=2;else if(this.webGLVersion=1,i=t.getContext("webgl",e)||t.getContext("experimental-webgl",e),!i)throw new Error("This browser does not support WebGL. Try using the canvas renderer");return this.gl=i,this.getExtensions(),this.gl}getExtensions(){const{gl:t}=this,e={loseContext:t.getExtension("WEBGL_lose_context"),anisotropicFiltering:t.getExtension("EXT_texture_filter_anisotropic"),floatTextureLinear:t.getExtension("OES_texture_float_linear"),s3tc:t.getExtension("WEBGL_compressed_texture_s3tc"),s3tc_sRGB:t.getExtension("WEBGL_compressed_texture_s3tc_srgb"),etc:t.getExtension("WEBGL_compressed_texture_etc"),etc1:t.getExtension("WEBGL_compressed_texture_etc1"),pvrtc:t.getExtension("WEBGL_compressed_texture_pvrtc")||t.getExtension("WEBKIT_WEBGL_compressed_texture_pvrtc"),atc:t.getExtension("WEBGL_compressed_texture_atc"),astc:t.getExtension("WEBGL_compressed_texture_astc")};this.webGLVersion===1?Object.assign(this.extensions,e,{drawBuffers:t.getExtension("WEBGL_draw_buffers"),depthTexture:t.getExtension("WEBGL_depth_texture"),vertexArrayObject:t.getExtension("OES_vertex_array_object")||t.getExtension("MOZ_OES_vertex_array_object")||t.getExtension("WEBKIT_OES_vertex_array_object"),uint32ElementIndex:t.getExtension("OES_element_index_uint"),floatTexture:t.getExtension("OES_texture_float"),floatTextureLinear:t.getExtension("OES_texture_float_linear"),textureHalfFloat:t.getExtension("OES_texture_half_float"),textureHalfFloatLinear:t.getExtension("OES_texture_half_float_linear")}):this.webGLVersion===2&&Object.assign(this.extensions,e,{colorBufferFloat:t.getExtension("EXT_color_buffer_float")})}handleContextLost(t){t.preventDefault(),setTimeout(()=>{this.gl.isContextLost()&&this.extensions.loseContext&&this.extensions.loseContext.restoreContext()},0)}handleContextRestored(){this.renderer.runners.contextChange.emit(this.gl)}destroy(){const t=this.renderer.view;this.renderer=null,t.removeEventListener!==void 0&&(t.removeEventListener("webglcontextlost",this.handleContextLost),t.removeEventListener("webglcontextrestored",this.handleContextRestored)),this.gl.useProgram(null),this.extensions.loseContext&&this.extensions.loseContext.loseContext()}postrender(){this.renderer.objectRenderer.renderingToScreen&&this.gl.flush()}validateContext(t){const e=t.getContextAttributes(),i="WebGL2RenderingContext"in globalThis&&t instanceof globalThis.WebGL2RenderingContext;i&&(this.webGLVersion=2),e&&!e.stencil&&console.warn("Provided WebGL context does not have a stencil buffer, masks may not render correctly");const s=i||!!t.getExtension("OES_element_index_uint");this.supports.uint32Indices=s,s||console.warn("Provided WebGL context does not support 32 index buffer, complex graphics may not render correctly")}}Xa.defaultOptions={context:null,antialias:!1,premultipliedAlpha:!0,preserveDrawingBuffer:!1,powerPreference:"default"},Xa.extension={type:J.RendererSystem,name:"context"},nt.add(Xa);class Zc{constructor(t,e){if(this.width=Math.round(t),this.height=Math.round(e),!this.width||!this.height)throw new Error("Framebuffer width or height is zero");this.stencil=!1,this.depth=!1,this.dirtyId=0,this.dirtyFormat=0,this.dirtySize=0,this.depthTexture=null,this.colorTextures=[],this.glFramebuffers={},this.disposeRunner=new ri("disposeFramebuffer"),this.multisample=zt.NONE}get colorTexture(){return this.colorTextures[0]}addColorTexture(t=0,e){return this.colorTextures[t]=e||new bt(null,{scaleMode:Ki.NEAREST,resolution:1,mipmap:vi.OFF,width:this.width,height:this.height}),this.dirtyId++,this.dirtyFormat++,this}addDepthTexture(t){return this.depthTexture=t||new bt(null,{scaleMode:Ki.NEAREST,resolution:1,width:this.width,height:this.height,mipmap:vi.OFF,format:V.DEPTH_COMPONENT,type:ht.UNSIGNED_SHORT}),this.dirtyId++,this.dirtyFormat++,this}enableDepth(){return this.depth=!0,this.dirtyId++,this.dirtyFormat++,this}enableStencil(){return this.stencil=!0,this.dirtyId++,this.dirtyFormat++,this}resize(t,e){if(t=Math.round(t),e=Math.round(e),!t||!e)throw new Error("Framebuffer width and height must not be zero");if(!(t===this.width&&e===this.height)){this.width=t,this.height=e,this.dirtyId++,this.dirtySize++;for(let i=0;i<this.colorTextures.length;i++){const s=this.colorTextures[i],n=s.resolution;s.setSize(t/n,e/n)}if(this.depthTexture){const i=this.depthTexture.resolution;this.depthTexture.setSize(t/i,e/i)}}}dispose(){this.disposeRunner.emit(this,!1)}destroyDepthTexture(){this.depthTexture&&(this.depthTexture.destroy(),this.depthTexture=null,++this.dirtyId,++this.dirtyFormat)}}class K0 extends bt{constructor(t={}){if(typeof t=="number"){const e=arguments[0],i=arguments[1],s=arguments[2],n=arguments[3];t={width:e,height:i,scaleMode:s,resolution:n}}t.width=t.width??100,t.height=t.height??100,t.multisample??(t.multisample=zt.NONE),super(null,t),this.mipmap=vi.OFF,this.valid=!0,this._clear=new Lt([0,0,0,0]),this.framebuffer=new Zc(this.realWidth,this.realHeight).addColorTexture(0,this),this.framebuffer.multisample=t.multisample,this.maskStack=[],this.filterStack=[{}]}set clearColor(t){this._clear.setValue(t)}get clearColor(){return this._clear.value}get clear(){return this._clear}get multisample(){return this.framebuffer.multisample}set multisample(t){this.framebuffer.multisample=t}resize(t,e){this.framebuffer.resize(t*this.resolution,e*this.resolution),this.setRealSize(this.framebuffer.width,this.framebuffer.height)}dispose(){this.framebuffer.dispose(),super.dispose()}destroy(){super.destroy(),this.framebuffer.destroyDepthTexture(),this.framebuffer=null}}class Tr extends so{constructor(t){const e=t,i=e.naturalWidth||e.videoWidth||e.width,s=e.naturalHeight||e.videoHeight||e.height;super(i,s),this.source=t,this.noSubImage=!1}static crossOrigin(t,e,i){i===void 0&&!e.startsWith("data:")?t.crossOrigin=Lv(e):i!==!1&&(t.crossOrigin=typeof i=="string"?i:"anonymous")}upload(t,e,i,s){const n=t.gl,o=e.realWidth,a=e.realHeight;if(s=s||this.source,typeof HTMLImageElement<"u"&&s instanceof HTMLImageElement){if(!s.complete||s.naturalWidth===0)return!1}else if(typeof HTMLVideoElement<"u"&&s instanceof HTMLVideoElement&&s.readyState<=1)return!1;return n.pixelStorei(n.UNPACK_PREMULTIPLY_ALPHA_WEBGL,e.alphaMode===we.UNPACK),!this.noSubImage&&e.target===n.TEXTURE_2D&&i.width===o&&i.height===a?n.texSubImage2D(n.TEXTURE_2D,0,0,0,e.format,i.type,s):(i.width=o,i.height=a,n.texImage2D(e.target,0,i.internalFormat,e.format,i.type,s)),!0}update(){if(this.destroyed)return;const t=this.source,e=t.naturalWidth||t.videoWidth||t.width,i=t.naturalHeight||t.videoHeight||t.height;this.resize(e,i),super.update()}dispose(){this.source=null}}class Y0 extends Tr{constructor(t,e){if(e=e||{},typeof t=="string"){const i=new Image;Tr.crossOrigin(i,t,e.crossorigin),i.src=t,t=i}super(t),!t.complete&&this._width&&this._height&&(this._width=0,this._height=0),this.url=t.src,this._process=null,this.preserveBitmap=!1,this.createBitmap=(e.createBitmap??it.CREATE_IMAGE_BITMAP)&&!!globalThis.createImageBitmap,this.alphaMode=typeof e.alphaMode=="number"?e.alphaMode:null,this.bitmap=null,this._load=null,e.autoLoad!==!1&&this.load()}load(t){return this._load?this._load:(t!==void 0&&(this.createBitmap=t),this._load=new Promise((e,i)=>{const s=this.source;this.url=s.src;const n=()=>{this.destroyed||(s.onload=null,s.onerror=null,this.update(),this._load=null,this.createBitmap?e(this.process()):e(this))};s.complete&&s.src?n():(s.onload=n,s.onerror=o=>{i(o),this.onError.emit(o)})}),this._load)}process(){const t=this.source;if(this._process!==null)return this._process;if(this.bitmap!==null||!globalThis.createImageBitmap)return Promise.resolve(this);const e=globalThis.createImageBitmap,i=!t.crossOrigin||t.crossOrigin==="anonymous";return this._process=fetch(t.src,{mode:i?"cors":"no-cors"}).then(s=>s.blob()).then(s=>e(s,0,0,t.width,t.height,{premultiplyAlpha:this.alphaMode===null||this.alphaMode===we.UNPACK?"premultiply":"none"})).then(s=>this.destroyed?Promise.reject():(this.bitmap=s,this.update(),this._process=null,Promise.resolve(this))),this._process}upload(t,e,i){if(typeof this.alphaMode=="number"&&(e.alphaMode=this.alphaMode),!this.createBitmap)return super.upload(t,e,i);if(!this.bitmap&&(this.process(),!this.bitmap))return!1;if(super.upload(t,e,i,this.bitmap),!this.preserveBitmap){let s=!0;const n=e._glTextures;for(const o in n){const a=n[o];if(a!==i&&a.dirtyId!==e.dirtyId){s=!1;break}}s&&(this.bitmap.close&&this.bitmap.close(),this.bitmap=null)}return!0}dispose(){this.source.onload=null,this.source.onerror=null,super.dispose(),this.bitmap&&(this.bitmap.close(),this.bitmap=null),this._process=null,this._load=null}static test(t){return typeof HTMLImageElement<"u"&&(typeof t=="string"||t instanceof HTMLImageElement)}}class Vc{constructor(){this.x0=0,this.y0=0,this.x1=1,this.y1=0,this.x2=1,this.y2=1,this.x3=0,this.y3=1,this.uvsFloat32=new Float32Array(8)}set(t,e,i){const s=e.width,n=e.height;if(i){const o=t.width/2/s,a=t.height/2/n,h=t.x/s+o,l=t.y/n+a;i=Bt.add(i,Bt.NW),this.x0=h+o*Bt.uX(i),this.y0=l+a*Bt.uY(i),i=Bt.add(i,2),this.x1=h+o*Bt.uX(i),this.y1=l+a*Bt.uY(i),i=Bt.add(i,2),this.x2=h+o*Bt.uX(i),this.y2=l+a*Bt.uY(i),i=Bt.add(i,2),this.x3=h+o*Bt.uX(i),this.y3=l+a*Bt.uY(i)}else this.x0=t.x/s,this.y0=t.y/n,this.x1=(t.x+t.width)/s,this.y1=t.y/n,this.x2=(t.x+t.width)/s,this.y2=(t.y+t.height)/n,this.x3=t.x/s,this.y3=(t.y+t.height)/n;this.uvsFloat32[0]=this.x0,this.uvsFloat32[1]=this.y0,this.uvsFloat32[2]=this.x1,this.uvsFloat32[3]=this.y1,this.uvsFloat32[4]=this.x2,this.uvsFloat32[5]=this.y2,this.uvsFloat32[6]=this.x3,this.uvsFloat32[7]=this.y3}}Vc.prototype.toString=function(){return`[@pixi/core:TextureUvs x0=${this.x0} y0=${this.y0} x1=${this.x1} y1=${this.y1} x2=${this.x2} y2=${this.y2} x3=${this.x3} y3=${this.y3}]`};const z0=new Vc;function Wa(r){r.destroy=function(){},r.on=function(){},r.once=function(){},r.emit=function(){}}class ot extends Yn{constructor(t,e,i,s,n,o,a){if(super(),this.noFrame=!1,e||(this.noFrame=!0,e=new pt(0,0,1,1)),t instanceof ot&&(t=t.baseTexture),this.baseTexture=t,this._frame=e,this.trim=s,this.valid=!1,this.destroyed=!1,this._uvs=z0,this.uvMatrix=null,this.orig=i||e,this._rotate=Number(n||0),n===!0)this._rotate=2;else if(this._rotate%2!==0)throw new Error("attempt to use diamond-shaped UVs. If you are sure, set rotation manually");this.defaultAnchor=o?new ct(o.x,o.y):new ct(0,0),this.defaultBorders=a,this._updateID=0,this.textureCacheIds=[],t.valid?this.noFrame?t.valid&&this.onBaseTextureUpdated(t):this.frame=e:t.once("loaded",this.onBaseTextureUpdated,this),this.noFrame&&t.on("update",this.onBaseTextureUpdated,this)}update(){this.baseTexture.resource&&this.baseTexture.resource.update()}onBaseTextureUpdated(t){if(this.noFrame){if(!this.baseTexture.valid)return;this._frame.width=t.width,this._frame.height=t.height,this.valid=!0,this.updateUvs()}else this.frame=this._frame;this.emit("update",this)}destroy(t){if(this.baseTexture){if(t){const{resource:e}=this.baseTexture;e!=null&&e.url&&Ii[e.url]&&ot.removeFromCache(e.url),this.baseTexture.destroy()}this.baseTexture.off("loaded",this.onBaseTextureUpdated,this),this.baseTexture.off("update",this.onBaseTextureUpdated,this),this.baseTexture=null}this._frame=null,this._uvs=null,this.trim=null,this.orig=null,this.valid=!1,ot.removeFromCache(this),this.textureCacheIds=null,this.destroyed=!0,this.emit("destroyed",this),this.removeAllListeners()}clone(){var s;const t=this._frame.clone(),e=this._frame===this.orig?t:this.orig.clone(),i=new ot(this.baseTexture,!this.noFrame&&t,e,(s=this.trim)==null?void 0:s.clone(),this.rotate,this.defaultAnchor,this.defaultBorders);return this.noFrame&&(i._frame=t),i}updateUvs(){this._uvs===z0&&(this._uvs=new Vc),this._uvs.set(this._frame,this.baseTexture,this.rotate),this._updateID++}static from(t,e={},i=it.STRICT_TEXTURE_CACHE){const s=typeof t=="string";let n=null;if(s)n=t;else if(t instanceof bt){if(!t.cacheId){const a=(e==null?void 0:e.pixiIdPrefix)||"pixiid";t.cacheId=`${a}-${qr()}`,bt.addToCache(t,t.cacheId)}n=t.cacheId}else{if(!t._pixiId){const a=(e==null?void 0:e.pixiIdPrefix)||"pixiid";t._pixiId=`${a}_${qr()}`}n=t._pixiId}let o=Ii[n];if(s&&i&&!o)throw new Error(`The cacheId "${n}" does not exist in TextureCache.`);return!o&&!(t instanceof bt)?(e.resolution||(e.resolution=Qi(t)),o=new ot(new bt(t,e)),o.baseTexture.cacheId=n,bt.addToCache(o.baseTexture,n),ot.addToCache(o,n)):!o&&t instanceof bt&&(o=new ot(t),ot.addToCache(o,n)),o}static fromURL(t,e){const i=Object.assign({autoLoad:!1},e==null?void 0:e.resourceOptions),s=ot.from(t,Object.assign({resourceOptions:i},e),!1),n=s.baseTexture.resource;return s.baseTexture.valid?Promise.resolve(s):n.load().then(()=>Promise.resolve(s))}static fromBuffer(t,e,i,s){return new ot(bt.fromBuffer(t,e,i,s))}static fromLoader(t,e,i,s){const n=new bt(t,Object.assign({scaleMode:bt.defaultOptions.scaleMode,resolution:Qi(e)},s)),{resource:o}=n;o instanceof Y0&&(o.url=e);const a=new ot(n);return i||(i=e),bt.addToCache(a.baseTexture,i),ot.addToCache(a,i),i!==e&&(bt.addToCache(a.baseTexture,e),ot.addToCache(a,e)),a.baseTexture.valid?Promise.resolve(a):new Promise(h=>{a.baseTexture.once("loaded",()=>h(a))})}static addToCache(t,e){e&&(t.textureCacheIds.includes(e)||t.textureCacheIds.push(e),Ii[e]&&Ii[e]!==t&&console.warn(`Texture added to the cache with an id [${e}] that already had an entry`),Ii[e]=t)}static removeFromCache(t){if(typeof t=="string"){const e=Ii[t];if(e){const i=e.textureCacheIds.indexOf(t);return i>-1&&e.textureCacheIds.splice(i,1),delete Ii[t],e}}else if(t!=null&&t.textureCacheIds){for(let e=0;e<t.textureCacheIds.length;++e)Ii[t.textureCacheIds[e]]===t&&delete Ii[t.textureCacheIds[e]];return t.textureCacheIds.length=0,t}return null}get resolution(){return this.baseTexture.resolution}get frame(){return this._frame}set frame(t){this._frame=t,this.noFrame=!1;const{x:e,y:i,width:s,height:n}=t,o=e+s>this.baseTexture.width,a=i+n>this.baseTexture.height;if(o||a){const h=o&&a?"and":"or",l=`X: ${e} + ${s} = ${e+s} > ${this.baseTexture.width}`,c=`Y: ${i} + ${n} = ${i+n} > ${this.baseTexture.height}`;throw new Error(`Texture Error: frame does not fit inside the base Texture dimensions: ${l} ${h} ${c}`)}this.valid=s&&n&&this.baseTexture.valid,!this.trim&&!this.rotate&&(this.orig=t),this.valid&&this.updateUvs()}get rotate(){return this._rotate}set rotate(t){this._rotate=t,this.valid&&this.updateUvs()}get width(){return this.orig.width}get height(){return this.orig.height}castToBaseTexture(){return this.baseTexture}static get EMPTY(){return ot._EMPTY||(ot._EMPTY=new ot(new bt),Wa(ot._EMPTY),Wa(ot._EMPTY.baseTexture)),ot._EMPTY}static get WHITE(){if(!ot._WHITE){const t=it.ADAPTER.createCanvas(16,16),e=t.getContext("2d");t.width=16,t.height=16,e.fillStyle="white",e.fillRect(0,0,16,16),ot._WHITE=new ot(bt.from(t)),Wa(ot._WHITE),Wa(ot._WHITE.baseTexture)}return ot._WHITE}}class os extends ot{constructor(t,e){super(t,e),this.valid=!0,this.filterFrame=null,this.filterPoolKey=null,this.updateUvs()}get framebuffer(){return this.baseTexture.framebuffer}get multisample(){return this.framebuffer.multisample}set multisample(t){this.framebuffer.multisample=t}resize(t,e,i=!0){const s=this.baseTexture.resolution,n=Math.round(t*s)/s,o=Math.round(e*s)/s;this.valid=n>0&&o>0,this._frame.width=this.orig.width=n,this._frame.height=this.orig.height=o,i&&this.baseTexture.resize(n,o),this.updateUvs()}setResolution(t){const{baseTexture:e}=this;e.resolution!==t&&(e.setResolution(t),this.resize(e.width,e.height,!1))}static create(t){return new os(new K0(t))}}class j0{constructor(t){this.texturePool={},this.textureOptions=t||{},this.enableFullScreen=!1,this._pixelsWidth=0,this._pixelsHeight=0}createTexture(t,e,i=zt.NONE){const s=new K0(Object.assign({width:t,height:e,resolution:1,multisample:i},this.textureOptions));return new os(s)}getOptimalTexture(t,e,i=1,s=zt.NONE){let n;t=Math.max(Math.ceil(t*i-1e-6),1),e=Math.max(Math.ceil(e*i-1e-6),1),!this.enableFullScreen||t!==this._pixelsWidth||e!==this._pixelsHeight?(t=Ia(t),e=Ia(e),n=((t&65535)<<16|e&65535)>>>0,s>1&&(n+=s*4294967296)):n=s>1?-s:-1,this.texturePool[n]||(this.texturePool[n]=[]);let o=this.texturePool[n].pop();return o||(o=this.createTexture(t,e,s)),o.filterPoolKey=n,o.setResolution(i),o}getFilterTexture(t,e,i){const s=this.getOptimalTexture(t.width,t.height,e||t.resolution,i||zt.NONE);return s.filterFrame=t.filterFrame,s}returnTexture(t){const e=t.filterPoolKey;t.filterFrame=null,this.texturePool[e].push(t)}returnFilterTexture(t){this.returnTexture(t)}clear(t){if(t=t!==!1,t)for(const e in this.texturePool){const i=this.texturePool[e];if(i)for(let s=0;s<i.length;s++)i[s].destroy(!0)}this.texturePool={}}setScreenSize(t){if(!(t.width===this._pixelsWidth&&t.height===this._pixelsHeight)){this.enableFullScreen=t.width>0&&t.height>0;for(const e in this.texturePool){if(!(Number(e)<0))continue;const i=this.texturePool[e];if(i)for(let s=0;s<i.length;s++)i[s].destroy(!0);this.texturePool[e]=[]}this._pixelsWidth=t.width,this._pixelsHeight=t.height}}}j0.SCREEN_KEY=-1;class lw extends wr{constructor(){super(),this.addAttribute("aVertexPosition",new Float32Array([0,0,1,0,1,1,0,1])).addIndex([0,1,3,2])}}class J0 extends wr{constructor(){super(),this.vertices=new Float32Array([-1,-1,1,-1,1,1,-1,1]),this.uvs=new Float32Array([0,0,1,0,1,1,0,1]),this.vertexBuffer=new Kt(this.vertices),this.uvBuffer=new Kt(this.uvs),this.addAttribute("aVertexPosition",this.vertexBuffer).addAttribute("aTextureCoord",this.uvBuffer).addIndex([0,1,2,0,2,3])}map(t,e){let i=0,s=0;return this.uvs[0]=i,this.uvs[1]=s,this.uvs[2]=i+e.width/t.width,this.uvs[3]=s,this.uvs[4]=i+e.width/t.width,this.uvs[5]=s+e.height/t.height,this.uvs[6]=i,this.uvs[7]=s+e.height/t.height,i=e.x,s=e.y,this.vertices[0]=i,this.vertices[1]=s,this.vertices[2]=i+e.width,this.vertices[3]=s,this.vertices[4]=i+e.width,this.vertices[5]=s+e.height,this.vertices[6]=i,this.vertices[7]=s+e.height,this.invalidate(),this}invalidate(){return this.vertexBuffer._updateID++,this.uvBuffer._updateID++,this}}class cw{constructor(){this.renderTexture=null,this.target=null,this.legacy=!1,this.resolution=1,this.multisample=zt.NONE,this.sourceFrame=new pt,this.destinationFrame=new pt,this.bindingSourceFrame=new pt,this.bindingDestinationFrame=new pt,this.filters=[],this.transform=null}clear(){this.target=null,this.filters=null,this.renderTexture=null}}const Za=[new ct,new ct,new ct,new ct],Hc=new Gt;class $0{constructor(t){this.renderer=t,this.defaultFilterStack=[{}],this.texturePool=new j0,this.statePool=[],this.quad=new lw,this.quadUv=new J0,this.tempRect=new pt,this.activeState={},this.globalUniforms=new si({outputFrame:new pt,inputSize:new Float32Array(4),inputPixel:new Float32Array(4),inputClamp:new Float32Array(4),resolution:1,filterArea:new Float32Array(4),filterClamp:new Float32Array(4)},!0),this.forceClear=!1,this.useMaxPadding=!1}init(){this.texturePool.setScreenSize(this.renderer.view)}push(t,e){const i=this.renderer,s=this.defaultFilterStack,n=this.statePool.pop()||new cw,o=i.renderTexture;let a,h;if(o.current){const g=o.current;a=g.resolution,h=g.multisample}else a=i.resolution,h=i.multisample;let l=e[0].resolution||a,c=e[0].multisample??h,u=e[0].padding,d=e[0].autoFit,f=e[0].legacy??!0;for(let g=1;g<e.length;g++){const b=e[g];l=Math.min(l,b.resolution||a),c=Math.min(c,b.multisample??h),u=this.useMaxPadding?Math.max(u,b.padding):u+b.padding,d=d&&b.autoFit,f=f||(b.legacy??!0)}s.length===1&&(this.defaultFilterStack[0].renderTexture=o.current),s.push(n),n.resolution=l,n.multisample=c,n.legacy=f,n.target=t,n.sourceFrame.copyFrom(t.filterArea||t.getBounds(!0)),n.sourceFrame.pad(u);const p=this.tempRect.copyFrom(o.sourceFrame);i.projection.transform&&this.transformAABB(Hc.copyFrom(i.projection.transform).invert(),p),d?(n.sourceFrame.fit(p),(n.sourceFrame.width<=0||n.sourceFrame.height<=0)&&(n.sourceFrame.width=0,n.sourceFrame.height=0)):n.sourceFrame.intersects(p)||(n.sourceFrame.width=0,n.sourceFrame.height=0),this.roundFrame(n.sourceFrame,o.current?o.current.resolution:i.resolution,o.sourceFrame,o.destinationFrame,i.projection.transform),n.renderTexture=this.getOptimalFilterTexture(n.sourceFrame.width,n.sourceFrame.height,l,c),n.filters=e,n.destinationFrame.width=n.renderTexture.width,n.destinationFrame.height=n.renderTexture.height;const m=this.tempRect;m.x=0,m.y=0,m.width=n.sourceFrame.width,m.height=n.sourceFrame.height,n.renderTexture.filterFrame=n.sourceFrame,n.bindingSourceFrame.copyFrom(o.sourceFrame),n.bindingDestinationFrame.copyFrom(o.destinationFrame),n.transform=i.projection.transform,i.projection.transform=null,o.bind(n.renderTexture,n.sourceFrame,m),i.framebuffer.clear(0,0,0,0)}pop(){const t=this.defaultFilterStack,e=t.pop(),i=e.filters;this.activeState=e;const s=this.globalUniforms.uniforms;s.outputFrame=e.sourceFrame,s.resolution=e.resolution;const n=s.inputSize,o=s.inputPixel,a=s.inputClamp;if(n[0]=e.destinationFrame.width,n[1]=e.destinationFrame.height,n[2]=1/n[0],n[3]=1/n[1],o[0]=Math.round(n[0]*e.resolution),o[1]=Math.round(n[1]*e.resolution),o[2]=1/o[0],o[3]=1/o[1],a[0]=.5*o[2],a[1]=.5*o[3],a[2]=e.sourceFrame.width*n[2]-.5*o[2],a[3]=e.sourceFrame.height*n[3]-.5*o[3],e.legacy){const l=s.filterArea;l[0]=e.destinationFrame.width,l[1]=e.destinationFrame.height,l[2]=e.sourceFrame.x,l[3]=e.sourceFrame.y,s.filterClamp=s.inputClamp}this.globalUniforms.update();const h=t[t.length-1];if(this.renderer.framebuffer.blit(),i.length===1)i[0].apply(this,e.renderTexture,h.renderTexture,wi.BLEND,e),this.returnFilterTexture(e.renderTexture);else{let l=e.renderTexture,c=this.getOptimalFilterTexture(l.width,l.height,e.resolution);c.filterFrame=l.filterFrame;let u=0;for(u=0;u<i.length-1;++u){u===1&&e.multisample>1&&(c=this.getOptimalFilterTexture(l.width,l.height,e.resolution),c.filterFrame=l.filterFrame),i[u].apply(this,l,c,wi.CLEAR,e);const d=l;l=c,c=d}i[u].apply(this,l,h.renderTexture,wi.BLEND,e),u>1&&e.multisample>1&&this.returnFilterTexture(e.renderTexture),this.returnFilterTexture(l),this.returnFilterTexture(c)}e.clear(),this.statePool.push(e)}bindAndClear(t,e=wi.CLEAR){const{renderTexture:i,state:s}=this.renderer;if(t===this.defaultFilterStack[this.defaultFilterStack.length-1].renderTexture?this.renderer.projection.transform=this.activeState.transform:this.renderer.projection.transform=null,t==null?void 0:t.filterFrame){const o=this.tempRect;o.x=0,o.y=0,o.width=t.filterFrame.width,o.height=t.filterFrame.height,i.bind(t,t.filterFrame,o)}else t!==this.defaultFilterStack[this.defaultFilterStack.length-1].renderTexture?i.bind(t):this.renderer.renderTexture.bind(t,this.activeState.bindingSourceFrame,this.activeState.bindingDestinationFrame);const n=s.stateId&1||this.forceClear;(e===wi.CLEAR||e===wi.BLIT&&n)&&this.renderer.framebuffer.clear(0,0,0,0)}applyFilter(t,e,i,s){const n=this.renderer;n.state.set(t.state),this.bindAndClear(i,s),t.uniforms.uSampler=e,t.uniforms.filterGlobals=this.globalUniforms,n.shader.bind(t),t.legacy=!!t.program.attributeData.aTextureCoord,t.legacy?(this.quadUv.map(e._frame,e.filterFrame),n.geometry.bind(this.quadUv),n.geometry.draw(xi.TRIANGLES)):(n.geometry.bind(this.quad),n.geometry.draw(xi.TRIANGLE_STRIP))}calculateSpriteMatrix(t,e){const{sourceFrame:i,destinationFrame:s}=this.activeState,{orig:n}=e._texture,o=t.set(s.width,0,0,s.height,i.x,i.y),a=e.worldTransform.copyTo(Gt.TEMP_MATRIX);return a.invert(),o.prepend(a),o.scale(1/n.width,1/n.height),o.translate(e.anchor.x,e.anchor.y),o}destroy(){this.renderer=null,this.texturePool.clear(!1)}getOptimalFilterTexture(t,e,i=1,s=zt.NONE){return this.texturePool.getOptimalTexture(t,e,i,s)}getFilterTexture(t,e,i){if(typeof t=="number"){const n=t;t=e,e=n}t=t||this.activeState.renderTexture;const s=this.texturePool.getOptimalTexture(t.width,t.height,e||t.resolution,i||zt.NONE);return s.filterFrame=t.filterFrame,s}returnFilterTexture(t){this.texturePool.returnTexture(t)}emptyPool(){this.texturePool.clear(!0)}resize(){this.texturePool.setScreenSize(this.renderer.view)}transformAABB(t,e){const i=Za[0],s=Za[1],n=Za[2],o=Za[3];i.set(e.left,e.top),s.set(e.left,e.bottom),n.set(e.right,e.top),o.set(e.right,e.bottom),t.apply(i,i),t.apply(s,s),t.apply(n,n),t.apply(o,o);const a=Math.min(i.x,s.x,n.x,o.x),h=Math.min(i.y,s.y,n.y,o.y),l=Math.max(i.x,s.x,n.x,o.x),c=Math.max(i.y,s.y,n.y,o.y);e.x=a,e.y=h,e.width=l-a,e.height=c-h}roundFrame(t,e,i,s,n){if(!(t.width<=0||t.height<=0||i.width<=0||i.height<=0)){if(n){const{a:o,b:a,c:h,d:l}=n;if((Math.abs(a)>1e-4||Math.abs(h)>1e-4)&&(Math.abs(o)>1e-4||Math.abs(l)>1e-4))return}n=n?Hc.copyFrom(n):Hc.identity(),n.translate(-i.x,-i.y).scale(s.width/i.width,s.height/i.height).translate(s.x,s.y),this.transformAABB(n,t),t.ceil(e),this.transformAABB(n.invert(),t)}}}$0.extension={type:J.RendererSystem,name:"filter"},nt.add($0);class uw{constructor(t){this.framebuffer=t,this.stencil=null,this.dirtyId=-1,this.dirtyFormat=-1,this.dirtySize=-1,this.multisample=zt.NONE,this.msaaBuffer=null,this.blitFramebuffer=null,this.mipLevel=0}}const dw=new pt;class Q0{constructor(t){this.renderer=t,this.managedFramebuffers=[],this.unknownFramebuffer=new Zc(10,10),this.msaaSamples=null}contextChange(){this.disposeAll(!0);const t=this.gl=this.renderer.gl;if(this.CONTEXT_UID=this.renderer.CONTEXT_UID,this.current=this.unknownFramebuffer,this.viewport=new pt,this.hasMRT=!0,this.writeDepthTexture=!0,this.renderer.context.webGLVersion===1){let e=this.renderer.context.extensions.drawBuffers,i=this.renderer.context.extensions.depthTexture;it.PREFER_ENV===zr.WEBGL_LEGACY&&(e=null,i=null),e?t.drawBuffers=s=>e.drawBuffersWEBGL(s):(this.hasMRT=!1,t.drawBuffers=()=>{}),i||(this.writeDepthTexture=!1)}else this.msaaSamples=t.getInternalformatParameter(t.RENDERBUFFER,t.RGBA8,t.SAMPLES)}bind(t,e,i=0){const{gl:s}=this;if(t){const n=t.glFramebuffers[this.CONTEXT_UID]||this.initFramebuffer(t);this.current!==t&&(this.current=t,s.bindFramebuffer(s.FRAMEBUFFER,n.framebuffer)),n.mipLevel!==i&&(t.dirtyId++,t.dirtyFormat++,n.mipLevel=i),n.dirtyId!==t.dirtyId&&(n.dirtyId=t.dirtyId,n.dirtyFormat!==t.dirtyFormat?(n.dirtyFormat=t.dirtyFormat,n.dirtySize=t.dirtySize,this.updateFramebuffer(t,i)):n.dirtySize!==t.dirtySize&&(n.dirtySize=t.dirtySize,this.resizeFramebuffer(t)));for(let o=0;o<t.colorTextures.length;o++){const a=t.colorTextures[o];this.renderer.texture.unbind(a.parentTextureArray||a)}if(t.depthTexture&&this.renderer.texture.unbind(t.depthTexture),e){const o=e.width>>i,a=e.height>>i,h=o/e.width;this.setViewport(e.x*h,e.y*h,o,a)}else{const o=t.width>>i,a=t.height>>i;this.setViewport(0,0,o,a)}}else this.current&&(this.current=null,s.bindFramebuffer(s.FRAMEBUFFER,null)),e?this.setViewport(e.x,e.y,e.width,e.height):this.setViewport(0,0,this.renderer.width,this.renderer.height)}setViewport(t,e,i,s){const n=this.viewport;t=Math.round(t),e=Math.round(e),i=Math.round(i),s=Math.round(s),(n.width!==i||n.height!==s||n.x!==t||n.y!==e)&&(n.x=t,n.y=e,n.width=i,n.height=s,this.gl.viewport(t,e,i,s))}get size(){return this.current?{x:0,y:0,width:this.current.width,height:this.current.height}:{x:0,y:0,width:this.renderer.width,height:this.renderer.height}}clear(t,e,i,s,n=Nl.COLOR|Nl.DEPTH){const{gl:o}=this;o.clearColor(t,e,i,s),o.clear(n)}initFramebuffer(t){const{gl:e}=this,i=new uw(e.createFramebuffer());return i.multisample=this.detectSamples(t.multisample),t.glFramebuffers[this.CONTEXT_UID]=i,this.managedFramebuffers.push(t),t.disposeRunner.add(this),i}resizeFramebuffer(t){const{gl:e}=this,i=t.glFramebuffers[this.CONTEXT_UID];if(i.stencil){e.bindRenderbuffer(e.RENDERBUFFER,i.stencil);let o;this.renderer.context.webGLVersion===1?o=e.DEPTH_STENCIL:t.depth&&t.stencil?o=e.DEPTH24_STENCIL8:t.depth?o=e.DEPTH_COMPONENT24:o=e.STENCIL_INDEX8,i.msaaBuffer?e.renderbufferStorageMultisample(e.RENDERBUFFER,i.multisample,o,t.width,t.height):e.renderbufferStorage(e.RENDERBUFFER,o,t.width,t.height)}const s=t.colorTextures;let n=s.length;e.drawBuffers||(n=Math.min(n,1));for(let o=0;o<n;o++){const a=s[o],h=a.parentTextureArray||a;this.renderer.texture.bind(h,0),o===0&&i.msaaBuffer&&(e.bindRenderbuffer(e.RENDERBUFFER,i.msaaBuffer),e.renderbufferStorageMultisample(e.RENDERBUFFER,i.multisample,h._glTextures[this.CONTEXT_UID].internalFormat,t.width,t.height))}t.depthTexture&&this.writeDepthTexture&&this.renderer.texture.bind(t.depthTexture,0)}updateFramebuffer(t,e){const{gl:i}=this,s=t.glFramebuffers[this.CONTEXT_UID],n=t.colorTextures;let o=n.length;i.drawBuffers||(o=Math.min(o,1)),s.multisample>1&&this.canMultisampleFramebuffer(t)?s.msaaBuffer=s.msaaBuffer||i.createRenderbuffer():s.msaaBuffer&&(i.deleteRenderbuffer(s.msaaBuffer),s.msaaBuffer=null,s.blitFramebuffer&&(s.blitFramebuffer.dispose(),s.blitFramebuffer=null));const a=[];for(let h=0;h<o;h++){const l=n[h],c=l.parentTextureArray||l;this.renderer.texture.bind(c,0),h===0&&s.msaaBuffer?(i.bindRenderbuffer(i.RENDERBUFFER,s.msaaBuffer),i.renderbufferStorageMultisample(i.RENDERBUFFER,s.multisample,c._glTextures[this.CONTEXT_UID].internalFormat,t.width,t.height),i.framebufferRenderbuffer(i.FRAMEBUFFER,i.COLOR_ATTACHMENT0,i.RENDERBUFFER,s.msaaBuffer)):(i.framebufferTexture2D(i.FRAMEBUFFER,i.COLOR_ATTACHMENT0+h,l.target,c._glTextures[this.CONTEXT_UID].texture,e),a.push(i.COLOR_ATTACHMENT0+h))}if(a.length>1&&i.drawBuffers(a),t.depthTexture&&this.writeDepthTexture){const h=t.depthTexture;this.renderer.texture.bind(h,0),i.framebufferTexture2D(i.FRAMEBUFFER,i.DEPTH_ATTACHMENT,i.TEXTURE_2D,h._glTextures[this.CONTEXT_UID].texture,e)}if((t.stencil||t.depth)&&!(t.depthTexture&&this.writeDepthTexture)){s.stencil=s.stencil||i.createRenderbuffer();let h,l;this.renderer.context.webGLVersion===1?(h=i.DEPTH_STENCIL_ATTACHMENT,l=i.DEPTH_STENCIL):t.depth&&t.stencil?(h=i.DEPTH_STENCIL_ATTACHMENT,l=i.DEPTH24_STENCIL8):t.depth?(h=i.DEPTH_ATTACHMENT,l=i.DEPTH_COMPONENT24):(h=i.STENCIL_ATTACHMENT,l=i.STENCIL_INDEX8),i.bindRenderbuffer(i.RENDERBUFFER,s.stencil),s.msaaBuffer?i.renderbufferStorageMultisample(i.RENDERBUFFER,s.multisample,l,t.width,t.height):i.renderbufferStorage(i.RENDERBUFFER,l,t.width,t.height),i.framebufferRenderbuffer(i.FRAMEBUFFER,h,i.RENDERBUFFER,s.stencil)}else s.stencil&&(i.deleteRenderbuffer(s.stencil),s.stencil=null)}canMultisampleFramebuffer(t){return this.renderer.context.webGLVersion!==1&&t.colorTextures.length<=1&&!t.depthTexture}detectSamples(t){const{msaaSamples:e}=this;let i=zt.NONE;if(t<=1||e===null)return i;for(let s=0;s<e.length;s++)if(e[s]<=t){i=e[s];break}return i===1&&(i=zt.NONE),i}blit(t,e,i){const{current:s,renderer:n,gl:o,CONTEXT_UID:a}=this;if(n.context.webGLVersion!==2||!s)return;const h=s.glFramebuffers[a];if(!h)return;if(!t){if(!h.msaaBuffer)return;const c=s.colorTextures[0];if(!c)return;h.blitFramebuffer||(h.blitFramebuffer=new Zc(s.width,s.height),h.blitFramebuffer.addColorTexture(0,c)),t=h.blitFramebuffer,t.colorTextures[0]!==c&&(t.colorTextures[0]=c,t.dirtyId++,t.dirtyFormat++),(t.width!==s.width||t.height!==s.height)&&(t.width=s.width,t.height=s.height,t.dirtyId++,t.dirtySize++)}e||(e=dw,e.width=s.width,e.height=s.height),i||(i=e);const l=e.width===i.width&&e.height===i.height;this.bind(t),o.bindFramebuffer(o.READ_FRAMEBUFFER,h.framebuffer),o.blitFramebuffer(e.left,e.top,e.right,e.bottom,i.left,i.top,i.right,i.bottom,o.COLOR_BUFFER_BIT,l?o.NEAREST:o.LINEAR),o.bindFramebuffer(o.READ_FRAMEBUFFER,t.glFramebuffers[this.CONTEXT_UID].framebuffer)}disposeFramebuffer(t,e){const i=t.glFramebuffers[this.CONTEXT_UID],s=this.gl;if(!i)return;delete t.glFramebuffers[this.CONTEXT_UID];const n=this.managedFramebuffers.indexOf(t);n>=0&&this.managedFramebuffers.splice(n,1),t.disposeRunner.remove(this),e||(s.deleteFramebuffer(i.framebuffer),i.msaaBuffer&&s.deleteRenderbuffer(i.msaaBuffer),i.stencil&&s.deleteRenderbuffer(i.stencil)),i.blitFramebuffer&&this.disposeFramebuffer(i.blitFramebuffer,e)}disposeAll(t){const e=this.managedFramebuffers;this.managedFramebuffers=[];for(let i=0;i<e.length;i++)this.disposeFramebuffer(e[i],t)}forceStencil(){const t=this.current;if(!t)return;const e=t.glFramebuffers[this.CONTEXT_UID];if(!e||e.stencil&&t.stencil)return;t.stencil=!0;const i=t.width,s=t.height,n=this.gl,o=e.stencil=n.createRenderbuffer();n.bindRenderbuffer(n.RENDERBUFFER,o);let a,h;this.renderer.context.webGLVersion===1?(a=n.DEPTH_STENCIL_ATTACHMENT,h=n.DEPTH_STENCIL):t.depth?(a=n.DEPTH_STENCIL_ATTACHMENT,h=n.DEPTH24_STENCIL8):(a=n.STENCIL_ATTACHMENT,h=n.STENCIL_INDEX8),e.msaaBuffer?n.renderbufferStorageMultisample(n.RENDERBUFFER,e.multisample,h,i,s):n.renderbufferStorage(n.RENDERBUFFER,h,i,s),n.framebufferRenderbuffer(n.FRAMEBUFFER,a,n.RENDERBUFFER,o)}reset(){this.current=this.unknownFramebuffer,this.viewport=new pt}destroy(){this.renderer=null}}Q0.extension={type:J.RendererSystem,name:"framebuffer"},nt.add(Q0);const Kc={5126:4,5123:2,5121:1};class q0{constructor(t){this.renderer=t,this._activeGeometry=null,this._activeVao=null,this.hasVao=!0,this.hasInstance=!0,this.canUseUInt32ElementIndex=!1,this.managedGeometries={}}contextChange(){this.disposeAll(!0);const t=this.gl=this.renderer.gl,e=this.renderer.context;if(this.CONTEXT_UID=this.renderer.CONTEXT_UID,e.webGLVersion!==2){let i=this.renderer.context.extensions.vertexArrayObject;it.PREFER_ENV===zr.WEBGL_LEGACY&&(i=null),i?(t.createVertexArray=()=>i.createVertexArrayOES(),t.bindVertexArray=s=>i.bindVertexArrayOES(s),t.deleteVertexArray=s=>i.deleteVertexArrayOES(s)):(this.hasVao=!1,t.createVertexArray=()=>null,t.bindVertexArray=()=>null,t.deleteVertexArray=()=>null)}if(e.webGLVersion!==2){const i=t.getExtension("ANGLE_instanced_arrays");i?(t.vertexAttribDivisor=(s,n)=>i.vertexAttribDivisorANGLE(s,n),t.drawElementsInstanced=(s,n,o,a,h)=>i.drawElementsInstancedANGLE(s,n,o,a,h),t.drawArraysInstanced=(s,n,o,a)=>i.drawArraysInstancedANGLE(s,n,o,a)):this.hasInstance=!1}this.canUseUInt32ElementIndex=e.webGLVersion===2||!!e.extensions.uint32ElementIndex}bind(t,e){e=e||this.renderer.shader.shader;const{gl:i}=this;let s=t.glVertexArrayObjects[this.CONTEXT_UID],n=!1;s||(this.managedGeometries[t.id]=t,t.disposeRunner.add(this),t.glVertexArrayObjects[this.CONTEXT_UID]=s={},n=!0);const o=s[e.program.id]||this.initGeometryVao(t,e,n);this._activeGeometry=t,this._activeVao!==o&&(this._activeVao=o,this.hasVao?i.bindVertexArray(o):this.activateVao(t,e.program)),this.updateBuffers()}reset(){this.unbind()}updateBuffers(){const t=this._activeGeometry,e=this.renderer.buffer;for(let i=0;i<t.buffers.length;i++){const s=t.buffers[i];e.update(s)}}checkCompatibility(t,e){const i=t.attributes,s=e.attributeData;for(const n in s)if(!i[n])throw new Error(`shader and geometry incompatible, geometry missing the "${n}" attribute`)}getSignature(t,e){const i=t.attributes,s=e.attributeData,n=["g",t.id];for(const o in i)s[o]&&n.push(o,s[o].location);return n.join("-")}initGeometryVao(t,e,i=!0){const s=this.gl,n=this.CONTEXT_UID,o=this.renderer.buffer,a=e.program;a.glPrograms[n]||this.renderer.shader.generateProgram(e),this.checkCompatibility(t,a);const h=this.getSignature(t,a),l=t.glVertexArrayObjects[this.CONTEXT_UID];let c=l[h];if(c)return l[a.id]=c,c;const u=t.buffers,d=t.attributes,f={},p={};for(const m in u)f[m]=0,p[m]=0;for(const m in d)!d[m].size&&a.attributeData[m]?d[m].size=a.attributeData[m].size:d[m].size||console.warn(`PIXI Geometry attribute '${m}' size cannot be determined (likely the bound shader does not have the attribute)`),f[d[m].buffer]+=d[m].size*Kc[d[m].type];for(const m in d){const g=d[m],b=g.size;g.stride===void 0&&(f[g.buffer]===b*Kc[g.type]?g.stride=0:g.stride=f[g.buffer]),g.start===void 0&&(g.start=p[g.buffer],p[g.buffer]+=b*Kc[g.type])}c=s.createVertexArray(),s.bindVertexArray(c);for(let m=0;m<u.length;m++){const g=u[m];o.bind(g),i&&g._glBuffers[n].refCount++}return this.activateVao(t,a),l[a.id]=c,l[h]=c,s.bindVertexArray(null),o.unbind(Ti.ARRAY_BUFFER),c}disposeGeometry(t,e){var a;if(!this.managedGeometries[t.id])return;delete this.managedGeometries[t.id];const i=t.glVertexArrayObjects[this.CONTEXT_UID],s=this.gl,n=t.buffers,o=(a=this.renderer)==null?void 0:a.buffer;if(t.disposeRunner.remove(this),!!i){if(o)for(let h=0;h<n.length;h++){const l=n[h]._glBuffers[this.CONTEXT_UID];l&&(l.refCount--,l.refCount===0&&!e&&o.dispose(n[h],e))}if(!e){for(const h in i)if(h[0]==="g"){const l=i[h];this._activeVao===l&&this.unbind(),s.deleteVertexArray(l)}}delete t.glVertexArrayObjects[this.CONTEXT_UID]}}disposeAll(t){const e=Object.keys(this.managedGeometries);for(let i=0;i<e.length;i++)this.disposeGeometry(this.managedGeometries[e[i]],t)}activateVao(t,e){const i=this.gl,s=this.CONTEXT_UID,n=this.renderer.buffer,o=t.buffers,a=t.attributes;t.indexBuffer&&n.bind(t.indexBuffer);let h=null;for(const l in a){const c=a[l],u=o[c.buffer],d=u._glBuffers[s];if(e.attributeData[l]){h!==d&&(n.bind(u),h=d);const f=e.attributeData[l].location;if(i.enableVertexAttribArray(f),i.vertexAttribPointer(f,c.size,c.type||i.FLOAT,c.normalized,c.stride,c.start),c.instance)if(this.hasInstance)i.vertexAttribDivisor(f,c.divisor);else throw new Error("geometry error, GPU Instancing is not supported on this device")}}}draw(t,e,i,s){const{gl:n}=this,o=this._activeGeometry;if(o.indexBuffer){const a=o.indexBuffer.data.BYTES_PER_ELEMENT,h=a===2?n.UNSIGNED_SHORT:n.UNSIGNED_INT;a===2||a===4&&this.canUseUInt32ElementIndex?o.instanced?n.drawElementsInstanced(t,e||o.indexBuffer.data.length,h,(i||0)*a,s||1):n.drawElements(t,e||o.indexBuffer.data.length,h,(i||0)*a):console.warn("unsupported index buffer type: uint32")}else o.instanced?n.drawArraysInstanced(t,i,e||o.getSize(),s||1):n.drawArrays(t,i,e||o.getSize());return this}unbind(){this.gl.bindVertexArray(null),this._activeVao=null,this._activeGeometry=null}destroy(){this.renderer=null}}q0.extension={type:J.RendererSystem,name:"geometry"},nt.add(q0);const tm=new Gt;class em{constructor(t,e){this._texture=t,this.mapCoord=new Gt,this.uClampFrame=new Float32Array(4),this.uClampOffset=new Float32Array(2),this._textureID=-1,this._updateID=0,this.clampOffset=0,this.clampMargin=typeof e>"u"?.5:e,this.isSimple=!1}get texture(){return this._texture}set texture(t){this._texture=t,this._textureID=-1}multiplyUvs(t,e){e===void 0&&(e=t);const i=this.mapCoord;for(let s=0;s<t.length;s+=2){const n=t[s],o=t[s+1];e[s]=n*i.a+o*i.c+i.tx,e[s+1]=n*i.b+o*i.d+i.ty}return e}update(t){const e=this._texture;if(!e||!e.valid||!t&&this._textureID===e._updateID)return!1;this._textureID=e._updateID,this._updateID++;const i=e._uvs;this.mapCoord.set(i.x1-i.x0,i.y1-i.y0,i.x3-i.x0,i.y3-i.y0,i.x0,i.y0);const s=e.orig,n=e.trim;n&&(tm.set(s.width/n.width,0,0,s.height/n.height,-n.x/n.width,-n.y/n.height),this.mapCoord.append(tm));const o=e.baseTexture,a=this.uClampFrame,h=this.clampMargin/o.resolution,l=this.clampOffset;return a[0]=(e._frame.x+h+l)/o.width,a[1]=(e._frame.y+h+l)/o.height,a[2]=(e._frame.x+e._frame.width-h+l)/o.width,a[3]=(e._frame.y+e._frame.height-h+l)/o.height,this.uClampOffset[0]=l/o.realWidth,this.uClampOffset[1]=l/o.realHeight,this.isSimple=e._frame.width===o.width&&e._frame.height===o.height&&e.rotate===0,!0}}var fw=`varying vec2 vMaskCoord;
|
|
379
379
|
varying vec2 vTextureCoord;
|
|
380
380
|
|
|
381
381
|
uniform sampler2D uSampler;
|
|
@@ -416,7 +416,7 @@ void main(void)
|
|
|
416
416
|
vTextureCoord = aTextureCoord;
|
|
417
417
|
vMaskCoord = ( otherMatrix * vec3( aTextureCoord, 1.0) ).xy;
|
|
418
418
|
}
|
|
419
|
-
`;class mw extends ve{constructor(t,e,r){let n=null;typeof t!="string"&&e===void 0&&r===void 0&&(n=t,t=void 0,e=void 0,r=void 0),super(t||pw,e||fw,r),this.maskSprite=n,this.maskMatrix=new Ft}get maskSprite(){return this._maskSprite}set maskSprite(t){this._maskSprite=t,this._maskSprite&&(this._maskSprite.renderable=!1)}apply(t,e,r,n){const s=this._maskSprite,o=s._texture;o.valid&&(o.uvMatrix||(o.uvMatrix=new N0(o,0)),o.uvMatrix.update(),this.uniforms.npmAlpha=o.baseTexture.alphaMode?0:1,this.uniforms.mask=o,this.uniforms.otherMatrix=t.calculateSpriteMatrix(this.maskMatrix,s).prepend(o.uvMatrix.mapCoord),this.uniforms.alpha=s.worldAlpha,this.uniforms.maskClamp=o.uvMatrix.uClampFrame,t.applyFilter(this,e,r,n))}}class gw{constructor(t=null){this.type=ie.NONE,this.autoDetect=!0,this.maskObject=t||null,this.pooled=!1,this.isMaskData=!0,this.resolution=null,this.multisample=ve.defaultMultisample,this.enabled=!0,this.colorMask=15,this._filters=null,this._stencilCounter=0,this._scissorCounter=0,this._scissorRect=null,this._scissorRectLocal=null,this._colorMask=15,this._target=null}get filter(){return this._filters?this._filters[0]:null}set filter(t){t?this._filters?this._filters[0]=t:this._filters=[t]:this._filters=null}reset(){this.pooled&&(this.maskObject=null,this.type=ie.NONE,this.autoDetect=!0),this._target=null,this._scissorRectLocal=null}copyCountersOrReset(t){t?(this._stencilCounter=t._stencilCounter,this._scissorCounter=t._scissorCounter,this._scissorRect=t._scissorRect):(this._stencilCounter=0,this._scissorCounter=0,this._scissorRect=null)}}class O0{constructor(t){this.renderer=t,this.enableScissor=!0,this.alphaMaskPool=[],this.maskDataPool=[],this.maskStack=[],this.alphaMaskIndex=0}setMaskStack(t){this.maskStack=t,this.renderer.scissor.setMaskStack(t),this.renderer.stencil.setMaskStack(t)}push(t,e){let r=e;if(!r.isMaskData){const s=this.maskDataPool.pop()||new gw;s.pooled=!0,s.maskObject=e,r=s}const n=this.maskStack.length!==0?this.maskStack[this.maskStack.length-1]:null;if(r.copyCountersOrReset(n),r._colorMask=n?n._colorMask:15,r.autoDetect&&this.detect(r),r._target=t,r.type!==ie.SPRITE&&this.maskStack.push(r),r.enabled)switch(r.type){case ie.SCISSOR:this.renderer.scissor.push(r);break;case ie.STENCIL:this.renderer.stencil.push(r);break;case ie.SPRITE:r.copyCountersOrReset(null),this.pushSpriteMask(r);break;case ie.COLOR:this.pushColorMask(r);break}r.type===ie.SPRITE&&this.maskStack.push(r)}pop(t){const e=this.maskStack.pop();if(!(!e||e._target!==t)){if(e.enabled)switch(e.type){case ie.SCISSOR:this.renderer.scissor.pop(e);break;case ie.STENCIL:this.renderer.stencil.pop(e.maskObject);break;case ie.SPRITE:this.popSpriteMask(e);break;case ie.COLOR:this.popColorMask(e);break}if(e.reset(),e.pooled&&this.maskDataPool.push(e),this.maskStack.length!==0){const r=this.maskStack[this.maskStack.length-1];r.type===ie.SPRITE&&r._filters&&(r._filters[0].maskSprite=r.maskObject)}}}detect(t){const e=t.maskObject;e?e.isSprite?t.type=ie.SPRITE:this.enableScissor&&this.renderer.scissor.testScissor(t)?t.type=ie.SCISSOR:t.type=ie.STENCIL:t.type=ie.COLOR}pushSpriteMask(t){const{maskObject:e}=t,r=t._target;let n=t._filters;n||(n=this.alphaMaskPool[this.alphaMaskIndex],n||(n=this.alphaMaskPool[this.alphaMaskIndex]=[new mw])),n[0].resolution=t.resolution,n[0].multisample=t.multisample,n[0].maskSprite=e;const s=r.filterArea;r.filterArea=e.getBounds(!0),this.renderer.filter.push(r,n),r.filterArea=s,t._filters||this.alphaMaskIndex++}popSpriteMask(t){this.renderer.filter.pop(),t._filters?t._filters[0].maskSprite=null:(this.alphaMaskIndex--,this.alphaMaskPool[this.alphaMaskIndex][0].maskSprite=null)}pushColorMask(t){const e=t._colorMask,r=t._colorMask=e&t.colorMask;r!==e&&this.renderer.gl.colorMask((r&1)!==0,(r&2)!==0,(r&4)!==0,(r&8)!==0)}popColorMask(t){const e=t._colorMask,r=this.maskStack.length>0?this.maskStack[this.maskStack.length-1]._colorMask:15;r!==e&&this.renderer.gl.colorMask((r&1)!==0,(r&2)!==0,(r&4)!==0,(r&8)!==0)}destroy(){this.renderer=null}}O0.extension={type:$.RendererSystem,name:"mask"},st.add(O0);class B0{constructor(t){this.renderer=t,this.maskStack=[],this.glConst=0}getStackLength(){return this.maskStack.length}setMaskStack(t){const{gl:e}=this.renderer,r=this.getStackLength();this.maskStack=t;const n=this.getStackLength();n!==r&&(n===0?e.disable(this.glConst):(e.enable(this.glConst),this._useCurrent()))}_useCurrent(){}destroy(){this.renderer=null,this.maskStack=null}}const U0=new Ft,X0=[],W0=class Sh extends B0{constructor(t){super(t),this.glConst=nt.ADAPTER.getWebGLRenderingContext().SCISSOR_TEST}getStackLength(){const t=this.maskStack[this.maskStack.length-1];return t?t._scissorCounter:0}calcScissorRect(t){if(t._scissorRectLocal)return;const e=t._scissorRect,{maskObject:r}=t,{renderer:n}=this,s=n.renderTexture,o=r.getBounds(!0,X0.pop()??new pt);this.roundFrameToPixels(o,s.current?s.current.resolution:n.resolution,s.sourceFrame,s.destinationFrame,n.projection.transform),e&&o.fit(e),t._scissorRectLocal=o}static isMatrixRotated(t){if(!t)return!1;const{a:e,b:r,c:n,d:s}=t;return(Math.abs(r)>1e-4||Math.abs(n)>1e-4)&&(Math.abs(e)>1e-4||Math.abs(s)>1e-4)}testScissor(t){const{maskObject:e}=t;if(!e.isFastRect||!e.isFastRect()||Sh.isMatrixRotated(e.worldTransform)||Sh.isMatrixRotated(this.renderer.projection.transform))return!1;this.calcScissorRect(t);const r=t._scissorRectLocal;return r.width>0&&r.height>0}roundFrameToPixels(t,e,r,n,s){Sh.isMatrixRotated(s)||(s=s?U0.copyFrom(s):U0.identity(),s.translate(-r.x,-r.y).scale(n.width/r.width,n.height/r.height).translate(n.x,n.y),this.renderer.filter.transformAABB(s,t),t.fit(n),t.x=Math.round(t.x*e),t.y=Math.round(t.y*e),t.width=Math.round(t.width*e),t.height=Math.round(t.height*e))}push(t){t._scissorRectLocal||this.calcScissorRect(t);const{gl:e}=this.renderer;t._scissorRect||e.enable(e.SCISSOR_TEST),t._scissorCounter++,t._scissorRect=t._scissorRectLocal,this._useCurrent()}pop(t){const{gl:e}=this.renderer;t&&X0.push(t._scissorRectLocal),this.getStackLength()>0?this._useCurrent():e.disable(e.SCISSOR_TEST)}_useCurrent(){const t=this.maskStack[this.maskStack.length-1]._scissorRect;let e;this.renderer.renderTexture.current?e=t.y:e=this.renderer.height-t.height-t.y,this.renderer.gl.scissor(t.x,e,t.width,t.height)}};W0.extension={type:$.RendererSystem,name:"scissor"};let yw=W0;st.add(yw);class Z0 extends B0{constructor(t){super(t),this.glConst=nt.ADAPTER.getWebGLRenderingContext().STENCIL_TEST}getStackLength(){const t=this.maskStack[this.maskStack.length-1];return t?t._stencilCounter:0}push(t){const e=t.maskObject,{gl:r}=this.renderer,n=t._stencilCounter;n===0&&(this.renderer.framebuffer.forceStencil(),r.clearStencil(0),r.clear(r.STENCIL_BUFFER_BIT),r.enable(r.STENCIL_TEST)),t._stencilCounter++;const s=t._colorMask;s!==0&&(t._colorMask=0,r.colorMask(!1,!1,!1,!1)),r.stencilFunc(r.EQUAL,n,4294967295),r.stencilOp(r.KEEP,r.KEEP,r.INCR),e.renderable=!0,e.render(this.renderer),this.renderer.batch.flush(),e.renderable=!1,s!==0&&(t._colorMask=s,r.colorMask((s&1)!==0,(s&2)!==0,(s&4)!==0,(s&8)!==0)),this._useCurrent()}pop(t){const e=this.renderer.gl;if(this.getStackLength()===0)e.disable(e.STENCIL_TEST);else{const r=this.maskStack.length!==0?this.maskStack[this.maskStack.length-1]:null,n=r?r._colorMask:15;n!==0&&(r._colorMask=0,e.colorMask(!1,!1,!1,!1)),e.stencilOp(e.KEEP,e.KEEP,e.DECR),t.renderable=!0,t.render(this.renderer),this.renderer.batch.flush(),t.renderable=!1,n!==0&&(r._colorMask=n,e.colorMask((n&1)!==0,(n&2)!==0,(n&4)!==0,(n&8)!==0)),this._useCurrent()}}_useCurrent(){const t=this.renderer.gl;t.stencilFunc(t.EQUAL,this.getStackLength(),4294967295),t.stencilOp(t.KEEP,t.KEEP,t.KEEP)}}Z0.extension={type:$.RendererSystem,name:"stencil"},st.add(Z0);class V0{constructor(t){this.renderer=t,this.plugins={},Object.defineProperties(this.plugins,{extract:{enumerable:!1,get(){return wt("7.0.0","renderer.plugins.extract has moved to renderer.extract"),t.extract}},prepare:{enumerable:!1,get(){return wt("7.0.0","renderer.plugins.prepare has moved to renderer.prepare"),t.prepare}},interaction:{enumerable:!1,get(){return wt("7.0.0","renderer.plugins.interaction has been deprecated, use renderer.events"),t.events}}})}init(){const t=this.rendererPlugins;for(const e in t)this.plugins[e]=new t[e](this.renderer)}destroy(){for(const t in this.plugins)this.plugins[t].destroy(),this.plugins[t]=null}}V0.extension={type:[$.RendererSystem,$.CanvasRendererSystem],name:"_plugin"},st.add(V0);class H0{constructor(t){this.renderer=t,this.destinationFrame=null,this.sourceFrame=null,this.defaultFrame=null,this.projectionMatrix=new Ft,this.transform=null}update(t,e,r,n){this.destinationFrame=t||this.destinationFrame||this.defaultFrame,this.sourceFrame=e||this.sourceFrame||t,this.calculateProjection(this.destinationFrame,this.sourceFrame,r,n),this.transform&&this.projectionMatrix.append(this.transform);const s=this.renderer;s.globalUniforms.uniforms.projectionMatrix=this.projectionMatrix,s.globalUniforms.update(),s.shader.shader&&s.shader.syncUniformGroup(s.shader.shader.uniforms.globals)}calculateProjection(t,e,r,n){const s=this.projectionMatrix,o=n?-1:1;s.identity(),s.a=1/e.width*2,s.d=o*(1/e.height*2),s.tx=-1-e.x*s.a,s.ty=-o-e.y*s.d}setTransform(t){}destroy(){this.renderer=null}}H0.extension={type:$.RendererSystem,name:"projection"},st.add(H0);const bw=new Lc,K0=new pt;class z0{constructor(t){this.renderer=t,this._tempMatrix=new Ft}generateTexture(t,e){const{region:r,...n}=e||{},s=(r==null?void 0:r.copyTo(K0))||t.getLocalBounds(K0,!0),o=n.resolution||this.renderer.resolution;s.width=Math.max(s.width,1/o),s.height=Math.max(s.height,1/o),n.width=s.width,n.height=s.height,n.resolution=o,n.multisample??(n.multisample=this.renderer.multisample);const a=fn.create(n);this._tempMatrix.tx=-s.x,this._tempMatrix.ty=-s.y;const l=t.transform;return t.transform=bw,this.renderer.render(t,{renderTexture:a,transform:this._tempMatrix,skipUpdateTransform:!!t.parent,blit:!0}),t.transform=l,a}destroy(){}}z0.extension={type:[$.RendererSystem,$.CanvasRendererSystem],name:"textureGenerator"},st.add(z0);const pn=new pt,uo=new pt;class Y0{constructor(t){this.renderer=t,this.defaultMaskStack=[],this.current=null,this.sourceFrame=new pt,this.destinationFrame=new pt,this.viewportFrame=new pt}contextChange(){var e;const t=(e=this.renderer)==null?void 0:e.gl.getContextAttributes();this._rendererPremultipliedAlpha=!!(t&&t.alpha&&t.premultipliedAlpha)}bind(t=null,e,r){const n=this.renderer;this.current=t;let s,o,a;t?(s=t.baseTexture,a=s.resolution,e||(pn.width=t.frame.width,pn.height=t.frame.height,e=pn),r||(uo.x=t.frame.x,uo.y=t.frame.y,uo.width=e.width,uo.height=e.height,r=uo),o=s.framebuffer):(a=n.resolution,e||(pn.width=n._view.screen.width,pn.height=n._view.screen.height,e=pn),r||(r=pn,r.width=e.width,r.height=e.height));const l=this.viewportFrame;l.x=r.x*a,l.y=r.y*a,l.width=r.width*a,l.height=r.height*a,t||(l.y=n.view.height-(l.y+l.height)),l.ceil(),this.renderer.framebuffer.bind(o,l),this.renderer.projection.update(r,e,a,!o),t?this.renderer.mask.setMaskStack(s.maskStack):this.renderer.mask.setMaskStack(this.defaultMaskStack),this.sourceFrame.copyFrom(e),this.destinationFrame.copyFrom(r)}clear(t,e){const r=this.current?this.current.baseTexture.clear:this.renderer.background.backgroundColor,n=kt.shared.setValue(t||r);(this.current&&this.current.baseTexture.alphaMode>0||!this.current&&this._rendererPremultipliedAlpha)&&n.premultiply(n.alpha);const s=this.destinationFrame,o=this.current?this.current.baseTexture:this.renderer._view.screen,a=s.width!==o.width||s.height!==o.height;if(a){let{x:l,y:h,width:c,height:u}=this.viewportFrame;l=Math.round(l),h=Math.round(h),c=Math.round(c),u=Math.round(u),this.renderer.gl.enable(this.renderer.gl.SCISSOR_TEST),this.renderer.gl.scissor(l,h,c,u)}this.renderer.framebuffer.clear(n.red,n.green,n.blue,n.alpha,e),a&&this.renderer.scissor.pop()}resize(){this.bind(null)}reset(){this.bind(null)}destroy(){this.renderer=null}}Y0.extension={type:$.RendererSystem,name:"renderTexture"},st.add(Y0);class xw{constructor(t,e){this.program=t,this.uniformData=e,this.uniformGroups={},this.uniformDirtyGroups={},this.uniformBufferBindings={}}destroy(){this.uniformData=null,this.uniformGroups=null,this.uniformDirtyGroups=null,this.uniformBufferBindings=null,this.program=null}}function _w(i,t){const e={},r=t.getProgramParameter(i,t.ACTIVE_ATTRIBUTES);for(let n=0;n<r;n++){const s=t.getActiveAttrib(i,n);if(s.name.startsWith("gl_"))continue;const o=S0(t,s.type),a={type:o,name:s.name,size:w0(o),location:t.getAttribLocation(i,s.name)};e[s.name]=a}return e}function vw(i,t){const e={},r=t.getProgramParameter(i,t.ACTIVE_UNIFORMS);for(let n=0;n<r;n++){const s=t.getActiveUniform(i,n),o=s.name.replace(/\[.*?\]$/,""),a=!!s.name.match(/\[.*?\]$/),l=S0(t,s.type);e[o]={name:o,index:n,type:l,size:s.size,isArray:a,value:x0(l,s.size)}}return e}function ww(i,t){var a;const e=b0(i,i.VERTEX_SHADER,t.vertexSrc),r=b0(i,i.FRAGMENT_SHADER,t.fragmentSrc),n=i.createProgram();i.attachShader(n,e),i.attachShader(n,r);const s=(a=t.extra)==null?void 0:a.transformFeedbackVaryings;if(s&&(typeof i.transformFeedbackVaryings!="function"?console.warn("TransformFeedback is not supported but TransformFeedbackVaryings are given."):i.transformFeedbackVaryings(n,s.names,s.bufferMode==="separate"?i.SEPARATE_ATTRIBS:i.INTERLEAVED_ATTRIBS)),i.linkProgram(n),i.getProgramParameter(n,i.LINK_STATUS)||$v(i,n,e,r),t.attributeData=_w(n,i),t.uniformData=vw(n,i),!/^[ \t]*#[ \t]*version[ \t]+300[ \t]+es[ \t]*$/m.test(t.vertexSrc)){const l=Object.keys(t.attributeData);l.sort((h,c)=>h>c?1:-1);for(let h=0;h<l.length;h++)t.attributeData[l[h]].location=h,i.bindAttribLocation(n,h,l[h]);i.linkProgram(n)}i.deleteShader(e),i.deleteShader(r);const o={};for(const l in t.uniformData){const h=t.uniformData[l];o[l]={location:i.getUniformLocation(n,l),value:x0(h.type,h.size)}}return new xw(n,o)}function Tw(i,t,e,r,n){e.buffer.update(n)}const Sw={float:`
|
|
419
|
+
`;class mw extends xe{constructor(t,e,i){let s=null;typeof t!="string"&&e===void 0&&i===void 0&&(s=t,t=void 0,e=void 0,i=void 0),super(t||pw,e||fw,i),this.maskSprite=s,this.maskMatrix=new Gt}get maskSprite(){return this._maskSprite}set maskSprite(t){this._maskSprite=t,this._maskSprite&&(this._maskSprite.renderable=!1)}apply(t,e,i,s){const n=this._maskSprite,o=n._texture;o.valid&&(o.uvMatrix||(o.uvMatrix=new em(o,0)),o.uvMatrix.update(),this.uniforms.npmAlpha=o.baseTexture.alphaMode?0:1,this.uniforms.mask=o,this.uniforms.otherMatrix=t.calculateSpriteMatrix(this.maskMatrix,n).prepend(o.uvMatrix.mapCoord),this.uniforms.alpha=n.worldAlpha,this.uniforms.maskClamp=o.uvMatrix.uClampFrame,t.applyFilter(this,e,i,s))}}class gw{constructor(t=null){this.type=te.NONE,this.autoDetect=!0,this.maskObject=t||null,this.pooled=!1,this.isMaskData=!0,this.resolution=null,this.multisample=xe.defaultMultisample,this.enabled=!0,this.colorMask=15,this._filters=null,this._stencilCounter=0,this._scissorCounter=0,this._scissorRect=null,this._scissorRectLocal=null,this._colorMask=15,this._target=null}get filter(){return this._filters?this._filters[0]:null}set filter(t){t?this._filters?this._filters[0]=t:this._filters=[t]:this._filters=null}reset(){this.pooled&&(this.maskObject=null,this.type=te.NONE,this.autoDetect=!0),this._target=null,this._scissorRectLocal=null}copyCountersOrReset(t){t?(this._stencilCounter=t._stencilCounter,this._scissorCounter=t._scissorCounter,this._scissorRect=t._scissorRect):(this._stencilCounter=0,this._scissorCounter=0,this._scissorRect=null)}}class im{constructor(t){this.renderer=t,this.enableScissor=!0,this.alphaMaskPool=[],this.maskDataPool=[],this.maskStack=[],this.alphaMaskIndex=0}setMaskStack(t){this.maskStack=t,this.renderer.scissor.setMaskStack(t),this.renderer.stencil.setMaskStack(t)}push(t,e){let i=e;if(!i.isMaskData){const n=this.maskDataPool.pop()||new gw;n.pooled=!0,n.maskObject=e,i=n}const s=this.maskStack.length!==0?this.maskStack[this.maskStack.length-1]:null;if(i.copyCountersOrReset(s),i._colorMask=s?s._colorMask:15,i.autoDetect&&this.detect(i),i._target=t,i.type!==te.SPRITE&&this.maskStack.push(i),i.enabled)switch(i.type){case te.SCISSOR:this.renderer.scissor.push(i);break;case te.STENCIL:this.renderer.stencil.push(i);break;case te.SPRITE:i.copyCountersOrReset(null),this.pushSpriteMask(i);break;case te.COLOR:this.pushColorMask(i);break}i.type===te.SPRITE&&this.maskStack.push(i)}pop(t){const e=this.maskStack.pop();if(!(!e||e._target!==t)){if(e.enabled)switch(e.type){case te.SCISSOR:this.renderer.scissor.pop(e);break;case te.STENCIL:this.renderer.stencil.pop(e.maskObject);break;case te.SPRITE:this.popSpriteMask(e);break;case te.COLOR:this.popColorMask(e);break}if(e.reset(),e.pooled&&this.maskDataPool.push(e),this.maskStack.length!==0){const i=this.maskStack[this.maskStack.length-1];i.type===te.SPRITE&&i._filters&&(i._filters[0].maskSprite=i.maskObject)}}}detect(t){const e=t.maskObject;e?e.isSprite?t.type=te.SPRITE:this.enableScissor&&this.renderer.scissor.testScissor(t)?t.type=te.SCISSOR:t.type=te.STENCIL:t.type=te.COLOR}pushSpriteMask(t){const{maskObject:e}=t,i=t._target;let s=t._filters;s||(s=this.alphaMaskPool[this.alphaMaskIndex],s||(s=this.alphaMaskPool[this.alphaMaskIndex]=[new mw])),s[0].resolution=t.resolution,s[0].multisample=t.multisample,s[0].maskSprite=e;const n=i.filterArea;i.filterArea=e.getBounds(!0),this.renderer.filter.push(i,s),i.filterArea=n,t._filters||this.alphaMaskIndex++}popSpriteMask(t){this.renderer.filter.pop(),t._filters?t._filters[0].maskSprite=null:(this.alphaMaskIndex--,this.alphaMaskPool[this.alphaMaskIndex][0].maskSprite=null)}pushColorMask(t){const e=t._colorMask,i=t._colorMask=e&t.colorMask;i!==e&&this.renderer.gl.colorMask((i&1)!==0,(i&2)!==0,(i&4)!==0,(i&8)!==0)}popColorMask(t){const e=t._colorMask,i=this.maskStack.length>0?this.maskStack[this.maskStack.length-1]._colorMask:15;i!==e&&this.renderer.gl.colorMask((i&1)!==0,(i&2)!==0,(i&4)!==0,(i&8)!==0)}destroy(){this.renderer=null}}im.extension={type:J.RendererSystem,name:"mask"},nt.add(im);class rm{constructor(t){this.renderer=t,this.maskStack=[],this.glConst=0}getStackLength(){return this.maskStack.length}setMaskStack(t){const{gl:e}=this.renderer,i=this.getStackLength();this.maskStack=t;const s=this.getStackLength();s!==i&&(s===0?e.disable(this.glConst):(e.enable(this.glConst),this._useCurrent()))}_useCurrent(){}destroy(){this.renderer=null,this.maskStack=null}}const sm=new Gt,nm=[],om=class xl extends rm{constructor(t){super(t),this.glConst=it.ADAPTER.getWebGLRenderingContext().SCISSOR_TEST}getStackLength(){const t=this.maskStack[this.maskStack.length-1];return t?t._scissorCounter:0}calcScissorRect(t){if(t._scissorRectLocal)return;const e=t._scissorRect,{maskObject:i}=t,{renderer:s}=this,n=s.renderTexture,o=i.getBounds(!0,nm.pop()??new pt);this.roundFrameToPixels(o,n.current?n.current.resolution:s.resolution,n.sourceFrame,n.destinationFrame,s.projection.transform),e&&o.fit(e),t._scissorRectLocal=o}static isMatrixRotated(t){if(!t)return!1;const{a:e,b:i,c:s,d:n}=t;return(Math.abs(i)>1e-4||Math.abs(s)>1e-4)&&(Math.abs(e)>1e-4||Math.abs(n)>1e-4)}testScissor(t){const{maskObject:e}=t;if(!e.isFastRect||!e.isFastRect()||xl.isMatrixRotated(e.worldTransform)||xl.isMatrixRotated(this.renderer.projection.transform))return!1;this.calcScissorRect(t);const i=t._scissorRectLocal;return i.width>0&&i.height>0}roundFrameToPixels(t,e,i,s,n){xl.isMatrixRotated(n)||(n=n?sm.copyFrom(n):sm.identity(),n.translate(-i.x,-i.y).scale(s.width/i.width,s.height/i.height).translate(s.x,s.y),this.renderer.filter.transformAABB(n,t),t.fit(s),t.x=Math.round(t.x*e),t.y=Math.round(t.y*e),t.width=Math.round(t.width*e),t.height=Math.round(t.height*e))}push(t){t._scissorRectLocal||this.calcScissorRect(t);const{gl:e}=this.renderer;t._scissorRect||e.enable(e.SCISSOR_TEST),t._scissorCounter++,t._scissorRect=t._scissorRectLocal,this._useCurrent()}pop(t){const{gl:e}=this.renderer;t&&nm.push(t._scissorRectLocal),this.getStackLength()>0?this._useCurrent():e.disable(e.SCISSOR_TEST)}_useCurrent(){const t=this.maskStack[this.maskStack.length-1]._scissorRect;let e;this.renderer.renderTexture.current?e=t.y:e=this.renderer.height-t.height-t.y,this.renderer.gl.scissor(t.x,e,t.width,t.height)}};om.extension={type:J.RendererSystem,name:"scissor"};let yw=om;nt.add(yw);class am extends rm{constructor(t){super(t),this.glConst=it.ADAPTER.getWebGLRenderingContext().STENCIL_TEST}getStackLength(){const t=this.maskStack[this.maskStack.length-1];return t?t._stencilCounter:0}push(t){const e=t.maskObject,{gl:i}=this.renderer,s=t._stencilCounter;s===0&&(this.renderer.framebuffer.forceStencil(),i.clearStencil(0),i.clear(i.STENCIL_BUFFER_BIT),i.enable(i.STENCIL_TEST)),t._stencilCounter++;const n=t._colorMask;n!==0&&(t._colorMask=0,i.colorMask(!1,!1,!1,!1)),i.stencilFunc(i.EQUAL,s,4294967295),i.stencilOp(i.KEEP,i.KEEP,i.INCR),e.renderable=!0,e.render(this.renderer),this.renderer.batch.flush(),e.renderable=!1,n!==0&&(t._colorMask=n,i.colorMask((n&1)!==0,(n&2)!==0,(n&4)!==0,(n&8)!==0)),this._useCurrent()}pop(t){const e=this.renderer.gl;if(this.getStackLength()===0)e.disable(e.STENCIL_TEST);else{const i=this.maskStack.length!==0?this.maskStack[this.maskStack.length-1]:null,s=i?i._colorMask:15;s!==0&&(i._colorMask=0,e.colorMask(!1,!1,!1,!1)),e.stencilOp(e.KEEP,e.KEEP,e.DECR),t.renderable=!0,t.render(this.renderer),this.renderer.batch.flush(),t.renderable=!1,s!==0&&(i._colorMask=s,e.colorMask((s&1)!==0,(s&2)!==0,(s&4)!==0,(s&8)!==0)),this._useCurrent()}}_useCurrent(){const t=this.renderer.gl;t.stencilFunc(t.EQUAL,this.getStackLength(),4294967295),t.stencilOp(t.KEEP,t.KEEP,t.KEEP)}}am.extension={type:J.RendererSystem,name:"stencil"},nt.add(am);class hm{constructor(t){this.renderer=t,this.plugins={},Object.defineProperties(this.plugins,{extract:{enumerable:!1,get(){return vt("7.0.0","renderer.plugins.extract has moved to renderer.extract"),t.extract}},prepare:{enumerable:!1,get(){return vt("7.0.0","renderer.plugins.prepare has moved to renderer.prepare"),t.prepare}},interaction:{enumerable:!1,get(){return vt("7.0.0","renderer.plugins.interaction has been deprecated, use renderer.events"),t.events}}})}init(){const t=this.rendererPlugins;for(const e in t)this.plugins[e]=new t[e](this.renderer)}destroy(){for(const t in this.plugins)this.plugins[t].destroy(),this.plugins[t]=null}}hm.extension={type:[J.RendererSystem,J.CanvasRendererSystem],name:"_plugin"},nt.add(hm);class lm{constructor(t){this.renderer=t,this.destinationFrame=null,this.sourceFrame=null,this.defaultFrame=null,this.projectionMatrix=new Gt,this.transform=null}update(t,e,i,s){this.destinationFrame=t||this.destinationFrame||this.defaultFrame,this.sourceFrame=e||this.sourceFrame||t,this.calculateProjection(this.destinationFrame,this.sourceFrame,i,s),this.transform&&this.projectionMatrix.append(this.transform);const n=this.renderer;n.globalUniforms.uniforms.projectionMatrix=this.projectionMatrix,n.globalUniforms.update(),n.shader.shader&&n.shader.syncUniformGroup(n.shader.shader.uniforms.globals)}calculateProjection(t,e,i,s){const n=this.projectionMatrix,o=s?-1:1;n.identity(),n.a=1/e.width*2,n.d=o*(1/e.height*2),n.tx=-1-e.x*n.a,n.ty=-o-e.y*n.d}setTransform(t){}destroy(){this.renderer=null}}lm.extension={type:J.RendererSystem,name:"projection"},nt.add(lm);const bw=new Oc,cm=new pt;class um{constructor(t){this.renderer=t,this._tempMatrix=new Gt}generateTexture(t,e){const{region:i,...s}=e||{},n=(i==null?void 0:i.copyTo(cm))||t.getLocalBounds(cm,!0),o=s.resolution||this.renderer.resolution;n.width=Math.max(n.width,1/o),n.height=Math.max(n.height,1/o),s.width=n.width,s.height=n.height,s.resolution=o,s.multisample??(s.multisample=this.renderer.multisample);const a=os.create(s);this._tempMatrix.tx=-n.x,this._tempMatrix.ty=-n.y;const h=t.transform;return t.transform=bw,this.renderer.render(t,{renderTexture:a,transform:this._tempMatrix,skipUpdateTransform:!!t.parent,blit:!0}),t.transform=h,a}destroy(){}}um.extension={type:[J.RendererSystem,J.CanvasRendererSystem],name:"textureGenerator"},nt.add(um);const as=new pt,ao=new pt;class dm{constructor(t){this.renderer=t,this.defaultMaskStack=[],this.current=null,this.sourceFrame=new pt,this.destinationFrame=new pt,this.viewportFrame=new pt}contextChange(){var e;const t=(e=this.renderer)==null?void 0:e.gl.getContextAttributes();this._rendererPremultipliedAlpha=!!(t&&t.alpha&&t.premultipliedAlpha)}bind(t=null,e,i){const s=this.renderer;this.current=t;let n,o,a;t?(n=t.baseTexture,a=n.resolution,e||(as.width=t.frame.width,as.height=t.frame.height,e=as),i||(ao.x=t.frame.x,ao.y=t.frame.y,ao.width=e.width,ao.height=e.height,i=ao),o=n.framebuffer):(a=s.resolution,e||(as.width=s._view.screen.width,as.height=s._view.screen.height,e=as),i||(i=as,i.width=e.width,i.height=e.height));const h=this.viewportFrame;h.x=i.x*a,h.y=i.y*a,h.width=i.width*a,h.height=i.height*a,t||(h.y=s.view.height-(h.y+h.height)),h.ceil(),this.renderer.framebuffer.bind(o,h),this.renderer.projection.update(i,e,a,!o),t?this.renderer.mask.setMaskStack(n.maskStack):this.renderer.mask.setMaskStack(this.defaultMaskStack),this.sourceFrame.copyFrom(e),this.destinationFrame.copyFrom(i)}clear(t,e){const i=this.current?this.current.baseTexture.clear:this.renderer.background.backgroundColor,s=Lt.shared.setValue(t||i);(this.current&&this.current.baseTexture.alphaMode>0||!this.current&&this._rendererPremultipliedAlpha)&&s.premultiply(s.alpha);const n=this.destinationFrame,o=this.current?this.current.baseTexture:this.renderer._view.screen,a=n.width!==o.width||n.height!==o.height;if(a){let{x:h,y:l,width:c,height:u}=this.viewportFrame;h=Math.round(h),l=Math.round(l),c=Math.round(c),u=Math.round(u),this.renderer.gl.enable(this.renderer.gl.SCISSOR_TEST),this.renderer.gl.scissor(h,l,c,u)}this.renderer.framebuffer.clear(s.red,s.green,s.blue,s.alpha,e),a&&this.renderer.scissor.pop()}resize(){this.bind(null)}reset(){this.bind(null)}destroy(){this.renderer=null}}dm.extension={type:J.RendererSystem,name:"renderTexture"},nt.add(dm);class xw{constructor(t,e){this.program=t,this.uniformData=e,this.uniformGroups={},this.uniformDirtyGroups={},this.uniformBufferBindings={}}destroy(){this.uniformData=null,this.uniformGroups=null,this.uniformDirtyGroups=null,this.uniformBufferBindings=null,this.program=null}}function _w(r,t){const e={},i=t.getProgramParameter(r,t.ACTIVE_ATTRIBUTES);for(let s=0;s<i;s++){const n=t.getActiveAttrib(r,s);if(n.name.startsWith("gl_"))continue;const o=W0(t,n.type),a={type:o,name:n.name,size:U0(o),location:t.getAttribLocation(r,n.name)};e[n.name]=a}return e}function vw(r,t){const e={},i=t.getProgramParameter(r,t.ACTIVE_UNIFORMS);for(let s=0;s<i;s++){const n=t.getActiveUniform(r,s),o=n.name.replace(/\[.*?\]$/,""),a=!!n.name.match(/\[.*?\]$/),h=W0(t,n.type);e[o]={name:o,index:s,type:h,size:n.size,isArray:a,value:D0(h,n.size)}}return e}function ww(r,t){var a;const e=k0(r,r.VERTEX_SHADER,t.vertexSrc),i=k0(r,r.FRAGMENT_SHADER,t.fragmentSrc),s=r.createProgram();r.attachShader(s,e),r.attachShader(s,i);const n=(a=t.extra)==null?void 0:a.transformFeedbackVaryings;if(n&&(typeof r.transformFeedbackVaryings!="function"?console.warn("TransformFeedback is not supported but TransformFeedbackVaryings are given."):r.transformFeedbackVaryings(s,n.names,n.bufferMode==="separate"?r.SEPARATE_ATTRIBS:r.INTERLEAVED_ATTRIBS)),r.linkProgram(s),r.getProgramParameter(s,r.LINK_STATUS)||$v(r,s,e,i),t.attributeData=_w(s,r),t.uniformData=vw(s,r),!/^[ \t]*#[ \t]*version[ \t]+300[ \t]+es[ \t]*$/m.test(t.vertexSrc)){const h=Object.keys(t.attributeData);h.sort((l,c)=>l>c?1:-1);for(let l=0;l<h.length;l++)t.attributeData[h[l]].location=l,r.bindAttribLocation(s,l,h[l]);r.linkProgram(s)}r.deleteShader(e),r.deleteShader(i);const o={};for(const h in t.uniformData){const l=t.uniformData[h];o[h]={location:r.getUniformLocation(s,h),value:D0(l.type,l.size)}}return new xw(s,o)}function Tw(r,t,e,i,s){e.buffer.update(s)}const Sw={float:`
|
|
420
420
|
data[offset] = v;
|
|
421
421
|
`,vec2:`
|
|
422
422
|
data[offset] = v[0];
|
|
@@ -454,7 +454,7 @@ void main(void)
|
|
|
454
454
|
{
|
|
455
455
|
data[offset + i] = v[i];
|
|
456
456
|
}
|
|
457
|
-
`},
|
|
457
|
+
`},fm={float:4,vec2:8,vec3:12,vec4:16,int:4,ivec2:8,ivec3:12,ivec4:16,uint:4,uvec2:8,uvec3:12,uvec4:16,bool:4,bvec2:8,bvec3:12,bvec4:16,mat2:16*2,mat3:16*3,mat4:16*4};function Cw(r){const t=r.map(n=>({data:n,offset:0,dataLen:0,dirty:0}));let e=0,i=0,s=0;for(let n=0;n<t.length;n++){const o=t[n];if(e=fm[o.data.type],o.data.size>1&&(e=Math.max(e,16)*o.data.size),o.dataLen=e,i%e!==0&&i<16){const a=i%e%16;i+=a,s+=a}i+e>16?(s=Math.ceil(s/16)*16,o.offset=s,s+=e,i=e):(o.offset=s,i+=e,s+=e)}return s=Math.ceil(s/16)*16,{uboElements:t,size:s}}function Ew(r,t){const e=[];for(const i in r)t[i]&&e.push(t[i]);return e.sort((i,s)=>i.index-s.index),e}function Iw(r,t){if(!r.autoManage)return{size:0,syncFunc:Tw};const e=Ew(r.uniforms,t),{uboElements:i,size:s}=Cw(e),n=[`
|
|
458
458
|
var v = null;
|
|
459
459
|
var v2 = null;
|
|
460
460
|
var cv = null;
|
|
@@ -462,9 +462,9 @@ void main(void)
|
|
|
462
462
|
var gl = renderer.gl
|
|
463
463
|
var index = 0;
|
|
464
464
|
var data = buffer.data;
|
|
465
|
-
`];for(let o=0;o<
|
|
466
|
-
cv = ud.${
|
|
467
|
-
v = uv.${
|
|
465
|
+
`];for(let o=0;o<i.length;o++){const a=i[o],h=r.uniforms[a.data.name],l=a.data.name;let c=!1;for(let u=0;u<en.length;u++){const d=en[u];if(d.codeUbo&&d.test(a.data,h)){n.push(`offset = ${a.offset/4};`,en[u].codeUbo(a.data.name,h)),c=!0;break}}if(!c)if(a.data.size>1){const u=U0(a.data.type),d=Math.max(fm[a.data.type]/16,1),f=u/d,p=(4-f%4)%4;n.push(`
|
|
466
|
+
cv = ud.${l}.value;
|
|
467
|
+
v = uv.${l};
|
|
468
468
|
offset = ${a.offset/4};
|
|
469
469
|
|
|
470
470
|
t = 0;
|
|
@@ -478,15 +478,15 @@ void main(void)
|
|
|
478
478
|
offset += ${p};
|
|
479
479
|
}
|
|
480
480
|
|
|
481
|
-
`)}else{const u=Sw[a.data.type];
|
|
482
|
-
cv = ud.${
|
|
483
|
-
v = uv.${
|
|
481
|
+
`)}else{const u=Sw[a.data.type];n.push(`
|
|
482
|
+
cv = ud.${l}.value;
|
|
483
|
+
v = uv.${l};
|
|
484
484
|
offset = ${a.offset/4};
|
|
485
485
|
${u};
|
|
486
|
-
`)}}return
|
|
486
|
+
`)}}return n.push(`
|
|
487
487
|
renderer.buffer.update(buffer);
|
|
488
|
-
`),{size:
|
|
489
|
-
`))}}let Aw=0;const Ya={textureCount:0,uboCount:0};class J0{constructor(t){this.destroyed=!1,this.renderer=t,this.systemCheck(),this.gl=null,this.shader=null,this.program=null,this.cache={},this._uboCache={},this.id=Aw++}systemCheck(){if(!qv())throw new Error("Current environment does not allow unsafe-eval, please use @pixi/unsafe-eval module to enable support.")}contextChange(t){this.gl=t,this.reset()}bind(t,e){t.disposeRunner.add(this),t.uniforms.globals=this.renderer.globalUniforms;const r=t.program,n=r.glPrograms[this.renderer.CONTEXT_UID]||this.generateProgram(t);return this.shader=t,this.program!==r&&(this.program=r,this.gl.useProgram(n.program)),e||(Ya.textureCount=0,Ya.uboCount=0,this.syncUniformGroup(t.uniformGroup,Ya)),n}setUniforms(t){const e=this.shader.program,r=e.glPrograms[this.renderer.CONTEXT_UID];e.syncUniforms(r.uniformData,t,this.renderer)}syncUniformGroup(t,e){const r=this.getGlProgram();(!t.static||t.dirtyId!==r.uniformDirtyGroups[t.id])&&(r.uniformDirtyGroups[t.id]=t.dirtyId,this.syncUniforms(t,r,e))}syncUniforms(t,e,r){(t.syncUniforms[this.shader.program.id]||this.createSyncGroups(t))(e.uniformData,t.uniforms,this.renderer,r)}createSyncGroups(t){const e=this.getSignature(t,this.shader.program.uniformData,"u");return this.cache[e]||(this.cache[e]=Yv(t,this.shader.program.uniformData)),t.syncUniforms[this.shader.program.id]=this.cache[e],t.syncUniforms[this.shader.program.id]}syncUniformBufferGroup(t,e){const r=this.getGlProgram();if(!t.static||t.dirtyId!==0||!r.uniformGroups[t.id]){t.dirtyId=0;const n=r.uniformGroups[t.id]||this.createSyncBufferGroup(t,r,e);t.buffer.update(),n(r.uniformData,t.uniforms,this.renderer,Ya,t.buffer)}this.renderer.buffer.bindBufferBase(t.buffer,r.uniformBufferBindings[e])}createSyncBufferGroup(t,e,r){const{gl:n}=this.renderer;this.renderer.buffer.bind(t.buffer);const s=this.gl.getUniformBlockIndex(e.program,r);e.uniformBufferBindings[r]=this.shader.uniformBindCount,n.uniformBlockBinding(e.program,s,this.shader.uniformBindCount),this.shader.uniformBindCount++;const o=this.getSignature(t,this.shader.program.uniformData,"ubo");let a=this._uboCache[o];if(a||(a=this._uboCache[o]=Iw(t,this.shader.program.uniformData)),t.autoManage){const l=new Float32Array(a.size/4);t.buffer.update(l)}return e.uniformGroups[t.id]=a.syncFunc,e.uniformGroups[t.id]}getSignature(t,e,r){const n=t.uniforms,s=[`${r}-`];for(const o in n)s.push(o),e[o]&&s.push(e[o].type);return s.join("-")}getGlProgram(){return this.shader?this.shader.program.glPrograms[this.renderer.CONTEXT_UID]:null}generateProgram(t){const e=this.gl,r=t.program,n=ww(e,r);return r.glPrograms[this.renderer.CONTEXT_UID]=n,n}reset(){this.program=null,this.shader=null}disposeShader(t){this.shader===t&&(this.shader=null)}destroy(){this.renderer=null,this.destroyed=!0}}J0.extension={type:$.RendererSystem,name:"shader"},st.add(J0);class ja{constructor(t){this.renderer=t}run(t){const{renderer:e}=this;e.runners.init.emit(e.options),t.hello&&console.log(`PixiJS 7.3.2 - ${e.rendererLogId} - https://pixijs.com`),e.resize(e.screen.width,e.screen.height)}destroy(){}}ja.defaultOptions={hello:!1},ja.extension={type:[$.RendererSystem,$.CanvasRendererSystem],name:"startup"},st.add(ja);function Mw(i,t=[]){return t[dt.NORMAL]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.ADD]=[i.ONE,i.ONE],t[dt.MULTIPLY]=[i.DST_COLOR,i.ONE_MINUS_SRC_ALPHA,i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.SCREEN]=[i.ONE,i.ONE_MINUS_SRC_COLOR,i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.OVERLAY]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.DARKEN]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.LIGHTEN]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.COLOR_DODGE]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.COLOR_BURN]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.HARD_LIGHT]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.SOFT_LIGHT]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.DIFFERENCE]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.EXCLUSION]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.HUE]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.SATURATION]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.COLOR]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.LUMINOSITY]=[i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.NONE]=[0,0],t[dt.NORMAL_NPM]=[i.SRC_ALPHA,i.ONE_MINUS_SRC_ALPHA,i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.ADD_NPM]=[i.SRC_ALPHA,i.ONE,i.ONE,i.ONE],t[dt.SCREEN_NPM]=[i.SRC_ALPHA,i.ONE_MINUS_SRC_COLOR,i.ONE,i.ONE_MINUS_SRC_ALPHA],t[dt.SRC_IN]=[i.DST_ALPHA,i.ZERO],t[dt.SRC_OUT]=[i.ONE_MINUS_DST_ALPHA,i.ZERO],t[dt.SRC_ATOP]=[i.DST_ALPHA,i.ONE_MINUS_SRC_ALPHA],t[dt.DST_OVER]=[i.ONE_MINUS_DST_ALPHA,i.ONE],t[dt.DST_IN]=[i.ZERO,i.SRC_ALPHA],t[dt.DST_OUT]=[i.ZERO,i.ONE_MINUS_SRC_ALPHA],t[dt.DST_ATOP]=[i.ONE_MINUS_DST_ALPHA,i.SRC_ALPHA],t[dt.XOR]=[i.ONE_MINUS_DST_ALPHA,i.ONE_MINUS_SRC_ALPHA],t[dt.SUBTRACT]=[i.ONE,i.ONE,i.ONE,i.ONE,i.FUNC_REVERSE_SUBTRACT,i.FUNC_ADD],t}const Rw=0,Pw=1,Lw=2,Gw=3,kw=4,Fw=5,$0=class Of{constructor(){this.gl=null,this.stateId=0,this.polygonOffset=0,this.blendMode=dt.NONE,this._blendEq=!1,this.map=[],this.map[Rw]=this.setBlend,this.map[Pw]=this.setOffset,this.map[Lw]=this.setCullFace,this.map[Gw]=this.setDepthTest,this.map[kw]=this.setFrontFace,this.map[Fw]=this.setDepthMask,this.checks=[],this.defaultState=new Mi,this.defaultState.blend=!0}contextChange(t){this.gl=t,this.blendModes=Mw(t),this.set(this.defaultState),this.reset()}set(t){if(t=t||this.defaultState,this.stateId!==t.data){let e=this.stateId^t.data,r=0;for(;e;)e&1&&this.map[r].call(this,!!(t.data&1<<r)),e=e>>1,r++;this.stateId=t.data}for(let e=0;e<this.checks.length;e++)this.checks[e](this,t)}forceState(t){t=t||this.defaultState;for(let e=0;e<this.map.length;e++)this.map[e].call(this,!!(t.data&1<<e));for(let e=0;e<this.checks.length;e++)this.checks[e](this,t);this.stateId=t.data}setBlend(t){this.updateCheck(Of.checkBlendMode,t),this.gl[t?"enable":"disable"](this.gl.BLEND)}setOffset(t){this.updateCheck(Of.checkPolygonOffset,t),this.gl[t?"enable":"disable"](this.gl.POLYGON_OFFSET_FILL)}setDepthTest(t){this.gl[t?"enable":"disable"](this.gl.DEPTH_TEST)}setDepthMask(t){this.gl.depthMask(t)}setCullFace(t){this.gl[t?"enable":"disable"](this.gl.CULL_FACE)}setFrontFace(t){this.gl.frontFace(this.gl[t?"CW":"CCW"])}setBlendMode(t){if(t===this.blendMode)return;this.blendMode=t;const e=this.blendModes[t],r=this.gl;e.length===2?r.blendFunc(e[0],e[1]):r.blendFuncSeparate(e[0],e[1],e[2],e[3]),e.length===6?(this._blendEq=!0,r.blendEquationSeparate(e[4],e[5])):this._blendEq&&(this._blendEq=!1,r.blendEquationSeparate(r.FUNC_ADD,r.FUNC_ADD))}setPolygonOffset(t,e){this.gl.polygonOffset(t,e)}reset(){this.gl.pixelStorei(this.gl.UNPACK_FLIP_Y_WEBGL,!1),this.forceState(this.defaultState),this._blendEq=!0,this.blendMode=-1,this.setBlendMode(0)}updateCheck(t,e){const r=this.checks.indexOf(t);e&&r===-1?this.checks.push(t):!e&&r!==-1&&this.checks.splice(r,1)}static checkBlendMode(t,e){t.setBlendMode(e.blendMode)}static checkPolygonOffset(t,e){t.setPolygonOffset(1,e.polygonOffset)}destroy(){this.gl=null}};$0.extension={type:$.RendererSystem,name:"state"};let Dw=$0;st.add(Dw);class Nw extends $s{constructor(){super(...arguments),this.runners={},this._systemsHash={}}setup(t){this.addRunners(...t.runners);const e=(t.priority??[]).filter(n=>t.systems[n]),r=[...e,...Object.keys(t.systems).filter(n=>!e.includes(n))];for(const n of r)this.addSystem(t.systems[n],n)}addRunners(...t){t.forEach(e=>{this.runners[e]=new ni(e)})}addSystem(t,e){const r=new t(this);if(this[e])throw new Error(`Whoops! The name "${e}" is already in use`);this[e]=r,this._systemsHash[e]=r;for(const n in this.runners)this.runners[n].add(r);return this}emitWithCustomOptions(t,e){const r=Object.keys(this._systemsHash);t.items.forEach(n=>{const s=r.find(o=>this._systemsHash[o]===n);n[t.name](e[s])})}destroy(){Object.values(this.runners).forEach(t=>{t.destroy()}),this._systemsHash={}}}const fo=class Ch{constructor(t){this.renderer=t,this.count=0,this.checkCount=0,this.maxIdle=Ch.defaultMaxIdle,this.checkCountMax=Ch.defaultCheckCountMax,this.mode=Ch.defaultMode}postrender(){this.renderer.objectRenderer.renderingToScreen&&(this.count++,this.mode!==Rh.MANUAL&&(this.checkCount++,this.checkCount>this.checkCountMax&&(this.checkCount=0,this.run())))}run(){const t=this.renderer.texture,e=t.managedTextures;let r=!1;for(let n=0;n<e.length;n++){const s=e[n];s.resource&&this.count-s.touched>this.maxIdle&&(t.destroyTexture(s,!0),e[n]=null,r=!0)}if(r){let n=0;for(let s=0;s<e.length;s++)e[s]!==null&&(e[n++]=e[s]);e.length=n}}unload(t){const e=this.renderer.texture,r=t._texture;r&&!r.framebuffer&&e.destroyTexture(r);for(let n=t.children.length-1;n>=0;n--)this.unload(t.children[n])}destroy(){this.renderer=null}};fo.defaultMode=Rh.AUTO,fo.defaultMaxIdle=60*60,fo.defaultCheckCountMax=60*10,fo.extension={type:$.RendererSystem,name:"textureGC"};let mn=fo;st.add(mn);class Xc{constructor(t){this.texture=t,this.width=-1,this.height=-1,this.dirtyId=-1,this.dirtyStyleId=-1,this.mipmap=!1,this.wrapMode=33071,this.type=lt.UNSIGNED_BYTE,this.internalFormat=V.RGBA,this.samplerType=0}}function Ow(i){let t;return"WebGL2RenderingContext"in globalThis&&i instanceof globalThis.WebGL2RenderingContext?t={[i.RGB]:rt.FLOAT,[i.RGBA]:rt.FLOAT,[i.ALPHA]:rt.FLOAT,[i.LUMINANCE]:rt.FLOAT,[i.LUMINANCE_ALPHA]:rt.FLOAT,[i.R8]:rt.FLOAT,[i.R8_SNORM]:rt.FLOAT,[i.RG8]:rt.FLOAT,[i.RG8_SNORM]:rt.FLOAT,[i.RGB8]:rt.FLOAT,[i.RGB8_SNORM]:rt.FLOAT,[i.RGB565]:rt.FLOAT,[i.RGBA4]:rt.FLOAT,[i.RGB5_A1]:rt.FLOAT,[i.RGBA8]:rt.FLOAT,[i.RGBA8_SNORM]:rt.FLOAT,[i.RGB10_A2]:rt.FLOAT,[i.RGB10_A2UI]:rt.FLOAT,[i.SRGB8]:rt.FLOAT,[i.SRGB8_ALPHA8]:rt.FLOAT,[i.R16F]:rt.FLOAT,[i.RG16F]:rt.FLOAT,[i.RGB16F]:rt.FLOAT,[i.RGBA16F]:rt.FLOAT,[i.R32F]:rt.FLOAT,[i.RG32F]:rt.FLOAT,[i.RGB32F]:rt.FLOAT,[i.RGBA32F]:rt.FLOAT,[i.R11F_G11F_B10F]:rt.FLOAT,[i.RGB9_E5]:rt.FLOAT,[i.R8I]:rt.INT,[i.R8UI]:rt.UINT,[i.R16I]:rt.INT,[i.R16UI]:rt.UINT,[i.R32I]:rt.INT,[i.R32UI]:rt.UINT,[i.RG8I]:rt.INT,[i.RG8UI]:rt.UINT,[i.RG16I]:rt.INT,[i.RG16UI]:rt.UINT,[i.RG32I]:rt.INT,[i.RG32UI]:rt.UINT,[i.RGB8I]:rt.INT,[i.RGB8UI]:rt.UINT,[i.RGB16I]:rt.INT,[i.RGB16UI]:rt.UINT,[i.RGB32I]:rt.INT,[i.RGB32UI]:rt.UINT,[i.RGBA8I]:rt.INT,[i.RGBA8UI]:rt.UINT,[i.RGBA16I]:rt.INT,[i.RGBA16UI]:rt.UINT,[i.RGBA32I]:rt.INT,[i.RGBA32UI]:rt.UINT,[i.DEPTH_COMPONENT16]:rt.FLOAT,[i.DEPTH_COMPONENT24]:rt.FLOAT,[i.DEPTH_COMPONENT32F]:rt.FLOAT,[i.DEPTH_STENCIL]:rt.FLOAT,[i.DEPTH24_STENCIL8]:rt.FLOAT,[i.DEPTH32F_STENCIL8]:rt.FLOAT}:t={[i.RGB]:rt.FLOAT,[i.RGBA]:rt.FLOAT,[i.ALPHA]:rt.FLOAT,[i.LUMINANCE]:rt.FLOAT,[i.LUMINANCE_ALPHA]:rt.FLOAT,[i.DEPTH_STENCIL]:rt.FLOAT},t}function Bw(i){let t;return"WebGL2RenderingContext"in globalThis&&i instanceof globalThis.WebGL2RenderingContext?t={[lt.UNSIGNED_BYTE]:{[V.RGBA]:i.RGBA8,[V.RGB]:i.RGB8,[V.RG]:i.RG8,[V.RED]:i.R8,[V.RGBA_INTEGER]:i.RGBA8UI,[V.RGB_INTEGER]:i.RGB8UI,[V.RG_INTEGER]:i.RG8UI,[V.RED_INTEGER]:i.R8UI,[V.ALPHA]:i.ALPHA,[V.LUMINANCE]:i.LUMINANCE,[V.LUMINANCE_ALPHA]:i.LUMINANCE_ALPHA},[lt.BYTE]:{[V.RGBA]:i.RGBA8_SNORM,[V.RGB]:i.RGB8_SNORM,[V.RG]:i.RG8_SNORM,[V.RED]:i.R8_SNORM,[V.RGBA_INTEGER]:i.RGBA8I,[V.RGB_INTEGER]:i.RGB8I,[V.RG_INTEGER]:i.RG8I,[V.RED_INTEGER]:i.R8I},[lt.UNSIGNED_SHORT]:{[V.RGBA_INTEGER]:i.RGBA16UI,[V.RGB_INTEGER]:i.RGB16UI,[V.RG_INTEGER]:i.RG16UI,[V.RED_INTEGER]:i.R16UI,[V.DEPTH_COMPONENT]:i.DEPTH_COMPONENT16},[lt.SHORT]:{[V.RGBA_INTEGER]:i.RGBA16I,[V.RGB_INTEGER]:i.RGB16I,[V.RG_INTEGER]:i.RG16I,[V.RED_INTEGER]:i.R16I},[lt.UNSIGNED_INT]:{[V.RGBA_INTEGER]:i.RGBA32UI,[V.RGB_INTEGER]:i.RGB32UI,[V.RG_INTEGER]:i.RG32UI,[V.RED_INTEGER]:i.R32UI,[V.DEPTH_COMPONENT]:i.DEPTH_COMPONENT24},[lt.INT]:{[V.RGBA_INTEGER]:i.RGBA32I,[V.RGB_INTEGER]:i.RGB32I,[V.RG_INTEGER]:i.RG32I,[V.RED_INTEGER]:i.R32I},[lt.FLOAT]:{[V.RGBA]:i.RGBA32F,[V.RGB]:i.RGB32F,[V.RG]:i.RG32F,[V.RED]:i.R32F,[V.DEPTH_COMPONENT]:i.DEPTH_COMPONENT32F},[lt.HALF_FLOAT]:{[V.RGBA]:i.RGBA16F,[V.RGB]:i.RGB16F,[V.RG]:i.RG16F,[V.RED]:i.R16F},[lt.UNSIGNED_SHORT_5_6_5]:{[V.RGB]:i.RGB565},[lt.UNSIGNED_SHORT_4_4_4_4]:{[V.RGBA]:i.RGBA4},[lt.UNSIGNED_SHORT_5_5_5_1]:{[V.RGBA]:i.RGB5_A1},[lt.UNSIGNED_INT_2_10_10_10_REV]:{[V.RGBA]:i.RGB10_A2,[V.RGBA_INTEGER]:i.RGB10_A2UI},[lt.UNSIGNED_INT_10F_11F_11F_REV]:{[V.RGB]:i.R11F_G11F_B10F},[lt.UNSIGNED_INT_5_9_9_9_REV]:{[V.RGB]:i.RGB9_E5},[lt.UNSIGNED_INT_24_8]:{[V.DEPTH_STENCIL]:i.DEPTH24_STENCIL8},[lt.FLOAT_32_UNSIGNED_INT_24_8_REV]:{[V.DEPTH_STENCIL]:i.DEPTH32F_STENCIL8}}:t={[lt.UNSIGNED_BYTE]:{[V.RGBA]:i.RGBA,[V.RGB]:i.RGB,[V.ALPHA]:i.ALPHA,[V.LUMINANCE]:i.LUMINANCE,[V.LUMINANCE_ALPHA]:i.LUMINANCE_ALPHA},[lt.UNSIGNED_SHORT_5_6_5]:{[V.RGB]:i.RGB},[lt.UNSIGNED_SHORT_4_4_4_4]:{[V.RGBA]:i.RGBA},[lt.UNSIGNED_SHORT_5_5_5_1]:{[V.RGBA]:i.RGBA}},t}class Q0{constructor(t){this.renderer=t,this.boundTextures=[],this.currentLocation=-1,this.managedTextures=[],this._unknownBoundTextures=!1,this.unknownTexture=new bt,this.hasIntegerTextures=!1}contextChange(){const t=this.gl=this.renderer.gl;this.CONTEXT_UID=this.renderer.CONTEXT_UID,this.webGLVersion=this.renderer.context.webGLVersion,this.internalFormats=Bw(t),this.samplerTypes=Ow(t);const e=t.getParameter(t.MAX_TEXTURE_IMAGE_UNITS);this.boundTextures.length=e;for(let n=0;n<e;n++)this.boundTextures[n]=null;this.emptyTextures={};const r=new Xc(t.createTexture());t.bindTexture(t.TEXTURE_2D,r.texture),t.texImage2D(t.TEXTURE_2D,0,t.RGBA,1,1,0,t.RGBA,t.UNSIGNED_BYTE,new Uint8Array(4)),this.emptyTextures[t.TEXTURE_2D]=r,this.emptyTextures[t.TEXTURE_CUBE_MAP]=new Xc(t.createTexture()),t.bindTexture(t.TEXTURE_CUBE_MAP,this.emptyTextures[t.TEXTURE_CUBE_MAP].texture);for(let n=0;n<6;n++)t.texImage2D(t.TEXTURE_CUBE_MAP_POSITIVE_X+n,0,t.RGBA,1,1,0,t.RGBA,t.UNSIGNED_BYTE,null);t.texParameteri(t.TEXTURE_CUBE_MAP,t.TEXTURE_MAG_FILTER,t.LINEAR),t.texParameteri(t.TEXTURE_CUBE_MAP,t.TEXTURE_MIN_FILTER,t.LINEAR);for(let n=0;n<this.boundTextures.length;n++)this.bind(null,n)}bind(t,e=0){const{gl:r}=this;if(t=t==null?void 0:t.castToBaseTexture(),(t==null?void 0:t.valid)&&!t.parentTextureArray){t.touched=this.renderer.textureGC.count;const n=t._glTextures[this.CONTEXT_UID]||this.initTexture(t);this.boundTextures[e]!==t&&(this.currentLocation!==e&&(this.currentLocation=e,r.activeTexture(r.TEXTURE0+e)),r.bindTexture(t.target,n.texture)),n.dirtyId!==t.dirtyId?(this.currentLocation!==e&&(this.currentLocation=e,r.activeTexture(r.TEXTURE0+e)),this.updateTexture(t)):n.dirtyStyleId!==t.dirtyStyleId&&this.updateTextureStyle(t),this.boundTextures[e]=t}else this.currentLocation!==e&&(this.currentLocation=e,r.activeTexture(r.TEXTURE0+e)),r.bindTexture(r.TEXTURE_2D,this.emptyTextures[r.TEXTURE_2D].texture),this.boundTextures[e]=null}reset(){this._unknownBoundTextures=!0,this.hasIntegerTextures=!1,this.currentLocation=-1;for(let t=0;t<this.boundTextures.length;t++)this.boundTextures[t]=this.unknownTexture}unbind(t){const{gl:e,boundTextures:r}=this;if(this._unknownBoundTextures){this._unknownBoundTextures=!1;for(let n=0;n<r.length;n++)r[n]===this.unknownTexture&&this.bind(null,n)}for(let n=0;n<r.length;n++)r[n]===t&&(this.currentLocation!==n&&(e.activeTexture(e.TEXTURE0+n),this.currentLocation=n),e.bindTexture(t.target,this.emptyTextures[t.target].texture),r[n]=null)}ensureSamplerType(t){const{boundTextures:e,hasIntegerTextures:r,CONTEXT_UID:n}=this;if(r)for(let s=t-1;s>=0;--s){const o=e[s];o&&o._glTextures[n].samplerType!==rt.FLOAT&&this.renderer.texture.unbind(o)}}initTexture(t){const e=new Xc(this.gl.createTexture());return e.dirtyId=-1,t._glTextures[this.CONTEXT_UID]=e,this.managedTextures.push(t),t.on("dispose",this.destroyTexture,this),e}initTextureType(t,e){var r;e.internalFormat=((r=this.internalFormats[t.type])==null?void 0:r[t.format])??t.format,e.samplerType=this.samplerTypes[e.internalFormat]??rt.FLOAT,this.webGLVersion===2&&t.type===lt.HALF_FLOAT?e.type=this.gl.HALF_FLOAT:e.type=t.type}updateTexture(t){var n;const e=t._glTextures[this.CONTEXT_UID];if(!e)return;const r=this.renderer;if(this.initTextureType(t,e),(n=t.resource)==null?void 0:n.upload(r,t,e))e.samplerType!==rt.FLOAT&&(this.hasIntegerTextures=!0);else{const s=t.realWidth,o=t.realHeight,a=r.gl;(e.width!==s||e.height!==o||e.dirtyId<0)&&(e.width=s,e.height=o,a.texImage2D(t.target,0,e.internalFormat,s,o,0,t.format,e.type,null))}t.dirtyStyleId!==e.dirtyStyleId&&this.updateTextureStyle(t),e.dirtyId=t.dirtyId}destroyTexture(t,e){const{gl:r}=this;if(t=t.castToBaseTexture(),t._glTextures[this.CONTEXT_UID]&&(this.unbind(t),r.deleteTexture(t._glTextures[this.CONTEXT_UID].texture),t.off("dispose",this.destroyTexture,this),delete t._glTextures[this.CONTEXT_UID],!e)){const n=this.managedTextures.indexOf(t);n!==-1&&as(this.managedTextures,n,1)}}updateTextureStyle(t){var r;const e=t._glTextures[this.CONTEXT_UID];e&&((t.mipmap===wi.POW2||this.webGLVersion!==2)&&!t.isPowerOfTwo?e.mipmap=!1:e.mipmap=t.mipmap>=1,this.webGLVersion!==2&&!t.isPowerOfTwo?e.wrapMode=vi.CLAMP:e.wrapMode=t.wrapMode,(r=t.resource)!=null&&r.style(this.renderer,t,e)||this.setStyle(t,e),e.dirtyStyleId=t.dirtyStyleId)}setStyle(t,e){const r=this.gl;if(e.mipmap&&t.mipmap!==wi.ON_MANUAL&&r.generateMipmap(t.target),r.texParameteri(t.target,r.TEXTURE_WRAP_S,e.wrapMode),r.texParameteri(t.target,r.TEXTURE_WRAP_T,e.wrapMode),e.mipmap){r.texParameteri(t.target,r.TEXTURE_MIN_FILTER,t.scaleMode===Yi.LINEAR?r.LINEAR_MIPMAP_LINEAR:r.NEAREST_MIPMAP_NEAREST);const n=this.renderer.context.extensions.anisotropicFiltering;if(n&&t.anisotropicLevel>0&&t.scaleMode===Yi.LINEAR){const s=Math.min(t.anisotropicLevel,r.getParameter(n.MAX_TEXTURE_MAX_ANISOTROPY_EXT));r.texParameterf(t.target,n.TEXTURE_MAX_ANISOTROPY_EXT,s)}}else r.texParameteri(t.target,r.TEXTURE_MIN_FILTER,t.scaleMode===Yi.LINEAR?r.LINEAR:r.NEAREST);r.texParameteri(t.target,r.TEXTURE_MAG_FILTER,t.scaleMode===Yi.LINEAR?r.LINEAR:r.NEAREST)}destroy(){this.renderer=null}}Q0.extension={type:$.RendererSystem,name:"texture"},st.add(Q0);class q0{constructor(t){this.renderer=t}contextChange(){this.gl=this.renderer.gl,this.CONTEXT_UID=this.renderer.CONTEXT_UID}bind(t){const{gl:e,CONTEXT_UID:r}=this,n=t._glTransformFeedbacks[r]||this.createGLTransformFeedback(t);e.bindTransformFeedback(e.TRANSFORM_FEEDBACK,n)}unbind(){const{gl:t}=this;t.bindTransformFeedback(t.TRANSFORM_FEEDBACK,null)}beginTransformFeedback(t,e){const{gl:r,renderer:n}=this;e&&n.shader.bind(e),r.beginTransformFeedback(t)}endTransformFeedback(){const{gl:t}=this;t.endTransformFeedback()}createGLTransformFeedback(t){const{gl:e,renderer:r,CONTEXT_UID:n}=this,s=e.createTransformFeedback();t._glTransformFeedbacks[n]=s,e.bindTransformFeedback(e.TRANSFORM_FEEDBACK,s);for(let o=0;o<t.buffers.length;o++){const a=t.buffers[o];a&&(r.buffer.update(a),a._glBuffers[n].refCount++,e.bindBufferBase(e.TRANSFORM_FEEDBACK_BUFFER,o,a._glBuffers[n].buffer||null))}return e.bindTransformFeedback(e.TRANSFORM_FEEDBACK,null),t.disposeRunner.add(this),s}disposeTransformFeedback(t,e){const r=t._glTransformFeedbacks[this.CONTEXT_UID],n=this.gl;t.disposeRunner.remove(this);const s=this.renderer.buffer;if(s)for(let o=0;o<t.buffers.length;o++){const a=t.buffers[o];if(!a)continue;const l=a._glBuffers[this.CONTEXT_UID];l&&(l.refCount--,l.refCount===0&&!e&&s.dispose(a,e))}r&&(e||n.deleteTransformFeedback(r),delete t._glTransformFeedbacks[this.CONTEXT_UID])}destroy(){this.renderer=null}}q0.extension={type:$.RendererSystem,name:"transformFeedback"},st.add(q0);class Ja{constructor(t){this.renderer=t}init(t){this.screen=new pt(0,0,t.width,t.height),this.element=t.view||nt.ADAPTER.createCanvas(),this.resolution=t.resolution||nt.RESOLUTION,this.autoDensity=!!t.autoDensity}resizeView(t,e){this.element.width=Math.round(t*this.resolution),this.element.height=Math.round(e*this.resolution);const r=this.element.width/this.resolution,n=this.element.height/this.resolution;this.screen.width=r,this.screen.height=n,this.autoDensity&&(this.element.style.width=`${r}px`,this.element.style.height=`${n}px`),this.renderer.emit("resize",r,n),this.renderer.runners.resize.emit(this.screen.width,this.screen.height)}destroy(t){var e;t&&((e=this.element.parentNode)==null||e.removeChild(this.element)),this.renderer=null,this.element=null,this.screen=null}}Ja.defaultOptions={width:800,height:600,resolution:void 0,autoDensity:!1},Ja.extension={type:[$.RendererSystem,$.CanvasRendererSystem],name:"_view"},st.add(Ja),nt.PREFER_ENV=tn.WEBGL2,nt.STRICT_TEXTURE_CACHE=!1,nt.RENDER_OPTIONS={...Ha.defaultOptions,...Va.defaultOptions,...Ja.defaultOptions,...ja.defaultOptions},Object.defineProperties(nt,{WRAP_MODE:{get(){return bt.defaultOptions.wrapMode},set(i){wt("7.1.0","settings.WRAP_MODE is deprecated, use BaseTexture.defaultOptions.wrapMode"),bt.defaultOptions.wrapMode=i}},SCALE_MODE:{get(){return bt.defaultOptions.scaleMode},set(i){wt("7.1.0","settings.SCALE_MODE is deprecated, use BaseTexture.defaultOptions.scaleMode"),bt.defaultOptions.scaleMode=i}},MIPMAP_TEXTURES:{get(){return bt.defaultOptions.mipmap},set(i){wt("7.1.0","settings.MIPMAP_TEXTURES is deprecated, use BaseTexture.defaultOptions.mipmap"),bt.defaultOptions.mipmap=i}},ANISOTROPIC_LEVEL:{get(){return bt.defaultOptions.anisotropicLevel},set(i){wt("7.1.0","settings.ANISOTROPIC_LEVEL is deprecated, use BaseTexture.defaultOptions.anisotropicLevel"),bt.defaultOptions.anisotropicLevel=i}},FILTER_RESOLUTION:{get(){return wt("7.1.0","settings.FILTER_RESOLUTION is deprecated, use Filter.defaultResolution"),ve.defaultResolution},set(i){ve.defaultResolution=i}},FILTER_MULTISAMPLE:{get(){return wt("7.1.0","settings.FILTER_MULTISAMPLE is deprecated, use Filter.defaultMultisample"),ve.defaultMultisample},set(i){ve.defaultMultisample=i}},SPRITE_MAX_TEXTURES:{get(){return dn.defaultMaxTextures},set(i){wt("7.1.0","settings.SPRITE_MAX_TEXTURES is deprecated, use BatchRenderer.defaultMaxTextures"),dn.defaultMaxTextures=i}},SPRITE_BATCH_SIZE:{get(){return dn.defaultBatchSize},set(i){wt("7.1.0","settings.SPRITE_BATCH_SIZE is deprecated, use BatchRenderer.defaultBatchSize"),dn.defaultBatchSize=i}},CAN_UPLOAD_SAME_BUFFER:{get(){return dn.canUploadSameBuffer},set(i){wt("7.1.0","settings.CAN_UPLOAD_SAME_BUFFER is deprecated, use BatchRenderer.canUploadSameBuffer"),dn.canUploadSameBuffer=i}},GC_MODE:{get(){return mn.defaultMode},set(i){wt("7.1.0","settings.GC_MODE is deprecated, use TextureGCSystem.defaultMode"),mn.defaultMode=i}},GC_MAX_IDLE:{get(){return mn.defaultMaxIdle},set(i){wt("7.1.0","settings.GC_MAX_IDLE is deprecated, use TextureGCSystem.defaultMaxIdle"),mn.defaultMaxIdle=i}},GC_MAX_CHECK_COUNT:{get(){return mn.defaultCheckCountMax},set(i){wt("7.1.0","settings.GC_MAX_CHECK_COUNT is deprecated, use TextureGCSystem.defaultCheckCountMax"),mn.defaultCheckCountMax=i}},PRECISION_VERTEX:{get(){return ir.defaultVertexPrecision},set(i){wt("7.1.0","settings.PRECISION_VERTEX is deprecated, use Program.defaultVertexPrecision"),ir.defaultVertexPrecision=i}},PRECISION_FRAGMENT:{get(){return ir.defaultFragmentPrecision},set(i){wt("7.1.0","settings.PRECISION_FRAGMENT is deprecated, use Program.defaultFragmentPrecision"),ir.defaultFragmentPrecision=i}}});var gn=(i=>(i[i.INTERACTION=50]="INTERACTION",i[i.HIGH=25]="HIGH",i[i.NORMAL=0]="NORMAL",i[i.LOW=-25]="LOW",i[i.UTILITY=-50]="UTILITY",i))(gn||{});class Wc{constructor(t,e=null,r=0,n=!1){this.next=null,this.previous=null,this._destroyed=!1,this.fn=t,this.context=e,this.priority=r,this.once=n}match(t,e=null){return this.fn===t&&this.context===e}emit(t){this.fn&&(this.context?this.fn.call(this.context,t):this.fn(t));const e=this.next;return this.once&&this.destroy(!0),this._destroyed&&(this.next=null),e}connect(t){this.previous=t,t.next&&(t.next.previous=this),this.next=t.next,t.next=this}destroy(t=!1){this._destroyed=!0,this.fn=null,this.context=null,this.previous&&(this.previous.next=this.next),this.next&&(this.next.previous=this.previous);const e=this.next;return this.next=t?null:e,this.previous=null,e}}const tm=class Ze{constructor(){this.autoStart=!1,this.deltaTime=1,this.lastTime=-1,this.speed=1,this.started=!1,this._requestId=null,this._maxElapsedMS=100,this._minElapsedMS=0,this._protected=!1,this._lastFrame=-1,this._head=new Wc(null,null,1/0),this.deltaMS=1/Ze.targetFPMS,this.elapsedMS=1/Ze.targetFPMS,this._tick=t=>{this._requestId=null,this.started&&(this.update(t),this.started&&this._requestId===null&&this._head.next&&(this._requestId=requestAnimationFrame(this._tick)))}}_requestIfNeeded(){this._requestId===null&&this._head.next&&(this.lastTime=performance.now(),this._lastFrame=this.lastTime,this._requestId=requestAnimationFrame(this._tick))}_cancelIfNeeded(){this._requestId!==null&&(cancelAnimationFrame(this._requestId),this._requestId=null)}_startIfPossible(){this.started?this._requestIfNeeded():this.autoStart&&this.start()}add(t,e,r=gn.NORMAL){return this._addListener(new Wc(t,e,r))}addOnce(t,e,r=gn.NORMAL){return this._addListener(new Wc(t,e,r,!0))}_addListener(t){let e=this._head.next,r=this._head;if(!e)t.connect(r);else{for(;e;){if(t.priority>e.priority){t.connect(r);break}r=e,e=e.next}t.previous||t.connect(r)}return this._startIfPossible(),this}remove(t,e){let r=this._head.next;for(;r;)r.match(t,e)?r=r.destroy():r=r.next;return this._head.next||this._cancelIfNeeded(),this}get count(){if(!this._head)return 0;let t=0,e=this._head;for(;e=e.next;)t++;return t}start(){this.started||(this.started=!0,this._requestIfNeeded())}stop(){this.started&&(this.started=!1,this._cancelIfNeeded())}destroy(){if(!this._protected){this.stop();let t=this._head.next;for(;t;)t=t.destroy(!0);this._head.destroy(),this._head=null}}update(t=performance.now()){let e;if(t>this.lastTime){if(e=this.elapsedMS=t-this.lastTime,e>this._maxElapsedMS&&(e=this._maxElapsedMS),e*=this.speed,this._minElapsedMS){const s=t-this._lastFrame|0;if(s<this._minElapsedMS)return;this._lastFrame=t-s%this._minElapsedMS}this.deltaMS=e,this.deltaTime=this.deltaMS*Ze.targetFPMS;const r=this._head;let n=r.next;for(;n;)n=n.emit(this.deltaTime);r.next||this._cancelIfNeeded()}else this.deltaTime=this.deltaMS=this.elapsedMS=0;this.lastTime=t}get FPS(){return 1e3/this.elapsedMS}get minFPS(){return 1e3/this._maxElapsedMS}set minFPS(t){const e=Math.min(this.maxFPS,t),r=Math.min(Math.max(0,e)/1e3,Ze.targetFPMS);this._maxElapsedMS=1/r}get maxFPS(){return this._minElapsedMS?Math.round(1e3/this._minElapsedMS):0}set maxFPS(t){if(t===0)this._minElapsedMS=0;else{const e=Math.max(this.minFPS,t);this._minElapsedMS=1/(e/1e3)}}static get shared(){if(!Ze._shared){const t=Ze._shared=new Ze;t.autoStart=!0,t._protected=!0}return Ze._shared}static get system(){if(!Ze._system){const t=Ze._system=new Ze;t.autoStart=!0,t._protected=!0}return Ze._system}};tm.targetFPMS=.06;let we=tm;Object.defineProperties(nt,{TARGET_FPMS:{get(){return we.targetFPMS},set(i){wt("7.1.0","settings.TARGET_FPMS is deprecated, use Ticker.targetFPMS"),we.targetFPMS=i}}});class em{static init(t){t=Object.assign({autoStart:!0,sharedTicker:!1},t),Object.defineProperty(this,"ticker",{set(e){this._ticker&&this._ticker.remove(this.render,this),this._ticker=e,e&&e.add(this.render,this,gn.LOW)},get(){return this._ticker}}),this.stop=()=>{this._ticker.stop()},this.start=()=>{this._ticker.start()},this._ticker=null,this.ticker=t.sharedTicker?we.shared:new we,t.autoStart&&this.start()}static destroy(){if(this._ticker){const t=this._ticker;this.ticker=null,t.destroy()}}}em.extension=$.Application,st.add(em);const im=[];st.handleByList($.Renderer,im);function Uw(i){for(const t of im)if(t.test(i))return new t(i);throw new Error("Unable to auto-detect a suitable renderer.")}var Xw=`attribute vec2 aVertexPosition;
|
|
488
|
+
`),{size:s,syncFunc:new Function("ud","uv","renderer","syncData","buffer",n.join(`
|
|
489
|
+
`))}}let Aw=0;const Va={textureCount:0,uboCount:0};class pm{constructor(t){this.destroyed=!1,this.renderer=t,this.systemCheck(),this.gl=null,this.shader=null,this.program=null,this.cache={},this._uboCache={},this.id=Aw++}systemCheck(){if(!qv())throw new Error("Current environment does not allow unsafe-eval, please use @pixi/unsafe-eval module to enable support.")}contextChange(t){this.gl=t,this.reset()}bind(t,e){t.disposeRunner.add(this),t.uniforms.globals=this.renderer.globalUniforms;const i=t.program,s=i.glPrograms[this.renderer.CONTEXT_UID]||this.generateProgram(t);return this.shader=t,this.program!==i&&(this.program=i,this.gl.useProgram(s.program)),e||(Va.textureCount=0,Va.uboCount=0,this.syncUniformGroup(t.uniformGroup,Va)),s}setUniforms(t){const e=this.shader.program,i=e.glPrograms[this.renderer.CONTEXT_UID];e.syncUniforms(i.uniformData,t,this.renderer)}syncUniformGroup(t,e){const i=this.getGlProgram();(!t.static||t.dirtyId!==i.uniformDirtyGroups[t.id])&&(i.uniformDirtyGroups[t.id]=t.dirtyId,this.syncUniforms(t,i,e))}syncUniforms(t,e,i){(t.syncUniforms[this.shader.program.id]||this.createSyncGroups(t))(e.uniformData,t.uniforms,this.renderer,i)}createSyncGroups(t){const e=this.getSignature(t,this.shader.program.uniformData,"u");return this.cache[e]||(this.cache[e]=zv(t,this.shader.program.uniformData)),t.syncUniforms[this.shader.program.id]=this.cache[e],t.syncUniforms[this.shader.program.id]}syncUniformBufferGroup(t,e){const i=this.getGlProgram();if(!t.static||t.dirtyId!==0||!i.uniformGroups[t.id]){t.dirtyId=0;const s=i.uniformGroups[t.id]||this.createSyncBufferGroup(t,i,e);t.buffer.update(),s(i.uniformData,t.uniforms,this.renderer,Va,t.buffer)}this.renderer.buffer.bindBufferBase(t.buffer,i.uniformBufferBindings[e])}createSyncBufferGroup(t,e,i){const{gl:s}=this.renderer;this.renderer.buffer.bind(t.buffer);const n=this.gl.getUniformBlockIndex(e.program,i);e.uniformBufferBindings[i]=this.shader.uniformBindCount,s.uniformBlockBinding(e.program,n,this.shader.uniformBindCount),this.shader.uniformBindCount++;const o=this.getSignature(t,this.shader.program.uniformData,"ubo");let a=this._uboCache[o];if(a||(a=this._uboCache[o]=Iw(t,this.shader.program.uniformData)),t.autoManage){const h=new Float32Array(a.size/4);t.buffer.update(h)}return e.uniformGroups[t.id]=a.syncFunc,e.uniformGroups[t.id]}getSignature(t,e,i){const s=t.uniforms,n=[`${i}-`];for(const o in s)n.push(o),e[o]&&n.push(e[o].type);return n.join("-")}getGlProgram(){return this.shader?this.shader.program.glPrograms[this.renderer.CONTEXT_UID]:null}generateProgram(t){const e=this.gl,i=t.program,s=ww(e,i);return i.glPrograms[this.renderer.CONTEXT_UID]=s,s}reset(){this.program=null,this.shader=null}disposeShader(t){this.shader===t&&(this.shader=null)}destroy(){this.renderer=null,this.destroyed=!0}}pm.extension={type:J.RendererSystem,name:"shader"},nt.add(pm);class Ha{constructor(t){this.renderer=t}run(t){const{renderer:e}=this;e.runners.init.emit(e.options),t.hello&&console.log(`PixiJS 7.3.2 - ${e.rendererLogId} - https://pixijs.com`),e.resize(e.screen.width,e.screen.height)}destroy(){}}Ha.defaultOptions={hello:!1},Ha.extension={type:[J.RendererSystem,J.CanvasRendererSystem],name:"startup"},nt.add(Ha);function Mw(r,t=[]){return t[dt.NORMAL]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.ADD]=[r.ONE,r.ONE],t[dt.MULTIPLY]=[r.DST_COLOR,r.ONE_MINUS_SRC_ALPHA,r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.SCREEN]=[r.ONE,r.ONE_MINUS_SRC_COLOR,r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.OVERLAY]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.DARKEN]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.LIGHTEN]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.COLOR_DODGE]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.COLOR_BURN]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.HARD_LIGHT]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.SOFT_LIGHT]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.DIFFERENCE]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.EXCLUSION]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.HUE]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.SATURATION]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.COLOR]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.LUMINOSITY]=[r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.NONE]=[0,0],t[dt.NORMAL_NPM]=[r.SRC_ALPHA,r.ONE_MINUS_SRC_ALPHA,r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.ADD_NPM]=[r.SRC_ALPHA,r.ONE,r.ONE,r.ONE],t[dt.SCREEN_NPM]=[r.SRC_ALPHA,r.ONE_MINUS_SRC_COLOR,r.ONE,r.ONE_MINUS_SRC_ALPHA],t[dt.SRC_IN]=[r.DST_ALPHA,r.ZERO],t[dt.SRC_OUT]=[r.ONE_MINUS_DST_ALPHA,r.ZERO],t[dt.SRC_ATOP]=[r.DST_ALPHA,r.ONE_MINUS_SRC_ALPHA],t[dt.DST_OVER]=[r.ONE_MINUS_DST_ALPHA,r.ONE],t[dt.DST_IN]=[r.ZERO,r.SRC_ALPHA],t[dt.DST_OUT]=[r.ZERO,r.ONE_MINUS_SRC_ALPHA],t[dt.DST_ATOP]=[r.ONE_MINUS_DST_ALPHA,r.SRC_ALPHA],t[dt.XOR]=[r.ONE_MINUS_DST_ALPHA,r.ONE_MINUS_SRC_ALPHA],t[dt.SUBTRACT]=[r.ONE,r.ONE,r.ONE,r.ONE,r.FUNC_REVERSE_SUBTRACT,r.FUNC_ADD],t}const Rw=0,Pw=1,Lw=2,Gw=3,Fw=4,Nw=5,mm=class Df{constructor(){this.gl=null,this.stateId=0,this.polygonOffset=0,this.blendMode=dt.NONE,this._blendEq=!1,this.map=[],this.map[Rw]=this.setBlend,this.map[Pw]=this.setOffset,this.map[Lw]=this.setCullFace,this.map[Gw]=this.setDepthTest,this.map[Fw]=this.setFrontFace,this.map[Nw]=this.setDepthMask,this.checks=[],this.defaultState=new Ai,this.defaultState.blend=!0}contextChange(t){this.gl=t,this.blendModes=Mw(t),this.set(this.defaultState),this.reset()}set(t){if(t=t||this.defaultState,this.stateId!==t.data){let e=this.stateId^t.data,i=0;for(;e;)e&1&&this.map[i].call(this,!!(t.data&1<<i)),e=e>>1,i++;this.stateId=t.data}for(let e=0;e<this.checks.length;e++)this.checks[e](this,t)}forceState(t){t=t||this.defaultState;for(let e=0;e<this.map.length;e++)this.map[e].call(this,!!(t.data&1<<e));for(let e=0;e<this.checks.length;e++)this.checks[e](this,t);this.stateId=t.data}setBlend(t){this.updateCheck(Df.checkBlendMode,t),this.gl[t?"enable":"disable"](this.gl.BLEND)}setOffset(t){this.updateCheck(Df.checkPolygonOffset,t),this.gl[t?"enable":"disable"](this.gl.POLYGON_OFFSET_FILL)}setDepthTest(t){this.gl[t?"enable":"disable"](this.gl.DEPTH_TEST)}setDepthMask(t){this.gl.depthMask(t)}setCullFace(t){this.gl[t?"enable":"disable"](this.gl.CULL_FACE)}setFrontFace(t){this.gl.frontFace(this.gl[t?"CW":"CCW"])}setBlendMode(t){if(t===this.blendMode)return;this.blendMode=t;const e=this.blendModes[t],i=this.gl;e.length===2?i.blendFunc(e[0],e[1]):i.blendFuncSeparate(e[0],e[1],e[2],e[3]),e.length===6?(this._blendEq=!0,i.blendEquationSeparate(e[4],e[5])):this._blendEq&&(this._blendEq=!1,i.blendEquationSeparate(i.FUNC_ADD,i.FUNC_ADD))}setPolygonOffset(t,e){this.gl.polygonOffset(t,e)}reset(){this.gl.pixelStorei(this.gl.UNPACK_FLIP_Y_WEBGL,!1),this.forceState(this.defaultState),this._blendEq=!0,this.blendMode=-1,this.setBlendMode(0)}updateCheck(t,e){const i=this.checks.indexOf(t);e&&i===-1?this.checks.push(t):!e&&i!==-1&&this.checks.splice(i,1)}static checkBlendMode(t,e){t.setBlendMode(e.blendMode)}static checkPolygonOffset(t,e){t.setPolygonOffset(1,e.polygonOffset)}destroy(){this.gl=null}};mm.extension={type:J.RendererSystem,name:"state"};let kw=mm;nt.add(kw);class Dw extends Yn{constructor(){super(...arguments),this.runners={},this._systemsHash={}}setup(t){this.addRunners(...t.runners);const e=(t.priority??[]).filter(s=>t.systems[s]),i=[...e,...Object.keys(t.systems).filter(s=>!e.includes(s))];for(const s of i)this.addSystem(t.systems[s],s)}addRunners(...t){t.forEach(e=>{this.runners[e]=new ri(e)})}addSystem(t,e){const i=new t(this);if(this[e])throw new Error(`Whoops! The name "${e}" is already in use`);this[e]=i,this._systemsHash[e]=i;for(const s in this.runners)this.runners[s].add(i);return this}emitWithCustomOptions(t,e){const i=Object.keys(this._systemsHash);t.items.forEach(s=>{const n=i.find(o=>this._systemsHash[o]===s);s[t.name](e[n])})}destroy(){Object.values(this.runners).forEach(t=>{t.destroy()}),this._systemsHash={}}}const ho=class _l{constructor(t){this.renderer=t,this.count=0,this.checkCount=0,this.maxIdle=_l.defaultMaxIdle,this.checkCountMax=_l.defaultCheckCountMax,this.mode=_l.defaultMode}postrender(){this.renderer.objectRenderer.renderingToScreen&&(this.count++,this.mode!==kl.MANUAL&&(this.checkCount++,this.checkCount>this.checkCountMax&&(this.checkCount=0,this.run())))}run(){const t=this.renderer.texture,e=t.managedTextures;let i=!1;for(let s=0;s<e.length;s++){const n=e[s];n.resource&&this.count-n.touched>this.maxIdle&&(t.destroyTexture(n,!0),e[s]=null,i=!0)}if(i){let s=0;for(let n=0;n<e.length;n++)e[n]!==null&&(e[s++]=e[n]);e.length=s}}unload(t){const e=this.renderer.texture,i=t._texture;i&&!i.framebuffer&&e.destroyTexture(i);for(let s=t.children.length-1;s>=0;s--)this.unload(t.children[s])}destroy(){this.renderer=null}};ho.defaultMode=kl.AUTO,ho.defaultMaxIdle=60*60,ho.defaultCheckCountMax=60*10,ho.extension={type:J.RendererSystem,name:"textureGC"};let hs=ho;nt.add(hs);class Yc{constructor(t){this.texture=t,this.width=-1,this.height=-1,this.dirtyId=-1,this.dirtyStyleId=-1,this.mipmap=!1,this.wrapMode=33071,this.type=ht.UNSIGNED_BYTE,this.internalFormat=V.RGBA,this.samplerType=0}}function Ow(r){let t;return"WebGL2RenderingContext"in globalThis&&r instanceof globalThis.WebGL2RenderingContext?t={[r.RGB]:et.FLOAT,[r.RGBA]:et.FLOAT,[r.ALPHA]:et.FLOAT,[r.LUMINANCE]:et.FLOAT,[r.LUMINANCE_ALPHA]:et.FLOAT,[r.R8]:et.FLOAT,[r.R8_SNORM]:et.FLOAT,[r.RG8]:et.FLOAT,[r.RG8_SNORM]:et.FLOAT,[r.RGB8]:et.FLOAT,[r.RGB8_SNORM]:et.FLOAT,[r.RGB565]:et.FLOAT,[r.RGBA4]:et.FLOAT,[r.RGB5_A1]:et.FLOAT,[r.RGBA8]:et.FLOAT,[r.RGBA8_SNORM]:et.FLOAT,[r.RGB10_A2]:et.FLOAT,[r.RGB10_A2UI]:et.FLOAT,[r.SRGB8]:et.FLOAT,[r.SRGB8_ALPHA8]:et.FLOAT,[r.R16F]:et.FLOAT,[r.RG16F]:et.FLOAT,[r.RGB16F]:et.FLOAT,[r.RGBA16F]:et.FLOAT,[r.R32F]:et.FLOAT,[r.RG32F]:et.FLOAT,[r.RGB32F]:et.FLOAT,[r.RGBA32F]:et.FLOAT,[r.R11F_G11F_B10F]:et.FLOAT,[r.RGB9_E5]:et.FLOAT,[r.R8I]:et.INT,[r.R8UI]:et.UINT,[r.R16I]:et.INT,[r.R16UI]:et.UINT,[r.R32I]:et.INT,[r.R32UI]:et.UINT,[r.RG8I]:et.INT,[r.RG8UI]:et.UINT,[r.RG16I]:et.INT,[r.RG16UI]:et.UINT,[r.RG32I]:et.INT,[r.RG32UI]:et.UINT,[r.RGB8I]:et.INT,[r.RGB8UI]:et.UINT,[r.RGB16I]:et.INT,[r.RGB16UI]:et.UINT,[r.RGB32I]:et.INT,[r.RGB32UI]:et.UINT,[r.RGBA8I]:et.INT,[r.RGBA8UI]:et.UINT,[r.RGBA16I]:et.INT,[r.RGBA16UI]:et.UINT,[r.RGBA32I]:et.INT,[r.RGBA32UI]:et.UINT,[r.DEPTH_COMPONENT16]:et.FLOAT,[r.DEPTH_COMPONENT24]:et.FLOAT,[r.DEPTH_COMPONENT32F]:et.FLOAT,[r.DEPTH_STENCIL]:et.FLOAT,[r.DEPTH24_STENCIL8]:et.FLOAT,[r.DEPTH32F_STENCIL8]:et.FLOAT}:t={[r.RGB]:et.FLOAT,[r.RGBA]:et.FLOAT,[r.ALPHA]:et.FLOAT,[r.LUMINANCE]:et.FLOAT,[r.LUMINANCE_ALPHA]:et.FLOAT,[r.DEPTH_STENCIL]:et.FLOAT},t}function Bw(r){let t;return"WebGL2RenderingContext"in globalThis&&r instanceof globalThis.WebGL2RenderingContext?t={[ht.UNSIGNED_BYTE]:{[V.RGBA]:r.RGBA8,[V.RGB]:r.RGB8,[V.RG]:r.RG8,[V.RED]:r.R8,[V.RGBA_INTEGER]:r.RGBA8UI,[V.RGB_INTEGER]:r.RGB8UI,[V.RG_INTEGER]:r.RG8UI,[V.RED_INTEGER]:r.R8UI,[V.ALPHA]:r.ALPHA,[V.LUMINANCE]:r.LUMINANCE,[V.LUMINANCE_ALPHA]:r.LUMINANCE_ALPHA},[ht.BYTE]:{[V.RGBA]:r.RGBA8_SNORM,[V.RGB]:r.RGB8_SNORM,[V.RG]:r.RG8_SNORM,[V.RED]:r.R8_SNORM,[V.RGBA_INTEGER]:r.RGBA8I,[V.RGB_INTEGER]:r.RGB8I,[V.RG_INTEGER]:r.RG8I,[V.RED_INTEGER]:r.R8I},[ht.UNSIGNED_SHORT]:{[V.RGBA_INTEGER]:r.RGBA16UI,[V.RGB_INTEGER]:r.RGB16UI,[V.RG_INTEGER]:r.RG16UI,[V.RED_INTEGER]:r.R16UI,[V.DEPTH_COMPONENT]:r.DEPTH_COMPONENT16},[ht.SHORT]:{[V.RGBA_INTEGER]:r.RGBA16I,[V.RGB_INTEGER]:r.RGB16I,[V.RG_INTEGER]:r.RG16I,[V.RED_INTEGER]:r.R16I},[ht.UNSIGNED_INT]:{[V.RGBA_INTEGER]:r.RGBA32UI,[V.RGB_INTEGER]:r.RGB32UI,[V.RG_INTEGER]:r.RG32UI,[V.RED_INTEGER]:r.R32UI,[V.DEPTH_COMPONENT]:r.DEPTH_COMPONENT24},[ht.INT]:{[V.RGBA_INTEGER]:r.RGBA32I,[V.RGB_INTEGER]:r.RGB32I,[V.RG_INTEGER]:r.RG32I,[V.RED_INTEGER]:r.R32I},[ht.FLOAT]:{[V.RGBA]:r.RGBA32F,[V.RGB]:r.RGB32F,[V.RG]:r.RG32F,[V.RED]:r.R32F,[V.DEPTH_COMPONENT]:r.DEPTH_COMPONENT32F},[ht.HALF_FLOAT]:{[V.RGBA]:r.RGBA16F,[V.RGB]:r.RGB16F,[V.RG]:r.RG16F,[V.RED]:r.R16F},[ht.UNSIGNED_SHORT_5_6_5]:{[V.RGB]:r.RGB565},[ht.UNSIGNED_SHORT_4_4_4_4]:{[V.RGBA]:r.RGBA4},[ht.UNSIGNED_SHORT_5_5_5_1]:{[V.RGBA]:r.RGB5_A1},[ht.UNSIGNED_INT_2_10_10_10_REV]:{[V.RGBA]:r.RGB10_A2,[V.RGBA_INTEGER]:r.RGB10_A2UI},[ht.UNSIGNED_INT_10F_11F_11F_REV]:{[V.RGB]:r.R11F_G11F_B10F},[ht.UNSIGNED_INT_5_9_9_9_REV]:{[V.RGB]:r.RGB9_E5},[ht.UNSIGNED_INT_24_8]:{[V.DEPTH_STENCIL]:r.DEPTH24_STENCIL8},[ht.FLOAT_32_UNSIGNED_INT_24_8_REV]:{[V.DEPTH_STENCIL]:r.DEPTH32F_STENCIL8}}:t={[ht.UNSIGNED_BYTE]:{[V.RGBA]:r.RGBA,[V.RGB]:r.RGB,[V.ALPHA]:r.ALPHA,[V.LUMINANCE]:r.LUMINANCE,[V.LUMINANCE_ALPHA]:r.LUMINANCE_ALPHA},[ht.UNSIGNED_SHORT_5_6_5]:{[V.RGB]:r.RGB},[ht.UNSIGNED_SHORT_4_4_4_4]:{[V.RGBA]:r.RGBA},[ht.UNSIGNED_SHORT_5_5_5_1]:{[V.RGBA]:r.RGBA}},t}class gm{constructor(t){this.renderer=t,this.boundTextures=[],this.currentLocation=-1,this.managedTextures=[],this._unknownBoundTextures=!1,this.unknownTexture=new bt,this.hasIntegerTextures=!1}contextChange(){const t=this.gl=this.renderer.gl;this.CONTEXT_UID=this.renderer.CONTEXT_UID,this.webGLVersion=this.renderer.context.webGLVersion,this.internalFormats=Bw(t),this.samplerTypes=Ow(t);const e=t.getParameter(t.MAX_TEXTURE_IMAGE_UNITS);this.boundTextures.length=e;for(let s=0;s<e;s++)this.boundTextures[s]=null;this.emptyTextures={};const i=new Yc(t.createTexture());t.bindTexture(t.TEXTURE_2D,i.texture),t.texImage2D(t.TEXTURE_2D,0,t.RGBA,1,1,0,t.RGBA,t.UNSIGNED_BYTE,new Uint8Array(4)),this.emptyTextures[t.TEXTURE_2D]=i,this.emptyTextures[t.TEXTURE_CUBE_MAP]=new Yc(t.createTexture()),t.bindTexture(t.TEXTURE_CUBE_MAP,this.emptyTextures[t.TEXTURE_CUBE_MAP].texture);for(let s=0;s<6;s++)t.texImage2D(t.TEXTURE_CUBE_MAP_POSITIVE_X+s,0,t.RGBA,1,1,0,t.RGBA,t.UNSIGNED_BYTE,null);t.texParameteri(t.TEXTURE_CUBE_MAP,t.TEXTURE_MAG_FILTER,t.LINEAR),t.texParameteri(t.TEXTURE_CUBE_MAP,t.TEXTURE_MIN_FILTER,t.LINEAR);for(let s=0;s<this.boundTextures.length;s++)this.bind(null,s)}bind(t,e=0){const{gl:i}=this;if(t=t==null?void 0:t.castToBaseTexture(),(t==null?void 0:t.valid)&&!t.parentTextureArray){t.touched=this.renderer.textureGC.count;const s=t._glTextures[this.CONTEXT_UID]||this.initTexture(t);this.boundTextures[e]!==t&&(this.currentLocation!==e&&(this.currentLocation=e,i.activeTexture(i.TEXTURE0+e)),i.bindTexture(t.target,s.texture)),s.dirtyId!==t.dirtyId?(this.currentLocation!==e&&(this.currentLocation=e,i.activeTexture(i.TEXTURE0+e)),this.updateTexture(t)):s.dirtyStyleId!==t.dirtyStyleId&&this.updateTextureStyle(t),this.boundTextures[e]=t}else this.currentLocation!==e&&(this.currentLocation=e,i.activeTexture(i.TEXTURE0+e)),i.bindTexture(i.TEXTURE_2D,this.emptyTextures[i.TEXTURE_2D].texture),this.boundTextures[e]=null}reset(){this._unknownBoundTextures=!0,this.hasIntegerTextures=!1,this.currentLocation=-1;for(let t=0;t<this.boundTextures.length;t++)this.boundTextures[t]=this.unknownTexture}unbind(t){const{gl:e,boundTextures:i}=this;if(this._unknownBoundTextures){this._unknownBoundTextures=!1;for(let s=0;s<i.length;s++)i[s]===this.unknownTexture&&this.bind(null,s)}for(let s=0;s<i.length;s++)i[s]===t&&(this.currentLocation!==s&&(e.activeTexture(e.TEXTURE0+s),this.currentLocation=s),e.bindTexture(t.target,this.emptyTextures[t.target].texture),i[s]=null)}ensureSamplerType(t){const{boundTextures:e,hasIntegerTextures:i,CONTEXT_UID:s}=this;if(i)for(let n=t-1;n>=0;--n){const o=e[n];o&&o._glTextures[s].samplerType!==et.FLOAT&&this.renderer.texture.unbind(o)}}initTexture(t){const e=new Yc(this.gl.createTexture());return e.dirtyId=-1,t._glTextures[this.CONTEXT_UID]=e,this.managedTextures.push(t),t.on("dispose",this.destroyTexture,this),e}initTextureType(t,e){var i;e.internalFormat=((i=this.internalFormats[t.type])==null?void 0:i[t.format])??t.format,e.samplerType=this.samplerTypes[e.internalFormat]??et.FLOAT,this.webGLVersion===2&&t.type===ht.HALF_FLOAT?e.type=this.gl.HALF_FLOAT:e.type=t.type}updateTexture(t){var s;const e=t._glTextures[this.CONTEXT_UID];if(!e)return;const i=this.renderer;if(this.initTextureType(t,e),(s=t.resource)==null?void 0:s.upload(i,t,e))e.samplerType!==et.FLOAT&&(this.hasIntegerTextures=!0);else{const n=t.realWidth,o=t.realHeight,a=i.gl;(e.width!==n||e.height!==o||e.dirtyId<0)&&(e.width=n,e.height=o,a.texImage2D(t.target,0,e.internalFormat,n,o,0,t.format,e.type,null))}t.dirtyStyleId!==e.dirtyStyleId&&this.updateTextureStyle(t),e.dirtyId=t.dirtyId}destroyTexture(t,e){const{gl:i}=this;if(t=t.castToBaseTexture(),t._glTextures[this.CONTEXT_UID]&&(this.unbind(t),i.deleteTexture(t._glTextures[this.CONTEXT_UID].texture),t.off("dispose",this.destroyTexture,this),delete t._glTextures[this.CONTEXT_UID],!e)){const s=this.managedTextures.indexOf(t);s!==-1&&tn(this.managedTextures,s,1)}}updateTextureStyle(t){var i;const e=t._glTextures[this.CONTEXT_UID];e&&((t.mipmap===vi.POW2||this.webGLVersion!==2)&&!t.isPowerOfTwo?e.mipmap=!1:e.mipmap=t.mipmap>=1,this.webGLVersion!==2&&!t.isPowerOfTwo?e.wrapMode=_i.CLAMP:e.wrapMode=t.wrapMode,(i=t.resource)!=null&&i.style(this.renderer,t,e)||this.setStyle(t,e),e.dirtyStyleId=t.dirtyStyleId)}setStyle(t,e){const i=this.gl;if(e.mipmap&&t.mipmap!==vi.ON_MANUAL&&i.generateMipmap(t.target),i.texParameteri(t.target,i.TEXTURE_WRAP_S,e.wrapMode),i.texParameteri(t.target,i.TEXTURE_WRAP_T,e.wrapMode),e.mipmap){i.texParameteri(t.target,i.TEXTURE_MIN_FILTER,t.scaleMode===Ki.LINEAR?i.LINEAR_MIPMAP_LINEAR:i.NEAREST_MIPMAP_NEAREST);const s=this.renderer.context.extensions.anisotropicFiltering;if(s&&t.anisotropicLevel>0&&t.scaleMode===Ki.LINEAR){const n=Math.min(t.anisotropicLevel,i.getParameter(s.MAX_TEXTURE_MAX_ANISOTROPY_EXT));i.texParameterf(t.target,s.TEXTURE_MAX_ANISOTROPY_EXT,n)}}else i.texParameteri(t.target,i.TEXTURE_MIN_FILTER,t.scaleMode===Ki.LINEAR?i.LINEAR:i.NEAREST);i.texParameteri(t.target,i.TEXTURE_MAG_FILTER,t.scaleMode===Ki.LINEAR?i.LINEAR:i.NEAREST)}destroy(){this.renderer=null}}gm.extension={type:J.RendererSystem,name:"texture"},nt.add(gm);class ym{constructor(t){this.renderer=t}contextChange(){this.gl=this.renderer.gl,this.CONTEXT_UID=this.renderer.CONTEXT_UID}bind(t){const{gl:e,CONTEXT_UID:i}=this,s=t._glTransformFeedbacks[i]||this.createGLTransformFeedback(t);e.bindTransformFeedback(e.TRANSFORM_FEEDBACK,s)}unbind(){const{gl:t}=this;t.bindTransformFeedback(t.TRANSFORM_FEEDBACK,null)}beginTransformFeedback(t,e){const{gl:i,renderer:s}=this;e&&s.shader.bind(e),i.beginTransformFeedback(t)}endTransformFeedback(){const{gl:t}=this;t.endTransformFeedback()}createGLTransformFeedback(t){const{gl:e,renderer:i,CONTEXT_UID:s}=this,n=e.createTransformFeedback();t._glTransformFeedbacks[s]=n,e.bindTransformFeedback(e.TRANSFORM_FEEDBACK,n);for(let o=0;o<t.buffers.length;o++){const a=t.buffers[o];a&&(i.buffer.update(a),a._glBuffers[s].refCount++,e.bindBufferBase(e.TRANSFORM_FEEDBACK_BUFFER,o,a._glBuffers[s].buffer||null))}return e.bindTransformFeedback(e.TRANSFORM_FEEDBACK,null),t.disposeRunner.add(this),n}disposeTransformFeedback(t,e){const i=t._glTransformFeedbacks[this.CONTEXT_UID],s=this.gl;t.disposeRunner.remove(this);const n=this.renderer.buffer;if(n)for(let o=0;o<t.buffers.length;o++){const a=t.buffers[o];if(!a)continue;const h=a._glBuffers[this.CONTEXT_UID];h&&(h.refCount--,h.refCount===0&&!e&&n.dispose(a,e))}i&&(e||s.deleteTransformFeedback(i),delete t._glTransformFeedbacks[this.CONTEXT_UID])}destroy(){this.renderer=null}}ym.extension={type:J.RendererSystem,name:"transformFeedback"},nt.add(ym);class Ka{constructor(t){this.renderer=t}init(t){this.screen=new pt(0,0,t.width,t.height),this.element=t.view||it.ADAPTER.createCanvas(),this.resolution=t.resolution||it.RESOLUTION,this.autoDensity=!!t.autoDensity}resizeView(t,e){this.element.width=Math.round(t*this.resolution),this.element.height=Math.round(e*this.resolution);const i=this.element.width/this.resolution,s=this.element.height/this.resolution;this.screen.width=i,this.screen.height=s,this.autoDensity&&(this.element.style.width=`${i}px`,this.element.style.height=`${s}px`),this.renderer.emit("resize",i,s),this.renderer.runners.resize.emit(this.screen.width,this.screen.height)}destroy(t){var e;t&&((e=this.element.parentNode)==null||e.removeChild(this.element)),this.renderer=null,this.element=null,this.screen=null}}Ka.defaultOptions={width:800,height:600,resolution:void 0,autoDensity:!1},Ka.extension={type:[J.RendererSystem,J.CanvasRendererSystem],name:"_view"},nt.add(Ka),it.PREFER_ENV=zr.WEBGL2,it.STRICT_TEXTURE_CACHE=!1,it.RENDER_OPTIONS={...Xa.defaultOptions,...Ua.defaultOptions,...Ka.defaultOptions,...Ha.defaultOptions},Object.defineProperties(it,{WRAP_MODE:{get(){return bt.defaultOptions.wrapMode},set(r){vt("7.1.0","settings.WRAP_MODE is deprecated, use BaseTexture.defaultOptions.wrapMode"),bt.defaultOptions.wrapMode=r}},SCALE_MODE:{get(){return bt.defaultOptions.scaleMode},set(r){vt("7.1.0","settings.SCALE_MODE is deprecated, use BaseTexture.defaultOptions.scaleMode"),bt.defaultOptions.scaleMode=r}},MIPMAP_TEXTURES:{get(){return bt.defaultOptions.mipmap},set(r){vt("7.1.0","settings.MIPMAP_TEXTURES is deprecated, use BaseTexture.defaultOptions.mipmap"),bt.defaultOptions.mipmap=r}},ANISOTROPIC_LEVEL:{get(){return bt.defaultOptions.anisotropicLevel},set(r){vt("7.1.0","settings.ANISOTROPIC_LEVEL is deprecated, use BaseTexture.defaultOptions.anisotropicLevel"),bt.defaultOptions.anisotropicLevel=r}},FILTER_RESOLUTION:{get(){return vt("7.1.0","settings.FILTER_RESOLUTION is deprecated, use Filter.defaultResolution"),xe.defaultResolution},set(r){xe.defaultResolution=r}},FILTER_MULTISAMPLE:{get(){return vt("7.1.0","settings.FILTER_MULTISAMPLE is deprecated, use Filter.defaultMultisample"),xe.defaultMultisample},set(r){xe.defaultMultisample=r}},SPRITE_MAX_TEXTURES:{get(){return ns.defaultMaxTextures},set(r){vt("7.1.0","settings.SPRITE_MAX_TEXTURES is deprecated, use BatchRenderer.defaultMaxTextures"),ns.defaultMaxTextures=r}},SPRITE_BATCH_SIZE:{get(){return ns.defaultBatchSize},set(r){vt("7.1.0","settings.SPRITE_BATCH_SIZE is deprecated, use BatchRenderer.defaultBatchSize"),ns.defaultBatchSize=r}},CAN_UPLOAD_SAME_BUFFER:{get(){return ns.canUploadSameBuffer},set(r){vt("7.1.0","settings.CAN_UPLOAD_SAME_BUFFER is deprecated, use BatchRenderer.canUploadSameBuffer"),ns.canUploadSameBuffer=r}},GC_MODE:{get(){return hs.defaultMode},set(r){vt("7.1.0","settings.GC_MODE is deprecated, use TextureGCSystem.defaultMode"),hs.defaultMode=r}},GC_MAX_IDLE:{get(){return hs.defaultMaxIdle},set(r){vt("7.1.0","settings.GC_MAX_IDLE is deprecated, use TextureGCSystem.defaultMaxIdle"),hs.defaultMaxIdle=r}},GC_MAX_CHECK_COUNT:{get(){return hs.defaultCheckCountMax},set(r){vt("7.1.0","settings.GC_MAX_CHECK_COUNT is deprecated, use TextureGCSystem.defaultCheckCountMax"),hs.defaultCheckCountMax=r}},PRECISION_VERTEX:{get(){return tr.defaultVertexPrecision},set(r){vt("7.1.0","settings.PRECISION_VERTEX is deprecated, use Program.defaultVertexPrecision"),tr.defaultVertexPrecision=r}},PRECISION_FRAGMENT:{get(){return tr.defaultFragmentPrecision},set(r){vt("7.1.0","settings.PRECISION_FRAGMENT is deprecated, use Program.defaultFragmentPrecision"),tr.defaultFragmentPrecision=r}}});var ls=(r=>(r[r.INTERACTION=50]="INTERACTION",r[r.HIGH=25]="HIGH",r[r.NORMAL=0]="NORMAL",r[r.LOW=-25]="LOW",r[r.UTILITY=-50]="UTILITY",r))(ls||{});class zc{constructor(t,e=null,i=0,s=!1){this.next=null,this.previous=null,this._destroyed=!1,this.fn=t,this.context=e,this.priority=i,this.once=s}match(t,e=null){return this.fn===t&&this.context===e}emit(t){this.fn&&(this.context?this.fn.call(this.context,t):this.fn(t));const e=this.next;return this.once&&this.destroy(!0),this._destroyed&&(this.next=null),e}connect(t){this.previous=t,t.next&&(t.next.previous=this),this.next=t.next,t.next=this}destroy(t=!1){this._destroyed=!0,this.fn=null,this.context=null,this.previous&&(this.previous.next=this.next),this.next&&(this.next.previous=this.previous);const e=this.next;return this.next=t?null:e,this.previous=null,e}}const bm=class We{constructor(){this.autoStart=!1,this.deltaTime=1,this.lastTime=-1,this.speed=1,this.started=!1,this._requestId=null,this._maxElapsedMS=100,this._minElapsedMS=0,this._protected=!1,this._lastFrame=-1,this._head=new zc(null,null,1/0),this.deltaMS=1/We.targetFPMS,this.elapsedMS=1/We.targetFPMS,this._tick=t=>{this._requestId=null,this.started&&(this.update(t),this.started&&this._requestId===null&&this._head.next&&(this._requestId=requestAnimationFrame(this._tick)))}}_requestIfNeeded(){this._requestId===null&&this._head.next&&(this.lastTime=performance.now(),this._lastFrame=this.lastTime,this._requestId=requestAnimationFrame(this._tick))}_cancelIfNeeded(){this._requestId!==null&&(cancelAnimationFrame(this._requestId),this._requestId=null)}_startIfPossible(){this.started?this._requestIfNeeded():this.autoStart&&this.start()}add(t,e,i=ls.NORMAL){return this._addListener(new zc(t,e,i))}addOnce(t,e,i=ls.NORMAL){return this._addListener(new zc(t,e,i,!0))}_addListener(t){let e=this._head.next,i=this._head;if(!e)t.connect(i);else{for(;e;){if(t.priority>e.priority){t.connect(i);break}i=e,e=e.next}t.previous||t.connect(i)}return this._startIfPossible(),this}remove(t,e){let i=this._head.next;for(;i;)i.match(t,e)?i=i.destroy():i=i.next;return this._head.next||this._cancelIfNeeded(),this}get count(){if(!this._head)return 0;let t=0,e=this._head;for(;e=e.next;)t++;return t}start(){this.started||(this.started=!0,this._requestIfNeeded())}stop(){this.started&&(this.started=!1,this._cancelIfNeeded())}destroy(){if(!this._protected){this.stop();let t=this._head.next;for(;t;)t=t.destroy(!0);this._head.destroy(),this._head=null}}update(t=performance.now()){let e;if(t>this.lastTime){if(e=this.elapsedMS=t-this.lastTime,e>this._maxElapsedMS&&(e=this._maxElapsedMS),e*=this.speed,this._minElapsedMS){const n=t-this._lastFrame|0;if(n<this._minElapsedMS)return;this._lastFrame=t-n%this._minElapsedMS}this.deltaMS=e,this.deltaTime=this.deltaMS*We.targetFPMS;const i=this._head;let s=i.next;for(;s;)s=s.emit(this.deltaTime);i.next||this._cancelIfNeeded()}else this.deltaTime=this.deltaMS=this.elapsedMS=0;this.lastTime=t}get FPS(){return 1e3/this.elapsedMS}get minFPS(){return 1e3/this._maxElapsedMS}set minFPS(t){const e=Math.min(this.maxFPS,t),i=Math.min(Math.max(0,e)/1e3,We.targetFPMS);this._maxElapsedMS=1/i}get maxFPS(){return this._minElapsedMS?Math.round(1e3/this._minElapsedMS):0}set maxFPS(t){if(t===0)this._minElapsedMS=0;else{const e=Math.max(this.minFPS,t);this._minElapsedMS=1/(e/1e3)}}static get shared(){if(!We._shared){const t=We._shared=new We;t.autoStart=!0,t._protected=!0}return We._shared}static get system(){if(!We._system){const t=We._system=new We;t.autoStart=!0,t._protected=!0}return We._system}};bm.targetFPMS=.06;let _e=bm;Object.defineProperties(it,{TARGET_FPMS:{get(){return _e.targetFPMS},set(r){vt("7.1.0","settings.TARGET_FPMS is deprecated, use Ticker.targetFPMS"),_e.targetFPMS=r}}});class xm{static init(t){t=Object.assign({autoStart:!0,sharedTicker:!1},t),Object.defineProperty(this,"ticker",{set(e){this._ticker&&this._ticker.remove(this.render,this),this._ticker=e,e&&e.add(this.render,this,ls.LOW)},get(){return this._ticker}}),this.stop=()=>{this._ticker.stop()},this.start=()=>{this._ticker.start()},this._ticker=null,this.ticker=t.sharedTicker?_e.shared:new _e,t.autoStart&&this.start()}static destroy(){if(this._ticker){const t=this._ticker;this.ticker=null,t.destroy()}}}xm.extension=J.Application,nt.add(xm);const _m=[];nt.handleByList(J.Renderer,_m);function Uw(r){for(const t of _m)if(t.test(r))return new t(r);throw new Error("Unable to auto-detect a suitable renderer.")}var Xw=`attribute vec2 aVertexPosition;
|
|
490
490
|
attribute vec2 aTextureCoord;
|
|
491
491
|
|
|
492
492
|
uniform mat3 projectionMatrix;
|
|
@@ -523,7 +523,7 @@ void main(void)
|
|
|
523
523
|
gl_Position = filterVertexPosition();
|
|
524
524
|
vTextureCoord = filterTextureCoord();
|
|
525
525
|
}
|
|
526
|
-
`;const Zw=Xw,rm=Ww;class nm{constructor(t){this.renderer=t}contextChange(t){let e;if(this.renderer.context.webGLVersion===1){const r=t.getParameter(t.FRAMEBUFFER_BINDING);t.bindFramebuffer(t.FRAMEBUFFER,null),e=t.getParameter(t.SAMPLES),t.bindFramebuffer(t.FRAMEBUFFER,r)}else{const r=t.getParameter(t.DRAW_FRAMEBUFFER_BINDING);t.bindFramebuffer(t.DRAW_FRAMEBUFFER,null),e=t.getParameter(t.SAMPLES),t.bindFramebuffer(t.DRAW_FRAMEBUFFER,r)}e>=Jt.HIGH?this.multisample=Jt.HIGH:e>=Jt.MEDIUM?this.multisample=Jt.MEDIUM:e>=Jt.LOW?this.multisample=Jt.LOW:this.multisample=Jt.NONE}destroy(){}}nm.extension={type:$.RendererSystem,name:"_multisample"},st.add(nm);class Vw{constructor(t){this.buffer=t||null,this.updateID=-1,this.byteLength=-1,this.refCount=0}}class sm{constructor(t){this.renderer=t,this.managedBuffers={},this.boundBufferBases={}}destroy(){this.renderer=null}contextChange(){this.disposeAll(!0),this.gl=this.renderer.gl,this.CONTEXT_UID=this.renderer.CONTEXT_UID}bind(t){const{gl:e,CONTEXT_UID:r}=this,n=t._glBuffers[r]||this.createGLBuffer(t);e.bindBuffer(t.type,n.buffer)}unbind(t){const{gl:e}=this;e.bindBuffer(t,null)}bindBufferBase(t,e){const{gl:r,CONTEXT_UID:n}=this;if(this.boundBufferBases[e]!==t){const s=t._glBuffers[n]||this.createGLBuffer(t);this.boundBufferBases[e]=t,r.bindBufferBase(r.UNIFORM_BUFFER,e,s.buffer)}}bindBufferRange(t,e,r){const{gl:n,CONTEXT_UID:s}=this;r=r||0;const o=t._glBuffers[s]||this.createGLBuffer(t);n.bindBufferRange(n.UNIFORM_BUFFER,e||0,o.buffer,r*256,256)}update(t){const{gl:e,CONTEXT_UID:r}=this,n=t._glBuffers[r]||this.createGLBuffer(t);if(t._updateID!==n.updateID)if(n.updateID=t._updateID,e.bindBuffer(t.type,n.buffer),n.byteLength>=t.data.byteLength)e.bufferSubData(t.type,0,t.data);else{const s=t.static?e.STATIC_DRAW:e.DYNAMIC_DRAW;n.byteLength=t.data.byteLength,e.bufferData(t.type,t.data,s)}}dispose(t,e){if(!this.managedBuffers[t.id])return;delete this.managedBuffers[t.id];const r=t._glBuffers[this.CONTEXT_UID],n=this.gl;t.disposeRunner.remove(this),r&&(e||n.deleteBuffer(r.buffer),delete t._glBuffers[this.CONTEXT_UID])}disposeAll(t){const e=Object.keys(this.managedBuffers);for(let r=0;r<e.length;r++)this.dispose(this.managedBuffers[e[r]],t)}createGLBuffer(t){const{CONTEXT_UID:e,gl:r}=this;return t._glBuffers[e]=new Vw(r.createBuffer()),this.managedBuffers[t.id]=t,t.disposeRunner.add(this),t._glBuffers[e]}}sm.extension={type:$.RendererSystem,name:"buffer"},st.add(sm);class om{constructor(t){this.renderer=t}render(t,e){const r=this.renderer;let n,s,o,a;if(e&&(n=e.renderTexture,s=e.clear,o=e.transform,a=e.skipUpdateTransform),this.renderingToScreen=!n,r.runners.prerender.emit(),r.emit("prerender"),r.projection.transform=o,!r.context.isLost){if(n||(this.lastObjectRendered=t),!a){const l=t.enableTempParent();t.updateTransform(),t.disableTempParent(l)}r.renderTexture.bind(n),r.batch.currentRenderer.start(),(s??r.background.clearBeforeRender)&&r.renderTexture.clear(),t.render(r),r.batch.currentRenderer.flush(),n&&(e.blit&&r.framebuffer.blit(),n.baseTexture.update()),r.runners.postrender.emit(),r.projection.transform=null,r.emit("postrender")}}destroy(){this.renderer=null,this.lastObjectRendered=null}}om.extension={type:$.RendererSystem,name:"objectRenderer"},st.add(om);const $a=class Bf extends Nw{constructor(t){super(),this.type=zf.WEBGL,t=Object.assign({},nt.RENDER_OPTIONS,t),this.gl=null,this.CONTEXT_UID=0,this.globalUniforms=new si({projectionMatrix:new Ft},!0);const e={runners:["init","destroy","contextChange","resolutionChange","reset","update","postrender","prerender","resize"],systems:Bf.__systems,priority:["_view","textureGenerator","background","_plugin","startup","context","state","texture","buffer","geometry","framebuffer","transformFeedback","mask","scissor","stencil","projection","textureGC","filter","renderTexture","batch","objectRenderer","_multisample"]};this.setup(e),"useContextAlpha"in t&&(wt("7.0.0","options.useContextAlpha is deprecated, use options.premultipliedAlpha and options.backgroundAlpha instead"),t.premultipliedAlpha=t.useContextAlpha&&t.useContextAlpha!=="notMultiplied",t.backgroundAlpha=t.useContextAlpha===!1?1:t.backgroundAlpha),this._plugin.rendererPlugins=Bf.__plugins,this.options=t,this.startup.run(this.options)}static test(t){return t!=null&&t.forceCanvas?!1:pv()}render(t,e){this.objectRenderer.render(t,e)}resize(t,e){this._view.resizeView(t,e)}reset(){return this.runners.reset.emit(),this}clear(){this.renderTexture.bind(),this.renderTexture.clear()}destroy(t=!1){this.runners.destroy.items.reverse(),this.emitWithCustomOptions(this.runners.destroy,{_view:t}),super.destroy()}get plugins(){return this._plugin.plugins}get multisample(){return this._multisample.multisample}get width(){return this._view.element.width}get height(){return this._view.element.height}get resolution(){return this._view.resolution}set resolution(t){this._view.resolution=t,this.runners.resolutionChange.emit(t)}get autoDensity(){return this._view.autoDensity}get view(){return this._view.element}get screen(){return this._view.screen}get lastObjectRendered(){return this.objectRenderer.lastObjectRendered}get renderingToScreen(){return this.objectRenderer.renderingToScreen}get rendererLogId(){return`WebGL ${this.context.webGLVersion}`}get clearBeforeRender(){return wt("7.0.0","renderer.clearBeforeRender has been deprecated, please use renderer.background.clearBeforeRender instead."),this.background.clearBeforeRender}get useContextAlpha(){return wt("7.0.0","renderer.useContextAlpha has been deprecated, please use renderer.context.premultipliedAlpha instead."),this.context.useContextAlpha}get preserveDrawingBuffer(){return wt("7.0.0","renderer.preserveDrawingBuffer has been deprecated, we cannot truly know this unless pixi created the context"),this.context.preserveDrawingBuffer}get backgroundColor(){return wt("7.0.0","renderer.backgroundColor has been deprecated, use renderer.background.color instead."),this.background.color}set backgroundColor(t){wt("7.0.0","renderer.backgroundColor has been deprecated, use renderer.background.color instead."),this.background.color=t}get backgroundAlpha(){return wt("7.0.0","renderer.backgroundAlpha has been deprecated, use renderer.background.alpha instead."),this.background.alpha}set backgroundAlpha(t){wt("7.0.0","renderer.backgroundAlpha has been deprecated, use renderer.background.alpha instead."),this.background.alpha=t}get powerPreference(){return wt("7.0.0","renderer.powerPreference has been deprecated, we can only know this if pixi creates the context"),this.context.powerPreference}generateTexture(t,e){return this.textureGenerator.generateTexture(t,e)}};$a.extension={type:$.Renderer,priority:1},$a.__plugins={},$a.__systems={};let Zc=$a;st.handleByMap($.RendererPlugin,Zc.__plugins),st.handleByMap($.RendererSystem,Zc.__systems),st.add(Zc);class am extends lo{constructor(t,e){const{width:r,height:n}=e||{};super(r,n),this.items=[],this.itemDirtyIds=[];for(let s=0;s<t;s++){const o=new bt;this.items.push(o),this.itemDirtyIds.push(-2)}this.length=t,this._load=null,this.baseTexture=null}initFromArray(t,e){for(let r=0;r<this.length;r++)t[r]&&(t[r].castToBaseTexture?this.addBaseTextureAt(t[r].castToBaseTexture(),r):t[r]instanceof lo?this.addResourceAt(t[r],r):this.addResourceAt(p0(t[r],e),r))}dispose(){for(let t=0,e=this.length;t<e;t++)this.items[t].destroy();this.items=null,this.itemDirtyIds=null,this._load=null}addResourceAt(t,e){if(!this.items[e])throw new Error(`Index ${e} is out of bounds`);return t.valid&&!this.valid&&this.resize(t.width,t.height),this.items[e].setResource(t),this}bind(t){if(this.baseTexture!==null)throw new Error("Only one base texture per TextureArray is allowed");super.bind(t);for(let e=0;e<this.length;e++)this.items[e].parentTextureArray=t,this.items[e].on("update",t.update,t)}unbind(t){super.unbind(t);for(let e=0;e<this.length;e++)this.items[e].parentTextureArray=null,this.items[e].off("update",t.update,t)}load(){if(this._load)return this._load;const t=this.items.map(e=>e.resource).filter(e=>e).map(e=>e.load());return this._load=Promise.all(t).then(()=>{const{realWidth:e,realHeight:r}=this.items[0];return this.resize(e,r),this.update(),Promise.resolve(this)}),this._load}}class Hw extends am{constructor(t,e){const{width:r,height:n}=e||{};let s,o;Array.isArray(t)?(s=t,o=t.length):o=t,super(o,{width:r,height:n}),s&&this.initFromArray(s,e)}addBaseTextureAt(t,e){if(t.resource)this.addResourceAt(t.resource,e);else throw new Error("ArrayResource does not support RenderTexture");return this}bind(t){super.bind(t),t.target=jn.TEXTURE_2D_ARRAY}upload(t,e,r){const{length:n,itemDirtyIds:s,items:o}=this,{gl:a}=t;r.dirtyId<0&&a.texImage3D(a.TEXTURE_2D_ARRAY,0,r.internalFormat,this._width,this._height,n,0,e.format,r.type,null);for(let l=0;l<n;l++){const h=o[l];s[l]<h.dirtyId&&(s[l]=h.dirtyId,h.valid&&a.texSubImage3D(a.TEXTURE_2D_ARRAY,0,0,0,l,h.resource.width,h.resource.height,1,e.format,r.type,h.resource.source))}return!0}}class Kw extends Ir{constructor(t){super(t)}static test(t){const{OffscreenCanvas:e}=globalThis;return e&&t instanceof e?!0:globalThis.HTMLCanvasElement&&t instanceof HTMLCanvasElement}}const lm=class ua extends am{constructor(t,e){const{width:r,height:n,autoLoad:s,linkBaseTexture:o}=e||{};if(t&&t.length!==ua.SIDES)throw new Error(`Invalid length. Got ${t.length}, expected 6`);super(6,{width:r,height:n});for(let a=0;a<ua.SIDES;a++)this.items[a].target=jn.TEXTURE_CUBE_MAP_POSITIVE_X+a;this.linkBaseTexture=o!==!1,t&&this.initFromArray(t,e),s!==!1&&this.load()}bind(t){super.bind(t),t.target=jn.TEXTURE_CUBE_MAP}addBaseTextureAt(t,e,r){if(r===void 0&&(r=this.linkBaseTexture),!this.items[e])throw new Error(`Index ${e} is out of bounds`);if(!this.linkBaseTexture||t.parentTextureArray||Object.keys(t._glTextures).length>0)if(t.resource)this.addResourceAt(t.resource,e);else throw new Error("CubeResource does not support copying of renderTexture.");else t.target=jn.TEXTURE_CUBE_MAP_POSITIVE_X+e,t.parentTextureArray=this.baseTexture,this.items[e]=t;return t.valid&&!this.valid&&this.resize(t.realWidth,t.realHeight),this.items[e]=t,this}upload(t,e,r){const n=this.itemDirtyIds;for(let s=0;s<ua.SIDES;s++){const o=this.items[s];(n[s]<o.dirtyId||r.dirtyId<e.dirtyId)&&(o.valid&&o.resource?(o.resource.upload(t,o,r),n[s]=o.dirtyId):n[s]<-1&&(t.gl.texImage2D(o.target,0,r.internalFormat,e.realWidth,e.realHeight,0,e.format,r.type,null),n[s]=-1))}return!0}static test(t){return Array.isArray(t)&&t.length===ua.SIDES}};lm.SIDES=6;let zw=lm;class cs extends Ir{constructor(t,e){e=e||{};let r,n,s;typeof t=="string"?(r=cs.EMPTY,n=t,s=!0):(r=t,n=null,s=!1),super(r),this.url=n,this.crossOrigin=e.crossOrigin??!0,this.alphaMode=typeof e.alphaMode=="number"?e.alphaMode:null,this.ownsImageBitmap=e.ownsImageBitmap??s,this._load=null,e.autoLoad!==!1&&this.load()}load(){return this._load?this._load:(this._load=new Promise(async(t,e)=>{if(this.url===null){t(this);return}try{const r=await nt.ADAPTER.fetch(this.url,{mode:this.crossOrigin?"cors":"no-cors"});if(this.destroyed)return;const n=await r.blob();if(this.destroyed)return;const s=await createImageBitmap(n,{premultiplyAlpha:this.alphaMode===null||this.alphaMode===Se.UNPACK?"premultiply":"none"});if(this.destroyed){s.close();return}this.source=s,this.update(),t(this)}catch(r){if(this.destroyed)return;e(r),this.onError.emit(r)}}),this._load)}upload(t,e,r){return this.source instanceof ImageBitmap?(typeof this.alphaMode=="number"&&(e.alphaMode=this.alphaMode),super.upload(t,e,r)):(this.load(),!1)}dispose(){this.ownsImageBitmap&&this.source instanceof ImageBitmap&&this.source.close(),super.dispose(),this._load=null}static test(t){return!!globalThis.createImageBitmap&&typeof ImageBitmap<"u"&&(typeof t=="string"||t instanceof ImageBitmap)}static get EMPTY(){return cs._EMPTY=cs._EMPTY??nt.ADAPTER.createCanvas(0,0),cs._EMPTY}}const Vc=class Eh extends Ir{constructor(t,e){e=e||{},super(nt.ADAPTER.createCanvas()),this._width=0,this._height=0,this.svg=t,this.scale=e.scale||1,this._overrideWidth=e.width,this._overrideHeight=e.height,this._resolve=null,this._crossorigin=e.crossorigin,this._load=null,e.autoLoad!==!1&&this.load()}load(){return this._load?this._load:(this._load=new Promise(t=>{if(this._resolve=()=>{this.update(),t(this)},Eh.SVG_XML.test(this.svg.trim())){if(!btoa)throw new Error("Your browser doesn't support base64 conversions.");this.svg=`data:image/svg+xml;base64,${btoa(unescape(encodeURIComponent(this.svg)))}`}this._loadSvg()}),this._load)}_loadSvg(){const t=new Image;Ir.crossOrigin(t,this.svg,this._crossorigin),t.src=this.svg,t.onerror=e=>{this._resolve&&(t.onerror=null,this.onError.emit(e))},t.onload=()=>{if(!this._resolve)return;const e=t.width,r=t.height;if(!e||!r)throw new Error("The SVG image must have width and height defined (in pixels), canvas API needs them.");let n=e*this.scale,s=r*this.scale;(this._overrideWidth||this._overrideHeight)&&(n=this._overrideWidth||this._overrideHeight/r*e,s=this._overrideHeight||this._overrideWidth/e*r),n=Math.round(n),s=Math.round(s);const o=this.source;o.width=n,o.height=s,o._pixiId=`canvas_${on()}`,o.getContext("2d").drawImage(t,0,0,e,r,0,0,n,s),this._resolve(),this._resolve=null}}static getSize(t){const e=Eh.SVG_SIZE.exec(t),r={};return e&&(r[e[1]]=Math.round(parseFloat(e[3])),r[e[5]]=Math.round(parseFloat(e[7]))),r}dispose(){super.dispose(),this._resolve=null,this._crossorigin=null}static test(t,e){return e==="svg"||typeof t=="string"&&t.startsWith("data:image/svg+xml")||typeof t=="string"&&Eh.SVG_XML.test(t)}};Vc.SVG_XML=/^(<\?xml[^?]+\?>)?\s*(<!--[^(-->)]*-->)?\s*\<svg/m,Vc.SVG_SIZE=/<svg[^>]*(?:\s(width|height)=('|")(\d*(?:\.\d+)?)(?:px)?('|"))[^>]*(?:\s(width|height)=('|")(\d*(?:\.\d+)?)(?:px)?('|"))[^>]*>/i;let Hc=Vc;const Kc=class Uf extends Ir{constructor(t,e){if(e=e||{},!(t instanceof HTMLVideoElement)){const r=document.createElement("video");e.autoLoad!==!1&&r.setAttribute("preload","auto"),e.playsinline!==!1&&(r.setAttribute("webkit-playsinline",""),r.setAttribute("playsinline","")),e.muted===!0&&(r.setAttribute("muted",""),r.muted=!0),e.loop===!0&&r.setAttribute("loop",""),e.autoPlay!==!1&&r.setAttribute("autoplay",""),typeof t=="string"&&(t=[t]);const n=t[0].src||t[0];Ir.crossOrigin(r,n,e.crossorigin);for(let s=0;s<t.length;++s){const o=document.createElement("source");let{src:a,mime:l}=t[s];if(a=a||t[s],a.startsWith("data:"))l=a.slice(5,a.indexOf(";"));else if(!a.startsWith("blob:")){const h=a.split("?").shift().toLowerCase(),c=h.slice(h.lastIndexOf(".")+1);l=l||Uf.MIME_TYPES[c]||`video/${c}`}o.src=a,l&&(o.type=l),r.appendChild(o)}t=r}super(t),this.noSubImage=!0,this._autoUpdate=!0,this._isConnectedToTicker=!1,this._updateFPS=e.updateFPS||0,this._msToNextUpdate=0,this.autoPlay=e.autoPlay!==!1,this._videoFrameRequestCallback=this._videoFrameRequestCallback.bind(this),this._videoFrameRequestCallbackHandle=null,this._load=null,this._resolve=null,this._reject=null,this._onCanPlay=this._onCanPlay.bind(this),this._onError=this._onError.bind(this),this._onPlayStart=this._onPlayStart.bind(this),this._onPlayStop=this._onPlayStop.bind(this),this._onSeeked=this._onSeeked.bind(this),e.autoLoad!==!1&&this.load()}update(t=0){if(!this.destroyed){if(this._updateFPS){const e=we.shared.elapsedMS*this.source.playbackRate;this._msToNextUpdate=Math.floor(this._msToNextUpdate-e)}(!this._updateFPS||this._msToNextUpdate<=0)&&(super.update(),this._msToNextUpdate=this._updateFPS?Math.floor(1e3/this._updateFPS):0)}}_videoFrameRequestCallback(){this.update(),this.destroyed?this._videoFrameRequestCallbackHandle=null:this._videoFrameRequestCallbackHandle=this.source.requestVideoFrameCallback(this._videoFrameRequestCallback)}load(){if(this._load)return this._load;const t=this.source;return(t.readyState===t.HAVE_ENOUGH_DATA||t.readyState===t.HAVE_FUTURE_DATA)&&t.width&&t.height&&(t.complete=!0),t.addEventListener("play",this._onPlayStart),t.addEventListener("pause",this._onPlayStop),t.addEventListener("seeked",this._onSeeked),this._isSourceReady()?this._onCanPlay():(t.addEventListener("canplay",this._onCanPlay),t.addEventListener("canplaythrough",this._onCanPlay),t.addEventListener("error",this._onError,!0)),this._load=new Promise((e,r)=>{this.valid?e(this):(this._resolve=e,this._reject=r,t.load())}),this._load}_onError(t){this.source.removeEventListener("error",this._onError,!0),this.onError.emit(t),this._reject&&(this._reject(t),this._reject=null,this._resolve=null)}_isSourcePlaying(){const t=this.source;return!t.paused&&!t.ended}_isSourceReady(){return this.source.readyState>2}_onPlayStart(){this.valid||this._onCanPlay(),this._configureAutoUpdate()}_onPlayStop(){this._configureAutoUpdate()}_onSeeked(){this._autoUpdate&&!this._isSourcePlaying()&&(this._msToNextUpdate=0,this.update(),this._msToNextUpdate=0)}_onCanPlay(){const t=this.source;t.removeEventListener("canplay",this._onCanPlay),t.removeEventListener("canplaythrough",this._onCanPlay);const e=this.valid;this._msToNextUpdate=0,this.update(),this._msToNextUpdate=0,!e&&this._resolve&&(this._resolve(this),this._resolve=null,this._reject=null),this._isSourcePlaying()?this._onPlayStart():this.autoPlay&&t.play()}dispose(){this._configureAutoUpdate();const t=this.source;t&&(t.removeEventListener("play",this._onPlayStart),t.removeEventListener("pause",this._onPlayStop),t.removeEventListener("seeked",this._onSeeked),t.removeEventListener("canplay",this._onCanPlay),t.removeEventListener("canplaythrough",this._onCanPlay),t.removeEventListener("error",this._onError,!0),t.pause(),t.src="",t.load()),super.dispose()}get autoUpdate(){return this._autoUpdate}set autoUpdate(t){t!==this._autoUpdate&&(this._autoUpdate=t,this._configureAutoUpdate())}get updateFPS(){return this._updateFPS}set updateFPS(t){t!==this._updateFPS&&(this._updateFPS=t,this._configureAutoUpdate())}_configureAutoUpdate(){this._autoUpdate&&this._isSourcePlaying()?!this._updateFPS&&this.source.requestVideoFrameCallback?(this._isConnectedToTicker&&(we.shared.remove(this.update,this),this._isConnectedToTicker=!1,this._msToNextUpdate=0),this._videoFrameRequestCallbackHandle===null&&(this._videoFrameRequestCallbackHandle=this.source.requestVideoFrameCallback(this._videoFrameRequestCallback))):(this._videoFrameRequestCallbackHandle!==null&&(this.source.cancelVideoFrameCallback(this._videoFrameRequestCallbackHandle),this._videoFrameRequestCallbackHandle=null),this._isConnectedToTicker||(we.shared.add(this.update,this),this._isConnectedToTicker=!0,this._msToNextUpdate=0)):(this._videoFrameRequestCallbackHandle!==null&&(this.source.cancelVideoFrameCallback(this._videoFrameRequestCallbackHandle),this._videoFrameRequestCallbackHandle=null),this._isConnectedToTicker&&(we.shared.remove(this.update,this),this._isConnectedToTicker=!1,this._msToNextUpdate=0))}static test(t,e){return globalThis.HTMLVideoElement&&t instanceof HTMLVideoElement||Uf.TYPES.includes(e)}};Kc.TYPES=["mp4","m4v","webm","ogg","ogv","h264","avi","mov"],Kc.MIME_TYPES={ogv:"video/ogg",mov:"video/quicktime",m4v:"video/mp4"};let hm=Kc;Ec.push(cs,M0,Kw,hm,Hc,La,zw,Hw);class Qa{constructor(){this.minX=1/0,this.minY=1/0,this.maxX=-1/0,this.maxY=-1/0,this.rect=null,this.updateID=-1}isEmpty(){return this.minX>this.maxX||this.minY>this.maxY}clear(){this.minX=1/0,this.minY=1/0,this.maxX=-1/0,this.maxY=-1/0}getRectangle(t){return this.minX>this.maxX||this.minY>this.maxY?pt.EMPTY:(t=t||new pt(0,0,1,1),t.x=this.minX,t.y=this.minY,t.width=this.maxX-this.minX,t.height=this.maxY-this.minY,t)}addPoint(t){this.minX=Math.min(this.minX,t.x),this.maxX=Math.max(this.maxX,t.x),this.minY=Math.min(this.minY,t.y),this.maxY=Math.max(this.maxY,t.y)}addPointMatrix(t,e){const{a:r,b:n,c:s,d:o,tx:a,ty:l}=t,h=r*e.x+s*e.y+a,c=n*e.x+o*e.y+l;this.minX=Math.min(this.minX,h),this.maxX=Math.max(this.maxX,h),this.minY=Math.min(this.minY,c),this.maxY=Math.max(this.maxY,c)}addQuad(t){let e=this.minX,r=this.minY,n=this.maxX,s=this.maxY,o=t[0],a=t[1];e=o<e?o:e,r=a<r?a:r,n=o>n?o:n,s=a>s?a:s,o=t[2],a=t[3],e=o<e?o:e,r=a<r?a:r,n=o>n?o:n,s=a>s?a:s,o=t[4],a=t[5],e=o<e?o:e,r=a<r?a:r,n=o>n?o:n,s=a>s?a:s,o=t[6],a=t[7],e=o<e?o:e,r=a<r?a:r,n=o>n?o:n,s=a>s?a:s,this.minX=e,this.minY=r,this.maxX=n,this.maxY=s}addFrame(t,e,r,n,s){this.addFrameMatrix(t.worldTransform,e,r,n,s)}addFrameMatrix(t,e,r,n,s){const o=t.a,a=t.b,l=t.c,h=t.d,c=t.tx,u=t.ty;let d=this.minX,f=this.minY,p=this.maxX,m=this.maxY,g=o*e+l*r+c,b=a*e+h*r+u;d=g<d?g:d,f=b<f?b:f,p=g>p?g:p,m=b>m?b:m,g=o*n+l*r+c,b=a*n+h*r+u,d=g<d?g:d,f=b<f?b:f,p=g>p?g:p,m=b>m?b:m,g=o*e+l*s+c,b=a*e+h*s+u,d=g<d?g:d,f=b<f?b:f,p=g>p?g:p,m=b>m?b:m,g=o*n+l*s+c,b=a*n+h*s+u,d=g<d?g:d,f=b<f?b:f,p=g>p?g:p,m=b>m?b:m,this.minX=d,this.minY=f,this.maxX=p,this.maxY=m}addVertexData(t,e,r){let n=this.minX,s=this.minY,o=this.maxX,a=this.maxY;for(let l=e;l<r;l+=2){const h=t[l],c=t[l+1];n=h<n?h:n,s=c<s?c:s,o=h>o?h:o,a=c>a?c:a}this.minX=n,this.minY=s,this.maxX=o,this.maxY=a}addVertices(t,e,r,n){this.addVerticesMatrix(t.worldTransform,e,r,n)}addVerticesMatrix(t,e,r,n,s=0,o=s){const a=t.a,l=t.b,h=t.c,c=t.d,u=t.tx,d=t.ty;let f=this.minX,p=this.minY,m=this.maxX,g=this.maxY;for(let b=r;b<n;b+=2){const _=e[b],x=e[b+1],v=a*_+h*x+u,T=c*x+l*_+d;f=Math.min(f,v-s),m=Math.max(m,v+s),p=Math.min(p,T-o),g=Math.max(g,T+o)}this.minX=f,this.minY=p,this.maxX=m,this.maxY=g}addBounds(t){const e=this.minX,r=this.minY,n=this.maxX,s=this.maxY;this.minX=t.minX<e?t.minX:e,this.minY=t.minY<r?t.minY:r,this.maxX=t.maxX>n?t.maxX:n,this.maxY=t.maxY>s?t.maxY:s}addBoundsMask(t,e){const r=t.minX>e.minX?t.minX:e.minX,n=t.minY>e.minY?t.minY:e.minY,s=t.maxX<e.maxX?t.maxX:e.maxX,o=t.maxY<e.maxY?t.maxY:e.maxY;if(r<=s&&n<=o){const a=this.minX,l=this.minY,h=this.maxX,c=this.maxY;this.minX=r<a?r:a,this.minY=n<l?n:l,this.maxX=s>h?s:h,this.maxY=o>c?o:c}}addBoundsMatrix(t,e){this.addFrameMatrix(e,t.minX,t.minY,t.maxX,t.maxY)}addBoundsArea(t,e){const r=t.minX>e.x?t.minX:e.x,n=t.minY>e.y?t.minY:e.y,s=t.maxX<e.x+e.width?t.maxX:e.x+e.width,o=t.maxY<e.y+e.height?t.maxY:e.y+e.height;if(r<=s&&n<=o){const a=this.minX,l=this.minY,h=this.maxX,c=this.maxY;this.minX=r<a?r:a,this.minY=n<l?n:l,this.maxX=s>h?s:h,this.maxY=o>c?o:c}}pad(t=0,e=t){this.isEmpty()||(this.minX-=t,this.maxX+=t,this.minY-=e,this.maxY+=e)}addFramePad(t,e,r,n,s,o){t-=s,e-=o,r+=s,n+=o,this.minX=this.minX<t?this.minX:t,this.maxX=this.maxX>r?this.maxX:r,this.minY=this.minY<e?this.minY:e,this.maxY=this.maxY>n?this.maxY:n}}class Wt extends $s{constructor(){super(),this.tempDisplayObjectParent=null,this.transform=new Lc,this.alpha=1,this.visible=!0,this.renderable=!0,this.cullable=!1,this.cullArea=null,this.parent=null,this.worldAlpha=1,this._lastSortedIndex=0,this._zIndex=0,this.filterArea=null,this.filters=null,this._enabledFilters=null,this._bounds=new Qa,this._localBounds=null,this._boundsID=0,this._boundsRect=null,this._localBoundsRect=null,this._mask=null,this._maskRefCount=0,this._destroyed=!1,this.isSprite=!1,this.isMask=!1}static mixin(t){const e=Object.keys(t);for(let r=0;r<e.length;++r){const n=e[r];Object.defineProperty(Wt.prototype,n,Object.getOwnPropertyDescriptor(t,n))}}get destroyed(){return this._destroyed}_recursivePostUpdateTransform(){this.parent?(this.parent._recursivePostUpdateTransform(),this.transform.updateTransform(this.parent.transform)):this.transform.updateTransform(this._tempDisplayObjectParent.transform)}updateTransform(){this._boundsID++,this.transform.updateTransform(this.parent.transform),this.worldAlpha=this.alpha*this.parent.worldAlpha}getBounds(t,e){return t||(this.parent?(this._recursivePostUpdateTransform(),this.updateTransform()):(this.parent=this._tempDisplayObjectParent,this.updateTransform(),this.parent=null)),this._bounds.updateID!==this._boundsID&&(this.calculateBounds(),this._bounds.updateID=this._boundsID),e||(this._boundsRect||(this._boundsRect=new pt),e=this._boundsRect),this._bounds.getRectangle(e)}getLocalBounds(t){t||(this._localBoundsRect||(this._localBoundsRect=new pt),t=this._localBoundsRect),this._localBounds||(this._localBounds=new Qa);const e=this.transform,r=this.parent;this.parent=null,this._tempDisplayObjectParent.worldAlpha=(r==null?void 0:r.worldAlpha)??1,this.transform=this._tempDisplayObjectParent.transform;const n=this._bounds,s=this._boundsID;this._bounds=this._localBounds;const o=this.getBounds(!1,t);return this.parent=r,this.transform=e,this._bounds=n,this._bounds.updateID+=this._boundsID-s,o}toGlobal(t,e,r=!1){return r||(this._recursivePostUpdateTransform(),this.parent?this.displayObjectUpdateTransform():(this.parent=this._tempDisplayObjectParent,this.displayObjectUpdateTransform(),this.parent=null)),this.worldTransform.apply(t,e)}toLocal(t,e,r,n){return e&&(t=e.toGlobal(t,r,n)),n||(this._recursivePostUpdateTransform(),this.parent?this.displayObjectUpdateTransform():(this.parent=this._tempDisplayObjectParent,this.displayObjectUpdateTransform(),this.parent=null)),this.worldTransform.applyInverse(t,r)}setParent(t){if(!t||!t.addChild)throw new Error("setParent: Argument must be a Container");return t.addChild(this),t}removeFromParent(){var t;(t=this.parent)==null||t.removeChild(this)}setTransform(t=0,e=0,r=1,n=1,s=0,o=0,a=0,l=0,h=0){return this.position.x=t,this.position.y=e,this.scale.x=r||1,this.scale.y=n||1,this.rotation=s,this.skew.x=o,this.skew.y=a,this.pivot.x=l,this.pivot.y=h,this}destroy(t){this.removeFromParent(),this._destroyed=!0,this.transform=null,this.parent=null,this._bounds=null,this.mask=null,this.cullArea=null,this.filters=null,this.filterArea=null,this.hitArea=null,this.eventMode="auto",this.interactiveChildren=!1,this.emit("destroyed"),this.removeAllListeners()}get _tempDisplayObjectParent(){return this.tempDisplayObjectParent===null&&(this.tempDisplayObjectParent=new Yw),this.tempDisplayObjectParent}enableTempParent(){const t=this.parent;return this.parent=this._tempDisplayObjectParent,t}disableTempParent(t){this.parent=t}get x(){return this.position.x}set x(t){this.transform.position.x=t}get y(){return this.position.y}set y(t){this.transform.position.y=t}get worldTransform(){return this.transform.worldTransform}get localTransform(){return this.transform.localTransform}get position(){return this.transform.position}set position(t){this.transform.position.copyFrom(t)}get scale(){return this.transform.scale}set scale(t){this.transform.scale.copyFrom(t)}get pivot(){return this.transform.pivot}set pivot(t){this.transform.pivot.copyFrom(t)}get skew(){return this.transform.skew}set skew(t){this.transform.skew.copyFrom(t)}get rotation(){return this.transform.rotation}set rotation(t){this.transform.rotation=t}get angle(){return this.transform.rotation*Wv}set angle(t){this.transform.rotation=t*Mc}get zIndex(){return this._zIndex}set zIndex(t){this._zIndex=t,this.parent&&(this.parent.sortDirty=!0)}get worldVisible(){let t=this;do{if(!t.visible)return!1;t=t.parent}while(t);return!0}get mask(){return this._mask}set mask(t){if(this._mask!==t){if(this._mask){const e=this._mask.isMaskData?this._mask.maskObject:this._mask;e&&(e._maskRefCount--,e._maskRefCount===0&&(e.renderable=!0,e.isMask=!1))}if(this._mask=t,this._mask){const e=this._mask.isMaskData?this._mask.maskObject:this._mask;e&&(e._maskRefCount===0&&(e.renderable=!1,e.isMask=!0),e._maskRefCount++)}}}}class Yw extends Wt{constructor(){super(...arguments),this.sortDirty=null}}Wt.prototype.displayObjectUpdateTransform=Wt.prototype.updateTransform;const jw=new Ft;function Jw(i,t){return i.zIndex===t.zIndex?i._lastSortedIndex-t._lastSortedIndex:i.zIndex-t.zIndex}const cm=class Xf extends Wt{constructor(){super(),this.children=[],this.sortableChildren=Xf.defaultSortableChildren,this.sortDirty=!1}onChildrenChange(t){}addChild(...t){if(t.length>1)for(let e=0;e<t.length;e++)this.addChild(t[e]);else{const e=t[0];e.parent&&e.parent.removeChild(e),e.parent=this,this.sortDirty=!0,e.transform._parentID=-1,this.children.push(e),this._boundsID++,this.onChildrenChange(this.children.length-1),this.emit("childAdded",e,this,this.children.length-1),e.emit("added",this)}return t[0]}addChildAt(t,e){if(e<0||e>this.children.length)throw new Error(`${t}addChildAt: The index ${e} supplied is out of bounds ${this.children.length}`);return t.parent&&t.parent.removeChild(t),t.parent=this,this.sortDirty=!0,t.transform._parentID=-1,this.children.splice(e,0,t),this._boundsID++,this.onChildrenChange(e),t.emit("added",this),this.emit("childAdded",t,this,e),t}swapChildren(t,e){if(t===e)return;const r=this.getChildIndex(t),n=this.getChildIndex(e);this.children[r]=e,this.children[n]=t,this.onChildrenChange(r<n?r:n)}getChildIndex(t){const e=this.children.indexOf(t);if(e===-1)throw new Error("The supplied DisplayObject must be a child of the caller");return e}setChildIndex(t,e){if(e<0||e>=this.children.length)throw new Error(`The index ${e} supplied is out of bounds ${this.children.length}`);const r=this.getChildIndex(t);as(this.children,r,1),this.children.splice(e,0,t),this.onChildrenChange(e)}getChildAt(t){if(t<0||t>=this.children.length)throw new Error(`getChildAt: Index (${t}) does not exist.`);return this.children[t]}removeChild(...t){if(t.length>1)for(let e=0;e<t.length;e++)this.removeChild(t[e]);else{const e=t[0],r=this.children.indexOf(e);if(r===-1)return null;e.parent=null,e.transform._parentID=-1,as(this.children,r,1),this._boundsID++,this.onChildrenChange(r),e.emit("removed",this),this.emit("childRemoved",e,this,r)}return t[0]}removeChildAt(t){const e=this.getChildAt(t);return e.parent=null,e.transform._parentID=-1,as(this.children,t,1),this._boundsID++,this.onChildrenChange(t),e.emit("removed",this),this.emit("childRemoved",e,this,t),e}removeChildren(t=0,e=this.children.length){const r=t,n=e,s=n-r;let o;if(s>0&&s<=n){o=this.children.splice(r,s);for(let a=0;a<o.length;++a)o[a].parent=null,o[a].transform&&(o[a].transform._parentID=-1);this._boundsID++,this.onChildrenChange(t);for(let a=0;a<o.length;++a)o[a].emit("removed",this),this.emit("childRemoved",o[a],this,a);return o}else if(s===0&&this.children.length===0)return[];throw new RangeError("removeChildren: numeric values are outside the acceptable range.")}sortChildren(){let t=!1;for(let e=0,r=this.children.length;e<r;++e){const n=this.children[e];n._lastSortedIndex=e,!t&&n.zIndex!==0&&(t=!0)}t&&this.children.length>1&&this.children.sort(Jw),this.sortDirty=!1}updateTransform(){this.sortableChildren&&this.sortDirty&&this.sortChildren(),this._boundsID++,this.transform.updateTransform(this.parent.transform),this.worldAlpha=this.alpha*this.parent.worldAlpha;for(let t=0,e=this.children.length;t<e;++t){const r=this.children[t];r.visible&&r.updateTransform()}}calculateBounds(){this._bounds.clear(),this._calculateBounds();for(let t=0;t<this.children.length;t++){const e=this.children[t];if(!(!e.visible||!e.renderable))if(e.calculateBounds(),e._mask){const r=e._mask.isMaskData?e._mask.maskObject:e._mask;r?(r.calculateBounds(),this._bounds.addBoundsMask(e._bounds,r._bounds)):this._bounds.addBounds(e._bounds)}else e.filterArea?this._bounds.addBoundsArea(e._bounds,e.filterArea):this._bounds.addBounds(e._bounds)}this._bounds.updateID=this._boundsID}getLocalBounds(t,e=!1){const r=super.getLocalBounds(t);if(!e)for(let n=0,s=this.children.length;n<s;++n){const o=this.children[n];o.visible&&o.updateTransform()}return r}_calculateBounds(){}_renderWithCulling(t){const e=t.renderTexture.sourceFrame;if(!(e.width>0&&e.height>0))return;let r,n;this.cullArea?(r=this.cullArea,n=this.worldTransform):this._render!==Xf.prototype._render&&(r=this.getBounds(!0));const s=t.projection.transform;if(s&&(n?(n=jw.copyFrom(n),n.prepend(s)):n=s),r&&e.intersects(r,n))this._render(t);else if(this.cullArea)return;for(let o=0,a=this.children.length;o<a;++o){const l=this.children[o],h=l.cullable;l.cullable=h||!this.cullArea,l.render(t),l.cullable=h}}render(t){var e;if(!(!this.visible||this.worldAlpha<=0||!this.renderable))if(this._mask||(e=this.filters)!=null&&e.length)this.renderAdvanced(t);else if(this.cullable)this._renderWithCulling(t);else{this._render(t);for(let r=0,n=this.children.length;r<n;++r)this.children[r].render(t)}}renderAdvanced(t){var s,o,a;const e=this.filters,r=this._mask;if(e){this._enabledFilters||(this._enabledFilters=[]),this._enabledFilters.length=0;for(let l=0;l<e.length;l++)e[l].enabled&&this._enabledFilters.push(e[l])}const n=e&&((s=this._enabledFilters)==null?void 0:s.length)||r&&(!r.isMaskData||r.enabled&&(r.autoDetect||r.type!==ie.NONE));if(n&&t.batch.flush(),e&&((o=this._enabledFilters)!=null&&o.length)&&t.filter.push(this,this._enabledFilters),r&&t.mask.push(this,this._mask),this.cullable)this._renderWithCulling(t);else{this._render(t);for(let l=0,h=this.children.length;l<h;++l)this.children[l].render(t)}n&&t.batch.flush(),r&&t.mask.pop(this),e&&((a=this._enabledFilters)!=null&&a.length)&&t.filter.pop()}_render(t){}destroy(t){super.destroy(),this.sortDirty=!1;const e=typeof t=="boolean"?t:t==null?void 0:t.children,r=this.removeChildren(0,this.children.length);if(e)for(let n=0;n<r.length;++n)r[n].destroy(t)}get width(){return this.scale.x*this.getLocalBounds().width}set width(t){const e=this.getLocalBounds().width;e!==0?this.scale.x=t/e:this.scale.x=1,this._width=t}get height(){return this.scale.y*this.getLocalBounds().height}set height(t){const e=this.getLocalBounds().height;e!==0?this.scale.y=t/e:this.scale.y=1,this._height=t}};cm.defaultSortableChildren=!1;let St=cm;St.prototype.containerUpdateTransform=St.prototype.updateTransform,Object.defineProperties(nt,{SORTABLE_CHILDREN:{get(){return St.defaultSortableChildren},set(i){wt("7.1.0","settings.SORTABLE_CHILDREN is deprecated, use Container.defaultSortableChildren"),St.defaultSortableChildren=i}}});const po=new ct,$w=new Uint16Array([0,1,2,0,2,3]);class $t extends St{constructor(t){super(),this._anchor=new er(this._onAnchorUpdate,this,t?t.defaultAnchor.x:0,t?t.defaultAnchor.y:0),this._texture=null,this._width=0,this._height=0,this._tintColor=new kt(16777215),this._tintRGB=null,this.tint=16777215,this.blendMode=dt.NORMAL,this._cachedTint=16777215,this.uvs=null,this.texture=t||ot.EMPTY,this.vertexData=new Float32Array(8),this.vertexTrimmedData=null,this._transformID=-1,this._textureID=-1,this._transformTrimmedID=-1,this._textureTrimmedID=-1,this.indices=$w,this.pluginName="batch",this.isSprite=!0,this._roundPixels=nt.ROUND_PIXELS}_onTextureUpdate(){this._textureID=-1,this._textureTrimmedID=-1,this._cachedTint=16777215,this._width&&(this.scale.x=Sr(this.scale.x)*this._width/this._texture.orig.width),this._height&&(this.scale.y=Sr(this.scale.y)*this._height/this._texture.orig.height)}_onAnchorUpdate(){this._transformID=-1,this._transformTrimmedID=-1}calculateVertices(){const t=this._texture;if(this._transformID===this.transform._worldID&&this._textureID===t._updateID)return;this._textureID!==t._updateID&&(this.uvs=this._texture._uvs.uvsFloat32),this._transformID=this.transform._worldID,this._textureID=t._updateID;const e=this.transform.worldTransform,r=e.a,n=e.b,s=e.c,o=e.d,a=e.tx,l=e.ty,h=this.vertexData,c=t.trim,u=t.orig,d=this._anchor;let f=0,p=0,m=0,g=0;if(c?(p=c.x-d._x*u.width,f=p+c.width,g=c.y-d._y*u.height,m=g+c.height):(p=-d._x*u.width,f=p+u.width,g=-d._y*u.height,m=g+u.height),h[0]=r*p+s*g+a,h[1]=o*g+n*p+l,h[2]=r*f+s*g+a,h[3]=o*g+n*f+l,h[4]=r*f+s*m+a,h[5]=o*m+n*f+l,h[6]=r*p+s*m+a,h[7]=o*m+n*p+l,this._roundPixels){const b=nt.RESOLUTION;for(let _=0;_<h.length;++_)h[_]=Math.round(h[_]*b)/b}}calculateTrimmedVertices(){if(!this.vertexTrimmedData)this.vertexTrimmedData=new Float32Array(8);else if(this._transformTrimmedID===this.transform._worldID&&this._textureTrimmedID===this._texture._updateID)return;this._transformTrimmedID=this.transform._worldID,this._textureTrimmedID=this._texture._updateID;const t=this._texture,e=this.vertexTrimmedData,r=t.orig,n=this._anchor,s=this.transform.worldTransform,o=s.a,a=s.b,l=s.c,h=s.d,c=s.tx,u=s.ty,d=-n._x*r.width,f=d+r.width,p=-n._y*r.height,m=p+r.height;if(e[0]=o*d+l*p+c,e[1]=h*p+a*d+u,e[2]=o*f+l*p+c,e[3]=h*p+a*f+u,e[4]=o*f+l*m+c,e[5]=h*m+a*f+u,e[6]=o*d+l*m+c,e[7]=h*m+a*d+u,this._roundPixels){const g=nt.RESOLUTION;for(let b=0;b<e.length;++b)e[b]=Math.round(e[b]*g)/g}}_render(t){this.calculateVertices(),t.batch.setObjectRenderer(t.plugins[this.pluginName]),t.plugins[this.pluginName].render(this)}_calculateBounds(){const t=this._texture.trim,e=this._texture.orig;!t||t.width===e.width&&t.height===e.height?(this.calculateVertices(),this._bounds.addQuad(this.vertexData)):(this.calculateTrimmedVertices(),this._bounds.addQuad(this.vertexTrimmedData))}getLocalBounds(t){return this.children.length===0?(this._localBounds||(this._localBounds=new Qa),this._localBounds.minX=this._texture.orig.width*-this._anchor._x,this._localBounds.minY=this._texture.orig.height*-this._anchor._y,this._localBounds.maxX=this._texture.orig.width*(1-this._anchor._x),this._localBounds.maxY=this._texture.orig.height*(1-this._anchor._y),t||(this._localBoundsRect||(this._localBoundsRect=new pt),t=this._localBoundsRect),this._localBounds.getRectangle(t)):super.getLocalBounds.call(this,t)}containsPoint(t){this.worldTransform.applyInverse(t,po);const e=this._texture.orig.width,r=this._texture.orig.height,n=-e*this.anchor.x;let s=0;return po.x>=n&&po.x<n+e&&(s=-r*this.anchor.y,po.y>=s&&po.y<s+r)}destroy(t){if(super.destroy(t),this._texture.off("update",this._onTextureUpdate,this),this._anchor=null,typeof t=="boolean"?t:t==null?void 0:t.texture){const e=typeof t=="boolean"?t:t==null?void 0:t.baseTexture;this._texture.destroy(!!e)}this._texture=null}static from(t,e){const r=t instanceof ot?t:ot.from(t,e);return new $t(r)}set roundPixels(t){this._roundPixels!==t&&(this._transformID=-1,this._transformTrimmedID=-1),this._roundPixels=t}get roundPixels(){return this._roundPixels}get width(){return Math.abs(this.scale.x)*this._texture.orig.width}set width(t){const e=Sr(this.scale.x)||1;this.scale.x=e*t/this._texture.orig.width,this._width=t}get height(){return Math.abs(this.scale.y)*this._texture.orig.height}set height(t){const e=Sr(this.scale.y)||1;this.scale.y=e*t/this._texture.orig.height,this._height=t}get anchor(){return this._anchor}set anchor(t){this._anchor.copyFrom(t)}get tint(){return this._tintColor.value}set tint(t){this._tintColor.setValue(t),this._tintRGB=this._tintColor.toLittleEndianNumber()}get tintValue(){return this._tintColor.toNumber()}get texture(){return this._texture}set texture(t){this._texture!==t&&(this._texture&&this._texture.off("update",this._onTextureUpdate,this),this._texture=t||ot.EMPTY,this._cachedTint=16777215,this._textureID=-1,this._textureTrimmedID=-1,t&&(t.baseTexture.valid?this._onTextureUpdate():t.once("update",this._onTextureUpdate,this)))}}const um=new Ft;Wt.prototype._cacheAsBitmap=!1,Wt.prototype._cacheData=null,Wt.prototype._cacheAsBitmapResolution=null,Wt.prototype._cacheAsBitmapMultisample=null;class Qw{constructor(){this.textureCacheId=null,this.originalRender=null,this.originalRenderCanvas=null,this.originalCalculateBounds=null,this.originalGetLocalBounds=null,this.originalUpdateTransform=null,this.originalDestroy=null,this.originalMask=null,this.originalFilterArea=null,this.originalContainsPoint=null,this.sprite=null}}Object.defineProperties(Wt.prototype,{cacheAsBitmapResolution:{get(){return this._cacheAsBitmapResolution},set(i){i!==this._cacheAsBitmapResolution&&(this._cacheAsBitmapResolution=i,this.cacheAsBitmap&&(this.cacheAsBitmap=!1,this.cacheAsBitmap=!0))}},cacheAsBitmapMultisample:{get(){return this._cacheAsBitmapMultisample},set(i){i!==this._cacheAsBitmapMultisample&&(this._cacheAsBitmapMultisample=i,this.cacheAsBitmap&&(this.cacheAsBitmap=!1,this.cacheAsBitmap=!0))}},cacheAsBitmap:{get(){return this._cacheAsBitmap},set(i){if(this._cacheAsBitmap===i)return;this._cacheAsBitmap=i;let t;i?(this._cacheData||(this._cacheData=new Qw),t=this._cacheData,t.originalRender=this.render,t.originalRenderCanvas=this.renderCanvas,t.originalUpdateTransform=this.updateTransform,t.originalCalculateBounds=this.calculateBounds,t.originalGetLocalBounds=this.getLocalBounds,t.originalDestroy=this.destroy,t.originalContainsPoint=this.containsPoint,t.originalMask=this._mask,t.originalFilterArea=this.filterArea,this.render=this._renderCached,this.renderCanvas=this._renderCachedCanvas,this.destroy=this._cacheAsBitmapDestroy):(t=this._cacheData,t.sprite&&this._destroyCachedDisplayObject(),this.render=t.originalRender,this.renderCanvas=t.originalRenderCanvas,this.calculateBounds=t.originalCalculateBounds,this.getLocalBounds=t.originalGetLocalBounds,this.destroy=t.originalDestroy,this.updateTransform=t.originalUpdateTransform,this.containsPoint=t.originalContainsPoint,this._mask=t.originalMask,this.filterArea=t.originalFilterArea)}}}),Wt.prototype._renderCached=function(i){!this.visible||this.worldAlpha<=0||!this.renderable||(this._initCachedDisplayObject(i),this._cacheData.sprite.transform._worldID=this.transform._worldID,this._cacheData.sprite.worldAlpha=this.worldAlpha,this._cacheData.sprite._render(i))},Wt.prototype._initCachedDisplayObject=function(i){var d,f;if((d=this._cacheData)!=null&&d.sprite)return;const t=this.alpha;this.alpha=1,i.batch.flush();const e=this.getLocalBounds(new pt,!0);if((f=this.filters)!=null&&f.length){const p=this.filters[0].padding;e.pad(p)}const r=this.cacheAsBitmapResolution||i.resolution;e.ceil(r),e.width=Math.max(e.width,1/r),e.height=Math.max(e.height,1/r);const n=i.renderTexture.current,s=i.renderTexture.sourceFrame.clone(),o=i.renderTexture.destinationFrame.clone(),a=i.projection.transform,l=fn.create({width:e.width,height:e.height,resolution:r,multisample:this.cacheAsBitmapMultisample??i.multisample}),h=`cacheAsBitmap_${on()}`;this._cacheData.textureCacheId=h,bt.addToCache(l.baseTexture,h),ot.addToCache(l,h);const c=this.transform.localTransform.copyTo(um).invert().translate(-e.x,-e.y);this.render=this._cacheData.originalRender,i.render(this,{renderTexture:l,clear:!0,transform:c,skipUpdateTransform:!1}),i.framebuffer.blit(),i.projection.transform=a,i.renderTexture.bind(n,s,o),this.render=this._renderCached,this.updateTransform=this.displayObjectUpdateTransform,this.calculateBounds=this._calculateCachedBounds,this.getLocalBounds=this._getCachedLocalBounds,this._mask=null,this.filterArea=null,this.alpha=t;const u=new $t(l);u.transform.worldTransform=this.transform.worldTransform,u.anchor.x=-(e.x/e.width),u.anchor.y=-(e.y/e.height),u.alpha=t,u._bounds=this._bounds,this._cacheData.sprite=u,this.transform._parentID=-1,this.parent?this.updateTransform():(this.enableTempParent(),this.updateTransform(),this.disableTempParent(null)),this.containsPoint=u.containsPoint.bind(u)},Wt.prototype._renderCachedCanvas=function(i){!this.visible||this.worldAlpha<=0||!this.renderable||(this._initCachedDisplayObjectCanvas(i),this._cacheData.sprite.worldAlpha=this.worldAlpha,this._cacheData.sprite._renderCanvas(i))},Wt.prototype._initCachedDisplayObjectCanvas=function(i){var c;if((c=this._cacheData)!=null&&c.sprite)return;const t=this.getLocalBounds(new pt,!0),e=this.alpha;this.alpha=1;const r=i.canvasContext.activeContext,n=i._projTransform,s=this.cacheAsBitmapResolution||i.resolution;t.ceil(s),t.width=Math.max(t.width,1/s),t.height=Math.max(t.height,1/s);const o=fn.create({width:t.width,height:t.height,resolution:s}),a=`cacheAsBitmap_${on()}`;this._cacheData.textureCacheId=a,bt.addToCache(o.baseTexture,a),ot.addToCache(o,a);const l=um;this.transform.localTransform.copyTo(l),l.invert(),l.tx-=t.x,l.ty-=t.y,this.renderCanvas=this._cacheData.originalRenderCanvas,i.render(this,{renderTexture:o,clear:!0,transform:l,skipUpdateTransform:!1}),i.canvasContext.activeContext=r,i._projTransform=n,this.renderCanvas=this._renderCachedCanvas,this.updateTransform=this.displayObjectUpdateTransform,this.calculateBounds=this._calculateCachedBounds,this.getLocalBounds=this._getCachedLocalBounds,this._mask=null,this.filterArea=null,this.alpha=e;const h=new $t(o);h.transform.worldTransform=this.transform.worldTransform,h.anchor.x=-(t.x/t.width),h.anchor.y=-(t.y/t.height),h.alpha=e,h._bounds=this._bounds,this._cacheData.sprite=h,this.transform._parentID=-1,this.parent?this.updateTransform():(this.parent=i._tempDisplayObjectParent,this.updateTransform(),this.parent=null),this.containsPoint=h.containsPoint.bind(h)},Wt.prototype._calculateCachedBounds=function(){this._bounds.clear(),this._cacheData.sprite.transform._worldID=this.transform._worldID,this._cacheData.sprite._calculateBounds(),this._bounds.updateID=this._boundsID},Wt.prototype._getCachedLocalBounds=function(){return this._cacheData.sprite.getLocalBounds(null)},Wt.prototype._destroyCachedDisplayObject=function(){this._cacheData.sprite._texture.destroy(!0),this._cacheData.sprite=null,bt.removeFromCache(this._cacheData.textureCacheId),ot.removeFromCache(this._cacheData.textureCacheId),this._cacheData.textureCacheId=null},Wt.prototype._cacheAsBitmapDestroy=function(i){this.cacheAsBitmap=!1,this.destroy(i)},Wt.prototype.name=null,St.prototype.getChildByName=function(i,t){for(let e=0,r=this.children.length;e<r;e++)if(this.children[e].name===i)return this.children[e];if(t)for(let e=0,r=this.children.length;e<r;e++){const n=this.children[e];if(!n.getChildByName)continue;const s=n.getChildByName(i,!0);if(s)return s}return null},Wt.prototype.getGlobalPosition=function(i=new ct,t=!1){return this.parent?this.parent.toGlobal(this.position,i,t):(i.x=this.position.x,i.y=this.position.y),i};var qw=`varying vec2 vTextureCoord;
|
|
526
|
+
`;const Zw=Xw,vm=Ww;class wm{constructor(t){this.renderer=t}contextChange(t){let e;if(this.renderer.context.webGLVersion===1){const i=t.getParameter(t.FRAMEBUFFER_BINDING);t.bindFramebuffer(t.FRAMEBUFFER,null),e=t.getParameter(t.SAMPLES),t.bindFramebuffer(t.FRAMEBUFFER,i)}else{const i=t.getParameter(t.DRAW_FRAMEBUFFER_BINDING);t.bindFramebuffer(t.DRAW_FRAMEBUFFER,null),e=t.getParameter(t.SAMPLES),t.bindFramebuffer(t.DRAW_FRAMEBUFFER,i)}e>=zt.HIGH?this.multisample=zt.HIGH:e>=zt.MEDIUM?this.multisample=zt.MEDIUM:e>=zt.LOW?this.multisample=zt.LOW:this.multisample=zt.NONE}destroy(){}}wm.extension={type:J.RendererSystem,name:"_multisample"},nt.add(wm);class Vw{constructor(t){this.buffer=t||null,this.updateID=-1,this.byteLength=-1,this.refCount=0}}class Tm{constructor(t){this.renderer=t,this.managedBuffers={},this.boundBufferBases={}}destroy(){this.renderer=null}contextChange(){this.disposeAll(!0),this.gl=this.renderer.gl,this.CONTEXT_UID=this.renderer.CONTEXT_UID}bind(t){const{gl:e,CONTEXT_UID:i}=this,s=t._glBuffers[i]||this.createGLBuffer(t);e.bindBuffer(t.type,s.buffer)}unbind(t){const{gl:e}=this;e.bindBuffer(t,null)}bindBufferBase(t,e){const{gl:i,CONTEXT_UID:s}=this;if(this.boundBufferBases[e]!==t){const n=t._glBuffers[s]||this.createGLBuffer(t);this.boundBufferBases[e]=t,i.bindBufferBase(i.UNIFORM_BUFFER,e,n.buffer)}}bindBufferRange(t,e,i){const{gl:s,CONTEXT_UID:n}=this;i=i||0;const o=t._glBuffers[n]||this.createGLBuffer(t);s.bindBufferRange(s.UNIFORM_BUFFER,e||0,o.buffer,i*256,256)}update(t){const{gl:e,CONTEXT_UID:i}=this,s=t._glBuffers[i]||this.createGLBuffer(t);if(t._updateID!==s.updateID)if(s.updateID=t._updateID,e.bindBuffer(t.type,s.buffer),s.byteLength>=t.data.byteLength)e.bufferSubData(t.type,0,t.data);else{const n=t.static?e.STATIC_DRAW:e.DYNAMIC_DRAW;s.byteLength=t.data.byteLength,e.bufferData(t.type,t.data,n)}}dispose(t,e){if(!this.managedBuffers[t.id])return;delete this.managedBuffers[t.id];const i=t._glBuffers[this.CONTEXT_UID],s=this.gl;t.disposeRunner.remove(this),i&&(e||s.deleteBuffer(i.buffer),delete t._glBuffers[this.CONTEXT_UID])}disposeAll(t){const e=Object.keys(this.managedBuffers);for(let i=0;i<e.length;i++)this.dispose(this.managedBuffers[e[i]],t)}createGLBuffer(t){const{CONTEXT_UID:e,gl:i}=this;return t._glBuffers[e]=new Vw(i.createBuffer()),this.managedBuffers[t.id]=t,t.disposeRunner.add(this),t._glBuffers[e]}}Tm.extension={type:J.RendererSystem,name:"buffer"},nt.add(Tm);class Sm{constructor(t){this.renderer=t}render(t,e){const i=this.renderer;let s,n,o,a;if(e&&(s=e.renderTexture,n=e.clear,o=e.transform,a=e.skipUpdateTransform),this.renderingToScreen=!s,i.runners.prerender.emit(),i.emit("prerender"),i.projection.transform=o,!i.context.isLost){if(s||(this.lastObjectRendered=t),!a){const h=t.enableTempParent();t.updateTransform(),t.disableTempParent(h)}i.renderTexture.bind(s),i.batch.currentRenderer.start(),(n??i.background.clearBeforeRender)&&i.renderTexture.clear(),t.render(i),i.batch.currentRenderer.flush(),s&&(e.blit&&i.framebuffer.blit(),s.baseTexture.update()),i.runners.postrender.emit(),i.projection.transform=null,i.emit("postrender")}}destroy(){this.renderer=null,this.lastObjectRendered=null}}Sm.extension={type:J.RendererSystem,name:"objectRenderer"},nt.add(Sm);const Ya=class Of extends Dw{constructor(t){super(),this.type=up.WEBGL,t=Object.assign({},it.RENDER_OPTIONS,t),this.gl=null,this.CONTEXT_UID=0,this.globalUniforms=new si({projectionMatrix:new Gt},!0);const e={runners:["init","destroy","contextChange","resolutionChange","reset","update","postrender","prerender","resize"],systems:Of.__systems,priority:["_view","textureGenerator","background","_plugin","startup","context","state","texture","buffer","geometry","framebuffer","transformFeedback","mask","scissor","stencil","projection","textureGC","filter","renderTexture","batch","objectRenderer","_multisample"]};this.setup(e),"useContextAlpha"in t&&(vt("7.0.0","options.useContextAlpha is deprecated, use options.premultipliedAlpha and options.backgroundAlpha instead"),t.premultipliedAlpha=t.useContextAlpha&&t.useContextAlpha!=="notMultiplied",t.backgroundAlpha=t.useContextAlpha===!1?1:t.backgroundAlpha),this._plugin.rendererPlugins=Of.__plugins,this.options=t,this.startup.run(this.options)}static test(t){return t!=null&&t.forceCanvas?!1:pv()}render(t,e){this.objectRenderer.render(t,e)}resize(t,e){this._view.resizeView(t,e)}reset(){return this.runners.reset.emit(),this}clear(){this.renderTexture.bind(),this.renderTexture.clear()}destroy(t=!1){this.runners.destroy.items.reverse(),this.emitWithCustomOptions(this.runners.destroy,{_view:t}),super.destroy()}get plugins(){return this._plugin.plugins}get multisample(){return this._multisample.multisample}get width(){return this._view.element.width}get height(){return this._view.element.height}get resolution(){return this._view.resolution}set resolution(t){this._view.resolution=t,this.runners.resolutionChange.emit(t)}get autoDensity(){return this._view.autoDensity}get view(){return this._view.element}get screen(){return this._view.screen}get lastObjectRendered(){return this.objectRenderer.lastObjectRendered}get renderingToScreen(){return this.objectRenderer.renderingToScreen}get rendererLogId(){return`WebGL ${this.context.webGLVersion}`}get clearBeforeRender(){return vt("7.0.0","renderer.clearBeforeRender has been deprecated, please use renderer.background.clearBeforeRender instead."),this.background.clearBeforeRender}get useContextAlpha(){return vt("7.0.0","renderer.useContextAlpha has been deprecated, please use renderer.context.premultipliedAlpha instead."),this.context.useContextAlpha}get preserveDrawingBuffer(){return vt("7.0.0","renderer.preserveDrawingBuffer has been deprecated, we cannot truly know this unless pixi created the context"),this.context.preserveDrawingBuffer}get backgroundColor(){return vt("7.0.0","renderer.backgroundColor has been deprecated, use renderer.background.color instead."),this.background.color}set backgroundColor(t){vt("7.0.0","renderer.backgroundColor has been deprecated, use renderer.background.color instead."),this.background.color=t}get backgroundAlpha(){return vt("7.0.0","renderer.backgroundAlpha has been deprecated, use renderer.background.alpha instead."),this.background.alpha}set backgroundAlpha(t){vt("7.0.0","renderer.backgroundAlpha has been deprecated, use renderer.background.alpha instead."),this.background.alpha=t}get powerPreference(){return vt("7.0.0","renderer.powerPreference has been deprecated, we can only know this if pixi creates the context"),this.context.powerPreference}generateTexture(t,e){return this.textureGenerator.generateTexture(t,e)}};Ya.extension={type:J.Renderer,priority:1},Ya.__plugins={},Ya.__systems={};let jc=Ya;nt.handleByMap(J.RendererPlugin,jc.__plugins),nt.handleByMap(J.RendererSystem,jc.__systems),nt.add(jc);class Cm extends so{constructor(t,e){const{width:i,height:s}=e||{};super(i,s),this.items=[],this.itemDirtyIds=[];for(let n=0;n<t;n++){const o=new bt;this.items.push(o),this.itemDirtyIds.push(-2)}this.length=t,this._load=null,this.baseTexture=null}initFromArray(t,e){for(let i=0;i<this.length;i++)t[i]&&(t[i].castToBaseTexture?this.addBaseTextureAt(t[i].castToBaseTexture(),i):t[i]instanceof so?this.addResourceAt(t[i],i):this.addResourceAt(L0(t[i],e),i))}dispose(){for(let t=0,e=this.length;t<e;t++)this.items[t].destroy();this.items=null,this.itemDirtyIds=null,this._load=null}addResourceAt(t,e){if(!this.items[e])throw new Error(`Index ${e} is out of bounds`);return t.valid&&!this.valid&&this.resize(t.width,t.height),this.items[e].setResource(t),this}bind(t){if(this.baseTexture!==null)throw new Error("Only one base texture per TextureArray is allowed");super.bind(t);for(let e=0;e<this.length;e++)this.items[e].parentTextureArray=t,this.items[e].on("update",t.update,t)}unbind(t){super.unbind(t);for(let e=0;e<this.length;e++)this.items[e].parentTextureArray=null,this.items[e].off("update",t.update,t)}load(){if(this._load)return this._load;const t=this.items.map(e=>e.resource).filter(e=>e).map(e=>e.load());return this._load=Promise.all(t).then(()=>{const{realWidth:e,realHeight:i}=this.items[0];return this.resize(e,i),this.update(),Promise.resolve(this)}),this._load}}class Hw extends Cm{constructor(t,e){const{width:i,height:s}=e||{};let n,o;Array.isArray(t)?(n=t,o=t.length):o=t,super(o,{width:i,height:s}),n&&this.initFromArray(n,e)}addBaseTextureAt(t,e){if(t.resource)this.addResourceAt(t.resource,e);else throw new Error("ArrayResource does not support RenderTexture");return this}bind(t){super.bind(t),t.target=Xs.TEXTURE_2D_ARRAY}upload(t,e,i){const{length:s,itemDirtyIds:n,items:o}=this,{gl:a}=t;i.dirtyId<0&&a.texImage3D(a.TEXTURE_2D_ARRAY,0,i.internalFormat,this._width,this._height,s,0,e.format,i.type,null);for(let h=0;h<s;h++){const l=o[h];n[h]<l.dirtyId&&(n[h]=l.dirtyId,l.valid&&a.texSubImage3D(a.TEXTURE_2D_ARRAY,0,0,0,h,l.resource.width,l.resource.height,1,e.format,i.type,l.resource.source))}return!0}}class Kw extends Tr{constructor(t){super(t)}static test(t){const{OffscreenCanvas:e}=globalThis;return e&&t instanceof e?!0:globalThis.HTMLCanvasElement&&t instanceof HTMLCanvasElement}}const Em=class aa extends Cm{constructor(t,e){const{width:i,height:s,autoLoad:n,linkBaseTexture:o}=e||{};if(t&&t.length!==aa.SIDES)throw new Error(`Invalid length. Got ${t.length}, expected 6`);super(6,{width:i,height:s});for(let a=0;a<aa.SIDES;a++)this.items[a].target=Xs.TEXTURE_CUBE_MAP_POSITIVE_X+a;this.linkBaseTexture=o!==!1,t&&this.initFromArray(t,e),n!==!1&&this.load()}bind(t){super.bind(t),t.target=Xs.TEXTURE_CUBE_MAP}addBaseTextureAt(t,e,i){if(i===void 0&&(i=this.linkBaseTexture),!this.items[e])throw new Error(`Index ${e} is out of bounds`);if(!this.linkBaseTexture||t.parentTextureArray||Object.keys(t._glTextures).length>0)if(t.resource)this.addResourceAt(t.resource,e);else throw new Error("CubeResource does not support copying of renderTexture.");else t.target=Xs.TEXTURE_CUBE_MAP_POSITIVE_X+e,t.parentTextureArray=this.baseTexture,this.items[e]=t;return t.valid&&!this.valid&&this.resize(t.realWidth,t.realHeight),this.items[e]=t,this}upload(t,e,i){const s=this.itemDirtyIds;for(let n=0;n<aa.SIDES;n++){const o=this.items[n];(s[n]<o.dirtyId||i.dirtyId<e.dirtyId)&&(o.valid&&o.resource?(o.resource.upload(t,o,i),s[n]=o.dirtyId):s[n]<-1&&(t.gl.texImage2D(o.target,0,i.internalFormat,e.realWidth,e.realHeight,0,e.format,i.type,null),s[n]=-1))}return!0}static test(t){return Array.isArray(t)&&t.length===aa.SIDES}};Em.SIDES=6;let Yw=Em;class sn extends Tr{constructor(t,e){e=e||{};let i,s,n;typeof t=="string"?(i=sn.EMPTY,s=t,n=!0):(i=t,s=null,n=!1),super(i),this.url=s,this.crossOrigin=e.crossOrigin??!0,this.alphaMode=typeof e.alphaMode=="number"?e.alphaMode:null,this.ownsImageBitmap=e.ownsImageBitmap??n,this._load=null,e.autoLoad!==!1&&this.load()}load(){return this._load?this._load:(this._load=new Promise(async(t,e)=>{if(this.url===null){t(this);return}try{const i=await it.ADAPTER.fetch(this.url,{mode:this.crossOrigin?"cors":"no-cors"});if(this.destroyed)return;const s=await i.blob();if(this.destroyed)return;const n=await createImageBitmap(s,{premultiplyAlpha:this.alphaMode===null||this.alphaMode===we.UNPACK?"premultiply":"none"});if(this.destroyed){n.close();return}this.source=n,this.update(),t(this)}catch(i){if(this.destroyed)return;e(i),this.onError.emit(i)}}),this._load)}upload(t,e,i){return this.source instanceof ImageBitmap?(typeof this.alphaMode=="number"&&(e.alphaMode=this.alphaMode),super.upload(t,e,i)):(this.load(),!1)}dispose(){this.ownsImageBitmap&&this.source instanceof ImageBitmap&&this.source.close(),super.dispose(),this._load=null}static test(t){return!!globalThis.createImageBitmap&&typeof ImageBitmap<"u"&&(typeof t=="string"||t instanceof ImageBitmap)}static get EMPTY(){return sn._EMPTY=sn._EMPTY??it.ADAPTER.createCanvas(0,0),sn._EMPTY}}const Jc=class vl extends Tr{constructor(t,e){e=e||{},super(it.ADAPTER.createCanvas()),this._width=0,this._height=0,this.svg=t,this.scale=e.scale||1,this._overrideWidth=e.width,this._overrideHeight=e.height,this._resolve=null,this._crossorigin=e.crossorigin,this._load=null,e.autoLoad!==!1&&this.load()}load(){return this._load?this._load:(this._load=new Promise(t=>{if(this._resolve=()=>{this.update(),t(this)},vl.SVG_XML.test(this.svg.trim())){if(!btoa)throw new Error("Your browser doesn't support base64 conversions.");this.svg=`data:image/svg+xml;base64,${btoa(unescape(encodeURIComponent(this.svg)))}`}this._loadSvg()}),this._load)}_loadSvg(){const t=new Image;Tr.crossOrigin(t,this.svg,this._crossorigin),t.src=this.svg,t.onerror=e=>{this._resolve&&(t.onerror=null,this.onError.emit(e))},t.onload=()=>{if(!this._resolve)return;const e=t.width,i=t.height;if(!e||!i)throw new Error("The SVG image must have width and height defined (in pixels), canvas API needs them.");let s=e*this.scale,n=i*this.scale;(this._overrideWidth||this._overrideHeight)&&(s=this._overrideWidth||this._overrideHeight/i*e,n=this._overrideHeight||this._overrideWidth/e*i),s=Math.round(s),n=Math.round(n);const o=this.source;o.width=s,o.height=n,o._pixiId=`canvas_${qr()}`,o.getContext("2d").drawImage(t,0,0,e,i,0,0,s,n),this._resolve(),this._resolve=null}}static getSize(t){const e=vl.SVG_SIZE.exec(t),i={};return e&&(i[e[1]]=Math.round(parseFloat(e[3])),i[e[5]]=Math.round(parseFloat(e[7]))),i}dispose(){super.dispose(),this._resolve=null,this._crossorigin=null}static test(t,e){return e==="svg"||typeof t=="string"&&t.startsWith("data:image/svg+xml")||typeof t=="string"&&vl.SVG_XML.test(t)}};Jc.SVG_XML=/^(<\?xml[^?]+\?>)?\s*(<!--[^(-->)]*-->)?\s*\<svg/m,Jc.SVG_SIZE=/<svg[^>]*(?:\s(width|height)=('|")(\d*(?:\.\d+)?)(?:px)?('|"))[^>]*(?:\s(width|height)=('|")(\d*(?:\.\d+)?)(?:px)?('|"))[^>]*>/i;let $c=Jc;const Qc=class Bf extends Tr{constructor(t,e){if(e=e||{},!(t instanceof HTMLVideoElement)){const i=document.createElement("video");e.autoLoad!==!1&&i.setAttribute("preload","auto"),e.playsinline!==!1&&(i.setAttribute("webkit-playsinline",""),i.setAttribute("playsinline","")),e.muted===!0&&(i.setAttribute("muted",""),i.muted=!0),e.loop===!0&&i.setAttribute("loop",""),e.autoPlay!==!1&&i.setAttribute("autoplay",""),typeof t=="string"&&(t=[t]);const s=t[0].src||t[0];Tr.crossOrigin(i,s,e.crossorigin);for(let n=0;n<t.length;++n){const o=document.createElement("source");let{src:a,mime:h}=t[n];if(a=a||t[n],a.startsWith("data:"))h=a.slice(5,a.indexOf(";"));else if(!a.startsWith("blob:")){const l=a.split("?").shift().toLowerCase(),c=l.slice(l.lastIndexOf(".")+1);h=h||Bf.MIME_TYPES[c]||`video/${c}`}o.src=a,h&&(o.type=h),i.appendChild(o)}t=i}super(t),this.noSubImage=!0,this._autoUpdate=!0,this._isConnectedToTicker=!1,this._updateFPS=e.updateFPS||0,this._msToNextUpdate=0,this.autoPlay=e.autoPlay!==!1,this._videoFrameRequestCallback=this._videoFrameRequestCallback.bind(this),this._videoFrameRequestCallbackHandle=null,this._load=null,this._resolve=null,this._reject=null,this._onCanPlay=this._onCanPlay.bind(this),this._onError=this._onError.bind(this),this._onPlayStart=this._onPlayStart.bind(this),this._onPlayStop=this._onPlayStop.bind(this),this._onSeeked=this._onSeeked.bind(this),e.autoLoad!==!1&&this.load()}update(t=0){if(!this.destroyed){if(this._updateFPS){const e=_e.shared.elapsedMS*this.source.playbackRate;this._msToNextUpdate=Math.floor(this._msToNextUpdate-e)}(!this._updateFPS||this._msToNextUpdate<=0)&&(super.update(),this._msToNextUpdate=this._updateFPS?Math.floor(1e3/this._updateFPS):0)}}_videoFrameRequestCallback(){this.update(),this.destroyed?this._videoFrameRequestCallbackHandle=null:this._videoFrameRequestCallbackHandle=this.source.requestVideoFrameCallback(this._videoFrameRequestCallback)}load(){if(this._load)return this._load;const t=this.source;return(t.readyState===t.HAVE_ENOUGH_DATA||t.readyState===t.HAVE_FUTURE_DATA)&&t.width&&t.height&&(t.complete=!0),t.addEventListener("play",this._onPlayStart),t.addEventListener("pause",this._onPlayStop),t.addEventListener("seeked",this._onSeeked),this._isSourceReady()?this._onCanPlay():(t.addEventListener("canplay",this._onCanPlay),t.addEventListener("canplaythrough",this._onCanPlay),t.addEventListener("error",this._onError,!0)),this._load=new Promise((e,i)=>{this.valid?e(this):(this._resolve=e,this._reject=i,t.load())}),this._load}_onError(t){this.source.removeEventListener("error",this._onError,!0),this.onError.emit(t),this._reject&&(this._reject(t),this._reject=null,this._resolve=null)}_isSourcePlaying(){const t=this.source;return!t.paused&&!t.ended}_isSourceReady(){return this.source.readyState>2}_onPlayStart(){this.valid||this._onCanPlay(),this._configureAutoUpdate()}_onPlayStop(){this._configureAutoUpdate()}_onSeeked(){this._autoUpdate&&!this._isSourcePlaying()&&(this._msToNextUpdate=0,this.update(),this._msToNextUpdate=0)}_onCanPlay(){const t=this.source;t.removeEventListener("canplay",this._onCanPlay),t.removeEventListener("canplaythrough",this._onCanPlay);const e=this.valid;this._msToNextUpdate=0,this.update(),this._msToNextUpdate=0,!e&&this._resolve&&(this._resolve(this),this._resolve=null,this._reject=null),this._isSourcePlaying()?this._onPlayStart():this.autoPlay&&t.play()}dispose(){this._configureAutoUpdate();const t=this.source;t&&(t.removeEventListener("play",this._onPlayStart),t.removeEventListener("pause",this._onPlayStop),t.removeEventListener("seeked",this._onSeeked),t.removeEventListener("canplay",this._onCanPlay),t.removeEventListener("canplaythrough",this._onCanPlay),t.removeEventListener("error",this._onError,!0),t.pause(),t.src="",t.load()),super.dispose()}get autoUpdate(){return this._autoUpdate}set autoUpdate(t){t!==this._autoUpdate&&(this._autoUpdate=t,this._configureAutoUpdate())}get updateFPS(){return this._updateFPS}set updateFPS(t){t!==this._updateFPS&&(this._updateFPS=t,this._configureAutoUpdate())}_configureAutoUpdate(){this._autoUpdate&&this._isSourcePlaying()?!this._updateFPS&&this.source.requestVideoFrameCallback?(this._isConnectedToTicker&&(_e.shared.remove(this.update,this),this._isConnectedToTicker=!1,this._msToNextUpdate=0),this._videoFrameRequestCallbackHandle===null&&(this._videoFrameRequestCallbackHandle=this.source.requestVideoFrameCallback(this._videoFrameRequestCallback))):(this._videoFrameRequestCallbackHandle!==null&&(this.source.cancelVideoFrameCallback(this._videoFrameRequestCallbackHandle),this._videoFrameRequestCallbackHandle=null),this._isConnectedToTicker||(_e.shared.add(this.update,this),this._isConnectedToTicker=!0,this._msToNextUpdate=0)):(this._videoFrameRequestCallbackHandle!==null&&(this.source.cancelVideoFrameCallback(this._videoFrameRequestCallbackHandle),this._videoFrameRequestCallbackHandle=null),this._isConnectedToTicker&&(_e.shared.remove(this.update,this),this._isConnectedToTicker=!1,this._msToNextUpdate=0))}static test(t,e){return globalThis.HTMLVideoElement&&t instanceof HTMLVideoElement||Bf.TYPES.includes(e)}};Qc.TYPES=["mp4","m4v","webm","ogg","ogv","h264","avi","mov"],Qc.MIME_TYPES={ogv:"video/ogg",mov:"video/quicktime",m4v:"video/mp4"};let Im=Qc;Lc.push(sn,Y0,Kw,Im,$c,Aa,Yw,Hw);class za{constructor(){this.minX=1/0,this.minY=1/0,this.maxX=-1/0,this.maxY=-1/0,this.rect=null,this.updateID=-1}isEmpty(){return this.minX>this.maxX||this.minY>this.maxY}clear(){this.minX=1/0,this.minY=1/0,this.maxX=-1/0,this.maxY=-1/0}getRectangle(t){return this.minX>this.maxX||this.minY>this.maxY?pt.EMPTY:(t=t||new pt(0,0,1,1),t.x=this.minX,t.y=this.minY,t.width=this.maxX-this.minX,t.height=this.maxY-this.minY,t)}addPoint(t){this.minX=Math.min(this.minX,t.x),this.maxX=Math.max(this.maxX,t.x),this.minY=Math.min(this.minY,t.y),this.maxY=Math.max(this.maxY,t.y)}addPointMatrix(t,e){const{a:i,b:s,c:n,d:o,tx:a,ty:h}=t,l=i*e.x+n*e.y+a,c=s*e.x+o*e.y+h;this.minX=Math.min(this.minX,l),this.maxX=Math.max(this.maxX,l),this.minY=Math.min(this.minY,c),this.maxY=Math.max(this.maxY,c)}addQuad(t){let e=this.minX,i=this.minY,s=this.maxX,n=this.maxY,o=t[0],a=t[1];e=o<e?o:e,i=a<i?a:i,s=o>s?o:s,n=a>n?a:n,o=t[2],a=t[3],e=o<e?o:e,i=a<i?a:i,s=o>s?o:s,n=a>n?a:n,o=t[4],a=t[5],e=o<e?o:e,i=a<i?a:i,s=o>s?o:s,n=a>n?a:n,o=t[6],a=t[7],e=o<e?o:e,i=a<i?a:i,s=o>s?o:s,n=a>n?a:n,this.minX=e,this.minY=i,this.maxX=s,this.maxY=n}addFrame(t,e,i,s,n){this.addFrameMatrix(t.worldTransform,e,i,s,n)}addFrameMatrix(t,e,i,s,n){const o=t.a,a=t.b,h=t.c,l=t.d,c=t.tx,u=t.ty;let d=this.minX,f=this.minY,p=this.maxX,m=this.maxY,g=o*e+h*i+c,b=a*e+l*i+u;d=g<d?g:d,f=b<f?b:f,p=g>p?g:p,m=b>m?b:m,g=o*s+h*i+c,b=a*s+l*i+u,d=g<d?g:d,f=b<f?b:f,p=g>p?g:p,m=b>m?b:m,g=o*e+h*n+c,b=a*e+l*n+u,d=g<d?g:d,f=b<f?b:f,p=g>p?g:p,m=b>m?b:m,g=o*s+h*n+c,b=a*s+l*n+u,d=g<d?g:d,f=b<f?b:f,p=g>p?g:p,m=b>m?b:m,this.minX=d,this.minY=f,this.maxX=p,this.maxY=m}addVertexData(t,e,i){let s=this.minX,n=this.minY,o=this.maxX,a=this.maxY;for(let h=e;h<i;h+=2){const l=t[h],c=t[h+1];s=l<s?l:s,n=c<n?c:n,o=l>o?l:o,a=c>a?c:a}this.minX=s,this.minY=n,this.maxX=o,this.maxY=a}addVertices(t,e,i,s){this.addVerticesMatrix(t.worldTransform,e,i,s)}addVerticesMatrix(t,e,i,s,n=0,o=n){const a=t.a,h=t.b,l=t.c,c=t.d,u=t.tx,d=t.ty;let f=this.minX,p=this.minY,m=this.maxX,g=this.maxY;for(let b=i;b<s;b+=2){const _=e[b],x=e[b+1],v=a*_+l*x+u,T=c*x+h*_+d;f=Math.min(f,v-n),m=Math.max(m,v+n),p=Math.min(p,T-o),g=Math.max(g,T+o)}this.minX=f,this.minY=p,this.maxX=m,this.maxY=g}addBounds(t){const e=this.minX,i=this.minY,s=this.maxX,n=this.maxY;this.minX=t.minX<e?t.minX:e,this.minY=t.minY<i?t.minY:i,this.maxX=t.maxX>s?t.maxX:s,this.maxY=t.maxY>n?t.maxY:n}addBoundsMask(t,e){const i=t.minX>e.minX?t.minX:e.minX,s=t.minY>e.minY?t.minY:e.minY,n=t.maxX<e.maxX?t.maxX:e.maxX,o=t.maxY<e.maxY?t.maxY:e.maxY;if(i<=n&&s<=o){const a=this.minX,h=this.minY,l=this.maxX,c=this.maxY;this.minX=i<a?i:a,this.minY=s<h?s:h,this.maxX=n>l?n:l,this.maxY=o>c?o:c}}addBoundsMatrix(t,e){this.addFrameMatrix(e,t.minX,t.minY,t.maxX,t.maxY)}addBoundsArea(t,e){const i=t.minX>e.x?t.minX:e.x,s=t.minY>e.y?t.minY:e.y,n=t.maxX<e.x+e.width?t.maxX:e.x+e.width,o=t.maxY<e.y+e.height?t.maxY:e.y+e.height;if(i<=n&&s<=o){const a=this.minX,h=this.minY,l=this.maxX,c=this.maxY;this.minX=i<a?i:a,this.minY=s<h?s:h,this.maxX=n>l?n:l,this.maxY=o>c?o:c}}pad(t=0,e=t){this.isEmpty()||(this.minX-=t,this.maxX+=t,this.minY-=e,this.maxY+=e)}addFramePad(t,e,i,s,n,o){t-=n,e-=o,i+=n,s+=o,this.minX=this.minX<t?this.minX:t,this.maxX=this.maxX>i?this.maxX:i,this.minY=this.minY<e?this.minY:e,this.maxY=this.maxY>s?this.maxY:s}}class Ut extends Yn{constructor(){super(),this.tempDisplayObjectParent=null,this.transform=new Oc,this.alpha=1,this.visible=!0,this.renderable=!0,this.cullable=!1,this.cullArea=null,this.parent=null,this.worldAlpha=1,this._lastSortedIndex=0,this._zIndex=0,this.filterArea=null,this.filters=null,this._enabledFilters=null,this._bounds=new za,this._localBounds=null,this._boundsID=0,this._boundsRect=null,this._localBoundsRect=null,this._mask=null,this._maskRefCount=0,this._destroyed=!1,this.isSprite=!1,this.isMask=!1}static mixin(t){const e=Object.keys(t);for(let i=0;i<e.length;++i){const s=e[i];Object.defineProperty(Ut.prototype,s,Object.getOwnPropertyDescriptor(t,s))}}get destroyed(){return this._destroyed}_recursivePostUpdateTransform(){this.parent?(this.parent._recursivePostUpdateTransform(),this.transform.updateTransform(this.parent.transform)):this.transform.updateTransform(this._tempDisplayObjectParent.transform)}updateTransform(){this._boundsID++,this.transform.updateTransform(this.parent.transform),this.worldAlpha=this.alpha*this.parent.worldAlpha}getBounds(t,e){return t||(this.parent?(this._recursivePostUpdateTransform(),this.updateTransform()):(this.parent=this._tempDisplayObjectParent,this.updateTransform(),this.parent=null)),this._bounds.updateID!==this._boundsID&&(this.calculateBounds(),this._bounds.updateID=this._boundsID),e||(this._boundsRect||(this._boundsRect=new pt),e=this._boundsRect),this._bounds.getRectangle(e)}getLocalBounds(t){t||(this._localBoundsRect||(this._localBoundsRect=new pt),t=this._localBoundsRect),this._localBounds||(this._localBounds=new za);const e=this.transform,i=this.parent;this.parent=null,this._tempDisplayObjectParent.worldAlpha=(i==null?void 0:i.worldAlpha)??1,this.transform=this._tempDisplayObjectParent.transform;const s=this._bounds,n=this._boundsID;this._bounds=this._localBounds;const o=this.getBounds(!1,t);return this.parent=i,this.transform=e,this._bounds=s,this._bounds.updateID+=this._boundsID-n,o}toGlobal(t,e,i=!1){return i||(this._recursivePostUpdateTransform(),this.parent?this.displayObjectUpdateTransform():(this.parent=this._tempDisplayObjectParent,this.displayObjectUpdateTransform(),this.parent=null)),this.worldTransform.apply(t,e)}toLocal(t,e,i,s){return e&&(t=e.toGlobal(t,i,s)),s||(this._recursivePostUpdateTransform(),this.parent?this.displayObjectUpdateTransform():(this.parent=this._tempDisplayObjectParent,this.displayObjectUpdateTransform(),this.parent=null)),this.worldTransform.applyInverse(t,i)}setParent(t){if(!t||!t.addChild)throw new Error("setParent: Argument must be a Container");return t.addChild(this),t}removeFromParent(){var t;(t=this.parent)==null||t.removeChild(this)}setTransform(t=0,e=0,i=1,s=1,n=0,o=0,a=0,h=0,l=0){return this.position.x=t,this.position.y=e,this.scale.x=i||1,this.scale.y=s||1,this.rotation=n,this.skew.x=o,this.skew.y=a,this.pivot.x=h,this.pivot.y=l,this}destroy(t){this.removeFromParent(),this._destroyed=!0,this.transform=null,this.parent=null,this._bounds=null,this.mask=null,this.cullArea=null,this.filters=null,this.filterArea=null,this.hitArea=null,this.eventMode="auto",this.interactiveChildren=!1,this.emit("destroyed"),this.removeAllListeners()}get _tempDisplayObjectParent(){return this.tempDisplayObjectParent===null&&(this.tempDisplayObjectParent=new zw),this.tempDisplayObjectParent}enableTempParent(){const t=this.parent;return this.parent=this._tempDisplayObjectParent,t}disableTempParent(t){this.parent=t}get x(){return this.position.x}set x(t){this.transform.position.x=t}get y(){return this.position.y}set y(t){this.transform.position.y=t}get worldTransform(){return this.transform.worldTransform}get localTransform(){return this.transform.localTransform}get position(){return this.transform.position}set position(t){this.transform.position.copyFrom(t)}get scale(){return this.transform.scale}set scale(t){this.transform.scale.copyFrom(t)}get pivot(){return this.transform.pivot}set pivot(t){this.transform.pivot.copyFrom(t)}get skew(){return this.transform.skew}set skew(t){this.transform.skew.copyFrom(t)}get rotation(){return this.transform.rotation}set rotation(t){this.transform.rotation=t}get angle(){return this.transform.rotation*Wv}set angle(t){this.transform.rotation=t*Nc}get zIndex(){return this._zIndex}set zIndex(t){this._zIndex=t,this.parent&&(this.parent.sortDirty=!0)}get worldVisible(){let t=this;do{if(!t.visible)return!1;t=t.parent}while(t);return!0}get mask(){return this._mask}set mask(t){if(this._mask!==t){if(this._mask){const e=this._mask.isMaskData?this._mask.maskObject:this._mask;e&&(e._maskRefCount--,e._maskRefCount===0&&(e.renderable=!0,e.isMask=!1))}if(this._mask=t,this._mask){const e=this._mask.isMaskData?this._mask.maskObject:this._mask;e&&(e._maskRefCount===0&&(e.renderable=!1,e.isMask=!0),e._maskRefCount++)}}}}class zw extends Ut{constructor(){super(...arguments),this.sortDirty=null}}Ut.prototype.displayObjectUpdateTransform=Ut.prototype.updateTransform;const jw=new Gt;function Jw(r,t){return r.zIndex===t.zIndex?r._lastSortedIndex-t._lastSortedIndex:r.zIndex-t.zIndex}const Am=class Uf extends Ut{constructor(){super(),this.children=[],this.sortableChildren=Uf.defaultSortableChildren,this.sortDirty=!1}onChildrenChange(t){}addChild(...t){if(t.length>1)for(let e=0;e<t.length;e++)this.addChild(t[e]);else{const e=t[0];e.parent&&e.parent.removeChild(e),e.parent=this,this.sortDirty=!0,e.transform._parentID=-1,this.children.push(e),this._boundsID++,this.onChildrenChange(this.children.length-1),this.emit("childAdded",e,this,this.children.length-1),e.emit("added",this)}return t[0]}addChildAt(t,e){if(e<0||e>this.children.length)throw new Error(`${t}addChildAt: The index ${e} supplied is out of bounds ${this.children.length}`);return t.parent&&t.parent.removeChild(t),t.parent=this,this.sortDirty=!0,t.transform._parentID=-1,this.children.splice(e,0,t),this._boundsID++,this.onChildrenChange(e),t.emit("added",this),this.emit("childAdded",t,this,e),t}swapChildren(t,e){if(t===e)return;const i=this.getChildIndex(t),s=this.getChildIndex(e);this.children[i]=e,this.children[s]=t,this.onChildrenChange(i<s?i:s)}getChildIndex(t){const e=this.children.indexOf(t);if(e===-1)throw new Error("The supplied DisplayObject must be a child of the caller");return e}setChildIndex(t,e){if(e<0||e>=this.children.length)throw new Error(`The index ${e} supplied is out of bounds ${this.children.length}`);const i=this.getChildIndex(t);tn(this.children,i,1),this.children.splice(e,0,t),this.onChildrenChange(e)}getChildAt(t){if(t<0||t>=this.children.length)throw new Error(`getChildAt: Index (${t}) does not exist.`);return this.children[t]}removeChild(...t){if(t.length>1)for(let e=0;e<t.length;e++)this.removeChild(t[e]);else{const e=t[0],i=this.children.indexOf(e);if(i===-1)return null;e.parent=null,e.transform._parentID=-1,tn(this.children,i,1),this._boundsID++,this.onChildrenChange(i),e.emit("removed",this),this.emit("childRemoved",e,this,i)}return t[0]}removeChildAt(t){const e=this.getChildAt(t);return e.parent=null,e.transform._parentID=-1,tn(this.children,t,1),this._boundsID++,this.onChildrenChange(t),e.emit("removed",this),this.emit("childRemoved",e,this,t),e}removeChildren(t=0,e=this.children.length){const i=t,s=e,n=s-i;let o;if(n>0&&n<=s){o=this.children.splice(i,n);for(let a=0;a<o.length;++a)o[a].parent=null,o[a].transform&&(o[a].transform._parentID=-1);this._boundsID++,this.onChildrenChange(t);for(let a=0;a<o.length;++a)o[a].emit("removed",this),this.emit("childRemoved",o[a],this,a);return o}else if(n===0&&this.children.length===0)return[];throw new RangeError("removeChildren: numeric values are outside the acceptable range.")}sortChildren(){let t=!1;for(let e=0,i=this.children.length;e<i;++e){const s=this.children[e];s._lastSortedIndex=e,!t&&s.zIndex!==0&&(t=!0)}t&&this.children.length>1&&this.children.sort(Jw),this.sortDirty=!1}updateTransform(){this.sortableChildren&&this.sortDirty&&this.sortChildren(),this._boundsID++,this.transform.updateTransform(this.parent.transform),this.worldAlpha=this.alpha*this.parent.worldAlpha;for(let t=0,e=this.children.length;t<e;++t){const i=this.children[t];i.visible&&i.updateTransform()}}calculateBounds(){this._bounds.clear(),this._calculateBounds();for(let t=0;t<this.children.length;t++){const e=this.children[t];if(!(!e.visible||!e.renderable))if(e.calculateBounds(),e._mask){const i=e._mask.isMaskData?e._mask.maskObject:e._mask;i?(i.calculateBounds(),this._bounds.addBoundsMask(e._bounds,i._bounds)):this._bounds.addBounds(e._bounds)}else e.filterArea?this._bounds.addBoundsArea(e._bounds,e.filterArea):this._bounds.addBounds(e._bounds)}this._bounds.updateID=this._boundsID}getLocalBounds(t,e=!1){const i=super.getLocalBounds(t);if(!e)for(let s=0,n=this.children.length;s<n;++s){const o=this.children[s];o.visible&&o.updateTransform()}return i}_calculateBounds(){}_renderWithCulling(t){const e=t.renderTexture.sourceFrame;if(!(e.width>0&&e.height>0))return;let i,s;this.cullArea?(i=this.cullArea,s=this.worldTransform):this._render!==Uf.prototype._render&&(i=this.getBounds(!0));const n=t.projection.transform;if(n&&(s?(s=jw.copyFrom(s),s.prepend(n)):s=n),i&&e.intersects(i,s))this._render(t);else if(this.cullArea)return;for(let o=0,a=this.children.length;o<a;++o){const h=this.children[o],l=h.cullable;h.cullable=l||!this.cullArea,h.render(t),h.cullable=l}}render(t){var e;if(!(!this.visible||this.worldAlpha<=0||!this.renderable))if(this._mask||(e=this.filters)!=null&&e.length)this.renderAdvanced(t);else if(this.cullable)this._renderWithCulling(t);else{this._render(t);for(let i=0,s=this.children.length;i<s;++i)this.children[i].render(t)}}renderAdvanced(t){var n,o,a;const e=this.filters,i=this._mask;if(e){this._enabledFilters||(this._enabledFilters=[]),this._enabledFilters.length=0;for(let h=0;h<e.length;h++)e[h].enabled&&this._enabledFilters.push(e[h])}const s=e&&((n=this._enabledFilters)==null?void 0:n.length)||i&&(!i.isMaskData||i.enabled&&(i.autoDetect||i.type!==te.NONE));if(s&&t.batch.flush(),e&&((o=this._enabledFilters)!=null&&o.length)&&t.filter.push(this,this._enabledFilters),i&&t.mask.push(this,this._mask),this.cullable)this._renderWithCulling(t);else{this._render(t);for(let h=0,l=this.children.length;h<l;++h)this.children[h].render(t)}s&&t.batch.flush(),i&&t.mask.pop(this),e&&((a=this._enabledFilters)!=null&&a.length)&&t.filter.pop()}_render(t){}destroy(t){super.destroy(),this.sortDirty=!1;const e=typeof t=="boolean"?t:t==null?void 0:t.children,i=this.removeChildren(0,this.children.length);if(e)for(let s=0;s<i.length;++s)i[s].destroy(t)}get width(){return this.scale.x*this.getLocalBounds().width}set width(t){const e=this.getLocalBounds().width;e!==0?this.scale.x=t/e:this.scale.x=1,this._width=t}get height(){return this.scale.y*this.getLocalBounds().height}set height(t){const e=this.getLocalBounds().height;e!==0?this.scale.y=t/e:this.scale.y=1,this._height=t}};Am.defaultSortableChildren=!1;let Tt=Am;Tt.prototype.containerUpdateTransform=Tt.prototype.updateTransform,Object.defineProperties(it,{SORTABLE_CHILDREN:{get(){return Tt.defaultSortableChildren},set(r){vt("7.1.0","settings.SORTABLE_CHILDREN is deprecated, use Container.defaultSortableChildren"),Tt.defaultSortableChildren=r}}});const lo=new ct,$w=new Uint16Array([0,1,2,0,2,3]);class jt extends Tt{constructor(t){super(),this._anchor=new qi(this._onAnchorUpdate,this,t?t.defaultAnchor.x:0,t?t.defaultAnchor.y:0),this._texture=null,this._width=0,this._height=0,this._tintColor=new Lt(16777215),this._tintRGB=null,this.tint=16777215,this.blendMode=dt.NORMAL,this._cachedTint=16777215,this.uvs=null,this.texture=t||ot.EMPTY,this.vertexData=new Float32Array(8),this.vertexTrimmedData=null,this._transformID=-1,this._textureID=-1,this._transformTrimmedID=-1,this._textureTrimmedID=-1,this.indices=$w,this.pluginName="batch",this.isSprite=!0,this._roundPixels=it.ROUND_PIXELS}_onTextureUpdate(){this._textureID=-1,this._textureTrimmedID=-1,this._cachedTint=16777215,this._width&&(this.scale.x=_r(this.scale.x)*this._width/this._texture.orig.width),this._height&&(this.scale.y=_r(this.scale.y)*this._height/this._texture.orig.height)}_onAnchorUpdate(){this._transformID=-1,this._transformTrimmedID=-1}calculateVertices(){const t=this._texture;if(this._transformID===this.transform._worldID&&this._textureID===t._updateID)return;this._textureID!==t._updateID&&(this.uvs=this._texture._uvs.uvsFloat32),this._transformID=this.transform._worldID,this._textureID=t._updateID;const e=this.transform.worldTransform,i=e.a,s=e.b,n=e.c,o=e.d,a=e.tx,h=e.ty,l=this.vertexData,c=t.trim,u=t.orig,d=this._anchor;let f=0,p=0,m=0,g=0;if(c?(p=c.x-d._x*u.width,f=p+c.width,g=c.y-d._y*u.height,m=g+c.height):(p=-d._x*u.width,f=p+u.width,g=-d._y*u.height,m=g+u.height),l[0]=i*p+n*g+a,l[1]=o*g+s*p+h,l[2]=i*f+n*g+a,l[3]=o*g+s*f+h,l[4]=i*f+n*m+a,l[5]=o*m+s*f+h,l[6]=i*p+n*m+a,l[7]=o*m+s*p+h,this._roundPixels){const b=it.RESOLUTION;for(let _=0;_<l.length;++_)l[_]=Math.round(l[_]*b)/b}}calculateTrimmedVertices(){if(!this.vertexTrimmedData)this.vertexTrimmedData=new Float32Array(8);else if(this._transformTrimmedID===this.transform._worldID&&this._textureTrimmedID===this._texture._updateID)return;this._transformTrimmedID=this.transform._worldID,this._textureTrimmedID=this._texture._updateID;const t=this._texture,e=this.vertexTrimmedData,i=t.orig,s=this._anchor,n=this.transform.worldTransform,o=n.a,a=n.b,h=n.c,l=n.d,c=n.tx,u=n.ty,d=-s._x*i.width,f=d+i.width,p=-s._y*i.height,m=p+i.height;if(e[0]=o*d+h*p+c,e[1]=l*p+a*d+u,e[2]=o*f+h*p+c,e[3]=l*p+a*f+u,e[4]=o*f+h*m+c,e[5]=l*m+a*f+u,e[6]=o*d+h*m+c,e[7]=l*m+a*d+u,this._roundPixels){const g=it.RESOLUTION;for(let b=0;b<e.length;++b)e[b]=Math.round(e[b]*g)/g}}_render(t){this.calculateVertices(),t.batch.setObjectRenderer(t.plugins[this.pluginName]),t.plugins[this.pluginName].render(this)}_calculateBounds(){const t=this._texture.trim,e=this._texture.orig;!t||t.width===e.width&&t.height===e.height?(this.calculateVertices(),this._bounds.addQuad(this.vertexData)):(this.calculateTrimmedVertices(),this._bounds.addQuad(this.vertexTrimmedData))}getLocalBounds(t){return this.children.length===0?(this._localBounds||(this._localBounds=new za),this._localBounds.minX=this._texture.orig.width*-this._anchor._x,this._localBounds.minY=this._texture.orig.height*-this._anchor._y,this._localBounds.maxX=this._texture.orig.width*(1-this._anchor._x),this._localBounds.maxY=this._texture.orig.height*(1-this._anchor._y),t||(this._localBoundsRect||(this._localBoundsRect=new pt),t=this._localBoundsRect),this._localBounds.getRectangle(t)):super.getLocalBounds.call(this,t)}containsPoint(t){this.worldTransform.applyInverse(t,lo);const e=this._texture.orig.width,i=this._texture.orig.height,s=-e*this.anchor.x;let n=0;return lo.x>=s&&lo.x<s+e&&(n=-i*this.anchor.y,lo.y>=n&&lo.y<n+i)}destroy(t){if(super.destroy(t),this._texture.off("update",this._onTextureUpdate,this),this._anchor=null,typeof t=="boolean"?t:t==null?void 0:t.texture){const e=typeof t=="boolean"?t:t==null?void 0:t.baseTexture;this._texture.destroy(!!e)}this._texture=null}static from(t,e){const i=t instanceof ot?t:ot.from(t,e);return new jt(i)}set roundPixels(t){this._roundPixels!==t&&(this._transformID=-1,this._transformTrimmedID=-1),this._roundPixels=t}get roundPixels(){return this._roundPixels}get width(){return Math.abs(this.scale.x)*this._texture.orig.width}set width(t){const e=_r(this.scale.x)||1;this.scale.x=e*t/this._texture.orig.width,this._width=t}get height(){return Math.abs(this.scale.y)*this._texture.orig.height}set height(t){const e=_r(this.scale.y)||1;this.scale.y=e*t/this._texture.orig.height,this._height=t}get anchor(){return this._anchor}set anchor(t){this._anchor.copyFrom(t)}get tint(){return this._tintColor.value}set tint(t){this._tintColor.setValue(t),this._tintRGB=this._tintColor.toLittleEndianNumber()}get tintValue(){return this._tintColor.toNumber()}get texture(){return this._texture}set texture(t){this._texture!==t&&(this._texture&&this._texture.off("update",this._onTextureUpdate,this),this._texture=t||ot.EMPTY,this._cachedTint=16777215,this._textureID=-1,this._textureTrimmedID=-1,t&&(t.baseTexture.valid?this._onTextureUpdate():t.once("update",this._onTextureUpdate,this)))}}const Mm=new Gt;Ut.prototype._cacheAsBitmap=!1,Ut.prototype._cacheData=null,Ut.prototype._cacheAsBitmapResolution=null,Ut.prototype._cacheAsBitmapMultisample=null;class Qw{constructor(){this.textureCacheId=null,this.originalRender=null,this.originalRenderCanvas=null,this.originalCalculateBounds=null,this.originalGetLocalBounds=null,this.originalUpdateTransform=null,this.originalDestroy=null,this.originalMask=null,this.originalFilterArea=null,this.originalContainsPoint=null,this.sprite=null}}Object.defineProperties(Ut.prototype,{cacheAsBitmapResolution:{get(){return this._cacheAsBitmapResolution},set(r){r!==this._cacheAsBitmapResolution&&(this._cacheAsBitmapResolution=r,this.cacheAsBitmap&&(this.cacheAsBitmap=!1,this.cacheAsBitmap=!0))}},cacheAsBitmapMultisample:{get(){return this._cacheAsBitmapMultisample},set(r){r!==this._cacheAsBitmapMultisample&&(this._cacheAsBitmapMultisample=r,this.cacheAsBitmap&&(this.cacheAsBitmap=!1,this.cacheAsBitmap=!0))}},cacheAsBitmap:{get(){return this._cacheAsBitmap},set(r){if(this._cacheAsBitmap===r)return;this._cacheAsBitmap=r;let t;r?(this._cacheData||(this._cacheData=new Qw),t=this._cacheData,t.originalRender=this.render,t.originalRenderCanvas=this.renderCanvas,t.originalUpdateTransform=this.updateTransform,t.originalCalculateBounds=this.calculateBounds,t.originalGetLocalBounds=this.getLocalBounds,t.originalDestroy=this.destroy,t.originalContainsPoint=this.containsPoint,t.originalMask=this._mask,t.originalFilterArea=this.filterArea,this.render=this._renderCached,this.renderCanvas=this._renderCachedCanvas,this.destroy=this._cacheAsBitmapDestroy):(t=this._cacheData,t.sprite&&this._destroyCachedDisplayObject(),this.render=t.originalRender,this.renderCanvas=t.originalRenderCanvas,this.calculateBounds=t.originalCalculateBounds,this.getLocalBounds=t.originalGetLocalBounds,this.destroy=t.originalDestroy,this.updateTransform=t.originalUpdateTransform,this.containsPoint=t.originalContainsPoint,this._mask=t.originalMask,this.filterArea=t.originalFilterArea)}}}),Ut.prototype._renderCached=function(r){!this.visible||this.worldAlpha<=0||!this.renderable||(this._initCachedDisplayObject(r),this._cacheData.sprite.transform._worldID=this.transform._worldID,this._cacheData.sprite.worldAlpha=this.worldAlpha,this._cacheData.sprite._render(r))},Ut.prototype._initCachedDisplayObject=function(r){var d,f;if((d=this._cacheData)!=null&&d.sprite)return;const t=this.alpha;this.alpha=1,r.batch.flush();const e=this.getLocalBounds(new pt,!0);if((f=this.filters)!=null&&f.length){const p=this.filters[0].padding;e.pad(p)}const i=this.cacheAsBitmapResolution||r.resolution;e.ceil(i),e.width=Math.max(e.width,1/i),e.height=Math.max(e.height,1/i);const s=r.renderTexture.current,n=r.renderTexture.sourceFrame.clone(),o=r.renderTexture.destinationFrame.clone(),a=r.projection.transform,h=os.create({width:e.width,height:e.height,resolution:i,multisample:this.cacheAsBitmapMultisample??r.multisample}),l=`cacheAsBitmap_${qr()}`;this._cacheData.textureCacheId=l,bt.addToCache(h.baseTexture,l),ot.addToCache(h,l);const c=this.transform.localTransform.copyTo(Mm).invert().translate(-e.x,-e.y);this.render=this._cacheData.originalRender,r.render(this,{renderTexture:h,clear:!0,transform:c,skipUpdateTransform:!1}),r.framebuffer.blit(),r.projection.transform=a,r.renderTexture.bind(s,n,o),this.render=this._renderCached,this.updateTransform=this.displayObjectUpdateTransform,this.calculateBounds=this._calculateCachedBounds,this.getLocalBounds=this._getCachedLocalBounds,this._mask=null,this.filterArea=null,this.alpha=t;const u=new jt(h);u.transform.worldTransform=this.transform.worldTransform,u.anchor.x=-(e.x/e.width),u.anchor.y=-(e.y/e.height),u.alpha=t,u._bounds=this._bounds,this._cacheData.sprite=u,this.transform._parentID=-1,this.parent?this.updateTransform():(this.enableTempParent(),this.updateTransform(),this.disableTempParent(null)),this.containsPoint=u.containsPoint.bind(u)},Ut.prototype._renderCachedCanvas=function(r){!this.visible||this.worldAlpha<=0||!this.renderable||(this._initCachedDisplayObjectCanvas(r),this._cacheData.sprite.worldAlpha=this.worldAlpha,this._cacheData.sprite._renderCanvas(r))},Ut.prototype._initCachedDisplayObjectCanvas=function(r){var c;if((c=this._cacheData)!=null&&c.sprite)return;const t=this.getLocalBounds(new pt,!0),e=this.alpha;this.alpha=1;const i=r.canvasContext.activeContext,s=r._projTransform,n=this.cacheAsBitmapResolution||r.resolution;t.ceil(n),t.width=Math.max(t.width,1/n),t.height=Math.max(t.height,1/n);const o=os.create({width:t.width,height:t.height,resolution:n}),a=`cacheAsBitmap_${qr()}`;this._cacheData.textureCacheId=a,bt.addToCache(o.baseTexture,a),ot.addToCache(o,a);const h=Mm;this.transform.localTransform.copyTo(h),h.invert(),h.tx-=t.x,h.ty-=t.y,this.renderCanvas=this._cacheData.originalRenderCanvas,r.render(this,{renderTexture:o,clear:!0,transform:h,skipUpdateTransform:!1}),r.canvasContext.activeContext=i,r._projTransform=s,this.renderCanvas=this._renderCachedCanvas,this.updateTransform=this.displayObjectUpdateTransform,this.calculateBounds=this._calculateCachedBounds,this.getLocalBounds=this._getCachedLocalBounds,this._mask=null,this.filterArea=null,this.alpha=e;const l=new jt(o);l.transform.worldTransform=this.transform.worldTransform,l.anchor.x=-(t.x/t.width),l.anchor.y=-(t.y/t.height),l.alpha=e,l._bounds=this._bounds,this._cacheData.sprite=l,this.transform._parentID=-1,this.parent?this.updateTransform():(this.parent=r._tempDisplayObjectParent,this.updateTransform(),this.parent=null),this.containsPoint=l.containsPoint.bind(l)},Ut.prototype._calculateCachedBounds=function(){this._bounds.clear(),this._cacheData.sprite.transform._worldID=this.transform._worldID,this._cacheData.sprite._calculateBounds(),this._bounds.updateID=this._boundsID},Ut.prototype._getCachedLocalBounds=function(){return this._cacheData.sprite.getLocalBounds(null)},Ut.prototype._destroyCachedDisplayObject=function(){this._cacheData.sprite._texture.destroy(!0),this._cacheData.sprite=null,bt.removeFromCache(this._cacheData.textureCacheId),ot.removeFromCache(this._cacheData.textureCacheId),this._cacheData.textureCacheId=null},Ut.prototype._cacheAsBitmapDestroy=function(r){this.cacheAsBitmap=!1,this.destroy(r)},Ut.prototype.name=null,Tt.prototype.getChildByName=function(r,t){for(let e=0,i=this.children.length;e<i;e++)if(this.children[e].name===r)return this.children[e];if(t)for(let e=0,i=this.children.length;e<i;e++){const s=this.children[e];if(!s.getChildByName)continue;const n=s.getChildByName(r,!0);if(n)return n}return null},Ut.prototype.getGlobalPosition=function(r=new ct,t=!1){return this.parent?this.parent.toGlobal(this.position,r,t):(r.x=this.position.x,r.y=this.position.y),r};var qw=`varying vec2 vTextureCoord;
|
|
527
527
|
|
|
528
528
|
uniform sampler2D uSampler;
|
|
529
529
|
uniform float uAlpha;
|
|
@@ -532,9 +532,9 @@ void main(void)
|
|
|
532
532
|
{
|
|
533
533
|
gl_FragColor = texture2D(uSampler, vTextureCoord) * uAlpha;
|
|
534
534
|
}
|
|
535
|
-
`;class t2 extends
|
|
536
|
-
`);function r2(
|
|
537
|
-
`}return
|
|
535
|
+
`;class t2 extends xe{constructor(t=1){super(Zw,qw,{uAlpha:1}),this.alpha=t}get alpha(){return this.uniforms.uAlpha}set alpha(t){this.uniforms.uAlpha=t}}const e2={5:[.153388,.221461,.250301],7:[.071303,.131514,.189879,.214607],9:[.028532,.067234,.124009,.179044,.20236],11:[.0093,.028002,.065984,.121703,.175713,.198596],13:[.002406,.009255,.027867,.065666,.121117,.174868,.197641],15:[489e-6,.002403,.009246,.02784,.065602,.120999,.174697,.197448]},i2=["varying vec2 vBlurTexCoords[%size%];","uniform sampler2D uSampler;","void main(void)","{"," gl_FragColor = vec4(0.0);"," %blur%","}"].join(`
|
|
536
|
+
`);function r2(r){const t=e2[r],e=t.length;let i=i2,s="";const n="gl_FragColor += texture2D(uSampler, vBlurTexCoords[%index%]) * %value%;";let o;for(let a=0;a<r;a++){let h=n.replace("%index%",a.toString());o=a,a>=e&&(o=r-a-1),h=h.replace("%value%",t[o].toString()),s+=h,s+=`
|
|
537
|
+
`}return i=i.replace("%blur%",s),i=i.replace("%size%",r.toString()),i}const s2=`
|
|
538
538
|
attribute vec2 aVertexPosition;
|
|
539
539
|
|
|
540
540
|
uniform mat3 projectionMatrix;
|
|
@@ -564,8 +564,8 @@ void main(void)
|
|
|
564
564
|
|
|
565
565
|
vec2 textureCoord = filterTextureCoord();
|
|
566
566
|
%blur%
|
|
567
|
-
}`;function
|
|
568
|
-
`}return
|
|
567
|
+
}`;function n2(r,t){const e=Math.ceil(r/2);let i=s2,s="",n;t?n="vBlurTexCoords[%index%] = textureCoord + vec2(%sampleIndex% * strength, 0.0);":n="vBlurTexCoords[%index%] = textureCoord + vec2(0.0, %sampleIndex% * strength);";for(let o=0;o<r;o++){let a=n.replace("%index%",o.toString());a=a.replace("%sampleIndex%",`${o-(e-1)}.0`),s+=a,s+=`
|
|
568
|
+
`}return i=i.replace("%blur%",s),i=i.replace("%size%",r.toString()),i}class qc extends xe{constructor(t,e=8,i=4,s=xe.defaultResolution,n=5){const o=n2(n,t),a=r2(n);super(o,a),this.horizontal=t,this.resolution=s,this._quality=0,this.quality=i,this.blur=e}apply(t,e,i,s){if(i?this.horizontal?this.uniforms.strength=1/i.width*(i.width/e.width):this.uniforms.strength=1/i.height*(i.height/e.height):this.horizontal?this.uniforms.strength=1/t.renderer.width*(t.renderer.width/e.width):this.uniforms.strength=1/t.renderer.height*(t.renderer.height/e.height),this.uniforms.strength*=this.strength,this.uniforms.strength/=this.passes,this.passes===1)t.applyFilter(this,e,i,s);else{const n=t.getFilterTexture(),o=t.renderer;let a=e,h=n;this.state.blend=!1,t.applyFilter(this,a,h,wi.CLEAR);for(let l=1;l<this.passes-1;l++){t.bindAndClear(a,wi.BLIT),this.uniforms.uSampler=h;const c=h;h=a,a=c,o.shader.bind(this),o.geometry.draw(5)}this.state.blend=!0,t.applyFilter(this,h,i,s),t.returnFilterTexture(n)}}get blur(){return this.strength}set blur(t){this.padding=1+Math.abs(t)*2,this.strength=t}get quality(){return this._quality}set quality(t){this._quality=t,this.passes=t}}class o2 extends xe{constructor(t=8,e=4,i=xe.defaultResolution,s=5){super(),this._repeatEdgePixels=!1,this.blurXFilter=new qc(!0,t,e,i,s),this.blurYFilter=new qc(!1,t,e,i,s),this.resolution=i,this.quality=e,this.blur=t,this.repeatEdgePixels=!1}apply(t,e,i,s){const n=Math.abs(this.blurXFilter.strength),o=Math.abs(this.blurYFilter.strength);if(n&&o){const a=t.getFilterTexture();this.blurXFilter.apply(t,e,a,wi.CLEAR),this.blurYFilter.apply(t,a,i,s),t.returnFilterTexture(a)}else o?this.blurYFilter.apply(t,e,i,s):this.blurXFilter.apply(t,e,i,s)}updatePadding(){this._repeatEdgePixels?this.padding=0:this.padding=Math.max(Math.abs(this.blurXFilter.strength),Math.abs(this.blurYFilter.strength))*2}get blur(){return this.blurXFilter.blur}set blur(t){this.blurXFilter.blur=this.blurYFilter.blur=t,this.updatePadding()}get quality(){return this.blurXFilter.quality}set quality(t){this.blurXFilter.quality=this.blurYFilter.quality=t}get blurX(){return this.blurXFilter.blur}set blurX(t){this.blurXFilter.blur=t,this.updatePadding()}get blurY(){return this.blurYFilter.blur}set blurY(t){this.blurYFilter.blur=t,this.updatePadding()}get blendMode(){return this.blurYFilter.blendMode}set blendMode(t){this.blurYFilter.blendMode=t}get repeatEdgePixels(){return this._repeatEdgePixels}set repeatEdgePixels(t){this._repeatEdgePixels=t,this.updatePadding()}}var a2=`varying vec2 vTextureCoord;
|
|
569
569
|
uniform sampler2D uSampler;
|
|
570
570
|
uniform float m[20];
|
|
571
571
|
uniform float uAlpha;
|
|
@@ -617,7 +617,7 @@ void main(void)
|
|
|
617
617
|
|
|
618
618
|
gl_FragColor = vec4(rgb, result.a);
|
|
619
619
|
}
|
|
620
|
-
`;class
|
|
620
|
+
`;class tu extends xe{constructor(){const t={m:new Float32Array([1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0]),uAlpha:1};super(vm,a2,t),this.alpha=1}_loadMatrix(t,e=!1){let i=t;e&&(this._multiply(i,this.uniforms.m,t),i=this._colorMatrix(i)),this.uniforms.m=i}_multiply(t,e,i){return t[0]=e[0]*i[0]+e[1]*i[5]+e[2]*i[10]+e[3]*i[15],t[1]=e[0]*i[1]+e[1]*i[6]+e[2]*i[11]+e[3]*i[16],t[2]=e[0]*i[2]+e[1]*i[7]+e[2]*i[12]+e[3]*i[17],t[3]=e[0]*i[3]+e[1]*i[8]+e[2]*i[13]+e[3]*i[18],t[4]=e[0]*i[4]+e[1]*i[9]+e[2]*i[14]+e[3]*i[19]+e[4],t[5]=e[5]*i[0]+e[6]*i[5]+e[7]*i[10]+e[8]*i[15],t[6]=e[5]*i[1]+e[6]*i[6]+e[7]*i[11]+e[8]*i[16],t[7]=e[5]*i[2]+e[6]*i[7]+e[7]*i[12]+e[8]*i[17],t[8]=e[5]*i[3]+e[6]*i[8]+e[7]*i[13]+e[8]*i[18],t[9]=e[5]*i[4]+e[6]*i[9]+e[7]*i[14]+e[8]*i[19]+e[9],t[10]=e[10]*i[0]+e[11]*i[5]+e[12]*i[10]+e[13]*i[15],t[11]=e[10]*i[1]+e[11]*i[6]+e[12]*i[11]+e[13]*i[16],t[12]=e[10]*i[2]+e[11]*i[7]+e[12]*i[12]+e[13]*i[17],t[13]=e[10]*i[3]+e[11]*i[8]+e[12]*i[13]+e[13]*i[18],t[14]=e[10]*i[4]+e[11]*i[9]+e[12]*i[14]+e[13]*i[19]+e[14],t[15]=e[15]*i[0]+e[16]*i[5]+e[17]*i[10]+e[18]*i[15],t[16]=e[15]*i[1]+e[16]*i[6]+e[17]*i[11]+e[18]*i[16],t[17]=e[15]*i[2]+e[16]*i[7]+e[17]*i[12]+e[18]*i[17],t[18]=e[15]*i[3]+e[16]*i[8]+e[17]*i[13]+e[18]*i[18],t[19]=e[15]*i[4]+e[16]*i[9]+e[17]*i[14]+e[18]*i[19]+e[19],t}_colorMatrix(t){const e=new Float32Array(t);return e[4]/=255,e[9]/=255,e[14]/=255,e[19]/=255,e}brightness(t,e){const i=[t,0,0,0,0,0,t,0,0,0,0,0,t,0,0,0,0,0,1,0];this._loadMatrix(i,e)}tint(t,e){const[i,s,n]=Lt.shared.setValue(t).toArray(),o=[i,0,0,0,0,0,s,0,0,0,0,0,n,0,0,0,0,0,1,0];this._loadMatrix(o,e)}greyscale(t,e){const i=[t,t,t,0,0,t,t,t,0,0,t,t,t,0,0,0,0,0,1,0];this._loadMatrix(i,e)}blackAndWhite(t){const e=[.3,.6,.1,0,0,.3,.6,.1,0,0,.3,.6,.1,0,0,0,0,0,1,0];this._loadMatrix(e,t)}hue(t,e){t=(t||0)/180*Math.PI;const i=Math.cos(t),s=Math.sin(t),n=Math.sqrt,o=1/3,a=n(o),h=i+(1-i)*o,l=o*(1-i)-a*s,c=o*(1-i)+a*s,u=o*(1-i)+a*s,d=i+o*(1-i),f=o*(1-i)-a*s,p=o*(1-i)-a*s,m=o*(1-i)+a*s,g=i+o*(1-i),b=[h,l,c,0,0,u,d,f,0,0,p,m,g,0,0,0,0,0,1,0];this._loadMatrix(b,e)}contrast(t,e){const i=(t||0)+1,s=-.5*(i-1),n=[i,0,0,0,s,0,i,0,0,s,0,0,i,0,s,0,0,0,1,0];this._loadMatrix(n,e)}saturate(t=0,e){const i=t*2/3+1,s=(i-1)*-.5,n=[i,s,s,0,0,s,i,s,0,0,s,s,i,0,0,0,0,0,1,0];this._loadMatrix(n,e)}desaturate(){this.saturate(-1)}negative(t){const e=[-1,0,0,1,0,0,-1,0,1,0,0,0,-1,1,0,0,0,0,1,0];this._loadMatrix(e,t)}sepia(t){const e=[.393,.7689999,.18899999,0,0,.349,.6859999,.16799999,0,0,.272,.5339999,.13099999,0,0,0,0,0,1,0];this._loadMatrix(e,t)}technicolor(t){const e=[1.9125277891456083,-.8545344976951645,-.09155508482755585,0,11.793603434377337,-.3087833385928097,1.7658908555458428,-.10601743074722245,0,-70.35205161461398,-.231103377548616,-.7501899197440212,1.847597816108189,0,30.950940869491138,0,0,0,1,0];this._loadMatrix(e,t)}polaroid(t){const e=[1.438,-.062,-.062,0,0,-.122,1.378,-.122,0,0,-.016,-.016,1.483,0,0,0,0,0,1,0];this._loadMatrix(e,t)}toBGR(t){const e=[0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0];this._loadMatrix(e,t)}kodachrome(t){const e=[1.1285582396593525,-.3967382283601348,-.03992559172921793,0,63.72958762196502,-.16404339962244616,1.0835251566291304,-.05498805115633132,0,24.732407896706203,-.16786010706155763,-.5603416277695248,1.6014850761964943,0,35.62982807460946,0,0,0,1,0];this._loadMatrix(e,t)}browni(t){const e=[.5997023498159715,.34553243048391263,-.2708298674538042,0,47.43192855600873,-.037703249837783157,.8609577587992641,.15059552388459913,0,-36.96841498319127,.24113635128153335,-.07441037908422492,.44972182064877153,0,-7.562075277591283,0,0,0,1,0];this._loadMatrix(e,t)}vintage(t){const e=[.6279345635605994,.3202183420819367,-.03965408211312453,0,9.651285835294123,.02578397704808868,.6441188644374771,.03259127616149294,0,7.462829176470591,.0466055556782719,-.0851232987247891,.5241648018700465,0,5.159190588235296,0,0,0,1,0];this._loadMatrix(e,t)}colorTone(t,e,i,s,n){t=t||.2,e=e||.15,i=i||16770432,s=s||3375104;const o=Lt.shared,[a,h,l]=o.setValue(i).toArray(),[c,u,d]=o.setValue(s).toArray(),f=[.3,.59,.11,0,0,a,h,l,t,0,c,u,d,e,0,a-c,h-u,l-d,0,0];this._loadMatrix(f,n)}night(t,e){t=t||.1;const i=[t*-2,-t,0,0,0,-t,0,t,0,0,0,t,t*2,0,0,0,0,0,1,0];this._loadMatrix(i,e)}predator(t,e){const i=[11.224130630493164*t,-4.794486999511719*t,-2.8746118545532227*t,0*t,.40342438220977783*t,-3.6330697536468506*t,9.193157196044922*t,-2.951810836791992*t,0*t,-1.316135048866272*t,-3.2184197902679443*t,-4.2375030517578125*t,7.476448059082031*t,0*t,.8044459223747253*t,0,0,0,1,0];this._loadMatrix(i,e)}lsd(t){const e=[2,-.4,.5,0,0,-.5,2,-.4,0,0,-.4,-.5,3,0,0,0,0,0,1,0];this._loadMatrix(e,t)}reset(){const t=[1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0];this._loadMatrix(t,!1)}get matrix(){return this.uniforms.m}set matrix(t){this.uniforms.m=t}get alpha(){return this.uniforms.uAlpha}set alpha(t){this.uniforms.uAlpha=t}}tu.prototype.grayscale=tu.prototype.greyscale;var h2=`varying vec2 vFilterCoord;
|
|
621
621
|
varying vec2 vTextureCoord;
|
|
622
622
|
|
|
623
623
|
uniform vec2 scale;
|
|
@@ -637,7 +637,7 @@ void main(void)
|
|
|
637
637
|
|
|
638
638
|
gl_FragColor = texture2D(uSampler, clamp(vec2(vTextureCoord.x + map.x, vTextureCoord.y + map.y), inputClamp.xy, inputClamp.zw));
|
|
639
639
|
}
|
|
640
|
-
`,
|
|
640
|
+
`,l2=`attribute vec2 aVertexPosition;
|
|
641
641
|
|
|
642
642
|
uniform mat3 projectionMatrix;
|
|
643
643
|
uniform mat3 filterMatrix;
|
|
@@ -666,7 +666,7 @@ void main(void)
|
|
|
666
666
|
vTextureCoord = filterTextureCoord();
|
|
667
667
|
vFilterCoord = ( filterMatrix * vec3( vTextureCoord, 1.0) ).xy;
|
|
668
668
|
}
|
|
669
|
-
`;class c2 extends
|
|
669
|
+
`;class c2 extends xe{constructor(t,e){const i=new Gt;t.renderable=!1,super(l2,h2,{mapSampler:t._texture,filterMatrix:i,scale:{x:1,y:1},rotation:new Float32Array([1,0,0,1])}),this.maskSprite=t,this.maskMatrix=i,e==null&&(e=20),this.scale=new ct(e,e)}apply(t,e,i,s){this.uniforms.filterMatrix=t.calculateSpriteMatrix(this.maskMatrix,this.maskSprite),this.uniforms.scale.x=this.scale.x,this.uniforms.scale.y=this.scale.y;const n=this.maskSprite.worldTransform,o=Math.sqrt(n.a*n.a+n.b*n.b),a=Math.sqrt(n.c*n.c+n.d*n.d);o!==0&&a!==0&&(this.uniforms.rotation[0]=n.a/o,this.uniforms.rotation[1]=n.b/o,this.uniforms.rotation[2]=n.c/a,this.uniforms.rotation[3]=n.d/a),t.applyFilter(this,e,i,s)}get map(){return this.uniforms.mapSampler}set map(t){this.uniforms.mapSampler=t}}var u2=`varying vec2 v_rgbNW;
|
|
670
670
|
varying vec2 v_rgbNE;
|
|
671
671
|
varying vec2 v_rgbSW;
|
|
672
672
|
varying vec2 v_rgbSE;
|
|
@@ -829,7 +829,7 @@ void main(void) {
|
|
|
829
829
|
|
|
830
830
|
texcoords(vFragCoord, inputSize.zw, v_rgbNW, v_rgbNE, v_rgbSW, v_rgbSE, v_rgbM);
|
|
831
831
|
}
|
|
832
|
-
`;class f2 extends
|
|
832
|
+
`;class f2 extends xe{constructor(){super(d2,u2)}}var p2=`precision highp float;
|
|
833
833
|
|
|
834
834
|
varying vec2 vTextureCoord;
|
|
835
835
|
varying vec4 vColor;
|
|
@@ -863,15 +863,15 @@ void main()
|
|
|
863
863
|
|
|
864
864
|
gl_FragColor = color;
|
|
865
865
|
}
|
|
866
|
-
`;class m2 extends ve{constructor(t=.5,e=Math.random()){super(rm,p2,{uNoise:0,uSeed:0}),this.noise=t,this.seed=e}get noise(){return this.uniforms.uNoise}set noise(t){this.uniforms.uNoise=t}get seed(){return this.uniforms.uSeed}set seed(t){this.uniforms.uSeed=t}}const dm={AlphaFilter:t2,BlurFilter:o2,BlurFilterPass:zc,ColorMatrixFilter:Yc,DisplacementFilter:c2,FXAAFilter:f2,NoiseFilter:m2};Object.entries(dm).forEach(([i,t])=>{Object.defineProperty(dm,i,{get(){return wt("7.1.0",`filters.${i} has moved to ${i}`),t}})});class g2{constructor(){this.interactionFrequency=10,this._deltaTime=0,this._didMove=!1,this.tickerAdded=!1,this._pauseUpdate=!0}init(t){this.removeTickerListener(),this.events=t,this.interactionFrequency=10,this._deltaTime=0,this._didMove=!1,this.tickerAdded=!1,this._pauseUpdate=!0}get pauseUpdate(){return this._pauseUpdate}set pauseUpdate(t){this._pauseUpdate=t}addTickerListener(){this.tickerAdded||!this.domElement||(we.system.add(this.tickerUpdate,this,gn.INTERACTION),this.tickerAdded=!0)}removeTickerListener(){this.tickerAdded&&(we.system.remove(this.tickerUpdate,this),this.tickerAdded=!1)}pointerMoved(){this._didMove=!0}update(){if(!this.domElement||this._pauseUpdate)return;if(this._didMove){this._didMove=!1;return}const t=this.events.rootPointerEvent;this.events.supportsTouchEvents&&t.pointerType==="touch"||globalThis.document.dispatchEvent(new PointerEvent("pointermove",{clientX:t.clientX,clientY:t.clientY}))}tickerUpdate(t){this._deltaTime+=t,!(this._deltaTime<this.interactionFrequency)&&(this._deltaTime=0,this.update())}}const Ar=new g2;class mo{constructor(t){this.bubbles=!0,this.cancelBubble=!0,this.cancelable=!1,this.composed=!1,this.defaultPrevented=!1,this.eventPhase=mo.prototype.NONE,this.propagationStopped=!1,this.propagationImmediatelyStopped=!1,this.layer=new ct,this.page=new ct,this.NONE=0,this.CAPTURING_PHASE=1,this.AT_TARGET=2,this.BUBBLING_PHASE=3,this.manager=t}get layerX(){return this.layer.x}get layerY(){return this.layer.y}get pageX(){return this.page.x}get pageY(){return this.page.y}get data(){return this}composedPath(){return this.manager&&(!this.path||this.path[this.path.length-1]!==this.target)&&(this.path=this.target?this.manager.propagationPath(this.target):[]),this.path}initEvent(t,e,r){throw new Error("initEvent() is a legacy DOM API. It is not implemented in the Federated Events API.")}initUIEvent(t,e,r,n,s){throw new Error("initUIEvent() is a legacy DOM API. It is not implemented in the Federated Events API.")}preventDefault(){this.nativeEvent instanceof Event&&this.nativeEvent.cancelable&&this.nativeEvent.preventDefault(),this.defaultPrevented=!0}stopImmediatePropagation(){this.propagationImmediatelyStopped=!0}stopPropagation(){this.propagationStopped=!0}}class qa extends mo{constructor(){super(...arguments),this.client=new ct,this.movement=new ct,this.offset=new ct,this.global=new ct,this.screen=new ct}get clientX(){return this.client.x}get clientY(){return this.client.y}get x(){return this.clientX}get y(){return this.clientY}get movementX(){return this.movement.x}get movementY(){return this.movement.y}get offsetX(){return this.offset.x}get offsetY(){return this.offset.y}get globalX(){return this.global.x}get globalY(){return this.global.y}get screenX(){return this.screen.x}get screenY(){return this.screen.y}getLocalPosition(t,e,r){return t.worldTransform.applyInverse(r||this.global,e)}getModifierState(t){return"getModifierState"in this.nativeEvent&&this.nativeEvent.getModifierState(t)}initMouseEvent(t,e,r,n,s,o,a,l,h,c,u,d,f,p,m){throw new Error("Method not implemented.")}}class oi extends qa{constructor(){super(...arguments),this.width=0,this.height=0,this.isPrimary=!1}getCoalescedEvents(){return this.type==="pointermove"||this.type==="mousemove"||this.type==="touchmove"?[this]:[]}getPredictedEvents(){throw new Error("getPredictedEvents is not supported!")}}class us extends qa{constructor(){super(...arguments),this.DOM_DELTA_PIXEL=0,this.DOM_DELTA_LINE=1,this.DOM_DELTA_PAGE=2}}us.DOM_DELTA_PIXEL=0,us.DOM_DELTA_LINE=1,us.DOM_DELTA_PAGE=2;const y2=2048,b2=new ct,jc=new ct;class x2{constructor(t){this.dispatch=new $s,this.moveOnAll=!1,this.enableGlobalMoveEvents=!0,this.mappingState={trackingData:{}},this.eventPool=new Map,this._allInteractiveElements=[],this._hitElements=[],this._isPointerMoveEvent=!1,this.rootTarget=t,this.hitPruneFn=this.hitPruneFn.bind(this),this.hitTestFn=this.hitTestFn.bind(this),this.mapPointerDown=this.mapPointerDown.bind(this),this.mapPointerMove=this.mapPointerMove.bind(this),this.mapPointerOut=this.mapPointerOut.bind(this),this.mapPointerOver=this.mapPointerOver.bind(this),this.mapPointerUp=this.mapPointerUp.bind(this),this.mapPointerUpOutside=this.mapPointerUpOutside.bind(this),this.mapWheel=this.mapWheel.bind(this),this.mappingTable={},this.addEventMapping("pointerdown",this.mapPointerDown),this.addEventMapping("pointermove",this.mapPointerMove),this.addEventMapping("pointerout",this.mapPointerOut),this.addEventMapping("pointerleave",this.mapPointerOut),this.addEventMapping("pointerover",this.mapPointerOver),this.addEventMapping("pointerup",this.mapPointerUp),this.addEventMapping("pointerupoutside",this.mapPointerUpOutside),this.addEventMapping("wheel",this.mapWheel)}addEventMapping(t,e){this.mappingTable[t]||(this.mappingTable[t]=[]),this.mappingTable[t].push({fn:e,priority:0}),this.mappingTable[t].sort((r,n)=>r.priority-n.priority)}dispatchEvent(t,e){t.propagationStopped=!1,t.propagationImmediatelyStopped=!1,this.propagate(t,e),this.dispatch.emit(e||t.type,t)}mapEvent(t){if(!this.rootTarget)return;const e=this.mappingTable[t.type];if(e)for(let r=0,n=e.length;r<n;r++)e[r].fn(t);else console.warn(`[EventBoundary]: Event mapping not defined for ${t.type}`)}hitTest(t,e){Ar.pauseUpdate=!0;const r=this._isPointerMoveEvent&&this.enableGlobalMoveEvents?"hitTestMoveRecursive":"hitTestRecursive",n=this[r](this.rootTarget,this.rootTarget.eventMode,b2.set(t,e),this.hitTestFn,this.hitPruneFn);return n&&n[0]}propagate(t,e){if(!t.target)return;const r=t.composedPath();t.eventPhase=t.CAPTURING_PHASE;for(let n=0,s=r.length-1;n<s;n++)if(t.currentTarget=r[n],this.notifyTarget(t,e),t.propagationStopped||t.propagationImmediatelyStopped)return;if(t.eventPhase=t.AT_TARGET,t.currentTarget=t.target,this.notifyTarget(t,e),!(t.propagationStopped||t.propagationImmediatelyStopped)){t.eventPhase=t.BUBBLING_PHASE;for(let n=r.length-2;n>=0;n--)if(t.currentTarget=r[n],this.notifyTarget(t,e),t.propagationStopped||t.propagationImmediatelyStopped)return}}all(t,e,r=this._allInteractiveElements){if(r.length===0)return;t.eventPhase=t.BUBBLING_PHASE;const n=Array.isArray(e)?e:[e];for(let s=r.length-1;s>=0;s--)n.forEach(o=>{t.currentTarget=r[s],this.notifyTarget(t,o)})}propagationPath(t){const e=[t];for(let r=0;r<y2&&t!==this.rootTarget;r++){if(!t.parent)throw new Error("Cannot find propagation path to disconnected target");e.push(t.parent),t=t.parent}return e.reverse(),e}hitTestMoveRecursive(t,e,r,n,s,o=!1){let a=!1;if(this._interactivePrune(t))return null;if((t.eventMode==="dynamic"||e==="dynamic")&&(Ar.pauseUpdate=!1),t.interactiveChildren&&t.children){const c=t.children;for(let u=c.length-1;u>=0;u--){const d=c[u],f=this.hitTestMoveRecursive(d,this._isInteractive(e)?e:d.eventMode,r,n,s,o||s(t,r));if(f){if(f.length>0&&!f[f.length-1].parent)continue;const p=t.isInteractive();(f.length>0||p)&&(p&&this._allInteractiveElements.push(t),f.push(t)),this._hitElements.length===0&&(this._hitElements=f),a=!0}}}const l=this._isInteractive(e),h=t.isInteractive();return l&&h&&this._allInteractiveElements.push(t),o||this._hitElements.length>0?null:a?this._hitElements:l&&!s(t,r)&&n(t,r)?h?[t]:[]:null}hitTestRecursive(t,e,r,n,s){if(this._interactivePrune(t)||s(t,r))return null;if((t.eventMode==="dynamic"||e==="dynamic")&&(Ar.pauseUpdate=!1),t.interactiveChildren&&t.children){const l=t.children;for(let h=l.length-1;h>=0;h--){const c=l[h],u=this.hitTestRecursive(c,this._isInteractive(e)?e:c.eventMode,r,n,s);if(u){if(u.length>0&&!u[u.length-1].parent)continue;const d=t.isInteractive();return(u.length>0||d)&&u.push(t),u}}}const o=this._isInteractive(e),a=t.isInteractive();return o&&n(t,r)?a?[t]:[]:null}_isInteractive(t){return t==="static"||t==="dynamic"}_interactivePrune(t){return!!(!t||t.isMask||!t.visible||!t.renderable||t.eventMode==="none"||t.eventMode==="passive"&&!t.interactiveChildren||t.isMask)}hitPruneFn(t,e){var r;if(t.hitArea&&(t.worldTransform.applyInverse(e,jc),!t.hitArea.contains(jc.x,jc.y)))return!0;if(t._mask){const n=t._mask.isMaskData?t._mask.maskObject:t._mask;if(n&&!((r=n.containsPoint)!=null&&r.call(n,e)))return!0}return!1}hitTestFn(t,e){return t.eventMode==="passive"?!1:t.hitArea?!0:t.containsPoint?t.containsPoint(e):!1}notifyTarget(t,e){var s,o;e=e??t.type;const r=`on${e}`;(o=(s=t.currentTarget)[r])==null||o.call(s,t);const n=t.eventPhase===t.CAPTURING_PHASE||t.eventPhase===t.AT_TARGET?`${e}capture`:e;this.notifyListeners(t,n),t.eventPhase===t.AT_TARGET&&this.notifyListeners(t,e)}mapPointerDown(t){if(!(t instanceof oi)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}const e=this.createPointerEvent(t);if(this.dispatchEvent(e,"pointerdown"),e.pointerType==="touch")this.dispatchEvent(e,"touchstart");else if(e.pointerType==="mouse"||e.pointerType==="pen"){const n=e.button===2;this.dispatchEvent(e,n?"rightdown":"mousedown")}const r=this.trackingData(t.pointerId);r.pressTargetsByButton[t.button]=e.composedPath(),this.freeEvent(e)}mapPointerMove(t){var l,h;if(!(t instanceof oi)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}this._allInteractiveElements.length=0,this._hitElements.length=0,this._isPointerMoveEvent=!0;const e=this.createPointerEvent(t);this._isPointerMoveEvent=!1;const r=e.pointerType==="mouse"||e.pointerType==="pen",n=this.trackingData(t.pointerId),s=this.findMountedTarget(n.overTargets);if(((l=n.overTargets)==null?void 0:l.length)>0&&s!==e.target){const c=t.type==="mousemove"?"mouseout":"pointerout",u=this.createPointerEvent(t,c,s);if(this.dispatchEvent(u,"pointerout"),r&&this.dispatchEvent(u,"mouseout"),!e.composedPath().includes(s)){const d=this.createPointerEvent(t,"pointerleave",s);for(d.eventPhase=d.AT_TARGET;d.target&&!e.composedPath().includes(d.target);)d.currentTarget=d.target,this.notifyTarget(d),r&&this.notifyTarget(d,"mouseleave"),d.target=d.target.parent;this.freeEvent(d)}this.freeEvent(u)}if(s!==e.target){const c=t.type==="mousemove"?"mouseover":"pointerover",u=this.clonePointerEvent(e,c);this.dispatchEvent(u,"pointerover"),r&&this.dispatchEvent(u,"mouseover");let d=s==null?void 0:s.parent;for(;d&&d!==this.rootTarget.parent&&d!==e.target;)d=d.parent;if(!d||d===this.rootTarget.parent){const f=this.clonePointerEvent(e,"pointerenter");for(f.eventPhase=f.AT_TARGET;f.target&&f.target!==s&&f.target!==this.rootTarget.parent;)f.currentTarget=f.target,this.notifyTarget(f),r&&this.notifyTarget(f,"mouseenter"),f.target=f.target.parent;this.freeEvent(f)}this.freeEvent(u)}const o=[],a=this.enableGlobalMoveEvents??!0;this.moveOnAll?o.push("pointermove"):this.dispatchEvent(e,"pointermove"),a&&o.push("globalpointermove"),e.pointerType==="touch"&&(this.moveOnAll?o.splice(1,0,"touchmove"):this.dispatchEvent(e,"touchmove"),a&&o.push("globaltouchmove")),r&&(this.moveOnAll?o.splice(1,0,"mousemove"):this.dispatchEvent(e,"mousemove"),a&&o.push("globalmousemove"),this.cursor=(h=e.target)==null?void 0:h.cursor),o.length>0&&this.all(e,o),this._allInteractiveElements.length=0,this._hitElements.length=0,n.overTargets=e.composedPath(),this.freeEvent(e)}mapPointerOver(t){var o;if(!(t instanceof oi)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}const e=this.trackingData(t.pointerId),r=this.createPointerEvent(t),n=r.pointerType==="mouse"||r.pointerType==="pen";this.dispatchEvent(r,"pointerover"),n&&this.dispatchEvent(r,"mouseover"),r.pointerType==="mouse"&&(this.cursor=(o=r.target)==null?void 0:o.cursor);const s=this.clonePointerEvent(r,"pointerenter");for(s.eventPhase=s.AT_TARGET;s.target&&s.target!==this.rootTarget.parent;)s.currentTarget=s.target,this.notifyTarget(s),n&&this.notifyTarget(s,"mouseenter"),s.target=s.target.parent;e.overTargets=r.composedPath(),this.freeEvent(r),this.freeEvent(s)}mapPointerOut(t){if(!(t instanceof oi)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}const e=this.trackingData(t.pointerId);if(e.overTargets){const r=t.pointerType==="mouse"||t.pointerType==="pen",n=this.findMountedTarget(e.overTargets),s=this.createPointerEvent(t,"pointerout",n);this.dispatchEvent(s),r&&this.dispatchEvent(s,"mouseout");const o=this.createPointerEvent(t,"pointerleave",n);for(o.eventPhase=o.AT_TARGET;o.target&&o.target!==this.rootTarget.parent;)o.currentTarget=o.target,this.notifyTarget(o),r&&this.notifyTarget(o,"mouseleave"),o.target=o.target.parent;e.overTargets=null,this.freeEvent(s),this.freeEvent(o)}this.cursor=null}mapPointerUp(t){if(!(t instanceof oi)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}const e=performance.now(),r=this.createPointerEvent(t);if(this.dispatchEvent(r,"pointerup"),r.pointerType==="touch")this.dispatchEvent(r,"touchend");else if(r.pointerType==="mouse"||r.pointerType==="pen"){const a=r.button===2;this.dispatchEvent(r,a?"rightup":"mouseup")}const n=this.trackingData(t.pointerId),s=this.findMountedTarget(n.pressTargetsByButton[t.button]);let o=s;if(s&&!r.composedPath().includes(s)){let a=s;for(;a&&!r.composedPath().includes(a);){if(r.currentTarget=a,this.notifyTarget(r,"pointerupoutside"),r.pointerType==="touch")this.notifyTarget(r,"touchendoutside");else if(r.pointerType==="mouse"||r.pointerType==="pen"){const l=r.button===2;this.notifyTarget(r,l?"rightupoutside":"mouseupoutside")}a=a.parent}delete n.pressTargetsByButton[t.button],o=a}if(o){const a=this.clonePointerEvent(r,"click");a.target=o,a.path=null,n.clicksByButton[t.button]||(n.clicksByButton[t.button]={clickCount:0,target:a.target,timeStamp:e});const l=n.clicksByButton[t.button];if(l.target===a.target&&e-l.timeStamp<200?++l.clickCount:l.clickCount=1,l.target=a.target,l.timeStamp=e,a.detail=l.clickCount,a.pointerType==="mouse"){const h=a.button===2;this.dispatchEvent(a,h?"rightclick":"click")}else a.pointerType==="touch"&&this.dispatchEvent(a,"tap");this.dispatchEvent(a,"pointertap"),this.freeEvent(a)}this.freeEvent(r)}mapPointerUpOutside(t){if(!(t instanceof oi)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}const e=this.trackingData(t.pointerId),r=this.findMountedTarget(e.pressTargetsByButton[t.button]),n=this.createPointerEvent(t);if(r){let s=r;for(;s;)n.currentTarget=s,this.notifyTarget(n,"pointerupoutside"),n.pointerType==="touch"?this.notifyTarget(n,"touchendoutside"):(n.pointerType==="mouse"||n.pointerType==="pen")&&this.notifyTarget(n,n.button===2?"rightupoutside":"mouseupoutside"),s=s.parent;delete e.pressTargetsByButton[t.button]}this.freeEvent(n)}mapWheel(t){if(!(t instanceof us)){console.warn("EventBoundary cannot map a non-wheel event as a wheel event");return}const e=this.createWheelEvent(t);this.dispatchEvent(e),this.freeEvent(e)}findMountedTarget(t){if(!t)return null;let e=t[0];for(let r=1;r<t.length&&t[r].parent===e;r++)e=t[r];return e}createPointerEvent(t,e,r){const n=this.allocateEvent(oi);return this.copyPointerData(t,n),this.copyMouseData(t,n),this.copyData(t,n),n.nativeEvent=t.nativeEvent,n.originalEvent=t,n.target=r??this.hitTest(n.global.x,n.global.y)??this._hitElements[0],typeof e=="string"&&(n.type=e),n}createWheelEvent(t){const e=this.allocateEvent(us);return this.copyWheelData(t,e),this.copyMouseData(t,e),this.copyData(t,e),e.nativeEvent=t.nativeEvent,e.originalEvent=t,e.target=this.hitTest(e.global.x,e.global.y),e}clonePointerEvent(t,e){const r=this.allocateEvent(oi);return r.nativeEvent=t.nativeEvent,r.originalEvent=t.originalEvent,this.copyPointerData(t,r),this.copyMouseData(t,r),this.copyData(t,r),r.target=t.target,r.path=t.composedPath().slice(),r.type=e??r.type,r}copyWheelData(t,e){e.deltaMode=t.deltaMode,e.deltaX=t.deltaX,e.deltaY=t.deltaY,e.deltaZ=t.deltaZ}copyPointerData(t,e){t instanceof oi&&e instanceof oi&&(e.pointerId=t.pointerId,e.width=t.width,e.height=t.height,e.isPrimary=t.isPrimary,e.pointerType=t.pointerType,e.pressure=t.pressure,e.tangentialPressure=t.tangentialPressure,e.tiltX=t.tiltX,e.tiltY=t.tiltY,e.twist=t.twist)}copyMouseData(t,e){t instanceof qa&&e instanceof qa&&(e.altKey=t.altKey,e.button=t.button,e.buttons=t.buttons,e.client.copyFrom(t.client),e.ctrlKey=t.ctrlKey,e.metaKey=t.metaKey,e.movement.copyFrom(t.movement),e.screen.copyFrom(t.screen),e.shiftKey=t.shiftKey,e.global.copyFrom(t.global))}copyData(t,e){e.isTrusted=t.isTrusted,e.srcElement=t.srcElement,e.timeStamp=performance.now(),e.type=t.type,e.detail=t.detail,e.view=t.view,e.which=t.which,e.layer.copyFrom(t.layer),e.page.copyFrom(t.page)}trackingData(t){return this.mappingState.trackingData[t]||(this.mappingState.trackingData[t]={pressTargetsByButton:{},clicksByButton:{},overTarget:null}),this.mappingState.trackingData[t]}allocateEvent(t){this.eventPool.has(t)||this.eventPool.set(t,[]);const e=this.eventPool.get(t).pop()||new t(this);return e.eventPhase=e.NONE,e.currentTarget=null,e.path=null,e.target=null,e}freeEvent(t){if(t.manager!==this)throw new Error("It is illegal to free an event not managed by this EventBoundary!");const e=t.constructor;this.eventPool.has(e)||this.eventPool.set(e,[]),this.eventPool.get(e).push(t)}notifyListeners(t,e){const r=t.currentTarget._events[e];if(r&&t.currentTarget.isInteractive())if("fn"in r)r.once&&t.currentTarget.removeListener(e,r.fn,void 0,!0),r.fn.call(r.context,t);else for(let n=0,s=r.length;n<s&&!t.propagationImmediatelyStopped;n++)r[n].once&&t.currentTarget.removeListener(e,r[n].fn,void 0,!0),r[n].fn.call(r[n].context,t)}}const _2=1,v2={touchstart:"pointerdown",touchend:"pointerup",touchendoutside:"pointerupoutside",touchmove:"pointermove",touchcancel:"pointercancel"},Jc=class Wf{constructor(t){this.supportsTouchEvents="ontouchstart"in globalThis,this.supportsPointerEvents=!!globalThis.PointerEvent,this.domElement=null,this.resolution=1,this.renderer=t,this.rootBoundary=new x2(null),Ar.init(this),this.autoPreventDefault=!0,this.eventsAdded=!1,this.rootPointerEvent=new oi(null),this.rootWheelEvent=new us(null),this.cursorStyles={default:"inherit",pointer:"pointer"},this.features=new Proxy({...Wf.defaultEventFeatures},{set:(e,r,n)=>(r==="globalMove"&&(this.rootBoundary.enableGlobalMoveEvents=n),e[r]=n,!0)}),this.onPointerDown=this.onPointerDown.bind(this),this.onPointerMove=this.onPointerMove.bind(this),this.onPointerUp=this.onPointerUp.bind(this),this.onPointerOverOut=this.onPointerOverOut.bind(this),this.onWheel=this.onWheel.bind(this)}static get defaultEventMode(){return this._defaultEventMode}init(t){const{view:e,resolution:r}=this.renderer;this.setTargetElement(e),this.resolution=r,Wf._defaultEventMode=t.eventMode??"auto",Object.assign(this.features,t.eventFeatures??{}),this.rootBoundary.enableGlobalMoveEvents=this.features.globalMove}resolutionChange(t){this.resolution=t}destroy(){this.setTargetElement(null),this.renderer=null}setCursor(t){t=t||"default";let e=!0;if(globalThis.OffscreenCanvas&&this.domElement instanceof OffscreenCanvas&&(e=!1),this.currentCursor===t)return;this.currentCursor=t;const r=this.cursorStyles[t];if(r)switch(typeof r){case"string":e&&(this.domElement.style.cursor=r);break;case"function":r(t);break;case"object":e&&Object.assign(this.domElement.style,r);break}else e&&typeof t=="string"&&!Object.prototype.hasOwnProperty.call(this.cursorStyles,t)&&(this.domElement.style.cursor=t)}get pointer(){return this.rootPointerEvent}onPointerDown(t){if(!this.features.click)return;this.rootBoundary.rootTarget=this.renderer.lastObjectRendered;const e=this.normalizeToPointerData(t);this.autoPreventDefault&&e[0].isNormalized&&(t.cancelable||!("cancelable"in t))&&t.preventDefault();for(let r=0,n=e.length;r<n;r++){const s=e[r],o=this.bootstrapEvent(this.rootPointerEvent,s);this.rootBoundary.mapEvent(o)}this.setCursor(this.rootBoundary.cursor)}onPointerMove(t){if(!this.features.move)return;this.rootBoundary.rootTarget=this.renderer.lastObjectRendered,Ar.pointerMoved();const e=this.normalizeToPointerData(t);for(let r=0,n=e.length;r<n;r++){const s=this.bootstrapEvent(this.rootPointerEvent,e[r]);this.rootBoundary.mapEvent(s)}this.setCursor(this.rootBoundary.cursor)}onPointerUp(t){if(!this.features.click)return;this.rootBoundary.rootTarget=this.renderer.lastObjectRendered;let e=t.target;t.composedPath&&t.composedPath().length>0&&(e=t.composedPath()[0]);const r=e!==this.domElement?"outside":"",n=this.normalizeToPointerData(t);for(let s=0,o=n.length;s<o;s++){const a=this.bootstrapEvent(this.rootPointerEvent,n[s]);a.type+=r,this.rootBoundary.mapEvent(a)}this.setCursor(this.rootBoundary.cursor)}onPointerOverOut(t){if(!this.features.click)return;this.rootBoundary.rootTarget=this.renderer.lastObjectRendered;const e=this.normalizeToPointerData(t);for(let r=0,n=e.length;r<n;r++){const s=this.bootstrapEvent(this.rootPointerEvent,e[r]);this.rootBoundary.mapEvent(s)}this.setCursor(this.rootBoundary.cursor)}onWheel(t){if(!this.features.wheel)return;const e=this.normalizeWheelEvent(t);this.rootBoundary.rootTarget=this.renderer.lastObjectRendered,this.rootBoundary.mapEvent(e)}setTargetElement(t){this.removeEvents(),this.domElement=t,Ar.domElement=t,this.addEvents()}addEvents(){if(this.eventsAdded||!this.domElement)return;Ar.addTickerListener();const t=this.domElement.style;t&&(globalThis.navigator.msPointerEnabled?(t.msContentZooming="none",t.msTouchAction="none"):this.supportsPointerEvents&&(t.touchAction="none")),this.supportsPointerEvents?(globalThis.document.addEventListener("pointermove",this.onPointerMove,!0),this.domElement.addEventListener("pointerdown",this.onPointerDown,!0),this.domElement.addEventListener("pointerleave",this.onPointerOverOut,!0),this.domElement.addEventListener("pointerover",this.onPointerOverOut,!0),globalThis.addEventListener("pointerup",this.onPointerUp,!0)):(globalThis.document.addEventListener("mousemove",this.onPointerMove,!0),this.domElement.addEventListener("mousedown",this.onPointerDown,!0),this.domElement.addEventListener("mouseout",this.onPointerOverOut,!0),this.domElement.addEventListener("mouseover",this.onPointerOverOut,!0),globalThis.addEventListener("mouseup",this.onPointerUp,!0),this.supportsTouchEvents&&(this.domElement.addEventListener("touchstart",this.onPointerDown,!0),this.domElement.addEventListener("touchend",this.onPointerUp,!0),this.domElement.addEventListener("touchmove",this.onPointerMove,!0))),this.domElement.addEventListener("wheel",this.onWheel,{passive:!0,capture:!0}),this.eventsAdded=!0}removeEvents(){if(!this.eventsAdded||!this.domElement)return;Ar.removeTickerListener();const t=this.domElement.style;globalThis.navigator.msPointerEnabled?(t.msContentZooming="",t.msTouchAction=""):this.supportsPointerEvents&&(t.touchAction=""),this.supportsPointerEvents?(globalThis.document.removeEventListener("pointermove",this.onPointerMove,!0),this.domElement.removeEventListener("pointerdown",this.onPointerDown,!0),this.domElement.removeEventListener("pointerleave",this.onPointerOverOut,!0),this.domElement.removeEventListener("pointerover",this.onPointerOverOut,!0),globalThis.removeEventListener("pointerup",this.onPointerUp,!0)):(globalThis.document.removeEventListener("mousemove",this.onPointerMove,!0),this.domElement.removeEventListener("mousedown",this.onPointerDown,!0),this.domElement.removeEventListener("mouseout",this.onPointerOverOut,!0),this.domElement.removeEventListener("mouseover",this.onPointerOverOut,!0),globalThis.removeEventListener("mouseup",this.onPointerUp,!0),this.supportsTouchEvents&&(this.domElement.removeEventListener("touchstart",this.onPointerDown,!0),this.domElement.removeEventListener("touchend",this.onPointerUp,!0),this.domElement.removeEventListener("touchmove",this.onPointerMove,!0))),this.domElement.removeEventListener("wheel",this.onWheel,!0),this.domElement=null,this.eventsAdded=!1}mapPositionToPoint(t,e,r){const n=this.domElement.isConnected?this.domElement.getBoundingClientRect():{x:0,y:0,width:this.domElement.width,height:this.domElement.height,left:0,top:0},s=1/this.resolution;t.x=(e-n.left)*(this.domElement.width/n.width)*s,t.y=(r-n.top)*(this.domElement.height/n.height)*s}normalizeToPointerData(t){const e=[];if(this.supportsTouchEvents&&t instanceof TouchEvent)for(let r=0,n=t.changedTouches.length;r<n;r++){const s=t.changedTouches[r];typeof s.button>"u"&&(s.button=0),typeof s.buttons>"u"&&(s.buttons=1),typeof s.isPrimary>"u"&&(s.isPrimary=t.touches.length===1&&t.type==="touchstart"),typeof s.width>"u"&&(s.width=s.radiusX||1),typeof s.height>"u"&&(s.height=s.radiusY||1),typeof s.tiltX>"u"&&(s.tiltX=0),typeof s.tiltY>"u"&&(s.tiltY=0),typeof s.pointerType>"u"&&(s.pointerType="touch"),typeof s.pointerId>"u"&&(s.pointerId=s.identifier||0),typeof s.pressure>"u"&&(s.pressure=s.force||.5),typeof s.twist>"u"&&(s.twist=0),typeof s.tangentialPressure>"u"&&(s.tangentialPressure=0),typeof s.layerX>"u"&&(s.layerX=s.offsetX=s.clientX),typeof s.layerY>"u"&&(s.layerY=s.offsetY=s.clientY),s.isNormalized=!0,s.type=t.type,e.push(s)}else if(!globalThis.MouseEvent||t instanceof MouseEvent&&(!this.supportsPointerEvents||!(t instanceof globalThis.PointerEvent))){const r=t;typeof r.isPrimary>"u"&&(r.isPrimary=!0),typeof r.width>"u"&&(r.width=1),typeof r.height>"u"&&(r.height=1),typeof r.tiltX>"u"&&(r.tiltX=0),typeof r.tiltY>"u"&&(r.tiltY=0),typeof r.pointerType>"u"&&(r.pointerType="mouse"),typeof r.pointerId>"u"&&(r.pointerId=_2),typeof r.pressure>"u"&&(r.pressure=.5),typeof r.twist>"u"&&(r.twist=0),typeof r.tangentialPressure>"u"&&(r.tangentialPressure=0),r.isNormalized=!0,e.push(r)}else e.push(t);return e}normalizeWheelEvent(t){const e=this.rootWheelEvent;return this.transferMouseData(e,t),e.deltaX=t.deltaX,e.deltaY=t.deltaY,e.deltaZ=t.deltaZ,e.deltaMode=t.deltaMode,this.mapPositionToPoint(e.screen,t.clientX,t.clientY),e.global.copyFrom(e.screen),e.offset.copyFrom(e.screen),e.nativeEvent=t,e.type=t.type,e}bootstrapEvent(t,e){return t.originalEvent=null,t.nativeEvent=e,t.pointerId=e.pointerId,t.width=e.width,t.height=e.height,t.isPrimary=e.isPrimary,t.pointerType=e.pointerType,t.pressure=e.pressure,t.tangentialPressure=e.tangentialPressure,t.tiltX=e.tiltX,t.tiltY=e.tiltY,t.twist=e.twist,this.transferMouseData(t,e),this.mapPositionToPoint(t.screen,e.clientX,e.clientY),t.global.copyFrom(t.screen),t.offset.copyFrom(t.screen),t.isTrusted=e.isTrusted,t.type==="pointerleave"&&(t.type="pointerout"),t.type.startsWith("mouse")&&(t.type=t.type.replace("mouse","pointer")),t.type.startsWith("touch")&&(t.type=v2[t.type]||t.type),t}transferMouseData(t,e){t.isTrusted=e.isTrusted,t.srcElement=e.srcElement,t.timeStamp=performance.now(),t.type=e.type,t.altKey=e.altKey,t.button=e.button,t.buttons=e.buttons,t.client.x=e.clientX,t.client.y=e.clientY,t.ctrlKey=e.ctrlKey,t.metaKey=e.metaKey,t.movement.x=e.movementX,t.movement.y=e.movementY,t.page.x=e.pageX,t.page.y=e.pageY,t.relatedTarget=null,t.shiftKey=e.shiftKey}};Jc.extension={name:"events",type:[$.RendererSystem,$.CanvasRendererSystem]},Jc.defaultEventFeatures={move:!0,globalMove:!0,click:!0,wheel:!0};let $c=Jc;st.add($c);function fm(i){return i==="dynamic"||i==="static"}const w2={onclick:null,onmousedown:null,onmouseenter:null,onmouseleave:null,onmousemove:null,onglobalmousemove:null,onmouseout:null,onmouseover:null,onmouseup:null,onmouseupoutside:null,onpointercancel:null,onpointerdown:null,onpointerenter:null,onpointerleave:null,onpointermove:null,onglobalpointermove:null,onpointerout:null,onpointerover:null,onpointertap:null,onpointerup:null,onpointerupoutside:null,onrightclick:null,onrightdown:null,onrightup:null,onrightupoutside:null,ontap:null,ontouchcancel:null,ontouchend:null,ontouchendoutside:null,ontouchmove:null,onglobaltouchmove:null,ontouchstart:null,onwheel:null,_internalInteractive:void 0,get interactive(){return this._internalInteractive??fm($c.defaultEventMode)},set interactive(i){wt("7.2.0","Setting interactive is deprecated, use eventMode = 'none'/'passive'/'auto'/'static'/'dynamic' instead."),this._internalInteractive=i,this.eventMode=i?"static":"auto"},_internalEventMode:void 0,get eventMode(){return this._internalEventMode??$c.defaultEventMode},set eventMode(i){this._internalInteractive=fm(i),this._internalEventMode=i},isInteractive(){return this.eventMode==="static"||this.eventMode==="dynamic"},interactiveChildren:!0,hitArea:null,addEventListener(i,t,e){const r=typeof e=="boolean"&&e||typeof e=="object"&&e.capture,n=typeof t=="function"?void 0:t;i=r?`${i}capture`:i,t=typeof t=="function"?t:t.handleEvent,this.on(i,t,n)},removeEventListener(i,t,e){const r=typeof e=="boolean"&&e||typeof e=="object"&&e.capture,n=typeof t=="function"?void 0:t;i=r?`${i}capture`:i,t=typeof t=="function"?t:t.handleEvent,this.off(i,t,n)},dispatchEvent(i){if(!(i instanceof mo))throw new Error("DisplayObject cannot propagate events outside of the Federated Events API");return i.defaultPrevented=!1,i.path=null,i.target=this,i.manager.dispatchEvent(i),!i.defaultPrevented}};Wt.mixin(w2);const T2={accessible:!1,accessibleTitle:null,accessibleHint:null,tabIndex:0,_accessibleActive:!1,_accessibleDiv:null,accessibleType:"button",accessiblePointerEvents:"auto",accessibleChildren:!0,renderId:-1};Wt.mixin(T2);const S2=9,tl=100,C2=0,E2=0,pm=2,mm=1,I2=-1e3,A2=-1e3,M2=2;class gm{constructor(t){this.debug=!1,this._isActive=!1,this._isMobileAccessibility=!1,this.pool=[],this.renderId=0,this.children=[],this.androidUpdateCount=0,this.androidUpdateFrequency=500,this._hookDiv=null,(Ji.tablet||Ji.phone)&&this.createTouchHook();const e=document.createElement("div");e.style.width=`${tl}px`,e.style.height=`${tl}px`,e.style.position="absolute",e.style.top=`${C2}px`,e.style.left=`${E2}px`,e.style.zIndex=pm.toString(),this.div=e,this.renderer=t,this._onKeyDown=this._onKeyDown.bind(this),this._onMouseMove=this._onMouseMove.bind(this),globalThis.addEventListener("keydown",this._onKeyDown,!1)}get isActive(){return this._isActive}get isMobileAccessibility(){return this._isMobileAccessibility}createTouchHook(){const t=document.createElement("button");t.style.width=`${mm}px`,t.style.height=`${mm}px`,t.style.position="absolute",t.style.top=`${I2}px`,t.style.left=`${A2}px`,t.style.zIndex=M2.toString(),t.style.backgroundColor="#FF0000",t.title="select to enable accessibility for this content",t.addEventListener("focus",()=>{this._isMobileAccessibility=!0,this.activate(),this.destroyTouchHook()}),document.body.appendChild(t),this._hookDiv=t}destroyTouchHook(){this._hookDiv&&(document.body.removeChild(this._hookDiv),this._hookDiv=null)}activate(){var t;this._isActive||(this._isActive=!0,globalThis.document.addEventListener("mousemove",this._onMouseMove,!0),globalThis.removeEventListener("keydown",this._onKeyDown,!1),this.renderer.on("postrender",this.update,this),(t=this.renderer.view.parentNode)==null||t.appendChild(this.div))}deactivate(){var t;!this._isActive||this._isMobileAccessibility||(this._isActive=!1,globalThis.document.removeEventListener("mousemove",this._onMouseMove,!0),globalThis.addEventListener("keydown",this._onKeyDown,!1),this.renderer.off("postrender",this.update),(t=this.div.parentNode)==null||t.removeChild(this.div))}updateAccessibleObjects(t){if(!t.visible||!t.accessibleChildren)return;t.accessible&&t.isInteractive()&&(t._accessibleActive||this.addChild(t),t.renderId=this.renderId);const e=t.children;if(e)for(let r=0;r<e.length;r++)this.updateAccessibleObjects(e[r])}update(){const t=performance.now();if(Ji.android.device&&t<this.androidUpdateCount||(this.androidUpdateCount=t+this.androidUpdateFrequency,!this.renderer.renderingToScreen))return;this.renderer.lastObjectRendered&&this.updateAccessibleObjects(this.renderer.lastObjectRendered);const{x:e,y:r,width:n,height:s}=this.renderer.view.getBoundingClientRect(),{width:o,height:a,resolution:l}=this.renderer,h=n/o*l,c=s/a*l;let u=this.div;u.style.left=`${e}px`,u.style.top=`${r}px`,u.style.width=`${o}px`,u.style.height=`${a}px`;for(let d=0;d<this.children.length;d++){const f=this.children[d];if(f.renderId!==this.renderId)f._accessibleActive=!1,as(this.children,d,1),this.div.removeChild(f._accessibleDiv),this.pool.push(f._accessibleDiv),f._accessibleDiv=null,d--;else{u=f._accessibleDiv;let p=f.hitArea;const m=f.worldTransform;f.hitArea?(u.style.left=`${(m.tx+p.x*m.a)*h}px`,u.style.top=`${(m.ty+p.y*m.d)*c}px`,u.style.width=`${p.width*m.a*h}px`,u.style.height=`${p.height*m.d*c}px`):(p=f.getBounds(),this.capHitArea(p),u.style.left=`${p.x*h}px`,u.style.top=`${p.y*c}px`,u.style.width=`${p.width*h}px`,u.style.height=`${p.height*c}px`,u.title!==f.accessibleTitle&&f.accessibleTitle!==null&&(u.title=f.accessibleTitle),u.getAttribute("aria-label")!==f.accessibleHint&&f.accessibleHint!==null&&u.setAttribute("aria-label",f.accessibleHint)),(f.accessibleTitle!==u.title||f.tabIndex!==u.tabIndex)&&(u.title=f.accessibleTitle,u.tabIndex=f.tabIndex,this.debug&&this.updateDebugHTML(u))}}this.renderId++}updateDebugHTML(t){t.innerHTML=`type: ${t.type}</br> title : ${t.title}</br> tabIndex: ${t.tabIndex}`}capHitArea(t){t.x<0&&(t.width+=t.x,t.x=0),t.y<0&&(t.height+=t.y,t.y=0);const{width:e,height:r}=this.renderer;t.x+t.width>e&&(t.width=e-t.x),t.y+t.height>r&&(t.height=r-t.y)}addChild(t){let e=this.pool.pop();e||(e=document.createElement("button"),e.style.width=`${tl}px`,e.style.height=`${tl}px`,e.style.backgroundColor=this.debug?"rgba(255,255,255,0.5)":"transparent",e.style.position="absolute",e.style.zIndex=pm.toString(),e.style.borderStyle="none",navigator.userAgent.toLowerCase().includes("chrome")?e.setAttribute("aria-live","off"):e.setAttribute("aria-live","polite"),navigator.userAgent.match(/rv:.*Gecko\//)?e.setAttribute("aria-relevant","additions"):e.setAttribute("aria-relevant","text"),e.addEventListener("click",this._onClick.bind(this)),e.addEventListener("focus",this._onFocus.bind(this)),e.addEventListener("focusout",this._onFocusOut.bind(this))),e.style.pointerEvents=t.accessiblePointerEvents,e.type=t.accessibleType,t.accessibleTitle&&t.accessibleTitle!==null?e.title=t.accessibleTitle:(!t.accessibleHint||t.accessibleHint===null)&&(e.title=`displayObject ${t.tabIndex}`),t.accessibleHint&&t.accessibleHint!==null&&e.setAttribute("aria-label",t.accessibleHint),this.debug&&this.updateDebugHTML(e),t._accessibleActive=!0,t._accessibleDiv=e,e.displayObject=t,this.children.push(t),this.div.appendChild(t._accessibleDiv),t._accessibleDiv.tabIndex=t.tabIndex}_dispatchEvent(t,e){const{displayObject:r}=t.target,n=this.renderer.events.rootBoundary,s=Object.assign(new mo(n),{target:r});n.rootTarget=this.renderer.lastObjectRendered,e.forEach(o=>n.dispatchEvent(s,o))}_onClick(t){this._dispatchEvent(t,["click","pointertap","tap"])}_onFocus(t){t.target.getAttribute("aria-live")||t.target.setAttribute("aria-live","assertive"),this._dispatchEvent(t,["mouseover"])}_onFocusOut(t){t.target.getAttribute("aria-live")||t.target.setAttribute("aria-live","polite"),this._dispatchEvent(t,["mouseout"])}_onKeyDown(t){t.keyCode===S2&&this.activate()}_onMouseMove(t){t.movementX===0&&t.movementY===0||this.deactivate()}destroy(){this.destroyTouchHook(),this.div=null,globalThis.document.removeEventListener("mousemove",this._onMouseMove,!0),globalThis.removeEventListener("keydown",this._onKeyDown),this.pool=null,this.children=null,this.renderer=null}}gm.extension={name:"accessibility",type:[$.RendererPlugin,$.CanvasRendererPlugin]},st.add(gm);const ym=class Zf{constructor(t){this.stage=new St,t=Object.assign({forceCanvas:!1},t),this.renderer=Uw(t),Zf._plugins.forEach(e=>{e.init.call(this,t)})}render(){this.renderer.render(this.stage)}get view(){var t;return(t=this.renderer)==null?void 0:t.view}get screen(){var t;return(t=this.renderer)==null?void 0:t.screen}destroy(t,e){const r=Zf._plugins.slice(0);r.reverse(),r.forEach(n=>{n.destroy.call(this)}),this.stage.destroy(e),this.stage=null,this.renderer.destroy(t),this.renderer=null}};ym._plugins=[];let bm=ym;st.handleByList($.Application,bm._plugins);class xm{static init(t){Object.defineProperty(this,"resizeTo",{set(e){globalThis.removeEventListener("resize",this.queueResize),this._resizeTo=e,e&&(globalThis.addEventListener("resize",this.queueResize),this.resize())},get(){return this._resizeTo}}),this.queueResize=()=>{this._resizeTo&&(this.cancelResize(),this._resizeId=requestAnimationFrame(()=>this.resize()))},this.cancelResize=()=>{this._resizeId&&(cancelAnimationFrame(this._resizeId),this._resizeId=null)},this.resize=()=>{if(!this._resizeTo)return;this.cancelResize();let e,r;if(this._resizeTo===globalThis.window)e=globalThis.innerWidth,r=globalThis.innerHeight;else{const{clientWidth:n,clientHeight:s}=this._resizeTo;e=n,r=s}this.renderer.resize(e,r),this.render()},this._resizeId=null,this._resizeTo=null,this.resizeTo=t.resizeTo||null}static destroy(){globalThis.removeEventListener("resize",this.queueResize),this.cancelResize(),this.cancelResize=null,this.queueResize=null,this.resizeTo=null,this.resize=null}}xm.extension=$.Application,st.add(xm);const _m={loader:$.LoadParser,resolver:$.ResolveParser,cache:$.CacheParser,detection:$.DetectionParser};st.handle($.Asset,i=>{const t=i.ref;Object.entries(_m).filter(([e])=>!!t[e]).forEach(([e,r])=>st.add(Object.assign(t[e],{extension:t[e].extension??r})))},i=>{const t=i.ref;Object.keys(_m).filter(e=>!!t[e]).forEach(e=>st.remove(t[e]))});class R2{constructor(t,e=!1){this._loader=t,this._assetList=[],this._isLoading=!1,this._maxConcurrent=1,this.verbose=e}add(t){t.forEach(e=>{this._assetList.push(e)}),this.verbose&&console.log("[BackgroundLoader] assets: ",this._assetList),this._isActive&&!this._isLoading&&this._next()}async _next(){if(this._assetList.length&&this._isActive){this._isLoading=!0;const t=[],e=Math.min(this._assetList.length,this._maxConcurrent);for(let r=0;r<e;r++)t.push(this._assetList.pop());await this._loader.load(t),this._isLoading=!1,this._next()}}get active(){return this._isActive}set active(t){this._isActive!==t&&(this._isActive=t,t&&!this._isLoading&&this._next())}}function ds(i,t){if(Array.isArray(t)){for(const e of t)if(i.startsWith(`data:${e}`))return!0;return!1}return i.startsWith(`data:${t}`)}function Mr(i,t){const e=i.split("?")[0],r=re.extname(e).toLowerCase();return Array.isArray(t)?t.includes(r):r===t}const ai=(i,t,e=!1)=>(Array.isArray(i)||(i=[i]),t?i.map(r=>typeof r=="string"||e?t(r):r):i),Qc=(i,t)=>{const e=t.split("?")[1];return e&&(i+=`?${e}`),i};function vm(i,t,e,r,n){const s=t[e];for(let o=0;o<s.length;o++){const a=s[o];e<t.length-1?vm(i.replace(r[e],a),t,e+1,r,n):n.push(i.replace(r[e],a))}}function P2(i){const t=/\{(.*?)\}/g,e=i.match(t),r=[];if(e){const n=[];e.forEach(s=>{const o=s.substring(1,s.length-1).split(",");n.push(o)}),vm(i,n,0,e,r)}else r.push(i);return r}const el=i=>!Array.isArray(i);class L2{constructor(){this._parsers=[],this._cache=new Map,this._cacheMap=new Map}reset(){this._cacheMap.clear(),this._cache.clear()}has(t){return this._cache.has(t)}get(t){const e=this._cache.get(t);return e||console.warn(`[Assets] Asset id ${t} was not found in the Cache`),e}set(t,e){const r=ai(t);let n;for(let a=0;a<this.parsers.length;a++){const l=this.parsers[a];if(l.test(e)){n=l.getCacheableAssets(r,e);break}}n||(n={},r.forEach(a=>{n[a]=e}));const s=Object.keys(n),o={cacheKeys:s,keys:r};if(r.forEach(a=>{this._cacheMap.set(a,o)}),s.forEach(a=>{this._cache.has(a)&&this._cache.get(a)!==e&&console.warn("[Cache] already has key:",a),this._cache.set(a,n[a])}),e instanceof ot){const a=e;r.forEach(l=>{a.baseTexture!==ot.EMPTY.baseTexture&&bt.addToCache(a.baseTexture,l),ot.addToCache(a,l)})}}remove(t){if(!this._cacheMap.has(t)){console.warn(`[Assets] Asset id ${t} was not found in the Cache`);return}const e=this._cacheMap.get(t);e.cacheKeys.forEach(r=>{this._cache.delete(r)}),e.keys.forEach(r=>{this._cacheMap.delete(r)})}get parsers(){return this._parsers}}const yn=new L2;class G2{constructor(){this._parsers=[],this._parsersValidated=!1,this.parsers=new Proxy(this._parsers,{set:(t,e,r)=>(this._parsersValidated=!1,t[e]=r,!0)}),this.promiseCache={}}reset(){this._parsersValidated=!1,this.promiseCache={}}_getLoadPromiseAndParser(t,e){const r={promise:null,parser:null};return r.promise=(async()=>{var o,a;let n=null,s=null;if(e.loadParser&&(s=this._parserHash[e.loadParser],s||console.warn(`[Assets] specified load parser "${e.loadParser}" not found while loading ${t}`)),!s){for(let l=0;l<this.parsers.length;l++){const h=this.parsers[l];if(h.load&&((o=h.test)!=null&&o.call(h,t,e,this))){s=h;break}}if(!s)return console.warn(`[Assets] ${t} could not be loaded as we don't know how to parse it, ensure the correct parser has been added`),null}n=await s.load(t,e,this),r.parser=s;for(let l=0;l<this.parsers.length;l++){const h=this.parsers[l];h.parse&&h.parse&&await((a=h.testParse)==null?void 0:a.call(h,n,e,this))&&(n=await h.parse(n,e,this)||n,r.parser=h)}return n})(),r}async load(t,e){this._parsersValidated||this._validateParsers();let r=0;const n={},s=el(t),o=ai(t,h=>({alias:[h],src:h})),a=o.length,l=o.map(async h=>{const c=re.toAbsolute(h.src);if(!n[h.src])try{this.promiseCache[c]||(this.promiseCache[c]=this._getLoadPromiseAndParser(c,h)),n[h.src]=await this.promiseCache[c].promise,e&&e(++r/a)}catch(u){throw delete this.promiseCache[c],delete n[h.src],new Error(`[Loader.load] Failed to load ${c}.
|
|
867
|
-
${u}`)}});return await Promise.all(
|
|
866
|
+
`;class m2 extends xe{constructor(t=.5,e=Math.random()){super(vm,p2,{uNoise:0,uSeed:0}),this.noise=t,this.seed=e}get noise(){return this.uniforms.uNoise}set noise(t){this.uniforms.uNoise=t}get seed(){return this.uniforms.uSeed}set seed(t){this.uniforms.uSeed=t}}const Rm={AlphaFilter:t2,BlurFilter:o2,BlurFilterPass:qc,ColorMatrixFilter:tu,DisplacementFilter:c2,FXAAFilter:f2,NoiseFilter:m2};Object.entries(Rm).forEach(([r,t])=>{Object.defineProperty(Rm,r,{get(){return vt("7.1.0",`filters.${r} has moved to ${r}`),t}})});class g2{constructor(){this.interactionFrequency=10,this._deltaTime=0,this._didMove=!1,this.tickerAdded=!1,this._pauseUpdate=!0}init(t){this.removeTickerListener(),this.events=t,this.interactionFrequency=10,this._deltaTime=0,this._didMove=!1,this.tickerAdded=!1,this._pauseUpdate=!0}get pauseUpdate(){return this._pauseUpdate}set pauseUpdate(t){this._pauseUpdate=t}addTickerListener(){this.tickerAdded||!this.domElement||(_e.system.add(this.tickerUpdate,this,ls.INTERACTION),this.tickerAdded=!0)}removeTickerListener(){this.tickerAdded&&(_e.system.remove(this.tickerUpdate,this),this.tickerAdded=!1)}pointerMoved(){this._didMove=!0}update(){if(!this.domElement||this._pauseUpdate)return;if(this._didMove){this._didMove=!1;return}const t=this.events.rootPointerEvent;this.events.supportsTouchEvents&&t.pointerType==="touch"||globalThis.document.dispatchEvent(new PointerEvent("pointermove",{clientX:t.clientX,clientY:t.clientY}))}tickerUpdate(t){this._deltaTime+=t,!(this._deltaTime<this.interactionFrequency)&&(this._deltaTime=0,this.update())}}const Sr=new g2;class co{constructor(t){this.bubbles=!0,this.cancelBubble=!0,this.cancelable=!1,this.composed=!1,this.defaultPrevented=!1,this.eventPhase=co.prototype.NONE,this.propagationStopped=!1,this.propagationImmediatelyStopped=!1,this.layer=new ct,this.page=new ct,this.NONE=0,this.CAPTURING_PHASE=1,this.AT_TARGET=2,this.BUBBLING_PHASE=3,this.manager=t}get layerX(){return this.layer.x}get layerY(){return this.layer.y}get pageX(){return this.page.x}get pageY(){return this.page.y}get data(){return this}composedPath(){return this.manager&&(!this.path||this.path[this.path.length-1]!==this.target)&&(this.path=this.target?this.manager.propagationPath(this.target):[]),this.path}initEvent(t,e,i){throw new Error("initEvent() is a legacy DOM API. It is not implemented in the Federated Events API.")}initUIEvent(t,e,i,s,n){throw new Error("initUIEvent() is a legacy DOM API. It is not implemented in the Federated Events API.")}preventDefault(){this.nativeEvent instanceof Event&&this.nativeEvent.cancelable&&this.nativeEvent.preventDefault(),this.defaultPrevented=!0}stopImmediatePropagation(){this.propagationImmediatelyStopped=!0}stopPropagation(){this.propagationStopped=!0}}class ja extends co{constructor(){super(...arguments),this.client=new ct,this.movement=new ct,this.offset=new ct,this.global=new ct,this.screen=new ct}get clientX(){return this.client.x}get clientY(){return this.client.y}get x(){return this.clientX}get y(){return this.clientY}get movementX(){return this.movement.x}get movementY(){return this.movement.y}get offsetX(){return this.offset.x}get offsetY(){return this.offset.y}get globalX(){return this.global.x}get globalY(){return this.global.y}get screenX(){return this.screen.x}get screenY(){return this.screen.y}getLocalPosition(t,e,i){return t.worldTransform.applyInverse(i||this.global,e)}getModifierState(t){return"getModifierState"in this.nativeEvent&&this.nativeEvent.getModifierState(t)}initMouseEvent(t,e,i,s,n,o,a,h,l,c,u,d,f,p,m){throw new Error("Method not implemented.")}}class ni extends ja{constructor(){super(...arguments),this.width=0,this.height=0,this.isPrimary=!1}getCoalescedEvents(){return this.type==="pointermove"||this.type==="mousemove"||this.type==="touchmove"?[this]:[]}getPredictedEvents(){throw new Error("getPredictedEvents is not supported!")}}class nn extends ja{constructor(){super(...arguments),this.DOM_DELTA_PIXEL=0,this.DOM_DELTA_LINE=1,this.DOM_DELTA_PAGE=2}}nn.DOM_DELTA_PIXEL=0,nn.DOM_DELTA_LINE=1,nn.DOM_DELTA_PAGE=2;const y2=2048,b2=new ct,eu=new ct;class x2{constructor(t){this.dispatch=new Yn,this.moveOnAll=!1,this.enableGlobalMoveEvents=!0,this.mappingState={trackingData:{}},this.eventPool=new Map,this._allInteractiveElements=[],this._hitElements=[],this._isPointerMoveEvent=!1,this.rootTarget=t,this.hitPruneFn=this.hitPruneFn.bind(this),this.hitTestFn=this.hitTestFn.bind(this),this.mapPointerDown=this.mapPointerDown.bind(this),this.mapPointerMove=this.mapPointerMove.bind(this),this.mapPointerOut=this.mapPointerOut.bind(this),this.mapPointerOver=this.mapPointerOver.bind(this),this.mapPointerUp=this.mapPointerUp.bind(this),this.mapPointerUpOutside=this.mapPointerUpOutside.bind(this),this.mapWheel=this.mapWheel.bind(this),this.mappingTable={},this.addEventMapping("pointerdown",this.mapPointerDown),this.addEventMapping("pointermove",this.mapPointerMove),this.addEventMapping("pointerout",this.mapPointerOut),this.addEventMapping("pointerleave",this.mapPointerOut),this.addEventMapping("pointerover",this.mapPointerOver),this.addEventMapping("pointerup",this.mapPointerUp),this.addEventMapping("pointerupoutside",this.mapPointerUpOutside),this.addEventMapping("wheel",this.mapWheel)}addEventMapping(t,e){this.mappingTable[t]||(this.mappingTable[t]=[]),this.mappingTable[t].push({fn:e,priority:0}),this.mappingTable[t].sort((i,s)=>i.priority-s.priority)}dispatchEvent(t,e){t.propagationStopped=!1,t.propagationImmediatelyStopped=!1,this.propagate(t,e),this.dispatch.emit(e||t.type,t)}mapEvent(t){if(!this.rootTarget)return;const e=this.mappingTable[t.type];if(e)for(let i=0,s=e.length;i<s;i++)e[i].fn(t);else console.warn(`[EventBoundary]: Event mapping not defined for ${t.type}`)}hitTest(t,e){Sr.pauseUpdate=!0;const i=this._isPointerMoveEvent&&this.enableGlobalMoveEvents?"hitTestMoveRecursive":"hitTestRecursive",s=this[i](this.rootTarget,this.rootTarget.eventMode,b2.set(t,e),this.hitTestFn,this.hitPruneFn);return s&&s[0]}propagate(t,e){if(!t.target)return;const i=t.composedPath();t.eventPhase=t.CAPTURING_PHASE;for(let s=0,n=i.length-1;s<n;s++)if(t.currentTarget=i[s],this.notifyTarget(t,e),t.propagationStopped||t.propagationImmediatelyStopped)return;if(t.eventPhase=t.AT_TARGET,t.currentTarget=t.target,this.notifyTarget(t,e),!(t.propagationStopped||t.propagationImmediatelyStopped)){t.eventPhase=t.BUBBLING_PHASE;for(let s=i.length-2;s>=0;s--)if(t.currentTarget=i[s],this.notifyTarget(t,e),t.propagationStopped||t.propagationImmediatelyStopped)return}}all(t,e,i=this._allInteractiveElements){if(i.length===0)return;t.eventPhase=t.BUBBLING_PHASE;const s=Array.isArray(e)?e:[e];for(let n=i.length-1;n>=0;n--)s.forEach(o=>{t.currentTarget=i[n],this.notifyTarget(t,o)})}propagationPath(t){const e=[t];for(let i=0;i<y2&&t!==this.rootTarget;i++){if(!t.parent)throw new Error("Cannot find propagation path to disconnected target");e.push(t.parent),t=t.parent}return e.reverse(),e}hitTestMoveRecursive(t,e,i,s,n,o=!1){let a=!1;if(this._interactivePrune(t))return null;if((t.eventMode==="dynamic"||e==="dynamic")&&(Sr.pauseUpdate=!1),t.interactiveChildren&&t.children){const c=t.children;for(let u=c.length-1;u>=0;u--){const d=c[u],f=this.hitTestMoveRecursive(d,this._isInteractive(e)?e:d.eventMode,i,s,n,o||n(t,i));if(f){if(f.length>0&&!f[f.length-1].parent)continue;const p=t.isInteractive();(f.length>0||p)&&(p&&this._allInteractiveElements.push(t),f.push(t)),this._hitElements.length===0&&(this._hitElements=f),a=!0}}}const h=this._isInteractive(e),l=t.isInteractive();return h&&l&&this._allInteractiveElements.push(t),o||this._hitElements.length>0?null:a?this._hitElements:h&&!n(t,i)&&s(t,i)?l?[t]:[]:null}hitTestRecursive(t,e,i,s,n){if(this._interactivePrune(t)||n(t,i))return null;if((t.eventMode==="dynamic"||e==="dynamic")&&(Sr.pauseUpdate=!1),t.interactiveChildren&&t.children){const h=t.children;for(let l=h.length-1;l>=0;l--){const c=h[l],u=this.hitTestRecursive(c,this._isInteractive(e)?e:c.eventMode,i,s,n);if(u){if(u.length>0&&!u[u.length-1].parent)continue;const d=t.isInteractive();return(u.length>0||d)&&u.push(t),u}}}const o=this._isInteractive(e),a=t.isInteractive();return o&&s(t,i)?a?[t]:[]:null}_isInteractive(t){return t==="static"||t==="dynamic"}_interactivePrune(t){return!!(!t||t.isMask||!t.visible||!t.renderable||t.eventMode==="none"||t.eventMode==="passive"&&!t.interactiveChildren||t.isMask)}hitPruneFn(t,e){var i;if(t.hitArea&&(t.worldTransform.applyInverse(e,eu),!t.hitArea.contains(eu.x,eu.y)))return!0;if(t._mask){const s=t._mask.isMaskData?t._mask.maskObject:t._mask;if(s&&!((i=s.containsPoint)!=null&&i.call(s,e)))return!0}return!1}hitTestFn(t,e){return t.eventMode==="passive"?!1:t.hitArea?!0:t.containsPoint?t.containsPoint(e):!1}notifyTarget(t,e){var n,o;e=e??t.type;const i=`on${e}`;(o=(n=t.currentTarget)[i])==null||o.call(n,t);const s=t.eventPhase===t.CAPTURING_PHASE||t.eventPhase===t.AT_TARGET?`${e}capture`:e;this.notifyListeners(t,s),t.eventPhase===t.AT_TARGET&&this.notifyListeners(t,e)}mapPointerDown(t){if(!(t instanceof ni)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}const e=this.createPointerEvent(t);if(this.dispatchEvent(e,"pointerdown"),e.pointerType==="touch")this.dispatchEvent(e,"touchstart");else if(e.pointerType==="mouse"||e.pointerType==="pen"){const s=e.button===2;this.dispatchEvent(e,s?"rightdown":"mousedown")}const i=this.trackingData(t.pointerId);i.pressTargetsByButton[t.button]=e.composedPath(),this.freeEvent(e)}mapPointerMove(t){var h,l;if(!(t instanceof ni)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}this._allInteractiveElements.length=0,this._hitElements.length=0,this._isPointerMoveEvent=!0;const e=this.createPointerEvent(t);this._isPointerMoveEvent=!1;const i=e.pointerType==="mouse"||e.pointerType==="pen",s=this.trackingData(t.pointerId),n=this.findMountedTarget(s.overTargets);if(((h=s.overTargets)==null?void 0:h.length)>0&&n!==e.target){const c=t.type==="mousemove"?"mouseout":"pointerout",u=this.createPointerEvent(t,c,n);if(this.dispatchEvent(u,"pointerout"),i&&this.dispatchEvent(u,"mouseout"),!e.composedPath().includes(n)){const d=this.createPointerEvent(t,"pointerleave",n);for(d.eventPhase=d.AT_TARGET;d.target&&!e.composedPath().includes(d.target);)d.currentTarget=d.target,this.notifyTarget(d),i&&this.notifyTarget(d,"mouseleave"),d.target=d.target.parent;this.freeEvent(d)}this.freeEvent(u)}if(n!==e.target){const c=t.type==="mousemove"?"mouseover":"pointerover",u=this.clonePointerEvent(e,c);this.dispatchEvent(u,"pointerover"),i&&this.dispatchEvent(u,"mouseover");let d=n==null?void 0:n.parent;for(;d&&d!==this.rootTarget.parent&&d!==e.target;)d=d.parent;if(!d||d===this.rootTarget.parent){const f=this.clonePointerEvent(e,"pointerenter");for(f.eventPhase=f.AT_TARGET;f.target&&f.target!==n&&f.target!==this.rootTarget.parent;)f.currentTarget=f.target,this.notifyTarget(f),i&&this.notifyTarget(f,"mouseenter"),f.target=f.target.parent;this.freeEvent(f)}this.freeEvent(u)}const o=[],a=this.enableGlobalMoveEvents??!0;this.moveOnAll?o.push("pointermove"):this.dispatchEvent(e,"pointermove"),a&&o.push("globalpointermove"),e.pointerType==="touch"&&(this.moveOnAll?o.splice(1,0,"touchmove"):this.dispatchEvent(e,"touchmove"),a&&o.push("globaltouchmove")),i&&(this.moveOnAll?o.splice(1,0,"mousemove"):this.dispatchEvent(e,"mousemove"),a&&o.push("globalmousemove"),this.cursor=(l=e.target)==null?void 0:l.cursor),o.length>0&&this.all(e,o),this._allInteractiveElements.length=0,this._hitElements.length=0,s.overTargets=e.composedPath(),this.freeEvent(e)}mapPointerOver(t){var o;if(!(t instanceof ni)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}const e=this.trackingData(t.pointerId),i=this.createPointerEvent(t),s=i.pointerType==="mouse"||i.pointerType==="pen";this.dispatchEvent(i,"pointerover"),s&&this.dispatchEvent(i,"mouseover"),i.pointerType==="mouse"&&(this.cursor=(o=i.target)==null?void 0:o.cursor);const n=this.clonePointerEvent(i,"pointerenter");for(n.eventPhase=n.AT_TARGET;n.target&&n.target!==this.rootTarget.parent;)n.currentTarget=n.target,this.notifyTarget(n),s&&this.notifyTarget(n,"mouseenter"),n.target=n.target.parent;e.overTargets=i.composedPath(),this.freeEvent(i),this.freeEvent(n)}mapPointerOut(t){if(!(t instanceof ni)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}const e=this.trackingData(t.pointerId);if(e.overTargets){const i=t.pointerType==="mouse"||t.pointerType==="pen",s=this.findMountedTarget(e.overTargets),n=this.createPointerEvent(t,"pointerout",s);this.dispatchEvent(n),i&&this.dispatchEvent(n,"mouseout");const o=this.createPointerEvent(t,"pointerleave",s);for(o.eventPhase=o.AT_TARGET;o.target&&o.target!==this.rootTarget.parent;)o.currentTarget=o.target,this.notifyTarget(o),i&&this.notifyTarget(o,"mouseleave"),o.target=o.target.parent;e.overTargets=null,this.freeEvent(n),this.freeEvent(o)}this.cursor=null}mapPointerUp(t){if(!(t instanceof ni)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}const e=performance.now(),i=this.createPointerEvent(t);if(this.dispatchEvent(i,"pointerup"),i.pointerType==="touch")this.dispatchEvent(i,"touchend");else if(i.pointerType==="mouse"||i.pointerType==="pen"){const a=i.button===2;this.dispatchEvent(i,a?"rightup":"mouseup")}const s=this.trackingData(t.pointerId),n=this.findMountedTarget(s.pressTargetsByButton[t.button]);let o=n;if(n&&!i.composedPath().includes(n)){let a=n;for(;a&&!i.composedPath().includes(a);){if(i.currentTarget=a,this.notifyTarget(i,"pointerupoutside"),i.pointerType==="touch")this.notifyTarget(i,"touchendoutside");else if(i.pointerType==="mouse"||i.pointerType==="pen"){const h=i.button===2;this.notifyTarget(i,h?"rightupoutside":"mouseupoutside")}a=a.parent}delete s.pressTargetsByButton[t.button],o=a}if(o){const a=this.clonePointerEvent(i,"click");a.target=o,a.path=null,s.clicksByButton[t.button]||(s.clicksByButton[t.button]={clickCount:0,target:a.target,timeStamp:e});const h=s.clicksByButton[t.button];if(h.target===a.target&&e-h.timeStamp<200?++h.clickCount:h.clickCount=1,h.target=a.target,h.timeStamp=e,a.detail=h.clickCount,a.pointerType==="mouse"){const l=a.button===2;this.dispatchEvent(a,l?"rightclick":"click")}else a.pointerType==="touch"&&this.dispatchEvent(a,"tap");this.dispatchEvent(a,"pointertap"),this.freeEvent(a)}this.freeEvent(i)}mapPointerUpOutside(t){if(!(t instanceof ni)){console.warn("EventBoundary cannot map a non-pointer event as a pointer event");return}const e=this.trackingData(t.pointerId),i=this.findMountedTarget(e.pressTargetsByButton[t.button]),s=this.createPointerEvent(t);if(i){let n=i;for(;n;)s.currentTarget=n,this.notifyTarget(s,"pointerupoutside"),s.pointerType==="touch"?this.notifyTarget(s,"touchendoutside"):(s.pointerType==="mouse"||s.pointerType==="pen")&&this.notifyTarget(s,s.button===2?"rightupoutside":"mouseupoutside"),n=n.parent;delete e.pressTargetsByButton[t.button]}this.freeEvent(s)}mapWheel(t){if(!(t instanceof nn)){console.warn("EventBoundary cannot map a non-wheel event as a wheel event");return}const e=this.createWheelEvent(t);this.dispatchEvent(e),this.freeEvent(e)}findMountedTarget(t){if(!t)return null;let e=t[0];for(let i=1;i<t.length&&t[i].parent===e;i++)e=t[i];return e}createPointerEvent(t,e,i){const s=this.allocateEvent(ni);return this.copyPointerData(t,s),this.copyMouseData(t,s),this.copyData(t,s),s.nativeEvent=t.nativeEvent,s.originalEvent=t,s.target=i??this.hitTest(s.global.x,s.global.y)??this._hitElements[0],typeof e=="string"&&(s.type=e),s}createWheelEvent(t){const e=this.allocateEvent(nn);return this.copyWheelData(t,e),this.copyMouseData(t,e),this.copyData(t,e),e.nativeEvent=t.nativeEvent,e.originalEvent=t,e.target=this.hitTest(e.global.x,e.global.y),e}clonePointerEvent(t,e){const i=this.allocateEvent(ni);return i.nativeEvent=t.nativeEvent,i.originalEvent=t.originalEvent,this.copyPointerData(t,i),this.copyMouseData(t,i),this.copyData(t,i),i.target=t.target,i.path=t.composedPath().slice(),i.type=e??i.type,i}copyWheelData(t,e){e.deltaMode=t.deltaMode,e.deltaX=t.deltaX,e.deltaY=t.deltaY,e.deltaZ=t.deltaZ}copyPointerData(t,e){t instanceof ni&&e instanceof ni&&(e.pointerId=t.pointerId,e.width=t.width,e.height=t.height,e.isPrimary=t.isPrimary,e.pointerType=t.pointerType,e.pressure=t.pressure,e.tangentialPressure=t.tangentialPressure,e.tiltX=t.tiltX,e.tiltY=t.tiltY,e.twist=t.twist)}copyMouseData(t,e){t instanceof ja&&e instanceof ja&&(e.altKey=t.altKey,e.button=t.button,e.buttons=t.buttons,e.client.copyFrom(t.client),e.ctrlKey=t.ctrlKey,e.metaKey=t.metaKey,e.movement.copyFrom(t.movement),e.screen.copyFrom(t.screen),e.shiftKey=t.shiftKey,e.global.copyFrom(t.global))}copyData(t,e){e.isTrusted=t.isTrusted,e.srcElement=t.srcElement,e.timeStamp=performance.now(),e.type=t.type,e.detail=t.detail,e.view=t.view,e.which=t.which,e.layer.copyFrom(t.layer),e.page.copyFrom(t.page)}trackingData(t){return this.mappingState.trackingData[t]||(this.mappingState.trackingData[t]={pressTargetsByButton:{},clicksByButton:{},overTarget:null}),this.mappingState.trackingData[t]}allocateEvent(t){this.eventPool.has(t)||this.eventPool.set(t,[]);const e=this.eventPool.get(t).pop()||new t(this);return e.eventPhase=e.NONE,e.currentTarget=null,e.path=null,e.target=null,e}freeEvent(t){if(t.manager!==this)throw new Error("It is illegal to free an event not managed by this EventBoundary!");const e=t.constructor;this.eventPool.has(e)||this.eventPool.set(e,[]),this.eventPool.get(e).push(t)}notifyListeners(t,e){const i=t.currentTarget._events[e];if(i&&t.currentTarget.isInteractive())if("fn"in i)i.once&&t.currentTarget.removeListener(e,i.fn,void 0,!0),i.fn.call(i.context,t);else for(let s=0,n=i.length;s<n&&!t.propagationImmediatelyStopped;s++)i[s].once&&t.currentTarget.removeListener(e,i[s].fn,void 0,!0),i[s].fn.call(i[s].context,t)}}const _2=1,v2={touchstart:"pointerdown",touchend:"pointerup",touchendoutside:"pointerupoutside",touchmove:"pointermove",touchcancel:"pointercancel"},iu=class Xf{constructor(t){this.supportsTouchEvents="ontouchstart"in globalThis,this.supportsPointerEvents=!!globalThis.PointerEvent,this.domElement=null,this.resolution=1,this.renderer=t,this.rootBoundary=new x2(null),Sr.init(this),this.autoPreventDefault=!0,this.eventsAdded=!1,this.rootPointerEvent=new ni(null),this.rootWheelEvent=new nn(null),this.cursorStyles={default:"inherit",pointer:"pointer"},this.features=new Proxy({...Xf.defaultEventFeatures},{set:(e,i,s)=>(i==="globalMove"&&(this.rootBoundary.enableGlobalMoveEvents=s),e[i]=s,!0)}),this.onPointerDown=this.onPointerDown.bind(this),this.onPointerMove=this.onPointerMove.bind(this),this.onPointerUp=this.onPointerUp.bind(this),this.onPointerOverOut=this.onPointerOverOut.bind(this),this.onWheel=this.onWheel.bind(this)}static get defaultEventMode(){return this._defaultEventMode}init(t){const{view:e,resolution:i}=this.renderer;this.setTargetElement(e),this.resolution=i,Xf._defaultEventMode=t.eventMode??"auto",Object.assign(this.features,t.eventFeatures??{}),this.rootBoundary.enableGlobalMoveEvents=this.features.globalMove}resolutionChange(t){this.resolution=t}destroy(){this.setTargetElement(null),this.renderer=null}setCursor(t){t=t||"default";let e=!0;if(globalThis.OffscreenCanvas&&this.domElement instanceof OffscreenCanvas&&(e=!1),this.currentCursor===t)return;this.currentCursor=t;const i=this.cursorStyles[t];if(i)switch(typeof i){case"string":e&&(this.domElement.style.cursor=i);break;case"function":i(t);break;case"object":e&&Object.assign(this.domElement.style,i);break}else e&&typeof t=="string"&&!Object.prototype.hasOwnProperty.call(this.cursorStyles,t)&&(this.domElement.style.cursor=t)}get pointer(){return this.rootPointerEvent}onPointerDown(t){if(!this.features.click)return;this.rootBoundary.rootTarget=this.renderer.lastObjectRendered;const e=this.normalizeToPointerData(t);this.autoPreventDefault&&e[0].isNormalized&&(t.cancelable||!("cancelable"in t))&&t.preventDefault();for(let i=0,s=e.length;i<s;i++){const n=e[i],o=this.bootstrapEvent(this.rootPointerEvent,n);this.rootBoundary.mapEvent(o)}this.setCursor(this.rootBoundary.cursor)}onPointerMove(t){if(!this.features.move)return;this.rootBoundary.rootTarget=this.renderer.lastObjectRendered,Sr.pointerMoved();const e=this.normalizeToPointerData(t);for(let i=0,s=e.length;i<s;i++){const n=this.bootstrapEvent(this.rootPointerEvent,e[i]);this.rootBoundary.mapEvent(n)}this.setCursor(this.rootBoundary.cursor)}onPointerUp(t){if(!this.features.click)return;this.rootBoundary.rootTarget=this.renderer.lastObjectRendered;let e=t.target;t.composedPath&&t.composedPath().length>0&&(e=t.composedPath()[0]);const i=e!==this.domElement?"outside":"",s=this.normalizeToPointerData(t);for(let n=0,o=s.length;n<o;n++){const a=this.bootstrapEvent(this.rootPointerEvent,s[n]);a.type+=i,this.rootBoundary.mapEvent(a)}this.setCursor(this.rootBoundary.cursor)}onPointerOverOut(t){if(!this.features.click)return;this.rootBoundary.rootTarget=this.renderer.lastObjectRendered;const e=this.normalizeToPointerData(t);for(let i=0,s=e.length;i<s;i++){const n=this.bootstrapEvent(this.rootPointerEvent,e[i]);this.rootBoundary.mapEvent(n)}this.setCursor(this.rootBoundary.cursor)}onWheel(t){if(!this.features.wheel)return;const e=this.normalizeWheelEvent(t);this.rootBoundary.rootTarget=this.renderer.lastObjectRendered,this.rootBoundary.mapEvent(e)}setTargetElement(t){this.removeEvents(),this.domElement=t,Sr.domElement=t,this.addEvents()}addEvents(){if(this.eventsAdded||!this.domElement)return;Sr.addTickerListener();const t=this.domElement.style;t&&(globalThis.navigator.msPointerEnabled?(t.msContentZooming="none",t.msTouchAction="none"):this.supportsPointerEvents&&(t.touchAction="none")),this.supportsPointerEvents?(globalThis.document.addEventListener("pointermove",this.onPointerMove,!0),this.domElement.addEventListener("pointerdown",this.onPointerDown,!0),this.domElement.addEventListener("pointerleave",this.onPointerOverOut,!0),this.domElement.addEventListener("pointerover",this.onPointerOverOut,!0),globalThis.addEventListener("pointerup",this.onPointerUp,!0)):(globalThis.document.addEventListener("mousemove",this.onPointerMove,!0),this.domElement.addEventListener("mousedown",this.onPointerDown,!0),this.domElement.addEventListener("mouseout",this.onPointerOverOut,!0),this.domElement.addEventListener("mouseover",this.onPointerOverOut,!0),globalThis.addEventListener("mouseup",this.onPointerUp,!0),this.supportsTouchEvents&&(this.domElement.addEventListener("touchstart",this.onPointerDown,!0),this.domElement.addEventListener("touchend",this.onPointerUp,!0),this.domElement.addEventListener("touchmove",this.onPointerMove,!0))),this.domElement.addEventListener("wheel",this.onWheel,{passive:!0,capture:!0}),this.eventsAdded=!0}removeEvents(){if(!this.eventsAdded||!this.domElement)return;Sr.removeTickerListener();const t=this.domElement.style;globalThis.navigator.msPointerEnabled?(t.msContentZooming="",t.msTouchAction=""):this.supportsPointerEvents&&(t.touchAction=""),this.supportsPointerEvents?(globalThis.document.removeEventListener("pointermove",this.onPointerMove,!0),this.domElement.removeEventListener("pointerdown",this.onPointerDown,!0),this.domElement.removeEventListener("pointerleave",this.onPointerOverOut,!0),this.domElement.removeEventListener("pointerover",this.onPointerOverOut,!0),globalThis.removeEventListener("pointerup",this.onPointerUp,!0)):(globalThis.document.removeEventListener("mousemove",this.onPointerMove,!0),this.domElement.removeEventListener("mousedown",this.onPointerDown,!0),this.domElement.removeEventListener("mouseout",this.onPointerOverOut,!0),this.domElement.removeEventListener("mouseover",this.onPointerOverOut,!0),globalThis.removeEventListener("mouseup",this.onPointerUp,!0),this.supportsTouchEvents&&(this.domElement.removeEventListener("touchstart",this.onPointerDown,!0),this.domElement.removeEventListener("touchend",this.onPointerUp,!0),this.domElement.removeEventListener("touchmove",this.onPointerMove,!0))),this.domElement.removeEventListener("wheel",this.onWheel,!0),this.domElement=null,this.eventsAdded=!1}mapPositionToPoint(t,e,i){const s=this.domElement.isConnected?this.domElement.getBoundingClientRect():{x:0,y:0,width:this.domElement.width,height:this.domElement.height,left:0,top:0},n=1/this.resolution;t.x=(e-s.left)*(this.domElement.width/s.width)*n,t.y=(i-s.top)*(this.domElement.height/s.height)*n}normalizeToPointerData(t){const e=[];if(this.supportsTouchEvents&&t instanceof TouchEvent)for(let i=0,s=t.changedTouches.length;i<s;i++){const n=t.changedTouches[i];typeof n.button>"u"&&(n.button=0),typeof n.buttons>"u"&&(n.buttons=1),typeof n.isPrimary>"u"&&(n.isPrimary=t.touches.length===1&&t.type==="touchstart"),typeof n.width>"u"&&(n.width=n.radiusX||1),typeof n.height>"u"&&(n.height=n.radiusY||1),typeof n.tiltX>"u"&&(n.tiltX=0),typeof n.tiltY>"u"&&(n.tiltY=0),typeof n.pointerType>"u"&&(n.pointerType="touch"),typeof n.pointerId>"u"&&(n.pointerId=n.identifier||0),typeof n.pressure>"u"&&(n.pressure=n.force||.5),typeof n.twist>"u"&&(n.twist=0),typeof n.tangentialPressure>"u"&&(n.tangentialPressure=0),typeof n.layerX>"u"&&(n.layerX=n.offsetX=n.clientX),typeof n.layerY>"u"&&(n.layerY=n.offsetY=n.clientY),n.isNormalized=!0,n.type=t.type,e.push(n)}else if(!globalThis.MouseEvent||t instanceof MouseEvent&&(!this.supportsPointerEvents||!(t instanceof globalThis.PointerEvent))){const i=t;typeof i.isPrimary>"u"&&(i.isPrimary=!0),typeof i.width>"u"&&(i.width=1),typeof i.height>"u"&&(i.height=1),typeof i.tiltX>"u"&&(i.tiltX=0),typeof i.tiltY>"u"&&(i.tiltY=0),typeof i.pointerType>"u"&&(i.pointerType="mouse"),typeof i.pointerId>"u"&&(i.pointerId=_2),typeof i.pressure>"u"&&(i.pressure=.5),typeof i.twist>"u"&&(i.twist=0),typeof i.tangentialPressure>"u"&&(i.tangentialPressure=0),i.isNormalized=!0,e.push(i)}else e.push(t);return e}normalizeWheelEvent(t){const e=this.rootWheelEvent;return this.transferMouseData(e,t),e.deltaX=t.deltaX,e.deltaY=t.deltaY,e.deltaZ=t.deltaZ,e.deltaMode=t.deltaMode,this.mapPositionToPoint(e.screen,t.clientX,t.clientY),e.global.copyFrom(e.screen),e.offset.copyFrom(e.screen),e.nativeEvent=t,e.type=t.type,e}bootstrapEvent(t,e){return t.originalEvent=null,t.nativeEvent=e,t.pointerId=e.pointerId,t.width=e.width,t.height=e.height,t.isPrimary=e.isPrimary,t.pointerType=e.pointerType,t.pressure=e.pressure,t.tangentialPressure=e.tangentialPressure,t.tiltX=e.tiltX,t.tiltY=e.tiltY,t.twist=e.twist,this.transferMouseData(t,e),this.mapPositionToPoint(t.screen,e.clientX,e.clientY),t.global.copyFrom(t.screen),t.offset.copyFrom(t.screen),t.isTrusted=e.isTrusted,t.type==="pointerleave"&&(t.type="pointerout"),t.type.startsWith("mouse")&&(t.type=t.type.replace("mouse","pointer")),t.type.startsWith("touch")&&(t.type=v2[t.type]||t.type),t}transferMouseData(t,e){t.isTrusted=e.isTrusted,t.srcElement=e.srcElement,t.timeStamp=performance.now(),t.type=e.type,t.altKey=e.altKey,t.button=e.button,t.buttons=e.buttons,t.client.x=e.clientX,t.client.y=e.clientY,t.ctrlKey=e.ctrlKey,t.metaKey=e.metaKey,t.movement.x=e.movementX,t.movement.y=e.movementY,t.page.x=e.pageX,t.page.y=e.pageY,t.relatedTarget=null,t.shiftKey=e.shiftKey}};iu.extension={name:"events",type:[J.RendererSystem,J.CanvasRendererSystem]},iu.defaultEventFeatures={move:!0,globalMove:!0,click:!0,wheel:!0};let ru=iu;nt.add(ru);function Pm(r){return r==="dynamic"||r==="static"}const w2={onclick:null,onmousedown:null,onmouseenter:null,onmouseleave:null,onmousemove:null,onglobalmousemove:null,onmouseout:null,onmouseover:null,onmouseup:null,onmouseupoutside:null,onpointercancel:null,onpointerdown:null,onpointerenter:null,onpointerleave:null,onpointermove:null,onglobalpointermove:null,onpointerout:null,onpointerover:null,onpointertap:null,onpointerup:null,onpointerupoutside:null,onrightclick:null,onrightdown:null,onrightup:null,onrightupoutside:null,ontap:null,ontouchcancel:null,ontouchend:null,ontouchendoutside:null,ontouchmove:null,onglobaltouchmove:null,ontouchstart:null,onwheel:null,_internalInteractive:void 0,get interactive(){return this._internalInteractive??Pm(ru.defaultEventMode)},set interactive(r){vt("7.2.0","Setting interactive is deprecated, use eventMode = 'none'/'passive'/'auto'/'static'/'dynamic' instead."),this._internalInteractive=r,this.eventMode=r?"static":"auto"},_internalEventMode:void 0,get eventMode(){return this._internalEventMode??ru.defaultEventMode},set eventMode(r){this._internalInteractive=Pm(r),this._internalEventMode=r},isInteractive(){return this.eventMode==="static"||this.eventMode==="dynamic"},interactiveChildren:!0,hitArea:null,addEventListener(r,t,e){const i=typeof e=="boolean"&&e||typeof e=="object"&&e.capture,s=typeof t=="function"?void 0:t;r=i?`${r}capture`:r,t=typeof t=="function"?t:t.handleEvent,this.on(r,t,s)},removeEventListener(r,t,e){const i=typeof e=="boolean"&&e||typeof e=="object"&&e.capture,s=typeof t=="function"?void 0:t;r=i?`${r}capture`:r,t=typeof t=="function"?t:t.handleEvent,this.off(r,t,s)},dispatchEvent(r){if(!(r instanceof co))throw new Error("DisplayObject cannot propagate events outside of the Federated Events API");return r.defaultPrevented=!1,r.path=null,r.target=this,r.manager.dispatchEvent(r),!r.defaultPrevented}};Ut.mixin(w2);const T2={accessible:!1,accessibleTitle:null,accessibleHint:null,tabIndex:0,_accessibleActive:!1,_accessibleDiv:null,accessibleType:"button",accessiblePointerEvents:"auto",accessibleChildren:!0,renderId:-1};Ut.mixin(T2);const S2=9,Ja=100,C2=0,E2=0,Lm=2,Gm=1,I2=-1e3,A2=-1e3,M2=2;class Fm{constructor(t){this.debug=!1,this._isActive=!1,this._isMobileAccessibility=!1,this.pool=[],this.renderId=0,this.children=[],this.androidUpdateCount=0,this.androidUpdateFrequency=500,this._hookDiv=null,(zi.tablet||zi.phone)&&this.createTouchHook();const e=document.createElement("div");e.style.width=`${Ja}px`,e.style.height=`${Ja}px`,e.style.position="absolute",e.style.top=`${C2}px`,e.style.left=`${E2}px`,e.style.zIndex=Lm.toString(),this.div=e,this.renderer=t,this._onKeyDown=this._onKeyDown.bind(this),this._onMouseMove=this._onMouseMove.bind(this),globalThis.addEventListener("keydown",this._onKeyDown,!1)}get isActive(){return this._isActive}get isMobileAccessibility(){return this._isMobileAccessibility}createTouchHook(){const t=document.createElement("button");t.style.width=`${Gm}px`,t.style.height=`${Gm}px`,t.style.position="absolute",t.style.top=`${I2}px`,t.style.left=`${A2}px`,t.style.zIndex=M2.toString(),t.style.backgroundColor="#FF0000",t.title="select to enable accessibility for this content",t.addEventListener("focus",()=>{this._isMobileAccessibility=!0,this.activate(),this.destroyTouchHook()}),document.body.appendChild(t),this._hookDiv=t}destroyTouchHook(){this._hookDiv&&(document.body.removeChild(this._hookDiv),this._hookDiv=null)}activate(){var t;this._isActive||(this._isActive=!0,globalThis.document.addEventListener("mousemove",this._onMouseMove,!0),globalThis.removeEventListener("keydown",this._onKeyDown,!1),this.renderer.on("postrender",this.update,this),(t=this.renderer.view.parentNode)==null||t.appendChild(this.div))}deactivate(){var t;!this._isActive||this._isMobileAccessibility||(this._isActive=!1,globalThis.document.removeEventListener("mousemove",this._onMouseMove,!0),globalThis.addEventListener("keydown",this._onKeyDown,!1),this.renderer.off("postrender",this.update),(t=this.div.parentNode)==null||t.removeChild(this.div))}updateAccessibleObjects(t){if(!t.visible||!t.accessibleChildren)return;t.accessible&&t.isInteractive()&&(t._accessibleActive||this.addChild(t),t.renderId=this.renderId);const e=t.children;if(e)for(let i=0;i<e.length;i++)this.updateAccessibleObjects(e[i])}update(){const t=performance.now();if(zi.android.device&&t<this.androidUpdateCount||(this.androidUpdateCount=t+this.androidUpdateFrequency,!this.renderer.renderingToScreen))return;this.renderer.lastObjectRendered&&this.updateAccessibleObjects(this.renderer.lastObjectRendered);const{x:e,y:i,width:s,height:n}=this.renderer.view.getBoundingClientRect(),{width:o,height:a,resolution:h}=this.renderer,l=s/o*h,c=n/a*h;let u=this.div;u.style.left=`${e}px`,u.style.top=`${i}px`,u.style.width=`${o}px`,u.style.height=`${a}px`;for(let d=0;d<this.children.length;d++){const f=this.children[d];if(f.renderId!==this.renderId)f._accessibleActive=!1,tn(this.children,d,1),this.div.removeChild(f._accessibleDiv),this.pool.push(f._accessibleDiv),f._accessibleDiv=null,d--;else{u=f._accessibleDiv;let p=f.hitArea;const m=f.worldTransform;f.hitArea?(u.style.left=`${(m.tx+p.x*m.a)*l}px`,u.style.top=`${(m.ty+p.y*m.d)*c}px`,u.style.width=`${p.width*m.a*l}px`,u.style.height=`${p.height*m.d*c}px`):(p=f.getBounds(),this.capHitArea(p),u.style.left=`${p.x*l}px`,u.style.top=`${p.y*c}px`,u.style.width=`${p.width*l}px`,u.style.height=`${p.height*c}px`,u.title!==f.accessibleTitle&&f.accessibleTitle!==null&&(u.title=f.accessibleTitle),u.getAttribute("aria-label")!==f.accessibleHint&&f.accessibleHint!==null&&u.setAttribute("aria-label",f.accessibleHint)),(f.accessibleTitle!==u.title||f.tabIndex!==u.tabIndex)&&(u.title=f.accessibleTitle,u.tabIndex=f.tabIndex,this.debug&&this.updateDebugHTML(u))}}this.renderId++}updateDebugHTML(t){t.innerHTML=`type: ${t.type}</br> title : ${t.title}</br> tabIndex: ${t.tabIndex}`}capHitArea(t){t.x<0&&(t.width+=t.x,t.x=0),t.y<0&&(t.height+=t.y,t.y=0);const{width:e,height:i}=this.renderer;t.x+t.width>e&&(t.width=e-t.x),t.y+t.height>i&&(t.height=i-t.y)}addChild(t){let e=this.pool.pop();e||(e=document.createElement("button"),e.style.width=`${Ja}px`,e.style.height=`${Ja}px`,e.style.backgroundColor=this.debug?"rgba(255,255,255,0.5)":"transparent",e.style.position="absolute",e.style.zIndex=Lm.toString(),e.style.borderStyle="none",navigator.userAgent.toLowerCase().includes("chrome")?e.setAttribute("aria-live","off"):e.setAttribute("aria-live","polite"),navigator.userAgent.match(/rv:.*Gecko\//)?e.setAttribute("aria-relevant","additions"):e.setAttribute("aria-relevant","text"),e.addEventListener("click",this._onClick.bind(this)),e.addEventListener("focus",this._onFocus.bind(this)),e.addEventListener("focusout",this._onFocusOut.bind(this))),e.style.pointerEvents=t.accessiblePointerEvents,e.type=t.accessibleType,t.accessibleTitle&&t.accessibleTitle!==null?e.title=t.accessibleTitle:(!t.accessibleHint||t.accessibleHint===null)&&(e.title=`displayObject ${t.tabIndex}`),t.accessibleHint&&t.accessibleHint!==null&&e.setAttribute("aria-label",t.accessibleHint),this.debug&&this.updateDebugHTML(e),t._accessibleActive=!0,t._accessibleDiv=e,e.displayObject=t,this.children.push(t),this.div.appendChild(t._accessibleDiv),t._accessibleDiv.tabIndex=t.tabIndex}_dispatchEvent(t,e){const{displayObject:i}=t.target,s=this.renderer.events.rootBoundary,n=Object.assign(new co(s),{target:i});s.rootTarget=this.renderer.lastObjectRendered,e.forEach(o=>s.dispatchEvent(n,o))}_onClick(t){this._dispatchEvent(t,["click","pointertap","tap"])}_onFocus(t){t.target.getAttribute("aria-live")||t.target.setAttribute("aria-live","assertive"),this._dispatchEvent(t,["mouseover"])}_onFocusOut(t){t.target.getAttribute("aria-live")||t.target.setAttribute("aria-live","polite"),this._dispatchEvent(t,["mouseout"])}_onKeyDown(t){t.keyCode===S2&&this.activate()}_onMouseMove(t){t.movementX===0&&t.movementY===0||this.deactivate()}destroy(){this.destroyTouchHook(),this.div=null,globalThis.document.removeEventListener("mousemove",this._onMouseMove,!0),globalThis.removeEventListener("keydown",this._onKeyDown),this.pool=null,this.children=null,this.renderer=null}}Fm.extension={name:"accessibility",type:[J.RendererPlugin,J.CanvasRendererPlugin]},nt.add(Fm);const Nm=class Wf{constructor(t){this.stage=new Tt,t=Object.assign({forceCanvas:!1},t),this.renderer=Uw(t),Wf._plugins.forEach(e=>{e.init.call(this,t)})}render(){this.renderer.render(this.stage)}get view(){var t;return(t=this.renderer)==null?void 0:t.view}get screen(){var t;return(t=this.renderer)==null?void 0:t.screen}destroy(t,e){const i=Wf._plugins.slice(0);i.reverse(),i.forEach(s=>{s.destroy.call(this)}),this.stage.destroy(e),this.stage=null,this.renderer.destroy(t),this.renderer=null}};Nm._plugins=[];let km=Nm;nt.handleByList(J.Application,km._plugins);class Dm{static init(t){Object.defineProperty(this,"resizeTo",{set(e){globalThis.removeEventListener("resize",this.queueResize),this._resizeTo=e,e&&(globalThis.addEventListener("resize",this.queueResize),this.resize())},get(){return this._resizeTo}}),this.queueResize=()=>{this._resizeTo&&(this.cancelResize(),this._resizeId=requestAnimationFrame(()=>this.resize()))},this.cancelResize=()=>{this._resizeId&&(cancelAnimationFrame(this._resizeId),this._resizeId=null)},this.resize=()=>{if(!this._resizeTo)return;this.cancelResize();let e,i;if(this._resizeTo===globalThis.window)e=globalThis.innerWidth,i=globalThis.innerHeight;else{const{clientWidth:s,clientHeight:n}=this._resizeTo;e=s,i=n}this.renderer.resize(e,i),this.render()},this._resizeId=null,this._resizeTo=null,this.resizeTo=t.resizeTo||null}static destroy(){globalThis.removeEventListener("resize",this.queueResize),this.cancelResize(),this.cancelResize=null,this.queueResize=null,this.resizeTo=null,this.resize=null}}Dm.extension=J.Application,nt.add(Dm);const Om={loader:J.LoadParser,resolver:J.ResolveParser,cache:J.CacheParser,detection:J.DetectionParser};nt.handle(J.Asset,r=>{const t=r.ref;Object.entries(Om).filter(([e])=>!!t[e]).forEach(([e,i])=>nt.add(Object.assign(t[e],{extension:t[e].extension??i})))},r=>{const t=r.ref;Object.keys(Om).filter(e=>!!t[e]).forEach(e=>nt.remove(t[e]))});class R2{constructor(t,e=!1){this._loader=t,this._assetList=[],this._isLoading=!1,this._maxConcurrent=1,this.verbose=e}add(t){t.forEach(e=>{this._assetList.push(e)}),this.verbose&&console.log("[BackgroundLoader] assets: ",this._assetList),this._isActive&&!this._isLoading&&this._next()}async _next(){if(this._assetList.length&&this._isActive){this._isLoading=!0;const t=[],e=Math.min(this._assetList.length,this._maxConcurrent);for(let i=0;i<e;i++)t.push(this._assetList.pop());await this._loader.load(t),this._isLoading=!1,this._next()}}get active(){return this._isActive}set active(t){this._isActive!==t&&(this._isActive=t,t&&!this._isLoading&&this._next())}}function on(r,t){if(Array.isArray(t)){for(const e of t)if(r.startsWith(`data:${e}`))return!0;return!1}return r.startsWith(`data:${t}`)}function Cr(r,t){const e=r.split("?")[0],i=ee.extname(e).toLowerCase();return Array.isArray(t)?t.includes(i):i===t}const oi=(r,t,e=!1)=>(Array.isArray(r)||(r=[r]),t?r.map(i=>typeof i=="string"||e?t(i):i):r),su=(r,t)=>{const e=t.split("?")[1];return e&&(r+=`?${e}`),r};function Bm(r,t,e,i,s){const n=t[e];for(let o=0;o<n.length;o++){const a=n[o];e<t.length-1?Bm(r.replace(i[e],a),t,e+1,i,s):s.push(r.replace(i[e],a))}}function P2(r){const t=/\{(.*?)\}/g,e=r.match(t),i=[];if(e){const s=[];e.forEach(n=>{const o=n.substring(1,n.length-1).split(",");s.push(o)}),Bm(r,s,0,e,i)}else i.push(r);return i}const $a=r=>!Array.isArray(r);class L2{constructor(){this._parsers=[],this._cache=new Map,this._cacheMap=new Map}reset(){this._cacheMap.clear(),this._cache.clear()}has(t){return this._cache.has(t)}get(t){const e=this._cache.get(t);return e||console.warn(`[Assets] Asset id ${t} was not found in the Cache`),e}set(t,e){const i=oi(t);let s;for(let a=0;a<this.parsers.length;a++){const h=this.parsers[a];if(h.test(e)){s=h.getCacheableAssets(i,e);break}}s||(s={},i.forEach(a=>{s[a]=e}));const n=Object.keys(s),o={cacheKeys:n,keys:i};if(i.forEach(a=>{this._cacheMap.set(a,o)}),n.forEach(a=>{this._cache.has(a)&&this._cache.get(a)!==e&&console.warn("[Cache] already has key:",a),this._cache.set(a,s[a])}),e instanceof ot){const a=e;i.forEach(h=>{a.baseTexture!==ot.EMPTY.baseTexture&&bt.addToCache(a.baseTexture,h),ot.addToCache(a,h)})}}remove(t){if(!this._cacheMap.has(t)){console.warn(`[Assets] Asset id ${t} was not found in the Cache`);return}const e=this._cacheMap.get(t);e.cacheKeys.forEach(i=>{this._cache.delete(i)}),e.keys.forEach(i=>{this._cacheMap.delete(i)})}get parsers(){return this._parsers}}const cs=new L2;class G2{constructor(){this._parsers=[],this._parsersValidated=!1,this.parsers=new Proxy(this._parsers,{set:(t,e,i)=>(this._parsersValidated=!1,t[e]=i,!0)}),this.promiseCache={}}reset(){this._parsersValidated=!1,this.promiseCache={}}_getLoadPromiseAndParser(t,e){const i={promise:null,parser:null};return i.promise=(async()=>{var o,a;let s=null,n=null;if(e.loadParser&&(n=this._parserHash[e.loadParser],n||console.warn(`[Assets] specified load parser "${e.loadParser}" not found while loading ${t}`)),!n){for(let h=0;h<this.parsers.length;h++){const l=this.parsers[h];if(l.load&&((o=l.test)!=null&&o.call(l,t,e,this))){n=l;break}}if(!n)return console.warn(`[Assets] ${t} could not be loaded as we don't know how to parse it, ensure the correct parser has been added`),null}s=await n.load(t,e,this),i.parser=n;for(let h=0;h<this.parsers.length;h++){const l=this.parsers[h];l.parse&&l.parse&&await((a=l.testParse)==null?void 0:a.call(l,s,e,this))&&(s=await l.parse(s,e,this)||s,i.parser=l)}return s})(),i}async load(t,e){this._parsersValidated||this._validateParsers();let i=0;const s={},n=$a(t),o=oi(t,l=>({alias:[l],src:l})),a=o.length,h=o.map(async l=>{const c=ee.toAbsolute(l.src);if(!s[l.src])try{this.promiseCache[c]||(this.promiseCache[c]=this._getLoadPromiseAndParser(c,l)),s[l.src]=await this.promiseCache[c].promise,e&&e(++i/a)}catch(u){throw delete this.promiseCache[c],delete s[l.src],new Error(`[Loader.load] Failed to load ${c}.
|
|
867
|
+
${u}`)}});return await Promise.all(h),n?s[o[0].src]:s}async unload(t){const e=oi(t,i=>({alias:[i],src:i})).map(async i=>{var o,a;const s=ee.toAbsolute(i.src),n=this.promiseCache[s];if(n){const h=await n.promise;delete this.promiseCache[s],(a=(o=n.parser)==null?void 0:o.unload)==null||a.call(o,h,i,this)}});await Promise.all(e)}_validateParsers(){this._parsersValidated=!0,this._parserHash=this._parsers.filter(t=>t.name).reduce((t,e)=>(t[e.name]&&console.warn(`[Assets] loadParser name conflict "${e.name}"`),{...t,[e.name]:e}),{})}}var ai=(r=>(r[r.Low=0]="Low",r[r.Normal=1]="Normal",r[r.High=2]="High",r))(ai||{});const F2=".json",N2="application/json",k2={extension:{type:J.LoadParser,priority:ai.Low},name:"loadJson",test(r){return on(r,N2)||Cr(r,F2)},async load(r){return await(await it.ADAPTER.fetch(r)).json()}};nt.add(k2);const D2=".txt",O2="text/plain",B2={name:"loadTxt",extension:{type:J.LoadParser,priority:ai.Low},test(r){return on(r,O2)||Cr(r,D2)},async load(r){return await(await it.ADAPTER.fetch(r)).text()}};nt.add(B2);const U2=["normal","bold","100","200","300","400","500","600","700","800","900"],X2=[".ttf",".otf",".woff",".woff2"],W2=["font/ttf","font/otf","font/woff","font/woff2"],Z2=/^(--|-?[A-Z_])[0-9A-Z_-]*$/i;function V2(r){const t=ee.extname(r),e=ee.basename(r,t).replace(/(-|_)/g," ").toLowerCase().split(" ").map(n=>n.charAt(0).toUpperCase()+n.slice(1));let i=e.length>0;for(const n of e)if(!n.match(Z2)){i=!1;break}let s=e.join(" ");return i||(s=`"${s.replace(/[\\"]/g,"\\$&")}"`),s}const H2=/^[0-9A-Za-z%:/?#\[\]@!\$&'()\*\+,;=\-._~]*$/;function K2(r){return H2.test(r)?r:encodeURI(r)}const Y2={extension:{type:J.LoadParser,priority:ai.Low},name:"loadWebFont",test(r){return on(r,W2)||Cr(r,X2)},async load(r,t){var i,s,n;const e=it.ADAPTER.getFontFaceSet();if(e){const o=[],a=((i=t.data)==null?void 0:i.family)??V2(r),h=((n=(s=t.data)==null?void 0:s.weights)==null?void 0:n.filter(c=>U2.includes(c)))??["normal"],l=t.data??{};for(let c=0;c<h.length;c++){const u=h[c],d=new FontFace(a,`url(${K2(r)})`,{...l,weight:u});await d.load(),e.add(d),o.push(d)}return o.length===1?o[0]:o}return console.warn("[loadWebFont] FontFace API is not supported. Skipping loading font"),null},unload(r){(Array.isArray(r)?r:[r]).forEach(t=>it.ADAPTER.getFontFaceSet().delete(t))}};nt.add(Y2);let Um=0,nu;const z2="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMCAO+ip1sAAAAASUVORK5CYII=",j2={id:"checkImageBitmap",code:`
|
|
868
868
|
async function checkImageBitmap()
|
|
869
869
|
{
|
|
870
870
|
try
|
|
871
871
|
{
|
|
872
872
|
if (typeof createImageBitmap !== 'function') return false;
|
|
873
873
|
|
|
874
|
-
const response = await fetch('${
|
|
874
|
+
const response = await fetch('${z2}');
|
|
875
875
|
const imageBlob = await response.blob();
|
|
876
876
|
const imageBitmap = await createImageBitmap(imageBlob);
|
|
877
877
|
|
|
@@ -919,8 +919,8 @@ ${u}`)}});return await Promise.all(l),s?n[o[0].src]:n}async unload(t){const e=ai
|
|
|
919
919
|
id: event.data.id,
|
|
920
920
|
});
|
|
921
921
|
}
|
|
922
|
-
};`};let
|
|
923
|
-
Please use Assets.add({ alias, src, data, format, loadParser }) instead.`),o.push({alias:t,src:e,data:r,format:n,loadParser:s})):Array.isArray(t)?o.push(...t):o.push(t);let a;a=l=>{this.hasKey(l)&&console.warn(`[Resolver] already has key: ${l} overwriting`)},ai(o).forEach(l=>{const{src:h,srcs:c}=l;let{data:u,format:d,loadParser:f}=l;const p=ai(h||c).map(b=>typeof b=="string"?P2(b):Array.isArray(b)?b:[b]),m=this.getAlias(l);Array.isArray(m)?m.forEach(a):a(m);const g=[];p.forEach(b=>{b.forEach(_=>{let x={};if(typeof _!="object"){x.src=_;for(let v=0;v<this._parsers.length;v++){const T=this._parsers[v];if(T.test(_)){x=T.parse(_);break}}}else u=_.data??u,d=_.format??d,f=_.loadParser??f,x={...x,..._};if(!m)throw new Error(`[Resolver] alias is undefined for this asset: ${x.src}`);x=this.buildResolvedAsset(x,{aliases:m,data:u,format:d,loadParser:f}),g.push(x)})}),m.forEach(b=>{this._assetMap[b]=g})})}resolveBundle(t){const e=el(t);t=ai(t);const r={};return t.forEach(n=>{const s=this._bundles[n];if(s){const o=this.resolve(s),a={};for(const l in o){const h=o[l];a[this._extractAssetIdFromBundle(n,l)]=h}r[n]=a}}),e?r[t[0]]:r}resolveUrl(t){const e=this.resolve(t);if(typeof t!="string"){const r={};for(const n in e)r[n]=e[n].src;return r}return e.src}resolve(t){const e=el(t);t=ai(t);const r={};return t.forEach(n=>{if(!this._resolverHash[n])if(this._assetMap[n]){let s=this._assetMap[n];const o=s[0],a=this._getPreferredOrder(s);a==null||a.priority.forEach(l=>{a.params[l].forEach(h=>{const c=s.filter(u=>u[l]?u[l]===h:!1);c.length&&(s=c)})}),this._resolverHash[n]=s[0]??o}else this._resolverHash[n]=this.buildResolvedAsset({alias:[n],src:n},{});r[n]=this._resolverHash[n]}),e?r[t[0]]:r}hasKey(t){return!!this._assetMap[t]}hasBundle(t){return!!this._bundles[t]}_getPreferredOrder(t){for(let e=0;e<t.length;e++){const r=t[0],n=this._preferredOrder.find(s=>s.params.format.includes(r.format));if(n)return n}return this._preferredOrder[0]}_appendDefaultSearchParams(t){if(!this._defaultSearchParams)return t;const e=/\?/.test(t)?"&":"?";return`${t}${e}${this._defaultSearchParams}`}buildResolvedAsset(t,e){const{aliases:r,data:n,loadParser:s,format:o}=e;return(this._basePath||this._rootPath)&&(t.src=re.toAbsolute(t.src,this._basePath,this._rootPath)),t.alias=r??t.alias??[t.src],t.src=this._appendDefaultSearchParams(t.src),t.data={...n||{},...t.data},t.loadParser=s??t.loadParser,t.format=o??re.extname(t.src).slice(1),t.srcs=t.src,t.name=t.alias,t}}class lT{constructor(){this._detections=[],this._initialized=!1,this.resolver=new aT,this.loader=new G2,this.cache=yn,this._backgroundLoader=new R2(this.loader),this._backgroundLoader.active=!0,this.reset()}async init(t={}){var s,o;if(this._initialized){console.warn("[Assets]AssetManager already initialized, did you load before calling this Asset.init()?");return}if(this._initialized=!0,t.defaultSearchParams&&this.resolver.setDefaultSearchParams(t.defaultSearchParams),t.basePath&&(this.resolver.basePath=t.basePath),t.bundleIdentifier&&this.resolver.setBundleIdentifier(t.bundleIdentifier),t.manifest){let a=t.manifest;typeof a=="string"&&(a=await this.load(a)),this.resolver.addManifest(a)}const e=((s=t.texturePreference)==null?void 0:s.resolution)??1,r=typeof e=="number"?[e]:e,n=await this._detectFormats({preferredFormats:(o=t.texturePreference)==null?void 0:o.format,skipDetections:t.skipDetections,detections:this._detections});this.resolver.prefer({params:{format:n,resolution:r}}),t.preferences&&this.setPreferences(t.preferences)}add(t,e,r,n,s){this.resolver.add(t,e,r,n,s)}async load(t,e){this._initialized||await this.init();const r=el(t),n=ai(t).map(a=>{if(typeof a!="string"){const l=this.resolver.getAlias(a);return l.some(h=>!this.resolver.hasKey(h))&&this.add(a),Array.isArray(l)?l[0]:l}return this.resolver.hasKey(a)||this.add({alias:a,src:a}),a}),s=this.resolver.resolve(n),o=await this._mapLoadToResolve(s,e);return r?o[n[0]]:o}addBundle(t,e){this.resolver.addBundle(t,e)}async loadBundle(t,e){this._initialized||await this.init();let r=!1;typeof t=="string"&&(r=!0,t=[t]);const n=this.resolver.resolveBundle(t),s={},o=Object.keys(n);let a=0,l=0;const h=()=>{e==null||e(++a/l)},c=o.map(u=>{const d=n[u];return l+=Object.keys(d).length,this._mapLoadToResolve(d,h).then(f=>{s[u]=f})});return await Promise.all(c),r?s[t[0]]:s}async backgroundLoad(t){this._initialized||await this.init(),typeof t=="string"&&(t=[t]);const e=this.resolver.resolve(t);this._backgroundLoader.add(Object.values(e))}async backgroundLoadBundle(t){this._initialized||await this.init(),typeof t=="string"&&(t=[t]);const e=this.resolver.resolveBundle(t);Object.values(e).forEach(r=>{this._backgroundLoader.add(Object.values(r))})}reset(){this.resolver.reset(),this.loader.reset(),this.cache.reset(),this._initialized=!1}get(t){if(typeof t=="string")return yn.get(t);const e={};for(let r=0;r<t.length;r++)e[r]=yn.get(t[r]);return e}async _mapLoadToResolve(t,e){const r=Object.values(t),n=Object.keys(t);this._backgroundLoader.active=!1;const s=await this.loader.load(r,e);this._backgroundLoader.active=!0;const o={};return r.forEach((a,l)=>{const h=s[a.src],c=[a.src];a.alias&&c.push(...a.alias),o[n[l]]=h,yn.set(c,h)}),o}async unload(t){this._initialized||await this.init();const e=ai(t).map(n=>typeof n!="string"?n.src:n),r=this.resolver.resolve(e);await this._unloadFromResolved(r)}async unloadBundle(t){this._initialized||await this.init(),t=ai(t);const e=this.resolver.resolveBundle(t),r=Object.keys(e).map(n=>this._unloadFromResolved(e[n]));await Promise.all(r)}async _unloadFromResolved(t){const e=Object.values(t);e.forEach(r=>{yn.remove(r.src)}),await this.loader.unload(e)}async _detectFormats(t){let e=[];t.preferredFormats&&(e=Array.isArray(t.preferredFormats)?t.preferredFormats:[t.preferredFormats]);for(const r of t.detections)t.skipDetections||await r.test()?e=await r.add(e):t.skipDetections||(e=await r.remove(e));return e=e.filter((r,n)=>e.indexOf(r)===n),e}get detections(){return this._detections}get preferWorkers(){return il.config.preferWorkers}set preferWorkers(t){wt("7.2.0","Assets.prefersWorkers is deprecated, use Assets.setPreferences({ preferWorkers: true }) instead."),this.setPreferences({preferWorkers:t})}setPreferences(t){this.loader.parsers.forEach(e=>{e.config&&Object.keys(e.config).filter(r=>r in t).forEach(r=>{e.config[r]=t[r]})})}}const rl=new lT;st.handleByList($.LoadParser,rl.loader.parsers).handleByList($.ResolveParser,rl.resolver.parsers).handleByList($.CacheParser,rl.cache.parsers).handleByList($.DetectionParser,rl.detections);const hT={extension:$.CacheParser,test:i=>Array.isArray(i)&&i.every(t=>t instanceof ot),getCacheableAssets:(i,t)=>{const e={};return i.forEach(r=>{t.forEach((n,s)=>{e[r+(s===0?"":s+1)]=n})}),e}};st.add(hT);async function Sm(i){if("Image"in globalThis)return new Promise(t=>{const e=new Image;e.onload=()=>{t(!0)},e.onerror=()=>{t(!1)},e.src=i});if("createImageBitmap"in globalThis&&"fetch"in globalThis){try{const t=await(await fetch(i)).blob();await createImageBitmap(t)}catch{return!1}return!0}return!1}const cT={extension:{type:$.DetectionParser,priority:1},test:async()=>Sm("data:image/avif;base64,AAAAIGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZk1BMUIAAADybWV0YQAAAAAAAAAoaGRscgAAAAAAAAAAcGljdAAAAAAAAAAAAAAAAGxpYmF2aWYAAAAADnBpdG0AAAAAAAEAAAAeaWxvYwAAAABEAAABAAEAAAABAAABGgAAAB0AAAAoaWluZgAAAAAAAQAAABppbmZlAgAAAAABAABhdjAxQ29sb3IAAAAAamlwcnAAAABLaXBjbwAAABRpc3BlAAAAAAAAAAIAAAACAAAAEHBpeGkAAAAAAwgICAAAAAxhdjFDgQ0MAAAAABNjb2xybmNseAACAAIAAYAAAAAXaXBtYQAAAAAAAAABAAEEAQKDBAAAACVtZGF0EgAKCBgANogQEAwgMg8f8D///8WfhwB8+ErK42A="),add:async i=>[...i,"avif"],remove:async i=>i.filter(t=>t!=="avif")};st.add(cT);const uT={extension:{type:$.DetectionParser,priority:0},test:async()=>Sm("data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA="),add:async i=>[...i,"webp"],remove:async i=>i.filter(t=>t!=="webp")};st.add(uT);const Cm=["png","jpg","jpeg"],dT={extension:{type:$.DetectionParser,priority:-1},test:()=>Promise.resolve(!0),add:async i=>[...i,...Cm],remove:async i=>i.filter(t=>!Cm.includes(t))};st.add(dT);const fT="WorkerGlobalScope"in globalThis&&globalThis instanceof globalThis.WorkerGlobalScope;function eu(i){return fT?!1:document.createElement("video").canPlayType(i)!==""}const pT={extension:{type:$.DetectionParser,priority:0},test:async()=>eu("video/webm"),add:async i=>[...i,"webm"],remove:async i=>i.filter(t=>t!=="webm")};st.add(pT);const mT={extension:{type:$.DetectionParser,priority:0},test:async()=>eu("video/mp4"),add:async i=>[...i,"mp4","m4v"],remove:async i=>i.filter(t=>t!=="mp4"&&t!=="m4v")};st.add(mT);const gT={extension:{type:$.DetectionParser,priority:0},test:async()=>eu("video/ogg"),add:async i=>[...i,"ogv"],remove:async i=>i.filter(t=>t!=="ogv")};st.add(gT);const yT={extension:$.ResolveParser,test:il.test,parse:i=>{var t;return{resolution:parseFloat(((t=nt.RETINA_PREFIX.exec(i))==null?void 0:t[1])??"1"),format:re.extname(i).slice(1),src:i}}};st.add(yT);var ke=(i=>(i[i.COMPRESSED_RGB_S3TC_DXT1_EXT=33776]="COMPRESSED_RGB_S3TC_DXT1_EXT",i[i.COMPRESSED_RGBA_S3TC_DXT1_EXT=33777]="COMPRESSED_RGBA_S3TC_DXT1_EXT",i[i.COMPRESSED_RGBA_S3TC_DXT3_EXT=33778]="COMPRESSED_RGBA_S3TC_DXT3_EXT",i[i.COMPRESSED_RGBA_S3TC_DXT5_EXT=33779]="COMPRESSED_RGBA_S3TC_DXT5_EXT",i[i.COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT=35917]="COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT",i[i.COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT=35918]="COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT",i[i.COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT=35919]="COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT",i[i.COMPRESSED_SRGB_S3TC_DXT1_EXT=35916]="COMPRESSED_SRGB_S3TC_DXT1_EXT",i[i.COMPRESSED_R11_EAC=37488]="COMPRESSED_R11_EAC",i[i.COMPRESSED_SIGNED_R11_EAC=37489]="COMPRESSED_SIGNED_R11_EAC",i[i.COMPRESSED_RG11_EAC=37490]="COMPRESSED_RG11_EAC",i[i.COMPRESSED_SIGNED_RG11_EAC=37491]="COMPRESSED_SIGNED_RG11_EAC",i[i.COMPRESSED_RGB8_ETC2=37492]="COMPRESSED_RGB8_ETC2",i[i.COMPRESSED_RGBA8_ETC2_EAC=37496]="COMPRESSED_RGBA8_ETC2_EAC",i[i.COMPRESSED_SRGB8_ETC2=37493]="COMPRESSED_SRGB8_ETC2",i[i.COMPRESSED_SRGB8_ALPHA8_ETC2_EAC=37497]="COMPRESSED_SRGB8_ALPHA8_ETC2_EAC",i[i.COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2=37494]="COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2",i[i.COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2=37495]="COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2",i[i.COMPRESSED_RGB_PVRTC_4BPPV1_IMG=35840]="COMPRESSED_RGB_PVRTC_4BPPV1_IMG",i[i.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG=35842]="COMPRESSED_RGBA_PVRTC_4BPPV1_IMG",i[i.COMPRESSED_RGB_PVRTC_2BPPV1_IMG=35841]="COMPRESSED_RGB_PVRTC_2BPPV1_IMG",i[i.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG=35843]="COMPRESSED_RGBA_PVRTC_2BPPV1_IMG",i[i.COMPRESSED_RGB_ETC1_WEBGL=36196]="COMPRESSED_RGB_ETC1_WEBGL",i[i.COMPRESSED_RGB_ATC_WEBGL=35986]="COMPRESSED_RGB_ATC_WEBGL",i[i.COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL=35986]="COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL",i[i.COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL=34798]="COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL",i[i.COMPRESSED_RGBA_ASTC_4x4_KHR=37808]="COMPRESSED_RGBA_ASTC_4x4_KHR",i))(ke||{});const nl={33776:.5,33777:.5,33778:1,33779:1,35916:.5,35917:.5,35918:1,35919:1,37488:.5,37489:.5,37490:1,37491:1,37492:.5,37496:1,37493:.5,37497:1,37494:.5,37495:.5,35840:.5,35842:.5,35841:.25,35843:.25,36196:.5,35986:.5,35986:1,34798:1,37808:1};let rr,fs;function Em(){fs={s3tc:rr.getExtension("WEBGL_compressed_texture_s3tc"),s3tc_sRGB:rr.getExtension("WEBGL_compressed_texture_s3tc_srgb"),etc:rr.getExtension("WEBGL_compressed_texture_etc"),etc1:rr.getExtension("WEBGL_compressed_texture_etc1"),pvrtc:rr.getExtension("WEBGL_compressed_texture_pvrtc")||rr.getExtension("WEBKIT_WEBGL_compressed_texture_pvrtc"),atc:rr.getExtension("WEBGL_compressed_texture_atc"),astc:rr.getExtension("WEBGL_compressed_texture_astc")}}const bT={extension:{type:$.DetectionParser,priority:2},test:async()=>{const i=nt.ADAPTER.createCanvas().getContext("webgl");return i?(rr=i,!0):(console.warn("WebGL not available for compressed textures."),!1)},add:async i=>{fs||Em();const t=[];for(const e in fs)fs[e]&&t.push(e);return[...t,...i]},remove:async i=>(fs||Em(),i.filter(t=>!(t in fs)))};st.add(bT);class xT extends La{constructor(t,e={width:1,height:1,autoLoad:!0}){let r,n;typeof t=="string"?(r=t,n=new Uint8Array):(r=null,n=t),super(n,e),this.origin=r,this.buffer=n?new xc(n):null,this._load=null,this.loaded=!1,this.origin!==null&&e.autoLoad!==!1&&this.load(),this.origin===null&&this.buffer&&(this._load=Promise.resolve(this),this.loaded=!0,this.onBlobLoaded(this.buffer.rawBinaryData))}onBlobLoaded(t){}load(){return this._load?this._load:(this._load=fetch(this.origin).then(t=>t.blob()).then(t=>t.arrayBuffer()).then(t=>(this.data=new Uint32Array(t),this.buffer=new xc(t),this.loaded=!0,this.onBlobLoaded(t),this.update(),this)),this._load)}}class bn extends xT{constructor(t,e){super(t,e),this.format=e.format,this.levels=e.levels||1,this._width=e.width,this._height=e.height,this._extension=bn._formatToExtension(this.format),(e.levelBuffers||this.buffer)&&(this._levelBuffers=e.levelBuffers||bn._createLevelBuffers(t instanceof Uint8Array?t:this.buffer.uint8View,this.format,this.levels,4,4,this.width,this.height))}upload(t,e,r){const n=t.gl;if(!t.context.extensions[this._extension])throw new Error(`${this._extension} textures are not supported on the current machine`);if(!this._levelBuffers)return!1;n.pixelStorei(n.UNPACK_ALIGNMENT,4);for(let s=0,o=this.levels;s<o;s++){const{levelID:a,levelWidth:l,levelHeight:h,levelBuffer:c}=this._levelBuffers[s];n.compressedTexImage2D(n.TEXTURE_2D,a,this.format,l,h,0,c)}return!0}onBlobLoaded(){this._levelBuffers=bn._createLevelBuffers(this.buffer.uint8View,this.format,this.levels,4,4,this.width,this.height)}static _formatToExtension(t){if(t>=33776&&t<=33779)return"s3tc";if(t>=37488&&t<=37497)return"etc";if(t>=35840&&t<=35843)return"pvrtc";if(t>=36196)return"etc1";if(t>=35986&&t<=34798)return"atc";throw new Error("Invalid (compressed) texture format given!")}static _createLevelBuffers(t,e,r,n,s,o,a){const l=new Array(r);let h=t.byteOffset,c=o,u=a,d=c+n-1&~(n-1),f=u+s-1&~(s-1),p=d*f*nl[e];for(let m=0;m<r;m++)l[m]={levelID:m,levelWidth:r>1?c:d,levelHeight:r>1?u:f,levelBuffer:new Uint8Array(t.buffer,h,p)},h+=p,c=c>>1||1,u=u>>1||1,d=c+n-1&~(n-1),f=u+s-1&~(s-1),p=d*f*nl[e];return l}}const iu=4,sl=124,_T=32,Im=20,vT=542327876,ol={SIZE:1,FLAGS:2,HEIGHT:3,WIDTH:4,MIPMAP_COUNT:7,PIXEL_FORMAT:19},wT={SIZE:0,FLAGS:1,FOURCC:2,RGB_BITCOUNT:3,R_BIT_MASK:4,G_BIT_MASK:5,B_BIT_MASK:6,A_BIT_MASK:7},al={DXGI_FORMAT:0,RESOURCE_DIMENSION:1,MISC_FLAG:2,ARRAY_SIZE:3,MISC_FLAGS2:4},TT=1,ST=2,CT=4,ET=64,IT=512,AT=131072,MT=827611204,RT=861165636,PT=894720068,LT=808540228,GT=4,kT={[MT]:ke.COMPRESSED_RGBA_S3TC_DXT1_EXT,[RT]:ke.COMPRESSED_RGBA_S3TC_DXT3_EXT,[PT]:ke.COMPRESSED_RGBA_S3TC_DXT5_EXT},FT={70:ke.COMPRESSED_RGBA_S3TC_DXT1_EXT,71:ke.COMPRESSED_RGBA_S3TC_DXT1_EXT,73:ke.COMPRESSED_RGBA_S3TC_DXT3_EXT,74:ke.COMPRESSED_RGBA_S3TC_DXT3_EXT,76:ke.COMPRESSED_RGBA_S3TC_DXT5_EXT,77:ke.COMPRESSED_RGBA_S3TC_DXT5_EXT,72:ke.COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT,75:ke.COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT,78:ke.COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT};function DT(i){const t=new Uint32Array(i);if(t[0]!==vT)throw new Error("Invalid DDS file magic word");const e=new Uint32Array(i,0,sl/Uint32Array.BYTES_PER_ELEMENT),r=e[ol.HEIGHT],n=e[ol.WIDTH],s=e[ol.MIPMAP_COUNT],o=new Uint32Array(i,ol.PIXEL_FORMAT*Uint32Array.BYTES_PER_ELEMENT,_T/Uint32Array.BYTES_PER_ELEMENT),a=o[TT];if(a&CT){const l=o[wT.FOURCC];if(l!==LT){const _=kT[l],x=iu+sl,v=new Uint8Array(i,x);return[new bn(v,{format:_,width:n,height:r,levels:s})]}const h=iu+sl,c=new Uint32Array(t.buffer,h,Im/Uint32Array.BYTES_PER_ELEMENT),u=c[al.DXGI_FORMAT],d=c[al.RESOURCE_DIMENSION],f=c[al.MISC_FLAG],p=c[al.ARRAY_SIZE],m=FT[u];if(m===void 0)throw new Error(`DDSParser cannot parse texture data with DXGI format ${u}`);if(f===GT)throw new Error("DDSParser does not support cubemap textures");if(d===6)throw new Error("DDSParser does not supported 3D texture data");const g=new Array,b=iu+sl+Im;if(p===1)g.push(new Uint8Array(i,b));else{const _=nl[m];let x=0,v=n,T=r;for(let E=0;E<s;E++){const I=Math.max(1,v+3&-4),R=Math.max(1,T+3&-4),F=I*R*_;x+=F,v=v>>>1,T=T>>>1}let C=b;for(let E=0;E<p;E++)g.push(new Uint8Array(i,C,x)),C+=x}return g.map(_=>new bn(_,{format:m,width:n,height:r,levels:s}))}throw a&ET?new Error("DDSParser does not support uncompressed texture data."):a&IT?new Error("DDSParser does not supported YUV uncompressed texture data."):a&AT?new Error("DDSParser does not support single-channel (lumninance) texture data!"):a&ST?new Error("DDSParser does not support single-channel (alpha) texture data!"):new Error("DDSParser failed to load a texture file due to an unknown reason!")}const Am=[171,75,84,88,32,49,49,187,13,10,26,10],NT=67305985,hi={FILE_IDENTIFIER:0,ENDIANNESS:12,GL_TYPE:16,GL_TYPE_SIZE:20,GL_FORMAT:24,GL_INTERNAL_FORMAT:28,GL_BASE_INTERNAL_FORMAT:32,PIXEL_WIDTH:36,PIXEL_HEIGHT:40,PIXEL_DEPTH:44,NUMBER_OF_ARRAY_ELEMENTS:48,NUMBER_OF_FACES:52,NUMBER_OF_MIPMAP_LEVELS:56,BYTES_OF_KEY_VALUE_DATA:60},ru=64,Mm={[lt.UNSIGNED_BYTE]:1,[lt.UNSIGNED_SHORT]:2,[lt.INT]:4,[lt.UNSIGNED_INT]:4,[lt.FLOAT]:4,[lt.HALF_FLOAT]:8},OT={[V.RGBA]:4,[V.RGB]:3,[V.RG]:2,[V.RED]:1,[V.LUMINANCE]:1,[V.LUMINANCE_ALPHA]:2,[V.ALPHA]:1},BT={[lt.UNSIGNED_SHORT_4_4_4_4]:2,[lt.UNSIGNED_SHORT_5_5_5_1]:2,[lt.UNSIGNED_SHORT_5_6_5]:2};function UT(i,t,e=!1){const r=new DataView(t);if(!XT(i,r))return null;const n=r.getUint32(hi.ENDIANNESS,!0)===NT,s=r.getUint32(hi.GL_TYPE,n),o=r.getUint32(hi.GL_FORMAT,n),a=r.getUint32(hi.GL_INTERNAL_FORMAT,n),l=r.getUint32(hi.PIXEL_WIDTH,n),h=r.getUint32(hi.PIXEL_HEIGHT,n)||1,c=r.getUint32(hi.PIXEL_DEPTH,n)||1,u=r.getUint32(hi.NUMBER_OF_ARRAY_ELEMENTS,n)||1,d=r.getUint32(hi.NUMBER_OF_FACES,n),f=r.getUint32(hi.NUMBER_OF_MIPMAP_LEVELS,n),p=r.getUint32(hi.BYTES_OF_KEY_VALUE_DATA,n);if(h===0||c!==1)throw new Error("Only 2D textures are supported");if(d!==1)throw new Error("CubeTextures are not supported by KTXLoader yet!");if(u!==1)throw new Error("WebGL does not support array textures");const m=4,g=4,b=l+3&-4,_=h+3&-4,x=new Array(u);let v=l*h;s===0&&(v=b*_);let T;if(s!==0?Mm[s]?T=Mm[s]*OT[o]:T=BT[s]:T=nl[a],T===void 0)throw new Error("Unable to resolve the pixel format stored in the *.ktx file!");const C=e?ZT(r,p,n):null;let E=v*T,I=l,R=h,F=b,k=_,P=ru+p;for(let A=0;A<f;A++){const G=r.getUint32(P,n);let N=P+4;for(let X=0;X<u;X++){let B=x[X];B||(B=x[X]=new Array(f)),B[A]={levelID:A,levelWidth:f>1||s!==0?I:F,levelHeight:f>1||s!==0?R:k,levelBuffer:new Uint8Array(t,N,E)},N+=E}P+=G+4,P=P%4!==0?P+4-P%4:P,I=I>>1||1,R=R>>1||1,F=I+m-1&~(m-1),k=R+g-1&~(g-1),E=F*k*T}return s!==0?{uncompressed:x.map(A=>{let G=A[0].levelBuffer,N=!1;return s===lt.FLOAT?G=new Float32Array(A[0].levelBuffer.buffer,A[0].levelBuffer.byteOffset,A[0].levelBuffer.byteLength/4):s===lt.UNSIGNED_INT?(N=!0,G=new Uint32Array(A[0].levelBuffer.buffer,A[0].levelBuffer.byteOffset,A[0].levelBuffer.byteLength/4)):s===lt.INT&&(N=!0,G=new Int32Array(A[0].levelBuffer.buffer,A[0].levelBuffer.byteOffset,A[0].levelBuffer.byteLength/4)),{resource:new La(G,{width:A[0].levelWidth,height:A[0].levelHeight}),type:s,format:N?WT(o):o}}),kvData:C}:{compressed:x.map(A=>new bn(null,{format:a,width:l,height:h,levels:f,levelBuffers:A})),kvData:C}}function XT(i,t){for(let e=0;e<Am.length;e++)if(t.getUint8(e)!==Am[e])return console.error(`${i} is not a valid *.ktx file!`),!1;return!0}function WT(i){switch(i){case V.RGBA:return V.RGBA_INTEGER;case V.RGB:return V.RGB_INTEGER;case V.RG:return V.RG_INTEGER;case V.RED:return V.RED_INTEGER;default:return i}}function ZT(i,t,e){const r=new Map;let n=0;for(;n<t;){const s=i.getUint32(ru+n,e),o=ru+n+4,a=3-(s+3)%4;if(s===0||s>t-n){console.error("KTXLoader: keyAndValueByteSize out of bounds");break}let l=0;for(;l<s&&i.getUint8(o+l)!==0;l++);if(l===-1){console.error("KTXLoader: Failed to find null byte terminating kvData key");break}const h=new TextDecoder().decode(new Uint8Array(i.buffer,o,l)),c=new DataView(i.buffer,o+l+1,s-l-1);r.set(h,c),n+=4+s+a}return r}const VT={extension:{type:$.LoadParser,priority:li.High},name:"loadDDS",test(i){return Mr(i,".dds")},async load(i,t,e){const r=await(await nt.ADAPTER.fetch(i)).arrayBuffer(),n=DT(r).map(s=>{const o=new bt(s,{mipmap:wi.OFF,alphaMode:Se.NO_PREMULTIPLIED_ALPHA,resolution:tr(i),...t.data});return go(o,e,i)});return n.length===1?n[0]:n},unload(i){Array.isArray(i)?i.forEach(t=>t.destroy(!0)):i.destroy(!0)}};st.add(VT);const HT={extension:{type:$.LoadParser,priority:li.High},name:"loadKTX",test(i){return Mr(i,".ktx")},async load(i,t,e){const r=await(await nt.ADAPTER.fetch(i)).arrayBuffer(),{compressed:n,uncompressed:s,kvData:o}=UT(i,r),a=n??s,l={mipmap:wi.OFF,alphaMode:Se.NO_PREMULTIPLIED_ALPHA,resolution:tr(i),...t.data},h=a.map(c=>{a===s&&Object.assign(l,{type:c.type,format:c.format});const u=c.resource??c,d=new bt(u,l);return d.ktxKeyValueData=o,go(d,e,i)});return h.length===1?h[0]:h},unload(i){Array.isArray(i)?i.forEach(t=>t.destroy(!0)):i.destroy(!0)}};st.add(HT);const KT={extension:$.ResolveParser,test:i=>{const t=re.extname(i).slice(1);return["basis","ktx","dds"].includes(t)},parse:i=>{var e,r;const t=re.extname(i).slice(1);if(t==="ktx"){const n=[".s3tc.ktx",".s3tc_sRGB.ktx",".etc.ktx",".etc1.ktx",".pvrt.ktx",".atc.ktx",".astc.ktx"];if(n.some(s=>i.endsWith(s)))return{resolution:parseFloat(((e=nt.RETINA_PREFIX.exec(i))==null?void 0:e[1])??"1"),format:n.find(s=>i.endsWith(s)),src:i}}return{resolution:parseFloat(((r=nt.RETINA_PREFIX.exec(i))==null?void 0:r[1])??"1"),format:t,src:i}}};st.add(KT);const ll=new pt,zT=4,Rm=class da{constructor(t){this.renderer=t,this._rendererPremultipliedAlpha=!1}contextChange(){var e;const t=(e=this.renderer)==null?void 0:e.gl.getContextAttributes();this._rendererPremultipliedAlpha=!!(t&&t.alpha&&t.premultipliedAlpha)}async image(t,e,r,n){const s=new Image;return s.src=await this.base64(t,e,r,n),s}async base64(t,e,r,n){const s=this.canvas(t,n);if(s.toBlob!==void 0)return new Promise((o,a)=>{s.toBlob(l=>{if(!l){a(new Error("ICanvas.toBlob failed!"));return}const h=new FileReader;h.onload=()=>o(h.result),h.onerror=a,h.readAsDataURL(l)},e,r)});if(s.toDataURL!==void 0)return s.toDataURL(e,r);if(s.convertToBlob!==void 0){const o=await s.convertToBlob({type:e,quality:r});return new Promise((a,l)=>{const h=new FileReader;h.onload=()=>a(h.result),h.onerror=l,h.readAsDataURL(o)})}throw new Error("Extract.base64() requires ICanvas.toDataURL, ICanvas.toBlob, or ICanvas.convertToBlob to be implemented")}canvas(t,e){const{pixels:r,width:n,height:s,flipY:o,premultipliedAlpha:a}=this._rawPixels(t,e);o&&da._flipY(r,n,s),a&&da._unpremultiplyAlpha(r);const l=new Mv(n,s,1),h=new ImageData(new Uint8ClampedArray(r.buffer),n,s);return l.context.putImageData(h,0,0),l.canvas}pixels(t,e){const{pixels:r,width:n,height:s,flipY:o,premultipliedAlpha:a}=this._rawPixels(t,e);return o&&da._flipY(r,n,s),a&&da._unpremultiplyAlpha(r),r}_rawPixels(t,e){const r=this.renderer;if(!r)throw new Error("The Extract has already been destroyed");let n,s=!1,o=!1,a,l=!1;t&&(t instanceof fn?a=t:(a=r.generateTexture(t,{region:e,resolution:r.resolution,multisample:r.multisample}),l=!0,e&&(ll.width=e.width,ll.height=e.height,e=ll)));const h=r.gl;if(a){if(n=a.baseTexture.resolution,e=e??a.frame,s=!1,o=a.baseTexture.alphaMode>0&&a.baseTexture.format===V.RGBA,!l){r.renderTexture.bind(a);const f=a.framebuffer.glFramebuffers[r.CONTEXT_UID];f.blitFramebuffer&&r.framebuffer.bind(f.blitFramebuffer)}}else n=r.resolution,e||(e=ll,e.width=r.width/n,e.height=r.height/n),s=!0,o=this._rendererPremultipliedAlpha,r.renderTexture.bind();const c=Math.max(Math.round(e.width*n),1),u=Math.max(Math.round(e.height*n),1),d=new Uint8Array(zT*c*u);return h.readPixels(Math.round(e.x*n),Math.round(e.y*n),c,u,h.RGBA,h.UNSIGNED_BYTE,d),l&&(a==null||a.destroy(!0)),{pixels:d,width:c,height:u,flipY:s,premultipliedAlpha:o}}destroy(){this.renderer=null}static _flipY(t,e,r){const n=e<<2,s=r>>1,o=new Uint8Array(n);for(let a=0;a<s;a++){const l=a*n,h=(r-a-1)*n;o.set(t.subarray(l,l+n)),t.copyWithin(l,h,h+n),t.set(o,h)}}static _unpremultiplyAlpha(t){t instanceof Uint8ClampedArray&&(t=new Uint8Array(t.buffer));const e=t.length;for(let r=0;r<e;r+=4){const n=t[r+3];if(n!==0){const s=255.001/n;t[r]=t[r]*s+.5,t[r+1]=t[r+1]*s+.5,t[r+2]=t[r+2]*s+.5}}}};Rm.extension={name:"extract",type:$.RendererSystem};let YT=Rm;st.add(YT);const hl={build(i){const t=i.points;let e,r,n,s,o,a;if(i.type===de.CIRC){const p=i.shape;e=p.x,r=p.y,o=a=p.radius,n=s=0}else if(i.type===de.ELIP){const p=i.shape;e=p.x,r=p.y,o=p.width,a=p.height,n=s=0}else{const p=i.shape,m=p.width/2,g=p.height/2;e=p.x+m,r=p.y+g,o=a=Math.max(0,Math.min(p.radius,Math.min(m,g))),n=m-o,s=g-a}if(!(o>=0&&a>=0&&n>=0&&s>=0)){t.length=0;return}const l=Math.ceil(2.3*Math.sqrt(o+a)),h=l*8+(n?4:0)+(s?4:0);if(t.length=h,h===0)return;if(l===0){t.length=8,t[0]=t[6]=e+n,t[1]=t[3]=r+s,t[2]=t[4]=e-n,t[5]=t[7]=r-s;return}let c=0,u=l*4+(n?2:0)+2,d=u,f=h;{const p=n+o,m=s,g=e+p,b=e-p,_=r+m;if(t[c++]=g,t[c++]=_,t[--u]=_,t[--u]=b,s){const x=r-m;t[d++]=b,t[d++]=x,t[--f]=x,t[--f]=g}}for(let p=1;p<l;p++){const m=Math.PI/2*(p/l),g=n+Math.cos(m)*o,b=s+Math.sin(m)*a,_=e+g,x=e-g,v=r+b,T=r-b;t[c++]=_,t[c++]=v,t[--u]=v,t[--u]=x,t[d++]=x,t[d++]=T,t[--f]=T,t[--f]=_}{const p=n,m=s+a,g=e+p,b=e-p,_=r+m,x=r-m;t[c++]=g,t[c++]=_,t[--f]=x,t[--f]=g,n&&(t[c++]=b,t[c++]=_,t[--f]=x,t[--f]=b)}},triangulate(i,t){const e=i.points,r=t.points,n=t.indices;if(e.length===0)return;let s=r.length/2;const o=s;let a,l;if(i.type!==de.RREC){const c=i.shape;a=c.x,l=c.y}else{const c=i.shape;a=c.x+c.width/2,l=c.y+c.height/2}const h=i.matrix;r.push(i.matrix?h.a*a+h.c*l+h.tx:a,i.matrix?h.b*a+h.d*l+h.ty:l),s++,r.push(e[0],e[1]);for(let c=2;c<e.length;c+=2)r.push(e[c],e[c+1]),n.push(s++,o,s);n.push(o+1,o,s)}};function Pm(i,t=!1){const e=i.length;if(e<6)return;let r=0;for(let n=0,s=i[e-2],o=i[e-1];n<e;n+=2){const a=i[n],l=i[n+1];r+=(a-s)*(l+o),s=a,o=l}if(!t&&r>0||t&&r<=0){const n=e/2;for(let s=n+n%2;s<e;s+=2){const o=e-s-2,a=e-s-1,l=s,h=s+1;[i[o],i[l]]=[i[l],i[o]],[i[a],i[h]]=[i[h],i[a]]}}}const Lm={build(i){i.points=i.shape.points.slice()},triangulate(i,t){let e=i.points;const r=i.holes,n=t.points,s=t.indices;if(e.length>=6){Pm(e,!1);const o=[];for(let h=0;h<r.length;h++){const c=r[h];Pm(c.points,!0),o.push(e.length/2),e=e.concat(c.points)}const a=sx(e,o,2);if(!a)return;const l=n.length/2;for(let h=0;h<a.length;h+=3)s.push(a[h]+l),s.push(a[h+1]+l),s.push(a[h+2]+l);for(let h=0;h<e.length;h++)n.push(e[h])}}},jT={build(i){const t=i.shape,e=t.x,r=t.y,n=t.width,s=t.height,o=i.points;o.length=0,n>=0&&s>=0&&o.push(e,r,e+n,r,e+n,r+s,e,r+s)},triangulate(i,t){const e=i.points,r=t.points;if(e.length===0)return;const n=r.length/2;r.push(e[0],e[1],e[2],e[3],e[6],e[7],e[4],e[5]),t.indices.push(n,n+1,n+2,n+1,n+2,n+3)}},JT={build(i){hl.build(i)},triangulate(i,t){hl.triangulate(i,t)}};var Ke=(i=>(i.MITER="miter",i.BEVEL="bevel",i.ROUND="round",i))(Ke||{}),Rr=(i=>(i.BUTT="butt",i.ROUND="round",i.SQUARE="square",i))(Rr||{});const ps={adaptive:!0,maxLength:10,minSegments:8,maxSegments:2048,epsilon:1e-4,_segmentsCount(i,t=20){if(!this.adaptive||!i||isNaN(i))return t;let e=Math.ceil(i/this.maxLength);return e<this.minSegments?e=this.minSegments:e>this.maxSegments&&(e=this.maxSegments),e}};class Gm{static curveTo(t,e,r,n,s,o){const a=o[o.length-2],l=o[o.length-1]-e,h=a-t,c=n-e,u=r-t,d=Math.abs(l*u-h*c);if(d<1e-8||s===0)return(o[o.length-2]!==t||o[o.length-1]!==e)&&o.push(t,e),null;const f=l*l+h*h,p=c*c+u*u,m=l*c+h*u,g=s*Math.sqrt(f)/d,b=s*Math.sqrt(p)/d,_=g*m/f,x=b*m/p,v=g*u+b*h,T=g*c+b*l,C=h*(b+_),E=l*(b+_),I=u*(g+x),R=c*(g+x),F=Math.atan2(E-T,C-v),k=Math.atan2(R-T,I-v);return{cx:v+t,cy:T+e,radius:s,startAngle:F,endAngle:k,anticlockwise:h*c>u*l}}static arc(t,e,r,n,s,o,a,l,h){const c=a-o,u=ps._segmentsCount(Math.abs(c)*s,Math.ceil(Math.abs(c)/ka)*40),d=c/(u*2),f=d*2,p=Math.cos(d),m=Math.sin(d),g=u-1,b=g%1/g;for(let _=0;_<=g;++_){const x=_+b*_,v=d+o+f*x,T=Math.cos(v),C=-Math.sin(v);h.push((p*T+m*C)*s+r,(p*-C+m*T)*s+n)}}}class $T{constructor(){this.reset()}begin(t,e,r){this.reset(),this.style=t,this.start=e,this.attribStart=r}end(t,e){this.attribSize=e-this.attribStart,this.size=t-this.start}reset(){this.style=null,this.size=0,this.start=0,this.attribStart=0,this.attribSize=0}}class nu{static curveLength(t,e,r,n,s,o,a,l){let h=0,c=0,u=0,d=0,f=0,p=0,m=0,g=0,b=0,_=0,x=0,v=t,T=e;for(let C=1;C<=10;++C)c=C/10,u=c*c,d=u*c,f=1-c,p=f*f,m=p*f,g=m*t+3*p*c*r+3*f*u*s+d*a,b=m*e+3*p*c*n+3*f*u*o+d*l,_=v-g,x=T-b,v=g,T=b,h+=Math.sqrt(_*_+x*x);return h}static curveTo(t,e,r,n,s,o,a){const l=a[a.length-2],h=a[a.length-1];a.length-=2;const c=ps._segmentsCount(nu.curveLength(l,h,t,e,r,n,s,o));let u=0,d=0,f=0,p=0,m=0;a.push(l,h);for(let g=1,b=0;g<=c;++g)b=g/c,u=1-b,d=u*u,f=d*u,p=b*b,m=p*b,a.push(f*l+3*d*b*t+3*u*p*r+m*s,f*h+3*d*b*e+3*u*p*n+m*o)}}function km(i,t,e,r,n,s,o,a){const l=i-e*n,h=t-r*n,c=i+e*s,u=t+r*s;let d,f;o?(d=r,f=-e):(d=-r,f=e);const p=l+d,m=h+f,g=c+d,b=u+f;return a.push(p,m,g,b),2}function xn(i,t,e,r,n,s,o,a){const l=e-i,h=r-t;let c=Math.atan2(l,h),u=Math.atan2(n-i,s-t);a&&c<u?c+=Math.PI*2:!a&&c>u&&(u+=Math.PI*2);let d=c;const f=u-c,p=Math.abs(f),m=Math.sqrt(l*l+h*h),g=(15*p*Math.sqrt(m)/Math.PI>>0)+1,b=f/g;if(d+=b,a){o.push(i,t,e,r);for(let _=1,x=d;_<g;_++,x+=b)o.push(i,t,i+Math.sin(x)*m,t+Math.cos(x)*m);o.push(i,t,n,s)}else{o.push(e,r,i,t);for(let _=1,x=d;_<g;_++,x+=b)o.push(i+Math.sin(x)*m,t+Math.cos(x)*m,i,t);o.push(n,s,i,t)}return g*2}function QT(i,t){const e=i.shape;let r=i.points||e.points.slice();const n=t.closePointEps;if(r.length===0)return;const s=i.lineStyle,o=new ct(r[0],r[1]),a=new ct(r[r.length-2],r[r.length-1]),l=e.type!==de.POLY||e.closeStroke,h=Math.abs(o.x-a.x)<n&&Math.abs(o.y-a.y)<n;if(l){r=r.slice(),h&&(r.pop(),r.pop(),a.set(r[r.length-2],r[r.length-1]));const B=(o.x+a.x)*.5,H=(a.y+o.y)*.5;r.unshift(B,H),r.push(B,H)}const c=t.points,u=r.length/2;let d=r.length;const f=c.length/2,p=s.width/2,m=p*p,g=s.miterLimit*s.miterLimit;let b=r[0],_=r[1],x=r[2],v=r[3],T=0,C=0,E=-(_-v),I=b-x,R=0,F=0,k=Math.sqrt(E*E+I*I);E/=k,I/=k,E*=p,I*=p;const P=s.alignment,A=(1-P)*2,G=P*2;l||(s.cap===Rr.ROUND?d+=xn(b-E*(A-G)*.5,_-I*(A-G)*.5,b-E*A,_-I*A,b+E*G,_+I*G,c,!0)+2:s.cap===Rr.SQUARE&&(d+=km(b,_,E,I,A,G,!0,c))),c.push(b-E*A,_-I*A,b+E*G,_+I*G);for(let B=1;B<u-1;++B){b=r[(B-1)*2],_=r[(B-1)*2+1],x=r[B*2],v=r[B*2+1],T=r[(B+1)*2],C=r[(B+1)*2+1],E=-(_-v),I=b-x,k=Math.sqrt(E*E+I*I),E/=k,I/=k,E*=p,I*=p,R=-(v-C),F=x-T,k=Math.sqrt(R*R+F*F),R/=k,F/=k,R*=p,F*=p;const H=x-b,ht=_-v,W=x-T,L=C-v,O=H*W+ht*L,U=ht*W-L*H,it=U<0;if(Math.abs(U)<.001*Math.abs(O)){c.push(x-E*A,v-I*A,x+E*G,v+I*G),O>=0&&(s.join===Ke.ROUND?d+=xn(x,v,x-E*A,v-I*A,x-R*A,v-F*A,c,!1)+4:d+=2,c.push(x-R*G,v-F*G,x+R*A,v+F*A));continue}const q=(-E+b)*(-I+v)-(-E+x)*(-I+_),xt=(-R+T)*(-F+v)-(-R+x)*(-F+C),Et=(H*xt-W*q)/U,tt=(L*q-ht*xt)/U,Z=(Et-x)*(Et-x)+(tt-v)*(tt-v),Y=x+(Et-x)*A,j=v+(tt-v)*A,D=x-(Et-x)*G,ut=v-(tt-v)*G,gt=Math.min(H*H+ht*ht,W*W+L*L),Mt=it?A:G,Dt=gt+Mt*Mt*m,Ge=Z<=Dt;let Xe=s.join;if(Xe===Ke.MITER&&Z/m>g&&(Xe=Ke.BEVEL),Ge)switch(Xe){case Ke.MITER:{c.push(Y,j,D,ut);break}case Ke.BEVEL:{it?c.push(Y,j,x+E*G,v+I*G,Y,j,x+R*G,v+F*G):c.push(x-E*A,v-I*A,D,ut,x-R*A,v-F*A,D,ut),d+=2;break}case Ke.ROUND:{it?(c.push(Y,j,x+E*G,v+I*G),d+=xn(x,v,x+E*G,v+I*G,x+R*G,v+F*G,c,!0)+4,c.push(Y,j,x+R*G,v+F*G)):(c.push(x-E*A,v-I*A,D,ut),d+=xn(x,v,x-E*A,v-I*A,x-R*A,v-F*A,c,!1)+4,c.push(x-R*A,v-F*A,D,ut));break}}else{switch(c.push(x-E*A,v-I*A,x+E*G,v+I*G),Xe){case Ke.MITER:{it?c.push(D,ut,D,ut):c.push(Y,j,Y,j),d+=2;break}case Ke.ROUND:{it?d+=xn(x,v,x+E*G,v+I*G,x+R*G,v+F*G,c,!0)+2:d+=xn(x,v,x-E*A,v-I*A,x-R*A,v-F*A,c,!1)+2;break}}c.push(x-R*A,v-F*A,x+R*G,v+F*G),d+=2}}b=r[(u-2)*2],_=r[(u-2)*2+1],x=r[(u-1)*2],v=r[(u-1)*2+1],E=-(_-v),I=b-x,k=Math.sqrt(E*E+I*I),E/=k,I/=k,E*=p,I*=p,c.push(x-E*A,v-I*A,x+E*G,v+I*G),l||(s.cap===Rr.ROUND?d+=xn(x-E*(A-G)*.5,v-I*(A-G)*.5,x-E*A,v-I*A,x+E*G,v+I*G,c,!1)+2:s.cap===Rr.SQUARE&&(d+=km(x,v,E,I,A,G,!1,c)));const N=t.indices,X=ps.epsilon*ps.epsilon;for(let B=f;B<d+f-2;++B)b=c[B*2],_=c[B*2+1],x=c[(B+1)*2],v=c[(B+1)*2+1],T=c[(B+2)*2],C=c[(B+2)*2+1],!(Math.abs(b*(v-C)+x*(C-_)+T*(_-v))<X)&&N.push(B,B+1,B+2)}function qT(i,t){let e=0;const r=i.shape,n=i.points||r.points,s=r.type!==de.POLY||r.closeStroke;if(n.length===0)return;const o=t.points,a=t.indices,l=n.length/2,h=o.length/2;let c=h;for(o.push(n[0],n[1]),e=1;e<l;e++)o.push(n[e*2],n[e*2+1]),a.push(c,c+1),c++;s&&a.push(c,h)}function Fm(i,t){i.lineStyle.native?qT(i,t):QT(i,t)}class su{static curveLength(t,e,r,n,s,o){const a=t-2*r+s,l=e-2*n+o,h=2*r-2*t,c=2*n-2*e,u=4*(a*a+l*l),d=4*(a*h+l*c),f=h*h+c*c,p=2*Math.sqrt(u+d+f),m=Math.sqrt(u),g=2*u*m,b=2*Math.sqrt(f),_=d/m;return(g*p+m*d*(p-b)+(4*f*u-d*d)*Math.log((2*m+_+p)/(_+b)))/(4*g)}static curveTo(t,e,r,n,s){const o=s[s.length-2],a=s[s.length-1],l=ps._segmentsCount(su.curveLength(o,a,t,e,r,n));let h=0,c=0;for(let u=1;u<=l;++u){const d=u/l;h=o+(t-o)*d,c=a+(e-a)*d,s.push(h+(t+(r-t)*d-h)*d,c+(e+(n-e)*d-c)*d)}}}const ou={[de.POLY]:Lm,[de.CIRC]:hl,[de.ELIP]:hl,[de.RECT]:jT,[de.RREC]:JT},Dm=[],cl=[];class ul{constructor(t,e=null,r=null,n=null){this.points=[],this.holes=[],this.shape=t,this.lineStyle=r,this.fillStyle=e,this.matrix=n,this.type=t.type}clone(){return new ul(this.shape,this.fillStyle,this.lineStyle,this.matrix)}destroy(){this.shape=null,this.holes.length=0,this.holes=null,this.points.length=0,this.points=null,this.lineStyle=null,this.fillStyle=null}}const ms=new ct,Nm=class Ab extends g0{constructor(){super(),this.closePointEps=1e-4,this.boundsPadding=0,this.uvsFloat32=null,this.indicesUint16=null,this.batchable=!1,this.points=[],this.colors=[],this.uvs=[],this.indices=[],this.textureIds=[],this.graphicsData=[],this.drawCalls=[],this.batchDirty=-1,this.batches=[],this.dirty=0,this.cacheDirty=-1,this.clearDirty=0,this.shapeIndex=0,this._bounds=new Qa,this.boundsDirty=-1}get bounds(){return this.updateBatches(),this.boundsDirty!==this.dirty&&(this.boundsDirty=this.dirty,this.calculateBounds()),this._bounds}invalidate(){this.boundsDirty=-1,this.dirty++,this.batchDirty++,this.shapeIndex=0,this.points.length=0,this.colors.length=0,this.uvs.length=0,this.indices.length=0,this.textureIds.length=0;for(let t=0;t<this.drawCalls.length;t++)this.drawCalls[t].texArray.clear(),cl.push(this.drawCalls[t]);this.drawCalls.length=0;for(let t=0;t<this.batches.length;t++){const e=this.batches[t];e.reset(),Dm.push(e)}this.batches.length=0}clear(){return this.graphicsData.length>0&&(this.invalidate(),this.clearDirty++,this.graphicsData.length=0),this}drawShape(t,e=null,r=null,n=null){const s=new ul(t,e,r,n);return this.graphicsData.push(s),this.dirty++,this}drawHole(t,e=null){if(!this.graphicsData.length)return null;const r=new ul(t,null,null,e),n=this.graphicsData[this.graphicsData.length-1];return r.lineStyle=n.lineStyle,n.holes.push(r),this.dirty++,this}destroy(){super.destroy();for(let t=0;t<this.graphicsData.length;++t)this.graphicsData[t].destroy();this.points.length=0,this.points=null,this.colors.length=0,this.colors=null,this.uvs.length=0,this.uvs=null,this.indices.length=0,this.indices=null,this.indexBuffer.destroy(),this.indexBuffer=null,this.graphicsData.length=0,this.graphicsData=null,this.drawCalls.length=0,this.drawCalls=null,this.batches.length=0,this.batches=null,this._bounds=null}containsPoint(t){const e=this.graphicsData;for(let r=0;r<e.length;++r){const n=e[r];if(n.fillStyle.visible&&n.shape&&(n.matrix?n.matrix.applyInverse(t,ms):ms.copyFrom(t),n.shape.contains(ms.x,ms.y))){let s=!1;if(n.holes){for(let o=0;o<n.holes.length;o++)if(n.holes[o].shape.contains(ms.x,ms.y)){s=!0;break}}if(!s)return!0}}return!1}updateBatches(){if(!this.graphicsData.length){this.batchable=!0;return}if(!this.validateBatching())return;this.cacheDirty=this.dirty;const t=this.uvs,e=this.graphicsData;let r=null,n=null;this.batches.length>0&&(r=this.batches[this.batches.length-1],n=r.style);for(let l=this.shapeIndex;l<e.length;l++){this.shapeIndex++;const h=e[l],c=h.fillStyle,u=h.lineStyle;ou[h.type].build(h),h.matrix&&this.transformPoints(h.points,h.matrix),(c.visible||u.visible)&&this.processHoles(h.holes);for(let d=0;d<2;d++){const f=d===0?c:u;if(!f.visible)continue;const p=f.texture.baseTexture,m=this.indices.length,g=this.points.length/2;p.wrapMode=vi.REPEAT,d===0?this.processFill(h):this.processLine(h);const b=this.points.length/2-g;b!==0&&(r&&!this._compareStyles(n,f)&&(r.end(m,g),r=null),r||(r=Dm.pop()||new $T,r.begin(f,m,g),this.batches.push(r),n=f),this.addUvs(this.points,t,f.texture,g,b,f.matrix))}}const s=this.indices.length,o=this.points.length/2;if(r&&r.end(s,o),this.batches.length===0){this.batchable=!0;return}const a=o>65535;this.indicesUint16&&this.indices.length===this.indicesUint16.length&&a===this.indicesUint16.BYTES_PER_ELEMENT>2?this.indicesUint16.set(this.indices):this.indicesUint16=a?new Uint32Array(this.indices):new Uint16Array(this.indices),this.batchable=this.isBatchable(),this.batchable?this.packBatches():this.buildDrawCalls()}_compareStyles(t,e){return!(!t||!e||t.texture.baseTexture!==e.texture.baseTexture||t.color+t.alpha!==e.color+e.alpha||!!t.native!=!!e.native)}validateBatching(){if(this.dirty===this.cacheDirty||!this.graphicsData.length)return!1;for(let t=0,e=this.graphicsData.length;t<e;t++){const r=this.graphicsData[t],n=r.fillStyle,s=r.lineStyle;if(n&&!n.texture.baseTexture.valid||s&&!s.texture.baseTexture.valid)return!1}return!0}packBatches(){this.batchDirty++,this.uvsFloat32=new Float32Array(this.uvs);const t=this.batches;for(let e=0,r=t.length;e<r;e++){const n=t[e];for(let s=0;s<n.size;s++){const o=n.start+s;this.indicesUint16[o]=this.indicesUint16[o]-n.attribStart}}}isBatchable(){if(this.points.length>65535*2)return!1;const t=this.batches;for(let e=0;e<t.length;e++)if(t[e].style.native)return!1;return this.points.length<Ab.BATCHABLE_SIZE*2}buildDrawCalls(){let t=++bt._globalBatch;for(let u=0;u<this.drawCalls.length;u++)this.drawCalls[u].texArray.clear(),cl.push(this.drawCalls[u]);this.drawCalls.length=0;const e=this.colors,r=this.textureIds;let n=cl.pop();n||(n=new Ac,n.texArray=new Fc),n.texArray.count=0,n.start=0,n.size=0,n.type=_i.TRIANGLES;let s=0,o=null,a=0,l=!1,h=_i.TRIANGLES,c=0;this.drawCalls.push(n);for(let u=0;u<this.batches.length;u++){const d=this.batches[u],f=8,p=d.style,m=p.texture.baseTexture;l!==!!p.native&&(l=!!p.native,h=l?_i.LINES:_i.TRIANGLES,o=null,s=f,t++),o!==m&&(o=m,m._batchEnabled!==t&&(s===f&&(t++,s=0,n.size>0&&(n=cl.pop(),n||(n=new Ac,n.texArray=new Fc),this.drawCalls.push(n)),n.start=c,n.size=0,n.texArray.count=0,n.type=h),m.touched=1,m._batchEnabled=t,m._batchLocation=s,m.wrapMode=vi.REPEAT,n.texArray.elements[n.texArray.count++]=m,s++)),n.size+=d.size,c+=d.size,a=m._batchLocation,this.addColors(e,p.color,p.alpha,d.attribSize,d.attribStart),this.addTextureIds(r,a,d.attribSize,d.attribStart)}bt._globalBatch=t,this.packAttributes()}packAttributes(){const t=this.points,e=this.uvs,r=this.colors,n=this.textureIds,s=new ArrayBuffer(t.length*3*4),o=new Float32Array(s),a=new Uint32Array(s);let l=0;for(let h=0;h<t.length/2;h++)o[l++]=t[h*2],o[l++]=t[h*2+1],o[l++]=e[h*2],o[l++]=e[h*2+1],a[l++]=r[h],o[l++]=n[h];this._buffer.update(s),this._indexBuffer.update(this.indicesUint16)}processFill(t){t.holes.length?Lm.triangulate(t,this):ou[t.type].triangulate(t,this)}processLine(t){Fm(t,this);for(let e=0;e<t.holes.length;e++)Fm(t.holes[e],this)}processHoles(t){for(let e=0;e<t.length;e++){const r=t[e];ou[r.type].build(r),r.matrix&&this.transformPoints(r.points,r.matrix)}}calculateBounds(){const t=this._bounds;t.clear(),t.addVertexData(this.points,0,this.points.length),t.pad(this.boundsPadding,this.boundsPadding)}transformPoints(t,e){for(let r=0;r<t.length/2;r++){const n=t[r*2],s=t[r*2+1];t[r*2]=e.a*n+e.c*s+e.tx,t[r*2+1]=e.b*n+e.d*s+e.ty}}addColors(t,e,r,n,s=0){const o=kt.shared.setValue(e).toLittleEndianNumber(),a=kt.shared.setValue(o).toPremultiplied(r);t.length=Math.max(t.length,s+n);for(let l=0;l<n;l++)t[s+l]=a}addTextureIds(t,e,r,n=0){t.length=Math.max(t.length,n+r);for(let s=0;s<r;s++)t[n+s]=e}addUvs(t,e,r,n,s,o=null){let a=0;const l=e.length,h=r.frame;for(;a<s;){let u=t[(n+a)*2],d=t[(n+a)*2+1];if(o){const f=o.a*u+o.c*d+o.tx;d=o.b*u+o.d*d+o.ty,u=f}a++,e.push(u/h.width,d/h.height)}const c=r.baseTexture;(h.width<c.width||h.height<c.height)&&this.adjustUvs(e,r,l,s)}adjustUvs(t,e,r,n){const s=e.baseTexture,o=1e-6,a=r+n*2,l=e.frame,h=l.width/s.width,c=l.height/s.height;let u=l.x/l.width,d=l.y/l.height,f=Math.floor(t[r]+o),p=Math.floor(t[r+1]+o);for(let m=r+2;m<a;m+=2)f=Math.min(f,Math.floor(t[m]+o)),p=Math.min(p,Math.floor(t[m+1]+o));u-=f,d-=p;for(let m=r;m<a;m+=2)t[m]=(t[m]+u)*h,t[m+1]=(t[m+1]+d)*c}};Nm.BATCHABLE_SIZE=100;let tS=Nm;class dl{constructor(){this.color=16777215,this.alpha=1,this.texture=ot.WHITE,this.matrix=null,this.visible=!1,this.reset()}clone(){const t=new dl;return t.color=this.color,t.alpha=this.alpha,t.texture=this.texture,t.matrix=this.matrix,t.visible=this.visible,t}reset(){this.color=16777215,this.alpha=1,this.texture=ot.WHITE,this.matrix=null,this.visible=!1}destroy(){this.texture=null,this.matrix=null}}class au extends dl{constructor(){super(...arguments),this.width=0,this.alignment=.5,this.native=!1,this.cap=Rr.BUTT,this.join=Ke.MITER,this.miterLimit=10}clone(){const t=new au;return t.color=this.color,t.alpha=this.alpha,t.texture=this.texture,t.matrix=this.matrix,t.visible=this.visible,t.width=this.width,t.alignment=this.alignment,t.native=this.native,t.cap=this.cap,t.join=this.join,t.miterLimit=this.miterLimit,t}reset(){super.reset(),this.color=0,this.alignment=.5,this.width=0,this.native=!1,this.cap=Rr.BUTT,this.join=Ke.MITER,this.miterLimit=10}}const lu={},hu=class Ih extends St{constructor(t=null){super(),this.shader=null,this.pluginName="batch",this.currentPath=null,this.batches=[],this.batchTint=-1,this.batchDirty=-1,this.vertexData=null,this._fillStyle=new dl,this._lineStyle=new au,this._matrix=null,this._holeMode=!1,this.state=Mi.for2d(),this._geometry=t||new tS,this._geometry.refCount++,this._transformID=-1,this._tintColor=new kt(16777215),this.blendMode=dt.NORMAL}get geometry(){return this._geometry}clone(){return this.finishPoly(),new Ih(this._geometry)}set blendMode(t){this.state.blendMode=t}get blendMode(){return this.state.blendMode}get tint(){return this._tintColor.value}set tint(t){this._tintColor.setValue(t)}get fill(){return this._fillStyle}get line(){return this._lineStyle}lineStyle(t=null,e=0,r,n=.5,s=!1){return typeof t=="number"&&(t={width:t,color:e,alpha:r,alignment:n,native:s}),this.lineTextureStyle(t)}lineTextureStyle(t){const e={width:0,texture:ot.WHITE,color:t!=null&&t.texture?16777215:0,matrix:null,alignment:.5,native:!1,cap:Rr.BUTT,join:Ke.MITER,miterLimit:10};t=Object.assign(e,t),this.normalizeColor(t),this.currentPath&&this.startPoly();const r=t.width>0&&t.alpha>0;return r?(t.matrix&&(t.matrix=t.matrix.clone(),t.matrix.invert()),Object.assign(this._lineStyle,{visible:r},t)):this._lineStyle.reset(),this}startPoly(){if(this.currentPath){const t=this.currentPath.points,e=this.currentPath.points.length;e>2&&(this.drawShape(this.currentPath),this.currentPath=new an,this.currentPath.closeStroke=!1,this.currentPath.points.push(t[e-2],t[e-1]))}else this.currentPath=new an,this.currentPath.closeStroke=!1}finishPoly(){this.currentPath&&(this.currentPath.points.length>2?(this.drawShape(this.currentPath),this.currentPath=null):this.currentPath.points.length=0)}moveTo(t,e){return this.startPoly(),this.currentPath.points[0]=t,this.currentPath.points[1]=e,this}lineTo(t,e){this.currentPath||this.moveTo(0,0);const r=this.currentPath.points,n=r[r.length-2],s=r[r.length-1];return(n!==t||s!==e)&&r.push(t,e),this}_initCurve(t=0,e=0){this.currentPath?this.currentPath.points.length===0&&(this.currentPath.points=[t,e]):this.moveTo(t,e)}quadraticCurveTo(t,e,r,n){this._initCurve();const s=this.currentPath.points;return s.length===0&&this.moveTo(0,0),su.curveTo(t,e,r,n,s),this}bezierCurveTo(t,e,r,n,s,o){return this._initCurve(),nu.curveTo(t,e,r,n,s,o,this.currentPath.points),this}arcTo(t,e,r,n,s){this._initCurve(t,e);const o=this.currentPath.points,a=Gm.curveTo(t,e,r,n,s,o);if(a){const{cx:l,cy:h,radius:c,startAngle:u,endAngle:d,anticlockwise:f}=a;this.arc(l,h,c,u,d,f)}return this}arc(t,e,r,n,s,o=!1){if(n===s)return this;if(!o&&s<=n?s+=ka:o&&n<=s&&(n+=ka),s-n===0)return this;const a=t+Math.cos(n)*r,l=e+Math.sin(n)*r,h=this._geometry.closePointEps;let c=this.currentPath?this.currentPath.points:null;if(c){const u=Math.abs(c[c.length-2]-a),d=Math.abs(c[c.length-1]-l);u<h&&d<h||c.push(a,l)}else this.moveTo(a,l),c=this.currentPath.points;return Gm.arc(a,l,t,e,r,n,s,o,c),this}beginFill(t=0,e){return this.beginTextureFill({texture:ot.WHITE,color:t,alpha:e})}normalizeColor(t){const e=kt.shared.setValue(t.color??0);t.color=e.toNumber(),t.alpha??(t.alpha=e.alpha)}beginTextureFill(t){const e={texture:ot.WHITE,color:16777215,matrix:null};t=Object.assign(e,t),this.normalizeColor(t),this.currentPath&&this.startPoly();const r=t.alpha>0;return r?(t.matrix&&(t.matrix=t.matrix.clone(),t.matrix.invert()),Object.assign(this._fillStyle,{visible:r},t)):this._fillStyle.reset(),this}endFill(){return this.finishPoly(),this._fillStyle.reset(),this}drawRect(t,e,r,n){return this.drawShape(new pt(t,e,r,n))}drawRoundedRect(t,e,r,n,s){return this.drawShape(new Oa(t,e,r,n,s))}drawCircle(t,e,r){return this.drawShape(new Da(t,e,r))}drawEllipse(t,e,r,n){return this.drawShape(new Na(t,e,r,n))}drawPolygon(...t){let e,r=!0;const n=t[0];n.points?(r=n.closeStroke,e=n.points):Array.isArray(t[0])?e=t[0]:e=t;const s=new an(e);return s.closeStroke=r,this.drawShape(s),this}drawShape(t){return this._holeMode?this._geometry.drawHole(t,this._matrix):this._geometry.drawShape(t,this._fillStyle.clone(),this._lineStyle.clone(),this._matrix),this}clear(){return this._geometry.clear(),this._lineStyle.reset(),this._fillStyle.reset(),this._boundsID++,this._matrix=null,this._holeMode=!1,this.currentPath=null,this}isFastRect(){const t=this._geometry.graphicsData;return t.length===1&&t[0].shape.type===de.RECT&&!t[0].matrix&&!t[0].holes.length&&!(t[0].lineStyle.visible&&t[0].lineStyle.width)}_render(t){this.finishPoly();const e=this._geometry;e.updateBatches(),e.batchable?(this.batchDirty!==e.batchDirty&&this._populateBatches(),this._renderBatched(t)):(t.batch.flush(),this._renderDirect(t))}_populateBatches(){const t=this._geometry,e=this.blendMode,r=t.batches.length;this.batchTint=-1,this._transformID=-1,this.batchDirty=t.batchDirty,this.batches.length=r,this.vertexData=new Float32Array(t.points);for(let n=0;n<r;n++){const s=t.batches[n],o=s.style.color,a=new Float32Array(this.vertexData.buffer,s.attribStart*4*2,s.attribSize*2),l=new Float32Array(t.uvsFloat32.buffer,s.attribStart*4*2,s.attribSize*2),h=new Uint16Array(t.indicesUint16.buffer,s.start*2,s.size),c={vertexData:a,blendMode:e,indices:h,uvs:l,_batchRGB:kt.shared.setValue(o).toRgbArray(),_tintRGB:o,_texture:s.style.texture,alpha:s.style.alpha,worldAlpha:1};this.batches[n]=c}}_renderBatched(t){if(this.batches.length){t.batch.setObjectRenderer(t.plugins[this.pluginName]),this.calculateVertices(),this.calculateTints();for(let e=0,r=this.batches.length;e<r;e++){const n=this.batches[e];n.worldAlpha=this.worldAlpha*n.alpha,t.plugins[this.pluginName].render(n)}}}_renderDirect(t){const e=this._resolveDirectShader(t),r=this._geometry,n=this.worldAlpha,s=e.uniforms,o=r.drawCalls;s.translationMatrix=this.transform.worldTransform,kt.shared.setValue(this._tintColor).premultiply(n).toArray(s.tint),t.shader.bind(e),t.geometry.bind(r,e),t.state.set(this.state);for(let a=0,l=o.length;a<l;a++)this._renderDrawCallDirect(t,r.drawCalls[a])}_renderDrawCallDirect(t,e){const{texArray:r,type:n,size:s,start:o}=e,a=r.count;for(let l=0;l<a;l++)t.texture.bind(r.elements[l],l);t.geometry.draw(n,s,o)}_resolveDirectShader(t){let e=this.shader;const r=this.pluginName;if(!e){if(!lu[r]){const{maxTextures:n}=t.plugins[r],s=new Int32Array(n);for(let l=0;l<n;l++)s[l]=l;const o={tint:new Float32Array([1,1,1,1]),translationMatrix:new Ft,default:si.from({uSamplers:s},!0)},a=t.plugins[r]._shader.program;lu[r]=new Ri(a,o)}e=lu[r]}return e}_calculateBounds(){this.finishPoly();const t=this._geometry;if(!t.graphicsData.length)return;const{minX:e,minY:r,maxX:n,maxY:s}=t.bounds;this._bounds.addFrame(this.transform,e,r,n,s)}containsPoint(t){return this.worldTransform.applyInverse(t,Ih._TEMP_POINT),this._geometry.containsPoint(Ih._TEMP_POINT)}calculateTints(){if(this.batchTint!==this.tint){this.batchTint=this._tintColor.toNumber();for(let t=0;t<this.batches.length;t++){const e=this.batches[t];e._tintRGB=kt.shared.setValue(this._tintColor).multiply(e._batchRGB).toLittleEndianNumber()}}}calculateVertices(){const t=this.transform._worldID;if(this._transformID===t)return;this._transformID=t;const e=this.transform.worldTransform,r=e.a,n=e.b,s=e.c,o=e.d,a=e.tx,l=e.ty,h=this._geometry.points,c=this.vertexData;let u=0;for(let d=0;d<h.length;d+=2){const f=h[d],p=h[d+1];c[u++]=r*f+s*p+a,c[u++]=o*p+n*f+l}}closePath(){const t=this.currentPath;return t&&(t.closeStroke=!0,this.finishPoly()),this}setMatrix(t){return this._matrix=t,this}beginHole(){return this.finishPoly(),this._holeMode=!0,this}endHole(){return this.finishPoly(),this._holeMode=!1,this}destroy(t){this._geometry.refCount--,this._geometry.refCount===0&&this._geometry.dispose(),this._matrix=null,this.currentPath=null,this._lineStyle.destroy(),this._lineStyle=null,this._fillStyle.destroy(),this._fillStyle=null,this._geometry=null,this.shader=null,this.vertexData=null,this.batches.length=0,this.batches=null,super.destroy(t)}};hu.curves=ps,hu._TEMP_POINT=new ct;let Pr=hu;class eS{constructor(t,e){this.uvBuffer=t,this.uvMatrix=e,this.data=null,this._bufferUpdateId=-1,this._textureUpdateId=-1,this._updateID=0}update(t){if(!t&&this._bufferUpdateId===this.uvBuffer._updateID&&this._textureUpdateId===this.uvMatrix._updateID)return;this._bufferUpdateId=this.uvBuffer._updateID,this._textureUpdateId=this.uvMatrix._updateID;const e=this.uvBuffer.data;(!this.data||this.data.length!==e.length)&&(this.data=new Float32Array(e.length)),this.uvMatrix.multiplyUvs(e,this.data),this._updateID++}}const cu=new ct,Om=new an,Bm=class Mb extends St{constructor(t,e,r,n=_i.TRIANGLES){super(),this.geometry=t,this.shader=e,this.state=r||Mi.for2d(),this.drawMode=n,this.start=0,this.size=0,this.uvs=null,this.indices=null,this.vertexData=new Float32Array(1),this.vertexDirty=-1,this._transformID=-1,this._roundPixels=nt.ROUND_PIXELS,this.batchUvs=null}get geometry(){return this._geometry}set geometry(t){this._geometry!==t&&(this._geometry&&(this._geometry.refCount--,this._geometry.refCount===0&&this._geometry.dispose()),this._geometry=t,this._geometry&&this._geometry.refCount++,this.vertexDirty=-1)}get uvBuffer(){return this.geometry.buffers[1]}get verticesBuffer(){return this.geometry.buffers[0]}set material(t){this.shader=t}get material(){return this.shader}set blendMode(t){this.state.blendMode=t}get blendMode(){return this.state.blendMode}set roundPixels(t){this._roundPixels!==t&&(this._transformID=-1),this._roundPixels=t}get roundPixels(){return this._roundPixels}get tint(){return"tint"in this.shader?this.shader.tint:null}set tint(t){this.shader.tint=t}get tintValue(){return this.shader.tintValue}get texture(){return"texture"in this.shader?this.shader.texture:null}set texture(t){this.shader.texture=t}_render(t){const e=this.geometry.buffers[0].data;this.shader.batchable&&this.drawMode===_i.TRIANGLES&&e.length<Mb.BATCHABLE_SIZE*2?this._renderToBatch(t):this._renderDefault(t)}_renderDefault(t){const e=this.shader;e.alpha=this.worldAlpha,e.update&&e.update(),t.batch.flush(),e.uniforms.translationMatrix=this.transform.worldTransform.toArray(!0),t.shader.bind(e),t.state.set(this.state),t.geometry.bind(this.geometry,e),t.geometry.draw(this.drawMode,this.size,this.start,this.geometry.instanceCount)}_renderToBatch(t){const e=this.geometry,r=this.shader;r.uvMatrix&&(r.uvMatrix.update(),this.calculateUvs()),this.calculateVertices(),this.indices=e.indexBuffer.data,this._tintRGB=r._tintRGB,this._texture=r.texture;const n=this.material.pluginName;t.batch.setObjectRenderer(t.plugins[n]),t.plugins[n].render(this)}calculateVertices(){const t=this.geometry.buffers[0],e=t.data,r=t._updateID;if(r===this.vertexDirty&&this._transformID===this.transform._worldID)return;this._transformID=this.transform._worldID,this.vertexData.length!==e.length&&(this.vertexData=new Float32Array(e.length));const n=this.transform.worldTransform,s=n.a,o=n.b,a=n.c,l=n.d,h=n.tx,c=n.ty,u=this.vertexData;for(let d=0;d<u.length/2;d++){const f=e[d*2],p=e[d*2+1];u[d*2]=s*f+a*p+h,u[d*2+1]=o*f+l*p+c}if(this._roundPixels){const d=nt.RESOLUTION;for(let f=0;f<u.length;++f)u[f]=Math.round(u[f]*d)/d}this.vertexDirty=r}calculateUvs(){const t=this.geometry.buffers[1],e=this.shader;e.uvMatrix.isSimple?this.uvs=t.data:(this.batchUvs||(this.batchUvs=new eS(t,e.uvMatrix)),this.batchUvs.update(),this.uvs=this.batchUvs.data)}_calculateBounds(){this.calculateVertices(),this._bounds.addVertexData(this.vertexData,0,this.vertexData.length)}containsPoint(t){if(!this.getBounds().contains(t.x,t.y))return!1;this.worldTransform.applyInverse(t,cu);const e=this.geometry.getBuffer("aVertexPosition").data,r=Om.points,n=this.geometry.getIndex().data,s=n.length,o=this.drawMode===4?3:1;for(let a=0;a+2<s;a+=o){const l=n[a]*2,h=n[a+1]*2,c=n[a+2]*2;if(r[0]=e[l],r[1]=e[l+1],r[2]=e[h],r[3]=e[h+1],r[4]=e[c],r[5]=e[c+1],Om.contains(cu.x,cu.y))return!0}return!1}destroy(t){super.destroy(t),this._cachedTexture&&(this._cachedTexture.destroy(),this._cachedTexture=null),this.geometry=null,this.shader=null,this.state=null,this.uvs=null,this.indices=null,this.vertexData=null}};Bm.BATCHABLE_SIZE=100;let uu=Bm;class Um extends Er{constructor(t,e,r){super();const n=new Yt(t),s=new Yt(e,!0),o=new Yt(r,!0,!0);this.addAttribute("aVertexPosition",n,2,!1,lt.FLOAT).addAttribute("aTextureCoord",s,2,!1,lt.FLOAT).addIndex(o),this._updateId=-1}get vertexDirtyId(){return this.buffers[0]._updateID}}var iS=`varying vec2 vTextureCoord;
|
|
922
|
+
};`};let ou;class $2{constructor(){this._initialized=!1,this._createdWorkers=0,this.workerPool=[],this.queue=[],this.resolveHash={}}isImageBitmapSupported(){return this._isImageBitmapSupported!==void 0?this._isImageBitmapSupported:(this._isImageBitmapSupported=new Promise(t=>{const e=URL.createObjectURL(new Blob([j2.code],{type:"application/javascript"})),i=new Worker(e);i.addEventListener("message",s=>{i.terminate(),URL.revokeObjectURL(e),t(s.data)})}),this._isImageBitmapSupported)}loadImageBitmap(t){return this._run("loadImageBitmap",[t])}async _initWorkers(){this._initialized||(this._initialized=!0)}getWorker(){nu===void 0&&(nu=navigator.hardwareConcurrency||4);let t=this.workerPool.pop();return!t&&this._createdWorkers<nu&&(ou||(ou=URL.createObjectURL(new Blob([J2.code],{type:"application/javascript"}))),this._createdWorkers++,t=new Worker(ou),t.addEventListener("message",e=>{this.complete(e.data),this.returnWorker(e.target),this.next()})),t}returnWorker(t){this.workerPool.push(t)}complete(t){t.error!==void 0?this.resolveHash[t.uuid].reject(t.error):this.resolveHash[t.uuid].resolve(t.data),this.resolveHash[t.uuid]=null}async _run(t,e){await this._initWorkers();const i=new Promise((s,n)=>{this.queue.push({id:t,arguments:e,resolve:s,reject:n})});return this.next(),i}next(){if(!this.queue.length)return;const t=this.getWorker();if(!t)return;const e=this.queue.pop(),i=e.id;this.resolveHash[Um]={resolve:e.resolve,reject:e.reject},t.postMessage({data:e.arguments,uuid:Um++,id:i})}}const Xm=new $2;function uo(r,t,e){r.resource.internal=!0;const i=new ot(r),s=()=>{delete t.promiseCache[e],cs.has(e)&&cs.remove(e)};return i.baseTexture.once("destroyed",()=>{e in t.promiseCache&&(console.warn("[Assets] A BaseTexture managed by Assets was destroyed instead of unloaded! Use Assets.unload() instead of destroying the BaseTexture."),s())}),i.once("destroyed",()=>{r.destroyed||(console.warn("[Assets] A Texture managed by Assets was destroyed instead of unloaded! Use Assets.unload() instead of destroying the Texture."),s())}),i}const Q2=[".jpeg",".jpg",".png",".webp",".avif"],q2=["image/jpeg","image/png","image/webp","image/avif"];async function tT(r){const t=await it.ADAPTER.fetch(r);if(!t.ok)throw new Error(`[loadImageBitmap] Failed to fetch ${r}: ${t.status} ${t.statusText}`);const e=await t.blob();return await createImageBitmap(e)}const Qa={name:"loadTextures",extension:{type:J.LoadParser,priority:ai.High},config:{preferWorkers:!0,preferCreateImageBitmap:!0,crossOrigin:"anonymous"},test(r){return on(r,q2)||Cr(r,Q2)},async load(r,t,e){var a;const i=globalThis.createImageBitmap&&this.config.preferCreateImageBitmap;let s;i?this.config.preferWorkers&&await Xm.isImageBitmapSupported()?s=await Xm.loadImageBitmap(r):s=await tT(r):s=await new Promise((h,l)=>{const c=new Image;c.crossOrigin=this.config.crossOrigin,c.src=r,c.complete?h(c):(c.onload=()=>h(c),c.onerror=u=>l(u))});const n={...t.data};n.resolution??(n.resolution=Qi(r)),i&&((a=n.resourceOptions)==null?void 0:a.ownsImageBitmap)===void 0&&(n.resourceOptions={...n.resourceOptions},n.resourceOptions.ownsImageBitmap=!0);const o=new bt(s,n);return o.resource.src=r,uo(o,e,r)},unload(r){r.destroy(!0)}};nt.add(Qa);const eT=".svg",iT="image/svg+xml",rT={extension:{type:J.LoadParser,priority:ai.High},name:"loadSVG",test(r){return on(r,iT)||Cr(r,eT)},async testParse(r){return $c.test(r)},async parse(r,t,e){var n;const i=new $c(r,(n=t==null?void 0:t.data)==null?void 0:n.resourceOptions);await i.load();const s=new bt(i,{resolution:Qi(r),...t==null?void 0:t.data});return s.resource.src=t.src,uo(s,e,t.src)},async load(r,t){return(await it.ADAPTER.fetch(r)).text()},unload:Qa.unload};nt.add(rT);const sT=[".mp4",".m4v",".webm",".ogv"],nT=["video/mp4","video/webm","video/ogg"],oT={name:"loadVideo",extension:{type:J.LoadParser,priority:ai.High},config:{defaultAutoPlay:!0},test(r){return on(r,nT)||Cr(r,sT)},async load(r,t,e){var o;let i;const s=await(await it.ADAPTER.fetch(r)).blob(),n=URL.createObjectURL(s);try{const a={autoPlay:this.config.defaultAutoPlay,...(o=t==null?void 0:t.data)==null?void 0:o.resourceOptions},h=new Im(n,a);await h.load();const l=new bt(h,{alphaMode:await fv(),resolution:Qi(r),...t==null?void 0:t.data});l.resource.src=r,i=uo(l,e,r),i.baseTexture.once("destroyed",()=>{URL.revokeObjectURL(n)})}catch(a){throw URL.revokeObjectURL(n),a}return i},unload(r){r.destroy(!0)}};nt.add(oT);class aT{constructor(){this._defaultBundleIdentifierOptions={connector:"-",createBundleAssetId:(t,e)=>`${t}${this._bundleIdConnector}${e}`,extractAssetIdFromBundle:(t,e)=>e.replace(`${t}${this._bundleIdConnector}`,"")},this._bundleIdConnector=this._defaultBundleIdentifierOptions.connector,this._createBundleAssetId=this._defaultBundleIdentifierOptions.createBundleAssetId,this._extractAssetIdFromBundle=this._defaultBundleIdentifierOptions.extractAssetIdFromBundle,this._assetMap={},this._preferredOrder=[],this._parsers=[],this._resolverHash={},this._bundles={}}setBundleIdentifier(t){if(this._bundleIdConnector=t.connector??this._bundleIdConnector,this._createBundleAssetId=t.createBundleAssetId??this._createBundleAssetId,this._extractAssetIdFromBundle=t.extractAssetIdFromBundle??this._extractAssetIdFromBundle,this._extractAssetIdFromBundle("foo",this._createBundleAssetId("foo","bar"))!=="bar")throw new Error("[Resolver] GenerateBundleAssetId are not working correctly")}prefer(...t){t.forEach(e=>{this._preferredOrder.push(e),e.priority||(e.priority=Object.keys(e.params))}),this._resolverHash={}}set basePath(t){this._basePath=t}get basePath(){return this._basePath}set rootPath(t){this._rootPath=t}get rootPath(){return this._rootPath}get parsers(){return this._parsers}reset(){this.setBundleIdentifier(this._defaultBundleIdentifierOptions),this._assetMap={},this._preferredOrder=[],this._resolverHash={},this._rootPath=null,this._basePath=null,this._manifest=null,this._bundles={},this._defaultSearchParams=null}setDefaultSearchParams(t){if(typeof t=="string")this._defaultSearchParams=t;else{const e=t;this._defaultSearchParams=Object.keys(e).map(i=>`${encodeURIComponent(i)}=${encodeURIComponent(e[i])}`).join("&")}}getAlias(t){const{alias:e,name:i,src:s,srcs:n}=t;return oi(e||i||s||n,o=>typeof o=="string"?o:Array.isArray(o)?o.map(a=>(a==null?void 0:a.src)??(a==null?void 0:a.srcs)??a):o!=null&&o.src||o!=null&&o.srcs?o.src??o.srcs:o,!0)}addManifest(t){this._manifest&&console.warn("[Resolver] Manifest already exists, this will be overwritten"),this._manifest=t,t.bundles.forEach(e=>{this.addBundle(e.name,e.assets)})}addBundle(t,e){const i=[];Array.isArray(e)?e.forEach(s=>{const n=s.src??s.srcs,o=s.alias??s.name;let a;if(typeof o=="string"){const h=this._createBundleAssetId(t,o);i.push(h),a=[o,h]}else{const h=o.map(l=>this._createBundleAssetId(t,l));i.push(...h),a=[...o,...h]}this.add({...s,alias:a,src:n})}):Object.keys(e).forEach(s=>{const n=[s,this._createBundleAssetId(t,s)];if(typeof e[s]=="string")this.add({alias:n,src:e[s]});else if(Array.isArray(e[s]))this.add({alias:n,src:e[s]});else{const o=e[s],a=o.src??o.srcs;this.add({...o,alias:n,src:Array.isArray(a)?a:[a]})}i.push(...n)}),this._bundles[t]=i}add(t,e,i,s,n){const o=[];typeof t=="string"||Array.isArray(t)&&typeof t[0]=="string"?(vt("7.2.0",`Assets.add now uses an object instead of individual parameters.
|
|
923
|
+
Please use Assets.add({ alias, src, data, format, loadParser }) instead.`),o.push({alias:t,src:e,data:i,format:s,loadParser:n})):Array.isArray(t)?o.push(...t):o.push(t);let a;a=h=>{this.hasKey(h)&&console.warn(`[Resolver] already has key: ${h} overwriting`)},oi(o).forEach(h=>{const{src:l,srcs:c}=h;let{data:u,format:d,loadParser:f}=h;const p=oi(l||c).map(b=>typeof b=="string"?P2(b):Array.isArray(b)?b:[b]),m=this.getAlias(h);Array.isArray(m)?m.forEach(a):a(m);const g=[];p.forEach(b=>{b.forEach(_=>{let x={};if(typeof _!="object"){x.src=_;for(let v=0;v<this._parsers.length;v++){const T=this._parsers[v];if(T.test(_)){x=T.parse(_);break}}}else u=_.data??u,d=_.format??d,f=_.loadParser??f,x={...x,..._};if(!m)throw new Error(`[Resolver] alias is undefined for this asset: ${x.src}`);x=this.buildResolvedAsset(x,{aliases:m,data:u,format:d,loadParser:f}),g.push(x)})}),m.forEach(b=>{this._assetMap[b]=g})})}resolveBundle(t){const e=$a(t);t=oi(t);const i={};return t.forEach(s=>{const n=this._bundles[s];if(n){const o=this.resolve(n),a={};for(const h in o){const l=o[h];a[this._extractAssetIdFromBundle(s,h)]=l}i[s]=a}}),e?i[t[0]]:i}resolveUrl(t){const e=this.resolve(t);if(typeof t!="string"){const i={};for(const s in e)i[s]=e[s].src;return i}return e.src}resolve(t){const e=$a(t);t=oi(t);const i={};return t.forEach(s=>{if(!this._resolverHash[s])if(this._assetMap[s]){let n=this._assetMap[s];const o=n[0],a=this._getPreferredOrder(n);a==null||a.priority.forEach(h=>{a.params[h].forEach(l=>{const c=n.filter(u=>u[h]?u[h]===l:!1);c.length&&(n=c)})}),this._resolverHash[s]=n[0]??o}else this._resolverHash[s]=this.buildResolvedAsset({alias:[s],src:s},{});i[s]=this._resolverHash[s]}),e?i[t[0]]:i}hasKey(t){return!!this._assetMap[t]}hasBundle(t){return!!this._bundles[t]}_getPreferredOrder(t){for(let e=0;e<t.length;e++){const i=t[0],s=this._preferredOrder.find(n=>n.params.format.includes(i.format));if(s)return s}return this._preferredOrder[0]}_appendDefaultSearchParams(t){if(!this._defaultSearchParams)return t;const e=/\?/.test(t)?"&":"?";return`${t}${e}${this._defaultSearchParams}`}buildResolvedAsset(t,e){const{aliases:i,data:s,loadParser:n,format:o}=e;return(this._basePath||this._rootPath)&&(t.src=ee.toAbsolute(t.src,this._basePath,this._rootPath)),t.alias=i??t.alias??[t.src],t.src=this._appendDefaultSearchParams(t.src),t.data={...s||{},...t.data},t.loadParser=n??t.loadParser,t.format=o??ee.extname(t.src).slice(1),t.srcs=t.src,t.name=t.alias,t}}class hT{constructor(){this._detections=[],this._initialized=!1,this.resolver=new aT,this.loader=new G2,this.cache=cs,this._backgroundLoader=new R2(this.loader),this._backgroundLoader.active=!0,this.reset()}async init(t={}){var n,o;if(this._initialized){console.warn("[Assets]AssetManager already initialized, did you load before calling this Asset.init()?");return}if(this._initialized=!0,t.defaultSearchParams&&this.resolver.setDefaultSearchParams(t.defaultSearchParams),t.basePath&&(this.resolver.basePath=t.basePath),t.bundleIdentifier&&this.resolver.setBundleIdentifier(t.bundleIdentifier),t.manifest){let a=t.manifest;typeof a=="string"&&(a=await this.load(a)),this.resolver.addManifest(a)}const e=((n=t.texturePreference)==null?void 0:n.resolution)??1,i=typeof e=="number"?[e]:e,s=await this._detectFormats({preferredFormats:(o=t.texturePreference)==null?void 0:o.format,skipDetections:t.skipDetections,detections:this._detections});this.resolver.prefer({params:{format:s,resolution:i}}),t.preferences&&this.setPreferences(t.preferences)}add(t,e,i,s,n){this.resolver.add(t,e,i,s,n)}async load(t,e){this._initialized||await this.init();const i=$a(t),s=oi(t).map(a=>{if(typeof a!="string"){const h=this.resolver.getAlias(a);return h.some(l=>!this.resolver.hasKey(l))&&this.add(a),Array.isArray(h)?h[0]:h}return this.resolver.hasKey(a)||this.add({alias:a,src:a}),a}),n=this.resolver.resolve(s),o=await this._mapLoadToResolve(n,e);return i?o[s[0]]:o}addBundle(t,e){this.resolver.addBundle(t,e)}async loadBundle(t,e){this._initialized||await this.init();let i=!1;typeof t=="string"&&(i=!0,t=[t]);const s=this.resolver.resolveBundle(t),n={},o=Object.keys(s);let a=0,h=0;const l=()=>{e==null||e(++a/h)},c=o.map(u=>{const d=s[u];return h+=Object.keys(d).length,this._mapLoadToResolve(d,l).then(f=>{n[u]=f})});return await Promise.all(c),i?n[t[0]]:n}async backgroundLoad(t){this._initialized||await this.init(),typeof t=="string"&&(t=[t]);const e=this.resolver.resolve(t);this._backgroundLoader.add(Object.values(e))}async backgroundLoadBundle(t){this._initialized||await this.init(),typeof t=="string"&&(t=[t]);const e=this.resolver.resolveBundle(t);Object.values(e).forEach(i=>{this._backgroundLoader.add(Object.values(i))})}reset(){this.resolver.reset(),this.loader.reset(),this.cache.reset(),this._initialized=!1}get(t){if(typeof t=="string")return cs.get(t);const e={};for(let i=0;i<t.length;i++)e[i]=cs.get(t[i]);return e}async _mapLoadToResolve(t,e){const i=Object.values(t),s=Object.keys(t);this._backgroundLoader.active=!1;const n=await this.loader.load(i,e);this._backgroundLoader.active=!0;const o={};return i.forEach((a,h)=>{const l=n[a.src],c=[a.src];a.alias&&c.push(...a.alias),o[s[h]]=l,cs.set(c,l)}),o}async unload(t){this._initialized||await this.init();const e=oi(t).map(s=>typeof s!="string"?s.src:s),i=this.resolver.resolve(e);await this._unloadFromResolved(i)}async unloadBundle(t){this._initialized||await this.init(),t=oi(t);const e=this.resolver.resolveBundle(t),i=Object.keys(e).map(s=>this._unloadFromResolved(e[s]));await Promise.all(i)}async _unloadFromResolved(t){const e=Object.values(t);e.forEach(i=>{cs.remove(i.src)}),await this.loader.unload(e)}async _detectFormats(t){let e=[];t.preferredFormats&&(e=Array.isArray(t.preferredFormats)?t.preferredFormats:[t.preferredFormats]);for(const i of t.detections)t.skipDetections||await i.test()?e=await i.add(e):t.skipDetections||(e=await i.remove(e));return e=e.filter((i,s)=>e.indexOf(i)===s),e}get detections(){return this._detections}get preferWorkers(){return Qa.config.preferWorkers}set preferWorkers(t){vt("7.2.0","Assets.prefersWorkers is deprecated, use Assets.setPreferences({ preferWorkers: true }) instead."),this.setPreferences({preferWorkers:t})}setPreferences(t){this.loader.parsers.forEach(e=>{e.config&&Object.keys(e.config).filter(i=>i in t).forEach(i=>{e.config[i]=t[i]})})}}const qa=new hT;nt.handleByList(J.LoadParser,qa.loader.parsers).handleByList(J.ResolveParser,qa.resolver.parsers).handleByList(J.CacheParser,qa.cache.parsers).handleByList(J.DetectionParser,qa.detections);const lT={extension:J.CacheParser,test:r=>Array.isArray(r)&&r.every(t=>t instanceof ot),getCacheableAssets:(r,t)=>{const e={};return r.forEach(i=>{t.forEach((s,n)=>{e[i+(n===0?"":n+1)]=s})}),e}};nt.add(lT);async function Wm(r){if("Image"in globalThis)return new Promise(t=>{const e=new Image;e.onload=()=>{t(!0)},e.onerror=()=>{t(!1)},e.src=r});if("createImageBitmap"in globalThis&&"fetch"in globalThis){try{const t=await(await fetch(r)).blob();await createImageBitmap(t)}catch{return!1}return!0}return!1}const cT={extension:{type:J.DetectionParser,priority:1},test:async()=>Wm("data:image/avif;base64,AAAAIGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZk1BMUIAAADybWV0YQAAAAAAAAAoaGRscgAAAAAAAAAAcGljdAAAAAAAAAAAAAAAAGxpYmF2aWYAAAAADnBpdG0AAAAAAAEAAAAeaWxvYwAAAABEAAABAAEAAAABAAABGgAAAB0AAAAoaWluZgAAAAAAAQAAABppbmZlAgAAAAABAABhdjAxQ29sb3IAAAAAamlwcnAAAABLaXBjbwAAABRpc3BlAAAAAAAAAAIAAAACAAAAEHBpeGkAAAAAAwgICAAAAAxhdjFDgQ0MAAAAABNjb2xybmNseAACAAIAAYAAAAAXaXBtYQAAAAAAAAABAAEEAQKDBAAAACVtZGF0EgAKCBgANogQEAwgMg8f8D///8WfhwB8+ErK42A="),add:async r=>[...r,"avif"],remove:async r=>r.filter(t=>t!=="avif")};nt.add(cT);const uT={extension:{type:J.DetectionParser,priority:0},test:async()=>Wm("data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA="),add:async r=>[...r,"webp"],remove:async r=>r.filter(t=>t!=="webp")};nt.add(uT);const Zm=["png","jpg","jpeg"],dT={extension:{type:J.DetectionParser,priority:-1},test:()=>Promise.resolve(!0),add:async r=>[...r,...Zm],remove:async r=>r.filter(t=>!Zm.includes(t))};nt.add(dT);const fT="WorkerGlobalScope"in globalThis&&globalThis instanceof globalThis.WorkerGlobalScope;function au(r){return fT?!1:document.createElement("video").canPlayType(r)!==""}const pT={extension:{type:J.DetectionParser,priority:0},test:async()=>au("video/webm"),add:async r=>[...r,"webm"],remove:async r=>r.filter(t=>t!=="webm")};nt.add(pT);const mT={extension:{type:J.DetectionParser,priority:0},test:async()=>au("video/mp4"),add:async r=>[...r,"mp4","m4v"],remove:async r=>r.filter(t=>t!=="mp4"&&t!=="m4v")};nt.add(mT);const gT={extension:{type:J.DetectionParser,priority:0},test:async()=>au("video/ogg"),add:async r=>[...r,"ogv"],remove:async r=>r.filter(t=>t!=="ogv")};nt.add(gT);const yT={extension:J.ResolveParser,test:Qa.test,parse:r=>{var t;return{resolution:parseFloat(((t=it.RETINA_PREFIX.exec(r))==null?void 0:t[1])??"1"),format:ee.extname(r).slice(1),src:r}}};nt.add(yT);var Ge=(r=>(r[r.COMPRESSED_RGB_S3TC_DXT1_EXT=33776]="COMPRESSED_RGB_S3TC_DXT1_EXT",r[r.COMPRESSED_RGBA_S3TC_DXT1_EXT=33777]="COMPRESSED_RGBA_S3TC_DXT1_EXT",r[r.COMPRESSED_RGBA_S3TC_DXT3_EXT=33778]="COMPRESSED_RGBA_S3TC_DXT3_EXT",r[r.COMPRESSED_RGBA_S3TC_DXT5_EXT=33779]="COMPRESSED_RGBA_S3TC_DXT5_EXT",r[r.COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT=35917]="COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT",r[r.COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT=35918]="COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT",r[r.COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT=35919]="COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT",r[r.COMPRESSED_SRGB_S3TC_DXT1_EXT=35916]="COMPRESSED_SRGB_S3TC_DXT1_EXT",r[r.COMPRESSED_R11_EAC=37488]="COMPRESSED_R11_EAC",r[r.COMPRESSED_SIGNED_R11_EAC=37489]="COMPRESSED_SIGNED_R11_EAC",r[r.COMPRESSED_RG11_EAC=37490]="COMPRESSED_RG11_EAC",r[r.COMPRESSED_SIGNED_RG11_EAC=37491]="COMPRESSED_SIGNED_RG11_EAC",r[r.COMPRESSED_RGB8_ETC2=37492]="COMPRESSED_RGB8_ETC2",r[r.COMPRESSED_RGBA8_ETC2_EAC=37496]="COMPRESSED_RGBA8_ETC2_EAC",r[r.COMPRESSED_SRGB8_ETC2=37493]="COMPRESSED_SRGB8_ETC2",r[r.COMPRESSED_SRGB8_ALPHA8_ETC2_EAC=37497]="COMPRESSED_SRGB8_ALPHA8_ETC2_EAC",r[r.COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2=37494]="COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2",r[r.COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2=37495]="COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2",r[r.COMPRESSED_RGB_PVRTC_4BPPV1_IMG=35840]="COMPRESSED_RGB_PVRTC_4BPPV1_IMG",r[r.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG=35842]="COMPRESSED_RGBA_PVRTC_4BPPV1_IMG",r[r.COMPRESSED_RGB_PVRTC_2BPPV1_IMG=35841]="COMPRESSED_RGB_PVRTC_2BPPV1_IMG",r[r.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG=35843]="COMPRESSED_RGBA_PVRTC_2BPPV1_IMG",r[r.COMPRESSED_RGB_ETC1_WEBGL=36196]="COMPRESSED_RGB_ETC1_WEBGL",r[r.COMPRESSED_RGB_ATC_WEBGL=35986]="COMPRESSED_RGB_ATC_WEBGL",r[r.COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL=35986]="COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL",r[r.COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL=34798]="COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL",r[r.COMPRESSED_RGBA_ASTC_4x4_KHR=37808]="COMPRESSED_RGBA_ASTC_4x4_KHR",r))(Ge||{});const th={33776:.5,33777:.5,33778:1,33779:1,35916:.5,35917:.5,35918:1,35919:1,37488:.5,37489:.5,37490:1,37491:1,37492:.5,37496:1,37493:.5,37497:1,37494:.5,37495:.5,35840:.5,35842:.5,35841:.25,35843:.25,36196:.5,35986:.5,35986:1,34798:1,37808:1};let er,an;function Vm(){an={s3tc:er.getExtension("WEBGL_compressed_texture_s3tc"),s3tc_sRGB:er.getExtension("WEBGL_compressed_texture_s3tc_srgb"),etc:er.getExtension("WEBGL_compressed_texture_etc"),etc1:er.getExtension("WEBGL_compressed_texture_etc1"),pvrtc:er.getExtension("WEBGL_compressed_texture_pvrtc")||er.getExtension("WEBKIT_WEBGL_compressed_texture_pvrtc"),atc:er.getExtension("WEBGL_compressed_texture_atc"),astc:er.getExtension("WEBGL_compressed_texture_astc")}}const bT={extension:{type:J.DetectionParser,priority:2},test:async()=>{const r=it.ADAPTER.createCanvas().getContext("webgl");return r?(er=r,!0):(console.warn("WebGL not available for compressed textures."),!1)},add:async r=>{an||Vm();const t=[];for(const e in an)an[e]&&t.push(e);return[...t,...r]},remove:async r=>(an||Vm(),r.filter(t=>!(t in an)))};nt.add(bT);class xT extends Aa{constructor(t,e={width:1,height:1,autoLoad:!0}){let i,s;typeof t=="string"?(i=t,s=new Uint8Array):(i=null,s=t),super(s,e),this.origin=i,this.buffer=s?new Cc(s):null,this._load=null,this.loaded=!1,this.origin!==null&&e.autoLoad!==!1&&this.load(),this.origin===null&&this.buffer&&(this._load=Promise.resolve(this),this.loaded=!0,this.onBlobLoaded(this.buffer.rawBinaryData))}onBlobLoaded(t){}load(){return this._load?this._load:(this._load=fetch(this.origin).then(t=>t.blob()).then(t=>t.arrayBuffer()).then(t=>(this.data=new Uint32Array(t),this.buffer=new Cc(t),this.loaded=!0,this.onBlobLoaded(t),this.update(),this)),this._load)}}class us extends xT{constructor(t,e){super(t,e),this.format=e.format,this.levels=e.levels||1,this._width=e.width,this._height=e.height,this._extension=us._formatToExtension(this.format),(e.levelBuffers||this.buffer)&&(this._levelBuffers=e.levelBuffers||us._createLevelBuffers(t instanceof Uint8Array?t:this.buffer.uint8View,this.format,this.levels,4,4,this.width,this.height))}upload(t,e,i){const s=t.gl;if(!t.context.extensions[this._extension])throw new Error(`${this._extension} textures are not supported on the current machine`);if(!this._levelBuffers)return!1;s.pixelStorei(s.UNPACK_ALIGNMENT,4);for(let n=0,o=this.levels;n<o;n++){const{levelID:a,levelWidth:h,levelHeight:l,levelBuffer:c}=this._levelBuffers[n];s.compressedTexImage2D(s.TEXTURE_2D,a,this.format,h,l,0,c)}return!0}onBlobLoaded(){this._levelBuffers=us._createLevelBuffers(this.buffer.uint8View,this.format,this.levels,4,4,this.width,this.height)}static _formatToExtension(t){if(t>=33776&&t<=33779)return"s3tc";if(t>=37488&&t<=37497)return"etc";if(t>=35840&&t<=35843)return"pvrtc";if(t>=36196)return"etc1";if(t>=35986&&t<=34798)return"atc";throw new Error("Invalid (compressed) texture format given!")}static _createLevelBuffers(t,e,i,s,n,o,a){const h=new Array(i);let l=t.byteOffset,c=o,u=a,d=c+s-1&~(s-1),f=u+n-1&~(n-1),p=d*f*th[e];for(let m=0;m<i;m++)h[m]={levelID:m,levelWidth:i>1?c:d,levelHeight:i>1?u:f,levelBuffer:new Uint8Array(t.buffer,l,p)},l+=p,c=c>>1||1,u=u>>1||1,d=c+s-1&~(s-1),f=u+n-1&~(n-1),p=d*f*th[e];return h}}const hu=4,eh=124,_T=32,Hm=20,vT=542327876,ih={SIZE:1,FLAGS:2,HEIGHT:3,WIDTH:4,MIPMAP_COUNT:7,PIXEL_FORMAT:19},wT={SIZE:0,FLAGS:1,FOURCC:2,RGB_BITCOUNT:3,R_BIT_MASK:4,G_BIT_MASK:5,B_BIT_MASK:6,A_BIT_MASK:7},rh={DXGI_FORMAT:0,RESOURCE_DIMENSION:1,MISC_FLAG:2,ARRAY_SIZE:3,MISC_FLAGS2:4},TT=1,ST=2,CT=4,ET=64,IT=512,AT=131072,MT=827611204,RT=861165636,PT=894720068,LT=808540228,GT=4,FT={[MT]:Ge.COMPRESSED_RGBA_S3TC_DXT1_EXT,[RT]:Ge.COMPRESSED_RGBA_S3TC_DXT3_EXT,[PT]:Ge.COMPRESSED_RGBA_S3TC_DXT5_EXT},NT={70:Ge.COMPRESSED_RGBA_S3TC_DXT1_EXT,71:Ge.COMPRESSED_RGBA_S3TC_DXT1_EXT,73:Ge.COMPRESSED_RGBA_S3TC_DXT3_EXT,74:Ge.COMPRESSED_RGBA_S3TC_DXT3_EXT,76:Ge.COMPRESSED_RGBA_S3TC_DXT5_EXT,77:Ge.COMPRESSED_RGBA_S3TC_DXT5_EXT,72:Ge.COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT,75:Ge.COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT,78:Ge.COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT};function kT(r){const t=new Uint32Array(r);if(t[0]!==vT)throw new Error("Invalid DDS file magic word");const e=new Uint32Array(r,0,eh/Uint32Array.BYTES_PER_ELEMENT),i=e[ih.HEIGHT],s=e[ih.WIDTH],n=e[ih.MIPMAP_COUNT],o=new Uint32Array(r,ih.PIXEL_FORMAT*Uint32Array.BYTES_PER_ELEMENT,_T/Uint32Array.BYTES_PER_ELEMENT),a=o[TT];if(a&CT){const h=o[wT.FOURCC];if(h!==LT){const _=FT[h],x=hu+eh,v=new Uint8Array(r,x);return[new us(v,{format:_,width:s,height:i,levels:n})]}const l=hu+eh,c=new Uint32Array(t.buffer,l,Hm/Uint32Array.BYTES_PER_ELEMENT),u=c[rh.DXGI_FORMAT],d=c[rh.RESOURCE_DIMENSION],f=c[rh.MISC_FLAG],p=c[rh.ARRAY_SIZE],m=NT[u];if(m===void 0)throw new Error(`DDSParser cannot parse texture data with DXGI format ${u}`);if(f===GT)throw new Error("DDSParser does not support cubemap textures");if(d===6)throw new Error("DDSParser does not supported 3D texture data");const g=new Array,b=hu+eh+Hm;if(p===1)g.push(new Uint8Array(r,b));else{const _=th[m];let x=0,v=s,T=i;for(let E=0;E<n;E++){const I=Math.max(1,v+3&-4),R=Math.max(1,T+3&-4),N=I*R*_;x+=N,v=v>>>1,T=T>>>1}let C=b;for(let E=0;E<p;E++)g.push(new Uint8Array(r,C,x)),C+=x}return g.map(_=>new us(_,{format:m,width:s,height:i,levels:n}))}throw a&ET?new Error("DDSParser does not support uncompressed texture data."):a&IT?new Error("DDSParser does not supported YUV uncompressed texture data."):a&AT?new Error("DDSParser does not support single-channel (lumninance) texture data!"):a&ST?new Error("DDSParser does not support single-channel (alpha) texture data!"):new Error("DDSParser failed to load a texture file due to an unknown reason!")}const Km=[171,75,84,88,32,49,49,187,13,10,26,10],DT=67305985,hi={FILE_IDENTIFIER:0,ENDIANNESS:12,GL_TYPE:16,GL_TYPE_SIZE:20,GL_FORMAT:24,GL_INTERNAL_FORMAT:28,GL_BASE_INTERNAL_FORMAT:32,PIXEL_WIDTH:36,PIXEL_HEIGHT:40,PIXEL_DEPTH:44,NUMBER_OF_ARRAY_ELEMENTS:48,NUMBER_OF_FACES:52,NUMBER_OF_MIPMAP_LEVELS:56,BYTES_OF_KEY_VALUE_DATA:60},lu=64,Ym={[ht.UNSIGNED_BYTE]:1,[ht.UNSIGNED_SHORT]:2,[ht.INT]:4,[ht.UNSIGNED_INT]:4,[ht.FLOAT]:4,[ht.HALF_FLOAT]:8},OT={[V.RGBA]:4,[V.RGB]:3,[V.RG]:2,[V.RED]:1,[V.LUMINANCE]:1,[V.LUMINANCE_ALPHA]:2,[V.ALPHA]:1},BT={[ht.UNSIGNED_SHORT_4_4_4_4]:2,[ht.UNSIGNED_SHORT_5_5_5_1]:2,[ht.UNSIGNED_SHORT_5_6_5]:2};function UT(r,t,e=!1){const i=new DataView(t);if(!XT(r,i))return null;const s=i.getUint32(hi.ENDIANNESS,!0)===DT,n=i.getUint32(hi.GL_TYPE,s),o=i.getUint32(hi.GL_FORMAT,s),a=i.getUint32(hi.GL_INTERNAL_FORMAT,s),h=i.getUint32(hi.PIXEL_WIDTH,s),l=i.getUint32(hi.PIXEL_HEIGHT,s)||1,c=i.getUint32(hi.PIXEL_DEPTH,s)||1,u=i.getUint32(hi.NUMBER_OF_ARRAY_ELEMENTS,s)||1,d=i.getUint32(hi.NUMBER_OF_FACES,s),f=i.getUint32(hi.NUMBER_OF_MIPMAP_LEVELS,s),p=i.getUint32(hi.BYTES_OF_KEY_VALUE_DATA,s);if(l===0||c!==1)throw new Error("Only 2D textures are supported");if(d!==1)throw new Error("CubeTextures are not supported by KTXLoader yet!");if(u!==1)throw new Error("WebGL does not support array textures");const m=4,g=4,b=h+3&-4,_=l+3&-4,x=new Array(u);let v=h*l;n===0&&(v=b*_);let T;if(n!==0?Ym[n]?T=Ym[n]*OT[o]:T=BT[n]:T=th[a],T===void 0)throw new Error("Unable to resolve the pixel format stored in the *.ktx file!");const C=e?ZT(i,p,s):null;let E=v*T,I=h,R=l,N=b,F=_,P=lu+p;for(let A=0;A<f;A++){const G=i.getUint32(P,s);let D=P+4;for(let X=0;X<u;X++){let B=x[X];B||(B=x[X]=new Array(f)),B[A]={levelID:A,levelWidth:f>1||n!==0?I:N,levelHeight:f>1||n!==0?R:F,levelBuffer:new Uint8Array(t,D,E)},D+=E}P+=G+4,P=P%4!==0?P+4-P%4:P,I=I>>1||1,R=R>>1||1,N=I+m-1&~(m-1),F=R+g-1&~(g-1),E=N*F*T}return n!==0?{uncompressed:x.map(A=>{let G=A[0].levelBuffer,D=!1;return n===ht.FLOAT?G=new Float32Array(A[0].levelBuffer.buffer,A[0].levelBuffer.byteOffset,A[0].levelBuffer.byteLength/4):n===ht.UNSIGNED_INT?(D=!0,G=new Uint32Array(A[0].levelBuffer.buffer,A[0].levelBuffer.byteOffset,A[0].levelBuffer.byteLength/4)):n===ht.INT&&(D=!0,G=new Int32Array(A[0].levelBuffer.buffer,A[0].levelBuffer.byteOffset,A[0].levelBuffer.byteLength/4)),{resource:new Aa(G,{width:A[0].levelWidth,height:A[0].levelHeight}),type:n,format:D?WT(o):o}}),kvData:C}:{compressed:x.map(A=>new us(null,{format:a,width:h,height:l,levels:f,levelBuffers:A})),kvData:C}}function XT(r,t){for(let e=0;e<Km.length;e++)if(t.getUint8(e)!==Km[e])return console.error(`${r} is not a valid *.ktx file!`),!1;return!0}function WT(r){switch(r){case V.RGBA:return V.RGBA_INTEGER;case V.RGB:return V.RGB_INTEGER;case V.RG:return V.RG_INTEGER;case V.RED:return V.RED_INTEGER;default:return r}}function ZT(r,t,e){const i=new Map;let s=0;for(;s<t;){const n=r.getUint32(lu+s,e),o=lu+s+4,a=3-(n+3)%4;if(n===0||n>t-s){console.error("KTXLoader: keyAndValueByteSize out of bounds");break}let h=0;for(;h<n&&r.getUint8(o+h)!==0;h++);if(h===-1){console.error("KTXLoader: Failed to find null byte terminating kvData key");break}const l=new TextDecoder().decode(new Uint8Array(r.buffer,o,h)),c=new DataView(r.buffer,o+h+1,n-h-1);i.set(l,c),s+=4+n+a}return i}const VT={extension:{type:J.LoadParser,priority:ai.High},name:"loadDDS",test(r){return Cr(r,".dds")},async load(r,t,e){const i=await(await it.ADAPTER.fetch(r)).arrayBuffer(),s=kT(i).map(n=>{const o=new bt(n,{mipmap:vi.OFF,alphaMode:we.NO_PREMULTIPLIED_ALPHA,resolution:Qi(r),...t.data});return uo(o,e,r)});return s.length===1?s[0]:s},unload(r){Array.isArray(r)?r.forEach(t=>t.destroy(!0)):r.destroy(!0)}};nt.add(VT);const HT={extension:{type:J.LoadParser,priority:ai.High},name:"loadKTX",test(r){return Cr(r,".ktx")},async load(r,t,e){const i=await(await it.ADAPTER.fetch(r)).arrayBuffer(),{compressed:s,uncompressed:n,kvData:o}=UT(r,i),a=s??n,h={mipmap:vi.OFF,alphaMode:we.NO_PREMULTIPLIED_ALPHA,resolution:Qi(r),...t.data},l=a.map(c=>{a===n&&Object.assign(h,{type:c.type,format:c.format});const u=c.resource??c,d=new bt(u,h);return d.ktxKeyValueData=o,uo(d,e,r)});return l.length===1?l[0]:l},unload(r){Array.isArray(r)?r.forEach(t=>t.destroy(!0)):r.destroy(!0)}};nt.add(HT);const KT={extension:J.ResolveParser,test:r=>{const t=ee.extname(r).slice(1);return["basis","ktx","dds"].includes(t)},parse:r=>{var e,i;const t=ee.extname(r).slice(1);if(t==="ktx"){const s=[".s3tc.ktx",".s3tc_sRGB.ktx",".etc.ktx",".etc1.ktx",".pvrt.ktx",".atc.ktx",".astc.ktx"];if(s.some(n=>r.endsWith(n)))return{resolution:parseFloat(((e=it.RETINA_PREFIX.exec(r))==null?void 0:e[1])??"1"),format:s.find(n=>r.endsWith(n)),src:r}}return{resolution:parseFloat(((i=it.RETINA_PREFIX.exec(r))==null?void 0:i[1])??"1"),format:t,src:r}}};nt.add(KT);const sh=new pt,YT=4,zm=class ha{constructor(t){this.renderer=t,this._rendererPremultipliedAlpha=!1}contextChange(){var e;const t=(e=this.renderer)==null?void 0:e.gl.getContextAttributes();this._rendererPremultipliedAlpha=!!(t&&t.alpha&&t.premultipliedAlpha)}async image(t,e,i,s){const n=new Image;return n.src=await this.base64(t,e,i,s),n}async base64(t,e,i,s){const n=this.canvas(t,s);if(n.toBlob!==void 0)return new Promise((o,a)=>{n.toBlob(h=>{if(!h){a(new Error("ICanvas.toBlob failed!"));return}const l=new FileReader;l.onload=()=>o(l.result),l.onerror=a,l.readAsDataURL(h)},e,i)});if(n.toDataURL!==void 0)return n.toDataURL(e,i);if(n.convertToBlob!==void 0){const o=await n.convertToBlob({type:e,quality:i});return new Promise((a,h)=>{const l=new FileReader;l.onload=()=>a(l.result),l.onerror=h,l.readAsDataURL(o)})}throw new Error("Extract.base64() requires ICanvas.toDataURL, ICanvas.toBlob, or ICanvas.convertToBlob to be implemented")}canvas(t,e){const{pixels:i,width:s,height:n,flipY:o,premultipliedAlpha:a}=this._rawPixels(t,e);o&&ha._flipY(i,s,n),a&&ha._unpremultiplyAlpha(i);const h=new Mv(s,n,1),l=new ImageData(new Uint8ClampedArray(i.buffer),s,n);return h.context.putImageData(l,0,0),h.canvas}pixels(t,e){const{pixels:i,width:s,height:n,flipY:o,premultipliedAlpha:a}=this._rawPixels(t,e);return o&&ha._flipY(i,s,n),a&&ha._unpremultiplyAlpha(i),i}_rawPixels(t,e){const i=this.renderer;if(!i)throw new Error("The Extract has already been destroyed");let s,n=!1,o=!1,a,h=!1;t&&(t instanceof os?a=t:(a=i.generateTexture(t,{region:e,resolution:i.resolution,multisample:i.multisample}),h=!0,e&&(sh.width=e.width,sh.height=e.height,e=sh)));const l=i.gl;if(a){if(s=a.baseTexture.resolution,e=e??a.frame,n=!1,o=a.baseTexture.alphaMode>0&&a.baseTexture.format===V.RGBA,!h){i.renderTexture.bind(a);const f=a.framebuffer.glFramebuffers[i.CONTEXT_UID];f.blitFramebuffer&&i.framebuffer.bind(f.blitFramebuffer)}}else s=i.resolution,e||(e=sh,e.width=i.width/s,e.height=i.height/s),n=!0,o=this._rendererPremultipliedAlpha,i.renderTexture.bind();const c=Math.max(Math.round(e.width*s),1),u=Math.max(Math.round(e.height*s),1),d=new Uint8Array(YT*c*u);return l.readPixels(Math.round(e.x*s),Math.round(e.y*s),c,u,l.RGBA,l.UNSIGNED_BYTE,d),h&&(a==null||a.destroy(!0)),{pixels:d,width:c,height:u,flipY:n,premultipliedAlpha:o}}destroy(){this.renderer=null}static _flipY(t,e,i){const s=e<<2,n=i>>1,o=new Uint8Array(s);for(let a=0;a<n;a++){const h=a*s,l=(i-a-1)*s;o.set(t.subarray(h,h+s)),t.copyWithin(h,l,l+s),t.set(o,l)}}static _unpremultiplyAlpha(t){t instanceof Uint8ClampedArray&&(t=new Uint8Array(t.buffer));const e=t.length;for(let i=0;i<e;i+=4){const s=t[i+3];if(s!==0){const n=255.001/s;t[i]=t[i]*n+.5,t[i+1]=t[i+1]*n+.5,t[i+2]=t[i+2]*n+.5}}}};zm.extension={name:"extract",type:J.RendererSystem};let zT=zm;nt.add(zT);const nh={build(r){const t=r.points;let e,i,s,n,o,a;if(r.type===ce.CIRC){const p=r.shape;e=p.x,i=p.y,o=a=p.radius,s=n=0}else if(r.type===ce.ELIP){const p=r.shape;e=p.x,i=p.y,o=p.width,a=p.height,s=n=0}else{const p=r.shape,m=p.width/2,g=p.height/2;e=p.x+m,i=p.y+g,o=a=Math.max(0,Math.min(p.radius,Math.min(m,g))),s=m-o,n=g-a}if(!(o>=0&&a>=0&&s>=0&&n>=0)){t.length=0;return}const h=Math.ceil(2.3*Math.sqrt(o+a)),l=h*8+(s?4:0)+(n?4:0);if(t.length=l,l===0)return;if(h===0){t.length=8,t[0]=t[6]=e+s,t[1]=t[3]=i+n,t[2]=t[4]=e-s,t[5]=t[7]=i-n;return}let c=0,u=h*4+(s?2:0)+2,d=u,f=l;{const p=s+o,m=n,g=e+p,b=e-p,_=i+m;if(t[c++]=g,t[c++]=_,t[--u]=_,t[--u]=b,n){const x=i-m;t[d++]=b,t[d++]=x,t[--f]=x,t[--f]=g}}for(let p=1;p<h;p++){const m=Math.PI/2*(p/h),g=s+Math.cos(m)*o,b=n+Math.sin(m)*a,_=e+g,x=e-g,v=i+b,T=i-b;t[c++]=_,t[c++]=v,t[--u]=v,t[--u]=x,t[d++]=x,t[d++]=T,t[--f]=T,t[--f]=_}{const p=s,m=n+a,g=e+p,b=e-p,_=i+m,x=i-m;t[c++]=g,t[c++]=_,t[--f]=x,t[--f]=g,s&&(t[c++]=b,t[c++]=_,t[--f]=x,t[--f]=b)}},triangulate(r,t){const e=r.points,i=t.points,s=t.indices;if(e.length===0)return;let n=i.length/2;const o=n;let a,h;if(r.type!==ce.RREC){const c=r.shape;a=c.x,h=c.y}else{const c=r.shape;a=c.x+c.width/2,h=c.y+c.height/2}const l=r.matrix;i.push(r.matrix?l.a*a+l.c*h+l.tx:a,r.matrix?l.b*a+l.d*h+l.ty:h),n++,i.push(e[0],e[1]);for(let c=2;c<e.length;c+=2)i.push(e[c],e[c+1]),s.push(n++,o,n);s.push(o+1,o,n)}};function jm(r,t=!1){const e=r.length;if(e<6)return;let i=0;for(let s=0,n=r[e-2],o=r[e-1];s<e;s+=2){const a=r[s],h=r[s+1];i+=(a-n)*(h+o),n=a,o=h}if(!t&&i>0||t&&i<=0){const s=e/2;for(let n=s+s%2;n<e;n+=2){const o=e-n-2,a=e-n-1,h=n,l=n+1;[r[o],r[h]]=[r[h],r[o]],[r[a],r[l]]=[r[l],r[a]]}}}const Jm={build(r){r.points=r.shape.points.slice()},triangulate(r,t){let e=r.points;const i=r.holes,s=t.points,n=t.indices;if(e.length>=6){jm(e,!1);const o=[];for(let l=0;l<i.length;l++){const c=i[l];jm(c.points,!0),o.push(e.length/2),e=e.concat(c.points)}const a=nx(e,o,2);if(!a)return;const h=s.length/2;for(let l=0;l<a.length;l+=3)n.push(a[l]+h),n.push(a[l+1]+h),n.push(a[l+2]+h);for(let l=0;l<e.length;l++)s.push(e[l])}}},jT={build(r){const t=r.shape,e=t.x,i=t.y,s=t.width,n=t.height,o=r.points;o.length=0,s>=0&&n>=0&&o.push(e,i,e+s,i,e+s,i+n,e,i+n)},triangulate(r,t){const e=r.points,i=t.points;if(e.length===0)return;const s=i.length/2;i.push(e[0],e[1],e[2],e[3],e[6],e[7],e[4],e[5]),t.indices.push(s,s+1,s+2,s+1,s+2,s+3)}},JT={build(r){nh.build(r)},triangulate(r,t){nh.triangulate(r,t)}};var He=(r=>(r.MITER="miter",r.BEVEL="bevel",r.ROUND="round",r))(He||{}),Er=(r=>(r.BUTT="butt",r.ROUND="round",r.SQUARE="square",r))(Er||{});const hn={adaptive:!0,maxLength:10,minSegments:8,maxSegments:2048,epsilon:1e-4,_segmentsCount(r,t=20){if(!this.adaptive||!r||isNaN(r))return t;let e=Math.ceil(r/this.maxLength);return e<this.minSegments?e=this.minSegments:e>this.maxSegments&&(e=this.maxSegments),e}};class $m{static curveTo(t,e,i,s,n,o){const a=o[o.length-2],h=o[o.length-1]-e,l=a-t,c=s-e,u=i-t,d=Math.abs(h*u-l*c);if(d<1e-8||n===0)return(o[o.length-2]!==t||o[o.length-1]!==e)&&o.push(t,e),null;const f=h*h+l*l,p=c*c+u*u,m=h*c+l*u,g=n*Math.sqrt(f)/d,b=n*Math.sqrt(p)/d,_=g*m/f,x=b*m/p,v=g*u+b*l,T=g*c+b*h,C=l*(b+_),E=h*(b+_),I=u*(g+x),R=c*(g+x),N=Math.atan2(E-T,C-v),F=Math.atan2(R-T,I-v);return{cx:v+t,cy:T+e,radius:n,startAngle:N,endAngle:F,anticlockwise:l*c>u*h}}static arc(t,e,i,s,n,o,a,h,l){const c=a-o,u=hn._segmentsCount(Math.abs(c)*n,Math.ceil(Math.abs(c)/Ra)*40),d=c/(u*2),f=d*2,p=Math.cos(d),m=Math.sin(d),g=u-1,b=g%1/g;for(let _=0;_<=g;++_){const x=_+b*_,v=d+o+f*x,T=Math.cos(v),C=-Math.sin(v);l.push((p*T+m*C)*n+i,(p*-C+m*T)*n+s)}}}class $T{constructor(){this.reset()}begin(t,e,i){this.reset(),this.style=t,this.start=e,this.attribStart=i}end(t,e){this.attribSize=e-this.attribStart,this.size=t-this.start}reset(){this.style=null,this.size=0,this.start=0,this.attribStart=0,this.attribSize=0}}class cu{static curveLength(t,e,i,s,n,o,a,h){let l=0,c=0,u=0,d=0,f=0,p=0,m=0,g=0,b=0,_=0,x=0,v=t,T=e;for(let C=1;C<=10;++C)c=C/10,u=c*c,d=u*c,f=1-c,p=f*f,m=p*f,g=m*t+3*p*c*i+3*f*u*n+d*a,b=m*e+3*p*c*s+3*f*u*o+d*h,_=v-g,x=T-b,v=g,T=b,l+=Math.sqrt(_*_+x*x);return l}static curveTo(t,e,i,s,n,o,a){const h=a[a.length-2],l=a[a.length-1];a.length-=2;const c=hn._segmentsCount(cu.curveLength(h,l,t,e,i,s,n,o));let u=0,d=0,f=0,p=0,m=0;a.push(h,l);for(let g=1,b=0;g<=c;++g)b=g/c,u=1-b,d=u*u,f=d*u,p=b*b,m=p*b,a.push(f*h+3*d*b*t+3*u*p*i+m*n,f*l+3*d*b*e+3*u*p*s+m*o)}}function Qm(r,t,e,i,s,n,o,a){const h=r-e*s,l=t-i*s,c=r+e*n,u=t+i*n;let d,f;o?(d=i,f=-e):(d=-i,f=e);const p=h+d,m=l+f,g=c+d,b=u+f;return a.push(p,m,g,b),2}function ds(r,t,e,i,s,n,o,a){const h=e-r,l=i-t;let c=Math.atan2(h,l),u=Math.atan2(s-r,n-t);a&&c<u?c+=Math.PI*2:!a&&c>u&&(u+=Math.PI*2);let d=c;const f=u-c,p=Math.abs(f),m=Math.sqrt(h*h+l*l),g=(15*p*Math.sqrt(m)/Math.PI>>0)+1,b=f/g;if(d+=b,a){o.push(r,t,e,i);for(let _=1,x=d;_<g;_++,x+=b)o.push(r,t,r+Math.sin(x)*m,t+Math.cos(x)*m);o.push(r,t,s,n)}else{o.push(e,i,r,t);for(let _=1,x=d;_<g;_++,x+=b)o.push(r+Math.sin(x)*m,t+Math.cos(x)*m,r,t);o.push(s,n,r,t)}return g*2}function QT(r,t){const e=r.shape;let i=r.points||e.points.slice();const s=t.closePointEps;if(i.length===0)return;const n=r.lineStyle,o=new ct(i[0],i[1]),a=new ct(i[i.length-2],i[i.length-1]),h=e.type!==ce.POLY||e.closeStroke,l=Math.abs(o.x-a.x)<s&&Math.abs(o.y-a.y)<s;if(h){i=i.slice(),l&&(i.pop(),i.pop(),a.set(i[i.length-2],i[i.length-1]));const B=(o.x+a.x)*.5,H=(a.y+o.y)*.5;i.unshift(B,H),i.push(B,H)}const c=t.points,u=i.length/2;let d=i.length;const f=c.length/2,p=n.width/2,m=p*p,g=n.miterLimit*n.miterLimit;let b=i[0],_=i[1],x=i[2],v=i[3],T=0,C=0,E=-(_-v),I=b-x,R=0,N=0,F=Math.sqrt(E*E+I*I);E/=F,I/=F,E*=p,I*=p;const P=n.alignment,A=(1-P)*2,G=P*2;h||(n.cap===Er.ROUND?d+=ds(b-E*(A-G)*.5,_-I*(A-G)*.5,b-E*A,_-I*A,b+E*G,_+I*G,c,!0)+2:n.cap===Er.SQUARE&&(d+=Qm(b,_,E,I,A,G,!0,c))),c.push(b-E*A,_-I*A,b+E*G,_+I*G);for(let B=1;B<u-1;++B){b=i[(B-1)*2],_=i[(B-1)*2+1],x=i[B*2],v=i[B*2+1],T=i[(B+1)*2],C=i[(B+1)*2+1],E=-(_-v),I=b-x,F=Math.sqrt(E*E+I*I),E/=F,I/=F,E*=p,I*=p,R=-(v-C),N=x-T,F=Math.sqrt(R*R+N*N),R/=F,N/=F,R*=p,N*=p;const H=x-b,lt=_-v,W=x-T,L=C-v,O=H*W+lt*L,U=lt*W-L*H,tt=U<0;if(Math.abs(U)<.001*Math.abs(O)){c.push(x-E*A,v-I*A,x+E*G,v+I*G),O>=0&&(n.join===He.ROUND?d+=ds(x,v,x-E*A,v-I*A,x-R*A,v-N*A,c,!1)+4:d+=2,c.push(x-R*G,v-N*G,x+R*A,v+N*A));continue}const Q=(-E+b)*(-I+v)-(-E+x)*(-I+_),xt=(-R+T)*(-N+v)-(-R+x)*(-N+C),Ct=(H*xt-W*Q)/U,q=(L*Q-lt*xt)/U,Z=(Ct-x)*(Ct-x)+(q-v)*(q-v),Y=x+(Ct-x)*A,z=v+(q-v)*A,k=x-(Ct-x)*G,ut=v-(q-v)*G,gt=Math.min(H*H+lt*lt,W*W+L*L),At=tt?A:G,Ft=gt+At*At*m,Pe=Z<=Ft;let Ue=n.join;if(Ue===He.MITER&&Z/m>g&&(Ue=He.BEVEL),Pe)switch(Ue){case He.MITER:{c.push(Y,z,k,ut);break}case He.BEVEL:{tt?c.push(Y,z,x+E*G,v+I*G,Y,z,x+R*G,v+N*G):c.push(x-E*A,v-I*A,k,ut,x-R*A,v-N*A,k,ut),d+=2;break}case He.ROUND:{tt?(c.push(Y,z,x+E*G,v+I*G),d+=ds(x,v,x+E*G,v+I*G,x+R*G,v+N*G,c,!0)+4,c.push(Y,z,x+R*G,v+N*G)):(c.push(x-E*A,v-I*A,k,ut),d+=ds(x,v,x-E*A,v-I*A,x-R*A,v-N*A,c,!1)+4,c.push(x-R*A,v-N*A,k,ut));break}}else{switch(c.push(x-E*A,v-I*A,x+E*G,v+I*G),Ue){case He.MITER:{tt?c.push(k,ut,k,ut):c.push(Y,z,Y,z),d+=2;break}case He.ROUND:{tt?d+=ds(x,v,x+E*G,v+I*G,x+R*G,v+N*G,c,!0)+2:d+=ds(x,v,x-E*A,v-I*A,x-R*A,v-N*A,c,!1)+2;break}}c.push(x-R*A,v-N*A,x+R*G,v+N*G),d+=2}}b=i[(u-2)*2],_=i[(u-2)*2+1],x=i[(u-1)*2],v=i[(u-1)*2+1],E=-(_-v),I=b-x,F=Math.sqrt(E*E+I*I),E/=F,I/=F,E*=p,I*=p,c.push(x-E*A,v-I*A,x+E*G,v+I*G),h||(n.cap===Er.ROUND?d+=ds(x-E*(A-G)*.5,v-I*(A-G)*.5,x-E*A,v-I*A,x+E*G,v+I*G,c,!1)+2:n.cap===Er.SQUARE&&(d+=Qm(x,v,E,I,A,G,!1,c)));const D=t.indices,X=hn.epsilon*hn.epsilon;for(let B=f;B<d+f-2;++B)b=c[B*2],_=c[B*2+1],x=c[(B+1)*2],v=c[(B+1)*2+1],T=c[(B+2)*2],C=c[(B+2)*2+1],!(Math.abs(b*(v-C)+x*(C-_)+T*(_-v))<X)&&D.push(B,B+1,B+2)}function qT(r,t){let e=0;const i=r.shape,s=r.points||i.points,n=i.type!==ce.POLY||i.closeStroke;if(s.length===0)return;const o=t.points,a=t.indices,h=s.length/2,l=o.length/2;let c=l;for(o.push(s[0],s[1]),e=1;e<h;e++)o.push(s[e*2],s[e*2+1]),a.push(c,c+1),c++;n&&a.push(c,l)}function qm(r,t){r.lineStyle.native?qT(r,t):QT(r,t)}class uu{static curveLength(t,e,i,s,n,o){const a=t-2*i+n,h=e-2*s+o,l=2*i-2*t,c=2*s-2*e,u=4*(a*a+h*h),d=4*(a*l+h*c),f=l*l+c*c,p=2*Math.sqrt(u+d+f),m=Math.sqrt(u),g=2*u*m,b=2*Math.sqrt(f),_=d/m;return(g*p+m*d*(p-b)+(4*f*u-d*d)*Math.log((2*m+_+p)/(_+b)))/(4*g)}static curveTo(t,e,i,s,n){const o=n[n.length-2],a=n[n.length-1],h=hn._segmentsCount(uu.curveLength(o,a,t,e,i,s));let l=0,c=0;for(let u=1;u<=h;++u){const d=u/h;l=o+(t-o)*d,c=a+(e-a)*d,n.push(l+(t+(i-t)*d-l)*d,c+(e+(s-e)*d-c)*d)}}}const du={[ce.POLY]:Jm,[ce.CIRC]:nh,[ce.ELIP]:nh,[ce.RECT]:jT,[ce.RREC]:JT},tg=[],oh=[];class ah{constructor(t,e=null,i=null,s=null){this.points=[],this.holes=[],this.shape=t,this.lineStyle=i,this.fillStyle=e,this.matrix=s,this.type=t.type}clone(){return new ah(this.shape,this.fillStyle,this.lineStyle,this.matrix)}destroy(){this.shape=null,this.holes.length=0,this.holes=null,this.points.length=0,this.points=null,this.lineStyle=null,this.fillStyle=null}}const ln=new ct,eg=class Mb extends F0{constructor(){super(),this.closePointEps=1e-4,this.boundsPadding=0,this.uvsFloat32=null,this.indicesUint16=null,this.batchable=!1,this.points=[],this.colors=[],this.uvs=[],this.indices=[],this.textureIds=[],this.graphicsData=[],this.drawCalls=[],this.batchDirty=-1,this.batches=[],this.dirty=0,this.cacheDirty=-1,this.clearDirty=0,this.shapeIndex=0,this._bounds=new za,this.boundsDirty=-1}get bounds(){return this.updateBatches(),this.boundsDirty!==this.dirty&&(this.boundsDirty=this.dirty,this.calculateBounds()),this._bounds}invalidate(){this.boundsDirty=-1,this.dirty++,this.batchDirty++,this.shapeIndex=0,this.points.length=0,this.colors.length=0,this.uvs.length=0,this.indices.length=0,this.textureIds.length=0;for(let t=0;t<this.drawCalls.length;t++)this.drawCalls[t].texArray.clear(),oh.push(this.drawCalls[t]);this.drawCalls.length=0;for(let t=0;t<this.batches.length;t++){const e=this.batches[t];e.reset(),tg.push(e)}this.batches.length=0}clear(){return this.graphicsData.length>0&&(this.invalidate(),this.clearDirty++,this.graphicsData.length=0),this}drawShape(t,e=null,i=null,s=null){const n=new ah(t,e,i,s);return this.graphicsData.push(n),this.dirty++,this}drawHole(t,e=null){if(!this.graphicsData.length)return null;const i=new ah(t,null,null,e),s=this.graphicsData[this.graphicsData.length-1];return i.lineStyle=s.lineStyle,s.holes.push(i),this.dirty++,this}destroy(){super.destroy();for(let t=0;t<this.graphicsData.length;++t)this.graphicsData[t].destroy();this.points.length=0,this.points=null,this.colors.length=0,this.colors=null,this.uvs.length=0,this.uvs=null,this.indices.length=0,this.indices=null,this.indexBuffer.destroy(),this.indexBuffer=null,this.graphicsData.length=0,this.graphicsData=null,this.drawCalls.length=0,this.drawCalls=null,this.batches.length=0,this.batches=null,this._bounds=null}containsPoint(t){const e=this.graphicsData;for(let i=0;i<e.length;++i){const s=e[i];if(s.fillStyle.visible&&s.shape&&(s.matrix?s.matrix.applyInverse(t,ln):ln.copyFrom(t),s.shape.contains(ln.x,ln.y))){let n=!1;if(s.holes){for(let o=0;o<s.holes.length;o++)if(s.holes[o].shape.contains(ln.x,ln.y)){n=!0;break}}if(!n)return!0}}return!1}updateBatches(){if(!this.graphicsData.length){this.batchable=!0;return}if(!this.validateBatching())return;this.cacheDirty=this.dirty;const t=this.uvs,e=this.graphicsData;let i=null,s=null;this.batches.length>0&&(i=this.batches[this.batches.length-1],s=i.style);for(let h=this.shapeIndex;h<e.length;h++){this.shapeIndex++;const l=e[h],c=l.fillStyle,u=l.lineStyle;du[l.type].build(l),l.matrix&&this.transformPoints(l.points,l.matrix),(c.visible||u.visible)&&this.processHoles(l.holes);for(let d=0;d<2;d++){const f=d===0?c:u;if(!f.visible)continue;const p=f.texture.baseTexture,m=this.indices.length,g=this.points.length/2;p.wrapMode=_i.REPEAT,d===0?this.processFill(l):this.processLine(l);const b=this.points.length/2-g;b!==0&&(i&&!this._compareStyles(s,f)&&(i.end(m,g),i=null),i||(i=tg.pop()||new $T,i.begin(f,m,g),this.batches.push(i),s=f),this.addUvs(this.points,t,f.texture,g,b,f.matrix))}}const n=this.indices.length,o=this.points.length/2;if(i&&i.end(n,o),this.batches.length===0){this.batchable=!0;return}const a=o>65535;this.indicesUint16&&this.indices.length===this.indicesUint16.length&&a===this.indicesUint16.BYTES_PER_ELEMENT>2?this.indicesUint16.set(this.indices):this.indicesUint16=a?new Uint32Array(this.indices):new Uint16Array(this.indices),this.batchable=this.isBatchable(),this.batchable?this.packBatches():this.buildDrawCalls()}_compareStyles(t,e){return!(!t||!e||t.texture.baseTexture!==e.texture.baseTexture||t.color+t.alpha!==e.color+e.alpha||!!t.native!=!!e.native)}validateBatching(){if(this.dirty===this.cacheDirty||!this.graphicsData.length)return!1;for(let t=0,e=this.graphicsData.length;t<e;t++){const i=this.graphicsData[t],s=i.fillStyle,n=i.lineStyle;if(s&&!s.texture.baseTexture.valid||n&&!n.texture.baseTexture.valid)return!1}return!0}packBatches(){this.batchDirty++,this.uvsFloat32=new Float32Array(this.uvs);const t=this.batches;for(let e=0,i=t.length;e<i;e++){const s=t[e];for(let n=0;n<s.size;n++){const o=s.start+n;this.indicesUint16[o]=this.indicesUint16[o]-s.attribStart}}}isBatchable(){if(this.points.length>65535*2)return!1;const t=this.batches;for(let e=0;e<t.length;e++)if(t[e].style.native)return!1;return this.points.length<Mb.BATCHABLE_SIZE*2}buildDrawCalls(){let t=++bt._globalBatch;for(let u=0;u<this.drawCalls.length;u++)this.drawCalls[u].texArray.clear(),oh.push(this.drawCalls[u]);this.drawCalls.length=0;const e=this.colors,i=this.textureIds;let s=oh.pop();s||(s=new Fc,s.texArray=new Xc),s.texArray.count=0,s.start=0,s.size=0,s.type=xi.TRIANGLES;let n=0,o=null,a=0,h=!1,l=xi.TRIANGLES,c=0;this.drawCalls.push(s);for(let u=0;u<this.batches.length;u++){const d=this.batches[u],f=8,p=d.style,m=p.texture.baseTexture;h!==!!p.native&&(h=!!p.native,l=h?xi.LINES:xi.TRIANGLES,o=null,n=f,t++),o!==m&&(o=m,m._batchEnabled!==t&&(n===f&&(t++,n=0,s.size>0&&(s=oh.pop(),s||(s=new Fc,s.texArray=new Xc),this.drawCalls.push(s)),s.start=c,s.size=0,s.texArray.count=0,s.type=l),m.touched=1,m._batchEnabled=t,m._batchLocation=n,m.wrapMode=_i.REPEAT,s.texArray.elements[s.texArray.count++]=m,n++)),s.size+=d.size,c+=d.size,a=m._batchLocation,this.addColors(e,p.color,p.alpha,d.attribSize,d.attribStart),this.addTextureIds(i,a,d.attribSize,d.attribStart)}bt._globalBatch=t,this.packAttributes()}packAttributes(){const t=this.points,e=this.uvs,i=this.colors,s=this.textureIds,n=new ArrayBuffer(t.length*3*4),o=new Float32Array(n),a=new Uint32Array(n);let h=0;for(let l=0;l<t.length/2;l++)o[h++]=t[l*2],o[h++]=t[l*2+1],o[h++]=e[l*2],o[h++]=e[l*2+1],a[h++]=i[l],o[h++]=s[l];this._buffer.update(n),this._indexBuffer.update(this.indicesUint16)}processFill(t){t.holes.length?Jm.triangulate(t,this):du[t.type].triangulate(t,this)}processLine(t){qm(t,this);for(let e=0;e<t.holes.length;e++)qm(t.holes[e],this)}processHoles(t){for(let e=0;e<t.length;e++){const i=t[e];du[i.type].build(i),i.matrix&&this.transformPoints(i.points,i.matrix)}}calculateBounds(){const t=this._bounds;t.clear(),t.addVertexData(this.points,0,this.points.length),t.pad(this.boundsPadding,this.boundsPadding)}transformPoints(t,e){for(let i=0;i<t.length/2;i++){const s=t[i*2],n=t[i*2+1];t[i*2]=e.a*s+e.c*n+e.tx,t[i*2+1]=e.b*s+e.d*n+e.ty}}addColors(t,e,i,s,n=0){const o=Lt.shared.setValue(e).toLittleEndianNumber(),a=Lt.shared.setValue(o).toPremultiplied(i);t.length=Math.max(t.length,n+s);for(let h=0;h<s;h++)t[n+h]=a}addTextureIds(t,e,i,s=0){t.length=Math.max(t.length,s+i);for(let n=0;n<i;n++)t[s+n]=e}addUvs(t,e,i,s,n,o=null){let a=0;const h=e.length,l=i.frame;for(;a<n;){let u=t[(s+a)*2],d=t[(s+a)*2+1];if(o){const f=o.a*u+o.c*d+o.tx;d=o.b*u+o.d*d+o.ty,u=f}a++,e.push(u/l.width,d/l.height)}const c=i.baseTexture;(l.width<c.width||l.height<c.height)&&this.adjustUvs(e,i,h,n)}adjustUvs(t,e,i,s){const n=e.baseTexture,o=1e-6,a=i+s*2,h=e.frame,l=h.width/n.width,c=h.height/n.height;let u=h.x/h.width,d=h.y/h.height,f=Math.floor(t[i]+o),p=Math.floor(t[i+1]+o);for(let m=i+2;m<a;m+=2)f=Math.min(f,Math.floor(t[m]+o)),p=Math.min(p,Math.floor(t[m+1]+o));u-=f,d-=p;for(let m=i;m<a;m+=2)t[m]=(t[m]+u)*l,t[m+1]=(t[m+1]+d)*c}};eg.BATCHABLE_SIZE=100;let tS=eg;class hh{constructor(){this.color=16777215,this.alpha=1,this.texture=ot.WHITE,this.matrix=null,this.visible=!1,this.reset()}clone(){const t=new hh;return t.color=this.color,t.alpha=this.alpha,t.texture=this.texture,t.matrix=this.matrix,t.visible=this.visible,t}reset(){this.color=16777215,this.alpha=1,this.texture=ot.WHITE,this.matrix=null,this.visible=!1}destroy(){this.texture=null,this.matrix=null}}class fu extends hh{constructor(){super(...arguments),this.width=0,this.alignment=.5,this.native=!1,this.cap=Er.BUTT,this.join=He.MITER,this.miterLimit=10}clone(){const t=new fu;return t.color=this.color,t.alpha=this.alpha,t.texture=this.texture,t.matrix=this.matrix,t.visible=this.visible,t.width=this.width,t.alignment=this.alignment,t.native=this.native,t.cap=this.cap,t.join=this.join,t.miterLimit=this.miterLimit,t}reset(){super.reset(),this.color=0,this.alignment=.5,this.width=0,this.native=!1,this.cap=Er.BUTT,this.join=He.MITER,this.miterLimit=10}}const pu={},mu=class wl extends Tt{constructor(t=null){super(),this.shader=null,this.pluginName="batch",this.currentPath=null,this.batches=[],this.batchTint=-1,this.batchDirty=-1,this.vertexData=null,this._fillStyle=new hh,this._lineStyle=new fu,this._matrix=null,this._holeMode=!1,this.state=Ai.for2d(),this._geometry=t||new tS,this._geometry.refCount++,this._transformID=-1,this._tintColor=new Lt(16777215),this.blendMode=dt.NORMAL}get geometry(){return this._geometry}clone(){return this.finishPoly(),new wl(this._geometry)}set blendMode(t){this.state.blendMode=t}get blendMode(){return this.state.blendMode}get tint(){return this._tintColor.value}set tint(t){this._tintColor.setValue(t)}get fill(){return this._fillStyle}get line(){return this._lineStyle}lineStyle(t=null,e=0,i,s=.5,n=!1){return typeof t=="number"&&(t={width:t,color:e,alpha:i,alignment:s,native:n}),this.lineTextureStyle(t)}lineTextureStyle(t){const e={width:0,texture:ot.WHITE,color:t!=null&&t.texture?16777215:0,matrix:null,alignment:.5,native:!1,cap:Er.BUTT,join:He.MITER,miterLimit:10};t=Object.assign(e,t),this.normalizeColor(t),this.currentPath&&this.startPoly();const i=t.width>0&&t.alpha>0;return i?(t.matrix&&(t.matrix=t.matrix.clone(),t.matrix.invert()),Object.assign(this._lineStyle,{visible:i},t)):this._lineStyle.reset(),this}startPoly(){if(this.currentPath){const t=this.currentPath.points,e=this.currentPath.points.length;e>2&&(this.drawShape(this.currentPath),this.currentPath=new ts,this.currentPath.closeStroke=!1,this.currentPath.points.push(t[e-2],t[e-1]))}else this.currentPath=new ts,this.currentPath.closeStroke=!1}finishPoly(){this.currentPath&&(this.currentPath.points.length>2?(this.drawShape(this.currentPath),this.currentPath=null):this.currentPath.points.length=0)}moveTo(t,e){return this.startPoly(),this.currentPath.points[0]=t,this.currentPath.points[1]=e,this}lineTo(t,e){this.currentPath||this.moveTo(0,0);const i=this.currentPath.points,s=i[i.length-2],n=i[i.length-1];return(s!==t||n!==e)&&i.push(t,e),this}_initCurve(t=0,e=0){this.currentPath?this.currentPath.points.length===0&&(this.currentPath.points=[t,e]):this.moveTo(t,e)}quadraticCurveTo(t,e,i,s){this._initCurve();const n=this.currentPath.points;return n.length===0&&this.moveTo(0,0),uu.curveTo(t,e,i,s,n),this}bezierCurveTo(t,e,i,s,n,o){return this._initCurve(),cu.curveTo(t,e,i,s,n,o,this.currentPath.points),this}arcTo(t,e,i,s,n){this._initCurve(t,e);const o=this.currentPath.points,a=$m.curveTo(t,e,i,s,n,o);if(a){const{cx:h,cy:l,radius:c,startAngle:u,endAngle:d,anticlockwise:f}=a;this.arc(h,l,c,u,d,f)}return this}arc(t,e,i,s,n,o=!1){if(s===n)return this;if(!o&&n<=s?n+=Ra:o&&s<=n&&(s+=Ra),n-s===0)return this;const a=t+Math.cos(s)*i,h=e+Math.sin(s)*i,l=this._geometry.closePointEps;let c=this.currentPath?this.currentPath.points:null;if(c){const u=Math.abs(c[c.length-2]-a),d=Math.abs(c[c.length-1]-h);u<l&&d<l||c.push(a,h)}else this.moveTo(a,h),c=this.currentPath.points;return $m.arc(a,h,t,e,i,s,n,o,c),this}beginFill(t=0,e){return this.beginTextureFill({texture:ot.WHITE,color:t,alpha:e})}normalizeColor(t){const e=Lt.shared.setValue(t.color??0);t.color=e.toNumber(),t.alpha??(t.alpha=e.alpha)}beginTextureFill(t){const e={texture:ot.WHITE,color:16777215,matrix:null};t=Object.assign(e,t),this.normalizeColor(t),this.currentPath&&this.startPoly();const i=t.alpha>0;return i?(t.matrix&&(t.matrix=t.matrix.clone(),t.matrix.invert()),Object.assign(this._fillStyle,{visible:i},t)):this._fillStyle.reset(),this}endFill(){return this.finishPoly(),this._fillStyle.reset(),this}drawRect(t,e,i,s){return this.drawShape(new pt(t,e,i,s))}drawRoundedRect(t,e,i,s,n){return this.drawShape(new Fa(t,e,i,s,n))}drawCircle(t,e,i){return this.drawShape(new La(t,e,i))}drawEllipse(t,e,i,s){return this.drawShape(new Ga(t,e,i,s))}drawPolygon(...t){let e,i=!0;const s=t[0];s.points?(i=s.closeStroke,e=s.points):Array.isArray(t[0])?e=t[0]:e=t;const n=new ts(e);return n.closeStroke=i,this.drawShape(n),this}drawShape(t){return this._holeMode?this._geometry.drawHole(t,this._matrix):this._geometry.drawShape(t,this._fillStyle.clone(),this._lineStyle.clone(),this._matrix),this}clear(){return this._geometry.clear(),this._lineStyle.reset(),this._fillStyle.reset(),this._boundsID++,this._matrix=null,this._holeMode=!1,this.currentPath=null,this}isFastRect(){const t=this._geometry.graphicsData;return t.length===1&&t[0].shape.type===ce.RECT&&!t[0].matrix&&!t[0].holes.length&&!(t[0].lineStyle.visible&&t[0].lineStyle.width)}_render(t){this.finishPoly();const e=this._geometry;e.updateBatches(),e.batchable?(this.batchDirty!==e.batchDirty&&this._populateBatches(),this._renderBatched(t)):(t.batch.flush(),this._renderDirect(t))}_populateBatches(){const t=this._geometry,e=this.blendMode,i=t.batches.length;this.batchTint=-1,this._transformID=-1,this.batchDirty=t.batchDirty,this.batches.length=i,this.vertexData=new Float32Array(t.points);for(let s=0;s<i;s++){const n=t.batches[s],o=n.style.color,a=new Float32Array(this.vertexData.buffer,n.attribStart*4*2,n.attribSize*2),h=new Float32Array(t.uvsFloat32.buffer,n.attribStart*4*2,n.attribSize*2),l=new Uint16Array(t.indicesUint16.buffer,n.start*2,n.size),c={vertexData:a,blendMode:e,indices:l,uvs:h,_batchRGB:Lt.shared.setValue(o).toRgbArray(),_tintRGB:o,_texture:n.style.texture,alpha:n.style.alpha,worldAlpha:1};this.batches[s]=c}}_renderBatched(t){if(this.batches.length){t.batch.setObjectRenderer(t.plugins[this.pluginName]),this.calculateVertices(),this.calculateTints();for(let e=0,i=this.batches.length;e<i;e++){const s=this.batches[e];s.worldAlpha=this.worldAlpha*s.alpha,t.plugins[this.pluginName].render(s)}}}_renderDirect(t){const e=this._resolveDirectShader(t),i=this._geometry,s=this.worldAlpha,n=e.uniforms,o=i.drawCalls;n.translationMatrix=this.transform.worldTransform,Lt.shared.setValue(this._tintColor).premultiply(s).toArray(n.tint),t.shader.bind(e),t.geometry.bind(i,e),t.state.set(this.state);for(let a=0,h=o.length;a<h;a++)this._renderDrawCallDirect(t,i.drawCalls[a])}_renderDrawCallDirect(t,e){const{texArray:i,type:s,size:n,start:o}=e,a=i.count;for(let h=0;h<a;h++)t.texture.bind(i.elements[h],h);t.geometry.draw(s,n,o)}_resolveDirectShader(t){let e=this.shader;const i=this.pluginName;if(!e){if(!pu[i]){const{maxTextures:s}=t.plugins[i],n=new Int32Array(s);for(let h=0;h<s;h++)n[h]=h;const o={tint:new Float32Array([1,1,1,1]),translationMatrix:new Gt,default:si.from({uSamplers:n},!0)},a=t.plugins[i]._shader.program;pu[i]=new Mi(a,o)}e=pu[i]}return e}_calculateBounds(){this.finishPoly();const t=this._geometry;if(!t.graphicsData.length)return;const{minX:e,minY:i,maxX:s,maxY:n}=t.bounds;this._bounds.addFrame(this.transform,e,i,s,n)}containsPoint(t){return this.worldTransform.applyInverse(t,wl._TEMP_POINT),this._geometry.containsPoint(wl._TEMP_POINT)}calculateTints(){if(this.batchTint!==this.tint){this.batchTint=this._tintColor.toNumber();for(let t=0;t<this.batches.length;t++){const e=this.batches[t];e._tintRGB=Lt.shared.setValue(this._tintColor).multiply(e._batchRGB).toLittleEndianNumber()}}}calculateVertices(){const t=this.transform._worldID;if(this._transformID===t)return;this._transformID=t;const e=this.transform.worldTransform,i=e.a,s=e.b,n=e.c,o=e.d,a=e.tx,h=e.ty,l=this._geometry.points,c=this.vertexData;let u=0;for(let d=0;d<l.length;d+=2){const f=l[d],p=l[d+1];c[u++]=i*f+n*p+a,c[u++]=o*p+s*f+h}}closePath(){const t=this.currentPath;return t&&(t.closeStroke=!0,this.finishPoly()),this}setMatrix(t){return this._matrix=t,this}beginHole(){return this.finishPoly(),this._holeMode=!0,this}endHole(){return this.finishPoly(),this._holeMode=!1,this}destroy(t){this._geometry.refCount--,this._geometry.refCount===0&&this._geometry.dispose(),this._matrix=null,this.currentPath=null,this._lineStyle.destroy(),this._lineStyle=null,this._fillStyle.destroy(),this._fillStyle=null,this._geometry=null,this.shader=null,this.vertexData=null,this.batches.length=0,this.batches=null,super.destroy(t)}};mu.curves=hn,mu._TEMP_POINT=new ct;let Ir=mu;class eS{constructor(t,e){this.uvBuffer=t,this.uvMatrix=e,this.data=null,this._bufferUpdateId=-1,this._textureUpdateId=-1,this._updateID=0}update(t){if(!t&&this._bufferUpdateId===this.uvBuffer._updateID&&this._textureUpdateId===this.uvMatrix._updateID)return;this._bufferUpdateId=this.uvBuffer._updateID,this._textureUpdateId=this.uvMatrix._updateID;const e=this.uvBuffer.data;(!this.data||this.data.length!==e.length)&&(this.data=new Float32Array(e.length)),this.uvMatrix.multiplyUvs(e,this.data),this._updateID++}}const gu=new ct,ig=new ts,rg=class Rb extends Tt{constructor(t,e,i,s=xi.TRIANGLES){super(),this.geometry=t,this.shader=e,this.state=i||Ai.for2d(),this.drawMode=s,this.start=0,this.size=0,this.uvs=null,this.indices=null,this.vertexData=new Float32Array(1),this.vertexDirty=-1,this._transformID=-1,this._roundPixels=it.ROUND_PIXELS,this.batchUvs=null}get geometry(){return this._geometry}set geometry(t){this._geometry!==t&&(this._geometry&&(this._geometry.refCount--,this._geometry.refCount===0&&this._geometry.dispose()),this._geometry=t,this._geometry&&this._geometry.refCount++,this.vertexDirty=-1)}get uvBuffer(){return this.geometry.buffers[1]}get verticesBuffer(){return this.geometry.buffers[0]}set material(t){this.shader=t}get material(){return this.shader}set blendMode(t){this.state.blendMode=t}get blendMode(){return this.state.blendMode}set roundPixels(t){this._roundPixels!==t&&(this._transformID=-1),this._roundPixels=t}get roundPixels(){return this._roundPixels}get tint(){return"tint"in this.shader?this.shader.tint:null}set tint(t){this.shader.tint=t}get tintValue(){return this.shader.tintValue}get texture(){return"texture"in this.shader?this.shader.texture:null}set texture(t){this.shader.texture=t}_render(t){const e=this.geometry.buffers[0].data;this.shader.batchable&&this.drawMode===xi.TRIANGLES&&e.length<Rb.BATCHABLE_SIZE*2?this._renderToBatch(t):this._renderDefault(t)}_renderDefault(t){const e=this.shader;e.alpha=this.worldAlpha,e.update&&e.update(),t.batch.flush(),e.uniforms.translationMatrix=this.transform.worldTransform.toArray(!0),t.shader.bind(e),t.state.set(this.state),t.geometry.bind(this.geometry,e),t.geometry.draw(this.drawMode,this.size,this.start,this.geometry.instanceCount)}_renderToBatch(t){const e=this.geometry,i=this.shader;i.uvMatrix&&(i.uvMatrix.update(),this.calculateUvs()),this.calculateVertices(),this.indices=e.indexBuffer.data,this._tintRGB=i._tintRGB,this._texture=i.texture;const s=this.material.pluginName;t.batch.setObjectRenderer(t.plugins[s]),t.plugins[s].render(this)}calculateVertices(){const t=this.geometry.buffers[0],e=t.data,i=t._updateID;if(i===this.vertexDirty&&this._transformID===this.transform._worldID)return;this._transformID=this.transform._worldID,this.vertexData.length!==e.length&&(this.vertexData=new Float32Array(e.length));const s=this.transform.worldTransform,n=s.a,o=s.b,a=s.c,h=s.d,l=s.tx,c=s.ty,u=this.vertexData;for(let d=0;d<u.length/2;d++){const f=e[d*2],p=e[d*2+1];u[d*2]=n*f+a*p+l,u[d*2+1]=o*f+h*p+c}if(this._roundPixels){const d=it.RESOLUTION;for(let f=0;f<u.length;++f)u[f]=Math.round(u[f]*d)/d}this.vertexDirty=i}calculateUvs(){const t=this.geometry.buffers[1],e=this.shader;e.uvMatrix.isSimple?this.uvs=t.data:(this.batchUvs||(this.batchUvs=new eS(t,e.uvMatrix)),this.batchUvs.update(),this.uvs=this.batchUvs.data)}_calculateBounds(){this.calculateVertices(),this._bounds.addVertexData(this.vertexData,0,this.vertexData.length)}containsPoint(t){if(!this.getBounds().contains(t.x,t.y))return!1;this.worldTransform.applyInverse(t,gu);const e=this.geometry.getBuffer("aVertexPosition").data,i=ig.points,s=this.geometry.getIndex().data,n=s.length,o=this.drawMode===4?3:1;for(let a=0;a+2<n;a+=o){const h=s[a]*2,l=s[a+1]*2,c=s[a+2]*2;if(i[0]=e[h],i[1]=e[h+1],i[2]=e[l],i[3]=e[l+1],i[4]=e[c],i[5]=e[c+1],ig.contains(gu.x,gu.y))return!0}return!1}destroy(t){super.destroy(t),this._cachedTexture&&(this._cachedTexture.destroy(),this._cachedTexture=null),this.geometry=null,this.shader=null,this.state=null,this.uvs=null,this.indices=null,this.vertexData=null}};rg.BATCHABLE_SIZE=100;let yu=rg;class sg extends wr{constructor(t,e,i){super();const s=new Kt(t),n=new Kt(e,!0),o=new Kt(i,!0,!0);this.addAttribute("aVertexPosition",s,2,!1,ht.FLOAT).addAttribute("aTextureCoord",n,2,!1,ht.FLOAT).addIndex(o),this._updateId=-1}get vertexDirtyId(){return this.buffers[0]._updateID}}var iS=`varying vec2 vTextureCoord;
|
|
924
924
|
uniform vec4 uColor;
|
|
925
925
|
|
|
926
926
|
uniform sampler2D uSampler;
|
|
@@ -944,7 +944,7 @@ void main(void)
|
|
|
944
944
|
|
|
945
945
|
vTextureCoord = (uTextureMatrix * vec3(aTextureCoord, 1.0)).xy;
|
|
946
946
|
}
|
|
947
|
-
`;class
|
|
947
|
+
`;class bu extends Mi{constructor(t,e){const i={uSampler:t,alpha:1,uTextureMatrix:Gt.IDENTITY,uColor:new Float32Array([1,1,1,1])};e=Object.assign({tint:16777215,alpha:1,pluginName:"batch"},e),e.uniforms&&Object.assign(i,e.uniforms),super(e.program||tr.from(rS,iS),i),this._colorDirty=!1,this.uvMatrix=new em(t),this.batchable=e.program===void 0,this.pluginName=e.pluginName,this._tintColor=new Lt(e.tint),this._tintRGB=this._tintColor.toLittleEndianNumber(),this._colorDirty=!0,this.alpha=e.alpha}get texture(){return this.uniforms.uSampler}set texture(t){this.uniforms.uSampler!==t&&(!this.uniforms.uSampler.baseTexture.alphaMode!=!t.baseTexture.alphaMode&&(this._colorDirty=!0),this.uniforms.uSampler=t,this.uvMatrix.texture=t)}set alpha(t){t!==this._alpha&&(this._alpha=t,this._colorDirty=!0)}get alpha(){return this._alpha}set tint(t){t!==this.tint&&(this._tintColor.setValue(t),this._tintRGB=this._tintColor.toLittleEndianNumber(),this._colorDirty=!0)}get tint(){return this._tintColor.value}get tintValue(){return this._tintColor.toNumber()}update(){if(this._colorDirty){this._colorDirty=!1;const t=this.texture.baseTexture.alphaMode;Lt.shared.setValue(this._tintColor).premultiply(this._alpha,t).toArray(this.uniforms.uColor)}this.uvMatrix.update()&&(this.uniforms.uTextureMatrix=this.uvMatrix.mapCoord)}}class sS extends sg{constructor(t=200,e,i=0){super(new Float32Array(e.length*4),new Float32Array(e.length*4),new Uint16Array((e.length-1)*6)),this.points=e,this._width=t,this.textureScale=i,this.build()}get width(){return this._width}build(){const t=this.points;if(!t)return;const e=this.getBuffer("aVertexPosition"),i=this.getBuffer("aTextureCoord"),s=this.getIndex();if(t.length<1)return;e.data.length/4!==t.length&&(e.data=new Float32Array(t.length*4),i.data=new Float32Array(t.length*4),s.data=new Uint16Array((t.length-1)*6));const n=i.data,o=s.data;n[0]=0,n[1]=0,n[2]=0,n[3]=1;let a=0,h=t[0];const l=this._width*this.textureScale,c=t.length;for(let d=0;d<c;d++){const f=d*4;if(this.textureScale>0){const p=h.x-t[d].x,m=h.y-t[d].y,g=Math.sqrt(p*p+m*m);h=t[d],a+=g/l}else a=d/(c-1);n[f]=a,n[f+1]=0,n[f+2]=a,n[f+3]=1}let u=0;for(let d=0;d<c-1;d++){const f=d*2;o[u++]=f,o[u++]=f+1,o[u++]=f+2,o[u++]=f+2,o[u++]=f+1,o[u++]=f+3}i.update(),s.update(),this.updateVertices()}updateVertices(){const t=this.points;if(t.length<1)return;let e=t[0],i,s=0,n=0;const o=this.buffers[0].data,a=t.length,h=this.textureScale>0?this.textureScale*this._width/2:this._width/2;for(let l=0;l<a;l++){const c=t[l],u=l*4;l<t.length-1?i=t[l+1]:i=c,n=-(i.x-e.x),s=i.y-e.y;const d=Math.sqrt(s*s+n*n);d<1e-6?(s=0,n=0):(s/=d,n/=d,s*=h,n*=h),o[u]=c.x+s,o[u+1]=c.y+n,o[u+2]=c.x-s,o[u+3]=c.y-n,e=c}this.buffers[0].update()}update(){this.textureScale>0?this.build():this.updateVertices()}}class nS extends yu{constructor(t,e,i=0){const s=new sS(t.height,e,i),n=new bu(t);i>0&&(t.baseTexture.wrapMode=_i.REPEAT),super(s,n),this.autoUpdate=!0}_render(t){const e=this.geometry;(this.autoUpdate||e._width!==this.shader.texture.height)&&(e._width=this.shader.texture.height,e.update()),super._render(t)}}class ng{constructor(t,e,i){this.geometry=new wr,this.indexBuffer=null,this.size=i,this.dynamicProperties=[],this.staticProperties=[];for(let s=0;s<t.length;++s){let n=t[s];n={attributeName:n.attributeName,size:n.size,uploadFunction:n.uploadFunction,type:n.type||ht.FLOAT,offset:n.offset},e[s]?this.dynamicProperties.push(n):this.staticProperties.push(n)}this.staticStride=0,this.staticBuffer=null,this.staticData=null,this.staticDataUint32=null,this.dynamicStride=0,this.dynamicBuffer=null,this.dynamicData=null,this.dynamicDataUint32=null,this._updateID=0,this.initBuffers()}initBuffers(){const t=this.geometry;let e=0;this.indexBuffer=new Kt(Iv(this.size),!0,!0),t.addIndex(this.indexBuffer),this.dynamicStride=0;for(let o=0;o<this.dynamicProperties.length;++o){const a=this.dynamicProperties[o];a.offset=e,e+=a.size,this.dynamicStride+=a.size}const i=new ArrayBuffer(this.size*this.dynamicStride*4*4);this.dynamicData=new Float32Array(i),this.dynamicDataUint32=new Uint32Array(i),this.dynamicBuffer=new Kt(this.dynamicData,!1,!1);let s=0;this.staticStride=0;for(let o=0;o<this.staticProperties.length;++o){const a=this.staticProperties[o];a.offset=s,s+=a.size,this.staticStride+=a.size}const n=new ArrayBuffer(this.size*this.staticStride*4*4);this.staticData=new Float32Array(n),this.staticDataUint32=new Uint32Array(n),this.staticBuffer=new Kt(this.staticData,!0,!1);for(let o=0;o<this.dynamicProperties.length;++o){const a=this.dynamicProperties[o];t.addAttribute(a.attributeName,this.dynamicBuffer,0,a.type===ht.UNSIGNED_BYTE,a.type,this.dynamicStride*4,a.offset*4)}for(let o=0;o<this.staticProperties.length;++o){const a=this.staticProperties[o];t.addAttribute(a.attributeName,this.staticBuffer,0,a.type===ht.UNSIGNED_BYTE,a.type,this.staticStride*4,a.offset*4)}}uploadDynamic(t,e,i){for(let s=0;s<this.dynamicProperties.length;s++){const n=this.dynamicProperties[s];n.uploadFunction(t,e,i,n.type===ht.UNSIGNED_BYTE?this.dynamicDataUint32:this.dynamicData,this.dynamicStride,n.offset)}this.dynamicBuffer._updateID++}uploadStatic(t,e,i){for(let s=0;s<this.staticProperties.length;s++){const n=this.staticProperties[s];n.uploadFunction(t,e,i,n.type===ht.UNSIGNED_BYTE?this.staticDataUint32:this.staticData,this.staticStride,n.offset)}this.staticBuffer._updateID++}destroy(){this.indexBuffer=null,this.dynamicProperties=null,this.dynamicBuffer=null,this.dynamicData=null,this.dynamicDataUint32=null,this.staticProperties=null,this.staticBuffer=null,this.staticData=null,this.staticDataUint32=null,this.geometry.destroy()}}var oS=`varying vec2 vTextureCoord;
|
|
948
948
|
varying vec4 vColor;
|
|
949
949
|
|
|
950
950
|
uniform sampler2D uSampler;
|
|
@@ -977,8 +977,8 @@ void main(void){
|
|
|
977
977
|
vTextureCoord = aTextureCoord;
|
|
978
978
|
vColor = aColor * uColor;
|
|
979
979
|
}
|
|
980
|
-
`;class
|
|
981
|
-
`:t,t}static getFromCache(t,e,r,n){let s=r[t];return typeof s!="number"&&(s=at._measureText(t,e,n)+e,r[t]=s),s}static collapseSpaces(t){return t==="normal"||t==="pre-line"}static collapseNewlines(t){return t==="normal"}static trimRight(t){if(typeof t!="string")return"";for(let e=t.length-1;e>=0;e--){const r=t[e];if(!at.isBreakingSpace(r))break;t=t.slice(0,-1)}return t}static isNewline(t){return typeof t!="string"?!1:at._newlines.includes(t.charCodeAt(0))}static isBreakingSpace(t,e){return typeof t!="string"?!1:at._breakingSpaces.includes(t.charCodeAt(0))}static tokenize(t){const e=[];let r="";if(typeof t!="string")return e;for(let n=0;n<t.length;n++){const s=t[n],o=t[n+1];if(at.isBreakingSpace(s,o)||at.isNewline(s)){r!==""&&(e.push(r),r=""),e.push(s);continue}r+=s}return r!==""&&e.push(r),e}static canBreakWords(t,e){return e}static canBreakChars(t,e,r,n,s){return!0}static wordWrapSplit(t){return at.graphemeSegmenter(t)}static measureFont(t){if(at._fonts[t])return at._fonts[t];const e={ascent:0,descent:0,fontSize:0},r=at._canvas,n=at._context;n.font=t;const s=at.METRICS_STRING+at.BASELINE_SYMBOL,o=Math.ceil(n.measureText(s).width);let a=Math.ceil(n.measureText(at.BASELINE_SYMBOL).width);const l=Math.ceil(at.HEIGHT_MULTIPLIER*a);if(a=a*at.BASELINE_MULTIPLIER|0,o===0||l===0)return at._fonts[t]=e,e;r.width=o,r.height=l,n.fillStyle="#f00",n.fillRect(0,0,o,l),n.font=t,n.textBaseline="alphabetic",n.fillStyle="#000",n.fillText(s,0,a);const h=n.getImageData(0,0,o,l).data,c=h.length,u=o*4;let d=0,f=0,p=!1;for(d=0;d<a;++d){for(let m=0;m<u;m+=4)if(h[f+m]!==255){p=!0;break}if(!p)f+=u;else break}for(e.ascent=a-d,f=c-u,p=!1,d=l;d>a;--d){for(let m=0;m<u;m+=4)if(h[f+m]!==255){p=!0;break}if(!p)f-=u;else break}return e.descent=d-a,e.fontSize=e.ascent+e.descent,at._fonts[t]=e,e}static clearMetrics(t=""){t?delete at._fonts[t]:at._fonts={}}static get _canvas(){var t;if(!at.__canvas){let e;try{const r=new OffscreenCanvas(0,0);if((t=r.getContext("2d",pl))!=null&&t.measureText)return at.__canvas=r,r;e=nt.ADAPTER.createCanvas()}catch{e=nt.ADAPTER.createCanvas()}e.width=e.height=10,at.__canvas=e}return at.__canvas}static get _context(){return at.__context||(at.__context=at._canvas.getContext("2d",pl)),at.__context}};Pi.METRICS_STRING="|ÉqÅ",Pi.BASELINE_SYMBOL="M",Pi.BASELINE_MULTIPLIER=1.4,Pi.HEIGHT_MULTIPLIER=2,Pi.graphemeSegmenter=(()=>{if(typeof(Intl==null?void 0:Intl.Segmenter)=="function"){const i=new Intl.Segmenter;return t=>[...i.segment(t)].map(e=>e.segment)}return i=>[...i]})(),Pi.experimentalLetterSpacing=!1,Pi._fonts={},Pi._newlines=[10,13],Pi._breakingSpaces=[9,32,8192,8193,8194,8195,8196,8197,8198,8200,8201,8202,8287,12288];let Lr=Pi;const lS=["serif","sans-serif","monospace","cursive","fantasy","system-ui"],Zm=class fa{constructor(t){this.styleID=0,this.reset(),pu(this,t,t)}clone(){const t={};return pu(t,this,fa.defaultStyle),new fa(t)}reset(){pu(this,fa.defaultStyle,fa.defaultStyle)}get align(){return this._align}set align(t){this._align!==t&&(this._align=t,this.styleID++)}get breakWords(){return this._breakWords}set breakWords(t){this._breakWords!==t&&(this._breakWords=t,this.styleID++)}get dropShadow(){return this._dropShadow}set dropShadow(t){this._dropShadow!==t&&(this._dropShadow=t,this.styleID++)}get dropShadowAlpha(){return this._dropShadowAlpha}set dropShadowAlpha(t){this._dropShadowAlpha!==t&&(this._dropShadowAlpha=t,this.styleID++)}get dropShadowAngle(){return this._dropShadowAngle}set dropShadowAngle(t){this._dropShadowAngle!==t&&(this._dropShadowAngle=t,this.styleID++)}get dropShadowBlur(){return this._dropShadowBlur}set dropShadowBlur(t){this._dropShadowBlur!==t&&(this._dropShadowBlur=t,this.styleID++)}get dropShadowColor(){return this._dropShadowColor}set dropShadowColor(t){const e=fu(t);this._dropShadowColor!==e&&(this._dropShadowColor=e,this.styleID++)}get dropShadowDistance(){return this._dropShadowDistance}set dropShadowDistance(t){this._dropShadowDistance!==t&&(this._dropShadowDistance=t,this.styleID++)}get fill(){return this._fill}set fill(t){const e=fu(t);this._fill!==e&&(this._fill=e,this.styleID++)}get fillGradientType(){return this._fillGradientType}set fillGradientType(t){this._fillGradientType!==t&&(this._fillGradientType=t,this.styleID++)}get fillGradientStops(){return this._fillGradientStops}set fillGradientStops(t){hS(this._fillGradientStops,t)||(this._fillGradientStops=t,this.styleID++)}get fontFamily(){return this._fontFamily}set fontFamily(t){this.fontFamily!==t&&(this._fontFamily=t,this.styleID++)}get fontSize(){return this._fontSize}set fontSize(t){this._fontSize!==t&&(this._fontSize=t,this.styleID++)}get fontStyle(){return this._fontStyle}set fontStyle(t){this._fontStyle!==t&&(this._fontStyle=t,this.styleID++)}get fontVariant(){return this._fontVariant}set fontVariant(t){this._fontVariant!==t&&(this._fontVariant=t,this.styleID++)}get fontWeight(){return this._fontWeight}set fontWeight(t){this._fontWeight!==t&&(this._fontWeight=t,this.styleID++)}get letterSpacing(){return this._letterSpacing}set letterSpacing(t){this._letterSpacing!==t&&(this._letterSpacing=t,this.styleID++)}get lineHeight(){return this._lineHeight}set lineHeight(t){this._lineHeight!==t&&(this._lineHeight=t,this.styleID++)}get leading(){return this._leading}set leading(t){this._leading!==t&&(this._leading=t,this.styleID++)}get lineJoin(){return this._lineJoin}set lineJoin(t){this._lineJoin!==t&&(this._lineJoin=t,this.styleID++)}get miterLimit(){return this._miterLimit}set miterLimit(t){this._miterLimit!==t&&(this._miterLimit=t,this.styleID++)}get padding(){return this._padding}set padding(t){this._padding!==t&&(this._padding=t,this.styleID++)}get stroke(){return this._stroke}set stroke(t){const e=fu(t);this._stroke!==e&&(this._stroke=e,this.styleID++)}get strokeThickness(){return this._strokeThickness}set strokeThickness(t){this._strokeThickness!==t&&(this._strokeThickness=t,this.styleID++)}get textBaseline(){return this._textBaseline}set textBaseline(t){this._textBaseline!==t&&(this._textBaseline=t,this.styleID++)}get trim(){return this._trim}set trim(t){this._trim!==t&&(this._trim=t,this.styleID++)}get whiteSpace(){return this._whiteSpace}set whiteSpace(t){this._whiteSpace!==t&&(this._whiteSpace=t,this.styleID++)}get wordWrap(){return this._wordWrap}set wordWrap(t){this._wordWrap!==t&&(this._wordWrap=t,this.styleID++)}get wordWrapWidth(){return this._wordWrapWidth}set wordWrapWidth(t){this._wordWrapWidth!==t&&(this._wordWrapWidth=t,this.styleID++)}toFontString(){const t=typeof this.fontSize=="number"?`${this.fontSize}px`:this.fontSize;let e=this.fontFamily;Array.isArray(this.fontFamily)||(e=this.fontFamily.split(","));for(let r=e.length-1;r>=0;r--){let n=e[r].trim();!/([\"\'])[^\'\"]+\1/.test(n)&&!lS.includes(n)&&(n=`"${n}"`),e[r]=n}return`${this.fontStyle} ${this.fontVariant} ${this.fontWeight} ${t} ${e.join(",")}`}};Zm.defaultStyle={align:"left",breakWords:!1,dropShadow:!1,dropShadowAlpha:1,dropShadowAngle:Math.PI/6,dropShadowBlur:0,dropShadowColor:"black",dropShadowDistance:5,fill:"black",fillGradientType:fl.LINEAR_VERTICAL,fillGradientStops:[],fontFamily:"Arial",fontSize:26,fontStyle:"normal",fontVariant:"normal",fontWeight:"normal",leading:0,letterSpacing:0,lineHeight:0,lineJoin:"miter",miterLimit:10,padding:0,stroke:"black",strokeThickness:0,textBaseline:"alphabetic",trim:!1,whiteSpace:"pre",wordWrap:!1,wordWrapWidth:100};let Gr=Zm;function fu(i){const t=kt.shared,e=r=>{const n=t.setValue(r);return n.alpha===1?n.toHex():n.toRgbaString()};return Array.isArray(i)?i.map(e):e(i)}function hS(i,t){if(!Array.isArray(i)||!Array.isArray(t)||i.length!==t.length)return!1;for(let e=0;e<i.length;++e)if(i[e]!==t[e])return!1;return!0}function pu(i,t,e){for(const r in e)Array.isArray(t[r])?i[r]=t[r].slice():i[r]=t[r]}const cS={texture:!0,children:!1,baseTexture:!0},Vm=class Vf extends $t{constructor(t,e,r){let n=!1;r||(r=nt.ADAPTER.createCanvas(),n=!0),r.width=3,r.height=3;const s=ot.from(r);s.orig=new pt,s.trim=new pt,super(s),this._ownCanvas=n,this.canvas=r,this.context=r.getContext("2d",{willReadFrequently:!0}),this._resolution=Vf.defaultResolution??nt.RESOLUTION,this._autoResolution=Vf.defaultAutoResolution,this._text=null,this._style=null,this._styleListener=null,this._font="",this.text=t,this.style=e,this.localStyleID=-1}static get experimentalLetterSpacing(){return Lr.experimentalLetterSpacing}static set experimentalLetterSpacing(t){wt("7.1.0","Text.experimentalLetterSpacing is deprecated, use TextMetrics.experimentalLetterSpacing"),Lr.experimentalLetterSpacing=t}updateText(t){const e=this._style;if(this.localStyleID!==e.styleID&&(this.dirty=!0,this.localStyleID=e.styleID),!this.dirty&&t)return;this._font=this._style.toFontString();const r=this.context,n=Lr.measureText(this._text||" ",this._style,this._style.wordWrap,this.canvas),s=n.width,o=n.height,a=n.lines,l=n.lineHeight,h=n.lineWidths,c=n.maxLineWidth,u=n.fontProperties;this.canvas.width=Math.ceil(Math.ceil(Math.max(1,s)+e.padding*2)*this._resolution),this.canvas.height=Math.ceil(Math.ceil(Math.max(1,o)+e.padding*2)*this._resolution),r.scale(this._resolution,this._resolution),r.clearRect(0,0,this.canvas.width,this.canvas.height),r.font=this._font,r.lineWidth=e.strokeThickness,r.textBaseline=e.textBaseline,r.lineJoin=e.lineJoin,r.miterLimit=e.miterLimit;let d,f;const p=e.dropShadow?2:1;for(let m=0;m<p;++m){const g=e.dropShadow&&m===0,b=g?Math.ceil(Math.max(1,o)+e.padding*2):0,_=b*this._resolution;if(g){r.fillStyle="black",r.strokeStyle="black";const v=e.dropShadowColor,T=e.dropShadowBlur*this._resolution,C=e.dropShadowDistance*this._resolution;r.shadowColor=kt.shared.setValue(v).setAlpha(e.dropShadowAlpha).toRgbaString(),r.shadowBlur=T,r.shadowOffsetX=Math.cos(e.dropShadowAngle)*C,r.shadowOffsetY=Math.sin(e.dropShadowAngle)*C+_}else r.fillStyle=this._generateFillStyle(e,a,n),r.strokeStyle=e.stroke,r.shadowColor="black",r.shadowBlur=0,r.shadowOffsetX=0,r.shadowOffsetY=0;let x=(l-u.fontSize)/2;l-u.fontSize<0&&(x=0);for(let v=0;v<a.length;v++)d=e.strokeThickness/2,f=e.strokeThickness/2+v*l+u.ascent+x,e.align==="right"?d+=c-h[v]:e.align==="center"&&(d+=(c-h[v])/2),e.stroke&&e.strokeThickness&&this.drawLetterSpacing(a[v],d+e.padding,f+e.padding-b,!0),e.fill&&this.drawLetterSpacing(a[v],d+e.padding,f+e.padding-b)}this.updateTexture()}drawLetterSpacing(t,e,r,n=!1){const s=this._style.letterSpacing;let o=!1;if(Lr.experimentalLetterSpacingSupported&&(Lr.experimentalLetterSpacing?(this.context.letterSpacing=`${s}px`,this.context.textLetterSpacing=`${s}px`,o=!0):(this.context.letterSpacing="0px",this.context.textLetterSpacing="0px")),s===0||o){n?this.context.strokeText(t,e,r):this.context.fillText(t,e,r);return}let a=e;const l=Lr.graphemeSegmenter(t);let h=this.context.measureText(t).width,c=0;for(let u=0;u<l.length;++u){const d=l[u];n?this.context.strokeText(d,a,r):this.context.fillText(d,a,r);let f="";for(let p=u+1;p<l.length;++p)f+=l[p];c=this.context.measureText(f).width,a+=h-c+s,h=c}}updateTexture(){const t=this.canvas;if(this._style.trim){const o=Pv(t);o.data&&(t.width=o.width,t.height=o.height,this.context.putImageData(o.data,0,0))}const e=this._texture,r=this._style,n=r.trim?0:r.padding,s=e.baseTexture;e.trim.width=e._frame.width=t.width/this._resolution,e.trim.height=e._frame.height=t.height/this._resolution,e.trim.x=-n,e.trim.y=-n,e.orig.width=e._frame.width-n*2,e.orig.height=e._frame.height-n*2,this._onTextureUpdate(),s.setRealSize(t.width,t.height,this._resolution),e.updateUvs(),this.dirty=!1}_render(t){this._autoResolution&&this._resolution!==t.resolution&&(this._resolution=t.resolution,this.dirty=!0),this.updateText(!0),super._render(t)}updateTransform(){this.updateText(!0),super.updateTransform()}getBounds(t,e){return this.updateText(!0),this._textureID===-1&&(t=!1),super.getBounds(t,e)}getLocalBounds(t){return this.updateText(!0),super.getLocalBounds.call(this,t)}_calculateBounds(){this.calculateVertices(),this._bounds.addQuad(this.vertexData)}_generateFillStyle(t,e,r){const n=t.fill;if(Array.isArray(n)){if(n.length===1)return n[0]}else return n;let s;const o=t.dropShadow?t.dropShadowDistance:0,a=t.padding||0,l=this.canvas.width/this._resolution-o-a*2,h=this.canvas.height/this._resolution-o-a*2,c=n.slice(),u=t.fillGradientStops.slice();if(!u.length){const d=c.length+1;for(let f=1;f<d;++f)u.push(f/d)}if(c.unshift(n[0]),u.unshift(0),c.push(n[n.length-1]),u.push(1),t.fillGradientType===fl.LINEAR_VERTICAL){s=this.context.createLinearGradient(l/2,a,l/2,h+a);const d=r.fontProperties.fontSize+t.strokeThickness;for(let f=0;f<e.length;f++){const p=r.lineHeight*(f-1)+d,m=r.lineHeight*f;let g=m;f>0&&p>m&&(g=(m+p)/2);const b=m+d,_=r.lineHeight*(f+1);let x=b;f+1<e.length&&_<b&&(x=(b+_)/2);const v=(x-g)/h;for(let T=0;T<c.length;T++){let C=0;typeof u[T]=="number"?C=u[T]:C=T/c.length;let E=Math.min(1,Math.max(0,g/h+C*v));E=Number(E.toFixed(5)),s.addColorStop(E,c[T])}}}else{s=this.context.createLinearGradient(a,h/2,l+a,h/2);const d=c.length+1;let f=1;for(let p=0;p<c.length;p++){let m;typeof u[p]=="number"?m=u[p]:m=f/d,s.addColorStop(m,c[p]),f++}}return s}destroy(t){typeof t=="boolean"&&(t={children:t}),t=Object.assign({},cS,t),super.destroy(t),this._ownCanvas&&(this.canvas.height=this.canvas.width=0),this.context=null,this.canvas=null,this._style=null}get width(){return this.updateText(!0),Math.abs(this.scale.x)*this._texture.orig.width}set width(t){this.updateText(!0);const e=Sr(this.scale.x)||1;this.scale.x=e*t/this._texture.orig.width,this._width=t}get height(){return this.updateText(!0),Math.abs(this.scale.y)*this._texture.orig.height}set height(t){this.updateText(!0);const e=Sr(this.scale.y)||1;this.scale.y=e*t/this._texture.orig.height,this._height=t}get style(){return this._style}set style(t){t=t||{},t instanceof Gr?this._style=t:this._style=new Gr(t),this.localStyleID=-1,this.dirty=!0}get text(){return this._text}set text(t){t=String(t??""),this._text!==t&&(this._text=t,this.dirty=!0)}get resolution(){return this._resolution}set resolution(t){this._autoResolution=!1,this._resolution!==t&&(this._resolution=t,this.dirty=!0)}};Vm.defaultAutoResolution=!0;let Hm=Vm;class uS{constructor(t){this.maxItemsPerFrame=t,this.itemsLeft=0}beginFrame(){this.itemsLeft=this.maxItemsPerFrame}allowedToUpload(){return this.itemsLeft-- >0}}function dS(i,t){var r;let e=!1;if((r=i==null?void 0:i._textures)!=null&&r.length){for(let n=0;n<i._textures.length;n++)if(i._textures[n]instanceof ot){const s=i._textures[n].baseTexture;t.includes(s)||(t.push(s),e=!0)}}return e}function fS(i,t){if(i.baseTexture instanceof bt){const e=i.baseTexture;return t.includes(e)||t.push(e),!0}return!1}function pS(i,t){if(i._texture&&i._texture instanceof ot){const e=i._texture.baseTexture;return t.includes(e)||t.push(e),!0}return!1}function mS(i,t){return t instanceof Hm?(t.updateText(!0),!0):!1}function gS(i,t){if(t instanceof Gr){const e=t.toFontString();return Lr.measureFont(e),!0}return!1}function yS(i,t){if(i instanceof Hm){t.includes(i.style)||t.push(i.style),t.includes(i)||t.push(i);const e=i._texture.baseTexture;return t.includes(e)||t.push(e),!0}return!1}function bS(i,t){return i instanceof Gr?(t.includes(i)||t.push(i),!0):!1}const Km=class Rb{constructor(t){this.limiter=new uS(Rb.uploadsPerFrame),this.renderer=t,this.uploadHookHelper=null,this.queue=[],this.addHooks=[],this.uploadHooks=[],this.completes=[],this.ticking=!1,this.delayedTick=()=>{this.queue&&this.prepareItems()},this.registerFindHook(yS),this.registerFindHook(bS),this.registerFindHook(dS),this.registerFindHook(fS),this.registerFindHook(pS),this.registerUploadHook(mS),this.registerUploadHook(gS)}upload(t){return new Promise(e=>{t&&this.add(t),this.queue.length?(this.completes.push(e),this.ticking||(this.ticking=!0,we.system.addOnce(this.tick,this,gn.UTILITY))):e()})}tick(){setTimeout(this.delayedTick,0)}prepareItems(){for(this.limiter.beginFrame();this.queue.length&&this.limiter.allowedToUpload();){const t=this.queue[0];let e=!1;if(t&&!t._destroyed){for(let r=0,n=this.uploadHooks.length;r<n;r++)if(this.uploadHooks[r](this.uploadHookHelper,t)){this.queue.shift(),e=!0;break}}e||this.queue.shift()}if(this.queue.length)we.system.addOnce(this.tick,this,gn.UTILITY);else{this.ticking=!1;const t=this.completes.slice(0);this.completes.length=0;for(let e=0,r=t.length;e<r;e++)t[e]()}}registerFindHook(t){return t&&this.addHooks.push(t),this}registerUploadHook(t){return t&&this.uploadHooks.push(t),this}add(t){for(let e=0,r=this.addHooks.length;e<r&&!this.addHooks[e](t,this.queue);e++);if(t instanceof St)for(let e=t.children.length-1;e>=0;e--)this.add(t.children[e]);return this}destroy(){this.ticking&&we.system.remove(this.tick,this),this.ticking=!1,this.addHooks=null,this.uploadHooks=null,this.renderer=null,this.completes=null,this.queue=null,this.limiter=null,this.uploadHookHelper=null}};Km.uploadsPerFrame=4;let mu=Km;Object.defineProperties(nt,{UPLOADS_PER_FRAME:{get(){return mu.uploadsPerFrame},set(i){wt("7.1.0","settings.UPLOADS_PER_FRAME is deprecated, use prepare.BasePrepare.uploadsPerFrame"),mu.uploadsPerFrame=i}}});function zm(i,t){return t instanceof bt?(t._glTextures[i.CONTEXT_UID]||i.texture.bind(t),!0):!1}function xS(i,t){if(!(t instanceof Pr))return!1;const{geometry:e}=t;t.finishPoly(),e.updateBatches();const{batches:r}=e;for(let n=0;n<r.length;n++){const{texture:s}=r[n].style;s&&zm(i,s.baseTexture)}return e.batchable||i.geometry.bind(e,t._resolveDirectShader(i)),!0}function _S(i,t){return i instanceof Pr?(t.push(i),!0):!1}class Ym extends mu{constructor(t){super(t),this.uploadHookHelper=this.renderer,this.registerFindHook(_S),this.registerUploadHook(zm),this.registerUploadHook(xS)}}Ym.extension={name:"prepare",type:$.RendererSystem},st.add(Ym);var vS=`#version 300 es
|
|
980
|
+
`;class og extends Ba{constructor(t){super(t),this.shader=null,this.properties=null,this.tempMatrix=new Gt,this.properties=[{attributeName:"aVertexPosition",size:2,uploadFunction:this.uploadVertices,offset:0},{attributeName:"aPositionCoord",size:2,uploadFunction:this.uploadPosition,offset:0},{attributeName:"aRotation",size:1,uploadFunction:this.uploadRotation,offset:0},{attributeName:"aTextureCoord",size:2,uploadFunction:this.uploadUvs,offset:0},{attributeName:"aColor",size:1,type:ht.UNSIGNED_BYTE,uploadFunction:this.uploadTint,offset:0}],this.shader=Mi.from(aS,oS,{}),this.state=Ai.for2d()}render(t){const e=t.children,i=t._maxSize,s=t._batchSize,n=this.renderer;let o=e.length;if(o===0)return;o>i&&!t.autoResize&&(o=i);let a=t._buffers;a||(a=t._buffers=this.generateBuffers(t));const h=e[0]._texture.baseTexture,l=h.alphaMode>0;this.state.blendMode=T0(t.blendMode,l),n.state.set(this.state);const c=n.gl,u=t.worldTransform.copyTo(this.tempMatrix);u.prepend(n.globalUniforms.uniforms.projectionMatrix),this.shader.uniforms.translationMatrix=u.toArray(!0),this.shader.uniforms.uColor=Lt.shared.setValue(t.tintRgb).premultiply(t.worldAlpha,l).toArray(this.shader.uniforms.uColor),this.shader.uniforms.uSampler=h,this.renderer.shader.bind(this.shader);let d=!1;for(let f=0,p=0;f<o;f+=s,p+=1){let m=o-f;m>s&&(m=s),p>=a.length&&a.push(this._generateOneMoreBuffer(t));const g=a[p];g.uploadDynamic(e,f,m);const b=t._bufferUpdateIDs[p]||0;d=d||g._updateID<b,d&&(g._updateID=t._updateID,g.uploadStatic(e,f,m)),n.geometry.bind(g.geometry),c.drawElements(c.TRIANGLES,m*6,c.UNSIGNED_SHORT,0)}}generateBuffers(t){const e=[],i=t._maxSize,s=t._batchSize,n=t._properties;for(let o=0;o<i;o+=s)e.push(new ng(this.properties,n,s));return e}_generateOneMoreBuffer(t){const e=t._batchSize,i=t._properties;return new ng(this.properties,i,e)}uploadVertices(t,e,i,s,n,o){let a=0,h=0,l=0,c=0;for(let u=0;u<i;++u){const d=t[e+u],f=d._texture,p=d.scale.x,m=d.scale.y,g=f.trim,b=f.orig;g?(h=g.x-d.anchor.x*b.width,a=h+g.width,c=g.y-d.anchor.y*b.height,l=c+g.height):(a=b.width*(1-d.anchor.x),h=b.width*-d.anchor.x,l=b.height*(1-d.anchor.y),c=b.height*-d.anchor.y),s[o]=h*p,s[o+1]=c*m,s[o+n]=a*p,s[o+n+1]=c*m,s[o+n*2]=a*p,s[o+n*2+1]=l*m,s[o+n*3]=h*p,s[o+n*3+1]=l*m,o+=n*4}}uploadPosition(t,e,i,s,n,o){for(let a=0;a<i;a++){const h=t[e+a].position;s[o]=h.x,s[o+1]=h.y,s[o+n]=h.x,s[o+n+1]=h.y,s[o+n*2]=h.x,s[o+n*2+1]=h.y,s[o+n*3]=h.x,s[o+n*3+1]=h.y,o+=n*4}}uploadRotation(t,e,i,s,n,o){for(let a=0;a<i;a++){const h=t[e+a].rotation;s[o]=h,s[o+n]=h,s[o+n*2]=h,s[o+n*3]=h,o+=n*4}}uploadUvs(t,e,i,s,n,o){for(let a=0;a<i;++a){const h=t[e+a]._texture._uvs;h?(s[o]=h.x0,s[o+1]=h.y0,s[o+n]=h.x1,s[o+n+1]=h.y1,s[o+n*2]=h.x2,s[o+n*2+1]=h.y2,s[o+n*3]=h.x3,s[o+n*3+1]=h.y3,o+=n*4):(s[o]=0,s[o+1]=0,s[o+n]=0,s[o+n+1]=0,s[o+n*2]=0,s[o+n*2+1]=0,s[o+n*3]=0,s[o+n*3+1]=0,o+=n*4)}}uploadTint(t,e,i,s,n,o){for(let a=0;a<i;++a){const h=t[e+a],l=Lt.shared.setValue(h._tintRGB).toPremultiplied(h.alpha,h.texture.baseTexture.alphaMode>0);s[o]=l,s[o+n]=l,s[o+n*2]=l,s[o+n*3]=l,o+=n*4}}destroy(){super.destroy(),this.shader&&(this.shader.destroy(),this.shader=null),this.tempMatrix=null}}og.extension={name:"particle",type:J.RendererPlugin},nt.add(og);var lh=(r=>(r[r.LINEAR_VERTICAL=0]="LINEAR_VERTICAL",r[r.LINEAR_HORIZONTAL=1]="LINEAR_HORIZONTAL",r))(lh||{});const ch={willReadFrequently:!0},Ri=class at{static get experimentalLetterSpacingSupported(){let t=at._experimentalLetterSpacingSupported;if(t!==void 0){const e=it.ADAPTER.getCanvasRenderingContext2D().prototype;t=at._experimentalLetterSpacingSupported="letterSpacing"in e||"textLetterSpacing"in e}return t}constructor(t,e,i,s,n,o,a,h,l){this.text=t,this.style=e,this.width=i,this.height=s,this.lines=n,this.lineWidths=o,this.lineHeight=a,this.maxLineWidth=h,this.fontProperties=l}static measureText(t,e,i,s=at._canvas){i=i??e.wordWrap;const n=e.toFontString(),o=at.measureFont(n);o.fontSize===0&&(o.fontSize=e.fontSize,o.ascent=e.fontSize);const a=s.getContext("2d",ch);a.font=n;const h=(i?at.wordWrap(t,e,s):t).split(/(?:\r\n|\r|\n)/),l=new Array(h.length);let c=0;for(let p=0;p<h.length;p++){const m=at._measureText(h[p],e.letterSpacing,a);l[p]=m,c=Math.max(c,m)}let u=c+e.strokeThickness;e.dropShadow&&(u+=e.dropShadowDistance);const d=e.lineHeight||o.fontSize+e.strokeThickness;let f=Math.max(d,o.fontSize+e.strokeThickness*2)+e.leading+(h.length-1)*(d+e.leading);return e.dropShadow&&(f+=e.dropShadowDistance),new at(t,e,u,f,h,l,d+e.leading,c,o)}static _measureText(t,e,i){let s=!1;at.experimentalLetterSpacingSupported&&(at.experimentalLetterSpacing?(i.letterSpacing=`${e}px`,i.textLetterSpacing=`${e}px`,s=!0):(i.letterSpacing="0px",i.textLetterSpacing="0px"));let n=i.measureText(t).width;return n>0&&(s?n-=e:n+=(at.graphemeSegmenter(t).length-1)*e),n}static wordWrap(t,e,i=at._canvas){const s=i.getContext("2d",ch);let n=0,o="",a="";const h=Object.create(null),{letterSpacing:l,whiteSpace:c}=e,u=at.collapseSpaces(c),d=at.collapseNewlines(c);let f=!u;const p=e.wordWrapWidth+l,m=at.tokenize(t);for(let g=0;g<m.length;g++){let b=m[g];if(at.isNewline(b)){if(!d){a+=at.addLine(o),f=!u,o="",n=0;continue}b=" "}if(u){const x=at.isBreakingSpace(b),v=at.isBreakingSpace(o[o.length-1]);if(x&&v)continue}const _=at.getFromCache(b,l,h,s);if(_>p)if(o!==""&&(a+=at.addLine(o),o="",n=0),at.canBreakWords(b,e.breakWords)){const x=at.wordWrapSplit(b);for(let v=0;v<x.length;v++){let T=x[v],C=T,E=1;for(;x[v+E];){const R=x[v+E];if(!at.canBreakChars(C,R,b,v,e.breakWords))T+=R;else break;C=R,E++}v+=E-1;const I=at.getFromCache(T,l,h,s);I+n>p&&(a+=at.addLine(o),f=!1,o="",n=0),o+=T,n+=I}}else{o.length>0&&(a+=at.addLine(o),o="",n=0);const x=g===m.length-1;a+=at.addLine(b,!x),f=!1,o="",n=0}else _+n>p&&(f=!1,a+=at.addLine(o),o="",n=0),(o.length>0||!at.isBreakingSpace(b)||f)&&(o+=b,n+=_)}return a+=at.addLine(o,!1),a}static addLine(t,e=!0){return t=at.trimRight(t),t=e?`${t}
|
|
981
|
+
`:t,t}static getFromCache(t,e,i,s){let n=i[t];return typeof n!="number"&&(n=at._measureText(t,e,s)+e,i[t]=n),n}static collapseSpaces(t){return t==="normal"||t==="pre-line"}static collapseNewlines(t){return t==="normal"}static trimRight(t){if(typeof t!="string")return"";for(let e=t.length-1;e>=0;e--){const i=t[e];if(!at.isBreakingSpace(i))break;t=t.slice(0,-1)}return t}static isNewline(t){return typeof t!="string"?!1:at._newlines.includes(t.charCodeAt(0))}static isBreakingSpace(t,e){return typeof t!="string"?!1:at._breakingSpaces.includes(t.charCodeAt(0))}static tokenize(t){const e=[];let i="";if(typeof t!="string")return e;for(let s=0;s<t.length;s++){const n=t[s],o=t[s+1];if(at.isBreakingSpace(n,o)||at.isNewline(n)){i!==""&&(e.push(i),i=""),e.push(n);continue}i+=n}return i!==""&&e.push(i),e}static canBreakWords(t,e){return e}static canBreakChars(t,e,i,s,n){return!0}static wordWrapSplit(t){return at.graphemeSegmenter(t)}static measureFont(t){if(at._fonts[t])return at._fonts[t];const e={ascent:0,descent:0,fontSize:0},i=at._canvas,s=at._context;s.font=t;const n=at.METRICS_STRING+at.BASELINE_SYMBOL,o=Math.ceil(s.measureText(n).width);let a=Math.ceil(s.measureText(at.BASELINE_SYMBOL).width);const h=Math.ceil(at.HEIGHT_MULTIPLIER*a);if(a=a*at.BASELINE_MULTIPLIER|0,o===0||h===0)return at._fonts[t]=e,e;i.width=o,i.height=h,s.fillStyle="#f00",s.fillRect(0,0,o,h),s.font=t,s.textBaseline="alphabetic",s.fillStyle="#000",s.fillText(n,0,a);const l=s.getImageData(0,0,o,h).data,c=l.length,u=o*4;let d=0,f=0,p=!1;for(d=0;d<a;++d){for(let m=0;m<u;m+=4)if(l[f+m]!==255){p=!0;break}if(!p)f+=u;else break}for(e.ascent=a-d,f=c-u,p=!1,d=h;d>a;--d){for(let m=0;m<u;m+=4)if(l[f+m]!==255){p=!0;break}if(!p)f-=u;else break}return e.descent=d-a,e.fontSize=e.ascent+e.descent,at._fonts[t]=e,e}static clearMetrics(t=""){t?delete at._fonts[t]:at._fonts={}}static get _canvas(){var t;if(!at.__canvas){let e;try{const i=new OffscreenCanvas(0,0);if((t=i.getContext("2d",ch))!=null&&t.measureText)return at.__canvas=i,i;e=it.ADAPTER.createCanvas()}catch{e=it.ADAPTER.createCanvas()}e.width=e.height=10,at.__canvas=e}return at.__canvas}static get _context(){return at.__context||(at.__context=at._canvas.getContext("2d",ch)),at.__context}};Ri.METRICS_STRING="|ÉqÅ",Ri.BASELINE_SYMBOL="M",Ri.BASELINE_MULTIPLIER=1.4,Ri.HEIGHT_MULTIPLIER=2,Ri.graphemeSegmenter=(()=>{if(typeof(Intl==null?void 0:Intl.Segmenter)=="function"){const r=new Intl.Segmenter;return t=>[...r.segment(t)].map(e=>e.segment)}return r=>[...r]})(),Ri.experimentalLetterSpacing=!1,Ri._fonts={},Ri._newlines=[10,13],Ri._breakingSpaces=[9,32,8192,8193,8194,8195,8196,8197,8198,8200,8201,8202,8287,12288];let Ar=Ri;const hS=["serif","sans-serif","monospace","cursive","fantasy","system-ui"],ag=class la{constructor(t){this.styleID=0,this.reset(),_u(this,t,t)}clone(){const t={};return _u(t,this,la.defaultStyle),new la(t)}reset(){_u(this,la.defaultStyle,la.defaultStyle)}get align(){return this._align}set align(t){this._align!==t&&(this._align=t,this.styleID++)}get breakWords(){return this._breakWords}set breakWords(t){this._breakWords!==t&&(this._breakWords=t,this.styleID++)}get dropShadow(){return this._dropShadow}set dropShadow(t){this._dropShadow!==t&&(this._dropShadow=t,this.styleID++)}get dropShadowAlpha(){return this._dropShadowAlpha}set dropShadowAlpha(t){this._dropShadowAlpha!==t&&(this._dropShadowAlpha=t,this.styleID++)}get dropShadowAngle(){return this._dropShadowAngle}set dropShadowAngle(t){this._dropShadowAngle!==t&&(this._dropShadowAngle=t,this.styleID++)}get dropShadowBlur(){return this._dropShadowBlur}set dropShadowBlur(t){this._dropShadowBlur!==t&&(this._dropShadowBlur=t,this.styleID++)}get dropShadowColor(){return this._dropShadowColor}set dropShadowColor(t){const e=xu(t);this._dropShadowColor!==e&&(this._dropShadowColor=e,this.styleID++)}get dropShadowDistance(){return this._dropShadowDistance}set dropShadowDistance(t){this._dropShadowDistance!==t&&(this._dropShadowDistance=t,this.styleID++)}get fill(){return this._fill}set fill(t){const e=xu(t);this._fill!==e&&(this._fill=e,this.styleID++)}get fillGradientType(){return this._fillGradientType}set fillGradientType(t){this._fillGradientType!==t&&(this._fillGradientType=t,this.styleID++)}get fillGradientStops(){return this._fillGradientStops}set fillGradientStops(t){lS(this._fillGradientStops,t)||(this._fillGradientStops=t,this.styleID++)}get fontFamily(){return this._fontFamily}set fontFamily(t){this.fontFamily!==t&&(this._fontFamily=t,this.styleID++)}get fontSize(){return this._fontSize}set fontSize(t){this._fontSize!==t&&(this._fontSize=t,this.styleID++)}get fontStyle(){return this._fontStyle}set fontStyle(t){this._fontStyle!==t&&(this._fontStyle=t,this.styleID++)}get fontVariant(){return this._fontVariant}set fontVariant(t){this._fontVariant!==t&&(this._fontVariant=t,this.styleID++)}get fontWeight(){return this._fontWeight}set fontWeight(t){this._fontWeight!==t&&(this._fontWeight=t,this.styleID++)}get letterSpacing(){return this._letterSpacing}set letterSpacing(t){this._letterSpacing!==t&&(this._letterSpacing=t,this.styleID++)}get lineHeight(){return this._lineHeight}set lineHeight(t){this._lineHeight!==t&&(this._lineHeight=t,this.styleID++)}get leading(){return this._leading}set leading(t){this._leading!==t&&(this._leading=t,this.styleID++)}get lineJoin(){return this._lineJoin}set lineJoin(t){this._lineJoin!==t&&(this._lineJoin=t,this.styleID++)}get miterLimit(){return this._miterLimit}set miterLimit(t){this._miterLimit!==t&&(this._miterLimit=t,this.styleID++)}get padding(){return this._padding}set padding(t){this._padding!==t&&(this._padding=t,this.styleID++)}get stroke(){return this._stroke}set stroke(t){const e=xu(t);this._stroke!==e&&(this._stroke=e,this.styleID++)}get strokeThickness(){return this._strokeThickness}set strokeThickness(t){this._strokeThickness!==t&&(this._strokeThickness=t,this.styleID++)}get textBaseline(){return this._textBaseline}set textBaseline(t){this._textBaseline!==t&&(this._textBaseline=t,this.styleID++)}get trim(){return this._trim}set trim(t){this._trim!==t&&(this._trim=t,this.styleID++)}get whiteSpace(){return this._whiteSpace}set whiteSpace(t){this._whiteSpace!==t&&(this._whiteSpace=t,this.styleID++)}get wordWrap(){return this._wordWrap}set wordWrap(t){this._wordWrap!==t&&(this._wordWrap=t,this.styleID++)}get wordWrapWidth(){return this._wordWrapWidth}set wordWrapWidth(t){this._wordWrapWidth!==t&&(this._wordWrapWidth=t,this.styleID++)}toFontString(){const t=typeof this.fontSize=="number"?`${this.fontSize}px`:this.fontSize;let e=this.fontFamily;Array.isArray(this.fontFamily)||(e=this.fontFamily.split(","));for(let i=e.length-1;i>=0;i--){let s=e[i].trim();!/([\"\'])[^\'\"]+\1/.test(s)&&!hS.includes(s)&&(s=`"${s}"`),e[i]=s}return`${this.fontStyle} ${this.fontVariant} ${this.fontWeight} ${t} ${e.join(",")}`}};ag.defaultStyle={align:"left",breakWords:!1,dropShadow:!1,dropShadowAlpha:1,dropShadowAngle:Math.PI/6,dropShadowBlur:0,dropShadowColor:"black",dropShadowDistance:5,fill:"black",fillGradientType:lh.LINEAR_VERTICAL,fillGradientStops:[],fontFamily:"Arial",fontSize:26,fontStyle:"normal",fontVariant:"normal",fontWeight:"normal",leading:0,letterSpacing:0,lineHeight:0,lineJoin:"miter",miterLimit:10,padding:0,stroke:"black",strokeThickness:0,textBaseline:"alphabetic",trim:!1,whiteSpace:"pre",wordWrap:!1,wordWrapWidth:100};let Mr=ag;function xu(r){const t=Lt.shared,e=i=>{const s=t.setValue(i);return s.alpha===1?s.toHex():s.toRgbaString()};return Array.isArray(r)?r.map(e):e(r)}function lS(r,t){if(!Array.isArray(r)||!Array.isArray(t)||r.length!==t.length)return!1;for(let e=0;e<r.length;++e)if(r[e]!==t[e])return!1;return!0}function _u(r,t,e){for(const i in e)Array.isArray(t[i])?r[i]=t[i].slice():r[i]=t[i]}const cS={texture:!0,children:!1,baseTexture:!0},hg=class Zf extends jt{constructor(t,e,i){let s=!1;i||(i=it.ADAPTER.createCanvas(),s=!0),i.width=3,i.height=3;const n=ot.from(i);n.orig=new pt,n.trim=new pt,super(n),this._ownCanvas=s,this.canvas=i,this.context=i.getContext("2d",{willReadFrequently:!0}),this._resolution=Zf.defaultResolution??it.RESOLUTION,this._autoResolution=Zf.defaultAutoResolution,this._text=null,this._style=null,this._styleListener=null,this._font="",this.text=t,this.style=e,this.localStyleID=-1}static get experimentalLetterSpacing(){return Ar.experimentalLetterSpacing}static set experimentalLetterSpacing(t){vt("7.1.0","Text.experimentalLetterSpacing is deprecated, use TextMetrics.experimentalLetterSpacing"),Ar.experimentalLetterSpacing=t}updateText(t){const e=this._style;if(this.localStyleID!==e.styleID&&(this.dirty=!0,this.localStyleID=e.styleID),!this.dirty&&t)return;this._font=this._style.toFontString();const i=this.context,s=Ar.measureText(this._text||" ",this._style,this._style.wordWrap,this.canvas),n=s.width,o=s.height,a=s.lines,h=s.lineHeight,l=s.lineWidths,c=s.maxLineWidth,u=s.fontProperties;this.canvas.width=Math.ceil(Math.ceil(Math.max(1,n)+e.padding*2)*this._resolution),this.canvas.height=Math.ceil(Math.ceil(Math.max(1,o)+e.padding*2)*this._resolution),i.scale(this._resolution,this._resolution),i.clearRect(0,0,this.canvas.width,this.canvas.height),i.font=this._font,i.lineWidth=e.strokeThickness,i.textBaseline=e.textBaseline,i.lineJoin=e.lineJoin,i.miterLimit=e.miterLimit;let d,f;const p=e.dropShadow?2:1;for(let m=0;m<p;++m){const g=e.dropShadow&&m===0,b=g?Math.ceil(Math.max(1,o)+e.padding*2):0,_=b*this._resolution;if(g){i.fillStyle="black",i.strokeStyle="black";const v=e.dropShadowColor,T=e.dropShadowBlur*this._resolution,C=e.dropShadowDistance*this._resolution;i.shadowColor=Lt.shared.setValue(v).setAlpha(e.dropShadowAlpha).toRgbaString(),i.shadowBlur=T,i.shadowOffsetX=Math.cos(e.dropShadowAngle)*C,i.shadowOffsetY=Math.sin(e.dropShadowAngle)*C+_}else i.fillStyle=this._generateFillStyle(e,a,s),i.strokeStyle=e.stroke,i.shadowColor="black",i.shadowBlur=0,i.shadowOffsetX=0,i.shadowOffsetY=0;let x=(h-u.fontSize)/2;h-u.fontSize<0&&(x=0);for(let v=0;v<a.length;v++)d=e.strokeThickness/2,f=e.strokeThickness/2+v*h+u.ascent+x,e.align==="right"?d+=c-l[v]:e.align==="center"&&(d+=(c-l[v])/2),e.stroke&&e.strokeThickness&&this.drawLetterSpacing(a[v],d+e.padding,f+e.padding-b,!0),e.fill&&this.drawLetterSpacing(a[v],d+e.padding,f+e.padding-b)}this.updateTexture()}drawLetterSpacing(t,e,i,s=!1){const n=this._style.letterSpacing;let o=!1;if(Ar.experimentalLetterSpacingSupported&&(Ar.experimentalLetterSpacing?(this.context.letterSpacing=`${n}px`,this.context.textLetterSpacing=`${n}px`,o=!0):(this.context.letterSpacing="0px",this.context.textLetterSpacing="0px")),n===0||o){s?this.context.strokeText(t,e,i):this.context.fillText(t,e,i);return}let a=e;const h=Ar.graphemeSegmenter(t);let l=this.context.measureText(t).width,c=0;for(let u=0;u<h.length;++u){const d=h[u];s?this.context.strokeText(d,a,i):this.context.fillText(d,a,i);let f="";for(let p=u+1;p<h.length;++p)f+=h[p];c=this.context.measureText(f).width,a+=l-c+n,l=c}}updateTexture(){const t=this.canvas;if(this._style.trim){const o=Pv(t);o.data&&(t.width=o.width,t.height=o.height,this.context.putImageData(o.data,0,0))}const e=this._texture,i=this._style,s=i.trim?0:i.padding,n=e.baseTexture;e.trim.width=e._frame.width=t.width/this._resolution,e.trim.height=e._frame.height=t.height/this._resolution,e.trim.x=-s,e.trim.y=-s,e.orig.width=e._frame.width-s*2,e.orig.height=e._frame.height-s*2,this._onTextureUpdate(),n.setRealSize(t.width,t.height,this._resolution),e.updateUvs(),this.dirty=!1}_render(t){this._autoResolution&&this._resolution!==t.resolution&&(this._resolution=t.resolution,this.dirty=!0),this.updateText(!0),super._render(t)}updateTransform(){this.updateText(!0),super.updateTransform()}getBounds(t,e){return this.updateText(!0),this._textureID===-1&&(t=!1),super.getBounds(t,e)}getLocalBounds(t){return this.updateText(!0),super.getLocalBounds.call(this,t)}_calculateBounds(){this.calculateVertices(),this._bounds.addQuad(this.vertexData)}_generateFillStyle(t,e,i){const s=t.fill;if(Array.isArray(s)){if(s.length===1)return s[0]}else return s;let n;const o=t.dropShadow?t.dropShadowDistance:0,a=t.padding||0,h=this.canvas.width/this._resolution-o-a*2,l=this.canvas.height/this._resolution-o-a*2,c=s.slice(),u=t.fillGradientStops.slice();if(!u.length){const d=c.length+1;for(let f=1;f<d;++f)u.push(f/d)}if(c.unshift(s[0]),u.unshift(0),c.push(s[s.length-1]),u.push(1),t.fillGradientType===lh.LINEAR_VERTICAL){n=this.context.createLinearGradient(h/2,a,h/2,l+a);const d=i.fontProperties.fontSize+t.strokeThickness;for(let f=0;f<e.length;f++){const p=i.lineHeight*(f-1)+d,m=i.lineHeight*f;let g=m;f>0&&p>m&&(g=(m+p)/2);const b=m+d,_=i.lineHeight*(f+1);let x=b;f+1<e.length&&_<b&&(x=(b+_)/2);const v=(x-g)/l;for(let T=0;T<c.length;T++){let C=0;typeof u[T]=="number"?C=u[T]:C=T/c.length;let E=Math.min(1,Math.max(0,g/l+C*v));E=Number(E.toFixed(5)),n.addColorStop(E,c[T])}}}else{n=this.context.createLinearGradient(a,l/2,h+a,l/2);const d=c.length+1;let f=1;for(let p=0;p<c.length;p++){let m;typeof u[p]=="number"?m=u[p]:m=f/d,n.addColorStop(m,c[p]),f++}}return n}destroy(t){typeof t=="boolean"&&(t={children:t}),t=Object.assign({},cS,t),super.destroy(t),this._ownCanvas&&(this.canvas.height=this.canvas.width=0),this.context=null,this.canvas=null,this._style=null}get width(){return this.updateText(!0),Math.abs(this.scale.x)*this._texture.orig.width}set width(t){this.updateText(!0);const e=_r(this.scale.x)||1;this.scale.x=e*t/this._texture.orig.width,this._width=t}get height(){return this.updateText(!0),Math.abs(this.scale.y)*this._texture.orig.height}set height(t){this.updateText(!0);const e=_r(this.scale.y)||1;this.scale.y=e*t/this._texture.orig.height,this._height=t}get style(){return this._style}set style(t){t=t||{},t instanceof Mr?this._style=t:this._style=new Mr(t),this.localStyleID=-1,this.dirty=!0}get text(){return this._text}set text(t){t=String(t??""),this._text!==t&&(this._text=t,this.dirty=!0)}get resolution(){return this._resolution}set resolution(t){this._autoResolution=!1,this._resolution!==t&&(this._resolution=t,this.dirty=!0)}};hg.defaultAutoResolution=!0;let lg=hg;class uS{constructor(t){this.maxItemsPerFrame=t,this.itemsLeft=0}beginFrame(){this.itemsLeft=this.maxItemsPerFrame}allowedToUpload(){return this.itemsLeft-- >0}}function dS(r,t){var i;let e=!1;if((i=r==null?void 0:r._textures)!=null&&i.length){for(let s=0;s<r._textures.length;s++)if(r._textures[s]instanceof ot){const n=r._textures[s].baseTexture;t.includes(n)||(t.push(n),e=!0)}}return e}function fS(r,t){if(r.baseTexture instanceof bt){const e=r.baseTexture;return t.includes(e)||t.push(e),!0}return!1}function pS(r,t){if(r._texture&&r._texture instanceof ot){const e=r._texture.baseTexture;return t.includes(e)||t.push(e),!0}return!1}function mS(r,t){return t instanceof lg?(t.updateText(!0),!0):!1}function gS(r,t){if(t instanceof Mr){const e=t.toFontString();return Ar.measureFont(e),!0}return!1}function yS(r,t){if(r instanceof lg){t.includes(r.style)||t.push(r.style),t.includes(r)||t.push(r);const e=r._texture.baseTexture;return t.includes(e)||t.push(e),!0}return!1}function bS(r,t){return r instanceof Mr?(t.includes(r)||t.push(r),!0):!1}const cg=class Pb{constructor(t){this.limiter=new uS(Pb.uploadsPerFrame),this.renderer=t,this.uploadHookHelper=null,this.queue=[],this.addHooks=[],this.uploadHooks=[],this.completes=[],this.ticking=!1,this.delayedTick=()=>{this.queue&&this.prepareItems()},this.registerFindHook(yS),this.registerFindHook(bS),this.registerFindHook(dS),this.registerFindHook(fS),this.registerFindHook(pS),this.registerUploadHook(mS),this.registerUploadHook(gS)}upload(t){return new Promise(e=>{t&&this.add(t),this.queue.length?(this.completes.push(e),this.ticking||(this.ticking=!0,_e.system.addOnce(this.tick,this,ls.UTILITY))):e()})}tick(){setTimeout(this.delayedTick,0)}prepareItems(){for(this.limiter.beginFrame();this.queue.length&&this.limiter.allowedToUpload();){const t=this.queue[0];let e=!1;if(t&&!t._destroyed){for(let i=0,s=this.uploadHooks.length;i<s;i++)if(this.uploadHooks[i](this.uploadHookHelper,t)){this.queue.shift(),e=!0;break}}e||this.queue.shift()}if(this.queue.length)_e.system.addOnce(this.tick,this,ls.UTILITY);else{this.ticking=!1;const t=this.completes.slice(0);this.completes.length=0;for(let e=0,i=t.length;e<i;e++)t[e]()}}registerFindHook(t){return t&&this.addHooks.push(t),this}registerUploadHook(t){return t&&this.uploadHooks.push(t),this}add(t){for(let e=0,i=this.addHooks.length;e<i&&!this.addHooks[e](t,this.queue);e++);if(t instanceof Tt)for(let e=t.children.length-1;e>=0;e--)this.add(t.children[e]);return this}destroy(){this.ticking&&_e.system.remove(this.tick,this),this.ticking=!1,this.addHooks=null,this.uploadHooks=null,this.renderer=null,this.completes=null,this.queue=null,this.limiter=null,this.uploadHookHelper=null}};cg.uploadsPerFrame=4;let vu=cg;Object.defineProperties(it,{UPLOADS_PER_FRAME:{get(){return vu.uploadsPerFrame},set(r){vt("7.1.0","settings.UPLOADS_PER_FRAME is deprecated, use prepare.BasePrepare.uploadsPerFrame"),vu.uploadsPerFrame=r}}});function ug(r,t){return t instanceof bt?(t._glTextures[r.CONTEXT_UID]||r.texture.bind(t),!0):!1}function xS(r,t){if(!(t instanceof Ir))return!1;const{geometry:e}=t;t.finishPoly(),e.updateBatches();const{batches:i}=e;for(let s=0;s<i.length;s++){const{texture:n}=i[s].style;n&&ug(r,n.baseTexture)}return e.batchable||r.geometry.bind(e,t._resolveDirectShader(r)),!0}function _S(r,t){return r instanceof Ir?(t.push(r),!0):!1}class dg extends vu{constructor(t){super(t),this.uploadHookHelper=this.renderer,this.registerFindHook(_S),this.registerUploadHook(ug),this.registerUploadHook(xS)}}dg.extension={name:"prepare",type:J.RendererSystem},nt.add(dg);var vS=`#version 300 es
|
|
982
982
|
#define SHADER_NAME Tiling-Sprite-100
|
|
983
983
|
|
|
984
984
|
precision lowp float;
|
|
@@ -1057,7 +1057,7 @@ void main(void)
|
|
|
1057
1057
|
|
|
1058
1058
|
gl_FragColor = texSample * uColor;
|
|
1059
1059
|
}
|
|
1060
|
-
`,
|
|
1060
|
+
`,fg=`#version 100
|
|
1061
1061
|
#define SHADER_NAME Tiling-Sprite-100
|
|
1062
1062
|
|
|
1063
1063
|
precision lowp float;
|
|
@@ -1092,7 +1092,7 @@ void main(void)
|
|
|
1092
1092
|
vec4 texSample = texture2D(uSampler, vTextureCoord);
|
|
1093
1093
|
gl_FragColor = texSample * uColor;
|
|
1094
1094
|
}
|
|
1095
|
-
`;const ml=new Ft;class Jm extends Za{constructor(t){super(t),t.runners.contextChange.add(this),this.quad=new L0,this.state=Mi.for2d()}contextChange(){const t=this.renderer,e={globals:t.globalUniforms};this.simpleShader=Ri.from(jm,SS,e),this.shader=t.context.webGLVersion>1?Ri.from(wS,vS,e):Ri.from(jm,TS,e)}render(t){const e=this.renderer,r=this.quad;let n=r.vertices;n[0]=n[6]=t._width*-t.anchor.x,n[1]=n[3]=t._height*-t.anchor.y,n[2]=n[4]=t._width*(1-t.anchor.x),n[5]=n[7]=t._height*(1-t.anchor.y);const s=t.uvRespectAnchor?t.anchor.x:0,o=t.uvRespectAnchor?t.anchor.y:0;n=r.uvs,n[0]=n[6]=-s,n[1]=n[3]=-o,n[2]=n[4]=1-s,n[5]=n[7]=1-o,r.invalidate();const a=t._texture,l=a.baseTexture,h=l.alphaMode>0,c=t.tileTransform.localTransform,u=t.uvMatrix;let d=l.isPowerOfTwo&&a.frame.width===l.width&&a.frame.height===l.height;d&&(l._glTextures[e.CONTEXT_UID]?d=l.wrapMode!==vi.CLAMP:l.wrapMode===vi.CLAMP&&(l.wrapMode=vi.REPEAT));const f=d?this.simpleShader:this.shader,p=a.width,m=a.height,g=t._width,b=t._height;ml.set(c.a*p/g,c.b*p/b,c.c*m/g,c.d*m/b,c.tx/g,c.ty/b),ml.invert(),d?ml.prepend(u.mapCoord):(f.uniforms.uMapCoord=u.mapCoord.toArray(!0),f.uniforms.uClampFrame=u.uClampFrame,f.uniforms.uClampOffset=u.uClampOffset),f.uniforms.uTransform=ml.toArray(!0),f.uniforms.uColor=kt.shared.setValue(t.tint).premultiply(t.worldAlpha,h).toArray(f.uniforms.uColor),f.uniforms.translationMatrix=t.transform.worldTransform.toArray(!0),f.uniforms.uSampler=a,e.shader.bind(f),e.geometry.bind(r),this.state.blendMode=s0(t.blendMode,h),e.state.set(this.state),e.geometry.draw(this.renderer.gl.TRIANGLES,6,0)}}Jm.extension={name:"tilingSprite",type:$.RendererPlugin},st.add(Jm);const $m=class pa{constructor(t,e,r=null){this.linkedSheets=[],this._texture=t instanceof ot?t:null,this.baseTexture=t instanceof bt?t:this._texture.baseTexture,this.textures={},this.animations={},this.data=e;const n=this.baseTexture.resource;this.resolution=this._updateResolution(r||(n?n.url:null)),this._frames=this.data.frames,this._frameKeys=Object.keys(this._frames),this._batchIndex=0,this._callback=null}_updateResolution(t=null){const{scale:e}=this.data.meta;let r=tr(t,null);return r===null&&(r=parseFloat(e??"1")),r!==1&&this.baseTexture.setResolution(r),r}parse(){return new Promise(t=>{this._callback=t,this._batchIndex=0,this._frameKeys.length<=pa.BATCH_SIZE?(this._processFrames(0),this._processAnimations(),this._parseComplete()):this._nextBatch()})}_processFrames(t){let e=t;const r=pa.BATCH_SIZE;for(;e-t<r&&e<this._frameKeys.length;){const n=this._frameKeys[e],s=this._frames[n],o=s.frame;if(o){let a=null,l=null;const h=s.trimmed!==!1&&s.sourceSize?s.sourceSize:s.frame,c=new pt(0,0,Math.floor(h.w)/this.resolution,Math.floor(h.h)/this.resolution);s.rotated?a=new pt(Math.floor(o.x)/this.resolution,Math.floor(o.y)/this.resolution,Math.floor(o.h)/this.resolution,Math.floor(o.w)/this.resolution):a=new pt(Math.floor(o.x)/this.resolution,Math.floor(o.y)/this.resolution,Math.floor(o.w)/this.resolution,Math.floor(o.h)/this.resolution),s.trimmed!==!1&&s.spriteSourceSize&&(l=new pt(Math.floor(s.spriteSourceSize.x)/this.resolution,Math.floor(s.spriteSourceSize.y)/this.resolution,Math.floor(o.w)/this.resolution,Math.floor(o.h)/this.resolution)),this.textures[n]=new ot(this.baseTexture,a,c,l,s.rotated?2:0,s.anchor,s.borders),ot.addToCache(this.textures[n],n.toString())}e++}}_processAnimations(){const t=this.data.animations||{};for(const e in t){this.animations[e]=[];for(let r=0;r<t[e].length;r++){const n=t[e][r];this.animations[e].push(this.textures[n])}}}_parseComplete(){const t=this._callback;this._callback=null,this._batchIndex=0,t.call(this,this.textures)}_nextBatch(){this._processFrames(this._batchIndex*pa.BATCH_SIZE),this._batchIndex++,setTimeout(()=>{this._batchIndex*pa.BATCH_SIZE<this._frameKeys.length?this._nextBatch():(this._processAnimations(),this._parseComplete())},0)}destroy(t=!1){var e;for(const r in this.textures)this.textures[r].destroy();this._frames=null,this._frameKeys=null,this.data=null,this.textures=null,t&&((e=this._texture)==null||e.destroy(),this.baseTexture.destroy()),this._texture=null,this.baseTexture=null,this.linkedSheets=[]}};$m.BATCH_SIZE=1e3;let Qm=$m;const CS=["jpg","png","jpeg","avif","webp"];function qm(i,t,e){const r={};if(i.forEach(n=>{r[n]=t}),Object.keys(t.textures).forEach(n=>{r[n]=t.textures[n]}),!e){const n=re.dirname(i[0]);t.linkedSheets.forEach((s,o)=>{const a=qm([`${n}/${t.data.meta.related_multi_packs[o]}`],s,!0);Object.assign(r,a)})}return r}const ES={extension:$.Asset,cache:{test:i=>i instanceof Qm,getCacheableAssets:(i,t)=>qm(i,t,!1)},resolver:{test:i=>{const t=i.split("?")[0].split("."),e=t.pop(),r=t.pop();return e==="json"&&CS.includes(r)},parse:i=>{var e;const t=i.split(".");return{resolution:parseFloat(((e=nt.RETINA_PREFIX.exec(i))==null?void 0:e[1])??"1"),format:t[t.length-2],src:i}}},loader:{name:"spritesheetLoader",extension:{type:$.LoadParser,priority:li.Normal},async testParse(i,t){return re.extname(t.src).toLowerCase()===".json"&&!!i.frames},async parse(i,t,e){var l,h;let r=re.dirname(t.src);r&&r.lastIndexOf("/")!==r.length-1&&(r+="/");let n=r+i.meta.image;n=Qc(n,t.src);const s=(await e.load([n]))[n],o=new Qm(s.baseTexture,i,t.src);await o.parse();const a=(l=i==null?void 0:i.meta)==null?void 0:l.related_multi_packs;if(Array.isArray(a)){const c=[];for(const d of a){if(typeof d!="string")continue;let f=r+d;(h=t.data)!=null&&h.ignoreMultiPack||(f=Qc(f,t.src),c.push(e.load({src:f,data:{ignoreMultiPack:!0}})))}const u=await Promise.all(c);o.linkedSheets=u,u.forEach(d=>{d.linkedSheets=[o].concat(o.linkedSheets.filter(f=>f!==d))})}return o},unload(i){i.destroy(!0)}}};st.add(ES);class gl{constructor(){this.info=[],this.common=[],this.page=[],this.char=[],this.kerning=[],this.distanceField=[]}}class yl{static test(t){return typeof t=="string"&&t.startsWith("info face=")}static parse(t){const e=t.match(/^[a-z]+\s+.+$/gm),r={info:[],common:[],page:[],char:[],chars:[],kerning:[],kernings:[],distanceField:[]};for(const s in e){const o=e[s].match(/^[a-z]+/gm)[0],a=e[s].match(/[a-zA-Z]+=([^\s"']+|"([^"]*)")/gm),l={};for(const h in a){const c=a[h].split("="),u=c[0],d=c[1].replace(/"/gm,""),f=parseFloat(d),p=isNaN(f)?d:f;l[u]=p}r[o].push(l)}const n=new gl;return r.info.forEach(s=>n.info.push({face:s.face,size:parseInt(s.size,10)})),r.common.forEach(s=>n.common.push({lineHeight:parseInt(s.lineHeight,10)})),r.page.forEach(s=>n.page.push({id:parseInt(s.id,10),file:s.file})),r.char.forEach(s=>n.char.push({id:parseInt(s.id,10),page:parseInt(s.page,10),x:parseInt(s.x,10),y:parseInt(s.y,10),width:parseInt(s.width,10),height:parseInt(s.height,10),xoffset:parseInt(s.xoffset,10),yoffset:parseInt(s.yoffset,10),xadvance:parseInt(s.xadvance,10)})),r.kerning.forEach(s=>n.kerning.push({first:parseInt(s.first,10),second:parseInt(s.second,10),amount:parseInt(s.amount,10)})),r.distanceField.forEach(s=>n.distanceField.push({distanceRange:parseInt(s.distanceRange,10),fieldType:s.fieldType})),n}}class gu{static test(t){const e=t;return typeof t!="string"&&"getElementsByTagName"in t&&e.getElementsByTagName("page").length&&e.getElementsByTagName("info")[0].getAttribute("face")!==null}static parse(t){const e=new gl,r=t.getElementsByTagName("info"),n=t.getElementsByTagName("common"),s=t.getElementsByTagName("page"),o=t.getElementsByTagName("char"),a=t.getElementsByTagName("kerning"),l=t.getElementsByTagName("distanceField");for(let h=0;h<r.length;h++)e.info.push({face:r[h].getAttribute("face"),size:parseInt(r[h].getAttribute("size"),10)});for(let h=0;h<n.length;h++)e.common.push({lineHeight:parseInt(n[h].getAttribute("lineHeight"),10)});for(let h=0;h<s.length;h++)e.page.push({id:parseInt(s[h].getAttribute("id"),10)||0,file:s[h].getAttribute("file")});for(let h=0;h<o.length;h++){const c=o[h];e.char.push({id:parseInt(c.getAttribute("id"),10),page:parseInt(c.getAttribute("page"),10)||0,x:parseInt(c.getAttribute("x"),10),y:parseInt(c.getAttribute("y"),10),width:parseInt(c.getAttribute("width"),10),height:parseInt(c.getAttribute("height"),10),xoffset:parseInt(c.getAttribute("xoffset"),10),yoffset:parseInt(c.getAttribute("yoffset"),10),xadvance:parseInt(c.getAttribute("xadvance"),10)})}for(let h=0;h<a.length;h++)e.kerning.push({first:parseInt(a[h].getAttribute("first"),10),second:parseInt(a[h].getAttribute("second"),10),amount:parseInt(a[h].getAttribute("amount"),10)});for(let h=0;h<l.length;h++)e.distanceField.push({fieldType:l[h].getAttribute("fieldType"),distanceRange:parseInt(l[h].getAttribute("distanceRange"),10)});return e}}class yu{static test(t){return typeof t=="string"&&t.includes("<font>")?gu.test(nt.ADAPTER.parseXML(t)):!1}static parse(t){return gu.parse(nt.ADAPTER.parseXML(t))}}const bu=[yl,gu,yu];function IS(i){for(let t=0;t<bu.length;t++)if(bu[t].test(i))return bu[t];return null}function AS(i,t,e,r,n,s){const o=e.fill;if(Array.isArray(o)){if(o.length===1)return o[0]}else return o;let a;const l=e.dropShadow?e.dropShadowDistance:0,h=e.padding||0,c=i.width/r-l-h*2,u=i.height/r-l-h*2,d=o.slice(),f=e.fillGradientStops.slice();if(!f.length){const p=d.length+1;for(let m=1;m<p;++m)f.push(m/p)}if(d.unshift(o[0]),f.unshift(0),d.push(o[o.length-1]),f.push(1),e.fillGradientType===fl.LINEAR_VERTICAL){a=t.createLinearGradient(c/2,h,c/2,u+h);let p=0;const m=(s.fontProperties.fontSize+e.strokeThickness)/u;for(let g=0;g<n.length;g++){const b=s.lineHeight*g;for(let _=0;_<d.length;_++){let x=0;typeof f[_]=="number"?x=f[_]:x=_/d.length;const v=b/u+x*m;let T=Math.max(p,v);T=Math.min(T,1),a.addColorStop(T,d[_]),p=T}}}else{a=t.createLinearGradient(h,u/2,c+h,u/2);const p=d.length+1;let m=1;for(let g=0;g<d.length;g++){let b;typeof f[g]=="number"?b=f[g]:b=m/p,a.addColorStop(b,d[g]),m++}}return a}function MS(i,t,e,r,n,s,o){const a=e.text,l=e.fontProperties;t.translate(r,n),t.scale(s,s);const h=o.strokeThickness/2,c=-(o.strokeThickness/2);if(t.font=o.toFontString(),t.lineWidth=o.strokeThickness,t.textBaseline=o.textBaseline,t.lineJoin=o.lineJoin,t.miterLimit=o.miterLimit,t.fillStyle=AS(i,t,o,s,[a],e),t.strokeStyle=o.stroke,o.dropShadow){const u=o.dropShadowColor,d=o.dropShadowBlur*s,f=o.dropShadowDistance*s;t.shadowColor=kt.shared.setValue(u).setAlpha(o.dropShadowAlpha).toRgbaString(),t.shadowBlur=d,t.shadowOffsetX=Math.cos(o.dropShadowAngle)*f,t.shadowOffsetY=Math.sin(o.dropShadowAngle)*f}else t.shadowColor="black",t.shadowBlur=0,t.shadowOffsetX=0,t.shadowOffsetY=0;o.stroke&&o.strokeThickness&&t.strokeText(a,h,c+e.lineHeight-l.descent),o.fill&&t.fillText(a,h,c+e.lineHeight-l.descent),t.setTransform(1,0,0,1,0,0),t.fillStyle="rgba(0, 0, 0, 0)"}function bl(i){return i.codePointAt?i.codePointAt(0):i.charCodeAt(0)}function tg(i){return Array.from?Array.from(i):i.split("")}function RS(i){typeof i=="string"&&(i=[i]);const t=[];for(let e=0,r=i.length;e<r;e++){const n=i[e];if(Array.isArray(n)){if(n.length!==2)throw new Error(`[BitmapFont]: Invalid character range length, expecting 2 got ${n.length}.`);const s=n[0].charCodeAt(0),o=n[1].charCodeAt(0);if(o<s)throw new Error("[BitmapFont]: Invalid character range.");for(let a=s,l=o;a<=l;a++)t.push(String.fromCharCode(a))}else t.push(...tg(n))}if(t.length===0)throw new Error("[BitmapFont]: Empty set when resolving characters.");return t}const kr=class Ki{constructor(t,e,r){var c;const[n]=t.info,[s]=t.common,[o]=t.page,[a]=t.distanceField,l=tr(o.file),h={};this._ownsTextures=r,this.font=n.face,this.size=n.size,this.lineHeight=s.lineHeight/l,this.chars={},this.pageTextures=h;for(let u=0;u<t.page.length;u++){const{id:d,file:f}=t.page[u];h[d]=e instanceof Array?e[u]:e[f],a!=null&&a.fieldType&&a.fieldType!=="none"&&(h[d].baseTexture.alphaMode=Se.NO_PREMULTIPLIED_ALPHA,h[d].baseTexture.mipmap=wi.OFF)}for(let u=0;u<t.char.length;u++){const{id:d,page:f}=t.char[u];let{x:p,y:m,width:g,height:b,xoffset:_,yoffset:x,xadvance:v}=t.char[u];p/=l,m/=l,g/=l,b/=l,_/=l,x/=l,v/=l;const T=new pt(p+h[f].frame.x/l,m+h[f].frame.y/l,g,b);this.chars[d]={xOffset:_,yOffset:x,xAdvance:v,kerning:{},texture:new ot(h[f].baseTexture,T),page:f}}for(let u=0;u<t.kerning.length;u++){let{first:d,second:f,amount:p}=t.kerning[u];d/=l,f/=l,p/=l,this.chars[f]&&(this.chars[f].kerning[d]=p)}this.distanceFieldRange=a==null?void 0:a.distanceRange,this.distanceFieldType=((c=a==null?void 0:a.fieldType)==null?void 0:c.toLowerCase())??"none"}destroy(){for(const t in this.chars)this.chars[t].texture.destroy(),this.chars[t].texture=null;for(const t in this.pageTextures)this._ownsTextures&&this.pageTextures[t].destroy(!0),this.pageTextures[t]=null;this.chars=null,this.pageTextures=null}static install(t,e,r){let n;if(t instanceof gl)n=t;else{const o=IS(t);if(!o)throw new Error("Unrecognized data format for font.");n=o.parse(t)}e instanceof ot&&(e=[e]);const s=new Ki(n,e,r);return Ki.available[s.font]=s,s}static uninstall(t){const e=Ki.available[t];if(!e)throw new Error(`No font found named '${t}'`);e.destroy(),delete Ki.available[t]}static from(t,e,r){if(!t)throw new Error("[BitmapFont] Property `name` is required.");const{chars:n,padding:s,resolution:o,textureWidth:a,textureHeight:l,...h}=Object.assign({},Ki.defaultOptions,r),c=RS(n),u=e instanceof Gr?e:new Gr(e),d=a,f=new gl;f.info[0]={face:u.fontFamily,size:u.fontSize},f.common[0]={lineHeight:u.fontSize};let p=0,m=0,g,b,_,x=0;const v=[];for(let C=0;C<c.length;C++){g||(g=nt.ADAPTER.createCanvas(),g.width=a,g.height=l,b=g.getContext("2d"),_=new bt(g,{resolution:o,...h}),v.push(new ot(_)),f.page.push({id:v.length-1,file:""}));const E=c[C],I=Lr.measureText(E,u,!1,g),R=I.width,F=Math.ceil(I.height),k=Math.ceil((u.fontStyle==="italic"?2:1)*R);if(m>=l-F*o){if(m===0)throw new Error(`[BitmapFont] textureHeight ${l}px is too small (fontFamily: '${u.fontFamily}', fontSize: ${u.fontSize}px, char: '${E}')`);--C,g=null,b=null,_=null,m=0,p=0,x=0;continue}if(x=Math.max(F+I.fontProperties.descent,x),k*o+p>=d){if(p===0)throw new Error(`[BitmapFont] textureWidth ${a}px is too small (fontFamily: '${u.fontFamily}', fontSize: ${u.fontSize}px, char: '${E}')`);--C,m+=x*o,m=Math.ceil(m),p=0,x=0;continue}MS(g,b,I,p,m,o,u);const P=bl(I.text);f.char.push({id:P,page:v.length-1,x:p/o,y:m/o,width:k,height:F,xoffset:0,yoffset:0,xadvance:R-(u.dropShadow?u.dropShadowDistance:0)-(u.stroke?u.strokeThickness:0)}),p+=(k+2*s)*o,p=Math.ceil(p)}if(!(r!=null&&r.skipKerning))for(let C=0,E=c.length;C<E;C++){const I=c[C];for(let R=0;R<E;R++){const F=c[R],k=b.measureText(I).width,P=b.measureText(F).width,A=b.measureText(I+F).width-(k+P);A&&f.kerning.push({first:bl(I),second:bl(F),amount:A})}}const T=new Ki(f,v,!0);return Ki.available[t]!==void 0&&Ki.uninstall(t),Ki.available[t]=T,T}};kr.ALPHA=[["a","z"],["A","Z"]," "],kr.NUMERIC=[["0","9"]],kr.ALPHANUMERIC=[["a","z"],["A","Z"],["0","9"]," "],kr.ASCII=[[" ","~"]],kr.defaultOptions={resolution:1,textureWidth:512,textureHeight:512,padding:4,chars:kr.ALPHANUMERIC},kr.available={};let ci=kr;var PS=`// Pixi texture info\r
|
|
1095
|
+
`;const uh=new Gt;class pg extends Ba{constructor(t){super(t),t.runners.contextChange.add(this),this.quad=new J0,this.state=Ai.for2d()}contextChange(){const t=this.renderer,e={globals:t.globalUniforms};this.simpleShader=Mi.from(fg,SS,e),this.shader=t.context.webGLVersion>1?Mi.from(wS,vS,e):Mi.from(fg,TS,e)}render(t){const e=this.renderer,i=this.quad;let s=i.vertices;s[0]=s[6]=t._width*-t.anchor.x,s[1]=s[3]=t._height*-t.anchor.y,s[2]=s[4]=t._width*(1-t.anchor.x),s[5]=s[7]=t._height*(1-t.anchor.y);const n=t.uvRespectAnchor?t.anchor.x:0,o=t.uvRespectAnchor?t.anchor.y:0;s=i.uvs,s[0]=s[6]=-n,s[1]=s[3]=-o,s[2]=s[4]=1-n,s[5]=s[7]=1-o,i.invalidate();const a=t._texture,h=a.baseTexture,l=h.alphaMode>0,c=t.tileTransform.localTransform,u=t.uvMatrix;let d=h.isPowerOfTwo&&a.frame.width===h.width&&a.frame.height===h.height;d&&(h._glTextures[e.CONTEXT_UID]?d=h.wrapMode!==_i.CLAMP:h.wrapMode===_i.CLAMP&&(h.wrapMode=_i.REPEAT));const f=d?this.simpleShader:this.shader,p=a.width,m=a.height,g=t._width,b=t._height;uh.set(c.a*p/g,c.b*p/b,c.c*m/g,c.d*m/b,c.tx/g,c.ty/b),uh.invert(),d?uh.prepend(u.mapCoord):(f.uniforms.uMapCoord=u.mapCoord.toArray(!0),f.uniforms.uClampFrame=u.uClampFrame,f.uniforms.uClampOffset=u.uClampOffset),f.uniforms.uTransform=uh.toArray(!0),f.uniforms.uColor=Lt.shared.setValue(t.tint).premultiply(t.worldAlpha,l).toArray(f.uniforms.uColor),f.uniforms.translationMatrix=t.transform.worldTransform.toArray(!0),f.uniforms.uSampler=a,e.shader.bind(f),e.geometry.bind(i),this.state.blendMode=T0(t.blendMode,l),e.state.set(this.state),e.geometry.draw(this.renderer.gl.TRIANGLES,6,0)}}pg.extension={name:"tilingSprite",type:J.RendererPlugin},nt.add(pg);const mg=class ca{constructor(t,e,i=null){this.linkedSheets=[],this._texture=t instanceof ot?t:null,this.baseTexture=t instanceof bt?t:this._texture.baseTexture,this.textures={},this.animations={},this.data=e;const s=this.baseTexture.resource;this.resolution=this._updateResolution(i||(s?s.url:null)),this._frames=this.data.frames,this._frameKeys=Object.keys(this._frames),this._batchIndex=0,this._callback=null}_updateResolution(t=null){const{scale:e}=this.data.meta;let i=Qi(t,null);return i===null&&(i=parseFloat(e??"1")),i!==1&&this.baseTexture.setResolution(i),i}parse(){return new Promise(t=>{this._callback=t,this._batchIndex=0,this._frameKeys.length<=ca.BATCH_SIZE?(this._processFrames(0),this._processAnimations(),this._parseComplete()):this._nextBatch()})}_processFrames(t){let e=t;const i=ca.BATCH_SIZE;for(;e-t<i&&e<this._frameKeys.length;){const s=this._frameKeys[e],n=this._frames[s],o=n.frame;if(o){let a=null,h=null;const l=n.trimmed!==!1&&n.sourceSize?n.sourceSize:n.frame,c=new pt(0,0,Math.floor(l.w)/this.resolution,Math.floor(l.h)/this.resolution);n.rotated?a=new pt(Math.floor(o.x)/this.resolution,Math.floor(o.y)/this.resolution,Math.floor(o.h)/this.resolution,Math.floor(o.w)/this.resolution):a=new pt(Math.floor(o.x)/this.resolution,Math.floor(o.y)/this.resolution,Math.floor(o.w)/this.resolution,Math.floor(o.h)/this.resolution),n.trimmed!==!1&&n.spriteSourceSize&&(h=new pt(Math.floor(n.spriteSourceSize.x)/this.resolution,Math.floor(n.spriteSourceSize.y)/this.resolution,Math.floor(o.w)/this.resolution,Math.floor(o.h)/this.resolution)),this.textures[s]=new ot(this.baseTexture,a,c,h,n.rotated?2:0,n.anchor,n.borders),ot.addToCache(this.textures[s],s.toString())}e++}}_processAnimations(){const t=this.data.animations||{};for(const e in t){this.animations[e]=[];for(let i=0;i<t[e].length;i++){const s=t[e][i];this.animations[e].push(this.textures[s])}}}_parseComplete(){const t=this._callback;this._callback=null,this._batchIndex=0,t.call(this,this.textures)}_nextBatch(){this._processFrames(this._batchIndex*ca.BATCH_SIZE),this._batchIndex++,setTimeout(()=>{this._batchIndex*ca.BATCH_SIZE<this._frameKeys.length?this._nextBatch():(this._processAnimations(),this._parseComplete())},0)}destroy(t=!1){var e;for(const i in this.textures)this.textures[i].destroy();this._frames=null,this._frameKeys=null,this.data=null,this.textures=null,t&&((e=this._texture)==null||e.destroy(),this.baseTexture.destroy()),this._texture=null,this.baseTexture=null,this.linkedSheets=[]}};mg.BATCH_SIZE=1e3;let gg=mg;const CS=["jpg","png","jpeg","avif","webp"];function yg(r,t,e){const i={};if(r.forEach(s=>{i[s]=t}),Object.keys(t.textures).forEach(s=>{i[s]=t.textures[s]}),!e){const s=ee.dirname(r[0]);t.linkedSheets.forEach((n,o)=>{const a=yg([`${s}/${t.data.meta.related_multi_packs[o]}`],n,!0);Object.assign(i,a)})}return i}const ES={extension:J.Asset,cache:{test:r=>r instanceof gg,getCacheableAssets:(r,t)=>yg(r,t,!1)},resolver:{test:r=>{const t=r.split("?")[0].split("."),e=t.pop(),i=t.pop();return e==="json"&&CS.includes(i)},parse:r=>{var e;const t=r.split(".");return{resolution:parseFloat(((e=it.RETINA_PREFIX.exec(r))==null?void 0:e[1])??"1"),format:t[t.length-2],src:r}}},loader:{name:"spritesheetLoader",extension:{type:J.LoadParser,priority:ai.Normal},async testParse(r,t){return ee.extname(t.src).toLowerCase()===".json"&&!!r.frames},async parse(r,t,e){var h,l;let i=ee.dirname(t.src);i&&i.lastIndexOf("/")!==i.length-1&&(i+="/");let s=i+r.meta.image;s=su(s,t.src);const n=(await e.load([s]))[s],o=new gg(n.baseTexture,r,t.src);await o.parse();const a=(h=r==null?void 0:r.meta)==null?void 0:h.related_multi_packs;if(Array.isArray(a)){const c=[];for(const d of a){if(typeof d!="string")continue;let f=i+d;(l=t.data)!=null&&l.ignoreMultiPack||(f=su(f,t.src),c.push(e.load({src:f,data:{ignoreMultiPack:!0}})))}const u=await Promise.all(c);o.linkedSheets=u,u.forEach(d=>{d.linkedSheets=[o].concat(o.linkedSheets.filter(f=>f!==d))})}return o},unload(r){r.destroy(!0)}}};nt.add(ES);class dh{constructor(){this.info=[],this.common=[],this.page=[],this.char=[],this.kerning=[],this.distanceField=[]}}class fh{static test(t){return typeof t=="string"&&t.startsWith("info face=")}static parse(t){const e=t.match(/^[a-z]+\s+.+$/gm),i={info:[],common:[],page:[],char:[],chars:[],kerning:[],kernings:[],distanceField:[]};for(const n in e){const o=e[n].match(/^[a-z]+/gm)[0],a=e[n].match(/[a-zA-Z]+=([^\s"']+|"([^"]*)")/gm),h={};for(const l in a){const c=a[l].split("="),u=c[0],d=c[1].replace(/"/gm,""),f=parseFloat(d),p=isNaN(f)?d:f;h[u]=p}i[o].push(h)}const s=new dh;return i.info.forEach(n=>s.info.push({face:n.face,size:parseInt(n.size,10)})),i.common.forEach(n=>s.common.push({lineHeight:parseInt(n.lineHeight,10)})),i.page.forEach(n=>s.page.push({id:parseInt(n.id,10),file:n.file})),i.char.forEach(n=>s.char.push({id:parseInt(n.id,10),page:parseInt(n.page,10),x:parseInt(n.x,10),y:parseInt(n.y,10),width:parseInt(n.width,10),height:parseInt(n.height,10),xoffset:parseInt(n.xoffset,10),yoffset:parseInt(n.yoffset,10),xadvance:parseInt(n.xadvance,10)})),i.kerning.forEach(n=>s.kerning.push({first:parseInt(n.first,10),second:parseInt(n.second,10),amount:parseInt(n.amount,10)})),i.distanceField.forEach(n=>s.distanceField.push({distanceRange:parseInt(n.distanceRange,10),fieldType:n.fieldType})),s}}class wu{static test(t){const e=t;return typeof t!="string"&&"getElementsByTagName"in t&&e.getElementsByTagName("page").length&&e.getElementsByTagName("info")[0].getAttribute("face")!==null}static parse(t){const e=new dh,i=t.getElementsByTagName("info"),s=t.getElementsByTagName("common"),n=t.getElementsByTagName("page"),o=t.getElementsByTagName("char"),a=t.getElementsByTagName("kerning"),h=t.getElementsByTagName("distanceField");for(let l=0;l<i.length;l++)e.info.push({face:i[l].getAttribute("face"),size:parseInt(i[l].getAttribute("size"),10)});for(let l=0;l<s.length;l++)e.common.push({lineHeight:parseInt(s[l].getAttribute("lineHeight"),10)});for(let l=0;l<n.length;l++)e.page.push({id:parseInt(n[l].getAttribute("id"),10)||0,file:n[l].getAttribute("file")});for(let l=0;l<o.length;l++){const c=o[l];e.char.push({id:parseInt(c.getAttribute("id"),10),page:parseInt(c.getAttribute("page"),10)||0,x:parseInt(c.getAttribute("x"),10),y:parseInt(c.getAttribute("y"),10),width:parseInt(c.getAttribute("width"),10),height:parseInt(c.getAttribute("height"),10),xoffset:parseInt(c.getAttribute("xoffset"),10),yoffset:parseInt(c.getAttribute("yoffset"),10),xadvance:parseInt(c.getAttribute("xadvance"),10)})}for(let l=0;l<a.length;l++)e.kerning.push({first:parseInt(a[l].getAttribute("first"),10),second:parseInt(a[l].getAttribute("second"),10),amount:parseInt(a[l].getAttribute("amount"),10)});for(let l=0;l<h.length;l++)e.distanceField.push({fieldType:h[l].getAttribute("fieldType"),distanceRange:parseInt(h[l].getAttribute("distanceRange"),10)});return e}}class Tu{static test(t){return typeof t=="string"&&t.includes("<font>")?wu.test(it.ADAPTER.parseXML(t)):!1}static parse(t){return wu.parse(it.ADAPTER.parseXML(t))}}const Su=[fh,wu,Tu];function IS(r){for(let t=0;t<Su.length;t++)if(Su[t].test(r))return Su[t];return null}function AS(r,t,e,i,s,n){const o=e.fill;if(Array.isArray(o)){if(o.length===1)return o[0]}else return o;let a;const h=e.dropShadow?e.dropShadowDistance:0,l=e.padding||0,c=r.width/i-h-l*2,u=r.height/i-h-l*2,d=o.slice(),f=e.fillGradientStops.slice();if(!f.length){const p=d.length+1;for(let m=1;m<p;++m)f.push(m/p)}if(d.unshift(o[0]),f.unshift(0),d.push(o[o.length-1]),f.push(1),e.fillGradientType===lh.LINEAR_VERTICAL){a=t.createLinearGradient(c/2,l,c/2,u+l);let p=0;const m=(n.fontProperties.fontSize+e.strokeThickness)/u;for(let g=0;g<s.length;g++){const b=n.lineHeight*g;for(let _=0;_<d.length;_++){let x=0;typeof f[_]=="number"?x=f[_]:x=_/d.length;const v=b/u+x*m;let T=Math.max(p,v);T=Math.min(T,1),a.addColorStop(T,d[_]),p=T}}}else{a=t.createLinearGradient(l,u/2,c+l,u/2);const p=d.length+1;let m=1;for(let g=0;g<d.length;g++){let b;typeof f[g]=="number"?b=f[g]:b=m/p,a.addColorStop(b,d[g]),m++}}return a}function MS(r,t,e,i,s,n,o){const a=e.text,h=e.fontProperties;t.translate(i,s),t.scale(n,n);const l=o.strokeThickness/2,c=-(o.strokeThickness/2);if(t.font=o.toFontString(),t.lineWidth=o.strokeThickness,t.textBaseline=o.textBaseline,t.lineJoin=o.lineJoin,t.miterLimit=o.miterLimit,t.fillStyle=AS(r,t,o,n,[a],e),t.strokeStyle=o.stroke,o.dropShadow){const u=o.dropShadowColor,d=o.dropShadowBlur*n,f=o.dropShadowDistance*n;t.shadowColor=Lt.shared.setValue(u).setAlpha(o.dropShadowAlpha).toRgbaString(),t.shadowBlur=d,t.shadowOffsetX=Math.cos(o.dropShadowAngle)*f,t.shadowOffsetY=Math.sin(o.dropShadowAngle)*f}else t.shadowColor="black",t.shadowBlur=0,t.shadowOffsetX=0,t.shadowOffsetY=0;o.stroke&&o.strokeThickness&&t.strokeText(a,l,c+e.lineHeight-h.descent),o.fill&&t.fillText(a,l,c+e.lineHeight-h.descent),t.setTransform(1,0,0,1,0,0),t.fillStyle="rgba(0, 0, 0, 0)"}function ph(r){return r.codePointAt?r.codePointAt(0):r.charCodeAt(0)}function bg(r){return Array.from?Array.from(r):r.split("")}function RS(r){typeof r=="string"&&(r=[r]);const t=[];for(let e=0,i=r.length;e<i;e++){const s=r[e];if(Array.isArray(s)){if(s.length!==2)throw new Error(`[BitmapFont]: Invalid character range length, expecting 2 got ${s.length}.`);const n=s[0].charCodeAt(0),o=s[1].charCodeAt(0);if(o<n)throw new Error("[BitmapFont]: Invalid character range.");for(let a=n,h=o;a<=h;a++)t.push(String.fromCharCode(a))}else t.push(...bg(s))}if(t.length===0)throw new Error("[BitmapFont]: Empty set when resolving characters.");return t}const Rr=class Hi{constructor(t,e,i){var c;const[s]=t.info,[n]=t.common,[o]=t.page,[a]=t.distanceField,h=Qi(o.file),l={};this._ownsTextures=i,this.font=s.face,this.size=s.size,this.lineHeight=n.lineHeight/h,this.chars={},this.pageTextures=l;for(let u=0;u<t.page.length;u++){const{id:d,file:f}=t.page[u];l[d]=e instanceof Array?e[u]:e[f],a!=null&&a.fieldType&&a.fieldType!=="none"&&(l[d].baseTexture.alphaMode=we.NO_PREMULTIPLIED_ALPHA,l[d].baseTexture.mipmap=vi.OFF)}for(let u=0;u<t.char.length;u++){const{id:d,page:f}=t.char[u];let{x:p,y:m,width:g,height:b,xoffset:_,yoffset:x,xadvance:v}=t.char[u];p/=h,m/=h,g/=h,b/=h,_/=h,x/=h,v/=h;const T=new pt(p+l[f].frame.x/h,m+l[f].frame.y/h,g,b);this.chars[d]={xOffset:_,yOffset:x,xAdvance:v,kerning:{},texture:new ot(l[f].baseTexture,T),page:f}}for(let u=0;u<t.kerning.length;u++){let{first:d,second:f,amount:p}=t.kerning[u];d/=h,f/=h,p/=h,this.chars[f]&&(this.chars[f].kerning[d]=p)}this.distanceFieldRange=a==null?void 0:a.distanceRange,this.distanceFieldType=((c=a==null?void 0:a.fieldType)==null?void 0:c.toLowerCase())??"none"}destroy(){for(const t in this.chars)this.chars[t].texture.destroy(),this.chars[t].texture=null;for(const t in this.pageTextures)this._ownsTextures&&this.pageTextures[t].destroy(!0),this.pageTextures[t]=null;this.chars=null,this.pageTextures=null}static install(t,e,i){let s;if(t instanceof dh)s=t;else{const o=IS(t);if(!o)throw new Error("Unrecognized data format for font.");s=o.parse(t)}e instanceof ot&&(e=[e]);const n=new Hi(s,e,i);return Hi.available[n.font]=n,n}static uninstall(t){const e=Hi.available[t];if(!e)throw new Error(`No font found named '${t}'`);e.destroy(),delete Hi.available[t]}static from(t,e,i){if(!t)throw new Error("[BitmapFont] Property `name` is required.");const{chars:s,padding:n,resolution:o,textureWidth:a,textureHeight:h,...l}=Object.assign({},Hi.defaultOptions,i),c=RS(s),u=e instanceof Mr?e:new Mr(e),d=a,f=new dh;f.info[0]={face:u.fontFamily,size:u.fontSize},f.common[0]={lineHeight:u.fontSize};let p=0,m=0,g,b,_,x=0;const v=[];for(let C=0;C<c.length;C++){g||(g=it.ADAPTER.createCanvas(),g.width=a,g.height=h,b=g.getContext("2d"),_=new bt(g,{resolution:o,...l}),v.push(new ot(_)),f.page.push({id:v.length-1,file:""}));const E=c[C],I=Ar.measureText(E,u,!1,g),R=I.width,N=Math.ceil(I.height),F=Math.ceil((u.fontStyle==="italic"?2:1)*R);if(m>=h-N*o){if(m===0)throw new Error(`[BitmapFont] textureHeight ${h}px is too small (fontFamily: '${u.fontFamily}', fontSize: ${u.fontSize}px, char: '${E}')`);--C,g=null,b=null,_=null,m=0,p=0,x=0;continue}if(x=Math.max(N+I.fontProperties.descent,x),F*o+p>=d){if(p===0)throw new Error(`[BitmapFont] textureWidth ${a}px is too small (fontFamily: '${u.fontFamily}', fontSize: ${u.fontSize}px, char: '${E}')`);--C,m+=x*o,m=Math.ceil(m),p=0,x=0;continue}MS(g,b,I,p,m,o,u);const P=ph(I.text);f.char.push({id:P,page:v.length-1,x:p/o,y:m/o,width:F,height:N,xoffset:0,yoffset:0,xadvance:R-(u.dropShadow?u.dropShadowDistance:0)-(u.stroke?u.strokeThickness:0)}),p+=(F+2*n)*o,p=Math.ceil(p)}if(!(i!=null&&i.skipKerning))for(let C=0,E=c.length;C<E;C++){const I=c[C];for(let R=0;R<E;R++){const N=c[R],F=b.measureText(I).width,P=b.measureText(N).width,A=b.measureText(I+N).width-(F+P);A&&f.kerning.push({first:ph(I),second:ph(N),amount:A})}}const T=new Hi(f,v,!0);return Hi.available[t]!==void 0&&Hi.uninstall(t),Hi.available[t]=T,T}};Rr.ALPHA=[["a","z"],["A","Z"]," "],Rr.NUMERIC=[["0","9"]],Rr.ALPHANUMERIC=[["a","z"],["A","Z"],["0","9"]," "],Rr.ASCII=[[" ","~"]],Rr.defaultOptions={resolution:1,textureWidth:512,textureHeight:512,padding:4,chars:Rr.ALPHANUMERIC},Rr.available={};let li=Rr;var PS=`// Pixi texture info\r
|
|
1096
1096
|
varying vec2 vTextureCoord;\r
|
|
1097
1097
|
uniform sampler2D uSampler;\r
|
|
1098
1098
|
\r
|
|
@@ -1146,17 +1146,17 @@ void main(void)\r
|
|
|
1146
1146
|
\r
|
|
1147
1147
|
vTextureCoord = (uTextureMatrix * vec3(aTextureCoord, 1.0)).xy;\r
|
|
1148
1148
|
}\r
|
|
1149
|
-
`;const
|
|
1150
|
-
`)||" ",
|
|
1151
|
-
`){o.push(f),a.push(-1),p=Math.max(p,f),++m,++_,
|
|
1152
|
-
`&&(/(?:\s)/.test(T)&&(f=b),o.push(f),p=Math.max(p,f),a.push(-1));const C=[];for(let P=0;P<=m;P++){let A=0;this._align==="right"?A=p-o[P]:this._align==="center"?A=(p-o[P])/2:this._align==="justify"&&(A=a[P]<0?0:(p-o[P])/a[P]),C.push(A)}const E=
|
|
1149
|
+
`;const xg=[],_g=[],vg=[],wg=class Lb extends Tt{constructor(t,e={}){super();const{align:i,tint:s,maxWidth:n,letterSpacing:o,fontName:a,fontSize:h}=Object.assign({},Lb.styleDefaults,e);if(!li.available[a])throw new Error(`Missing BitmapFont "${a}"`);this._activePagesMeshData=[],this._textWidth=0,this._textHeight=0,this._align=i,this._tintColor=new Lt(s),this._font=void 0,this._fontName=a,this._fontSize=h,this.text=t,this._maxWidth=n,this._maxLineHeight=0,this._letterSpacing=o,this._anchor=new qi(()=>{this.dirty=!0},this,0,0),this._roundPixels=it.ROUND_PIXELS,this.dirty=!0,this._resolution=it.RESOLUTION,this._autoResolution=!0,this._textureCache={}}updateText(){var F;const t=li.available[this._fontName],e=this.fontSize,i=e/t.size,s=new ct,n=[],o=[],a=[],h=this._text.replace(/(?:\r\n|\r)/g,`
|
|
1150
|
+
`)||" ",l=bg(h),c=this._maxWidth*t.size/e,u=t.distanceFieldType==="none"?xg:_g;let d=null,f=0,p=0,m=0,g=-1,b=0,_=0,x=0,v=0;for(let P=0;P<l.length;P++){const A=l[P],G=ph(A);if(/(?:\s)/.test(A)&&(g=P,b=f,v++),A==="\r"||A===`
|
|
1151
|
+
`){o.push(f),a.push(-1),p=Math.max(p,f),++m,++_,s.x=0,s.y+=t.lineHeight,d=null,v=0;continue}const D=t.chars[G];if(!D)continue;d&&D.kerning[d]&&(s.x+=D.kerning[d]);const X=vg.pop()||{texture:ot.EMPTY,line:0,charCode:0,prevSpaces:0,position:new ct};X.texture=D.texture,X.line=m,X.charCode=G,X.position.x=Math.round(s.x+D.xOffset+this._letterSpacing/2),X.position.y=Math.round(s.y+D.yOffset),X.prevSpaces=v,n.push(X),f=X.position.x+Math.max(D.xAdvance-D.xOffset,D.texture.orig.width),s.x+=D.xAdvance+this._letterSpacing,x=Math.max(x,D.yOffset+D.texture.height),d=G,g!==-1&&c>0&&s.x>c&&(++_,tn(n,1+g-_,1+P-g),P=g,g=-1,o.push(b),a.push(n.length>0?n[n.length-1].prevSpaces:0),p=Math.max(p,b),m++,s.x=0,s.y+=t.lineHeight,d=null,v=0)}const T=l[l.length-1];T!=="\r"&&T!==`
|
|
1152
|
+
`&&(/(?:\s)/.test(T)&&(f=b),o.push(f),p=Math.max(p,f),a.push(-1));const C=[];for(let P=0;P<=m;P++){let A=0;this._align==="right"?A=p-o[P]:this._align==="center"?A=(p-o[P])/2:this._align==="justify"&&(A=a[P]<0?0:(p-o[P])/a[P]),C.push(A)}const E=n.length,I={},R=[],N=this._activePagesMeshData;u.push(...N);for(let P=0;P<E;P++){const A=n[P].texture,G=A.baseTexture.uid;if(!I[G]){let D=u.pop();if(!D){const B=new sg;let H,lt;t.distanceFieldType==="none"?(H=new bu(ot.EMPTY),lt=dt.NORMAL):(H=new bu(ot.EMPTY,{program:tr.from(LS,PS),uniforms:{uFWidth:0}}),lt=dt.NORMAL_NPM);const W=new yu(B,H);W.blendMode=lt,D={index:0,indexCount:0,vertexCount:0,uvsCount:0,total:0,mesh:W,vertices:null,uvs:null,indices:null}}D.index=0,D.indexCount=0,D.vertexCount=0,D.uvsCount=0,D.total=0;const{_textureCache:X}=this;X[G]=X[G]||new ot(A.baseTexture),D.mesh.texture=X[G],D.mesh.tint=this._tintColor.value,R.push(D),I[G]=D}I[G].total++}for(let P=0;P<N.length;P++)R.includes(N[P])||this.removeChild(N[P].mesh);for(let P=0;P<R.length;P++)R[P].mesh.parent!==this&&this.addChild(R[P].mesh);this._activePagesMeshData=R;for(const P in I){const A=I[P],G=A.total;if(!(((F=A.indices)==null?void 0:F.length)>6*G)||A.vertices.length<yu.BATCHABLE_SIZE*2)A.vertices=new Float32Array(4*2*G),A.uvs=new Float32Array(4*2*G),A.indices=new Uint16Array(6*G);else{const D=A.total,X=A.vertices;for(let B=D*4*2;B<X.length;B++)X[B]=0}A.mesh.size=6*G}for(let P=0;P<E;P++){const A=n[P];let G=A.position.x+C[A.line]*(this._align==="justify"?A.prevSpaces:1);this._roundPixels&&(G=Math.round(G));const D=G*i,X=A.position.y*i,B=A.texture,H=I[B.baseTexture.uid],lt=B.frame,W=B._uvs,L=H.index++;H.indices[L*6+0]=0+L*4,H.indices[L*6+1]=1+L*4,H.indices[L*6+2]=2+L*4,H.indices[L*6+3]=0+L*4,H.indices[L*6+4]=2+L*4,H.indices[L*6+5]=3+L*4,H.vertices[L*8+0]=D,H.vertices[L*8+1]=X,H.vertices[L*8+2]=D+lt.width*i,H.vertices[L*8+3]=X,H.vertices[L*8+4]=D+lt.width*i,H.vertices[L*8+5]=X+lt.height*i,H.vertices[L*8+6]=D,H.vertices[L*8+7]=X+lt.height*i,H.uvs[L*8+0]=W.x0,H.uvs[L*8+1]=W.y0,H.uvs[L*8+2]=W.x1,H.uvs[L*8+3]=W.y1,H.uvs[L*8+4]=W.x2,H.uvs[L*8+5]=W.y2,H.uvs[L*8+6]=W.x3,H.uvs[L*8+7]=W.y3}this._textWidth=p*i,this._textHeight=(s.y+t.lineHeight)*i;for(const P in I){const A=I[P];if(this.anchor.x!==0||this.anchor.y!==0){let B=0;const H=this._textWidth*this.anchor.x,lt=this._textHeight*this.anchor.y;for(let W=0;W<A.total;W++)A.vertices[B++]-=H,A.vertices[B++]-=lt,A.vertices[B++]-=H,A.vertices[B++]-=lt,A.vertices[B++]-=H,A.vertices[B++]-=lt,A.vertices[B++]-=H,A.vertices[B++]-=lt}this._maxLineHeight=x*i;const G=A.mesh.geometry.getBuffer("aVertexPosition"),D=A.mesh.geometry.getBuffer("aTextureCoord"),X=A.mesh.geometry.getIndex();G.data=A.vertices,D.data=A.uvs,X.data=A.indices,G.update(),D.update(),X.update()}for(let P=0;P<n.length;P++)vg.push(n[P]);this._font=t,this.dirty=!1}updateTransform(){this.validate(),this.containerUpdateTransform()}_render(t){this._autoResolution&&this._resolution!==t.resolution&&(this._resolution=t.resolution,this.dirty=!0);const{distanceFieldRange:e,distanceFieldType:i,size:s}=li.available[this._fontName];if(i!=="none"){const{a:n,b:o,c:a,d:h}=this.worldTransform,l=Math.sqrt(n*n+o*o),c=Math.sqrt(a*a+h*h),u=(Math.abs(l)+Math.abs(c))/2,d=this.fontSize/s,f=t._view.resolution;for(const p of this._activePagesMeshData)p.mesh.shader.uniforms.uFWidth=u*e*d*f}super._render(t)}getLocalBounds(){return this.validate(),super.getLocalBounds()}validate(){const t=li.available[this._fontName];if(!t)throw new Error(`Missing BitmapFont "${this._fontName}"`);this._font!==t&&(this.dirty=!0),this.dirty&&this.updateText()}get tint(){return this._tintColor.value}set tint(t){if(this.tint!==t){this._tintColor.setValue(t);for(let e=0;e<this._activePagesMeshData.length;e++)this._activePagesMeshData[e].mesh.tint=t}}get align(){return this._align}set align(t){this._align!==t&&(this._align=t,this.dirty=!0)}get fontName(){return this._fontName}set fontName(t){if(!li.available[t])throw new Error(`Missing BitmapFont "${t}"`);this._fontName!==t&&(this._fontName=t,this.dirty=!0)}get fontSize(){return this._fontSize??li.available[this._fontName].size}set fontSize(t){this._fontSize!==t&&(this._fontSize=t,this.dirty=!0)}get anchor(){return this._anchor}set anchor(t){typeof t=="number"?this._anchor.set(t):this._anchor.copyFrom(t)}get text(){return this._text}set text(t){t=String(t??""),this._text!==t&&(this._text=t,this.dirty=!0)}get maxWidth(){return this._maxWidth}set maxWidth(t){this._maxWidth!==t&&(this._maxWidth=t,this.dirty=!0)}get maxLineHeight(){return this.validate(),this._maxLineHeight}get textWidth(){return this.validate(),this._textWidth}get letterSpacing(){return this._letterSpacing}set letterSpacing(t){this._letterSpacing!==t&&(this._letterSpacing=t,this.dirty=!0)}get roundPixels(){return this._roundPixels}set roundPixels(t){t!==this._roundPixels&&(this._roundPixels=t,this.dirty=!0)}get textHeight(){return this.validate(),this._textHeight}get resolution(){return this._resolution}set resolution(t){this._autoResolution=!1,this._resolution!==t&&(this._resolution=t,this.dirty=!0)}destroy(t){const{_textureCache:e}=this,i=li.available[this._fontName].distanceFieldType==="none"?xg:_g;i.push(...this._activePagesMeshData);for(const s of this._activePagesMeshData)this.removeChild(s.mesh);this._activePagesMeshData=[],i.filter(s=>e[s.mesh.texture.baseTexture.uid]).forEach(s=>{s.mesh.texture=ot.EMPTY});for(const s in e)e[s].destroy(),delete e[s];this._font=null,this._tintColor=null,this._textureCache=null,super.destroy(t)}};wg.styleDefaults={align:"left",tint:16777215,maxWidth:0,letterSpacing:0};let GS=wg;const FS=[".xml",".fnt"],NS={extension:{type:J.LoadParser,priority:ai.Normal},name:"loadBitmapFont",test(r){return FS.includes(ee.extname(r).toLowerCase())},async testParse(r){return fh.test(r)||Tu.test(r)},async parse(r,t,e){const i=fh.test(r)?fh.parse(r):Tu.parse(r),{src:s}=t,{page:n}=i,o=[];for(let l=0;l<n.length;++l){const c=n[l].file;let u=ee.join(ee.dirname(s),c);u=su(u,s),o.push(u)}const a=await e.load(o),h=o.map(l=>a[l]);return li.install(i,h,!0)},async load(r,t){return(await it.ADAPTER.fetch(r)).text()},unload(r){r.destroy()}};nt.add(NS);const Cu=class Vn extends Mr{constructor(){super(...arguments),this._fonts=[],this._overrides=[],this._stylesheet="",this.fontsDirty=!1}static from(t){return new Vn(Object.keys(Vn.defaultOptions).reduce((e,i)=>({...e,[i]:t[i]}),{}))}cleanFonts(){this._fonts.length>0&&(this._fonts.forEach(t=>{URL.revokeObjectURL(t.src),t.refs--,t.refs===0&&(t.fontFace&&document.fonts.delete(t.fontFace),delete Vn.availableFonts[t.originalUrl])}),this.fontFamily="Arial",this._fonts.length=0,this.styleID++,this.fontsDirty=!0)}loadFont(t,e={}){const{availableFonts:i}=Vn;if(i[t]){const s=i[t];return this._fonts.push(s),s.refs++,this.styleID++,this.fontsDirty=!0,Promise.resolve()}return it.ADAPTER.fetch(t).then(s=>s.blob()).then(async s=>new Promise((n,o)=>{const a=URL.createObjectURL(s),h=new FileReader;h.onload=()=>n([a,h.result]),h.onerror=o,h.readAsDataURL(s)})).then(async([s,n])=>{const o=Object.assign({family:ee.basename(t,ee.extname(t)),weight:"normal",style:"normal",display:"auto",src:s,dataSrc:n,refs:1,originalUrl:t,fontFace:null},e);i[t]=o,this._fonts.push(o),this.styleID++;const a=new FontFace(o.family,`url(${o.src})`,{weight:o.weight,style:o.style,display:o.display});o.fontFace=a,await a.load(),document.fonts.add(a),await document.fonts.ready,this.styleID++,this.fontsDirty=!0})}addOverride(...t){const e=t.filter(i=>!this._overrides.includes(i));e.length>0&&(this._overrides.push(...e),this.styleID++)}removeOverride(...t){const e=t.filter(i=>this._overrides.includes(i));e.length>0&&(this._overrides=this._overrides.filter(i=>!e.includes(i)),this.styleID++)}toCSS(t){return[`transform: scale(${t})`,"transform-origin: top left","display: inline-block",`color: ${this.normalizeColor(this.fill)}`,`font-size: ${this.fontSize}px`,`font-family: ${this.fontFamily}`,`font-weight: ${this.fontWeight}`,`font-style: ${this.fontStyle}`,`font-variant: ${this.fontVariant}`,`letter-spacing: ${this.letterSpacing}px`,`text-align: ${this.align}`,`padding: ${this.padding}px`,`white-space: ${this.whiteSpace}`,...this.lineHeight?[`line-height: ${this.lineHeight}px`]:[],...this.wordWrap?[`word-wrap: ${this.breakWords?"break-all":"break-word"}`,`max-width: ${this.wordWrapWidth}px`]:[],...this.strokeThickness?[`-webkit-text-stroke-width: ${this.strokeThickness}px`,`-webkit-text-stroke-color: ${this.normalizeColor(this.stroke)}`,`text-stroke-width: ${this.strokeThickness}px`,`text-stroke-color: ${this.normalizeColor(this.stroke)}`,"paint-order: stroke"]:[],...this.dropShadow?[this.dropShadowToCSS()]:[],...this._overrides].join(";")}toGlobalCSS(){return this._fonts.reduce((t,e)=>`${t}
|
|
1153
1153
|
@font-face {
|
|
1154
1154
|
font-family: "${e.family}";
|
|
1155
1155
|
src: url('${e.dataSrc}');
|
|
1156
1156
|
font-weight: ${e.weight};
|
|
1157
1157
|
font-style: ${e.style};
|
|
1158
1158
|
font-display: ${e.display};
|
|
1159
|
-
}`,this._stylesheet)}get stylesheet(){return this._stylesheet}set stylesheet(t){this._stylesheet!==t&&(this._stylesheet=t,this.styleID++)}normalizeColor(t){return Array.isArray(t)&&(t=Cv(t)),typeof t=="number"?Sv(t):t}dropShadowToCSS(){let t=this.normalizeColor(this.dropShadowColor);const e=this.dropShadowAlpha,r=Math.round(Math.cos(this.dropShadowAngle)*this.dropShadowDistance),n=Math.round(Math.sin(this.dropShadowAngle)*this.dropShadowDistance);t.startsWith("#")&&e<1&&(t+=(e*255|0).toString(16).padStart(2,"0"));const s=`${r}px ${n}px`;return this.dropShadowBlur>0?`text-shadow: ${s} ${this.dropShadowBlur}px ${t}`:`text-shadow: ${s} ${t}`}reset(){Object.assign(this,js.defaultOptions)}onBeforeDraw(){const{fontsDirty:t}=this;return this.fontsDirty=!1,this.isSafari&&this._fonts.length>0&&t?new Promise(e=>setTimeout(e,100)):Promise.resolve()}get isSafari(){const{userAgent:t}=nt.ADAPTER.getNavigator();return/^((?!chrome|android).)*safari/i.test(t)}set fillGradientStops(t){console.warn("[HTMLTextStyle] fillGradientStops is not supported by HTMLText")}get fillGradientStops(){return super.fillGradientStops}set fillGradientType(t){console.warn("[HTMLTextStyle] fillGradientType is not supported by HTMLText")}get fillGradientType(){return super.fillGradientType}set miterLimit(t){console.warn("[HTMLTextStyle] miterLimit is not supported by HTMLText")}get miterLimit(){return super.miterLimit}set trim(t){console.warn("[HTMLTextStyle] trim is not supported by HTMLText")}get trim(){return super.trim}set textBaseline(t){console.warn("[HTMLTextStyle] textBaseline is not supported by HTMLText")}get textBaseline(){return super.textBaseline}set leading(t){console.warn("[HTMLTextStyle] leading is not supported by HTMLText")}get leading(){return super.leading}set lineJoin(t){console.warn("[HTMLTextStyle] lineJoin is not supported by HTMLText")}get lineJoin(){return super.lineJoin}};xu.availableFonts={},xu.defaultOptions={align:"left",breakWords:!1,dropShadow:!1,dropShadowAlpha:1,dropShadowAngle:Math.PI/6,dropShadowBlur:0,dropShadowColor:"black",dropShadowDistance:5,fill:"black",fontFamily:"Arial",fontSize:26,fontStyle:"normal",fontVariant:"normal",fontWeight:"normal",letterSpacing:0,lineHeight:0,padding:0,stroke:"black",strokeThickness:0,whiteSpace:"normal",wordWrap:!1,wordWrapWidth:100};let _u=xu;const xl=class Js extends $t{constructor(t="",e={}){super(ot.EMPTY),this._text=null,this._style=null,this._autoResolution=!0,this.localStyleID=-1,this.dirty=!1,this._updateID=0,this.ownsStyle=!1;const r=new Image,n=ot.from(r,{scaleMode:nt.SCALE_MODE,resourceOptions:{autoLoad:!1}});n.orig=new pt,n.trim=new pt,this.texture=n;const s="http://www.w3.org/2000/svg",o="http://www.w3.org/1999/xhtml",a=document.createElementNS(s,"svg"),l=document.createElementNS(s,"foreignObject"),h=document.createElementNS(o,"div"),c=document.createElementNS(o,"style");l.setAttribute("width","10000"),l.setAttribute("height","10000"),l.style.overflow="hidden",a.appendChild(l),this.maxWidth=Js.defaultMaxWidth,this.maxHeight=Js.defaultMaxHeight,this._domElement=h,this._styleElement=c,this._svgRoot=a,this._foreignObject=l,this._foreignObject.appendChild(c),this._foreignObject.appendChild(h),this._image=r,this._loadImage=new Image,this._autoResolution=Js.defaultAutoResolution,this._resolution=Js.defaultResolution??nt.RESOLUTION,this.text=t,this.style=e}measureText(t){var c,u;const{text:e,style:r,resolution:n}=Object.assign({text:this._text,style:this._style,resolution:this._resolution},t);Object.assign(this._domElement,{innerHTML:e,style:r.toCSS(n)}),this._styleElement.textContent=r.toGlobalCSS(),document.body.appendChild(this._svgRoot);const s=this._domElement.getBoundingClientRect();this._svgRoot.remove();const{width:o,height:a}=s;(o>this.maxWidth||a>this.maxHeight)&&console.warn("[HTMLText] Large expanse of text, increase HTMLText.maxWidth or HTMLText.maxHeight property.");const l=Math.min(this.maxWidth,Math.ceil(o)),h=Math.min(this.maxHeight,Math.ceil(a));return this._svgRoot.setAttribute("width",l.toString()),this._svgRoot.setAttribute("height",h.toString()),e!==this._text&&(this._domElement.innerHTML=this._text),r!==this._style&&(Object.assign(this._domElement,{style:(c=this._style)==null?void 0:c.toCSS(n)}),this._styleElement.textContent=(u=this._style)==null?void 0:u.toGlobalCSS()),{width:l+r.padding*2,height:h+r.padding*2}}async updateText(t=!0){const{style:e,_image:r,_loadImage:n}=this;if(this.localStyleID!==e.styleID&&(this.dirty=!0,this.localStyleID=e.styleID),!this.dirty&&t)return;const{width:s,height:o}=this.measureText();r.width=n.width=Math.ceil(Math.max(1,s)),r.height=n.height=Math.ceil(Math.max(1,o)),this._updateID++;const a=this._updateID;await new Promise(l=>{n.onload=async()=>{if(a<this._updateID){l();return}await e.onBeforeDraw(),r.src=n.src,n.onload=null,n.src="",this.updateTexture(),l()};const h=new XMLSerializer().serializeToString(this._svgRoot);n.src=`data:image/svg+xml;charset=utf8,${encodeURIComponent(h)}`})}get source(){return this._image}updateTexture(){const{style:t,texture:e,_image:r,resolution:n}=this,{padding:s}=t,{baseTexture:o}=e;e.trim.width=e._frame.width=r.width/n,e.trim.height=e._frame.height=r.height/n,e.trim.x=-s,e.trim.y=-s,e.orig.width=e._frame.width-s*2,e.orig.height=e._frame.height-s*2,this._onTextureUpdate(),o.setRealSize(r.width,r.height,n),this.dirty=!1}_render(t){this._autoResolution&&this._resolution!==t.resolution&&(this._resolution=t.resolution,this.dirty=!0),this.updateText(!0),super._render(t)}_renderCanvas(t){this._autoResolution&&this._resolution!==t.resolution&&(this._resolution=t.resolution,this.dirty=!0),this.updateText(!0),super._renderCanvas(t)}getLocalBounds(t){return this.updateText(!0),super.getLocalBounds(t)}_calculateBounds(){this.updateText(!0),this.calculateVertices(),this._bounds.addQuad(this.vertexData)}_onStyleChange(){this.dirty=!0}destroy(t){var r,n,s,o,a;typeof t=="boolean"&&(t={children:t}),t=Object.assign({},Js.defaultDestroyOptions,t),super.destroy(t);const e=null;this.ownsStyle&&((r=this._style)==null||r.cleanFonts()),this._style=e,(n=this._svgRoot)==null||n.remove(),this._svgRoot=e,(s=this._domElement)==null||s.remove(),this._domElement=e,(o=this._foreignObject)==null||o.remove(),this._foreignObject=e,(a=this._styleElement)==null||a.remove(),this._styleElement=e,this._loadImage.src="",this._loadImage.onload=null,this._loadImage=e,this._image.src="",this._image=e}get width(){return this.updateText(!0),Math.abs(this.scale.x)*this._image.width/this.resolution}set width(t){this.updateText(!0);const e=Sr(this.scale.x)||1;this.scale.x=e*t/this._image.width/this.resolution,this._width=t}get height(){return this.updateText(!0),Math.abs(this.scale.y)*this._image.height/this.resolution}set height(t){this.updateText(!0);const e=Sr(this.scale.y)||1;this.scale.y=e*t/this._image.height/this.resolution,this._height=t}get style(){return this._style}set style(t){this._style!==t&&(t=t||{},t instanceof _u?(this.ownsStyle=!1,this._style=t):t instanceof Gr?(console.warn("[HTMLText] Cloning TextStyle, if this is not what you want, use HTMLTextStyle"),this.ownsStyle=!0,this._style=_u.from(t)):(this.ownsStyle=!0,this._style=new _u(t)),this.localStyleID=-1,this.dirty=!0)}get text(){return this._text}set text(t){t=String(t===""||t===null||t===void 0?" ":t),t=this.sanitiseText(t),this._text!==t&&(this._text=t,this.dirty=!0)}get resolution(){return this._resolution}set resolution(t){this._autoResolution=!1,this._resolution!==t&&(this._resolution=t,this.dirty=!0)}sanitiseText(t){return t.replace(/<br>/gi,"<br/>").replace(/<hr>/gi,"<hr/>").replace(/ /gi," ")}};xl.defaultDestroyOptions={texture:!0,children:!1,baseTexture:!0},xl.defaultMaxWidth=2024,xl.defaultMaxHeight=2024,xl.defaultAutoResolution=!0;function DS(){const i=new Map;function t(o,a){const l=i.get(o);return l?l.add(a):i.set(o,new Set([a])),()=>r(o,a)}function e(o,a){const l=h=>{r(o,l),a(h)};t(o,l)}function r(o,a){var l;(l=i.get(o))==null||l.delete(a)}function n(o,a){var l;(l=i.get(o))==null||l.forEach(h=>h(a))}function s(){i.clear()}return{on:t,off:r,once:e,emit:n,clear:s}}const Q=DS();function Ce(i){let t;return new Promise(e=>{t=e,Q.on(i,t)}).then(e=>(Q.off(i,t),e))}let Li=null;const sg=new ResizeObserver(()=>{Li&&Q.emit("stageUpdated",Li)});function NS(i){Li=i,sg.observe(Li),Q.emit("stageCreated",Li)}function OS(){Li&&sg.unobserve(Li),Li=null}async function vu(){return Li||await Ce("stageCreated")}let Fe=null;async function BS(){const i=await vu();XS(i),Q.on("stageUpdated",WS)}function US(){Fe&&(Fe.destroy(!0,{children:!0}),Fe=null)}function XS(i){Fe=new bm({backgroundAlpha:0,resizeTo:i,antialias:!0,resolution:Math.ceil(window.devicePixelRatio)}),Fe.stage.sortableChildren=!0,i.appendChild(Fe.view),Q.emit("applicationCreated",Fe),process.env.NODE_ENV==="development"&&(globalThis.__PIXI_APP__=Fe)}async function Qt(){return Fe||await Ce("applicationCreated")}function WS(i){Fe&&(Fe.resizeTo=i,Q.emit("applicationResized",Fe))}var _l={exports:{}};_l.exports,function(i,t){var e=200,r="__lodash_hash_undefined__",n=800,s=16,o=9007199254740991,a="[object Arguments]",l="[object Array]",h="[object AsyncFunction]",c="[object Boolean]",u="[object Date]",d="[object Error]",f="[object Function]",p="[object GeneratorFunction]",m="[object Map]",g="[object Number]",b="[object Null]",_="[object Object]",x="[object Proxy]",v="[object RegExp]",T="[object Set]",C="[object String]",E="[object Undefined]",I="[object WeakMap]",R="[object ArrayBuffer]",F="[object DataView]",k="[object Float32Array]",P="[object Float64Array]",A="[object Int8Array]",G="[object Int16Array]",N="[object Int32Array]",X="[object Uint8Array]",B="[object Uint8ClampedArray]",H="[object Uint16Array]",ht="[object Uint32Array]",W=/[\\^$.*+?()[\]{}|]/g,L=/^\[object .+?Constructor\]$/,O=/^(?:0|[1-9]\d*)$/,U={};U[k]=U[P]=U[A]=U[G]=U[N]=U[X]=U[B]=U[H]=U[ht]=!0,U[a]=U[l]=U[R]=U[c]=U[F]=U[u]=U[d]=U[f]=U[m]=U[g]=U[_]=U[v]=U[T]=U[C]=U[I]=!1;var it=typeof _e=="object"&&_e&&_e.Object===Object&&_e,q=typeof self=="object"&&self&&self.Object===Object&&self,xt=it||q||Function("return this")(),Et=t&&!t.nodeType&&t,tt=Et&&!0&&i&&!i.nodeType&&i,Z=tt&&tt.exports===Et,Y=Z&&it.process,j=function(){try{var y=tt&&tt.require&&tt.require("util").types;return y||Y&&Y.binding&&Y.binding("util")}catch{}}(),D=j&&j.isTypedArray;function ut(y,w,M){switch(M.length){case 0:return y.call(w);case 1:return y.call(w,M[0]);case 2:return y.call(w,M[0],M[1]);case 3:return y.call(w,M[0],M[1],M[2])}return y.apply(w,M)}function gt(y,w){for(var M=-1,K=Array(y);++M<y;)K[M]=w(M);return K}function Mt(y){return function(w){return y(w)}}function Dt(y,w){return y==null?void 0:y[w]}function Ge(y,w){return function(M){return y(w(M))}}var Xe=Array.prototype,jo=Function.prototype,Yr=Object.prototype,Ns=xt["__core-js_shared__"],Os=jo.toString,Zi=Yr.hasOwnProperty,hh=function(){var y=/[^.]+$/.exec(Ns&&Ns.keys&&Ns.keys.IE_PROTO||"");return y?"Symbol(src)_1."+y:""}(),ch=Yr.toString,Qd=Os.call(Object),Bs=RegExp("^"+Os.call(Zi).replace(W,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),jr=Z?xt.Buffer:void 0,Jo=xt.Symbol,We=xt.Uint8Array;jr&&jr.allocUnsafe;var $o=Ge(Object.getPrototypeOf,Object),Qo=Object.create,qd=Yr.propertyIsEnumerable,uh=Xe.splice,ei=Jo?Jo.toStringTag:void 0,Bn=function(){try{var y=na(Object,"defineProperty");return y({},"",{}),y}catch{}}(),dh=jr?jr.isBuffer:void 0,fh=Math.max,gr=Date.now,qo=na(xt,"Map"),Un=na(Object,"create"),tf=function(){function y(){}return function(w){if(!br(w))return{};if(Qo)return Qo(w);y.prototype=w;var M=new y;return y.prototype=void 0,M}}();function fi(y){var w=-1,M=y==null?0:y.length;for(this.clear();++w<M;){var K=y[w];this.set(K[0],K[1])}}function Xn(){this.__data__=Un?Un(null):{},this.size=0}function ta(y){var w=this.has(y)&&delete this.__data__[y];return this.size-=w?1:0,w}function ea(y){var w=this.__data__;if(Un){var M=w[y];return M===r?void 0:M}return Zi.call(w,y)?w[y]:void 0}function ia(y){var w=this.__data__;return Un?w[y]!==void 0:Zi.call(w,y)}function Wn(y,w){var M=this.__data__;return this.size+=this.has(y)?0:1,M[y]=Un&&w===void 0?r:w,this}fi.prototype.clear=Xn,fi.prototype.delete=ta,fi.prototype.get=ea,fi.prototype.has=ia,fi.prototype.set=Wn;function pi(y){var w=-1,M=y==null?0:y.length;for(this.clear();++w<M;){var K=y[w];this.set(K[0],K[1])}}function ef(){this.__data__=[],this.size=0}function rf(y){var w=this.__data__,M=Us(w,y);if(M<0)return!1;var K=w.length-1;return M==K?w.pop():uh.call(w,M,1),--this.size,!0}function nf(y){var w=this.__data__,M=Us(w,y);return M<0?void 0:w[M][1]}function sf(y){return Us(this.__data__,y)>-1}function ph(y,w){var M=this.__data__,K=Us(M,y);return K<0?(++this.size,M.push([y,w])):M[K][1]=w,this}pi.prototype.clear=ef,pi.prototype.delete=rf,pi.prototype.get=nf,pi.prototype.has=sf,pi.prototype.set=ph;function Vi(y){var w=-1,M=y==null?0:y.length;for(this.clear();++w<M;){var K=y[w];this.set(K[0],K[1])}}function yr(){this.size=0,this.__data__={hash:new fi,map:new(qo||pi),string:new fi}}function of(y){var w=Zs(this,y).delete(y);return this.size-=w?1:0,w}function af(y){return Zs(this,y).get(y)}function lf(y){return Zs(this,y).has(y)}function hf(y,w){var M=Zs(this,y),K=M.size;return M.set(y,w),this.size+=M.size==K?0:1,this}Vi.prototype.clear=yr,Vi.prototype.delete=of,Vi.prototype.get=af,Vi.prototype.has=lf,Vi.prototype.set=hf;function Jr(y){var w=this.__data__=new pi(y);this.size=w.size}function mi(){this.__data__=new pi,this.size=0}function cf(y){var w=this.__data__,M=w.delete(y);return this.size=w.size,M}function uf(y){return this.__data__.get(y)}function df(y){return this.__data__.has(y)}function ff(y,w){var M=this.__data__;if(M instanceof pi){var K=M.__data__;if(!qo||K.length<e-1)return K.push([y,w]),this.size=++M.size,this;M=this.__data__=new Vi(K)}return M.set(y,w),this.size=M.size,this}Jr.prototype.clear=mi,Jr.prototype.delete=cf,Jr.prototype.get=uf,Jr.prototype.has=df,Jr.prototype.set=ff;function pf(y,w){var M=yi(y),K=!M&&oa(y),J=!M&&!K&&Kn(y),ft=!M&&!K&&!J&&la(y),_t=M||K||J||ft,mt=_t?gt(y.length,String):[],yt=mt.length;for(var Nt in y)_t&&(Nt=="length"||J&&(Nt=="offset"||Nt=="parent")||ft&&(Nt=="buffer"||Nt=="byteLength"||Nt=="byteOffset")||sa(Nt,yt))||mt.push(Nt);return mt}function gi(y,w,M){(M!==void 0&&!Vs(y[w],M)||M===void 0&&!(w in y))&&ra(y,w,M)}function mf(y,w,M){var K=y[w];(!(Zi.call(y,w)&&Vs(K,M))||M===void 0&&!(w in y))&&ra(y,w,M)}function Us(y,w){for(var M=y.length;M--;)if(Vs(y[M][0],w))return M;return-1}function ra(y,w,M){w=="__proto__"&&Bn?Bn(y,w,{configurable:!0,enumerable:!0,value:M,writable:!0}):y[w]=M}var gf=yh();function Xs(y){return y==null?y===void 0?E:b:ei&&ei in Object(y)?Cf(y):Mf(y)}function Zn(y){return Qr(y)&&Xs(y)==a}function yf(y){if(!br(y)||bh(y))return!1;var w=aa(y)?Bs:L;return w.test(Gf(y))}function bf(y){return Qr(y)&&Ks(y.length)&&!!U[Xs(y)]}function Hi(y){if(!br(y))return $r(y);var w=Hn(y),M=[];for(var K in y)K=="constructor"&&(w||!Zi.call(y,K))||M.push(K);return M}function mh(y,w,M,K,J){y!==w&&gf(w,function(ft,_t){if(J||(J=new Jr),br(ft))xf(y,w,_t,M,mh,K,J);else{var mt=K?K(ii(y,_t),ft,_t+"",y,w,J):void 0;mt===void 0&&(mt=ft),gi(y,_t,mt)}},ha)}function xf(y,w,M,K,J,ft,_t){var mt=ii(y,M),yt=ii(w,M),Nt=_t.get(yt);if(Nt){gi(y,M,Nt);return}var Ot=ft?ft(mt,yt,M+"",y,w,_t):void 0,zt=Ot===void 0;if(zt){var be=yi(yt),xe=!be&&Kn(yt),bi=!be&&!xe&&la(yt);Ot=yt,be||xe||bi?yi(mt)?Ot=mt:kf(mt)?Ot=Sf(mt):xe?(zt=!1,Ot=wf(yt)):bi?(zt=!1,Ot=Ws(yt)):Ot=[]:xh(yt)||oa(yt)?(Ot=mt,oa(mt)?Ot=zn(mt):(!br(mt)||aa(mt))&&(Ot=Ef(yt))):zt=!1}zt&&(_t.set(yt,Ot),J(Ot,yt,K,ft,_t),_t.delete(yt)),gi(y,M,Ot)}function _f(y,w){return Pf(Rf(y,w,_h),y+"")}var vf=Bn?function(y,w){return Bn(y,"toString",{configurable:!0,enumerable:!1,value:Df(w),writable:!0})}:_h;function wf(y,w){return y.slice()}function Tf(y){var w=new y.constructor(y.byteLength);return new We(w).set(new We(y)),w}function Ws(y,w){var M=Tf(y.buffer);return new y.constructor(M,y.byteOffset,y.length)}function Sf(y,w){var M=-1,K=y.length;for(w||(w=Array(K));++M<K;)w[M]=y[M];return w}function Vn(y,w,M,K){var J=!M;M||(M={});for(var ft=-1,_t=w.length;++ft<_t;){var mt=w[ft],yt=void 0;yt===void 0&&(yt=y[mt]),J?ra(M,mt,yt):mf(M,mt,yt)}return M}function gh(y){return _f(function(w,M){var K=-1,J=M.length,ft=J>1?M[J-1]:void 0,_t=J>2?M[2]:void 0;for(ft=y.length>3&&typeof ft=="function"?(J--,ft):void 0,_t&&If(M[0],M[1],_t)&&(ft=J<3?void 0:ft,J=1),w=Object(w);++K<J;){var mt=M[K];mt&&y(w,mt,K,ft)}return w})}function yh(y){return function(w,M,K){for(var J=-1,ft=Object(w),_t=K(w),mt=_t.length;mt--;){var yt=_t[++J];if(M(ft[yt],yt,ft)===!1)break}return w}}function Zs(y,w){var M=y.__data__;return Af(w)?M[typeof w=="string"?"string":"hash"]:M.map}function na(y,w){var M=Dt(y,w);return yf(M)?M:void 0}function Cf(y){var w=Zi.call(y,ei),M=y[ei];try{y[ei]=void 0;var K=!0}catch{}var J=ch.call(y);return K&&(w?y[ei]=M:delete y[ei]),J}function Ef(y){return typeof y.constructor=="function"&&!Hn(y)?tf($o(y)):{}}function sa(y,w){var M=typeof y;return w=w??o,!!w&&(M=="number"||M!="symbol"&&O.test(y))&&y>-1&&y%1==0&&y<w}function If(y,w,M){if(!br(M))return!1;var K=typeof w;return(K=="number"?Hs(M)&&sa(w,M.length):K=="string"&&w in M)?Vs(M[w],y):!1}function Af(y){var w=typeof y;return w=="string"||w=="number"||w=="symbol"||w=="boolean"?y!=="__proto__":y===null}function bh(y){return!!hh&&hh in y}function Hn(y){var w=y&&y.constructor,M=typeof w=="function"&&w.prototype||Yr;return y===M}function $r(y){var w=[];if(y!=null)for(var M in Object(y))w.push(M);return w}function Mf(y){return ch.call(y)}function Rf(y,w,M){return w=fh(w===void 0?y.length-1:w,0),function(){for(var K=arguments,J=-1,ft=fh(K.length-w,0),_t=Array(ft);++J<ft;)_t[J]=K[w+J];J=-1;for(var mt=Array(w+1);++J<w;)mt[J]=K[J];return mt[w]=M(_t),ut(y,this,mt)}}function ii(y,w){if(!(w==="constructor"&&typeof y[w]=="function")&&w!="__proto__")return y[w]}var Pf=Lf(vf);function Lf(y){var w=0,M=0;return function(){var K=gr(),J=s-(K-M);if(M=K,J>0){if(++w>=n)return arguments[0]}else w=0;return y.apply(void 0,arguments)}}function Gf(y){if(y!=null){try{return Os.call(y)}catch{}try{return y+""}catch{}}return""}function Vs(y,w){return y===w||y!==y&&w!==w}var oa=Zn(function(){return arguments}())?Zn:function(y){return Qr(y)&&Zi.call(y,"callee")&&!qd.call(y,"callee")},yi=Array.isArray;function Hs(y){return y!=null&&Ks(y.length)&&!aa(y)}function kf(y){return Qr(y)&&Hs(y)}var Kn=dh||S;function aa(y){if(!br(y))return!1;var w=Xs(y);return w==f||w==p||w==h||w==x}function Ks(y){return typeof y=="number"&&y>-1&&y%1==0&&y<=o}function br(y){var w=typeof y;return y!=null&&(w=="object"||w=="function")}function Qr(y){return y!=null&&typeof y=="object"}function xh(y){if(!Qr(y)||Xs(y)!=_)return!1;var w=$o(y);if(w===null)return!0;var M=Zi.call(w,"constructor")&&w.constructor;return typeof M=="function"&&M instanceof M&&Os.call(M)==Qd}var la=D?Mt(D):bf;function zn(y){return Vn(y,ha(y))}function ha(y){return Hs(y)?pf(y):Hi(y)}var Ff=gh(function(y,w,M){mh(y,w,M)});function Df(y){return function(){return y}}function _h(y){return y}function S(){return!1}i.exports=Ff}(_l,_l.exports);var ZS=_l.exports;const VS=_r(ZS);let _n=null;function HS(){_n=z.effectScope()}function KS(){_n==null||_n.stop(),_n=null}async function zS(){return _n||await Ce("scopeCreated")}let Fr=null;const og={animationDuration:500,disableAnimationsThreshold:500,disableEdgesThreshold:500,fetchEvents:()=>[],fetchEventsInterval:3e4,styles:{colorMode:"dark",rowGap:24,columnGap:32,textDefault:"#ffffff",textInverse:"#000000",selectedBorderColor:"#3fa2c3",selectedBorderWidth:2,selectedBorderOffset:4,selectedBorderRadius:9,nodesPadding:16,nodeHeight:32,nodePadding:4,nodeRadius:6,nodeBorderRadius:9,nodeToggleSize:28,nodeToggleBgColor:"#35363C",nodeToggleBorderRadius:6,nodeToggleBorderColor:"#51525C",nodeUnselectedAlpha:.2,artifactsGap:4,artifactsNodeOverlap:4,artifactPaddingLeft:2,artifactPaddingRight:4,artifactPaddingY:2,artifactTextColor:"#ffffff",artifactBgColor:"#35363b",artifactBorderRadius:4,artifactContentGap:4,artifactIconSize:16,artifactIconColor:"#ffffff",flowStateBarHeight:8,flowStateSelectedBarHeight:10,flowStateAreaAlpha:.1,eventTargetSize:30,eventBottomMargin:4,eventSelectedBorderInset:8,eventRadiusDefault:4,eventColor:"#A564F9",eventClusterRadiusDefault:6,eventClusterColor:"#A564F9",edgeColor:"#51525C",guideLineWidth:1,guideLineColor:"#51525C",guideTextTopPadding:8,guideTextLeftPadding:8,guideTextSize:12,guideTextColor:"#ADADAD",playheadWidth:2,playheadColor:"#6272FF",node:()=>({background:"#ffffff"}),state:()=>({background:"#ffffff"})}};function YS(i){const t=VS({},og,i);return t.styles.node=e=>{var r,n;return{...og.styles.node(e),...(n=(r=i.styles)==null?void 0:r.node)==null?void 0:n.call(r,e)}},t}async function jS(i){(await zS()).run(()=>{z.watch(()=>i.config,e=>{const r=YS(e);if(!Fr){Fr=r,Q.emit("configCreated",Fr);return}Object.assign(Fr,r),Q.emit("configUpdated",Fr)},{immediate:!0})})}function JS(){Fr=null}async function Rt(){return Fr||await Ce("configCreated")}async function ag(i,t){const e=await Rt();let r,n=null;async function s(){try{n=await e.fetch(i),t(n)}catch(a){console.error(a)}n&&!n.end_time&&(r=setTimeout(()=>s(),$S(n)))}function o(){clearTimeout(r)}return{start:s,stop:o}}function $S(i){const t=Math.floor(i.nodes.size/ma)*ma;return Math.max(ma,t)}function nr(i){if(i===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return i}function lg(i,t){i.prototype=Object.create(t.prototype),i.prototype.constructor=i,i.__proto__=t}/*!
|
|
1159
|
+
}`,this._stylesheet)}get stylesheet(){return this._stylesheet}set stylesheet(t){this._stylesheet!==t&&(this._stylesheet=t,this.styleID++)}normalizeColor(t){return Array.isArray(t)&&(t=Cv(t)),typeof t=="number"?Sv(t):t}dropShadowToCSS(){let t=this.normalizeColor(this.dropShadowColor);const e=this.dropShadowAlpha,i=Math.round(Math.cos(this.dropShadowAngle)*this.dropShadowDistance),s=Math.round(Math.sin(this.dropShadowAngle)*this.dropShadowDistance);t.startsWith("#")&&e<1&&(t+=(e*255|0).toString(16).padStart(2,"0"));const n=`${i}px ${s}px`;return this.dropShadowBlur>0?`text-shadow: ${n} ${this.dropShadowBlur}px ${t}`:`text-shadow: ${n} ${t}`}reset(){Object.assign(this,Vn.defaultOptions)}onBeforeDraw(){const{fontsDirty:t}=this;return this.fontsDirty=!1,this.isSafari&&this._fonts.length>0&&t?new Promise(e=>setTimeout(e,100)):Promise.resolve()}get isSafari(){const{userAgent:t}=it.ADAPTER.getNavigator();return/^((?!chrome|android).)*safari/i.test(t)}set fillGradientStops(t){console.warn("[HTMLTextStyle] fillGradientStops is not supported by HTMLText")}get fillGradientStops(){return super.fillGradientStops}set fillGradientType(t){console.warn("[HTMLTextStyle] fillGradientType is not supported by HTMLText")}get fillGradientType(){return super.fillGradientType}set miterLimit(t){console.warn("[HTMLTextStyle] miterLimit is not supported by HTMLText")}get miterLimit(){return super.miterLimit}set trim(t){console.warn("[HTMLTextStyle] trim is not supported by HTMLText")}get trim(){return super.trim}set textBaseline(t){console.warn("[HTMLTextStyle] textBaseline is not supported by HTMLText")}get textBaseline(){return super.textBaseline}set leading(t){console.warn("[HTMLTextStyle] leading is not supported by HTMLText")}get leading(){return super.leading}set lineJoin(t){console.warn("[HTMLTextStyle] lineJoin is not supported by HTMLText")}get lineJoin(){return super.lineJoin}};Cu.availableFonts={},Cu.defaultOptions={align:"left",breakWords:!1,dropShadow:!1,dropShadowAlpha:1,dropShadowAngle:Math.PI/6,dropShadowBlur:0,dropShadowColor:"black",dropShadowDistance:5,fill:"black",fontFamily:"Arial",fontSize:26,fontStyle:"normal",fontVariant:"normal",fontWeight:"normal",letterSpacing:0,lineHeight:0,padding:0,stroke:"black",strokeThickness:0,whiteSpace:"normal",wordWrap:!1,wordWrapWidth:100};let Eu=Cu;const mh=class Hn extends jt{constructor(t="",e={}){super(ot.EMPTY),this._text=null,this._style=null,this._autoResolution=!0,this.localStyleID=-1,this.dirty=!1,this._updateID=0,this.ownsStyle=!1;const i=new Image,s=ot.from(i,{scaleMode:it.SCALE_MODE,resourceOptions:{autoLoad:!1}});s.orig=new pt,s.trim=new pt,this.texture=s;const n="http://www.w3.org/2000/svg",o="http://www.w3.org/1999/xhtml",a=document.createElementNS(n,"svg"),h=document.createElementNS(n,"foreignObject"),l=document.createElementNS(o,"div"),c=document.createElementNS(o,"style");h.setAttribute("width","10000"),h.setAttribute("height","10000"),h.style.overflow="hidden",a.appendChild(h),this.maxWidth=Hn.defaultMaxWidth,this.maxHeight=Hn.defaultMaxHeight,this._domElement=l,this._styleElement=c,this._svgRoot=a,this._foreignObject=h,this._foreignObject.appendChild(c),this._foreignObject.appendChild(l),this._image=i,this._loadImage=new Image,this._autoResolution=Hn.defaultAutoResolution,this._resolution=Hn.defaultResolution??it.RESOLUTION,this.text=t,this.style=e}measureText(t){var c,u;const{text:e,style:i,resolution:s}=Object.assign({text:this._text,style:this._style,resolution:this._resolution},t);Object.assign(this._domElement,{innerHTML:e,style:i.toCSS(s)}),this._styleElement.textContent=i.toGlobalCSS(),document.body.appendChild(this._svgRoot);const n=this._domElement.getBoundingClientRect();this._svgRoot.remove();const{width:o,height:a}=n;(o>this.maxWidth||a>this.maxHeight)&&console.warn("[HTMLText] Large expanse of text, increase HTMLText.maxWidth or HTMLText.maxHeight property.");const h=Math.min(this.maxWidth,Math.ceil(o)),l=Math.min(this.maxHeight,Math.ceil(a));return this._svgRoot.setAttribute("width",h.toString()),this._svgRoot.setAttribute("height",l.toString()),e!==this._text&&(this._domElement.innerHTML=this._text),i!==this._style&&(Object.assign(this._domElement,{style:(c=this._style)==null?void 0:c.toCSS(s)}),this._styleElement.textContent=(u=this._style)==null?void 0:u.toGlobalCSS()),{width:h+i.padding*2,height:l+i.padding*2}}async updateText(t=!0){const{style:e,_image:i,_loadImage:s}=this;if(this.localStyleID!==e.styleID&&(this.dirty=!0,this.localStyleID=e.styleID),!this.dirty&&t)return;const{width:n,height:o}=this.measureText();i.width=s.width=Math.ceil(Math.max(1,n)),i.height=s.height=Math.ceil(Math.max(1,o)),this._updateID++;const a=this._updateID;await new Promise(h=>{s.onload=async()=>{if(a<this._updateID){h();return}await e.onBeforeDraw(),i.src=s.src,s.onload=null,s.src="",this.updateTexture(),h()};const l=new XMLSerializer().serializeToString(this._svgRoot);s.src=`data:image/svg+xml;charset=utf8,${encodeURIComponent(l)}`})}get source(){return this._image}updateTexture(){const{style:t,texture:e,_image:i,resolution:s}=this,{padding:n}=t,{baseTexture:o}=e;e.trim.width=e._frame.width=i.width/s,e.trim.height=e._frame.height=i.height/s,e.trim.x=-n,e.trim.y=-n,e.orig.width=e._frame.width-n*2,e.orig.height=e._frame.height-n*2,this._onTextureUpdate(),o.setRealSize(i.width,i.height,s),this.dirty=!1}_render(t){this._autoResolution&&this._resolution!==t.resolution&&(this._resolution=t.resolution,this.dirty=!0),this.updateText(!0),super._render(t)}_renderCanvas(t){this._autoResolution&&this._resolution!==t.resolution&&(this._resolution=t.resolution,this.dirty=!0),this.updateText(!0),super._renderCanvas(t)}getLocalBounds(t){return this.updateText(!0),super.getLocalBounds(t)}_calculateBounds(){this.updateText(!0),this.calculateVertices(),this._bounds.addQuad(this.vertexData)}_onStyleChange(){this.dirty=!0}destroy(t){var i,s,n,o,a;typeof t=="boolean"&&(t={children:t}),t=Object.assign({},Hn.defaultDestroyOptions,t),super.destroy(t);const e=null;this.ownsStyle&&((i=this._style)==null||i.cleanFonts()),this._style=e,(s=this._svgRoot)==null||s.remove(),this._svgRoot=e,(n=this._domElement)==null||n.remove(),this._domElement=e,(o=this._foreignObject)==null||o.remove(),this._foreignObject=e,(a=this._styleElement)==null||a.remove(),this._styleElement=e,this._loadImage.src="",this._loadImage.onload=null,this._loadImage=e,this._image.src="",this._image=e}get width(){return this.updateText(!0),Math.abs(this.scale.x)*this._image.width/this.resolution}set width(t){this.updateText(!0);const e=_r(this.scale.x)||1;this.scale.x=e*t/this._image.width/this.resolution,this._width=t}get height(){return this.updateText(!0),Math.abs(this.scale.y)*this._image.height/this.resolution}set height(t){this.updateText(!0);const e=_r(this.scale.y)||1;this.scale.y=e*t/this._image.height/this.resolution,this._height=t}get style(){return this._style}set style(t){this._style!==t&&(t=t||{},t instanceof Eu?(this.ownsStyle=!1,this._style=t):t instanceof Mr?(console.warn("[HTMLText] Cloning TextStyle, if this is not what you want, use HTMLTextStyle"),this.ownsStyle=!0,this._style=Eu.from(t)):(this.ownsStyle=!0,this._style=new Eu(t)),this.localStyleID=-1,this.dirty=!0)}get text(){return this._text}set text(t){t=String(t===""||t===null||t===void 0?" ":t),t=this.sanitiseText(t),this._text!==t&&(this._text=t,this.dirty=!0)}get resolution(){return this._resolution}set resolution(t){this._autoResolution=!1,this._resolution!==t&&(this._resolution=t,this.dirty=!0)}sanitiseText(t){return t.replace(/<br>/gi,"<br/>").replace(/<hr>/gi,"<hr/>").replace(/ /gi," ")}};mh.defaultDestroyOptions={texture:!0,children:!1,baseTexture:!0},mh.defaultMaxWidth=2024,mh.defaultMaxHeight=2024,mh.defaultAutoResolution=!0;function kS(){const r=new Map;function t(o,a){const h=r.get(o);return h?h.add(a):r.set(o,new Set([a])),()=>i(o,a)}function e(o,a){const h=l=>{i(o,h),a(l)};t(o,h)}function i(o,a){var h;(h=r.get(o))==null||h.delete(a)}function s(o,a){var h;(h=r.get(o))==null||h.forEach(l=>l(a))}function n(){r.clear()}return{on:t,off:i,once:e,emit:s,clear:n}}const $=kS();function Fe(r){let t;return new Promise(e=>{t=e,$.on(r,t)}).then(e=>($.off(r,t),e))}let Pi=null;const Tg=new ResizeObserver(()=>{Pi&&$.emit("stageUpdated",Pi)});function DS(r){Pi=r,Tg.observe(Pi),$.emit("stageCreated",Pi)}function OS(){Pi&&Tg.unobserve(Pi),Pi=null}async function Iu(){return Pi||await Fe("stageCreated")}let Te=null;async function BS(){const r=await Iu();XS(r),$.on("stageUpdated",WS)}function US(){Te&&(Te.destroy(!0,{children:!0}),Te=null)}function XS(r){Te||(Te=new km({backgroundAlpha:0,resizeTo:r,antialias:!0,resolution:Math.ceil(window.devicePixelRatio)}),Te.stage.sortableChildren=!0,r.appendChild(Te.view),$.emit("applicationCreated",Te),process.env.NODE_ENV==="development"&&(globalThis.__PIXI_APP__=Te))}async function Jt(){return Te||await Fe("applicationCreated")}function WS(r){Te&&(Te.resizeTo=r,$.emit("applicationResized",Te))}let gh=new Map;function ZS(){gh=new Map}async function fo(r,t){const e=`${r.toString()}-${JSON.stringify(t)}`;if(gh.has(e))return gh.get(e);const i=await r(...t);return gh.set(e,i),i}var yh={exports:{}};yh.exports,function(r,t){var e=200,i="__lodash_hash_undefined__",s=800,n=16,o=9007199254740991,a="[object Arguments]",h="[object Array]",l="[object AsyncFunction]",c="[object Boolean]",u="[object Date]",d="[object Error]",f="[object Function]",p="[object GeneratorFunction]",m="[object Map]",g="[object Number]",b="[object Null]",_="[object Object]",x="[object Proxy]",v="[object RegExp]",T="[object Set]",C="[object String]",E="[object Undefined]",I="[object WeakMap]",R="[object ArrayBuffer]",N="[object DataView]",F="[object Float32Array]",P="[object Float64Array]",A="[object Int8Array]",G="[object Int16Array]",D="[object Int32Array]",X="[object Uint8Array]",B="[object Uint8ClampedArray]",H="[object Uint16Array]",lt="[object Uint32Array]",W=/[\\^$.*+?()[\]{}|]/g,L=/^\[object .+?Constructor\]$/,O=/^(?:0|[1-9]\d*)$/,U={};U[F]=U[P]=U[A]=U[G]=U[D]=U[X]=U[B]=U[H]=U[lt]=!0,U[a]=U[h]=U[R]=U[c]=U[N]=U[u]=U[d]=U[f]=U[m]=U[g]=U[_]=U[v]=U[T]=U[C]=U[I]=!1;var tt=typeof be=="object"&&be&&be.Object===Object&&be,Q=typeof self=="object"&&self&&self.Object===Object&&self,xt=tt||Q||Function("return this")(),Ct=t&&!t.nodeType&&t,q=Ct&&!0&&r&&!r.nodeType&&r,Z=q&&q.exports===Ct,Y=Z&&tt.process,z=function(){try{var y=q&&q.require&&q.require("util").types;return y||Y&&Y.binding&&Y.binding("util")}catch{}}(),k=z&&z.isTypedArray;function ut(y,w,M){switch(M.length){case 0:return y.call(w);case 1:return y.call(w,M[0]);case 2:return y.call(w,M[0],M[1]);case 3:return y.call(w,M[0],M[1],M[2])}return y.apply(w,M)}function gt(y,w){for(var M=-1,K=Array(y);++M<y;)K[M]=w(M);return K}function At(y){return function(w){return y(w)}}function Ft(y,w){return y==null?void 0:y[w]}function Pe(y,w){return function(M){return y(w(M))}}var Ue=Array.prototype,Ho=Function.prototype,Wr=Object.prototype,Ln=xt["__core-js_shared__"],Gn=Ho.toString,Wi=Wr.hasOwnProperty,sl=function(){var y=/[^.]+$/.exec(Ln&&Ln.keys&&Ln.keys.IE_PROTO||"");return y?"Symbol(src)_1."+y:""}(),nl=Wr.toString,$d=Gn.call(Object),Fn=RegExp("^"+Gn.call(Wi).replace(W,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Zr=Z?xt.Buffer:void 0,Ko=xt.Symbol,Xe=xt.Uint8Array;Zr&&Zr.allocUnsafe;var Yo=Pe(Object.getPrototypeOf,Object),zo=Object.create,Qd=Wr.propertyIsEnumerable,ol=Ue.splice,ti=Ko?Ko.toStringTag:void 0,Ps=function(){try{var y=ta(Object,"defineProperty");return y({},"",{}),y}catch{}}(),al=Zr?Zr.isBuffer:void 0,hl=Math.max,fr=Date.now,jo=ta(xt,"Map"),Ls=ta(Object,"create"),qd=function(){function y(){}return function(w){if(!mr(w))return{};if(zo)return zo(w);y.prototype=w;var M=new y;return y.prototype=void 0,M}}();function di(y){var w=-1,M=y==null?0:y.length;for(this.clear();++w<M;){var K=y[w];this.set(K[0],K[1])}}function Gs(){this.__data__=Ls?Ls(null):{},this.size=0}function Jo(y){var w=this.has(y)&&delete this.__data__[y];return this.size-=w?1:0,w}function $o(y){var w=this.__data__;if(Ls){var M=w[y];return M===i?void 0:M}return Wi.call(w,y)?w[y]:void 0}function Qo(y){var w=this.__data__;return Ls?w[y]!==void 0:Wi.call(w,y)}function Fs(y,w){var M=this.__data__;return this.size+=this.has(y)?0:1,M[y]=Ls&&w===void 0?i:w,this}di.prototype.clear=Gs,di.prototype.delete=Jo,di.prototype.get=$o,di.prototype.has=Qo,di.prototype.set=Fs;function fi(y){var w=-1,M=y==null?0:y.length;for(this.clear();++w<M;){var K=y[w];this.set(K[0],K[1])}}function tf(){this.__data__=[],this.size=0}function ef(y){var w=this.__data__,M=Nn(w,y);if(M<0)return!1;var K=w.length-1;return M==K?w.pop():ol.call(w,M,1),--this.size,!0}function rf(y){var w=this.__data__,M=Nn(w,y);return M<0?void 0:w[M][1]}function sf(y){return Nn(this.__data__,y)>-1}function ll(y,w){var M=this.__data__,K=Nn(M,y);return K<0?(++this.size,M.push([y,w])):M[K][1]=w,this}fi.prototype.clear=tf,fi.prototype.delete=ef,fi.prototype.get=rf,fi.prototype.has=sf,fi.prototype.set=ll;function Zi(y){var w=-1,M=y==null?0:y.length;for(this.clear();++w<M;){var K=y[w];this.set(K[0],K[1])}}function pr(){this.size=0,this.__data__={hash:new di,map:new(jo||fi),string:new di}}function nf(y){var w=On(this,y).delete(y);return this.size-=w?1:0,w}function of(y){return On(this,y).get(y)}function af(y){return On(this,y).has(y)}function hf(y,w){var M=On(this,y),K=M.size;return M.set(y,w),this.size+=M.size==K?0:1,this}Zi.prototype.clear=pr,Zi.prototype.delete=nf,Zi.prototype.get=of,Zi.prototype.has=af,Zi.prototype.set=hf;function Vr(y){var w=this.__data__=new fi(y);this.size=w.size}function pi(){this.__data__=new fi,this.size=0}function lf(y){var w=this.__data__,M=w.delete(y);return this.size=w.size,M}function cf(y){return this.__data__.get(y)}function uf(y){return this.__data__.has(y)}function df(y,w){var M=this.__data__;if(M instanceof fi){var K=M.__data__;if(!jo||K.length<e-1)return K.push([y,w]),this.size=++M.size,this;M=this.__data__=new Zi(K)}return M.set(y,w),this.size=M.size,this}Vr.prototype.clear=pi,Vr.prototype.delete=lf,Vr.prototype.get=cf,Vr.prototype.has=uf,Vr.prototype.set=df;function ff(y,w){var M=gi(y),K=!M&&ia(y),j=!M&&!K&&Os(y),ft=!M&&!K&&!j&&sa(y),_t=M||K||j||ft,mt=_t?gt(y.length,String):[],yt=mt.length;for(var Nt in y)_t&&(Nt=="length"||j&&(Nt=="offset"||Nt=="parent")||ft&&(Nt=="buffer"||Nt=="byteLength"||Nt=="byteOffset")||ea(Nt,yt))||mt.push(Nt);return mt}function mi(y,w,M){(M!==void 0&&!Bn(y[w],M)||M===void 0&&!(w in y))&&qo(y,w,M)}function pf(y,w,M){var K=y[w];(!(Wi.call(y,w)&&Bn(K,M))||M===void 0&&!(w in y))&&qo(y,w,M)}function Nn(y,w){for(var M=y.length;M--;)if(Bn(y[M][0],w))return M;return-1}function qo(y,w,M){w=="__proto__"&&Ps?Ps(y,w,{configurable:!0,enumerable:!0,value:M,writable:!0}):y[w]=M}var mf=dl();function kn(y){return y==null?y===void 0?E:b:ti&&ti in Object(y)?Sf(y):Af(y)}function Ns(y){return Kr(y)&&kn(y)==a}function gf(y){if(!mr(y)||fl(y))return!1;var w=ra(y)?Fn:L;return w.test(Lf(y))}function yf(y){return Kr(y)&&Xn(y.length)&&!!U[kn(y)]}function Vi(y){if(!mr(y))return Hr(y);var w=Ds(y),M=[];for(var K in y)K=="constructor"&&(w||!Wi.call(y,K))||M.push(K);return M}function cl(y,w,M,K,j){y!==w&&mf(w,function(ft,_t){if(j||(j=new Vr),mr(ft))bf(y,w,_t,M,cl,K,j);else{var mt=K?K(ei(y,_t),ft,_t+"",y,w,j):void 0;mt===void 0&&(mt=ft),mi(y,_t,mt)}},na)}function bf(y,w,M,K,j,ft,_t){var mt=ei(y,M),yt=ei(w,M),Nt=_t.get(yt);if(Nt){mi(y,M,Nt);return}var kt=ft?ft(mt,yt,M+"",y,w,_t):void 0,Ht=kt===void 0;if(Ht){var ge=gi(yt),ye=!ge&&Os(yt),yi=!ge&&!ye&&sa(yt);kt=yt,ge||ye||yi?gi(mt)?kt=mt:Gf(mt)?kt=Tf(mt):ye?(Ht=!1,kt=vf(yt)):yi?(Ht=!1,kt=Dn(yt)):kt=[]:pl(yt)||ia(yt)?(kt=mt,ia(mt)?kt=Bs(mt):(!mr(mt)||ra(mt))&&(kt=Cf(yt))):Ht=!1}Ht&&(_t.set(yt,kt),j(kt,yt,K,ft,_t),_t.delete(yt)),mi(y,M,kt)}function xf(y,w){return Rf(Mf(y,w,ml),y+"")}var _f=Ps?function(y,w){return Ps(y,"toString",{configurable:!0,enumerable:!1,value:Nf(w),writable:!0})}:ml;function vf(y,w){return y.slice()}function wf(y){var w=new y.constructor(y.byteLength);return new Xe(w).set(new Xe(y)),w}function Dn(y,w){var M=wf(y.buffer);return new y.constructor(M,y.byteOffset,y.length)}function Tf(y,w){var M=-1,K=y.length;for(w||(w=Array(K));++M<K;)w[M]=y[M];return w}function ks(y,w,M,K){var j=!M;M||(M={});for(var ft=-1,_t=w.length;++ft<_t;){var mt=w[ft],yt=void 0;yt===void 0&&(yt=y[mt]),j?qo(M,mt,yt):pf(M,mt,yt)}return M}function ul(y){return xf(function(w,M){var K=-1,j=M.length,ft=j>1?M[j-1]:void 0,_t=j>2?M[2]:void 0;for(ft=y.length>3&&typeof ft=="function"?(j--,ft):void 0,_t&&Ef(M[0],M[1],_t)&&(ft=j<3?void 0:ft,j=1),w=Object(w);++K<j;){var mt=M[K];mt&&y(w,mt,K,ft)}return w})}function dl(y){return function(w,M,K){for(var j=-1,ft=Object(w),_t=K(w),mt=_t.length;mt--;){var yt=_t[++j];if(M(ft[yt],yt,ft)===!1)break}return w}}function On(y,w){var M=y.__data__;return If(w)?M[typeof w=="string"?"string":"hash"]:M.map}function ta(y,w){var M=Ft(y,w);return gf(M)?M:void 0}function Sf(y){var w=Wi.call(y,ti),M=y[ti];try{y[ti]=void 0;var K=!0}catch{}var j=nl.call(y);return K&&(w?y[ti]=M:delete y[ti]),j}function Cf(y){return typeof y.constructor=="function"&&!Ds(y)?qd(Yo(y)):{}}function ea(y,w){var M=typeof y;return w=w??o,!!w&&(M=="number"||M!="symbol"&&O.test(y))&&y>-1&&y%1==0&&y<w}function Ef(y,w,M){if(!mr(M))return!1;var K=typeof w;return(K=="number"?Un(M)&&ea(w,M.length):K=="string"&&w in M)?Bn(M[w],y):!1}function If(y){var w=typeof y;return w=="string"||w=="number"||w=="symbol"||w=="boolean"?y!=="__proto__":y===null}function fl(y){return!!sl&&sl in y}function Ds(y){var w=y&&y.constructor,M=typeof w=="function"&&w.prototype||Wr;return y===M}function Hr(y){var w=[];if(y!=null)for(var M in Object(y))w.push(M);return w}function Af(y){return nl.call(y)}function Mf(y,w,M){return w=hl(w===void 0?y.length-1:w,0),function(){for(var K=arguments,j=-1,ft=hl(K.length-w,0),_t=Array(ft);++j<ft;)_t[j]=K[w+j];j=-1;for(var mt=Array(w+1);++j<w;)mt[j]=K[j];return mt[w]=M(_t),ut(y,this,mt)}}function ei(y,w){if(!(w==="constructor"&&typeof y[w]=="function")&&w!="__proto__")return y[w]}var Rf=Pf(_f);function Pf(y){var w=0,M=0;return function(){var K=fr(),j=n-(K-M);if(M=K,j>0){if(++w>=s)return arguments[0]}else w=0;return y.apply(void 0,arguments)}}function Lf(y){if(y!=null){try{return Gn.call(y)}catch{}try{return y+""}catch{}}return""}function Bn(y,w){return y===w||y!==y&&w!==w}var ia=Ns(function(){return arguments}())?Ns:function(y){return Kr(y)&&Wi.call(y,"callee")&&!Qd.call(y,"callee")},gi=Array.isArray;function Un(y){return y!=null&&Xn(y.length)&&!ra(y)}function Gf(y){return Kr(y)&&Un(y)}var Os=al||S;function ra(y){if(!mr(y))return!1;var w=kn(y);return w==f||w==p||w==l||w==x}function Xn(y){return typeof y=="number"&&y>-1&&y%1==0&&y<=o}function mr(y){var w=typeof y;return y!=null&&(w=="object"||w=="function")}function Kr(y){return y!=null&&typeof y=="object"}function pl(y){if(!Kr(y)||kn(y)!=_)return!1;var w=Yo(y);if(w===null)return!0;var M=Wi.call(w,"constructor")&&w.constructor;return typeof M=="function"&&M instanceof M&&Gn.call(M)==$d}var sa=k?At(k):yf;function Bs(y){return ks(y,na(y))}function na(y){return Un(y)?ff(y):Vi(y)}var Ff=ul(function(y,w,M){cl(y,w,M)});function Nf(y){return function(){return y}}function ml(y){return y}function S(){return!1}r.exports=Ff}(yh,yh.exports);var VS=yh.exports;const HS=Zs(VS);let cn=null;const Sg={animationDuration:500,disableAnimationsThreshold:500,disableEdgesThreshold:500,fetchEvents:()=>[],fetchEventsInterval:3e4,styles:{colorMode:"dark",rowGap:24,columnGap:32,textDefault:"#ffffff",textInverse:"#000000",selectedBorderColor:"#3fa2c3",selectedBorderWidth:2,selectedBorderOffset:4,selectedBorderRadius:9,nodesPadding:16,nodeHeight:32,nodePadding:4,nodeRadius:6,nodeBorderRadius:9,nodeToggleSize:28,nodeToggleBgColor:"#35363C",nodeToggleBorderRadius:6,nodeToggleBorderColor:"#51525C",nodeUnselectedAlpha:.2,artifactsGap:4,artifactsNodeOverlap:4,artifactPaddingLeft:2,artifactPaddingRight:4,artifactPaddingY:2,artifactTextColor:"#ffffff",artifactBgColor:"#35363b",artifactBorderRadius:4,artifactContentGap:4,artifactIconSize:16,artifactIconColor:"#ffffff",flowStateBarHeight:8,flowStateSelectedBarHeight:10,flowStateAreaAlpha:.1,eventTargetSize:30,eventBottomMargin:4,eventSelectedBorderInset:8,eventRadiusDefault:4,eventColor:"#A564F9",eventClusterRadiusDefault:6,eventClusterColor:"#A564F9",edgeColor:"#51525C",guideLineWidth:1,guideLineColor:"#51525C",guideTextTopPadding:8,guideTextLeftPadding:8,guideTextSize:12,guideTextColor:"#ADADAD",playheadWidth:2,playheadColor:"#6272FF",node:()=>({background:"#ffffff"}),state:()=>({background:"#ffffff"})}};function KS(r){const t=HS({},Sg,r);return t.styles.node=e=>{var i,s;return{...Sg.styles.node(e),...(s=(i=r.styles)==null?void 0:i.node)==null?void 0:s.call(i,e)}},t}function YS(r){Cg(r)}function Cg(r){const t=KS(r);if(!cn){cn=t,$.emit("configCreated",t);return}Object.assign(cn,t),$.emit("configUpdated",t)}function zS(){cn=null}async function Mt(){return cn||await Fe("configCreated")}const fs=new pt;class jS{constructor(t={}){this._recursive=typeof t.recursive=="boolean"?t.recursive:!0,this._toggle=t.toggle||"visible",this._targetList=new Set}add(t){return this._targetList.add(t),this}addAll(t){for(let e=0,i=t.length;e<i;e++)this._targetList.add(t[e]);return this}remove(t){return this._targetList.delete(t),this}removeAll(t){for(let e=0,i=t.length;e<i;e++)this._targetList.delete(t[e]);return this}clear(){return this._targetList.clear(),this}cull(t,e=!1){return e||this.uncull(),this._targetList.forEach(i=>{e||i.getBounds(!1,fs),this._recursive?this.cullRecursive(t,i,e):(e&&i._bounds.getRectangle(t),i[this._toggle]=fs.right>t.left&&fs.left<t.right&&fs.bottom>t.top&&fs.top<t.bottom)}),this}uncull(){return this._targetList.forEach(t=>{this._recursive?this.uncullRecursive(t):t[this._toggle]=!1}),this}cullRecursive(t,e,i){const s=i?e._bounds.getRectangle(fs):e.getBounds(!0,fs);if(e[this._toggle]=s.right>t.left&&s.left<t.right&&s.bottom>t.top&&s.top<t.bottom,!(s.left>=t.left&&s.top>=t.top&&s.right<=t.right&&s.bottom<=t.bottom)&&e[this._toggle]&&e.children&&e.children.length){const o=e.children;for(let a=0,h=o.length;a<h;a++)this.cullRecursive(t,o[a])}}uncullRecursive(t){if(t[this._toggle]=!0,t.children&&t.children.length){const e=t.children;for(let i=0,s=e.length;i<s;i++)this.uncullRecursive(e[i])}}}var bh={exports:{}};bh.exports,function(r,t){var e=200,i="__lodash_hash_undefined__",s=1,n=2,o=9007199254740991,a="[object Arguments]",h="[object Array]",l="[object AsyncFunction]",c="[object Boolean]",u="[object Date]",d="[object Error]",f="[object Function]",p="[object GeneratorFunction]",m="[object Map]",g="[object Number]",b="[object Null]",_="[object Object]",x="[object Promise]",v="[object Proxy]",T="[object RegExp]",C="[object Set]",E="[object String]",I="[object Symbol]",R="[object Undefined]",N="[object WeakMap]",F="[object ArrayBuffer]",P="[object DataView]",A="[object Float32Array]",G="[object Float64Array]",D="[object Int8Array]",X="[object Int16Array]",B="[object Int32Array]",H="[object Uint8Array]",lt="[object Uint8ClampedArray]",W="[object Uint16Array]",L="[object Uint32Array]",O=/[\\^$.*+?()[\]{}|]/g,U=/^\[object .+?Constructor\]$/,tt=/^(?:0|[1-9]\d*)$/,Q={};Q[A]=Q[G]=Q[D]=Q[X]=Q[B]=Q[H]=Q[lt]=Q[W]=Q[L]=!0,Q[a]=Q[h]=Q[F]=Q[c]=Q[P]=Q[u]=Q[d]=Q[f]=Q[m]=Q[g]=Q[_]=Q[T]=Q[C]=Q[E]=Q[N]=!1;var xt=typeof be=="object"&&be&&be.Object===Object&&be,Ct=typeof self=="object"&&self&&self.Object===Object&&self,q=xt||Ct||Function("return this")(),Z=t&&!t.nodeType&&t,Y=Z&&!0&&r&&!r.nodeType&&r,z=Y&&Y.exports===Z,k=z&&xt.process,ut=function(){try{return k&&k.binding&&k.binding("util")}catch{}}(),gt=ut&&ut.isTypedArray;function At(S,y){for(var w=-1,M=S==null?0:S.length,K=0,j=[];++w<M;){var ft=S[w];y(ft,w,S)&&(j[K++]=ft)}return j}function Ft(S,y){for(var w=-1,M=y.length,K=S.length;++w<M;)S[K+w]=y[w];return S}function Pe(S,y){for(var w=-1,M=S==null?0:S.length;++w<M;)if(y(S[w],w,S))return!0;return!1}function Ue(S,y){for(var w=-1,M=Array(S);++w<S;)M[w]=y(w);return M}function Ho(S){return function(y){return S(y)}}function Wr(S,y){return S.has(y)}function Ln(S,y){return S==null?void 0:S[y]}function Gn(S){var y=-1,w=Array(S.size);return S.forEach(function(M,K){w[++y]=[K,M]}),w}function Wi(S,y){return function(w){return S(y(w))}}function sl(S){var y=-1,w=Array(S.size);return S.forEach(function(M){w[++y]=M}),w}var nl=Array.prototype,$d=Function.prototype,Fn=Object.prototype,Zr=q["__core-js_shared__"],Ko=$d.toString,Xe=Fn.hasOwnProperty,Yo=function(){var S=/[^.]+$/.exec(Zr&&Zr.keys&&Zr.keys.IE_PROTO||"");return S?"Symbol(src)_1."+S:""}(),zo=Fn.toString,Qd=RegExp("^"+Ko.call(Xe).replace(O,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ol=z?q.Buffer:void 0,ti=q.Symbol,Ps=q.Uint8Array,al=Fn.propertyIsEnumerable,hl=nl.splice,fr=ti?ti.toStringTag:void 0,jo=Object.getOwnPropertySymbols,Ls=ol?ol.isBuffer:void 0,qd=Wi(Object.keys,Object),di=Hr(q,"DataView"),Gs=Hr(q,"Map"),Jo=Hr(q,"Promise"),$o=Hr(q,"Set"),Qo=Hr(q,"WeakMap"),Fs=Hr(Object,"create"),fi=gi(di),tf=gi(Gs),ef=gi(Jo),rf=gi($o),sf=gi(Qo),ll=ti?ti.prototype:void 0,Zi=ll?ll.valueOf:void 0;function pr(S){var y=-1,w=S==null?0:S.length;for(this.clear();++y<w;){var M=S[y];this.set(M[0],M[1])}}function nf(){this.__data__=Fs?Fs(null):{},this.size=0}function of(S){var y=this.has(S)&&delete this.__data__[S];return this.size-=y?1:0,y}function af(S){var y=this.__data__;if(Fs){var w=y[S];return w===i?void 0:w}return Xe.call(y,S)?y[S]:void 0}function hf(S){var y=this.__data__;return Fs?y[S]!==void 0:Xe.call(y,S)}function Vr(S,y){var w=this.__data__;return this.size+=this.has(S)?0:1,w[S]=Fs&&y===void 0?i:y,this}pr.prototype.clear=nf,pr.prototype.delete=of,pr.prototype.get=af,pr.prototype.has=hf,pr.prototype.set=Vr;function pi(S){var y=-1,w=S==null?0:S.length;for(this.clear();++y<w;){var M=S[y];this.set(M[0],M[1])}}function lf(){this.__data__=[],this.size=0}function cf(S){var y=this.__data__,w=Dn(y,S);if(w<0)return!1;var M=y.length-1;return w==M?y.pop():hl.call(y,w,1),--this.size,!0}function uf(S){var y=this.__data__,w=Dn(y,S);return w<0?void 0:y[w][1]}function df(S){return Dn(this.__data__,S)>-1}function ff(S,y){var w=this.__data__,M=Dn(w,S);return M<0?(++this.size,w.push([S,y])):w[M][1]=y,this}pi.prototype.clear=lf,pi.prototype.delete=cf,pi.prototype.get=uf,pi.prototype.has=df,pi.prototype.set=ff;function mi(S){var y=-1,w=S==null?0:S.length;for(this.clear();++y<w;){var M=S[y];this.set(M[0],M[1])}}function pf(){this.size=0,this.__data__={hash:new pr,map:new(Gs||pi),string:new pr}}function Nn(S){var y=Ds(this,S).delete(S);return this.size-=y?1:0,y}function qo(S){return Ds(this,S).get(S)}function mf(S){return Ds(this,S).has(S)}function kn(S,y){var w=Ds(this,S),M=w.size;return w.set(S,y),this.size+=w.size==M?0:1,this}mi.prototype.clear=pf,mi.prototype.delete=Nn,mi.prototype.get=qo,mi.prototype.has=mf,mi.prototype.set=kn;function Ns(S){var y=-1,w=S==null?0:S.length;for(this.__data__=new mi;++y<w;)this.add(S[y])}function gf(S){return this.__data__.set(S,i),this}function yf(S){return this.__data__.has(S)}Ns.prototype.add=Ns.prototype.push=gf,Ns.prototype.has=yf;function Vi(S){var y=this.__data__=new pi(S);this.size=y.size}function cl(){this.__data__=new pi,this.size=0}function bf(S){var y=this.__data__,w=y.delete(S);return this.size=y.size,w}function xf(S){return this.__data__.get(S)}function _f(S){return this.__data__.has(S)}function vf(S,y){var w=this.__data__;if(w instanceof pi){var M=w.__data__;if(!Gs||M.length<e-1)return M.push([S,y]),this.size=++w.size,this;w=this.__data__=new mi(M)}return w.set(S,y),this.size=w.size,this}Vi.prototype.clear=cl,Vi.prototype.delete=bf,Vi.prototype.get=xf,Vi.prototype.has=_f,Vi.prototype.set=vf;function wf(S,y){var w=Os(S),M=!w&&Gf(S),K=!w&&!M&&Xn(S),j=!w&&!M&&!K&&na(S),ft=w||M||K||j,_t=ft?Ue(S.length,String):[],mt=_t.length;for(var yt in S)Xe.call(S,yt)&&!(ft&&(yt=="length"||K&&(yt=="offset"||yt=="parent")||j&&(yt=="buffer"||yt=="byteLength"||yt=="byteOffset")||Rf(yt,mt)))&&_t.push(yt);return _t}function Dn(S,y){for(var w=S.length;w--;)if(Un(S[w][0],y))return w;return-1}function Tf(S,y,w){var M=y(S);return Os(S)?M:Ft(M,w(S))}function ks(S){return S==null?S===void 0?R:b:fr&&fr in Object(S)?Af(S):ia(S)}function ul(S){return Bs(S)&&ks(S)==a}function dl(S,y,w,M,K){return S===y?!0:S==null||y==null||!Bs(S)&&!Bs(y)?S!==S&&y!==y:On(S,y,w,M,dl,K)}function On(S,y,w,M,K,j){var ft=Os(S),_t=Os(y),mt=ft?h:ei(S),yt=_t?h:ei(y);mt=mt==a?_:mt,yt=yt==a?_:yt;var Nt=mt==_,kt=yt==_,Ht=mt==yt;if(Ht&&Xn(S)){if(!Xn(y))return!1;ft=!0,Nt=!1}if(Ht&&!Nt)return j||(j=new Vi),ft||na(S)?ea(S,y,w,M,K,j):Ef(S,y,mt,w,M,K,j);if(!(w&s)){var ge=Nt&&Xe.call(S,"__wrapped__"),ye=kt&&Xe.call(y,"__wrapped__");if(ge||ye){var yi=ge?S.value():S,gr=ye?y.value():y;return j||(j=new Vi),K(yi,gr,w,M,j)}}return Ht?(j||(j=new Vi),If(S,y,w,M,K,j)):!1}function ta(S){if(!sa(S)||Lf(S))return!1;var y=Kr(S)?Qd:U;return y.test(gi(S))}function Sf(S){return Bs(S)&&pl(S.length)&&!!Q[ks(S)]}function Cf(S){if(!Bn(S))return qd(S);var y=[];for(var w in Object(S))Xe.call(S,w)&&w!="constructor"&&y.push(w);return y}function ea(S,y,w,M,K,j){var ft=w&s,_t=S.length,mt=y.length;if(_t!=mt&&!(ft&&mt>_t))return!1;var yt=j.get(S);if(yt&&j.get(y))return yt==y;var Nt=-1,kt=!0,Ht=w&n?new Ns:void 0;for(j.set(S,y),j.set(y,S);++Nt<_t;){var ge=S[Nt],ye=y[Nt];if(M)var yi=ft?M(ye,ge,Nt,y,S,j):M(ge,ye,Nt,S,y,j);if(yi!==void 0){if(yi)continue;kt=!1;break}if(Ht){if(!Pe(y,function(gr,Us){if(!Wr(Ht,Us)&&(ge===gr||K(ge,gr,w,M,j)))return Ht.push(Us)})){kt=!1;break}}else if(!(ge===ye||K(ge,ye,w,M,j))){kt=!1;break}}return j.delete(S),j.delete(y),kt}function Ef(S,y,w,M,K,j,ft){switch(w){case P:if(S.byteLength!=y.byteLength||S.byteOffset!=y.byteOffset)return!1;S=S.buffer,y=y.buffer;case F:return!(S.byteLength!=y.byteLength||!j(new Ps(S),new Ps(y)));case c:case u:case g:return Un(+S,+y);case d:return S.name==y.name&&S.message==y.message;case T:case E:return S==y+"";case m:var _t=Gn;case C:var mt=M&s;if(_t||(_t=sl),S.size!=y.size&&!mt)return!1;var yt=ft.get(S);if(yt)return yt==y;M|=n,ft.set(S,y);var Nt=ea(_t(S),_t(y),M,K,j,ft);return ft.delete(S),Nt;case I:if(Zi)return Zi.call(S)==Zi.call(y)}return!1}function If(S,y,w,M,K,j){var ft=w&s,_t=fl(S),mt=_t.length,yt=fl(y),Nt=yt.length;if(mt!=Nt&&!ft)return!1;for(var kt=mt;kt--;){var Ht=_t[kt];if(!(ft?Ht in y:Xe.call(y,Ht)))return!1}var ge=j.get(S);if(ge&&j.get(y))return ge==y;var ye=!0;j.set(S,y),j.set(y,S);for(var yi=ft;++kt<mt;){Ht=_t[kt];var gr=S[Ht],Us=y[Ht];if(M)var Ab=ft?M(Us,gr,Ht,y,S,j):M(gr,Us,Ht,S,y,j);if(!(Ab===void 0?gr===Us||K(gr,Us,w,M,j):Ab)){ye=!1;break}yi||(yi=Ht=="constructor")}if(ye&&!yi){var gl=S.constructor,yl=y.constructor;gl!=yl&&"constructor"in S&&"constructor"in y&&!(typeof gl=="function"&&gl instanceof gl&&typeof yl=="function"&&yl instanceof yl)&&(ye=!1)}return j.delete(S),j.delete(y),ye}function fl(S){return Tf(S,Ff,Mf)}function Ds(S,y){var w=S.__data__;return Pf(y)?w[typeof y=="string"?"string":"hash"]:w.map}function Hr(S,y){var w=Ln(S,y);return ta(w)?w:void 0}function Af(S){var y=Xe.call(S,fr),w=S[fr];try{S[fr]=void 0;var M=!0}catch{}var K=zo.call(S);return M&&(y?S[fr]=w:delete S[fr]),K}var Mf=jo?function(S){return S==null?[]:(S=Object(S),At(jo(S),function(y){return al.call(S,y)}))}:Nf,ei=ks;(di&&ei(new di(new ArrayBuffer(1)))!=P||Gs&&ei(new Gs)!=m||Jo&&ei(Jo.resolve())!=x||$o&&ei(new $o)!=C||Qo&&ei(new Qo)!=N)&&(ei=function(S){var y=ks(S),w=y==_?S.constructor:void 0,M=w?gi(w):"";if(M)switch(M){case fi:return P;case tf:return m;case ef:return x;case rf:return C;case sf:return N}return y});function Rf(S,y){return y=y??o,!!y&&(typeof S=="number"||tt.test(S))&&S>-1&&S%1==0&&S<y}function Pf(S){var y=typeof S;return y=="string"||y=="number"||y=="symbol"||y=="boolean"?S!=="__proto__":S===null}function Lf(S){return!!Yo&&Yo in S}function Bn(S){var y=S&&S.constructor,w=typeof y=="function"&&y.prototype||Fn;return S===w}function ia(S){return zo.call(S)}function gi(S){if(S!=null){try{return Ko.call(S)}catch{}try{return S+""}catch{}}return""}function Un(S,y){return S===y||S!==S&&y!==y}var Gf=ul(function(){return arguments}())?ul:function(S){return Bs(S)&&Xe.call(S,"callee")&&!al.call(S,"callee")},Os=Array.isArray;function ra(S){return S!=null&&pl(S.length)&&!Kr(S)}var Xn=Ls||ml;function mr(S,y){return dl(S,y)}function Kr(S){if(!sa(S))return!1;var y=ks(S);return y==f||y==p||y==l||y==v}function pl(S){return typeof S=="number"&&S>-1&&S%1==0&&S<=o}function sa(S){var y=typeof S;return S!=null&&(y=="object"||y=="function")}function Bs(S){return S!=null&&typeof S=="object"}var na=gt?Ho(gt):Sf;function Ff(S){return ra(S)?wf(S):Cf(S)}function Nf(){return[]}function ml(){return!1}r.exports=mr}(bh,bh.exports);var JS=bh.exports;const Eg=Zs(JS);class Ke{constructor(t){this.parent=t,this.paused=!1}destroy(){}down(t){return!1}move(t){return!1}up(t){return!1}wheel(t){return!1}update(t){}resize(){}reset(){}pause(){this.paused=!0}resume(){this.paused=!1}}var $S=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function QS(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var Ig={exports:{}};(function(r,t){(function(){var e,i;i=function(s){return r.exports=s},e={linear:function(s,n,o,a){return o*s/a+n},easeInQuad:function(s,n,o,a){return o*(s/=a)*s+n},easeOutQuad:function(s,n,o,a){return-o*(s/=a)*(s-2)+n},easeInOutQuad:function(s,n,o,a){return(s/=a/2)<1?o/2*s*s+n:-o/2*(--s*(s-2)-1)+n},easeInCubic:function(s,n,o,a){return o*(s/=a)*s*s+n},easeOutCubic:function(s,n,o,a){return o*((s=s/a-1)*s*s+1)+n},easeInOutCubic:function(s,n,o,a){return(s/=a/2)<1?o/2*s*s*s+n:o/2*((s-=2)*s*s+2)+n},easeInQuart:function(s,n,o,a){return o*(s/=a)*s*s*s+n},easeOutQuart:function(s,n,o,a){return-o*((s=s/a-1)*s*s*s-1)+n},easeInOutQuart:function(s,n,o,a){return(s/=a/2)<1?o/2*s*s*s*s+n:-o/2*((s-=2)*s*s*s-2)+n},easeInQuint:function(s,n,o,a){return o*(s/=a)*s*s*s*s+n},easeOutQuint:function(s,n,o,a){return o*((s=s/a-1)*s*s*s*s+1)+n},easeInOutQuint:function(s,n,o,a){return(s/=a/2)<1?o/2*s*s*s*s*s+n:o/2*((s-=2)*s*s*s*s+2)+n},easeInSine:function(s,n,o,a){return-o*Math.cos(s/a*(Math.PI/2))+o+n},easeOutSine:function(s,n,o,a){return o*Math.sin(s/a*(Math.PI/2))+n},easeInOutSine:function(s,n,o,a){return-o/2*(Math.cos(Math.PI*s/a)-1)+n},easeInExpo:function(s,n,o,a){return s===0?n:o*Math.pow(2,10*(s/a-1))+n},easeOutExpo:function(s,n,o,a){return s===a?n+o:o*(-Math.pow(2,-10*s/a)+1)+n},easeInOutExpo:function(s,n,o,a){return(s/=a/2)<1?o/2*Math.pow(2,10*(s-1))+n:o/2*(-Math.pow(2,-10*--s)+2)+n},easeInCirc:function(s,n,o,a){return-o*(Math.sqrt(1-(s/=a)*s)-1)+n},easeOutCirc:function(s,n,o,a){return o*Math.sqrt(1-(s=s/a-1)*s)+n},easeInOutCirc:function(s,n,o,a){return(s/=a/2)<1?-o/2*(Math.sqrt(1-s*s)-1)+n:o/2*(Math.sqrt(1-(s-=2)*s)+1)+n},easeInElastic:function(s,n,o,a){var h,l,c;return c=1.70158,l=0,h=o,s===0||(s/=a),l||(l=a*.3),h<Math.abs(o)?(h=o,c=l/4):c=l/(2*Math.PI)*Math.asin(o/h),-(h*Math.pow(2,10*(s-=1))*Math.sin((s*a-c)*(2*Math.PI)/l))+n},easeOutElastic:function(s,n,o,a){var h,l,c;return c=1.70158,l=0,h=o,s===0||(s/=a),l||(l=a*.3),h<Math.abs(o)?(h=o,c=l/4):c=l/(2*Math.PI)*Math.asin(o/h),h*Math.pow(2,-10*s)*Math.sin((s*a-c)*(2*Math.PI)/l)+o+n},easeInOutElastic:function(s,n,o,a){var h,l,c;return c=1.70158,l=0,h=o,s===0||(s/=a/2),l||(l=a*(.3*1.5)),h<Math.abs(o)?(h=o,c=l/4):c=l/(2*Math.PI)*Math.asin(o/h),s<1?-.5*(h*Math.pow(2,10*(s-=1))*Math.sin((s*a-c)*(2*Math.PI)/l))+n:h*Math.pow(2,-10*(s-=1))*Math.sin((s*a-c)*(2*Math.PI)/l)*.5+o+n},easeInBack:function(s,n,o,a,h){return h===void 0&&(h=1.70158),o*(s/=a)*s*((h+1)*s-h)+n},easeOutBack:function(s,n,o,a,h){return h===void 0&&(h=1.70158),o*((s=s/a-1)*s*((h+1)*s+h)+1)+n},easeInOutBack:function(s,n,o,a,h){return h===void 0&&(h=1.70158),(s/=a/2)<1?o/2*(s*s*(((h*=1.525)+1)*s-h))+n:o/2*((s-=2)*s*(((h*=1.525)+1)*s+h)+2)+n},easeInBounce:function(s,n,o,a){var h;return h=e.easeOutBounce(a-s,0,o,a),o-h+n},easeOutBounce:function(s,n,o,a){return(s/=a)<1/2.75?o*(7.5625*s*s)+n:s<2/2.75?o*(7.5625*(s-=1.5/2.75)*s+.75)+n:s<2.5/2.75?o*(7.5625*(s-=2.25/2.75)*s+.9375)+n:o*(7.5625*(s-=2.625/2.75)*s+.984375)+n},easeInOutBounce:function(s,n,o,a){var h;return s<a/2?(h=e.easeInBounce(s*2,0,o,a),h*.5+n):(h=e.easeOutBounce(s*2-a,0,o,a),h*.5+o*.5+n)}},i(e)}).call($S)})(Ig);var qS=Ig.exports;const Ag=QS(qS);function xh(r,t){if(r){if(typeof r=="function")return r;if(typeof r=="string")return Ag[r]}else return Ag[t]}const tC={removeOnInterrupt:!1,ease:"linear",time:1e3};class eC extends Ke{constructor(t,e={}){super(t),this.startWidth=null,this.startHeight=null,this.deltaWidth=null,this.deltaHeight=null,this.width=null,this.height=null,this.time=0,this.options=Object.assign({},tC,e),this.options.ease=xh(this.options.ease),this.setupPosition(),this.setupZoom(),this.time=0}setupPosition(){typeof this.options.position<"u"?(this.startX=this.parent.center.x,this.startY=this.parent.center.y,this.deltaX=this.options.position.x-this.parent.center.x,this.deltaY=this.options.position.y-this.parent.center.y,this.keepCenter=!1):this.keepCenter=!0}setupZoom(){this.width=null,this.height=null,typeof this.options.scale<"u"?this.width=this.parent.screenWidth/this.options.scale:typeof this.options.scaleX<"u"||typeof this.options.scaleY<"u"?(typeof this.options.scaleX<"u"&&(this.width=this.parent.screenWidth/this.options.scaleX),typeof this.options.scaleY<"u"&&(this.height=this.parent.screenHeight/this.options.scaleY)):(typeof this.options.width<"u"&&(this.width=this.options.width),typeof this.options.height<"u"&&(this.height=this.options.height)),this.width!==null&&(this.startWidth=this.parent.screenWidthInWorldPixels,this.deltaWidth=this.width-this.startWidth),this.height!==null&&(this.startHeight=this.parent.screenHeightInWorldPixels,this.deltaHeight=this.height-this.startHeight)}down(){return this.options.removeOnInterrupt&&this.parent.plugins.remove("animate"),!1}complete(){this.parent.plugins.remove("animate"),this.width!==null&&this.parent.fitWidth(this.width,this.keepCenter,this.height===null),this.height!==null&&this.parent.fitHeight(this.height,this.keepCenter,this.width===null),!this.keepCenter&&this.options.position&&this.parent.moveCenter(this.options.position),this.parent.emit("animate-end",this.parent),this.options.callbackOnComplete&&this.options.callbackOnComplete(this.parent)}update(t){if(this.paused)return;this.time+=t;const e=new ct(this.parent.scale.x,this.parent.scale.y);if(this.time>=this.options.time){const i=this.parent.width,s=this.parent.height;this.complete(),(i!==this.parent.width||s!==this.parent.height)&&this.parent.emit("zoomed",{viewport:this.parent,original:e,type:"animate"})}else{const i=this.options.ease(this.time,0,1,this.options.time);if(this.width!==null){const s=this.startWidth,n=this.deltaWidth;this.parent.fitWidth(s+n*i,this.keepCenter,this.height===null)}if(this.height!==null){const s=this.startHeight,n=this.deltaHeight;this.parent.fitHeight(s+n*i,this.keepCenter,this.width===null)}if(this.width===null?this.parent.scale.x=this.parent.scale.y:this.height===null&&(this.parent.scale.y=this.parent.scale.x),!this.keepCenter){const s=this.startX,n=this.startY,o=this.deltaX,a=this.deltaY,h=new ct(this.parent.x,this.parent.y);this.parent.moveCenter(s+o*i,n+a*i),this.parent.emit("moved",{viewport:this.parent,original:h,type:"animate"})}(this.width||this.height)&&this.parent.emit("zoomed",{viewport:this.parent,original:e,type:"animate"})}}}const iC={sides:"all",friction:.5,time:150,ease:"easeInOutSine",underflow:"center",bounceBox:null};class rC extends Ke{constructor(t,e={}){super(t),this.options=Object.assign({},iC,e),this.ease=xh(this.options.ease,"easeInOutSine"),this.options.sides?this.options.sides==="all"?this.top=this.bottom=this.left=this.right=!0:this.options.sides==="horizontal"?(this.right=this.left=!0,this.top=this.bottom=!1):this.options.sides==="vertical"?(this.left=this.right=!1,this.top=this.bottom=!0):(this.top=this.options.sides.indexOf("top")!==-1,this.bottom=this.options.sides.indexOf("bottom")!==-1,this.left=this.options.sides.indexOf("left")!==-1,this.right=this.options.sides.indexOf("right")!==-1):this.left=this.top=this.right=this.bottom=!1;const i=this.options.underflow.toLowerCase();i==="center"?(this.underflowX=0,this.underflowY=0):(this.underflowX=i.indexOf("left")!==-1?-1:i.indexOf("right")!==-1?1:0,this.underflowY=i.indexOf("top")!==-1?-1:i.indexOf("bottom")!==-1?1:0),this.reset()}isActive(){return this.toX!==null||this.toY!==null}down(){return this.toX=this.toY=null,!1}up(){return this.bounce(),!1}update(t){if(!this.paused){if(this.bounce(),this.toX){const e=this.toX;e.time+=t,this.parent.emit("moved",{viewport:this.parent,type:"bounce-x"}),e.time>=this.options.time?(this.parent.x=e.end,this.toX=null,this.parent.emit("bounce-x-end",this.parent)):this.parent.x=this.ease(e.time,e.start,e.delta,this.options.time)}if(this.toY){const e=this.toY;e.time+=t,this.parent.emit("moved",{viewport:this.parent,type:"bounce-y"}),e.time>=this.options.time?(this.parent.y=e.end,this.toY=null,this.parent.emit("bounce-y-end",this.parent)):this.parent.y=this.ease(e.time,e.start,e.delta,this.options.time)}}}calcUnderflowX(){let t;switch(this.underflowX){case-1:t=0;break;case 1:t=this.parent.screenWidth-this.parent.screenWorldWidth;break;default:t=(this.parent.screenWidth-this.parent.screenWorldWidth)/2}return t}calcUnderflowY(){let t;switch(this.underflowY){case-1:t=0;break;case 1:t=this.parent.screenHeight-this.parent.screenWorldHeight;break;default:t=(this.parent.screenHeight-this.parent.screenWorldHeight)/2}return t}oob(){const t=this.options.bounceBox;if(t){const e=typeof t.x>"u"?0:t.x,i=typeof t.y>"u"?0:t.y,s=typeof t.width>"u"?this.parent.worldWidth:t.width,n=typeof t.height>"u"?this.parent.worldHeight:t.height;return{left:this.parent.left<e,right:this.parent.right>s,top:this.parent.top<i,bottom:this.parent.bottom>n,topLeft:new ct(e*this.parent.scale.x,i*this.parent.scale.y),bottomRight:new ct(s*this.parent.scale.x-this.parent.screenWidth,n*this.parent.scale.y-this.parent.screenHeight)}}return{left:this.parent.left<0,right:this.parent.right>this.parent.worldWidth,top:this.parent.top<0,bottom:this.parent.bottom>this.parent.worldHeight,topLeft:new ct(0,0),bottomRight:new ct(this.parent.worldWidth*this.parent.scale.x-this.parent.screenWidth,this.parent.worldHeight*this.parent.scale.y-this.parent.screenHeight)}}bounce(){var t,e;if(this.paused)return;let i,s=this.parent.plugins.get("decelerate",!0);s&&(s.x||s.y)&&(s.x&&s.percentChangeX===((t=s.options)==null?void 0:t.friction)||s.y&&s.percentChangeY===((e=s.options)==null?void 0:e.friction))&&(i=this.oob(),(i.left&&this.left||i.right&&this.right)&&(s.percentChangeX=this.options.friction),(i.top&&this.top||i.bottom&&this.bottom)&&(s.percentChangeY=this.options.friction));const n=this.parent.plugins.get("drag",!0)||{},o=this.parent.plugins.get("pinch",!0)||{};if(s=s||{},!(n!=null&&n.active)&&!(o!=null&&o.active)&&(!this.toX||!this.toY)&&(!s.x||!s.y)){i=i||this.oob();const a=i.topLeft,h=i.bottomRight;if(!this.toX&&!s.x){let l=null;i.left&&this.left?l=this.parent.screenWorldWidth<this.parent.screenWidth?this.calcUnderflowX():-a.x:i.right&&this.right&&(l=this.parent.screenWorldWidth<this.parent.screenWidth?this.calcUnderflowX():-h.x),l!==null&&this.parent.x!==l&&(this.toX={time:0,start:this.parent.x,delta:l-this.parent.x,end:l},this.parent.emit("bounce-x-start",this.parent))}if(!this.toY&&!s.y){let l=null;i.top&&this.top?l=this.parent.screenWorldHeight<this.parent.screenHeight?this.calcUnderflowY():-a.y:i.bottom&&this.bottom&&(l=this.parent.screenWorldHeight<this.parent.screenHeight?this.calcUnderflowY():-h.y),l!==null&&this.parent.y!==l&&(this.toY={time:0,start:this.parent.y,delta:l-this.parent.y,end:l},this.parent.emit("bounce-y-start",this.parent))}}}reset(){this.toX=this.toY=null,this.bounce()}}const sC={left:!1,right:!1,top:!1,bottom:!1,direction:null,underflow:"center"};class nC extends Ke{constructor(t,e={}){super(t),this.options=Object.assign({},sC,e),this.options.direction&&(this.options.left=this.options.direction==="x"||this.options.direction==="all"?!0:null,this.options.right=this.options.direction==="x"||this.options.direction==="all"?!0:null,this.options.top=this.options.direction==="y"||this.options.direction==="all"?!0:null,this.options.bottom=this.options.direction==="y"||this.options.direction==="all"?!0:null),this.parseUnderflow(),this.last={x:null,y:null,scaleX:null,scaleY:null},this.update()}parseUnderflow(){const t=this.options.underflow.toLowerCase();t==="none"?this.noUnderflow=!0:t==="center"?(this.underflowX=this.underflowY=0,this.noUnderflow=!1):(this.underflowX=t.indexOf("left")!==-1?-1:t.indexOf("right")!==-1?1:0,this.underflowY=t.indexOf("top")!==-1?-1:t.indexOf("bottom")!==-1?1:0,this.noUnderflow=!1)}move(){return this.update(),!1}update(){if(this.paused||this.parent.x===this.last.x&&this.parent.y===this.last.y&&this.parent.scale.x===this.last.scaleX&&this.parent.scale.y===this.last.scaleY)return;const t=new ct(this.parent.x,this.parent.y),e=this.parent.plugins.decelerate||{};if(this.options.left!==null||this.options.right!==null){let i=!1;if(!this.noUnderflow&&this.parent.screenWorldWidth<this.parent.screenWidth)switch(this.underflowX){case-1:this.parent.x!==0&&(this.parent.x=0,i=!0);break;case 1:this.parent.x!==this.parent.screenWidth-this.parent.screenWorldWidth&&(this.parent.x=this.parent.screenWidth-this.parent.screenWorldWidth,i=!0);break;default:this.parent.x!==(this.parent.screenWidth-this.parent.screenWorldWidth)/2&&(this.parent.x=(this.parent.screenWidth-this.parent.screenWorldWidth)/2,i=!0)}else this.options.left!==null&&this.parent.left<(this.options.left===!0?0:this.options.left)&&(this.parent.x=-(this.options.left===!0?0:this.options.left)*this.parent.scale.x,e.x=0,i=!0),this.options.right!==null&&this.parent.right>(this.options.right===!0?this.parent.worldWidth:this.options.right)&&(this.parent.x=-(this.options.right===!0?this.parent.worldWidth:this.options.right)*this.parent.scale.x+this.parent.screenWidth,e.x=0,i=!0);i&&this.parent.emit("moved",{viewport:this.parent,original:t,type:"clamp-x"})}if(this.options.top!==null||this.options.bottom!==null){let i=!1;if(!this.noUnderflow&&this.parent.screenWorldHeight<this.parent.screenHeight)switch(this.underflowY){case-1:this.parent.y!==0&&(this.parent.y=0,i=!0);break;case 1:this.parent.y!==this.parent.screenHeight-this.parent.screenWorldHeight&&(this.parent.y=this.parent.screenHeight-this.parent.screenWorldHeight,i=!0);break;default:this.parent.y!==(this.parent.screenHeight-this.parent.screenWorldHeight)/2&&(this.parent.y=(this.parent.screenHeight-this.parent.screenWorldHeight)/2,i=!0)}else this.options.top!==null&&this.parent.top<(this.options.top===!0?0:this.options.top)&&(this.parent.y=-(this.options.top===!0?0:this.options.top)*this.parent.scale.y,e.y=0,i=!0),this.options.bottom!==null&&this.parent.bottom>(this.options.bottom===!0?this.parent.worldHeight:this.options.bottom)&&(this.parent.y=-(this.options.bottom===!0?this.parent.worldHeight:this.options.bottom)*this.parent.scale.y+this.parent.screenHeight,e.y=0,i=!0);i&&this.parent.emit("moved",{viewport:this.parent,original:t,type:"clamp-y"})}this.last.x=this.parent.x,this.last.y=this.parent.y,this.last.scaleX=this.parent.scale.x,this.last.scaleY=this.parent.scale.y}reset(){this.update()}}const oC={minWidth:null,minHeight:null,maxWidth:null,maxHeight:null,minScale:null,maxScale:null};class aC extends Ke{constructor(t,e={}){super(t),this.options=Object.assign({},oC,e),this.clamp()}resize(){this.clamp()}clamp(){if(!this.paused){if(this.options.minWidth||this.options.minHeight||this.options.maxWidth||this.options.maxHeight){let t=this.parent.worldScreenWidth,e=this.parent.worldScreenHeight;if(this.options.minWidth!==null&&t<this.options.minWidth){const i=this.parent.scale.x;this.parent.fitWidth(this.options.minWidth,!1,!1,!0),this.parent.scale.y*=this.parent.scale.x/i,t=this.parent.worldScreenWidth,e=this.parent.worldScreenHeight,this.parent.emit("zoomed",{viewport:this.parent,type:"clamp-zoom"})}if(this.options.maxWidth!==null&&t>this.options.maxWidth){const i=this.parent.scale.x;this.parent.fitWidth(this.options.maxWidth,!1,!1,!0),this.parent.scale.y*=this.parent.scale.x/i,t=this.parent.worldScreenWidth,e=this.parent.worldScreenHeight,this.parent.emit("zoomed",{viewport:this.parent,type:"clamp-zoom"})}if(this.options.minHeight!==null&&e<this.options.minHeight){const i=this.parent.scale.y;this.parent.fitHeight(this.options.minHeight,!1,!1,!0),this.parent.scale.x*=this.parent.scale.y/i,t=this.parent.worldScreenWidth,e=this.parent.worldScreenHeight,this.parent.emit("zoomed",{viewport:this.parent,type:"clamp-zoom"})}if(this.options.maxHeight!==null&&e>this.options.maxHeight){const i=this.parent.scale.y;this.parent.fitHeight(this.options.maxHeight,!1,!1,!0),this.parent.scale.x*=this.parent.scale.y/i,this.parent.emit("zoomed",{viewport:this.parent,type:"clamp-zoom"})}}else if(this.options.minScale||this.options.maxScale){const t={x:null,y:null},e={x:null,y:null};if(typeof this.options.minScale=="number")t.x=this.options.minScale,t.y=this.options.minScale;else if(this.options.minScale!==null){const n=this.options.minScale;t.x=typeof n.x>"u"?null:n.x,t.y=typeof n.y>"u"?null:n.y}if(typeof this.options.maxScale=="number")e.x=this.options.maxScale,e.y=this.options.maxScale;else if(this.options.maxScale!==null){const n=this.options.maxScale;e.x=typeof n.x>"u"?null:n.x,e.y=typeof n.y>"u"?null:n.y}let i=this.parent.scale.x,s=this.parent.scale.y;t.x!==null&&i<t.x&&(i=t.x),e.x!==null&&i>e.x&&(i=e.x),t.y!==null&&s<t.y&&(s=t.y),e.y!==null&&s>e.y&&(s=e.y),(i!==this.parent.scale.x||s!==this.parent.scale.y)&&(this.parent.scale.set(i,s),this.parent.emit("zoomed",{viewport:this.parent,type:"clamp-zoom"}))}}}reset(){this.clamp()}}const hC={friction:.98,bounce:.8,minSpeed:.01},Pr=16;class lC extends Ke{constructor(t,e={}){super(t),this.options=Object.assign({},hC,e),this.saved=[],this.timeSinceRelease=0,this.reset(),this.parent.on("moved",i=>this.handleMoved(i))}down(){return this.saved=[],this.x=this.y=null,!1}isActive(){return!!(this.x||this.y)}move(){if(this.paused)return!1;const t=this.parent.input.count();return(t===1||t>1&&!this.parent.plugins.get("pinch",!0))&&(this.saved.push({x:this.parent.x,y:this.parent.y,time:performance.now()}),this.saved.length>60&&this.saved.splice(0,30)),!1}handleMoved(t){if(this.saved.length){const e=this.saved[this.saved.length-1];t.type==="clamp-x"&&t.original?e.x===t.original.x&&(e.x=this.parent.x):t.type==="clamp-y"&&t.original&&e.y===t.original.y&&(e.y=this.parent.y)}}up(){if(this.parent.input.count()===0&&this.saved.length){const t=performance.now();for(const e of this.saved)if(e.time>=t-100){const i=t-e.time;this.x=(this.parent.x-e.x)/i,this.y=(this.parent.y-e.y)/i,this.percentChangeX=this.percentChangeY=this.options.friction,this.timeSinceRelease=0;break}}return!1}activate(t){t=t||{},typeof t.x<"u"&&(this.x=t.x,this.percentChangeX=this.options.friction),typeof t.y<"u"&&(this.y=t.y,this.percentChangeY=this.options.friction)}update(t){if(this.paused)return;const e=this.x||this.y,i=this.timeSinceRelease,s=this.timeSinceRelease+t;if(this.x){const n=this.percentChangeX,o=Math.log(n);this.parent.x+=this.x*Pr/o*(Math.pow(n,s/Pr)-Math.pow(n,i/Pr)),this.x*=Math.pow(this.percentChangeX,t/Pr)}if(this.y){const n=this.percentChangeY,o=Math.log(n);this.parent.y+=this.y*Pr/o*(Math.pow(n,s/Pr)-Math.pow(n,i/Pr)),this.y*=Math.pow(this.percentChangeY,t/Pr)}this.timeSinceRelease+=t,this.x&&this.y?Math.abs(this.x)<this.options.minSpeed&&Math.abs(this.y)<this.options.minSpeed&&(this.x=0,this.y=0):(Math.abs(this.x||0)<this.options.minSpeed&&(this.x=0),Math.abs(this.y||0)<this.options.minSpeed&&(this.y=0)),e&&this.parent.emit("moved",{viewport:this.parent,type:"decelerate"})}reset(){this.x=this.y=null}}const cC={direction:"all",pressDrag:!0,wheel:!0,wheelScroll:1,reverse:!1,clampWheel:!1,underflow:"center",factor:1,mouseButtons:"all",keyToPress:null,ignoreKeyToPressOnTouch:!1,lineHeight:20,wheelSwapAxes:!1};class uC extends Ke{constructor(t,e={}){super(t),this.windowEventHandlers=[],this.options=Object.assign({},cC,e),this.moved=!1,this.reverse=this.options.reverse?1:-1,this.xDirection=!this.options.direction||this.options.direction==="all"||this.options.direction==="x",this.yDirection=!this.options.direction||this.options.direction==="all"||this.options.direction==="y",this.keyIsPressed=!1,this.parseUnderflow(),this.mouseButtons(this.options.mouseButtons),this.options.keyToPress&&this.handleKeyPresses(this.options.keyToPress)}handleKeyPresses(t){const e=s=>{t.includes(s.code)&&(this.keyIsPressed=!0)},i=s=>{t.includes(s.code)&&(this.keyIsPressed=!1)};this.addWindowEventHandler("keyup",i),this.addWindowEventHandler("keydown",e)}addWindowEventHandler(t,e){typeof window>"u"||(window.addEventListener(t,e),this.windowEventHandlers.push({event:t,handler:e}))}destroy(){typeof window>"u"||this.windowEventHandlers.forEach(({event:t,handler:e})=>{window.removeEventListener(t,e)})}mouseButtons(t){!t||t==="all"?this.mouse=[!0,!0,!0]:this.mouse=[t.indexOf("left")!==-1,t.indexOf("middle")!==-1,t.indexOf("right")!==-1]}parseUnderflow(){const t=this.options.underflow.toLowerCase();t==="center"?(this.underflowX=0,this.underflowY=0):(t.includes("left")?this.underflowX=-1:t.includes("right")?this.underflowX=1:this.underflowX=0,t.includes("top")?this.underflowY=-1:t.includes("bottom")?this.underflowY=1:this.underflowY=0)}checkButtons(t){const e=t.pointerType==="mouse",i=this.parent.input.count();return!!((i===1||i>1&&!this.parent.plugins.get("pinch",!0))&&(!e||this.mouse[t.button]))}checkKeyPress(t){return!this.options.keyToPress||this.keyIsPressed||this.options.ignoreKeyToPressOnTouch&&t.data.pointerType==="touch"}down(t){return this.paused||!this.options.pressDrag?!1:this.checkButtons(t)&&this.checkKeyPress(t)?(this.last={x:t.global.x,y:t.global.y},this.current=t.pointerId,!0):(this.last=null,!1)}get active(){return this.moved}move(t){if(this.paused||!this.options.pressDrag)return!1;if(this.last&&this.current===t.data.pointerId){const e=t.global.x,i=t.global.y,s=this.parent.input.count();if(s===1||s>1&&!this.parent.plugins.get("pinch",!0)){const n=e-this.last.x,o=i-this.last.y;if(this.moved||this.xDirection&&this.parent.input.checkThreshold(n)||this.yDirection&&this.parent.input.checkThreshold(o)){const a={x:e,y:i};return this.xDirection&&(this.parent.x+=(a.x-this.last.x)*this.options.factor),this.yDirection&&(this.parent.y+=(a.y-this.last.y)*this.options.factor),this.last=a,this.moved||this.parent.emit("drag-start",{event:t,screen:new ct(this.last.x,this.last.y),world:this.parent.toWorld(new ct(this.last.x,this.last.y)),viewport:this.parent}),this.moved=!0,this.parent.emit("moved",{viewport:this.parent,type:"drag"}),!0}}else this.moved=!1}return!1}up(t){if(this.paused)return!1;const e=this.parent.input.touches;if(e.length===1){const i=e[0];return i.last&&(this.last={x:i.last.x,y:i.last.y},this.current=i.id),this.moved=!1,!0}else if(this.last&&this.moved){const i=new ct(this.last.x,this.last.y);return this.parent.emit("drag-end",{event:t,screen:i,world:this.parent.toWorld(i),viewport:this.parent}),this.last=null,this.moved=!1,!0}return!1}wheel(t){if(this.paused)return!1;if(this.options.wheel){const e=this.parent.plugins.get("wheel",!0);if(!e||!e.options.wheelZoom&&!t.ctrlKey){const i=t.deltaMode?this.options.lineHeight:1,s=[t.deltaX,t.deltaY],[n,o]=this.options.wheelSwapAxes?s.reverse():s;return this.xDirection&&(this.parent.x+=n*i*this.options.wheelScroll*this.reverse),this.yDirection&&(this.parent.y+=o*i*this.options.wheelScroll*this.reverse),this.options.clampWheel&&this.clamp(),this.parent.emit("wheel-scroll",this.parent),this.parent.emit("moved",{viewport:this.parent,type:"wheel"}),this.parent.options.passiveWheel||t.preventDefault(),this.parent.options.stopPropagation&&t.stopPropagation(),!0}}return!1}resume(){this.last=null,this.paused=!1}clamp(){const t=this.parent.plugins.get("decelerate",!0)||{};if(this.options.clampWheel!=="y")if(this.parent.screenWorldWidth<this.parent.screenWidth)switch(this.underflowX){case-1:this.parent.x=0;break;case 1:this.parent.x=this.parent.screenWidth-this.parent.screenWorldWidth;break;default:this.parent.x=(this.parent.screenWidth-this.parent.screenWorldWidth)/2}else this.parent.left<0?(this.parent.x=0,t.x=0):this.parent.right>this.parent.worldWidth&&(this.parent.x=-this.parent.worldWidth*this.parent.scale.x+this.parent.screenWidth,t.x=0);if(this.options.clampWheel!=="x")if(this.parent.screenWorldHeight<this.parent.screenHeight)switch(this.underflowY){case-1:this.parent.y=0;break;case 1:this.parent.y=this.parent.screenHeight-this.parent.screenWorldHeight;break;default:this.parent.y=(this.parent.screenHeight-this.parent.screenWorldHeight)/2}else this.parent.top<0&&(this.parent.y=0,t.y=0),this.parent.bottom>this.parent.worldHeight&&(this.parent.y=-this.parent.worldHeight*this.parent.scale.y+this.parent.screenHeight,t.y=0)}}const dC={speed:0,acceleration:null,radius:null};class fC extends Ke{constructor(t,e,i={}){super(t),this.target=e,this.options=Object.assign({},dC,i),this.velocity={x:0,y:0}}update(t){if(this.paused)return;const e=this.parent.center;let i=this.target.x,s=this.target.y;if(this.options.radius)if(Math.sqrt(Math.pow(this.target.y-e.y,2)+Math.pow(this.target.x-e.x,2))>this.options.radius){const a=Math.atan2(this.target.y-e.y,this.target.x-e.x);i=this.target.x-Math.cos(a)*this.options.radius,s=this.target.y-Math.sin(a)*this.options.radius}else return;const n=i-e.x,o=s-e.y;if(n||o)if(this.options.speed)if(this.options.acceleration){const a=Math.atan2(s-e.y,i-e.x),h=Math.sqrt(Math.pow(n,2)+Math.pow(o,2));if(h){const l=(Math.pow(this.velocity.x,2)+Math.pow(this.velocity.y,2))/(2*this.options.acceleration);h>l?this.velocity={x:Math.min(this.velocity.x+(this.options.acceleration*t,this.options.speed)),y:Math.min(this.velocity.y+(this.options.acceleration*t,this.options.speed))}:this.velocity={x:Math.max(this.velocity.x-this.options.acceleration*this.options.speed,0),y:Math.max(this.velocity.y-this.options.acceleration*this.options.speed,0)};const c=Math.cos(a)*this.velocity.x,u=Math.sin(a)*this.velocity.y,d=Math.abs(c)>Math.abs(n)?i:e.x+c,f=Math.abs(u)>Math.abs(o)?s:e.y+u;this.parent.moveCenter(d,f),this.parent.emit("moved",{viewport:this.parent,type:"follow"})}}else{const a=Math.atan2(s-e.y,i-e.x),h=Math.cos(a)*this.options.speed,l=Math.sin(a)*this.options.speed,c=Math.abs(h)>Math.abs(n)?i:e.x+h,u=Math.abs(l)>Math.abs(o)?s:e.y+l;this.parent.moveCenter(c,u),this.parent.emit("moved",{viewport:this.parent,type:"follow"})}else this.parent.moveCenter(i,s),this.parent.emit("moved",{viewport:this.parent,type:"follow"})}}const pC={radius:null,distance:null,top:null,bottom:null,left:null,right:null,speed:8,reverse:!1,noDecelerate:!1,linear:!1,allowButtons:!1};class mC extends Ke{constructor(t,e={}){super(t),this.options=Object.assign({},pC,e),this.reverse=this.options.reverse?1:-1,this.radiusSquared=typeof this.options.radius=="number"?Math.pow(this.options.radius,2):null,this.resize()}resize(){const t=this.options.distance;t!==null?(this.left=t,this.top=t,this.right=this.parent.screenWidth-t,this.bottom=this.parent.screenHeight-t):this.options.radius||(this.left=this.options.left,this.top=this.options.top,this.right=this.options.right===null?null:this.parent.screenWidth-this.options.right,this.bottom=this.options.bottom===null?null:this.parent.screenHeight-this.options.bottom)}down(){return this.paused||this.options.allowButtons||(this.horizontal=this.vertical=null),!1}move(t){if(this.paused||t.pointerType!=="mouse"&&t.pointerId!==1||!this.options.allowButtons&&t.buttons!==0)return!1;const e=t.global.x,i=t.global.y;if(this.radiusSquared){const s=this.parent.toScreen(this.parent.center);if(Math.pow(s.x-e,2)+Math.pow(s.y-i,2)>=this.radiusSquared){const n=Math.atan2(s.y-i,s.x-e);this.options.linear?(this.horizontal=Math.round(Math.cos(n))*this.options.speed*this.reverse*(60/1e3),this.vertical=Math.round(Math.sin(n))*this.options.speed*this.reverse*(60/1e3)):(this.horizontal=Math.cos(n)*this.options.speed*this.reverse*(60/1e3),this.vertical=Math.sin(n)*this.options.speed*this.reverse*(60/1e3))}else this.horizontal&&this.decelerateHorizontal(),this.vertical&&this.decelerateVertical(),this.horizontal=this.vertical=0}else this.left!==null&&e<this.left?this.horizontal=Number(this.reverse)*this.options.speed*(60/1e3):this.right!==null&&e>this.right?this.horizontal=-1*this.reverse*this.options.speed*(60/1e3):(this.decelerateHorizontal(),this.horizontal=0),this.top!==null&&i<this.top?this.vertical=Number(this.reverse)*this.options.speed*(60/1e3):this.bottom!==null&&i>this.bottom?this.vertical=-1*this.reverse*this.options.speed*(60/1e3):(this.decelerateVertical(),this.vertical=0);return!1}decelerateHorizontal(){const t=this.parent.plugins.get("decelerate",!0);this.horizontal&&t&&!this.options.noDecelerate&&t.activate({x:this.horizontal*this.options.speed*this.reverse/(1e3/60)})}decelerateVertical(){const t=this.parent.plugins.get("decelerate",!0);this.vertical&&t&&!this.options.noDecelerate&&t.activate({y:this.vertical*this.options.speed*this.reverse/(1e3/60)})}up(){return this.paused||(this.horizontal&&this.decelerateHorizontal(),this.vertical&&this.decelerateVertical(),this.horizontal=this.vertical=null),!1}update(){if(!this.paused&&(this.horizontal||this.vertical)){const t=this.parent.center;this.horizontal&&(t.x+=this.horizontal*this.options.speed),this.vertical&&(t.y+=this.vertical*this.options.speed),this.parent.moveCenter(t),this.parent.emit("moved",{viewport:this.parent,type:"mouse-edges"})}}}const gC={noDrag:!1,percent:1,center:null,factor:1,axis:"all"};class yC extends Ke{constructor(t,e={}){super(t),this.active=!1,this.pinching=!1,this.moved=!1,this.options=Object.assign({},gC,e)}down(){return this.parent.input.count()>=2?(this.active=!0,!0):!1}isAxisX(){return["all","x"].includes(this.options.axis)}isAxisY(){return["all","y"].includes(this.options.axis)}move(t){if(this.paused||!this.active)return!1;const e=t.global.x,i=t.global.y,s=this.parent.input.touches;if(s.length>=2){const n=s[0],o=s[1],a=n.last&&o.last?Math.sqrt(Math.pow(o.last.x-n.last.x,2)+Math.pow(o.last.y-n.last.y,2)):null;if(n.id===t.pointerId?n.last={x:e,y:i,data:t}:o.id===t.pointerId&&(o.last={x:e,y:i,data:t}),a){let h;const l=new ct(n.last.x+(o.last.x-n.last.x)/2,n.last.y+(o.last.y-n.last.y)/2);this.options.center||(h=this.parent.toLocal(l));let c=Math.sqrt(Math.pow(o.last.x-n.last.x,2)+Math.pow(o.last.y-n.last.y,2));c=c===0?c=1e-10:c;const u=(1-a/c)*this.options.percent*(this.isAxisX()?this.parent.scale.x:this.parent.scale.y);this.isAxisX()&&(this.parent.scale.x+=u),this.isAxisY()&&(this.parent.scale.y+=u),this.parent.emit("zoomed",{viewport:this.parent,type:"pinch",center:l});const d=this.parent.plugins.get("clamp-zoom",!0);if(d&&d.clamp(),this.options.center)this.parent.moveCenter(this.options.center);else{const f=this.parent.toGlobal(h);this.parent.x+=(l.x-f.x)*this.options.factor,this.parent.y+=(l.y-f.y)*this.options.factor,this.parent.emit("moved",{viewport:this.parent,type:"pinch"})}!this.options.noDrag&&this.lastCenter&&(this.parent.x+=(l.x-this.lastCenter.x)*this.options.factor,this.parent.y+=(l.y-this.lastCenter.y)*this.options.factor,this.parent.emit("moved",{viewport:this.parent,type:"pinch"})),this.lastCenter=l,this.moved=!0}else this.pinching||(this.parent.emit("pinch-start",this.parent),this.pinching=!0);return!0}return!1}up(){return this.pinching&&this.parent.input.touches.length<=1?(this.active=!1,this.lastCenter=null,this.pinching=!1,this.moved=!1,this.parent.emit("pinch-end",this.parent),!0):!1}}const bC={topLeft:!1,friction:.8,time:1e3,ease:"easeInOutSine",interrupt:!0,removeOnComplete:!1,removeOnInterrupt:!1,forceStart:!1};class xC extends Ke{constructor(t,e,i,s={}){super(t),this.options=Object.assign({},bC,s),this.ease=xh(s.ease,"easeInOutSine"),this.x=e,this.y=i,this.options.forceStart&&this.snapStart()}snapStart(){this.percent=0,this.snapping={time:0};const t=this.options.topLeft?this.parent.corner:this.parent.center;this.deltaX=this.x-t.x,this.deltaY=this.y-t.y,this.startX=t.x,this.startY=t.y,this.parent.emit("snap-start",this.parent)}wheel(){return this.options.removeOnInterrupt&&this.parent.plugins.remove("snap"),!1}down(){return this.options.removeOnInterrupt?this.parent.plugins.remove("snap"):this.options.interrupt&&(this.snapping=null),!1}up(){if(this.parent.input.count()===0){const t=this.parent.plugins.get("decelerate",!0);t&&(t.x||t.y)&&(t.percentChangeX=t.percentChangeY=this.options.friction)}return!1}update(t){if(!this.paused&&!(this.options.interrupt&&this.parent.input.count()!==0))if(this.snapping){const e=this.snapping;e.time+=t;let i,s,n;const o=this.startX,a=this.startY,h=this.deltaX,l=this.deltaY;if(e.time>this.options.time)i=!0,s=o+h,n=a+l;else{const c=this.ease(e.time,0,1,this.options.time);s=o+h*c,n=a+l*c}this.options.topLeft?this.parent.moveCorner(s,n):this.parent.moveCenter(s,n),this.parent.emit("moved",{viewport:this.parent,type:"snap"}),i&&(this.options.removeOnComplete&&this.parent.plugins.remove("snap"),this.parent.emit("snap-end",this.parent),this.snapping=null)}else{const e=this.options.topLeft?this.parent.corner:this.parent.center;(e.x!==this.x||e.y!==this.y)&&this.snapStart()}}}const _C={width:0,height:0,time:1e3,ease:"easeInOutSine",center:null,interrupt:!0,removeOnComplete:!1,removeOnInterrupt:!1,forceStart:!1,noMove:!1};class vC extends Ke{constructor(t,e={}){super(t),this.options=Object.assign({},_C,e),this.ease=xh(this.options.ease),this.xIndependent=!1,this.yIndependent=!1,this.xScale=0,this.yScale=0,this.options.width>0&&(this.xScale=t.screenWidth/this.options.width,this.xIndependent=!0),this.options.height>0&&(this.yScale=t.screenHeight/this.options.height,this.yIndependent=!0),this.xScale=this.xIndependent?this.xScale:this.yScale,this.yScale=this.yIndependent?this.yScale:this.xScale,this.options.time===0?(t.container.scale.x=this.xScale,t.container.scale.y=this.yScale,this.options.removeOnComplete&&this.parent.plugins.remove("snap-zoom")):e.forceStart&&this.createSnapping()}createSnapping(){const t=this.parent.worldScreenWidth,e=this.parent.worldScreenHeight,i=this.parent.screenWidth/this.xScale,s=this.parent.screenHeight/this.yScale;this.snapping={time:0,startX:t,startY:e,deltaX:i-t,deltaY:s-e},this.parent.emit("snap-zoom-start",this.parent)}resize(){this.snapping=null,this.options.width>0&&(this.xScale=this.parent.screenWidth/this.options.width),this.options.height>0&&(this.yScale=this.parent.screenHeight/this.options.height),this.xScale=this.xIndependent?this.xScale:this.yScale,this.yScale=this.yIndependent?this.yScale:this.xScale}wheel(){return this.options.removeOnInterrupt&&this.parent.plugins.remove("snap-zoom"),!1}down(){return this.options.removeOnInterrupt?this.parent.plugins.remove("snap-zoom"):this.options.interrupt&&(this.snapping=null),!1}update(t){if(this.paused||this.options.interrupt&&this.parent.input.count()!==0)return;let e;if(!this.options.center&&!this.options.noMove&&(e=this.parent.center),!this.snapping)(this.parent.scale.x!==this.xScale||this.parent.scale.y!==this.yScale)&&this.createSnapping();else if(this.snapping){const i=this.snapping;if(i.time+=t,i.time>=this.options.time)this.parent.scale.set(this.xScale,this.yScale),this.options.removeOnComplete&&this.parent.plugins.remove("snap-zoom"),this.parent.emit("snap-zoom-end",this.parent),this.snapping=null;else{const n=this.snapping,o=this.ease(n.time,n.startX,n.deltaX,this.options.time),a=this.ease(n.time,n.startY,n.deltaY,this.options.time);this.parent.scale.x=this.parent.screenWidth/o,this.parent.scale.y=this.parent.screenHeight/a}const s=this.parent.plugins.get("clamp-zoom",!0);s&&s.clamp(),this.options.noMove||(this.options.center?this.parent.moveCenter(this.options.center):this.parent.moveCenter(e))}}resume(){this.snapping=null,super.resume()}}const wC={percent:.1,smooth:!1,interrupt:!0,reverse:!1,center:null,lineHeight:20,axis:"all",keyToPress:null,trackpadPinch:!1,wheelZoom:!0};class TC extends Ke{constructor(t,e={}){super(t),this.options=Object.assign({},wC,e),this.keyIsPressed=!1,this.options.keyToPress&&this.handleKeyPresses(this.options.keyToPress)}handleKeyPresses(t){typeof window>"u"||(window.addEventListener("keydown",e=>{t.includes(e.code)&&(this.keyIsPressed=!0)}),window.addEventListener("keyup",e=>{t.includes(e.code)&&(this.keyIsPressed=!1)}))}checkKeyPress(){return!this.options.keyToPress||this.keyIsPressed}down(){return this.options.interrupt&&(this.smoothing=null),!1}isAxisX(){return["all","x"].includes(this.options.axis)}isAxisY(){return["all","y"].includes(this.options.axis)}update(){if(this.smoothing){const t=this.smoothingCenter,e=this.smoothing;let i;this.options.center||(i=this.parent.toLocal(t)),this.isAxisX()&&(this.parent.scale.x+=e.x),this.isAxisY()&&(this.parent.scale.y+=e.y),this.parent.emit("zoomed",{viewport:this.parent,type:"wheel"});const s=this.parent.plugins.get("clamp-zoom",!0);if(s&&s.clamp(),this.options.center)this.parent.moveCenter(this.options.center);else{const n=this.parent.toGlobal(i);this.parent.x+=t.x-n.x,this.parent.y+=t.y-n.y}this.parent.emit("moved",{viewport:this.parent,type:"wheel"}),this.smoothingCount++,this.smoothingCount>=this.options.smooth&&(this.smoothing=null)}}pinch(t){if(this.paused)return;const e=this.parent.input.getPointerPosition(t),i=-t.deltaY*(t.deltaMode?this.options.lineHeight:1)/200,s=Math.pow(2,(1+this.options.percent)*i);let n;this.options.center||(n=this.parent.toLocal(e)),this.isAxisX()&&(this.parent.scale.x*=s),this.isAxisY()&&(this.parent.scale.y*=s),this.parent.emit("zoomed",{viewport:this.parent,type:"wheel"});const o=this.parent.plugins.get("clamp-zoom",!0);if(o&&o.clamp(),this.options.center)this.parent.moveCenter(this.options.center);else{const a=this.parent.toGlobal(n);this.parent.x+=e.x-a.x,this.parent.y+=e.y-a.y}this.parent.emit("moved",{viewport:this.parent,type:"wheel"}),this.parent.emit("wheel-start",{event:t,viewport:this.parent})}wheel(t){if(this.paused||!this.checkKeyPress())return!1;if(t.ctrlKey&&this.options.trackpadPinch)this.pinch(t);else if(this.options.wheelZoom){const e=this.parent.input.getPointerPosition(t),i=(this.options.reverse?-1:1)*-t.deltaY*(t.deltaMode?this.options.lineHeight:1)/500,s=Math.pow(2,(1+this.options.percent)*i);if(this.options.smooth){const n={x:this.smoothing?this.smoothing.x*(this.options.smooth-this.smoothingCount):0,y:this.smoothing?this.smoothing.y*(this.options.smooth-this.smoothingCount):0};this.smoothing={x:((this.parent.scale.x+n.x)*s-this.parent.scale.x)/this.options.smooth,y:((this.parent.scale.y+n.y)*s-this.parent.scale.y)/this.options.smooth},this.smoothingCount=0,this.smoothingCenter=e}else{let n;this.options.center||(n=this.parent.toLocal(e)),this.isAxisX()&&(this.parent.scale.x*=s),this.isAxisY()&&(this.parent.scale.y*=s),this.parent.emit("zoomed",{viewport:this.parent,type:"wheel"});const o=this.parent.plugins.get("clamp-zoom",!0);if(o&&o.clamp(),this.options.center)this.parent.moveCenter(this.options.center);else{const a=this.parent.toGlobal(n);this.parent.x+=e.x-a.x,this.parent.y+=e.y-a.y}}this.parent.emit("moved",{viewport:this.parent,type:"wheel"}),this.parent.emit("wheel-start",{event:t,viewport:this.parent})}return!this.parent.options.passiveWheel}}class SC{constructor(t){this.viewport=t,this.touches=[],this.addListeners()}addListeners(){this.viewport.eventMode="static",this.viewport.forceHitArea||(this.viewport.hitArea=new pt(0,0,this.viewport.worldWidth,this.viewport.worldHeight)),this.viewport.on("pointerdown",this.down,this),this.viewport.options.allowPreserveDragOutside?this.viewport.on("globalpointermove",this.move,this):this.viewport.on("pointermove",this.move,this),this.viewport.on("pointerup",this.up,this),this.viewport.on("pointerupoutside",this.up,this),this.viewport.on("pointercancel",this.up,this),this.viewport.options.allowPreserveDragOutside||this.viewport.on("pointerleave",this.up,this),this.wheelFunction=t=>this.handleWheel(t),this.viewport.options.events.domElement.addEventListener("wheel",this.wheelFunction,{passive:this.viewport.options.passiveWheel}),this.isMouseDown=!1}destroy(){var t;(t=this.viewport.options.events.domElement)==null||t.removeEventListener("wheel",this.wheelFunction)}down(t){if(!(this.viewport.pause||!this.viewport.visible)){if(t.pointerType==="mouse"?this.isMouseDown=!0:this.get(t.pointerId)||this.touches.push({id:t.pointerId,last:null}),this.count()===1){this.last=t.global.clone();const e=this.viewport.plugins.get("decelerate",!0),i=this.viewport.plugins.get("bounce",!0);(!e||!e.isActive())&&(!i||!i.isActive())?this.clickedAvailable=!0:this.clickedAvailable=!1}else this.clickedAvailable=!1;this.viewport.plugins.down(t)&&this.viewport.options.stopPropagation&&t.stopPropagation()}}clear(){this.isMouseDown=!1,this.touches=[],this.last=null}checkThreshold(t){return Math.abs(t)>=this.viewport.threshold}move(t){if(this.viewport.pause||!this.viewport.visible)return;const e=this.viewport.plugins.move(t);if(this.clickedAvailable&&this.last){const i=t.global.x-this.last.x,s=t.global.y-this.last.y;(this.checkThreshold(i)||this.checkThreshold(s))&&(this.clickedAvailable=!1)}e&&this.viewport.options.stopPropagation&&t.stopPropagation()}up(t){if(this.viewport.pause||!this.viewport.visible)return;t.pointerType==="mouse"&&(this.isMouseDown=!1),t.pointerType!=="mouse"&&this.remove(t.pointerId);const e=this.viewport.plugins.up(t);this.clickedAvailable&&this.count()===0&&this.last&&(this.viewport.emit("clicked",{event:t,screen:this.last,world:this.viewport.toWorld(this.last),viewport:this.viewport}),this.clickedAvailable=!1),e&&this.viewport.options.stopPropagation&&t.stopPropagation()}getPointerPosition(t){const e=new ct;return this.viewport.options.events.mapPositionToPoint(e,t.clientX,t.clientY),e}handleWheel(t){if(this.viewport.pause||!this.viewport.visible)return;const e=this.viewport.toLocal(this.getPointerPosition(t));this.viewport.left<=e.x&&e.x<=this.viewport.right&&this.viewport.top<=e.y&&e.y<=this.viewport.bottom&&this.viewport.plugins.wheel(t)&&!this.viewport.options.passiveWheel&&t.preventDefault()}pause(){this.touches=[],this.isMouseDown=!1}get(t){for(const e of this.touches)if(e.id===t)return e;return null}remove(t){for(let e=0;e<this.touches.length;e++)if(this.touches[e].id===t){this.touches.splice(e,1);return}}count(){return(this.isMouseDown?1:0)+this.touches.length}}const po=["drag","pinch","wheel","follow","mouse-edges","decelerate","animate","bounce","snap-zoom","clamp-zoom","snap","clamp"];class CC{constructor(t){this.viewport=t,this.list=[],this.plugins={}}add(t,e,i=po.length){const s=this.plugins[t];s&&s.destroy(),this.plugins[t]=e;const n=po.indexOf(t);n!==-1&&po.splice(n,1),po.splice(i,0,t),this.sort()}get(t,e){var i;return e&&(i=this.plugins[t])!=null&&i.paused?null:this.plugins[t]}update(t){for(const e of this.list)e.update(t)}resize(){for(const t of this.list)t.resize()}reset(){for(const t of this.list)t.reset()}removeAll(){this.list.forEach(t=>{t.destroy()}),this.plugins={},this.sort()}remove(t){var e;this.plugins[t]&&((e=this.plugins[t])==null||e.destroy(),delete this.plugins[t],this.viewport.emit("plugin-remove",t),this.sort())}pause(t){var e;(e=this.plugins[t])==null||e.pause()}resume(t){var e;(e=this.plugins[t])==null||e.resume()}sort(){this.list=[];for(const t of po)this.plugins[t]&&this.list.push(this.plugins[t])}down(t){let e=!1;for(const i of this.list)i.down(t)&&(e=!0);return e}move(t){let e=!1;for(const i of this.viewport.plugins.list)i.move(t)&&(e=!0);return e}up(t){let e=!1;for(const i of this.list)i.up(t)&&(e=!0);return e}wheel(t){let e=!1;for(const i of this.list)i.wheel(t)&&(e=!0);return e}}const EC={screenWidth:typeof window>"u"?0:window.innerWidth,screenHeight:typeof window>"u"?0:window.innerHeight,worldWidth:null,worldHeight:null,threshold:5,passiveWheel:!0,stopPropagation:!1,forceHitArea:null,noTicker:!1,disableOnContextMenu:!1,ticker:_e.shared,allowPreserveDragOutside:!1};class IC extends Tt{constructor(t){super(),this._disableOnContextMenu=e=>e.preventDefault(),this.options={...EC,...t},this.screenWidth=this.options.screenWidth,this.screenHeight=this.options.screenHeight,this._worldWidth=this.options.worldWidth,this._worldHeight=this.options.worldHeight,this.forceHitArea=this.options.forceHitArea,this.threshold=this.options.threshold,this.options.disableOnContextMenu&&this.options.events.domElement.addEventListener("contextmenu",this._disableOnContextMenu),this.options.noTicker||(this.tickerFunction=()=>this.update(this.options.ticker.elapsedMS),this.options.ticker.add(this.tickerFunction)),this.input=new SC(this),this.plugins=new CC(this)}destroy(t){var e;!this.options.noTicker&&this.tickerFunction&&this.options.ticker.remove(this.tickerFunction),this.options.disableOnContextMenu&&((e=this.options.events.domElement)==null||e.removeEventListener("contextmenu",this._disableOnContextMenu)),this.input.destroy(),super.destroy(t)}update(t){this.pause||(this.plugins.update(t),this.lastViewport&&(this.lastViewport.x!==this.x||this.lastViewport.y!==this.y?this.moving=!0:this.moving&&(this.emit("moved-end",this),this.moving=!1),this.lastViewport.scaleX!==this.scale.x||this.lastViewport.scaleY!==this.scale.y?this.zooming=!0:this.zooming&&(this.emit("zoomed-end",this),this.zooming=!1)),this.forceHitArea||(this._hitAreaDefault=new pt(this.left,this.top,this.worldScreenWidth,this.worldScreenHeight),this.hitArea=this._hitAreaDefault),this._dirty=this._dirty||!this.lastViewport||this.lastViewport.x!==this.x||this.lastViewport.y!==this.y||this.lastViewport.scaleX!==this.scale.x||this.lastViewport.scaleY!==this.scale.y,this.lastViewport={x:this.x,y:this.y,scaleX:this.scale.x,scaleY:this.scale.y},this.emit("frame-end",this))}resize(t=typeof window>"u"?0:window.innerWidth,e=typeof window>"u"?0:window.innerHeight,i,s){this.screenWidth=t,this.screenHeight=e,typeof i<"u"&&(this._worldWidth=i),typeof s<"u"&&(this._worldHeight=s),this.plugins.resize(),this.dirty=!0}get worldWidth(){return this._worldWidth?this._worldWidth:this.width/this.scale.x}set worldWidth(t){this._worldWidth=t,this.plugins.resize()}get worldHeight(){return this._worldHeight?this._worldHeight:this.height/this.scale.y}set worldHeight(t){this._worldHeight=t,this.plugins.resize()}getVisibleBounds(){return new pt(this.left,this.top,this.worldScreenWidth,this.worldScreenHeight)}toWorld(t,e){return arguments.length===2?this.toLocal(new ct(t,e)):this.toLocal(t)}toScreen(t,e){return arguments.length===2?this.toGlobal(new ct(t,e)):this.toGlobal(t)}get worldScreenWidth(){return this.screenWidth/this.scale.x}get worldScreenHeight(){return this.screenHeight/this.scale.y}get screenWorldWidth(){return this.worldWidth*this.scale.x}get screenWorldHeight(){return this.worldHeight*this.scale.y}get center(){return new ct(this.worldScreenWidth/2-this.x/this.scale.x,this.worldScreenHeight/2-this.y/this.scale.y)}set center(t){this.moveCenter(t)}moveCenter(...t){let e,i;typeof t[0]=="number"?(e=t[0],i=t[1]):(e=t[0].x,i=t[0].y);const s=(this.worldScreenWidth/2-e)*this.scale.x,n=(this.worldScreenHeight/2-i)*this.scale.y;return(this.x!==s||this.y!==n)&&(this.position.set(s,n),this.plugins.reset(),this.dirty=!0),this}get corner(){return new ct(-this.x/this.scale.x,-this.y/this.scale.y)}set corner(t){this.moveCorner(t)}moveCorner(...t){let e,i;return t.length===1?(e=-t[0].x*this.scale.x,i=-t[0].y*this.scale.y):(e=-t[0]*this.scale.x,i=-t[1]*this.scale.y),(e!==this.x||i!==this.y)&&(this.position.set(e,i),this.plugins.reset(),this.dirty=!0),this}get screenWidthInWorldPixels(){return this.screenWidth/this.scale.x}get screenHeightInWorldPixels(){return this.screenHeight/this.scale.y}findFitWidth(t){return this.screenWidth/t}findFitHeight(t){return this.screenHeight/t}findFit(t,e){const i=this.screenWidth/t,s=this.screenHeight/e;return Math.min(i,s)}findCover(t,e){const i=this.screenWidth/t,s=this.screenHeight/e;return Math.max(i,s)}fitWidth(t=this.worldWidth,e,i=!0,s){let n;e&&(n=this.center),this.scale.x=this.screenWidth/t,i&&(this.scale.y=this.scale.x);const o=this.plugins.get("clamp-zoom",!0);return!s&&o&&o.clamp(),e&&n&&this.moveCenter(n),this}fitHeight(t=this.worldHeight,e,i=!0,s){let n;e&&(n=this.center),this.scale.y=this.screenHeight/t,i&&(this.scale.x=this.scale.y);const o=this.plugins.get("clamp-zoom",!0);return!s&&o&&o.clamp(),e&&n&&this.moveCenter(n),this}fitWorld(t){let e;t&&(e=this.center),this.scale.x=this.screenWidth/this.worldWidth,this.scale.y=this.screenHeight/this.worldHeight,this.scale.x<this.scale.y?this.scale.y=this.scale.x:this.scale.x=this.scale.y;const i=this.plugins.get("clamp-zoom",!0);return i&&i.clamp(),t&&e&&this.moveCenter(e),this}fit(t,e=this.worldWidth,i=this.worldHeight){let s;t&&(s=this.center),this.scale.x=this.screenWidth/e,this.scale.y=this.screenHeight/i,this.scale.x<this.scale.y?this.scale.y=this.scale.x:this.scale.x=this.scale.y;const n=this.plugins.get("clamp-zoom",!0);return n&&n.clamp(),t&&s&&this.moveCenter(s),this}setZoom(t,e){let i;e&&(i=this.center),this.scale.set(t);const s=this.plugins.get("clamp-zoom",!0);return s&&s.clamp(),e&&i&&this.moveCenter(i),this}zoomPercent(t,e){return this.setZoom(this.scale.x+this.scale.x*t,e)}zoom(t,e){return this.fitWidth(t+this.worldScreenWidth,e),this}get scaled(){return this.scale.x}set scaled(t){this.setZoom(t,!0)}snapZoom(t){return this.plugins.add("snap-zoom",new vC(this,t)),this}OOB(){return{left:this.left<0,right:this.right>this.worldWidth,top:this.top<0,bottom:this.bottom>this.worldHeight,cornerPoint:new ct(this.worldWidth*this.scale.x-this.screenWidth,this.worldHeight*this.scale.y-this.screenHeight)}}get right(){return-this.x/this.scale.x+this.worldScreenWidth}set right(t){this.x=-t*this.scale.x+this.screenWidth,this.plugins.reset()}get left(){return-this.x/this.scale.x}set left(t){this.x=-t*this.scale.x,this.plugins.reset()}get top(){return-this.y/this.scale.y}set top(t){this.y=-t*this.scale.y,this.plugins.reset()}get bottom(){return-this.y/this.scale.y+this.worldScreenHeight}set bottom(t){this.y=-t*this.scale.y+this.screenHeight,this.plugins.reset()}get dirty(){return!!this._dirty}set dirty(t){this._dirty=t}get forceHitArea(){return this._forceHitArea}set forceHitArea(t){t?(this._forceHitArea=t,this.hitArea=t):(this._forceHitArea=null,this.hitArea=new pt(0,0,this.worldWidth,this.worldHeight))}drag(t){return this.plugins.add("drag",new uC(this,t)),this}clamp(t){return this.plugins.add("clamp",new nC(this,t)),this}decelerate(t){return this.plugins.add("decelerate",new lC(this,t)),this}bounce(t){return this.plugins.add("bounce",new rC(this,t)),this}pinch(t){return this.plugins.add("pinch",new yC(this,t)),this}snap(t,e,i){return this.plugins.add("snap",new xC(this,t,e,i)),this}follow(t,e){return this.plugins.add("follow",new fC(this,t,e)),this}wheel(t){return this.plugins.add("wheel",new TC(this,t)),this}animate(t){return this.plugins.add("animate",new eC(this,t)),this}clampZoom(t){return this.plugins.add("clamp-zoom",new aC(this,t)),this}mouseEdges(t){return this.plugins.add("mouse-edges",new mC(this,t)),this}get pause(){return!!this._pause}set pause(t){this._pause=t,this.lastViewport=null,this.moving=!1,this.zooming=!1,t&&this.input.pause()}ensureVisible(t,e,i,s,n){n&&(i>this.worldScreenWidth||s>this.worldScreenHeight)&&(this.fit(!0,i,s),this.emit("zoomed",{viewport:this,type:"ensureVisible"}));let o=!1;t<this.left?(this.left=t,o=!0):t+i>this.right&&(this.right=t+i,o=!0),e<this.top?(this.top=e,o=!0):e+s>this.bottom&&(this.bottom=e+s,o=!0),o&&this.emit("moved",{viewport:this,type:"ensureVisible"})}}const _h=1e3,Mg=Symbol.for("constructDateFrom");async function Rg(r,t){const e=await Mt();let i,s=null;async function n(){try{s=await e.fetch(r),t(s)}catch(a){console.error(a)}s&&!s.end_time&&(i=setTimeout(()=>n(),AC(s)))}function o(){clearTimeout(i)}return{start:n,stop:o}}function AC(r){const t=Math.floor(r.nodes.size/_h)*_h;return Math.max(_h,t)}function ir(r){if(r===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return r}function Pg(r,t){r.prototype=Object.create(t.prototype),r.prototype.constructor=r,r.__proto__=t}/*!
|
|
1160
1160
|
* GSAP 3.12.5
|
|
1161
1161
|
* https://gsap.com
|
|
1162
1162
|
*
|
|
@@ -1164,7 +1164,7 @@ void main(void)\r
|
|
|
1164
1164
|
* Subject to the terms at https://gsap.com/standard-license or for
|
|
1165
1165
|
* Club GSAP members, the agreement issued with that membership.
|
|
1166
1166
|
* @author: Jack Doyle, jack@greensock.com
|
|
1167
|
-
*/var De={autoSleep:120,force3D:"auto",nullTargetWarn:1,units:{lineHeight:""}},gs={duration:.5,overwrite:!1,delay:0},wu,me,Bt,ze=1e8,Gt=1/ze,Tu=Math.PI*2,QS=Tu/4,qS=0,hg=Math.sqrt,tC=Math.cos,eC=Math.sin,he=function(t){return typeof t=="string"},Kt=function(t){return typeof t=="function"},sr=function(t){return typeof t=="number"},Su=function(t){return typeof t>"u"},Gi=function(t){return typeof t=="object"},Ee=function(t){return t!==!1},Cu=function(){return typeof window<"u"},vl=function(t){return Kt(t)||he(t)},cg=typeof ArrayBuffer=="function"&&ArrayBuffer.isView||function(){},ge=Array.isArray,Eu=/(?:-?\.?\d|\.)+/gi,ug=/[-+=.]*\d+[.e\-+]*\d*[e\-+]*\d*/g,ys=/[-+=.]*\d+[.e-]*\d*[a-z%]*/g,Iu=/[-+=.]*\d+\.?\d*(?:e-|e\+)?\d*/gi,dg=/[+-]=-?[.\d]+/,fg=/[^,'"\[\]\s]+/gi,iC=/^[+\-=e\s\d]*\d+[.\d]*([a-z]*|%)\s*$/i,Zt,ki,Au,Mu,Ne={},wl={},pg,mg=function(t){return(wl=wn(t,Ne))&&Me},Ru=function(t,e){return console.warn("Invalid property",t,"set to",e,"Missing plugin? gsap.registerPlugin()")},yo=function(t,e){return!e&&console.warn(t)},gg=function(t,e){return t&&(Ne[t]=e)&&wl&&(wl[t]=e)||Ne},bo=function(){return 0},rC={suppressEvents:!0,isStart:!0,kill:!1},Tl={suppressEvents:!0,kill:!1},nC={suppressEvents:!0},Pu={},Dr=[],Lu={},yg,Oe={},Gu={},bg=30,Sl=[],ku="",Fu=function(t){var e=t[0],r,n;if(Gi(e)||Kt(e)||(t=[t]),!(r=(e._gsap||{}).harness)){for(n=Sl.length;n--&&!Sl[n].targetTest(e););r=Sl[n]}for(n=t.length;n--;)t[n]&&(t[n]._gsap||(t[n]._gsap=new zg(t[n],r)))||t.splice(n,1);return t},vn=function(t){return t._gsap||Fu(Je(t))[0]._gsap},xg=function(t,e,r){return(r=t[e])&&Kt(r)?t[e]():Su(r)&&t.getAttribute&&t.getAttribute(e)||r},Ie=function(t,e){return(t=t.split(",")).forEach(e)||t},jt=function(t){return Math.round(t*1e5)/1e5||0},ce=function(t){return Math.round(t*1e7)/1e7||0},bs=function(t,e){var r=e.charAt(0),n=parseFloat(e.substr(2));return t=parseFloat(t),r==="+"?t+n:r==="-"?t-n:r==="*"?t*n:t/n},sC=function(t,e){for(var r=e.length,n=0;t.indexOf(e[n])<0&&++n<r;);return n<r},Cl=function(){var t=Dr.length,e=Dr.slice(0),r,n;for(Lu={},Dr.length=0,r=0;r<t;r++)n=e[r],n&&n._lazy&&(n.render(n._lazy[0],n._lazy[1],!0)._lazy=0)},_g=function(t,e,r,n){Dr.length&&!me&&Cl(),t.render(e,r,me&&e<0&&(t._initted||t._startAt)),Dr.length&&!me&&Cl()},vg=function(t){var e=parseFloat(t);return(e||e===0)&&(t+"").match(fg).length<2?e:he(t)?t.trim():t},wg=function(t){return t},Ye=function(t,e){for(var r in e)r in t||(t[r]=e[r]);return t},oC=function(t){return function(e,r){for(var n in r)n in e||n==="duration"&&t||n==="ease"||(e[n]=r[n])}},wn=function(t,e){for(var r in e)t[r]=e[r];return t},Tg=function i(t,e){for(var r in e)r!=="__proto__"&&r!=="constructor"&&r!=="prototype"&&(t[r]=Gi(e[r])?i(t[r]||(t[r]={}),e[r]):e[r]);return t},El=function(t,e){var r={},n;for(n in t)n in e||(r[n]=t[n]);return r},xo=function(t){var e=t.parent||Zt,r=t.keyframes?oC(ge(t.keyframes)):Ye;if(Ee(t.inherit))for(;e;)r(t,e.vars.defaults),e=e.parent||e._dp;return t},aC=function(t,e){for(var r=t.length,n=r===e.length;n&&r--&&t[r]===e[r];);return r<0},Sg=function(t,e,r,n,s){var o=t[n],a;if(s)for(a=e[s];o&&o[s]>a;)o=o._prev;return o?(e._next=o._next,o._next=e):(e._next=t[r],t[r]=e),e._next?e._next._prev=e:t[n]=e,e._prev=o,e.parent=e._dp=t,e},Il=function(t,e,r,n){r===void 0&&(r="_first"),n===void 0&&(n="_last");var s=e._prev,o=e._next;s?s._next=o:t[r]===e&&(t[r]=o),o?o._prev=s:t[n]===e&&(t[n]=s),e._next=e._prev=e.parent=null},Nr=function(t,e){t.parent&&(!e||t.parent.autoRemoveChildren)&&t.parent.remove&&t.parent.remove(t),t._act=0},Tn=function(t,e){if(t&&(!e||e._end>t._dur||e._start<0))for(var r=t;r;)r._dirty=1,r=r.parent;return t},lC=function(t){for(var e=t.parent;e&&e.parent;)e._dirty=1,e.totalDuration(),e=e.parent;return t},Du=function(t,e,r,n){return t._startAt&&(me?t._startAt.revert(Tl):t.vars.immediateRender&&!t.vars.autoRevert||t._startAt.render(e,!0,n))},hC=function i(t){return!t||t._ts&&i(t.parent)},Cg=function(t){return t._repeat?xs(t._tTime,t=t.duration()+t._rDelay)*t:0},xs=function(t,e){var r=Math.floor(t/=e);return t&&r===t?r-1:r},Al=function(t,e){return(t-e._start)*e._ts+(e._ts>=0?0:e._dirty?e.totalDuration():e._tDur)},Ml=function(t){return t._end=ce(t._start+(t._tDur/Math.abs(t._ts||t._rts||Gt)||0))},Rl=function(t,e){var r=t._dp;return r&&r.smoothChildTiming&&t._ts&&(t._start=ce(r._time-(t._ts>0?e/t._ts:((t._dirty?t.totalDuration():t._tDur)-e)/-t._ts)),Ml(t),r._dirty||Tn(r,t)),t},Eg=function(t,e){var r;if((e._time||!e._dur&&e._initted||e._start<t._time&&(e._dur||!e.add))&&(r=Al(t.rawTime(),e),(!e._dur||vo(0,e.totalDuration(),r)-e._tTime>Gt)&&e.render(r,!0)),Tn(t,e)._dp&&t._initted&&t._time>=t._dur&&t._ts){if(t._dur<t.duration())for(r=t;r._dp;)r.rawTime()>=0&&r.totalTime(r._tTime),r=r._dp;t._zTime=-Gt}},Fi=function(t,e,r,n){return e.parent&&Nr(e),e._start=ce((sr(r)?r:r||t!==Zt?je(t,r,e):t._time)+e._delay),e._end=ce(e._start+(e.totalDuration()/Math.abs(e.timeScale())||0)),Sg(t,e,"_first","_last",t._sort?"_start":0),Nu(e)||(t._recent=e),n||Eg(t,e),t._ts<0&&Rl(t,t._tTime),t},Ig=function(t,e){return(Ne.ScrollTrigger||Ru("scrollTrigger",e))&&Ne.ScrollTrigger.create(e,t)},Ag=function(t,e,r,n,s){if(Ku(t,e,s),!t._initted)return 1;if(!r&&t._pt&&!me&&(t._dur&&t.vars.lazy!==!1||!t._dur&&t.vars.lazy)&&yg!==Ue.frame)return Dr.push(t),t._lazy=[s,n],1},cC=function i(t){var e=t.parent;return e&&e._ts&&e._initted&&!e._lock&&(e.rawTime()<0||i(e))},Nu=function(t){var e=t.data;return e==="isFromStart"||e==="isStart"},uC=function(t,e,r,n){var s=t.ratio,o=e<0||!e&&(!t._start&&cC(t)&&!(!t._initted&&Nu(t))||(t._ts<0||t._dp._ts<0)&&!Nu(t))?0:1,a=t._rDelay,l=0,h,c,u;if(a&&t._repeat&&(l=vo(0,t._tDur,e),c=xs(l,a),t._yoyo&&c&1&&(o=1-o),c!==xs(t._tTime,a)&&(s=1-o,t.vars.repeatRefresh&&t._initted&&t.invalidate())),o!==s||me||n||t._zTime===Gt||!e&&t._zTime){if(!t._initted&&Ag(t,e,n,r,l))return;for(u=t._zTime,t._zTime=e||(r?Gt:0),r||(r=e&&!u),t.ratio=o,t._from&&(o=1-o),t._time=0,t._tTime=l,h=t._pt;h;)h.r(o,h.d),h=h._next;e<0&&Du(t,e,r,!0),t._onUpdate&&!r&&Be(t,"onUpdate"),l&&t._repeat&&!r&&t.parent&&Be(t,"onRepeat"),(e>=t._tDur||e<0)&&t.ratio===o&&(o&&Nr(t,1),!r&&!me&&(Be(t,o?"onComplete":"onReverseComplete",!0),t._prom&&t._prom()))}else t._zTime||(t._zTime=e)},dC=function(t,e,r){var n;if(r>e)for(n=t._first;n&&n._start<=r;){if(n.data==="isPause"&&n._start>e)return n;n=n._next}else for(n=t._last;n&&n._start>=r;){if(n.data==="isPause"&&n._start<e)return n;n=n._prev}},_s=function(t,e,r,n){var s=t._repeat,o=ce(e)||0,a=t._tTime/t._tDur;return a&&!n&&(t._time*=o/t._dur),t._dur=o,t._tDur=s?s<0?1e10:ce(o*(s+1)+t._rDelay*s):o,a>0&&!n&&Rl(t,t._tTime=t._tDur*a),t.parent&&Ml(t),r||Tn(t.parent,t),t},Mg=function(t){return t instanceof Te?Tn(t):_s(t,t._dur)},fC={_start:0,endTime:bo,totalDuration:bo},je=function i(t,e,r){var n=t.labels,s=t._recent||fC,o=t.duration()>=ze?s.endTime(!1):t._dur,a,l,h;return he(e)&&(isNaN(e)||e in n)?(l=e.charAt(0),h=e.substr(-1)==="%",a=e.indexOf("="),l==="<"||l===">"?(a>=0&&(e=e.replace(/=/,"")),(l==="<"?s._start:s.endTime(s._repeat>=0))+(parseFloat(e.substr(1))||0)*(h?(a<0?s:r).totalDuration()/100:1)):a<0?(e in n||(n[e]=o),n[e]):(l=parseFloat(e.charAt(a-1)+e.substr(a+1)),h&&r&&(l=l/100*(ge(r)?r[0]:r).totalDuration()),a>1?i(t,e.substr(0,a-1),r)+l:o+l)):e==null?o:+e},_o=function(t,e,r){var n=sr(e[1]),s=(n?2:1)+(t<2?0:1),o=e[s],a,l;if(n&&(o.duration=e[1]),o.parent=r,t){for(a=o,l=r;l&&!("immediateRender"in a);)a=l.vars.defaults||{},l=Ee(l.vars.inherit)&&l.parent;o.immediateRender=Ee(a.immediateRender),t<2?o.runBackwards=1:o.startAt=e[s-1]}return new qt(e[0],o,e[s+1])},Or=function(t,e){return t||t===0?e(t):e},vo=function(t,e,r){return r<t?t:r>e?e:r},ye=function(t,e){return!he(t)||!(e=iC.exec(t))?"":e[1]},pC=function(t,e,r){return Or(r,function(n){return vo(t,e,n)})},Ou=[].slice,Rg=function(t,e){return t&&Gi(t)&&"length"in t&&(!e&&!t.length||t.length-1 in t&&Gi(t[0]))&&!t.nodeType&&t!==ki},mC=function(t,e,r){return r===void 0&&(r=[]),t.forEach(function(n){var s;return he(n)&&!e||Rg(n,1)?(s=r).push.apply(s,Je(n)):r.push(n)})||r},Je=function(t,e,r){return Bt&&!e&&Bt.selector?Bt.selector(t):he(t)&&!r&&(Au||!ws())?Ou.call((e||Mu).querySelectorAll(t),0):ge(t)?mC(t,r):Rg(t)?Ou.call(t,0):t?[t]:[]},Bu=function(t){return t=Je(t)[0]||yo("Invalid scope")||{},function(e){var r=t.current||t.nativeElement||t;return Je(e,r.querySelectorAll?r:r===t?yo("Invalid scope")||Mu.createElement("div"):t)}},Pg=function(t){return t.sort(function(){return .5-Math.random()})},Lg=function(t){if(Kt(t))return t;var e=Gi(t)?t:{each:t},r=Sn(e.ease),n=e.from||0,s=parseFloat(e.base)||0,o={},a=n>0&&n<1,l=isNaN(n)||a,h=e.axis,c=n,u=n;return he(n)?c=u={center:.5,edges:.5,end:1}[n]||0:!a&&l&&(c=n[0],u=n[1]),function(d,f,p){var m=(p||e).length,g=o[m],b,_,x,v,T,C,E,I,R;if(!g){if(R=e.grid==="auto"?0:(e.grid||[1,ze])[1],!R){for(E=-ze;E<(E=p[R++].getBoundingClientRect().left)&&R<m;);R<m&&R--}for(g=o[m]=[],b=l?Math.min(R,m)*c-.5:n%R,_=R===ze?0:l?m*u/R-.5:n/R|0,E=0,I=ze,C=0;C<m;C++)x=C%R-b,v=_-(C/R|0),g[C]=T=h?Math.abs(h==="y"?v:x):hg(x*x+v*v),T>E&&(E=T),T<I&&(I=T);n==="random"&&Pg(g),g.max=E-I,g.min=I,g.v=m=(parseFloat(e.amount)||parseFloat(e.each)*(R>m?m-1:h?h==="y"?m/R:R:Math.max(R,m/R))||0)*(n==="edges"?-1:1),g.b=m<0?s-m:s,g.u=ye(e.amount||e.each)||0,r=r&&m<0?Vg(r):r}return m=(g[d]-g.min)/g.max||0,ce(g.b+(r?r(m):m)*g.v)+g.u}},Uu=function(t){var e=Math.pow(10,((t+"").split(".")[1]||"").length);return function(r){var n=ce(Math.round(parseFloat(r)/t)*t*e);return(n-n%1)/e+(sr(r)?0:ye(r))}},Gg=function(t,e){var r=ge(t),n,s;return!r&&Gi(t)&&(n=r=t.radius||ze,t.values?(t=Je(t.values),(s=!sr(t[0]))&&(n*=n)):t=Uu(t.increment)),Or(e,r?Kt(t)?function(o){return s=t(o),Math.abs(s-o)<=n?s:o}:function(o){for(var a=parseFloat(s?o.x:o),l=parseFloat(s?o.y:0),h=ze,c=0,u=t.length,d,f;u--;)s?(d=t[u].x-a,f=t[u].y-l,d=d*d+f*f):d=Math.abs(t[u]-a),d<h&&(h=d,c=u);return c=!n||h<=n?t[c]:o,s||c===o||sr(o)?c:c+ye(o)}:Uu(t))},kg=function(t,e,r,n){return Or(ge(t)?!e:r===!0?!!(r=0):!n,function(){return ge(t)?t[~~(Math.random()*t.length)]:(r=r||1e-5)&&(n=r<1?Math.pow(10,(r+"").length-2):1)&&Math.floor(Math.round((t-r/2+Math.random()*(e-t+r*.99))/r)*r*n)/n})},gC=function(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(n){return e.reduce(function(s,o){return o(s)},n)}},yC=function(t,e){return function(r){return t(parseFloat(r))+(e||ye(r))}},bC=function(t,e,r){return Dg(t,e,0,1,r)},Fg=function(t,e,r){return Or(r,function(n){return t[~~e(n)]})},xC=function i(t,e,r){var n=e-t;return ge(t)?Fg(t,i(0,t.length),e):Or(r,function(s){return(n+(s-t)%n)%n+t})},_C=function i(t,e,r){var n=e-t,s=n*2;return ge(t)?Fg(t,i(0,t.length-1),e):Or(r,function(o){return o=(s+(o-t)%s)%s||0,t+(o>n?s-o:o)})},wo=function(t){for(var e=0,r="",n,s,o,a;~(n=t.indexOf("random(",e));)o=t.indexOf(")",n),a=t.charAt(n+7)==="[",s=t.substr(n+7,o-n-7).match(a?fg:Eu),r+=t.substr(e,n-e)+kg(a?s:+s[0],a?0:+s[1],+s[2]||1e-5),e=o+1;return r+t.substr(e,t.length-e)},Dg=function(t,e,r,n,s){var o=e-t,a=n-r;return Or(s,function(l){return r+((l-t)/o*a||0)})},vC=function i(t,e,r,n){var s=isNaN(t+e)?0:function(f){return(1-f)*t+f*e};if(!s){var o=he(t),a={},l,h,c,u,d;if(r===!0&&(n=1)&&(r=null),o)t={p:t},e={p:e};else if(ge(t)&&!ge(e)){for(c=[],u=t.length,d=u-2,h=1;h<u;h++)c.push(i(t[h-1],t[h]));u--,s=function(p){p*=u;var m=Math.min(d,~~p);return c[m](p-m)},r=e}else n||(t=wn(ge(t)?[]:{},t));if(!c){for(l in e)Vu.call(a,t,l,"get",e[l]);s=function(p){return ju(p,a)||(o?t.p:t)}}}return Or(r,s)},Ng=function(t,e,r){var n=t.labels,s=ze,o,a,l;for(o in n)a=n[o]-e,a<0==!!r&&a&&s>(a=Math.abs(a))&&(l=o,s=a);return l},Be=function(t,e,r){var n=t.vars,s=n[e],o=Bt,a=t._ctx,l,h,c;if(s)return l=n[e+"Params"],h=n.callbackScope||t,r&&Dr.length&&Cl(),a&&(Bt=a),c=l?s.apply(h,l):s.call(h),Bt=o,c},To=function(t){return Nr(t),t.scrollTrigger&&t.scrollTrigger.kill(!!me),t.progress()<1&&Be(t,"onInterrupt"),t},vs,Og=[],Bg=function(t){if(t)if(t=!t.name&&t.default||t,Cu()||t.headless){var e=t.name,r=Kt(t),n=e&&!r&&t.init?function(){this._props=[]}:t,s={init:bo,render:ju,add:Vu,kill:NC,modifier:DC,rawVars:0},o={targetTest:0,get:0,getSetter:Yu,aliases:{},register:0};if(ws(),t!==n){if(Oe[e])return;Ye(n,Ye(El(t,s),o)),wn(n.prototype,wn(s,El(t,o))),Oe[n.prop=e]=n,t.targetTest&&(Sl.push(n),Pu[e]=1),e=(e==="css"?"CSS":e.charAt(0).toUpperCase()+e.substr(1))+"Plugin"}gg(e,n),t.register&&t.register(Me,n,Ae)}else Og.push(t)},Pt=255,So={aqua:[0,Pt,Pt],lime:[0,Pt,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,Pt],navy:[0,0,128],white:[Pt,Pt,Pt],olive:[128,128,0],yellow:[Pt,Pt,0],orange:[Pt,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[Pt,0,0],pink:[Pt,192,203],cyan:[0,Pt,Pt],transparent:[Pt,Pt,Pt,0]},Xu=function(t,e,r){return t+=t<0?1:t>1?-1:0,(t*6<1?e+(r-e)*t*6:t<.5?r:t*3<2?e+(r-e)*(2/3-t)*6:e)*Pt+.5|0},Ug=function(t,e,r){var n=t?sr(t)?[t>>16,t>>8&Pt,t&Pt]:0:So.black,s,o,a,l,h,c,u,d,f,p;if(!n){if(t.substr(-1)===","&&(t=t.substr(0,t.length-1)),So[t])n=So[t];else if(t.charAt(0)==="#"){if(t.length<6&&(s=t.charAt(1),o=t.charAt(2),a=t.charAt(3),t="#"+s+s+o+o+a+a+(t.length===5?t.charAt(4)+t.charAt(4):"")),t.length===9)return n=parseInt(t.substr(1,6),16),[n>>16,n>>8&Pt,n&Pt,parseInt(t.substr(7),16)/255];t=parseInt(t.substr(1),16),n=[t>>16,t>>8&Pt,t&Pt]}else if(t.substr(0,3)==="hsl"){if(n=p=t.match(Eu),!e)l=+n[0]%360/360,h=+n[1]/100,c=+n[2]/100,o=c<=.5?c*(h+1):c+h-c*h,s=c*2-o,n.length>3&&(n[3]*=1),n[0]=Xu(l+1/3,s,o),n[1]=Xu(l,s,o),n[2]=Xu(l-1/3,s,o);else if(~t.indexOf("="))return n=t.match(ug),r&&n.length<4&&(n[3]=1),n}else n=t.match(Eu)||So.transparent;n=n.map(Number)}return e&&!p&&(s=n[0]/Pt,o=n[1]/Pt,a=n[2]/Pt,u=Math.max(s,o,a),d=Math.min(s,o,a),c=(u+d)/2,u===d?l=h=0:(f=u-d,h=c>.5?f/(2-u-d):f/(u+d),l=u===s?(o-a)/f+(o<a?6:0):u===o?(a-s)/f+2:(s-o)/f+4,l*=60),n[0]=~~(l+.5),n[1]=~~(h*100+.5),n[2]=~~(c*100+.5)),r&&n.length<4&&(n[3]=1),n},Xg=function(t){var e=[],r=[],n=-1;return t.split(Br).forEach(function(s){var o=s.match(ys)||[];e.push.apply(e,o),r.push(n+=o.length+1)}),e.c=r,e},Wg=function(t,e,r){var n="",s=(t+n).match(Br),o=e?"hsla(":"rgba(",a=0,l,h,c,u;if(!s)return t;if(s=s.map(function(d){return(d=Ug(d,e,1))&&o+(e?d[0]+","+d[1]+"%,"+d[2]+"%,"+d[3]:d.join(","))+")"}),r&&(c=Xg(t),l=r.c,l.join(n)!==c.c.join(n)))for(h=t.replace(Br,"1").split(ys),u=h.length-1;a<u;a++)n+=h[a]+(~l.indexOf(a)?s.shift()||o+"0,0,0,0)":(c.length?c:s.length?s:r).shift());if(!h)for(h=t.split(Br),u=h.length-1;a<u;a++)n+=h[a]+s[a];return n+h[u]},Br=function(){var i="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3,4}){1,2}\\b",t;for(t in So)i+="|"+t+"\\b";return new RegExp(i+")","gi")}(),wC=/hsl[a]?\(/,Zg=function(t){var e=t.join(" "),r;if(Br.lastIndex=0,Br.test(e))return r=wC.test(e),t[1]=Wg(t[1],r),t[0]=Wg(t[0],r,Xg(t[1])),!0},Co,Ue=function(){var i=Date.now,t=500,e=33,r=i(),n=r,s=1e3/240,o=s,a=[],l,h,c,u,d,f,p=function m(g){var b=i()-n,_=g===!0,x,v,T,C;if((b>t||b<0)&&(r+=b-e),n+=b,T=n-r,x=T-o,(x>0||_)&&(C=++u.frame,d=T-u.time*1e3,u.time=T=T/1e3,o+=x+(x>=s?4:s-x),v=1),_||(l=h(m)),v)for(f=0;f<a.length;f++)a[f](T,d,C,g)};return u={time:0,frame:0,tick:function(){p(!0)},deltaRatio:function(g){return d/(1e3/(g||60))},wake:function(){pg&&(!Au&&Cu()&&(ki=Au=window,Mu=ki.document||{},Ne.gsap=Me,(ki.gsapVersions||(ki.gsapVersions=[])).push(Me.version),mg(wl||ki.GreenSockGlobals||!ki.gsap&&ki||{}),Og.forEach(Bg)),c=typeof requestAnimationFrame<"u"&&requestAnimationFrame,l&&u.sleep(),h=c||function(g){return setTimeout(g,o-u.time*1e3+1|0)},Co=1,p(2))},sleep:function(){(c?cancelAnimationFrame:clearTimeout)(l),Co=0,h=bo},lagSmoothing:function(g,b){t=g||1/0,e=Math.min(b||33,t)},fps:function(g){s=1e3/(g||240),o=u.time*1e3+s},add:function(g,b,_){var x=b?function(v,T,C,E){g(v,T,C,E),u.remove(x)}:g;return u.remove(g),a[_?"unshift":"push"](x),ws(),x},remove:function(g,b){~(b=a.indexOf(g))&&a.splice(b,1)&&f>=b&&f--},_listeners:a},u}(),ws=function(){return!Co&&Ue.wake()},Ct={},TC=/^[\d.\-M][\d.\-,\s]/,SC=/["']/g,CC=function(t){for(var e={},r=t.substr(1,t.length-3).split(":"),n=r[0],s=1,o=r.length,a,l,h;s<o;s++)l=r[s],a=s!==o-1?l.lastIndexOf(","):l.length,h=l.substr(0,a),e[n]=isNaN(h)?h.replace(SC,"").trim():+h,n=l.substr(a+1).trim();return e},EC=function(t){var e=t.indexOf("(")+1,r=t.indexOf(")"),n=t.indexOf("(",e);return t.substring(e,~n&&n<r?t.indexOf(")",r+1):r)},IC=function(t){var e=(t+"").split("("),r=Ct[e[0]];return r&&e.length>1&&r.config?r.config.apply(null,~t.indexOf("{")?[CC(e[1])]:EC(t).split(",").map(vg)):Ct._CE&&TC.test(t)?Ct._CE("",t):r},Vg=function(t){return function(e){return 1-t(1-e)}},Hg=function i(t,e){for(var r=t._first,n;r;)r instanceof Te?i(r,e):r.vars.yoyoEase&&(!r._yoyo||!r._repeat)&&r._yoyo!==e&&(r.timeline?i(r.timeline,e):(n=r._ease,r._ease=r._yEase,r._yEase=n,r._yoyo=e)),r=r._next},Sn=function(t,e){return t&&(Kt(t)?t:Ct[t]||IC(t))||e},Cn=function(t,e,r,n){r===void 0&&(r=function(l){return 1-e(1-l)}),n===void 0&&(n=function(l){return l<.5?e(l*2)/2:1-e((1-l)*2)/2});var s={easeIn:e,easeOut:r,easeInOut:n},o;return Ie(t,function(a){Ct[a]=Ne[a]=s,Ct[o=a.toLowerCase()]=r;for(var l in s)Ct[o+(l==="easeIn"?".in":l==="easeOut"?".out":".inOut")]=Ct[a+"."+l]=s[l]}),s},Kg=function(t){return function(e){return e<.5?(1-t(1-e*2))/2:.5+t((e-.5)*2)/2}},Wu=function i(t,e,r){var n=e>=1?e:1,s=(r||(t?.3:.45))/(e<1?e:1),o=s/Tu*(Math.asin(1/n)||0),a=function(c){return c===1?1:n*Math.pow(2,-10*c)*eC((c-o)*s)+1},l=t==="out"?a:t==="in"?function(h){return 1-a(1-h)}:Kg(a);return s=Tu/s,l.config=function(h,c){return i(t,h,c)},l},Zu=function i(t,e){e===void 0&&(e=1.70158);var r=function(o){return o?--o*o*((e+1)*o+e)+1:0},n=t==="out"?r:t==="in"?function(s){return 1-r(1-s)}:Kg(r);return n.config=function(s){return i(t,s)},n};Ie("Linear,Quad,Cubic,Quart,Quint,Strong",function(i,t){var e=t<5?t+1:t;Cn(i+",Power"+(e-1),t?function(r){return Math.pow(r,e)}:function(r){return r},function(r){return 1-Math.pow(1-r,e)},function(r){return r<.5?Math.pow(r*2,e)/2:1-Math.pow((1-r)*2,e)/2})}),Ct.Linear.easeNone=Ct.none=Ct.Linear.easeIn,Cn("Elastic",Wu("in"),Wu("out"),Wu()),function(i,t){var e=1/t,r=2*e,n=2.5*e,s=function(a){return a<e?i*a*a:a<r?i*Math.pow(a-1.5/t,2)+.75:a<n?i*(a-=2.25/t)*a+.9375:i*Math.pow(a-2.625/t,2)+.984375};Cn("Bounce",function(o){return 1-s(1-o)},s)}(7.5625,2.75),Cn("Expo",function(i){return i?Math.pow(2,10*(i-1)):0}),Cn("Circ",function(i){return-(hg(1-i*i)-1)}),Cn("Sine",function(i){return i===1?1:-tC(i*QS)+1}),Cn("Back",Zu("in"),Zu("out"),Zu()),Ct.SteppedEase=Ct.steps=Ne.SteppedEase={config:function(t,e){t===void 0&&(t=1);var r=1/t,n=t+(e?0:1),s=e?1:0,o=1-Gt;return function(a){return((n*vo(0,o,a)|0)+s)*r}}},gs.ease=Ct["quad.out"],Ie("onComplete,onUpdate,onStart,onRepeat,onReverseComplete,onInterrupt",function(i){return ku+=i+","+i+"Params,"});var zg=function(t,e){this.id=qS++,t._gsap=this,this.target=t,this.harness=e,this.get=e?e.get:xg,this.set=e?e.getSetter:Yu},Eo=function(){function i(e){this.vars=e,this._delay=+e.delay||0,(this._repeat=e.repeat===1/0?-2:e.repeat||0)&&(this._rDelay=e.repeatDelay||0,this._yoyo=!!e.yoyo||!!e.yoyoEase),this._ts=1,_s(this,+e.duration,1,1),this.data=e.data,Bt&&(this._ctx=Bt,Bt.data.push(this)),Co||Ue.wake()}var t=i.prototype;return t.delay=function(r){return r||r===0?(this.parent&&this.parent.smoothChildTiming&&this.startTime(this._start+r-this._delay),this._delay=r,this):this._delay},t.duration=function(r){return arguments.length?this.totalDuration(this._repeat>0?r+(r+this._rDelay)*this._repeat:r):this.totalDuration()&&this._dur},t.totalDuration=function(r){return arguments.length?(this._dirty=0,_s(this,this._repeat<0?r:(r-this._repeat*this._rDelay)/(this._repeat+1))):this._tDur},t.totalTime=function(r,n){if(ws(),!arguments.length)return this._tTime;var s=this._dp;if(s&&s.smoothChildTiming&&this._ts){for(Rl(this,r),!s._dp||s.parent||Eg(s,this);s&&s.parent;)s.parent._time!==s._start+(s._ts>=0?s._tTime/s._ts:(s.totalDuration()-s._tTime)/-s._ts)&&s.totalTime(s._tTime,!0),s=s.parent;!this.parent&&this._dp.autoRemoveChildren&&(this._ts>0&&r<this._tDur||this._ts<0&&r>0||!this._tDur&&!r)&&Fi(this._dp,this,this._start-this._delay)}return(this._tTime!==r||!this._dur&&!n||this._initted&&Math.abs(this._zTime)===Gt||!r&&!this._initted&&(this.add||this._ptLookup))&&(this._ts||(this._pTime=r),_g(this,r,n)),this},t.time=function(r,n){return arguments.length?this.totalTime(Math.min(this.totalDuration(),r+Cg(this))%(this._dur+this._rDelay)||(r?this._dur:0),n):this._time},t.totalProgress=function(r,n){return arguments.length?this.totalTime(this.totalDuration()*r,n):this.totalDuration()?Math.min(1,this._tTime/this._tDur):this.rawTime()>0?1:0},t.progress=function(r,n){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&!(this.iteration()&1)?1-r:r)+Cg(this),n):this.duration()?Math.min(1,this._time/this._dur):this.rawTime()>0?1:0},t.iteration=function(r,n){var s=this.duration()+this._rDelay;return arguments.length?this.totalTime(this._time+(r-1)*s,n):this._repeat?xs(this._tTime,s)+1:1},t.timeScale=function(r,n){if(!arguments.length)return this._rts===-Gt?0:this._rts;if(this._rts===r)return this;var s=this.parent&&this._ts?Al(this.parent._time,this):this._tTime;return this._rts=+r||0,this._ts=this._ps||r===-Gt?0:this._rts,this.totalTime(vo(-Math.abs(this._delay),this._tDur,s),n!==!1),Ml(this),lC(this)},t.paused=function(r){return arguments.length?(this._ps!==r&&(this._ps=r,r?(this._pTime=this._tTime||Math.max(-this._delay,this.rawTime()),this._ts=this._act=0):(ws(),this._ts=this._rts,this.totalTime(this.parent&&!this.parent.smoothChildTiming?this.rawTime():this._tTime||this._pTime,this.progress()===1&&Math.abs(this._zTime)!==Gt&&(this._tTime-=Gt)))),this):this._ps},t.startTime=function(r){if(arguments.length){this._start=r;var n=this.parent||this._dp;return n&&(n._sort||!this.parent)&&Fi(n,this,r-this._delay),this}return this._start},t.endTime=function(r){return this._start+(Ee(r)?this.totalDuration():this.duration())/Math.abs(this._ts||1)},t.rawTime=function(r){var n=this.parent||this._dp;return n?r&&(!this._ts||this._repeat&&this._time&&this.totalProgress()<1)?this._tTime%(this._dur+this._rDelay):this._ts?Al(n.rawTime(r),this):this._tTime:this._tTime},t.revert=function(r){r===void 0&&(r=nC);var n=me;return me=r,(this._initted||this._startAt)&&(this.timeline&&this.timeline.revert(r),this.totalTime(-.01,r.suppressEvents)),this.data!=="nested"&&r.kill!==!1&&this.kill(),me=n,this},t.globalTime=function(r){for(var n=this,s=arguments.length?r:n.rawTime();n;)s=n._start+s/(Math.abs(n._ts)||1),n=n._dp;return!this.parent&&this._sat?this._sat.globalTime(r):s},t.repeat=function(r){return arguments.length?(this._repeat=r===1/0?-2:r,Mg(this)):this._repeat===-2?1/0:this._repeat},t.repeatDelay=function(r){if(arguments.length){var n=this._time;return this._rDelay=r,Mg(this),n?this.time(n):this}return this._rDelay},t.yoyo=function(r){return arguments.length?(this._yoyo=r,this):this._yoyo},t.seek=function(r,n){return this.totalTime(je(this,r),Ee(n))},t.restart=function(r,n){return this.play().totalTime(r?-this._delay:0,Ee(n))},t.play=function(r,n){return r!=null&&this.seek(r,n),this.reversed(!1).paused(!1)},t.reverse=function(r,n){return r!=null&&this.seek(r||this.totalDuration(),n),this.reversed(!0).paused(!1)},t.pause=function(r,n){return r!=null&&this.seek(r,n),this.paused(!0)},t.resume=function(){return this.paused(!1)},t.reversed=function(r){return arguments.length?(!!r!==this.reversed()&&this.timeScale(-this._rts||(r?-Gt:0)),this):this._rts<0},t.invalidate=function(){return this._initted=this._act=0,this._zTime=-Gt,this},t.isActive=function(){var r=this.parent||this._dp,n=this._start,s;return!!(!r||this._ts&&this._initted&&r.isActive()&&(s=r.rawTime(!0))>=n&&s<this.endTime(!0)-Gt)},t.eventCallback=function(r,n,s){var o=this.vars;return arguments.length>1?(n?(o[r]=n,s&&(o[r+"Params"]=s),r==="onUpdate"&&(this._onUpdate=n)):delete o[r],this):o[r]},t.then=function(r){var n=this;return new Promise(function(s){var o=Kt(r)?r:wg,a=function(){var h=n.then;n.then=null,Kt(o)&&(o=o(n))&&(o.then||o===n)&&(n.then=h),s(o),n.then=h};n._initted&&n.totalProgress()===1&&n._ts>=0||!n._tTime&&n._ts<0?a():n._prom=a})},t.kill=function(){To(this)},i}();Ye(Eo.prototype,{_time:0,_start:0,_end:0,_tTime:0,_tDur:0,_dirty:0,_repeat:0,_yoyo:!1,parent:null,_initted:!1,_rDelay:0,_ts:1,_dp:0,ratio:0,_zTime:-Gt,_prom:0,_ps:!1,_rts:1});var Te=function(i){lg(t,i);function t(r,n){var s;return r===void 0&&(r={}),s=i.call(this,r)||this,s.labels={},s.smoothChildTiming=!!r.smoothChildTiming,s.autoRemoveChildren=!!r.autoRemoveChildren,s._sort=Ee(r.sortChildren),Zt&&Fi(r.parent||Zt,nr(s),n),r.reversed&&s.reverse(),r.paused&&s.paused(!0),r.scrollTrigger&&Ig(nr(s),r.scrollTrigger),s}var e=t.prototype;return e.to=function(n,s,o){return _o(0,arguments,this),this},e.from=function(n,s,o){return _o(1,arguments,this),this},e.fromTo=function(n,s,o,a){return _o(2,arguments,this),this},e.set=function(n,s,o){return s.duration=0,s.parent=this,xo(s).repeatDelay||(s.repeat=0),s.immediateRender=!!s.immediateRender,new qt(n,s,je(this,o),1),this},e.call=function(n,s,o){return Fi(this,qt.delayedCall(0,n,s),o)},e.staggerTo=function(n,s,o,a,l,h,c){return o.duration=s,o.stagger=o.stagger||a,o.onComplete=h,o.onCompleteParams=c,o.parent=this,new qt(n,o,je(this,l)),this},e.staggerFrom=function(n,s,o,a,l,h,c){return o.runBackwards=1,xo(o).immediateRender=Ee(o.immediateRender),this.staggerTo(n,s,o,a,l,h,c)},e.staggerFromTo=function(n,s,o,a,l,h,c,u){return a.startAt=o,xo(a).immediateRender=Ee(a.immediateRender),this.staggerTo(n,s,a,l,h,c,u)},e.render=function(n,s,o){var a=this._time,l=this._dirty?this.totalDuration():this._tDur,h=this._dur,c=n<=0?0:ce(n),u=this._zTime<0!=n<0&&(this._initted||!h),d,f,p,m,g,b,_,x,v,T,C,E;if(this!==Zt&&c>l&&n>=0&&(c=l),c!==this._tTime||o||u){if(a!==this._time&&h&&(c+=this._time-a,n+=this._time-a),d=c,v=this._start,x=this._ts,b=!x,u&&(h||(a=this._zTime),(n||!s)&&(this._zTime=n)),this._repeat){if(C=this._yoyo,g=h+this._rDelay,this._repeat<-1&&n<0)return this.totalTime(g*100+n,s,o);if(d=ce(c%g),c===l?(m=this._repeat,d=h):(m=~~(c/g),m&&m===c/g&&(d=h,m--),d>h&&(d=h)),T=xs(this._tTime,g),!a&&this._tTime&&T!==m&&this._tTime-T*g-this._dur<=0&&(T=m),C&&m&1&&(d=h-d,E=1),m!==T&&!this._lock){var I=C&&T&1,R=I===(C&&m&1);if(m<T&&(I=!I),a=I?0:c%h?h:c,this._lock=1,this.render(a||(E?0:ce(m*g)),s,!h)._lock=0,this._tTime=c,!s&&this.parent&&Be(this,"onRepeat"),this.vars.repeatRefresh&&!E&&(this.invalidate()._lock=1),a&&a!==this._time||b!==!this._ts||this.vars.onRepeat&&!this.parent&&!this._act)return this;if(h=this._dur,l=this._tDur,R&&(this._lock=2,a=I?h:-1e-4,this.render(a,!0),this.vars.repeatRefresh&&!E&&this.invalidate()),this._lock=0,!this._ts&&!b)return this;Hg(this,E)}}if(this._hasPause&&!this._forcing&&this._lock<2&&(_=dC(this,ce(a),ce(d)),_&&(c-=d-(d=_._start))),this._tTime=c,this._time=d,this._act=!x,this._initted||(this._onUpdate=this.vars.onUpdate,this._initted=1,this._zTime=n,a=0),!a&&d&&!s&&!m&&(Be(this,"onStart"),this._tTime!==c))return this;if(d>=a&&n>=0)for(f=this._first;f;){if(p=f._next,(f._act||d>=f._start)&&f._ts&&_!==f){if(f.parent!==this)return this.render(n,s,o);if(f.render(f._ts>0?(d-f._start)*f._ts:(f._dirty?f.totalDuration():f._tDur)+(d-f._start)*f._ts,s,o),d!==this._time||!this._ts&&!b){_=0,p&&(c+=this._zTime=-Gt);break}}f=p}else{f=this._last;for(var F=n<0?n:d;f;){if(p=f._prev,(f._act||F<=f._end)&&f._ts&&_!==f){if(f.parent!==this)return this.render(n,s,o);if(f.render(f._ts>0?(F-f._start)*f._ts:(f._dirty?f.totalDuration():f._tDur)+(F-f._start)*f._ts,s,o||me&&(f._initted||f._startAt)),d!==this._time||!this._ts&&!b){_=0,p&&(c+=this._zTime=F?-Gt:Gt);break}}f=p}}if(_&&!s&&(this.pause(),_.render(d>=a?0:-Gt)._zTime=d>=a?1:-1,this._ts))return this._start=v,Ml(this),this.render(n,s,o);this._onUpdate&&!s&&Be(this,"onUpdate",!0),(c===l&&this._tTime>=this.totalDuration()||!c&&a)&&(v===this._start||Math.abs(x)!==Math.abs(this._ts))&&(this._lock||((n||!h)&&(c===l&&this._ts>0||!c&&this._ts<0)&&Nr(this,1),!s&&!(n<0&&!a)&&(c||a||!l)&&(Be(this,c===l&&n>=0?"onComplete":"onReverseComplete",!0),this._prom&&!(c<l&&this.timeScale()>0)&&this._prom())))}return this},e.add=function(n,s){var o=this;if(sr(s)||(s=je(this,s,n)),!(n instanceof Eo)){if(ge(n))return n.forEach(function(a){return o.add(a,s)}),this;if(he(n))return this.addLabel(n,s);if(Kt(n))n=qt.delayedCall(0,n);else return this}return this!==n?Fi(this,n,s):this},e.getChildren=function(n,s,o,a){n===void 0&&(n=!0),s===void 0&&(s=!0),o===void 0&&(o=!0),a===void 0&&(a=-ze);for(var l=[],h=this._first;h;)h._start>=a&&(h instanceof qt?s&&l.push(h):(o&&l.push(h),n&&l.push.apply(l,h.getChildren(!0,s,o)))),h=h._next;return l},e.getById=function(n){for(var s=this.getChildren(1,1,1),o=s.length;o--;)if(s[o].vars.id===n)return s[o]},e.remove=function(n){return he(n)?this.removeLabel(n):Kt(n)?this.killTweensOf(n):(Il(this,n),n===this._recent&&(this._recent=this._last),Tn(this))},e.totalTime=function(n,s){return arguments.length?(this._forcing=1,!this._dp&&this._ts&&(this._start=ce(Ue.time-(this._ts>0?n/this._ts:(this.totalDuration()-n)/-this._ts))),i.prototype.totalTime.call(this,n,s),this._forcing=0,this):this._tTime},e.addLabel=function(n,s){return this.labels[n]=je(this,s),this},e.removeLabel=function(n){return delete this.labels[n],this},e.addPause=function(n,s,o){var a=qt.delayedCall(0,s||bo,o);return a.data="isPause",this._hasPause=1,Fi(this,a,je(this,n))},e.removePause=function(n){var s=this._first;for(n=je(this,n);s;)s._start===n&&s.data==="isPause"&&Nr(s),s=s._next},e.killTweensOf=function(n,s,o){for(var a=this.getTweensOf(n,o),l=a.length;l--;)Ur!==a[l]&&a[l].kill(n,s);return this},e.getTweensOf=function(n,s){for(var o=[],a=Je(n),l=this._first,h=sr(s),c;l;)l instanceof qt?sC(l._targets,a)&&(h?(!Ur||l._initted&&l._ts)&&l.globalTime(0)<=s&&l.globalTime(l.totalDuration())>s:!s||l.isActive())&&o.push(l):(c=l.getTweensOf(a,s)).length&&o.push.apply(o,c),l=l._next;return o},e.tweenTo=function(n,s){s=s||{};var o=this,a=je(o,n),l=s,h=l.startAt,c=l.onStart,u=l.onStartParams,d=l.immediateRender,f,p=qt.to(o,Ye({ease:s.ease||"none",lazy:!1,immediateRender:!1,time:a,overwrite:"auto",duration:s.duration||Math.abs((a-(h&&"time"in h?h.time:o._time))/o.timeScale())||Gt,onStart:function(){if(o.pause(),!f){var g=s.duration||Math.abs((a-(h&&"time"in h?h.time:o._time))/o.timeScale());p._dur!==g&&_s(p,g,0,1).render(p._time,!0,!0),f=1}c&&c.apply(p,u||[])}},s));return d?p.render(0):p},e.tweenFromTo=function(n,s,o){return this.tweenTo(s,Ye({startAt:{time:je(this,n)}},o))},e.recent=function(){return this._recent},e.nextLabel=function(n){return n===void 0&&(n=this._time),Ng(this,je(this,n))},e.previousLabel=function(n){return n===void 0&&(n=this._time),Ng(this,je(this,n),1)},e.currentLabel=function(n){return arguments.length?this.seek(n,!0):this.previousLabel(this._time+Gt)},e.shiftChildren=function(n,s,o){o===void 0&&(o=0);for(var a=this._first,l=this.labels,h;a;)a._start>=o&&(a._start+=n,a._end+=n),a=a._next;if(s)for(h in l)l[h]>=o&&(l[h]+=n);return Tn(this)},e.invalidate=function(n){var s=this._first;for(this._lock=0;s;)s.invalidate(n),s=s._next;return i.prototype.invalidate.call(this,n)},e.clear=function(n){n===void 0&&(n=!0);for(var s=this._first,o;s;)o=s._next,this.remove(s),s=o;return this._dp&&(this._time=this._tTime=this._pTime=0),n&&(this.labels={}),Tn(this)},e.totalDuration=function(n){var s=0,o=this,a=o._last,l=ze,h,c,u;if(arguments.length)return o.timeScale((o._repeat<0?o.duration():o.totalDuration())/(o.reversed()?-n:n));if(o._dirty){for(u=o.parent;a;)h=a._prev,a._dirty&&a.totalDuration(),c=a._start,c>l&&o._sort&&a._ts&&!o._lock?(o._lock=1,Fi(o,a,c-a._delay,1)._lock=0):l=c,c<0&&a._ts&&(s-=c,(!u&&!o._dp||u&&u.smoothChildTiming)&&(o._start+=c/o._ts,o._time-=c,o._tTime-=c),o.shiftChildren(-c,!1,-1/0),l=0),a._end>s&&a._ts&&(s=a._end),a=h;_s(o,o===Zt&&o._time>s?o._time:s,1,1),o._dirty=0}return o._tDur},t.updateRoot=function(n){if(Zt._ts&&(_g(Zt,Al(n,Zt)),yg=Ue.frame),Ue.frame>=bg){bg+=De.autoSleep||120;var s=Zt._first;if((!s||!s._ts)&&De.autoSleep&&Ue._listeners.length<2){for(;s&&!s._ts;)s=s._next;s||Ue.sleep()}}},t}(Eo);Ye(Te.prototype,{_lock:0,_hasPause:0,_forcing:0});var AC=function(t,e,r,n,s,o,a){var l=new Ae(this._pt,t,e,0,1,qg,null,s),h=0,c=0,u,d,f,p,m,g,b,_;for(l.b=r,l.e=n,r+="",n+="",(b=~n.indexOf("random("))&&(n=wo(n)),o&&(_=[r,n],o(_,t,e),r=_[0],n=_[1]),d=r.match(Iu)||[];u=Iu.exec(n);)p=u[0],m=n.substring(h,u.index),f?f=(f+1)%5:m.substr(-5)==="rgba("&&(f=1),p!==d[c++]&&(g=parseFloat(d[c-1])||0,l._pt={_next:l._pt,p:m||c===1?m:",",s:g,c:p.charAt(1)==="="?bs(g,p)-g:parseFloat(p)-g,m:f&&f<4?Math.round:0},h=Iu.lastIndex);return l.c=h<n.length?n.substring(h,n.length):"",l.fp=a,(dg.test(n)||b)&&(l.e=0),this._pt=l,l},Vu=function(t,e,r,n,s,o,a,l,h,c){Kt(n)&&(n=n(s||0,t,o));var u=t[e],d=r!=="get"?r:Kt(u)?h?t[e.indexOf("set")||!Kt(t["get"+e.substr(3)])?e:"get"+e.substr(3)](h):t[e]():u,f=Kt(u)?h?GC:$g:zu,p;if(he(n)&&(~n.indexOf("random(")&&(n=wo(n)),n.charAt(1)==="="&&(p=bs(d,n)+(ye(d)||0),(p||p===0)&&(n=p))),!c||d!==n||Hu)return!isNaN(d*n)&&n!==""?(p=new Ae(this._pt,t,e,+d||0,n-(d||0),typeof u=="boolean"?FC:Qg,0,f),h&&(p.fp=h),a&&p.modifier(a,this,t),this._pt=p):(!u&&!(e in t)&&Ru(e,n),AC.call(this,t,e,d,n,f,l||De.stringFilter,h))},MC=function(t,e,r,n,s){if(Kt(t)&&(t=Io(t,s,e,r,n)),!Gi(t)||t.style&&t.nodeType||ge(t)||cg(t))return he(t)?Io(t,s,e,r,n):t;var o={},a;for(a in t)o[a]=Io(t[a],s,e,r,n);return o},Yg=function(t,e,r,n,s,o){var a,l,h,c;if(Oe[t]&&(a=new Oe[t]).init(s,a.rawVars?e[t]:MC(e[t],n,s,o,r),r,n,o)!==!1&&(r._pt=l=new Ae(r._pt,s,t,0,1,a.render,a,0,a.priority),r!==vs))for(h=r._ptLookup[r._targets.indexOf(s)],c=a._props.length;c--;)h[a._props[c]]=l;return a},Ur,Hu,Ku=function i(t,e,r){var n=t.vars,s=n.ease,o=n.startAt,a=n.immediateRender,l=n.lazy,h=n.onUpdate,c=n.runBackwards,u=n.yoyoEase,d=n.keyframes,f=n.autoRevert,p=t._dur,m=t._startAt,g=t._targets,b=t.parent,_=b&&b.data==="nested"?b.vars.targets:g,x=t._overwrite==="auto"&&!wu,v=t.timeline,T,C,E,I,R,F,k,P,A,G,N,X,B;if(v&&(!d||!s)&&(s="none"),t._ease=Sn(s,gs.ease),t._yEase=u?Vg(Sn(u===!0?s:u,gs.ease)):0,u&&t._yoyo&&!t._repeat&&(u=t._yEase,t._yEase=t._ease,t._ease=u),t._from=!v&&!!n.runBackwards,!v||d&&!n.stagger){if(P=g[0]?vn(g[0]).harness:0,X=P&&n[P.prop],T=El(n,Pu),m&&(m._zTime<0&&m.progress(1),e<0&&c&&a&&!f?m.render(-1,!0):m.revert(c&&p?Tl:rC),m._lazy=0),o){if(Nr(t._startAt=qt.set(g,Ye({data:"isStart",overwrite:!1,parent:b,immediateRender:!0,lazy:!m&&Ee(l),startAt:null,delay:0,onUpdate:h&&function(){return Be(t,"onUpdate")},stagger:0},o))),t._startAt._dp=0,t._startAt._sat=t,e<0&&(me||!a&&!f)&&t._startAt.revert(Tl),a&&p&&e<=0&&r<=0){e&&(t._zTime=e);return}}else if(c&&p&&!m){if(e&&(a=!1),E=Ye({overwrite:!1,data:"isFromStart",lazy:a&&!m&&Ee(l),immediateRender:a,stagger:0,parent:b},T),X&&(E[P.prop]=X),Nr(t._startAt=qt.set(g,E)),t._startAt._dp=0,t._startAt._sat=t,e<0&&(me?t._startAt.revert(Tl):t._startAt.render(-1,!0)),t._zTime=e,!a)i(t._startAt,Gt,Gt);else if(!e)return}for(t._pt=t._ptCache=0,l=p&&Ee(l)||l&&!p,C=0;C<g.length;C++){if(R=g[C],k=R._gsap||Fu(g)[C]._gsap,t._ptLookup[C]=G={},Lu[k.id]&&Dr.length&&Cl(),N=_===g?C:_.indexOf(R),P&&(A=new P).init(R,X||T,t,N,_)!==!1&&(t._pt=I=new Ae(t._pt,R,A.name,0,1,A.render,A,0,A.priority),A._props.forEach(function(H){G[H]=I}),A.priority&&(F=1)),!P||X)for(E in T)Oe[E]&&(A=Yg(E,T,t,N,R,_))?A.priority&&(F=1):G[E]=I=Vu.call(t,R,E,"get",T[E],N,_,0,n.stringFilter);t._op&&t._op[C]&&t.kill(R,t._op[C]),x&&t._pt&&(Ur=t,Zt.killTweensOf(R,G,t.globalTime(e)),B=!t.parent,Ur=0),t._pt&&l&&(Lu[k.id]=1)}F&&t1(t),t._onInit&&t._onInit(t)}t._onUpdate=h,t._initted=(!t._op||t._pt)&&!B,d&&e<=0&&v.render(ze,!0,!0)},RC=function(t,e,r,n,s,o,a,l){var h=(t._pt&&t._ptCache||(t._ptCache={}))[e],c,u,d,f;if(!h)for(h=t._ptCache[e]=[],d=t._ptLookup,f=t._targets.length;f--;){if(c=d[f][e],c&&c.d&&c.d._pt)for(c=c.d._pt;c&&c.p!==e&&c.fp!==e;)c=c._next;if(!c)return Hu=1,t.vars[e]="+=0",Ku(t,a),Hu=0,l?yo(e+" not eligible for reset"):1;h.push(c)}for(f=h.length;f--;)u=h[f],c=u._pt||u,c.s=(n||n===0)&&!s?n:c.s+(n||0)+o*c.c,c.c=r-c.s,u.e&&(u.e=jt(r)+ye(u.e)),u.b&&(u.b=c.s+ye(u.b))},PC=function(t,e){var r=t[0]?vn(t[0]).harness:0,n=r&&r.aliases,s,o,a,l;if(!n)return e;s=wn({},e);for(o in n)if(o in s)for(l=n[o].split(","),a=l.length;a--;)s[l[a]]=s[o];return s},LC=function(t,e,r,n){var s=e.ease||n||"power1.inOut",o,a;if(ge(e))a=r[t]||(r[t]=[]),e.forEach(function(l,h){return a.push({t:h/(e.length-1)*100,v:l,e:s})});else for(o in e)a=r[o]||(r[o]=[]),o==="ease"||a.push({t:parseFloat(t),v:e[o],e:s})},Io=function(t,e,r,n,s){return Kt(t)?t.call(e,r,n,s):he(t)&&~t.indexOf("random(")?wo(t):t},jg=ku+"repeat,repeatDelay,yoyo,repeatRefresh,yoyoEase,autoRevert",Jg={};Ie(jg+",id,stagger,delay,duration,paused,scrollTrigger",function(i){return Jg[i]=1});var qt=function(i){lg(t,i);function t(r,n,s,o){var a;typeof n=="number"&&(s.duration=n,n=s,s=null),a=i.call(this,o?n:xo(n))||this;var l=a.vars,h=l.duration,c=l.delay,u=l.immediateRender,d=l.stagger,f=l.overwrite,p=l.keyframes,m=l.defaults,g=l.scrollTrigger,b=l.yoyoEase,_=n.parent||Zt,x=(ge(r)||cg(r)?sr(r[0]):"length"in n)?[r]:Je(r),v,T,C,E,I,R,F,k;if(a._targets=x.length?Fu(x):yo("GSAP target "+r+" not found. https://gsap.com",!De.nullTargetWarn)||[],a._ptLookup=[],a._overwrite=f,p||d||vl(h)||vl(c)){if(n=a.vars,v=a.timeline=new Te({data:"nested",defaults:m||{},targets:_&&_.data==="nested"?_.vars.targets:x}),v.kill(),v.parent=v._dp=nr(a),v._start=0,d||vl(h)||vl(c)){if(E=x.length,F=d&&Lg(d),Gi(d))for(I in d)~jg.indexOf(I)&&(k||(k={}),k[I]=d[I]);for(T=0;T<E;T++)C=El(n,Jg),C.stagger=0,b&&(C.yoyoEase=b),k&&wn(C,k),R=x[T],C.duration=+Io(h,nr(a),T,R,x),C.delay=(+Io(c,nr(a),T,R,x)||0)-a._delay,!d&&E===1&&C.delay&&(a._delay=c=C.delay,a._start+=c,C.delay=0),v.to(R,C,F?F(T,R,x):0),v._ease=Ct.none;v.duration()?h=c=0:a.timeline=0}else if(p){xo(Ye(v.vars.defaults,{ease:"none"})),v._ease=Sn(p.ease||n.ease||"none");var P=0,A,G,N;if(ge(p))p.forEach(function(X){return v.to(x,X,">")}),v.duration();else{C={};for(I in p)I==="ease"||I==="easeEach"||LC(I,p[I],C,p.easeEach);for(I in C)for(A=C[I].sort(function(X,B){return X.t-B.t}),P=0,T=0;T<A.length;T++)G=A[T],N={ease:G.e,duration:(G.t-(T?A[T-1].t:0))/100*h},N[I]=G.v,v.to(x,N,P),P+=N.duration;v.duration()<h&&v.to({},{duration:h-v.duration()})}}h||a.duration(h=v.duration())}else a.timeline=0;return f===!0&&!wu&&(Ur=nr(a),Zt.killTweensOf(x),Ur=0),Fi(_,nr(a),s),n.reversed&&a.reverse(),n.paused&&a.paused(!0),(u||!h&&!p&&a._start===ce(_._time)&&Ee(u)&&hC(nr(a))&&_.data!=="nested")&&(a._tTime=-Gt,a.render(Math.max(0,-c)||0)),g&&Ig(nr(a),g),a}var e=t.prototype;return e.render=function(n,s,o){var a=this._time,l=this._tDur,h=this._dur,c=n<0,u=n>l-Gt&&!c?l:n<Gt?0:n,d,f,p,m,g,b,_,x,v;if(!h)uC(this,n,s,o);else if(u!==this._tTime||!n||o||!this._initted&&this._tTime||this._startAt&&this._zTime<0!==c){if(d=u,x=this.timeline,this._repeat){if(m=h+this._rDelay,this._repeat<-1&&c)return this.totalTime(m*100+n,s,o);if(d=ce(u%m),u===l?(p=this._repeat,d=h):(p=~~(u/m),p&&p===ce(u/m)&&(d=h,p--),d>h&&(d=h)),b=this._yoyo&&p&1,b&&(v=this._yEase,d=h-d),g=xs(this._tTime,m),d===a&&!o&&this._initted&&p===g)return this._tTime=u,this;p!==g&&(x&&this._yEase&&Hg(x,b),this.vars.repeatRefresh&&!b&&!this._lock&&this._time!==m&&this._initted&&(this._lock=o=1,this.render(ce(m*p),!0).invalidate()._lock=0))}if(!this._initted){if(Ag(this,c?n:d,o,s,u))return this._tTime=0,this;if(a!==this._time&&!(o&&this.vars.repeatRefresh&&p!==g))return this;if(h!==this._dur)return this.render(n,s,o)}if(this._tTime=u,this._time=d,!this._act&&this._ts&&(this._act=1,this._lazy=0),this.ratio=_=(v||this._ease)(d/h),this._from&&(this.ratio=_=1-_),d&&!a&&!s&&!p&&(Be(this,"onStart"),this._tTime!==u))return this;for(f=this._pt;f;)f.r(_,f.d),f=f._next;x&&x.render(n<0?n:x._dur*x._ease(d/this._dur),s,o)||this._startAt&&(this._zTime=n),this._onUpdate&&!s&&(c&&Du(this,n,s,o),Be(this,"onUpdate")),this._repeat&&p!==g&&this.vars.onRepeat&&!s&&this.parent&&Be(this,"onRepeat"),(u===this._tDur||!u)&&this._tTime===u&&(c&&!this._onUpdate&&Du(this,n,!0,!0),(n||!h)&&(u===this._tDur&&this._ts>0||!u&&this._ts<0)&&Nr(this,1),!s&&!(c&&!a)&&(u||a||b)&&(Be(this,u===l?"onComplete":"onReverseComplete",!0),this._prom&&!(u<l&&this.timeScale()>0)&&this._prom()))}return this},e.targets=function(){return this._targets},e.invalidate=function(n){return(!n||!this.vars.runBackwards)&&(this._startAt=0),this._pt=this._op=this._onUpdate=this._lazy=this.ratio=0,this._ptLookup=[],this.timeline&&this.timeline.invalidate(n),i.prototype.invalidate.call(this,n)},e.resetTo=function(n,s,o,a,l){Co||Ue.wake(),this._ts||this.play();var h=Math.min(this._dur,(this._dp._time-this._start)*this._ts),c;return this._initted||Ku(this,h),c=this._ease(h/this._dur),RC(this,n,s,o,a,c,h,l)?this.resetTo(n,s,o,a,1):(Rl(this,0),this.parent||Sg(this._dp,this,"_first","_last",this._dp._sort?"_start":0),this.render(0))},e.kill=function(n,s){if(s===void 0&&(s="all"),!n&&(!s||s==="all"))return this._lazy=this._pt=0,this.parent?To(this):this;if(this.timeline){var o=this.timeline.totalDuration();return this.timeline.killTweensOf(n,s,Ur&&Ur.vars.overwrite!==!0)._first||To(this),this.parent&&o!==this.timeline.totalDuration()&&_s(this,this._dur*this.timeline._tDur/o,0,1),this}var a=this._targets,l=n?Je(n):a,h=this._ptLookup,c=this._pt,u,d,f,p,m,g,b;if((!s||s==="all")&&aC(a,l))return s==="all"&&(this._pt=0),To(this);for(u=this._op=this._op||[],s!=="all"&&(he(s)&&(m={},Ie(s,function(_){return m[_]=1}),s=m),s=PC(a,s)),b=a.length;b--;)if(~l.indexOf(a[b])){d=h[b],s==="all"?(u[b]=s,p=d,f={}):(f=u[b]=u[b]||{},p=s);for(m in p)g=d&&d[m],g&&((!("kill"in g.d)||g.d.kill(m)===!0)&&Il(this,g,"_pt"),delete d[m]),f!=="all"&&(f[m]=1)}return this._initted&&!this._pt&&c&&To(this),this},t.to=function(n,s){return new t(n,s,arguments[2])},t.from=function(n,s){return _o(1,arguments)},t.delayedCall=function(n,s,o,a){return new t(s,0,{immediateRender:!1,lazy:!1,overwrite:!1,delay:n,onComplete:s,onReverseComplete:s,onCompleteParams:o,onReverseCompleteParams:o,callbackScope:a})},t.fromTo=function(n,s,o){return _o(2,arguments)},t.set=function(n,s){return s.duration=0,s.repeatDelay||(s.repeat=0),new t(n,s)},t.killTweensOf=function(n,s,o){return Zt.killTweensOf(n,s,o)},t}(Eo);Ye(qt.prototype,{_targets:[],_lazy:0,_startAt:0,_op:0,_onInit:0}),Ie("staggerTo,staggerFrom,staggerFromTo",function(i){qt[i]=function(){var t=new Te,e=Ou.call(arguments,0);return e.splice(i==="staggerFromTo"?5:4,0,0),t[i].apply(t,e)}});var zu=function(t,e,r){return t[e]=r},$g=function(t,e,r){return t[e](r)},GC=function(t,e,r,n){return t[e](n.fp,r)},kC=function(t,e,r){return t.setAttribute(e,r)},Yu=function(t,e){return Kt(t[e])?$g:Su(t[e])&&t.setAttribute?kC:zu},Qg=function(t,e){return e.set(e.t,e.p,Math.round((e.s+e.c*t)*1e6)/1e6,e)},FC=function(t,e){return e.set(e.t,e.p,!!(e.s+e.c*t),e)},qg=function(t,e){var r=e._pt,n="";if(!t&&e.b)n=e.b;else if(t===1&&e.e)n=e.e;else{for(;r;)n=r.p+(r.m?r.m(r.s+r.c*t):Math.round((r.s+r.c*t)*1e4)/1e4)+n,r=r._next;n+=e.c}e.set(e.t,e.p,n,e)},ju=function(t,e){for(var r=e._pt;r;)r.r(t,r.d),r=r._next},DC=function(t,e,r,n){for(var s=this._pt,o;s;)o=s._next,s.p===n&&s.modifier(t,e,r),s=o},NC=function(t){for(var e=this._pt,r,n;e;)n=e._next,e.p===t&&!e.op||e.op===t?Il(this,e,"_pt"):e.dep||(r=1),e=n;return!r},OC=function(t,e,r,n){n.mSet(t,e,n.m.call(n.tween,r,n.mt),n)},t1=function(t){for(var e=t._pt,r,n,s,o;e;){for(r=e._next,n=s;n&&n.pr>e.pr;)n=n._next;(e._prev=n?n._prev:o)?e._prev._next=e:s=e,(e._next=n)?n._prev=e:o=e,e=r}t._pt=s},Ae=function(){function i(e,r,n,s,o,a,l,h,c){this.t=r,this.s=s,this.c=o,this.p=n,this.r=a||Qg,this.d=l||this,this.set=h||zu,this.pr=c||0,this._next=e,e&&(e._prev=this)}var t=i.prototype;return t.modifier=function(r,n,s){this.mSet=this.mSet||this.set,this.set=OC,this.m=r,this.mt=s,this.tween=n},i}();Ie(ku+"parent,duration,ease,delay,overwrite,runBackwards,startAt,yoyo,immediateRender,repeat,repeatDelay,data,paused,reversed,lazy,callbackScope,stringFilter,id,yoyoEase,stagger,inherit,repeatRefresh,keyframes,autoRevert,scrollTrigger",function(i){return Pu[i]=1}),Ne.TweenMax=Ne.TweenLite=qt,Ne.TimelineLite=Ne.TimelineMax=Te,Zt=new Te({sortChildren:!1,defaults:gs,autoRemoveChildren:!0,id:"root",smoothChildTiming:!0}),De.stringFilter=Zg;var En=[],Pl={},BC=[],e1=0,UC=0,Ju=function(t){return(Pl[t]||BC).map(function(e){return e()})},$u=function(){var t=Date.now(),e=[];t-e1>2&&(Ju("matchMediaInit"),En.forEach(function(r){var n=r.queries,s=r.conditions,o,a,l,h;for(a in n)o=ki.matchMedia(n[a]).matches,o&&(l=1),o!==s[a]&&(s[a]=o,h=1);h&&(r.revert(),l&&e.push(r))}),Ju("matchMediaRevert"),e.forEach(function(r){return r.onMatch(r,function(n){return r.add(null,n)})}),e1=t,Ju("matchMedia"))},i1=function(){function i(e,r){this.selector=r&&Bu(r),this.data=[],this._r=[],this.isReverted=!1,this.id=UC++,e&&this.add(e)}var t=i.prototype;return t.add=function(r,n,s){Kt(r)&&(s=n,n=r,r=Kt);var o=this,a=function(){var h=Bt,c=o.selector,u;return h&&h!==o&&h.data.push(o),s&&(o.selector=Bu(s)),Bt=o,u=n.apply(o,arguments),Kt(u)&&o._r.push(u),Bt=h,o.selector=c,o.isReverted=!1,u};return o.last=a,r===Kt?a(o,function(l){return o.add(null,l)}):r?o[r]=a:a},t.ignore=function(r){var n=Bt;Bt=null,r(this),Bt=n},t.getTweens=function(){var r=[];return this.data.forEach(function(n){return n instanceof i?r.push.apply(r,n.getTweens()):n instanceof qt&&!(n.parent&&n.parent.data==="nested")&&r.push(n)}),r},t.clear=function(){this._r.length=this.data.length=0},t.kill=function(r,n){var s=this;if(r?function(){for(var a=s.getTweens(),l=s.data.length,h;l--;)h=s.data[l],h.data==="isFlip"&&(h.revert(),h.getChildren(!0,!0,!1).forEach(function(c){return a.splice(a.indexOf(c),1)}));for(a.map(function(c){return{g:c._dur||c._delay||c._sat&&!c._sat.vars.immediateRender?c.globalTime(0):-1/0,t:c}}).sort(function(c,u){return u.g-c.g||-1/0}).forEach(function(c){return c.t.revert(r)}),l=s.data.length;l--;)h=s.data[l],h instanceof Te?h.data!=="nested"&&(h.scrollTrigger&&h.scrollTrigger.revert(),h.kill()):!(h instanceof qt)&&h.revert&&h.revert(r);s._r.forEach(function(c){return c(r,s)}),s.isReverted=!0}():this.data.forEach(function(a){return a.kill&&a.kill()}),this.clear(),n)for(var o=En.length;o--;)En[o].id===this.id&&En.splice(o,1)},t.revert=function(r){this.kill(r||{})},i}(),XC=function(){function i(e){this.contexts=[],this.scope=e,Bt&&Bt.data.push(this)}var t=i.prototype;return t.add=function(r,n,s){Gi(r)||(r={matches:r});var o=new i1(0,s||this.scope),a=o.conditions={},l,h,c;Bt&&!o.selector&&(o.selector=Bt.selector),this.contexts.push(o),n=o.add("onMatch",n),o.queries=r;for(h in r)h==="all"?c=1:(l=ki.matchMedia(r[h]),l&&(En.indexOf(o)<0&&En.push(o),(a[h]=l.matches)&&(c=1),l.addListener?l.addListener($u):l.addEventListener("change",$u)));return c&&n(o,function(u){return o.add(null,u)}),this},t.revert=function(r){this.kill(r||{})},t.kill=function(r){this.contexts.forEach(function(n){return n.kill(r,!0)})},i}(),Ll={registerPlugin:function(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];e.forEach(function(n){return Bg(n)})},timeline:function(t){return new Te(t)},getTweensOf:function(t,e){return Zt.getTweensOf(t,e)},getProperty:function(t,e,r,n){he(t)&&(t=Je(t)[0]);var s=vn(t||{}).get,o=r?wg:vg;return r==="native"&&(r=""),t&&(e?o((Oe[e]&&Oe[e].get||s)(t,e,r,n)):function(a,l,h){return o((Oe[a]&&Oe[a].get||s)(t,a,l,h))})},quickSetter:function(t,e,r){if(t=Je(t),t.length>1){var n=t.map(function(c){return Me.quickSetter(c,e,r)}),s=n.length;return function(c){for(var u=s;u--;)n[u](c)}}t=t[0]||{};var o=Oe[e],a=vn(t),l=a.harness&&(a.harness.aliases||{})[e]||e,h=o?function(c){var u=new o;vs._pt=0,u.init(t,r?c+r:c,vs,0,[t]),u.render(1,u),vs._pt&&ju(1,vs)}:a.set(t,l);return o?h:function(c){return h(t,l,r?c+r:c,a,1)}},quickTo:function(t,e,r){var n,s=Me.to(t,wn((n={},n[e]="+=0.1",n.paused=!0,n),r||{})),o=function(l,h,c){return s.resetTo(e,l,h,c)};return o.tween=s,o},isTweening:function(t){return Zt.getTweensOf(t,!0).length>0},defaults:function(t){return t&&t.ease&&(t.ease=Sn(t.ease,gs.ease)),Tg(gs,t||{})},config:function(t){return Tg(De,t||{})},registerEffect:function(t){var e=t.name,r=t.effect,n=t.plugins,s=t.defaults,o=t.extendTimeline;(n||"").split(",").forEach(function(a){return a&&!Oe[a]&&!Ne[a]&&yo(e+" effect requires "+a+" plugin.")}),Gu[e]=function(a,l,h){return r(Je(a),Ye(l||{},s),h)},o&&(Te.prototype[e]=function(a,l,h){return this.add(Gu[e](a,Gi(l)?l:(h=l)&&{},this),h)})},registerEase:function(t,e){Ct[t]=Sn(e)},parseEase:function(t,e){return arguments.length?Sn(t,e):Ct},getById:function(t){return Zt.getById(t)},exportRoot:function(t,e){t===void 0&&(t={});var r=new Te(t),n,s;for(r.smoothChildTiming=Ee(t.smoothChildTiming),Zt.remove(r),r._dp=0,r._time=r._tTime=Zt._time,n=Zt._first;n;)s=n._next,(e||!(!n._dur&&n instanceof qt&&n.vars.onComplete===n._targets[0]))&&Fi(r,n,n._start-n._delay),n=s;return Fi(Zt,r,0),r},context:function(t,e){return t?new i1(t,e):Bt},matchMedia:function(t){return new XC(t)},matchMediaRefresh:function(){return En.forEach(function(t){var e=t.conditions,r,n;for(n in e)e[n]&&(e[n]=!1,r=1);r&&t.revert()})||$u()},addEventListener:function(t,e){var r=Pl[t]||(Pl[t]=[]);~r.indexOf(e)||r.push(e)},removeEventListener:function(t,e){var r=Pl[t],n=r&&r.indexOf(e);n>=0&&r.splice(n,1)},utils:{wrap:xC,wrapYoyo:_C,distribute:Lg,random:kg,snap:Gg,normalize:bC,getUnit:ye,clamp:pC,splitColor:Ug,toArray:Je,selector:Bu,mapRange:Dg,pipe:gC,unitize:yC,interpolate:vC,shuffle:Pg},install:mg,effects:Gu,ticker:Ue,updateRoot:Te.updateRoot,plugins:Oe,globalTimeline:Zt,core:{PropTween:Ae,globals:gg,Tween:qt,Timeline:Te,Animation:Eo,getCache:vn,_removeLinkedListItem:Il,reverting:function(){return me},context:function(t){return t&&Bt&&(Bt.data.push(t),t._ctx=Bt),Bt},suppressOverwrites:function(t){return wu=t}}};Ie("to,from,fromTo,delayedCall,set,killTweensOf",function(i){return Ll[i]=qt[i]}),Ue.add(Te.updateRoot),vs=Ll.to({},{duration:0});var WC=function(t,e){for(var r=t._pt;r&&r.p!==e&&r.op!==e&&r.fp!==e;)r=r._next;return r},ZC=function(t,e){var r=t._targets,n,s,o;for(n in e)for(s=r.length;s--;)o=t._ptLookup[s][n],o&&(o=o.d)&&(o._pt&&(o=WC(o,n)),o&&o.modifier&&o.modifier(e[n],t,r[s],n))},Qu=function(t,e){return{name:t,rawVars:1,init:function(n,s,o){o._onInit=function(a){var l,h;if(he(s)&&(l={},Ie(s,function(c){return l[c]=1}),s=l),e){l={};for(h in s)l[h]=e(s[h]);s=l}ZC(a,s)}}}},Me=Ll.registerPlugin({name:"attr",init:function(t,e,r,n,s){var o,a,l;this.tween=r;for(o in e)l=t.getAttribute(o)||"",a=this.add(t,"setAttribute",(l||0)+"",e[o],n,s,0,0,o),a.op=o,a.b=l,this._props.push(o)},render:function(t,e){for(var r=e._pt;r;)me?r.set(r.t,r.p,r.b,r):r.r(t,r.d),r=r._next}},{name:"endArray",init:function(t,e){for(var r=e.length;r--;)this.add(t,r,t[r]||0,e[r],0,0,0,0,0,1)}},Qu("roundProps",Uu),Qu("modifiers"),Qu("snap",Gg))||Ll;qt.version=Te.version=Me.version="3.12.5",pg=1,Cu()&&ws(),Ct.Power0,Ct.Power1,Ct.Power2,Ct.Power3,Ct.Power4,Ct.Linear,Ct.Quad,Ct.Cubic,Ct.Quart,Ct.Quint,Ct.Strong,Ct.Elastic,Ct.Back,Ct.SteppedEase,Ct.Bounce,Ct.Sine,Ct.Expo,Ct.Circ;/*!
|
|
1167
|
+
*/var Ne={autoSleep:120,force3D:"auto",nullTargetWarn:1,units:{lineHeight:""}},un={duration:.5,overwrite:!1,delay:0},Au,fe,Dt,Ye=1e8,Pt=1/Ye,Mu=Math.PI*2,MC=Mu/4,RC=0,Lg=Math.sqrt,PC=Math.cos,LC=Math.sin,ae=function(t){return typeof t=="string"},Vt=function(t){return typeof t=="function"},rr=function(t){return typeof t=="number"},Ru=function(t){return typeof t>"u"},Li=function(t){return typeof t=="object"},Se=function(t){return t!==!1},Pu=function(){return typeof window<"u"},vh=function(t){return Vt(t)||ae(t)},Gg=typeof ArrayBuffer=="function"&&ArrayBuffer.isView||function(){},pe=Array.isArray,Lu=/(?:-?\.?\d|\.)+/gi,Fg=/[-+=.]*\d+[.e\-+]*\d*[e\-+]*\d*/g,dn=/[-+=.]*\d+[.e-]*\d*[a-z%]*/g,Gu=/[-+=.]*\d+\.?\d*(?:e-|e\+)?\d*/gi,Ng=/[+-]=-?[.\d]+/,kg=/[^,'"\[\]\s]+/gi,GC=/^[+\-=e\s\d]*\d+[.\d]*([a-z]*|%)\s*$/i,Xt,Gi,Fu,Nu,ke={},wh={},Dg,Og=function(t){return(wh=ms(t,ke))&&Ie},ku=function(t,e){return console.warn("Invalid property",t,"set to",e,"Missing plugin? gsap.registerPlugin()")},mo=function(t,e){return!e&&console.warn(t)},Bg=function(t,e){return t&&(ke[t]=e)&&wh&&(wh[t]=e)||ke},go=function(){return 0},FC={suppressEvents:!0,isStart:!0,kill:!1},Th={suppressEvents:!0,kill:!1},NC={suppressEvents:!0},Du={},Lr=[],Ou={},Ug,De={},Bu={},Xg=30,Sh=[],Uu="",Xu=function(t){var e=t[0],i,s;if(Li(e)||Vt(e)||(t=[t]),!(i=(e._gsap||{}).harness)){for(s=Sh.length;s--&&!Sh[s].targetTest(e););i=Sh[s]}for(s=t.length;s--;)t[s]&&(t[s]._gsap||(t[s]._gsap=new gy(t[s],i)))||t.splice(s,1);return t},ps=function(t){return t._gsap||Xu(Je(t))[0]._gsap},Wg=function(t,e,i){return(i=t[e])&&Vt(i)?t[e]():Ru(i)&&t.getAttribute&&t.getAttribute(e)||i},Ce=function(t,e){return(t=t.split(",")).forEach(e)||t},Yt=function(t){return Math.round(t*1e5)/1e5||0},he=function(t){return Math.round(t*1e7)/1e7||0},fn=function(t,e){var i=e.charAt(0),s=parseFloat(e.substr(2));return t=parseFloat(t),i==="+"?t+s:i==="-"?t-s:i==="*"?t*s:t/s},kC=function(t,e){for(var i=e.length,s=0;t.indexOf(e[s])<0&&++s<i;);return s<i},Ch=function(){var t=Lr.length,e=Lr.slice(0),i,s;for(Ou={},Lr.length=0,i=0;i<t;i++)s=e[i],s&&s._lazy&&(s.render(s._lazy[0],s._lazy[1],!0)._lazy=0)},Zg=function(t,e,i,s){Lr.length&&!fe&&Ch(),t.render(e,i,fe&&e<0&&(t._initted||t._startAt)),Lr.length&&!fe&&Ch()},Vg=function(t){var e=parseFloat(t);return(e||e===0)&&(t+"").match(kg).length<2?e:ae(t)?t.trim():t},Hg=function(t){return t},ze=function(t,e){for(var i in e)i in t||(t[i]=e[i]);return t},DC=function(t){return function(e,i){for(var s in i)s in e||s==="duration"&&t||s==="ease"||(e[s]=i[s])}},ms=function(t,e){for(var i in e)t[i]=e[i];return t},Kg=function r(t,e){for(var i in e)i!=="__proto__"&&i!=="constructor"&&i!=="prototype"&&(t[i]=Li(e[i])?r(t[i]||(t[i]={}),e[i]):e[i]);return t},Eh=function(t,e){var i={},s;for(s in t)s in e||(i[s]=t[s]);return i},yo=function(t){var e=t.parent||Xt,i=t.keyframes?DC(pe(t.keyframes)):ze;if(Se(t.inherit))for(;e;)i(t,e.vars.defaults),e=e.parent||e._dp;return t},OC=function(t,e){for(var i=t.length,s=i===e.length;s&&i--&&t[i]===e[i];);return i<0},Yg=function(t,e,i,s,n){var o=t[s],a;if(n)for(a=e[n];o&&o[n]>a;)o=o._prev;return o?(e._next=o._next,o._next=e):(e._next=t[i],t[i]=e),e._next?e._next._prev=e:t[s]=e,e._prev=o,e.parent=e._dp=t,e},Ih=function(t,e,i,s){i===void 0&&(i="_first"),s===void 0&&(s="_last");var n=e._prev,o=e._next;n?n._next=o:t[i]===e&&(t[i]=o),o?o._prev=n:t[s]===e&&(t[s]=n),e._next=e._prev=e.parent=null},Gr=function(t,e){t.parent&&(!e||t.parent.autoRemoveChildren)&&t.parent.remove&&t.parent.remove(t),t._act=0},gs=function(t,e){if(t&&(!e||e._end>t._dur||e._start<0))for(var i=t;i;)i._dirty=1,i=i.parent;return t},BC=function(t){for(var e=t.parent;e&&e.parent;)e._dirty=1,e.totalDuration(),e=e.parent;return t},Wu=function(t,e,i,s){return t._startAt&&(fe?t._startAt.revert(Th):t.vars.immediateRender&&!t.vars.autoRevert||t._startAt.render(e,!0,s))},UC=function r(t){return!t||t._ts&&r(t.parent)},zg=function(t){return t._repeat?pn(t._tTime,t=t.duration()+t._rDelay)*t:0},pn=function(t,e){var i=Math.floor(t/=e);return t&&i===t?i-1:i},Ah=function(t,e){return(t-e._start)*e._ts+(e._ts>=0?0:e._dirty?e.totalDuration():e._tDur)},Mh=function(t){return t._end=he(t._start+(t._tDur/Math.abs(t._ts||t._rts||Pt)||0))},Rh=function(t,e){var i=t._dp;return i&&i.smoothChildTiming&&t._ts&&(t._start=he(i._time-(t._ts>0?e/t._ts:((t._dirty?t.totalDuration():t._tDur)-e)/-t._ts)),Mh(t),i._dirty||gs(i,t)),t},jg=function(t,e){var i;if((e._time||!e._dur&&e._initted||e._start<t._time&&(e._dur||!e.add))&&(i=Ah(t.rawTime(),e),(!e._dur||xo(0,e.totalDuration(),i)-e._tTime>Pt)&&e.render(i,!0)),gs(t,e)._dp&&t._initted&&t._time>=t._dur&&t._ts){if(t._dur<t.duration())for(i=t;i._dp;)i.rawTime()>=0&&i.totalTime(i._tTime),i=i._dp;t._zTime=-Pt}},Fi=function(t,e,i,s){return e.parent&&Gr(e),e._start=he((rr(i)?i:i||t!==Xt?je(t,i,e):t._time)+e._delay),e._end=he(e._start+(e.totalDuration()/Math.abs(e.timeScale())||0)),Yg(t,e,"_first","_last",t._sort?"_start":0),Zu(e)||(t._recent=e),s||jg(t,e),t._ts<0&&Rh(t,t._tTime),t},Jg=function(t,e){return(ke.ScrollTrigger||ku("scrollTrigger",e))&&ke.ScrollTrigger.create(e,t)},$g=function(t,e,i,s,n){if(Qu(t,e,n),!t._initted)return 1;if(!i&&t._pt&&!fe&&(t._dur&&t.vars.lazy!==!1||!t._dur&&t.vars.lazy)&&Ug!==Be.frame)return Lr.push(t),t._lazy=[n,s],1},XC=function r(t){var e=t.parent;return e&&e._ts&&e._initted&&!e._lock&&(e.rawTime()<0||r(e))},Zu=function(t){var e=t.data;return e==="isFromStart"||e==="isStart"},WC=function(t,e,i,s){var n=t.ratio,o=e<0||!e&&(!t._start&&XC(t)&&!(!t._initted&&Zu(t))||(t._ts<0||t._dp._ts<0)&&!Zu(t))?0:1,a=t._rDelay,h=0,l,c,u;if(a&&t._repeat&&(h=xo(0,t._tDur,e),c=pn(h,a),t._yoyo&&c&1&&(o=1-o),c!==pn(t._tTime,a)&&(n=1-o,t.vars.repeatRefresh&&t._initted&&t.invalidate())),o!==n||fe||s||t._zTime===Pt||!e&&t._zTime){if(!t._initted&&$g(t,e,s,i,h))return;for(u=t._zTime,t._zTime=e||(i?Pt:0),i||(i=e&&!u),t.ratio=o,t._from&&(o=1-o),t._time=0,t._tTime=h,l=t._pt;l;)l.r(o,l.d),l=l._next;e<0&&Wu(t,e,i,!0),t._onUpdate&&!i&&Oe(t,"onUpdate"),h&&t._repeat&&!i&&t.parent&&Oe(t,"onRepeat"),(e>=t._tDur||e<0)&&t.ratio===o&&(o&&Gr(t,1),!i&&!fe&&(Oe(t,o?"onComplete":"onReverseComplete",!0),t._prom&&t._prom()))}else t._zTime||(t._zTime=e)},ZC=function(t,e,i){var s;if(i>e)for(s=t._first;s&&s._start<=i;){if(s.data==="isPause"&&s._start>e)return s;s=s._next}else for(s=t._last;s&&s._start>=i;){if(s.data==="isPause"&&s._start<e)return s;s=s._prev}},mn=function(t,e,i,s){var n=t._repeat,o=he(e)||0,a=t._tTime/t._tDur;return a&&!s&&(t._time*=o/t._dur),t._dur=o,t._tDur=n?n<0?1e10:he(o*(n+1)+t._rDelay*n):o,a>0&&!s&&Rh(t,t._tTime=t._tDur*a),t.parent&&Mh(t),i||gs(t.parent,t),t},Qg=function(t){return t instanceof ve?gs(t):mn(t,t._dur)},VC={_start:0,endTime:go,totalDuration:go},je=function r(t,e,i){var s=t.labels,n=t._recent||VC,o=t.duration()>=Ye?n.endTime(!1):t._dur,a,h,l;return ae(e)&&(isNaN(e)||e in s)?(h=e.charAt(0),l=e.substr(-1)==="%",a=e.indexOf("="),h==="<"||h===">"?(a>=0&&(e=e.replace(/=/,"")),(h==="<"?n._start:n.endTime(n._repeat>=0))+(parseFloat(e.substr(1))||0)*(l?(a<0?n:i).totalDuration()/100:1)):a<0?(e in s||(s[e]=o),s[e]):(h=parseFloat(e.charAt(a-1)+e.substr(a+1)),l&&i&&(h=h/100*(pe(i)?i[0]:i).totalDuration()),a>1?r(t,e.substr(0,a-1),i)+h:o+h)):e==null?o:+e},bo=function(t,e,i){var s=rr(e[1]),n=(s?2:1)+(t<2?0:1),o=e[n],a,h;if(s&&(o.duration=e[1]),o.parent=i,t){for(a=o,h=i;h&&!("immediateRender"in a);)a=h.vars.defaults||{},h=Se(h.vars.inherit)&&h.parent;o.immediateRender=Se(a.immediateRender),t<2?o.runBackwards=1:o.startAt=e[n-1]}return new $t(e[0],o,e[n+1])},Fr=function(t,e){return t||t===0?e(t):e},xo=function(t,e,i){return i<t?t:i>e?e:i},me=function(t,e){return!ae(t)||!(e=GC.exec(t))?"":e[1]},HC=function(t,e,i){return Fr(i,function(s){return xo(t,e,s)})},Vu=[].slice,qg=function(t,e){return t&&Li(t)&&"length"in t&&(!e&&!t.length||t.length-1 in t&&Li(t[0]))&&!t.nodeType&&t!==Gi},KC=function(t,e,i){return i===void 0&&(i=[]),t.forEach(function(s){var n;return ae(s)&&!e||qg(s,1)?(n=i).push.apply(n,Je(s)):i.push(s)})||i},Je=function(t,e,i){return Dt&&!e&&Dt.selector?Dt.selector(t):ae(t)&&!i&&(Fu||!yn())?Vu.call((e||Nu).querySelectorAll(t),0):pe(t)?KC(t,i):qg(t)?Vu.call(t,0):t?[t]:[]},Hu=function(t){return t=Je(t)[0]||mo("Invalid scope")||{},function(e){var i=t.current||t.nativeElement||t;return Je(e,i.querySelectorAll?i:i===t?mo("Invalid scope")||Nu.createElement("div"):t)}},ty=function(t){return t.sort(function(){return .5-Math.random()})},ey=function(t){if(Vt(t))return t;var e=Li(t)?t:{each:t},i=ys(e.ease),s=e.from||0,n=parseFloat(e.base)||0,o={},a=s>0&&s<1,h=isNaN(s)||a,l=e.axis,c=s,u=s;return ae(s)?c=u={center:.5,edges:.5,end:1}[s]||0:!a&&h&&(c=s[0],u=s[1]),function(d,f,p){var m=(p||e).length,g=o[m],b,_,x,v,T,C,E,I,R;if(!g){if(R=e.grid==="auto"?0:(e.grid||[1,Ye])[1],!R){for(E=-Ye;E<(E=p[R++].getBoundingClientRect().left)&&R<m;);R<m&&R--}for(g=o[m]=[],b=h?Math.min(R,m)*c-.5:s%R,_=R===Ye?0:h?m*u/R-.5:s/R|0,E=0,I=Ye,C=0;C<m;C++)x=C%R-b,v=_-(C/R|0),g[C]=T=l?Math.abs(l==="y"?v:x):Lg(x*x+v*v),T>E&&(E=T),T<I&&(I=T);s==="random"&&ty(g),g.max=E-I,g.min=I,g.v=m=(parseFloat(e.amount)||parseFloat(e.each)*(R>m?m-1:l?l==="y"?m/R:R:Math.max(R,m/R))||0)*(s==="edges"?-1:1),g.b=m<0?n-m:n,g.u=me(e.amount||e.each)||0,i=i&&m<0?fy(i):i}return m=(g[d]-g.min)/g.max||0,he(g.b+(i?i(m):m)*g.v)+g.u}},Ku=function(t){var e=Math.pow(10,((t+"").split(".")[1]||"").length);return function(i){var s=he(Math.round(parseFloat(i)/t)*t*e);return(s-s%1)/e+(rr(i)?0:me(i))}},iy=function(t,e){var i=pe(t),s,n;return!i&&Li(t)&&(s=i=t.radius||Ye,t.values?(t=Je(t.values),(n=!rr(t[0]))&&(s*=s)):t=Ku(t.increment)),Fr(e,i?Vt(t)?function(o){return n=t(o),Math.abs(n-o)<=s?n:o}:function(o){for(var a=parseFloat(n?o.x:o),h=parseFloat(n?o.y:0),l=Ye,c=0,u=t.length,d,f;u--;)n?(d=t[u].x-a,f=t[u].y-h,d=d*d+f*f):d=Math.abs(t[u]-a),d<l&&(l=d,c=u);return c=!s||l<=s?t[c]:o,n||c===o||rr(o)?c:c+me(o)}:Ku(t))},ry=function(t,e,i,s){return Fr(pe(t)?!e:i===!0?!!(i=0):!s,function(){return pe(t)?t[~~(Math.random()*t.length)]:(i=i||1e-5)&&(s=i<1?Math.pow(10,(i+"").length-2):1)&&Math.floor(Math.round((t-i/2+Math.random()*(e-t+i*.99))/i)*i*s)/s})},YC=function(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];return function(s){return e.reduce(function(n,o){return o(n)},s)}},zC=function(t,e){return function(i){return t(parseFloat(i))+(e||me(i))}},jC=function(t,e,i){return ny(t,e,0,1,i)},sy=function(t,e,i){return Fr(i,function(s){return t[~~e(s)]})},JC=function r(t,e,i){var s=e-t;return pe(t)?sy(t,r(0,t.length),e):Fr(i,function(n){return(s+(n-t)%s)%s+t})},$C=function r(t,e,i){var s=e-t,n=s*2;return pe(t)?sy(t,r(0,t.length-1),e):Fr(i,function(o){return o=(n+(o-t)%n)%n||0,t+(o>s?n-o:o)})},_o=function(t){for(var e=0,i="",s,n,o,a;~(s=t.indexOf("random(",e));)o=t.indexOf(")",s),a=t.charAt(s+7)==="[",n=t.substr(s+7,o-s-7).match(a?kg:Lu),i+=t.substr(e,s-e)+ry(a?n:+n[0],a?0:+n[1],+n[2]||1e-5),e=o+1;return i+t.substr(e,t.length-e)},ny=function(t,e,i,s,n){var o=e-t,a=s-i;return Fr(n,function(h){return i+((h-t)/o*a||0)})},QC=function r(t,e,i,s){var n=isNaN(t+e)?0:function(f){return(1-f)*t+f*e};if(!n){var o=ae(t),a={},h,l,c,u,d;if(i===!0&&(s=1)&&(i=null),o)t={p:t},e={p:e};else if(pe(t)&&!pe(e)){for(c=[],u=t.length,d=u-2,l=1;l<u;l++)c.push(r(t[l-1],t[l]));u--,n=function(p){p*=u;var m=Math.min(d,~~p);return c[m](p-m)},i=e}else s||(t=ms(pe(t)?[]:{},t));if(!c){for(h in e)Ju.call(a,t,h,"get",e[h]);n=function(p){return ed(p,a)||(o?t.p:t)}}}return Fr(i,n)},oy=function(t,e,i){var s=t.labels,n=Ye,o,a,h;for(o in s)a=s[o]-e,a<0==!!i&&a&&n>(a=Math.abs(a))&&(h=o,n=a);return h},Oe=function(t,e,i){var s=t.vars,n=s[e],o=Dt,a=t._ctx,h,l,c;if(n)return h=s[e+"Params"],l=s.callbackScope||t,i&&Lr.length&&Ch(),a&&(Dt=a),c=h?n.apply(l,h):n.call(l),Dt=o,c},vo=function(t){return Gr(t),t.scrollTrigger&&t.scrollTrigger.kill(!!fe),t.progress()<1&&Oe(t,"onInterrupt"),t},gn,ay=[],hy=function(t){if(t)if(t=!t.name&&t.default||t,Pu()||t.headless){var e=t.name,i=Vt(t),s=e&&!i&&t.init?function(){this._props=[]}:t,n={init:go,render:ed,add:Ju,kill:pE,modifier:fE,rawVars:0},o={targetTest:0,get:0,getSetter:td,aliases:{},register:0};if(yn(),t!==s){if(De[e])return;ze(s,ze(Eh(t,n),o)),ms(s.prototype,ms(n,Eh(t,o))),De[s.prop=e]=s,t.targetTest&&(Sh.push(s),Du[e]=1),e=(e==="css"?"CSS":e.charAt(0).toUpperCase()+e.substr(1))+"Plugin"}Bg(e,s),t.register&&t.register(Ie,s,Ee)}else ay.push(t)},Rt=255,wo={aqua:[0,Rt,Rt],lime:[0,Rt,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,Rt],navy:[0,0,128],white:[Rt,Rt,Rt],olive:[128,128,0],yellow:[Rt,Rt,0],orange:[Rt,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[Rt,0,0],pink:[Rt,192,203],cyan:[0,Rt,Rt],transparent:[Rt,Rt,Rt,0]},Yu=function(t,e,i){return t+=t<0?1:t>1?-1:0,(t*6<1?e+(i-e)*t*6:t<.5?i:t*3<2?e+(i-e)*(2/3-t)*6:e)*Rt+.5|0},ly=function(t,e,i){var s=t?rr(t)?[t>>16,t>>8&Rt,t&Rt]:0:wo.black,n,o,a,h,l,c,u,d,f,p;if(!s){if(t.substr(-1)===","&&(t=t.substr(0,t.length-1)),wo[t])s=wo[t];else if(t.charAt(0)==="#"){if(t.length<6&&(n=t.charAt(1),o=t.charAt(2),a=t.charAt(3),t="#"+n+n+o+o+a+a+(t.length===5?t.charAt(4)+t.charAt(4):"")),t.length===9)return s=parseInt(t.substr(1,6),16),[s>>16,s>>8&Rt,s&Rt,parseInt(t.substr(7),16)/255];t=parseInt(t.substr(1),16),s=[t>>16,t>>8&Rt,t&Rt]}else if(t.substr(0,3)==="hsl"){if(s=p=t.match(Lu),!e)h=+s[0]%360/360,l=+s[1]/100,c=+s[2]/100,o=c<=.5?c*(l+1):c+l-c*l,n=c*2-o,s.length>3&&(s[3]*=1),s[0]=Yu(h+1/3,n,o),s[1]=Yu(h,n,o),s[2]=Yu(h-1/3,n,o);else if(~t.indexOf("="))return s=t.match(Fg),i&&s.length<4&&(s[3]=1),s}else s=t.match(Lu)||wo.transparent;s=s.map(Number)}return e&&!p&&(n=s[0]/Rt,o=s[1]/Rt,a=s[2]/Rt,u=Math.max(n,o,a),d=Math.min(n,o,a),c=(u+d)/2,u===d?h=l=0:(f=u-d,l=c>.5?f/(2-u-d):f/(u+d),h=u===n?(o-a)/f+(o<a?6:0):u===o?(a-n)/f+2:(n-o)/f+4,h*=60),s[0]=~~(h+.5),s[1]=~~(l*100+.5),s[2]=~~(c*100+.5)),i&&s.length<4&&(s[3]=1),s},cy=function(t){var e=[],i=[],s=-1;return t.split(Nr).forEach(function(n){var o=n.match(dn)||[];e.push.apply(e,o),i.push(s+=o.length+1)}),e.c=i,e},uy=function(t,e,i){var s="",n=(t+s).match(Nr),o=e?"hsla(":"rgba(",a=0,h,l,c,u;if(!n)return t;if(n=n.map(function(d){return(d=ly(d,e,1))&&o+(e?d[0]+","+d[1]+"%,"+d[2]+"%,"+d[3]:d.join(","))+")"}),i&&(c=cy(t),h=i.c,h.join(s)!==c.c.join(s)))for(l=t.replace(Nr,"1").split(dn),u=l.length-1;a<u;a++)s+=l[a]+(~h.indexOf(a)?n.shift()||o+"0,0,0,0)":(c.length?c:n.length?n:i).shift());if(!l)for(l=t.split(Nr),u=l.length-1;a<u;a++)s+=l[a]+n[a];return s+l[u]},Nr=function(){var r="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3,4}){1,2}\\b",t;for(t in wo)r+="|"+t+"\\b";return new RegExp(r+")","gi")}(),qC=/hsl[a]?\(/,dy=function(t){var e=t.join(" "),i;if(Nr.lastIndex=0,Nr.test(e))return i=qC.test(e),t[1]=uy(t[1],i),t[0]=uy(t[0],i,cy(t[1])),!0},To,Be=function(){var r=Date.now,t=500,e=33,i=r(),s=i,n=1e3/240,o=n,a=[],h,l,c,u,d,f,p=function m(g){var b=r()-s,_=g===!0,x,v,T,C;if((b>t||b<0)&&(i+=b-e),s+=b,T=s-i,x=T-o,(x>0||_)&&(C=++u.frame,d=T-u.time*1e3,u.time=T=T/1e3,o+=x+(x>=n?4:n-x),v=1),_||(h=l(m)),v)for(f=0;f<a.length;f++)a[f](T,d,C,g)};return u={time:0,frame:0,tick:function(){p(!0)},deltaRatio:function(g){return d/(1e3/(g||60))},wake:function(){Dg&&(!Fu&&Pu()&&(Gi=Fu=window,Nu=Gi.document||{},ke.gsap=Ie,(Gi.gsapVersions||(Gi.gsapVersions=[])).push(Ie.version),Og(wh||Gi.GreenSockGlobals||!Gi.gsap&&Gi||{}),ay.forEach(hy)),c=typeof requestAnimationFrame<"u"&&requestAnimationFrame,h&&u.sleep(),l=c||function(g){return setTimeout(g,o-u.time*1e3+1|0)},To=1,p(2))},sleep:function(){(c?cancelAnimationFrame:clearTimeout)(h),To=0,l=go},lagSmoothing:function(g,b){t=g||1/0,e=Math.min(b||33,t)},fps:function(g){n=1e3/(g||240),o=u.time*1e3+n},add:function(g,b,_){var x=b?function(v,T,C,E){g(v,T,C,E),u.remove(x)}:g;return u.remove(g),a[_?"unshift":"push"](x),yn(),x},remove:function(g,b){~(b=a.indexOf(g))&&a.splice(b,1)&&f>=b&&f--},_listeners:a},u}(),yn=function(){return!To&&Be.wake()},St={},tE=/^[\d.\-M][\d.\-,\s]/,eE=/["']/g,iE=function(t){for(var e={},i=t.substr(1,t.length-3).split(":"),s=i[0],n=1,o=i.length,a,h,l;n<o;n++)h=i[n],a=n!==o-1?h.lastIndexOf(","):h.length,l=h.substr(0,a),e[s]=isNaN(l)?l.replace(eE,"").trim():+l,s=h.substr(a+1).trim();return e},rE=function(t){var e=t.indexOf("(")+1,i=t.indexOf(")"),s=t.indexOf("(",e);return t.substring(e,~s&&s<i?t.indexOf(")",i+1):i)},sE=function(t){var e=(t+"").split("("),i=St[e[0]];return i&&e.length>1&&i.config?i.config.apply(null,~t.indexOf("{")?[iE(e[1])]:rE(t).split(",").map(Vg)):St._CE&&tE.test(t)?St._CE("",t):i},fy=function(t){return function(e){return 1-t(1-e)}},py=function r(t,e){for(var i=t._first,s;i;)i instanceof ve?r(i,e):i.vars.yoyoEase&&(!i._yoyo||!i._repeat)&&i._yoyo!==e&&(i.timeline?r(i.timeline,e):(s=i._ease,i._ease=i._yEase,i._yEase=s,i._yoyo=e)),i=i._next},ys=function(t,e){return t&&(Vt(t)?t:St[t]||sE(t))||e},bs=function(t,e,i,s){i===void 0&&(i=function(h){return 1-e(1-h)}),s===void 0&&(s=function(h){return h<.5?e(h*2)/2:1-e((1-h)*2)/2});var n={easeIn:e,easeOut:i,easeInOut:s},o;return Ce(t,function(a){St[a]=ke[a]=n,St[o=a.toLowerCase()]=i;for(var h in n)St[o+(h==="easeIn"?".in":h==="easeOut"?".out":".inOut")]=St[a+"."+h]=n[h]}),n},my=function(t){return function(e){return e<.5?(1-t(1-e*2))/2:.5+t((e-.5)*2)/2}},zu=function r(t,e,i){var s=e>=1?e:1,n=(i||(t?.3:.45))/(e<1?e:1),o=n/Mu*(Math.asin(1/s)||0),a=function(c){return c===1?1:s*Math.pow(2,-10*c)*LC((c-o)*n)+1},h=t==="out"?a:t==="in"?function(l){return 1-a(1-l)}:my(a);return n=Mu/n,h.config=function(l,c){return r(t,l,c)},h},ju=function r(t,e){e===void 0&&(e=1.70158);var i=function(o){return o?--o*o*((e+1)*o+e)+1:0},s=t==="out"?i:t==="in"?function(n){return 1-i(1-n)}:my(i);return s.config=function(n){return r(t,n)},s};Ce("Linear,Quad,Cubic,Quart,Quint,Strong",function(r,t){var e=t<5?t+1:t;bs(r+",Power"+(e-1),t?function(i){return Math.pow(i,e)}:function(i){return i},function(i){return 1-Math.pow(1-i,e)},function(i){return i<.5?Math.pow(i*2,e)/2:1-Math.pow((1-i)*2,e)/2})}),St.Linear.easeNone=St.none=St.Linear.easeIn,bs("Elastic",zu("in"),zu("out"),zu()),function(r,t){var e=1/t,i=2*e,s=2.5*e,n=function(a){return a<e?r*a*a:a<i?r*Math.pow(a-1.5/t,2)+.75:a<s?r*(a-=2.25/t)*a+.9375:r*Math.pow(a-2.625/t,2)+.984375};bs("Bounce",function(o){return 1-n(1-o)},n)}(7.5625,2.75),bs("Expo",function(r){return r?Math.pow(2,10*(r-1)):0}),bs("Circ",function(r){return-(Lg(1-r*r)-1)}),bs("Sine",function(r){return r===1?1:-PC(r*MC)+1}),bs("Back",ju("in"),ju("out"),ju()),St.SteppedEase=St.steps=ke.SteppedEase={config:function(t,e){t===void 0&&(t=1);var i=1/t,s=t+(e?0:1),n=e?1:0,o=1-Pt;return function(a){return((s*xo(0,o,a)|0)+n)*i}}},un.ease=St["quad.out"],Ce("onComplete,onUpdate,onStart,onRepeat,onReverseComplete,onInterrupt",function(r){return Uu+=r+","+r+"Params,"});var gy=function(t,e){this.id=RC++,t._gsap=this,this.target=t,this.harness=e,this.get=e?e.get:Wg,this.set=e?e.getSetter:td},So=function(){function r(e){this.vars=e,this._delay=+e.delay||0,(this._repeat=e.repeat===1/0?-2:e.repeat||0)&&(this._rDelay=e.repeatDelay||0,this._yoyo=!!e.yoyo||!!e.yoyoEase),this._ts=1,mn(this,+e.duration,1,1),this.data=e.data,Dt&&(this._ctx=Dt,Dt.data.push(this)),To||Be.wake()}var t=r.prototype;return t.delay=function(i){return i||i===0?(this.parent&&this.parent.smoothChildTiming&&this.startTime(this._start+i-this._delay),this._delay=i,this):this._delay},t.duration=function(i){return arguments.length?this.totalDuration(this._repeat>0?i+(i+this._rDelay)*this._repeat:i):this.totalDuration()&&this._dur},t.totalDuration=function(i){return arguments.length?(this._dirty=0,mn(this,this._repeat<0?i:(i-this._repeat*this._rDelay)/(this._repeat+1))):this._tDur},t.totalTime=function(i,s){if(yn(),!arguments.length)return this._tTime;var n=this._dp;if(n&&n.smoothChildTiming&&this._ts){for(Rh(this,i),!n._dp||n.parent||jg(n,this);n&&n.parent;)n.parent._time!==n._start+(n._ts>=0?n._tTime/n._ts:(n.totalDuration()-n._tTime)/-n._ts)&&n.totalTime(n._tTime,!0),n=n.parent;!this.parent&&this._dp.autoRemoveChildren&&(this._ts>0&&i<this._tDur||this._ts<0&&i>0||!this._tDur&&!i)&&Fi(this._dp,this,this._start-this._delay)}return(this._tTime!==i||!this._dur&&!s||this._initted&&Math.abs(this._zTime)===Pt||!i&&!this._initted&&(this.add||this._ptLookup))&&(this._ts||(this._pTime=i),Zg(this,i,s)),this},t.time=function(i,s){return arguments.length?this.totalTime(Math.min(this.totalDuration(),i+zg(this))%(this._dur+this._rDelay)||(i?this._dur:0),s):this._time},t.totalProgress=function(i,s){return arguments.length?this.totalTime(this.totalDuration()*i,s):this.totalDuration()?Math.min(1,this._tTime/this._tDur):this.rawTime()>0?1:0},t.progress=function(i,s){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&!(this.iteration()&1)?1-i:i)+zg(this),s):this.duration()?Math.min(1,this._time/this._dur):this.rawTime()>0?1:0},t.iteration=function(i,s){var n=this.duration()+this._rDelay;return arguments.length?this.totalTime(this._time+(i-1)*n,s):this._repeat?pn(this._tTime,n)+1:1},t.timeScale=function(i,s){if(!arguments.length)return this._rts===-Pt?0:this._rts;if(this._rts===i)return this;var n=this.parent&&this._ts?Ah(this.parent._time,this):this._tTime;return this._rts=+i||0,this._ts=this._ps||i===-Pt?0:this._rts,this.totalTime(xo(-Math.abs(this._delay),this._tDur,n),s!==!1),Mh(this),BC(this)},t.paused=function(i){return arguments.length?(this._ps!==i&&(this._ps=i,i?(this._pTime=this._tTime||Math.max(-this._delay,this.rawTime()),this._ts=this._act=0):(yn(),this._ts=this._rts,this.totalTime(this.parent&&!this.parent.smoothChildTiming?this.rawTime():this._tTime||this._pTime,this.progress()===1&&Math.abs(this._zTime)!==Pt&&(this._tTime-=Pt)))),this):this._ps},t.startTime=function(i){if(arguments.length){this._start=i;var s=this.parent||this._dp;return s&&(s._sort||!this.parent)&&Fi(s,this,i-this._delay),this}return this._start},t.endTime=function(i){return this._start+(Se(i)?this.totalDuration():this.duration())/Math.abs(this._ts||1)},t.rawTime=function(i){var s=this.parent||this._dp;return s?i&&(!this._ts||this._repeat&&this._time&&this.totalProgress()<1)?this._tTime%(this._dur+this._rDelay):this._ts?Ah(s.rawTime(i),this):this._tTime:this._tTime},t.revert=function(i){i===void 0&&(i=NC);var s=fe;return fe=i,(this._initted||this._startAt)&&(this.timeline&&this.timeline.revert(i),this.totalTime(-.01,i.suppressEvents)),this.data!=="nested"&&i.kill!==!1&&this.kill(),fe=s,this},t.globalTime=function(i){for(var s=this,n=arguments.length?i:s.rawTime();s;)n=s._start+n/(Math.abs(s._ts)||1),s=s._dp;return!this.parent&&this._sat?this._sat.globalTime(i):n},t.repeat=function(i){return arguments.length?(this._repeat=i===1/0?-2:i,Qg(this)):this._repeat===-2?1/0:this._repeat},t.repeatDelay=function(i){if(arguments.length){var s=this._time;return this._rDelay=i,Qg(this),s?this.time(s):this}return this._rDelay},t.yoyo=function(i){return arguments.length?(this._yoyo=i,this):this._yoyo},t.seek=function(i,s){return this.totalTime(je(this,i),Se(s))},t.restart=function(i,s){return this.play().totalTime(i?-this._delay:0,Se(s))},t.play=function(i,s){return i!=null&&this.seek(i,s),this.reversed(!1).paused(!1)},t.reverse=function(i,s){return i!=null&&this.seek(i||this.totalDuration(),s),this.reversed(!0).paused(!1)},t.pause=function(i,s){return i!=null&&this.seek(i,s),this.paused(!0)},t.resume=function(){return this.paused(!1)},t.reversed=function(i){return arguments.length?(!!i!==this.reversed()&&this.timeScale(-this._rts||(i?-Pt:0)),this):this._rts<0},t.invalidate=function(){return this._initted=this._act=0,this._zTime=-Pt,this},t.isActive=function(){var i=this.parent||this._dp,s=this._start,n;return!!(!i||this._ts&&this._initted&&i.isActive()&&(n=i.rawTime(!0))>=s&&n<this.endTime(!0)-Pt)},t.eventCallback=function(i,s,n){var o=this.vars;return arguments.length>1?(s?(o[i]=s,n&&(o[i+"Params"]=n),i==="onUpdate"&&(this._onUpdate=s)):delete o[i],this):o[i]},t.then=function(i){var s=this;return new Promise(function(n){var o=Vt(i)?i:Hg,a=function(){var l=s.then;s.then=null,Vt(o)&&(o=o(s))&&(o.then||o===s)&&(s.then=l),n(o),s.then=l};s._initted&&s.totalProgress()===1&&s._ts>=0||!s._tTime&&s._ts<0?a():s._prom=a})},t.kill=function(){vo(this)},r}();ze(So.prototype,{_time:0,_start:0,_end:0,_tTime:0,_tDur:0,_dirty:0,_repeat:0,_yoyo:!1,parent:null,_initted:!1,_rDelay:0,_ts:1,_dp:0,ratio:0,_zTime:-Pt,_prom:0,_ps:!1,_rts:1});var ve=function(r){Pg(t,r);function t(i,s){var n;return i===void 0&&(i={}),n=r.call(this,i)||this,n.labels={},n.smoothChildTiming=!!i.smoothChildTiming,n.autoRemoveChildren=!!i.autoRemoveChildren,n._sort=Se(i.sortChildren),Xt&&Fi(i.parent||Xt,ir(n),s),i.reversed&&n.reverse(),i.paused&&n.paused(!0),i.scrollTrigger&&Jg(ir(n),i.scrollTrigger),n}var e=t.prototype;return e.to=function(s,n,o){return bo(0,arguments,this),this},e.from=function(s,n,o){return bo(1,arguments,this),this},e.fromTo=function(s,n,o,a){return bo(2,arguments,this),this},e.set=function(s,n,o){return n.duration=0,n.parent=this,yo(n).repeatDelay||(n.repeat=0),n.immediateRender=!!n.immediateRender,new $t(s,n,je(this,o),1),this},e.call=function(s,n,o){return Fi(this,$t.delayedCall(0,s,n),o)},e.staggerTo=function(s,n,o,a,h,l,c){return o.duration=n,o.stagger=o.stagger||a,o.onComplete=l,o.onCompleteParams=c,o.parent=this,new $t(s,o,je(this,h)),this},e.staggerFrom=function(s,n,o,a,h,l,c){return o.runBackwards=1,yo(o).immediateRender=Se(o.immediateRender),this.staggerTo(s,n,o,a,h,l,c)},e.staggerFromTo=function(s,n,o,a,h,l,c,u){return a.startAt=o,yo(a).immediateRender=Se(a.immediateRender),this.staggerTo(s,n,a,h,l,c,u)},e.render=function(s,n,o){var a=this._time,h=this._dirty?this.totalDuration():this._tDur,l=this._dur,c=s<=0?0:he(s),u=this._zTime<0!=s<0&&(this._initted||!l),d,f,p,m,g,b,_,x,v,T,C,E;if(this!==Xt&&c>h&&s>=0&&(c=h),c!==this._tTime||o||u){if(a!==this._time&&l&&(c+=this._time-a,s+=this._time-a),d=c,v=this._start,x=this._ts,b=!x,u&&(l||(a=this._zTime),(s||!n)&&(this._zTime=s)),this._repeat){if(C=this._yoyo,g=l+this._rDelay,this._repeat<-1&&s<0)return this.totalTime(g*100+s,n,o);if(d=he(c%g),c===h?(m=this._repeat,d=l):(m=~~(c/g),m&&m===c/g&&(d=l,m--),d>l&&(d=l)),T=pn(this._tTime,g),!a&&this._tTime&&T!==m&&this._tTime-T*g-this._dur<=0&&(T=m),C&&m&1&&(d=l-d,E=1),m!==T&&!this._lock){var I=C&&T&1,R=I===(C&&m&1);if(m<T&&(I=!I),a=I?0:c%l?l:c,this._lock=1,this.render(a||(E?0:he(m*g)),n,!l)._lock=0,this._tTime=c,!n&&this.parent&&Oe(this,"onRepeat"),this.vars.repeatRefresh&&!E&&(this.invalidate()._lock=1),a&&a!==this._time||b!==!this._ts||this.vars.onRepeat&&!this.parent&&!this._act)return this;if(l=this._dur,h=this._tDur,R&&(this._lock=2,a=I?l:-1e-4,this.render(a,!0),this.vars.repeatRefresh&&!E&&this.invalidate()),this._lock=0,!this._ts&&!b)return this;py(this,E)}}if(this._hasPause&&!this._forcing&&this._lock<2&&(_=ZC(this,he(a),he(d)),_&&(c-=d-(d=_._start))),this._tTime=c,this._time=d,this._act=!x,this._initted||(this._onUpdate=this.vars.onUpdate,this._initted=1,this._zTime=s,a=0),!a&&d&&!n&&!m&&(Oe(this,"onStart"),this._tTime!==c))return this;if(d>=a&&s>=0)for(f=this._first;f;){if(p=f._next,(f._act||d>=f._start)&&f._ts&&_!==f){if(f.parent!==this)return this.render(s,n,o);if(f.render(f._ts>0?(d-f._start)*f._ts:(f._dirty?f.totalDuration():f._tDur)+(d-f._start)*f._ts,n,o),d!==this._time||!this._ts&&!b){_=0,p&&(c+=this._zTime=-Pt);break}}f=p}else{f=this._last;for(var N=s<0?s:d;f;){if(p=f._prev,(f._act||N<=f._end)&&f._ts&&_!==f){if(f.parent!==this)return this.render(s,n,o);if(f.render(f._ts>0?(N-f._start)*f._ts:(f._dirty?f.totalDuration():f._tDur)+(N-f._start)*f._ts,n,o||fe&&(f._initted||f._startAt)),d!==this._time||!this._ts&&!b){_=0,p&&(c+=this._zTime=N?-Pt:Pt);break}}f=p}}if(_&&!n&&(this.pause(),_.render(d>=a?0:-Pt)._zTime=d>=a?1:-1,this._ts))return this._start=v,Mh(this),this.render(s,n,o);this._onUpdate&&!n&&Oe(this,"onUpdate",!0),(c===h&&this._tTime>=this.totalDuration()||!c&&a)&&(v===this._start||Math.abs(x)!==Math.abs(this._ts))&&(this._lock||((s||!l)&&(c===h&&this._ts>0||!c&&this._ts<0)&&Gr(this,1),!n&&!(s<0&&!a)&&(c||a||!h)&&(Oe(this,c===h&&s>=0?"onComplete":"onReverseComplete",!0),this._prom&&!(c<h&&this.timeScale()>0)&&this._prom())))}return this},e.add=function(s,n){var o=this;if(rr(n)||(n=je(this,n,s)),!(s instanceof So)){if(pe(s))return s.forEach(function(a){return o.add(a,n)}),this;if(ae(s))return this.addLabel(s,n);if(Vt(s))s=$t.delayedCall(0,s);else return this}return this!==s?Fi(this,s,n):this},e.getChildren=function(s,n,o,a){s===void 0&&(s=!0),n===void 0&&(n=!0),o===void 0&&(o=!0),a===void 0&&(a=-Ye);for(var h=[],l=this._first;l;)l._start>=a&&(l instanceof $t?n&&h.push(l):(o&&h.push(l),s&&h.push.apply(h,l.getChildren(!0,n,o)))),l=l._next;return h},e.getById=function(s){for(var n=this.getChildren(1,1,1),o=n.length;o--;)if(n[o].vars.id===s)return n[o]},e.remove=function(s){return ae(s)?this.removeLabel(s):Vt(s)?this.killTweensOf(s):(Ih(this,s),s===this._recent&&(this._recent=this._last),gs(this))},e.totalTime=function(s,n){return arguments.length?(this._forcing=1,!this._dp&&this._ts&&(this._start=he(Be.time-(this._ts>0?s/this._ts:(this.totalDuration()-s)/-this._ts))),r.prototype.totalTime.call(this,s,n),this._forcing=0,this):this._tTime},e.addLabel=function(s,n){return this.labels[s]=je(this,n),this},e.removeLabel=function(s){return delete this.labels[s],this},e.addPause=function(s,n,o){var a=$t.delayedCall(0,n||go,o);return a.data="isPause",this._hasPause=1,Fi(this,a,je(this,s))},e.removePause=function(s){var n=this._first;for(s=je(this,s);n;)n._start===s&&n.data==="isPause"&&Gr(n),n=n._next},e.killTweensOf=function(s,n,o){for(var a=this.getTweensOf(s,o),h=a.length;h--;)kr!==a[h]&&a[h].kill(s,n);return this},e.getTweensOf=function(s,n){for(var o=[],a=Je(s),h=this._first,l=rr(n),c;h;)h instanceof $t?kC(h._targets,a)&&(l?(!kr||h._initted&&h._ts)&&h.globalTime(0)<=n&&h.globalTime(h.totalDuration())>n:!n||h.isActive())&&o.push(h):(c=h.getTweensOf(a,n)).length&&o.push.apply(o,c),h=h._next;return o},e.tweenTo=function(s,n){n=n||{};var o=this,a=je(o,s),h=n,l=h.startAt,c=h.onStart,u=h.onStartParams,d=h.immediateRender,f,p=$t.to(o,ze({ease:n.ease||"none",lazy:!1,immediateRender:!1,time:a,overwrite:"auto",duration:n.duration||Math.abs((a-(l&&"time"in l?l.time:o._time))/o.timeScale())||Pt,onStart:function(){if(o.pause(),!f){var g=n.duration||Math.abs((a-(l&&"time"in l?l.time:o._time))/o.timeScale());p._dur!==g&&mn(p,g,0,1).render(p._time,!0,!0),f=1}c&&c.apply(p,u||[])}},n));return d?p.render(0):p},e.tweenFromTo=function(s,n,o){return this.tweenTo(n,ze({startAt:{time:je(this,s)}},o))},e.recent=function(){return this._recent},e.nextLabel=function(s){return s===void 0&&(s=this._time),oy(this,je(this,s))},e.previousLabel=function(s){return s===void 0&&(s=this._time),oy(this,je(this,s),1)},e.currentLabel=function(s){return arguments.length?this.seek(s,!0):this.previousLabel(this._time+Pt)},e.shiftChildren=function(s,n,o){o===void 0&&(o=0);for(var a=this._first,h=this.labels,l;a;)a._start>=o&&(a._start+=s,a._end+=s),a=a._next;if(n)for(l in h)h[l]>=o&&(h[l]+=s);return gs(this)},e.invalidate=function(s){var n=this._first;for(this._lock=0;n;)n.invalidate(s),n=n._next;return r.prototype.invalidate.call(this,s)},e.clear=function(s){s===void 0&&(s=!0);for(var n=this._first,o;n;)o=n._next,this.remove(n),n=o;return this._dp&&(this._time=this._tTime=this._pTime=0),s&&(this.labels={}),gs(this)},e.totalDuration=function(s){var n=0,o=this,a=o._last,h=Ye,l,c,u;if(arguments.length)return o.timeScale((o._repeat<0?o.duration():o.totalDuration())/(o.reversed()?-s:s));if(o._dirty){for(u=o.parent;a;)l=a._prev,a._dirty&&a.totalDuration(),c=a._start,c>h&&o._sort&&a._ts&&!o._lock?(o._lock=1,Fi(o,a,c-a._delay,1)._lock=0):h=c,c<0&&a._ts&&(n-=c,(!u&&!o._dp||u&&u.smoothChildTiming)&&(o._start+=c/o._ts,o._time-=c,o._tTime-=c),o.shiftChildren(-c,!1,-1/0),h=0),a._end>n&&a._ts&&(n=a._end),a=l;mn(o,o===Xt&&o._time>n?o._time:n,1,1),o._dirty=0}return o._tDur},t.updateRoot=function(s){if(Xt._ts&&(Zg(Xt,Ah(s,Xt)),Ug=Be.frame),Be.frame>=Xg){Xg+=Ne.autoSleep||120;var n=Xt._first;if((!n||!n._ts)&&Ne.autoSleep&&Be._listeners.length<2){for(;n&&!n._ts;)n=n._next;n||Be.sleep()}}},t}(So);ze(ve.prototype,{_lock:0,_hasPause:0,_forcing:0});var nE=function(t,e,i,s,n,o,a){var h=new Ee(this._pt,t,e,0,1,wy,null,n),l=0,c=0,u,d,f,p,m,g,b,_;for(h.b=i,h.e=s,i+="",s+="",(b=~s.indexOf("random("))&&(s=_o(s)),o&&(_=[i,s],o(_,t,e),i=_[0],s=_[1]),d=i.match(Gu)||[];u=Gu.exec(s);)p=u[0],m=s.substring(l,u.index),f?f=(f+1)%5:m.substr(-5)==="rgba("&&(f=1),p!==d[c++]&&(g=parseFloat(d[c-1])||0,h._pt={_next:h._pt,p:m||c===1?m:",",s:g,c:p.charAt(1)==="="?fn(g,p)-g:parseFloat(p)-g,m:f&&f<4?Math.round:0},l=Gu.lastIndex);return h.c=l<s.length?s.substring(l,s.length):"",h.fp=a,(Ng.test(s)||b)&&(h.e=0),this._pt=h,h},Ju=function(t,e,i,s,n,o,a,h,l,c){Vt(s)&&(s=s(n||0,t,o));var u=t[e],d=i!=="get"?i:Vt(u)?l?t[e.indexOf("set")||!Vt(t["get"+e.substr(3)])?e:"get"+e.substr(3)](l):t[e]():u,f=Vt(u)?l?cE:_y:qu,p;if(ae(s)&&(~s.indexOf("random(")&&(s=_o(s)),s.charAt(1)==="="&&(p=fn(d,s)+(me(d)||0),(p||p===0)&&(s=p))),!c||d!==s||$u)return!isNaN(d*s)&&s!==""?(p=new Ee(this._pt,t,e,+d||0,s-(d||0),typeof u=="boolean"?dE:vy,0,f),l&&(p.fp=l),a&&p.modifier(a,this,t),this._pt=p):(!u&&!(e in t)&&ku(e,s),nE.call(this,t,e,d,s,f,h||Ne.stringFilter,l))},oE=function(t,e,i,s,n){if(Vt(t)&&(t=Co(t,n,e,i,s)),!Li(t)||t.style&&t.nodeType||pe(t)||Gg(t))return ae(t)?Co(t,n,e,i,s):t;var o={},a;for(a in t)o[a]=Co(t[a],n,e,i,s);return o},yy=function(t,e,i,s,n,o){var a,h,l,c;if(De[t]&&(a=new De[t]).init(n,a.rawVars?e[t]:oE(e[t],s,n,o,i),i,s,o)!==!1&&(i._pt=h=new Ee(i._pt,n,t,0,1,a.render,a,0,a.priority),i!==gn))for(l=i._ptLookup[i._targets.indexOf(n)],c=a._props.length;c--;)l[a._props[c]]=h;return a},kr,$u,Qu=function r(t,e,i){var s=t.vars,n=s.ease,o=s.startAt,a=s.immediateRender,h=s.lazy,l=s.onUpdate,c=s.runBackwards,u=s.yoyoEase,d=s.keyframes,f=s.autoRevert,p=t._dur,m=t._startAt,g=t._targets,b=t.parent,_=b&&b.data==="nested"?b.vars.targets:g,x=t._overwrite==="auto"&&!Au,v=t.timeline,T,C,E,I,R,N,F,P,A,G,D,X,B;if(v&&(!d||!n)&&(n="none"),t._ease=ys(n,un.ease),t._yEase=u?fy(ys(u===!0?n:u,un.ease)):0,u&&t._yoyo&&!t._repeat&&(u=t._yEase,t._yEase=t._ease,t._ease=u),t._from=!v&&!!s.runBackwards,!v||d&&!s.stagger){if(P=g[0]?ps(g[0]).harness:0,X=P&&s[P.prop],T=Eh(s,Du),m&&(m._zTime<0&&m.progress(1),e<0&&c&&a&&!f?m.render(-1,!0):m.revert(c&&p?Th:FC),m._lazy=0),o){if(Gr(t._startAt=$t.set(g,ze({data:"isStart",overwrite:!1,parent:b,immediateRender:!0,lazy:!m&&Se(h),startAt:null,delay:0,onUpdate:l&&function(){return Oe(t,"onUpdate")},stagger:0},o))),t._startAt._dp=0,t._startAt._sat=t,e<0&&(fe||!a&&!f)&&t._startAt.revert(Th),a&&p&&e<=0&&i<=0){e&&(t._zTime=e);return}}else if(c&&p&&!m){if(e&&(a=!1),E=ze({overwrite:!1,data:"isFromStart",lazy:a&&!m&&Se(h),immediateRender:a,stagger:0,parent:b},T),X&&(E[P.prop]=X),Gr(t._startAt=$t.set(g,E)),t._startAt._dp=0,t._startAt._sat=t,e<0&&(fe?t._startAt.revert(Th):t._startAt.render(-1,!0)),t._zTime=e,!a)r(t._startAt,Pt,Pt);else if(!e)return}for(t._pt=t._ptCache=0,h=p&&Se(h)||h&&!p,C=0;C<g.length;C++){if(R=g[C],F=R._gsap||Xu(g)[C]._gsap,t._ptLookup[C]=G={},Ou[F.id]&&Lr.length&&Ch(),D=_===g?C:_.indexOf(R),P&&(A=new P).init(R,X||T,t,D,_)!==!1&&(t._pt=I=new Ee(t._pt,R,A.name,0,1,A.render,A,0,A.priority),A._props.forEach(function(H){G[H]=I}),A.priority&&(N=1)),!P||X)for(E in T)De[E]&&(A=yy(E,T,t,D,R,_))?A.priority&&(N=1):G[E]=I=Ju.call(t,R,E,"get",T[E],D,_,0,s.stringFilter);t._op&&t._op[C]&&t.kill(R,t._op[C]),x&&t._pt&&(kr=t,Xt.killTweensOf(R,G,t.globalTime(e)),B=!t.parent,kr=0),t._pt&&h&&(Ou[F.id]=1)}N&&Ty(t),t._onInit&&t._onInit(t)}t._onUpdate=l,t._initted=(!t._op||t._pt)&&!B,d&&e<=0&&v.render(Ye,!0,!0)},aE=function(t,e,i,s,n,o,a,h){var l=(t._pt&&t._ptCache||(t._ptCache={}))[e],c,u,d,f;if(!l)for(l=t._ptCache[e]=[],d=t._ptLookup,f=t._targets.length;f--;){if(c=d[f][e],c&&c.d&&c.d._pt)for(c=c.d._pt;c&&c.p!==e&&c.fp!==e;)c=c._next;if(!c)return $u=1,t.vars[e]="+=0",Qu(t,a),$u=0,h?mo(e+" not eligible for reset"):1;l.push(c)}for(f=l.length;f--;)u=l[f],c=u._pt||u,c.s=(s||s===0)&&!n?s:c.s+(s||0)+o*c.c,c.c=i-c.s,u.e&&(u.e=Yt(i)+me(u.e)),u.b&&(u.b=c.s+me(u.b))},hE=function(t,e){var i=t[0]?ps(t[0]).harness:0,s=i&&i.aliases,n,o,a,h;if(!s)return e;n=ms({},e);for(o in s)if(o in n)for(h=s[o].split(","),a=h.length;a--;)n[h[a]]=n[o];return n},lE=function(t,e,i,s){var n=e.ease||s||"power1.inOut",o,a;if(pe(e))a=i[t]||(i[t]=[]),e.forEach(function(h,l){return a.push({t:l/(e.length-1)*100,v:h,e:n})});else for(o in e)a=i[o]||(i[o]=[]),o==="ease"||a.push({t:parseFloat(t),v:e[o],e:n})},Co=function(t,e,i,s,n){return Vt(t)?t.call(e,i,s,n):ae(t)&&~t.indexOf("random(")?_o(t):t},by=Uu+"repeat,repeatDelay,yoyo,repeatRefresh,yoyoEase,autoRevert",xy={};Ce(by+",id,stagger,delay,duration,paused,scrollTrigger",function(r){return xy[r]=1});var $t=function(r){Pg(t,r);function t(i,s,n,o){var a;typeof s=="number"&&(n.duration=s,s=n,n=null),a=r.call(this,o?s:yo(s))||this;var h=a.vars,l=h.duration,c=h.delay,u=h.immediateRender,d=h.stagger,f=h.overwrite,p=h.keyframes,m=h.defaults,g=h.scrollTrigger,b=h.yoyoEase,_=s.parent||Xt,x=(pe(i)||Gg(i)?rr(i[0]):"length"in s)?[i]:Je(i),v,T,C,E,I,R,N,F;if(a._targets=x.length?Xu(x):mo("GSAP target "+i+" not found. https://gsap.com",!Ne.nullTargetWarn)||[],a._ptLookup=[],a._overwrite=f,p||d||vh(l)||vh(c)){if(s=a.vars,v=a.timeline=new ve({data:"nested",defaults:m||{},targets:_&&_.data==="nested"?_.vars.targets:x}),v.kill(),v.parent=v._dp=ir(a),v._start=0,d||vh(l)||vh(c)){if(E=x.length,N=d&&ey(d),Li(d))for(I in d)~by.indexOf(I)&&(F||(F={}),F[I]=d[I]);for(T=0;T<E;T++)C=Eh(s,xy),C.stagger=0,b&&(C.yoyoEase=b),F&&ms(C,F),R=x[T],C.duration=+Co(l,ir(a),T,R,x),C.delay=(+Co(c,ir(a),T,R,x)||0)-a._delay,!d&&E===1&&C.delay&&(a._delay=c=C.delay,a._start+=c,C.delay=0),v.to(R,C,N?N(T,R,x):0),v._ease=St.none;v.duration()?l=c=0:a.timeline=0}else if(p){yo(ze(v.vars.defaults,{ease:"none"})),v._ease=ys(p.ease||s.ease||"none");var P=0,A,G,D;if(pe(p))p.forEach(function(X){return v.to(x,X,">")}),v.duration();else{C={};for(I in p)I==="ease"||I==="easeEach"||lE(I,p[I],C,p.easeEach);for(I in C)for(A=C[I].sort(function(X,B){return X.t-B.t}),P=0,T=0;T<A.length;T++)G=A[T],D={ease:G.e,duration:(G.t-(T?A[T-1].t:0))/100*l},D[I]=G.v,v.to(x,D,P),P+=D.duration;v.duration()<l&&v.to({},{duration:l-v.duration()})}}l||a.duration(l=v.duration())}else a.timeline=0;return f===!0&&!Au&&(kr=ir(a),Xt.killTweensOf(x),kr=0),Fi(_,ir(a),n),s.reversed&&a.reverse(),s.paused&&a.paused(!0),(u||!l&&!p&&a._start===he(_._time)&&Se(u)&&UC(ir(a))&&_.data!=="nested")&&(a._tTime=-Pt,a.render(Math.max(0,-c)||0)),g&&Jg(ir(a),g),a}var e=t.prototype;return e.render=function(s,n,o){var a=this._time,h=this._tDur,l=this._dur,c=s<0,u=s>h-Pt&&!c?h:s<Pt?0:s,d,f,p,m,g,b,_,x,v;if(!l)WC(this,s,n,o);else if(u!==this._tTime||!s||o||!this._initted&&this._tTime||this._startAt&&this._zTime<0!==c){if(d=u,x=this.timeline,this._repeat){if(m=l+this._rDelay,this._repeat<-1&&c)return this.totalTime(m*100+s,n,o);if(d=he(u%m),u===h?(p=this._repeat,d=l):(p=~~(u/m),p&&p===he(u/m)&&(d=l,p--),d>l&&(d=l)),b=this._yoyo&&p&1,b&&(v=this._yEase,d=l-d),g=pn(this._tTime,m),d===a&&!o&&this._initted&&p===g)return this._tTime=u,this;p!==g&&(x&&this._yEase&&py(x,b),this.vars.repeatRefresh&&!b&&!this._lock&&this._time!==m&&this._initted&&(this._lock=o=1,this.render(he(m*p),!0).invalidate()._lock=0))}if(!this._initted){if($g(this,c?s:d,o,n,u))return this._tTime=0,this;if(a!==this._time&&!(o&&this.vars.repeatRefresh&&p!==g))return this;if(l!==this._dur)return this.render(s,n,o)}if(this._tTime=u,this._time=d,!this._act&&this._ts&&(this._act=1,this._lazy=0),this.ratio=_=(v||this._ease)(d/l),this._from&&(this.ratio=_=1-_),d&&!a&&!n&&!p&&(Oe(this,"onStart"),this._tTime!==u))return this;for(f=this._pt;f;)f.r(_,f.d),f=f._next;x&&x.render(s<0?s:x._dur*x._ease(d/this._dur),n,o)||this._startAt&&(this._zTime=s),this._onUpdate&&!n&&(c&&Wu(this,s,n,o),Oe(this,"onUpdate")),this._repeat&&p!==g&&this.vars.onRepeat&&!n&&this.parent&&Oe(this,"onRepeat"),(u===this._tDur||!u)&&this._tTime===u&&(c&&!this._onUpdate&&Wu(this,s,!0,!0),(s||!l)&&(u===this._tDur&&this._ts>0||!u&&this._ts<0)&&Gr(this,1),!n&&!(c&&!a)&&(u||a||b)&&(Oe(this,u===h?"onComplete":"onReverseComplete",!0),this._prom&&!(u<h&&this.timeScale()>0)&&this._prom()))}return this},e.targets=function(){return this._targets},e.invalidate=function(s){return(!s||!this.vars.runBackwards)&&(this._startAt=0),this._pt=this._op=this._onUpdate=this._lazy=this.ratio=0,this._ptLookup=[],this.timeline&&this.timeline.invalidate(s),r.prototype.invalidate.call(this,s)},e.resetTo=function(s,n,o,a,h){To||Be.wake(),this._ts||this.play();var l=Math.min(this._dur,(this._dp._time-this._start)*this._ts),c;return this._initted||Qu(this,l),c=this._ease(l/this._dur),aE(this,s,n,o,a,c,l,h)?this.resetTo(s,n,o,a,1):(Rh(this,0),this.parent||Yg(this._dp,this,"_first","_last",this._dp._sort?"_start":0),this.render(0))},e.kill=function(s,n){if(n===void 0&&(n="all"),!s&&(!n||n==="all"))return this._lazy=this._pt=0,this.parent?vo(this):this;if(this.timeline){var o=this.timeline.totalDuration();return this.timeline.killTweensOf(s,n,kr&&kr.vars.overwrite!==!0)._first||vo(this),this.parent&&o!==this.timeline.totalDuration()&&mn(this,this._dur*this.timeline._tDur/o,0,1),this}var a=this._targets,h=s?Je(s):a,l=this._ptLookup,c=this._pt,u,d,f,p,m,g,b;if((!n||n==="all")&&OC(a,h))return n==="all"&&(this._pt=0),vo(this);for(u=this._op=this._op||[],n!=="all"&&(ae(n)&&(m={},Ce(n,function(_){return m[_]=1}),n=m),n=hE(a,n)),b=a.length;b--;)if(~h.indexOf(a[b])){d=l[b],n==="all"?(u[b]=n,p=d,f={}):(f=u[b]=u[b]||{},p=n);for(m in p)g=d&&d[m],g&&((!("kill"in g.d)||g.d.kill(m)===!0)&&Ih(this,g,"_pt"),delete d[m]),f!=="all"&&(f[m]=1)}return this._initted&&!this._pt&&c&&vo(this),this},t.to=function(s,n){return new t(s,n,arguments[2])},t.from=function(s,n){return bo(1,arguments)},t.delayedCall=function(s,n,o,a){return new t(n,0,{immediateRender:!1,lazy:!1,overwrite:!1,delay:s,onComplete:n,onReverseComplete:n,onCompleteParams:o,onReverseCompleteParams:o,callbackScope:a})},t.fromTo=function(s,n,o){return bo(2,arguments)},t.set=function(s,n){return n.duration=0,n.repeatDelay||(n.repeat=0),new t(s,n)},t.killTweensOf=function(s,n,o){return Xt.killTweensOf(s,n,o)},t}(So);ze($t.prototype,{_targets:[],_lazy:0,_startAt:0,_op:0,_onInit:0}),Ce("staggerTo,staggerFrom,staggerFromTo",function(r){$t[r]=function(){var t=new ve,e=Vu.call(arguments,0);return e.splice(r==="staggerFromTo"?5:4,0,0),t[r].apply(t,e)}});var qu=function(t,e,i){return t[e]=i},_y=function(t,e,i){return t[e](i)},cE=function(t,e,i,s){return t[e](s.fp,i)},uE=function(t,e,i){return t.setAttribute(e,i)},td=function(t,e){return Vt(t[e])?_y:Ru(t[e])&&t.setAttribute?uE:qu},vy=function(t,e){return e.set(e.t,e.p,Math.round((e.s+e.c*t)*1e6)/1e6,e)},dE=function(t,e){return e.set(e.t,e.p,!!(e.s+e.c*t),e)},wy=function(t,e){var i=e._pt,s="";if(!t&&e.b)s=e.b;else if(t===1&&e.e)s=e.e;else{for(;i;)s=i.p+(i.m?i.m(i.s+i.c*t):Math.round((i.s+i.c*t)*1e4)/1e4)+s,i=i._next;s+=e.c}e.set(e.t,e.p,s,e)},ed=function(t,e){for(var i=e._pt;i;)i.r(t,i.d),i=i._next},fE=function(t,e,i,s){for(var n=this._pt,o;n;)o=n._next,n.p===s&&n.modifier(t,e,i),n=o},pE=function(t){for(var e=this._pt,i,s;e;)s=e._next,e.p===t&&!e.op||e.op===t?Ih(this,e,"_pt"):e.dep||(i=1),e=s;return!i},mE=function(t,e,i,s){s.mSet(t,e,s.m.call(s.tween,i,s.mt),s)},Ty=function(t){for(var e=t._pt,i,s,n,o;e;){for(i=e._next,s=n;s&&s.pr>e.pr;)s=s._next;(e._prev=s?s._prev:o)?e._prev._next=e:n=e,(e._next=s)?s._prev=e:o=e,e=i}t._pt=n},Ee=function(){function r(e,i,s,n,o,a,h,l,c){this.t=i,this.s=n,this.c=o,this.p=s,this.r=a||vy,this.d=h||this,this.set=l||qu,this.pr=c||0,this._next=e,e&&(e._prev=this)}var t=r.prototype;return t.modifier=function(i,s,n){this.mSet=this.mSet||this.set,this.set=mE,this.m=i,this.mt=n,this.tween=s},r}();Ce(Uu+"parent,duration,ease,delay,overwrite,runBackwards,startAt,yoyo,immediateRender,repeat,repeatDelay,data,paused,reversed,lazy,callbackScope,stringFilter,id,yoyoEase,stagger,inherit,repeatRefresh,keyframes,autoRevert,scrollTrigger",function(r){return Du[r]=1}),ke.TweenMax=ke.TweenLite=$t,ke.TimelineLite=ke.TimelineMax=ve,Xt=new ve({sortChildren:!1,defaults:un,autoRemoveChildren:!0,id:"root",smoothChildTiming:!0}),Ne.stringFilter=dy;var xs=[],Ph={},gE=[],Sy=0,yE=0,id=function(t){return(Ph[t]||gE).map(function(e){return e()})},rd=function(){var t=Date.now(),e=[];t-Sy>2&&(id("matchMediaInit"),xs.forEach(function(i){var s=i.queries,n=i.conditions,o,a,h,l;for(a in s)o=Gi.matchMedia(s[a]).matches,o&&(h=1),o!==n[a]&&(n[a]=o,l=1);l&&(i.revert(),h&&e.push(i))}),id("matchMediaRevert"),e.forEach(function(i){return i.onMatch(i,function(s){return i.add(null,s)})}),Sy=t,id("matchMedia"))},Cy=function(){function r(e,i){this.selector=i&&Hu(i),this.data=[],this._r=[],this.isReverted=!1,this.id=yE++,e&&this.add(e)}var t=r.prototype;return t.add=function(i,s,n){Vt(i)&&(n=s,s=i,i=Vt);var o=this,a=function(){var l=Dt,c=o.selector,u;return l&&l!==o&&l.data.push(o),n&&(o.selector=Hu(n)),Dt=o,u=s.apply(o,arguments),Vt(u)&&o._r.push(u),Dt=l,o.selector=c,o.isReverted=!1,u};return o.last=a,i===Vt?a(o,function(h){return o.add(null,h)}):i?o[i]=a:a},t.ignore=function(i){var s=Dt;Dt=null,i(this),Dt=s},t.getTweens=function(){var i=[];return this.data.forEach(function(s){return s instanceof r?i.push.apply(i,s.getTweens()):s instanceof $t&&!(s.parent&&s.parent.data==="nested")&&i.push(s)}),i},t.clear=function(){this._r.length=this.data.length=0},t.kill=function(i,s){var n=this;if(i?function(){for(var a=n.getTweens(),h=n.data.length,l;h--;)l=n.data[h],l.data==="isFlip"&&(l.revert(),l.getChildren(!0,!0,!1).forEach(function(c){return a.splice(a.indexOf(c),1)}));for(a.map(function(c){return{g:c._dur||c._delay||c._sat&&!c._sat.vars.immediateRender?c.globalTime(0):-1/0,t:c}}).sort(function(c,u){return u.g-c.g||-1/0}).forEach(function(c){return c.t.revert(i)}),h=n.data.length;h--;)l=n.data[h],l instanceof ve?l.data!=="nested"&&(l.scrollTrigger&&l.scrollTrigger.revert(),l.kill()):!(l instanceof $t)&&l.revert&&l.revert(i);n._r.forEach(function(c){return c(i,n)}),n.isReverted=!0}():this.data.forEach(function(a){return a.kill&&a.kill()}),this.clear(),s)for(var o=xs.length;o--;)xs[o].id===this.id&&xs.splice(o,1)},t.revert=function(i){this.kill(i||{})},r}(),bE=function(){function r(e){this.contexts=[],this.scope=e,Dt&&Dt.data.push(this)}var t=r.prototype;return t.add=function(i,s,n){Li(i)||(i={matches:i});var o=new Cy(0,n||this.scope),a=o.conditions={},h,l,c;Dt&&!o.selector&&(o.selector=Dt.selector),this.contexts.push(o),s=o.add("onMatch",s),o.queries=i;for(l in i)l==="all"?c=1:(h=Gi.matchMedia(i[l]),h&&(xs.indexOf(o)<0&&xs.push(o),(a[l]=h.matches)&&(c=1),h.addListener?h.addListener(rd):h.addEventListener("change",rd)));return c&&s(o,function(u){return o.add(null,u)}),this},t.revert=function(i){this.kill(i||{})},t.kill=function(i){this.contexts.forEach(function(s){return s.kill(i,!0)})},r}(),Lh={registerPlugin:function(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];e.forEach(function(s){return hy(s)})},timeline:function(t){return new ve(t)},getTweensOf:function(t,e){return Xt.getTweensOf(t,e)},getProperty:function(t,e,i,s){ae(t)&&(t=Je(t)[0]);var n=ps(t||{}).get,o=i?Hg:Vg;return i==="native"&&(i=""),t&&(e?o((De[e]&&De[e].get||n)(t,e,i,s)):function(a,h,l){return o((De[a]&&De[a].get||n)(t,a,h,l))})},quickSetter:function(t,e,i){if(t=Je(t),t.length>1){var s=t.map(function(c){return Ie.quickSetter(c,e,i)}),n=s.length;return function(c){for(var u=n;u--;)s[u](c)}}t=t[0]||{};var o=De[e],a=ps(t),h=a.harness&&(a.harness.aliases||{})[e]||e,l=o?function(c){var u=new o;gn._pt=0,u.init(t,i?c+i:c,gn,0,[t]),u.render(1,u),gn._pt&&ed(1,gn)}:a.set(t,h);return o?l:function(c){return l(t,h,i?c+i:c,a,1)}},quickTo:function(t,e,i){var s,n=Ie.to(t,ms((s={},s[e]="+=0.1",s.paused=!0,s),i||{})),o=function(h,l,c){return n.resetTo(e,h,l,c)};return o.tween=n,o},isTweening:function(t){return Xt.getTweensOf(t,!0).length>0},defaults:function(t){return t&&t.ease&&(t.ease=ys(t.ease,un.ease)),Kg(un,t||{})},config:function(t){return Kg(Ne,t||{})},registerEffect:function(t){var e=t.name,i=t.effect,s=t.plugins,n=t.defaults,o=t.extendTimeline;(s||"").split(",").forEach(function(a){return a&&!De[a]&&!ke[a]&&mo(e+" effect requires "+a+" plugin.")}),Bu[e]=function(a,h,l){return i(Je(a),ze(h||{},n),l)},o&&(ve.prototype[e]=function(a,h,l){return this.add(Bu[e](a,Li(h)?h:(l=h)&&{},this),l)})},registerEase:function(t,e){St[t]=ys(e)},parseEase:function(t,e){return arguments.length?ys(t,e):St},getById:function(t){return Xt.getById(t)},exportRoot:function(t,e){t===void 0&&(t={});var i=new ve(t),s,n;for(i.smoothChildTiming=Se(t.smoothChildTiming),Xt.remove(i),i._dp=0,i._time=i._tTime=Xt._time,s=Xt._first;s;)n=s._next,(e||!(!s._dur&&s instanceof $t&&s.vars.onComplete===s._targets[0]))&&Fi(i,s,s._start-s._delay),s=n;return Fi(Xt,i,0),i},context:function(t,e){return t?new Cy(t,e):Dt},matchMedia:function(t){return new bE(t)},matchMediaRefresh:function(){return xs.forEach(function(t){var e=t.conditions,i,s;for(s in e)e[s]&&(e[s]=!1,i=1);i&&t.revert()})||rd()},addEventListener:function(t,e){var i=Ph[t]||(Ph[t]=[]);~i.indexOf(e)||i.push(e)},removeEventListener:function(t,e){var i=Ph[t],s=i&&i.indexOf(e);s>=0&&i.splice(s,1)},utils:{wrap:JC,wrapYoyo:$C,distribute:ey,random:ry,snap:iy,normalize:jC,getUnit:me,clamp:HC,splitColor:ly,toArray:Je,selector:Hu,mapRange:ny,pipe:YC,unitize:zC,interpolate:QC,shuffle:ty},install:Og,effects:Bu,ticker:Be,updateRoot:ve.updateRoot,plugins:De,globalTimeline:Xt,core:{PropTween:Ee,globals:Bg,Tween:$t,Timeline:ve,Animation:So,getCache:ps,_removeLinkedListItem:Ih,reverting:function(){return fe},context:function(t){return t&&Dt&&(Dt.data.push(t),t._ctx=Dt),Dt},suppressOverwrites:function(t){return Au=t}}};Ce("to,from,fromTo,delayedCall,set,killTweensOf",function(r){return Lh[r]=$t[r]}),Be.add(ve.updateRoot),gn=Lh.to({},{duration:0});var xE=function(t,e){for(var i=t._pt;i&&i.p!==e&&i.op!==e&&i.fp!==e;)i=i._next;return i},_E=function(t,e){var i=t._targets,s,n,o;for(s in e)for(n=i.length;n--;)o=t._ptLookup[n][s],o&&(o=o.d)&&(o._pt&&(o=xE(o,s)),o&&o.modifier&&o.modifier(e[s],t,i[n],s))},sd=function(t,e){return{name:t,rawVars:1,init:function(s,n,o){o._onInit=function(a){var h,l;if(ae(n)&&(h={},Ce(n,function(c){return h[c]=1}),n=h),e){h={};for(l in n)h[l]=e(n[l]);n=h}_E(a,n)}}}},Ie=Lh.registerPlugin({name:"attr",init:function(t,e,i,s,n){var o,a,h;this.tween=i;for(o in e)h=t.getAttribute(o)||"",a=this.add(t,"setAttribute",(h||0)+"",e[o],s,n,0,0,o),a.op=o,a.b=h,this._props.push(o)},render:function(t,e){for(var i=e._pt;i;)fe?i.set(i.t,i.p,i.b,i):i.r(t,i.d),i=i._next}},{name:"endArray",init:function(t,e){for(var i=e.length;i--;)this.add(t,i,t[i]||0,e[i],0,0,0,0,0,1)}},sd("roundProps",Ku),sd("modifiers"),sd("snap",iy))||Lh;$t.version=ve.version=Ie.version="3.12.5",Dg=1,Pu()&&yn(),St.Power0,St.Power1,St.Power2,St.Power3,St.Power4,St.Linear,St.Quad,St.Cubic,St.Quart,St.Quint,St.Strong,St.Elastic,St.Back,St.SteppedEase,St.Bounce,St.Sine,St.Expo,St.Circ;/*!
|
|
1168
1168
|
* CSSPlugin 3.12.5
|
|
1169
1169
|
* https://gsap.com
|
|
1170
1170
|
*
|
|
@@ -1172,6 +1172,6 @@ void main(void)\r
|
|
|
1172
1172
|
* Subject to the terms at https://gsap.com/standard-license or for
|
|
1173
1173
|
* Club GSAP members, the agreement issued with that membership.
|
|
1174
1174
|
* @author: Jack Doyle, jack@greensock.com
|
|
1175
|
-
*/var r1,Xr,Ts,qu,In,n1,td,VC=function(){return typeof window<"u"},or={},An=180/Math.PI,Ss=Math.PI/180,Cs=Math.atan2,s1=1e8,ed=/([A-Z])/g,HC=/(left|right|width|margin|padding|x)/i,KC=/[\s,\(]\S/,Di={autoAlpha:"opacity,visibility",scale:"scaleX,scaleY",alpha:"opacity"},id=function(t,e){return e.set(e.t,e.p,Math.round((e.s+e.c*t)*1e4)/1e4+e.u,e)},zC=function(t,e){return e.set(e.t,e.p,t===1?e.e:Math.round((e.s+e.c*t)*1e4)/1e4+e.u,e)},YC=function(t,e){return e.set(e.t,e.p,t?Math.round((e.s+e.c*t)*1e4)/1e4+e.u:e.b,e)},jC=function(t,e){var r=e.s+e.c*t;e.set(e.t,e.p,~~(r+(r<0?-.5:.5))+e.u,e)},o1=function(t,e){return e.set(e.t,e.p,t?e.e:e.b,e)},a1=function(t,e){return e.set(e.t,e.p,t!==1?e.b:e.e,e)},JC=function(t,e,r){return t.style[e]=r},$C=function(t,e,r){return t.style.setProperty(e,r)},QC=function(t,e,r){return t._gsap[e]=r},qC=function(t,e,r){return t._gsap.scaleX=t._gsap.scaleY=r},tE=function(t,e,r,n,s){var o=t._gsap;o.scaleX=o.scaleY=r,o.renderTransform(s,o)},eE=function(t,e,r,n,s){var o=t._gsap;o[e]=r,o.renderTransform(s,o)},Vt="transform",Re=Vt+"Origin",iE=function i(t,e){var r=this,n=this.target,s=n.style,o=n._gsap;if(t in or&&s){if(this.tfm=this.tfm||{},t!=="transform")t=Di[t]||t,~t.indexOf(",")?t.split(",").forEach(function(a){return r.tfm[a]=ar(n,a)}):this.tfm[t]=o.x?o[t]:ar(n,t),t===Re&&(this.tfm.zOrigin=o.zOrigin);else return Di.transform.split(",").forEach(function(a){return i.call(r,a,e)});if(this.props.indexOf(Vt)>=0)return;o.svg&&(this.svgo=n.getAttribute("data-svg-origin"),this.props.push(Re,e,"")),t=Vt}(s||e)&&this.props.push(t,e,s[t])},l1=function(t){t.translate&&(t.removeProperty("translate"),t.removeProperty("scale"),t.removeProperty("rotate"))},rE=function(){var t=this.props,e=this.target,r=e.style,n=e._gsap,s,o;for(s=0;s<t.length;s+=3)t[s+1]?e[t[s]]=t[s+2]:t[s+2]?r[t[s]]=t[s+2]:r.removeProperty(t[s].substr(0,2)==="--"?t[s]:t[s].replace(ed,"-$1").toLowerCase());if(this.tfm){for(o in this.tfm)n[o]=this.tfm[o];n.svg&&(n.renderTransform(),e.setAttribute("data-svg-origin",this.svgo||"")),s=td(),(!s||!s.isStart)&&!r[Vt]&&(l1(r),n.zOrigin&&r[Re]&&(r[Re]+=" "+n.zOrigin+"px",n.zOrigin=0,n.renderTransform()),n.uncache=1)}},h1=function(t,e){var r={target:t,props:[],revert:rE,save:iE};return t._gsap||Me.core.getCache(t),e&&e.split(",").forEach(function(n){return r.save(n)}),r},c1,rd=function(t,e){var r=Xr.createElementNS?Xr.createElementNS((e||"http://www.w3.org/1999/xhtml").replace(/^https/,"http"),t):Xr.createElement(t);return r&&r.style?r:Xr.createElement(t)},Ni=function i(t,e,r){var n=getComputedStyle(t);return n[e]||n.getPropertyValue(e.replace(ed,"-$1").toLowerCase())||n.getPropertyValue(e)||!r&&i(t,Es(e)||e,1)||""},u1="O,Moz,ms,Ms,Webkit".split(","),Es=function(t,e,r){var n=e||In,s=n.style,o=5;if(t in s&&!r)return t;for(t=t.charAt(0).toUpperCase()+t.substr(1);o--&&!(u1[o]+t in s););return o<0?null:(o===3?"ms":o>=0?u1[o]:"")+t},nd=function(){VC()&&window.document&&(r1=window,Xr=r1.document,Ts=Xr.documentElement,In=rd("div")||{style:{}},rd("div"),Vt=Es(Vt),Re=Vt+"Origin",In.style.cssText="border-width:0;line-height:0;position:absolute;padding:0",c1=!!Es("perspective"),td=Me.core.reverting,qu=1)},sd=function i(t){var e=rd("svg",this.ownerSVGElement&&this.ownerSVGElement.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),r=this.parentNode,n=this.nextSibling,s=this.style.cssText,o;if(Ts.appendChild(e),e.appendChild(this),this.style.display="block",t)try{o=this.getBBox(),this._gsapBBox=this.getBBox,this.getBBox=i}catch{}else this._gsapBBox&&(o=this._gsapBBox());return r&&(n?r.insertBefore(this,n):r.appendChild(this)),Ts.removeChild(e),this.style.cssText=s,o},d1=function(t,e){for(var r=e.length;r--;)if(t.hasAttribute(e[r]))return t.getAttribute(e[r])},f1=function(t){var e;try{e=t.getBBox()}catch{e=sd.call(t,!0)}return e&&(e.width||e.height)||t.getBBox===sd||(e=sd.call(t,!0)),e&&!e.width&&!e.x&&!e.y?{x:+d1(t,["x","cx","x1"])||0,y:+d1(t,["y","cy","y1"])||0,width:0,height:0}:e},p1=function(t){return!!(t.getCTM&&(!t.parentNode||t.ownerSVGElement)&&f1(t))},Mn=function(t,e){if(e){var r=t.style,n;e in or&&e!==Re&&(e=Vt),r.removeProperty?(n=e.substr(0,2),(n==="ms"||e.substr(0,6)==="webkit")&&(e="-"+e),r.removeProperty(n==="--"?e:e.replace(ed,"-$1").toLowerCase())):r.removeAttribute(e)}},Wr=function(t,e,r,n,s,o){var a=new Ae(t._pt,e,r,0,1,o?a1:o1);return t._pt=a,a.b=n,a.e=s,t._props.push(r),a},m1={deg:1,rad:1,turn:1},nE={grid:1,flex:1},Zr=function i(t,e,r,n){var s=parseFloat(r)||0,o=(r+"").trim().substr((s+"").length)||"px",a=In.style,l=HC.test(e),h=t.tagName.toLowerCase()==="svg",c=(h?"client":"offset")+(l?"Width":"Height"),u=100,d=n==="px",f=n==="%",p,m,g,b;if(n===o||!s||m1[n]||m1[o])return s;if(o!=="px"&&!d&&(s=i(t,e,r,"px")),b=t.getCTM&&p1(t),(f||o==="%")&&(or[e]||~e.indexOf("adius")))return p=b?t.getBBox()[l?"width":"height"]:t[c],jt(f?s/p*u:s/100*p);if(a[l?"width":"height"]=u+(d?o:n),m=~e.indexOf("adius")||n==="em"&&t.appendChild&&!h?t:t.parentNode,b&&(m=(t.ownerSVGElement||{}).parentNode),(!m||m===Xr||!m.appendChild)&&(m=Xr.body),g=m._gsap,g&&f&&g.width&&l&&g.time===Ue.time&&!g.uncache)return jt(s/g.width*u);if(f&&(e==="height"||e==="width")){var _=t.style[e];t.style[e]=u+n,p=t[c],_?t.style[e]=_:Mn(t,e)}else(f||o==="%")&&!nE[Ni(m,"display")]&&(a.position=Ni(t,"position")),m===t&&(a.position="static"),m.appendChild(In),p=In[c],m.removeChild(In),a.position="absolute";return l&&f&&(g=vn(m),g.time=Ue.time,g.width=m[c]),jt(d?p*s/u:p&&s?u/p*s:0)},ar=function(t,e,r,n){var s;return qu||nd(),e in Di&&e!=="transform"&&(e=Di[e],~e.indexOf(",")&&(e=e.split(",")[0])),or[e]&&e!=="transform"?(s=Mo(t,n),s=e!=="transformOrigin"?s[e]:s.svg?s.origin:kl(Ni(t,Re))+" "+s.zOrigin+"px"):(s=t.style[e],(!s||s==="auto"||n||~(s+"").indexOf("calc("))&&(s=Gl[e]&&Gl[e](t,e,r)||Ni(t,e)||xg(t,e)||(e==="opacity"?1:0))),r&&!~(s+"").trim().indexOf(" ")?Zr(t,e,s,r)+r:s},sE=function(t,e,r,n){if(!r||r==="none"){var s=Es(e,t,1),o=s&&Ni(t,s,1);o&&o!==r?(e=s,r=o):e==="borderColor"&&(r=Ni(t,"borderTopColor"))}var a=new Ae(this._pt,t.style,e,0,1,qg),l=0,h=0,c,u,d,f,p,m,g,b,_,x,v,T;if(a.b=r,a.e=n,r+="",n+="",n==="auto"&&(m=t.style[e],t.style[e]=n,n=Ni(t,e)||n,m?t.style[e]=m:Mn(t,e)),c=[r,n],Zg(c),r=c[0],n=c[1],d=r.match(ys)||[],T=n.match(ys)||[],T.length){for(;u=ys.exec(n);)g=u[0],_=n.substring(l,u.index),p?p=(p+1)%5:(_.substr(-5)==="rgba("||_.substr(-5)==="hsla(")&&(p=1),g!==(m=d[h++]||"")&&(f=parseFloat(m)||0,v=m.substr((f+"").length),g.charAt(1)==="="&&(g=bs(f,g)+v),b=parseFloat(g),x=g.substr((b+"").length),l=ys.lastIndex-x.length,x||(x=x||De.units[e]||v,l===n.length&&(n+=x,a.e+=x)),v!==x&&(f=Zr(t,e,m,x)||0),a._pt={_next:a._pt,p:_||h===1?_:",",s:f,c:b-f,m:p&&p<4||e==="zIndex"?Math.round:0});a.c=l<n.length?n.substring(l,n.length):""}else a.r=e==="display"&&n==="none"?a1:o1;return dg.test(n)&&(a.e=0),this._pt=a,a},g1={top:"0%",bottom:"100%",left:"0%",right:"100%",center:"50%"},oE=function(t){var e=t.split(" "),r=e[0],n=e[1]||"50%";return(r==="top"||r==="bottom"||n==="left"||n==="right")&&(t=r,r=n,n=t),e[0]=g1[r]||r,e[1]=g1[n]||n,e.join(" ")},aE=function(t,e){if(e.tween&&e.tween._time===e.tween._dur){var r=e.t,n=r.style,s=e.u,o=r._gsap,a,l,h;if(s==="all"||s===!0)n.cssText="",l=1;else for(s=s.split(","),h=s.length;--h>-1;)a=s[h],or[a]&&(l=1,a=a==="transformOrigin"?Re:Vt),Mn(r,a);l&&(Mn(r,Vt),o&&(o.svg&&r.removeAttribute("transform"),Mo(r,1),o.uncache=1,l1(n)))}},Gl={clearProps:function(t,e,r,n,s){if(s.data!=="isFromStart"){var o=t._pt=new Ae(t._pt,e,r,0,0,aE);return o.u=n,o.pr=-10,o.tween=s,t._props.push(r),1}}},Ao=[1,0,0,1,0,0],y1={},b1=function(t){return t==="matrix(1, 0, 0, 1, 0, 0)"||t==="none"||!t},x1=function(t){var e=Ni(t,Vt);return b1(e)?Ao:e.substr(7).match(ug).map(jt)},od=function(t,e){var r=t._gsap||vn(t),n=t.style,s=x1(t),o,a,l,h;return r.svg&&t.getAttribute("transform")?(l=t.transform.baseVal.consolidate().matrix,s=[l.a,l.b,l.c,l.d,l.e,l.f],s.join(",")==="1,0,0,1,0,0"?Ao:s):(s===Ao&&!t.offsetParent&&t!==Ts&&!r.svg&&(l=n.display,n.display="block",o=t.parentNode,(!o||!t.offsetParent)&&(h=1,a=t.nextElementSibling,Ts.appendChild(t)),s=x1(t),l?n.display=l:Mn(t,"display"),h&&(a?o.insertBefore(t,a):o?o.appendChild(t):Ts.removeChild(t))),e&&s.length>6?[s[0],s[1],s[4],s[5],s[12],s[13]]:s)},ad=function(t,e,r,n,s,o){var a=t._gsap,l=s||od(t,!0),h=a.xOrigin||0,c=a.yOrigin||0,u=a.xOffset||0,d=a.yOffset||0,f=l[0],p=l[1],m=l[2],g=l[3],b=l[4],_=l[5],x=e.split(" "),v=parseFloat(x[0])||0,T=parseFloat(x[1])||0,C,E,I,R;r?l!==Ao&&(E=f*g-p*m)&&(I=v*(g/E)+T*(-m/E)+(m*_-g*b)/E,R=v*(-p/E)+T*(f/E)-(f*_-p*b)/E,v=I,T=R):(C=f1(t),v=C.x+(~x[0].indexOf("%")?v/100*C.width:v),T=C.y+(~(x[1]||x[0]).indexOf("%")?T/100*C.height:T)),n||n!==!1&&a.smooth?(b=v-h,_=T-c,a.xOffset=u+(b*f+_*m)-b,a.yOffset=d+(b*p+_*g)-_):a.xOffset=a.yOffset=0,a.xOrigin=v,a.yOrigin=T,a.smooth=!!n,a.origin=e,a.originIsAbsolute=!!r,t.style[Re]="0px 0px",o&&(Wr(o,a,"xOrigin",h,v),Wr(o,a,"yOrigin",c,T),Wr(o,a,"xOffset",u,a.xOffset),Wr(o,a,"yOffset",d,a.yOffset)),t.setAttribute("data-svg-origin",v+" "+T)},Mo=function(t,e){var r=t._gsap||new zg(t);if("x"in r&&!e&&!r.uncache)return r;var n=t.style,s=r.scaleX<0,o="px",a="deg",l=getComputedStyle(t),h=Ni(t,Re)||"0",c,u,d,f,p,m,g,b,_,x,v,T,C,E,I,R,F,k,P,A,G,N,X,B,H,ht,W,L,O,U,it,q;return c=u=d=m=g=b=_=x=v=0,f=p=1,r.svg=!!(t.getCTM&&p1(t)),l.translate&&((l.translate!=="none"||l.scale!=="none"||l.rotate!=="none")&&(n[Vt]=(l.translate!=="none"?"translate3d("+(l.translate+" 0 0").split(" ").slice(0,3).join(", ")+") ":"")+(l.rotate!=="none"?"rotate("+l.rotate+") ":"")+(l.scale!=="none"?"scale("+l.scale.split(" ").join(",")+") ":"")+(l[Vt]!=="none"?l[Vt]:"")),n.scale=n.rotate=n.translate="none"),E=od(t,r.svg),r.svg&&(r.uncache?(H=t.getBBox(),h=r.xOrigin-H.x+"px "+(r.yOrigin-H.y)+"px",B=""):B=!e&&t.getAttribute("data-svg-origin"),ad(t,B||h,!!B||r.originIsAbsolute,r.smooth!==!1,E)),T=r.xOrigin||0,C=r.yOrigin||0,E!==Ao&&(k=E[0],P=E[1],A=E[2],G=E[3],c=N=E[4],u=X=E[5],E.length===6?(f=Math.sqrt(k*k+P*P),p=Math.sqrt(G*G+A*A),m=k||P?Cs(P,k)*An:0,_=A||G?Cs(A,G)*An+m:0,_&&(p*=Math.abs(Math.cos(_*Ss))),r.svg&&(c-=T-(T*k+C*A),u-=C-(T*P+C*G))):(q=E[6],U=E[7],W=E[8],L=E[9],O=E[10],it=E[11],c=E[12],u=E[13],d=E[14],I=Cs(q,O),g=I*An,I&&(R=Math.cos(-I),F=Math.sin(-I),B=N*R+W*F,H=X*R+L*F,ht=q*R+O*F,W=N*-F+W*R,L=X*-F+L*R,O=q*-F+O*R,it=U*-F+it*R,N=B,X=H,q=ht),I=Cs(-A,O),b=I*An,I&&(R=Math.cos(-I),F=Math.sin(-I),B=k*R-W*F,H=P*R-L*F,ht=A*R-O*F,it=G*F+it*R,k=B,P=H,A=ht),I=Cs(P,k),m=I*An,I&&(R=Math.cos(I),F=Math.sin(I),B=k*R+P*F,H=N*R+X*F,P=P*R-k*F,X=X*R-N*F,k=B,N=H),g&&Math.abs(g)+Math.abs(m)>359.9&&(g=m=0,b=180-b),f=jt(Math.sqrt(k*k+P*P+A*A)),p=jt(Math.sqrt(X*X+q*q)),I=Cs(N,X),_=Math.abs(I)>2e-4?I*An:0,v=it?1/(it<0?-it:it):0),r.svg&&(B=t.getAttribute("transform"),r.forceCSS=t.setAttribute("transform","")||!b1(Ni(t,Vt)),B&&t.setAttribute("transform",B))),Math.abs(_)>90&&Math.abs(_)<270&&(s?(f*=-1,_+=m<=0?180:-180,m+=m<=0?180:-180):(p*=-1,_+=_<=0?180:-180)),e=e||r.uncache,r.x=c-((r.xPercent=c&&(!e&&r.xPercent||(Math.round(t.offsetWidth/2)===Math.round(-c)?-50:0)))?t.offsetWidth*r.xPercent/100:0)+o,r.y=u-((r.yPercent=u&&(!e&&r.yPercent||(Math.round(t.offsetHeight/2)===Math.round(-u)?-50:0)))?t.offsetHeight*r.yPercent/100:0)+o,r.z=d+o,r.scaleX=jt(f),r.scaleY=jt(p),r.rotation=jt(m)+a,r.rotationX=jt(g)+a,r.rotationY=jt(b)+a,r.skewX=_+a,r.skewY=x+a,r.transformPerspective=v+o,(r.zOrigin=parseFloat(h.split(" ")[2])||!e&&r.zOrigin||0)&&(n[Re]=kl(h)),r.xOffset=r.yOffset=0,r.force3D=De.force3D,r.renderTransform=r.svg?hE:c1?_1:lE,r.uncache=0,r},kl=function(t){return(t=t.split(" "))[0]+" "+t[1]},ld=function(t,e,r){var n=ye(e);return jt(parseFloat(e)+parseFloat(Zr(t,"x",r+"px",n)))+n},lE=function(t,e){e.z="0px",e.rotationY=e.rotationX="0deg",e.force3D=0,_1(t,e)},Rn="0deg",Ro="0px",Pn=") ",_1=function(t,e){var r=e||this,n=r.xPercent,s=r.yPercent,o=r.x,a=r.y,l=r.z,h=r.rotation,c=r.rotationY,u=r.rotationX,d=r.skewX,f=r.skewY,p=r.scaleX,m=r.scaleY,g=r.transformPerspective,b=r.force3D,_=r.target,x=r.zOrigin,v="",T=b==="auto"&&t&&t!==1||b===!0;if(x&&(u!==Rn||c!==Rn)){var C=parseFloat(c)*Ss,E=Math.sin(C),I=Math.cos(C),R;C=parseFloat(u)*Ss,R=Math.cos(C),o=ld(_,o,E*R*-x),a=ld(_,a,-Math.sin(C)*-x),l=ld(_,l,I*R*-x+x)}g!==Ro&&(v+="perspective("+g+Pn),(n||s)&&(v+="translate("+n+"%, "+s+"%) "),(T||o!==Ro||a!==Ro||l!==Ro)&&(v+=l!==Ro||T?"translate3d("+o+", "+a+", "+l+") ":"translate("+o+", "+a+Pn),h!==Rn&&(v+="rotate("+h+Pn),c!==Rn&&(v+="rotateY("+c+Pn),u!==Rn&&(v+="rotateX("+u+Pn),(d!==Rn||f!==Rn)&&(v+="skew("+d+", "+f+Pn),(p!==1||m!==1)&&(v+="scale("+p+", "+m+Pn),_.style[Vt]=v||"translate(0, 0)"},hE=function(t,e){var r=e||this,n=r.xPercent,s=r.yPercent,o=r.x,a=r.y,l=r.rotation,h=r.skewX,c=r.skewY,u=r.scaleX,d=r.scaleY,f=r.target,p=r.xOrigin,m=r.yOrigin,g=r.xOffset,b=r.yOffset,_=r.forceCSS,x=parseFloat(o),v=parseFloat(a),T,C,E,I,R;l=parseFloat(l),h=parseFloat(h),c=parseFloat(c),c&&(c=parseFloat(c),h+=c,l+=c),l||h?(l*=Ss,h*=Ss,T=Math.cos(l)*u,C=Math.sin(l)*u,E=Math.sin(l-h)*-d,I=Math.cos(l-h)*d,h&&(c*=Ss,R=Math.tan(h-c),R=Math.sqrt(1+R*R),E*=R,I*=R,c&&(R=Math.tan(c),R=Math.sqrt(1+R*R),T*=R,C*=R)),T=jt(T),C=jt(C),E=jt(E),I=jt(I)):(T=u,I=d,C=E=0),(x&&!~(o+"").indexOf("px")||v&&!~(a+"").indexOf("px"))&&(x=Zr(f,"x",o,"px"),v=Zr(f,"y",a,"px")),(p||m||g||b)&&(x=jt(x+p-(p*T+m*E)+g),v=jt(v+m-(p*C+m*I)+b)),(n||s)&&(R=f.getBBox(),x=jt(x+n/100*R.width),v=jt(v+s/100*R.height)),R="matrix("+T+","+C+","+E+","+I+","+x+","+v+")",f.setAttribute("transform",R),_&&(f.style[Vt]=R)},cE=function(t,e,r,n,s){var o=360,a=he(s),l=parseFloat(s)*(a&&~s.indexOf("rad")?An:1),h=l-n,c=n+h+"deg",u,d;return a&&(u=s.split("_")[1],u==="short"&&(h%=o,h!==h%(o/2)&&(h+=h<0?o:-o)),u==="cw"&&h<0?h=(h+o*s1)%o-~~(h/o)*o:u==="ccw"&&h>0&&(h=(h-o*s1)%o-~~(h/o)*o)),t._pt=d=new Ae(t._pt,e,r,n,h,zC),d.e=c,d.u="deg",t._props.push(r),d},v1=function(t,e){for(var r in e)t[r]=e[r];return t},uE=function(t,e,r){var n=v1({},r._gsap),s="perspective,force3D,transformOrigin,svgOrigin",o=r.style,a,l,h,c,u,d,f,p;n.svg?(h=r.getAttribute("transform"),r.setAttribute("transform",""),o[Vt]=e,a=Mo(r,1),Mn(r,Vt),r.setAttribute("transform",h)):(h=getComputedStyle(r)[Vt],o[Vt]=e,a=Mo(r,1),o[Vt]=h);for(l in or)h=n[l],c=a[l],h!==c&&s.indexOf(l)<0&&(f=ye(h),p=ye(c),u=f!==p?Zr(r,l,h,p):parseFloat(h),d=parseFloat(c),t._pt=new Ae(t._pt,a,l,u,d-u,id),t._pt.u=p||0,t._props.push(l));v1(a,n)};Ie("padding,margin,Width,Radius",function(i,t){var e="Top",r="Right",n="Bottom",s="Left",o=(t<3?[e,r,n,s]:[e+s,e+r,n+r,n+s]).map(function(a){return t<2?i+a:"border"+a+i});Gl[t>1?"border"+i:i]=function(a,l,h,c,u){var d,f;if(arguments.length<4)return d=o.map(function(p){return ar(a,p,h)}),f=d.join(" "),f.split(d[0]).length===5?d[0]:f;d=(c+"").split(" "),f={},o.forEach(function(p,m){return f[p]=d[m]=d[m]||d[(m-1)/2|0]}),a.init(l,f,u)}});var w1={name:"css",register:nd,targetTest:function(t){return t.style&&t.nodeType},init:function(t,e,r,n,s){var o=this._props,a=t.style,l=r.vars.startAt,h,c,u,d,f,p,m,g,b,_,x,v,T,C,E,I;qu||nd(),this.styles=this.styles||h1(t),I=this.styles.props,this.tween=r;for(m in e)if(m!=="autoRound"&&(c=e[m],!(Oe[m]&&Yg(m,e,r,n,t,s)))){if(f=typeof c,p=Gl[m],f==="function"&&(c=c.call(r,n,t,s),f=typeof c),f==="string"&&~c.indexOf("random(")&&(c=wo(c)),p)p(this,t,m,c,r)&&(E=1);else if(m.substr(0,2)==="--")h=(getComputedStyle(t).getPropertyValue(m)+"").trim(),c+="",Br.lastIndex=0,Br.test(h)||(g=ye(h),b=ye(c)),b?g!==b&&(h=Zr(t,m,h,b)+b):g&&(c+=g),this.add(a,"setProperty",h,c,n,s,0,0,m),o.push(m),I.push(m,0,a[m]);else if(f!=="undefined"){if(l&&m in l?(h=typeof l[m]=="function"?l[m].call(r,n,t,s):l[m],he(h)&&~h.indexOf("random(")&&(h=wo(h)),ye(h+"")||h==="auto"||(h+=De.units[m]||ye(ar(t,m))||""),(h+"").charAt(1)==="="&&(h=ar(t,m))):h=ar(t,m),d=parseFloat(h),_=f==="string"&&c.charAt(1)==="="&&c.substr(0,2),_&&(c=c.substr(2)),u=parseFloat(c),m in Di&&(m==="autoAlpha"&&(d===1&&ar(t,"visibility")==="hidden"&&u&&(d=0),I.push("visibility",0,a.visibility),Wr(this,a,"visibility",d?"inherit":"hidden",u?"inherit":"hidden",!u)),m!=="scale"&&m!=="transform"&&(m=Di[m],~m.indexOf(",")&&(m=m.split(",")[0]))),x=m in or,x){if(this.styles.save(m),v||(T=t._gsap,T.renderTransform&&!e.parseTransform||Mo(t,e.parseTransform),C=e.smoothOrigin!==!1&&T.smooth,v=this._pt=new Ae(this._pt,a,Vt,0,1,T.renderTransform,T,0,-1),v.dep=1),m==="scale")this._pt=new Ae(this._pt,T,"scaleY",T.scaleY,(_?bs(T.scaleY,_+u):u)-T.scaleY||0,id),this._pt.u=0,o.push("scaleY",m),m+="X";else if(m==="transformOrigin"){I.push(Re,0,a[Re]),c=oE(c),T.svg?ad(t,c,0,C,0,this):(b=parseFloat(c.split(" ")[2])||0,b!==T.zOrigin&&Wr(this,T,"zOrigin",T.zOrigin,b),Wr(this,a,m,kl(h),kl(c)));continue}else if(m==="svgOrigin"){ad(t,c,1,C,0,this);continue}else if(m in y1){cE(this,T,m,d,_?bs(d,_+c):c);continue}else if(m==="smoothOrigin"){Wr(this,T,"smooth",T.smooth,c);continue}else if(m==="force3D"){T[m]=c;continue}else if(m==="transform"){uE(this,c,t);continue}}else m in a||(m=Es(m)||m);if(x||(u||u===0)&&(d||d===0)&&!KC.test(c)&&m in a)g=(h+"").substr((d+"").length),u||(u=0),b=ye(c)||(m in De.units?De.units[m]:g),g!==b&&(d=Zr(t,m,h,b)),this._pt=new Ae(this._pt,x?T:a,m,d,(_?bs(d,_+u):u)-d,!x&&(b==="px"||m==="zIndex")&&e.autoRound!==!1?jC:id),this._pt.u=b||0,g!==b&&b!=="%"&&(this._pt.b=h,this._pt.r=YC);else if(m in a)sE.call(this,t,m,h,_?_+c:c);else if(m in t)this.add(t,m,h||t[m],_?_+c:c,n,s);else if(m!=="parseTransform"){Ru(m,c);continue}x||(m in a?I.push(m,0,a[m]):I.push(m,1,h||t[m])),o.push(m)}}E&&t1(this)},render:function(t,e){if(e.tween._time||!td())for(var r=e._pt;r;)r.r(t,r.d),r=r._next;else e.styles.revert()},get:ar,aliases:Di,getSetter:function(t,e,r){var n=Di[e];return n&&n.indexOf(",")<0&&(e=n),e in or&&e!==Re&&(t._gsap.x||ar(t,"x"))?r&&n1===r?e==="scale"?qC:QC:(n1=r||{})&&(e==="scale"?tE:eE):t.style&&!Su(t.style[e])?JC:~e.indexOf("-")?$C:Yu(t,e)},core:{_removeProperty:Mn,_getMatrix:od}};Me.utils.checkPrefix=Es,Me.core.getStyleSaver=h1,function(i,t,e,r){var n=Ie(i+","+t+","+e,function(s){or[s]=1});Ie(t,function(s){De.units[s]="deg",y1[s]=1}),Di[n[13]]=i+","+t,Ie(r,function(s){var o=s.split(":");Di[o[1]]=n[o[0]]})}("x,y,z,scale,scaleX,scaleY,xPercent,yPercent","rotation,rotationX,rotationY,skewX,skewY","transform,transformOrigin,svgOrigin,force3D,smoothOrigin,transformPerspective","0:translateX,1:translateY,2:translateZ,8:rotate,8:rotationZ,8:rotateZ,9:rotateX,10:rotateY"),Ie("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective",function(i){De.units[i]="px"}),Me.registerPlugin(w1);var T1=Me.registerPlugin(w1)||Me;T1.core.Tween;const Ln=new pt;class dE{constructor(t={}){this._recursive=typeof t.recursive=="boolean"?t.recursive:!0,this._toggle=t.toggle||"visible",this._targetList=new Set}add(t){return this._targetList.add(t),this}addAll(t){for(let e=0,r=t.length;e<r;e++)this._targetList.add(t[e]);return this}remove(t){return this._targetList.delete(t),this}removeAll(t){for(let e=0,r=t.length;e<r;e++)this._targetList.delete(t[e]);return this}clear(){return this._targetList.clear(),this}cull(t,e=!1){return e||this.uncull(),this._targetList.forEach(r=>{e||r.getBounds(!1,Ln),this._recursive?this.cullRecursive(t,r,e):(e&&r._bounds.getRectangle(t),r[this._toggle]=Ln.right>t.left&&Ln.left<t.right&&Ln.bottom>t.top&&Ln.top<t.bottom)}),this}uncull(){return this._targetList.forEach(t=>{this._recursive?this.uncullRecursive(t):t[this._toggle]=!1}),this}cullRecursive(t,e,r){const n=r?e._bounds.getRectangle(Ln):e.getBounds(!0,Ln);if(e[this._toggle]=n.right>t.left&&n.left<t.right&&n.bottom>t.top&&n.top<t.bottom,!(n.left>=t.left&&n.top>=t.top&&n.right<=t.right&&n.bottom<=t.bottom)&&e[this._toggle]&&e.children&&e.children.length){const o=e.children;for(let a=0,l=o.length;a<l;a++)this.cullRecursive(t,o[a])}}uncullRecursive(t){if(t[this._toggle]=!0,t.children&&t.children.length){const e=t.children;for(let r=0,n=e.length;r<n;r++)this.uncullRecursive(e[r])}}}var Fl={exports:{}};Fl.exports,function(i,t){var e=200,r="__lodash_hash_undefined__",n=1,s=2,o=9007199254740991,a="[object Arguments]",l="[object Array]",h="[object AsyncFunction]",c="[object Boolean]",u="[object Date]",d="[object Error]",f="[object Function]",p="[object GeneratorFunction]",m="[object Map]",g="[object Number]",b="[object Null]",_="[object Object]",x="[object Promise]",v="[object Proxy]",T="[object RegExp]",C="[object Set]",E="[object String]",I="[object Symbol]",R="[object Undefined]",F="[object WeakMap]",k="[object ArrayBuffer]",P="[object DataView]",A="[object Float32Array]",G="[object Float64Array]",N="[object Int8Array]",X="[object Int16Array]",B="[object Int32Array]",H="[object Uint8Array]",ht="[object Uint8ClampedArray]",W="[object Uint16Array]",L="[object Uint32Array]",O=/[\\^$.*+?()[\]{}|]/g,U=/^\[object .+?Constructor\]$/,it=/^(?:0|[1-9]\d*)$/,q={};q[A]=q[G]=q[N]=q[X]=q[B]=q[H]=q[ht]=q[W]=q[L]=!0,q[a]=q[l]=q[k]=q[c]=q[P]=q[u]=q[d]=q[f]=q[m]=q[g]=q[_]=q[T]=q[C]=q[E]=q[F]=!1;var xt=typeof _e=="object"&&_e&&_e.Object===Object&&_e,Et=typeof self=="object"&&self&&self.Object===Object&&self,tt=xt||Et||Function("return this")(),Z=t&&!t.nodeType&&t,Y=Z&&!0&&i&&!i.nodeType&&i,j=Y&&Y.exports===Z,D=j&&xt.process,ut=function(){try{return D&&D.binding&&D.binding("util")}catch{}}(),gt=ut&&ut.isTypedArray;function Mt(S,y){for(var w=-1,M=S==null?0:S.length,K=0,J=[];++w<M;){var ft=S[w];y(ft,w,S)&&(J[K++]=ft)}return J}function Dt(S,y){for(var w=-1,M=y.length,K=S.length;++w<M;)S[K+w]=y[w];return S}function Ge(S,y){for(var w=-1,M=S==null?0:S.length;++w<M;)if(y(S[w],w,S))return!0;return!1}function Xe(S,y){for(var w=-1,M=Array(S);++w<S;)M[w]=y(w);return M}function jo(S){return function(y){return S(y)}}function Yr(S,y){return S.has(y)}function Ns(S,y){return S==null?void 0:S[y]}function Os(S){var y=-1,w=Array(S.size);return S.forEach(function(M,K){w[++y]=[K,M]}),w}function Zi(S,y){return function(w){return S(y(w))}}function hh(S){var y=-1,w=Array(S.size);return S.forEach(function(M){w[++y]=M}),w}var ch=Array.prototype,Qd=Function.prototype,Bs=Object.prototype,jr=tt["__core-js_shared__"],Jo=Qd.toString,We=Bs.hasOwnProperty,$o=function(){var S=/[^.]+$/.exec(jr&&jr.keys&&jr.keys.IE_PROTO||"");return S?"Symbol(src)_1."+S:""}(),Qo=Bs.toString,qd=RegExp("^"+Jo.call(We).replace(O,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),uh=j?tt.Buffer:void 0,ei=tt.Symbol,Bn=tt.Uint8Array,dh=Bs.propertyIsEnumerable,fh=ch.splice,gr=ei?ei.toStringTag:void 0,qo=Object.getOwnPropertySymbols,Un=uh?uh.isBuffer:void 0,tf=Zi(Object.keys,Object),fi=$r(tt,"DataView"),Xn=$r(tt,"Map"),ta=$r(tt,"Promise"),ea=$r(tt,"Set"),ia=$r(tt,"WeakMap"),Wn=$r(Object,"create"),pi=yi(fi),ef=yi(Xn),rf=yi(ta),nf=yi(ea),sf=yi(ia),ph=ei?ei.prototype:void 0,Vi=ph?ph.valueOf:void 0;function yr(S){var y=-1,w=S==null?0:S.length;for(this.clear();++y<w;){var M=S[y];this.set(M[0],M[1])}}function of(){this.__data__=Wn?Wn(null):{},this.size=0}function af(S){var y=this.has(S)&&delete this.__data__[S];return this.size-=y?1:0,y}function lf(S){var y=this.__data__;if(Wn){var w=y[S];return w===r?void 0:w}return We.call(y,S)?y[S]:void 0}function hf(S){var y=this.__data__;return Wn?y[S]!==void 0:We.call(y,S)}function Jr(S,y){var w=this.__data__;return this.size+=this.has(S)?0:1,w[S]=Wn&&y===void 0?r:y,this}yr.prototype.clear=of,yr.prototype.delete=af,yr.prototype.get=lf,yr.prototype.has=hf,yr.prototype.set=Jr;function mi(S){var y=-1,w=S==null?0:S.length;for(this.clear();++y<w;){var M=S[y];this.set(M[0],M[1])}}function cf(){this.__data__=[],this.size=0}function uf(S){var y=this.__data__,w=Ws(y,S);if(w<0)return!1;var M=y.length-1;return w==M?y.pop():fh.call(y,w,1),--this.size,!0}function df(S){var y=this.__data__,w=Ws(y,S);return w<0?void 0:y[w][1]}function ff(S){return Ws(this.__data__,S)>-1}function pf(S,y){var w=this.__data__,M=Ws(w,S);return M<0?(++this.size,w.push([S,y])):w[M][1]=y,this}mi.prototype.clear=cf,mi.prototype.delete=uf,mi.prototype.get=df,mi.prototype.has=ff,mi.prototype.set=pf;function gi(S){var y=-1,w=S==null?0:S.length;for(this.clear();++y<w;){var M=S[y];this.set(M[0],M[1])}}function mf(){this.size=0,this.__data__={hash:new yr,map:new(Xn||mi),string:new yr}}function Us(S){var y=Hn(this,S).delete(S);return this.size-=y?1:0,y}function ra(S){return Hn(this,S).get(S)}function gf(S){return Hn(this,S).has(S)}function Xs(S,y){var w=Hn(this,S),M=w.size;return w.set(S,y),this.size+=w.size==M?0:1,this}gi.prototype.clear=mf,gi.prototype.delete=Us,gi.prototype.get=ra,gi.prototype.has=gf,gi.prototype.set=Xs;function Zn(S){var y=-1,w=S==null?0:S.length;for(this.__data__=new gi;++y<w;)this.add(S[y])}function yf(S){return this.__data__.set(S,r),this}function bf(S){return this.__data__.has(S)}Zn.prototype.add=Zn.prototype.push=yf,Zn.prototype.has=bf;function Hi(S){var y=this.__data__=new mi(S);this.size=y.size}function mh(){this.__data__=new mi,this.size=0}function xf(S){var y=this.__data__,w=y.delete(S);return this.size=y.size,w}function _f(S){return this.__data__.get(S)}function vf(S){return this.__data__.has(S)}function wf(S,y){var w=this.__data__;if(w instanceof mi){var M=w.__data__;if(!Xn||M.length<e-1)return M.push([S,y]),this.size=++w.size,this;w=this.__data__=new gi(M)}return w.set(S,y),this.size=w.size,this}Hi.prototype.clear=mh,Hi.prototype.delete=xf,Hi.prototype.get=_f,Hi.prototype.has=vf,Hi.prototype.set=wf;function Tf(S,y){var w=Kn(S),M=!w&&kf(S),K=!w&&!M&&Ks(S),J=!w&&!M&&!K&&ha(S),ft=w||M||K||J,_t=ft?Xe(S.length,String):[],mt=_t.length;for(var yt in S)We.call(S,yt)&&!(ft&&(yt=="length"||K&&(yt=="offset"||yt=="parent")||J&&(yt=="buffer"||yt=="byteLength"||yt=="byteOffset")||Pf(yt,mt)))&&_t.push(yt);return _t}function Ws(S,y){for(var w=S.length;w--;)if(Hs(S[w][0],y))return w;return-1}function Sf(S,y,w){var M=y(S);return Kn(S)?M:Dt(M,w(S))}function Vn(S){return S==null?S===void 0?R:b:gr&&gr in Object(S)?Mf(S):oa(S)}function gh(S){return zn(S)&&Vn(S)==a}function yh(S,y,w,M,K){return S===y?!0:S==null||y==null||!zn(S)&&!zn(y)?S!==S&&y!==y:Zs(S,y,w,M,yh,K)}function Zs(S,y,w,M,K,J){var ft=Kn(S),_t=Kn(y),mt=ft?l:ii(S),yt=_t?l:ii(y);mt=mt==a?_:mt,yt=yt==a?_:yt;var Nt=mt==_,Ot=yt==_,zt=mt==yt;if(zt&&Ks(S)){if(!Ks(y))return!1;ft=!0,Nt=!1}if(zt&&!Nt)return J||(J=new Hi),ft||ha(S)?sa(S,y,w,M,K,J):If(S,y,mt,w,M,K,J);if(!(w&n)){var be=Nt&&We.call(S,"__wrapped__"),xe=Ot&&We.call(y,"__wrapped__");if(be||xe){var bi=be?S.value():S,xr=xe?y.value():y;return J||(J=new Hi),K(bi,xr,w,M,J)}}return zt?(J||(J=new Hi),Af(S,y,w,M,K,J)):!1}function na(S){if(!la(S)||Gf(S))return!1;var y=Qr(S)?qd:U;return y.test(yi(S))}function Cf(S){return zn(S)&&xh(S.length)&&!!q[Vn(S)]}function Ef(S){if(!Vs(S))return tf(S);var y=[];for(var w in Object(S))We.call(S,w)&&w!="constructor"&&y.push(w);return y}function sa(S,y,w,M,K,J){var ft=w&n,_t=S.length,mt=y.length;if(_t!=mt&&!(ft&&mt>_t))return!1;var yt=J.get(S);if(yt&&J.get(y))return yt==y;var Nt=-1,Ot=!0,zt=w&s?new Zn:void 0;for(J.set(S,y),J.set(y,S);++Nt<_t;){var be=S[Nt],xe=y[Nt];if(M)var bi=ft?M(xe,be,Nt,y,S,J):M(be,xe,Nt,S,y,J);if(bi!==void 0){if(bi)continue;Ot=!1;break}if(zt){if(!Ge(y,function(xr,Yn){if(!Yr(zt,Yn)&&(be===xr||K(be,xr,w,M,J)))return zt.push(Yn)})){Ot=!1;break}}else if(!(be===xe||K(be,xe,w,M,J))){Ot=!1;break}}return J.delete(S),J.delete(y),Ot}function If(S,y,w,M,K,J,ft){switch(w){case P:if(S.byteLength!=y.byteLength||S.byteOffset!=y.byteOffset)return!1;S=S.buffer,y=y.buffer;case k:return!(S.byteLength!=y.byteLength||!J(new Bn(S),new Bn(y)));case c:case u:case g:return Hs(+S,+y);case d:return S.name==y.name&&S.message==y.message;case T:case E:return S==y+"";case m:var _t=Os;case C:var mt=M&n;if(_t||(_t=hh),S.size!=y.size&&!mt)return!1;var yt=ft.get(S);if(yt)return yt==y;M|=s,ft.set(S,y);var Nt=sa(_t(S),_t(y),M,K,J,ft);return ft.delete(S),Nt;case I:if(Vi)return Vi.call(S)==Vi.call(y)}return!1}function Af(S,y,w,M,K,J){var ft=w&n,_t=bh(S),mt=_t.length,yt=bh(y),Nt=yt.length;if(mt!=Nt&&!ft)return!1;for(var Ot=mt;Ot--;){var zt=_t[Ot];if(!(ft?zt in y:We.call(y,zt)))return!1}var be=J.get(S);if(be&&J.get(y))return be==y;var xe=!0;J.set(S,y),J.set(y,S);for(var bi=ft;++Ot<mt;){zt=_t[Ot];var xr=S[zt],Yn=y[zt];if(M)var Ib=ft?M(Yn,xr,zt,y,S,J):M(xr,Yn,zt,S,y,J);if(!(Ib===void 0?xr===Yn||K(xr,Yn,w,M,J):Ib)){xe=!1;break}bi||(bi=zt=="constructor")}if(xe&&!bi){var vh=S.constructor,wh=y.constructor;vh!=wh&&"constructor"in S&&"constructor"in y&&!(typeof vh=="function"&&vh instanceof vh&&typeof wh=="function"&&wh instanceof wh)&&(xe=!1)}return J.delete(S),J.delete(y),xe}function bh(S){return Sf(S,Ff,Rf)}function Hn(S,y){var w=S.__data__;return Lf(y)?w[typeof y=="string"?"string":"hash"]:w.map}function $r(S,y){var w=Ns(S,y);return na(w)?w:void 0}function Mf(S){var y=We.call(S,gr),w=S[gr];try{S[gr]=void 0;var M=!0}catch{}var K=Qo.call(S);return M&&(y?S[gr]=w:delete S[gr]),K}var Rf=qo?function(S){return S==null?[]:(S=Object(S),Mt(qo(S),function(y){return dh.call(S,y)}))}:Df,ii=Vn;(fi&&ii(new fi(new ArrayBuffer(1)))!=P||Xn&&ii(new Xn)!=m||ta&&ii(ta.resolve())!=x||ea&&ii(new ea)!=C||ia&&ii(new ia)!=F)&&(ii=function(S){var y=Vn(S),w=y==_?S.constructor:void 0,M=w?yi(w):"";if(M)switch(M){case pi:return P;case ef:return m;case rf:return x;case nf:return C;case sf:return F}return y});function Pf(S,y){return y=y??o,!!y&&(typeof S=="number"||it.test(S))&&S>-1&&S%1==0&&S<y}function Lf(S){var y=typeof S;return y=="string"||y=="number"||y=="symbol"||y=="boolean"?S!=="__proto__":S===null}function Gf(S){return!!$o&&$o in S}function Vs(S){var y=S&&S.constructor,w=typeof y=="function"&&y.prototype||Bs;return S===w}function oa(S){return Qo.call(S)}function yi(S){if(S!=null){try{return Jo.call(S)}catch{}try{return S+""}catch{}}return""}function Hs(S,y){return S===y||S!==S&&y!==y}var kf=gh(function(){return arguments}())?gh:function(S){return zn(S)&&We.call(S,"callee")&&!dh.call(S,"callee")},Kn=Array.isArray;function aa(S){return S!=null&&xh(S.length)&&!Qr(S)}var Ks=Un||_h;function br(S,y){return yh(S,y)}function Qr(S){if(!la(S))return!1;var y=Vn(S);return y==f||y==p||y==h||y==v}function xh(S){return typeof S=="number"&&S>-1&&S%1==0&&S<=o}function la(S){var y=typeof S;return S!=null&&(y=="object"||y=="function")}function zn(S){return S!=null&&typeof S=="object"}var ha=gt?jo(gt):Cf;function Ff(S){return aa(S)?Tf(S):Ef(S)}function Df(){return[]}function _h(){return!1}i.exports=br}(Fl,Fl.exports);var fE=Fl.exports;const S1=_r(fE);class $e{constructor(t){this.parent=t,this.paused=!1}destroy(){}down(t){return!1}move(t){return!1}up(t){return!1}wheel(t){return!1}update(t){}resize(){}reset(){}pause(){this.paused=!0}resume(){this.paused=!1}}var pE=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function mE(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var C1={exports:{}};(function(i,t){(function(){var e,r;r=function(n){return i.exports=n},e={linear:function(n,s,o,a){return o*n/a+s},easeInQuad:function(n,s,o,a){return o*(n/=a)*n+s},easeOutQuad:function(n,s,o,a){return-o*(n/=a)*(n-2)+s},easeInOutQuad:function(n,s,o,a){return(n/=a/2)<1?o/2*n*n+s:-o/2*(--n*(n-2)-1)+s},easeInCubic:function(n,s,o,a){return o*(n/=a)*n*n+s},easeOutCubic:function(n,s,o,a){return o*((n=n/a-1)*n*n+1)+s},easeInOutCubic:function(n,s,o,a){return(n/=a/2)<1?o/2*n*n*n+s:o/2*((n-=2)*n*n+2)+s},easeInQuart:function(n,s,o,a){return o*(n/=a)*n*n*n+s},easeOutQuart:function(n,s,o,a){return-o*((n=n/a-1)*n*n*n-1)+s},easeInOutQuart:function(n,s,o,a){return(n/=a/2)<1?o/2*n*n*n*n+s:-o/2*((n-=2)*n*n*n-2)+s},easeInQuint:function(n,s,o,a){return o*(n/=a)*n*n*n*n+s},easeOutQuint:function(n,s,o,a){return o*((n=n/a-1)*n*n*n*n+1)+s},easeInOutQuint:function(n,s,o,a){return(n/=a/2)<1?o/2*n*n*n*n*n+s:o/2*((n-=2)*n*n*n*n+2)+s},easeInSine:function(n,s,o,a){return-o*Math.cos(n/a*(Math.PI/2))+o+s},easeOutSine:function(n,s,o,a){return o*Math.sin(n/a*(Math.PI/2))+s},easeInOutSine:function(n,s,o,a){return-o/2*(Math.cos(Math.PI*n/a)-1)+s},easeInExpo:function(n,s,o,a){return n===0?s:o*Math.pow(2,10*(n/a-1))+s},easeOutExpo:function(n,s,o,a){return n===a?s+o:o*(-Math.pow(2,-10*n/a)+1)+s},easeInOutExpo:function(n,s,o,a){return(n/=a/2)<1?o/2*Math.pow(2,10*(n-1))+s:o/2*(-Math.pow(2,-10*--n)+2)+s},easeInCirc:function(n,s,o,a){return-o*(Math.sqrt(1-(n/=a)*n)-1)+s},easeOutCirc:function(n,s,o,a){return o*Math.sqrt(1-(n=n/a-1)*n)+s},easeInOutCirc:function(n,s,o,a){return(n/=a/2)<1?-o/2*(Math.sqrt(1-n*n)-1)+s:o/2*(Math.sqrt(1-(n-=2)*n)+1)+s},easeInElastic:function(n,s,o,a){var l,h,c;return c=1.70158,h=0,l=o,n===0||(n/=a),h||(h=a*.3),l<Math.abs(o)?(l=o,c=h/4):c=h/(2*Math.PI)*Math.asin(o/l),-(l*Math.pow(2,10*(n-=1))*Math.sin((n*a-c)*(2*Math.PI)/h))+s},easeOutElastic:function(n,s,o,a){var l,h,c;return c=1.70158,h=0,l=o,n===0||(n/=a),h||(h=a*.3),l<Math.abs(o)?(l=o,c=h/4):c=h/(2*Math.PI)*Math.asin(o/l),l*Math.pow(2,-10*n)*Math.sin((n*a-c)*(2*Math.PI)/h)+o+s},easeInOutElastic:function(n,s,o,a){var l,h,c;return c=1.70158,h=0,l=o,n===0||(n/=a/2),h||(h=a*(.3*1.5)),l<Math.abs(o)?(l=o,c=h/4):c=h/(2*Math.PI)*Math.asin(o/l),n<1?-.5*(l*Math.pow(2,10*(n-=1))*Math.sin((n*a-c)*(2*Math.PI)/h))+s:l*Math.pow(2,-10*(n-=1))*Math.sin((n*a-c)*(2*Math.PI)/h)*.5+o+s},easeInBack:function(n,s,o,a,l){return l===void 0&&(l=1.70158),o*(n/=a)*n*((l+1)*n-l)+s},easeOutBack:function(n,s,o,a,l){return l===void 0&&(l=1.70158),o*((n=n/a-1)*n*((l+1)*n+l)+1)+s},easeInOutBack:function(n,s,o,a,l){return l===void 0&&(l=1.70158),(n/=a/2)<1?o/2*(n*n*(((l*=1.525)+1)*n-l))+s:o/2*((n-=2)*n*(((l*=1.525)+1)*n+l)+2)+s},easeInBounce:function(n,s,o,a){var l;return l=e.easeOutBounce(a-n,0,o,a),o-l+s},easeOutBounce:function(n,s,o,a){return(n/=a)<1/2.75?o*(7.5625*n*n)+s:n<2/2.75?o*(7.5625*(n-=1.5/2.75)*n+.75)+s:n<2.5/2.75?o*(7.5625*(n-=2.25/2.75)*n+.9375)+s:o*(7.5625*(n-=2.625/2.75)*n+.984375)+s},easeInOutBounce:function(n,s,o,a){var l;return n<a/2?(l=e.easeInBounce(n*2,0,o,a),l*.5+s):(l=e.easeOutBounce(n*2-a,0,o,a),l*.5+o*.5+s)}},r(e)}).call(pE)})(C1);var gE=C1.exports;const E1=mE(gE);function Dl(i,t){if(i){if(typeof i=="function")return i;if(typeof i=="string")return E1[i]}else return E1[t]}const yE={removeOnInterrupt:!1,ease:"linear",time:1e3};class bE extends $e{constructor(t,e={}){super(t),this.startWidth=null,this.startHeight=null,this.deltaWidth=null,this.deltaHeight=null,this.width=null,this.height=null,this.time=0,this.options=Object.assign({},yE,e),this.options.ease=Dl(this.options.ease),this.setupPosition(),this.setupZoom(),this.time=0}setupPosition(){typeof this.options.position<"u"?(this.startX=this.parent.center.x,this.startY=this.parent.center.y,this.deltaX=this.options.position.x-this.parent.center.x,this.deltaY=this.options.position.y-this.parent.center.y,this.keepCenter=!1):this.keepCenter=!0}setupZoom(){this.width=null,this.height=null,typeof this.options.scale<"u"?this.width=this.parent.screenWidth/this.options.scale:typeof this.options.scaleX<"u"||typeof this.options.scaleY<"u"?(typeof this.options.scaleX<"u"&&(this.width=this.parent.screenWidth/this.options.scaleX),typeof this.options.scaleY<"u"&&(this.height=this.parent.screenHeight/this.options.scaleY)):(typeof this.options.width<"u"&&(this.width=this.options.width),typeof this.options.height<"u"&&(this.height=this.options.height)),this.width!==null&&(this.startWidth=this.parent.screenWidthInWorldPixels,this.deltaWidth=this.width-this.startWidth),this.height!==null&&(this.startHeight=this.parent.screenHeightInWorldPixels,this.deltaHeight=this.height-this.startHeight)}down(){return this.options.removeOnInterrupt&&this.parent.plugins.remove("animate"),!1}complete(){this.parent.plugins.remove("animate"),this.width!==null&&this.parent.fitWidth(this.width,this.keepCenter,this.height===null),this.height!==null&&this.parent.fitHeight(this.height,this.keepCenter,this.width===null),!this.keepCenter&&this.options.position&&this.parent.moveCenter(this.options.position),this.parent.emit("animate-end",this.parent),this.options.callbackOnComplete&&this.options.callbackOnComplete(this.parent)}update(t){if(this.paused)return;this.time+=t;const e=new ct(this.parent.scale.x,this.parent.scale.y);if(this.time>=this.options.time){const r=this.parent.width,n=this.parent.height;this.complete(),(r!==this.parent.width||n!==this.parent.height)&&this.parent.emit("zoomed",{viewport:this.parent,original:e,type:"animate"})}else{const r=this.options.ease(this.time,0,1,this.options.time);if(this.width!==null){const n=this.startWidth,s=this.deltaWidth;this.parent.fitWidth(n+s*r,this.keepCenter,this.height===null)}if(this.height!==null){const n=this.startHeight,s=this.deltaHeight;this.parent.fitHeight(n+s*r,this.keepCenter,this.width===null)}if(this.width===null?this.parent.scale.x=this.parent.scale.y:this.height===null&&(this.parent.scale.y=this.parent.scale.x),!this.keepCenter){const n=this.startX,s=this.startY,o=this.deltaX,a=this.deltaY,l=new ct(this.parent.x,this.parent.y);this.parent.moveCenter(n+o*r,s+a*r),this.parent.emit("moved",{viewport:this.parent,original:l,type:"animate"})}(this.width||this.height)&&this.parent.emit("zoomed",{viewport:this.parent,original:e,type:"animate"})}}}const xE={sides:"all",friction:.5,time:150,ease:"easeInOutSine",underflow:"center",bounceBox:null};class _E extends $e{constructor(t,e={}){super(t),this.options=Object.assign({},xE,e),this.ease=Dl(this.options.ease,"easeInOutSine"),this.options.sides?this.options.sides==="all"?this.top=this.bottom=this.left=this.right=!0:this.options.sides==="horizontal"?(this.right=this.left=!0,this.top=this.bottom=!1):this.options.sides==="vertical"?(this.left=this.right=!1,this.top=this.bottom=!0):(this.top=this.options.sides.indexOf("top")!==-1,this.bottom=this.options.sides.indexOf("bottom")!==-1,this.left=this.options.sides.indexOf("left")!==-1,this.right=this.options.sides.indexOf("right")!==-1):this.left=this.top=this.right=this.bottom=!1;const r=this.options.underflow.toLowerCase();r==="center"?(this.underflowX=0,this.underflowY=0):(this.underflowX=r.indexOf("left")!==-1?-1:r.indexOf("right")!==-1?1:0,this.underflowY=r.indexOf("top")!==-1?-1:r.indexOf("bottom")!==-1?1:0),this.reset()}isActive(){return this.toX!==null||this.toY!==null}down(){return this.toX=this.toY=null,!1}up(){return this.bounce(),!1}update(t){if(!this.paused){if(this.bounce(),this.toX){const e=this.toX;e.time+=t,this.parent.emit("moved",{viewport:this.parent,type:"bounce-x"}),e.time>=this.options.time?(this.parent.x=e.end,this.toX=null,this.parent.emit("bounce-x-end",this.parent)):this.parent.x=this.ease(e.time,e.start,e.delta,this.options.time)}if(this.toY){const e=this.toY;e.time+=t,this.parent.emit("moved",{viewport:this.parent,type:"bounce-y"}),e.time>=this.options.time?(this.parent.y=e.end,this.toY=null,this.parent.emit("bounce-y-end",this.parent)):this.parent.y=this.ease(e.time,e.start,e.delta,this.options.time)}}}calcUnderflowX(){let t;switch(this.underflowX){case-1:t=0;break;case 1:t=this.parent.screenWidth-this.parent.screenWorldWidth;break;default:t=(this.parent.screenWidth-this.parent.screenWorldWidth)/2}return t}calcUnderflowY(){let t;switch(this.underflowY){case-1:t=0;break;case 1:t=this.parent.screenHeight-this.parent.screenWorldHeight;break;default:t=(this.parent.screenHeight-this.parent.screenWorldHeight)/2}return t}oob(){const t=this.options.bounceBox;if(t){const e=typeof t.x>"u"?0:t.x,r=typeof t.y>"u"?0:t.y,n=typeof t.width>"u"?this.parent.worldWidth:t.width,s=typeof t.height>"u"?this.parent.worldHeight:t.height;return{left:this.parent.left<e,right:this.parent.right>n,top:this.parent.top<r,bottom:this.parent.bottom>s,topLeft:new ct(e*this.parent.scale.x,r*this.parent.scale.y),bottomRight:new ct(n*this.parent.scale.x-this.parent.screenWidth,s*this.parent.scale.y-this.parent.screenHeight)}}return{left:this.parent.left<0,right:this.parent.right>this.parent.worldWidth,top:this.parent.top<0,bottom:this.parent.bottom>this.parent.worldHeight,topLeft:new ct(0,0),bottomRight:new ct(this.parent.worldWidth*this.parent.scale.x-this.parent.screenWidth,this.parent.worldHeight*this.parent.scale.y-this.parent.screenHeight)}}bounce(){var t,e;if(this.paused)return;let r,n=this.parent.plugins.get("decelerate",!0);n&&(n.x||n.y)&&(n.x&&n.percentChangeX===((t=n.options)==null?void 0:t.friction)||n.y&&n.percentChangeY===((e=n.options)==null?void 0:e.friction))&&(r=this.oob(),(r.left&&this.left||r.right&&this.right)&&(n.percentChangeX=this.options.friction),(r.top&&this.top||r.bottom&&this.bottom)&&(n.percentChangeY=this.options.friction));const s=this.parent.plugins.get("drag",!0)||{},o=this.parent.plugins.get("pinch",!0)||{};if(n=n||{},!(s!=null&&s.active)&&!(o!=null&&o.active)&&(!this.toX||!this.toY)&&(!n.x||!n.y)){r=r||this.oob();const a=r.topLeft,l=r.bottomRight;if(!this.toX&&!n.x){let h=null;r.left&&this.left?h=this.parent.screenWorldWidth<this.parent.screenWidth?this.calcUnderflowX():-a.x:r.right&&this.right&&(h=this.parent.screenWorldWidth<this.parent.screenWidth?this.calcUnderflowX():-l.x),h!==null&&this.parent.x!==h&&(this.toX={time:0,start:this.parent.x,delta:h-this.parent.x,end:h},this.parent.emit("bounce-x-start",this.parent))}if(!this.toY&&!n.y){let h=null;r.top&&this.top?h=this.parent.screenWorldHeight<this.parent.screenHeight?this.calcUnderflowY():-a.y:r.bottom&&this.bottom&&(h=this.parent.screenWorldHeight<this.parent.screenHeight?this.calcUnderflowY():-l.y),h!==null&&this.parent.y!==h&&(this.toY={time:0,start:this.parent.y,delta:h-this.parent.y,end:h},this.parent.emit("bounce-y-start",this.parent))}}}reset(){this.toX=this.toY=null,this.bounce()}}const vE={left:!1,right:!1,top:!1,bottom:!1,direction:null,underflow:"center"};class wE extends $e{constructor(t,e={}){super(t),this.options=Object.assign({},vE,e),this.options.direction&&(this.options.left=this.options.direction==="x"||this.options.direction==="all"?!0:null,this.options.right=this.options.direction==="x"||this.options.direction==="all"?!0:null,this.options.top=this.options.direction==="y"||this.options.direction==="all"?!0:null,this.options.bottom=this.options.direction==="y"||this.options.direction==="all"?!0:null),this.parseUnderflow(),this.last={x:null,y:null,scaleX:null,scaleY:null},this.update()}parseUnderflow(){const t=this.options.underflow.toLowerCase();t==="none"?this.noUnderflow=!0:t==="center"?(this.underflowX=this.underflowY=0,this.noUnderflow=!1):(this.underflowX=t.indexOf("left")!==-1?-1:t.indexOf("right")!==-1?1:0,this.underflowY=t.indexOf("top")!==-1?-1:t.indexOf("bottom")!==-1?1:0,this.noUnderflow=!1)}move(){return this.update(),!1}update(){if(this.paused||this.parent.x===this.last.x&&this.parent.y===this.last.y&&this.parent.scale.x===this.last.scaleX&&this.parent.scale.y===this.last.scaleY)return;const t=new ct(this.parent.x,this.parent.y),e=this.parent.plugins.decelerate||{};if(this.options.left!==null||this.options.right!==null){let r=!1;if(!this.noUnderflow&&this.parent.screenWorldWidth<this.parent.screenWidth)switch(this.underflowX){case-1:this.parent.x!==0&&(this.parent.x=0,r=!0);break;case 1:this.parent.x!==this.parent.screenWidth-this.parent.screenWorldWidth&&(this.parent.x=this.parent.screenWidth-this.parent.screenWorldWidth,r=!0);break;default:this.parent.x!==(this.parent.screenWidth-this.parent.screenWorldWidth)/2&&(this.parent.x=(this.parent.screenWidth-this.parent.screenWorldWidth)/2,r=!0)}else this.options.left!==null&&this.parent.left<(this.options.left===!0?0:this.options.left)&&(this.parent.x=-(this.options.left===!0?0:this.options.left)*this.parent.scale.x,e.x=0,r=!0),this.options.right!==null&&this.parent.right>(this.options.right===!0?this.parent.worldWidth:this.options.right)&&(this.parent.x=-(this.options.right===!0?this.parent.worldWidth:this.options.right)*this.parent.scale.x+this.parent.screenWidth,e.x=0,r=!0);r&&this.parent.emit("moved",{viewport:this.parent,original:t,type:"clamp-x"})}if(this.options.top!==null||this.options.bottom!==null){let r=!1;if(!this.noUnderflow&&this.parent.screenWorldHeight<this.parent.screenHeight)switch(this.underflowY){case-1:this.parent.y!==0&&(this.parent.y=0,r=!0);break;case 1:this.parent.y!==this.parent.screenHeight-this.parent.screenWorldHeight&&(this.parent.y=this.parent.screenHeight-this.parent.screenWorldHeight,r=!0);break;default:this.parent.y!==(this.parent.screenHeight-this.parent.screenWorldHeight)/2&&(this.parent.y=(this.parent.screenHeight-this.parent.screenWorldHeight)/2,r=!0)}else this.options.top!==null&&this.parent.top<(this.options.top===!0?0:this.options.top)&&(this.parent.y=-(this.options.top===!0?0:this.options.top)*this.parent.scale.y,e.y=0,r=!0),this.options.bottom!==null&&this.parent.bottom>(this.options.bottom===!0?this.parent.worldHeight:this.options.bottom)&&(this.parent.y=-(this.options.bottom===!0?this.parent.worldHeight:this.options.bottom)*this.parent.scale.y+this.parent.screenHeight,e.y=0,r=!0);r&&this.parent.emit("moved",{viewport:this.parent,original:t,type:"clamp-y"})}this.last.x=this.parent.x,this.last.y=this.parent.y,this.last.scaleX=this.parent.scale.x,this.last.scaleY=this.parent.scale.y}reset(){this.update()}}const TE={minWidth:null,minHeight:null,maxWidth:null,maxHeight:null,minScale:null,maxScale:null};class SE extends $e{constructor(t,e={}){super(t),this.options=Object.assign({},TE,e),this.clamp()}resize(){this.clamp()}clamp(){if(!this.paused){if(this.options.minWidth||this.options.minHeight||this.options.maxWidth||this.options.maxHeight){let t=this.parent.worldScreenWidth,e=this.parent.worldScreenHeight;if(this.options.minWidth!==null&&t<this.options.minWidth){const r=this.parent.scale.x;this.parent.fitWidth(this.options.minWidth,!1,!1,!0),this.parent.scale.y*=this.parent.scale.x/r,t=this.parent.worldScreenWidth,e=this.parent.worldScreenHeight,this.parent.emit("zoomed",{viewport:this.parent,type:"clamp-zoom"})}if(this.options.maxWidth!==null&&t>this.options.maxWidth){const r=this.parent.scale.x;this.parent.fitWidth(this.options.maxWidth,!1,!1,!0),this.parent.scale.y*=this.parent.scale.x/r,t=this.parent.worldScreenWidth,e=this.parent.worldScreenHeight,this.parent.emit("zoomed",{viewport:this.parent,type:"clamp-zoom"})}if(this.options.minHeight!==null&&e<this.options.minHeight){const r=this.parent.scale.y;this.parent.fitHeight(this.options.minHeight,!1,!1,!0),this.parent.scale.x*=this.parent.scale.y/r,t=this.parent.worldScreenWidth,e=this.parent.worldScreenHeight,this.parent.emit("zoomed",{viewport:this.parent,type:"clamp-zoom"})}if(this.options.maxHeight!==null&&e>this.options.maxHeight){const r=this.parent.scale.y;this.parent.fitHeight(this.options.maxHeight,!1,!1,!0),this.parent.scale.x*=this.parent.scale.y/r,this.parent.emit("zoomed",{viewport:this.parent,type:"clamp-zoom"})}}else if(this.options.minScale||this.options.maxScale){const t={x:null,y:null},e={x:null,y:null};if(typeof this.options.minScale=="number")t.x=this.options.minScale,t.y=this.options.minScale;else if(this.options.minScale!==null){const s=this.options.minScale;t.x=typeof s.x>"u"?null:s.x,t.y=typeof s.y>"u"?null:s.y}if(typeof this.options.maxScale=="number")e.x=this.options.maxScale,e.y=this.options.maxScale;else if(this.options.maxScale!==null){const s=this.options.maxScale;e.x=typeof s.x>"u"?null:s.x,e.y=typeof s.y>"u"?null:s.y}let r=this.parent.scale.x,n=this.parent.scale.y;t.x!==null&&r<t.x&&(r=t.x),e.x!==null&&r>e.x&&(r=e.x),t.y!==null&&n<t.y&&(n=t.y),e.y!==null&&n>e.y&&(n=e.y),(r!==this.parent.scale.x||n!==this.parent.scale.y)&&(this.parent.scale.set(r,n),this.parent.emit("zoomed",{viewport:this.parent,type:"clamp-zoom"}))}}}reset(){this.clamp()}}const CE={friction:.98,bounce:.8,minSpeed:.01},Vr=16;class EE extends $e{constructor(t,e={}){super(t),this.options=Object.assign({},CE,e),this.saved=[],this.timeSinceRelease=0,this.reset(),this.parent.on("moved",r=>this.handleMoved(r))}down(){return this.saved=[],this.x=this.y=null,!1}isActive(){return!!(this.x||this.y)}move(){if(this.paused)return!1;const t=this.parent.input.count();return(t===1||t>1&&!this.parent.plugins.get("pinch",!0))&&(this.saved.push({x:this.parent.x,y:this.parent.y,time:performance.now()}),this.saved.length>60&&this.saved.splice(0,30)),!1}handleMoved(t){if(this.saved.length){const e=this.saved[this.saved.length-1];t.type==="clamp-x"&&t.original?e.x===t.original.x&&(e.x=this.parent.x):t.type==="clamp-y"&&t.original&&e.y===t.original.y&&(e.y=this.parent.y)}}up(){if(this.parent.input.count()===0&&this.saved.length){const t=performance.now();for(const e of this.saved)if(e.time>=t-100){const r=t-e.time;this.x=(this.parent.x-e.x)/r,this.y=(this.parent.y-e.y)/r,this.percentChangeX=this.percentChangeY=this.options.friction,this.timeSinceRelease=0;break}}return!1}activate(t){t=t||{},typeof t.x<"u"&&(this.x=t.x,this.percentChangeX=this.options.friction),typeof t.y<"u"&&(this.y=t.y,this.percentChangeY=this.options.friction)}update(t){if(this.paused)return;const e=this.x||this.y,r=this.timeSinceRelease,n=this.timeSinceRelease+t;if(this.x){const s=this.percentChangeX,o=Math.log(s);this.parent.x+=this.x*Vr/o*(Math.pow(s,n/Vr)-Math.pow(s,r/Vr)),this.x*=Math.pow(this.percentChangeX,t/Vr)}if(this.y){const s=this.percentChangeY,o=Math.log(s);this.parent.y+=this.y*Vr/o*(Math.pow(s,n/Vr)-Math.pow(s,r/Vr)),this.y*=Math.pow(this.percentChangeY,t/Vr)}this.timeSinceRelease+=t,this.x&&this.y?Math.abs(this.x)<this.options.minSpeed&&Math.abs(this.y)<this.options.minSpeed&&(this.x=0,this.y=0):(Math.abs(this.x||0)<this.options.minSpeed&&(this.x=0),Math.abs(this.y||0)<this.options.minSpeed&&(this.y=0)),e&&this.parent.emit("moved",{viewport:this.parent,type:"decelerate"})}reset(){this.x=this.y=null}}const IE={direction:"all",pressDrag:!0,wheel:!0,wheelScroll:1,reverse:!1,clampWheel:!1,underflow:"center",factor:1,mouseButtons:"all",keyToPress:null,ignoreKeyToPressOnTouch:!1,lineHeight:20,wheelSwapAxes:!1};class AE extends $e{constructor(t,e={}){super(t),this.windowEventHandlers=[],this.options=Object.assign({},IE,e),this.moved=!1,this.reverse=this.options.reverse?1:-1,this.xDirection=!this.options.direction||this.options.direction==="all"||this.options.direction==="x",this.yDirection=!this.options.direction||this.options.direction==="all"||this.options.direction==="y",this.keyIsPressed=!1,this.parseUnderflow(),this.mouseButtons(this.options.mouseButtons),this.options.keyToPress&&this.handleKeyPresses(this.options.keyToPress)}handleKeyPresses(t){const e=n=>{t.includes(n.code)&&(this.keyIsPressed=!0)},r=n=>{t.includes(n.code)&&(this.keyIsPressed=!1)};this.addWindowEventHandler("keyup",r),this.addWindowEventHandler("keydown",e)}addWindowEventHandler(t,e){typeof window>"u"||(window.addEventListener(t,e),this.windowEventHandlers.push({event:t,handler:e}))}destroy(){typeof window>"u"||this.windowEventHandlers.forEach(({event:t,handler:e})=>{window.removeEventListener(t,e)})}mouseButtons(t){!t||t==="all"?this.mouse=[!0,!0,!0]:this.mouse=[t.indexOf("left")!==-1,t.indexOf("middle")!==-1,t.indexOf("right")!==-1]}parseUnderflow(){const t=this.options.underflow.toLowerCase();t==="center"?(this.underflowX=0,this.underflowY=0):(t.includes("left")?this.underflowX=-1:t.includes("right")?this.underflowX=1:this.underflowX=0,t.includes("top")?this.underflowY=-1:t.includes("bottom")?this.underflowY=1:this.underflowY=0)}checkButtons(t){const e=t.pointerType==="mouse",r=this.parent.input.count();return!!((r===1||r>1&&!this.parent.plugins.get("pinch",!0))&&(!e||this.mouse[t.button]))}checkKeyPress(t){return!this.options.keyToPress||this.keyIsPressed||this.options.ignoreKeyToPressOnTouch&&t.data.pointerType==="touch"}down(t){return this.paused||!this.options.pressDrag?!1:this.checkButtons(t)&&this.checkKeyPress(t)?(this.last={x:t.global.x,y:t.global.y},this.current=t.pointerId,!0):(this.last=null,!1)}get active(){return this.moved}move(t){if(this.paused||!this.options.pressDrag)return!1;if(this.last&&this.current===t.data.pointerId){const e=t.global.x,r=t.global.y,n=this.parent.input.count();if(n===1||n>1&&!this.parent.plugins.get("pinch",!0)){const s=e-this.last.x,o=r-this.last.y;if(this.moved||this.xDirection&&this.parent.input.checkThreshold(s)||this.yDirection&&this.parent.input.checkThreshold(o)){const a={x:e,y:r};return this.xDirection&&(this.parent.x+=(a.x-this.last.x)*this.options.factor),this.yDirection&&(this.parent.y+=(a.y-this.last.y)*this.options.factor),this.last=a,this.moved||this.parent.emit("drag-start",{event:t,screen:new ct(this.last.x,this.last.y),world:this.parent.toWorld(new ct(this.last.x,this.last.y)),viewport:this.parent}),this.moved=!0,this.parent.emit("moved",{viewport:this.parent,type:"drag"}),!0}}else this.moved=!1}return!1}up(t){if(this.paused)return!1;const e=this.parent.input.touches;if(e.length===1){const r=e[0];return r.last&&(this.last={x:r.last.x,y:r.last.y},this.current=r.id),this.moved=!1,!0}else if(this.last&&this.moved){const r=new ct(this.last.x,this.last.y);return this.parent.emit("drag-end",{event:t,screen:r,world:this.parent.toWorld(r),viewport:this.parent}),this.last=null,this.moved=!1,!0}return!1}wheel(t){if(this.paused)return!1;if(this.options.wheel){const e=this.parent.plugins.get("wheel",!0);if(!e||!e.options.wheelZoom&&!t.ctrlKey){const r=t.deltaMode?this.options.lineHeight:1,n=[t.deltaX,t.deltaY],[s,o]=this.options.wheelSwapAxes?n.reverse():n;return this.xDirection&&(this.parent.x+=s*r*this.options.wheelScroll*this.reverse),this.yDirection&&(this.parent.y+=o*r*this.options.wheelScroll*this.reverse),this.options.clampWheel&&this.clamp(),this.parent.emit("wheel-scroll",this.parent),this.parent.emit("moved",{viewport:this.parent,type:"wheel"}),this.parent.options.passiveWheel||t.preventDefault(),this.parent.options.stopPropagation&&t.stopPropagation(),!0}}return!1}resume(){this.last=null,this.paused=!1}clamp(){const t=this.parent.plugins.get("decelerate",!0)||{};if(this.options.clampWheel!=="y")if(this.parent.screenWorldWidth<this.parent.screenWidth)switch(this.underflowX){case-1:this.parent.x=0;break;case 1:this.parent.x=this.parent.screenWidth-this.parent.screenWorldWidth;break;default:this.parent.x=(this.parent.screenWidth-this.parent.screenWorldWidth)/2}else this.parent.left<0?(this.parent.x=0,t.x=0):this.parent.right>this.parent.worldWidth&&(this.parent.x=-this.parent.worldWidth*this.parent.scale.x+this.parent.screenWidth,t.x=0);if(this.options.clampWheel!=="x")if(this.parent.screenWorldHeight<this.parent.screenHeight)switch(this.underflowY){case-1:this.parent.y=0;break;case 1:this.parent.y=this.parent.screenHeight-this.parent.screenWorldHeight;break;default:this.parent.y=(this.parent.screenHeight-this.parent.screenWorldHeight)/2}else this.parent.top<0&&(this.parent.y=0,t.y=0),this.parent.bottom>this.parent.worldHeight&&(this.parent.y=-this.parent.worldHeight*this.parent.scale.y+this.parent.screenHeight,t.y=0)}}const ME={speed:0,acceleration:null,radius:null};class RE extends $e{constructor(t,e,r={}){super(t),this.target=e,this.options=Object.assign({},ME,r),this.velocity={x:0,y:0}}update(t){if(this.paused)return;const e=this.parent.center;let r=this.target.x,n=this.target.y;if(this.options.radius)if(Math.sqrt(Math.pow(this.target.y-e.y,2)+Math.pow(this.target.x-e.x,2))>this.options.radius){const a=Math.atan2(this.target.y-e.y,this.target.x-e.x);r=this.target.x-Math.cos(a)*this.options.radius,n=this.target.y-Math.sin(a)*this.options.radius}else return;const s=r-e.x,o=n-e.y;if(s||o)if(this.options.speed)if(this.options.acceleration){const a=Math.atan2(n-e.y,r-e.x),l=Math.sqrt(Math.pow(s,2)+Math.pow(o,2));if(l){const h=(Math.pow(this.velocity.x,2)+Math.pow(this.velocity.y,2))/(2*this.options.acceleration);l>h?this.velocity={x:Math.min(this.velocity.x+(this.options.acceleration*t,this.options.speed)),y:Math.min(this.velocity.y+(this.options.acceleration*t,this.options.speed))}:this.velocity={x:Math.max(this.velocity.x-this.options.acceleration*this.options.speed,0),y:Math.max(this.velocity.y-this.options.acceleration*this.options.speed,0)};const c=Math.cos(a)*this.velocity.x,u=Math.sin(a)*this.velocity.y,d=Math.abs(c)>Math.abs(s)?r:e.x+c,f=Math.abs(u)>Math.abs(o)?n:e.y+u;this.parent.moveCenter(d,f),this.parent.emit("moved",{viewport:this.parent,type:"follow"})}}else{const a=Math.atan2(n-e.y,r-e.x),l=Math.cos(a)*this.options.speed,h=Math.sin(a)*this.options.speed,c=Math.abs(l)>Math.abs(s)?r:e.x+l,u=Math.abs(h)>Math.abs(o)?n:e.y+h;this.parent.moveCenter(c,u),this.parent.emit("moved",{viewport:this.parent,type:"follow"})}else this.parent.moveCenter(r,n),this.parent.emit("moved",{viewport:this.parent,type:"follow"})}}const PE={radius:null,distance:null,top:null,bottom:null,left:null,right:null,speed:8,reverse:!1,noDecelerate:!1,linear:!1,allowButtons:!1};class LE extends $e{constructor(t,e={}){super(t),this.options=Object.assign({},PE,e),this.reverse=this.options.reverse?1:-1,this.radiusSquared=typeof this.options.radius=="number"?Math.pow(this.options.radius,2):null,this.resize()}resize(){const t=this.options.distance;t!==null?(this.left=t,this.top=t,this.right=this.parent.screenWidth-t,this.bottom=this.parent.screenHeight-t):this.options.radius||(this.left=this.options.left,this.top=this.options.top,this.right=this.options.right===null?null:this.parent.screenWidth-this.options.right,this.bottom=this.options.bottom===null?null:this.parent.screenHeight-this.options.bottom)}down(){return this.paused||this.options.allowButtons||(this.horizontal=this.vertical=null),!1}move(t){if(this.paused||t.pointerType!=="mouse"&&t.pointerId!==1||!this.options.allowButtons&&t.buttons!==0)return!1;const e=t.global.x,r=t.global.y;if(this.radiusSquared){const n=this.parent.toScreen(this.parent.center);if(Math.pow(n.x-e,2)+Math.pow(n.y-r,2)>=this.radiusSquared){const s=Math.atan2(n.y-r,n.x-e);this.options.linear?(this.horizontal=Math.round(Math.cos(s))*this.options.speed*this.reverse*(60/1e3),this.vertical=Math.round(Math.sin(s))*this.options.speed*this.reverse*(60/1e3)):(this.horizontal=Math.cos(s)*this.options.speed*this.reverse*(60/1e3),this.vertical=Math.sin(s)*this.options.speed*this.reverse*(60/1e3))}else this.horizontal&&this.decelerateHorizontal(),this.vertical&&this.decelerateVertical(),this.horizontal=this.vertical=0}else this.left!==null&&e<this.left?this.horizontal=Number(this.reverse)*this.options.speed*(60/1e3):this.right!==null&&e>this.right?this.horizontal=-1*this.reverse*this.options.speed*(60/1e3):(this.decelerateHorizontal(),this.horizontal=0),this.top!==null&&r<this.top?this.vertical=Number(this.reverse)*this.options.speed*(60/1e3):this.bottom!==null&&r>this.bottom?this.vertical=-1*this.reverse*this.options.speed*(60/1e3):(this.decelerateVertical(),this.vertical=0);return!1}decelerateHorizontal(){const t=this.parent.plugins.get("decelerate",!0);this.horizontal&&t&&!this.options.noDecelerate&&t.activate({x:this.horizontal*this.options.speed*this.reverse/(1e3/60)})}decelerateVertical(){const t=this.parent.plugins.get("decelerate",!0);this.vertical&&t&&!this.options.noDecelerate&&t.activate({y:this.vertical*this.options.speed*this.reverse/(1e3/60)})}up(){return this.paused||(this.horizontal&&this.decelerateHorizontal(),this.vertical&&this.decelerateVertical(),this.horizontal=this.vertical=null),!1}update(){if(!this.paused&&(this.horizontal||this.vertical)){const t=this.parent.center;this.horizontal&&(t.x+=this.horizontal*this.options.speed),this.vertical&&(t.y+=this.vertical*this.options.speed),this.parent.moveCenter(t),this.parent.emit("moved",{viewport:this.parent,type:"mouse-edges"})}}}const GE={noDrag:!1,percent:1,center:null,factor:1,axis:"all"};class kE extends $e{constructor(t,e={}){super(t),this.active=!1,this.pinching=!1,this.moved=!1,this.options=Object.assign({},GE,e)}down(){return this.parent.input.count()>=2?(this.active=!0,!0):!1}isAxisX(){return["all","x"].includes(this.options.axis)}isAxisY(){return["all","y"].includes(this.options.axis)}move(t){if(this.paused||!this.active)return!1;const e=t.global.x,r=t.global.y,n=this.parent.input.touches;if(n.length>=2){const s=n[0],o=n[1],a=s.last&&o.last?Math.sqrt(Math.pow(o.last.x-s.last.x,2)+Math.pow(o.last.y-s.last.y,2)):null;if(s.id===t.pointerId?s.last={x:e,y:r,data:t}:o.id===t.pointerId&&(o.last={x:e,y:r,data:t}),a){let l;const h=new ct(s.last.x+(o.last.x-s.last.x)/2,s.last.y+(o.last.y-s.last.y)/2);this.options.center||(l=this.parent.toLocal(h));let c=Math.sqrt(Math.pow(o.last.x-s.last.x,2)+Math.pow(o.last.y-s.last.y,2));c=c===0?c=1e-10:c;const u=(1-a/c)*this.options.percent*(this.isAxisX()?this.parent.scale.x:this.parent.scale.y);this.isAxisX()&&(this.parent.scale.x+=u),this.isAxisY()&&(this.parent.scale.y+=u),this.parent.emit("zoomed",{viewport:this.parent,type:"pinch",center:h});const d=this.parent.plugins.get("clamp-zoom",!0);if(d&&d.clamp(),this.options.center)this.parent.moveCenter(this.options.center);else{const f=this.parent.toGlobal(l);this.parent.x+=(h.x-f.x)*this.options.factor,this.parent.y+=(h.y-f.y)*this.options.factor,this.parent.emit("moved",{viewport:this.parent,type:"pinch"})}!this.options.noDrag&&this.lastCenter&&(this.parent.x+=(h.x-this.lastCenter.x)*this.options.factor,this.parent.y+=(h.y-this.lastCenter.y)*this.options.factor,this.parent.emit("moved",{viewport:this.parent,type:"pinch"})),this.lastCenter=h,this.moved=!0}else this.pinching||(this.parent.emit("pinch-start",this.parent),this.pinching=!0);return!0}return!1}up(){return this.pinching&&this.parent.input.touches.length<=1?(this.active=!1,this.lastCenter=null,this.pinching=!1,this.moved=!1,this.parent.emit("pinch-end",this.parent),!0):!1}}const FE={topLeft:!1,friction:.8,time:1e3,ease:"easeInOutSine",interrupt:!0,removeOnComplete:!1,removeOnInterrupt:!1,forceStart:!1};class DE extends $e{constructor(t,e,r,n={}){super(t),this.options=Object.assign({},FE,n),this.ease=Dl(n.ease,"easeInOutSine"),this.x=e,this.y=r,this.options.forceStart&&this.snapStart()}snapStart(){this.percent=0,this.snapping={time:0};const t=this.options.topLeft?this.parent.corner:this.parent.center;this.deltaX=this.x-t.x,this.deltaY=this.y-t.y,this.startX=t.x,this.startY=t.y,this.parent.emit("snap-start",this.parent)}wheel(){return this.options.removeOnInterrupt&&this.parent.plugins.remove("snap"),!1}down(){return this.options.removeOnInterrupt?this.parent.plugins.remove("snap"):this.options.interrupt&&(this.snapping=null),!1}up(){if(this.parent.input.count()===0){const t=this.parent.plugins.get("decelerate",!0);t&&(t.x||t.y)&&(t.percentChangeX=t.percentChangeY=this.options.friction)}return!1}update(t){if(!this.paused&&!(this.options.interrupt&&this.parent.input.count()!==0))if(this.snapping){const e=this.snapping;e.time+=t;let r,n,s;const o=this.startX,a=this.startY,l=this.deltaX,h=this.deltaY;if(e.time>this.options.time)r=!0,n=o+l,s=a+h;else{const c=this.ease(e.time,0,1,this.options.time);n=o+l*c,s=a+h*c}this.options.topLeft?this.parent.moveCorner(n,s):this.parent.moveCenter(n,s),this.parent.emit("moved",{viewport:this.parent,type:"snap"}),r&&(this.options.removeOnComplete&&this.parent.plugins.remove("snap"),this.parent.emit("snap-end",this.parent),this.snapping=null)}else{const e=this.options.topLeft?this.parent.corner:this.parent.center;(e.x!==this.x||e.y!==this.y)&&this.snapStart()}}}const NE={width:0,height:0,time:1e3,ease:"easeInOutSine",center:null,interrupt:!0,removeOnComplete:!1,removeOnInterrupt:!1,forceStart:!1,noMove:!1};class OE extends $e{constructor(t,e={}){super(t),this.options=Object.assign({},NE,e),this.ease=Dl(this.options.ease),this.xIndependent=!1,this.yIndependent=!1,this.xScale=0,this.yScale=0,this.options.width>0&&(this.xScale=t.screenWidth/this.options.width,this.xIndependent=!0),this.options.height>0&&(this.yScale=t.screenHeight/this.options.height,this.yIndependent=!0),this.xScale=this.xIndependent?this.xScale:this.yScale,this.yScale=this.yIndependent?this.yScale:this.xScale,this.options.time===0?(t.container.scale.x=this.xScale,t.container.scale.y=this.yScale,this.options.removeOnComplete&&this.parent.plugins.remove("snap-zoom")):e.forceStart&&this.createSnapping()}createSnapping(){const t=this.parent.worldScreenWidth,e=this.parent.worldScreenHeight,r=this.parent.screenWidth/this.xScale,n=this.parent.screenHeight/this.yScale;this.snapping={time:0,startX:t,startY:e,deltaX:r-t,deltaY:n-e},this.parent.emit("snap-zoom-start",this.parent)}resize(){this.snapping=null,this.options.width>0&&(this.xScale=this.parent.screenWidth/this.options.width),this.options.height>0&&(this.yScale=this.parent.screenHeight/this.options.height),this.xScale=this.xIndependent?this.xScale:this.yScale,this.yScale=this.yIndependent?this.yScale:this.xScale}wheel(){return this.options.removeOnInterrupt&&this.parent.plugins.remove("snap-zoom"),!1}down(){return this.options.removeOnInterrupt?this.parent.plugins.remove("snap-zoom"):this.options.interrupt&&(this.snapping=null),!1}update(t){if(this.paused||this.options.interrupt&&this.parent.input.count()!==0)return;let e;if(!this.options.center&&!this.options.noMove&&(e=this.parent.center),!this.snapping)(this.parent.scale.x!==this.xScale||this.parent.scale.y!==this.yScale)&&this.createSnapping();else if(this.snapping){const r=this.snapping;if(r.time+=t,r.time>=this.options.time)this.parent.scale.set(this.xScale,this.yScale),this.options.removeOnComplete&&this.parent.plugins.remove("snap-zoom"),this.parent.emit("snap-zoom-end",this.parent),this.snapping=null;else{const s=this.snapping,o=this.ease(s.time,s.startX,s.deltaX,this.options.time),a=this.ease(s.time,s.startY,s.deltaY,this.options.time);this.parent.scale.x=this.parent.screenWidth/o,this.parent.scale.y=this.parent.screenHeight/a}const n=this.parent.plugins.get("clamp-zoom",!0);n&&n.clamp(),this.options.noMove||(this.options.center?this.parent.moveCenter(this.options.center):this.parent.moveCenter(e))}}resume(){this.snapping=null,super.resume()}}const BE={percent:.1,smooth:!1,interrupt:!0,reverse:!1,center:null,lineHeight:20,axis:"all",keyToPress:null,trackpadPinch:!1,wheelZoom:!0};class UE extends $e{constructor(t,e={}){super(t),this.options=Object.assign({},BE,e),this.keyIsPressed=!1,this.options.keyToPress&&this.handleKeyPresses(this.options.keyToPress)}handleKeyPresses(t){typeof window>"u"||(window.addEventListener("keydown",e=>{t.includes(e.code)&&(this.keyIsPressed=!0)}),window.addEventListener("keyup",e=>{t.includes(e.code)&&(this.keyIsPressed=!1)}))}checkKeyPress(){return!this.options.keyToPress||this.keyIsPressed}down(){return this.options.interrupt&&(this.smoothing=null),!1}isAxisX(){return["all","x"].includes(this.options.axis)}isAxisY(){return["all","y"].includes(this.options.axis)}update(){if(this.smoothing){const t=this.smoothingCenter,e=this.smoothing;let r;this.options.center||(r=this.parent.toLocal(t)),this.isAxisX()&&(this.parent.scale.x+=e.x),this.isAxisY()&&(this.parent.scale.y+=e.y),this.parent.emit("zoomed",{viewport:this.parent,type:"wheel"});const n=this.parent.plugins.get("clamp-zoom",!0);if(n&&n.clamp(),this.options.center)this.parent.moveCenter(this.options.center);else{const s=this.parent.toGlobal(r);this.parent.x+=t.x-s.x,this.parent.y+=t.y-s.y}this.parent.emit("moved",{viewport:this.parent,type:"wheel"}),this.smoothingCount++,this.smoothingCount>=this.options.smooth&&(this.smoothing=null)}}pinch(t){if(this.paused)return;const e=this.parent.input.getPointerPosition(t),r=-t.deltaY*(t.deltaMode?this.options.lineHeight:1)/200,n=Math.pow(2,(1+this.options.percent)*r);let s;this.options.center||(s=this.parent.toLocal(e)),this.isAxisX()&&(this.parent.scale.x*=n),this.isAxisY()&&(this.parent.scale.y*=n),this.parent.emit("zoomed",{viewport:this.parent,type:"wheel"});const o=this.parent.plugins.get("clamp-zoom",!0);if(o&&o.clamp(),this.options.center)this.parent.moveCenter(this.options.center);else{const a=this.parent.toGlobal(s);this.parent.x+=e.x-a.x,this.parent.y+=e.y-a.y}this.parent.emit("moved",{viewport:this.parent,type:"wheel"}),this.parent.emit("wheel-start",{event:t,viewport:this.parent})}wheel(t){if(this.paused||!this.checkKeyPress())return!1;if(t.ctrlKey&&this.options.trackpadPinch)this.pinch(t);else if(this.options.wheelZoom){const e=this.parent.input.getPointerPosition(t),r=(this.options.reverse?-1:1)*-t.deltaY*(t.deltaMode?this.options.lineHeight:1)/500,n=Math.pow(2,(1+this.options.percent)*r);if(this.options.smooth){const s={x:this.smoothing?this.smoothing.x*(this.options.smooth-this.smoothingCount):0,y:this.smoothing?this.smoothing.y*(this.options.smooth-this.smoothingCount):0};this.smoothing={x:((this.parent.scale.x+s.x)*n-this.parent.scale.x)/this.options.smooth,y:((this.parent.scale.y+s.y)*n-this.parent.scale.y)/this.options.smooth},this.smoothingCount=0,this.smoothingCenter=e}else{let s;this.options.center||(s=this.parent.toLocal(e)),this.isAxisX()&&(this.parent.scale.x*=n),this.isAxisY()&&(this.parent.scale.y*=n),this.parent.emit("zoomed",{viewport:this.parent,type:"wheel"});const o=this.parent.plugins.get("clamp-zoom",!0);if(o&&o.clamp(),this.options.center)this.parent.moveCenter(this.options.center);else{const a=this.parent.toGlobal(s);this.parent.x+=e.x-a.x,this.parent.y+=e.y-a.y}}this.parent.emit("moved",{viewport:this.parent,type:"wheel"}),this.parent.emit("wheel-start",{event:t,viewport:this.parent})}return!this.parent.options.passiveWheel}}class XE{constructor(t){this.viewport=t,this.touches=[],this.addListeners()}addListeners(){this.viewport.eventMode="static",this.viewport.forceHitArea||(this.viewport.hitArea=new pt(0,0,this.viewport.worldWidth,this.viewport.worldHeight)),this.viewport.on("pointerdown",this.down,this),this.viewport.options.allowPreserveDragOutside?this.viewport.on("globalpointermove",this.move,this):this.viewport.on("pointermove",this.move,this),this.viewport.on("pointerup",this.up,this),this.viewport.on("pointerupoutside",this.up,this),this.viewport.on("pointercancel",this.up,this),this.viewport.options.allowPreserveDragOutside||this.viewport.on("pointerleave",this.up,this),this.wheelFunction=t=>this.handleWheel(t),this.viewport.options.events.domElement.addEventListener("wheel",this.wheelFunction,{passive:this.viewport.options.passiveWheel}),this.isMouseDown=!1}destroy(){var t;(t=this.viewport.options.events.domElement)==null||t.removeEventListener("wheel",this.wheelFunction)}down(t){if(!(this.viewport.pause||!this.viewport.visible)){if(t.pointerType==="mouse"?this.isMouseDown=!0:this.get(t.pointerId)||this.touches.push({id:t.pointerId,last:null}),this.count()===1){this.last=t.global.clone();const e=this.viewport.plugins.get("decelerate",!0),r=this.viewport.plugins.get("bounce",!0);(!e||!e.isActive())&&(!r||!r.isActive())?this.clickedAvailable=!0:this.clickedAvailable=!1}else this.clickedAvailable=!1;this.viewport.plugins.down(t)&&this.viewport.options.stopPropagation&&t.stopPropagation()}}clear(){this.isMouseDown=!1,this.touches=[],this.last=null}checkThreshold(t){return Math.abs(t)>=this.viewport.threshold}move(t){if(this.viewport.pause||!this.viewport.visible)return;const e=this.viewport.plugins.move(t);if(this.clickedAvailable&&this.last){const r=t.global.x-this.last.x,n=t.global.y-this.last.y;(this.checkThreshold(r)||this.checkThreshold(n))&&(this.clickedAvailable=!1)}e&&this.viewport.options.stopPropagation&&t.stopPropagation()}up(t){if(this.viewport.pause||!this.viewport.visible)return;t.pointerType==="mouse"&&(this.isMouseDown=!1),t.pointerType!=="mouse"&&this.remove(t.pointerId);const e=this.viewport.plugins.up(t);this.clickedAvailable&&this.count()===0&&this.last&&(this.viewport.emit("clicked",{event:t,screen:this.last,world:this.viewport.toWorld(this.last),viewport:this.viewport}),this.clickedAvailable=!1),e&&this.viewport.options.stopPropagation&&t.stopPropagation()}getPointerPosition(t){const e=new ct;return this.viewport.options.events.mapPositionToPoint(e,t.clientX,t.clientY),e}handleWheel(t){if(this.viewport.pause||!this.viewport.visible)return;const e=this.viewport.toLocal(this.getPointerPosition(t));this.viewport.left<=e.x&&e.x<=this.viewport.right&&this.viewport.top<=e.y&&e.y<=this.viewport.bottom&&this.viewport.plugins.wheel(t)&&!this.viewport.options.passiveWheel&&t.preventDefault()}pause(){this.touches=[],this.isMouseDown=!1}get(t){for(const e of this.touches)if(e.id===t)return e;return null}remove(t){for(let e=0;e<this.touches.length;e++)if(this.touches[e].id===t){this.touches.splice(e,1);return}}count(){return(this.isMouseDown?1:0)+this.touches.length}}const Po=["drag","pinch","wheel","follow","mouse-edges","decelerate","animate","bounce","snap-zoom","clamp-zoom","snap","clamp"];class WE{constructor(t){this.viewport=t,this.list=[],this.plugins={}}add(t,e,r=Po.length){const n=this.plugins[t];n&&n.destroy(),this.plugins[t]=e;const s=Po.indexOf(t);s!==-1&&Po.splice(s,1),Po.splice(r,0,t),this.sort()}get(t,e){var r;return e&&(r=this.plugins[t])!=null&&r.paused?null:this.plugins[t]}update(t){for(const e of this.list)e.update(t)}resize(){for(const t of this.list)t.resize()}reset(){for(const t of this.list)t.reset()}removeAll(){this.list.forEach(t=>{t.destroy()}),this.plugins={},this.sort()}remove(t){var e;this.plugins[t]&&((e=this.plugins[t])==null||e.destroy(),delete this.plugins[t],this.viewport.emit("plugin-remove",t),this.sort())}pause(t){var e;(e=this.plugins[t])==null||e.pause()}resume(t){var e;(e=this.plugins[t])==null||e.resume()}sort(){this.list=[];for(const t of Po)this.plugins[t]&&this.list.push(this.plugins[t])}down(t){let e=!1;for(const r of this.list)r.down(t)&&(e=!0);return e}move(t){let e=!1;for(const r of this.viewport.plugins.list)r.move(t)&&(e=!0);return e}up(t){let e=!1;for(const r of this.list)r.up(t)&&(e=!0);return e}wheel(t){let e=!1;for(const r of this.list)r.wheel(t)&&(e=!0);return e}}const ZE={screenWidth:typeof window>"u"?0:window.innerWidth,screenHeight:typeof window>"u"?0:window.innerHeight,worldWidth:null,worldHeight:null,threshold:5,passiveWheel:!0,stopPropagation:!1,forceHitArea:null,noTicker:!1,disableOnContextMenu:!1,ticker:we.shared,allowPreserveDragOutside:!1};class VE extends St{constructor(t){super(),this._disableOnContextMenu=e=>e.preventDefault(),this.options={...ZE,...t},this.screenWidth=this.options.screenWidth,this.screenHeight=this.options.screenHeight,this._worldWidth=this.options.worldWidth,this._worldHeight=this.options.worldHeight,this.forceHitArea=this.options.forceHitArea,this.threshold=this.options.threshold,this.options.disableOnContextMenu&&this.options.events.domElement.addEventListener("contextmenu",this._disableOnContextMenu),this.options.noTicker||(this.tickerFunction=()=>this.update(this.options.ticker.elapsedMS),this.options.ticker.add(this.tickerFunction)),this.input=new XE(this),this.plugins=new WE(this)}destroy(t){var e;!this.options.noTicker&&this.tickerFunction&&this.options.ticker.remove(this.tickerFunction),this.options.disableOnContextMenu&&((e=this.options.events.domElement)==null||e.removeEventListener("contextmenu",this._disableOnContextMenu)),this.input.destroy(),super.destroy(t)}update(t){this.pause||(this.plugins.update(t),this.lastViewport&&(this.lastViewport.x!==this.x||this.lastViewport.y!==this.y?this.moving=!0:this.moving&&(this.emit("moved-end",this),this.moving=!1),this.lastViewport.scaleX!==this.scale.x||this.lastViewport.scaleY!==this.scale.y?this.zooming=!0:this.zooming&&(this.emit("zoomed-end",this),this.zooming=!1)),this.forceHitArea||(this._hitAreaDefault=new pt(this.left,this.top,this.worldScreenWidth,this.worldScreenHeight),this.hitArea=this._hitAreaDefault),this._dirty=this._dirty||!this.lastViewport||this.lastViewport.x!==this.x||this.lastViewport.y!==this.y||this.lastViewport.scaleX!==this.scale.x||this.lastViewport.scaleY!==this.scale.y,this.lastViewport={x:this.x,y:this.y,scaleX:this.scale.x,scaleY:this.scale.y},this.emit("frame-end",this))}resize(t=typeof window>"u"?0:window.innerWidth,e=typeof window>"u"?0:window.innerHeight,r,n){this.screenWidth=t,this.screenHeight=e,typeof r<"u"&&(this._worldWidth=r),typeof n<"u"&&(this._worldHeight=n),this.plugins.resize(),this.dirty=!0}get worldWidth(){return this._worldWidth?this._worldWidth:this.width/this.scale.x}set worldWidth(t){this._worldWidth=t,this.plugins.resize()}get worldHeight(){return this._worldHeight?this._worldHeight:this.height/this.scale.y}set worldHeight(t){this._worldHeight=t,this.plugins.resize()}getVisibleBounds(){return new pt(this.left,this.top,this.worldScreenWidth,this.worldScreenHeight)}toWorld(t,e){return arguments.length===2?this.toLocal(new ct(t,e)):this.toLocal(t)}toScreen(t,e){return arguments.length===2?this.toGlobal(new ct(t,e)):this.toGlobal(t)}get worldScreenWidth(){return this.screenWidth/this.scale.x}get worldScreenHeight(){return this.screenHeight/this.scale.y}get screenWorldWidth(){return this.worldWidth*this.scale.x}get screenWorldHeight(){return this.worldHeight*this.scale.y}get center(){return new ct(this.worldScreenWidth/2-this.x/this.scale.x,this.worldScreenHeight/2-this.y/this.scale.y)}set center(t){this.moveCenter(t)}moveCenter(...t){let e,r;typeof t[0]=="number"?(e=t[0],r=t[1]):(e=t[0].x,r=t[0].y);const n=(this.worldScreenWidth/2-e)*this.scale.x,s=(this.worldScreenHeight/2-r)*this.scale.y;return(this.x!==n||this.y!==s)&&(this.position.set(n,s),this.plugins.reset(),this.dirty=!0),this}get corner(){return new ct(-this.x/this.scale.x,-this.y/this.scale.y)}set corner(t){this.moveCorner(t)}moveCorner(...t){let e,r;return t.length===1?(e=-t[0].x*this.scale.x,r=-t[0].y*this.scale.y):(e=-t[0]*this.scale.x,r=-t[1]*this.scale.y),(e!==this.x||r!==this.y)&&(this.position.set(e,r),this.plugins.reset(),this.dirty=!0),this}get screenWidthInWorldPixels(){return this.screenWidth/this.scale.x}get screenHeightInWorldPixels(){return this.screenHeight/this.scale.y}findFitWidth(t){return this.screenWidth/t}findFitHeight(t){return this.screenHeight/t}findFit(t,e){const r=this.screenWidth/t,n=this.screenHeight/e;return Math.min(r,n)}findCover(t,e){const r=this.screenWidth/t,n=this.screenHeight/e;return Math.max(r,n)}fitWidth(t=this.worldWidth,e,r=!0,n){let s;e&&(s=this.center),this.scale.x=this.screenWidth/t,r&&(this.scale.y=this.scale.x);const o=this.plugins.get("clamp-zoom",!0);return!n&&o&&o.clamp(),e&&s&&this.moveCenter(s),this}fitHeight(t=this.worldHeight,e,r=!0,n){let s;e&&(s=this.center),this.scale.y=this.screenHeight/t,r&&(this.scale.x=this.scale.y);const o=this.plugins.get("clamp-zoom",!0);return!n&&o&&o.clamp(),e&&s&&this.moveCenter(s),this}fitWorld(t){let e;t&&(e=this.center),this.scale.x=this.screenWidth/this.worldWidth,this.scale.y=this.screenHeight/this.worldHeight,this.scale.x<this.scale.y?this.scale.y=this.scale.x:this.scale.x=this.scale.y;const r=this.plugins.get("clamp-zoom",!0);return r&&r.clamp(),t&&e&&this.moveCenter(e),this}fit(t,e=this.worldWidth,r=this.worldHeight){let n;t&&(n=this.center),this.scale.x=this.screenWidth/e,this.scale.y=this.screenHeight/r,this.scale.x<this.scale.y?this.scale.y=this.scale.x:this.scale.x=this.scale.y;const s=this.plugins.get("clamp-zoom",!0);return s&&s.clamp(),t&&n&&this.moveCenter(n),this}setZoom(t,e){let r;e&&(r=this.center),this.scale.set(t);const n=this.plugins.get("clamp-zoom",!0);return n&&n.clamp(),e&&r&&this.moveCenter(r),this}zoomPercent(t,e){return this.setZoom(this.scale.x+this.scale.x*t,e)}zoom(t,e){return this.fitWidth(t+this.worldScreenWidth,e),this}get scaled(){return this.scale.x}set scaled(t){this.setZoom(t,!0)}snapZoom(t){return this.plugins.add("snap-zoom",new OE(this,t)),this}OOB(){return{left:this.left<0,right:this.right>this.worldWidth,top:this.top<0,bottom:this.bottom>this.worldHeight,cornerPoint:new ct(this.worldWidth*this.scale.x-this.screenWidth,this.worldHeight*this.scale.y-this.screenHeight)}}get right(){return-this.x/this.scale.x+this.worldScreenWidth}set right(t){this.x=-t*this.scale.x+this.screenWidth,this.plugins.reset()}get left(){return-this.x/this.scale.x}set left(t){this.x=-t*this.scale.x,this.plugins.reset()}get top(){return-this.y/this.scale.y}set top(t){this.y=-t*this.scale.y,this.plugins.reset()}get bottom(){return-this.y/this.scale.y+this.worldScreenHeight}set bottom(t){this.y=-t*this.scale.y+this.screenHeight,this.plugins.reset()}get dirty(){return!!this._dirty}set dirty(t){this._dirty=t}get forceHitArea(){return this._forceHitArea}set forceHitArea(t){t?(this._forceHitArea=t,this.hitArea=t):(this._forceHitArea=null,this.hitArea=new pt(0,0,this.worldWidth,this.worldHeight))}drag(t){return this.plugins.add("drag",new AE(this,t)),this}clamp(t){return this.plugins.add("clamp",new wE(this,t)),this}decelerate(t){return this.plugins.add("decelerate",new EE(this,t)),this}bounce(t){return this.plugins.add("bounce",new _E(this,t)),this}pinch(t){return this.plugins.add("pinch",new kE(this,t)),this}snap(t,e,r){return this.plugins.add("snap",new DE(this,t,e,r)),this}follow(t,e){return this.plugins.add("follow",new RE(this,t,e)),this}wheel(t){return this.plugins.add("wheel",new UE(this,t)),this}animate(t){return this.plugins.add("animate",new bE(this,t)),this}clampZoom(t){return this.plugins.add("clamp-zoom",new SE(this,t)),this}mouseEdges(t){return this.plugins.add("mouse-edges",new LE(this,t)),this}get pause(){return!!this._pause}set pause(t){this._pause=t,this.lastViewport=null,this.moving=!1,this.zooming=!1,t&&this.input.pause()}ensureVisible(t,e,r,n,s){s&&(r>this.worldScreenWidth||n>this.worldScreenHeight)&&(this.fit(!0,r,n),this.emit("zoomed",{viewport:this,type:"ensureVisible"}));let o=!1;t<this.left?(this.left=t,o=!0):t+r>this.right&&(this.right=t+r,o=!0),e<this.top?(this.top=e,o=!0):e+n>this.bottom&&(this.bottom=e+n,o=!0),o&&this.emit("moved",{viewport:this,type:"ensureVisible"})}}function Nl(i,t){return i==null||t==null?NaN:i<t?-1:i>t?1:i>=t?0:NaN}function HE(i,t){return i==null||t==null?NaN:t<i?-1:t>i?1:t>=i?0:NaN}function hd(i){let t,e,r;i.length!==2?(t=Nl,e=(a,l)=>Nl(i(a),l),r=(a,l)=>i(a)-l):(t=i===Nl||i===HE?i:KE,e=i,r=i);function n(a,l,h=0,c=a.length){if(h<c){if(t(l,l)!==0)return c;do{const u=h+c>>>1;e(a[u],l)<0?h=u+1:c=u}while(h<c)}return h}function s(a,l,h=0,c=a.length){if(h<c){if(t(l,l)!==0)return c;do{const u=h+c>>>1;e(a[u],l)<=0?h=u+1:c=u}while(h<c)}return h}function o(a,l,h=0,c=a.length){const u=n(a,l,h,c-1);return u>h&&r(a[u-1],l)>-r(a[u],l)?u-1:u}return{left:n,center:o,right:s}}function KE(){return 0}function zE(i){return i===null?NaN:+i}const YE=hd(Nl).right;hd(zE).center;const jE=Math.sqrt(50),JE=Math.sqrt(10),$E=Math.sqrt(2);function Ol(i,t,e){const r=(t-i)/Math.max(0,e),n=Math.floor(Math.log10(r)),s=r/Math.pow(10,n),o=s>=jE?10:s>=JE?5:s>=$E?2:1;let a,l,h;return n<0?(h=Math.pow(10,-n)/o,a=Math.round(i*h),l=Math.round(t*h),a/h<i&&++a,l/h>t&&--l,h=-h):(h=Math.pow(10,n)*o,a=Math.round(i/h),l=Math.round(t/h),a*h<i&&++a,l*h>t&&--l),l<a&&.5<=e&&e<2?Ol(i,t,e*2):[a,l,h]}function QE(i,t,e){if(t=+t,i=+i,e=+e,!(e>0))return[];if(i===t)return[i];const r=t<i,[n,s,o]=r?Ol(t,i,e):Ol(i,t,e);if(!(s>=n))return[];const a=s-n+1,l=new Array(a);if(r)if(o<0)for(let h=0;h<a;++h)l[h]=(s-h)/-o;else for(let h=0;h<a;++h)l[h]=(s-h)*o;else if(o<0)for(let h=0;h<a;++h)l[h]=(n+h)/-o;else for(let h=0;h<a;++h)l[h]=(n+h)*o;return l}function cd(i,t,e){return t=+t,i=+i,e=+e,Ol(i,t,e)[2]}function ud(i,t,e){t=+t,i=+i,e=+e;const r=t<i,n=r?cd(t,i,e):cd(i,t,e);return(r?-1:1)*(n<0?1/-n:n)}function dd(i,t,e){i.prototype=t.prototype=e,e.constructor=i}function I1(i,t){var e=Object.create(i.prototype);for(var r in t)e[r]=t[r];return e}function Lo(){}var Go=.7,Bl=1/Go,Is="\\s*([+-]?\\d+)\\s*",ko="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Oi="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",qE=/^#([0-9a-f]{3,8})$/,tI=new RegExp(`^rgb\\(${Is},${Is},${Is}\\)$`),eI=new RegExp(`^rgb\\(${Oi},${Oi},${Oi}\\)$`),iI=new RegExp(`^rgba\\(${Is},${Is},${Is},${ko}\\)$`),rI=new RegExp(`^rgba\\(${Oi},${Oi},${Oi},${ko}\\)$`),nI=new RegExp(`^hsl\\(${ko},${Oi},${Oi}\\)$`),sI=new RegExp(`^hsla\\(${ko},${Oi},${Oi},${ko}\\)$`),A1={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};dd(Lo,Fo,{copy(i){return Object.assign(new this.constructor,this,i)},displayable(){return this.rgb().displayable()},hex:M1,formatHex:M1,formatHex8:oI,formatHsl:aI,formatRgb:R1,toString:R1});function M1(){return this.rgb().formatHex()}function oI(){return this.rgb().formatHex8()}function aI(){return F1(this).formatHsl()}function R1(){return this.rgb().formatRgb()}function Fo(i){var t,e;return i=(i+"").trim().toLowerCase(),(t=qE.exec(i))?(e=t[1].length,t=parseInt(t[1],16),e===6?P1(t):e===3?new Pe(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):e===8?Ul(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):e===4?Ul(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=tI.exec(i))?new Pe(t[1],t[2],t[3],1):(t=eI.exec(i))?new Pe(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=iI.exec(i))?Ul(t[1],t[2],t[3],t[4]):(t=rI.exec(i))?Ul(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=nI.exec(i))?k1(t[1],t[2]/100,t[3]/100,1):(t=sI.exec(i))?k1(t[1],t[2]/100,t[3]/100,t[4]):A1.hasOwnProperty(i)?P1(A1[i]):i==="transparent"?new Pe(NaN,NaN,NaN,0):null}function P1(i){return new Pe(i>>16&255,i>>8&255,i&255,1)}function Ul(i,t,e,r){return r<=0&&(i=t=e=NaN),new Pe(i,t,e,r)}function lI(i){return i instanceof Lo||(i=Fo(i)),i?(i=i.rgb(),new Pe(i.r,i.g,i.b,i.opacity)):new Pe}function fd(i,t,e,r){return arguments.length===1?lI(i):new Pe(i,t,e,r??1)}function Pe(i,t,e,r){this.r=+i,this.g=+t,this.b=+e,this.opacity=+r}dd(Pe,fd,I1(Lo,{brighter(i){return i=i==null?Bl:Math.pow(Bl,i),new Pe(this.r*i,this.g*i,this.b*i,this.opacity)},darker(i){return i=i==null?Go:Math.pow(Go,i),new Pe(this.r*i,this.g*i,this.b*i,this.opacity)},rgb(){return this},clamp(){return new Pe(Gn(this.r),Gn(this.g),Gn(this.b),Xl(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:L1,formatHex:L1,formatHex8:hI,formatRgb:G1,toString:G1}));function L1(){return`#${kn(this.r)}${kn(this.g)}${kn(this.b)}`}function hI(){return`#${kn(this.r)}${kn(this.g)}${kn(this.b)}${kn((isNaN(this.opacity)?1:this.opacity)*255)}`}function G1(){const i=Xl(this.opacity);return`${i===1?"rgb(":"rgba("}${Gn(this.r)}, ${Gn(this.g)}, ${Gn(this.b)}${i===1?")":`, ${i})`}`}function Xl(i){return isNaN(i)?1:Math.max(0,Math.min(1,i))}function Gn(i){return Math.max(0,Math.min(255,Math.round(i)||0))}function kn(i){return i=Gn(i),(i<16?"0":"")+i.toString(16)}function k1(i,t,e,r){return r<=0?i=t=e=NaN:e<=0||e>=1?i=t=NaN:t<=0&&(i=NaN),new ui(i,t,e,r)}function F1(i){if(i instanceof ui)return new ui(i.h,i.s,i.l,i.opacity);if(i instanceof Lo||(i=Fo(i)),!i)return new ui;if(i instanceof ui)return i;i=i.rgb();var t=i.r/255,e=i.g/255,r=i.b/255,n=Math.min(t,e,r),s=Math.max(t,e,r),o=NaN,a=s-n,l=(s+n)/2;return a?(t===s?o=(e-r)/a+(e<r)*6:e===s?o=(r-t)/a+2:o=(t-e)/a+4,a/=l<.5?s+n:2-s-n,o*=60):a=l>0&&l<1?0:o,new ui(o,a,l,i.opacity)}function cI(i,t,e,r){return arguments.length===1?F1(i):new ui(i,t,e,r??1)}function ui(i,t,e,r){this.h=+i,this.s=+t,this.l=+e,this.opacity=+r}dd(ui,cI,I1(Lo,{brighter(i){return i=i==null?Bl:Math.pow(Bl,i),new ui(this.h,this.s,this.l*i,this.opacity)},darker(i){return i=i==null?Go:Math.pow(Go,i),new ui(this.h,this.s,this.l*i,this.opacity)},rgb(){var i=this.h%360+(this.h<0)*360,t=isNaN(i)||isNaN(this.s)?0:this.s,e=this.l,r=e+(e<.5?e:1-e)*t,n=2*e-r;return new Pe(pd(i>=240?i-240:i+120,n,r),pd(i,n,r),pd(i<120?i+240:i-120,n,r),this.opacity)},clamp(){return new ui(D1(this.h),Wl(this.s),Wl(this.l),Xl(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const i=Xl(this.opacity);return`${i===1?"hsl(":"hsla("}${D1(this.h)}, ${Wl(this.s)*100}%, ${Wl(this.l)*100}%${i===1?")":`, ${i})`}`}}));function D1(i){return i=(i||0)%360,i<0?i+360:i}function Wl(i){return Math.max(0,Math.min(1,i||0))}function pd(i,t,e){return(i<60?t+(e-t)*i/60:i<180?e:i<240?t+(e-t)*(240-i)/60:t)*255}const md=i=>()=>i;function uI(i,t){return function(e){return i+e*t}}function dI(i,t,e){return i=Math.pow(i,e),t=Math.pow(t,e)-i,e=1/e,function(r){return Math.pow(i+r*t,e)}}function fI(i){return(i=+i)==1?N1:function(t,e){return e-t?dI(t,e,i):md(isNaN(t)?e:t)}}function N1(i,t){var e=t-i;return e?uI(i,e):md(isNaN(i)?t:i)}const O1=function i(t){var e=fI(t);function r(n,s){var o=e((n=fd(n)).r,(s=fd(s)).r),a=e(n.g,s.g),l=e(n.b,s.b),h=N1(n.opacity,s.opacity);return function(c){return n.r=o(c),n.g=a(c),n.b=l(c),n.opacity=h(c),n+""}}return r.gamma=i,r}(1);function pI(i,t){t||(t=[]);var e=i?Math.min(t.length,i.length):0,r=t.slice(),n;return function(s){for(n=0;n<e;++n)r[n]=i[n]*(1-s)+t[n]*s;return r}}function mI(i){return ArrayBuffer.isView(i)&&!(i instanceof DataView)}function gI(i,t){var e=t?t.length:0,r=i?Math.min(e,i.length):0,n=new Array(r),s=new Array(e),o;for(o=0;o<r;++o)n[o]=bd(i[o],t[o]);for(;o<e;++o)s[o]=t[o];return function(a){for(o=0;o<r;++o)s[o]=n[o](a);return s}}function yI(i,t){var e=new Date;return i=+i,t=+t,function(r){return e.setTime(i*(1-r)+t*r),e}}function Zl(i,t){return i=+i,t=+t,function(e){return i*(1-e)+t*e}}function bI(i,t){var e={},r={},n;(i===null||typeof i!="object")&&(i={}),(t===null||typeof t!="object")&&(t={});for(n in t)n in i?e[n]=bd(i[n],t[n]):r[n]=t[n];return function(s){for(n in e)r[n]=e[n](s);return r}}var gd=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,yd=new RegExp(gd.source,"g");function xI(i){return function(){return i}}function _I(i){return function(t){return i(t)+""}}function vI(i,t){var e=gd.lastIndex=yd.lastIndex=0,r,n,s,o=-1,a=[],l=[];for(i=i+"",t=t+"";(r=gd.exec(i))&&(n=yd.exec(t));)(s=n.index)>e&&(s=t.slice(e,s),a[o]?a[o]+=s:a[++o]=s),(r=r[0])===(n=n[0])?a[o]?a[o]+=n:a[++o]=n:(a[++o]=null,l.push({i:o,x:Zl(r,n)})),e=yd.lastIndex;return e<t.length&&(s=t.slice(e),a[o]?a[o]+=s:a[++o]=s),a.length<2?l[0]?_I(l[0].x):xI(t):(t=l.length,function(h){for(var c=0,u;c<t;++c)a[(u=l[c]).i]=u.x(h);return a.join("")})}function bd(i,t){var e=typeof t,r;return t==null||e==="boolean"?md(t):(e==="number"?Zl:e==="string"?(r=Fo(t))?(t=r,O1):vI:t instanceof Fo?O1:t instanceof Date?yI:mI(t)?pI:Array.isArray(t)?gI:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?bI:Zl)(i,t)}function wI(i,t){return i=+i,t=+t,function(e){return Math.round(i*(1-e)+t*e)}}function TI(i){return Math.abs(i=Math.round(i))>=1e21?i.toLocaleString("en").replace(/,/g,""):i.toString(10)}function Vl(i,t){if((e=(i=t?i.toExponential(t-1):i.toExponential()).indexOf("e"))<0)return null;var e,r=i.slice(0,e);return[r.length>1?r[0]+r.slice(2):r,+i.slice(e+1)]}function As(i){return i=Vl(Math.abs(i)),i?i[1]:NaN}function SI(i,t){return function(e,r){for(var n=e.length,s=[],o=0,a=i[0],l=0;n>0&&a>0&&(l+a+1>r&&(a=Math.max(1,r-l)),s.push(e.substring(n-=a,n+a)),!((l+=a+1)>r));)a=i[o=(o+1)%i.length];return s.reverse().join(t)}}function CI(i){return function(t){return t.replace(/[0-9]/g,function(e){return i[+e]})}}var EI=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Hl(i){if(!(t=EI.exec(i)))throw new Error("invalid format: "+i);var t;return new xd({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}Hl.prototype=xd.prototype;function xd(i){this.fill=i.fill===void 0?" ":i.fill+"",this.align=i.align===void 0?">":i.align+"",this.sign=i.sign===void 0?"-":i.sign+"",this.symbol=i.symbol===void 0?"":i.symbol+"",this.zero=!!i.zero,this.width=i.width===void 0?void 0:+i.width,this.comma=!!i.comma,this.precision=i.precision===void 0?void 0:+i.precision,this.trim=!!i.trim,this.type=i.type===void 0?"":i.type+""}xd.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function II(i){t:for(var t=i.length,e=1,r=-1,n;e<t;++e)switch(i[e]){case".":r=n=e;break;case"0":r===0&&(r=e),n=e;break;default:if(!+i[e])break t;r>0&&(r=0);break}return r>0?i.slice(0,r)+i.slice(n+1):i}var B1;function AI(i,t){var e=Vl(i,t);if(!e)return i+"";var r=e[0],n=e[1],s=n-(B1=Math.max(-8,Math.min(8,Math.floor(n/3)))*3)+1,o=r.length;return s===o?r:s>o?r+new Array(s-o+1).join("0"):s>0?r.slice(0,s)+"."+r.slice(s):"0."+new Array(1-s).join("0")+Vl(i,Math.max(0,t+s-1))[0]}function U1(i,t){var e=Vl(i,t);if(!e)return i+"";var r=e[0],n=e[1];return n<0?"0."+new Array(-n).join("0")+r:r.length>n+1?r.slice(0,n+1)+"."+r.slice(n+1):r+new Array(n-r.length+2).join("0")}const X1={"%":(i,t)=>(i*100).toFixed(t),b:i=>Math.round(i).toString(2),c:i=>i+"",d:TI,e:(i,t)=>i.toExponential(t),f:(i,t)=>i.toFixed(t),g:(i,t)=>i.toPrecision(t),o:i=>Math.round(i).toString(8),p:(i,t)=>U1(i*100,t),r:U1,s:AI,X:i=>Math.round(i).toString(16).toUpperCase(),x:i=>Math.round(i).toString(16)};function W1(i){return i}var Z1=Array.prototype.map,V1=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function MI(i){var t=i.grouping===void 0||i.thousands===void 0?W1:SI(Z1.call(i.grouping,Number),i.thousands+""),e=i.currency===void 0?"":i.currency[0]+"",r=i.currency===void 0?"":i.currency[1]+"",n=i.decimal===void 0?".":i.decimal+"",s=i.numerals===void 0?W1:CI(Z1.call(i.numerals,String)),o=i.percent===void 0?"%":i.percent+"",a=i.minus===void 0?"−":i.minus+"",l=i.nan===void 0?"NaN":i.nan+"";function h(u){u=Hl(u);var d=u.fill,f=u.align,p=u.sign,m=u.symbol,g=u.zero,b=u.width,_=u.comma,x=u.precision,v=u.trim,T=u.type;T==="n"?(_=!0,T="g"):X1[T]||(x===void 0&&(x=12),v=!0,T="g"),(g||d==="0"&&f==="=")&&(g=!0,d="0",f="=");var C=m==="$"?e:m==="#"&&/[boxX]/.test(T)?"0"+T.toLowerCase():"",E=m==="$"?r:/[%p]/.test(T)?o:"",I=X1[T],R=/[defgprs%]/.test(T);x=x===void 0?6:/[gprs]/.test(T)?Math.max(1,Math.min(21,x)):Math.max(0,Math.min(20,x));function F(k){var P=C,A=E,G,N,X;if(T==="c")A=I(k)+A,k="";else{k=+k;var B=k<0||1/k<0;if(k=isNaN(k)?l:I(Math.abs(k),x),v&&(k=II(k)),B&&+k==0&&p!=="+"&&(B=!1),P=(B?p==="("?p:a:p==="-"||p==="("?"":p)+P,A=(T==="s"?V1[8+B1/3]:"")+A+(B&&p==="("?")":""),R){for(G=-1,N=k.length;++G<N;)if(X=k.charCodeAt(G),48>X||X>57){A=(X===46?n+k.slice(G+1):k.slice(G))+A,k=k.slice(0,G);break}}}_&&!g&&(k=t(k,1/0));var H=P.length+k.length+A.length,ht=H<b?new Array(b-H+1).join(d):"";switch(_&&g&&(k=t(ht+k,ht.length?b-A.length:1/0),ht=""),f){case"<":k=P+k+A+ht;break;case"=":k=P+ht+k+A;break;case"^":k=ht.slice(0,H=ht.length>>1)+P+k+A+ht.slice(H);break;default:k=ht+P+k+A;break}return s(k)}return F.toString=function(){return u+""},F}function c(u,d){var f=h((u=Hl(u),u.type="f",u)),p=Math.max(-8,Math.min(8,Math.floor(As(d)/3)))*3,m=Math.pow(10,-p),g=V1[8+p/3];return function(b){return f(m*b)+g}}return{format:h,formatPrefix:c}}var Kl,H1,K1;RI({thousands:",",grouping:[3],currency:["$",""]});function RI(i){return Kl=MI(i),H1=Kl.format,K1=Kl.formatPrefix,Kl}function PI(i){return Math.max(0,-As(Math.abs(i)))}function LI(i,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(As(t)/3)))*3-As(Math.abs(i)))}function GI(i,t){return i=Math.abs(i),t=Math.abs(t)-i,Math.max(0,As(t)-As(i))+1}function z1(i,t){switch(arguments.length){case 0:break;case 1:this.range(i);break;default:this.range(t).domain(i);break}return this}function kI(i){return function(){return i}}function FI(i){return+i}var Y1=[0,1];function Ms(i){return i}function _d(i,t){return(t-=i=+i)?function(e){return(e-i)/t}:kI(isNaN(t)?NaN:.5)}function DI(i,t){var e;return i>t&&(e=i,i=t,t=e),function(r){return Math.max(i,Math.min(t,r))}}function NI(i,t,e){var r=i[0],n=i[1],s=t[0],o=t[1];return n<r?(r=_d(n,r),s=e(o,s)):(r=_d(r,n),s=e(s,o)),function(a){return s(r(a))}}function OI(i,t,e){var r=Math.min(i.length,t.length)-1,n=new Array(r),s=new Array(r),o=-1;for(i[r]<i[0]&&(i=i.slice().reverse(),t=t.slice().reverse());++o<r;)n[o]=_d(i[o],i[o+1]),s[o]=e(t[o],t[o+1]);return function(a){var l=YE(i,a,1,r)-1;return s[l](n[l](a))}}function j1(i,t){return t.domain(i.domain()).range(i.range()).interpolate(i.interpolate()).clamp(i.clamp()).unknown(i.unknown())}function BI(){var i=Y1,t=Y1,e=bd,r,n,s,o=Ms,a,l,h;function c(){var d=Math.min(i.length,t.length);return o!==Ms&&(o=DI(i[0],i[d-1])),a=d>2?OI:NI,l=h=null,u}function u(d){return d==null||isNaN(d=+d)?s:(l||(l=a(i.map(r),t,e)))(r(o(d)))}return u.invert=function(d){return o(n((h||(h=a(t,i.map(r),Zl)))(d)))},u.domain=function(d){return arguments.length?(i=Array.from(d,FI),c()):i.slice()},u.range=function(d){return arguments.length?(t=Array.from(d),c()):t.slice()},u.rangeRound=function(d){return t=Array.from(d),e=wI,c()},u.clamp=function(d){return arguments.length?(o=d?!0:Ms,c()):o!==Ms},u.interpolate=function(d){return arguments.length?(e=d,c()):e},u.unknown=function(d){return arguments.length?(s=d,u):s},function(d,f){return r=d,n=f,c()}}function J1(){return BI()(Ms,Ms)}function UI(i,t,e,r){var n=ud(i,t,e),s;switch(r=Hl(r??",f"),r.type){case"s":{var o=Math.max(Math.abs(i),Math.abs(t));return r.precision==null&&!isNaN(s=LI(n,o))&&(r.precision=s),K1(r,o)}case"":case"e":case"g":case"p":case"r":{r.precision==null&&!isNaN(s=GI(n,Math.max(Math.abs(i),Math.abs(t))))&&(r.precision=s-(r.type==="e"));break}case"f":case"%":{r.precision==null&&!isNaN(s=PI(n))&&(r.precision=s-(r.type==="%")*2);break}}return H1(r)}function XI(i){var t=i.domain;return i.ticks=function(e){var r=t();return QE(r[0],r[r.length-1],e??10)},i.tickFormat=function(e,r){var n=t();return UI(n[0],n[n.length-1],e??10,r)},i.nice=function(e){e==null&&(e=10);var r=t(),n=0,s=r.length-1,o=r[n],a=r[s],l,h,c=10;for(a<o&&(h=o,o=a,a=h,h=n,n=s,s=h);c-- >0;){if(h=cd(o,a,e),h===l)return r[n]=o,r[s]=a,t(r);if(h>0)o=Math.floor(o/h)*h,a=Math.ceil(a/h)*h;else if(h<0)o=Math.ceil(o*h)/h,a=Math.floor(a*h)/h;else break;l=h}return i},i}function $1(){var i=J1();return i.copy=function(){return j1(i,$1())},z1.apply(i,arguments),XI(i)}function WI(i,t){i=i.slice();var e=0,r=i.length-1,n=i[e],s=i[r],o;return s<n&&(o=e,e=r,r=o,o=n,n=s,s=o),i[e]=t.floor(n),i[r]=t.ceil(s),i}const vd=new Date,wd=new Date;function ne(i,t,e,r){function n(s){return i(s=arguments.length===0?new Date:new Date(+s)),s}return n.floor=s=>(i(s=new Date(+s)),s),n.ceil=s=>(i(s=new Date(s-1)),t(s,1),i(s),s),n.round=s=>{const o=n(s),a=n.ceil(s);return s-o<a-s?o:a},n.offset=(s,o)=>(t(s=new Date(+s),o==null?1:Math.floor(o)),s),n.range=(s,o,a)=>{const l=[];if(s=n.ceil(s),a=a==null?1:Math.floor(a),!(s<o)||!(a>0))return l;let h;do l.push(h=new Date(+s)),t(s,a),i(s);while(h<s&&s<o);return l},n.filter=s=>ne(o=>{if(o>=o)for(;i(o),!s(o);)o.setTime(o-1)},(o,a)=>{if(o>=o)if(a<0)for(;++a<=0;)for(;t(o,-1),!s(o););else for(;--a>=0;)for(;t(o,1),!s(o););}),e&&(n.count=(s,o)=>(vd.setTime(+s),wd.setTime(+o),i(vd),i(wd),Math.floor(e(vd,wd))),n.every=s=>(s=Math.floor(s),!isFinite(s)||!(s>0)?null:s>1?n.filter(r?o=>r(o)%s===0:o=>n.count(0,o)%s===0):n)),n}const zl=ne(()=>{},(i,t)=>{i.setTime(+i+t)},(i,t)=>t-i);zl.every=i=>(i=Math.floor(i),!isFinite(i)||!(i>0)?null:i>1?ne(t=>{t.setTime(Math.floor(t/i)*i)},(t,e)=>{t.setTime(+t+e*i)},(t,e)=>(e-t)/i):zl),zl.range;const lr=1e3,Qe=lr*60,hr=Qe*60,cr=hr*24,Td=cr*7,Q1=cr*30,Sd=cr*365,Rs=ne(i=>{i.setTime(i-i.getMilliseconds())},(i,t)=>{i.setTime(+i+t*lr)},(i,t)=>(t-i)/lr,i=>i.getUTCSeconds());Rs.range;const Cd=ne(i=>{i.setTime(i-i.getMilliseconds()-i.getSeconds()*lr)},(i,t)=>{i.setTime(+i+t*Qe)},(i,t)=>(t-i)/Qe,i=>i.getMinutes());Cd.range,ne(i=>{i.setUTCSeconds(0,0)},(i,t)=>{i.setTime(+i+t*Qe)},(i,t)=>(t-i)/Qe,i=>i.getUTCMinutes()).range;const Ed=ne(i=>{i.setTime(i-i.getMilliseconds()-i.getSeconds()*lr-i.getMinutes()*Qe)},(i,t)=>{i.setTime(+i+t*hr)},(i,t)=>(t-i)/hr,i=>i.getHours());Ed.range,ne(i=>{i.setUTCMinutes(0,0,0)},(i,t)=>{i.setTime(+i+t*hr)},(i,t)=>(t-i)/hr,i=>i.getUTCHours()).range;const Do=ne(i=>i.setHours(0,0,0,0),(i,t)=>i.setDate(i.getDate()+t),(i,t)=>(t-i-(t.getTimezoneOffset()-i.getTimezoneOffset())*Qe)/cr,i=>i.getDate()-1);Do.range;const Id=ne(i=>{i.setUTCHours(0,0,0,0)},(i,t)=>{i.setUTCDate(i.getUTCDate()+t)},(i,t)=>(t-i)/cr,i=>i.getUTCDate()-1);Id.range,ne(i=>{i.setUTCHours(0,0,0,0)},(i,t)=>{i.setUTCDate(i.getUTCDate()+t)},(i,t)=>(t-i)/cr,i=>Math.floor(i/cr)).range;function Fn(i){return ne(t=>{t.setDate(t.getDate()-(t.getDay()+7-i)%7),t.setHours(0,0,0,0)},(t,e)=>{t.setDate(t.getDate()+e*7)},(t,e)=>(e-t-(e.getTimezoneOffset()-t.getTimezoneOffset())*Qe)/Td)}const Yl=Fn(0),jl=Fn(1),ZI=Fn(2),VI=Fn(3),Ps=Fn(4),HI=Fn(5),KI=Fn(6);Yl.range,jl.range,ZI.range,VI.range,Ps.range,HI.range,KI.range;function Dn(i){return ne(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-i)%7),t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCDate(t.getUTCDate()+e*7)},(t,e)=>(e-t)/Td)}const q1=Dn(0),Jl=Dn(1),zI=Dn(2),YI=Dn(3),Ls=Dn(4),jI=Dn(5),JI=Dn(6);q1.range,Jl.range,zI.range,YI.range,Ls.range,jI.range,JI.range;const Ad=ne(i=>{i.setDate(1),i.setHours(0,0,0,0)},(i,t)=>{i.setMonth(i.getMonth()+t)},(i,t)=>t.getMonth()-i.getMonth()+(t.getFullYear()-i.getFullYear())*12,i=>i.getMonth());Ad.range,ne(i=>{i.setUTCDate(1),i.setUTCHours(0,0,0,0)},(i,t)=>{i.setUTCMonth(i.getUTCMonth()+t)},(i,t)=>t.getUTCMonth()-i.getUTCMonth()+(t.getUTCFullYear()-i.getUTCFullYear())*12,i=>i.getUTCMonth()).range;const ur=ne(i=>{i.setMonth(0,1),i.setHours(0,0,0,0)},(i,t)=>{i.setFullYear(i.getFullYear()+t)},(i,t)=>t.getFullYear()-i.getFullYear(),i=>i.getFullYear());ur.every=i=>!isFinite(i=Math.floor(i))||!(i>0)?null:ne(t=>{t.setFullYear(Math.floor(t.getFullYear()/i)*i),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,e)=>{t.setFullYear(t.getFullYear()+e*i)}),ur.range;const Nn=ne(i=>{i.setUTCMonth(0,1),i.setUTCHours(0,0,0,0)},(i,t)=>{i.setUTCFullYear(i.getUTCFullYear()+t)},(i,t)=>t.getUTCFullYear()-i.getUTCFullYear(),i=>i.getUTCFullYear());Nn.every=i=>!isFinite(i=Math.floor(i))||!(i>0)?null:ne(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/i)*i),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCFullYear(t.getUTCFullYear()+e*i)}),Nn.range;function $I(i,t,e,r,n,s){const o=[[Rs,1,lr],[Rs,5,5*lr],[Rs,15,15*lr],[Rs,30,30*lr],[s,1,Qe],[s,5,5*Qe],[s,15,15*Qe],[s,30,30*Qe],[n,1,hr],[n,3,3*hr],[n,6,6*hr],[n,12,12*hr],[r,1,cr],[r,2,2*cr],[e,1,Td],[t,1,Q1],[t,3,3*Q1],[i,1,Sd]];function a(h,c,u){const d=c<h;d&&([h,c]=[c,h]);const f=u&&typeof u.range=="function"?u:l(h,c,u),p=f?f.range(h,+c+1):[];return d?p.reverse():p}function l(h,c,u){const d=Math.abs(c-h)/u,f=hd(([,,g])=>g).right(o,d);if(f===o.length)return i.every(ud(h/Sd,c/Sd,u));if(f===0)return zl.every(Math.max(ud(h,c,u),1));const[p,m]=o[d/o[f-1][2]<o[f][2]/d?f-1:f];return p.every(m)}return[a,l]}const[QI,qI]=$I(ur,Ad,Yl,Do,Ed,Cd);function Md(i){if(0<=i.y&&i.y<100){var t=new Date(-1,i.m,i.d,i.H,i.M,i.S,i.L);return t.setFullYear(i.y),t}return new Date(i.y,i.m,i.d,i.H,i.M,i.S,i.L)}function Rd(i){if(0<=i.y&&i.y<100){var t=new Date(Date.UTC(-1,i.m,i.d,i.H,i.M,i.S,i.L));return t.setUTCFullYear(i.y),t}return new Date(Date.UTC(i.y,i.m,i.d,i.H,i.M,i.S,i.L))}function No(i,t,e){return{y:i,m:t,d:e,H:0,M:0,S:0,L:0}}function t3(i){var t=i.dateTime,e=i.date,r=i.time,n=i.periods,s=i.days,o=i.shortDays,a=i.months,l=i.shortMonths,h=Oo(n),c=Bo(n),u=Oo(s),d=Bo(s),f=Oo(o),p=Bo(o),m=Oo(a),g=Bo(a),b=Oo(l),_=Bo(l),x={a:B,A:H,b:ht,B:W,c:null,d:sy,e:sy,f:T3,g:G3,G:F3,H:_3,I:v3,j:w3,L:oy,m:S3,M:C3,p:L,q:O,Q:dy,s:fy,S:E3,u:I3,U:A3,V:M3,w:R3,W:P3,x:null,X:null,y:L3,Y:k3,Z:D3,"%":uy},v={a:U,A:it,b:q,B:xt,c:null,d:ly,e:ly,f:U3,g:J3,G:Q3,H:N3,I:O3,j:B3,L:hy,m:X3,M:W3,p:Et,q:tt,Q:dy,s:fy,S:Z3,u:V3,U:H3,V:K3,w:z3,W:Y3,x:null,X:null,y:j3,Y:$3,Z:q3,"%":uy},T={a:F,A:k,b:P,B:A,c:G,d:ry,e:ry,f:g3,g:iy,G:ey,H:ny,I:ny,j:d3,L:m3,m:u3,M:f3,p:R,q:c3,Q:b3,s:x3,S:p3,u:s3,U:o3,V:a3,w:n3,W:l3,x:N,X,y:iy,Y:ey,Z:h3,"%":y3};x.x=C(e,x),x.X=C(r,x),x.c=C(t,x),v.x=C(e,v),v.X=C(r,v),v.c=C(t,v);function C(Z,Y){return function(j){var D=[],ut=-1,gt=0,Mt=Z.length,Dt,Ge,Xe;for(j instanceof Date||(j=new Date(+j));++ut<Mt;)Z.charCodeAt(ut)===37&&(D.push(Z.slice(gt,ut)),(Ge=ty[Dt=Z.charAt(++ut)])!=null?Dt=Z.charAt(++ut):Ge=Dt==="e"?" ":"0",(Xe=Y[Dt])&&(Dt=Xe(j,Ge)),D.push(Dt),gt=ut+1);return D.push(Z.slice(gt,ut)),D.join("")}}function E(Z,Y){return function(j){var D=No(1900,void 0,1),ut=I(D,Z,j+="",0),gt,Mt;if(ut!=j.length)return null;if("Q"in D)return new Date(D.Q);if("s"in D)return new Date(D.s*1e3+("L"in D?D.L:0));if(Y&&!("Z"in D)&&(D.Z=0),"p"in D&&(D.H=D.H%12+D.p*12),D.m===void 0&&(D.m="q"in D?D.q:0),"V"in D){if(D.V<1||D.V>53)return null;"w"in D||(D.w=1),"Z"in D?(gt=Rd(No(D.y,0,1)),Mt=gt.getUTCDay(),gt=Mt>4||Mt===0?Jl.ceil(gt):Jl(gt),gt=Id.offset(gt,(D.V-1)*7),D.y=gt.getUTCFullYear(),D.m=gt.getUTCMonth(),D.d=gt.getUTCDate()+(D.w+6)%7):(gt=Md(No(D.y,0,1)),Mt=gt.getDay(),gt=Mt>4||Mt===0?jl.ceil(gt):jl(gt),gt=Do.offset(gt,(D.V-1)*7),D.y=gt.getFullYear(),D.m=gt.getMonth(),D.d=gt.getDate()+(D.w+6)%7)}else("W"in D||"U"in D)&&("w"in D||(D.w="u"in D?D.u%7:"W"in D?1:0),Mt="Z"in D?Rd(No(D.y,0,1)).getUTCDay():Md(No(D.y,0,1)).getDay(),D.m=0,D.d="W"in D?(D.w+6)%7+D.W*7-(Mt+5)%7:D.w+D.U*7-(Mt+6)%7);return"Z"in D?(D.H+=D.Z/100|0,D.M+=D.Z%100,Rd(D)):Md(D)}}function I(Z,Y,j,D){for(var ut=0,gt=Y.length,Mt=j.length,Dt,Ge;ut<gt;){if(D>=Mt)return-1;if(Dt=Y.charCodeAt(ut++),Dt===37){if(Dt=Y.charAt(ut++),Ge=T[Dt in ty?Y.charAt(ut++):Dt],!Ge||(D=Ge(Z,j,D))<0)return-1}else if(Dt!=j.charCodeAt(D++))return-1}return D}function R(Z,Y,j){var D=h.exec(Y.slice(j));return D?(Z.p=c.get(D[0].toLowerCase()),j+D[0].length):-1}function F(Z,Y,j){var D=f.exec(Y.slice(j));return D?(Z.w=p.get(D[0].toLowerCase()),j+D[0].length):-1}function k(Z,Y,j){var D=u.exec(Y.slice(j));return D?(Z.w=d.get(D[0].toLowerCase()),j+D[0].length):-1}function P(Z,Y,j){var D=b.exec(Y.slice(j));return D?(Z.m=_.get(D[0].toLowerCase()),j+D[0].length):-1}function A(Z,Y,j){var D=m.exec(Y.slice(j));return D?(Z.m=g.get(D[0].toLowerCase()),j+D[0].length):-1}function G(Z,Y,j){return I(Z,t,Y,j)}function N(Z,Y,j){return I(Z,e,Y,j)}function X(Z,Y,j){return I(Z,r,Y,j)}function B(Z){return o[Z.getDay()]}function H(Z){return s[Z.getDay()]}function ht(Z){return l[Z.getMonth()]}function W(Z){return a[Z.getMonth()]}function L(Z){return n[+(Z.getHours()>=12)]}function O(Z){return 1+~~(Z.getMonth()/3)}function U(Z){return o[Z.getUTCDay()]}function it(Z){return s[Z.getUTCDay()]}function q(Z){return l[Z.getUTCMonth()]}function xt(Z){return a[Z.getUTCMonth()]}function Et(Z){return n[+(Z.getUTCHours()>=12)]}function tt(Z){return 1+~~(Z.getUTCMonth()/3)}return{format:function(Z){var Y=C(Z+="",x);return Y.toString=function(){return Z},Y},parse:function(Z){var Y=E(Z+="",!1);return Y.toString=function(){return Z},Y},utcFormat:function(Z){var Y=C(Z+="",v);return Y.toString=function(){return Z},Y},utcParse:function(Z){var Y=E(Z+="",!0);return Y.toString=function(){return Z},Y}}}var ty={"-":"",_:" ",0:"0"},ue=/^\s*\d+/,e3=/^%/,i3=/[\\^$*+?|[\]().{}]/g;function At(i,t,e){var r=i<0?"-":"",n=(r?-i:i)+"",s=n.length;return r+(s<e?new Array(e-s+1).join(t)+n:n)}function r3(i){return i.replace(i3,"\\$&")}function Oo(i){return new RegExp("^(?:"+i.map(r3).join("|")+")","i")}function Bo(i){return new Map(i.map((t,e)=>[t.toLowerCase(),e]))}function n3(i,t,e){var r=ue.exec(t.slice(e,e+1));return r?(i.w=+r[0],e+r[0].length):-1}function s3(i,t,e){var r=ue.exec(t.slice(e,e+1));return r?(i.u=+r[0],e+r[0].length):-1}function o3(i,t,e){var r=ue.exec(t.slice(e,e+2));return r?(i.U=+r[0],e+r[0].length):-1}function a3(i,t,e){var r=ue.exec(t.slice(e,e+2));return r?(i.V=+r[0],e+r[0].length):-1}function l3(i,t,e){var r=ue.exec(t.slice(e,e+2));return r?(i.W=+r[0],e+r[0].length):-1}function ey(i,t,e){var r=ue.exec(t.slice(e,e+4));return r?(i.y=+r[0],e+r[0].length):-1}function iy(i,t,e){var r=ue.exec(t.slice(e,e+2));return r?(i.y=+r[0]+(+r[0]>68?1900:2e3),e+r[0].length):-1}function h3(i,t,e){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(e,e+6));return r?(i.Z=r[1]?0:-(r[2]+(r[3]||"00")),e+r[0].length):-1}function c3(i,t,e){var r=ue.exec(t.slice(e,e+1));return r?(i.q=r[0]*3-3,e+r[0].length):-1}function u3(i,t,e){var r=ue.exec(t.slice(e,e+2));return r?(i.m=r[0]-1,e+r[0].length):-1}function ry(i,t,e){var r=ue.exec(t.slice(e,e+2));return r?(i.d=+r[0],e+r[0].length):-1}function d3(i,t,e){var r=ue.exec(t.slice(e,e+3));return r?(i.m=0,i.d=+r[0],e+r[0].length):-1}function ny(i,t,e){var r=ue.exec(t.slice(e,e+2));return r?(i.H=+r[0],e+r[0].length):-1}function f3(i,t,e){var r=ue.exec(t.slice(e,e+2));return r?(i.M=+r[0],e+r[0].length):-1}function p3(i,t,e){var r=ue.exec(t.slice(e,e+2));return r?(i.S=+r[0],e+r[0].length):-1}function m3(i,t,e){var r=ue.exec(t.slice(e,e+3));return r?(i.L=+r[0],e+r[0].length):-1}function g3(i,t,e){var r=ue.exec(t.slice(e,e+6));return r?(i.L=Math.floor(r[0]/1e3),e+r[0].length):-1}function y3(i,t,e){var r=e3.exec(t.slice(e,e+1));return r?e+r[0].length:-1}function b3(i,t,e){var r=ue.exec(t.slice(e));return r?(i.Q=+r[0],e+r[0].length):-1}function x3(i,t,e){var r=ue.exec(t.slice(e));return r?(i.s=+r[0],e+r[0].length):-1}function sy(i,t){return At(i.getDate(),t,2)}function _3(i,t){return At(i.getHours(),t,2)}function v3(i,t){return At(i.getHours()%12||12,t,2)}function w3(i,t){return At(1+Do.count(ur(i),i),t,3)}function oy(i,t){return At(i.getMilliseconds(),t,3)}function T3(i,t){return oy(i,t)+"000"}function S3(i,t){return At(i.getMonth()+1,t,2)}function C3(i,t){return At(i.getMinutes(),t,2)}function E3(i,t){return At(i.getSeconds(),t,2)}function I3(i){var t=i.getDay();return t===0?7:t}function A3(i,t){return At(Yl.count(ur(i)-1,i),t,2)}function ay(i){var t=i.getDay();return t>=4||t===0?Ps(i):Ps.ceil(i)}function M3(i,t){return i=ay(i),At(Ps.count(ur(i),i)+(ur(i).getDay()===4),t,2)}function R3(i){return i.getDay()}function P3(i,t){return At(jl.count(ur(i)-1,i),t,2)}function L3(i,t){return At(i.getFullYear()%100,t,2)}function G3(i,t){return i=ay(i),At(i.getFullYear()%100,t,2)}function k3(i,t){return At(i.getFullYear()%1e4,t,4)}function F3(i,t){var e=i.getDay();return i=e>=4||e===0?Ps(i):Ps.ceil(i),At(i.getFullYear()%1e4,t,4)}function D3(i){var t=i.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+At(t/60|0,"0",2)+At(t%60,"0",2)}function ly(i,t){return At(i.getUTCDate(),t,2)}function N3(i,t){return At(i.getUTCHours(),t,2)}function O3(i,t){return At(i.getUTCHours()%12||12,t,2)}function B3(i,t){return At(1+Id.count(Nn(i),i),t,3)}function hy(i,t){return At(i.getUTCMilliseconds(),t,3)}function U3(i,t){return hy(i,t)+"000"}function X3(i,t){return At(i.getUTCMonth()+1,t,2)}function W3(i,t){return At(i.getUTCMinutes(),t,2)}function Z3(i,t){return At(i.getUTCSeconds(),t,2)}function V3(i){var t=i.getUTCDay();return t===0?7:t}function H3(i,t){return At(q1.count(Nn(i)-1,i),t,2)}function cy(i){var t=i.getUTCDay();return t>=4||t===0?Ls(i):Ls.ceil(i)}function K3(i,t){return i=cy(i),At(Ls.count(Nn(i),i)+(Nn(i).getUTCDay()===4),t,2)}function z3(i){return i.getUTCDay()}function Y3(i,t){return At(Jl.count(Nn(i)-1,i),t,2)}function j3(i,t){return At(i.getUTCFullYear()%100,t,2)}function J3(i,t){return i=cy(i),At(i.getUTCFullYear()%100,t,2)}function $3(i,t){return At(i.getUTCFullYear()%1e4,t,4)}function Q3(i,t){var e=i.getUTCDay();return i=e>=4||e===0?Ls(i):Ls.ceil(i),At(i.getUTCFullYear()%1e4,t,4)}function q3(){return"+0000"}function uy(){return"%"}function dy(i){return+i}function fy(i){return Math.floor(+i/1e3)}var Gs,py;tA({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function tA(i){return Gs=t3(i),py=Gs.format,Gs.parse,Gs.utcFormat,Gs.utcParse,Gs}function eA(i){return new Date(i)}function iA(i){return i instanceof Date?+i:+new Date(+i)}function my(i,t,e,r,n,s,o,a,l,h){var c=J1(),u=c.invert,d=c.domain,f=h(".%L"),p=h(":%S"),m=h("%I:%M"),g=h("%I %p"),b=h("%a %d"),_=h("%b %d"),x=h("%B"),v=h("%Y");function T(C){return(l(C)<C?f:a(C)<C?p:o(C)<C?m:s(C)<C?g:r(C)<C?n(C)<C?b:_:e(C)<C?x:v)(C)}return c.invert=function(C){return new Date(u(C))},c.domain=function(C){return arguments.length?d(Array.from(C,iA)):d().map(eA)},c.ticks=function(C){var E=d();return i(E[0],E[E.length-1],C??10)},c.tickFormat=function(C,E){return E==null?T:h(E)},c.nice=function(C){var E=d();return(!C||typeof C.range!="function")&&(C=t(E[0],E[E.length-1],C??10)),C?d(WI(E,C)):c},c.copy=function(){return j1(c,my(i,t,e,r,n,s,o,a,l,h))},c}function rA(){return z1.apply(my(QI,qI,ur,Ad,Yl,Do,Ed,Cd,Rs,py).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function Uo(i,t,e){this.k=i,this.x=t,this.y=e}Uo.prototype={constructor:Uo,scale:function(i){return i===1?this:new Uo(this.k*i,this.x,this.y)},translate:function(i,t){return i===0&t===0?this:new Uo(this.k,this.x+this.k*i,this.y+this.k*t)},apply:function(i){return[i[0]*this.k+this.x,i[1]*this.k+this.y]},applyX:function(i){return i*this.k+this.x},applyY:function(i){return i*this.k+this.y},invert:function(i){return[(i[0]-this.x)/this.k,(i[1]-this.y)/this.k]},invertX:function(i){return(i-this.x)/this.k},invertY:function(i){return(i-this.y)/this.k},rescaleX:function(i){return i.copy().domain(i.range().map(this.invertX,this).map(i.invert,i))},rescaleY:function(i){return i.copy().domain(i.range().map(this.invertY,this).map(i.invert,i))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}},Uo.prototype;function gy(i){return i.mode==="temporal"||i.mode==="left-aligned"?nA(i):sA(i)}function nA({domain:i,range:t}){return rA().domain(i).range(t)}function sA({domain:i,range:t}){return $1().domain(i).range(t)}function Pd(i){return{mode:et.horizontal,range:mR(),domain:gR(i)}}function oA(){return{mode:et.vertical}}let ks=null;async function aA(){const i=await Wi();yy(i.start_time),Q.on("layoutSettingsUpdated",()=>yy(i.start_time))}function lA(){ks=null}async function qe(){return ks||await Ce("scaleCreated")}async function yy(i){await ee();const t=ks?"scaleUpdated":"scaleCreated",e=Pd(i);ks=gy(e),Q.emit(t,ks)}let Le=null,Ld=null;async function hA(){const i=await Qt(),t=await vu();Le=new VE({screenHeight:t.clientHeight,screenWidth:t.clientWidth,events:i.renderer.events,passiveWheel:!1}),Le.zIndex=1,Le.drag().pinch().wheel({trackpadPinch:!0}).decelerate({friction:.9}).clampZoom({minWidth:t.clientWidth/2}),Le.on("moved",()=>{Q.emit("viewportMoved",null)}).on("moved-end",()=>{Q.emit("viewportMoved",null)}),i.stage.addChild(Le),Q.emit("viewportCreated",Le),Q.on("applicationResized",gA),Q.on("scaleUpdated",()=>Xo()),pA()}function cA(){Le=null,Ld=null}async function Gd({animate:i}={}){const e=(await te()).getChildByName(Hf);if(!e)throw new Error("Nodes container not found");xA();const{x:r,y:n,width:s,height:o}=e.getLocalBounds();if(!s||!o){dA({animate:i});return}uA({x:r,y:n,width:s,height:o,animate:i})}async function uA({x:i,y:t,width:e,height:r,animate:n}){const s=await Rt(),o=await te(),{guideTextSize:a,guideTextTopPadding:l,columnGap:h,rowGap:c,eventTargetSize:u}=s.styles,d=a+l,f=e+h*2,p=r+c*4+d+u,m=o.findFit(f,p);o.animate({position:{x:i+e/2,y:t+r/2+d},scale:Math.min(m,1),time:n?s.animationDuration:0,ease:"easeInOutQuad",removeOnInterrupt:!0,callbackOnComplete:()=>{Wo(),Xo()}})}async function dA({animate:i}){const t=await Wi(),e=await Rt(),r=await te(),n=await qe();let s=n(t.start_time)-e.styles.columnGap,o=n(t.end_time??new Date)+e.styles.columnGap;if(s>o){const c=s;s=o,o=c}const a=o-s,l=s+a/2,h=r.findFit(a,0);r.animate({position:{x:l,y:0},scale:h,time:i?e.animationDuration:0,ease:"easeInOutQuad",removeOnInterrupt:!0,callbackOnComplete:()=>{Wo(),Xo()}})}async function te(){return Le||await Ce("viewportCreated")}function by(i){S1(Ld,i)||(Ld=i,Q.emit("viewportDateRangeUpdated",i))}function fA({xOffset:i,yOffset:t}){if(!Le)return;const{x:e,y:r}=Le.transform.position;Le.setTransform(e+i,r+t,Le.transform.scale.x,Le.transform.scale.y)}async function pA(){const i=await te();Xo(),i.on("moved",()=>Xo())}async function Xo(){const i=await xy();i&&by(i)}async function xy(){const i=await te(),t=await qe(),e=t.invert(i.left),r=t.invert(i.right);return e instanceof Date&&r instanceof Date?[e,r]:null}async function mA(i){const t=await xy(),e=await ee();if(i===void 0||e.isDependency()||S1(i,t))return;const r=await te(),n=await qe(),[s,o]=i,a=n(s),l=n(o),h=a+(l-a)/2;by(i),r.fitWidth(l-a,!0),r.moveCenter(h,r.center.y)}async function gA(){const i=await Qt(),t=await te(),e=await vu(),r=t.screenWidth,n=t.screenHeight,s=e.clientWidth,o=e.clientHeight,a=(s-r)/2,l=(o-n)/2;t.resize(i.screen.width,i.screen.height),fA({xOffset:a,yOffset:l})}class $l{constructor(){Nf(this,"status","visible");Nf(this,"labels",new Set)}get visible(){return this.status==="visible"}get hidden(){return this.status==="hidden"}show(){if(this.status!=="visible"){for(const t of this.labels)t.visible=!0;this.status="visible"}}hide(){if(this.status!=="hidden"){for(const t of this.labels)t.visible=!1;this.status="hidden"}}toggle(t){t?this.show():this.hide()}add(t){this.labels.add(t),t.visible=this.visible}clear(){this.labels.clear()}}let Bi=null,ti=null,Ui=null,dr=null,di=null;async function yA(){const i=await te(),t=await Qt();Bi=new dE({toggle:"renderable"}),ti=new $l,Ui=new $l,di=new $l,dr=new $l,t.ticker.add(()=>{if(i.dirty){const e=i.scale.x>.1,r=i.scale.x>.2,n=i.scale.x>.2,s=i.scale.x>.2;di==null||di.toggle(e),ti==null||ti.toggle(r),Ui==null||Ui.toggle(n),dr==null||dr.toggle(s),Bi==null||Bi.cull(t.renderer.screen),i.dirty=!1}}),Q.emit("cullCreated",Bi),Q.emit("labelCullCreated",ti),Q.emit("iconCullCreated",ti),Q.emit("edgeCullCreated",di),Q.emit("toggleCullCreated",dr)}function bA(){Bi=null,ti==null||ti.clear(),ti=null,Ui==null||Ui.clear(),Ui=null,di==null||di.clear(),di=null,dr==null||dr.clear(),dr=null}async function Wo(){const i=await te();i.dirty=!0}function xA(){Bi&&Bi.uncull()}async function _y(){return Bi||await Ce("cullCreated")}async function _A(){return di||await Ce("edgeCullCreated")}async function vy(){return ti||await Ce("labelCullCreated")}async function wy(){return Ui||await Ce("iconCullCreated")}async function Ty(){const i=await ee(),t=await Rt();function e(r,n,s){const a=i.disableAnimations||s?0:t.animationDuration/1e3;return T1.to(r,{...n,duration:a,ease:"power1.out",onUpdate:()=>{Wo()}})}return{animate:e}}let Ql=new Map;function vA(){Ql=new Map}async function Zo(i,t){const e=`${i.toString()}-${JSON.stringify(t)}`;if(Ql.has(e))return Ql.get(e);const r=await i(...t);return Ql.set(e,r),r}async function wA({size:i,stroke:t=1,radius:e=0}){const r=await Qt(),n=new Pr;return n.lineStyle(t,"#fff",1,0),n.drawRoundedRect(0,0,i*2,i*2,e),r.renderer.generateTexture(n,{region:new pt(0,0,i,i),resolution:10})}async function Vo(i){return await Zo(wA,[i])}var ql=(i=>(i[i.Up=0]="Up",i[i.Down=180]="Down",i[i.Left=270]="Left",i[i.Right=90]="Right",i))(ql||{});function Sy(){const i=new $t;async function t(e){const{rotate:r=0}=e,n={size:e.size,radius:e.radius,stroke:e.stroke},s=await Vo(n);return i.texture=s,i.anchor.set(.5,.5),i.angle=45+r,i}return{element:i,render:t}}async function TA(){const i=await Qt(),t=new Pr;return t.beginFill("#fff"),t.drawRect(0,0,1,1),t.endFill(),i.renderer.generateTexture(t,{wrapMode:vi.REPEAT})}async function kd(){return await Zo(TA,[])}function Fd(i,t){return Array.from({length:i},(e,r)=>t(r))}const SA=8,CA=2;async function EA(){const i=await Rt(),t=await _y(),e=await _A(),{animate:r}=await Ty(),n=new St,{element:s,render:o}=await Sy(),a=await kd(),l=Fd(20,()=>new ct),h=new sS(a,l);let c=!1;n.name=Gb,n.addChild(s),n.addChild(h),t.addAll([s,h]),e.add(n);async function u(){return await o({size:10,rotate:ql.Right}),s.tint=i.styles.edgeColor,h.tint=i.styles.edgeColor,n}async function d(p,m){const g=f(m);c||await u();for(const[b,_]of l.entries()){const{x,y:v}=g[b];r(_,{x,y:v},!c)}r(n,{x:p.x,y:p.y},!c),r(s,{x:m.x-SA,y:m.y},!c),c=!0}function f({x:p,y:m}){const g=[],b={x:0,y:0},_={x:p-CA,y:m},x={x:Cy(b.x,{source:b,target:_}),y:b.y},v={x:Cy(_.x,{source:b,target:_},!0),y:_.y};for(const[T]of l.entries()){if(T===l.length-1){g[T]=_;continue}const C=IA(T,{source:b,target:_,sourceBezier:x,targetBezier:v});g[T]=C}return g}return{element:n,render:u,setPosition:d}}function Cy(i,{source:t,target:e},r){const n=(e.x-t.x)/2;return i+(n>64?n:64)*(r?-1:1)}function IA(i,t){const e=i/20,{source:r,target:n,sourceBezier:s,targetBezier:o}=t,a=r.x+(s.x-r.x)*e,l=r.y+(s.y-r.y)*e,h=s.x+(o.x-s.x)*e,c=s.y+(o.y-s.y)*e,u=o.x+(n.x-o.x)*e,d=o.y+(n.y-o.y)*e,f=a+(h-a)*e,p=l+(c-l)*e,m=h+(u-h)*e,g=c+(d-c)*e,b=f+(m-f)*e,_=p+(g-p)*e;return{x:b,y:_}}async function AA({height:i,radius:t}){const e=await Qt(),r=new Pr;return r.beginFill("#fff"),r.drawRoundedRect(0,0,t*2,i,t),r.endFill(),e.renderer.generateTexture(r,{region:new pt(0,0,t,i),resolution:10})}async function MA(i){return await Zo(AA,[i])}function RA(){const i=new $t,t=new $t;async function e(r){const n=await MA(r);return i.texture=n,t.texture=n,t.anchor.x=1,t.scale.x=-1,{left:i,right:t}}return{left:i,right:t,render:e}}async function fr(){const i=await kd();return new $t(i)}async function Dd(){const i=new St,t=await fr(),{left:e,right:r,render:n}=await RA();i.addChild(t),i.addChild(e),i.addChild(r);async function s(l){const{width:h,x:c,visible:u}=a(l);return await n({height:l.height,radius:l.radius}),t.visible=u,t.width=h,t.height=l.height,t.x=c,e.visible=o(l.capLeft,l.radius),r.visible=o(l.capRight,l.radius),r.x=l.radius+h,t.tint=l.background,e.tint=l.background,r.tint=l.background,i}function o(l,h){return h===0?!1:l??!0}function a(l){const h=o(l.capLeft,l.radius),c=o(l.capRight,l.radius);let u=0;h&&(u+=l.radius),c&&(u+=l.radius);const d=Math.max(l.width-u,0),f=d>0,p=h?l.radius:0;return{width:d,visible:f,x:p}}return{element:i,render:s}}function th(){const i=new St,t=new $t,e=new $t,r=new $t,n=new $t,s=new $t,o=new $t,a=new $t,l=new $t;t.name="border-corner-top-left",e.name="border-corner-top-right",r.name="border-corner-bottom-left",n.name="border-corner-bottom-right",s.name="border-corner-left",o.name="border-corner-right",a.name="border-corner-top",l.name="border-corner-bottom",e.anchor.x=1,e.scale.x=-1,r.anchor.y=1,r.scale.y=-1,n.anchor.x=1,n.scale.x=-1,n.anchor.y=1,n.scale.y=-1,i.addChild(t),i.addChild(e),i.addChild(r),i.addChild(n),i.addChild(s),i.addChild(o),i.addChild(a),i.addChild(l);async function h(p){const{radius:m=0,color:g="#fff",stroke:b,width:_,height:x}=p,v=typeof m=="number",T={topLeft:c(v?m:m[0],_,x),topRight:c(v?m:m[1],_,x),bottomLeft:c(v?m:m[2],_,x),bottomRight:c(v?m:m[3],_,x)};return await u({width:_,height:x,stroke:b,cornerSizes:T}),await d({width:_,height:x,stroke:b,cornerSizes:T}),f(g),i}function c(p,m,g){const b=Math.min(m,g);return{size:p*2>b?b/2:p,radius:p}}async function u({width:p,height:m,stroke:g,cornerSizes:b}){const{topLeft:_,topRight:x,bottomLeft:v,bottomRight:T}=b,[C,E,I,R]=await Promise.all([Vo({..._,stroke:g}),Vo({...x,stroke:g}),Vo({...v,stroke:g}),Vo({...T,stroke:g})]);t.texture=C,e.texture=E,r.texture=R,n.texture=I,t.position.set(0,0),e.position.set(p-x.size,0),r.position.set(0,m-v.size),n.position.set(p-T.size,m-T.size)}async function d({width:p,height:m,stroke:g,cornerSizes:b}){const _=await kd(),{topLeft:x,topRight:v,bottomLeft:T,bottomRight:C}=b;a.texture=_,s.texture=_,o.texture=_,l.texture=_,s.position.set(0,x.size),s.height=Math.max(m-x.size-T.size,0),s.width=g,o.position.set(p-g,v.size),o.height=Math.max(m-v.size-C.size,0),o.width=g,a.position.set(x.size,0),a.width=Math.max(p-x.size-v.size,0),a.height=g,l.position.set(T.size,m-g),l.width=Math.max(p-T.size-C.size,0),l.height=g}function f(p){t.tint=p,e.tint=p,r.tint=p,n.tint=p,a.tint=p,s.tint=p,o.tint=p,l.tint=p}return{element:i,render:h}}async function eh(){const i=await Rt(),t=new St,{element:e,render:r}=await th();async function n({selected:s,width:o,height:a}){if(!s)return t.removeChild(e),t;const{selectedBorderColor:l,selectedBorderWidth:h,selectedBorderOffset:c,selectedBorderRadius:u}=i.styles;return e.position.set(-c,-c),t.addChild(e),await r({stroke:h,radius:u,width:o+c*2,height:a+c*2,color:l}),t}return{element:t,render:n}}async function PA(){const i=await Rt(),t=new St,{element:e,render:r}=await Dd(),{element:n,render:s}=await eh();t.addChild(e),t.addChild(n);async function o({selected:a,width:l,height:h}){const{artifactBgColor:c,artifactBorderRadius:u}=i.styles,d={width:l,height:h,background:c,radius:u,capLeft:!0,capRight:!0};return await Promise.all([r(d),s({selected:a,width:l,height:h})]),t}return{element:t,render:o}}var LA=Object.defineProperty,GA=(i,t,e)=>t in i?LA(i,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):i[t]=e,Ho=(i,t,e)=>(GA(i,typeof t!="symbol"?t+"":t,e),e);class kA extends St{constructor(t){super(),Ho(this,"_progress",0),Ho(this,"options"),Ho(this,"bgCircle",new Pr),Ho(this,"fillCircle",new Pr),Ho(this,"innerView",new St),this.options=t,this.addChild(this.innerView),this.innerView.addChild(this.bgCircle,this.fillCircle),this.addBackground(),t.value&&(this.progress=t.value)}addBackground(){const{backgroundColor:t,lineWidth:e,radius:r,backgroundAlpha:n}=this.options;let s=1;n>0&&(s=n),t===void 0&&(s=1e-6),this.bgCircle.lineStyle({width:e,color:t,alpha:s}).drawCircle(0,0,r)}set progress(t){t>100&&(t=100),t<0&&(t=0),this._progress=t;const{lineWidth:e,radius:r,fillColor:n,fillAlpha:s,cap:o}=this.options;if(t===0&&s===0){this.fillCircle.clear();return}const a=0,l=360/100*t;this.fillCircle.clear().lineStyle({width:e,color:n,cap:o,alpha:s}).arc(0,0,r,(-90+a)*Mc,(-90+a+l)*Mc)}get progress(){return this._progress}}async function FA(i={}){const t=await wy(),e=new kA({fillColor:16777215,cullAtZoomThreshold:!0,backgroundColor:0,backgroundAlpha:1,value:50,cap:"round",fillAlpha:1,lineWidth:20,radius:50,...i});i.cullAtZoomThreshold&&t.add(e);function r(n){e.progress=n.value??0;const s=(n.radius+n.lineWidth)*2;return e.width=s,e.height=s,e.position.set(s/2),e}return{element:e,render:r}}const DA=Object.freeze(Object.defineProperty({__proto__:null,Artifact:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_19)'%3e%3cmask%20id='mask0_7_19'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_19)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010ZM10%201.81818C5.4813%201.81818%201.81818%205.4813%201.81818%2010C1.81818%2014.5187%205.48131%2018.1818%2010%2018.1818C14.5187%2018.1818%2018.1818%2014.5187%2018.1818%2010C18.1818%205.48131%2014.5187%201.81818%2010%201.81818Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.68182%205.63634C5.68182%205.15937%206.06849%204.77271%206.54546%204.77271H13.4546C13.9316%204.77271%2014.3182%205.15937%2014.3182%205.63634V14.2512C14.3182%2014.8932%2013.6426%2015.3108%2013.0683%2015.0237L11.8182%2014.3986L10.3863%2015.1146C10.1431%2015.2362%209.85691%2015.2362%209.61373%2015.1146L8.18182%2014.3986L6.93169%2015.0237C6.35746%2015.3108%205.68182%2014.8932%205.68182%2014.2512V5.63634ZM7.04546%206.13634V13.4423L7.7956%2013.0672C8.03873%2012.9456%208.32491%2012.9456%208.5681%2013.0672L10%2013.7832L11.4319%2013.0672C11.6751%2012.9456%2011.9613%2012.9456%2012.2045%2013.0672L12.9546%2013.4423V6.13634H7.04546Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.36365%208.63631C6.36365%208.38531%206.56716%208.18176%206.81819%208.18176H6.98566C7.23669%208.18176%207.4402%208.38531%207.4402%208.63631C7.4402%208.88731%207.23669%209.09085%206.98566%209.09085H6.81819C6.56716%209.09085%206.36365%208.88731%206.36365%208.63631ZM7.78709%208.63631C7.78709%208.38531%207.9906%208.18176%208.24165%208.18176H8.57656C8.82765%208.18176%209.0311%208.38531%209.0311%208.63631C9.0311%208.88731%208.82765%209.09085%208.57656%209.09085H8.24165C7.9906%209.09085%207.78709%208.88731%207.78709%208.63631ZM9.37801%208.63631C9.37801%208.38531%209.58147%208.18176%209.83256%208.18176H10.1675C10.4186%208.18176%2010.622%208.38531%2010.622%208.63631C10.622%208.88731%2010.4186%209.09085%2010.1675%209.09085H9.83256C9.58147%209.09085%209.37801%208.88731%209.37801%208.63631ZM10.9689%208.63631C10.9689%208.38531%2011.1724%208.18176%2011.4235%208.18176H11.7584C12.0095%208.18176%2012.2129%208.38531%2012.2129%208.63631C12.2129%208.88731%2012.0095%209.09085%2011.7584%209.09085H11.4235C11.1724%209.09085%2010.9689%208.88731%2010.9689%208.63631ZM12.5598%208.63631C12.5598%208.38531%2012.7633%208.18176%2013.0144%208.18176H13.1818C13.4328%208.18176%2013.6364%208.38531%2013.6364%208.63631C13.6364%208.88731%2013.4328%209.09085%2013.1818%209.09085H13.0144C12.7633%209.09085%2012.5598%208.88731%2012.5598%208.63631Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_19'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",ArtifactImage:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_36)'%3e%3cmask%20id='mask0_7_36'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_36)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010ZM10%201.81818C5.4813%201.81818%201.81818%205.4813%201.81818%2010C1.81818%2014.5187%205.48131%2018.1818%2010%2018.1818C14.5187%2018.1818%2018.1818%2014.5187%2018.1818%2010C18.1818%205.48131%2014.5187%201.81818%2010%201.81818Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.4718%2010.0244C11.2567%209.97354%2011.0304%2010.0028%2010.8353%2010.1067L2.29995%2014.6522C1.8568%2014.8882%201.68886%2015.4387%201.92486%2015.8818C2.16086%2016.325%202.71143%2016.4929%203.15458%2016.2569L11.3872%2011.8727L17.9726%2013.4302C18.4612%2013.5457%2018.951%2013.2433%2019.0665%2012.7546C19.1821%2012.2661%2018.8796%2011.7764%2018.3911%2011.6607L11.4718%2010.0244Z'%20fill='white'/%3e%3cpath%20d='M6.07329%209.09092C5.32016%209.09092%204.70966%208.48037%204.70966%207.72728C4.70966%206.97417%205.32016%206.36365%206.07329%206.36365C6.82643%206.36365%207.43693%206.97417%207.43693%207.72728C7.43693%208.48037%206.82643%209.09092%206.07329%209.09092Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_36'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",ArtifactMarkdown:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_27)'%3e%3cmask%20id='mask0_7_27'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_27)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010ZM10%201.81818C5.4813%201.81818%201.81818%205.4813%201.81818%2010C1.81818%2014.5187%205.48131%2018.1818%2010%2018.1818C14.5187%2018.1818%2018.1818%2014.5187%2018.1818%2010C18.1818%205.48131%2014.5187%201.81818%2010%201.81818Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.36365%2010C6.36365%209.49794%206.77067%209.09094%207.27274%209.09094H12.7273C13.2294%209.09094%2013.6364%209.49794%2013.6364%2010C13.6364%2010.5021%2013.2294%2010.9091%2012.7273%2010.9091H7.27274C6.77067%2010.9091%206.36365%2010.5021%206.36365%2010Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.36365%2013.6364C6.36365%2013.1343%206.77067%2012.7273%207.27274%2012.7273H9.09092C9.59301%2012.7273%2010%2013.1343%2010%2013.6364C10%2014.1385%209.59301%2014.5455%209.09092%2014.5455H7.27274C6.77067%2014.5455%206.36365%2014.1385%206.36365%2013.6364Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.36365%206.36368C6.36365%205.86161%206.77067%205.45459%207.27274%205.45459H11.8182C12.3203%205.45459%2012.7273%205.86161%2012.7273%206.36368C12.7273%206.86575%2012.3203%207.27277%2011.8182%207.27277H7.27274C6.77067%207.27277%206.36365%206.86575%206.36365%206.36368Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_27'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",ArtifactProgress:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_2)'%3e%3cmask%20id='mask0_7_2'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_2)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.04937%200.190318C8.681%200.0653727%209.33327%200%2010%200C10.6667%200%2011.319%200.0653727%2011.9506%200.190318L11.5978%201.97394C11.0817%201.87185%2010.5475%201.81818%2010%201.81818C9.45245%201.81818%208.91827%201.87185%208.40218%201.97394L8.04937%200.190318ZM15.5568%201.68489C16.6469%202.41471%2017.5853%203.35308%2018.3151%204.4432L16.8043%205.45469C16.2066%204.56206%2015.4379%203.79335%2014.5453%203.19574L15.5568%201.68489ZM1.68489%204.4432C2.41471%203.35308%203.35308%202.41471%204.4432%201.68489L5.45469%203.19574C4.56206%203.79335%203.79335%204.56206%203.19574%205.45469L1.68489%204.4432ZM19.8096%208.04937C19.9346%208.681%2020%209.33327%2020%2010C20%2010.6667%2019.9346%2011.319%2019.8096%2011.9506L18.0261%2011.5978C18.1282%2011.0817%2018.1818%2010.5475%2018.1818%2010C18.1818%209.45245%2018.1282%208.91827%2018.0261%208.40218L19.8096%208.04937ZM0%2010C0%209.33327%200.0653727%208.681%200.190318%208.04937L1.97394%208.40218C1.87185%208.91827%201.81818%209.45245%201.81818%2010C1.81818%2010.5475%201.87185%2011.0817%201.97394%2011.5978L0.190318%2011.9506C0.0653727%2011.319%200%2010.6667%200%2010ZM18.3151%2015.5568C17.5853%2016.6469%2016.6469%2017.5853%2015.5568%2018.3151L14.5453%2016.8043C15.4379%2016.2066%2016.2066%2015.4379%2016.8043%2014.5453L18.3151%2015.5568ZM4.4432%2018.3151C3.35308%2017.5853%202.41471%2016.6469%201.68489%2015.5568L3.19574%2014.5453C3.79335%2015.4379%204.56206%2016.2066%205.45469%2016.8043L4.4432%2018.3151ZM10%2020C9.33327%2020%208.681%2019.9346%208.04937%2019.8096L8.40218%2018.0261C8.91827%2018.1282%209.45245%2018.1818%2010%2018.1818C10.5475%2018.1818%2011.0817%2018.1282%2011.5978%2018.0261L11.9506%2019.8096C11.319%2019.9346%2010.6667%2020%2010%2020Z'%20fill='white'/%3e%3cpath%20d='M10%2011.8181C8.99582%2011.8181%208.18182%2011.0041%208.18182%209.99994C8.18182%208.99576%208.99582%208.18176%2010%208.18176C11.0042%208.18176%2011.8182%208.99576%2011.8182%209.99994C11.8182%2011.0041%2011.0042%2011.8181%2010%2011.8181Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_2'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",ArtifactResult:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_19)'%3e%3cmask%20id='mask0_7_19'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_19)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010ZM10%201.81818C5.4813%201.81818%201.81818%205.4813%201.81818%2010C1.81818%2014.5187%205.48131%2018.1818%2010%2018.1818C14.5187%2018.1818%2018.1818%2014.5187%2018.1818%2010C18.1818%205.48131%2014.5187%201.81818%2010%201.81818Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.68182%205.63634C5.68182%205.15937%206.06849%204.77271%206.54546%204.77271H13.4546C13.9316%204.77271%2014.3182%205.15937%2014.3182%205.63634V14.2512C14.3182%2014.8932%2013.6426%2015.3108%2013.0683%2015.0237L11.8182%2014.3986L10.3863%2015.1146C10.1431%2015.2362%209.85691%2015.2362%209.61373%2015.1146L8.18182%2014.3986L6.93169%2015.0237C6.35746%2015.3108%205.68182%2014.8932%205.68182%2014.2512V5.63634ZM7.04546%206.13634V13.4423L7.7956%2013.0672C8.03873%2012.9456%208.32491%2012.9456%208.5681%2013.0672L10%2013.7832L11.4319%2013.0672C11.6751%2012.9456%2011.9613%2012.9456%2012.2045%2013.0672L12.9546%2013.4423V6.13634H7.04546Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.36365%208.63631C6.36365%208.38531%206.56716%208.18176%206.81819%208.18176H6.98566C7.23669%208.18176%207.4402%208.38531%207.4402%208.63631C7.4402%208.88731%207.23669%209.09085%206.98566%209.09085H6.81819C6.56716%209.09085%206.36365%208.88731%206.36365%208.63631ZM7.78709%208.63631C7.78709%208.38531%207.9906%208.18176%208.24165%208.18176H8.57656C8.82765%208.18176%209.0311%208.38531%209.0311%208.63631C9.0311%208.88731%208.82765%209.09085%208.57656%209.09085H8.24165C7.9906%209.09085%207.78709%208.88731%207.78709%208.63631ZM9.37801%208.63631C9.37801%208.38531%209.58147%208.18176%209.83256%208.18176H10.1675C10.4186%208.18176%2010.622%208.38531%2010.622%208.63631C10.622%208.88731%2010.4186%209.09085%2010.1675%209.09085H9.83256C9.58147%209.09085%209.37801%208.88731%209.37801%208.63631ZM10.9689%208.63631C10.9689%208.38531%2011.1724%208.18176%2011.4235%208.18176H11.7584C12.0095%208.18176%2012.2129%208.38531%2012.2129%208.63631C12.2129%208.88731%2012.0095%209.09085%2011.7584%209.09085H11.4235C11.1724%209.09085%2010.9689%208.88731%2010.9689%208.63631ZM12.5598%208.63631C12.5598%208.38531%2012.7633%208.18176%2013.0144%208.18176H13.1818C13.4328%208.18176%2013.6364%208.38531%2013.6364%208.63631C13.6364%208.88731%2013.4328%209.09085%2013.1818%209.09085H13.0144C12.7633%209.09085%2012.5598%208.88731%2012.5598%208.63631Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_19'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",ArtifactTable:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_9)'%3e%3cmask%20id='mask0_7_9'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_9)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010ZM10%201.81818C5.4813%201.81818%201.81818%205.4813%201.81818%2010C1.81818%2014.5187%205.48131%2018.1818%2010%2018.1818C14.5187%2018.1818%2018.1818%2014.5187%2018.1818%2010C18.1818%205.48131%2014.5187%201.81818%2010%201.81818Z'%20fill='white'/%3e%3cpath%20d='M8.18183%205.45459H6.36365C5.86157%205.45459%205.45456%205.8616%205.45456%206.36368V8.18186C5.45456%208.68394%205.86157%209.09095%206.36365%209.09095H8.18183C8.68391%209.09095%209.09092%208.68394%209.09092%208.18186V6.36368C9.09092%205.8616%208.68391%205.45459%208.18183%205.45459Z'%20fill='white'/%3e%3cpath%20d='M13.6364%205.45459H11.8182C11.3161%205.45459%2010.9091%205.8616%2010.9091%206.36368V8.18186C10.9091%208.68394%2011.3161%209.09095%2011.8182%209.09095H13.6364C14.1384%209.09095%2014.5455%208.68394%2014.5455%208.18186V6.36368C14.5455%205.8616%2014.1384%205.45459%2013.6364%205.45459Z'%20fill='white'/%3e%3cpath%20d='M13.6364%2010.9091H11.8182C11.3161%2010.9091%2010.9091%2011.3161%2010.9091%2011.8181V13.6363C10.9091%2014.1384%2011.3161%2014.5454%2011.8182%2014.5454H13.6364C14.1384%2014.5454%2014.5455%2014.1384%2014.5455%2013.6363V11.8181C14.5455%2011.3161%2014.1384%2010.9091%2013.6364%2010.9091Z'%20fill='white'/%3e%3cpath%20d='M8.18183%2010.9091H6.36365C5.86157%2010.9091%205.45456%2011.3161%205.45456%2011.8181V13.6363C5.45456%2014.1384%205.86157%2014.5454%206.36365%2014.5454H8.18183C8.68391%2014.5454%209.09092%2014.1384%209.09092%2013.6363V11.8181C9.09092%2011.3161%208.68391%2010.9091%208.18183%2010.9091Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_9'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"},Symbol.toStringTag,{value:"Module"}));function NA(i){const t={resolution:4};return ot.from(DA[i],t)}async function OA(i){return await Zo(NA,[i])}async function BA({cullAtZoomThreshold:i=!0}={}){const t=await wy(),e=new $t;i&&t.add(e);async function r(n){const s=await OA(n);return e.texture=s,e}return{element:e,render:r}}var UA={aqua:/#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,azure:/#f0ffff(ff)?(?!\w)/gi,beige:/#f5f5dc(ff)?(?!\w)/gi,bisque:/#ffe4c4(ff)?(?!\w)/gi,black:/#000000(ff)?(?!\w)|#000(f)?(?!\w)/gi,blue:/#0000ff(ff)?(?!\w)|#00f(f)?(?!\w)/gi,brown:/#a52a2a(ff)?(?!\w)/gi,coral:/#ff7f50(ff)?(?!\w)/gi,cornsilk:/#fff8dc(ff)?(?!\w)/gi,crimson:/#dc143c(ff)?(?!\w)/gi,cyan:/#00ffff(ff)?(?!\w)|#0ff(f)?(?!\w)/gi,darkblue:/#00008b(ff)?(?!\w)/gi,darkcyan:/#008b8b(ff)?(?!\w)/gi,darkgrey:/#a9a9a9(ff)?(?!\w)/gi,darkred:/#8b0000(ff)?(?!\w)/gi,deeppink:/#ff1493(ff)?(?!\w)/gi,dimgrey:/#696969(ff)?(?!\w)/gi,gold:/#ffd700(ff)?(?!\w)/gi,green:/#008000(ff)?(?!\w)/gi,grey:/#808080(ff)?(?!\w)/gi,honeydew:/#f0fff0(ff)?(?!\w)/gi,hotpink:/#ff69b4(ff)?(?!\w)/gi,indigo:/#4b0082(ff)?(?!\w)/gi,ivory:/#fffff0(ff)?(?!\w)/gi,khaki:/#f0e68c(ff)?(?!\w)/gi,lavender:/#e6e6fa(ff)?(?!\w)/gi,lime:/#00ff00(ff)?(?!\w)|#0f0(f)?(?!\w)/gi,linen:/#faf0e6(ff)?(?!\w)/gi,maroon:/#800000(ff)?(?!\w)/gi,moccasin:/#ffe4b5(ff)?(?!\w)/gi,navy:/#000080(ff)?(?!\w)/gi,oldlace:/#fdf5e6(ff)?(?!\w)/gi,olive:/#808000(ff)?(?!\w)/gi,orange:/#ffa500(ff)?(?!\w)/gi,orchid:/#da70d6(ff)?(?!\w)/gi,peru:/#cd853f(ff)?(?!\w)/gi,pink:/#ffc0cb(ff)?(?!\w)/gi,plum:/#dda0dd(ff)?(?!\w)/gi,purple:/#800080(ff)?(?!\w)/gi,red:/#ff0000(ff)?(?!\w)|#f00(f)?(?!\w)/gi,salmon:/#fa8072(ff)?(?!\w)/gi,seagreen:/#2e8b57(ff)?(?!\w)/gi,seashell:/#fff5ee(ff)?(?!\w)/gi,sienna:/#a0522d(ff)?(?!\w)/gi,silver:/#c0c0c0(ff)?(?!\w)/gi,skyblue:/#87ceeb(ff)?(?!\w)/gi,snow:/#fffafa(ff)?(?!\w)/gi,tan:/#d2b48c(ff)?(?!\w)/gi,teal:/#008080(ff)?(?!\w)/gi,thistle:/#d8bfd8(ff)?(?!\w)/gi,tomato:/#ff6347(ff)?(?!\w)/gi,violet:/#ee82ee(ff)?(?!\w)/gi,wheat:/#f5deb3(ff)?(?!\w)/gi,white:/#ffffff(ff)?(?!\w)|#fff(f)?(?!\w)/gi},Nd=UA,Od={whitespace:/\s+/g,urlHexPairs:/%[\dA-F]{2}/g,quotes:/"/g};function XA(i){return i.trim().replace(Od.whitespace," ")}function WA(i){return encodeURIComponent(i).replace(Od.urlHexPairs,VA)}function ZA(i){return Object.keys(Nd).forEach(function(t){Nd[t].test(i)&&(i=i.replace(Nd[t],t))}),i}function VA(i){switch(i){case"%20":return" ";case"%3D":return"=";case"%3A":return":";case"%2F":return"/";default:return i.toLowerCase()}}function Bd(i){if(typeof i!="string")throw new TypeError("Expected a string, but received "+typeof i);i.charCodeAt(0)===65279&&(i=i.slice(1));var t=ZA(XA(i)).replace(Od.quotes,"'");return"data:image/svg+xml,"+WA(t)}Bd.toSrcset=function(t){return Bd(t).replace(/ /g,"%20")};var HA=Bd,Ey={},Iy={};(function(i){Object.defineProperty(i,"__esModule",{value:!0}),Object.defineProperty(i,"default",{enumerable:!0,get:function(){return e}});function t(r,n){return{handler:r,config:n}}t.withOptions=function(r,n=()=>({})){const s=function(o){return{__options:o,handler:r(o),config:n(o)}};return s.__isOptionsFunction=!0,s.__pluginFunction=r,s.__configFunction=n,s};const e=t})(Iy),function(i){Object.defineProperty(i,"__esModule",{value:!0}),Object.defineProperty(i,"default",{enumerable:!0,get:function(){return r}});const t=e(Iy);function e(n){return n&&n.__esModule?n:{default:n}}const r=t.default}(Ey);let Ud=Ey;var Xd=(Ud.__esModule?Ud:{default:Ud}).default;const KA=_r(Xd);var Ay={},My={};(function(i){Object.defineProperty(i,"__esModule",{value:!0}),Object.defineProperty(i,"cloneDeep",{enumerable:!0,get:function(){return t}});function t(e){return Array.isArray(e)?e.map(r=>t(r)):typeof e=="object"&&e!==null?Object.fromEntries(Object.entries(e).map(([r,n])=>[r,t(n)])):e}})(My);var zA={content:[],presets:[],darkMode:"media",theme:{accentColor:({theme:i})=>({...i("colors"),auto:"auto"}),animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",pulse:"pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",bounce:"bounce 1s infinite"},aria:{busy:'busy="true"',checked:'checked="true"',disabled:'disabled="true"',expanded:'expanded="true"',hidden:'hidden="true"',pressed:'pressed="true"',readonly:'readonly="true"',required:'required="true"',selected:'selected="true"'},aspectRatio:{auto:"auto",square:"1 / 1",video:"16 / 9"},backdropBlur:({theme:i})=>i("blur"),backdropBrightness:({theme:i})=>i("brightness"),backdropContrast:({theme:i})=>i("contrast"),backdropGrayscale:({theme:i})=>i("grayscale"),backdropHueRotate:({theme:i})=>i("hueRotate"),backdropInvert:({theme:i})=>i("invert"),backdropOpacity:({theme:i})=>i("opacity"),backdropSaturate:({theme:i})=>i("saturate"),backdropSepia:({theme:i})=>i("sepia"),backgroundColor:({theme:i})=>i("colors"),backgroundImage:{none:"none","gradient-to-t":"linear-gradient(to top, var(--tw-gradient-stops))","gradient-to-tr":"linear-gradient(to top right, var(--tw-gradient-stops))","gradient-to-r":"linear-gradient(to right, var(--tw-gradient-stops))","gradient-to-br":"linear-gradient(to bottom right, var(--tw-gradient-stops))","gradient-to-b":"linear-gradient(to bottom, var(--tw-gradient-stops))","gradient-to-bl":"linear-gradient(to bottom left, var(--tw-gradient-stops))","gradient-to-l":"linear-gradient(to left, var(--tw-gradient-stops))","gradient-to-tl":"linear-gradient(to top left, var(--tw-gradient-stops))"},backgroundOpacity:({theme:i})=>i("opacity"),backgroundPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{0:"0",none:"",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},borderColor:({theme:i})=>({...i("colors"),DEFAULT:i("colors.gray.200","currentColor")}),borderOpacity:({theme:i})=>i("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},borderSpacing:({theme:i})=>({...i("spacing")}),borderWidth:{DEFAULT:"1px",0:"0px",2:"2px",4:"4px",8:"8px"},boxShadow:{sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",DEFAULT:"0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)",inner:"inset 0 2px 4px 0 rgb(0 0 0 / 0.05)",none:"none"},boxShadowColor:({theme:i})=>i("colors"),brightness:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5",200:"2"},caretColor:({theme:i})=>i("colors"),colors:({colors:i})=>({inherit:i.inherit,current:i.current,transparent:i.transparent,black:i.black,white:i.white,slate:i.slate,gray:i.gray,zinc:i.zinc,neutral:i.neutral,stone:i.stone,red:i.red,orange:i.orange,amber:i.amber,yellow:i.yellow,lime:i.lime,green:i.green,emerald:i.emerald,teal:i.teal,cyan:i.cyan,sky:i.sky,blue:i.blue,indigo:i.indigo,violet:i.violet,purple:i.purple,fuchsia:i.fuchsia,pink:i.pink,rose:i.rose}),columns:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},container:{},content:{none:"none"},contrast:{0:"0",50:".5",75:".75",100:"1",125:"1.25",150:"1.5",200:"2"},cursor:{auto:"auto",default:"default",pointer:"pointer",wait:"wait",text:"text",move:"move",help:"help","not-allowed":"not-allowed",none:"none","context-menu":"context-menu",progress:"progress",cell:"cell",crosshair:"crosshair","vertical-text":"vertical-text",alias:"alias",copy:"copy","no-drop":"no-drop",grab:"grab",grabbing:"grabbing","all-scroll":"all-scroll","col-resize":"col-resize","row-resize":"row-resize","n-resize":"n-resize","e-resize":"e-resize","s-resize":"s-resize","w-resize":"w-resize","ne-resize":"ne-resize","nw-resize":"nw-resize","se-resize":"se-resize","sw-resize":"sw-resize","ew-resize":"ew-resize","ns-resize":"ns-resize","nesw-resize":"nesw-resize","nwse-resize":"nwse-resize","zoom-in":"zoom-in","zoom-out":"zoom-out"},divideColor:({theme:i})=>i("borderColor"),divideOpacity:({theme:i})=>i("borderOpacity"),divideWidth:({theme:i})=>i("borderWidth"),dropShadow:{sm:"0 1px 1px rgb(0 0 0 / 0.05)",DEFAULT:["0 1px 2px rgb(0 0 0 / 0.1)","0 1px 1px rgb(0 0 0 / 0.06)"],md:["0 4px 3px rgb(0 0 0 / 0.07)","0 2px 2px rgb(0 0 0 / 0.06)"],lg:["0 10px 8px rgb(0 0 0 / 0.04)","0 4px 3px rgb(0 0 0 / 0.1)"],xl:["0 20px 13px rgb(0 0 0 / 0.03)","0 8px 5px rgb(0 0 0 / 0.08)"],"2xl":"0 25px 25px rgb(0 0 0 / 0.15)",none:"0 0 #0000"},fill:({theme:i})=>({none:"none",...i("colors")}),flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:i})=>({auto:"auto",...i("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%"}),flexGrow:{0:"0",DEFAULT:"1"},flexShrink:{0:"0",DEFAULT:"1"},fontFamily:{sans:["ui-sans-serif","system-ui","sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"'],serif:["ui-serif","Georgia","Cambria",'"Times New Roman"',"Times","serif"],mono:["ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas",'"Liberation Mono"','"Courier New"',"monospace"]},fontSize:{xs:["0.75rem",{lineHeight:"1rem"}],sm:["0.875rem",{lineHeight:"1.25rem"}],base:["1rem",{lineHeight:"1.5rem"}],lg:["1.125rem",{lineHeight:"1.75rem"}],xl:["1.25rem",{lineHeight:"1.75rem"}],"2xl":["1.5rem",{lineHeight:"2rem"}],"3xl":["1.875rem",{lineHeight:"2.25rem"}],"4xl":["2.25rem",{lineHeight:"2.5rem"}],"5xl":["3rem",{lineHeight:"1"}],"6xl":["3.75rem",{lineHeight:"1"}],"7xl":["4.5rem",{lineHeight:"1"}],"8xl":["6rem",{lineHeight:"1"}],"9xl":["8rem",{lineHeight:"1"}]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:({theme:i})=>i("spacing"),gradientColorStops:({theme:i})=>i("colors"),gradientColorStopPositions:{"0%":"0%","5%":"5%","10%":"10%","15%":"15%","20%":"20%","25%":"25%","30%":"30%","35%":"35%","40%":"40%","45%":"45%","50%":"50%","55%":"55%","60%":"60%","65%":"65%","70%":"70%","75%":"75%","80%":"80%","85%":"85%","90%":"90%","95%":"95%","100%":"100%"},grayscale:{0:"0",DEFAULT:"100%"},gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridColumn:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-7":"span 7 / span 7","span-8":"span 8 / span 8","span-9":"span 9 / span 9","span-10":"span 10 / span 10","span-11":"span 11 / span 11","span-12":"span 12 / span 12","span-full":"1 / -1"},gridColumnEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridColumnStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridRow:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-7":"span 7 / span 7","span-8":"span 8 / span 8","span-9":"span 9 / span 9","span-10":"span 10 / span 10","span-11":"span 11 / span 11","span-12":"span 12 / span 12","span-full":"1 / -1"},gridRowEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridRowStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridTemplateColumns:{none:"none",subgrid:"subgrid",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))",7:"repeat(7, minmax(0, 1fr))",8:"repeat(8, minmax(0, 1fr))",9:"repeat(9, minmax(0, 1fr))",10:"repeat(10, minmax(0, 1fr))",11:"repeat(11, minmax(0, 1fr))",12:"repeat(12, minmax(0, 1fr))"},gridTemplateRows:{none:"none",subgrid:"subgrid",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))",7:"repeat(7, minmax(0, 1fr))",8:"repeat(8, minmax(0, 1fr))",9:"repeat(9, minmax(0, 1fr))",10:"repeat(10, minmax(0, 1fr))",11:"repeat(11, minmax(0, 1fr))",12:"repeat(12, minmax(0, 1fr))"},height:({theme:i})=>({auto:"auto",...i("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%",full:"100%",screen:"100vh",svh:"100svh",lvh:"100lvh",dvh:"100dvh",min:"min-content",max:"max-content",fit:"fit-content"}),hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},inset:({theme:i})=>({auto:"auto",...i("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),invert:{0:"0",DEFAULT:"100%"},keyframes:{spin:{to:{transform:"rotate(360deg)"}},ping:{"75%, 100%":{transform:"scale(2)",opacity:"0"}},pulse:{"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2",3:".75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem"},listStyleType:{none:"none",disc:"disc",decimal:"decimal"},listStyleImage:{none:"none"},margin:({theme:i})=>({auto:"auto",...i("spacing")}),lineClamp:{1:"1",2:"2",3:"3",4:"4",5:"5",6:"6"},maxHeight:({theme:i})=>({...i("spacing"),none:"none",full:"100%",screen:"100vh",svh:"100svh",lvh:"100lvh",dvh:"100dvh",min:"min-content",max:"max-content",fit:"fit-content"}),maxWidth:({theme:i,breakpoints:t})=>({...i("spacing"),none:"none",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch",...t(i("screens"))}),minHeight:({theme:i})=>({...i("spacing"),full:"100%",screen:"100vh",svh:"100svh",lvh:"100lvh",dvh:"100dvh",min:"min-content",max:"max-content",fit:"fit-content"}),minWidth:({theme:i})=>({...i("spacing"),full:"100%",min:"min-content",max:"max-content",fit:"fit-content"}),objectPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},opacity:{0:"0",5:"0.05",10:"0.1",15:"0.15",20:"0.2",25:"0.25",30:"0.3",35:"0.35",40:"0.4",45:"0.45",50:"0.5",55:"0.55",60:"0.6",65:"0.65",70:"0.7",75:"0.75",80:"0.8",85:"0.85",90:"0.9",95:"0.95",100:"1"},order:{first:"-9999",last:"9999",none:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12"},outlineColor:({theme:i})=>i("colors"),outlineOffset:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},outlineWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},padding:({theme:i})=>i("spacing"),placeholderColor:({theme:i})=>i("colors"),placeholderOpacity:({theme:i})=>i("opacity"),ringColor:({theme:i})=>({DEFAULT:i("colors.blue.500","#3b82f6"),...i("colors")}),ringOffsetColor:({theme:i})=>i("colors"),ringOffsetWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},ringOpacity:({theme:i})=>({DEFAULT:"0.5",...i("opacity")}),ringWidth:{DEFAULT:"3px",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},rotate:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg",45:"45deg",90:"90deg",180:"180deg"},saturate:{0:"0",50:".5",100:"1",150:"1.5",200:"2"},scale:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5"},screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},scrollMargin:({theme:i})=>({...i("spacing")}),scrollPadding:({theme:i})=>i("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg"},space:({theme:i})=>({...i("spacing")}),spacing:{px:"1px",0:"0px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},stroke:({theme:i})=>({none:"none",...i("colors")}),strokeWidth:{0:"0",1:"1",2:"2"},supports:{},data:{},textColor:({theme:i})=>i("colors"),textDecorationColor:({theme:i})=>i("colors"),textDecorationThickness:{auto:"auto","from-font":"from-font",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},textIndent:({theme:i})=>({...i("spacing")}),textOpacity:({theme:i})=>i("opacity"),textUnderlineOffset:{auto:"auto",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},transformOrigin:{center:"center",top:"top","top-right":"top right",right:"right","bottom-right":"bottom right",bottom:"bottom","bottom-left":"bottom left",left:"left","top-left":"top left"},transitionDelay:{0:"0s",75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionDuration:{DEFAULT:"150ms",0:"0s",75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionProperty:{none:"none",all:"all",DEFAULT:"color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",colors:"color, background-color, border-color, text-decoration-color, fill, stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4, 0, 0.2, 1)",linear:"linear",in:"cubic-bezier(0.4, 0, 1, 1)",out:"cubic-bezier(0, 0, 0.2, 1)","in-out":"cubic-bezier(0.4, 0, 0.2, 1)"},translate:({theme:i})=>({...i("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),size:({theme:i})=>({auto:"auto",...i("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"}),width:({theme:i})=>({auto:"auto",...i("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%",screen:"100vw",svw:"100svw",lvw:"100lvw",dvw:"100dvw",min:"min-content",max:"max-content",fit:"fit-content"}),willChange:{auto:"auto",scroll:"scroll-position",contents:"contents",transform:"transform"},zIndex:{auto:"auto",0:"0",10:"10",20:"20",30:"30",40:"40",50:"50"}},plugins:[]};(function(i){Object.defineProperty(i,"__esModule",{value:!0}),Object.defineProperty(i,"default",{enumerable:!0,get:function(){return n}});const t=My,e=r(zA);function r(s){return s&&s.__esModule?s:{default:s}}const n=(0,t.cloneDeep)(e.default.theme)})(Ay);let Wd=Ay;var Ry=(Wd.__esModule?Wd:{default:Wd}).default;const Py=_r(Ry);var Ly={},Gy={},Zd={exports:{}},vt=String,ky=function(){return{isColorSupported:!1,reset:vt,bold:vt,dim:vt,italic:vt,underline:vt,inverse:vt,hidden:vt,strikethrough:vt,black:vt,red:vt,green:vt,yellow:vt,blue:vt,magenta:vt,cyan:vt,white:vt,gray:vt,bgBlack:vt,bgRed:vt,bgGreen:vt,bgYellow:vt,bgBlue:vt,bgMagenta:vt,bgCyan:vt,bgWhite:vt,blackBright:vt,redBright:vt,greenBright:vt,yellowBright:vt,blueBright:vt,magentaBright:vt,cyanBright:vt,whiteBright:vt,bgBlackBright:vt,bgRedBright:vt,bgGreenBright:vt,bgYellowBright:vt,bgBlueBright:vt,bgMagentaBright:vt,bgCyanBright:vt,bgWhiteBright:vt}};Zd.exports=ky(),Zd.exports.createColors=ky;var YA=Zd.exports;(function(i){Object.defineProperty(i,"__esModule",{value:!0});function t(l,h){for(var c in h)Object.defineProperty(l,c,{enumerable:!0,get:h[c]})}t(i,{dim:function(){return o},default:function(){return a}});const e=r(YA);function r(l){return l&&l.__esModule?l:{default:l}}let n=new Set;function s(l,h,c){typeof process<"u"&&process.env.JEST_WORKER_ID||c&&n.has(c)||(c&&n.add(c),console.warn(""),h.forEach(u=>console.warn(l,"-",u)))}function o(l){return e.default.dim(l)}const a={info(l,h){s(e.default.bold(e.default.cyan("info")),...Array.isArray(l)?[l]:[h,l])},warn(l,h){s(e.default.bold(e.default.yellow("warn")),...Array.isArray(l)?[l]:[h,l])},risk(l,h){s(e.default.bold(e.default.magenta("risk")),...Array.isArray(l)?[l]:[h,l])}}})(Gy),function(i){Object.defineProperty(i,"__esModule",{value:!0}),Object.defineProperty(i,"default",{enumerable:!0,get:function(){return n}});const t=e(Gy);function e(s){return s&&s.__esModule?s:{default:s}}function r({version:s,from:o,to:a}){t.default.warn(`${o}-color-renamed`,[`As of Tailwind CSS ${s}, \`${o}\` has been renamed to \`${a}\`.`,"Update your configuration file to silence this warning."])}const n={inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b",950:"#09090b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717",950:"#0a0a0a"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917",950:"#0c0a09"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12",950:"#431407"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12",950:"#422006"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314",950:"#1a2e05"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a",950:"#042f2e"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e",950:"#082f49"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81",950:"#1e1b4b"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87",950:"#3b0764"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75",950:"#4a044e"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843",950:"#500724"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337",950:"#4c0519"},get lightBlue(){return r({version:"v2.2",from:"lightBlue",to:"sky"}),this.sky},get warmGray(){return r({version:"v3.0",from:"warmGray",to:"stone"}),this.stone},get trueGray(){return r({version:"v3.0",from:"trueGray",to:"neutral"}),this.neutral},get coolGray(){return r({version:"v3.0",from:"coolGray",to:"gray"}),this.gray},get blueGray(){return r({version:"v3.0",from:"blueGray",to:"slate"}),this.slate}}}(Ly);let Vd=Ly;var jA=(Vd.__esModule?Vd:{default:Vd}).default;const ih=HA,JA=Xd,Fy=Ry,Hr=jA,[$A,{lineHeight:QA}]=Fy.fontSize.base,{spacing:pr,borderWidth:Dy,borderRadius:Ny}=Fy;JA.withOptions(function(i={strategy:void 0}){return function({addBase:t,addComponents:e,theme:r}){const n=i.strategy===void 0?["base","class"]:[i.strategy],s=[{base:["[type='text']","[type='email']","[type='url']","[type='password']","[type='number']","[type='date']","[type='datetime-local']","[type='month']","[type='search']","[type='tel']","[type='time']","[type='week']","[multiple]","textarea","select"],class:[".form-input",".form-textarea",".form-select",".form-multiselect"],styles:{appearance:"none","background-color":"#fff","border-color":r("colors.gray.500",Hr.gray[500]),"border-width":Dy.DEFAULT,"border-radius":Ny.none,"padding-top":pr[2],"padding-right":pr[3],"padding-bottom":pr[2],"padding-left":pr[3],"font-size":$A,"line-height":QA,"--tw-shadow":"0 0 #0000","&:focus":{outline:"2px solid transparent","outline-offset":"2px","--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":"0px","--tw-ring-offset-color":"#fff","--tw-ring-color":r("colors.blue.600",Hr.blue[600]),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":"var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)","box-shadow":"var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)","border-color":r("colors.blue.600",Hr.blue[600])}}},{base:["input::placeholder","textarea::placeholder"],class:[".form-input::placeholder",".form-textarea::placeholder"],styles:{color:r("colors.gray.500",Hr.gray[500]),opacity:"1"}},{base:["::-webkit-datetime-edit-fields-wrapper"],class:[".form-input::-webkit-datetime-edit-fields-wrapper"],styles:{padding:"0"}},{base:["::-webkit-date-and-time-value"],class:[".form-input::-webkit-date-and-time-value"],styles:{"min-height":"1.5em"}},{base:["::-webkit-datetime-edit","::-webkit-datetime-edit-year-field","::-webkit-datetime-edit-month-field","::-webkit-datetime-edit-day-field","::-webkit-datetime-edit-hour-field","::-webkit-datetime-edit-minute-field","::-webkit-datetime-edit-second-field","::-webkit-datetime-edit-millisecond-field","::-webkit-datetime-edit-meridiem-field"],class:[".form-input::-webkit-datetime-edit",".form-input::-webkit-datetime-edit-year-field",".form-input::-webkit-datetime-edit-month-field",".form-input::-webkit-datetime-edit-day-field",".form-input::-webkit-datetime-edit-hour-field",".form-input::-webkit-datetime-edit-minute-field",".form-input::-webkit-datetime-edit-second-field",".form-input::-webkit-datetime-edit-millisecond-field",".form-input::-webkit-datetime-edit-meridiem-field"],styles:{"padding-top":0,"padding-bottom":0}},{base:["select"],class:[".form-select"],styles:{"background-image":`url("${ih(`<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"><path stroke="${r("colors.gray.500",Hr.gray[500])}" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 8l4 4 4-4"/></svg>`)}")`,"background-position":`right ${pr[2]} center`,"background-repeat":"no-repeat","background-size":"1.5em 1.5em","padding-right":pr[10],"print-color-adjust":"exact"}},{base:["[multiple]"],class:null,styles:{"background-image":"initial","background-position":"initial","background-repeat":"unset","background-size":"initial","padding-right":pr[3],"print-color-adjust":"unset"}},{base:["[type='checkbox']","[type='radio']"],class:[".form-checkbox",".form-radio"],styles:{appearance:"none",padding:"0","print-color-adjust":"exact",display:"inline-block","vertical-align":"middle","background-origin":"border-box","user-select":"none","flex-shrink":"0",height:pr[4],width:pr[4],color:r("colors.blue.600",Hr.blue[600]),"background-color":"#fff","border-color":r("colors.gray.500",Hr.gray[500]),"border-width":Dy.DEFAULT,"--tw-shadow":"0 0 #0000"}},{base:["[type='checkbox']"],class:[".form-checkbox"],styles:{"border-radius":Ny.none}},{base:["[type='radio']"],class:[".form-radio"],styles:{"border-radius":"100%"}},{base:["[type='checkbox']:focus","[type='radio']:focus"],class:[".form-checkbox:focus",".form-radio:focus"],styles:{outline:"2px solid transparent","outline-offset":"2px","--tw-ring-inset":"var(--tw-empty,/*!*/ /*!*/)","--tw-ring-offset-width":"2px","--tw-ring-offset-color":"#fff","--tw-ring-color":r("colors.blue.600",Hr.blue[600]),"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":"var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)","box-shadow":"var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)"}},{base:["[type='checkbox']:checked","[type='radio']:checked"],class:[".form-checkbox:checked",".form-radio:checked"],styles:{"border-color":"transparent","background-color":"currentColor","background-size":"100% 100%","background-position":"center","background-repeat":"no-repeat"}},{base:["[type='checkbox']:checked"],class:[".form-checkbox:checked"],styles:{"background-image":`url("${ih('<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><path d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z"/></svg>')}")`}},{base:["[type='radio']:checked"],class:[".form-radio:checked"],styles:{"background-image":`url("${ih('<svg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="3"/></svg>')}")`}},{base:["[type='checkbox']:checked:hover","[type='checkbox']:checked:focus","[type='radio']:checked:hover","[type='radio']:checked:focus"],class:[".form-checkbox:checked:hover",".form-checkbox:checked:focus",".form-radio:checked:hover",".form-radio:checked:focus"],styles:{"border-color":"transparent","background-color":"currentColor"}},{base:["[type='checkbox']:indeterminate"],class:[".form-checkbox:indeterminate"],styles:{"background-image":`url("${ih('<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16"><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 8h8"/></svg>')}")`,"border-color":"transparent","background-color":"currentColor","background-size":"100% 100%","background-position":"center","background-repeat":"no-repeat"}},{base:["[type='checkbox']:indeterminate:hover","[type='checkbox']:indeterminate:focus"],class:[".form-checkbox:indeterminate:hover",".form-checkbox:indeterminate:focus"],styles:{"border-color":"transparent","background-color":"currentColor"}},{base:["[type='file']"],class:null,styles:{background:"unset","border-color":"inherit","border-width":"0","border-radius":"0",padding:"0","font-size":"unset","line-height":"inherit"}},{base:["[type='file']:focus"],class:null,styles:{outline:["1px solid ButtonText","1px auto -webkit-focus-ring-color"]}}],o=a=>s.map(l=>l[a]===null?null:{[l[a]]:l.styles}).filter(Boolean);n.includes("base")&&t(o("base")),n.includes("class")&&e(o("class"))}});const qA=Xd;function Oy(i){return Object.fromEntries(Object.entries(i).filter(([t])=>t!=="DEFAULT"))}qA(({addUtilities:i,matchUtilities:t,theme:e})=>{i({"@keyframes enter":e("keyframes.enter"),"@keyframes exit":e("keyframes.exit"),".animate-in":{animationName:"enter",animationDuration:e("animationDuration.DEFAULT"),"--tw-enter-opacity":"initial","--tw-enter-scale":"initial","--tw-enter-rotate":"initial","--tw-enter-translate-x":"initial","--tw-enter-translate-y":"initial"},".animate-out":{animationName:"exit",animationDuration:e("animationDuration.DEFAULT"),"--tw-exit-opacity":"initial","--tw-exit-scale":"initial","--tw-exit-rotate":"initial","--tw-exit-translate-x":"initial","--tw-exit-translate-y":"initial"}}),t({"fade-in":r=>({"--tw-enter-opacity":r}),"fade-out":r=>({"--tw-exit-opacity":r})},{values:e("animationOpacity")}),t({"zoom-in":r=>({"--tw-enter-scale":r}),"zoom-out":r=>({"--tw-exit-scale":r})},{values:e("animationScale")}),t({"spin-in":r=>({"--tw-enter-rotate":r}),"spin-out":r=>({"--tw-exit-rotate":r})},{values:e("animationRotate")}),t({"slide-in-from-top":r=>({"--tw-enter-translate-y":`-${r}`}),"slide-in-from-bottom":r=>({"--tw-enter-translate-y":r}),"slide-in-from-left":r=>({"--tw-enter-translate-x":`-${r}`}),"slide-in-from-right":r=>({"--tw-enter-translate-x":r}),"slide-out-to-top":r=>({"--tw-exit-translate-y":`-${r}`}),"slide-out-to-bottom":r=>({"--tw-exit-translate-y":r}),"slide-out-to-left":r=>({"--tw-exit-translate-x":`-${r}`}),"slide-out-to-right":r=>({"--tw-exit-translate-x":r})},{values:e("animationTranslate")}),t({duration:r=>({animationDuration:r})},{values:Oy(e("animationDuration"))}),t({delay:r=>({animationDelay:r})},{values:e("animationDelay")}),t({ease:r=>({animationTimingFunction:r})},{values:Oy(e("animationTimingFunction"))}),i({".running":{animationPlayState:"running"},".paused":{animationPlayState:"paused"}}),t({"fill-mode":r=>({animationFillMode:r})},{values:e("animationFillMode")}),t({direction:r=>({animationDirection:r})},{values:e("animationDirection")}),t({repeat:r=>({animationIterationCount:r})},{values:e("animationRepeat")})},{theme:{extend:{animationDelay:({theme:i})=>({...i("transitionDelay")}),animationDuration:({theme:i})=>({0:"0ms",...i("transitionDuration")}),animationTimingFunction:({theme:i})=>({...i("transitionTimingFunction")}),animationFillMode:{none:"none",forwards:"forwards",backwards:"backwards",both:"both"},animationDirection:{normal:"normal",reverse:"reverse",alternate:"alternate","alternate-reverse":"alternate-reverse"},animationOpacity:({theme:i})=>({DEFAULT:0,...i("opacity")}),animationTranslate:({theme:i})=>({DEFAULT:"100%",...i("translate")}),animationScale:({theme:i})=>({DEFAULT:0,...i("scale")}),animationRotate:({theme:i})=>({DEFAULT:"30deg",...i("rotate")}),animationRepeat:{0:"0",1:"1",infinite:"infinite"},keyframes:{enter:{from:{opacity:"var(--tw-enter-opacity, 1)",transform:"translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))"}},exit:{to:{opacity:"var(--tw-exit-opacity, 1)",transform:"translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))"}}}}}});const By="Inter Variable",tM="Inconsolata Variable";[...Py.fontFamily.sans],[...Py.fontFamily.mono];const eM={".bg-floating":{backgroundColor:"var(--p-color-bg-floating)"},".bg-floating-sticky":{backgroundColor:"var(--p-color-bg-floating-sticky)"},".bg-code":{backgroundColor:"var(--p-color-bg-code)"},".bg-overlay":{backgroundColor:"var(--p-color-bg-overlay)"},".bg-selected":{backgroundColor:"var(--p-color-selected)"},".border-default":{borderColor:"var(--p-color-divider)"},".border-selected":{borderColor:"var(--p-color-selected)"},".text-default":{color:"var(--p-color-text-default)"},".text-subdued":{color:"var(--p-color-text-subdued)"},".text-inverse":{color:"var(--p-color-text-inverse)"},".text-link":{color:"var(--p-color-text-link)"},".text-code":{color:"var(--p-color-text-code)"},".text-invalid":{color:"var(--p-color-text-invalid)"},".text-selected":{color:"var(--p-color-text-selected)"},".caret-default":{caretColor:"var(--p-color-text-default)"}};KA(({addUtilities:i})=>i(eM));var Uy={exports:{}};(function(i){(function(){function t(m,g){document.addEventListener?m.addEventListener("scroll",g,!1):m.attachEvent("scroll",g)}function e(m){document.body?m():document.addEventListener?document.addEventListener("DOMContentLoaded",function g(){document.removeEventListener("DOMContentLoaded",g),m()}):document.attachEvent("onreadystatechange",function g(){(document.readyState=="interactive"||document.readyState=="complete")&&(document.detachEvent("onreadystatechange",g),m())})}function r(m){this.g=document.createElement("div"),this.g.setAttribute("aria-hidden","true"),this.g.appendChild(document.createTextNode(m)),this.h=document.createElement("span"),this.i=document.createElement("span"),this.m=document.createElement("span"),this.j=document.createElement("span"),this.l=-1,this.h.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;",this.i.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;",this.j.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;",this.m.style.cssText="display:inline-block;width:200%;height:200%;font-size:16px;max-width:none;",this.h.appendChild(this.m),this.i.appendChild(this.j),this.g.appendChild(this.h),this.g.appendChild(this.i)}function n(m,g){m.g.style.cssText="max-width:none;min-width:20px;min-height:20px;display:inline-block;overflow:hidden;position:absolute;width:auto;margin:0;padding:0;top:-999px;white-space:nowrap;font-synthesis:none;font:"+g+";"}function s(m){var g=m.g.offsetWidth,b=g+100;return m.j.style.width=b+"px",m.i.scrollLeft=b,m.h.scrollLeft=m.h.scrollWidth+100,m.l!==g?(m.l=g,!0):!1}function o(m,g){function b(){var x=_;s(x)&&x.g.parentNode!==null&&g(x.l)}var _=m;t(m.h,b),t(m.i,b),s(m)}function a(m,g,b){g=g||{},b=b||window,this.family=m,this.style=g.style||"normal",this.weight=g.weight||"normal",this.stretch=g.stretch||"normal",this.context=b}var l=null,h=null,c=null,u=null;function d(m){return h===null&&(f(m)&&/Apple/.test(window.navigator.vendor)?(m=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))(?:\.([0-9]+))/.exec(window.navigator.userAgent),h=!!m&&603>parseInt(m[1],10)):h=!1),h}function f(m){return u===null&&(u=!!m.document.fonts),u}function p(m,g){var b=m.style,_=m.weight;if(c===null){var x=document.createElement("div");try{x.style.font="condensed 100px sans-serif"}catch{}c=x.style.font!==""}return[b,_,c?m.stretch:"","100px",g].join(" ")}a.prototype.load=function(m,g){var b=this,_=m||"BESbswy",x=0,v=g||3e3,T=new Date().getTime();return new Promise(function(C,E){if(f(b.context)&&!d(b.context)){var I=new Promise(function(F,k){function P(){new Date().getTime()-T>=v?k(Error(""+v+"ms timeout exceeded")):b.context.document.fonts.load(p(b,'"'+b.family+'"'),_).then(function(A){1<=A.length?F():setTimeout(P,25)},k)}P()}),R=new Promise(function(F,k){x=setTimeout(function(){k(Error(""+v+"ms timeout exceeded"))},v)});Promise.race([R,I]).then(function(){clearTimeout(x),C(b)},E)}else e(function(){function F(){var O;(O=N!=-1&&X!=-1||N!=-1&&B!=-1||X!=-1&&B!=-1)&&((O=N!=X&&N!=B&&X!=B)||(l===null&&(O=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent),l=!!O&&(536>parseInt(O[1],10)||parseInt(O[1],10)===536&&11>=parseInt(O[2],10))),O=l&&(N==H&&X==H&&B==H||N==ht&&X==ht&&B==ht||N==W&&X==W&&B==W)),O=!O),O&&(L.parentNode!==null&&L.parentNode.removeChild(L),clearTimeout(x),C(b))}function k(){if(new Date().getTime()-T>=v)L.parentNode!==null&&L.parentNode.removeChild(L),E(Error(""+v+"ms timeout exceeded"));else{var O=b.context.document.hidden;(O===!0||O===void 0)&&(N=P.g.offsetWidth,X=A.g.offsetWidth,B=G.g.offsetWidth,F()),x=setTimeout(k,50)}}var P=new r(_),A=new r(_),G=new r(_),N=-1,X=-1,B=-1,H=-1,ht=-1,W=-1,L=document.createElement("div");L.dir="ltr",n(P,p(b,"sans-serif")),n(A,p(b,"serif")),n(G,p(b,"monospace")),L.appendChild(P.g),L.appendChild(A.g),L.appendChild(G.g),b.context.document.body.appendChild(L),H=P.g.offsetWidth,ht=A.g.offsetWidth,W=G.g.offsetWidth,k(),o(P,function(O){N=O,F()}),n(P,p(b,'"'+b.family+'",sans-serif')),o(A,function(O){X=O,F()}),n(A,p(b,'"'+b.family+'",serif')),o(G,function(O){B=O,F()}),n(G,p(b,'"'+b.family+'",monospace'))})})},i.exports=a})()})(Uy);var iM=Uy.exports;const rM=_r(iM),Xy={inter:{fontFamily:By,fontSize:16,lineHeight:20,fill:16777215}},Wy={resolution:4,chars:ci.ASCII},Zy="sans-serif",Vy={inter:aM(Xy.inter)};let Hd=!1;async function nM(){const i=Object.values(Xy);await Promise.all(i.map(t=>sM(t))),Hd=!0,Q.emit("fontsLoaded",Vy)}async function sM(i){const{fontFamily:t,...e}=i,r=new rM(t);try{await r.load()}catch(n){console.error(n),console.warn(`fonts: font ${t} failed to load, falling back to ${Zy}`),ci.from(t,{fontFamily:Zy,...e},Wy);return}ci.from(t,i,Wy)}function oM(){Hd=!1}async function Hy(){return Hd?Vy:await Ce("fontsLoaded")}function aM(i){const{fontFamily:t,...e}=i,r={fontName:t,...e};return n=>new GS(n,r)}async function rh({cullAtZoomThreshold:i=!0}={}){const{inter:t}=await Hy(),e=await vy(),r=t("");i&&e.add(r);async function n(s){return r.text=s,await r}return{element:r,render:n}}const lM=["result","markdown","table","progress","image","unknown"],Ky={markdown:"ArtifactMarkdown",table:"ArtifactTable",result:"ArtifactResult",image:"ArtifactImage",progress:"ArtifactProgress",unknown:"Artifact"},Kd=["flow-run","task-run"];function hM(i){return Kd.includes(i)}function nh(i){return Kd.includes(i.kind)}function zy(i){return i.kind==="artifact"}function Yy(i){return i.kind==="artifacts"}function jy(i){return i.kind==="state"}function Jy(i){return i.kind==="event"}function $y(i){return i.kind==="events"}const cM=["COMPLETED","RUNNING","SCHEDULED","PENDING","FAILED","CANCELLED","CANCELLING","CRASHED","PAUSED"];async function Qy({cullAtZoomThreshold:i}){const t=await Rt(),e=new St,r=new St,{element:n,render:s}=await BA({cullAtZoomThreshold:i}),{element:o,render:a}=await FA(),{element:l,render:h}=await rh({cullAtZoomThreshold:i}),{element:c,render:u}=await PA();let d=!1,f=null,p;r.addChild(l),e.addChild(c),e.addChild(r);async function m(v){const{selected:T,name:C,type:E}=v;return d=T??d,f=C??f,p=E,p==="progress"?r.addChild(o):r.addChild(n),v.type==="progress"?await Promise.all([b(v.data),_()]):await Promise.all([g(),_()]),await x(),e}async function g(){if(p==="progress")return n;const v=Ky[p],{artifactIconSize:T,artifactIconColor:C,artifactPaddingLeft:E,artifactPaddingY:I}=t.styles,R=await s(v);return R.position={x:E,y:I},R.width=T,R.height=T,R.tint=C,R}async function b(v){const{artifactPaddingLeft:T,artifactPaddingRight:C,artifactPaddingY:E,artifactIconSize:I}=t.styles,R=20,F=(I-R*2)/2,k=a({value:v,radius:F,lineWidth:R});return f?k.position.x+=T:k.position.x+=(T+C)/2,k.position.y+=E,o}async function _(){if(!f)return l.visible=!1,l;await h(f);const{artifactPaddingLeft:v,artifactPaddingY:T,artifactTextColor:C,artifactIconSize:E,artifactContentGap:I}=t.styles,R=f?I:0,F=v+E+R,k=T;return l.tint=C,l.scale.set(.75),l.position={x:F,y:k},l.visible=!0,l}async function x(){const{artifactPaddingLeft:v,artifactPaddingRight:T,artifactPaddingY:C}=t.styles,E={selected:d,width:r.width+v+T,height:r.height+C*2};return await u(E)}return{element:e,render:m}}let Ht=null,sh=!1;async function uM(){const i=await te();i.on("click",()=>Xi(null)),i.on("drag-start",()=>{sh=!0}),i.on("drag-end",()=>{setTimeout(()=>{sh=!1})})}function dM(){Ht=null,sh=!1}function Xi(i){if(!sh&&!(!i&&!Ht||i&&mr(i))){if(Ht=i,i===null){Q.emit("itemSelected",null);return}Q.emit("itemSelected",i)}}function mr(i){if(Ht===null)return!1;const{kind:t}=i;switch(t){case"task-run":return nh(Ht)&&Ht.id===i.id;case"flow-run":return nh(Ht)&&Ht.id===i.id;case"artifact":return zy(Ht)&&Ht.id===i.id;case"artifacts":return Yy(Ht)&&Ht.ids.length===i.ids.length&&Ht.ids.every(r=>i.ids.includes(r));case"state":return jy(Ht)&&Ht.id===i.id;case"event":return Jy(Ht)&&Ht.id===i.id;case"events":return $y(Ht)&&Ht.ids.length===i.ids.length&&Ht.ids.every(r=>i.ids.includes(r));default:const e=t;throw new Error(`switch does not have case for value: ${e}`)}}function fM(){return Ht&&nh(Ht)?Ht:null}async function zd(i,{cullAtZoomThreshold:t=!0,enableLocalClickHandling:e=!1}={}){const{element:r,render:n}=await Qy({cullAtZoomThreshold:t});let s=!1,o=i;r.eventMode="static",r.cursor="pointer",e&&r.on("click",u=>{u.stopPropagation(),Xi({kind:"artifact",id:o.id})}),Q.on("itemSelected",()=>{const u=mr({kind:"artifact",id:o.id});u!==s&&(s=u,a(o))});async function a(u){o=u,await n({selected:s,name:o.key,...o})}function l(){return s}function h(){return o.created}function c(){return o.id}return{isArtifact:!0,element:r,render:a,getSelected:l,getDate:h,getId:c}}function qy(i){return i.isArtifact===!0}async function tb(i,t){const e=await Wi(),r=await Rt();let n,s=null;async function o(){try{s=await r.fetchEvents(z.toValue(i)),t(s)}catch(l){console.error(l)}e.end_time||(n=setTimeout(()=>o(),r.fetchEventsInterval))}function a(){clearTimeout(n)}return{start:o,stop:a}}async function eb(){const i=await Rt(),t=await vy(),e=new St,{element:r,render:n}=await Sy(),{element:s,render:o}=await Dd(),{element:a,render:l}=await th();t.add(e);let h=!1;e.eventMode="static",e.cursor="pointer",e.addChild(s),e.addChild(r),e.addChild(a),e.on("mouseover",u),e.on("mouseout",d);async function c({inside:f,isOpen:p}){h=f;const m={size:10,stroke:2,rotate:p?ql.Up:ql.Down},g=await n(m),b={width:i.styles.nodeToggleSize,height:i.styles.nodeToggleSize,background:i.styles.nodeToggleBgColor,radius:i.styles.nodeToggleBorderRadius},_=await o(b);_.alpha=f?0:.5;const x=await l({width:b.width,height:b.height,radius:b.radius,stroke:1,color:i.styles.nodeToggleBorderColor});x.alpha=f?0:1;const v={y:_.height/2,x:_.width/2},T=m.size/4;return g.x=v.x,g.y=p?v.y+T:v.y-T,e}function u(){s.alpha=h?.5:1}function d(){s.alpha=h?0:.5}return{element:e,render:c}}async function ib(){const i=await Rt(),t=await ee(),e=new St,{element:r,render:n}=await Dd(),{element:s,render:o}=await eh();e.addChild(r),e.addChild(s);async function a(h){const{background:c="#fff"}=i.styles.node(h),{nodeHeight:u,nodeRadius:d}=i.styles,f=mr({kind:h.kind,id:h.id}),p=l(h,d),m=h.state_type!=="RUNNING"||t.isDependency();return await Promise.all([n({width:p,height:u,radius:d,background:c,capRight:m}),o({selected:f,width:p,height:u})]),r}function l(h,c){const u=Jd();if(et.isTemporal()||et.isLeftAligned()){const d=h.start_time,f=h.end_time??new Date,m=Kf(f,d)/ma*u;return Math.max(m,c*2)}return u}return{element:e,render:a}}var rb="Expected a function",nb=NaN,pM="[object Symbol]",mM=/^\s+|\s+$/g,gM=/^[-+]0x[0-9a-f]+$/i,yM=/^0b[01]+$/i,bM=/^0o[0-7]+$/i,xM=parseInt,_M=typeof _e=="object"&&_e&&_e.Object===Object&&_e,vM=typeof self=="object"&&self&&self.Object===Object&&self,wM=_M||vM||Function("return this")(),TM=Object.prototype,SM=TM.toString,CM=Math.max,EM=Math.min,Yd=function(){return wM.Date.now()};function IM(i,t,e){var r,n,s,o,a,l,h=0,c=!1,u=!1,d=!0;if(typeof i!="function")throw new TypeError(rb);t=sb(t)||0,oh(e)&&(c=!!e.leading,u="maxWait"in e,s=u?CM(sb(e.maxWait)||0,t):s,d="trailing"in e?!!e.trailing:d);function f(C){var E=r,I=n;return r=n=void 0,h=C,o=i.apply(I,E),o}function p(C){return h=C,a=setTimeout(b,t),c?f(C):o}function m(C){var E=C-l,I=C-h,R=t-E;return u?EM(R,s-I):R}function g(C){var E=C-l,I=C-h;return l===void 0||E>=t||E<0||u&&I>=s}function b(){var C=Yd();if(g(C))return _(C);a=setTimeout(b,m(C))}function _(C){return a=void 0,d&&r?f(C):(r=n=void 0,o)}function x(){a!==void 0&&clearTimeout(a),h=0,r=l=n=a=void 0}function v(){return a===void 0?o:_(Yd())}function T(){var C=Yd(),E=g(C);if(r=arguments,n=this,l=C,E){if(a===void 0)return p(l);if(u)return a=setTimeout(b,t),f(l)}return a===void 0&&(a=setTimeout(b,t)),o}return T.cancel=x,T.flush=v,T}function AM(i,t,e){var r=!0,n=!0;if(typeof i!="function")throw new TypeError(rb);return oh(e)&&(r="leading"in e?!!e.leading:r,n="trailing"in e?!!e.trailing:n),IM(i,t,{leading:r,maxWait:t,trailing:n})}function oh(i){var t=typeof i;return!!i&&(t=="object"||t=="function")}function MM(i){return!!i&&typeof i=="object"}function RM(i){return typeof i=="symbol"||MM(i)&&SM.call(i)==pM}function sb(i){if(typeof i=="number")return i;if(RM(i))return nb;if(oh(i)){var t=typeof i.valueOf=="function"?i.valueOf():i;i=oh(t)?t+"":t}if(typeof i!="string")return i===0?i:+i;i=i.replace(mM,"");var e=yM.test(i);return e||bM.test(i)?xM(i.slice(2),e?2:8):gM.test(i)?nb:+i}var PM=AM;const ob=_r(PM);async function ab(){const{element:i,render:t}=await Qy({cullAtZoomThreshold:!1});let e=null,r=[],n=!1;i.eventMode="static",i.cursor="pointer",Q.on("itemSelected",()=>{const h=mr({kind:"artifacts",ids:r});h!==n&&e&&(n=h,s({ids:r,date:e}))});async function s(h){if(!h){e=null,r=[],i.visible=!1;return}const{ids:c,date:u}=h;e=u,r=c,await t({selected:n,type:"unknown",name:c.length.toString()}),i.visible=!0}function o(){return n}function a(){return e}function l(){return r}return{isArtifactCluster:!0,element:i,render:s,getSelected:o,getDate:a,getIds:l,isCluster:!0}}async function LM(){const i=await Qt(),t=await Wi(),e=await ee(),{element:r,render:n,update:s}=await vb({isRoot:!0});r.zIndex=4;function o(a){if(et.isTemporal()&&!e.disableArtifacts){i.stage.addChild(r),n(a==null?void 0:a.artifacts);return}i.stage.removeChild(r)}t.artifacts&&o(t),Q.on("viewportMoved",()=>s()),Q.on("runDataCreated",a=>o(a)),Q.on("runDataUpdated",a=>o(a)),Q.on("configUpdated",()=>o()),Q.on("layoutSettingsUpdated",()=>o())}function mP(){}async function GM({radius:i}){const t=await Qt(),e=new Pr;return e.beginFill("#fff"),e.drawCircle(0,0,i),e.endFill(),t.renderer.generateTexture(e,{resolution:10})}async function kM(i){return await Zo(GM,[i])}async function lb(i){const t=await kM(i);return new $t(t)}async function hb(i){const t=new St,e=await Rt(),r=await fr(),n=await lb({radius:e.styles.eventRadiusDefault}),{element:s,render:o}=await eh();let a=!1;t.addChild(r),t.addChild(n),t.addChild(s),t.eventMode="static",t.cursor="pointer",t.on("mouseenter",()=>{a||n.scale.set(1.5)}),t.on("mouseleave",()=>{a||n.scale.set(1)}),Q.on("itemSelected",()=>{const u=mr({kind:"event",id:i.id,occurred:i.occurred});u!==a&&(a=u,n.scale.set(u?1.5:1),l())});function l(){const{eventColor:u,eventTargetSize:d,eventSelectedBorderInset:f}=e.styles;r.alpha=0,r.width=d,r.height=d,n.tint=u,n.anchor.set(.5),n.position.set(d/2,d/2),s.position.set(f,f),o({selected:a,width:d-f*2,height:d-f*2})}function h(){return i.id}function c(){return i.occurred}return{element:t,render:l,getId:h,getDate:c}}async function cb(){const i=new St,t=await Rt(),e=await fr(),r=await lb({radius:t.styles.eventClusterRadiusDefault}),{element:n,render:s}=await eh(),{element:o,render:a}=await rh({cullAtZoomThreshold:!1});let l=null,h=[],c=!1;i.addChild(e),i.addChild(r),i.addChild(o),i.addChild(n),i.eventMode="static",i.cursor="pointer",i.on("mouseenter",()=>{c||r.scale.set(1.5)}),i.on("mouseleave",()=>{c||r.scale.set(1)}),Q.on("itemSelected",()=>{const _=mr({kind:"events",occurred:l,ids:h});_!==c&&(c=_,r.scale.set(_?1.5:1),l&&u({ids:h,date:l}))});async function u(_){if(!_){l=null,h=[],i.visible=!1;return}const{ids:x,date:v}=_;l=v,h=x,d(),f(),m(),await p(x.length.toString()),i.visible=!0}function d(){const{eventTargetSize:_}=t.styles;e.alpha=0,e.width=_,e.height=_}function f(){const{eventClusterColor:_,eventTargetSize:x}=t.styles;r.tint=_,r.anchor.set(.5),r.position.set(x/2,x/2)}async function p(_){if(h.length<2)return;const{eventTargetSize:x}=t.styles,v=-1;o.scale.set(.6),o.anchor.set(.5),o.position.set(x/2,x/2+v),await a(_)}function m(){const{eventSelectedBorderInset:_,eventTargetSize:x}=t.styles;n.position.set(_,_),s({selected:c,width:x-_*2,height:x-_*2})}function g(){return h}function b(){return l}return{element:i,render:u,getIds:g,getDate:b}}function Kr(i){return"getIds"in i}async function ub({items:i,createCluster:t}){const e=[...i.values()].sort((o,a)=>o.element.x-a.element.x);async function r(o){let a,l=null,h=null;for(let c=o??0;c<e.length;c++){const u=e[c],d=u.element.x;if(u.element.visible=!0,l!==null&&a&&d<a){h=c;break}l=c,a=d+u.element.width}if(h!==null&&l!==null){const c=e[l],u=e[h];c.element.visible=!1,u.element.visible=!1;const d=await n(c,u);d&&(e.splice(l,1,d),e.splice(h,1)),r(l)}}async function n(o,a){const l=o.getDate(),h=a.getDate(),c=Kr(o)?o.getIds():[o.getId()],u=Kr(a)?a.getIds():[a.getId()];if(!l||!h)return console.error("flowRunArtifacts: visible item is missing date"),null;let d;Kr(o)?d=o:Kr(a)?d=a:d=await t();const f=[...c,...u],p=s(f);return await d.render({ids:f,date:p}),d}function s(o){const a=o.reduce((c,u)=>{const d=i.get(u),f=d==null?void 0:d.getDate();return f&&c.push(f.getTime()),c},[]),l=Math.min(...a),h=Math.max(...a);return new Date((l+h)/2)}await r()}async function db(i){const t=await Qt(),e=await te(),r=await Rt(),n=await ee();let s=await qe();const o=await l();o.element.on("click",c=>{c.stopPropagation();const{element:u}=o,d={x:u.position.x,y:u.position.y,width:u.width,height:u.height},f=Kr(o)?{kind:"events",ids:o.getIds(),occurred:o.getDate(),position:d}:{kind:"event",id:o.getId(),occurred:o.getDate(),position:d};Xi(f)}),Q.on("scaleUpdated",c=>{s=c,h()}),Q.on("viewportMoved",()=>h());async function a(c){await o.render(c),h()}async function l(){return i.type==="event"?await hb(i.event):await cb()}function h(){const c=o.getDate();if(!c||n.disableEvents||!et.isTemporal())return;const{element:u}=o,f=s(c)*e.scale._x+e.worldTransform.tx-u.width/2,p=t.screen.height-u.height-r.styles.eventBottomMargin;u.position.set(f,p)}return{...o,render:a}}async function fb(i){const t=await te(),e=await ee();let r=await qe();const n=await o();n.element.on("click",l=>{l.stopPropagation();const{element:h}=n,c=h.getGlobalPosition(),u={x:c.x,y:c.y,width:h.width*t.scale.x,height:h.height*t.scale.y},d=Kr(n)?{kind:"events",ids:n.getIds(),occurred:n.getDate(),position:u}:{kind:"event",id:n.getId(),occurred:n.getDate(),position:u};Xi(d)}),Q.on("scaleUpdated",l=>{r=l,a()});async function s(l){await n.render(l),a()}async function o(){return i.type==="event"?await hb(i.event):await cb()}function a(){const l=n.getDate(),{parentStartDate:h}=i;if(!l||e.disableEvents||!et.isTemporal()||!h)return;const{element:c}=n,d=r(l)-r(h)-c.width/2,f=-c.height;c.position.set(d,f)}return{...n,render:s}}async function pb({isRoot:i,parentStartDate:t}={}){const e=await ee(),r=new Map,n=new Map,s=[];let o=[];const a=new St;let l=null;Q.on("scaleUpdated",()=>u());async function h(p){if(p&&(l=p),!l)return;const m=[];for(const g of l)m.push(c(g));await Promise.all(m),u()}async function c(p){if(r.has(p.id))return r.get(p.id).render();if(n.has(p.id))return await n.get(p.id);const m=(async()=>{const g=i?await db({type:"event",event:p}):await fb({type:"event",event:p,parentStartDate:t});r.set(p.id,g),a.addChild(g.element)})();return n.set(p.id,m),await m,n.delete(p.id),r.get(p.id).render()}function u(){e.disableEvents||!et.isTemporal()||d()}const d=ob(async()=>{o=[...s],await ub({items:r,createCluster:f});for(const p of o)p.render()},250);async function f(){if(o.length>0)return o.pop();const p=i?await db({type:"cluster"}):await fb({type:"cluster",parentStartDate:t});return a.addChild(p.element),s.push(p),p}return{element:a,render:h,update:u}}let Ko=null,Fs=null;async function FM(){const i=await Qt(),t=await Rt(),e=await ee(),r=await Wi(),{element:n,render:s,update:o}=await pb({isRoot:!0});n.zIndex=2;async function a(h){if(!et.isTemporal()||e.disableEvents){i.stage.removeChild(n);return}i.stage.addChild(n),await s(h)}const l=await tb(()=>({nodeId:t.runId,since:r.start_time,until:r.end_time??new Date}),h=>{const c=Fs?"eventDataUpdated":"eventDataCreated";Fs=h,Q.emit(c,Fs),a(h)});Q.on("configUpdated",()=>a()),Q.on("viewportMoved",()=>o()),Q.on("layoutSettingsUpdated",()=>a()),Ko=l.stop,l.start()}function DM(){Ko==null||Ko(),Ko=null,Fs=null}async function NM(){return Fs||await Ce("eventDataCreated")}async function OM(i){const t=await Qt(),e=await te(),r=await Rt(),n=await Wi();let s=await qe();const o=new St,a=await fr(),l=await fr();let h=null,c=!1,u=!1;t.stage.addChild(l),o.addChild(a),a.eventMode="static",a.cursor="pointer",a.on("mouseover",()=>{c=!0,d()}),a.on("mouseleave",()=>{c=!1,d()}),a.on("click",()=>{const x={x:a.position.x,y:a.position.y,width:a.width,height:a.height};Xi({...i,kind:"state",position:x})}),Q.on("viewportMoved",()=>d()),Q.on("scaleUpdated",x=>{s=x,d()}),Q.on("itemSelected",()=>{const x=mr({kind:"state",...i});x!==u&&(u=x,c=!1,d())}),i.type==="RUNNING"&&!n.end_time&&g();function d(x){const{end:v}=x??{};if(v&&(h=v),n.end_time&&b(),!et.isTemporal()){l.visible=!1,o.visible=!1;return}const T=f();p(T),m(T),l.visible=!0,o.visible=!0}function f(){const{background:x="#fff"}=r.styles.state(i),v=Math.max(s(i.timestamp)*e.scale._x+e.worldTransform.tx,0);let T=0;return i.type==="RUNNING"&&!n.end_time?T=s(new Date)*e.scale._x+e.worldTransform.tx-v:h?T=s(h)*e.scale._x+e.worldTransform.tx-v:T=t.screen.width-v,{x:v,width:Math.max(T,0),background:x}}function p({x,width:v,background:T}){const{flowStateBarHeight:C,flowStateSelectedBarHeight:E}=r.styles,I=c||u?E:C;a.x=x,a.y=t.screen.height-I,a.width=v,a.height=I,a.tint=T}function m({x,width:v,background:T}){if(i.type==="RUNNING"){l.visible=!1;return}const{flowStateBarHeight:C,flowStateAreaAlpha:E}=r.styles;l.x=x,l.y=0,l.width=v,l.height=t.screen.height-C,l.tint=T,l.alpha=E}function g(){t.ticker.add(_)}function b(){t.ticker.remove(_)}function _(){d()}return{element:o,render:d}}function BM(i){return"isNodesFlowRunStateFactory"in i}async function UM(i){const t=await Qt(),e=await te(),r=await Rt(),n=await Wi();let s=await qe();const o=new St,a=await fr(),l=await fr();let h=null,c=null,u=0,d=0,f=!1,p=!1;o.visible=!1,o.addChild(l),o.addChild(a),a.eventMode="static",a.cursor="pointer",a.on("mouseover",()=>{f=!0,m()}),a.on("mouseleave",()=>{f=!1,m()}),a.on("click",C=>{C.stopPropagation();const E=a.getGlobalPosition(),I={x:E.x,y:E.y,width:a.width*e.scale.x,height:a.height*e.scale.y};Xi({...i,kind:"state",position:I})}),l.eventMode="none",l.cursor="default",Q.on("scaleUpdated",C=>{s=C,m()}),Q.on("itemSelected",()=>{const C=mr({kind:"state",...i});C!==p&&(p=C,f=!1,m())}),i.type==="RUNNING"&&!n.end_time&&x();function m(C){const{end:E,parentStartDate:I,width:R,height:F}=C??{};if(E&&(h=E),I&&(c=I),R&&(u=R),F&&(d=F),n.end_time&&v(),!et.isTemporal()){o.visible=!1;return}if(!c||u<=0){o.visible=!1;return}const k=g();if(k.width<=0){o.visible=!1;return}b(k),_(k),o.visible=!0}function g(){const{background:C="#fff"}=r.styles.state(i);if(!c)return{x:0,width:0,background:C};const E=s(c);let I=s(i.timestamp)-E;if(I>=u)return{x:u,width:0,background:C};I<0&&(I=0);let R=s(h??new Date)-E;R>u&&(R=u);const F=Math.max(R-I,0);return{x:I,width:F,background:C}}function b({x:C,width:E,background:I}){const{flowStateBarHeight:R,flowStateSelectedBarHeight:F}=r.styles,k=f||p?F:R;a.x=C,a.y=d-k,a.width=E,a.height=k,a.tint=I}function _({x:C,width:E,background:I}){const{flowStateBarHeight:R,flowStateAreaAlpha:F,nodeHeight:k}=r.styles,P=k/2;l.x=C,l.y=P,l.width=E,l.height=d-R-P,l.tint=I,l.alpha=F}function x(){t.ticker.add(T)}function v(){t.ticker.remove(T)}function T(){m()}return{element:o,render:m,isNodesFlowRunStateFactory:!0}}function mb({isRoot:i}={}){const t=new St,e=new Map,r=new Map;let n=null;async function s(a,l){if(a&&(n=a),!n)return;const h=[];for(let c=0;c<n.length;c++)h.push(o(n[c],c,l));await Promise.all(h)}async function o(a,l,h){const c=n&&n.length>=l+1&&n[l+1],u=c?c.timestamp:void 0;let d;if(r.has(a.id)&&await r.get(a.id),e.has(a.id))d=e.get(a.id);else{const f=(async()=>{const p=i?await OM(a):await UM(a);e.set(a.id,p),t.addChild(p.element)})();r.set(a.id,f),await f,r.delete(a.id),d=e.get(a.id)}BM(d)?await d.render({end:u,...h}):await d.render(u?{end:u}:void 0)}return{element:t,render:s}}async function XM(){const i=await Qt(),t=await Wi(),{element:e,render:r}=await mb({isRoot:!0});e.zIndex=3,i.stage.addChild(e);function n(s){r(s==null?void 0:s.states)}t.states&&n(t),Q.on("runDataUpdated",s=>n(s)),Q.on("configUpdated",()=>n()),Q.on("layoutSettingsUpdated",()=>n())}function gP(){}async function WM(){const i=await Qt(),t=await te(),e=await ee(),r=await Rt(),{inter:n}=await Hy(),s=new St,o=await fr();s.addChild(o);const a=n("");s.addChild(a);let l=await qe(),h,c;Q.on("scaleUpdated",m=>{l=m,p()}),Q.on("viewportMoved",()=>{e.disableGuides||(p(),s.height!==i.screen.height&&d())});function u(m,g){h=m,c=g,d(),f(m)}function d(){o.width=r.styles.guideLineWidth,o.height=i.screen.height,o.tint=r.styles.guideLineColor}function f(m){a.text=c(m),a.fontSize=r.styles.guideTextSize,a.tint=r.styles.guideTextColor,a.position.set(r.styles.guideTextLeftPadding,r.styles.guideTextTopPadding)}function p(){h!==void 0&&(s.position.x=l(h)*t.scale._x+t.worldTransform.tx)}return{element:s,render:u}}class gb extends Error{constructor(){super("Layout is not temporal")}}function ZM(i){return i.toLocaleTimeString()}function yb(i){const t=navigator.language;return new Intl.DateTimeFormat(t,{timeStyle:"short"}).format(i)}function VM(i){const t=navigator.language;return new Intl.DateTimeFormat(t,{dateStyle:"short"}).format(i)}function HM(i){return i.getHours()===0&&i.getMinutes()===0?`${ah.date(i)}
|
|
1176
|
-
${yb(i)}`:yb(i)}const ah={timeBySeconds:ZM,timeByMinutesWithDates:HM,date:VM},se={seconds:"seconds",minutes:"minutes",date:"date"},zo={day:i=>{const t=new Date(i.getTime());return t.setHours(0,0,0,0),t.getTime()},week:i=>{const t=new Date(i.getTime());return t.setHours(0,0,0,0),t.setDate(i.getDate()-i.getDay()+1),t.getTime()}},It={second:1e3,minute:1e3*60,hour:1e3*60*60,day:1e3*60*60*24,week:1e3*60*60*24*7},bb=[{ceiling:It.second*4,increment:It.second,labelFormat:se.seconds},{ceiling:It.second*8,increment:It.second*5,labelFormat:se.seconds},{ceiling:It.second*13,increment:It.second*10,labelFormat:se.seconds},{ceiling:It.second*20,increment:It.second*15,labelFormat:se.seconds},{ceiling:It.second*45,increment:It.second*30,labelFormat:se.seconds},{ceiling:It.minute*4,increment:It.minute,labelFormat:se.minutes},{ceiling:It.minute*8,increment:It.minute*5,labelFormat:se.minutes},{ceiling:It.minute*13,increment:It.minute*10,labelFormat:se.minutes},{ceiling:It.minute*28,increment:It.minute*15,labelFormat:se.minutes},{ceiling:It.hour*1.24,increment:It.minute*30,labelFormat:se.minutes},{ceiling:It.hour*3,increment:It.hour,labelFormat:se.minutes},{ceiling:It.hour*8,increment:It.hour*2,getAnchor:zo.day,labelFormat:se.minutes},{ceiling:It.hour*13,increment:It.hour*6,getAnchor:zo.day,labelFormat:se.minutes},{ceiling:It.hour*22,increment:It.hour*12,getAnchor:zo.day,labelFormat:se.minutes},{ceiling:It.day*4,increment:It.day,getAnchor:zo.day,labelFormat:se.date},{ceiling:It.week*2,increment:It.week,getAnchor:zo.week,labelFormat:se.date},{ceiling:1/0,increment:It.week*4,labelFormat:se.date}],KM=300;async function zM(){const i=await te(),t=await ee(),e=new St,r=new Map;let n=await qe();Q.on("scaleUpdated",d=>n=d),await o();function s(){if(e.visible=!t.disableGuides,!t.disableGuides)try{const{anchor:d,increment:f,labelFormat:p}=a(),m=u(d,f);c(m,p)}catch(d){if(d instanceof gb)return;console.error(d)}}async function o(){const d=[];Fd(30,async f=>{const p=WM();d.push(p);const m=await p;e.addChild(m.element),r.set(f,m)}),await Promise.all(d)}function a(){const d=i.left-KM,f=n.invert(d),p=n.invert(d+260/i.scale.x);if(!(f instanceof Date)||!(p instanceof Date))throw new gb;const m=p.getTime()-f.getTime(),{increment:g,getAnchor:b,labelFormat:_}=l(m);return{anchor:b(f),increment:g,labelFormat:h(_)}}function l(d){const f=bb.find(p=>p.ceiling>d)??bb[0];return f.getAnchor||(f.getAnchor=p=>Math.floor(p.getTime()/f.increment)*f.increment),f}function h(d){switch(d){case se.minutes:return ah.timeByMinutesWithDates;case se.date:return ah.date;default:return ah.timeBySeconds}}function c(d,f){const p=new Map(r.entries()),m=Array.from(p.keys()).filter(g=>!d.includes(g));r.clear();for(const g of d){if(p.has(g)){const _=p.get(g);r.set(g,_),_.render(new Date(g),f);continue}const b=p.get(m.pop()??-1);if(b===void 0){console.warn("Guides: No unused guides available to render.");continue}b.render(new Date(g),f),r.set(g,b)}}function u(d,f){return Fd(30,p=>d+f*p)}return{element:e,render:s}}async function YM(){const i=await Qt(),{element:t,render:e}=await zM();i.stage.addChild(t),e(),Q.on("viewportDateRangeUpdated",()=>e()),Q.on("layoutSettingsUpdated",()=>e()),Q.on("configUpdated",()=>e())}function yP(){}const jM=80;async function JM(){const i=await Qt(),t=await te(),e=await ee(),r=await Rt(),n=await fr();let s=await qe();Q.on("scaleUpdated",l=>s=l);function o(){if(!e.isTemporal()){n.visible=!1;return}n.width=r.styles.playheadWidth,n.height=i.stage.height,n.tint=r.styles.playheadColor,n.position.x=s(new Date)*t.scale.x+t.worldTransform.tx,a()}function a(){if(t.moving||!(n.position.x>0&&n.position.x<i.screen.width)||!(n.position.x>i.screen.width-jM))return;const c=t.left;t.zoomPercent(-.1,!0),t.left=c}return{element:n,render:o}}async function $M(){const i=await Qt(),t=await Wi(),{element:e,render:r}=await JM();t.end_time||(i.stage.addChild(e),i.ticker.add(r)),Q.on("runDataUpdated",({end_time:n})=>{n&&(i.ticker.remove(r),i.stage.removeChild(e))})}function bP(){}function QM({stage:i,props:t}){BS(),hA(),aA(),YM(),aR(),LM(),FM(),XM(),$M(),HS(),nM(),NS(i),jS(t),yA(),fR(),uM()}function qM(){Q.clear();try{US(),cA(),lA(),OS(),lR(),DM(),JS(),KS(),oM(),bA(),pR(),dM(),vA()}catch(i){console.error(i)}}async function xb(i){const t=await Qt(),e=await te(),r=await Rt(),n=await ee(),s=await NM();let o=await qe(),a=s&&s.length>0;const l=await c();l.element.on("click",d=>{d.stopPropagation();const{element:f}=l,p=f.getGlobalPosition(),m={x:p.x,y:p.y,width:f.width,height:f.height},g=Kr(l)?{kind:"artifacts",ids:l.getIds(),position:m}:{kind:"artifact",id:l.getId()};Xi(g)}),Q.on("scaleUpdated",d=>{o=d,u()}),Q.on("viewportMoved",()=>u()),Q.on("eventDataCreated",d=>{a=d.length>0,u()}),Q.on("eventDataUpdated",d=>{a=d.length>0,u()});async function h(d){if(qy(l)){if(i.type!=="artifact")throw new Error(`ArtifactFactory attempted to render a ${i.type}`);await l.render(i.artifact)}else await l.render(d);u()}async function c(){return i.type==="artifact"?await zd(i.artifact,{cullAtZoomThreshold:!1}):await ab()}function u(){const d=l.getDate();if(!d||!et.isTemporal()||n.disableArtifacts)return;const f=l.getSelected(),{element:p}=l,{eventTargetSize:m,flowStateSelectedBarHeight:g}=r.styles;let b=0;if(f){const{selectedBorderOffset:C,selectedBorderWidth:E}=r.styles;b=C+E*2}const x=o(d)*e.scale._x+e.worldTransform.tx-(p.width-b)/2,v=a&&!n.disableEvents?m:g,T=t.screen.height-(p.height-b)-v;p.position.set(x,T)}return{...l,render:h}}async function _b(i){const t=await te(),e=await Rt(),r=await ee();let n=await qe();const s=await a();s.element.on("click",h=>{h.stopPropagation();const{element:c}=s,u=c.getGlobalPosition(),d={x:u.x,y:u.y,width:c.width*t.scale.x,height:c.height*t.scale.y},f=Kr(s)?{kind:"artifacts",ids:s.getIds(),position:d}:{kind:"artifact",id:s.getId()};Xi(f)}),Q.on("scaleUpdated",h=>{n=h,l()});async function o(h){if(qy(s)){if(i.type!=="artifact")throw new Error(`ArtifactFactory attempted to render a ${i.type}`);await s.render(i.artifact)}else await s.render(h);l()}async function a(){return i.type==="artifact"?await zd(i.artifact):await ab()}function l(){const h=s.getDate(),{parentStartDate:c}=i;if(!h||!et.isTemporal()||r.disableArtifacts||!c)return;const u=s.getSelected(),{element:d}=s;let f=0;if(u){const{selectedBorderOffset:b,selectedBorderWidth:_}=e.styles;f=b+_*2}const m=n(h)-n(c)-(d.width-f)/2,g=-(d.height-f);d.position.set(m,g)}return{...s,render:o}}async function vb({isRoot:i,parentStartDate:t}={}){const e=await ee(),r=new Map,n=new Map,s=[];let o=[];const a=new St;let l=null;async function h(p){if(p&&(l=p),!l)return;const m=[];for(const g of l)m.push(c(g));await Promise.all(m),u()}async function c(p){if(r.has(p.id))return r.get(p.id).render(p);n.has(p.id)&&await n.get(p.id);const m=(async()=>{const g=i?await xb({type:"artifact",artifact:p}):await _b({type:"artifact",artifact:p,parentStartDate:t});r.set(p.id,g),a.addChild(g.element)})();return n.set(p.id,m),await m,n.delete(p.id),r.get(p.id).render(p)}function u(){if(!(e.disableArtifacts||!et.isTemporal())){if(!et.isTemporal()){a.visible=!1;return}a.visible=!0,a.position.x=0,d()}}const d=ob(async()=>{o=[...s],await ub({items:r,createCluster:f});for(const p of o)p.render()},250);async function f(){if(o.length>0)return o.pop();const p=i?await xb({type:"cluster"}):await _b({type:"cluster",parentStartDate:t});return a.addChild(p.element),s.push(p),p}return{element:a,render:h,update:u}}class wb extends St{updateTransform(){this.sortableChildren&&this.sortDirty&&this.sortChildren(),this._boundsID++,this.transform.updateTransform(this.parent.transform),this.worldAlpha=this.alpha*this.parent.worldAlpha;for(let t=0,e=this.children.length;t<e;++t)this.children[t].updateTransform()}calculateBounds(){this._bounds.clear(),this._calculateBounds();for(const t of this.children)if(t.calculateBounds(),t._mask){const e=t._mask.isMaskData?t._mask.maskObject:t._mask;e?(e.calculateBounds(),this._bounds.addBoundsMask(t._bounds,e._bounds)):this._bounds.addBounds(t._bounds)}else t.filterArea?this._bounds.addBoundsArea(t._bounds,t.filterArea):this._bounds.addBounds(t._bounds);this._bounds.updateID=this._boundsID}}async function tR(i){const t=new wb,e=await Rt(),r=await ee(),{element:n,render:s}=await ib(),{element:o,render:a}=await rh(),{element:l,render:h}=await eb(),{element:c,render:u}=await th(),{element:d,render:f,getSize:p,stopWorker:m}=await jd(),{element:g,render:b}=await mb(),{element:_,render:x,update:v}=await pb({parentStartDate:i.start_time}),{element:T,render:C,update:E}=await vb({parentStartDate:i.start_time});let I=!1,R=!1,F=i,k=!1;t.sortableChildren=!0,c.zIndex=0,n.zIndex=4,o.zIndex=5,l.zIndex=5,d.zIndex=2,_.zIndex=1,g.zIndex=2,T.zIndex=3,c.eventMode="none",c.cursor="default";const{start:P,stop:A}=await ag(F.id,tt=>{R=!!tt.artifacts&&tt.artifacts.length>0,f(tt),ht(tt.states),L(tt.artifacts),H()}),{start:G,stop:N}=await tb(()=>({nodeId:F.id,since:F.start_time,until:F.end_time??new Date}),tt=>{I=tt.length>0,W(tt)});t.addChild(n),t.addChild(o),t.addChild(l),l.on("click",tt=>{tt.stopPropagation(),B()}),d.position={x:0,y:e.styles.nodeHeight+e.styles.nodesPadding},d.on("rendered",()=>{Wo(),xt()});async function X(tt){return F=tt,await s(tt),await it(),await q(),k&&(await ht(),await W(),await L(),await H()),t}async function B(){k?await U():await O()}async function H(){const{background:tt="#fff"}=e.styles.node(F),{width:Z,height:Y}=p(),{height:j}=Et(),{nodeBorderRadius:D}=e.styles,ut=2;c.position={x:-ut,y:-ut};const gt=et.isTemporal()?j+ut*2:Y+ut*2;await u({width:Z+ut*2,height:gt,stroke:ut,radius:[D,D,0,0],color:tt})}async function ht(tt){const{height:Z}=Et(),{width:Y}=n;await b(tt??void 0,{parentStartDate:F.start_time,width:Y,height:Z})}async function W(tt){if(!k||!et.isTemporal()||r.disableEvents){t.removeChild(_);return}t.addChild(_);const{height:Z}=Et();if(_.position={x:0,y:Z-e.styles.eventBottomMargin},tt){await x(tt);return}await v()}async function L(tt){if(!k||!et.isTemporal()||r.disableArtifacts){t.removeChild(T);return}t.addChild(T);const{eventTargetSize:Z,flowStateSelectedBarHeight:Y}=e.styles,{height:j}=Et(),D=j-(I&&!r.disableEvents?Z:Y);if(T.position={x:0,y:D},tt){await C(tt);return}await E()}async function O(){k=!0,t.addChild(g),t.addChild(d),t.addChild(c),await Promise.all([P(),G(),X(F)]),xt()}async function U(){k=!1,t.removeChild(g),t.removeChild(d),t.removeChild(c),t.removeChild(_),t.removeChild(T),m(),await Promise.all([A(),N(),X(F)]),xt()}async function it(){const tt=e.styles.nodeToggleSize,Z=e.styles.nodeHeight-tt,Y=n.width>tt,j=await h({inside:Y,isOpen:k});return j.x=Y?Z/2:n.width+e.styles.nodePadding,j.y=Z/2,j}async function q(){const tt=await a(F.label),Z=e.styles.colorMode==="dark"?e.styles.textDefault:e.styles.textInverse,Y=e.styles.nodePadding,j=l.x+l.width+Y,D=n.width+Y,ut=n.width>j+tt.width+Y,gt=e.styles.nodeHeight/2-tt.height/2,Mt=ut?j:Math.max(D,j);return tt.position={x:Mt,y:gt},tt.tint=ut?Z:e.styles.textDefault,tt}function xt(){k&&(ht(),W(),L(),H());const tt=Et();t.emit("resized",tt)}function Et(){const tt=p(),{nodeHeight:Z,nodesPadding:Y,eventTargetSize:j,eventBottomMargin:D,artifactPaddingY:ut,artifactIconSize:gt}=e.styles,Dt=R&&et.isTemporal()&&!r.disableArtifacts?gt+ut*2:0,Xe=I&&et.isTemporal()&&!r.disableEvents?j+D:0,jo=k?tt.height+Dt+Xe+Y*2:0,Yr=k?tt.width:0;return{height:Z+jo,width:Math.max(Yr,t.width)}}return{kind:"flow-run",element:t,bar:n,render:X}}async function eR(i,t){const e=await Rt(),r=new wb,{element:n,render:s}=await rh(),{element:o,render:a}=await th(),{element:l,render:h}=await ib(),{element:c,render:u}=await eb(),{element:d,render:f,getSize:p,stopWorker:m}=await jd();r.addChild(l),r.addChild(n);let g=!1,b=i,_=t;r.sortableChildren=!0,o.zIndex=0,l.zIndex=4,n.zIndex=5,c.zIndex=5,d.zIndex=2,o.eventMode="none",o.cursor="default",d.position={x:0,y:e.styles.nodeHeight+e.styles.nodesPadding},d.on("rendered",()=>{Wo(),k()}),c.on("click",P=>{P.stopPropagation(),E()});async function x(P,A){return b=P,_=A,A&&r.addChild(c),await h(P),A&&await v(),g&&(A&&f(A),await C()),await T(),r}async function v(){const P=e.styles.nodeToggleSize,A=e.styles.nodeHeight-P,G=l.width>P,N=await u({inside:G,isOpen:g});return N.x=G?A/2:l.width+e.styles.nodePadding,N.y=A/2,N}async function T(){const P=await s(b.label),A=e.styles.colorMode==="dark"?e.styles.textDefault:e.styles.textInverse,G=e.styles.nodePadding,N=c.x+c.width+G,X=l.width+G,B=l.width>N+P.width+G,H=e.styles.nodeHeight/2-P.height/2,ht=B?N:Math.max(X,N);return P.position={x:ht,y:H},P.tint=B?A:e.styles.textDefault,P}async function C(){const{background:P="#fff"}=e.styles.node(b),{width:A,height:G}=p(),{height:N}=F(),{nodeBorderRadius:X}=e.styles,B=2;o.position={x:-B,y:-B};const H=et.isTemporal()?N+B*2:G+B*2;await a({width:A+B*2,height:H,stroke:B,radius:[X,X,0,0],color:P})}async function E(){g?await R():await I()}async function I(){if(g=!0,r.addChild(d),r.addChild(o),!_)throw new Error("Attempted to open without nested graph data");await Promise.all([f(_),x(b,_)]),k()}async function R(){g=!1,r.removeChild(d),r.removeChild(o),m(),await x(b,_),k()}function F(){const P=p(),{nodeHeight:A,nodesPadding:G}=e.styles,N=g?P.height+G*2:0,X=g?P.width:0;return{height:A+N,width:Math.max(X,r.width)}}function k(){g&&C();const P=F();r.emit("resized",P)}return{kind:"task-run",element:r,render:x,bar:l}}async function iR(i,t){const e=await Rt(),r=await Qt(),n=await _y(),s=await ee();let o=null;const a=new Map,{animate:l}=await Ty(),{element:h,render:c,bar:u}=await R(i,t);let d=i,f=t,p=null,m=!1,g=!1;n.add(h),h.eventMode="static",h.cursor="pointer",h.name=Lb,h.on("click",P=>{P.stopPropagation(),Xi({kind:d.kind,id:d.id})}),d.end_time||C(),Q.on("itemSelected",()=>{const P=mr({kind:d.kind,id:d.id});P!==m&&(m=P,c(d,f))});async function b(P,A){d=P,f=A;const G=F(P);return G===p||(p=G,await Promise.all([c(P,A),_(P.artifacts)]),P.end_time&&E()),h}async function _(P){if(!P||(v(),s.disableArtifacts||!et.isTemporal()))return;const A=[];for(const G of P)A.push(x(G));await Promise.all(A),T()}async function x(P){if(a.has(P.id))return a.get(P.id).render(P);const A=await zd(P,{enableLocalClickHandling:!0});return a.set(P.id,A),o.addChild(A.element),A.render(P)}function v(){if(et.isTemporal()&&!s.disableArtifacts){o||(o=new St),h.addChild(o);return}o&&h.removeChild(o)}function T(){if(!o)return;const{artifactsGap:P,artifactsNodeOverlap:A}=e.styles;let G=0;for(const N of a.values())N.element.position.x=G,G+=N.element.width+P;o.position.y=-o.height+A,o.width<u.width&&(o.position.x=u.width-o.width)}function C(){r.ticker.add(I)}function E(){r.ticker.remove(I)}function I(){b(d,f)}async function R(P,A){const{kind:G}=P;switch(G){case"task-run":return await eR(P,A);case"flow-run":return await tR(P);default:const N=G;throw new Error(`switch does not have case for value: ${N}`)}}function F(P){var B;const A=P.end_time??new Date,G=(B=P.artifacts)==null?void 0:B.map(H=>H.type==="progress"?`${H.id}-${H.data}`:H.id).join("|"),N=!!f;return[P.state_type,A.getTime(),et.horizontal,et.horizontalScaleMultiplier,e.styles.colorMode,s.disableArtifacts||G,N].join("-")}function k({x:P,y:A}){l(h,{x:P,y:A},!g),g=!0}return{element:h,render:b,bar:u,setPosition:k}}function Tb({gap:i=0,minimum:t=0}={}){const e=new Map;function r(c){const u=e.get(c)??[];return Math.max(...u.values(),z.toValue(t))+z.toValue(i)}function n(c){let u=0;for(let d=0;d<c;d++)u+=r(d);return u}function s(c){return n(c+1)-z.toValue(i)}function o({axis:c,nodeId:u,offset:d}){const f=e.get(c)??new Map;f.set(u,d),e.set(c,f)}function a({axis:c,nodeId:u}){let d,f;for(const[p,m]of e.entries())if(m.has(u)){d=p,f=m.get(u);break}d===c||d===void 0||f===void 0||(l({axis:d,nodeId:u}),o({axis:c,nodeId:u,offset:f}))}function l({axis:c,nodeId:u}){var d;(d=e.get(c))==null||d.delete(u)}function h(){e.clear()}return{getOffset:r,getTotalOffset:n,getTotalValue:s,setOffset:o,updateNodeAxis:a,removeOffset:l,clear:h}}function rR(i){throw new Error(`switch does not have case for value: ${i}`)}const Sb="KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiO2Z1bmN0aW9uIEtlKG4pe3Rocm93IG5ldyBFcnJvcihgc3dpdGNoIGRvZXMgbm90IGhhdmUgY2FzZSBmb3IgdmFsdWU6ICR7bn1gKX1mdW5jdGlvbiBDbihuLGUpe3JldHVybiBuPT1udWxsfHxlPT1udWxsP05hTjpuPGU/LTE6bj5lPzE6bj49ZT8wOk5hTn1mdW5jdGlvbiBudChuLGUpe3JldHVybiBuPT1udWxsfHxlPT1udWxsP05hTjplPG4/LTE6ZT5uPzE6ZT49bj8wOk5hTn1mdW5jdGlvbiBSbihuKXtsZXQgZSx0LHI7bi5sZW5ndGghPT0yPyhlPUNuLHQ9KHUsbCk9PkNuKG4odSksbCkscj0odSxsKT0+bih1KS1sKTooZT1uPT09Q258fG49PT1udD9uOmV0LHQ9bixyPW4pO2Z1bmN0aW9uIG8odSxsLGY9MCxnPXUubGVuZ3RoKXtpZihmPGcpe2lmKGUobCxsKSE9PTApcmV0dXJuIGc7ZG97Y29uc3QgbT1mK2c+Pj4xO3QodVttXSxsKTwwP2Y9bSsxOmc9bX13aGlsZShmPGcpfXJldHVybiBmfWZ1bmN0aW9uIGkodSxsLGY9MCxnPXUubGVuZ3RoKXtpZihmPGcpe2lmKGUobCxsKSE9PTApcmV0dXJuIGc7ZG97Y29uc3QgbT1mK2c+Pj4xO3QodVttXSxsKTw9MD9mPW0rMTpnPW19d2hpbGUoZjxnKX1yZXR1cm4gZn1mdW5jdGlvbiBhKHUsbCxmPTAsZz11Lmxlbmd0aCl7Y29uc3QgbT1vKHUsbCxmLGctMSk7cmV0dXJuIG0+ZiYmcih1W20tMV0sbCk+LXIodVttXSxsKT9tLTE6bX1yZXR1cm57bGVmdDpvLGNlbnRlcjphLHJpZ2h0Oml9fWZ1bmN0aW9uIGV0KCl7cmV0dXJuIDB9ZnVuY3Rpb24gdHQobil7cmV0dXJuIG49PT1udWxsP05hTjorbn1jb25zdCBydD1SbihDbikucmlnaHQ7Um4odHQpLmNlbnRlcjtjb25zdCBvdD1NYXRoLnNxcnQoNTApLGl0PU1hdGguc3FydCgxMCksYXQ9TWF0aC5zcXJ0KDIpO2Z1bmN0aW9uIE5uKG4sZSx0KXtjb25zdCByPShlLW4pL01hdGgubWF4KDAsdCksbz1NYXRoLmZsb29yKE1hdGgubG9nMTAocikpLGk9ci9NYXRoLnBvdygxMCxvKSxhPWk+PW90PzEwOmk+PWl0PzU6aT49YXQ/MjoxO2xldCB1LGwsZjtyZXR1cm4gbzwwPyhmPU1hdGgucG93KDEwLC1vKS9hLHU9TWF0aC5yb3VuZChuKmYpLGw9TWF0aC5yb3VuZChlKmYpLHUvZjxuJiYrK3UsbC9mPmUmJi0tbCxmPS1mKTooZj1NYXRoLnBvdygxMCxvKSphLHU9TWF0aC5yb3VuZChuL2YpLGw9TWF0aC5yb3VuZChlL2YpLHUqZjxuJiYrK3UsbCpmPmUmJi0tbCksbDx1JiYuNTw9dCYmdDwyP05uKG4sZSx0KjIpOlt1LGwsZl19ZnVuY3Rpb24gdXQobixlLHQpe2lmKGU9K2Usbj0rbix0PSt0LCEodD4wKSlyZXR1cm5bXTtpZihuPT09ZSlyZXR1cm5bbl07Y29uc3Qgcj1lPG4sW28saSxhXT1yP05uKGUsbix0KTpObihuLGUsdCk7aWYoIShpPj1vKSlyZXR1cm5bXTtjb25zdCB1PWktbysxLGw9bmV3IEFycmF5KHUpO2lmKHIpaWYoYTwwKWZvcihsZXQgZj0wO2Y8dTsrK2YpbFtmXT0oaS1mKS8tYTtlbHNlIGZvcihsZXQgZj0wO2Y8dTsrK2YpbFtmXT0oaS1mKSphO2Vsc2UgaWYoYTwwKWZvcihsZXQgZj0wO2Y8dTsrK2YpbFtmXT0obytmKS8tYTtlbHNlIGZvcihsZXQgZj0wO2Y8dTsrK2YpbFtmXT0obytmKSphO3JldHVybiBsfWZ1bmN0aW9uIEluKG4sZSx0KXtyZXR1cm4gZT0rZSxuPStuLHQ9K3QsTm4obixlLHQpWzJdfWZ1bmN0aW9uIE9uKG4sZSx0KXtlPStlLG49K24sdD0rdDtjb25zdCByPWU8bixvPXI/SW4oZSxuLHQpOkluKG4sZSx0KTtyZXR1cm4ocj8tMToxKSoobzwwPzEvLW86byl9ZnVuY3Rpb24gem4obixlLHQpe24ucHJvdG90eXBlPWUucHJvdG90eXBlPXQsdC5jb25zdHJ1Y3Rvcj1ufWZ1bmN0aW9uIGZlKG4sZSl7dmFyIHQ9T2JqZWN0LmNyZWF0ZShuLnByb3RvdHlwZSk7Zm9yKHZhciByIGluIGUpdFtyXT1lW3JdO3JldHVybiB0fWZ1bmN0aW9uIGRuKCl7fXZhciB5bj0uNyxVbj0xL3luLHJuPSJcXHMqKFsrLV0/XFxkKylcXHMqIix4bj0iXFxzKihbKy1dPyg/OlxcZCpcXC4pP1xcZCsoPzpbZUVdWystXT9cXGQrKT8pXFxzKiIsWj0iXFxzKihbKy1dPyg/OlxcZCpcXC4pP1xcZCsoPzpbZUVdWystXT9cXGQrKT8pJVxccyoiLGZ0PS9eIyhbMC05YS1mXXszLDh9KSQvLGN0PW5ldyBSZWdFeHAoYF5yZ2JcXCgke3JufSwke3JufSwke3JufVxcKSRgKSxzdD1uZXcgUmVnRXhwKGBecmdiXFwoJHtafSwke1p9LCR7Wn1cXCkkYCksbHQ9bmV3IFJlZ0V4cChgXnJnYmFcXCgke3JufSwke3JufSwke3JufSwke3hufVxcKSRgKSxodD1uZXcgUmVnRXhwKGBecmdiYVxcKCR7Wn0sJHtafSwke1p9LCR7eG59XFwpJGApLGd0PW5ldyBSZWdFeHAoYF5oc2xcXCgke3hufSwke1p9LCR7Wn1cXCkkYCksbXQ9bmV3IFJlZ0V4cChgXmhzbGFcXCgke3hufSwke1p9LCR7Wn0sJHt4bn1cXCkkYCksY2U9e2FsaWNlYmx1ZToxNTc5MjM4MyxhbnRpcXVld2hpdGU6MTY0NDQzNzUsYXF1YTo2NTUzNSxhcXVhbWFyaW5lOjgzODg1NjQsYXp1cmU6MTU3OTQxNzUsYmVpZ2U6MTYxMTkyNjAsYmlzcXVlOjE2NzcwMjQ0LGJsYWNrOjAsYmxhbmNoZWRhbG1vbmQ6MTY3NzIwNDUsYmx1ZToyNTUsYmx1ZXZpb2xldDo5MDU1MjAyLGJyb3duOjEwODI0MjM0LGJ1cmx5d29vZDoxNDU5NjIzMSxjYWRldGJsdWU6NjI2NjUyOCxjaGFydHJldXNlOjgzODgzNTIsY2hvY29sYXRlOjEzNzg5NDcwLGNvcmFsOjE2NzQ0MjcyLGNvcm5mbG93ZXJibHVlOjY1OTE5ODEsY29ybnNpbGs6MTY3NzUzODgsY3JpbXNvbjoxNDQyMzEwMCxjeWFuOjY1NTM1LGRhcmtibHVlOjEzOSxkYXJrY3lhbjozNTcyMyxkYXJrZ29sZGVucm9kOjEyMDkyOTM5LGRhcmtncmF5OjExMTE5MDE3LGRhcmtncmVlbjoyNTYwMCxkYXJrZ3JleToxMTExOTAxNyxkYXJra2hha2k6MTI0MzMyNTksZGFya21hZ2VudGE6OTEwOTY0MyxkYXJrb2xpdmVncmVlbjo1NTk3OTk5LGRhcmtvcmFuZ2U6MTY3NDc1MjAsZGFya29yY2hpZDoxMDA0MDAxMixkYXJrcmVkOjkxMDk1MDQsZGFya3NhbG1vbjoxNTMwODQxMCxkYXJrc2VhZ3JlZW46OTQxOTkxOSxkYXJrc2xhdGVibHVlOjQ3MzQzNDcsZGFya3NsYXRlZ3JheTozMTAwNDk1LGRhcmtzbGF0ZWdyZXk6MzEwMDQ5NSxkYXJrdHVycXVvaXNlOjUyOTQ1LGRhcmt2aW9sZXQ6OTY5OTUzOSxkZWVwcGluazoxNjcxNjk0NyxkZWVwc2t5Ymx1ZTo0OTE1MSxkaW1ncmF5OjY5MDgyNjUsZGltZ3JleTo2OTA4MjY1LGRvZGdlcmJsdWU6MjAwMzE5OSxmaXJlYnJpY2s6MTE2NzQxNDYsZmxvcmFsd2hpdGU6MTY3NzU5MjAsZm9yZXN0Z3JlZW46MjI2Mzg0MixmdWNoc2lhOjE2NzExOTM1LGdhaW5zYm9ybzoxNDQ3NDQ2MCxnaG9zdHdoaXRlOjE2MzE2NjcxLGdvbGQ6MTY3NjY3MjAsZ29sZGVucm9kOjE0MzI5MTIwLGdyYXk6ODQyMTUwNCxncmVlbjozMjc2OCxncmVlbnllbGxvdzoxMTQwMzA1NSxncmV5Ojg0MjE1MDQsaG9uZXlkZXc6MTU3OTQxNjAsaG90cGluazoxNjczODc0MCxpbmRpYW5yZWQ6MTM0NTg1MjQsaW5kaWdvOjQ5MTUzMzAsaXZvcnk6MTY3NzcyMDAsa2hha2k6MTU3ODc2NjAsbGF2ZW5kZXI6MTUxMzI0MTAsbGF2ZW5kZXJibHVzaDoxNjc3MzM2NSxsYXduZ3JlZW46ODE5MDk3NixsZW1vbmNoaWZmb246MTY3NzU4ODUsbGlnaHRibHVlOjExMzkzMjU0LGxpZ2h0Y29yYWw6MTU3NjE1MzYsbGlnaHRjeWFuOjE0NzQ1NTk5LGxpZ2h0Z29sZGVucm9keWVsbG93OjE2NDQ4MjEwLGxpZ2h0Z3JheToxMzg4MjMyMyxsaWdodGdyZWVuOjk0OTgyNTYsbGlnaHRncmV5OjEzODgyMzIzLGxpZ2h0cGluazoxNjc1ODQ2NSxsaWdodHNhbG1vbjoxNjc1Mjc2MixsaWdodHNlYWdyZWVuOjIxNDI4OTAsbGlnaHRza3libHVlOjg5MDAzNDYsbGlnaHRzbGF0ZWdyYXk6NzgzMzc1MyxsaWdodHNsYXRlZ3JleTo3ODMzNzUzLGxpZ2h0c3RlZWxibHVlOjExNTg0NzM0LGxpZ2h0eWVsbG93OjE2Nzc3MTg0LGxpbWU6NjUyODAsbGltZWdyZWVuOjMzMjkzMzAsbGluZW46MTY0NDU2NzAsbWFnZW50YToxNjcxMTkzNSxtYXJvb246ODM4ODYwOCxtZWRpdW1hcXVhbWFyaW5lOjY3MzczMjIsbWVkaXVtYmx1ZToyMDUsbWVkaXVtb3JjaGlkOjEyMjExNjY3LG1lZGl1bXB1cnBsZTo5NjYyNjgzLG1lZGl1bXNlYWdyZWVuOjM5NzgwOTcsbWVkaXVtc2xhdGVibHVlOjgwODc3OTAsbWVkaXVtc3ByaW5nZ3JlZW46NjQxNTQsbWVkaXVtdHVycXVvaXNlOjQ3NzIzMDAsbWVkaXVtdmlvbGV0cmVkOjEzMDQ3MTczLG1pZG5pZ2h0Ymx1ZToxNjQ0OTEyLG1pbnRjcmVhbToxNjEyMTg1MCxtaXN0eXJvc2U6MTY3NzAyNzMsbW9jY2FzaW46MTY3NzAyMjksbmF2YWpvd2hpdGU6MTY3Njg2ODUsbmF2eToxMjgsb2xkbGFjZToxNjY0MzU1OCxvbGl2ZTo4NDIxMzc2LG9saXZlZHJhYjo3MDQ4NzM5LG9yYW5nZToxNjc1MzkyMCxvcmFuZ2VyZWQ6MTY3MjkzNDQsb3JjaGlkOjE0MzE1NzM0LHBhbGVnb2xkZW5yb2Q6MTU2NTcxMzAscGFsZWdyZWVuOjEwMDI1ODgwLHBhbGV0dXJxdW9pc2U6MTE1Mjk5NjYscGFsZXZpb2xldHJlZDoxNDM4MTIwMyxwYXBheWF3aGlwOjE2NzczMDc3LHBlYWNocHVmZjoxNjc2NzY3MyxwZXJ1OjEzNDY4OTkxLHBpbms6MTY3NjEwMzUscGx1bToxNDUyNDYzNyxwb3dkZXJibHVlOjExNTkxOTEwLHB1cnBsZTo4Mzg4NzM2LHJlYmVjY2FwdXJwbGU6NjY5Nzg4MSxyZWQ6MTY3MTE2ODAscm9zeWJyb3duOjEyMzU3NTE5LHJveWFsYmx1ZTo0Mjg2OTQ1LHNhZGRsZWJyb3duOjkxMjcxODcsc2FsbW9uOjE2NDE2ODgyLHNhbmR5YnJvd246MTYwMzI4NjQsc2VhZ3JlZW46MzA1MDMyNyxzZWFzaGVsbDoxNjc3NDYzOCxzaWVubmE6MTA1MDY3OTcsc2lsdmVyOjEyNjMyMjU2LHNreWJsdWU6ODkwMDMzMSxzbGF0ZWJsdWU6Njk3MDA2MSxzbGF0ZWdyYXk6NzM3Mjk0NCxzbGF0ZWdyZXk6NzM3Mjk0NCxzbm93OjE2Nzc1OTMwLHNwcmluZ2dyZWVuOjY1NDA3LHN0ZWVsYmx1ZTo0NjIwOTgwLHRhbjoxMzgwODc4MCx0ZWFsOjMyODk2LHRoaXN0bGU6MTQyMDQ4ODgsdG9tYXRvOjE2NzM3MDk1LHR1cnF1b2lzZTo0MjUxODU2LHZpb2xldDoxNTYzMTA4Nix3aGVhdDoxNjExMzMzMSx3aGl0ZToxNjc3NzIxNSx3aGl0ZXNtb2tlOjE2MTE5Mjg1LHllbGxvdzoxNjc3Njk2MCx5ZWxsb3dncmVlbjoxMDE0NTA3NH07em4oZG4scG4se2NvcHkobil7cmV0dXJuIE9iamVjdC5hc3NpZ24obmV3IHRoaXMuY29uc3RydWN0b3IsdGhpcyxuKX0sZGlzcGxheWFibGUoKXtyZXR1cm4gdGhpcy5yZ2IoKS5kaXNwbGF5YWJsZSgpfSxoZXg6c2UsZm9ybWF0SGV4OnNlLGZvcm1hdEhleDg6ZHQsZm9ybWF0SHNsOnl0LGZvcm1hdFJnYjpsZSx0b1N0cmluZzpsZX0pO2Z1bmN0aW9uIHNlKCl7cmV0dXJuIHRoaXMucmdiKCkuZm9ybWF0SGV4KCl9ZnVuY3Rpb24gZHQoKXtyZXR1cm4gdGhpcy5yZ2IoKS5mb3JtYXRIZXg4KCl9ZnVuY3Rpb24geXQoKXtyZXR1cm4geWUodGhpcykuZm9ybWF0SHNsKCl9ZnVuY3Rpb24gbGUoKXtyZXR1cm4gdGhpcy5yZ2IoKS5mb3JtYXRSZ2IoKX1mdW5jdGlvbiBwbihuKXt2YXIgZSx0O3JldHVybiBuPShuKyIiKS50cmltKCkudG9Mb3dlckNhc2UoKSwoZT1mdC5leGVjKG4pKT8odD1lWzFdLmxlbmd0aCxlPXBhcnNlSW50KGVbMV0sMTYpLHQ9PT02P2hlKGUpOnQ9PT0zP25ldyBQKGU+PjgmMTV8ZT4+NCYyNDAsZT4+NCYxNXxlJjI0MCwoZSYxNSk8PDR8ZSYxNSwxKTp0PT09OD9EbihlPj4yNCYyNTUsZT4+MTYmMjU1LGU+PjgmMjU1LChlJjI1NSkvMjU1KTp0PT09ND9EbihlPj4xMiYxNXxlPj44JjI0MCxlPj44JjE1fGU+PjQmMjQwLGU+PjQmMTV8ZSYyNDAsKChlJjE1KTw8NHxlJjE1KS8yNTUpOm51bGwpOihlPWN0LmV4ZWMobikpP25ldyBQKGVbMV0sZVsyXSxlWzNdLDEpOihlPXN0LmV4ZWMobikpP25ldyBQKGVbMV0qMjU1LzEwMCxlWzJdKjI1NS8xMDAsZVszXSoyNTUvMTAwLDEpOihlPWx0LmV4ZWMobikpP0RuKGVbMV0sZVsyXSxlWzNdLGVbNF0pOihlPWh0LmV4ZWMobikpP0RuKGVbMV0qMjU1LzEwMCxlWzJdKjI1NS8xMDAsZVszXSoyNTUvMTAwLGVbNF0pOihlPWd0LmV4ZWMobikpP2RlKGVbMV0sZVsyXS8xMDAsZVszXS8xMDAsMSk6KGU9bXQuZXhlYyhuKSk/ZGUoZVsxXSxlWzJdLzEwMCxlWzNdLzEwMCxlWzRdKTpjZS5oYXNPd25Qcm9wZXJ0eShuKT9oZShjZVtuXSk6bj09PSJ0cmFuc3BhcmVudCI/bmV3IFAoTmFOLE5hTixOYU4sMCk6bnVsbH1mdW5jdGlvbiBoZShuKXtyZXR1cm4gbmV3IFAobj4+MTYmMjU1LG4+PjgmMjU1LG4mMjU1LDEpfWZ1bmN0aW9uIERuKG4sZSx0LHIpe3JldHVybiByPD0wJiYobj1lPXQ9TmFOKSxuZXcgUChuLGUsdCxyKX1mdW5jdGlvbiB4dChuKXtyZXR1cm4gbiBpbnN0YW5jZW9mIGRufHwobj1wbihuKSksbj8obj1uLnJnYigpLG5ldyBQKG4ucixuLmcsbi5iLG4ub3BhY2l0eSkpOm5ldyBQfWZ1bmN0aW9uIEVuKG4sZSx0LHIpe3JldHVybiBhcmd1bWVudHMubGVuZ3RoPT09MT94dChuKTpuZXcgUChuLGUsdCxyPz8xKX1mdW5jdGlvbiBQKG4sZSx0LHIpe3RoaXMucj0rbix0aGlzLmc9K2UsdGhpcy5iPSt0LHRoaXMub3BhY2l0eT0rcn16bihQLEVuLGZlKGRuLHticmlnaHRlcihuKXtyZXR1cm4gbj1uPT1udWxsP1VuOk1hdGgucG93KFVuLG4pLG5ldyBQKHRoaXMucipuLHRoaXMuZypuLHRoaXMuYipuLHRoaXMub3BhY2l0eSl9LGRhcmtlcihuKXtyZXR1cm4gbj1uPT1udWxsP3luOk1hdGgucG93KHluLG4pLG5ldyBQKHRoaXMucipuLHRoaXMuZypuLHRoaXMuYipuLHRoaXMub3BhY2l0eSl9LHJnYigpe3JldHVybiB0aGlzfSxjbGFtcCgpe3JldHVybiBuZXcgUChHKHRoaXMuciksRyh0aGlzLmcpLEcodGhpcy5iKSxrbih0aGlzLm9wYWNpdHkpKX0sZGlzcGxheWFibGUoKXtyZXR1cm4tLjU8PXRoaXMuciYmdGhpcy5yPDI1NS41JiYtLjU8PXRoaXMuZyYmdGhpcy5nPDI1NS41JiYtLjU8PXRoaXMuYiYmdGhpcy5iPDI1NS41JiYwPD10aGlzLm9wYWNpdHkmJnRoaXMub3BhY2l0eTw9MX0saGV4OmdlLGZvcm1hdEhleDpnZSxmb3JtYXRIZXg4OnB0LGZvcm1hdFJnYjptZSx0b1N0cmluZzptZX0pKTtmdW5jdGlvbiBnZSgpe3JldHVybmAjJHtKKHRoaXMucil9JHtKKHRoaXMuZyl9JHtKKHRoaXMuYil9YH1mdW5jdGlvbiBwdCgpe3JldHVybmAjJHtKKHRoaXMucil9JHtKKHRoaXMuZyl9JHtKKHRoaXMuYil9JHtKKChpc05hTih0aGlzLm9wYWNpdHkpPzE6dGhpcy5vcGFjaXR5KSoyNTUpfWB9ZnVuY3Rpb24gbWUoKXtjb25zdCBuPWtuKHRoaXMub3BhY2l0eSk7cmV0dXJuYCR7bj09PTE/InJnYigiOiJyZ2JhKCJ9JHtHKHRoaXMucil9LCAke0codGhpcy5nKX0sICR7Ryh0aGlzLmIpfSR7bj09PTE/IikiOmAsICR7bn0pYH1gfWZ1bmN0aW9uIGtuKG4pe3JldHVybiBpc05hTihuKT8xOk1hdGgubWF4KDAsTWF0aC5taW4oMSxuKSl9ZnVuY3Rpb24gRyhuKXtyZXR1cm4gTWF0aC5tYXgoMCxNYXRoLm1pbigyNTUsTWF0aC5yb3VuZChuKXx8MCkpfWZ1bmN0aW9uIEoobil7cmV0dXJuIG49RyhuKSwobjwxNj8iMCI6IiIpK24udG9TdHJpbmcoMTYpfWZ1bmN0aW9uIGRlKG4sZSx0LHIpe3JldHVybiByPD0wP249ZT10PU5hTjp0PD0wfHx0Pj0xP249ZT1OYU46ZTw9MCYmKG49TmFOKSxuZXcgXyhuLGUsdCxyKX1mdW5jdGlvbiB5ZShuKXtpZihuIGluc3RhbmNlb2YgXylyZXR1cm4gbmV3IF8obi5oLG4ucyxuLmwsbi5vcGFjaXR5KTtpZihuIGluc3RhbmNlb2YgZG58fChuPXBuKG4pKSwhbilyZXR1cm4gbmV3IF87aWYobiBpbnN0YW5jZW9mIF8pcmV0dXJuIG47bj1uLnJnYigpO3ZhciBlPW4uci8yNTUsdD1uLmcvMjU1LHI9bi5iLzI1NSxvPU1hdGgubWluKGUsdCxyKSxpPU1hdGgubWF4KGUsdCxyKSxhPU5hTix1PWktbyxsPShpK28pLzI7cmV0dXJuIHU/KGU9PT1pP2E9KHQtcikvdSsodDxyKSo2OnQ9PT1pP2E9KHItZSkvdSsyOmE9KGUtdCkvdSs0LHUvPWw8LjU/aStvOjItaS1vLGEqPTYwKTp1PWw+MCYmbDwxPzA6YSxuZXcgXyhhLHUsbCxuLm9wYWNpdHkpfWZ1bmN0aW9uIHd0KG4sZSx0LHIpe3JldHVybiBhcmd1bWVudHMubGVuZ3RoPT09MT95ZShuKTpuZXcgXyhuLGUsdCxyPz8xKX1mdW5jdGlvbiBfKG4sZSx0LHIpe3RoaXMuaD0rbix0aGlzLnM9K2UsdGhpcy5sPSt0LHRoaXMub3BhY2l0eT0rcn16bihfLHd0LGZlKGRuLHticmlnaHRlcihuKXtyZXR1cm4gbj1uPT1udWxsP1VuOk1hdGgucG93KFVuLG4pLG5ldyBfKHRoaXMuaCx0aGlzLnMsdGhpcy5sKm4sdGhpcy5vcGFjaXR5KX0sZGFya2VyKG4pe3JldHVybiBuPW49PW51bGw/eW46TWF0aC5wb3coeW4sbiksbmV3IF8odGhpcy5oLHRoaXMucyx0aGlzLmwqbix0aGlzLm9wYWNpdHkpfSxyZ2IoKXt2YXIgbj10aGlzLmglMzYwKyh0aGlzLmg8MCkqMzYwLGU9aXNOYU4obil8fGlzTmFOKHRoaXMucyk/MDp0aGlzLnMsdD10aGlzLmwscj10Kyh0PC41P3Q6MS10KSplLG89Mip0LXI7cmV0dXJuIG5ldyBQKF9uKG4+PTI0MD9uLTI0MDpuKzEyMCxvLHIpLF9uKG4sbyxyKSxfbihuPDEyMD9uKzI0MDpuLTEyMCxvLHIpLHRoaXMub3BhY2l0eSl9LGNsYW1wKCl7cmV0dXJuIG5ldyBfKHhlKHRoaXMuaCksU24odGhpcy5zKSxTbih0aGlzLmwpLGtuKHRoaXMub3BhY2l0eSkpfSxkaXNwbGF5YWJsZSgpe3JldHVybigwPD10aGlzLnMmJnRoaXMuczw9MXx8aXNOYU4odGhpcy5zKSkmJjA8PXRoaXMubCYmdGhpcy5sPD0xJiYwPD10aGlzLm9wYWNpdHkmJnRoaXMub3BhY2l0eTw9MX0sZm9ybWF0SHNsKCl7Y29uc3Qgbj1rbih0aGlzLm9wYWNpdHkpO3JldHVybmAke249PT0xPyJoc2woIjoiaHNsYSgifSR7eGUodGhpcy5oKX0sICR7U24odGhpcy5zKSoxMDB9JSwgJHtTbih0aGlzLmwpKjEwMH0lJHtuPT09MT8iKSI6YCwgJHtufSlgfWB9fSkpO2Z1bmN0aW9uIHhlKG4pe3JldHVybiBuPShufHwwKSUzNjAsbjwwP24rMzYwOm59ZnVuY3Rpb24gU24obil7cmV0dXJuIE1hdGgubWF4KDAsTWF0aC5taW4oMSxufHwwKSl9ZnVuY3Rpb24gX24obixlLHQpe3JldHVybihuPDYwP2UrKHQtZSkqbi82MDpuPDE4MD90Om48MjQwP2UrKHQtZSkqKDI0MC1uKS82MDplKSoyNTV9dmFyIHFuPW49PigpPT5uO2Z1bmN0aW9uIE10KG4sZSl7cmV0dXJuIGZ1bmN0aW9uKHQpe3JldHVybiBuK3QqZX19ZnVuY3Rpb24gYnQobixlLHQpe3JldHVybiBuPU1hdGgucG93KG4sdCksZT1NYXRoLnBvdyhlLHQpLW4sdD0xL3QsZnVuY3Rpb24ocil7cmV0dXJuIE1hdGgucG93KG4rciplLHQpfX1mdW5jdGlvbiB2dChuKXtyZXR1cm4obj0rbik9PTE/cGU6ZnVuY3Rpb24oZSx0KXtyZXR1cm4gdC1lP2J0KGUsdCxuKTpxbihpc05hTihlKT90OmUpfX1mdW5jdGlvbiBwZShuLGUpe3ZhciB0PWUtbjtyZXR1cm4gdD9NdChuLHQpOnFuKGlzTmFOKG4pP2U6bil9dmFyIHdlPWZ1bmN0aW9uIG4oZSl7dmFyIHQ9dnQoZSk7ZnVuY3Rpb24gcihvLGkpe3ZhciBhPXQoKG89RW4obykpLnIsKGk9RW4oaSkpLnIpLHU9dChvLmcsaS5nKSxsPXQoby5iLGkuYiksZj1wZShvLm9wYWNpdHksaS5vcGFjaXR5KTtyZXR1cm4gZnVuY3Rpb24oZyl7cmV0dXJuIG8ucj1hKGcpLG8uZz11KGcpLG8uYj1sKGcpLG8ub3BhY2l0eT1mKGcpLG8rIiJ9fXJldHVybiByLmdhbW1hPW4scn0oMSk7ZnVuY3Rpb24gVHQobixlKXtlfHwoZT1bXSk7dmFyIHQ9bj9NYXRoLm1pbihlLmxlbmd0aCxuLmxlbmd0aCk6MCxyPWUuc2xpY2UoKSxvO3JldHVybiBmdW5jdGlvbihpKXtmb3Iobz0wO288dDsrK28pcltvXT1uW29dKigxLWkpK2Vbb10qaTtyZXR1cm4gcn19ZnVuY3Rpb24gQ3Qobil7cmV0dXJuIEFycmF5QnVmZmVyLmlzVmlldyhuKSYmIShuIGluc3RhbmNlb2YgRGF0YVZpZXcpfWZ1bmN0aW9uIE50KG4sZSl7dmFyIHQ9ZT9lLmxlbmd0aDowLHI9bj9NYXRoLm1pbih0LG4ubGVuZ3RoKTowLG89bmV3IEFycmF5KHIpLGk9bmV3IEFycmF5KHQpLGE7Zm9yKGE9MDthPHI7KythKW9bYV09Vm4oblthXSxlW2FdKTtmb3IoO2E8dDsrK2EpaVthXT1lW2FdO3JldHVybiBmdW5jdGlvbih1KXtmb3IoYT0wO2E8cjsrK2EpaVthXT1vW2FdKHUpO3JldHVybiBpfX1mdW5jdGlvbiBVdChuLGUpe3ZhciB0PW5ldyBEYXRlO3JldHVybiBuPStuLGU9K2UsZnVuY3Rpb24ocil7cmV0dXJuIHQuc2V0VGltZShuKigxLXIpK2UqciksdH19ZnVuY3Rpb24gJG4obixlKXtyZXR1cm4gbj0rbixlPStlLGZ1bmN0aW9uKHQpe3JldHVybiBuKigxLXQpK2UqdH19ZnVuY3Rpb24gRHQobixlKXt2YXIgdD17fSxyPXt9LG87KG49PT1udWxsfHx0eXBlb2YgbiE9Im9iamVjdCIpJiYobj17fSksKGU9PT1udWxsfHx0eXBlb2YgZSE9Im9iamVjdCIpJiYoZT17fSk7Zm9yKG8gaW4gZSlvIGluIG4/dFtvXT1WbihuW29dLGVbb10pOnJbb109ZVtvXTtyZXR1cm4gZnVuY3Rpb24oaSl7Zm9yKG8gaW4gdClyW29dPXRbb10oaSk7cmV0dXJuIHJ9fXZhciBqbj0vWy0rXT8oPzpcZCtcLj9cZCp8XC4/XGQrKSg/OltlRV1bLStdP1xkKyk/L2csWm49bmV3IFJlZ0V4cChqbi5zb3VyY2UsImciKTtmdW5jdGlvbiBrdChuKXtyZXR1cm4gZnVuY3Rpb24oKXtyZXR1cm4gbn19ZnVuY3Rpb24gU3Qobil7cmV0dXJuIGZ1bmN0aW9uKGUpe3JldHVybiBuKGUpKyIifX1mdW5jdGlvbiAkdChuLGUpe3ZhciB0PWpuLmxhc3RJbmRleD1abi5sYXN0SW5kZXg9MCxyLG8saSxhPS0xLHU9W10sbD1bXTtmb3Iobj1uKyIiLGU9ZSsiIjsocj1qbi5leGVjKG4pKSYmKG89Wm4uZXhlYyhlKSk7KShpPW8uaW5kZXgpPnQmJihpPWUuc2xpY2UodCxpKSx1W2FdP3VbYV0rPWk6dVsrK2FdPWkpLChyPXJbMF0pPT09KG89b1swXSk/dVthXT91W2FdKz1vOnVbKythXT1vOih1WysrYV09bnVsbCxsLnB1c2goe2k6YSx4OiRuKHIsbyl9KSksdD1abi5sYXN0SW5kZXg7cmV0dXJuIHQ8ZS5sZW5ndGgmJihpPWUuc2xpY2UodCksdVthXT91W2FdKz1pOnVbKythXT1pKSx1Lmxlbmd0aDwyP2xbMF0/U3QobFswXS54KTprdChlKTooZT1sLmxlbmd0aCxmdW5jdGlvbihmKXtmb3IodmFyIGc9MCxtO2c8ZTsrK2cpdVsobT1sW2ddKS5pXT1tLngoZik7cmV0dXJuIHUuam9pbigiIil9KX1mdW5jdGlvbiBWbihuLGUpe3ZhciB0PXR5cGVvZiBlLHI7cmV0dXJuIGU9PW51bGx8fHQ9PT0iYm9vbGVhbiI/cW4oZSk6KHQ9PT0ibnVtYmVyIj8kbjp0PT09InN0cmluZyI/KHI9cG4oZSkpPyhlPXIsd2UpOiR0OmUgaW5zdGFuY2VvZiBwbj93ZTplIGluc3RhbmNlb2YgRGF0ZT9VdDpDdChlKT9UdDpBcnJheS5pc0FycmF5KGUpP050OnR5cGVvZiBlLnZhbHVlT2YhPSJmdW5jdGlvbiImJnR5cGVvZiBlLnRvU3RyaW5nIT0iZnVuY3Rpb24ifHxpc05hTihlKT9EdDokbikobixlKX1mdW5jdGlvbiBGdChuLGUpe3JldHVybiBuPStuLGU9K2UsZnVuY3Rpb24odCl7cmV0dXJuIE1hdGgucm91bmQobiooMS10KStlKnQpfX1mdW5jdGlvbiBIdChuKXtyZXR1cm4gTWF0aC5hYnMobj1NYXRoLnJvdW5kKG4pKT49MWUyMT9uLnRvTG9jYWxlU3RyaW5nKCJlbiIpLnJlcGxhY2UoLywvZywiIik6bi50b1N0cmluZygxMCl9ZnVuY3Rpb24gRm4obixlKXtpZigodD0obj1lP24udG9FeHBvbmVudGlhbChlLTEpOm4udG9FeHBvbmVudGlhbCgpKS5pbmRleE9mKCJlIikpPDApcmV0dXJuIG51bGw7dmFyIHQscj1uLnNsaWNlKDAsdCk7cmV0dXJuW3IubGVuZ3RoPjE/clswXStyLnNsaWNlKDIpOnIsK24uc2xpY2UodCsxKV19ZnVuY3Rpb24gb24obil7cmV0dXJuIG49Rm4oTWF0aC5hYnMobikpLG4/blsxXTpOYU59ZnVuY3Rpb24gTHQobixlKXtyZXR1cm4gZnVuY3Rpb24odCxyKXtmb3IodmFyIG89dC5sZW5ndGgsaT1bXSxhPTAsdT1uWzBdLGw9MDtvPjAmJnU+MCYmKGwrdSsxPnImJih1PU1hdGgubWF4KDEsci1sKSksaS5wdXNoKHQuc3Vic3RyaW5nKG8tPXUsbyt1KSksISgobCs9dSsxKT5yKSk7KXU9blthPShhKzEpJW4ubGVuZ3RoXTtyZXR1cm4gaS5yZXZlcnNlKCkuam9pbihlKX19ZnVuY3Rpb24gUHQobil7cmV0dXJuIGZ1bmN0aW9uKGUpe3JldHVybiBlLnJlcGxhY2UoL1swLTldL2csZnVuY3Rpb24odCl7cmV0dXJuIG5bK3RdfSl9fXZhciBZdD0vXig/OiguKT8oWzw+PV5dKSk/KFsrXC0oIF0pPyhbJCNdKT8oMCk/KFxkKyk/KCwpPyhcLlxkKyk/KH4pPyhbYS16JV0pPyQvaTtmdW5jdGlvbiBIbihuKXtpZighKGU9WXQuZXhlYyhuKSkpdGhyb3cgbmV3IEVycm9yKCJpbnZhbGlkIGZvcm1hdDogIituKTt2YXIgZTtyZXR1cm4gbmV3IFhuKHtmaWxsOmVbMV0sYWxpZ246ZVsyXSxzaWduOmVbM10sc3ltYm9sOmVbNF0semVybzplWzVdLHdpZHRoOmVbNl0sY29tbWE6ZVs3XSxwcmVjaXNpb246ZVs4XSYmZVs4XS5zbGljZSgxKSx0cmltOmVbOV0sdHlwZTplWzEwXX0pfUhuLnByb3RvdHlwZT1Ybi5wcm90b3R5cGU7ZnVuY3Rpb24gWG4obil7dGhpcy5maWxsPW4uZmlsbD09PXZvaWQgMD8iICI6bi5maWxsKyIiLHRoaXMuYWxpZ249bi5hbGlnbj09PXZvaWQgMD8iPiI6bi5hbGlnbisiIix0aGlzLnNpZ249bi5zaWduPT09dm9pZCAwPyItIjpuLnNpZ24rIiIsdGhpcy5zeW1ib2w9bi5zeW1ib2w9PT12b2lkIDA/IiI6bi5zeW1ib2wrIiIsdGhpcy56ZXJvPSEhbi56ZXJvLHRoaXMud2lkdGg9bi53aWR0aD09PXZvaWQgMD92b2lkIDA6K24ud2lkdGgsdGhpcy5jb21tYT0hIW4uY29tbWEsdGhpcy5wcmVjaXNpb249bi5wcmVjaXNpb249PT12b2lkIDA/dm9pZCAwOituLnByZWNpc2lvbix0aGlzLnRyaW09ISFuLnRyaW0sdGhpcy50eXBlPW4udHlwZT09PXZvaWQgMD8iIjpuLnR5cGUrIiJ9WG4ucHJvdG90eXBlLnRvU3RyaW5nPWZ1bmN0aW9uKCl7cmV0dXJuIHRoaXMuZmlsbCt0aGlzLmFsaWduK3RoaXMuc2lnbit0aGlzLnN5bWJvbCsodGhpcy56ZXJvPyIwIjoiIikrKHRoaXMud2lkdGg9PT12b2lkIDA/IiI6TWF0aC5tYXgoMSx0aGlzLndpZHRofDApKSsodGhpcy5jb21tYT8iLCI6IiIpKyh0aGlzLnByZWNpc2lvbj09PXZvaWQgMD8iIjoiLiIrTWF0aC5tYXgoMCx0aGlzLnByZWNpc2lvbnwwKSkrKHRoaXMudHJpbT8ifiI6IiIpK3RoaXMudHlwZX07ZnVuY3Rpb24gV3Qobil7bjpmb3IodmFyIGU9bi5sZW5ndGgsdD0xLHI9LTEsbzt0PGU7Kyt0KXN3aXRjaChuW3RdKXtjYXNlIi4iOnI9bz10O2JyZWFrO2Nhc2UiMCI6cj09PTAmJihyPXQpLG89dDticmVhaztkZWZhdWx0OmlmKCErblt0XSlicmVhayBuO3I+MCYmKHI9MCk7YnJlYWt9cmV0dXJuIHI+MD9uLnNsaWNlKDAscikrbi5zbGljZShvKzEpOm59dmFyIE1lO2Z1bmN0aW9uIEF0KG4sZSl7dmFyIHQ9Rm4obixlKTtpZighdClyZXR1cm4gbisiIjt2YXIgcj10WzBdLG89dFsxXSxpPW8tKE1lPU1hdGgubWF4KC04LE1hdGgubWluKDgsTWF0aC5mbG9vcihvLzMpKSkqMykrMSxhPXIubGVuZ3RoO3JldHVybiBpPT09YT9yOmk+YT9yK25ldyBBcnJheShpLWErMSkuam9pbigiMCIpOmk+MD9yLnNsaWNlKDAsaSkrIi4iK3Iuc2xpY2UoaSk6IjAuIituZXcgQXJyYXkoMS1pKS5qb2luKCIwIikrRm4obixNYXRoLm1heCgwLGUraS0xKSlbMF19ZnVuY3Rpb24gYmUobixlKXt2YXIgdD1GbihuLGUpO2lmKCF0KXJldHVybiBuKyIiO3ZhciByPXRbMF0sbz10WzFdO3JldHVybiBvPDA/IjAuIituZXcgQXJyYXkoLW8pLmpvaW4oIjAiKStyOnIubGVuZ3RoPm8rMT9yLnNsaWNlKDAsbysxKSsiLiIrci5zbGljZShvKzEpOnIrbmV3IEFycmF5KG8tci5sZW5ndGgrMikuam9pbigiMCIpfXZhciB2ZT17IiUiOihuLGUpPT4obioxMDApLnRvRml4ZWQoZSksYjpuPT5NYXRoLnJvdW5kKG4pLnRvU3RyaW5nKDIpLGM6bj0+bisiIixkOkh0LGU6KG4sZSk9Pm4udG9FeHBvbmVudGlhbChlKSxmOihuLGUpPT5uLnRvRml4ZWQoZSksZzoobixlKT0+bi50b1ByZWNpc2lvbihlKSxvOm49Pk1hdGgucm91bmQobikudG9TdHJpbmcoOCkscDoobixlKT0+YmUobioxMDAsZSkscjpiZSxzOkF0LFg6bj0+TWF0aC5yb3VuZChuKS50b1N0cmluZygxNikudG9VcHBlckNhc2UoKSx4Om49Pk1hdGgucm91bmQobikudG9TdHJpbmcoMTYpfTtmdW5jdGlvbiBUZShuKXtyZXR1cm4gbn12YXIgQ2U9QXJyYXkucHJvdG90eXBlLm1hcCxOZT1bInkiLCJ6IiwiYSIsImYiLCJwIiwibiIsIsK1IiwibSIsIiIsImsiLCJNIiwiRyIsIlQiLCJQIiwiRSIsIloiLCJZIl07ZnVuY3Rpb24gUnQobil7dmFyIGU9bi5ncm91cGluZz09PXZvaWQgMHx8bi50aG91c2FuZHM9PT12b2lkIDA/VGU6THQoQ2UuY2FsbChuLmdyb3VwaW5nLE51bWJlciksbi50aG91c2FuZHMrIiIpLHQ9bi5jdXJyZW5jeT09PXZvaWQgMD8iIjpuLmN1cnJlbmN5WzBdKyIiLHI9bi5jdXJyZW5jeT09PXZvaWQgMD8iIjpuLmN1cnJlbmN5WzFdKyIiLG89bi5kZWNpbWFsPT09dm9pZCAwPyIuIjpuLmRlY2ltYWwrIiIsaT1uLm51bWVyYWxzPT09dm9pZCAwP1RlOlB0KENlLmNhbGwobi5udW1lcmFscyxTdHJpbmcpKSxhPW4ucGVyY2VudD09PXZvaWQgMD8iJSI6bi5wZXJjZW50KyIiLHU9bi5taW51cz09PXZvaWQgMD8i4oiSIjpuLm1pbnVzKyIiLGw9bi5uYW49PT12b2lkIDA/Ik5hTiI6bi5uYW4rIiI7ZnVuY3Rpb24gZihtKXttPUhuKG0pO3ZhciBwPW0uZmlsbCxEPW0uYWxpZ24saz1tLnNpZ24sUj1tLnN5bWJvbCxZPW0uemVybyxxPW0ud2lkdGgsRT1tLmNvbW1hLCQ9bS5wcmVjaXNpb24sVz1tLnRyaW0saD1tLnR5cGU7aD09PSJuIj8oRT0hMCxoPSJnIik6dmVbaF18fCgkPT09dm9pZCAwJiYoJD0xMiksVz0hMCxoPSJnIiksKFl8fHA9PT0iMCImJkQ9PT0iPSIpJiYoWT0hMCxwPSIwIixEPSI9Iik7dmFyIGM9Uj09PSIkIj90OlI9PT0iIyImJi9bYm94WF0vLnRlc3QoaCk/IjAiK2gudG9Mb3dlckNhc2UoKToiIix4PVI9PT0iJCI/cjovWyVwXS8udGVzdChoKT9hOiIiLHc9dmVbaF0sTj0vW2RlZmdwcnMlXS8udGVzdChoKTskPSQ9PT12b2lkIDA/NjovW2dwcnNdLy50ZXN0KGgpP01hdGgubWF4KDEsTWF0aC5taW4oMjEsJCkpOk1hdGgubWF4KDAsTWF0aC5taW4oMjAsJCkpO2Z1bmN0aW9uIHYoeSl7dmFyIEM9YyxTPXgsRixsbixobjtpZihoPT09ImMiKVM9dyh5KStTLHk9IiI7ZWxzZXt5PSt5O3ZhciBnbj15PDB8fDEveTwwO2lmKHk9aXNOYU4oeSk/bDp3KE1hdGguYWJzKHkpLCQpLFcmJih5PVd0KHkpKSxnbiYmK3k9PTAmJmshPT0iKyImJihnbj0hMSksQz0oZ24/az09PSIoIj9rOnU6az09PSItInx8az09PSIoIj8iIjprKStDLFM9KGg9PT0icyI/TmVbOCtNZS8zXToiIikrUysoZ24mJms9PT0iKCI/IikiOiIiKSxOKXtmb3IoRj0tMSxsbj15Lmxlbmd0aDsrK0Y8bG47KWlmKGhuPXkuY2hhckNvZGVBdChGKSw0OD5obnx8aG4+NTcpe1M9KGhuPT09NDY/byt5LnNsaWNlKEYrMSk6eS5zbGljZShGKSkrUyx5PXkuc2xpY2UoMCxGKTticmVha319fUUmJiFZJiYoeT1lKHksMS8wKSk7dmFyIG1uPUMubGVuZ3RoK3kubGVuZ3RoK1MubGVuZ3RoLGo9bW48cT9uZXcgQXJyYXkocS1tbisxKS5qb2luKHApOiIiO3N3aXRjaChFJiZZJiYoeT1lKGoreSxqLmxlbmd0aD9xLVMubGVuZ3RoOjEvMCksaj0iIiksRCl7Y2FzZSI8Ijp5PUMreStTK2o7YnJlYWs7Y2FzZSI9Ijp5PUMrait5K1M7YnJlYWs7Y2FzZSJeIjp5PWouc2xpY2UoMCxtbj1qLmxlbmd0aD4+MSkrQyt5K1Mrai5zbGljZShtbik7YnJlYWs7ZGVmYXVsdDp5PWorQyt5K1M7YnJlYWt9cmV0dXJuIGkoeSl9cmV0dXJuIHYudG9TdHJpbmc9ZnVuY3Rpb24oKXtyZXR1cm4gbSsiIn0sdn1mdW5jdGlvbiBnKG0scCl7dmFyIEQ9ZigobT1IbihtKSxtLnR5cGU9ImYiLG0pKSxrPU1hdGgubWF4KC04LE1hdGgubWluKDgsTWF0aC5mbG9vcihvbihwKS8zKSkpKjMsUj1NYXRoLnBvdygxMCwtayksWT1OZVs4K2svM107cmV0dXJuIGZ1bmN0aW9uKHEpe3JldHVybiBEKFIqcSkrWX19cmV0dXJue2Zvcm1hdDpmLGZvcm1hdFByZWZpeDpnfX12YXIgTG4sVWUsRGU7SXQoe3Rob3VzYW5kczoiLCIsZ3JvdXBpbmc6WzNdLGN1cnJlbmN5OlsiJCIsIiJdfSk7ZnVuY3Rpb24gSXQobil7cmV0dXJuIExuPVJ0KG4pLFVlPUxuLmZvcm1hdCxEZT1Mbi5mb3JtYXRQcmVmaXgsTG59ZnVuY3Rpb24gT3Qobil7cmV0dXJuIE1hdGgubWF4KDAsLW9uKE1hdGguYWJzKG4pKSl9ZnVuY3Rpb24genQobixlKXtyZXR1cm4gTWF0aC5tYXgoMCxNYXRoLm1heCgtOCxNYXRoLm1pbig4LE1hdGguZmxvb3Iob24oZSkvMykpKSozLW9uKE1hdGguYWJzKG4pKSl9ZnVuY3Rpb24gRXQobixlKXtyZXR1cm4gbj1NYXRoLmFicyhuKSxlPU1hdGguYWJzKGUpLW4sTWF0aC5tYXgoMCxvbihlKS1vbihuKSkrMX1mdW5jdGlvbiBrZShuLGUpe3N3aXRjaChhcmd1bWVudHMubGVuZ3RoKXtjYXNlIDA6YnJlYWs7Y2FzZSAxOnRoaXMucmFuZ2Uobik7YnJlYWs7ZGVmYXVsdDp0aGlzLnJhbmdlKGUpLmRvbWFpbihuKTticmVha31yZXR1cm4gdGhpc31mdW5jdGlvbiBfdChuKXtyZXR1cm4gZnVuY3Rpb24oKXtyZXR1cm4gbn19ZnVuY3Rpb24gcXQobil7cmV0dXJuK259dmFyIFNlPVswLDFdO2Z1bmN0aW9uIGFuKG4pe3JldHVybiBufWZ1bmN0aW9uIEJuKG4sZSl7cmV0dXJuKGUtPW49K24pP2Z1bmN0aW9uKHQpe3JldHVybih0LW4pL2V9Ol90KGlzTmFOKGUpP05hTjouNSl9ZnVuY3Rpb24ganQobixlKXt2YXIgdDtyZXR1cm4gbj5lJiYodD1uLG49ZSxlPXQpLGZ1bmN0aW9uKHIpe3JldHVybiBNYXRoLm1heChuLE1hdGgubWluKGUscikpfX1mdW5jdGlvbiBadChuLGUsdCl7dmFyIHI9blswXSxvPW5bMV0saT1lWzBdLGE9ZVsxXTtyZXR1cm4gbzxyPyhyPUJuKG8sciksaT10KGEsaSkpOihyPUJuKHIsbyksaT10KGksYSkpLGZ1bmN0aW9uKHUpe3JldHVybiBpKHIodSkpfX1mdW5jdGlvbiBWdChuLGUsdCl7dmFyIHI9TWF0aC5taW4obi5sZW5ndGgsZS5sZW5ndGgpLTEsbz1uZXcgQXJyYXkociksaT1uZXcgQXJyYXkociksYT0tMTtmb3IobltyXTxuWzBdJiYobj1uLnNsaWNlKCkucmV2ZXJzZSgpLGU9ZS5zbGljZSgpLnJldmVyc2UoKSk7KythPHI7KW9bYV09Qm4oblthXSxuW2ErMV0pLGlbYV09dChlW2FdLGVbYSsxXSk7cmV0dXJuIGZ1bmN0aW9uKHUpe3ZhciBsPXJ0KG4sdSwxLHIpLTE7cmV0dXJuIGlbbF0ob1tsXSh1KSl9fWZ1bmN0aW9uICRlKG4sZSl7cmV0dXJuIGUuZG9tYWluKG4uZG9tYWluKCkpLnJhbmdlKG4ucmFuZ2UoKSkuaW50ZXJwb2xhdGUobi5pbnRlcnBvbGF0ZSgpKS5jbGFtcChuLmNsYW1wKCkpLnVua25vd24obi51bmtub3duKCkpfWZ1bmN0aW9uIFh0KCl7dmFyIG49U2UsZT1TZSx0PVZuLHIsbyxpLGE9YW4sdSxsLGY7ZnVuY3Rpb24gZygpe3ZhciBwPU1hdGgubWluKG4ubGVuZ3RoLGUubGVuZ3RoKTtyZXR1cm4gYSE9PWFuJiYoYT1qdChuWzBdLG5bcC0xXSkpLHU9cD4yP1Z0Olp0LGw9Zj1udWxsLG19ZnVuY3Rpb24gbShwKXtyZXR1cm4gcD09bnVsbHx8aXNOYU4ocD0rcCk/aToobHx8KGw9dShuLm1hcChyKSxlLHQpKSkocihhKHApKSl9cmV0dXJuIG0uaW52ZXJ0PWZ1bmN0aW9uKHApe3JldHVybiBhKG8oKGZ8fChmPXUoZSxuLm1hcChyKSwkbikpKShwKSkpfSxtLmRvbWFpbj1mdW5jdGlvbihwKXtyZXR1cm4gYXJndW1lbnRzLmxlbmd0aD8obj1BcnJheS5mcm9tKHAscXQpLGcoKSk6bi5zbGljZSgpfSxtLnJhbmdlPWZ1bmN0aW9uKHApe3JldHVybiBhcmd1bWVudHMubGVuZ3RoPyhlPUFycmF5LmZyb20ocCksZygpKTplLnNsaWNlKCl9LG0ucmFuZ2VSb3VuZD1mdW5jdGlvbihwKXtyZXR1cm4gZT1BcnJheS5mcm9tKHApLHQ9RnQsZygpfSxtLmNsYW1wPWZ1bmN0aW9uKHApe3JldHVybiBhcmd1bWVudHMubGVuZ3RoPyhhPXA/ITA6YW4sZygpKTphIT09YW59LG0uaW50ZXJwb2xhdGU9ZnVuY3Rpb24ocCl7cmV0dXJuIGFyZ3VtZW50cy5sZW5ndGg/KHQ9cCxnKCkpOnR9LG0udW5rbm93bj1mdW5jdGlvbihwKXtyZXR1cm4gYXJndW1lbnRzLmxlbmd0aD8oaT1wLG0pOml9LGZ1bmN0aW9uKHAsRCl7cmV0dXJuIHI9cCxvPUQsZygpfX1mdW5jdGlvbiBGZSgpe3JldHVybiBYdCgpKGFuLGFuKX1mdW5jdGlvbiBCdChuLGUsdCxyKXt2YXIgbz1PbihuLGUsdCksaTtzd2l0Y2gocj1IbihyPz8iLGYiKSxyLnR5cGUpe2Nhc2UicyI6e3ZhciBhPU1hdGgubWF4KE1hdGguYWJzKG4pLE1hdGguYWJzKGUpKTtyZXR1cm4gci5wcmVjaXNpb249PW51bGwmJiFpc05hTihpPXp0KG8sYSkpJiYoci5wcmVjaXNpb249aSksRGUocixhKX1jYXNlIiI6Y2FzZSJlIjpjYXNlImciOmNhc2UicCI6Y2FzZSJyIjp7ci5wcmVjaXNpb249PW51bGwmJiFpc05hTihpPUV0KG8sTWF0aC5tYXgoTWF0aC5hYnMobiksTWF0aC5hYnMoZSkpKSkmJihyLnByZWNpc2lvbj1pLShyLnR5cGU9PT0iZSIpKTticmVha31jYXNlImYiOmNhc2UiJSI6e3IucHJlY2lzaW9uPT1udWxsJiYhaXNOYU4oaT1PdChvKSkmJihyLnByZWNpc2lvbj1pLShyLnR5cGU9PT0iJSIpKjIpO2JyZWFrfX1yZXR1cm4gVWUocil9ZnVuY3Rpb24gUXQobil7dmFyIGU9bi5kb21haW47cmV0dXJuIG4udGlja3M9ZnVuY3Rpb24odCl7dmFyIHI9ZSgpO3JldHVybiB1dChyWzBdLHJbci5sZW5ndGgtMV0sdD8/MTApfSxuLnRpY2tGb3JtYXQ9ZnVuY3Rpb24odCxyKXt2YXIgbz1lKCk7cmV0dXJuIEJ0KG9bMF0sb1tvLmxlbmd0aC0xXSx0Pz8xMCxyKX0sbi5uaWNlPWZ1bmN0aW9uKHQpe3Q9PW51bGwmJih0PTEwKTt2YXIgcj1lKCksbz0wLGk9ci5sZW5ndGgtMSxhPXJbb10sdT1yW2ldLGwsZixnPTEwO2Zvcih1PGEmJihmPWEsYT11LHU9ZixmPW8sbz1pLGk9Zik7Zy0tID4wOyl7aWYoZj1JbihhLHUsdCksZj09PWwpcmV0dXJuIHJbb109YSxyW2ldPXUsZShyKTtpZihmPjApYT1NYXRoLmZsb29yKGEvZikqZix1PU1hdGguY2VpbCh1L2YpKmY7ZWxzZSBpZihmPDApYT1NYXRoLmNlaWwoYSpmKS9mLHU9TWF0aC5mbG9vcih1KmYpL2Y7ZWxzZSBicmVhaztsPWZ9cmV0dXJuIG59LG59ZnVuY3Rpb24gSGUoKXt2YXIgbj1GZSgpO3JldHVybiBuLmNvcHk9ZnVuY3Rpb24oKXtyZXR1cm4gJGUobixIZSgpKX0sa2UuYXBwbHkobixhcmd1bWVudHMpLFF0KG4pfWZ1bmN0aW9uIEd0KG4sZSl7bj1uLnNsaWNlKCk7dmFyIHQ9MCxyPW4ubGVuZ3RoLTEsbz1uW3RdLGk9bltyXSxhO3JldHVybiBpPG8mJihhPXQsdD1yLHI9YSxhPW8sbz1pLGk9YSksblt0XT1lLmZsb29yKG8pLG5bcl09ZS5jZWlsKGkpLG59Y29uc3QgUW49bmV3IERhdGUsR249bmV3IERhdGU7ZnVuY3Rpb24gSChuLGUsdCxyKXtmdW5jdGlvbiBvKGkpe3JldHVybiBuKGk9YXJndW1lbnRzLmxlbmd0aD09PTA/bmV3IERhdGU6bmV3IERhdGUoK2kpKSxpfXJldHVybiBvLmZsb29yPWk9PihuKGk9bmV3IERhdGUoK2kpKSxpKSxvLmNlaWw9aT0+KG4oaT1uZXcgRGF0ZShpLTEpKSxlKGksMSksbihpKSxpKSxvLnJvdW5kPWk9Pntjb25zdCBhPW8oaSksdT1vLmNlaWwoaSk7cmV0dXJuIGktYTx1LWk/YTp1fSxvLm9mZnNldD0oaSxhKT0+KGUoaT1uZXcgRGF0ZSgraSksYT09bnVsbD8xOk1hdGguZmxvb3IoYSkpLGkpLG8ucmFuZ2U9KGksYSx1KT0+e2NvbnN0IGw9W107aWYoaT1vLmNlaWwoaSksdT11PT1udWxsPzE6TWF0aC5mbG9vcih1KSwhKGk8YSl8fCEodT4wKSlyZXR1cm4gbDtsZXQgZjtkbyBsLnB1c2goZj1uZXcgRGF0ZSgraSkpLGUoaSx1KSxuKGkpO3doaWxlKGY8aSYmaTxhKTtyZXR1cm4gbH0sby5maWx0ZXI9aT0+SChhPT57aWYoYT49YSlmb3IoO24oYSksIWkoYSk7KWEuc2V0VGltZShhLTEpfSwoYSx1KT0+e2lmKGE+PWEpaWYodTwwKWZvcig7Kyt1PD0wOylmb3IoO2UoYSwtMSksIWkoYSk7KTtlbHNlIGZvcig7LS11Pj0wOylmb3IoO2UoYSwxKSwhaShhKTspO30pLHQmJihvLmNvdW50PShpLGEpPT4oUW4uc2V0VGltZSgraSksR24uc2V0VGltZSgrYSksbihRbiksbihHbiksTWF0aC5mbG9vcih0KFFuLEduKSkpLG8uZXZlcnk9aT0+KGk9TWF0aC5mbG9vcihpKSwhaXNGaW5pdGUoaSl8fCEoaT4wKT9udWxsOmk+MT9vLmZpbHRlcihyP2E9PnIoYSklaT09PTA6YT0+by5jb3VudCgwLGEpJWk9PT0wKTpvKSksb31jb25zdCBQbj1IKCgpPT57fSwobixlKT0+e24uc2V0VGltZSgrbitlKX0sKG4sZSk9PmUtbik7UG4uZXZlcnk9bj0+KG49TWF0aC5mbG9vcihuKSwhaXNGaW5pdGUobil8fCEobj4wKT9udWxsOm4+MT9IKGU9PntlLnNldFRpbWUoTWF0aC5mbG9vcihlL24pKm4pfSwoZSx0KT0+e2Uuc2V0VGltZSgrZSt0Km4pfSwoZSx0KT0+KHQtZSkvbik6UG4pLFBuLnJhbmdlO2NvbnN0IFY9MWUzLHo9Vio2MCxYPXoqNjAsQj1YKjI0LEpuPUIqNyxMZT1CKjMwLEtuPUIqMzY1LHVuPUgobj0+e24uc2V0VGltZShuLW4uZ2V0TWlsbGlzZWNvbmRzKCkpfSwobixlKT0+e24uc2V0VGltZSgrbitlKlYpfSwobixlKT0+KGUtbikvVixuPT5uLmdldFVUQ1NlY29uZHMoKSk7dW4ucmFuZ2U7Y29uc3QgbmU9SChuPT57bi5zZXRUaW1lKG4tbi5nZXRNaWxsaXNlY29uZHMoKS1uLmdldFNlY29uZHMoKSpWKX0sKG4sZSk9PntuLnNldFRpbWUoK24rZSp6KX0sKG4sZSk9PihlLW4pL3osbj0+bi5nZXRNaW51dGVzKCkpO25lLnJhbmdlLEgobj0+e24uc2V0VVRDU2Vjb25kcygwLDApfSwobixlKT0+e24uc2V0VGltZSgrbitlKnopfSwobixlKT0+KGUtbikveixuPT5uLmdldFVUQ01pbnV0ZXMoKSkucmFuZ2U7Y29uc3QgZWU9SChuPT57bi5zZXRUaW1lKG4tbi5nZXRNaWxsaXNlY29uZHMoKS1uLmdldFNlY29uZHMoKSpWLW4uZ2V0TWludXRlcygpKnopfSwobixlKT0+e24uc2V0VGltZSgrbitlKlgpfSwobixlKT0+KGUtbikvWCxuPT5uLmdldEhvdXJzKCkpO2VlLnJhbmdlLEgobj0+e24uc2V0VVRDTWludXRlcygwLDAsMCl9LChuLGUpPT57bi5zZXRUaW1lKCtuK2UqWCl9LChuLGUpPT4oZS1uKS9YLG49Pm4uZ2V0VVRDSG91cnMoKSkucmFuZ2U7Y29uc3Qgd249SChuPT5uLnNldEhvdXJzKDAsMCwwLDApLChuLGUpPT5uLnNldERhdGUobi5nZXREYXRlKCkrZSksKG4sZSk9PihlLW4tKGUuZ2V0VGltZXpvbmVPZmZzZXQoKS1uLmdldFRpbWV6b25lT2Zmc2V0KCkpKnopL0Isbj0+bi5nZXREYXRlKCktMSk7d24ucmFuZ2U7Y29uc3QgdGU9SChuPT57bi5zZXRVVENIb3VycygwLDAsMCwwKX0sKG4sZSk9PntuLnNldFVUQ0RhdGUobi5nZXRVVENEYXRlKCkrZSl9LChuLGUpPT4oZS1uKS9CLG49Pm4uZ2V0VVRDRGF0ZSgpLTEpO3RlLnJhbmdlLEgobj0+e24uc2V0VVRDSG91cnMoMCwwLDAsMCl9LChuLGUpPT57bi5zZXRVVENEYXRlKG4uZ2V0VVRDRGF0ZSgpK2UpfSwobixlKT0+KGUtbikvQixuPT5NYXRoLmZsb29yKG4vQikpLnJhbmdlO2Z1bmN0aW9uIEsobil7cmV0dXJuIEgoZT0+e2Uuc2V0RGF0ZShlLmdldERhdGUoKS0oZS5nZXREYXkoKSs3LW4pJTcpLGUuc2V0SG91cnMoMCwwLDAsMCl9LChlLHQpPT57ZS5zZXREYXRlKGUuZ2V0RGF0ZSgpK3QqNyl9LChlLHQpPT4odC1lLSh0LmdldFRpbWV6b25lT2Zmc2V0KCktZS5nZXRUaW1lem9uZU9mZnNldCgpKSp6KS9Kbil9Y29uc3QgWW49SygwKSxXbj1LKDEpLEp0PUsoMiksS3Q9SygzKSxmbj1LKDQpLG5yPUsoNSksZXI9Syg2KTtZbi5yYW5nZSxXbi5yYW5nZSxKdC5yYW5nZSxLdC5yYW5nZSxmbi5yYW5nZSxuci5yYW5nZSxlci5yYW5nZTtmdW5jdGlvbiBubihuKXtyZXR1cm4gSChlPT57ZS5zZXRVVENEYXRlKGUuZ2V0VVRDRGF0ZSgpLShlLmdldFVUQ0RheSgpKzctbiklNyksZS5zZXRVVENIb3VycygwLDAsMCwwKX0sKGUsdCk9PntlLnNldFVUQ0RhdGUoZS5nZXRVVENEYXRlKCkrdCo3KX0sKGUsdCk9Pih0LWUpL0puKX1jb25zdCBQZT1ubigwKSxBbj1ubigxKSx0cj1ubigyKSxycj1ubigzKSxjbj1ubig0KSxvcj1ubig1KSxpcj1ubig2KTtQZS5yYW5nZSxBbi5yYW5nZSx0ci5yYW5nZSxyci5yYW5nZSxjbi5yYW5nZSxvci5yYW5nZSxpci5yYW5nZTtjb25zdCByZT1IKG49PntuLnNldERhdGUoMSksbi5zZXRIb3VycygwLDAsMCwwKX0sKG4sZSk9PntuLnNldE1vbnRoKG4uZ2V0TW9udGgoKStlKX0sKG4sZSk9PmUuZ2V0TW9udGgoKS1uLmdldE1vbnRoKCkrKGUuZ2V0RnVsbFllYXIoKS1uLmdldEZ1bGxZZWFyKCkpKjEyLG49Pm4uZ2V0TW9udGgoKSk7cmUucmFuZ2UsSChuPT57bi5zZXRVVENEYXRlKDEpLG4uc2V0VVRDSG91cnMoMCwwLDAsMCl9LChuLGUpPT57bi5zZXRVVENNb250aChuLmdldFVUQ01vbnRoKCkrZSl9LChuLGUpPT5lLmdldFVUQ01vbnRoKCktbi5nZXRVVENNb250aCgpKyhlLmdldFVUQ0Z1bGxZZWFyKCktbi5nZXRVVENGdWxsWWVhcigpKSoxMixuPT5uLmdldFVUQ01vbnRoKCkpLnJhbmdlO2NvbnN0IFE9SChuPT57bi5zZXRNb250aCgwLDEpLG4uc2V0SG91cnMoMCwwLDAsMCl9LChuLGUpPT57bi5zZXRGdWxsWWVhcihuLmdldEZ1bGxZZWFyKCkrZSl9LChuLGUpPT5lLmdldEZ1bGxZZWFyKCktbi5nZXRGdWxsWWVhcigpLG49Pm4uZ2V0RnVsbFllYXIoKSk7US5ldmVyeT1uPT4haXNGaW5pdGUobj1NYXRoLmZsb29yKG4pKXx8IShuPjApP251bGw6SChlPT57ZS5zZXRGdWxsWWVhcihNYXRoLmZsb29yKGUuZ2V0RnVsbFllYXIoKS9uKSpuKSxlLnNldE1vbnRoKDAsMSksZS5zZXRIb3VycygwLDAsMCwwKX0sKGUsdCk9PntlLnNldEZ1bGxZZWFyKGUuZ2V0RnVsbFllYXIoKSt0Km4pfSksUS5yYW5nZTtjb25zdCBlbj1IKG49PntuLnNldFVUQ01vbnRoKDAsMSksbi5zZXRVVENIb3VycygwLDAsMCwwKX0sKG4sZSk9PntuLnNldFVUQ0Z1bGxZZWFyKG4uZ2V0VVRDRnVsbFllYXIoKStlKX0sKG4sZSk9PmUuZ2V0VVRDRnVsbFllYXIoKS1uLmdldFVUQ0Z1bGxZZWFyKCksbj0+bi5nZXRVVENGdWxsWWVhcigpKTtlbi5ldmVyeT1uPT4haXNGaW5pdGUobj1NYXRoLmZsb29yKG4pKXx8IShuPjApP251bGw6SChlPT57ZS5zZXRVVENGdWxsWWVhcihNYXRoLmZsb29yKGUuZ2V0VVRDRnVsbFllYXIoKS9uKSpuKSxlLnNldFVUQ01vbnRoKDAsMSksZS5zZXRVVENIb3VycygwLDAsMCwwKX0sKGUsdCk9PntlLnNldFVUQ0Z1bGxZZWFyKGUuZ2V0VVRDRnVsbFllYXIoKSt0Km4pfSksZW4ucmFuZ2U7ZnVuY3Rpb24gYXIobixlLHQscixvLGkpe2NvbnN0IGE9W1t1biwxLFZdLFt1biw1LDUqVl0sW3VuLDE1LDE1KlZdLFt1biwzMCwzMCpWXSxbaSwxLHpdLFtpLDUsNSp6XSxbaSwxNSwxNSp6XSxbaSwzMCwzMCp6XSxbbywxLFhdLFtvLDMsMypYXSxbbyw2LDYqWF0sW28sMTIsMTIqWF0sW3IsMSxCXSxbciwyLDIqQl0sW3QsMSxKbl0sW2UsMSxMZV0sW2UsMywzKkxlXSxbbiwxLEtuXV07ZnVuY3Rpb24gdShmLGcsbSl7Y29uc3QgcD1nPGY7cCYmKFtmLGddPVtnLGZdKTtjb25zdCBEPW0mJnR5cGVvZiBtLnJhbmdlPT0iZnVuY3Rpb24iP206bChmLGcsbSksaz1EP0QucmFuZ2UoZiwrZysxKTpbXTtyZXR1cm4gcD9rLnJldmVyc2UoKTprfWZ1bmN0aW9uIGwoZixnLG0pe2NvbnN0IHA9TWF0aC5hYnMoZy1mKS9tLEQ9Um4oKFssLFldKT0+WSkucmlnaHQoYSxwKTtpZihEPT09YS5sZW5ndGgpcmV0dXJuIG4uZXZlcnkoT24oZi9LbixnL0tuLG0pKTtpZihEPT09MClyZXR1cm4gUG4uZXZlcnkoTWF0aC5tYXgoT24oZixnLG0pLDEpKTtjb25zdFtrLFJdPWFbcC9hW0QtMV1bMl08YVtEXVsyXS9wP0QtMTpEXTtyZXR1cm4gay5ldmVyeShSKX1yZXR1cm5bdSxsXX1jb25zdFt1cixmcl09YXIoUSxyZSxZbix3bixlZSxuZSk7ZnVuY3Rpb24gb2Uobil7aWYoMDw9bi55JiZuLnk8MTAwKXt2YXIgZT1uZXcgRGF0ZSgtMSxuLm0sbi5kLG4uSCxuLk0sbi5TLG4uTCk7cmV0dXJuIGUuc2V0RnVsbFllYXIobi55KSxlfXJldHVybiBuZXcgRGF0ZShuLnksbi5tLG4uZCxuLkgsbi5NLG4uUyxuLkwpfWZ1bmN0aW9uIGllKG4pe2lmKDA8PW4ueSYmbi55PDEwMCl7dmFyIGU9bmV3IERhdGUoRGF0ZS5VVEMoLTEsbi5tLG4uZCxuLkgsbi5NLG4uUyxuLkwpKTtyZXR1cm4gZS5zZXRVVENGdWxsWWVhcihuLnkpLGV9cmV0dXJuIG5ldyBEYXRlKERhdGUuVVRDKG4ueSxuLm0sbi5kLG4uSCxuLk0sbi5TLG4uTCkpfWZ1bmN0aW9uIE1uKG4sZSx0KXtyZXR1cm57eTpuLG06ZSxkOnQsSDowLE06MCxTOjAsTDowfX1mdW5jdGlvbiBjcihuKXt2YXIgZT1uLmRhdGVUaW1lLHQ9bi5kYXRlLHI9bi50aW1lLG89bi5wZXJpb2RzLGk9bi5kYXlzLGE9bi5zaG9ydERheXMsdT1uLm1vbnRocyxsPW4uc2hvcnRNb250aHMsZj1ibihvKSxnPXZuKG8pLG09Ym4oaSkscD12bihpKSxEPWJuKGEpLGs9dm4oYSksUj1ibih1KSxZPXZuKHUpLHE9Ym4obCksRT12bihsKSwkPXthOmduLEE6bW4sYjpqLEI6U28sYzpudWxsLGQ6T2UsZTpPZSxmOkhyLGc6RXIsRzpxcixIOlNyLEk6JHIsajpGcixMOnplLG06THIsTTpQcixwOiRvLHE6Rm8sUTpWZSxzOlhlLFM6WXIsdTpXcixVOkFyLFY6UnIsdzpJcixXOk9yLHg6bnVsbCxYOm51bGwseTp6cixZOl9yLFo6anIsIiUiOlplfSxXPXthOkhvLEE6TG8sYjpQbyxCOllvLGM6bnVsbCxkOl9lLGU6X2UsZjpCcixnOmlvLEc6dW8sSDpacixJOlZyLGo6WHIsTDpxZSxtOlFyLE06R3IscDpXbyxxOkFvLFE6VmUsczpYZSxTOkpyLHU6S3IsVTpubyxWOmVvLHc6dG8sVzpybyx4Om51bGwsWDpudWxsLHk6b28sWTphbyxaOmZvLCIlIjpaZX0saD17YTp2LEE6eSxiOkMsQjpTLGM6RixkOlJlLGU6UmUsZjpOcixnOkFlLEc6V2UsSDpJZSxJOkllLGo6YnIsTDpDcixtOk1yLE06dnIscDpOLHE6d3IsUTpEcixzOmtyLFM6VHIsdTptcixVOmRyLFY6eXIsdzpncixXOnhyLHg6bG4sWDpobix5OkFlLFk6V2UsWjpwciwiJSI6VXJ9OyQueD1jKHQsJCksJC5YPWMociwkKSwkLmM9YyhlLCQpLFcueD1jKHQsVyksVy5YPWMocixXKSxXLmM9YyhlLFcpO2Z1bmN0aW9uIGMoZCxNKXtyZXR1cm4gZnVuY3Rpb24oVCl7dmFyIHM9W10sQT0tMSxVPTAsST1kLmxlbmd0aCxPLHRuLEplO2ZvcihUIGluc3RhbmNlb2YgRGF0ZXx8KFQ9bmV3IERhdGUoK1QpKTsrK0E8STspZC5jaGFyQ29kZUF0KEEpPT09MzcmJihzLnB1c2goZC5zbGljZShVLEEpKSwodG49WWVbTz1kLmNoYXJBdCgrK0EpXSkhPW51bGw/Tz1kLmNoYXJBdCgrK0EpOnRuPU89PT0iZSI/IiAiOiIwIiwoSmU9TVtPXSkmJihPPUplKFQsdG4pKSxzLnB1c2goTyksVT1BKzEpO3JldHVybiBzLnB1c2goZC5zbGljZShVLEEpKSxzLmpvaW4oIiIpfX1mdW5jdGlvbiB4KGQsTSl7cmV0dXJuIGZ1bmN0aW9uKFQpe3ZhciBzPU1uKDE5MDAsdm9pZCAwLDEpLEE9dyhzLGQsVCs9IiIsMCksVSxJO2lmKEEhPVQubGVuZ3RoKXJldHVybiBudWxsO2lmKCJRImluIHMpcmV0dXJuIG5ldyBEYXRlKHMuUSk7aWYoInMiaW4gcylyZXR1cm4gbmV3IERhdGUocy5zKjFlMysoIkwiaW4gcz9zLkw6MCkpO2lmKE0mJiEoIloiaW4gcykmJihzLlo9MCksInAiaW4gcyYmKHMuSD1zLkglMTIrcy5wKjEyKSxzLm09PT12b2lkIDAmJihzLm09InEiaW4gcz9zLnE6MCksIlYiaW4gcyl7aWYocy5WPDF8fHMuVj41MylyZXR1cm4gbnVsbDsidyJpbiBzfHwocy53PTEpLCJaImluIHM/KFU9aWUoTW4ocy55LDAsMSkpLEk9VS5nZXRVVENEYXkoKSxVPUk+NHx8ST09PTA/QW4uY2VpbChVKTpBbihVKSxVPXRlLm9mZnNldChVLChzLlYtMSkqNykscy55PVUuZ2V0VVRDRnVsbFllYXIoKSxzLm09VS5nZXRVVENNb250aCgpLHMuZD1VLmdldFVUQ0RhdGUoKSsocy53KzYpJTcpOihVPW9lKE1uKHMueSwwLDEpKSxJPVUuZ2V0RGF5KCksVT1JPjR8fEk9PT0wP1duLmNlaWwoVSk6V24oVSksVT13bi5vZmZzZXQoVSwocy5WLTEpKjcpLHMueT1VLmdldEZ1bGxZZWFyKCkscy5tPVUuZ2V0TW9udGgoKSxzLmQ9VS5nZXREYXRlKCkrKHMudys2KSU3KX1lbHNlKCJXImluIHN8fCJVImluIHMpJiYoInciaW4gc3x8KHMudz0idSJpbiBzP3MudSU3OiJXImluIHM/MTowKSxJPSJaImluIHM/aWUoTW4ocy55LDAsMSkpLmdldFVUQ0RheSgpOm9lKE1uKHMueSwwLDEpKS5nZXREYXkoKSxzLm09MCxzLmQ9IlciaW4gcz8ocy53KzYpJTcrcy5XKjctKEkrNSklNzpzLncrcy5VKjctKEkrNiklNyk7cmV0dXJuIloiaW4gcz8ocy5IKz1zLlovMTAwfDAscy5NKz1zLlolMTAwLGllKHMpKTpvZShzKX19ZnVuY3Rpb24gdyhkLE0sVCxzKXtmb3IodmFyIEE9MCxVPU0ubGVuZ3RoLEk9VC5sZW5ndGgsTyx0bjtBPFU7KXtpZihzPj1JKXJldHVybi0xO2lmKE89TS5jaGFyQ29kZUF0KEErKyksTz09PTM3KXtpZihPPU0uY2hhckF0KEErKyksdG49aFtPIGluIFllP00uY2hhckF0KEErKyk6T10sIXRufHwocz10bihkLFQscykpPDApcmV0dXJuLTF9ZWxzZSBpZihPIT1ULmNoYXJDb2RlQXQocysrKSlyZXR1cm4tMX1yZXR1cm4gc31mdW5jdGlvbiBOKGQsTSxUKXt2YXIgcz1mLmV4ZWMoTS5zbGljZShUKSk7cmV0dXJuIHM/KGQucD1nLmdldChzWzBdLnRvTG93ZXJDYXNlKCkpLFQrc1swXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIHYoZCxNLFQpe3ZhciBzPUQuZXhlYyhNLnNsaWNlKFQpKTtyZXR1cm4gcz8oZC53PWsuZ2V0KHNbMF0udG9Mb3dlckNhc2UoKSksVCtzWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24geShkLE0sVCl7dmFyIHM9bS5leGVjKE0uc2xpY2UoVCkpO3JldHVybiBzPyhkLnc9cC5nZXQoc1swXS50b0xvd2VyQ2FzZSgpKSxUK3NbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBDKGQsTSxUKXt2YXIgcz1xLmV4ZWMoTS5zbGljZShUKSk7cmV0dXJuIHM/KGQubT1FLmdldChzWzBdLnRvTG93ZXJDYXNlKCkpLFQrc1swXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIFMoZCxNLFQpe3ZhciBzPVIuZXhlYyhNLnNsaWNlKFQpKTtyZXR1cm4gcz8oZC5tPVkuZ2V0KHNbMF0udG9Mb3dlckNhc2UoKSksVCtzWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gRihkLE0sVCl7cmV0dXJuIHcoZCxlLE0sVCl9ZnVuY3Rpb24gbG4oZCxNLFQpe3JldHVybiB3KGQsdCxNLFQpfWZ1bmN0aW9uIGhuKGQsTSxUKXtyZXR1cm4gdyhkLHIsTSxUKX1mdW5jdGlvbiBnbihkKXtyZXR1cm4gYVtkLmdldERheSgpXX1mdW5jdGlvbiBtbihkKXtyZXR1cm4gaVtkLmdldERheSgpXX1mdW5jdGlvbiBqKGQpe3JldHVybiBsW2QuZ2V0TW9udGgoKV19ZnVuY3Rpb24gU28oZCl7cmV0dXJuIHVbZC5nZXRNb250aCgpXX1mdW5jdGlvbiAkbyhkKXtyZXR1cm4gb1srKGQuZ2V0SG91cnMoKT49MTIpXX1mdW5jdGlvbiBGbyhkKXtyZXR1cm4gMSt+fihkLmdldE1vbnRoKCkvMyl9ZnVuY3Rpb24gSG8oZCl7cmV0dXJuIGFbZC5nZXRVVENEYXkoKV19ZnVuY3Rpb24gTG8oZCl7cmV0dXJuIGlbZC5nZXRVVENEYXkoKV19ZnVuY3Rpb24gUG8oZCl7cmV0dXJuIGxbZC5nZXRVVENNb250aCgpXX1mdW5jdGlvbiBZbyhkKXtyZXR1cm4gdVtkLmdldFVUQ01vbnRoKCldfWZ1bmN0aW9uIFdvKGQpe3JldHVybiBvWysoZC5nZXRVVENIb3VycygpPj0xMildfWZ1bmN0aW9uIEFvKGQpe3JldHVybiAxK35+KGQuZ2V0VVRDTW9udGgoKS8zKX1yZXR1cm57Zm9ybWF0OmZ1bmN0aW9uKGQpe3ZhciBNPWMoZCs9IiIsJCk7cmV0dXJuIE0udG9TdHJpbmc9ZnVuY3Rpb24oKXtyZXR1cm4gZH0sTX0scGFyc2U6ZnVuY3Rpb24oZCl7dmFyIE09eChkKz0iIiwhMSk7cmV0dXJuIE0udG9TdHJpbmc9ZnVuY3Rpb24oKXtyZXR1cm4gZH0sTX0sdXRjRm9ybWF0OmZ1bmN0aW9uKGQpe3ZhciBNPWMoZCs9IiIsVyk7cmV0dXJuIE0udG9TdHJpbmc9ZnVuY3Rpb24oKXtyZXR1cm4gZH0sTX0sdXRjUGFyc2U6ZnVuY3Rpb24oZCl7dmFyIE09eChkKz0iIiwhMCk7cmV0dXJuIE0udG9TdHJpbmc9ZnVuY3Rpb24oKXtyZXR1cm4gZH0sTX19fXZhciBZZT17Ii0iOiIiLF86IiAiLDA6IjAifSxMPS9eXHMqXGQrLyxzcj0vXiUvLGxyPS9bXFxeJCorP3xbXF0oKS57fV0vZztmdW5jdGlvbiBiKG4sZSx0KXt2YXIgcj1uPDA/Ii0iOiIiLG89KHI/LW46bikrIiIsaT1vLmxlbmd0aDtyZXR1cm4gcisoaTx0P25ldyBBcnJheSh0LWkrMSkuam9pbihlKStvOm8pfWZ1bmN0aW9uIGhyKG4pe3JldHVybiBuLnJlcGxhY2UobHIsIlxcJCYiKX1mdW5jdGlvbiBibihuKXtyZXR1cm4gbmV3IFJlZ0V4cCgiXig/OiIrbi5tYXAoaHIpLmpvaW4oInwiKSsiKSIsImkiKX1mdW5jdGlvbiB2bihuKXtyZXR1cm4gbmV3IE1hcChuLm1hcCgoZSx0KT0+W2UudG9Mb3dlckNhc2UoKSx0XSkpfWZ1bmN0aW9uIGdyKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMSkpO3JldHVybiByPyhuLnc9K3JbMF0sdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gbXIobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCsxKSk7cmV0dXJuIHI/KG4udT0rclswXSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBkcihuLGUsdCl7dmFyIHI9TC5leGVjKGUuc2xpY2UodCx0KzIpKTtyZXR1cm4gcj8obi5VPStyWzBdLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIHlyKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMikpO3JldHVybiByPyhuLlY9K3JbMF0sdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24geHIobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCsyKSk7cmV0dXJuIHI/KG4uVz0rclswXSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBXZShuLGUsdCl7dmFyIHI9TC5leGVjKGUuc2xpY2UodCx0KzQpKTtyZXR1cm4gcj8obi55PStyWzBdLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIEFlKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMikpO3JldHVybiByPyhuLnk9K3JbMF0rKCtyWzBdPjY4PzE5MDA6MmUzKSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBwcihuLGUsdCl7dmFyIHI9L14oWil8KFsrLV1cZFxkKSg/Ojo/KFxkXGQpKT8vLmV4ZWMoZS5zbGljZSh0LHQrNikpO3JldHVybiByPyhuLlo9clsxXT8wOi0oclsyXSsoclszXXx8IjAwIikpLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIHdyKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMSkpO3JldHVybiByPyhuLnE9clswXSozLTMsdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gTXIobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCsyKSk7cmV0dXJuIHI/KG4ubT1yWzBdLTEsdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gUmUobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCsyKSk7cmV0dXJuIHI/KG4uZD0rclswXSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBicihuLGUsdCl7dmFyIHI9TC5leGVjKGUuc2xpY2UodCx0KzMpKTtyZXR1cm4gcj8obi5tPTAsbi5kPStyWzBdLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIEllKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMikpO3JldHVybiByPyhuLkg9K3JbMF0sdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gdnIobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCsyKSk7cmV0dXJuIHI/KG4uTT0rclswXSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBUcihuLGUsdCl7dmFyIHI9TC5leGVjKGUuc2xpY2UodCx0KzIpKTtyZXR1cm4gcj8obi5TPStyWzBdLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIENyKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMykpO3JldHVybiByPyhuLkw9K3JbMF0sdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gTnIobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCs2KSk7cmV0dXJuIHI/KG4uTD1NYXRoLmZsb29yKHJbMF0vMWUzKSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBVcihuLGUsdCl7dmFyIHI9c3IuZXhlYyhlLnNsaWNlKHQsdCsxKSk7cmV0dXJuIHI/dCtyWzBdLmxlbmd0aDotMX1mdW5jdGlvbiBEcihuLGUsdCl7dmFyIHI9TC5leGVjKGUuc2xpY2UodCkpO3JldHVybiByPyhuLlE9K3JbMF0sdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24ga3IobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQpKTtyZXR1cm4gcj8obi5zPStyWzBdLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIE9lKG4sZSl7cmV0dXJuIGIobi5nZXREYXRlKCksZSwyKX1mdW5jdGlvbiBTcihuLGUpe3JldHVybiBiKG4uZ2V0SG91cnMoKSxlLDIpfWZ1bmN0aW9uICRyKG4sZSl7cmV0dXJuIGIobi5nZXRIb3VycygpJTEyfHwxMixlLDIpfWZ1bmN0aW9uIEZyKG4sZSl7cmV0dXJuIGIoMSt3bi5jb3VudChRKG4pLG4pLGUsMyl9ZnVuY3Rpb24gemUobixlKXtyZXR1cm4gYihuLmdldE1pbGxpc2Vjb25kcygpLGUsMyl9ZnVuY3Rpb24gSHIobixlKXtyZXR1cm4gemUobixlKSsiMDAwIn1mdW5jdGlvbiBMcihuLGUpe3JldHVybiBiKG4uZ2V0TW9udGgoKSsxLGUsMil9ZnVuY3Rpb24gUHIobixlKXtyZXR1cm4gYihuLmdldE1pbnV0ZXMoKSxlLDIpfWZ1bmN0aW9uIFlyKG4sZSl7cmV0dXJuIGIobi5nZXRTZWNvbmRzKCksZSwyKX1mdW5jdGlvbiBXcihuKXt2YXIgZT1uLmdldERheSgpO3JldHVybiBlPT09MD83OmV9ZnVuY3Rpb24gQXIobixlKXtyZXR1cm4gYihZbi5jb3VudChRKG4pLTEsbiksZSwyKX1mdW5jdGlvbiBFZShuKXt2YXIgZT1uLmdldERheSgpO3JldHVybiBlPj00fHxlPT09MD9mbihuKTpmbi5jZWlsKG4pfWZ1bmN0aW9uIFJyKG4sZSl7cmV0dXJuIG49RWUobiksYihmbi5jb3VudChRKG4pLG4pKyhRKG4pLmdldERheSgpPT09NCksZSwyKX1mdW5jdGlvbiBJcihuKXtyZXR1cm4gbi5nZXREYXkoKX1mdW5jdGlvbiBPcihuLGUpe3JldHVybiBiKFduLmNvdW50KFEobiktMSxuKSxlLDIpfWZ1bmN0aW9uIHpyKG4sZSl7cmV0dXJuIGIobi5nZXRGdWxsWWVhcigpJTEwMCxlLDIpfWZ1bmN0aW9uIEVyKG4sZSl7cmV0dXJuIG49RWUobiksYihuLmdldEZ1bGxZZWFyKCklMTAwLGUsMil9ZnVuY3Rpb24gX3IobixlKXtyZXR1cm4gYihuLmdldEZ1bGxZZWFyKCklMWU0LGUsNCl9ZnVuY3Rpb24gcXIobixlKXt2YXIgdD1uLmdldERheSgpO3JldHVybiBuPXQ+PTR8fHQ9PT0wP2ZuKG4pOmZuLmNlaWwobiksYihuLmdldEZ1bGxZZWFyKCklMWU0LGUsNCl9ZnVuY3Rpb24ganIobil7dmFyIGU9bi5nZXRUaW1lem9uZU9mZnNldCgpO3JldHVybihlPjA/Ii0iOihlKj0tMSwiKyIpKStiKGUvNjB8MCwiMCIsMikrYihlJTYwLCIwIiwyKX1mdW5jdGlvbiBfZShuLGUpe3JldHVybiBiKG4uZ2V0VVRDRGF0ZSgpLGUsMil9ZnVuY3Rpb24gWnIobixlKXtyZXR1cm4gYihuLmdldFVUQ0hvdXJzKCksZSwyKX1mdW5jdGlvbiBWcihuLGUpe3JldHVybiBiKG4uZ2V0VVRDSG91cnMoKSUxMnx8MTIsZSwyKX1mdW5jdGlvbiBYcihuLGUpe3JldHVybiBiKDErdGUuY291bnQoZW4obiksbiksZSwzKX1mdW5jdGlvbiBxZShuLGUpe3JldHVybiBiKG4uZ2V0VVRDTWlsbGlzZWNvbmRzKCksZSwzKX1mdW5jdGlvbiBCcihuLGUpe3JldHVybiBxZShuLGUpKyIwMDAifWZ1bmN0aW9uIFFyKG4sZSl7cmV0dXJuIGIobi5nZXRVVENNb250aCgpKzEsZSwyKX1mdW5jdGlvbiBHcihuLGUpe3JldHVybiBiKG4uZ2V0VVRDTWludXRlcygpLGUsMil9ZnVuY3Rpb24gSnIobixlKXtyZXR1cm4gYihuLmdldFVUQ1NlY29uZHMoKSxlLDIpfWZ1bmN0aW9uIEtyKG4pe3ZhciBlPW4uZ2V0VVRDRGF5KCk7cmV0dXJuIGU9PT0wPzc6ZX1mdW5jdGlvbiBubyhuLGUpe3JldHVybiBiKFBlLmNvdW50KGVuKG4pLTEsbiksZSwyKX1mdW5jdGlvbiBqZShuKXt2YXIgZT1uLmdldFVUQ0RheSgpO3JldHVybiBlPj00fHxlPT09MD9jbihuKTpjbi5jZWlsKG4pfWZ1bmN0aW9uIGVvKG4sZSl7cmV0dXJuIG49amUobiksYihjbi5jb3VudChlbihuKSxuKSsoZW4obikuZ2V0VVRDRGF5KCk9PT00KSxlLDIpfWZ1bmN0aW9uIHRvKG4pe3JldHVybiBuLmdldFVUQ0RheSgpfWZ1bmN0aW9uIHJvKG4sZSl7cmV0dXJuIGIoQW4uY291bnQoZW4obiktMSxuKSxlLDIpfWZ1bmN0aW9uIG9vKG4sZSl7cmV0dXJuIGIobi5nZXRVVENGdWxsWWVhcigpJTEwMCxlLDIpfWZ1bmN0aW9uIGlvKG4sZSl7cmV0dXJuIG49amUobiksYihuLmdldFVUQ0Z1bGxZZWFyKCklMTAwLGUsMil9ZnVuY3Rpb24gYW8obixlKXtyZXR1cm4gYihuLmdldFVUQ0Z1bGxZZWFyKCklMWU0LGUsNCl9ZnVuY3Rpb24gdW8obixlKXt2YXIgdD1uLmdldFVUQ0RheSgpO3JldHVybiBuPXQ+PTR8fHQ9PT0wP2NuKG4pOmNuLmNlaWwobiksYihuLmdldFVUQ0Z1bGxZZWFyKCklMWU0LGUsNCl9ZnVuY3Rpb24gZm8oKXtyZXR1cm4iKzAwMDAifWZ1bmN0aW9uIFplKCl7cmV0dXJuIiUifWZ1bmN0aW9uIFZlKG4pe3JldHVybitufWZ1bmN0aW9uIFhlKG4pe3JldHVybiBNYXRoLmZsb29yKCtuLzFlMyl9dmFyIHNuLEJlO2NvKHtkYXRlVGltZToiJXgsICVYIixkYXRlOiIlLW0vJS1kLyVZIix0aW1lOiIlLUk6JU06JVMgJXAiLHBlcmlvZHM6WyJBTSIsIlBNIl0sZGF5czpbIlN1bmRheSIsIk1vbmRheSIsIlR1ZXNkYXkiLCJXZWRuZXNkYXkiLCJUaHVyc2RheSIsIkZyaWRheSIsIlNhdHVyZGF5Il0sc2hvcnREYXlzOlsiU3VuIiwiTW9uIiwiVHVlIiwiV2VkIiwiVGh1IiwiRnJpIiwiU2F0Il0sbW9udGhzOlsiSmFudWFyeSIsIkZlYnJ1YXJ5IiwiTWFyY2giLCJBcHJpbCIsIk1heSIsIkp1bmUiLCJKdWx5IiwiQXVndXN0IiwiU2VwdGVtYmVyIiwiT2N0b2JlciIsIk5vdmVtYmVyIiwiRGVjZW1iZXIiXSxzaG9ydE1vbnRoczpbIkphbiIsIkZlYiIsIk1hciIsIkFwciIsIk1heSIsIkp1biIsIkp1bCIsIkF1ZyIsIlNlcCIsIk9jdCIsIk5vdiIsIkRlYyJdfSk7ZnVuY3Rpb24gY28obil7cmV0dXJuIHNuPWNyKG4pLEJlPXNuLmZvcm1hdCxzbi5wYXJzZSxzbi51dGNGb3JtYXQsc24udXRjUGFyc2Usc259ZnVuY3Rpb24gc28obil7cmV0dXJuIG5ldyBEYXRlKG4pfWZ1bmN0aW9uIGxvKG4pe3JldHVybiBuIGluc3RhbmNlb2YgRGF0ZT8rbjorbmV3IERhdGUoK24pfWZ1bmN0aW9uIFFlKG4sZSx0LHIsbyxpLGEsdSxsLGYpe3ZhciBnPUZlKCksbT1nLmludmVydCxwPWcuZG9tYWluLEQ9ZigiLiVMIiksaz1mKCI6JVMiKSxSPWYoIiVJOiVNIiksWT1mKCIlSSAlcCIpLHE9ZigiJWEgJWQiKSxFPWYoIiViICVkIiksJD1mKCIlQiIpLFc9ZigiJVkiKTtmdW5jdGlvbiBoKGMpe3JldHVybihsKGMpPGM/RDp1KGMpPGM/azphKGMpPGM/UjppKGMpPGM/WTpyKGMpPGM/byhjKTxjP3E6RTp0KGMpPGM/JDpXKShjKX1yZXR1cm4gZy5pbnZlcnQ9ZnVuY3Rpb24oYyl7cmV0dXJuIG5ldyBEYXRlKG0oYykpfSxnLmRvbWFpbj1mdW5jdGlvbihjKXtyZXR1cm4gYXJndW1lbnRzLmxlbmd0aD9wKEFycmF5LmZyb20oYyxsbykpOnAoKS5tYXAoc28pfSxnLnRpY2tzPWZ1bmN0aW9uKGMpe3ZhciB4PXAoKTtyZXR1cm4gbih4WzBdLHhbeC5sZW5ndGgtMV0sYz8/MTApfSxnLnRpY2tGb3JtYXQ9ZnVuY3Rpb24oYyx4KXtyZXR1cm4geD09bnVsbD9oOmYoeCl9LGcubmljZT1mdW5jdGlvbihjKXt2YXIgeD1wKCk7cmV0dXJuKCFjfHx0eXBlb2YgYy5yYW5nZSE9ImZ1bmN0aW9uIikmJihjPWUoeFswXSx4W3gubGVuZ3RoLTFdLGM/PzEwKSksYz9wKEd0KHgsYykpOmd9LGcuY29weT1mdW5jdGlvbigpe3JldHVybiAkZShnLFFlKG4sZSx0LHIsbyxpLGEsdSxsLGYpKX0sZ31mdW5jdGlvbiBobygpe3JldHVybiBrZS5hcHBseShRZSh1cixmcixRLHJlLFluLHduLGVlLG5lLHVuLEJlKS5kb21haW4oW25ldyBEYXRlKDJlMywwLDEpLG5ldyBEYXRlKDJlMywwLDIpXSksYXJndW1lbnRzKX1mdW5jdGlvbiBUbihuLGUsdCl7dGhpcy5rPW4sdGhpcy54PWUsdGhpcy55PXR9VG4ucHJvdG90eXBlPXtjb25zdHJ1Y3RvcjpUbixzY2FsZTpmdW5jdGlvbihuKXtyZXR1cm4gbj09PTE/dGhpczpuZXcgVG4odGhpcy5rKm4sdGhpcy54LHRoaXMueSl9LHRyYW5zbGF0ZTpmdW5jdGlvbihuLGUpe3JldHVybiBuPT09MCZlPT09MD90aGlzOm5ldyBUbih0aGlzLmssdGhpcy54K3RoaXMuaypuLHRoaXMueSt0aGlzLmsqZSl9LGFwcGx5OmZ1bmN0aW9uKG4pe3JldHVybltuWzBdKnRoaXMuayt0aGlzLngsblsxXSp0aGlzLmsrdGhpcy55XX0sYXBwbHlYOmZ1bmN0aW9uKG4pe3JldHVybiBuKnRoaXMuayt0aGlzLnh9LGFwcGx5WTpmdW5jdGlvbihuKXtyZXR1cm4gbip0aGlzLmsrdGhpcy55fSxpbnZlcnQ6ZnVuY3Rpb24obil7cmV0dXJuWyhuWzBdLXRoaXMueCkvdGhpcy5rLChuWzFdLXRoaXMueSkvdGhpcy5rXX0saW52ZXJ0WDpmdW5jdGlvbihuKXtyZXR1cm4obi10aGlzLngpL3RoaXMua30saW52ZXJ0WTpmdW5jdGlvbihuKXtyZXR1cm4obi10aGlzLnkpL3RoaXMua30scmVzY2FsZVg6ZnVuY3Rpb24obil7cmV0dXJuIG4uY29weSgpLmRvbWFpbihuLnJhbmdlKCkubWFwKHRoaXMuaW52ZXJ0WCx0aGlzKS5tYXAobi5pbnZlcnQsbikpfSxyZXNjYWxlWTpmdW5jdGlvbihuKXtyZXR1cm4gbi5jb3B5KCkuZG9tYWluKG4ucmFuZ2UoKS5tYXAodGhpcy5pbnZlcnRZLHRoaXMpLm1hcChuLmludmVydCxuKSl9LHRvU3RyaW5nOmZ1bmN0aW9uKCl7cmV0dXJuInRyYW5zbGF0ZSgiK3RoaXMueCsiLCIrdGhpcy55KyIpIHNjYWxlKCIrdGhpcy5rKyIpIn19LFRuLnByb3RvdHlwZTtmdW5jdGlvbiBhZShuKXtyZXR1cm4gbi5tb2RlPT09InRlbXBvcmFsInx8bi5tb2RlPT09ImxlZnQtYWxpZ25lZCI/Z28obik6bW8obil9ZnVuY3Rpb24gZ28oe2RvbWFpbjpuLHJhbmdlOmV9KXtyZXR1cm4gaG8oKS5kb21haW4obikucmFuZ2UoZSl9ZnVuY3Rpb24gbW8oe2RvbWFpbjpuLHJhbmdlOmV9KXtyZXR1cm4gSGUoKS5kb21haW4obikucmFuZ2UoZSl9ZnVuY3Rpb24geW8oe3Jvb3Rfbm9kZV9pZHM6bixub2RlczplfSl7dHJ5e3JldHVybiB4byhuLGUpfWNhdGNoKHQpe3JldHVybiBjb25zb2xlLmVycm9yKHQpLEdlKG4sZSl9fWZ1bmN0aW9uIHhvKG4sZSl7Y29uc3QgdD1uZXcgTWFwLHI9W107Zm9yKGNvbnN0IG8gb2Ygbil7dC5zZXQobywwKTtjb25zdCBpPWUuZ2V0KG8pO2Zvcihjb25zdHtpZDphfW9mIGkuY2hpbGRyZW4pci5wdXNoKGEpfXJldHVybiB1ZShyLGUsdCl9ZnVuY3Rpb24gdWUobixlLHQpe2Zvcihjb25zdCByIG9mIG4pe2lmKHQuaGFzKHIpKWNvbnRpbnVlO2NvbnN0IG89ZS5nZXQocik7aWYoIW8pdGhyb3cgbmV3IEVycm9yKCJOb2RlIGlkIG5vdCBmb3VuZCBpbiBub2RlcyIpO2NvbnN0IGk9W107Zm9yKGNvbnN0IGwgb2Ygby5wYXJlbnRzKXtjb25zdCBmPXQuZ2V0KGwuaWQpO2lmKGYhPT12b2lkIDApe2kucHVzaChmKTtjb250aW51ZX11ZShbbC5pZF0sZSx0KTtjb25zdCBnPXQuZ2V0KGwuaWQpO2lmKGc9PT12b2lkIDApdGhyb3cgbmV3IEVycm9yKCJDb3VsZCBub3QgZGV0ZXJtaW5lIHBhcmVudCBjb2x1bW4iKTtpLnB1c2goZyl9Y29uc3QgYT1NYXRoLm1heCguLi5pKTt0LnNldChyLGErMSk7Y29uc3QgdT1vLmNoaWxkcmVuLm1hcCgoe2lkOmx9KT0+bCk7dS5sZW5ndGgmJnVlKHUsZSx0KX1yZXR1cm4gdH1mdW5jdGlvbiBHZShuLGUsdD0wLHI9bmV3IE1hcCl7Zm9yKGNvbnN0IG8gb2Ygbil7Y29uc3QgaT1yLmdldChvKTsoIWl8fGk8dCkmJnIuc2V0KG8sdCk7Y29uc3QgYT1lLmdldChvKTtmb3IoY29uc3R7aWQ6dX1vZiBhLmNoaWxkcmVuKUdlKFt1XSxlLHQrMSxyKX1yZXR1cm4gcn1mdW5jdGlvbiBwbyhuKXtyZXR1cm4gbi5ob3Jpem9udGFsU2V0dGluZ3MubW9kZT09PSJkZXBlbmRlbmN5Ij93byhuKTpuLmhvcml6b250YWxTZXR0aW5ncy5tb2RlPT09ImxlZnQtYWxpZ25lZCI/Ym8obik6TW8obil9ZnVuY3Rpb24gd28oe2RhdGE6bixob3Jpem9udGFsU2V0dGluZ3M6ZX0pe2NvbnN0IHQ9eW8obikscj1hZShlKSxvPW5ldyBNYXA7Zm9yKGNvbnN0W2ldb2Ygbi5ub2Rlcyl7Y29uc3QgYT10LmdldChpKTtpZihhPT09dm9pZCAwKXtjb25zb2xlLndhcm4oYE5vZGUgbm90IGZvdW5kIGluIGNvbHVtbnM6IFNraXBwaW5nICR7aX1gKTtjb250aW51ZX1vLnNldChpLHt4OnIoYSksY29sdW1uOmF9KX1yZXR1cm4gb31mdW5jdGlvbiBNbyh7ZGF0YTpuLGhvcml6b250YWxTZXR0aW5nczplfSl7Y29uc3QgdD1hZShlKSxyPW5ldyBNYXA7Zm9yKGNvbnN0W28saV1vZiBuLm5vZGVzKXtjb25zdCBhPXQoaS5zdGFydF90aW1lKTtyLnNldChvLHtjb2x1bW46YSx4OmF9KX1yZXR1cm4gcn1mdW5jdGlvbiBibyh7ZGF0YTpuLGhvcml6b250YWxTZXR0aW5nczplfSl7Y29uc3QgdD1hZShlKSxyPW5ldyBNYXA7Zm9yKGNvbnN0W29db2Ygbi5ub2RlcylyLnNldChvLHtjb2x1bW46MCx4OnQobi5zdGFydF90aW1lKX0pO3JldHVybiByfWFzeW5jIGZ1bmN0aW9uIHZvKG4sZSl7Y29uc3Qgbz1uZXcgTWFwLGk9bmV3IE1hcDtsZXQgYT0wO2NvbnN0IHU9bmV3IE1hcDtmb3IgYXdhaXQoY29uc3RbaF1vZiBuLmRhdGEubm9kZXMpe2NvbnN0IGM9bi5kYXRhLm5vZGVzLmdldChoKTtpZighYyl7Y29uc29sZS53YXJuKCJOZWFyZXN0UGFyZW50TGF5b3V0OiBOb2RlIHdhcyBub3QgZm91bmQgaW4gdGhlIGRhdGEiLGgpO2NvbnRpbnVlfWNvbnN0IHg9YXdhaXQgbChjKTskKGgseCl9cmV0dXJuIFcoKSx1O2FzeW5jIGZ1bmN0aW9uIGwoaCl7Y29uc3R7eDpjfT1lLmdldChoLmlkKT8/e307aWYoYz09PXZvaWQgMClyZXR1cm4gY29uc29sZS53YXJuKCJOZWFyZXN0UGFyZW50TGF5b3V0OiBOb2RlIHdhcyBub3QgZm91bmQgaW4gdGhlIGhvcml6b250YWwgbGF5b3V0IixoLmlkKSwwO2lmKGgucGFyZW50cy5sZW5ndGg9PT0xKXJldHVybiB1LmhhcyhoLnBhcmVudHNbMF0uaWQpP2F3YWl0IGcoaC5wYXJlbnRzWzBdLmlkLGMpOihjb25zb2xlLndhcm4oIk5lYXJlc3RQYXJlbnRMYXlvdXQ6IFBhcmVudCBub2RlIG5vdCBmb3VuZCBpbiBsYXlvdXQiLGgucGFyZW50c1swXS5pZCksMCk7aWYoaC5wYXJlbnRzLmxlbmd0aD4wKXtjb25zdCB4PWgucGFyZW50cy5tYXAoKHtpZDp5fSk9Pntjb25zdCBDPXUuZ2V0KHkpO3JldHVybiBDPT09dm9pZCAwPyhjb25zb2xlLndhcm4oIk5lYXJlc3RQYXJlbnRMYXlvdXQ6IFBhcmVudCBub2RlIG5vdCBmb3VuZCBpbiBsYXlvdXQiLHkpLDApOkN9KSxOPXgucmVkdWNlKCh5LEMpPT55K0MsMCkveC5sZW5ndGgsdj1NYXRoLnJvdW5kKE4pO2lmKG0oYyx2KSl7Y29uc3QgeT1rKGMsdiksQz1oLnBhcmVudHMubWFwKCh7aWQ6Rn0pPT5GKSxTPXkuZmlsdGVyKEY9PkMuaW5jbHVkZXMoRikpO2lmKFMubGVuZ3RoPjB8fHkubGVuZ3RoPjEpe2NvbnN0W0ZdPVMubGVuZ3RoPjA/Uzp5LGxuPVIoeCx2LG8uZ2V0KEYpKTtyZXR1cm4gby5zZXQoRixsbiksYXdhaXQgZyhGLGMpfXJldHVybiBhd2FpdCBZKHtjb21wZXRpbmdOb2RlSWQ6eVswXSx1cHN0cmVhbVJvd3M6eCxub2RlU3RhcnRYOmMsZGVzaXJlZFJvdzp2fSl9fXJldHVybiBmKGMsMCl9ZnVuY3Rpb24gZihoLGMpe3JldHVybiBtKGgsYyk/ZihoLGMrMSk6Y31hc3luYyBmdW5jdGlvbiBnKGgsYyl7Y29uc3QgeD11LmdldChoKTtpZih4PT09dm9pZCAwKXJldHVybiBjb25zb2xlLndhcm4oIk5lYXJlc3RQYXJlbnRMYXlvdXQ6IFVwc3RyZWFtIG5vZGUgbm90IGZvdW5kIGluIGxheW91dCIsaCksMDtvLmdldChoKXx8by5zZXQoaCwxKTtjb25zdCB3PW8uZ2V0KGgpO3JldHVybiBtKGMseCk/dz09PTEmJiFtKGMseCsxKT8oby5zZXQoaCwtMSkseCsxKTptKGMseC0xKT8oYXdhaXQgcCh7ZGlyZWN0aW9uOncsbm9kZVN0YXJ0WDpjLGRlc2lyZWRSb3c6eCt3fSksby5zZXQoaCx3PT09MT8tMToxKSx4K3cpOihvLnNldChoLDEpLHgtMSk6eH1mdW5jdGlvbiBtKGgsYyl7aWYodS5zaXplPT09MClyZXR1cm4hMTtsZXQgeD0hMTtjb25zdCB3PWkuZ2V0KGMpPz9bXTtmb3IoY29uc3QgTiBvZiB3KXtjb25zdCB2PXUuZ2V0KE4pLHk9RShOKTtpZihEKHtmaXJzdE5vZGVFbmRYOnksZmlyc3ROb2RlUm93OnYsbGFzdE5vZGVTdGFydFg6aCxsYXN0Tm9kZVJvdzpjfSkpe3g9ITA7YnJlYWt9fXJldHVybiB4fWFzeW5jIGZ1bmN0aW9uIHAoe2RpcmVjdGlvbjpoLG5vZGVTdGFydFg6YyxkZXNpcmVkUm93Onh9KXtjb25zdCB3PWsoYyx4KTtpZih3KWZvciBhd2FpdChjb25zdCBOIG9mIHcpe2NvbnN0IHY9dS5nZXQoTikse3g6eX09ZS5nZXQoTik/P3t9O2lmKHY9PT12b2lkIDB8fHk9PT12b2lkIDApe2NvbnNvbGUud2FybigiTmVhcmVzdFBhcmVudExheW91dCAtIHNob3ZlOiBOb2RlIHdhcyBub3QgZm91bmQgaW4gdGhlIHZlcnRpY2FsIG9yIGhvcml6b250YWwgbGF5b3V0IixOKTtjb250aW51ZX1jb25zdCBDPXYraDthd2FpdCBwKHtkaXJlY3Rpb246aCxub2RlU3RhcnRYOnksZGVzaXJlZFJvdzpDfSksJChOLEMpfX1mdW5jdGlvbiBEKHtmaXJzdE5vZGVFbmRYOmgsZmlyc3ROb2RlUm93OmMsbGFzdE5vZGVTdGFydFg6eCxsYXN0Tm9kZVJvdzp3fSl7cmV0dXJuIGM9PT13JiZoKzE2Pj14fWZ1bmN0aW9uIGsoaCxjKXtjb25zdCB4PVtdLHc9aS5nZXQoYyk/P1tdO2Zvcihjb25zdCBOIG9mIHcpe2NvbnN0IHY9RShOKSx5PXUuZ2V0KE4pO2lmKHk9PT12b2lkIDApe2NvbnNvbGUud2FybigiTmVhcmVzdFBhcmVudExheW91dCAtIGdldE92ZXJsYXBwaW5nTm9kZUlkczogTm9kZSB3YXMgbm90IGZvdW5kIGluIHRoZSBsYXlvdXQiLE4pO2NvbnRpbnVlfUQoe2ZpcnN0Tm9kZUVuZFg6dixmaXJzdE5vZGVSb3c6eSxsYXN0Tm9kZVN0YXJ0WDpoLGxhc3ROb2RlUm93OmN9KSYmeC5wdXNoKE4pfWlmKHgubGVuZ3RoIT09MClyZXR1cm4geC5zb3J0KChOLHYpPT57Y29uc3QgeT1FKE4pLEM9RSh2KTtyZXR1cm4geTxDPzE6eT5DPy0xOjB9KSx4fWZ1bmN0aW9uIFIoaCxjLHgpe2NvbnN0IHc9aC5maWx0ZXIodj0+djxjKS5sZW5ndGgsTj1oLmZpbHRlcih2PT52PmMpLmxlbmd0aDtyZXR1cm4gdz5OPy0xOng/PzF9YXN5bmMgZnVuY3Rpb24gWSh7ZGVzaXJlZFJvdzpoLG5vZGVTdGFydFg6Yyx1cHN0cmVhbVJvd3M6eCxjb21wZXRpbmdOb2RlSWQ6d30pe2lmKHUuZ2V0KHcpPT09dm9pZCAwKXJldHVybiBjb25zb2xlLndhcm4oIk5lYXJlc3RQYXJlbnRMYXlvdXQgLSBhcmd1ZVdpdGhDb21wZXRpbmdVcHN0cmVhbVBsYWNlbWVudDogQ29tcGV0aXRvciBub2RlIHdhcyBub3QgZm91bmQgaW4gdGhlIGxheW91dCIsdyksaDtjb25zdFt2LHldPXEodyksQz14LmZpbHRlcihGPT5GPGgpLmxlbmd0aCxTPXguZmlsdGVyKEY9PkY+aCkubGVuZ3RoO2lmKEM+Uyl7aWYodj55JiZ2PkMpcmV0dXJuIGF3YWl0IHAoe2RpcmVjdGlvbjotMSxub2RlU3RhcnRYOmMsZGVzaXJlZFJvdzpofSksaDtpZih5PnYpcmV0dXJuIGF3YWl0IHAoe2RpcmVjdGlvbjoxLG5vZGVTdGFydFg6YyxkZXNpcmVkUm93Omh9KSxoO28uc2V0KHcsLTEpfWlmKFM+Qyl7aWYoeT52JiZ5PlMpcmV0dXJuIGF3YWl0IHAoe2RpcmVjdGlvbjoxLG5vZGVTdGFydFg6YyxkZXNpcmVkUm93Omh9KSxoO2lmKHY+eSlyZXR1cm4gYXdhaXQgcCh7ZGlyZWN0aW9uOi0xLG5vZGVTdGFydFg6YyxkZXNpcmVkUm93Omh9KSxoO28uc2V0KHcsMSl9cmV0dXJuIGF3YWl0IGcodyxjKX1mdW5jdGlvbiBxKGgpe2NvbnN0IGM9bi5kYXRhLm5vZGVzLmdldChoKSx4PXUuZ2V0KGgpO3JldHVybiFjfHx4PT09dm9pZCAwPyhjb25zb2xlLndhcm4oIk5lYXJlc3RQYXJlbnRMYXlvdXQ6IE5vZGUgd2FzIG5vdCBmb3VuZCBpbiBlaXRoZXIgdGhlIGRhdGEgb3IgbGF5b3V0IixoKSxbMCwwXSk6Yy5wYXJlbnRzLnJlZHVjZSgodyxOKT0+e2NvbnN0IHY9dS5nZXQoTi5pZCk7cmV0dXJuIHY9PT12b2lkIDA/KGNvbnNvbGUud2FybigiTmVhcmVzdFBhcmVudExheW91dCAtIGdldE5vZGVQYXJlbnREaXJlY3Rpb25Db3VudHM6IFBhcmVudCBub2RlIG5vdCBmb3VuZCBvbiBsYXlvdXQgZGF0YSIsaCksdyk6KHY8eCYmKHdbMF0rPTEpLHY+eCYmKHdbMV0rPTEpLHcpfSxbMCwwXSl9ZnVuY3Rpb24gRShoKXtjb25zdHt4OmN9PWUuZ2V0KGgpPz97fSx4PW4ud2lkdGhzLmdldChoKTtyZXR1cm4gYz09PXZvaWQgMHx8eD09PXZvaWQgMD8oY29uc29sZS53YXJuKCJOZWFyZXN0UGFyZW50TGF5b3V0OiBOb2RlIHdhcyBub3QgZm91bmQgaW4gdGhlIGhvcml6b250YWwgbGF5b3V0IGFuZC9vciB3aWR0aHMiLGgpLDApOmMreH1mdW5jdGlvbiAkKGgsYyl7dmFyIHgsdztpZihjPGEmJihhPWMpLHUuaGFzKGgpKXtjb25zdCBOPXUuZ2V0KGgpOyh4PWkuZ2V0KE4pKT09bnVsbHx8eC5kZWxldGUoaCl9aS5oYXMoYyl8fGkuc2V0KGMsbmV3IFNldCksKHc9aS5nZXQoYykpPT1udWxsfHx3LmFkZChoKSx1LnNldChoLGMpfWZ1bmN0aW9uIFcoKXtpZihhPDApZm9yKGNvbnN0W2hdb2YgdSl7Y29uc3QgYz11LmdldChoKTt1LnNldChoLGMrTWF0aC5hYnMoYSkpfX19YXN5bmMgZnVuY3Rpb24gVG8obixlKXtyZXR1cm4gbi52ZXJ0aWNhbFNldHRpbmdzLm1vZGU9PT0ibmVhcmVzdC1wYXJlbnQiP2F3YWl0IHZvKG4sZSk6bi52ZXJ0aWNhbFNldHRpbmdzLm1vZGU9PT0iZHVyYXRpb24tc29ydGVkIj9ObyhuKTpDbyhuKX1mdW5jdGlvbiBDbyhuKXtjb25zdCBlPW5ldyBNYXA7bGV0IHQ9MDtmb3IoY29uc3Rbcl1vZiBuLmRhdGEubm9kZXMpZS5zZXQocix0KyspO3JldHVybiBlfWZ1bmN0aW9uIE5vKG4pe2NvbnN0IGU9bmV3IE1hcCx0PVsuLi5uLmRhdGEubm9kZXMudmFsdWVzKCldLnNvcnQoKG8saSk9Pntjb25zdCBhPShvLmVuZF90aW1lP28uZW5kX3RpbWUuZ2V0VGltZSgpOm5ldyBEYXRlKCkuZ2V0VGltZSgpKS1vLnN0YXJ0X3RpbWUuZ2V0VGltZSgpO3JldHVybihpLmVuZF90aW1lP2kuZW5kX3RpbWUuZ2V0VGltZSgpOm5ldyBEYXRlKCkuZ2V0VGltZSgpKS1pLnN0YXJ0X3RpbWUuZ2V0VGltZSgpLWF9KTtsZXQgcj0wO2Zvcihjb25zdCBvIG9mIHQpZS5zZXQoby5pZCxyKyspO3JldHVybiBlfW9ubWVzc2FnZT1VbztmdW5jdGlvbiBVbyh7ZGF0YTpufSl7Y29uc3R7dHlwZTplfT1uO3N3aXRjaChlKXtjYXNlImxheW91dCI6a28obik7cmV0dXJuO2RlZmF1bHQ6S2UoZSl9fWZ1bmN0aW9uIERvKG4pe3Bvc3RNZXNzYWdlKG4pfWFzeW5jIGZ1bmN0aW9uIGtvKG4pe2NvbnN0e2RhdGE6ZX09bix0PXBvKG4pLHI9YXdhaXQgVG8obix0KSxvPW5ldyBNYXA7bGV0IGk9MCxhPTA7Zm9yKGNvbnN0W3UsbF1vZiBlLm5vZGVzKXtjb25zdCBmPXQuZ2V0KHUpLGc9ci5nZXQodSk7aWYoZj09PXZvaWQgMCl7Y29uc29sZS53YXJuKGBOb2RlSWQgbm90IGZvdW5kIGluIGhvcml6b250YWwgbGF5b3V0OiBTa2lwcGluZyAke2wubGFiZWx9YCk7Y29udGludWV9aWYoZz09PXZvaWQgMCl7Y29uc29sZS53YXJuKGBOb2RlSWQgbm90IGZvdW5kIGluIHZlcnRpY2FsIGxheW91dDogU2tpcHBpbmcgJHtsLmxhYmVsfWApO2NvbnRpbnVlfWk9TWF0aC5tYXgoaSxnKSxhPU1hdGgubWF4KGEsZi5jb2x1bW4pLG8uc2V0KHUsey4uLmYseTpnLHJvdzpnfSl9RG8oe3R5cGU6ImxheW91dCIsbGF5b3V0OnttYXhSb3c6aSxtYXhDb2x1bW46YSxwb3NpdGlvbnM6b319KX19KSgpOwovLyMgc291cmNlTWFwcGluZ1VSTD1ydW5HcmFwaC53b3JrZXItQzRjMjBKZ3UuanMubWFwCg==",nR=i=>Uint8Array.from(atob(i),t=>t.charCodeAt(0)),Cb=typeof self<"u"&&self.Blob&&new Blob([nR(Sb)],{type:"text/javascript;charset=utf-8"});function sR(i){let t;try{if(t=Cb&&(self.URL||self.webkitURL).createObjectURL(Cb),!t)throw"";const e=new Worker(t,{name:i==null?void 0:i.name});return e.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),e}catch{return new Worker("data:text/javascript;base64,"+Sb,{name:i==null?void 0:i.name})}finally{t&&(self.URL||self.webkitURL).revokeObjectURL(t)}}function oR(i){const t=new sR;return t.onmessage=i,t}async function jd(){const i=new Map,t=new Map,e=new Map,r=new St,n=new St,s=await Rt();let o=null;const a=Tb({gap:()=>s.styles.rowGap,minimum:()=>s.styles.nodeHeight}),l=Tb({gap:()=>s.styles.columnGap,minimum:()=>Jd()});let h=null,c=null;r.name=Hf,Q.on("layoutUpdated",()=>{a.clear(),l.clear()}),Q.on("layoutSettingsUpdated",()=>{c&&r.parent&&u(c),N()}),Q.on("itemSelected",()=>{N()});async function u(L){d(),c=L,h=null,await Promise.all([p(L),g(L)]),_(L)}function d(){o||(o=oR(A))}function f(){o&&(o.terminate(),o=null)}async function p(L){const O=[];for(const U of L.nodes.values())O.push(m(U));await Promise.all(O)}async function m(L){const{render:O}=await T(L),U=E(L.id);return await O(L,U)}async function g(L){if((await ee()).disableEdges){r.removeChild(n);return}r.addChildAt(n,0);const U=[];for(const[it,{children:q}]of L.nodes)for(const{id:xt}of q)U.push(b(it,xt));await Promise.all(U)}async function b(L,O){const U=`${L}_${O}`;if(e.has(U))return;const it=await EA();e.has(U)||(e.set(U,it),n.addChild(it.element))}function _(L){if(!o)throw new Error("Layout worker not initialized");const O=new Map;for(const[U,{element:it}]of t)O.set(U,it.width);o.postMessage({type:"layout",data:L,widths:O,horizontalSettings:Pd(L.start_time),verticalSettings:oA()})}function x(){if(h)for(const[L,O]of e){const[U,it]=L.split("_"),q=h.positions.get(U),xt=h.positions.get(it),Et=t.get(U);if(!q||!xt){console.warn(`Could not find edge in layout: Skipping ${L}`);continue}if(!Et){console.warn(`Could not find parent node in nodes: Skipping ${U}`);continue}const tt=Et.bar.width,Z=I(q),Y={x:Z.x+tt,y:Z.y+s.styles.nodeHeight/2},j=I(xt),D={x:j.x-Y.x,y:j.y-Y.y+s.styles.nodeHeight/2};O.setPosition(Y,D)}}function v(){if(h){for(const[L,O]of t){const U=h.positions.get(L);if(!U){console.warn(`Could not find node in layout: Skipping ${L}`);continue}const it=I(U);O.setPosition(it),a.updateNodeAxis({nodeId:L,axis:U.y}),l.updateNodeAxis({nodeId:L,axis:U.column})}x(),r.emit("rendered"),r.emit("resized",P())}}async function T(L){const O=i.get(L.id);if(O)return O;const U=E(L.id),it=iR(L,U);i.set(L.id,it);const q=await it;return q.element.on("resized",xt=>C(L.id,xt)),r.addChild(q.element),t.set(L.id,q),q}function C(L,O){if(!h)return;const U=t.get(L),it=h.positions.get(L);!U||!it||(a.setOffset({nodeId:L,axis:it.y,offset:O.height}),l.setOffset({nodeId:L,axis:it.column,offset:O.width}),v())}function E(L){var O;return(O=c==null?void 0:c.nested_task_run_graphs)==null?void 0:O.get(L)}function I(L){const O=a.getTotalOffset(L.y);return{x:R(L),y:O}}function R(L){return et.isDependency()?l.getTotalOffset(L.column):L.x}function F(){return h?a.getTotalValue(h.maxRow):0}function k(){if(!h||!c)return 0;if(et.isDependency())return l.getTotalValue(h.maxColumn);const L=Pd(c.start_time),O=gy(L),U=O(c.end_time??new Date),it=O(c.start_time);return U-it}function P(){return{width:k(),height:F()}}function A({data:L}){const{type:O}=L;switch(O){case"layout":G(L);return;default:rR(O)}}function G(L){h=L.layout,v()}async function N(){const L=await ee(),O=fM();if(L.disableEdges||!O||!(c!=null&&c.nodes.has(O.id))){X([]);return}const U=ht(O.id);X(U)}function X(L){B(L),H(L)}function B(L){for(const[O,{element:U}]of t){if(L.length===0||L.includes(O)){U.alpha=1;continue}U.alpha=s.styles.nodeUnselectedAlpha}}function H(L){for(const[O,{element:U}]of e){const[it,q]=O.split("_");if(L.length===0||L.includes(it)&&L.includes(q)){U.alpha=1;continue}U.alpha=s.styles.nodeUnselectedAlpha}}function ht(L){const O=W(L,"parents"),U=W(L,"children");return[L,...O,...U]}function W(L,O){const U=c==null?void 0:c.nodes.get(L);if(!U)return[];const it=[];for(const{id:q}of U[O])it.push(q),it.push(...W(q,O));return it}return{element:r,stopWorker:f,getSize:P,render:u}}let Yo=null,zr=null,On=null;async function aR(){const i=await te(),t=await Rt(),{element:e,render:r}=await jd();i.addChild(e),e.alpha=0;const n=await ag(t.runId,async s=>{const o=zr?"runDataUpdated":"runDataCreated";zr=s,Q.emit(o,zr),await ee(),r(s)});Q.on("configUpdated",()=>{zr&&r(zr)}),On=e,Yo=n.stop,On.once("rendered",()=>hR()),Q.on("layoutUpdated",()=>cR()),n.start()}function lR(){Yo==null||Yo(),Yo=null,On=null,zr=null}async function Wi(){return zr||await Ce("runDataCreated")}function hR(){Gd(),we.shared.addOnce(()=>{On&&(On.alpha=1)})}async function cR(){if(!On)return;const i=await Rt();On.once("rendered",()=>{setTimeout(()=>{Gd({animate:!0})},i.animationDuration)})}function uR(i){let t=0;for(const[,{children:e}]of i)t+=e.length;return t}function dR({start_time:i,end_time:t,nodes:e},r,n){const s=Math.max(Ob(t??new Date,i),1),o=r.styles.nodeHeight+r.styles.rowGap;return(e.size>0?e.size*o*.5:o*4)*n/(s*20)}async function fR(){const i=await Wi(),t=await Rt(),e=await Qt(),r=e.view.width/e.view.height,n=dR(i,t,r);lh(n,!0),i.nodes.size>t.disableAnimationsThreshold&&(et.disableAnimations=!0),uR(i.nodes)>t.disableEdgesThreshold&&(et.disableEdges=!0)}function pR(){et.horizontal="temporal",et.vertical="nearest-parent",et.horizontalScaleMultiplierDefault=0,et.horizontalScaleMultiplier=0,et.disableAnimations=!1,et.disableGuides=!1,et.disableEdges=!1,et.disableArtifacts=!1,et.disableEvents=!1}const et=z.reactive({horizontal:"temporal",vertical:"nearest-parent",horizontalScaleMultiplierDefault:0,horizontalScaleMultiplier:0,disableAnimations:!1,disableGuides:!1,disableEdges:!1,disableArtifacts:!1,disableEvents:!1,isTemporal(){return this.horizontal==="temporal"},isDependency(){return this.horizontal==="dependency"},isWaterfall(){return this.vertical==="waterfall"},isNearestParent(){return this.vertical==="nearest-parent"},isLeftAligned(){return this.horizontal==="left-aligned"}});async function ee(){return $d()?et:await Ce("layoutSettingsCreated")}function Jd(){return et.isDependency()?200:20*et.horizontalScaleMultiplier}function mR(){return[0,Jd()]}function gR(i){if(et.isDependency())return[0,1];const t=i,e=Db(t,1);return[t,e]}function lh(i,t=!1){if(et.horizontalScaleMultiplier===i)return;const e=Ds();et.horizontalScaleMultiplier=i,t&&(et.horizontalScaleMultiplierDefault=i),e()}function yR(){lh(et.horizontalScaleMultiplierDefault)}function bR(i){if(et.horizontal===i)return;const t=Ds();et.horizontal=i,et.disableGuides=et.isDependency()||et.isLeftAligned(),t()}function xR(i){if(et.vertical===i)return;const t=Ds();et.vertical=i,t()}function _R(i){if(et.disableEdges===i)return;const t=Ds();et.disableEdges=i,t()}function vR(i){if(et.disableArtifacts===i)return;const t=Ds();et.disableArtifacts=i,t()}function wR(i){if(et.disableEvents===i)return;const t=Ds();et.disableEvents=i,t()}function Ds(){const i=$d()?"layoutSettingsUpdated":"layoutSettingsCreated",{horizontal:t,vertical:e}=et;return()=>{$d()&&Q.emit(i,et),(t!==et.horizontal||e!==et.vertical)&&Q.emit("layoutUpdated")}}function $d(){return et.horizontalScaleMultiplier!==0}function Eb(i){if(!(i instanceof HTMLElement))return!1;const t=i.tagName.toLowerCase();return["input","textarea"].includes(t)}const TR={class:"flex items-center gap-2"},SR=z.defineComponent({__name:"RunGraphSettings",setup(i){const t=[zi.positions.topRight,zi.positions.bottomRight,zi.positions.topLeft,zi.positions.bottomLeft],e=[{label:"Temporal dependency",value:"temporal_nearest-parent"},{label:"Temporal sequence",value:"temporal_waterfall"},{label:"Dependency grid",value:"dependency_nearest-parent"},{label:"Sequential grid",value:"dependency_waterfall"},{label:"Comparative duration",value:"left-aligned_duration-sorted"}],r=z.computed({get(){return`${et.horizontal}_${et.vertical}`},set(u){const[d,f]=u.split("_");bR(d),xR(f)}}),n=z.computed({get(){return et.disableEdges},set(u){_R(u)}}),s=z.computed({get(){return et.disableArtifacts},set(u){vR(u)}}),o=z.computed({get(){return et.disableEvents},set(u){wR(u)}});function a(){const d=et.horizontalScaleMultiplier*1.25;lh(d)}function l(){const u=Math.abs(-.75),d=et.horizontalScaleMultiplier*u;lh(d)}qr.useKeyDown(["-","="],h);function h(u){if(!(Eb(u.target)||u.metaKey||u.ctrlKey))switch(u.key){case"-":l();break;case"=":a();break}}function c(){yR()}return(u,d)=>{const f=z.resolveComponent("p-radio-group"),p=z.resolveComponent("p-label"),m=z.resolveComponent("p-divider"),g=z.resolveComponent("p-checkbox"),b=z.resolveComponent("p-overflow-menu");return z.openBlock(),z.createBlock(z.unref(zi.PPopOver),{class:"run-graph-settings","auto-close":"",placement:t},{target:z.withCtx(({toggle:_})=>[z.createVNode(z.unref(zi.PButton),{"aria-label":"Run Graph Options",icon:"CogIcon",flat:"",onClick:_},null,8,["onClick"])]),default:z.withCtx(()=>[z.createVNode(b,{class:"run-graph-settings__menu"},{default:z.withCtx(()=>[z.createVNode(p,{label:"Layout"},{default:z.withCtx(()=>[z.createVNode(f,{modelValue:r.value,"onUpdate:modelValue":d[0]||(d[0]=_=>r.value=_),options:e},{label:z.withCtx(({option:_})=>[z.createTextVNode(z.toDisplayString(_.label),1)]),_:1},8,["modelValue"])]),_:1}),z.unref(et).isTemporal()||z.unref(et).isLeftAligned()?(z.openBlock(),z.createElementBlock(z.Fragment,{key:0},[z.createVNode(m),z.createVNode(p,{label:"Scaling"},{default:z.withCtx(()=>[z.createElementVNode("div",TR,[z.createVNode(z.unref(zi.PButton),{title:"Decrease scale (-)",small:"",icon:"MinusIcon",onClick:l}),z.createVNode(z.unref(zi.PButton),{title:"Increase scale (+)",small:"",icon:"PlusIcon",onClick:a}),z.createVNode(z.unref(zi.PButton),{small:"",onClick:c},{default:z.withCtx(()=>[z.createTextVNode(" Reset ")]),_:1})])]),_:1})],64)):z.createCommentVNode("",!0),z.createVNode(m),z.createVNode(g,{modelValue:n.value,"onUpdate:modelValue":d[1]||(d[1]=_=>n.value=_),label:"Hide dependency arrows"},null,8,["modelValue"]),z.createVNode(g,{modelValue:s.value,"onUpdate:modelValue":d[2]||(d[2]=_=>s.value=_),label:"Hide artifacts"},null,8,["modelValue"]),z.createVNode(g,{modelValue:o.value,"onUpdate:modelValue":d[3]||(d[3]=_=>o.value=_),label:"Hide events"},null,8,["modelValue"])]),_:1})]),_:1})}}}),CR={class:"run-graph__actions"},ER=z.defineComponent({__name:"RunGraph",props:{config:{},viewport:{},fullscreen:{type:[Boolean,null],default:null},selected:{default:null}},emits:["update:viewport","update:fullscreen","update:selected"],setup(i,{emit:t}){const e=i,r=t,n=z.ref(),s=z.ref(!1),o=z.computed({get(){return e.fullscreen??s.value},set(u){s.value=u,r("update:fullscreen",u)}});z.watch(()=>e.selected,u=>Xi(u)),Q.on("itemSelected",u=>r("update:selected",u)),z.watch(()=>e.viewport,u=>mA(u));const a=z.computed(()=>({root:{"run-graph--fullscreen":o.value}}));Q.on("viewportDateRangeUpdated",u=>r("update:viewport",u));function l(){Gd({animate:!0})}function h(){o.value=!o.value}z.onMounted(()=>{if(!n.value)throw new Error("Stage does not exist");QM({stage:n.value,props:e})}),z.onBeforeUnmount(()=>{qM()}),qr.useKeyDown(["c","f","Escape"],c);function c(u){if(!(Eb(u.target)||u.metaKey||u.ctrlKey))switch(u.key){case"c":l();break;case"f":h();break;case"Escape":o.value&&h();break}}return(u,d)=>{const f=z.resolveComponent("p-button");return z.openBlock(),z.createElementBlock("div",{class:z.normalizeClass(["run-graph",a.value.root])},[z.createElementVNode("div",{ref_key:"stage",ref:n,class:"run-graph__stage"},null,512),z.createElementVNode("div",CR,[z.createVNode(f,{title:"Recenter graph (c)",icon:"Target",flat:"",onClick:l}),z.createVNode(f,{title:"Toggle fullscreen (f)",icon:"ArrowsPointingOutIcon",flat:"",onClick:h}),z.createVNode(SR)])],2)}}});Lt.RunGraph=ER,Lt.artifactTypeIconMap=Ky,Lt.artifactTypes=lM,Lt.isArtifactSelection=zy,Lt.isArtifactsSelection=Yy,Lt.isEventSelection=Jy,Lt.isEventsSelection=$y,Lt.isNodeSelection=nh,Lt.isRunGraphNodeType=hM,Lt.isStateSelection=jy,Lt.runGraphNodeKinds=Kd,Lt.stateType=cM,Object.defineProperty(Lt,Symbol.toStringTag,{value:"Module"})});
|
|
1175
|
+
*/var Ey,Dr,bn,nd,_s,Iy,od,vE=function(){return typeof window<"u"},sr={},vs=180/Math.PI,xn=Math.PI/180,_n=Math.atan2,Ay=1e8,ad=/([A-Z])/g,wE=/(left|right|width|margin|padding|x)/i,TE=/[\s,\(]\S/,Ni={autoAlpha:"opacity,visibility",scale:"scaleX,scaleY",alpha:"opacity"},hd=function(t,e){return e.set(e.t,e.p,Math.round((e.s+e.c*t)*1e4)/1e4+e.u,e)},SE=function(t,e){return e.set(e.t,e.p,t===1?e.e:Math.round((e.s+e.c*t)*1e4)/1e4+e.u,e)},CE=function(t,e){return e.set(e.t,e.p,t?Math.round((e.s+e.c*t)*1e4)/1e4+e.u:e.b,e)},EE=function(t,e){var i=e.s+e.c*t;e.set(e.t,e.p,~~(i+(i<0?-.5:.5))+e.u,e)},My=function(t,e){return e.set(e.t,e.p,t?e.e:e.b,e)},Ry=function(t,e){return e.set(e.t,e.p,t!==1?e.b:e.e,e)},IE=function(t,e,i){return t.style[e]=i},AE=function(t,e,i){return t.style.setProperty(e,i)},ME=function(t,e,i){return t._gsap[e]=i},RE=function(t,e,i){return t._gsap.scaleX=t._gsap.scaleY=i},PE=function(t,e,i,s,n){var o=t._gsap;o.scaleX=o.scaleY=i,o.renderTransform(n,o)},LE=function(t,e,i,s,n){var o=t._gsap;o[e]=i,o.renderTransform(n,o)},Wt="transform",Ae=Wt+"Origin",GE=function r(t,e){var i=this,s=this.target,n=s.style,o=s._gsap;if(t in sr&&n){if(this.tfm=this.tfm||{},t!=="transform")t=Ni[t]||t,~t.indexOf(",")?t.split(",").forEach(function(a){return i.tfm[a]=nr(s,a)}):this.tfm[t]=o.x?o[t]:nr(s,t),t===Ae&&(this.tfm.zOrigin=o.zOrigin);else return Ni.transform.split(",").forEach(function(a){return r.call(i,a,e)});if(this.props.indexOf(Wt)>=0)return;o.svg&&(this.svgo=s.getAttribute("data-svg-origin"),this.props.push(Ae,e,"")),t=Wt}(n||e)&&this.props.push(t,e,n[t])},Py=function(t){t.translate&&(t.removeProperty("translate"),t.removeProperty("scale"),t.removeProperty("rotate"))},FE=function(){var t=this.props,e=this.target,i=e.style,s=e._gsap,n,o;for(n=0;n<t.length;n+=3)t[n+1]?e[t[n]]=t[n+2]:t[n+2]?i[t[n]]=t[n+2]:i.removeProperty(t[n].substr(0,2)==="--"?t[n]:t[n].replace(ad,"-$1").toLowerCase());if(this.tfm){for(o in this.tfm)s[o]=this.tfm[o];s.svg&&(s.renderTransform(),e.setAttribute("data-svg-origin",this.svgo||"")),n=od(),(!n||!n.isStart)&&!i[Wt]&&(Py(i),s.zOrigin&&i[Ae]&&(i[Ae]+=" "+s.zOrigin+"px",s.zOrigin=0,s.renderTransform()),s.uncache=1)}},Ly=function(t,e){var i={target:t,props:[],revert:FE,save:GE};return t._gsap||Ie.core.getCache(t),e&&e.split(",").forEach(function(s){return i.save(s)}),i},Gy,ld=function(t,e){var i=Dr.createElementNS?Dr.createElementNS((e||"http://www.w3.org/1999/xhtml").replace(/^https/,"http"),t):Dr.createElement(t);return i&&i.style?i:Dr.createElement(t)},ki=function r(t,e,i){var s=getComputedStyle(t);return s[e]||s.getPropertyValue(e.replace(ad,"-$1").toLowerCase())||s.getPropertyValue(e)||!i&&r(t,vn(e)||e,1)||""},Fy="O,Moz,ms,Ms,Webkit".split(","),vn=function(t,e,i){var s=e||_s,n=s.style,o=5;if(t in n&&!i)return t;for(t=t.charAt(0).toUpperCase()+t.substr(1);o--&&!(Fy[o]+t in n););return o<0?null:(o===3?"ms":o>=0?Fy[o]:"")+t},cd=function(){vE()&&window.document&&(Ey=window,Dr=Ey.document,bn=Dr.documentElement,_s=ld("div")||{style:{}},ld("div"),Wt=vn(Wt),Ae=Wt+"Origin",_s.style.cssText="border-width:0;line-height:0;position:absolute;padding:0",Gy=!!vn("perspective"),od=Ie.core.reverting,nd=1)},ud=function r(t){var e=ld("svg",this.ownerSVGElement&&this.ownerSVGElement.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),i=this.parentNode,s=this.nextSibling,n=this.style.cssText,o;if(bn.appendChild(e),e.appendChild(this),this.style.display="block",t)try{o=this.getBBox(),this._gsapBBox=this.getBBox,this.getBBox=r}catch{}else this._gsapBBox&&(o=this._gsapBBox());return i&&(s?i.insertBefore(this,s):i.appendChild(this)),bn.removeChild(e),this.style.cssText=n,o},Ny=function(t,e){for(var i=e.length;i--;)if(t.hasAttribute(e[i]))return t.getAttribute(e[i])},ky=function(t){var e;try{e=t.getBBox()}catch{e=ud.call(t,!0)}return e&&(e.width||e.height)||t.getBBox===ud||(e=ud.call(t,!0)),e&&!e.width&&!e.x&&!e.y?{x:+Ny(t,["x","cx","x1"])||0,y:+Ny(t,["y","cy","y1"])||0,width:0,height:0}:e},Dy=function(t){return!!(t.getCTM&&(!t.parentNode||t.ownerSVGElement)&&ky(t))},ws=function(t,e){if(e){var i=t.style,s;e in sr&&e!==Ae&&(e=Wt),i.removeProperty?(s=e.substr(0,2),(s==="ms"||e.substr(0,6)==="webkit")&&(e="-"+e),i.removeProperty(s==="--"?e:e.replace(ad,"-$1").toLowerCase())):i.removeAttribute(e)}},Or=function(t,e,i,s,n,o){var a=new Ee(t._pt,e,i,0,1,o?Ry:My);return t._pt=a,a.b=s,a.e=n,t._props.push(i),a},Oy={deg:1,rad:1,turn:1},NE={grid:1,flex:1},Br=function r(t,e,i,s){var n=parseFloat(i)||0,o=(i+"").trim().substr((n+"").length)||"px",a=_s.style,h=wE.test(e),l=t.tagName.toLowerCase()==="svg",c=(l?"client":"offset")+(h?"Width":"Height"),u=100,d=s==="px",f=s==="%",p,m,g,b;if(s===o||!n||Oy[s]||Oy[o])return n;if(o!=="px"&&!d&&(n=r(t,e,i,"px")),b=t.getCTM&&Dy(t),(f||o==="%")&&(sr[e]||~e.indexOf("adius")))return p=b?t.getBBox()[h?"width":"height"]:t[c],Yt(f?n/p*u:n/100*p);if(a[h?"width":"height"]=u+(d?o:s),m=~e.indexOf("adius")||s==="em"&&t.appendChild&&!l?t:t.parentNode,b&&(m=(t.ownerSVGElement||{}).parentNode),(!m||m===Dr||!m.appendChild)&&(m=Dr.body),g=m._gsap,g&&f&&g.width&&h&&g.time===Be.time&&!g.uncache)return Yt(n/g.width*u);if(f&&(e==="height"||e==="width")){var _=t.style[e];t.style[e]=u+s,p=t[c],_?t.style[e]=_:ws(t,e)}else(f||o==="%")&&!NE[ki(m,"display")]&&(a.position=ki(t,"position")),m===t&&(a.position="static"),m.appendChild(_s),p=_s[c],m.removeChild(_s),a.position="absolute";return h&&f&&(g=ps(m),g.time=Be.time,g.width=m[c]),Yt(d?p*n/u:p&&n?u/p*n:0)},nr=function(t,e,i,s){var n;return nd||cd(),e in Ni&&e!=="transform"&&(e=Ni[e],~e.indexOf(",")&&(e=e.split(",")[0])),sr[e]&&e!=="transform"?(n=Io(t,s),n=e!=="transformOrigin"?n[e]:n.svg?n.origin:Fh(ki(t,Ae))+" "+n.zOrigin+"px"):(n=t.style[e],(!n||n==="auto"||s||~(n+"").indexOf("calc("))&&(n=Gh[e]&&Gh[e](t,e,i)||ki(t,e)||Wg(t,e)||(e==="opacity"?1:0))),i&&!~(n+"").trim().indexOf(" ")?Br(t,e,n,i)+i:n},kE=function(t,e,i,s){if(!i||i==="none"){var n=vn(e,t,1),o=n&&ki(t,n,1);o&&o!==i?(e=n,i=o):e==="borderColor"&&(i=ki(t,"borderTopColor"))}var a=new Ee(this._pt,t.style,e,0,1,wy),h=0,l=0,c,u,d,f,p,m,g,b,_,x,v,T;if(a.b=i,a.e=s,i+="",s+="",s==="auto"&&(m=t.style[e],t.style[e]=s,s=ki(t,e)||s,m?t.style[e]=m:ws(t,e)),c=[i,s],dy(c),i=c[0],s=c[1],d=i.match(dn)||[],T=s.match(dn)||[],T.length){for(;u=dn.exec(s);)g=u[0],_=s.substring(h,u.index),p?p=(p+1)%5:(_.substr(-5)==="rgba("||_.substr(-5)==="hsla(")&&(p=1),g!==(m=d[l++]||"")&&(f=parseFloat(m)||0,v=m.substr((f+"").length),g.charAt(1)==="="&&(g=fn(f,g)+v),b=parseFloat(g),x=g.substr((b+"").length),h=dn.lastIndex-x.length,x||(x=x||Ne.units[e]||v,h===s.length&&(s+=x,a.e+=x)),v!==x&&(f=Br(t,e,m,x)||0),a._pt={_next:a._pt,p:_||l===1?_:",",s:f,c:b-f,m:p&&p<4||e==="zIndex"?Math.round:0});a.c=h<s.length?s.substring(h,s.length):""}else a.r=e==="display"&&s==="none"?Ry:My;return Ng.test(s)&&(a.e=0),this._pt=a,a},By={top:"0%",bottom:"100%",left:"0%",right:"100%",center:"50%"},DE=function(t){var e=t.split(" "),i=e[0],s=e[1]||"50%";return(i==="top"||i==="bottom"||s==="left"||s==="right")&&(t=i,i=s,s=t),e[0]=By[i]||i,e[1]=By[s]||s,e.join(" ")},OE=function(t,e){if(e.tween&&e.tween._time===e.tween._dur){var i=e.t,s=i.style,n=e.u,o=i._gsap,a,h,l;if(n==="all"||n===!0)s.cssText="",h=1;else for(n=n.split(","),l=n.length;--l>-1;)a=n[l],sr[a]&&(h=1,a=a==="transformOrigin"?Ae:Wt),ws(i,a);h&&(ws(i,Wt),o&&(o.svg&&i.removeAttribute("transform"),Io(i,1),o.uncache=1,Py(s)))}},Gh={clearProps:function(t,e,i,s,n){if(n.data!=="isFromStart"){var o=t._pt=new Ee(t._pt,e,i,0,0,OE);return o.u=s,o.pr=-10,o.tween=n,t._props.push(i),1}}},Eo=[1,0,0,1,0,0],Uy={},Xy=function(t){return t==="matrix(1, 0, 0, 1, 0, 0)"||t==="none"||!t},Wy=function(t){var e=ki(t,Wt);return Xy(e)?Eo:e.substr(7).match(Fg).map(Yt)},dd=function(t,e){var i=t._gsap||ps(t),s=t.style,n=Wy(t),o,a,h,l;return i.svg&&t.getAttribute("transform")?(h=t.transform.baseVal.consolidate().matrix,n=[h.a,h.b,h.c,h.d,h.e,h.f],n.join(",")==="1,0,0,1,0,0"?Eo:n):(n===Eo&&!t.offsetParent&&t!==bn&&!i.svg&&(h=s.display,s.display="block",o=t.parentNode,(!o||!t.offsetParent)&&(l=1,a=t.nextElementSibling,bn.appendChild(t)),n=Wy(t),h?s.display=h:ws(t,"display"),l&&(a?o.insertBefore(t,a):o?o.appendChild(t):bn.removeChild(t))),e&&n.length>6?[n[0],n[1],n[4],n[5],n[12],n[13]]:n)},fd=function(t,e,i,s,n,o){var a=t._gsap,h=n||dd(t,!0),l=a.xOrigin||0,c=a.yOrigin||0,u=a.xOffset||0,d=a.yOffset||0,f=h[0],p=h[1],m=h[2],g=h[3],b=h[4],_=h[5],x=e.split(" "),v=parseFloat(x[0])||0,T=parseFloat(x[1])||0,C,E,I,R;i?h!==Eo&&(E=f*g-p*m)&&(I=v*(g/E)+T*(-m/E)+(m*_-g*b)/E,R=v*(-p/E)+T*(f/E)-(f*_-p*b)/E,v=I,T=R):(C=ky(t),v=C.x+(~x[0].indexOf("%")?v/100*C.width:v),T=C.y+(~(x[1]||x[0]).indexOf("%")?T/100*C.height:T)),s||s!==!1&&a.smooth?(b=v-l,_=T-c,a.xOffset=u+(b*f+_*m)-b,a.yOffset=d+(b*p+_*g)-_):a.xOffset=a.yOffset=0,a.xOrigin=v,a.yOrigin=T,a.smooth=!!s,a.origin=e,a.originIsAbsolute=!!i,t.style[Ae]="0px 0px",o&&(Or(o,a,"xOrigin",l,v),Or(o,a,"yOrigin",c,T),Or(o,a,"xOffset",u,a.xOffset),Or(o,a,"yOffset",d,a.yOffset)),t.setAttribute("data-svg-origin",v+" "+T)},Io=function(t,e){var i=t._gsap||new gy(t);if("x"in i&&!e&&!i.uncache)return i;var s=t.style,n=i.scaleX<0,o="px",a="deg",h=getComputedStyle(t),l=ki(t,Ae)||"0",c,u,d,f,p,m,g,b,_,x,v,T,C,E,I,R,N,F,P,A,G,D,X,B,H,lt,W,L,O,U,tt,Q;return c=u=d=m=g=b=_=x=v=0,f=p=1,i.svg=!!(t.getCTM&&Dy(t)),h.translate&&((h.translate!=="none"||h.scale!=="none"||h.rotate!=="none")&&(s[Wt]=(h.translate!=="none"?"translate3d("+(h.translate+" 0 0").split(" ").slice(0,3).join(", ")+") ":"")+(h.rotate!=="none"?"rotate("+h.rotate+") ":"")+(h.scale!=="none"?"scale("+h.scale.split(" ").join(",")+") ":"")+(h[Wt]!=="none"?h[Wt]:"")),s.scale=s.rotate=s.translate="none"),E=dd(t,i.svg),i.svg&&(i.uncache?(H=t.getBBox(),l=i.xOrigin-H.x+"px "+(i.yOrigin-H.y)+"px",B=""):B=!e&&t.getAttribute("data-svg-origin"),fd(t,B||l,!!B||i.originIsAbsolute,i.smooth!==!1,E)),T=i.xOrigin||0,C=i.yOrigin||0,E!==Eo&&(F=E[0],P=E[1],A=E[2],G=E[3],c=D=E[4],u=X=E[5],E.length===6?(f=Math.sqrt(F*F+P*P),p=Math.sqrt(G*G+A*A),m=F||P?_n(P,F)*vs:0,_=A||G?_n(A,G)*vs+m:0,_&&(p*=Math.abs(Math.cos(_*xn))),i.svg&&(c-=T-(T*F+C*A),u-=C-(T*P+C*G))):(Q=E[6],U=E[7],W=E[8],L=E[9],O=E[10],tt=E[11],c=E[12],u=E[13],d=E[14],I=_n(Q,O),g=I*vs,I&&(R=Math.cos(-I),N=Math.sin(-I),B=D*R+W*N,H=X*R+L*N,lt=Q*R+O*N,W=D*-N+W*R,L=X*-N+L*R,O=Q*-N+O*R,tt=U*-N+tt*R,D=B,X=H,Q=lt),I=_n(-A,O),b=I*vs,I&&(R=Math.cos(-I),N=Math.sin(-I),B=F*R-W*N,H=P*R-L*N,lt=A*R-O*N,tt=G*N+tt*R,F=B,P=H,A=lt),I=_n(P,F),m=I*vs,I&&(R=Math.cos(I),N=Math.sin(I),B=F*R+P*N,H=D*R+X*N,P=P*R-F*N,X=X*R-D*N,F=B,D=H),g&&Math.abs(g)+Math.abs(m)>359.9&&(g=m=0,b=180-b),f=Yt(Math.sqrt(F*F+P*P+A*A)),p=Yt(Math.sqrt(X*X+Q*Q)),I=_n(D,X),_=Math.abs(I)>2e-4?I*vs:0,v=tt?1/(tt<0?-tt:tt):0),i.svg&&(B=t.getAttribute("transform"),i.forceCSS=t.setAttribute("transform","")||!Xy(ki(t,Wt)),B&&t.setAttribute("transform",B))),Math.abs(_)>90&&Math.abs(_)<270&&(n?(f*=-1,_+=m<=0?180:-180,m+=m<=0?180:-180):(p*=-1,_+=_<=0?180:-180)),e=e||i.uncache,i.x=c-((i.xPercent=c&&(!e&&i.xPercent||(Math.round(t.offsetWidth/2)===Math.round(-c)?-50:0)))?t.offsetWidth*i.xPercent/100:0)+o,i.y=u-((i.yPercent=u&&(!e&&i.yPercent||(Math.round(t.offsetHeight/2)===Math.round(-u)?-50:0)))?t.offsetHeight*i.yPercent/100:0)+o,i.z=d+o,i.scaleX=Yt(f),i.scaleY=Yt(p),i.rotation=Yt(m)+a,i.rotationX=Yt(g)+a,i.rotationY=Yt(b)+a,i.skewX=_+a,i.skewY=x+a,i.transformPerspective=v+o,(i.zOrigin=parseFloat(l.split(" ")[2])||!e&&i.zOrigin||0)&&(s[Ae]=Fh(l)),i.xOffset=i.yOffset=0,i.force3D=Ne.force3D,i.renderTransform=i.svg?UE:Gy?Zy:BE,i.uncache=0,i},Fh=function(t){return(t=t.split(" "))[0]+" "+t[1]},pd=function(t,e,i){var s=me(e);return Yt(parseFloat(e)+parseFloat(Br(t,"x",i+"px",s)))+s},BE=function(t,e){e.z="0px",e.rotationY=e.rotationX="0deg",e.force3D=0,Zy(t,e)},Ts="0deg",Ao="0px",Ss=") ",Zy=function(t,e){var i=e||this,s=i.xPercent,n=i.yPercent,o=i.x,a=i.y,h=i.z,l=i.rotation,c=i.rotationY,u=i.rotationX,d=i.skewX,f=i.skewY,p=i.scaleX,m=i.scaleY,g=i.transformPerspective,b=i.force3D,_=i.target,x=i.zOrigin,v="",T=b==="auto"&&t&&t!==1||b===!0;if(x&&(u!==Ts||c!==Ts)){var C=parseFloat(c)*xn,E=Math.sin(C),I=Math.cos(C),R;C=parseFloat(u)*xn,R=Math.cos(C),o=pd(_,o,E*R*-x),a=pd(_,a,-Math.sin(C)*-x),h=pd(_,h,I*R*-x+x)}g!==Ao&&(v+="perspective("+g+Ss),(s||n)&&(v+="translate("+s+"%, "+n+"%) "),(T||o!==Ao||a!==Ao||h!==Ao)&&(v+=h!==Ao||T?"translate3d("+o+", "+a+", "+h+") ":"translate("+o+", "+a+Ss),l!==Ts&&(v+="rotate("+l+Ss),c!==Ts&&(v+="rotateY("+c+Ss),u!==Ts&&(v+="rotateX("+u+Ss),(d!==Ts||f!==Ts)&&(v+="skew("+d+", "+f+Ss),(p!==1||m!==1)&&(v+="scale("+p+", "+m+Ss),_.style[Wt]=v||"translate(0, 0)"},UE=function(t,e){var i=e||this,s=i.xPercent,n=i.yPercent,o=i.x,a=i.y,h=i.rotation,l=i.skewX,c=i.skewY,u=i.scaleX,d=i.scaleY,f=i.target,p=i.xOrigin,m=i.yOrigin,g=i.xOffset,b=i.yOffset,_=i.forceCSS,x=parseFloat(o),v=parseFloat(a),T,C,E,I,R;h=parseFloat(h),l=parseFloat(l),c=parseFloat(c),c&&(c=parseFloat(c),l+=c,h+=c),h||l?(h*=xn,l*=xn,T=Math.cos(h)*u,C=Math.sin(h)*u,E=Math.sin(h-l)*-d,I=Math.cos(h-l)*d,l&&(c*=xn,R=Math.tan(l-c),R=Math.sqrt(1+R*R),E*=R,I*=R,c&&(R=Math.tan(c),R=Math.sqrt(1+R*R),T*=R,C*=R)),T=Yt(T),C=Yt(C),E=Yt(E),I=Yt(I)):(T=u,I=d,C=E=0),(x&&!~(o+"").indexOf("px")||v&&!~(a+"").indexOf("px"))&&(x=Br(f,"x",o,"px"),v=Br(f,"y",a,"px")),(p||m||g||b)&&(x=Yt(x+p-(p*T+m*E)+g),v=Yt(v+m-(p*C+m*I)+b)),(s||n)&&(R=f.getBBox(),x=Yt(x+s/100*R.width),v=Yt(v+n/100*R.height)),R="matrix("+T+","+C+","+E+","+I+","+x+","+v+")",f.setAttribute("transform",R),_&&(f.style[Wt]=R)},XE=function(t,e,i,s,n){var o=360,a=ae(n),h=parseFloat(n)*(a&&~n.indexOf("rad")?vs:1),l=h-s,c=s+l+"deg",u,d;return a&&(u=n.split("_")[1],u==="short"&&(l%=o,l!==l%(o/2)&&(l+=l<0?o:-o)),u==="cw"&&l<0?l=(l+o*Ay)%o-~~(l/o)*o:u==="ccw"&&l>0&&(l=(l-o*Ay)%o-~~(l/o)*o)),t._pt=d=new Ee(t._pt,e,i,s,l,SE),d.e=c,d.u="deg",t._props.push(i),d},Vy=function(t,e){for(var i in e)t[i]=e[i];return t},WE=function(t,e,i){var s=Vy({},i._gsap),n="perspective,force3D,transformOrigin,svgOrigin",o=i.style,a,h,l,c,u,d,f,p;s.svg?(l=i.getAttribute("transform"),i.setAttribute("transform",""),o[Wt]=e,a=Io(i,1),ws(i,Wt),i.setAttribute("transform",l)):(l=getComputedStyle(i)[Wt],o[Wt]=e,a=Io(i,1),o[Wt]=l);for(h in sr)l=s[h],c=a[h],l!==c&&n.indexOf(h)<0&&(f=me(l),p=me(c),u=f!==p?Br(i,h,l,p):parseFloat(l),d=parseFloat(c),t._pt=new Ee(t._pt,a,h,u,d-u,hd),t._pt.u=p||0,t._props.push(h));Vy(a,s)};Ce("padding,margin,Width,Radius",function(r,t){var e="Top",i="Right",s="Bottom",n="Left",o=(t<3?[e,i,s,n]:[e+n,e+i,s+i,s+n]).map(function(a){return t<2?r+a:"border"+a+r});Gh[t>1?"border"+r:r]=function(a,h,l,c,u){var d,f;if(arguments.length<4)return d=o.map(function(p){return nr(a,p,l)}),f=d.join(" "),f.split(d[0]).length===5?d[0]:f;d=(c+"").split(" "),f={},o.forEach(function(p,m){return f[p]=d[m]=d[m]||d[(m-1)/2|0]}),a.init(h,f,u)}});var Hy={name:"css",register:cd,targetTest:function(t){return t.style&&t.nodeType},init:function(t,e,i,s,n){var o=this._props,a=t.style,h=i.vars.startAt,l,c,u,d,f,p,m,g,b,_,x,v,T,C,E,I;nd||cd(),this.styles=this.styles||Ly(t),I=this.styles.props,this.tween=i;for(m in e)if(m!=="autoRound"&&(c=e[m],!(De[m]&&yy(m,e,i,s,t,n)))){if(f=typeof c,p=Gh[m],f==="function"&&(c=c.call(i,s,t,n),f=typeof c),f==="string"&&~c.indexOf("random(")&&(c=_o(c)),p)p(this,t,m,c,i)&&(E=1);else if(m.substr(0,2)==="--")l=(getComputedStyle(t).getPropertyValue(m)+"").trim(),c+="",Nr.lastIndex=0,Nr.test(l)||(g=me(l),b=me(c)),b?g!==b&&(l=Br(t,m,l,b)+b):g&&(c+=g),this.add(a,"setProperty",l,c,s,n,0,0,m),o.push(m),I.push(m,0,a[m]);else if(f!=="undefined"){if(h&&m in h?(l=typeof h[m]=="function"?h[m].call(i,s,t,n):h[m],ae(l)&&~l.indexOf("random(")&&(l=_o(l)),me(l+"")||l==="auto"||(l+=Ne.units[m]||me(nr(t,m))||""),(l+"").charAt(1)==="="&&(l=nr(t,m))):l=nr(t,m),d=parseFloat(l),_=f==="string"&&c.charAt(1)==="="&&c.substr(0,2),_&&(c=c.substr(2)),u=parseFloat(c),m in Ni&&(m==="autoAlpha"&&(d===1&&nr(t,"visibility")==="hidden"&&u&&(d=0),I.push("visibility",0,a.visibility),Or(this,a,"visibility",d?"inherit":"hidden",u?"inherit":"hidden",!u)),m!=="scale"&&m!=="transform"&&(m=Ni[m],~m.indexOf(",")&&(m=m.split(",")[0]))),x=m in sr,x){if(this.styles.save(m),v||(T=t._gsap,T.renderTransform&&!e.parseTransform||Io(t,e.parseTransform),C=e.smoothOrigin!==!1&&T.smooth,v=this._pt=new Ee(this._pt,a,Wt,0,1,T.renderTransform,T,0,-1),v.dep=1),m==="scale")this._pt=new Ee(this._pt,T,"scaleY",T.scaleY,(_?fn(T.scaleY,_+u):u)-T.scaleY||0,hd),this._pt.u=0,o.push("scaleY",m),m+="X";else if(m==="transformOrigin"){I.push(Ae,0,a[Ae]),c=DE(c),T.svg?fd(t,c,0,C,0,this):(b=parseFloat(c.split(" ")[2])||0,b!==T.zOrigin&&Or(this,T,"zOrigin",T.zOrigin,b),Or(this,a,m,Fh(l),Fh(c)));continue}else if(m==="svgOrigin"){fd(t,c,1,C,0,this);continue}else if(m in Uy){XE(this,T,m,d,_?fn(d,_+c):c);continue}else if(m==="smoothOrigin"){Or(this,T,"smooth",T.smooth,c);continue}else if(m==="force3D"){T[m]=c;continue}else if(m==="transform"){WE(this,c,t);continue}}else m in a||(m=vn(m)||m);if(x||(u||u===0)&&(d||d===0)&&!TE.test(c)&&m in a)g=(l+"").substr((d+"").length),u||(u=0),b=me(c)||(m in Ne.units?Ne.units[m]:g),g!==b&&(d=Br(t,m,l,b)),this._pt=new Ee(this._pt,x?T:a,m,d,(_?fn(d,_+u):u)-d,!x&&(b==="px"||m==="zIndex")&&e.autoRound!==!1?EE:hd),this._pt.u=b||0,g!==b&&b!=="%"&&(this._pt.b=l,this._pt.r=CE);else if(m in a)kE.call(this,t,m,l,_?_+c:c);else if(m in t)this.add(t,m,l||t[m],_?_+c:c,s,n);else if(m!=="parseTransform"){ku(m,c);continue}x||(m in a?I.push(m,0,a[m]):I.push(m,1,l||t[m])),o.push(m)}}E&&Ty(this)},render:function(t,e){if(e.tween._time||!od())for(var i=e._pt;i;)i.r(t,i.d),i=i._next;else e.styles.revert()},get:nr,aliases:Ni,getSetter:function(t,e,i){var s=Ni[e];return s&&s.indexOf(",")<0&&(e=s),e in sr&&e!==Ae&&(t._gsap.x||nr(t,"x"))?i&&Iy===i?e==="scale"?RE:ME:(Iy=i||{})&&(e==="scale"?PE:LE):t.style&&!Ru(t.style[e])?IE:~e.indexOf("-")?AE:td(t,e)},core:{_removeProperty:ws,_getMatrix:dd}};Ie.utils.checkPrefix=vn,Ie.core.getStyleSaver=Ly,function(r,t,e,i){var s=Ce(r+","+t+","+e,function(n){sr[n]=1});Ce(t,function(n){Ne.units[n]="deg",Uy[n]=1}),Ni[s[13]]=r+","+t,Ce(i,function(n){var o=n.split(":");Ni[o[1]]=s[o[0]]})}("x,y,z,scale,scaleX,scaleY,xPercent,yPercent","rotation,rotationX,rotationY,skewX,skewY","transform,transformOrigin,svgOrigin,force3D,smoothOrigin,transformPerspective","0:translateX,1:translateY,2:translateZ,8:rotate,8:rotationZ,8:rotateZ,9:rotateX,10:rotateY"),Ce("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective",function(r){Ne.units[r]="px"}),Ie.registerPlugin(Hy);var Ky=Ie.registerPlugin(Hy)||Ie;Ky.core.Tween;function Yy(r,t){return typeof r=="function"?r(t):r&&typeof r=="object"&&Mg in r?r[Mg](t):r instanceof Date?new r.constructor(t):new Date(t)}function md(r,t){return Yy(r,r)}function ZE(r,t,e){return Yy(r,+md(r)+t)}function VE(r,t,e){return ZE(r,t*1e3)}function HE(r){return t=>{const e=Math.trunc,i=e(t);return i===0?0:i}}function zy(r,t){return+md(r)-+md(t)}function KE(r,t,e){const i=zy(r,t)/1e3;return HE()(i)}function YE(r){let t=0;for(const[,{children:e}]of r)t+=e.length;return t}function zE({start_time:r,end_time:t,nodes:e},i,s){const n=Math.max(KE(t??new Date,r),1),o=i.styles.nodeHeight+i.styles.rowGap;return(e.size>0?e.size*o*.5:o*4)*s/(n*Cl)}async function jE(){const r=await Bi(),t=await Mt(),e=await Jt(),i=e.view.width/e.view.height,s=zE(r,t,i);yd(s,!0),r.nodes.size>t.disableAnimationsThreshold&&(st.disableAnimations=!0),YE(r.nodes)>t.disableEdgesThreshold&&(st.disableEdges=!0)}function JE(){st.horizontal="temporal",st.vertical="nearest-parent",st.horizontalScaleMultiplierDefault=0,st.horizontalScaleMultiplier=0,st.disableAnimations=!1,st.disableGuides=!1,st.disableEdges=!1,st.disableArtifacts=!1,st.disableEvents=!1}const st={horizontal:"temporal",vertical:"nearest-parent",horizontalScaleMultiplierDefault:0,horizontalScaleMultiplier:0,disableAnimations:!1,disableGuides:!1,disableEdges:!1,disableArtifacts:!1,disableEvents:!1,isTemporal(){return this.horizontal==="temporal"},isDependency(){return this.horizontal==="dependency"},isWaterfall(){return this.vertical==="waterfall"},isNearestParent(){return this.vertical==="nearest-parent"},isLeftAligned(){return this.horizontal==="left-aligned"}};async function Qt(){return bd()?st:await Fe("layoutSettingsCreated")}function gd(){return st.isDependency()?Qf:Cl*st.horizontalScaleMultiplier}function $E(){return[0,gd()]}function QE(r){if(st.isDependency())return[0,1];const t=r,e=VE(t,$f);return[t,e]}function yd(r,t=!1){if(st.horizontalScaleMultiplier===r)return;const e=wn();st.horizontalScaleMultiplier=r,t&&(st.horizontalScaleMultiplierDefault=r),e()}function qE(){yd(st.horizontalScaleMultiplierDefault)}function tI(r){if(st.horizontal===r)return;const t=wn();st.horizontal=r,st.disableGuides=st.isDependency()||st.isLeftAligned(),t()}function eI(r){if(st.vertical===r)return;const t=wn();st.vertical=r,t()}function iI(r){if(st.disableEdges===r)return;const t=wn();st.disableEdges=r,t()}function rI(r){if(st.disableArtifacts===r)return;const t=wn();st.disableArtifacts=r,t()}function sI(r){if(st.disableEvents===r)return;const t=wn();st.disableEvents=r,t()}function wn(){const r=bd()?"layoutSettingsUpdated":"layoutSettingsCreated",{horizontal:t,vertical:e}=st;return()=>{bd()&&$.emit(r,st),(t!==st.horizontal||e!==st.vertical)&&$.emit("layoutUpdated")}}function bd(){return st.horizontalScaleMultiplier!==0}async function jy(){const r=await Qt(),t=await Mt();function e(i,s,n){const a=r.disableAnimations||n?0:t.animationDuration/1e3;return Ky.to(i,{...s,duration:a,ease:"power1.out",onUpdate:()=>{Zo()}})}return{animate:e}}async function nI({size:r,stroke:t=1,radius:e=0}){const i=await Jt(),s=new Ir;return s.lineStyle(t,"#fff",1,0),s.drawRoundedRect(0,0,r*2,r*2,e),i.renderer.generateTexture(s,{region:new pt(0,0,r,r),resolution:10})}async function Mo(r){return await fo(nI,[r])}var Nh=(r=>(r[r.Up=0]="Up",r[r.Down=180]="Down",r[r.Left=270]="Left",r[r.Right=90]="Right",r))(Nh||{});function Jy(){const r=new jt;async function t(e){const{rotate:i=0}=e,s={size:e.size,radius:e.radius,stroke:e.stroke},n=await Mo(s);return r.texture=n,r.anchor.set(.5,.5),r.angle=45+i,r}return{element:r,render:t}}async function oI(){const r=await Jt(),t=new Ir;return t.beginFill("#fff"),t.drawRect(0,0,1,1),t.endFill(),r.renderer.generateTexture(t,{wrapMode:_i.REPEAT})}async function xd(){return await fo(oI,[])}function _d(r,t){return Array.from({length:r},(e,i)=>t(i))}const aI=8,hI=2;async function lI(){const r=await Mt(),t=await wb(),e=await HR(),{animate:i}=await jy(),s=new Tt,{element:n,render:o}=await Jy(),a=await xd(),h=_d(Al,()=>new ct),l=new nS(a,h);let c=!1;s.name=Jf,s.addChild(n),s.addChild(l),t.addAll([n,l]),e.add(s);async function u(){return await o({size:10,rotate:Nh.Right}),n.tint=r.styles.edgeColor,l.tint=r.styles.edgeColor,s}async function d(p,m){const g=f(m);c||await u();for(const[b,_]of h.entries()){const{x,y:v}=g[b];i(_,{x,y:v},!c)}i(s,{x:p.x,y:p.y},!c),i(n,{x:m.x-aI,y:m.y},!c),c=!0}function f({x:p,y:m}){const g=[],b={x:0,y:0},_={x:p-hI,y:m},x={x:$y(b.x,{source:b,target:_}),y:b.y},v={x:$y(_.x,{source:b,target:_},!0),y:_.y};for(const[T]of h.entries()){if(T===h.length-1){g[T]=_;continue}const C=cI(T,{source:b,target:_,sourceBezier:x,targetBezier:v});g[T]=C}return g}return{element:s,render:u,setPosition:d}}function $y(r,{source:t,target:e},i){const s=(e.x-t.x)/2;return r+(s>Ml?s:Ml)*(i?-1:1)}function cI(r,t){const e=r/Al,{source:i,target:s,sourceBezier:n,targetBezier:o}=t,a=i.x+(n.x-i.x)*e,h=i.y+(n.y-i.y)*e,l=n.x+(o.x-n.x)*e,c=n.y+(o.y-n.y)*e,u=o.x+(s.x-o.x)*e,d=o.y+(s.y-o.y)*e,f=a+(l-a)*e,p=h+(c-h)*e,m=l+(u-l)*e,g=c+(d-c)*e,b=f+(m-f)*e,_=p+(g-p)*e;return{x:b,y:_}}async function uI({height:r,radius:t}){const e=await Jt(),i=new Ir;return i.beginFill("#fff"),i.drawRoundedRect(0,0,t*2,r,t),i.endFill(),e.renderer.generateTexture(i,{region:new pt(0,0,t,r),resolution:El})}async function dI(r){return await fo(uI,[r])}function fI(){const r=new jt,t=new jt;async function e(i){const s=await dI(i);return r.texture=s,t.texture=s,t.anchor.x=1,t.scale.x=-1,{left:r,right:t}}return{left:r,right:t,render:e}}async function or(){const r=await xd();return new jt(r)}async function vd(){const r=new Tt,t=await or(),{left:e,right:i,render:s}=await fI();r.addChild(t),r.addChild(e),r.addChild(i);async function n(h){const{width:l,x:c,visible:u}=a(h);return await s({height:h.height,radius:h.radius}),t.visible=u,t.width=l,t.height=h.height,t.x=c,e.visible=o(h.capLeft,h.radius),i.visible=o(h.capRight,h.radius),i.x=h.radius+l,t.tint=h.background,e.tint=h.background,i.tint=h.background,r}function o(h,l){return l===0?!1:h??!0}function a(h){const l=o(h.capLeft,h.radius),c=o(h.capRight,h.radius);let u=0;l&&(u+=h.radius),c&&(u+=h.radius);const d=Math.max(h.width-u,0),f=d>0,p=l?h.radius:0;return{width:d,visible:f,x:p}}return{element:r,render:n}}function kh(){const r=new Tt,t=new jt,e=new jt,i=new jt,s=new jt,n=new jt,o=new jt,a=new jt,h=new jt;t.name="border-corner-top-left",e.name="border-corner-top-right",i.name="border-corner-bottom-left",s.name="border-corner-bottom-right",n.name="border-corner-left",o.name="border-corner-right",a.name="border-corner-top",h.name="border-corner-bottom",e.anchor.x=1,e.scale.x=-1,i.anchor.y=1,i.scale.y=-1,s.anchor.x=1,s.scale.x=-1,s.anchor.y=1,s.scale.y=-1,r.addChild(t),r.addChild(e),r.addChild(i),r.addChild(s),r.addChild(n),r.addChild(o),r.addChild(a),r.addChild(h);async function l(p){const{radius:m=0,color:g="#fff",stroke:b,width:_,height:x}=p,v=typeof m=="number",T={topLeft:c(v?m:m[0],_,x),topRight:c(v?m:m[1],_,x),bottomLeft:c(v?m:m[2],_,x),bottomRight:c(v?m:m[3],_,x)};return await u({width:_,height:x,stroke:b,cornerSizes:T}),await d({width:_,height:x,stroke:b,cornerSizes:T}),f(g),r}function c(p,m,g){const b=Math.min(m,g);return{size:p*2>b?b/2:p,radius:p}}async function u({width:p,height:m,stroke:g,cornerSizes:b}){const{topLeft:_,topRight:x,bottomLeft:v,bottomRight:T}=b,[C,E,I,R]=await Promise.all([Mo({..._,stroke:g}),Mo({...x,stroke:g}),Mo({...v,stroke:g}),Mo({...T,stroke:g})]);t.texture=C,e.texture=E,i.texture=R,s.texture=I,t.position.set(0,0),e.position.set(p-x.size,0),i.position.set(0,m-v.size),s.position.set(p-T.size,m-T.size)}async function d({width:p,height:m,stroke:g,cornerSizes:b}){const _=await xd(),{topLeft:x,topRight:v,bottomLeft:T,bottomRight:C}=b;a.texture=_,n.texture=_,o.texture=_,h.texture=_,n.position.set(0,x.size),n.height=Math.max(m-x.size-T.size,0),n.width=g,o.position.set(p-g,v.size),o.height=Math.max(m-v.size-C.size,0),o.width=g,a.position.set(x.size,0),a.width=Math.max(p-x.size-v.size,0),a.height=g,h.position.set(T.size,m-g),h.width=Math.max(p-T.size-C.size,0),h.height=g}function f(p){t.tint=p,e.tint=p,i.tint=p,s.tint=p,a.tint=p,n.tint=p,o.tint=p,h.tint=p}return{element:r,render:l}}async function Dh(){const r=await Mt(),t=new Tt,{element:e,render:i}=await kh();async function s({selected:n,width:o,height:a}){if(!n)return t.removeChild(e),t;const{selectedBorderColor:h,selectedBorderWidth:l,selectedBorderOffset:c,selectedBorderRadius:u}=r.styles;return e.position.set(-c,-c),t.addChild(e),await i({stroke:l,radius:u,width:o+c*2,height:a+c*2,color:h}),t}return{element:t,render:s}}async function pI(){const r=await Mt(),t=new Tt,{element:e,render:i}=await vd(),{element:s,render:n}=await Dh();t.addChild(e),t.addChild(s);async function o({selected:a,width:h,height:l}){const{artifactBgColor:c,artifactBorderRadius:u}=r.styles,d={width:h,height:l,background:c,radius:u,capLeft:!0,capRight:!0};return await Promise.all([i(d),n({selected:a,width:h,height:l})]),t}return{element:t,render:o}}var mI=Object.defineProperty,gI=(r,t,e)=>t in r?mI(r,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):r[t]=e,Ro=(r,t,e)=>(gI(r,typeof t!="symbol"?t+"":t,e),e);class yI extends Tt{constructor(t){super(),Ro(this,"_progress",0),Ro(this,"options"),Ro(this,"bgCircle",new Ir),Ro(this,"fillCircle",new Ir),Ro(this,"innerView",new Tt),this.options=t,this.addChild(this.innerView),this.innerView.addChild(this.bgCircle,this.fillCircle),this.addBackground(),t.value&&(this.progress=t.value)}addBackground(){const{backgroundColor:t,lineWidth:e,radius:i,backgroundAlpha:s}=this.options;let n=1;s>0&&(n=s),t===void 0&&(n=1e-6),this.bgCircle.lineStyle({width:e,color:t,alpha:n}).drawCircle(0,0,i)}set progress(t){t>100&&(t=100),t<0&&(t=0),this._progress=t;const{lineWidth:e,radius:i,fillColor:s,fillAlpha:n,cap:o}=this.options;if(t===0&&n===0){this.fillCircle.clear();return}const a=0,h=360/100*t;this.fillCircle.clear().lineStyle({width:e,color:s,cap:o,alpha:n}).arc(0,0,i,(-90+a)*Nc,(-90+a+h)*Nc)}get progress(){return this._progress}}async function bI(r={}){const t=await Sb(),e=new yI({fillColor:16777215,cullAtZoomThreshold:!0,backgroundColor:0,backgroundAlpha:1,value:50,cap:"round",fillAlpha:1,lineWidth:20,radius:50,...r});r.cullAtZoomThreshold&&t.add(e);function i(s){e.progress=s.value??0;const n=(s.radius+s.lineWidth)*2;return e.width=n,e.height=n,e.position.set(n/2),e}return{element:e,render:i}}const xI=Object.freeze(Object.defineProperty({__proto__:null,Artifact:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_19)'%3e%3cmask%20id='mask0_7_19'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_19)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010ZM10%201.81818C5.4813%201.81818%201.81818%205.4813%201.81818%2010C1.81818%2014.5187%205.48131%2018.1818%2010%2018.1818C14.5187%2018.1818%2018.1818%2014.5187%2018.1818%2010C18.1818%205.48131%2014.5187%201.81818%2010%201.81818Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.68182%205.63634C5.68182%205.15937%206.06849%204.77271%206.54546%204.77271H13.4546C13.9316%204.77271%2014.3182%205.15937%2014.3182%205.63634V14.2512C14.3182%2014.8932%2013.6426%2015.3108%2013.0683%2015.0237L11.8182%2014.3986L10.3863%2015.1146C10.1431%2015.2362%209.85691%2015.2362%209.61373%2015.1146L8.18182%2014.3986L6.93169%2015.0237C6.35746%2015.3108%205.68182%2014.8932%205.68182%2014.2512V5.63634ZM7.04546%206.13634V13.4423L7.7956%2013.0672C8.03873%2012.9456%208.32491%2012.9456%208.5681%2013.0672L10%2013.7832L11.4319%2013.0672C11.6751%2012.9456%2011.9613%2012.9456%2012.2045%2013.0672L12.9546%2013.4423V6.13634H7.04546Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.36365%208.63631C6.36365%208.38531%206.56716%208.18176%206.81819%208.18176H6.98566C7.23669%208.18176%207.4402%208.38531%207.4402%208.63631C7.4402%208.88731%207.23669%209.09085%206.98566%209.09085H6.81819C6.56716%209.09085%206.36365%208.88731%206.36365%208.63631ZM7.78709%208.63631C7.78709%208.38531%207.9906%208.18176%208.24165%208.18176H8.57656C8.82765%208.18176%209.0311%208.38531%209.0311%208.63631C9.0311%208.88731%208.82765%209.09085%208.57656%209.09085H8.24165C7.9906%209.09085%207.78709%208.88731%207.78709%208.63631ZM9.37801%208.63631C9.37801%208.38531%209.58147%208.18176%209.83256%208.18176H10.1675C10.4186%208.18176%2010.622%208.38531%2010.622%208.63631C10.622%208.88731%2010.4186%209.09085%2010.1675%209.09085H9.83256C9.58147%209.09085%209.37801%208.88731%209.37801%208.63631ZM10.9689%208.63631C10.9689%208.38531%2011.1724%208.18176%2011.4235%208.18176H11.7584C12.0095%208.18176%2012.2129%208.38531%2012.2129%208.63631C12.2129%208.88731%2012.0095%209.09085%2011.7584%209.09085H11.4235C11.1724%209.09085%2010.9689%208.88731%2010.9689%208.63631ZM12.5598%208.63631C12.5598%208.38531%2012.7633%208.18176%2013.0144%208.18176H13.1818C13.4328%208.18176%2013.6364%208.38531%2013.6364%208.63631C13.6364%208.88731%2013.4328%209.09085%2013.1818%209.09085H13.0144C12.7633%209.09085%2012.5598%208.88731%2012.5598%208.63631Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_19'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",ArtifactImage:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_36)'%3e%3cmask%20id='mask0_7_36'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_36)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010ZM10%201.81818C5.4813%201.81818%201.81818%205.4813%201.81818%2010C1.81818%2014.5187%205.48131%2018.1818%2010%2018.1818C14.5187%2018.1818%2018.1818%2014.5187%2018.1818%2010C18.1818%205.48131%2014.5187%201.81818%2010%201.81818Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.4718%2010.0244C11.2567%209.97354%2011.0304%2010.0028%2010.8353%2010.1067L2.29995%2014.6522C1.8568%2014.8882%201.68886%2015.4387%201.92486%2015.8818C2.16086%2016.325%202.71143%2016.4929%203.15458%2016.2569L11.3872%2011.8727L17.9726%2013.4302C18.4612%2013.5457%2018.951%2013.2433%2019.0665%2012.7546C19.1821%2012.2661%2018.8796%2011.7764%2018.3911%2011.6607L11.4718%2010.0244Z'%20fill='white'/%3e%3cpath%20d='M6.07329%209.09092C5.32016%209.09092%204.70966%208.48037%204.70966%207.72728C4.70966%206.97417%205.32016%206.36365%206.07329%206.36365C6.82643%206.36365%207.43693%206.97417%207.43693%207.72728C7.43693%208.48037%206.82643%209.09092%206.07329%209.09092Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_36'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",ArtifactMarkdown:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_27)'%3e%3cmask%20id='mask0_7_27'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_27)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010ZM10%201.81818C5.4813%201.81818%201.81818%205.4813%201.81818%2010C1.81818%2014.5187%205.48131%2018.1818%2010%2018.1818C14.5187%2018.1818%2018.1818%2014.5187%2018.1818%2010C18.1818%205.48131%2014.5187%201.81818%2010%201.81818Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.36365%2010C6.36365%209.49794%206.77067%209.09094%207.27274%209.09094H12.7273C13.2294%209.09094%2013.6364%209.49794%2013.6364%2010C13.6364%2010.5021%2013.2294%2010.9091%2012.7273%2010.9091H7.27274C6.77067%2010.9091%206.36365%2010.5021%206.36365%2010Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.36365%2013.6364C6.36365%2013.1343%206.77067%2012.7273%207.27274%2012.7273H9.09092C9.59301%2012.7273%2010%2013.1343%2010%2013.6364C10%2014.1385%209.59301%2014.5455%209.09092%2014.5455H7.27274C6.77067%2014.5455%206.36365%2014.1385%206.36365%2013.6364Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.36365%206.36368C6.36365%205.86161%206.77067%205.45459%207.27274%205.45459H11.8182C12.3203%205.45459%2012.7273%205.86161%2012.7273%206.36368C12.7273%206.86575%2012.3203%207.27277%2011.8182%207.27277H7.27274C6.77067%207.27277%206.36365%206.86575%206.36365%206.36368Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_27'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",ArtifactProgress:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_2)'%3e%3cmask%20id='mask0_7_2'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_2)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.04937%200.190318C8.681%200.0653727%209.33327%200%2010%200C10.6667%200%2011.319%200.0653727%2011.9506%200.190318L11.5978%201.97394C11.0817%201.87185%2010.5475%201.81818%2010%201.81818C9.45245%201.81818%208.91827%201.87185%208.40218%201.97394L8.04937%200.190318ZM15.5568%201.68489C16.6469%202.41471%2017.5853%203.35308%2018.3151%204.4432L16.8043%205.45469C16.2066%204.56206%2015.4379%203.79335%2014.5453%203.19574L15.5568%201.68489ZM1.68489%204.4432C2.41471%203.35308%203.35308%202.41471%204.4432%201.68489L5.45469%203.19574C4.56206%203.79335%203.79335%204.56206%203.19574%205.45469L1.68489%204.4432ZM19.8096%208.04937C19.9346%208.681%2020%209.33327%2020%2010C20%2010.6667%2019.9346%2011.319%2019.8096%2011.9506L18.0261%2011.5978C18.1282%2011.0817%2018.1818%2010.5475%2018.1818%2010C18.1818%209.45245%2018.1282%208.91827%2018.0261%208.40218L19.8096%208.04937ZM0%2010C0%209.33327%200.0653727%208.681%200.190318%208.04937L1.97394%208.40218C1.87185%208.91827%201.81818%209.45245%201.81818%2010C1.81818%2010.5475%201.87185%2011.0817%201.97394%2011.5978L0.190318%2011.9506C0.0653727%2011.319%200%2010.6667%200%2010ZM18.3151%2015.5568C17.5853%2016.6469%2016.6469%2017.5853%2015.5568%2018.3151L14.5453%2016.8043C15.4379%2016.2066%2016.2066%2015.4379%2016.8043%2014.5453L18.3151%2015.5568ZM4.4432%2018.3151C3.35308%2017.5853%202.41471%2016.6469%201.68489%2015.5568L3.19574%2014.5453C3.79335%2015.4379%204.56206%2016.2066%205.45469%2016.8043L4.4432%2018.3151ZM10%2020C9.33327%2020%208.681%2019.9346%208.04937%2019.8096L8.40218%2018.0261C8.91827%2018.1282%209.45245%2018.1818%2010%2018.1818C10.5475%2018.1818%2011.0817%2018.1282%2011.5978%2018.0261L11.9506%2019.8096C11.319%2019.9346%2010.6667%2020%2010%2020Z'%20fill='white'/%3e%3cpath%20d='M10%2011.8181C8.99582%2011.8181%208.18182%2011.0041%208.18182%209.99994C8.18182%208.99576%208.99582%208.18176%2010%208.18176C11.0042%208.18176%2011.8182%208.99576%2011.8182%209.99994C11.8182%2011.0041%2011.0042%2011.8181%2010%2011.8181Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_2'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",ArtifactResult:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_19)'%3e%3cmask%20id='mask0_7_19'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_19)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010ZM10%201.81818C5.4813%201.81818%201.81818%205.4813%201.81818%2010C1.81818%2014.5187%205.48131%2018.1818%2010%2018.1818C14.5187%2018.1818%2018.1818%2014.5187%2018.1818%2010C18.1818%205.48131%2014.5187%201.81818%2010%201.81818Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.68182%205.63634C5.68182%205.15937%206.06849%204.77271%206.54546%204.77271H13.4546C13.9316%204.77271%2014.3182%205.15937%2014.3182%205.63634V14.2512C14.3182%2014.8932%2013.6426%2015.3108%2013.0683%2015.0237L11.8182%2014.3986L10.3863%2015.1146C10.1431%2015.2362%209.85691%2015.2362%209.61373%2015.1146L8.18182%2014.3986L6.93169%2015.0237C6.35746%2015.3108%205.68182%2014.8932%205.68182%2014.2512V5.63634ZM7.04546%206.13634V13.4423L7.7956%2013.0672C8.03873%2012.9456%208.32491%2012.9456%208.5681%2013.0672L10%2013.7832L11.4319%2013.0672C11.6751%2012.9456%2011.9613%2012.9456%2012.2045%2013.0672L12.9546%2013.4423V6.13634H7.04546Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.36365%208.63631C6.36365%208.38531%206.56716%208.18176%206.81819%208.18176H6.98566C7.23669%208.18176%207.4402%208.38531%207.4402%208.63631C7.4402%208.88731%207.23669%209.09085%206.98566%209.09085H6.81819C6.56716%209.09085%206.36365%208.88731%206.36365%208.63631ZM7.78709%208.63631C7.78709%208.38531%207.9906%208.18176%208.24165%208.18176H8.57656C8.82765%208.18176%209.0311%208.38531%209.0311%208.63631C9.0311%208.88731%208.82765%209.09085%208.57656%209.09085H8.24165C7.9906%209.09085%207.78709%208.88731%207.78709%208.63631ZM9.37801%208.63631C9.37801%208.38531%209.58147%208.18176%209.83256%208.18176H10.1675C10.4186%208.18176%2010.622%208.38531%2010.622%208.63631C10.622%208.88731%2010.4186%209.09085%2010.1675%209.09085H9.83256C9.58147%209.09085%209.37801%208.88731%209.37801%208.63631ZM10.9689%208.63631C10.9689%208.38531%2011.1724%208.18176%2011.4235%208.18176H11.7584C12.0095%208.18176%2012.2129%208.38531%2012.2129%208.63631C12.2129%208.88731%2012.0095%209.09085%2011.7584%209.09085H11.4235C11.1724%209.09085%2010.9689%208.88731%2010.9689%208.63631ZM12.5598%208.63631C12.5598%208.38531%2012.7633%208.18176%2013.0144%208.18176H13.1818C13.4328%208.18176%2013.6364%208.38531%2013.6364%208.63631C13.6364%208.88731%2013.4328%209.09085%2013.1818%209.09085H13.0144C12.7633%209.09085%2012.5598%208.88731%2012.5598%208.63631Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_19'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",ArtifactTable:"data:image/svg+xml,%3csvg%20viewBox='0%200%2020%2020'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_9)'%3e%3cmask%20id='mask0_7_9'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='-1'%20y='-1'%20width='22'%20height='22'%3e%3cpath%20d='M20.9091%20-0.909058H-0.909088V20.9091H20.9091V-0.909058Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7_9)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%2010C0%204.47715%204.47715%200%2010%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010ZM10%201.81818C5.4813%201.81818%201.81818%205.4813%201.81818%2010C1.81818%2014.5187%205.48131%2018.1818%2010%2018.1818C14.5187%2018.1818%2018.1818%2014.5187%2018.1818%2010C18.1818%205.48131%2014.5187%201.81818%2010%201.81818Z'%20fill='white'/%3e%3cpath%20d='M8.18183%205.45459H6.36365C5.86157%205.45459%205.45456%205.8616%205.45456%206.36368V8.18186C5.45456%208.68394%205.86157%209.09095%206.36365%209.09095H8.18183C8.68391%209.09095%209.09092%208.68394%209.09092%208.18186V6.36368C9.09092%205.8616%208.68391%205.45459%208.18183%205.45459Z'%20fill='white'/%3e%3cpath%20d='M13.6364%205.45459H11.8182C11.3161%205.45459%2010.9091%205.8616%2010.9091%206.36368V8.18186C10.9091%208.68394%2011.3161%209.09095%2011.8182%209.09095H13.6364C14.1384%209.09095%2014.5455%208.68394%2014.5455%208.18186V6.36368C14.5455%205.8616%2014.1384%205.45459%2013.6364%205.45459Z'%20fill='white'/%3e%3cpath%20d='M13.6364%2010.9091H11.8182C11.3161%2010.9091%2010.9091%2011.3161%2010.9091%2011.8181V13.6363C10.9091%2014.1384%2011.3161%2014.5454%2011.8182%2014.5454H13.6364C14.1384%2014.5454%2014.5455%2014.1384%2014.5455%2013.6363V11.8181C14.5455%2011.3161%2014.1384%2010.9091%2013.6364%2010.9091Z'%20fill='white'/%3e%3cpath%20d='M8.18183%2010.9091H6.36365C5.86157%2010.9091%205.45456%2011.3161%205.45456%2011.8181V13.6363C5.45456%2014.1384%205.86157%2014.5454%206.36365%2014.5454H8.18183C8.68391%2014.5454%209.09092%2014.1384%209.09092%2013.6363V11.8181C9.09092%2011.3161%208.68391%2010.9091%208.18183%2010.9091Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7_9'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"},Symbol.toStringTag,{value:"Module"}));function _I(r){const t={resolution:Il};return ot.from(xI[r],t)}async function vI(r){return await fo(_I,[r])}async function wI({cullAtZoomThreshold:r=!0}={}){const t=await Sb(),e=new jt;r&&t.add(e);async function i(s){const n=await vI(s);return e.texture=n,e}return{element:e,render:i}}var Qy={exports:{}};(function(r){(function(){function t(m,g){document.addEventListener?m.addEventListener("scroll",g,!1):m.attachEvent("scroll",g)}function e(m){document.body?m():document.addEventListener?document.addEventListener("DOMContentLoaded",function g(){document.removeEventListener("DOMContentLoaded",g),m()}):document.attachEvent("onreadystatechange",function g(){(document.readyState=="interactive"||document.readyState=="complete")&&(document.detachEvent("onreadystatechange",g),m())})}function i(m){this.g=document.createElement("div"),this.g.setAttribute("aria-hidden","true"),this.g.appendChild(document.createTextNode(m)),this.h=document.createElement("span"),this.i=document.createElement("span"),this.m=document.createElement("span"),this.j=document.createElement("span"),this.l=-1,this.h.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;",this.i.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;",this.j.style.cssText="max-width:none;display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;",this.m.style.cssText="display:inline-block;width:200%;height:200%;font-size:16px;max-width:none;",this.h.appendChild(this.m),this.i.appendChild(this.j),this.g.appendChild(this.h),this.g.appendChild(this.i)}function s(m,g){m.g.style.cssText="max-width:none;min-width:20px;min-height:20px;display:inline-block;overflow:hidden;position:absolute;width:auto;margin:0;padding:0;top:-999px;white-space:nowrap;font-synthesis:none;font:"+g+";"}function n(m){var g=m.g.offsetWidth,b=g+100;return m.j.style.width=b+"px",m.i.scrollLeft=b,m.h.scrollLeft=m.h.scrollWidth+100,m.l!==g?(m.l=g,!0):!1}function o(m,g){function b(){var x=_;n(x)&&x.g.parentNode!==null&&g(x.l)}var _=m;t(m.h,b),t(m.i,b),n(m)}function a(m,g,b){g=g||{},b=b||window,this.family=m,this.style=g.style||"normal",this.weight=g.weight||"normal",this.stretch=g.stretch||"normal",this.context=b}var h=null,l=null,c=null,u=null;function d(m){return l===null&&(f(m)&&/Apple/.test(window.navigator.vendor)?(m=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))(?:\.([0-9]+))/.exec(window.navigator.userAgent),l=!!m&&603>parseInt(m[1],10)):l=!1),l}function f(m){return u===null&&(u=!!m.document.fonts),u}function p(m,g){var b=m.style,_=m.weight;if(c===null){var x=document.createElement("div");try{x.style.font="condensed 100px sans-serif"}catch{}c=x.style.font!==""}return[b,_,c?m.stretch:"","100px",g].join(" ")}a.prototype.load=function(m,g){var b=this,_=m||"BESbswy",x=0,v=g||3e3,T=new Date().getTime();return new Promise(function(C,E){if(f(b.context)&&!d(b.context)){var I=new Promise(function(N,F){function P(){new Date().getTime()-T>=v?F(Error(""+v+"ms timeout exceeded")):b.context.document.fonts.load(p(b,'"'+b.family+'"'),_).then(function(A){1<=A.length?N():setTimeout(P,25)},F)}P()}),R=new Promise(function(N,F){x=setTimeout(function(){F(Error(""+v+"ms timeout exceeded"))},v)});Promise.race([R,I]).then(function(){clearTimeout(x),C(b)},E)}else e(function(){function N(){var O;(O=D!=-1&&X!=-1||D!=-1&&B!=-1||X!=-1&&B!=-1)&&((O=D!=X&&D!=B&&X!=B)||(h===null&&(O=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent),h=!!O&&(536>parseInt(O[1],10)||parseInt(O[1],10)===536&&11>=parseInt(O[2],10))),O=h&&(D==H&&X==H&&B==H||D==lt&&X==lt&&B==lt||D==W&&X==W&&B==W)),O=!O),O&&(L.parentNode!==null&&L.parentNode.removeChild(L),clearTimeout(x),C(b))}function F(){if(new Date().getTime()-T>=v)L.parentNode!==null&&L.parentNode.removeChild(L),E(Error(""+v+"ms timeout exceeded"));else{var O=b.context.document.hidden;(O===!0||O===void 0)&&(D=P.g.offsetWidth,X=A.g.offsetWidth,B=G.g.offsetWidth,N()),x=setTimeout(F,50)}}var P=new i(_),A=new i(_),G=new i(_),D=-1,X=-1,B=-1,H=-1,lt=-1,W=-1,L=document.createElement("div");L.dir="ltr",s(P,p(b,"sans-serif")),s(A,p(b,"serif")),s(G,p(b,"monospace")),L.appendChild(P.g),L.appendChild(A.g),L.appendChild(G.g),b.context.document.body.appendChild(L),H=P.g.offsetWidth,lt=A.g.offsetWidth,W=G.g.offsetWidth,F(),o(P,function(O){D=O,N()}),s(P,p(b,'"'+b.family+'",sans-serif')),o(A,function(O){X=O,N()}),s(A,p(b,'"'+b.family+'",serif')),o(G,function(O){B=O,N()}),s(G,p(b,'"'+b.family+'",monospace'))})})},r.exports=a})()})(Qy);var TI=Qy.exports;const SI=Zs(TI),qy={inter:{fontFamily:"Inter Variable",fontSize:16,lineHeight:20,fill:16777215}},t1={resolution:Il,chars:li.ASCII},e1="sans-serif",i1={inter:AI(qy.inter)};let wd=!1;async function CI(){const r=Object.values(qy);await Promise.all(r.map(t=>EI(t))),wd=!0,$.emit("fontsLoaded",i1)}async function EI(r){const{fontFamily:t,...e}=r,i=new SI(t);try{await i.load()}catch(s){console.error(s),console.warn(`fonts: font ${t} failed to load, falling back to ${e1}`),li.from(t,{fontFamily:e1,...e},t1);return}li.from(t,r,t1)}function II(){wd=!1}async function r1(){return wd?i1:await Fe("fontsLoaded")}function AI(r){const{fontFamily:t,...e}=r,i={fontName:t,...e};return s=>new GS(s,i)}async function Oh({cullAtZoomThreshold:r=!0}={}){const{inter:t}=await r1(),e=await Tb(),i=t("");r&&e.add(i);async function s(n){return i.text=n,await i}return{element:i,render:s}}async function s1({cullAtZoomThreshold:r}){const t=await Mt(),e=new Tt,i=new Tt,{element:s,render:n}=await wI({cullAtZoomThreshold:r}),{element:o,render:a}=await bI(),{element:h,render:l}=await Oh({cullAtZoomThreshold:r}),{element:c,render:u}=await pI();let d=!1,f=null,p;i.addChild(h),e.addChild(c),e.addChild(i);async function m(v){const{selected:T,name:C,type:E}=v;return d=T??d,f=C??f,p=E,p==="progress"?i.addChild(o):i.addChild(s),v.type==="progress"?await Promise.all([b(v.data),_()]):await Promise.all([g(),_()]),await x(),e}async function g(){if(p==="progress")return s;const v=Yr[p],{artifactIconSize:T,artifactIconColor:C,artifactPaddingLeft:E,artifactPaddingY:I}=t.styles,R=await n(v);return R.position={x:E,y:I},R.width=T,R.height=T,R.tint=C,R}async function b(v){const{artifactPaddingLeft:T,artifactPaddingRight:C,artifactPaddingY:E,artifactIconSize:I}=t.styles,R=20,N=(I-R*2)/2,F=a({value:v,radius:N,lineWidth:R});return f?F.position.x+=T:F.position.x+=(T+C)/2,F.position.y+=E,o}async function _(){if(!f)return h.visible=!1,h;await l(f);const{artifactPaddingLeft:v,artifactPaddingY:T,artifactTextColor:C,artifactIconSize:E,artifactContentGap:I}=t.styles,R=f?I:0,N=v+E+R,F=T;return h.tint=C,h.scale.set(.75),h.position={x:N,y:F},h.visible=!0,h}async function x(){const{artifactPaddingLeft:v,artifactPaddingRight:T,artifactPaddingY:C}=t.styles,E={selected:d,width:i.width+v+T,height:i.height+C*2};return await u(E)}return{element:e,render:m}}let Zt=null,Bh=!1;async function MI(){const r=await qt();r.on("click",()=>Di(null)),r.on("drag-start",()=>{Bh=!0}),r.on("drag-end",()=>{setTimeout(()=>{Bh=!1})})}function RI(){Zt=null,Bh=!1}function Di(r){if(!Bh&&!(!r&&!Zt||r&&ar(r))){if(Zt=r,r===null){$.emit("itemSelected",null);return}$.emit("itemSelected",r)}}function ar(r){if(Zt===null)return!1;const{kind:t}=r;switch(t){case"task-run":return ua(Zt)&&Zt.id===r.id;case"flow-run":return ua(Zt)&&Zt.id===r.id;case"artifact":return Vf(Zt)&&Zt.id===r.id;case"artifacts":return Hf(Zt)&&Zt.ids.length===r.ids.length&&Zt.ids.every(i=>r.ids.includes(i));case"state":return Kf(Zt)&&Zt.id===r.id;case"event":return Yf(Zt)&&Zt.id===r.id;case"events":return zf(Zt)&&Zt.ids.length===r.ids.length&&Zt.ids.every(i=>r.ids.includes(i));default:const e=t;throw new Error(`switch does not have case for value: ${e}`)}}function PI(){return Zt&&ua(Zt)?Zt:null}async function Td(r,{cullAtZoomThreshold:t=!0,enableLocalClickHandling:e=!1}={}){const{element:i,render:s}=await s1({cullAtZoomThreshold:t});let n=!1,o=r;i.eventMode="static",i.cursor="pointer",e&&i.on("click",u=>{u.stopPropagation(),Di({kind:"artifact",id:o.id})}),$.on("itemSelected",()=>{const u=ar({kind:"artifact",id:o.id});u!==n&&(n=u,a(o))});async function a(u){o=u,await s({selected:n,name:o.key,...o})}function h(){return n}function l(){return o.created}function c(){return o.id}return{isArtifact:!0,element:i,render:a,getSelected:h,getDate:l,getId:c}}function n1(r){return r.isArtifact===!0}function LI(r){return typeof r=="function"}function Uh(r){return LI(r)?r():r}async function o1(r,t){const e=await Bi(),i=await Mt();let s,n=null;async function o(){try{n=await i.fetchEvents(Uh(r)),t(n)}catch(h){console.error(h)}e.end_time||(s=setTimeout(()=>o(),i.fetchEventsInterval))}function a(){clearTimeout(s)}return{start:o,stop:a}}async function a1(){const r=await Mt(),t=await Tb(),e=new Tt,{element:i,render:s}=await Jy(),{element:n,render:o}=await vd(),{element:a,render:h}=await kh();t.add(e);let l=!1;e.eventMode="static",e.cursor="pointer",e.addChild(n),e.addChild(i),e.addChild(a),e.on("mouseover",u),e.on("mouseout",d);async function c({inside:f,isOpen:p}){l=f;const m={size:10,stroke:2,rotate:p?Nh.Up:Nh.Down},g=await s(m),b={width:r.styles.nodeToggleSize,height:r.styles.nodeToggleSize,background:r.styles.nodeToggleBgColor,radius:r.styles.nodeToggleBorderRadius},_=await o(b);_.alpha=f?0:.5;const x=await h({width:b.width,height:b.height,radius:b.radius,stroke:1,color:r.styles.nodeToggleBorderColor});x.alpha=f?0:1;const v={y:_.height/2,x:_.width/2},T=m.size/4;return g.x=v.x,g.y=p?v.y+T:v.y-T,e}function u(){n.alpha=l?.5:1}function d(){n.alpha=l?0:.5}return{element:e,render:c}}async function h1(){const r=await Mt(),t=await Qt(),e=new Tt,{element:i,render:s}=await vd(),{element:n,render:o}=await Dh();e.addChild(i),e.addChild(n);async function a(l){const{background:c="#fff"}=r.styles.node(l),{nodeHeight:u,nodeRadius:d}=r.styles,f=ar({kind:l.kind,id:l.id}),p=h(l,d),m=l.state_type!=="RUNNING"||t.isDependency();return await Promise.all([s({width:p,height:u,radius:d,background:c,capRight:m}),o({selected:f,width:p,height:u})]),i}function h(l,c){const u=gd();if(st.isTemporal()||st.isLeftAligned()){const d=l.start_time,f=l.end_time??new Date,m=zy(f,d)/_h*u;return Math.max(m,c*2)}return u}return{element:e,render:a}}var l1="Expected a function",c1=NaN,GI="[object Symbol]",FI=/^\s+|\s+$/g,NI=/^[-+]0x[0-9a-f]+$/i,kI=/^0b[01]+$/i,DI=/^0o[0-7]+$/i,OI=parseInt,BI=typeof be=="object"&&be&&be.Object===Object&&be,UI=typeof self=="object"&&self&&self.Object===Object&&self,XI=BI||UI||Function("return this")(),WI=Object.prototype,ZI=WI.toString,VI=Math.max,HI=Math.min,Sd=function(){return XI.Date.now()};function KI(r,t,e){var i,s,n,o,a,h,l=0,c=!1,u=!1,d=!0;if(typeof r!="function")throw new TypeError(l1);t=u1(t)||0,Xh(e)&&(c=!!e.leading,u="maxWait"in e,n=u?VI(u1(e.maxWait)||0,t):n,d="trailing"in e?!!e.trailing:d);function f(C){var E=i,I=s;return i=s=void 0,l=C,o=r.apply(I,E),o}function p(C){return l=C,a=setTimeout(b,t),c?f(C):o}function m(C){var E=C-h,I=C-l,R=t-E;return u?HI(R,n-I):R}function g(C){var E=C-h,I=C-l;return h===void 0||E>=t||E<0||u&&I>=n}function b(){var C=Sd();if(g(C))return _(C);a=setTimeout(b,m(C))}function _(C){return a=void 0,d&&i?f(C):(i=s=void 0,o)}function x(){a!==void 0&&clearTimeout(a),l=0,i=h=s=a=void 0}function v(){return a===void 0?o:_(Sd())}function T(){var C=Sd(),E=g(C);if(i=arguments,s=this,h=C,E){if(a===void 0)return p(h);if(u)return a=setTimeout(b,t),f(h)}return a===void 0&&(a=setTimeout(b,t)),o}return T.cancel=x,T.flush=v,T}function YI(r,t,e){var i=!0,s=!0;if(typeof r!="function")throw new TypeError(l1);return Xh(e)&&(i="leading"in e?!!e.leading:i,s="trailing"in e?!!e.trailing:s),KI(r,t,{leading:i,maxWait:t,trailing:s})}function Xh(r){var t=typeof r;return!!r&&(t=="object"||t=="function")}function zI(r){return!!r&&typeof r=="object"}function jI(r){return typeof r=="symbol"||zI(r)&&ZI.call(r)==GI}function u1(r){if(typeof r=="number")return r;if(jI(r))return c1;if(Xh(r)){var t=typeof r.valueOf=="function"?r.valueOf():r;r=Xh(t)?t+"":t}if(typeof r!="string")return r===0?r:+r;r=r.replace(FI,"");var e=kI.test(r);return e||DI.test(r)?OI(r.slice(2),e?2:8):NI.test(r)?c1:+r}var JI=YI;const d1=Zs(JI);async function f1(){const{element:r,render:t}=await s1({cullAtZoomThreshold:!1});let e=null,i=[],s=!1;r.eventMode="static",r.cursor="pointer",$.on("itemSelected",()=>{const l=ar({kind:"artifacts",ids:i});l!==s&&e&&(s=l,n({ids:i,date:e}))});async function n(l){if(!l){e=null,i=[],r.visible=!1;return}const{ids:c,date:u}=l;e=u,i=c,await t({selected:s,type:"unknown",name:c.length.toString()}),r.visible=!0}function o(){return s}function a(){return e}function h(){return i}return{isArtifactCluster:!0,element:r,render:n,getSelected:o,getDate:a,getIds:h,isCluster:!0}}async function $I({radius:r}){const t=await Jt(),e=new Ir;return e.beginFill("#fff"),e.drawCircle(0,0,r),e.endFill(),t.renderer.generateTexture(e,{resolution:El})}async function QI(r){return await fo($I,[r])}async function p1(r){const t=await QI(r);return new jt(t)}async function m1(r){const t=new Tt,e=await Mt(),i=await or(),s=await p1({radius:e.styles.eventRadiusDefault}),{element:n,render:o}=await Dh();let a=!1;t.addChild(i),t.addChild(s),t.addChild(n),t.eventMode="static",t.cursor="pointer",t.on("mouseenter",()=>{a||s.scale.set(1.5)}),t.on("mouseleave",()=>{a||s.scale.set(1)}),$.on("itemSelected",()=>{const u=ar({kind:"event",id:r.id,occurred:r.occurred});u!==a&&(a=u,s.scale.set(u?1.5:1),h())});function h(){const{eventColor:u,eventTargetSize:d,eventSelectedBorderInset:f}=e.styles;i.alpha=0,i.width=d,i.height=d,s.tint=u,s.anchor.set(.5),s.position.set(d/2,d/2),n.position.set(f,f),o({selected:a,width:d-f*2,height:d-f*2})}function l(){return r.id}function c(){return r.occurred}return{element:t,render:h,getId:l,getDate:c}}async function g1(){const r=new Tt,t=await Mt(),e=await or(),i=await p1({radius:t.styles.eventClusterRadiusDefault}),{element:s,render:n}=await Dh(),{element:o,render:a}=await Oh({cullAtZoomThreshold:!1});let h=null,l=[],c=!1;r.addChild(e),r.addChild(i),r.addChild(o),r.addChild(s),r.eventMode="static",r.cursor="pointer",r.on("mouseenter",()=>{c||i.scale.set(1.5)}),r.on("mouseleave",()=>{c||i.scale.set(1)}),$.on("itemSelected",()=>{const _=ar({kind:"events",occurred:h,ids:l});_!==c&&(c=_,i.scale.set(_?1.5:1),h&&u({ids:l,date:h}))});async function u(_){if(!_){h=null,l=[],r.visible=!1;return}const{ids:x,date:v}=_;h=v,l=x,d(),f(),m(),await p(x.length.toString()),r.visible=!0}function d(){const{eventTargetSize:_}=t.styles;e.alpha=0,e.width=_,e.height=_}function f(){const{eventClusterColor:_,eventTargetSize:x}=t.styles;i.tint=_,i.anchor.set(.5),i.position.set(x/2,x/2)}async function p(_){if(l.length<2)return;const{eventTargetSize:x}=t.styles,v=-1;o.scale.set(.6),o.anchor.set(.5),o.position.set(x/2,x/2+v),await a(_)}function m(){const{eventSelectedBorderInset:_,eventTargetSize:x}=t.styles;s.position.set(_,_),n({selected:c,width:x-_*2,height:x-_*2})}function g(){return l}function b(){return h}return{element:r,render:u,getIds:g,getDate:b}}function Wh(r,t){return r==null||t==null?NaN:r<t?-1:r>t?1:r>=t?0:NaN}function qI(r,t){return r==null||t==null?NaN:t<r?-1:t>r?1:t>=r?0:NaN}function Cd(r){let t,e,i;r.length!==2?(t=Wh,e=(a,h)=>Wh(r(a),h),i=(a,h)=>r(a)-h):(t=r===Wh||r===qI?r:tA,e=r,i=r);function s(a,h,l=0,c=a.length){if(l<c){if(t(h,h)!==0)return c;do{const u=l+c>>>1;e(a[u],h)<0?l=u+1:c=u}while(l<c)}return l}function n(a,h,l=0,c=a.length){if(l<c){if(t(h,h)!==0)return c;do{const u=l+c>>>1;e(a[u],h)<=0?l=u+1:c=u}while(l<c)}return l}function o(a,h,l=0,c=a.length){const u=s(a,h,l,c-1);return u>l&&i(a[u-1],h)>-i(a[u],h)?u-1:u}return{left:s,center:o,right:n}}function tA(){return 0}function eA(r){return r===null?NaN:+r}const iA=Cd(Wh).right;Cd(eA).center;const rA=Math.sqrt(50),sA=Math.sqrt(10),nA=Math.sqrt(2);function Zh(r,t,e){const i=(t-r)/Math.max(0,e),s=Math.floor(Math.log10(i)),n=i/Math.pow(10,s),o=n>=rA?10:n>=sA?5:n>=nA?2:1;let a,h,l;return s<0?(l=Math.pow(10,-s)/o,a=Math.round(r*l),h=Math.round(t*l),a/l<r&&++a,h/l>t&&--h,l=-l):(l=Math.pow(10,s)*o,a=Math.round(r/l),h=Math.round(t/l),a*l<r&&++a,h*l>t&&--h),h<a&&.5<=e&&e<2?Zh(r,t,e*2):[a,h,l]}function oA(r,t,e){if(t=+t,r=+r,e=+e,!(e>0))return[];if(r===t)return[r];const i=t<r,[s,n,o]=i?Zh(t,r,e):Zh(r,t,e);if(!(n>=s))return[];const a=n-s+1,h=new Array(a);if(i)if(o<0)for(let l=0;l<a;++l)h[l]=(n-l)/-o;else for(let l=0;l<a;++l)h[l]=(n-l)*o;else if(o<0)for(let l=0;l<a;++l)h[l]=(s+l)/-o;else for(let l=0;l<a;++l)h[l]=(s+l)*o;return h}function Ed(r,t,e){return t=+t,r=+r,e=+e,Zh(r,t,e)[2]}function Id(r,t,e){t=+t,r=+r,e=+e;const i=t<r,s=i?Ed(t,r,e):Ed(r,t,e);return(i?-1:1)*(s<0?1/-s:s)}function Ad(r,t,e){r.prototype=t.prototype=e,e.constructor=r}function y1(r,t){var e=Object.create(r.prototype);for(var i in t)e[i]=t[i];return e}function Po(){}var Lo=.7,Vh=1/Lo,Tn="\\s*([+-]?\\d+)\\s*",Go="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Oi="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",aA=/^#([0-9a-f]{3,8})$/,hA=new RegExp(`^rgb\\(${Tn},${Tn},${Tn}\\)$`),lA=new RegExp(`^rgb\\(${Oi},${Oi},${Oi}\\)$`),cA=new RegExp(`^rgba\\(${Tn},${Tn},${Tn},${Go}\\)$`),uA=new RegExp(`^rgba\\(${Oi},${Oi},${Oi},${Go}\\)$`),dA=new RegExp(`^hsl\\(${Go},${Oi},${Oi}\\)$`),fA=new RegExp(`^hsla\\(${Go},${Oi},${Oi},${Go}\\)$`),b1={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};Ad(Po,Fo,{copy(r){return Object.assign(new this.constructor,this,r)},displayable(){return this.rgb().displayable()},hex:x1,formatHex:x1,formatHex8:pA,formatHsl:mA,formatRgb:_1,toString:_1});function x1(){return this.rgb().formatHex()}function pA(){return this.rgb().formatHex8()}function mA(){return C1(this).formatHsl()}function _1(){return this.rgb().formatRgb()}function Fo(r){var t,e;return r=(r+"").trim().toLowerCase(),(t=aA.exec(r))?(e=t[1].length,t=parseInt(t[1],16),e===6?v1(t):e===3?new Me(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):e===8?Hh(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):e===4?Hh(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=hA.exec(r))?new Me(t[1],t[2],t[3],1):(t=lA.exec(r))?new Me(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=cA.exec(r))?Hh(t[1],t[2],t[3],t[4]):(t=uA.exec(r))?Hh(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=dA.exec(r))?S1(t[1],t[2]/100,t[3]/100,1):(t=fA.exec(r))?S1(t[1],t[2]/100,t[3]/100,t[4]):b1.hasOwnProperty(r)?v1(b1[r]):r==="transparent"?new Me(NaN,NaN,NaN,0):null}function v1(r){return new Me(r>>16&255,r>>8&255,r&255,1)}function Hh(r,t,e,i){return i<=0&&(r=t=e=NaN),new Me(r,t,e,i)}function gA(r){return r instanceof Po||(r=Fo(r)),r?(r=r.rgb(),new Me(r.r,r.g,r.b,r.opacity)):new Me}function Md(r,t,e,i){return arguments.length===1?gA(r):new Me(r,t,e,i??1)}function Me(r,t,e,i){this.r=+r,this.g=+t,this.b=+e,this.opacity=+i}Ad(Me,Md,y1(Po,{brighter(r){return r=r==null?Vh:Math.pow(Vh,r),new Me(this.r*r,this.g*r,this.b*r,this.opacity)},darker(r){return r=r==null?Lo:Math.pow(Lo,r),new Me(this.r*r,this.g*r,this.b*r,this.opacity)},rgb(){return this},clamp(){return new Me(Cs(this.r),Cs(this.g),Cs(this.b),Kh(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:w1,formatHex:w1,formatHex8:yA,formatRgb:T1,toString:T1}));function w1(){return`#${Es(this.r)}${Es(this.g)}${Es(this.b)}`}function yA(){return`#${Es(this.r)}${Es(this.g)}${Es(this.b)}${Es((isNaN(this.opacity)?1:this.opacity)*255)}`}function T1(){const r=Kh(this.opacity);return`${r===1?"rgb(":"rgba("}${Cs(this.r)}, ${Cs(this.g)}, ${Cs(this.b)}${r===1?")":`, ${r})`}`}function Kh(r){return isNaN(r)?1:Math.max(0,Math.min(1,r))}function Cs(r){return Math.max(0,Math.min(255,Math.round(r)||0))}function Es(r){return r=Cs(r),(r<16?"0":"")+r.toString(16)}function S1(r,t,e,i){return i<=0?r=t=e=NaN:e<=0||e>=1?r=t=NaN:t<=0&&(r=NaN),new ci(r,t,e,i)}function C1(r){if(r instanceof ci)return new ci(r.h,r.s,r.l,r.opacity);if(r instanceof Po||(r=Fo(r)),!r)return new ci;if(r instanceof ci)return r;r=r.rgb();var t=r.r/255,e=r.g/255,i=r.b/255,s=Math.min(t,e,i),n=Math.max(t,e,i),o=NaN,a=n-s,h=(n+s)/2;return a?(t===n?o=(e-i)/a+(e<i)*6:e===n?o=(i-t)/a+2:o=(t-e)/a+4,a/=h<.5?n+s:2-n-s,o*=60):a=h>0&&h<1?0:o,new ci(o,a,h,r.opacity)}function bA(r,t,e,i){return arguments.length===1?C1(r):new ci(r,t,e,i??1)}function ci(r,t,e,i){this.h=+r,this.s=+t,this.l=+e,this.opacity=+i}Ad(ci,bA,y1(Po,{brighter(r){return r=r==null?Vh:Math.pow(Vh,r),new ci(this.h,this.s,this.l*r,this.opacity)},darker(r){return r=r==null?Lo:Math.pow(Lo,r),new ci(this.h,this.s,this.l*r,this.opacity)},rgb(){var r=this.h%360+(this.h<0)*360,t=isNaN(r)||isNaN(this.s)?0:this.s,e=this.l,i=e+(e<.5?e:1-e)*t,s=2*e-i;return new Me(Rd(r>=240?r-240:r+120,s,i),Rd(r,s,i),Rd(r<120?r+240:r-120,s,i),this.opacity)},clamp(){return new ci(E1(this.h),Yh(this.s),Yh(this.l),Kh(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const r=Kh(this.opacity);return`${r===1?"hsl(":"hsla("}${E1(this.h)}, ${Yh(this.s)*100}%, ${Yh(this.l)*100}%${r===1?")":`, ${r})`}`}}));function E1(r){return r=(r||0)%360,r<0?r+360:r}function Yh(r){return Math.max(0,Math.min(1,r||0))}function Rd(r,t,e){return(r<60?t+(e-t)*r/60:r<180?e:r<240?t+(e-t)*(240-r)/60:t)*255}const Pd=r=>()=>r;function xA(r,t){return function(e){return r+e*t}}function _A(r,t,e){return r=Math.pow(r,e),t=Math.pow(t,e)-r,e=1/e,function(i){return Math.pow(r+i*t,e)}}function vA(r){return(r=+r)==1?I1:function(t,e){return e-t?_A(t,e,r):Pd(isNaN(t)?e:t)}}function I1(r,t){var e=t-r;return e?xA(r,e):Pd(isNaN(r)?t:r)}const A1=function r(t){var e=vA(t);function i(s,n){var o=e((s=Md(s)).r,(n=Md(n)).r),a=e(s.g,n.g),h=e(s.b,n.b),l=I1(s.opacity,n.opacity);return function(c){return s.r=o(c),s.g=a(c),s.b=h(c),s.opacity=l(c),s+""}}return i.gamma=r,i}(1);function wA(r,t){t||(t=[]);var e=r?Math.min(t.length,r.length):0,i=t.slice(),s;return function(n){for(s=0;s<e;++s)i[s]=r[s]*(1-n)+t[s]*n;return i}}function TA(r){return ArrayBuffer.isView(r)&&!(r instanceof DataView)}function SA(r,t){var e=t?t.length:0,i=r?Math.min(e,r.length):0,s=new Array(i),n=new Array(e),o;for(o=0;o<i;++o)s[o]=Fd(r[o],t[o]);for(;o<e;++o)n[o]=t[o];return function(a){for(o=0;o<i;++o)n[o]=s[o](a);return n}}function CA(r,t){var e=new Date;return r=+r,t=+t,function(i){return e.setTime(r*(1-i)+t*i),e}}function zh(r,t){return r=+r,t=+t,function(e){return r*(1-e)+t*e}}function EA(r,t){var e={},i={},s;(r===null||typeof r!="object")&&(r={}),(t===null||typeof t!="object")&&(t={});for(s in t)s in r?e[s]=Fd(r[s],t[s]):i[s]=t[s];return function(n){for(s in e)i[s]=e[s](n);return i}}var Ld=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Gd=new RegExp(Ld.source,"g");function IA(r){return function(){return r}}function AA(r){return function(t){return r(t)+""}}function MA(r,t){var e=Ld.lastIndex=Gd.lastIndex=0,i,s,n,o=-1,a=[],h=[];for(r=r+"",t=t+"";(i=Ld.exec(r))&&(s=Gd.exec(t));)(n=s.index)>e&&(n=t.slice(e,n),a[o]?a[o]+=n:a[++o]=n),(i=i[0])===(s=s[0])?a[o]?a[o]+=s:a[++o]=s:(a[++o]=null,h.push({i:o,x:zh(i,s)})),e=Gd.lastIndex;return e<t.length&&(n=t.slice(e),a[o]?a[o]+=n:a[++o]=n),a.length<2?h[0]?AA(h[0].x):IA(t):(t=h.length,function(l){for(var c=0,u;c<t;++c)a[(u=h[c]).i]=u.x(l);return a.join("")})}function Fd(r,t){var e=typeof t,i;return t==null||e==="boolean"?Pd(t):(e==="number"?zh:e==="string"?(i=Fo(t))?(t=i,A1):MA:t instanceof Fo?A1:t instanceof Date?CA:TA(t)?wA:Array.isArray(t)?SA:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?EA:zh)(r,t)}function RA(r,t){return r=+r,t=+t,function(e){return Math.round(r*(1-e)+t*e)}}function PA(r){return Math.abs(r=Math.round(r))>=1e21?r.toLocaleString("en").replace(/,/g,""):r.toString(10)}function jh(r,t){if((e=(r=t?r.toExponential(t-1):r.toExponential()).indexOf("e"))<0)return null;var e,i=r.slice(0,e);return[i.length>1?i[0]+i.slice(2):i,+r.slice(e+1)]}function Sn(r){return r=jh(Math.abs(r)),r?r[1]:NaN}function LA(r,t){return function(e,i){for(var s=e.length,n=[],o=0,a=r[0],h=0;s>0&&a>0&&(h+a+1>i&&(a=Math.max(1,i-h)),n.push(e.substring(s-=a,s+a)),!((h+=a+1)>i));)a=r[o=(o+1)%r.length];return n.reverse().join(t)}}function GA(r){return function(t){return t.replace(/[0-9]/g,function(e){return r[+e]})}}var FA=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Jh(r){if(!(t=FA.exec(r)))throw new Error("invalid format: "+r);var t;return new Nd({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}Jh.prototype=Nd.prototype;function Nd(r){this.fill=r.fill===void 0?" ":r.fill+"",this.align=r.align===void 0?">":r.align+"",this.sign=r.sign===void 0?"-":r.sign+"",this.symbol=r.symbol===void 0?"":r.symbol+"",this.zero=!!r.zero,this.width=r.width===void 0?void 0:+r.width,this.comma=!!r.comma,this.precision=r.precision===void 0?void 0:+r.precision,this.trim=!!r.trim,this.type=r.type===void 0?"":r.type+""}Nd.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function NA(r){t:for(var t=r.length,e=1,i=-1,s;e<t;++e)switch(r[e]){case".":i=s=e;break;case"0":i===0&&(i=e),s=e;break;default:if(!+r[e])break t;i>0&&(i=0);break}return i>0?r.slice(0,i)+r.slice(s+1):r}var M1;function kA(r,t){var e=jh(r,t);if(!e)return r+"";var i=e[0],s=e[1],n=s-(M1=Math.max(-8,Math.min(8,Math.floor(s/3)))*3)+1,o=i.length;return n===o?i:n>o?i+new Array(n-o+1).join("0"):n>0?i.slice(0,n)+"."+i.slice(n):"0."+new Array(1-n).join("0")+jh(r,Math.max(0,t+n-1))[0]}function R1(r,t){var e=jh(r,t);if(!e)return r+"";var i=e[0],s=e[1];return s<0?"0."+new Array(-s).join("0")+i:i.length>s+1?i.slice(0,s+1)+"."+i.slice(s+1):i+new Array(s-i.length+2).join("0")}const P1={"%":(r,t)=>(r*100).toFixed(t),b:r=>Math.round(r).toString(2),c:r=>r+"",d:PA,e:(r,t)=>r.toExponential(t),f:(r,t)=>r.toFixed(t),g:(r,t)=>r.toPrecision(t),o:r=>Math.round(r).toString(8),p:(r,t)=>R1(r*100,t),r:R1,s:kA,X:r=>Math.round(r).toString(16).toUpperCase(),x:r=>Math.round(r).toString(16)};function L1(r){return r}var G1=Array.prototype.map,F1=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function DA(r){var t=r.grouping===void 0||r.thousands===void 0?L1:LA(G1.call(r.grouping,Number),r.thousands+""),e=r.currency===void 0?"":r.currency[0]+"",i=r.currency===void 0?"":r.currency[1]+"",s=r.decimal===void 0?".":r.decimal+"",n=r.numerals===void 0?L1:GA(G1.call(r.numerals,String)),o=r.percent===void 0?"%":r.percent+"",a=r.minus===void 0?"−":r.minus+"",h=r.nan===void 0?"NaN":r.nan+"";function l(u){u=Jh(u);var d=u.fill,f=u.align,p=u.sign,m=u.symbol,g=u.zero,b=u.width,_=u.comma,x=u.precision,v=u.trim,T=u.type;T==="n"?(_=!0,T="g"):P1[T]||(x===void 0&&(x=12),v=!0,T="g"),(g||d==="0"&&f==="=")&&(g=!0,d="0",f="=");var C=m==="$"?e:m==="#"&&/[boxX]/.test(T)?"0"+T.toLowerCase():"",E=m==="$"?i:/[%p]/.test(T)?o:"",I=P1[T],R=/[defgprs%]/.test(T);x=x===void 0?6:/[gprs]/.test(T)?Math.max(1,Math.min(21,x)):Math.max(0,Math.min(20,x));function N(F){var P=C,A=E,G,D,X;if(T==="c")A=I(F)+A,F="";else{F=+F;var B=F<0||1/F<0;if(F=isNaN(F)?h:I(Math.abs(F),x),v&&(F=NA(F)),B&&+F==0&&p!=="+"&&(B=!1),P=(B?p==="("?p:a:p==="-"||p==="("?"":p)+P,A=(T==="s"?F1[8+M1/3]:"")+A+(B&&p==="("?")":""),R){for(G=-1,D=F.length;++G<D;)if(X=F.charCodeAt(G),48>X||X>57){A=(X===46?s+F.slice(G+1):F.slice(G))+A,F=F.slice(0,G);break}}}_&&!g&&(F=t(F,1/0));var H=P.length+F.length+A.length,lt=H<b?new Array(b-H+1).join(d):"";switch(_&&g&&(F=t(lt+F,lt.length?b-A.length:1/0),lt=""),f){case"<":F=P+F+A+lt;break;case"=":F=P+lt+F+A;break;case"^":F=lt.slice(0,H=lt.length>>1)+P+F+A+lt.slice(H);break;default:F=lt+P+F+A;break}return n(F)}return N.toString=function(){return u+""},N}function c(u,d){var f=l((u=Jh(u),u.type="f",u)),p=Math.max(-8,Math.min(8,Math.floor(Sn(d)/3)))*3,m=Math.pow(10,-p),g=F1[8+p/3];return function(b){return f(m*b)+g}}return{format:l,formatPrefix:c}}var $h,N1,k1;OA({thousands:",",grouping:[3],currency:["$",""]});function OA(r){return $h=DA(r),N1=$h.format,k1=$h.formatPrefix,$h}function BA(r){return Math.max(0,-Sn(Math.abs(r)))}function UA(r,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(Sn(t)/3)))*3-Sn(Math.abs(r)))}function XA(r,t){return r=Math.abs(r),t=Math.abs(t)-r,Math.max(0,Sn(t)-Sn(r))+1}function D1(r,t){switch(arguments.length){case 0:break;case 1:this.range(r);break;default:this.range(t).domain(r);break}return this}function WA(r){return function(){return r}}function ZA(r){return+r}var O1=[0,1];function Cn(r){return r}function kd(r,t){return(t-=r=+r)?function(e){return(e-r)/t}:WA(isNaN(t)?NaN:.5)}function VA(r,t){var e;return r>t&&(e=r,r=t,t=e),function(i){return Math.max(r,Math.min(t,i))}}function HA(r,t,e){var i=r[0],s=r[1],n=t[0],o=t[1];return s<i?(i=kd(s,i),n=e(o,n)):(i=kd(i,s),n=e(n,o)),function(a){return n(i(a))}}function KA(r,t,e){var i=Math.min(r.length,t.length)-1,s=new Array(i),n=new Array(i),o=-1;for(r[i]<r[0]&&(r=r.slice().reverse(),t=t.slice().reverse());++o<i;)s[o]=kd(r[o],r[o+1]),n[o]=e(t[o],t[o+1]);return function(a){var h=iA(r,a,1,i)-1;return n[h](s[h](a))}}function B1(r,t){return t.domain(r.domain()).range(r.range()).interpolate(r.interpolate()).clamp(r.clamp()).unknown(r.unknown())}function YA(){var r=O1,t=O1,e=Fd,i,s,n,o=Cn,a,h,l;function c(){var d=Math.min(r.length,t.length);return o!==Cn&&(o=VA(r[0],r[d-1])),a=d>2?KA:HA,h=l=null,u}function u(d){return d==null||isNaN(d=+d)?n:(h||(h=a(r.map(i),t,e)))(i(o(d)))}return u.invert=function(d){return o(s((l||(l=a(t,r.map(i),zh)))(d)))},u.domain=function(d){return arguments.length?(r=Array.from(d,ZA),c()):r.slice()},u.range=function(d){return arguments.length?(t=Array.from(d),c()):t.slice()},u.rangeRound=function(d){return t=Array.from(d),e=RA,c()},u.clamp=function(d){return arguments.length?(o=d?!0:Cn,c()):o!==Cn},u.interpolate=function(d){return arguments.length?(e=d,c()):e},u.unknown=function(d){return arguments.length?(n=d,u):n},function(d,f){return i=d,s=f,c()}}function U1(){return YA()(Cn,Cn)}function zA(r,t,e,i){var s=Id(r,t,e),n;switch(i=Jh(i??",f"),i.type){case"s":{var o=Math.max(Math.abs(r),Math.abs(t));return i.precision==null&&!isNaN(n=UA(s,o))&&(i.precision=n),k1(i,o)}case"":case"e":case"g":case"p":case"r":{i.precision==null&&!isNaN(n=XA(s,Math.max(Math.abs(r),Math.abs(t))))&&(i.precision=n-(i.type==="e"));break}case"f":case"%":{i.precision==null&&!isNaN(n=BA(s))&&(i.precision=n-(i.type==="%")*2);break}}return N1(i)}function jA(r){var t=r.domain;return r.ticks=function(e){var i=t();return oA(i[0],i[i.length-1],e??10)},r.tickFormat=function(e,i){var s=t();return zA(s[0],s[s.length-1],e??10,i)},r.nice=function(e){e==null&&(e=10);var i=t(),s=0,n=i.length-1,o=i[s],a=i[n],h,l,c=10;for(a<o&&(l=o,o=a,a=l,l=s,s=n,n=l);c-- >0;){if(l=Ed(o,a,e),l===h)return i[s]=o,i[n]=a,t(i);if(l>0)o=Math.floor(o/l)*l,a=Math.ceil(a/l)*l;else if(l<0)o=Math.ceil(o*l)/l,a=Math.floor(a*l)/l;else break;h=l}return r},r}function X1(){var r=U1();return r.copy=function(){return B1(r,X1())},D1.apply(r,arguments),jA(r)}function JA(r,t){r=r.slice();var e=0,i=r.length-1,s=r[e],n=r[i],o;return n<s&&(o=e,e=i,i=o,o=s,s=n,n=o),r[e]=t.floor(s),r[i]=t.ceil(n),r}const Dd=new Date,Od=new Date;function ie(r,t,e,i){function s(n){return r(n=arguments.length===0?new Date:new Date(+n)),n}return s.floor=n=>(r(n=new Date(+n)),n),s.ceil=n=>(r(n=new Date(n-1)),t(n,1),r(n),n),s.round=n=>{const o=s(n),a=s.ceil(n);return n-o<a-n?o:a},s.offset=(n,o)=>(t(n=new Date(+n),o==null?1:Math.floor(o)),n),s.range=(n,o,a)=>{const h=[];if(n=s.ceil(n),a=a==null?1:Math.floor(a),!(n<o)||!(a>0))return h;let l;do h.push(l=new Date(+n)),t(n,a),r(n);while(l<n&&n<o);return h},s.filter=n=>ie(o=>{if(o>=o)for(;r(o),!n(o);)o.setTime(o-1)},(o,a)=>{if(o>=o)if(a<0)for(;++a<=0;)for(;t(o,-1),!n(o););else for(;--a>=0;)for(;t(o,1),!n(o););}),e&&(s.count=(n,o)=>(Dd.setTime(+n),Od.setTime(+o),r(Dd),r(Od),Math.floor(e(Dd,Od))),s.every=n=>(n=Math.floor(n),!isFinite(n)||!(n>0)?null:n>1?s.filter(i?o=>i(o)%n===0:o=>s.count(0,o)%n===0):s)),s}const Qh=ie(()=>{},(r,t)=>{r.setTime(+r+t)},(r,t)=>t-r);Qh.every=r=>(r=Math.floor(r),!isFinite(r)||!(r>0)?null:r>1?ie(t=>{t.setTime(Math.floor(t/r)*r)},(t,e)=>{t.setTime(+t+e*r)},(t,e)=>(e-t)/r):Qh),Qh.range;const hr=1e3,$e=hr*60,lr=$e*60,cr=lr*24,Bd=cr*7,W1=cr*30,Ud=cr*365,En=ie(r=>{r.setTime(r-r.getMilliseconds())},(r,t)=>{r.setTime(+r+t*hr)},(r,t)=>(t-r)/hr,r=>r.getUTCSeconds());En.range;const Xd=ie(r=>{r.setTime(r-r.getMilliseconds()-r.getSeconds()*hr)},(r,t)=>{r.setTime(+r+t*$e)},(r,t)=>(t-r)/$e,r=>r.getMinutes());Xd.range,ie(r=>{r.setUTCSeconds(0,0)},(r,t)=>{r.setTime(+r+t*$e)},(r,t)=>(t-r)/$e,r=>r.getUTCMinutes()).range;const Wd=ie(r=>{r.setTime(r-r.getMilliseconds()-r.getSeconds()*hr-r.getMinutes()*$e)},(r,t)=>{r.setTime(+r+t*lr)},(r,t)=>(t-r)/lr,r=>r.getHours());Wd.range,ie(r=>{r.setUTCMinutes(0,0,0)},(r,t)=>{r.setTime(+r+t*lr)},(r,t)=>(t-r)/lr,r=>r.getUTCHours()).range;const No=ie(r=>r.setHours(0,0,0,0),(r,t)=>r.setDate(r.getDate()+t),(r,t)=>(t-r-(t.getTimezoneOffset()-r.getTimezoneOffset())*$e)/cr,r=>r.getDate()-1);No.range;const Zd=ie(r=>{r.setUTCHours(0,0,0,0)},(r,t)=>{r.setUTCDate(r.getUTCDate()+t)},(r,t)=>(t-r)/cr,r=>r.getUTCDate()-1);Zd.range,ie(r=>{r.setUTCHours(0,0,0,0)},(r,t)=>{r.setUTCDate(r.getUTCDate()+t)},(r,t)=>(t-r)/cr,r=>Math.floor(r/cr)).range;function Is(r){return ie(t=>{t.setDate(t.getDate()-(t.getDay()+7-r)%7),t.setHours(0,0,0,0)},(t,e)=>{t.setDate(t.getDate()+e*7)},(t,e)=>(e-t-(e.getTimezoneOffset()-t.getTimezoneOffset())*$e)/Bd)}const qh=Is(0),tl=Is(1),$A=Is(2),QA=Is(3),In=Is(4),qA=Is(5),tM=Is(6);qh.range,tl.range,$A.range,QA.range,In.range,qA.range,tM.range;function As(r){return ie(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-r)%7),t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCDate(t.getUTCDate()+e*7)},(t,e)=>(e-t)/Bd)}const Z1=As(0),el=As(1),eM=As(2),iM=As(3),An=As(4),rM=As(5),sM=As(6);Z1.range,el.range,eM.range,iM.range,An.range,rM.range,sM.range;const Vd=ie(r=>{r.setDate(1),r.setHours(0,0,0,0)},(r,t)=>{r.setMonth(r.getMonth()+t)},(r,t)=>t.getMonth()-r.getMonth()+(t.getFullYear()-r.getFullYear())*12,r=>r.getMonth());Vd.range,ie(r=>{r.setUTCDate(1),r.setUTCHours(0,0,0,0)},(r,t)=>{r.setUTCMonth(r.getUTCMonth()+t)},(r,t)=>t.getUTCMonth()-r.getUTCMonth()+(t.getUTCFullYear()-r.getUTCFullYear())*12,r=>r.getUTCMonth()).range;const ur=ie(r=>{r.setMonth(0,1),r.setHours(0,0,0,0)},(r,t)=>{r.setFullYear(r.getFullYear()+t)},(r,t)=>t.getFullYear()-r.getFullYear(),r=>r.getFullYear());ur.every=r=>!isFinite(r=Math.floor(r))||!(r>0)?null:ie(t=>{t.setFullYear(Math.floor(t.getFullYear()/r)*r),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,e)=>{t.setFullYear(t.getFullYear()+e*r)}),ur.range;const Ms=ie(r=>{r.setUTCMonth(0,1),r.setUTCHours(0,0,0,0)},(r,t)=>{r.setUTCFullYear(r.getUTCFullYear()+t)},(r,t)=>t.getUTCFullYear()-r.getUTCFullYear(),r=>r.getUTCFullYear());Ms.every=r=>!isFinite(r=Math.floor(r))||!(r>0)?null:ie(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/r)*r),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,e)=>{t.setUTCFullYear(t.getUTCFullYear()+e*r)}),Ms.range;function nM(r,t,e,i,s,n){const o=[[En,1,hr],[En,5,5*hr],[En,15,15*hr],[En,30,30*hr],[n,1,$e],[n,5,5*$e],[n,15,15*$e],[n,30,30*$e],[s,1,lr],[s,3,3*lr],[s,6,6*lr],[s,12,12*lr],[i,1,cr],[i,2,2*cr],[e,1,Bd],[t,1,W1],[t,3,3*W1],[r,1,Ud]];function a(l,c,u){const d=c<l;d&&([l,c]=[c,l]);const f=u&&typeof u.range=="function"?u:h(l,c,u),p=f?f.range(l,+c+1):[];return d?p.reverse():p}function h(l,c,u){const d=Math.abs(c-l)/u,f=Cd(([,,g])=>g).right(o,d);if(f===o.length)return r.every(Id(l/Ud,c/Ud,u));if(f===0)return Qh.every(Math.max(Id(l,c,u),1));const[p,m]=o[d/o[f-1][2]<o[f][2]/d?f-1:f];return p.every(m)}return[a,h]}const[oM,aM]=nM(ur,Vd,qh,No,Wd,Xd);function Hd(r){if(0<=r.y&&r.y<100){var t=new Date(-1,r.m,r.d,r.H,r.M,r.S,r.L);return t.setFullYear(r.y),t}return new Date(r.y,r.m,r.d,r.H,r.M,r.S,r.L)}function Kd(r){if(0<=r.y&&r.y<100){var t=new Date(Date.UTC(-1,r.m,r.d,r.H,r.M,r.S,r.L));return t.setUTCFullYear(r.y),t}return new Date(Date.UTC(r.y,r.m,r.d,r.H,r.M,r.S,r.L))}function ko(r,t,e){return{y:r,m:t,d:e,H:0,M:0,S:0,L:0}}function hM(r){var t=r.dateTime,e=r.date,i=r.time,s=r.periods,n=r.days,o=r.shortDays,a=r.months,h=r.shortMonths,l=Do(s),c=Oo(s),u=Do(n),d=Oo(n),f=Do(o),p=Oo(o),m=Do(a),g=Oo(a),b=Do(h),_=Oo(h),x={a:B,A:H,b:lt,B:W,c:null,d:j1,e:j1,f:PM,g:XM,G:ZM,H:AM,I:MM,j:RM,L:J1,m:LM,M:GM,p:L,q:O,Q:ib,s:rb,S:FM,u:NM,U:kM,V:DM,w:OM,W:BM,x:null,X:null,y:UM,Y:WM,Z:VM,"%":eb},v={a:U,A:tt,b:Q,B:xt,c:null,d:Q1,e:Q1,f:zM,g:sR,G:oR,H:HM,I:KM,j:YM,L:q1,m:jM,M:JM,p:Ct,q,Q:ib,s:rb,S:$M,u:QM,U:qM,V:tR,w:eR,W:iR,x:null,X:null,y:rR,Y:nR,Z:aR,"%":eb},T={a:N,A:F,b:P,B:A,c:G,d:Y1,e:Y1,f:SM,g:K1,G:H1,H:z1,I:z1,j:_M,L:TM,m:xM,M:vM,p:R,q:bM,Q:EM,s:IM,S:wM,u:fM,U:pM,V:mM,w:dM,W:gM,x:D,X,y:K1,Y:H1,Z:yM,"%":CM};x.x=C(e,x),x.X=C(i,x),x.c=C(t,x),v.x=C(e,v),v.X=C(i,v),v.c=C(t,v);function C(Z,Y){return function(z){var k=[],ut=-1,gt=0,At=Z.length,Ft,Pe,Ue;for(z instanceof Date||(z=new Date(+z));++ut<At;)Z.charCodeAt(ut)===37&&(k.push(Z.slice(gt,ut)),(Pe=V1[Ft=Z.charAt(++ut)])!=null?Ft=Z.charAt(++ut):Pe=Ft==="e"?" ":"0",(Ue=Y[Ft])&&(Ft=Ue(z,Pe)),k.push(Ft),gt=ut+1);return k.push(Z.slice(gt,ut)),k.join("")}}function E(Z,Y){return function(z){var k=ko(1900,void 0,1),ut=I(k,Z,z+="",0),gt,At;if(ut!=z.length)return null;if("Q"in k)return new Date(k.Q);if("s"in k)return new Date(k.s*1e3+("L"in k?k.L:0));if(Y&&!("Z"in k)&&(k.Z=0),"p"in k&&(k.H=k.H%12+k.p*12),k.m===void 0&&(k.m="q"in k?k.q:0),"V"in k){if(k.V<1||k.V>53)return null;"w"in k||(k.w=1),"Z"in k?(gt=Kd(ko(k.y,0,1)),At=gt.getUTCDay(),gt=At>4||At===0?el.ceil(gt):el(gt),gt=Zd.offset(gt,(k.V-1)*7),k.y=gt.getUTCFullYear(),k.m=gt.getUTCMonth(),k.d=gt.getUTCDate()+(k.w+6)%7):(gt=Hd(ko(k.y,0,1)),At=gt.getDay(),gt=At>4||At===0?tl.ceil(gt):tl(gt),gt=No.offset(gt,(k.V-1)*7),k.y=gt.getFullYear(),k.m=gt.getMonth(),k.d=gt.getDate()+(k.w+6)%7)}else("W"in k||"U"in k)&&("w"in k||(k.w="u"in k?k.u%7:"W"in k?1:0),At="Z"in k?Kd(ko(k.y,0,1)).getUTCDay():Hd(ko(k.y,0,1)).getDay(),k.m=0,k.d="W"in k?(k.w+6)%7+k.W*7-(At+5)%7:k.w+k.U*7-(At+6)%7);return"Z"in k?(k.H+=k.Z/100|0,k.M+=k.Z%100,Kd(k)):Hd(k)}}function I(Z,Y,z,k){for(var ut=0,gt=Y.length,At=z.length,Ft,Pe;ut<gt;){if(k>=At)return-1;if(Ft=Y.charCodeAt(ut++),Ft===37){if(Ft=Y.charAt(ut++),Pe=T[Ft in V1?Y.charAt(ut++):Ft],!Pe||(k=Pe(Z,z,k))<0)return-1}else if(Ft!=z.charCodeAt(k++))return-1}return k}function R(Z,Y,z){var k=l.exec(Y.slice(z));return k?(Z.p=c.get(k[0].toLowerCase()),z+k[0].length):-1}function N(Z,Y,z){var k=f.exec(Y.slice(z));return k?(Z.w=p.get(k[0].toLowerCase()),z+k[0].length):-1}function F(Z,Y,z){var k=u.exec(Y.slice(z));return k?(Z.w=d.get(k[0].toLowerCase()),z+k[0].length):-1}function P(Z,Y,z){var k=b.exec(Y.slice(z));return k?(Z.m=_.get(k[0].toLowerCase()),z+k[0].length):-1}function A(Z,Y,z){var k=m.exec(Y.slice(z));return k?(Z.m=g.get(k[0].toLowerCase()),z+k[0].length):-1}function G(Z,Y,z){return I(Z,t,Y,z)}function D(Z,Y,z){return I(Z,e,Y,z)}function X(Z,Y,z){return I(Z,i,Y,z)}function B(Z){return o[Z.getDay()]}function H(Z){return n[Z.getDay()]}function lt(Z){return h[Z.getMonth()]}function W(Z){return a[Z.getMonth()]}function L(Z){return s[+(Z.getHours()>=12)]}function O(Z){return 1+~~(Z.getMonth()/3)}function U(Z){return o[Z.getUTCDay()]}function tt(Z){return n[Z.getUTCDay()]}function Q(Z){return h[Z.getUTCMonth()]}function xt(Z){return a[Z.getUTCMonth()]}function Ct(Z){return s[+(Z.getUTCHours()>=12)]}function q(Z){return 1+~~(Z.getUTCMonth()/3)}return{format:function(Z){var Y=C(Z+="",x);return Y.toString=function(){return Z},Y},parse:function(Z){var Y=E(Z+="",!1);return Y.toString=function(){return Z},Y},utcFormat:function(Z){var Y=C(Z+="",v);return Y.toString=function(){return Z},Y},utcParse:function(Z){var Y=E(Z+="",!0);return Y.toString=function(){return Z},Y}}}var V1={"-":"",_:" ",0:"0"},le=/^\s*\d+/,lM=/^%/,cM=/[\\^$*+?|[\]().{}]/g;function It(r,t,e){var i=r<0?"-":"",s=(i?-r:r)+"",n=s.length;return i+(n<e?new Array(e-n+1).join(t)+s:s)}function uM(r){return r.replace(cM,"\\$&")}function Do(r){return new RegExp("^(?:"+r.map(uM).join("|")+")","i")}function Oo(r){return new Map(r.map((t,e)=>[t.toLowerCase(),e]))}function dM(r,t,e){var i=le.exec(t.slice(e,e+1));return i?(r.w=+i[0],e+i[0].length):-1}function fM(r,t,e){var i=le.exec(t.slice(e,e+1));return i?(r.u=+i[0],e+i[0].length):-1}function pM(r,t,e){var i=le.exec(t.slice(e,e+2));return i?(r.U=+i[0],e+i[0].length):-1}function mM(r,t,e){var i=le.exec(t.slice(e,e+2));return i?(r.V=+i[0],e+i[0].length):-1}function gM(r,t,e){var i=le.exec(t.slice(e,e+2));return i?(r.W=+i[0],e+i[0].length):-1}function H1(r,t,e){var i=le.exec(t.slice(e,e+4));return i?(r.y=+i[0],e+i[0].length):-1}function K1(r,t,e){var i=le.exec(t.slice(e,e+2));return i?(r.y=+i[0]+(+i[0]>68?1900:2e3),e+i[0].length):-1}function yM(r,t,e){var i=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(e,e+6));return i?(r.Z=i[1]?0:-(i[2]+(i[3]||"00")),e+i[0].length):-1}function bM(r,t,e){var i=le.exec(t.slice(e,e+1));return i?(r.q=i[0]*3-3,e+i[0].length):-1}function xM(r,t,e){var i=le.exec(t.slice(e,e+2));return i?(r.m=i[0]-1,e+i[0].length):-1}function Y1(r,t,e){var i=le.exec(t.slice(e,e+2));return i?(r.d=+i[0],e+i[0].length):-1}function _M(r,t,e){var i=le.exec(t.slice(e,e+3));return i?(r.m=0,r.d=+i[0],e+i[0].length):-1}function z1(r,t,e){var i=le.exec(t.slice(e,e+2));return i?(r.H=+i[0],e+i[0].length):-1}function vM(r,t,e){var i=le.exec(t.slice(e,e+2));return i?(r.M=+i[0],e+i[0].length):-1}function wM(r,t,e){var i=le.exec(t.slice(e,e+2));return i?(r.S=+i[0],e+i[0].length):-1}function TM(r,t,e){var i=le.exec(t.slice(e,e+3));return i?(r.L=+i[0],e+i[0].length):-1}function SM(r,t,e){var i=le.exec(t.slice(e,e+6));return i?(r.L=Math.floor(i[0]/1e3),e+i[0].length):-1}function CM(r,t,e){var i=lM.exec(t.slice(e,e+1));return i?e+i[0].length:-1}function EM(r,t,e){var i=le.exec(t.slice(e));return i?(r.Q=+i[0],e+i[0].length):-1}function IM(r,t,e){var i=le.exec(t.slice(e));return i?(r.s=+i[0],e+i[0].length):-1}function j1(r,t){return It(r.getDate(),t,2)}function AM(r,t){return It(r.getHours(),t,2)}function MM(r,t){return It(r.getHours()%12||12,t,2)}function RM(r,t){return It(1+No.count(ur(r),r),t,3)}function J1(r,t){return It(r.getMilliseconds(),t,3)}function PM(r,t){return J1(r,t)+"000"}function LM(r,t){return It(r.getMonth()+1,t,2)}function GM(r,t){return It(r.getMinutes(),t,2)}function FM(r,t){return It(r.getSeconds(),t,2)}function NM(r){var t=r.getDay();return t===0?7:t}function kM(r,t){return It(qh.count(ur(r)-1,r),t,2)}function $1(r){var t=r.getDay();return t>=4||t===0?In(r):In.ceil(r)}function DM(r,t){return r=$1(r),It(In.count(ur(r),r)+(ur(r).getDay()===4),t,2)}function OM(r){return r.getDay()}function BM(r,t){return It(tl.count(ur(r)-1,r),t,2)}function UM(r,t){return It(r.getFullYear()%100,t,2)}function XM(r,t){return r=$1(r),It(r.getFullYear()%100,t,2)}function WM(r,t){return It(r.getFullYear()%1e4,t,4)}function ZM(r,t){var e=r.getDay();return r=e>=4||e===0?In(r):In.ceil(r),It(r.getFullYear()%1e4,t,4)}function VM(r){var t=r.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+It(t/60|0,"0",2)+It(t%60,"0",2)}function Q1(r,t){return It(r.getUTCDate(),t,2)}function HM(r,t){return It(r.getUTCHours(),t,2)}function KM(r,t){return It(r.getUTCHours()%12||12,t,2)}function YM(r,t){return It(1+Zd.count(Ms(r),r),t,3)}function q1(r,t){return It(r.getUTCMilliseconds(),t,3)}function zM(r,t){return q1(r,t)+"000"}function jM(r,t){return It(r.getUTCMonth()+1,t,2)}function JM(r,t){return It(r.getUTCMinutes(),t,2)}function $M(r,t){return It(r.getUTCSeconds(),t,2)}function QM(r){var t=r.getUTCDay();return t===0?7:t}function qM(r,t){return It(Z1.count(Ms(r)-1,r),t,2)}function tb(r){var t=r.getUTCDay();return t>=4||t===0?An(r):An.ceil(r)}function tR(r,t){return r=tb(r),It(An.count(Ms(r),r)+(Ms(r).getUTCDay()===4),t,2)}function eR(r){return r.getUTCDay()}function iR(r,t){return It(el.count(Ms(r)-1,r),t,2)}function rR(r,t){return It(r.getUTCFullYear()%100,t,2)}function sR(r,t){return r=tb(r),It(r.getUTCFullYear()%100,t,2)}function nR(r,t){return It(r.getUTCFullYear()%1e4,t,4)}function oR(r,t){var e=r.getUTCDay();return r=e>=4||e===0?An(r):An.ceil(r),It(r.getUTCFullYear()%1e4,t,4)}function aR(){return"+0000"}function eb(){return"%"}function ib(r){return+r}function rb(r){return Math.floor(+r/1e3)}var Mn,sb;hR({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function hR(r){return Mn=hM(r),sb=Mn.format,Mn.parse,Mn.utcFormat,Mn.utcParse,Mn}function lR(r){return new Date(r)}function cR(r){return r instanceof Date?+r:+new Date(+r)}function nb(r,t,e,i,s,n,o,a,h,l){var c=U1(),u=c.invert,d=c.domain,f=l(".%L"),p=l(":%S"),m=l("%I:%M"),g=l("%I %p"),b=l("%a %d"),_=l("%b %d"),x=l("%B"),v=l("%Y");function T(C){return(h(C)<C?f:a(C)<C?p:o(C)<C?m:n(C)<C?g:i(C)<C?s(C)<C?b:_:e(C)<C?x:v)(C)}return c.invert=function(C){return new Date(u(C))},c.domain=function(C){return arguments.length?d(Array.from(C,cR)):d().map(lR)},c.ticks=function(C){var E=d();return r(E[0],E[E.length-1],C??10)},c.tickFormat=function(C,E){return E==null?T:l(E)},c.nice=function(C){var E=d();return(!C||typeof C.range!="function")&&(C=t(E[0],E[E.length-1],C??10)),C?d(JA(E,C)):c},c.copy=function(){return B1(c,nb(r,t,e,i,s,n,o,a,h,l))},c}function uR(){return D1.apply(nb(oM,aM,ur,Vd,qh,No,Wd,Xd,En,sb).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function Bo(r,t,e){this.k=r,this.x=t,this.y=e}Bo.prototype={constructor:Bo,scale:function(r){return r===1?this:new Bo(this.k*r,this.x,this.y)},translate:function(r,t){return r===0&t===0?this:new Bo(this.k,this.x+this.k*r,this.y+this.k*t)},apply:function(r){return[r[0]*this.k+this.x,r[1]*this.k+this.y]},applyX:function(r){return r*this.k+this.x},applyY:function(r){return r*this.k+this.y},invert:function(r){return[(r[0]-this.x)/this.k,(r[1]-this.y)/this.k]},invertX:function(r){return(r-this.x)/this.k},invertY:function(r){return(r-this.y)/this.k},rescaleX:function(r){return r.copy().domain(r.range().map(this.invertX,this).map(r.invert,r))},rescaleY:function(r){return r.copy().domain(r.range().map(this.invertY,this).map(r.invert,r))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}},Bo.prototype;function ob(r){return r.mode==="temporal"||r.mode==="left-aligned"?dR(r):fR(r)}function dR({domain:r,range:t}){return uR().domain(r).range(t)}function fR({domain:r,range:t}){return X1().domain(r).range(t)}function Yd(r){return{mode:st.horizontal,range:$E(),domain:QE(r)}}function pR(){return{mode:st.vertical}}let Rn=null;async function mR(){const r=await Bi();ab(r.start_time),$.on("layoutSettingsUpdated",()=>ab(r.start_time))}function gR(){Rn=null}async function Qe(){return Rn||await Fe("scaleCreated")}async function ab(r){await Qt();const t=Rn?"scaleUpdated":"scaleCreated",e=Yd(r);Rn=ob(e),$.emit(t,Rn)}function Ur(r){return"getIds"in r}async function hb({items:r,createCluster:t}){const e=[...r.values()].sort((o,a)=>o.element.x-a.element.x);async function i(o){let a,h=null,l=null;for(let c=o??0;c<e.length;c++){const u=e[c],d=u.element.x;if(u.element.visible=!0,h!==null&&a&&d<a){l=c;break}h=c,a=d+u.element.width}if(l!==null&&h!==null){const c=e[h],u=e[l];c.element.visible=!1,u.element.visible=!1;const d=await s(c,u);d&&(e.splice(h,1,d),e.splice(l,1)),i(h)}}async function s(o,a){const h=o.getDate(),l=a.getDate(),c=Ur(o)?o.getIds():[o.getId()],u=Ur(a)?a.getIds():[a.getId()];if(!h||!l)return console.error("flowRunArtifacts: visible item is missing date"),null;let d;Ur(o)?d=o:Ur(a)?d=a:d=await t();const f=[...c,...u],p=n(f);return await d.render({ids:f,date:p}),d}function n(o){const a=o.reduce((c,u)=>{const d=r.get(u),f=d==null?void 0:d.getDate();return f&&c.push(f.getTime()),c},[]),h=Math.min(...a),l=Math.max(...a);return new Date((h+l)/2)}await i()}async function lb(r){const t=await Jt(),e=await qt(),i=await Mt(),s=await Qt();let n=await Qe();const o=await h();o.element.on("click",c=>{c.stopPropagation();const{element:u}=o,d={x:u.position.x,y:u.position.y,width:u.width,height:u.height},f=Ur(o)?{kind:"events",ids:o.getIds(),occurred:o.getDate(),position:d}:{kind:"event",id:o.getId(),occurred:o.getDate(),position:d};Di(f)}),$.on("scaleUpdated",c=>{n=c,l()}),$.on("viewportMoved",()=>l());async function a(c){await o.render(c),l()}async function h(){return r.type==="event"?await m1(r.event):await g1()}function l(){const c=o.getDate();if(!c||s.disableEvents||!st.isTemporal())return;const{element:u}=o,f=n(c)*e.scale._x+e.worldTransform.tx-u.width/2,p=t.screen.height-u.height-i.styles.eventBottomMargin;u.position.set(f,p)}return{...o,render:a}}async function cb(r){const t=await qt(),e=await Qt();let i=await Qe();const s=await o();s.element.on("click",h=>{h.stopPropagation();const{element:l}=s,c=l.getGlobalPosition(),u={x:c.x,y:c.y,width:l.width*t.scale.x,height:l.height*t.scale.y},d=Ur(s)?{kind:"events",ids:s.getIds(),occurred:s.getDate(),position:u}:{kind:"event",id:s.getId(),occurred:s.getDate(),position:u};Di(d)}),$.on("scaleUpdated",h=>{i=h,a()});async function n(h){await s.render(h),a()}async function o(){return r.type==="event"?await m1(r.event):await g1()}function a(){const h=s.getDate(),{parentStartDate:l}=r;if(!h||e.disableEvents||!st.isTemporal()||!l)return;const{element:c}=s,d=i(h)-i(l)-c.width/2,f=-c.height;c.position.set(d,f)}return{...s,render:n}}async function ub({isRoot:r,parentStartDate:t}={}){const e=await Qt(),i=new Map,s=new Map,n=[];let o=[];const a=new Tt;let h=null;$.on("scaleUpdated",()=>u());async function l(p){if(p&&(h=p),!h)return;const m=[];for(const g of h)m.push(c(g));await Promise.all(m),u()}async function c(p){if(i.has(p.id))return i.get(p.id).render();if(s.has(p.id))return await s.get(p.id);const m=(async()=>{const g=r?await lb({type:"event",event:p}):await cb({type:"event",event:p,parentStartDate:t});i.set(p.id,g),a.addChild(g.element)})();return s.set(p.id,m),await m,s.delete(p.id),i.get(p.id).render()}function u(){e.disableEvents||!st.isTemporal()||d()}const d=d1(async()=>{o=[...n],await hb({items:i,createCluster:f});for(const p of o)p.render()},Pl);async function f(){if(o.length>0)return o.pop();const p=r?await lb({type:"cluster"}):await cb({type:"cluster",parentStartDate:t});return a.addChild(p.element),n.push(p),p}return{element:a,render:l,update:u}}let Uo=null,Pn=null;async function yR(){const r=await Jt(),t=await Mt(),e=await Qt(),i=await Bi(),{element:s,render:n,update:o}=await ub({isRoot:!0});s.zIndex=np;async function a(l){if(!st.isTemporal()||e.disableEvents){r.stage.removeChild(s);return}r.stage.addChild(s),await n(l)}const h=await o1(()=>({nodeId:t.runId,since:i.start_time,until:i.end_time??new Date}),l=>{const c=Pn?"eventDataUpdated":"eventDataCreated";Pn=l,$.emit(c,Pn),a(l)});$.on("configUpdated",()=>a()),$.on("viewportMoved",()=>o()),$.on("layoutSettingsUpdated",()=>a()),Uo=h.stop,h.start()}function bR(){Uo==null||Uo(),Uo=null,Pn=null}async function xR(){return Pn||await Fe("eventDataCreated")}async function db(r){const t=await Jt(),e=await qt(),i=await Mt(),s=await Qt(),n=await xR();let o=await Qe(),a=n&&n.length>0;const h=await c();h.element.on("click",d=>{d.stopPropagation();const{element:f}=h,p=f.getGlobalPosition(),m={x:p.x,y:p.y,width:f.width,height:f.height},g=Ur(h)?{kind:"artifacts",ids:h.getIds(),position:m}:{kind:"artifact",id:h.getId()};Di(g)}),$.on("scaleUpdated",d=>{o=d,u()}),$.on("viewportMoved",()=>u()),$.on("eventDataCreated",d=>{a=d.length>0,u()}),$.on("eventDataUpdated",d=>{a=d.length>0,u()});async function l(d){if(n1(h)){if(r.type!=="artifact")throw new Error(`ArtifactFactory attempted to render a ${r.type}`);await h.render(r.artifact)}else await h.render(d);u()}async function c(){return r.type==="artifact"?await Td(r.artifact,{cullAtZoomThreshold:!1}):await f1()}function u(){const d=h.getDate();if(!d||!st.isTemporal()||s.disableArtifacts)return;const f=h.getSelected(),{element:p}=h,{eventTargetSize:m,flowStateSelectedBarHeight:g}=i.styles;let b=0;if(f){const{selectedBorderOffset:C,selectedBorderWidth:E}=i.styles;b=C+E*2}const x=o(d)*e.scale._x+e.worldTransform.tx-(p.width-b)/2,v=a&&!s.disableEvents?m:g,T=t.screen.height-(p.height-b)-v;p.position.set(x,T)}return{...h,render:l}}async function fb(r){const t=await qt(),e=await Mt(),i=await Qt();let s=await Qe();const n=await a();n.element.on("click",l=>{l.stopPropagation();const{element:c}=n,u=c.getGlobalPosition(),d={x:u.x,y:u.y,width:c.width*t.scale.x,height:c.height*t.scale.y},f=Ur(n)?{kind:"artifacts",ids:n.getIds(),position:d}:{kind:"artifact",id:n.getId()};Di(f)}),$.on("scaleUpdated",l=>{s=l,h()});async function o(l){if(n1(n)){if(r.type!=="artifact")throw new Error(`ArtifactFactory attempted to render a ${r.type}`);await n.render(r.artifact)}else await n.render(l);h()}async function a(){return r.type==="artifact"?await Td(r.artifact):await f1()}function h(){const l=n.getDate(),{parentStartDate:c}=r;if(!l||!st.isTemporal()||i.disableArtifacts||!c)return;const u=n.getSelected(),{element:d}=n;let f=0;if(u){const{selectedBorderOffset:b,selectedBorderWidth:_}=e.styles;f=b+_*2}const m=s(l)-s(c)-(d.width-f)/2,g=-(d.height-f);d.position.set(m,g)}return{...n,render:o}}async function pb({isRoot:r,parentStartDate:t}={}){const e=await Qt(),i=new Map,s=new Map,n=[];let o=[];const a=new Tt;let h=null;async function l(p){if(p&&(h=p),!h)return;const m=[];for(const g of h)m.push(c(g));await Promise.all(m),u()}async function c(p){if(i.has(p.id))return i.get(p.id).render(p);s.has(p.id)&&await s.get(p.id);const m=(async()=>{const g=r?await db({type:"artifact",artifact:p}):await fb({type:"artifact",artifact:p,parentStartDate:t});i.set(p.id,g),a.addChild(g.element)})();return s.set(p.id,m),await m,s.delete(p.id),i.get(p.id).render(p)}function u(){if(!(e.disableArtifacts||!st.isTemporal())){if(!st.isTemporal()){a.visible=!1;return}a.visible=!0,a.position.x=0,d()}}const d=d1(async()=>{o=[...n],await hb({items:i,createCluster:f});for(const p of o)p.render()},Pl);async function f(){if(o.length>0)return o.pop();const p=r?await db({type:"cluster"}):await fb({type:"cluster",parentStartDate:t});return a.addChild(p.element),n.push(p),p}return{element:a,render:l,update:u}}async function _R(r){const t=await Jt(),e=await qt(),i=await Mt(),s=await Bi();let n=await Qe();const o=new Tt,a=await or(),h=await or();let l=null,c=!1,u=!1;t.stage.addChild(h),o.addChild(a),a.eventMode="static",a.cursor="pointer",a.on("mouseover",()=>{c=!0,d()}),a.on("mouseleave",()=>{c=!1,d()}),a.on("click",()=>{const x={x:a.position.x,y:a.position.y,width:a.width,height:a.height};Di({...r,kind:"state",position:x})}),$.on("viewportMoved",()=>d()),$.on("scaleUpdated",x=>{n=x,d()}),$.on("itemSelected",()=>{const x=ar({kind:"state",...r});x!==u&&(u=x,c=!1,d())}),r.type==="RUNNING"&&!s.end_time&&g();function d(x){const{end:v}=x??{};if(v&&(l=v),s.end_time&&b(),!st.isTemporal()){h.visible=!1,o.visible=!1;return}const T=f();p(T),m(T),h.visible=!0,o.visible=!0}function f(){const{background:x="#fff"}=i.styles.state(r),v=Math.max(n(r.timestamp)*e.scale._x+e.worldTransform.tx,0);let T=0;return r.type==="RUNNING"&&!s.end_time?T=n(new Date)*e.scale._x+e.worldTransform.tx-v:l?T=n(l)*e.scale._x+e.worldTransform.tx-v:T=t.screen.width-v,{x:v,width:Math.max(T,0),background:x}}function p({x,width:v,background:T}){const{flowStateBarHeight:C,flowStateSelectedBarHeight:E}=i.styles,I=c||u?E:C;a.x=x,a.y=t.screen.height-I,a.width=v,a.height=I,a.tint=T}function m({x,width:v,background:T}){if(r.type==="RUNNING"){h.visible=!1;return}const{flowStateBarHeight:C,flowStateAreaAlpha:E}=i.styles;h.x=x,h.y=0,h.width=v,h.height=t.screen.height-C,h.tint=T,h.alpha=E}function g(){t.ticker.add(_)}function b(){t.ticker.remove(_)}function _(){d()}return{element:o,render:d}}function vR(r){return"isNodesFlowRunStateFactory"in r}async function wR(r){const t=await Jt(),e=await qt(),i=await Mt(),s=await Bi();let n=await Qe();const o=new Tt,a=await or(),h=await or();let l=null,c=null,u=0,d=0,f=!1,p=!1;o.visible=!1,o.addChild(h),o.addChild(a),a.eventMode="static",a.cursor="pointer",a.on("mouseover",()=>{f=!0,m()}),a.on("mouseleave",()=>{f=!1,m()}),a.on("click",C=>{C.stopPropagation();const E=a.getGlobalPosition(),I={x:E.x,y:E.y,width:a.width*e.scale.x,height:a.height*e.scale.y};Di({...r,kind:"state",position:I})}),h.eventMode="none",h.cursor="default",$.on("scaleUpdated",C=>{n=C,m()}),$.on("itemSelected",()=>{const C=ar({kind:"state",...r});C!==p&&(p=C,f=!1,m())}),r.type==="RUNNING"&&!s.end_time&&x();function m(C){const{end:E,parentStartDate:I,width:R,height:N}=C??{};if(E&&(l=E),I&&(c=I),R&&(u=R),N&&(d=N),s.end_time&&v(),!st.isTemporal()){o.visible=!1;return}if(!c||u<=0){o.visible=!1;return}const F=g();if(F.width<=0){o.visible=!1;return}b(F),_(F),o.visible=!0}function g(){const{background:C="#fff"}=i.styles.state(r);if(!c)return{x:0,width:0,background:C};const E=n(c);let I=n(r.timestamp)-E;if(I>=u)return{x:u,width:0,background:C};I<0&&(I=0);let R=n(l??new Date)-E;R>u&&(R=u);const N=Math.max(R-I,0);return{x:I,width:N,background:C}}function b({x:C,width:E,background:I}){const{flowStateBarHeight:R,flowStateSelectedBarHeight:N}=i.styles,F=f||p?N:R;a.x=C,a.y=d-F,a.width=E,a.height=F,a.tint=I}function _({x:C,width:E,background:I}){const{flowStateBarHeight:R,flowStateAreaAlpha:N,nodeHeight:F}=i.styles,P=F/2;h.x=C,h.y=P,h.width=E,h.height=d-R-P,h.tint=I,h.alpha=N}function x(){t.ticker.add(T)}function v(){t.ticker.remove(T)}function T(){m()}return{element:o,render:m,isNodesFlowRunStateFactory:!0}}function mb({isRoot:r}={}){const t=new Tt,e=new Map,i=new Map;let s=null;async function n(a,h){if(a&&(s=a),!s)return;const l=[];for(let c=0;c<s.length;c++)l.push(o(s[c],c,h));await Promise.all(l)}async function o(a,h,l){const c=s&&s.length>=h+1&&s[h+1],u=c?c.timestamp:void 0;let d;if(i.has(a.id)&&await i.get(a.id),e.has(a.id))d=e.get(a.id);else{const f=(async()=>{const p=r?await _R(a):await wR(a);e.set(a.id,p),t.addChild(p.element)})();i.set(a.id,f),await f,i.delete(a.id),d=e.get(a.id)}vR(d)?await d.render({end:u,...l}):await d.render(u?{end:u}:void 0)}return{element:t,render:n}}class gb extends Tt{updateTransform(){this.sortableChildren&&this.sortDirty&&this.sortChildren(),this._boundsID++,this.transform.updateTransform(this.parent.transform),this.worldAlpha=this.alpha*this.parent.worldAlpha;for(let t=0,e=this.children.length;t<e;++t)this.children[t].updateTransform()}calculateBounds(){this._bounds.clear(),this._calculateBounds();for(const t of this.children)if(t.calculateBounds(),t._mask){const e=t._mask.isMaskData?t._mask.maskObject:t._mask;e?(e.calculateBounds(),this._bounds.addBoundsMask(t._bounds,e._bounds)):this._bounds.addBounds(t._bounds)}else t.filterArea?this._bounds.addBoundsArea(t._bounds,t.filterArea):this._bounds.addBounds(t._bounds);this._bounds.updateID=this._boundsID}}async function TR(r){const t=new gb,e=await Mt(),i=await Qt(),{element:s,render:n}=await h1(),{element:o,render:a}=await Oh(),{element:h,render:l}=await a1(),{element:c,render:u}=await kh(),{element:d,render:f,getSize:p,stopWorker:m}=await zd(),{element:g,render:b}=await mb(),{element:_,render:x,update:v}=await ub({parentStartDate:r.start_time}),{element:T,render:C,update:E}=await pb({parentStartDate:r.start_time});let I=!1,R=!1,N=r,F=!1;t.sortableChildren=!0,c.zIndex=Ll,s.zIndex=Fl,o.zIndex=Kn,h.zIndex=Kn,d.zIndex=Gl,_.zIndex=hp,g.zIndex=lp,T.zIndex=cp,c.eventMode="none",c.cursor="default";const{start:P,stop:A}=await Rg(N.id,q=>{R=!!q.artifacts&&q.artifacts.length>0,f(q),lt(q.states),L(q.artifacts),H()}),{start:G,stop:D}=await o1(()=>({nodeId:N.id,since:N.start_time,until:N.end_time??new Date}),q=>{I=q.length>0,W(q)});t.addChild(s),t.addChild(o),t.addChild(h),h.on("click",q=>{q.stopPropagation(),B()}),d.position={x:0,y:e.styles.nodeHeight+e.styles.nodesPadding},d.on("rendered",()=>{Zo(),xt()});async function X(q){return N=q,await n(q),await tt(),await Q(),F&&(await lt(),await W(),await L(),await H()),t}async function B(){F?await U():await O()}async function H(){const{background:q="#fff"}=e.styles.node(N),{width:Z,height:Y}=p(),{height:z}=Ct(),{nodeBorderRadius:k}=e.styles,ut=2;c.position={x:-ut,y:-ut};const gt=st.isTemporal()?z+ut*2:Y+ut*2;await u({width:Z+ut*2,height:gt,stroke:ut,radius:[k,k,0,0],color:q})}async function lt(q){const{height:Z}=Ct(),{width:Y}=s;await b(q??void 0,{parentStartDate:N.start_time,width:Y,height:Z})}async function W(q){if(!F||!st.isTemporal()||i.disableEvents){t.removeChild(_);return}t.addChild(_);const{height:Z}=Ct();if(_.position={x:0,y:Z-e.styles.eventBottomMargin},q){await x(q);return}await v()}async function L(q){if(!F||!st.isTemporal()||i.disableArtifacts){t.removeChild(T);return}t.addChild(T);const{eventTargetSize:Z,flowStateSelectedBarHeight:Y}=e.styles,{height:z}=Ct(),k=z-(I&&!i.disableEvents?Z:Y);if(T.position={x:0,y:k},q){await C(q);return}await E()}async function O(){F=!0,t.addChild(g),t.addChild(d),t.addChild(c),await Promise.all([P(),G(),X(N)]),xt()}async function U(){F=!1,t.removeChild(g),t.removeChild(d),t.removeChild(c),t.removeChild(_),t.removeChild(T),m(),await Promise.all([A(),D(),X(N)]),xt()}async function tt(){const q=e.styles.nodeToggleSize,Z=e.styles.nodeHeight-q,Y=s.width>q,z=await l({inside:Y,isOpen:F});return z.x=Y?Z/2:s.width+e.styles.nodePadding,z.y=Z/2,z}async function Q(){const q=await a(N.label),Z=e.styles.colorMode==="dark"?e.styles.textDefault:e.styles.textInverse,Y=e.styles.nodePadding,z=h.x+h.width+Y,k=s.width+Y,ut=s.width>z+q.width+Y,gt=e.styles.nodeHeight/2-q.height/2,At=ut?z:Math.max(k,z);return q.position={x:At,y:gt},q.tint=ut?Z:e.styles.textDefault,q}function xt(){F&&(lt(),W(),L(),H());const q=Ct();t.emit("resized",q)}function Ct(){const q=p(),{nodeHeight:Z,nodesPadding:Y,eventTargetSize:z,eventBottomMargin:k,artifactPaddingY:ut,artifactIconSize:gt}=e.styles,Ft=R&&st.isTemporal()&&!i.disableArtifacts?gt+ut*2:0,Ue=I&&st.isTemporal()&&!i.disableEvents?z+k:0,Ho=F?q.height+Ft+Ue+Y*2:0,Wr=F?q.width:0;return{height:Z+Ho,width:Math.max(Wr,t.width)}}return{kind:"flow-run",element:t,bar:s,render:X}}async function SR(r,t){const e=await Mt(),i=new gb,{element:s,render:n}=await Oh(),{element:o,render:a}=await kh(),{element:h,render:l}=await h1(),{element:c,render:u}=await a1(),{element:d,render:f,getSize:p,stopWorker:m}=await zd();i.addChild(h),i.addChild(s);let g=!1,b=r,_=t;i.sortableChildren=!0,o.zIndex=Ll,h.zIndex=Fl,s.zIndex=Kn,c.zIndex=Kn,d.zIndex=Gl,o.eventMode="none",o.cursor="default",d.position={x:0,y:e.styles.nodeHeight+e.styles.nodesPadding},d.on("rendered",()=>{Zo(),F()}),c.on("click",P=>{P.stopPropagation(),E()});async function x(P,A){return b=P,_=A,A&&i.addChild(c),await l(P),A&&await v(),g&&(A&&f(A),await C()),await T(),i}async function v(){const P=e.styles.nodeToggleSize,A=e.styles.nodeHeight-P,G=h.width>P,D=await u({inside:G,isOpen:g});return D.x=G?A/2:h.width+e.styles.nodePadding,D.y=A/2,D}async function T(){const P=await n(b.label),A=e.styles.colorMode==="dark"?e.styles.textDefault:e.styles.textInverse,G=e.styles.nodePadding,D=c.x+c.width+G,X=h.width+G,B=h.width>D+P.width+G,H=e.styles.nodeHeight/2-P.height/2,lt=B?D:Math.max(X,D);return P.position={x:lt,y:H},P.tint=B?A:e.styles.textDefault,P}async function C(){const{background:P="#fff"}=e.styles.node(b),{width:A,height:G}=p(),{height:D}=N(),{nodeBorderRadius:X}=e.styles,B=2;o.position={x:-B,y:-B};const H=st.isTemporal()?D+B*2:G+B*2;await a({width:A+B*2,height:H,stroke:B,radius:[X,X,0,0],color:P})}async function E(){g?await R():await I()}async function I(){if(g=!0,i.addChild(d),i.addChild(o),!_)throw new Error("Attempted to open without nested graph data");await Promise.all([f(_),x(b,_)]),F()}async function R(){g=!1,i.removeChild(d),i.removeChild(o),m(),await x(b,_),F()}function N(){const P=p(),{nodeHeight:A,nodesPadding:G}=e.styles,D=g?P.height+G*2:0,X=g?P.width:0;return{height:A+D,width:Math.max(X,i.width)}}function F(){g&&C();const P=N();i.emit("resized",P)}return{kind:"task-run",element:i,render:x,bar:h}}async function CR(r,t){const e=await Mt(),i=await Jt(),s=await wb(),n=await Qt();let o=null;const a=new Map,{animate:h}=await jy(),{element:l,render:c,bar:u}=await R(r,t);let d=r,f=t,p=null,m=!1,g=!1;s.add(l),l.eventMode="static",l.cursor="pointer",l.name=jf,l.on("click",P=>{P.stopPropagation(),Di({kind:d.kind,id:d.id})}),d.end_time||C(),$.on("itemSelected",()=>{const P=ar({kind:d.kind,id:d.id});P!==m&&(m=P,c(d,f))});async function b(P,A){d=P,f=A;const G=N(P);return G===p||(p=G,await Promise.all([c(P,A),_(P.artifacts)]),P.end_time&&E()),l}async function _(P){if(!P||(v(),n.disableArtifacts||!st.isTemporal()))return;const A=[];for(const G of P)A.push(x(G));await Promise.all(A),T()}async function x(P){if(a.has(P.id))return a.get(P.id).render(P);const A=await Td(P,{enableLocalClickHandling:!0});return a.set(P.id,A),o.addChild(A.element),A.render(P)}function v(){if(st.isTemporal()&&!n.disableArtifacts){o||(o=new Tt),l.addChild(o);return}o&&l.removeChild(o)}function T(){if(!o)return;const{artifactsGap:P,artifactsNodeOverlap:A}=e.styles;let G=0;for(const D of a.values())D.element.position.x=G,G+=D.element.width+P;o.position.y=-o.height+A,o.width<u.width&&(o.position.x=u.width-o.width)}function C(){i.ticker.add(I)}function E(){i.ticker.remove(I)}function I(){b(d,f)}async function R(P,A){const{kind:G}=P;switch(G){case"task-run":return await SR(P,A);case"flow-run":return await TR(P);default:const D=G;throw new Error(`switch does not have case for value: ${D}`)}}function N(P){var B;const A=P.end_time??new Date,G=(B=P.artifacts)==null?void 0:B.map(H=>H.type==="progress"?`${H.id}-${H.data}`:H.id).join("|"),D=!!f;return[P.state_type,A.getTime(),st.horizontal,st.horizontalScaleMultiplier,e.styles.colorMode,n.disableArtifacts||G,D].join("-")}function F({x:P,y:A}){h(l,{x:P,y:A},!g),g=!0}return{element:l,render:b,bar:u,setPosition:F}}function yb({gap:r=0,minimum:t=0}={}){const e=new Map;function i(c){const u=e.get(c)??[];return Math.max(...u.values(),Uh(t))+Uh(r)}function s(c){let u=0;for(let d=0;d<c;d++)u+=i(d);return u}function n(c){return s(c+1)-Uh(r)}function o({axis:c,nodeId:u,offset:d}){const f=e.get(c)??new Map;f.set(u,d),e.set(c,f)}function a({axis:c,nodeId:u}){let d,f;for(const[p,m]of e.entries())if(m.has(u)){d=p,f=m.get(u);break}d===c||d===void 0||f===void 0||(h({axis:d,nodeId:u}),o({axis:c,nodeId:u,offset:f}))}function h({axis:c,nodeId:u}){var d;(d=e.get(c))==null||d.delete(u)}function l(){e.clear()}return{getOffset:i,getTotalOffset:s,getTotalValue:n,setOffset:o,updateNodeAxis:a,removeOffset:h,clear:l}}function ER(r){throw new Error(`switch does not have case for value: ${r}`)}const bb="KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiO2Z1bmN0aW9uIEtlKG4pe3Rocm93IG5ldyBFcnJvcihgc3dpdGNoIGRvZXMgbm90IGhhdmUgY2FzZSBmb3IgdmFsdWU6ICR7bn1gKX1mdW5jdGlvbiBDbihuLGUpe3JldHVybiBuPT1udWxsfHxlPT1udWxsP05hTjpuPGU/LTE6bj5lPzE6bj49ZT8wOk5hTn1mdW5jdGlvbiBudChuLGUpe3JldHVybiBuPT1udWxsfHxlPT1udWxsP05hTjplPG4/LTE6ZT5uPzE6ZT49bj8wOk5hTn1mdW5jdGlvbiBSbihuKXtsZXQgZSx0LHI7bi5sZW5ndGghPT0yPyhlPUNuLHQ9KHUsbCk9PkNuKG4odSksbCkscj0odSxsKT0+bih1KS1sKTooZT1uPT09Q258fG49PT1udD9uOmV0LHQ9bixyPW4pO2Z1bmN0aW9uIG8odSxsLGY9MCxnPXUubGVuZ3RoKXtpZihmPGcpe2lmKGUobCxsKSE9PTApcmV0dXJuIGc7ZG97Y29uc3QgbT1mK2c+Pj4xO3QodVttXSxsKTwwP2Y9bSsxOmc9bX13aGlsZShmPGcpfXJldHVybiBmfWZ1bmN0aW9uIGkodSxsLGY9MCxnPXUubGVuZ3RoKXtpZihmPGcpe2lmKGUobCxsKSE9PTApcmV0dXJuIGc7ZG97Y29uc3QgbT1mK2c+Pj4xO3QodVttXSxsKTw9MD9mPW0rMTpnPW19d2hpbGUoZjxnKX1yZXR1cm4gZn1mdW5jdGlvbiBhKHUsbCxmPTAsZz11Lmxlbmd0aCl7Y29uc3QgbT1vKHUsbCxmLGctMSk7cmV0dXJuIG0+ZiYmcih1W20tMV0sbCk+LXIodVttXSxsKT9tLTE6bX1yZXR1cm57bGVmdDpvLGNlbnRlcjphLHJpZ2h0Oml9fWZ1bmN0aW9uIGV0KCl7cmV0dXJuIDB9ZnVuY3Rpb24gdHQobil7cmV0dXJuIG49PT1udWxsP05hTjorbn1jb25zdCBydD1SbihDbikucmlnaHQ7Um4odHQpLmNlbnRlcjtjb25zdCBvdD1NYXRoLnNxcnQoNTApLGl0PU1hdGguc3FydCgxMCksYXQ9TWF0aC5zcXJ0KDIpO2Z1bmN0aW9uIE5uKG4sZSx0KXtjb25zdCByPShlLW4pL01hdGgubWF4KDAsdCksbz1NYXRoLmZsb29yKE1hdGgubG9nMTAocikpLGk9ci9NYXRoLnBvdygxMCxvKSxhPWk+PW90PzEwOmk+PWl0PzU6aT49YXQ/MjoxO2xldCB1LGwsZjtyZXR1cm4gbzwwPyhmPU1hdGgucG93KDEwLC1vKS9hLHU9TWF0aC5yb3VuZChuKmYpLGw9TWF0aC5yb3VuZChlKmYpLHUvZjxuJiYrK3UsbC9mPmUmJi0tbCxmPS1mKTooZj1NYXRoLnBvdygxMCxvKSphLHU9TWF0aC5yb3VuZChuL2YpLGw9TWF0aC5yb3VuZChlL2YpLHUqZjxuJiYrK3UsbCpmPmUmJi0tbCksbDx1JiYuNTw9dCYmdDwyP05uKG4sZSx0KjIpOlt1LGwsZl19ZnVuY3Rpb24gdXQobixlLHQpe2lmKGU9K2Usbj0rbix0PSt0LCEodD4wKSlyZXR1cm5bXTtpZihuPT09ZSlyZXR1cm5bbl07Y29uc3Qgcj1lPG4sW28saSxhXT1yP05uKGUsbix0KTpObihuLGUsdCk7aWYoIShpPj1vKSlyZXR1cm5bXTtjb25zdCB1PWktbysxLGw9bmV3IEFycmF5KHUpO2lmKHIpaWYoYTwwKWZvcihsZXQgZj0wO2Y8dTsrK2YpbFtmXT0oaS1mKS8tYTtlbHNlIGZvcihsZXQgZj0wO2Y8dTsrK2YpbFtmXT0oaS1mKSphO2Vsc2UgaWYoYTwwKWZvcihsZXQgZj0wO2Y8dTsrK2YpbFtmXT0obytmKS8tYTtlbHNlIGZvcihsZXQgZj0wO2Y8dTsrK2YpbFtmXT0obytmKSphO3JldHVybiBsfWZ1bmN0aW9uIEluKG4sZSx0KXtyZXR1cm4gZT0rZSxuPStuLHQ9K3QsTm4obixlLHQpWzJdfWZ1bmN0aW9uIE9uKG4sZSx0KXtlPStlLG49K24sdD0rdDtjb25zdCByPWU8bixvPXI/SW4oZSxuLHQpOkluKG4sZSx0KTtyZXR1cm4ocj8tMToxKSoobzwwPzEvLW86byl9ZnVuY3Rpb24gem4obixlLHQpe24ucHJvdG90eXBlPWUucHJvdG90eXBlPXQsdC5jb25zdHJ1Y3Rvcj1ufWZ1bmN0aW9uIGZlKG4sZSl7dmFyIHQ9T2JqZWN0LmNyZWF0ZShuLnByb3RvdHlwZSk7Zm9yKHZhciByIGluIGUpdFtyXT1lW3JdO3JldHVybiB0fWZ1bmN0aW9uIGRuKCl7fXZhciB5bj0uNyxVbj0xL3luLHJuPSJcXHMqKFsrLV0/XFxkKylcXHMqIix4bj0iXFxzKihbKy1dPyg/OlxcZCpcXC4pP1xcZCsoPzpbZUVdWystXT9cXGQrKT8pXFxzKiIsWj0iXFxzKihbKy1dPyg/OlxcZCpcXC4pP1xcZCsoPzpbZUVdWystXT9cXGQrKT8pJVxccyoiLGZ0PS9eIyhbMC05YS1mXXszLDh9KSQvLGN0PW5ldyBSZWdFeHAoYF5yZ2JcXCgke3JufSwke3JufSwke3JufVxcKSRgKSxzdD1uZXcgUmVnRXhwKGBecmdiXFwoJHtafSwke1p9LCR7Wn1cXCkkYCksbHQ9bmV3IFJlZ0V4cChgXnJnYmFcXCgke3JufSwke3JufSwke3JufSwke3hufVxcKSRgKSxodD1uZXcgUmVnRXhwKGBecmdiYVxcKCR7Wn0sJHtafSwke1p9LCR7eG59XFwpJGApLGd0PW5ldyBSZWdFeHAoYF5oc2xcXCgke3hufSwke1p9LCR7Wn1cXCkkYCksbXQ9bmV3IFJlZ0V4cChgXmhzbGFcXCgke3hufSwke1p9LCR7Wn0sJHt4bn1cXCkkYCksY2U9e2FsaWNlYmx1ZToxNTc5MjM4MyxhbnRpcXVld2hpdGU6MTY0NDQzNzUsYXF1YTo2NTUzNSxhcXVhbWFyaW5lOjgzODg1NjQsYXp1cmU6MTU3OTQxNzUsYmVpZ2U6MTYxMTkyNjAsYmlzcXVlOjE2NzcwMjQ0LGJsYWNrOjAsYmxhbmNoZWRhbG1vbmQ6MTY3NzIwNDUsYmx1ZToyNTUsYmx1ZXZpb2xldDo5MDU1MjAyLGJyb3duOjEwODI0MjM0LGJ1cmx5d29vZDoxNDU5NjIzMSxjYWRldGJsdWU6NjI2NjUyOCxjaGFydHJldXNlOjgzODgzNTIsY2hvY29sYXRlOjEzNzg5NDcwLGNvcmFsOjE2NzQ0MjcyLGNvcm5mbG93ZXJibHVlOjY1OTE5ODEsY29ybnNpbGs6MTY3NzUzODgsY3JpbXNvbjoxNDQyMzEwMCxjeWFuOjY1NTM1LGRhcmtibHVlOjEzOSxkYXJrY3lhbjozNTcyMyxkYXJrZ29sZGVucm9kOjEyMDkyOTM5LGRhcmtncmF5OjExMTE5MDE3LGRhcmtncmVlbjoyNTYwMCxkYXJrZ3JleToxMTExOTAxNyxkYXJra2hha2k6MTI0MzMyNTksZGFya21hZ2VudGE6OTEwOTY0MyxkYXJrb2xpdmVncmVlbjo1NTk3OTk5LGRhcmtvcmFuZ2U6MTY3NDc1MjAsZGFya29yY2hpZDoxMDA0MDAxMixkYXJrcmVkOjkxMDk1MDQsZGFya3NhbG1vbjoxNTMwODQxMCxkYXJrc2VhZ3JlZW46OTQxOTkxOSxkYXJrc2xhdGVibHVlOjQ3MzQzNDcsZGFya3NsYXRlZ3JheTozMTAwNDk1LGRhcmtzbGF0ZWdyZXk6MzEwMDQ5NSxkYXJrdHVycXVvaXNlOjUyOTQ1LGRhcmt2aW9sZXQ6OTY5OTUzOSxkZWVwcGluazoxNjcxNjk0NyxkZWVwc2t5Ymx1ZTo0OTE1MSxkaW1ncmF5OjY5MDgyNjUsZGltZ3JleTo2OTA4MjY1LGRvZGdlcmJsdWU6MjAwMzE5OSxmaXJlYnJpY2s6MTE2NzQxNDYsZmxvcmFsd2hpdGU6MTY3NzU5MjAsZm9yZXN0Z3JlZW46MjI2Mzg0MixmdWNoc2lhOjE2NzExOTM1LGdhaW5zYm9ybzoxNDQ3NDQ2MCxnaG9zdHdoaXRlOjE2MzE2NjcxLGdvbGQ6MTY3NjY3MjAsZ29sZGVucm9kOjE0MzI5MTIwLGdyYXk6ODQyMTUwNCxncmVlbjozMjc2OCxncmVlbnllbGxvdzoxMTQwMzA1NSxncmV5Ojg0MjE1MDQsaG9uZXlkZXc6MTU3OTQxNjAsaG90cGluazoxNjczODc0MCxpbmRpYW5yZWQ6MTM0NTg1MjQsaW5kaWdvOjQ5MTUzMzAsaXZvcnk6MTY3NzcyMDAsa2hha2k6MTU3ODc2NjAsbGF2ZW5kZXI6MTUxMzI0MTAsbGF2ZW5kZXJibHVzaDoxNjc3MzM2NSxsYXduZ3JlZW46ODE5MDk3NixsZW1vbmNoaWZmb246MTY3NzU4ODUsbGlnaHRibHVlOjExMzkzMjU0LGxpZ2h0Y29yYWw6MTU3NjE1MzYsbGlnaHRjeWFuOjE0NzQ1NTk5LGxpZ2h0Z29sZGVucm9keWVsbG93OjE2NDQ4MjEwLGxpZ2h0Z3JheToxMzg4MjMyMyxsaWdodGdyZWVuOjk0OTgyNTYsbGlnaHRncmV5OjEzODgyMzIzLGxpZ2h0cGluazoxNjc1ODQ2NSxsaWdodHNhbG1vbjoxNjc1Mjc2MixsaWdodHNlYWdyZWVuOjIxNDI4OTAsbGlnaHRza3libHVlOjg5MDAzNDYsbGlnaHRzbGF0ZWdyYXk6NzgzMzc1MyxsaWdodHNsYXRlZ3JleTo3ODMzNzUzLGxpZ2h0c3RlZWxibHVlOjExNTg0NzM0LGxpZ2h0eWVsbG93OjE2Nzc3MTg0LGxpbWU6NjUyODAsbGltZWdyZWVuOjMzMjkzMzAsbGluZW46MTY0NDU2NzAsbWFnZW50YToxNjcxMTkzNSxtYXJvb246ODM4ODYwOCxtZWRpdW1hcXVhbWFyaW5lOjY3MzczMjIsbWVkaXVtYmx1ZToyMDUsbWVkaXVtb3JjaGlkOjEyMjExNjY3LG1lZGl1bXB1cnBsZTo5NjYyNjgzLG1lZGl1bXNlYWdyZWVuOjM5NzgwOTcsbWVkaXVtc2xhdGVibHVlOjgwODc3OTAsbWVkaXVtc3ByaW5nZ3JlZW46NjQxNTQsbWVkaXVtdHVycXVvaXNlOjQ3NzIzMDAsbWVkaXVtdmlvbGV0cmVkOjEzMDQ3MTczLG1pZG5pZ2h0Ymx1ZToxNjQ0OTEyLG1pbnRjcmVhbToxNjEyMTg1MCxtaXN0eXJvc2U6MTY3NzAyNzMsbW9jY2FzaW46MTY3NzAyMjksbmF2YWpvd2hpdGU6MTY3Njg2ODUsbmF2eToxMjgsb2xkbGFjZToxNjY0MzU1OCxvbGl2ZTo4NDIxMzc2LG9saXZlZHJhYjo3MDQ4NzM5LG9yYW5nZToxNjc1MzkyMCxvcmFuZ2VyZWQ6MTY3MjkzNDQsb3JjaGlkOjE0MzE1NzM0LHBhbGVnb2xkZW5yb2Q6MTU2NTcxMzAscGFsZWdyZWVuOjEwMDI1ODgwLHBhbGV0dXJxdW9pc2U6MTE1Mjk5NjYscGFsZXZpb2xldHJlZDoxNDM4MTIwMyxwYXBheWF3aGlwOjE2NzczMDc3LHBlYWNocHVmZjoxNjc2NzY3MyxwZXJ1OjEzNDY4OTkxLHBpbms6MTY3NjEwMzUscGx1bToxNDUyNDYzNyxwb3dkZXJibHVlOjExNTkxOTEwLHB1cnBsZTo4Mzg4NzM2LHJlYmVjY2FwdXJwbGU6NjY5Nzg4MSxyZWQ6MTY3MTE2ODAscm9zeWJyb3duOjEyMzU3NTE5LHJveWFsYmx1ZTo0Mjg2OTQ1LHNhZGRsZWJyb3duOjkxMjcxODcsc2FsbW9uOjE2NDE2ODgyLHNhbmR5YnJvd246MTYwMzI4NjQsc2VhZ3JlZW46MzA1MDMyNyxzZWFzaGVsbDoxNjc3NDYzOCxzaWVubmE6MTA1MDY3OTcsc2lsdmVyOjEyNjMyMjU2LHNreWJsdWU6ODkwMDMzMSxzbGF0ZWJsdWU6Njk3MDA2MSxzbGF0ZWdyYXk6NzM3Mjk0NCxzbGF0ZWdyZXk6NzM3Mjk0NCxzbm93OjE2Nzc1OTMwLHNwcmluZ2dyZWVuOjY1NDA3LHN0ZWVsYmx1ZTo0NjIwOTgwLHRhbjoxMzgwODc4MCx0ZWFsOjMyODk2LHRoaXN0bGU6MTQyMDQ4ODgsdG9tYXRvOjE2NzM3MDk1LHR1cnF1b2lzZTo0MjUxODU2LHZpb2xldDoxNTYzMTA4Nix3aGVhdDoxNjExMzMzMSx3aGl0ZToxNjc3NzIxNSx3aGl0ZXNtb2tlOjE2MTE5Mjg1LHllbGxvdzoxNjc3Njk2MCx5ZWxsb3dncmVlbjoxMDE0NTA3NH07em4oZG4scG4se2NvcHkobil7cmV0dXJuIE9iamVjdC5hc3NpZ24obmV3IHRoaXMuY29uc3RydWN0b3IsdGhpcyxuKX0sZGlzcGxheWFibGUoKXtyZXR1cm4gdGhpcy5yZ2IoKS5kaXNwbGF5YWJsZSgpfSxoZXg6c2UsZm9ybWF0SGV4OnNlLGZvcm1hdEhleDg6ZHQsZm9ybWF0SHNsOnl0LGZvcm1hdFJnYjpsZSx0b1N0cmluZzpsZX0pO2Z1bmN0aW9uIHNlKCl7cmV0dXJuIHRoaXMucmdiKCkuZm9ybWF0SGV4KCl9ZnVuY3Rpb24gZHQoKXtyZXR1cm4gdGhpcy5yZ2IoKS5mb3JtYXRIZXg4KCl9ZnVuY3Rpb24geXQoKXtyZXR1cm4geWUodGhpcykuZm9ybWF0SHNsKCl9ZnVuY3Rpb24gbGUoKXtyZXR1cm4gdGhpcy5yZ2IoKS5mb3JtYXRSZ2IoKX1mdW5jdGlvbiBwbihuKXt2YXIgZSx0O3JldHVybiBuPShuKyIiKS50cmltKCkudG9Mb3dlckNhc2UoKSwoZT1mdC5leGVjKG4pKT8odD1lWzFdLmxlbmd0aCxlPXBhcnNlSW50KGVbMV0sMTYpLHQ9PT02P2hlKGUpOnQ9PT0zP25ldyBQKGU+PjgmMTV8ZT4+NCYyNDAsZT4+NCYxNXxlJjI0MCwoZSYxNSk8PDR8ZSYxNSwxKTp0PT09OD9EbihlPj4yNCYyNTUsZT4+MTYmMjU1LGU+PjgmMjU1LChlJjI1NSkvMjU1KTp0PT09ND9EbihlPj4xMiYxNXxlPj44JjI0MCxlPj44JjE1fGU+PjQmMjQwLGU+PjQmMTV8ZSYyNDAsKChlJjE1KTw8NHxlJjE1KS8yNTUpOm51bGwpOihlPWN0LmV4ZWMobikpP25ldyBQKGVbMV0sZVsyXSxlWzNdLDEpOihlPXN0LmV4ZWMobikpP25ldyBQKGVbMV0qMjU1LzEwMCxlWzJdKjI1NS8xMDAsZVszXSoyNTUvMTAwLDEpOihlPWx0LmV4ZWMobikpP0RuKGVbMV0sZVsyXSxlWzNdLGVbNF0pOihlPWh0LmV4ZWMobikpP0RuKGVbMV0qMjU1LzEwMCxlWzJdKjI1NS8xMDAsZVszXSoyNTUvMTAwLGVbNF0pOihlPWd0LmV4ZWMobikpP2RlKGVbMV0sZVsyXS8xMDAsZVszXS8xMDAsMSk6KGU9bXQuZXhlYyhuKSk/ZGUoZVsxXSxlWzJdLzEwMCxlWzNdLzEwMCxlWzRdKTpjZS5oYXNPd25Qcm9wZXJ0eShuKT9oZShjZVtuXSk6bj09PSJ0cmFuc3BhcmVudCI/bmV3IFAoTmFOLE5hTixOYU4sMCk6bnVsbH1mdW5jdGlvbiBoZShuKXtyZXR1cm4gbmV3IFAobj4+MTYmMjU1LG4+PjgmMjU1LG4mMjU1LDEpfWZ1bmN0aW9uIERuKG4sZSx0LHIpe3JldHVybiByPD0wJiYobj1lPXQ9TmFOKSxuZXcgUChuLGUsdCxyKX1mdW5jdGlvbiB4dChuKXtyZXR1cm4gbiBpbnN0YW5jZW9mIGRufHwobj1wbihuKSksbj8obj1uLnJnYigpLG5ldyBQKG4ucixuLmcsbi5iLG4ub3BhY2l0eSkpOm5ldyBQfWZ1bmN0aW9uIEVuKG4sZSx0LHIpe3JldHVybiBhcmd1bWVudHMubGVuZ3RoPT09MT94dChuKTpuZXcgUChuLGUsdCxyPz8xKX1mdW5jdGlvbiBQKG4sZSx0LHIpe3RoaXMucj0rbix0aGlzLmc9K2UsdGhpcy5iPSt0LHRoaXMub3BhY2l0eT0rcn16bihQLEVuLGZlKGRuLHticmlnaHRlcihuKXtyZXR1cm4gbj1uPT1udWxsP1VuOk1hdGgucG93KFVuLG4pLG5ldyBQKHRoaXMucipuLHRoaXMuZypuLHRoaXMuYipuLHRoaXMub3BhY2l0eSl9LGRhcmtlcihuKXtyZXR1cm4gbj1uPT1udWxsP3luOk1hdGgucG93KHluLG4pLG5ldyBQKHRoaXMucipuLHRoaXMuZypuLHRoaXMuYipuLHRoaXMub3BhY2l0eSl9LHJnYigpe3JldHVybiB0aGlzfSxjbGFtcCgpe3JldHVybiBuZXcgUChHKHRoaXMuciksRyh0aGlzLmcpLEcodGhpcy5iKSxrbih0aGlzLm9wYWNpdHkpKX0sZGlzcGxheWFibGUoKXtyZXR1cm4tLjU8PXRoaXMuciYmdGhpcy5yPDI1NS41JiYtLjU8PXRoaXMuZyYmdGhpcy5nPDI1NS41JiYtLjU8PXRoaXMuYiYmdGhpcy5iPDI1NS41JiYwPD10aGlzLm9wYWNpdHkmJnRoaXMub3BhY2l0eTw9MX0saGV4OmdlLGZvcm1hdEhleDpnZSxmb3JtYXRIZXg4OnB0LGZvcm1hdFJnYjptZSx0b1N0cmluZzptZX0pKTtmdW5jdGlvbiBnZSgpe3JldHVybmAjJHtKKHRoaXMucil9JHtKKHRoaXMuZyl9JHtKKHRoaXMuYil9YH1mdW5jdGlvbiBwdCgpe3JldHVybmAjJHtKKHRoaXMucil9JHtKKHRoaXMuZyl9JHtKKHRoaXMuYil9JHtKKChpc05hTih0aGlzLm9wYWNpdHkpPzE6dGhpcy5vcGFjaXR5KSoyNTUpfWB9ZnVuY3Rpb24gbWUoKXtjb25zdCBuPWtuKHRoaXMub3BhY2l0eSk7cmV0dXJuYCR7bj09PTE/InJnYigiOiJyZ2JhKCJ9JHtHKHRoaXMucil9LCAke0codGhpcy5nKX0sICR7Ryh0aGlzLmIpfSR7bj09PTE/IikiOmAsICR7bn0pYH1gfWZ1bmN0aW9uIGtuKG4pe3JldHVybiBpc05hTihuKT8xOk1hdGgubWF4KDAsTWF0aC5taW4oMSxuKSl9ZnVuY3Rpb24gRyhuKXtyZXR1cm4gTWF0aC5tYXgoMCxNYXRoLm1pbigyNTUsTWF0aC5yb3VuZChuKXx8MCkpfWZ1bmN0aW9uIEoobil7cmV0dXJuIG49RyhuKSwobjwxNj8iMCI6IiIpK24udG9TdHJpbmcoMTYpfWZ1bmN0aW9uIGRlKG4sZSx0LHIpe3JldHVybiByPD0wP249ZT10PU5hTjp0PD0wfHx0Pj0xP249ZT1OYU46ZTw9MCYmKG49TmFOKSxuZXcgXyhuLGUsdCxyKX1mdW5jdGlvbiB5ZShuKXtpZihuIGluc3RhbmNlb2YgXylyZXR1cm4gbmV3IF8obi5oLG4ucyxuLmwsbi5vcGFjaXR5KTtpZihuIGluc3RhbmNlb2YgZG58fChuPXBuKG4pKSwhbilyZXR1cm4gbmV3IF87aWYobiBpbnN0YW5jZW9mIF8pcmV0dXJuIG47bj1uLnJnYigpO3ZhciBlPW4uci8yNTUsdD1uLmcvMjU1LHI9bi5iLzI1NSxvPU1hdGgubWluKGUsdCxyKSxpPU1hdGgubWF4KGUsdCxyKSxhPU5hTix1PWktbyxsPShpK28pLzI7cmV0dXJuIHU/KGU9PT1pP2E9KHQtcikvdSsodDxyKSo2OnQ9PT1pP2E9KHItZSkvdSsyOmE9KGUtdCkvdSs0LHUvPWw8LjU/aStvOjItaS1vLGEqPTYwKTp1PWw+MCYmbDwxPzA6YSxuZXcgXyhhLHUsbCxuLm9wYWNpdHkpfWZ1bmN0aW9uIHd0KG4sZSx0LHIpe3JldHVybiBhcmd1bWVudHMubGVuZ3RoPT09MT95ZShuKTpuZXcgXyhuLGUsdCxyPz8xKX1mdW5jdGlvbiBfKG4sZSx0LHIpe3RoaXMuaD0rbix0aGlzLnM9K2UsdGhpcy5sPSt0LHRoaXMub3BhY2l0eT0rcn16bihfLHd0LGZlKGRuLHticmlnaHRlcihuKXtyZXR1cm4gbj1uPT1udWxsP1VuOk1hdGgucG93KFVuLG4pLG5ldyBfKHRoaXMuaCx0aGlzLnMsdGhpcy5sKm4sdGhpcy5vcGFjaXR5KX0sZGFya2VyKG4pe3JldHVybiBuPW49PW51bGw/eW46TWF0aC5wb3coeW4sbiksbmV3IF8odGhpcy5oLHRoaXMucyx0aGlzLmwqbix0aGlzLm9wYWNpdHkpfSxyZ2IoKXt2YXIgbj10aGlzLmglMzYwKyh0aGlzLmg8MCkqMzYwLGU9aXNOYU4obil8fGlzTmFOKHRoaXMucyk/MDp0aGlzLnMsdD10aGlzLmwscj10Kyh0PC41P3Q6MS10KSplLG89Mip0LXI7cmV0dXJuIG5ldyBQKF9uKG4+PTI0MD9uLTI0MDpuKzEyMCxvLHIpLF9uKG4sbyxyKSxfbihuPDEyMD9uKzI0MDpuLTEyMCxvLHIpLHRoaXMub3BhY2l0eSl9LGNsYW1wKCl7cmV0dXJuIG5ldyBfKHhlKHRoaXMuaCksU24odGhpcy5zKSxTbih0aGlzLmwpLGtuKHRoaXMub3BhY2l0eSkpfSxkaXNwbGF5YWJsZSgpe3JldHVybigwPD10aGlzLnMmJnRoaXMuczw9MXx8aXNOYU4odGhpcy5zKSkmJjA8PXRoaXMubCYmdGhpcy5sPD0xJiYwPD10aGlzLm9wYWNpdHkmJnRoaXMub3BhY2l0eTw9MX0sZm9ybWF0SHNsKCl7Y29uc3Qgbj1rbih0aGlzLm9wYWNpdHkpO3JldHVybmAke249PT0xPyJoc2woIjoiaHNsYSgifSR7eGUodGhpcy5oKX0sICR7U24odGhpcy5zKSoxMDB9JSwgJHtTbih0aGlzLmwpKjEwMH0lJHtuPT09MT8iKSI6YCwgJHtufSlgfWB9fSkpO2Z1bmN0aW9uIHhlKG4pe3JldHVybiBuPShufHwwKSUzNjAsbjwwP24rMzYwOm59ZnVuY3Rpb24gU24obil7cmV0dXJuIE1hdGgubWF4KDAsTWF0aC5taW4oMSxufHwwKSl9ZnVuY3Rpb24gX24obixlLHQpe3JldHVybihuPDYwP2UrKHQtZSkqbi82MDpuPDE4MD90Om48MjQwP2UrKHQtZSkqKDI0MC1uKS82MDplKSoyNTV9dmFyIHFuPW49PigpPT5uO2Z1bmN0aW9uIE10KG4sZSl7cmV0dXJuIGZ1bmN0aW9uKHQpe3JldHVybiBuK3QqZX19ZnVuY3Rpb24gYnQobixlLHQpe3JldHVybiBuPU1hdGgucG93KG4sdCksZT1NYXRoLnBvdyhlLHQpLW4sdD0xL3QsZnVuY3Rpb24ocil7cmV0dXJuIE1hdGgucG93KG4rciplLHQpfX1mdW5jdGlvbiB2dChuKXtyZXR1cm4obj0rbik9PTE/cGU6ZnVuY3Rpb24oZSx0KXtyZXR1cm4gdC1lP2J0KGUsdCxuKTpxbihpc05hTihlKT90OmUpfX1mdW5jdGlvbiBwZShuLGUpe3ZhciB0PWUtbjtyZXR1cm4gdD9NdChuLHQpOnFuKGlzTmFOKG4pP2U6bil9dmFyIHdlPWZ1bmN0aW9uIG4oZSl7dmFyIHQ9dnQoZSk7ZnVuY3Rpb24gcihvLGkpe3ZhciBhPXQoKG89RW4obykpLnIsKGk9RW4oaSkpLnIpLHU9dChvLmcsaS5nKSxsPXQoby5iLGkuYiksZj1wZShvLm9wYWNpdHksaS5vcGFjaXR5KTtyZXR1cm4gZnVuY3Rpb24oZyl7cmV0dXJuIG8ucj1hKGcpLG8uZz11KGcpLG8uYj1sKGcpLG8ub3BhY2l0eT1mKGcpLG8rIiJ9fXJldHVybiByLmdhbW1hPW4scn0oMSk7ZnVuY3Rpb24gVHQobixlKXtlfHwoZT1bXSk7dmFyIHQ9bj9NYXRoLm1pbihlLmxlbmd0aCxuLmxlbmd0aCk6MCxyPWUuc2xpY2UoKSxvO3JldHVybiBmdW5jdGlvbihpKXtmb3Iobz0wO288dDsrK28pcltvXT1uW29dKigxLWkpK2Vbb10qaTtyZXR1cm4gcn19ZnVuY3Rpb24gQ3Qobil7cmV0dXJuIEFycmF5QnVmZmVyLmlzVmlldyhuKSYmIShuIGluc3RhbmNlb2YgRGF0YVZpZXcpfWZ1bmN0aW9uIE50KG4sZSl7dmFyIHQ9ZT9lLmxlbmd0aDowLHI9bj9NYXRoLm1pbih0LG4ubGVuZ3RoKTowLG89bmV3IEFycmF5KHIpLGk9bmV3IEFycmF5KHQpLGE7Zm9yKGE9MDthPHI7KythKW9bYV09Vm4oblthXSxlW2FdKTtmb3IoO2E8dDsrK2EpaVthXT1lW2FdO3JldHVybiBmdW5jdGlvbih1KXtmb3IoYT0wO2E8cjsrK2EpaVthXT1vW2FdKHUpO3JldHVybiBpfX1mdW5jdGlvbiBVdChuLGUpe3ZhciB0PW5ldyBEYXRlO3JldHVybiBuPStuLGU9K2UsZnVuY3Rpb24ocil7cmV0dXJuIHQuc2V0VGltZShuKigxLXIpK2UqciksdH19ZnVuY3Rpb24gJG4obixlKXtyZXR1cm4gbj0rbixlPStlLGZ1bmN0aW9uKHQpe3JldHVybiBuKigxLXQpK2UqdH19ZnVuY3Rpb24gRHQobixlKXt2YXIgdD17fSxyPXt9LG87KG49PT1udWxsfHx0eXBlb2YgbiE9Im9iamVjdCIpJiYobj17fSksKGU9PT1udWxsfHx0eXBlb2YgZSE9Im9iamVjdCIpJiYoZT17fSk7Zm9yKG8gaW4gZSlvIGluIG4/dFtvXT1WbihuW29dLGVbb10pOnJbb109ZVtvXTtyZXR1cm4gZnVuY3Rpb24oaSl7Zm9yKG8gaW4gdClyW29dPXRbb10oaSk7cmV0dXJuIHJ9fXZhciBqbj0vWy0rXT8oPzpcZCtcLj9cZCp8XC4/XGQrKSg/OltlRV1bLStdP1xkKyk/L2csWm49bmV3IFJlZ0V4cChqbi5zb3VyY2UsImciKTtmdW5jdGlvbiBrdChuKXtyZXR1cm4gZnVuY3Rpb24oKXtyZXR1cm4gbn19ZnVuY3Rpb24gU3Qobil7cmV0dXJuIGZ1bmN0aW9uKGUpe3JldHVybiBuKGUpKyIifX1mdW5jdGlvbiAkdChuLGUpe3ZhciB0PWpuLmxhc3RJbmRleD1abi5sYXN0SW5kZXg9MCxyLG8saSxhPS0xLHU9W10sbD1bXTtmb3Iobj1uKyIiLGU9ZSsiIjsocj1qbi5leGVjKG4pKSYmKG89Wm4uZXhlYyhlKSk7KShpPW8uaW5kZXgpPnQmJihpPWUuc2xpY2UodCxpKSx1W2FdP3VbYV0rPWk6dVsrK2FdPWkpLChyPXJbMF0pPT09KG89b1swXSk/dVthXT91W2FdKz1vOnVbKythXT1vOih1WysrYV09bnVsbCxsLnB1c2goe2k6YSx4OiRuKHIsbyl9KSksdD1abi5sYXN0SW5kZXg7cmV0dXJuIHQ8ZS5sZW5ndGgmJihpPWUuc2xpY2UodCksdVthXT91W2FdKz1pOnVbKythXT1pKSx1Lmxlbmd0aDwyP2xbMF0/U3QobFswXS54KTprdChlKTooZT1sLmxlbmd0aCxmdW5jdGlvbihmKXtmb3IodmFyIGc9MCxtO2c8ZTsrK2cpdVsobT1sW2ddKS5pXT1tLngoZik7cmV0dXJuIHUuam9pbigiIil9KX1mdW5jdGlvbiBWbihuLGUpe3ZhciB0PXR5cGVvZiBlLHI7cmV0dXJuIGU9PW51bGx8fHQ9PT0iYm9vbGVhbiI/cW4oZSk6KHQ9PT0ibnVtYmVyIj8kbjp0PT09InN0cmluZyI/KHI9cG4oZSkpPyhlPXIsd2UpOiR0OmUgaW5zdGFuY2VvZiBwbj93ZTplIGluc3RhbmNlb2YgRGF0ZT9VdDpDdChlKT9UdDpBcnJheS5pc0FycmF5KGUpP050OnR5cGVvZiBlLnZhbHVlT2YhPSJmdW5jdGlvbiImJnR5cGVvZiBlLnRvU3RyaW5nIT0iZnVuY3Rpb24ifHxpc05hTihlKT9EdDokbikobixlKX1mdW5jdGlvbiBGdChuLGUpe3JldHVybiBuPStuLGU9K2UsZnVuY3Rpb24odCl7cmV0dXJuIE1hdGgucm91bmQobiooMS10KStlKnQpfX1mdW5jdGlvbiBIdChuKXtyZXR1cm4gTWF0aC5hYnMobj1NYXRoLnJvdW5kKG4pKT49MWUyMT9uLnRvTG9jYWxlU3RyaW5nKCJlbiIpLnJlcGxhY2UoLywvZywiIik6bi50b1N0cmluZygxMCl9ZnVuY3Rpb24gRm4obixlKXtpZigodD0obj1lP24udG9FeHBvbmVudGlhbChlLTEpOm4udG9FeHBvbmVudGlhbCgpKS5pbmRleE9mKCJlIikpPDApcmV0dXJuIG51bGw7dmFyIHQscj1uLnNsaWNlKDAsdCk7cmV0dXJuW3IubGVuZ3RoPjE/clswXStyLnNsaWNlKDIpOnIsK24uc2xpY2UodCsxKV19ZnVuY3Rpb24gb24obil7cmV0dXJuIG49Rm4oTWF0aC5hYnMobikpLG4/blsxXTpOYU59ZnVuY3Rpb24gTHQobixlKXtyZXR1cm4gZnVuY3Rpb24odCxyKXtmb3IodmFyIG89dC5sZW5ndGgsaT1bXSxhPTAsdT1uWzBdLGw9MDtvPjAmJnU+MCYmKGwrdSsxPnImJih1PU1hdGgubWF4KDEsci1sKSksaS5wdXNoKHQuc3Vic3RyaW5nKG8tPXUsbyt1KSksISgobCs9dSsxKT5yKSk7KXU9blthPShhKzEpJW4ubGVuZ3RoXTtyZXR1cm4gaS5yZXZlcnNlKCkuam9pbihlKX19ZnVuY3Rpb24gUHQobil7cmV0dXJuIGZ1bmN0aW9uKGUpe3JldHVybiBlLnJlcGxhY2UoL1swLTldL2csZnVuY3Rpb24odCl7cmV0dXJuIG5bK3RdfSl9fXZhciBZdD0vXig/OiguKT8oWzw+PV5dKSk/KFsrXC0oIF0pPyhbJCNdKT8oMCk/KFxkKyk/KCwpPyhcLlxkKyk/KH4pPyhbYS16JV0pPyQvaTtmdW5jdGlvbiBIbihuKXtpZighKGU9WXQuZXhlYyhuKSkpdGhyb3cgbmV3IEVycm9yKCJpbnZhbGlkIGZvcm1hdDogIituKTt2YXIgZTtyZXR1cm4gbmV3IFhuKHtmaWxsOmVbMV0sYWxpZ246ZVsyXSxzaWduOmVbM10sc3ltYm9sOmVbNF0semVybzplWzVdLHdpZHRoOmVbNl0sY29tbWE6ZVs3XSxwcmVjaXNpb246ZVs4XSYmZVs4XS5zbGljZSgxKSx0cmltOmVbOV0sdHlwZTplWzEwXX0pfUhuLnByb3RvdHlwZT1Ybi5wcm90b3R5cGU7ZnVuY3Rpb24gWG4obil7dGhpcy5maWxsPW4uZmlsbD09PXZvaWQgMD8iICI6bi5maWxsKyIiLHRoaXMuYWxpZ249bi5hbGlnbj09PXZvaWQgMD8iPiI6bi5hbGlnbisiIix0aGlzLnNpZ249bi5zaWduPT09dm9pZCAwPyItIjpuLnNpZ24rIiIsdGhpcy5zeW1ib2w9bi5zeW1ib2w9PT12b2lkIDA/IiI6bi5zeW1ib2wrIiIsdGhpcy56ZXJvPSEhbi56ZXJvLHRoaXMud2lkdGg9bi53aWR0aD09PXZvaWQgMD92b2lkIDA6K24ud2lkdGgsdGhpcy5jb21tYT0hIW4uY29tbWEsdGhpcy5wcmVjaXNpb249bi5wcmVjaXNpb249PT12b2lkIDA/dm9pZCAwOituLnByZWNpc2lvbix0aGlzLnRyaW09ISFuLnRyaW0sdGhpcy50eXBlPW4udHlwZT09PXZvaWQgMD8iIjpuLnR5cGUrIiJ9WG4ucHJvdG90eXBlLnRvU3RyaW5nPWZ1bmN0aW9uKCl7cmV0dXJuIHRoaXMuZmlsbCt0aGlzLmFsaWduK3RoaXMuc2lnbit0aGlzLnN5bWJvbCsodGhpcy56ZXJvPyIwIjoiIikrKHRoaXMud2lkdGg9PT12b2lkIDA/IiI6TWF0aC5tYXgoMSx0aGlzLndpZHRofDApKSsodGhpcy5jb21tYT8iLCI6IiIpKyh0aGlzLnByZWNpc2lvbj09PXZvaWQgMD8iIjoiLiIrTWF0aC5tYXgoMCx0aGlzLnByZWNpc2lvbnwwKSkrKHRoaXMudHJpbT8ifiI6IiIpK3RoaXMudHlwZX07ZnVuY3Rpb24gV3Qobil7bjpmb3IodmFyIGU9bi5sZW5ndGgsdD0xLHI9LTEsbzt0PGU7Kyt0KXN3aXRjaChuW3RdKXtjYXNlIi4iOnI9bz10O2JyZWFrO2Nhc2UiMCI6cj09PTAmJihyPXQpLG89dDticmVhaztkZWZhdWx0OmlmKCErblt0XSlicmVhayBuO3I+MCYmKHI9MCk7YnJlYWt9cmV0dXJuIHI+MD9uLnNsaWNlKDAscikrbi5zbGljZShvKzEpOm59dmFyIE1lO2Z1bmN0aW9uIEF0KG4sZSl7dmFyIHQ9Rm4obixlKTtpZighdClyZXR1cm4gbisiIjt2YXIgcj10WzBdLG89dFsxXSxpPW8tKE1lPU1hdGgubWF4KC04LE1hdGgubWluKDgsTWF0aC5mbG9vcihvLzMpKSkqMykrMSxhPXIubGVuZ3RoO3JldHVybiBpPT09YT9yOmk+YT9yK25ldyBBcnJheShpLWErMSkuam9pbigiMCIpOmk+MD9yLnNsaWNlKDAsaSkrIi4iK3Iuc2xpY2UoaSk6IjAuIituZXcgQXJyYXkoMS1pKS5qb2luKCIwIikrRm4obixNYXRoLm1heCgwLGUraS0xKSlbMF19ZnVuY3Rpb24gYmUobixlKXt2YXIgdD1GbihuLGUpO2lmKCF0KXJldHVybiBuKyIiO3ZhciByPXRbMF0sbz10WzFdO3JldHVybiBvPDA/IjAuIituZXcgQXJyYXkoLW8pLmpvaW4oIjAiKStyOnIubGVuZ3RoPm8rMT9yLnNsaWNlKDAsbysxKSsiLiIrci5zbGljZShvKzEpOnIrbmV3IEFycmF5KG8tci5sZW5ndGgrMikuam9pbigiMCIpfXZhciB2ZT17IiUiOihuLGUpPT4obioxMDApLnRvRml4ZWQoZSksYjpuPT5NYXRoLnJvdW5kKG4pLnRvU3RyaW5nKDIpLGM6bj0+bisiIixkOkh0LGU6KG4sZSk9Pm4udG9FeHBvbmVudGlhbChlKSxmOihuLGUpPT5uLnRvRml4ZWQoZSksZzoobixlKT0+bi50b1ByZWNpc2lvbihlKSxvOm49Pk1hdGgucm91bmQobikudG9TdHJpbmcoOCkscDoobixlKT0+YmUobioxMDAsZSkscjpiZSxzOkF0LFg6bj0+TWF0aC5yb3VuZChuKS50b1N0cmluZygxNikudG9VcHBlckNhc2UoKSx4Om49Pk1hdGgucm91bmQobikudG9TdHJpbmcoMTYpfTtmdW5jdGlvbiBUZShuKXtyZXR1cm4gbn12YXIgQ2U9QXJyYXkucHJvdG90eXBlLm1hcCxOZT1bInkiLCJ6IiwiYSIsImYiLCJwIiwibiIsIsK1IiwibSIsIiIsImsiLCJNIiwiRyIsIlQiLCJQIiwiRSIsIloiLCJZIl07ZnVuY3Rpb24gUnQobil7dmFyIGU9bi5ncm91cGluZz09PXZvaWQgMHx8bi50aG91c2FuZHM9PT12b2lkIDA/VGU6THQoQ2UuY2FsbChuLmdyb3VwaW5nLE51bWJlciksbi50aG91c2FuZHMrIiIpLHQ9bi5jdXJyZW5jeT09PXZvaWQgMD8iIjpuLmN1cnJlbmN5WzBdKyIiLHI9bi5jdXJyZW5jeT09PXZvaWQgMD8iIjpuLmN1cnJlbmN5WzFdKyIiLG89bi5kZWNpbWFsPT09dm9pZCAwPyIuIjpuLmRlY2ltYWwrIiIsaT1uLm51bWVyYWxzPT09dm9pZCAwP1RlOlB0KENlLmNhbGwobi5udW1lcmFscyxTdHJpbmcpKSxhPW4ucGVyY2VudD09PXZvaWQgMD8iJSI6bi5wZXJjZW50KyIiLHU9bi5taW51cz09PXZvaWQgMD8i4oiSIjpuLm1pbnVzKyIiLGw9bi5uYW49PT12b2lkIDA/Ik5hTiI6bi5uYW4rIiI7ZnVuY3Rpb24gZihtKXttPUhuKG0pO3ZhciBwPW0uZmlsbCxEPW0uYWxpZ24saz1tLnNpZ24sUj1tLnN5bWJvbCxZPW0uemVybyxxPW0ud2lkdGgsRT1tLmNvbW1hLCQ9bS5wcmVjaXNpb24sVz1tLnRyaW0saD1tLnR5cGU7aD09PSJuIj8oRT0hMCxoPSJnIik6dmVbaF18fCgkPT09dm9pZCAwJiYoJD0xMiksVz0hMCxoPSJnIiksKFl8fHA9PT0iMCImJkQ9PT0iPSIpJiYoWT0hMCxwPSIwIixEPSI9Iik7dmFyIGM9Uj09PSIkIj90OlI9PT0iIyImJi9bYm94WF0vLnRlc3QoaCk/IjAiK2gudG9Mb3dlckNhc2UoKToiIix4PVI9PT0iJCI/cjovWyVwXS8udGVzdChoKT9hOiIiLHc9dmVbaF0sTj0vW2RlZmdwcnMlXS8udGVzdChoKTskPSQ9PT12b2lkIDA/NjovW2dwcnNdLy50ZXN0KGgpP01hdGgubWF4KDEsTWF0aC5taW4oMjEsJCkpOk1hdGgubWF4KDAsTWF0aC5taW4oMjAsJCkpO2Z1bmN0aW9uIHYoeSl7dmFyIEM9YyxTPXgsRixsbixobjtpZihoPT09ImMiKVM9dyh5KStTLHk9IiI7ZWxzZXt5PSt5O3ZhciBnbj15PDB8fDEveTwwO2lmKHk9aXNOYU4oeSk/bDp3KE1hdGguYWJzKHkpLCQpLFcmJih5PVd0KHkpKSxnbiYmK3k9PTAmJmshPT0iKyImJihnbj0hMSksQz0oZ24/az09PSIoIj9rOnU6az09PSItInx8az09PSIoIj8iIjprKStDLFM9KGg9PT0icyI/TmVbOCtNZS8zXToiIikrUysoZ24mJms9PT0iKCI/IikiOiIiKSxOKXtmb3IoRj0tMSxsbj15Lmxlbmd0aDsrK0Y8bG47KWlmKGhuPXkuY2hhckNvZGVBdChGKSw0OD5obnx8aG4+NTcpe1M9KGhuPT09NDY/byt5LnNsaWNlKEYrMSk6eS5zbGljZShGKSkrUyx5PXkuc2xpY2UoMCxGKTticmVha319fUUmJiFZJiYoeT1lKHksMS8wKSk7dmFyIG1uPUMubGVuZ3RoK3kubGVuZ3RoK1MubGVuZ3RoLGo9bW48cT9uZXcgQXJyYXkocS1tbisxKS5qb2luKHApOiIiO3N3aXRjaChFJiZZJiYoeT1lKGoreSxqLmxlbmd0aD9xLVMubGVuZ3RoOjEvMCksaj0iIiksRCl7Y2FzZSI8Ijp5PUMreStTK2o7YnJlYWs7Y2FzZSI9Ijp5PUMrait5K1M7YnJlYWs7Y2FzZSJeIjp5PWouc2xpY2UoMCxtbj1qLmxlbmd0aD4+MSkrQyt5K1Mrai5zbGljZShtbik7YnJlYWs7ZGVmYXVsdDp5PWorQyt5K1M7YnJlYWt9cmV0dXJuIGkoeSl9cmV0dXJuIHYudG9TdHJpbmc9ZnVuY3Rpb24oKXtyZXR1cm4gbSsiIn0sdn1mdW5jdGlvbiBnKG0scCl7dmFyIEQ9ZigobT1IbihtKSxtLnR5cGU9ImYiLG0pKSxrPU1hdGgubWF4KC04LE1hdGgubWluKDgsTWF0aC5mbG9vcihvbihwKS8zKSkpKjMsUj1NYXRoLnBvdygxMCwtayksWT1OZVs4K2svM107cmV0dXJuIGZ1bmN0aW9uKHEpe3JldHVybiBEKFIqcSkrWX19cmV0dXJue2Zvcm1hdDpmLGZvcm1hdFByZWZpeDpnfX12YXIgTG4sVWUsRGU7SXQoe3Rob3VzYW5kczoiLCIsZ3JvdXBpbmc6WzNdLGN1cnJlbmN5OlsiJCIsIiJdfSk7ZnVuY3Rpb24gSXQobil7cmV0dXJuIExuPVJ0KG4pLFVlPUxuLmZvcm1hdCxEZT1Mbi5mb3JtYXRQcmVmaXgsTG59ZnVuY3Rpb24gT3Qobil7cmV0dXJuIE1hdGgubWF4KDAsLW9uKE1hdGguYWJzKG4pKSl9ZnVuY3Rpb24genQobixlKXtyZXR1cm4gTWF0aC5tYXgoMCxNYXRoLm1heCgtOCxNYXRoLm1pbig4LE1hdGguZmxvb3Iob24oZSkvMykpKSozLW9uKE1hdGguYWJzKG4pKSl9ZnVuY3Rpb24gRXQobixlKXtyZXR1cm4gbj1NYXRoLmFicyhuKSxlPU1hdGguYWJzKGUpLW4sTWF0aC5tYXgoMCxvbihlKS1vbihuKSkrMX1mdW5jdGlvbiBrZShuLGUpe3N3aXRjaChhcmd1bWVudHMubGVuZ3RoKXtjYXNlIDA6YnJlYWs7Y2FzZSAxOnRoaXMucmFuZ2Uobik7YnJlYWs7ZGVmYXVsdDp0aGlzLnJhbmdlKGUpLmRvbWFpbihuKTticmVha31yZXR1cm4gdGhpc31mdW5jdGlvbiBfdChuKXtyZXR1cm4gZnVuY3Rpb24oKXtyZXR1cm4gbn19ZnVuY3Rpb24gcXQobil7cmV0dXJuK259dmFyIFNlPVswLDFdO2Z1bmN0aW9uIGFuKG4pe3JldHVybiBufWZ1bmN0aW9uIEJuKG4sZSl7cmV0dXJuKGUtPW49K24pP2Z1bmN0aW9uKHQpe3JldHVybih0LW4pL2V9Ol90KGlzTmFOKGUpP05hTjouNSl9ZnVuY3Rpb24ganQobixlKXt2YXIgdDtyZXR1cm4gbj5lJiYodD1uLG49ZSxlPXQpLGZ1bmN0aW9uKHIpe3JldHVybiBNYXRoLm1heChuLE1hdGgubWluKGUscikpfX1mdW5jdGlvbiBadChuLGUsdCl7dmFyIHI9blswXSxvPW5bMV0saT1lWzBdLGE9ZVsxXTtyZXR1cm4gbzxyPyhyPUJuKG8sciksaT10KGEsaSkpOihyPUJuKHIsbyksaT10KGksYSkpLGZ1bmN0aW9uKHUpe3JldHVybiBpKHIodSkpfX1mdW5jdGlvbiBWdChuLGUsdCl7dmFyIHI9TWF0aC5taW4obi5sZW5ndGgsZS5sZW5ndGgpLTEsbz1uZXcgQXJyYXkociksaT1uZXcgQXJyYXkociksYT0tMTtmb3IobltyXTxuWzBdJiYobj1uLnNsaWNlKCkucmV2ZXJzZSgpLGU9ZS5zbGljZSgpLnJldmVyc2UoKSk7KythPHI7KW9bYV09Qm4oblthXSxuW2ErMV0pLGlbYV09dChlW2FdLGVbYSsxXSk7cmV0dXJuIGZ1bmN0aW9uKHUpe3ZhciBsPXJ0KG4sdSwxLHIpLTE7cmV0dXJuIGlbbF0ob1tsXSh1KSl9fWZ1bmN0aW9uICRlKG4sZSl7cmV0dXJuIGUuZG9tYWluKG4uZG9tYWluKCkpLnJhbmdlKG4ucmFuZ2UoKSkuaW50ZXJwb2xhdGUobi5pbnRlcnBvbGF0ZSgpKS5jbGFtcChuLmNsYW1wKCkpLnVua25vd24obi51bmtub3duKCkpfWZ1bmN0aW9uIFh0KCl7dmFyIG49U2UsZT1TZSx0PVZuLHIsbyxpLGE9YW4sdSxsLGY7ZnVuY3Rpb24gZygpe3ZhciBwPU1hdGgubWluKG4ubGVuZ3RoLGUubGVuZ3RoKTtyZXR1cm4gYSE9PWFuJiYoYT1qdChuWzBdLG5bcC0xXSkpLHU9cD4yP1Z0Olp0LGw9Zj1udWxsLG19ZnVuY3Rpb24gbShwKXtyZXR1cm4gcD09bnVsbHx8aXNOYU4ocD0rcCk/aToobHx8KGw9dShuLm1hcChyKSxlLHQpKSkocihhKHApKSl9cmV0dXJuIG0uaW52ZXJ0PWZ1bmN0aW9uKHApe3JldHVybiBhKG8oKGZ8fChmPXUoZSxuLm1hcChyKSwkbikpKShwKSkpfSxtLmRvbWFpbj1mdW5jdGlvbihwKXtyZXR1cm4gYXJndW1lbnRzLmxlbmd0aD8obj1BcnJheS5mcm9tKHAscXQpLGcoKSk6bi5zbGljZSgpfSxtLnJhbmdlPWZ1bmN0aW9uKHApe3JldHVybiBhcmd1bWVudHMubGVuZ3RoPyhlPUFycmF5LmZyb20ocCksZygpKTplLnNsaWNlKCl9LG0ucmFuZ2VSb3VuZD1mdW5jdGlvbihwKXtyZXR1cm4gZT1BcnJheS5mcm9tKHApLHQ9RnQsZygpfSxtLmNsYW1wPWZ1bmN0aW9uKHApe3JldHVybiBhcmd1bWVudHMubGVuZ3RoPyhhPXA/ITA6YW4sZygpKTphIT09YW59LG0uaW50ZXJwb2xhdGU9ZnVuY3Rpb24ocCl7cmV0dXJuIGFyZ3VtZW50cy5sZW5ndGg/KHQ9cCxnKCkpOnR9LG0udW5rbm93bj1mdW5jdGlvbihwKXtyZXR1cm4gYXJndW1lbnRzLmxlbmd0aD8oaT1wLG0pOml9LGZ1bmN0aW9uKHAsRCl7cmV0dXJuIHI9cCxvPUQsZygpfX1mdW5jdGlvbiBGZSgpe3JldHVybiBYdCgpKGFuLGFuKX1mdW5jdGlvbiBCdChuLGUsdCxyKXt2YXIgbz1PbihuLGUsdCksaTtzd2l0Y2gocj1IbihyPz8iLGYiKSxyLnR5cGUpe2Nhc2UicyI6e3ZhciBhPU1hdGgubWF4KE1hdGguYWJzKG4pLE1hdGguYWJzKGUpKTtyZXR1cm4gci5wcmVjaXNpb249PW51bGwmJiFpc05hTihpPXp0KG8sYSkpJiYoci5wcmVjaXNpb249aSksRGUocixhKX1jYXNlIiI6Y2FzZSJlIjpjYXNlImciOmNhc2UicCI6Y2FzZSJyIjp7ci5wcmVjaXNpb249PW51bGwmJiFpc05hTihpPUV0KG8sTWF0aC5tYXgoTWF0aC5hYnMobiksTWF0aC5hYnMoZSkpKSkmJihyLnByZWNpc2lvbj1pLShyLnR5cGU9PT0iZSIpKTticmVha31jYXNlImYiOmNhc2UiJSI6e3IucHJlY2lzaW9uPT1udWxsJiYhaXNOYU4oaT1PdChvKSkmJihyLnByZWNpc2lvbj1pLShyLnR5cGU9PT0iJSIpKjIpO2JyZWFrfX1yZXR1cm4gVWUocil9ZnVuY3Rpb24gUXQobil7dmFyIGU9bi5kb21haW47cmV0dXJuIG4udGlja3M9ZnVuY3Rpb24odCl7dmFyIHI9ZSgpO3JldHVybiB1dChyWzBdLHJbci5sZW5ndGgtMV0sdD8/MTApfSxuLnRpY2tGb3JtYXQ9ZnVuY3Rpb24odCxyKXt2YXIgbz1lKCk7cmV0dXJuIEJ0KG9bMF0sb1tvLmxlbmd0aC0xXSx0Pz8xMCxyKX0sbi5uaWNlPWZ1bmN0aW9uKHQpe3Q9PW51bGwmJih0PTEwKTt2YXIgcj1lKCksbz0wLGk9ci5sZW5ndGgtMSxhPXJbb10sdT1yW2ldLGwsZixnPTEwO2Zvcih1PGEmJihmPWEsYT11LHU9ZixmPW8sbz1pLGk9Zik7Zy0tID4wOyl7aWYoZj1JbihhLHUsdCksZj09PWwpcmV0dXJuIHJbb109YSxyW2ldPXUsZShyKTtpZihmPjApYT1NYXRoLmZsb29yKGEvZikqZix1PU1hdGguY2VpbCh1L2YpKmY7ZWxzZSBpZihmPDApYT1NYXRoLmNlaWwoYSpmKS9mLHU9TWF0aC5mbG9vcih1KmYpL2Y7ZWxzZSBicmVhaztsPWZ9cmV0dXJuIG59LG59ZnVuY3Rpb24gSGUoKXt2YXIgbj1GZSgpO3JldHVybiBuLmNvcHk9ZnVuY3Rpb24oKXtyZXR1cm4gJGUobixIZSgpKX0sa2UuYXBwbHkobixhcmd1bWVudHMpLFF0KG4pfWZ1bmN0aW9uIEd0KG4sZSl7bj1uLnNsaWNlKCk7dmFyIHQ9MCxyPW4ubGVuZ3RoLTEsbz1uW3RdLGk9bltyXSxhO3JldHVybiBpPG8mJihhPXQsdD1yLHI9YSxhPW8sbz1pLGk9YSksblt0XT1lLmZsb29yKG8pLG5bcl09ZS5jZWlsKGkpLG59Y29uc3QgUW49bmV3IERhdGUsR249bmV3IERhdGU7ZnVuY3Rpb24gSChuLGUsdCxyKXtmdW5jdGlvbiBvKGkpe3JldHVybiBuKGk9YXJndW1lbnRzLmxlbmd0aD09PTA/bmV3IERhdGU6bmV3IERhdGUoK2kpKSxpfXJldHVybiBvLmZsb29yPWk9PihuKGk9bmV3IERhdGUoK2kpKSxpKSxvLmNlaWw9aT0+KG4oaT1uZXcgRGF0ZShpLTEpKSxlKGksMSksbihpKSxpKSxvLnJvdW5kPWk9Pntjb25zdCBhPW8oaSksdT1vLmNlaWwoaSk7cmV0dXJuIGktYTx1LWk/YTp1fSxvLm9mZnNldD0oaSxhKT0+KGUoaT1uZXcgRGF0ZSgraSksYT09bnVsbD8xOk1hdGguZmxvb3IoYSkpLGkpLG8ucmFuZ2U9KGksYSx1KT0+e2NvbnN0IGw9W107aWYoaT1vLmNlaWwoaSksdT11PT1udWxsPzE6TWF0aC5mbG9vcih1KSwhKGk8YSl8fCEodT4wKSlyZXR1cm4gbDtsZXQgZjtkbyBsLnB1c2goZj1uZXcgRGF0ZSgraSkpLGUoaSx1KSxuKGkpO3doaWxlKGY8aSYmaTxhKTtyZXR1cm4gbH0sby5maWx0ZXI9aT0+SChhPT57aWYoYT49YSlmb3IoO24oYSksIWkoYSk7KWEuc2V0VGltZShhLTEpfSwoYSx1KT0+e2lmKGE+PWEpaWYodTwwKWZvcig7Kyt1PD0wOylmb3IoO2UoYSwtMSksIWkoYSk7KTtlbHNlIGZvcig7LS11Pj0wOylmb3IoO2UoYSwxKSwhaShhKTspO30pLHQmJihvLmNvdW50PShpLGEpPT4oUW4uc2V0VGltZSgraSksR24uc2V0VGltZSgrYSksbihRbiksbihHbiksTWF0aC5mbG9vcih0KFFuLEduKSkpLG8uZXZlcnk9aT0+KGk9TWF0aC5mbG9vcihpKSwhaXNGaW5pdGUoaSl8fCEoaT4wKT9udWxsOmk+MT9vLmZpbHRlcihyP2E9PnIoYSklaT09PTA6YT0+by5jb3VudCgwLGEpJWk9PT0wKTpvKSksb31jb25zdCBQbj1IKCgpPT57fSwobixlKT0+e24uc2V0VGltZSgrbitlKX0sKG4sZSk9PmUtbik7UG4uZXZlcnk9bj0+KG49TWF0aC5mbG9vcihuKSwhaXNGaW5pdGUobil8fCEobj4wKT9udWxsOm4+MT9IKGU9PntlLnNldFRpbWUoTWF0aC5mbG9vcihlL24pKm4pfSwoZSx0KT0+e2Uuc2V0VGltZSgrZSt0Km4pfSwoZSx0KT0+KHQtZSkvbik6UG4pLFBuLnJhbmdlO2NvbnN0IFY9MWUzLHo9Vio2MCxYPXoqNjAsQj1YKjI0LEpuPUIqNyxMZT1CKjMwLEtuPUIqMzY1LHVuPUgobj0+e24uc2V0VGltZShuLW4uZ2V0TWlsbGlzZWNvbmRzKCkpfSwobixlKT0+e24uc2V0VGltZSgrbitlKlYpfSwobixlKT0+KGUtbikvVixuPT5uLmdldFVUQ1NlY29uZHMoKSk7dW4ucmFuZ2U7Y29uc3QgbmU9SChuPT57bi5zZXRUaW1lKG4tbi5nZXRNaWxsaXNlY29uZHMoKS1uLmdldFNlY29uZHMoKSpWKX0sKG4sZSk9PntuLnNldFRpbWUoK24rZSp6KX0sKG4sZSk9PihlLW4pL3osbj0+bi5nZXRNaW51dGVzKCkpO25lLnJhbmdlLEgobj0+e24uc2V0VVRDU2Vjb25kcygwLDApfSwobixlKT0+e24uc2V0VGltZSgrbitlKnopfSwobixlKT0+KGUtbikveixuPT5uLmdldFVUQ01pbnV0ZXMoKSkucmFuZ2U7Y29uc3QgZWU9SChuPT57bi5zZXRUaW1lKG4tbi5nZXRNaWxsaXNlY29uZHMoKS1uLmdldFNlY29uZHMoKSpWLW4uZ2V0TWludXRlcygpKnopfSwobixlKT0+e24uc2V0VGltZSgrbitlKlgpfSwobixlKT0+KGUtbikvWCxuPT5uLmdldEhvdXJzKCkpO2VlLnJhbmdlLEgobj0+e24uc2V0VVRDTWludXRlcygwLDAsMCl9LChuLGUpPT57bi5zZXRUaW1lKCtuK2UqWCl9LChuLGUpPT4oZS1uKS9YLG49Pm4uZ2V0VVRDSG91cnMoKSkucmFuZ2U7Y29uc3Qgd249SChuPT5uLnNldEhvdXJzKDAsMCwwLDApLChuLGUpPT5uLnNldERhdGUobi5nZXREYXRlKCkrZSksKG4sZSk9PihlLW4tKGUuZ2V0VGltZXpvbmVPZmZzZXQoKS1uLmdldFRpbWV6b25lT2Zmc2V0KCkpKnopL0Isbj0+bi5nZXREYXRlKCktMSk7d24ucmFuZ2U7Y29uc3QgdGU9SChuPT57bi5zZXRVVENIb3VycygwLDAsMCwwKX0sKG4sZSk9PntuLnNldFVUQ0RhdGUobi5nZXRVVENEYXRlKCkrZSl9LChuLGUpPT4oZS1uKS9CLG49Pm4uZ2V0VVRDRGF0ZSgpLTEpO3RlLnJhbmdlLEgobj0+e24uc2V0VVRDSG91cnMoMCwwLDAsMCl9LChuLGUpPT57bi5zZXRVVENEYXRlKG4uZ2V0VVRDRGF0ZSgpK2UpfSwobixlKT0+KGUtbikvQixuPT5NYXRoLmZsb29yKG4vQikpLnJhbmdlO2Z1bmN0aW9uIEsobil7cmV0dXJuIEgoZT0+e2Uuc2V0RGF0ZShlLmdldERhdGUoKS0oZS5nZXREYXkoKSs3LW4pJTcpLGUuc2V0SG91cnMoMCwwLDAsMCl9LChlLHQpPT57ZS5zZXREYXRlKGUuZ2V0RGF0ZSgpK3QqNyl9LChlLHQpPT4odC1lLSh0LmdldFRpbWV6b25lT2Zmc2V0KCktZS5nZXRUaW1lem9uZU9mZnNldCgpKSp6KS9Kbil9Y29uc3QgWW49SygwKSxXbj1LKDEpLEp0PUsoMiksS3Q9SygzKSxmbj1LKDQpLG5yPUsoNSksZXI9Syg2KTtZbi5yYW5nZSxXbi5yYW5nZSxKdC5yYW5nZSxLdC5yYW5nZSxmbi5yYW5nZSxuci5yYW5nZSxlci5yYW5nZTtmdW5jdGlvbiBubihuKXtyZXR1cm4gSChlPT57ZS5zZXRVVENEYXRlKGUuZ2V0VVRDRGF0ZSgpLShlLmdldFVUQ0RheSgpKzctbiklNyksZS5zZXRVVENIb3VycygwLDAsMCwwKX0sKGUsdCk9PntlLnNldFVUQ0RhdGUoZS5nZXRVVENEYXRlKCkrdCo3KX0sKGUsdCk9Pih0LWUpL0puKX1jb25zdCBQZT1ubigwKSxBbj1ubigxKSx0cj1ubigyKSxycj1ubigzKSxjbj1ubig0KSxvcj1ubig1KSxpcj1ubig2KTtQZS5yYW5nZSxBbi5yYW5nZSx0ci5yYW5nZSxyci5yYW5nZSxjbi5yYW5nZSxvci5yYW5nZSxpci5yYW5nZTtjb25zdCByZT1IKG49PntuLnNldERhdGUoMSksbi5zZXRIb3VycygwLDAsMCwwKX0sKG4sZSk9PntuLnNldE1vbnRoKG4uZ2V0TW9udGgoKStlKX0sKG4sZSk9PmUuZ2V0TW9udGgoKS1uLmdldE1vbnRoKCkrKGUuZ2V0RnVsbFllYXIoKS1uLmdldEZ1bGxZZWFyKCkpKjEyLG49Pm4uZ2V0TW9udGgoKSk7cmUucmFuZ2UsSChuPT57bi5zZXRVVENEYXRlKDEpLG4uc2V0VVRDSG91cnMoMCwwLDAsMCl9LChuLGUpPT57bi5zZXRVVENNb250aChuLmdldFVUQ01vbnRoKCkrZSl9LChuLGUpPT5lLmdldFVUQ01vbnRoKCktbi5nZXRVVENNb250aCgpKyhlLmdldFVUQ0Z1bGxZZWFyKCktbi5nZXRVVENGdWxsWWVhcigpKSoxMixuPT5uLmdldFVUQ01vbnRoKCkpLnJhbmdlO2NvbnN0IFE9SChuPT57bi5zZXRNb250aCgwLDEpLG4uc2V0SG91cnMoMCwwLDAsMCl9LChuLGUpPT57bi5zZXRGdWxsWWVhcihuLmdldEZ1bGxZZWFyKCkrZSl9LChuLGUpPT5lLmdldEZ1bGxZZWFyKCktbi5nZXRGdWxsWWVhcigpLG49Pm4uZ2V0RnVsbFllYXIoKSk7US5ldmVyeT1uPT4haXNGaW5pdGUobj1NYXRoLmZsb29yKG4pKXx8IShuPjApP251bGw6SChlPT57ZS5zZXRGdWxsWWVhcihNYXRoLmZsb29yKGUuZ2V0RnVsbFllYXIoKS9uKSpuKSxlLnNldE1vbnRoKDAsMSksZS5zZXRIb3VycygwLDAsMCwwKX0sKGUsdCk9PntlLnNldEZ1bGxZZWFyKGUuZ2V0RnVsbFllYXIoKSt0Km4pfSksUS5yYW5nZTtjb25zdCBlbj1IKG49PntuLnNldFVUQ01vbnRoKDAsMSksbi5zZXRVVENIb3VycygwLDAsMCwwKX0sKG4sZSk9PntuLnNldFVUQ0Z1bGxZZWFyKG4uZ2V0VVRDRnVsbFllYXIoKStlKX0sKG4sZSk9PmUuZ2V0VVRDRnVsbFllYXIoKS1uLmdldFVUQ0Z1bGxZZWFyKCksbj0+bi5nZXRVVENGdWxsWWVhcigpKTtlbi5ldmVyeT1uPT4haXNGaW5pdGUobj1NYXRoLmZsb29yKG4pKXx8IShuPjApP251bGw6SChlPT57ZS5zZXRVVENGdWxsWWVhcihNYXRoLmZsb29yKGUuZ2V0VVRDRnVsbFllYXIoKS9uKSpuKSxlLnNldFVUQ01vbnRoKDAsMSksZS5zZXRVVENIb3VycygwLDAsMCwwKX0sKGUsdCk9PntlLnNldFVUQ0Z1bGxZZWFyKGUuZ2V0VVRDRnVsbFllYXIoKSt0Km4pfSksZW4ucmFuZ2U7ZnVuY3Rpb24gYXIobixlLHQscixvLGkpe2NvbnN0IGE9W1t1biwxLFZdLFt1biw1LDUqVl0sW3VuLDE1LDE1KlZdLFt1biwzMCwzMCpWXSxbaSwxLHpdLFtpLDUsNSp6XSxbaSwxNSwxNSp6XSxbaSwzMCwzMCp6XSxbbywxLFhdLFtvLDMsMypYXSxbbyw2LDYqWF0sW28sMTIsMTIqWF0sW3IsMSxCXSxbciwyLDIqQl0sW3QsMSxKbl0sW2UsMSxMZV0sW2UsMywzKkxlXSxbbiwxLEtuXV07ZnVuY3Rpb24gdShmLGcsbSl7Y29uc3QgcD1nPGY7cCYmKFtmLGddPVtnLGZdKTtjb25zdCBEPW0mJnR5cGVvZiBtLnJhbmdlPT0iZnVuY3Rpb24iP206bChmLGcsbSksaz1EP0QucmFuZ2UoZiwrZysxKTpbXTtyZXR1cm4gcD9rLnJldmVyc2UoKTprfWZ1bmN0aW9uIGwoZixnLG0pe2NvbnN0IHA9TWF0aC5hYnMoZy1mKS9tLEQ9Um4oKFssLFldKT0+WSkucmlnaHQoYSxwKTtpZihEPT09YS5sZW5ndGgpcmV0dXJuIG4uZXZlcnkoT24oZi9LbixnL0tuLG0pKTtpZihEPT09MClyZXR1cm4gUG4uZXZlcnkoTWF0aC5tYXgoT24oZixnLG0pLDEpKTtjb25zdFtrLFJdPWFbcC9hW0QtMV1bMl08YVtEXVsyXS9wP0QtMTpEXTtyZXR1cm4gay5ldmVyeShSKX1yZXR1cm5bdSxsXX1jb25zdFt1cixmcl09YXIoUSxyZSxZbix3bixlZSxuZSk7ZnVuY3Rpb24gb2Uobil7aWYoMDw9bi55JiZuLnk8MTAwKXt2YXIgZT1uZXcgRGF0ZSgtMSxuLm0sbi5kLG4uSCxuLk0sbi5TLG4uTCk7cmV0dXJuIGUuc2V0RnVsbFllYXIobi55KSxlfXJldHVybiBuZXcgRGF0ZShuLnksbi5tLG4uZCxuLkgsbi5NLG4uUyxuLkwpfWZ1bmN0aW9uIGllKG4pe2lmKDA8PW4ueSYmbi55PDEwMCl7dmFyIGU9bmV3IERhdGUoRGF0ZS5VVEMoLTEsbi5tLG4uZCxuLkgsbi5NLG4uUyxuLkwpKTtyZXR1cm4gZS5zZXRVVENGdWxsWWVhcihuLnkpLGV9cmV0dXJuIG5ldyBEYXRlKERhdGUuVVRDKG4ueSxuLm0sbi5kLG4uSCxuLk0sbi5TLG4uTCkpfWZ1bmN0aW9uIE1uKG4sZSx0KXtyZXR1cm57eTpuLG06ZSxkOnQsSDowLE06MCxTOjAsTDowfX1mdW5jdGlvbiBjcihuKXt2YXIgZT1uLmRhdGVUaW1lLHQ9bi5kYXRlLHI9bi50aW1lLG89bi5wZXJpb2RzLGk9bi5kYXlzLGE9bi5zaG9ydERheXMsdT1uLm1vbnRocyxsPW4uc2hvcnRNb250aHMsZj1ibihvKSxnPXZuKG8pLG09Ym4oaSkscD12bihpKSxEPWJuKGEpLGs9dm4oYSksUj1ibih1KSxZPXZuKHUpLHE9Ym4obCksRT12bihsKSwkPXthOmduLEE6bW4sYjpqLEI6U28sYzpudWxsLGQ6T2UsZTpPZSxmOkhyLGc6RXIsRzpxcixIOlNyLEk6JHIsajpGcixMOnplLG06THIsTTpQcixwOiRvLHE6Rm8sUTpWZSxzOlhlLFM6WXIsdTpXcixVOkFyLFY6UnIsdzpJcixXOk9yLHg6bnVsbCxYOm51bGwseTp6cixZOl9yLFo6anIsIiUiOlplfSxXPXthOkhvLEE6TG8sYjpQbyxCOllvLGM6bnVsbCxkOl9lLGU6X2UsZjpCcixnOmlvLEc6dW8sSDpacixJOlZyLGo6WHIsTDpxZSxtOlFyLE06R3IscDpXbyxxOkFvLFE6VmUsczpYZSxTOkpyLHU6S3IsVTpubyxWOmVvLHc6dG8sVzpybyx4Om51bGwsWDpudWxsLHk6b28sWTphbyxaOmZvLCIlIjpaZX0saD17YTp2LEE6eSxiOkMsQjpTLGM6RixkOlJlLGU6UmUsZjpOcixnOkFlLEc6V2UsSDpJZSxJOkllLGo6YnIsTDpDcixtOk1yLE06dnIscDpOLHE6d3IsUTpEcixzOmtyLFM6VHIsdTptcixVOmRyLFY6eXIsdzpncixXOnhyLHg6bG4sWDpobix5OkFlLFk6V2UsWjpwciwiJSI6VXJ9OyQueD1jKHQsJCksJC5YPWMociwkKSwkLmM9YyhlLCQpLFcueD1jKHQsVyksVy5YPWMocixXKSxXLmM9YyhlLFcpO2Z1bmN0aW9uIGMoZCxNKXtyZXR1cm4gZnVuY3Rpb24oVCl7dmFyIHM9W10sQT0tMSxVPTAsST1kLmxlbmd0aCxPLHRuLEplO2ZvcihUIGluc3RhbmNlb2YgRGF0ZXx8KFQ9bmV3IERhdGUoK1QpKTsrK0E8STspZC5jaGFyQ29kZUF0KEEpPT09MzcmJihzLnB1c2goZC5zbGljZShVLEEpKSwodG49WWVbTz1kLmNoYXJBdCgrK0EpXSkhPW51bGw/Tz1kLmNoYXJBdCgrK0EpOnRuPU89PT0iZSI/IiAiOiIwIiwoSmU9TVtPXSkmJihPPUplKFQsdG4pKSxzLnB1c2goTyksVT1BKzEpO3JldHVybiBzLnB1c2goZC5zbGljZShVLEEpKSxzLmpvaW4oIiIpfX1mdW5jdGlvbiB4KGQsTSl7cmV0dXJuIGZ1bmN0aW9uKFQpe3ZhciBzPU1uKDE5MDAsdm9pZCAwLDEpLEE9dyhzLGQsVCs9IiIsMCksVSxJO2lmKEEhPVQubGVuZ3RoKXJldHVybiBudWxsO2lmKCJRImluIHMpcmV0dXJuIG5ldyBEYXRlKHMuUSk7aWYoInMiaW4gcylyZXR1cm4gbmV3IERhdGUocy5zKjFlMysoIkwiaW4gcz9zLkw6MCkpO2lmKE0mJiEoIloiaW4gcykmJihzLlo9MCksInAiaW4gcyYmKHMuSD1zLkglMTIrcy5wKjEyKSxzLm09PT12b2lkIDAmJihzLm09InEiaW4gcz9zLnE6MCksIlYiaW4gcyl7aWYocy5WPDF8fHMuVj41MylyZXR1cm4gbnVsbDsidyJpbiBzfHwocy53PTEpLCJaImluIHM/KFU9aWUoTW4ocy55LDAsMSkpLEk9VS5nZXRVVENEYXkoKSxVPUk+NHx8ST09PTA/QW4uY2VpbChVKTpBbihVKSxVPXRlLm9mZnNldChVLChzLlYtMSkqNykscy55PVUuZ2V0VVRDRnVsbFllYXIoKSxzLm09VS5nZXRVVENNb250aCgpLHMuZD1VLmdldFVUQ0RhdGUoKSsocy53KzYpJTcpOihVPW9lKE1uKHMueSwwLDEpKSxJPVUuZ2V0RGF5KCksVT1JPjR8fEk9PT0wP1duLmNlaWwoVSk6V24oVSksVT13bi5vZmZzZXQoVSwocy5WLTEpKjcpLHMueT1VLmdldEZ1bGxZZWFyKCkscy5tPVUuZ2V0TW9udGgoKSxzLmQ9VS5nZXREYXRlKCkrKHMudys2KSU3KX1lbHNlKCJXImluIHN8fCJVImluIHMpJiYoInciaW4gc3x8KHMudz0idSJpbiBzP3MudSU3OiJXImluIHM/MTowKSxJPSJaImluIHM/aWUoTW4ocy55LDAsMSkpLmdldFVUQ0RheSgpOm9lKE1uKHMueSwwLDEpKS5nZXREYXkoKSxzLm09MCxzLmQ9IlciaW4gcz8ocy53KzYpJTcrcy5XKjctKEkrNSklNzpzLncrcy5VKjctKEkrNiklNyk7cmV0dXJuIloiaW4gcz8ocy5IKz1zLlovMTAwfDAscy5NKz1zLlolMTAwLGllKHMpKTpvZShzKX19ZnVuY3Rpb24gdyhkLE0sVCxzKXtmb3IodmFyIEE9MCxVPU0ubGVuZ3RoLEk9VC5sZW5ndGgsTyx0bjtBPFU7KXtpZihzPj1JKXJldHVybi0xO2lmKE89TS5jaGFyQ29kZUF0KEErKyksTz09PTM3KXtpZihPPU0uY2hhckF0KEErKyksdG49aFtPIGluIFllP00uY2hhckF0KEErKyk6T10sIXRufHwocz10bihkLFQscykpPDApcmV0dXJuLTF9ZWxzZSBpZihPIT1ULmNoYXJDb2RlQXQocysrKSlyZXR1cm4tMX1yZXR1cm4gc31mdW5jdGlvbiBOKGQsTSxUKXt2YXIgcz1mLmV4ZWMoTS5zbGljZShUKSk7cmV0dXJuIHM/KGQucD1nLmdldChzWzBdLnRvTG93ZXJDYXNlKCkpLFQrc1swXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIHYoZCxNLFQpe3ZhciBzPUQuZXhlYyhNLnNsaWNlKFQpKTtyZXR1cm4gcz8oZC53PWsuZ2V0KHNbMF0udG9Mb3dlckNhc2UoKSksVCtzWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24geShkLE0sVCl7dmFyIHM9bS5leGVjKE0uc2xpY2UoVCkpO3JldHVybiBzPyhkLnc9cC5nZXQoc1swXS50b0xvd2VyQ2FzZSgpKSxUK3NbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBDKGQsTSxUKXt2YXIgcz1xLmV4ZWMoTS5zbGljZShUKSk7cmV0dXJuIHM/KGQubT1FLmdldChzWzBdLnRvTG93ZXJDYXNlKCkpLFQrc1swXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIFMoZCxNLFQpe3ZhciBzPVIuZXhlYyhNLnNsaWNlKFQpKTtyZXR1cm4gcz8oZC5tPVkuZ2V0KHNbMF0udG9Mb3dlckNhc2UoKSksVCtzWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gRihkLE0sVCl7cmV0dXJuIHcoZCxlLE0sVCl9ZnVuY3Rpb24gbG4oZCxNLFQpe3JldHVybiB3KGQsdCxNLFQpfWZ1bmN0aW9uIGhuKGQsTSxUKXtyZXR1cm4gdyhkLHIsTSxUKX1mdW5jdGlvbiBnbihkKXtyZXR1cm4gYVtkLmdldERheSgpXX1mdW5jdGlvbiBtbihkKXtyZXR1cm4gaVtkLmdldERheSgpXX1mdW5jdGlvbiBqKGQpe3JldHVybiBsW2QuZ2V0TW9udGgoKV19ZnVuY3Rpb24gU28oZCl7cmV0dXJuIHVbZC5nZXRNb250aCgpXX1mdW5jdGlvbiAkbyhkKXtyZXR1cm4gb1srKGQuZ2V0SG91cnMoKT49MTIpXX1mdW5jdGlvbiBGbyhkKXtyZXR1cm4gMSt+fihkLmdldE1vbnRoKCkvMyl9ZnVuY3Rpb24gSG8oZCl7cmV0dXJuIGFbZC5nZXRVVENEYXkoKV19ZnVuY3Rpb24gTG8oZCl7cmV0dXJuIGlbZC5nZXRVVENEYXkoKV19ZnVuY3Rpb24gUG8oZCl7cmV0dXJuIGxbZC5nZXRVVENNb250aCgpXX1mdW5jdGlvbiBZbyhkKXtyZXR1cm4gdVtkLmdldFVUQ01vbnRoKCldfWZ1bmN0aW9uIFdvKGQpe3JldHVybiBvWysoZC5nZXRVVENIb3VycygpPj0xMildfWZ1bmN0aW9uIEFvKGQpe3JldHVybiAxK35+KGQuZ2V0VVRDTW9udGgoKS8zKX1yZXR1cm57Zm9ybWF0OmZ1bmN0aW9uKGQpe3ZhciBNPWMoZCs9IiIsJCk7cmV0dXJuIE0udG9TdHJpbmc9ZnVuY3Rpb24oKXtyZXR1cm4gZH0sTX0scGFyc2U6ZnVuY3Rpb24oZCl7dmFyIE09eChkKz0iIiwhMSk7cmV0dXJuIE0udG9TdHJpbmc9ZnVuY3Rpb24oKXtyZXR1cm4gZH0sTX0sdXRjRm9ybWF0OmZ1bmN0aW9uKGQpe3ZhciBNPWMoZCs9IiIsVyk7cmV0dXJuIE0udG9TdHJpbmc9ZnVuY3Rpb24oKXtyZXR1cm4gZH0sTX0sdXRjUGFyc2U6ZnVuY3Rpb24oZCl7dmFyIE09eChkKz0iIiwhMCk7cmV0dXJuIE0udG9TdHJpbmc9ZnVuY3Rpb24oKXtyZXR1cm4gZH0sTX19fXZhciBZZT17Ii0iOiIiLF86IiAiLDA6IjAifSxMPS9eXHMqXGQrLyxzcj0vXiUvLGxyPS9bXFxeJCorP3xbXF0oKS57fV0vZztmdW5jdGlvbiBiKG4sZSx0KXt2YXIgcj1uPDA/Ii0iOiIiLG89KHI/LW46bikrIiIsaT1vLmxlbmd0aDtyZXR1cm4gcisoaTx0P25ldyBBcnJheSh0LWkrMSkuam9pbihlKStvOm8pfWZ1bmN0aW9uIGhyKG4pe3JldHVybiBuLnJlcGxhY2UobHIsIlxcJCYiKX1mdW5jdGlvbiBibihuKXtyZXR1cm4gbmV3IFJlZ0V4cCgiXig/OiIrbi5tYXAoaHIpLmpvaW4oInwiKSsiKSIsImkiKX1mdW5jdGlvbiB2bihuKXtyZXR1cm4gbmV3IE1hcChuLm1hcCgoZSx0KT0+W2UudG9Mb3dlckNhc2UoKSx0XSkpfWZ1bmN0aW9uIGdyKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMSkpO3JldHVybiByPyhuLnc9K3JbMF0sdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gbXIobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCsxKSk7cmV0dXJuIHI/KG4udT0rclswXSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBkcihuLGUsdCl7dmFyIHI9TC5leGVjKGUuc2xpY2UodCx0KzIpKTtyZXR1cm4gcj8obi5VPStyWzBdLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIHlyKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMikpO3JldHVybiByPyhuLlY9K3JbMF0sdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24geHIobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCsyKSk7cmV0dXJuIHI/KG4uVz0rclswXSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBXZShuLGUsdCl7dmFyIHI9TC5leGVjKGUuc2xpY2UodCx0KzQpKTtyZXR1cm4gcj8obi55PStyWzBdLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIEFlKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMikpO3JldHVybiByPyhuLnk9K3JbMF0rKCtyWzBdPjY4PzE5MDA6MmUzKSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBwcihuLGUsdCl7dmFyIHI9L14oWil8KFsrLV1cZFxkKSg/Ojo/KFxkXGQpKT8vLmV4ZWMoZS5zbGljZSh0LHQrNikpO3JldHVybiByPyhuLlo9clsxXT8wOi0oclsyXSsoclszXXx8IjAwIikpLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIHdyKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMSkpO3JldHVybiByPyhuLnE9clswXSozLTMsdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gTXIobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCsyKSk7cmV0dXJuIHI/KG4ubT1yWzBdLTEsdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gUmUobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCsyKSk7cmV0dXJuIHI/KG4uZD0rclswXSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBicihuLGUsdCl7dmFyIHI9TC5leGVjKGUuc2xpY2UodCx0KzMpKTtyZXR1cm4gcj8obi5tPTAsbi5kPStyWzBdLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIEllKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMikpO3JldHVybiByPyhuLkg9K3JbMF0sdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gdnIobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCsyKSk7cmV0dXJuIHI/KG4uTT0rclswXSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBUcihuLGUsdCl7dmFyIHI9TC5leGVjKGUuc2xpY2UodCx0KzIpKTtyZXR1cm4gcj8obi5TPStyWzBdLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIENyKG4sZSx0KXt2YXIgcj1MLmV4ZWMoZS5zbGljZSh0LHQrMykpO3JldHVybiByPyhuLkw9K3JbMF0sdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24gTnIobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQsdCs2KSk7cmV0dXJuIHI/KG4uTD1NYXRoLmZsb29yKHJbMF0vMWUzKSx0K3JbMF0ubGVuZ3RoKTotMX1mdW5jdGlvbiBVcihuLGUsdCl7dmFyIHI9c3IuZXhlYyhlLnNsaWNlKHQsdCsxKSk7cmV0dXJuIHI/dCtyWzBdLmxlbmd0aDotMX1mdW5jdGlvbiBEcihuLGUsdCl7dmFyIHI9TC5leGVjKGUuc2xpY2UodCkpO3JldHVybiByPyhuLlE9K3JbMF0sdCtyWzBdLmxlbmd0aCk6LTF9ZnVuY3Rpb24ga3IobixlLHQpe3ZhciByPUwuZXhlYyhlLnNsaWNlKHQpKTtyZXR1cm4gcj8obi5zPStyWzBdLHQrclswXS5sZW5ndGgpOi0xfWZ1bmN0aW9uIE9lKG4sZSl7cmV0dXJuIGIobi5nZXREYXRlKCksZSwyKX1mdW5jdGlvbiBTcihuLGUpe3JldHVybiBiKG4uZ2V0SG91cnMoKSxlLDIpfWZ1bmN0aW9uICRyKG4sZSl7cmV0dXJuIGIobi5nZXRIb3VycygpJTEyfHwxMixlLDIpfWZ1bmN0aW9uIEZyKG4sZSl7cmV0dXJuIGIoMSt3bi5jb3VudChRKG4pLG4pLGUsMyl9ZnVuY3Rpb24gemUobixlKXtyZXR1cm4gYihuLmdldE1pbGxpc2Vjb25kcygpLGUsMyl9ZnVuY3Rpb24gSHIobixlKXtyZXR1cm4gemUobixlKSsiMDAwIn1mdW5jdGlvbiBMcihuLGUpe3JldHVybiBiKG4uZ2V0TW9udGgoKSsxLGUsMil9ZnVuY3Rpb24gUHIobixlKXtyZXR1cm4gYihuLmdldE1pbnV0ZXMoKSxlLDIpfWZ1bmN0aW9uIFlyKG4sZSl7cmV0dXJuIGIobi5nZXRTZWNvbmRzKCksZSwyKX1mdW5jdGlvbiBXcihuKXt2YXIgZT1uLmdldERheSgpO3JldHVybiBlPT09MD83OmV9ZnVuY3Rpb24gQXIobixlKXtyZXR1cm4gYihZbi5jb3VudChRKG4pLTEsbiksZSwyKX1mdW5jdGlvbiBFZShuKXt2YXIgZT1uLmdldERheSgpO3JldHVybiBlPj00fHxlPT09MD9mbihuKTpmbi5jZWlsKG4pfWZ1bmN0aW9uIFJyKG4sZSl7cmV0dXJuIG49RWUobiksYihmbi5jb3VudChRKG4pLG4pKyhRKG4pLmdldERheSgpPT09NCksZSwyKX1mdW5jdGlvbiBJcihuKXtyZXR1cm4gbi5nZXREYXkoKX1mdW5jdGlvbiBPcihuLGUpe3JldHVybiBiKFduLmNvdW50KFEobiktMSxuKSxlLDIpfWZ1bmN0aW9uIHpyKG4sZSl7cmV0dXJuIGIobi5nZXRGdWxsWWVhcigpJTEwMCxlLDIpfWZ1bmN0aW9uIEVyKG4sZSl7cmV0dXJuIG49RWUobiksYihuLmdldEZ1bGxZZWFyKCklMTAwLGUsMil9ZnVuY3Rpb24gX3IobixlKXtyZXR1cm4gYihuLmdldEZ1bGxZZWFyKCklMWU0LGUsNCl9ZnVuY3Rpb24gcXIobixlKXt2YXIgdD1uLmdldERheSgpO3JldHVybiBuPXQ+PTR8fHQ9PT0wP2ZuKG4pOmZuLmNlaWwobiksYihuLmdldEZ1bGxZZWFyKCklMWU0LGUsNCl9ZnVuY3Rpb24ganIobil7dmFyIGU9bi5nZXRUaW1lem9uZU9mZnNldCgpO3JldHVybihlPjA/Ii0iOihlKj0tMSwiKyIpKStiKGUvNjB8MCwiMCIsMikrYihlJTYwLCIwIiwyKX1mdW5jdGlvbiBfZShuLGUpe3JldHVybiBiKG4uZ2V0VVRDRGF0ZSgpLGUsMil9ZnVuY3Rpb24gWnIobixlKXtyZXR1cm4gYihuLmdldFVUQ0hvdXJzKCksZSwyKX1mdW5jdGlvbiBWcihuLGUpe3JldHVybiBiKG4uZ2V0VVRDSG91cnMoKSUxMnx8MTIsZSwyKX1mdW5jdGlvbiBYcihuLGUpe3JldHVybiBiKDErdGUuY291bnQoZW4obiksbiksZSwzKX1mdW5jdGlvbiBxZShuLGUpe3JldHVybiBiKG4uZ2V0VVRDTWlsbGlzZWNvbmRzKCksZSwzKX1mdW5jdGlvbiBCcihuLGUpe3JldHVybiBxZShuLGUpKyIwMDAifWZ1bmN0aW9uIFFyKG4sZSl7cmV0dXJuIGIobi5nZXRVVENNb250aCgpKzEsZSwyKX1mdW5jdGlvbiBHcihuLGUpe3JldHVybiBiKG4uZ2V0VVRDTWludXRlcygpLGUsMil9ZnVuY3Rpb24gSnIobixlKXtyZXR1cm4gYihuLmdldFVUQ1NlY29uZHMoKSxlLDIpfWZ1bmN0aW9uIEtyKG4pe3ZhciBlPW4uZ2V0VVRDRGF5KCk7cmV0dXJuIGU9PT0wPzc6ZX1mdW5jdGlvbiBubyhuLGUpe3JldHVybiBiKFBlLmNvdW50KGVuKG4pLTEsbiksZSwyKX1mdW5jdGlvbiBqZShuKXt2YXIgZT1uLmdldFVUQ0RheSgpO3JldHVybiBlPj00fHxlPT09MD9jbihuKTpjbi5jZWlsKG4pfWZ1bmN0aW9uIGVvKG4sZSl7cmV0dXJuIG49amUobiksYihjbi5jb3VudChlbihuKSxuKSsoZW4obikuZ2V0VVRDRGF5KCk9PT00KSxlLDIpfWZ1bmN0aW9uIHRvKG4pe3JldHVybiBuLmdldFVUQ0RheSgpfWZ1bmN0aW9uIHJvKG4sZSl7cmV0dXJuIGIoQW4uY291bnQoZW4obiktMSxuKSxlLDIpfWZ1bmN0aW9uIG9vKG4sZSl7cmV0dXJuIGIobi5nZXRVVENGdWxsWWVhcigpJTEwMCxlLDIpfWZ1bmN0aW9uIGlvKG4sZSl7cmV0dXJuIG49amUobiksYihuLmdldFVUQ0Z1bGxZZWFyKCklMTAwLGUsMil9ZnVuY3Rpb24gYW8obixlKXtyZXR1cm4gYihuLmdldFVUQ0Z1bGxZZWFyKCklMWU0LGUsNCl9ZnVuY3Rpb24gdW8obixlKXt2YXIgdD1uLmdldFVUQ0RheSgpO3JldHVybiBuPXQ+PTR8fHQ9PT0wP2NuKG4pOmNuLmNlaWwobiksYihuLmdldFVUQ0Z1bGxZZWFyKCklMWU0LGUsNCl9ZnVuY3Rpb24gZm8oKXtyZXR1cm4iKzAwMDAifWZ1bmN0aW9uIFplKCl7cmV0dXJuIiUifWZ1bmN0aW9uIFZlKG4pe3JldHVybitufWZ1bmN0aW9uIFhlKG4pe3JldHVybiBNYXRoLmZsb29yKCtuLzFlMyl9dmFyIHNuLEJlO2NvKHtkYXRlVGltZToiJXgsICVYIixkYXRlOiIlLW0vJS1kLyVZIix0aW1lOiIlLUk6JU06JVMgJXAiLHBlcmlvZHM6WyJBTSIsIlBNIl0sZGF5czpbIlN1bmRheSIsIk1vbmRheSIsIlR1ZXNkYXkiLCJXZWRuZXNkYXkiLCJUaHVyc2RheSIsIkZyaWRheSIsIlNhdHVyZGF5Il0sc2hvcnREYXlzOlsiU3VuIiwiTW9uIiwiVHVlIiwiV2VkIiwiVGh1IiwiRnJpIiwiU2F0Il0sbW9udGhzOlsiSmFudWFyeSIsIkZlYnJ1YXJ5IiwiTWFyY2giLCJBcHJpbCIsIk1heSIsIkp1bmUiLCJKdWx5IiwiQXVndXN0IiwiU2VwdGVtYmVyIiwiT2N0b2JlciIsIk5vdmVtYmVyIiwiRGVjZW1iZXIiXSxzaG9ydE1vbnRoczpbIkphbiIsIkZlYiIsIk1hciIsIkFwciIsIk1heSIsIkp1biIsIkp1bCIsIkF1ZyIsIlNlcCIsIk9jdCIsIk5vdiIsIkRlYyJdfSk7ZnVuY3Rpb24gY28obil7cmV0dXJuIHNuPWNyKG4pLEJlPXNuLmZvcm1hdCxzbi5wYXJzZSxzbi51dGNGb3JtYXQsc24udXRjUGFyc2Usc259ZnVuY3Rpb24gc28obil7cmV0dXJuIG5ldyBEYXRlKG4pfWZ1bmN0aW9uIGxvKG4pe3JldHVybiBuIGluc3RhbmNlb2YgRGF0ZT8rbjorbmV3IERhdGUoK24pfWZ1bmN0aW9uIFFlKG4sZSx0LHIsbyxpLGEsdSxsLGYpe3ZhciBnPUZlKCksbT1nLmludmVydCxwPWcuZG9tYWluLEQ9ZigiLiVMIiksaz1mKCI6JVMiKSxSPWYoIiVJOiVNIiksWT1mKCIlSSAlcCIpLHE9ZigiJWEgJWQiKSxFPWYoIiViICVkIiksJD1mKCIlQiIpLFc9ZigiJVkiKTtmdW5jdGlvbiBoKGMpe3JldHVybihsKGMpPGM/RDp1KGMpPGM/azphKGMpPGM/UjppKGMpPGM/WTpyKGMpPGM/byhjKTxjP3E6RTp0KGMpPGM/JDpXKShjKX1yZXR1cm4gZy5pbnZlcnQ9ZnVuY3Rpb24oYyl7cmV0dXJuIG5ldyBEYXRlKG0oYykpfSxnLmRvbWFpbj1mdW5jdGlvbihjKXtyZXR1cm4gYXJndW1lbnRzLmxlbmd0aD9wKEFycmF5LmZyb20oYyxsbykpOnAoKS5tYXAoc28pfSxnLnRpY2tzPWZ1bmN0aW9uKGMpe3ZhciB4PXAoKTtyZXR1cm4gbih4WzBdLHhbeC5sZW5ndGgtMV0sYz8/MTApfSxnLnRpY2tGb3JtYXQ9ZnVuY3Rpb24oYyx4KXtyZXR1cm4geD09bnVsbD9oOmYoeCl9LGcubmljZT1mdW5jdGlvbihjKXt2YXIgeD1wKCk7cmV0dXJuKCFjfHx0eXBlb2YgYy5yYW5nZSE9ImZ1bmN0aW9uIikmJihjPWUoeFswXSx4W3gubGVuZ3RoLTFdLGM/PzEwKSksYz9wKEd0KHgsYykpOmd9LGcuY29weT1mdW5jdGlvbigpe3JldHVybiAkZShnLFFlKG4sZSx0LHIsbyxpLGEsdSxsLGYpKX0sZ31mdW5jdGlvbiBobygpe3JldHVybiBrZS5hcHBseShRZSh1cixmcixRLHJlLFluLHduLGVlLG5lLHVuLEJlKS5kb21haW4oW25ldyBEYXRlKDJlMywwLDEpLG5ldyBEYXRlKDJlMywwLDIpXSksYXJndW1lbnRzKX1mdW5jdGlvbiBUbihuLGUsdCl7dGhpcy5rPW4sdGhpcy54PWUsdGhpcy55PXR9VG4ucHJvdG90eXBlPXtjb25zdHJ1Y3RvcjpUbixzY2FsZTpmdW5jdGlvbihuKXtyZXR1cm4gbj09PTE/dGhpczpuZXcgVG4odGhpcy5rKm4sdGhpcy54LHRoaXMueSl9LHRyYW5zbGF0ZTpmdW5jdGlvbihuLGUpe3JldHVybiBuPT09MCZlPT09MD90aGlzOm5ldyBUbih0aGlzLmssdGhpcy54K3RoaXMuaypuLHRoaXMueSt0aGlzLmsqZSl9LGFwcGx5OmZ1bmN0aW9uKG4pe3JldHVybltuWzBdKnRoaXMuayt0aGlzLngsblsxXSp0aGlzLmsrdGhpcy55XX0sYXBwbHlYOmZ1bmN0aW9uKG4pe3JldHVybiBuKnRoaXMuayt0aGlzLnh9LGFwcGx5WTpmdW5jdGlvbihuKXtyZXR1cm4gbip0aGlzLmsrdGhpcy55fSxpbnZlcnQ6ZnVuY3Rpb24obil7cmV0dXJuWyhuWzBdLXRoaXMueCkvdGhpcy5rLChuWzFdLXRoaXMueSkvdGhpcy5rXX0saW52ZXJ0WDpmdW5jdGlvbihuKXtyZXR1cm4obi10aGlzLngpL3RoaXMua30saW52ZXJ0WTpmdW5jdGlvbihuKXtyZXR1cm4obi10aGlzLnkpL3RoaXMua30scmVzY2FsZVg6ZnVuY3Rpb24obil7cmV0dXJuIG4uY29weSgpLmRvbWFpbihuLnJhbmdlKCkubWFwKHRoaXMuaW52ZXJ0WCx0aGlzKS5tYXAobi5pbnZlcnQsbikpfSxyZXNjYWxlWTpmdW5jdGlvbihuKXtyZXR1cm4gbi5jb3B5KCkuZG9tYWluKG4ucmFuZ2UoKS5tYXAodGhpcy5pbnZlcnRZLHRoaXMpLm1hcChuLmludmVydCxuKSl9LHRvU3RyaW5nOmZ1bmN0aW9uKCl7cmV0dXJuInRyYW5zbGF0ZSgiK3RoaXMueCsiLCIrdGhpcy55KyIpIHNjYWxlKCIrdGhpcy5rKyIpIn19LFRuLnByb3RvdHlwZTtmdW5jdGlvbiBhZShuKXtyZXR1cm4gbi5tb2RlPT09InRlbXBvcmFsInx8bi5tb2RlPT09ImxlZnQtYWxpZ25lZCI/Z28obik6bW8obil9ZnVuY3Rpb24gZ28oe2RvbWFpbjpuLHJhbmdlOmV9KXtyZXR1cm4gaG8oKS5kb21haW4obikucmFuZ2UoZSl9ZnVuY3Rpb24gbW8oe2RvbWFpbjpuLHJhbmdlOmV9KXtyZXR1cm4gSGUoKS5kb21haW4obikucmFuZ2UoZSl9ZnVuY3Rpb24geW8oe3Jvb3Rfbm9kZV9pZHM6bixub2RlczplfSl7dHJ5e3JldHVybiB4byhuLGUpfWNhdGNoKHQpe3JldHVybiBjb25zb2xlLmVycm9yKHQpLEdlKG4sZSl9fWZ1bmN0aW9uIHhvKG4sZSl7Y29uc3QgdD1uZXcgTWFwLHI9W107Zm9yKGNvbnN0IG8gb2Ygbil7dC5zZXQobywwKTtjb25zdCBpPWUuZ2V0KG8pO2Zvcihjb25zdHtpZDphfW9mIGkuY2hpbGRyZW4pci5wdXNoKGEpfXJldHVybiB1ZShyLGUsdCl9ZnVuY3Rpb24gdWUobixlLHQpe2Zvcihjb25zdCByIG9mIG4pe2lmKHQuaGFzKHIpKWNvbnRpbnVlO2NvbnN0IG89ZS5nZXQocik7aWYoIW8pdGhyb3cgbmV3IEVycm9yKCJOb2RlIGlkIG5vdCBmb3VuZCBpbiBub2RlcyIpO2NvbnN0IGk9W107Zm9yKGNvbnN0IGwgb2Ygby5wYXJlbnRzKXtjb25zdCBmPXQuZ2V0KGwuaWQpO2lmKGYhPT12b2lkIDApe2kucHVzaChmKTtjb250aW51ZX11ZShbbC5pZF0sZSx0KTtjb25zdCBnPXQuZ2V0KGwuaWQpO2lmKGc9PT12b2lkIDApdGhyb3cgbmV3IEVycm9yKCJDb3VsZCBub3QgZGV0ZXJtaW5lIHBhcmVudCBjb2x1bW4iKTtpLnB1c2goZyl9Y29uc3QgYT1NYXRoLm1heCguLi5pKTt0LnNldChyLGErMSk7Y29uc3QgdT1vLmNoaWxkcmVuLm1hcCgoe2lkOmx9KT0+bCk7dS5sZW5ndGgmJnVlKHUsZSx0KX1yZXR1cm4gdH1mdW5jdGlvbiBHZShuLGUsdD0wLHI9bmV3IE1hcCl7Zm9yKGNvbnN0IG8gb2Ygbil7Y29uc3QgaT1yLmdldChvKTsoIWl8fGk8dCkmJnIuc2V0KG8sdCk7Y29uc3QgYT1lLmdldChvKTtmb3IoY29uc3R7aWQ6dX1vZiBhLmNoaWxkcmVuKUdlKFt1XSxlLHQrMSxyKX1yZXR1cm4gcn1mdW5jdGlvbiBwbyhuKXtyZXR1cm4gbi5ob3Jpem9udGFsU2V0dGluZ3MubW9kZT09PSJkZXBlbmRlbmN5Ij93byhuKTpuLmhvcml6b250YWxTZXR0aW5ncy5tb2RlPT09ImxlZnQtYWxpZ25lZCI/Ym8obik6TW8obil9ZnVuY3Rpb24gd28oe2RhdGE6bixob3Jpem9udGFsU2V0dGluZ3M6ZX0pe2NvbnN0IHQ9eW8obikscj1hZShlKSxvPW5ldyBNYXA7Zm9yKGNvbnN0W2ldb2Ygbi5ub2Rlcyl7Y29uc3QgYT10LmdldChpKTtpZihhPT09dm9pZCAwKXtjb25zb2xlLndhcm4oYE5vZGUgbm90IGZvdW5kIGluIGNvbHVtbnM6IFNraXBwaW5nICR7aX1gKTtjb250aW51ZX1vLnNldChpLHt4OnIoYSksY29sdW1uOmF9KX1yZXR1cm4gb31mdW5jdGlvbiBNbyh7ZGF0YTpuLGhvcml6b250YWxTZXR0aW5nczplfSl7Y29uc3QgdD1hZShlKSxyPW5ldyBNYXA7Zm9yKGNvbnN0W28saV1vZiBuLm5vZGVzKXtjb25zdCBhPXQoaS5zdGFydF90aW1lKTtyLnNldChvLHtjb2x1bW46YSx4OmF9KX1yZXR1cm4gcn1mdW5jdGlvbiBibyh7ZGF0YTpuLGhvcml6b250YWxTZXR0aW5nczplfSl7Y29uc3QgdD1hZShlKSxyPW5ldyBNYXA7Zm9yKGNvbnN0W29db2Ygbi5ub2RlcylyLnNldChvLHtjb2x1bW46MCx4OnQobi5zdGFydF90aW1lKX0pO3JldHVybiByfWFzeW5jIGZ1bmN0aW9uIHZvKG4sZSl7Y29uc3Qgbz1uZXcgTWFwLGk9bmV3IE1hcDtsZXQgYT0wO2NvbnN0IHU9bmV3IE1hcDtmb3IgYXdhaXQoY29uc3RbaF1vZiBuLmRhdGEubm9kZXMpe2NvbnN0IGM9bi5kYXRhLm5vZGVzLmdldChoKTtpZighYyl7Y29uc29sZS53YXJuKCJOZWFyZXN0UGFyZW50TGF5b3V0OiBOb2RlIHdhcyBub3QgZm91bmQgaW4gdGhlIGRhdGEiLGgpO2NvbnRpbnVlfWNvbnN0IHg9YXdhaXQgbChjKTskKGgseCl9cmV0dXJuIFcoKSx1O2FzeW5jIGZ1bmN0aW9uIGwoaCl7Y29uc3R7eDpjfT1lLmdldChoLmlkKT8/e307aWYoYz09PXZvaWQgMClyZXR1cm4gY29uc29sZS53YXJuKCJOZWFyZXN0UGFyZW50TGF5b3V0OiBOb2RlIHdhcyBub3QgZm91bmQgaW4gdGhlIGhvcml6b250YWwgbGF5b3V0IixoLmlkKSwwO2lmKGgucGFyZW50cy5sZW5ndGg9PT0xKXJldHVybiB1LmhhcyhoLnBhcmVudHNbMF0uaWQpP2F3YWl0IGcoaC5wYXJlbnRzWzBdLmlkLGMpOihjb25zb2xlLndhcm4oIk5lYXJlc3RQYXJlbnRMYXlvdXQ6IFBhcmVudCBub2RlIG5vdCBmb3VuZCBpbiBsYXlvdXQiLGgucGFyZW50c1swXS5pZCksMCk7aWYoaC5wYXJlbnRzLmxlbmd0aD4wKXtjb25zdCB4PWgucGFyZW50cy5tYXAoKHtpZDp5fSk9Pntjb25zdCBDPXUuZ2V0KHkpO3JldHVybiBDPT09dm9pZCAwPyhjb25zb2xlLndhcm4oIk5lYXJlc3RQYXJlbnRMYXlvdXQ6IFBhcmVudCBub2RlIG5vdCBmb3VuZCBpbiBsYXlvdXQiLHkpLDApOkN9KSxOPXgucmVkdWNlKCh5LEMpPT55K0MsMCkveC5sZW5ndGgsdj1NYXRoLnJvdW5kKE4pO2lmKG0oYyx2KSl7Y29uc3QgeT1rKGMsdiksQz1oLnBhcmVudHMubWFwKCh7aWQ6Rn0pPT5GKSxTPXkuZmlsdGVyKEY9PkMuaW5jbHVkZXMoRikpO2lmKFMubGVuZ3RoPjB8fHkubGVuZ3RoPjEpe2NvbnN0W0ZdPVMubGVuZ3RoPjA/Uzp5LGxuPVIoeCx2LG8uZ2V0KEYpKTtyZXR1cm4gby5zZXQoRixsbiksYXdhaXQgZyhGLGMpfXJldHVybiBhd2FpdCBZKHtjb21wZXRpbmdOb2RlSWQ6eVswXSx1cHN0cmVhbVJvd3M6eCxub2RlU3RhcnRYOmMsZGVzaXJlZFJvdzp2fSl9fXJldHVybiBmKGMsMCl9ZnVuY3Rpb24gZihoLGMpe3JldHVybiBtKGgsYyk/ZihoLGMrMSk6Y31hc3luYyBmdW5jdGlvbiBnKGgsYyl7Y29uc3QgeD11LmdldChoKTtpZih4PT09dm9pZCAwKXJldHVybiBjb25zb2xlLndhcm4oIk5lYXJlc3RQYXJlbnRMYXlvdXQ6IFVwc3RyZWFtIG5vZGUgbm90IGZvdW5kIGluIGxheW91dCIsaCksMDtvLmdldChoKXx8by5zZXQoaCwxKTtjb25zdCB3PW8uZ2V0KGgpO3JldHVybiBtKGMseCk/dz09PTEmJiFtKGMseCsxKT8oby5zZXQoaCwtMSkseCsxKTptKGMseC0xKT8oYXdhaXQgcCh7ZGlyZWN0aW9uOncsbm9kZVN0YXJ0WDpjLGRlc2lyZWRSb3c6eCt3fSksby5zZXQoaCx3PT09MT8tMToxKSx4K3cpOihvLnNldChoLDEpLHgtMSk6eH1mdW5jdGlvbiBtKGgsYyl7aWYodS5zaXplPT09MClyZXR1cm4hMTtsZXQgeD0hMTtjb25zdCB3PWkuZ2V0KGMpPz9bXTtmb3IoY29uc3QgTiBvZiB3KXtjb25zdCB2PXUuZ2V0KE4pLHk9RShOKTtpZihEKHtmaXJzdE5vZGVFbmRYOnksZmlyc3ROb2RlUm93OnYsbGFzdE5vZGVTdGFydFg6aCxsYXN0Tm9kZVJvdzpjfSkpe3g9ITA7YnJlYWt9fXJldHVybiB4fWFzeW5jIGZ1bmN0aW9uIHAoe2RpcmVjdGlvbjpoLG5vZGVTdGFydFg6YyxkZXNpcmVkUm93Onh9KXtjb25zdCB3PWsoYyx4KTtpZih3KWZvciBhd2FpdChjb25zdCBOIG9mIHcpe2NvbnN0IHY9dS5nZXQoTikse3g6eX09ZS5nZXQoTik/P3t9O2lmKHY9PT12b2lkIDB8fHk9PT12b2lkIDApe2NvbnNvbGUud2FybigiTmVhcmVzdFBhcmVudExheW91dCAtIHNob3ZlOiBOb2RlIHdhcyBub3QgZm91bmQgaW4gdGhlIHZlcnRpY2FsIG9yIGhvcml6b250YWwgbGF5b3V0IixOKTtjb250aW51ZX1jb25zdCBDPXYraDthd2FpdCBwKHtkaXJlY3Rpb246aCxub2RlU3RhcnRYOnksZGVzaXJlZFJvdzpDfSksJChOLEMpfX1mdW5jdGlvbiBEKHtmaXJzdE5vZGVFbmRYOmgsZmlyc3ROb2RlUm93OmMsbGFzdE5vZGVTdGFydFg6eCxsYXN0Tm9kZVJvdzp3fSl7cmV0dXJuIGM9PT13JiZoKzE2Pj14fWZ1bmN0aW9uIGsoaCxjKXtjb25zdCB4PVtdLHc9aS5nZXQoYyk/P1tdO2Zvcihjb25zdCBOIG9mIHcpe2NvbnN0IHY9RShOKSx5PXUuZ2V0KE4pO2lmKHk9PT12b2lkIDApe2NvbnNvbGUud2FybigiTmVhcmVzdFBhcmVudExheW91dCAtIGdldE92ZXJsYXBwaW5nTm9kZUlkczogTm9kZSB3YXMgbm90IGZvdW5kIGluIHRoZSBsYXlvdXQiLE4pO2NvbnRpbnVlfUQoe2ZpcnN0Tm9kZUVuZFg6dixmaXJzdE5vZGVSb3c6eSxsYXN0Tm9kZVN0YXJ0WDpoLGxhc3ROb2RlUm93OmN9KSYmeC5wdXNoKE4pfWlmKHgubGVuZ3RoIT09MClyZXR1cm4geC5zb3J0KChOLHYpPT57Y29uc3QgeT1FKE4pLEM9RSh2KTtyZXR1cm4geTxDPzE6eT5DPy0xOjB9KSx4fWZ1bmN0aW9uIFIoaCxjLHgpe2NvbnN0IHc9aC5maWx0ZXIodj0+djxjKS5sZW5ndGgsTj1oLmZpbHRlcih2PT52PmMpLmxlbmd0aDtyZXR1cm4gdz5OPy0xOng/PzF9YXN5bmMgZnVuY3Rpb24gWSh7ZGVzaXJlZFJvdzpoLG5vZGVTdGFydFg6Yyx1cHN0cmVhbVJvd3M6eCxjb21wZXRpbmdOb2RlSWQ6d30pe2lmKHUuZ2V0KHcpPT09dm9pZCAwKXJldHVybiBjb25zb2xlLndhcm4oIk5lYXJlc3RQYXJlbnRMYXlvdXQgLSBhcmd1ZVdpdGhDb21wZXRpbmdVcHN0cmVhbVBsYWNlbWVudDogQ29tcGV0aXRvciBub2RlIHdhcyBub3QgZm91bmQgaW4gdGhlIGxheW91dCIsdyksaDtjb25zdFt2LHldPXEodyksQz14LmZpbHRlcihGPT5GPGgpLmxlbmd0aCxTPXguZmlsdGVyKEY9PkY+aCkubGVuZ3RoO2lmKEM+Uyl7aWYodj55JiZ2PkMpcmV0dXJuIGF3YWl0IHAoe2RpcmVjdGlvbjotMSxub2RlU3RhcnRYOmMsZGVzaXJlZFJvdzpofSksaDtpZih5PnYpcmV0dXJuIGF3YWl0IHAoe2RpcmVjdGlvbjoxLG5vZGVTdGFydFg6YyxkZXNpcmVkUm93Omh9KSxoO28uc2V0KHcsLTEpfWlmKFM+Qyl7aWYoeT52JiZ5PlMpcmV0dXJuIGF3YWl0IHAoe2RpcmVjdGlvbjoxLG5vZGVTdGFydFg6YyxkZXNpcmVkUm93Omh9KSxoO2lmKHY+eSlyZXR1cm4gYXdhaXQgcCh7ZGlyZWN0aW9uOi0xLG5vZGVTdGFydFg6YyxkZXNpcmVkUm93Omh9KSxoO28uc2V0KHcsMSl9cmV0dXJuIGF3YWl0IGcodyxjKX1mdW5jdGlvbiBxKGgpe2NvbnN0IGM9bi5kYXRhLm5vZGVzLmdldChoKSx4PXUuZ2V0KGgpO3JldHVybiFjfHx4PT09dm9pZCAwPyhjb25zb2xlLndhcm4oIk5lYXJlc3RQYXJlbnRMYXlvdXQ6IE5vZGUgd2FzIG5vdCBmb3VuZCBpbiBlaXRoZXIgdGhlIGRhdGEgb3IgbGF5b3V0IixoKSxbMCwwXSk6Yy5wYXJlbnRzLnJlZHVjZSgodyxOKT0+e2NvbnN0IHY9dS5nZXQoTi5pZCk7cmV0dXJuIHY9PT12b2lkIDA/KGNvbnNvbGUud2FybigiTmVhcmVzdFBhcmVudExheW91dCAtIGdldE5vZGVQYXJlbnREaXJlY3Rpb25Db3VudHM6IFBhcmVudCBub2RlIG5vdCBmb3VuZCBvbiBsYXlvdXQgZGF0YSIsaCksdyk6KHY8eCYmKHdbMF0rPTEpLHY+eCYmKHdbMV0rPTEpLHcpfSxbMCwwXSl9ZnVuY3Rpb24gRShoKXtjb25zdHt4OmN9PWUuZ2V0KGgpPz97fSx4PW4ud2lkdGhzLmdldChoKTtyZXR1cm4gYz09PXZvaWQgMHx8eD09PXZvaWQgMD8oY29uc29sZS53YXJuKCJOZWFyZXN0UGFyZW50TGF5b3V0OiBOb2RlIHdhcyBub3QgZm91bmQgaW4gdGhlIGhvcml6b250YWwgbGF5b3V0IGFuZC9vciB3aWR0aHMiLGgpLDApOmMreH1mdW5jdGlvbiAkKGgsYyl7dmFyIHgsdztpZihjPGEmJihhPWMpLHUuaGFzKGgpKXtjb25zdCBOPXUuZ2V0KGgpOyh4PWkuZ2V0KE4pKT09bnVsbHx8eC5kZWxldGUoaCl9aS5oYXMoYyl8fGkuc2V0KGMsbmV3IFNldCksKHc9aS5nZXQoYykpPT1udWxsfHx3LmFkZChoKSx1LnNldChoLGMpfWZ1bmN0aW9uIFcoKXtpZihhPDApZm9yKGNvbnN0W2hdb2YgdSl7Y29uc3QgYz11LmdldChoKTt1LnNldChoLGMrTWF0aC5hYnMoYSkpfX19YXN5bmMgZnVuY3Rpb24gVG8obixlKXtyZXR1cm4gbi52ZXJ0aWNhbFNldHRpbmdzLm1vZGU9PT0ibmVhcmVzdC1wYXJlbnQiP2F3YWl0IHZvKG4sZSk6bi52ZXJ0aWNhbFNldHRpbmdzLm1vZGU9PT0iZHVyYXRpb24tc29ydGVkIj9ObyhuKTpDbyhuKX1mdW5jdGlvbiBDbyhuKXtjb25zdCBlPW5ldyBNYXA7bGV0IHQ9MDtmb3IoY29uc3Rbcl1vZiBuLmRhdGEubm9kZXMpZS5zZXQocix0KyspO3JldHVybiBlfWZ1bmN0aW9uIE5vKG4pe2NvbnN0IGU9bmV3IE1hcCx0PVsuLi5uLmRhdGEubm9kZXMudmFsdWVzKCldLnNvcnQoKG8saSk9Pntjb25zdCBhPShvLmVuZF90aW1lP28uZW5kX3RpbWUuZ2V0VGltZSgpOm5ldyBEYXRlKCkuZ2V0VGltZSgpKS1vLnN0YXJ0X3RpbWUuZ2V0VGltZSgpO3JldHVybihpLmVuZF90aW1lP2kuZW5kX3RpbWUuZ2V0VGltZSgpOm5ldyBEYXRlKCkuZ2V0VGltZSgpKS1pLnN0YXJ0X3RpbWUuZ2V0VGltZSgpLWF9KTtsZXQgcj0wO2Zvcihjb25zdCBvIG9mIHQpZS5zZXQoby5pZCxyKyspO3JldHVybiBlfW9ubWVzc2FnZT1VbztmdW5jdGlvbiBVbyh7ZGF0YTpufSl7Y29uc3R7dHlwZTplfT1uO3N3aXRjaChlKXtjYXNlImxheW91dCI6a28obik7cmV0dXJuO2RlZmF1bHQ6S2UoZSl9fWZ1bmN0aW9uIERvKG4pe3Bvc3RNZXNzYWdlKG4pfWFzeW5jIGZ1bmN0aW9uIGtvKG4pe2NvbnN0e2RhdGE6ZX09bix0PXBvKG4pLHI9YXdhaXQgVG8obix0KSxvPW5ldyBNYXA7bGV0IGk9MCxhPTA7Zm9yKGNvbnN0W3UsbF1vZiBlLm5vZGVzKXtjb25zdCBmPXQuZ2V0KHUpLGc9ci5nZXQodSk7aWYoZj09PXZvaWQgMCl7Y29uc29sZS53YXJuKGBOb2RlSWQgbm90IGZvdW5kIGluIGhvcml6b250YWwgbGF5b3V0OiBTa2lwcGluZyAke2wubGFiZWx9YCk7Y29udGludWV9aWYoZz09PXZvaWQgMCl7Y29uc29sZS53YXJuKGBOb2RlSWQgbm90IGZvdW5kIGluIHZlcnRpY2FsIGxheW91dDogU2tpcHBpbmcgJHtsLmxhYmVsfWApO2NvbnRpbnVlfWk9TWF0aC5tYXgoaSxnKSxhPU1hdGgubWF4KGEsZi5jb2x1bW4pLG8uc2V0KHUsey4uLmYseTpnLHJvdzpnfSl9RG8oe3R5cGU6ImxheW91dCIsbGF5b3V0OnttYXhSb3c6aSxtYXhDb2x1bW46YSxwb3NpdGlvbnM6b319KX19KSgpOwovLyMgc291cmNlTWFwcGluZ1VSTD1ydW5HcmFwaC53b3JrZXItQzRjMjBKZ3UuanMubWFwCg==",IR=r=>Uint8Array.from(atob(r),t=>t.charCodeAt(0)),xb=typeof self<"u"&&self.Blob&&new Blob([IR(bb)],{type:"text/javascript;charset=utf-8"});function AR(r){let t;try{if(t=xb&&(self.URL||self.webkitURL).createObjectURL(xb),!t)throw"";const e=new Worker(t,{name:r==null?void 0:r.name});return e.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),e}catch{return new Worker("data:text/javascript;base64,"+bb,{name:r==null?void 0:r.name})}finally{t&&(self.URL||self.webkitURL).revokeObjectURL(t)}}function MR(r){const t=new AR;return t.onmessage=r,t}async function zd(){const r=new Map,t=new Map,e=new Map,i=new Tt,s=new Tt,n=await Mt();let o=null;const a=yb({gap:()=>n.styles.rowGap,minimum:()=>n.styles.nodeHeight}),h=yb({gap:()=>n.styles.columnGap,minimum:()=>gd()});let l=null,c=null;i.name=Sl,$.on("layoutUpdated",()=>{a.clear(),h.clear()}),$.on("layoutSettingsUpdated",()=>{c&&i.parent&&u(c),D()}),$.on("itemSelected",()=>{D()});async function u(L){d(),c=L,l=null,await Promise.all([p(L),g(L)]),_(L)}function d(){o||(o=MR(A))}function f(){o&&(o.terminate(),o=null)}async function p(L){const O=[];for(const U of L.nodes.values())O.push(m(U));await Promise.all(O)}async function m(L){const{render:O}=await T(L),U=E(L.id);return await O(L,U)}async function g(L){if((await Qt()).disableEdges){i.removeChild(s);return}i.addChildAt(s,0);const U=[];for(const[tt,{children:Q}]of L.nodes)for(const{id:xt}of Q)U.push(b(tt,xt));await Promise.all(U)}async function b(L,O){const U=`${L}_${O}`;if(e.has(U))return;const tt=await lI();e.has(U)||(e.set(U,tt),s.addChild(tt.element))}function _(L){if(!o)throw new Error("Layout worker not initialized");const O=new Map;for(const[U,{element:tt}]of t)O.set(U,tt.width);o.postMessage({type:"layout",data:L,widths:O,horizontalSettings:Yd(L.start_time),verticalSettings:pR()})}function x(){if(l)for(const[L,O]of e){const[U,tt]=L.split("_"),Q=l.positions.get(U),xt=l.positions.get(tt),Ct=t.get(U);if(!Q||!xt){console.warn(`Could not find edge in layout: Skipping ${L}`);continue}if(!Ct){console.warn(`Could not find parent node in nodes: Skipping ${U}`);continue}const q=Ct.bar.width,Z=I(Q),Y={x:Z.x+q,y:Z.y+n.styles.nodeHeight/2},z=I(xt),k={x:z.x-Y.x,y:z.y-Y.y+n.styles.nodeHeight/2};O.setPosition(Y,k)}}function v(){if(l){for(const[L,O]of t){const U=l.positions.get(L);if(!U){console.warn(`Could not find node in layout: Skipping ${L}`);continue}const tt=I(U);O.setPosition(tt),a.updateNodeAxis({nodeId:L,axis:U.y}),h.updateNodeAxis({nodeId:L,axis:U.column})}x(),i.emit("rendered"),i.emit("resized",P())}}async function T(L){const O=r.get(L.id);if(O)return O;const U=E(L.id),tt=CR(L,U);r.set(L.id,tt);const Q=await tt;return Q.element.on("resized",xt=>C(L.id,xt)),i.addChild(Q.element),t.set(L.id,Q),Q}function C(L,O){if(!l)return;const U=t.get(L),tt=l.positions.get(L);!U||!tt||(a.setOffset({nodeId:L,axis:tt.y,offset:O.height}),h.setOffset({nodeId:L,axis:tt.column,offset:O.width}),v())}function E(L){var O;return(O=c==null?void 0:c.nested_task_run_graphs)==null?void 0:O.get(L)}function I(L){const O=a.getTotalOffset(L.y);return{x:R(L),y:O}}function R(L){return st.isDependency()?h.getTotalOffset(L.column):L.x}function N(){return l?a.getTotalValue(l.maxRow):0}function F(){if(!l||!c)return 0;if(st.isDependency())return h.getTotalValue(l.maxColumn);const L=Yd(c.start_time),O=ob(L),U=O(c.end_time??new Date),tt=O(c.start_time);return U-tt}function P(){return{width:F(),height:N()}}function A({data:L}){const{type:O}=L;switch(O){case"layout":G(L);return;default:ER(O)}}function G(L){l=L.layout,v()}async function D(){const L=await Qt(),O=PI();if(L.disableEdges||!O||!(c!=null&&c.nodes.has(O.id))){X([]);return}const U=lt(O.id);X(U)}function X(L){B(L),H(L)}function B(L){for(const[O,{element:U}]of t){if(L.length===0||L.includes(O)){U.alpha=1;continue}U.alpha=n.styles.nodeUnselectedAlpha}}function H(L){for(const[O,{element:U}]of e){const[tt,Q]=O.split("_");if(L.length===0||L.includes(tt)&&L.includes(Q)){U.alpha=1;continue}U.alpha=n.styles.nodeUnselectedAlpha}}function lt(L){const O=W(L,"parents"),U=W(L,"children");return[L,...O,...U]}function W(L,O){const U=c==null?void 0:c.nodes.get(L);if(!U)return[];const tt=[];for(const{id:Q}of U[O])tt.push(Q),tt.push(...W(Q,O));return tt}return{element:i,stopWorker:f,getSize:P,render:u}}let Xo=null,Xr=null,Rs=null;async function RR(){const r=await qt(),t=await Mt(),{element:e,render:i}=await zd();r.addChild(e),e.alpha=0;const s=await Rg(t.runId,async n=>{const o=Xr?"runDataUpdated":"runDataCreated";Xr=n,$.emit(o,Xr),await Qt(),i(n)});$.on("configUpdated",()=>{Xr&&i(Xr)}),Rs=e,Xo=s.stop,Rs.once("rendered",()=>LR()),$.on("layoutUpdated",()=>GR()),s.start()}function PR(){Xo==null||Xo(),Xo=null,Rs=null,Xr=null}async function Bi(){return Xr||await Fe("runDataCreated")}function LR(){Jd(),_e.shared.addOnce(()=>{Rs&&(Rs.alpha=1)})}async function GR(){if(!Rs)return;const r=await Mt();Rs.once("rendered",()=>{setTimeout(()=>{Jd({animate:!0})},r.animationDuration)})}let Re=null,jd=null;async function FR(){const r=await Jt(),t=await Iu();Re=new IC({screenHeight:t.clientHeight,screenWidth:t.clientWidth,events:r.renderer.events,passiveWheel:!1}),Re.zIndex=sp,Re.drag().pinch().wheel({trackpadPinch:!0}).decelerate({friction:.9}).clampZoom({minWidth:t.clientWidth/2}),Re.on("moved",()=>{$.emit("viewportMoved",null)}).on("moved-end",()=>{$.emit("viewportMoved",null)}),r.stage.addChild(Re),$.emit("viewportCreated",Re),$.on("applicationResized",XR),$.on("scaleUpdated",()=>Wo()),BR()}function NR(){Re=null,jd=null}async function Jd({animate:r}={}){const e=(await qt()).getChildByName(Sl);if(!e)throw new Error("Nodes container not found");VR();const{x:i,y:s,width:n,height:o}=e.getLocalBounds();if(!n||!o){DR({animate:r});return}kR({x:i,y:s,width:n,height:o,animate:r})}async function kR({x:r,y:t,width:e,height:i,animate:s}){const n=await Mt(),o=await qt(),{guideTextSize:a,guideTextTopPadding:h,columnGap:l,rowGap:c,eventTargetSize:u}=n.styles,d=a+h,f=e+l*2,p=i+c*4+d+u,m=o.findFit(f,p);o.animate({position:{x:r+e/2,y:t+i/2+d},scale:Math.min(m,1),time:s?n.animationDuration:0,ease:"easeInOutQuad",removeOnInterrupt:!0,callbackOnComplete:()=>{Zo(),Wo()}})}async function DR({animate:r}){const t=await Bi(),e=await Mt(),i=await qt(),s=await Qe();let n=s(t.start_time)-e.styles.columnGap,o=s(t.end_time??new Date)+e.styles.columnGap;if(n>o){const c=n;n=o,o=c}const a=o-n,h=n+a/2,l=i.findFit(a,0);i.animate({position:{x:h,y:0},scale:l,time:r?e.animationDuration:0,ease:"easeInOutQuad",removeOnInterrupt:!0,callbackOnComplete:()=>{Zo(),Wo()}})}async function qt(){return Re||await Fe("viewportCreated")}function _b(r){Eg(jd,r)||(jd=r,$.emit("viewportDateRangeUpdated",r))}function OR({xOffset:r,yOffset:t}){if(!Re)return;const{x:e,y:i}=Re.transform.position;Re.setTransform(e+r,i+t,Re.transform.scale.x,Re.transform.scale.y)}async function BR(){const r=await qt();Wo(),r.on("moved",()=>Wo())}async function Wo(){const r=await vb();r&&_b(r)}async function vb(){const r=await qt(),t=await Qe(),e=t.invert(r.left),i=t.invert(r.right);return e instanceof Date&&i instanceof Date?[e,i]:null}async function UR(r){const t=await vb(),e=await Qt();if(r===void 0||e.isDependency()||Eg(r,t))return;const i=await qt(),s=await Qe(),[n,o]=r,a=s(n),h=s(o),l=a+(h-a)/2;_b(r),i.fitWidth(h-a,!0),i.moveCenter(l,i.center.y)}async function XR(){const r=await Jt(),t=await qt(),e=await Iu(),i=t.screenWidth,s=t.screenHeight,n=e.clientWidth,o=e.clientHeight,a=(n-i)/2,h=(o-s)/2;t.resize(r.screen.width,r.screen.height),OR({xOffset:a,yOffset:h})}class il{constructor(){kf(this,"status","visible");kf(this,"labels",new Set)}get visible(){return this.status==="visible"}get hidden(){return this.status==="hidden"}show(){if(this.status!=="visible"){for(const t of this.labels)t.visible=!0;this.status="visible"}}hide(){if(this.status!=="hidden"){for(const t of this.labels)t.visible=!1;this.status="hidden"}}toggle(t){t?this.show():this.hide()}add(t){this.labels.add(t),t.visible=this.visible}clear(){this.labels.clear()}}let Ui=null,qe=null,Xi=null,dr=null,ui=null;async function WR(){const r=await qt(),t=await Jt();Ui=new jS({toggle:"renderable"}),qe=new il,Xi=new il,ui=new il,dr=new il,t.ticker.add(()=>{if(r.dirty){const e=r.scale.x>ip,i=r.scale.x>qf,s=r.scale.x>tp,n=r.scale.x>ep;ui==null||ui.toggle(e),qe==null||qe.toggle(i),Xi==null||Xi.toggle(s),dr==null||dr.toggle(n),Ui==null||Ui.cull(t.renderer.screen),r.dirty=!1}}),$.emit("cullCreated",Ui),$.emit("labelCullCreated",qe),$.emit("iconCullCreated",qe),$.emit("edgeCullCreated",ui),$.emit("toggleCullCreated",dr)}function ZR(){Ui=null,qe==null||qe.clear(),qe=null,Xi==null||Xi.clear(),Xi=null,ui==null||ui.clear(),ui=null,dr==null||dr.clear(),dr=null}async function Zo(){const r=await qt();r.dirty=!0}function VR(){Ui&&Ui.uncull()}async function wb(){return Ui||await Fe("cullCreated")}async function HR(){return ui||await Fe("edgeCullCreated")}async function Tb(){return qe||await Fe("labelCullCreated")}async function Sb(){return Xi||await Fe("iconCullCreated")}async function KR(){const r=await Jt(),t=await Bi(),e=await Qt(),{element:i,render:s,update:n}=await pb({isRoot:!0});i.zIndex=ap;function o(a){if(st.isTemporal()&&!e.disableArtifacts){r.stage.addChild(i),s(a==null?void 0:a.artifacts);return}r.stage.removeChild(i)}t.artifacts&&o(t),$.on("viewportMoved",()=>n()),$.on("runDataCreated",a=>o(a)),$.on("runDataUpdated",a=>o(a)),$.on("configUpdated",()=>o()),$.on("layoutSettingsUpdated",()=>o())}function wP(){}async function YR(){const r=await Jt(),t=await Bi(),{element:e,render:i}=await mb({isRoot:!0});e.zIndex=op,r.stage.addChild(e);function s(n){i(n==null?void 0:n.states)}t.states&&s(t),$.on("runDataUpdated",n=>s(n)),$.on("configUpdated",()=>s()),$.on("layoutSettingsUpdated",()=>s())}function TP(){}async function zR(){const r=await Jt(),t=await qt(),e=await Qt(),i=await Mt(),{inter:s}=await r1(),n=new Tt,o=await or();n.addChild(o);const a=s("");n.addChild(a);let h=await Qe(),l,c;$.on("scaleUpdated",m=>{h=m,p()}),$.on("viewportMoved",()=>{e.disableGuides||(p(),n.height!==r.screen.height&&d())});function u(m,g){l=m,c=g,d(),f(m)}function d(){o.width=i.styles.guideLineWidth,o.height=r.screen.height,o.tint=i.styles.guideLineColor}function f(m){a.text=c(m),a.fontSize=i.styles.guideTextSize,a.tint=i.styles.guideTextColor,a.position.set(i.styles.guideTextLeftPadding,i.styles.guideTextTopPadding)}function p(){l!==void 0&&(n.position.x=h(l)*t.scale._x+t.worldTransform.tx)}return{element:n,render:u}}class Cb extends Error{constructor(){super("Layout is not temporal")}}function jR(r){return r.toLocaleTimeString()}function Eb(r){const t=navigator.language;return new Intl.DateTimeFormat(t,{timeStyle:"short"}).format(r)}function JR(r){const t=navigator.language;return new Intl.DateTimeFormat(t,{dateStyle:"short"}).format(r)}function $R(r){return r.getHours()===0&&r.getMinutes()===0?`${rl.date(r)}
|
|
1176
|
+
${Eb(r)}`:Eb(r)}const rl={timeBySeconds:jR,timeByMinutesWithDates:$R,date:JR},re={seconds:"seconds",minutes:"minutes",date:"date"},Vo={day:r=>{const t=new Date(r.getTime());return t.setHours(0,0,0,0),t.getTime()},week:r=>{const t=new Date(r.getTime());return t.setHours(0,0,0,0),t.setDate(r.getDate()-r.getDay()+1),t.getTime()}},Et={second:1e3,minute:1e3*60,hour:1e3*60*60,day:1e3*60*60*24,week:1e3*60*60*24*7},Ib=[{ceiling:Et.second*4,increment:Et.second,labelFormat:re.seconds},{ceiling:Et.second*8,increment:Et.second*5,labelFormat:re.seconds},{ceiling:Et.second*13,increment:Et.second*10,labelFormat:re.seconds},{ceiling:Et.second*20,increment:Et.second*15,labelFormat:re.seconds},{ceiling:Et.second*45,increment:Et.second*30,labelFormat:re.seconds},{ceiling:Et.minute*4,increment:Et.minute,labelFormat:re.minutes},{ceiling:Et.minute*8,increment:Et.minute*5,labelFormat:re.minutes},{ceiling:Et.minute*13,increment:Et.minute*10,labelFormat:re.minutes},{ceiling:Et.minute*28,increment:Et.minute*15,labelFormat:re.minutes},{ceiling:Et.hour*1.24,increment:Et.minute*30,labelFormat:re.minutes},{ceiling:Et.hour*3,increment:Et.hour,labelFormat:re.minutes},{ceiling:Et.hour*8,increment:Et.hour*2,getAnchor:Vo.day,labelFormat:re.minutes},{ceiling:Et.hour*13,increment:Et.hour*6,getAnchor:Vo.day,labelFormat:re.minutes},{ceiling:Et.hour*22,increment:Et.hour*12,getAnchor:Vo.day,labelFormat:re.minutes},{ceiling:Et.day*4,increment:Et.day,getAnchor:Vo.day,labelFormat:re.date},{ceiling:Et.week*2,increment:Et.week,getAnchor:Vo.week,labelFormat:re.date},{ceiling:1/0,increment:Et.week*4,labelFormat:re.date}],QR=300;async function qR(){const r=await qt(),t=await Qt(),e=new Tt,i=new Map;let s=await Qe();$.on("scaleUpdated",d=>s=d),await o();function n(){if(e.visible=!t.disableGuides,!t.disableGuides)try{const{anchor:d,increment:f,labelFormat:p}=a(),m=u(d,f);c(m,p)}catch(d){if(d instanceof Cb)return;console.error(d)}}async function o(){const d=[];_d(Rl,async f=>{const p=zR();d.push(p);const m=await p;e.addChild(m.element),i.set(f,m)}),await Promise.all(d)}function a(){const d=r.left-QR,f=s.invert(d),p=s.invert(d+rp/r.scale.x);if(!(f instanceof Date)||!(p instanceof Date))throw new Cb;const m=p.getTime()-f.getTime(),{increment:g,getAnchor:b,labelFormat:_}=h(m);return{anchor:b(f),increment:g,labelFormat:l(_)}}function h(d){const f=Ib.find(p=>p.ceiling>d)??Ib[0];return f.getAnchor||(f.getAnchor=p=>Math.floor(p.getTime()/f.increment)*f.increment),f}function l(d){switch(d){case re.minutes:return rl.timeByMinutesWithDates;case re.date:return rl.date;default:return rl.timeBySeconds}}function c(d,f){const p=new Map(i.entries()),m=Array.from(p.keys()).filter(g=>!d.includes(g));i.clear();for(const g of d){if(p.has(g)){const _=p.get(g);i.set(g,_),_.render(new Date(g),f);continue}const b=p.get(m.pop()??-1);if(b===void 0){console.warn("Guides: No unused guides available to render.");continue}b.render(new Date(g),f),i.set(g,b)}}function u(d,f){return _d(Rl,p=>d+f*p)}return{element:e,render:n}}async function tP(){const r=await Jt(),{element:t,render:e}=await qR();r.stage.addChild(t),e(),$.on("viewportDateRangeUpdated",()=>e()),$.on("layoutSettingsUpdated",()=>e()),$.on("configUpdated",()=>e())}function SP(){}const eP=80;async function iP(){const r=await Jt(),t=await qt(),e=await Qt(),i=await Mt(),s=await or();let n=await Qe();$.on("scaleUpdated",h=>n=h);function o(){if(!e.isTemporal()){s.visible=!1;return}s.width=i.styles.playheadWidth,s.height=r.stage.height,s.tint=i.styles.playheadColor,s.position.x=n(new Date)*t.scale.x+t.worldTransform.tx,a()}function a(){if(t.moving||!(s.position.x>0&&s.position.x<r.screen.width)||!(s.position.x>r.screen.width-eP))return;const c=t.left;t.zoomPercent(-.1,!0),t.left=c}return{element:s,render:o}}async function rP(){const r=await Jt(),t=await Bi(),{element:e,render:i}=await iP();t.end_time||(r.stage.addChild(e),r.ticker.add(i)),$.on("runDataUpdated",({end_time:s})=>{s&&(r.ticker.remove(i),r.stage.removeChild(e))})}function CP(){}function sP({stage:r,config:t}){BS(),FR(),mR(),tP(),RR(),KR(),yR(),YR(),rP(),CI(),DS(r),YS(t),WR(),jE(),MI()}function nP(){$.clear();try{US(),NR(),gR(),OS(),PR(),bR(),zS(),II(),ZR(),JE(),RI(),ZS()}catch(r){console.error(r)}}rt.DEFAULT_EDGE_CONTAINER_NAME=Jf,rt.DEFAULT_EDGE_CULLING_THRESHOLD=ip,rt.DEFAULT_EDGE_MINIMUM_BEZIER=Ml,rt.DEFAULT_EDGE_POINTS=Al,rt.DEFAULT_GUIDES_COUNT=Rl,rt.DEFAULT_GUIDES_MIN_GAP=rp,rt.DEFAULT_HORIZONTAL_SCALE=Ob,rt.DEFAULT_HORIZONTAL_SCALE_MULTIPLIER=Db,rt.DEFAULT_ICON_CULLING_THRESHOLD=tp,rt.DEFAULT_LABEL_CULLING_THRESHOLD=qf,rt.DEFAULT_LINEAR_COLUMN_SIZE_PIXELS=Qf,rt.DEFAULT_NESTED_GRAPH_BORDER_Z_INDEX=Ll,rt.DEFAULT_NESTED_GRAPH_NODES_Z_INDEX=Gl,rt.DEFAULT_NESTED_GRAPH_NODE_Z_INDEX=Fl,rt.DEFAULT_NODES_CONTAINER_NAME=Sl,rt.DEFAULT_NODE_CONTAINER_NAME=jf,rt.DEFAULT_NODE_LABEL_Z_INDEX=Kn,rt.DEFAULT_ROOT_ARTIFACT_Z_INDEX=ap,rt.DEFAULT_ROOT_COLLISION_THROTTLE=Pl,rt.DEFAULT_ROOT_EVENT_Z_INDEX=np,rt.DEFAULT_ROOT_FLOW_STATE_Z_INDEX=op,rt.DEFAULT_SUBFLOW_ARTIFACT_Z_INDEX=cp,rt.DEFAULT_SUBFLOW_EVENT_Z_INDEX=hp,rt.DEFAULT_SUBFLOW_STATE_Z_INDEX=lp,rt.DEFAULT_TEXTURE_RESOLUTION=El,rt.DEFAULT_TEXT_RESOLUTION=Il,rt.DEFAULT_TIME_COLUMN_SIZE_PIXELS=Cl,rt.DEFAULT_TIME_COLUMN_SPAN_SECONDS=$f,rt.DEFAULT_TOGGLE_CULLING_THRESHOLD=ep,rt.DEFAULT_VIEWPORT_Z_INDEX=sp,rt.artifactTypeIconMap=Yr,rt.artifactTypes=Le,rt.centerViewport=Jd,rt.emitter=$,rt.isArtifactSelection=Vf,rt.isArtifactsSelection=Hf,rt.isEventSelection=Yf,rt.isEventsSelection=zf,rt.isHorizontalMode=kb,rt.isNodeSelection=ua,rt.isRunGraphNodeType=Gb,rt.isStateSelection=Kf,rt.isVerticalMode=Nb,rt.layout=st,rt.resetHorizontalScaleMultiplier=qE,rt.runGraphNodeKinds=Tl,rt.selectItem=Di,rt.setConfig=Cg,rt.setDisabledArtifacts=rI,rt.setDisabledEdges=iI,rt.setDisabledEvents=sI,rt.setHorizontalMode=tI,rt.setHorizontalScaleMultiplier=yd,rt.setVerticalMode=eI,rt.start=sP,rt.stateType=Fb,rt.stop=nP,rt.updateViewportFromDateRange=UR,Object.defineProperty(rt,Symbol.toStringTag,{value:"Module"})});
|
|
1177
1177
|
//# sourceMappingURL=graphs.umd.js.map
|