(self["webpackChunknewfront"]=self["webpackChunknewfront"]||[]).push([[7741],{86430:(t,e,i)=>{"use strict";var r=i(94029),s=i(63083),n=i(21924),o=n("Object.prototype.toString"),a=i(96410)(),h="undefined"===typeof globalThis?i.g:globalThis,l=s(),d=n("String.prototype.slice"),c={},_=i(20882),u=Object.getPrototypeOf;a&&_&&u&&r(l,(function(t){if("function"===typeof h[t]){var e=new h[t];if(Symbol.toStringTag in e){var i=u(e),r=_(i,Symbol.toStringTag);if(!r){var s=u(i);r=_(s,Symbol.toStringTag)}c[t]=r.get}}}));var f=function(t){var e=!1;return r(c,(function(i,r){if(!e)try{var s=i.call(t);s===r&&(e=s)}catch(n){}})),e},p=i(85692);t.exports=function(t){return!!p(t)&&(a&&Symbol.toStringTag in t?f(t):d(o(t),8,-1))}},85823:(t,e,i)=>{var r=i(78038),s=i(41502),n=i(58023),o=i(7131),a=i(33051),h=function(t){n.call(this,t),s.call(this,t),o.call(this,t),this.id=t.id||r()};h.prototype={type:"element",name:"",__zr:null,ignore:!1,clipPath:null,isGroup:!1,drift:function(t,e){switch(this.draggable){case"horizontal":e=0;break;case"vertical":t=0;break}var i=this.transform;i||(i=this.transform=[1,0,0,1,0,0]),i[4]+=t,i[5]+=e,this.decomposeTransform(),this.dirty(!1)},beforeUpdate:function(){},afterUpdate:function(){},update:function(){this.updateTransform()},traverse:function(t,e){},attrKV:function(t,e){if("position"===t||"scale"===t||"origin"===t){if(e){var i=this[t];i||(i=this[t]=[]),i[0]=e[0],i[1]=e[1]}}else this[t]=e},hide:function(){this.ignore=!0,this.__zr&&this.__zr.refresh()},show:function(){this.ignore=!1,this.__zr&&this.__zr.refresh()},attr:function(t,e){if("string"===typeof t)this.attrKV(t,e);else if(a.isObject(t))for(var i in t)t.hasOwnProperty(i)&&this.attrKV(i,t[i]);return this.dirty(!1),this},setClipPath:function(t){var e=this.__zr;e&&t.addSelfToZr(e),this.clipPath&&this.clipPath!==t&&this.removeClipPath(),this.clipPath=t,t.__zr=e,t.__clipTarget=this,this.dirty(!1)},removeClipPath:function(){var t=this.clipPath;t&&(t.__zr&&t.removeSelfFromZr(t.__zr),t.__zr=null,t.__clipTarget=null,this.clipPath=null,this.dirty(!1))},addSelfToZr:function(t){this.__zr=t;var e=this.animators;if(e)for(var i=0;i<e.length;i++)t.animation.addAnimator(e[i]);this.clipPath&&this.clipPath.addSelfToZr(t)},removeSelfFromZr:function(t){this.__zr=null;var e=this.animators;if(e)for(var i=0;i<e.length;i++)t.animation.removeAnimator(e[i]);this.clipPath&&this.clipPath.removeSelfFromZr(t)}},a.mixin(h,o),a.mixin(h,n),a.mixin(h,s);var l=h;t.exports=l},48173:(t,e,i)=>{var r=i(33051),s=i(45280),n=i(17780),o=i(41502),a=i(61158),h=i(49399),l="silent";function d(t,e,i){return{type:t,event:i,target:e.target,topTarget:e.topTarget,cancelBubble:!1,offsetX:i.zrX,offsetY:i.zrY,gestureEvent:i.gestureEvent,pinchX:i.pinchX,pinchY:i.pinchY,pinchScale:i.pinchScale,wheelDelta:i.zrDelta,zrByTouch:i.zrByTouch,which:i.which,stop:c}}function c(){a.stop(this.event)}function _(){}_.prototype.dispose=function(){};var u=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],f=function(t,e,i,r){o.call(this),this.storage=t,this.painter=e,this.painterRoot=r,i=i||new _,this.proxy=null,this._hovered={},this._lastTouchMoment,this._lastX,this._lastY,this._gestureMgr,n.call(this),this.setHandlerProxy(i)};function p(t,e,i){if(t[t.rectHover?"rectContain":"contain"](e,i)){var r,s=t;while(s){if(s.clipPath&&!s.clipPath.contain(e,i))return!1;s.silent&&(r=!0),s=s.parent}return!r||l}return!1}function v(t,e,i){var r=t.painter;return e<0||e>r.getWidth()||i<0||i>r.getHeight()}f.prototype={constructor:f,setHandlerProxy:function(t){this.proxy&&this.proxy.dispose(),t&&(r.each(u,(function(e){t.on&&t.on(e,this[e],this)}),this),t.handler=this),this.proxy=t},mousemove:function(t){var e=t.zrX,i=t.zrY,r=v(this,e,i),s=this._hovered,n=s.target;n&&!n.__zr&&(s=this.findHover(s.x,s.y),n=s.target);var o=this._hovered=r?{x:e,y:i}:this.findHover(e,i),a=o.target,h=this.proxy;h.setCursor&&h.setCursor(a?a.cursor:"default"),n&&a!==n&&this.dispatchToElement(s,"mouseout",t),this.dispatchToElement(o,"mousemove",t),a&&a!==n&&this.dispatchToElement(o,"mouseover",t)},mouseout:function(t){var e=t.zrEventControl,i=t.zrIsToLocalDOM;"only_globalout"!==e&&this.dispatchToElement(this._hovered,"mouseout",t),"no_globalout"!==e&&!i&&this.trigger("globalout",{type:"globalout",event:t})},resize:function(t){this._hovered={}},dispatch:function(t,e){var i=this[t];i&&i.call(this,e)},dispose:function(){this.proxy.dispose(),this.storage=this.proxy=this.painter=null},setCursorStyle:function(t){var e=this.proxy;e.setCursor&&e.setCursor(t)},dispatchToElement:function(t,e,i){t=t||{};var r=t.target;if(!r||!r.silent){var s="on"+e,n=d(e,t,i);while(r)if(r[s]&&(n.cancelBubble=r[s].call(r,n)),r.trigger(e,n),r=r.parent,n.cancelBubble)break;n.cancelBubble||(this.trigger(e,n),this.painter&&this.painter.eachOtherLayer((function(t){"function"===typeof t[s]&&t[s].call(t,n),t.trigger&&t.trigger(e,n)})))}},findHover:function(t,e,i){for(var r=this.storage.getDisplayList(),s={x:t,y:e},n=r.length-1;n>=0;n--){var o;if(r[n]!==i&&!r[n].ignore&&(o=p(r[n],t,e))&&(!s.topTarget&&(s.topTarget=r[n]),o!==l)){s.target=r[n];break}}return s},processGesture:function(t,e){this._gestureMgr||(this._gestureMgr=new h);var i=this._gestureMgr;"start"===e&&i.clear();var r=i.recognize(t,this.findHover(t.zrX,t.zrY,null).target,this.proxy.dom);if("end"===e&&i.clear(),r){var s=r.type;t.gestureEvent=s,this.dispatchToElement({target:r.target},s,r.event)}}},r.each(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],(function(t){f.prototype[t]=function(e){var i,r,n=e.zrX,o=e.zrY,a=v(this,n,o);if("mouseup"===t&&a||(i=this.findHover(n,o),r=i.target),"mousedown"===t)this._downEl=r,this._downPoint=[e.zrX,e.zrY],this._upEl=r;else if("mouseup"===t)this._upEl=r;else if("click"===t){if(this._downEl!==this._upEl||!this._downPoint||s.dist(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(i,t,e)}})),r.mixin(f,o),r.mixin(f,n);var g=f;t.exports=g},39559:(t,e,i)=>{var r=i(33051),s=i(4990),n=s.devicePixelRatio,o=i(40342),a=i(31870);function h(){return!1}function l(t,e,i){var s=r.createCanvas(),n=e.getWidth(),o=e.getHeight(),a=s.style;return a&&(a.position="absolute",a.left=0,a.top=0,a.width=n+"px",a.height=o+"px",s.setAttribute("data-zr-dom-id",t)),s.width=n*i,s.height=o*i,s}var d=function(t,e,i){var s;i=i||n,"string"===typeof t?s=l(t,e,i):r.isObject(t)&&(s=t,t=s.id),this.id=t,this.dom=s;var o=s.style;o&&(s.onselectstart=h,o["-webkit-user-select"]="none",o["user-select"]="none",o["-webkit-touch-callout"]="none",o["-webkit-tap-highlight-color"]="rgba(0,0,0,0)",o["padding"]=0,o["margin"]=0,o["border-width"]=0),this.domBack=null,this.ctxBack=null,this.painter=e,this.config=null,this.clearColor=0,this.motionBlur=!1,this.lastFrameAlpha=.7,this.dpr=i};d.prototype={constructor:d,__dirty:!0,__used:!1,__drawIndex:0,__startIndex:0,__endIndex:0,incremental:!1,getElementCount:function(){return this.__endIndex-this.__startIndex},initContext:function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},createBackBuffer:function(){var t=this.dpr;this.domBack=l("back-"+this.id,this.painter,t),this.ctxBack=this.domBack.getContext("2d"),1!==t&&this.ctxBack.scale(t,t)},resize:function(t,e){var i=this.dpr,r=this.dom,s=r.style,n=this.domBack;s&&(s.width=t+"px",s.height=e+"px"),r.width=t*i,r.height=e*i,n&&(n.width=t*i,n.height=e*i,1!==i&&this.ctxBack.scale(i,i))},clear:function(t,e){var i,r=this.dom,s=this.ctx,n=r.width,h=r.height,l=(e=e||this.clearColor,this.motionBlur&&!t),d=this.lastFrameAlpha,c=this.dpr;(l&&(this.domBack||this.createBackBuffer(),this.ctxBack.globalCompositeOperation="copy",this.ctxBack.drawImage(r,0,0,n/c,h/c)),s.clearRect(0,0,n,h),e&&"transparent"!==e)&&(e.colorStops?(i=e.__canvasGradient||o.getGradient(s,e,{x:0,y:0,width:n,height:h}),e.__canvasGradient=i):e.image&&(i=a.prototype.getCanvasPattern.call(e,s)),s.save(),s.fillStyle=i||e,s.fillRect(0,0,n,h),s.restore());if(l){var _=this.domBack;s.save(),s.globalAlpha=d,s.drawImage(_,0,0,n,h),s.restore()}}};var c=d;t.exports=c},19847:(t,e,i)=>{var r=i(25108),s=i(4990),n=s.devicePixelRatio,o=i(33051),a=i(48612),h=i(60479),l=i(19455),d=i(39559),c=i(22795),_=i(44535),u=i(66387),f=1e5,p=314159,v=.01,g=.001;function y(t){return parseInt(t,10)}function m(t){return!!t&&(!!t.__builtin__||"function"===typeof t.resize&&"function"===typeof t.refresh)}var x=new h(0,0,0,0),w=new h(0,0,0,0);function b(t,e,i){return x.copy(t.getBoundingRect()),t.transform&&x.applyTransform(t.transform),w.width=e,w.height=i,!x.intersect(w)}function z(t,e){if(t===e)return!1;if(!t||!e||t.length!==e.length)return!0;for(var i=0;i<t.length;i++)if(t[i]!==e[i])return!0;return!1}function L(t,e){for(var i=0;i<t.length;i++){var r=t[i];r.setTransform(e),e.beginPath(),r.buildPath(e,r.shape),e.clip(),r.restoreTransform(e)}}function C(t,e){var i=document.createElement("div");return i.style.cssText=["position:relative","width:"+t+"px","height:"+e+"px","padding:0","margin:0","border-width:0"].join(";")+";",i}var T=function(t,e,i){this.type="canvas";var r=!t.nodeName||"CANVAS"===t.nodeName.toUpperCase();this._opts=i=o.extend({},i||{}),this.dpr=i.devicePixelRatio||n,this._singleCanvas=r,this.root=t;var s=t.style;s&&(s["-webkit-tap-highlight-color"]="transparent",s["-webkit-user-select"]=s["user-select"]=s["-webkit-touch-callout"]="none",t.innerHTML=""),this.storage=e;var a=this._zlevelList=[],h=this._layers={};if(this._layerConfig={},this._needsManuallyCompositing=!1,r){var l=t.width,c=t.height;null!=i.width&&(l=i.width),null!=i.height&&(c=i.height),this.dpr=i.devicePixelRatio||1,t.width=l*this.dpr,t.height=c*this.dpr,this._width=l,this._height=c;var _=new d(t,this,this.dpr);_.__builtin__=!0,_.initContext(),h[p]=_,_.zlevel=p,a.push(p),this._domRoot=t}else{this._width=this._getSize(0),this._height=this._getSize(1);var u=this._domRoot=C(this._width,this._height);t.appendChild(u)}this._hoverlayer=null,this._hoverElements=[]};T.prototype={constructor:T,getType:function(){return"canvas"},isSingleCanvas:function(){return this._singleCanvas},getViewportRoot:function(){return this._domRoot},getViewportRootOffset:function(){var t=this.getViewportRoot();if(t)return{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}},refresh:function(t){var e=this.storage.getDisplayList(!0),i=this._zlevelList;this._redrawId=Math.random(),this._paintList(e,t,this._redrawId);for(var r=0;r<i.length;r++){var s=i[r],n=this._layers[s];if(!n.__builtin__&&n.refresh){var o=0===r?this._backgroundColor:null;n.refresh(o)}}return this.refreshHover(),this},addHover:function(t,e){if(!t.__hoverMir){var i=new t.constructor({style:t.style,shape:t.shape,z:t.z,z2:t.z2,silent:t.silent});return i.__from=t,t.__hoverMir=i,e&&i.setStyle(e),this._hoverElements.push(i),i}},removeHover:function(t){var e=t.__hoverMir,i=this._hoverElements,r=o.indexOf(i,e);r>=0&&i.splice(r,1),t.__hoverMir=null},clearHover:function(t){for(var e=this._hoverElements,i=0;i<e.length;i++){var r=e[i].__from;r&&(r.__hoverMir=null)}e.length=0},refreshHover:function(){var t=this._hoverElements,e=t.length,i=this._hoverlayer;if(i&&i.clear(),e){l(t,this.storage.displayableSortFunc),i||(i=this._hoverlayer=this.getLayer(f));var r={};i.ctx.save();for(var s=0;s<e;){var n=t[s],o=n.__from;o&&o.__zr?(s++,o.invisible||(n.transform=o.transform,n.invTransform=o.invTransform,n.__clipPaths=o.__clipPaths,this._doPaintEl(n,i,!0,r))):(t.splice(s,1),o.__hoverMir=null,e--)}i.ctx.restore()}},getHoverLayer:function(){return this.getLayer(f)},_paintList:function(t,e,i){if(this._redrawId===i){e=e||!1,this._updateLayerStatus(t);var r=this._doPaintList(t,e);if(this._needsManuallyCompositing&&this._compositeManually(),!r){var s=this;c((function(){s._paintList(t,e,i)}))}}},_compositeManually:function(){var t=this.getLayer(p).ctx,e=this._domRoot.width,i=this._domRoot.height;t.clearRect(0,0,e,i),this.eachBuiltinLayer((function(r){r.virtual&&t.drawImage(r.dom,0,0,e,i)}))},_doPaintList:function(t,e){for(var i=[],s=0;s<this._zlevelList.length;s++){var n=this._zlevelList[s],a=this._layers[n];a.__builtin__&&a!==this._hoverlayer&&(a.__dirty||e)&&i.push(a)}for(var h=!0,l=0;l<i.length;l++){a=i[l];var d=a.ctx,c={};d.save();var _=e?a.__startIndex:a.__drawIndex,f=!e&&a.incremental&&Date.now,p=f&&Date.now(),v=a.zlevel===this._zlevelList[0]?this._backgroundColor:null;if(a.__startIndex===a.__endIndex)a.clear(!1,v);else if(_===a.__startIndex){var g=t[_];g.incremental&&g.notClear&&!e||a.clear(!1,v)}-1===_&&(r.error("For some unknown reason. drawIndex is -1"),_=a.__startIndex);for(var y=_;y<a.__endIndex;y++){var m=t[y];if(this._doPaintEl(m,a,e,c),m.__dirty=m.__dirtyText=!1,f){var x=Date.now()-p;if(x>15)break}}a.__drawIndex=y,a.__drawIndex<a.__endIndex&&(h=!1),c.prevElClipPaths&&d.restore(),d.restore()}return u.wxa&&o.each(this._layers,(function(t){t&&t.ctx&&t.ctx.draw&&t.ctx.draw()})),h},_doPaintEl:function(t,e,i,r){var s=e.ctx,n=t.transform;if((e.__dirty||i)&&!t.invisible&&0!==t.style.opacity&&(!n||n[0]||n[3])&&(!t.culling||!b(t,this._width,this._height))){var o=t.__clipPaths,a=r.prevElClipPaths;a&&!z(o,a)||(a&&(s.restore(),r.prevElClipPaths=null,r.prevEl=null),o&&(s.save(),L(o,s),r.prevElClipPaths=o)),t.beforeBrush&&t.beforeBrush(s),t.brush(s,r.prevEl||null),r.prevEl=t,t.afterBrush&&t.afterBrush(s)}},getLayer:function(t,e){this._singleCanvas&&!this._needsManuallyCompositing&&(t=p);var i=this._layers[t];return i||(i=new d("zr_"+t,this,this.dpr),i.zlevel=t,i.__builtin__=!0,this._layerConfig[t]?o.merge(i,this._layerConfig[t],!0):this._layerConfig[t-v]&&o.merge(i,this._layerConfig[t-v],!0),e&&(i.virtual=e),this.insertLayer(t,i),i.initContext()),i},insertLayer:function(t,e){var i=this._layers,r=this._zlevelList,s=r.length,n=null,o=-1,h=this._domRoot;if(i[t])a("ZLevel "+t+" has been used already");else if(m(e)){if(s>0&&t>r[0]){for(o=0;o<s-1;o++)if(r[o]<t&&r[o+1]>t)break;n=i[r[o]]}if(r.splice(o+1,0,t),i[t]=e,!e.virtual)if(n){var l=n.dom;l.nextSibling?h.insertBefore(e.dom,l.nextSibling):h.appendChild(e.dom)}else h.firstChild?h.insertBefore(e.dom,h.firstChild):h.appendChild(e.dom)}else a("Layer of zlevel "+t+" is not valid")},eachLayer:function(t,e){var i,r,s=this._zlevelList;for(r=0;r<s.length;r++)i=s[r],t.call(e,this._layers[i],i)},eachBuiltinLayer:function(t,e){var i,r,s,n=this._zlevelList;for(s=0;s<n.length;s++)r=n[s],i=this._layers[r],i.__builtin__&&t.call(e,i,r)},eachOtherLayer:function(t,e){var i,r,s,n=this._zlevelList;for(s=0;s<n.length;s++)r=n[s],i=this._layers[r],i.__builtin__||t.call(e,i,r)},getLayers:function(){return this._layers},_updateLayerStatus:function(t){function e(t){n&&(n.__endIndex!==t&&(n.__dirty=!0),n.__endIndex=t)}if(this.eachBuiltinLayer((function(t,e){t.__dirty=t.__used=!1})),this._singleCanvas)for(var i=1;i<t.length;i++){var r=t[i];if(r.zlevel!==t[i-1].zlevel||r.incremental){this._needsManuallyCompositing=!0;break}}var s,n=null,o=0;for(i=0;i<t.length;i++){r=t[i];var h,l=r.zlevel;s!==l&&(s=l,o=0),r.incremental?(h=this.getLayer(l+g,this._needsManuallyCompositing),h.incremental=!0,o=1):h=this.getLayer(l+(o>0?v:0),this._needsManuallyCompositing),h.__builtin__||a("ZLevel "+l+" has been used by unkown layer "+h.id),h!==n&&(h.__used=!0,h.__startIndex!==i&&(h.__dirty=!0),h.__startIndex=i,h.incremental?h.__drawIndex=-1:h.__drawIndex=i,e(i),n=h),r.__dirty&&(h.__dirty=!0,h.incremental&&h.__drawIndex<0&&(h.__drawIndex=i))}e(i),this.eachBuiltinLayer((function(t,e){!t.__used&&t.getElementCount()>0&&(t.__dirty=!0,t.__startIndex=t.__endIndex=t.__drawIndex=0),t.__dirty&&t.__drawIndex<0&&(t.__drawIndex=t.__startIndex)}))},clear:function(){return this.eachBuiltinLayer(this._clearLayer),this},_clearLayer:function(t){t.clear()},setBackgroundColor:function(t){this._backgroundColor=t},configLayer:function(t,e){if(e){var i=this._layerConfig;i[t]?o.merge(i[t],e,!0):i[t]=e;for(var r=0;r<this._zlevelList.length;r++){var s=this._zlevelList[r];if(s===t||s===t+v){var n=this._layers[s];o.merge(n,i[t],!0)}}}},delLayer:function(t){var e=this._layers,i=this._zlevelList,r=e[t];r&&(r.dom.parentNode.removeChild(r.dom),delete e[t],i.splice(o.indexOf(i,t),1))},resize:function(t,e){if(this._domRoot.style){var i=this._domRoot;i.style.display="none";var r=this._opts;if(null!=t&&(r.width=t),null!=e&&(r.height=e),t=this._getSize(0),e=this._getSize(1),i.style.display="",this._width!==t||e!==this._height){for(var s in i.style.width=t+"px",i.style.height=e+"px",this._layers)this._layers.hasOwnProperty(s)&&this._layers[s].resize(t,e);o.each(this._progressiveLayers,(function(i){i.resize(t,e)})),this.refresh(!0)}this._width=t,this._height=e}else{if(null==t||null==e)return;this._width=t,this._height=e,this.getLayer(p).resize(t,e)}return this},clearLayer:function(t){var e=this._layers[t];e&&e.clear()},dispose:function(){this.root.innerHTML="",this.root=this.storage=this._domRoot=this._layers=null},getRenderedCanvas:function(t){if(t=t||{},this._singleCanvas&&!this._compositeManually)return this._layers[p].dom;var e=new d("image",this,t.pixelRatio||this.dpr);if(e.initContext(),e.clear(!1,t.backgroundColor||this._backgroundColor),t.pixelRatio<=this.dpr){this.refresh();var i=e.dom.width,r=e.dom.height,s=e.ctx;this.eachLayer((function(t){t.__builtin__?s.drawImage(t.dom,0,0,i,r):t.renderToCanvas&&(e.ctx.save(),t.renderToCanvas(e.ctx),e.ctx.restore())}))}else for(var n={},o=this.storage.getDisplayList(!0),a=0;a<o.length;a++){var h=o[a];this._doPaintEl(h,e,!0,n)}return e.dom},getWidth:function(){return this._width},getHeight:function(){return this._height},_getSize:function(t){var e=this._opts,i=["width","height"][t],r=["clientWidth","clientHeight"][t],s=["paddingLeft","paddingTop"][t],n=["paddingRight","paddingBottom"][t];if(null!=e[i]&&"auto"!==e[i])return parseFloat(e[i]);var o=this.root,a=document.defaultView.getComputedStyle(o);return(o[r]||y(a[i])||y(o.style[i]))-(y(a[s])||0)-(y(a[n])||0)|0},pathToImage:function(t,e){e=e||this.dpr;var i=document.createElement("canvas"),r=i.getContext("2d"),s=t.getBoundingRect(),n=t.style,o=n.shadowBlur*e,a=n.shadowOffsetX*e,h=n.shadowOffsetY*e,l=n.hasStroke()?n.lineWidth:0,d=Math.max(l/2,-a+o),c=Math.max(l/2,a+o),u=Math.max(l/2,-h+o),f=Math.max(l/2,h+o),p=s.width+d+c,v=s.height+u+f;i.width=p*e,i.height=v*e,r.scale(e,e),r.clearRect(0,0,p,v),r.dpr=e;var g={position:t.position,rotation:t.rotation,scale:t.scale};t.position=[d-s.x,u-s.y],t.rotation=0,t.scale=[1,1],t.updateTransform(),t&&t.brush(r);var y=_,m=new y({style:{x:0,y:0,image:i}});return null!=g.position&&(m.position=t.position=g.position),null!=g.rotation&&(m.rotation=t.rotation=g.rotation),null!=g.scale&&(m.scale=t.scale=g.scale),m}};var P=T;t.exports=P},8822:(t,e,i)=>{var r=i(33051),s=i(66387),n=i(8524),o=i(19455);function a(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var h=function(){this._roots=[],this._displayList=[],this._displayListLen=0};h.prototype={constructor:h,traverse:function(t,e){for(var i=0;i<this._roots.length;i++)this._roots[i].traverse(t,e)},getDisplayList:function(t,e){return e=e||!1,t&&this.updateDisplayList(e),this._displayList},updateDisplayList:function(t){this._displayListLen=0;for(var e=this._roots,i=this._displayList,r=0,n=e.length;r<n;r++)this._updateAndAddDisplayable(e[r],null,t);i.length=this._displayListLen,s.canvasSupported&&o(i,a)},_updateAndAddDisplayable:function(t,e,i){if(!t.ignore||i){t.beforeUpdate(),t.__dirty&&t.update(),t.afterUpdate();var r=t.clipPath;if(r){e=e?e.slice():[];var s=r,n=t;while(s)s.parent=n,s.updateTransform(),e.push(s),n=s,s=s.clipPath}if(t.isGroup){for(var o=t._children,a=0;a<o.length;a++){var h=o[a];t.__dirty&&(h.__dirty=!0),this._updateAndAddDisplayable(h,e,i)}t.__dirty=!1}else t.__clipPaths=e,this._displayList[this._displayListLen++]=t}},addRoot:function(t){t.__storage!==this&&(t instanceof n&&t.addChildrenToStorage(this),this.addToStorage(t),this._roots.push(t))},delRoot:function(t){if(null==t){for(var e=0;e<this._roots.length;e++){var i=this._roots[e];i instanceof n&&i.delChildrenFromStorage(this)}return this._roots=[],this._displayList=[],void(this._displayListLen=0)}if(t instanceof Array){e=0;for(var s=t.length;e<s;e++)this.delRoot(t[e])}else{var o=r.indexOf(this._roots,t);o>=0&&(this.delFromStorage(t),this._roots.splice(o,1),t instanceof n&&t.delChildrenFromStorage(this))}},addToStorage:function(t){return t&&(t.__storage=this,t.dirty(!1)),this},delFromStorage:function(t){return t&&(t.__storage=null),this},dispose:function(){this._renderList=this._roots=null},displayableSortFunc:a};var l=h;t.exports=l}}]);